
.w1400{ width:1400px;margin: 0 auto;}
.hide { display:none;}
.fl { float:left;}
.fr { float:right;}
.clearfix:after { content:" "; display:block; clear:both; height:0; }
.clearfix { zoom:1; }
.clear{clear:both;}
.mt10{ margin-top:10px}
.mt20{ margin-top:20px}
.mt15{ margin-top:15px}
.mt70{ margin-top:70px}
.mt40{ margin-top:40px !important}
.line{    background-color: #f1f1f1!important;
    height: 1px;
    margin-top: 20px;
}
.over{ overflow: hidden;}


#logo { position: absolute; top: 35px; left: 20px; z-index: 1;width: 292px; height: 46px;}
#menus {
    position: fixed;    bottom: auto;    top: 20px; left: auto;  right: 0px; transform: none; width: 76px; height: 66px; z-index: 103; content: "rt";
}
.nav {
    position: relative;
    width: auto;
    display: inline-block;
    border: none;
}

.btn-nav {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 70px;
    border: 0 solid #b19963 !important;
    background: transparent;
    border: none;
    padding: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
}

.btn-nav:focus {
    outline: 0;
}

.icon-bar {
    display: block;
    margin: 6px 0;
    width: 40px;
    height: 5px;
    background-color: #f50b0b;
}

.btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #FCA311;
}



.nav-list {
    list-style: none;
    padding: 0;
    position: relative;
    top: 20%;
}

.item-anchor:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: transparent;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.item-anchor {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 10px;
}

.item-anchor:hover, .item-anchor:focus {
    color: #ff0000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.item-anchor:hover:after, .item-anchor:focus:after {
    width: 100%;
    background: #ff0000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.nav-item {
    margin: 20px auto;
    text-align: center;
    padding: 5px 20px;
}

.nav {
    width: 100%;
    height: 100%;
}


.icon-bar {
    height: 2px !important;
}

.btn-nav:hover .icon-bar {
    background: #ccc !important;
}

.animated {
    background: none !important;
}

.animated .icon-bar {
    background: #ff0000 !important;
}

.btn-nav::after {
    content: "MENU";
    color: #fff;
    font-size: 12px;
}
.middle {
    width: 30px !important;
    margin: 7px 0 7px 10px !important ;
}

.bottom {
    width: 30px !important;
    margin: 7px 0 7px 10px !important ;
}

.animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
}

.animated .middle {
    width: 0 !important;
    margin: 7px 0 !important ;
}


.animated .bottom {
    width: 40px !important;
    margin: 7px 0 !important ;
}
.animated .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
}


.nav-content {
    position: fixed;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #01299e;
    background-color: rgba(1,41,158,1);
    display: block;
    height: 100%;
    z-index: 9;
}

