@media screen and (min-width: 800px) {
    html body{
        min-width: 1280px;
    }
}

.navbar{
    /* background-image: linear-gradient(90deg, #4949f4, #2b88f6); */
    border-bottom: none !important;
    height: 76px;
    width: 100%;
    color: white;
    /* min-width: 1280px; */
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 8%);
}

.navbar ul li a{
    color: white;
    height: 75px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}

@media screen and (min-width: 1366px) and (max-width: 1680px){
	/* .footerRight span {
        font-size: 1.6rem !important;
    } */
    /* .footer .container ul li a, 
    .footerRight p,
    .footer .comments,
    .comments a {
        font-size: 1.4rem !important;
    } */
}
@media screen and (max-width: 1366px){
	/* .footerRight span {
        font-size: 1.8rem !important;
    } */
    /* .footer .container ul li a, 
    .footerRight p,
    .footer .comments,
    .comments a {
        font-size: 1.6rem !important;
    } */
}

.navbar ul .active a{
    /* border-bottom: 2px #0052d9 solid !important;
    color: #0052d9; */
}

.xunheader .navbar-nav{
    margin-left: 0px;
    height: 75px;
    padding-top: 0px;
}

.xunheader .navbar-container .container{
    /* padding: 0px 105px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexslider{
    background: url(images/blue-loading.gif) 50% no-repeat !important;
}

.flex-control-nav li{
    width: 73px;
    height: 8px;
}

.flex-control-nav li a{
    width: 73px;
    height: 8px;
    background: #cde2ff;
}

.flex-control-nav li .flex-active{
    background: #2d87fe;
}

.navbar-search{
    right: 70px;
}

.carousel{
    /* width: 100%; */
    margin: auto;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.carousel .list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1100px;
    /* height: 485px; */
    height: 410px;
    position: relative;
}

.carousel .list >div{
    position: absolute;
}

.carousel .list >div{
    /* width: 300px;
    height: 300px; */
    width: 28%;
    /* width: 25%; */
    opacity: .7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    cursor: pointer;
}

.carousel .list >div img{
    width: 100%;
    height: 100%;
}

.carousel .list >div:nth-child(1){
    /* left: -300px;
    display: none; */
    left: -50%;
}

.carousel .list >div:nth-child(2){
    left: 0px;
}

.carousel .list >div:nth-child(3){
    /* left: 350px;
    width: 400px;
    height: 400px; */
    left: 32%;
    /* width: 40%; */
    width: 36%;
    opacity: 1;
    font-size: 36px;
}

.carousel .list >div span{
    color: #a0a0a0;
    position: relative;
    /* top: -30px; */
    white-space: nowrap;
    font-size: 14px;
}


.carousel .list >div:nth-child(4){
    /* left: 800px; */
    /* left: 75%; */
    left: 72%;
}

.carousel .list >div:nth-child(5){
    /* left: 1100px; */
    /* display: none; */
    left: 130%;
}

.carousel .list >div:nth-child(6){
    left: 170%;
}

.carousel .list >div:nth-child(7){
    left: 200%;
}

.carousel .action{
    flex-grow: 1;
    /* background: white; */
    z-index: 99;
    display: flex;
    align-items: center;
    font-size: 80px;
    color: #a9daff;
    padding: 15px;
    position: relative;
}

.carousel .action .masking-left{
    position: absolute;
    z-index: 999;
    right: -300px;
}

.carousel .action .masking-right{
    position: absolute;
    z-index: 999;
    left: -300px;
}

.carousel .action div{
    font-size: 80px;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .action div:hover{
    //background: #e4f1ff;
    font-size: 100px;
    cursor: pointer;
}

.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px 0px 0px;
    padding-bottom: 50px;
}

.pagination div{
    width: 16px;
    height: 16px;
    border: 1px solid #3994fd;
    border-radius: 50%;
    background: #e4f1ff;
    margin-right: 15px;
    cursor: pointer;
}

.pagination .active{
    background: #3994fd;
}

.product{
    width: 100%;
    /* background-image: linear-gradient(#03184F, #133692); */
    /* background-image: linear-gradient(to top, #1035D2, #3C66FB); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 0px;
    margin: 0px;
    border: none;
}

.product .head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.product .head .title{
    color: white;
    font-size: 42px;
    margin-bottom: 2px;
    /* //font-weight: bold; */
}

.product .head .bottom-line{
    height: 3.5px;
    background: white;
    width: 100%;
}

