.mar1 {margin-top: 1%;}
.mar2 {margin-top: 2%;}
.mar3 {margin-top: 3%;}
.mar4 {margin-top: 4%;}
.mar5 {margin-top: 5%;}
.center {text-align: center;}
.upp {text-transform: uppercase;}
.right {text-align: right;}
.white h3,.white p {color: #fff;}
.white i {background: #fff;}
.contact img {width: auto;max-width: 100%; height: auto !important;}
.row1 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:1;}
.row2 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
.row3 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:3;}
.row4 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:4;}
.row5 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:5;}
.row6 {overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical;-webkit-box-orient: vertical;-webkit-line-clamp:6;}
.banner {max-height:850px;overflow: hidden;position: relative;}
.banner .swiper-pagination1 {bottom:10px;position: absolute;text-align: center;z-index:9;width: 100%;}
.banner .pagination {position: absolute;left: 0;text-align: center;bottom: 5px;width: 100%;z-index:9;}
.banner .swiper-pagination-bullet {display: inline-block;width: 6px;height: 6px;opacity:1;border-radius: 10px;background: white;margin: 0 3px;cursor: pointer;transition: width 0.3s ease-in-out;}
.banner .swiper-pagination-bullet-active{background: #ead0ac;width:22px;}

.sub {background: #1e8f23;}
.sub-nr {padding:1.5% 0;text-align: center;}
.search {width: 60%;height: 35px;display: flex;align-items: center;justify-content: space-between;border: 1px solid rgba(191,191,191,.15);border-radius:17.5px;margin: 0 auto;}
.search input {width: 85%;height: 35px;padding: 0 20px;font-size: 14px;color: #fff;}
.search input::-webkit-input-placeholder{color:#fff;}
.search button {width: 15%;height: 35px;background:rgba(255,255,255,.15);border-radius: 17.5px;display: flex;align-items: center;justify-content: center;}

/*--   Main Products  sub1--*/
.sub1 {background: url(../img/sub1-bg.jpg) no-repeat right top;background-size: 100% auto;}
.sub1-nr {padding: 3% 0;max-width:1673px;margin: 0 auto;}
.sub1-item {display: flex;justify-content: space-between;align-items: center;}
.sub1-img {width: 64.8%;}
.sub1-list {width:50%;text-align: center;position: relative;z-index: 2;}
.sub1-nr .sub1-item:nth-child(2n-1) .sub1-list {margin-right: -16.8%;}
.sub1-list h5 {font-family: 'PS-Aelyn';font-size: 38px;color: #191919;text-transform: uppercase;}
.sub1-list span {color: #959595;font-family:'Raleway';text-transform: uppercase;margin-top: 10px;display: block;}
.sub1-list h4 {font-size: 52px;font-family: 'PS-Aelyn';color: #191919;text-transform: uppercase;margin-top:5%;max-width: 330px;margin: 5% auto 0;}
.sub1-list p {line-height: 33px;color: #848484;max-width: 50%;margin:4% auto 0;display: block;}
.sub1-list a,.sub4-btn a,.sub7-btn,.sub9-cont a {display: flex;align-items: center;justify-content: space-between;width: 189px;height: 52px;padding: 0 8px 0 3%;
	background: #1e8f23;color: #fff;margin:6% auto 0;border-radius: 26px;}
.sub1-list a img,.sub4-btn a img,.sub7-btn img,.sub9-cont a img {transition: all 300ms ease-in-out;-webkit-transform:all 300ms ease-in-out;-ms-transform:all 300ms ease-in-out;-o-transform:all 300ms ease-in-out;}
.sub1-list a:hover img,.sub4-btn a:hover img,.sub7-btn:hover img,.sub9-cont a:hover img {transform: translateX(-10px);-webkit-transform: translateX(-10px);-ms-transform:translateX(-10px);
-o-transform:translateX(-10px);}
.sub1-nr .sub1-item:nth-child(2n) .sub1-list {margin-left: -16.8%;}

/*--   Products index  sub2--*/
.sub2-nr {position: relative;}
.sub2-item{cursor: pointer;}
.sub2-list {padding:10px 10px 15px;background: #1e8f23;text-align: left;}
.sub2-img {position: relative; overflow: hidden;}
.sub2-img .img1{width: 100%;height: 100%;position:absolute;top: 0;left: 0;}
.sub2-box{margin-top:20px;position: relative;overflow: hidden;padding-right: 74px;}
.sub2-box p {font-family:'Raleway';font-weight: bold;line-height: 27px;color: #fff;}
.sub2-box span {display: block;margin-top: 5px; font-family:'Raleway';color: #fff;opacity: .39;}
.sub2-box a {display: block;width: 74px;height: 37px;text-align: center;line-height: 37px;background: #fff;
	border-radius: 17.7px;font-size: 14px;color: #1e8f23;position: absolute;right:0;top:50%;margin-top: -18.5px;}
.sub2-nr .btn-rig,.sub2-nr .btn-left{ width:57px; height:57px;cursor: pointer; position: absolute;top:50%;margin-top: -28.5px; z-index: 99;opacity:1;display: block;}
.sub2-nr .btn-rig {right:-5%;background: url(../img/next1.png) no-repeat center center;}
.sub2-nr .btn-left {left:-5%;background: url(../img/prev1.png) no-repeat center center;}
.sub2-item:hover .sub2-img .img1{animation-name: big;-webkit-animation-name: big;-webkit-animation-duration: 0.7s;animation-duration: 0.7s; }
@keyframes big {0% {transform: scale(1);opacity: 1;}100% {transform: scale(1.2);opacity: 0;}}
@-webkit-keyframes big {0% {transform: scale(1);opacity: 1;}100% {transform: scale(1.2);opacity: 0;}}

/*--   Application Industry  sub3--*/
.sub3{padding: 4% 0 3%;}
.sub3-nr {display: flex;justify-content: space-between;flex-wrap: wrap;}
.sub3-item {width: 24.6%;position: relative;overflow: hidden;cursor: pointer;}
.sub3-item::before {content: "";width: 100%;height: 50%;position: absolute;bottom: 0;left:0;background: linear-gradient(to top, rgba(30, 143, 35, 0.8) 0%, rgba(30, 143, 35, .5) 60%, rgba(30, 143, 35, 0) 100%);}
.sub3-box {position: absolute;bottom: 5%;left: 0;width: 100%;height: auto;text-align: center;
	-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.sub3-box h4 {color: #fff;font-family:'PS-Aelyn';font-size: 22px;line-height: 48px;}
.sub3-box p {line-height: 30px;color: #fff;max-width: 70%;display: block;margin: 5% auto 0;opacity: .38;}
.sub3-item:hover .sub3-box {bottom: 10%;}

/*--   Company Profile  sub4--*/
.sub4 {background: #2e2e2e; padding:3% 0;overflow: hidden;}
.sub4-left .title h3 {color: #ffffff;}
.sub4-left .title p {color: #1e8f23;}
.sub4-cont{line-height: 30px;color:rgba(255,255,255,.5);height:450px;padding-right: 30px;overflow: hidden;overflow-x: hidden!important;overflow-y: auto!important;-webkit-overflow-scrolling: touch;}
.sub4-cont::-webkit-scrollbar-thumb {background-color: #1e8f23;height:30px;-webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 2%);}
.sub4-cont::-webkit-scrollbar {width:4px;background:#a5d2a7;}
.sub4-btn {margin-top:5%;}
.sub4-btn a,.sub7-btn {margin: 0;background: #1e8f23;color: #ffffff;font-size: 16px;padding-left:30px;}
.sub4-rig {padding: 0 15px 0 10px;}
.sub4-img {border-radius: 10px;overflow: hidden;}
.sub4-bott {position: relative;}
.sub4-bott .btn-left,.sub4-bott .btn-rig{width:19.6%;height: 100%;border-radius: inherit;overflow: hidden;cursor: pointer; position: absolute;top: 0;z-index: 99;display: block;}
.sub4-bott .btn-left {left: 0;background: rgba(30,143,35,.7) url(../img/prev2.png) no-repeat 80% center;}
.sub4-bott .btn-rig {right: 0;background: rgba(30,143,35,.7) url(../img/next2.png) no-repeat 20% center;}

/*--   首页视频展示  sub5--*/
.sub5 video {width: 100%;height: auto;}

/*--   Our Advantages  sub6--*/
.sub6 {background: url(../img/sub6-bg.jpg) no-repeat left top;}
.sub6-top {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.sub6-item {width: 25%;min-height: 270px;text-align: center;position: relative;padding:6% 3% 0;}
.sub6-item::before {content: "";width: 1px;height: 100%;background:rgba(255,255,255,.14);position: absolute;right: 0;top: 0;}
.sub6-box {display: flex;justify-content: center;}
.sub6-box span {font-size:50px;height: 50px; line-height: 50px; color: #ffffff;font-family: 'Didot';margin-right: 5px;text-transform: uppercase;}
.sub6-box sup {font-size: 34px;height: 34px;color: #ffffff;font-weight: bold;top: 15px;}
.sub6-item p {color: #ffffff;opacity: .48;margin-top:7%;}
.sub6-top .sub6-item:last-child::before {display: none;}
.sub6-bott {display: flex;justify-content: space-between;flex-wrap: wrap;}
.sub6-left {width: 43.5%;}
.sub6-tit {background: #c9e5cb;width: 100%;min-height: 312px;display: flex;align-items: center;justify-content: center;border-radius: 10px;padding-bottom: 72px;}
.sub6-zuo {background: #e8f4e9;border-top-left-radius: 50px;padding-top:55px;position: relative;margin-top:-72px;}
.sub6-list {display: flex;align-items: center;padding: 0 3% 8% 3%;border-bottom: 1px solid #aec4c6;margin-bottom: 8%;position: relative;z-index: 2;}
.sub6-icon {width: 83px;margin-right: 15px;}
.sub6-icon img {transition: .6s; transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
.sub6-cont {max-width: 80%;}
.sub6-cont h5 {font-size: 18px;font-weight: bold;color: #000000;}
.sub6-cont p {line-height: 30px;color: #777777;}
.sub6-rig {width: 55%;padding:7.5% 0 0 8%;position: relative;}
.sub6-rig::before {content: "";width: 133%;height: 100%;background: #e8f4e9;position: absolute;left:0;top: 0;border-top-left-radius: 10px;}
.sub6-rig .sub6-list {margin-bottom: 7.2%;}
.sub6-list:hover .sub6-icon img {transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);}

/*--   Products Case  sub7--*/
.sub7 {background:url(../img/sub7-bg.jpg) no-repeat right top;position: relative;}
.sub7-dw {width:8%;position: absolute;top: 13%;left: 4%;}
.sub7-nr {display: flex;align-items: center; justify-content: space-between;position: relative;z-index: 2;padding:6% 0;}
.sub7-left {width: 65.7%;}
.sub7-rig {width: 29.2%;padding-top:8%;}
.sub7-item {display: block;text-align: left;}
.sub7-item h5 {font-size: 18px;font-weight: bold;color: #ffffff;}
.sub7-word {line-height: 30px;color: #ffffff;opacity: .5;margin-top: 10px;height: 180px;padding-right:5px;overflow: hidden;overflow-x: hidden!important;overflow-y: auto!important;-webkit-overflow-scrolling: touch;}
.sub7-word::-webkit-scrollbar-thumb {background-color: #1e8f23;height:30px;-webkit-box-shadow: inset 0 0 2px rgb(0 0 0 / 2%);}
.sub7-word::-webkit-scrollbar {width:2px;background:#a5d2a7;}
.sub7-btn{margin-top:22%;background: #fff;color:#1e8f23;}
.sub7-btn:hover {color:#1e8f23;}
.swipers {overflow: hidden;}
.sub7-nr .btn-left,.sub7-nr .btn-rig {width: 68px;height: 68px;position: absolute;top: inherit; bottom:20px !important; cursor: pointer;z-index:99;left: inherit !important;opacity: 1;}
.sub7-nr .btn-left {left:0 !important;background:url(../img/prev3.png) no-repeat left top;}
.sub7-nr .btn-rig {left:83px !important;background:url(../img/next3.png) no-repeat left top;}
.sub7-nr .title {width: 29.2%; position: absolute;right: 0;top: 13%;padding-bottom:2%;border-bottom: 1px solid rgba(255,255,255,.16);}
.sub7-nr .title h3 {color: #fff;}
.sub7-nr .title p {color: #ffffff;}
.sub7-img {overflow: hidden;}
.sub7-img::before{background: rgba(255,255,255,0.3);content: "";position: absolute;left: 0;top: 0;width: 100%;height: 0;opacity: 1;z-index: 9;pointer-events: none;}
.sub7-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.sub7-img:hover::before {height: 100%;opacity: 0;-webkit-transition: all 400ms linear;transition: all 400ms linear;}
.sub7-img:hover img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

/*--   Our office  sub8--*/
.sub8-nr .row {margin: 0 -6px;}
.sub8-item {padding: 0 6px;margin-bottom: 12px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.sub8-list {padding: 10px;box-shadow: 0px 2px 10px 0px rgba(1, 58, 59, 0.31);}
.sub8-img {border: 1px solid #fff;border-radius: 10px;overflow: hidden;}
.sub8-item:hover {-webkit-animation: bounce .5s linear 1;animation: bounce .5s linear 1;}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

/*--   OEM  sub9--*/
.sub9 {overflow: hidden;display: flex;justify-content: space-between;}
.sub9-left {width: 49.9%;overflow: hidden;border-top-right-radius: 375.5px;border-bottom-right-radius:375.5px;margin-right: -7.1%;position: relative;z-index: 2;}
.sub9-rig {width: 57.2%;background:url(../img/sub9-bg.png) no-repeat right top;display: flex;align-items: center;padding-left: 13%;}
.sub9-cont {display: block;text-align: left;}
.sub9-cont span {display: block;font-size: 38px;color: #ffffff;font-family: 'PS-Aelyn';text-transform: uppercase;}
.sub9-cont h4 {font-size: 98px;color: #ffffff;color: #ffffff;font-family: 'PS-Aelyn';text-transform: uppercase;margin: 2% 0;}
.sub9-cont p {color: #ffffff;line-height: 30px;font-family: 'Raleway';max-width: 55%;}
.sub9-cont a{background: #fff;margin: 5% 0 0;color: #1e8f23;}

/*--   News  sub10--*/
.sub10{display: flex;justify-content: space-between;}
.sub10-left {width: 43.5%;}
.sub10-nr {overflow: hidden;margin-top:9%;height: 536px;position: relative;}
.sub10-nr .swiper-wrapper {height:536px;}
.sub10-rig {width: 52.9%;}
.sub10-item {cursor: pointer;}
.sub10-list {display: flex;justify-content: space-between; width: 100%;height: 146px;background: #fff;border-radius: 10px;padding:5% 5% 0 20px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .08);}
.sub10-list span {display: flex;align-items: center;justify-content: center; width: 70px;height: 70px;background: #1e8f23;border-radius: 10px;text-align: center;
	font-size: 30px;font-weight: bold;color: #fff;margin-right: 5%;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.sub10-box{text-align: left;width:82%;}
.sub10-box h5 {font-size: 18px;color: #000000;font-weight: bold;line-height: 24px;}
.sub10-box p {font-size: 14px;line-height: 24px;color: #969696;margin-top: 5px;}
.sub10-box time {font-size: 14px;line-height: 26px;color: #5f5f5f;display: block;text-align: right;margin-top: -8px;}
.sub10-item:hover .sub10-list span {background: #47c84d;}


/*--   底部询盘   --*/
.xunpan {background: #d1e6d2;}
.xunpan-cont .row {margin: 0 -10px;}
.xunpan-item {padding: 0 10px;margin-bottom: 20px;}
.xunpan-list {width: 100%;height:61px;display: flex;align-items: center;justify-content: space-between; background: #fff;box-shadow: 0px 2px 27px 0px rgba(21, 67, 137, 0.09);padding: 0 30px;}
.xunpan-list i {color: #ff0000;}
.xunpan-list input {display: block;width:90%;height: 61px;padding: 0 0 0 10px; font-family: 'Arial';}
.xunpan-list input::-webkit-input-placeholder,.xunpan-item1 input::-webkit-input-placeholder {color:rgba(51,51,51,.5);}
.xunpan-list input::-moz-placeholder,.xunpan-item1 input::-moz-placeholder {color:rgba(51,51,51,.5);}
.xunpan-list input::-moz-placeholder,.xunpan-item1 input::-moz-placeholder {color:rgba(51,51,51,.5);}
.xunpan-list input::-ms-input-placeholder,.xunpan-item1 input::-ms-input-placeholder {color:rgba(51,51,51,.5);}
.xunpan-item1 {display: flex;align-items: center;justify-content: space-between;}
.xunpan-item1 input {display: block;width:35%;height: 61px;background: #fff;padding: 0 15px;box-shadow: 0px 2px 27px 0px rgba(21, 67, 137, 0.09);font-family: 'Arial';}
.xunpan-item1 button {display: block;width: 35%;height: 60px;background: #1e8f23;color: #fff;font-family: 'Arial';}
.xunpan-item1 .codeimg {height: 60px;}

/*--   产品列表页   --*/
.pro {display: flex;justify-content: space-between;}
.pro-left {width: 22.7%;}
.accordion {width: 100%;z-index:2;position: relative;}
.element {position:sticky;top:65px;z-index: 99;}
.accordion li {display: block;}
.accordion li i { display: block; position: absolute;right:0;top:0px;background: url(../img/rig.png) no-repeat center center; width:40px; height:100%;cursor: pointer;}
.accordion .acc-li .open i {background: url(../img/up.png) no-repeat center center;width:40px;height:100%;}
.accordion .acc-li .default,.link.open {}
.accordion .acc-li:last-child .link {border-bottom: none;}
.link {padding:0;position: relative;border-bottom: 1px solid rgba(25,80,217,.13);background: #1e8f23;}
.link a {color: #ffffff !important;line-height:42px;padding-left:40px;font-size:16px;display: flex;align-items: center;background: url(../img/li-icon.png) no-repeat 10px center;}
.accordion .acc-li .default, .link.default, .acc-li:hover .link:hover {background: #c0dcc2;}
.accordion .acc-li .default a,.acc-li .link a:hover {color: #ffffff !important;background: url(../img/li-icon1.png) no-repeat 10px center;}
.link a span {display: block;width: 12px;height: 12px;border: 3px solid #fff;border-radius: 50%;margin-right: 15px;}
.submenu-body {background: #227040;}
.submenu-body li a {display: block;line-height:42px;color: #fff !important;padding-left:42px;font-size: 14px;display: flex;align-items: center;border-bottom: 1px solid rgba(25,80,217,.13);}
.submenu-body li:hover a {}
.submenu-body .active a,.submenu-body li:hover a {color: #fff !important;background: #169748;}
.pro-rig {width: 75.7%;}
.pro-nr .row {margin: 0 -5px;}
.pro-item {padding: 0 8px;margin-bottom: 3%;cursor: pointer;}
.pro-img,.bott-img {position: relative;overflow: hidden;}
.pro-img img,.bott-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.pro-list p {text-align: center;color: #1e8f23;line-height: 24px;font-family: 'Raleway';margin-top: 10px;}
.pro-item:hover .pro-img img,.bott-item:hover .bott-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

/*--   产品详情页   --*/
.pro-top {display: flex;justify-content: space-between;}
.big {width: 48.5%;}
.pro-you {width:49%;}
.pro-tit {width: 100%;padding-bottom: 20px;border-bottom: 1px solid #c2d4d6;}
.pro-tit h6 {font-size: 24px;color: #1e8f23;font-family: 'Raleway';font-weight: bold;}
.pro-tit p {font-size: 18px;color: #666666;font-family: 'Raleway';margin-top: 3%;}
.pro-word {line-height: 30px;color: #1e8f23;font-family: 'Raleway';margin-top: 20px;min-height: 240px;}
.small{margin-top: 35px;position: relative;}
.small-list {padding: 1px;}
.small-img {border: 1px solid #dcdcdc;}
.small-img.active {border: 1px solid #1e8f23;}
.small .btn-rig,.small .btn-left{ width:16px; height:17px;cursor: pointer; position: absolute;top:50%;margin-top: -8.5px; z-index:2;opacity:1;display: block;}
.small .btn-rig {right:-5%;background: url(../img/next4.png) no-repeat center center;}
.small .btn-left {left:-5%;background: url(../img/prev4.png) no-repeat center center;}
.pro-tit2 {background:none;border-bottom: 3px solid #1e8f23;}
.pro-tit2 p {display: inline-block;color: #ffffff;line-height: 40px;padding: 0 5%;background: #1e8f23;font-family: 'Raleway';}
.pro-cont {line-height: 30px;color: #1e8f23;font-family: 'Raleway';}
.pro-bt {font-size: 24px;color: #000000;text-transform: uppercase;font-family: 'PS-Aelyn';}
.bott-nr {position: relative;}
.bott-item{cursor: pointer;}
.bott-list p {text-align: center;color: #1e8f23;font-family: 'Raleway';margin-top: 10px;}

/*--   Application页   --*/
.pack-cont,.menu2-nr,.menu3-nr {position: relative;padding-bottom:35px;}
.pack-nr {margin-bottom:3%;padding-top:3%;}
.pack-cont .btn-rig,.pack-cont .btn-left,.menu2-nr .btn-rig,.menu2-nr .btn-left,
.menu3-nr .btn-rig,.menu3-nr .btn-left{ width:20px; height:14px;cursor: pointer; position: absolute;top:inherit;bottom: 0; z-index:2;opacity:1;display: block;}
.pack-cont .btn-rig,.menu2-nr .btn-rig,.menu3-nr .btn-rig {right:47%;background: url(../img/next11.png) no-repeat center center;}
.pack-cont .btn-left,.menu2-nr .btn-left,.menu3-nr .btn-left{left:47%;background: url(../img/prev11.png) no-repeat center center;}

/*--   manufacturing页   --*/
.menu1-nr {display: flex;justify-content: space-between;flex-wrap: wrap;}
.menu1-item {width: 19.5%;margin-bottom: 15px;}
.menu1-img {border: 1px solid #dcdcdc;overflow: hidden;}
.menu1-item p {line-height: 34px;color: #1e8f23;margin-top:5px;text-align: center;}
.menu4-top {display: flex;justify-content: space-between;align-items: center;}
.menu4-left{width: 39%;}
.menu4-left h5 {font-size: 40px;color: #191919;font-family: 'Raleway';}
.menu4-left p {line-height: 30px;color: #454545;font-family: 'Raleway';margin-top: 5%;}
.menu4-rig {width: 56.5%;}
.menu4-bott .row {margin: 0 -9px;}
.menu4-item {padding:0 9px;margin-bottom: 15px;}
.menu5-nr {position: relative;}
.menu5-img {border-radius: 50%;overflow: hidden;border: 1px solid #1e8f23;}
.menu5-nr .btn-rig,.menu5-nr .btn-left{ width:27px; height:51px;cursor: pointer; position: absolute;top:50%;margin-top: -25.5px; z-index: 99;opacity:1;display: block;}
.menu5-nr .btn-rig {right:-5%;background: url(../img/next5.png) no-repeat center center;}
.menu5-nr .btn-left {left:-5%;background: url(../img/prev5.png) no-repeat center center;}

/*--   视频页   --*/
.video-item {margin-bottom: 15px;cursor: pointer;}
.video-dw {position: fixed;top: -100%;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.9);z-index: 999;overflow: hidden;opacity: 0;}
.block {opacity: 1;top: 0;}
.video-word {width: 100%;height: 100%;display: -ms-flexbox;-ms-flex-pack: center;-ms-flex-align: center;display: -moz-box;-moz-box-pack: center;-moz-box-align: center;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;display: box;box-pack: center;}
.video-cont {max-width: 950px;max-height:520px;}
.video-cont video,.video-cont iframe {width: 950px;height: 514px;}

/*--   关于我们页   --*/
.abo1-top {display: flex;justify-content: space-between;}
.abo1-left {width: 66.4%;}
.abo1-rig {width: 32.3%;}
.abo1-rig .abo1-img:nth-child(1){margin-bottom:16px;}
.abo1-cont {font-size: 18px;line-height: 36px;color: #000000;font-family: 'Raleway';}
.abo2 {background: #1e8f23;position: relative;overflow: hidden;}
.abo2::before {content: "";width:30%;height: 30%; background: #e8d0ab;position: absolute;top: 0;left: 0;}
.abo2-top {display: flex;align-items: center;justify-content: space-between;position: relative;}
.abo2-top h3 {font-size: 40px;text-transform: capitalize;color: #191919;font-family: 'PS-Aelyn';}
.abo2-top p {line-height: 30px;color: #e8d0ab;width: 69%;font-family: 'Raleway';}
.abo2-bott {display: flex;justify-content: space-between;}
.abo2-left {width: 65.8%;}
.abo2-bott,.abo3-nr {position: relative;}
.abo2-item {margin-bottom: 40px;}
.abo2-rig {width: 31.7%;}
.abo3-nr .btn-rig,.abo3-nr .btn-left{ width:57px; height:57px;cursor: pointer; position: absolute;top:50%;margin-top: -28.5px; z-index: 99;opacity:1;display: block;}
.abo3-nr .btn-rig {right:-5%;background: url(../img/next1.png) no-repeat center center;}
.abo3-nr .btn-left {left:-5%;background: url(../img/prev1.png) no-repeat center center;}

/*--   新闻详情页   --*/
.news-tit {display: flex;justify-content: space-between;align-items: center;padding-bottom: 10px;border-bottom: 1px solid #1e8f23;}
.news-tit h6 {font-size: 28px;color: #000000;font-family: 'Raleway';}
.news-tit time{color:#1e8f23;}
.news-top {position: relative;padding: 0 18%;}
.news-top .buttonNext2,.news-top .buttonPrev2{ width:29px; height:31px;cursor: pointer; position: absolute;top:50%;margin-top:-15.5px; z-index: 99;opacity:1;display: block;}
.news-top .buttonNext2 {right:10%;background: url(../img/next6.png) no-repeat center center;}
.news-top .buttonPrev2 {left:10%;background: url(../img/prev6.png) no-repeat center center;}
.news-cont {line-height: 30px;font-family: 'Raleway';color: #000000;}

/*--   联系我们页   --*/
.cont-nr {padding: 3%;background: #c0dcc2;box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.2);border-radius: 15px;}
.leftnr {width: 100%;height: 100%; padding:8% 15px 15px 8%;background: #c0dcc2;position: relative;border-radius: 10px;}
.cont-tit h3{font-size: 36px;color: #000000;text-transform: uppercase;font-family: 'PS-Aelyn';}
.cont-tit img {display: block;margin:20px 0;}
.cont-left ul {margin-top: 25px;}
.cont-left ul li {display: block;line-height: 32px;color: #000000;}
.cont-left ul li a {color: #000000;}
.cont-left ul li a:hover {text-decoration: underline;}
.cont-icon {position: absolute;bottom: 6%;left:7%;width: 80%;display: flex;align-items: center;}
.cont-icon a {display: block;margin-right: 20px;}
.cont-rig {}
.cont-item{margin-bottom:8%;position: relative;}
.cont-item input {display: block;width: 100%;height:58px;background: #1e8f23;border-radius: 5px;padding: 0 10px;box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
	font-size: 18px; color: #ffffff;font-family: 'Raleway';}
.cont-item button {display: block;width: 100%;height:58px;background: #1e8f23;text-align: center;line-height: 58px;color: #ffffff;border-radius: 5px;}
.cont-bott {border-top:28px solid #333f45;}
.cont-item1 {margin-bottom: 0;}
.cont-item input::-webkit-input-placeholder {color: #ffffff;}
.cont-item input:-moz-placeholder {color: #ffffff;}
.cont-item input::-moz-placeholder {color: #ffffff;}
.cont-item input::-ms-input-placeholder {color: #ffffff;}

















@media only screen and (max-width:1600px) {
	.sub1-list h5{font-size: 36px;}
	.sub1-list h4{font-size: 64px;}
	.sub2-nr .btn-left,.menu5-nr .btn-left,.abo3-nr .btn-left{left: 0;}
	.sub2-nr .btn-rig,.menu5-nr .btn-rig,.abo3-nr .btn-rig{right:0;}
	.sub9-cont h4{font-size: 88px;}
}

@media only screen and (max-width:1500px) {
	.pad5 {padding:5% 3%;}
	.pad4 {padding:4% 3%;}
	.pad3 {padding:3% 3%;}
	.pad2 {padding:2% 3%;}
	.pad1 {padding:1% 3%;}
	.sub1-list h5,.menu4-left h5{font-size: 30px;}
	.sub1-list h4{font-size:54px;}
	.sub6-box span {font-size: 46px;}
	.sub9-cont h4 {font-size: 68px;}
	.sub7-dw {display: none;}
}
@media only screen and (max-width:1400px) {
	.sub2,.sub6-bott{padding: 0 3%;overflow: hidden;}
	.sub3-box p {max-width: 90%;line-height: 24px;margin: 3% auto 0;}
	.sub4 {padding: 3%;overflow: hidden;}
	.sub7-nr {padding: 6% 3%;overflow: hidden;}
	.sub7-nr .btn-left {left: 3% !important;}
	.sub7-nr .btn-rig {left: 9% !important;}
	.sub1-nr{max-width: 100%;}
	.sub1-list h5{font-size: 26px;}
	.sub1-list h4{font-size:44px;}
	.sub6-box span {font-size: 36px;}
	.sub9-cont span {font-size: 32px;}
	.sub9-cont h4 {font-size: 58px;}
	.sub9-cont p{max-width: 85%;}
}
@media only screen and (max-width:1200px) {
	.pad5 {padding:5% 15px;overflow: hidden;}
	.pad4 {padding:4% 15px;overflow: hidden;}
	.pad3 {padding:3% 15px;overflow: hidden;}
	.pad2 {padding:2% 15px;overflow: hidden;}
	.pad1 {padding:1% 15px;overflow: hidden;}
	.sub2,.sub6-bott {padding: 0 15px;}
	.sub3-box h4 {font-size: 20px;}
	.sub4 {padding: 3% 15px;}
	.sub7-nr {padding: 6% 15px;}
	.sub9-cont span {font-size:28px;}
	.sub9-cont h4 {font-size:48px;}
	.sub6-box span {font-size: 32px;}
}
@media screen and (max-width:992px) {
	.sub1-list h5 {font-size: 24px;}
	.sub1-list span{font-size: 14px;}
	.sub1-list h4 {font-size: 34px;}
	.sub6-tit {min-height: 256px;}
	.sub7-rig,.sub7-nr .title {width: 32.2%;}
	.sub7-nr .title{top: 5%;}
	.sub7-nr{padding: 10% 15px;}
	.sub6-box span {font-size:28px;}
	.pro-word{min-height: inherit;}
	.news-top {padding: 0;}
	.video-cont {max-width: 100%;max-height:inherit;min-width: 320px;}
	.video-cont video,.video-cont iframe {width:100%;height: inherit;min-width: 320px;}
}
@media screen and (max-width: 768px) {
	.sub1-item,.sub6-bott,.sub7-nr,.sub9,.sub10,.pro,.pro-top,.menu4-top,.abo1-top,.abo2-top,.abo2-bott{display: block;}
	.sub1-list,.sub1-img,.sub6-left,.sub6-rig,.sub7-left,.sub7-rig, .sub7-nr .title,.sub9-left,.sub9-rig,
	.sub10-left,.sub10-rig,.pro-left,.pro-rig,.big,.pro-you,.menu4-left,.menu4-rig,.abo1-left,.abo1-rig,.abo2-top p,.abo2-left,.abo2-rig{width: 100%;}
	.sub1-nr .sub1-item:nth-child(2n-1) .sub1-list,.sub1-nr .sub1-item:nth-child(2n) .sub1-list{margin:20px 0;}
	.sub1-list p {max-width: 100%;margin:0 auto;line-height: 24px;}
	.sub1-img,.sub6-bott,.sub7-btn,.sub10-rig,.pro-rig,.pro-you,.menu4-rig,.cont-rig{margin-top: 20px;}
	.sub1-list a, .sub4-btn a, .sub7-btn, .sub9-cont a {padding: 0 8px 0 7%;}
	.sub2-box a,.abo2::before {display: none;}
	.sub2-box {padding: 0;}
	.sub2-box span {margin-top: 0;}
	.sub3-item {width: 49.5%;margin-bottom: 5px;}
	.sub4-rig {padding: 0 15px;margin-top: 20px;}
	.sub4-bott .btn-left {left: 0;background: rgba(1,58,59,.0) url(../img/prev2.png) no-repeat 80% center;}
	.sub4-bott .btn-rig {right: 0;background: rgba(1,58,59,.0) url(../img/next2.png) no-repeat 20% center;}
	.sub6-item {width: 50%;min-height: 120px;}
	.sub6-tit {min-height: 190px;}
	.sub6-list {padding: 0 0 20px 0;}
	.sub6-cont {max-width: 67%;}
	.sub6-rig {padding: 0;}
	.sub6-rig .sub6-list {margin-bottom: 20px;}
	.sub7-nr{padding: 25% 15px 5%;}
	.sub7-nr .title{top: 10px;left: 15px;}
	.sub7-nr .btn-left, .sub7-nr .btn-rig{bottom: inherit !important;top: 39%;width: 50px;height: 50px;background-size: 100%;}
	.sub7-nr .btn-rig{left: 17% !important;}
	.sub9-left {border-radius: inherit;}
	.sub9-rig {padding: 15px;}
	.sub9-cont span {font-size: 22px;}
	.sub9-cont h4 {font-size: 40px;}
	.sub9-cont p {max-width: 100%;}
	.sub10-nr,.sub10-nr .swiper-wrapper {height: 458px;}
	.sub10-box time {margin-top: 0;}
	.xunpan-item1 input,.xunpan-item1 .codeimg,.xunpan-item1 button,.xunpan-list,.xunpan-list input {height: 45px;}
	.xunpan-list {padding:0 15px;}
	.pro-you {position: relative;padding-top: 32%;}
	.small {margin: 0;position: absolute;top: 0;left: 0;width: 100%;}
	.small .btn-left{left: 0;}
	.small .btn-rig{right: 0;}
	.pack-cont .btn-left, .menu2-nr .btn-left, .menu3-nr .btn-left {left: 40%;}
	.pack-cont .btn-rig, .menu2-nr .btn-rig, .menu3-nr .btn-rig {right: 40%;}
	.menu1-item{width:49.5%;}
	.search{width:96%;}
	.abo1-rig .abo1-img:nth-child(1){margin: 0;}
	.abo1-rig {display: flex;justify-content: space-between;}
	.abo1-rig .abo1-img {width: 49%;}
	.abo1-rig {margin-top: 10px;}
	.abo2-top h3{font-size: 32px;color: #fff;}
	.abo2-item {margin-bottom:10px;}
	.abo2-item,.video-item {padding: 0 5px;}
	.abo2-left .row,.video-nr .row {margin: 0 -5px;}
	.abo1-cont {font-size: 16px;line-height:30px;}
	.cont-tit h3 {font-size:32px;}
	.leftnr{padding: 20px 15px;}
	.cont-item1 {margin-bottom: 20px;}
}