﻿body,div,menu,ol,ul,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,p,form,header,nav,article,section,aside,footer,video,audio,figure,textarea {padding: 0;margin: 0;}
a{text-decoration: none;cursor:pointer;font-size: 16px;}
input,select,textarea,img,area {outline: none;border: none;}
input,select,textarea {background: #FFF;}
mark {background: none;}
-img {vertical-align: middle;}
textarea {resize: none;}
ul,ol{list-style-type: none;}
a{color:#656c6f;font-size: 16px;}
em,i,small,h1,h2,h3,h4,h5,h6,address {font-style: normal;font-weight: normal;font-size: 100%;}
b,em,i,strong,small,label,a,mark {display: inline-block;font-weight: normal;}
em{font-weight: bold;}
span{display: initial;}
.img,img,.img{max-width:100%;}
.clear{clear:both;height:0;font-size:0;line-height:0;visibility:hidden; overflow:hidden;}
body{max-width: 1920px;margin: 0 auto;}
body>a{
    display: none;
}
a:hover{color:#0066ff;text-decoration: none !important;}
li.thisclass a{
	background: #d3483e;
    color: #fff !important;
}
.Details_contents h2{
	font-weight: bold !important;
}
.Details_contents b{
	font-weight: bold !important;
}
.Details_contents strong{
	font-weight: bold !important;
}
.Details_contents strong>a{
	font-weight: bold !important;
}



/*header*/

.header{
    width:100%;
    height: 60px;
    -webkit-box-shadow: rgb(0 0 0 / 40%) 1px 0px 5px;
    -moz-box-shadow: rgba(0,0,0,0.4) 1px 0px 5px;
    box-shadow: rgb(0 0 0 / 40%) 1px 0px 5px;
    z-index: 100000;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

.head_width{
    width:94%;margin:0 auto;height: 60px;display: flex;justify-content:space-between;
    align-items: center;
}
.header_left{
    width:120px;
}
.header_cent>ul{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.header_cent>ul>li{
    padding: 0 20px;
    height:60px;
    line-height:60px;
    border-bottom: 2px solid transparent;
}
.header_cent>ul>li:hover{
    border-bottom:2px solid #0066ff;
}
.header_cent>ul>li:hover .head_ct>a{
    color:#0066ff;
}
.header_cent>ul>li:hover .header_cent>ul>li>a{
    color:#0066ff;
}
.head_ct{
    position: relative;
}
.head_ct_list{
    width: 900px;
    display: none;
    position: absolute;
    left: 40%;
    margin-left: -464px;
    top: 72px;
    background-color: rgba(0,102,255,0.9);
    padding: 31px 0px 31px 40px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px 10px rgb(40 40 41 / 23%);
    box-shadow: 0 0 15px 10px rgb(40 40 41 / 23%);
    border-radius: 20px;
}
.head_ct_list_cp{
    width: 900px;
    display: none;
    position: absolute;
    left: 47%;
    margin-left: -464px;
    top: 72px;
    background-color: rgba(0,102,255,0.9);
    padding: 31px 0px 31px 40px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px 10px rgb(40 40 41 / 23%);
    box-shadow: 0 0 15px 10px rgb(40 40 41 / 23%);
}
.head_ct_list2{
    width:100%;
    margin:0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;

}
.head_ct_list2 ul{
    width:100%;
}

.ant-dropdown-arrow {
    border-color: #fff transparent transparent #fff;
    position: absolute;
    z-index: -2; 
    display: block; 
    width: 14px;
    height: 8px;
    background:url(/images/sanjiao.png) no-repeat;
    left: 50%;
    top: -7px;
    margin-left:-4px;
}

.header_cent>ul>li>a{
    color: #656c6f;
    font-size: 16px;
}





.head_ct{
    color: #656c6f;
    font-size: 16px;
    cursor:pointer;
}


.head_ct_list2>ul{
    display: flex;
    justify-content:space-between;
    overflow: hidden;
}
.head_ct_list2>ul>li:nth-child(1){
    width:36%;
}
.head_ct_list2>ul>li:nth-child(2){
    width:20%;
}
.head_ct_list2>ul>li:nth-child(3){
    width:14%;
}
.head_ct_list2>ul>li:nth-child(4){
    width:16%;
}
.div_title{
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}
.div_ul{
    margin-top:14px;
}
.div_ul li{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-top: 30px;
}
.div_img{
    margin-right:16px;
}
.div_img img{
    width:24px;
    height:24px;
}
.div_txt h4{
    font-weight: 500;
    font-size: 16px;
    line-height:20px;
    color: #fff;
    margin-bottom: 6px;
}
.div_txt p{
    line-height:20px;
    font-weight: 400;
    font-size: 14px;
    color: #d8dddf;
}
.div_txt a{
    color:#fff;
    font-size: 16px;
    letter-spacing: -.16px;
    color: #dcdef8;
}

.div_txt a:hover{
    color:#fff;
}





.header_right_btn{
    padding:6px 14px;
    background:#0066ff;
    border-radius: 30px;
    border: 2px solid transparent;
    letter-spacing: 3px;
    color:#fff;
    
}
.header_right {
    
}
.header_right .s_w{
    width: 160px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    margin-right: 10px;
  box-sizing: border-box;
}
.an2{
    width: 60px;
    font-size: 14px;
    padding: 5px 0;
    background: #0066ff;
    border-radius: 4px;
    border: 2px solid transparent;
    letter-spacing: 0px;
    color: #fff;
    cursor:pointer;
}

/*footer*/


.footer{background-color: #fff;}
.fd-top{overflow: hidden;padding: 30px 0 44px;width: 1300px;
    margin: 0 auto;}
.fd-nav{float: left;}
.fd-nav dl{float: left;margin-right: 80px;}
.fd-nav dt{color: #000;font-size: 1.4145vw;margin-bottom: 18px;}
.fd-nav dd{line-height: 36px;}
.fd-nav dd a{display: block;font-size: 16px;}
.fd-about{float: right;width: 380px;}
.fd-about .tit{margin-bottom: 18px;}
.fd-about .tit h3{display: inline-block;color: #000;font-size: 1.4145vw;font-weight: normal;}
.fd-about .tit .qr{display: inline-block;width: 20px;height: 20px;
    position: relative;margin-left: 8px;
}
.fd-about .tit span{width: 20px;height: 20px;display: block;cursor: pointer;
    background: url(/images/i-qr.png) no-repeat center center;
}
.fd-about .qr .pic{position: absolute;top: 35px;left: 50%;width: 172px;
    background-color: #fff;border: 1px solid #dedede;text-align: center;
    opacity: 0;z-index: -1;padding: 5px 0;box-shadow: 0px 0px 34px rgba(72,72,72,.2);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-about .qr .pic img{width: 148px;display: block;margin: 0 auto;}
.fd-about .qr:hover .pic{opacity: 1;z-index: 1;}
.fd-about .qr p{font-size: 13px;color: #000;}
.fd-about .txt{font-size: 16px;line-height: 30px;}

.fd-tel{overflow: hidden;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;
    padding: 33px 0 30px;
}
.fd-tel ul{max-width: 1505px;margin: 0 auto;}
.fd-tel li{width: 50%;float: left;}
.fd-tel .tit{float: left;height: 80px;padding-left: 90px;padding-right: 40px;
    font-size: 1.5233vw;line-height: 80px;border-right: 1px solid #ccc;
    background-position: left center;background-repeat: no-repeat;
}
.fd-tel .con{overflow: hidden;padding-top: 2px;padding-left: 33px;}
.fd-tel .con span{font-size: 2.28vw;font-family: 'gabo';color: #000;
    line-height: 1;display: block;margin-bottom: 6px;
}
.fd-tel .con p{font-size: 16px;}
.fd-link{padding: 33px 0 18px;width: 1300px;
    margin: 0 auto;}
.fd-link dl{overflow: hidden;font-size: 16px;line-height: 20px;margin-bottom: 15px;}
.fd-link dt{float: left;}
.fd-link dd{overflow: hidden;}
.fd-link dd .tempWrap{width: 100% !important;}
.fd-link dd li{float: left;width: auto !important;margin-bottom: 12px;}
.fd-link dd a{display: inline-block;margin-right: 5px;} 
.fd-copr{background-color: #1a1a1a;font-size: 16px;color: #fff;position: relative;z-index: 2;
    /*overflow: hidden;*/padding: 19px 0;*zoom:1;
}
.fd-copr .wp{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fd-copr:after,.fd-copr:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.fd-copr a{color: #fff;}
.fd-copr .c-btn:hover{text-decoration: underline;}
.fd-copr .c-btn{display: inline-block;vertical-align: middle;padding-left: 28px;
    margin-left: 15px;position: relative;
    background: url(/images/i-cheng.png) no-repeat left center;
}
.fd-copr .c-qr{position: absolute;left: 50%;bottom: 100%;width: 172px;display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fd-copr .c-qr img{width: 100%;display: block;}
.fd-copr .c-btn:hover .c-qr{display: block;}
.bah_img{
    position: relative;
    top: 0px;
    right: 2px;
    margin-left: 3px;
}

.sj_bottom{
    display:none;
}

.span_l {
    font-size: 14px;
}


.page{
    text-align: center;
    margin: 20px auto 40px;
}
.page ul{
    overflow: hidden;
    display:inline-block;
}
.page ul li{
    float: left; 
}
.page li a{
    padding: 6px 10px;
    border: 1px solid #e6e6e6;
    color: #333;
    margin-right: 10px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
}
.page ul li.thisclass{
    background: #0066ff;
    color: #fff !important;
    padding: 6px 10px;
    border: 1px solid #0066ff;
    font-size: 16px;
    color: #333;
    margin-right: 10px;
    border-radius: 4px;
}
.page ul li:last-child{
    
}
.page ul li select{
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #333;
    height:34px;
    width:52px !important;
    background:#fff;

}
/*文章页面样式*/
    .news-detail-content{
        font-size: 16px;
        line-height: 34px;
    }

.pc{
    display: block;
}
.sj{
    display:none;
}
.sj_nav_list{
        display: none;
}

/*移动端样式*/
@media screen and (min-width:320px) and (max-width:720px){
    .pc{
        display: none;
    }
    .sj{
        display:block;
    }
    .top{display:none;}
    .header{width: 100%;height: auto;margin: 0 auto;box-sizing: border-box;box-shadow:none;padding:0 3%;}
    .head_width{width:100%;height:1.2rem;display: flex;justify-content:space-between;align-items: center;}
    .sj_nav_list{
        display: none;
        position: fixed;
        top:1.2rem;
        left:0px;
        height:100%;
        width:100%;
        background:#0066ff;
        overflow: scroll;
    }
    .nav_img2{
        display:none;
        height:0;
    }
    .aa .nav_img1{
        display:none;
        height:0;
    }
    .aa .nav_img2{
        display:block;
        height:auto;
    }
    /*手机端搜索框*/
    .sj_ech{
        width:100%;
        box-sizing: border-box;
        position: relative;
        background-color: #fff;
        background-image: none;
        border-top: 0.02rem solid #d9d9d9;
        padding:0.3rem 6% 0.2rem 6%;
    }
    .sj_ech input{
        font-size: 0.28rem;
        padding: 0.26rem 0.2rem;
        width: 100%;
        box-sizing: border-box;
        border: 0.01rem solid #d9d9d9;
        border-radius: 0.1rem;
    }
    .sj_ech .an{
        position: absolute;
        top:0.46rem;
        right: 6%;
        display: inline-block;
        background: #d8dddf;
        font-size: 0.3rem;
        height: 0.9rem;
        width: 1.4rem;
        text-align: center;
        /* line-height: 0.85rem; */
        border-radius: 0.1rem;
        color: #0066ff;
        font-weight: bold;
        box-sizing: border-box;
    }
    /*搜索框  end*/

    /*手机端导航*/
    .sj_cont{
        width:100%;
        padding-bottom: 2rem;
    }
    .sj_cont>ul{}
    .sj_cont>ul>li{
        position: relative;
        width:100%;
        
    }
    .sj_cont>ul>li>a{
        font-size: 0.34rem;
        color:#fff;
        height:1rem;
        margin:0 5%;
        line-height:1rem;
        display: inline-block;
        width:90%;
        box-sizing: border-box;
        /*border-bottom:0.01rem solid #d9d9d9;*/
        padding-left:3%;
    }
    .sj_cont_span{
        position: absolute;
        top: 0.28rem;
        right: 9%;
        width: 0.3rem;
    }
    .sj_cont .head_ct_list2{
        width:100%;
        background:#0548ac;
        max-height:0px;
        overflow: hidden;
        transition: all 0.5s;
        -moz-transition: all 0.5s;  /* Firefox 4 */
        -webkit-transition: all 0.5s;   /* Safari 和 Chrome */
        -o-transition: all 0.5s;    /* Opera */
    }
    .bb .head_ct_list2{
        max-height:50rem;
        
        transition: all 0.5s;
        -moz-transition: all 0.5s;  /* Firefox 4 */
        -webkit-transition: all 0.5s;   /* Safari 和 Chrome */
        -o-transition: all 0.5s;    /* Opera */
    }
    .sj_cont_span{
        transition: all 0.5s;
        -moz-transition: all 0.5s;  /* Firefox 4 */
        -webkit-transition: all 0.5s;   /* Safari 和 Chrome */
        -o-transition: all 0.5s;    /* Opera */
    }
    .bb .sj_cont_span{
        transition: all 0.5s;
        -moz-transition: all 0.5s;  /* Firefox 4 */
        -webkit-transition: all 0.5s;   /* Safari 和 Chrome */
        -o-transition: all 0.5s;    /* Opera */
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sj_cont .head_ct_list2>ul{
        width:90%;
        margin:0 5%;
        display: block;
        justify-content: space-between;
        overflow: hidden;
        padding-bottom: 0.45rem;
    }
    .sj_cont .head_ct_list2>ul li{

    }
    .sj_cont .head_ct_list2>ul .div_title{
        font-size: 0.32rem;
        margin-top: 0.4rem;
        padding-left: 0.4rem;
        font-weight: bold;
        margin-bottom: 0.4rem;
        line-height: 0.5rem;
    }
    .sj_cont .head_ct_list2>ul .div_ul{

    }
    .sj_cont .head_ct_list2 .div_ul>li{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 0.3rem;
        padding-left:0.8rem;
    }
    .head_ct_list2>ul>li{
        width:100% !important;
    }
    .div_txt h4 {
        font-weight: 500;
        font-size: 0.3rem;
        line-height: 0.4rem;
        color: #fff;
        margin-bottom: 0.1rem;
    }
    .div_txt p {
        line-height: 0.4rem;
        font-weight: 400;
        font-size: 0.28rem;
        color: #d8dddf;
    }
    .div_txt a {
        color: #fff;
        font-size: 0.3rem;
        letter-spacing: -.16px;
        color: #dcdef8;
    }
    /*手机端导航  end*/

    .head_tel span{display:none;}
    .head_width>div{float:auto;}
    .head_logo {margin-top: 0;width:35%;}
    .head_logo a {width:100% !important;}
    .head_logo a>img {
        width: 100% !important;
    }
    .head_nav{display:none;}
    .head_tel{display:none;}
    .head_text {width:0.4rem;color: #e84e40; margin-right: 0;height: auto;line-height: normal;text-align: right;position: right: ;}
    .head_logo p {font-size: 0.7rem;color: #999;letter-spacing: 0.4rem;text-align: center;display:none;}
    .head_text em{
        display:block;
        background: url(/images/mbx.png) no-repeat;
        background-size: 100% 100%;
        width: 0.4rem;
        height: 0.4rem;
        display: inline-block;
        margin-left: 0;
        vertical-align: middle;
        position: relative;
        top: -0.05rem;
    }
    .head_text>a {display:none;}
    .head_text_block{
        position: absolute;
        top: 1rem;
        right: 0;
        width: 100%;
        background: #e84e40;
        z-index: 100;
        /* border: 1px solid #fff; */
        display:none;
    }
    .head_text_block ul{
        text-align: left;

    }
    .head_text_block>ul>li{
        width: 33%;
        float: left;
        border-right: 1px solid #fff;
    }
    .head_text_block>ul>li:nth-child(3n){
        border-right:0;
    }
    .head_text_block>ul>li>a{
        display: block;
        padding: 0.2rem 0;
        font-size: 0.27rem;
        font-weight: 300;
        color: #fff;
        border-bottom: 1px solid #fff;
        outline: none;
        text-align: center;
    }

    /*文章页面样式*/
    .news-heading h1 {
        font-size: 0.4rem;
        margin-bottom: 0.2rem;
        line-height: 0.5rem;
    }
    .news-detail-content{
        font-size: 0.32rem;
        line-height: 0.6rem;
    }
    /*底部*/
    /*底部*/
    
.fd-top {
    overflow: hidden;
    padding: 0.3rem 0 0rem;
    width: 86%;
    margin: 0 auto;
}
.fd-nav dl {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0.26rem;
}
.fd-nav dt {
    color: #000;
    font-size: 0.34rem;
    margin-bottom: 0.1rem;
}
.fd-nav dd {
    line-height: 0.6rem;
}
.fd-nav dd a {
    display: inline-block;
    font-size: 0.28rem;
}
.fd-about{
    display: none;
}
.fd-link {
    padding: 0 0 0.2rem;
    width: 86%;
    margin: 0 auto;
}
.fd-link dl {
    overflow: hidden;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
}
.bah_img{
    position: relative;
    top: 0.1rem;
    right: 0.1rem;
}

.fd-link dt {
    float: initial;
    font-size: 0.34rem;
    margin-bottom: 0.2rem;
}

.fd-link dd li {
    float: left;
    width: auto !important;
    margin-bottom: 0.12rem;
}
.fd-link dd a {
    display: inline-block;
    margin-right: 0.1rem;
    font-size: 0.26rem;
}
.r{
    display: none;
}
.fd-copr .wp {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wp span b{
    display: none;
}
.wp span em{
    display: none;
}


.page {
    text-align: center;
    margin: 0.25rem auto 0.4rem;
}
.page ul li.thisclass {
    background: #0066ff;
    color: #fff !important;
    padding: 0.1rem 0.2rem;
    border: 1px solid #0066ff;
    font-size: 0.24rem;
    color: #333;
    margin-right: 0.1rem;
}
.page li a {
    padding: 6px 10px;
    padding: 0.1rem 0.2rem;
    font-size: 0.24rem;
    color: #333;
    margin-right: 0.1rem;
    color: #333;
    display: inline-block;
}
.page ul li select {
    border: 1px solid #e6e6e6;
    height: auto;
    padding: 0.1rem 0rem;
    font-size: 0.24rem;
    color: #333;
    margin-right: 0.1rem;
    color: #333;
    display: inline-block;
}
.page li span.pageinfo{
    font-size: 0.25rem;
}


.span_l {
    font-size: 0.3rem;
}


}

