@charset "utf-8";
div, address, blockquote, iframe,ul,ol,h1, h2, h3, h4, h5, h6, pre, caption, form, legend, fieldset, textarea{margin: 0;padding: 0;font-weight: normal;font-style: normal;font-family: inherit;font-size: 100%;}
ul,li{list-style:none;}
img{border:0px;vertical-align:middle;}
p{text-indent:2em;padding:0;margin:0 0 10px 0;}
body {background-color: #EFEFEF;margin: 0px;font-size:15px;line-height:30px;word-break:break-all;font-family: "微软雅黑";color:#666666}
a{color: #666666;text-decoration: none;}
a:hover {color: #ff0000;}
@media (min-width: 300px){
body {background-color: #EFEFEF;margin: 0px;font-size:15px;line-height:30px;word-break:break-all;font-family: "微软雅黑";color:#666;padding:0 5px;}
label{font-size:12px}
table{table-layout:fixed}
td{font-size:12px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;height:20px;line-height:20px}
  /* 针对平板电脑： */
 .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;} 

/*导航条*/
.nav {color: #FFF;clear:both}
.nav ul {overflow: hidden;height:76px;}
.nav li{float:left;width:25%;}
.nav a {display:block;height:38px;line-height:38px;text-align: center;color:#fff;}
.nav a:hover,.current a{}
.companybg{background: url(image/header_bg.jpg) repeat-x 0px 0px;margin-bottom:10px}
.company{line-height: 52px;height:130px;color: #fff;background: url(image/nav_bg.jpg) no-repeat 0px 0px;padding:0 5px}
.company span{float:right;display:none}
.companyname{width:98%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 22px;text-align:left;}
.lxfsbg {}
.lxfsbg li{}	
.contentimg{zoom:1;overflow:auto;background-color:#FFF;border:solid 1px #dddddd;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin:5px;padding:5px;}
.contentimg:hover{border:solid 1px #FF7700;}
.contentimg .boximg{width:45%;height:120px;line-height:120px;text-align:center;overflow:hidden;border:solid 1px #f1f1f1;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.contentimg .boximg img{
max-width:180px; 
width:expression(this.width>180?"180px":this.width); 
max-height:180px; 
height:expression(this.height>180?"180px":this.height); 
}
.contentimg .boxcon {float:right;width:calc(100% - 45% - 10px);font-size:12px;line-height:20px;}
.contentimg .boxcon dt{padding:0;margin:0;font-size:17px;font-weight:bold;height:30px;line-height:30px;zoom:1;overflow:hidden;white-space:nowrap; text-overflow:ellipsis}
.contentimg .boxcon dd{padding:0;margin:0;max-height:60px;line-height:20px;overflow:hidden;}
.contentimg .boxcon div{height:20px;line-height:20px;overflow:hidden;white-space:nowrap; text-overflow:ellipsis}
.contentimg .boxcon span{padding:0;display:inline-block;color:#999}
.contentimg hr{margin:20px 0;border:none;border-bottom:dotted 1px #dddddd;}
}
@media (min-width: 768px) {
body {background-color: #EFEFEF;margin: 0px;font-size:15px;line-height:30px;word-break:break-all;font-family: "微软雅黑";color:#666;padding:0;}
 .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%; }
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}  
  
/*导航条*/
.nav {color: #FFF;clear:both}
.nav ul {overflow: hidden;height:38px;}
.nav li{float:left;width:12.5%;}
.nav a {display:block;height:38px;line-height:38px;text-align: center;color:#fff;}
.nav a:hover,.current a{}
.companybg{background: url(image/header_bg.jpg) repeat-x 0px 0px;margin-bottom:0px}
.company{line-height: 90px;height:130px;padding:0 10px;background: url(image/nav_bg.jpg) no-repeat 0px 0px;}
.company span{float:right;display:block}
.companyname{width:50%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 30px;text-align:left;color: #FFF;}
.lxfsbg {background: url(image/lxfsbg.png) no-repeat 0px 0px;padding:70px 0 60px 50px;margin:0 0 0 40px;}
.lxfsbg li{}	
.contentimg{zoom:1;overflow:auto;background-color:#FFF;border:solid 1px #dddddd;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin:1%;padding:1%;transition:all 0.2s;font-size:15px}
.contentimg:hover{border:solid 1px #FF7700;}

.contentimg .boximg{width:42%;height:260px;line-height:260px;text-align:center;overflow:hidden;border:solid 1px #f1f1f1}
.contentimg .boximg img{
max-width:260px; 
width:expression(this.width>260?"260px":this.width); 
max-height:260px; 
height:expression(this.height>260?"260px":this.height); 
}
.contentimg .boxcon {float:right;width:55%;font-size:14px;line-height:25px}
.contentimg .boxcon dt{padding:0;margin:0;font-size:17px;font-weight:bold;height:30px;line-height:30px;zoom:1;overflow:hidden;}
.contentimg .boxcon dd{padding:0;margin:0;max-height:180px;line-height:30px;overflow:hidden;}
.contentimg .boxcon span{padding:0;display:inline-block;color:#999}

.contentimg hr{margin:20px 0;border:none;border-bottom:dotted 1px #dddddd;}

}
.banner img{width:100%;height:auto;display:block}
.usergroup{position:absolute;z-index:2;font-size:15px}
.bgcolor0 {background-color: #FFF;color: #666666;}
.bgcolor1 {background-color: #f9f9f9;color: #666666;}
.bgcolor2 {background-color: #f1f1f1;color: #666666;}
.bgcolor3 {background-color: #dddddd;}
.padding10{padding:0 0 10px 10px}
.center{text-align:center}
.boxuserreg{color:#FF0000;background:url(/image/error.gif) no-repeat 0 center;padding-left:20px}
.titleA {background: url(image/title_bg.jpg) repeat-x 0 0;height:39px;margin-bottom:0px;padding:0 0 0 10px; line-height:39px;font-size:14px;font-weight:bold;color:#b51d26;border:solid 1px #dddddd;border-bottom:0px}
td {font-size: 9pt;line-height: 18px;color: #666666;}
.ztcontent{overflow-x:hidden;zoom:1;overflow:auto;padding:10px;font-size:14px;line-height:25px;background-color:#fff;border:solid 1px #dddddd;border-top:0px}
.ztcontent li{float:left}
.ztcontent img{max-width:100%;height:auto}
.content_gsjj{background-color:#FFF;padding:10px;zoom:1;overflow:auto;}
.content_gsjj img{float:left;padding:0 10px 0 0}

.newslist{line-height:25px}
.newslist dt{font-size:17px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.newslist dd{font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.newslist .box_sendtime{float:left;text-align:center;width:55px;border:solid 1px #FF7700;background-color:#FF7700;color:#FFFFFF;margin-right:20px;text-align:center;font-weight:bold;letter-spacing:1px;}
.newslist .box_sendtime span{display:block;width:100%;background-color:#FFFFFF;color:#333333;letter-spacing:0px;}
hr{margin:10px 0;border:none;border-bottom:solid 1px #dddddd;}

.content{zoom: 1; overflow:auto;}
.content li{float:left;text-align:center;}
.content .boximg{margin:0 10px;padding:10px 0;overflow:hidden;border:solid 1px #eee;height:260px;line-height:260px}
.content .boximg img{
max-width:260px; 
width:expression(this.width>260?"260px":this.width); 
max-height:260px; 
height:expression(this.height>260?"260px":this.height); 
}
.content{zoom: 1; overflow:auto;}
.content li{float:left;text-align:center;}
.content .boximg{margin:0 10px;padding:10px 0;overflow:hidden;border:solid 1px #eee;height:260px;line-height:260px}
.content .boximg img{
max-width:260px; 
width:expression(this.width>260?"260px":this.width); 
max-height:260px; 
height:expression(this.height>260?"260px":this.height); 
}
.content dt{background-color:#eee;height:40px;line-height:40px;overflow:hidden;padding:0 10px;margin:0px 10px 10px 10px;text-align:center;white-space:nowrap; text-overflow:ellipsis}

.buttons {height:40px;width:200px;cursor:pointer;border:0;background: linear-gradient(#FF6600, #FF4400);-webkit-border-radius:5px;-moz-border-radius:5px;color:#FFF}
/*主容器*/
.main{max-width:1200px;margin:0 auto;text-align:left;}
.top{background-color:#222222;color:#cccccc;font-size:0.8em}
.top span{float:right;	}
.top a{color:#FFF;margin:0 5px	}
.qx{background: url(image/qx.gif) no-repeat 0px 0px;width:45px}
#pagebody {}
#bodyleft{width:300px;float:left;}
#bodyright{width:calc(100% - 300px - 10px);float:right;}
.bottom{padding:10px;line-height:25px;text-align:center;line-height:25px;border-top:solid 1px #dddddd;padding:10px 0;margin-top:20px}
.bottom a{}
.station {background: url(image/title_bg.jpg) repeat-x 0 0;border: solid #dddddd 1px;border-bottom:0px;height:39px;line-height:39px;padding:0px 10px;}
.station  span{float:right;padding:5px 10px 0 0;}

.fenyei {clear:both;text-align: center;padding:20px 0px;font-size:14px}
.fenyei a{border:solid 1px #dddddd;background-color:#f1f1f1;margin:0px 2px;padding:0px 5px;-webkit-border-radius: 3px;-moz-border-radius:3px;}
.fenyei a:hover{border:solid 1px #FF9900;background-color:#FFCC00;}
.fenyei span{border:solid 1px #333;background-color:#333;margin:0 1px;padding:0px 3px;color:#FFFFFF;float:none;-webkit-border-radius: 3px;-moz-border-radius:3px;}

/* Carousel */
#carousel1 {
	width:900px;
	height:500px;
	overflow:hidden;
	position:relative;
	border-bottom:solid 1px #d8d9da;
	margin:0 auto;
}
#carousel1 img {
	border:none;
	width:240px;
	height:200px;
	border:solid 1px #cccccc;
}

#carousel1 #alt-text {
	position:absolute;
	width:860px;
	font-size:22px;
	bottom:70px;
	padding:0;
	text-align:center;
	
}

#carousel1 .carouselLeft, #carousel1 .carouselRight {
	position:absolute;
	bottom:20px;
	width:29px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
}
#carousel1 .carouselLeft {
	right:60px;
	background:url(image/templatemo_slider_right.png) no-repeat;
}
#carousel1 .carouselRight {
	right:800px;
	background:url(image/templatemo_slider_left.png) no-repeat;
}

.news_title{font-size:20px;color:#000000; line-height:35px; text-align:center}
.news_title_next{text-align:center;border-bottom:solid 1px #dddddd;font-size:9pt;margin-bottom:10px}
.news_content_next{text-align:center;border-top:solid 1px #dddddd;font-size:9pt;margin-top:10px}
/*滚动图片效果*/
#boxgd {background: #FFF;overflow:hidden;width: 920px;height:137px;}
#boxgd img {border: 0px solid #d7d7d7;height:120px}
#inboxgd {float: left;width: 2000%;}
#boxgd1 {float: left;}
#boxgd2 {float: left;}
.boxshipin{zoom: 1; overflow:auto;}
.boxshipin li{width:260px;float:left;margin:0 4px;text-align:center}


.content{zoom: 1; overflow:auto;}
.content li{float:left;text-align:center;}
.content .boximg{margin:0 10px;padding:10px 0;overflow:hidden;border:solid 1px #eee;height:260px;line-height:260px}
.content .boximg img{
max-width:260px; 
width:expression(this.width>260?"260px":this.width); 
max-height:260px; 
height:expression(this.height>260?"260px":this.height); 
}
.content dt{background-color:#eee;height:40px;line-height:40px;overflow:hidden;padding:0 10px;margin:0px 10px 10px 10px;text-align:center;white-space:nowrap; text-overflow:ellipsis}

.btn{}
.btn a{margin:5px 10px 5px 0;height:30px;line-height:30px;padding:0 10px;cursor:pointer;color: #FFFFFF;text-decoration: none;position:relative;display:inline-block;
-webkit-border-radius: 5px;-moz-border-radius:5px;transition:all 0.1s;}
.btn img{height:20px;width:auto;margin-right:5px}

.btnYellow a{background-color: #FF9900;color:#FFFFFF;text-decoration: none;} 
.btnYellow a:hover {background:#FF6600;}
.btnGreen a{background-color: #75cf44;color:#FFFFFF;text-decoration: none;} 
.btnGreen a:hover {background:#5ea636;}

.boxbiaodan{zoom:1;overflow:auto;line-height:30px;font-size:15px;background-color:#FFF;padding:5px;}
.boxbiaodan .biaodan{-webkit-border-radius:5px;-moz-border-radius:5px;border:solid 1px #ccc;height:30px;line-height:30px;width:280px;padding:0 10px;outline:none;color:#333}
.boxbiaodan li{float:left;padding:5px 5px;min-width:30%}
.boxbiaodan li span{display:inline-block;}
.boxbiaodan dd{padding:5px 0px;margin:0;clear:both}
.boxbiaodan dd label{display:block;float:left;padding:0 5px}
.boxbiaodan textarea{margin:0 0 -20px 0;}
.boxcontact{}
.boxcontact li{float:none;overflow:hidden;white-space:nowrap; text-overflow:ellipsis}
.boxcontact li span{color:#999;}