.product .content{
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.tab-product{
    /* background-image: linear-gradient(#03184F, #133692); */
    background-image: linear-gradient(to top, #1035D2, #3C66FB);
    padding: 70px 0px 0px 0px;
}

.tab-product .head .title{
    font-size: 42px;
}

.tab-product .head .bottom-line{
    width: 30%;
    background: #8fc3ff;
}

.tab-product .head .titleS{
    color: #8fc3ff;
    font-size: 16px;
    margin-top: 10px;
}

.tab-product .content{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: flex-start;
    margin-top: 8rem;
}

.tab-product .content .no-content{
    width: 10%;
    background-image: linear-gradient(90deg, #3d65fe, #2d7fff);
    height: 150px;
    box-shadow: 0px 0px 8px #3259f9;
}

.tab-product .content >div{
    width: 20%;
    height: 200px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.tab-product .content >div svg{
    opacity: 0;
}

.tab-product .content .tag{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    background-color: #3d65fe;
    //background-image: linear-gradient(90deg, #3d65fe, #2d7fff);
    height: 150px;
    box-shadow: 0px 0px 8px #3259f9;
    padding: 10px;
    top: 0px;
    transition: background-color 1s;
}

.tab-product .content .tag:hover{
    background-color: white;
}

.tab-product .content .tag span{
    z-index: 99;
    font-size: 16px;
}

.tab-product .content .tag img{
    position: absolute;
    right: 0px;
    bottom: 0px;
    border: none;
    padding: 0px;
    width: 130px;
    height: 120px;
    opacity: .5;
    margin-right: 0px;
}

.tab-product .content .active{
    width: 22%;
}

.tab-product .content .active span{
    font-size: 24px;
}

.tab-product .content .active >div{
    background: white;
    color: #5e7ce9;
    width: 100%;
    height: 165px;
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
    top: -20px;
}

.tab-product .content .active >div img{
    height: 140px;
    width: 150px;
    //opacity: 1;
}

.tab-product .content .active svg{
    opacity: 1;
}

.information{
    width: 100%;
    background: white;
    padding: 3% 10% 0% 10%;
}

.information .row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-right: 0px;
    margin-left: 0px;
}

.information .row .info{
    margin-right: 6%;
    width: 47%;
    display: flex;
    align-items: center;
    opacity: 0.4;
}
.information .row #info1 {
    opacity: 1;
}

.information .row .info img{
    border: none;
    width: 96px;
    margin-right: 50px;
}

.information .row .info .right .title{
    font-size: 28px;
    //font-weight: bold;
    margin-bottom: 10px;
    color: #424242;
    //height: 85px;
}

.information .row .info .right .mini-content{
    line-height: 1.8;
    font-size: 20px;
}

.contact{
    width: 100%;
}

.footer{
    margin-top: 0px;
}

.footer .container{
    display: flex;
    justify-content: space-between;
    padding: 0% 5%;
    margin: 0px;
    width: 100%;
}

.container:before{
    content: unset;
}

.container:after{
    content: unset;
}

.footer .container >div .title{
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer .container ul li a{
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
}

.footer .container >div img{
    position: relative;
    top: -15px
}

.footer .container >div h4{
    font-size: 18px;
}

.footer .container >div .institution{
    display: flex;
    align-items: center;
    position: relative;
    left: -6px;
}

.footer .container >div .institution a{
    margin-right: 10px;
}

.footer .container .cities{
    font-size: 16px;
}

.footer .container >div h4{
    margin-top: 25px;
    margin-bottom: 13px;
}

.icon_search{
    background: url("../skin/images/icon_search_logo.png");
}

.iconwx{
    display: block;
    margin: 30px 0px 0px 0px;
    float: left;
    padding: 8px;
    border: 1px solid rgba(151,151,151,0.18);
    border-radius: 50%;
}

.iconwx img{
    width: 38px;
    margin: 3px;
    position: static !important;
}

.iconwx i{
    transform: scale(1.2);
}

.footer .comments{
    border-top: 1px solid rgba(255,255,255,0.15);
    height: 60px;
    margin: 30px 10% 0px 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #888888;
}

.footer .comments span a{
    font-size: 12px;
}

.footer .container ul li a:hover{
    /* color: white; */
    color: #2E77DE;
}

.statistics{
    margin-left: 10px;
}

@media screen and (min-width: 1500px)  {
    /*.information{
        padding: 3% 15% 0% 15%;
    }*/
}

@media screen and (min-width: 1280px){
    .information{
        padding: 3% 0% 0% 0%;
    }

    .navbar .navbar-nav{
        /* margin-left: 150px; */
    }

    .navbar .container .navbar-brand{
        margin-left: 0px;
    }

    .navbar .container .navbar-search{
        right: 0px;
    }

    .snc-header .container{
        /* width: 1280px; */
        padding: 0px !important;
    }

    .carousel .action >div{
        /* width: 152px; */
    }

    .tab-product .content{
        width: 100%;
    }

    .tab-product .content .active{
        width: 30%;
    }

    .footer .container{
        /* width: 1280px !important; */
        margin: 0 auto;
        /* padding: 0px; */
    }

    .footer .comments{
        /* width: 1280px; */
        margin: 0 auto;
        margin-top: 30px;
    }
}