@charset "urf-8";
.pd-90{
    padding: 45px 45px 0;
}
.video-wrap{
    max-width: 1920px;
    width: 100%;

    height: 700px;
}
.video-wrap .row {
    display: flex;
    height: 100%;
}
.video-wrap .gs-v-left{
    box-sizing: border-box;
    padding-top: 100px;
    padding-right: 75px;
    width: 49%;

    background-color: #E8E9EB;
    text-align: right;
}
.video-wrap .gs-v-left .img{
    width: 388px;
    height: auto;

}
.video-wrap .gs-v-right{
    width: 65%;
}
.video-wrap .gs-v-right .overview-image{
    width: 107%;
    height: 82%;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    
}
.video-wrap .gs-v-right .overview-image .img{
    width: 100%;
    height: 100%;
}
.video-wrap .gs-v-right .video-content{
    height: 100%;
    border-radius: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
}
.gs-rewrap {
    width: 100%;
}
.gs-rewrap .gs-re-title{
    width: 100%;
    font-size: 50px;
    text-align: center;
    font-weight: bolder;
}
.gs-rewrap .gs-navbar{
    margin-top: 45px;
}
.gs-rewrap .gs-navbar .nav{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.nav-pills>li>.a{
    box-sizing: border-box;
    height: 76px;
    border-radius: none!important;
    -webkit-border-radius: none!important;
    -moz-border-radius: none!important;
    -ms-border-radius: none!important;
    -o-border-radius: none!important;
}
.nav-pills>li.active>.a, .nav-pills>li.active>.a:hover, .nav-pills>li.active>.a:focus{
   
    background-color: transparent;
    border-bottom: 4px solid #E10008;
}
.nav-pills>li.active>.a>p{
    color: #E10008;
}
.nav>li>.a:hover, .nav>li>.a:focus{
    background-color: transparent;
}
.nav-pills>li>.a>p{
    margin: 0;
}
.nav-pills>li>.a>p:nth-child(1){
    font-size: 24px;
    padding-bottom: 4px;
    text-align: center;

}
.nav-pills>li>.a>p:nth-child(2){
    font-size: 16px;
    text-align: center;
}
.gs-rewrap .gs-re-con{
    margin-top: 45px;
    width: 100%;
}
.gs-rewrap .gs-re-con .flex{
    display: flex;
}
.gs-rewrap .gs-re-con .c-left{
    width: 505px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .4); */
    background-color: #FAF6F5;
}
.gs-rewrap .gs-re-con .c-left:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    border-bottom: 8px solid #E10008;
    transition: .5s;
}
.gs-rewrap .gs-re-con .c-left .img{
    width: 100%;
    height: 460px;
}
.gs-rewrap .gs-re-con .c-left .name{
    margin-top: 60px;
    color: #333;
    font-size: 20px;
}
.gs-rewrap .gs-re-con .c-left .type{
    color: #333;
    font-size: 20px;
}
.gs-rewrap .gs-re-con .c-right{
    margin-left: 10px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.gs-rewrap .gs-re-con .c-right .r-item{
    width: 50%;
    display: inline-block;
    height: 325px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gs-rewrap .gs-re-con .c-right .r-item:nth-child(2){
    background-color: #F1F2F6;
}
.gs-rewrap .gs-re-con .c-right .r-item:nth-child(3){
    background-color: #F1F2F6;
}
.gs-rewrap .gs-re-con .c-right .r-item .type{
    margin-top: 30px;
    color: #333;
    font-size: 20px;
}
.banner2{
    width: 100%;
    height: 470px;
    border: 30px solid #F2F2F2;
    border-left: none;
    border-bottom: none;
    background-color: #E5E5E5;
}
.banner2 .swiper-container{
    width: 100%;
    height: 100%;
}
.my-pagination-total{
left: 0;
}
.banner2  .swiper-container-vertical>.swiper-pagination-bullets{
    left: 10px;
    top: 83%;
}
.banner2  .swiper-pagination-bullet-active{
    background: #fff;
}
.banner2 .swiper-container .swiper-slide .img{
    width: 100%;
    height: 400px;
}

.banner3{
    position: relative;
    width: 100%;
    height: 555px;
    overflow: hidden;
}
.banner3 .swiper-container .swiper-slide .img{
    width: 100%;
    height: 555px;
}
.banner3  .swiper-container-horizontal>.swiper-pagination-bullets{
    position: absolute;
    left: 5%;
    bottom: 8%;
    z-index: 999;
}
.banner3  .swiper-container-horizontal .swiper-pagination-bullet{
    position: relative;
    width: 5px;
    height: 5px;
}
.banner3  .swiper-pagination-bullet-active{
    background:#898989;
}
.banner3  .swiper-pagination-bullet-active::after{
    position:absolute;
    top: -100%;
    left: -100%;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #898989;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.gs-explore{
    width: 100%;
}
.gs-explore .row1{
    display: flex;
    height: 310px;
}
.gs-explore .row1 .con{
    width: 40%;
    box-sizing: border-box;
    padding: 40px 45px;
    background-color: #CFD4D7;
}
.gs-explore .row1 .con .h3{
    font-size: 40px;
    color: #333;
}
.gs-explore .row1 .con .desc{
    margin-top: 30px;
    color: #333;
}
.gs-explore .row1 .con .c-btn{
    margin-top: 30px;
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #302C23;
}
.gs-explore .row1 .img{
    width: 60%;
    height: 310px;
}
.gs-explore .row2{
    display: flex;
    margin-top: 45px;
    justify-content: space-between;
}
.gs-explore .row2 .r-item{
    display: flex;
    width: 48%;
}
.gs-explore .row2 .r-item .con{
    box-sizing: border-box;
    padding: 40px 45px;
    width: 60%;
    background-color: #F1F1EF;
}
.gs-explore .row2 .r-item .con  .h3{
    font-size: 40px;
    color: #333;
}
.gs-explore .row2 .r-item .con  .desc{
    margin-top: 30px;
    color: #333;
}
.gs-explore .row2 .r-item .con  .c-btn{
    margin-top: 75px;
    display: block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #E10000;
}
.gs-explore .row2 .r-item .img{
    width: 225px;
    min-height: 340px;
    height: 100%;
}
#certify {
	position: relative;
	max-width: 1900px;
	margin: 0 auto
}

#certify .swiper-container {
    height: 650px;
    --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
}

