/*-----  å…¬å…±éƒ¨åˆ†   ------------*/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{margin: 0; padding: 0; border: 0; outline: none;}
ul, ol{list-style: none;}
em,i{font-style: normal;}
a{color: #333;text-decoration: none;}
a:hover {text-decoration: none;}
html{font-size: 14px;font-family: "Microsoft YaHei",Arial;color:#333}
.clearfix:after{  
   content: "";  
   display: block;  
   height: 0;  
   clear: both;  
   visibility: hidden;   
} 
 .clearfix {  
   /* è§¦å‘ hasLayout */  
   zoom: 1;  
}
.wrapper{background:#fff;}

.baseCon{
	width:1000px;
	margin:0 auto;
}
.marT{margin-top:30px}
.title
{
    border-bottom: 1px solid #ccc;
    background: #0668cb;
    padding: 5px 5px 0 10px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #fff;
}
.title span{
	font-size:18px;
	display: inline-block;
	height:30px;
	margin-right:15px;
	position: relative;
	bottom:-1px;
}
.title em{
	font-size:12px;
	font-family: arial;
	font-style: normal;
}
/*----   head éƒ¨åˆ†  -------------*/
.header{
	width:1000px;
	margin:0 auto;
	height:80px;
	background:#fff;
	line-height:80px;
}
/*.logo{
	width: 170px;
	height: 50px;
	float:left;
	margin:20px 0;	
	background: url(../images/logonew.png) 20px  no-repeat;
	Background-size: 150px 50px;
}*/
.logo{
	width:160px;
	height:40px;
	float:left;
	margin:20px 0 0 5%;
	background:url(../images/logo.png) no-repeat;
}
.nav{
	float: right;
	height:60px;
	margin:3px 0 0 0;
}
.nav a{
	margin:0 10px;
	color:#333;
	line-height: 60px;
}

.nav a:hover{color:#999}
.search{
	float:right;
	margin:0;
}
.search input{
	width:200px;
	border:1px solid #ccc;
	height:30px; 
	line-height:30px;
	padding:0 5px;
	}
.search button{
	background:#0668cb;
	color:#fff;border:none;
	width:50px;
	height:32px;
	margin-bottom:1px; 
	vertical-align: middle;
	}
/*------footer-----*/
.footer{
	background:#333;
	padding:20px 0;
	margin-top:30px
}
.footer p{
	color:#fff;
	width:100%;
	text-align: center;
	line-height: 25px;
}

/*----   bannerå¹¿å‘Šéƒ¨åˆ†  -------------*/
.bannerWrap {
  	position: relative;
  	margin: 0px auto;
  	width: 1000px;
  }
  
  .banner {
  	width: 100%;
  	overflow: hidden;
  	border-top:1px solid #ccc
  }
  
  .imgList {
  	width: 1200px;
  	z-index: 10;
  	font-size:0px;
  	margin: 20px auto 0;
  }
  
  .imgList li {
  	display: none;
  	width:100%;
  }
  
  .imgList .imgOn {
  	display: inline-block;
  }
  
  
  
  .infoList .infoOn {
  	display: inline;
  	color: white;
  }
  
  .indexList {
  	position: absolute;
  	left: 50%;
  	bottom:15px;
  	margin-left:-20px;
  	z-index: 30;
  }
  
  .indexList li {
  	float: left;
  	width:10px;
  	height:10px;
  	margin-right: 10px;
  	background: white;
  	border-radius: 50%;
  	cursor: pointer;
  }
  
  .indexList .indexOn {
  	background: #666;
  }
 /*========     å…¬å¸ç®€ä»‹       =====*/ 
 .companyIntr{
 	position: relative;
 	float:right;
 	width:720px;
 }
.companyIntr img{
	float: right;
	width:202px;
	height:168px;
}
.companyIntr p{
	width:500px;
	padding:0;
	float: left;
	text-indent: 30px;
	height:180px;
	line-height: 25px;
	position: relative;
	}
.more{
	width:100px;
	height:30px;
	text-align: center;
	color:dodgerblue;
	text-indent:0;
	line-height:30px;
	position: absolute;
	right:0px;
	bottom:0;
}
.more:hover{background:deepskyblue}

/*----- äº§å“å±•ç¤º-------*/
.productList{
	
}
.productList li{
	float: left;
	width: 148px;
    height: 190px;
	margin:10px 16px;
	text-align: center;
}
.productList li ul{
	margin-left:20px;
}
.productList li ul li ul{
	display: none;
}
.productList li:nth-of-type{
	margin-left:0;
}
.productList li a{
	display: block;
	border:1px solid #dddddd;
	margin-bottom:10px;
}
.productList li a:hover{
	border-color:dodgerblue;
}
.productList li img{
	width:145px;
	height:145px;
}
.homeProduct li {
    margin: 10px 20px;
}
.homeListCon li{  width:168px; height:190px; border:none}
.homeListCon li img{border:1px solid #ccc}
.homeListCon li a{border:none}
.homeListCon li a:hover{border:none}
/*-----æ–°é—»ä¸­å¿ƒ---------*/
.shortW{
	width:240px;
	padding-right:20px;
	float:left;
	border-right:1px dashed #ccc;
}
.m-news li{
	height:40px;
	line-height: 40px;
	border-bottom:1px dotted #ccc;
	position: relative;
	padding-left:20px;
}
.m-news li:after{
	content:'';
	width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #333;
    border-bottom: 4px solid transparent;
    position: absolute;
    left:0;
    top:16px;
}
.m-news li a{
	font-size:14px;
}
.m-news li span{float: right;color:#999}
.contact{
	line-height:30px;
}

.m-news li a:hover{
	color:#002f7e
}
.introduce{
	padding-bottom:15px
}

.par{
	padding:10px 15px 20px;
}
.zixun li{
	border-bottom:none;
}
.zixun li:after{
	border:none
}
.zixun li:hover{
	background:#e3e3e3;
}
.zixun .active{
	background:#e3e3e3;
}
.fl{
	float: left;
	width:270px;
}
.fr{
	float:right;
}
.longNews{
	width:720px;
}

.cen li{
	padding-left:30px;
	}
.cen li:after{
	left:10px;
	}
	
/*----æ–°é—»è¯¦æƒ…é¡µé¢------*/
.detail{
	padding:0 20px 20px;
	line-height:25px;
}
.detail h3{
	font-size:16px;
	text-align: center;
}
.detail .info{
	text-align: center;
    padding: 3px 10px 5px 0;
    color: #666666;
    border: 1px dotted #cccccc;
    background: #eeeeee;
    display: block;
    width:100%;
    margin:15px 0
    }
 .detail .botTop{
 	border-top:1px dotted gainsboro;
 	margin:20px 0;
 	padding:10px 0;
 }
 .detail .botTop a{
 	margin:0 80px;
 }
 .detail .botTop a:hover{color:darkred}
 
 /*å‹æƒ…éˆæŽ¥*/
.friend li{
	float: left;
	display: inline;
	margin:5px 10px;
}

/*å…³äºŽæˆ‘ä»¬*/
/*.about_img{ }*/
.about_img span{
	padding: 1px;
	border:1px solid lightgray;
	margin: 5px 2px 10px 2px;
	display: inline-block;
}
.about_img img{
	width: 220px;
	height: 120px;
	display: block;
}
.contact{
	color:#666;
	padding-top:0px;
	line-height:30px;
}
.contact b{color:#000;font-weight:normal; font-size:16px}

.box {
	height: 66px;
	float: left;
	width: 1175px;
	margin:10px auto;
	overflow: hidden;
	position: relative;
}

.box li {
	display: block;
	float: left;
	margin:0 18px;
	width: 130px;
	height: 60px;
	font-size: 50px;
	border:1px solid #e6e6e6;
	color: #ccc;
	line-height: 66px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
/*.box li:nth-of-type(1){margin-left:10px}*/
.box li:hover {
	color: #999;
}

.box li.active {
	background-position: -174px 0;
	color: #555;
	cursor: default;
}


.scroll_list {
	width: 10000em;
	position: absolute;
}

.wrapFriend{
	position:relative;
	float: left;
	width: 1000px;
	margin:10px auto;
	overflow: hidden;
	position: relative;
}

.rollAll{
 width:100%;
 margin: 10px 0 0;
 padding: 10px 0;
}
.rollBox{
	margin: 0 auto;
    width: 960px;
    zoom:1; 
    padding-left:0px;
    position: relative;  
}
.rollBox h3{
	font-size: 24px;
	font-weight: normal;
	line-height:1;
	padding-bottom:45px;
	padding-left:10px;
}
.LeftBotton,.RightBotton {
	position:absolute;
	top:18px;
	height: 24px;
	width: 11px;
	background:url(../images/leftBtn.png) no-repeat 0 0;
	overflow: hidden;
	float: left;
	display: inline;
	cursor: pointer;
}
.LeftBotton{
	left:-23px;
}
.RightBotton {
	right:-27px;
	background: url(../images/rightBtn.png) no-repeat 0 0;
}
.Cont {
	width: 965px;
	overflow: hidden;
	float:left;
}
.ScrCont {
	width: 10000000px;
}
.pic {
	width: 138px;
	float: left;
	text-align: center;
	position:relative;
	padding-top:1px;
}
.scimg{
	cursor: pointer;
	border: none;
	width: 128px;
	margin-left:5px;
	margin-right:5px;
	height: 60px;
	margin-bottom: 20px;
	display: block;
	border: 1px solid #d3d1d1;
}
.pic span{
	font-size:16px;
	color:#666666;
    display: inline-block;
    width: 80%;
}
.pic a:hover,.pic span:hover{
	text-decoration:none;
}
.baomingzhong{
	position:absolute;
	right:9px;
	top:0px;	
	display:none;
}
.bmcur .baomingzhong{display:block;}
.bmcur span{color:#f65e26;}
.rollBox #List1, .rollBox #List2 {
	float: left;
}



/*======æ‹›è˜======*/
.jobmain{
	margin-top:20px;
}
.jobtitle{
	background:#0668cb;
	color:#fff;
	font-size:30px;
	font-weight: normal;
	text-align: center;
	padding:20px;
	margin:40px 0 0
}
.jobmain{
	padding:0 20px;
}
.jobmain li{
	border-bottom:1px dotted #999;
	padding:20px;
	color:#333;
	font-size:14px;
	line-height:30px;
}
.jobmain li h2{font-size:16px;color:#666;margin-left:-20px}
.jobmain li h5,.jobmain li h4{
	font-weight: 800;
	font-size:14px;
	margin:15px 0 10px;
	border-left:4px solid #0668CB;
	padding-left:10px;
	height:15px;
	line-height: 15px;
}
.job-time{
	padding:20px 40px;
	color:red;
	line-height:25px;
}

.productlist{
	padding:0 0 10px 30px;
	    border-bottom: 1px dashed #ddd;
}
.productlist li span{
	position: relative;
	display: block;
	padding-left:15px;
}
.productlist li .inactive:before,.navs:before{
	content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #333;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 0px;
    top: 14px;
}
.productlist li{
	position: relative;
}

.productlist li .actived:before{
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: none;
    border-top: 8px solid #333;
}
.productlist li ol{
	padding:0 0 10px 0;
	display: none;
}
.productlist li .showed{
	display: block;
}

.productlist li{
	line-height:35px;
}
.productlist a:hover{
	color:red
}
.productInfo{
     width: 345px;
     padding:10px 0;
     margin-left:10px;
    display: inline-block;
}
.productInfo dt {
    float: left;
    margin-left:10px;
}
.productInfo dd {
    width: 220px;
    float: right;
    padding-right:10px;
}
.productInfo dd h3 {
    line-height: 25px;
}
.productInfo dd ul li {
    line-height: 23px;
    border-bottom:1px dashed #ccc;
}
.productInfo dt img {
    width: 80px;
    height: 100px;
}
.listCon, .high {
    min-height: 500px;
}
.listCon ul li ul{display: none;}
.listCon ul li ul li ul{display: none;}
.listCon ul li ul span{margin-left:30px;}
.listCon ul li ul .actived{background:none}
.listCon ul li ul a{
	margin-left:30px;
}
.listCon ul li{
	background:none;
	border:none
}
.homeProduct li{
	width:160px;
	height:182px;
}
.homeProduct li img{
	width:157px;
	height:157px;
}

.listCon h4{
	    height: 40px;
    line-height: 40px;
    font-weight: normal;
    padding-left: 10px;
    font-size:15px;
}
.productCon{
	padding:20px 0;
}
.productCon dt{
	float:left;
	margin-right:40px;
}
.productCon dd{
	float: left;
}
.productCon h3{
	text-align: left;
	margin-bottom:20px;
}
.cpsm h2{
	border-bottom:1px solid #ddd;
	padding:5px 0;
	margin-bottom:30px;
	font-weight: normal;
	font-size:16px;
}
.cpsm p{
	text-indent: 25px;
}
/*======ç•™è¨€ç‰ˆ======*/
.lybcon{
	padding-top:40px;position: relative;
}

.lyb{
	margin-top:20px;
	vertical-align: middle;
}
.lyb label{
	width:120px;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.lyb textarea{
	border-color:#ccc;
	width:374px;
	height:154px;
	vertical-align: top;
}
.lyb input{
	width:150px;
	height:30px;
	line-height:30px;
	text-align: center;
	padding:0 5px;
	border:1px solid #ccc;
	vertical-align: middle;
}
.lyb span{
	color:#999;
	display: inline-block;
	margin-left:10px;
	font-size:12px;
}
.lyb .yzm{
	vertical-align: middle;
    width: 30px;
    height: 25px;
    margin-left:10px;
}
.lyb input[type=radio]{
	width:15px;
	height:15px;
	border:none;
	margin-left:20px;
	margin-bottom:2px;
}
.btn{
	width:200px;
	margin:30px auto 0;
}
.btn input{
	width:100px;
	height:40px;
	background:#0668cb;
	color:#fff;
	text-align: center;
	line-height:40px;
	font-size:16px;
}
.redPos{
	color:#ff0000;
	position: absolute;
	top:20px;
	left:200px;
	display: none;
}
