@charset "utf-8";



.banner-box {
    background: #0061ae;
}

.banner-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 27px !important;
}

.banner-box .swiper-pagination-bullets {
    bottom: 50px !important;
}

.swiper-animation {
    /* opacity:0; */
    text-shadow: 3px 3px 3px #060606;
    /* -webkit-text-stroke: 1px #949494; */
}

.swiper-text-box .swiper-animation:nth-child(1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.swiper-text-box .swiper-animation:nth-child(2) {
    /* -webkit-animation-delay:400ms; */
    animation-delay: 400ms;
}

.swiper-text-box .swiper-animation:nth-child(3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.swiper-text-box .swiper-animation:nth-child(4) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.swiper-text-box .swiper-animation:nth-child(5) {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.banner-box .swiper-pagination-bullet-active {
    background: #1a96d5 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.center {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}
*/
/*!*滚动条两端的按钮*!*/
/*::-webkit-scrollbar-button {*/
/*}
*/
/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}
*/
/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}
*/
/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}
*/
/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}
*/
/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}
*/


.is_search_box_wrap {
    padding-top: 100px;
}

.width-auto {
    width: 100%;
    padding: 0px 200px;
    position: relative;
}


.m_show {
    display: none;
}

.header_language_wrap {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.banner-box {
    /* height: -webkit-calc(100vh);
    height: calc(100vh); */
}

.banner_img {
    height: 100%;
}

.banner-box .swiper-pagination-bullet-active {
    background: none !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-bullet-active:after {
    background: rgba(0, 0, 0, .1) !important;
    border: 1px solid #fff !important;
    width: 11px !important;
    height: 11px !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-container-horizontal>.banner-box .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px !important;
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: rgba(0, 0, 0, .1);
    opacity: 1 !important;
    position: relative;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet:first-child:before {
    display: none;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet:before {
    width: 50px;
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    right: 19px;
    top: 8px;
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet:after {
    border: 1px solid #fff !important;
    background: #fff;
    content: "";
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_title {
    font-size: 58px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
}

.banner_en {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    width: 130px;
    height: 2px;
    background: #fefeff;
    margin-left: 9px;
    box-shadow: 5px 5px 5px #060606;
}

.banner_text {
    font-size: 26px;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 400;
}

.banner_button {
    margin-top: 60px;
    font-size: 0;
    background: #ffffff;
}

.banner_button a {
    display: block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_button_text {
    position: relative;
    z-index: 1;
    color: #333333;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_button_text span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.banner_button_text span:nth-child(1) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.banner_button_text span:nth-child(2) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

.banner_button a:hover .banner_button_text span:nth-child(1) {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}

.banner_button a:hover .banner_button_text span:nth-child(2) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.banner_button a:hover .banner_icon span:after {
    -webkit-transform: translateX(-50%) translateX(0);
    transform: translateX(-50%) translateX(0);
    opacity: 1;
}

.banner_button a:hover .banner_icon span:before {
    -webkit-transform: translateX(-50%) translateX(8px);
    transform: translateX(-50%) translateX(8px);
    opacity: 0;
}

.banner_button_title {
    width: 170px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner_button_title:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_icon {
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #0061ae;
}

.banner_icon span {
    color: #ffffff;
    display: block;
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_icon span:after {
    content: "\e685";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-8px);
    transform: translateX(-50%) translateX(-8px);
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_icon span:before {
    content: "\e685";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}


.banner1 {
    height: 980px;
}

.banner1 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.banner1-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.basewidth {
    width: 100%;
    margin: 0 auto;
    clear: both;
    max-width: 90%;
    min-width: 1180px;
    box-sizing: border-box;
}

.banner1-btn div {
    position: absolute;
    width: 18px;
    height: 30px;
    background-size: cover;
    top: 0;
}

.banner1-btn .banner1-prev {
    background-image: url(../images/icon3.png);
    left: 10px;
}

.banner1-btn .banner1-next {
    background-image: url(../images/icon4.png);
    right: 10px;
}


.banner_index_wrap {
    position: relative;
}

.banner_index_img {
    padding-bottom: 35.41%;
}

.banner_index_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 97, 174, .4);
}

.banner_index_read {
    text-align: center;
    color: #ffffff;
}

.banner_index_title {
    font-size: 52px;
}

.banner_index_text {
    font-size: 40px;
    padding-top: 20px;
}

