* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑","Arial",Helvetica,"黑体",Arial,Tahoma;
    font-size: 100px;
}

body {
    font: 14px/1.231 '微软雅黑';
    font-family: "微软雅黑","Arial",Helvetica,"黑体",Arial,Tahoma;
    color: #333;
    margin: 0;
    line-height: 1;
    font-size: 100px;
    width: 100%;
    overflow-x: hidden;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
    font-size: 0.14rem;
}

p,
span,
i,
u,
a,
img,
ul,
li,
div,
br,
b,
strong,
font,
br,
input,
button {
    font-size: 0.14rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.clear {
    clear: both;
}



.page_container {
    width: 100%;
    margin: 0 auto;
    max-width: 1210px;

}

.pagecontainer {
    width: 100%;
    margin: 0 auto;
    max-width: 1210px;

}


@media (max-width: 980px) {
    .page_container {
        width: 92%;

    }
    .pagecontainer {
        width: 92%;

    }

}


@font-face {
    font-family: "Alibaba PuHuiTi 2.0";
    src: url("../fonts/AlibabaPuHuiTi-2-55-Regular.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Alibaba PuHuiTi ";
    src: url("../fonts/AlibabaPuHuiTi-2-85-Bold.woff") format("woff");
    font-display: swap;
}

.PuHuiTi {
    font-family: "Alibaba PuHuiTi 2.0";
}


.AlibabaPuHuiTi{
    font-family: "Alibaba PuHuiTi";
}


/*top*/

.top_bg{
    position: absolute;
    width: 100%;
    height: 1.26rem;
    z-index: 999;
    border-top: 4px solid #0B6CB8;
}

.top_bg .top_con{
    margin: 0 auto;
}

.top_bg .top_con .logo{
    float: left;
    margin: 0.25rem 0  0 7.5%;
    width: 31.5%;
}

.top_bg .top_con .logo img{
    display: block;
    width: 100%;
    height: auto;
}

.top_bg .top_con .top_r{
    float: left;
    margin-left: 9.5%;
    width: 44%;
} 



/*nav*/

.nav_bg{
    width: 100%;
    margin: 0.3rem auto 0 auto;
    height: 0.66rem;
    position: relative;
    z-index: 9;
}



.nav_bg .t_nav{
    margin: 0 auto;
    width: 100%;

}

.navShow .nav_bg .t_nav{
    opacity: 0;
}

.nav_bg .t_nav>ul{
    width: 100%;
    text-align: center;
}

.nav_bg .t_nav>ul>li{
    display: inline-block;
    height: 0.66rem;
    text-align: center;
    position: relative;
    z-index: 5;
    box-sizing: content-box;
    padding: 0 2%;
}



.nav_bg .t_nav>ul>li>a{
    display: block;
}

.nav_bg .t_nav>ul>li>a>span{
    display: inline-block;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.66rem;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-sizing: content-box;
}

.nav_bg .t_nav>ul>li>a>span::after{
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 0;
    height: 2px;
    content: "";
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nav_bg .t_nav>ul>li:hover>a>span{
    color: #ff8f1f;
    
}


.nav_bg .t_nav>ul>li.another>a>span{
    color: #ff8f1f;
}


.t_nav ul li .submenu {

    display: none;

    position: absolute;

    top: 0.66rem;

    left: 0px;

    background: #0b6cb8;

    width: 100%;

    z-index: 999;
    overflow: hidden;

}



.t_nav ul li .submenu li {

    padding: 0;

    background: none;

    height: 45px;

    line-height: 45px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.5);

}



.t_nav ul li .submenu>li>a {

    float: none;

    text-align: center;

    font-size: 14px;

    height: 45px;

    line-height: 45px;

    background: none;

    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;

    width: 96%;

    font-weight: normal;

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
    padding: 0 2%;
    box-sizing: content-box;
    position: relative;
    z-index: 5;

}


.t_nav ul li .submenu>li>a:hover {

    background: #ff8f1f;
    color: #fff !important;
    text-decoration: none;

}



.fixedNav {
    position: absolute;
    
}



.sou{
    position: relative;
    right: 0;
    top: 0;

}

.sou .searchcenter{
    position: absolute;
    right: 0;
    top: 0.3rem;
}

.sou .searchcenter .search_ico{
    width: 1.2rem;
    height: 0.66rem;
    background: #0B6CB8;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;

}

.sou .searchcenter .search_ico img{
    display: block;
    width: 0.26rem;
    height: 0.24rem;
    margin: 0rem auto 0 auto;
    position: relative;
    top: 0.21rem;

}


.sou .search{
    position: absolute;
    right: 0%;
    top: 1rem;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    padding: 0 2%;
    display: none;
}


.sou .search .close {
    width: 0.25rem;
    text-align: center;
    position: absolute;
    right: 0.15rem;
    cursor: pointer;
    top: 0.15rem;
    transition: transform .4s ease-out;
    z-index: 9;
}

.sou .search .close img {
    width: 0.2rem;
}

.sou .search .close:hover {
    transform: rotate(360deg);
}

.sou .search .con {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    padding: 10% 3%;
    background: #fdfdfd;

}

.sou .search .search_box {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #0B6CB8;
    padding-bottom: 0.1rem;
}


.sou .search .search_box .searchInp{
    float: left;
    background: none;
    font-size: 0.16rem;
    color: #333;
    width: 70%;
    height: 0.4rem;
}


.sou .search .search_box  .submitBtn{
    float: right;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #0B6CB8 url(../images/sou.png) no-repeat  center;
    background-size: 50%;
}





/* phone_header*/

.phone_header {
    width: 100%;
    margin: 0 auto;
    display: none;
    padding-bottom: 1rem;
    position: relative;
    z-index: 20;
}

.headerTop {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 1rem;
    background: #0B6CB8;
}

.headerTop .headerTel {
    float: left;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
}

.headerTop .headerTel a {
    display: block;
}

.headerTop .headerTel a img {
    width: auto;
    height: 0.6rem;
    float: left;
    display: block;
}


.headerTop .headerTel a span {
    display: block;
    font-size: 0.2rem;
    color: #333333;
    font-weight: bold;
    float: left;
    line-height: 0.4rem;
}


.headerTop .headerMenu {
    position: relative;
    width: 0.47rem;
    height: 0.43rem;
    top: 0.3rem;
    right: 0.2rem;
    float: right;
}

.headerTop .headerMenu span {
    width: 0.5rem;
    height: 0.46rem;
    background: url(../images/menu.png) no-repeat center;
    display: block;
    background-size: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.Nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    background: rgba(11, 108, 184, 0.9);
    display: none;
    overflow-x: hidden;
}

.Nav .navBox .close {
    height: auto;
    width: 0.8rem;
    position: absolute;
    top: 3%;
    right: 3%;
}

.Nav .navBox .close img {
    width: 100%;
}

.Nav .search {
    margin: 1.5rem auto 0 auto;
    width: 70%;
    height: 0.65rem;
    border-radius: 45px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.33);
}

.Nav .search .searchInp {
    float: left;
    width: 70%;
    height: 0.65rem;
    background: none;
    font-family: "Source Han Sans CN CN";
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.51);
    padding-left: 0.15rem;
}