@keyframes showNav {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@-webkit-keyframes showNav {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@-moz-keyframes showNav {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

@-o-keyframes showNav {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.showNav {
    -webkit-animation: showNav 1s ease forwards;
    -moz-animation: showNav 1s ease forwards;
    -o-animation: showNav 1s ease forwards;
    animation: showNav 1s ease forwards;
}

@keyframes hideNav {
    from {
        top: 0;
    }

    to {
        top: -100%;
    }
}

@-webkit-keyframes hideNav {
    from {
        top: 0;
    }

    to {
        top: -100%;
    }
}

@-moz-keyframes hideNav {
    from {
        top: 0;
    }

    to {
        top: -100%;
    }
}

@-o-keyframes hideNav {
    from {
        top: 0;
    }

    to {
        top: -100%;
    }
}

.hideNav {
    -webkit-animation: hideNav 1s ease forwards;
    -moz-animation: hideNav 1s ease forwards;
    -o-animation: hideNav 1s ease forwards;
    animation: hideNav 1s ease forwards;
}

.hidden {
    display: none;
}

/* [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{background: white;}
.banner .swiper-slide img{ width: 100%; height: 100vh;}

.swiper{
    --swiper-theme-color: #fff;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 60px;
}

.cp_box {
    position: relative;
    width: 100%;
    height: 100vh;
}

.img_box {
    width: inherit;
}

.img_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.text_box {
    width: 100%;
    position: absolute;
    z-index: 10;
    height: 100%;
}

.text_box .yong {
    width: 25%;
    height: 100%;
    text-align: center;
    float: left;
    transition: background 1s;
}

.text_box .yong:hover {
    width: 25%;
    background: rgba(2, 9, 39, 0.7);
    height: 100%;
    text-align: center;
    float: left;
    transition: background 1s;
}

.text_box .yong h1 {
    color: #fff;
    text-align: center;
    text-transform: Uppercase;
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 60px !important;
    padding-top: 33vh;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal
}

.text_box .yong p:before {
    content: "";
    position: relative;
    display: block;
    width: 40px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 20px;
}

.text_box .yong p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 200px;
    text-transform: Uppercase;
    margin: 0 auto;
    line-height: 24px;
    height: 48px;
}

.text_box .yong a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 100px;
    font-size: 12px;
    border: 1px solid #fff;
    line-height: 28px;
    margin-top: 60px;
}

.text_box .current {
    background: rgba(174, 29, 33, 0);
}

.text_box .yong a span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    transition: all 0.7s cubic-bezier(0.785,0.135,0.150,0.860) 200ms;
    position: relative;
}

.text_box .yong a span:after {
    content: "";
    position: absolute;
    height: 30px;
    top: 0px;
    left: 0px;
    right: 0;
    color: transparent;
    transition: all 0.7s cubic-bezier(0.785,0.135,0.150,0.860) 200ms;
    width: 0px;
    opacity: 0;
    background: #fff;
}

.text_box .yong a:hover {
    border: 1px solid #fff;
}

.text_box .yong a:hover span {
    color: #333;
    transform: translate(0,0%);
}

.text_box .yong a:hover span:after {
    background-color: #fff;
    color: #ae1e22;
    left: 0px;
    opacity: 1;
    z-index: -999;
    width: 100px;
}



#section3{ background-image: url('../images/bg01.jpg');}
.about h2{ color: #ededed; text-align: center;font-size: 30px;}
.w_hline-001 {
    width: 50px;
    height: 1px;
    background: #ededed;
    margin: 0 auto;
}
.about_con{ margin: 50px 0;}
.about_left{float: left;margin: 20px;  text-align: center;}
.about_right{ margin: 20px;   width: auto; overflow: hidden;   line-height: 25px;padding-top: 20px}
.about_text p{ color: #ededed; text-indent: 2em;}
.about_btn{margin: 40px 0; text-align: center;}
.about_btn a{ text-decoration: none;  color: #ededed; font-size: 16px; border:1px solid #ededed; padding: 10px;}


#section4{ background-image: url('../images/bgx_04.jpg');}
.fw h2{ color: #ededed; text-align: center;font-size: 30px;}
.fw_con{ margin: 70px 0;overflow: hidden;display: flex;  justify-content: space-around;}
.fw_item{ width: 280px; height: 420px; float: left; position: relative;}
.fw_item:nth-child(even){
    background: url(../images/04_q02_.png) #fff no-repeat center top;
}
.fw_item:nth-child(odd){
    background: url(../images/04_q01_.png) #012387 no-repeat center top;
}
.fw_item a{ display: inline-block; color: #000; line-height: 25px;}
.fw_item a img{ position: absolute;top: 106px; left: 105px; z-index: 1; width: 70px;height: 70px;transition: transform 1s ease; perspective: 1000px; }
.fw_item a img:hover{ transform: rotateY(360deg);}
.fw_item  h3  {text-align: center;  position: absolute;   top: 280px;   left: 87px;    z-index: 2; width: 106px;  height: 28px;color: #012387;font-weight: bold;font-size: 20px;}
.fw_item:nth-child(even) h3{ color:#012387 ;}
.fw_item:nth-child(odd) h3{ color:#fff ;}
.fw_item p{ position: absolute;  top: 332px;  left: 33px;  z-index: 3;  width: 231px; height: 59px;font-size: 14px;}
.fw_item:nth-child(odd) p{ color:#fff ;}

#section5{ background-image: url('../images/bgx_052.jpg');}
.news h2{ color: #ededed; text-align: center;font-size: 30px;}
.news_con{ margin: 70px 0;overflow: hidden;display: flex;  justify-content: space-around;margin-bottom: 0}
.news_item{ width: 420px; height: 350px; float: left; position: relative;text-align: center;}
.news_item a{ display: inline-block; text-decoration: none; color: #333;}
.news_item a img{ width: 100%; height: 300px;}
.news_item p{ background: #fff;padding: 0; margin: 0;padding: 10px}
.new_more a{  text-decoration: none; color: #fff;}
.new_more a:hover{color: #f50b0b;}


#section6{ background-image: url('../images/bg_jobs.jpg');}
.zx h2{ color: #ededed; text-align: center;font-size: 30px;}
.zx_con{ margin: 70px 0;overflow: hidden;display: flex;  justify-content: space-around;flex-wrap: wrap;margin-bottom: 0}
.zx_item{box-sizing: border-box;padding: 10px; width: calc((100% / 3) - 10px);}
.zx_item img{width: 100%;}
.zx_item h3{font-size: 22px;}
.zx_item:nth-child(2) { background: #012387; color: #fff;    padding-left: 32px;line-height: 28px;}
.zx_item:nth-child(4) {background-color: rgba(233, 233, 233, 1);padding-left: 32px;line-height: 28px;}
.zx_item:nth-child(6) {background-color: rgba(233, 233, 233, 1);padding-left: 32px;line-height: 28px;}

#section7{ background-color: #152148;}
.lx h2{ color: #ededed; text-align: center;font-size: 30px;}
.lx_con{ margin: 20px 0;overflow: hidden;display: flex;  justify-content: space-around;flex-wrap: wrap;margin-bottom: 0}
.lx_item{box-sizing: border-box; padding: 56px 10px; width: calc((100% / 3) - 10px);border: 1px solid #fff;color: #fff;text-align: center}
.lx_txt{text-align: center; color: #fff; padding: 21px;}
.lx_item .iconfont{ font-size: 70px;}
.ewm{ margin-top: 20px;}
.ewm img{width: 100%;height: 150px;}
.ewm p{ color: #fff; text-align: center;}

.copy{
        position: fixed;
        top: auto;
        left: 50%;
        bottom: 50px;
        right: auto;
        transform: translate(-50%, 0px);
        width: 777px;
        line-height:23px;
        z-index: 104;
        content: "bc";text-align: center;
}
.copy a{ text-decoration:none; color:#fff;}

.m-lang{border-top: 1px solid #fff;padding: 26px 0;}
.m-lang a{margin: 0 10px;}
.m-lang a img{ width: 35px;}
.m-lang p{ color: #fff;}
/*
#section2{ display:none}
#section4{ display:none}*/