
/*通用部分初始化，开始*/

body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,input,textarea{margin: 0;padding: 0;}

body,html{-webkit-text-size-adjust: none;width: 100%;height: 100%;}

html{font-size:625%;}

body{font-size:0;font-family:微软雅黑;color:#666;overflow-x: hidden;width: 100%}

a{text-decoration: none; color: inherit;}

ul,li{list-style: none;}

img{border:0;}

input,textarea{outline: none;}

input,textarea,select{color: inherit;font-size: inherit;font-family: inherit;}

textarea{resize: none;}

button, select, a { cursor: pointer; }

input[type=“button”],input[type=“submit”],input[type=“reset”]{cursor:pointer}


/*.contain{max-width: 1400px;margin: 0 auto;box-sizing: border-box;padding:0 0.1rem}*/

.text-clamp1{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.text-clamp2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;
}

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

/*通用部分初始化，结束*/
/*@font-face*/
/*{*/
/*    font-family:pfr;*/
/*    src: url('../fonts/PingFang SC Regular.ttf');*/
/*}*/

body{
    word-break: break-all;

    -moz-user-select:none;/*火狐*/

    -webkit-user-select:none;/*webkit浏览器*/

    -ms-user-select:none;/*IE10*/

    -khtml-user-select:none;/*早期浏览器*/

    user-select:none;
}


/*头部样式，开始*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    /*overflow: hidden;*/
}
.header-box{
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,.5);
    position: relative;
    height: 78px;
    transition-duration: .8s;

    /*overflow-x: hidden;*/
}
.header-box.xuanfu{
    background-color: rgba(255,255,255,1);
    box-shadow: 0 4px 10px rgba(0,0,0,.06);
}

.header-box.xuanfu .header-lang{
    border: 1px solid #C7C7C7;
}
.header-box.xuanfu .lang{
    color: #C7C7C7;
}
.header-box.xuanfu .sub-show{
    background-color: rgba(255,255,255,1);
}

.header-logo{
    position: absolute;
    top: 12px;
    left: 200px;
}
.header-ul{
    display: block;
    width: 100%;
    text-align: center;
}
.header-ul li{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    line-height: 21px;
    margin-top: 29px;
    margin-bottom: 28px;
    width: 100px;
    margin-left: 58px;
    /*margin-left: 88px;*/
}
.header-ul li:first-of-type{
    margin-left: 0;
}
.header-ul li.active{
    font-weight: bold;
    color: #173981;
}
.header-ul li:hover{
    color: #173981;
}
.header-caidan{
    position: absolute;
    top:26px;
    right: 150px;
    cursor: pointer;
    display: none;
}
.header-lang{
    position: absolute;
    top: 24px;
    right: 200px;
    border-radius: 15px;
    border: 1px solid #fff;
    width: 98px;
    text-align: center;
}
.lang{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    line-height:30px;
}
.lang.active{
    color: #173981 !important;
}
.lang+.lang:before{
    content: '/';
    margin: 0 6px;
}

.sub-show{
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: rgba(255,255,255,.5);
    display: none;
}
.sub-list{
    display: block;
    text-align: center;
}
.sub-list>li{
    display: inline-block;
    vertical-align:top;
    width: 100px;
    margin-left: 58px;
}
.sub-list>li:first-of-type{
    margin-left: 0;
}
.sub-nav{
    display: block;
}
.sub-nav>li{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    line-height: 21px;
}
.sub-nav>li:hover{
    /*font-weight: bold;*/
    color: #173981;
}
.sub-nav>li.active{
    /*font-weight: bold;*/
    color: #173981;
}
/*头部样式  结束*/


/*尾部样式，开始*/
footer{
    display: block;
    width: 100%;
    /*background: url("../image/footer-back.png") no-repeat center;*/
    /*background-size: cover;*/
    background-color: #263D6E;
    position: relative;
    /*margin-top: 120px;*/
}
.footer-contain{
    max-width: 1560px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    background-image:url("../image/dibuyezi.png");
    background-repeat: no-repeat;
}
.part-top{
    display: block;
    padding-top: 78px;
    position: relative;
}

.footer-nav{
    display: inline-block;
    width: 70%;
    box-sizing: border-box;
    padding-bottom: 66px;
    border-bottom: 1px solid rgba(203, 207, 220,.23);
}

.footer-nav>li{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: 14px;
    color: rgba(255,255,255,.8);
}

.footer-nav-sub{
    display:block;
}
.footer-nav-sub>li{
    display: block;
    margin-top: 30px;
}
.footer-nav-sub>li:hover{
    /*font-weight: bold;*/
    color:#fff;
}
.footer-nav-sub>li:first-child{margin: 0 0}

