@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;}
a{color: #ff6600;text-decoration: none;}
a:hover {color: #ffcc00;}
@media (min-width: 300px){
body {background:url(image/bodybg.gif) repeat 0 0;margin: 0px;font-size:16px;line-height: 35px;word-break:break-all;font-family: "微软雅黑";color:#ccc;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;padding-top:10px;position:relative;z-index:1;}
.nav ul {overflow: hidden;height:60px;}
.nav li{float:left;width:25%}
.nav a {display:block;height:30px;line-height:30px;text-align: center;color:#b11636;}
.nav a:hover,.current a{background: url(image/nav_a_hover.png) no-repeat center center;}
.company{background-color: #FFF;line-height:60px;height:140px;color: #fff;}
.company span{float:right;}
.companyname{width:98%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 22px;text-align:left;color: #fff;background-color: #973333;padding:0 10px}
.banner{margin-top:0}
.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:url(image/bodybg.gif) repeat 0 0;margin: 0px;font-size:16px;line-height: 35px;word-break:break-all;font-family: "微软雅黑";color:#ccc;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 {position:relative;z-index:1;}
.nav ul {overflow: hidden;height:70px;}
.nav li{float:left;width:12.5%}
.nav a {display:block;height:70px;line-height:70px;text-align: center;color:#b11636;}
.nav a:hover,.current a{background: url(image/nav_a_hover.png) no-repeat center center;}

.company{position:relative;z-index:11;line-height:140px;height:140px;color: #fff;padding:0 10px;background:url(image/navbg.png) no-repeat center bottom;background-size:100% auto;}
.company span{float:right;}
.companyname{float:left;margin-top:25px;width:30%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;height:40px;line-height:40px;font-size: 30px;text-align:left;font-style: italic;background-color: #973333;color:#FFF;padding:0 10px;}
.banner{position:relative;top:-80px;margin-bottom:-80px}
.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:transparent;}
.bgcolor1 {background-color: #1e1a17;}
.bgcolor2 {background-color: #222;}
.bgcolor3 {background-color: #333;}
.padding10{padding:5px 0 10px 5px}
.titleAbg {background-color:#1e1a17;}
.titleBbg {background-color:#ED860D;}
.titleCbg {background-color:#336600;}
.titleDbg {background-color:#006699;}
.titleEbg {background-color:#990000;}
.titleA,.titleB,.titleC,.titleD,.titleE {background: url(image/titlebg.png) no-repeat 150px center;clear:both}
.titleA,.titleB,.titleC,.titleD,.titleE {height:55px;line-height:55px;font-size:23px;color: #FFF;margin:0px 0 0 0;}
.ztcontent,.ztcontentB,.ztcontentC,.ztcontentD,.ztcontentE{padding:10px;margin-bottom:0px}
.ztcontent li{float:left}
.ztcontent img{max-width:100%;height:auto}
.ztcontentB{background-color:#FEBD17;color:#FF3300}
.ztcontentC{background-color:#669900;}
.ztcontentD{background-color:#3786BF;}
.ztcontentE{background-color:#cc0000;}
.content_gsjj{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;}
.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:#111;color:#ccc;}
.top span{float:right;	}
.top a{color:#ccc;margin:0 5px	}
#pagebody {}
#bodyleft{width:300px;float:left;}
#bodyright{width:calc(100% - 300px - 10px);float:right;}
.bottom{padding:10px;border-top:solid 1px #333;color:#FFF;text-align:center;font-size:14px}
.bottom a{color:#FFF}

.station {background-color:#1e1a17;height:50px;line-height:50px;padding:0px 10px;margin-bottom: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{background-color:#ff6600;margin:0 1px;padding:0px 3px;color:#FFFFFF;float:none;-webkit-border-radius: 3px;-moz-border-radius:3px;}

.news_title{font-size:20px; line-height:35px; text-align:center}
.news_title_next{text-align:center;border-bottom:solid 1px #333;font-size:9pt;margin-bottom:10px}
.news_content_next{text-align:center;border-top:solid 1px #333;font-size:9pt;margin-top:10px}
/*滚动图片效果*/
#boxgd {overflow:hidden;width:100%;height:auto;zoom: 1;}
#inboxgd {float: left;width: 2000%}
#boxgd1 {float: left;}
#boxgd2 {float: left;}
.boxshipin{zoom: 1; overflow:auto;}
.boxshipin li{width:260px;float:left;margin:0 5px;text-align:center}

.content{zoom: 1; overflow:auto;}
.content li{float:left;text-align:center;}
.content .boximg{margin:0 10px;overflow:hidden;height:260px;line-height:260px;border:solid 1px #dddddd;background-color:#FFF;}
.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:#FFF;height:40px;line-height:40px;overflow:hidden;padding:0 5px;margin:0px 10px 10px 10px;text-align:center;overflow:hidden;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;padding:0px;}
.boxbiaodan .biaodan{-webkit-border-radius:5px;-moz-border-radius:5px;border:solid 1px #ccc;background-color:transparent;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;}
