@import url(siyuan.css);
*{
	--mainblue:#333333;
	--maingreen:#ec4444;
	--mainred:#c41818;
}
.fontsEn p{
	font-size: 50px;
}
.fontsCh p{
	font-size: 40px;
}
.btnIcon1{
	width: 10px;
	display: block;
}
.btnIcon2{
	width: 10px;
	display: none;
}
 .swiper-button-prev:hover .btnIcon1, .swiper-button-next:hover .btnIcon1{
 	display: none;
 }
 .swiper-button-prev:hover .btnIcon2, .swiper-button-next:hover .btnIcon2{
 	display: block;
 }
.banner{
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	/*
	max-width:1920px;
	height:56.18vw;
	max-height: 1080px;
	*/
	height:100vh;
	max-height:56.18vw;
	z-index: 14;
	overflow:hidden;
}
.banner:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0);
	opacity: 0;
	z-index: 13;
}
.banner.banner-bg:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0);
	z-index: 51;
	opacity: 0.7;
	/*transition: .5s linear;*/
	animation: bg-opacity 1s linear;
}
/***********透明度**********/
@keyframes bg-opacity {
	from{
		opacity: 0;
	}
	to{
		opacity: 0.7;
	}
}
.banner .swiper-container{
	width: 100%;
	/*
	height:56.18vw;
	max-height: 1080px;
	*/
	/*height:100vh;*/
	/*max-height:56.18vw;*/
	height:100%;
	z-index: 50;
}
.banner .swiper-slide{
	position: relative;
	height: 100%;
}
.banner .swiper-slide .bannerImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.banner .swiper-slide .bannerImg a{
	display:block;
	height:100%;
}
.banner .swiper-slide img{
	width: 100%;
	height: 100%;
	/*
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
	*/
}
.banner .swiper-slide .bannerImg video{
	width: 100%;
	height: 100%;
	object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.banner .swiper-slide .fonts{
	position: absolute;
	width: 100%;
	top: 50%;
    transform: translateY(-20%);
	/*left: -200px;*/
	opacity: 0;
	z-index: 25;
}
.banner .swiper-slide.swiper-slide-active .fonts{	
	font-family: "siyuan";
	opacity: 1;
	left: 0;
	transition: all 1.5s ease;
    transform: translateY(-50%);
}
.banner .swiper-slide-active .fonts .tit{	
	/*padding:0 12%;*/
	text-shadow: 0 0 2px #000;
}
.banner .swiper-slide-active img{	
	transform: scale(1.1);
	-webkit-transform: scale(1,1);
	transition: all 2s ease;
}
.banner .swiper-slide .fonts p{
	font-family: "siyuan";
	text-align: left;
	font-size: 2.8vw;
	color: #fff;
	margin-bottom:40px;
	text-shadow:0 0 3px #000;
	font-weight:bold;
}
.banner .swiper-slide .fonts span{
	font-family: "siyuan";
	display:block;
	/*width:35%;*/
	text-align: left;
	font-size: 1.3vw;
	line-height:1.5vw;
	color: #fff;
}
.banner .swiper-slide .fonts .more{
	/*width: 100%;*/
	margin-top: 40px;
}
.banner .swiper-slide .fonts a{
    position: relative;
    display: block;
    width: 150px;
    font-size: 18px;
    color: #fff;
    height: 50px;
    border: 1px solid #bfbfbf6b;
    border-radius: 25px;
    line-height: 46px;
    z-index: 9;
    text-align: center;
	background:var(--mainblue);
}
.banner .swiper-slide .fonts a i{
	margin-left: 15px;
	color: #fff;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
	/*max-height:56.5vw;*/
}
.banner .swiper-slide video{
	width: 100%;
	height: 100%;
}
.banner .swiper-pagination-bullets{
	bottom: 25px ;
}
.banner .swiper-pagination-bullet{
	position: relative;
	
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
.banner  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
	border:1px solid var(--mainblue);
}
.banner .swiper-pagination-bullet-active{
	background: var(--mainblue);
	border:1px solid #fff !important;
}
.banner .swiper-pagination-bullet-active:after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid var(--mainblue);
	animation: circle 1s  ease-out infinite;
}
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{
	left: 8%;
}

.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev{
	right: 8%;
}
.banner .pc_banner{
	display: block;
}
.banner .swiper-slide img.pc_banner{
	width:100%;
	height:100%;
	object-fit: cover;
}
.banner .mb_banner{
	display: none;
}
/***********放射效果**********/
@keyframes circle{
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(236,68,68,.6), 0 0 10px 10px rgba(213,64,64,.4), 0 0 0 5px rgba(205,60,60,.2); /* 三层阴影 */
       transform: scale(1); /* 放大两倍 */
    }
    100% {
        box-shadow: 0 0 0 2px rgba(236,68,68,.6), 0 0 10px 10px rgba(213,64,64,.4), 0 0 0 5px rgba(205,60,60,.2);
        transform: scale(1.5); /* 放大两倍 */
        opacity: .2;
    }
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	top: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	
}
.banner .swiper-button-prev i,.banner .swiper-button-next i{
	font-size: 30px;
	color: #A0A0A0;
}
/*
.banner .swiper-button-prev:after, .banner .swiper-container-rtl .swiper-button-next:after{
	content: "";
}
.banner .swiper-button-next:after, .banner .swiper-container-rtl .swiper-button-prev:after{
	content: "";
}
*/
.banner .swiper-button-disabled{
	opacity: .7;
}
/*
.banner .swiper-button-prev:before,.banner .swiper-button-next:before{
	position: absolute;
	content: "";
	left: -5px;
	top: -5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: url(../image/line-quan1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{
	background: var(--mainblue);
	color: #fff;	
}
.banner .swiper-button-prev:hover i,.banner .swiper-button-next:hover i{
	color: #fff;	
}

.banner .swiper-button-prev:hover:before,.banner .swiper-button-next:hover:before{
	border: 0px dashed var(--mainblue);
	animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: orbit;
    animation-duration: 2s;
}
*/
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
	color: var(--maingreen);	
}
.banner .swiper-button-prev:hover:after,.banner .swiper-button-next:hover:after{
	color: var(--mainblue);	
}

