

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
div,
p,
ul,
li,
dl,
dd {
	margin: 0px;
	padding: 0px;
	/* letter-spacing: 1px; */
}

html,
body {
	font: 12px/1.5 AlibabaSans, sans-serif, arial, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
	/* background-color: #F9F9F9 !important; */
	width: 100%;
	/*overflow-x: hidden;*/
	/* 	font-weight: lighter; */
	min-height: 100vh;



}

p {
	letter-spacing: initial;
}

ul,
li,
dl,
dd,
ol {
	list-style-type: none;
}

img {
	outline: none;
}

input {
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
}


/* 字体 */


@font-face {
	font-family: 'AvenirLT-Black';
	src: url('../font/AvenirLT55Oblique.ttf'),
		url('../font/AvenirLT55Roman.ttf'),
		url('../font/AvenirLT65Medium.ttf'),
}


@font-face {
	font-family: 'AvenirLT-Roman';
	src: url('../font/AvenirLT55Roman.ttf');
}

@font-face {
	font-family: 'Didot-HTF-L24-Light-Ital';
	src: url('../font/didot-htf-l24-light-ital.ttf');
}

@font-face {
	font-family: 'AvenirNextLTPro-DemiCn';
	src: url('/static/index/font/AvenirNextLTPro-DemiCn.otf');
}

@font-face {
	font-family: 'AlibabaSans-Regular';
	src: url('/static/index/font/AlibabaSans-Regular.otf');
}




/* 页面样式 */
.flex_div {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}

.flex_child {
	width: 100%;
	margin: 140px auto 0 auto;
}


.layout {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}



.content p {
	word-wrap：break-word;
	font-size: 16px;
	font-family: AlibabaSans-Regular;
	color: #000000;
	line-height: 26px;
}
.content img{
	transition: 0.8s;
	max-width: 100%;
	cursor: pointer;
	overflow: hidden;
	
}
.content img:hover  {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);

}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-jc {
	-webkit-justify-content: center;
	justify-content: left;
}

