@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    height: 100%;
    font-size: 100%;
}

body {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #333333;
    position: relative;
    font-family: 'Barlow', sans-serif, '微软雅黑';
    color: #fff;
    background: #062247;
    background: -moz-linear-gradient(left, #062247 0%, #082d5f 30%, #082d5f 70%, #062247 100%);
    background: -webkit-linear-gradient(left, #062247 0%, #082d5f 30%, #082d5f 70%, #062247 100%);
    background: linear-gradient(to right, #062247 0%, #082d5f 30%, #082d5f 70%, #062247 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#062247', endColorstr='#062247', GradientType=1);
}

.layoutbg {
    /* background: url(../../img/banner.png) no-repeat;
    background-size: 100% auto; */
    position: relative;
}

.layoutbg_bottom {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.main {
    position: relative;
    z-index: 11;
    width: 100%;
    background: url(../../img/bg_main.png) repeat-y;
    background-size: contain;
}

.section {
    overflow: hidden;
    padding: 7.5rem 0;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

/*header*/

header {
    background-color: #000305;
    height: 100px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    z-index: 99;
    overflow: hidden;
    position: fixed;
}

header .container {
    max-width: 100%;
}

header .logo img {
    max-height: 70px;
}

header .header_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .header_menu a,
header a.language {
    color: #fff;
    font-size: 1.125rem;
    transition: color .5s;
    font-weight: bold;
}

header .header_menu a:hover,
header .header_menu a.active,
header a.language:hover {
    color: #f9cd27;
}

header .header_menu a:hover::after,
header .header_menu a.active::after,
header a.language:hover::after {
    width: 100%;
    height: 5px;
    background-color: #f9cd27;
    content: '';
    display: block;
}


/*banner*/
.banner {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 10;
}

.banner h3 {
    width: 100%;
    text-align: center;
    font-size: 4.5rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 10px #000;
    margin-top: 100px;
}

.banner a {
    width: 13.78rem;
    height: 3.75rem;
    background: #fad126;
    background: -moz-linear-gradient(top, #fad126 0%, #ff544f 100%);
    background: -webkit-linear-gradient(top, #fad126 0%, #ff544f 100%);
    background: linear-gradient(to bottom, #fad126 0%, #ff544f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad126', endColorstr='#ff544f', GradientType=0);
    line-height: 3.75rem;
    text-align: center;
    color: #fff;
    opacity: 1;
    transition: all .5s;
    font-size: 1.125rem;
    font-weight: 800;
}

.banner a:hover {
    opacity: .7;
}


.slide_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 9;
  }
  .slide_banner > div {
    width: 100vw;
    height: 100%;
    background-size: 100% auto;
    position: absolute;
    animation: slide 25s infinite;
    opacity: 0;
    background-repeat: no-repeat;
  }
  .slide_banner > div:nth-child(2) {
    animation-delay: 5s;
  }
  .slide_banner > div:nth-child(3) {
    animation-delay: 10s;
  }
  .slide_banner > div:nth-child(4) {
    animation-delay: 15s;
  }
  .slide_banner > div:nth-child(5) {
    animation-delay: 20s;
  }
  
  @keyframes slide {
    10% {
      opacity: 1;
    }
    20% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    40% {
      transform: scale(1.05);
    }
  }
/*modal*/


.modal-header {
    color: #ffffff;
    background: #626262;
    border-radius: 0;
}

.modal-header .close {
    font-size: 2rem;
    color: #fff;
}

.modal-header .close:hover {
    color: #fff;
}
.modal-content{
    border-radius: 0;
}
.modal-open .modal{
    padding-right: 0 !important;
}


/*carousel*/
.warning_box {
    background: -webkit-linear-gradient(to top, #e41a1a, #790000);
    background: -o-linear-gradient(to top, #e41a1a, #790000);
    background: -moz-linear-gradient(to top, #e41a1a, #790000);
    background: linear-gradient(to top, #e41a1a, #790000);
    color: #fff;
    /* text-align: center; */
    padding: 20px;
    font-size: 18px;
    line-height: 1.3em;
    width: 100%;
}

.warning_box h2 {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin: 0;
    margin-bottom: 15px;
    flex-wrap: wrap;
    padding: 20px 0;
}
.warning_box h3{text-align: center; font-size: 2.5rem; line-height: 2em; color: #fff; margin:0;}
.warning_box img {
    margin: 0 10px;
}

.warning_box ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.warning_box p {
    margin-bottom: 5px;
}

.carousel-item.imgbox img{
    width: 100%;
    height: auto;
}

.carousel-control-prev, .carousel-control-next {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    background: #000 !important;
    top: 100% !important;
    margin-top: -70px !important;
    height: 70px !important;
    width: 50px !important;
    border: 0 !important;
    outline: 0 !important;
}
.carousel-control-next{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
/*main*/
h1.title {
    color: #f9cf26;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 3.75rem;
}

h1.title span {
    color: #f9cf26;
    font-size: 1.875rem;
    letter-spacing: .5rem;
    font-weight: 300;
    margin-left: 15px;
    text-transform: uppercase;
}

/* services */
.services .tabpanel ul.nav {
    flex-direction: column;
    padding-top: 120px;
}

.services .tabpanel ul.nav li a {
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.2;
}
.services .tabpanel ul.nav li .nav-link{
    padding: 1rem 0;
}

.services .tabpanel ul.nav li .nav-link.active {
    background: none;
    border-radius: 0;
    color: #f9cf26;
}

.services .tabpanel ul.nav li .nav-link.active::after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #f9cf26;
    vertical-align: middle;
    margin-left: 10px;
}

.services .imgbox {
    margin-top: -7rem;
}

.services .mobile {
    display: none;
}

.services .tabpanel h4 {
    color: #f9cf26;
    font-weight: bold;
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
}


/*marketing start*/
.marketing {
    /* background: rgba(255,255,255,.7); */
    background-color: #fff;
}

/*marketing end*/

/*partner*/
.partner .filters ul {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
}

.partner .filters ul li {
    margin: 0 1rem 1rem 0;
}

.partner .filters ul li a {
    display: block;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 2rem;
    color: #808b9a;
    border: 1px solid #808b9a;
}

.partner .filters ul li.active a {
    color: #fff;
    font-weight: bold;
    background: #fad126;
    background: -moz-linear-gradient(top, #fad126 0%, #ff544f 100%);
    background: -webkit-linear-gradient(top, #fad126 0%, #ff544f 100%);
    background: linear-gradient(to bottom, #fad126 0%, #ff544f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad126', endColorstr='#ff544f', GradientType=0);
    border: none;
}

/*contact*/
.contact {
    background: url(../../img/bg_contact.png) no-repeat center center;
    background-size: contain;
}

.contact p {
    margin-bottom: 1.875rem;
}

.contact ul.information {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact ul.information li {
    margin-bottom: 1.875rem;
    display: flex;
    justify-content: flex-end;
}

.contact ul.information li::before {
    content: '';
    background: url(../../img/icon/icon_skype.png) no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.contact ul.information li p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 5px;
}

.contact ul.information li.skype p {
    color: #00aff0;
}

.contact ul.information li.email::before {
    background: url(../../img/icon/icon_mail.png) no-repeat;
}

.contact ul.information li.email p {
    color: #d14000;
}

.contact ul.information li.telegram::before {
    background: url(../../img/icon/icon_telegram.png) no-repeat;
}

.contact ul.information li.telegram p {
    color: #0084c6;
}

.contact form input,
.contact form select,
.contact form textarea {
    border: 1px solid #757575;
    background-color: #000;
    color: #757575;
}

.contact form input:focus,
.contact form select:focus,
.contact form textarea:focus {
    border: 1px solid #757575;
    background-color: #000;
    color: #757575;
}

.contact form textarea {
    border-radius: 10px;
}

.contact button {
    color: #fff;
    background: #fad126;
    background: -moz-linear-gradient(top, #fad126 0%, #ff544f 100%);
    background: -webkit-linear-gradient(top, #fad126 0%, #ff544f 100%);
    background: linear-gradient(to bottom, #fad126 0%, #ff544f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad126', endColorstr='#ff544f', GradientType=0);
    border: none;
    width: 100%;
}

.en .contact h1.title{
    margin-bottom: 2rem;
}
.en .contact ul.information li {
    margin-bottom: 1rem;
}
/*footer*/
.footer {
    color: #363636;
    border-top: 1px solid #1a1a1a;
    padding: 2.5rem 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .services .tabpanel ul.nav li .nav-link.active::after {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    /*main*/
    h1.title {
        margin-bottom: 2rem;
    }

    /*services*/
    .services .imgbox {
        margin-top: -5rem;
    }

    /*contact*/
    .contact ul.information li {
        margin-bottom: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .layoutbg {
        background: url(../../img/banner_mobile.png) no-repeat;
        background-size: 100% auto;
    }
    .slide_banner{
        display: none;
    }

    /*banner*/
    .banner {
        height: auto;
        padding: calc(3rem + 50px) 0 3rem 0;
    }

    .banner h3 {
        font-size: 2.5rem;
        padding: 0 1rem;
    }

    /*main*/
    h1.title {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    h1.title span {
        display: none;
    }

    .section {
        padding: 5rem 0;
    }

    /*services*/
    .services .tabpanel ul.nav {
        display: none;
    }

    .services .imgbox {
        margin: 0;
    }

    .services .mobile {
        display: block;
    }

    .services .pc {
        display: none;
    }

    .services .tab-content>.tab-pane {
        display: block;
        margin-bottom: 1.875rem;
    }

    /* .services .tab-content > .tab-pane .row{
        flex-direction: row-reverse;
    } */
    .services .tabpanel h4 {
        margin-bottom: .5rem;
    }

    .services .fade:not(.show) {
        opacity: 1;
    }
    /*partner*/
    .partner .filters ul li{
        width: 49%;
        margin: 0 1% .5rem 0;
    }
    .partner .filters ul li::nth-child(2n){
        margin: 0 0 .5rem 0;
    }

    /*contact*/
    .contact .text-right {
        text-align: left !important;
    }

    .contact p {
        margin-bottom: 1.125rem;
    }

    .contact ul.information li {
        margin-bottom: 1rem;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .contact ul.information li span {
        display: block;
    }
}

@media screen and (max-width: 768px) {

    /*menu*/
    header .row.align-items-center {
        flex-wrap: nowrap;
    }

    .header_menu {
        display: none;
    }

    /*banner*/
    .banner {
        padding: calc(3rem + 50px) 0 3rem 0;
    }

    .banner h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 576px) {

    /*main*/
    .section {
        padding: 3.5rem 0;
    }

    /*services*/
    .services .imgbox {
        max-width: 150px;
        margin: 0 auto 15px auto;
    }

    .tabpanel {
        text-align: center;
    }

    /*about*/
    .section.about {
        text-align: center;
    }

    .section.about .imgbox {
        margin-bottom: 15px;
    }

    /*partner*/
    /* .partner .filters ul li {
        width: 100%;
        margin: 0 0 .5rem 0;
    } */

    .partner .filters ul li a {
        height: 2rem;
        line-height: 2rem;
        padding: 0 1rem;
    }

    /*contact*/
    .section.contact .col-md-6.text-right {
        text-align: center !important;
    }
}

@media screen and (max-width: 441px) {
    /*modal*/
    .modal-body{
        padding: 0;
    }
    .modal-dialog #slider {
        width: 345px;
    }
    
    .modal-dialog #slider ul {
        width: 345px;
    }
    
    .modal-dialog  #slider ul li {
        width: 345px;
    }
    /*banner*/
    .banner h3 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 360px) {
    /*modal*/
    .modal-dialog #slider {
        width: 320px;
    }
    
    .modal-dialog #slider ul {
        width: 320px;
    }
    
    .modal-dialog  #slider ul li {
        width: 320px;
    }
}