@charset "utf-8";
*{
	padding: 0;
	margin: 0;
}
:root {
  --cydl-container-wid: 1280px;
}
html,body{
	font-family: "微软雅黑";
	position: relative;
	width: 100%;
	color: #2b2b2b;
	background: #fff;
}
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: #2b2b2b;
}
a:hover{
	color:#2b2b2b ;

}
.pages{
	text-align: center;
	padding: 35px 35px;
}
.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 #2b2b2b;
	display: block;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
	background: #2b2b2b; 
	color: #fff;
	border: 1px solid #2b2b2b;
}
.amit{
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.pageContainer{
	width: 1440px;
	margin: 0 auto;
}
.container{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 110px;
}
.head{
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 10px #161616;
}
.head .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	box-sizing: border-box;
}
.head .container .left{
	width: 141px;
}
.head .container .right{
	display: flex;
}
.video .top .bottom{
    display: none;
}
.head .container .right .nav ul{
	display: flex;
	justify-content: center;
	align-items: center;

}
.head .container .right .nav ul>li>p>a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 30px;
	height: 90px;
}
.head .container .right .nav ul>li>p>a:hover,.head .container .right .nav ul>li.active>p>a{
	background: #161616;
	color: #fff;
}
.head .container .right .nav ul>li>p>a:hover:after,.head .container .right .nav ul>li.active>p>a:after{
	content: "";
	display: block;
	width: 2em;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0px;
}
.head .container .right .nav ul li .dow{
	position: fixed;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.7);
	top: 90px;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.head .container .right .nav ul li:hover .dow{
	height: 90px;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.head .container .right .nav ul li .dow ol{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
}
.head .container .right .nav ul li .dow li{
	padding: 0 30px;
}
.head .container .right .nav ul li .dow li a:hover,.head .container .right .nav ul li .dow li.active a{
	color:#666666;
}
.head .container .right .but{
	display: flex;
	align-items: center;
}
.head .container .right .but a{
	margin-left: 30px;
}
.banner{
	padding-top: 90px;
}
.banner .swiper-container{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .swiper-container img{
	width: 100%;
}
.banner .swiper-container .swiper-button-next{
	right: 50px;
	color: #fff;
}
.banner .swiper-container .swiper-button-prev{
	left: 50px;
	color: #fff;
}
.index1{
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	padding: 120px 0;
}
.index1 .container{
	display: flex;
	justify-content: space-between;
}
.index1 .container .left{
	width: 33%;
	box-sizing: border-box;
}
.index_title{

}
.index_title h3{
	display: flex;
	justify-content: left;
	align-items: flex-end;
	font-size: 40px;
	font-weight: 200;
	line-height: 40px;
	text-transform: uppercase;
}
.index_title h3 span{
	font-size: 24px;
	color: #666666;
	margin-left: 10px;
}
.index1 .container .left .dis{
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	margin-top: 80px;
}
.index1 .container .left .more{
	margin-top: 80px;
}
.index1 .container .left .more a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 160px;
	background: #161616;
	color: #fff;
	font-weight: 300;
}
.index1 .container .left .more a:hover{
    border: 1px solid #161616;
    background: #fff;
    color: #161616;
}

.index1 .container .right{
	width: 65%;
}
.index1 .container .right ul{
	display: flex;
	justify-content: space-between;
}
.index1 .container .right ul li{
	width: 48%;
	box-sizing: border-box;
}
.index1 .container .right ul li a{
	display: block;
	position: relative;
}
.index1 .container .right ul li a .img{
    overflow: hidden;
}
.index1 .container .right ul li a .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index1 .container .right ul li a:hover .img img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index1 .container .right ul li a .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.index1 .container .right ul li a:hover .text{
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index1 .container .right ul li a .text .dis h3{
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.index1 .container .right ul li a .text .dis p{
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.index1 .container .right ul li a .text .dis span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index1 .container .right ul li a:hover .text .dis span{
	display: flex;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2{
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
	padding: 120px 0;
}
.index2 .index_title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index2 .index_title .right a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 160px;
	background: #161616;
	color: #fff;
	font-weight: 300;
}
.index2 .index_title .right a:hover{
    border: 1px solid #161616;
    background: #fff;
    color: #161616;
}
.index2 .list{
	margin-top: 60px;
}
.index2 .list .swiper-container{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.index2 .list .swiper-container .swiper-slide{
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
}
.index2 .list .swiper-container .swiper-slide a{
	position: relative;
	display: block;
}
.index2 .list .swiper-container .swiper-slide a .img{
    overflow: hidden;
}
.index2 .list .swiper-container .swiper-slide a .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2 .list .swiper-container .swiper-slide a:hover .img img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2 .list .swiper-container .swiper-slide a .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.index2 .list .swiper-container .swiper-slide a:hover .text{
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2 .list .swiper-container .swiper-slide a .text .dis h3{
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.index2 .list .swiper-container .swiper-slide a .text .dis p{
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.index2 .list .swiper-container .swiper-slide a .text .dis span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2 .list .swiper-container .swiper-slide a:hover .text .dis span{
	display: flex;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index2 .probut{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 200;
	padding-top: 70px;
}
.index2 .probut div{
	position: static;
	margin: 0 20px;
	--swiper-navigation-size: 30px;
	color: #2b2b2b;
}
.index3{
	background: #161616;
}
.index3 .title{
	background: #161616;
	padding: 70px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index3 .title .dis{
	width: calc((100% - 500px) / 2);
	height: 1px;
	background: #fff;
}

.index3 .title .text{
	width: 416px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 2em;
}
.index3 .list{
    background: #fff;
    padding-top: 20px;
}
.index3 .list ul{
	display: flex;
	justify-content: space-between;
}
.index3 .list ul li{
	width: calc(25% - 15px);
	box-sizing: border-box;
}
.index3 .list ul li a{
	display: block;
	position: relative;
}
.index3 .list ul li a .img{
    overflow: hidden;
}
.index3 .list ul li a .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index3 .list ul li a:hover .img img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index3 .list ul li a .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.index3 .list ul li a:hover .text{
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index3 .list ul li a .text .dis h3{
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.index3 .list ul li a .text .dis p{
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.index3 .list ul li a .text .dis span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index3 .list ul li a:hover .text .dis span{
	display: flex;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index4{
	padding: 120px 0;
	background: url(../images/bg3.png) no-repeat center;
	background-size: cover;
}
.index4 .index_title{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index4 .index_title .nav ul{
	display: flex;
}
.index4 .index_title .nav ul li{
	padding-left: 30px;
}
.index4 .index_title .nav ul li a{
	font-size: 16px;
}
.index4 .index_title .nav ul li a:hover{
	color: #666;
}
.index4 .list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}
.index4 .list .left{
	width: 67%;
	box-sizing: border-box;
}
.index4 .list .left a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index4 .list .left a .img{
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
}
.index4 .list .left a .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index4 .list .left a:hover .img img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index4 .list .left a .text{
	width: 45%;
}
.index4 .list .left a .text h3{
	font-size: 22px;
	font-weight: 300;
}
.index4 .list .left a .text p{
	font-size: 16px;
	line-height: 2em;
	margin-top: 1.5em;
}
.index4 .list .left a .text span{
	margin-top: 2em;
	display: block;
}
.index4 .list .right{
	width: 27%;
	box-sizing: border-box;
}
.index4 .list .right ul li{
	padding: 19px 0;
	border-bottom: 1px solid #dcdcdc;
}
.index4 .list .right ul li:last-child{
	border-bottom: none;
}
.index4 .list .right ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index4 .list .right ul li a .img{
	width: 32%;
	box-sizing: border-box;
	overflow: hidden;
}
.index4 .list .right ul li a .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index4 .list .right ul li a:hover .img img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index4 .list .right ul li a .text{
	width: 65%;
}
.index4 .list .right ul li a .text h3{
	font-size: 22px;
	font-weight: 300;
}
.index4 .list .right ul li a .text p{
	font-size: 14px;
	margin-top: 10px;
}
.footer{
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
	padding-top: 120px;
}
.footer>.container{
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.footer>.container .left{
	width: 30%;
	box-sizing: border-box;
	font-size: 16px;
	color: #cccccc;
	line-height: 2em;
}
.footer>.container .code{
	width: 18%;
	box-sizing: border-box;
}
.footer>.container .code .top ul{
	display: flex;
	justify-content: space-between;
}
.footer>.container .code .top ul li{
	width: 45%;
	box-sizing: border-box;
}
.footer>.container .code .top ul li .img img{
	width: 100%;
}
.footer>.container .code .top ul li p{
	font-size: 14px;
	color: #cccccc;
	line-height: 2em;
	text-align: center;
}
.footer>.container .code .chart{
	margin-top: 30px;
}
.footer>.container .code .chart ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer>.container .code .chart ul li{
	margin: 0 15px;
}
.footer>.container .form{
	width: 40%;
}
.footer>.container .form .group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.footer>.container .form .group input{
	width: 30%;
	box-sizing: border-box;
	height: 40px;
	border: none;
	border-bottom: 1px solid #ccc;
	background: none;
	color: #ccc;
	outline: unset;
}
.footer>.container .form .group textarea{
	width: 100%;
	height: 140px;
	background: none;
	border: none;
	color: #ccc;
	outline: unset;
	border-bottom: 1px solid #ccc;

}
.footer>.container .form .but{
	padding-top: 20px;
}
.footer>.container .form .but button{
	width: 140px;
	height: 40px;
	background: #fff;
	border: none;
	outline: unset;
}
.footer>.copy .container{
	height: 75px;
	border-top: 1px solid #333;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999999;
	font-size: 14px;
}
.footer>.copy .container a{
	color: #999999;
	margin-right: 20px;
	margin-left: 20px;
}
.footer>.copy .container a:last-child{
	margin: 0;
}
.footer>.copy .container p{
	margin: 0 10px;
}
.sidebar{
	background: #fff;
	padding: 50px 0;
}
.sidebar .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sidebar .top .left{

}
.sidebar .top .left h3{
	font-size: 20px;
	font-weight: 300;
}
.sidebar .top .left p{
	font-size: 16px;
	color: #999999;
}
.sidebar .bottom{
	padding-top: 30px;
}
.sidebar .bottom ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}
.sidebar .bottom ul li{
	width: 14.2%;
	box-sizing: border-box;
	padding: 15px 25px;
}
.sidebar .bottom ul li a{
	width: 100%;
	background: #161616;
	height: 40px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sidebar .bottom ul li a:hover,.sidebar .bottom ul li.active a{
	background: #fff;
	border: 1px solid #161616;
	color: #161616;
	box-sizing: border-box;
}
.catLlist{
	background: #f6f6f6;
	padding: 30px 0 60px;
}
.catLlist ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -23px;
}
.catLlist ul li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 23px;
}

.catLlist ul li a{
	position: relative;
	display: block;
}
.catLlist ul li a .img{
    overflow: hidden;
}
.catLlist ul li a .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.catLlist ul li a:hover .img img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.catLlist ul li a .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.catLlist ul li a:hover .text{
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.catLlist ul li a .text .dis h3{
	font-size: 26px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.catLlist ul li a .text .dis p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.catLlist ul li a .text .dis span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.catLlist ul li a:hover .text .dis span{
	display: flex;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.Product{
	background: #f6f6f6;
	padding: 45px 0;
}
.Product .list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -19px;
}
.Product .list ul li{
	width: 25%;
	box-sizing: border-box;
	padding: 19px;
}
.Product .list ul li a{

}
.Product .list ul li a .img{
	border: 2px solid #f6f6f6;
	overflow: hidden;
}
.Product .list ul li a:hover .img{
	border: 2px solid #161616;
	
}
.Product .list ul li a .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.Product .list ul li a:hover .img img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.Product .list ul li a p{
	font-size: 18px;
	line-height: 2em;
	margin-top: 10px;
	text-align: center;
	white-space: normal;
    word-break: break-all;
}
.productShow{
	padding: 60px 0;
}
.productShow .top{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.productShow .top .img{
	position: relative;
	width: 45%;
}
.productShow .top .img .images{
    border: 1px solid #dcdcdc;
    position: relative;
}
.productShow .top .thum{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
} 
.productShow .top .thum div{
    position: static;
}
.productShow .top .thum div.swiper-button-prev ,.productShow .top .thum div.swiper-button-next{
    margin: 0;
    color: #2b2b2b;
    --swiper-navigation-size:26px;
}
.productShow .top .thum .swiper-container{
    width: calc(100% - 84px);
    overflow: hidden;
}
.productShow .top .thum .swiper-container .swiper-slide{
    width: calc((100% / 4) - 10px);
}
.productShow .top .thum .swiper-container .swiper-slide img{
    width: 100%;
    height: 100px;
}
.thumbnail{
    width: 100%;
    position: relative;
}
.planShow .top{
    position: relative;
}
.origin {
    width: 500px;
    height: 500px;
    border: 1px solid #dcdcdc;
    position: absolute;
    left: 45%; /* 原图在缩略图的右边 */
    top: 0;
    overflow: hidden; /* 隐藏溢出内容 */
    display: none;
    background: #fff;
}
.magnifier{
    width: 100px;
    height: 100px;
    background: rgba(254, 238, 167, .4); /* 半透明效果 */
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.productShow .top .img .images .swiper-container{
    width: 100%;
    overflow: hidden;
}
.productShow .top .img .images .swiper-container img{
	height: 100%;
	width: 100%;
}
.productShow .top .img .icon{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	display: none;
	z-index: 9;
}
.productShow .top .img:hover .icon{
	display: block;
}
.productShow .top .text{
	width: 50%;
}
.productShow .top .text h3{
	font-size: 32px;
	font-weight: 300;
}
.productShow .top .text h4{
	font-size: 24px;
	line-height: 1.8em;
	font-weight: 300;
}
.productShow .top .text h5{
	font-size: 20px;
	font-weight: 300;
	margin-top: 30px;
}
.productShow .top .text .dis{
	font-size: 18px;
	line-height: 2em;
}
.productShow .top .text  .more{
	margin-top: 30px;
}
.productShow .top .text  .more a{
	background: #2b2b2b;
	font-size: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	box-sizing: border-box;
}
.productShow .top .text  .more a:hover{
	border: 1px solid #2b2b2b;
	background: #fff;
	color: #2b2b2b;
}
.productShow .bottom{
	padding-top: 70px;
}
.productShow .bottom .title{
	font-size: 20px;
	line-height: 2em;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.productShow .bottom .content{
	padding-top: 50px;
	line-height: 2em;
}
.productShow .bottom .content img{
	display: inline-block;
}

.about{
	padding: 60px 0;
}
.about .top{
	font-size: 20px;
	line-height: 2em;
}
.about .top video{
    width: 50%;
    height: 360px;
}
.about .top img{
	display: inline-block;
}
.about .bottom{
	margin-top: 60px;
}
.about .bottom ul{
	display: flex;
	justify-content: space-between;

}
.about .bottom ul li{
	width: 31%;
	box-sizing: border-box;
}
.about .bottom ul li a{
	width: 100%;
	display: block;
	padding: 70px 0;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #161616;
	background: #161616;
}
.about .bottom ul li a .icon{
	display: flex;
	justify-content: center;
	align-items: center;
}
.about .bottom ul li a h3{
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
}
.about .bottom ul li a p{
	font-size: 16px;
	color: #999999;
}
.about .bottom ul li a:hover{
	background: #fff;
	border: 1px solid #161616;
}
.about .bottom ul li a:hover h3{
	color: #161616;
}
.about .bottom ul li a:hover .icon{
	overflow: hidden;
}
.about .bottom ul li a:hover .icon img{
	position: relative;
	left: -300px;
	filter: drop-shadow(300px 0px 0 #161616);
}
.caseShow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
	justify-content: center;
	align-items: center;
}
.caseShow .box{
	background: #fff;
	position: relative;
	padding: 80px 50px;
	box-sizing: border-box;
}
.caseShow .box .cels{
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
}
.caseShow .box .con{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.caseShow .box .con .left ,.caseShow .box .con .right{
	width: 30px;
	height: 80px;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	 font-size: 18px;
	 cursor: pointer;
}
.caseShow .box .con .left:hover,.caseShow .box .con .right:hover{
	background: #049997;
	color: #fff;
}
.caseShow .box .con .left:after,.caseShow .box .con .right:after{
	font-family: swiper-icons;
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.caseShow .box .con .left:after{
	content: 'prev';
}
.caseShow .box .con .right:after{
	content: 'next';
}
.caseShow .box .con .center{

}
.caseShow .box .con .center img{

}
.caseShow .box .title{

	margin: 0 auto;
}
.caseShow .box .title h3{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 15px 0;
}
.caseShow .box .title p{
	font-size: 14px;
	color: #a2a2a2;
	line-height: 1.8em;
}
.contact{
	position: relative;
	z-index: 15;
	margin-top: -40px;
	padding-bottom: 80px;
}
.contact .container{
	display: flex;

}
.contact .container .left{
	width: 65%;
	background: #333333;
	box-sizing: border-box;
	padding: 80px 130px;
	font-size: 16px;
	color: #cccccc;
	line-height: 2em;
}
.contact .container .left h3{
	font-size: 24px;
	font-weight: 300;
}
.contact .container .left h4{
	color: #999999;
	font-size: 14px;
	font-size: 300;
}
.contact .container .right{
	width: 35%;
	box-sizing: border-box;
	background: #161616;
	padding: 80px 100px;
	color: #fff;
}
.contact .container .right p{
	font-size: 16px;
	line-height: 2em;
}
.contact .container .right h4{
	margin-bottom: 35px;
	font-size: 22px;
}
.video{
	background: #f6f6f6;
	padding: 80px 0;
}
.video .top{
	display: flex;
	justify-content: space-between;
}
.video .top .left{
	width: 70%;
	box-sizing: border-box;
}
.video .top .left .swiper-container{
	width: 100%;
	overflow: hidden;
}
.video .top .left .swiper-container .swiper-slide video{
	display: block;
	width: 100%;
	height: 650px;
}
.video .top .left .swiper-container .swiper-slide p{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.video .top .right{
	width: 28%;
}
.video .top .right .swiper-container{
	height: 485px;
	overflow: hidden;
}
.video .top .right .swiper-container .swiper-wrapper{
	height: 100%;
}
.video .top .right .swiper-container .swiper-slide{
	height: 155px;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	padding: 15px;
	background: #fff;
	align-items: center;
}
.video .top .right .swiper-container .swiper-slide .img{
	width: 40%;

}
.video .top .right .swiper-container .swiper-slide .img img{
	width: 100%;
}
.video .top .right .swiper-container .swiper-slide p{
	width: 60%;
	padding-left: 15px;
	font-size: 22px;
}
.video .top .right .swiper-container .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #2b2b2b;
}
.video .top .right .swiper-button-prev{
	position: static;
	margin: 0;
	transform: rotate(90deg);
	display: flex;
	width: 100%;
	justify-content: center;
	color: #2b2b2b;
	margin-bottom: 30px;
}
.video .top .right .swiper-button-next{
	position: static;
	margin: 0;
	transform: rotate(90deg);
	display: flex;
	width: 100%;
	justify-content: center;
	color: #2b2b2b;
	margin-top: 30px;
}
.video .list{
	padding-top: 80px;
}
.video .list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.video .list ul li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 20px;
}
.video .list ul li a .img img{
	width: 100%;
}
.video .list ul li a .img video{
	width: 100%;
	height: 300px;
}
.video .list ul li a p{
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}
.news{
	padding: 80px 0;
}
.news .list ul li a{
	display: flex;
	justify-content: space-between;
	height: 416px;
}
.news .list ul li a .img{
	width: 35%;
	overflow: hidden;
}
.news .list ul li:nth-child(1) a .img{
	padding-top: 0;
}
.news .list ul li a .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.news .list ul li a:hover .img img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.news .list ul li a .text{
	width: 45%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: calc(100% - 80px);
}
.news .list ul li a .text .dis{
	width: 100%;
}
.news .list ul li a .text .dis h3{
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 50px;
	border-bottom: 1px solid #dcdcdc;
}
.news .list ul li a .text .dis p{
	padding-top: 50px;
	line-height: 2em;
	font-size: 14px;
	color: #666;
}
.news .list ul li a .time{
	width: 15%;
	height: 100%;
	border-left: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news .list ul li a .time .dis{
	text-align: center;
	width: 100%;
	border-left: 1px solid #dcdcdc;
	padding: 20px 0;
	margin-top: -100px;
	margin-left: -1px;
}
.news .list ul li a:hover .time .dis{
	border-left: 1px solid #161616;
}
.news .list ul li a .time .dis p{
	font-size: 40px;
	color: #666;
	font-weight: 200;
}
.news .list ul li a .time .dis span{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	color: #dcdcdc;
}
.news .list ul li a:hover .time .dis p{
	color:#161616;
}
.news .list ul li a .time .dis span:after{
	font-family: swiper-icons;
  font-size: 16px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: 'next';
}
.newsShow{
	padding: 80px 0;
}
.newsShow .container{
	display: flex;
	justify-content: space-between;
}
.newsShow .container .left{
	width: 60%;
	box-sizing: border-box;
}
.newsShow .container .left .title{
	padding-bottom: 25px;
}
.newsShow .container .left .title h3{
	font-size: 30px;
	font-weight: 300;
}
.newsShow .container .left .title p{
	font-size: 18px;
	color: #999;
	margin-top: 10px;
}
.newsShow .container .left .content{
	font-size: 16px;
	color: #666666;
	line-height: 2em;
}
.newsShow .container .left .content img{
	display: inline-block;
}
.newsShow .container .right{
	width: 35%;
	box-sizing: border-box;
}
.newsShow .container .right .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.newsShow .container .right .title h3{
	font-size: 30px;
	font-weight: 400;
}
.newsShow .container .right .title p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.newsShow .container .right .title p span{
	font-size: 26px;
	margin-left: 10px;
}
.newsShow .container .right .list{
	padding-top: 35px;
}
.newsShow .container .right .list ul li{
	padding-bottom: 35px;
}
.newsShow .container .right .list ul li a .img img{
	width: 100%;
}
.newsShow .container .right .list ul li a h3{
	font-size: 24px;
	font-weight: 300;
	margin-top: 10px;
}
.newsShow .container .right .list ul li a p{
	font-size: 16px;
	color: #666666;
	line-height: 1.8em;
	margin-top: 10px;
}
.newsShow .container .right .returnPage{

}
.newsShow .container .right .returnPage p{
	margin-bottom: 10px;
}
.case{
	padding: 80px 0;
	background: #f6f6f6;
}
.case .list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.case .list ul li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 30px;
}
.case .list ul li a .img{
	overflow: hidden;
}
.case .list ul li a .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.case .list ul li a:hover .img img{
	transform: scale(1.1);
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.case .list ul li a p{
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.imgShow{
	background: #f6f6f6;
	padding: 80px 0;
}
.imgShow .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}
.imgShow .title h3{
	font-size: 30px;
	font-weight: 400;
}
.imgShow .title p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.imgShow .title p span{
	font-size: 26px;
	margin-left: 10px;
}
.imgShow .images{
	margin-top: 25px;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 35px 0;
	position: relative;
}
.imgShow .images .swiper-container{
	width: 100%;
	overflow: hidden;
}
.imgShow .images .swiper-container .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.imgShow .images .swiper-container .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.imgShow .images .swiper-button-white{
	color: #161616;
}
.imgShow .images .swiper-button-next{
	right: -50px;
}
.imgShow .images .swiper-button-prev{
	left: -50px;
}
.imgShow .thum{
	margin-top: 30px;
}
.imgShow .thum .swiper-container{
	width: 100%;
	overflow: hidden;
}
.imgShow .thum .swiper-container .swiper-slide{
	border: 1px solid #dcdcdc;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
}
.imgShow .thum .swiper-container .swiper-slide img{
	width: 100%;
	height: 218px;
}
.imgShow .thum .swiper-container .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #161616;
}
.download{
	padding: 80px 0;
	background: #f6f6f6;
}
.download .list{

}
.download .list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.download .list ul li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 15px;
}
.download .list ul li a{
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	padding: 30px 0;
	display: block;
}
.download .list ul li a:hover{
	box-shadow: 0 0 10px #dcdcdc;
}
.download .list ul li a .icon{
	display: flex;
	justify-content: center;
	align-items: center;
}
.download .list ul li a p{
	text-align: center;
	margin-top: 10px;
	font-size: 18px;
}
.download .list ul li a span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	margin: 20px auto 0;
	border: 1px solid #161616;
	box-sizing: border-box;
}
.download .list ul li a:hover span{
	background: #161616;
	color: #fff;
}
.sidebar .top .right input{
	width: 300px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #161616;
	background-color: #fff;
	background: url(../images/icon3.png) no-repeat center right 20px;
	padding: 0 15px;
	outline: unset;
}
.shopBox{
    width: 1200px;
    margin: 0 auto;
    padding: 0 180px;
    overflow: hidden;
    box-sizing: border-box;
}
.shopBox .swiper-container{
    overflow: unset;
    width:100%;
    padding: 40px 0;
}
.shopBox .swiper-container .swiper-slide{
    background: #000;
}

.shopBox .swiper-container .swiper-slide a img{
    width: 100%;
    opacity: 0.4;
    -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.shopBox .swiper-container .swiper-slide.swiper-slide-active a img{
    transform: scale(1.1);
    opacity: 1;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.shopBox .but {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #156252;
    height: 80px;
    box-sizing: border-box;
    padding: 0 30px ;
    border-radius: 5px;
    margin-top: 40px;
}
.shopBox .but .title{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: SC-BOLD;
}
.shop{
 
}
.shop .probut{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 200;
	padding-top: 35px;
	padding-bottom: 75px;
}
.shop .probut div{
	position: static;
	margin: 0 20px;
	--swiper-navigation-size: 30px;
	color: #2b2b2b;
}
.caseTwo{
    padding-top: 40px;
}
.caseTwo .list ul{
    margin: 0 10px;
}
.caseTwo .list ul li{
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
}
@media (max-width: 1600px) {
	.container{
		width: 1440px;
		padding: 0 ;
		margin: 0 auto;
	}
	.pageContainer{
		width: 1440px;
	}
	.head .container .right .nav ul>li>p>a{
		padding: 0 15px;
	}
	.head .container .right .nav ul li .dow li{
	    padding: 0 15px;
	}
}
@media (max-width: 1440px) {
	.container{
		width: 1000px;
		padding: 0 ;
		margin: 0 auto;
	}
	.pageContainer{
		width: 1000px;
	}
	.head .container .right .nav{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 80%;
		height: 100%;
		background: rgba(255, 255, 255, 0.9);
		box-sizing: border-box;
		padding: 60px 30px;
		overflow-y: auto;
	}
	.head .container .right .nav ul{
		display: block;
	}
	.head .container .right .nav ul>li{
		position: relative;
		height: auto;
		
	}
	
	.head .container .right .nav ul>li p{
		border-bottom: 1px solid #dcdcdc;
	}
	.head .container .right .nav ul>li p a{
		justify-content: left;
		padding: 20px 0;
		height: auto;
	}
	.head .container .right .nav ul>li .dow{
		position: static;
		box-sizing: border-box;
		padding-left: 15px;
		background: none;
		display: none;
		height: auto;
		
	}
	.head .container .right .nav ul>li .dow ol{
		display: block;
	}
	.head .container .right .nav ul>li .dow ol li{
		border-bottom: 1px solid #dcdcdc;
	}
	.head .container .right .nav ul>li .dow ol li a{
		display: block;
		padding: 10px 0;
	}
	.newsShow .container .left .title h3{
		font-size: 24px;
	}
	.newsShow .container .left .title p{
		font-size: 16px;
	}
	.newsShow .container .right .title h3,.imgShow .title h3{
		font-size: 24px;
	}
	.newsShow .container .right .title p span,.imgShow .title p span{
		font-size: 20px;
	}
	.newsShow .container .right .title p img,.imgShow .title p img{
		width: 40px;
	}
	.newsShow .container .right .list ul li a h3{
		font-size: 18px;
	}
	.newsShow .container .right .list ul li a p{
		font-size: 14px;
	}
	.imgShow .images .swiper-button-prev{
		left: 10px;
	}
	.imgShow .images .swiper-button-next{
		right: 10px;
	}
	.index1 .container .left .dis{
		margin-top: 40px;
	}
	.index1 .container .left .more{
		margin-top: 40px;
	}
	.index1 .container .right ul li a .text .dis h3{
		font-size: 20px;
	}
	.index1 .container .right ul li a .text .dis p{
		font-size: 14px;
	}
	.index1 .container .right ul li a .text .dis span,.index2 .list .swiper-container .swiper-slide a .text .dis span,.catLlist ul li a .text .dis span{
		margin-top: 30px;
		font-size: 14px;
		height: 35px;
	}
	.index1 .container .left .more a,.index2 .index_title .right a{
		font-size: 14px;
		height: 40px;
	}
	.index4 .list{
		margin-top: 40px;
	}
	.index4 .list .left a .text h3,.index4 .list .right ul li a .text h3{
		font-size: 18px;
	}
	.index4 .list .left a .text p,.index4 .list .left a .text span{
		font-size: 14px;
	}
	.contact .container .left,.contact .container .right{
		padding: 40px 40px;
	}
	.catLlist ul li a .text .dis h3{
		font-size: 20px;
	}
	.catLlist ul li a .text .dis p{
		font-size: 14px;
	}
	.sidebar .bottom ul li{
		width: 16.6%;
	}
	.productShow .top .text h3{
		font-size: 26px;
	}
	.productShow .top .text h4{
		font-size: 18px;
	}
	.productShow .top .text .dis{
		font-size: 14px;
	}
	.productShow .top .text .more a{
		height: 40px;
		width: 160px;
		font-size: 14px;
	}
	.video .top .right .swiper-container .swiper-slide p{
		font-size: 16px;
	}
}


@media (max-width: 1440px) {
	.container{
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.pageContainer{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.video .list ul{
		margin: 0 -15px;
	}
	.video .list ul li{
		padding: 15px;
		width: 50%;
	}
	.video .list ul li a p{
		font-size: 14px;
	}
	.video .top .right .swiper-container{
		height: 325px;
	}
	.video .top .right .swiper-container .swiper-slide{
		display: block;
	}
	.video .top .right .swiper-container .swiper-slide .img{
		width: 100%;
	}
	.video .top .right .swiper-container .swiper-slide p{
		width: 100%;
		font-size: 14px;
		text-align: center;
		margin-top: 15px;
		padding: 0;
	}
	.video .top .left .swiper-container .swiper-slide video{
		height: 450px;
	}
	
	.footer>.container{
		display: block;
		padding-bottom: 40px;
	}
	.shop .container{
	    position: relative;
	}
	.footer>.container .left{
		width: 100%;
		font-size: 14px;
		text-align: center;
	}
	.footer>.container .code{
		padding-top: 35px;
		width: 100%;
	}
	.footer>.container .code .top ul{
		justify-content: center;
	}
	.footer>.container .code .top ul li .img img{
		width: 114px;
		margin: 0 auto;
	}
	.footer>.container .form{
		width: 100%;
		margin-top: 35px;
	}
	.footer{
		padding-top: 40px;
	}
	
	.footer>.copy .container{
		font-size: 10px;
		display: block;
		height: auto;
		padding: 20px 15px;
		line-height: 2em;
		text-align: center;
	}
	.head .container .right .but a{
		font-size: 14px;
	}
	.head .container .right .but a img{
		width: 24px;
	}
	.head .container .right .but a:last-child img{
		width: 28px;
	}
	.head .container .left img{
		width: 53px;
	}
	.banner{
		padding-top: 60px;
	}
	.banner div{
		--swiper-navigation-size: 26px;
	}
	.head .container{
		height: 60px;
	}
	.index1 .container{
		display: block;
	}
	.index1 .container .left{
		width: 100%;
	}
	.index1{
		background: url(../images/bg5.jpg) no-repeat center;
		background-size: cover;
		padding: 60px 0;
	}
	.index1 .container .right{
		width: 100%;
		margin-top: 35px;
	}
	.index_title h3{
		font-size: 30px;
		margin-right: 10px;
	}
	.index_title h3 span{
		font-size: 18px;
	}
	.index_title{

	}
	.index2{
		padding: 60px 0;
	}
	.index2 .index_title .right a{
		width: 110px;
	}
	.index2 .list .swiper-container .swiper-slide{
		width: 33.33%;
	}
	.index2 .probut{
		padding-top: 35px;
	}
	.index3 .title{
		padding: 35px 0;
	}
	.index3 .title{
		display: block;
	}
	.index3 .title .text{
		width: 100%;
	}
	.index3 .title .dis{
		display: none;
	}
	
	.index4 .index_title{
		display: block;
	}
	.index4 .index_title .nav{
		margin-top: 30px;
	}
	.index4 .index_title .nav ul{
		justify-content: center;
	}
	
	
	.index4{
		padding: 60px 0;
	}
	.sidebar .top .right input{
		width: 220px;
		height: 40px;
		background-size: 20px 19px;
	}
	.sidebar .bottom ul li{
		width: 25%;
		padding: 10px;
	}
	.sidebar .bottom ul{
		margin: 0 0;
	}
	.sidebar .bottom ul li a{
		font-size: 14px;
	}
	.sidebar .top .left h3{
		font-size: 18px;
	}
	.sidebar .top .left p,.Product .list ul li a p{
		font-size: 14px;
	}
	.catLlist ul,.Product .list ul{
		margin: 0 -15px;
	}
	
	.Product .list ul li{
		width: 33.33%;
		padding: 15px;
	}
	.contact{
		position: static;
		margin-top: 0;
		padding: 60px 0;
	}
	.contact .container{
		display: block;
	}
	.contact .container .left, .contact .container .right {
		width: 100%;
	}
	.contact .container .left p{
		font-size: 14px;
		line-height: 2em;
	}
	.contact .container .right p{
		font-size: 14px;
	}
	.about .top{
		font-size: 14px;
		line-height: 2em;
	}
	.about .top img{
		width: 100%;
	}
	.productShow .bottom .content{
		font-size: 14px;
		line-height: 2em;
	}
	.productShow .bottom .content img{
		display: flex;
		width: 100%;
	}
	.about .bottom ul{
		display: flex;
		justify-content: space-between;
	}
	.about .bottom ul li{
		width: 32%;
		margin-bottom: 10px;
	}
	.about .bottom ul li a {
	    height: 100%;
	}
	.about .bottom ul li a h3{
		font-size: 16px;
	}
	.about .bottom ul li a p{
		font-size: 14px;
	}
	.about .bottom ul li a .icon img{
		width: 38px;
	}
	.download{
		padding: 60px 0;
	}
	
	.download .list ul li a{
		display: block;
		padding: 30px 15px;
	}
	.download .list ul li a span{
		width: 100%;
		font-size: 14px;
		height: 35px;
	}
	.download .list ul li a p{
		font-size: 14px;
	}
	.download .list ul li a .icon img{
		width: 42px;
	}
	.imgShow .images{
		padding: 0;
	}
	.imgShow .thum .swiper-container .swiper-slide img{
		height: 120px;
	}
	.imgShow .thum .swiper-container .swiper-slide{
		padding: 5px;
	}
	.newsShow .container .right .title h3, .imgShow .title h3{
		font-size: 18px;
	}
	.newsShow .container .right .title p span, .imgShow .title p span{
		font-size: 14px;
	}
	.newsShow .container .right .title p img, .imgShow .title p img{
		width: 30px;
	}
	.case{
		padding: 40px 0;
	}
	.case .list ul{
		margin: 0 0;
	}
	
	.case .list ul li a p{
		font-size: 14px;
	}
	.newsShow{
		padding: 60px 0;
	}
	.newsShow .container{
		display: block;
	}
	.newsShow .container .left{
		width: 100%;
		padding-bottom: 30px;

	}
	.newsShow .container .right{
		padding-top: 35px;
		width: 100%;
	}
	.newsShow .container .left .title h3{
		font-size: 18px;
	}
	.newsShow .container .left .title p{
		font-size: 14px;
	}
	.newsShow .container .left .content{
		font-size: 14px;
		line-height: 2em;
	}
	.newsShow .container .left .content img{
		width: 100%;
	}
	.productShow .top .thum .swiper-container .swiper-slide img{
	    height: 70px;
	}
	.about .top video{
	   height: auto;
	}
	.shopBox{
	    width: 100%;
	    padding: 0;
	}
	.shopBox .swiper-container{
	    overflow: hidden;
	}
	.shopBox .swiper-container .swiper-slide.swiper-slide-active a img{
	    transform: scale(1);
	}
	.news .list ul li a{
	    display: block;
	    height: auto;
	}
	.news .list ul li a .text .dis h3{
	    padding-bottom: 0px;
	    margin-top: 10px;
	}
	.news .list ul li a .text .dis p{
	    padding-top: 10px;
	}
	.news .list ul li a .img{
	    width: 100%;
	}
	.news .list ul li a .text{
	    width: 100%;
	}
	.news .list ul li a .time{
	    width: 100%;
	    border: none;
	    padding: 10px 0;
	    justify-content: left;
	}
	.news .list ul li a .time .dis{
	    margin: 0;
	    border: none;
	    justify-content: left;
	    padding: 0;
	}
	.news .list ul li a .time .dis p{
	    font-size: 12px;
	    text-align: right;
	    padding-bottom: 15px;
	}
	.news .list ul li a .time .dis span{
	    display: none;
	}
	.news .list ul li a .text .dis h3{
	    border: none;
	}
	.index4 .list .left a{
	    display: block;
	}
	.index4 .list .left a .img{
	    width: 100%;
	}
	.index4 .list .left a .text{
	    width: 100%;
	}
	.index4 .list .left a .text p{
	    margin-top: 10px;
	}
	.index4 .list .left a .text h3{
	    margin-top: 10px;
	}
	.index4 .list .left a .text span{
	    margin-top: 10px;
	}
	.video .top{
	    display: block;
	}
	.video .top .left{
	    width: 100%;
	}
	.video .top .left .swiper-container .swiper-slide video{
	    height: 280px;
	}
	.video .top .right{
	    width: 100%;
        display: none;
	}
	.video .top .bottom{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    margin-top: 15px;
	}
	.video .top .bottom .swiper-button-next,.video .top .bottom .swiper-button-prev{
	    position: static;
	    margin: 0;
	    color: #181818;
	    --swiper-navigation-size:26px
	}
	.video .top .bottom .swiper-container{
	    width: 80%;
	    overflow: hidden;
	}
	.video .top .bottom .swiper-container .swiper-slide{
	    box-sizing: border-box;
	    border: 1px solid  #fff;
	    background: #fff;
	    padding: 5px;
	}
	.video .top .bottom .swiper-container .swiper-slide .img img{
	    width: 100%;
	}
	.video .top .bottom .swiper-container .swiper-slide p{
	    font-size: 14px;
	    text-align: center;
	    padding: 10px 0;
	}
	.video .top .bottom .swiper-container .swiper-slide.active{
	    border: 1px solid  #161616;
	}
	.newsShow .container .right .list ul{
	    display: flex;
	    justify-content: space-between;
	}
	.newsShow .container .right .list ul li{
	    width: 49%;
	    box-shadow: box-shadow;
	}
	.shop .container .probut{
	    position: absolute;
	    top: 45%;
	    left: 0;
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    box-sizing: border-box;
	    padding: 0 20px;
	}
	.shop .probut div{
	    color: #fff;
	}
	.index4 .list .left{
		width: 48%;
	}
	.index4 .list .right{
		width: 45%;
	}
	.footer>.container .code .top ul li{
	    width: auto;
	    padding: 0 10px;
	}
	.news .list ul{
	    display: flex;
	    flex-wrap: wrap;
	}
	.news .list ul li{
	    width: 50%;
	    box-sizing: border-box;
	    padding: 10px;
	}
}
@media (max-width: 750px) {
    .news .list ul{
        display: block;
    }
    .news .list ul li{
        width: 100%;
    }
    .about .bottom ul{
        display: block;
    }
    .about .bottom ul li{
        width: 100%;
    }
    .download .list ul li{
		width: 50%;
	}
	.case .list ul li{
		width: 50%;
		padding: 10px;
	}
	.imgShow .thum .swiper-container .swiper-slide img{
	    height: 50px;
	}
	.productShow .top{
		display: block;
	}
	.productShow .top .img{
		width: 100%;
	}
	.productShow .top .text{
		width: 100%;
		padding-top: 35px;
	}
	.catLlist ul li{
		width: 50%;
		padding: 15px;
	}
	.sidebar .bottom ul li{
		width: 33.33%;
		padding: 10px;
	}
	.index2 .list .swiper-container .swiper-slide{
		width: 50%;
	}
	.index3 .list ul{
	    display: flex;
	    flex-wrap: wrap;
	}
	.index3 .list ul li{
		width: 50%;
	}
	.footer>.container .form .group{
		display: block;
	}
	.footer>.container .form .group input{
		width: 100%;
		margin-top: 15px;
	}
	.footer>.container .form .but{
		display: flex;
		justify-content: center;
	}
	.index4 .list{
		display: block;
	}
	.index4 .list .left{
		width: 100%;
	}
	.index4 .list .right{
		width: 100%;
	}
	.about .top video{
	    width: 100%;
	}
	.caseTwo .list ul{
	    margin: 0 0;
	}
	.caseTwo .list ul li{
	    width: 50%;
	    
	}
}



