@charset "utf-8";
/*++----------------------------------------------
/*++  视频
/*++----------------------------------------------*/
.usezan-video{width: 100%;height: 100%;position: relative;overflow: hidden;}
.bgvideo {display:block;position:absolute;top:0;left:50%;min-width:100%;min-height:100%;
	object-fit:cover;transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);
    -moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);
    -o-transform:translate(-50%, 0);z-index: 10;}
source{min-width:100%;min-height:100%;height:auto;width:auto;}

.back-color:after{ display: block;content: "";clear: both; }
/*++----------------------------------------------
/*++  首页板块
/*++----------------------------------------------*/
.plate-program:after,.plate-case:after,.plate-process:after{display:block;content:"";clear:both;}
.plate-program .container,.plate-process .container{overflow: visible;}
.plat-product-list ul li,
.plat-product-list ul li .h-img .dask,
.plat-product-list ul li .h-img .dask a,
.plate-case .case-list .swiper-slide,
.plate-case .case-list .swiper-slide .case-img .show-img,
.plate-case .case-list .swiper-slide .case-url .show-url,
.plate-program .module-program ul li,
.plate-process .process-list ul li,
.plate-article .article-img img,
.adav ul li,
.adav ul li .adav-posi,
.adav ul li .adav-posi a,
.conta-detail ul.contact-list li,
.contactus-payment ul.zhifu li,
.contactus-station ul li,
.strength-content ul li,
.case-content ul li,
.video-list ul li,
.video-list ul li .bor-img .click-video,
.video-list ul li:hover .bor-img .dask{
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
}

