@charset "UTF-8";
/********/

.index-banner {
    
    position: relative;
}

.index-banner .animated{
	animation-duration: 2s;
}
.index-banner .fadeOut.animated{
    animation-duration: 1.3s;
}
.index-banner .dark-banner {
    width: 100%;
   
    position: relative;

}
.index-banner .dark-banner .swiper-slide {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    /*position: relative;*/
    z-index: 50;
    background: #000;
    list-style: none;
}
.index-banner .dark-banner .swiper-slide .imgs-box{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.index-banner .dark-banner .swiper-slide .imgs-box.imgs-box1{
    z-index: 100;
    -webkit-transition: all 1.5s 2s ease;
    -o-transition: all 1.5s 2s ease;
    -ms-transition:  all 1.5s 2s ease;
    -moz-transition:  all 1.5s 2s ease;
    transition:  all 1.5s 2s ease;
}
.index-banner .dark-banner .swiper-slide .imgs-box.imgs-box1.on{
    opacity: 0;
    z-index: -1;
}
.index-banner .dark-banner .swiper-slide .imgs-box .imgs-main{
    background: #216ad0;
    position: relative;
    height: 100%;
}
.index-banner .dark-banner .swiper-slide .imgs-box .doc-box{
    position: absolute;
    width: 100%;
    top: 60%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    text-align: center;
    color: #fff;
}
.index-banner .dark-banner .swiper-slide .imgs-box .doc-box .pic{
    padding-bottom: 1em;
}
.index-banner .dark-banner .swiper-slide .imgs-box .doc-box .pic img{
    
}
.index-banner .dark-banner .swiper-slide .imgs-box .doc-box .txt{
    font-size: 2.4em;
}

.index-banner .dark-banner .swiper-slide .imgs-box .ye{
    position: absolute;
    right: 10%;
    bottom: 0;
    opacity: 0.2;
    width: 20%;
}
.index-banner .dark-banner .swiper-slide .imgs-box .icons{
    margin-top: 1em;
}
.index-banner .dark-banner .swiper-slide .imgs-box .icons img{
    width: 3.2em;
    margin: 0 5px;
}
.index-banner  .video-back {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 20;
    -webkit-transition: all 2s 3.3s ease;
    -o-transition: all 2s 3.3s ease;
    -ms-transition: all 2s 3.3s ease;
    -moz-transition: all 2s 3.3s ease;
    transition: all 2s 3.3s ease;
    opacity: 0;
}
.index-banner  .video-back.on{
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}   
.index-banner  .swiper-slide-active .video-back{
    opacity: 1;
}

.index-banner  .video-back video{
    min-width: 100%;
    min-height: 100%;
}

.index-banner .dark-banner .swiper-container {
    width: 100%;
    height: auto;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
}
.index-banner .swiper-button-prev {
    left: 0;
    display: none;
}
.index-banner .swiper-button-next {
    right: 0;
    display: none;
}
.index-banner .swiper-button-prev span,
.index-banner .swiper-button-next span {
    display: block;
    width: 22px;
    height: 70px;
    position: absolute;
    left: 38px;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    background: url(/Img/images/banner-left.png) no-repeat center center;
}
.index-banner .swiper-button-prev span:hover,
.index-banner .swiper-button-next span:hover {
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
    filter: alpha(opacity=(70));
}
.index-banner .swiper-button-next span {
   background: url(/Img/images/banner-right.png) no-repeat center center;
    left: auto;
    right: 38px;
}
.index-banner .swiper-button-next span:hover {
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
    filter: alpha(opacity=(70));
}

.index-banner .dark-banner .autoplay .current i {
    transition: transform 4s linear;
    transform: scaleX(1);
}
.index-banner .dark-banner .autoplay .replace span {
    /*background: gray;*/
}
@-webkit-keyframes bounce-down1 {
 0 {-webkit-transform: translateY(50px); opacity: 0;}
 50% {-webkit-transform: translateY(0); opacity: 1;}
 100% {-webkit-transform: translateY(0); opacity: 0;}
}

@keyframes bounce-down1 {
 0 {-webkit-transform: translateY(50px); opacity: 0;}
 40% {-webkit-transform: translateY(0); opacity: 1;}
 100% {-webkit-transform: translateY(0); opacity: 0;}
}
.index-banner .left-box{
	position: absolute;
	left:0;
	top: 35%;
    top: 30.222%;
	width: 100%;
    color: #fff;
    z-index: 30;
}
.index-banner .left-box.index-ban-doc1{
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
}
.index-banner .swiper-slide-active .left-box.index-ban-doc1{
    -webkit-animation: bounce-down1 2s 2s ease forwards;
    animation: bounce-down1 2s 2s ease forwards;
}
.index-banner .swiper-slide-active .left-box.index-ban-doc1.on{
    -webkit-animation: bounce-down1 2s ease forwards;
    animation: bounce-down1 2s ease forwards;
}

.index-banner .left-box .icons{
    padding-bottom: 1em;
}
.index-banner .left-box .icons img{
    width: 3.2em;
    margin-right: 10px;
}
.index-banner .left-box .name{
	line-height: 1.25em;
	font-size: 3.6em;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transition-delay: 0.1s;
    position: relative;
    text-shadow: -7px 7px 5px rgba(0,0,0,0.3);
}
.index-banner .left-box .name1{
    font-size: 3em;
}
.index-banner .left-box .name span{
	margin: 0 0.5em;
}

.index-banner .video-btn{
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    left: 50%;
    margin-left: -0.2rem;
    top: 100%;
    margin-top: 0.2rem;
    background: url(/Img/images/play-btn.png) no-repeat center center;
    background-size: 100%;
}
.ph-video{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    z-index: -1;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .index-banner .swiper-button-prev span {
        width: 0.688em;
        height: 2.188em;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        left: 30%;
        top: 60%;
    }
    .index-banner .swiper-button-next span {
        width: 0.688em;
        height: 2.188em;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        right: 30%;
        top: 60%;
    }
   
}
.index-ban-doc {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .index-ban-doc {
        opacity: 0;
        top: 40%;
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        transform: translateY(40%);
        color: #fff;
    }
    .index-banner .left-box{
		top: 32%;
	}
	.index-banner .left-box .name{
		font-size: 0.47rem;
		letter-spacing: 2px;
		font-weight: normal;
	}
	.index-banner .left-box .name span{
		display: block;
		text-align: center;
        font-size: 0;
	}
    .index-banner .left-box .name1{
        font-size: 0.28rem;
    }
}
.lazy-load-box {
  height: calc(100vh - 80px);
  left: 0;
  top: 0;
  width: 100%;
  background-color: #216ad0;
  position: absolute;
  z-index: 8;
}
.lazy-load-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -128px;
  margin-left: -128px;
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  transform: scale(0.25);
  z-index: 8;
}
.ie9 .lazy-load-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width:50px;
  height:50px;
  z-index: 8;
}

