.banner {
	width: 100%;
	position: relative;
	/* margin-top: 79px; */
}
.blacktitlecolor{
    color:#101010!important;
    -webkit-text-fill-color:unset!important;
}
.inlinebox{
  
    position: absolute;
    left: 0;
    top: 50%;
   width:100%;
}
.inlinebox .box-list{
     max-width: 1280px!important;
      background: #fff;
    border-radius: 20px;
     padding-top:2%!important;
     padding-bottom: 3.5%!important;
     width: 69%;
}
.inlinebox .box-list ul li p{
    margin-top: 8%;
}
.inlinebox .box-list ul li h4{
    padding-bottom:8%;
    padding-left: 0;
    position: relative;
}
.inlinebox  .box-list ul li .box-list-text{
    width: 60%;
    text-align: center;
}
.inlinebox1{
    top: 58%!important;
}
.inlinebox .box-list {
    max-width: 1200px!important;
}
.inlinebox1  .box-list ul{
    margin-top:-7%;
}
.inlinebox .box-list ul li .box-list-text
{
        margin-top: -10%;
}
.grey{
    color: #333333!important;
}
.leftwordsbreak{
    width:80%;
}
.bluehover{
    color:#0E64F1;
}
.fontbold{
    font-weight: bold;
}
.banner .banner-img {
	width: 100%;
	display: block;
}

.banner .banner-text {
	position: absolute;
	top: 15%;
	left: 20%;
}