.footer-nav-sub>li:nth-of-type(1){
    animation-delay: .2s;
}
.footer-nav-sub>li:nth-of-type(2){
    animation-delay: .4s;
}
.footer-nav-sub>li:nth-of-type(3){
    animation-delay: .6s;
}
.footer-nav-sub>li:nth-of-type(4){
    animation-delay: .8s;
}
.footer-nav-sub>li:nth-of-type(5){
    animation-delay: 1s;
}
.weixin{
    display: inline-block;
    text-align:center;
    float: right;

}
.weixin>img{
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}
.weixin p{
    font-size: 14px;
    color: #fff;
    line-height: 19px;
}
.copyright{
    position: absolute;
    right: 0;
    bottom:-8px;
    z-index: 2;
    font-size: 14px;
    color:rgba(255,255,255,.8);
}
.part-bottom{
    display: block;
    padding-top:60px;
    padding-bottom:100px;
}
.bottom-left{
    display: inline-block;
    vertical-align: bottom;
    width:554px;
    box-sizing: border-box;
    position: relative;
}
.tel{
    font-weight: bold;
    font-size:40px;
    color: #fff;
    line-height: 53px;
    margin-bottom:81px;
}
.address{
    display: block;
    font-size: 14px;
    font-weight: lighter;
    color:rgba(255,255,255,.8);
    line-height: 19px;
    margin-top: 16px;
}
.address:first-of-type{
    margin-top: 0;
}

.map-nav{
    position: absolute;
    bottom:0;
    left: 296px;

    width:134px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    font-weight: lighter;

    border-radius:20px;
    text-align: center;
    background-color:rgba(255,255,255,.8);
    transition-duration: .3s;
}
.map-nav:hover{
    background-color:#fff;
}
.map-nav>img{
    margin-right:8px;
    vertical-align: middle;
}


.bottom-right{
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    text-align: left;
}
.bottom-right .share{
    display: block;
    padding-left:218px;
}
.share a{
    margin-right:54px;
}
.share a:last-of-type{
    margin-right: 0;
}
/*尾部样式，结束*/
.totop{
    position: absolute;
    bottom: 72px;
    right:144px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;

    cursor: pointer;
}


/*dibu*/

@media screen and  (max-width:769px) {
    body {
        -webkit-tap-highlight-color: transparent;
        -moz-tap-highlight-color: transparent;
    }
}
/*顶部响应*/

@media screen and  (max-width:1683px){
    .header-logo{left: 30px}
    .header-lang{right:30px}
}
@media screen and  (max-width:1333px) {
    .header{
        background-color: rgba(0,0,0,.1);
    }
    .header-caidan {
        display: block;
    }
    .header-lang{
        border: 1px solid #666;
    }
    .lang{color: #666}
    .header-ul {
        /*display: none;*/
        position:absolute;
        top: 78px;
        /*right:-150px;*/
        right:0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(255, 255, 255, .5);
        width: auto;
        z-index: 10;
        transition-duration: .6s;
    }
    .header-ul.minShow{
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .header-ul li {
        display: block;
        margin: 0;
        line-height: 40px;
        padding: 0 20px;
    }

    .sub-show {
        height: auto;
        display: none !important;
    }
}
@media screen and  (max-width:475px) {
    .header-logo{
        top:25px;
         left:20px;
    }
    .header-logo img{width: 50%}
    .header-lang{right:20px}
}
/*尾部响应*/

@media screen and  (max-width:1560px) {
    .totop{
        bottom: 140px;
        right: 40px;
    }
    .bottom-left{width: auto}
    .map-nav{
        position: initial;
        display: block;
        margin-top: 20px;
    }
    .bottom-right{
        display: block;
        margin-top: 20px;
    }
    .bottom-right .share{
        padding-left: 0;
    }
}

@media screen and  (max-width:1020px) {
    .part-top{padding-top: 40px}
    .footer-nav{
        width: 100%;
        padding-bottom: 40px;
    }
    .footer-nav>li{text-align: center}
    .copyright{
        position: initial;
        text-align: center;
        word-break: break-all;
        margin-top: 20px;
        width: 70%;
    }
    .tel{margin-bottom: 30px}
    .part-bottom{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


@media screen and  (max-width:475px) {
    .part-top{
        padding-top: 20px;
    }
    .footer-nav{
        border-bottom: none;
        padding-bottom: 0;
    }
    .footer-nav>li{
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-bottom:15px;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }
    .footer-nav-sub>li{
        margin-top: 15px;
    }
    .copyright{
        display: block;
        width: 100%;
    }
    .weixin{
        display: block;
        margin-top: 20px;
        float: none;
    }
    .weixin>img{margin: 0 auto 10px;}
    .tel{font-size: 32px}
}


