


/* banner */
.swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #fff}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 48px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.swiper-pagination-bullet-active {
    background: #fff
}

/*    header   */

.head_y{ width:70%;display: flex; align-items: center;justify-content: space-between; }

.nav{  float:left}
.nav li {float: left;list-style: none;font-size: 16px;text-align: center;box-sizing: border-box; position: relative; }
.nav li a:hover:before {width: 100%;}
.nav li:hover:after,.nav li.cur:after{width:100%;}
.nav li a { padding-left:14px; padding-right:14px; z-index: 1; color: #fff;display: block;text-align: center;position: relative;height:80px;line-height: 80px;}
.nav  li a:hover{}
.nav li.hover a, .nav li:hover a { background:#e50011;}
.nav li .subnav {background: #fff;box-shadow: 0 5px 20px 8px rgba(0, 0, 0, 0.1);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%; width: 100%;z-index: 99; border-top:0px solid #3f7225; }
.nav li .subnav { width:180px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav li:hover .subnav {opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav li .subnav a {-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;display: block;font-size: 15px;font-weight: 500; margin-left:0px; margin-right:0px; height:40px;
line-height: 40px;padding: 0;transition: all 0.2s ease-in-out 0s;width: 100%;background: #e50011;color: #fff!important; border-bottom:rgba(255,255,255,0.1) solid 1px; text-align:left; padding-left:15px;}
.nav li .subnav a:hover {color: #fff; text-indent:5px;}
header.bg .nav li a{color: #555;}
header.bg .nav li.hover a, header.bg .nav li:hover a {color:#fff}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; background:rgba(0,0,0,0.3);
    transition: all .48s;
}

.headBox { width:1200px; margin:0 auto;
    display: flex; height:80px;
    align-items: center;
    justify-content: space-between; }



.headLogo a { display: block;}

.headLogo img {width: 100%;  display: block;}

.headLogo .headLogo_img2 { display: none}

.headNav li {position: relative;margin: 0 28px; display: inline-block;}

.headNav li::before {
    content: "";
    position: absolute;
    top: 30%;
    height: 40%;
    width: 1px;
    left: -34px;
    background: rgba(255, 255, 255, 0.18);}

.headNav li:first-child:before { content: none;}

.headNav a {
    font-weight: 300;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase; font-family:'PingFang'}


.headR>a {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    /*   background: #139ff3; */
    border-radius: 38px;
    letter-spacing: 0.5px;}

.headR path {fill: #fff;}

.headTel {
    padding: 12px 0;
    font-size: 17px;
    font-weight: 300;}

.headTel svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;}

.headLang {
    padding: 12px 10px;
    position: relative;
    margin-left: 24px;
    padding-right: 0;}

.headLang::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    background: #ccc;
    width: 1px;
    height: 14px;
    margin-top: -7px;}

.headLang svg {  width: 10px; height: 10px;}

header.bg {background:rgba(255,255,255,1);  box-shadow: 0 0 10px 1px #eee;}

header.bg .headLogo .headLogo_img1 { display: none}

header.bg .headLogo .headLogo_img2 {  display: block}

header.bg .headNav a { color: #fff;}
header .headNav a span{ display: block; text-align: center; width: 100%;}
header.bg .headNav a:hover { color: #158bda;}

header.bg .headNav li::before { background: rgba(0, 0, 0, 0.18);}

header.bg .headR>a {  color: #fff;}

header.bg .headR path {  fill: #fff;}


@media(min-width:1025px) {
    .indMore:hover span {
        color: #158bda;
    }

    .indMore:hover i {
        border-color: #158bda;
        /*margin-left: 21px;*/
    }
    /*.indMorea:hover span{*/
        /*padding-left: 35px;*/
     /*}*/

    .indMore:hover path {
        fill: #158bda !important;
    }
}

.pepMore {
    display: inline-block;
    border-radius: 38px;
    border: 1px solid #333;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    padding: 20px 28px;
    letter-spacing: 1px;
    margin-top: 35px;
    font-weight: 300;
    transition: all 0.48s;
}

.pepMore.white {
    border-color: #fff;
    color: #fff;
}

.pepMore.hover,
.pepMore:hover {
    border-color: #1b4588;
    background: #1b4588;
    color: #fff;

}

/*  */
.pepPage {
    margin-top: 68px;
    text-align: center;
}

.pepPage a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 38px;
    padding: 10px 28px;
    line-height: 1;
    margin: 0 5px;
    text-transform: uppercase;
}

.pepPage a:hover,
.pepPage a.on {
    border-color: #1b4588;
    color: #fff;
    background: #1b4588;

}




/* banner */
.banner {
    position: relative;
    width: 100%;
    height:75vh;
}

.banImg {
    position: relative;
    width: 100%;
    height:75vh;
}

.banImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c2e41;
    /* background: #3f428e; */
    opacity: 0.1;
}

.banImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.banTxt {
    position: absolute;
    top: 34%;
    left: 7%; width:70%;
}

.banTxt .pepMore {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.banTxt>span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-shadow: 0 1px 1px #333; font-family:Helvetica-Neue-2
}
@font-face {
	font-family:Helvetica-Neue-2;
	src: url('../fonts/Helvetica-Neue-2.ttf'); }




.banTxt>p {
color:#fff; font-family:Barlow-Regular; text-transform:uppercase; font-size:50px;
    text-shadow: 0 1px 1px #000;

}

.banner .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.swiper-slide-active .banTxt {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: fadeInRightBig 1.2s 1s 1;
    animation: fadeInRightBig 1.2s 1s 1;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.scroll {
    padding-bottom: 160px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    z-index: 100;
}

.scroll span.txt {
    display: block;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.01em;
    transform: rotate(90deg);
    margin-top: 1em;
    margin-left: 0.5em;
}

.scroll span.line {
    display: block;
    width: 1px;
    height: 140px;
    background-color: #729295;
    position: absolute;
    left: 50%;
    bottom: 0;
    overflow: hidden;
}

.scroll span.line::before {
    content: "";
    display: block;
    width: 1px;
    height: 120px;
    background-color: #fff;
    position: relative;
    animation-name: scrollLine;
    animation-duration: 3s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.ccc{ font-size:25px; margin-top:15px; color:#fff; font-weight:bold}

@keyframes scrollLine {
    0% {
        top: -100%;
    }

    50% {
        top: 0;
    }

    100% {
        top: 100%;
    }
}

@media screen and (max-width: 640px) {
.banner {
    position: relative;
    width: 100%;
    height:50vh;
}

.banImg {
    position: relative;
    width: 100%;
    height:50vh;
}
.ccc{ font-size:19px; margin-top:15px; color:#fff; font-weight:bold}
.banTxt>p {font-size:30px;}
.banTxt {
    position: absolute;
    top: 34%;
    left: 7%; width:70%;
}

.pepMore { font-size: 12px;padding: 10px 15px;}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:20px;}
.banTxt>span {font-size: 25px;}
}


