* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;

}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

body {}

a:link,
a:active,
a:visited,
a:hover,
	{
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}


@font-face {
	font-family: Poppins;
	src: url("../font/Poppins-Regular.ttf") format('truetype');
}
@font-face {
	font-family: HarmonyOS_Sans_SC;
	src: url("../font/HarmonyOS_Sans_SC_Medium.ttf") format('truetype');
}

.modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	z-index: 999;
}

.modal .shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.aslide-box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #202020;
	width: 600px;
	max-width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-100%) matrix(1, 0, 0, 1, 0, 0);
	transition: all 0.6s;
}

.aslide-box li a {
	font-size: 28px;
	color: #fff;
	font-family: Century Gothic;
	line-height: 2;
	text-align: center;
}

.aslide-box .icon-guanbi {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.header {
  transition: all 0.7s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90000;
  line-height: 99px;
}
.h-logo{
	display: block;
}
.h-logo1{
	display: none;
}
.headers {
  height: 99px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-l {
    position: relative;
  width: 99px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1;
  padding-top: 10px;
}
.header.active .header-l .text{
    color: #333;
}
.header-l .text{
    font-size: 16px;
    line-height:1;
    height: 20px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0;
}
.header-r {
  width: 99px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-r span{
	display: block;
}
.header-ss {
  cursor: pointer;
  position: relative;
/*  top: 6px; */
  font-size: 28px;
  color: #fff;
}
.header-ss.icon-guanbi{
	font-size: 22px;
}
.header-l span {
  font-size: 50px;
  color: #F1F2F4;
  cursor: pointer;
}
.header-l span.icon-guanbi{
	font-size: 34px;
}
.header-m {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.h-logo, .h-logo1{
    width: 176px;
}
.tm {
  padding-right: 40px;
  font-size: 18px;
  color: #FAFAFA;
}

.tm span {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}

.tm a {
  font-family: PingFang;
  color: #FAFAFA;
}
.header.active{
	background-color: #fff;
	border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.header.active .header-l,
.header.active .header-r{
	border-color: rgba(0, 0, 0, .2);
}
.header.active .header-l span{
	color: rgba(0, 0, 0, 1);
}
.header.active .h-logo{
	display: none;
}
.header.active .h-logo1{
	display: block;
}
.header.active .tm{
	color: rgba(51, 51, 51, 1);
}
.header.active .tm a{
	color: rgba(51, 51, 51, 1);
}
.header.active .header-ss{
	color: #000;
}
.content1500 {
  width: 1500px;
  max-width: 94%;
  margin: auto;
}
.social-share{
    display: flex;
    height: 100%;
    align-items: center;
}
.social-share .social-share-icon{
    /*transition: all .6s!important;*/
}
.social-share .social-share-icon:hover{
    /*transform: rotateY(180deg) ;*/
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}
.footer {
  /* height: 560px; */
  background: #FFFFFF;
}

.foot {
  display: flex;
  justify-content: space-between;
}

.foot-l {
  width: 76%;
  border-right: 1px solid rgba(47, 47, 47, 0.1);
  padding-bottom: 40px;
}

.f-l-top {
  height: 119px;
  line-height: 119px;
  border-bottom: 1px solid rgba(47, 47, 47, 0.1);
}

.f-l-lj {
	position: relative;
  /* padding-top: 24px; */
  height: 40px;
  overflow: hidden;
  padding-right: 63px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 11px;
}
.f-l-lj.active{
	height: auto;
}
.f-l-lj-box{
	padding: 18px 0;
	 border-bottom: 1px solid rgba(47, 47, 47, 0.1);
}
.f-l-lj>*{
	margin-bottom: 12px;
}
.f-l-lj .r-bottom{
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid #DCDCDC;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 23px;
	top: 0;
	margin-bottom: auto;
	cursor: pointer;
}
.big-lj {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
}

.sm-lj {
  margin-right: 20px;
  display: inline-block;
  padding-right: 25px;
  border-right: 1px solid rgba(47, 47, 47, 0.1);
  font-size: 14px;
  color: #333;
  opacity: 0.8;
}


.sm-lj:hover {
  opacity: 1;
}

.icons {
  padding-right: 48px;
}

.f-l-ul {
  padding-right: 48px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.ul-t {
  font-size: 18px;
  color: #000000;
  padding-bottom: 20px;
}
.ul-t a{
    color: #000;
}
.f-l-ul ul li a {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #666666;
}

.f-l-ul ul li a:hover {
  color: #000;
}

.foot-r {
  padding-top: 53px;
  padding-left: 47px;
}

.foot-r-p1 {
  font-size: 18px;
  color: #000000;
  padding-bottom: 30px;
}

.foot-r-line {
  width: 15px;
  height: 1px;
  background: #474747;
  opacity: 0.3;
  margin-bottom: 30px;
}

.foot-r-p2 {
  font-weight: 300;
  color: #000000;
  opacity: 0.8;
  line-height: 30px;
  font-size: 16px;
  max-width: 310px;
}

.ewm {
  padding-top: 30px;
}
.ewm img{
    width: 100px;
}
.ewm-p {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-align: center;
}

.jszc {
  border-top: 1px solid rgba(47, 47, 47, 0.1);
  padding: 20px 0;
}

.jszc-p {
  font-size: 14px;
  color: #888888;
}

.jk {
  font-size: 14px;
  color: #888888;
}
.pagination ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pagination ul li {
	width: 41px;
	height: 41px;
	line-height: 40px;
	text-align: center;
	/* background: #FFFFFF; */
	font-size: 20px;
	color: rgba(102, 102, 102, 1);
	margin: 6px;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid rgba(160, 160, 160, 1);
}

.pagination ul li:first-child,
.pagination ul li:last-child {
	margin: 0 25px;
}

.pagination ul li .iconfont {
	font-size: 20px;
	display: block;
}
.pagination ul li:first-child .iconfont{
	transform: rotate(180deg);
}
.pagination ul li:hover,
.pagination ul li.active {
	background-color: rgba(0, 0, 0, 1);
	border-color: rgba(0, 0, 0, 1);
	color: #fff;
}

.pagination ul li a {
	color: #333;
	display: block;
}

.pagination ul li.active a,
.pagination ul li:hover a {
	color: #fff;
}
.modal-menu{
	position: fixed;
	top: 100px;
	height: calc( 100vh - 100px);
	background-color: #fff;
	width: 100%;
	z-index: 99990;
	border-top: 1px solid rgba(0, 0, 0, .2);
	padding: 50px 0 50px;
	display: none;
}
.modal-search{
	position: fixed;
	top: 100px;
	height: calc( 100vh - 100px);
	background-color: #fff;
	width: 100%;
	z-index: 99990;
	padding: 47px 0 50px;
	border-top: 1px solid rgba(0, 0, 0, .2);
}
.modal-search .box-c{
	max-width: 100%;
}
.modal-menu .content1500{
	height: 100%;
}
.modal-menu .box-c{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.modal-menu .box-c-t ul{
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.modal-menu .box-c-t ul li:first-child{
	display: none;
}
.modal-menu .box-c-t .li-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 1;
	margin-bottom: 25px;
}
.modal-menu .box-c-t .li-title .iconfont{
    display: none;
}
.modal-menu .box-c-t .li-title a{
	color: #000;
}
.modal-menu .box-c-t .li-text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 48px;
	display: block;
}
.modal-menu .box-c-t .li-text:hover,
.modal-menu .box-c-t .li-title a:hover{
	color: rgba(40, 139, 196, 1);
}
.modal-menu .box-c-b{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal-menu .box-c-b .l{
	width: 310px;
	max-width: 100%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 30px;
	opacity: 0.8;
}
.modal-menu .box-c-b .c{
	width: 220px;
	height: 64px;
	background: #000000;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
}
.modal-menu .box-c-b .r{
	display: flex;
}
.modal-menu .box-c-b .r .ewm:last-child{
	margin-left: 25px;
}
.modal-menu .box-c-b .r .ewm img{
	display: block;
}
.modal-menu .box-c-b .r .ewm .text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 1;
	margin-top: 14px;
	text-align: center;
}
.modal-search{
	display: none;
	height: auto;
}
.modal-search .content1500{
	display: flex;
	justify-content: center;
	text-align: left;
}
.modal-search .title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.modal-search .input-box{
	width: 800px;
	max-width: 100%;
	height: 60px;
	background: #FFFFFF;
	border-radius: 5px 0 0 5px;
	display: flex;
	margin-top: 22px;
}
.modal-search .input-box input{
	flex: 1;
	width: 100%;
	height: 100%;
	border-radius: 5px 0 0 5px;
	padding: 0 29px;
	outline: none;
	border: none;
	border: 2px solid #E5E5E5;
	border-right: none;
}
.modal-search .input-box .submit{
	width: 65px;
	height: 60px;
	background: #000000;
	border-radius: 0px 5px 5px 0px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.modal-search .input-box .submit .iconfont{
	font-size: 28px;
}
.modal-video{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.modal-video .shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-video video{
	/* width: 50%; */
	width: auto;
	height: auto;
	max-height: 90%;
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.modal-video .close{
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 30px;
	cursor: pointer;
	color: #fff;
}
.banner1 {
	position: relative;
}

.banner1 .pic {
	position: relative;
}

.banner1 .pic img {
	display: block;
	width: 100%;
}
.banner1 .pic img:nth-child(2){
    display: none;
}

.banner1 .pic .pic-box {
	position: absolute;
	left: 50%;
	top: 349px;
	transform: translateX(-50%);
	text-align: center;
}

.banner1 .pic .pic-box .en {
	font-size: 56px;
	font-family: Poppins;
	font-weight: 500;
	color: #FAFAFA;
	line-height: 1;
	text-transform: uppercase;
}

.banner1 .pic .pic-box .zh {
	font-size: 56px;
	font-family: '';
	font-weight: 400;
	color: #FAFAFA;
	line-height: 1;
	margin-top: 26px;
}
.banner1 .pic .pic-box .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.6;
	margin-top: 36px;
}
.inner-nav1{
	margin-bottom: 30px;
}
.banner1 .inner-nav {
	position: absolute;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.inner-nav .swiper-slide {
	width: 162px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #FFFFFF;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 56px;
	cursor: pointer;
}
.inner-nav .swiper-slide.active1{
    background: rgba(51, 51, 51, 1);
}
.inner-nav .swiper-slide.active1 a{
    color: #fff;
}
.inner-nav .swiper-slide a{
	color: #333;
	display: block;
}
.inner-nav .swiper-slide:hover,
.inner-nav .swiper-slide.active {
	background-color: rgba(21, 164, 222, 1);
	color: #fff;
}
.inner-nav .swiper-slide:hover a,
.inner-nav .swiper-slide.active a{
	color: #fff;
}
.inner-nav .swiper-slide:not(:last-child) {
	margin-right: 20px;
}
.breadNav .content1500{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.breadNav .content1500 a{
	color: #666666;
}
.breadNav .content1500 img{
	margin-right: 10px;
}
.breadNav .content1500 span{
	margin: 0 5px;
}
.hoverImg {
	overflow: hidden;
}
.imgScale{
	display: block;
	transition: all .4s ease;
}
.hoverImg:hover .imgScale{
	transform: scale(1.05);
}
.fixed-right{
	position: fixed;
	z-index: 99981;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.fixed-right li{
	position: relative;
}
.fixed-right li:not(:last-child){
	margin-bottom: 10px;
}
.fixed-right .li-t{
	padding: 16px 0 13px;
	box-shadow: 0px 5px 10px 0px rgba(125, 125, 125, 0.15);
	border-radius: 5px;
	text-align: center;
	background-color: #fff;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
	width: 74px;
	height: 74px;
}
.fixed-right .li-b{
	position: absolute;
	top: 0;
	right: 94px;
	box-shadow: 0px 5px 10px 0px rgba(125, 125, 125, 0.15);
	border-radius: 5px;
	width: auto;
	height: 100%;
	padding: 18px 20px 0;
	background-color: #fff;
}
.fixed-right .li-b{
	display: none;
	
}
.fixed-right li:hover .li-b{
	display: block;
}
.fixed-right .li-b.li-b1{
	width: 190px;
}
.fixed-right .li-b .text{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 1;
}
.fixed-right .li-b .tel{
	font-size: 20px;
	font-family: RanyMedium;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 9px;
}
.fixed-right .li-b2{
	padding: 5px;
}
.fixed-right .li-b .img{
	display: block;
	height: 100%;
}
.fixed-right .li-t:hover{
	background-color: rgba(51, 51, 51, 1);
	color: #fff;
}
.fixed-right .li-t:hover .iconfont{
	color: #fff;
}
.fixed-right .li-t .iconfont{
	color: #333333;
	display: block;
	font-size: 24px;
	margin-bottom: 9px;
}
.fixed-right .li-t .iconfont.icon-tel-line{
	transform: scale(1.4);
}
.fixed-right .li-t .iconfont.icon-weixin1,
.fixed-right .li-t .icon-shang{
	transform: scale(1.1);
}
.inner-nav.active,
.banner1 .inner-nav.active{
    position: fixed;
    left: 0;
    top: 50px;
    background: #fff;
    width: 100%;
    z-index: 999;
    max-width: 100%;
    bottom: auto;
    margin-top: 0;
}
.banner1 .inner-nav.active{
    padding: 0 3%;
}
	.f-l-top .fl img{
		height: 56px;
	}
@media (max-width:1630px){
	.banner1 .pic .pic-box{
		top: 270px;
	}
}
@media (max-width:1430px) {
	.banner1 .pic .pic-box .en,
	.banner1 .pic .pic-box .zh{
		font-size: 42px;
	}
	.banner1 .pic .pic-box{
		top: 200px;
	}
}
@media (max-width:1199px){
	.banner1 .pic .pic-box .en, .banner1 .pic .pic-box .zh{
		font-size: 30px;
	}
	.banner1 .inner-nav{
		bottom: 50px;
	}
	.modal-menu .box-c-t .li-title{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.f-l-ul{
		padding-right: 20px;
	}
	.ul-t{
		font-size: 16px;
	}
	.f-l-ul ul li a{
		font-size: 14px;
	}
	.foot-r{
		padding-left: 20px;
	}
	.f-l-ul{
		display: none;
	}
	.foot{
		flex-direction: column;
	}
	.foot-l{
		width: 100%;
		border-right: none;
	}
	.foot-r{
		padding-top: 0;
	}
	.foot-r-line{
		margin-bottom: 20px;
	}
	.foot-r-p1{
		padding-bottom: 20px;
	}
	.jszc{
		margin-top: 20px;
	}
	.foot-r-p2{
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width:1024px){
    .header-l .text{
        display: none;
    }
    .modal-menu .box-c-t .li-title .iconfont{
        display: block;
       flex: 1;
       margin-left: 30px;
        text-align: right;
    }
	.modal-menu .box-c-t ul li:first-child{
		display: block;
	}
	.banner1 .pic .pic-box .en, .banner1 .pic .pic-box .zh{
		font-size: 28px;
	}
	.banner1 .inner-nav{
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
		margin-top: 20px;
	}
	.inner-nav .swiper-slide{
		width: auto;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.banner1 .pic .pic-box{
		top: 50%;
		transform: translate(-50%,-50%);
	}
	
	.modal-menu{
		padding: 40px 0;
	}
	.modal-menu .box-c-t ul{
		flex-direction: column;
	}
	.modal-menu .box-c-t .li-text{
		display: none;
	}
	.modal-menu .box-c-t ul li.active .li-text{
		display: block;
	}
	.modal-menu .box-c{
		overflow: hidden;
	}
	.modal-menu .box-c-t .li-title{
		font-size: 18px;
		margin-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}
	.modal-menu .box-c-t ul li:not(:last-child){
		margin-bottom: 15px;
	}
	.modal-menu .box-c-b{
		display: none;
	}
	.modal-menu .box-c-t .li-text{
		font-size: 16px;
		line-height: 26px;
	}
	.tm {
	  display: none;
	}
}
@media (max-width:768px){
    .header-l{
        width: 60px;
    }
    .header-r{
        width: 60px;
    }
    .fixed-right{
        display: none;
    }
	.inner-nav1{
		margin-bottom: 0;
	}
	.inner-nav .swiper-slide:hover, .inner-nav .swiper-slide.active{
		background-color: transparent;
		color: #000;
		font-size: 26px;
	}
	.inner-nav .swiper-slide:hover a, .inner-nav .swiper-slide.active a{
		color: #000;
	}
	.product-list .swiper-slide{
		background-color: transparent;
		width: auto;
	}
	.header-l{
		border-right: none;
	}
	.header-r{
		border-left: none;
	}
	.banner1 .pic .pic-box .des{
		font-size: 16px;
		margin-top: 20px;
	}
	.banner1 .pic .pic-box .en, .banner1 .pic .pic-box .zh{
		font-size: 26px;
	}
	.modal-search,.modal-menu{
		top: 50px;
	}
	.modal-menu{
		height: calc(100% - 50px);
	}
	.modal-search{
		padding: 25px 0;
	}
	.modal-search .title{
		font-size: 16px;
	}
	.modal-search .input-box{
		height: 40px;
	}
	.modal-search .input-box .submit{
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	.header-l span.icon-guanbi{
		font-size: 24px;
	}
	.header-l span{
		font-size: 38px;
	}
	.f-l-top {
	  /* padding-left: 12px; */
	}
	
	.foot-r {
	  padding-left: 0 !important;
	}
	
	.jszc {
	  padding: 10px 0;0
	}
	
	.jk {
	  padding-top: 10px;
	  float: none !important;
	  display: block;
	  padding-bottom: 10px;
	}
	
	.foot {
	  flex-direction: column;
	}
	
	.foot-l {
	  width: 100% !important;
	  padding-bottom: 20px !important;
	}
	
	.foot-r-p1 {
	  padding-bottom: 10px !important;
	}
	
	.foot-r-line {
	  margin-bottom: 10px !important;
	}
	
	.f-l-lj {
	  display: none;
	}
	.f-l-lj-box{
		display: none;
	}
	.f-l-ul {
	  display: none;
	}
	
	.foot-r {
	  padding-top: 0px !important;
	}
	.h-logo,.h-logo1 {
		width: 130px;
	}
	.mySwiper3{
		height: 120px !important;
	}
	.headers {
	  height: 50px !important;
	  line-height: 50px !important;
	}
	
	.num {
	  left: 9% !important;
	  font-size: 12px !important;
	  top: 82% !important;
	}
	
	.header-m {
	  /*left: 0px !important;*/
	}
	
	
	.f-l-top .fl img{
		height: 40px;
	}
	.f-l-top{
		line-height: 80px;
		height: 80px;
	}
	.icons{
		padding-right: 0;
	}
	.pagination ul li:first-child, .pagination ul li:last-child{
		margin: 6px;
	}
	.pagination ul li{
		width: 35px;
		height: 35px;
		line-height: 33px;
	}
}
@media (max-width:500px){
	.h-logo, .h-logo1{
		width: 110px;
	}
	.banner1 .pic .pic-box .en, .banner1 .pic .pic-box .zh{
		font-size: 22px;
	}
	.banner1 .pic .pic-box .zh{
		margin-top: 15px;
	}
	.banner1 .pic .pic-box{
		top: 80px;
		transform: translate(-50%,0);
	}
	.banner1 .pic img{
		min-height: 200px;
	}
}