.ph-index-banner {
    height: 90vh;
}
.dark-banner-ph .swiper-container {
   height: 90vh;
}
@media screen and (max-width: 991px){
    .index-banner{
        height: auto !important;
    }
    .lazy-load-box{
        height: 100% !important;
    }
    .ph-index-banner,
    .dark-banner-ph .swiper-container{
        height: calc(100vh - 0.6rem);
    }
}
.dark-banner-ph .swiper-slide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eee;
}

@media screen and (max-width:768px){
    .lazy-load-box{
        height: 90vh;
    }
}

.advertise{
    position: relative;
    z-index: 10;
    padding: 2.3em 0 4.25em;
}
.advertise:before{
    content: "";
    position: absolute;
    right: 12.76%;
    top: -86px;
    width: 120px;
    height: 114px;
    background: url(/Img/images/index_icon_bg1.png) no-repeat center;
    background-size: 120px 114px;
    z-index: 10;
}
@media screen and (max-width: 991px){
    .advertise:before{
        display: none;
    }
}
.advertise .advbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 15em;
    background: url(/Img/images/index_adv_bg.jpg) no-repeat center;
    background-size: cover;
}
.advertise .title{
    text-align: center;
    font-size: 1.8em;
    line-height: 1.278;
    color: #fff;
}
.advertise .pc-list{
    margin-top: 2.25em;
    overflow: hidden;
}
.advertise .pc-list .item:first-child{
    width: 50%;
}
.advertise .pc-list .item.onn{
    width: 25% !important;
}
.advertise .pc-list .item.on{
    width: 50% !important;
}
.advertise .pc-list .item{
    float: left;
    width: 25%;
    transition: all 0.5s ease;
}
.advertise .pc-list .item a{
    display: block;
    overflow: hidden;
    position: relative;
}
.advertise .pc-list .item .imgs{
    height: 12.5em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .5s;
}
.advertise .pc-list .item a:hover .imgs{
    transform: scale(1.05);
}
.advertise .pc-list .tit{
    position: absolute;
    left: 1.5em;
    top: 1.4em;
}
.advertise .pc-list .tit .cn{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
}
.advertise .pc-list .tit .en{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: .8;
    margin-top: 5px;
}
.advertise .pc-list .det{
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    left: 1.5em;
    bottom: 1.25em;
    width: calc(100% - 3em);
}
@media screen and (max-width: 767px){
    .advertise{
        padding: 0.25rem 0 0.55rem;
    }
    .advertise .advbg{
        height: 1.8rem;
    }
    .advertise .title{
        font-size: 0.22rem;
        line-height: 0.32rem;
    }
    .advertise .ph-list{
        margin-top: 0.25rem;
        overflow: hidden;
    }
    .advertise .ph-list .swiper-slide a{
        display: block;
        position: relative;
    }
    .advertise .ph-list .imgs{
        height: 1.5rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .advertise .ph-list .tit{
        position: absolute;
        left: 0.18rem;
        top: 0.12rem;
    }
    .advertise .ph-list .tit .cn{
        font-size: 0.2rem;
        line-height: 0.3rem;
        color: #fff;
        font-weight: bold;
    }
    .advertise .ph-list .tit .en{
        font-family: Arial;
        font-size: 10px;
        line-height: 16px;
        color: #fff;
        opacity: .8;
    }
    .advertise .ph-list .det{
        font-size: 0.18rem;
        line-height: 0.26rem;
        max-height: 0.9rem;
        overflow: hidden;
        color: #fff;
        position: absolute;
        left: 0.18rem;
        bottom: 0.12em;
        width: calc(100% - 0.36rem);
    }
    
}

/*新闻中心*/
.newsbox{
    padding-bottom: 8.25em;
    position: relative;
    z-index: 15;
}
.newsbox:before{
    content: "";
    position: absolute;
    right: 0;
    top: -1.5em;
    width: 209px;
    height: 224px;
    background: url(/Img/images/index_icon_bg2.png) no-repeat center;
    background-size: 209px 224px;
}
@media screen and (max-width: 991px){
    .newsbox:before{
        display: none;
    }
}
.newsbox .index-tit{
    text-align: center;
}
.newsbox .index-tit .cn{
    font-size: 3em;
    line-height: 1.167;
    color: #222222;
}
.newsbox .index-tit .en{
    font-size: 1.4em;
    line-height: 1;
    color: #999;
    font-family: Arial;
    margin-top: 8px;
    letter-spacing: 3px;
}
.newsbox .list{
    margin-top: 36px;
    overflow: hidden;
}
.newsbox .list .item{
    float: left;
    width: 30%;
    margin-right: 5%;
}
.newsbox .list .item:nth-child(3n){
    margin-right: 0;
}
.newsbox .list .item .imgbox{
    overflow: hidden;
}
.newsbox .list .item .imgbox a{
    display: block;
    height: 12em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;
    transition: opacity .4s ease-in,transform .6s linear;
}
.newsbox .list .item:hover .imgbox a{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.newsbox .list .item .tit{
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
    height: 70px;
    font-weight: bold;
    border-bottom: 1px solid #646464;
}
.newsbox .list .item .tit a{
    display: block;
    max-height: 60px;
    color: #646464;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsbox .list .item .tit a:hover{
    color: #0b3775;
}
.newsbox .list .item .det{
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsbox .list .item .more{
    margin-top: 2.75em;
}
.newsbox .list .item .more a{
    display: block;
    height: 30px;
    width: 35px;
    background: url(/Img/images/index_news_arr.png) no-repeat left top;
    background-size: 18px 30px;
}
.newsbox .list .item:hover .more a{
    background: url(/Img/images/index_news_arron.png) no-repeat left top;
    background-size: 35px 30px;
}

@media screen and (max-width: 767px){
    .newsbox{
        padding-bottom: 0.9rem;
    }
    .newsbox .index-tit .cn{
        font-size: 0.36rem;
        line-height: 0.46rem;
    }
    .newsbox .index-tit .en{
        font-size: 0.16rem;
        line-height: 0.2rem;
    }
    .newsbox .list{
        margin-top: 0.32rem;
        padding-bottom: 0.28rem;
    }
    .newsbox .list .item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.28rem;
    }
    .newsbox .list .item:first-child{
        display: block;
    }
    .newsbox .list .item .imgbox a{
        height: 2.4rem;
    }
    .newsbox .list .item .tit{
        margin-top: 0.3rem;
        font-size: 0.2rem;
        line-height: 0.3rem;
        height: auto;
        padding-bottom: 0.12rem;
    }
    .newsbox .list .item .tit a{
        height: auto;
        max-height: 0.6rem;
    }
    .newsbox .list .item .det{
        font-size: 0.17rem;
        line-height: 0.28rem;
        height: 0.56rem;
        margin-top: 0.12rem;
    }
    .newsbox .list .item .more{
        display: none;
    }
    .btnall{
        display: block;
        width: 0.16rem;
        line-height: 0.38rem;
        color: #999999;
        width: 1.36rem;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #eeeeee;
    }
}

.numbox{
    background: url(/Img/images/index_num_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 20;
}
.numbox:before{
    content: "";
    position: absolute;
    left: 8.17%;
    top: -64px;
    width: 102px;
    height: 97px;
    background: url(/Img/images/index_icon_bg3.png) no-repeat center;
    background-size: 102px 97px;
}
@media screen and (max-width: 991px){
    .numbox:before{
        left: 3.5em;
        top: -39px;
        width: 60px;
        height: 59px;
        background-size: contain;
    }
}
.numbox .list{
    text-align: center;
    height: 10em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
.numbox .list .item{
    font-size: 0;
    line-height: 0;
}
.numbox .list .item .num span{
    font-size: 48px;
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-family: Arial;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}
.numbox .list .item .num span span{
    position: absolute;
    left: 0;
    bottom: 0;
}
.numbox .list .item .num span em{
    opacity: 0;
}
.numbox .list .item .symbol{
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 2px;
}
.numbox .list .item .det{
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
}
@media screen and (max-width: 767px){
    .numbox .list{
        height: auto;
        padding: 0.35rem 0;
        flex-wrap: wrap;
    }
    .numbox .list .item{
        width: 33%;
        margin-top: 0.34rem;
    }
    .numbox .list .item:nth-child(1){
        width: 50%;
        margin-top: 0;
    }
    .numbox .list .item:nth-child(2){
        width: 50%;
        margin-top: 0;
    }
    .numbox .list .item .num span{
        font-size: 0.28rem;
        line-height: 0.22rem;
        height: 0.22rem;
    }
    .numbox .list .item .symbol{
        font-size: 0.16rem;
        line-height: 0.18rem;
    }
    .numbox .list .item .det{
        font-size: 0.16rem;
        line-height: 0.18rem;
        margin-top: 1px;
    }
}


.index-logo{
    background: url(/Img/images/index_top_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 4.6em 0 6.2em;
}
.index-logo .txt{
    font-size: 14px;
    line-height: 24px;
    max-width: 816px;
}
.index-logo .logolist{
    margin: 2.5em 0 0;
    position: relative;
}
.index-logo .logolist .adjust{
    display: block;
    max-width: 100%;
    opacity: 0;
}
.index-logo .logolist .adjust.imgph{
    display: none;
}
.index-logo .logolist .item{
    position: absolute;
}
.index-logo .logolist .item.logo1{
    width: 17.7%;
    height: 40.17%;
    left: -4.29%;
    top: 40.53%;
    z-index: 6;
}
.index-logo .logolist .item.logo2{
    width: 20.29%;
    height: 45.31%;
    left: 8.57%;
    top: 18.4%;
    z-index: 5;
}
.index-logo .logolist .item.logo3{
    width: 20.29%;
    height: 45.31%;
    left: 23.43%;
    top: -2.12%;
    z-index: 5;
}
.index-logo .logolist .item.logo4{
    width: 17.71%;
    height: 40.18%;
    left: 24.14%;
    top: 39.47%;
    z-index: 5;
}
.index-logo .logolist .item.logo5{
    width: 20.29%;
    height: 45.31%;
    left: 56.14%;
    top: 0;
    z-index: 5;
}
.index-logo .logolist .item.logo6{
    width: 17.71%;
    height: 40.18%;
    left: 74.57%;
    top: -15.58%;
    z-index: 5;
}
.index-logo .logolist .item.logo7{
    width: 17.71%;
    height: 40.18%;
    left: 47.29%;
    top: 67.08%;
    z-index: 5;
}
.index-logo .logolist .item.logo8{
    width: 17.71%;
    height: 40.18%;
    left: 58.42%;
    top: 41.01%;
    z-index: 5;
}
.index-logo .logolist .item.logo9{
    width: 20.29%;
    height: 45.31%;
    left: 71.07%;
    top: 20.53%;
    z-index: 5;
}
.index-logo .logolist .item.logo10{
    width: 17.71%;
    height: 40.18%;
    left: 70.57%;
    top: 62.48%;
    z-index: 5;
}
.index-logo .logolist .item.logo11{
    width: 20.29%;
    height: 45.31%;
    left: 86.07%;
    top: 44.77%;
    z-index: 5;
}
.index-logo .logolist .item.logo15{
    width: 24.64%;
    height: 54.69%;
    left: 37.5%;
    top: 17.17%;
    z-index: 5;
}
.index-logo .logolist .logo12{
    position: absolute;
    left: -4.29%;
    top: 3.5%;
    width: 17.71%;
    height: 40.18%;
}
.index-logo .logolist .logo12 img{
    width: 100%;
    display: block;
}
.index-logo .logolist .logo13{
    position: absolute;
    left: 8.9%;
    top: 60%;
    width: 17.71%;
    height: 40.18%;
}
.index-logo .logolist .logo13 img{
    width: 100%;
    display: block;
}
.index-logo .logolist .logo14{
    position: absolute;
    left: 86.12%;
    top: 6.01%;
    width: 17.71%;
    height: 40.18%;
}
.index-logo .logolist .logo14 img{
    width: 100%;
    display: block;
}

.index-logo .logolist .item .imgs{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-logo .logolist .item .imgs1{
    z-index: 5;
    background: url(/Img/images/index_top_bg1.png) no-repeat center;
    background-size: contain;
    transition: opacity .3s ease-in-out;
}
.index-logo .logolist .item .imgs2{
    z-index: 10;
    background: url(/Img/images/index_top_bg2.png) no-repeat center;
    background-size: contain;
    transition: opacity .3s ease-in-out;
    opacity: 0;
}
/*.index-logo .logolist .item.logo15 .imgs1{
    background: url(/Img/images/index_top_bg3.png) no-repeat center;
    background-size: contain;
}
.index-logo .logolist .item.logo15 .imgs2{
    background: url(/Img/images/index_top_bg3.png) no-repeat center;
    background-size: contain;
}*/
.index-logo .logolist .item:hover .imgs1{
    /*display: none;*/
    opacity: 0;
}
.index-logo .logolist .item:hover .imgs2{
    /*display: block;*/
    opacity: 1;
}
.index-logo .logolist .item a{
    position: absolute;
    z-index: 15;
    width: 53.66%;
    height: 58.3%;
    left: 19.6%;
    top: 16.28%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.index-logo .logolist .item img{
    max-width: 100%;
    max-height: 100%;
}
.index-logo .logolist .item .img-color2{
    display: none;
}
.index-logo .logolist .item:hover .img-color1{
    display: none;
}
.index-logo .logolist .item:hover .img-color2{
    display: block;
}
.logolistph{
    display: none;
    position: relative;
}
.logolistph img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.logolistph a{
    position: absolute;
}
.logolistph .link1{
    width: 26.2%;
    height: 19.18%;
    top: 1.2%;
    left: 37%;
}
.logolistph .link2{
    width: 29.49%;
    height: 19.28%;
    top: 11.77%;
    left: 2.6%;
}
.logolistph .link3{
    width: 29.49%;
    height: 19.28%;
    top: 11.77%;
    right: 2.6%;
}
.logolistph .link4{
    width: 22.77%;
    height: 16.81%;
    top: 60.11%;
    right: 10.7%;
}
.logolistph .link5{
    width: 29.49%;
    height: 19.28%;
    top: 37.8%;
    right: 2.6%;
}
.logolistph .link6{
    width: 22.77%;
    height: 16.81%;
    top: 49.29%;
    left: 38.6%;
}
.logolistph .link7{
    width: 22.77%;
    height: 16.81%;
    top: 60.11%;
    left: 10.7%;
}
.logolistph .link8{
    width: 29.49%;
    height: 19.28%;
    top: 37.8%;
    left: 2.6%;
}
.logolistph .link9{
    width: 22.77%;
    height: 16.81%;
    top: 79.49%;
    left: 13.71%;
}
.logolistph .link10{
    width: 22.77%;
    height: 16.81%;
    top: 79.49%;
    right: 13.71%;
}
.logolistph .link11{
    width: 22.77%;
    height: 16.81%;
    top: 68.37%;
    left: 38.6%;
}

@media screen and (max-width: 767px){
    .logolistph{
        display: none;
        margin-top: 0.14rem;
    }
    .logolist{
        /* display: block; */
        margin-top: 0.14rem;
    }
    .index-logo{
        padding: 0.24rem 0;
        background: url(/Img/images/index_top_bgph.jpg) no-repeat center;
        background-size: cover;
    }
    .index-logo .txt{
        font-size: 0.17rem;
        line-height: 0.29rem;
    }

    .index-logo .logolist .adjust.imgpc{
        display: none;
    }
    .index-logo .logolist .adjust.imgph{
        display: block;
    }
    .index-logo .logolist .item.logo1{
        width: 38.96%;
        height: 24.31%;
        left: 30.86%;
        top: 0;
    }
    .index-logo .logolist .item.logo2{
        width: 38.96%;
        height: 24.31%;
        left: 1.1%;
        top: 11.78%;
    }
    .index-logo .logolist .item.logo3{
        width: 38.96%;
        height: 24.31%;
        left: 60.63%;
        top: 11.78%;
    }
    .index-logo .logolist .item.logo4{
        width: 38.96%;
        height: 24.31%;
        left: 0;
        top: 36.84%;
    }
    .index-logo .logolist .item.logo5{
        width: 38.96%;
        height: 24.31%;
        left: 61.73%;
        top: 36.84%;
    }
    .index-logo .logolist .item.logo6{
        width: 34.02%;
        height: 21.56%;
        left: 33.47%;
        top: 48.05%;
    }
    .index-logo .logolist .item.logo7{
        width: 34.02%;
        height: 21.56%;
        left: 7%;
        top: 58.88%;
    }
    .index-logo .logolist .item.logo8{
        width: 34.02%;
        height: 21.56%;
        left: 59.67%;
        top: 58.88%;
    }
    .index-logo .logolist .item.logo9{
        width: 34.02%;
        height: 21.56%;
        left: 33.47%;
        top: 67.9%;
    }
    .index-logo .logolist .item.logo10{
        width: 34.02%;
        height: 21.56%;
        left: 9.6%;
        top: 78.44%;
    }
    .index-logo .logolist .item.logo11{
        width: 34.02%;
        height: 21.56%;
        left: 56.93%;
        top: 78.44%;
    }
    .index-logo .logolist .item.logo15{
        width: 47.33%;
        height: 29.34%;
        left: 27.43%;
        top: 22.22%;
    }
    .index-logo .logolist .logo12{
        display: none;
    }
    .index-logo .logolist .logo13{
        display: none;
    }
    .index-logo .logolist .logo14{
        display: none;
    }
    .index-logo .logolist .item img{
        max-width: 90%;
        max-height: 90%;
    }
}

/*video-pop*/
.modal-backdrop {
    display: none !important;
}
.modal-dialog{
    height: 100vh;
}
#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 3em;
  height: 3em;
  display: block;
  /*background: url(/Img/images/close_02.png) no-repeat center center;
  background-size: 1.25em auto;*/
  border: solid 1px #fff;
  border-radius: 100%;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1100;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .modal-close {
    right: 0.18rem;
    position: fixed;
    top: 0.18rem;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 80px;
  height: 80px;
  line-height: 58px;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  background: url(/Img/images/video_play.png) no-repeat center center;
  background-size: contain;
  border: none;
  padding: 0;
  opacity: 0.8;
  transition: all 0.5s;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
}

.cult-video {
  width: 600px;
  height: 19.9em;
  padding: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 17px rgba(0, 0, 0, 0.22);
  margin: 50px auto;
}
.cult-video .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cult-video .adjust.pc {
  height: 100%;
}
.cult-video .adjust.pc .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.8s;
}
.cult-video .adjust.pc:hover .image {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.cult-video .icon-play {
  width: 4.8em;
  height: 4.8em;
  display: block;
  background: url("/Img/images/video_play.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.4em 0 0 -2.4em;
  z-index: 5;
  cursor: pointer;
}
.cult-video .video-tit {
  width: 100%;
  height: 52px;
  overflow: hidden;
  font-size: 18px;
  line-height: 52px;
  color: #fff;
  background: rgba(0, 0, 0, 0.59);
  padding: 0 26px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.cult-video .btn-more {
  width: 150px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 58px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.cult-video .btn-more:hover {
  text-decoration: underline;
}
.cult-video .video-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: none;
}
#modalVideo {
  background: rgba(0,0,0,0.6);
  z-index: 30000000;
  overflow: hidden;
}
#modalVideo .modal-header {
  width: 100%;
  padding: 2.5em 2.8em 1em 3.6em;
  position: relative;
  max-width: 49.5em;
  margin: 0 auto;
}
#modalVideo .modal-close {
  width: 40px;
  height: 40px;
  display: block;
  background: url("/Img/images/close_05w.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 2.5em;
  margin-top: -20px;
  border-radius: 0;
  border: none;
}
#modalVideo .modal-content {
  width: 100%;
  max-width: 49.5em;
  padding: 1.5em 0 3.75em 2.5em;
  margin: 0 auto;
}
#modalVideo .video-box {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  #modalVideo .modal-header {
    padding: 0.13rem 0.18rem;
  }
  #modalVideo .modal-close {
    width: 0.66rem;
    height: 0.66rem;
    right: 0;
    top: 50%;
    margin-top: -0.33rem;
    background-size: 0.3rem auto;
  }
  #modalVideo .modal-content {
    padding: 0.3rem 0 0.5rem;
  }
  .modal .modal-dialog{
    margin-top: 1rem;
  }
}

/********/
.index-logo{
    position: relative;
    z-index: 12;
}
.advertise:before{
    display: none;
}
@keyframes leafFlv {
    0%{transform: translate(-20px, 0);}
    100%{transform: translate(20px, 0);}
}
@-webkit-keyframes leafFlv {
    0%{-webkit-transform: translate(-20px, 0);}
    100%{-webkit-transform: translate(-20px, 0);}
}
@keyframes leafFlv2 {
    0%{top: 0;}
    100%{top: 90%;}
}
@-webkit-keyframes leafFlv2 {
    0%{top: 0;}
    100%{top: 90%;}
}
.leafFlv{
    animation: leafFlv2 3s linear both;
    -webkit-animation: leafFlv2 3s linear both;
}
.leafFlv2{
    animation: leafFlv2 3s linear both reverse;
    -webkit-animation: leafFlv2 3s linear both reverse;
}
#leaf1{
    display: block;
    position: absolute;
    right: 12.76%;
    top: 0;
    width: 120px;
    height: 114px;
    background: url(/Img/images/index_icon_bg1.png) no-repeat center;
    background-size: 120px 114px;
    z-index: 50;
    transition: all 0.5s ease-out;
}
#leaf1.is-after{
    top: 90%;
}
.newsbox{
    z-index: 21;
}
.numbox:before {
    display: none;
}
#leaf2{
    display: block;
    position: absolute;
    left: 8.17%;
    top: 0;
    width: 102px;
    height: 97px;
    background: url(/Img/images/index_icon_bg3.png) no-repeat center;
    background-size: 102px 97px;
    z-index: 20;
    transition: all 0.5s ease-out;
}
#leaf2.is-after{
    top: 90%;
}
@media screen and (max-width: 991px){
    #leaf1{
        display: none;
    }
    #leaf2{
        left: 3.5em;
        top: 0;
        width: 60px;
        height: 59px;
        background-size: contain;
    }
}