.indexMainBox{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	background: #fff;
}
.indexMainBox2{
	position: relative;
}
.indexMainBox{
	top: 100vh;
}
.pro{
	position: relative;
	margin-top: 150px;
	width: 100%;
	background: none;
	min-height: 450px;
	z-index: 20;
	background: #fcfcfc;
}
.pro .center{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0px;
	background: #fff;
	border-radius: 10px;
	z-index: 10;
	box-shadow: 0px 20px 25px 2px rgba(0, 0, 0, 0.05);
	padding: 0 75px;
	margin-bottom: 100px;
	height: 520px;
}
.pro .center.proBox{
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0px;
	transition: all 1s ease-in-out;
}
.pro .tab-block{
	position: relative;
	width: 100%;
	
}
.pro .tab-block .tab-buttons ul{
	position: relative;
	display: flex;
	/*flex-wrap: wrap;*/
	border-bottom: 1px solid #e5e5e5;
}
.pro .tab-block .tab-buttons ul li,.pro .mySwiper2 .tab-buttons ul li{
	position: relative;
	padding:37px 0px;
	width: 100%;
}
.pro .tab-block .tab-buttons ul li.cur,.pro .mySwiper2 .tab-buttons ul li.cur{
	transition: .6s linear;
}
.pro .tab-block .tab-buttons ul li a,.pro .mySwiper2 .tab-buttons ul li a{
	display: block;
	width: 100%;
	border-right: 1px solid #e5e5e5;
}
.pro .tab-block .tab-buttons ul li:last-child a,.pro .mySwiper2 .tab-buttons ul li:last-child a{
	border: none;
}
.pro .tab-buttons ul li a>div{
	display: flex;
	justify-content: center;
}
.pro .tab-buttons ul li .proTypeImg .type01{
	display: block;
}
.pro .tab-buttons ul li .proTypeImg .type02{
	display: none;
}
.pro .tab-buttons ul li:hover .proTypeImg .type01{
	display: none;
}
.pro .tab-buttons ul li:hover .proTypeImg .type02{
	display: block;
}
.pro .tab-buttons ul li.cur .proTypeImg .type01{
	display: none;
}
.pro .tab-buttons ul li.cur .proTypeImg .type02{
	display: block;
}
.pro .tab-buttons ul li .proTypeName{
	margin-top: 25px;
	text-decoration: none !important;
	font-family:"siyuan";
	font-size: 20px;
}
.pro .tab-buttons ul li .proTypeName p{
	color: #333;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.pro .tab-buttons ul li.cur .proTypeName p{
	color: var(--mainblue);
	text-decoration: none !important;
}
.pro .tab-buttons ul li:hover .proTypeName p{
	color: var(--mainblue);
	text-decoration: none !important;
}
.pro .tab-buttons ul li:after{
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	background: var(--mainblue);
}
.pro .tab-buttons ul li.cur:after{
	width: 100%;
	transition: .6s linear;
}
.pro .tab-buttons ul li:hover:after{
	width: 100%;
	transition: .6s linear;
}
.pro .tab-block .tabs{
	position: relative;
	width: 100%;
}
.pro .tab-block .tabs .tab-item{
	position: relative;
	width: 100%;
	display: none;
	min-height: 250px;
	padding: 15px 0;
}
.pro .tab-block .tabs .tab-item.active{
	display: block;
}
.pro .tab-block .tabs .tab-item .swiper-container{
	position: relative;
	width: 90%;
	overflow:hidden;
}
.pro .tab-block .tabs .tab-item .swiper-container .swiper-wrapper{
	
}	
.pro .tab-block .tabs .tab-item .swiper-container .swiper-wrapper .swiper-slide{
	display:block;
}	
.pro .tab-item .swiper-container .swiper-slide>div{

}
.pro .tab-item .swiper-container .swiper-slide .proBox{
	position: relative;
	width: 100%;
}
.pro .tab-item .swiper-container .swiper-slide.morePro .proBox{
	position: relative;
	display: flex;
	justify-content: center;
}

.pro .tab-item .swiper-container .swiper-slide .proImg{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/*height: 17.13541vw;*/
	padding: 40px;
	overflow: hidden;
}
.pro .tab-item .swiper-container .swiper-slide.morePro .proImg{
	position: relative;
	width: 192px;
	height: 192px;
	overflow: hidden;
}
.pro .tab-item .swiper-container .swiper-slide .proImg img{
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	border-radius: 15px;
    box-shadow: 0 0 2px #ddd;
}
.pro .tab-item .swiper-container .swiper-slide:hover .proImg img{
	transform: scale(1.05);
}
.pro .tab-item .swiper-container .swiper-slide.morePro{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 17.13541vw;
}
.pro .tab-item .swiper-container .swiper-slide.morePro .proImg img{
	position: absolute;
	top: 1px;
	left: 1px;
}
.pro .tab-item .swiper-container .swiper-slide.morePro .proImg .quan2{
	animation-name: rotate_;
    animation-timing-function: linear;
    animation-iteration-count: 1000;
    animation-duration: 7s;
}
.pro .tab-item .swiper-container .swiper-slide.morePro .proImg .quan3{
	animation-name: rotate_;
    animation-timing-function: linear;
    animation-iteration-count: 1000;
    animation-duration: 12s;
}
@keyframes rotate_ {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
  }
}
.pro .tab-item .ipro-more{
	margin-top:30px;
}
.pro .tab-item .ipro-more a{
	display:block;
	margin:auto;
	width:180px;
	line-height:50px;
	border-radius: 25px;
	font-size:18px;
	background:var(--mainblue);
	color:#fff;
	text-align:center;
	transition: all 0.5s;
}
.pro .tab-item .ipro-more a:hover{
	background:var(--maingreen);
}
.pro .tab-item .nopro{
	display: flex;
    width: 100%;
    height: 100%;
    min-height: 250px;
    justify-content: center;
    align-items: center;
}
.pro .tab-item .swiper-container .swiper-slide .more{
	position: absolute;
	bottom: 50px;
	display: block;
	width: 100%;
	text-align: center;
	opacity: 0;
}
.pro .tab-item .swiper-container .swiper-slide:hover .more{
	bottom: 41%;
	opacity: 1;
	transition: all 1s;
}
.pro .tab-item .swiper-container .swiper-slide .more a{
	display: inline-block;
	width: 150px;
	height: 50px;
	border-radius: 25px;
	background: rgba(0,0,0,.2);
	line-height: 50px;
	color: #fff;
}
.pro .tab-item .swiper-container .swiper-slide .more a i{
	margin-left: 15px;
	color: #fff;
}
.pro .tab-item .swiper-container .swiper-slide .more a img{
	width: auto;
	height: auto;
}

