*{
	padding: 0;
	margin: 0;
}
:root {
  --cydl-container-wid: 1710px;
}
html,body{
	font-family: "微软雅黑";
	position: relative;
	width: 100%;
	color: #333;
	background: #fff;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
	display: flex;
}
a{
	text-decoration: none;
	color: #2c2c2c;
}
a:hover{
	color:#ff8200 ;

}
.container{
		width: var(--cydl-container-wid);
		box-sizing: border-box;
		margin: 0 auto;
	}
.pageContainer{
	width: 1200PX;
	margin: 0 auto;
	box-sizing: border-box;
}
.proContainer{
	width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media (max-width: 1600px) {
	.container{
		width: 1200px;
		box-sizing: border-box;
	}
}

.banner{
	overflow: hidden;
	position: relative;
}
.banner .prev,.banner .next{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -30px;
}
.banner .text{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .text>div{
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 2em;
    
}
.banner .text>div p:nth-child(1){
    font-size: 60px;
    line-height: 1.8em;
}
.banner .prev{
	left: 110px;
}
.banner .next{
	right: 110px;
}
.banner .swiper-slide img{
	width: 100%;
}
.img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.head{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.head .container{
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .container .logo{

}
.head .container .logo a img:nth-child(1){
	display: block;
}
.head .container .logo a img:nth-child(2){
	display: none;
}
.head .container .nav{

}
.head .container .wapBut{
	display: none;
}
.head .container .nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .container .nav ul li{
	margin: 0 20px;
}
.head .container .nav ul li a{
	color: #333333;
	
}
.head .container .nav ul li a:hover,.head .container .nav ul li.active a{
	color: #ff8200;
}
.scroll{
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.scroll .container .logo a img:nth-child(1){
	display: none;
}
.scroll .container .logo a img:nth-child(2){
	display: block;
}
.indexTitle{
	border-bottom: 1px solid #f5f5f5;
}
.indexTitle .container{
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	align-items: center;
}
.indexTitle .container .left{

}
.indexTitle .container .left h3{
	font-size: 48px;
	text-transform: uppercase;
	line-height: 1em;
}
.indexTitle .container .left p{
	font-size: 26px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 10px;
}
.indexTitle .container .right{
	display: flex;
	align-items: center;
}
.indexTitle .container .right .more{

}
.index1{
	padding: 80px 0;
}
.index1 .list{
	margin-top: 80px;
}
.index1 .list .container{
	position: relative;
}
.index1 .list .swiper-container{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.index1 .list .swiper-container .swiper-slide{
	padding-top: 53px;
	width: calc(33.33% - 43px);
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-right: 64px;
	height: 408px;
}
.index1 .list .swiper-container .swiper-slide .text{
	margin-top: 40px;
	text-align: center;
	padding-bottom: 25px;
}
.index1 .list .swiper-container .swiper-slide .text h3{
	font-size: 20px;
	font-weight: 500;

}
.index1 .list .swiper-container .swiper-slide .text p{

	padding: 0 25px;
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}
.index1 .list .description{
	text-align: center;
	margin-top: 60px;
}
.index1 .list .description p{
	font-size: 15px;
	color: #777777;
}
.index1 .list .description  small{
	display: block;
	color: #777777;
	font-size: 11px;
}
.index1 .list .but{
	position: absolute;
	left: -112px;
	bottom: 0;
	display: flex;
}
.index1 .list .but div{
	position: static;
	margin: 0;
	width: 46px;
	height: 46px;
	
	border: 1px solid #ff8200;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	--swiper-navigation-size: 16px;
	margin-left: 10px;
	background: #fff;
	color: #ff8200;
}
.index1 .list .but div:hover{
	background: #ff8200;
	color: #fff;
}
.index2{
	padding: 80px 0;
	background: url(../images/bg1.jpg) no-repeat center top;
}
.index2 .list{
	margin-top: 80px;
	display: flex;
	justify-content: left;
}
.index2 .indexTitle{
	border-bottom: none;
}
.index2 .list .img{
	width: 50%;
}
.index2 .list .right{
	width: 600px;
	box-sizing: border-box;
	padding-left: 40px;
}
.index2 .list .right .text{
	font-size: 14px;
	text-indent: 2em;
}
.index2 .list .right .text p{
	margin-bottom: 15px;
}
.index2 .list .right .munber{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
}
.index2 .list .right .munber .item{
	color: #777777;
}
.index2 .list .right .munber .item:hover{
	color:#ff8200 ;
}
.index2 .list .right .munber h3{
	display: flex;
	font-weight: 400;
	justify-content: center;
}
.index2 .list .right .munber h3 span{
	font-size: 80px;
	line-height: 1em;
}
.index2 .list .right .munber h3 small{
	font-size: 14px;
	line-height: 1em;
}
.index2 .list .right .munber .item p{
	text-align: center;
	font-size: 14px;
}
.index2 .list .right .munber .item p:first-of-type{
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.indexTitle .right .joinNav{
	margin-right: 15px;
}
.indexTitle .right .joinNav ul{
	display: flex;
	align-items: center;
	}
.indexTitle .right .joinNav ul li{
	padding: 0 15px;
}
.indexTitle .right .joinNav ul li a{
	font-size: 18px;
	font-weight: 300;
}
.index3{
	padding: 80px 0;
}
.index3 .list{
	margin-top: 60px;
}
.index3 .list ul{
	display: flex;
	justify-content: space-between;
}
.index3 .list ul li{
	width: calc(25% - 10px);
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0.2s;
  -moz-transition: all .4s ease-in-out 0.2s;
  -ms-transition: all .4s ease-in-out 0.2s;
  -o-transition: all .4s ease-in-out 0.2s;
  transition: all .4s ease-in-out 0.2s;
}
.index3 .list ul li.active{
	width: 50%;
	-webkit-transition: all .4s ease-in-out 0.2s;
  -moz-transition: all .4s ease-in-out 0.2s;
  -ms-transition: all .4s ease-in-out 0.2s;
  -o-transition: all .4s ease-in-out 0.2s;
  transition: all .4s ease-in-out 0.2s;
}
.index3 .list ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 650px;
	width: 100%;
}
.index3 .list ul li a .box{
	text-align: center;
	color: #fff;
	margin-top: -50px;
	-webkit-transition: all .4s ease-in-out 0.2s;
  -moz-transition: all .4s ease-in-out 0.2s;
  -ms-transition: all .4s ease-in-out 0.2s;
  -o-transition: all .4s ease-in-out 0.2s;
  transition: all .4s ease-in-out 0.2s;
}
.index3 .list ul li.active a .box{

	margin-top: -0px;
	-webkit-transition: all .4s ease-in-out 0.2s;
  -moz-transition: all .4s ease-in-out 0.2s;
  -ms-transition: all .4s ease-in-out 0.2s;
  -o-transition: all .4s ease-in-out 0.2s;
  transition: all .4s ease-in-out 0.2s;
}
.index3 .list ul li a .box p{
	font-size: 18px;
}
.index3 .list ul li a .box h3{
	font-size: 30px;
	margin-top: 10px;
}
.index3 .list ul li a .box span{
	width: 150px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f59601;
	color: #fff;
	opacity: 0;
	margin: 15px auto;
		-webkit-transition: all .4s ease-in-out 0.2s;
  -moz-transition: all .4s ease-in-out 0.2s;
  -ms-transition: all .4s ease-in-out 0.2s;
  -o-transition: all .4s ease-in-out 0.2s;
  transition: all .4s ease-in-out 0.2s;
}
.index3 .list ul li.active a .box span{
	opacity: 1;
	-webkit-transition: all .4s ease-in-out 0.2s;
  -moz-transition: all .4s ease-in-out 0.2s;
  -ms-transition: all .4s ease-in-out 0.2s;
  -o-transition: all .4s ease-in-out 0.2s;
  transition: all .4s ease-in-out 0.2s;
}
.index4{
	padding: 80px 0;
}
.index4 .list{
	margin-top: 60px;
	overflow: hidden;
}
.index4 .list .but{
	margin-top: 60px;
	display: flex;
}
.index4 .list .but div{
	position: static;
	margin: 0;
	width: 46px;
	height: 46px;
	
	border: 1px solid #ff8200;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	--swiper-navigation-size: 16px;
	margin-left: 10px;
	background: #fff;
	color: #ff8200;
}
.index4 .list .but div:hover{
	background: #ff8200;
	color: #fff;
}
.index4 .list .swiper-container{
	overflow: unset;
}
.indexTitle .right .newsNav{
	padding-right: 15px;
} 
.indexTitle .right .newsNav ul{
	display: flex;
	justify-content: space-between;
}
.indexTitle .right .newsNav ul li{
	margin: 0 15px;
}
.indexTitle .right .newsNav ul li a{
	width: 216px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 53px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	color: #333;
}
.indexTitle .right .newsNav ul li a:hover{
	background: #ff8200;
	color: #fff;
	border: 1px solid #ff8200;
}
.index4 .list .swiper-slide{
	width: calc(33.33% - 20px);
	margin-right: 30px;
}
.index4 .list .swiper-slide a .text{
	margin-top: 15px;
}
.index4 .list .swiper-slide a .text h3{
	font-size: 20px;
	font-weight: 200;
	line-height: 1em;
}
.index4 .list .swiper-slide a .text p{
	color: #b7b7b7;
	font-size: 16px;
	margin-top: 15px;
}
.index5 .indexTitle{
	border-bottom: 1px solid #dcdcdc;
}
.index5{
	background: #f7f7f9;
	padding: 80px 0;
}
.index5 .list{
	margin-top: 60px;
}
.index5 .list .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index5 .list .container .left{
	width: 45%;
}
.index5 .list .container .left img{
	width: 100%;
}
.index5 .list .container .right{
	background: #fff;
	width: 660px;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;
	border: 2px solid #f3f3f3;
}
.index5 .list .container .right .form{
	display: flex;
	align-items: center;
	justify-content: center;
}
.index5 .list .container .right .form select{
	width: 200px;
	height: 35px;
	background: #f5f5f5;
	border: none;
	margin-right: 10px;
	outline: unset;
}
.index5 .list .container .right .form button{
	background: #3b3b3b;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	border: none;
	height: 35px;
	width: 130px;
	box-sizing: border-box;
	padding: 0 10px;
}
.index5 .list .container .right .box{
	margin-top: 15px;
}
.index5 .list .container .right .box ul{
	display: flex;
	flex-wrap: wrap;

}
.index5 .list .container .right .box ul li{
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-top: 35px;
	text-align: center;
}
.index5 .list .container .right .box ul li h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
}
.index5 .list .container .right .box ul li p{
	font-size: 14px;
	color: #777;
	line-height: 1.7em;
	margin-top: 15px;
}
.index5 .list .container .right .netPage{
	text-align: center;
	margin-top: 40px;
}
.index5 .list .container .right .netPage ul{
	display: flex;
	justify-content: right;
	margin-left: auto;
	margin-right: 0;
	width: auto;
}
.index5 .list .container .right .netPage ul li{
	padding: 0 5px;
}
.index5 .list .container .right .netPage ul li a,.index5 .list .container .right .netPage ul li span{
	padding: 5px 5px;
	display: block;
	font-size: 18px;
	color: #ff8200;
}
.index5 .list .container .right .netPage ul li.active a,
.index5 .list .container .right .netPage ul li.active span,
.index5 .list .container .right .netPage ul li:hover a{
	color: #333;
}
.footer{
	background: #111111;
	padding-top: 80px;
}
.footer .top .container{
	display: flex;
	justify-content: space-between;
}
.footer .top .left{
	width: 50%;
	box-sizing: border-box;
		display: flex;
	justify-content: space-between;
}
.footer .top .left .item{

}
.footer .top .left .item p{
	padding-bottom: 15px;
}
.footer .top .left .item p a{
	font-size: 14px;
	color: #fff;
}
.footer .top .left .item ul{

}
.footer .top .left .item ul li{
	margin-top: 10px;
}
.footer .top .left .item ul li a{
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}
.footer .top .right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 50px;
}
.footer .top .right .dis{
	text-align: right;
	color: #fff;
	font-size: 14px;
	line-height: 2em;
}
.footer .top .right .form form{
	display: flex;
	justify-content: left;
	margin-top: 20px;
}
.footer .top .right .form form input{
	width: 80%;
	height: 50px;
	background: #fff;
	border: none;
}
.footer .top .right .form form button{
	width: 20%;
	height: 50px;
	background: #ff8200;
	color: #fff;
	font-size: 14px;
	border: none;
}
.footer .top .right .bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.footer .top .right .bottom .code{
	display: flex;
	width: 40%;
	justify-content:space-between;
}
.footer .top .right .bottom .code .item{
	margin-right: 15px;
}
.footer .top .right .bottom .text{
	font-size: 14px;
	line-height: 2em;
	color: #777777;
}
.footer .copy{
	border-top: 1px solid #282828;
	margin-top: 35px;
}
.footer .copy .container{
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .copy .container .left{
	color: #979797;
	font-size: 12px;
}
.footer .copy .container .right{
	color: #979797;
	font-size: 12px;
}
.footer .copy .container .right span{
	margin-left: 25px;
}
.footer .copy .container .right a{
	color: #979797;
}
.about{
	background: #f7f7f7;
	padding: 80px 0;
}
.about h3{
	font-size: 36px;
}
.about .dis{
	font-size: 16px;
	margin-top: 55px;
	line-height: 2em;
	text-indent: 2em;
}
.core{
	padding: 80px 0;
}
.core .title{}
.core .title h3{
	font-size: 36px;
}
.core .list{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.core .list .left{
	width: 768px;
	height: 403px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.core .list .left .text{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 45px;
	color: #fff;
	font-size: 18px;
}
.core .list .left .text>span{
	display: block;
	width: 50px;
	height: 5px;
	background: #fff;
	margin-bottom: 15px;
}
.core .list .right{
	width: 410px;
	box-sizing: border-box;
}
.core .list .right ul{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.core .list .right ul li{
	height: 125px;
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid #ff7642;
	border-radius: 8px;
	padding: 0 50px;
	box-sizing: border-box;
}
.core .list .right ul li.active{
	background: #ff7642;
}
.core .list .right ul li span{
	font-size: 24px;
	margin-left: 40px;
}
.core .list .right ul li.active span{
	color: #fff;
}
.core .list .right ul li label{
	width: 60px;
	height: 60px;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.core .list .right ul li label img{
	max-width: 100%;
	max-height: 100%;
}
.core .list .right ul li.active label img{
	position: relative;
	left: -60px;
	filter: drop-shadow(60px 0px #fff);
}
.core .munber{
	margin-top: 60px;
}
.core .munber ul{
	display: flex;
	justify-content: space-between;
}
.core .munber ul li{
	width: 25%;
	box-sizing: border-box;
	color: #ff7642;
	padding: 0 15px;
}
.core .munber ul li h3{
	text-align: center;
	font-weight: 400;
	display: flex;
	justify-content: center;
}
.core .munber ul h3 span{
	font-size: 70px;
	line-height: 1em;
}
.core .munber ul h3 small{
	font-size: 16px;
	line-height: 1em;
}
.core .munber ul li p{
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
}
.server{
	padding-bottom: 80px;
}
.server .title{}
.server .title h3{
	font-size: 36px;
}
.server .list{
	margin-top: 65px;
}
.server .list ul{
	display: flex;
	justify-content: space-between;
}
.server .list ul li{
	width: calc(33.33% - 5px);
	position: relative;
	top: 0;
	-webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}
.server .list ul li:hover{
	top: -30px;
	-webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}
.server .list ul li .text{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	color: #fff;
}
.server .list ul li .text span{
	width: 55px;
	height: 4px;
	display: block;
	background: #fff;
	margin-bottom: 10px;
}
.server .list ul li .text h3{
	font-size: 18px;
	font-weight: 40;
}
.server .list ul li .text p{
	font-size: 14px;
	margin-top: 8px;
}
.news{
	padding: 80px 0;
}
.news .list{

}
.news .list ul{
	display: flex;
	flex-wrap: wrap;
}
.news .list ul li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 10px;
}
.news .list ul li .img{}
.news .list ul li .text{
	margin-top: 10px;
}
.news .list ul li .text h3{
	font-size: 20px;
	font-weight: 200;
	line-height: 1em;
}
.news .list ul li .text p{
	font-size: 16px;
	color: #b7b7b7;
	margin-top: 10px;
	opacity: 0.8;
}
.pages{
	text-align: center;
	padding: 35px 0 0;
}
.pages ul{
	display: flex;
	justify-content: center;
}
 .pages ul li{
	padding: 0 5px;
}
 .pages ul li a,.pages ul li span{
	padding: 5px 8px;
	border: 1px solid #dcdcdc;
	display: block;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
	background: #f45325; 
	color: #fff;
	border: 1px solid #f45325;
}
.newsShow{
	padding: 80px 0;
}
.newsShow .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
}
.newsShow .top .return{

}
.newsShow .top .return a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 35px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}
.newsShow .top .shar{
	display: flex;
}
.newsShow .top .shar a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	margin-left: 15px;
}
.newsShow .top .shar button{
    width: 120px;
    height: 40px;
    color: #fff;
    background: #ff8200;
    border: none;
}
.newsShow .content{
	margin-top: 30px;
} 
.newsShow .content .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsShow .content .title h3{
	font-size: 28px;
	font-weight: 400;
}
.newsShow .content .title p{
	font-size: 18px;
}
.newsShow .content .text{
	font-size: 16px;
	color: #777777;
	margin-top: 25px;
}
.newsShow .content .text img{
	display: inline-block;
}
.newsShow .content .nextPage{
	margin-top: 20px;
}
.newsShow .content .nextPage p{
	color: #ff8200;
	font-size: 14px;
	margin-top: 15px;
}
.newsShow .content .nextPage p a{
	color: #ff8200;
}
.join1{
	padding: 80px 0;
	background: #f7f7f7;
}
.join1 .title{

}
.join1 .title h3{
	font-size: 36px;
}
.join1 .list{
	margin-top: 40px;
	display: none;
}
.join1 .list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.join1 .list ul li{
	width: calc(33.33% - 10px);
	margin-bottom: 15px;
	background: #fff;
	box-sizing: border-box;
	padding: 70px 30px;
}
.join1 .list ul li .icon{
	background: url(../images/icon_bg.png) no-repeat center;
	background-size: cover;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.join1 .list ul li .icon img{
	max-width: 100%;
	max-height: 100%;
}
.join1 .list ul li h3{
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	margin-top: 30px;
	line-height: 1em;
}
.join1 .list ul li p{
	font-size: 16px;
	margin-top: 20px;
}
.join1 .list2{
    height: 616px;
    background: url(../images/join_bg.png) no-repeat center left 291px;
    position: relative;
    margin-top: 60px;
}
.join1 .list2 ul li{
    display: flex;
    justify-content: space-between;
    position: absolute;
}
.join1 .list2 ul li .icon{
	background: url(../images/icon_bg.png) no-repeat center;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.join1 .list2 ul li .text{
    text-align: right;
    width: calc(100% - 80px);
}
.join1 .list2 ul li .text h3{
    font-size: 24px;
    font-weight: bold;
}
.join1 .list2 ul li .text p{
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.8em;
}
.join1 .list2 ul li:nth-child(1){
    width: 486px;
    left: 0;
    top:56px;
}
.join1 .list2 ul li:nth-child(4){
    width: 486px;
    right: 0;
    top:56px;
}
.join1 .list2 ul li:nth-child(4) .text{
    text-align: left;
}
.join1 .list2 ul li:nth-child(2){
    width: 360px;
    left: 0;
    top:254px;
}

.join1 .list2 ul li:nth-child(3){
    width: 486px;
    left: 0;
    top:476px;
}
.join1 .list2 ul li:nth-child(2) .text p{
    text-align: left;
}
.join1 .list2 ul li:nth-child(5){
    width: 380px;
    right: 0;
    top:254px;
}
 .join1 .list2 ul li:nth-child(5) .text{
        text-align: left;
    }
.join1 .list2 ul li:nth-child(6){
    width: 486px;
    right: 0;
    top:476px;
}
.join1 .list2 ul li:nth-child(6) .text{
    text-align: left;
}
.join2{
	padding: 80px 0;
}
.join2 .list{
	margin-top: 40px;
}
.join2 .list ul{
	display: flex;
	justify-content: space-between;
}
.join2 .list ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 60px;
}
.join2 .list ul li .img{
	width: 75px;
	height: 75px;
	margin: 0 auto;
}
.join2 .list ul li>p{
	font-size: 18px;
	font-weight: 200;
	margin-top: 20px;
	text-align: center;
}
.join2 .title h3{
	font-size: 36px;
}
.join3{
	padding: 80px 0;
	background: url(../images/bg2.jpg)no-repeat center top;
	background-color: #707070;
}
.join3 .pageContainer{
	display: flex;
	justify-content: space-between;
}
.join3 .pageContainer .title{
	width: 190px;
}
.join3 .pageContainer .title h3{
	font-size: 36px;
	color: #fff;
}
.join3 .pageContainer .box{
	width: 1000px;
	background: #fff;
	display: flex;
}
.join3 .pageContainer .box .text{
	width: 340px;
	border-left: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 30px;
}
.join3 .pageContainer .box  .form{
	width: 660px;
	box-sizing: border-box;
	padding: 20px;
}
.join3 .pageContainer .box  .form .input{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.join3 .pageContainer .box  .form .input input{
	width: 32%;
	height: 70px;
	background: #f2f2f2;
	border: none;
	outline: unset;
	box-sizing: border-box;
	padding: 0 10px;
}
.join3 .pageContainer .box  .form .dis{
	margin-top: 15px;
}
.join3 .pageContainer .box  .form .dis textarea{
	width: 100%;
	height: 175px;
	box-sizing: border-box;
	padding: 20px;
	background: #f2f2f2;
	border: none;
	outline: unset;
}
.join3 .pageContainer .box .top{
	display: flex;
	align-items: center;
}
.join3 .pageContainer .box .top .img{
	width: 41px;
	height: 41px;
	margin-right: 10px;
}
.join3 .pageContainer .box .top h3{
	font-weight: 400;
	font-size: 18px;
}
.join3 .pageContainer .box .top p{
	font-size: 12px;
	color: #777;
	font-weight: bold;
	margin-top: 5px;
}
.join3 .pageContainer .box .phone{
	margin-top: 35px;
}
.join3 .pageContainer .box .phone a{
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.join3 .pageContainer .box .bottom{
	margin-top: 55px;
}
.join3 .pageContainer .box .bottom button{
	height: 60px;
	background: #111;
	color: #fff;
	font-size: 14px;
	width: 100%;
	border: none;
}
.join4{
	padding: 80px 0;
}
.join4 .title h3{
	font-size: 36px;
}
.join4 .list{
	margin-top: 40px;
}
.join4 .list ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.join4 .list ul li{
	width: 105px;
}
.join4 .list ul li .img{
	width: 105px;
	height: 105px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}
.join4 .list ul li p{
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	margin-top: 10px;
}
.join4 .list ul li:nth-child(even){
	width: 50px;
	display: flex;
	justify-content: center;
}
.join4 .list ul li:nth-child(even) span{
	font-size: 16px;
}
.join4 .list ul li:nth-child(even) span:after{
		font-family: swiper-icons;
		content: 'next';
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.join4 .list ul li:last-child{
	display: none;
}
.core .list .left .item{
		display: none;
	}
	.core .list .left .item.active{
		display: block;
	}
.product{
	padding: 80px 0;
}
.product .proSidebar{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 100px;
}
.product .proSidebar a{
	width: calc(33.33% - 65px);
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 25px 50px;
	height: 126px;
}
.product .proSidebar a h3{
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}
.product .proSidebar a p{
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.product .proSidebar a:hover,.product .proSidebar a.active{
	background: #ee7c02;
	color: #fff;
	border: 1px solid #ee7c02;
}
.product .box{
	box-sizing: border-box;
	padding: 0 100px;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;

}
.product .box .img{
	width: 50%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	height: 485px;
}
.product .box .img img{
    display: none;
}
.product .box .img img:nth-child(1){
    display: block;
}
.product .box .text{
	width: 50%;
	box-sizing: border-box;
	padding-left: 50px;
	text-align: center;
	
}
.product .box .text>h3{
	font-size: 36px;
}
.product .box .text .dis{
	margin-top: 30px;
	font-size: 20px;
	color: #777777;
}
.product .box .text .sub{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.product .box .text .sub a{
	padding: 8px 35px;
	border: 1px solid #111;
	font-size: 14px;
	margin: 0 10px;
}
.product .box .text .sub a:hover,.product .box .text .sub a.active{
	background: #111;
	color: #fff;
}
.product .box .text .show{
	margin-top: 30px;
	text-align: center;
	color: #777777;
	font-size: 16px;
	line-height: 2em;
}
.product .box .text .show .item{
	display: none;
}
.product .box .text .show .item.active{
	display: block;
}
.proShow{
	margin-top: 60px;
}
.proShow .title{
	text-align: center;
	color: #777777;
	font-size: 16px;
}
.proShow .content{
    display: none;
}
.proShow .content.active{
    display: block;
}
.proShow .content img{
	display: inline-block;

}
.accessory{
	padding: 80px 0;
	background: #f7f5f4;

}
.accessory .title{
	text-align: center;
}
.accessory .title p{
	font-size: 16px;
	color: #777777;
}
.accessory .title h3{
	font-size: 28px;
	font-weight: 400;
	margin-top: 10px;
}
.accessory .nav{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
	
}
.accessory .nav a{
	padding: 8px 30px;
	margin: 0 10px;
	color: #282828;
	font-size: 14px;
}
.accessory .nav a:hover,.accessory .nav a.active{
	background: #111;
	color: #fff;
}
.accessory .list{
	
	width: 1000px;
	margin: 0 auto;

	border-top: 1px solid #dcdcdc;
	padding-top: 30px;
	box-sizing: border-box;
}
.accessory .list .item{
	overflow: hidden;
	height: 0;
	position: relative;
	padding: 0 100px;
	box-sizing: border-box;
}
.accessory .list .item.active{
	height: auto;
}
.accessory .list .item .swiper-button-next,.accessory .list .item .swiper-button-prev{
	color: #333;
	--swiper-navigation-size: 20px;
}
.accessory .list .item .swiper-container{
	width: 100%;
	overflow: hidden;
}
.accessory .list .item .but{
    margin-top: 30px;
}
.accessory .list .item .but>div{
    position: static;
    display: flex;
    justify-content: center;
    color: #ee7c02;
}
.accessory .list .item .text img{
    width: 100%;
}
.contact{
	padding-bottom: 80px;
}
.contact .title{
	margin-top: 80px;
}
.contact .title h3{
	font-size: 30px;
}
.contact .list{
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.contact .list .left{
	width: 50%;
	font-size: 18px;
	font-weight: 200;
	line-height: 2em;
	box-sizing: border-box;
}
.contact .list .right{
	display: flex;
	justify-content: space-between;
}
.contact .list .right .item{
	margin-left: 15px;
}
.contact .map{
	margin-top: 40px;
}
.contact .map img{
	width: 100%;
}
.contact .msg{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.contact .msg .input{
	width: calc(50% - 15px);
}
.contact .msg .text{
	width: calc(50% - 15px);
}
.contact .msg .input input{
	width: 100%;
	height: 40px;
	background: #e9e9e9;
	border: none;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 10px;
	outline: unset;
}
.contact .msg .text textarea{
	width: 100%;
	background: #e9e9e9;
	border: none;
	box-sizing: border-box;
	padding: 15px;
	outline: unset;
	height: calc(100% - 10px);
}
.contact .button{
	margin-top: 15px;
	} 
.contact .button button{
	width: 100%;
	height: 40px;
	background: #e9e9e9;
	border: none;
	box-sizing: border-box;
	color: #777;
	outline: unset;
	cursor: pointer;
}
.index5 .list .container .right .netPage ul li:last-child,.index5 .list .container .right .netPage ul li:first-child{
	display: none;
}
.download{
    padding: 80px 0;
}
.download .form{

}
.download .form form {
	display: flex;
	justify-content: center;
	align-items: center;
}
.download .form form .group{
	
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #dcdcdc;
	width: 100%;
}
.download .form .group input{
	width: 80%;
	height: 60px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	padding: 0 15px;
	outline: unset;
}
.download .form .group button{
	width: 20%;
	height: 60px;
	box-sizing: border-box;
	border: none;
	background: #fc7b09;
	color: #fff;
	border-radius: 30px;
	font-size: 20px;
}
.download .list{
	padding-top: 60px;
}
.download .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.download .list ul li{
    
}
.download .list ul li{
    width: calc(50% - 20px);
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 0  15px #dcdcdc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.download .list ul li h3{
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}
.download .list ul li:hover h3{
	color: #fc7b09;
}
.download .list ul li p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.download .list ul li p label{
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}
.download .list ul li:hover p label{
	color: #fc7b09;
}
.ShowMsg{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 166;
}
.ShowMsg .box{
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 15px #dcdcdc;
	position: relative;
}
.ShowMsg .box .cole{
	position: absolute;
	top: 15px;
	right: 15px;
}
.ShowMsg .box .title label{
    overflow: hidden;
}
.ShowMsg .box .title label img{
    position: relative;
    left: -40px;
    filter: drop-shadow(40px 0 #fc7b09);
}
.ShowMsg .box .title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ShowMsg .box .title span{
	color: #fc7b09;
	font-size: 20px;
	margin-left: 15px;
}
.ShowMsg .box .form {
	margin-top: 30px;
}
.ShowMsg .box .form input{
	width: 420px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	background: #fff;
	display: block;
}
.ShowMsg .box .form textarea{
	width: 420px;
	height: 40px;
	box-sizing: border-box;
	padding:10px;
	margin-bottom: 15px;
	border: 1px solid #dcdcdc;
	background: #fff;
	display: block;
}
.ShowMsg .box .form .select{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}
.ShowMsg .box .form .select select{
    width: calc(50% - 8px);
    height: 40px;
    border: 1px solid #dcdcdc;
}
.ShowMsg .box .form .codeS{
    display: flex;
    justify-content:space-between;
}
.ShowMsg .box .form .codeS img{
    height: 40px;
}
.ShowMsg .box .form .codeS input{
    width: 260px;
}
.ShowMsg .box .form .but{
	display: flex;
	justify-content: center;
}
.ShowMsg .box .form .but button{
	margin: 0 15px;
	width: 150px;
	height: 40px;
	background: #a4a4a4;
	color: #fff;
	border: none;
}
.ShowMsg .box .form .but button:last-child{
	background: #fc7b09;
}
.footer .wapNav{
    display: none;
}
.dowClass{
    padding-top: 45px;
}
.dowClass ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dowClass ul li{
    width: calc(50% - 15px);
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 15px #dcdcdc;
    box-sizing: border-box;
    padding: 30px;
}
.dowClass ul li a{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.dowClass ul li a .text{
    
}
.dowClass ul li a .text h3{
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.dowClass ul li a .text h3 i{
    width: 20px;
    height: 20px;
    border: 3px solid  #2b2b2b;
    border-radius: 50%;
    margin-right: 10px;
}
.dowClass ul li a:hover .text h3 i{
    border: 3px solid  #fc7b09;
}
.dowClass ul li a .text p{
    display: flex;
    align-items: center;
    margin-top: 35px;
    padding-left: 40px;
    font-size: 14px;
}.dowClass ul li a .text p i{
    font-style: unset;
    margin-left: 5px;
}
.dowClass ul li a .text p i img:nth-child(1){
    display: none;
}
.dowClass ul li a .text p i img:nth-child(2){
    display: block;
}
.dowClass ul li:hover a .text p i img:nth-child(1){
    display: block;
}
.dowClass ul li:hover a .text p i img:nth-child(2){
    display: none;
}
.dowClass ul li a .img{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    border-left: 2px solid #f5f5f5;
}
@media (min-width: 1601px) {
	.index1 .list .but{
		left: 0;
	}
	.index2 .list .right{
		width: 850px;
	}
	.index2 .list .right .munber{
		margin-top: 100px;
	}
	.index5 .list .container .right .form select{
		width: 300px;
	}
}
@media (max-width: 1200px) {
	.pageContainer{
		width: 1000px;
	}
	.container{
		width: 1000px;
	}
	.proContainer{
		width: 1000px;
	}
	.index1 .list .swiper-container{
		width: 100%;
	}
	.index1 .list .description{
		margin-top: 40px;
	}
	.index1 .list .but{
		position: static;
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.index2 .list .right{
		width: 500px;
	}
	.join1 .list2{
        height: 616px;
        background: url(../images/join_bg.png) no-repeat center left 191px;
        position: relative;
        margin-top: 60px;
    }
    .join1 .list2 ul li{
        display: flex;
        justify-content: space-between;
        position: absolute;
    }
    .join1 .list2 ul li .icon{
    	background: url(../images/icon_bg.png) no-repeat center;
    	width: 65px;
    	height: 65px;
    	margin: 0 auto;
    	border-radius: 50%;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }
    .join1 .list2 ul li .text{
        text-align: right;
        width: calc(100% - 80px);
    }
    .join1 .list2 ul li .text h3{
        font-size: 24px;
        font-weight: bold;
    }
    .join1 .list2 ul li .text p{
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.8em;
    }
    .join1 .list2 ul li:nth-child(1){
        width: 386px;
        left: 0;
        top:56px;
    }
    .join1 .list2 ul li:nth-child(4){
        width: 386px;
        right: 0;
        top:56px;
    }
    .join1 .list2 ul li:nth-child(4) .text{
        text-align: left;
    }
    .join1 .list2 ul li:nth-child(2){
        width: 260px;
        left: 0;
        top:254px;
    }
    
    .join1 .list2 ul li:nth-child(3){
        width: 386px;
        left: 0;
        top:476px;
    }
    .join1 .list2 ul li:nth-child(2) .text p{
        text-align: left;
    }
    .join1 .list2 ul li:nth-child(5){
        width: 280px;
        right: 0;
        top:254px;
    }
     .join1 .list2 ul li:nth-child(5) .text{
            text-align: left;
        }
    .join1 .list2 ul li:nth-child(6){
        width: 386px;
        right: 0;
        top:476px;
    }
    .join1 .list2 ul li:nth-child(6) .text{
        text-align: left;
    }
}
@media (max-width: 1000px) {
	.pageContainer{
		width: 100%;
		padding: 0 15px;
	}
	.container{
		width: 100%;
		padding: 0 15px;
	}
	.proContainer{
		width: 100%;
		padding: 0 15px;
	}
	.banner .text>div{
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height: 2em;
    }
    .banner .text>div p:nth-child(1){
        font-size: 40px;
        line-height: 1.8em;
    }
	.index1 .list .swiper-container .swiper-slide{
		padding-top: 53px;
		width: calc(33.33% - 15px);
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
		margin-right: 10px;
	}
	.index2 .list{
		display: block;
		margin-top: 20px;
	}
	.index2 .list .img{
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
	}
	.index2 .list .right{
		width: 100%;
		padding: 25px 15px;
	}
	.index2{
		background-size: cover;
	}
	.index4 .list .swiper-slide{
		width: calc(50% - 20px);
		margin-right: 40px;
	}
	.index5 .list .container{
		display: block;
	}
	.index5 .list .container .left{
		width: 100%;
	}
	.index5 .list .container .right{
		width: 100%;
	}
	.footer .top .left{
		display: none;
	}
	.footer .top .right{
		width: 100%;
	}
	.head .container .wapBut{
		display: flex;
		width: 30px;
		height: 30px;
		justify-content: center;
		align-items: center;
	}
	.head .container .wapBut img{
		max-width: 100%;
		max-height: 100%;
	}
	.head .container .nav{
		position: fixed;
		display: none;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.head .container .nav ul{
		display: block;
		background: #fff;
		width: 80%;
		height: 100%;
		box-sizing: border-box;
		padding-top: 100px;
	}
	.head .container .nav ul li{
		border-bottom: 1px solid #dcdcdc;
		
	}
	.head .container .nav ul li a{
		padding: 15px 0;
		display: block;
	}
	.banner .prev, .banner .next{
		width: 40px;
		height: 40px;
	}
	.core .list{
		display: block;
	}
	.core .list .left{
		width: 100%;
	}
	.core .list .right{
		width: 100%;
		margin-top: 15px;
	}
	.core .list .right ul{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.core .list .right ul li{
		height: auto;
		padding: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(33.33% - 10px);
	}
	.core .list .right ul li label{
		display: none;
	}
	.core .list .right ul li span{
		font-size: 20px;
		margin: 0;
		text-align: center;
	}
	.core .list .left{
		height: auto;
	}

	.core .list .left .item .img img{
		width: 100%;
		height: auto;
	}
	.core .munber ul{
		flex-wrap: wrap;
	}
	.core .munber ul li{
	 	width: calc(50% - 10px);
	 	margin-bottom: 25px;
	 	border: 1px solid #ff7642;
	 	padding: 25px 15px;
	}
	.about h3{
		font-size: 24px;
	}
	.core .munber ul h3 span{
		font-size: 50px;
	}
	.server .list ul{
		display: block;
	}
	.server .list ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.server .list ul li .img{
		min-height: 100px;
		overflow: hidden;
	}
	.server .list ul li .img img{
		width: 100%;
		height: auto;
		max-height: unset;
	}
	.server .list ul li .text{
		bottom: 20px;
	}
	.footer .top .right .bottom{
		display: block;
	}
	.footer .top .right .bottom .text{
		margin-top: 15px;
	}
	.footer .copy .container{
		height: auto;
		display: block;
		padding: 15px 15px;
	}
	.footer .copy .container .right{
		margin-left: -25px;
		margin-top: 8px;
	}
	.indexTitle .right .newsNav{
		display: none;
	}
	.index3 .list ul{
		display: block;
	}
	.index3 .list ul li.active{
		width: 100%;
	}
	.index3 .list ul li{
		width: 100%;
		margin-top: 10px;
	}
	.index3 .list ul li a{
		height: auto;
		padding: 55px 0;
	}
	.index3 .list ul li a .box{
		margin-top: 0;
	}
	.index3 .list ul li a .box span{
		opacity: 1;
	}
	.indexTitle .right .joinNav{
		display: none;
	}
	.index4{
		padding: 0 0 80px;
	}
	.index2 .list .right .munber h3 span{
		font-size: 36px;
	}
	.indexTitle .container .left h3{
		font-size: 24px;
	}
	.indexTitle .container .left p{
	    font-size: 16px;
	}
	.indexTitle .container .right .more img{
	    width: 24px;
	}
	.index1 .list .swiper-container .swiper-slide{
		width: 100%;

	}
	.index3 .list ul li a .box span{
	    width: 120px;
	    height: 35px;
	    font-size: 12px;
	}
	.index1 .list .swiper-container{
	    width: 80%;
	    margin: 0 auto;
	    overflow: hidden;
	}
	.contact .list{
		display: block;
	}
	.contact .list .left{
		width: 100%;
	}
	.contact .list .right{
		display: flex;
		justify-content: left;
		margin-top: 15px;
	}
	.contact .msg{
		display: block;
	}
	.contact .msg .input{
		width: 100%;
	}
	.contact .msg .text{
		width: 100%;
	}
	.contact .msg .text textarea{
		height: 80px;
	}
	.footer .top .right{
		padding-left: 0;
	}
	.contact .title h3{
		font-size: 26px;
	}
	.join1 .list2{
	    background: none;
	    display: none;
	}
	.join1 .list{
	    display: block;
	}
	.join1 .list ul li{
		width: calc(50% - 10px);
	}
	.join2 .list ul li{
		padding: 0 10px;
	}
	.join3 .pageContainer{
		display: block;
	}
	.join3 .pageContainer .box{
		width: 100%;
		display: block;
		margin-top: 25px;
	}
	.join3 .pageContainer .box .form{
		width: 100%;
	}
	.join4 .list ul{
		flex-wrap: wrap;
	}
	.join4 .list ul li{
		margin-bottom: 14px;
	}
	.news .list ul li{
		width: 50%;
	}
	.head .container{
		height: 60px;
	}
	.product .proSidebar{
		padding: 0;
	}
	.product .proSidebar a{
		width: calc(33.3% - 5px);
		margin-bottom: 10px;
		padding: 10px 15px;
		height: auto;
	}
	.product .proSidebar a h3{
		font-size: 16px;
	}
	.product .proSidebar a p{
		display: none;
	}
	.product .box{
		display: block;
		padding: 0;
	}
	.proShow .content img{
	    width: 100%;
	}
	.product .box .img{
		height: 285px;
		margin: 0 auto;
	}
	.product .box .text{
		width: 100%;
		padding-left: 0;
		margin-top: 25px
	}
	.product .box .text>h3{
		font-size: 18px;
	}
	.product .box .text .dis{
		margin-top: 15px;
		font-size: 16px;
	}
	.product .box .text .sub{
		margin-top: 15px;
	}
	.accessory .nav{
		flex-wrap: wrap;
	}
	.accessory .list{
		width: 100%;
	}
	.accessory .list .item{
		padding: 0 30px;
	}
	.newsShow .content .title{
		display: block;
		text-align: center;
	}
	.newsShow .content p{
		font-size: 12px;
		margin-top: 10px;
	}
	.newsShow .top .shar a{
		width: 30px;
		height: 30px;
	}
	.banner .prev{
	    left: 10px;
	} .banner .next{
	    right: 10px;
	}
	.newsShow .content .title h3{
	    font-size: 18px;
	}
	.newsShow .content .title P{
	    font-size: 12px;
	}
	.ShowMsg .box .form input{
	    width: 100%;
	}
	.ShowMsg .box .form textarea{
	    width: 100%;
	}
	.index1 .list .swiper-container .swiper-slide .text h3{
	    font-size: 15px;
	}
	.index1 .list .description p{
	    font-size: 10px;
	    line-height: 1.8em;
	}
	.index1 .list{
	    margin-top: 40px;
	}
	.index1{
	    padding: 40px 0;
	}
	.index2{
	    padding: 40px 0;
	}
	.index2 .list .right .munber{
	    margin-top: 20px;
	}
	.accessory .proScroll{
        overflow-x: scroll;
        width: 100%;
    }
    .accessory .nav{
        flex-wrap: nowrap;
    }
    .accessory .nav a{
        white-space: nowrap;
    }
}


@media (max-width: 640px) {
::-webkit-scrollbar {
    width: 1px;
}
::-webkit-scrollbar-track {
    background: none;
}
::-webkit-scrollbar {
    height: 1px;
}
		.index1 .list .but{
			bottom: 140px;
		}
		.banner .text>div{
        text-align: center;
        font-size: 14px;
        color: #fff;
        line-height: 2em;
    }
    .banner .text>div p:nth-child(1){
        font-size: 24px;
        line-height: 1.8em;
    }
    .index3 .list ul li a .box h3{
        font-size: 20px;
        font-weight: 400;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .index4 .list .swiper-slide{
        width: calc(100%);
        
    }
    .index4 .list .swiper-container{
        overflow: hidden;
    }
    .index4 .list .swiper-slide a .text h3{
        font-size: 15px;
    }
    .index4 .list .but{
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }
    .index4 .list .swiper-slide a .text p{
        font-size: 12px;
    }
    .index4 .list .but div{
        width: 30px;
        height: 30px;
        
    }
    .index5{
        padding: 40px 0;
    }
    .index5 .list .container .right .box ul li h3{
        white-space: nowrap;
        font-size: 14px;
    }
    .scroll .container .logo a img,.head .container .logo a img{
        height: 15px;
    }
    
    .core .title h3,.server .title h3,.join1 .title h3,.join2 .title h3{
        font-size: 28px;
    }
    .core .list .left .text{
        font-size: 15px;
    }
    .core .list .right ul li span{
        font-size: 15px;
    }

    .join1 .list ul li{
        padding: 30px 15px;
    }
    .join1 .list ul li h3{
        font-size: 18px;
    }
    .join1 .list ul li p{
        font-size: 14px;
    }
    .join1 .list ul li{
        width: calc(50% - 5px);
    }
    .join1 .list ul li .icon{
        width: 66px;
        height: 66px;
    }
    .join1 .list ul li .icon img{
        width: 30px;
    }
    .join2 .list ul{
        display: block;
    }
    .join2 .list ul li{
        width: 100%;
        margin-bottom: 15px;
        box-sizing: border-box;
        border: 1px solid  #dcdcdc;
        padding: 30px 0;
    }
    .join3 .pageContainer .box .form .input{
        display: block;
    }
    .join3 .pageContainer .box .form .input input{
        width: 100%;
        display: block;
        margin-bottom: 10px;
        height: 35px;
    }
    .join3 .pageContainer .box .text{
        width: 100%;
        padding: 0 30px 30px 30px;
    }
    .join3 .pageContainer .box .form .dis textarea{
        height: 80px;
    }
    .join3 .pageContainer .box .phone{
        margin-top: 15px;
    }
    .join3 .pageContainer .box .phone a{
        font-size: 24px;
    }
    .join3 .pageContainer .box .bottom{
        margin-top: 15px;
    }
    .join4{
        padding: 40px 0;
    }
    .join4 .title h3,.join3 .pageContainer .title h3{
        font-size: 24px;
    }
    .join4 .list ul li{
        width: 75px;
    }
    .join4 .list ul li .img{
        width: 75px;
        height: 75px;
    }
    .join4 .list ul li p{
        font-size: 15px;
    }
    .news .list ul li .text h3{
        font-size: 16px;
    }
     .news .list ul li{
         width: 100%;
     }
    .news .list ul li .text p{
        font-size: 12px;
        display: none;
    }
    .newsShow .top .shar a img{
        max-height: 100%;
        max-width: 100%;
    }
    .newsShow .top .return a{
        width: 80px;
        height: 40px;
        font-size: 14px;
    }
    .contact .title h3{
        font-size: 18px;
    }
    .contact .list .left{
        font-size: 15px;
    }
    .contact .title{
        margin-top: 40px;
    }
    .download .list ul li{
        width: 100%;
    }
    .footer .top .right .dis{
        text-align: center;
        width: 75%;
        margin: 0 auto;
    }
    .footer .top .right .bottom .code{
        margin: 0 auto;
        width: 55%;
    }
    .footer .top .right .bottom .text{
        text-align: center;
        color: #fff;
    }
    .footer .copy{
        display: none;
    }
    .footer .wapNav{
        display: block;
        padding: 25px 0;
    }
    .footer .wapNav ul{
        width: 75%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footer .wapNav ul li a img{
        width: 41px;
    }
    .index3{
        padding: 40px 0;
    }
    .index3 .list,.index4 .list{
        margin-top: 30px;
    }
    .index4{
        padding-bottom: 40px;
    }
    .banner .prev, .banner .next{
        width: 30px;
        height: 30px;
    }
    .product .proScroll{
        overflow-x: scroll;
        width: 100%;
    }
    .product .proScroll .proSidebar{
        width: 150%;
    }
    .product .proSidebar a{
       
    }
    .product .box .text .sub{
        flex-wrap: nowrap;
        justify-content: left;
    }
    .product .box .text .sub a{
        white-space:nowrap;
    }
    .accessory .proScroll{
        overflow-x: scroll;
        width: 100%;
    }
    .accessory .nav{
        flex-wrap: nowrap;
        margin-top: 30px;
    }
    .accessory{
        padding: 40px 0;
    }
    .product{
        padding: 40px 0;
    }
    .product .box{
        margin-top: 30px;
    }
    .download .form .group input{
        height: 35px;
    }
    .download .form .group button{
        height: 35px;
        font-size: 14px;
    }
    .download .form form .group{
        height: 35px;
    }
    .dowClass ul li a .img{
        display: none;
    }
    .dowClass ul li a .text h3{
        font-size: 18px;
    }
    .dowClass ul li a .text h3 i{
        width: 12px;
        height: 12px;
    }
    .dowClass ul li a .text p{
        padding-left: 22px;
    }
    .dowClass ul li a .text p i img{
        width: 20px;
        height: 20px;
    }
}


@media (max-width: 440px) {
	.index1 .list .but{
			bottom: 190px;
		}
}