/*头部*/

.header {
	margin: 1.5rem 0;
}
.header .logo img{
	height: 2.8rem;
	border-right: 1px solid #222;
	margin-right: 1rem;
	padding-right: 1rem;
}
.header .logo .name{
	font-size: 1.4rem;
	font-weight: bold;
}
.header .search{
	
}
.header .search .box{
	border: 1px solid #666;
	border-radius: .5rem;
	padding: .6rem;
}
.header .search .box input{
	width: 14rem;
}
.header .search .box button{
	background: none;
}
.header .search .box i{
	color: #ee1d23;
	font-size: 1.2rem;
	cursor: pointer;
}
.header .tel{
	font-size: 2rem;
}
.header .tel i{
	color: #ee1d23;
	font-size: 2.2rem;
	font-family: 'gilroy_Medium';
	margin-right: .5rem;
}
.header .tel span{
	font-size: 1.4rem;
	color: #666;
}
.header .tel span b{
	color: #ee1d23;
	font-family: 'gilroy_Medium';
	font-size: 1.6rem;
	font-weight: bold;
}

.pcnavbg {
	background:#110f0e;
}
.pcnav{
	width: 84%;
}

.pcnav .item {
	position: relative;
	cursor: pointer;
	text-align: center;
	line-height: 3.8rem;
	width: 11.111%;
}

.pcnav .item p a {
	display: block;
	font-family: 'gilroy_Medium';
	font-weight: 500;
	font-size: 1rem;
	color: #fff;
	line-height: 3.8rem;
	transition: all 0.4s;
}

.pcnav .item p a:hover {
	display: block;
	background: #ee1d23;
}
.pcnav .item p a.hover {
	display: block;
	background: #ee1d23;
}


.pcnav .item .subnav {
	position: absolute;
	width: 100%;
	z-index: 199;
	background: #fff;
}

.pcnav .item .subnav {
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}

.pcnav .item:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.pcnav .item .subnav a {
	display: block;
	text-align: center;
	color: #333;
	font-size: 1rem;
	padding: .8rem;
}

.pcnav .item .subnav a:hover {
	color: #FFF;
	background: #ee1d23;
}

.sph{
	width: 8%;
	position: relative;
	line-height: 3.8rem;
	cursor: pointer;
}
.sph li{
	color: #FFF;
}
.sph li i{
	font-size: 1.3rem;
	margin-right: .2rem;
	
}
.sph li span{
	font-size: 1rem;
}

.sph .sph-ewm {
	width: 200px;
	background: #FFF;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
	padding: .5rem ;
	text-align: center;
	transition: 200ms ease-in-out;
	transform: scaleY(0);
	transform-origin: top center;
	position: absolute;
	top: 100%;
	left: 0;
}
.sph .sph-ewm p{
	width: 48%;
}
.sph .sph-ewm p img{
	border-radius: .5rem;
}

.sph:hover .sph-ewm {
	transition: 200ms ease-in-out;
	transform: scaleY(1);
	z-index: 999;
}

.gzh{
	width: 8%;
	position: relative;
	line-height: 3.8rem;
	cursor: pointer;
}
.gzh li{
	color: #FFF;
}
.gzh li i{
	font-size: 1.3rem;
	margin-right: .2rem;
	
}
.gzh li span{
	font-size: 1rem;
}

.gzh .gzh-ewm {
	width: 100px;
	background: #FFF;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
	padding: .5rem;
	text-align: center;
	transition: 200ms ease-in-out;
	transform: scaleY(0);
	transform-origin: top center;
	position: absolute;
	top: 100%;
	left: 0;
}
.gzh .sph-ewm img{
	border-radius: .5rem;
}
.gzh:hover .gzh-ewm {
	transition: 200ms ease-in-out;
	transform: scaleY(1);
	z-index: 999;
}



/* BANNER */
.pc-banner {
	position: relative;
}

.pc-banner .mySwipera .swiper-slide {
	cursor: pointer;
}

.pc-banner .mySwipera .swiper-slide picture {
	position: relative;
}

.pc-banner .mySwipera .swiper-slide picture img {
	width: 100%;
}