.Nav .search .searchInp::placeholder {
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.51);
}

.Nav .search .submitBtn {
    float: right;
    background: url(../images/sou.png) no-repeat center;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 100%;
    margin: 0.15rem 0.2rem 0 0;
    display: block;
}


.Nav .navBox h4 a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.4rem;
    margin-top: 0.5rem;
    font-weight: bold;
}

.navBox ul {
    padding-top: 0.5rem;
}

.navBox ul li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    position: relative;
}

.navBox ul li a.navTop {
    line-height: 1rem;
    height: 1rem;
    position: relative;
    display: block;
    color: #fff;
    font-size: 0.32rem;
}

.navBox ul li a.navTop:hover{
    color: #fff !important;
}

.navBox ul li .navCenter {
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    color: #fff;
    padding-bottom: 0.1rem;
    padding-top: 0;
    display: none;
}

.navBox ul li .navCenter p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 0.52rem;
    width: 90%;
    margin: 0 auto;
}

.navBox ul li .navCenter p a {
    line-height: 0.5rem;
    display: block;
    text-align: left;
    font-size: 0.28rem;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.1rem;
}


.navBox ul li .navCenter p a:hover{
    color: #fff !important;
}

.navBox ul li::after {
    content: ">";
    position: absolute;
    top: 0;
    line-height: 1rem;
    font-size: 0.36rem;
    right: 0.2rem;
    color: #fff;
}


body.navShow .top_bg .top_con .top_r .search{
    display: none;
}

body.navShow .top_bg .top_con .top_r .yuyan{
    transform: translateY(0.5rem);
}

.navShow .top_bg .top_con .top_r .top_ico .navbtns {
    width: 0.41rem;
    height: 0.2rem;
    margin: 0.04rem -0.9rem 0 0rem;
    background: url(../images/close.png) no-repeat center;
    background-size: 100%;
  }


  @media (max-width: 1440px){
    .top_bg .top_con .top_r {
        margin-left: 7.5%;
        width: 46%;
    }
  }

  @media (max-width: 980px){

    .top_bg{
        display: none;
    }
    .phone_header{
        display: block;
    }

  }



/*footer*/

