@charset "utf-8";
body{
	background: #f7f7f7;
}
.banners {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    margin-top: 0;
}

/**********************************************/
.caseCenter{
	position: relative;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.caseCenter .caseBg{
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 20;
}
.caseCenter .caseBg .picBox{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.caseCenter .caseBg .picBox .picImg{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	opacity: 0;
	transition: all 1s cubic-bezier(0.65, 0.01, 0.45, 1);
    -webkit-transition: all 1s cubic-bezier(0.65, 0.01, 0.45, 1);
    -moz-transition: all 1s cubic-bezier(0.65, 0.01, 0.45, 1);
    -o-transition: all 1s cubic-bezier(0.65, 0.01, 0.45, 1);
    -ms-transition: all 1s cubic-bezier(0.65, 0.01, 0.45, 1);
}
.caseCenter .caseBg .picBox .picImg img{
	width: 100%;
	height: 100vh;
}
.caseCenter .caseBg .picBox .on{
	
	opacity: 1 !important;
}
.caseCenter .caseType{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 22;
}
.caseCenter .caseType .caseTypeBox{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.caseCenter .caseType .caseTypeBox .caseTypeItem{
	position: relative;
	width: 50%;
	height: 500px;
	margin-top: 15%;
}
.caseCenter .caseType .caseTypeBox .caseTypeItem .circles{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 500px;
	display: block;
	opacity: 0;
	transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: all 0.8s cubic-bezier(0.65, 0.01, 0.45, 1);
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0.01, 0.45, 1);
  -moz-transition: all 0.8s cubic-bezier(0.65, 0.01, 0.45, 1);
  -o-transition: all 0.8s cubic-bezier(0.65, 0.01, 0.45, 1);
  -ms-transition: all 0.8s cubic-bezier(0.65, 0.01, 0.45, 1);
}
.caseCenter .caseType .caseTypeBox .caseTypeItem a{
	z-index: 22;
}
.caseCenter .caseType .caseTypeBox .cur a {
	display: block;
}
.caseCenter .caseType .caseTypeBox .cur a .circles{
	opacity: 1;
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.caseCenter .caseType .caseTypeBox .caseTypeItem .circles img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	
}
.caseCenter .caseType .caseTypeBox .caseTypeItem .circles .c1{
	animation-name: rotate_;
    animation-timing-function: linear;
    animation-iteration-count: 1000;
    animation-duration: 8s;
}
.caseCenter .caseType .caseTypeBox .caseTypeItem .circles .c3{
	animation-name: rotate_;
    animation-timing-function: linear;
    animation-iteration-count: 1000;
    animation-duration: 15s;
}
.caseCenter .caseType .caseTypeBox .caseTypeItem .circles .c4{
	animation-name: rotate_;
    animation-timing-function: linear;
    animation-iteration-count: 1000;
    animation-duration: 21s;
}
@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);
  }
}
.caseCenter .caseType .caseTypeBox .hot{
	position: absolute;
	width: 300px;
	height: 300px;
	margin-left: -150px;
	margin-top: -150px;
	top: 50%;
	left: 50%;
	cursor: pointer;
	z-index: 23;
}
.caseCenter .caseType .caseTypeBox .hot a{
	display: block;
	width: 100%;
	height: 100%;
}

.caseCenter .caseType .caseTypeBox .caseTypeItem .caseMsg{
	position: relative;
	margin-top: 200px;
	text-align: center;
}
.caseCenter .caseType .caseTypeBox .caseTypeItem .caseMsg .caseTits p{
	font-family: 'SourceHanSansCN';
	font-size: 50px;
	color: #fff;
}
.caseCenter .caseType .caseTypeBox .caseTypeItem .caseMsg .caseTitsEn{
	margin-top: 15px;
}
.caseCenter .caseType .caseTypeBox .caseTypeItem .caseMsg .caseTitsEn p{
	font-family: Arial;
	font-size: 30px;
	color: #fff;
	opacity: .3;
}

.menuList{
	position: relative;
	margin: 0 auto;
	width: 31.25%;
	height: 80px;
	background: #fff;
	border-radius: 5px;
	transition: 1s ease;
	z-index: 20;
	box-shadow: 0 0 10px rgba(41,38,38,.11);
}
.menuList ul{
	width: 100%;
}
.menuList ul li{
	padding: 28px 0;
	
}

