/*h5兼容*/
html {
	font-size: 16px;
}
@media only screen and (min-width: 320px) {
	html {
		font-size: 15.147px !important;
	}
}

@media only screen and (min-width: 375px) {
	html {
		font-size:16px !important;
	}
}

@media only screen and (min-width: 400px) {
	html {
		font-size: 17.06666px !important;
	}
}
@media only screen and (min-width: 414px) {
	html {
		font-size: 17.664px !important;
	}
}
@media only screen and (min-width: 480px) {
	html {
		font-size: 20.48px !important;
	}
}
@font-face {
  font-family: "PingFang";
}
*{font-family:"PingFang", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, "sans-serif";-webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin:0; padding:0; border: none; outline: none;list-style: none; text-decoration: none; vertical-align: middle;}
input[type=button], input[type=submit], input[type=file], button {-webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer; -webkit-appearance: none; outline: none; } 
input{ -webkit-appearance: none;}
textarea{-webkit-appearance: none;appearance: none;}
select{appearance:none; -moz-appearance:none;-webkit-appearance:none;}
img{height:auto;display:inline-block;}
a{display:block;height:auto;cursor:pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html{ width:100%; height:100%;}
body{ width:100%; height:100%; margin:auto; background-color:#fff;min-width: 100%;}
.dx-app{display:block;}
.dx-pc{display:none;}

.hetitbox{font-size: 22px;}
.fulc{margin-top: 0;width: 100%;padding: 0 2%;box-sizing: border-box;display: block;}
.fulc .fulcle {
    display: inline-flex;
    width: 100%;
}
.fulc .fulcle ul li {
    display: inline-flex;
    width: 100%;
}
.ind-ser-container-title p{font-size: 14px;}
.ind-ser-container-title .hetitbox div{width: 30px; margin: 0 10px;}
#iview { display: block; width: 100%; height: 150px; position: relative; overflow: hidden; }
#iview .iviewSlider { display: block; width: 100%; height: 150px; margin: 0px auto; }
#iview div.iview-directionNav { top: 49%; }
#iview .iview-controlNav { position: absolute; bottom: 20px; left: 50%;  *left: 47%;
margin-left: 8px; }
#iview .iview-items { position: relative; margin-left: -50%; }
#iview .iview-controlNav a { text-indent: -9999px; }
#iview .iview-controlNav a.iview-control { padding: 0px; float: left; width:16px; height: 16px; background: url('../images/circle.png') no-repeat 0px -32px; line-height: 0px; margin-right: 8px; }
#iview .iview-controlNav a.iview-control.active { background-position: 0px 0px; }
.iview div.iview-directionNav { position: absolute; top: 37%; left: 0px; z-index: 9; width: 100%; }
.iview div.iview-directionNav a { display: block; cursor: pointer; position: absolute; width: 27px; height: 27px; background-image: url(../images/bg_direction_nav_white.png); text-indent: -9999px; -webkit-transition: left 0.3s ease-in-out; -webkit-transition-property: left, right; -moz-transition: left 0.3s ease-in-out; -moz-transition-property: left, right; -o-transition: left 0.3s ease-in-out; -o-transition-property: left, right; -ms-transition: left 0.3s ease-in-out; -ms-transition-property: left, right; transition: left 0.3s ease-in-out; transition-property: left, right; }
.iview div.iview-directionNav a.iview-nextNav { right: -27px; background-position: 27px 0px; }
.iview div.iview-directionNav a.iview-prevNav { left: -27px; background-position: 0px 0px }
.iview.iview-hover div.iview-directionNav a.iview-nextNav { right: 20px; }
.iview.iview-hover div.iview-directionNav a.iview-prevNav { left: 20px; }
.iview-caption { color: #FFF; border-radius: 3px; padding: 10px 15px; font-family: Verdana; font-size: 12px; text-shadow: #000 1px 1px 0px; }
.iview-caption.caption1 { text-shadow: none; }
.iview-caption.caption2 { background: #FFF; color: #000; text-shadow: none; }
.iview-caption.caption3 { background: #c4302b; box-shadow: rgba(0, 0, 0, 0.7) 10px 10px 15px 0px; text-shadow: none; }
#iview-preloader { border: #666 1px solid; width: 150px; }
#iview-preloader div { background: #666; }
/* The slider */
.iviewSlider { overflow: hidden; }
/* The timer in the Slider */
#iview-timer { position: absolute; z-index: 100; border-radius: 5px; cursor: pointer; }
#iview-timer div { border-radius: 3px; }
/* The Preloader in the Slider */
#iview-preloader { position: absolute; z-index: 1000; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: #000 1px solid; padding: 1px; width: 100px; height: 3px; }
#iview-preloader div { float: left; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; height: 3px; background: #000; width: 0px; }
/* The strips and boxes in the Slider */
.iview-strip { display: block; position: absolute; z-index: 5; }
.iview-block { display: block; position: absolute; z-index: 5; }
/* Direction nav styles (e.g. Next & Prev) */
.iview-directionNav a { position: absolute; top: 45%; z-index: 9; cursor: pointer; }
.iview-prevNav { left: 0px; }
.iview-nextNav { right: 0px; }
/* Control nav styles (e.g. 1,2,3...) */
.iview-controlNav { position: absolute; z-index: 90; }
.iview-controlNav a { z-index: 90; cursor: pointer; }
.iview-controlNav a.active { font-weight: bold; }
.iview-controlNav .iview-items ul { list-style: none; }
.iview-controlNav .iview-items ul li { display: inline; position: relative; }
.iview-controlNav .iview-tooltip { position: absolute; }
/* The captions in the Slider */
.iview-caption { position: absolute; z-index: 4; overflow: hidden; cursor: default; }
/* The video show in the Slider */
.iview-video-show { background: #000; position: absolute; width: 100%; height: 100%; z-index: 101; }
.iview-video-show .iview-video-container { position: relative; width: 100%; height: 100%; }
.iview-video-show .iview-video-container a.iview-video-close { position: absolute; right: 10px; top: 10px; background: #222; color: #FFF; height: 20px; width: 20px; text-align: center; line-height: 29px; font-size: 22px; font-weight: bold; overflow: hidden; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.iview-video-show .iview-video-container a.iview-video-close:hover { background: #444; }


/*顶部*/
header{ width:100%; height:40px; overflow:hidden; background-color:#333;}
header .header{ width:1200px; height:40px; margin:0 auto;}
.headapp-le img{ height: 60px;position: relative;top: -2px;}
header .header strong{ float:left; line-height:40px; font-size:12px; color:#999; padding-left:10px; font-weight:normal;}
header .header span{ float:right; line-height:40px; font-size:12px; color:#999; padding-right:10px;}
header .header img{ height:16px; vertical-align:top; margin-top:12px; margin-right:10px;}
/*导航*/
nav{ width:100%; height:90px; background-color:#fff; position:relative;filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=90,strength=4);/*ie*/-moz-box-shadow: 0 2px 10px #dddddd;/*firefox*/-webkit-box-shadow: 0 2px 10px #dddddd;/*safari或chrome*/box-shadow:0 2px 10px #dddddd;/*opera或ie9*/} 
.nav{ width:1200px; height:90px; margin:0 auto;}
.nav .logo{ width:260px; height:90px; overflow:hidden; float:left; text-align:center; vertical-align:middle; position:absolute; top:0; left:}
.nav .logo span{ height:100%; vertical-align:middle; display:inline-block; *display:inline; *zoom:1;}
.nav .logo img{ max-width:100%; max-height:90%; vertical-align:middle;}
.nav ul{ float:right; overflow:hidden; height:90px;}
.nav ul li{ float:left; display:inline-block; *display:inline; *zoom:1;}
.nav ul li a{ height:90px; display:inline-block; *display:inline; *zoom:1; padding:0 15px; font-size:14px; color:#666666; line-height:90px; position:relative;}
.nav ul li a span{ width:100%; height:90px; display:inline-block; *display:inline; *zoom:1; position:absolute; left:0; top:90px; background-color:#524860; z-index:1; -webkit-transition:ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s;}
.nav ul li a strong{ position:relative; z-index:10; font-weight:normal;}
.nav ul li a:hover span{ top:0; -webkit-transition:ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s; background-color:#333;}
.nav ul li a:hover strong{ color:#fff;}
.nav ul li a.active span{ top:0; -webkit-transition:ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s;}
.nav ul li a.active strong{ color:#fff;}
/*大图*/
.banner { overflow: hidden; width: 100%; height: 150px; }
.banner .slide { display: block; width: 100%; height: 150px;}
.banner img{ width: 100%;}
/*用心服务*/
.ind-ser{ width:100%; overflow:hidden; padding:0px 0 30px 0; background-color:#fff;}
.ind-ser-container{ width:100%; overflow:hidden; margin:0 auto;}
.ind-ser-container-title{ width:100%; overflow:hidden; text-align:center;}
.ind-ser-container-title img{ max-width:100%; max-height:132px;}
.ind-ser-container-list{ width:100%; height:auto;}
.ind-ser-container-list ul{ width:100%;padding: 0 2%;box-sizing: border-box;}
.ind-ser-container-list li{ width:48%; height:320px; display:block; float:left;padding-top: 20px;margin-bottom: 10px;}
.ind-ser-container-list li a{ width:100%; height:auto; display:block; overflow:hidden; position:relative;}
.ind-ser-container-list li a span{ width:100%; height:auto; display:inline-block; *display:inline; *zoom:1; background-color:#524860; position:absolute; left:0; top:-420px; z-index:1; -webkit-transition:ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s;}
.ind-ser-container-list li a:hover span{ top:0; -webkit-transition:ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s;}
.ind-ser-container-list li a section{ width:100%; height:auto; overflow:hidden; position:relative; z-index:10;}
.ind-ser-container-list li a section img{ width:90px; height:90px; margin:0 auto 0;}
.ind-ser-container-list li a section .img{ display:block; display:inline;}
.ind-ser-container-list li a section .img_h{ display:none;}
.ind-ser-container-list li a:hover section .img{ display:none;}
.ind-ser-container-list li a:hover section .img_h{display:block;}
.ind-ser-container-list li div{padding: 10px 0;}
.ind-ser-container-list li a section h3{ width:100%; display:block; margin:0 auto; font-size:16px; color:#262626; text-align:center;}
.ind-ser-container-list li a:hover section h3{ color:#262626;}
.ind-ser-container-list li a p{ width:100%; display:block; padding: 10px;box-sizing: border-box; margin:0 auto; font-size:12px; color:#909090; line-height:20px; max-height:150px; overflow:hidden;}
.ind-ser-container-list li a:hover p{ color:#909090;}
/*网络营销*/
.ind-net{ width:100%; overflow:hidden; background-color:#343434; padding:70px 0 60px;}
.ind-net-container{ width:100%; overflow:hidden; margin:0 auto;}
.ind-net-container-title{ width:100%; overflow:hidden; text-align:center;}
.ind-net-container-title img{ max-width:100%; max-height:90px;}
.top-img-group{ width:100%; overflow:hidden; height:auto;}
.container{ width:100%; overflow:hidden; margin:0 auto;}
.top-img-item{ height:auto; overflow:hidden; position:relative;}
.item3{ width:100%; height:auto; overflow:hidden;}
.elem_3{ position:absolute; z-index:9; top:0; left:0; opacity:0;}
.font_3{ width:625px; height:300px; position:absolute; right:0; top:50%; margin-top:-100px; z-index:10;}
.font_3 p{ width:625px; height:42px; display:block; overflow:hidden; padding:25px 0 0 95px; font-size:14px; color:#878787; line-height:24px;}
.font_3 .net-bg1{ background:url(../images/bg_net_1.png) no-repeat;}
.font_3 .net-bg2{ background:url(../images/bg_net_2.png) no-repeat;}
.font_3 .net-bg3{ background:url(../images/bg_net_3.png) no-repeat;}
.font_3 .net-bg4{ background:url(../images/bg_net_4.png) no-repeat;}
/*合作伙伴*/
.ind-par{ width:100%; height:730px; overflow:hidden; background:url(../images/bg_partner.jpg) no-repeat; background-position:top center;}
.ind-par-container{ width:1200px; overflow:hidden; margin:0 auto;}
.ind-par-container-title{ width:1200px; overflow:hidden; text-align:center; margin-top:30px;}
.ind-par-container-title img{ max-width:100%; max-height:130px;}
.ind-par-container-list{ width:1200px; height:452px; overflow:hidden; margin-top:25px;}
.ind-par-container-list ul{ width:1220px; height:472px;}
.ind-par-container-list li{ width:300px; height:150px; display:block; float:left; border-right:1px rgba(82,72,96,0.8) solid; border-bottom:1px rgba(82,72,96,0.8) solid;}
.ind-par-container-list li a{ width:300px; height:150px; display:block; overflow:hidden; background-color:rgba(255,255,255,0.5); text-align:center; vertical-align:middle;}
.ind-par-container-list li a span{ height:100%; vertical-align:middle; display:inline-block; *display:inline; *zoom:1;}
.ind-par-container-list li a img{ max-width:80%; max-height:80%; vertical-align:middle;}
.ind-par-container-list li a:hover{ background-color:rgba(255,255,255,0.9);}
/*客户案例*/
.ind-case{ width:100%; height:auto; overflow:hidden; background:url(../images/icon11.jpg) no-repeat;background-size: auto 100%; background-position:top center;}
.ind-case-container{ width:100%; overflow:hidden; margin:0 auto;}
.ind-case-container-title{ width:100%; overflow:hidden; text-align:center; margin-top:30px;}
.ind-case-container-title img{ max-width:100%%; max-height:90px;}
.ind-case-container-list{ width:100%; height:auto; margin-top:0;}
.ind-case-container-list ul{ width:100%; overflow:hidden;}
.ind-case-container-list li{ width:100%; height:100%; padding: 0 0%; display:flex;align-items: center;justify-content: space-between; overflow:hidden; float:left; margin:0 0% 20px 0%;}
.ind-case-container-list li .img-container{ width:46%; height:110px; overflow:hidden;}
.ind-case-container-list li section{ width:52%; height:80px; overflow:hidden; padding-top:5px;padding-bottom: 10px;}
.ind-case-container-list li section a{ width:100%; height:24px; display:block; overflow:hidden; line-height:24px; padding-bottom:3px;}
.ind-case-container-list li section a h3{ font-size:16px; color:#fff; line-height:24px;}
.ind-case-container-list li section a:hover h3{ color:#fff;}
.ind-case-container-list li section p{ width:100%; height:20px; display:block; overflow:hidden; font-size:12px; color:#fff; line-height:20px;}
.ind-case-container-list li section p strong{ padding-right:10px; font-weight:normal;}
.ind-case-container-more{ width:100%; height:44px; overflow:hidden; border-top:1px #999 solid; margin:30px auto 0;}
.ind-case-container-more a{ width:100%; height:44px; display:block; text-align:center; line-height:44px; font-size:16px; color:#999999;}
.ind-case-container-more a:hover{ color:#f59062;}
.content > h2 { clear: both; margin: 0; padding: 4em 1% 0; color: #484B54; font-weight: 800; font-size: 1.5em; }
.content > h2:first-child { padding-top: 0em; }
figure { position: relative; overflow: hidden;  width: 100%; height:160px; background: #524860; text-align: center; cursor: pointer; }
figure img { position: relative;  opacity: 0.8; }
figure figcaption { padding: 2em; color: #fff; text-transform: uppercase; font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
figure figcaption::before, .grid figure figcaption::after { pointer-events: none; }
figure figcaption, figure figcaption > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
figure.effect-chico img {width:100%; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale(1); transform: scale(1); }
figure.effect-chico:hover img { opacity: 0.4;  -webkit-transform: scale(1.12); transform: scale(1.12);}
figure.effect-chico figcaption { padding: 0; }
figure.effect-chico figcaption::before { position: absolute; top: 30px; right: 30px; bottom: 30px; left: 30px; content: ''; -webkit-transform: scale(1.1); transform: scale(1.1); }
figure.effect-chico figcaption::before, figure.effect-chico p { opacity: 0; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; }
figure.effect-chico h2 { padding: 20% 0 20px 0; }
figure.effect-chico p { width:100%; height:100%; display:block; -webkit-transform: scale(1.5); transform: scale(1.5); text-align:center; vertical-align:middle;}
figure.effect-chico p span{ height:100%; display:inline-block; vertical-align:middle;}
figure.effect-chico p img{ width:69px; height:69px; vertical-align:middle;}
figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
/*立即咨询*/
.dx-zhixun{position: fixed;bottom: 0;z-index: 10; width: 100%; height:120px;text-align: center; background-color: #387efd;}
.dx-zhixunbox{ margin: auto;display: block; width: 100%;}
.dx-zhixun h1{color: #fefefe;font-size: 24px;display: inline-block;font-weight: normal; text-shadow: 0px 5px 5px #1c3b96; margin: 5px 0 8px 0;letter-spacing: 1px;}
.dx-zhixun p{color: #e6effe;font-size: 14px; margin-bottom: 5px;}
.dx-zhixun a{color: #0071ff;font-size:16px;display: inline-block;width: 140px; margin: 0 5px; height: 40px; line-height: 40px; border-radius: 10px; background-color: #fff;box-shadow: 0px 5px 3px rgba(42, 0, 255, 0.3);}
.dx-zhixun small{color: #00b136;font-size:16px;display: inline-block;width: 140px; margin: 0 5px; height: 36px; padding-top: 4px; line-height: 18px; border-radius: 10px; background-color: #fff;box-shadow: 0px 5px 3px rgba(42, 0, 255, 0.3);}
.dx-zhixun small p{display: inline-block;color: #333;font-size: 0.625rem;}
.dx-zhixun span{top: -2px;}
.dx-zhixun span{  
	position:relative;
	animation:width 2s linear;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	

	/* Safari and Chrome */
	-webkit-animation:width 2s linear;
	-webkit-animation-timing-function:linear;
	-webkit-animation-iteration-count:infinite; /*Safari and Chrome*/
}
@keyframes width
{
	0% {color:#0071ff;line-height: 48px;}
	10% { color: #e80000;line-height: 47px;}
	20% { color: #e80000;line-height: 46px;}
	30% { color: #e80000;line-height: 45px;}
	40% { color: #e80000;line-height: 44px;}
	50% { color: #e80000;line-height: 48px;}
	60% { color: #e80000;line-height: 49px;}
	70% { color: #e80000;line-height: 50px;}
	80% { color: #e80000;line-height: 51px;}
	90% { color: #e80000;line-height: 52px;}
	100%{ color: #0071ff;line-height: 48px;}

}
@-webkit-keyframes width /* Safari and Chrome */
{
0% {color:#0071ff;line-height: 48px;}
	0% {color:#0071ff;line-height: 48px;}
	10% { color: #e80000;line-height: 47px;}
	20% { color: #e80000;line-height: 46px;}
	30% { color: #e80000;line-height: 45px;}
	40% { color: #e80000;line-height: 44px;}
	50% { color: #e80000;line-height: 48px;}
	60% { color: #e80000;line-height: 49px;}
	70% { color: #e80000;line-height: 50px;}
	80% { color: #e80000;line-height: 51px;}
	90% { color: #e80000;line-height: 52px;}
	100%{ color: #0071ff;line-height: 48px;}
}

 @media screen and (max-width: 50em) {
.content { padding: 0 10px; text-align: center; }
.grid figure { display: inline-block; float: none; margin: 10px auto; width: 100%; }
}
/*right-dingwei*/
.foot-dingwei{
 width: 110px;
 height: 368px;
 position: fixed;
 right: 0px;

 z-index: 9;
 border: 1px solid #dcdcdc;
 background: #fafafa;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px; ;
}
.guanbi-foot{
 text-align: right;
 margin-top: -10px;
 cursor: pointer;
}
.foot-dingwei-img{
 text-align: center;
}


.foot-dingwei-imga{
 display: block;
 width: 106px;
 height: 116px;
 font-size: 14px;
 color: #0484cd;
 text-align: center;
 position: relative;

}
.qq-img{
 z-index: 99;
 position: absolute;
 width: 109px;
 height: 118px;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 border-bottom: 1px solid #ddd;
 background: url("../images/qq-icon-bg.png") no-repeat center 8px;
}
.qq-bg{
 width: 70px;
 height: 70px;
 border-radius: 35px;
 position: absolute;
 left: 18px;
 top: 10px;
 overflow: hidden;
 z-index: 9;
}
.qq-img img{
 max-width: 60px;
 display: block;
 position: absolute;
 left: 26px;
 top: 7px;
 -moz-transition: all .5s;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
}
.foot-dingwei-img a p{
 bottom: 5px;
 position: absolute;
 width: 90px;
 left: 10px;
}
.foot-dingwei-img ul{
 z-index: 999;
 position: absolute;
 bottom: 0;
 border:1px solid #dcdcdc ;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 width: 110px;
 margin-bottom: -1px;
 margin-left: -1px;
}
.foot-dingwei-img ul li{

 float: left;
 width: 54px;
 height: 54px;
 line-height: 42px;

}
.foot-dingwei-two{
 padding-top: 8px;
 text-align: center;
}
.foot-dingwei-two h4{ color:#333;
 font-size: 16px;
 font-weight:600 ;
}
.foot-dingwei-two a{
 margin:5px  0;
 display: block;
}
.foot-dingwei-two p{
	 color:#333;
 font-size: 14px;
}
.kaiqi-foot{
 width: 45px;
 height: auto;
 position: fixed;

 right:0px;
 cursor: pointer;

}
.dw-eweima{
 margin-top: 10px;
}
.dw-eweima p{ color:#333;
 font-size: 14px;
}
.dw-eweima img{
 width: 90px;
 height: 90px;
}

@media (min-width:1200px) and (max-width:1580px) {
 .foot-dingwei{
    top: 120px;
 }

 .kaiqi-foot{
    top: 130px;
 }

}

@media (min-width:1580px) and (max-width: 2000px){
 .foot-dingwei{
    top: 300px;
 }
 .kaiqi-foot{
    top: 317px;
 }


}
/*电商资讯*/
.ind-news{ width:100%; overflow:hidden; padding:10px 0 60px;}
.ind-news-container{ width:100%; overflow:hidden; margin:0 auto;}
.ind-news-container-title{ width:100%; overflow:hidden; text-align:center; margin-top:30px;}
.ind-news-container-title img{ max-width:100%; max-height:130px;}
.ind-news-container-list{ width:100%; overflow:hidden;}
.tabs { width:100%; height:auto; overflow:hidden; margin-top:35px; text-align:center;}
.tabs a{ height:30px; padding:0 25px; display:inline-block; *display:inline; *zoom:1; margin:0 5px 5px 5px; text-align:center; line-height:30px; background-color:#aeaeae; font-size:14px; color:#fff; border-radius: 5px 5px 0px 0px;}
.tabs a.active { color: #fff; background: #f59062; border-radius: 5px 5px 0px 0px; }
.swiper-container { height: 520px; border-radius: 0 0 5px 5px; width: 100%; border-top: 0; }
.swiper-slide { height: 520px; width: 100%; background: none; overflow:hidden;}
.content-slide { width:100%; overflow:hidden;}
.swiper-container { margin: 60px auto 0; position: relative; overflow: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden;/* Fix of Webkit flickering */ z-index: 1; }
.swiper-wrapper { position: relative; width: 100%; -webkit-transition-property: -webkit-transform, left, top; -webkit-transition-duration: 0s; -webkit-transform: translate3d(0px, 0, 0); -webkit-transition-timing-function: ease; -moz-transition-property: -moz-transform, left, top; -moz-transition-duration: 0s; -moz-transform: translate3d(0px, 0, 0); -moz-transition-timing-function: ease; -o-transition-property: -o-transform, left, top; -o-transition-duration: 0s; -o-transform: translate3d(0px, 0, 0); -o-transition-timing-function: ease; -o-transform: translate(0px, 0px); -ms-transition-property: -ms-transform, left, top; -ms-transition-duration: 0s; -ms-transform: translate3d(0px, 0, 0); -ms-transition-timing-function: ease; transition-property: transform, left, top; transition-duration: 0s; transform: translate3d(0px, 0, 0); transition-timing-function: ease; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.swiper-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }
.swiper-slide { float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.ind-news-container-div{ width:100%; height:422px; overflow:hidden; margin-top:10px;}
.ind-news-container-left{ width:300px; height:400px; overflow:hidden; float:left; margin-left:70px; display:inline; background:url(../images/bg_news.png) no-repeat; background-position:top center; padding:11px 0;}
.ind-news-container-right{ width:726px; height:422px; overflow:hidden; float:right; margin-right:50px; display:inline;}
.ind-news-container-right ul{ width:726px; overflow:hidden;}
.ind-news-container-right li{ width:726px; height:120px; display:block; overflow:hidden; margin:12px 0;}
.ind-news-container-right li section{ width:726px; height:70px; overflow:hidden;}
.ind-news-container-right li section h3{ width:726px; height:30px; display:block; overflow:hidden;}
.ind-news-container-right li section h3 a{ width:600px; height:30px; display:block; line-height:30px; font-size:16px; color:#262626; float:left; overflow:hidden;}
.ind-news-container-right li section h3 a:hover{ color:#f59062;}
.ind-news-container-right li section h3 span{ float:right; line-height:30px; font-size:12px; color:#909090; font-family:Arial, Helvetica, sans-serif; text-align:right;}
.ind-news-container-right li section p{ width:726px;height:40px; display:block; overflow:hidden; font-size:14px; color:#909090; line-height:20px;}
.ind-news-container-right li .li-more{ width:726px; height:32px; overflow:hidden; margin-top:10px;}
.ind-news-container-right li .li-more a{ width:98px; height:28px; display:block; border:1px #f59062 solid; background-color:#fff; font-size:14px; color:#f59062; text-align:center; line-height:28px;}
.ind-news-container-right li .li-more a:hover{ background-color:#f59062; color:#fff;}
.ind-news-container-more{ width:800px; height:44px; overflow:hidden; border-top:1px #524860 solid; margin:50px auto 0;}
.ind-news-container-more a{ width:100%; height:44px; display:block; text-align:center; line-height:44px; font-size:16px; color:#524860;}
.ind-news-container-more a:hover{ color:#f59062;}
/*footer*/
footer{ width:100%; overflow:hidden; background-color:#333333;}
.footer-top{ width:100%; padding:30px 0; overflow:hidden; border-bottom:1px #393939 solid;}
.footer-top-container{ width:1200px; overflow:hidden; margin:0 auto;}
.footer-top-container-left{ width:175px; overflow:hidden; float:left; margin-left:25px; display:inline;}
.footer-top-container-left h3{ width:160px; height:40px; display:block; overflow:hidden; border-bottom:1px #393939 solid;}
.footer-top-container-left h3 img{ vertical-align:middle; margin:0 10px 3px 0;}
.footer-top-container-left h3 span{ font-size:14px; color:#fff; line-height:40px;}
.footer-top-container-left h4{ padding:8px 0; font-size:20px; color:#fff;}
.footer-top-container-left p{ width:100%; display:inline-block; *display:inline; *zoom:1;}
.footer-top-container-left p strong{ width:40px;  display:inline-block; *display:inline; *zoom:1; text-align:right; font-size:12px; color:#999; line-height:16px; font-weight:normal; float:left;}
.footer-top-container-left p span{ width:120px; display:inline-block; *display:inline; *zoom:1; vertical-align:top; font-size:12px; color:#999; line-height:16px;}
.footer-top-container-middle{ width:708px; overflow:hidden; float:left; margin-left:60px; display:inline; border-left:1px #393939 solid; border-right:1px #393939 solid;}
.footer-top-container-middle ul{ width:720px; overflow:hidden;}
.footer-top-container-middle li{ width:100px; display:block; float:left; margin-left:65px; overflow:hidden;}
.footer-top-container-middle li h3{ font-size:16px; color:#999999; line-height:40px;}
.footer-top-container-middle li p{ padding:7px 0;}
.footer-top-container-middle li a{ font-size:12px; color:#999999;}
.footer-top-container-middle li a:hover{ color:#fff;}
.footer-top-container-right{ width:160px; overflow:hidden; float:right; margin:10px 60px 0 0; display:inline;}
.footer-top-container-right img{ width:100px; height:100px; display:block; margin:0 auto;}
.footer-top-container-right h3{ font-size:12px; color:#848484; line-height:40px; text-align:center}
.footer-bot{ width:100%; padding:20px 0; overflow:hidden; border-bottom:1px #494949 solid;}
.footer-bot-container{ width:1200px; overflow:hidden; margin:0 auto; font-size:12px; color:#999999; line-height:20px;}
.footer-bot-container a{ font-size:12px; color:#999999; padding-right:10px;}
.footer-bot-container a:hover{ color:#fff;}
/*内页*/
.nybanner{ width:100%; display: flex; align-items: center; justify-content: center; overflow:hidden; position:relative;}
.nybanner img{  height: 7.8rem;}
.nymain{ width:100%; overflow:hidden; min-height:300px;}
.nymain-container{ width:1200px; overflow:hidden; margin:0 auto; padding-bottom:30px;}
.about-menu{ width:1200px; height:61px; border-bottom:1px #f0f0f0 solid; margin-top:60px; text-align:center;}
.about-menu a{ width:102px; height:68px; display:inline-block; *display:inline; *zoom:1; margin:0 30px; background:url(../images/icon_about_menu.png) no-repeat; font-size:14px; color:#ffffff; text-align:center; line-height:28px;}
.about-menu a:hover{ background:url(../images/icon_about_menu_h.png) no-repeat;}
.about-menu a.active{ background:url(../images/icon_about_menu_h.png) no-repeat;}
.about-container{ width:1070px; overflow:hidden; margin:0 auto; padding:50px 0; border-bottom:1px #f0f0f0 solid;}
.about-container-left{ width:672px; overflow:hidden; float:left;}
.about-container-title{ width:672px; overflow:hidden;}
.about-container-cont{ width:672px; overflow:hidden; margin-top:60px; font-size:14px; color:#666666; line-height:24px;}
.about-container-cont img,.about-container-cont span,.about-container-cont p{ max-width:100%;}
.about-container-cont li{ list-style-position:inside; list-style-type:disc;}
.about-container-right{ width:342px; height:420px; overflow:hidden; float:right; position:relative;}
.about-container-right .imgbd{ width:310px; height:388px; border:6px #524860 solid; position:absolute; bottom:0; right:0; z-index:1;}
.about-container-right img{ width:322px; height:400px; display:block; position:absolute; top:0; left:0; z-index:5;}
.culture{ width:1200px; overflow:hidden; margin-top:10px;}
.culture ul{ width:1200px;}
.culture li{ width:1200px; height:190px; display:block;}
.culture li a{ width:1200px; height:188px; display:block; background-color:#fff; border-top:1px #fff solid; border-bottom:1px #fff solid;}
.culture li a .culimg{ width:280px; height:188px; overflow:hidden; float:left; text-align:center; vertical-align:middle;}
.culture li a .culimg span{ height:100%; vertical-align:middle; display:inline-block; *display:inline;}
.culture li a .culimg img{ max-width:280px; max-height:188px; vertical-align:middle;}
.culture li a .culimg .choose_img1{ display:block; display:inline;}
.culture li a .culimg .choose_img2{ display:none;}
.culture li a section{ width:750px; height:100px; overflow:hidden; float:left; margin:44px 0 0 20px; display:inline;}
.culture li a section h3{ width:750px; height:30px; display:block; overflow:hidden; font-size:18px; color:#1a1a1a; line-height:30px;}
.culture li a section p{ width:750px; height:66px; display:block; overflow:hidden; margin-top:4px; font-size:12px; color:#909090; line-height:22px;}
.culture li a:hover{ background-color:#524860; border-top:1px #f0f0f0 solid; border-bottom:1px #f0f0f0 solid;}
.culture li a:hover .culimg .choose_img1{ display:none;}
.culture li a:hover .culimg .choose_img2{ display:block; display:inline;}
.culture li a:hover section{ width:750px; height:100px; overflow:hidden; float:left; margin:44px 0 0 20px; display:inline;}
.culture li a:hover section h3{ width:750px; height:30px; display:block; overflow:hidden; font-size:18px; color:#fff; line-height:30px;}
.culture li a:hover section p{ width:750px; height:66px; display:block; overflow:hidden; margin-top:4px; font-size:12px; color:#fff; line-height:22px;}
.job{ width:1200px; overflow:hidden; margin:30px 0;}
.job-left{ width:195px; padding-right:30px; overflow:hidden; border-right:1px #f0f0f0 solid; float:left;}
.job-left ul{ width:195px; overflow:hidden; padding:20px 0;}
.job-left li{ width:195px; display:block; overflow:hidden; padding:25px 0;}
.job-left li a{ width:195px; display:block; text-align:right; font-size:14px; color:#666666; line-height:20px;}
.job-left li a img{ display:none;}
.job-left li a:hover{ color:#f59062;}
.job-left li a:hover img{ display:block; display:inline; vertical-align:middle; margin:0 5px 2px 0;}
.job-left li a.active{ color:#f59062;}
.job-left li a.active img{ display:block; display:inline; vertical-align:middle; margin:0 5px 2px 0;}
.job-right{ width:870px; overflow:hidden; float:left; margin-left:70px; display:inline;}
.job-right-title{ width:100%; overflow:hidden; margin-top:40px;}
.job-right-title h3{ float:left; display:block; font-size:18px; color:#1a1a1a;}
.job-right-title h3 label{ font-size:12px; color:#909090; display:block;}
.job-right-title span{ float:right; display:block; font-size:12px; color:#909090; line-height:24px; text-align:right;}
.job-right-title span label{ font-size:12px; color:#f59062;}
.job-right hr{ width:50px; border:none; border-top:1px #f59062 solid; margin:30px 0;}
.job-right-cont{ width:870px; overflow:hidden; font-size:14px; color:#909090; line-height:30px;}
.contact-info{ width:1200px; height:240px; overflow:hidden; margin:80px 0 60px;}
.contact-info ul{ width:1300px; height:240px;}
.contact-info li{ width:270px; height:240px; display:block; float:left; margin-right:40px; display:inline;}
.contact-info li a{ width:268px; height:238px; display:block; border:1px #ddd solid; background-color:#fff;}
.contact-info li a .img1{ height:66px; display:block; margin:46px auto 0;}
.contact-info li a .img2{ display:none;}
.contact-info li a section{ width:200px; height:100px; overflow:hidden; margin:15px auto 0;}
.contact-info li a section h3{ font-size:14px; color:#1a1a1a; line-height:30px; text-align:center;}
.contact-info li a section p{ font-size:12px; color:#999999; line-height:20px; text-align:center;}
.contact-info li a:hover{ border:1px #ff6b5d solid;}
.contact-info li a:hover .img1{ display:none;}
.contact-info li a:hover .img2{ height:66px; display:block; margin:46px auto 0;}
.contact-map{ width:100%; overflow:hidden; text-align:center;}
.contact-map p,.contact-map img{ max-width:100%;}
.contact-message{ width:1170px; overflow:hidden; margin:60px auto 50px;}
.contact-message-title{ width:1170px; overflow:hidden; text-align:center;}
.contact-message-form{ width:1170px; overflow:hidden; margin-top:50px;}
.contact-message-form ul{ width:570px; display:block;}
.contact-message-form ul li{ width:100%; display:block; padding-bottom:30px; overflow:hidden;}
.contact-message-form ul li .m-txt1{ width:548px; height:40px; padding:0 10px; border:1px #dddddd solid; background-color:#fff; font-size:14px; color:#666; font-family:"微软雅黑"; *line-height:40px; _line-height:40px; overflow:hidden;}
.contact-message-form ul li .m-txt2{ width:548px; height:170px; padding:5px 10px; border:1px #dddddd solid; background-color:#fff; font-size:14px; color:#666; font-family:"微软雅黑"; resize:none; overflow:hidden;}
.contact-message-form ul li span{ float:left;}
.contact-message-form ul li span .m-txt3{ width:120px; height:40px; padding:0 10px; border:1px #dddddd solid; background-color:#fff; font-size:14px; color:#666; font-family:"微软雅黑"; *line-height:40px; _line-height:40px; overflow:hidden;}
.contact-message-form ul li span img{ height:40px; vertical-align:top; margin-left:10px;}
.contact-message-form ul li .m-btn{ width:240px; height:40px; display:inline-block; float:right; border:none; background-color:#ff6b5d; font-size:16px; color:#fff; text-align:center; font-family:"微软雅黑"; *line-height:40px; _line-height:40px; cursor:pointer;}
.web-container{ width:604px; overflow:hidden; float:left; margin-top:30px;}
.web-container section{ width:604px; overflow:hidden; margin-bottom:30px; border-bottom:1px #f0f0f0 solid; padding-bottom:30px;}
.web-container section h3{ width:604px; display:block; font-size:16px; color:#1a1a1a;}
.web-container section h3 strong{ font-weight:normal; color:#f59062;}
.web-container section h3 span{ display:block; font-size:12px; color:#909090;}
.web-container section hr{ width:50px; border:none; border-top:1px #f59062 solid; margin:30px 0 20px 0;}
.web-container section .des-container{ width:604px; overflow:hidden; font-size:14px; color:#909090; line-height:26px;}
.web-img{ width:540px; height:620px; overflow:hidden; float:right; text-align:center; vertical-align:middle;}
.web-img span{ height:100%; display:inline-block; *display:inline; *zoom:1; vertical-align:middle;}
.web-img img{ max-width:540px; max-height:620px; vertical-align:middle;}
.case{ width:1200px; overflow:hidden; margin:0 auto; padding:50px 0;}
.case-title{ width:1200px; text-align:center;}
.allpage{ width:100%; overflow:hidden; margin:30px 0; text-align:center;}
.allpage span{ height:30px; padding:0 14px; display:inline-block; *display:inline; *zoom:1; font-size:12px; color:#fff; line-height:30px; margin:0 5px; border:1px #efefef solid; background-color:#524860}
.allpage a{ height:30px; padding:0 14px; display:inline-block; *display:inline; *zoom:1; font-size:12px; color:#909090; line-height:30px; margin:0 5px; border:1px #efefef solid; background-color:#fff;}
.allpage a:hover{ border:1px #efefef solid; background-color:#524860; color:#fff;}
.allpage label{ height:30px; padding:0 14px; display:inline-block; *display:inline; *zoom:1; font-size:12px; color:#ddd; line-height:30px; margin:0 5px; border:1px #efefef solid;}
.case-menu1{ width:1200px; overflow:hidden; margin-top:20px; text-align:center;}
.case-menu1 a{ height:30px; display:inline-block; *display:inline; *zoom:1; padding:0 40px; margin:0 5px; font-size:14px; color:#ffffff; line-height:30px; background-color:#aeaeae;}
.case-menu1 a:hover{ background-color:#f59062;}
.case-menu1 a.active{ background-color:#f59062;}
.case-menu2{ width:1200px; overflow:hidden; margin-top:10px; line-height:20px; text-align:center;}
.case-menu2 strong{ font-size:14px; color:#666666; font-weight:normal;}
.case-menu2 a{ font-size:14px; color:#666666; line-height:20px; display:inline-block; padding:0 5px;*display:inline; *zoom:1; margin:0 5px;}
.case-menu2 a:hover{ color:#f59062;}
.case-menu2 a.active{ color:#f59062;}
.case-cont{ width:1200px; overflow:hidden;}
.case-cont1{ width:1200px; padding:60px 0; overflow:hidden;}
.case-cont1-img{ width:270px; overflow:hidden; float:left;}
.case-cont1-img img{ width:270px;}
.case-cont1 section{ width:850px; overflow:hidden; float:right; margin-right:30px; display:inline;}
.case-cont1 section h3{ font-size:30px; color:#1a1a1a; font-weight:bold; padding-bottom:5px;}
.case-cont1 section p{ font-size:12px; color:#909090; line-height:18px; padding:2px 0;}
.case-cont1 section .pic-small{ width:850px; overflow:hidden; margin-top:15px;}
.case-cont1 section .pic-small img{ height:80px; margin-right:10px; border-left:3px #fff solid; border-right:3px #fff solid; cursor:pointer;}
.case-cont1 section .pic-small img.hover{ height:74px; border:3px #f59062 solid;}
.bigimg{animation:bigimg 1s;
-webkit-animation:bigimg 1s;
-moz-animation:bigimg 1s;
-o-animation:bigimg 1s;}
@keyframes bigimg{
0% { opacity:0;}
90% { opacity:0.9;}
100% { opacity:1;}
}
@-webkit-keyframes bigimg{
0% { opacity:0;}
90% { opacity:0.9;}
100% { opacity:1;}
}
@-moz-keyframes bigimg{
0% { opacity:0;}
90% { opacity:0.9;}
100% { opacity:1;}
}
@-o-keyframes bigimg{
0% { opacity:0;}
90% { opacity:0.9;}
100% { opacity:1;}
}
.case-cont2{ width:1000px; overflow:hidden; border:1px #efefef solid; padding:30px 99px; font-size:14px; color:#666; line-height:24px;}
.case-cont2 img,.case-cont2 p,.case-cont2 span{ max-width:100%;}
.case-cont2 li{ list-style-type:disc;}
.case-page{ width:1200px; overflow:hidden; padding:10px 0; text-align:right; font-size:14px; color:#909090; border-bottom:1px #efefef solid;}
.case-page span{ padding-left:20px;}
.case-page a{ font-size:14px; color:#909090; margin-left:15px;}
.case-page a:hover{ color:#f59062;}
.case-new{ width:1200px; overflow:hidden; margin-top:28px;}
.case-new-title{ width:1200px; height:35px; border-bottom:2px #efefef solid;}
.case-new-title strong{ display:inline-block; height:35px; *display:inline; *zoom:1; font-size:16px; color:#262626; line-height:35px; border-bottom:2px #ec8b5f solid;}
.news-top{ width:100%; padding:30px 0 10px 0; background-color:#fff;}
.news-top-container{ width:1200px; overflow:hidden; margin:0 auto; }
.news-top-title{ width:1200px; height:49px; border-bottom:1px #dcdcdc solid; position:relative;}
.news-top-title .line{ width:180px; height:5px; background-color:#ec8b5f; position:absolute; left:0; bottom:-1px;}
.news-top-title .round{ width:10px; height:10px; border:1px #ddd solid; background-color:#fff; border-radius:6px; position:absolute; bottom:-6px; right:0;}
.news-top-title h3{ display:block; float:left; font-size:20px; color:#c5c6ca; line-height:40px; text-transform:Uppercase;}
.news-top-title h3 strong{ font-size:14px; color:#262626; padding-left:10px; font-weight:normal;}
.news-top-title .local{ float:right; overflow:hidden; text-align:right; line-height:49px; font-size:12px; color:#666666; padding-right:20px;}
.news-top-title .local a{ font-size:12px; color:#666666;}
.news-top-title .local img{ margin-right:6px;}
.news-top-title .local a:hover{ color:#f59062;}
.news-top-title .local span{ padding:0 10px;}
.news-top-title .local strong{ font-size:12px; color:#f59062;}
.news-top-menu{ width:1200px; overflow:hidden; padding:5px 0 0px 0;}
.news-top-menu a{ font-size:14px; color:#909090; padding:5px 20px; display:inline-block; *display:inline; *zoom:1;}
.news-top-menu a:hover{ color:#262626;}
.news-top-menu a.active{ color:#262626;}
.news-bot{ width:100%; background-color:#f9f9f9; overflow:hidden;-moz-box-shadow: 0 2px 5px #eeeeee inset;/*firefox*/-webkit-box-shadow: 0 2px 5px #eeeeee inset;/*safari或chrome*/box-shadow:0 2px 5px #eeeeee inset;/*opera或ie9*/ padding:40px 0 50px 0;}
.news-bot-container{ width:1200px; overflow:hidden; background-color:#fff; margin:0 auto;}
.news-left{ width:780px; overflow:hidden; float:left; margin:10px 0 10px 30px; display:inline;}
.news-left ul{ width:780px; overflow:hidden;}
.news-left ul li{ width:780px; height:170px; padding:30px 0; display:block; overflow:hidden; border-bottom:1px #efefef solid;}
.news-left ul li .newsimg{ width:220px; height:170px; overflow:hidden; float:left;}
.news-left ul li .newsimg a img{ width:225px; height:175px; -webkit-transition: -webkit-transform 0.2s linear;
-moz-transition: -moz-transform 0.2s linear;
-o-transition: -o-transform 0.2s linear;
transition: transform 0.2s linear;}
.news-left ul li .newsimg a:hover img{ width:225px; height:175px;-webkit-transform: translateX(-5px);
-moz-transform: translateX(-5px);
-ms-transform: translateX(-5px);
-o-transform: translateX(-5px);
transform: translateX(-5px);}
.news-left ul li section{ width:518px; height:170px; display:block; float:right; margin-right:5px; display:inline;}
.news-left ul li section h3{ width:518px; height:30px; display:block; line-height:30px;}
.news-left ul li section h3 a{ font-size:16px; color:#262626;}
.news-left ul li section h3 a:hover{ color:#f59062;}
.news-left ul li section h3 a:active{ color:#f59062;}
.news-left ul li section h4{ font-size:12px; color:#bbbbbb; line-height:20px;}
.news-left ul li section h4 span{ padding:0 6px;}
.news-left ul li section p{ width:518px; height:60px; overflow:hidden; padding-top:8px; font-size:14px; color:#909090; line-height:20px;}
.news-left ul li section .news-cont{ width:726px; height:32px; overflow:hidden; margin-top:15px;}
.news-left ul li section .news-cont a{ width:98px; height:28px; display:block; border:1px #f59062 solid; background-color:#fff; font-size:14px; color:#f59062; text-align:center; line-height:28px;}
.news-left ul li section .news-cont a:hover{ background-color:#f59062; color:#fff;}

.news-left ul li.no-pics{}
.news-left ul li.no-pics .newsimg{ display:none;}
.news-left ul li.no-pics section{ width:780px; height:170px; display:block; float:none; margin-right:none;}
.news-left ul li.no-pics section h3{ width:780px; height:30px; display:block; line-height:30px;}
.news-left ul li.no-pics section h3 a{ font-size:16px; color:#262626;}
.news-left ul li.no-pics section h3 a:hover{ color:#f59062;}
.news-left ul li.no-pics section h3 a:active{ color:#f59062;}
.news-left ul li.no-pics section h4{ font-size:12px; color:#bbbbbb; line-height:20px;}
.news-left ul li.no-pics section h4 span{ padding:0 6px;}
.news-left ul li.no-pics section p{ width:780px; height:60px; overflow:hidden; padding-top:8px; font-size:14px; color:#909090; line-height:20px;}
.news-left ul li.no-pics section .news-cont{ width:780px; height:32px; overflow:hidden; margin-top:15px;}
.news-left ul li.no-pics section .news-cont a{ width:98px; height:28px; display:block; border:1px #f59062 solid; background-color:#fff; font-size:14px; color:#f59062; text-align:center; line-height:28px;}
.news-left ul li.no-pics section .news-cont a:hover{ background-color:#f59062; color:#fff;}

.news-right{ width:300px; overflow:hidden; float:right; margin:10px 30px 10px 0; display:inline;}
.news-hot{ width:300px; overflow:hidden; margin-top:10px;}
.news-hot-title{ width:300px; height:50px; border-bottom:2px #efefef solid; position:relative;}
.news-hot-title .line{ width:50px; height:2px; background-color:#ec8b5f; position:absolute; left:0; bottom:-2px;}
.news-hot-title strong{ font-size:16px; color:#262626; line-height:50px; font-weight:normal; line-height:50px;}
.news-hot-list{ width:300px; overflow:hidden; padding:10px 0;}
.news-hot-list ul{ width:300px; overflow:hidden;}
.news-hot-list li{ width:300px;display:block; overflow:hidden;}
.news-hot-list li a{ width:284px; padding:4px 0; display:block; overflow:hidden; padding-left:16px; line-height:18px; background:url(../images/icon-news1.png) no-repeat 0 50%; font-size:12px; color:#909090;}
.news-hot-list li a:hover{background:url(../images/icon-news2.png) no-repeat 0 50%; color:#ec8b5f;}
.news-tag{ width:300px; overflow:hidden;}
.news-tag-title{ width:300px; height:50px; border-bottom:2px #efefef solid; position:relative;}
.news-tag-title .line{ width:50px; height:2px; background-color:#ec8b5f; position:absolute; left:0; bottom:-2px;}
.news-tag-title strong{ font-size:16px; color:#262626; line-height:50px; font-weight:normal; line-height:50px;}
.news-tag-list{ width:300px; padding:10px 0;}
.news-tag-list a{ height:24px; padding:0 12px; display:inline-block; *display:inline; *zoom:1; border:1px #dddddd solid; background-color:#fff; font-size:12px; color:#666666; line-height:24px; margin:0 8px 8px 0;}
.news-tag-list a:hover{ background-color:#ff6b5d; border:1px #ff6b5d solid; color:#fff;}
.news-contact{ width:300px; overflow:hidden; margin-top:20px;}
.news-contact-img{ width:300px; overflow:hidden;}
.news-contact-img img{ width:300px;}
.news-contact-div{ width:300px; padding:10px 0; border-bottom:2px #efefef solid; position:relative;}
.news-contact-div .line{ width:50px; height:2px; background-color:#f59062; position:absolute; left:0; bottom:-2px;}
.news-contact-div .news-contact-container{ width:280px; overflow:hidden; margin:0 auto; font-size:12px; color:#909090; line-height:20px;}
.news-contact-div .news-contact-container strong{ font-size:12px; color:#1a1a1a; font-weight:normal;}
.news-content{ width:780px; overflow:hidden; float:left; margin:10px 0 10px 30px; display:inline;}
.news-content-title{ width:780px; text-align:center; overflow:hidden; padding:10px 0; font-size:12px; color:#909090; border-bottom:1px #efefef solid;}
.news-content-title span{ padding:0 10px;}
.news-content-title h3{ font-size:16px; color:#262626; padding-bottom:6px;}
.news-content-dd{ width:780px; overflow:hidden; padding:10px 0; border-bottom:1px #efefef solid; font-size:14px; color:#909090; line-height:20px; border-bottom:1px #efefef solid;}
.news-content-dd strong{ font-size:14px; color:#1a1a1a;}
.news-content-cont{ width:780px; overflow:hidden; padding:20px 0; font-size:14px; color:#666666; line-height:22px;}
.news-content-cont img,.news-content-cont p,.news-content-cont span{ max-width:100%;}
.news-content-page{ width:780px; overflow:hidden; padding:10px 0; border-top:1px #efefef solid; border-bottom:1px #efefef solid; margin-top:30px;}
.news-content-page span{ padding-right:10px; display:inline-block; *display:inline; *zoom:1;}
.news-content-page span strong{ font-size:12px; color:#1a1a1a; font-weight:normal;}
.news-content-page span a{ font-size:12px; color:#909090; padding-right:10px;}
.news-content-page span a:hover{ color:#ff6b5d;}
.news-similar{ width:780px; overflow:hidden; margin-top:10px;}
.news-similar-title{ width:780px; height:49px; border-bottom:1px #efefef solid;}
.news-similar-title strong{ font-size:16px; color:#262626; line-height:49px;}
.news-similar-list{ width:780px; overflow:hidden; padding:10px 0;}
.news-similar-list ul{ width:820px; overflow:hidden;}
.news-similar-list li{ width:390px; height:30px; display:block; float:left;}
.news-similar-list li a{ width:374px; height:30px; display:block; background:url(../images/icon-news1.png) no-repeat 0 50%; padding-left:16px; overflow:hidden; line-height:30px; font-size:12px; color:#909090;}
.news-similar-list li a:hover{ background:url(../images/icon-news2.png) no-repeat 0 50%; color:#ec8b5f;}
/*手机右侧滑出样式*/
a#cd-logo {display: block;float: left; height:100%;}
a#cd-logo img { display: block; width:4.5rem;}
header img.left{ float:left; overflow:hidden; height: auto; margin:0px 0px 0px 0.625rem;}
header img.right{ float:right;width:2.625rem; height: auto; margin:0.4rem 0.2rem 0px 0px;}
header{ height:3.437rem; width:100%; background:#fff url(../images/z6.png) center center no-repeat;background-size: auto 100%; line-height:3.437rem; position: fixed;top: 0; left: 0;z-index:3;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
header .lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}
.cd-main-content {
  /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
  height: 100%;
  background-color:#fff;
  z-index: 2;
  padding-top:3.4375rem;
    padding-bottom:4.5rem;
    height: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
  /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}

header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}
header .is-fixed { position: fixed;}
#cd-top-nav { position: absolute; top: 0; right: 120px; height: 100%;display: none;}
#cd-top-nav ul {height: 100%;padding-top: 18px;}
#cd-top-nav li {display: inline-block;margin-right: 1em;}
#cd-top-nav a {display: inline-block; padding: .5em;color: #FFF;text-transform: uppercase;font-weight: 600;}
#cd-top-nav a.current {background-color: #242e30;}
.no-touch #cd-top-nav a:hover { color: rgba(255, 255, 255, 0.7);}
@media only screen and (min-width: 768px) {#cd-top-nav { display: block;}}
a#cd-menu-trigger { position: absolute;right: 0;top: 0; height: 100%; width: 50px;}
a#cd-menu-trigger .cd-menu-text {height: 100%; text-transform: uppercase; color: #FFF;font-weight: 600; display: none;}
a#cd-menu-trigger .cd-menu-icon {
  opacity:0;
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left:40%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width:40px;
  height:40px;
  background-color: #FFF;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: '';
  opacity:0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
#cd-menu-trigger .cd-menu-icon::before { bottom: 5px; display:none;}
#cd-menu-trigger .cd-menu-icon::after {top: 0px;}
#cd-menu-trigger.is-clicked .cd-menu-icon { background-color: rgba(255, 255, 255, 0);}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {background-color: white;}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {#cd-menu-trigger {width: 110px; padding-left: 1.25em;}
  #cd-menu-trigger .cd-menu-text {display: inline-block;line-height: 70px;}
  #cd-menu-trigger .cd-menu-icon { left: auto;right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
#cd-lateral-nav {z-index:555; position: fixed;height:100%;
  right:-40%;
  top: 0;
  /* the secondary navigation is covered by the main element */
  width:40%;
      box-shadow: 0px 0px 5px #adadad;
  background-color:#ffffff;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#cd-lateral-nav .cd-navigation { margin:0px;}
#cd-lateral-nav .sub-menu { display:none;padding:10px 10px 10px 10px;box-sizing: border-box;width: 100%; display: none;position: absolute;background: #f1efe1; z-index: 999;}
#cd-lateral-nav .sub-menu li{height: 32px;line-height: 32px;overflow: hidden;}
li.item-has-children{ height:50px; line-height:50px; }
li.item-has-childrens{ height:50px; line-height:50px; }
#cd-lateral-nav a {border-bottom:1px solid #f1f1f1;display: block;font-size:0.75rem; color:#000;text-align:center;}
#cd-lateral-nav a.current { background-color: #3a4a4d; color: #FFF;}
.no-touch #cd-lateral-nav a:hover {color: #FFF;}
@media only screen and (min-width: 768px) { #cd-lateral-nav .cd-navigation { margin: 20px 0;}}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}
/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {position: relative;text-transform: uppercase;/* this is the right arrow to show that the item has a submenu  */}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
 /* background: url("../img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;*/
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .socials { padding: 0 32px;}
#cd-lateral-nav .socials:after { content: "";display: table; clear: both;}
#cd-lateral-nav .socials a {
  height: 32px;
  width: 32px;
  float: left;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  background-size: 128px 64px;
  background-color: #FFF;
  margin-right: .5em;
  border-radius: 0.25em;
}
#cd-lateral-nav .socials a.cd-twitter {background-position: 0 0;}
#cd-lateral-nav .socials a.cd-github {background-position: -32px 0;}
#cd-lateral-nav .socials a.cd-facebook {background-position: -64px 0;}
#cd-lateral-nav .socials a.cd-google { background-position: -96px 0;}
.no-touch #cd-lateral-nav .socials a:hover { background-color: #4e6361;}
.no-touch #cd-lateral-nav .socials a:hover.cd-twitter { background-position: 0 -32px;}
.no-touch #cd-lateral-nav .socials a:hover.cd-github { background-position: -32px -32px;}
.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {background-position: -64px -32px;}
.no-touch #cd-lateral-nav .socials a:hover.cd-google { background-position: -96px -32px;}
/*手机右侧滑出样式*/
/*兼容*/
@media screen and (min-device-width:500px){ html, body{ width:500px; margin:auto;}}

@media screen and (min-width: 400px) and (max-device-width:420px){
}
@media screen and (min-width: 350px) and (max-device-width:365px){
}
@media screen and (min-width: 310px) and (max-device-width:330px){
}
@supports (bottom: env(safe-area-inset-bottom)){
    .footer{
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }
}