#certify  .swiper-slide {
	width: 1020px;
	height: 580px;
	background: #fff;
    box-shadow: 0 8px 30px #ddd;
    text-align: center;
    font-size: 18px;
    background: #fff;
}

#certify  .swiper-slide img{
    display:block;
    padding: 10px;
    width: 100%;
}
#certify  .swiper-slide .name {
	/* line-height: 60px; */
	padding-top: 30px;
	text-align: center;
	color: #333;
	font-size: 20px;
	margin: 0;
}
#certify  .swiper-slide .desc{
	line-height: 40px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 16px;
	margin: 0;
}
#certify  .swiper-slide .desc p{
    text-align: center;
}

#certify .swiper-button-next, #certify .swiper-button-prev{
    position: absolute;
    top: 87%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#certify .swiper-button-prev:focus{
    outline: none;
}
#certify .swiper-button-next:focus{
    outline: none;
}
#certify .swiper-button-prev{
    left: 300px;
    background-image: url(./images/img/btn2-prve.png);
}
#certify .swiper-button-next{
    right: 300px;
    background-image: url(./images/img/btn2-next.png);
}
#certify .swiper-button-next:hover{
    background-image: url(./images/img/btn2-next-sel.png);
}
#certify .swiper-button-prev:hover{
    background-image: url(./images/img/btn2-prve-sel.png);
}

