@charset "utf-8";
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

html {
    font-size: 100px;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    
}

:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333333;
}

@media (min-width:1025px) {
    a:hover {
        color: #0956BD;
    }
}

button {
    user-select: none;
}

img:not([src]),
img[src=""] {
    opacity: 0;
}

img {
    display: inline-block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select,
button,
textarea {
    font-size: 100%;
    font: inherit;
}

hr {
    height: 0;
    border: none;
    border-top: 1px solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

body {
    width: 100%;
    overflow-x: hidden;
    color: #333;
    position: relative;
    font-size: .16rem;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", Microsoft YaHei, Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}



i,
em {
    font-style: normal;
}

input,
textarea,
select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

select::-moz-placeholder {
    color: inherit;
    opacity: .5;
    font-size: inherit
}

::-webkit-input-placeholder {
    color: #999;
    font-size: inherit
}



.clear {
    clear: both;
}




@font-face {
    font-family: "Cochin";
    font-weight: 700;
    src: url("../fonts/Cochin-LT-Bold.ttf") format("woff");
    font-display: swap;
}

  @font-face {
    font-family: "sys";font-weight: normal;src: url("../fonts/SourceHanSerifCN-Bold.woff") format("woff");
    font-display: swap;
  }
  
  @font-face {
    font-family: "Open Sans";font-weight: normal;src: url("../fonts/Open-Sans.ttf") format("woff");
    font-display: swap;
  }

.Cochin{font-family:"Cochin" }

.PingFangSC{font-family:"PingFang SC" }

.sys{font-family:"sys" }

.OpenSans{font-family:"Open Sans" }






.pagecontainer {
    width: 74%;
    margin: 0 auto;
    max-width: 1410px;

}

.page_container{
    width: 78%;
    margin: 0 auto;
    max-width: 1480px;
  }


@media (max-width: 1200px) {
    .pagecontainer {
        width: 94%;

    }

    .page_container{
        width: 94%;
    }

}







/*top*/


.top_bg{
    margin: 0 auto;
    width: 100%;
    height: 1.12rem;
    position: relative;
    z-index: 99;
    background: #0956BD;
}


.top_bg .top_con{
    margin: 0 auto;
}


.top_bg .top_con .logo{
    float: left;
    margin-top: 0.2rem;
    width: 25.3%;
}

.top_bg .top_con .logo img{
    display: block;
    width: 100%;
    height: auto;
}


.top_bg .top_con .top_r{
    float: right;
    width: 65%;
}


.top_bg .top_con .top_r .top_sou{
    margin-top: 0.2rem;
    height: 0.28rem;
}

.top_bg .top_con .top_r .search{
    float: right;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: #054CAB;
    margin: 0rem 0rem 0 0.1rem;
    position: relative;
    z-index: 10;
}


.top_bg .search  .searchIco {
    display: block;
    margin: auto;
    width: 0.28rem;
    height: 0.28rem;
    overflow: hidden;
    cursor: pointer;
  }
.top_bg .search  .searchIco em {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.top_bg .search  .searchIco em.show {
    background: url(../images/search.png) center center no-repeat;
    background-size: 50%;
  }
.top_bg .search  .searchIco em.hide {
    background: url(../images/search.png) center center no-repeat;
    background-size: 50%;
  }
.top_bg .search  .searchIco.top em {
    top: -100%;
  }
.top_bg .search  .searchBox {
    width: 0;
    height: 0.3rem;
    position: absolute;
    right: 100%;
    background: #fff;
    top: 0px;
    right: 0.4rem;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.top_bg .search  .searchBox .searchInp {
    width: 250px;
    height: 0.3rem;
    border: none;
    line-height: 0.3rem;
    background: none;
    float: left;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
  }
.top_bg .search  .searchBox .searchInp::-webkit-input-placeholder {
    color: #adadad;
  }
.top_bg .search  .searchBox .searchInp:focus::-webkit-input-placeholder,
.top_bg .search  .searchBox .searchInp:active::-webkit-input-placeholder {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
.top_bg .search  .searchBox .submitBtn {
    position: absolute;
    right: 10px;
    top: 0px;
    background: url(../images/search.png) center center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    float: right;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
.top_bg .search  .searchBox.searchShow {
    width: 300px;
  }
.top_bg .search  .searchBox.searchShow .submitBtn {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
.top_bg .search  .searchBox.searchShow .submitBtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }




.top_bg .top_con .top_r .yuyan{
    float: right;
    line-height: 0.28rem;
} 

.top_bg .top_con .top_r .yuyan ul li{
    float: left;
    width: 1.04rem;
    height: 0.28rem;
    line-height: 0.25rem;
    border-radius: 45px;
    background: #054CAB;
    margin-left: 0.1rem;
}

.top_bg .top_con .top_r .yuyan ul li a{
    display: block;
    text-align: center;
}

.top_bg .top_con .top_r .yuyan ul li a img{
    display: inline-block;
    vertical-align: middle;
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0rem;
    position: relative;
    top: 0rem;
}

.top_bg .top_con .top_r .yuyan ul li:hover a img{
   
    animation: beat 0.5s 1;
}

.top_bg .top_con .top_r .yuyan ul li a i{
    display: inline-block;
    font-size: 0.12rem;
    color: #8DBEFF;
    text-transform: capitalize;
    font-family: "PingFang SC";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.top_bg .top_con .top_r .yuyan ul li:hover a i{
    color: #fff;
}



/*nav*/

.nav_bg{
    width: 100%;
    margin: 0rem 0rem 0 0;
    height: 0.64rem;
    position: relative;
    z-index: 9;
    right: -0.1rem;
}



.nav_bg .t_nav{
    margin: 0 auto;

}

.navShow .nav_bg .t_nav{
    opacity: 0;
}


.nav_bg .t_nav>ul>li{
    float: left;
    height: 0.64rem;
    text-align: center;
    position: relative;
    z-index: 5;
    width: 11.1%;
    box-sizing: content-box;
}



.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.64rem;
    color: #fff;
    font-family: "PingFang SC";
    -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: 0;
    bottom: 0px;
    width: 0;
    height: 4px;
    content: "";
    background: #DCC49D;
    -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::after{
    width: 100%;
    
}


.nav_bg .t_nav>ul>li.another>a>span::after{
    width: 100%;
}

.t_nav ul li .submenu {

    display: none;

    position: absolute;

    top: 0.64rem;

    left: 0px;

    background: #0956BD;

    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: #054CAB;
    color: #fff !important;
    text-decoration: none;

}



.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 0 8px 8px rgba(0, 0, 0, .09);
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, .09);

}




/* phone_header*/

.phone_header {
    width: 100%;
    margin: 0 auto;
    display: none;
    background: #0956BD;
    position: fixed;
    z-index: 20;
}

.headerTop {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 1rem;

}

.headerTop .headerTel {
    float: left;
    margin-top: 0.15rem;
    margin-left: 0.2rem;
}

.headerTop .headerTel a {
    display: block;
}

.headerTop .headerTel a img {
    width: auto;
    height: 0.7rem;
    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(9, 86, 189, 0.9);
    display: none;
    overflow-x: hidden;
}

.Nav .navBox .close {
    height: auto;
    width: 0.5rem;
    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";
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.51);
    padding-left: 0.15rem;
}

.Nav .search .searchInp::placeholder {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.51);
}

.Nav .search .submitBtn {
    float: right;
    background: url(../images/search.png) no-repeat center;
    width: 0.24rem;
    height: 0.24rem;
    background-size: 100%;
    margin: 0.2rem 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.3rem;
}

.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.4rem;
    width: 90%;
    margin: 0 auto;
}

.navBox ul li .navCenter p a {
    line-height: 0.5rem;
    display: block;
    text-align: left;
    font-size: 0.24rem;
    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: 1200px){

    .top_bg{
        display: none;
    }

    .nav_bg{
        display: none;
    }

    .big-nav{
        display: none;
    }

    .phone_header{
        display: block;
    }
}







/*footer*/

.footerbg{
    width: 100%;
    margin: -1.05rem auto 0 auto;
    background: url(../images/footerbg.png) no-repeat top center;
    height: 2.96rem;
    background-size: cover;
}

.footerbg .footer{
    padding-top: 0.92rem;
    margin: 0 auto;
}

.footerbg .footer .flogo{
    float: left;
    width: 30.3%;
    text-align: right;

}

.footerbg .footer .flogo img{
    display: block;
    width: 100%;
    height: auto;
}

.footerbg .footer .flogo i{
    display: block;
    margin-top: 0.12rem;
    font-size: 0.14rem;
    color: #fff;
    font-family: "PingFang SC";
}


.footerbg .footer .f_cont{
    float: left;
    margin: 0.6rem 2% 0 6%;
    width: 28%;
}

.footerbg .footer .f_cont ul li{
    font-size: 0.16rem;
    color: #fff;
    font-family: "PingFang SC";
    line-height: 0.34rem;
}

.footerbg .footer .links{
    float: left;
    margin-top: 0.65rem;
}

.footerbg .footer .links ul li{
    float: left;
    position: relative;
    width: 1.35rem;
    height: 0.35rem;
    line-height: 0.32rem;
    border: 2px solid #fff;
    border-radius: 45px;
    margin-right: 0.24rem;
    text-align: center;

}

.footerbg .footer .links ul li a{
    display: block;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    font-family: "PingFang SC";
}

.footerbg .footer .links ul li a img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.02rem;
    position: relative;
    top: -1px;
    width: 0.18rem;
    height: 0.18rem;
}

.footerbg .footer .links ul li span{
    display: block;
    font-size: 0.16rem;
    color: #fff;
    font-family: "PingFang SC";
}

.footerbg .footer .links ul li span img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.02rem;
    position: relative;
    top: -1px;
    width: 0.18rem;
    height: 0.18rem;
}

.footerbg .footer .links .linksbox{
    position: absolute;
    left: 0;
    bottom: 0.35rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    background:#fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.footerbg .footer .links .linksbox a{
    display: block;
    text-align: center;
    line-height: 0.35rem;
    border-bottom:1px solid #eee;
    font-size: 0.14rem;
    color: #333;
    font-family: "PingFang SC";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footerbg .footer .links ul li:hover .linksbox{
    height: auto;
    opacity: 1;
}

.footerbg .footer .links .linksbox a:hover{
    color: #0956BD;
}

.footerbg .footer .links ul li:hover  img {
    animation: beat 0.5s 1;
  }

.footerbg .footer .ewm{
    float: right;
    width: 0.96rem;
    margin-top: 0.5rem;
}

.footerbg .footer .ewm img{
    display: block;
    width: 0.96rem;
    height: 0.96rem;
}

.footerbg .footer .ewm i{
    display: block;
    text-align: center;
    font-size: 0.12rem;
    color: #fff;
    font-family: "PingFang SC";
    margin: 0.08rem auto 0 auto;
}

@media (max-width: 980px){

    .footerbg{
        width: 100%;
        margin: 0rem auto 0 auto;
        background: #0957bc;
        height: auto;
        background-size: 100%;
        position: relative;
        padding-bottom: 0.3rem;
    }


    .footerbg::after{
        position: absolute;
        content: "";
        background: url(../images/footerbg.png) no-repeat top center;
        left: 0;
        top: -0.5rem;
        background-size: 100%;
        width: 100%;
        height: 100%;
    }


    
    .footerbg .footer{
        padding-top: 0.2rem;
        margin: 0 auto;
        position: relative;
        z-index: 9;
    }
    
    .footerbg .footer .flogo{
        float: none;
        width: 50.3%;
        text-align: center;
        margin: 0 auto;
    
    }
    
    
    .footerbg .footer .flogo i{
        display: block;
        font-size: 0.24rem;
    }
    
    
    .footerbg .footer .f_cont{
        float: none;
        margin: 0.2rem auto 0 auto;
        width: 100%;
        text-align: center;
    }
    
    .footerbg .footer .f_cont ul li{
        font-size: 0.24rem;
    }
    
    .footerbg .footer .links{
        float: none;
        margin: 0.35rem auto 0 auto;
        text-align: center;
    }
    
    .footerbg .footer .links ul li{
        float: none;
        position: relative;
        width: 2.35rem;
        height: 0.6rem;
        line-height: 0.52rem;
        border: 2px solid #fff;
        border-radius: 45px;
        margin: 0 0.24rem;
        text-align: center;
        display: inline-flex;
    
    }
    
    .footerbg .footer .links ul li a{
        display: block;
        text-align: center;
        font-size: 0.24rem;
        width: 100%;
    }
    
    .footerbg .footer .links ul li a img{
        vertical-align: middle;
        display: inline-block;
        margin-right: 0.02rem;
        position: relative;
        top: -1px;
        width: 0.28rem;
        height: 0.28rem;
    }
    
    .footerbg .footer .links ul li span{
        display: block;
        font-size: 0.24rem;
        width: 100%;
    }
    
    .footerbg .footer .links ul li span img{
        vertical-align: middle;
        display: inline-block;
        margin-right: 0.02rem;
        position: relative;
        top: -1px;
        width: 0.28rem;
        height: 0.28rem;
    }
    
    .footerbg .footer .links .linksbox{
        position: absolute;
        left: 0;
        bottom: 0.35rem;
        width: 100%;
        height: auto;
        overflow: hidden;
        background: #fff;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        opacity: 0;
    }
    
    .footerbg .footer .links .linksbox a{
        display: block;
        text-align: center;
        line-height: 0.35rem;
        border-bottom:1px solid #eee;
        font-size: 0.14rem;
        color: #333;
        font-family: "PingFang SC";
    }
    
    .footerbg .footer .links:hover .linksbox{
        height: auto;
        opacity: 1;
    }



    
    .footerbg .footer .ewm{
        float: none;
        width: 1.5rem;
        margin: 0.3rem auto 0 auto;
    }
    
    .footerbg .footer .ewm img{
        display: block;
        width: 1.5rem;
        height: 1.5rem;
    }
    
    .footerbg .footer .ewm i{
        font-size: 0.24rem;
    }

}



@media (min-width: 1921px){
  
    .footerbg {
      margin: -1.35rem auto 0 auto;
    }
  }


.zhaopin{
    position: fixed;
    z-index: 99;
    right: 0px;
    bottom: 48%;
    width: 0.96rem;
    height: 1.16rem;
    background: url(../images/zhaopin.png) no-repeat top center;
    background-size: 100%;
}

.zhaopin i{
    display: block;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    font-family: "PingFang SC";
    padding-top: 0.8rem;
}


@media (max-width: 768px){
  
    .zhaopin{
        display: none;
    }
}



@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}
