.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner img {}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {background-color: rgb(75, 81, 87);width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color: rgb(255, 255, 255);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color: hsla(224,27%,35%,.9);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position:relative;background:url(../images/51_icon_search@2x.png) no-repeat 30px center;background-size:17px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color:#fff;background:url(../images/search2.png) no-repeat 30px center;background-size:20px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;width:100%;height:100%;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,9%,0);}
to {opacity:1;transform:none;}
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
	margin: 0;
	padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
	font-family: "Microsoft YaHei" ! important;
	color: #000000;
	background: #fff;
	margin: 0 auto;
	padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
input{
    -webkit-appearance: none;
}
textarea { -webkit-appearance: none;} 
a {
	text-decoration: none;
	color: #313840;
	outline: none;
}

a:active {
star:expression(this.onFocus=this.blur());
}

img {
    border: 0px;
    vertical-align: middle;
	max-width:100%;
}

li {
	list-style: none;
}

*{
	outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;color: #ff0000;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.clearflex:after{
	content: "";
	display: table;
	clear: both;
}



.wrap:after{
content:"";
display:table;
clear:both;
}
.wrap{
	width:1630px;
	margin:auto;
	max-width:100%;
	padding:0px 15px;
}
.head{
	background: rgba(48, 55, 63, .95);
}
.head .logo{
	float: left;
}
.head .logo img{
	
padding-top: 10px;
}
.head .right{
	
float: right;
}
.head .nav{
	
float: left;
}
.head .nav li{
	
float: left;
	
position: relative;
	
margin-left: 41px;
}
.head .nav li .h2tit{
	
}
.head .nav li:hover .h2tit a,
.head .nav li.current .h2tit a{
	color: #D6B48A;
}
.head .nav li:hover dl{
	
		visibility:visible;
		opacity:1;
		top:100px;
		z-index:5;
}
.head .nav li dl{
	position: absolute;
	width: 100%;
	text-align: center;
background-color: #fff;
-webkit-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
-moz-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
-o-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
-ms-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);

left: 0px;
	top: 110px;
	    visibility: hidden;
	    opacity: 0;
	    z-index: -1;

}
.head .nav li dl dd a:hover{
	color:#fff;
	background:#D6B48A
}
.head .nav li dl dd a{
	display: block;
	line-height: 60px;
	color:#000;
}
.head .nav li .h2tit a{
	display: block;
	line-height: 100px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0px 10px;
}
.head .tel{
	float: left;
	padding-top: 34px;
	margin-left: 40px;
}
.head .tel img{
	
}

.head *{
	
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	transition:all 0.4s;
}

.banner {
	
}

.banner .swiper-slide{
	
}
.banner .swiper-slide>img{
	display: block;
	width: 100%;
}
.banner .text{
	position:absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex; 
	display: -moz-flex;
	display: -ms-flexbox; 
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
	justify-content: center;
display: none;
}
.banner .h2tit{
	
}
.banner .dec{
	
}
.banner .icon{
	
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #D6B48A;
}
.banner .swiper-pagination-bullet{
	width: 71px;
	height: 4px;
	background: #FFFFFF;
	margin: 0px 12px;
	border-radius: 0;
	opacity: 1;
} 


.header-tel{margin-top:10px;float:right;margin-right:-20px;width:120px;}
.header-tel a{
	display:inline-block;
	font-size:12px;
	color:#fff;
	padding-left:1.4em;
	background:url(../images/tels.png) left center no-repeat;
	background-size:1.2em 1.2em;
	font-weight:normal;
	line-height:2.6em;
	padding-top:0.1em;
	}
