  @charset "utf-8";
/* 内页公共 */

/*banner开始*/
.main-banner{
	position: relative;
	overflow: hidden;
	height: 350px;
}
.main-banner li{
	width: 100%;
	height: 350px;
	position: relative;
}
.main-banner img{
	position: absolute;
	width: 1920px;
	height: 350px;
	left: 50%;
	top: 50%;
	margin-top: -175px;
	margin-left: -960px;
}
.main-banner .ban2-bd{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 350px;
}
.main-banner .ban2-bd li{
	width: 1920px;
	height: 350px;
	overflow: hidden;
	display: block;
	z-index: 10;
	position: relative;
}

.main-banner .ban2-hd{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 21px;
	text-align: center;
	z-index: 11;
}
.main-banner .ban2-hd a{
	width: 40px;
	height: 3px;
	display: inline-block;
	margin: 0 6px;
	background: url(/images/ban-hd-bg1.png) repeat-x left center;
	cursor: pointer;
}

.main-banner .ban2-hd a.on{
	background: url(/images/ban-hd-bg2.png) repeat-x left center;
}
.main-banner .prev{
	position:absolute; 
	/*left:277px;*/ 
	left: 50%;
	margin-left: -630px;
	top:175px;  
	display:block; 
	width:28px; 
	height:64px; 
	background:url(/images/arrow_left.png) no-repeat center center; 
	filter:alpha(opacity=100);
	opacity:1;
	z-index: 11;
}
.main-banner .next{ 
	position:absolute; 
	/*right:277px;*/ 
	right: 50%;
	margin-right: -630px;
	top:175px; 
	display:block; 
	width:28px; 
	height:64px; 
	background:url(/images/arrow_right.png) no-repeat center center; 
	filter:alpha(opacity=100);
	opacity:1;
	z-index: 11;
}

.main-banner .prev:hover,.main-banner .next:hover{
	filter:alpha(opacity=50);
	opacity:0.5; 
}
.main-banner .prev.hide,.main-banner .next.hide{
	display: none;
}
.main-banner .prevStop{
	display:none;  
}
.main-banner .nextStop{ 
	display:none;  
}
.main-banner .sus{
	position: absolute;
	z-index: 100;
	top: 220px;
	left: 50%;
	margin-left:-573px;
	padding: 5px 26px 5px 29px;
	background: url(/images/sus-bg1.png);
}
.main-banner .sus .title{
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 6px;
	color: #0168b7;
}
.main-banner .sus .text{
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 3px;
	color: #666666;
}