.menuList ul li a{
	display: block;
	width: 100%;
	font-family: 'SourceHanSansCN';
	font-size: 25px;
	color: #333;
	text-align: center;
	line-height: 24px;
	border-right: 1px solid #eee;
}
.menuList ul li:last-child a{
	border: none;
}
.menuList ul li.on a,.menuList ul li a:hover{
	color: #E4007F;
}
.caseBox{
	position: relative;
	margin-top: 50px;
	min-height: 500px;
}
.caseBox .caseItem{
	position: relative;
	margin-bottom: 40px;
}
.caseBox .caseItem:nth-child(2n-1){
	padding-right: 20px;
	padding-left: 0px;
}
.caseBox .caseItem:nth-child(2n){
	padding-left: 20px;
	padding-right: 0;
}
.caseBox .caseItem a{
	position: relative;
	display: block;
	cursor: auto;
}
.caseBox .caseItem .caseImg{
	width: 100%;
	height: calc(420vw / 19.20);
	overflow: hidden;
}
.caseBox .caseItem .caseImg img{
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 1.5s;
}
.caseBox .caseItem a:hover .caseImg img{
	transform: scale(1.1);
}
.caseBox .caseItem .caseName{
	width: 100%;
	background: #fff;
}
.caseBox .caseItem .caseName p{
	font-family: 'SourceHanSansCN';
	font-size: 30px;
	color: #333;
	line-height: 130px;
	text-indent: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.caseBox .caseItem a:hover .caseName p{
	color: #E4007F;
}

.pages{
	margin-top: 20px;
	padding-bottom: 80px;
}

.pages p{
	text-align: center;
}
.pages p a{
	display: inline-block;
	margin-right: 35px;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 5px;
	font-family: Arial;
	font-size: 24px;
	line-height: 70px;
	color: #000033;
}
.pages p a:hover,.pages p a.on{
	color: #e4007f;
}
.caseBox .pages{
	margin-top: 30px;
	padding-bottom: 80px;
}
/********************************************************/
.proType .tab-block{
	position: relative;
	width: 100%;
	
}
.proType .tab-block .tab-buttons{
	position: relative;
	background: #fff;
	width: 100%;
	top: 0px;
	left: 0;
	opacity: 1;
	z-index: 9999999;
}
.proType .tab-block .proTypes{
	position: fixed;
	top: 80px !important;
	left: 0;
	z-index: 9999999;
}
.proType .typeBox .typeItemList{
	margin-top: 0;
}
.proType .typeBox .typeLists{
	margin-top: 15%;
}
.proType .tab-block .tab-buttons ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 0 10px rgb(41 38 38 / 11%)
}
.proType .tab-block .tab-buttons ul li,.pro .mySwiper2 .tab-buttons ul li{
	position: relative;
	padding:30px 0px;
	width: 14.25%;
	
}
.proType .tab-block .tab-buttons ul li a{
	display: block;
	border-right: 1px solid #eee;
}
.proType .tab-block .tab-buttons ul li:last-child a{
	border: none;
}
.proType .tab-block .tab-buttons ul li.cur,.proType .mySwiper2 .tab-buttons ul li.cur{
	transition: .6s linear;
}
.proType .tab-buttons ul li a>div{
	display: flex;
	justify-content: center;
}
.proType .tab-buttons ul li .proTypeImg .type01{
	display: block;
}
.proType .tab-buttons ul li .proTypeImg .type02{
	display: none;
}
.proType .tab-buttons ul li:hover .proTypeImg .type01{
	display: none;
}
.proType .tab-buttons ul li:hover .proTypeImg .type02{
	display: block;
}
.proType .tab-buttons ul li.cur .proTypeImg .type01{
	display: none;
}
.proType .tab-buttons ul li.cur .proTypeImg .type02{
	display: block;
}
.proType .tab-buttons ul li .proTypeName{
	margin-top: 20px;
	text-decoration: none !important;
	font-family:'SourceHanSansCN';
	font-size: 20px;
}
.proType .tab-buttons ul li .proTypeName p{
	color: #333;
}
.proType .tab-buttons ul li.cur .proTypeName p{
	color: #e4007f;
	text-decoration: none !important;
}
.proType .tab-buttons ul li:hover .proTypeName p{
	color: #e4007f;
	text-decoration: none !important;
}
.proType .tab-buttons ul li:after{
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #e4007f;
}
.proType .tab-buttons ul li.cur:after{
	width: 100%;
	transition: .6s linear;
}
.proType .tab-buttons ul li:hover:after{
	width: 100%;
	transition: .6s linear;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after ,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: "";
}
.btnIcon1{
	width: 10px;
	display: block;
}
.btnIcon2{
	width: 10px;
	display: none;
}
.proTitle p{
	font-family:'SourceHanSansCN';
	font-size: 40px;
	color: #111518;
}
.proType .proTitle{
	margin-top: 55px;
	padding: 0 13px;
}
.proType .itemList{
	margin-top: 40px;
	padding: 0 13px;
}
.proType .itemList ul{
	display: flex;
	/*justify-content: flex-start;*/
	flex-wrap: wrap;
	padding: 20px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.proType .itemList ul li{
	margin-right: 45px;
	float: none;
}
.proType .itemList ul li{
	float: left;
	width: auto;
	margin-right: 0px;
}
.proType .itemList ul li:nth-child(3n){
	margin-right: 0px;
}

.proType .itemList ul li a{
	font-family:'SourceHanSansCN';
	font-size: 20px;
	color: #333;
	line-height: 40px;
	display: block;
	padding: 0px 25px;
}
.proType .itemList ul li a:hover{
	padding: 0px 25px;
	background: #E4007F;
	border-radius: 20px;
	color: #fff;
}
.proType .itemList ul li.on a{
	color: #fff;
	display: block;
	padding: 0px 25px;
	background: #E4007F;
	border-radius: 20px;
}
.proBoxs{
	position: relative;
	margin-top: 60px;
}
.proBoxs .proLists{
	position: relative;
	width: 100%;
}
.proBoxs .proLists .proItem{
	padding-left: 13px;
	padding-right: 13px;
	margin-bottom: 30px;
}
.proBoxs .proLists .proItem .proItems{
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding-bottom: 2.6vw;
	overflow: hidden;
	cursor: pointer;
	z-index: 20;
}
.proBoxs .proLists .proItem .proItems .proImg{
	position: relative;
	display: flex;
	justify-content: center;
	padding: 2.6vw;
	width: 100%;
	z-index: 20;
}
.proBoxs .proLists .proItem .proItems .proImg img{
	text-align: center;
	width: 14.4270vw;
	height: 14.4270vw; 
}
.proBoxs .proLists .proItem .proItems .proImg a{
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 50px;
	display: block;
	width: 150px;
	height: 50px;
	border-radius: 25px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	font-family:'SourceHanSansCN';
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	transition: all 1s ease;
	opacity: 0;
	z-index: 30;
}
.proBoxs .proLists .proItem .proItems:hover .proImg a{
	opacity: 1;
	bottom: 41%;
}
.proBoxs .proLists .proItem .proItems .proImg a span{
	display: inline-block;
	margin-left: 15px;
	width: 11px;
	height: 18px;
	background-image: url(../images/jt1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.proBoxs .proLists .proItem .proItems .proName{
	margin-top: 0px;
}
.proBoxs .proLists .proItem .proItems .proName p{
	font-family:'SourceHanSansCN';
	font-size: 20px;
	color: #333;
	text-align: center;
}
.proBoxs .proLists .proItem .proItems:hover .proName p{
	color: #e4007f;
}
.proBoxs .proLists .proItem .proItems .shuiyin{
	position: absolute;
	left: 0;
	bottom: -22%;
	width: 100%;
}
.proBoxs .proLists .proItem .proItems .shuiyin img{
	width: 100%;
}
.proBoxs .pages{
	margin-top: 40px;
    padding-bottom: 50px;
}
/*****************************/
.proLinks{
	margin-top: 190px;
	position: relative;
}
.proLinks .linkBox {
	float: left;
}
.proLinks .linkBox p{
	display: block;
	height: 18px;
}
.proLinks .linkBox p a{
	font-family:'SourceHanSansCN';
	font-size: 18px;
	color: #888;
	line-height: 18px;
	margin: 0 10px;
}
.proLinks .linkBox p span{
	margin-right: 15px;
}
.proLinks .linkBox p span,.proLinks .linkBox p i{
	display: inline-block;
}
.proLinks .linkBox p img{
	vertical-align: inherit;
}
.proLinks .backBtn {
	position: relative;
	display: block;
	width: 150px;
	height: 50px;
	float: right;
	margin-top: -15px;
}
.proLinks .backBtn a{
	position: relative;
	display: block;
	width: 150px;
	height: 50px;
	border-radius: 25px;
	border:1px solid #898989;
	font-family:'SourceHanSansCN';
	font-size: 18px;
	color: #666;
	line-height: 50px;
	text-align: center;
	z-index: 20;
}
.proLinks .backBtn:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0%;
    left: 00%;
    background: #333;
    border-radius: 25px;
    transform: scale(0.8);
    opacity: 0;
    transition: all .5s linear;
    z-index: 10 !important;
}
.proLinks .backBtn a:hover{
	color: #fff;
	border: none;
}
.proLinks .backBtn:hover:after{
	transform: scale(1);
    opacity: 1;
    z-index: 10 !important;
}
.proMsg{
	position: relative;
	margin-top: 40px;
}
.proMsg .proMsgBox{
	position: relative;
	width: 100%;
}
.proMsg .proMsgBox .proTop{
	position: relative;
	width: 100%;
	height: 630px;
	background: #fff;
	border-radius: 0px;
	padding: 95px 0px;
	box-sizing: content-box;
}
.proMsg .proMsgBox .proTop .proImgs{
	padding: 0 90px;
	height: 100%;
}
.proMsg .proMsgBox .proTop .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	
}
.proMsg .proMsgBox .proTop .swiper .swiper-slide{
	text-align: center;
	padding: 0 15%;
}
.proMsg .proMsgBox .proTop .mySwiper{
	position: absolute;
	padding: 0 0px;
	width:calc(100% - 180px);
	bottom: 0;
	left: 90px;
	overflow: hidden;
}
.proMsg .proMsgBox .proTop .mySwiper .swiper-wrapper{
	
}
.proMsg .proMsgBox .proTop .mySwiper2{
	overflow: hidden;
}
.proMsg .proMsgBox .proTop .mySwiper2 .swiper-slide img{
	width: 100%;
}
.proMsg .proMsgBox .proTop .mySwiper .swiper-slide img{
	width: 50%;
}
.proMsg .proMsgBox .proTop .mySwiper .swiper-slide{
	padding: 2%;
	border: 1px solid #eee;
	border-radius: 10px;
	cursor: pointer;
}
.proMsg .proMsgBox .proTop .mySwiper .swiper-slide-thumb-active{
	border: 1px solid #E4007F;
}
.proMsg .swiper-button-next, .proMsg .swiper-button-prev{
	top: auto;
	bottom: 30px;
}
.proMsg .swiper-button-next i, .proMsg .swiper-button-prev i{
	font-size: 30px;
	color: #888;
}
.proMsg .swiper-button-next{
	right: 35px;
}
.proMsg .swiper-button-prev{
	left: 35px;
}
.proMsg .swiper-button-next.swiper-button-disabled,.proMsg .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.proMsg .proMsgs {
	padding-right: 90px;
	height: 100%;
}
.proMsg .proMsgs .msgs{
	position: relative;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	padding: 0 85px;
	padding-bottom: 45px;
}
.proMsg .proMsgs .msgs .proTits{
	padding-top: 60px;
}
.proMsg .proMsgs .msgs .proTits p{
	position: relative;
	display: block;
	font-family: 'SourceHanSansCN';
	font-size: 50px;
	color: #222;
}
.proMsg .proMsgs .msgs .proTits p:after{
	position: absolute;
	content: "";
	width: 20px;
	height: 3px;
	left: 0;
	bottom: -45px;
	background: #666;
}
.proMsg .proMsgs .msgs .proInfos{
	position: relative;
	margin-top: 80px;
	width: 100%;
	height: 184px;
    overflow-y: hidden;
}
.proMsg .proMsgs .msgs .proInfos .infoCon{
	position: relative;
	width: 100%;
}
.proMsg .proMsgs .msgs .proInfos::-webkit-scrollbar {
  width: 2px;
  border-radius: 0px; opacity: 1;
}
.proMsg .proMsgs .msgs .proInfos::-webkit-scrollbar-track {
  background-color: #dcdcdc; opacity: 1;
}
.proMsg .proMsgs .msgs .proInfos::-webkit-scrollbar-thumb{
	height: 30px;
	background-color: #E4007F;
}

.proMsg .proMsgs .msgs .proInfos p{
	font-family: 'SourceHanSansCN';
	font-size: 18px;
	color: #666;
	line-height: 35px;
}
.proMsg .proMsgs .msgs .colorBox{
	position: relative;
	margin-top: 70px;
	border-top: 1px solid #666;
}
.proMsg .proMsgs .msgs .colorBox .colorTit{
	margin-top: 25px;
}
.proMsg .proMsgs .msgs .colorBox .colorTit p{
	font-family: 'SourceHanSansCN';
	font-size: 20px;
	color: #222;
}
.proMsg .proMsgs .msgs .colorBox .colos{
	position: relative;
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
}
.proMsg .proMsgs .msgs .colorBox .colos .swiper-container-color{
	position: relative;
	width: 100%;
	height: 90px;
}
.proMsg .proMsgs .msgs .colorBox .colos .swiper-slide.color{	
	height: 100%;
	padding: 0;
}
.proMsg .proMsgs .msgs .colorBox .colos .color .colorItem{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.proMsg .proMsgs .msgs .colorBox .colos .color p{
	text-align: center;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
}
.proMsg .proMsgs .msgs .colorBox .colos .swiper-button-next{
	bottom: 45%;
	right: -25px;
}
.proMsg .proMsgs .msgs .colorBox .colos .swiper-button-prev{
	bottom: 45%;
	left: -25px;
}
.proMsg .proDetails{
	position: relative;
	margin-top: 40px;
	background: #fff;
	padding: 75px 0;
	text-align: center;
}
.proMsg .proDetails .detailsBox{
	text-align: center;
	padding-bottom: 20px;
	display: inline-flex;
    justify-content: center;
    flex-direction: column;
    font-size: 0;
}
.proMsg .proDetails .detailsBox img{
	width: auto;
	max-width: 100%;
}
.proMsg .proDetails .detailsBox p{
	font-size: 0;
	margin: 0;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.proMsg .relatePro{
	position: relative;
	margin-top: 50px;
}
.proMsg .relatePro .proTits p{
	font-family: 'SourceHanSansCN';
	font-size: 40px;
	color: #222;
}
.proMsg .relatePro .proLists{
	margin-top: 50px;
	padding-bottom: 70px;
}
.proMsg .relatePro .proLists{
	position: relative;
	width: 100%;
}
.proMsg .relatePro .proLists .proItem{
	padding-left: 13px;
	padding-right: 13px;
	margin-bottom: 30px;
}
.proMsg .relatePro .proLists .proItem:nth-child(1){
	padding-left: 0;
}
.proMsg .relatePro .proLists .proItem:nth-child(4){
	padding-right: 0;
}
.proMsg .relatePro .proLists .proItem .proItems{
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding-bottom: 2.6vw;
	overflow: hidden;
	cursor: pointer;
	z-index: 20;
}
.proMsg .relatePro .proLists .proItem .proItems .proImg{
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 20;
	padding: 2.6vw;
}
.proMsg .relatePro .proLists .proItem .proItems .proImg img{
	text-align: center;
	width: 100%;
	width: 14.4270vw;
  height: 14.4270vw;
}
.proMsg .relatePro .proLists .proItem .proItems .proImg a{
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 50px;
	display: block;
	width: 150px;
	height: 50px;
	border-radius: 25px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	font-family:'SourceHanSansCN';
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	transition: all 1s ease;
	opacity: 0;
	z-index: 30;
}
.proMsg .relatePro .proLists .proItem .proItems:hover .proImg a{
	opacity: 1;
	bottom: 41%;
}
.proMsg .relatePro .proLists .proItem .proItems .proImg a span{
	display: inline-block;
	margin-left: 15px;
	width: 11px;
	height: 18px;
	background-image: url(../images/jt1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.proMsg .relatePro .proLists .proItem .proItems .proName{
	margin-top: 0px;
}
.proMsg .relatePro .proLists .proItem .proItems .proName p{
	font-family:'SourceHanSansCN';
	font-size: 20px;
	color: #333;
	text-align: center;
}
.proMsg .relatePro .proLists .proItem .proItems:hover .proName p{
	color: #e4007f;
}
.proMsg .relatePro .proLists .proItem .proItems .shuiyin{
	position: absolute;
	left: 0;
	bottom: -22%;
	width: 100%;
}
.proMsg .relatePro .proLists .proItem .proItems .shuiyin img{
	width: 100%;
}

/****************************************/
@media screen and (max-width: 2560px){
	.proMsg .proMsgBox .proTop{
		height:780px;
	}
	.proMsg .proMsgBox .proTop .mySwiper2 .swiper-slide{
		padding: 0 20%;
	}
}
@media screen and (max-width: 1920px){
	.box {
	    top: 45.5%;
	}
	.proMsg .proMsgBox .proTop{
		height:630px;
	}
	.proMsg .proMsgBox .proTop .mySwiper2 .swiper-slide img{
		width: 100%;
	}
	.proMsg .proMsgBox .proTop .mySwiper2 .swiper-slide{
		padding: 0 15%;
	}
}

@media screen and (max-width: 1760px){
	.proMsg .proMsgBox .proTop .mySwiper2 .swiper-slide {
    padding: 0 0%;
}
	.proMsg .proMsgBox .proTop .mySwiper2 .swiper-slide img{
		width: 100%;
	}
}

@media screen and (max-width: 1600px){
	.box {
	    top: 44%;
	}
	.proMsg .proMsgBox .proTop .mySwiper2 .swiper-slide img{
		width: 100%;
	}
	.proMsg .proMsgBox .proTop{
		height: 550px;
	}
	.proMsg .proMsgs .msgs .proTits{
		padding-top: 55px;
	}
	.proMsg .proMsgs .msgs .proTits p{
		font-size: 46px;
	}
	.proMsg .proMsgs .msgs .proTits p:after{
		bottom: -30px;
	}
	.proMsg .proMsgs .msgs .proInfos{
		margin-top: 45px;
		height: 155px;
	}
	.proMsg .proMsgs .msgs .proInfos p{
		font-size: 18px;
		line-height: 30px;
	}
	.proMsg .proMsgs .msgs .colorBox{
		margin-top: 50px;
	}
	.proMsg .proMsgBox .proTop .mySwiper2 .swiper-slide {
    padding: 0 9%;
}
}

@media screen and (max-width: 1440px){
	.box {
	    top: 43.2%;
	}
	.proTitle p{
		font-size: 34px;
	}
	.proType .tab-buttons ul li .proTypeName{
		margin-top: 15px;
		font-size: 18px;
	}
	.caseCenter .caseType .caseTypeBox .caseTypeItem{
		height: 400px;
	}
	.caseCenter .caseType .caseTypeBox .caseTypeItem .circles{
		margin-left: -200px;
		width: 400px;
		height: 400px;
	}
	.caseCenter .caseType .caseTypeBox .caseTypeItem .caseMsg{
		margin-top: 150px;
	}
	.menuList ul li a{
		font-size: 22px;
	}
	.proType .itemList ul li a{
		font-size: 18px;
	}
	.caseBox .caseItem .caseName p{
		font-size: 22px;
		line-height: 100px;
	}
	.proMsg .swiper-button-next, .proMsg .swiper-button-prev{
		bottom: 10px;
	}
	.proMsg .proMsgBox .proTop{
		height: 450px;
	}
	.proMsg .proMsgs .msgs .proTits{
		padding-top: 45px;
	}
	.proMsg .proMsgs .msgs .proTits p{
		font-size: 40px;
	}
	.proMsg .proMsgs .msgs .proTits p:after{
		bottom: -20px;
	}
	.proMsg .proMsgs .msgs .proInfos{
		margin-top: 45px;
		height: 100px;
	}
	.proMsg .proMsgs .msgs .proInfos p{
		font-size: 16px;
		line-height: 26px;
	}
	.proMsg .proMsgs .msgs .colorBox{
		margin-top: 50px;
	}
	.proBoxs .proLists .proItem .proItems{
	}
	.proBoxs .proLists .proItem .proItems .proName{
		margin-top: 0px;
	}
	.proMsg .relatePro .proLists .proItem .proItems{
	}
	.proMsg .relatePro .proLists .proItem .proItems .proName{
		margin-top: 0px;
	}
	.proMsg .proMsgBox .proTop .mySwiper2 .swiper-slide {
	    padding: 0 11%;
	}
	.caseCenter .caseType .caseTypeBox .caseTypeItem .caseMsg .caseTits p{
		font-size: 40px;
	}
	.caseCenter .caseType .caseTypeBox .caseTypeItem .caseMsg .caseTitsEn p{
		font-size: 28px;
	}
	.proType .itemList ul li a{
	padding: 0px 18px;
	}
	.proType .itemList ul li a:hover{
	padding: 0px 18px;
	}
	.proType .itemList ul li.on a{
	padding: 0px 18px;
	}
}

@media screen and (max-width: 1280px){
	.box {
	    top: 42.2%;
	}
	.proMsg .proMsgBox .proTop .mySwiper .swiper-slide img{
		width: 100%;
	}
	.proMsg .swiper-button-next, .proMsg .swiper-button-prev{
		top: auto;
		bottom: 10px;
	}
	.proMsg .proMsgBox .proTop{
		height: 400px;
	}
	.proMsg .proMsgs .msgs .proTits{
		padding-top: 45px;
	}
	.proMsg .proMsgs .msgs .proTits p{
		font-size: 30px;
	}
	.proMsg .proMsgs .msgs .proTits p:after{
		bottom: -15px;
	}
	.proMsg .proMsgs .msgs .proInfos{
		margin-top: 35px;
		height: 100px;
	}
	.proMsg .proMsgs .msgs .proInfos p{
		font-size: 14px;
		line-height: 24px;
	}
	.proMsg .proMsgs .msgs .colorBox{
		margin-top: 35px;
	}
	.proMsg .proMsgs .msgs .colorBox .colos .color p{
		font-size: 14px;
	}
	.proMsg .relatePro .proLists .proItem .proItems{

	}
	.proMsg .relatePro .proLists .proItem .proItems .proName{
		margin-top: 0px;
	}
	.proMsg .proMsgs .msgs .colorBox .colos .color:first-child img{
		border: none;
		border-radius: 0px;
	}
	.proType .itemList ul li a{
	padding: 0px 15px;
	}
	.proType .itemList ul li a:hover{
	padding: 0px 15px;
	}
	.proType .itemList ul li.on a{
	padding: 0px 15px;
	}
}

@media screen and (max-width: 1024px){
	.proMsg .proMsgBox .proTop .proImgs{
		padding: 0 50px;
	}
	.proMsg .proMsgs{
		padding-right: 50px;
	}
	.proMsg .proMsgs .msgs{
		padding: 0 45px;
	}
	.proMsg .swiper-button-next{
		right: 15px;
	}
	.proMsg .swiper-button-prev{
		left: 15px;
	}
	.proType .itemList ul li a{
	padding: 0px 15px;
	}
	.proType .itemList ul li a:hover{
	padding: 0px 15px;
	}
	.proType .itemList ul li.on a{
	padding: 0px 15px;
	}
}
@media screen and (max-width: 990px){
	.box {
	    top: 39%;
	}
	.caseCenter .caseBg{
		height: 500px;
	}
	.caseCenter .caseType .caseTypeBox .caseTypeItem .circles{}
	.proMsg .proMsgBox .proTop .proImgs{
		padding: 0 50px;
	}
	.proMsg .proMsgs{
		padding-right: 50px;
	}
	.proMsg .proMsgBox .proTop{
		height: auto;
	}
}

@media screen and (max-width: 780px) {
	.banners{
		margin-top: 60px;
	}
	.box {
		display: block;
		top: 0;
	}	
	.caseCenter .caseType .caseTypeBox .caseTypeItem .circles{
		top: 24%;
		left: 5%;
		margin-left: 0;
		width: 90%;
	}
	.caseCenter .caseType .caseTypeBox .hot {
	    position: absolute;
	    width: 120px;
	    height: 120px;
	    margin-left: -60px;
	    margin-top: -60px;
	    top: 50%;
	    left: 50%;
	    
	}
	.caseCenter .caseType .caseTypeBox .caseTypeItem .caseMsg{
		width: 100%;
	}
	.caseCenter .caseType .caseTypeBox .caseTypeItem .caseMsg .caseTits p{
		font-size: 18px;
	}
	.caseCenter .caseType .caseTypeBox .caseTypeItem .caseMsg .caseTitsEn p{
		font-size: 14px;
	}
	.menuList {
		width: 90%;
		height: 50px;
	}
	.menuList ul li{
		padding: 13px 0;
	}
	.menuList ul li a {
	    font-size: 16px;
	}
	.caseBox .caseItem:nth-child(2n-1),.caseBox .caseItem:nth-child(2n){
		padding: 0;
	}
	.caseBox .caseItem .caseImg{
		height: 180px;
	}
	.proBoxs .proLists .proItem .proItems .proName p{
		font-size: 16px;
	}
	.proMsg .proMsgs .msgs .proTits p{
		font-size: 22px;
	}
	.proMsg .proMsgs .msgs .proInfos p{
		font-size: 14px;
		line-height: 22px;
	}
	.proMsg .proMsgs .msgs .colorBox .colorTit p{
		font-size: 18px;
	}
	.proMsg .relatePro .proTits p{
		font-size: 30px;
	}
	.proMsg .relatePro .proLists .proItem .proItems .proName p{
		font-size: 16px;
	}
	.proMsg .relatePro .proLists .proItem .proItems .shuiyin{
		bottom: -30%;
	}
	.caseBox .caseItem .caseName p{
		font-size: 12px;
		line-height: 40px;
		text-indent: 20px;
	}
	.caseBox .caseItem{
		margin-bottom: 30px;
	}
	.caseBox .pages{
		padding-bottom: 50px;
	}
	.proBoxs .proLists .proItem .proItems,.proMsg .relatePro .proLists .proItem .proItems{
		padding-bottom: 30px;
	}
	.proBoxs .proLists .proItem .proItems .proImg,.proMsg .relatePro .proLists .proItem .proItems .proImg{
		padding: 30px 20px;
	}
	.proBoxs .proLists .proItem .proItems .proImg img,.proMsg .relatePro .proLists .proItem .proItems .proImg img{
		width: 100%;
		height: 100%;
	}
	/****************************************/
	.proType .tab-block .proTypes{
		top: 60px !important;	
	}
	.proType .mySwiper2 {
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #E5E5E5;
		padding: 0 0px;
	}
	.proMsg .proMsgBox .proTop .mySwiper2 .swiper-slide {
	    padding: 0 0%;
	}
	.proMsg .proMsgBox .proTop .mySwiper2{
		margin-bottom: 20px;
	}
	.proType .tab-buttons li a>div{
	display: flex;
	justify-content: center;
	}
	.footer {
		margin-top: 50px;
	}

.proType .mySwiper2  li{
	padding: 20px 0;
	
}
.proType .mySwiper2  li a{
	display: block;
	width: 100%;
	border-right: 1px solid #E5E5E5;
}
.proType .mySwiper2  li.swiper-slide .proTypeImg img{
	height: 30px;
	width: auto;
}
.proType .mySwiper2  li.swiper-slide .proTypeImg .type01{
	display: block !important;
}
.proType .mySwiper2 li .proTypeImg .type02{
	display: none !important;
}
.proType .mySwiper2 li:hover .proTypeImg .type01{
	display: none !important;
}
.proType .mySwiper2 li:hover .proTypeImg .type02{
	display: block !important;
}
.proType .mySwiper2 li.cur .proTypeImg .type01{
	display: none !important;
}
.proType .mySwiper2 li.cur .proTypeImg .type02{
	display: block !important;
}
.proBoxs{
	margin-top: 40px;
}

.proType .mySwiper2 li .proTypeName{
	margin-top: 12px;
	text-decoration: none !important;
	font-family:'SourceHanSansCN';
	font-size: 14px;
}
.proBoxs .proLists .proItem .proItems .shuiyin{
	bottom: -30%;
}
.proType .proTitle{
	margin-top: 50px;
	padding: 0;
}
.proType .itemList{
	margin-top: 35px;
	padding: 0;
}
.proTitle p{
	font-size: 30px;
}
.proBoxs .proLists .proItem{
	padding: 10px;
	width: 50%;
	margin-bottom: 0px;
}
.proType .mySwiper2 li.cur .proTypeName p{
	color: #e4007f;
	text-decoration: none !important;
}
.proType .mySwiper2 li:hover .proTypeName p{
	color: #e4007f;
	text-decoration: none !important;
}
.proType .mySwiper2 li:after{
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0px;
	background: #e4007f;
}
.proType .mySwiper2 li.cur:after{
	width: 100%;
	transition: .6s linear;
}
.proType .mySwiper2 li:hover:after{
	width: 100%;
	transition: .6s linear;
	opacity: 0;
}
.proType .mySwiper2 .swiper-button-prev, .pro .mySwiper2 .swiper-button-next{
	
}
.proType .mySwiper2 .swiper-button-prev:before, .pro .mySwiper2 .swiper-button-next:before{
	background-image: none;
}
.proType .mySwiper2 .swiper-button-prev:hover, .pro .mySwiper2 .swiper-button-next:hover{
	background: none;
}
.proLinks{
	margin-top: 90px;
}
.proLinks .linkBox p a{
	font-size: 14px;
	margin: 0 2px;
}
.proLinks .linkBox p img {
    vertical-align: text-bottom;
}
.proLinks .backBtn{
	display: none;
	margin-top: 20px;
	width: 130px;
	height: 40px;
}
.proLinks .backBtn a{
	width: 130px;
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
}
.proMsg .proMsgBox .proTop{
	padding: 50px 0;
	height: auto;
}
.proMsg .proMsgBox .proTop .mySwiper{
	position: relative;
	width: 100%;
	padding: 0  0;
	left:0;
}
.proMsg .swiper-button-next, .proMsg .swiper-button-prev{
	bottom: 35px;
}
.proMsg .proMsgs .msgs .proInfos{
	height: 90px;
}
.proMsg .proMsgs{
	padding-right: 0;
}
.proMsg .proMsgs .msgs{
	background: #fff;
	padding: 0 25px;
}
.proMsg .proMsgs .msgs .colorBox .colos .color {
    margin-right: 5px;
}
.proMsg .proMsgs .msgs .colorBox .colos .color:first-child img{
	/*border: 1px solid #F7F7F7;*/
	border-radius: 5px;
}
.proMsg .proDetails{
	padding: 30px 0;
}
.proMsg .proDetails .detailsBox{
	padding: 0 25px;
}
.proMsg .proDetails .detailsBox img{
	width: 100%;
}

.pages p a{
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-right: 15px;
		font-size: 14px;
}

}



@media screen and (max-width: 500px){
.proMsg .swiper-button-next, .proMsg .swiper-button-prev{
	
	bottom: 5px;
	color: #888;
}
.proMsg .proMsgs .msgs .colorBox .colos .color p{
	font-size: 12px;
}
.proMsg .swiper-button-next i, .proMsg .swiper-button-prev i{
	font-size: 20px;
}
.caseCenter .caseBg .picBox .picImg img{
	height: 73vh;
}
.proType .itemList ul{
	display: block;
}
.proType .itemList ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
}
.proType .itemList ul li:nth-child(3n){
	margin-right: 0;
}
.proType .itemList ul li a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 0 15px;
}
.proType .itemList ul li.on a{
	padding: 0 15px;
}

}