/*** 总体样式***/
body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, STHeitiSC-Light, simsun, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
    background-color: #fff;
    text-align: left;
    color: #000;
    width: 100%;
    overflow-x: auto;
    
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}
option { text-align:center; padding:0;}

div, form, img, ul, ol, li, dl, dt, dd, p, input {
    padding: 0px;
    border: 0px;
    margin: 0px;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

table, td, tr, th {
	font-size: 12px;
	border: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #cd3e44;
	text-decoration: none;
}
.hidden {
	display: none;
}

.blod{font-weight:bold}
.fl{float:left;}
.fr{float:right;}
.cf {
	clear: both;
}
.w{
	margin: 0 auto;
	width:1200px;
}
.fw_bold{
	font-weight: bold;
}
.padding_rt_66{
	padding-right:66px;
}
.padding_bom_35{
	padding-bottom:35px;
}
.padding_bom_110{
	padding-bottom:110px;
}
.top{
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #bebebe;
	background-color:#f5f5f5;
}
.top_w{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width:1200px;
}
.top_txt,
.top_lk{
	font-size:14px;
	color:#3f4657;
}
.footer{
	width:100%;
	background-image: url(../../img/img_bg_footer.png);
	background-repeat: repeat;
}
.footer_w{
	margin: 0 auto;
	width:1200px;
	color:#727c86;
}
.footer_01{
	padding:32px 0 10px;
	display: flex;
	justify-content: center;
}
.footer_01 a{
	display: block;
	color:#727c86;
}
.footer_01 .split{
	margin: 0 29px;
	display: block;
	width:1px;
	height: 15px;
	background-color:#727c86;
}
.footer_02 p{
	text-align: center;
	line-height: 30px;
}
.footer_03{
	padding:36px 25px 44px;
	display: flex;
	justify-content: space-between;
}
.footer_03_item{
	padding-left: 50px;
}
.footer_03_item_01 {  height:53px;
    background: url('../../img/tit5.png') left no-repeat;
}
.footer_03_item_02 {
    height: 53px;
    background: url('../../img/tit6.png') left no-repeat;
}
.footer_03_item_03 {
    height: 53px;
    background: url('../../img/tit7.png') left no-repeat;
}
.footer_03_item_04 {
    height: 53px;
    background: url('../../img/tit8.png') left no-repeat;
}
.footer_03_item_05 {
    height: 53px;
    background: url('../../img/tit9.png') left no-repeat;
}
.footer_03_item .tit{
	font-size: 18px;
    padding-top:3px;
	color:#ecebeb;
}
.footer_03_item .txt{
	padding-top:2px;
	font-size:12px;
	color:#727c86;
}