.pc-ico{background: url(../images/ico.png) no-repeat 0 0;}
.plate-one ul li{float: left;width:20.5%;padding:30px 0px;}
.plate-one ul li:nth-of-type(5){width: 17%;float:right;}
.plate-one ul li span{display:block;float:left;width:62px;height:62px;padding-right:6px;}
.plate-one ul li h5{font-size:16px;color:#333;padding-top:10px;}
.plate-one ul li:nth-of-type(2) span{background-position:-89px 0px;}
.plate-one ul li:nth-of-type(3) span{background-position:-182px 0px;}
.plate-one ul li:nth-of-type(4) span{background-position:-274px 0px;}
.plate-one ul li:nth-of-type(5) span{background-position:-365px 0px;}
/* 产品模块 */
.plat-product{padding:50px 0px 30px;position:relative;}
.plat-product:after,
.plat-product .pro-title:after{display:block;clear:both;content:""}
.plat-product .pro-title{padding-bottom:20px;}
.plat-product .pro-title h5{font-size:26px;color:#333;}
.plat-product .pro-title .pro-sub ul{position:relative;}
.plat-product .pro-title .pro-sub ul li{float:left;padding:6px 15px;border-radius:5px;z-index:8;position: relative;margin-left:2px;}
.plat-product .pro-title .pro-sub ul li:hover,
.plat-product .pro-title .pro-sub ul li.on{background:#0f91dd;}	
.plat-product .pro-title .pro-sub ul li a{font-size:14px;}
.plat-product .pro-title .pro-sub ul li:hover a,
.plat-product .pro-title .pro-sub ul li.on a{color:#fff;}

.plat-product-list ul li{float: left;width: 380px;margin:0px 20px 20px 0px;background:#fff;}
.plat-product-list ul li .h-img{position:relative;overflow:hidden;}
.plat-product-list ul li .h-img .dask{width:100%;height:100%;position: absolute;top: 0px;left: 0px;background:rgba(0,0,0,.7);opacity:0;
	filter:alpha(opacity=0);z-index: 9}
.plat-product-list ul li .h-img .dask a{position: absolute;top:45%; display: block;width:95px;height:35px;line-height:35px;text-align:center;background:#ffc000;
	color:#fff;font-size: 14px;border-radius:5px;z-index: 99}
.plat-product-list ul li .h-img .dask a.details{left:-100px;}
.plat-product-list ul li .h-img .dask a.yulan{right:-100px;background:#0f91dd;}

.plat-product-list ul li .title{ padding:20px;}
.plat-product-list ul li .title h5 { text-overflow:ellipsis; overflow:hidden;white-space: nowrap;}
.plat-product-list ul li .share{padding: 13px 20px;}
.plat-product-list ul li .title h5 a{font-size:16px;color:#333}
.plat-product-list ul li .title p{height:25px;line-height:25px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.plat-product-list ul li .share{height:23px;line-height:23px;border-top:1px solid #f5f5f5;}
.plat-product-list ul li .share em.uz-chakan{font-size:19px;}
.plat-product-list ul li .share .collection{margin-left:10px;cursor:pointer;position:relative;}
.plat-product-list ul li .share .collection em{vertical-align: middle;font-size:14px}
.plat-product-list ul li .share .collection b{font-weight:normal;}
.plat-product-list ul li .share .collection #add-num{display:none;}
.plat-product-list ul li .share .collection #add-num.add-animation{color: #EB4F38; position:absolute;top:-15px;left: 10px;font-size: 15px;
    opacity: 0;filter:alpha(opacity=0);-moz-opacity:0;animation: mypraise 0.5s ;-moz-animation: mypraise 0.5s ;	
    -webkit-animation: mypraise 0.5s ;-o-animation: mypraise 0.5s ;font-style:normal;}
@keyframes mypraise{
	0%{top:-15px;opacity: 0;filter: alpha(opacity=0);-moz-opacity:0;}
    25%{top:-20px;opacity: 0.5;filter: alpha(opacity=50);-moz-opacity:0.5;}
    50%{top:-25px;opacity: 1;filter: alpha(opacity=100);-moz-opacity:1;}
    75%{top:-30px;opacity: 0.5;filter: alpha(opacity=50);-moz-opacity:0.5;}
    100% {top:-35px;opacity: 0;filter: alpha(opacity=0);-moz-opacity:0;}
}
@-moz-keyframes mypraise{
	0%{top:-15px;opacity: 0;filter: alpha(opacity=0);-moz-opacity:0;}
    25%{top:-20px;opacity: 0.5;filter: alpha(opacity=50);-moz-opacity:0.5;}
    50%{top:-25px;opacity: 1;filter: alpha(opacity=100);-moz-opacity:1;}
    75%{top:-30px;opacity: 0.5;filter: alpha(opacity=50);-moz-opacity:0.5;}
    100% {top:-35px;opacity: 0;filter: alpha(opacity=0);-moz-opacity:0;}
}

.plat-product-list ul li .share .num-view{font-weight:normal;}
.plat-product-list ul li .share span{font-size:14px;color:#bbb8b8}
.plat-product-list ul li .share .xing{display:block;width:90px;height:13px;margin-top:5px;background:url(../images/xing.png) no-repeat 0 0;}
.plat-product-list ul li .share .xing.xing-2{background-position:0 -21px;}
.plat-product-list ul li .share .xing.xing-3{background-position:0 -43px;}
.plat-product-list ul li .share .xing.xing-4{background-position:0 -64px;}
.plat-product-list ul li .share .xing.xing-5{background-position:0 -87px;}

.plat-product-list ul li:hover{box-shadow: 0 0 30px rgba(33,37,44,.5);}
.plat-product-list ul li:hover .h-img .dask{opacity:1;filter:alpha(opacity=100);}
.plat-product-list ul li:hover .h-img .dask a.details{left:22%;}
.plat-product-list ul li:hover .h-img .dask a.yulan{right:22%;}
/* 产品特色 */
.plat-features{position: relative;padding:35px 0px 15px;}
.plat-features .feat-container{position:relative;width: 1170px;padding:20px;margin:0 auto;overflow: hidden;}
.plat-features.seolist .feat-container{ padding: 80px 20px; }
.plat-features .feat-container .swiper-slide{min-width:1170px;}
.plat-features .feat-l{width: 570px;}

.plat-features .feat-r{width: 480px;text-align: left;margin-left:55px;}
.plat-features .feat-r h5{font-size: 36px;color:#333;padding-top: 75px;}
.plat-features .feat-r span.sub-span{display:block;font-size: 18px;color:#333;padding:8px 0 30px;}
.plat-features .feat-r p{font-size: 14px;padding-bottom:35px;}
.plat-features .feat-r .feat-a a{float: left;display:block;width: 143px;height:40px;line-height: 40px;text-align: center;
	border:1px solid #ededed;border-radius:5px;font-size: 14px;color:#0f91dd;margin-right: 9px;}
.plat-features .feat-r .feat-a a:last-child{border-color:#0f91dd;}
.plat-features .feat-r .feat-a a:hover{color:#fff;}
.plat-features .swiper-pagination-1{position: absolute;left:642px !important; width: 480px !important;bottom:38px !important;z-index: 99}
.plat-features .swiper-pagination-1 .swiper-pagination-bullet{border:1px solid #e6e6e6;opacity:1}
.plat-features .swiper-pagination-1 .swiper-pagination-bullet-active{background:#ffc000 !important;border-color:#ffc000;}

.five-html{padding: 30px 0px 15px;border-top:1px solid #f5f5f5;}
.five-html ul li{float: left;width:20%;height:50px;text-align: center;border-right: 1px solid #f5f5f5;overflow:hidden;}
.five-html ul li:last-child{width:19%;border-right:none;}
.five-html ul li h5{font-size:16px;font-weight:bold;color:#333;}
.five-html ul li p{font-size:14px;}
/* 成功案例 */
.plate-case{padding:30px 0px;}
.plate-case .container{padding:20px;}
.plate-case .case-title{margin-bottom:30px;}
.plate-case .case-title h3{font-size:26px;color:#333}
.plate-case .case-title span{font-size:14px;}

.plate-case .case-list{position:relative;}
.plate-case .case-list .swiper-slide{width: 380px;min-width:380px;height:420px;background:#fff;overflow:hidden;}
.plate-case .case-list .swiper-slide .case-img{position:relative;width:100%;height:300px;overflow:hidden;}
.plate-case .case-list .swiper-slide .case-img .show-img{position: absolute;top: -305px;left:0px;z-index: 9}
.plate-case .case-list .swiper-slide .case-logo{position: relative;width:100%;height: 230px;}
.plate-case .case-list .swiper-slide .case-logo img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}

.plate-case .case-list .swiper-slide h5{font-size: 18px;color:#333;padding-top:24px;}
.plate-case .case-list .swiper-slide p{font-size:12px;color:#999}
.plate-case .case-list .swiper-slide .case-url{height:120px;}
.plate-case .case-list .swiper-slide .case-url span.wz{display:block;line-height:120px;font-size:14px;font-family:'Arial';}
.plate-case .case-list .swiper-slide .case-url .show-url{width: 100%;height:120px;position: absolute;bottom: -125px;
	text-align: center;background:#fff;z-index: 9;}
.plate-case .case-list .swiper-slide .case-url .show-url a{display: inline-block;width:120px;height:40px;line-height: 40px;font-size: 14px;
	border:1px solid #e6e6e6;border-radius:5px;margin-top: 40px;margin-right:5px;overflow: hidden;}
.plate-case .case-list .swiper-slide:hover{box-shadow: 0 0 30px rgba(33,37,44,.5);-webkit-box-shadow: 0 0 30px rgba(33,37,44,.5);}
.plate-case .case-list .swiper-slide:hover .case-img .show-img{top:0px;}
.plate-case .case-list .swiper-slide:hover .case-url .show-url{bottom:0px;}

.plate-case .case-list .swiper-button-prev-2,
.plate-case .case-list .swiper-button-next-2{position: absolute;width: 36px;height: 36px;line-height: 35px;top: -60px;right: 40px;
	text-align: center;color:#bdbdbd;cursor:pointer;z-index: 9;background-position:-1px -370px;}
.plate-case .case-list .swiper-button-next-2{right: 0px;background-position:-41px -370px;}
.plate-case .case-list .swiper-button-prev-2.swiper-button-disabled,
.plate-case .case-list .swiper-button-next-2.swiper-button-disabled{opacity:.5}
.plate-case .case-list .swiper-button-prev-2:hover{background-position:-1px -415px;}
.plate-case .case-list .swiper-button-next-2:hover{background-position:-41px -415px;}
/* 服务企业 */
.plate-page{width: 100%;height: 420px;}
.plate-page .page-list h5{font-size: 30px;font-weight:bold;color:#fff;text-align: center;padding:75px 0px 50px;}
.plate-page .page-list ul li{width: 20%;float: left;text-align: center;}
.plate-page .page-list ul li p{font-size:14px;color:#fff;padding-top:25px;}
.plate-page .page-list .pie_progress{width: 140px;margin:0 auto;}
.plate-page .pie_progress {text-align: center;position: relative;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.pie_progress svg {margin: 0 auto;}
.pie_progress__content,.pie_progress__number,.pie_progress__label,.pie_progress__icon {
  width: 100%;position: absolute;top: 50%;left: 0;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);transform: translateY(-50%);}
.pie_progress__number {color:#fff;font-size: 30px;font-family:'Arial';font-weight:bold;}
.pie_progress__svg {display: inline-block;position: relative;width: 100%;padding-bottom: 100%;vertical-align: middle;overflow: hidden;}
.pie_progress__svg svg {display: inline-block;position: absolute;top: 0;left: 0;}
/* 解决方案 */
.plate-program{padding:50px 0px;}
.plate-program .program-title{margin-bottom:30px;}
.plate-program .program-title h3{font-size:26px;color:#333}
.plate-program .program-title span{font-size:14px;}

.plate-program .module-program ul li{position: relative;float: left;width: 283px;height: 458px;margin-right:20px;border:1px solid #ededed;
	background:#fbfbfc;overflow:hidden;}
.plate-program .module-program ul li:last-child{margin-right:0px;}
.plate-program .module-program ul li .module-content{padding:55px 29px 0;width: 225px;height: 403px;border-right: 1px solid #ededed;
	background:#fff;}
.plate-program .module-program ul li .module-content .span-img{display: block;height: 70px;margin:0 auto;}
.plate-program .module-program ul li .module-content h5{text-align: center;font-size:18px;color:#333;padding:30px 0px;
	border-bottom:1px solid #ededed;margin-bottom:20px;}
.plate-program .module-program ul li:nth-of-type(1) .module-content .span-img{width: 71px;background-position: 0 -175px;}
.plate-program .module-program ul li:nth-of-type(2) .module-content .span-img{width: 97px;background-position: -106px -175px;}
.plate-program .module-program ul li:nth-of-type(3) .module-content .span-img{width: 92px;background-position: -230px -176px;}

.plate-program .module-program ul li .module-content .sub-list dd{height:36px;line-height:36px;cursor:pointer;}
.plate-program .module-program ul li .module-content .sub-list dd em{display: block;float: left; width: 6px;height: 10px;margin: 14px 6px 0 0;background-position: -110px -406px;}
.plate-program .module-program ul li .module-content .sub-list dd:hover em{background-position:-110px -370px;}
.plate-program .module-program ul li .module-content .sub-list dd:hover{color: #0f91dd;}

.plate-program .module-program ul li .module-content-right{display: none;width: 232px;padding:0px 24px;}
.plate-program .module-program ul li .module-content-right h5{font-size: 16px;color:#333;padding-top: 55px;}
.plate-program .module-program ul li .module-content-right p{width: 100%;height: 100px;font-size:14px;padding:20px 0px 35px;
	color:#666;overflow: hidden;}
.plate-program .module-program ul li .module-content-right .back-img{display: block;width: 220px;height: 126px;background: url(../img/fanan-1.png) no-repeat;}
.plate-program .module-program ul li .module-content-right .back-img.back-img-2{background:url(../img/fanan-2.png) no-repeat;}
.plate-program .module-program ul li .module-content-right .back-img.back-img-3{background:url(../img/fanan-3.png) no-repeat;}
.plate-program .module-program ul li .module-content-right a{display: block;width: 200px;height: 38px;line-height: 38px;background:#0f91dd;
	text-align: center;color:#fff;border-radius: 5px;margin:30px auto 0px;}

.plate-program .module-program ul li.on,
.plate-program .module-program ul li:hover{box-shadow: 0 0 30px rgba(33,37,44,.5);-webkit-box-shadow: 0 0 30px rgba(33,37,44,.5);}
.plate-program .module-program ul li.on{width: 568px;}
.plate-program .module-program ul li.on .module-content-right{display:block;}
.plate-program .module-program ul li.on:nth-of-type(1) .module-content .span-img{width: 71px;background-position: 0 -260px;}
.plate-program .module-program ul li.on:nth-of-type(2) .module-content .span-img{width: 97px;background-position: -107px -262px;}
.plate-program .module-program ul li.on:nth-of-type(3) .module-content .span-img{width: 92px;background-position: -230px -260px;}
.plate-program .module-program ul li.on:nth-of-type(1) .module-content .sub-list dd.onn:nth-of-type(1),
.plate-program .module-program ul li.on .module-content .sub-list dd.onn,
.plate-program .module-program ul li.on .module-content h5{color:#0f91dd;}
/* 客户评价 */
.plat-eval{padding:50px 0px;}
.plat-eval .container{position:relative;}
.plat-eval .eval-title{margin-bottom:30px;}
.plat-eval .eval-title h3{font-size:26px;color:#333}
.plat-eval .eval-title span{font-size:14px;}

.plat-eval .swiper-slide{width: 580px;min-width: 580px;height: 240px;overflow: hidden;}
.plat-eval .swiper-slide .eval-l{position: relative;width: 215px;height: 100%;border-right:1px solid #ededed;}
.plat-eval .swiper-slide .eval-l img{max-width: 100%;}
.plat-eval .swiper-slide .eval-r{position: relative;width: 360px;height: 100%;text-align: left;}
.plat-eval .eval-r-list{width: 310px;max-height: 225px;}
.plat-eval .swiper-slide .eval-l img,
.plat-eval .eval-r-list{position: absolute;top: 50%;left: 50%;overflow: hidden;
	transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.plat-eval .swiper-slide .eval-r h5{font-size:18px;padding-bottom:10px;color:#333;}
.plat-eval .swiper-slide .eval-r p{font-size: 14px;}

.plat-eval .swiper-button-prev-3,
.plat-eval .swiper-button-next-3{position:absolute;width:36px;height:35px;line-height:35px;top:19px;right:40px;
	text-align: center;color:#bdbdbd;cursor:pointer;z-index: 9;background-position:-1px -370px;}
.plat-eval .swiper-button-next-3{right: 0px;background-position:-41px -370px;}
.plat-eval .swiper-button-prev-3.swiper-button-disabled,
.plat-eval .swiper-button-next-3.swiper-button-disabled{opacity:.5}
.plat-eval .swiper-button-prev-3:hover{background-position:-1px -415px;}
.plat-eval .swiper-button-next-3:hover{background-position:-41px -415px;}
/* 产品栏目 */
.plate-categorys{width:105%;padding:20px 0px 9.5px;}
.plate-categorys:after{display:block;content: "";clear:both;}
.plate-categorys a{display: block;float: left;width: 135px;height: 38px;line-height: 38px;text-align: center;font-size:14px;
	margin:0px 10.5px 10.5px 0px; border:1px solid #fff;background:#fff;}
.plate-categorys a:nth-of-type(4),
.plate-categorys a:nth-of-type(12){margin-right: 21px;}
.plate-categorys a.on,
.plate-categorys a:hover{border-color:#0f91dd;color:#0f91dd;}

.plate-help ul li{width:580px;height:50px;float:left;margin-right:20px;background:#fafdff;overflow:hidden;}
.plate-help ul li span{float:left;display:block;width:50px;height:50px;line-height:50px;background:#d3ebfa;text-align:center;}
.plate-help ul li:nth-of-type(2){background:#fffdf4}
.plate-help ul li:nth-of-type(2) span{background:#f6edcd;}
.plate-help ul li span em{font-size:30px;color:#fff;}
.plate-help ul li p{line-height:50px;padding-left:70px;font-size:14px;color:#333;}
.plate-help ul li p a{color:#0f91dd;}
/* 制作花费 */
.plate-spend {padding:50px 0px 35px;}
.plate-spend .spend-title{text-align:center;padding-bottom:25px;}
.plate-spend .spend-title h5{font-size:26px;color:#333}
.plate-spend .spend-title span{font-size:14px;}

.plate-spend .spend-table{border:1px solid #e6e6e6;}
.plate-spend .spend-table:after{display:block;clear:both;content:"";}

.plate-spend .spend-table ul li{position:relative;width:16.5%;height:198px;float:left;text-align:center;border-right:1px solid #e6e6e6;}
.plate-spend .spend-table ul li .spend-content{width:150px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.plate-spend .spend-table ul li:last-child{border-right:none;}
.plate-spend .spend-table ul li h6{font-size:16px;font-weight:bold;color:#333;}
.plate-spend .spend-table ul li p{padding:15px 0px 20px;}
.plate-spend .spend-table ul li .money-y{height:20px;font-size:18px;font-family:'Arial';color:#333;position:relative;display:block;}
.plate-spend .spend-table ul li .money-y strong{display:inline-block;height:20px;line-height:20px; position:absolute;top:0;font-size: 14px;color:#666;padding-left:3px;font-weight:normal;}
.plate-spend .money{color:#333;height:55px;line-height: 55px;text-align:center;font-size:14px;border:1px solid #e6e6e6;border-width:0px 1px 1px;}
.plate-spend .money strong{color:#ffc000;font-family:'Arial';font-size:20px;vertical-align: middle;}
.plate-spend .zeng{font-size:16px;color:#333;font-weight:bold;text-align:center;padding:40px 0px 50px;}
.plate-spend .zeng span{color:#ff0000;}

.plate-spend .spend-table-2 ul li{width:19.9%;height:140px;float:left;border-right:1px solid #e6e6e6;text-align:center;}
.plate-spend .spend-table-2 ul li:last-child{border-right:none;}
.plate-spend .spend-table-2 ul li p.fontem{display:block;width:50px;height:49px;margin:0 auto;}
.plate-spend .spend-table-2 ul li p.fontem.pc-bei{background-position:0px -484px}
.plate-spend .spend-table-2 ul li p.fontem.pc-pm{background-position:-62px -484px}
.plate-spend .spend-table-2 ul li p.fontem.pc-video{background-position:-131px -484px}
.plate-spend .spend-table-2 ul li p.fontem.pc-help{background-position:-209px -482px}
.plate-spend .spend-table-2 ul li p.fontem.pc-zhichi{background-position:-274px -482px}
.plate-spend .spend-table-2 ul li h5{padding:7px 0px;font-size:16px;color:#333;}
.plate-spend .spend-table-2 ul li p.text-z{font-size:14px;padding:0px 25px;}
/* Banner 制作 */
.plate-banner{width: 100%;height:348px;overflow:hidden;position:relative;}
.plate-banner .container{height:348px;}
.plate-banner .plate-banner-l{left: 0px;}
.plate-banner .plate-banner-l,
.plate-banner .plate-banner-r{position: absolute;top: 50%;transform: translate(0,-50%);-webkit-transform: translate(0,-50%);z-index: 10;}
.plate-banner .plate-banner-l h5{font-size: 40px;color:#fff;font-weight:bold;}
.plate-banner .plate-banner-l p{font-size:18px;color:#fff;padding:15px 0px 40px;}
.plate-banner .plate-banner-l a{display:block;width: 178px;height: 43px;line-height:43px;border:1px solid #fff;text-align: center; 
	border-radius:5px;color:#fff;font-size:14px;}
.plate-banner .plate-banner-r{width: 577px;right:0px;}
.plate-banner .plate-banner-r img{max-width: 100%;}
.baniframe {position: absolute;top: 0px; width: 100%;height: 100%;border-width: 0px;z-index: 9;}
/* 制作流程 */
.plate-process {padding:50px 0px;}
.plate-process .process-title{padding-bottom:25px;position:relative;}
.plate-process .process-title h5,
.plate-process .process-title h5{font-size:26px;color:#333}
.plate-process .process-title p{font-size:14px;}
.plate-process .process-title span{font-size:16px;position: absolute;right: 0px;top: 10px;}
.plate-process .process-title span font{color:#ffc000}
.plate-process .process-list ul li{position:relative;width:280px;height:305px;float:left;text-align:center;margin-right:20px;
	background:#fff;}
.plate-process .process-list ul li:last-child{margin-right:0px;}
.plate-process .process-list ul li .process-con{width:235px;position: absolute;top:50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.plate-process .process-list ul li p.fontem{display:block;width:85px;height:88px;line-height:88px; margin:0 auto;}
.plate-process .process-list ul li p.fontem.pc-xq{background-position: 13px -565px}
.plate-process .process-list ul li p.fontem.pc-qudao{background-position: -104px -565px}
.plate-process .process-list ul li p.fontem.pc-kuaijiezhizuo{background-position: -229px -565px}
.plate-process .process-list ul li p.fontem.pc-shebeidiannaoshouji{background-position: -344px -565px}

.plate-process .process-list ul li h5{padding:15px 0px 15px;font-size:16px;color:#333;}
.plate-process .process-list ul li p{font-size:14px;}
.plate-process .process-list ul li:hover{box-shadow: 0 0 30px rgba(33,37,44,.5);-webkit-box-shadow: 0 0 30px rgba(33,37,44,.5);}
/* 新闻知识 */
#three-article{padding:50px 0px 20px;}
.plate-article,
.plate-tutorial,
.ency-cons{width:380px;float:left;margin-right:20px;padding-bottom:15px;border-bottom: 1px solid #f1f1f1;}
.plate-article:last-child,
.plate-tutorial:last-child,
.ency-cons:last-child{ margin-right: 0px; }
.plate-article .article-title h2,
.plate-tutorial .article-title h2,
.ency-cons .article-title h2{font-size: 18px;padding-bottom:20px;color:#333;}
.plate-article .article-top ul li,
.plate-tutorial .article-top ul li,
.ency-cons .article-top ul li{height:30px;line-height:30px;}
.plate-article .article-top ul li span.time,
.plate-tutorial .article-top ul li span.time,
.ency-cons .article-top ul li span.time{color:#888}
.plate-article .article-top ul li a,
.plate-tutorial .article-top ul li a,
.ency-cons .article-top ul li a{font-size:14px;}
.plate-tutorial .article-top ul li a em,
.plate-article .article-top ul li a em,
.ency-cons .article-top ul li a em{display:block;float: left;width: 6px;height:10px;margin:10px 6px 0 0;background-position: -110px -406px;}
.plate-article .article-img{position:relative;width: 380px;height: 180px;margin-bottom:10px;overflow: hidden;}
.plate-article .article-img img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);}
.plate-ency .ency-cons{ margin-top: 20px;height: 220px; }
.plate-ency:last-child .ency-cons {border-bottom: none; }
.plate-tutorial .article-title h2,
.ency-cons .article-title h2{padding-bottom:10px;}
.plate-tutorial .article-title h2 a,
.ency-cons .article-title h2 a{font-size:14px;color:#888;}
.plate-tutorial .article-title h2 a em,
.ency-cons .article-title h2 a em{font-size:14px;}
.plate-tutorial .article-top ul li:hover a em,
.plate-article .article-top ul li:hover a em,
.ency-cons .article-top ul li:hover a em{background-position:-110px -370px;}
/** 优化栏目 **/
.plate-nav ul li{
	float: left;
	width: 525px;
	padding: 25px 25px 20px;
	border: 1px solid #f1f1f1;
	margin-top: 25px;
}
.plate-nav ul li:nth-of-type(even){ float: right; }
.plate-nav ul li h5{ width: 100%; padding-bottom: 10px; }
.plate-nav ul li h5 a{ font-size: 18px;color: #333; }
.plate-nav ul li .childer-a a{ min-width: 85px; float: left; display: block; font-size: 12px;margin:0 0 5px 0; }
/*++----------------------------------------------
/*++  内容开始
/*++----------------------------------------------*/
.hg20-color{height: 20px;clear: both;background:#f5f5f5;}
.back-color{width: 100%;height: 100%;background:#f5f5f5;}
.nbanner, .nbanner a {width: 100%;display: block;background-repeat: no-repeat;background-position: center top;}
.current p{line-height:50px;}
.current a{display:inline-block;padding:0 10px;background: url(../images/gt.png) no-repeat center right;font-size:14px;}
.current a:first-child{padding-left: 0px;}
.current a:last-child{background:none;padding-right:0px;}
.con-left:after,.con-right:after{display:block;content:"";clear:both;}
/* 左侧 */
.con-left{width: 810px;padding:0 20px;overflow: hidden;background:#fff;}
.con-left.no-type{width: 850px;padding:0px;background:none;}
.subcat{position: relative;width: 100%;height:55px;line-height:55px;border-bottom: 1px solid #ededed;background:#fff;}
.subcat ul li{margin:0 15px;float:left;line-height:53px;border-bottom:1px solid #ededed;}
.subcat ul li:first-child{margin-left:0px;}
.subcat ul li a{font-size:16px;}
.subcat ul em{display:block;float: left;width: 1px;height: 13px;margin-top: 22px;background-position: 0px -67px;}
.subcat ul em:last-child{display:none;}
.subcat ul li:hover,
.subcat ul li.on{border-color:#0f91dd;}
.subcat ul li:hover a,
.subcat ul li.on a{color:#0f91dd}
.n-slide {width: 850px;height:420px;}
.n-slide .swiper-slide{height: 420px;}
.n-slide .swiper-container{min-width:850px;}
.con-left.articles{ background: transparent;width: 850px;padding: 0; }
.con-left.articles .news-content{ padding: 0 20px;background: #fff; }

.plate-article .article-top ul li { text-overflow:ellipsis; overflow:hidden;white-space: nowrap;}
.ency-cons .article-top ul li { text-overflow:ellipsis; overflow:hidden;white-space: nowrap;}
/* ============================ 右侧 */
.con-right{width: 310px;}
.go-contact a{display: block;}
/* 表单 */
.feedback-page{padding:0px 20px;background:#fff;}
.feedback-page h5{font-size:16px;color:#1ba2f0;font-weight:bold;padding-top:25px;}
.feedback-page p.p-an{font-size:14px;padding:5px 0px 10px;}
.feedback-page ul li input[type=text]{width:252px;height:38px;line-height:38px;margin-bottom:10px;padding:0px 8px;border:1px solid #ededed;}
.feedback-page ul li textarea{width:248px;padding:10px;height:53px;border:1px solid #ededed;resize: none;}
.feedback-page ul li input[type=submit]{width:100%;height:40px;line-height:40px;background:#0f91dd;font-size:14px;font-weight:bold;
	color:#fff;border:none;border-radius:3px;cursor:pointer;margin:10px 0px;}
.feedback-page p.error-hide{margin-top:5px;}
.feedback-top{height:18px;overflow:hidden; padding:5px 0px 20px;}
.feedback-top ul li{height: 18px;line-height: 18px;}
.feedback-top ul li em{vertical-align:middle;}
/* 热销产品 */
.hot-product{position:relative;height:548px;padding:0 20px;background:#fff;overflow:hidden;}
.hot-product h2{font-size:18px;height:55px;line-height:55px;color:#333;border-bottom:1px solid #ededed;}
.hot-product .hd{position:absolute;top:20px;right:20px;}
.hot-product .hd a{cursor:pointer;display:block;float: left;width:8px;height:15px;background-position:-176px -373px;}

.hot-product .hd a.prev.prevStop,
.hot-product .hd a.next.nextStop{opacity:.5;}
.hot-product .hd a.next{margin-left:15px;background-position: -200px -373px}
.hot-product .hd a.prev:hover{background-position: -176px -403px}
.hot-product .hd a.next:hover{background-position: -200px -403px}

.hot-product .bd{margin-top:20px;}
.hot-product .bd ul li{height:218px;padding-bottom:10px;border-bottom: 1px solid #ededed;margin-bottom:15px;}
.hot-product .bd ul li .hot-img{display:block;position:relative;width:100%;height:160px;}
.hot-product .bd ul li h5{font-size:16px;color:#333;padding-top:15px;}
.hot-product .bd ul li p{color:#888}
/* 热门tag */
.tag{position:relative;padding:0px 20px; background:#fff;}
.tag:after,.tag ul:after{display:block;content:"";clear:both;}
.tag h5{font-size:18px;height:55px;line-height: 55px;border-bottom: 1px solid #ededed;}
.tag h5 span{font-size:12px;cursor:pointer;}
.tag ul {width:105%;padding:10px 0px 0px;}
.tag ul li{float:left;padding:5px 15px;border:1px solid #ededed;border-radius:3px;border:1px solid #ededed;margin:0px 10px 10px 0px;}
.tag ul li:hover a{color:#0f91dd}
.tag ul li:hover{border-color:#0f91dd;}
.tag .load-img{display:none;width:100%;height:100%;position:absolute;top:0px;left:0px;background:rgba(0,0,0,.5);z-index:9}
.tag .load-img span{position:absolute;top:50%;left:50%; display:block;width:65px;height:10px;background:url(../images/load.gif) no-repeat;
	transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
/* 快速导航 */
.nav-quick{padding:0 20px;background:#fff;}
.nav-quick:after{display:block;content:"";clear:both;}
.nav-quick h5{font-size:18px;color:#333;height:55px;line-height:55px;border-bottom: 1px solid #ededed}
.nav-quick ul li{float:left;width: 134px;height:54px;line-height:54px;border:1px solid #e7e7e7;border-width:0px 1px 1px 0px;}
.nav-quick ul li:nth-of-type(even){border-right:none;}
.nav-quick ul li:last-child,.nav-quick ul li:nth-last-child(2){border-bottom:none;}
.nav-quick ul li a{font-size:14px;color:#666}
.nav-quick ul li em{display:inline-block;width:24px;height:24px;float: left;margin: 15px 10px 0 13px;}
.nav-quick ul li em.pc-help-1{background-position: 0 -654px}
.nav-quick ul li em.pc-help-2{background-position: -33px -654px}
.nav-quick ul li em.pc-help-3{background-position: -66px -654px}
.nav-quick ul li em.pc-help-4{background-position: -100px -654px}
.nav-quick ul li em.pc-help-5{background-position: -133px -654px}
.nav-quick ul li em.pc-help-6{background-position: -168px -654px}
.nav-quick ul li a:hover{color:#0f91dd;}
.nav-quick ul li:hover em.pc-help-1{background-position: 0 -685px}
.nav-quick ul li:hover em.pc-help-2{background-position: -33px -685px}
.nav-quick ul li:hover em.pc-help-3{background-position: -66px -685px}
.nav-quick ul li:hover em.pc-help-4{background-position: -100px -685px}
.nav-quick ul li:hover em.pc-help-5{background-position: -133px -685px}
.nav-quick ul li:hover em.pc-help-6{background-position: -168px -685px}
/*+----------------------------------------------
/*+  新闻列表
/*+----------------------------------------------*/
.news-list ul li{padding:20px 0;border-bottom: 1px solid #ededed;}
.news-list ul li:after{display: block;clear: both;content: "";}
.news-list ul li span.art-img{display:block;position:relative;width: 190px;height:130px;margin-right:15px;}
.news-list ul li img{max-height: 130px;}
.news-list ul li h5{font-size:16px;padding:10px 0 5px;color:#333;}
.news-list ul li p{color:#666}
.news-list ul li p.time-sour{padding:5px 0 8px;}
.news-list ul li p.time-sour span{color:#888}
.news-list ul li p.reamk{line-height:22px;font-size:14px;}
.news-list ul li:hover h5{color:#0f91dd;}
.news-list ul li.last{border-bottom:none;}
/*+----------------------------------------------
/*+  详情页
/*+----------------------------------------------*/
.content-title{padding:25px 0 15px;border-bottom:1px solid #e6e6e6;position:relative;}
.content-title h1{font-size:20px;padding-bottom:8px;color:#333;}
.content-title .sub-title{min-height:19px;}
.content-title .sub-title span{padding-right:10px;color:#888}
.content-title .show-keyword{color:#888}
.content-title .sub-title .bdsharebuttonbox{display:inline-block;vertical-align: middle;}
.content-title .bdshare-button-style0-16 a,
.content-title .bdshare-button-style0-16 .bds_more{margin:0 6px 2px 0;}
.content-title .out-url{position:absolute;top:45px;right:0;}

.content-title .out-url a{float:left;display:block;width:100px;height:35px;line-height:35px;text-align:center;
    border:1px solid #ededed;border-radius:5px;font-size:14px;color:#0f91dd;margin-right:9px;background:#fff;}
.content-title .out-url a:first-child{background:#0f91dd;color:#fff;border-color:#0f91dd;}    
.detail{padding:25px 0;}
.detail p{ font-size: 13px;line-height: 28px; }
.detail img{max-width: 100%;vertical-align:middle;}
.affirming{ padding: 0 15px;margin-top: 25px; height: 45px;line-height: 45px; background: #f5f5f5; }
.Pre-Next span.share .bdshare-button-style0-32{float:right;margin-top:-5px;}
.Pre-Next span.share .bdshare-button-style0-32 a{width:28px;height: 28px;background-image: url(../images/ico.png);
	background-repeat:no-repeat;margin:0 6px 6px 0; overflow: hidden;}
.Pre-Next span.share .bdshare-button-style0-32 a.bds_weixin{background-position: -295px -352px;}
.Pre-Next span.share .bdshare-button-style0-32 a.bds_sqq{background-position: -330px -352px;}
.Pre-Next span.share .bdshare-button-style0-32 a.bds_tsina{background-position: -365px -352px;}
.Pre-Next span.share .bdshare-button-style0-32 a.bds_more{background-position: -400px -352px;}
.Pre-Next span.share .bdshare-button-style0-32 a.bds_weixin:hover{background-position: -295px -392px}
.Pre-Next span.share .bdshare-button-style0-32 a.bds_sqq:hover{background-position: -330px -392px}
.Pre-Next span.share .bdshare-button-style0-32 a.bds_tsina:hover{background-position: -365px -392px}
.Pre-Next span.share .bdshare-button-style0-32 a.bds_more:hover{background-position: -400px -392px}
/** 推荐 **/
.article-zs { padding: 0 20px 30px;background: #fff; }
.rtitle { height: 69px;line-height: 69px;border-bottom: 1px solid #ebebeb;margin-bottom: 20px; }
.rtitle h6 { position: relative;float: left;font-size: 16px;font-weight: bold;color: #333; }
.rtitle a { float: right;font-size: 12px;color: #999; }
.article-zs .cons ul li { float: left;width: 48%;height: 35px;line-height: 35px;text-overflow: ellipsis;white-space: nowrap;
	overflow: hidden; }
.article-zs .cons ul li:nth-of-type(even) { float: right; }
.article-zs .cons ul li a { color: #333;font-size: 14px; }
.article-zs .cons ul li span { color: #666;padding-right: 5px; }
.article-zs .cons ul li:hover a{ color: #3db1fa; }
/*+----------------------------------------------
/*+  官方推荐
/*+----------------------------------------------*/
.official-list ul li{height:470px;position:relative;padding:60px 0;}
.official-list ul li .container{position:relative;overflow:visible;}
.official-list ul li .container:after{display:block;clear:both;content:""}
.official-list ul li:first-child{border-top:1px solid #f7f8fa;}
.official-list ul li:nth-of-type(odd){background:#fff;}
.official-list ul li .off-img{width:570px;height:470px;position:relative;}
.official-list ul li .off-text{width:485px;}
.official-list ul li .off-img{float:left;}
.official-list ul li.even{background:#f7f8fa}
.official-list ul li.even .off-img{float:right;}
.official-list ul li .off-text{right:55px;}
.official-list ul li.even .off-text{left:0;}
.official-list ul li .off-text,
.official-list ul li.even .off-text{position:absolute;top:50%;transform:translate(0,-60%);-webkit-transform:translate(0,-60%);}
.official-list ul li h5{font-size:36px;color:#333;}
.official-list ul li span.sub-span{display:block;font-size:18px;color:#333;padding:8px 0 30px;}
.official-list ul li p{font-size:14px;padding-bottom:35px;}
.official-list ul li .feat-a a{float:left;display:block;width:143px;height:40px;line-height:40px;text-align:center;
	border:1px solid #ededed;border-radius:5px;font-size:14px;color:#0f91dd;margin-right:9px;background:#fff;}
.official-list ul li .feat-a a:last-child{border-color:#0f91dd;}
.official-list ul li .feat-a a:hover{color:#fff;}
/* 优势 */
.adav{width:100%;padding:60px 0 25px;background:#fff;}
.adav:after{display:block;content:"";clear:both;}
.adav .adav-title{position:relative;padding-bottom:30px;}
.adav .adav-title h5{font-size: 26px;color:#333;}
.adav .adav-title p{font-size:14px;}
.adav .adav-title span{position:absolute;top:8px;right:0;font-size:16px;z-index:9}
.adav .adav-title span font{color:#ffc000;}
.adav ul li{position:relative;width:278px;height:298px;float:left;margin:0 20px 20px 0;text-align:center;border:1px solid #ededed;
overflow:hidden;}
.adav ul li .adav-posi{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-45%);-webkit-transform:translate(-50%,-45%);}
.adav ul li span.avad-img{display:block;max-width:225px;max-height:105px;margin:0 auto;position:relative;}
.adav ul li span.avad-img img{margin:0 auto;}
.adav ul li h5{font-size:18px;color:#333;padding:15px 0 5px;}
.adav ul li .adav-posi p{padding:0 25px;font-size:14px;}
.adav ul li .adav-posi a{display:block;width:100px;height:35px;line-height:35px;margin:0 auto;border-radius:5px;text-align: center;background:#1ba2f0;
font-size:14px;color:#fff;margin-top:10px;opacity:0}
.adav ul li:hover{box-shadow: 0 0 30px rgba(33,37,44,.5);}
.adav ul li:hover .adav-posi{transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.adav ul li:hover .adav-posi a{opacity: 1}
/* 热门产品 */
.official-hot{padding-top:55px;}
.official-hot h3{font-size:26px;color:#333;padding-bottom:25px;}
.official-hot h3 a{font-size:14px;padding-top:8px;}
.official-hot h3 a em{font-size:12px;}
/*+----------------------------------------------
/*+  关于我们
/*+----------------------------------------------*/
/* 公司简介 */
.about-aboutus{width:100%;padding: 50px 0;background:#fff;}
.aboutus-top{padding-bottom:45px;border-bottom: 1px solid #f7f8fa;}
.aboutus-top ul li{width:24.9%;height: 78px;float: left;text-align: center;border-right: 1px solid #eaeaea;}
.aboutus-top ul li:last-child{border-right:none;}
.aboutus-top ul li strong{position: relative;font-size:48px;font-family: 'Arial';color:#0f91dd;font-weight: normal;}
.aboutus-top ul li strong em{font-size:14px;position: absolute;top:4px;right:-15px;}
.aboutus-top ul li:nth-of-type(2) strong em{right:-8px;}
.aboutus-top ul li p{line-height:normal;}
.aboutus-top ul li span.text-span{display:block;font-size:14px;color:#333;}
.aboutus-bottom{text-align: center;padding-top:55px;}
.aboutus-bottom h5{font-size:36px;color:#333;}
.aboutus-bottom p.aboutus-sub{font-size: 14px;}
.aboutus-bottom .aboutus-content{line-height:24px;padding:25px 35px 30px;font-size:14px;color:#333;}
.aboutus-bottom a.aboutus-qq{display:block;width:140px;height:35px;line-height:35px;background:#0f91dd;color:#fff;text-align: center;
	border-radius:35px;font-size:14px;margin:0 auto;}
/* 公司实力 */
.about-strength{padding:50px 0;}
.about-strength:after{display:block;content:"";clear:both;}
.about-strength h3{font-size:30px;color:#333;text-align: center;padding-bottom:35px;}
.strength-content ul{width: 105%;}
.strength-content ul li{position: relative;float: left;width:280px;height:350px;margin-right: 20px;background:#fff;
	text-align: center;overflow: hidden;}
.strength-content ul li	.streng-posi{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
.strength-content ul li .img-ico{display:block;width:60px;height: 60px;margin:0 auto;}
.strength-content ul li h5{font-size: 16px;color:#333;font-weight:bold;padding:35px 10px 5px;}
.strength-content ul li span.en-tit,
.strength-content ul li span.bot{font-size: 14px;}
.strength-content ul li span.en-tit{font-family:'Arial';text-transform:uppercase;}
.strength-content ul li p{padding:25px 20px 40px;}
.strength-content ul li:hover{box-shadow: 0 0 30px rgba(33,37,44,.5);-webkit-box-shadow: 0 0 30px rgba(33,37,44,.5);}
/* 探索未来 */
.about-future{padding:50px 0;text-align: center;background:#fff; }
.about-future h3{font-size:30px;color:#333;text-align: center;padding-bottom:20px;}
.about-future .future-content .future-text{padding:0 55px 40px;font-size:14px;line-height:22px;}
.about-future .future-content img{margin:0 auto;padding:0 -55px;}
/* 发展历程 */
.about-course{padding: 50px 0 10px;}
.about-course .swiper-container{background: transparent;padding-bottom:40px;}
.about-course h3{font-size:30px;color:#333;text-align: center;padding-bottom:20px;}
.about-course .swiper-slide{float: left;width: 220px;min-width: 220px;height: 265px;background:#fff;overflow: hidden;}
.about-course .swiper-slide .course-list{width:170px;position:absolute;top:50%;left:50%;text-align: left;
	transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}
.about-course .swiper-slide .course-list strong{font-size: 38px;font-family: 'Arial';font-weight:normal;color:#333;}
.about-course .swiper-slide .course-list h5{font-size: 16px;padding:40px 0 3px;}
.about-course .swiper-slide .course-list p,
.about-course .swiper-slide .course-list span{font-size: 14px;}
.about-course .swiper-slide .course-list span{display:block;padding-top:60px;}
.about-course .swiper-container-horizontal .swiper-scrollbar{height: 1px;}
.about-course .swiper-container-horizontal .swiper-scrollbar-drag{top: -4px;height:8px;border-radius:0;background:#0f91dd;}
/* 合作客户 */
.about-customer{background:#fff;padding:50px 0 35px;}
.about-customer h3{font-size:30px;color:#333;text-align: center;padding-bottom:20px;}
.about-customer ul li{float:left;width: 182px;height:98px;border:1px solid #ededed;margin:0 15px 15px 0;}
.about-customer ul li img{max-width: 100%;}
.conta-detail.about-conta{padding:50px 0 30px;}
.conta-detail.about-conta .contactus-content{background:transparent;padding:0;}
.conta-detail.about-conta .contactus-content h3{height:35px;line-height:35px;font-size:30px;color:#333;text-align: center;border-bottom: none;}
.conta-detail.about-conta .contactus-content ul li{width:509px;}
/* 证书 */
.about-certificate{ position:relative;padding:50px 0;background:#fff; }
.about-certificate .container{ position: relative; }
.about-certificate h3{ font-size: 30px;color: #333;text-align: center; }
.about-certificate .subtitle{ text-align: center;font-size: 14px;color: #333;padding-bottom: 30px; }
.about-certificate .bd ul li{ float: left; width: 278px;margin-right: 20px; border: 1px solid #eee; }
.about-certificate .bd ul li .bor-img{ position: relative; display: block;width: 100%;height: 348px; }
.about-certificate .bd ul li img{ width:85%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:55; }
.about-certificate .bd ul li p{ border-top:1px solid #eee;text-align:center;height:50px;line-height:50px;color:#333;font-size:14px; }
.about-certificate .hd a{ display:block;cursor:pointer;position:absolute;top: 50%; width: 54px;height: 54px;background: url("../images/prev-next.png") no-repeat 0 0;
	transition: all .4s ease-out;-webkit-transition: all .4s ease-out; z-index: 66; }
.about-certificate .hd .next{ left: -60px; }
.about-certificate .hd .prev{ right: -60px;background-position: -96px 0; }
.about-certificate .hd .next:hover{ background-position: 0 -57px; }
.about-certificate .hd .prev:hover{ background-position: -96px -57px; }
.about-certificate .cert-list:hover .hd .next{ left: 20px; }
.about-certificate .cert-list:hover .hd .prev{ right: 20px; }
/*+----------------------------------------------
/*+  产品列表
/*+----------------------------------------------*/
.subcat-pro{padding:20px 20px 10px;background:#fff;}
.subcat-pro:after,
.subcat-pro ul li:after{display:block;content:"";clear:both;}
.subcat-pro ul li{border-bottom: 1px solid #e6e6e6;padding:0 0 15px 0;margin-bottom:12px;}
.subcat-pro ul li:last-child{border-bottom:none;padding-bottom: 0;}
.subcat-pro ul li span{font-size:14px;display: block;float: left;width: 70px;}
.subcat-pro ul li p {float: right;width: 1070px;}
.subcat-pro ul li p a{float: left;display: block;font-size: 14px;padding:3px 13px;border-radius: 5px;margin:0 2px 2px 0px;border: 1px solid #fff;}
.subcat-pro ul li p a.on,
.subcat-pro ul li p a:hover{color:#0f91dd;border-color:#e7e7e7;}
.subcat-pro ul li span{line-height:29px;}
.subcat-pro ul li:first-child span{min-height:60px;}
.subcat-remark ul li{width: 580px;height: 110px;float: left;background: #fff;overflow:hidden;}
.subcat-remark ul li:last-child{float:right;}
.subcat-remark ul li h2,
.subcat-remark ul li .subcat-remark-bottom{padding:0 20px;}
.subcat-remark ul li h2{height:35px;line-height:35px;background:#fffbed;color:#333;}
.subcat-remark ul li h2 a{color:#0f91dd;}
.subcat-remark ul li .subcat-remark-bottom span{display:block;float: left;width:45px;height: 45px;line-height: 45px;margin-right:8px;
	border: 1px solid #e6e6e6;border-radius:150px;text-align: center;overflow: hidden;}
.subcat-remark ul li .subcat-remark-bottom{padding:15px 20px;}
.subcat-remark ul li .subcat-remark-bottom span em{font-size:30px;color:#ffc820}
.subcat-remark ul li .subcat-remark-bottom h5{font-size:14px;color:#333;padding-top:3px;}
.subcat-remark ul li .subcat-remark-bottom p font{color:#ffc000;}
.subcat-remark ul li p.buzuo{width:105%;padding:20px;}
.subcat-remark ul li p.buzuo a{float:left;display:block;color:#0f91dd;width:83px;height:28px;line-height:28px;text-align:center;
	border:1px solid #0f91dd;border-radius:35px;}
.subcat-remark ul li p.buzuo a:last-child{background:#0f91dd;color:#fff;}
.subcat-remark ul li p.buzuo em{width:6px;height:9px;display:block;float:left;margin:10px 11px 0;background-position:-145px -370px;}

.subcat-color{height:50px;line-height:50px;border-bottom: 1px solid #e6e6e6;background:#fff;}
.subcat-color .subcat-color-l a{display:block;float: left;width: 100px;font-size: 14px;border-right: 1px solid #e6e6e6;text-align: center;}
.subcat-color .subcat-color-l a.on{background:#0f91dd;border-right-color:#0f91dd;color:#fff;}
.subcat-color .subcat-color-r span{display:block;float:left;font-size:14px;width:70px;text-align:center;border-right:1px solid #e6e6e6;}
.subcat-color .subcat-color-r a{display:block;float:left;width:10px;height:10px;margin-right:8px;background:url(../images/color.png) no-repeat 0 0;
margin-top:20px;}
.subcat-color .subcat-color-r a.all-color{width:25px;height:20px;line-height:20px;margin:14px 10px 0;background:none;}
.subcat-color .subcat-color-r a.all-color.on{color:#0f91dd;}
.subcat-color .subcat-color-r a.green{background-position:-15px 0px;}
.subcat-color .subcat-color-r a.purple{background-position:-31px 0px;}
.subcat-color .subcat-color-r a.yellow{background-position:-46px 0px;}
.subcat-color .subcat-color-r a.blue{background-position:-61px 0px;}
.subcat-color .subcat-color-r a.orange{background-position:-76px 0px;}
.subcat-color .subcat-color-r a.ash{background-position:-90px 0px;}
.subcat-color .subcat-color-r a.on,
.subcat-color .subcat-color-r a:hover{transform: scale(1.2);}
/** 详情页 **/
.pro-content .pro-layer-detail{width: 100% !important; padding: 15px 0px 30px;border-bottom:1px solid #dbdbdb;position:relative;}
.pro-content .pro-layer-detail .detail-right{width:415px;}
.pro-content .pro-layer-detail .detail-right .remark{overflow-y:auto;}
.pro-content .pro-layer-detail img{border:1px solid #f0f0f0;}
/*+----------------------------------------------
/*+  联系我们
/*+----------------------------------------------*/
.page-contact-us .subcat{padding:0 20px;margin:20px 0px;}
.page-contact-us .subcat ul li a{cursor:pointer;}
.contactus-content{background:#fff;padding:0 20px 20px;}
.contactus-content:after{display:block;content:"";clear:both;}
/* 联系方式 */
.conta-detail h3{height:60px;line-height:60px;font-size:20px;color:#333;border-bottom:1px solid #ededed;}
.conta-detail ul.contact-list li{height: 80px;}
.contactus-payment ul.zhifu li{min-height: 100px;}
.conta-detail ul.contact-list li,.contactus-payment ul.zhifu li {width: 491px;float: left;margin: 17px 15px 0 0;border: 1px solid #f2f2f2;
	padding: 30px 35px;background:#fff;}
.conta-detail ul.contact-list li h5,.contactus-payment ul.zhifu li h5{font-size:16px;color:#333;}
.conta-detail ul.contact-list li p{margin: 8px 0;font-size: 14px}
.conta-detail ul.contact-list li p span {display: inline-block;min-width: 205px}
.conta-detail p.otitle {font-size: 14px;font-weight: 700;color: #282828;margin-top: 30px;padding-top: 20px;border-top: 1px solid #f0f0f0}
.conta-detail ul.contact-list li:hover,.contactus-payment ul.zhifu li:hover {box-shadow: 0 0 30px rgba(33,37,44,.5);-webkit-box-shadow: 0 0 30px rgba(33,37,44,.5);}
/* 套餐 */
.contactus-station ul li{position: relative;float: left;width: 268px;height: 348px;margin:20px 20px 0 0;text-align: center;border: 1px solid #ededed;}
.contactus-station ul li h5{font-size:20px;height:70px;line-height:70px;color:#333;border-bottom:1px solid #e9e9e9;}
.contactus-station ul li strong{display:block;font-size: 48px;font-family: 'Arial';color:#ff721b;padding-top:35px;}
.contactus-station ul li p{font-size:14px;}
.contactus-station ul li span{display:inline-block;padding:3px 20px;background:#ff721b;font-size:14px;color:#fff;border-radius:15px;
margin:25px 0px 10px;}
.contactus-station ul li .go-contact{width: 100%;position: absolute;left: 0px;bottom: 0px;height: 40px;line-height: 40px;
	border-top: 1px solid #ededed;}
.contactus-station ul li .go-contact a{display:block;width: 50%;float: left;}
.contactus-station ul li .go-contact a:last-child{color:#ff721b;}
.contactus-station ul li .go-contact em{display:block;width:1px;height:10px;background:#dfdfdf;position: absolute;top:40%;left:50%;}
.contactus-station ul li:hover{box-shadow: 0 0 30px rgba(33,37,44,.5);-webkit-box-shadow: 0 0 30px rgba(33,37,44,.5);}
/* 支付方式 */
.contactus-payment ul.zhifu li .img-right{position:relative;width:98px;height:98px;text-align:center;border:1px solid #e5e5e5;
	border-radius:5px;margin-right:15px;}
.contactus-payment ul.zhifu li .img-right img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.contactus-payment ul.zhifu li h5{padding:5px 0px;}
.contactus-payment ul.zhifu li p{font-size: 14px}
/** 在线留言 **/
.feedback-list ul li{float: left;width: 274px;height: 38px;line-height: 38px;border:1px solid #ededed;color:#666;margin-right:36px;}
.feedback-list ul li:nth-of-type(3) {margin-right:0;}
.feedback-list ul li label{display: block;float:left;width: 68px;text-align:center;border-right: 1px solid #ededed;}
.feedback-list ul li input[type=text]{width: 200px;height:38px;line-height: 38px;padding-left: 5px;border:none;}
.feedback-list ul li.textarea{width: 100%;height: 120px;margin:18px 0 25px;overflow: hidden;}
.feedback-list ul li.textarea textarea{width: 100%;height: 120px;padding:5px;border:none;resize:none;}
.feedback-list ul li.submit{position: relative;width: 100%;height: 42px;border:none;}
.feedback-list ul li.submit input[type=submit]{display:block;width: 158px;height: 43px;border:1px solid #6fadde;color:#037ad6;
	background:#fff;cursor: pointer;font-size: 14px;margin:0 auto;}
.feedback-list ul li.submit span.error-hide{position: absolute;top: 13px;left: 0;}

/*+----------------------------------------------
/*+  下载中心
/*+----------------------------------------------*/
.download-list ul li{
	position: relative;
	float: left;
	width:398px;
	padding: 20px;
	margin: 20px 20px 0 0;
	border:1px solid #ededed;
}
.download-list ul li h5{font-size: 16px;}
.download-list ul li a.download{
	position: absolute;
	top: 21px;
	right: 22px;
	width: 70px;
	height: 35px;
	background: url(../images/down.png) no-repeat 0 0;
	z-index: 9999;
}
.download-list ul li,
.download-list ul li a.download{
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.download-list ul li:hover a.download{
	background-position: 0 -48px;
}
/*+----------------------------------------------
/*+  人才招募
/*+----------------------------------------------*/
.recru-list{border:1px solid #ededed;}
.recru-list .head{width: 100%;border-bottom: 1px solid #ededed;}
.recru-list .head ul li{
	font-size: 14px;
	color:#333;
	border-right:1px solid #ededed;
}
.recru-list .head ul li,
.recru-list .table-list ul li{
	width: 18%;
	height: 43px;
	line-height: 43px;
	text-align: center;
	float: left;
}
.recru-list .head ul li:last-child,
.recru-list .table-list ul li:nth-of-type(5){width:27.5%; border-right:none;}
.recru-list .table-list ul li{border-right:1px dashed #dbdbdb;border-bottom: 1px dashed #dbdbdb;}
.recru-list .table-list ul li a.a-recru{
	display: block;
	width: 88px;
	height: 28px;
	line-height: 28px;
	border:1px solid #ededed;
	margin:7px auto 0;
	border-radius: 5px;
}
/**  详情  **/
.page-recru h1{font-size:16px;color:#037ad6;}
.page-recru p.yaoqiu{height: 45px;line-height: 45px;color:#666;border-bottom:1px dashed #dbdbdb;}
.page-recru p.yaoqiu span{padding:0 10px;background:url(../images/span-li.png) no-repeat center right;}
.page-recru p.yaoqiu span:first-child{padding-left:0px;}
.page-recru p.yaoqiu span:nth-last-of-type(1){background:none;}
.page-recru p.yaoqiu a.go-eamil{color:#037ad6}
.page-recru h5.subtitle{font-weight: bold;font-size: 14px;padding:20px 0px 10px;color:#333;}
.page-recru {line-height: 24px;color:#666}
.page-recru .recru-mod{border-bottom:1px dashed #dbdbdb}

/*+----------------------------------------------
/*+  常见问题
/*+----------------------------------------------*/
.ques-list ul li{padding:15px 0;border-bottom: 1px dashed #ededed;}
.ques-list ul li:after{display: block;clear: both;content: "";}
.ques-list ul li h5{font-size:16px;margin-bottom:8px;background:url(../images/ques.png) no-repeat center left;padding-left:25px;}
.ques-list ul li .time-ques{height:45px;overflow:hidden;}
.ques-list ul li .time-ques,
.ques-list ul li .time-ques p{color:#666;line-height:22px;}
.ques-list ul li .deta{position: relative;font-size: 12px;color: #9b9b9b;cursor: pointer;}
.ques-list ul li .deta i{padding-left:2px;}
.ques-list ul li,
.ques-list ul li .time-ques,
.ques-list ul li i{-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease;}    
.ques-list ul li.on .time-ques{height:auto;}
/*+----------------------------------------------
/*+  帮助中心
/*+----------------------------------------------*/
.help-title{height:59px;line-height:59px;border-bottom: 1px solid #ededed;}
.help-title h5{max-width: 85%;float: left;font-size:20px;color:#333;}
.help-title a{font-size:14px;color:#a2a2a2}
.help-title a em{font-size: 14px;}
.subcat-list{float:left;width: 850px;}
.subcat-list .catnav{background:#fff;padding:0 20px;margin-top:20px;}
.subcat-list .catnav:after{display:block;clear:both;content:""}
/*+----------------------------------------------
/*+  帮助问答
/*+----------------------------------------------*/
.wenda-list ul li {padding:20px 0px;border-bottom: 1px solid #ededed;}
.wenda-list ul li .wenda-title span.ico-img{display:block;float:left;width: 40px;height: 40px;line-height: 43px;text-align: center;
	background:#87caf0;border-radius: 5px;margin-right: 13px;}
.wenda-list ul li .wenda-title span.ico-img em{font-size:28px;color:#fff;}
.wenda-list ul li .wenda-title h5{font-size: 16px;color:#333;}
.wenda-list ul li p.reamk{font-size:14px;padding-top:5px;}
.wenda-list ul li:hover h5{color:#0f91dd;}
.wenda-list ul li.last{border-bottom:none;}
/*+----------------------------------------------
/*+  文件更新
/*+----------------------------------------------*/
.help-file ul li{float: left;width: 395px;height:40px;padding:20px 0;border-bottom: 1px solid #ededed;}
.help-file ul li:nth-of-type(even){float: right;}
.help-file ul li:last-child,.help-file ul li:nth-last-child(2){border-bottom-color:#fff;}
.help-file ul li .help-tit span.ico-img{display:block;float:left;width: 40px;height: 40px;line-height: 43px;text-align: center;
	background:#87caf0;border-radius: 5px;margin-right: 13px;}
.help-file ul li .help-tit span.ico-img em{font-size:28px;color:#fff;}
.help-file ul li .help-tit h5 a{font-size: 16px;color:#333;}
.help-file ul li:hover h5{color:#0f91dd;}
/*+----------------------------------------------
/*+  小程序展示
/*+----------------------------------------------*/
.applet-list ul li{width:490px;height:395px; float:left;padding:45px;margin-top:20px;background: #fff;}
.applet-list ul li:nth-of-type(even){float: right; }
.applet-list ul li .app-right{  width:200px;  text-align: center;  }
.applet-list ul li .app-right h5{height:28px; padding:40px 0 5px;  font-size:20px;  color: #000;  overflow: hidden;}
.applet-list ul li .app-right span{color:#666}
.applet-list ul li .app-right img{margin:25px 0px;}
.applet-list ul li .app-right .bottom-but a{display: block; float: left; width:48%;height:34px;line-height: 34px;
	text-align: center;background:#0f91dd;color:#fff;border-radius: 5px;}
.applet-list ul li .app-right .bottom-but a:last-child{float:right;background:#ffc000}
/*+----------------------------------------------
/*+  成功案例
/*+----------------------------------------------*/
.case-top{background: #fff}
.case-top:after,.case-top-menu:after,.case-show-bottom:after{display:block;clear:both;content: "";}
.case-top .case-fours{padding-left: 20px;}
.case-top .case-fours li{float: left;width:25%;padding:30px 0px;}
.case-top .case-fours span{display:block;float:left;width:65px;height:65px;padding-right:10px;}
.case-top .case-fours h5{font-size:16px;color:#333;padding-top:10px;}
.case-top .case-fours li:nth-of-type(1) span{background-position:0px -733px;}
.case-top .case-fours li:nth-of-type(2) span{background-position:-90px -733px;}
.case-top .case-fours li:nth-of-type(3) span{background-position:-180px -733px;}
.case-top .case-fours li:nth-of-type(4) span{background-position:-280px -733px;}
.case-top-menu{
	padding:20px 15px;
	border-top: 1px solid #ebebeb;
}
.case-top-menu ul li{ float:left;margin-right:5px; }
.case-top-menu ul li a{ padding: 5px 15px;font-size: 14px;color:#333; }
.case-top-menu ul li:hover a,
.case-top-menu ul li.on a{background: #0f91dd;color:#fff;}
.case-top-menu .tel{font-size: 14px;}
.case-top-menu .tel span{color:#ffc000}

.case-content ul li{
	position: relative;
	width: 280px;
	float: left;
	margin: 0px 20px 20px 0;
	background: #fff;
}
.case-content ul li:nth-of-type(4n){margin-right: 0px;}
.case-content ul li .remark-top{
	padding: 15px;
}
.case-content ul li .remark-top h5{font-size: 16px;color:#333;}
.case-content ul li .remark-top p{color: #666}
.case-content ul li .remark-bottom{
	padding:0 15px;
	border-top: 1px solid #f5f5f5;
	height: 40px;
	line-height: 40px;
}
.case-content ul li .remark-bottom span{
	font-size: 14px;
	color: #999;
}
.case-content ul li .remark-bottom span em{font-size: 19px;}
.case-content ul li .remark-bottom .gives{margin-left:10px;cursor:pointer;position:relative;}
.case-content ul li .remark-bottom .gives em{vertical-align: middle;font-size:14px}
.case-content ul li .remark-bottom .gives b{font-weight:normal;}
.case-content ul li .remark-bottom .gives #add-num{display:none;}
.case-content ul li .remark-bottom .gives #add-num.add-animation{color: #EB4F38; position:absolute;top:-15px;left: 10px;font-size: 15px;
	opacity: 0;filter:alpha(opacity=0);-moz-opacity:0;animation: mypraise 0.5s ;-moz-animation: mypraise 0.5s ;
	-webkit-animation: mypraise 0.5s ;-o-animation: mypraise 0.5s ;font-style:normal;}
@keyframes mypraise{
	0%{top:-15px;opacity: 0;filter: alpha(opacity=0);-moz-opacity:0;}
	25%{top:-20px;opacity: 0.5;filter: alpha(opacity=50);-moz-opacity:0.5;}
	50%{top:-25px;opacity: 1;filter: alpha(opacity=100);-moz-opacity:1;}
	75%{top:-30px;opacity: 0.5;filter: alpha(opacity=50);-moz-opacity:0.5;}
	100% {top:-35px;opacity: 0;filter: alpha(opacity=0);-moz-opacity:0;}
}
@-moz-keyframes mypraise{
	0%{top:-15px;opacity: 0;filter: alpha(opacity=0);-moz-opacity:0;}
	25%{top:-20px;opacity: 0.5;filter: alpha(opacity=50);-moz-opacity:0.5;}
	50%{top:-25px;opacity: 1;filter: alpha(opacity=100);-moz-opacity:1;}
	75%{top:-30px;opacity: 0.5;filter: alpha(opacity=50);-moz-opacity:0.5;}
	100% {top:-35px;opacity: 0;filter: alpha(opacity=0);-moz-opacity:0;}
}
.case-content ul li .remark-bottom .type-bottom a{ color: #1ba2f0; }
.case-content ul li:hover{box-shadow: 0 0 30px rgba(33,37,44,.5);}

.case-show .detail{padding:0px;background:#fff;}
.case-show .detail.seo-detail{ padding: 20px; }
.case-show-bottom{ padding: 50px 40px;background: #fff;font-size: 14px; color: #333; }
.case-show-bottom .case-show-left{ width: 345px;border-right: 1px solid #e6e6e6; }
.case-show-bottom .case-show-left p{ margin-bottom: 10px; }
.case-show-bottom .case-show-left p label{color:#666}
.case-show-bottom .case-show-left p:last-child{margin-bottom: 0px;}
.case-show-bottom .case-show-right{ width: 700px; }
.case-show-bottom .case-show-right h6{font-weight: bold;margin: 5px 0px 10px;}
.case-show-bottom .case-show-right p{ color:#666 }
.case-show .Pre-Next{padding: 20px;background:#fff;}
.case-show .Pre-Next .return{line-height: 21px;}
.recomcase-title{
	font-size: 14px;
	padding: 0 20px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	margin: 20px 0px;
	color: #333;
}
.recomcase-title h5{font-weight: bold;}
.recomcase-title a{color: #999;}
.case-recom.case-content ul li{margin-bottom: 0px;}
/*+----------------------------------------------
/*+  视频教程
/*+----------------------------------------------*/
.video-ads{ width: 100%;height: 160px; }
.video-list ul li{ position: relative; float:left;width:380px;margin: 0 20px 20px 0;background: #fff; }
.video-list ul li:nth-of-type(3n){ margin-right: 0; }
.video-list ul li .bor-img{ position: relative; display: block;width: 100%;height: 245px;overflow: hidden; }
.video-list ul li .bor-img .dask{opacity: 0; position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index: 5;  }
.video-list ul li .bor-img .click-video{position: absolute;top: 50%;left: 50%; display: block;width: 65px;height: 65px;background: url(../images/video.png) no-repeat;
	margin: -32px 0 0 -34px; z-index: 50;cursor: pointer;
}
.video-list ul li .bor-img img{ width: 100%; }
.video-list ul li .remark{ padding: 15px; }
.video-list ul li .remark h5{ font-size: 16px;color: #333; }
.video-list ul li:hover { box-shadow: 0 0 30px rgba(33,37,44,.5); }
.video-list ul li:hover .bor-img .dask{ opacity: 1; }
.video-list ul li .bor-img .click-video:hover{ transform: rotate(180deg);-webkit-transform: rotate(180deg); }

.video-fix{ display: none; width: 1000px;height: 500px; position: fixed !important;top: 50%;left: 50%;margin: -250px 0 0 -500px;
	z-index: 1005; }
.dask-video{ display: none; position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.6);z-index: 1000; }
.uzvideo{ width: 1000px;height: 500px; }
.video-fix .clo-v{ position: absolute;top:-18px;right:-15px; display: block;width:30px;height:30px;background: url("../images/icon.png") no-repeat -149px -31px;cursor: pointer; }
.video-fix .clo-v:hover{ background-position: -180px -31px; }
/* 测试订单 */
.order{
	padding: 3px 5px;
	color: red;
	border: 1px solid red;
}
.order:hover{color: red}
.wxpay:after{display: block;content: '';clear: both;}
.wxpay{padding:15px 15px 60px;margin:15px 0px;background:#fff;font-size:14px;}
.wxpay .remark{position: relative; border-bottom: 1px solid #eee;}
.wxpay .remark p{padding: 5px 0 15px;color:#999}
.wxpay-detail{width: 500px;}
.r{color: red}
.wxpay h5{font-size:21px;color:#333;padding-top:65px;font-weight: bold;}
.order-layer{padding:30px;position: absolute;top: 50%;left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 10002; background: #fff; font-size: 14px;border-radius: 5px;}
.order-layer .order-layer-fl{margin-right: 20px;}
.order-layer strong{display: block;padding-top: 20px; color: red;font-size: 20px;}
.order-layer h5{font-size: 25px;color: #333}
.order-layer img{float: right}
.opact{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;}

.user-info{margin-top: 20px;border-bottom: 1px solid #eee;}
.user-info ul li{
	height: 35px;
	line-height: 35px;
	margin-bottom:15px;
}
.user-info ul li.age{border-bottom: 1px solid #eee;padding-bottom: 15px;}
.user-info ul li.age span{font-size: 12px;color:#999;}
.user-info ul li label{display: inline-block;width: 70px;color:#999;}
.user-info ul li.textarea{height: 102px;border-bottom: 1px solid #eee;padding-bottom: 15px;}
.user-info ul li input[type=text]{width:308px;}
.user-info ul li select{width: 320px;}
.user-info ul li input[type=text],
.user-info ul li select{
	padding: 0 5px;
	height: 33px;
	line-height: 33px;
	border:1px solid #dbdbdb;
	border-radius: 3px;
	color: #666;
}
.user-info ul li textarea{
	width: 330px;
	height: 90px;
	padding: 5px;
	border:1px solid #dbdbdb;
	border-radius: 3px;
	resize: none;
	margin-left: 4px;
}
.user-info ul li.textarea label{float: left}
.wxpay-detail .ht{color:#999;padding-left: 12px;font-size: 12px;}
.wxpay-detail .ht a{color:#319adf;}
.wxpay-detail .tips{margin:0 0 15px 74px;}
.go-wx{width: 200px;height:40px;line-height:40px;border: 0px;background: #0f91dd;font-size: 14px;
	color: #fff;border-radius: 5px;cursor: pointer;margin:0 0 0 74px;}
/*+----------------------------------------------
/*+  SEO优化视频
/*+----------------------------------------------*/
.top-tetx{ margin: 20px 0;background: #fff; }
.top-tetx .top{ padding: 40px 30px 20px;border-bottom: 1px solid #ebebeb; }
.top-tetx .top h3{ font-size: 30px;color: #000;padding-bottom: 10px; }
.top-tetx .top p{ font-size: 14px; }
.top-tetx .top-tel{ font-size: 14px; padding: 0 30px;height: 60px;line-height: 60px; }
.top-tetx .top-tel span{ color: #ffc000; }
.seo-case ul:after{ display: block;content: "";clear: both; }
.seo-case ul li{ float: left; width: 580px;height: 480px; margin-bottom: 25px;background: #fff;overflow: hidden; }
.seo-case ul li:nth-of-type(even){ float: right; }
.seo-case ul li .vider-url{ position: relative; display: block;width: 100%;height: 326px;overflow: hidden; }
.seo-case ul li .vider-url img{ display: block; }
.seo-case ul li .vider-url .back{ opacity: 0; position: absolute;top: 0;left: 0; display: block;width: 100%;height: 100%;background: rgba(0,0,0,.8);transition: all .4s ease-out;-webkit-transition: all .4s ease-out; }
.seo-case ul li .vider-url em{ position: absolute;top: 50%;left: 50%; display: block;width: 65px;height: 65px;background: url("../images/video.png");transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); }
.seo-case ul li .remark{ padding: 15px 30px;border-bottom: 1px solid #e6e6e6; }
.seo-case ul li .remark h5{ color: #333;font-size: 16px;font-weight: bold;padding-bottom: 8px; }
.seo-case ul li .remark .desc{ font-size: 14px;color: #666; }
.seo-case ul li .bottom{ padding: 0 30px; height: 50px;line-height: 50px; }
.seo-case ul li .bottom .desc-more{ font-size: 14px; color: #0f91dd; }
.seo-case ul li:hover .vider-url .back{ opacity: 1; }
/** show **/
.videoshow-top .remark-show:after{ display: block;content: "";clear: both; }
.videoshow-top{ background: #fff; }
.video-case{ width:100%;height:650px; }
/*+----------------------------------------------
/*+  站点搜索
/*+----------------------------------------------*/
.picture-list ul li{width: 285px;float: left;text-align: center;margin:18px 18px 0px 0px;}
.picture-list ul li img{max-width:285px;max-height: 160px;}
.picture-list ul li p{height: 40px;line-height: 40px;}
/*+----------------------------------------------
/*+  弹窗地图
/*+----------------------------------------------*/
.map-layer-detail .layui-layer-content,
.map-layer-detail{width: 820px !important;}
.sitemap{padding: 20px;height:auto;background:#fff;}
.sitemap h1{font-size:20px;height:36px;border-bottom:1px solid #dbdbdb;color:#037ad6;margin-bottom:20px;}
.sitemap h1 span{padding-bottom:10px; border-bottom:1px solid #037ad6}
.sitemap .sitemap-list{border:1px solid #dbdbdb;}
.sitemap .sitemap-list ul li{line-height: 44px;border-bottom: 1px solid #dbdbdb;overflow:hidden;}
.sitemap .sitemap-list ul li:last-child{border-bottom:none;}
.sitemap .sitemap-list span{display: block;float: left;width: 15%;height: 44px;font-size: 14px;color:#333;text-align: center;}
.sitemap .sitemap-list p{width: 82%;padding: 0 10px;float: left;line-height: 44px;border-left:1px solid #dbdbdb;}
.sitemap .sitemap-list p a{padding: 0 12px 0 0}
/*+----------------------------------------------
/*+  分站
/*+----------------------------------------------*/
.citys .curr-right{ margin: 15px 0; }
.citys .citys-con{ padding: 0 30px 0; background: #fff; }
.citys .citys-con ul li{ padding-bottom: 32px;border-bottom: 1px solid #f0f0f0; }
.citys .citys-con ul li h5:after{ display: block;content: "";clear: both; }
.citys .citys-con ul li h5{ width: 100%; padding:30px 0 8px; }
.citys .citys-con ul li h5 a{ font-size: 16px;color: #333;font-weight: bold; }
.citys .citys-con ul li .childer a{ width: 120px; display: block; float: left; font-size: 14px;color: #666;margin:0 20px 8px 0; }
/*+----------------------------------------------
/*+  搜索
/*+----------------------------------------------*/
.empty{text-align: center;padding:80px 0;}
.empty strong{font-size: 25px;color:#333}
/*+----------------------------------------------
/*+  分页样式
/*+----------------------------------------------*/
.pages {margin:20px auto;text-align: center}
.pages a{
	display: inline-block;
	padding: 5px 10px;
	margin-right:5px;
	border: 1px solid #dbdbdb;
	border-radius:3px;
}
.pages a:last-child{margin-right:0px;}
.pages a:hover,
.pages a.curr{background:#3db1fa;color:#fff;border-color:#3db1fa;}
/*+----------------------------------------------
/*+  上下页
/*+----------------------------------------------*/
.Pre-Next{padding:20px 0;min-height: 20px;border-top: 1px solid #dbdbdb;}
.Pre-Next p{max-width:280px;min-height:20px;line-height:20px;padding-right:20px;text-overflow:ellipsis; white-space:nowrap;overflow:hidden;}


