@charset "utf-8";
body{
font-family: 微软雅黑;

}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img,input{
    outline: none;
    border: none;
}
a{
    outline: none;
    text-decoration: none;
    color: inherit;
}
ul{
    list-style: none;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.px1200{
    width: 1200px;
    margin: auto;
}
body {
  
}




.top{
    position: relative;
    border-top: 4px solid #ef8818;
}
.shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    max-height: 269px;
    background: url("../images/shadow.png");
    background-repeat: repeat-x;
    background-position: top center;
}
.header {
    position: absolute;
    width: 1500px;
    top: 15px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 99999;
}
.logo{
    float: left;
    width: 340px;
    margin-top: 28px;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 100%;
}
.right-box {
    float: right;
}
.links {
    font-size: 0;
    text-align: right;
}
.links a{
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-left: 13px;
    padding-left: 13px;
    /* border-left: 1px solid #ffffff; */
}
.links a:first-child{
    margin-left: 0;
    padding-left: 0;
    border: none;
}
.links .search-box {
    display: inline-block;
    position: relative;
    width: 215px;
    height: 33px;
    margin-left: 20px;
}
.search-box input[type='text']{
    width: 100%;
    height: 100%;
    line-height: 33px;
    color: white;
    font-size: 14px;
    background: rgba(255,255,255,.3);
    border-radius: 50px;
    padding-left: 18px;
    padding-right: 42px;
}
.search-box input[type='image']{
    position: absolute;
    right: 10px;
    top: 0;
    width: 33px;
    height: 33px;
    padding: 6px;
}
input::-webkit-input-placeholder{
    color: #ffffff;
}
input::-moz-placeholder {
    color: #ffffff;
}
input::-ms-input-placeholder{
    color: #ffffff;
}
.nav {
    margin-top: 20px;
}
.nav>ul{
    font-size: 0;
}
.nav>ul>li{
    display: inline-block;
    width: 100px;
    line-height: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50px;
    transition: all 300ms;
    position: relative;
}
.nav>ul>li>a{
    font-size: 17px;
    color: #ffffff;
}
.nav>ul>li.active,
.nav>ul>li.on{
    background: #0f3b9f;
}
.nav>ul ul{
    position: absolute;
    width: 100%;
    padding: 10px 0;
    background: rgba(15,59,159,.6);
    display: none;
}
.nav>ul ul>li{
    line-height: 36px;
    height: 36px;
}
.nav>ul ul>li>a{
    font-size: 15px;
    color: #ffffff;

}
.nav>ul ul>li:hover {
    background: rgba(255,255,255,.8);
}
.nav>ul ul>li:hover>a{
    color: #0f3b9f;
}





.footer {
    background: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.ft-link span{
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    line-height: 53px;
}
.ft-link a{
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    margin-left: 20px;
}
.ft-link a:nth-child(2) {
    padding-left: 0;
    border: none;
}
.ft-link a:hover {
    color: #ef8818;
}
.ft-logo{
    font-size: 0;
    float: left;
}
.ft-logo img {
    display: inline-block;
    width: 346px;
    height: 81px;
    vertical-align: middle;
}
.logo-info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 55px;
}
.logo-info>p{
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}
.ft-right {
    float: right;
    font-size: 0;
}
.ft-right>.xzxx {
    display: inline-block;
    margin-top: 4px;
    vertical-align: middle;
}
.xzxx a {
    display: block;
    width: 140px;
    height: 35px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 33px;
    padding-left: 38px;
    color: #ffffff;
    background:#32424d url("../images/ft-icon4.png");
    background-repeat: no-repeat;
    background-position: left 12px center;

}
.xzxx a:first-child{
    margin-bottom: 10px;
}
.xzxx a:hover,.szpt a:hover{
    color: #ef8818;
}
.szpt{display:inline-block;vertical-align:top;margin:9px 30px 0 30px;}
.szpt a{color:#fff;font-size:16px;padding:7px 10px;}
.szpt p{line-height:28px;}
.ft-right .qr {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.qr ul>li{
    float: left;
    width: 48px;
    margin-right: 40px;
    margin-bottom: -20px;
    position: relative;
}
.qr ul>li p {
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}
.qr ul>li .ewm {
    position: absolute;
    bottom: 100%;
    width:90px;
    height: 90px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
    display: none;
}
.qr ul>li .ewm img{
    display: block;
    width: 100%;
}
.qr ul>li:hover .ewm{
    display: block;
}
.qr ul>li:hover p{
    color: #ef8818;
}
.ft-content {
    margin:20px auto;
    border-bottom: 1px solid #656c7d;
}
.bq{
    font-size: 0;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.bq span{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    vertical-align: middle;
}
.bq img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}