﻿@charset "utf-8";
/* CSS Document */
body{
	background-color:#f0f0f0;
}

.main_100{
	width: 100%;
}
.main {
	width: 1200px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}

.inmainbox{
	width: 100%;
	height: 600px;
	display: block;
	background-color:#0364bd;
	*zoom: 1;
	position: relative !important;
    z-index: 1;
}
.topnav{
	width: 100%;
	height: 52px;
	display: block;
	position: absolute;
	top: auto;
	z-index: 9999;
	/*border-bottom:1px solid rgba(255,255,255,0.2);*/
	background-color:rgba(0,0,0,0.3);
}

.topnav .navbox{
	height: 52px;
	line-height: 52px;
	position:relative;
}
.topnav .navbox.innav{
	margin-left: 50px;
	margin-right: 50px;
}
@media screen and (max-width:1240px) {
	.topnav .navbox	{
		width: 1200px;
		margin-left:10px;
		margin-right:10px;
	}
	.topnav .navbox .top400{
		right:50px!important;
	}


}

.topnav .navbox h1{
	width: 134px;
	height: 32px;
	display: block;
	margin-top:10px;
	text-indent: -10000px;
	position:absolute;
	left:0;
	background-image: url(../images/top_logo.png);
	background-repeat:no-repeat;
	background-position: left top;
}

.topnav .navbox ul{
	height:52px;
	position:absolute;
	display: block;
	left:50%;
	margin-left:-368px;


	/*margin-right:220px;*/
	/*float: right;*/
}
/*@media screen and (max-width:1240px){*/
	/*.topnav .navbox ul{*/
		/*margin-right:270px!important;*/
	/*}*/
/*}*/

.topnav .navbox li{
	font-size: 16px;
	padding: 0 15px;
	float: left;
}
.topnav .navbox li a{
	color: #ffffff;
	display: block;
	line-height: 52px;
	float: left;
	text-shadow: 1px 0 1px #003768;
}
.topnav .navbox li a:hover{
	color:#bcdfff;
}
.topnav .navbox li.active a{
	height:52px;
	line-height: 52px;
	position:relative;
	/*border-bottom:1px solid #0086ff;*/
	color:#bcdfff;
}
.topnav .navbox .top400{
	width:192px;
	height:32px;
	display: block;
	position:absolute;
	margin-top:10px;
	right:0;
}
.topnav.bg{
	background-color:rgba(40,40,40,0.6);
	top:0;
	position:fixed!important;
	border-bottom: 1px solid rgba(255,255,255,0)!important;
}

/*置顶导航*/
.topnav2{
	width: 100%;
	height: 54px;
	top: 0;
	left: 0;
	z-index: 1000000;
	display: block;
	position: fixed;
	background-color:rgba(0,73,145,0.8);
	/*	border-bottom: 1px solid #002d5a;
    */
	/*	
	transition-delay: 2s;
	-moz-transition-delay: 2s; 
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	*/
	animation:mymove 1s normal;
	-webkit-animation:mymove 1s normal; /*Safari and Chrome*/

	/*	-webkit-box-shadow: 0 4px 20px rgba(255,255,255,.3);
        -moz-box-shadow: 0 4px 20px rgba(255,255,255,.3);
        box-shadow: 0 4px 20px rgba(255,255,255,.3);
        */
}
@keyframes mymove
{
from {top:-74px;}
to {top:0px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {top:-74px;}
to {top:0px;}
}

.topnav2 .navbox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
/*	height: 54px;
	line-height: 54px;*/
	animation:mynav 1s normal;
	-webkit-animation:mynav 1s normal; /*Safari and Chrome*/
}
@keyframes mynav
{
from {
	width: 100%;
	height: 54px;
	}
to {
	width: 1200px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	}
}

@-webkit-keyframes mynav /*Safari and Chrome*/
{
from {top:-74px;}
to {top:0px;}
}

@media screen and (max-width:1240px) {
	.topnav2 .navbox	{
		width: 1200px;
		margin-left:10px;
		margin-right:10px;
	}
}

.topnav2 .navbox h1{
	width: 85px;
	height: 32px;
	padding-bottom: 12px;
	margin-top: 10px;
	display: block;
	float:left;
	text-indent: -10000px;
	position:relative;
	background-image: url(../images/top_logo.png);
	/*background-size: 100% auto; */ 
	background-repeat:no-repeat;
	background-position: left top;
}

.topnav2 .navbox ul{
	float: right;
}

.topnav2 .navbox li{
	font-size: 16px;
	float: left;
}
.topnav2 .navbox li a{
	color: #ffffff;
	margin-left:25px;
	display: block;
	line-height: 54px;
	float: left;
	text-shadow: 1px 0 0px #003768;
}
.topnav2 .navbox li a:hover{
	color:#bcdfff;
}


/*首页背景*/
.indexbg{
	background:#fff;
}

/*首页用标题*/
.in_mainbt1{
	width: 100%;
	padding:20px 0;
	background: url("../images/in_mainbth1bg.png") no-repeat center center;
}
.in_mainbt1 h1{
	font-size:32px;
	line-height:36px;
	font-weight:normal;
	text-align: center;
	color:#0f0f10;

}
.in_mainbt1 h2{
	font-size: 16px;
	line-height: 30px;
	font-weight: 100;
	text-align: center;
	color:#BABBBC;
}
.in_mainbt2{
	width: 100%;
	padding:20px 0;
	background: url("../images/in_mainbth1bg2.png") no-repeat center center;
}
.in_mainbt2 h1{
	font-size:32px;
	line-height:36px;
	font-weight:normal;
	text-align: center;
	color:#ffffff;
	text-shadow: 1px 0 0px #003768;

}
.in_mainbt2 h2{
	font-size: 16px;
	line-height: 30px;
	font-weight: 100;
	text-align: center;
	color:#7ed0ff;
}

.in_mainbt3{
	width: 100%;
}
.in_mainbt3 h1{
	font-size:32px;
	line-height:36px;
	font-weight:normal;
	text-align: center;
	color:#000000;
	/*text-shadow: 1px 0 0px #003768;*/

}
.in_mainbt3 h2{
	font-size: 16px;
	line-height: 30px;
	font-weight: 100;
	text-align: center;
	color:#008de7;
}
.in_mainbt3 h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
	text-align: center;
	color:#008de7;
}

.in_mainbt3.two h1{
	color:#fff!important;
}
.in_mainbt3.two h2{
	color:#73c8ff!important;
}

.in_mainbt3.three h1{
	color:#fff!important;
	text-shadow: 1px 1px 2px #003e8b;
}
.in_mainbt3.three h2{
	color:#fff!important;
	opacity:0.6;
}


/*内页通用标题*/

.mainbt1{
	width:100%;
	height:50px;
	border-bottom:1px solid #f0f0f0;
	position: relative;
}
.mainbt1 h2{
	height: 50px;
	line-height: 50px;
	padding-left:30px;
	font-size: 26px;
	display: inline-block;
	color:#343637;
	text-align:left;
	font-weight: inherit;
	border-bottom:1px solid #004991;
	background: url("../images/icon_bttb1.gif") no-repeat 0px center;
	float:left;
}

.mainbt1 p{
	color:#f0f0f0;
	float: right;
	line-height: 50px;
	font-size:22px;
}

.mainbt2{
	width:100%;
	height:50px;
	border-bottom:1px solid #f0f0f0;
	position: relative;
}
.mainbt2 h2{
	height: 49px;
	line-height: 49px;
	padding-left:25px;
	font-size: 24px;
	display: inline-block;
	color:#343637;
	text-align:left;
	font-weight: inherit;
	border-bottom:2px solid #00b6ea;
	background: url("../images/icon_bttb3.gif") no-repeat 0px 18px;
	float:left;
}
.mainbt2 a.more{
	font-size: 14px;
	height:50px;
	line-height:50px;
	padding-left:20px;
	background-position:-1185px -632px;
	display: block;
	float:right;
}

