@font-face {
    font-family: 'SYB';
    src: url('../font/SourceHanSerifCN-Bold.otf');
    font-weight: normal;
    font-style: normal;
  }

@charset "utf-8";
ul{padding: 0;}
body,p,ul,h2,h3{margin: 0;}
li{list-style: none;}
body{font-family: "微软雅黑 ","PingFangSC-Regular"}
img{vertical-align: middle;}
a{text-decoration: none;}
table{border-collapse:collapse;}
table td{border: 1px #000 solid;}
.clearfix {overflow: auto;}
.left{float: left;}
.right{float: right;}
.block{display: block !important;}
.content{max-width: 1440px; margin: auto;}
.flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flex-start{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.flex-nowrap-start{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.flex-list{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.img{width: 100%;overflow: hidden;}
.img img{width: 100%;transition:All 0.8s ease-in-out;display: block;}

.more a{background: #2e5b66;line-height: 52px;border-radius: 52px;    display: inline-block;position: relative;}
.more a img{margin-left: 75px;margin-top: -1px;opacity: 1;margin-right: 8px;opacity: 0;}
.more a span{font-size: 16px;color: #ffffff;display: inline-block;width: 65px;   position: absolute; z-index: 100;padding: 5px 30px 5px 30px;line-height: 43px;border-radius: 40px;}


/*.more a:hover{padding: 5px 7px 5px 30px;}
.more a:hover img{display: inline-block;animation: Jt 1s ease-in-out forwards;}*/

@keyframes Jt {
  0% {
  	opacity: 0;
  	margin-left: 75px;
    
  }
  100% {
  	opacity: 1;
  	margin-left: 110px;
  }
}
@keyframes Jts {
  0% {
    opacity: 1;
    margin-left: 110px;
    
  }
  100% {
  	opacity: 0;
    margin-left: 75px;
  }
}




.ping{max-width: 1720px; margin: auto;}


.nav-top{position: absolute;padding-top: 15px;left: 0;width: 100%;    z-index: 1000;}
.nav-top-c{width: 50%;}
.nav-top-c ul{}
.nav-top-c ul li .nav-a{color: #FFFFFF;font-size: 20px;position: relative;display: inline-block;    padding: 28px 0;line-height: 24px;}
.nav-top-c ul li .nav-a:before,.nav-top-c ul li .nav-a:after{content: "";background: #ffffff;height: 1px;position: absolute;bottom: 0px;left: 50%;width: 0;transition: width 0.3s ease-out;transform: translateX(-50%);}
.nav-top-c ul li.act .nav-a:before,.nav-top-c ul li.act .nav-a:after{width: 100%;}
.nav-top-c ul li.act .nav-a{}
.nav-top-c ul li:hover .nav-a:before,
.nav-top-c ul li:hover .nav-a::after {
  width: 100%;
}

.nav-top-c ul li:hover .nav-a::before {
  right: 50%;
}

.nav-top-c ul li:hover .nav-a::after {
  left: 50%;
}
.nav-top-c ul li .nav-a p{height: 24px;overflow: hidden;}
.nav-top-c ul li .nav-a p span{display: block;position: relative;top: 0;    transition: all 0.5s linear;}
.nav-top-c ul li .nav-a:hover p span{top: -100%;
/*color: #efc980;*/
}
.nav-top-c ul li{width: 14.28%;text-align: center;}
.nav-top-c ul ul{width: 85.72%;}
.nav-top-c ul ul li{position: relative;width: 100%;text-align: center;}
.top-nav2{position: absolute;left: 0;z-index: 100; width: 100%;line-height:60px; box-sizing: border-box;height: 0px;overflow: hidden;opacity: 0;padding-top: 10px;}
/*.top-nav2:after{content: "";width: 100%;height: 60px;background: rgba(0,0,0,.5);position: absolute;left: 0;z-index: -1;}*/
/*.NavTopC{text-align: right;margin: auto; width: 41%;}*/
.top-nav2 a {color: #FFFFFF;font-size: 16px;line-height: 36px;display: block;}
/*.top-nav2 a:hover{color: #efc980;}*/

/*.nav-top-c ul li:hover .top-nav2{transform: translateY(0px);opacity: 1;display: block;}*/

.hei-h{position: absolute;width: 100%;height: 0px;left: 0;background: rgba(0,0,0,.3);opacity: 0;}

/*.nav-top-c ul li{position: relative;top: -80px;}
.section1.active .nav-top-c ul li{top: 0;}
.section1 .nav-top-c ul li:nth-child(1){
    transition: all 1s ease-in-out;
}
.section1.active .nav-top-c ul li:nth-child(1){
    transition: all 1s ease-in-out;
}*/

.section1.active .nav-top-c ul li:nth-child(1) a{animation: NavD 0.4s ease-in-out forwards;}
.section1.active .nav-top-c ul li:nth-child(2) a{animation: NavD 0.8s ease-in-out forwards;}
.section1.active .nav-top-c ul li:nth-child(3) a{animation: NavD 1.2s ease-in-out forwards;}
.section1.active .nav-top-c ul li:nth-child(4) a{animation: NavD 1.4s ease-in-out forwards;}
.section1.active .nav-top-c ul li:nth-child(5) a{animation: NavD 1.6s ease-in-out forwards;}
.section1.active .nav-top-c ul li:nth-child(6) a{animation: NavD 1.8s ease-in-out forwards;}
.section1.active .nav-top-c ul li:nth-child(7) a{animation: NavD 2s ease-in-out forwards;}


@keyframes NavD {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/*.section1 .nav-top-c ul li:first-child {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.section1.active .nav-top-c ul li:first-child {
    transform: translateY(0px);opacity: 1;
}
.section1.active .nav-top-c ul li:first-child + li {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    transform: translateY(0px);opacity: 1;
}*/









.nav-top-r{width: 10%;}
.nav-top-r form{position: relative;top: 26px;}
.nav-top-r #kw{
	/*outline: 1px solid rgba(255, 255, 255, 0.1);*/
	font-size:12px; height: 30px;color: #FFFFFF; border-radius: 20px;border: none;background: rgba(255,255,255,0.2);padding: 0 6%;width: 88%;}
.nav-top-r .ss{position: absolute;right: -6px;top: 51%;border: 0;padding: 0;height: 28px;width: 28px;background: url(../img/ss.png) center no-repeat;transform: translate(-50%, -50%);}
.nav-top-r .ss:hover{cursor: pointer;}
.nav-top-r input{outline:none}
.nav-top-r input::placeholder {
  color: #fff;
}
.nav-top-r input:-internal-autofill-previewed,
.nav-top-r input:-internal-autofill-selected {
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-out 0.5s;
}


.banner{width: 100%;position: relative;overflow: hidden;height: 100vh;}
.banner .swiper-slide{position: relative;overflow: hidden;width: 100%;height: 100vh;}
.banner .swiper-slide img{display:block;width:100%;height: 100vh;
object-fit: cover;transition:1s linear 2s;transform:scale(1,1)
}

.zoom-in img{transition:6s linear!important;transform:scale(1.1,1.1) !important;}
/*.banner .swiper-slide-active img{transition:6s linear!important;transform:scale(1,1) !important;}
.banner .swiper-slide-duplicate-active img{transition:6s linear!important;transform:scale(1,1) !important;}*/

.banner .swiper-slide .home-c div {
    -webkit-animation: fadeOutLeft 2s both;
    animation: fadeOutLeft 2s both;
}
.banner .swiper-slide.swiper-slide-active .home-c div {
    -webkit-animation: fadeInUp 1.5s both .6s;
    animation: fadeInUp 1.5s both .6s;
}

.banner .swiper-slide .home-c{position: absolute;top: 45%;left: 50%;transform: translate(-50%,-50%);    text-align: center;width: 100%;}
.banner .swiper-slide .home-c h2{font-size: 140px;color: #FFFFFF;font-weight: inherit;letter-spacing: 20px;font-family: "SYB";}
.banner .swiper-slide .home-c p{font-size: 60px;color: #FFFFFF;letter-spacing: 8px;font-family: "SYB";}
.banner .swiperbottom {z-index: 100;width: 100%;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);padding-right: 130px;box-sizing: border-box;height: 126px;}
.banner .swiperbottom .bannerxz{width: 126px;height: 126px;position: absolute;right: 0;top: 0}
.banner .swiperbottom .bannerxz .yuan{display: block;width: 100%;animation: rotate 6s infinite linear;}
.banner .swiperbottom .bannerxz .next{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);z-index: 10;width: 20px;height: 22px;cursor: pointer;background: transparent}
.banner .swiperbottom .swiper-pagination{width: 100%;padding-top: 74px;box-sizing: border-box;max-width: 960px;display: flex;    position: absolute;left: 50%;transform: translateX(-50%);}
.banner .swiperbottom .swiper-pagination .swiper-pagination-bullet{width: 100px; margin-right: 30px;flex: 1;height: 2px;border-radius: 0;background: rgba(255,255,255,.3);position: relative;opacity: 1}
.banner .swiperbottom .swiper-pagination .swiper-pagination-bullet-active{position: relative}
.banner .swiperbottom .swiper-pagination .swiper-pagination-bullet-active:before{width: 1px;height: 2px;background: #d0cdcd;position: absolute;left: 0;top: 0;content: ' ';animation: widthanimation 5.5s infinite linear;}

@keyframes widthanimation { from { width: 1px; } to { width: 100%;} }

.banner .swiper-button-next{width: 50px;height: 50px;background: url(../img/b-x.png) center center;bottom:40px;top: auto;right: 30px;z-index: 1000;opacity: 1;}
.banner .swiper-button-next:hover{background: url(../img/b-xh.png) center center;}
.banner .swiper-button-prev{width: 50px;height: 50px;background: url(../img/b-s.png) center center;bottom:100px;top: auto;left: auto;right: 30px;z-index: 1000;opacity: 1;}
.banner .swiper-button-prev:hover{background: url(../img/b-sh.png) center center;}
.banner .swiper-button-next:after,.banner .swiper-container-rtl .swiper-button-prev:after{display: none;}
.banner .swiper-button-prev:after,.banner .swiper-container-rtl .swiper-button-next:after{display: none;}



.screen2-2{background: url(../img/bj2_02.jpg) center center; background-size: cover;}
.screen2{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.screen2-l{width: 40%;margin: 0 8%;transition: 2s all;transform: translateX(-100%);opacity: 0;}
.screen2-l-top ul li{width: 25%;margin-right: 12.5%;}
.screen2-l-top ul li p{border-top:1px solid #d3d3d3;margin-top: 30px;padding-top: 30px;font-size: 20px;color: #333333;}
.screen2-l-top ul li p span{font-size: 52px;color: #2e5b66;font-weight: bold;}
.screen2-l-top ul li:nth-child(3){margin-right: 0;}
.screen2-l-img {margin: 60px 0;}
.screen2-l-p p{font-size: 18px;color: #000000;line-height: 32px;text-align: justify;margin: 100px 0;}

.screen2-2.active .screen2-l{transform: translateX(0px);opacity: 1;}

.screen2-r{width: 44%;position: relative;margin-top: -100px;transition: 2s all;transform: translateX(100%);opacity: 0;}
.screen2-r-t1{position: absolute;z-index: 1;width: 100%;}
.screen2-r-t1 img{width: 100%;}
.screen2-r-t2{position: absolute;z-index: 2;width: 100%;height: 690px;}
.screen2-r-t2 .scene path{fill: #efc980;height: 100%;}
.screen2-r-t3{position: absolute;z-index: 3;width: 100%}
.screen2-r-t3 img{width: 100%;
animation: tab_boxx2 4s linear infinite alternate both;
}
@keyframes tab_boxx2 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.08);
		-ms-transform: scale(1.08);
		-webkit-transform: scale(1.08);
		-o-transform: scale(1.08);
		-moz-transform: scale(1.08);
	}
}

.screen2-2.active .screen2-r{transform: translateX(0px);opacity: 1;}

/*.q-ping{width: 100%;height: 100vh;position: relative;}
.q-ping-img{position: absolute;top: 0;left: 0; width: 100%;height: 100vh;overflow: hidden;}
.q-ping-img .q-ping-img-a{width: 100%;height: 100vh;position: absolute;top: 0;left: 0; opacity: 0; background-size: cover;    transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.q-ping-img .q-ping-img-a.act{z-index: 10;opacity: 1;transform: scale(1.08, 1.08);}
.section3 ul li{width: 22%;height: 100vh;margin-right: 4%;position: relative;z-index: 100;}
.section3 ul li:nth-child(4){margin-right: 0%;}
.section3-top{width: 100%;position: absolute;top: 40%;}
.section3-top h2{font-size: 30px;color: #ffffff;margin-bottom: 10px;text-align: center;}
.section3-top p{font-size: 14px;color: #ffffff;text-align: center;}


.section3-bottom {padding: 20px;background: #FFFFFF;position: absolute;top: 50%;transform:translate(0%,-50%);display: none;opacity:0}
.section3-bottom .bottom{text-align: center;}
.section3-bottom .bottom img{margin: 30px 0;}
.section3-bottom .bottom h2{font-size: 30px;color: #1a6a48;}
.section3-bottom .bottom span{font-size: 14px;color: #1a6a48;margin:5px 0 30px;display: block;}
.section3-bottom .bottom p{font-size: 14px;color: #666666;line-height: 28px;padding: 0 40px;}
.section3-bottom .bottom a{font-size: 14px;color: #1a6a48;padding: 10px 20px;border-radius: 20px;border: 1px solid #1a6a48;display: inline-block;margin: 40px 0;}

.section3 ul li:nth-child(4) .section3-bottom .bottom h2{color: #df9958;}
.section3 ul li:nth-child(4) .section3-bottom .bottom span{color: #df9958;}
.section3 ul li:nth-child(4) .section3-bottom .bottom a{color: #df9958;border: 1px solid #df9958;}*/

.section3{position: relative;}

.q-ping-img{position: absolute;top: 0;left: 0; width: 100%;height: 100vh;overflow: hidden;}
.q-ping-img .q-ping-img-a{width: 100%;height: 100vh;position: absolute;top: 0;left: 0;  background-size: cover;    transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
.q-ping-img .q-ping-img-a.act{z-index: 10;animation: tab_boxx 8s linear infinite alternate both;}
@keyframes tab_boxx {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.15);
		-ms-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-o-transform: scale(1.15);
		-moz-transform: scale(1.15);
	}
}

.section3 ul {height: 100vh;width: 100%;position: absolute;top: 0;left: 0;z-index: 100;}
.section3 ul li{width: 25%;position: relative;}
.section3 ul li:before{content: "";display: block;width: 0;height: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: 0.4s ease-in-out;background: #000;opacity: .3;}
.section3 ul li.act:before{width: 100%;height: 100%;}


.section3-c {padding: 0 90px;text-align: center;margin-top: 300px;transition: .8s all;transform: translateY(200%);opacity: 0;}
.section3 ul li:nth-child(1) .section3-c{transition: 1s all;}
.section3 ul li:nth-child(2) .section3-c{transition: 1.2s all;}
.section3 ul li:nth-child(3) .section3-c{transition: 1.4s all;}
.section3 ul li:nth-child(4) .section3-c{transition: 1.6s all;}
.section3-c .img-c{height: 36px;}
.section3-c .img-c{opacity:0}
.section3-c .section3-c-t{display: inline-block;}
.section3-c h2{font-size: 30px;color: #ffffff;padding: 20px 0 10px;}
.section3-c span{font-size: 14px;color: #ffffff;}
.section3-c .section3-c-ljgd{opacity:0}
.section3-c a{display: block;}
.section3-c .section3-c-ljgd span{display: inline-block; font-size: 14px;color: #ffffff;padding: 10px 20px;border: 1px solid #FFFFFF;border-radius: 20px;margin: 60px 0 50px;display: inline-block;}
.section3-c .section3-c-ljgd p{font-size: 16px;color: #ffffff;line-height: 30px;text-align: justify;text-align: center;}

.section3-c:hover {cursor: pointer;}
.section3 ul li.act h2{color: #ffffff;}
.section3 ul li.act span{color: #ffffff;}
.section3 ul li.act a{color: #ffffff;border-color: #ffffff;}
.section3 ul li.act p{color: #ffffff;}

.section3.active .section3-c{transform: translateY(0px);opacity: 1;}

.section3-wap{display: none;}

.section4{background: url(../img/p4-bj.jpg) center center; background-size: cover;width: 100%;height: 100vh;    position: relative;z-index: 10000;}
.section4 .product{width: 100%;height: 100vh;position: relative;}
.section4 .product .swiper .swiper-slide .img-1{position: relative;overflow: hidden;}
.section4 .product .swiper .swiper-slide .img-1 .img{widows: 100%; overflow: hidden;}
.section4 .product .swiper .swiper-slide .img-1 .img img{width: 100%; transition:All 0.8s ease-in-out}
.section4 .product .swiper .swiper-slide .img-1 .bottom{opacity: 0;transition: .8s all;transform: translateY(100px); position: absolute;top: 0;left: 0;width: 100%; height: 100%;background: rgba(46,91,102,0.7);}
.section4 .product .swiper .swiper-slide .img-1 .bottom p{font-size: 18px; color: #ffffff;line-height: 32px;font-weight: bold; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.section4 .product .swiper .swiper-slide .img-1 .bottom:before{content: "";width:100%;height: 10px;background: #efc87f;position: absolute;bottom: 0;left: 0;}

.section4 .product .swiper .swiper-slide:hover .img-1{background: #ffffff;}
.section4 .product .swiper .swiper-slide:hover .img-1 .img img{transform: scale(1.1);}
.section4 .product .swiper .swiper-slide:hover .img-1 .bottom{opacity: 1; transform: translateY(0px)}

.section4 .product .content{}
.section4 .product .content .product-c{position: absolute;top: 50%;transform: translate(-50%,-50%);left: 50%;width: 100%;}
.section4 .product ul li{width: 22.5%;margin-right: 2%;}
.section4 .product ul li:nth-child(1){margin-left: 2%;}
.section4 .product ul li p{font-size: 18px;color: #333333;line-height: 100px;text-align: center;background: #FFFFFF;padding: 0 20px;}

.section4 .product ul li a:hover .img img{transform: scale(1.1);}
.section4 .product ul li a:hover p{background: #2e5b66;color: #FFFFFF;}


.swiper-but{width: 70px;height: 70px;border: 1px solid #1a6a48;border-radius: 100%;position: absolute;right: 20%;bottom: 18%;z-index: 10000;}

.swiper-but  .swiper-button-next{background: url(../img/p4-y.png) center center; width: 7px; height: 11px;right: 15px;}
.swiper-but  .swiper-button-prev{background: url(../img/p4-z.png) center center; width: 7px; height: 11px;left: 15px;}
.swiper-but .swiper-button-next, .swiper-but .swiper-button-prev{top: 73%;}

.swiper-but .swiper-button-next:after, .swiper-but .swiper-container-rtl .swiper-button-prev:after{display: none;}
.swiper-but .swiper-button-prev:after, .swiper-but .swiper-container-rtl .swiper-button-next:after{display: none;}

.section4 .product .swiper .swiper-slide:nth-child(1){margin-top: 5%; width: 500px !important;}
.section4 .product .swiper .swiper-slide:nth-child(2){margin-top: 15%; width: 450px !important;}
.section4 .product .swiper .swiper-slide:nth-child(3){margin-top: 7%; width: 360px !important; }
.section4 .product .swiper .swiper-slide:nth-child(4){margin-top: 10%; width: 540px !important;}
.section4 .product .swiper .swiper-slide:nth-child(5){margin-top: 5%; width: 500px !important;}
.section4 .product .swiper .swiper-slide:nth-child(6){margin-top: 15%; width: 450px !important;}
.section4 .product .swiper .swiper-slide:nth-child(7){margin-top: 7%; width: 360px !important;}
.section4 .product .swiper .swiper-slide:nth-child(8){margin-top: 10%; width: 540px !important;}
.section4 .product .swiper .swiper-slide:nth-child(9){margin-top: 5%; width: 500px !important;}
.section4 .product .swiper .swiper-slide:nth-child(10){margin-top: 15%; width: 450px !important;}
.section4 .product .swiper .swiper-slide:nth-child(11){margin-top: 7%; width: 360px !important;}
.section4 .product .swiper .swiper-slide:nth-child(12){margin-top: 10%; width: 540px !important;}

.section4 .more {position: absolute;bottom: 8%;left: 50%;transform: translate(-50%,200%);transition: .8s all;opacity: 0;}
.section4.active .more{transform: translate(-50%,0);opacity: 1;}

.section4 .product-wap{display: none;}


.section5 {width: 100%;height: 100vh;}
.section5-bj{background: url(../img/p5-bj.jpg) center center; background-size: cover;width: 100%;height: 100vh;animation: tab_boxx 8s linear infinite alternate both;position: absolute;left: 0;top: 0;}


.section5 .ping {height: 100%;}
.section5-c{width: 26%;margin-right: 11%;margin-top: 350px;transition: .8s all;transform: translateY(200%);opacity: 0;}

.section5-c:nth-child(3){margin-right: 0%;}
.section5-c a{display: block;}
.section5-c img{padding-left: 21px;padding-top: 60px;opacity: 0;transition: .8s all;}
.section5-c-t{border-left: 1px solid #FFFFFF;padding-left: 20px;}
.section5-c-t span{font-size: 30px;color: #FFFFFF;line-height: 20px;}
.section5-c-t h2{font-size: 18px;color: #FFFFFF;line-height: 18px;font-weight: initial;margin: 30px 0;
height: 18px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.section5-c-t p{font-size: 16px;color: #FFFFFF;line-height: 30px;text-align: justify;
height: 60px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.section5.active .section5-c{transform: translateY(0px);opacity: 1;}
.section5.active .section5-c:hover{transform: translateY(-30px)}
.section5-c:hover img{opacity: 1;}

/*.section5 .more{margin-top: 150px;text-align: center;transition: .8s all;transform: translateY(200%);opacity: 0;}*/
/*.section5 .more a{padding: 5px 30px 5px 30px;}*/
/*.section5.active .more{transform: translateY(0);opacity: 1;}*/

.section5 .more {position: absolute;bottom: 8%;left: 50%;transform: translate(-50%,200%);transition: .8s all;opacity: 0;}
.section5.active .more{transform: translate(-50%,0);opacity: 1;}






/*.section6 .flex{height: 400px;}*/
.section6-l{width: 39%;background-size: cover;background: url(../img/foot-l.jpg) center center;background-size: cover;}
.section6-l:hover{cursor: pointer;background: url(../img/foot-l2.jpg) center center;}
/*.section6-l-img{background: url(../img/f-logo-d1.png) center center;background-size: cover;}*/
.section6-l-c{padding: 100px;}
.section6-l-c-img img{margin-top: 15px;}
.section6-l-c-t{padding-left: 20px;}
.section6-l-c-t span{font-size: 24px;color: #FFFFFF;}
.section6-l-c-t p{font-size: 40px;color: #FFFFFF; margin: 20px 0 80px;}
.section6-l-c-t a{font-size: 16px;color: #FFFFFF; padding-bottom: 10px;border-bottom: 1px solid #FFFFFF;}
.section6-l-c-t a img{margin-top: -2px;margin-left: 10px;}

.section6-r{width: 61%;background: #1b2224;}
.section6-r-c{padding: 50px 80px 40px}
.section6-r-c-nav a{font-size: 16px;color: #FFFFFF; line-height: 38px;display: block;}
.section6-r-c-nav a:hover{color: #79b079;}


.section6-r-c-link{text-align: right;}
.section6-r-c-link p{font-size: 18px;color: #FFFFFF; line-height: 36px;}
.section6-r-c-link div{height: 160px;overflow: auto;}

.section6-r-c-link div::-webkit-scrollbar {width: 2px; }
/* 设置滚动条轨道的背景颜色 */
.section6-r-c-link div::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,.5);
    border-radius: 5px ;
}
/* 设置滚动条滑块的背景颜色 */
.section6-r-c-link div::-webkit-scrollbar-thumb {
    background-color: #1a6a48;
    border-radius: 5px ;
}
/* 设置滚动条滑块悬停时的背景颜色 */
.section6-r-c-link div::-webkit-scrollbar-thumb:hover {
    background-color: #1a6a48;
}


.section6-r-c-link div a{font-size: 16px;color: #999999; line-height: 38px;display: block;padding-right: 5px;}
.section6-r-c-link div a:hover{color: #FFFFFF;}

.section6-r-c-b{padding: 0px 80px;}
.section6-r-c-b-l p{font-size: 14px;color: #999999;line-height: 60px;}
.section6-r-c-b-l p a{color: #999999;display: inline-block;}

.section6-r-c-ewm ul{margin-top: 40px;}
.section6-r-c-ewm li{margin-right: 10px;}
.section6-r-c-ewm li:nth-child(2){margin-right: 0px;}
.section6-r-c-ewm li p{color: #FFFFFF;text-align: center;font-size: 14px;margin-top: 20px;}





/*关于我们*/
.sh_banner{position: relative;}
.sh_banner img{width: 100%;}
.sh_banner .sh_banner_content{position: absolute;top: 55%; transform: translateY(-55%); width:100%; text-align: center;display: none;}
.sh_banner h2{font-size: 48px;color: #FFFFFF;}
.sh_banner_content .ej-nav{display: inline-block;background: rgba(51,51,51,0.5);border-radius: 40px;margin-top: 50px;}
.sh_banner_content .ej-nav a{color: #FFFFFF;font-size: 18px;line-height: 70px;padding: 23px 40px;border-radius: 40px;}
.sh_banner_content .ej-nav a.act{background: #2e5b66;}
.sh_banner_content .ej-nav a:hover{background: #2e5b66;}
.sh_banner_content.ej {top: 70%; transform: translateY(-70%);}


.gywm-t-h2 h2{font-size: 36px;color: #000000;position: relative;padding-bottom: 25px;}
.gywm-t-h2 h2:before{content: "";position: absolute;width: 70px;height: 3px;background: #2e5b66;bottom: 0;left: 0;}

.gywm{padding: 100px 0;}
.gywm-l{margin-right: 8.3%;width: 55.9%;}
.gywm-l-c{margin: 60px 0;}
.gywm-l-c p{font-size: 16px;color: #666666;line-height: 30px;text-align: justify}
.gywm-l-b ul li{width: 33.33%;}
.gywm-l-b ul li p{font-size: 20px;color: #333333;}
.gywm-l-b ul li p span{font-size: 52px;color: #2e5b66;font-weight: bold;}
.gywm-r{width: 35.8%;}
.gywm-r .video-img{position: relative;top: 50px;}
.gywm-r #video{height: 484px;}
#bf{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}

.gsln{background: #f9f9f9;padding: 100px 0 ;}
.gsln-c{margin-top: 80px;}
.gsln-c ul li{width: 32%;margin-right: 2%;background: #FFFFFF;}
.gsln-c ul li:nth-child(3){margin-right: 0%;}
.gsln-c-c{padding: 40px;text-align: center;}
.gsln-c-c img{margin-bottom: 60px;}
.gsln-c-c h2{font-size: 24px;color: #000000;position: relative;padding-bottom: 25px;margin-bottom: 25px;}
.gsln-c-c h2:before{content: "";position: absolute;width: 35px;height: 2px;background: #2e5b66;bottom: 0;left: 50%;transform:translateX(-50%)}
.gsln-c-c p{font-size: 16px;color: #666666;line-height: 30px;}

.ryzz{padding: 110px 0;}
.ryzz .swiper{padding: 60px 0 0;}
.ryzz .swiper .swiper-slide:hover{cursor: pointer;}
.ryzz .swiper .swiper-slide:hover .img img{transform: scale(1.1);}
.ryzz .swiper-button-next:after,.ryzz .swiper-container-rtl .swiper-button-prev:after{display: none;}
.ryzz .swiper-button-prev:after,.ryzz .swiper-container-rtl .swiper-button-next:after{display: none;}

.ryzz-an{position: relative;width: 110px;height: 50px;left: 50%;transform: translateX(-50%);margin-top: 50px;}
.ryzz-an .swiper-button-next{background: url(../img/ryzz-r.png) center center; width: 50px;height: 50px;margin-top:0;top:0;right: 0;}
.ryzz-an .swiper-button-prev{background: url(../img/ryzz-l.png) center center; width: 50px;height: 50px;margin-top:0;top:0;left:0}

.ryzz-tanchu-c{display: none;position: fixed;top: 0;left: 0;background: rgba(0,0,0,.8);z-index: 100000;width: 100%;height: 100%;}
.ryzz-tanchu {display: none; width: 480px; background: #FFFFFF;position: fixed;top: 50%;left: 50%;z-index: 10000;   border-radius: 10px; box-shadow: 0 0 2px #999;transform: translate(-50%, -50%);}
.ryzz-tanchu .ryzz-top img:hover{cursor: pointer;}
.ryzz-top{border-bottom: 1px solid #ddd;padding: 12px;}
.ryzz-top p img{display: inline-block;float: right;}
.ryzz-bottom{padding: 12px;text-align: center;}
.ryzz-bottom img{max-width: 100%;width: 100%;height: 100%;}	

/*案例*/
.anli-list{padding: 100px 0;background: #f9f9f9;}
.anli-list ul li{width: 48%;margin-right: 4%;margin-bottom: 4%;} 
.anli-list ul li:nth-child(2n){margin-right: 0%;}
.anli-list ul li .anli-list-c p{line-height: 100px;height: 100px;font-size: 18px;color: #333333;background: #FFFFFF;padding: 0 60px 0 40px;position: relative;
overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

.anli-list ul li .anli-list-c .img img{height: 450px;}

.anli-list ul li .anli-list-c p span{display: none; position: absolute;width: 29px;height: 29px;background: url(../img/jh.png) center center;top: 50%;transform: translateY(-50%);right: 33px;}
.anli-list ul li a:hover .img img{transform: scale(1.1);}
.anli-list ul li a:hover .anli-list-c p{background: #f9f9f9}
.anli-list ul li a:hover .anli-list-c p span{display: block;}

/*新闻视频*/
.nwes-video {padding: 100px 0;}
.nwes-video-list{margin-bottom: 80px;}
.nwes-video-c{padding: 80px 0;border-bottom: 1px solid #e1e1e1;}
.nwes-video-c:first-child{padding:0 0 80px ; }
.nwes-video-c-l{width: 49.3%;margin-right: 11.8%;}
.nwes-video-c-l h2{font-size: 30px; color: #000000;margin-top: 40px;}
.nwes-video-c-l p{font-size: 16px; color: #666666;line-height: 36px;text-align: justify;margin: 40px 0;
height: 72px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.nwes-video-c-l span{display: inline-block;font-size: 16px; color: #FFFFFF;background: #2e5b66;padding: 15px 30px;border-radius: 30px;}
.nwes-video-c-r{width: 38.9%;}
.nwes-video-c-r-i{position:relative}
.nwes-video-c a:hover .nwes-video-c-r .img img{transform: scale(1.1);}

/*新闻详情*/
.nwes-show{padding: 100px 0; background: #f9f9f9;}
.nwes-show-t{border-bottom: 1px solid rgba(153,153,153,0.3);}
.nwes-show-t-c{background: #FFFFFF;padding: 70px;}
.news-show-c-t-l{width: 70%;}
.news-show-c-t-l h2{font-size: 36px;color: #000000;margin-bottom: 30px;}
.news-show-c-t-l p{font-size: 16px;color: #000000;margin-bottom: 40px;}
.news-show-c-t-r-i{text-align: right;}
.news-show-c-t-r-i img:hover{cursor: pointer;}
.news-show-c-t-r .qrcode{position: absolute;right: 0;top: 40px;display: none;}
.news-show-c-t-r .qrcode canvas{width: 100px !important; height: 100px !important;}
.news-show-c-t-r .qrcode img{width: 100px;}
.nwes-show-b{padding-top: 40px}
.nwes-show-b p{font-size: 18px;color: #666666;line-height: 30px;text-align: justify;}
.nwes-show-b img{max-width: 100%;}

.prev-next{margin-top: 60px;}
.prev-next ul li a{width: 40px;height: 40px;display: inline-block;border-radius: 100%;}
.prev-next ul li:first-child a{background: url(../img/xq-l.png) center center;}
.prev-next ul li:first-child a:hover{background: url(../img/xq-l1.png) center center;}
.prev-next ul li:nth-child(2) a{background: url(../img/xq-fh.png) center center;}
.prev-next ul li:nth-child(2) a:hover{background: url(../img/xq-fh1.png) center center;}
.prev-next ul li:last-child a{background: url(../img/xq-r.png) center center;}
.prev-next ul li:last-child a:hover{background: url(../img/xq-r1.png) center center;}

/*产品特色*/
.cpts{padding: 100px 0;}
.cpts-list-c{background: #f9f9f9;margin-bottom: 50px;}
.cpts-list-c-l {width: 50%;float: left;}
.cpts-list-c-l .img img{height: 480px;}
.cpts-list-c-r{padding: 60px 5%;width: 40%;float: right;}
.cpts-list-c:nth-child(2n) .cpts-list-c-l {float: right;}
.cpts-list-c:nth-child(2n) .cpts-list-c-r {float: left;}
.cpts-list-c-r-t h2{font-size: 24px;color: #010101;margin-bottom: 25px;}
.cpts-list-c-r-t p{font-size: 18px;color: #666666;line-height: 36px;
height: 36px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.cpts-list-c-r-b{margin: 30px 0;height: 144px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.cpts-list-c-r-b p{font-size: 18px;color: #666666;line-height: 36px;}
.cpts-list-c span{display: inline-block;font-size: 16px; color: #FFFFFF;background: #2e5b66;padding: 15px 30px;border-radius: 30px;}
.cpts-list-c a:hover .img img{transform: scale(1.1);}

/*新闻*/
.news-list{padding: 100px 0;}
.news-list-top{margin-bottom: 100px;}
.news-list-top-l{width: 47.2%;margin-right: 5.6%;}
.news-list-top-l .img{display: none;}
.news-list-top-l .img img{height: 428px;}
.news-list-top-l .img:hover{cursor: pointer;}
.news-list-top-l .img:hover img{transform: scale(1.1);}
.news-list-top-r{width: 47.2%;}
.news-list-top-r-t{border-bottom: 1px solid #e1e1e1;padding: 40px 0;position: relative;}
.news-list-top-r-t:before{content: "";position: absolute;left: 0;width: 0%;height: 1px;background: #2e5b66;bottom: -1px;z-index: 10;
transition:width 1s;
-webkit-transition:width 1s; /* Safari */}
.news-list-top-r-t:hover:before{width: 100%;}
.news-list-top-r-t:hover h2{color: #2e5b66;}



.news-list-top-r-t:nth-child(1){padding:0 0 40px 0;}
.news-list-top-r-t h2{font-size: 24px;color: #000000;font-weight: 400;
height: 31px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news-list-top-r-t p{font-size: 16px;color: #666666;margin-top: 23px;}
/*.news-list-top-r-t h2:hover{color: #2e5b66;}*/

.news-list-bottom ul li {width: 47.2%;margin-right: 5.6%;margin-bottom: 40px;background: #f9f9f9;}

.news-list-bottom ul li:nth-child(2n){margin-right: 0%;}
.news-list-bottom-t {padding: 40px 30px;position: relative;z-index: 10;}
.news-list-bottom-t h2{font-size: 24px;color: #000000;line-height: 40px;font-weight: 400;
height: 80px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-list-bottom-t p{font-size: 16px;color: #666666;margin-top: 20px;}
/*.news-list-bottom ul li a:hover .news-list-bottom-t{background: #2e5b66;}*/
.news-list-bottom ul li a:hover .news-list-bottom-t h2{color: #FFFFFF;}
.news-list-bottom ul li a:hover .news-list-bottom-t p{color: #FFFFFF;}
.news-list-bottom ul li a{position: relative;}
.news-list-bottom ul li a:before{content: "";position: absolute;right: 0;height: 100%;width: 0%;z-index: 4;background: #2e5b66;
transition:width 1s;
-webkit-transition:width 1s; /* Safari */}
.news-list-bottom ul li a:hover:before{width: 100%;}



/*联系我们*/
.lxwm{padding: 100px 0;background: #f9f9f9;}
.lxwm-c{margin-bottom: 80px;}
.lxwm-c:last-child{margin-bottom:0px;}
.lxwm-c-t{margin-bottom: 60px;}
.lxwm-c-t h2{font-size: 30px;color: #000000;}
.lxwm-c-b{padding: 90px 50px 60px;background: #FFFFFF;border-top: 4px solid #2e5b66;}
.lxwm-c-b p{font-size: 16px;color: #000000;text-align: justify;line-height: 30px;}
.lxwm-c-b p img{margin-bottom: 25px;}
.lxwm-c-b-ewm{margin-top: 50px;}
.lxwm-c-b-ewm ul{justify-content: flex-start}
.lxwm-c-b-ewm ul li{margin-right: 65px;}
.lxwm-c-b-ewm ul li p{font-size: 18px;color: #666666;text-align: center;margin-top: 30px;}

/*产品*/
.chanpin{padding: 100px 0;background: #f9f9f9;}
.chanpin ul.flex-list li{width: 31.25%; margin-right: 3.125%;margin-bottom: 60px;}
.chanpin ul.flex-list li:nth-child(3n){margin-right: 0%;}
.chanpin ul.flex-list li p{font-size: 18px;color: #333333;line-height: 100px;text-align: center;background: #FFFFFF;padding: 0 20px;}
.chanpin ul.flex-list li a:hover .img img{transform: scale(1.1);}
.chanpin ul.flex-list li a:hover p{background: #2e5b66;color: #FFFFFF;}

/*案例详情*/
.alxq-h{height: 95px;width: 100%; background: rgba(0,0,0,0.6);}
.alxq-c{background: #f9f9f9;}
.alxq-c-l{width: 65%;}
.alxq-c-l .alxq-list{padding: 60px 100px;position: relative;}

.alxq-c-l .alxq-list .swiper-slide .img img{height: 600px;width: auto;margin: auto;}


.alxq-c-l .alxq-list .swiper-slide:hover{cursor: pointer;}
.alxq-c-l .alxq-list .swiper-slide:hover .img img{transform: scale(1.1);}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{display: none;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{display: none;}
.alxq-c-l .alxq-list .swiper-button-prev{left: 30px;}
.alxq-c-l .alxq-list .swiper-button-next{right: 30px;}


.alxq-c-r{width: 35%;background: #FFFFFF;}
.alxq-c-r-c{padding: 60px;}
.alxq-c-r-c-t{margin-bottom: 50px;}
.alxq-c-r-c-t h2{font-size:20px;color: #333333;line-height: 30px;}
.alxq-c-r-c-b p{font-size: 18px;color: #333333;line-height: 30px;}

/*产品详情*/
.cpxq{padding: 100px 0;}
.cpxq-top{margin-bottom: 100px;}
.cpxq-top-l{width: 38%;margin-right: 7%;}
.cpxq-top-l .swiper-pagination .swiper-pagination-bullet-active{background: #2e5b66;}
.cpxq-top-l .swiper-slide:hover{cursor: pointer;}
.cpxq-top-l .swiper-slide:hover .img img{transform: scale(1.1);}

.cpxq-top-r{width: 55%;}
.cpxq-top-r-t{padding-bottom: 30px;border-bottom: 1px solid #d3d3d4;}
.cpxq-top-r-t h2{font-size: 30px;color: #333333;margin: 10px 0 20px;}
.cpxq-top-r-t p{font-size: 16px;color: #999999;}
.cpxq-top-r-z{padding: 40px 0 25px;}
.cpxq-top-r-z span{font-size: 14px;color: #666666}
.cpxq-top-r-z h2{font-size: 36px;color: #ff0000;margin: 10px 0 0;}
.cpxq-top-r-d{margin-bottom: 30px;}
.cpxq-top-r-d p{font-size: 16px;color: #666666;line-height: 36px;}
.cpxq-top-r-b a{font-size: 18px;display: inline-block;padding: 20px 50px;border-radius: 50px;background: #efc87f;color: #2e5b66;margin-bottom: 20px;}
.cpxq-top-r-b p{font-size: 14px;color: #666666;line-height: 30px;}

.cpxq-bottom ul{display: flex;flex-wrap: nowrap;justify-content: space-between;line-height: 80px;height: 80px;border-radius: 80px;border: 1px solid #d1d1d1;background: #f9f9f9;}
.cpxq-bottom ul li{width: 100%;text-align: center;border-radius: 80px;}
.cpxq-bottom ul li a{font-size: 18px;color: #666666;display: block;}
.cpxq-bottom ul li.act{background: #efc87f;border: 1px solid #efc87f;}
.cpxq-bottom ul li.act a{color:#FFFFFF}
.cpxq-bottom ul li:hover {background: #efc87f;border: 1px solid #efc87f;}
.cpxq-bottom ul li:hover a{color:#FFFFFF}

.show-con-c{padding: 80px 100px 0;display: none;}
.show-con-c p{text-align: justify;}
.show-con-c img{max-width: 100%;}
 
/*人才招聘*/
.rczp{padding: 100px 0; }
.jrwm-c-t ul{display:flex;flex-wrap: wrap;justify-content: flex-start;background: #dfdfe9;height: 70px;line-height: 70px;}
.jrwm-c-t ul li{width: 20%;}
.jrwm-c-t ul li:nth-child(1){width: 40%;}
.jrwm-c-t ul li  div p {font-size: 16px;color: #666666;font-weight: bold;}
.jrwm-c-t ul li:nth-child(1) div p{margin-left: 35px;}

.jrwm-c-b{margin-top: 10px;}
.jrwm-c-b ul{display:flex;flex-wrap: wrap;justify-content: flex-start;background: #f6f6f6;height: 90px;line-height: 90px;}
.jrwm-c-b ul li{width: 20%;}
.jrwm-c-b ul li:nth-child(1){width: 40%;}
.jrwm-c-b ul li  div p {font-size: 18px;color: #333333;}
.jrwm-c-b ul li:nth-child(1) div p{margin-left: 35px;font-weight: bold;}
.jrwm-c-b ul li  div p span{width: 47px;height: 47px;background: url(../img/hrx.png) center center;display: inline-block; margin: 20px 20px 0 0;float: right;}
.jrwm-c-b ul:hover{background: #2e5b66;cursor: pointer;}
.jrwm-c-b ul:hover li  div p{color: #FFFFFF;}

.jrwm-c-b .bottom{display: none;}
.jrwm-c-b .bottom h2{font-size: 16px;color: #333333;font-weight: bold;position: relative;margin-bottom: 10px;}
.jrwm-c-b .bottom p{font-size: 16px;color: #666666;line-height: 30px;}
.jrwm-c-b.act .bottom{display: block;padding: 20px 35px;border: 1px solid #e7e8e8;border-top: none;}
.jrwm-c-b.act ul li  div p span{background: url(../img/hrs.png) center center;}
.jrwm-c-b.act ul{background: #2e5b66;}
.jrwm-c-b.act ul li  div p{color: #FFFFFF;}



.layui-flow-more{margin: auto  ;  text-align: center;color: #999;font-size: 14px;   width: 120px;}
.layui-flow-more a{    line-height: 32px;background: #eee; height: 32px;display: block;}
.layui-flow-more a cite{padding: 0 20px;border-radius: 3px;background-color: #eee;color: #333;font-style: normal;}


/*分页*/
.fenye {text-align: center;}
/*.fenye a{display: inline-block;border: 1px solid #d3d3d3;height: 40px;width:40px;line-height: 40px;margin: 0 5px;*/
/*	font-size: 16px;color: #666666;}*/
/*.fenye a:hover{background: #2e4e66; color: #FFFFFF;border: 1px solid #2e4e66;}*/
/*.fenye a.act{background: #2e4e66; color: #FFFFFF;border: 1px solid #2e4e66;}*/
.pagination{
    display: inline-block;
}
.pagination>li{
    display: inline-block;
    margin: 0px 4px;
}
.pagination>li>a, .pagination>li>span{
    display: block;
    border:1px solid #174579;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #2e4e66;
    text-decoration: none;
    background-color: #fff;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2e4e66;
    border-color: #2e4e66;
}

.sj-nav-dh1,.sj_nav{display: none;}

.banner-pc{display: block;}
.banner-wap{display: none;}

@media screen and (max-width:1720px) {
	.ping{max-width: 100%;padding: 0 50px;}
	.section6-l-c{padding: 100px 50px;}
	.section6-r-c{padding: 50px 50px 40px;}
	.section6-r-c-b{padding:0px 50px;}
}

@media screen and (max-width:1600px) {
	.section4 .product .swiper .swiper-slide:nth-child(1){margin-top: 5%; width: 450px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(2){margin-top: 15%; width: 400px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(3){margin-top: 7%; width: 260px !important; }
	.section4 .product .swiper .swiper-slide:nth-child(4){margin-top: 10%; width: 500px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(5){margin-top: 5%; width: 450px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(6){margin-top: 15%; width: 400px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(7){margin-top: 7%; width: 260px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(8){margin-top: 10%; width: 500px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(9){margin-top: 5%; width: 450px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(10){margin-top: 15%; width: 400px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(11){margin-top: 7%; width: 260px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(12){margin-top: 10%; width: 500px !important;}
}

@media screen and (max-width:1440px) {
	.banner .swiper-slide .home-c h2{font-size: 100px;}
	.banner .swiper-slide .home-c p{font-size: 50px;}
	.screen2-r{margin-top: -50px;}
	.screen2-r-t2{height: 600px;}
	.content{max-width: 1200px;}
	
	.section4 .product .swiper .swiper-slide:nth-child(1){margin-top: 5%; width: 400px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(2){margin-top: 15%; width: 350px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(3){margin-top: 7%; width: 200px !important; }
	.section4 .product .swiper .swiper-slide:nth-child(4){margin-top: 10%; width: 450px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(5){margin-top: 5%; width: 400px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(6){margin-top: 15%; width: 350px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(7){margin-top: 7%; width: 200px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(8){margin-top: 10%; width: 450px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(9){margin-top: 5%; width: 400px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(10){margin-top: 15%; width: 350px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(11){margin-top: 7%; width: 200px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(12){margin-top: 10%; width: 450px !important;}
	
	.sh_banner h2{font-size: 40px;}
	/*关于我们*/
	.gywm-t-h2 h2{font-size: 34px;}
	.gywm-l{width: 50.9%;}
	.gywm-r{width: 40.8%;}
	.gywm-r .video-img{top: 80px;}
	.gsln-c{margin-top: 70px;}
	
	/*产品特色*/
	.cpts{padding: 90px 0;}
	.cpts-list-c{margin-bottom: 40px;}
	.cpts-list-c-l .img img{height: 392px;}
	.cpts-list-c-r{width: 42%; padding: 40px 4%;}
	.cpts-list-c-r-t h2{margin-bottom: 10px;}
	.cpts-list-c-r-b{margin: 20px 0;}
	
	/*新闻*/
	.news-list{padding: 90px 0;}
	.news-list-top-r-t{padding: 25px 0;}
	.news-list-top-r-t:nth-child(1){padding:0 0 25px 0;}
	.news-list-top{margin-bottom: 60px;}
	.news-list-top-l .img img{height: 353px;}
	
	.gywm,.gsln{padding: 90px 0 80px;}
	.ryzz{padding: 90px 0 ;}
	/*案例*/
	.anli-list{padding: 90px 0;}
	.anli-list ul li .anli-list-c .img img{height: 400px;}
	
	.nwes-video {padding: 90px 0;}
	.nwes-show{padding: 90px 0;}
	/*联系我们*/
	.lxwm{padding: 90px 0;}
	
	/*产品*/
	.chanpin{padding: 90px 0;}
	.chanpin ul.flex-list li{margin-bottom: 40px;}
	.chanpin ul.flex-list li p{    line-height: 80px;    font-size: 16px;}
	
	/*产品详情*/
	.cpxq{padding: 90px 0;}
	.cpxq-top{margin-bottom: 90px;}
	.cpxq-top-l{width: 45%;margin-right: 5%;}
	.cpxq-top-r{width: 50%;}
	.cpxq-top-r-z{padding: 30px 0 20px;}
	
	/*人才招聘*/
	.rczp{padding: 90px 0; }
}
@media screen and (max-width:1366px) {
	.section4 .product .swiper .swiper-slide:nth-child(1){margin-top: 5%; width: 350px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(2){margin-top: 15%; width: 300px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(3){margin-top: 7%; width: 250px !important; }
	.section4 .product .swiper .swiper-slide:nth-child(4){margin-top: 10%; width: 400px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(5){margin-top: 5%; width: 350px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(6){margin-top: 15%; width: 300px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(7){margin-top: 7%; width: 250px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(8){margin-top: 10%; width: 400px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(9){margin-top: 5%; width: 350px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(10){margin-top: 15%; width: 300px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(11){margin-top: 7%; width: 250px !important;}
	.section4 .product .swiper .swiper-slide:nth-child(12){margin-top: 10%; width: 400px !important;}
	
	.screen2-r{margin-top: -10px;}
	
	.section3-c{margin-top: 200px;}
	.section5-c{margin-top: 200px;}
	
	.sh_banner h2{font-size: 36px;}
	/*关于我们*/
	.gywm-t-h2 h2{font-size: 32px;}
	
	.gywm-r .video-img{top: 80px;}
	/*新闻视频*/
	.nwes-video-c-l h2{margin-top: 20px;}
	.nwes-video-c-l p{margin: 30px 0;}
	.nwes-video-c{padding: 60px 0;}
	.nwes-video-c:first-child{padding: 0 0 60px;}
	.nwes-video-list{margin-bottom: 60px;}
	#bf{width: 50px;height: 50px;}
	
	/*新闻详情*/
	
	.nwes-show-t-c{padding: 50px;}
	.news-show-c-t-l h2{font-size: 32px;}
	.prev-next{margin-top: 40px;}
	
	
	
}

@media screen and (max-width:1200px) {
	.content{max-width: 1024px;}
	.sh_banner h2{font-size: 30px;}
	.sh_banner_content.ej{top: 75%;transform: translateY(-75%);}
	.sh_banner_content .ej-nav{    margin-top: 30px;}
	.screen2-r{margin-top: 35px;}
	.nav-top-c{width: 65%;}
	/*关于我们*/
	.gywm-t-h2 h2{font-size: 30px;}
	.gywm,.gsln{padding: 60px 0;}
	.gywm-r .video-img{top: 110px;}
	.gywm-l-c{margin: 40px 0;}
	.gsln-c{margin-top: 50px;}
	.ryzz .swiper{padding: 50px 0 0;}
	.ryzz{padding: 60px 0 ;}	
	.gywm-l-b ul li p span{font-size: 40px;}
	.gywm-r #video{height: 400px;}
	.gsln-c-c img{margin-bottom: 20px;}
	
	/*案例*/
	.anli-list{padding: 60px 0;}
	.anli-list ul li .anli-list-c .img img{height: 380px;}
	
	/*新闻视频*/
	.nwes-video {padding: 60px 0;}
	.nwes-video-c-l h2{    font-size: 28px;margin-top: 10px;}
	.nwes-video-c-l p{    margin: 20px 0;}
	.nwes-video-c-l span{padding: 10px 20px;font-size: 14px;}
	.nwes-video-list{margin-bottom: 40px;}
	.nwes-video-c{padding: 40px 0;}
	.nwes-video-c:first-child{padding: 0 0 40px;}
	
	/*新闻详情*/
	.nwes-show{padding: 60px 0;}
	.news-show-c-t-l h2{      margin-bottom: 20px;  font-size: 30px;}
	.news-show-c-t-l p{margin-bottom: 30px;}
	.nwes-show-b{padding-top: 30px;}
	
	/*产品特色*/
	.cpts{padding: 60px 0;}
	.cpts-list-c-l .img img{height: 334px;}
	.cpts-list-c-r-t h2{font-size: 22px;}
	.cpts-list-c-r-t p{font-size: 14px;line-height: 30px;height: 30px;}
	.cpts-list-c-r-b{margin: 10px 0;height: 126px;}
	.cpts-list-c-r-b p{font-size: 14px;line-height: 30px;}
	.cpts-list-c span{padding: 10px 20px;font-size: 14px;}
	
	/*新闻*/
	.news-list{padding: 60px 0;}
	.news-list-top-r-t{padding: 20px 0;}
	.news-list-top-r-t:nth-child(1){padding:0 0 20px 0;}
	.news-list-top{margin-bottom: 40px;}
	.news-list-top-r-t h2{font-size: 22px;}
	.news-list-top-r-t p{margin-top: 17px;}
	.news-list-bottom-t h2{font-size: 22px;}
	.news-list-top-l .img img{height: 310px;}
	/*联系我们*/
	.lxwm{padding: 60px 0;}
	.lxwm-c{    margin-bottom: 30px;}
	.lxwm-c-t{margin-bottom: 30px;}
	.lxwm-c-t h2{font-size: 22px;}
	.lxwm-c-b p img{margin-bottom: 15px;}
	.lxwm-c-b{padding: 50px 40px 40px;}
	.lxwm-c-b-ewm{    margin-top: 20px;}
	.lxwm-c-b-ewm ul li p{margin-top: 15px;    font-size: 16px;}
	
	/*产品*/
	.chanpin{padding: 60px 0;}
	/*产品详情*/
	.cpxq{padding: 60px 0;}
	.cpxq-top{margin-bottom: 60px;}
	.cpxq-top-r-t{padding-bottom: 20px;}
	.cpxq-top-r-t h2{font-size: 22px;margin: 0px 0 10px;}
	.cpxq-top-r-z{padding: 20px 0 10px;}
	.cpxq-top-r-z h2{font-size: 30px;}
	.cpxq-top-r-d{margin-bottom: 20px;}
	.cpxq-top-r-b a{    padding: 18px 40px;}
	.cpxq-bottom ul{line-height: 70px;height: 70px;}
	.show-con-c{padding: 40px 40px 0;}
	/*人才招聘*/
	.rczp{padding: 60px 0; }
	
}
@media screen and (max-width:1024px) {
	.content{max-width: 100%;margin: 0 20px;}
	.nav-top{display: none;}
	
	.sj-nav-dh1{display: block;position: absolute;top: 0;left: 0;height: 75px;z-index: 10000;width: 100%;    background: rgba(0,0,0,.2);}
	.sj-nav-show{position: fixed}
	#nav-dh1{display: none;}
	.sj-nav-c{display:flex;flex-wrap: nowrap;justify-content: space-between;line-height: 75px;height: 75px;position: relative;}
	.sj-nav-c a{margin-left: 20px;color: #666666;display: inline-block;}
	.sj-nav-c a span{width: 48px;border-radius: 15px;height: 30px;padding: 5px 10px;}
	.sj-nav-c a span.act{background: #262a6a;color: #fff ;}
	.sj-nav-c a:hover span{background: #262a6a;color: #fff ;}

	.sj-nav-c-r .Fast-Navigation-btn {margin-top: 22px;float: right;background: url(../img/Fast-Navigation.svg) center no-repeat;  cursor: pointer;width: 30px;height: 30px;  }
    .sj-nav-c-r .Fast-Navigation-btn.act{background: url(../img/Fast-Navigation2.svg) center no-repeat;}
	.sj_nav{ overflow: auto;   height: 100%;position: fixed;left: 0;background: rgba(0,0,0,.8);width: 100%;z-index: 1000;padding-top: 75px;}
    .sj_nav a{  color:#FFFFFF;  display: block; line-height: 48px; font-size: 16px;width: 100%;padding:  0 25px;box-sizing: border-box;font-weight: bold;}
	.sj_nav ul li p{display:flex;position:relative}
	.sj_nav ul li p.act{ border-bottom: 2px solid #FFFFFF;}
	.sj_nav ul li p.act a{color:#FFFFFF;}
	.sj_nav ul li p a{flex:1}
	.sj_nav ul li div{display:none;padding-left:20px;}
	.sj_nav ul li div a{line-height:32px;font-size:14px}
	.sj_nav ul li div a.act{color:#FFFFFF;}
	
	.sj_nav ul li p span{
		display: block;width: 42px;height: 26px;position: absolute;right: 26px;top: 13px;background: url(../img/navjt.png) center right no-repeat;background-size: contain; 
	}
	.sj_nav ul li p span.act{ 
		background: url(../img/navjt2.png) center right no-repeat;background-size: contain;
	}	
	
	
	.sj-nav-c a{    margin-left: 12px;}
	
	
	.ping{padding: 0 30px;}
	
	.banner-pc{display: none;}
	.banner-wap{display: block;}
	.banner-wap .swiper-slide img{object-fit: initial;}
	.banner .swiper-slide .home-c h2{font-size: 50px;}
	.banner .swiper-slide .home-c p{font-size: 30px;}
	.banner .swiper-button-prev,.banner .swiper-button-next{display: none;}
	
	.banner .swiperbottom .swiper-pagination{width: 300px;justify-content: space-between;}
	.banner .swiperbottom .swiper-pagination .swiper-pagination-bullet:last-child{margin-right:0;}
	
	
	
	
	
	
	
	.screen2-l{width: 100%;margin: 0 0%;    text-align: justify;}
	.screen2-l-a {text-align: center;}
	.screen2-2 .screen2-r{display: none;}
	.section3-c{padding: 0 30px;}
	.section3-c .section3-c-ljgd a{margin: 30px 0 30px;}
	
	.section4 .product{display: none;}
	.section4 .product-wap{display: block;}
	.product-wap{padding: 0 30px 0;height: 100vh;}
	.product-wap .swiper{padding-top: 10%;    padding-bottom: 50px;transition: .8s all;transform: translateY(200%);opacity: 0;}
	.product-wap .swiper-slide .bottom p{text-align: center;font-size: 24px;line-height: 50px;background: #ffffff;padding: 20px;height: 46px;
	overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;color: #71a972;
	}
	
	.section4.active .product-wap .swiper{transform: translateY(0);opacity: 1;}
	
	.product-wap .swiper-pagination .swiper-pagination-bullet-active{background: #2e5b66;}
	
	/*.section4 .product-wap .more{bottom: 20%;}*/
	.section6-l-c-img,.section6-l-c-t{width: 100%;}
	.section6-l-c{padding: 50px 50px;}
	.section6-l-c-t{padding-left:0}
	.section6-l-c-t p{font-size: 34px;margin: 20px 0 60px;}
	
	.section3-pc{display: none;}
	.section3-wap{display: block;}
	.section3-wap .swiper-slide{width: 100%;height: 100vh;background-size: cover;}
	/*.section3-wap .swiper-slide.swiper-slide-active{animation: tab_boxx 3s linear infinite alternate both;}*/
	
	.section3-wap .section3-c {padding: 0 90px;text-align: center;margin-top: 30%;transition: .8s all;transform: translateY(200%);opacity: 0;}
	.section3-wap .section3-c .img-c{height: 36px;}
	.section3-wap .section3-c .img-c{opacity:1}
	.section3-wap .section3-c .section3-c-t{display: inline-block;}
	.section3-wap .section3-c h2{font-size: 30px;color: #ffffff;padding: 20px 0 10px;}
	.section3-wap .section3-c span{font-size: 14px;color: #ffffff;}
	.section3-wap .section3-c .section3-c-ljgd{opacity:1}
	.section3-wap .section3-c .section3-c-ljgd a{font-size: 14px;color: #ffffff;padding: 10px 20px;border: 1px solid #FFFFFF;border-radius: 20px;margin: 60px 0 50px;display: inline-block;}
	.section3-wap .section3-c .section3-c-ljgd p{font-size: 14px;color: #ffffff;line-height: 30px;text-align: justify;}
	.section3-wap .section3-c:hover {cursor: pointer;}
	.section3-wap .swiper-pagination .swiper-pagination-bullet-active{background: #FFFFFF;}
	.section3.active .section3-wap .section3-c{transform: translateY(0px);opacity: 1;}
	
	.sh_banner .sh_banner_content{top: 50%;transform: translateY(-50%);}
	.sh_banner img{height: 320px;object-fit: cover;}
	.sh_banner_content.ej{top: 70%;transform: translateY(-70%);}
	.sh_banner_content .ej-nav{    margin-top: 20px;}
	.sh_banner_content .ej-nav a{font-size: 14px;line-height: 40px;    padding: 10px 10px;}
	
	#bf{width: 40px;height: 40px;}
	.gywm-t-h2 h2{font-size: 24px;padding-bottom: 20px;}
	/*关于我们*/
	.gywm, .gsln,.ryzz{padding: 30px 0;}
	.gywm-l,.gywm-r{width: 100%;margin-right:0}
	.gywm-l-c{margin: 20px 0;}
	.gywm-l-c p{font-size: 14px;    line-height: 28px;}
	.gywm-l-b ul li p{    font-size: 16px;}
	.gywm-l-b ul li p span{font-size: 26px;}
	.gywm-r .video-img{top: 30px;}
	.gywm-r #video{height: auto;}
	.gsln-c{margin-top: 30px;}
	.gsln-c ul li{width: 100%;margin-right: 0;margin-bottom: 20px;}
	.gsln-c ul li:last-child{margin-bottom: 0px;}
	.gsln-c-c h2{font-size: 20px;padding-bottom: 15px;margin-bottom: 15px;}
	.ryzz .swiper{padding: 30px 0 0;}
	.ryzz-an{    margin-top: 20px;height: 40px;width: 90px;}
	.ryzz-an .swiper-button-prev{width: 40px;height: 40px;border-radius: 40px;}
	.ryzz-an .swiper-button-next{width: 40px;height: 40px;border-radius: 40px;}
	.ryzz-tanchu {display: none; width: 360px;}
	
	/*案例*/
	.anli-list{padding: 30px 0;}
	.anli-list ul li{width: 100%;margin-right: 0;margin-bottom: 30px;}
	.anli-list ul li .anli-list-c p{font-size: 16px;line-height: 80px;height: 80px;}
	.anli-list ul li .anli-list-c p span{width: 20px;height: 20px;}
	.anli-list ul li .anli-list-c .img img{height: auto;}
	

	/*新闻视频*/
	.nwes-video {padding: 30px 0;}
	.nwes-video-c-l,.nwes-video-c-r{width: 100%;margin-right: 0;}
	.nwes-video-c-l h2{font-size: 24px;margin-top: 0px;}
	.nwes-video-c-l p{    font-size: 14px;line-height: 28px;height: 86px;-webkit-line-clamp: 3;}
	.nwes-video-c-r-i{margin-top: 30px;}
	.nwes-video-c{padding: 30px 0 40px;}
	.nwes-video-c:first-child{padding: 0 0 30px;}
	.nwes-video-list{    margin-bottom: 30px;}
	
	/*新闻详情*/
	.nwes-show{padding: 30px 0;}
	.nwes-show-t-c{padding: 20px;}
	.news-show-c-t-l{width: 100%;}
	.news-show-c-t-r{display: none;}
	.news-show-c-t-l h2{font-size: 22px;margin-bottom: 15px;}
	.news-show-c-t-l p{margin-bottom: 20px;}
	.nwes-show-b{    padding-top: 20px;}
	.nwes-show-b p{    font-size: 14px;    line-height: 28px;}
	.prev-next{margin-top: 20px;}
	
	/*产品特色*/
	.cpts{padding: 30px 0;}
	.cpts-list-c{margin-bottom: 30px;}
	.cpts-list-c-l{width: 100%;}
	.cpts-list-c-l .img img{height: auto;}
	.cpts-list-c-r{width: 88%;padding: 30px 6%;}
	.cpts-list-c:nth-child(2n) .cpts-list-c-l {float: initial;}
	.cpts-list-c:nth-child(2n) .cpts-list-c-r {float: initial;}
	
	/*新闻*/
	.news-list{padding: 30px 0;}
	.news-list-top-l{width: 100%;margin-right:0}
	.news-list-top-r{width: 100%;}
	.news-list-top-r-t:nth-child(1){padding:20px 0;}
	.news-list-top-r-t h2{font-size: 16px;height: 24px;}
	.news-list-top-r-t p{font-size: 14px;margin-top: 10px;}
	.news-list-top{margin-bottom: 30px;}
	.news-list-bottom ul li{width:100%;margin-right:0;margin-bottom: 20px;}
	.news-list-bottom-t{padding: 20px;}
	.news-list-bottom-t h2{font-size: 16px;line-height: 30px;height: 60px;}
	.news-list-bottom-t p{    font-size: 14px;    margin-top: 10px;}
	.news-list-top-l .img img{height: 220px;width: auto;margin: auto;max-width: 100%;}
	/*联系我们*/
	.lxwm{padding: 30px 0;}
	.lxwm-c-t{margin-bottom: 30px;}
	.lxwm-c-t h2{font-size: 20px;}
	.lxwm-c-b{padding: 30px 20px;}
	.lxwm-c-b p{font-size: 14px;line-height: 28px;}
	.lxwm-c-b-ewm ul li{margin-right: 20px;}
	.lxwm-c-b-ewm ul li p{margin-top: 10px;font-size: 14px;}
	
	/*产品*/
	.chanpin{padding: 30px 0;}
	.chanpin ul.flex-list li{margin-bottom: 30px;}
	.chanpin ul.flex-list li p{line-height: 60px;font-size: 14px;}
	
	/*案例详情*/
	.alxq-h{height: 75px;}
	.alxq-c-l,.alxq-c-r{width: 100%;}
	.alxq-c-l .alxq-list{padding: 30px 50px;}
	.alxq-c-l .alxq-list .swiper-slide .img img{height: 400px;width: auto;margin: auto;max-width: 100%;}
	.alxq-c-l .alxq-list .swiper-button-prev{left: 10px;}
	.alxq-c-l .alxq-list .swiper-button-next{right: 10px;}
	.alxq-c-l .alxq-list .swiper-button-prev img{width: 20px;}
	.alxq-c-l .alxq-list .swiper-button-next img{width: 20px;}
	.alxq-c-r-c{padding: 30px 20px;}
	.alxq-c-r-c-t{margin-bottom: 20px;}
	.alxq-c-r-c-b p{line-height: 28px;  font-size: 14px;}
	
	/*产品详情*/
	.cpxq{padding: 30px 0;}
	.cpxq-top{margin-bottom: 30px;}
	.cpxq-top-l{width: 100%;margin-right: 0;}
	.cpxq-top-r{width: 100%;}
	.cpxq-top-r-t{margin-top: 20px;}
	.cpxq-top-r-z h2{font-size: 26px;}
	.cpxq-top-r-d p{   line-height: 28px; font-size: 14px;}
	.cpxq-top-r-b a{    font-size: 14px;    padding: 12px 30px;}
	.cpxq-bottom ul{    line-height: 50px;height: 50px;}
	.cpxq-bottom ul li a{    font-size: 16px;}
	.show-con-c{padding: 20px 20px 0;}
	
	/*人才招聘*/
	.rczp{padding: 30px 0; }
	.jrwm-c-t ul{height: 50px;line-height: 50px;}
	.jrwm-c-t ul li div p{font-size: 14px;}
	.jrwm-c-t ul li:nth-child(1){width: 50%;}
	.jrwm-c-t ul li:nth-child(1) div p{margin-left: 20px;}
	.jrwm-c-t ul li:nth-child(2){display: none;}
	.jrwm-c-t ul li:nth-child(3){display: none;}
	.jrwm-c-t ul li:nth-child(4){width: 50%;}
	
	.jrwm-c-b ul{height: 60px;line-height: 60px;}
	.jrwm-c-b ul li div p{font-size: 14px;}
	.jrwm-c-b ul li:nth-child(1){width: 50%;}
	.jrwm-c-b ul li:nth-child(1) div p{margin-left: 20px;}
	.jrwm-c-b ul li:nth-child(2){display: none;}
	.jrwm-c-b ul li:nth-child(3){display: none;}
	.jrwm-c-b ul li:nth-child(4){width: 50%;}
	.jrwm-c-b ul li div p span{width: 20px;height: 20px;border-radius: 20px;}
	
	.jrwm-c-b.act .bottom{padding:20px}
	.jrwm-c-b .bottom p{font-size: 14px;}
	
}

@media screen and (max-width:820px) {
	.banner .swiper-slide .home-c h2{    font-size: 30px;}
	.banner .swiper-slide .home-c p{    font-size: 20px;}
	.product-wap .swiper{padding-top: 30%;}
	.section5{height: auto;}
	.section5 .ping{height: auto;}
	/*.section5 .flex-list {padding-top: 100px;}*/
	.section5-c{width: 100%;margin-top: 20px;}
	.section5.active .section5-c:hover{transform: translateY(-10px)}
	.section5-c-t span{font-size: 24px;}
	.section5-c-t h2{margin: 20px 0;line-height: 16px;    height: 16px;}
	.section5-c-t p{    font-size: 14px;line-height: 22px;height: 44px;}
	.section5-c img{display: none;}
	/*.section5 .more{margin-top: 10%;}*/
	.section6-l,.section6-r{width: 100%;}
	.section6-l-c{padding: 30px 30px 50px;}
	.section6-l-c-t span{font-size: 22px;margin-top: 10px;display: inline-block;}
	.section6-l-c-t p{font-size: 30px;    margin: 0px 0 15px;}
	.section6-r-c{padding: 30px 30px 10px;}
	.section6-r-c-b{padding: 0px 30px;}
	.section6-r-c-b-l{width: 80%;}
	.section6-r-c-b-l p{line-height: 30px;padding-bottom: 20px;}
	.section6-r-c-nav a{font-size: 14px;line-height: 30px;}
	.section6-r-c-link p{font-size: 16px;}
	.section6-r-c-link div a{font-size: 14px;line-height: 30px;}
	
	/*.screen2{height: 100%;}*/
	.screen2-l-top ul li p{margin-top: 20px;padding-top: 20px;font-size: 14px;}
	.screen2-l-top ul li p span{font-size: 26px;}
	.screen2-l-p p{margin: 50px 0;}
	.ryzz-tanchu {display: none; width: 240px; }
	
	/*产品*/
	.chanpin ul.flex-list li{width: 100%;margin-right: 0;}
	
	.section6-r-c-ewm ul{margin-top: 15px;}
}