.pc-banner .mySwipera .swiper-slide .video-box {
    width: 100%;
	height: 100%;
	/*进行视频裁剪*/
	overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .video-box img {
	width: 100%;
}
.pc-banner .mySwipera .swiper-slide .video-box video{
	height:auto;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-animation-name: banscaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
}


.pc-banner .mySwipera .swiper-slide .video-box .video-background {
	position: absolute;
	left: 50%;
	top: 50%;
	/*保证视频内容始终居中*/
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
    width: 100%;
	object-fit: cover;
}
.pc-banner .mySwipera .swiper-pagination span {
	opacity: 1;
	background: #fff;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	margin: 0 .4375rem;
}

.pc-banner .mySwipera .swiper-pagination span.swiper-pagination-bullet-active {
	background: #ee1d23;
}

.pc-banner .mySwipera .swiper-pagination {
	bottom: 30px;
}
footer{
	background: url(../images/bg6.jpg) no-repeat top;
	background-size: 100%;
	margin-top: 5rem;
}
footer .tit{
   margin: 5rem 0 3rem;
}
footer .tit h2 {
    display: inline-block;
    font-size: 3.2rem;
    font-family: 'gilroy_bold';
    font-weight:bold;
    margin-bottom: 1rem;
    letter-spacing: .8rem;
    background: -webkit-linear-gradient(90deg, #ffffff 0%, #f30a23 100%);
    background: -moz-linear-gradient(90deg, #ffffff 0%, #f30a23 100%);
    background: -o-linear-gradient(90deg, #ffffff 0%, #f30a23 100%);
    background: linear-gradient(90deg, #ffffff 0%, #f30a23 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .tit .more{
    width: 10rem;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    border-radius: 5rem;
    border: 2px solid transparent;
    border-image: -webkit-linear-gradient(90deg, #ffffff, #f30a23) 1;
    border-image: -moz-linear-gradient(90deg, #ffffff, #f30a23) 1;
    border-image: -o-linear-gradient(90deg, #ffffff, #f30a23) 1;
    border-image: linear-gradient(90deg, #ffffff, #f30a23) 1;
    border-image-slice: 1;

}
footer .tit .more a{
	color: #FFF;
}
footer .foot-nav{

}
footer .foot-nav .left{
	width: 75%;
}
footer .foot-nav .left .item{
	width: 25%;
}
footer .foot-nav .left .item h2{
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 500;
}

footer .foot-nav .left .item a{
	display: block;
	color: #FFF;
	font-size: 1rem;
	line-height: 1rem;
}
footer .foot-nav .left .item a:hover{
	color: #f30a23;
}
footer .foot-nav .right{
	width: 25%;
}
footer .foot-nav .right .text {
	color: #FFF;
}

footer .foot-nav .right .text b{
	display: block;
	font-size: 1.4rem;
	margin-bottom: .5rem;

}
footer .foot-nav .right .text p{
	font-size: 1rem;
	padding: .2rem 0;
}
footer .foot-nav .right .wx{
	margin: 1rem 0;
}
footer .foot-nav .right .wx .img{
	width: 46%;
}
footer .foot-nav .right .wx .img img{
	width: 100%;
}
footer .foot-nav .right .wx .img span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	color: #FFF;
	padding: 1rem 0;
}
footer .link{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 1.5rem 0;
}
footer .link a{
	padding: 0 .5rem;
}
footer .link i{
	padding: 0 .5rem;
}
footer .copy{
	padding: 2rem 0 16rem;
}
footer .copy img{
	height: 3rem;
}
footer .copy p{
	padding: 0 1rem;
}


.section1{
	padding: 5rem 0;
	position: relative;
}
.section1::before{
	position: absolute;
	content: '';
	background: #eeeeee;
	width: 100%;
	height: 22rem;
	bottom: 0;
	z-index: -1;
}
.section1 .tit{
	margin-bottom: 2rem;
}
.section1 .tit h2{
	font-size: 3rem;
}
.section1 .tit p{
	color: #666;
	font-size: 1rem;
}
.section1 .box{
	border: 1px solid #333;
	padding: 2rem;
	border-radius: .5rem;
	background: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.section1 .box .item{
	width: 30%;
}
.section1 .box .item .zs01{
	padding: .6rem;
}
.section1 .box .item .zs01 .tits{
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	background: url(../images/hangqing.png) no-repeat;
	background-size: 100%;
	width: 19rem;
	height: 3.8rem;
	line-height: 3rem;
}
.section1 .box .item .zs01 .tits b{
	font-weight: bold;
	font-family: 'gilroy_bold';
}
.section1 .box .item .zs01 h2{
	font-size: 2.15rem;
	font-family: 'gilroy_light';
	font-weight: 400;
	color: #333;
}

.section1 .box .item .zs01 h3{
	font-size: 1.1rem;
	font-family: 'gilroy_light';
	font-weight: 500;
	color: #666;
}

.section1 .box .item .zs01 h3 b{
	color: #ee1d23;
	padding: 0 .5rem;
}

.section1 .box .item .img img{
	max-width: 100%;
}
.section1 .box .item .zs02 .titss{
	margin-bottom: 1rem;
}
.section1 .box .item .zs02 .titss h2{
	font-size: 2.15rem;
	font-family: 'gilroy_light';
	font-weight: 400;
	color: #333;
}
.section1 .box .item .zs02 .titss p{
	font-size: 1.35rem;
	font-family: 'gilroy_light';
	font-weight: 400;
	color: #666;
}

.section1 .box .item .zs02 .titss p b{
	color: #ee1d23;
	padding: 0 .5rem;
}
.section1 .box .item .zs02 li{
	margin-bottom: .5rem;
	background: #f7f7f7;
	border-radius: .4rem;
	line-height: 3.5rem;
}
.section1 .box .item .zs02 li span{
	width: 30%;
	line-height: 2rem;
	text-align: center;
	font-size: 1.1rem;
}
.section1 .box .item .zs02 li .inp{
	width: 68%;
}
.section1 .box .item .zs02 li .inp input{
	background: #f7f7f7;
	width: 90%;
	line-height: 2rem;
}

.section1 .box .item .yuan{
	
}
.section1 .box .item .yuan .boxs{
	background: #f7f7f7;
	border-radius: 5px;
	padding:2rem 1rem;
	margin: 1rem 0;
}
.section1 .box .item .yuan .boxs li{
	font-size: 1.1rem;
	width: 50%;
	margin: 1rem 0;
}
.section1 .box .item .yuan .boxs li b{
	color: #f30a23;
}
.section1 .box .item .yuan button{
	background: #f30a23;
	border-radius: 5px;
    text-align: center;
    width: 100%;
    padding: .8rem 0;
    font-size: 1.2rem;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.section1 .liucheng{
	margin: 2rem 0;
}
.section1 .liucheng li{
	text-align: center;
}
.section1 .liucheng li i{
	display: inline-block;
	background: #FFF;
	border-radius: 50%;
	text-align: center;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ee1d23;
	font-style: italic;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	
}
.section1 .liucheng li span{
	font-size: 1.1rem;
	margin: 0 1rem;
	
}

.section2{
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
	padding: 7rem 10rem;
}
.section2 .box{
	background: #FFF;
	border-radius: .6rem;
	padding: 6rem;
}
.section2 .box h2{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 3rem;
}
.section2 .box .text p{
	width: 80%;
	margin: 0 auto;
	color: #999;
	line-height: 2rem;
}
.section2 .box .text p strong{
	display: block;
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 2rem;
}

.section3{
	padding: 5rem 0;
	background: url(../images/bg2.png) no-repeat right;
}
.section3 .tit{
   margin-bottom: 3rem;
}
.section3 .tit p{
	font-size: 1.1rem;
	margin: .5rem 0;
	color: #666;
}
.section3 .tit .box{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.section3 .tit .box h2{
   font-size: 2.6rem;
   font-weight: 600;
}
.section3 .tit .box .anli-nav{
	margin-bottom: .3rem;
}
.section3 .tit .box .anli-nav li{
   font-size: 1.3rem;
   font-weight: 500;
   margin: 0 .5rem;
}
.section3 .tit .box .anli-nav li:nth-of-type(9){
   display: none;
}

.section3 .tit .box .anli-nav .more{
	margin-left: 2rem;
    font-size: 1.3rem;
    font-weight: 500;
}
.section3 .top{
	margin-top: 3rem;
}

.section3 .top .left{
	width: 49%;
	box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border-radius: 10px;
}
.section3 .top .left img{
	width: 100%;
}
.section3 .top .right{
	background: #FFF;
	width: 49%;
	box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border-radius: 10px;
}
.section3 .top .right .img img{
	width: 100%;
}
.section3 .top .right .text{
	padding:1rem;
}

.section3 .top .right .text h3{
	font-size: 1.4rem;
}

.section3 .top .right .text p{
	color: #666;
	font-size:1rem;
}

.section3 .anli-list{
	margin: 1.5rem 0;

}
.section3 .anli-list .item{
	background: #FFF;
	width: 23.5%;
	margin-bottom: 1.5rem;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 1px 5px 8px 0px rgba(0, 0, 0, 0.2);
}
.section3 .anli-list .item .img{
	position: relative;
}
.section3 .anli-list .item .img .qj{
	position: absolute;
	top: 1rem;
    right: 1rem;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 5px;
    z-index: 9;
    padding:.4rem .5rem;
}
.section3 .anli-list .item .img .qj a{
	color: #FFF;
}
.section3 .anli-list .item .img .qj a:hover{
	color: #f30a23;
}
.section3 .anli-list .item .text{
	padding:1rem;
}

.section3 .anli-list .item .text h2{
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: .5rem;
	color: #222;
}

.section3 .anli-list .item .text p{
	color: #666;
	font-size:1rem;
}
.section3 .allmore{
	display: inline-block;
	background: #1d1a18;
	border-radius: 5rem;
	padding: .6rem;
	margin: 2rem 0 4rem;
	transition: all .5s;
}
.section3 .allmore:hover{
	background: #f30a23;
}
.section3 .allmore i{
	background: #FFF;
	font-size: 1rem;
	color: #222;
	border-radius: 5rem;
	padding: .8rem;
	font-weight: bold;
}

.section3 .allmore a{
	color: #FFF;
}
.section3 .allmore span{
	margin: 0 2rem;
	font-size: 1.125rem;
}

.section3 .team-box{
	margin: 1.5rem 0;

}
.section3 .team-box .img{
	position: relative;
	overflow: hidden;
	border-radius: .5rem;
}
.section3 .team-box .img .text{
	position: absolute;
	left: 2rem;
	top: 2rem;
    right: 2rem;
    z-index: 9;
}

.section3 .team-box .img .text h2{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: .5rem;
}

.section3 .team-box .img .text p{
	color: #666;
	font-size:1rem;
}

.section3 .team-box .swiper-pagination1 {
	text-align: center;
	margin-top: 2rem;
}

.section3 .team-box .swiper-pagination1 span {
	background: rgba(0, 0, 0, 0.3);
	width: .675rem;
	height: .675rem;
	border-radius: 50%;
	margin: 0 0.4rem !important;
	opacity: 1;
}

.section3 .team-box .swiper-pagination1 span.swiper-pagination-bullet-active {
	background: #f30a23;
}

.section4{
	background: url(../images/bg3.jpg) no-repeat top;
	background-size: 100%;
}
.section4 .tit{
   padding: 4rem 0;
   color: #FFF;
}
.section4 .tit h2{
	font-size: 2.6rem;
    font-weight: 600;

}
.section4 .tit p{
	font-size: 1.1rem;
	margin: .5rem 0;
}
.section4 .box{
	background: #FFF;
	padding: 1.5rem;
}
.section4 .box .item{
	width: 13.5%;
	margin-bottom: 1.5rem;
	border: 1px solid #e7e7e7;
}
.section6{
	background: url(../images/bg5.jpg) no-repeat;
	background-size: cover;
	padding: 5rem 0;
}
.section6 .tit{
   padding: 3rem 0;
}
.section6 .tit h2{
	font-size: 2.6rem;
    font-weight: 600;
    color: #222;

}
.section6 .tit p{
	font-size: 1.1rem;
	margin: .5rem 0;
	color: #666;
}
.section6 .box{
	width: 48%;
}
.section6 .box .text{
	border-bottom: 1px solid #999;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.section6 .box .tits{
	font-size: 2.6rem;
    font-weight: 600;
    color: #222;
	margin-bottom: 2rem;
}

.section6 .box .text .p1{
	font-size: 1.2rem;
	color: #666;
}
.section6 .box .text .p2{
	font-size: 1.4rem;
	color: #f30a23;
	font-weight: bold;
	margin: 1rem 0 2rem;
}
.section6 .box .text .p3{
	font-family: 'gilroy_Medium';
	font-size: 4.2rem;
	color: #f30a23;
	font-weight: bold;
}
.section6 .box .item{
	width: 33%;
	text-align: center;
	color: #222;
}

.section6 .box .item span{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 1rem 0;
}

.section6 .box .item .name{
	font-family: 'gilroy_Medium';
	font-size: 3.2rem;
	
}


@media screen and (max-width: 1024px) {



}

@media screen and (max-width: 990px) {
	.header {
		display: none;
	}
	.pcnavbg{
		display: none;
	}
	.section1 .tit h2{
		font-size: 2.5rem;
	}
	.section2{
		padding: 5rem;
	}
	.section2 .box{
		padding: 2rem;
	}
	.section4 .box .item{
		width: 18.5%;
	}

}


@media screen and (max-width: 768px) {

	.header {
		display: none;
	}
	.pc-banner .mySwipera .swiper-slide .video-box video{
		width: 100%;
		height: auto;
	}

	.pcnavbg{
		display: none;
	}
	.section1 .tit h2{
		font-size: 2rem;
	}
	.section1 .box{
		padding: 1rem;
	}
	.section1 .box .item{
		width: 100%;
		margin: 1rem 0;
	}
	.section1 .box .item .zs01 h2,.section1 .box .item .zs02 .titss h2{
		font-size: 2rem;
	}

	.section1 .liucheng li{
		width: 48%;
		margin: 1rem 0;
	}
	.section2{
		padding: 1rem;
	}
	.section2 .box{
		padding: 1rem;
		padding-top: 2rem;
	}
	.section2 .box h2{
		font-size: 2rem;
	}
	.section2 .box .text p{
		width: 95%;
	}
	.section3 .tit .box {
	    display: flex;
		flex-wrap: wrap;
	    align-items: flex-end;
	    justify-content: flex-start;
	}
	.section3 .tit .box h2{
		font-size: 2rem;
		width: 100%;
		margin-bottom: 1rem;
	}
	.section3 .tit .box .anli-nav{
		width: 100%;
	}
	.section3 .tit .box .anli-nav li{
		margin: 0;
		width: 23%;
		padding-bottom: 1rem;
	}
	.section3 .tit .box .anli-nav .more{
		width: 100%;
		margin-left: 0;
	}
	.section3 .top .left{
		width: 100%;
		margin-bottom: 1rem;
	}
	.section3 .top .right{
		width: 100%;
	}
	.section3 .anli-list .item{
		width: 100%;
	}
	.section3 .team-list .item{
		width: 100%;
	}
	.section4 .tit{
		padding: 1rem 0;
	}
	.section4 .tit h2{
		font-size: 2rem;
	}
	.section4 .box{
		padding: 0;
	}
	.section4 .box .item{
		width: 31%;
	}

	.section6 .tit{
		padding: 2rem 0;
	}
	.section6 .tit h2,.section6 .box .tits{
		font-size: 2rem;
	}
	.section6 .box{
		width: 100%;
	}
	.section6 .box .item .name{
		font-size: 2.1rem;
	}
	
	footer .tit {
	    margin: 4rem 0 3rem;
	}
	footer .tit h2{
		font-size: 2.2rem;
	}
	footer .foot-nav .left{
		display: none;
	}
	footer .foot-nav .right{
		width: 100%;
	}
	footer .foot-nav .right .text{
		color: #333;
	}
	footer .foot-nav .right .wx .img span{
		color: #333;
	}
	footer .link span{
		width: 100%;
		margin-bottom: 1rem;
	}
	footer .link a{
		padding: 0;
	}
	footer .copy{
		padding: 2rem 0;
	}
	footer .copy img{
		display: none;
	}
	footer .copy p{
		padding: 0;
		line-height: 2rem;
	}
}