.index-banner .dark-banner .swiper-slide video{
    object-fit:cover;
}


.index-logo .logolist .item .itpop{
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
.index-logo .logopop{
    position: absolute;
    z-index: 200;
    right: -500px;
    top: 50%;
    width: 500px;
    min-height: 300px;
    transform: translateY(-50%);
    padding: 35px 44px 35px 40px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: right;
}
@media screen and (max-width: 767px){
    .index-logo .logopop{
        width: 95vw;
        min-height: 2rem;
        padding: 0.3rem;
        right: -95vw;
    }
}
.index-logo .logopop.on{
    right: 0;
}
.index-logo .logopop .lpclose{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    background: url(/Img/images/header_close.png) no-repeat right top;
    background-size: contain;
    cursor: pointer;
}
.index-logo .logopop .lptit{
    font-size: 30px;
    line-height: 40px;
    color: #222;
}
.index-logo .logopop .lpline{
    width: 60px;
    height: 10px;
    margin-top: 15px;
    background-image: linear-gradient(to right,#25aac7,#11cf7a);
}
.index-logo .logopop .lpdet{
    font-size: 16px;
    line-height: 30px;
    margin-top: 22px;
}
@media screen and (max-width: 767px){
    .index-logo .logopop .lpclose{
        width: 0.4rem;
        height: 0.33rem;
    }
    .index-logo .logopop .lptit{
        font-size: 0.34rem;
        line-height: 0.44rem;
    }
    .index-logo .logopop .lpline{
        height: 3px;
        margin-top: 0.1rem;
    }
    .index-logo .logopop .lpdet{
        font-size: 0.26rem;
        line-height: 0.34rem;
        margin-top: 0.15rem;
    }
}


@media screen and (max-width: 767px){
    .main-box.on{
        position: relative;
    }
    .main-box.on:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .7;
        z-index: 50;
    }
    .main-box.on .index-logo{
        z-index: 55;
    }
    .main-box.on .index-logo:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .7;
        z-index: 50;
    }
}

.swiper-slide{position:initial}
.silder{display:inline-block;width:100%;}
#wrapper .swiper-slide{width:100% !important}


.swiper-container{z-index:auto ! important;}

@font-face {
    font-family: 'syzti-GillSans';
	src: url('../fonts/GillSansDisplayMTPro-Bold.eot'); 
	src: url('../fonts/GillSansDisplayMTPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GillSansDisplayMTPro-Bold.otf'),
	url('../GillSansDisplayMTPro-Bold.svg#GillSansDisplayMTPro-Bold') format('svg');
}
@font-face {
    font-family: 'syzti-Optima';
	src: url('../fonts/Optima.eot'); 
	src: url('../fonts/Optima.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Optima.otf'),
	url('../Optima.svg#Optima') format('svg');
}

.font-syzti-Optima {
    font-family: 'syzti-Optima';
}

.font-syzti-GillSans {
    font-family: 'syzti-GillSans';
}