/*.main-banner .sus .zhe{
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	filter:alpha(opacity=50);
	opacity:0.5;
}*/
/*banner结束*/
/*面包屑导航开始*/
.bread-nav{
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid #E4E4E4;
	background: #FFFFFF;
	height: 50px;
}
.bread-nav .nav-box{
	width: 1145px;
	margin: 0 auto;
	height: 50px;
}
.bread-nav .nav1{
	margin-left: -10px;
	height: 50px;
}
.bread-nav .nav1>li{
	float: left;
	color: #989898;
	font-size: 14px;
	position: relative;
	z-index: 100;
}
.bread-nav .nav1>li a{
	/*width: 72px;*/
	height: 50px;
	line-height: 50px;
	color: #989898;
	font-size: 14px;
	padding: 0 15px 0 10px;
	/*display: block;*/
	white-space: nowrap;
}
.bread-nav .nav2{
	background: #FFFFFF;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
.bread-nav .nav1>li:hover>.nav2{
	z-index: 10;
	display: block;
}
.bread-nav .nav2>li>a{
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 15px 0 10px;
}
.bread-nav .nav1 li.on a{
	color: #0168B7;
}
.bread-nav .nav2>li>a:hover{
	background: #0168B7;
	color: #fff;
}
.bread-nav .right>li{
	float: left;
	position: relative;
	margin-right: 68px;
	z-index: 100;
}
.bread-nav .right>li a{
	color: #666666;
	font-size: 16px;
	line-height:52px;
	height: 49px;
	display: block;
}
.bread-nav .right>li.on>a{
	color: #0168B7;
	border-bottom: 2px solid #0168B7;
}
.bread-nav .right>li.last>a{
	display: block;
	position: relative;
	right: 15px;
}
.bread-nav .right>li.last img{
	width: 15px;
	height: 9px;
	position: absolute;
	right: 0;
	top: 45%;
}
.bread-nav .right>li.last>ul{
	display: none;
	position: absolute;
	background: #FFFFFF;
}
.bread-nav .right>li.last>ul a{
	line-height: 38px;
	display: block;
	/*padding-left: 10px;*/
	width: 65px;
	height: 38px;
	padding: 0 15px 0 20px;
}
.bread-nav .right>li.last>ul a:hover{
	background: #0168B7;
	color: #fff;
}
.bread-nav .right>li.last:hover>ul{
	display: block;
	position: absolute;
	/*padding: 0 20px 0 15px;*/
	right: 0;
	z-index: 10;
}
.bread-nav .nav1>li>a:hover{
	color: #0168B7;
}
.bread-nav .right>li>a:hover{
	color: #0168B7;
}
/*面包屑导航结束*/

/*内页标题及文字内容部分公用*/
.m-title{
	position: relative;
	line-height: 56px;
	overflow: hidden;
	margin-bottom: 7px;
}
.en-title{
	color: #454545;
	font-weight: bold;
	float: left;
	font-family: arial;
	font-size: 26px;
	line-height: 50px;
}
.m-line{
	background: url(/images/line.png) no-repeat center center;
	background-size: cover;
	width: 2px;
	height: 18px;
	float: left;
	position: relative;
	top: 18px;
}
.ch-title{
	color: #0168B7;
	font-size: 20px;
	float: left;
}
.m-title div{
	margin-right: 20px;
}
.m-content{
	line-height: 25px;
	width: 100%;
	word-break: break-all;
	font-size: 14px;
	color: #656565;
}
.m-content img{
	width: 100%;
	/*border: 1px solid #bcbcbc;*/
	margin-top: 30px;
	margin-bottom: 30px;
}

/*对于911制造厂果冻制造厂麻花制造厂开始*/
.main-about{
	width: 100%;
	position: relative;
	background: #ededed;
	z-index: 10;
	font-size: 20px;
	padding: 35px 0 80px;
}

/*.main-about .img{
	margin: 30px 0 30px;c
	width: 100%;
	height: 250px;
	border-radius: 8px;
	position: relative;
}
.main-about .img img{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -572.5px;
	width: 1145px;
	height: 250px;
}*/

.main-about .cards{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.main-about .cards ul{
	overflow: hidden;
}
.main-about .cards li{
	position: relative;
	width: 320px;
	height: 250px;
	float: left;
	display: inline-block;
	background: #FFFFFF;
	border-radius: 6px;
	word-break: break-all;
	padding: 10px 20px 10px 30px;
	margin-right: 17px;
	overflow: hidden;  
}
.main-about .cards li.last{
	
	margin-right: 0;
}
.main-about .cards .title{
	font-size: 20px;
	color: #0168B7;
	line-height: 64px;
	
}
.main-about .cards .text{
	color: #656565;
	font-size: 14px;
	line-height: 24px;
	height: 150px;
	overflow: hidden;
}
.main-about .cards .mCSB_scrollTools{
	width: 15px;
}
.main-about .cards .mCSB_scrollTools .mCSB_draggerContainer{
	left:12px;
}

.main-about .cards .mCSB_scrollTools .mCSB_dragger{
	background: #e4e4e4;
	width: 3px;
	height: 30px;
}
.ie7 .main-about .cards .mCSB_scrollTools .mCSB_dragger{
	margin-left: -1px;
}
.main-about .cards  .mCSB_scrollTools .mCSB_draggerRail{
	background: none;
	width: 1px;
}
/*对于911制造厂果冻制造厂麻花制造厂结束*/

/*服务支持开始*/
.main-service{
	width: 100%;
	position: relative;
	background: #ededed;
	z-index: 10;
	font-size: 20px;
	padding: 35px 0 80px;
}

.main-service .imgs{
	width: 1145px;
	height: 300px;
	margin: 35px 0 17px;
	background-position: top center;
	background-repeat: no-repeat; 
	position: relative;
	color: #3c585c;
}
.main-service .imgs .left{
	text-align: right;
	width: 270px;
	height: 110px;
	top:90px;
	left: 100px;
	position: absolute;
}
.main-service .imgs .left .text{
	line-height: 110px;
	/*height: 110px;*/
	float: left;
	padding: 8px 16px 8px 0;
}
.main-service .imgs .left .row1{
	/*padding: 3px 0 3px;*/
	line-height: 32px;
	font-size: 24px;
}
.main-service .imgs .left .row2{
	/*padding: 1px 0 1px;*/
	line-height: 36px;
	font-size: 34px;
}
.main-service .imgs .left .row3{
	/*padding: 3px 0 3px;*/
	line-height: 32px;
	font-size: 24px;
}
.main-service .imgs .left .line{
	width: 2px;
	height: 110px;
	background: url(/images/service_support_02.png) no-repeat center center;
	background-size: cover;
	float: left;
}
.main-service .imgs .left .triangle{
	width: 17px;
	height: 19px;
	background: url(/images/service_support_03.png) no-repeat center center;
	background-size: cover;
	float: left;
	margin-left: 16px;
	margin-top: 44px;
}


.main-service .imgs .right{
	position: absolute;
	text-align: left;
	width: 270px;
	height: 110px;
	top: 90px;
	right: 100px;
}
.main-service .imgs .right .triangle{
	width: 17px;
	height: 19px;
	background: url(/images/service_support_04.png) no-repeat center center;
	background-size: cover;
	float: left;
	margin-right: 16px;
	margin-top: 44px;
}
.main-service .imgs .right .line{
	width: 2px;
	height: 110px;
	background: url(/images/service_support_02.png) no-repeat center center;
	background-size: cover;
	float: left;
}
.main-service .imgs .right .text{
	line-height: 110px;
	height: 110px;
	float: left;
	padding: 8px 0 8px 16px;
}
.main-service .imgs .right .row1{
	line-height: 32px;
	font-size: 24px;;
}
.main-service .imgs .right .row2{
	line-height: 36px;
	font-size: 34px;
}
.main-service .imgs .right .row3{
	line-height: 32px;
	font-size: 24px;;
}
.main-service .quik{
	width: 100%;
	position: relative;
}
.main-service .quik ul{
	overflow: hidden;
}
.main-service .quik li{
	overflow: hidden;
	float: left;
	margin-bottom: 25px;
	width: 550px;
    margin-right: 45px;
}
.main-service .quik li.right{
	margin-right: 0;
}
.main-service .quik .name{
	font-size: 20px;
	line-height: 65px;
	color: #333;
}
.main-service .quik .title{
	background: #a0c4d2;
	width: 560px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	color:#333333;
	overflow: hidden;
  	text-overflow:ellipsis;
 	white-space:nowrap;
}
.main-service .quik .content{
	font-size: 14px;
	line-height: 50px;
	background: #eff3f7;
	color: #656565;
	overflow: hidden;
  	text-overflow:ellipsis;
 	white-space:nowrap;
	margin-top: 10px;
}
.main-service .quik .content p{
	display: inline-block;
}
.main-service .quik .content img{
	width: 17px;
	height: 19px;
	margin: -3px 10px 0 15px;
}
/*服务支持结束*/
/*公司资质开始*/
.main-qualification{
	width: 100%;
	position: relative;
	background: #ededed;
	z-index: 10;
	font-size: 20px;
	padding: 35px 0 80px;
}
.main-qualification .name{
	font-size: 22px;
	line-height: 32px;
	color: #333;
	position: relative;
	width: 100%;
	/*height: 50px;*/
}
.main-qualification .name.pin{
	margin-top: 25px;
}
.main-qualification .brands{
	width: 100%;
	position: relative;
	margin-top: 44px;
}
.main-qualification .brands ul{
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.main-qualification .brands li{
	position: relative;
	width: 210px;
	height: 142px;
	background: #FFFFFF;
	float: left;
	margin-right: 23px;
	margin-top: 24px;
	box-shadow: 0px 0px 6px #d9d9d9;
  -webkit-box-shadow: 0px 0px 6px #d9d9d9;
  -moz-box-shadow: 0px 0px 6px #d9d9d9;
}
.main-qualification .brands li.right{
	margin-right: 0;
	/*background: red;*/
}
.main-qualification .brands .brands-imgs{
	width: 109px;
	height: 109px;
	border-radius: 50%;
	background: #E5E5E5;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -54.5px 0 0 -54.5px;
}
.main-qualification .brands img{
	width: 109px;
	height: 109px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -54.5px;	
	margin-left: -54.5px;
	border-radius: 50%;
}
.main-qualification .attorney{
	width: 100%;
	position: relative;
	margin-top: 43px;
	overflow: hidden;
	height: 380px;
	margin-top: 24px;
}
.main-qualification .attorney .ban1-bd{
	width: 1074px;
	height: 380px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.main-qualification .attorney ul{
	overflow: hidden;
	zoom: 1;
}
.main-qualification .attorney li{
	width: 260px;
	height: 375px;
	float: left;
	margin-right: 9px;
	overflow: hidden;
	display: block;
	position: relative;
	box-shadow: 0px 3px 3px #d9d9d9;
	margin-bottom: 5px;
}

.main-qualification .attorney img{
	width: 260px;
	height: 375px;
	display: block;
}
.main-qualification .attorney .prev{
	width: 24px;
	height: 58px;
	display: block;
	background: url(/images/attorney_09.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -29px;
	z-index: 10;
}
.main-qualification .attorney .next{
	width: 24px;
	height: 58px;
	display: block;
	background: url(/images/attorney_10.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -29px;
	z-index: 10;
}
/*公司资质结束*/
/*加入911制造厂果冻制造厂麻花制造厂开始*/
.main-join{
	width: 100%;
	position: relative;
	background: #ededed;
	z-index: 10;
	font-size: 20px;
	padding: 35px 0 80px;
}
.main-join .inner.on{
	overflow: visible;
}
.main-join .more{
	width: 102px;
	height: 30px;
	margin: 0 auto;
}
.main-join .table{
	width:100%;
	margin: 30px 0 40px 0;
	box-shadow: 0px 5px 5px #cecece;
	background: #FFFFFF;
}
.main-join .table ul{
	width: 100%;
	overflow: hidden;
	/*padding-left: 20px;*/
}
.main-join .table li{
	float: left;
	width: 146px;
	margin-right: 100px;
	margin-left: 20px;
}
.main-join .table ul>li.last{
	margin-right: 0;
	width: 60px;
}
.main-join .table ul>li.last img{
	margin-left: 10px;
}
.main-join .table .tab-title ul{
	background: #0168B7;
}
.main-join .table .tab-title li{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: left;
	letter-spacing: 4px;
}
.main-join .table .list ul{
	background: #FFF;
	border-bottom: 1px solid #d6d5d5;
}
.main-join .table .list li{
	font-size: 16px;
	color: #323232;
	line-height: 20px;
	padding: 25px 0;
	/*text-align: left;*/
}
.main-join .list li.last{
	cursor: pointer;
}
.main-join .hide{
	display: none;
	/*display: block;*/
	background: #f3f2f2;
	font-size: 14px;
	color: #323232;
	line-height: 21px;
	padding: 10px 24px 28px 24px;
}
.main-join .hide div{
	margin-bottom: 8px;
}
.main-join .hide>.top>dd{
	line-height: 33px;
	float: left;
	width: 350px;
}
.main-join .hide .top{
	overflow: hidden;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 17px;
	padding-bottom: 10px;
}
.main-join .hide .top div{
	float: left;
	margin-right: 125px;
	width: 240px;
}
/*.main-join .table table{
	width: 1143px;
}
.main-join .table table tr{
	text-align: left;
	background: #FFFFFF;
	line-height: 70px;
	font-size: 16px;
	color: #333333;
}
.main-join .table table tr td{
	padding:0 25px 0 25px;
	border-bottom: 1px solid #d7d6d6;
}
.main-join .table table tr td:last-child{
	text-align: right;
}
.main-join table tr.header{
	background: #0168B7;
	color: #FFFFFF;
	line-height: 50px;
}
.main-join table td.hide{
	height: 10px;
	background: #f3f3f3;
}*/
/*加入911制造厂果冻制造厂麻花制造厂结束*/
/*人才理念开始*/
.main-concept{
	width: 100%;
	position: relative;
	background: #ededed;
	z-index: 10;
	font-size: 20px;
	padding: 35px 0 80px;
}
.main-concept .more{
	
}
.main-concept .more a{
	width: 322px;
	height: 52px;
	margin: 0 auto;
	border: 4px solid #dcdcdc;
	border-radius: 10px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	line-height: 52px;
	color: #0168B7;
	font-size: 22px;
	background: #E5E5E5;
	font-family: "微软雅黑";
}
.main-concept .more a:hover{
	box-shadow: 0px 5px 5px #b7b7b7;
}
.main-concept .inner{
	overflow: inherit;
}
.main-concept .list{
	width:100%;
	margin: 30px 0 40px 0;
}
.main-concept .list ul{
	height: 468px;
}
.main-concept .list li{
	float: left;
	width: 360px;
	background: #FFFFFF;
	height: 453px;
	margin-right: 32px;
	padding-bottom: 15px;
	box-shadow: 0px 5px 5px #CECECE;
}
.main-concept .list li.right{
	margin-right: 0;
}
.main-concept .list li .img{
	width: 360px;
	height: 230px;
	overflow: hidden;
	position: relative;
}
.main-concept .list li img{
	width: 360px;
	height: 230px;	
	top: 50%;
	left: 50%;
	margin-top: -115px;
	margin-left: -180px;
	position: absolute;
}
.main-concept .list .name{
	line-height: 75px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.main-concept .list .text{
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	height: 140px;
}
/*人才理念结束*/
/*产物中心频道页开始*/
.main-pchannel{
	width: 100%;
	position: relative;
	background: #ededed;
	z-index: 10;
	padding: 30px 0 70px;
}

.main-pchannel .more{
	width: 102px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.main-pchannel .list{
	width: 100%;
	margin: 0 0 40px 0;
}
.main-pchannel .list ul{
	overflow: hidden;
	width: 1145px;
	padding-bottom:10px;
}
.main-pchannel .list li{
	float: left;
	width: 484px;
	background: #FFFFFF;
	height: 425px;
	border-radius: 6px;
	margin-right: 24px;
	margin-top: 29px;
	position: relative;
	padding: 0 35px;
	box-shadow: 0px 5px 5px #CECECE;
}
.main-pchannel .list li.right{
	margin-right: 0;
}
.main-pchannel .list .img{
	width: 361px;
	height: 215px;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	overflow: hidden;
}
.main-pchannel .list .img:hover{
	width: 359px;
	height: 213px;
	border: 1px solid #fff;
}
.main-pchannel .list .img img{
	width: 359px;
	height: 213px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -106.5px;
	margin-left: -179.5px;
}
.main-pchannel .list .name{
	font-size: 20px;
	line-height: 25px;
	color: #0168B7;
	text-align: center;
}
.main-pchannel .list .name a{
	color: #0168B7;
}
.main-pchannel .list .name a:hover{
	color: #0b72c1;
}

.main-pchannel .list .text{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin: 20px 0;
	overflow: hidden;
	height: 72px
}
.main-pchannel .list .know a{
	color: #00a1e9;
	display: block;
	font-size: 14px;
}
.main-pchannel .list .know a{
	color: #0168B7;
}
/*产物中心频道页结束*/
/*产物中心列表页开始*/
.main-prolist{
	width: 100%;
	position: relative;
	background: #ededed;
	z-index: 10;
	padding: 30px 0 70px;
}
.main-prolist .more{
	width: 102px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.main-prolist .list{
	width: 100%;
	margin: 0 0 40px 0;
}
.main-prolist .list ul{
	overflow: hidden;
	width: 1145px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.main-prolist .list li{
	float: left;
	width: 307px;
	background: #FFFFFF;
	height:390px;
	border-radius: 6px;
	margin-top: 19px;
	position: relative;
	padding: 0 32px;
	box-shadow: 0px 5px 5px #CECECE;
	margin-right: 12px;
}
.main-prolist .list li.right{
	margin-right: 0;
}
.main-prolist .list .img{
	width: 252px;
	height: 151px;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
	overflow: hidden;
}
.main-prolist .list .img:hover{
	width: 250px;
	height: 149px;
	border: 1px solid #fff;
}
.main-prolist .list .img img{
	width: 250px;
	height: 149px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -74.5px;
	margin-left: -125px;
}
.main-prolist .list .name{
	font-size: 20px;
	line-height: 25px;
	color: #0168B7;
	text-align: center;
}
.main-prolist .list .name a{
	color: #0168B7;
}
.main-prolist .list .name a:hover{
	color: #0b72c1;
}

.main-prolist .list .text{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin: 20px 0;
	overflow: hidden;
	line-height: 24px;
	height: 96px;

}
.main-prolist .list .know a{
	color: #00a1e9;
	display: block;
	font-size: 14px;
}
.main-prolist .list .know a:hover{
	color: #0168B7;
}
/*产物中心列表页结束*/
/*产物详细页开始*/
.main-product{
	width: 100%;
	position: relative;
	background: #ededed;
	z-index: 10;
	padding: 35px 0 70px;
}
.main-product .main-product-first{
	width: 100%;
	height: 410px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.main-product-first .pdl{
	width: 725px;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	padding: 50px 25px 60px 25px;
	box-shadow: 0px 5px 5px #D1D1D1;
}
.main-product-first .pdl-banner{
	width: 280px;
	height: 300px;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
}
.main-product-first .pban-bd{
	width: 302px;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.main-product-first .pban-bd li{
	width: 302px;
	height: 180px;
	position: relative;
	float: left;
	overflow: hidden;
}
.main-product-first .pban-bd img{
	width: 302px;
	height: 180px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -151px;
}
.main-product-first .pban-hd{
	width: 243px;
	margin: 0 auto;
	height: 41px;
	overflow: hidden;
	position: relative;
	margin-top: 75px;
	text-align: center;
}
.main-product-first .pban-hd a{
	width: 67px;
	height: 39px;
	display: inline-block;
	cursor: pointer;
	margin: 0 2px;
	position: relative;
	background-size: 67px 39px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	border: 1px solid #fff;
}
.main-product-first .pban-hd a img{
	width: 100%;
	height: 100%;
}
.main-product-first .pban-hd a.on{
	border: 1px solid #127ed0;
}
.main-product-first .prev{
	position:absolute;  
	left: 0;
	bottom:8px;
	display:block; 
	width:18px; 
	height:33px; 
	background:url(/images/prev-bg1.png) no-repeat center center;
	background-size: cover; 
	filter:alpha(opacity=50);
	opacity:0.5;
}
.main-product-first .next{ 
	position:absolute; 
	display:block; 
	right: 0;
	bottom: 8px;
	width:18px; 
	height:33px; 
	background:url(/images/next-bg1.png) no-repeat center center; 
	background-size: cover; 
	filter:alpha(opacity=50);
	opacity:0.5;
}

.main-product-first .prev:hover,.main-product-first .next:hover{
	filter:alpha(opacity=100);
	opacity:1; 
}
.main-product-first .pdl-doc{
	width: 390px;
}
.main-product-first .pdl-doc .title{
	font-size: 32px;
	line-height: 35px;
	color: #0168b7;
	height: 70px;
	overflow: hidden;
	margin-bottom: 5px;
}
.main-product-first .pdl-doc .text{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	width: 385px;
	height: 168px;
	overflow: hidden;
}
.main-product-first .pdl-doc .mCSB_scrollTools{
	width: 15px;
}
.main-product-first .pdl-doc .mCSB_scrollTools .mCSB_draggerContainer{
	left:12px;
}

.main-product-first .pdl-doc .mCSB_scrollTools .mCSB_dragger{
	background: #e4e4e4;
	width: 3px;
	height: 30px;
}
.ie7 .main-product-first .pdl-doc .mCSB_scrollTools .mCSB_dragger{
	margin-left: -1px;
}
.main-product-first .pdl-doc .mCSB_scrollTools .mCSB_draggerRail{
	background: none;
	width: 1px;
}
.main-product-first .pdl .more{
	width: 110px;
	height: 30px;
	margin-top: 40px;
}
.main-product-first .pdr{
	width: 330px;
	height: 410px;
	position: relative;
	overflow: hidden;
}
.main-product-first .pdr .title{
	font-size: 20px;
	color: #0168B7;
	line-height: 20px;
	position: relative;
}
.main-product-first .pdr .pdr-banner{
	width: 100%;
	position: relative;
}
.main-product-first .pdr-banner li{
	overflow: hidden;
	width:100%;
	position: relative;
	margin-top: 30px;
}
.main-product-first .pdr-banner li:hover .name{
	color: #0168B7;
}
.main-product-first .pdr-banner .img{
	width: 135px;
	height: 81px;
	overflow: hidden;
	position: relative;
}
.main-product-first .pdr-banner .img img{
	width: 135px;
	height: 81px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -67.5px;
	margin-top: -40.5px;
	border-radius: 7px;
}
.main-product-first .pdr-banner .text{
	width: 170px;
	height: 81px;
	overflow: hidden;
}
.main-product-first .pdr-banner .text .name{
	font-size: 15px;
	color: #0168b7;
	height: 28px;
  	text-overflow:ellipsis;
}
.main-product .pdr-banner .text .cont{
	font-size: 12px;
	color: #656565;
	line-height: 24px;
	margin-top: 8px;
	height: 48px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-product-first .pdr-banner .prev{
	position:absolute;  
	left: 253px;
	top: 100%;
	display:block; 
	width:38px; 
	height:28px; 
	background:url(/images/arrow_top.png) no-repeat center center;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	filter:alpha(opacity=100);
	opacity:1; 
	margin-top: 24px;
}
.main-product-first .pdr-banner .prev img{
	position: absolute;
	right: 0;
	top: 4px;
}
.main-product-first .pdr-banner .next{ 
	position:absolute; 
	display:block; 
	right: 0;
	top: 100%;
	width:37px; 
	height:28px; 
	background:url(/images/arrow_bot.png) no-repeat center center; 
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	filter:alpha(opacity=100);
	opacity:1; 
	margin-top: 24px;
}
.main-product-third .back{
	width: 105px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.main-product-third .back a{
	display: block;
	width: 105px;
	height: 30px;
	text-align: center;
	background: #0868b5;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.main-product-third .back a:hover{
	box-shadow: 0 0 10px #9bbed9;
    -moz-box-shadow: 0 0 10px #9bbed9;
    -webkit-box-shadow: 0 0 10px #9bbed9;
}


.main-product-third .back a em{
	padding-left: 10px;
}
.main-product-second{
	margin-top: 55px;
	margin-bottom: 35px;
	margin-right: 10px;
}
.main-product-second .title{
	width: 100%;
	height: 40px;
}
.main-product-second .title li{
	width: 100px;
	height: 40px;
	line-height: 40px;
	float: left;
	padding-right: 4px;
	border-right: 1px solid #DBDBDB;
	padding-left: 4px;
}
.main-product-second .title li.first{
	padding-left: 0;
}
.main-product-second .title li.last{
	border-right: none;
}
.main-product-second .title li.pro1{
	padding-left: 0;
}
.main-product-second .title li.pro4{
	border-right: none;
}

.main-product-second .title li a{
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 14px;
    background-color:#606266;
	text-align: center;
}
.main-product-second .title li.on a{
	color: #FFFFFF;
	background: #177ECE;
	border-top-right-radius: 20px;
}
.main-product-second .content{
	background: #FFFFFF;
	border-top: 2px solid #177ECE;
	width: 100%;
	margin-top: 8px;
	padding-bottom: 25px;
	box-shadow: 0px 5px 5px #D1D1D1;
}
.main-product-second .content video{
	background: #000;
	max-width: 100%;
}
.main-product-second .content .item1{
	font-size: 14px;
	line-height: 30px;
	color: #323232;
	padding: 34px 38px 10px 38px;
}
.main-product-second .content .item1 li{
	padding-left: 14px;
    background: url(/images/dian.jpg) no-repeat left center;
}

.main-product-second .content dl{
	font-size: 14px;
	line-height: 30px;
	color: #323232;
	padding: 34px 38px 10px 38px;
}
.main-product-second .content dd{
	padding-left: 14px;
	background: url(/images/dian.jpg) no-repeat left center;
}
.main-product-second .content .table{
	overflow: hidden;
	width: 100%;
}
.main-product-second .content .item1{
	overflow: hidden;
}
.main-product-second .content .item1 table{
	min-width: 1000px;
}
.main-product-second .content table{
	min-width: 1134px;
	text-align: center;
	line-height: 40px;
}
.main-product-second .content table.on{
	text-align: left;
}

.main-product-second .content table tr:first-child td:first-child{
	width: 210px;
}

.main-product-second .content table td{
	border-right: 1px solid #DBDBDB;
	font-size: 14px;
	padding: 0 20px;
}
.main-product-second .content table td:last-child{
	border-right:none;
}
.main-product-second .content table tr:nth-of-type(odd){
	background: #f6f6f6;
}
.main-product-second .content table tr:first-child{
	background: #EDEDED;
}
.main-product-second .table .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: rgba(49,175,232,0.75);
}
.main-product-second .content .download{
	width: 100%;
	overflow: hidden;
}
.main-product-second .content .download  li{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #EDEDED;
	overflow: hidden;
}

.main-product-second .content .download .left{
	/*line-height: 46px;*/
	font-family: arial;
	font-size: 14px;
	color: #323232;
	width: 670px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-product-second .content .download .left img{
	width: 15px;
	height: 17px;
	margin-right: 22px;
	margin-left: 36px;
}
.main-product-second .content .download .right {
	overflow: hidden;
}
.main-product-second .content .download .right a{
	/*line-height: 46px;*/
	font-family: arial;
	font-size: 14px;
	color: #989898;
}
.main-product-second .download .right .click{
	margin-right: 18px;
	margin-left: 39px;
}
.main-product-second .download .right a:hover{
	color: #0168B7;
}
.main-product-second .download .right img{
	width: 16px;
	height: 11px;
	margin-right: 12px;
}
.main-product-second .content .example li{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 36px;
	width: 1080px;
	overflow: hidden;
  	text-overflow:ellipsis;
  	white-space:nowrap;
}
.main-product-second .content .example a{
	font-size: 14px;
	color: #323232;
  	width: 100%;
}
/*产物详细页结束*/
/*联系我们开始*/
.main-contact {
	width: 100%;
	background-color: #f1f1f1;
	padding-top: 40px;
	padding-bottom: 80px;
}
.main-contact .inner{
	/*padding-left: 44px;*/
	background: #FFFFFF;
	border-radius: 3px;
	box-shadow: 0px 10px 10px #dfdfdf;
	padding-bottom:43px ;
}
.main-contact-first{
	margin-left: 44px;
	overflow: hidden;
	padding-top: 10px;
}
.main-contact-first .title{
	font-size: 28px;
	line-height: 88px;
	color: #0168B7;
}
.main-contact-first .left{
	width: 400px;
	overflow: hidden;
	position: relative;
}
.main-contact-first .left ul{
	overflow: hidden;
}
.main-contact-first .left li{
	float: left;
	width: 300px;
	margin-right: 68px;
	margin-bottom: 35px;
}
.main-contact-first .left li dl{
	overflow: hidden;
}
.main-contact-first .left li dt{
	font-size: 20px;
	color: #323232;
	margin-bottom: 30px;
	/*line-height: 70px;*/
}
.main-contact-first .left li dd{
	font-size: 14px;
	color: #333333;
	height: 50px;
	overflow: hidden;
}
.main-contact-first .left dd span{
	font-size: 14px;
	line-height: 25px;
	height:50px;
}
.main-contact-first .left dd span.an{
	width: 230px;
}
.main-contact-first .left img{
	width: 25px;
	height: 25px;
	margin-right: 8px;
	float: left;
	position: relative;
}
.main-contact-first .left em{
	font-size: 16px;
	color: #323232;
	/*padding-bottom: 7px;*/
}

.main-contact-first .right{
	padding-left: 17px;
	margin-right: 350px;
	width: 132px;
	height: 238px;
	position: relative;
}
.main-contact-first .right .logo{
	width: 126px;
	height: 90px;
	position: relative;
	top: 0;
	right: 0;
}
.main-contact-first .logo img{
	width: 140px;
	height: 98px;
	display: block;
	position: relative;
	top: 20%;
	left: 50%;
	margin-top: -45px;
	margin-left: -43px;
}
.main-contact-first .right .weixin{
	position: absolute;
	right: 0;
	top: 100px;
	width: 111px;
	height: 111px;;
}
.main-contact-first .weixin img{
	/*width: 155px;*/
	height: 200px;
	display: block;
	position: relative;
	left: 50%;
	margin-top: -100px;
	margin-left: -65px;
}
.main-contact-first .weixin span{
	position: relative;
	top: 20%;
	padding-left: 27px;
	font-size: 14px;
	color: #333333;
}
.main-contact-second{
	border-top: 1px dashed #D1D1D1;
	padding-top: 30px;
	margin-left: 30px;
	margin-right: 20px;
}
.main-contact-second .title{
	font-size: 20px;
	color: #323232;
	line-height: 40px;
	margin-bottom: 16px;
}
.main-contact-second .text{
	font-size: 14px;
	color: #323232;
	line-height: 24px;
	margin-bottom: 26px;
}
.form-group.max{
	max-width: 1060px;
}
.form-group.yan{
	max-width: 592px
}
.control-label.name{
	width: 72px;
	line-height: 38px;
	margin-right: 10px;
}
.form-group-cell.win{
	width: 402px;
	height: 38px;
}
.form-group-cell.win2{
	width: 972px;
	height: 136px;
}
.form-control.yan{
	width: 363px;
	background: #F1F1F1;
	height: 22px;
}
.form-control.txt{
	width: 930px;
	background: #F1F1F1;
	height: 115px;
	overflow-y: scroll;
}
.vcode-image.img{
	margin-left: 22px;
	margin-top: 6px;
}
.frm-row.abs{
	overflow: visible;
}
.form-group.abs{
	overflow: visible;
}
.form-group-cell.abs{
	overflow: visible;
}
.form-group .help-block {
	top: 100%;
	margin-left: 82px;
}

.form-group{
	padding: 0;
	padding-bottom: 5px;
}
.frm-btn-group{
	padding-top: 17px;
	margin-left: 462px;
}
.frm-btn-group .btn{
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
	border: solid 1px #b3b3b3;
    background: #b3b3b3;
}
.frm-btn-group .btn.btn-submit{
	border: solid 1px #0168b7;
    background: #0168b7;
}

.frm-sugg-tips{
	color: #ff0000;
	font-size: 12px;
    line-height: 20px;
    padding-left: 82px;
    position: absolute;
    left: 0;
    top: 38px;
}

/*联系我们结束
/*新闻资讯开始*/
.main-news{
	background: #F1F1F1;
	min-height: 127px;
	padding-bottom: 80px;
	padding-top: 40px;
}
.main-news .news-list li{
	width: 1085px;
	height: 140px;
	background: #FFFFFF;
	position: relative;
	padding: 30px;
	overflow: hidden;
	border-radius: 6px;
}
.main-news .img{
	width: 205px;
	height: 140px;
	overflow: hidden;
	/*position: relative;*/
}
.main-news .img img{
	width: 205px;
	height: 140px;
	border-radius: 7px;
	/*top: 50%;
	left: 50%;
	margin-top: -102.5px;
	margin-left: -70px;
	position: absolute;*/
}
.main-news .news-list li:hover{
	box-shadow: 0px 3px 3px #d1d1d1;
}
.main-news .content{
	width: 843px;
	height: 140px;
}
.main-news li.on .content{
	width: 100%;
}
.main-news .news-list{
	padding-bottom: 5px;
}
.main-news .news-list li{
	margin-top: 10px;
	padding-right: 10px;
}
.main-news .content .title{
	font-size: 16px;
	color: #0168B7;
	margin-bottom: 10px;
}
.main-news .content .title a{
	color: #0168B7;
}
.main-news .content .title a:hover{
	opacity: 0.8;
}
.main-news .content .time{
	font-size: 14px;
	color: #999999;
}
.main-news .content .text{
	font-size: 14px;
	line-height: 23px;
	margin: 10px 15px 10px 0px;
	color: #333333;
	height: 46px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-news .content .more{
	display: inline-block;
	color: #00A1E9;
	font-size: 14px;
}
.main-news .content .more:hover{
	text-decoration: underline;
}
.page{
	width: 100%;
	height: 39px;
	overflow: hidden;
	margin-top: 35px;
	text-align: center;
}
.page li{
	height: 39px;
	margin: 0 10px;
	display: inline-block;
}
.page li a{
	width: 27px;
	height: 35px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	color: #0168B7;
	display: block;
	line-height: 35px;
	text-align: center;
	border-radius: 6px;
}
.page li.prev a,.page li.next a{
	width: 105px;
	height: 37px;
	background: #0168B7;
	color: #FFFFFF;
	line-height: 37px;
}
.page li.on a{
	width: 29px;
	height: 37px;
	background: #0168B7;
	color: #FFFFFF;
	line-height: 37px;
}
.page li a:hover{
    background: #0168B7;
    color: #FFFFFF;
}
/*新闻资讯结束 */
/*新闻详情页开始 */
.main-newsdetail{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
	background: #F1F1F1;
}
.main-newsdetail .back{
	width: 105px;
	height: 30px;
	margin: 0 auto;
}
.main-newsdetail .back a{
	display: block;
	width: 105px;
	height: 30px;
	text-align: center;
	background: #0868b5;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.main-newsdetail .back a em{
	padding-left: 10px;
}
.main-newsdetail .content{
	/*width: 100%;*/
	background: #FFFFFF;
	padding: 70px 100px 60px 100px;
	margin-bottom: 40px;
	min-height: 400px;
	box-shadow: 0px 3px 3px #D1D1D1;
	margin-right: 5px;
}
.main-newsdetail .content .title{
	font-size: 21px;
	color: #0168B7;
	text-align: center;
}
.main-newsdetail .content .time{
	text-align: center;
	font-size: 12px;
	line-height: 28px;
    border-bottom: 1px solid #eeeeee;
    padding: 2% 3%;
    margin-bottom: 4%;
}
.main-newsdetail .content .time .times{
	color: #999999;
	margin-right: 28px;
}
.main-newsdetail .content .time .num{
	color: #999999;
}
.main-newsdetail .content .doc{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.main-newsdetail .content .doc img{
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%;
}
.main-newsdetail .content .doc table{
	border: 1px solid #ccc;
	border-collapse: collapse;
	max-width: 100%;
}
.main-newsdetail .content .doc table td{
	border: 1px solid #ccc;
	line-height: 20px;
	padding: 5px 10px;
}
.main-newsdetail .recommend{
	margin-top: 55px;
	overflow: hidden;
}
.main-newsdetail .recommend .rec-title{
	color: #0168B7;
	font-size: 14px;
	line-height: 16px;
	border-left: 4px solid #0168B7;
	padding-left: 6px;
}

.main-newsdetail .recommend ul{
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}
.main-newsdetail .recommend li{
	float: left;
	width: 433px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
	margin-left: 10px;
	margin-right: 17px;
}
.main-newsdetail .recommend li a{
	color: #333;
	font-size: 14px;
}
.main-newsdetail .recommend li a:hover{
	color: #0168B7;
}

.main-newsdetail .content video{
	background: #000;
    max-width: 100%;
    display: inline-block;
}
.main-newsdetail .content .doc ul{
	padding-left: 20px;
}
.main-newsdetail .content .doc ul li{
	list-style:disc;
}
/*新闻详情页结束 */
/*应用案例页开始*/
.main-application{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 80px;
	background: #F1F1F1;
}
.main-application .more{
	width: 102px;
	height: 30px;
	margin: 0 auto;
}
.main-application .list{
	width: 100%;
	overflow: hidden;
	margin-top: 6px;
	padding-bottom: 40px;
}
.main-application .list li{
	width: 360px;
	height: 370px;
	background: #FFFFFF;
	float: left;
	margin-top: 30px;
	border-radius: 6px;
	box-shadow: 0px 5px 5px #DAD9D9;
	margin-right: 21px;
}
.main-application .list li .img{
	width: 360px;
	height: 160px;
	position: relative;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.main-application .list li img{
	width: 360px;
	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -180px;
}
.main-application .list li.right{
	margin-right: 0;
}
.main-application .list .doc{
	padding-left: 28px;
	padding-right: 28px;
}
.main-application .list .title{
	font-size: 18px;
	color: #0168b7;
	line-height: 29px;
	margin-top: 20px;
	text-overflow: ellipsis;
    overflow: hidden;

}
.main-application .list .title a{
	color: #0168b7;
}
.main-application .list .title a:hover{
	opacity: 0.8;
}
.main-application .list .text{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	margin-top: 7px;
	overflow:hidden;
	height: 75px; 
  /*  text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
}
.main-application .list .know{
	margin-top: 10px;
}
.main-application .list .know a{
	color: #00A1E9;
	font-size: 13px;
}
.main-application .list .know a:hover{
	color: #0168B7;
}
.app-title{
	color: #0168B7;
	font-size: 20px;
}
.app-banner ul{
	overflow: hidden;
	position: relative;
}
.app-banner li{
	width: 310px;
	height: 330px;
	background: #fff;
	padding: 30px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 37px;
	border-radius: 6px;
	box-shadow: 0px 5px 5px #DAD9D9;
}
.app-banner .img{
	width: 302px;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.app-banner .img img{
	width: 302px;
	height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -151px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.app-banner .img img:hover{
	 -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.app-banner .title{
	font-size: 20px;
	color: #0168B7;
	line-height: 36px;
	/*margin-top: 22px;*/
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.app-banner .title a{
	color: #0168B7;
}
.app-banner .title a:hover{
	opacity: 0.8;
}
.app-banner .text{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	margin-top: 10px;
/*	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; */
	height: 75px;
}
.app-banner .know a{
	display: block;
	color: #00A1E9;
	margin-top: 21px;
	font-size: 14px;
}
.app-banner .know a:hover{
	text-decoration: underline;
}
.app-banner .prev{
	position:absolute;  
	left: 50%;
	margin-left: -572px;
	top: 100%;
	margin-top: -110px;
	display:block; 
	width:38px; 
	height:28px; 
	background:url(/images/service_support_06.png) no-repeat center center;
	background-size: 13px 15px;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	filter:alpha(opacity=100);
	opacity:1; 
}
.app-banner .prev img{
	position: absolute;
	right: 0;
	top: 4px;
}
.app-banner .next{ 
	position:absolute; 
	display:block; 
	left: 50%;
	margin-left: -533px;
	top: 100%;
	margin-top: -110px;
	width:37px; 
	height:28px; 
	background:url(/images/service_support_05.png) no-repeat center center; 
	background-size: 13px 15px;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	filter:alpha(opacity=100);
	opacity:1; 
}
/*应用案例页结束*/
/*404开始*/
.lose{
	width: 769px;
	height: 513px;
	background: url(/images/404.jpg) no-repeat center center;
	margin: 0 auto;
	padding-left: 50%;
	padding-top: 20%;
}
.lose .sorry{
	font-size: 28px;
	line-height: 45px;
	color: #212121;
}
.lose .internet{
	font-size: 14px;
	line-height: 25px;
	color: #707070;
}
.lose .refurbish{
	font-size: 14px;
	line-height: 25px;
	color: #707070;
}
.lose .refurbish a{
	color: #0168B7;
	text-decoration: underline;
}
/*404结束*/
/*网站地图开始*/
.main-map{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
	background: #EDEDED;
}
.main-map .inner{
	background: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 82px;
	padding-top: 50px;
	min-height: 400px;
}
.main-map .map-title{
	font-size: 28px;
	color: #323232;
}
.main-map li{
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 48px;
}
.main-map li a:hover{
	color: #0168B7;
}
.main-map li>div{
	display: block;
	line-height: 36px;	
	border-bottom: 1px solid #cbcbcb;
}
.main-map li>div>a{
	color: #0868B5;
	font-size: 16px;
}
.main-map li .list{
	border-top: 1px solid #cbcbcb;
}
.main-map li dl{
	float: left;
	display: block;
	width: 182px;
	margin-left: 8px;
	/*overflow: hidden;*/
}
.main-map li dl>dt{
	line-height: 48px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-map li dl>dt>a{
	font-size: 16px;
	/*display: block;*/
	color: #323232;
}
.main-map li dl>dd{
	margin-bottom: 6px;
}
.main-map li dl>dd>a{
	font-size: 14px;
/*	line-height: 27px;*/
	color: #656565;
	/*display: block;*/
	background: url(/images/dian_02.jpg) no-repeat left 7px;
	padding-left: 14px;
}
/*网站地图结束*/
/*搜索结果页开始*/
.main-search{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
	background: #EDEDED;
	min-height: 257px;
}

.main-search .search-main{
	position: relative;
	width: 695px;
	height: 38px;
	background-color: #f5f4f4;
	border: 1px solid #D1D1D1;
	border-radius: 6px;
	margin: 0 auto;
}
.main-search .search-main input{
	height: 38px;
	line-height: 38px;
	padding-left: 26px;
	padding-right: 50px;
	width: 600px;
	font-family: "宋体";
	font-size: 14px;
	background: url(/images/xian_02.jpg) no-repeat 13px center;
	background-color: #f5f4f4;
	color: #0868B5;
	border-radius: 6px 0 0 6px;
} 
.main-search .search-main a{
	background-color: #f5f4f4;
	display: block;
	position: absolute;
	width: 52px;
	height: 38px;
	right: 0px;
	margin-top: -19px;
	top: 50%;
	border-radius: 0 6px 6px 0;
	background: url(/images/xian_02.jpg) no-repeat left center;
}
.main-search .search-main input::-webkit-input-placeholder {
   	color: #cacaca;      
}
.main-search .search-main .btns{
	position: absolute;
	width: 24px;
	height: 24px;
	right: 14px;
	margin-top: -12px;
	top: 50%;
}

.main-search .link-list{
	overflow: hidden;
	width: 695px;
	margin: 0 auto;
}
.main-search .link-list li{
	float: left;
	line-height: 34px;
	margin-left: 27px;
	font-size: 14px;
}
.main-search .link-list li a{
	color: #989898;
}
.main-search .link-list li a:hover{
	text-decoration: underline;
}
.main-search .title{
	font-size: 28px;
	color: #323232;
	line-height: 68px;
}
.main-search .title span{
	color: #0868B5;
}
.main-search .list li{
	width: 1085px;
	height: 135px;
	background: #FFFFFF;
	position: relative;
	padding: 30px;
	overflow: hidden;
	border-radius: 6px;
}
.main-search .img{
	width: 226px;
	height: 135px;
	overflow: hidden;
	position: relative;
}
.main-search .img img{
	width: 226px;
	height: 135px;
	top: 50%;
	left: 50%;
	margin-top: -67.5px;
	margin-left: -113px;
	display: block;
	position: absolute;
}
.main-search .content{
	width: 822px;
	height: 135px;
}
.main-search li.on .content{
	width: 100%;
}
.main-search .list li{
	margin-top: 20px;
}
.main-search .content .name{
	font-size: 20px;
	color: #0868B5;
	margin-bottom: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-search .content .name a{
	color: #0868B5;
}
.main-search .content .text{
	font-size: 14px;
	line-height: 24px;
	/*margin-top: 10px;*/
	margin-bottom: 18px;
	color: #333333;
	overflow:hidden; 
	height: 48px;
}
.main-search .content .more{
	display: block;
	color: #00A1E9;
	font-size: 14px;
}
.main-search .content .more:hover{
	color: #0168B7;
}
/*搜索结果页结束*/