.footerbg{
    width: 100%;
    margin: 0rem auto 0 auto;
    background: url(../images/footerbg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 99;
}


.footerbg .footer{
    margin: 0 auto;
}

.footerbg .footer .links{
    margin: 0 auto;
    padding-top: 0.2rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.footerbg .footer .links ul{
    width: 105%;
}

.footerbg .footer .links ul li{
    display: inline-block;
    padding-right: 0.85rem;
    float: left;
    margin-bottom: 0.1rem;
}

.footerbg .footer .links ul li span{
    display: block;
    font-size: 0.18rem;
    line-height: 0.4rem;
    color: rgba(255, 255, 255, 0.95);
    padding-left: 0.15rem;
    background: url(../images/f_xt.png) no-repeat left center;
}

.footerbg .footer .links ul li i{
    display: block;
    font-size: 0.18rem;
    line-height: 0.38rem;
    color: rgba(255, 255, 255, 0.95);
    margin-left: 0.15rem;
}



.footerbg .footer .footer_nr{
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    
}


.footerbg .footer .footer_nr .f_l{
    float: left;
    width: 40%;
}


.footerbg .footer .footer_nr .f_l .flogo img{
    display: block;
    width: 100%;
    height: auto;
}


.footerbg .footer .footer_nr .f_cont{
    float: left;
    margin-left: 5%;
    width: 41%;
    margin-top: 0.1rem;
}

.footerbg .footer .footer_nr .f_cont ul li{
    line-height: 0.4rem;
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.95);
    overflow: hidden;

}

.footerbg .footer .footer_nr .f_cont ul li img{
    display: block;
    float: left;
    width: 0.2rem;
    height: 0.24rem;
    margin-top: 0.08rem;
    margin-right: 0.12rem;

}

.footerbg .footer .footer_nr .f_cont ul li span{
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.95);
    display: block;
    float: left;
    width: 90%;
}

.footerbg .footer .footer_nr .fico{
    float: right;
    margin: 0.2rem 0% 0 0;
} 

.footerbg .footer .footer_nr .fico ul li{
    position: relative;
    margin-left: 0.2rem;
    float: left;
    
}

.footerbg .footer .footer_nr .fico ul li i{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
}

.footerbg .footer .footer_nr .fico ul li i img{
    display: block;
    width: 100%;
    height: 100%;

}

.footerbg .footer .footer_nr .fico ul li span{
    position: absolute;
    left: -30%;
    bottom: 108%;
    width: 1rem;
    height: 1rem;
    display: none;
    border: 5px solid rgba(255, 255, 255, 0.5);

}

.footerbg .footer .footer_nr .fico ul li span img{
    display: block;
    width: 100%;
    height: 100%;
}

.footerbg .footer .footer_nr .fico ul li:hover span{
    display: block;
}




.footerbg .footer .end{
    margin: 0 auto;
    padding: 0.1rem 0 0.1rem 0;
    text-align: center;
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.7);
}




.g-top {
    display: none;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/backico.png) center center no-repeat;
      background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    right: 3%;
    bottom: 2rem;
    z-index: 99;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .g-top.on {
    display: block;
  }


@media (max-width: 1440px){

    .footerbg .footer .footer_nr .f_cont{
        margin-left: 4%;
        width: 40%;
    }


}


@media (max-width: 980px){


    
    .footerbg .footer .links{
        margin: 0 auto;
        padding-top: 0.45rem;
        padding-bottom: 0.15rem;
    }
    
    .footerbg .footer .links ul{
        width: 100%;
    }
    
    .footerbg .footer .links ul li{
        display: inline-block;
        padding-right: 1rem;
    }
    
    .footerbg .footer .links ul li span{
        font-size: 0.28rem;
        line-height: 0.4rem;
        padding-left: 0.3rem;
    }
    
    .footerbg .footer .links ul li i{
        display: block;
        font-size: 0.28rem;
        line-height: 0.45rem;
        margin-left: 0.3rem;
    }
    
    
    
    .footerbg .footer .footer_nr{
        padding-top: 0.3rem;
        padding-bottom: 0.45rem;
        
    }
    
    
    .footerbg .footer .footer_nr .f_l{
        float: none;
        width: 75%;
        margin: 0 auto;
    }
    
    
    
    .footerbg .footer .footer_nr .f_cont{
        float: none;
        margin: 0.3rem auto 0 auto;
        width: 100%;
    }
    
    .footerbg .footer .footer_nr .f_cont ul li{
        line-height: 0.56rem;
        font-size: 0.28rem;
    
    }
    
    .footerbg .footer .footer_nr .f_cont ul li img{
        display: block;
        float: left;
        width: 0.32rem;
        height: 0.4rem;
        margin-top: 0.08rem;
        margin-right: 0.12rem;
    
    }
    
    .footerbg .footer .footer_nr .f_cont ul li span{
        font-size: 0.28rem;
        width: 90%;
    }
    
    .footerbg .footer .footer_nr .fico{
        float: none;
        margin: 0.2rem auto 0 auto;
        text-align: center;
    } 
    
    .footerbg .footer .footer_nr .fico ul li{
        position: relative;
        margin: 0 0.2rem;
        display: inline-block;
        float: none;
        text-align: center;
        
    }
    
    .footerbg .footer .footer_nr .fico ul li i{
        display: block;
        width: 0.8rem;
        height: 0.8rem;
    }
    
    
    .footerbg .footer .footer_nr .fico ul li span{
        position: absolute;
        left: -30%;
        bottom: 108%;
        width: 1.5rem;
        height: 1.5rem;
        display: none;
        border: 5px solid rgba(255, 255, 255, 0.5);
    
    }
    
    
    .footerbg .footer .end{
        font-size: 0.26rem;

    }


}


  