.flex-sb {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-fw {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.float {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.zhong {
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.xend {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.pageBox {
	margin: 40px auto 0px auto;
	overflow: hidden;
}



.flexCenter {
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.newpage a {
	color: #889196;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	border: 1px solid #889196;
	padding: 3px;
	background-color: #fff;
}


.newpage b {
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	padding: 3px;
	background-color: #333;
	color: #fff;
}

.flexFloat {
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.flexBetween {
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}


input,
p {
	margin-bottom: 0;
	padding: 0;
	outline: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:link{text-decoration:none !important; }  /* 指正常的未被访问过的链接*/

a:visited{text-decoration:none !important; }/*指已经访问过的链接*/

a:hover{text-decoration:none !important;}/*指鼠标在链接*/

a:active{text-decoration:none !important;}/* 指正在点的链接*/ 

button,
input {
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0px;
	margin: 0;
}

button:after {
	border: none;
}

.pick {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*border: 0;*/
	background: transparent;
	outline: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("http://en.verinuo.com/skin/dzd/ham/images/sj.png") no-repeat scroll right 0.8rem transparent;
	background-size: 100% 100%;
}

.widthCen {
	width: 1200px;
	margin: 0 auto;
}


.cf {
	clear: both;
}

.popup {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

/*ie8以下*/

.ieBody {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ieBg {
	width: 100%;
	height: 100%;
	background-color: #F5F5F5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.ieBg p {
	width: 60%;
	height: auto;
	background-color: #ff3040;
	margin: 200px auto 0 auto;
	color: #fff;
	font-size: 24px;
	font-family: "微软雅黑";
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}


/*----------------- 头部开始  -------------------*/
.shou {
	cursor: pointer;
}

/* 
.shou:hover {
    opacity: 0.7;
}
 */

.slh {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slhTwo {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.slhsi {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}


.img_bai {
	width: 100%;
	height: 100%;
	display: block;
}

/* crumbs-nav */
.crumbs-nav {
	width: 100%;
	height: auto;
	background-color: #b5cbd9;
	padding: 15px 0;
}

.crumbs-nav-li {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.crumbs-nav-li li,
.crumbs-nav-li li a {
	font-size: 14px;
	color: #092f54;
	font-family: ArialMT;
}

@media screen and (max-width: 850px) {
	.crumbs-nav-li {
		width: calc(100% - 30px);
		margin: 0 auto;
		height: auto;
		/* padding: 0 15px; */
		flex-wrap: wrap;
	}

	.crumbs-nav-li li,
	.crumbs-nav-li li a {
		font-size: 12px;
	}

	.flex_child {
		margin-top: 49px;
	}

	.db_li {
		width: 100% !important;
	}

	.db_li a {
		transform: scale(0.7);
	}


}



.daxie {
	text-transform: uppercase;
}

.bssk {
	font-family: BazoukSSK;
}

.mt {
	font-family: ArialMT;
}

.two {
	font-family: TerminatorTwo;
}


a:hover {
	text-decoration: none !important;
}


.db_li {
	width: 50%;
	height: 77px;
	overflow: hidden;
	background: url(http://en.verinuo.com/skin/dzd/ham/images/dba.png) no-repeat left top;
	background-size: 100% 100%;
}

.db_li img:first-child {
	display: block;
	width: 51px;
	height: 47px;
}

.db_li h6 {
	font-size: 30px;
	color: #f1f6f8;
	margin: 0 20px;
	font-weight: normal;
	margin-top: 10px;
	text-transform: uppercase;
}

.db_li img:last-child {
	display: block;
	width: 10px;
	height: 20px;
	margin-top: 7px;
}

.db_li:last-child {
	border-left: solid 1px #e0f2fc;
}

.db_li a {
	width: 100%;
	height: 100%;
}

.category_title {
	font-size: 36px;
	font-family: AlibabaSans-Regular;
	font-weight: bold;
	color: #332C2B;
	line-height: 36px;
	text-align: center;
	margin-top: 55px;
	/* margin-bottom: 60px; */
}
.category_title_desc{
	display: block;
	font-size: 20px;
	font-family: Alibaba Sans;
	font-weight: 400;
	color: #C9C9C9;
	line-height: 60px;
	text-align: center;
}
.container {
	margin: 0 auto !important;
	padding: 0 !important;
}


@media screen and (max-width: 500px) {
	.container {
		padding-right: 15px !important;
		padding-left: 15px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}


.mtop {
	margin-top: 60px !important;
}

img {
	max-width: 100%;
}

.img_change {
	overflow: hidden;
}

.img_change img {
	transition: 0.8s;
	max-width: 100%;
	cursor: pointer;
	

}

.img_change:hover  img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);

}








.footer_about {
	margin-top: 40px;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.footer_about .wenzi {
	position: absolute;
	width: 780px !important;
	font-family: AlibabaSans-Regular;
	left: 21%;
	top: 18%;
}

.footer_about .wenzi h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-left: -2px;
}

.footer_about .wenzi span {
	font-size: 16px;
	font-weight: bold;
	color: #FF6A39;
	margin-bottom: 22px;
	display: inline-block;
}

.footer_about .wenzi p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-bottom: 30px;
}

.contanct_btn {
	/* width: 193px; */
	height: 41px;
	background-color: #FFFFFF;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #3928AC;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	display: inline-block;
	text-align: center;
	line-height: 40px;
	/* padding: 0 33px; */
	width: 193px;

}

.contanct_btn img {

	width: 0 !important;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.contanct_btn:hover img {
	margin-left: 10px;
	width: 10px !important;
	opacity: 1;
	transition: all 0.2s;
}


@media screen and (max-width: 1200px) {

	.footer_about .wenzi {
		width: 100% !important;
		padding: 0 20px !important;
		left: 0 !important;
	}
}

@media screen and (max-width: 850px) {
	.footer_about .wenzi {
		width: 100% !important;
		padding: 20px !important;
		left: 0 !important;
		top: 0 !important;
	}

	.footer_about .wenzi h1,
	.footer_about .wenzi p {
		padding-left: 0 !important;
	}

	.footer_about .wenzi p {
		width: 100% !important;
	}
}

.w1200 {
	width: 1200px !important;
	margin: 0 auto;
	max-width: 100%;
}

.content{
    max-width: 100%;
}
.content img{
    height: auto !important;
}
video{
    max-width: 100%;
}

#pages{
	display: flex;
	justify-content: center;
	margin-top: 64px;

}
#pages li{
	width: 28px;
	height: 28px;
	margin-left: 5px;
	margin-right: 5px;
	border:1px solid #4BB574;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	font-family: AlibabaSans-Regular;
	color: #4BB574;
}
#pages li a{
	color: #4BB574;
}
#pages li:first-child{
	transform:scaleX(-1);
}

#pages li.active{
	background-color: #4BB574;
	color: #FFFFFF;
}