@CHARSET "UTF-8";

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label,footer,header,hgroup,nav,section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #f6f6f6;
	color: #666;
	position: relative;
	font: 14px/1.5 Microsoft YaHei,sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover,a:active,a:focus {
	color: #e60012;
	text-decoration: none;
	outline: none;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol,li {
	list-style-type: none;
}

select,input,img,select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table, th, td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,h2,h3,h4 {
	font-size: 14px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.clearfix {
	zoom: 1;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

header, footer {
	width: 100%;
}


#Header { width: 100%; z-index: 99; position: fixed; left: 0; top: 0; background: #fff; height: 150px; }
.Header-top {/*  padding: 5px 0 15px; */ border-bottom: 1px solid #ededed; height: 90px; }
.logo-img { margin-right: 20px; float: left; padding-top: 10px;height: 70px;}
.logo-text { border-left: 1px solid #e3e3e3; font-size: 22px; line-height: 46px; color: #3f3c3c; padding-left: 20px; margin-top: 18px; display: block; float: left; }
.tool-call { margin-top: 15px; padding-left: 50px; background: url('../img/phone.png') no-repeat left center; }
.call-tit { display: block; font-size: 14px; color: #666; line-height: 20px; text-align: left; }
.call-nun { font-size: 24px; color: #b01f30; line-height: 30px; font-family: Arial; font-weight: bold; }
#Header .nav { float: left; }
#Header .nav .nav-li { float: left; text-align: center; position: relative; }
#Header .nav .nav-li > a { padding: 0 30px; margin: 0 20px; display: block; position: relative; transition: all 0.5s linear; -o-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
#Header .nav .nav-li > a abbr { font-size: 16px; color: #333; line-height: 60px; display: block; }
#Header .nav .nav-li > a .icon-host { background: url('../img/icon-host.png') no-repeat center; width: 18px; height: 60px; display: block; float: left; margin-right: 10px; }
#Header .nav .nav-li .nav-down { display: none; position: absolute; left: 0; top: 60px; width: 100%; z-index: 99; background-image: url('../img/black.png'); text-align: center; overflow: hidden; box-shadow: 1px 1px 5px #888; }
#Header .nav .nav-li .nav-down li { float: none; display: block; width: 100%; }
#Header .nav .nav-li .nav-down li a { font-size: 14px; line-height: 50px; color: #fff; display: block; }
.Header-top .tool {
    float: right;
}
.top-text {
    display: block;
    float: left;
    padding-top: 6px;
    margin-right: 30px;
}
#Header .nav li.cur a abbr {
    color: #d00a0a;
}
#Header .nav li:hover a abbr {
    color: #d00a0a;
}
#Header .nav .nav-li:hover .nav-down{display: block;}


.banner{margin-top: 150px;}
.slideBox{ width:100%; overflow:hidden; position:relative; }
.slideBox .hd{ height:20px; overflow:hidden; position:absolute; right:8px; bottom:15px; z-index:1; text-align: center;width: 100%;}
.slideBox .hd ul{ overflow:hidden; zoom:1; /* float:left; */text-align: center;  }
.slideBox .hd ul li{ /* float:left; */ display: inline-block;margin-right:5px;  width:80px; height:5px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#d00a0a; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block;  }


.friendlinks {
    background-color: #f8f8f8;
    padding: 20px 0;
}
.friendlinks h3 {
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-size: 16px;
    color: #444;
    /*padding-bottom: 4px;*/
	/* margin-top: 20px; */
    margin-bottom: 10px;
}
.friendlinks h3 span {
    border-bottom: 1px solid #b01f30;
    padding-bottom: 5px;
}
.friendlinks ul {
    overflow: hidden;
    padding: 5px 0;
}
.friendlinks ul li {
    float: left;
    font-size: 14px;
    padding: 5px 10px 5px 0;
}
.friendlinks ul li a {
   /* color: #777;*/
}
.friendlinks ul li a:active, .friendlinks ul li a:hover, .friendlinks ul li a:focus, .friendlinks ul li a:visited {
    color: #333;
    text-decoration: none;
}

.foot_a{padding:20px 0;background: #b01f30;}
.faItem{float: left;width: 25%;text-align: center;}
.faItem .txt{display: inline-block;text-align: left;color:#fff;vertical-align: middle;margin-left: 5px;}
.faItem .txt .tit{font-size: 18px;}

footer {
    background: #1b1b1b;
}
.footerP_t {
    padding-top: 30px;
}
.footerP_t_l {
    width: 25%;
    float: left;
}
.footerP_t .footerP_t_l {
    background-size: 50px 41px;
    color: #fff;
    width: 10%;
    padding-left: 5%;
}
.footerP_t .footerP_t_l p {
    margin: 0 0 10px;
}
.footerP_t .footerP_t_l p:nth-child(1) {
    font-size: 16px;
}
.footerP_t .footerP_t_l p:nth-child(2) {
    font-size: 16px;
}
.footerP_t .footerP_t_l a {
    color: #9b9ea0;
	font-size: 14px;
}
.footerP_t_r {
    width: 1020px;
    float: right;
}
.footerP_t .footerP_t_r {
    padding-left: 40px;
    border-left: 1px solid #4b5054;
    box-sizing: border-box;
    color: #fff;
}
.col-lg-2 {
    width: 140px;
	float: left;
}
.footerP_t .footerP_t_r .foot_title {
    font-size: 16px;
    margin-bottom: 20px;
}
.footerP_t .footerP_t_r p {
    font-size: 14px;
	margin: 0 0 5px;
}
.footerP_t .footerP_t_r a {
    color: #9b9ea0;
    font-size: 14px;
}
.footer_bq {
    color: #9b9ea0;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #4b5054;
    margin-top: 10px;
	font-size: 14px;
}
.footer_bq a {
    color: #9b9ea0;
}


.about_zizhi .pic dl {
    width: 24%;
    float: left;
    background: #f0f0f0;
    margin: 0 1.3% 13px 0
}        
.about_zizhi .pic dl:nth-child(4n) {
    margin-right: 0;
}
.about_zizhi .pic dt {
    border: 1px solid #e5e5e5;
    padding: 10px 9px;
    background: #fff;
}    
.about_zizhi .pic dt img {
    display: block;
    width: 100%;
}
.about_zizhi .pic dd h4{
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
}
.about_zizhi .pic dd h4 a {
    color: #4b4a4a;
}
