@charset "utf-8";
body,div,li,ul,ol,dl,dd,dt,span,b,strong,p,h1,h2,h3,h4,h5,input{margin:0;padding:0;}
ul,li,dl,dt,dd,ol{list-style:none;list-style-type:none;}
a img,a,a:hover,a:active,a:visited{border:none;text-decoration:none; outline:none;}
.cscreen{position:absolute;top:0;left:0;z-index:99;background:#000;opacity:0.70;filter:alpha(opacity=70);-moz-opacity:0.70;}
body{ font-size:12px; font-family:"Microsoft YaHei";}
::selection{background:#333;color:#fff;}
::-moz-selection{background:#1E73BE;color:#fff;}
a{color:#000;}
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
.clear{
	clear:both;
}

.header{
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#1e73be;
}
.topper{
	width:1200px;
	height:40px;
	margin:0 auto;
}
.top_left{
	width:400px;
	float:left;
	background:url(../images/top_icon.png) no-repeat left 6px;
	padding-left:30px;
}
.top_right{
	width:300px;
	float:right;
	padding-left:30px;
	background:url(../images/top_icon.png) no-repeat left -40px;
}
.top_right span{
	color:#fff600;
	font-weight:bold;
        font-size: 16px;
}
.top_right i{
	background: rgba(0, 0, 0, 0) url("../images/top_icon.png") no-repeat scroll left -102px;
    cursor: pointer;
    margin-left: 10px;
    padding: 0 15px;
    position: relative;
}

.top_weixin {
    background: rgba(0, 0, 0, 0) url("../images/weixin-bg-top.png") no-repeat scroll center center / cover ;
    display: none;
    height: 150px;
    left: -58px;
    overflow: hidden;
    position: absolute;
    top: 28px;
    width: 150px;
    z-index: 90;
}
.top_weixin img {
    display: block;
    height: 130px;
    margin: 13px auto;
    width: 130px;
}
.top_right i:hover .top_weixin {
    display: block;
}
.nav{
	width:1200px;
	height:105px;
	margin:0 auto;
}
.nav .logo{
	width:430px;
	float:left;
	height:105px;
	
}
.nav .logo img{
	padding-top:12px;
}
.naver{
	float:right;
	width:670px;
	height:105px;
}
.naver ul{
	padding-top:31px;
}
.naver ul li{
	float:left;
	width:95px;
	text-align:center;
	font-size:16px;
	height:55px;
	line-height:80px;
	
}
.naver ul li:nth-of-type(1){
	background:url(../images/nav1.png) no-repeat center top;
}
.naver ul li:nth-of-type(2){
	background:url(../images/nav2.png) no-repeat center top;
}
.naver ul li:nth-of-type(3){
	background:url(../images/nav3.png) no-repeat center top;
}
.naver ul li:nth-of-type(4){
	background:url(../images/nav4.png) no-repeat center top;
}
.naver ul li:nth-of-type(5){
	background:url(../images/nav5.png) no-repeat center top;
}
.naver ul li:nth-of-type(6){
	background:url(../images/nav6.png) no-repeat center top;
}
.naver ul li:nth-of-type(7){
	background:url(../images/nav7.png) no-repeat center top;
}

.naver ul li.on:nth-of-type(1),
.naver ul li:hover:nth-of-type(1){
	background:url(../images/nav1_h.png) no-repeat center top;
}
.naver ul li.on:nth-of-type(2),
.naver ul li:hover:nth-of-type(2){
	background:url(../images/nav2_h.png) no-repeat center top;
}
.naver ul li.on:nth-of-type(3),
.naver ul li:hover:nth-of-type(3){
	background:url(../images/nav3_h.png) no-repeat center top;
}
.naver ul li.on:nth-of-type(4),
.naver ul li:hover:nth-of-type(4){
	background:url(../images/nav4_h.png) no-repeat center top;
}
.naver ul li.on:nth-of-type(5),
.naver ul li:hover:nth-of-type(5){
	background:url(../images/nav5_h.png) no-repeat center top;
}
.naver ul li.on:nth-of-type(6),
.naver ul li:hover:nth-of-type(6){
	background:url(../images/nav6_h.png) no-repeat center top;
}
.naver ul li.on:nth-of-type(7),
.naver ul li:hover:nth-of-type(7){
	background:url(../images/nav7_h.png) no-repeat center top;
}

.naver ul li a{
	display:block;
}

.nav ul li.on a{
	color:#d81212;	
}
.nav ul li:hover a{
	color:#d81212;	
}

#container {
			width: 100%;
			height: 600px;
			overflow: hidden;
	}
	.sections,.section {
		height:100%;
	}
	#container,.sections {
		position: relative;
	}
	.section {
		background-color: #000;
		background-size: cover;
		background-position: 50% 50%;
		text-align: center;
		color: white;
	}
	
	


.main{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding-top:50px;
}



.about{
	height:640px;
	background:url(../images/bg_blue.jpg) no-repeat left top;
}


.what:hover{
	background:url(../images/icon_bg.png) no-repeat left top;
}
.product{
	width:100%;
	height:680px;
	background:url(../images/bg_yellow.jpg);
}
.solution{
	width:100%;
	height:660px;
	background:url(../images/bg_blue.jpg) no-repeat center top;
}
.solution ul {
	margin-top:30px;
}
.solution ul li{
	width:238px;
	height:377px;
	float:left;
	margin:0 1px;
	position:relative;
	background:#000;
}
.solution ul li a{
	display:block;
	width:100%;
	height:100%;
}
.solution ul li img{
	width:238px;
	height:377px;
	filter:alpha(opacity=70);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
		  
}
.solution ul li:hover img{
	filter:alpha(opacity=100);  
      -moz-opacity:1;  
      -khtml-opacity: 1;  
      opacity: 1;
}


.solution ul li .so_title{
	width:145px;
	height:45px;
	border:2px solid #fff;
	border-color:rgba(255,255,255,0.5);
	padding:15px 8px;
	color:#fff;
	font-size:18px;
	text-align:center;
	position:absolute;
	bottom:35px;
	left:38px;
	-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;

}

.solution ul li:hover .so_title{
	border-color: rgba(0, 0, 0, 0.3);
	  border-width: 0;
	  background:rgba(0,0,0,.3);
	  bottom:150px;
	  -webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
	  
	  
}



.features{
	width:100%;
	height:590px;
	background:url(../images/bg_green.jpg) no-repeat center top;
}
.features ul{
	margin-top:30px;
}
.features ul li{
	width:290px;
	height:160px;
	background:#fff;
	float:left;
	margin:5px;
	text-align:center;
}
.features ul li a{
	display:block;
	width:100%;
	height:100%;
}
.features ul li a h1{
	font-weight:normal;
	font-size:18px;
	display:block;
	padding-top:110px;
}
.features ul li:nth-of-type(1) a h1{
	background:url(../images/icon1.png) no-repeat center 50px;
}
.features ul li:nth-of-type(2) a h1{
	background:url(../images/icon2.png) no-repeat center 50px;
}
.features ul li:nth-of-type(3) a h1{
	background:url(../images/icon3.png) no-repeat center 50px;
}
.features ul li:nth-of-type(4) a h1{
	background:url(../images/icon4.png) no-repeat center 50px;
}
.features ul li:nth-of-type(5) a h1{
	background:url(../images/icon5.png) no-repeat center 50px;
}
.features ul li:nth-of-type(6) a h1{
	background:url(../images/icon6.png) no-repeat center 50px;
}
.features ul li:nth-of-type(7) a h1{
	background:url(../images/icon7.png) no-repeat center 50px;
}
.features ul li:nth-of-type(8) a h1{
	background:url(../images/icon8.png) no-repeat center 50px;
}

.features ul li:hover:nth-of-type(1) a h1{
	background:url(../images/hover1.png) no-repeat center 50px;
}
.features ul li:hover:nth-of-type(2) a h1{
	background:url(../images/hover2.png) no-repeat center 50px;
}
.features ul li:hover:nth-of-type(3) a h1{
	background:url(../images/hover3.png) no-repeat center 50px;
}
.features ul li:hover:nth-of-type(4) a h1{
	background:url(../images/hover4.png) no-repeat center 50px;
}
.features ul li:hover:nth-of-type(5) a h1{
	background:url(../images/hover5.png) no-repeat center 50px;
}
.features ul li:hover:nth-of-type(6) a h1{
	background:url(../images/hover6.png) no-repeat center 50px;
}
.features ul li:hover:nth-of-type(7) a h1{
	background:url(../images/hover7.png) no-repeat center 50px;
}
.features ul li:hover:nth-of-type(8) a h1{
	background:url(../images/hover8.png) no-repeat center 50px;
}

.features ul li:hover{
	background:#46bc85;
	-webkit-transition: all .5s;   
                -moz-transition: all .5s;   
                -ms-transition: all .5s;   
                -o-transition: all .5s;   
                transition: all .5s;  
}
.features ul li:hover a h1{
	color:#fff;
}
.news{
	width:100%;
	height:750px;
	background:rgba(0, 0, 0, 0) url("../images/bg_yellow.jpg") repeat scroll 0 0;
}

.news_list{
	padding-top:50px;
	width:1200px;
	height:435px;
	position:relative;
}
.news_list .yellow_bg{
	width:293px;
	height:246px;
	background:#ffd633;
	position:absolute;
	bottom:-30px;
	right:-30px;
	z-index:2;
}
.news_list .car_bg{
	width:186px;
	height:192px;
	position:absolute;
	bottom:-15px;
	right:-100px;
	z-index:5;
	background:url(../images/car2.png) no-repeat left center;
}
.news_list dl{
	width:25%;
	height:436px;
	float:left;
}
.news_list dl dt{
	background:#fff;
	height:168px;
	padding:25px 30px;
	position:relative;
	z-index:4;
}
.news_list dl dt h1{
	font-size:18px;
	padding-bottom:5px;
	
}
.news_list dl dt i{
	height:3px;
	width:35px;
	background:#005497;
	display:block;
}
.news_list dl dt p{
	color:#666;
	font-size:14px;
	line-height:24px;
	padding-top:10px;
}
.news_list dl dt a.news_detail{
	color:#999;
	border:1px solid #ddd;
	font-family:'Arial';
	display:block;
	width:60px;
	height:24px;
	line-height:24px;
	border-radius:5px;
	margin-top:30px;
	text-align:center;
}
.news_list dl dd{
	height:218px;
	position:relative;
}
.news_list dl dd img{
    width:300px;
    height: 218px;
}
.news_list dl dd .mask{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	display:none
	
}
.news_list dl dd .mask a{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/plus.png) no-repeat center center;
	font-size:0px;
}
.news_list dl dd i{
	width:100%;
	height:26px;
	display:block;
	position:absolute;
	z-index:3;
}
.news_list dl dd i.down{
	background:url(../images/down.png) no-repeat center top;
	top:0px;
}
.news_list dl dd i.up{
	bottom:0px;
	background:url(../images/up.png) no-repeat center top;
}

.news a.more_news{
	display:block;
	width:185px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:666px;
	border:1px solid #999;
	font-size:16px;
	margin:0 auto;
	border-radius:20px;
	margin-top:30px;
}

.news_list dl:hover dt h1 a{color:#d81212;}
.news_list dl:hover dt i{background:#d81212}
.news_list dl:hover dt a.news_detail{background:#d81212;color:#fff;border-color:#d81212;}
.news_list dl:hover dd .mask{
	display:block;
}
.index_title{
	width:270px;
	height:70px;
	background:url(../images/index_title.png) no-repeat center top;
	margin:0 auto;
	clear:both;
}
.index_title a{
	display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}

.about_main{
	background:url(../images/about_bg.jpg) no-repeat center top;
	width:1160px;
	height:404px;
	padding:20px;
        margin-top: 50px;
}

.about_left{
	width:880px;
	height:100%;
	float:left;
}
.about_left .pic{
	width:415px;
	float:left;
	position:relative;
}
.about_left .pic .car{
	width:178px;
	height:119px;
	position:absolute;
	bottom:-25px;
	left:-55px;
}
.about_left .about_text
{
	float:right;
	height:100%;
	width:400px;
	padding:0px 20px
	
}
.about_text h1{
	font-size:22px;
	color:#333;
	border-bottom:1px solid #dddddd;
	font-weight:normal;
	padding-bottom:20px;
}
.about_text p{
	padding-top:20px;
	font-size:14px;
	color:#666;
	line-height:24px;
}
.about_text a.detail{
	color:#fff;
	background:#d81212;
	margin-top:70px;
	border-radius:20px;
	display:block;
	width:120px;
	text-align:center;
	height:36px;
	line-height:36px;
	font-size:14px;
	
}

.honour{
	width:206px;
	float:right;
	padding:0px 20px 0px 35px;
	height:100%;
}
.honour h1{
	text-align:center;
	font-size:22px;
	font-weight:normal;
}


.picScroll-top{ margin:10px auto;  width:100%;  position:relative;}
		.picScroll-top .hd{ overflow:hidden;  height:34px;width:108px;position:absolute;bottom:-62px;left:60px;}
		.picScroll-top .hd .prev,
		.picScroll-top .hd .next{ 
			display:block;  
			width:34px; 
			height:34px; 
			float:right; 
			  margin:0px 10px;
			overflow:hidden;
			cursor:pointer; 
			background:url("../images/p.png")no-repeat;
		}
		.picScroll-top .hd .next{background:url("../images/n.png")no-repeat;}
		.picScroll-top .hd .prevStop{ background-position:-60px -100px;  }
		.picScroll-top .hd .nextStop{ background-position:-60px -140px;  }
		.picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; }
		.picScroll-top .hd ul li.on{ background-position:0 0; }
		.picScroll-top .bd{}
		.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-top .bd ul li{ text-align:center; zoom:1; padding:5px 0px;}
		.picScroll-top .bd ul li .pic{ text-align:center; }
		.picScroll-top .bd ul li .pic img{ width:205px; height:145px; display:block;}
		.picScroll-top .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-top .bd ul li .title{ line-height:24px; }
		
		
		



.product .index_title{background-position:0px -80px;}
.solution .index_title{background-position:0px -175px;}
.features .index_title{background-position:0px -260px;}
.news .index_title{background-position:0px -340px;}

.banner {
    height: 320px;
    width: 100%;
}


.slideGroup{ width:1200px;margin:0 auto;margin-top:40px;}
		.slideGroup .parHd{ height:60px; line-height:60px;  padding:0 20px;  position:relative;  }
		.slideGroup .parHd ul{ height:40px;width:755px;margin:0 auto;   }
		.slideGroup .parHd ul li{ float:left; padding:0 30px;color:#666666; cursor:pointer;font-size:18px;height:40px;line-height:40px;background:#fff;border-radius:30px; margin:0 10px; }
		.slideGroup .parHd ul li.on{ height:40px;background:#f56925;color:#fff; }
		.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 0px; position:relative;   }

		.slideGroup .sPrev,.slideGroup .sNext{display:block; width:52px; height:50px; }
		.slideGroup .sPrev{background:url(../images/pre.jpg) center center no-repeat; }
		.slideGroup .sNext{background:url(../images/next.jpg) center center no-repeat;  }
		.slideGroup .sMore{background:url(../images/plus.jpg) center center no-repeat;width:92px;height:50px;display:block;text-indent:-999px;  }

		.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
		.slideGroup .parBd ul li{border-top:2px solid #0067b4; margin:0 27px; float:left; _display:inline; overflow:hidden; text-align:center; background:#fff; }

		.slideGroup .parBd ul li .pic{ text-align:center; }
		.slideGroup .parBd ul li .pic img{margin:20px 34px;border-radius:110px; width:170px; height:170px; display:block;border:4px solid #fff}
		/*.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }*/
		.slideGroup .parBd ul li .titles{ line-height:24px;font-size:18px;  }
		.slideGroup .parBd ul li .titles a{border-bottom:1px solid #666; padding-bottom:5px;}
		.slideGroup .parBd ul li p{ color:#999;width:210px;margin:20px auto 0;}
		.slideGroup .parBd ul li .view_detail{ width:90px;height:38px;line-height:38px;margin:10px auto 30px;}
		.slideGroup .parBd ul li .view_detail a{
			color:#0067b4;
			display:block;
			width:100%;
			height:100%;
			font-size:17px;
			border:1px solid #0067b4;
}

.slideGroup .parBd ul li:hover{
	background:#0067b4;
}
.slideGroup .parBd ul li:hover .titles a{
	color:#fff;
	border-bottom:1px solid #fff;
}
.slideGroup .parBd ul li:hover p{ color:#fff; }
	.slideGroup .parBd ul li:hover .view_detail a{
		color:#fff;
		border-color:#fff;
	}	
		.bth_grp{width:226px;height:50px;margin:50px auto 0px;}
		.bth_grp a{float:left;margin:0px 5px;}
		
		
		
		
.link{
	width:100%;
	height:120px;
	background:url(../images/bg_link.jpg) #fff no-repeat center top;
	
}
.link_main{
	width:1200px;
	margin:0 auto;
	padding-top:36px;
}
.link .link_left{
	height:60px;
	width:120px;
	float:left;
}
.link .link_left img{
	padding-top:10px;
}
.link .link_right{
	height:60px;
	width:1075px;
	float:right;
}
.foot_main{
	width:1200px;
	margin:0 auto;
	padding-top:30px;
}
.picMarquee-left{ width:1050px;  overflow:hidden; position:relative;}
		.picMarquee-left .bd .prev,.picMarquee-left .bd .next{ display:block;  width:9px; height:15px; float:right; margin-right:5px; margin-top:20px;  overflow:hidden;
		 cursor:pointer; }
		.picMarquee-left .bd .prev{ background:url("../images/pre.png") no-repeat;float:left;margin-right:5px;}
		.picMarquee-left .bd .next{ background:url("../images/next.png") no-repeat;margin-left:5px;margin-right:0px;}

		.picMarquee-left .bd .prevStop{ background:url("../images/pre.png") no-repeat;}
		.picMarquee-left .bd .nextStop{background:url("../images/next.png") no-repeat;}
		.picMarquee-left .bd{}
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 7px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:150px; height:50px; display:block; padding:2px; border:1px solid #ccc; }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-left .bd ul li .title{ line-height:24px;   }

                
                
                
                .ly-bg{display:inline-block;float: left;margin: 40px 40px;}
#myform{margin:40px 0 0 20px;float: left;}
.c-le-list .c-le-tip{height: 21px;box-sizing: border-box;padding-left: 65px;}
.c-le-list {padding-left: 20px;}
.c-le-list label{font-size: 14px;margin-right: 10px;}
.c-le-list input,.c-le-list select[name="ctype"],.c-le-list select[name="signs"]{outline: none;width: 400px;height: 34px;line-height: 34px;border: 1px solid #dddddd;background: #fff;border-radius: 3px;text-indent: 10px;font-size: 14px;font-family: '微软雅黑 ';box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);}
.c-le-list select[name="zcod"]{outline: none;min-width: 129px;height: 34px;line-height: 34px;border: 1px solid #dddddd;background: #fff;border-radius: 3px;text-indent: 10px;font-size: 14px;font-family: '微软雅黑 ';}
.c-le-list textarea{outline: none;width: 400px;height: 175px;line-height: 25px;border: 1px solid #dddddd;background: #fff;border-radius: 3px;text-indent: 10px;font-size: 14px;font-family: '微软雅黑 ';resize: none;}
.tb-te{position: relative;top: -155px;}
.false {color: red;}
.rights {color: green;}
input.false {border: 1px solid red;}
input.right {border: 1px solid green;}
button {display: inline-block;border: none;outline: none;width: 152px;height: 50px;border-radius: 5px;background: #D81212;line-height: 50px;margin-left: 83px;font-size: 16px;color: #fff;cursor: pointer;font-weight: bold;font-size: 16px;}
.c-le-list:nth-child(1),.c-le-list:nth-child(2),.c-le-list:nth-child(3){font-family: '微软雅黑 ';}




		
		
		
.foot{
	width:100%;
	height:100px;
	background:#1e73be;
}

.foot .foot_left{
	color:#fff;
	width:880px;
	float:left;
}
.foot .foot_left p{
	line-height:24px;
}
.foot .foot_left a{
	color:#fff;
}


.foot_right{
	width:130px;
	height:60px;
	float:right;
}
.foot_right a{
	display:block;
	width:44px;
	height:44px;
	
	background:url(../images/foot_icon.png) no-repeat 0px 0px;
	
	float:left;
}
.foot_right .wx{
	margin-right:20px;
	position:relative;
}
.weixin{
	 background: rgba(0, 0, 0, 0) url("../images/weixin-bg-b.png") no-repeat scroll center center / cover ;
    display: none;
    height: 150px;
    left: -58px;
    overflow: hidden;
    position: absolute;
    top: -150px;
    width: 150px;
    z-index: 90;
}
.foot_right .wx:hover .weixin{
	display:block;
}
.weixin img{
	width:130px;
	height:130px;
	margin:3px auto;
	display:block;
}
.foot_right .qq{
	background-position:-67px 0px;
	text-indent:-9999px;
}




.foot_logo{
    float: left;
    width:69px;
    height: 40px;
    margin-right: 20px;
    margin-top: 7px;
}





/*内页style*/


.main{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding-top:20px;
}

.sidebar{
    width:260px;
    height: auto;
    float: left;
}
.sidebar .title{
    background: #1E73BE url("../images/white_jia.png") no-repeat scroll 235px center;
    color: #fff;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding-left: 15px;
}
ul.cate {
    margin-bottom: 10px;
}
ul.cate li{
    margin-top: 3px;
    position: relative;
}
ul.cate li a{
    background: rgba(0, 0, 0, 0) url("../images/sorli.png") no-repeat scroll 235px center;
    border: 1px solid #d2d2d2;
    color: #666;
    display: block;
    font-family: "微软雅黑";
    line-height: 40px;
    padding-left: 20px;
}
ul.cate li:hover a{
     background: #D81212 url("../images/white_jia.png") no-repeat scroll 235px center;
    color: #fff;
}
ul.cate li.current a{
     background: #D81212 url("../images/white_jia.png") no-repeat scroll 235px center;
    color: #fff;
}
ul.cate li .subcate{
    background: #f5f6f6 none repeat scroll 0 0;
    border-bottom: 2px solid #d2d2d2;
    left: 260px;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 9999;
    display: none;
}
ul.cate li:hover .subcate{
    display: block;
}

ul.cate li .subcate li {
    overflow: hidden;
}
ul.cate li .subcate li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) url("../images/ico1.gif") no-repeat scroll 0 50%;
    border-color: -moz-use-text-color -moz-use-text-color #d2d2d2;
    border-image: none;
    border-style: none none dashed;
    border-width: medium medium 1px;
    color: #666;
}
ul.cate li .subcate li a:hover {
    color: #1E73BE;
    text-decoration: none;
}
/*
.sort li .layer2 li .layer3 li {
    border-bottom: 1px dashed #d5d5d5;
    height: 24px;
    line-height: 24px;
    margin: 6px 0;
}
.sort li .layer2 li .layer3 li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font: 12px/24px "微软雅黑";
}

*/


ul.side_news{
    margin-bottom: 10px;
}
ul.side_news li{
     background: rgba(0, 0, 0, 0) url("../images/list_dot1.gif") no-repeat scroll 0 50%;
    border-bottom: 1px solid #dddddd;
    padding-left: 13px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
ul.side_news li:hover a{
    color: #2BA3D0;
}

.side_content{
    padding: 5px 7px;
    line-height: 28px;
}

.right{
    width: 900px;
    float: right;
    height: auto;
}



.right h3.title {
    border-bottom: 1px solid #ddd;
    height: 35px;
    line-height: 35px;
    position: relative;
    
}
.right h3.title span {
    border-bottom: 2px solid #1E73BE;
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: -1px;
    font-weight: normal;
    font-size: 18px;
    color: #666;
}
.right h3.title div.position {
    float: right;
    font-weight: normal;
    position: relative;
    right: 15px;
    top: 3px;
}
.right h3.title div.position a:hover {
    color: #2ba3d0;
}



.main_list {
    padding: 10px;
}
.main_list ul li {
    background: rgba(0, 0, 0, 0) url("../images/list_dot1.gif") no-repeat scroll left center;
    line-height: 54px;
    padding-left: 20px;
}
.main_list ul li a{
    font-size: 14px;
}
.main_list ul li a:hover{
    color: #2ba3d0;
}
.main_list ul li span {
    color: #8b8b8b;
    float: right;
    font-size: 12px;
}
.main_list p {
    color: #8b8b8b;
    font-size: 12px;
    height: 17px;
    overflow: hidden;
    text-indent: 2em;
    width: 100%;
}


.main_list ol{
    margin-top: 20px;
}
.main_list ol li{
    width:255px;
    margin: 0px 19px 20px;
    float: left;
}
.main_list ol li h3{
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}
.main_list ol li:hover h3 a{color:#2ba3d0}
.main_list ol li img{
    width:255px;
    height: 174px;
    border:1px solid #e0e1dc;
    padding: 2px;
}
.main_list ol li:hover img{
    border: 1px solid #1E73BE;
}
h1.titles {
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.info {
    color: #8b8b8b;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}
.content-box {
    line-height: 28px;
    padding-bottom: 40px;
    padding-top: 20px;
    font-size: 14px;
}



.article-pager {
    margin: 0 auto;
    padding: 20px 0;
    width: 260px;
    text-align: center;
}
.article-pager ul li {
    float: left;
    height: 16px;
    line-height: 16px;
    margin-right: 20px;
    background: none;
    padding: 0px;
}
.article-pager ul li:nth-last-child(1) {
    margin-right: 0;
}
.article-pager ul li a {
    color: #999;
    display: block;
    height: 16px;
    line-height: 16px;
}

dl.prodetail{
    clear: both;
    padding-top: 20px;
    color: #666;
}
dl.prodetail dt{
    width: 250px;
    height: 155px;
    float: left;
    padding-right: 30px;
    text-align: center;
}
dl.prodetail dt img{
    max-width: 250px;
    height: 155px;
    
}
dl.prodetail dd{
    height: 155px;
    width: 545px;
    float: left;
    font-size: 14px;
}

dl.prodetail dd h1.pro_title{
    font-weight: normal;
    font-size: 14px;
}

dl.prodetail dd .pro_models{
    height: 28px;
    overflow: hidden;
}
dl.prodetail dd .pro_intro{
    height: 84px;
    overflow: hidden;
}











