@charset "utf-8";
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
	font-size:12px;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}


h6{margin:0;padding:0;font-size:12px;font-size: 100%;font-weight: normal;}
li{list-style:none}
.clear{clear:both}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.clearfix::after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}

.footer{width:100%;background: #fbfbfb;border-top: 2px solid #f3cd9c;}
.footer_nav{padding:74px 0;border-bottom: 1px solid #eee; }
.footer_left{width:24%;float: left;}
.footer_left h3{font-size:16px;line-height: 20px;margin-bottom: 14px;}
.footer_left h6{font-size:30px;margin-bottom: 18px;color:#0a5fa5;}
.footer_left p{line-height: 20px;word-wrap: break-word; font-size: 12px;}
.hot_line{margin-bottom: 15px;}
.hot_line span{font-size:14px;margin-right: 28px;}
.hot_line a{display: inline-block;height: 27px;border-radius: 10px;border:1px solid #deab77;text-align: center;line-height: 25px;color:#deab77;padding: 0 10px;}
.hot_line a img{display: inline-block;vertical-align: middle;margin-bottom: 2px;}
.footer_middle{margin: 0 5%;float: left;width:54%;}
.footer_middle dl{float:left;width:25%;padding-left:2.4%;margin-top: 20px;}
.footer_middle dl dd{ height: 26; line-height: 26px;}
.footer_middle dl dd a:hover{border-bottom: 1px dotted #e29431;color:#e29431;}
.fooer_right{width:12%;float: left;text-align: center; margin-top:20px;}
.fooer_right img{border: 0;display: block;max-width: 100%;}
.fooer_right p{line-height: 20px;font-size:14px;margin-top: 4px;}
.copyRight{padding: 20px 0;text-align: center;}
.copyRight a:hover{text-decoration: underline;}
.wraps {margin: 0 auto;max-width: 1280px;}