
.container{max-width:110rem;width: 110rem;margin: 0 auto;}

*{padding:0px;margin:0px;box-sizing: border-box;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,li{list-style:none;}
img{max-width: 100%;}
a{text-decoration: none;outline: none;}
body{font-size:12px;font-family:"Alibaba PuHuiTi 2.0", AlibabaPuHuiTi, "Microsoft YaHei", 思源黑体, arial, "Source Sans", 宋体, sans-serif;padding-top: 7rem;    background: #f6f6f7;}
header{display: flex;justify-content: space-between;padding:1rem 5rem;position: fixed;left: 0px;right: 0px;z-index: 1000;background: #FFF;position: fixed;top:0px;}
header > a > img{width:11rem;height: 5.5rem;}
header nav ul{}
header nav ul li{display:inline-block;margin:0px 2rem;}
header nav ul li a{display: block;font-size: 1.5rem;color: #1a1a1a;text-align: center;line-height: 5rem;position: relative;}
header > div{    line-height: 5rem;}
header > div img{vertical-align: middle;margin-right:0.5rem;width:1.75rem;}
header > div > a{font-size:1.333rem;padding: 0px 1rem;position: relative;}

header nav ul li:hover a:before,header nav ul li.set a:before{width:100%;}
header nav ul li a:before {content: '';position: absolute;left: 0;bottom: 0;width: 0%;height: 0.25rem;background: #0d4da1;transition: all 0.4s ease-out;}

.sitemap{max-width:117rem;width: 117rem;margin: 0 auto;color:#666;font-size:1.3rem;height: 4.167rem;line-height: 4.167rem;}
.sitemap img{vertical-align: text-top;}
.sitemap a{color:#666;}
.sitemap a::after{content:">";margin-left: 0.417rem;}

.apply{display: flex;justify-content: space-between;}
.apply a{font-size: 1.833rem;color: #333333;width: 50%;display: block;text-align: center;height: 10rem;padding: 2.5rem;}
.apply .down{background-color: #f4f5f5;}
.apply .apper{background-color: #ebeff2;}
.apply img{margin-right:1.667rem;width:5rem;vertical-align: middle;}
.apply a i{background: url(/resource/image/arrow_right.png) no-repeat 0rem 0.5rem;background-size: 1rem;display: inline;width: 1.667rem;height: 2.5rem;margin-left: 3.333rem;}
.apply a:hover{color: #0d4da1;}

footer{border-top: 1px solid #ebebeb;}

footer .links{display:flex;justify-content: space-between;padding: 9.833rem 0 11.667rem;}
footer .article-list{display:flex;}
footer .article-list ul{}
footer .article-list ul li{margin-right: 7rem;}
footer .article-list ul li b{font-size: 1.667rem;color: #1a1a1a;line-height: 1;margin-bottom: 1.667rem;display: block;}
footer .article-list ul li a{display: block;font-size: 1.25rem;color: #666666;line-height: 2em;}
footer .article-list ul:last-child li{margin-right:0px;}

footer .copyright{background: #0d4da1;font-size: 1.167rem;color: #ffffff;padding: 0.833rem 0;}
footer .copyright .container{display: flex;justify-content: space-between;}
footer .copyright .container > div a{color:#FFF;font-weight: bold;}