.pro .tab-item .swiper-container .swiper-slide .proTit{
	margin-top: 0px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	font-family:"siyuan";
}
.pro .tab-item .swiper-container .swiper-slide .proTit p{
	color: #333;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.pro .swiper-button-prev,.pro .swiper-button-next{
	top: 41%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	
}
.pro .swiper-button-prev i,.pro .swiper-button-next i{
	font-size: 30px;
	color: #A0A0A0;
}
.pro .swiper-button-prev:after, .pro .swiper-container-rtl .swiper-button-next:after{
	content: "";
}
.pro .swiper-button-next:after, .pro .swiper-container-rtl .swiper-button-prev:after{
	content: "";
}
.pro .swiper-button-disabled{
	opacity: .7;
}
.pro .swiper-button-prev:before,.pro .swiper-button-next:before{
	position: absolute;
	/*content: "";*/
	left: -5px;
	top: -5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: url(../image/line-quan1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.pro .swiper-button-prev:hover,.pro .swiper-button-next:hover{
	background: var(--mainblue);
	color: #fff;	
}
.pro .swiper-button-prev:hover i,.pro .swiper-button-next:hover i{
	color: #fff;	
}
.pro .swiper-button-prev:hover:before,.pro .swiper-button-next:hover:before{
	border: 0px dashed var(--mainblue);
	animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: orbit;
    animation-duration: 2s;
}
.pro .swiper-button-disabled{
	opacity: 0.4;
}
@keyframes orbit {
	0% {
		transform:translate(0%,0%) rotate(-360deg);
	}
	100% {
		transform:translate(0%,0%) rotate(0deg);
	}
}	
.advantage{
	position: relative;
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 800px;
	z-index: 20;
	overflow: hidden;
}
.advantage .center{
	padding-top: 125px;
	z-index: 21;
}
.advantage .center .advantage-tit{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.advantage .center .advantage-tit .fontsEn p{
	font-family: Arial;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.3;
}
.advantage .center .advantage-tit .fontsCh{
	margin-top: 10px;
}
.advantage .center .advantage-tit .fontsCh p{
	font-family:"siyuan";
	
	color: #FFFFFF;
	line-height: 1;
}
.advantage .center .readMore{
	display: block;
	position: relative;
	margin-top: 70px;
}
.advantage .center .readMore a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	width: 150px;
	height: 50px;
	border: 1px solid #FFFFFF40;
	border-radius: 25px;
	line-height: 46px;
	text-align: center;
	z-index: 9;
	font-family:"siyuan";
}
.advantage .center .readMore:after{
	position: absolute;
	content: "";
	width: 150px;
	height: 100%;
	top: 0%;
	left: 00%;
	background: #fff;
	border-radius: 25px;
	z-index: 8;
	transform: scale(0.8);
	opacity: 0;
	transition: all .5s linear;
}
.advantage .center .readMore:hover a{
	border: none;
	color: #666;
}
.advantage .center .readMore:hover:after {
	transform: scale(1);
	opacity: 1;
}
.advantage .center .readMore a i{
	display: inline-block;
	margin-left: 15px;
	font-size: 25px;
	color: #FFFFFF;
}
.advantage .center .readMore:hover a i{
	color: #666;
}
.advantage .center .readMore .moreIcon1{
	display: block;
}
.advantage .center .readMore .moreIcon2{
	display: none;
}
.advantage .center .readMore:hover .moreIcon1{
	display: none;
}
.advantage .center .readMore:hover .moreIcon2{
	display: block;
}
.advantage .center .advBox{
	position: relative;
	margin-top: 100px;
	width: 50%;
}
.advantage .center .advBox .advList{
	position: relative;
}
.advantage .center .advBox .advList ul{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.advantage .center .advBox .advList ul li{
	width: 33.3%;
}
.advantage .center .advBox .advList ul li a{
	position: relative;
	display: inline-block;
	font-family:"siyuan";
	font-size: 30px;
	color: #fff;
	opacity: 0.5;
	line-height: 80px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.advantage .center .advBox .advList ul li.on a,.advantage .center .advBox .advList ul li:hover a{
	opacity: 1;
}
.advantage .center .advBox .advList ul li a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: -1px;
	background: var(--mainblue);
}
.advantage .center .advBox .advList ul li.on a:after,.advantage .center .advBox .advList ul li:hover a:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -1px;
	background: var(--mainblue);
	transition: .5s linear;
}
.advantage .center .advItemList{
	position: relative;
	margin-top: 60px;
}
.advantage .center .advItemList .advItem{
	padding-right: 70px;
	display: none;
}
.advantage .center .advItemList .advItem.active{
	display: block;
}
.advantage .center .advItemList .advItem p{
	font-family:"siyuan";
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.advantage .bgList{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20;
}
.advantage .bgList .bgItem{
	position: relative;
	display: none;
	width: 100%;
	max-width:1920px;
	margin:auto;
	height: 100%;
}
.advantage .bgList .bgItem:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: linear-gradient(to right, #000000aa 0%, #00000066 50%, #00000000 55%);
}
.advantage .bgList .bgItem img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.advantage .bgList .bgItem.active{
	display: block;
}
.advantage .bgList .bgItem video{
	position: relative;
	width: 100%;
	object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.advantage .bgList .bgItem:nth-child(2):after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,6,21,.4);
	z-index: 20;
}
.advantage .bgList .bgItem:nth-child(2){
	/*
	background-image: url(../image/advantge_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	*/
}
.service{
	position: relative;
	background-image: url(../image/service-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	height: 800px;
	display: flex;
	justify-content: space-between;
	z-index: 20;
}
.service .ser-left{
	position: relative;
	padding: 90px 80px 100px 8%;
	width: 50%;
}
.service .ser-right{
	width: 50%;
}
.service .ser-right img{
	width: 100%;
	height: 100%;
}
.service .ser-left .fontsEn p{
	font-family: Arial;
	color: #222;
	line-height: 1;
	opacity: 0.2;
}
.service .ser-left .fontsCh{
	margin-top: 15px;
}
.service .ser-left .fontsCh p{
	font-family:"siyuan";
	color: #333;
	line-height: 1;
}
.service .ser-left .serv-con{
	position: relative;
	margin-top: 150px;
}
.service .ser-left .serv-con p:first-child{
	position: relative;
	font-size: 30px;
	color: #888888;
	height: 35px;
	text-indent: 50px;
}
.service .ser-left .serv-con p i{
	display: inline-block;
	position: absolute;
	width: 35px;
	height: 35px;
	top: 0;
	left: 0;
	background: var(--mainblue);
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
}
.service .ser-left .serv-con p img{
	display: block;
	width: 20px;
	margin-top: 8px;
	margin-left: 7.5px;
}
.service .ser-left .serv-con .tel{
	margin-top: 10px;
	font-size: 100px;
	font-family: Arial;
	color: #333333;
	line-height: 1;
}
.service .ser-left .readMore{
	position: relative;
	margin-top: 150px;
	width: 150px;
}
.service .ser-left .readMore a{
	position: relative;
	display: block;
	width: 150px;
	font-size: 18px;
	color: #666;
	height: 50px;
	border: 1px solid #BFBFBF;
	border-radius: 25px;
	line-height: 46px;
	z-index: 9;
	text-align: center;
	font-family:"siyuan";
}
.service .ser-left .readMore:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0%;
	left: 00%;
	background: #BFBFBF;
	border-radius: 25px;
	z-index: 8;
	transform: scale(0.8);
	opacity: 0;
	transition: all .5s linear;
}
.service .ser-left .readMore:hover a{
	border: none;
	color: #fff;
}
.service .ser-left .readMore:hover:after {
	transform: scale(1);
	opacity: 1;
}
.service .ser-left .readMore a i{
	display: inline-block;
	margin-left: 10px;
	font-size: 25px;
	color: #666;
}
.service .ser-left .readMore:hover a i{
	color: #fff;
}
.service .ser-left .readMore .moreIcon1{
	display: block;
}
.service .ser-left .readMore .moreIcon2{
	display: none;
}
.service .ser-left .readMore:hover .moreIcon1{
	display: none;
}
.service .ser-left .readMore:hover .moreIcon2{
	display: block;
}
.case{
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	left: 0;
	height: 800px;
	z-index: 20;
	/*background-image: url(../images/case-bg2.png);*/
	background-repeat: no-repeat;
	background-size:25% 100%;
	background-position: left;
	overflow: hidden;
}
.case .case-left{
	display: block;
	position: relative;
	width: 25%;	
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	background-image: url(../image/case-bg.png);
}
.case .case-left .case-left-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,6,21,.85);
}
.case .case-left .caseTie{
	position: relative;
	margin-left: 32%;
	margin-top: 90px;
}
.case .case-left .caseTie .fontsEn p{
	font-family: Arial;
	color: #fff;
	line-height: 1;
	opacity: 0.2;
}
.case .case-left .caseTie .fontsCh{
	margin-top: 30px;
}
.case .case-left .caseTie .fontsCh p{
	font-family:"siyuan";
	color: #fff;
	line-height: 1;
}
.case .case-left .caseTitle{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 83px 0;
	background: rgba(215, 215, 215, .1);
	padding-left: 32%;
}
.case .case-left .caseTitle .title{
	width: 100%;
	font-size: 34px;
	color: #FFFFFF;
	font-family:"siyuan";
}
.case .case-left .caseTitle .readMore{
	position: relative;
	margin-top: 50px;
	width: 150px;
}
.case .case-left .caseTitle .readMore a{
	position: relative;
	display: block;
	width: 150px;
	font-size: 18px;
	color: #fff;
	height: 50px;
	border: 1px solid #ffffff40;
	border-radius: 25px;
	line-height: 46px;
	z-index: 9;
	text-align: center;
	font-family:"siyuan";
}
.case .case-left .caseTitle .readMore:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0%;
	left: 00%;
	background: #fff;
	border-radius: 25px;
	z-index: 8;
	transform: scale(0.8);
	opacity: 0;
	transition: all .5s linear;
}
.case .case-left .caseTitle .readMore:hover a{
	border: none;
	color: #666;
}
.case .case-left .caseTitle .readMore:hover:after {
	transform: scale(1);
	opacity: 1;
}
.case .case-left .caseTitle .readMore a i{
	display: inline-block;
	margin-left: 10px;
	font-size: 25px;
	color: #fff;
}
.case .case-left .caseTitle .readMore:hover a i{
	color: #666;
}
.case .case-left .caseTitle .readMore .moreIcon1{
	display: block;
}
.case .case-left .caseTitle .readMore .moreIcon2{
	display: none;
}
.case .case-left .caseTitle .readMore:hover .moreIcon1{
	display: none;
}
.case .case-left .caseTitle .readMore:hover .moreIcon2{
	display: block;
}
.case .case-right{
	width: 75%;
	height: 100%;
}
.case .case-right .swiper-slide img{
	width: 100%;
	height: 100%;
}
.case .swiper-button-prev,.case .swiper-button-next{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	
}
.case .swiper-button-prev,.case .swiper-container-rtl .swiper-button-next{
	left: 70px;
}
.case .swiper-button-next, .case .swiper-container-rtl .swiper-button-prev{
	right: 70px;
}
.case .swiper-button-prev i,.case .swiper-button-next i{
	font-size: 30px;
	color: #fff;
}
.case .swiper-button-prev:after, .case .swiper-container-rtl .swiper-button-next:after{
	content: "";
}
.case .swiper-button-next:after, .case .swiper-container-rtl .swiper-button-prev:after{
	content: "";
}
.case .swiper-button-disabled{
	opacity: .7;
}
.case .swiper-button-prev:before,.case .swiper-button-next:before{
	position: absolute;
	content: "";
	left: -5px;
	top: -5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 0px #fff dotted;
	background-image: url(../image/line-quan.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.case .swiper-button-prev:hover,.case .swiper-button-next:hover{
	background: var(--mainblue);
	color: #fff;	
}
.case .swiper-button-prev:hover i,.case .swiper-button-next:hover i{
	color: #fff;	
}
.case .swiper-button-prev:hover:before,.case .swiper-button-next:hover:before{
	border: 0px dotted #fff;
	animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: orbit;
    animation-duration: 2s;
}
@keyframes orbit {
	0% {
		transform:translate(0%,0%) rotate(-360deg);
	}
	100% {
		transform:translate(0%,0%) rotate(0deg);
	}
}
.case .swiper-pagination-bullets{
	display: flex;
    justify-content: center;
    align-content: end;
	bottom: 100px ;
	height: 20px;
}
.case .swiper-pagination-bullet{
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	opacity: .8;
	color: rgba(255,255,255,0);
	line-height: 20px;
	margin-top: 10px !important;
}
.case  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.case .swiper-pagination-bullet-active{
	background: none;
	font-size: 20px;
	font-family: Arial New Roman;
	font-weight: 400;
	color: #E50682;
	opacity: 1;
	margin-top: 0 !important;
}
.case .swiper-button-disabled{
	opacity: 0;
}
.case .caseName{
	display: none;
}
.about{
	position: relative;
	/*min-height: 600px;*/
	/*
	background-image: url(../image/abbg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment:fixed;
	*/
	background:#fff;
	/*margin-top: -3px;*/
	z-index: 20;
}
.about .center{
	padding-top: 80px;
	padding-bottom: 50px;
}
.about .aboutMsg{
	display: flex;
	justify-content: space-between;
}
.about .aboutMsg .fontsEn p{
	font-family: Arial;
	color: #B9B9B9;
	line-height: 1;
	opacity: 0.6;
}
.about .aboutMsg.fontsCh{
	margin-top: 20px;
}
.about .aboutMsg .fontsCh p{
	font-family:"siyuan";
	color: #333;
	line-height: 1;
}
.about .aboutMsg .fontsCh h3{
	margin-top:10px;
	font-size:20px;
	font-weight:bold;
	color:#666;
}
.about .aboutMsg .aboutInfo{
	margin-top: 20px;
	padding-right: 80px;
}
.about .aboutMsg .aboutInfo{
	font-family:"siyuan";
	font-size: 18px;
	color: #333;
	line-height: 30px;
}
.about .aboutMsg .aboutInfo p{
	color: #333;
	/*
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
	*/
	line-height:40px;
}
.about .aboutMsg .readMore{
	position: relative;
	margin-top: 30px;
	width: 150px;
}
.about .aboutMsg .readMore a{
	position: relative;
	display: block;
	width: 150px;
	font-size: 18px;
	color: #fff;
	height: 50px;
	border: 1px solid #bfbfbf6b;
	border-radius: 25px;
	line-height: 46px;
	z-index: 9;
	text-align: center;
}
.about .aboutMsg .readMore:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0%;
	left: 00%;
	background: var(--maingreen);
	border-radius: 25px;
	z-index: 8;
	transform: scale(1);
	opacity: 1;
	transition: all .5s linear;
}
.about .aboutMsg .readMore:hover a{
	border: none;
	color: #fff;
}
.about .aboutMsg .readMore:hover:after {
	background: var(--mainblue);
}
.about .aboutMsg .readMore a i{
	display: inline-block;
	margin-left: 10px;
	font-size: 25px;
	color: #fff;
}
.about .aboutMsg .readMore:hover a i{
	color: #fff;
}
.about .aboutMsg .readMore .moreIcon1{
	display: block;
}
.about .aboutMsg .readMore .moreIcon2{
	display: none;
}
.about .aboutMsg .readMore:hover .moreIcon1{
	display: none;
}
.about .aboutMsg .readMore:hover .moreIcon2{
	display: block;
}
.about .aboutMsg .about-r,.about .aboutMsg .about-l{
	position: relative;
	width: 50%;
}
.about .aboutMsg .about-r .aboutImg{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	min-height: 320px;
	position:relative;
}
.about .aboutMsg .about-r .aboutImg .num{
	position:absolute;
	bottom:0;
	right:0;
	z-index:5;
	padding:0 20px 10px;
	background:var(--mainblue);
	color:#fff;
	text-align:center;
	border-radius: 10px 0 0 0;
}
.about .aboutMsg .about-r .aboutImg .num strong{
	color:#fff;
	font-size:36px;
}
.about .aboutMsg .about-r .aboutImg .num p{
	color:#fff;
	line-height:30px;
}
.about .aboutMsg .about-r .aboutImg img{
	width: 100%;
	height: 100%;
	display:block;
	border-radius: 10px;
	transform: scale(1);
	transition: all 1s linear;
}
/*
.about .aboutMsg .about-r:hover .aboutImg img{
	transform: scale(1.05);
	
}
*/
.about .aboutNum{
	position: relative;
	margin-top: 60px;
	background: #FFFFFF;
	box-shadow: 0px 7px 12px 0px rgba(51, 51, 51, 0.08);
	border-radius: 4px;
	min-height: 180px;
}
.about .aboutNum .numList{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 47px;
}
.about .aboutNum .numList .nums{
	position: relative;
	display: flex;
	justify-content: center;
	width: 25%;
	padding-left: 0px;
}
.about .aboutNum .numList .nums:after{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(51, 51, 51, .1);
}
.about .aboutNum .numList .nums:last-child:after{
	height: 0;
}
.about .aboutNum .numList .nums .num-c p{
	font-size: 3.6vw;
	font-family: Arial;
	color: var(--mainblue);
}
.about .aboutNum .numList .nums .num-l,.about .aboutNum .numList .nums .num-r{
	padding-top: 5px;
}
.about .aboutNum .numList .nums .num-l p,.about .aboutNum .numList .nums .num-r p{
	font-family:"siyuan";
	font-size: 20px;
	color: #666666;
	height: 28px;
	line-height: 28px;
	
}
.about .aboutNum .numList .nums .num-l p:nth-child(2),.about .aboutNum .numList .nums .num-r p:nth-child(2){
	margin-top: 5px;
}
.about .aboutNum .numList .nums .num-c{
	position: relative;
	margin: 0 5px 0 5px;
}
.about .aboutNum .numList .nums .num-c:after{
	position: absolute;
	content: '+';
	top: 0;
	right: -13px;
	width: 18px;
	height: 18px;
	color: var(--mainblue);
	font-size: 40px;
}
.news{
	position:relative;
	z-index:20;
	background-color:#eee;
}
.news .center{
	padding-top: 80px;
    padding-bottom: 80px;
}
.news .newsTie .fontsEn p {
    font-family: Arial;
    color: #999;
    line-height: 1;
    opacity: 0.6;
}
.news .newslist{ padding-top:30px;}
.news .newslist ul{ display:flex; /*flex-wrap:wrap;*/justify-content: space-between;}
.news .newslist ul li{ padding:20px; border-bottom:1px solid #ddd;transition: all 0.5s; width:32%;}
.news .newslist ul li a{display:flex; flex-wrap:wrap; width:100%; height:100%;justify-content: space-between;}
.news .newslist ul li a .newslist-img{ /*width:300px;*/ width:100%; height:50%; display:flex;justify-content: center; align-items: center;}
.news .newslist ul li a .newslist-img img{width:100%; height:100%; object-fit: cover;}
.news .newslist ul li a .newslist-txt{ /*width:calc(100% - 350px);*/ width:100%; display:flex;flex-direction: column;justify-content: space-between;}
.news .newslist ul li a .newslist-txt .newslist-date{ color:#aaa;}
.news .newslist ul li a .newslist-txt .newslist-title{ font-size:25px; line-height:40px;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; text-overflow: ellipsis; -webkit-box-orient: vertical;}
.news .newslist ul li a .newslist-txt .newslist-desc{ line-height:30px; color:#999;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; text-overflow: ellipsis; -webkit-box-orient: vertical;word-break: break-all;}
.news .newslist ul li a .newslist-txt .news-more{
    display: block;
    margin-left: auto;
    width: 100px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    background: var(--mainblue);
    color: #fff;
    text-align: center;
	transition: all 0.5s;
}
.news .newslist ul li a .newslist-txt .news-more:hover{ background:var(--maingreen);}
.news .newslist ul li:hover{ background:#dfdfdf; padding:20px;}
.news .newslist ul li:hover  a .newslist-txt .newslist-desc{ color:#333;}
.news .newslist ul li a .newslist-txt .newslist-date, .news .newslist ul li a .newslist-txt .newslist-title, .news .newslist ul li a .newslist-txt .newslist-desc, .news .newslist ul li a .newslist-txt .news-more {
        margin-top: 20px;
    }
@media screen and (max-width: 2560px){
	.pro{
		min-height:560px;
	}
	.pro .center{
		/*height:670px;*/
		height:auto;
		padding-bottom:30px;
	}
	.pro .tab-item .swiper-container .swiper-slide .proImg{
		/*height: 17.13541vw;*/
	}
	.advantage,.service{
		height: 1066px;
	}
	.case{
		height:1100px;
	}
}
@media screen and (max-width: 1920px){
	header .menu ul li .item{
		font-size: 18px;
	}
	.pro{
		/*min-height:520px;*/
	}
	.pro .center{
		/*height:580px;*/
	}
	.pro .tab-item .swiper-container .swiper-slide .proImg{
		/*height: 17.13541vw;*/
	}
	.advantage,.service{
		height: 800px;
	}
	.case{
		height:800px;
	}
}

@media screen and (max-width: 1700px) {
	header .menu ul li .item{
		font-size: 16px;
	}
	.pro{
		/*min-height: 450px;*/
	}
	.pro .center{
		padding: 0 50px;
		/*height: 510px;*/
	}
	.pro .tab-item .swiper-container .swiper-slide .proImg{
		/*height: 16.83541vw;*/
	}
	.pro .swiper-button-prev, .pro .swiper-button-next{
		width: 35px;
		height: 35px;
	}
	.pro .swiper-button-prev,.pro .swiper-container-rtl .swiper-button-next{
		left: 5px;
	}
	.pro .swiper-button-next, .pro .swiper-container-rtl .swiper-button-prev{
		right: 5px;
	}
	.pro .swiper-button-prev i,.pro .swiper-button-next i,.case .swiper-button-prev i, .case .swiper-button-next i{
		font-size: 20px;
	}
	.pro .swiper-button-prev:before,.pro .swiper-button-next:before{
		left: -5px;
		top: -5px;
		width: 45px;
		height: 45px;
	}
	.pro .swiper-button-prev:before, .pro .swiper-button-next:before{
		left: -5px;
		top: -5px;
		width: 45px;
		height: 45px;
	}
	.case{
		height: 730px;
	}
	.case .case-left{height: 100%;}
	.case .swiper-button-prev,.case .swiper-button-next{
	width: 35px;
	height: 35px;	
}
.case .swiper-button-prev,.case .swiper-container-rtl .swiper-button-next{
	left: 70px;
}
.case .swiper-button-next, .case .swiper-container-rtl .swiper-button-prev{
	right: 70px;
}
.case .swiper-button-prev:before,.case .swiper-button-next:before{
	left: -5px;
	top: -5px;
	width: 45px;
	height: 45px;
}
}

@media screen and (max-width: 1440px){
	.banner .swiper-slide .fonts{
		top: 50%;
        transform: translateY(-20%);
	}
	.banner .swiper-slide .fonts p{
		font-size: 46px;
	}
	.banner .swiper-slide .fonts span{
		font-size: 18px;
		line-height:30px;
	}
	.pro{
		/*min-height: 370px;*/
	}
	.pro .center{
		padding: 0 25px;
		/*height: 450px;*/
	}
	.pro .tab-item .swiper-container .swiper-slide .proImg{
		/*height: 18.23541vw;*/
	}
	.pro .tab-block .tab-buttons ul li, .pro .mySwiper2 .tab-buttons ul li{
		padding: 25px 0px;
	}
	.pro .tab-buttons ul li .proTypeName{
		margin-top: 15px;
	}
	.pro .tab-block .tab-buttons ul li .proTypeName{
		font-size: 18px;
	}
	
	.pro .swiper-button-prev, .pro .swiper-button-next{
		width: 35px;
		height: 35px;
	}
	.pro .swiper-button-prev,.pro .swiper-container-rtl .swiper-button-next{
		left: 5px;
	}
	.pro .swiper-button-next, .pro .swiper-container-rtl .swiper-button-prev{
		right: 5px;
	}
	.pro .swiper-button-prev i,.pro .swiper-button-next i,.case .swiper-button-prev i, .case .swiper-button-next i{
		font-size: 20px;
	}
	.pro .swiper-button-prev:before,.pro .swiper-button-next:before{
		left: -5px;
		top: -5px;
		width: 45px;
		height: 45px;
	}
	.pro .swiper-button-prev:before, .pro .swiper-button-next:before{
		left: -5px;
		top: -5px;
		width: 45px;
		height: 45px;
	}
	.case{
		height: 600px;
	}
	.case .case-left{
		height: 100%;
		background-image: url(../image/case-bg.png);
	}
	.case .swiper-pagination-bullets{
		bottom: 80px;
	}
	.case .swiper-button-prev,.case .swiper-button-next{
	width: 35px;
	height: 35px;	
}
.case .swiper-button-prev,.case .swiper-container-rtl .swiper-button-next{
	left: 70px;
}
.case .swiper-button-next, .case .swiper-container-rtl .swiper-button-prev{
	right: 70px;
}
.case .swiper-button-prev:before,.case .swiper-button-next:before{
	left: -5px;
	top: -5px;
	width: 45px;
	height: 45px;
}
	.fontsEn p{
		font-size: 60px;
	}
	.fontsCh p{
		font-size: 40px;
	}
	.advantage .center .advBox .advList ul li a{
		font-size: 26px;
	}
	.advantage .center .advItemList .advItem p{
		font-size: 16px;
	}
	.service .ser-left .serv-con .tel{
		font-size: 80px;
	}
	.case .case-left .caseTitle .title{
		font-size: 32px;
	}
	.about .aboutMsg .aboutInfo{
		font-size: 16px;
	}
	.about .aboutNum .numList .nums .num-l p, .about .aboutNum .numList .nums .num-r p{
		font-size: 1.2vw;
	}
	.about .aboutNum .numList .nums .num-c p{
		font-size: 4.0vw;
	}
	.about .aboutNum .numList .nums .num-c:after{
		font-size: 18px;
	}
	footer .center .footerList .footer-left dl dt a,footer .center .footerList .footer-left dl dd a,footer .center .footerList .footer-right .cantac-tit .cant-tit{
		font-size: 16px;
	}
	footer .center .footerList .footer-right .ewm .ewm-img p,footer .center .footer-bottom p,footer .center .footer-bottom p a{
		font-size: 16px;
	}
	.advantage{
		height: 650px;
	}
	.advantage .center{
		padding-top: 95px;
	}
	.advantage .center .advBox{
		margin-top: 70px;
		width: 60%;
	}
	.service{
		height: 650px;
	}
	.service .ser-left{
		padding: 80px 80px 80px 8%;
	}
	.service .ser-left .serv-con{
		margin-top: 100px;
	}
	.service .ser-left .readMore{
		margin-top: 90px;
	}
}
@media screen and (max-width: 1280px){
	.pro{
		/*min-height: 450px;*/
	}
	.pro .center{
		padding: 0 10px;
		/*height: 420px;*/
	}
	.pro .tab-item .swiper-container .swiper-slide .proImg{
		/*height: 17.93541vw;*/
	}
	.pro .tab-block .tab-buttons ul li .proTypeName{
		font-size: 16px;
	}
	.pro .tab-item .swiper-container .swiper-slide .proImg img{
		width: 100%;
		height: auto;
	}
	.pro .swiper-button-prev, .pro .swiper-button-next{
		width: 25px;
		height: 25px;
	}
	.pro .swiper-button-prev,.pro .swiper-container-rtl .swiper-button-next{
		left: -5%;
	}
	.pro .swiper-button-next, .pro .swiper-container-rtl .swiper-button-prev{
		right: -5%;
	}
	.pro .swiper-button-prev i,.pro .swiper-button-next i,.case .swiper-button-prev i, .case .swiper-button-next i{
		font-size: 20px;
	}
	.pro .swiper-button-prev:before,.pro .swiper-button-next:before{
		left: -5px;
		top: -5px;
		width: 35px;
		height: 35px;
	}
	.pro .swiper-button-prev:before, .pro .swiper-button-next:before{
		left: -5px;
		top: -5px;
		width: 35px;
		height: 35px;
	}
	.case{
		height: 548px;
	}
	.case .case-left{
		height: 100%;
	}
	
	.case .swiper-button-prev,.case .swiper-button-next{
	width: 25px;
	height: 25px;	
}
.case .swiper-button-prev,.case .swiper-container-rtl .swiper-button-next{
	left: 70px;
}
.case .swiper-button-next, .case .swiper-container-rtl .swiper-button-prev{
	right: 70px;
}
.case .swiper-button-prev:before,.case .swiper-button-next:before{
	left: -5px;
	top: -5px;
	width: 35px;
	height: 35px;
}
	.fontsEn p{
		font-size: 50px;
	}
	.fontsCh p{
		font-size: 30px;
	}
	.advantage .center .advBox .advList ul li a{
		font-size: 20px;
	}
	.advantage .center .advItemList .advItem p{
		font-size: 16px;
	}
	.service .ser-left .serv-con .tel{
		font-size: 60px;
	}
	.case .case-left .caseTitle .title{
		font-size: 28px;
	}
	
	.about .aboutMsg .aboutInfo{
		font-size: 14px;
	}
	.about .aboutNum .numList .nums .num-l p, .about .aboutNum .numList .nums .num-r p{
		font-size: 1.2vw;
	}
	.about .aboutNum .numList .nums .num-c p{
		font-size: 3.8vw;
	}
	.about .aboutNum .numList .nums .num-c:after{
		font-size: 18px;
	}
	footer .center .footerList .footer-left dl dt a,footer .center .footerList .footer-left dl dd a,footer .center .footerList .footer-right .cantac-tit .cant-tit{
		font-size: 16px;
	}
	footer .center .footerList .footer-right .ewm .ewm-img p,footer .center .footer-bottom p{
		font-size: 16px;
	}
	.advantage .center .readMore a,
	.service .ser-left .readMore a,
	.case .case-left .caseTitle .readMore a,
	.about .aboutMsg .readMore a{
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.advantage .center .readMore a i,
	.service .ser-left .readMore a i,
	.case .case-left .caseTitle .readMore a i,
	.about .aboutMsg .readMore a i{
		font-size: 16px;
	}
	.about .aboutNum{
		min-height: 165px;
	}
	.advantage{
		height: 600px;
	}
	.advantage .center{
		padding-top: 80px;
	}
	.advantage .center .advBox{
		margin-top: 50px;
	}
	.service{
		height: 600px;
	}
	.service .ser-left{
		padding: 70px 80px 70px 8%;
	}
	.service .ser-left .serv-con{
		margin-top: 100px;
	}
	.service .ser-left .readMore{
		margin-top: 110px;
	}
	.about .aboutNum .numList .nums .num-c p{
		line-height: auto;
	}
	.about .aboutMsg .about-r{
		margin-top: 0px;
	}
}
@media screen and (max-width: 1100px){
	.pro .tab-item .swiper-container .swiper-slide .proImg{
		/*height: 18.53541vw;*/
	}
	.pro .tab-item .swiper-container .swiper-slide.morePro .more{bottom: 80px;
	left: -10px;}
}
@media screen and (max-width: 991px){
	.center{
		width: 90%;
	}
	.banner .swiper-button-prev, .banner .swiper-button-next{
		display: block;
	}
	.pro .center.proBox{
		left: 50%;
	}
	.pro .tab-item .swiper-container .swiper-slide .proImg{
		/*height: 18.53541vw;*/
	}
	.advantage .center .advBox{
		margin-top: 50px;
	}
	.service{
		height: 490px;
	}
	.service .ser-left{
		padding: 60px 80px 40px 8%;
	}
	.service .ser-left .serv-con{
		margin-top: 60px;
	}
	.service .ser-left .readMore{
		margin-top: 60px;
	}
	.case .case-left .caseTie{
		margin-top: 60px;
		margin-left: 5%;
	}
	.case .case-left .caseTie .fontsCh{
		margin-top: 18px;
	}
	.case .case-left .caseTitle{
		padding: 30px 0;
		padding-left: 32%;
		padding-bottom: 70px;
	}
	.case .case-left .caseTitle .title{
		font-size: 22px;
	}
	.about .aboutNum{
		height: 140px;
	}
	.about .aboutNum .numList .nums .num-c p{
		font-size: 42px;
	}
	.about .aboutNum .numList .nums .num-l p, .about .aboutNum .numList .nums .num-r p{
		height: 20px;
	}
	.about .aboutNum .numList .nums .num-l p:nth-child(1) img, .about .aboutNum .numList .nums .num-r p:nth-child(1) img{
		height: 20px;
	}
	.about .aboutNum .numList .nums .num-c p{
		line-height: 50px;
	}
	.about .aboutNum .numList .nums:nth-child(2):after{
		height: 100%;
	}
	.case .caseName{
		display: none;
	}
}
@media screen and (max-width: 780px){
	.banner{
		position: relative;
		padding-top:60px;
	}
	.banner,.banner .swiper-container{
		height: auto;
		max-height:none;
	}
	.banner .swiper-slide .bannerImg{
		position: relative;
	}
	.banner .swiper-slide img{
		width: 100%;
		height: auto;
		max-height:none;
	}
	.banner .pc_banner{
		display: none;
	}
	.banner .mb_banner{
		display: block;
	}
	.banner .swiper-button-prev, .banner .swiper-button-next{
		display: none;
	}
	.banner .swiper-slide .fonts{
		/*top:30%;*/
		transform: translateY(-20%);
	}
	.banner .swiper-slide .fonts a{
		height:38px;
		line-height:30px;
	}
	.banner .swiper-slide .fonts p{
		font-size: 30px;
	}
	.banner .swiper-slide .fonts span{
		width:100%; display:none;
	}
	.banner .swiper-pagination-bullets{
		bottom: 35px;
	}
	.indexMainBox, .indexMainBox2{
		position: relative;
		top: 0;
	}
	.pro{
		margin-top: 0;
		/*
		min-height: 470px;
		height: 510px;
		*/
		background: #fff;
	}
	.pro .center{
		height: 575px;
		left: 50%;
		top: 0;
		padding: 0;
		box-shadow:none
	}
	.pro .tab-item .swiper-container .swiper-slide .proImg{
		/*height: 306px;*/
	}
	.pro .mySwiper2 {
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #E5E5E5;
		padding: 0 0px;
	}
	.pro .mySwiper2 .swiper-wrapper{
		
	}
	.pro .tab-buttons li a>div{
	display: flex;
	justify-content: center;
}
.pro .mySwiper2  li{
	padding: 20px 0;
	
}
.pro .mySwiper2  li a{
	display: block;
	width: 100%;
	border-right: 1px solid #E5E5E5;
}
.pro .mySwiper2  li.swiper-slide .proTypeImg img{
	width: 30px;
}
.pro .mySwiper2  li.swiper-slide .proTypeImg .type01{
	display: block !important;
}
.pro .mySwiper2 li .proTypeImg .type02{
	display: none !important;
}
.pro .mySwiper2 li:hover .proTypeImg .type01{
	display: none !important;
}
.pro .mySwiper2 li:hover .proTypeImg .type02{
	display: block !important;
}
.pro .mySwiper2 li.cur .proTypeImg .type01{
	display: none !important;
}
.pro .mySwiper2 li.cur .proTypeImg .type02{
	display: block !important;
}
.pro .mySwiper2 li .proTypeName{
	margin-top: 15px;
	text-decoration: none !important;
	font-family:"siyuan";
	font-size: 14px;
}
.pro .mySwiper2 li.cur .proTypeName p{
	color: var(--mainblue);
	text-decoration: none !important;
}
.pro .mySwiper2 li:hover .proTypeName p{
	color: var(--mainblue);
	text-decoration: none !important;
}
.pro .mySwiper2 li:after{
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: var(--mainblue);
}
.pro .mySwiper2 li.cur:after{
	width: 100%;
	transition: .6s linear;
}
.pro .mySwiper2 li:hover:after{
	width: 100%;
	transition: .6s linear;
}
.pro .mySwiper2 .swiper-button-prev, .pro .mySwiper2 .swiper-button-next{
	top: 50px;
}
.pro .mySwiper2 .swiper-button-prev:before, .pro .mySwiper2 .swiper-button-next:before{
	background-image: none;
}
.pro .mySwiper2 .swiper-button-prev:hover, .pro .mySwiper2 .swiper-button-next:hover{
	background: none;
}
/*
	.pro .tab-block .tab-buttons ul li{
		width: 50%;
		padding: 10px 15px;
	}
	.pro .tab-block .tab-buttons ul li .proTypeImg{
		display: block;
	}
	.pro .tab-block .tab-buttons ul li .proTypeName{
		margin-top: 0;
	}
	*/
	.pro .tab-block .tabs .tab-item .swiper-container {
    position: relative;
    overflow: initial;
}
	.pro .tab-item .swiper-container .swiper-slide .proTit{
		margin-top: 30px;
		font-size: 16px;
	}
	
	.pro .tab-item .swiper-container .swiper-slide .proImg img{
		max-width: 100%;
		max-height:100%;
		height: auto;
		width:auto;
	}
	.pro .tab-item .swiper-container-horizontal>.swiper-pagination-bullets, .pro .tab-item .swiper-pagination-custom, .pro .tab-item .swiper-pagination-fraction{
		bottom: -50px;
		font-family: "siyuan";
		color: #888;
		font-size: 15px;
	}
	.swiper-pagination .actPage{
		color: #333;
		
	}
	.pro .tab-block .tabs .tab-item{
		overflow: hidden;
		padding: 15px 0;
	}
	.pro .tab-item .swiper-button-prev, .pro .tab-item .swiper-button-next{
		top: auto;
		/*bottom: 15px;*/
	}
	.pro .tab-item .swiper-button-prev{
		left: 30px;
	}
	.pro .tab-item .swiper-button-next, .pro .tab-item .swiper-container-rtl .swiper-button-prev{
		right: 30px;
	}
	.service{
		background-position: center;
	}
	.service .ser-left{
		padding: 60px 80px 40px 5%;
	}
	.advantage{
		min-height: 615px;
		height: 615px;
		/*background-image: url(../image/advantge_bg.png);*/
	}
	.advantage .center .advantage-tit{
		display: block;
	}
	.fontsEn p{
		font-size: 34px;
	}
	.fontsCh p{
		font-size: 24px;
	}
	.advantage .center{
		padding-top: 45px;
	}
	.advantage .center .advantage-tit .adv-right .readMore{
		margin-top: 50px;
		width: 150px;
	}
	.advantage .center .advBox{
		width: 100%;
	}
	.advantage .center .advBox .advList ul li a{
		font-size: 18px;
	}
	.advantage .center .advItemList .advItem p{
		font-size: 14px;
	}
	.advantage .center .advItemList .advItem{
		padding-right: 0;
	}
	.advantage .bgList .bgItem:before{
		background:#00000099;
	}
	.service{
		display: block;
		height: 680px;
		overflow: hidden;
	}
	.service .ser-left{
		width: 100%;
	}
	.service .ser-right{
		width: 100%;
	}
	.service .ser-left .serv-con p:first-child{
		font-size: 24px;
		height: 24px;
		text-indent: 35px;
	}
	.service .ser-left .serv-con p i{
		width: 24px;
		height: 24px;
	}
	.service .ser-left .serv-con p img{
		width: 16px;
		margin-top: 4px;
    	margin-left: 3.5px;
	}
	.service .ser-left .serv-con .tel{
		font-size: 34px;
	}
	.case{
		display: block;
		height: auto;
	}
	.case .case-left{
		background-image: none !important;
		background: #eff0f4;
		min-height: 140px;
		width: 100%;
	}
	.case .case-left .caseTie{
		margin-left: 5%;
		margin-top: 30px;
	}
	.case .case-left .caseTitle{
		display: none;
		position: relative;
		margin-top: 50px;
		
	}
	.case .case-right{
		width: 100%;
	}
	.case .swiper-pagination-bullets{
		bottom: 60px;
	}
	.case .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 5px;
	}
	.case .caseName{
		display: block;
		padding: 30px 15px 30px;
		text-align: center;
		background: #242936;
		margin-top: -5px;
	}
	.case .caseName .title{
		font-size: 22px;
		color: #fff;
	}
	.case .caseName .readMore{
		position: relative;
		margin-top: 20px;
		left: 50%;
		margin-left: -75px;
		width: 150px;
	}
	.case .caseName .readMore a {
		position: relative;
		display: block;
		width: 100%;
		font-size: 14px;
		color: #fff;
		height: 40px;
		border: 1px solid #fff;
		border-radius: 20px;
		line-height: 40px;
		z-index: 9;
		text-align: center;
		font-family: "siyuan";
	}
	.case .caseName .readMore a i{
		margin-left: 10px;
	}
	.case .swiper-button-prev, .case .swiper-container-rtl .swiper-button-next{
		left: 30px;
	}
	.case .swiper-button-next, .case .swiper-container-rtl .swiper-button-prev{
		right: 30px;
	}
	.about .center{
		padding-top: 60px;
	}
	.about .aboutMsg{
		display: block;
	}
	.about .aboutMsg .aboutInfo{
		padding-right: 0;
	}
	.about .aboutMsg .aboutInfo p{
		text-align: justify;
		line-height: 30px;
	}
	.about .aboutMsg .about-r, .about .aboutMsg .about-l{
		width: 100%;
	}
	.about .aboutMsg .about-r{
		margin-top: 50px;
	}
	.about .aboutMsg .about-r .aboutImg{
		min-height: 213px;
	}
	.about .aboutNum{
		height: 343px;
	}
	.about .aboutNum .numList{
		padding-top: 0;
	}
	.about .aboutNum .numList .nums{
		justify-content: flex-start;
		width: 100%;
		padding: 15px 0;
		padding-left: 30px;
		border-bottom: 1px solid #E5E5E5;
	}
	.about .aboutNum .numList .nums .num-l p, .about .aboutNum .numList .nums .num-r p{
		font-size: 16px;
		line-height: 20px;
	}
	.about .aboutNum .numList .nums .num-c p{
		font-size: 38px;
		line-height: 40px;
	    height: 55px;
	    display: flex;
	    align-items: flex-end;
	    padding-bottom: 4px;
	}
	.about .aboutNum .numList .nums .num-c:after{
		right: -20px;
		top: 10px;
	}
	.about .aboutNum .numList .nums:nth-child(2):after{
		height: 0;
	}
	.news .newslist ul {
		flex-wrap: wrap;
	}
	.news .newslist ul li{
		width:100%;
	}
	.news .newslist ul li a .newslist-img{ width:100%;}
	.news .newslist ul li a .newslist-txt{ width:100%;}
	.news .newslist ul li a .newslist-txt .newslist-date, .news .newslist ul li a .newslist-txt .newslist-title, .news .newslist ul li a .newslist-txt .newslist-desc, .news .newslist ul li a .newslist-txt .news-more{ margin-top:20px;}
	.news .newslist ul li a .newslist-txt .news-more{margin-left:auto; margin-right:auto;}
	.advantage .center .readMore a, 
	.service .ser-left .readMore a, 
	.case .case-left .caseTitle .readMore a, 
	.about .aboutMsg .readMore a{
		font-size: 14px;
	}
	footer .center .footerList .footer-right .ewm .ewm-img p, footer .center .footer-bottom p{
		font-size: 14px;
	}
	footer .center .footerList .footer-right .ewm .ewm-img p, footer .center .footer-bottom p, footer .center .footer-bottom p a{
		font-size: 14px;
	}
	
	.pro .tab-item .swiper-container .swiper-slide.morePro .proImg img{
		width: 100%;
		height: 100%;
	}
	.pro .tab-item .swiper-container .swiper-slide.morePro .more {
	    bottom: 65px;
	    left: 5px;
	}
	.pro .tab-item .swiper-container .swiper-slide.morePro{
		min-height: 340px;
	}
}
@media screen and (max-width: 500px){
	.pro .tab-item .swiper-container .swiper-slide .proBox{
		justify-content: center;
    display: flex;
	}
	.pro .tab-item .swiper-container .swiper-slide .proImg{
		/*width: 280px;
		height: 280px;*/
		padding:0;
	}
	.case .swiper-pagination-bullets {
	    bottom: 15px;
	}
}


.banner{/*max-width:1920px;*/ /*max-height:650px;*/ max-height:calc(100vh - 150px);}
.banner .swiper-container{height:100%;}