.mainbt2 a.more:hover{
	background-position:-1185px -762px;
	display: block;
}
.mainbt2 p{
	color:#f0f0f0;
	float: right;
	line-height: 50px;
	font-size:22px;
}
/*首页手风琴*/
/*新核心业务*/
.home-product-ul{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.home-product-ul li{
	background-color:#f0f0f0;
	height:200px;
	float: left;
	position: relative;
}
.home-product-ul li:nth-child(1),.home-product-ul li:nth-child(2),.home-product-ul li:nth-child(3){
	margin-right:2px;
	margin-bottom:2px;
	width:298px;
}
.home-product-ul li:nth-child(4){
	width:300px;
	margin-bottom:2px;
}
.home-product-ul li:nth-child(7){
	 width:300px;
 }
.home-product-ul li:nth-child(5),.home-product-ul li:nth-child(6){
	width:448px;
}
.home-product-ul li:nth-child(5),.home-product-ul li:nth-child(6){
	margin-right:2px;
}
.home-product-ul li.businessa .boxlr,.home-product-ul li.businessb .boxlr,.home-product-ul li.businessc .boxlr{
	width: 298px;
	height: 200px;
}
.home-product-ul li.businessd .boxlr,.home-product-ul li.businessg .boxlr{
	width: 300px;
	height: 200px;
}
.home-product-ul li.businesse .boxlr,.home-product-ul li.businessf .boxlr{
	width: 449px;
	height: 200px;
}

.home-product-ul .boxlr {
	/*background:url(../images/in_product_icon01.png) left no-repeat;*/
	display: flex;
	display: -webkit-flex; /* Safari */
	justify-content:space-between;
	align-items:center;
	/*transition: all 0.3s ease-out 0s;*/
	padding:20px;
}
.home-product-ul .boxlr  i{
	width:70px;
	height:70px;
	margin-right:15px;
	display: block;
	flex-grow:0;
	background-position:center center!important;
	background-repeat: no-repeat!important;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	border:2px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.home-product-ul li.businessa .boxlr i{
	background:url(../images/in_product_icon01.png);
	background-color:#008de7;
}
.home-product-ul li.businessb .boxlr i{
	background:url(../images/in_product_icon02.png);
	background-color:#11A322;
}
.home-product-ul li.businessc .boxlr i{
	background:url(../images/in_product_icon03.png);
	background-color: #ff7900;
}
.home-product-ul li.businessd .boxlr i{
	background:url(../images/in_product_icon04.png);
	background-color:#00A9C7;
}
.home-product-ul li.businesse .boxlr i{
	background:url(../images/in_product_icon05.png);
	background-color: #eb2a26;
}
.home-product-ul li.businessf .boxlr i{
	background:url(../images/in_product_icon06.png);
	background-color: #b315e5;
}
.home-product-ul li.businessg .boxlr i{
	background:url(../images/in_product_icon07.png);
	background-color: #4c4c4c;
}
.home-product-ul .boxlr .msbox{
	color:#8f8f8f;
	flex:1;
}
.home-product-ul .boxlr .msbox h2{
	color: #424242;
}

.home-product-ul .msbox h2{
	font-size: 22px;
	font-weight:normal;
	display:block;
}
.home-product-ul .boxlr .msbox span{
	font-size:12px;
	line-height:20px;
	padding:10px 0;
}
.home-product-ul .boxlr .msbox p{
	font-size:14px;
	line-height:20px;
}


.home-product-ul .boxlr2 {
	/*background:url(../images/in_product_icon01.png) left no-repeat;*/
	display: none;
	/*display: flex;*/
	/*display: -webkit-flex;*/
	/*justify-content:space-between;*/
	/*align-items:center;*/
	position: absolute;
	z-index: 1000;
	padding: 30px;
	left:-10px;
	top:-10px;
	/*transition: all 0.3s ease-out 0s;*/
	-webkit-animation: 1s inprobox;
	animation: 1s inprobox;
}

@-webkit-keyframes inprobox {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes inprobox {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.home-product-ul li.active .boxlr2{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	align-items:center;
}
.home-product-ul .boxlr2  .msbox{
	width:100%;
	color:#ffffff;
}
.home-product-ul .boxlr2  .msbox h2{
	text-align: center;
	font-weight:bold;
}
.home-product-ul .boxlr2  .msbox p {
	display: block;
	color:rgba(255, 255, 255, .8);
}

.home-product-ul .boxlr2  .msbox span{
	display: block;
	margin: 10px auto 0;
	width: 50%;
	height:34px;
	line-height:34px;
	font-size: 16px;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	border: 1px solid rgba(255, 255, 255, .3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.3s ease-out 0s;
}

.home-product-ul .boxlr2  .msbox span:hover{
	/*transform: scale(1.2);*/
	border: 1px solid rgba(255, 255, 255,.8);
	color: rgba(255, 255, 255, 1);
	width: 60%;
}



.home-product-ul li.businessa .boxlr2{
	width: 318px;
	height: 220px;
	background:rgba(0,141,231,.95);
}

.home-product-ul li.businessb .boxlr2{
	width: 318px;
	height: 220px;
	background:rgba(17,163,34,.95);

}
.home-product-ul li.businessc .boxlr2{
	width: 318px;
	height: 220px;
	background:rgba(255,121,0,.95);
  }
.home-product-ul li.businessd .boxlr2{
	width: 319px;
	height: 220px;
	background:rgba(0,169,199,.95);
   }
.home-product-ul li.businesse .boxlr2{
	width: 469px;
	height: 220px;
	background:rgba(235,42,38,.95);
	}
.home-product-ul li.businessf .boxlr2{
	width: 469px;
	height: 220px;
	background:rgba(179,21,229,.95);

}
.home-product-ul li.businessg .boxlr2{
	width: 318px;
	height: 220px;
	background:rgba(76,76,76,.95);
}
.home-product-ul li .boxlr2 .ico{
	width:70px;
	height:70px;
	right:0;
	top:0;
	z-index:9999;
	position: absolute;
	background-position:center center!important;
	background-repeat: no-repeat!important;
	opacity:.3;
}
.home-product-ul li.businessa .ico{
	background:url(../images/in_product_icon01.png);
}
.home-product-ul li.businessb .ico{
	background:url(../images/in_product_icon02.png);
}
.home-product-ul li.businessc .ico{
	background:url(../images/in_product_icon03.png);
}
.home-product-ul li.businessd .ico{
	background:url(../images/in_product_icon04.png);
}
.home-product-ul li.businesse .ico{
	background:url(../images/in_product_icon05.png);
}
.home-product-ul li.businessf .ico{
	background:url(../images/in_product_icon06.png);
}
.home-product-ul li.businessg .ico{
	background:url(../images/in_product_icon07.png);
}









/*酷森优势开始---为什么选择酷森科技*/
.in_kosnys{
	width: 100%;
	height: 500px;
	padding-top: 20px;
	background-color: #64b3ed;
	background-image: url(../images/in_kosnys_bg1.jpg);
	background-repeat: no-repeat;
	background-position:top  center;
  	overflow: hidden;
}
.in_kosnys .in_kosnyslr{
	margin-top: 20px;
	height:auto;
	position: relative;
}
.in_kosnys .in_kosnyslr ul{
	width: 100%;
}
.in_kosnys .in_kosnyslr li{
	width:299px;
	border-right: 1px solid rgba(255,255,255, 0.3);
	display: block;
	float: left;
}
.in_kosnys .in_kosnyslr li:last-of-type{
	width:300px;
	border-right:0;
}
.in_kosnys .in_kosnyslr li a{
	padding: 11px 1px 20px;
	display: block;
	border: 1px solid  none;
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
	/*-webkit-transition:all 0.6s ease-in;-moz-transition:all 0.6s ease-in;-ms-transition:all 0.6s ease-in;-o-transition:all 0.6s ease-in;transition:all 0.6s ease-in;*/
}
.in_kosnys .in_kosnyslr li a:hover{
	transition: all 0.3s ease-out 0s;
	padding: 10px 0px 19px;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,143,198,.5); -moz-box-shadow: 0 0 10px rgba(0,143,198,.5);  box-shadow: 0 0 10px rgba(0,143,198,.5);
}

.in_kosnys .in_kosnyslr li .picbox{
	width:235px;
	height: 120px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
/*	margin-left:auto!important;
	margin-right:auto!important;	*/
}
.in_kosnys .in_kosnyslr li dl{
	width: 235px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}
.in_kosnys .in_kosnyslr li dl dt{
	height: 51px;
	line-height: 51px;
	font-size: 23px;
	color: #000000;
}
.in_kosnys .in_kosnyslr li a:hover dl dt{ 
 color:#0057a8;
}
.in_kosnys .in_kosnyslr li dl dd{
	height: 46px;
	line-height: 23px;
	font-size: 16px;
	color: #FFFFFF;
}

.in_kosnys .in_kosnyslr li a:hover dl dd{ 
 color:#3d3d3d;
}


.in_kosnys .in_kosnyslr2{
	margin-top: 20px;
	height:auto;
	position: relative;
}
.in_kosnys .in_kosnyslr2 li{
	width: 400px;
	float: left;
}
.in_kosnys .in_kosnyslr2 .kh{
	width:320px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: aliceblue;
	text-shadow: 2px 0 0px #0089bb;
}
.in_kosnys .in_kosnyslr2 .ym{
	display: block;
	text-align: center;
	font-size: 20px;
	color: aliceblue;
	text-shadow: 2px 0 0px #0089bb;
}
.in_kosnys .in_kosnyslr2 .wz{
	width:260px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: aliceblue;
	text-shadow: 2px 0 0px #0089bb;
}

.in_kosnys .in_kosnyslr2 .sz{
	font-size: 110px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 110px;
	height: 110px;
	text-shadow: 3px 0 5px #0089bb;
	font-weight: 400;
	font-family: Helvetica;
}

.in_kosnys .in_kosnyslr2 .sz2{
	font-size: 110px;
	line-height: 110px;
	height: 110px;
	color: #FFFFFF;
	display:block;
	text-shadow: 3px 0 5px #0089bb;
	font-family: Helvetica;

}

.in_kosnys .kosn_youshi{
	background-image: url(../images/in_kosnys_pic.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 40px;
}

/*关于酷森**********************/
.inabout{
	width: 100%;
	height: 750px;
	position: relative;
	background-color: #e5e5e5;
}

.slideshow {
	width: 100%;
	height: 650px;
	background-color: #454545;
	position: relative;

	z-index: 1;
}
.slideshow li span {
  width: 100%;
  /*height: 100%;*/
  height: 650px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: imageAnimation 12s linear infinite 0s;
  -moz-animation: imageAnimation 12s linear infinite 0s;
  animation: imageAnimation 12s linear infinite 0s;
}
.slideshow li h3 {
  position: absolute;
  text-align: center;
  z-index: 2;
  bottom: 150px;
  left: 0;
  right: 0;
  opacity: 0;
  font-size: 4.0625em;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
  -webkit-animation: titleAnimation 24s linear 1 0s;
  -moz-animation: titleAnimation 24s linear 1 0s;
  animation: titleAnimation 24s linear 1 0s;
}

@media only screen and (min-width: 768px) {
  .slideshow li h3 {
    bottom: 30px;
    font-size: 8.125em;
  }
}
@media only screen and (min-width: 1024px) {
  .slideshow li h3 {
    font-size: 10.9375em;
  }
}

.slideshow li:nth-child(1) span {
  background-image: url(../img/in_about_pic2.jpg);
}

.slideshow li:nth-child(2) span {
  background-image: url(../img/in_about_pic3.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
  background-image: url(../img/in_about_pic2.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
  background-image: url(../img/in_about_pic3.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  25% {
    opacity:0.5;
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity:0.5;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	25% {
		opacity:0.5;
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity:0.5;
	}
	100% {
		opacity: 0;
	}
}
@keyframes imageAnimation {
  	0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  	25% {
    opacity: 0.5;
  }
  	50% {
    opacity: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
  }
	75% {
	opacity:0.5;
	}
	100% {
    opacity: 0;
  }
}
@-webkit-keyframes titleAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	25% {
		opacity:0.5;
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity:0.5;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes titleAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	25% {
		opacity:0.5;
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity:0.5;
	}
	100% {
		opacity: 0;
	}
}
@keyframes titleAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	25% {
		opacity:0.5;
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity:0.5;
	}
	100% {
		opacity: 0;
	}
}
.no-cssanimations .slideshow li span {
  opacity: 1;
}

.inabout .abouttab{
	width: 1200px;
	height: 590px;
	top: 140px;
	left:50%;
	margin-left:-600px;
	position:absolute;
	z-index:5;
}
.inabout .abouttab .lrtybox{
	width: 1000px;
	height: 430px;
	padding:40px 100px;
	display: block;
	position: absolute;
	top:0;

}
.abouttab .aboutbox1{
	background-color:rgba(9,113,186,0.9);
}
/*酷森简介标题*/
.inabout .abouttab .hlwfw{opacity:0;z-index:auto;}
.inabout .abouttab .zscq{opacity:0;z-index:auto;}
.inabout .abouttab .jshx{opacity:0;z-index:auto;}
.inabout .abouttab .kftx{opacity:0;z-index:auto;}
.inabout .abouttab .home_xz.hlwfw{z-index:2; opacity:1!important;}
.inabout .abouttab .home_xz.zscq{z-index:2; opacity:1!important;}
.inabout .abouttab .home_xz.jshx{z-index:2; opacity:1!important;}
.inabout .abouttab .home_xz.kftx{z-index:2; opacity:1!important;}

.hlwfw .title,.zscq .title,.jshx .title,.kftx .title{
	width: 100%;
	height: 40px;
	padding-bottom:25px; 
	text-align: center;
	display: block;
}
.inabout .abouttab .dh{
	opacity:0;
	filter: alpha(opacity=0);
}
.inabout .abouttab .home_xz .dh{
	opacity:1!important;
	filter:alpha(opacity=100)!important;
	transform: none;

}
.inabout .abouttab .dh2{
	opacity:0;
	filter: alpha(opacity=0);
	transform: translateY(50px);
	-webkit-transform:translateY(50px);
	-moz-transform:translateY(50px);
	-ms-transform:translateY(50px);
}
.inabout .abouttab .home_xz .dh2{
	opacity:1!important;
	filter:alpha(opacity=100)!important;
	transform: none;

}




.inabout .gsjjlrbox{
	line-height:24px;
	font-size:16px;
	color:#ffffff;
	display:block;
}
.inabout .gsjjlrbox p{
	text-indent:2em;
	margin-bottom:20px;
}

/*数据统计滚动*/

.inabout .product-number-info{
	width: 1000px;
	margin: 0 auto;
}
.inabout .product-number-info ul {
	border-bottom:1px solid rgba(255,255,255,0.2);
	border-top:1px solid rgba(255,255,255,0.2);
	padding:20px 0;
	margin-bottom:20px;
}
.inabout .product-number-info ul.q:after {
	content: "";
	clear: both;
	display: table;
}
.inabout .product-number-info li {
	float: left;
	width: 332px;
	height: 90px;
	text-align: center;
	border-left:1px dashed rgba(255,255,255,0.2);
	color: #fff;
}
.inabout .product-number-info li:first-child {
	border: none;
}
.inabout .product-number-info li b {
	font-weight: 400;
	font-size: 36px;
	line-height: 1;
	display: inline-block;
	position: relative;
	margin: 15px 0 10px;
}
.inabout .product-number-info li b i {
	font-style: normal;
}
.inabout .product-number-info li b sup {
	position: absolute;
	font-size: 20px;
	right: -15px;
	top: -3px;
}
.inabout .product-number-info li b em {
	font-style: normal;
	font-size: 28px;
	font-weight: 100;
	padding-left: 2px;
	position: relative;
	top: -4px;
}
.inabout .product-number-info li p {
	font-size: 14px;
}
/*
.product-number-info li.li-2 b, .product-number-info li.li-2 p {
	padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
	padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
	padding-left: 70px;
}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {
	padding-left: 78px;
}
*/
.inabout .product-number-info li.li-5 {
	text-align: right;
}
.inabout .product-number-info li.li-5 b {
	padding-right: 2px;
}
.inabout .product-number-info li i{
	color:#ff0;
}





/*知识产权*/
.inabout .abouttab .aboutbox2{
	background-color:rgba(0,151,189,0.9);
}
/*.inabout .abouttab .aboutbox2 .title{*/
	/*width: 100%;*/
	/*height: 40px;*/
	/*padding-bottom:25px;*/
	/*text-align: center;*/
/*}*/

.inabout .product-zscqms{
	width: 600px;
	margin:20px auto 30px;
}
.inabout .product-zscqms li{
	width:25%;
	height:90px;
	float: left;
}
.inabout .product-zscqms li span{
	color:#ff0;
	border:1px solid rgba(255,255,255,0.5);
	margin-left: auto;
	margin-right: auto;
	font-size:28px;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	display: block;
}


.inabout .zscqlrbox{
	line-height:24px;
	font-size:16px;
	color:rgba(255,255,255,1);
	clear: both;
}
.inabout .zscqlrbox p{
	text-indent:2em;
	margin-bottom:20px;
}











/*以技术为核心*/
.inabout .abouttab .aboutbox3{
	background-color:rgba(9,113,186,0.9);
}
/*.inabout .abouttab .aboutbox3 .title{*/
	/*width: 100%;*/
	/*height: 40px;*/
	/*padding-bottom:25px;*/
	/*text-align: center;*/
/*}*/
.inabout .product-jshx{
	width: 100%;
	margin:20px auto 30px;
	color:#ff0;
	border:1px solid rgba(255,255,255,0.5);
	font-size:24px;
	height:70px;
	line-height:70px;
	text-align:center;
	border-radius:40px;
	-moz-border-radius:40px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	display: block;
}

.inabout .product-jshxlr{
	line-height:24px;
	font-size:16px;
	color:rgba(255,255,255,1);
	clear: both;
}
.inabout .product-jshxlr p{
	text-indent:2em;
	margin-bottom:20px;
}



/*服务体系*/
.inabout .abouttab .aboutbox4{
	background-color:rgba(0,151,189,0.9);
}
/*.inabout .abouttab .aboutbox4 .title{*/
	/*width: 100%;*/
	/*height: 40px;*/
	/*padding-bottom:25px;*/
	/*text-align: center;*/
/*}*/
.inabout .kosn_service{
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
	height:46px;
	padding:15px 0;
	text-align: center;
	margin:20px auto 30px;

}
.inabout .product-kftxlr{
	line-height:24px;
	font-size:16px;
	color:rgba(255,255,255,1);
	clear: both;
}
.inabout .product-kftxlr p{
	text-indent:2em;
	margin-bottom:20px;
}



.inabout .abouttab .horizontal{
	width: 1199px;
	height: 80px;
	border-left:1px solid #c2c2c2;
	border-bottom: 1px solid #d4d4d4;
	top:510px;
	position: absolute;
	z-index:3;
}
.inabout .abouttab .horizontal li{
	text-align: center;
	width:299px;
	height: 79px;
	border-right:1px solid #d4d4d4;
	float:left;
	position: relative;
	cursor: pointer;
}
.inabout .abouttab .horizontal li:nth-child(4){
	width:298px; 
}
.inabout .abouttab .horizontal .link_ty{
	padding: 19.5px 10px;
	text-align: center;
	display: inline-block;
}
.inabout .abouttab .horizontal .link_ty img{
	display:inline-block;
	border: 0;
	margin-right: 10px;
	float: left;
}
.inabout .abouttab .horizontal .link_ty span.zt1{
	font-size: 18px;
	height:40px;
	line-height: 40px;
	display: inline-block;

}
.inabout .abouttab .horizontal .link_ty span.zt2{
	height:40px;
	font-size: 18px;
	line-height: 20px;
	display: inline-block;

}

.inabout .abouttab .horizontal li{
	background-color:#ffffff;
	opacity:0.6;
	filter:Alpha(opacity=70); /* IE8 以及更早的浏览器 */
}
.inabout .abouttab .horizontal li.selectActive{
	background-color:#fff;
	opacity:1;
	filter:Alpha(opacity=100); /* IE8 以及更早的浏览器 */
}
.inabout .abouttab .horizontal li.selectActive:after {
    content: "";
    display: block;
    position: absolute;
	left:50%;
	top: 0;
	margin-top:-9px;
    width:13px;
    height:13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
	background: #fff;
}




/*首页案例-内页通用*/
.casebox ul li:nth-child(3),.casebox ul li:nth-child(6),.casebox ul li:nth-child(9),.casebox ul li:nth-child(12),.casebox ul li:nth-child(15),.casebox ul li:nth-child(18),.casebox ul li:nth-child(21),.casebox ul li:nth-child(24),.casebox ul li:nth-child(27),.casebox ul li:nth-child(30),.casebox ul li:nth-child(33),.casebox ul li:nth-child(36),.casebox ul li:nth-child(39),.casebox ul li:nth-child(42),.casebox ul li:nth-child(45),.casebox ul li:nth-child(48),.casebox ul li:nth-child(51),.casebox ul li:nth-child(54),.casebox ul li:nth-child(57),.casebox ul li:nth-child(60),.casebox ul li:nth-child(63),.casebox ul li:nth-child(66),.casebox ul li:nth-child(69),.casebox ul li:nth-child(72),.casebox ul li:nth-child(75),.casebox ul li:nth-child(78),.casebox ul li:nth-child(81),.casebox ul li:nth-child(83),.casebox ul li:nth-child(86),.casebox ul li:nth-child(89){ margin-right:0;}
.casebox ul li{float:left;  display:inline;width:380px;height:285px;border: 2px solid #FFFFFF; overflow:hidden;position:relative;-webkit-box-shadow: 0 0 5px rgba(51,51,51,.3); -moz-box-shadow: 0 0 5px rgba(51,51,51,.3);  box-shadow: 0 0 5px rgba(51,51,51,.3);}

.casebox ul li:hover{-webkit-box-shadow: 0 0 10px rgba(0,0,0,.6); -moz-box-shadow: 0 0 10px rgba(0,0,0,.6);  box-shadow: 0 0 10px rgba(0,0,0,.6);}
.casebox ul li .photo{width:380px;height:285px; overflow:hidden; }
.casebox ul li .photo .imgs{ display: block;width: 380px; height: 285px;overflow: hidden;}
.casebox ul li .photo strong{ width:380px; color: #434343; font-weight: 100; text-align: center; height: 35px; line-height: 35px; font-size:16px; display:block; overflow: hidden;}
.casebox ul li .rsp{width:380px;height:285px;overflow:hidden;position: absolute;background:#333;top:0px;left:0px;opacity:0; display: block; z-index:1; }
.casebox ul li .text{position:absolute;width:380px;height:285px;left:-380px;top:0px;overflow:hidden; z-index:2;}
.casebox ul li .text h3{width:380px;margin-top:130px;height:40px;line-height:40px;text-align:center;color:#fff;background: rgba(0,141,231,0.7);font-size:18px;font-weight:normal;}
.casebox ul li .text2{position:absolute;width:380px;height:285px;right:-380px;top:0px;overflow:hidden; z-index:2;}
.casebox ul li .text2 h4{width:380px;margin-top:170px;height:35px;line-height:35px;text-align:center;color:#000;background: rgba(255,255,255,0.7);font-size:18px; font-weight:normal;}
.casebox ul li .case_icon{position:absolute;width:380px;height:285px;top:-150px;overflow:hidden; z-index:2;}
.casebox ul li .case_icon p{width:380px;margin-top:70px;height:60px;line-height:60px;text-align:center;color:#fff;/*background: rgba(0,141,231,0.5);*/font-size:60px;}
.casebox .weixin{}
.casebox .weixin .case_icon{position:absolute;width:380px;height:285px;top:-285px;overflow:hidden; z-index:2;}
.casebox .weixin .case_icon p{width:380px;margin-top:50px;height:100px;color:#fff;}
.casebox .weixin .case_icon p img{ max-width:100px; margin-left: auto; margin-right: auto;}
.casebox .weixin .text h3{margin-top:160px;}
.casebox .weixin .text2 h4{margin-top:200px;}

/*详情页-同类案例*/
.casebox2 ul li:nth-child(3){ margin-right:0;}
.casebox2 ul li{float:left;  display:inline;width:350px;height:263px; overflow:hidden;position:relative;-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); -moz-box-shadow: 0 0 3px rgba(0,0,0,.3);  box-shadow: 0 0 3px rgba(0,0,0,.3);}

.casebox2 ul li:hover{-webkit-box-shadow: 0 0 10px rgba(0,0,0,.6); -moz-box-shadow: 0 0 10px rgba(0,0,0,.6);  box-shadow: 0 0 10px rgba(0,0,0,.6);}
.casebox2 ul li .photo{width:350px;height:263px; overflow:hidden; }
.casebox2 ul li .photo .imgs{ display: block;width:350px; height: 263px;overflow: hidden;}
.casebox2 ul li .photo strong{ width:350px; color: #434343; font-weight: 100; text-align: center; height: 35px; line-height: 35px; font-size:16px; display:block; overflow: hidden;}
.casebox2 .rsp{width:350px;height:263px;overflow:hidden;position: absolute;background:#333;top:0px;left:0px;opacity:0; display: block; z-index:1; }
.casebox2 .text{position:absolute;width:350px;height:263px;left:-350px;top:0px;overflow:hidden; z-index:2;}
.casebox2 .text h3{width:350px;margin-top:130px;height:40px;line-height:40px;text-align:center;color:#fff;background: rgba(0,141,231,0.7);font-size:18px;font-weight:normal;}
.casebox2 .text2{position:absolute;width:350px;height:285px;right:-350px;top:0px;overflow:hidden; z-index:2;}
.casebox2 .text2 h4{width:350px;margin-top:170px;height:35px;line-height:35px;text-align:center;color:#000;background: rgba(255,255,255,0.7);font-size:18px; font-weight:normal;}
.casebox2 .case_icon{position:absolute;width:350px;height:285px;top:-150px;overflow:hidden; z-index:2;}
.casebox2 .case_icon p{width:350px;margin-top:70px;height:60px;line-height:60px;text-align:center;color:#fff;/*background: rgba(0,141,231,0.5);*/font-size:60px;}
.casebox2 .weixin{}
.casebox2 .weixin .case_icon{position:absolute;width:350px;height:263px;top:-263px;overflow:hidden; z-index:2;}
.casebox2 .weixin .case_icon p{width:350px;margin-top:50px;height:100px;color:#fff;}
.casebox2 .weixin .case_icon p img{ max-width:100px; margin-left: auto; margin-right: auto;}
.casebox2 .weixin .text h3{margin-top:160px;}
.casebox2 .weixin .text2 h4{margin-top:200px;}

.caseli_a {	width:1224px;}
.caseli_a li{
	margin-bottom:35px;margin-right:24px;
}
.caseli_b {	width:1155px;}
.caseli_b li{
	margin-bottom:35px;margin-right:35px;
}
.caseli_c {	width:1155px;}
.caseli_c li{
    margin-bottom:35px;margin-right:35px;
}
/*通用More*/
.in_more,a.in_more{
	width: 200px;
	height: 35px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #979797;
	border: 1px solid #d1d1d1;
	-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;
	transition: all 0.3s ease-out 0s;
}
.in_more,a.in_more span{
	height: 35px;
	line-height: 35px;
	margin-right:5px;
}
.in_more:hover,a:hover .in_more{
	color:#008de7;
	width: 300px;
	border-color: #fff;
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);-moz-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);
}
.in_more i,a.in_more i{ 
	width: 16px;
	height: 16px;
	line-height:16px;
	position: absolute;
	margin-top: 11px;
	display: inline-block;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.in_more:hover i,a:hover .in_more i{
	margin-top: 9px;
	margin-left: 1px;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* Internet Explorer */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari 和 Chrome */
	-o-transform:rotate(270deg); /* Opera */
	}



.in_more2,a.in_more2{
	width: 200px;
	height: 35px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #d6edff;
	border: 1px solid #d6edff;
	-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;
	transition: all 0.3s ease-out 0s;
}
.in_more2,a.in_more2 span{
	height: 35px;
	line-height: 35px;
	margin-right:5px;
}
.in_more2:hover,a:hover .in_more2{
	color:#ffffff;
	width: 300px;
	border-color: #ffffff;
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);-moz-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);
}
.in_more2 i,a.in_more2 i{ 
	width: 16px;
	height: 16px;
	line-height:16px;
	position: absolute;
	margin-top: 11px;
	display: inline-block;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.in_more2:hover i,a:hover .in_more2 i{
	margin-top: 9px;
	margin-left: 1px;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* Internet Explorer */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari 和 Chrome */
	-o-transform:rotate(270deg); /* Opera */
	}




.in_more3,a.in_more3{
	width:300px;
	height: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #979797;
	border: 1px solid #d1d1d1;
	-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
	transition: all 0.3s ease-out 0s;
}
.in_more3,a.in_more3 span{
	font-size:16px;
	height: 40px;
	line-height: 40px;
	margin-right:5px;
}
.in_more3:hover,a:hover .in_more3{
	color:#008de7;
	width:600px;
	border-color:#008de7;
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);-moz-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);
}
.in_more3 i,a.in_more3 i{
	width: 16px;
	height: 16px;
	line-height:16px;
	position: absolute;
	margin-top: 13px;
	display: inline-block;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.in_more3:hover i,a:hover .in_more3 i{
	margin-top: 13px;
	margin-left: 1px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); /* Opera */
}

/*首页资讯*************************/
.in_newsbox{
	width: 100%;
	height:780px;
	padding-top: 20px;
	background-image: url(../images/in_news_bg1.jpg);
	background-position: top center;	
	
}
.in_newsbox .leftfocusbox{
	width: 880px;
	height: 510px;
	padding: 10px;
	background-color:rgba(255,255,255,0.8);
}
.in_newsbox .leftfocusbox:hover{
	background-color:rgba(255,255,255,1);
	}

/*新闻焦点图样式--左侧推荐新闻*****************************/


/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}


/* 新闻资讯左则-焦点图 */
#owl-demo { position: relative; width: 880px; height: 510px; margin-left: auto; margin-right: auto;}
#owl-demo .item{ position: relative; display: block;}
#owl-demo img { display: block; width: 880px; height: 510px;}
#owl-demo b { position: absolute; left: 0; bottom: 0; width: 100%; height: 78px; background-color: #000; opacity: .5; filter: alpha(opacity=50);}
#owl-demo span { position: absolute; left: 0; bottom: 37px; width: 100%; font: 18px/32px "微软雅黑","黑体"; color: #fff; text-align: center;}

.owl-pagination { position: absolute; left: 0; bottom: 10px; width: 100%; height: 22px; text-align: center;}
.owl-page { display: inline-block; width: 10px; height: 10px; margin: 0 5px; background-image: url(../images/bg15.png); *display: inline; *zoom: 1;}
.owl-pagination .active { width: 25px; background-image: url(../images/bg16.png);}
.owl-buttons { display: none;}
.owl-buttons div { position: absolute; top: 50%; width: 40px; height: 80px; margin-top: -40px; text-indent: -9999px;}
.owl-prev { left: 0; background-image: url(../images/bg17.png);}
.owl-next { right: 0; background-image: url(../images/bg18.png);}
.owl-prev:hover { background-image: url(../images/bg19.png);}
.owl-next:hover { background-image: url(../images/bg20.png);}


/*新焦点图*/
/*focus焦点广告*/

.infocus{
	width:880px;
	max-width: 880px;/***   这里的max-width值就是图片的宽度，暂不支持百分比   ***/
	height:510px;
	overflow: hidden;
	position: relative;
}

.infocus ul li,.box1 ul li{
	float: left;
	list-style: none;
	position: relative;
	background:#000000;
}
.infocus ul li img{ width:880px; height:510px;}
.infocus ul li .titlepagebox {
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 100%;
	text-align: center;
	display: block;
	background-color: rgba(0,0,0, 0.4);
}
.infocus ul li .titlepagebox h3{
	line-height: 40px;
	font-size: 16px;
	font-weight: 100;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
}

.infocus ol{
	text-align: center;
	width:100%;
	height: 20px;
	position: absolute;
	left:0px;
	bottom:45px;
	z-index: 1;
}

.infocus ol li{
	cursor:pointer;
	position:relative;
	margin:5px;
	display:inline-block;
	*display: inline;
	width: 10px;
	height:10px;
	border-radius:5px;
	background-color: gainsboro;
	zoom: 1;
}
.infocus ol .action{
	width:20px;
	background-color: #00bbff;
}
.infocus ol li:hover{
	background-color: #DE6E6A;
}

.infocus ul{
	position: relative;
	left: 0;
}
.infocus .next{
	cursor:pointer;
	opacity: 0;
	position: absolute;
	right: 0;
	background: url("../images/next.png");
	width: 50px;
	height: 45px;
	display: block;
	line-height: 80px;
}
.infocus .prev{
	cursor:pointer;
	opacity: 0;
	background: url("../images/prev.png");
	display: block;
	position: absolute;
	width: 50px;
	height: 45px;
	text-align: center;
	line-height: 80px;
}
.infocus .prev,.infocus .next{
	transition: all 0.5s;
}
.infocus .next:hover,.infocus .prev:hover{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	opacity: 1!important;
	transition: all 0.3s;
}











/* 新闻资讯右则-最新动态 */
.in_newsbox .rightnewsbox{
	width: 240px;
	height: 490px;
	padding: 20px;
	background-color:rgba(255,255,255,0.8);
}
.in_newsbox .rightnewsbox:hover{
	background-color:rgba(255,255,255,1);
}
.in_newsbox .rightnewsbox li{
	width: 240px;
	height: auto;
}
.in_newsbox .rightnewsbox li dl{
	width: 240px;
}
.in_newsbox .rightnewsbox li dl dt{
	line-height: 21px;
	font-size:16px;
}
.in_newsbox .rightnewsbox li .time{
	line-height: 25px;
	font-size: 12px;
}
.in_newsbox .rightnewsbox li .picbox{
	width: 240px;
	height: 180px;
	margin: 15px 0;
	overflow: hidden;
	display: block;
}
.in_newsbox .rightnewsbox li .msbox{
	width: 240px;
	height: 76px;
	text-indent: 2em;
	line-height: 19px;
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.in_newsbox .rightnewsbox li .link {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid  #d1d1d1;
}
.in_newsbox .rightnewsbox li .link a{
	color: #ff4e00;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #FFFFFF;
	font-size: 16px;
	display: block;
	-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;
	-webkit-box-shadow: 0 0 3px #d1d1d1; -moz-box-shadow: 0 0 3px #d1d1d1;  box-shadow:0 0 3px #d1d1d1;
}
.in_newsbox .rightnewsbox li .link a:hover{
	color: #008de7;
	-webkit-box-shadow: 0 0 3px #008de7; -moz-box-shadow: 0 0 3px #008de7;  box-shadow:0 0 3px #008de7;
}
.in_newsbox .rightnewsbox li:last-child{
	font-size: 14px;
	line-height: 22px;
}

/*首页酷森专栏*/
.in_kosnzn_twbox{
	zoom: 1;
    display: block;
	box-sizing: border-box;
}
.in_kosnzn_twbox *{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.in_kosnzn_twbox .lrbox {
    float: left;
    width: 33.3%;
    padding-left: 20px;
    padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

.in_kosnzn_twbox .lrbox .item-box{
	transition: all .15s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #c5d8db;
    height: 230px;
}
.in_kosnzn_tw .item-box:last-of-type{
	margin-right:0 !important;
}

.in_kosnzn_twbox .lrbox .item-box a:hover p{
	color:#008de7;
}

.in_kosnzn_twbox .lrbox .img-area{width:100%;overflow:hidden;height:170px;}
.in_kosnzn_twbox .lrbox .img-area img{transition:all .5s ease;width:100%;}
.in_kosnzn_twbox .lrbox .box-header{padding:18px 25px;font-size:14px;color:#373d41;}
.in_kosnzn_twbox .lrbox .box-header p{
	width:307px;
	overflow: hidden;
	white-space:nowrap;          /* 不换行 */
	text-overflow:ellipsis;         /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.in_kosnzn_twbox .wz{
	word-break:keep-all;           /* 不换行 */
	white-space:nowrap;          /* 不换行 */
	display:block;                     /*内联对象需加*/
	width:31em;
	overflow:hidden;               /* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;         /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

.in_kosnzn_twbox .lrbox .item-box:hover{box-shadow:0 0 15px rgba(186,204,207,.7)}

.in_kosnzn_twbox .lrbox .item-box:hover .img-area img{-webkit-transform:scale(1.1);transform:scale(1.1)}

.in_kosnzn_twbox .lrbox .wzlist {
	width:359px;
	height:100px;
    font-size: 14px;
    padding-left:0;
	display: block;
}
.in_kosnzn_twbox .lrbox .wzlist li{
	width:359px;
	height:25px;
	overflow: hidden;
}
.in_kosnzn_twbox .lrbox .wzlist li a{
	width:359px;
	line-height:25px;
	height:25px;
	overflow: hidden;
	/*white-space:nowrap;          !* 不换行 *!*/
	text-overflow:ellipsis;         /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}

.footer {
	background-color:#f1f1f1;

}
.footer .foot_bq{
	height: 110px;
	background-image: url(../images/footer_bg1.gif);
	background-repeat: repeat;
}


.footer .wzlist{
	width:1000px;
}
.footer .wzlist li{
	width:200px;
	float:left;	
	}

.footer .wzlist li h2,.footer .rightbox_kf h2{
	color: #000000;
	line-height:51px;
	font-size:16px;
	font-weight:normal;
	}
.footer .wzlist li a{
	width:190px;
	height:25px;
	line-height:25px;
	background-position:-1197px -270px;
	padding-left:10px;
	display:block;
}
.footer .wzlist li a:hover{
	background-position:-1197px -325px;
}
.footer .rightbox_kf{
	width: 112px;
	padding-left:87px; 
	border-left: 1px dashed #c7c7c7;
	float: right;
}
.footer .rightbox_kf ul{
	margin-top:5px;
}
.footer .rightbox_kf li{
	width: 112px;
	height: 27px;
	position: relative;
	margin-bottom:8px;
}
.footer .rightbox_kf li .bq{
	width: 80px;
	padding-left: 30px;
	height: 25px;
	line-height:25px;
	border: 1px solid #dadada;
	display: block;
	position: relative;
}
.footer .rightbox_kf li .bq:hover,.footer .rightbox_kf li .bq:hover a{
	background: #FFFFFF;
}
.footer .rightbox_kf li .bq a{
	display: block;
}
.footer .rightbox_kf li p:hover{
	cursor: pointer;
	color:#008de7;
}
.footer .rightbox_kf i{
	height: 25px;
	font-size: 21px;
	display:inline-block;
	position: absolute;
	left:0px;
	margin-left:5px;
}
.footer .rightbox_kf .weibo i{
	top:3px;
}
.footer .rightbox_kf .qq i{
	top:3px;
}

.footer .rightbox_kf .weixin i{
	top:3px;
}

.footer .rightbox_kf .weixin .ewm{
	display:none;	
	}
.footer .rightbox_kf .weixin:hover .ewm{
	display:block;	
	}
.footer .rightbox_kf .weixin .ewm{
	width:150px;
	height:180px;
	padding:10px;
	background-color:#FFF;
	top:-205px;
	z-index: 9999;
	display:block;
	position:absolute;
	margin-left:-50px;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: 0 0 3px -1px #525252;
	-moz-box-shadow: 0 0 3px -1px #525252;
	box-shadow: 0 0 3px -1px #525252;
	display:none;
	}
.footer .rightbox_kf .weixin .ewm .btsj{
	overflow: hidden;
    position: absolute;
	text-align:center;
    width:150px;
    height: 10px;
	bottom:-10px;
    z-index: 1;
    display: block;
	}

.footer .rightbox_kf .weixin .ewm .btsj:after {
    border: 1px solid;
    content: "";
    display: block;
    position: absolute;
	left:50%;
	
	margin-top:-11px;
    width:13px;
    height:13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
	background: #fff;
    border-color: #d8d8d8;
}


.footer .rightbox_kf .weixin .ewm .imgbox{
	width:150px;
	height:180px;
	display:block;
	overflow:hidden;
	}
.footer .rightbox_kf .weixin .ewm .imgbox img{
	max-width:100%;
}
.footer .rightbox_kf .weixin .ewm .imgbox span{
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
}

.footer .footerbox .footnav a{
	line-height: 25px;
}
.footer .footerbox .footnav a{
	margin-left: 10px;
	margin-right: 10px;
}
.footer .footerbox .copyright{
	font-size: 12px;
	line-height: 25px;
}
.footer .rzico{
	height:42px;
	padding:10px;
	text-align: center;
	/*background-color:#f9f9f9;*/
	border:1px solid #e8e8e8;
}
.footer .rzico ul{
	display:inline-table;
	text-align: center;
}
.footer .rzico li{
	display:inline;
	margin-left:10px;
	margin-right:10px;
	float:left;
}
.footer .rzico li img{
	max-height:42px;
	height:42px;
}
.footer .linkbox{
	color: #acacac;
	background-color:#ffffff;
	border-top: 1px solid #e8e8e8;
	line-height: 21px;
	font-size: 12px;
	padding:5px 0;
}
.footer .linkbox a{
	color: #acacac;
	display: inline-block;
	margin-right: 5px;
}
.footer .linkbox a:hover{
	color:#000;
}

.float_rightdiv{
	width:40px;
	display: block;
	position: fixed;
	right:5px;
	top:50%;
	margin-top:-115px;
	z-index: 100;
}
.float_rightdiv li{
	margin-bottom: 5px;
	width: 40px;
	height: 40px;
	display: block;
	position: relative;

}
.float_rightdiv li .icobox{
	width: 40px;
	height: 40px;
	background-color:rgba(11,111,195,.8);
	display: block;
	border-radius:5px;
	-moz-border-radius:5px; /* 老的 Firefox */
	text-indent: -10000px;
}
.float_rightdiv li .icobox:hover,.float_rightdiv li a:hover .icobox{
	background-color:rgba(255,255,255,.8);
	
}

.float_rightdiv .icoimg{
	background-image: url(../images/mainfloat_right.png);
	background-repeat: no-repeat;
/*	
	transition-duration:0.2s;
*/	
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
 	transition: all 0.3s;
	cursor: pointer;
}
.float_rightdiv .home .icoimg{
	background-position:0 0;
}
.float_rightdiv .home:hover .icoimg{
	background-position:-40px 0px;
	background-color:rgba(255,255,255,.8);
}

.float_rightdiv .qq .icoimg{
	background-position:0px -40px;
}
.float_rightdiv .qq:hover .icoimg{
	background-position:-40px -40px;
	background-color:rgba(255,255,255,.8);
}
.float_rightdiv .weixin .icoimg{
	background-position:0px -80px;
}
.float_rightdiv .weixin:hover .icoimg{
	background-position:-40px -80px;
	background-color:rgba(255,255,255,.8);
}


.float_rightdiv .ewm .icoimg{
	background-position:0px -120px;
}
.float_rightdiv .ewm:hover .icoimg{
	background-position:-40px -120px;
	background-color:rgba(255,255,255,.8);
}


.float_rightdiv .tel .icoimg{
	background-position:0px -160px;
}
.float_rightdiv .tel:hover .icoimg{
	background-position:-40px -160px;
	background-color:rgba(255,255,255,.8);
}


.float_rightdiv .top.icoimg{
	background-position:0px -200px;
}
.float_rightdiv .top:hover.icoimg{
	background-position:-40px -200px;
}


.float_rightdiv .home .tsbox,.float_rightdiv .qq .qqbox,.float_rightdiv .weixin .ewmbox,.float_rightdiv .ewm .ewmbox,.float_rightdiv .tel .telbox{
	display: none;
}
.float_rightdiv .home:hover .tsbox,.float_rightdiv .qq:hover .qqbox,.float_rightdiv .weixin:hover .ewmbox,.float_rightdiv .ewm:hover .ewmbox,.float_rightdiv .tel:hover .telbox{
	display: block;
	
}


/*二维码容器*/
.float_rightdiv .tsbox{
	width:80px;
	height:18px;
	line-height:18px;
	text-align:center;
	padding:10px 10px 10px 10px;
	background-color:#FFF;
	top:0px;
	z-index: 9999;
	position:absolute;
	right:45px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-webkit-box-shadow: 0 0 3px -1px #525252;
	-moz-box-shadow: 0 0 3px -1px #525252;
	box-shadow: 0 0 3px -1px #525252;

	-webkit-animation: 1s tmdbox;
	animation: 1s tsdbox;

}

@-webkit-keyframes tsdbox {
	0% { opacity:0; right:80px;}
	100% { opacity:1; right:45px;}
}
@keyframes tmdbox {
	0% { opacity:0; right:80px;}
	100% { opacity:1; right:45px;}
}


.float_rightdiv .tsbox .btsj{
	overflow: hidden;
	position: absolute;
	text-align:center;
	width:10px;
	height: 17px;
	right:-10px;
	top:10px;
	z-index: 1;
	display: block;
}

.float_rightdiv .tsbox .btsj:after {
	border: 1px solid;
	content: "";
	display: block;
	position: absolute;
	left:1px;

	margin-top:0px;
	width:10px;
	height:13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
	background: #fff;
	border-color: #d8d8d8;
}


.float_rightdiv .tsbox .imgbox{
	width:150px;
	height:170px;
	display:block;
	overflow:hidden;
}

/*二维码容器*/
.float_rightdiv .ewmbox2 {
	width:320px!important;
}
.float_rightdiv .ewmbox2 .imgbox{
	float:left;
}
.float_rightdiv .ewmbox2:first-of-type .imgbox{
	margin-right:10px;
}

.float_rightdiv .ewmbox{
	width:150px;
	height:170px;
	padding:10px 10px 10px 10px;
	background-color:#FFF;
	top:-76px;
	z-index: 9999;
	position:absolute;
	right:45px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-webkit-box-shadow: 0 0 3px -1px #525252;
	-moz-box-shadow: 0 0 3px -1px #525252;
	box-shadow: 0 0 3px -1px #525252;
	
	-webkit-animation: 1s tmdbox;
  	animation: 1s tmdbox;  
	}

@-webkit-keyframes tmdbox {
  0% { opacity:0; right:80px;}
  100% { opacity:1; right:45px;}
}
@keyframes tmdbox {
  0% { opacity:0; right:80px;}
  100% { opacity:1; right:45px;}
}


.float_rightdiv .ewmbox .btsj{
	overflow: hidden;
    position: absolute;
	text-align:center;
    width:10px;
    height: 17px;
	right:-10px;
	top:88px;
    z-index: 1;
    display: block;
	}

.float_rightdiv .ewmbox .btsj:after {
    border: 1px solid;
    content: "";
    display: block;
    position: absolute;
	left:1px;
	
	margin-top:0px;
    width:10px;
    height:13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
	background: #fff;
    border-color: #d8d8d8;
}


.float_rightdiv .ewmbox .imgbox{
	width:150px;
	height:170px;
	display:block;
	overflow:hidden;
	}
.float_rightdiv .ewmbox .imgbox img{
	max-width:100%;
}
.float_rightdiv .ewmbox .imgbox span{
	height: 20px;
	line-height: 20px;
	text-align: center;
	color:#8f8f8f;
	display: block;
}



/*联系及QQ电话容器*/
.float_rightdiv .telbox,.float_rightdiv .qqbox{
	width:200px;
	height:140px;
	padding:15px;
	background-color:#FFF;
	top:-66px;
	z-index: 9999;
	position:absolute;
	right:45px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	-webkit-box-shadow: 0 0 3px -1px #525252;
	-moz-box-shadow: 0 0 3px -1px #525252;
	box-shadow: 0 0 3px -1px #525252;
	-webkit-animation: 1s tellrbox;
  	animation: 1s tellrbox; 
/*	
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
	 opacity: 0;
	
*/
}
@-webkit-keyframes tellrbox {
  0% { opacity:0; right:80px;}
  100% { opacity:1; right:45px;}
}
@keyframes tellrbox {
  0% { opacity:0; right:80px;}
  100% { opacity:1; right:45px;}
}
.float_rightdiv .telbox .btsj,.float_rightdiv .qqbox .btsj{
	overflow: hidden;
    position: absolute;
	text-align:center;
    width:10px;
    height: 17px;
	right:-10px;
	top:77px;
	z-index: 1;
    display: block 
	}

.float_rightdiv .telbox .btsj:after,.float_rightdiv .qqbox .btsj:after {
    border: 1px solid;
    content: "";
    display: block;
    position: absolute;
	left:1px;
	
	margin-top:0px;
    width:10px;
    height:13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
	background: #fff;
    border-color: #d8d8d8;
}


.float_rightdiv .telbox .lrbox,.float_rightdiv .qqbox .lrbox{
	width:200px;
	height:140px;
	display:block;
	overflow:hidden;
	}
.float_rightdiv .telbox .lrbox p,.float_rightdiv .qqbox .lrbox p{
	width:200px;
	height:25px;
	line-height: 25px;
	padding:10px 0;
	border-bottom: 1px dotted #D1D1D1;
}
.float_rightdiv .telbox .lrbox p:last-child,.float_rightdiv .qqbox .lrbox p:last-child{
	border-bottom: 0;
}
.float_rightdiv .telbox .lrbox span,.float_rightdiv .qqbox .lrbox span{
	padding: 0 10px;
	margin-right:10px;
	font-size: 14px;
	background-color:rgba(196,228,255,.6);
	display: inline-block;
	border-radius:5px;
	-moz-border-radius:5px;
	float: left;
}
.float_rightdiv .telbox .lrbox em{
	font-size: 16px;
	font-weight: 100;
}

.float_rightdiv .qqbox .lrbox img{
	display: inline-block;
 }
	
/*返回顶部*/
.cd-top,a.cd-top {
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
	
  /* image replacement properties */
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  background-color:rgba(0,86,159,1)!important;
}
.cd-top.cd-fade-out:hover{
  background-color:rgba(255,255,255,1)!important;
	
}
.no-touch .cd-top:hover {
  opacity: 1;
}
/*
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
	
*/	


/*顶部导航扩展***********************/

   .navlist-wrap{float: right;position:relative}
   .navlist{margin-top:16px; }
   .navlist .nav-btn{float:left;margin-left:40px;color:#fff;vertical-align:middle;text-decoration:none; cursor:pointer;}
   .navlist .nav_link{float:left;margin-left:40px;color:#fff;vertical-align:middle;text-decoration:none; cursor:pointer;}


.navlist .nav-btn span{background:url(../images/broswer_home.png) no-repeat -29px -142px;display:inline-block;width:16px;height:16px;margin-left:4px;vertical-align:middle;*height:12px;*vertical-align:middle;*cursor:pointer;*letter-spacing:0;*margin-left:0;*background-position:-26px -145px}
.navlist .btn-active {	color:#bcdfff;}
.navlist .btn-active span{background:url(../images/broswer_home.png) no-repeat -8px -142px;*background-position:-5px -142px}
   .expand{height:0px;background-color:rgba(0,21,42,.8); position: absolute;width:100%;left:0;right:0;top:54px; overflow:hidden;}
.expand .download{height:34px;width:600%;}
.expand .download .item{float:left;width:16.66666666666667%}
.expand .download .item-active{display:block}
.expand .close-btn{width:120px;height:20px;background:url(../images/broswer_home.png) no-repeat -13px -117px;position:absolute;left:50%;bottom:0px;margin-left:-60px;cursor:pointer;}
.download .download-list{text-align:center;height:24px;padding-top:10px; }
.download .download-list .btn{display:inline-block;text-decoration:none;color:#bcdfff;font-size:16px;line-height:24px;margin:0 28px;cursor:pointer}
.download .download-list .btn:hover{color:#fff}
.download-list .btn .icon{background-repeat:no-repeat;background-image:url(../images/broswer_home.png);height:56px;width:56px;float:left}
.download-list .btn .text{float:left;}
.download-list .zj .icon{background-position:-4px 0}
.download .download-list .zj{}
.download .download-list .zj:hover .icon{background-position:-5px -57px}
.download .download-list .sjgj{}
.download .download-list .sjgj .icon{background-position:-58px 0}
.download .download-list .sjgj:hover .icon{background-position:-59px -58px}
.download .download-list .wdj{}
.download-list .wdj .icon{background-position:-169px -4px}
.download-list .wdj:hover .icon{background-position:-169px -64px}
.download .download-list .jy{}
.download-list .jy .icon{background-position:-114px 0}
.download-list .jy:hover .icon{background-position:-114px -62px}
.download-list .apple .icon{background-position:-225px -1px;width:38px}
.download-list .apple:hover .icon{background-position:-225px -58px}
.download-list .itools .icon{background-position:-270px 0}
.download-list .itools:hover .icon{background-position:-270px -57px}
.top-nav .nav-bottom-bg{height:7px;_font-size:1px;background-color:#fff}


/*栏目页开始**********************/
.lr_bannerbox{
	width: 100%;
	height:400px;
	background-color:rgba(0,73,145,1);
	position: relative;
}
.lr_bannerbox .main{
	position: relative;
}
.lr_bannerbox .main .titbox{
	display: inline-block;
	position: absolute;
	left:0;
	top:150px;
	z-index:2;
	text-align:left;

}
.lr_bannerbox .main .titbox h2{
	color:rgba(255,255,255,1);
	font-size:40px;
	line-height:46px;
	font-weight:normal;
}
.lr_bannerbox .main .titbox h3{
	font-size:24px;
	line-height:26px;
	color:rgba(255,255,255,0.6);
	font-weight:normal;

}



.lr_bannerbox .main .pi,.pi1, .pi2 {
	width:1200px;
	height:400px;
	float: right;
}




/*关于我们主页*********/
.lr_aboutmainbox{
	width: 100%;
	position: relative;
}

.about_gsjsbox{
	height:410px;
	-moz-box-shadow:0 0 8px rgba(152, 152,152,0.8); /* 老的 Firefox */
	box-shadow: 0 0 8px rgba(152, 152,152,0.8);;
}
.about_gsjsbox .pic{
	width:500px;
	height:410px;
}










/*单页模块*/
.contentnav{
	width:100%;
	height: auto;
}
.contentnav .nav_onebox{
	height:50px;
	background-color:#f8f8f8;
	border-bottom:1px solid #dcdcdc;
}
.contentnav .leftnavbox ul{
	border-left:1px solid #f0f0f0;
	height:50px;
}
.contentnav .leftnavbox li{
	height:50px;
	border-right:1px solid #f0f0f0;
	position: relative;
	float:left;
}


.contentnav .leftnavbox li a{
	line-height:50px;
	padding:0 20px;
	font-size:18px;
	display: block;
}
.contentnav .leftnavbox li a:hover{
    color:#cf0000;
	background-color:#ffffff;
}
.contentnav .leftnavbox li.active a{
	color:#004991;
	background-color:#e4f3ff;
}
.contentnav .leftnavbox li .btsj{
	display: none;;
}
.contentnav .leftnavbox li.active .btsj{
	overflow: hidden;
	position: absolute;
	text-align:center;
	left:50%;
	margin-left:-7px;
	width:15px;
	height:10px;
	bottom:-8px;
	z-index: 1;
	display: block;
}

.contentnav .leftnavbox li.active .btsj:after {
	border:1px solid ;
	content: "";
	display: block;
	position: absolute;
	left:50%;

	margin-top:-11px;
	width:13px;
	height:13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
	background:#e4f3ff;
	border-color:#dcdcdc;
}

.contentnav .rightnavarticlebox{
    height:36px;
    padding:0 25px;
    /*border:1px solid #f0f0f0;*/
    border-radius:18px;
    -moz-border-radius:16px;
    margin-top:5px;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);
}

.contentnav .rightnavarticlebox:hover{
    background-color:#ffffff;
}
.contentnav .rightnavarticlebox a{
    height:36px;
    line-height:36px;
    max-width:320px;
    display: inline-block;
    overflow:hidden;
     /*word-break:keep-all;*/
    /*不换行*/
    /*white-space:nowrap;*/
    /*不换行*/
    /*text-overflow:ellipsis;*/

    /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*当前位置*/
.contentnav .dqwz,.dqwzty {
	color:#7b7b7b;
	height:24px;
	line-height:24px;
	padding-top:13px;
}
.contentnav .dqwz i,.dqwzty i{
}
.contentnav  .dqwz span,.dqwzty span {
	padding:0 10px;
	font-family:"宋体";
	display: inline-block;
}
.contentnav .dqwz a,.dqwzty a {
	text-decoration: none;
}
.contentnav .dqwz a:hover,.dqwzty a:hover {
	color:#cf0000;
	text-decoration: none;
}



.contentnav .nav_twobox{
    height:36px;
    background-color:#f0f0f0;
    border-bottom:1px solid #e4e4e4;
}
.contentnav .leftlrbox{
    height:36px;
}
.contentnav .leftlrbox li{
    float: left;
}
.contentnav .leftlrbox li a{
    color:#8f8f8f;
    line-height:36px;
    padding:0 20px;
    font-size:14px;
    display: block;
}
.contentnav .leftlrbox li a:hover{
    color:#004991;
}
.contentnav .leftlrbox li.active a{
	color:#cf0000;
}
.mainbox1{
	width:100%;
	height:auto;
	/*background-color:#f0f0f0;*/
}
.mainbox1 .dqwzty{ padding-bottom:13px;}
.mainbox1 .tybox{
    padding:20px 40px 40px;
    /*background:rgba(255,255,255,1);*/
    /*background-color: #ffffff;*/
}
.mainbox1 .tybox2{
	padding:20px 40px 40px;
	background:rgba(255,255,255,1);
	background-color: #ffffff;
}
.mainbox1 .tybox2_2{
	padding:10px 40px 40px;
	background:rgba(255,255,255,1);
	background-color: #ffffff;
}

.mainbox1 .tybox3{
	padding:40px;
	background:rgba(255,255,255,1);
	background-color: #ffffff;
}
.mainbox2{
	width:100%;
	height:auto;
	background-color:#ffffff;
}
.mainbg1{
	background: url("../images/main_bg1.gif") repeat-y;
}
.mainbg2{
	background: url("../images/main_bg2.gif") repeat-y;
}

/*案例展示详细页面*/

.mainbox1 .tybox2 .titl {
	width:1120px;
	height:auto;
	text-align:center;
}
.mainbox1 .tybox2 .titl h1 {
	line-height:51px;
	font-size: 25px;
	padding-bottom:10px;
	font-weight:normal;
	color:#004991;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .tybox2 .titl .laizi {
	color:#8f8f8f;
	height:42px;
	padding:10px 0;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .tybox2 .titl .laizi .fx{
	width:200px;
	height:42px;
	text-align:left;
	float:left;
}
.mainbox1 .tybox2 .titl .laizi .fx span.flol{
	height:42px;
	line-height:42px;
}

.mainbox1 .tybox2 .titl .laizi .fr {
	width:720px;
	float:left;
	text-align:center;
	line-height:42px;
}
.mainbox1 .tybox2 .titl .laizi .fr a{
	color:#717171;
}
.mainbox1 .tybox2 .titl .laizi .fr a:hover{
	color:#c00a00;
}
.mainbox1 .tybox2 .titl .laizi .zh {
	width:100px;
	color: #7E7E7E;
	line-height:42px;
	text-align:right;
	float: right;
}
.mainbox1 .tybox2 .titl .laizi .zh span {
	font-weight: bold;
	cursor: pointer;
}
.mainbox1 .tybox2 .titl .laizi .zh  em{
	color:#CCC;
}
.mainbox1 .tybox2 .titl .laizi .zh .small {
	font-size:10px !important;
	padding-left:7px;
	padding-right:7px;
	display:inline-block;
}
.mainbox1 .tybox2 .titl .laizi .zh .big {
	font-size:16px!important;
	padding-left:7px;
	padding-right:7px;
	display:inline-block;
}
.mainbox1 .tybox2 .titl .lr2 {
	height:28px;
	padding:10px 0;
	text-align: center;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .tybox2 .titl .lr2 span,.mainbox1 .tybox2 .titl .lr2 a{
	color:#8f8f8f;
	line-height:26px;
	padding:0 15px;
	margin:0 10px;
	border:1px solid #f0f0f0;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.mainbox1 .tybox2 .titl .lr2 a:hover{
	color:#cf0000;
	border:1px solid #cf0000;
}



/*文章详细页面--单页*/

.mainbox1 .tybox2_2 .titl {
    width:1120px;
    height:auto;
    text-align:center;
}
.mainbox1 .tybox2_2 .titl h1 {
    line-height:51px;
    font-size: 25px;
    padding-bottom:10px;
    font-weight:normal;
    color:#004991;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .tybox2_2 .titl .laizi {
    color:#8f8f8f;
    height:42px;
    padding:10px 0;
    border-bottom:1px solid #f0f0f0;
}
.mainbox1 .tybox2_2 .titl .laizi .fx{
    width:200px;
    text-align:left;
    float:left;
}
.mainbox1 .tybox2_2 .titl .laizi .fx span.flol{
	height:42px;
	line-height:42px;
}
.mainbox1 .tybox2_2 .titl .laizi .fr {
    width:720px;
    float:left;
    text-align:center;
}
.mainbox1 .tybox2_2 .titl .laizi .fr a{
    color:#717171;
}
.mainbox1 .tybox2_2 .titl .laizi .fr a:hover{
    color:#c00a00;
}
.mainbox1 .tybox2_2 .titl .laizi .zh {
    width:100px;
    color: #7E7E7E;
    text-align:right;
    float: right;
}
.mainbox1 .tybox2_2 .titl .laizi .zh span {
    font-weight: bold;
    cursor: pointer;
}
.mainbox1 .tybox2_2 .titl .laizi .zh  em{
    color:#CCC;
}
.mainbox1 .tybox2_2 .titl .laizi .zh .small {
    font-size:10px !important;
    padding-left:7px;
    padding-right:7px;
    display:inline-block;
}
.mainbox1 .tybox2_2 .titl .laizi .zh .big {
    font-size:16px!important;
    padding-left:7px;
    padding-right:7px;
    display:inline-block;
}
.mainbox1 .tybox2_2 .titl .lr2 {
	height:28px;
	padding:10px 0;
	text-align: center;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .tybox2_2 .titl .lr2 span,.mainbox1 .tybox2_2 .titl .lr2 a{
	color:#8f8f8f;
	line-height:26px;
	padding:0 15px;
	margin:0 10px;
	border:1px solid #f0f0f0;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.mainbox1 .tybox2_2 .titl .lr2 a:hover{
	color:#cf0000;
	border:1px solid #cf0000;
}
.mainbox1 .tybox2_2 .detbox{
    width:1120px;
    height:auto;
    line-height:1.5em;
    font-size:16px;
    padding-top:20px;
    padding-bottom:20px;
    overflow: hidden;
}

.mainbox1 .detbox .fmt{
	max-width:90%;
	margin:15px auto;

}
.mainbox1 .detbox .fmt img{
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
}
.mainbox1 .detbox .video{
	width:610px;
	height:368px;
	margin:15px auto;
}

.mainbox1  .detbox img{
	max-width:100%;
}
.mainbox1 .detbox  p{
    margin-bottom:15px;
}
.mainbox1 .detbox  a{
    color:#004991;
    text-decoration: underline;
}
.mainbox1 .detbox  a:hover{
    color:#cf0000;
}
.mainbox1 .detbox iframe{
	min-width:800px;
	min-height:450px;
}


.mainbox1  .articletjlist li{
	width:560px;
	height:30px;
}
.mainbox1 .articletjlist li a{
	width:550px;
	height:30px;
	line-height:30px;
	font-size:14px;
	padding-left:10px;
	float: left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mainbox1 .articletjlist li a:hover {
	color: #cf0000;
}
.mainbox1  .articletjlist li span{
	color:#8f8f8f;
	float: right;
}


/*文章详细页--详情页1*/

.mainbox1 .rightlrbox1 .titl {
	width:860px;
	height:auto;
	text-align:center;
}
.mainbox1 .rightlrbox1 .titl h1 {
	line-height:51px;
	font-size: 25px;
	padding-bottom:10px;
	font-weight:normal;
	color:#004991;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .rightlrbox1 .titl .laizi {
	color:#8f8f8f;
	height:42px;
	padding:10px 0;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .rightlrbox1 .titl .laizi .fx{
	width:200px;
	text-align:left;
	float:left;
}
.mainbox1 .rightlrbox1 .titl .laizi .fx span.flol{
	height:42px;
	line-height:42px;
}

/*.mainbox1 .tybox .titl .laizi .fx .bdshare-button-style1-16 a{*/
/*line-height:16px;*/
/*height:16px;*/
/*margin-top:10px;*/
/*}*/
.mainbox1 .rightlrbox1 .titl .laizi .fr {
	width:460px;
	float:left;
	text-align:center;
	height:42px;
	line-height:42px;
}
.mainbox1 .rightlrbox1 .titl .laizi .fr a{
	color:#717171;
}
.mainbox1 .rightlrbox1 .titl .laizi .fr a:hover{
	color:#c00a00;
}
.mainbox1 .rightlrbox1 .titl .laizi .zh {
	height:42px;
	line-height:42px;
	width:100px;
	color: #7E7E7E;
	text-align:right;
	float: right;
}
.mainbox1 .rightlrbox1 .titl .laizi .zh span {
	font-weight: bold;
	cursor: pointer;
}
.mainbox1 .rightlrbox1 .titl .laizi .zh  em{
	color:#CCC;
}
.mainbox1 .rightlrbox1 .titl .laizi .zh .small {
	font-size:10px !important;
	padding-left:7px;
	padding-right:7px;
	display:inline-block;
}
.mainbox1 .rightlrbox1 .titl .laizi .zh .big {
	font-size:16px!important;
	padding-left:7px;
	padding-right:7px;
	display:inline-block;
}
.mainbox1 .rightlrbox1 .titl .lr2 {
	height:28px;
	padding:10px 0;
	text-align: center;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .rightlrbox1 .titl .lr2 span,.mainbox1 .rightlrbox1 .titl .lr2 a{
	color:#8f8f8f;
	line-height:26px;
	padding:0 15px;
	margin:0 10px;
	border:1px solid #f0f0f0;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.mainbox1 .rightlrbox1 .titl .lr2 a:hover{
	color:#cf0000;
	border:1px solid #cf0000;
}
.mainbox1 .rightlrbox1 .detbox{
	width:860px;
	height:auto;
	line-height:1.5em;
	font-size:16px;
	padding-top:20px;
	padding-bottom:20px;
	overflow: hidden;
}



/*文章详细页--详情页2*/

.mainbox1 .rightlrbox2 .titl {
	width:840px;
	height:auto;
	text-align:center;
}
.mainbox1 .rightlrbox2 .titl h1 {
	line-height:51px;
	font-size: 25px;
	padding-bottom:10px;
	font-weight:normal;
	color:#004991;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .rightlrbox2 .titl .laizi {
	color:#8f8f8f;
	height:42px;
	padding:10px 0;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .rightlrbox2 .titl .laizi .fx{
	width:200px;
	text-align:left;
	float:left;
}

.mainbox1 .rightlrbox2 .titl .laizi .fx span.flol{
	height:42px;
	line-height:42px;
}


/*.mainbox1 .tybox .titl .laizi .fx .bdshare-button-style1-16 a{*/
/*line-height:16px;*/
/*height:16px;*/
/*margin-top:10px;*/
/*}*/
.mainbox1 .rightlrbox2 .titl .laizi .fr {
	width:440px;
	float:left;
	text-align:center;
}
.mainbox1 .rightlrbox2 .titl .laizi .fr a{
	color:#717171;
}
.mainbox1 .rightlrbox2 .titl .laizi .fr a:hover{
	color:#c00a00;
}
.mainbox1 .rightlrbox2 .titl .laizi .zh {
	width:100px;
	color: #7E7E7E;
	height:42px;
	line-height:42px;

	text-align:right;
	float: right;
}
.mainbox1 .rightlrbox2 .titl .laizi .zh span {
	font-weight: bold;
	cursor: pointer;
}
.mainbox1 .rightlrbox2 .titl .laizi .zh  em{
	color:#CCC;
}
.mainbox1 .rightlrbox2 .titl .laizi .zh .small {
	font-size:10px !important;
	padding-left:7px;
	padding-right:7px;
	display:inline-block;
}
.mainbox1 .rightlrbox2 .titl .laizi .zh .big {
	font-size:16px!important;
	padding-left:7px;
	padding-right:7px;
	display:inline-block;
}
.mainbox1 .rightlrbox2 .titl .lr2 {
	height:28px;
	padding:10px 0;
	text-align: center;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
}
.mainbox1 .rightlrbox2 .titl .lr2 span,.mainbox1 .rightlrbox2 .titl .lr2 a{
	color:#8f8f8f;
	line-height:26px;
	padding:0 15px;
	margin:0 10px;
	border:1px solid #f0f0f0;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.mainbox1 .rightlrbox2 .titl .lr2 a:hover{
	color:#cf0000;
	border:1px solid #cf0000;
}
.mainbox1 .rightlrbox2 .detbox{
	width:840px;
	height:auto;
	line-height:1.5em;
	font-size:16px;
	padding-top:20px;
	padding-bottom:20px;
	overflow: hidden;
}





/*文章列表页面*/

.mainbox1  .leftlrbox1 {
	width:260px;
	/*background-color:#f8f8f8;*/
	height: auto;
}
.mainbox1 .leftlrbox1 .titlebox {
	height:51px;
	width:100%;
	position: relative;

}
.mainbox1 .leftlrbox1 .titlebox h3{
	height:50px;
	line-height:50px;
	font-size:26px;
	display:inline-block;
	width:220px;
	color:#343637;
	text-align: right;
	font-weight: inherit;
	position: relative;
	float: left;

}
.mainbox1 .leftlrbox1 .titlebox hr{
	color:#e0e0e0;
	height:1px;
	padding:0;
	margin:0;
	border:0;
	border-top:1px solid #e0e0e0;
	clear: both;
}
.mainbox1 .leftlrbox1 .titlebox i{
	width:45px;
	height:35px;
	line-height:35px;
	font-size:1.8em;
	color:#e0e0e0;
	background-color:#f8f8f8;
	text-align: center;
	top:35px;
	left:20px;
	position: absolute;
	display: block;
}

.mainbox1  .leftlrbox1 .jg{
	width:100%;
	height:20px;
	background-color:#f0f0f0;
	display: block;
}
.mainbox1  .leftlrbox1 .left_adbox1{
	width:240px;
	overflow: hidden;
	background-color:#0ea432;
	margin-left: auto;
	margin-right: auto;
}

.mainbox1  .leftlrbox1 .left_adbox2{
	width:260px;
	height:auto;
	background-color:#0ea432;
}

.mainbox1  .leftlrbox1 .leftwzbox{
	margin:25px 15px 15px;
	display: block;
}

.mainbox1  .leftlrbox1 .leftwzbox li{
	width:100%;
	height:auto;
	margin-bottom:10px;

}
.mainbox1  .leftlrbox1 .leftwzbox li a{
	line-height:24px;
	font-size:14px;
	padding-left:10px;
	float: left;
	display: block;
	max-height:46px;
}
.mainbox1  .leftlrbox1 .leftwzbox li a:hover {
	color: #cf0000;
}
.mainbox1  .leftlrbox1 .leftwzbox li span{
	color:#8f8f8f;
	float: right;
}

/*左菜单*/
.VerticalMenu {
	width: 200px;
	height:auto;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
	cursor: pointer;
	/*position: relative;*/
	z-index:2;
}
.VerticalMenu > div {
	width: 200px;
	float: left;
}
.VerticalMenu > div > div:first-child {
	text-align:left;
	height: 40px;
	line-height: 40px;
	padding-right: 20px;
	border-bottom: 1px solid  #f0f0f0;
	transition: background-color 0.4s linear;
	position:relative;
}
.VerticalMenu > div > a {
	text-align:left;
	height: 40px;
	line-height: 40px;
	font-size:16px;
	padding-left:20px;
	padding-right: 20px;
	background: url("../images/icon_lrnavbg1.gif") no-repeat left center;
	border-bottom: 1px solid  #f0f0f0;
	transition: background-color 0.4s linear;
	position:relative;
	display: block;
}
.VerticalMenu > div > a:hover{
	background: url("../images/icon_lrnavbg2.gif") no-repeat left center;
}
.VerticalMenu > div > a.active {
	color: #004991;
	background: url("../images/icon_lrnavbg2.gif") no-repeat left center;
}

.VerticalMenu > div > div:first-child > a{
	font-size:16px;
	width:180px;
	padding-left:20px;
	height: 40px;
	line-height: 40px;
	background: url("../images/icon_lrnavbg1.gif") no-repeat left center;
	display: block;
	float: left;
}
.VerticalMenu > div > div:first-child > span{
	font-size:16px;
	width:180px;
	padding-left:20px;
	height: 40px;
	line-height: 40px;
	background: url("../images/icon_lrnavbg1.gif") no-repeat left center;
	display: block;
	float: left;
}
.VerticalMenu > div > div:first-child > a.active{
	color:#004991;
	background:url("../images/icon_lrnavbg2.gif") no-repeat left center;

}
.VerticalMenu > div > div:first-child > span.active{
	color:#004991;
	background:url("../images/icon_lrnavbg2.gif") no-repeat left center;

}
.VerticalMenu > div > div:first-child:hover {
	color:#004991;
}
.VerticalMenu > div > div:first-child:hover i{
	color:#004991;
}
.VerticalMenu > div > div > i{margin-top:15px; right:5px; position: absolute;}
.VerticalMenu > div > div:first-child > i:last-child {
	float: right;
	transform: rotate(0deg);
	transition: transform 0.4s linear;
}

.VerticalMenu > div > div:last-child {
	width: 200px;
	display: none;
}
.VerticalMenu > div > div:last-child > div {
	background-color: white;
	transition: background-color 0.1s linear;
	text-align: left;
	padding-left:20px;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.VerticalMenu > div > div:last-child > div:hover {
	background-color: #f0f0f0!important;
}


.VerticalMenu > div > div:last-child > a {
	/*background-color: white;
	transition: background-color 0.1s linear;*/
	color:#9a9a9a;
	text-align: left;
	padding-left:20px;
	line-height: 40px;
	/*border-bottom: 1px solid #e6e6e6;*/
	display: block;
}
.VerticalMenu > div > div:last-child > a:hover {
	color:#cf0000;
	background-color: #f0f0f0!important;
}


.VerticalMenu > div:last-child::after {
	display: block;
	clear: both;
}
/*.VerticalMenu > div:first-child > div:first-child {*/
	/*border-top-left-radius: 5px;*/
	/*border-top-right-radius: 5px;*/
/*}*/
/*.VerticalMenu > div:last-child > div:first-child {*/
	/*border-bottom-left-radius: 5px;*/
	/*border-bottom-right-radius: 5px;*/
/*}*/



.mainbox1 .rightlrbox1 {
	width:860px;
	height:auto;
	min-height:500px;
}

.mainbox1 .rightlrbox2 {
	width:840px;
	height:100%;
	/*min-height:500px;*/
}

.mainbox1  .articlelist1 li{
	width:100%;
	height:30px;
}
.mainbox1 .articlelist1 li a{
	width:720px;
	height:30px;
	line-height:30px;
	font-size:14px;
	padding-left:10px;
	float: left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mainbox1 .articlelist1 li a:hover {
	color: #cf0000;
}
.mainbox1  .articlelist1 li span{
	color:#8f8f8f;
	float: right;
}
.mainbox1  .articlelist1 li:nth-of-type(5),.mainbox1  .articlelist1 li:nth-of-type(10),.mainbox1  .articlelist1 li:nth-of-type(15),.mainbox1  .articlelist1 li:nth-of-type(20),.mainbox1  .articlelist1 li:nth-of-type(25),.mainbox1  .articlelist1 li:nth-of-type(30),.mainbox1  .articlelist1 li:nth-of-type(35),.mainbox1  .articlelist1 li:nth-of-type(40),.mainbox1  .articlelist1 li:nth-of-type(45),.mainbox1  .articlelist1 li:nth-of-type(50),.mainbox1  .articlelist1 li:nth-of-type(50),.mainbox1  .articlelist1 li:nth-of-type(55),.mainbox1  .articlelist1 li:nth-of-type(60),.mainbox1  .articlelist1 li:nth-of-type(65),.mainbox1  .articlelist1 li:nth-of-type(70),.mainbox1  .articlelist1 li:nth-of-type(75),.mainbox1  .articlelist1 li:nth-of-type(80),.mainbox1  .articlelist1 li:nth-of-type(85),.mainbox1  .articlelist1 li:nth-of-type(90),.mainbox1  .articlelist1 li:nth-of-type(95),.mainbox1  .articlelist1 li:nth-of-type(100),.mainbox1  .articlelist1 li:nth-of-type(105),.mainbox1  .articlelist1 li:nth-of-type(110),.mainbox1  .articlelist1 li:nth-of-type(115),.mainbox1  .articlelist1 li:nth-of-type(120),.mainbox1  .articlelist1 li:nth-of-type(125),.mainbox1  .articlelist1 li:nth-of-type(130){
    margin-bottom:15px;
}


/*图文列表*/
.twlist dl{
	height:auto;
	margin-bottom:10px;
}
.twlist dl dt{
	height:36px;
	line-height:36px;
	margin-bottom:5px;
}

.twlist dl dt h2 a{
	padding-left:15px;
	height:36px;
	font-size:16px;
	font-weight:normal;
	color:#000;
	display:block;
	background-position:-1189px -476px;
}
.twlist dl dt h2 a:hover{
	color:#004991;
	background-position:-1189px -526px;
}
.twlist dl dd{
	clear:both;
}
.twlist dl .ddbg1{
	background-color: #FFFFFF;
	border:1px  dashed #E0E0E0;
	padding:15px 10px;
	min-height:75px;
}
.twlist dl .ddbg1:hover{
	border-color:#95beff;
	background:#f5f9ff;
}
.twlist dl dd .imgbox{
	width:100px;
	height:75px;
	margin-right:15px;
	overflow:hidden;
	float:left;
	display:block;
}
.twlist dl dd .imgbox img{
	max-width:100%;
}
.twlist dl dd p{
	line-height:19px;
	text-indent:2em;
	min-height:75px;
}


.twlist dl .ddbg2 {
	line-height:27px;
	height:27px;
	overflow:hidden;
}
.twlist dl .ddbg2 strong{
	color:#999;
}
.twlist dl .ddbg2 h3{
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	display:inline-block;
}

/*案例展示*/
.case_screening{
	padding:20px;
	width:1200px;
	height: auto;
	background:rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	margin-top:-30px;
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;

}

.screeningbox dl{
	margin-bottom:5px;
	display: inline-block;
}
.screeningbox dt{
	line-height:24px;
	width:89px;
	font-size:14px;
	padding-right:10px;
	border-right:1px solid #f0f0f0;
	text-align:right;
	float:left;
}
.screeningbox dd{
	width:1060px;
	float:right;
}
.screeningbox dd span{
	line-height:24px;
	padding:1px 15px;
	display:inline-block;
	float:left;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius:5px;/*safari或chrome*/
	-moz-border-radius:5px;/*firefox*/
}
.screeningbox dd span i{width:10px; height:10px; display: inline-block;margin-right:5px;	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.screeningbox .col_red{ background:red;}
.screeningbox .col_green{ background:green;}
.screeningbox .col_blue{ background:blue;}
.screeningbox .col_orange{ background:orange;}
.screeningbox .col_purple{ background:purple;}
.screeningbox .col_black{ background:black;}
.screeningbox .col_white{ background:white;}
.screeningbox dd span:hover{
	color:#cf0000;
	background: #fff;
}
.screeningbox .active,.screeningbox span.active,.screeningbox span.active,.screeningbox span:hover.active{
	color:#cf0000;
	line-height:24px;
	padding:0px 15px;
	display:block;
	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius:5px;/*safari或chrome*/
	-moz-border-radius:5px;/*firefox*/
}

/*案例详情页*/
.play{width:1120px;text-align:center;position:relative;overflow:hidden;margin-top:20px;}
.play img{
	max-width:100%;
}
.play .change_a{width:50%;height:100%;position:absolute;top:0;z-index:1;cursor:pointer;display:block;overflow:hidden;background:url(about:blank);}
.play .change_a:hover{background-color:rgba(0,0,0,0.1);}
.play .prev_a{left:0;}
.play .next_a{right:0}
.play .change_a span{width:24px;height:43px;display:block;position:absolute;top:50%;margin-top:-21px;display:none}
.play .prev_a span{background:url(../images/s_gallery_2012110702.png) no-repeat 0px -50px;left:30px;}
.play .next_a span{background:url(../images/s_gallery_2012110702.png) no-repeat -30px -50px;right:30px;}
.play .img_ul{position:relative;z-index:1;}

.img_hd {width:460px;overflow:hidden;height:66px;padding:2px 0;margin:15px auto;position:relative;}
.img_hd ul{position:absolute;z-index:1}
.img_hd ul li{float:left;width:80px;height:60px;border:3px solid #eee;cursor:pointer;margin:0 3px 0 1px;overflow:hidden;*display:inline;padding:1px;text-align:center}
.img_hd ul li img{height:60px;}
.img_hd ul li.on{border-color:rgb(45, 150, 233);}
.img_hd .bottom_a{background:url(../images/s_gallery_2012110702.png) no-repeat;width:22px;height:22px;position:absolute;display:block;top:50%;margin-top:-11px;cursor:pointer;z-index:10}
.img_hd .prev_a{background-position:0 -24px;left:5px;}
.img_hd .next_a{background-position:-30px -24px;right:5px;}



/*产品与服务主页*/


/* ---- particles.js container ---- */

#particles-js{
	width: 100%;
	height:600px;
	/*background-color: #8ed0ff;*/
	background-image: url('../style/products_index.css');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.products_main{
	width:100%;
	height: auto;
	padding:50px 0 80px;
}

.products_main1{
	width:100%;
	padding:100px 0;
	position: absolute;
	z-index:1;
	display: block;
}



/*产品与服务-网站建设主页*******/
.products_websitelx li{
	width:400px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */

}



.products_websitelx li:nth-child(1),.products_websitelx li:nth-child(2){
	border-right:1px solid #f0f0f0;
}
.products_websitelx li .icotb{
	width:120px;
	height:120px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color:#00b0ff;
	border-radius:50%;/*opera或ie9*/
	-webkit-border-radius:50%;/*safari或chrome*/
	-moz-border-radius:50%;/*firefox*/

}
.products_websitelx li .icotb i{
	width:60px;
	height:60px;
	display:inline-block;
	margin:30px 30px;
	background:url("../images/products_website_ico1.png");
	transition: all 0.3s ease-out 0s;
}
.products_websitelx li h2{
	color:#00a0e9;
	font-size:22px;
	font-weight:normal;
	height:50px;
	line-height:50px;
	margin-bottom:5px;
	text-align: center;
}
.products_websitelx li p{
	width:294px;
	line-height:24px;
	height:72px;
	overflow:hidden;
	color:#8f8f8f;
	text-indent:2em;
	margin-left: auto;
	margin-right: auto;
}
.products_websitelx .qy:hover h2,.products_websitelx .dzsw:hover h2,.products_websitelx .hymh:hover h2{
	color:#000000;
}
.products_websitelx .qy:hover .icotb{
	background-color:#008de7;
}
.products_websitelx .qy:hover .icotb i{
	background-position:-60px 0px;
}
.products_websitelx .dzsw:hover .icotb{
	background-color:#008de7;
}
.products_websitelx .dzsw .icotb i{
	background-position:0px -60px;
}
.products_websitelx .dzsw:hover .icotb i{
	background-position:-60px -60px;
}
.products_websitelx .hymh:hover .icotb{
	background-color:#008de7;
}
.products_websitelx .hymh .icotb i{
	background-position:0px -120px;
}
.products_websitelx .hymh:hover .icotb i{
	background-position:-60px -120px;
}




.products_websiteprocess{
	background:url("../images/products_website_lcbg.jpg");
	background-position: center top;
	width:100%;
	padding-top:60px;
	height:520px;
}
.website_process li{
	width:200px;
	float:left;
	position: relative;
	cursor: crosshair;
}
.website_process li span{
	width:13px;
	height:25px;
	display: block;
	position: absolute;
	top:50%;
	right:-6px;
	margin-top:-35px;
}

.website_process li .icotb {
	width: 100px;
	height:100px;
	padding-top:8px;
	padding-bottom:8px;
	background:url("../images/products_website_ico2bg.png");
	background-position:left top;
	position: relative;
	transition: all 0.3s ease-out 0s;
	margin-left: auto;
	margin-right: auto;
	   }
.website_process li:hover .icotb{
	background-position:left bottom;

}

.website_process li .icotb i{
	width:100px;
	height:100px;
	display:inline-block;
	background:url("../images/products_website_ico2.png");
	transition: all 0.3s ease-out 0s;
}

.website_process li .tb1 i{
	background-position:0px 0px;
}
.website_process li:hover .tb1 i{
	background-position:-100px 0px;
}
.website_process li .tb2 i{
	background-position:0px -100px;
}
.website_process li:hover .tb2 i{
	background-position:-100px -100px;
}
.website_process li .tb3 i{
	background-position:0px -200px;
}
.website_process li:hover .tb3 i{
	background-position:-100px -200px;
}
.website_process li .tb4 i{
	background-position:0px -300px;
}
.website_process li:hover .tb4 i{
	background-position:-100px -300px;
}
.website_process li .tb5 i{
	background-position:0px -400px;
}
.website_process li:hover .tb5 i{
	background-position:-100px -400px;
}
.website_process li .tb6 i{
	background-position:0px -500px;
}
.website_process li:hover .tb6 i{
	background-position:-100px -500px;
}




.website_process li h2{
	color:#d2ebff;
	font-size:22px;
	font-weight:normal;
	height:40px;
	line-height:40px;
	margin-bottom:15px;
	text-align: center;
}
.website_process li:hover h2{
	color:#fff;
}

.website_process li p{
	width:160px;
	line-height:24px;
	height:96px;
	overflow:hidden;
	color:#acdeff;
	text-align:center;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
}
.website_process li:hover p{
	color:#fff;
}
/*产品与服务-基础服务--域名******************/
.products_domainInquire{
	width:100%;
	height:90px;
	border-top:1px solid #003d76;
	background-color:#004b92;

}
.products_domainInquire .title{
	width:90px;
	height:36px;
	margin-top:27px;
	float:left;
}
.products_domainInquire .Inquirexz{
	width:785px;
	height:48px;
	margin-top:21px;
	margin-left:10px;
	display: block;
	position:relative;
	float: left;
}
.products_domainInquire .Inquirebox{
	width:600px;
	height:48px;
	background-color:#ffffff;
	background-image:url("../images/products_domainico1.png");
	background-position:10px center;
	background-repeat: no-repeat;
	padding-left:50px;
	position: relative;
	float:left;
}
.products_domainInquire .Inquirebox .inpbox{
	width:470px;
	height:48px;
	float: left;
}
.products_domainInquire .Inquirebox .inpbox input{
	width:470px;
	height:48px;
	line-height:48px;
	font-size:16px;
	padding:0;
	margin:0;
	border:0;
	outline:none;
}
.products_domainInquire .Inquirebox .xialabox{
	width:129px;
	height:48px;
	background-image: url("../images/products_domainico2.png");
	background-repeat: no-repeat;
	background-position:center center;
	border-left:1px solid #f0f0f0;
	cursor: pointer;
	display: block;
	float: left;
}

.products_domainInquire .Inquirebox .tishi{
	width:118px;
	height:14px;
	padding:5px;
	background-color:#004b92;
	top:-28px;
	z-index: 9999;
	display:block;
	position:absolute;
	right:0;
	border: 1px solid #54b1ff;
	-webkit-box-shadow: 0 0 3px -1px #525252;
	-moz-box-shadow: 0 0 3px -1px #525252;
	box-shadow: 0 0 3px -1px #525252;

	border-radius: 5px;
	-moz-border-radius: 5px;
}
.products_domainInquire .Inquirebox .tishi .btsj{
	overflow: hidden;
	position: absolute;
	text-align:center;
	width:130px;
	height:10px;
	bottom:-10px;
	margin-left:-6px;
	z-index: 1;
	display: block;
}

.products_domainInquire .Inquirebox .tishi .btsj:after {
	border: 1px solid;
	content: "";
	display: block;
	position: absolute;
	left:50%;
	margin-top:-11px;
	width:13px;
	height:13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
	background: #004b92;
	border-color:#54b1ff;
}


.products_domainInquire .Inquirebox .tishi .tslrbox{
	height:14px;
	line-height:14px;
	text-align: center;
	color:#00d2ff;
	display:block;
	overflow:hidden;
}



.products_domainInquire .chaxunbox{
	width:610px;
	height:160px;
	padding:20px;
	background-color:#ffffff;
	/*display: block;*/
	border-top: 1px solid #c3d8f3;
	box-shadow: 0 2px 3px #a3a3a3;
	position: absolute;
	top:48px;
	left:0;
	z-index:2;
	display:none;
}
.products_domainInquire .chaxunbox  .titlab{
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#8f8f8f;
	border-bottom:1px solid #e3e3e3;
	width:100%;
	display: block;
}

.products_domainInquire .chaxunbox  .titlab p{
	width:100px;
	height:30px;
	line-height:30px;
	margin-right:10px;
	font-size:14px;
	text-align: center;
	cursor:pointer;
	float:left;
	display: block;
	position: relative;
}
.products_domainInquire .chaxunbox  .titlab p.active{
	color:#008de7;
	font-weight: bold;
}
.products_domainInquire .chaxunbox  .titlab p.active .btsj{
	display: block;
}
.products_domainInquire .chaxunbox  .titlab .btsj{
	overflow: hidden;
	position: absolute;
	text-align:center;
	width:100px;
	height: 10px;
	bottom:-12px;
	z-index: 1;
	display:none;
}

.products_domainInquire .chaxunbox  .titlab .btsj:after {
	border: 1px solid;
	content: "";
	display: block;
	position: absolute;
	left:50%;

	margin-top:-11px;
	width:13px;
	height:13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
	background: #fff;
	border-color: #d8d8d8;
}


.products_domainInquire .chaxunbox .lrbox{
	padding:20px 0;
}




.products_domainInquire .domainReg_domains ul li {
	float: left;
	width: 122px;
	height:22px;
	position: relative;
	margin-bottom:5px;
}
.products_domainInquire .domainReg_domains ul:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	width: 0;
	clear: both;
}
.products_domainInquire .domainReg_domains ul li label {
	font-size: 14px;
	color: #000000;
	line-height:22px;
	cursor: pointer;
}
.products_domainInquire .domainReg_domains ul li label a {
	color: #000000;
	position: relative;
}
.products_domainInquire .domainReg_domains ul li label:hover a {
	color: #f71a2c;
}
.products_domainInquire .domainReg_domains ul li label input {
	display: none;
}
.products_domainInquire .domainReg_domains ul li label:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	border: 1px solid #cecbcb;
	vertical-align: bottom;
	border-radius: 2px;
	margin-right: 5px;
	margin-top:4px;
	float: left;
}

/* .domainReg_domains ul li label input:checked{}*/
.products_domainInquire .domainReg_domains ul li label.chec_box:before {
	content: '';
	background: url('../images/check_dui.png')
	no-repeat center center;
	background-size: 90%;
}


.products_domainInquire .Inquire{
	width:120px;
	height:48px;
	text-align: center;
	float:right;
}

.products_domainInquire .Inquire a{font-size:16px; color:#ffffff;border:1px solid #1789f0;background-color:#0662b5;display:block;line-height:48px;
	-webkit-transition:all 0.6s ease-in;-moz-transition:all 0.6s ease-in;-ms-transition:all 0.6s ease-in;-o-transition:all 0.6s ease-in;transition:all 0.6s ease-in;}
.products_domainInquire .Inquire a:hover{border:1px solid #00d2ff;background-color:#0072d6; color:#0ff;}


.products_domainInquire .chaxunbox .gb{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:24px;
	text-align:center;
	position: absolute;
	bottom:15px;
	right:15px;
	cursor: pointer;
	color:#0662b5;
}
.products_domainInquire .chaxunbox .gb:hover{
	color:red;
}
/*查域名按钮动画效果*/

.c-btn{color:#fff;text-decoration:none;position:relative;display:inline-block;height:100%;}
.c-btn:after{content:'';display:block;position:absolute;}
.c-btn:before{content:'';display:block;position:absolute;}
.c-btn--border-line{background:none;border:0;box-sizing:border-box;box-shadow:inset 0 0 0 0px transparent;}
.c-btn--border-line:after,.c-btn--border-line:before{box-sizing:border-box;border:1px solid transparent;width:0;height:0;}
.c-btn--border-line:after{top:0;left:0;-webkit-transition:border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;transition:border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;}
.c-btn--border-line:before{bottom:0;right:0;-webkit-transition:border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;transition:border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;}
.c-btn--border-line:hover:after,.c-btn--border-line:hover:before{width:100%;height:100%;}
.c-btn--border-line:hover:after{border-top-color:#00d2ff;border-right-color:#00d2ff;-webkit-transition:width 0.2s ease-out,height 0.2s ease-out 0.2s;transition:width 0.2s ease-out,height 0.2s ease-out 0.2s;}
.c-btn--border-line:hover:before{border-bottom-color:#00d2ff;border-left-color:#00d2ff;-webkit-transition:border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;transition:border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;}
.c-btn--line:after{-webkit-transform-origin:right;transform-origin:right;-webkit-transform:scaleX(0);transform:scaleX(0);bottom:0;-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.55,0,0.1,1);transition:-webkit-transform 0.6s cubic-bezier(0.55,0,0.1,1);transition:transform 0.6s cubic-bezier(0.55,0,0.1,1);transition:transform 0.6s cubic-bezier(0.55,0,0.1,1),-webkit-transform 0.6s cubic-bezier(0.55,0,0.1,1);}
.c-btn--line:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;transform-origin:left;-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.55,0,0.1,1);transition:-webkit-transform 0.6s cubic-bezier(0.55,0,0.1,1);transition:transform 0.6s cubic-bezier(0.55,0,0.1,1);transition:transform 0.6s cubic-bezier(0.55,0,0.1,1),-webkit-transform 0.6s cubic-bezier(0.55,0,0.1,1);}.zuox span{font-size:11px;font-family:"微软雅黑";}
/*
.fx{margin-bottom:10px}@media (max-width:1199){}@media (max-width:991px){.navxs{display:none}.thumbile a{width:100%;margin-bottom:10px;}
.fx{width:100%;margin-bottom:10px;float:left;margin-top:10px}.nav-zi li{width:45%;}}@media (max-width:767px){.sort{padding-right:7px;padding-left:7px;}}.pla{display:none}.plb{display:block}.itop{position:fixed;right:10px;bottom:40px;display:none;margin-bottom:5px;width:40px;height:36px;border-radius:2px;background:url(../img/iconsprite_btbar.png) 8px 6px no-repeat;background-color:#444;background-color:rgba(0,0,0,.6);cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.2);}.xyd{width:15px;height:15px;background-color:#ff4343;font-family:Arial;font-size:.6em;position:fixed;right:5px;top:3px;z-index:99;text-align:center;line-height:15px;border-radius:15px;color:#fff;display:none;-webkit-animation:bounce 1s .2s 3 ease both;-moz-animation:bounce 1s .2s 3 ease both;}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-5px)}60%{-webkit-transform:translateY(-2px)}}@-moz-keyframes bounce{0%,20%,50%,80%,100%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-5px)}60%{-moz-transform:translateY(-2px)}}table tr:first-child{background:#eaf9ff;color:#000;font-weight:bold;}table{border-top:1pt solid #ebebeb;border-left:1pt solid #ebebeb;}td{padding:5px 10px;border-right:1pt solid #ebebeb;border-bottom:1pt solid #ebebeb;}tr:nth-of-type(odd){background:#fbfbfb}tr:hover{background:#fffeec;}@media screen and (max-width:1205px) {.adgg { display: none}}
*/

.products_domainInquire .domainsl{
	width:300px;
	height:48px;
	line-height:48px;
	margin-top:21px;
	font-size:18px;
	color:#fff;
	display: block;
	position:relative;
	text-align: right;
	float: right;
}
/*品牌保护*/
.domain-brand{
	-webkit-box-shadow: 0 0 5px -1px #c1c1c1;
	-moz-box-shadow: 0 0 5px -1px #c1c1c1;
	box-shadow: 0 0 5px -1px #c1c1c1;
}
.domain-brand .domain-brand-ul{
}
.domain-brand li {
	float: left;
	height: 355px;
	width:270px;
	border: 1px solid #d3d3d3;
	margin-left:-1px;
	position: relative;
	background: #FFF;
	cursor: default;
}

.domain-brand li .btsj{
	overflow: hidden;
	position: absolute;
	text-align:center;
	width:10px;
	height: 17px;
	right:-10px;
	top:50%;
	margin-top:-9px;
	z-index:2;
	display: block;
}

.domain-brand li .btsj:after {
	border: 1px solid;
	content: "";
	display: block;
	position: absolute;
	left:1px;
	margin-top:0px;
	width:10px;
	height:13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
	background: #fff;
	border-color:#d3d3d3;
}

.domain-brand li.active {
	width:386px;
	border:1px solid #008de7;
	z-index:1;
	background: #FFF;
}
.domain-brand li.active .btsj:after {
	border: 1px solid;
	content: "";
	display: block;
	position: absolute;
	left:1px;
	margin-top:0px;
	width:10px;
	height:13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
	background: #f5faff;
	border-color: #008de7;
}
.domain-brand li.active .domain-box {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.domain-brand .domain-box{
	padding:40px 30px 0px 30px;
	height:315px;
}
.domain-brand .domain-box b{
	width:40px;
	height:40px;
	line-height:20px;
	font-size:16px;
	padding:20px;
	border: 1px solid #d8d8d8;
	background-color:#f8f8f8;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	display:table;
	vertical-align: middle;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 5px -1px #c1c1c1;
	-moz-box-shadow: 0 0 5px -1px #c1c1c1;
	box-shadow: 0 0 5px -1px #c1c1c1;

}
.domain-brand .domain-box h3{
	font-size:16px;
	line-height:20px;
	text-align: center;
	color: #333;
	font-weight: normal;
	height: 140px;
}

.domain-brand .domain-box p{
	text-align: center;
	line-height:22px;
	color:#8f8f8f;
}




.domain-brand li.active .domain-box-active {
	display:block;
	-moz-opacity:1;
	opacity:100;
}


.domain-brand .domain-box-active{
	padding:40px 30px 0 30px;
	height:315px;
	-moz-opacity:0;
	opacity:0;
	display:none;
	background-color:#f5faff;
}
.domain-brand .domain-box-active b{
	width:40px;
	height:40px;
	line-height:20px;
	font-size:16px;
	padding:20px;
	color:#fff;
	border: 1px solid #2e8cd8;
	background-color:#5facea;
	text-align:center;
	border-radius:50%;
	-moz-border-radius:50%;
	display:table;
	vertical-align: middle;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 5px -1px #106fbd;
	-moz-box-shadow: 0 0 5px -1px #106fbd;
	box-shadow: 0 0 5px -1px #106fbd;

}
.domain-brand .domain-box-active h3{
	font-size:16px;
	line-height: 20px;
	text-align:left;
	color: #333;
	font-weight:bold;
	margin-bottom:15px;
}

.domain-brand .domain-box-active p{
	text-align:left;
	line-height:22px;
	color:#8f8f8f;
}



.products_domainys{
	width:100%;
	height:520px;
	padding-top:80px;
	background:url("../images/products_domain_youshibg.jpg");
	background-position: center top;
}

.products_domainys .yslr li{
	width:370px;
	float: left;
}
.products_domainys .yslr li i{
	width:72px;
	height:72px;
	background:url("../images/products_domain_ysico.png");
	border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	float: left;
}
.products_domainys .yslr li dl{
	width:290px;
	color:#ffffff;
	float:right;
}
.products_domainys .yslr li dl dt{
	width:290px;
	height:18px;
	line-height:18px;
	font-size:18px;
	margin-bottom:10px;
}
.products_domainys .yslr li dl dd{
	width:290px;
	line-height:20px;
	font-size:14px;
}


.products_domainys .yslr .ic i{
	background-position:0 0;
	background-color:#ff4e00;
}
.products_domainys .yslr .bz i{
	background-position:0 -72px;
	background-color: #0ea432;
}
.products_domainys .yslr .jx i{
	background-position:0 -144px;
	background-color: #00a0e9;
}
.products_domainys .yslr .zl i{
	background-position:0 -216px;
	background-color:#7d64ff;
}
.products_domainys .yslr .zy i{
	background-position:0 -288px;
	background-color:#333333;
}
.products_domainys .yslr .gl i{
	background-position:0 -360px;
	background-color: #ffcc00;
}

.products_domainys .maleft{
	margin-left:45px;
}

/*域名案例展示*/


.products_domainzs .box{ width:1200px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.products_domainzs .picbox{ width:1220px; height:165px; overflow:hidden; position:relative;}
.products_domainzs .piclist{ height:165px;position:absolute; left:0px; top:0px}
.products_domainzs .piclist li{
	width:285px;
	height:165px;
	margin-right:20px;
	float:left;}

.products_domainzs .swaplist{ position:absolute; left:-3000px; top:0px}
.products_domainzs .og_prev,.products_domainzs .og_next{ width:30px; height:50px; background:url(../images/products_domain_icon.png) no-repeat; background:url(../images/products_domain_icon_ie6.png) no-repeat\9; position:absolute; top:57px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.products_domainzs .og_prev{ background-position:0 -60px; left:4px;}
.products_domainzs .og_next{ background-position:0 0; right:4px;}

/*内容*/
.products_domainzs .piclist .domainlr{
	width:283px;
	height:163px;
	border:1px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);*/
	/*-moz-box-shadow:0 2px 15px 0 rgba(0,0,0,.3);*/
	transition: all .5s ease;
}
.products_domainzs .piclist .domainlr:hover{
	background-color:#f5faff;
	border-color:#008de7;
}
.products_domainzs .piclist .domainlr h3{
	width:283px;
	height:40px;
	line-height:40px;
	text-align: center;
	font-size:16px;
	font-weight:normal;
	color: #8d8d8d;
	display: block;
}
.products_domainzs .piclist .domainlr .lr{
	width:283px;
	height:88px;
	line-height:22px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	font-size:16px;
}
.products_domainzs .piclist .domainlr:hover .lr{
color:#008de7;
}

.products_domainzs .piclist .domainlr .time{
	height:34px;
	line-height:34px;
	border-top:1px solid #f5f5f5;
	color: #8d8d8d;
	text-align: center;
	display: block;
}

/*产品与服务-微信定制开发****************/
.products_weixintitle{
	padding-left:600px;
	padding-top:166px;
	height:280px;
	background-image: url("../images/producet_weixin_pic1.jpg");
	background-position: left top;
}
.products_weixintitle h2{
	height:40px;
	line-height:40px;
	font-size:30px;
	font-weight:normal;
}
.products_weixintitle p{
	font-size:16px;
	line-height:22px;
	display: block;
}

/*小程序产品*/
.products_weixin_xcx1{
	width:1220px;
}
.products_weixin_xcx1 li{
	width:285px;
	height:450px;
	margin-right:20px;
	background-color:#ffffff;
	float: left;
	position: relative;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.05)
}
.products_weixin_xcx1 li:last-of-type{
	margin-right:0;
}
.products_weixin_xcx1 li:hover .msbox{
	transition: all 0.3s ease-out 0s;
	top:180px;
	height:254px;

}
.products_weixin_xcx1 .picbox{
	width:285px;
	height:214px;
	background-color:#ffffff;
	overflow: hidden;
	display: block;
	position: relative;
}
.products_weixin_xcx1 .msbox{
	top:214px;
	width:285px;
	height:220px;
	padding-top:16px;
	text-align: center;
	background-color:#ffffff;
	overflow: hidden;
	display: block;
	position:absolute;
	transition: all 0.3s ease-out 0s;
}
.products_weixin_xcx1 .msbox h3{
	font-size:24px;
	font-weight:normal;
	line-height:26px;
	margin-bottom:15px;
}
.products_weixin_xcx1 .msbox .lrbox{
	width:260px;
	margin-left: auto;
	margin-right: auto;
	text-indent:2em;
	line-height:20px;
	font-size:14px;
	max-height:80px;
	overflow: hidden;
}
.products_weixin_xcx1 .msbox .link{
	width: 168px;
	margin:20px auto 0;
	height: 40px;
	line-height: 40px;
	font-size:16px;
	color:#ff4229;
	border: solid 1px #ff4229;
	text-align: center;
	cursor:pointer;
	transition: all 0.3s ease-out 0s;
	display:block;
}
.products_weixin_xcx1 .msbox .link:hover{
	color:#fff;
	background-color:#ff4229;
}


/* 微信定制开发 */
.products_weixin{ background-color: #f8f8f8;}
.products_weixin .title{width: 100%; padding: 0  ; font-size: 16px; text-align: center;  color: #999;}
.products_weixin .title p{ font-size: 46px; color: #333;  margin-bottom: 20px;}
.products_weixin .list dl{ float: left; width: 20%; padding:20px 2.5% 0; height: 200px; margin: 5px 0;}
.products_weixin .list dl dt{ width: 50px;  height: 50px; margin: auto; position: relative; transition: 400ms; -webkit-transition: 400ms;transition: 0.4s 0s; -webkit-transition: 0.4s 0s;}
.products_weixin .list dl:nth-child(1) dt{ background: url(../images/products_weixin_023.png) center center no-repeat;}
.products_weixin .list dl:nth-child(2) dt{ background: url(../images/products_weixin_024.png) center center no-repeat;}
.products_weixin .list dl:nth-child(3) dt{ background: url(../images/products_weixin_025.png) center center no-repeat;}
.products_weixin .list dl:nth-child(4) dt{ background: url(../images/products_weixin_026.png) center center no-repeat;}
.products_weixin .list dl:nth-child(5) dt{ background: url(../images/products_weixin_027.png) center center no-repeat;}
.products_weixin .list dl:nth-child(6) dt{ background: url(../images/products_weixin_028.png) center center no-repeat;}
.products_weixin .list dl:nth-child(7) dt{ background: url(../images/products_weixin_029.png) center center no-repeat;}
.products_weixin .list dl:nth-child(8) dt{ background: url(../images/products_weixin_030.png) center center no-repeat;}
.products_weixin .list dl dd{ width: 100%; font-size: 14px; color: #999; line-height: 24px; text-align: center; }
.products_weixin .list dl dd p{ font-size:24px; color: #333; margin:25px auto 10px; }
.products_weixin .list dl:hover{ background-color: #fff; -webkit-box-shadow:0 0 15px rgba(0,0,0,0.02); -moz-box-shadow:0 0 15px rgba(0,0,0,0.02); box-shadow:0 0 15px rgba(0,0,0,0.02);}
.products_weixin .list dl:hover p{ color: #ff4229;}
.products_weixin .list dl:hover dt{  opacity: 1;  transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
.products_weixin .list dl:nth-child(1):hover dt{ background: url(../images/products_weixin_023-1.png) center center no-repeat;}
.products_weixin .list dl:nth-child(2):hover dt{ background: url(../images/products_weixin_024-1.png) center center no-repeat;}
.products_weixin .list dl:nth-child(3):hover dt{ background: url(../images/products_weixin_025-1.png) center center no-repeat;}
.products_weixin .list dl:nth-child(4):hover dt{ background: url(../images/products_weixin_026-1.png) center center no-repeat;}
.products_weixin .list dl:nth-child(5):hover dt{ background: url(../images/products_weixin_027-1.png) center center no-repeat;}
.products_weixin .list dl:nth-child(6):hover dt{ background: url(../images/products_weixin_028-1.png) center center no-repeat;}
.products_weixin .list dl:nth-child(7):hover dt{ background: url(../images/products_weixin_029-1.png) center center no-repeat;}
.products_weixin .list dl:nth-child(8):hover dt{ background: url(../images/products_weixin_030-1.png) center center no-repeat;}





/*产品与服务-系统/APP定制开发****************/
.products_apptitle{
	padding-left:600px;
	padding-top:166px;
	height:280px;
	background-image: url("../images/producet_app_pic1.jpg");
	background-position: left top;
}
.products_apptitle h2{
	height:40px;
	line-height:40px;
	font-size:30px;
	font-weight:normal;
}
.products_apptitle p{
	font-size:16px;
	line-height:22px;
	display: block;
}




/* WebExperience */
.products_app_yhty .list dl{ float: left; width: 25%;}
.products_app_yhty .list dl dt{ width: 100%;}
.products_app_yhty .list dl dt img{ width: 100%;}
.products_app_yhty .list dl dd{ text-align: center; font-size: 14px; color: #999; line-height: 26px;}
.products_app_yhty .list dl dd p{ font-size: 20px; color: #333; margin:20px auto 20px;}


/*产品与服务-诚信认证****************/
.products_chengxin .right_cxrz{
	width:647px;
}
.products_chengxin .right_cxrz h3{
	height:50px;
	display: block;
}
.products_chengxin .right_cxrz .lrbox{
	margin-top:30px;
	line-height:26px;
}
.products_chengxin .right_cxrz .lrbox p{
	text-indent:2em;
	margin-bottom:15px;
}

.products_chengxin_rzbz li{
	width:240px;
	border-radius:5px;
	-moz-border-radius:5px;
	transition: all 0.3s ease-out 0s;
	float:left;
}
.products_chengxin_rzbz li:hover{
	background-color:#ffffff;
	box-shadow: 0 0 5px #d1d1d1;
	-moz-box-shadow: 0 0 5px #d1d1d1;
	transition: all 0.3s ease-out 0s;
}
.products_chengxin_rzbz li h3{
	padding-top:5px;
	font-size:16px;
	line-height:40px;
	text-align: center;
}
.products_chengxin_rzbz li .imgbox{
	height:57px;
	text-align: center;
	display: block;
}
.products_chengxin_rzbz li .imgbox img{
	display: inline-block;
}
.products_chengxin_rzbz li .jiage{
	margin-top:5px;
	line-height:40px;
	text-align: center;
	display: block;
}
.products_chengxin_rzbz li .linkbox{
	width:100%;
	height:48px;
	text-align: center;
}
.products_chengxin_rzbz li .linkbox a{
	line-height:28px;
	border:1px solid #dedede;
	background:#fff;
	display: inline-block;
	padding:0 20px;
}
.products_chengxin_rzbz li .linkbox a:hover{
	border:1px solid #ff4e00;
}


.products_chengxin_rzys{

}
.products_chengxin_rzys li{
	width: 220px;
	padding-left:65px;
	height: 165px;
	background-repeat: no-repeat;
	background-position:left top;
	float: left;
	/*width: 285px;*/
	/*height: 165px;*/
	/*margin-right: 20px;*/
	/*float: left;*/
}
.products_chengxin_rzys .xm1{
	background-image:url("../images/product_chengxin_tb1.jpg");
}
.products_chengxin_rzys .xm2{
	background-image:url("../images/product_chengxin_tb2.jpg");
	margin-left:20px;
}
.products_chengxin_rzys .xm3{
	background-image:url("../images/product_chengxin_tb3.jpg");
	margin-left:20px;
}
.products_chengxin_rzys .xm4{
	background-image:url("../images/product_chengxin_tb4.jpg");
	margin-left:20px;
}

.products_chengxin_rzys li h3{
	font-size:16px;
	margin-bottom:10px;
}


/*产品与服务-知识产权主页****************/

.products_knowledge_inpicbox{
	width:400px;
	height:300px;
}
.products_knowledge_intylr{
	width:735px;
}

.products_knowledge_intylr .lrbox{
	line-height:30px;
	font-size:16px;
}
.products_knowledge_intylr .lrbox h3{
	height:30px;
	line-height:30px;
	display: block;
}
.products_knowledge_intylr .lrbox p{

}



/*产品与服务-知识产权--专利申请****************/
.main .patent_use{
	width:1220px;
	height:280px;
}

.main .patent_use>.box{
	float: left;
	width: 224px;
	height:280px;
	margin-right: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #cccccc;
	background-color: #fff;
}
.main .patent_use>.box:hover{
	box-shadow: 0px 0px 10px #62a3ec;
}
.main .patent_use>.box:last-of-type{
	margin-right:0px;
}
.main .patent_use>.box .im{
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.main .patent_use>.box img{
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.main .patent_use>.box h4{
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-top:20px;
	font-weight: bold;
}
.main .patent_use>.box p{
	width:180px;
	color: #999999;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	line-height:20px;
}



/*专利有什么用 start*/
.main .patent_service{
	width:1245px;
}
.main .patent_service>li {
	width: 370px;
	height: 335px;
	float: left;
	margin-left:45px;
	background: #fff;
	margin-top: 55px;
	margin-bottom: 50px;
	color: #565656;
	font-size: 24px;
	text-align: center;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main .patent_service>li:first-child {
	margin-left: 0;
}

.main .patent_service>li:hover {
	background: #ff7f00;
	height: 375px;
	margin-top: 35px;
	margin-bottom: 30px;
	color: #fff;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main .patent_service>li:hover i {
	margin-top: 65px;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main .patent_service>li i {
	background: url(../images/producet_patent_serviceicon.png) no-repeat;
	width: 130px;
	height: 119px;
	display: block;
	margin: 35px auto;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.main .patent_service>li:hover i{
	background-position:0 -119px;
}

.main .patent_service>li i.icons-02 {
	background-position: -296px 0;
}
.main .patent_service>li:hover i.icons-02 {
	background-position: -296px -119px;
}
.main .patent_service>li i.icons-03 {
	background-position: -590px 0;
}
.main .patent_service>li:hover i.icons-03 {
	background-position: -590px -119px;
}

.main .patent_service>li i.icons-04 {
	background-position: -887px 0;
}
.main .patent_service>li:hover i.icons-04 {
	background-position: -887px -119px;
}
.main .patent_service>li .tips {
	width:300px;
	font-size: 16px;
	color: #777;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.main  .patent_service>li:hover .tips {
	color: #fff;
}



/*专利申请流程*/
.products_knowledge_Patentlc {
	height: 170px;
	padding-bottom: 60px;
}
.products_knowledge_Patentlc .box {
	position: relative;
	float: left;
	width: 260px;
	height: 200px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #d1d1d1;
}
.products_knowledge_Patentlc .box:hover{
	box-shadow: 0px 0px 10px #62a3ec;
}

.products_knowledge_Patentlc .box .icon{
	font-style: normal;
	font-size: 24px;
	position: absolute;
	top: -9px;
	right: -16px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	background-color: #6b9426;
	color: #fff;
	border: 6px solid #f4f6f7;
}
.products_knowledge_Patentlc .box .p1{
	font-size: 18px;
	color: #575757;
	background-repeat: no-repeat;
	margin-top: 37px;
	margin-bottom: 20px;
}
.products_knowledge_Patentlc .box .bold{ color: #333; font-size: 22px;}
.products_knowledge_Patentlc .box .title{
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.products_knowledge_Patentlc .box.img1 .p1{
	  background-image: url("../images/producet_patent_serviceicon_lc01.png");
	  background-position: 40px 0px;
	  line-height: 37px;
	  padding-left: 82px;
  }
.products_knowledge_Patentlc .box.img2 .p1{
	  background-image: url("../images/producet_patent_serviceicon_lc02.png");
	  background-position: 48px 0px;
	  line-height: 33px;
	  padding-left: 80px;
  }
.products_knowledge_Patentlc .box.img3 .p1{
	  background-image: url("../images/producet_patent_serviceicon_lc03.png");
	  background-position: 49px 0px;
	  line-height: 31px;
	  padding-left: 85px;
  }
.products_knowledge_Patentlc .box.img4 .p1{
	  background-image: url("../images/producet_patent_serviceicon_lc04.png");
	  background-position: 20px 0px;
	  line-height: 33px;
	  padding-left: 58px;
  }
.products_knowledge_Patentlc .ideal-next{
	float: left;
	width: 25px;
	height: 18px;
	background: url("../images/lc-next.png") no-repeat 0 0;
	margin:85px 13px 0px;
}



/*产品与服务-知识产权--商标注册****************/

.products_knowledge_trademarkzc{
	width:1160px;
	margin-left:40px;
}

.products_knowledge_trademarkzc .list-card:nth-child(4) {
	margin-left: 188px;
}

.products_knowledge_trademarkzc .list-card {
	box-sizing: border-box;
	position: relative;
	width: 376px;
	height: 210px;
	background: url(../images/products_knowledge_trademark_cardbg.png) 0 0/100% 100% no-repeat;
	border: solid 2px rgba(247, 247, 247, 0.16);
	margin-left: -20px;
}
.products_knowledge_trademarkzc .list-card ul {
	width: 100%;
	display: inline-block;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}
.products_knowledge_trademarkzc .list-card ul li {
	text-align: left;
	text-align: -webkit-left;
	text-align: -moz-left;
	width: 238px;
}
.products_knowledge_trademarkzc .list-card ul li:last-child {
	width: 217px;
	padding-left: 21px;
}

.products_knowledge_trademarkzc .list-card ul li:first-child {
	margin-top:50px;
	margin-bottom: 17px;
	font-weight: bold;
	color: #606060;
}
.products_knowledge_trademarkzc .list-card ul li span{
	font-size:12px;
	margin-right:10px;
}



.products_knowledge_trademarkzc .list-card:nth-child(even) .s-num{
	background-color: #557bff;
}

.products_knowledge_trademarkzc .list-card:nth-of-type(even) .s-num{
	background-color: #557bff;
}

.products_knowledge_trademarkzc .list-card:nth-child(odd) .s-num{
	background-color: #00abdc;
	border: solid 7px rgba(115, 224, 255, 0.9);

}
.products_knowledge_trademarkzc .list-card:nth-of-type(odd) .s-num{
	background-color: #00abdc;
	border: solid 7px rgba(115, 224, 255, 0.9);
}
.products_knowledge_trademarkzc .s-num {
	position: absolute;
	top: 63.5px;
	left: -26.5px;
	width: 83px;
	height: 83px;
	line-height: 83px;
	background-color: #557bff;
	border-radius: 50%;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.11);
	border: solid 7px rgba(163, 183, 255, 0.9);
	font-size: 58px;
	font-style: italic;
	letter-spacing: 0px;
	color: #ffffff;
}

/*商标注册提供的服务*/
.main .trademark_service{
	width:1220px;
}
.main .trademark_service>li {
	width:285px;
	height: 385px;
	float: left;
	padding-top:3px;
	margin-left:20px;
	background: #fff;
	margin-top: 55px;
	margin-bottom: 50px;
	color: #565656;
	font-size: 24px;
	text-align: center;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main .trademark_service>li:first-child {
	margin-left: 0;
}

.main .trademark_service>li:hover {
	background: #ff7f00;
	height:425px;
	margin-top: 35px;
	margin-bottom: 30px;
	color: #fff;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main .trademark_service>li:hover i {
	margin-top: 65px;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main .trademark_service>li .pic{
	width:280px;
	height: 240px;
	display: block;
	margin:0 auto;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main .trademark_service>li .tips {
	width:220px;
	font-size: 16px;
	color: #777;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.main  .trademark_service>li:hover .tips {
	color: #fff;
}



/*注册流程*/
.product_trademark_process ul {
	width: 1200px;
	overflow: hidden; }
.product_trademark_process li {
	float: left;
	width: 270px;
	height: 140px;
	padding-top: 10px;
	text-align: center; }
.product_trademark_process li i {
	width: 67px;
	height: 60px;
	display: inline-block; }
.product_trademark_process li i + p {
	font-size: 20px;
	color: #666;
	line-height: 20px;
	margin: 28px 0 11px; }
.product_trademark_process li p {
	color: #c6c6c6;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase; }
.product_trademark_process .process_line {
	width: 23px !important;
	background: url("../images/product_trademark_service_iconline.png") center center no-repeat;
	margin-left:13px; }
.product_trademark_process .process_list1 i {
	background: url("../images/product_trademark_service_icon1.png") center center no-repeat; }
.product_trademark_process .process_list2 i {
	background: url("../images/product_trademark_service_icon2.png") center center no-repeat; }
.product_trademark_process .process_list3 i {
	background: url("../images/product_trademark_service_icon3.png") center center no-repeat; }
.product_trademark_process .process_list4 i {
	background: url("../images/product_trademark_service_icon4.png") center center no-repeat; }



/*产品与服务-知识产权--版权保护****************/

.product_copyright_why {

}
.product_copyright_why li{
	width: 228px;
	background: #fff;
	padding-bottom: 40px;
	box-shadow: 0 0 7px rgba(121,179,234, 1);
	margin-right: 15px;
	transition: .3s;
	position: relative;
	z-index: 2;
	float: left;
}



.product_copyright_why .why_con_each_img {
	width: 228px;
	height: 140px;
	text-align: center;
}

.product_copyright_why .why_con_each_img img {
	max-width: 228px;
	max-height: 140px;
}

.product_copyright_why .why_con_each_name {
	margin:10px 0 0 18px;
}

.product_copyright_why .why_con_each_name .num {
	display: inline-block;
	width:22px;
	height: 22px;
	line-height:24px;
	text-align: center;
	color: #fefefe;
	background: #f57927;
	border-radius:11px;
	margin-top:-8px;
}
.product_copyright_why .why_con_each_name .num:before{
	height:14px;
	line-height:14px;
}

.product_copyright_why .why_con_each_name .name1 {
	font-size:24px;
	color:#343434;
	margin-left: 8px;
}

.product_copyright_why .why_con_each_benefit {
	width: 185px;
	height: 48px;
	margin-left: 18px;
}

.product_copyright_why .why_con_each_benefit span {
	margin-top:8px;
	display: inline-block;
	width: 185px;
	height:40px;
	line-height: 20px;
	font-size: 14px;
	color: #b2b2b2;
}

.product_copyright_why .why_con_each_benefit i{
	content: '';
	display: block;
	width: 18px;
	height: 4px;
	margin-top: 14px;
}

.product_copyright_why li:last-child {
	margin-right: 0;
}

.product_copyright_why li:hover {
	box-shadow: 0 0 7px rgba(250,100,0, 1);
	transform: translateY(-10px);
}



/*版权保护提供的服务*/
.main .copyright_service{
	width:1220px;
}
.main .copyright_service>li {
	width:285px;
	height: 385px;
	float: left;
	padding-top:3px;
	margin-left:20px;
	background: #fff;
	margin-top: 55px;
	margin-bottom: 50px;
	color: #565656;
	text-align: center;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main .copyright_service>li:first-child {
	margin-left: 0;
}
.main .copyright_service>li:hover {
	background: #ff7f00;
	height:425px;
	margin-top: 35px;
	margin-bottom: 30px;
	color: #fff;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main .copyright_service>li .tit{
	font-size:20px;
	font-weight:bold;
	color:#343434;
}
.main .copyright_service>li:hover .tit{
	color:#ffffff;
}


.main .copyright_service>li .pic{
	width:280px;
	height: 240px;
	display: block;
	margin:0 auto;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main .copyright_service>li .tips {
	width:220px;
	font-size:14px;
	color: #999;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.main .copyright_service>li:hover .tips {
	color: #fff;
}

.main .copyright_service>li .link{
	width:100px;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#ffff00;
	text-align: center;
	border:1px solid #ffff00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	opacity:0;
	-moz-opacity:0;
}

.main .copyright_service>li:hover .link{
	opacity:1;
	-moz-opacity:1;
}


/*版权登记流程*/
.products_copyright_servicelc {
	height: 170px;
	padding-bottom: 60px;
}
.products_copyright_servicelc .box {
	position: relative;
	float: left;
	width: 260px;
	height: 200px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #d1d1d1;
}
.products_copyright_servicelc .box:hover{
	box-shadow: 0px 0px 10px #62a3ec;
}

.products_copyright_servicelc .box .icon{
	font-style: normal;
	font-size: 24px;
	position: absolute;
	top: -9px;
	right: -16px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	background-color: #008de7;
	color: #fff;
	border: 6px solid #f4f6f7;
}
.products_copyright_servicelc .box .p1{
	font-size: 18px;
	color: #575757;
	background-repeat: no-repeat;
	margin-top: 37px;
	margin-bottom: 20px;
}
.products_copyright_servicelc .box .bold{ color: #333; font-size: 22px;}
.products_copyright_servicelc .box .title{
	width:210px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: #999999;
	text-align: center;
}

.products_copyright_servicelc .box.img1 .p1{
	background-image: url("../images/products_copyright_service_lc01.png");
	background-position: 40px 0px;
	line-height: 37px;
	padding-left: 82px;
}
.products_copyright_servicelc .box.img2 .p1{
	background-image: url("../images/producet_patent_serviceicon_lc02.png");
	background-position: 48px 0px;
	line-height: 33px;
	padding-left: 80px;
}
.products_copyright_servicelc .box.img3 .p1{
	background-image: url("../images/producet_patent_serviceicon_lc03.png");
	background-position: 49px 0px;
	line-height: 31px;
	padding-left: 85px;
}
.products_copyright_servicelc .box.img4 .p1{
	background-image: url("../images/producet_patent_serviceicon_lc04.png");
	background-position: 20px 0px;
	line-height: 33px;
	padding-left: 58px;
}
.products_copyright_servicelc .ideal-next{
	float: left;
	width: 25px;
	height: 18px;
	background: url("../images/lc-next.png") no-repeat 0 0;
	margin:85px 13px 0px;
}


/*产品与服务-代运营服务-电商代运营****************/

.products_Operating_managed{


}
.products_Operating_managed li{
	width: calc(25% - 15px);
	margin-right:20px;
	padding:30px 20px;
	height:480px;
	float: left;
	box-shadow: 0 0 6px #b0deff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	position: relative;
	background-color:#f3fcff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.products_Operating_managed li:hover{
	background:#ffffff;
	/*-webkit-transition: all .3s;*/
	/*-moz-transition: all .3s;*/
	/*-ms-transition: all .3s;*/
	/*-o-transition: all .3s;*/
	/*transition: all .3s;*/
	box-shadow: 0 0 6px #ffbf50;

}

.products_Operating_managed li * {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.products_Operating_managed li:last-child{
	margin-right:0;
}
.products_Operating_managed li .title {
	text-align: center;
	padding-bottom:25px;
}
.products_Operating_managed li h3 {
	text-align: center;
	font-size: 24px;
	color: #222222;
	line-height:30px;
	font-weight: normal;
	position: relative;
	display: inline-block;
}
.products_Operating_managed li .title a{
	display: block;
	width: 108px;
	height: 28px;
	overflow: hidden;
	background-color:#ff9000;
	margin: 8px auto auto auto;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;

}
.products_Operating_managed li .title a:hover{
	background-color: #00b0c0;
}
.products_Operating_managed li .title i {
	display: block;
	float: left;
	width: 32px;
	height: 28px;
	font-size:23px;
	color: #ffffff;
	/*background: #e33239 url(../../image/index/home/service_summary_icon2.png) no-repeat center;*/
}
.products_Operating_managed li .title i:before{
	margin-top:5px;
	display: inline-block;
}
.products_Operating_managed li .title span {
	display: block;
	float: left;
	width: 74px;
	height: 28px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	line-height:28px;
}


.products_Operating_managed li .tit_border {
	border-top: 1px dashed #dfdfdf;
}

.products_Operating_managed li .tit_border div{
	padding: 20px 0 0 18px;
	text-align: left;
}

.products_Operating_managed li .tit_border div p {
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	margin-top:5px;
	display: block;
}

.products_Operating_managed li .tit_border div:first-of-type {
	padding-top: 34px;
}

.products_Operating_managed li .tit_border div h4{
	font-size: 18px;
	color:#008de7;
	line-height: 20px;
	font-weight: normal;
	position: relative;
}

.products_Operating_managed li .tit_border div h4:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -18px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-radius: 100%;
	border: 2px solid #00daf4;
}
.products_Operating_managed li .icobox{
	width:80px;
	height:80px;
	position: absolute;
	bottom:0;
	left:102px;
	background:url("../images/products_dyy_ds_ico2.png")
}
.products_Operating_managed li .taobao{
	background-position:0 0;
}
.products_Operating_managed li .tmall{
	background-position:0 -80px;
}
.products_Operating_managed li .jd{
	background-position:0 -160px;
}
.products_Operating_managed li .pdd{
	background-position:0 -240px;
}

/*服务内容*/
.service-box ul{
	margin:0 -20px;
}
.service-box ul li{
	float: left;
	width: 270px;
	height: 250px;
	padding-top: 35px;
	margin: 20px 20px;
	text-align: center;
	border-radius: 10px;
	vertical-align: top;
	background: #fff;
	color: #666;
	cursor: pointer;
	box-shadow: 0px 6px 20px rgba(217,217,217,0.75);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.service-box ul li:before{
	margin-top: 30px;
}
.service-box ul li:hover ,.service-box ul li.active{
	background: #008de7;
}
.service-box ul li:hover i,.service-box ul li:hover h4,.service-box ul li:hover p,.service-box ul li.active i,.service-box ul li.active h4,.service-box ul li.active p{
	color: #fff!important;
}
.service-box ul li i{
	font-size: 36px;
}
.service-box ul li h4{
	font-size: 20px;
	font-weight: bold;
	color: #555;
	margin: 10px 0;
}
.service-box ul li p{
	font-size: 15px;
	color:#999;
}
.service-box ul li:nth-child(1) i{
	color:#fa5441;
}
.service-box ul li:nth-child(2) i{
	color: #00ceff;
}
.service-box ul li:nth-child(3) i{
	color: #f6d220;
}
.service-box ul li:nth-child(4) i{
	color: #7f96e0;
}
.service-box ul li:nth-child(5) i{
	color: #f6d220;
}
.service-box ul li:nth-child(6) i{
	color: #7f96e0;
}
.service-box ul li:nth-child(7) i{
	color: #4cba91;
}
.service-box ul li:nth-child(8) i{
	color: #00ceff;
}
/*解决痛点*/

.problems-content {
	width: 446px;
	height: 446px;
	margin: 70px auto;
	position: relative;
}
.problems-content .r1 {
	width: 400px;
	height: 400px;
	border: 1px dashed #ff7200;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	background: #f9f9f9
}
.problems-content .r {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius:10%;
}
.problems-content .r2 {
	width:240px;
	height:240px;
	background: #008de7
}
.problems-content .r3 {
	width: 230px;
	height: 230px;
	background: #fff;
	text-align: center;
	color: #333;
	border-radius: 50%;
	border:1px solid #d2d2d2;
	position: relative;

}
.problems-content .r3 .r3b {
	position: absolute;
	top: 52%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%)
}
.problems-content .r3 strong{
	color:#008de7;
	font-size:40px;
	font-weight:normal;
	text-shadow: 2px 0px 0px #dbe3e9;
	/*letter-spacing: 5px;*/
}
.problems-content .r3 p{
	font-size: 20px;
	color: #333;
	/*letter-spacing: 10px;*/
	text-indent: 10px;
	line-height: 1;
	margin-bottom: 20px;
}

.problems-content .r3 a:hover{
	background: #ff2222;
}
.problems-content .item {
	position: absolute;
	width: 300px
}
.problems-content .item:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 48px;
	height: 1px;
	background: #ff7200
}
.problems-content .item .title {
	font-size: 20px;
	color: #ff7200;
	padding: 10px 0 8px 0;
}
.problems-content .item .title i{
	font-size: 24px;
	vertical-align: middle;
}
.problems-content .item .stitle {
	margin-top: 7px;
	font-size: 16px;
	color: #555;
}
.problems-content .item .entitle {
	font-size: 14px;
	line-height: 22px;
	color: #888;
	width: 245px
}
.problems-content .item .rline {
	position: absolute;
	height: 15px
}
.problems-content .item .rline:before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #ff7200;
	position: absolute;
	right: 0;
	top: 0
}
.problems-content .item .rline:after {
	content: '';
	display: block;
	width: 37px;
	height: 1px;
	background: #ff7200;
	position: absolute;
	right: 15px;
	top: 7px
}
.problems-content .item1 {
	left: -298px;
	top: -8px;
	padding-right: 28px;
	text-align: right;
}
.problems-content .item1 .rline {
	transform: rotate(45deg);
	transform-origin: 100% 0;
	right: -45px;
	top: 83px
}
.problems-content .item1 .rline:after {
	width: 42px
}
.problems-content .item2 {
	left:-325px;
	top: 209px;
	padding-right: 15px;
	text-align: right;
}
.problems-content .item2 .rline {
	top: 41px;
	right: -47px
}
.problems-content .item3 {
	left: -157px;
	top: 386px;
	padding-right:28px;
	text-align: right;
}
.problems-content .item3 .rline {
	transform: rotate(-45deg);
	transform-origin: 100% 0;
	right: -35px;
	top: 3px
}
.problems-content .item3 .rline:after {
	width: 42px
}
.problems-content .item4 {
	width:300px;
	padding-left:28px;
	right: -318px;
	top: 22px
}
.problems-content .item4 .rline {
	transform: rotate(135deg);
	transform-origin: 100% 0;
	left: -35px;
	top: 94px
}
.problems-content .item4 .rline:after {
	width: 42px
}
.problems-content .item5 {
	width: 325px;
	padding-left: 28px;
	right: -325px;
	top: 308px
}
.problems-content .item5 .rline {
	transform: rotate(-135deg);
	transform-origin: 100% 0;
	left: -45px;
	top: 14px
}
.problems-content .item5 .rline:after {
	width: 42px
}
/*产品与服务-代运营服务-信息流****************/

.products_operation_xxljs{
	text-indent:2em;
	line-height:26px;
	font-size:16px;
	padding:50px 30px;
	border-radius: 10px;
	color:#fff;
	background: url("../images/products_operation_flowbg1.jpg") no-repeat center top;
}
.products_operation_fwlr{

}
.products_operation_fwlr ul{
	margin:0 -20px;
}
.products_operation_fwlr ul li{
	float: left;
	width: 270px;
	height: 250px;
	padding-top: 35px;
	margin: 20px 20px;
	text-align: center;
	border-radius: 10px;
	vertical-align: top;
	/*background: #fff;*/
	color: #666;
	cursor: pointer;
	/*box-shadow: 0px 6px 20px rgba(217,217,217,0.75);*/
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.products_operation_fwlr ul li:before{
	margin-top: 30px;
}
.products_operation_fwlr ul li:hover ,.products_operation_fwlr ul li.active{
	background: #008de7;
}
.products_operation_fwlr ul li:hover i,.products_operation_fwlr ul li:hover h4,.products_operation_fwlr ul li:hover p,.products_operation_fwlr ul li.active i,.products_operation_fwlr ul li.active h4,.products_operation_fwlr ul li.active p{
	color: #fff!important;
}
.products_operation_fwlr ul li i{
	width:100px;
	height:100px;
	line-height:110px;
	font-size: 36px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	color: #ffffff;
}
.products_operation_fwlr ul li h4{
	font-size: 20px;
	font-weight: bold;
	color: #555;
	margin: 10px 0;
}
.products_operation_fwlr ul li p{
	font-size: 14px;
	color:#999;
}
.products_operation_fwlr ul li:nth-child(1) i{
	background-color:#ff7869;
}
.products_operation_fwlr ul li:nth-child(2) i{
	background-color: #00ceff;
}
.products_operation_fwlr ul li:nth-child(3) i{
	background-color: #f6d220;
}
.products_operation_fwlr ul li:nth-child(4) i{
	background-color: #7f96e0;
}
.products_operation_fwlr ul li:nth-child(5) i{
	background-color: #f6d220;
}
.products_operation_fwlr ul li:nth-child(6) i{
	background-color: #7f96e0;
}
.products_operation_fwlr ul li:nth-child(7) i{
	background-color: #4cba91;
}
.products_operation_fwlr ul li:nth-child(8) i{
	background-color: #00ceff;
}


.products_operation_xxlys{

}
.products_operation_xxlys li {
	width:400px;
	text-align: center;
	float: left;
}
.products_operation_xxlys li img{
	display:inline-block;
}
.products_operation_xxlys li h3{
	text-align: center;
	line-height:36px;
	font-size:14px;
	color:#999;
	margin-top:10px;
}
/*.products_operation_xxlys li:nth-of-type(3){*/
	/*float: right;*/
/*}*/

.products_operation_xxlcase{
	background-color:#fbfbfb;
	border-top:1px solid #e7e7e7;
}

.products_operation_xxlcase li {
	float: left;
	margin: 0 53px;
	background: url(../images/xxlcasebg.png) no-repeat 0 0;
	width: 194px;
	height: 363px;
	text-align: center;
}

.products_operation_xxlcase li .title{
	margin: 8px 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
/*产品与服务-代运营服务-拼音运营****************/



.products_operation_dydyy li{float: left;width: 280px;margin-left:26px;position: relative;}
.products_operation_dydyy li:first-child{margin-left:0;}
.products_operation_dydyy li .yunying1{width: 100%;height: 145px;}
.products_operation_dydyy li .yunying1 img{width: 100%;height: 145px;display: block;margin: auto;}
.products_operation_dydyy li .dyyms{width: 100%;height:120px;background: #ffffff;box-shadow: 0 0 10px -3px #bcbcbc;}
.products_operation_dydyy li .dyyms h3{display: block;font-size:18px;color: #45b6d7;text-align: center;line-height: 52px; }
.products_operation_dydyy li .dyyms p{display: block;width: 255px;margin: auto;font-size: 14px;color: #4c4c4c;line-height: 24px;text-align: center;}



/*产品与服务-代运营服务-抖音业务****************/

.products_operation_dyywlr{

}

.products_operation_dyywlr ul li{
	float: left;
	width: 240px;
	height: 250px;
	padding-top: 35px;
	margin: 20px 0px;
	text-align: center;
	border-radius: 10px;
	vertical-align: top;
	/*background: #fff;*/
	color: #666;
	cursor: pointer;
	/*box-shadow: 0px 6px 20px rgba(217,217,217,0.75);*/
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.products_operation_dyywlr ul li:before{
	margin-top: 30px;
}
.products_operation_dyywlr ul li:hover ,.products_operation_dyywlr ul li.active{
	background: #008de7;
}
.products_operation_dyywlr ul li:hover i,.products_operation_dyywlr ul li:hover h4,.products_operation_dyywlr ul li:hover p,.products_operation_dyywlr ul li.active i,.products_operation_dyywlr ul li.active h4,.products_operation_dyywlr ul li.active p{
	color: #fff!important;
}
.products_operation_dyywlr ul li i{
	width:100px;
	height:100px;
	line-height:110px;
	font-size: 36px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	color: #ffffff;
}
.products_operation_dyywlr ul li h4{
	font-size: 20px;
	font-weight: bold;
	color: #555;
	margin: 10px 0;
}
.products_operation_dyywlr ul li p{
	font-size: 14px;
	color:#999;
}
.products_operation_dyywlr ul li:nth-child(1) i{
	background-color:#ff7869;
}
.products_operation_dyywlr ul li:nth-child(2) i{
	background-color: #00ceff;
}
.products_operation_dyywlr ul li:nth-child(3) i{
	background-color: #f6d220;
}
.products_operation_dyywlr ul li:nth-child(4) i{
	background-color: #7f96e0;
}
.products_operation_dyywlr ul li:nth-child(5) i{
	background-color: #4cba91;
}
.products_operation_dyywlr ul li:nth-child(6) i{
	background-color: #7f96e0;
}



/*抖音网红展示*/
.live-two-min{ overflow: hidden;}
.live-two-min .live-two-min-item{ width: 25%; height: 130px; float: left;  position:relative; display: block; margin:10px 0; }
.live-two-min .live-two-min-item .live-two-min-nav{ margin:0 20px; overflow: hidden; border-radius: 10px;border: solid 1px #f5f5f5; background: #fff; }
.live-two-min .live-two-min-item .live-two-min-nav:active,
.live-two-min .live-two-min-item .live-two-min-nav:focus,
.live-two-min .live-two-min-item .live-two-min-nav:hover{border-color:rgb(69,135,232);}
.live-two-min .live-two-min-img{ float: left; width: 80px;height: 80px;border: solid 4px #eeeeee; border-radius: 50%; position: relative; margin:20px 10px;}
.live-two-min .live-two-min-img img{ width: 100%;height: 100%;border-radius: 50%;}
.live-two-min .live-two-min-info{ float: left; width: 150px;height: 90px; margin-top:20px;}
.live-two-min .live-two-min-info .item-title{ color: #333333; line-height: 30px; font-size: 16px; font-weight: bold;}
.live-two-min .live-two-min-info .item-title em{ width: 20px; height: 20px; display: inline-block; margin-left: 5px;}
.live-two-min .live-two-min-info .item-title em img{ width: 100%; height: 100%;}
.live-two-min .live-two-min-info .item-desc{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;color: #979696;word-break:break-all;font-weight: normal;padding: 0px; margin: 0px; line-height: 26px;height: 26px;}
.live-two-min .live-two-min-info .item-desc .item-desc-li{ position:relative; text-align:left; font-weight:normal; }
.live-two-min .live-two-min-info .item-desc .item-desc-li .item-desc-text{ color: #999999;  float: left; text-align: right; padding-right: 10px;}
.live-two-min .live-two-min-info .item-desc .item-desc-li .item-desc-num{ color: rgb(69,135,232);  float: left;}
.live-two-min .live-two-min-btn{ width: 100px; height: 30px; line-height: 30px; margin: 0px auto 20px;}
.live-two-min .live-two-min-btn a{ display: block; cursor:pointer; width: 100%; height: 100%;text-align: center; background: #fff;border: 1px solid rgb(69,135,232); color: rgb(69,135,232); border-radius: 5px; }



/*AI智能营销系统*/


.products_operation_aimarketingys .statistics-box:last-child{
	margin-right:0;
}

.products_operation_aimarketingys .statistics-box {
	width: 200px;
	height: 126px;
	background: #fff;
	border-radius:8px;
	display:block;
	float: left;
	margin-right:16px;
	padding-left: 29px
}

.products_operation_aimarketingys .statistics-box:last-child {
	margin-right: 0;
}

.products_operation_aimarketingys .statistics-box:first-child {
	padding-left: 18px
}

.products_operation_aimarketingys .statistics-box .statistics-type {
	color: #212326;
	font-size: 16px;
	text-align: left;
	padding-top: 24px
}

.products_operation_aimarketingys .statistics-box .statistics-value {
	color:#008de7;
	font-size:36px;
	font-weight: 500;
	text-align: left;
	/*letter-spacing: -3px;*/
	padding-top: 5px
}

.products_operation_aimarketingys .statistics-box .statistics-value .statistics-fuhao {
	font-size: 16px;
	color:#999;
}




.products_operation_aimarketing_a .introduce-rock {
	width:400px;
	display: block;
	text-align: center;
	float: left;
}

.products_operation_aimarketing_a .introduce-rock:nth-child(2){
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
}

.products_operation_aimarketing_a .introduce-rock .introduce-title {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	margin: 38px 0 22px
}

.products_operation_aimarketing_a .introduce-rock .introduce-value {
	color:#999;
	font-size: 14px;
	font-weight: 400;
	margin: 0 auto;
	width: 216px;
	line-height: 20px
}

.products_operation_aimarketing_b div{
	width:360px;
	padding:20px;
	background-color:#fbfbfb;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: 0 0 5px 0px #d6d6d6;
	-webkit-box-shadow: 0 0 5px 0px #d6d6d6;
	-moz-box-shadow: 0 0 5px 0px #d6d6d6;
	float: left;
}
.products_operation_aimarketing_b div:nth-child(2){
	margin-left:60px;
	margin-right:60px;

}
.products_operation_aimarketing_b div h4{
	font-size:20px;
	font-weight:400;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
	text-align: center;
	background-color:#fff;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	/*border:1px solid #f0f0f0;*/
}
.products_operation_aimarketing_b div ul{
	list-style-type:circle;
	margin-left:30px;
}
.products_operation_aimarketing_b div li{
	color: #4c4c4c;
	line-height:24px;
}


.products_operation_aimarketing_c {
	/*border:1px solid #dcdcdc;*/
	height:340px;
	position: relative;
	background-color:#ffffff;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: 0 0 5px 0px #d6d6d6;
	-webkit-box-shadow: 0 0 5px 0px #d6d6d6;
	-moz-box-shadow: 0 0 5px 0px #d6d6d6;
}
.products_operation_aimarketing_c .leftbox{
	width:300px;
	height:100%;
	background-color:#fbfbfb;
	float: left;
	-webkit-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-left-radius:10px;

	-webkit-border-bottom-left-radius:10px;
	-ms-border-bottom-left-radius:10px;
	-o-border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;

	border-right:1px dotted #f0f0f0;

}
.products_operation_aimarketing_c .leftbox ul{
	/*border-top:1px solid #e9e9e9;*/
	margin-top:16px;
}
.products_operation_aimarketing_c .leftbox li{
	height:36px;
	padding:18px 15px;
	/*border-bottom:1px solid #e9e9e9;*/
	position:relative;
	/*color:#4c4c4c;*/
	cursor:pointer;
	display: block;
}
.products_operation_aimarketing_c .leftbox li h4{
	height:24px;
	line-height:24px;
	font-size:18px;
	font-weight: normal;
}
.products_operation_aimarketing_c .leftbox li p{
	height:16px;
	line-height:16px;
	color:#8f8f8f;

}

/*.products_operation_aimarketing_c .leftbox li:first-of-type{*/
	/*-webkit-border-top-left-radius:10px;*/
	/*-ms-border-top-left-radius:10px;*/
	/*-o-border-top-left-radius:10px;*/
	/*-moz-border-top-left-radius:10px;*/
	/*border-top-left-radius:10px;*/
/*}*/

.products_operation_aimarketing_c .leftbox .active{
	background-color:#008de7;
	color:#ffffff;
}
.products_operation_aimarketing_c .leftbox .active p{
	color:#e6f5ff;
}

.products_operation_aimarketing_c .leftbox .active:before {
	content: "";
	width: 12px;
	height: 12px;
	/*border: solid #fff;*/
	background-color:#008de7;
	/*border-width: 2px 0 0 2px;*/
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	right:-12px;
	top: 50%;
	margin-top:-6px;
}

.products_operation_aimarketing_c .rightbox{
	width:859px;
	height:260px;
	padding:40px 20px;
	/*background-color:#e6f5ff;*/
	float: right;
}
.products_operation_aimarketing_c .rightbox li{
	width:226px;
	padding:0 30px;
	height:260px;
	float: left;
}
.products_operation_aimarketing_c .rightbox li:nth-child(2) {
	width:224px;
	border-left: 1px dotted #f0f0f0;
	border-right: 1px dotted #f0f0f0;
}
.products_operation_aimarketing_c .rightbox li h3{
	height:40px;
	line-height: 40px;
	font-size:20px;
	margin-bottom:20px;
	font-weight: normal;
	color:#008de7;
}
.products_operation_aimarketing_c .rightbox li h3 i{
	margin-right:10px;
	font-size:20px;
}

.products_operation_aimarketing_c .rightbox p{
	text-indent:2em;
}

/*产品与服务-代运营服务-敦煌网*/


.products_operation_dhgate_a{

}
.products_operation_dhgate_a .lrbox{
	background-color:#fff;
	padding:20px;
	border-radius: 10px;
	 box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.products_operation_dhgate_a .lrbox .picbox{
	width: 300px;
	height: 300px;
	margin-left:50px;
	margin-right:30px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 10px #c9c9c9;
	border:4px solid #ffffff;
	overflow: hidden;
}
.products_operation_dhgate_a .lrbox .rigbox{
	width:750px;
	height:308px;
	display: flex;
	display: -webkit-flex; /* Safari */
	/*垂直排列*/
	flex-direction: column;
	align-items:center;
	/*由于flex-direction: column，因此align-items代表的是水平方向*/
	 justify-content:center;
	/*由于flex-direction: column，因此justify-content代表的是垂直方向*/


	/*flex-direction:column;*/
	/*justify-content:center;*/
	/*align-items: center;*/
	/*align-content: center;*/

}
.products_operation_dhgate_a .lrbox .rigbox h3 {
	font-size: 18px;
	width:100%;
	display:block;
	color:#4c4c4c;
	/*flex: 1;*/
}
.products_operation_dhgate_a .lrbox .rigbox p{
	/*flex: 1;*/
	width:100%;
	display:block;
	text-indent:2em;
}





.products_operation_dhgate_b{
	padding:40px 0;
	border-radius: 10px;
	background-color:#ffffff;
}
.part2_box{
	width:1056px;
	height:216px;
	background: url("../images/listimg_09.jpg") center/auto 100% no-repeat;
	margin-left:auto;
	margin-right: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.part2_box div:first-child{
	margin-left: 40px;
}
.part2_box div:last-child{
	margin-left: 30px;
}
.part2_box .left_top{
	margin-left: 80px;
}
.part2_box div{
	text-align: center;
	margin-top: 100px;
}
.part2_box h2{
	font-size: 22px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
}
.part2_box p{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 30px;
}


.part3_box,.part4_box{
	display: flex;
	justify-content: space-between;
}
.part4_box{
	padding:30px;
	background:#ffffff;
	border-radius:20px;
	-moz-border-radius:20px;
}
.part3_box dl dt img{
	border-radius:20px;
	-moz-border-radius:20px;
	margin-left: auto;
	margin-right: auto;
}
.part3_box dl dd{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.part3_box h2{
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	line-height: 30px;
	margin-top: 29px;
}
.part3_divs{
	margin-top: 14px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
}
.part4_box dl{
	height:242px;
}
.part4_box .img{
	margin-left: 0 !important;
}
.part4_box dd{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: -120px;
}
.part4_box h2{
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	line-height: 49px;
}
.part4_box p{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 24px;
}
.part4_divs{
	text-align: center;
	padding-left: 13px;
}
.part4_btncont{
	display: flex;
	justify-content: center;
	height: 100px;
}
.part5_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.part5_div1{
	width: 352px;
	height:622px ;
	background: url("../images/center1_imgs.png") center/auto 100% no-repeat;
}
.part5_div2{
	width: 352px;
	height:622px ;
	background: url("../images/listimg_43.jpg") center/auto 100% no-repeat;
}
.part5_div3{
	width: 348px;
	height:622px ;
	background: url("../images/listimg_45.jpg") center/auto 100% no-repeat;
}
.part5_heads{
	margin-top:250px;
	font-size: 18px;
	font-weight: normal;
	color: #FF8000;
	line-height: 28px;
	width:290px;
	margin-left:30px;
}
.bombox_top {
	/*font-size: 16px;*/
	font-weight: normal;
	color: #000;
	line-height: 28px;
	margin-top:30px;
	width:290px;
	margin-left:30px;
	text-indent:2em;
}


/*产品与服务-代运营服务-百度爱采购*/
.products_operation_baidub2b .logo{
	width:500px;
	height:350px;
	background-color:#fff;
	display: -webkit-flex; /* Safari */
	display: flex;
	align-items:center;
	justify-content:center;

	/*vertical-align: center;*/

	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
}
.products_operation_baidub2b .logo img{
	width:200px;
	display: inline-block;
}
.products_operation_baidub2b .aboutlr{
	width:640px;
	height:350px;
	padding:50px;
	background-color:#fff;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	position: relative;
	display: -webkit-flex; /* Safari */
	display: flex;
	/*align-items:center;*/
	align-content: center ;
	flex-wrap:wrap;
	/*flex-direction:row;*/
	/*justify-content: flex-start;*/
}
.products_operation_baidub2b .aboutlr p{
	padding:10px 0;
}
.products_operation_baidub2b .aboutlr:before {
	content: "";
	width:30px;
	height:30px;
	/*border: solid #fff;*/
	background-color:#fff;
	/*border-width: 2px 0 0 2px;*/
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	margin-left:-49px;
	top:50%;
}
.products_operation_baidub2b .aboutlr p{
	text-indent:2em;
	font-size:16px;
}
.products_operation_baidub2b_a {
	/*border:1px solid #dcdcdc;*/
	height:auto;
	position: relative;
	/*background-color:#ffffff;*/
	/*-webkit-border-radius:10px;*/
	/*-ms-border-radius:10px;*/
	/*-o-border-radius:10px;*/
	/*-moz-border-radius:10px;*/
	/*border-radius:10px;*/
	/*box-shadow: 0 0 5px 0px #d6d6d6;*/
	/*-webkit-box-shadow: 0 0 5px 0px #d6d6d6;*/
	/*-moz-box-shadow: 0 0 5px 0px #d6d6d6;*/
}
.products_operation_baidub2b_a .labbox{
	width:100%;
	height:76px;
	text-align: center;
	-webkit-border-top-left-radius:10px;
	-ms-border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-left-radius:10px;

	-webkit-border-top-right-radius:10px;
	-ms-border-top-right-radius:10px;
	-o-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	border-top-right-radius:10px;

	/*border-bottom:1px dotted #f0f0f0;*/

}
.products_operation_baidub2b_a .labbox ul{
	/*border-top:1px solid #e9e9e9;*/
	height:76px;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}
.products_operation_baidub2b_a .labbox li{
	width:240px;
	height:40px;
	padding:18px 15px;
	margin:0 2px;
	/*border-bottom:1px solid #e9e9e9;*/
	position:relative;
	/*color:#4c4c4c;*/
	cursor:pointer;
	display: inline-block;
	background-color: #ececec;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;


}
.products_operation_baidub2b_a .labbox li h4{
	height:24px;
	line-height:24px;
	font-size:18px;
	font-weight: normal;
}
.products_operation_baidub2b_a .labbox li p{
	height:16px;
	line-height:16px;
	color:#8f8f8f;
}
.products_operation_baidub2b_a .labbox .active{
	background-color:#008de7;
	color:#ffffff;
}
.products_operation_baidub2b_a .labbox .active p{
	color:#e6f5ff;
}

.products_operation_baidub2b_a .labbox .active:before {
	content: "";
	width: 12px;
	height: 12px;
	/*border: solid #fff;*/
	background-color:#008de7;
	/*border-width: 2px 0 0 2px;*/
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left:50%;
	margin-left:6px;
	bottom:-10px;
	margin-top:-6px;
}

.products_operation_baidub2b_a .lrbox{
	height: auto;
	/*display: none;*/
	/*background-color:#e6f5ff;*/
}
.products_operation_baidub2b_a .lrbox:before{
	clear: both;
}





.products_operation_baidub2b_b {
	/*border:1px solid #dcdcdc;*/
	height:auto;
	position: relative;
	/*background-color:#ffffff;*/
	/*-webkit-border-radius:10px;*/
	/*-ms-border-radius:10px;*/
	/*-o-border-radius:10px;*/
	/*-moz-border-radius:10px;*/
	/*border-radius:10px;*/
	/*box-shadow: 0 0 5px 0px #d6d6d6;*/
	/*-webkit-box-shadow: 0 0 5px 0px #d6d6d6;*/
	/*-moz-box-shadow: 0 0 5px 0px #d6d6d6;*/
}
.products_operation_baidub2b_b .labbox{
	width:100%;
	height:66px;
	text-align: center;
	/*border-bottom:1px dotted #f0f0f0;*/

}
.products_operation_baidub2b_b .labbox ul{
	/*border-top:1px solid #e9e9e9;*/
	background-color:#fff;
	height:66px;
	margin-left: auto;
	margin-right: auto;
	display:inline-block;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.products_operation_baidub2b_b .labbox li{
	width:240px;
	padding:18px 0;
	position:relative;
	height:30px;
	line-height:30px;
	font-size:18px;
	cursor:pointer;
	color:#8f8f8f;
	display: inline-block;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}


.products_operation_baidub2b_b .labbox .active{
	background-color:#008de7;
	color:#ffffff;
}
.products_operation_baidub2b_b .labbox .active:before {
	content: "";
	width: 12px;
	height: 12px;
	/*border: solid #fff;*/
	background-color:#008de7;
	/*border-width: 2px 0 0 2px;*/
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left:50%;
	margin-left:6px;
	bottom:-10px;
	margin-top:-6px;
}
.products_operation_baidub2b_b .lrbox{
	width:1000px;
	margin-left: auto;
	margin-right: auto;

}

.products_operation_baidub2b_c .lrbox{
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content:space-between;
	align-items: center;
}

.products_operation_baidub2b_c .lrbox div{
	width:350px;
	padding:50px 20px;
	text-align: center;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;

	-webkit-box-shadow: 0 0 5px rgba(51,51,51,.3);
	-moz-box-shadow: 0 0 5px rgba(51,51,51,.3);
	box-shadow: 0 0 5px rgba(51,51,51,.3);
}

.products_operation_baidub2b_c .lrbox h5{
	font-size:22px;
	line-height:50px;
	font-weight:normal;
}
.products_operation_baidub2b_c .lrbox p{
	font-size:26px;
}
.products_operation_baidub2b_c .lrbox p b{
	color:#8f8f8f;
	font-size:14px;
	font-weight:normal;
}

.products_operation_baidub2b_d[data-v-59d88ba9] {
	width: 100%;
	height: 362px;
	background: center 0 url(../images/products_operation_baidub2b_footbg.jpg) no-repeat;
	background-size: 1920px 100%;
	color: #fff;
	text-align: center;
}
.products_operation_baidub2b_d .slogan[data-v-59d88ba9] {
	padding-top: 120px;
	margin-bottom: 22px;
	font-size: 36px;
	font-weight: 700;
}


/*联系我们****************/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.contactus_map{
	padding:20px;
	border:1px solid #f0f0f0;
}

.contactus_lxfs li{
	border:1px solid #f0f0f0;
	min-height:58px;
	width:-webkit-calc(100% - 2px);
	width:-moz-calc(100% - 2px);
	width:calc(100% - 2px);
	margin-bottom:10px;
}
.contactus_lxfs li:hover{
	border-color:#008de7;
}
.contactus_lxfs li .btbox{
	width:58px;
	height:58px;
	line-height:58px;
	text-align: center;
	position:relative;
	float:left;
	border-right:1px solid #f0f0f0;
}
.contactus_lxfs li .btbox i{
	width:58px;
	height:58px;
	text-align:center;
	vertical-align:middle;
	font-size:30px;
	color:#c6c6c6;
	position:relative;
}
.contactus_lxfs li .btbox i:before{

}
.contactus_lxfs li .btbox span{
	width:58px;
	height:58px;
	line-height:58px;
	font-size:14px;
	text-align: center;
	background:#dff1ff;
	position: absolute;
	left:0;
	top:0;
	zoom:1;
	z-index:1;
	display: none;
}
.contactus_lxfs li:hover .btbox span{
	display: block;
}
.contactus_lxfs li .lrbox{
	margin-left:68px;
	display: block;
}

.contactus_lxfs li .lrbox.tel p{
	margin-right:30px;
	line-height:58px;
	font-size:16px;
	float:left;
}
.contactus_lxfs li .lrbox.tel p span{
	font-size:12px;
	color: #BABBBC;
	margin-left:5px;
}

.contactus_lxfs li .lrbox.qq p{
	margin-right:30px;
	font-size:16px;
	float:left;
}
.contactus_lxfs li .lrbox.qq p a{ margin-top:16px; height:25px; display: inline-block; float: left;}
.contactus_lxfs li .lrbox.qq p img{ border:0;margin:0;padding:0;}
.contactus_lxfs li .lrbox.qq p span{
	font-size:12px;
	line-height:58px;
	color: #BABBBC;
	margin-left:5px;
}

.contactus_lxfs li .lrbox.weixin .link{
	margin-top:9px;
	height:40px;
	line-height:40px;
	margin-right:30px;
	font-size:16px;
	position: relative;
	float:left;
}
.contactus_lxfs li .lrbox.weixin .icoimg{
	width:40px;
	height:40px;
	margin-right:10px;
	float:left;
}
.contactus_lxfs li .lrbox.weixin .link span{
	font-size:12px;
	line-height:40px;
	color: #BABBBC;

}

.contactus_lxfs li .lrbox.weixin .ewm{
	display:none;
}
.contactus_lxfs li .lrbox.weixin .link:hover .ewm{
	display:block;
}
.contactus_lxfs li .lrbox.weixin .ewm{
	width:180px;
	height:210px;
	padding:10px;
	background-color:#FFF;
	top:-240px;
	z-index: 9999;
	/*display:block;*/
	position:absolute;
	margin-left:-80px;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: 0 0 3px -1px #525252;
	-moz-box-shadow: 0 0 3px -1px #525252;
	box-shadow: 0 0 3px -1px #525252;
	display:none;
}
.contactus_lxfs li .lrbox.weixin .link .ewm .btsj{
	overflow: hidden;
	position: absolute;
	text-align:center;
	width:180px;
	height: 10px;
	bottom:-10px;
	z-index: 1;
	display: block;
}

.contactus_lxfs li .lrbox.weixin .link .ewm .btsj:after {
	border: 1px solid;
	content: "";
	display: block;
	position: absolute;
	left:50%;

	margin-top:-11px;
	width:13px;
	height:13px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1;
	background: #fff;
	border-color: #d8d8d8;
}


.contactus_lxfs li .lrbox.weixin .link .ewm .imgbox{
	width:180px;
	height:210px;
	display:block;
	overflow:hidden;
}
.contactus_lxfs li .lrbox.weixin .link .ewm .imgbox img{
	max-width:100%;
}
.contactus_lxfs li .lrbox.weixin .link .ewm .imgbox span{
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
}


/*更多资质荣誉**************/



.gallery li{float:left; overflow: hidden; text-align: center;}


.gallery li a,.gallery li img{max-width:100%; max-height:100%;}

.gallery li span{
	font-size:14px;
	height:24px;
	line-height:24px;
	text-align:center;
	display: block;
}

.gallery_lr2{
	width:870px;
}
.gallery_lr2 li{
	width:260px;
	height:219px;
	margin:10px 30px  20px 0;
}
.gallery_lr2 li img {
	max-width:260px; width:expression(document.body.clientWidth>260?"260":"auto");
	max-height:195px; width:expression(document.body.clientHeight>195?"195":"auto");
	overflow:hidden;
}
/*客服中心**************/
.service_lrbox{
	width:540px;
	float: left;
}
.service_lrbox li{
	width:100%;
	height:30px;
}
.service_lrbox li a{
	width:500px;
	height:30px;
	line-height:30px;
	font-size:14px;
	padding-left:10px;
	float: left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.service_lrbox li a:hover {
	color: #cf0000;
}
.service_lrbox li span{
	color:#d3d3d3;
	font-size:12px;
	float: right;
}



/*留言板相关**************/
.Message ul{
	width:630px;
	clear: both;
}
.Message li{
	width:100%;
	margin:5px 0;
	float:left;
}

/*标题*/
.Message .title {
	width:80px;
	text-align:right;
	padding-right:10px;
	color: #878787;
	height:35px;
	line-height:35px;
	float:left;
}
.Message .message_lr{
	margin-left:90px;
	min-height:35px;
}

.Message .message_lr .inp1{
	padding:0 10px;
	margin:0;
	text-align:left;
	height:33px;
	line-height:33px;
	border:1px solid #CCC;
}
.Message .message_lr .inp2{
	padding:5px 10px;
	margin:0;
	text-align:left;
	line-height:21px;
	border:1px solid #CCC;
}
.Message .message_lr .select1{
	text-align:left;
	padding-left:10px;
	height:33px;
	line-height:33px;
	border:1px solid #CCC;
}
.Message .message_lr .select1:focus {
	border:#35a5e5 1px solid;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.Message .message_lr .yzm{
	height:35px;
	cursor:pointer;
	margin-left:10px;
}

.Message .message_lr input{
	float:left;
}

.Message .message_lr input {
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	/*border-radius: 4px;*/
	outline: none;
}
.Message .message_lr input:focus {
	border:#35a5e5 1px solid;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}


/*按钮*/
.Message .an1{
	width:200px;
	font-size:14px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	border:0px;
	display:inline-block;
	cursor:pointer;
	background-color:#eb4200;

	filter:progid:DXImageTransform.Microsoft.radius(strength=5);/*ie*/
	border-radius:5px;/*opera或ie9*/
	-webkit-border-radius: 5px;/*safari或chrome*/
	-moz-border-radius: 5px;/*firefox*/

	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.Message .an1:hover,a:hover .an1{
	color:#fff;
	background-color:#0057a0;
}
/*独立设计容器*/
.designbox{
	width:100%;
	height:auto;
	background-color:#ffffff;
	min-height:200px;
}