.wow {
	transition-delay: 0.3s;
}

.pc {
	display: block;
}

.mob {
	display: none;
}
.wrap{ 
	width:94%;
	max-width:1230px;
	padding:0 15px;
	margin:0 auto;
}
.header{ 
	position:fixed;
	left:0;
	top:0;
	width:100%;
	min-width: 320px;
	background-color: #FFFFFF;
	z-index:10;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13);
	transition:all .5s;
}
.logo{ 
	float:left;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	height:100px;
	transition:all .3s;
}
.logo a{ 
	display:block;
}
.logo img{ 
	height: 56px;
	transition:all .3s;
}
.nav{ 
	float:right;
}
.navBox{ 
	margin:0 auto;
}
.navList{ 
	list-style: none;
	margin:0;
	text-align:right;
}
.navList>li {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	text-align: center;
}
.navList > li > a{
	display: block;
	line-height: 100px;
	font-size: 16px;
	color: #000000;
	position: relative;
	transition: all .3s;
}
.navList > li > a > i{ 
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 7px;
	background: url(../image/ico2.png) center center no-repeat;
	background-size: cover;
	margin-left: 5px;
	display: none;
}
.navList > li > a::before{ 
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background-color:#fbc729;
	position: absolute;
	left: 50%;
	bottom: 0%;
	transition:all .5s;
}
.navSub{ 
	position:absolute;
	left:0;
	top: auto;
	width: 100%;
	text-align:left;
	z-index:2;
	background-color: #F6F6F6;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: all .1s ease .2s;
}
.navSecond {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto;
}
.navSecond > li {
	font-weight: normal;
}
.navSecond > li > a{
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #000000;
	padding: 0 38px;
}
.navSecond > li > a:hover{
	background-color: #005fc1;
	color: #FFFFFF;
}
.navThr {
	position: absolute;
	left: 0;
	top: auto;
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	padding: 0 0 .2rem;
	display: none;
}
.navThird {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	overflow: hidden;
}
.navThird > li {
	width: 50%;
	padding: .2rem 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: -1px;
}
.navThird > li > a {
	display: block;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
}
.navFourth{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -.1rem;
}
.navFourth li{
	padding: .1rem;
	flex: 0 0 50%;
}
.navFourth li a{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	transition: all .2s ease;
}
.navFourth li a:hover{
	color: #005fc1;
	font-size: 16px;
}
.navThird>li:first-child {
	width: 100%;
	border-top: none;
}
.navThird>li:first-child .navFourth li {
	flex: 0 0 20%;
}
.navList > li.active > a
.navList > li:hover > a{
	color: #00459b;
}
.navList > li.active > a::before,
.navList > li:hover > a::before {
	left: 0;
	width: 100%;
}
.navList > li:hover .navSub{
	opacity: 1;
	visibility: visible;
}
.navSecond > li:hover > a{
	background-color: #00459b;
	color: #FFFFFF;
}
.navSecond>li:hover .navThr{
	display: block;
}
.noThird{
	display: block;
	max-width: 1400px;
	margin: 0 auto;
	padding: .2rem 0 0;
	text-align: center;
}
.noThird li{
	display: inline-block;
	vertical-align: top;
}
.noThird li a:hover{
	font-size: 14px;
	text-decoration:underline;
}
.navRig {
	float: right;
	text-align: right;
	line-height: 70px;
	color: #000000;
	font-size: 0;
	margin-left: 25px;
	transition: all .3s;
}
.navRig li{ 
	display: inline-block;
	vertical-align:middle;
	font-size:16px;
	position:relative;
	margin-left: 15px;
}
.navRig a,
.navRig i,
.navRig span{ 
	display:inline-block;
	vertical-align:middle;
	color:#000000;
	line-height:38px;
}
.navRig li.navLine span {
	display: block;
	height: 38px;
	border-left: 1px solid #CDCDCD;
}
.navRig li.navSearch a{
	width: 38px;
	height: 38px;
	background: url(404.png) center center no-repeat;
	background-size: 20px auto;
}
.navRig li.navLogin{
	background: url(../image/navIco_user.png) left center no-repeat;
	padding-left: 24px;
}
.navRig li.navLogin span{
	color: #cdcdcd;
}
.navRig li.navLogin a:hover{
	color: #fbc729;
	text-decoration: underline;
}
.navRig li.navUser a{
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.navRig li.navUser a img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.navRig li.navBtn{ cursor:pointer; display:none;}
.navBtn span{ width:25px; height:30px; position:relative; margin-left:5px;}
.navBtn span b{ display:block; width:100%; height:2px; background:#fbc729; position:absolute; left:0; top:calc((100% - 4px) / 2); transition:all .3s;}
.navBtn span b:nth-child(1){ transform:translateY(8px) rotate(0deg);}
.navBtn span b:nth-child(3){ transform:translateY(-8px) rotate(0deg);}
.navBtn.active b:nth-child(1){ transform:translateY(0) rotate(45deg);}
.navBtn.active b:nth-child(3){ transform:translateY(0) rotate(-45deg);}
.navBtn.active b:nth-child(2){ opacity:0;}

.mainBg{ 
	position: relative;
	overflow: hidden;
}
.grayBg{ 
	background-color: #F5F5F5;
}
.whiteBg{ 
	background-color: #FFFFFF;
}
.text-center{ 
	text-align: center;
}


.footBg {
	background-color: #3F3A39;
	color: #FFFFFF;
	line-height: 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 110px;
	
}
.footBg a{ 
	color:#FFFFFF;
}
.footBg a:hover{ 
	color:#FFFFFF;
	text-decoration: underline;
}
.page{ text-align:center; margin:.6rem 0; font-size:0;}
.page a,.page span{ display:inline-block; vertical-align:middle; min-width: .3rem; line-height:24px; padding: .03rem .1rem; border: 1px solid #dadada; font-size:14px; color:#000000; margin:.02rem 0.05rem;}
.page a.active,.page span.active{ background-color:#fbc729;color: #FFFFFF; cursor:no-drop;}
.page a:not(.active):hover{ background-color:#fbc729; color: #FFFFFF;}

.cur{
	font-size: 16px;
	color: #999;
	line-height: 2em;
	padding: 24px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cur a{
	color: #999;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.cur a:hover{
	color: #3F3A39;
}
.cur i{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url(../image/iconq1.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: -2px 11px 0 8px;
}
.cur span{
	color: #3F3A39;
}
.ban{
	position: relative;
	overflow: hidden;
}
.ban .img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ban .img img{
	display: block;
	width: 100%;
	height: auto;
}
.ban .con{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ban .txt{
	overflow: hidden;
}
.ban h3{
	font-size: 40px;
	color: #fff;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
}
.ban em{
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 1.5em;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
}
.ban .cont{
	position: absolute;
	top: 27.3%;
	left: 0;
	right: 0;
}
.ban .cont.qm{
	top: 15.57%;
}
.ban .form{
	width: 330px;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px 30px 49px;
	overflow: hidden;
}
.ban .cont.qm .form{
	float: right;
}
.ban .form h3{
	font-size: 24px;
	color: #3F3A39;
	line-height: 1.5em;
	text-align: center;
	overflow: hidden;
}
.ban .form .box{
	margin-top: 31px;
	overflow: hidden;
}
.ban .form .item{
	margin-bottom: 18px;
	overflow: hidden;
}
.ban .form .inp{
	display: block;
	width: 100%;
	height: 38px;
	font-size: 14px;
	color: #3F3A39;
	line-height: 38px;
	border: none;
	border-radius: 5px;
	background-color: rgba(63,58,57,.05);
	padding: 0 21px;
	overflow: hidden;
}
.ban .form select{
	display: block;
	width: 100%;
	height: 38px;
	font-size: 14px;
	color: #3F3A39;
	line-height: 38px;
	border: none;
	border-radius: 5px;
	background: rgba(63,58,57,.05) url(../image/iconq11.png) no-repeat 95% 50%;
	padding: 0 21px;
	overflow: hidden;
}
.ban .form .sub-btn{
	display: block;
	width: 100%;
	height: 38px;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	border: none;
	background-color: #3F3A39;
	border-radius: 19px;
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ban .form .sub-btn:hover{
	opacity: .8;
	filter: alpha(opacity=80);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.g-txtq1{
	background-color: #fff;
	overflow: hidden;
}
.g-txtq1 ul{
	overflow: hidden;
}
.g-txtq1 li{
	float: left;
	margin-right: 135px;
	overflow: hidden;
}
.g-txtq1 li a{
	display: block;
	font-size: 20px;
	color: #666;
	line-height: 4em;
	text-align: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.g-txtq1 li:hover a,.g-txtq1 li.on a{
	color: #FF5A0E;
	font-weight: bold;
}
.g-txtq1 li a:after{
	content: '';
	width: 0;
	height: 3px;
	background-color: #FBC729;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.g-txtq1 li:hover a:after,.g-txtq1 li.on a:after{
	width: 72px;
}
.g-box1{
	margin-top: 120px;
	margin-bottom: 98px;
	overflow: hidden;
}
.snv{
	float: left;
	width: 220px;
	background-color: #fff;
	border-radius: 5px;
	margin-right: 28px;
	padding: 28px 10px 21px;
	overflow: hidden;
}
.snv li{
	overflow: hidden;
}
.snv li a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 3.33em;
	padding-left: 64px;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.snv li:hover a,.snv li.on a{
	color: #FBC729;
	font-weight: 600;
}
.snv li a i{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -2px;
	margin-left: 13px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.snv li:hover a i,.snv li.on a i{
	background-image: url(../image/iconq4.png);
}
.g-box1 .content{
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.g-box1 .content .boxs{
	padding: 38px 47px 40px 50px;
	overflow: hidden;
}
.g-tit1{
	overflow: hidden;
}
.g-tit1 h3{
    font-size: 40px;
    color: #423C3C;
    line-height: 1.5em;
    position: relative;
    margin-bottom: 43px;
    padding-bottom: 6px;
    overflow: hidden;
}
.g-tit1 h3:after{
    content: '';
    width: 60px;
    height: 3px;
    background-color: #FBC729;
    position: absolute;
    left: 0;
    bottom: 0;
}
.g-tit2{
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.g-tit2 h3{
	font-size: 48px;
	color: #FF5A0E;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.g-tit2 .desc{
	font-size: 16px;
	color: #666;
	line-height: 1.25em;
	text-align: center;
	margin-top: 9px;
	overflow: hidden;
}
.g-tit3{
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.g-tit3 h3{
	font-size: 40px;
	color: #3F3A39;
	line-height: 1.5em;
	text-align: center;
	overflow: hidden;
}
.g-tit3.white h3{
	color: #fff;
}
.g-tit3 .desc{
	font-size: 16px;
	color: #666;
	line-height: 1.25em;
	text-align: center;
	margin-top: 9px;
	overflow: hidden;
}
.ul-imgtxt4{
	overflow: hidden;
}
.ul-imgtxt4 li{
	overflow: hidden;
}
.ul-imgtxt4 .con{
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 98px 0 93px;
}
.ul-imgtxt4 .con:after{
	content: '';
	display: block;
	clear:both;
	visibility: hidden;
	width: 100%;
	height: 0;
}
.ul-imgtxt4 .con.qm{
	padding: 82px 0 87px;
}
.ul-imgtxt4 .yuan{
	float: right;
	width: 401px;
	height: auto;
	position: relative;
	margin-right: 109px;
	margin-left: 120px;
}
.ul-imgtxt4 .yuan .bg{
	width: 326px;
	height: auto;
	position: relative;
	margin: 18px 41px 16px 34px;
	overflow: hidden;
}
.ul-imgtxt4 .yuan .bg img{
	display: block;
	width: 100%;
	height: auto;
}
.ul-imgtxt4 .yuan .bg .icon{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.ul-imgtxt4 .yuan .box{
	overflow: hidden;
}
.ul-imgtxt4 .yuan .img{
	height: auto;
	position: absolute;
	-webkit-animation: xg 2s infinite;
	-moz-animation: xg 2s infinite;
	-ms-animation: xg 2s infinite;
	-o-animation: xg 2s infinite;
	animation: xg 2s infinite;
}
@keyframes xg {
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
	50%{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2); 
		-ms-transform: scale(1.2); 
		-o-transform: scale(1.2); 
		transform: scale(1.2);
	}
	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
}
@-moz-keyframes xg {
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
	50%{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2); 
		-ms-transform: scale(1.2); 
		-o-transform: scale(1.2); 
		transform: scale(1.2);
	}
	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
}
@-ms-keyframes xg {
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
	50%{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2); 
		-ms-transform: scale(1.2); 
		-o-transform: scale(1.2); 
		transform: scale(1.2);
	}
	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
}
@-webkit-keyframes xg {
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
	50%{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2); 
		-ms-transform: scale(1.2); 
		-o-transform: scale(1.2); 
		transform: scale(1.2);
	}
	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
}
@-o-keyframes xg {
	0%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
	50%{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2); 
		-ms-transform: scale(1.2); 
		-o-transform: scale(1.2); 
		transform: scale(1.2);
	}
	100%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
}
.ul-imgtxt4 .yuan .img.xue{
	width: 55px;
	top: 1px;
	left: 138px;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}
.ul-imgtxt4 .yuan .img.lian{
	width: 51px;
	top: 30px;
	right: 81px;
}
.ul-imgtxt4 .yuan .img.ce{
	width: 95px;
	top: 122px;
	right: 1px;
}
.ul-imgtxt4 .yuan .img.ping{
	width: 65px;
	bottom: 1px;
	right: 59px;
}
.ul-imgtxt4 .yuan .img.sai{
	width: 55px;
	bottom: 11px;
	left: 61px;
}
.ul-imgtxt4 .yuan .img.jiao{
	width: 77px;
	top: 109px;
	left: 1px;
	-webkit-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.ul-imgtxt4 .yuan .img img{
	display: block;
	width: 100%;
	height: auto;
}
.ul-imgtxt4 .pic{
	float: right;
	border-radius: 20px;
	-webkit-box-shadow: 0 10px 20px rgba(10,182,162,.25);
	-moz-box-shadow: 0 10px 20px rgba(10,182,162,.25);
	-ms-box-shadow: 0 10px 20px rgba(10,182,162,.25);
	-o-box-shadow: 0 10px 20px rgba(10,182,162,.25);
	box-shadow: 0 10px 20px rgba(10,182,162,.25);
	margin-left: 180px;
	overflow: hidden;
}
.ul-imgtxt4 .pic img{
	display: block;
	width: 100%;
	height: auto;
}
.ul-imgtxt4 li:nth-child(even) .pic{
	float: left;
	margin-left: 0;
	margin-right: 140px;
}
.ul-imgtxt4.qm li .pic{
	float: left;
	margin-right: 140px;
	margin-left: 0;
}
.ul-imgtxt4.qm li:nth-child(even) .pic{
	float: right;
	margin-right: 0;
	margin-left: 91px;
}
.ul-imgtxt4 .txt{
	padding-bottom: 10px;
	padding-top: 63px;
	overflow: hidden;
}
.ul-imgtxt4 .con.qm .txt{
	padding-top: 34px;
}
.ul-imgtxt4 h3{
	font-size: 40px;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 42px;
	overflow: hidden;
}
.ul-imgtxt4 h3 span{
	display: inline-block;
	position: relative;
	z-index: 2;
}
.ul-imgtxt4 h3 span:after{
	content: '';
	height: 10px;
	background-color: rgba(251,199,41,.5);
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.ul-imgtxt4 .desc{
	font-size: 18px;
	color: #333;
	line-height: 1.78em;
	overflow: hidden;
}
.ul-imgtxt4 .desc .list-paddingleft-2 li p span{
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(../image/iconq10.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-right: 11px;
	margin-top: 1px;
}
.ul-imgtxt4 .und{
	display: block;
	width: 130px;
	font-size: 16px;
	color: #fff;
	line-height: 2.5em;
	text-align: center;
	border-radius: 4px;
	background: linear-gradient(-60deg, #EB9642, #FFA040);
	-webkit-box-shadow: 0 3px 3px rgba(10,182,162,.25);
	-moz-box-shadow: 0 3px 3px rgba(10,182,162,.25);
	-ms-box-shadow: 0 3px 3px rgba(10,182,162,.25);
	-o-box-shadow: 0 3px 3px rgba(10,182,162,.25);
	box-shadow: 0 3px 3px rgba(10,182,162,.25);
	margin-top: 54px;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ul-imgtxt4 .und:hover{
	opacity: .8;
	filter: alpha(opacity=80);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.m-info{
	background-color: #F5F5F5;
	padding: 99px 0 101px;
	overflow: hidden;
}
.m-info .ma{
	float: left;
	width: 150px;
	height: auto;
	margin-left: 20px;
	margin-top: 28px;
	overflow: hidden;
	float: right;
}
.m-info .ma img{
	display: block;
	width: 100%;
	height: auto;
}
.m-info .txt{
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.m-info h3{
	font-size: 36px;
	color: #333;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 42px;
	overflow: hidden;
}
.m-info .desc{
	font-size: 32px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
}
.m-info .desc p{
	margin-bottom: 5px;
}
.m-info .desc p em{
	font-size: 20px;
	font-style: normal;
}
.fright{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 20;
}
.fright ul{
	background-color: #fff;
	border-radius: 45px;
	padding: 7px 0;
}
.fright li{
	position: relative;
	padding: 18px 0;
}
.fright li .v1{
	display: block;
	width: 85px;
	font-size: 14px;
	color: #3F3A39;
	line-height: 2em;
	text-align: center;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.fright li:hover .v1{
	opacity: .8;
	filter: alpha(opacity=80);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.fright li .v1 i{
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto -2px;
}
.fright .down{
	display: none;
	width: 170px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 17px 1px #F1F1F1;
	-moz-box-shadow: 0 0 17px 1px #F1F1F1;
	-ms-box-shadow: 0 0 17px 1px #F1F1F1;
	-o-box-shadow: 0 0 17px 1px #F1F1F1;
	box-shadow: 0 0 17px 1px #F1F1F1;
	position: absolute;
	right: 93px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 6px;
	overflow: hidden;
}
.fright .down .ma{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.fright .down .ma img{
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width:1200px){
	.navSub{ display:block !important;}
}
@media (max-width:1730px){
	.ban .cont{top: 21%;}
	.ban .cont.qm{top: 5%;}
}
@media (max-width:1600px){
	.wrap{
		max-width: 1230px;
	}
	.logo img{
		height: 50px;
	}
	.navList > li{
		margin-left: 25px;
	}
	.navList > li > a{
		font-size: 15px;
	}
	.navRig li{
		font-size: 14px;
		margin-left: 10px;
	}
	.navRig li.navLogin{
		background-size: 14px auto;
	}
	.navRig li.navSearch a{
		width: 32px;
		height: 32px;
		background-size: 18px auto;
	}
	.navSecond,
	.navThird{
		max-width: 1200px;
	}
	.navSecond > li > a{
		font-size: 15px;
		line-height: 40px;
		padding: 0 25px;
	}
	.navThird > li{
		padding: .12rem 0;
	}
	.navThird > li > a{
		font-size: 16px;
	}
	.navFourth li a{
		font-size: 12px;
	}
	.navFourth li a:hover{
		font-size: 13px;
	}
	.ftTop{
		margin: .4rem auto;
	}
	.ftNav{
		font-size: 12px;
	}
	.ftTit{
		font-size: 16px;
	}
	.ftCon p.ftTel{
		font-size: 26px;
		background-size: 30px auto;
		padding-left: 35px;
		line-height: 30px;
	}
	.ftBot{
		padding: .15rem 0 .2rem;
	}
	.ftIco{
		width: 32px;
		height: 32px;
	}
	.onLine{
		width: 60px;
	}
	.onLine li a{
		padding: 8px 0;
	}
	.onIco{
		width: 24px;
		height: 24px;
	}
	.onCon img{
		width: 80px;
	}
	.hmTitEn{
		font-size: 70px;
	}
	.hmTitCn{
		font-size: 28px;
	}
	.mainTop li a{
		font-size: 15px;
		line-height: 20px;
	}
	.sortList li a{
		font-size: 15px;
	}

	.ban h3{font-size: 30px;}
	.g-tit1 h3{font-size: 30px;}
	.ul-imgtxt4 h3{font-size: 30px;}
	.m-info h3{font-size: 30px;}
	.m-info .desc{font-size: 24px;}
	.ban .form{padding: 30px;}
	.ban .form h3{font-size: 20px;}
	.ban .form .box{margin-top: 20px;}
	.g-tit2 h3{font-size: 32px;}
	.g-tit3 h3{font-size: 28px;}

}
@media (max-width:1400px){
	.navBtn span b:nth-child(1){ transform:translateY(6px) rotate(0deg);}
	.navBtn span b:nth-child(3){ transform:translateY(-6px) rotate(0deg);}

	.ban h3{font-size: 24px;}
	.ban em{font-size: 16px;}
	.g-tit1 h3{font-size: 24px;}
	.ul-imgtxt4 h3{font-size: 24px;}
	.m-info h3{font-size: 24px;}
	.m-info .desc{font-size: 20px;}
	.ban .form{padding: 20px;width: 280px;}
	.ban .form .item{margin-bottom: 10px;}
	.ban .form .sub-btn{margin-top: 20px;}
	.g-tit2 h3{font-size: 24px;}
	.g-tit3 h3{font-size: 22px;}
	
	.fright{display: none;}
}
@media (max-width:1200px){
	.wrap{
		width: 100%;
		max-width: 970px;
	}
	.navBg{ position:fixed; right:-100%; top:0; width:100%; height:100vh; background:#fbc729; opacity:.8; z-index:2; transition:all .5s;}
	.navBox{ position:fixed; right:-66%; top:0; height:100vh; width:66%; background:#FFFFFF; overflow:hidden; z-index:2; transition:all .5s;}
	.navList{ text-align:left; height:calc(100% - 70px); overflow-y:auto; display: block;}
	.navList > li{ display:block; margin:0; text-align:left;}
	.navList > li > a{ color:#333333; height:auto; line-height:46px; padding:0 .3rem; border-bottom:1px solid #f2f2f2;}
	.navList > li > a::before{ display:none;}
	.navList > li > a:after{ height:1px; background:#fbc729;}
	.navList > li > a > i{ float:right; width:46px; height:46px; background:url(../image/ico2.png) center center no-repeat;}
	.navList > li.active > a{ color:#fbc729;}
	.navList > li.cur > a,.navList > li > a.cur{ color:#fbc729;}
	.navList > li.cur > a > i,.navList > li > a.cur > i{ transform:rotate(180deg); transition:all .3s;}
	.navList > li:hover .navSub{ opacity:1; visibility:visible; margin-top:0;}
	.navSub{ width:100%; min-width:0; position:static; transform:none; padding:.2rem .2rem .2rem .5rem; border-top-width:1px; margin:0; opacity:1; visibility:visible; display:none; transition:none; background:#F0F0F0; box-shadow:none; min-height:0;}
	.navSub:after{ display:none;}
	.navList > li.dropdown > a > i{
		display: block;
	}
	.navSecond{
		display: block;
	}
	.navSecond > li > a{
		font-size: 15px;
		line-height: 32px;
		padding: 0;
	}
	.navSecond > li:hover > a{
		background-color: transparent;
		color: #fbc729;
	}
	.navThr{
		display: block;
		position: static;
		padding: .2rem;
		margin: .2rem 0;
	}
	.navThird{
		display: block;
	}
	.navThird > li{
		width: 100%;
	}
	.navThird > li > a{
		font-size: 14px;
		line-height: 24px;
	}
	.navFourth li{
		padding: 0 .1rem;
		flex: auto !important;
	}
	
	.navRig{
		margin-left: 0;
	}
	.navRig li{
		margin-left: .1rem;
	}
	.navRig li.navLine{
		display: none;
	}
	.navRig li.navBtn{ display:inline-block;}
	.navTop{ height:70px; background:#fbc729; padding:0 .3rem; display:flex; justify-content:flex-end; align-items:center;}
	.navClose{ width:25px; height:30px; position:relative; cursor:pointer; margin-right:10px;}
	.navClose span{ display:block; width:100%; height:2px; background:#FFFFFF; position:absolute; left:0; top:calc((100% - 4px) / 2); transition:all .3s;}
	.navClose span:nth-child(1){ transform:translateY(0) rotate(45deg);}
	.navClose span:nth-child(3){ transform:translateY(0) rotate(-45deg);}
	.navClose span:nth-child(2){ opacity:0;}

	.navBg.active,.navBox.active{ right:0;}
	.navBox.active{ box-shadow:-1px 0 5px #fbc729;}
	
	.ftNav{
		float: none;
		width: 100%;
		padding: 0;
	}
	.ftRig{
		float: none;
		width: 100%;
		border: none;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		margin-top: .3rem;
		padding: 0;
		padding-top: .3rem;
	}
	.ftCon{
		width: calc(100% - 200px);
	}
	.ftWx{
		width: 180px;
		margin-top: .3rem;
	}
	.ftTip{
		background-position: left 4px;
		font-size: 12px;
		line-height: 20px;
		margin-top: .1rem;
	}
	.onLine{
		width: 50px;
		top: auto;
		bottom: .1rem;
		transform: translateY(0);
		background-color: rgba(255,255,0255,0.9);
	}
	.onLine li a p{
		display: none;
	}
	.onCon{
		top: auto;
		bottom: 0;
		background-color: rgba(255,255,0255,0.9);
	}
	.hmTitEn{
		font-size: .56rem;
	}
	.hmTitCn{
		font-size: .24rem;
	}

	.banIn,
	.banIn .imgBg{ 
		height:200px;
	}
	.more{
		width: 240px;
		line-height: 38px;
		font-size: 14px;
	}

	.cur{padding: 10px 0;font-size: 14px;}
	.cur i{margin: 0 2px;}
	.ban h3{font-size: 20px;}
	.g-txtq1 li{margin-right: 30px;}
	.g-txtq1 li a{font-size: 16px;line-height: 50px;}
	.g-box1{margin-top: 30px;margin-bottom: 30px;}
	.snv{padding: 20px 10px;width: 150px;margin-right: 20px;}
	.snv li a{padding-left: 10px;font-size: 16px;line-height: 45px;}
	.g-box1 .content .boxs{padding: 20px 10px;}
	.g-tit1 h3{font-size: 18px;margin-bottom: 10px;}
	.g-tit1 h3:after{width: 40px;height: 2px;}
	.ul-imgtxt4 .con{padding: 30px 0;}
	.ul-imgtxt4 .con.qm{padding: 30px 0;}
	.ul-imgtxt4 .yuan{margin-right: 10px;margin-left: 30px;}
	.ul-imgtxt4 h3{font-size: 18px;margin-bottom: 10px;}
	.ul-imgtxt4 h3 span:after{height: 6px;}
	.ul-imgtxt4 .desc{font-size: 14px;}
	.ul-imgtxt4 .und{font-size: 14px;margin-top: 20px;}
	.ul-imgtxt4 .pic{width: 50%;margin-left: 40px;}
	.ul-imgtxt4 li:nth-child(even) .pic{margin-right: 40px;}
	.m-info{padding: 30px 0;}
	.m-info h3{font-size: 18px;margin-bottom: 10px;}
	.m-info .desc{font-size: 16px;line-height: 30px;}
	.m-info .desc p em{font-size: 14px;}
	.m-info .ma{width: 100px;margin-top: 10px;}
	.ul-imgtxt4.qm li .pic{margin-right: 40px;}
	.ul-imgtxt4.qm li:nth-child(even) .pic{margin-left: 40px;}
	.ban .cont{position: static;}
	.ban .form{width: auto;padding: 20px 0;}
	.ban .form h3{font-size: 16px;}
	.ban .cont.qm .form{float: none;}
	.g-tit2 h3{font-size: 18px;}
	.g-tit2 .desc{font-size: 14px;}
	.g-tit3 h3{font-size: 18px;}
	.g-tit3 .desc{font-size: 14px;}
}
@media (max-width:991px){
	.logo{ 
		height:60px;
	}
	.logo img{
		height: 40px;
	}
	.navRig{ line-height:60px;}
	.navRig a,
	.navRig i,
	.navRig span{ 
		line-height: 34px;
	}
	.navTop{ 
		height:60px;
	}
	.navList{ 
		height:calc(100% - 60px);
	}
	.navList > li > a{ 
		font-size:15px;
	}
	.searchInput{
		height: 32px;
		line-height: 30px;
		padding-left: 32px;
	}
	.searchBtn,
	.searchClose{
		width: 32px;
		height: 32px;
		margin-top: -16px;
		background-size: 16px auto;
	}		
	.banIn{
		margin-top: 60px;
	}
	.banIn,
	.banIn .imgBg{ 
		height:1.8rem;
	}
	.sortList{
		padding: .15rem 0;
		margin: 0 -.02rem;
	}
	.sortList li{
		padding: 0 .02rem;
	}
	.sortList li a{
		padding: 0 .1rem;
		line-height: 180%;
	}
	.sortList li::before,
	.sortList li::after{
		display: none !important;
	}
}
@media (max-width:767px){
	.searchCon{
		padding: 0 15px;
		padding-right: 50px;
	}
	.searchBtn{
		left: 15px;
	}
	.searchClose{
		left: auto;
		right: 15px;
	}
	.copyright{
		float: none;
		width: 100%;
		text-align: center;
	}
	.follow{
		float: none;
		width: 100%;
		margin-top: 10px;
	}

	.snv{float: none;width: auto;margin-right: 0;margin-bottom: 20px;padding: 10px;}
	.snv li{float: left;width: 33.33%;}
	.snv li a{padding-left: 0;text-align: center;}
	.snv li a i{display: none;}
	.ul-imgtxt4 .yuan{float: none;margin: 0 auto;}
	.ul-imgtxt4 .pic{float: none;width: auto;margin: 0;}
	.ul-imgtxt4 li:nth-child(even) .pic{margin-right: 0;float: none;}
	.ul-imgtxt4 .txt{padding-top: 10px;}
	.ul-imgtxt4 .con.qm .txt{padding-top: 10px;}
	.ul-imgtxt4 h3 span br{display: none;}
	.ul-imgtxt4 .con,.ul-imgtxt4 .con.qm{padding: 10px 0;}
	.ul-imgtxt4 .desc p br{display: none;}
	.ul-imgtxt4.qm li .pic{float: none;margin: 0;}
	.ul-imgtxt4.qm li:nth-child(even) .pic{margin-left: 0;float: none;}
}
@media (max-width:640px){
	.footBg{
		padding-bottom: 41px;
	}
	.ftNav{ 
		display: block;
	}
	.ftNav li{ 
		width: 100%;
		margin: 10px 0;
	}
	.ftTit{
		font-size: 15px;
		margin: 0;
	}
	.ftText{ 
		margin: 0 -3px;
	}
	.ftText p{ 
		display: inline-block;
		vertical-align: middle;
		padding: 0 3px;
		margin: 0;
	}
	.onLine{
		left: 0;
		width: 100%;
		bottom: 0;
		display: flex;
	}
	.onLine li{
		flex: 1;
	}
	.onIco{
		margin: 0 auto;
	}
	.onCon{
		bottom: 100%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.hmTitEn{
		font-size: .64rem;
	}
	.hmTitCn{
		font-size: .32rem;
	}
	.sortList li a{
		font-size: 14px;
	}
	.mainTop{
		margin: .4rem -2px;
	}
	.mainTop li{
		padding: 2px;
	}
	.mainTop li a{
		font-size: 12px;
	}
	.more{
		width: 200px;
	}
	.page a, .page span{
		margin: 1px;
	}

	.ban .txt{text-align: center;}
}
@media (max-width:460px){
	.logo{
		height: 50px;
	}
	.logo img{ 
		height:35px;
	}
	.navRig{ 
		line-height:50px;
	}
	.navRig li.navUser a{
		width: 30px;
		height: 30px;
	}
	.navBtn span{ 
		width:20px;
	}
	.navTop{ 
		height:50px;
	}	
	.ftRig{
		display: block;
	}
	.ftCon{
		width: 100%;
	}
	.ftCon p.ftTel{
		font-size: 22px;
		padding-left: 30px;
		background-size: 24px auto;
		background-position: left 3px;
	}
	.ftWx{
		width: 100%;
		max-width: 180px;
		margin: .3rem auto 0;
	}
	.copyright{
		font-size: 12px;
		line-height: 140%;
	}
	.ftIco{
		width: 28px;
		height: 28px;
	}
	.banIn{
		margin-top: 50px;
	}
	.sortList li a{
		font-size: 13px;
	}
	.mainTop li a{
		font-size: 12px;
	}
	.more{
		width: 100%;
		line-height: 32px;
		font-size: 12px;
	}
	.page a, .page span{
		display: none;
		line-height: 20px;
	}
	.page a:nth-child(1),
	.page a:nth-child(2),
	.page a:nth-last-child(1),
	.page a:nth-last-child(2){
		display: inline-block;
		padding: .1rem .2rem;
	}
	
	.ul-imgtxt4 .yuan{width: 280px;}
	.ul-imgtxt4 .yuan .bg{width: 240px;margin: 20px;}
	.ul-imgtxt4 .yuan .bg .icon{width: 40px;height: 40px;}
	.ul-imgtxt4 .yuan .img.xue{width: 45px;left: 90px;}
	.ul-imgtxt4 .yuan .img.lian{width: 41px;right: 40px;}
	.ul-imgtxt4 .yuan .img.ce{width: 65px;top: 90px;}
	.ul-imgtxt4 .yuan .img.ping{width: 55px;right: 30px;}
	.ul-imgtxt4 .yuan .img.sai{width: 45px;left: 40px;}
	.ul-imgtxt4 .yuan .img.jiao{width: 60px;top: 70px;}
	.m-info{padding: 10px 0;}
	.m-info .ma{ margin-top: 0;}
	.m-info .txt{ width:calc(100% - 120px); margin-right: 0;}
	.m-info .desc{ font-size: 14px; line-height: 20px; margin-top: 20px;}
	.m-info .desc p em{ font-size: 12px;}
}