@charset "utf-8";
/* --reset-- */
body,div,span,img,h1,h2,h3,h4,h5,h6,ul,li,dl,dd,ol,p,i,b,strong,a,table,th,td,form,input,textarea{margin:0;padding:0;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body{font-family:"PingFang SC",'Microsoft Yahei','Microsoft JhengHei',Helvetica,Tahoma;}
i,ol,ul,li{font-style:normal;list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;display:inline-block;vertical-align:middle;}
a{color:#333;text-decoration:none;-webkit-transition:all 0.35s;transition:all 0.35s;}
@font-face{font-family:FuturaLT;src:url('../fonts/FuturaLT.otf');}
@font-face {font-family:bahnschrift;src:url('../fonts/bahnschrift.ttf');}
@font-face{font-family:wurairun;src:url('../fonts/wurairun.ttf');}
::-webkit-scrollbar{width:6px;height:6px ;}
::-webkit-scrollbar-track{box-shadow:inset 0 0 6px transparent;background:#f8f8f8;border-radius:6px;}
::-webkit-scrollbar-thumb{border-radius:6px;background:#18943b;}
::-webkit-input-placeholder{font-family:'Microsoft YaHei';color:#999;}
.ts035{-webkit-transition:all 0.35s;transition:all 0.35s;}
.ts05{-webkit-transition:all 0.5s;transition:all 0.5s;}
.clear{clear:both;}
.clearfix:after{content:".";visibility:hidden;display:block;height:0;clear:both;}
.hidden{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.valign-middle{display:table-cell;vertical-align:middle;}
.start-center{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;}
.center-center{height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;}
.center-center-colume{height:100%;display:flex;flex-direction:column;align-items:left;justify-content:center;}

/* --public-- */
.content{width:72%;margin:auto;position:relative;}
.padding{padding:60px 0;}
.font48{font-size:48px;line-height:56px;overflow:hidden;}
.font36{font-size:36px;line-height:42px;overflow:hidden;}
.font24{font-size:24px;line-height:32px;overflow:hidden;}


.pages {font-size:14px;color: #646464;margin:20px 0px;text-align: center;}
.pages a{margin:0px 6px;padding:4px 10px;font-size: 14px;color: #646464;border:1px solid rgb(220,220,220);}
.pages span {margin:0px 6px;padding:4px 10px;font-size: 14px;color: #fff;background: rgb(5,73,148);border: rgb(5,73,148) solid 1px;}
.pages a:hover{background: rgb(5,73,148);border: rgb(5,73,148) solid 1px;color: #fff;}


/* --header-- */
.publicTop{height:42px;background:#f7f7f7;overflow:hidden;}
.publicTop .wz{max-width:68%;height:42px;font-size:14px;color:#999;line-height:42px;float:left;overflow:hidden;}
.publicTop .btn{max-width:32%;height:42px;float:right;overflow:hidden;}
.publicTop .btn a{font-size:14px;color:#999;line-height:42px;padding-left:30px;margin-left:30px;background-repeat:no-repeat;background-position:left center;float:left;}
.publicTop .btn a:nth-of-type(1){background-image:url(../images/top_tel.png);}
.publicTop .btn a:nth-of-type(2){background-image:url(../images/top_msg.png);}

.publicHeader{height:137px;overflow:hidden;background:#FFF;}
.publicHeader .logo{width:60%;height:112px;overflow:hidden;float:left;}
.publicHeader .logo img{width:100%;max-width:682px;display:block;}
.publicHeader .logo a{display:inline-block;}
.publicHeader .tel{max-width:36%;height:auto;padding:6px 0 0 80px;margin-top:20px;background-image:url(../images/top_24.png);background-repeat:no-repeat;background-position:left center;overflow:hidden;float:right;}
.publicHeader .tel p{font-size:16px;height:24px;line-height:24px;overflow:hidden;}
.publicHeader .tel b{font-size:42px;height:42px;line-height:42px;overflow:hidden;font-weight:normal;font-family:bahnschrift;display:block;}

.publicNava{height:60px;border-top:1px solid #EEE; background: #0063b1;}
.publicNava li{width:14.2%;float:left;position:relative;}
.publicNava li .navaLi{width:100%;height:60px;font-size:16px;color:#fff;line-height:60px;text-align:center;display:block;overflow:hidden;}
.publicNava li .navaLi:hover{color:#FFF;background:#016db6;}



 .nava{height:60px;position:relative;}
 .nava li{width:14.28%;height:60px;float:left;position:relative;}
 .nava li .nava-li{width:100%;height:60px;font-size:16px;color:#fff !important;line-height:60px;text-align:center;position:relative;overflow:hidden;cursor:pointer;display:block;}
 .nava li .nava-li span{width:0px;height:2px;background:#FFF;position:absolute;left:50%;bottom:0;}
 .nava li:hover .nava-li span{width:40%;left:30%;}
.nava li .navtwo{
    min-width: 120px;
    width: auto;
    display: none;
    position: absolute;
    top: 110%;
    left: 50%;
    z-index: 99;
    padding-top: 15px;
	display:none;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
dl.navtwo:after{
	position: absolute;
	left:50%;
	top: 0;
	margin-left: -11px;
	content: " ";
	width: 23px; 
	height: 15px;
    background: url(../images/navatwo.png) center no-repeat;
	z-index: 1;
}

 .nava li .navtwo .inner {
    width: 100%;
    background-color: rgba(255,255,255,1);
    padding: 13px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);
}
 .nava li .navtwo dd {
    height: 36px;
    line-height: 36px;
    text-align: center;
}
 .nava li .navtwo dd>a {
    display: block;
    height: 100%;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
}
 .nava li .navtwo.on{
	top:90%;
}
 .nava li .navtwo dd>a:hover {
    color:#FFF;
	background-color: #2d70b4;
}




.publicSearch{padding:20px 0;border-bottom:1px solid #EEE;overflow:hidden;}
.publicSearch .hot{width:100%;padding:9px 12px;font-size:16px;line-height:24px;overflow:hidden;position:relative;float:left;}
.publicSearch .hot b{float:left;}
.publicSearch .hot a{color:#999;margin-right:20px;float:left;}
.publicSearch .hot a:hover{color:#0b82ca;}
.publicSearch .hot:before{
	width:3px;height:16px;content:"";position:absolute;left:0;top:13px;z-index:2;background:#c3002f;
	-webkit-transition: all 0.5s;transition: all 0.5s;
}
.publicSearch .search{width:300px;height:42px;border-radius:21px;background:#f5f5f5;float:right;overflow:hidden;display:none;}
.publicSearch .search .keywords{width:240px;height:42px;font-size:16px;line-height:42px;padding:0 24px;background:none;border:none;outline:none;float:left;overflow:hidden;}
.publicSearch .search .sumbit{width:60px;height:42px;background:url(../images/search.png) no-repeat center #0b82ca;cursor:pointer;float:right;overflow:hidden;}


/* --footer-- */
.publicFooter{background:url(../images/footer_bg.png) repeat #1f1f1f;overflow:hidden;}
.publicFooter .box{width:21.25%;margin-right:5%;float:left;}
.publicFooter .box:last-child{margin-right:0;}
.publicFooter .box .bt{height:48px;font-size:18px;line-height:48px;color:#FFF;font-weight:bold;overflow:hidden;position:relative;}
.publicFooter .box .bt:after{content:"";position:absolute;left:0;bottom:0;z-index:2;width:36px;height:2px;background:#FFF;}
.publicFooter .box ul{margin-top:8%;}
.publicFooter .box ul li{width:48%;height:32px;line-height:32px;overflow:hidden;float:left;}
.publicFooter .box ul li a{font-size:15px;color:#999;}
.publicFooter .box ul li a:hover{color:#FFF;}
.publicFooter .box .add{margin-top:8%;}
.publicFooter .box .add p{height:auto;font-size:15px;line-height:24px;color:#999;padding:4px 0 4px 32px;background-repeat:no-repeat;background-position:left top 5px;}
.publicFooter .box .add p:nth-of-type(1){background-image:url(../images/footer_link.png);}
.publicFooter .box .add p:nth-of-type(2){background-image:url(../images/footer_tel.png);}
.publicFooter .box .add p:nth-of-type(3){background-image:url(../images/footer_email.png);}
.publicFooter .box .add p:nth-of-type(4){background-image:url(../images/footer_add.png);}
.publicFooter .box .ewm{margin-top:8%;}
.publicFooter .box .ewm .in{width:46%;margin-right:8%;float:left;}
.publicFooter .box .ewm .in:last-child{margin-right:0;}
.publicFooter .box .ewm .in img{width:100%;max-width:110px;margin:auto;display:block;}
.publicFooter .box .ewm .in p{height:32px;font-size:15px;line-height:32px;color:#999;text-align:center;}

.copyright{font-size:14px;line-height:24px;color:#999;text-align:center;padding:20px 0;border-top:1px solid rgba(255,255,255,0.2);overflow:hidden;}
.copyright b{margin-left:20px;font-weight:normal;}
.copyright a{color:#999;}
.copyright a:hover{color:#FFF;}

/* --侧边快捷栏-- */
.publicSidebar{width:50px;height:auto;margin-left:-50px;position:fixed;right:2%;bottom:40px;z-index:999;}
.publicSidebar .top{border:1px solid #eee;background:#FFF;margin-bottom:10px;}
.publicSidebar .bottom{border:1px solid #eee;border-bottom:none;background:#FFF;}
.publicSidebar .bottom .box{border-bottom:1px solid #eee;}
.publicSidebar .box{cursor:pointer;position:relative;}
.publicSidebar .box .out{padding:14px 0 10px;}
.publicSidebar .box .out .icon{width:100%;height:16px;position:relative;}
.publicSidebar .box .out .icon .cur{width:100%;height:100%;position:absolute;left:0;top:0;}
.publicSidebar .box .out .icon .hover{width:100%;height:100%;position:absolute;left:0;top:0;display:none;}
.publicSidebar .box .out .icon img{height:16px;margin:auto;display:block;}
.publicSidebar .box .out .wz{font-size:12px;line-height:16px;margin-top:6px;color:#666;text-align:center;}
.publicSidebar .box:hover{background:#0b82ca;}
.publicSidebar .box:hover .icon .cur{display:none;}
.publicSidebar .box:hover .icon .hover{display:block;}
.publicSidebar .box:hover .out .wz{color:#FFF;}

.publicSidebar .box .in{width:0;height:100%;position:absolute;right:50px;bottom:0;background:#0b82ca;-webkit-transition:all 0.5s;transition:all 0.5s;}
.publicSidebar .box .in.active{width:160px;}
.publicSidebar .box .tel{font-size:16px;line-height:62px;text-align:center;color:#FFF;overflow:hidden;}
.publicSidebar .box .ewm{height:186px;text-align:center;padding:30px 0;overflow:hidden;}
.publicSidebar .box .ewm img{width:100px;height:100px;margin:auto;display:block;}
.publicSidebar .box .ewm p{font-size:14px;line-height:24px;text-align:center;color:#FFF;margin-top:6px;}

/* --手机端导航-- */
.sj_lightbox{width:100%;height:100%;position:fixed;left:0;top:0;background-color:rgba(0,0,0,0.8);z-index:9700;display:none;}
.sj_head{width:100%;height:54px;padding:0 4%;position:fixed;left:0;top:0;z-index:9900;display:none;background:#FFF;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.sj_head.current{background-color:rgba(0,0,0,0.3);}

.sj_head_logo{width:90%;height:54px;float:left;overflow:hidden;}
.sj_head_logo2{display:none;}
.sj_head_logo img{width:auto;height:34px;float:left;margin-top:10px;}

.sj_head_bar{width:7%;max-width:30px;height:47px;padding:10px 0;position:absolute;right:4%;top:3px;z-index:9;cursor:pointer;}
.sj_head_bar .bar{width:100%;height:3px;margin:3px auto;display:block;background-color:#333;float:left;}
.sj_head_bar.sj_head_bar_active .bar:nth-child(1){
	margin-top:12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sj_head_bar.sj_head_bar_active .bar:nth-child(2){opacity:0;}
.sj_head_bar.sj_head_bar_active .bar:nth-child(3){
	margin-top:-15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sj_nav_all{width:100%;height:100%;padding:60px 0;position:fixed;left:0;top:0;display:none;overflow:auto;z-index:9800;}
.sj_nav{width:100%;height:100%;overflow:auto;}
.sj_nav_li{margin:0 4%;position:relative;}
.sj_nav_li .navn{
    font-size: 16px;
    color: #FFF;
    display: block;
    line-height: 48px;
    height: 69px;
	padding:10px 0;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.36s;
	cursor:pointer;
	position:relative;
}
.sj_nav_li .navn span{
    display: block;
    background: url(../images/sj_nav.png) no-repeat right center;
	background-size:auto 100%;
    width: 12px;
    height: 12px;
    transition: all 0.36s;
	position:absolute;
	right:6px;
	top:28px;
}
.sj_nav_li.current .navn span{transform: rotate(90deg);}

.sj_nav_li_son{margin:0 4%;font-size:16px;display:none;}
.sj_nav_li_son_li{height:69px;line-height:48px;padding:10px 4%;font-size:16px;color:#FFF;display:block;border-bottom:1px solid rgba(255, 255, 255, 0.15);position:relative;cursor:pointer;}
.sj_nav_li_son_li span{
    display: block;
    background: url(../images/sj_nav.png) no-repeat right center;
	background-size:auto 100%;
    width: 12px;
    height: 12px;
    transition: all 0.36s;
	position:absolute;
	right:calc(4% + 6px);
	top:28px;
}


/* --分页-- */
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin:6% 0 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #158edd;
  background: #158edd;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}

/* --上下页-- */
.pageUpdown{margin-top:40px;}
.pageUpdown .page-a{width:48%;height:auto;line-height:42px;font-size:18px;padding:30px;overflow:hidden;color:#999;display:block;float:left;background:#FFF;-webkit-transition: all 0.5s;transition: all 0.5s;}
.pageUpdown .page-a a{height:42px;font-size:20px;color:#000;display:block;overflow:hidden;}
.pageUpdown .page-a:nth-of-type(2){float:right;}
.pageUpdown .page-a:hover{border-left:5px solid #0b82ca;}
.pageUpdown .page-a:hover a{color:#0b82ca;}

/* --暂无内容-- */
.no-goods{padding:200px 0 100px;overflow:hidden;text-align:center;}
.no-goods img{width:220px;max-height:105px;display:block;margin:0 auto 30px;}
.no-goods p{font-size:16px;color:#666666;line-height:24px;}

/* --动画-- */
@-webkit-keyframes imgScale {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}
@keyframes imgScale {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}
@keyframes moveInLeft{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInLeft{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInRight{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInRight{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInDown{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInDown{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInUp{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInUp{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInLeftSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInLeftSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInRightSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInRightSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInDownSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInDownSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInUpSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes moveInUpSmall{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes moveInFade{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes moveInFade{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes moveInBlow{
	0% {
		opacity: 0;
		-webkit-transform:scale(0);
		transform:scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@-webkit-keyframes moveInBlow{
	0% {
		opacity: 0;
		-webkit-transform:scale(0);
		transform:scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes loopCir{
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes loopCir{
	0% {
		opacity: 0;
		-webkit-transform:scale(0);
		transform:scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes circlespread{
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 20px rgba(56, 186, 177, 0.2);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
	}
}
@-webkit-keyframes circlespread{
	0% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
	}
	50% {
		-webkit-box-shadow: 0px 0px 0 20px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 20px rgba(56, 186, 177, 0.2);
	}
	100% {
		-webkit-box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
		box-shadow: 0px 0px 0 0px rgba(56, 186, 177, 0.2);
	}
}
@keyframes circlepulse{
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3);
		opacity: 0;
	}
}
@-webkit-keyframes circlepulse{
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(3);
		opacity: 0;
	}
}


 .intro .img{width:100%;position:relative;}
 .intro .img img{width:100%;position:relative;z-index:10;display:block;}
 .intro .img:before {
	content:"";
	position:absolute;
	left:-30px;
	top:-30px;
	width:100%;
	height:100%;
	background:#18943b;
}
 .intro .videoBtn {
	width:100px;
	height:100px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-50px;
	margin-top:-50px;
	z-index:20;
}
.intro .videoBtn a {
	position:relative;
}
.intro .videoBtn a:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border-radius:50%;
	background-color:rgba(255,255,255,0.1);
	-webkit-animation:circlepulse 1.5s ease 0s infinite;
	animation:circlepulse 1.5s ease 0s infinite;
}

.fixVideo {width:100%;height:0;position:fixed;left:0;top:0;z-index:9999;overflow:hidden;background:rgba(0,0,0,0.8);}
.fixVideo .box {position:absolute;width:92%;max-width:800px;height:auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;}
.fixVideo .close {position:absolute;right:-1px;top:-40px;height:40px;width:40px;cursor:pointer;text-align:center;line-height:40px;font-size:30px;z-index:10000;background:#000;color:#fff;}
.fixVideo video {display:block;}
.fixVideo.active {height:100%;-webkit-animation:moveInDown 0.4s ease-in-out;animation:moveInDown 0.4s ease-in-out;}




.sy_hz{width:100%; padding:90px 0 60px; background:#f7f7f7 url(../images/dt.png) no-repeat center / auto 90% !important; overflow:hidden;}
.sy_hz .hz_zs{position:relative; overflow:hidden; margin-bottom:30px;}
.sy_hz .hz_zs:before{width:160px; height:100%; position:absolute; top:0; left:0; content:""; z-index:9;
background-image:-webkit-linear-gradient(left, #f7f7f7, rgba(247,247,247,0));
background-image:linear-gradient(left, #f7f7f7, rgba(247,247,247,0));}
.sy_hz .hz_zs:after{width:160px; height:100%; position:absolute; top:0; right:0; content:""; z-index:9;
background-image:-webkit-linear-gradient(left, rgba(247,247,247,0), #f7f7f7);
background-image:linear-gradient(left, rgba(247,247,247,0), #f7f7f7);}
.sy_hz .hz_zs ul li{width:16.15%; border-radius:5px; margin-right:25px; overflow:hidden;}
.sy_hz .hz_zs img{width:100%; height:auto; display:block;}
@media only screen and (max-width:1400px){
.sy_hz{padding:70px 0 50px;}
.sy_hz .hz_zs{margin-bottom:20px;}
.sy_hz .hz_zs ul li{margin-right:20px;}
}
@media only screen and (max-width:1100px){
.sy_hz{padding:60px 0 40px;}
}
@media only screen and (max-width:768px){
.sy_hz{padding:50px 0 35px;}
.sy_hz .hz_zs{margin-bottom:15px;}
}
@media only screen and (max-width:640px){
.sy_hz{background:#f7f7f7 url(../images/dt.png) no-repeat center / 100% auto !important;}
.sy_hz .hz_zs ul li{width:130px; margin-right:10px;}
}




