@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
i, em {
    font-style: normal;
}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
*{
	word-break: break-all; word-wrap:break-word
}
/* 网站超链接css通用设置 */
a{text-decoration: none; color:#333} /* 链接无下划线,有为underline */ 
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover{color: #c20009;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #c20009;} /* 点击激活链接 */

.fl,.left{float:left;}
.fr,.right{float:right;} 
.hide{display: none}

.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}

.textover{text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}

h1,h2,h3,h4,h5{ font-weight:100}


.dib{display: inline-block;*display: inline;zoom:1;}


/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
/*.input{ border:1px solid #ccc; height:20px;line-height:20px} */
ul,li{ list-style:none}
.backcolor{background:#c20009;}

/*顶部导航*/
.maintop{ width:100%; height:auto; margin:0 auto; }

.heading{ width:100%; height:39px; margin:0 auto; background:#eeeeee; border-bottom:1px solid #e2e2e2}
.heading ul{ width:1200px; height:39px; margin:0 auto}
.heading ul li{ float:left; font-size:14px; color:#888888; line-height:39px}
.heading ul li a{ font-size:14px; color:#888888; line-height:39px}

.toparea{ width:1200px; height:120px; margin:0 auto;}
.toparea ul{}
.toparea ul li{ float:left}
.toparea ul li.logo{}
.toparea ul li.logo img{ margin-top:22px}

.toparea ul li.top_time{
	background: url(../images/top_time.png) left 35px no-repeat;
    height: 120px;
    padding-left: 35px;
    margin-left: 140px;
	}
.toparea ul li.top_time p{
	font-size: 18px;
    line-height: 26px;
    color: #888888;
    margin-top: 34px;
	}

.toparea ul li.tel{
	height: 120px;
    display: block;
    float: right;
    background: url(../images/top_tel.png) left center no-repeat;
	}
.toparea ul li.tel p{
    font-size: 28px;
    line-height: 32px;
    color: #c20009;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 60px;
    padding-left: 25px;
	}


.navbg{width: 100%;height: 55px;margin: 0 auto;background:#1e1e1e;position: relative;z-index: 999;}
.navbg ul{ width:1200px; height:auto; margin:0 auto}
.navbg ul li{ float:left;position:relative; background:url(../images/nav_line.png) right center no-repeat}
.navbg ul li:nth-child(7){ background:none}
.navbg ul li a{
	padding-left: 53px;
    padding-right: 53px;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
	}
.navbg ul li a:hover{ color:#fff; line-height:55px; font-size:16px; background:#c20009;}
.navbg ul li:hover{color:#fff; line-height:55px; font-size:16px; background:#c20009;}
.navbg ul li:hover a{ color:#fff}

.navbg ul li dl{position:absolute; left:0px; top:55px; z-index:99999;display:none; width:100%}
.navbg ul li:hover dl{ position:absolute; left:0px; top:55px; z-index:99999;display:block;}

.navbg ul li dl dt a{
	padding-left:0;
	width:100%;
	padding-right:0;
	height:45px;
	line-height:45px !important;
	color:#fff !important;
	font-size: 15px !important;
	font-weight:100;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block; float:left;
	text-align:center;
	background:#c20009; border-bottom:1px solid #d85c62}
.navbg ul li dl dt a:hover{background:#1e1e1e;color:#fff !important;line-height:45px !important; font-size:15px !important; font-weight:100;}
.navbg .nav_on{color:#fff; height:55px; display:block; line-height:55px; font-size:16px; background:#c20009}
.navbg.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px; z-index:999; background:#1e1e1e; margin:0;}

/*搜索*/
.link{ width:100%; height:62px; margin:0 auto; border-bottom:1px solid #e5e5e5}
.link ul{ width:1200px; height:62px; margin:0 auto;}
.link ul li{ float:left; height:62px}
.link ul li p{line-height:62px;width:880px; height:62px; color:#333333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; font-size:15px; font-weight:bold}
.link ul li a{line-height:62px; color:#333333; font-weight:100}

.bannerfo{ width:278px;height:36px; border:1px solid #cfcfcf; position:relative; margin-top:12px;border-radius:20px;}
.bannerfo dl dt{ display:inline}
.bannerfo dl .inputbox{ position:absolute; left:0; top:0; width:225px; height:36px;}
.bannerfo dl .inputbox input{ width:210px; height:36px; padding:0 0 0 15px;color:#aaaaaa; line-height:36px; font-size:14px; background:none}
.bannerfo dl .menuser{ position:absolute; left:225px; top:0; width:53px; height:36px; display:block;background: url(../images/search2.png) no-repeat 0 0; }
.bannerfo dl .menuser input{width:53px; height:36px;background: none}


/*子页面大图*/
.nban{ width:100%; height:350px; margin:0 auto; background:#dfdfdf;}



/*网站底部*/

.footer{ width:100%; height:auto; margin:0 auto; background:#333333; padding-top:42px; padding-bottom:75px}
.footer .maina{ width:1200px; height:auto; margin:0 auto}

.botewm{ display:block; float:left; width:280px; height:auto}
.botewm .title{ font-size:14px; color:#7c7c7c; line-height:24px}
.botewm .title p{ font-size:18px; color:#ffffff; line-height:32px}
.botewm .cont{ margin-top:10px}
.botewm .cont img{ width:120px; height:120px}


.bot_contact{ width:920px; height: auto; display:block; float: left}
.bot_contact .title{font-size:18px; color:#ffffff; line-height:32px}
.bot_contact .cont{ margin-top:25px}
.bot_contact .cont ul li{ float:left; margin-right:130px}
.bot_contact .cont ul li:nth-child(3n){ margin-right:0}
.bot_contact .cont ul li.tel{ }
.bot_contact .cont ul li.tel dl dd{background:url(../images/bot_i1.png) left 5px no-repeat; padding-left:32px}
.bot_contact .cont ul li.tel dl dd p{font-size:18px; color:#ffffff; line-height:32px;}
.bot_contact .cont ul li.tel dl dd span{font-size:14px; color:#7c7c7c; line-height:24px;}

.bot_contact .cont ul li.time{ background:url(../images/bot_i2.png) left 5px no-repeat; padding-left:30px;}
.bot_contact .cont ul li.time p{ font-size:18px; color:#7c7c7c; line-height:30px;}
.bot_contact .cont ul li.time span{ font-size:14px; color:#7c7c7c; line-height:24px;}

.bot_contact .cont ul li.botlx{}
.bot_contact .cont ul li.botlx *{ font-size:14px; line-height:32px; color:#7c7c7c}

.bottom{ width:100%; height:65px; margin:0 auto; background:#282828; text-align:center}
.bottom li{
	display: inline-block;
    height: 65px;
    line-height:65px;
    /*padding: 0 45px;*/
    margin: 0 45px;
    /*background: #2756cc;*/
    color: #666666;
    font-size: 14px;
    /*border-radius: 25px;*/
	}
.bottom li a{line-height:65px;color: #666666;font-size: 14px;}