@CHARSET "UTF-8";

*{
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*-------------弹窗--------------*/
.tanchuan{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	
	background:url(resources/bg-pop.png);

}
.houzi{
	display: none;
	width: 800px;
	height:700px;
	margin: 0 auto;
	position: relative;
	background:url(resources/houzi.png) center no-repeat;
	overflow: hidden;
}


.houzi .close{
	width: 100px;
	height: 71px;
	position: absolute;
	right: 0px;
	top: 120px;
	cursor: pointer;
}
.hide{
	display: none;
}




/*index*/
#slideBox2 *{
	transition: all 0s ;
  -moz-transition: all 0s ;
  -webkit-transition: all 0s ;
  -o-transition: all 0s ;
}
#slideBox2 *:hover{
	transition: all 0s ;
  -moz-transition: all 0s ;
  -webkit-transition: all 0s ;
  -o-transition: all 0s ;
}
.section1,.section3{
	width: 100%;
	background: #f8fafd;
}
.main_title{
	position: relative;
	padding-bottom: 10px;
}
.title_img{
	width: 100%;
	height: 105px;
	background:url(resources/maintitle_img.png) center bottom no-repeat;
	background-size: 100% auto;
}
.title_tit{
	width:600px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
.main_title h1{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #817f80;
}
.main_title tg{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #4a4b4b;
}
.main_title span{
	width: 100%;
	height: 1px;
	background-color:#dadada;
	position: absolute;
	bottom: 20px;
	z-index: -1;
}
.boxes{
	padding-bottom: 5px;
}
.section1 .box{
	background-color:#fff;
	margin-top: 30px;
	float: left;
	border-bottom: 3px solid #eef2f7;
}
.section1 .box:nth-child(3){
	margin-right: 0px;
}
.section1 .box:nth-child(6){
	margin-right: 0px;
}
.section1 .box:nth-child(9){
	margin-right: 0px;
}
.section1 .box:nth-child(12){
	margin-right: 0px;
}
.section1 .box_img{
	width: 100%;
	height: 280px;	
	overflow: hidden;
	position: relative;
}
.imgcover {
 position: absolute;
 left: 0;
 top: 0;
  z-index: 1;
	width: 100%;
	height: 100%;
  background: #000;
  filter: alpha(opacity=);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.l_o{
	position: absolute;
	top: 110px;
	left: -80px;
	  z-index: 2;
	width: 80px;
	height: 80px;
	background:url(resources/l_o.png) center no-repeat;
}
.r_f{
	position: absolute;
	top: 110px;
	right: -80px;
	  z-index: 3;
	width: 80px;
	height: 80px;
	background:url(resources/r_f.png) center no-repeat;
}
.t_f{
	position: absolute;
	height: 50px;
	left: 0px;
	top: -50px;
	width: 100%;
	text-align: center;
	z-index: 3;
	color: #2ebcff;
	font-size: 30px;
	font-weight: bold;
}
.section1 .box_img a{
	width: 100%;
	height: 100%;

}
.section1 .box_img img{
	width: 100%;
}
.box_txt{
	color: #444;
	text-align: center;
	padding-bottom: 25px;
}
.box_txt h1{
	padding-top: 8px;
	text-align: center;
	line-height: 45px;
	font-size: 27px;
	font-weight: bold;
}

.box_txt h2{
	text-align: center;
	padding-top: 10px;
	line-height: 18px;
	font-size: 15px;
	font-weight:normal;
}
.box_txt h3{
	text-align: center;
	line-height: 27px;
	font-size: 15px;
	font-weight:normal;
}
.btna{
	display: inline-block;
	width: 30%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.btn_a{
	margin-right: 10px;	
	color: #fff;
}
.btn_green{
	background: #00b0ce;
	border: 1px solid #00b0ce;
}
.b_g:hover{
	background: #00b0ce;
	border: 1px solid #00b0ce;
	color: #fff;
}
.b_b:hover{
	background: #0187e6;
	border: 1px solid #0187e6;
	color: #fff;
}
.btn_green:hover{
	/*border: 1px solid #ccc;
	color: #5e5e5e;
	background: #fff;*/
	background: #029CC0;
	border: 1px solid #029CC0;
}
.btn_blue{
	background: #0187e6;
	border: 1px solid #0187e6;
}
.btn_blue:hover{
	/*border: 1px solid #ccc;
	color: #5e5e5e;
	background: #fff;*/
	background: #016CE6;
	border: 1px solid #016CE6;
}
.btn_b{
	border: 1px solid #ccc;
	color: #5e5e5e;
}
.s_tit{
	text-align: center;
	font-size: 33px;
	color: #504f4f;
	line-height: 50px;
	padding-top: 45px;
}
.section2 .box{
	float: left;
	height: 250px;
}
.section2 .box_img{
	width:140px;
	height: 140px;
	margin: 0 auto;
	background:url(resources/sbj.png) center no-repeat;
}
.section2 .box_img h1{
	font-family: Arial;
	color: #2f80d4;
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	padding-top: 35px;
}
.section2 .box_img h2{
	color: #0066cc;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;

}
.section2 .box_img img{
	width: 100%;
	height: 100%;
}
.b_c{
	padding-top: 15px;
	line-height: 25px;
	font-size: 15px;
}
.b_c em{
	color: #595959;
	font-weight: bold;
}
.section3 .fff{
	background: #fff;
	padding: 3px;
	width: 100%;

}
.section3 .link{
	 border-bottom:1px dashed #ddd; 
	 border-right:1px dashed #ddd; 
	 height: 150px;
	 margin-bottom:-1px; 
	 margin-right:-1px;
/*	 padding: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}
.section3 .link{
	
}
.section3 .linkct {
	
	background-repeat: no-repeat;
	background-position:center -160px ;
	width: 100%;
	height: 100%;
	transition: all 0.6s ;
  -moz-transition: all 0.6s ;
  -webkit-transition: all 0.6s ;
  -o-transition: all 0.6s ;
}
.section3 .linkct:hover {
	background-position:center 0px ;
	background-color:#f7f7f7;
	transition: all 0.6s ;
  -moz-transition: all 0.6s ;
  -webkit-transition: all 0.6s ;
  -o-transition: all 0.6s ;

}
.section3 a.more{
	display: block;
	width: 185px;
	height: 45px;
	line-height: 45px;
	color: #444;
	border: 1px solid #ecebeb;
	text-align: center;
	margin: 0 auto;
}
.section3  a.more:hover{
background: #0076ca;
  border: 1px solid #0076ca;
  color: #fff;
}
.section3  a.more em{
	color: #ccc;
	padding-left: 5px;
}
/*首页广告*/
  
.main_adv_box{
  overflow: hidden;
  position: relative;
	height:430px;
	overflow:hidden;
	width:100%;
}
.main_adv_box .main_adv_img {
  position: relative;
  height: 430px;
  z-index: 0;
}
.tempWrap ul{
	  height: 430px;
}

.main_adv_box .main_adv_img  li {
  zoom: 1;
  vertical-align: middle;
  display: block;
  height: 100%;

}
.main_adv_box .main_adv_img  li span,.main_adv_box .main_adv_img  li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.main_adv_box .main_adv_img  li span img{
	display: none;
	width: 100%;
}
.main_adv_box a.prev, .main_adv_box a.next { 
	display:block; 
	width:52px; 
	height:134px; 
	position:absolute; 
	top:148px; z-index:99; 
	cursor:pointer; 
	background-image:url(resources/bt_arr.png); 
	background-repeat:no-repeat; 

}
.main_adv_box a.prev {
 left:-52px; background-position:0px 0px;
 transition: all 0s ;
  -moz-transition: all 0s ;
  -webkit-transition: all 0s ;
  -o-transition: all 0s ;
 }
 .main_adv_box a.next { 
	right:-52px; background-position:-68px 0px;
	 transition: all 0s ;
  -moz-transition: all 0s ;
  -webkit-transition: all 0s ;
  -o-transition: all 0s ;
 }
.main_adv_box a.prev:hover { 
	background-position:0px -144px;
	transition: all 0s ;
  -moz-transition: all 0s ;
  -webkit-transition: all 0s ;
  -o-transition: all 0s ;
}
.main_adv_box a.next:hover {
 background-position:-68px -144px;
 transition: all 0s ;
  -moz-transition: all 0s ;
  -webkit-transition: all 0s ;
  -o-transition: all 0s ;
}

	  
.hd ul{bottom:5px;display:block;position:absolute; display:none;}
.hd ul li{
	background-color:#ededed;
	cursor:pointer;
	float:left;
	display:inline-block;
	height:12px;line-height:12px;margin:5px;
	opacity:0.9;text-align:center;
	text-indent:-999em;width:12px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px; behavior:url(resources/PIE.htc);
}
.hd ul li.on{background-color:#258cd7;}
.scrool{
	width:100%;
	overflow:hidden;
}


/*````````width`````````*/

.section1 .box{
	width: 376px;
	margin-right: 35px;
}
.btn_a{
	margin-right: 10px;
}

.section2 .box{
	width: 33%;
}
.section3 .link{
	 width:20%; 
}



.slideBox li{
	float: left;
}


/*
@media screen and (min-width: 980px){

.section1 .box{
	width: 30%;
	margin-right: 5%;
}
.section2 .box{
	width: 33%;
}
.section3 .link{
	 width:20%; 
}

}
@media screen and (min-width:1200px){

}
@media screen and (max-width: 1200px){
.section3 .link {
  width: 25%;
}
.warp{
	padding: 0 15px;
}

}
@media screen and (max-width: 980px){

#slideBox{ position:relative; overflow:hidden; margin:0px auto; }
#slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
#slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; text-indent:-9999px; overflow:hidden; margin:0 6px;   background:#878787;}
#slideBox .hd li.on{ background:#54aeec;  }
#slideBox .bd{ position:relative; z-index:0; }
#slideBox .bd li{ position:relative; text-align:center;  }

.section1 .box{
	width: 100%;
	margin-right: 0%;
}
.section2 .box{
	width: 50%;
}
.section3 .link{
	width: 25%;
}
.title_img{
	height: 70px;
}
}
@media screen and (max-width: 900px){
#ft dl{
	width: 50%;
}
}*/
/*````````width`````````*/

.article{
	padding:60px 0;
	overflow:hidden;
	background:#fff;
}
.article_m{
	width:550px;
	overflow:hidden;
	float:left;
}
.article_m_l{
	margin-right:90px;
}
.article_m_title{
	font-size:16px;
	margin-bottom:20px;
}
.article_m_title span{
	border-left:2px solid #3ea9f7;
	padding-left:10px;
	height:16px;
	line-height:16px;
	display:block;
	float:left;
}
.article_m_title .view_more{
	font-size:12px;
	color:#999;
}
.article_m_content .headlines .img{
	width:180px;
	height:117px;
	overflow:hidden;
	float:left;
	margin-right:20px;
}
.article_m_content .headlines .img img{width:100%;height:100%;}
.article_m_content .headlines .text{
	float:left;
	width:350px;
}
.article_m_content .headlines .text h3{
	font-weight:700;
	padding:10px 0;
	display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.article_m_content .headlines .text .brief{
	color:#888;
	line-height:22px;
}
.time{margin-top:15px;}
.time_span{
	position:relative;
	padding-left:18px;
	margin-right:40px;
	font-size:12px;
	color:#c8c9cd;
}
.time_span:before{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:15px;
	height:15px;
	display:block;
	background:url(resources/icon_article_all.png) no-repeat;
}
.article_m_content .footlines{
	padding:15px;
	overflow:hidden;
}
.article_m_content .footlines li{
	line-height:38px;
}
.article_m_content .footlines li a{
	color:#5b595c;
	float:left;
	display: inline-block;
	width: 430px;
	overflow-x:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.article_m_content .footlines li:hover a,
.article_m_content .footlines li:hover span{
	color: #4e89c5;
	transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
}
.article .img:hover img{
	-ms-interpolation-mode: bicubic;
	-moz-interpolation-mode: bicubic;
	-webkit-interpolation-mode: bicubic;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
}

.article_m_content .footlines li span{
	font-size:12px;
	color:#999;
	float:right;
}

/* ----------------------------------------------------新首页样式 此前为旧版本------------------------------------------------------------ */



.section-tit{
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	color: #222;
}

.section-tit em{
	font-weight: bold;
}

.blue-line{
	width: 20px;
	height:2px;
	background: #3d79d1;
}

/* 区域科技实力 */

.superiority-list{
	width: 100%;
	height: 93px;
	border-bottom: 1px solid #efefef;
}

.superiority-list .superiority-item{
	float: left;
	width: 100px;
	height: 52px;
	padding: 20px 0 21px 0;
}

.superiority-list .superiority-technique{
	width: 20%;
	padding-left: 2rem;
}

.superiority-list .superiority-product{
	width: 249px;
}

.superiority-list .superiority-team{
	width: 237px;
}

.superiority-list .superiority-customer{
	width: 239px;
}

.superiority-list .superiority-cooperation{
	width: 191px;
}

.superiority-list .superiority-icon{
	background: url(resources/superiority-icon-list.png) no-repeat 0 center;
}

.superiority-list .icon-technique{
	width: 38px;
    height: 52px;
    float: left;
    background-position: 0 center;
    margin-right: 15px;
}

.superiority-list .icon-product{
	width: 36px;
    height: 52px;
    float: left;
    background-position: -38px center;
    margin-right: 19px;
}

.superiority-list .icon-team{
	width: 33px;
    height: 52px;
    float: left;
    background-position: -74px center;
    margin-right: 19px;
}

.superiority-list .icon-customer{
	width: 39px;
    height: 52px;
    float: left;
    background-position: -107px center;
    margin-right: 19px;
}

.superiority-list .icon-cooperation{
	width: 39px;
    height: 52px;
    float: left;
    background-position: -146px center;
    margin-right: 19px;
}

.superiority-num{
	color: #3c78d0;
	font-size: 17px;
	line-height: 28px;
}

.superiority-txt{
	line-height: 24px;
	color: #65666a;
	font-size: 14px;
}


/* 新闻咨询 */

.fanwe-new{
	background: #fff;
	padding-top: 33px;
	padding-bottom: 41px;
}

.fanwe-new .hot-new{
	width: 740px;
	float: left;
}

.fanwe-new .new-list{
	width: 684px;
	max-height: 182px;
	line-height: 36px;
	padding-top: 20px;
	padding-right: 56px;
	font-size: 12px;
	color: #5a5a5c;
	text-indent: 20px;
	overflow: hidden;
}

.fanwe-new .new-list .new-item{
	display: block;
	height: 36px;
	background: url(resources/news-bg.png) 0 center no-repeat;
}

.fanwe-new .new-list .new-con{
	width: 620px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.fanwe-new .new-list .new-date{
	width: 64px;
	float: right;
	text-align: right;
}

.fanwe-new .new-product{
	float: left;
	width: 460px;
}

.fanwe-new .new-product-list{
	padding-top: 28px;
}

.fanwe-new .new-product-list .product-item{
	display: block;
	float: left;
	width: 140px;
	height: 174px;
	margin-left: 20px;
}

.fanwe-new .new-product-list .product-item:first-child{
	margin-left: 0;
}
/* 产品展示 */

.product-list{
	background: #fbfbfb;
	/* padding-bottom: 70px; */
}

.product-list .product-tit{
	display: block;
	width: 200px;
	padding-top: 39px;
	line-height: 34px;
	font-size: 30px;
	color: #292828;
}

.product-list .product-img{
	display: block;
	float: left;
	width: 295px;
	padding-top: 21px;
}

.product-list .product-img img{
	float: left;
}

.product-list .product-right{
	float: left;
	width: 905px;
}

.product-list .product-right .product-type-list{
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid #898de7;
}

.product-list .product-right .product-type-list .triangle{
	width: 15px;
	height: 100%;
	float: left;
	background: url(resources/product-type-bg.png) 0 bottom no-repeat;
}

.product-list .product-right .product-type-list .product-type-item{
	float: right;
	padding: 0 24px;
	font-size: 15px;
	color: #585858;
	cursor: pointer;
}

.product-list .product-right .product-type-list .product-type-item.active{
	color: #fff;
	background: #898de7;
	border-radius: 2px 2px 0 0;
}

.product-list .product-right .product-info{
	position: relative;
	display: none;
	width: 100%;
	height: 445px;
	padding-top: 32px;
	background: #fff;
	overflow: hidden;
}

.product-list .product-right .product-info.active{
	display: block;
}

.product-list .product-right .product-info .product-info-item{
	position: relative;
	display: block;
	width: 247px !important;
	height: 416px !important;
	float: left;
	padding: 0 14px;
	border: 1px solid #e7e7e7;
	margin-left: 20px;
}


.product-list .product-right .product-info .product-info-item .product-logo{
	width: 100%;
	height: 70px;
	padding-top: 50px;
	    box-sizing: content-box;
}

.product-list .product-right .product-info .product-info-item .product-logo i{
	display: block;
	height: 65px;
	margin: 0 auto;
	background: url(resources/product-logo-list.png) 0 center no-repeat;
}

.product-list .product-right .product-info .product-info-item .product-logo i.hudong{
	width: 63px;
}

.product-list .product-right .product-info .product-info-item .product-logo i.shopping{
	width: 63px;
	background-position: -63px center;
}

.product-list .product-right .product-info .product-info-item .product-logo i.game{
	width: 58px;
	background-position: -126px center;
}

.product-list .product-right .product-info .product-info-item .product-name{
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 26px;
	color: #222;
	border-bottom: 1px solid #ebebeb;
}

.product-list .product-right .product-info .product-info-item .bief-list{
	padding-top: 28px;
	line-height: 34px;
	color: #595959;
	font-size: 14px;
}

.product-list .product-right .product-info .product-info-item .bief-list .bief-item{
	text-indent: 24px;
	background: url(resources/dotte.png) 11px center no-repeat;
}

.product-list .product-right .product-info .product-info-item .show-more-btn{
	width: 91px;
	height: 28px;
	line-height: 28px;
	margin-top: 33px;
	margin-left: 12px;
	border: 1px solid #e7e7e7;
	border-radius: 2px;
	font-size: 12px;
	color: #949494;
	text-align: center;
}

.product-list .product-item.zhibo .product-right .product-info .product-info-item:hover{
	border: 1px solid #898de7;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.product-list .product-item.zhibo .product-right .product-info .product-info-item:hover .show-more-btn{
	background: #898de7;
	color: #fff;
	border-color: #898de7;
}

.product-list .product-right .product-info .product-info-item:hover{
	background: #fff;
}

.product-list .product-right .product-info .product-info-item:hover .product-logo i{
	-webkit-animation: 1s ease 1 0s both;
	   -moz-animation: 1s ease 1 0s both;
		-ms-animation: 1s ease 1 0s both;
			animation: 1s ease 1 0s both;
	-webkit-animation-name: bounce;
	   -moz-animation-name: bounce;
		-ms-animation-name: bounce;
			animation-name: bounce;
}

.product-list .product-right .product-info .product-info-item .only-one{
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	background: url(resources/onlyone.png) 0 0 no-repeat;
}


/*o2o产品样式重写*/

.product-list .product-item.o2o .product-right .product-type-list .triangle{
	background-position: -15px bottom;
}

.product-list .product-item.o2o .product-right .product-type-list{
	border-bottom: 2px solid #fc997e;
}

.product-list .product-item.o2o .product-right .product-type-list .product-type-item.active{
	background: #fc997e;
}

.product-list .product-right .product-info .product-info-item .product-logo i.city{
	width: 64px;
	background-position: -184px center;
}

.product-list .product-right .product-info .product-info-item .product-logo i.community{
	width: 68px;
	background-position: -248px center;
}

.product-list .product-right .product-info .product-info-item .product-logo i.visit{
	width: 64px;
	background-position: -316px center;
}

.product-list .product-item.o2o .product-right .product-info .product-info-item:hover{
	border: 1px solid #fc997e;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.product-list .product-item.o2o .product-right .product-info .product-info-item:hover .show-more-btn{
	background: #fc997e;
	color: #fff;
	border-color: #fc997e;
}

/*其他产品样式重写*/

.product-list .product-item.other .product-right .product-type-list .triangle{
	background-position: -30px bottom;
}

.product-list .product-item.other .product-right .product-type-list{
	border-bottom: 2px solid #4ace8c;
}

.product-list .product-item.other .product-right .product-type-list .product-type-item.active{
	background: #4ace8c;
}

.product-list .product-right .product-info .product-info-item .product-logo i.neirong{
	width: 61px;
	background-position: -381px center;
}

.product-list .product-right .product-info .product-info-item .product-logo i.one{
	width: 65px;
	background-position: -442px center;
}

.product-list .product-right .product-info .product-info-item .product-logo i.chess{
	width: 55px;
	background-position: -507px center;
}

.product-list .product-right .product-info .product-info-item .product-logo i.zongchou{
	width: 79px;
	background-position: -562px center;
}

.product-list .product-right .product-info .product-info-item .product-logo i.p2p{
	width: 54px;
	background-position: -641px center;
}

.product-list .product-right .product-info .product-info-item .product-logo i.zhixiao{
	width: 61px;
	background-position: -695px center;
}

.product-list .product-right .product-info .product-info-item .product-logo i.weishang{
	width: 62px;
	background-position: -756px center;
}


.product-list .product-right .product-info .tempWrap,
.product-list .product-right .product-info .swiper-wrapper{
	height: 100%;
}

.product-list .product-item.other .product-right .product-info .product-info-item:hover{
	border: 1px solid #4ace8c;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.product-list .product-item.other .product-right .product-info .product-info-item:hover .show-more-btn{
	background: #4ace8c;
	color: #fff;
	border-color: #4ace8c;
}

.swiper-button-next,
.swiper-button-prev{
	width: 27px;
    height: 57px;
    position: absolute;
    top: 50%;
    right: -27px;
    margin-top: -28px;
    background: url(resources/swipe-btn-bg.png) 0 -62px no-repeat;
    cursor: pointer;
	-webkit-transition: right .3s;
	   -moz-transition: right .3s;
		 -o-transition: right .3s;
			transition: right .3s;
}

.swiper-button-prev{
	right: auto;
	left: -27px;
	background-position: -32px -62px;
	-webkit-transition: left .3s;
	   -moz-transition: left .3s;
		 -o-transition: left .3s;
			transition: left .3s;
}

.swiper-button-next:hover{
	background-position: 0 -124px;
}

.swiper-button-prev:hover{
	background-position: -32px -124px;
}

.swiper-button-next.nextStop{
	background-position: 0 0;
}

.swiper-button-prev.prevStop{
	background-position: -32px 0;
}

.product-list .product-item.other:hover .swiper-button-next{
	right:0;
}

.product-list .product-item.other:hover .swiper-button-prev{
	left:0;
}

/* 解决方案 */

.product-list .product-item .product-right .solution{
	display: none;
	width: 100%;
	height: 477px;
	overflow: hidden;
	background: #fff;
}

.product-list .product-item .product-right .solution.active{
	display: block;
}

.product-list .product-item .product-right .solution .solution-item{
	width: 33.3%;
	height: 50%;
	float: left;
	border-left: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	margin-left: -1px;
	margin-top: -1px;
	padding:0px;
}

.product-list .product-item .product-right .solution .solution-item .solution-logo{
	width: 80px;
	height: 90px;
	margin: 48px auto 0;
	background: url(resources/zhibo-solution.png) 0 0 no-repeat;
}

.product-list .product-item .product-right .solution .solution-item .solution-logo.meinv{
	background-position: 0 0;
}

.product-list .product-item .product-right .solution .solution-item .solution-logo.game{
	background-position: -80px 0;
}

.product-list .product-item .product-right .solution .solution-item .solution-logo.shopping{
	background-position: -160px 0;
}

.product-list .product-item .product-right .solution .solution-item .solution-logo.edu{
	background-position: -240px 0;
}

.product-list .product-item .product-right .solution .solution-item .solution-logo.pai{
	background-position: -320px 0;
}

.product-list .product-item .product-right .solution .solution-item .solution-logo.pay{
	background-position: -400px 0;
}


.product-list .product-item .product-right .solution .solution-item:hover .solution-logo.meinv{
	background-position: 0 -90px;
}

.product-list .product-item .product-right .solution .solution-item:hover .solution-logo.game{
	background-position: -80px -90px;
}

.product-list .product-item .product-right .solution .solution-item:hover .solution-logo.shopping{
	background-position: -160px -90px;
}

.product-list .product-item .product-right .solution .solution-item:hover .solution-logo.edu{
	background-position: -240px -90px;
}

.product-list .product-item .product-right .solution .solution-item:hover .solution-logo.pai{
	background-position: -320px -90px;
}

.product-list .product-item .product-right .solution .solution-item:hover .solution-logo.pay{
	background-position: -400px -90px;
}

.product-list .product-item .product-right .solution .solution-item .solution-txt{
	line-height: 68px;
	text-align: center;
	font-size: 18px;
	color: #111;
}


/* o2o 解决方案 */

.product-list .product-item .product-right .solution.o2o .solution-item{
	width: 33.3%;
	height: 33.3%;
	float: left;
	border-left: 1px solid #f7f7f7;
	border-top: 1px solid #f7f7f7;
	margin-left: -1px;
	margin-top: -1px;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo{
	width: 78px;
	height: 78px;
	margin: 25px auto 0;
	background: url(resources/o2o-solution.png) 0 0 no-repeat;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo.wuye{
	background-position: 0 0;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo.nongchun{
	background-position: -78px 0;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo.shangchao{
	background-position: -156px 0;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo.tongcheng{
	background-position: -234px 0;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo.shengxian{
	background-position: -312px 0;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo.jiazheng{
	background-position: -390px 0;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo.duoyonghu{
	background-position: -468px 0;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo.meirong{
	background-position: -546px 0;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo.weixiu{
	background-position: -624px 0;
}


.product-list .product-item .product-right .solution.o2o .solution-item:hover .solution-logo.wuye{
	background-position: 0 -78px;
}

.product-list .product-item .product-right .solution.o2o .solution-item:hover .solution-logo.nongchun{
	background-position: -78px -78px;
}

.product-list .product-item .product-right .solution.o2o .solution-item:hover .solution-logo.shangchao{
	background-position: -156px -78px;
}

.product-list .product-item .product-right .solution.o2o .solution-item:hover .solution-logo.tongcheng{
	background-position: -234px -78px;
}

.product-list .product-item .product-right .solution.o2o .solution-item:hover .solution-logo.shengxian{
	background-position: -312px -78px;
}

.product-list .product-item .product-right .solution.o2o .solution-item:hover .solution-logo.jiazheng{
	background-position: -390px -78px;
}

.product-list .product-item .product-right .solution.o2o .solution-item:hover .solution-logo.duoyonghu{
	background-position: -468px -78px;
}

.product-list .product-item .product-right .solution.o2o .solution-item:hover .solution-logo.meirong{
	background-position: -546px -78px;
}

.product-list .product-item .product-right .solution.o2o .solution-item:hover .solution-logo.weixiu{
	background-position: -624px -78px;
}

.product-list .product-item .product-right .solution.o2o .solution-item .solution-txt{
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color: #111;
}


/* 产品动态 */

.product-list .product-item .product-right .product-new{
	display: none;
	height: 477px;
	width: 100%;
	background: #fff;
}

.product-list .product-item .product-right .product-new.active{
	display: block;
}

.product-list .product-item .product-right .product-new .new-list{
	width: 905px;
	height: 400px;
	padding-top: 40px;
	overflow: hidden;

}

.product-list .product-item .product-right .product-new .new-list .new-item{
	display: block;
	width: 392px;
	float: left;
	padding: 0 30px 25px;
	height: 60px;
	border-left: 1px dashed #e7e7e7;
	margin-left: -1px;
	overflow: hidden;
}

.product-list .product-item .product-right .product-new .new-list .new-item img{
	width: 80px;
	height: 60px;
	float: left;
	margin-right: 20px;
}

.product-list .product-item .product-right .product-new .new-list .new-con{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	margin-bottom: 5px;
}

.product-list .product-item.zhibo .product-right .product-new .new-list .new-con:hover{
	color: #898de7;
}

.product-list .product-item.o2o .product-right .product-new .new-list .new-con:hover{
	color: #fc997e;
}

.product-list .product-item.other .product-right .product-new .new-list .new-con:hover{
	color: #4ace8c;
}

.product-list .product-item .product-right .product-new .new-list .new-date{
	font-size: 12px;
	color: #ccc;
	line-height: 15px;
}


/* 产品展示 成功案例 */

.product-list .product-item .product-right .product-success-case{
	position: relative;
	display: none;
	width: 905px;
	height: 477px;
	background: #fff;
	overflow: hidden;
}

.product-list .product-item .product-right .product-success-case.active{
	display: block;
}

.product-list .product-item .product-right .product-success-case .product-success-list{
	width: 905px;
	height: 477px;
}

.product-list .product-item .product-right .product-success-case .product-success-item{
	width: 905px;
	height: 477px;
}

.product-list .product-item .product-right .product-success-case .product-case{
	display: block;
	width: 20%;
	height: 33.33%;
	float: left;
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	margin-left: -1px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo{
	width: 84px;
	height: 84px;
	margin: 24px auto 0;
	background: url(resources/product-case.png) 0 0 no-repeat;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.langbo{
	background-position: 0 0;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.chaomo{
	background-position: -182px 0;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.chuangke{
	background-position: -364px 0;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.chaokaxiu{
	background-position: -545px 0;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.SirmeTV{
	background-position: -727px 0;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.huoyao{
	background-position: 0 -158px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.huike{
	background-position: -182px -158px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.humiao{
	background-position: -364px -158px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.feilv{
	background-position: -545px -158px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.dushi{
	background-position: -727px -158px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.mala{
	background-position: 0 -316px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.liebo{
	background-position: -182px -316px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.liankong{
	background-position: -364px -316px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.lama{
	background-position: -545px -316px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.judian{
	background-position: -727px -316px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.shanbo{
	background-position: 0 -475px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.qinlin{
	background-position: -182px -475px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.qidian{
	background-position: -364px -475px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.mugua{
	background-position: -545px -475px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.maimaijia{
	background-position: -727px -475px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.wohuanle{
	background-position: 0 -633px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.woniu{
	background-position: -182px -633px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.weibo{
	background-position: -364px -633px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.tiantian{
	background-position: -545px -633px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.shijia{
	background-position: -727px -633px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.zhibojie{
	background-position: 0 -791px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.yiniu{
	background-position: -182px -791px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.yanhuan{
	background-position: -364px -791px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.xueren{
	background-position: -545px -791px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-logo.woyaoshang{
	background-position: -727px -791px;
}

.product-list .product-item .product-right .product-success-case .product-case .product-case-name{
	line-height: 44px;
	text-align: center;
	color: #292929;
	font-size: 15px;
}


.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case{
	display: block;
	width: 20%;
	height: 33.33%;
	float: left;
	border-top: 1px solid #f4f4f4;
	border-left: none;
	margin-left: 0;
	background-color: #F9F9F9;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo{
	width: 143px;
	height: 53px;
	margin: 53px auto 0;
	background: url(resources/product-o2o-case2.png) 0 0 no-repeat;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.yyyh{
	background-position: 0 0;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.hdt{
	background-position: -177px 0;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.phpstudy{
	background-position: -354px 0;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.posj{
	background-position: -531px 0;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.acl{
	background-position: -708px 0;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.cnn3{
	background-position: 0 -70px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.aywlkj{
	background-position: -177px -70px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.apy{
	background-position: -354px -70px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.axlm{
	background-position: -531px -70px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.byw{
	background-position: -708px -70px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.clwj{
	background-position: 0 -140px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.chw{
	background-position: -177px -140px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.clsh{
	background-position: -354px -140px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.dzm{
	background-position: -531px -140px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.dsyhw{
	background-position: -708px -140px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.gdj{
	background-position: 0 -210px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.dqdz{
	background-position: -177px -210px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.fxheb{
	background-position: -354px -210px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.fxw{
	background-position: -531px -210px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.flw{
	background-position: -708px -210px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.fxwl{
	background-position: 0 -280px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.fjh{
	background-position: -177px -280px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.kabudong{
	background-position: -354px -280px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.gfj{
	background-position: -531px -280px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.hzyt{
	background-position: -708px -280px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.hklm{
	background-position: 0 -350px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.hrw{
	background-position: -177px -350px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.hqeg{
	background-position: -354px -350px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.htyp{
	background-position: -531px -350px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.hbc{
	background-position: -708px -350px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.jydzsw{
	background-position: 0 -420px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.jianguo{
	background-position: -177px -420px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.jingou{
	background-position: -354px -420px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.jjmc{
	background-position: -531px -420px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.jxw{
	background-position: -708px -420px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.knw{
	background-position: 0 -490px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.lysc{
	background-position: -177px -490px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.lbx{
	background-position: -354px -490px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.lh{
	background-position: -531px -490px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.lt{
	background-position: -708px -490px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.ytygw{
	background-position: -0px -560px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.tdgg{
	background-position: -177px -560px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.wxsc{
	background-position: -354px -560px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.tcjtg{
	background-position: -531px -560px;
}

.product-list .product-item .product-right .product-success-case .product-success-list.o2o .product-case .product-case-logo.ydlm{
	background-position: -708px -560px;
}



/* 选择区域科技 */

.choose-fanwe{
	padding-top: 26px;
	padding-bottom: 60px;
	background: #fff;
}

.choose-fanwe .we-power{
	padding-top: 43px;
}

.choose-fanwe .we-power .we-power-left{
	float: left;
	width: 140px;
	border: 2px solid #a6a6a6;
	padding-top: 15px;
	padding-bottom: 38px;
}

.choose-fanwe .we-power .power-item{
	position: relative;
	width: 120px;
    padding-right: 20px;
    text-align: right;
    padding: 8px 0;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: none;
       -moz-transition: none;
    	 -o-transition: none;
    		transition: none;
}

.choose-fanwe .we-power .power-item *{
    -webkit-transition: none;
       -moz-transition: none;
    	 -o-transition: none;
    		transition: none;
}

.choose-fanwe .we-power .power-item .num{
	line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    padding-top: 9px;
    padding-right: 20px;
    border-radius: 2px 2px 0 0;
}

.choose-fanwe .we-power .power-item .text{
	line-height: 20px;
    font-size: 14px;
    color: #666;
    padding-bottom: 9px;
    padding-right: 20px;
    border-radius: 0 0 2px 2px;
}

.choose-fanwe .we-power .power-item .component{
	position: absolute;
	bottom:0;
	right: 20px;
	width: 16px;
	height: 2px;
	background: #e5e5e5;
}

.choose-fanwe .we-power .power-item.active{
	left: 20px;
}

.choose-fanwe .we-power .power-item.active .num,
.choose-fanwe .we-power .power-item.active .text{
    background: #3c7ad1;
    color: #fff;
}

.choose-fanwe .we-power .power-item.active .component{
	width: 4px;
	height: 8px;
	top: 50%;
	bottom: auto;
	right: -4px;
	background: url(resources/power-sjj.png) 0 0 no-repeat;
}


.choose-fanwe .we-power .we-power-right{
	float: left;
	width: 975px;
	padding-left: 80px;
}

.choose-fanwe .we-power .we-power-right .power-con{
	display: none;
}

.choose-fanwe .we-power .we-power-right .power-con.active{
	display: block;
}

.choose-fanwe .we-power .we-power-right .zizhi-item{
	height: 141px;
	border-bottom: 1px dashed #e4e4e4;
}

.choose-fanwe .we-power .we-power-right .zizhi-item.less{
	height: 210px;
	border-bottom: 1px dashed #e4e4e4;
}

.choose-fanwe .we-power .we-power-right .zizhi-item:last-child{
	border-bottom: none;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-left{
	float: left;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-right{
	float: right;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-left,
.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-right{
	position: relative;
	width: 366px;
	height: 100%;
	padding-left: 96px;
	display: table;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-tit{
	display: table-cell;
	line-height: 30px;
	font-size: 20px;
	color: #3d3d3b;
	vertical-align: middle;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-tit p{
	line-height: 20px;
	font-size: 14px;
	padding-top: 3px;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo{
	position: absolute;
	top: 0;
	height: 141px;
	background: url(resources/zizhi-logo.png) 0 center no-repeat;
}

.choose-fanwe .we-power .we-power-right .zizhi-item.less  .zizhi-logo{
	height: 210px;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.gaoxin{
	left: 16px;
	width: 60px;
	background-position: 0 center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.team{
	left: 15px;
	width: 57px;
	background-position: -60px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.invention{
	left: 17px;
	width: 59px;
	background-position: -117px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.technology{
	left: 7px;
	width: 70px;
	background-position: -176px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.software{
	left: 23px;
	width: 47px;
	background-position: -246px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.more{
	left: 20px;
	width: 50px;
	background-position: -293px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.yuanma{
	left: 20px;
	width: 56px;
	background-position: -343px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.gengxin{
	left: 20px;
	width: 55px;
	background-position: -399px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.yuansheng{
	left: 20px;
	width: 39px;
	background-position: -454px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.dingzhi{
	left: 20px;
	width: 51px;
	background-position: -493px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.erkai{
	left: 20px;
	width: 58px;
	background-position: -544px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.kehu{
	left: 20px;
	width: 52px;
	background-position: -602px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.yanjiu{
	left: 20px;
	width: 37px;
	background-position: -654px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.lingxian{
	left: 20px;
	width: 38px;
	background-position: -691px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.zuizao{
	left: 20px;
	width: 50px;
	background-position: -729px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.xunsu{
	left: 20px;
	width: 53px;
	background-position: -779px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.shouhou{
	left: 20px;
	width: 44px;
	background-position: -832px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.zhichi{
	left: 20px;
	width: 45px;
	background-position: -876px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.xiangying{
	left: 20px;
	width: 49px;
	background-position: -921px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.quanfangwei{
	left: 20px;
	width: 49px;
	background-position: -970px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.zhidao{
	left: 20px;
	width: 42px;
	background-position: -1019px center;
}

.choose-fanwe .we-power .we-power-right .zizhi-item  .zizhi-logo.qita{
	left: 20px;
	width: 43px;
	background-position: -1061px center;
}

/* 成功案例 */

.success-case .tit-bg{
	padding: 30px 0;
	background: #3c7ad1;
}

.success-case .tit-bg .section-tit{
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #fff;
}

.success-case .tit-bg .success-tit-con{
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}

.success-case .tit-bg .blue-line{
	background: #3dafd1;
}

.success-case .success-case-con{
	position: relative;
	padding: 40px 0 50px 0;
}

.success-case .success-case-con .success-case-list{
	position: relative;
	height: 326px;
	width: 100%;
	overflow: hidden;
}

.success-case .success-case-con .success-case-list .success-case-img{
	float: left;
	width: 16.6%;
	height: 108px;
	border-bottom: 1px dashed #e3e3e3;
	margin-bottom: 1px;
	background: url(resources/success-case.png) 0 0 no-repeat;
}

.success-case .success-case-con .success-case-list .success-case-img.qchui{
	background-position: 0 0;
}

.success-case .success-case-con .success-case-list .success-case-img.zc{
	background-position: -200px 0;
}

.success-case .success-case-con .success-case-list .success-case-img.meng3{
	background-position: -400px 0;
}

.success-case .success-case-con .success-case-list .success-case-img.lebaixing{
	background-position: -600px 0;
}

.success-case .success-case-con .success-case-list .success-case-img.byd{
	background-position: -800px 0;
}

.success-case .success-case-con .success-case-list .success-case-img.dhcf{
	background-position: -1000px 0;
}

.success-case .success-case-con .success-case-list .success-case-img.qcd{
	background-position: 0px -108px;
}

.success-case .success-case-con .success-case-list .success-case-img.axdl{
	background-position: -200px -108px;
}

.success-case .success-case-con .success-case-list .success-case-img.qdw{
	background-position: -400px -108px;
}

.success-case .success-case-con .success-case-list .success-case-img.dsc{
	background-position: -600px -108px;
}

.success-case .success-case-con .success-case-list .success-case-img.dhd{
	background-position: -800px -108px;
}

.success-case .success-case-con .success-case-list .success-case-img.qmct{
	background-position: -1000px -108px;
}

.success-case .success-case-con .success-case-list .success-case-img.wxcl{
	background-position: 0px -216px;
}

.success-case .success-case-con .success-case-list .success-case-img.hxd{
	background-position: -200px -216px;
}

.success-case .success-case-con .success-case-list .success-case-img.dsyhw{
	background-position: -400px -216px;
}

.success-case .success-case-con .success-case-list .success-case-img.szc{
	background-position: -600px -216px;
}

.success-case .success-case-con .success-case-list .success-case-img.qcd2{
	background-position: -800px -216px;
}

.success-case .success-case-con .success-case-list .success-case-img.qch{
	background-position: -1000px -216px;
}

.success-prev,
.success-next{
	position: absolute;
	top: 50%;
	left: -92px;
	width: 42px !important;
	height: 90px !important;
	margin-top: -45px;
	background: url(resources/success-btn-bg.png) 0 -90px no-repeat;
    -webkit-transition: none;
       -moz-transition: none;
    	-ms-transition: none;
    		transition: none;
}

.success-next{
	left: auto;
	right: -92px;
	background-position: -59px -90px;
}

.success-prev.prevStop{
	background-position: 0 0;
}

.success-next.nextStop{
	background-position: -59px 0;
}























/*indexbox6*/

.wpc {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}
.diysbt {
    overflow: hidden;
    text-align: center;
}
.diysbt .b1 {
    font-weight: bold;
    overflow: hidden;
    font-size: 38px;
    color: #333;
    line-height: 40px;
}
.diysbt .b2 {
    overflow: hidden;
    font-size: 22px;
    color: #666;
    line-height: 26px;
    margin: 15px 0 0 0;
}
.diysbt .line {
    width: 69px;
    height: 1px;
    overflow: hidden;
    margin: 18px auto 0 auto;
    background: url(resources/icon_line1.png) no-repeat;
}












.indexbox6 { width: 100%; overflow: hidden; padding: 50px 0; }
.indexbox6 dl { overflow: hidden; }
.indexbox6 dl dt { width: 340px; float: left; margin: 21px 0 0 0; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
.indexbox6 dl dt .b { color: #333; font-size: 16px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 15px 10px 0 15px; font-weight: bold; }
.indexbox6 dl dt p { line-height: 18px; height: 54px; overflow: hidden; display: block; margin: 10px 10px 10px 15px; }
.indexbox6 dl dt span { margin: 0 0 15px 15px; display: block; background: url(resources/icon_time.png) left center no-repeat; padding-left: 22px; }
.indexbox6 dl dd { width: 355px; height: 60px; padding: 15px 10px 15px 15px; float: left; margin: 21px 0 0 21px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
.indexbox6 dl dd .time { background: #969393; color: #fff; width: 60px; height: 60px; overflow: hidden; text-align: center; font-family: Arial, Helvetica, sans-serif; float: left; margin-right: 15px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
.indexbox6 dl dd .time span{ display: block; font-size: 22px; margin: 10px 0 0 0; }
.indexbox6 dl dd a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; font-weight: bold; color: #333; }
.indexbox6 dl dd p { line-height: 18px; height: 36px; display: block; overflow: hidden; }
.indexbox6 dl dt.more { width: 100%; float: left; }
.indexbox6 dl dt.more a { width: 155px; line-height: 38px; border: 1px solid #000; text-align: center; margin: 10px auto 0 auto; display: block; color: #333; font-size: 14px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
.indexbox6 dl dt.more a:hover { background: #555555; color: #fff; }
.indexbox6 dl dt:hover { background: #dc0101; color: #fff; }
.indexbox6 dl dt:hover .b { color: #fff; }
.indexbox6 dl dt:hover span { background: url(resources/icon_timeb.png) left center no-repeat; }
.indexbox6 dl dd:hover { background: #dc0101; color: #fff; }
.indexbox6 dl dd:hover .time { background: #fff; color: #dc0101; }
.indexbox6 dl dd:hover a { color: #fff; }
.indexbox6 dl dt.more:hover { background: none; }
.indexbox6 .indexbox6_bt { text-align: center; overflow: hidden; padding: 30px 0 8px 0; }
.indexbox6 .indexbox6_bt ul { display: inline-block; }
.indexbox6 .indexbox6_bt ul li { float: left; line-height: 36px; margin: 0 6px; width: 106px; background: #969393; font-size: 14px; color: #fff; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; cursor: pointer; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; }
.indexbox6 .indexbox6_bt ul li.on, .indexbox6 .indexbox6_bt ul li:hover { background: #e60000; letter-spacing: 2px; }


.case .case-list{
	width:1200px;
	margin:0 auto;
}

.case .case-list li{     float: left;
    width: 16.6%;
    height: 108px;
    border-bottom: 1px dashed #e3e3e3;
    margin-bottom: 1px;}
.case .case-list li a{
	    display: block;
   padding: 0 1rem;
	
}	
.case .case-list li img{
		width:100%;
	}
.header .contact-btn {
    display: none;
   
}

.imglogo{
	display:none;
}
.bannersj{
	display:none;
}
.indexbox6_nr .j-zx-tab-item{
	display:none;
}

.indexbox6_nr .j-zx-tab-item.active {
    display: block;
}
.indexbox6 .indexbox6_bt ul li.active{
	    background: #e60000;
}
.product-list .product-img img{
	width:100%;
}
.j-zx-tab-item{
	width:1150px;
	float:left;
}


.swhite{ position:fixed;top:0;left:0;width:100%;height:100%; z-index:9999;background-color:rgba(255,255,255,0.95); }
.bar{ position:fixed; bottom:0;left:0; background:#000; width:100%; max-height:11%; box-shadow:0 -4px 5px #9A9A9A; z-index:9999; display:none;}
.plus{ max-width:640px; height:100%; margin:0 auto;background:#000000;}
.plus a{ position:relative; display:inline-block; min-width:16%; float:left; padding:1% 0; text-align:center;margin:0 1%;}
.plus a img{ width:40%; vertical-align:middle;display:inline;}
.plus a span{ display:block; margin-top:2px;  color:#838689; font-size:0.75em; z-index:99;}
.plus a.btn_plus{ margin:-4% 0 0 0; display:inline-block !important; background:url(resources/ico_btn.png) no-repeat center 0;  background-size:60% 60%; min-width:28%; padding-top:4%;}

.plusbox{position:fixed;bottom:10%; left:0; max-width:640px; padding:0 6%; z-index:9;}
.plusbox a{  position:relative;margin:20px 6px;; float:left;width:28%; text-align:center;overflow:hidden; }
.plusbox a span{ display:block;color:#616161;font-size:0.75em}
.plusbox a img{ width:100%;}


#trls_c_1{ width:1198px; margin:0 auto;}
#trls_c_2{ width:1198px; margin:0 auto;}
#trls_c_3{ width:1198px; margin:0 auto;}
#trls_c_4{ width:1198px; margin:0 auto;}
#trls_c_5{ width:1198px; margin:0 auto;}














@media screen and (max-width: 1024px){
	
.product-list .product-item .product-right .solution .solution-item .solution-logo {

    margin: 30px auto 0;
}
	
.product-list .product-img{
		width:22%;
	}
.product-list .product-right {
    float: left;
    width: 78%;
}
.product-list .product-item .product-right .solution{
	height:27rem;
}	
	
.choose-fanwe .we-power .we-power-left{
	width:12;
}	
.choose-fanwe .we-power .we-power-right{
	width:82%;
	padding-left:2%;
}	
.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-left, .choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-right {
    position: relative;
    width: 50%;
    height: 100%;
    padding-left: 0px; 
    display: table;
}
.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-tit {

    width: 80%;
}
.superiority-list .superiority-product {
    width: 20%;
}
.superiority-list .superiority-team {
    width: 20%;
}
.superiority-list .superiority-customer {
    width: 20%;
}
.superiority-list .superiority-cooperation {
    width: 20%;
}
	
.superiority-list .superiority-technique {
    width: 20%;
    padding-left: 2rem;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: b;
    box-sizing: border-box;
}

.product-list .product-right .product-info .product-info-item {

    width: 215px !important;


}
.case .case-list {
     width: 98%;
    margin: 0 auto;
}	
.wpc {
    width: 100%;
}
.wpc .indexbox6_nr{
	width:98%;
	margin:0 auto;
}
.j-zx-tab-item {
    width: 100%;
}
.indexbox6 dl dt {
    width: 21%;

}
.indexbox6 dl dt img{
	width:100%;
}
.indexbox6 dl dd {
    padding: 10px 10px 10px 10px;
}	
	
.footer .footer-block.w-25 {
    width: 20%;
}
.footer .footer-block.w-29 {
    width: 25%;
}
.footer .footer-block.w-34 {
    width: 29%;
}
.wrap{
	width:98%;
}
	
.footer .w-29 img{
	width:100%;
}
.footer .footer-top {
    background: #535353;
    padding-top: 27px;
    padding-bottom: 10px;
}


.success-case .tit-bg {
    padding: 30px 20px;
}
	
	
	
	
	
	
	
}









@media screen and (max-width: 1200px){
	
	
	
.product-list .product-img{
		width:22%;
	}
.product-list .product-right {
    float: left;
    width: 78%;
}
.product-list .product-item .product-right .solution{
	height:27rem;
}	
	
	
	
	
	
	
	
}
















@media screen and (max-width: 768px){
	
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}	

html {
    font-size: 25px;
}	

#hdw{
	   background: #fff;
    padding: 0;
    height: 2.2rem;
}	
.header {
    background: #fff;
    height: 2.2rem;
}
#hd {
    width: 100%;
    height: 2.1rem;
    border-bottom: 1px solid #ccc;
}

.header .logo {
    height: 1.2rem;
}
.header .logo img{
    width:100%;
}

#hd .nav li.current {
	border-top: none;
    border-bottom: 3px solid #4e89c5;
}

#hd .nav li a{
	    box-sizing: border-box;
    height: 1.6rem;
    line-height: 1.6rem;
	padding:0px;
	text-align:center;
}

#hd .nav{
	width:100%;
}
#hd .nav li {
    width: 20%;
}
#hd .nav li .a_top {
    padding: 0 0px;
}

#hd .nav {
    position: absolute;
    top: 55px;
    right: 0;
	display:none;
	    background: #fff;
    border-bottom: 1px solid #ccc;
}


.header .contact-btn {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 1.4rem;
    border: 1px solid #dcdcdc;
    margin-left: .6rem;
	    position: absolute;
    right: 25px;
    top: 8px;
}

.imglogow{
	display:none;
}
.imglogo{
	display:block;
}

.header .logo img {
    width: 65%;
    margin-left: 10px;
}


.bannersj{
	display:block !important;
}

.blank85 {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
}

























.main_adv_box .main_adv_img {
    position: relative;
    height: auto;
    z-index: 0;
}
.main_adv_box {

    height: auto;

}
.tempWrap ul{
	height: auto;
}
.main_adv_img{
	height:175px !important;
}



.superiority-list{
	display:none;
}

.product-list .product-img{
	display:none;
}

.product-list .product-right {
    float: none;
    width: 100%;
}

.product-list .product-item .product-right .solution .solution-item .solution-txt {
    line-height: 1rem;
    font-size: 0.5rem;

}
.product-list .product-item .product-right .solution .solution-item {
    height: auto;
	padding:0px;
}
.product-list .product-item .product-right .solution .solution-item .solution-logo {
    margin: 10px auto 0;
}

.product-list .product-item .product-right .solution {
    height: auto;
}

.product-list .product-item .product-right .product-new .new-list{
	width:100%;
	height: auto;
	    padding-top: 0.5rem;
}
.product-list .product-item .product-right .product-new .new-list .new-item{
	width:50%;
	 padding:0px;
	 height: 2.5rem;
}
.product-list .product-item .product-right .product-new .new-list .new-item img {
    width: 3.2rem;
    height: 2.4rem;
    float: left;
    margin-right: 0.1rem;
	margin-left: 0.1rem;
}
.product-list .product-item .product-right .product-new .new-list .new-con {
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 2.5rem;
    margin-bottom: 5px;
}
.product-list .product-item .product-right .product-new {
    height: auto;
}
.product-list .product-item .product-right .o2o.active{
	 height: auto;
	
}
.product-list .product-item .product-right .solution.o2o .solution-item .solution-txt {
    line-height: 1rem;
    font-size: 0.5rem;
}

.product-list .product-right .product-info .product-info-item{
	width:32% !important;
	padding:0px;
	margin-left: 0.5%;
	height: auto !important;
	    margin-bottom: 0.3rem;
	
}

.product-list .product-right .product-info .tempWrap, .product-list .product-right .product-info .swiper-wrapper{
	width:100% !important;
    height: 230px;
}
.product-list .product-right .product-info .product-info-item .product-logo {
    width: 100%;
    height: 70px;
    padding-top: 0.5rem;
    box-sizing: content-box;
}
.product-list .product-right .product-info .product-info-item .product-name {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.5rem;

}
.product-list .product-right .product-info .product-info-item .bief-list .bief-item{
	    text-indent: 0px;
    background: none;
	    font-size: 0.3rem;
    line-height: 0.8rem;
	height: 0.8rem;
    overflow: hidden;
}

.product-list .product-right .product-info {
    height: auto;
	    padding-top: 0.3rem;
}


.product-list {
    padding-bottom: 0px;
}
.choose-fanwe{
	
}
.choose-fanwe .warp{
	
	width;100%;
}
.choose-fanwe .section-tit {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
    color: #222;
}
.choose-fanwe .we-power {
    padding-top: 15px;
}
.choose-fanwe .we-power .we-power-left {
    float: none;
    width: 100%;
    border: 2px solid #a6a6a6;
    padding-top: 15px;
    padding-bottom: 38px;
}
.choose-fanwe .we-power .power-item {
    width: 24%;
    text-align: right;
    padding: 8px 0;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    float: left;
	left:0px !important;
}
.choose-fanwe .we-power .we-power-right {
    width: 98%;
   margin:0 auto;
}
.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-tit {
    line-height: 21px;
    font-size: 14px;
    padding-top: 3px;
}
.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-tit p {
    line-height: 16px;
    font-size: 12px;
    padding-top: 1px;
}
.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.gaoxin{

	height: 56px !important;
}

.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo.team {

	height: 56px;
}
.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-logo {
    position: initial;
    height: 56px;
   margin: 0 auto;
}
.choose-fanwe .we-power .we-power-right .zizhi-item .zizhi-tit {
    width: 98%;
	    text-align: center;
	    display: block;
}
.choose-fanwe .we-power .we-power-right .zizhi-item {
    height: 230px;
    border-bottom: 1px dashed #e4e4e4;
}









.success-case .success-case-con .success-case-list .success-case-img{
	
	    width: 33.33%;
    float: left;
    padding: .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	height: 3.2rem;
}
.success-tit-con{
	display:none;
}
.success-case .tit-bg {
    padding: 0;
    background: #fff;
}
.success-case .tit-bg .section-tit {
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.6rem;
    color: #444;
    padding-left: 0.5rem;
}
.success-case .tit-bg .blue-line{
	display:none;
}
.product-list .product-right .product-info .product-info-item .bief-list {
    padding-top: 15px;

}
.product-list .product-right .product-info .product-info-item .show-more-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}
.case {
    padding: 0 .4rem;
}
.case .case-list{
	width:100%;
}
.case .case-list li {
    width: 33.33%;
    float: left;
    padding: .4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	    height: 3.2rem;
}

.case .case-list li a img {
    display: block;
    width: 100%;
}
.case .case-list li a {
    display: block;
    padding: 0 ;
}

.success-case .success-case-con {
    position: relative;
    padding: 0px 0 0px 0;
}
.indexbox6{
}
.indexbox6 dl dt{
	display:none;
}

.diysbt .b1 {
    font-weight: bold;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 21px;
}
.diysbt .b2 {
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 21px;
    margin: 5px 0 0 0;
}
.indexbox6 .indexbox6_bt {
    text-align: center;
    overflow: hidden;
    padding: 3px 0 3px 0;
}
.indexbox6 .indexbox6_bt ul li {
    float: left;
    line-height: 31px;
    margin: 1px 2px;
    width: 32%;
    background: #969393;
    font-size: 14px;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.indexbox6 dl dd {
    padding: 5px 5px 5px 5px;
}
.indexbox6 dl dd {
    width: 100%;
    height: 60px;
    float: left;
    margin: 1px 0 0 1px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.time {
    margin-top: 0px;
}
.indexbox6 dl dd .time {
    margin-right: 10px;
}
.footer .footer-block.w-29{
	display:none;
}
.footer .footer-block.w-25 {
    width: 60%;
    float: right;
}
.footer .footer-block.w-34 {
    width: 60%;
    float: right;
}
.footer .footer-top .wrap{
	width:100%;
}

.footer .footer-block.w-12 {
    width: 40%;
}
.footer .footer-block .footer-tit {
    margin-bottom: 0px;
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}
.footer .footer-block p{
	
}
.footer .footer-block .footer-tit {
    margin-bottom: 0px;
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    float: left;
}

.footer .footer-block .hot-line {
    margin-bottom: 5px;
    font-size: 0.8rem;
    line-height: 0.8rem;
}



.footer .w-34  .footer-tit{
	float:none;
}


.footer .footer-block p {
    margin-bottom: 5px;

}
.footer .footer-top {
    background: #535353;
    padding-top: 20px;
    padding-bottom: 5px;
}
.footer .footer-block p.mb-10 {
    margin-bottom: 2px;
}
.footer .footer-block .footer-ewm{
	margin:0 auto;
}
.footer .footer-block p.ml {
    text-align: center;
}
.footer .w-12 .footer-tit{
	    text-align: center;
    float: none;
    margin-bottom: 5px;
}

.footer .footer-block .footer-tit:after {
	background:none;
}
.footer .footer-bottom {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #454545;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    color: #a4a4a4;
}
.db{
	display:none;
}
.product-list .product-tit {
    display: block;
    width: 100%;
    padding-top: 1rem;
    line-height: 1rem;
    font-size: 1rem;
    color: #292828;
    padding-left: 0px;
    text-indent: 10px;
    margin-bottom: 5px;
}

.software-list .software-type{
	height:auto !important;
	    margin-right: 3px;
		min-height:162px;
	
}
.software-list .software-type .software-item {
    height: 30px !important;
    line-height: 30px !important;

}

.software-list{
	top:98px;
}
.about-us{
	left:-24px;
}


.about-us .about-us-item {
    height: 37px !important;
    line-height: 37px !important;

}


.software-list .software-type{
	width:49%;
}


.product-list .product-item .product-right .solution.o2o .solution-item .solution-logo {
    margin: 10px auto 0;

}
#LRfloater2{
	width: 100% !important;
	max-width:420px;
}
#LRMINIWIN{
	width: 100% !important;
	max-width:420px;
}
#tab .tabCon {
    width: 91%;
}

#dowebok .container {
    width: 98%;
}
.page1 .page1-left {
   padding: 135px 0 0 0;
    width: 46.7%;
    /* height: 400px; */
    box-sizing: border-box;
}

.page1-right {
    right: 0;
    width: 51.8%;
    position: absolute;
    top: 50%;
    margin-top: -38px;
	    height: 120px;
}
.page1-left h2 {
    height: 21px;
    font-size: 16px;
}
.page1 .page1-left p {
    font-size: 14px;
}
.page1 .page1-left p.text2 {
    font-size: 12px;
    color: #fff;
    padding: 8px 0;
	line-height: 21px;
}
.page1 {
    width: 100%;
    height: 320px;
}





.page1-zc .page1-zc-left {
   padding: 135px 0 0 0;
    width: 46.7%;
    /* height: 400px; */
    box-sizing: border-box;
}

.page1-zc-right {
    right: 0;
    width: 51.8%;
    position: absolute;
    top: 50%;
    margin-top: -38px;
	    height: 120px;
}
.page1-zc-left h2 {
    height: 21px;
    font-size: 16px;
}
.page1-zc .page1-zc-left p {
    font-size: 14px;
}
.page1-zc .page1-zc-left p.text2 {
    font-size: 12px;
    color: #fff;
    padding: 8px 0;
	line-height: 21px;
}
.page1-zc {
    width: 100%;
    height: 320px;
}




.page2 .page2-tit h2, .page3 .page3-top h2, .page4 .page4-top h2, .pro-table .page3-top h2 {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    color: #2d2d2d;
    position: relative;
}
.page2 .page2-tit h2:before, .page3 .page3-top h2:before, .pro-table .page3-top h2:before {
    content: "";
    width: 80%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 55%;
    margin-left: -140px;
    background: url(resources/tit__1.png) no-repeat;
    background-size: 83%;
}
.page2-con .show-pic {
    width: 50%;
    margin-right: 5px;
}
.page2-con {
    padding: 25px 0 0px 0;
    line-height: 30px;
}
.page2-con .show-text {
    width: 48%;
    font-size: 12px;
    padding-right: 0px;
    line-height: 13px;
}
.page2-con .show-text .show-text-top {
    padding: 0px 0;
}
.page2-con .show-text .btns a {
    display: inline-block;
    line-height: 31px;
    font-size: 12px;
    border: 1px solid #2195e5;
    border-radius: 20px;
    padding: 0 15px;
    color: #2195e5;
    margin-right: 0px;
}
.page2-con .show-text .btns {
    padding: 10px 0 0 0;
}
.page2 .page2-bot {
    text-align: center;
    font-size: 12px;
    color: #2d2d2d;
    padding: 15px 0 20px 0;
}
.fn-list {
    padding: 15px 15px;
}
.fn-list li {
    perspective: 1200px;
    float: left;
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    width: 100%;
    height: 284px;
    box-sizing: border-box;
    line-height: 21px;
    margin: 10px 10px 10px 10px;
    position: relative;
    transition: 1s transform;
    perspective: 1200px;
}
.fn-list li .band {
    transition: 1s transform;
    background: #fff;
    transform-style: preserve-3d;
    position: relative;
    height: 290px;
}
.page4-top {
    text-align: center;
    font-size: 16px;
    color: #2d2d2d;
    line-height: 21px;
}
.page4-list {
    padding: 30px 0 0;
}
.page4-list li .page4-list-con {
      padding: 2px 0px 0;
    position: relative;
    font-size: 12px;
    line-height: 21px;
}
.pro-tab-list {
    padding: 10px 0 0 0;
}
.pro-tab-list ul {
    width: 25%;
}
.pro-tab-list ul .pro-tab-list-title {
    line-height: 35px;
    height: 35px;
    font-size: 16px;
}
.pro-tab-list ul .pro-tab-list-zx {
height: 30px;
    line-height: 30px;
    line-height: 30px !important;
    font-size: 12px;
}
.pro-tab-list ul li .zx-btn {
    left: 50%;
    top: 70%;
    position: absolute;
    width: 90%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #357fe8;
    font-size: 12px;
    margin-left: -41px;
    margin-top: -20px;
}
.pro-tab-list ul .pro-tab-list-zx2 {
    height: 40px;
    border-top: 1px solid #a6a6a6;
	line-height:40px !important;
}
.pro-tab-list ul li {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    position: relative;
}
.l_news{
	display:none;
}


.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    padding: 0px;
	width:100%;

}
.slideTxtBox .hd ul li {
    float: left;
    display: block;
    width: 108px;
    height: 27px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background: #fff;
    border-radius: 12px;
    margin: 0 4px 5px 2px;
    text-indent: 0;
    font-size: 12px;
}
.slideTxtBox .hd {
    height: 48px;
    line-height: 30px;
}




.slideTxtBox2 .hd {
    height: 30px;
    line-height: 30px;
    padding: 0px;
	width:100%;

}
.slideTxtBox2 .hd ul li {
    float: left;
    display: block;
    width: 108px;
    height: 27px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background: #fff;
    border-radius: 12px;
    margin: 0 4px 5px 2px;
    text-indent: 0;
    font-size: 12px;
}
.slideTxtBox2 .hd {
    height: 48px;
    line-height: 30px;
}




.contain {
    width: 98%;
}
.c_news {
    width: 98%;
    margin: 0 0 0 5px;
}
.cn_item {
    float: left;
    margin-right: 10px;
    background: #fff;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 4px;
    border: 2px solid #fff;
}
.cn_item p.cn_des {
    color: #666;
    margin: 0px 0 0 0;
    line-height: 13px;
    padding-right: 10px;
    font-size: 12px;
}
.ournews .bd {
    height: 628px;
    position: relative;
    width: 100%;
}
#menu {
    margin-top: 53px;
}
.ptoto-banner {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.photo-banner-content-in-in {
    width: 30%;
    height: 30%;
    border: 2px solid #434343;
    background: #3bb58c;
    margin-left: -70px;
    margin-top: -94px;
}
.photo-banner-content-in-in {
    padding: 30px 0 0 0;
    position: relative;
}
.photo-banner-content-in-in h2 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

.photo-banner-content-in-in-jp{
    width:330px;
    height:330px;
   
    /*background: url("resources/jp-2-m.png") no-repeat;*/
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-jp{
    padding:90px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-jp h2{
    text-align: center;
    color: #DF0101;
    font-size:22px;
	font-weight:bold;
    font-weight: bold;
    line-height:50px;
}

.photo-banner-content-in-in-dswzxt{
    width:330px;
    height:330px;
   
    margin-left:65px;
    margin-top:-115px;

}
.photo-banner-content-in-in-dswzxt{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-dswzxt h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}

.photo-banner-content-in-in-pt{
    width:330px;
    height:330px;
   
    background: url("resources/pt-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-pt{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-pt h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}

.photo-banner-content-in-in-db{
    width:330px;
    height:330px;
   
    /* background: url("resources/db-2-m.png") no-repeat; */
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-db{
    padding:45px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-db h2{
    text-align: center;
    color: #000;
    font-size:22px;
    font-weight: bold;
    line-height:72px;
}

.photo-banner-content-in-in-wm{
    width:330px;
    height:330px;
   
    background: url("resources/wm-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-wm{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-wm h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}

.photo-banner-content-in-in-tbk{
    width:330px;
    height:330px;
   
   background: url("resources/tbk-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-tbk{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-tbk h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-qpyxpt{
    width:330px;
    height:330px;
   
    background: url("resources/qpyxpt-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-qpyxpt{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-qpyxpt h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-nn{
    width:330px;
    height:330px;
   
    background: url("resources/nn-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-nn{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-nn h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-sss{
    width:330px;
    height:330px;
   
    background: url("resources/sss-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-sss{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-sss h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-zjh{
    width:330px;
    height:330px;
   
    background: url("resources/zjh-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-zjh{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-zjh h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-ddz{
    width:330px;
    height:330px;
   
    background: url("resources/ddz-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-ddz{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-ddz h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-mj{
    width:330px;
    height:330px;
   
    background: url("resources/mj-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-mj{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-mj h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}



.photo-banner-content-in-in-sjfxxt{
    width:330px;
    height:330px;
   
    background: url("resources/sjfxxt-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-sjfxxt{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-sjfxxt h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-zxzbxt{
    width:330px;
    height:330px;
   
    background: url("resources/zxzbxt-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-zxzbxt{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-zxzbxt h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-dyspxt{
    width:330px;
    height:330px;
   
    background: url("resources/dyspxt-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-dyspxt{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-dyspxt h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-nrffxt{
    width:330px;
    height:330px;
   
    background: url("resources/nrffxt-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-nrffxt{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-nrffxt h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-kcwzxt{
    width:330px;
    height:330px;
   
    background: url("resources/kcwzxt-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-kcwzxt{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-kcwzxt h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-pk10{
    width:330px;
    height:330px;
   
    background: url("resources/pk10-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-pk10{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-pk10 h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-ssc{
    width:330px;
    height:330px;
   
    background: url("resources/ssc-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-ssc{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-ssc h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
}


.photo-banner-content-in-in-xyft{
    width:330px;
    height:330px;
   
    background: url("resources/xyft-2-m.png") no-repeat;
    margin-left:65px;
    margin-top:60px;

}
.photo-banner-content-in-in-xyft{
    padding:50px 0 0 0;
    position: relative;

}
.photo-banner-content-in-in-xyft h2{
    text-align: center;
    color: #fff;
    font-size:52px;
    font-weight: bold;
    line-height:70px;
	
}
.photo-banner-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/1.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-dswzxt {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/dswzxt-m.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-jp {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("http://qiniu.nicebar.top/templets/default/images/01zclxt/jp/jp-m.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-pt {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/pt-m.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-db {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("http://qiniu.nicebar.top/templets/default/images/01zclxt/db/db-m.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-wm {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/wm-m.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-tbk {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/tbk-m.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-qpyxpt {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/qpyxpt.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-nn{
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/nn.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-sss {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/sss.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-zjh {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/zjh.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-ddz {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/ddz.png") center center no-repeat;
    background-size: 100%;
}

.photo-banner-bg-mj {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/mj.png") center center no-repeat;
    background-size: 100%;
}


.photo-banner-bg-sjfxxt {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("http://qiniu.nicebar.top/templets/default/images/04sjfxxt/sjfxxt-m.png") center center no-repeat;
    background-size: 100%;
}


.photo-banner-bg-zxzbxt {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("http://qiniu.nicebar.top/templets/default/images/04sjfxxt/zxzbxt/zxzbxt-m.png") center center no-repeat;
    background-size: 100%;
}


.photo-banner-bg-dyspxt {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("http://qiniu.nicebar.top/templets/default/images/04sjfxxt/dyspxt/dyspxt-m.png") center center no-repeat;
    background-size: 100%;
}


.photo-banner-bg-nrffxt {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("http://qiniu.nicebar.top/templets/default/images/04sjfxxt/nrffxt/nrffxt-m.png") center center no-repeat;
    background-size: 100%;
}


.photo-banner-bg-kcwzxt {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/kcwzxt-m.png") center center no-repeat;
    background-size: 100%;
}


.photo-banner-bg-pk10 {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/pk10-m.png") center center no-repeat;
    background-size: 100%;
}


.photo-banner-bg-ssc {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/ssc-m.png") center center no-repeat;
    background-size: 100%;
}


.photo-banner-bg-xyft {
    width: 100%;
    height:100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("resources/xyft-m.png") center center no-repeat;
    background-size: 100%;
}
.photo-share-pay {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 15px 0 0 15px;
    width: 95%;
}

.photo-share-pay-dswzxt {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-dswzxt.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-dswzxt {
    text-align: left;
    font-size: 12px;
    color: #000;
    padding: 5px 0 0 15px;
    width: 95%;
	line-height: 15px;
}

.photo-share-pay-jp {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-jp.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-jp {
    text-align: left;
    font-size: 13px;
    color: #000;
    padding: 6px 0 0 15px;
    width: 95%;
	line-height:14px;
}

.photo-share-pay-pt {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-pt.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-pt {
    text-align: left;
    font-size: 12px;
    color: #fff;
    padding: 15px 0 0 15px;
    width: 95%;
	line-height:14px;
}

.photo-share-pay-db {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-db.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-db {
    text-align: left;
    font-size: 13px;
    color: #000;
    padding: 6px 0 0 15px;
    width: 95%;
	line-height:14px;
}

.photo-share-pay-wm {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-wm.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-wm {
    text-align: left;
    font-size: 10px;
    color: #000;
    padding: 5px 0 0 15px;
    width: 95%;
	line-height:14px;
}

.photo-share-pay-tbk {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-tbk.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-tbk {
    text-align: left;
    font-size: 10px;
    color: #000;
    padding: 5px 0 0 15px;
    width: 95%;
}


.photo-share-pay-qpyxpt {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-qpyxpt.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-qpyxpt {
    text-align: center;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}


.photo-share-pay-nn {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-nn.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-nn {
    text-align: center;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}


.photo-share-pay-sss {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-sss.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-sss {
     text-align: center;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}

.photo-share-pay-zjh {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-zjh.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-zjh {
    text-align: center;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}

.photo-share-pay-ddz {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-ddz.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-ddz {
    text-align: center;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}

.photo-share-pay-mj {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-mj.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-mj {
     text-align: center;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}


.photo-share-pay-sjfxxt {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-sjfxxt.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-sjfxxt {
      text-align:left;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}



.photo-share-pay-zxzbxt {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-zxzbxt.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-zxzbxt {
       text-align: left;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}



.photo-share-pay-dyspxt {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-dyspxt.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-dyspxt {
       text-align: left;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}



.photo-share-pay-nrffxt {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-nrffxt.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-nrffxt {
       text-align: left;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}



.photo-share-pay-kcwzxt {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-kcwzxt.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-kcwzxt {
      text-align: center;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}



.photo-share-pay-pk10 {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-pk10.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-pk10 {
        text-align: center;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}



.photo-share-pay-ssc {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-ssc.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-ssc {
       text-align: center;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}



.photo-share-pay-xyft {
    height: 91px;
    width: 100%;
    margin: 30px auto;
    background: url("resources/pay-bg-xyft.png") no-repeat;
    background-size: 100%;
    font-size: 12px;
}
.photo-share-pay-r-xyft {
    text-align: center;
    font-size: 13px;
    color: #000;
    padding: 15px 0 0 15px;
    width: 95%;
}
.photo-share-dec .container {
    width: 98%;
}

.photo-share-dec-jp .container {
    width: 98%;
}

.photo-share-dec-db .container {
    width: 98%;
}
.photo-share-dec-db2 .container {
    width: 98%;
}

.menu-con-in h2 {
    text-align: center;
    font-size: 18px;
    color: #2d2d2d;
}
.photo-share-title {
    padding: 20px 0;
}
.photo-share-dec-in {
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #2d2d2d;
    line-height: 26px;
}
.photo-share-dec-pic {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic.png") no-repeat;
    background-size: 100%;
}

.photo-share-dec-pic-dswzxt {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-dswzxt-m.png") no-repeat;
    background-size: 100%;
}

.photo-share-dec-pic-jp {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-jp.png") no-repeat;
    background-size: 100%;
}

.photo-share-dec-pic-jp2 {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-jp2.png") no-repeat;
    background-size: 100%;
}

.photo-share-dec-pic-pt {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-pt.png") no-repeat;
    background-size: 100%;
}

.photo-share-dec-pic-db {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-db.png") no-repeat;
    background-size: 100%;
}

.photo-share-dec-pic-db2 {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-db2.png") no-repeat;
    background-size: 100%;
}

.photo-share-dec-pic-wm {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-wm.png") no-repeat;
    background-size: 100%;
}

.photo-share-dec-pic-tbk {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-tbk.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-qpyxpt {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-qpyxpt.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-nn {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-nn.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-sss {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-sss.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-zjh {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-zjh.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-ddz {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-ddz.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-mj {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-mj.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-sjfxxt {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-sjfxxt.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-zxzbxt {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-zxzbxt.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-dyspxt {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-dyspxt.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-nrffxt {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-nrffxt.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-kcwzxt {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-kcwzxt.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-pk10 {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-pk10.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-ssc {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-ssc.png") no-repeat;
    background-size: 100%;
}


.photo-share-dec-pic-xyft {
    width: 100%;
    height: 395px;
    display: block;
    margin: 0px auto;
    background: url("resources/share-dec-pic-xyft.png") no-repeat;
    background-size: 100%;
}
.photo-share-dec {
    height: 620px;
}

.photo-share-youshi .container {
    width: 98%;
}
.photo-share-youshi-list li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}

.photo-share-youshi-list-dswzxt li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-dswzxt li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}

.photo-share-youshi-list-jp li {
    width: 100%;
    height: 230px;
    float: left;
}
.photo-share-youshi-list-jp li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}

.photo-share-youshi-list-pt li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-pt li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}

.photo-share-youshi-list-db li {
    width: 100%;
    height: 240px;
    float: left;
}
.photo-share-youshi-list-db li .youshi-text {
    padding: 0 0px;
    padding-top: 195px;
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}

.photo-share-youshi-list-wm li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-wm li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}

.photo-share-youshi-list-tbk li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-tbk li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}


.photo-share-youshi-list-qpyxpt li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-qpyxpt li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}


.photo-share-youshi-list-nn li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-nn li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}


.photo-share-youshi-list-sss li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-sss li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}


.photo-share-youshi-list-zjh li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-zjh li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}


.photo-share-youshi-list-ddz li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-ddz li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}


.photo-share-youshi-list-mj li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-mj li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}



.photo-share-youshi-list-sjfxxt li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-sjfxxt li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}



.photo-share-youshi-list-zxzbxt li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-zxzbxt li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}



.photo-share-youshi-list-dyspxt li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-dyspxt li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}



.photo-share-youshi-list-nrffxt li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-nrffxt li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: left;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}



.photo-share-youshi-list-kcwzxt li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-kcwzxt li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}



.photo-share-youshi-list-pk10 li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-pk10 li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}



.photo-share-youshi-list-ssc li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-ssc li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}



.photo-share-youshi-list-xyft li {
    width: 100%;
    height: 330px;
    float: left;
}
.photo-share-youshi-list-xyft li .youshi-text {
    padding: 0 0px;
    padding-top: 185px;
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}
.page-show-container .container{
	width:98%;
	
}
.menu-page1{
		width:98%;
		margin: 0 auto;
}

.menu-page1 .menu-page1-top {
    padding: 10px 0;
}
.menu-title-bg {
    margin-bottom: 80px;
	height: 290px;
}
.play-page {
    padding: 0px 0;
    position: absolute;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
	    width: 100%;
}
#banner-main2 {
    width: 100%;
    min-height: 310px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.banner-in2 .banner-item2 img{
	width:355px;
}
.banner-in2 .banner-item2 {
    padding: 0 10px;
}
#banner-main .arrow-l, #banner-main .arrow-r, #banner-main2 .arrow-l, #banner-main2 .arrow-r {
    top: 35%;
}
.banner-in2 {
    height: 322px;
}
.photo-baojia .container{
	width:100%;
}
.dot-list {
    left: 47%;
    bottom: 10px;
    height: 50px;
    position: absolute;
    margin-left: -46px;
}
.menu-page1 .menu-page1-top h2 {
    font-size: 21px;
    padding: 0px 0;
}
.photo-baojia p {
    padding: 5px 0;
    color: #2d2d2d;
    font-size: 14px;
}
.menu-page1 .container{
	width:100%;
}



.banben {
    padding: 0px 0px;
	padding-top:30px;
}
.banben .banben-item {
    width: 33%;
    min-height: 260px;
    background-color: #cee3ff;
    position: relative;
    padding: 0 20px 25px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.banben .banben-item .banben-item-top .banben-tit {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}
.banben .banben-item .banben-item-top {
    padding-top: 10px;
    text-align: center;
}

.banben .banben-item .wenda-banben-list li {
    line-height: 28px;
    font-size: 14px;

}
.banben .banben-item .advice {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    display: inline-block;
	    position: initial;
		margin-left:0px;
		
}
.banben {

    min-height: 410px;
}
.update-box {
    padding: 0px 0px;
    font-size: 12px;
    color: #2d2d2d;
    line-height: 21px;
    position: relative;
}
.update-pic {
    width: 50%;
    padding: 0 0 0 10px;
}
.update-pic2 {
    width: 50%;
    padding: 0 0px 0 10px;
}
.update-text {
    width: 50%;
    padding-left: 10px;
    position: relative;
}
.update-text2 {
    padding-right: 10px;
}
.update-list {
    padding: 30px 0;
}
.update-box-wrap {
    padding: 75px 0;
}
.serverC .wrap ul li {
     float: none; 
}

.wpb {
    width: 98%;
}

.newspicbo {
    height: 320px;

}
.footer .foot_main .foot_lx {
    width: 98%;
    height: 380px;
    float: left;
    margin-left: 5px;
}
.footer .foot_main .foot_lx .tel b {
    color: #e05b2f;
    font-size: 16px;
    font-weight: normal;
}

.footer .foot_main .foot_about {
    width: 98%;
    height: 310px;
    padding: 0 10px;
    float: left;
   border-left: none; 
    border-right:none; 
}
.footer .foot_main .foot_about .nr {
    height: 115px;
    overflow: hidden;
    margin: 5px 0 5px 0;
}
.footer .foot_main .foot_ewm .foot_ewm_pic {
    position: absolute;
    left: -11px;
    top: 0px;
}
.footer .foot_main .foot_about{
	display:none;
}
.footer .foot_main .foot_ewm dl {
    float: right;
    padding: 150px 0 0 0px;
    width: 100%;
}
.footer .foot_main .foot_ewm dt {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.footer .foot_main .foot_lx dd {
    overflow: hidden;
    height: 31px;
    line-height: 31px;
    float: left;
    width: 250px;
    margin: 5px 0;
}
.bar{
	display:block;
}












.slideTxtBox ul.tab_menu {
    height: 60px;
    display: block;
    line-height: 30px;
    padding: 0 10px 0 10px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.slideTxtBox ul.tab_menu li {
    margin: 0 15px 5px 0px;
}



.slideTxtBox2 ul.tab_menu {
    height: 60px;
    display: block;
    line-height: 30px;
    padding: 0 10px 0 10px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.slideTxtBox2 ul.tab_menu li {
    margin: 0 15px 5px 0px;
}


#trls_c_1{ width:auto; margin:0 auto;}
#trls_c_2{ width:auto; margin:0 auto;}
#trls_c_3{ width:auto; margin:0 auto;}
#trls_c_4{ width:auto; margin:0 auto;}
#trls_c_5{ width:auto; margin:0 auto;}

.news_ban {

    margin-top: 55px;
	background-size: 100%;
	    height: 190px;
		background-image:url(resources/news33.png) !important;
}
.news_bans {

    margin-top: 55px;
	background-size: 100%;
	    height: 190px;
		background-image:url(resources/all.png) !important;
}
.news_wz .fr {
  display:none;
}
.news_left {
    width: 100%;
     float: none; 
	 padding-bottom: 25px;
}
.news_right {
   width: 100%;
     float: none; 
}
.news_list li {
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px dashed #D2D2D2;
}
.news_list li .time {
    float: left;
    width: 40px;
    height: 70px;
    line-height: 75px;
    color: #999;
    padding: 0 0 0 0px;
    background: url(resources/icon_clock.png) 0px 0px no-repeat;
}

.news_list li .pic img{
	display:none;
}

.news_box {
    background: #fff;
    overflow: hidden;
    padding: 10px 10px 0;
    position: relative;
    margin-top: 10px;
}
.news_list li .time span {
margin: -18px 0 0 1px;
    font-size: 12px;
	line-height: 14px;
}

.news_list li .time b {
    font-size: 21px;
    float: left;
}
.wpb {
    width: 100%;
}
.news_line{
	display:none;
}
.news_list li .cs {
    color: #999;
    overflow: hidden;
    height: 16px;
	font-size: 12px;
}
.news_list li .sm {
    overflow: hidden;
    height: auto;
    line-height: 22px;
    margin: 5px 0 0 0;
}
.article_nav {
    width: 100%;
    background: #f4f4f4;
    border-radius: 3px;
    box-shadow: 0 2px 2px #e3e3e5;
    margin-bottom: 20px;
    height: 74px;
}

.news_anb {
    width: 47%;
    float: left;
    margin-left: 1%;
}
#news_fd{
	display:none;
}

.news_view .news_view_bt {
    height: 95px;

}
.news_view .news_view_bt .news_view_tb {
    height: 68px;
}
.news_view .news_view_bt .news_view_time {
    right: 15px;
    width: 100px;
	top: 60px;
}
.news_lmbt {
    width: 100%;
}



.diysix{
	width:100%;
	padding: 5px 15px 15px;
    margin: 5px auto;
}
.wangzhan {
    overflow: hidden;
    padding: 10px 0;
}
.wangzhan .wzt .img {
    float: left;
    margin-left: 0px;
	margin-bottom:20px;
	
}
.wangzhan .wzt {
    height: auto;
    margin-top: 0px;

}
.wangzhan .wzt .img img{
    width:100%;
	height:100%;
}

.wangzhan .wzt .txt {
    width: 100%;
    float: none;
    margin-right: 0px;
    padding-top: 0px;
}
.wangzhan .wzt .txt .title {
    font-size: 21px;
}
.wangzhan .wzt .txt .con {
    color: #b9b9b9;
    font-size: 14px;
    padding-top: 4px;
    line-height: 23px;
}
.wangzhan .wzt .txt ul li{
	text-align:center;
}
.wangzhan .wzt .txt .con2 {
    padding: 10px 0;
}
.parttwoly .linebg {
    width: 80%;
    margin-top: 15px;
    margin-bottom: 8px;
}
.parx {
    width: 100%;
}
.parx li {
    float: left;
    margin: 15px 10px;
}
.parx li .parleft {
    float: none;
    width: 100%;
    height: 90px;
}

.parx li .parright {
    float: none;
    width: 100%;
    padding-top: 25px;
}

.parx li .parright .top {
    font-size: 16px;
	text-align: center;
}
.parx li .parright .spc {
    font-size: 14px;
    padding-top: 5px;
}
.vwleft {
    width: 100%;
    float: none;
    padding-right: 0px;
}
.vwform {
    overflow: hidden;
    padding: 0px 0px 0 0px;
}
.vwright {
    border-left: none;
    width: 100%;
    float: none;
    padding-left: 0px;
}
.vwright .vqone{
display:none;
}

.vw_xun {
    padding: 5px 0 5px 0;
}
.partsix {
    margin: 35px 0 40px 0;
    overflow: hidden;
}
.partsix .linchen ul li {
    display: inline-block;
    height: 70px;
    width: 15%;
    text-align: center;
}
.partsix .linchen .leftico {
    width: 41%;
}
.WeBody {
    width: 100%;
	    padding-bottom: 10px;
}
.WeBodyHead.bj2 {
    width: 100%;
	    height: 65px;
		background-position:116% top;
}

.WeBodyTopRight{
	display:none;
}
.WeBodyTopLeft {
    width: 100%;
    height: 120px;
    float: none;
}
.WeBodyTop {
    width: 100%;
    height: 130px;
}
.fri_show {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}
.fri_show .nav_show {
    width: 65px;
    height: 65px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    margin: 5px;
    float: left;
    position: relative;
    left: -10px;
}
.fri_show .is2#is1 {
    left: 30px;
}
.fri_show .is2#is2 {
    left: 30px;
}
.fri_show .is2#is3 {
   left: 30px;
}
.fri_show .is2 {
    top: -44px;
}
.fri_show .is2#is4 {
   left: 30px;
 margin-right: 39px;
}
.fri_show .nav_show a img {

    width: 100%;
    height: 100%;
	left: 0px;
    top:0px;
}
.fri_show .is3{
	top:-88px;
}


.parttwoly .headtit{
	
	margin-top:55px;
}

.vw_diy dd {
    float: right;
    width: 100%;
    margin: 0 auto;
}
.vw_diy dt img {
    padding-bottom: 6px;
    width: 100%;
}

















	
}




@media screen and (max-width: 480px){
.software-list .software-type .software-type-name {
    position: relative !important;
    display: block !important;
    height: 31px !important;
    line-height: 31px !important;
    margin-top: 2px !important;
    border-bottom: 1px solid #343434;
    margin-bottom: 5px;
    color: #808080;
    font-weight: normal !important;
    font-size: 12px !important;
    text-align: left !important;
    cursor: pointer;
    padding: 0 10px !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.software-list .software-type {
    height: auto !important;
    margin-right: 3px;
    min-height: 135px;
}


}





