
.w1400{ width:100%;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: 20px; left: 20px; z-index: 1;width: 292px; height: 46px;}
#logo img{width: 80%;}
#menus {
    position: fixed;    bottom: auto;    top: 10px; 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: 11%;
}

.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: 12px auto;
    text-align: center;
    padding: 10px 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%;
    padding-top:22%;
}

.text_box .yong {
    width: 50%;
    text-align: center;
    transition: background 1s;
    margin: 0 auto;padding: 27px 0;
}

.text_box .yong:hover {
    width: 50%;
    background: rgba(2, 9, 39, 0.7);
    text-align: center;
    transition: background 1s;
    margin: 0 auto;padding: 30px 0;
}

.text_box .yong h1 {  color: #fff; text-align: center;font-size: 34px;}

.text_box .yong p:before {
    content: "";
    position: relative;
    display: block;
    width: 40px;
    border-bottom: 2px solid #fff;
    margin: 0 auto 5px;
}

.text_box .yong p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 200px;
    text-transform: Uppercase;
    margin: 0 auto;
    line-height: 24px;

}

.text_box .yong a {
    color: #fff; text-decoration: none; display: inline-block;  text-align: center;  width: 80px;  font-size: 12px;  border: 1px solid #fff;  line-height: 28px;
    margin: 5px 0;
}

.text_box .current { background:rgba(2, 9, 39, 0.7);}

.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');background-size: cover;}
/*.about{padding-top: 12%;}*/
.about h2{ color: #ededed; text-align: center;font-size: 30px;margin-top: 0;}
.w_hline-001 {
    width: 50px;
    height: 1px;
    background: #ededed;
    margin: 0 auto;
}
.about_con{ }
.about_left{padding: 20px;  box-sizing: border-box;   text-align: center;}
.about_left img{ width: 100%;}
.about_right{ margin: 20px;   width: auto; overflow: hidden;   line-height: 25px;margin-top: -20px;}
.about_text{  overflow: hidden; text-overflow: ellipsis;height: 200px;}
.about_text p{ color: #ededed; text-indent: 2em;font-size: 16px;}
.about_btn{margin: 15px 0; text-align: center;    padding-bottom: 0;}
.about_btn a{ text-decoration: none;  color: #ededed; font-size: 14px; border:1px solid #ededed; padding: 10px;}


#section4{ background-image: url('../images/bgx_04.jpg');background-size: cover;}
.fw{}
.fw h2{ color: #ededed; text-align: center;font-size: 30px;}
.fw_con{ overflow: hidden;display: flex;    align-items: center; flex-wrap: wrap;justify-content: space-around;    flex-direction: column;}
.fw_item{  text-align: center;margin-top: 20px; width: 40%;padding: 30px}
.fw_item:nth-child(even){
    background:  #fff ;
}
.fw_item:nth-child(odd){
    background:  #012387 ;
}
.fw_item a{ display: inline-block;text-decoration: none;}
.fw_item a img{ transition: transform 1s ease; perspective: 1000px;}
.fw_item a img:hover{ transform: rotateY(360deg);}
.fw_item  h3  {margin: 5px 0;font-size: 20px;}
.fw_item:nth-child(even) h3{ color:#012387 ;}
.fw_item:nth-child(odd) h3{ color:#fff ;}
.fw_item p{display: none;}
.fw_item:nth-child(odd) p{ color:#fff ;}

#section5{ background-image: url('../images/bgx_052.jpg');background-size: cover;}
.news{margin-top: 2%;}
.news h2{ color: #ededed; text-align: center;font-size: 30px;}
.news_con{ margin-top: 20px;overflow: hidden;display: flex;  justify-content: space-around;margin-bottom: 0; flex-direction: column;align-items: center}
.news_item{ text-align: center;width: 49%; margin-bottom: 10px;}
.news_item a{ display: inline-block; text-decoration: none; color: #333;}
.news_item a img{ width: 100%;   }
.news_item p{ background: #fff;padding: 0; margin: 0;padding:8px;font-size: 16px;text-overflow: ellipsis; height: 40px; line-height:27px;overflow: hidden;}
.new_more{ display: none;}
.new_more p{ margin: 0;}
.new_more a{  text-decoration: none; color: #fff;font-size: 22px;}
.new_more a:hover{color: #f50b0b;}


#section6{ background-image: url('../images/bg_jobs.jpg');background-size: cover;}
.zx h2{ color: #ededed; text-align: center;font-size: 30px;}
.zx_con{ margin: 20px 0;overflow: hidden;display: flex;  justify-content: space-around;flex-wrap: wrap;
 margin-bottom: 0; flex-direction: column; align-items: center;}
.zx_item{width:63%;box-sizing: border-box; display: none; }
.zx_item img{width: 100%;}
.zx_item h3{font-size: 24px;}
.zx_item:nth-child(1) { display: block;}
.zx_item:nth-child(2) {display: block;color: #fff; text-align: center; line-height: 25px;}

#section7{ background-color: #152148;}
.lx h2{ color: #ededed; text-align: center;font-size: 30px;}
.lx_con{ overflow: hidden;display: flex;  justify-content: space-around;flex-wrap: wrap;margin-bottom: 0;flex-direction: column;
align-items: center;}
.lx_item{box-sizing: border-box; padding: 30px; width: 80%;border: 1px solid #fff;color: #fff;text-align: center;margin-bottom: 25px;}
.lx_item p{    margin: 5px; font-size: 14px;}
.lx_txt{text-align: center; color: #fff; padding:25px 45px;  line-height: 27px;}
.lx_item .iconfont{ font-size: 45px;}
.ewm{ margin-top: 0px;text-align: center;}
.ewm img{height: 120px;}
.ewm p{ color: #fff; text-align: center;    margin: 5px;font-size: 16px;}

.copy{
        position: fixed;
        top: auto;
        left: 50%;
        bottom: 20px;
        right: auto;
        transform: translate(-50%, 0px);
        width: 87%;
       line-height:20px;
        z-index: 104;
        content: "bc";text-align: center;
        font-size: 14px;
}

.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}*/