.banner .banner-text h2 {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.3;
	color: #FFFFFF;
	background: linear-gradient(0deg, #D7D6D8 0%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner .banner-text p {
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 10px;
	letter-spacing: 0.5px;
	text-align: center;
}

.banner .banner-text .banner-text-box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.banner .banner-text .banner-text-box .if {
	margin-right: 40px;
	margin-top: 5px;
}

.banner .banner-text .banner-text-r {
	text-align: center;
}

.banner .banner-text .videobtn {
	background: #000000;
	border-radius: 23px;
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 13px;
	margin-top: 40px;
	cursor: pointer;
	font-size: 14px;

}

.banner .banner-text .videobtn img {
	margin-left: 10px;
	margin-right: 0;

}

.video-bg {
    width: 50vw;

	height: 28.2vw;
	overflow: hidden;
}

.video-bg video {
	width: 100%;
	object-fit: cover;
	display: block;
}

.box-right,
.box-left,
.box {
	position: relative;
}

.box-text h3 {
	font-size: 40px;
	color: #FFFFFF;
	margin-bottom: 30px;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.box-text p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5;
}

.box-right img,
.box-left img,
.box img {
	width: 100%;
	display: block;
}

.box-right .box-text {
	position: absolute;
	right: 12%;
	top: 12%;
	width: 38%;
}

.box-right .box-text p,.box-left .box-text p{
       color: #eee;
   }
.box-left .box-text {
	position: absolute;
	left: 15%;
	top: 20%;
	width: 35%;

}

.box-text h3 span {
	color: #365CC9;
	font-weight: 600;
}

.box .box-text {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 6%;
}

.box .box-text h3,
.box .box-text p {
	width: 50%;
	color: #101010;
	margin-left: auto;
	margin-right: auto;
}

.box-center {
	background: #E6E7EB;
	padding: 80px 15px 80px;
}

.box-center .box-text h3,
.box-center .box-text p {
	color: #000000;
	text-align: center;
}

.box-center img {
	margin: 50px auto 0;
	display: block;
	max-width: 100%;
}

.box-1 {
	background: url(/images/GH-Series/bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.box-1 .box-text {
	text-align: center;
	padding: 70px 15px 110px;

}

.mySwiper {
	max-width: 1200px;
	margin: 50px auto 0;
	width: 100%;
	height: 100%;
}


.swiper {
	z-index: 0;
}

.mySwiper .swiper-wrapper {

	margin: 30px auto 0;
}

.mySwiper .swiper-slide {

	overflow: hidden;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.swiper-button-r {
	position: absolute;
	bottom: 50px;
	width: 100%;
	margin: 0 auto;
	left: 0;
	padding: 0 15px;
}

.swiper-button-1200 {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	width: 100%;

}

.swiper-button-r .swiper-button-prev {
	margin-right: 23px;
}

.swiper-button-r .swiper-button-next,
.swiper-button-r .swiper-button-prev {
	outline: 0 none;
	color: #999;
	border: 1px solid #999;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	position: static;
}

.swiper-button-r .swiper-button-next:after,
.swiper-button-r .swiper-button-prev:after {
	font-size: 14px;
}

.mySwiper .swiper-pagination {
	position: static;
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mySwiper .swiper-pagination span {
	border: 1px solid #AAAAAA;
	border-radius: 30px;
	text-align: center;
	line-height: 20px;
	color: #eeeeee;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	padding: 6px 30px;
	margin-bottom: 20px;

}

.mySwiper .swiper-pagination span:last-child {
	min-width: 160px;
}

.mySwiper .swiper-pagination-customs-active {
	background: #365CC9;
	color: #fff !important;
	border-color: #365CC9 !important;
}

.canshu {
	max-width: 1400px;
	margin: 50px auto 0;
	width: 100%;
}

.canshu tr td {
	font-size: 19px;
	color: #000000;
	text-align: center;
	line-height: 26px;
	padding: 20px 5px;
	font-weight:bold;
}
.canshu tr:nth-child(2) td{
    font-size:28px;
} 
.canshu span {
	display: block;
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}

.canshu span.s-blue {
	font-size: 19px;
	color: #365CC9;
	margin-bottom: 10px;
}

.box-canshu {
	position: relative;
	padding-bottom: 100px;
}

.box-canshu .box-text {

	position: absolute;
	left: 20%;
	top: 5%;
}

.box-canshu h3 {
	color: #000;
}

.box-canshu h3 span {
	width: 67px;
	height: 4px;
	background: #365CC9;
	display: block;
	margin-top: 20px;
}

.box-2 .box-text h3 {
	color: #000;
	font-size: 38px;
}

.title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 80px auto 10px;
	position: relative;
	max-width: 1120px
}

.title .swiper-button {
	display: flex;

}

.title .swiper-button-next,
.title .swiper-button-prev {
	position: relative !important;
	border: 1px solid #e0e2e4;
	border-radius: 50%;
	padding: 21px;
	outline: none;
	font-weight: 600;
	margin: 0 auto;
}

.title .swiper-button-prev {
	margin: 0 30px
}

.title .swiper-button-next {
	right: 0;
}

.swiper6 {
	padding-left: calc((100vw - 1152px) / 2);
	margin-bottom: 80px;
}

.swiper6 .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
	background: #F6F7F8;
	width: 417px;

}

.swiper6 .swiper-slide:last-child {
	margin-right: 5vw;
}

.swiper6 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
	transition: all 0.3s;
}
.swiper6 .swiper-slide:hover img {
	transform: translate3d(0, -4px, 0);
}
.swiper6 .swiper-slide-text {
	border-top: 1px solid #d1d1d1;
	padding: 24px 30px;
	margin: 0;

}

.swiper6 .swiper-slide-text h3 {
	margin-bottom: 10px;
	min-height: 54px;
}

.swiper6 .swiper-slide-text h3 a {
	font-size: 18px;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
}

.swiper6 .swiper-slide-sub-text {
	text-align: right;
}

.swiper6 .swiper-slide-sub-text p {
	font-size: 16px;
	color: #828898;
}

.swiper6 .swiper-slide-sub-text span a {
	color: #365CC9;
	font-size: 16px;
}



.swiper6 .swiper-slide-img {
	overflow: hidden
}

.title .swiper-button-next:after,
.title .swiper-button-prev:after {
	color: #B3B3B3;
	font-size: 14px;
}

.box-ly {
	background: #F6F7F8;
	padding: 50px 15px;
}

.box-ly .box-main {
	max-width: 1400px;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 0 auto;
	padding: 80px 100px;
}

.box-ly .box-main ul {
	display: flex;
	justify-content: center;
}

.box-ly .box-main ul li {
	border-radius: 8px;
	border: 1px solid #999999;
	height: 253px;
	width: 240px;
	margin-right:100px
}

.box-ly .box-main ul li:last-child {
	margin-right: 0;
}

.box-ly .box-main ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.box-ly .box-main ul li:hover{
	
	transform: translate3d(0, -4px, 0);
}

.box-ly .box-main ul li span {
	margin: 30px;
	font-size: 21px;
	color: #000000;
	text-align: center;
}

.box-ly .box-main h4 {
	font-size: 34px;
	color: #333333;
	margin: 0 0 40px;
	font-weight: bold;
}

.form-main {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.form-main .input {
	width: calc((100% - 50px) / 2);
	flex-shrink: 0;
	margin-right: 50px;
	margin-bottom: 40px;

}

.form-main .input:nth-child(2n) {
	margin-right: 0;
}

.form-main .input input {
	height: 46px;
	border-radius: 4px;
	border: 1px solid #D2D2D2;
	width: 100%;
	padding: 0 20px;
	color: #666666;
	font-size: 16px;
}
.form-main .input input:focus,.form-main .textarea textarea:focus{
   outline-color: #365CC9!important;
}
.form-main .textarea {
	width: 100%;
	margin-bottom: 70px;
}

.form-main .textarea textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #D2D2D2;
	padding: 20px;
}

.form-main .submit {
	width: 162px;
	height: 48px;
	background: #365CC9;
	border-radius: 4px;
	color: #fff;
	border: none;
	font-size: 16px;
}
.t-hr{
    width: 50%;
    height: 1px;
    background: #BABABE;
    border: none;
    margin-bottom: 0;
}
b{
    font-weight: bold;
}
.white{
    color: #fff!important;
}
.color-e{
    color: #eeeeee!important;
}
.box .box-text-detail{
    font-size: 18px;
     color: #0E64F1;
     position: absolute;
     bottom: 43%;
    right: 27%;
}
.box .box-text-detail span{
    font-size: 52px;
    color: #0E64F1;
    font-weight: bold;
}
.box .box-text-detail p{
    font-size: 16px;
    color: #000009;
    margin-top:5px;
}
.box-list {
    padding-top:80px;
    padding-bottom:80px;
    max-width:1204px;
    margin: 0 auto;
}
.box-list ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
   
}
.box-list ul li{
    margin-right:20px;
}
.box-list ul li h4{
    font-size: 24px;
    padding:0 0 30px;
    border-bottom:1px solid #aaaaaa;
    padding-left: 0.5em;
}
.box-list ul li img{
    width: 100%;
}
.box-list ul li p{
    font-size: 16px;
    color: #272B32;
    margin-top:30px;
    text-align: center;
}
.box-list ul li .box-list-text{
    width: 100%;
    margin: 0 auto;
}
.op{
    opacity: 0;
}
.box-list ul li:last-child{
   margin-right: 0; 
}
.box-center1{
    padding-bottom:30px;
    padding-top:60px;
}
.box-center1 img{
    margin-top:100px;
}
.blue{
    color:#365CC9!important;
}
.t2-box-text1{
    top:9%!important;
}
.GKS12010S-box-text-1{
    top: 28%!important;
    width: 27%!important;
}
@media (max-width: 1400px) {
	.box-text h3 {
		font-size: calc(40px * 0.8)!important;
	}
}

@media (max-width: 1200px) {
	.box-2 {
		padding-left: 15px;
	}
}

@media (max-width: 991.9px) {
.phone-specialmargin{
    margin-bottom:80px;
}
.phonewidths{
    width:100%!important;
}

.phone-specialh4{
    margin-top:20px;
}
	.banner .banner-text p,
	.banner .banner-text h2 {
		display: none;
	}

	.banner .banner-text {
		position: absolute;
		top: 42%;
		left: 0;
		width: 100%;
	}
	.banner-text1{
	    top:28%!important;
	}

	.box-text h3 {
		font-size: 22px!important;
		margin-bottom: 10px;
		font-weight: normal;
		
	}

    .swiper6 .swiper-slide-text h3{
        min-height: auto;
    }
	.box-text p,
	.swiper6 .swiper-slide-text h3 a {
		font-size: 14px;
	}
	.box-right .box-text p{
	    font-size: 12px;
	}
  .swiper6 .swiper-slide-sub-text span a{
	  font-size: 14px;
  }

	.banner .banner-text .videobtn img {
		width: 15px;
	}

	.banner .banner-text .videobtn {
		font-size: 12px;
	}

	.banner .banner-text .videobtn {
		padding: 6px 10px;
	}

	.box-left .box-text {
		left: 0;
		width: 100%;
		top: 6%;
	}
	.box-center1{
	    padding-top:30px!important;
	}
	.box-text2{
	    margin-top:-10px!important;
	}
   
	.box .box-text h3,
	.box .box-text p {
		width: 100%;
	}
   
	.box-center {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.box-center img {
		margin-top:20px;
	}

	.box-right .box-text {
		right: -15px;
		width: 65%;
		top: 6%;
	}
    .mySwiper{
        margin-top: 20px;
    }

	.swiper .swiper-pagination span {
		font-size: 12px;
		    line-height: 14px;

	}

	.box-1 .box-text {
		padding: 20px 15px 70px;
	}

	.swiper-button-r .swiper-button-next,
	.swiper-button-r .swiper-button-prev {
		width: 30px;
		height: 30px;
	}

	.swiper-button-r {
		bottom: 25px;
	}

	.mySwiper .swiper-wrapper {
		margin-top: 10px
	}

	.m-gundong {
		overflow-x: scroll;
	}

	.canshu span {
		font-size: 12px;
	}

	.canshu tr td {
		font-size: 16px;
		padding: 10px 5px;
	}
	.canshu tr:nth-child(2) td {
    font-size: 20px;
   }
	.canshu tr td:nth-child(1) img {
		width: calc(173px * 0.5);
	}

	.canshu tr td:nth-child(2) img {
		width: calc(149px * 0.5);
	}

	.canshu tr td:nth-child(3) img {
		width: calc(158px * 0.5);
	}
    .box-canshu {
       
        padding-bottom: 40px;
    }   
	.box-canshu .box-text {
		left: 5%;
		top:1%;
	}
   .box-ly .box-main ul {
		display: none;
	}

	.box-ly .box-main {
		padding: 15px 15px 20px;
	}

	.box-ly .box-main h4 {
		margin: 30px 0 20px;
	}

	.box-ly .box-main h4 {
		font-size: 22px;
		margin-top:5px ;
	}

	.form-main .input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	
	}
		.form-main .input input{
		    	font-size: 14px;
		}
	.form-main .textarea{
		margin-bottom: 30px;
			font-size: 14px;
	}
	.box-right .box-text h3 {
       font-size: 20px;
	}
	
    .video-bg {
        width: 98vw;
    	height: 55.2vw;
    	overflow: hidden;
    }
    .box .box-text-detail{
        bottom: 55%;
        right: unset;
        left: 15%;
    }
    .box .box-text-detail span {
             font-size: 32px;
    }
    .box .box-text-detail {
        font-size: 15px;
    }
    .box .box-text-detail p {
        font-size: 12px;
    }
    .op{
        opacity: 1;
    }
    .box-list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .box-list ul {
        flex-direction: column;
    }
    .box-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
     .box-list ul li:last-child{
         /*最后一张图太小的原因需要网上移动*/
         margin-top:-30px;
         z-index: -1;
     }
    
    .box-list ul li p{
        text-align: left;
        padding-left: 0.5em;
    }
    .box-list ul li .box-list-text{
        margin-top: -20px;
    }
    .box-list ul li h4 {
        font-size: 18px;
        padding: 0 0 20px;
    }
    .box-list ul li p{
        margin-top:20px;
    }
    .t2-box-text1 {
      top: 18%!important;
    }
    .m-mt{
        margin-top:10px!important;
    }
    .GKS12010S-box-text-1{
        width: 65%!important;
    }
    .inlinebox {
        bottom:15%;
         top: auto;
    }
    .inlinebox .box-list{
        width: 100%;
    }
    .inlinebox .box-list ul li:last-child {
        margin-top: 0;
        z-index: 0;
    }
    .inlinebox .box-list ul li .box-list-text {
        width: 95%;
    }
     .inlinebox .box-list ul li p {
      font-size: 14px;
      text-align: center;
    }
     .inlinebox .box-list ul li h4 {
        font-size: 16px;
     }
}

@media (max-width: 463px) {
	.box-2 {
		padding-right: 15px;
	}

	.swiper6 {
		padding: 0;
	}

	.swiper6,
	.swiper6 .swiper-slide {
		width: 100%;
	}

	.swiper6 .swiper-slide:last-child {
		margin-right: 0 !important;
	}

	.title {
		flex-direction: column;
		margin-top: 20px;
	}

	.title .swiper-button-next,
	.title .swiper-button-prev {
		padding: 0;
		width: 30px;
		height: 30px;
		margin: 0 10px;
	}

	.title .swiper-button {
		width: 100%;
		justify-content: flex-end;
		text-align: right;
	}

	.mySwiper .swiper-pagination span{
	    width:10rem;
	    display:flex;
	    align-items: center;
	}
	.swiper6{
		margin-bottom: 40px;
	}
}