.header-tel a:hover{color:#fff;}






.section_1{
	background: url(../images/bg-01.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 100px;
}
.section_1 .content1{
	padding-bottom: 78px;
}
.section_1 .content1:after{
	content: "";
	display: table;
	clear: both;
}
.section_1 .content1 .left{
	float: left;
	width: 770px;
	max-width: 50%;
}
.titlemodel{
	text-transform: uppercase;
}
.titlemodel .cn{
	font-size: 42px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #30373F;
	line-height: 1;
	padding-bottom: 10px;
}
.titlemodel .en{
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #30373F;
	line-height: 1;
}
.section_1 .content1 .left .dec{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	padding-top: 60px;
}
.section_1 .content1 .right{
	float: right;
	max-width: 50%;
}
.section_1 .content1 .right video{
	max-width: 100%;
	display: block;
	cursor: pointer;
}


.section_1 .content2{
	padding-bottom: 84px;
}
.section_1 .content2 .imgbox{
	
}
.section_1 .content2 .tite{
	text-align: center;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	padding-top: 10px;
	line-height: 1;
}
.section_1 .content2 .imgbox img{
	display: block;
	width: 100%;
}
.section_1 .content2 .swiper-button-prev,
.section_1 .content2 .swiper-button-next{
	width: 37px;
	height: 82px;
	border-radius: 0;
	top: 94px;
}
.section_1 .content2 .swiper-button-prev{
	background:url(../images/left.png) no-repeat center center;
	background-size: 100%;
	left: 0;
}
.section_1 .content2 .swiper-button-next{
	background:url(../images/right.png) no-repeat center center;
	background-size: 100%;
	right: 0;
}

.section_2 *{
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	transition:all 0.4s;
}
.section_2{
zoom: 1;
	overflow: hidden;
}
.section_2 li{
	float: left;
	text-align: center;
	position: relative;
	width: 33.333%;
}
.section_2 li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.section_2 li a *{
	display: block;
}
.section_2 li a .imgbox{
	height: 900px;
}
.section_2 li a .content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section_2 li a .icon{
	width: 100%;
	height: 131px;
	margin: 0px auto;
	background-size: auto 100% !important;
}
.section_2 li a .title{
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	padding-top: 26px;
}
.section_2 li:nth-child(1) a .icon{
	background: url(../images/u1.png) no-repeat center center;
}
.section_2 li:nth-child(1):hover a .icon{
	background: url(../images/u1hover.png) no-repeat center center;
}
.section_2 li:nth-child(2) a .icon{
	background: url(../images/u2.png) no-repeat center center;
}
.section_2 li:nth-child(2):hover a .icon{
	background: url(../images/u2hover.png) no-repeat center center;
}
.section_2 li:nth-child(3) a .icon{
	background: url(../images/u3.png) no-repeat center center;
}
.section_2 li:nth-child(3):hover a .icon{
	background: url(../images/u3hover.png) no-repeat center center;
}
.section_2 li a:hover .title{
	color: #CCAD86;
}
.section_2 li a:hover .imgbox{
	-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}
.section_3{
	margin-bottom: 70px;
}
.section_3 .tittab{
	padding-top: 77px;
	zoom: 1;
	overflow: hidden;
	margin-bottom: 50px;
}
.section_3 .tittab .titlemodel{
	float: left;
}
.section_3 .tittab .ri{
	float: right;
}


.section_3 .tittab .ri a.current,
.section_3 .tittab .ri a:hover{
	background-color: #30373F !important;
	color: #D6B48A;
}

.section_3 .tittab .ri a{
	float: left;
	width: 221px;
	height: 80px;
	border: 1px solid #30373F;
	margin-left: 66px;
	line-height: 78px;
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #30373F;
	padding-left: 89px;
	background-position: 31px center !important;
	text-align: left;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	transition:all 0.2s;
}
.section_3 .tittab .ri a:nth-child(1){
	background:url(../images/case1.png) no-repeat center center;
	margin: 0;
}
.section_3 .tittab .ri a:nth-child(1).current,
.section_3 .tittab .ri a:nth-child(1):hover{
	background:url(../images/case1hover.png) no-repeat center center;
}


.section_3 .tittab .ri a:nth-child(2){
	background:url(../images/case2.png) no-repeat center center;
}
.section_3 .tittab .ri a:nth-child(2).current,
.section_3 .tittab .ri a:nth-child(2):hover{
	background:url(../images/case2hover.png) no-repeat center center;
}


.section_3 .tittab .ri a:nth-child(3){
	background:url(../images/case3.png) no-repeat center center;
}
.section_3 .tittab .ri a:nth-child(3).current,
.section_3 .tittab .ri a:nth-child(3):hover{
	background:url(../images/case3hover.png) no-repeat center center;
}
.section_3 .bd{
	
} 
.section_3 .bd a{
	display: block;
	position: relative;
	overflow: hidden;
} 
.section_3 .bd a *{
	display: block;
} 
.section_3 .bd a .imgbox{
	width:100%;height:auto;display:block;padding-bottom:66%;position:relative;overflow:hidden;
} 
.section_3 .bd a .imgbox img{
display:block;position:absolute;width: 100%;height:auto;overflow:hidden;transition: all ease-out .3s;
} 
.section_3 .bd a .words{
	position: absolute;
	background: rgba(48, 55, 63, .95);
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 4;
	padding: 0px 68px;
	padding-top: 22px;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
} 
.section_3 .bd a .tit{
	
} 
.section_3 .bd a .decx{
	width: 540px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	padding-top: 12px;
	max-width: 100%;
	padding-bottom: 21px;
} 
.section_3 .bd a .more{
	position: absolute;
	height: 100%;
	width: 31px;
	right: 65px;
	top: 0;
	background: url(../images/more.png) no-repeat center center;
} 
.section_3 .bd .swiper-button-next{
	width: 45px;
	height: 100px;
	background: url(../images/right2.png) no-repeat center center;
	background-size: 100%;
	right: 0;
}
.section_3 .bd .swiper-button-prev{
	width: 45px;
	height: 100px;
	background: url(../images/left2.png) no-repeat center center;
	background-size: 100%;
	left: 0;
}
.section_4{
	background: url(../images/section_4.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 96px;
	padding-bottom: 166px;
}
.section_4 .list{
	text-align: center;
	zoom: 1;
	overflow: hidden;
	padding-top: 77px;
}
.section_4 .titlemodel *{
	color: #fff;
}
.section_4 .list li:nth-child(3n){
	margin-right:0px
}
.section_4 .list li{
	height: 480px;
	float: left;
	background: rgba(255, 255, 255, .8);
	width: calc((100% - 160px)/3);
	margin-right: 80px;
}
.section_4 .list li a{
	display: block;
}
.section_4 .list li a *{
	display: block;
	margin: 0 auto;
}
.section_4 .list li a img{
	
}
.section_4 .list li a .icon{
	padding-top: 90px;
	padding-bottom: 28px;
}
.section_4 .list li a .tit{
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #30373F;
	line-height: 1;
	padding-bottom: 16px;
}
.section_4 .list li a .dec{
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #30373F;
	line-height: 33px;
	padding: 0px 49px;
	margin-bottom: 35px;
}
.section_4 .list li a .more{
	width: 53px;
	height: 53px;
	background: url(../images/more2.png) no-repeat center center;
}
.section_5{
	padding-top: 98px;
}
.section_5 .list{
	zoom: 1;
	overflow: hidden;
	margin-bottom: 62px;
	padding-top: 81px;
}
.section_5 li:nth-child(4n){
	margin-right: 0;
}
.section_5 li{
	float: left;
	margin-right: 50px;
	width: calc((100% - 150px)/4);
	margin-bottom:30px;
}
.section_5 li a{
	display: block;
}
.section_5 li a *{
	display: block;
}
.section_5 li a .imgbox{
	
}
.section_5 li a .imgbox img{
	width: 100%;
}
.section_5 li a .content{
	padding-top: 18px;
}
.section_5 li a .tit{
	margin-bottom: 14px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.section_5 li a .dec{
	border-top: 1px solid #D2D2D2;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	padding-top: 15px;
	margin-bottom: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
}
.section_5 li a .time{
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	background:url(../images/more3.png) no-repeat right center;
}

.section_5 .more{
	margin:auto;
	width: 127px;
	height: 37px;
	border:1px solid #999999;
	display: block;
	line-height: 35px;
	font-size: 12px;
	font-family: MicrosoftYaHeiUI;
	font-weight: 400;
	color: #666666;
	padding-left: 31px;
	background: url(../images/more4.png) no-repeat 93px center;
}
.section_5{
	padding-bottom: 83px;
}
.footer{
	text-align: center;
	background: url(../images/bg-05.jpg) no-repeat center center;
	background-size: cover;
}
.footer .logo{
	padding-top: 109px;
	padding-bottom: 61px;
}
.footer .nav{
	zoom: 1;
	overflow: hidden;
	text-align: center;
	width: 1230px;
	zoom: 1;
	overflow: hidden;
	margin: auto;
	max-width: 100%;
}
.footer .nav ul{
	display: flex;
}
.footer .nav li{
	flex: 1;
	text-align: left;
	
}
.footer .nav .h2tit{
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.footer .nav dl{
	padding-top: 23px;
}
.footer .nav dl dd a{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #8F8F8F;
	line-height: 32px;
	display: block;
}
.footer .contact{
	width: 1230px;
	zoom: 1;
	overflow: hidden;
	margin: auto;
	max-width: 100%;
	padding-top: 56px;
	display: flex;
	justify-content: space-between;
}
.footer .contact p{
	width: 302px;
	height: 74px;
	border: 1px solid #FFFFFF;
	opacity: 0.4;
	float: left;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #999999;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.footer .contact p:nth-child(1){
	background: url(../images/t1.png) no-repeat 16px center;
}
.footer .contact p:nth-child(2){
	background: url(../images/t2.png) no-repeat 28px center;
}
.footer .contact p:nth-child(3){
	padding-left: 10px;
	background: url(../images/t3.png) no-repeat 28px center;
}
.footer .copy a{
	color: #fff;
}
.footer .copy{
	padding-top: 97px;
	padding-bottom: 118px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 32px;
	opacity: 0.6;
}
.section_1 .content2 .imgbox{
	overflow:hidden;
}

.section_5 li a .imgbox {
	width:100%;height:auto;display:block;padding-bottom:60%;position:relative;overflow:hidden;
}
.section_5 li a .imgbox img{
display:block;position:absolute;width: 100%;height:auto;overflow:hidden;transition: all ease-out .3s;
} 


.section_5 li a:hover .imgbox img,
.section_1 .content2 .imgbox:hover img{
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);

}
.section_5 li a *,
.section_5 li a .imgbox img,
.section_1 .content2 .imgbox img{
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	transition:all 0.4s;
}
.section_4 .list li:hover a{
	-o-transform: translate(0%, -20px);
	-webkit-transform: translate(0%, -20px);
	-moz-transform: translate(0%, -20px);
	-ms-transform: translate(0%, -20px);
	transform: translate(0%, -20px);
}

.section_4 .list li a{
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	transition:all 0.4s;
}
.section_5 li a:hover .tit{
	color: #D6B48A;
}


.head.cur2.cur1 {
    position: fixed;
    -o-transform: translate(0%,0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.head.cur2 {
    position: fixed;
    -o-transform: translate(0%,0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.head.cur1 {
    -o-transform: translate(0%, -150%);
    -webkit-transform: translate(0%, -150%);
    -moz-transform: translate(0%, -150%);
    -ms-transform: translate(0%, -150%);
    transform: translate(0%, -150%);
}
.footer .copy a,
.footer .nav dl dd a,
.head, .head * {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.head {
    width: 100%;
    z-index: 66;
    left: 0;
    position: fixed;
    top: 0;
}

.footer .nav dl dd a:hover{
	color: #fff;
}
.footer .copy a:hover{
	color: #ccc;
}
body.padtop{
	padding-top: 100px;
}
.menu{
	background: #EEEEEE;
}
.menu .typename{
	float: left;
	line-height: 80px;
}
.menu .cn{
	float: left;
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #30373F;
	margin-right: 10px;
}
.menu .en{
	float: left;
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #30373F;
	text-transform: uppercase;
}
.menu .link{
	float: right;
}
.menu .link a{
	float: left;
	position: relative;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666;
	line-height: 80px;
	overflow: hidden;
	margin-left: 30px;
}
.menu .link a:hover,
.menu .link a.current{
color: #D6B48A;	
}
.menu .link a:after{
	content:"";
	bottom:0px;


position:absolute;

left: 50%;
-o-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
height:2px;
background:#D6B48A;
width: 0px;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;


}
.menu .link a.current:after,
.menu .link a:hover:after{
	width: 100%;
}
.menu  *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

	
}
.titlemodel2{
	text-align: center;
	text-transform: uppercase;
	padding-top: 75px;
}
.titlemodel2 .cn{
	font-size: 32px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 1;
}
.titlemodel2 .en{
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	padding-top: 10px;
	line-height: 1;
	margin-bottom: 20px;
}

.titlemodel2 .line{
	width: 75px;
	height: 2px;
	background: #D6B48A;
	margin: auto;
}
.aboutmain{
	text-align: center;
	padding-top: 64px;
}
.aboutmain img{
	
}
.aboutmain .dec{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 38px;
	padding-top: 41px;
	padding-bottom: 130px;
}

.channel {
    margin-top:20px;
    margin-bottom:20px;
	font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.channel .left {
    float: left;
    width: 52.5%;
}
.channel .text {
    margin-top: 45px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.channel .right {
    float: right;
    width: 44%;
    /* max-width: 480px; */
    padding-top:2px;
}

.channel .right img {
    width: 100%;
}





.casemain{
    background: #fff;
}
.container {
        /* width: 1200px; */
        margin: 0 auto;
        max-width: 1680px;
        padding: 0px 15px;
}
.s4 {
    /* margin: 20px 0 0 -20px; */
}
.s4 li {
    float: left;
    width: 33.333333%;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.s4 li a {
    display: block;
    background-color: #fff;
    /* margin: 0px 0 0 20px; */
}
.s4 li .img-center {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 68%;
}
.s4 li .img-center:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
    -webkit-transform: skewx(-25deg);
    transform: skewx(-25deg);
}
.s4 li .text {
    border-top: 1px solid #eee;
    padding: 20px 60px 20px 20px;
    position: relative;
}
.s4 li  a:hover h4{
    color:#000000
}
.s4 li .text:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 52px;
    height: 55px;
    margin-top: -27px;
    background: url(../images/pz_more2.png) no-repeat center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.s4 li .text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.s4 li .text p {
    font-size: 16px;
    color: #8B8B8B;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s4 li a:hover .img-center:after {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.s4 li a:hover .text:after {
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    background-image: url(../images/pz_more2h.png);
}






/*最终页面 start*/
.fl { float:left; }
.fr { float:right; }
.pNewsmain{ margin-bottom:1.2%;width:100%;min-height:20px; _height:20px;height:auto;overflow:hidden;}
.pNews-detaTop{ text-align:center; padding:28px 0 15px 0; border-bottom:2px dotted #C7C5C5;_border-bottom:2px solid #C7C5C5;}
.pNews-detaTop .t{ font-size:28px;}
.pNews-detaTop .c{ margin-top:16px; color:#969696;}
.pNews-detaTop .c span{padding:0 14px;}
.pNews-detaFix{font-size:16px;text-align:left;color:#666666;line-height:1.8em; margin-top:1.2%;min-height:280px; _height:280px;height:auto;overflow:hidden;margin-bottom:1.2%;}
.pNews-detaFix img{max-width:100%;border:0px solid #D9D9D9;padding:2px;}

.pNews-detaPage{ background:#efefef; line-height:43px; margin-top:45px; position:relative; padding:0 20px;min-height:20px; _height:20px;height:auto;overflow:hidden;}
.pNews-detaPage .return{ background:#b4b4b4; text-align:center; color:#fff; display:inline-block;  padding:0 15px; position:absolute; left:50%; margin-left:-73px; top:0;}
.pNews-detaPage .return i{ font-size:24px; margin-right:5px; vertical-align:top; display:inline-block;}
.pNews-detaPage .prev, pNews-detaPage .next{ width:calc(50% - 90px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sfgbt{display:inline;}
@font-face {font-family: "iconfont";
  src: url('../font/iconfont.eot'); /* IE9*/
  src: url('../font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width:0.2px;
  -moz-osx-font-smoothing:grayscale;
}
/*最终页面 end*/


/*返回 start*/
.returnlist {
  height:97px;
  background: #f9f8f8;
  line-height: 97px;
  font-size: 16px;
  padding-left: 25px;
}
.returnlist img {
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.returnlist .img2 {
  display: none;
}
.returnlist a:hover .img1 {
  display: none;
}
.returnlist a:hover .img2 {
  display: inline-block;
}
.returnlist .share1 {
  display: inline-block;
  color: #999;
  font-size: 14px;
  margin-left: 40px;
}
.returnlist .share1 > div {
  display: inline-block;
  vertical-align: middle;
}
.returnlist a:hover {
  color: #ff0000;
}
/*返回 end*/

/*分页 start*/
.PageBox{margin:0 auto;width:97%; text-align:center;min-height:30px; _height:30px;height:auto;overflow:hidden; padding-bottom:1.8%;}
.SplitPage a{height:28px;border:1px #d8d8d8 solid;margin:0 -1px;padding:0 10px;color:#a6a6a6;font-size: 14px;font-family: '微软雅黑';display:inline-block;line-height:26px;}
.SplitPage :hover{background:#E90A00;color:#fff;text-decoration:none;}
.SplitPage .nowpage{background:#E90A00;color:#fff;width: 28px;height: 28px;display: inline-block;vertical-align: top;line-height: 30px;font-weight: normal;}
.SplitPage [disabled]{background-color:#F5F5F5;display:dnone;color:#a6a6a6;}
.SplitPage .disabled{background-color:#F5F5F5;display:dnone;color:#a6a6a6;}
.SplitPage :disabled{background-color:#F5F5F5;display:dnone;color:#a6a6a6;}
/*分页 end*/


.common-gud {display: flex;background:#ffffff url(../images/xbto-shadow.png) repeat-x 0 0 / auto 100%;position: fixed;z-index: 19;bottom: 0;left: 0;width: 100%; display:none;border-top:1px solid #dadada;}
.common-gud a { flex: 1; text-align: center; padding:0px 0; margin:6px 0; border-right:1px solid #dadada;}
.common-gud img { height:25px; }
.common-gud p { color: #666666; font-size:12px; }
.common-gud p:hover{color:#B12929;}