@charset "utf-8";
html {font-size: 62.5%;height: 100%; scroll-behavior: smooth;}
body {margin: 0 auto;font-family:Poppins-Regular, Arial, Helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;height: 100%;background:#fff;width:100%;max-width:1920px; overflow-x:hidden;}
img {border: none;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span,em {margin: 0;padding: 0;list-style: none;color: #333;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #333;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
h1,h2 {margin: 0;padding: 0;font-weight: normal;color: #333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family:Poppins-Regular, Arial, Helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;color:#999999;border: none;outline: none;}
.fl {float:left;}
.fr {float:right;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
::selection { color: #333; background: #fed000;}
* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box; }
.fons0{ font-size:0px; font-size:0rem;}

::-webkit-input-placeholder {/* WebKit browsers */
 color:#999;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999;opacity:1 }
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1400px; margin: auto;}
    .zong1 {width: calc(100% - 160px); max-width: 1200px; margin: auto;}
}
@media screen and (max-width:999px) {
    .zong,.zong1 {width: 95%;margin: auto;}
}


a:hover img{transform: scale(1.1,1.1)}

.img1{ display: block; position: relative; overflow: hidden;}
.img1 img{ width: 100%; position: relative; z-index: 1}
.img1:before{content: ''; position: absolute; width: 0px; height: 100%; background: #fff; opacity: 0.5;  left: 50%; transform: translateX(-50%); top: 0px; transition: 1s; z-index: 2}
.img1:after{content: ''; position: absolute; width: 100%; height: 0px; background: #fff; opacity: 0.5;  top: 50%; transform: translateY(-50%); left: 0px; transition: 1s; z-index: 2}
.img1:hover:before{width: 100%; opacity: 0}
.img1:hover:after{height: 100%; opacity: 0}


@keyframes m1tu
{
0% { opacity:0; left:0px;}
50% { opacity:1; left:50%;}
100% { opacity:0; left:100%}
}


.img2{display: block; width: 300px; margin: auto; position:relative; overflow:hidden; z-index:1}
.img2 img{width: 100%;}
.img2:after{ content:""; height:100%; position:absolute; top:0px; transition:0.5s; background:#fff;  width:40px; filter: blur(30px); opacity:0; z-index:3}
.img2:hover:after{ -webkit-animation-name:m1tu; animation-name:m1tu; -webkit-animation-duration:0.3s; animation-duration:0.3s; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:1; animation-iteration-count:1}

.niu1 { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }
.niu1 span { position: relative; z-index: 2;}
.niu1:before { position: absolute; content: ''; top: 0px; bottom: 0px; left: 0px; right: -50px; border-bottom: 50px solid #fed000; border-right: 30px solid transparent; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.niu1:after { position: absolute; content: ''; top: 0px; right: 0px; bottom: 0px; left: -50px; border-left: 30px solid transparent; border-bottom: 50px solid #fed000; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.niu1:hover:before { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); -o-transform: translateX(-40%); transform: translateX(-40%); }
.niu1:hover:after { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); -o-transform: translateX(40%); transform: translateX(40%); }

.niu2 { overflow: hidden; position: relative; }
.niu2 span { position: relative; display: block; z-index: 2; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.niu2 span:before { position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; content: ""; background-color: #fed000; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);}
.niu2:hover span:before { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -o-transform-origin: bottom left; transform-origin: bottom left; }

.niu3 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }
.niu3:after { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; z-index: -1; content: ''; background: #fed000; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.niu3:hover { color: #fff; }
.niu3:hover:after { height: 500%; opacity: 1; }

.at-resp-share-element .at4-share-count-container {text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


/*  head */
.head{ position:fixed; width:100%; left:0px; top:0px; transition:1s; z-index:99999;}

.head .zong1{ position: relative;}
.logo{display:block;float:left;width:116px;margin-top:10px;}
.logo img{display:block;margin:auto;width:100%;max-width:208px; transition:1s;}
.logo .logo1{}
.logo .logo2{ opacity:0;}

.yvn{ float:right; margin-top:43px; position:relative; z-index:9999}
.yvzhonga{ display:block; padding-right:15px; padding-left:26px; line-height:26px; font-size:14px; font-size:1.4rem; transition:1s; color:#666666; text-transform:uppercase; cursor:pointer; position:relative; z-index:99999}
.yvzhonga i{ font-size:18px; font-size:1.8rem; position:absolute; left:0px; top:0px; color: #fed000;}
.yvzhonga em{ font-size:12px; font-size:0.8rem; position:absolute; right:0px; top:0px;}
.yvul{ width:100%; min-width:100px; position:absolute; top:36px; right:0px; background:#fff; border:1px solid #ccc; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:26px; color:#333;}
.yvul a:hover{ background:#fed000; color: #fff;}

.daohang{ float:right; margin-top:27px; transition:0.5s;}
.daohang>li{ float:left;position:relative;z-index:999; padding-bottom: 10px; margin-right:52px; margin-left: 2px;}
.daohang>li>a{display:block;font-size:18px;font-size:1.8rem;line-height:30px; color:#fff; cursor:pointer; transition:1s; position: relative; padding-bottom: 24px;}
.daohang>li>a:before{content: ""; position: absolute; width: 25px; height: 25px; background: url("../images/daoh.png") no-repeat; bottom: 0px; left: 50%; transform: translateX(-50%) rotateY(90deg); transition:0.8s; opacity: 0}
.daohang>li:hover>a{color: #fed000;}
.daohang>li:hover>a:before{ transform: translateX(-50%) rotateY(0deg); opacity: 1}
.daohang .prdao{ position:static !important}
.dangqiandao>a{color: #fed000 !important;}
.dangqiandao>a:before{ transform: translateX(-50%) rotateY(0deg) !important; opacity: 1 !important}

.yijiw{background:#fff;background:rgba(255,255,255,0);position:absolute;width:220px; left:0px; visibility:hidden; opacity:0; top:120%; transition:opacity 0.5s; transition:top 0.5s;}
.yiji{background:#fff; box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.14); border-radius: 10px; padding: 15px 0;}
.yiji li{position:relative;transition:0.5s;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:26px;padding:4px 18px; color: #666666; transition:background 0.5s;}
.yiji li:hover{}
.yiji li:hover>a{background: #fed000;}
.erji{position:absolute;width:180px;background:#101528;top:-9999px;left:100%; display: none; border-radius: 10px; padding: 15px 0;}
.sanji{position:absolute;width:180px;background:#101528;top:-9999px;left:100%; display: none; border-radius: 10px; padding: 15px 0;}
.daohang>li:hover .yijiw{ visibility:visible; opacity:1; top:100%;}
.daohang>li:hover .yiji>li>a{line-height:30px;}
.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:30px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:30px;}
.matn{margin-top:auto !important;}

.xiala{ position:absolute; background:#fff; width: 675px; left:0; top:91px; font-size:0px; padding:25px 36px; padding-bottom: 14px; transition:opacity 0.5s; transition:top 0.5s ; visibility:hidden; opacity:0; top:120%; left: 0px; margin-left: -97px; border-radius: 12px; border: solid 2px #fed000; display: flex; flex-flow: wrap; justify-content: space-between;}
.xllie{ width:160px; display:inline-block; vertical-align:top;}
.xllie a{ transition:color 0.5s;}
.xllie a img{ transition:transform 0.5s;}
.xlbiao{ display:block; font-size:16px; font-size:1.6rem; line-height:24px; font-weight: bold; border-bottom: 1px solid #999999; padding-bottom: 6px;}
.xltu{ width:152px;  display:block; margin:5px 0; border-radius: 12px;}
.xltu a{overflow: hidden; display: block; border-radius: 12px; transition:0s;}
.xltu img{ width:100%; border-radius: 12px; transition:0s; transform: scale(1,1) !important}
.xln{ font-size:16px; font-size:1.6rem; line-height:34px; margin-top: 12px;}
.xln a{ display:block; color: #666666; transition: 0}
.xln a:hover{ color: #fed000;}
.xlbiao:hover{  color: #fed000;}
.daohang>li:hover .xiala{ visibility:visible; opacity:1; top:100%;}

.mat1{margin-top:129px;}

/*  sousuo  */
.sousuo{ float:right;width:26px; height:37px; position:relative; z-index:9999; margin-top:27px; transition:0.5s;}
.sousuo form{ width:233px; height:0px; overflow:hidden; position:absolute; right:0px; top:37px; background:#fff; border-radius:4px;color:#2f3135; border:0px solid rgba(0,0,0,0); transition:0.5s; z-index:99999}
.sou{width: 180px;height:33px;line-height:33px; border-radius:4px; padding-left:10px; font-size:14px; font-size:1.4rem; color:#666; background:none;}
.suo{width:26px;height:35px; float:right; background:none; position:relative; z-index:9999999; border-radius:4px; cursor:pointer;}
.sou2,.sou1{ width:26px; height:33px; text-align:center; line-height:33px; position:absolute; right:0px; top:0px; font-size:18px !important; color:#333; cursor:pointer; z-index:99990;  transition:1s;}
.sou1{ color:#2f3135}
.sousuof form{ height:35px; border:1px solid #ececec}


.daohang2,.xnav{display:none}

.head2{ background:#fff !important; border-bottom: 1px solid #eee}
.head2 .logo{width: 80px;}
.head2 .daohang>li>a{ color:#333;}
.head2 .sou2,.head2 .yvzhonga{ color:#333;}

/*  banner  */
.slideshow {position: relative;}
.slideshow .wp {position: absolute;	left: 50%;margin-left: -600px;	top: 50%;margin-top: -166.5px;}
.slideshow .wp img {max-width: 100%;max-height: 80%;}
.slideshow .item a img {width: 100%;-webkit-transition: all 6s ease-out;-o-transition: all 6s ease-out;-moz-transition: all 6s ease-out;transition: all 6s ease-out;-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.slideshow .item.slick-active img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.slick-dots {position: absolute;bottom: 0px; left: 50%; transform: translateX(-50%);}
.slick-dots li {display: inline-block;}
.slick-dots li button {cursor: pointer;background:#b3b3b3;font-size: 0px; margin: 0 6px; border: none;outline: none;width: 14px;height: 14px; border-radius: 7px;}
.slick-dots li.slick-active button {background:#fed000; width: 49px;}
.slick-prev, .slick-next {width: 40px;height: 40px; border-radius: 8px; background: #fff; border: 0px;font-size: 0px;cursor: pointer;}
.slick-prev {position: absolute;top: 50%;margin-top: -20px;left: 90px;z-index: 999;}
.slick-next {position: absolute;top: 50%;margin-top: -20px;right: 90px;z-index: 999;}
.slick-prev:hover, .slick-next:hover{ background: #fed000;}

.slideshow .item.slick-active.item_one img {-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.slideshow .item.slick-active.item_one.on img {-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.slick-list, .slick-slider, .slick-track {position: relative;display: block}
.slick-loading .slick-slide, .slick-loading .slick-track {visibility: hidden}
.slick-slider {box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent}
.slick-list {overflow: hidden;margin: 0;padding: 0}
.slick-list:focus {outline: 0}
.slick-list.dragging {cursor: pointer;cursor: hand}
.slick-slider .slick-list, .slick-slider .slick-track {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
.slick-track {top: 0;left: 0}
.slick-track:after, .slick-track:before {display: table;content: ''}
.slick-track:after {clear: both}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px}
[dir=rtl] .slick-slide {float: right}
.slick-slide img {display: block}
.slick-slide.slick-loading img {display: none}
.slick-slide.dragging img {pointer-events: none}
.slick-initialized .slick-slide {display: block}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent}
.slick-arrow.slick-hidden {display: none}
.slick-slide iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.slick-slide video {position: absolute;display: block;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);min-width: 101%;min-height: 100%;max-width: none;-o-object-fit: cover;object-fit: cover;-o-object-position: 50% 50%;object-position: 50% 50%;display: none \9;display: block \9\0;}
.slick-dots .slide-count {
	display: none;
}


@media screen and (max-width:1359px) {
.daohang>li{ margin-right:30px; margin-left:10px;}
.daohang>li>a{font-size:16px;font-size:1.6rem;line-height:36px;}
.yiji li a{font-size:14px;font-size:1.4rem;line-height:30px;padding:5px 10px;}

.xlbiao{ font-size:14px; font-size:1.4rem;}
.xln{ font-size:12px; font-size:1.2rem; line-height:22px;}

.slick-dots li button { margin: 0 2px; width: 10px;height: 10px; border-radius: 5px;}
.slick-dots li.slick-active button { width: 30px;}
}
@media screen and (max-width:1219px) {
    .logo{width: 80px;}
.daohang>li{ margin-right:30px; margin-left:0px;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear2{display: none}}
@media screen and (max-width:999px) {
.head{ position:absolute; /*background:#fff;*/ padding-bottom: 6px;}
.logo{display:block;float:left;width:60px !important; margin-top:6px;}
.daohang{margin-top:20px; display: none}
.yijiw,.yiji2,.xiala{display:none}
.daohang>li{ float:none; display:inline-block; *float:left; margin:auto;padding-bottom:3px; margin-left: 20px;}
.daohang>li>a{font-size:14px;font-size:1.4rem;line-height:26px; color: #333; padding-bottom: 17px;}
    .daohang>li>a:before{width: 15px; height: 15px; background-size: 100%;}
.clear2{clear:both;}
.sousuo{ display:none}
.yvn{ margin-right:40px; margin-top:13px;}

.mat1{margin-top:0px;}
.headd{position: absolute;
    right: 100px;
    top: -30px;}

.slick-prev, .slick-next {width: 30px;height: 30px; border-radius: 8px;}
.slick-prev {left: 20px;z-index: 999;}
.slick-next {right: 20px;z-index: 999;}

    
.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #fff;right:2.5%;top:13px;cursor: pointer; border-radius:5px; z-index: 999999999}
.nav span {display: block;width: 20px;height: 2px;background: #fed000;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition:0.8s;z-index: 99999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
.nav:hover .nav1 {width: 25px;}
.navh .nav1 {transform: rotate(45deg)}
.navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
.navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
.smdaohang {position: fixed;width:300px;height:0px;overflow: auto;top:0px;right:0px;background:#000; background:rgba(0,0,0,0.8); z-index: 9999999;transition:0.8s;text-align: center;}
.smdaohangh {right: 0px; top:0px; height:100%;}
.topnav {margin: auto;margin-top: 30px;padding: 20px;}

ul.topnav li {text-align: left; position:relative;}
ul.topnav li a {padding: 5px;padding-left: 0px;color: #fff;display: block; font-size: 14px;font-size: 1.4rem;line-height: 24px; padding-right:50px; font-family: Lato-Regular, Arial, Helvetica, sans-serif;}
ul.topnav ul {display: none;}
ul.topnav ul li {clear: both;}
ul.topnav ul li a {padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0;}
ul.topnav ul li a:hover {}
ul.topnav ul ul li a {padding-left: 40px;}
ul.topnav ul ul ul li a {padding-left: 60px;}
ul.topnav span { display:block; position:absolute; right:0px; top:7px; width:20px; height:20px; background:#fff; background:rgba(255,255,255,0.6); cursor:pointer; border-radius:50%; transition:0.5s;}
ul.topnav span:before{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:0px; transform:rotate(45deg); transform-origin:right center}
ul.topnav span:after{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:-1px; transform:rotate(-45deg); transform-origin:right center; transition:0.5s;}
ul.topnav span.yizi{ transform:rotate(90deg)}

.smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff; border-radius:13px;}
.smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 24px;line-height: 24px;display: block;float: left; border-radius:10px;}
.smdaohang form .ipsc {width: 20%;height: 24px;line-height: 24px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 2px;}
  }
@media screen and (min-width:768px) {.clear3{display: none}}
@media screen and (max-width:767px) {.head{position: relative;}
    .logo{width: 60px;}
.daohang2{display:block;text-align:center; margin-top:20px;}
.daohang2 a{float:left;width:25%;font-size:14px;font-size:1.4rem;color:#fff;line-height:24px;text-align:center;}
.daohang2 .dangqiandao{ color:#fed000 !important}

.daohang,.daohang1{display: none}
.clear3{clear:both;}
.slick-prev, .slick-next { display: none !important;}
.slick-dots li button { margin: 0 2px; width: 7px;height: 7px; border-radius: 5px;}
.slick-dots li.slick-active button { width: 24px;}
}

/*  main1  */
.main1{ width: calc(100% - 160px); max-width: 1615px; margin: auto; display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 90px; padding-bottom: 50px;}
.m1lie{ width: 49%; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; position: relative; border-radius: 8px;}
.m1tu{display: block; width: 53%; border-radius: 8px 0 0 8px;}
.m1tu img{width: 100%;}
.m1zi{width: 47%; padding: 20px; text-align:center;}

.m1lie:nth-child(2n){background: #f5b719 url("../images/m1bei2.jpg") no-repeat center right; background-size: auto 100%;}
.m1lie:nth-child(2n-1){background: #4b8fff url("../images/m1bei1.jpg") no-repeat center right; background-size: auto 100%;}
.m1lie:nth-child(2n) .m1mor:before{ background: #f5b719;}
.m1lie:nth-child(2n-1) .m1mor:before{ background: #4b8fff;}

.m1a{display: block; color: #ffffff; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 26px; font-size: 2.6rem; line-height: 32px; text-align: center;}
.m1p{color: #e4eefe; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 20px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.m1p a{color: #e4eefe;}
.m1p p{color: #e4eefe;}
.m1p p a{color: #e4eefe;display: block;}
.m1mor{ display: block; width: 96px; height: 75px; text-align: center; line-height: 75px; color: #ffffff; font-size: 16px; font-size: 1.6rem; text-decoration: underline; position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); margin-left: 26.5%;}
.m1mor:before{content: ""; width: 100%; height: 60%; border-radius:0px 0px 60px 60px; position: absolute; left: 0px; bottom: 0px; z-index: -1;}
.m1lie:nth-child(2n) .m1p p a{color: #fff;}
.m1zi a:hover{ color: #333 !important}

@media screen and (max-width:1359px) {
.m1zi{ padding: 10px;}
.m1a{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.m1p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
.m1mor{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
    .main1{ width: 95%; padding-top: 40px; padding-bottom: 20px;}
.m1lie{ width: 100%; overflow: hidden;}
    .m1mor{ display: none}
    .m1lie:nth-child(2n){ flex-direction: row-reverse}
    .m1tu{ border-radius: 0;}
}
@media screen and (max-width:767px) {
.m1a{ font-size: 18px; font-size: 1.8rem; line-height:26px;}
.m1p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}
@media screen and (max-width:429px) {
    .main1{ padding-top: 20px;}
    .m1lie{ margin-top: 10px;}
    .m1tu,.m1zi{ width: 100%;}
}

/*  main2  */
.main2{ padding-top: 64px; background: url("../images/m2bei.jpg") no-repeat center; background-size: 100%; padding-bottom: 90px;}
.m2biao{display: block; text-align: center; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 66px; position: relative; padding-bottom: 3px;}
.m2biao:before{content: ""; position: absolute; width: 140px; height: 4px; background: #fed000; bottom: 0px; left: 50%; transform: translateX(-50%);}
.m2p a{ display: block; color: #999999; font-size: 18px; font-size: 1.8rem; line-height: 30px; text-align: center; margin-top: 13px;}

.img-scroll {position: relative; margin-top:29px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; height: 46px; line-height:46px; font-size:16px; font-size:1.6rem; color:#666666; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll .prev { left: -35px; cursor: pointer;}
.img-scroll .next { right:-35px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #f5b719;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.214%; margin-right:0.048%; position:relative;}
.m2tu{display: block; border: solid 2px #d6d6d6; border-radius: 50%; position: relative;}
.m2tu img{width: 100%; border-radius: 50%;}
.m2fu{ display: block; width: 56px; height: 56px; background: #fed000; border-radius: 6px; text-align: center; position: absolute; right: 10px; top: 10px; z-index: 99;}
.m2fu i{ display: block; text-align: center; color: #fff; font-size: 25px; line-height: 36px;}
.m2fu em{display: block; text-align: center; color: #ffffff; font-size: 16px; font-size: 1.6rem; line-height: 16px; font-style: normal;}
.m2zi{display: block; font-family: Poppins-SemiBold, Arial, "Arial Black", "sans-serif", Verdana; font-size: 16px; font-size: 1.6rem; line-height: 24px; text-align: center; font-weight: bold; margin-top: 12px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m2zi:hover,a.m2biao:hover,.m2p a:hover{ color: #fed000;}

@media screen and (max-width:1359px) {
.main2{ padding-top: 40px; padding-bottom: 40px;}
.m2biao{font-size: 30px; font-size: 3rem; line-height: 40px;}
    .m2biao:before{ width: 100px; height: 2px;}
.m2p a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
.img-list li { width:0.24%; margin-right:0.01333%;}
    .m2zi{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}

.m2fu{ width: 45px; height: 45px; right: 10px; top: 10px;}
.m2fu i{ font-size: 16px; line-height: 26px;}
.m2fu em{ font-size: 12px; font-size: 1.2rem; line-height: 16px; font-style: normal;}
}
@media screen and (max-width:999px) {
.main2{ padding-top: 30px; padding-bottom: 30px;}
.m2biao{font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.m2p a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
.img-list { margin-left: 30px; margin-right: 30px;}
.img-scroll .prev { left: 0px;}
.img-scroll .next { right:0px;}
.img-list li { width:0.3233%; margin-right:0.015%;}
}
@media screen and (max-width:767px) {
.main2{ padding-top: 10px; padding-bottom: 30px;}
.m2biao{font-size: 20px; font-size: 2rem; line-height: 30px;}
.m2p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
.img-scroll { margin-top:20px;}
.m2zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width:649px) {
.img-list li { width:0.49%; margin-right:0.02%;}
.m2zi{margin-top: 5px;}
}
@media screen and (max-width:419px) {
.img-list li { width:1%; margin-right:0.02%;}
}

/*  main3  */
.main3{ background: url("../images/m3bei.jpg") no-repeat center; background-size:cover; background-attachment: fixed; position: relative; padding-bottom: 133px;}
.main3:before{content: ''; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m3bei.jpg") no-repeat center; background-size:cover; z-index: -1}
.m3tu{}
.m3tu img{width: 100%;}
.m3biao{display: block; text-align: center; color: #ffffff; font-size: 40px; font-size: 4rem; line-height: 50px; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; margin-top: 35px;}
.m3bofang{ width: 72px; margin: auto; margin-top: 23px; cursor: pointer;}
.m3bofang img{width: 100%;}
.m3p{text-align: center; color: #ffffff; font-size: 20px; font-size: 2rem; line-height: 30px; letter-spacing: 8px; margin-top: 39px;}

.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:1359px) {
.main3{ padding-bottom: 60px;}
.m3biao{font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 20px;}
.m3bofang{ width: 50px; margin-top: 15px;}
.m3p{ font-size: 16px; font-size: 1.6rem; line-height: 26px; letter-spacing: 8px; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.m3biao{font-size: 26px; font-size: 2.6rem; line-height: 30px; margin-top: 20px;}
.m3bofang{ width: 40px; margin-top: 15px;}
.m3p{ font-size: 14px; font-size: 1.4rem; line-height: 24px; letter-spacing: 4px; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.m3biao{font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-top: 20px;}
.m3bofang{ width: 35px; margin-top: 15px;}
.m3p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; letter-spacing: 4px; margin-top: 20px;}
}

/*  main4  */
.main4{ background: url("../images/m4bei.png") no-repeat center; padding-top: 100px; padding-bottom: 100px;}
.main4 .zong{position: relative;}
.m4tu{ width: 73.28%; border-radius: 20px; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);}
.m4tu img{width: 100%;}
.m4zi{ width: 47.6%; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); background: #fff; box-shadow: 16px 0px 24px 0px rgba(245, 183, 25, 0.15); border-radius: 20px; z-index: 99; padding:50px 30px; padding-left: 74px;}
.m4biao{text-align: left;}
.m4biao:before{left: 0px; transform: translateX(0)}
.m4pz a{display: block; font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-top: 18px;}
.m4p{color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 22px;}
.m4p p{color: #666666;}
.m4p p a{color: #666666; display: block; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 5;  overflow: hidden;}
.m4mor{ display: block; width: 165px; height: 46px;	border-radius: 23px; border: solid 2px #fed000; padding: 0 10px; text-align: center; line-height: 42px; color: #fed000; font-size: 16px; font-size: 1.6rem; margin-top: 30px;}
.m4zi a:hover{ color: #fed000;}
.m4mor:hover{background: #fed000; color: #333 !important;}

@media screen and (max-width:1359px) {
.main4{ padding-top: 50px; padding-bottom: 50px;}
.m4zi{ border-radius: 20px; z-index: 99; padding:40px 20px;}
.m4pz a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 15px;}
.m4p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 15px;}
.m4mor{ width: 140px; height: 40px; line-height: 36px; font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.m4zi{ padding:30px 20px;}
.m4p p a{ -webkit-line-clamp: 4;}
.m4mor{ display: none}
}
@media screen and (max-width:767px) {
.main4{ padding-top: 30px; padding-bottom: 10px;}
    .m4tu{ width: 100%;}
    .m4zi{ width: 100%; position: relative; top: auto; right: auto; transform: translateY(-30px); padding: 20px 10px; box-shadow: 0px 0px 10px 0px rgba(245, 183, 25, 0.15);}
.m4pz a{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 15px;}
.m4p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 15px;}
}

/*  main5  */
.main5{ background: url("../images/m5bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 119px;}
.main5:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m5bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.m5tuz{ position: absolute; width: 100%; left: 0px; top: 0px; z-index: 1}
.m5tuz img{width: 100%;}
.main5 .zong{ position: relative; z-index: 2}
.m5biao{padding-bottom: 0px;}
.m5biao:before{display: none;}
.m5pz { color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 27px; text-align: center; max-width: 640px; margin: auto;}
.m5pz a{display: block; color: #666666;}
.m5n{ height: 485px; position: relative; display: flex; flex-flow: wrap; justify-content: space-between; align-content: flex-start; margin-top: 87px;}
.m5tu{ width: 880px; position: absolute; bottom: -66px; left: 50%; transform: translateX(-50%);}
.m5tu img{width: 100%;}

a.m5biao:hover{color: #333 !important; text-decoration: underline;}
.m5pz a:hover{ text-decoration: underline;}

.m5lie{position: relative; width: 50%;}
.m5lie1{padding-right: 135px;}
.m5lie2{padding-left: 135px;}
.m5lie3{padding-right: 315px;}
.m5lie4{padding-left: 315px;}
.m5lie5{padding-right: 413px;}
.m5lie6{padding-left: 413px;}

@keyframes dian
{
0% { opacity:0;}
50% { opacity:1;}
100% { opacity:0;}
}

.m5lien{position: relative;}
.m5lien:before{content: ""; position: absolute; width: 40px; height: 40px; background: url("../images/m5dian.png") no-repeat center; background-size: cover; top: 50%; transform:translateY(-50%); opacity: 0;
    
 -webkit-animation-name:dian; animation-name:dian; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite;
}

.m5lie1 .m5lien{ padding: 0 52px; text-align: right;}
.m5lie2 .m5lien{ padding: 0 52px;}
.m5lie3 .m5lien{ padding-right: 52px; text-align: right;}
.m5lie4 .m5lien{ padding-left: 52px;}
.m5lie5 .m5lien{ padding-right: 52px; text-align: right;}
.m5lie6 .m5lien{ padding-left: 52px;}

.m5lie1 .m5lien:before{right: 0px; -webkit-animation-duration:0.9s; animation-duration:0.9s;}
.m5lie2 .m5lien:before{left: 0px; -webkit-animation-duration:1s; animation-duration:1s;}
.m5lie3 .m5lien:before{right: 0px; -webkit-animation-duration:1.3s; animation-duration:1.3s;}
.m5lie4 .m5lien:before{left: 0px; -webkit-animation-duration:1.1s; animation-duration:1.1s;}
.m5lie5 .m5lien:before{right: 0px; -webkit-animation-duration:1.2s; animation-duration:1.2s;}
.m5lie6 .m5lien:before{left: 0px; -webkit-animation-duration:0.8s; animation-duration:0.8s;}

.m5lie1,.m5lie2{margin-top: 23px;}
.m5lie3,.m5lie4{margin-top: 50px;}
.m5lie5,.m5lie6{margin-top: 120px;}


.m5a{display: block; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 18px; font-size: 1.8rem; line-height: 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m5p a{display: block; font-size: 16px; font-size: 1.6rem; line-height: 22px; height: 44px; margin-top: 4px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

.m5a:hover,.m5p a:hover{ color: #fff;}


@media screen and (max-width:1359px) {
.m5pz { font-size: 14px; font-size: 1.4rem; line-height: 24px;}

.m5n{ height: 323px; margin-top: 37px;}
.m5tu{ width: 600px; bottom: -30px;}
.m5tu img{width: 100%;}

.m5lie1{padding-right: 130px;}
.m5lie2{padding-left: 130px;}
.m5lie3{padding-right: 230px;}
.m5lie4{padding-left: 230px;}
.m5lie5{padding-right: 275px;}
.m5lie6{padding-left: 275px;}

.m5lie1,.m5lie2{margin-top: 0px;}
.m5lie3,.m5lie4{margin-top: 20px;}
.m5lie5,.m5lie6{margin-top: 20px;}

.m5a{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.m5p a{ font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 44px; margin-top: 4px; -webkit-line-clamp: 2;}
}
@media screen and (max-width:1219px) {
.main5{ padding-top: 60px;}
.m5pz{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}

.m5n{ height: 294px; margin-top: 37px;}
.m5tu{ width: 500px; bottom: -15px;}
.m5tu img{width: 100%;}

.m5lie1{padding-right: 77px;}
.m5lie2{padding-left: 77px;}
.m5lie3{padding-right: 185px;}
.m5lie4{padding-left: 185px;}
.m5lie5{padding-right: 225px;}
.m5lie6{padding-left: 225px;}

.m5lie1,.m5lie2{margin-top: 0px;}
.m5lie3,.m5lie4{margin-top: 20px;}
.m5lie5,.m5lie6{margin-top: 20px;}

.m5a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.m5p a{ font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 4px; -webkit-line-clamp: 2;}
}
@media screen and (max-width:999px) {
.main5{ padding-top: 40px; padding-bottom: 30px;}
    .m5tu{display: none;}
    .m5n{height: auto;}
    .m5lie{width: 100%; padding: 0px;}
    .m5lie .m5lien{ padding: 0px; text-align: left; padding-left: 30px;}
    .m5lie .m5lien:before{width: 20px; height: 20px; top: 10px; left: 0px; right: auto;}
}
@media screen and (max-width:767px) {
.main5{ padding-top: 40px;}
    .m5n{ margin-top: 20px;}
.m5pz { font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

/*  main6  */
.main6{ padding-top: 146px; padding-bottom: 50px; background: url("../images/m4bei.png") no-repeat center;}
.m6n{display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 10px;}
.m6lie{ width: 31.4%;margin-top: 20px;}
.m6tu{display: block; border-radius: 20px; position: relative;}
.m6tun{display: block;border-radius: 20px;}
.m6tun img{border-radius: 20px;}
.m6a{display: inline-block; position: absolute; padding: 0 10px; height: 40px; background: #fed000; border-radius: 6px; left: 17px; bottom: 20px; line-height: 40px; z-index: 1; font-size: 16px; font-size: 1.6rem;}
.m6zi{ padding: 10px; padding-left: 18px;}
.m6a1{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; font-family: Poppins; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m6riqi{color: #999999; display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px;}
.m6p a{display:block; color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 5px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.m6zi a:hover{ color: #fed000;}

@media screen and (max-width:1359px) {
.main6{ padding-top: 66px;}
.m6a{ left: 10px; bottom: 10px; line-height: 40px; font-size: 14px; font-size: 1.4rem;}
.m6a1{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.m6riqi{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 5px;}
.m6p a{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}
@media screen and (max-width:999px) {
 .main6{ padding-top: 36px;}
   .m6zi{ padding: 10px 0;}
}
@media screen and (max-width:767px) {
.m6lie{ width: 49%;margin-top: 10px;}

.main6{ padding-top: 30px; padding-bottom: 20px;}
.m6a{ line-height: 34px; height: 34px; font-size: 12px; font-size: 1.2rem;}
.m6a1{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.m6riqi{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px;}
.m6p a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width:469px) {
.m6lie{ width: 100%;margin-top: 10px;}
}

/*  main7  */
.main7{ display: flex;flex-flow: wrap; justify-content: space-between; align-items: center; flex-direction: row-reverse; padding-top: 20px; padding-bottom: 25px;}
.m7tu{ width: 41%;}
.m7tu img{width: 100%;}
.m7zi{ width: 59%; padding-right: 40px;}
.m7a{display: block; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 50px;}
.m7p{ display: block; color: #666666; font-size: 26px; font-size: 2.6rem; line-height: 34px; margin-top: 16px;}
.m7xin{ width: 100%; max-width: 456px; border: solid 1px #999999; border-radius: 26px; height: 52px; line-height: 50px; position: relative; margin-top: 29px;}
.m7xin .int1{width: 100%; height: 50px; line-height: 50px; padding: 0 22px; padding-right: 140px; color: #999999; font-size: 16px; font-size: 1.6rem; background: none; border-radius: 26px;}
.m7xin .int2{ width: 127px;	height: 41px; background: #fed000; border-radius: 21px; position: absolute; right: 4px; top: 4px; color: #ffffff; font-size: 16px; font-size: 1.6rem; cursor: pointer;}

@media screen and (max-width:1359px) {
.m7a{font-size: 30px; font-size: 3rem; line-height: 40px;}
.m7p{font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.m7a{font-size: 26px; font-size: 2.6rem; line-height: 30px;}
.m7p{font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:767px) {
.main7{ padding-top: 10px;}
.m7tu{ display: none}
.m7zi{ width: 100%; padding: 0px;}
.m7a{font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.m7p{font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
    .m7xin{ margin-top: 10px;}
.m7xin .int1{ padding: 0 15px; padding-right: 110px; font-size: 14px; font-size: 1.4rem;}
.m7xin .int2{ width: 100px; font-size: 14px; font-size: 1.4rem;}
}

/*  foot  */
.foot{background:#4b8fff url("../images/fobei.jpg") no-repeat top center; position: relative; background-size: 100%; padding-top: 185px; padding-bottom:52px;}
.foot:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px;background:#333 url("../images/fobei.jpg"); background-size: cover; z-index: -1}
.fotu{position: absolute; width: 100%; left: 0px; top: 0px; z-index: 1}
.foot .zong{position: relative; z-index: 2}

.fo1{width: 200px; float: left;}
.fo2{width: 390px; float: left; margin-left: 47px;}
.fo3{width: 500px; float: right;}

.fobiao{display: block; color: #ffffff; font-size: 22px; font-size: 2.2rem; line-height: 30px; position: relative; padding-bottom: 6px;}
.fobiao:before{content: ""; position: absolute; width: 40px; height: 1px; background: #ffffff; left: 0px; bottom: 0px;}

.foul{color: #ffffff; font-size: 16px; font-size: 1.6rem; line-height: 37px; margin-top: 15px;}
.foul li{color: #ffffff; position: relative; padding-left: 25px;}
.foul li i{position: absolute; left: 0px; top: 0px;}
.foul li a{color: #ffffff;}
.foul>a{color: #fff; display: block; position: relative;}

.shejiao2{ padding-top:29px;}
.shejiao2 a{ display: inline-block; width: 38px; height: 38px; text-align: center; line-height: 38px; background: #ffffff; margin-left:2px; color:#666666; border-radius: 50%;}
.shejiao2 a i{ font-size: 16px;}
.shejiao2 a:hover{ transform:translateY(-9px); background: #f5b719; color: #fff !important;}
.fop{ color: #ffffff; font-size:16px; font-size:1.6rem; line-height:30px; margin-top:18px;}
.fop a{ display:inline-block; vertical-align:middle; color: #ffffff;}

.foot2{ border-top:1px solid #c5c5c5; margin-top:75px; padding-top:25px;}
.fotag{ font-size:16px; font-size:1.6rem; color: #ffffff; line-height:24px;}
.fotag span{color: #ffffff; display:inline-block; vertical-align:middle;}
.fotag a{ display:inline-block; vertical-align:middle; color: #ffffff;}

.foot a:hover{ color:#f5b719;}

@media screen and (max-width:1359px) {
.foot{ padding-top: 90px; padding-bottom:25px;}
.fo1{width: 30%; float: left;}
.fo2{width: 32%; float: left; margin-left: 3%;}
.fo3{width: 32%; float: right;}

.fobiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.foul,.fop,.fotag{ font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:999px) {
.foot{ font-size:0px;}
.fo1{width: 50%; float: none; display:inline-block; vertical-align:top; padding-right:20px;}
.fo2{width: 50%; float: none; display:inline-block; vertical-align:top; margin:auto;}
.fo3{width: 100%; float: none;}

.foot{ padding-top: 80px; padding-bottom:75px;}
.foot2{ margin-top:31px;}
.fotag{ line-height:26px; margin-top:2px;}
.fop{ margin-top:10px;}
}
@media screen and (max-width:767px) {
.foot{ padding-top: 45px; padding-bottom:75px;}
.fo1,.fo2,.foot2{ display:none;}
    .fo3{margin-top: 0px;}
.fop{ font-size:12px; font-size:1.2rem; line-height:22px;}

.fobiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.shejiao2 a{ margin-left:5px;}
}


@keyframes top1
{
0% { border-radius: 100px 50px 50px 50px;}
25% { border-radius: 80px 60px 60px 70px;}
50% { border-radius: 50px 70px 80px 60px;}
75% { border-radius: 80px 80px 100px 70px;}
100% { border-radius: 50px 50px 50px 100px;}
}


.top{width: 76px; height: 74px; cursor:pointer;position:fixed;right:20px;bottom:-100px;transition:0.9s;z-index:99999;}
.top img{ max-width: 100%; max-height: 100%; margin: auto;}
.top:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: #f6bd2d; opacity: 0.5;z-index: -1; 
 -webkit-animation-name:top1; animation-name:top1; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; -webkit-animation-duration:3s; animation-duration:3s; animation-direction:alternate; -webkit-animation-direction:alternate;}

.top:after{content: ""; position: absolute; left: 7px; top: 7px; right: 7px; bottom: 7px; background: #f6bd2d;z-index: -1;
 -webkit-animation-name:top1; animation-name:top1; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; -webkit-animation-duration:3s; animation-duration:3s; animation-direction:alternate; -webkit-animation-direction:alternate;}

.bottom{bottom:150px;}

.lianxi{ position:fixed; width:82px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}
.lianxi div a{ display:block;; width:82px; height:63px; text-align:center; line-height:63px; font-size:30px; margin-top:12px; text-align: center; padding-left: 10px; background: #fff; box-shadow: 0px 3px 8px 0px rgba(0, 51, 153, 0.17); border-radius: 32px 0 0 32px;}
.ke1{ color:#03c305;}
.ke2{ color:#00aff0;}
.ke3{ color:#0160f8;}
.weixin{ position:relative; cursor:pointer;}
.weixin .icon-wechat{ color:#09BB07;}
.weixin img{ position:absolute; width:149px; height:150px; top:0px; left:-149px; display:none;}
.weixin:hover img{ display:block;}
.weixin2,.tankuang{ display:none}
.tankuang{ position:absolute; bottom:50px; left:50% !important; margin-left:-75px;}
.tankuang img{ display:block; position:relative; width:150px; height:150px; left:auto; margin:auto;}
.lianxi div a:hover{ background:#fed000; color: #fff}
.clear2{ display:none}

@media screen and (max-width:999px) {
.youlian{display:none}
.top{width:25%;height:50px;line-height:50px;bottom:0px;right:0px;border-radius:0px;border:none; background:#f5b719;}

.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}
.lianxi div{ width:20%; float:left;}
.lianxi div a{ margin:auto; width:100%; background:#f5b719; color:#fff !important; border-radius:0px; height:50px; line-height:50px; box-shadow:none; font-size: 24px; padding-left: 0px;}
.weixin2{ display:block}
.weixin1{ display:none}
}

/********************  product  ********************/
.fenbanner{background: url("../images/fenbanner.jpg") no-repeat top center; background-size: cover; background-attachment: fixed; position: relative; height: 644px;}
.fenbanner:before{content: ""; position: absolute; width: 100%; height: 100%; background: url("../images/fenbanner.jpg") no-repeat top center; background-size: cover; z-index: -1}
.fentu{position: absolute; width: 100%; bottom: 0px; left: 0px;}
.fentu img{width: 100%;}
.fenn{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align:center;}
.fenbiao{color: #ffffff; font-size: 40px; font-size: 4rem; line-height: 50px; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; position: relative; padding-bottom: 20px;}
.fenbiao:before{content: ""; position: absolute; width: 100px; height: 4px; background: #fed000; border-radius: 2px; bottom: 0px; left: 50%; transform: translateX(-50%)}

.mianbao{color: #b6b6b6; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 23px;}
.mianbao a{color: #b6b6b6;}
.mianbao a:hover{color: #fff;}
.comian{color: #fff !important;}

@media screen and (max-width:1359px) {
.fenbanner{ height: 400px;}
.fenbiao{ font-size: 30px; font-size: 3rem; line-height: 40px;  padding-bottom: 10px;}
.fenbiao:before{ width: 60px; height: 2px;}

.mianbao{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.fenbiao{ font-size: 26px; font-size: 2.6rem; line-height: 32px;  padding-bottom: 10px;}
}
@media screen and (max-width:767px) {
.fenbanner{ height: 300px;}
.fenbiao{ font-size: 22px; font-size: 2.2rem; line-height: 28px;  padding-bottom: 10px;}
.mianbao{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}

/*  main  */
.prmain{ padding-top:38px; padding-bottom:70px; background: url("../images/prbei.jpg") no-repeat left 183px}
.prl{ width:22.357%; float:right;}
.prr{ width:72.14%; float:left;}

.sousuo3{ margin-top: 30px;}
.sousuo3 form{ width: 100%; position: relative; padding-right: 58px; height: 44px; z-index: 1}
.sou3{ width: 100%; border: solid 1px #d2d2d2; height: 46px; line-height: 44px; padding: 0 10px; text-align: left; border-radius: 23px;}  
.sousuo3 form i{ width: 46px; height: 46px; background: #333333; border-radius: 50%; position: absolute; right: 0px; top: 0px; text-align: center; line-height: 46px; color: #ffffff; font-size: 20px; z-index: 2}
.suo3{ position: absolute; width: 46px; height: 46px; right: 0px; top: 0px; z-index: 3; border-radius: 50%; background: none; cursor: pointer;}


.j-nextshow { position: relative;}
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 50%; margin-top:-9px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }
.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }
.prbiao{ display:block; font-size:22px; font-size:2.2rem; color: #333333; font-weight: bold; line-height:34px; position:relative;}
.prbiao i{ position:absolute; color:#fff; font-size:24px; right:10px; top:8px;}
a.prbiao:hover{ color:#fed000;}

.prrt{margin-top: 30px;}
.pryiji{ border-top:none; border-bottom:none; padding-top:28px;}
.pryiji>li{ position: relative; margin-bottom: 10px;}
.pryiji>li i{position: absolute; right: 0px; top: 0px; font-size: 12px; font-size: 1.2rem; line-height: 30px; color: #fed000;}
.pryiji>li>a{ display:block; position:relative; font-family: Montserrat-Regular, Arial, Helvetica, sans-serif; position: relative; padding-bottom: 8px;}
.pryiji>li>a:before{content: ''; position: absolute; width: 52px; height: 2px; background: #fed000; left: 0px; bottom: 0px;}
/*.pryiji>li>a:before{ content:""; width:12px; height:2px; background:#999999; position:absolute; right:15px; top:50%; margin-top:-1px;}
.pryiji>li>a:after{ content:""; width:12px; height:2px; background:#999999; position:absolute; right:15px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}*/
.pryiji li a span{ display:block; font-size:20px; font-size:2rem; line-height:30px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; transition:0.5s;}
.pryiji li a:hover span{ color: #fed000;}
.prerji{ padding:2px 27px;}
.prerji li{}
.prerji li a{ display:block; font-size:16px; font-size:1.6rem; color:#666666; line-height:24px; padding:8px 0;}

.prsanji{ padding:10px 0;}
.prsanji li a{ font-size:14px; font-size:1.4rem; padding:2px 0; border:none; padding-left:30px;}
.pryiji>li:hover>a{;}
.pryiji>li:hover>a:after{ transform:rotate(0deg); background:#fff;}
.pryiji>li:hover i{transform: rotate(90deg)}
.prerji li a:hover{ color:#fed000;}
.prerji>li>a:hover:after{ background:#fed000;}
.dangyi>a{}
.dangyi>a:after{ transform:rotate(0deg) !important; background:#fff !important;}
.dangyi>a span{ color:#fed000 !important;}
.dangyi i{transform: rotate(90deg) !important}
.danger>a{ color:#fed000 !important; border-color:#fed000 !important;}
.dangsan>a{ color:#fed000 !important; border-color:#fed000 !important;}

.prlb{ margin-top:39px;}
.prlbn{ margin-top:15px;}
.prlbn a{ display:inline-block; vertical-align:middle; color:#666666; font-size:16px; font-size:1.6rem; line-height:30px;}
.prlbn a:hover{ color:#333;}

.prlc{ margin-top:40px;}
.prlcn{ margin-top:30px;}
.prlclie{ margin-bottom:30px; min-height:115px; border-bottom:1px solid #e8e8e8; position:relative; padding-bottom: 29px;}
.prlctu{ display:block; width:100px; position:absolute; left:0px; top:0px; border-radius: 15px;}
.prlctu img{ width:100%; max-width:285px; margin:auto; border-radius: 15px;}
.prlczi{ margin-left:113px; padding-top: 8px;}
.prlczi a{ display:block; font-size:18px; font-size:1.8rem; line-height:29px; font-weight: bold; overflow:hidden; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prlczi a:hover{color: #fed000;}

.prt{}
.prtbiao{ font-size:22px; font-size:2.2rem; line-height:30px; font-weight: bold; display: inline-block; vertical-align: middle; margin-right: 38px;}
.prdo{ display: inline-block; vertical-align: middle; background: #fed000; border-radius: 19px 20px 20px 20px; border: solid 2px #fed000; height: 40px; line-height: 36px; padding: 0 17px; color: #333333; font-size: 18px; font-size: 1.8rem; font-weight: bold;}
.prdo:hover{ background: #fff;}
.prdo i{display: inline-block; vertical-align: middle; margin-right: 10px; font-size: 20px;}
.prtn{ color: #666666; font-size:16px; font-size:1.6rem; line-height:26px; margin-top:6px;}
.prtn p,.prtn em,.prtn strong{ color: #666666;}

.przhan{ position:relative; overflow:hidden; padding-bottom:15px;}
.przhanh{ height:auto !important;}
.fuc{ display:block; width:100%; height:152px; position:absolute; bottom:0px; left:0px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	}

.zhankai{ cursor:pointer; color: #666666; font-size:16px; font-size:1.6rem; line-height:24px; margin-top:0px; text-decoration: underline;}
.fuch{ display:none !important;}

.prr form{ font-size:0px;}
.prlie{ width:30.9%; display:inline-block; vertical-align:top; margin-left:3.65%; margin-top:10px; margin-bottom:28px; border: solid 1px #f2f2f2; background: #fff; position: relative; transition: 0.5s;}
.prtu{ display:block;}
.przi{ padding:20px 10px; padding-bottom: 42px; text-align:center;}
.pra{ display:block; font-size:18px; font-size:1.8rem; line-height:24px; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.prp a{ display:block; color: #666666; font-size:16px; font-size:1.6rem; line-height:26px; height:52px; overflow:hidden; margin-top:11px;}
.prin{ margin-top:20px; display: inline-block; vertical-align: middle; background: #fed000; border-radius: 19px; border: solid 2px #fed000; padding: 0 24px; height: 38px; line-height: 34px; transition: 0.5s;}
.prin input{ display:inline-block; vertical-align:middle; cursor:pointer; margin-right:5px;}
.prmor{ display:inline-block; vertical-align:middle; color: #333; font-size:16px; font-size:1.6rem;}
.pra:hover,.prp a:hover{ color: #fed000;}
.prin:hover{ background:#fff;}
.prlie:hover{box-shadow: 1px 5px 7px 0px rgba(0, 0, 0, 0.1);}

.fenye{ padding-top:51px; text-align:center;}
.fenyen{float:left;}
.fenyen a{ display:inline-block; *float:left; border: solid 1px #e5e5e5; background:#fff; width:35px; height:30px; text-align:center; line-height:28px; margin-right:5px; margin-left:4px; margin-bottom:10px; font-size:14px; font-size:1.4rem; color:#999999;}
.fenyen span{ display:inline-block; *float:left; background:#fff; width:35px; height:30px; text-align:center; line-height:28px; margin-right:5px; margin-left:4px; margin-bottom:10px; font-size:14px; font-size:1.4rem; color:#999999;}
.fenyen a:hover{ color:#333; background:#fed000; border-color:#fed000;}
.fenyen .sx{ width:69px;}
.dangqianfen{ color:#333 !important; background:#fed000 !important; border-color:#fed000 !important;}
.fuxuan{ float:right; margin-bottom:10px; margin-left:15px;}
.fuxuan input{ width:166px; height:30px; line-height:28px; background:#fed000; border:1px solid #fed000; color:#333; cursor:pointer; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; font-size:14px; font-size:1.4rem;}
.fuxuan input:hover{ color:#fed000; background:#fff;}

@media screen and (max-width:1359px) {
.prl{ width:27%;}
.prr{ width:70%;}

.pryiji>li>a{ padding-left:7px;}
.pryiji>li>a span{ font-size:16px; font-size:1.6rem;}
.prerji{padding-left:15px;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
.prlie p a{ font-size:14px; font-size:1.4rem;}
.prmor{ min-width:90px;}

.prlczi a{ font-size:14px; font-size:1.4rem; line-height:26px; max-height:78px; overflow:hidden;}
.prlczi{ margin-left:105px;}

.prtbiao{ font-size:20px; font-size:2rem; line-height:22px;}
.prtn{ font-size:14px; font-size:1.4rem; line-height:26px; margin-top:6px;}
.prlie{ margin-bottom:10px; width:32.33%; margin-left:1.5%;}
    .przi{padding: 20px 10px;}
.pra{ font-size:16px; font-size:1.6rem; line-height:24px;}
.prp a{ font-size:14px; font-size:1.4rem; line-height:24px; height:48px; margin-top:10px;}
.prin{ margin-top:15px;}
.prin input{ margin-right:6px; z-index: 9999}
.prmor{ font-size:14px; font-size:1.4rem;}

.prlbn a{ font-size:12px; font-size:1.2rem;}
.prlb{ margin-top:20px;}
.prbiao{ font-size:18px; font-size:1.8rem; line-height:26px;}
.zhankai{ font-size:14px; font-size:1.4rem; line-height:24px; margin-top:4px; text-decoration: underline;}

.fenye{ padding-top:32px;}
.fenyen a{ width:28px; height:28px; line-height:26px; margin-right:3px; margin-left:3px; font-size:12px !important; font-size:1.2rem !important;}
.sx i,.big i{ font-size:12px !important; font-size:1.2rem !important;}
.fuxuan input{ height:28px; font-size:12px; font-size:1.2rem;}

}
@media screen and (max-width:999px) {
.prlc{ margin-top:30px;}
.prlcn{ padding:5px;}
.prlczi{ margin-left:120px;}
.prlclie{ min-height:90px; margin-bottom:10px;}

.prmain{ padding-top:16px; padding-bottom:29px;}
.prl{ width:33%;}
.prr{ width:65%;}
.prsanji{ padding-left:20px;}
.prlbn{ font-size:14px; font-size:1.4rem;}
.prne{ padding-top:27px;}
.fenye{ padding-top:24px;}
.fenyen a{ width:30px; height:30px; line-height:28px; font-size:14px; margin-left:2px; margin-right:2px;}
.fuxuan input{ height:30px; line-height:28px; font-size:14px; font-size:1.4rem; min-width:160px;}
.prlbn{ font-size:14px; font-size:1.4rem; line-height:30px;}
.prlcp a{ font-size:14px; font-size:1.4rem;}

.prtn{ font-size:14px; font-size:1.4rem;}
.prlie{ width:49%; margin:6px 0.5% !important; position: relative;}

.pra{ font-size:14px; font-size:1.4rem; line-height:24px; margin-top:13px;}
.prp a{ font-size:12px; font-size:1.2rem; line-height:24px; height:48px; margin-top:6px;}
    .prin{ height: 29px; padding: 0px; font-size: 0px; line-height: 29px;}
.prmor{ height:25px; line-height:23px; font-size:12px; font-size:1.2rem; padding: 0 20px;}
.prlie input{position: absolute; left:5px; top:5px; bottom:auto}
.prlie .prmor{ margin-left:0px;}

.prdo{ border-radius: 19px 20px 20px 20px; height: 30px; line-height: 26px; padding: 0 10px; color: #333333; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:767px) {
a.prbiao:hover{ background:#fed000; color:#fff}

.zhankai{ font-size:12px; font-size:1.2rem; line-height:22px;}
.prl{ width:100%; float:none; margin-top:30px;}
.prr{ width:100%; float:none;}
/*.proslide_menubtn { display:block}
.pryiji{ display:none}*/
.prmor{ font-size:12px; font-size:1.2rem;}
.prbiao{ text-align:left; padding-right:40px;}
.prlbn,.prtn,.prlie p a,.prlcp a{ font-size:12px; font-size:1.2rem;}
.pryiji li a span{ font-size:14px; font-size:1.4rem;}
.pryiji>li>a{ font-size:14px; font-size:1.4rem;}
.prerji li a{ font-size:12px; font-size:1.2rem;}

.fenyen a{ font-size:12px; font-size:1.2rem;}
}

/********************************************  product2  ***********************************************/
.prmain2{ padding-top: 82px;}

.zoomPad{position:relative; float:left; z-index:99; cursor:crosshair; }
.zoomPreload{-moz-opacity:0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align:center; background-image: url(../images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index:110; width:90px; height:43px; position:absolute; top:0px; left:0px; * width:100px; * height:49px; }
.zoomPup{overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index:120; position:absolute; border:1px solid #CCC; z-index:101; cursor:crosshair; }
.zoomOverlay{position:absolute; left:0px; top:0px; background:#FFF;	z-index:5000; width:100%; height:100%; display:none; z-index:101; }
.zoomWindow{position:absolute; left:110%; top:40px; background:#FFF; z-index:6000; height:auto; z-index:10000; z-index:110; }
.zoomWrapper{position:relative; border:1px solid #999; z-index:110; }
.zoomWrapperTitle{display:block; background:#999; color:#FFF; height:18px; line-height:18px; width:100%; overflow:hidden; text-align:center; font-size:10px; position:absolute; top:0px; left:0px; z-index:120; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage{display:block; position:relative; overflow:hidden; z-index:110; }
.zoomWrapperImage img{border:0px; display:block; position:absolute; z-index:101; }
.zoomIframe{z-index: -1; filter:alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position:absolute; display:block; }

.m-propic { margin:0 auto 0; width: 57.35%; float: left;}
.m-propic .pic-big { position: relative; float: left; width: 80.9%; border-radius: 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 12px;}
.m-propic .big-img img{ transform: scale(1,1) !important; border: solid 1px #e3e3e3; border-radius: 12px; transition: 0s;}
.m-propic .big-img .zoomPad { float: none; z-index: 8; }
.m-propic .zoomWrapperImage img { max-width: 1200px; }
.m-propic .pic-small { position: relative; float: right; width: 16.8%; overflow: hidden; }
.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width:100%; height:30px; line-height:30px; border-radius:12px; text-align:center; font-size:12px; font-size:2rem; font-weight:bold; background: #fff; background: rgba(255,255,255,.5); cursor: pointer; color:#999999; opacity: 0; z-index:1}
.m-propic .pic-btn.prev { top: 0px;}
.m-propic .pic-btn.next { bottom: 0px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { color:#fed000;}
.m-propic .pic-list { position: relative; height: 0px; padding-bottom:481.48%;  overflow: hidden;}
.m-propic .pic-list ul { height: 2000px; position: absolute; top: 0px; left: 0px;}
.m-propic .list-item { margin-bottom:26%;}
.m-propic .item-pic,.m-propic .pic-list .item-video { display: block; overflow:hidden;border-radius: 12px;
	border: solid 1px #e3e3e3;}
.m-propic .item-pic img,.m-propic .pic-list .item-video img { width: 100%;display: block; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; }
.m-propic .item-pic:hover { border-color: #fed000; }
.m-propic .item-pic:hover img {-webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.m-propic .item-pic.zoomThumbActive { border-color: #fed000; }
.m-propic:hover .pic-btn{opacity: 1}

.m-propic2 { display: none; }
.m-propic .provideo-box { width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }
.m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }
.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.m-propic .provideo-box .provideo iframe body { margin: 0px !important; }

.m-propic .item-pic:hover, .m-propic .item-pics.active,
.m-propic .item-video:hover, .m-propic .item-video.active{ border-color: #fed000; }

.item-pic{ position:relative;}
.item-pic video,.item-pic iframe{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.jianjie{ width:38.57%; float:right; padding-top: 34px;}
.jianjie h1{ font-size:22px; font-size:2.2rem; line-height:26px; font-weight: bold; color: #333; border-bottom: 2px solid #fed000; padding-bottom: 12px;}
.jianp{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 22px;}
.jianp p{color: #666;}
.jia{ display: block; color: #dd5b5e; font-size: 24px; font-size: 2.4rem; line-height: 34px; margin-top: 12px; padding-bottom: 13px; font-family: Lato-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

.share{ margin-top:57px;}
.sharen{ display:inline-block; background:#fff; padding:0 20px;}
.share1{ display:inline-block; font-size:14px; font-size:1.4rem; line-height:18px; margin-right:8px; vertical-align:middle; color: #666666;}
.share2{display:inline-block; vertical-align:middle;}
.inno2{ margin-top:49px; font-size:0px; display: flex; flex-flow: wrap; justify-content: space-between;}
.inno2 a{width: 192px;height: 40px; border-radius: 0px 20px 20px 20px;	border: solid 2px #fed000; display:inline-block; vertical-align:middle; line-height:36px; padding-left: 40px; color:#333;  font-weight: bold; text-align:center; margin-top:5px; font-size:18px; font-size:1.8rem; position: relative; background: #ededed;}
.inno2 a i{position: absolute; width: 40px; height: 36px; line-height: 36px; text-align: center; background: #fff; left: 0px; top: 0px; border-radius: 0px 0px 0px 20px; border-right: solid 2px #fed000;}
.inno2 a:hover{ background: #fed000;}

@media screen and (max-width: 1559px) { 
.jianjie h1{ font-size:20px; font-size:2rem;}
.jianp{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
.jia{ font-size: 22px; font-size: 2.2rem; line-height: 30px; margin-top: 10px; padding-bottom: 10px;}

.jibiao{ font-size: 14px; font-size: 1.4rem; line-height: 20px;}
.setu{ margin-right: 10px; padding: 3px;}
.setu span{ width: 20px; height: 20px;}
.sizi{ min-width: 100px; font-size: 14px; font-size: 1.4rem; margin-right: 10px;}
    .inno2{ margin-top: 20px;}
.inno2 a{ line-height:38px; font-size:14px; font-size:1.4rem;}
.share{ margin-top:10px;}
.share1{ font-size: 14px; font-size: 1.4rem; margin-right: 4px;}
}
@media screen and (max-width: 1359px) { 
.jianjie h1{ font-size:18px; font-size:1.8rem;}
.jiann{ min-height: 0px;}
.jianp{ font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 5px; min-height: 0px;}
.jia{ font-size: 20px; font-size: 2rem; line-height: 22px; margin-top: 10px; padding-bottom: 10px;}

.jibiao{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
.setu{ margin-right: 5px; padding: 2px;}
.setu span{ width: 14px; height: 14px;}
.sizi{ min-width: 100px; font-size: 12px; font-size: 1.2rem; margin-right: 5px;}
.inno2 a{ min-width: 48%; width: auto; font-size:12px; font-size:1.2rem;}
.share{ margin-top:10px;}
.share1{ font-size: 14px; font-size: 1.4rem; margin-right: 4px;}

.jilie{ margin-top: 10px;}
.jin{ margin-top: 6px;}
}
@media screen and (max-width:999px){
.prmain2{ padding-top: 20px;}

.m-propic .pic-btn{opacity: 1; height:20px; line-height:20px; font-size:16px; font-size:1.6rem;}
.m-propic { width: 100%; max-width: 500px; float: left;}
.zoomPad { cursor: default !important; }
.zoomPup { display: none !important; }
.zoomWindow { display: none !important; }
.zoomPreload { display: none !important; }
.m-propic { float: none; margin: auto;}	
	
.jianjie{ width:100%; float:none; margin-top:20px; padding: 0px;}
.jianjie h1{ font-size:16px; font-size:1.6rem;}
.jiann{ min-height: 0px;}
.inno2 a{ margin-left:5px;}
}
 @media only screen and (max-width:767px ) {
     .inno2{width: 300px;} 
.inno2 a{ line-height:34px;}
} 
 @media only screen and (max-width:500px ) {
.m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:4.8%; } 
}
@media only screen and (max-width:350px ) {
  .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:9.8%; } 
}

.prmain3{ background: url("../images/prbei.jpg") no-repeat left 242px;}
#outer2 { margin-top:42px; font-size:0px; position: relative;}
#outer2:after{ content:""; clear:both; display:block;}
#tab2 {zoom: 1; font-size:0px; background: #f4f4f4; text-align: center;}
#tab2 li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; line-height:55px; padding: 0 85px;}
#tab2 li:before{content: ""; position: absolute; width: 0px; height: 3px; background: #fed000; bottom: 0px; left: 50%; transform: translateX(-50%); transition: 0.5s;}
#tab2 li a{ display: inline-block; vertical-align: middle; color: #666; font-size: 20px; font-size: 2rem; line-height: 26px;}
#tab2 li.current2:before{ width: 180px;}
#tab2 li.current2 a{font-weight: bold;}

#content2 { display: block;}
#content2 .tabul2 {display: none; font-size:0px; vertical-align:middle; text-align:left;}
#content2 .tabul2:after{content: ""; clear: both; display: block;}

.pr31{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 123px;}
.pr3lie{ width: 18.35%; background: #e8ecf3; border-radius: 12px; padding:40px 20px; padding-top: 101px; position: relative;}
.pr3tu{ width: 159px; height: 159px; background: #e8ecf3; position: absolute; left: 50%; top: 0px; transform: translate(-50%,-50%); border-radius: 50%; text-align: center; line-height: 159px;}
.pr3tu i{ font-size: 100px; color: #666666; position: relative; z-index: 9}
.pr3tu:before{content: ""; position: absolute; left: 10px; top: 10px; bottom: 10px; right: 10px; background: url("../images/pryuan.png") no-repeat center; background-size: cover;}
.pr3zi{ font-size: 22px; font-size: 2.2rem; line-height: 32px; text-align: center; font-weight: bold;}
.pr3tu img{ margin: 20px auto 0; max-width: 100px; position: relative; z-index: 2; }
.chanxiang{ font-size: 18px; font-size: 1.8rem; line-height: 36px; padding-top: 50px;}
.chanxiang p{}
.chanxiang em{font-weight: bold; font-style: normal;}
.chanxiang strong{ display: block; position: relative; padding-bottom: 7px;}
.chanxiang strong:before{content: ""; position: absolute; width: 73px; height: 2px; background: #fed000; left: 0px; bottom: 0px;}

.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse; line-height:22px;}
.table table tr{}
.table table tr td{ padding:5px; font-size:14px; font-size:1.4rem; border:1px solid #d2d2d2; color: #666;}
.table table tr td strong{ padding: 0px; display: inline-block;}
.table table tr td strong:before{display: none}

.chanxiang img{display: inline-block; max-width: 100%;}

.prtag{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666; border-top: 1px solid #dedede; margin-top: 73px; padding-top: 50px;}
.prtag a{ color: #666666;}
.prtag a:hover{ color: #333;}
.share.zong{margin-top: 20px;}
.share.zong .share1{ color: #333;}

@media screen and (max-width:1359px) {
#tab2 li{ line-height:55px; padding: 0 30px;}
#tab2 li a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}

.pr31{ margin-top: 80px;}
.pr3lie{ width: 19%; padding:20px 10px; padding-top: 55px;}
.pr3tu{ width: 100px; height: 100px; line-height: 100px;}
.pr3tu i{ font-size: 50px; color: #666666;}
.pr3zi{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.pr3tu img{ max-width: 50px; }
.chanxiang{ font-size: 16px; font-size: 1.6rem; line-height: 32px; padding-top: 30px;}
.chanxiang strong{ padding-bottom: 7px;}
.chanxiang strong:before{ width: 50px; height: 2px;}
}
@media screen and (max-width:999px) {
.pr31{ margin-top: 70px;}
.pr3zi{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.chanxiang{ font-size: 14px; font-size: 1.4rem; line-height: 30px; padding-top: 30px;}
.prtag{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 33px; padding-top: 20px;}
}
@media screen and (max-width:767px) {
#tab2 li{ line-height:55px; padding: 0 20px;}
#tab2 li a{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
#tab2 li.current2:before{ width: 100%;}

    .pr31{ margin-top: 20px;}
    .pr3lie{ width: 49%; margin-top: 60px; padding:10px; padding-top: 55px;}
    
.pr3zi{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}

.chanxiang{ font-size: 12px; font-size: 1.2rem; line-height: 24px; padding-top: 30px;}
.table table tr td{ font-size:12px; font-size:1.2rem;}

.prtag{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 25px; padding-top: 20px;}
}

.homain{ padding-top: 120px; padding-bottom: 90px;}
.hobiao{ display: block; background: #f4f4f4; line-height: 55px; text-align: center; position: relative; color: #666666; font-size: 20px; font-size: 2rem; font-weight: bold;}
.hobiao:before{content: ''; position: absolute; width: 180px; height: 3px; background-color: #fed000; bottom: 0px; left: 50%; transform: translateX(-50%);}
.hobiao:hover{color: #fed000}
.hon{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 25px;}
.holie{ width: 22.3%; border: solid 1px #f2f2f2; border-radius: 4px; margin-top: 20px;}
.homor{display: block; width: 150px; height: 38px; line-height: 34px; background: #fed000; border-radius: 19px; border: solid 2px #fed000; text-align: center; margin: auto; font-size: 16px; font-size: 1.6rem; margin-top: 20px;}
.homor:hover{ background: #fff; color: #fed000}

@media screen and (max-width:1359px) {
.homain{ padding-top: 50px; padding-bottom: 50px;}
    .holie{ width: 24%;}
}
@media screen and (max-width:999px) {
.hon{ padding-top: 10px;}
.homor{ font-size: 14px; font-size: 1.4rem; margin-top: 10px; width: 120px;}
}
@media screen and (max-width:767px) {
 .homain{ padding-top: 30px; padding-bottom: 30px;}
   .holie{ width: 49.5%; margin-top: 10px;}
}

/**********************  about1  *********************/
.ab1main{ background: url("../images/ab1bei1.png") no-repeat center;}

.ab1main1{ padding-top: 60px; padding-right: 185px; position: relative;}
.ab1biao{width: 264px; font-size: 46px; font-size: 4.6rem; line-height: 52px; border-bottom: 3px solid #fed000; font-family: Poppins; position: absolute; right: 100px; top: 146px; padding-bottom: 18px; z-index: 9}

.img-scroll2 {position: relative; margin-top:29px; box-shadow: 6px 6px 20px 0px rgba(0, 0, 0, 0.11); border-radius: 12px;}
.ab1nav{ width: 73px; height: 36px; position: absolute; right: 0px; bottom: 0px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 36px; height: 36px; line-height:36px; font-size:8px; font-size:0.8rem; background: #333333; color:#ffffff; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll2 .prev { left:0px; cursor: pointer; border-radius: 12px 0px 0px 12px;}
.img-scroll2 .next { right:0px; cursor: pointer; border-radius: 0px 12px 12px 0px;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { background: #fed000; color: #333;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:1%; margin-right:0.048%; position:relative; border-radius: 12px;}

.ab1tu{display: block;}
.ab1tu img{width: 100%;}

@media screen and (max-width:1359px) {
.ab1main1{ padding-top: 40px; padding-right: 100px; position: relative;}
.ab1biao{width: 200px; font-size: 36px; font-size: 3.6rem; line-height: 42px; right: 0px; top: 80px; padding-bottom: 10px;}
}
@media screen and (max-width:999px) {
.ab1main1{ padding-top: 20px; padding-right: 100px; position: relative;}
.ab1biao{width: 180px; font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width:767px) {
.ab1main1{ padding-right: 0px;}
.ab1biao{width: auto; font-size: 22px; font-size: 2.2rem; line-height: 30px; position: relative; top: auto; right: auto; border: none; text-align: center;}
    .img-scroll2 { margin-top: 10px;}
}

.ab1main2{ position: relative; display: flex; flex-flow: wrap; justify-content: space-between; padding-right: 430px; margin-top: 72px; min-height: 290px}
.ab2biao{ width: 25.9%; position: absolute; right: 0px; top: 43px; border: solid 8px #fed000; border-radius: 10px; padding: 0px 30px; line-height: 231px;}
.ab2biao span{display: inline-block; vertical-align: middle; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 36px; font-size: 3.6rem; line-height: 52px;}
.ab2biao strong{font-weight: normal; display: inline-block; vertical-align: middle; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 36px; font-size: 3.6rem; line-height: 52px;}

.ab21lie{}
.ab21lie1{ width: 43%;}
.ab21lie2{ width: 48%; padding-top: 40px;}

.ab2sp{ display: inline-block; background: #fed000; line-height: 34px; height: 34px; border-radius: 4px; padding: 0 5px; font-size: 18px; font-size: 1.8rem;}
.ab2a{ font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 19px;}
.ab2p{color: #666666; line-height: 34px; font-size: 18px; font-size: 1.8rem; margin-top: 4px;}
.ab2p p{color: #666;}

@media screen and (max-width:1359px) {
.ab1main2{ padding-right: 28%; margin-top: 72px;}
.ab2biao{ width: 25.9%; top: 43px; border: solid 4px #fed000; padding: 20px; line-height: 150px;}
.ab2biao span{font-size: 30px; font-size: 3rem; line-height: 40px;}
.ab2biao strong{font-size: 30px; font-size: 3rem; line-height: 40px;}

.ab21lie1{ width: 46%;}
.ab21lie2{ width: 50%; padding-top: 40px;}
    
.ab2sp{ line-height: 30px; height: 30px; border-radius: 4px; padding: 0 5px; font-size: 14px; font-size: 1.4rem;}
.ab2a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 15px;}
.ab2p{ line-height: 30px; font-size: 14px; font-size: 1.4rem; margin-top: 4px;}
}
@media screen and (max-width:999px) {
.ab1main2{ margin-top: 46px;}
.ab2biao span{font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.ab2biao strong{font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}
@media screen and (max-width:767px) {
 .ab1main2{ padding-right: 0px; margin-top: 30px;}
.ab2biao{ width: 100%; position: relative; top: auto; right: auto; line-height: 30px; border:none; text-align: left; padding: 0px; margin-bottom: 20px;}
.ab2biao span{font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.ab2biao strong{font-size: 22px; font-size: 2.2rem; line-height: 30px;}
    .ab21lie{width: 100%;}
    .ab21lie2{padding-top: 0px;}

.ab2sp{ font-size: 12px; font-size: 1.2rem;}
.ab2a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 15px;}
.ab2p{ line-height: 22px; font-size: 12px; font-size: 1.2rem; margin-top: 10px;}
}

.ab1main3{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 68px; padding-bottom: 100px;}
.ab13l{ width: 45.7%; background: #fed000; border-radius: 12px; overflow: hidden;}
.ab13r{ width: 50%;}

.ab13tu{}
.ab13tu img{width: 100%;}
.ab13zi{ padding:37px 26px; font-size: 18px; font-size: 1.8rem; line-height: 34px;}

.ab13t{display: flex; flex-flow: wrap; justify-content: space-between;}
.ab13lie{ width: 32%; max-width: 140px; text-align: center;}
.ab13ttu{ background: #fed000; border-radius: 8px; width: 42px; height: 42px; line-height: 42px; text-align: center; margin: auto; position: relative;}
.ab13ttu:before{content: ""; position: absolute; left: -6px; top: -6px; right: -6px; bottom: -6px; background: #fed000; border-radius: 8px; opacity: 0.2; z-index:1}
.ab13ttu i{ font-size: 26px; position:relative; z-index: 2}
.ab13ta{ font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 42px; margin-top: 18px;}
.ab13tp{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.ab13b{ font-size: 18px; font-size: 1.8rem; line-height: 34px; margin-top: 34px;color: #333333;}
.ab13b p{color: #333333;}

@media screen and (max-width:1359px) {
.ab1main3{ padding-top: 40px; padding-bottom: 60px;}
.ab13l{ width: 46%;}
.ab13r{ width: 52%;}
.ab13zi{ padding:20px; font-size: 14px; font-size: 1.4rem; line-height: 28px;}

.ab13ta{ font-size: 30px; font-size: 3rem; line-height: 36px; margin-top: 15px;}
.ab13tp{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.ab13b{ font-size: 14px; font-size: 1.4rem; line-height: 28px; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.ab13ta{ font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 15px;}
}
@media screen and (max-width:767px) {
.ab1main3{ padding-top: 30px; padding-bottom: 20px;}
.ab13l{ width: 100%;}
.ab13r{ width: 100%; margin-top: 30px;}
.ab13zi{ padding:15px 10px; font-size: 12px; font-size: 1.2rem; line-height: 22px;}

.ab13ta{ font-size: 20px; font-size: 2rem; line-height: 28px; margin-top: 12px;}
.ab13tp{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.ab13b{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 10px;}
    
.ab13lie{ width: 33%;}
}

.ab1main4{ background: #eef4ff url("../images/ab14bei.jpg") no-repeat top center; background-size: 100% auto; padding-bottom: 97px;}
.ab1main4 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab14tu{ width: 48.4%; border-radius: 12px;}
.ab14tu img{width: 100%; border-radius: 12px;}
.ab14zi{ width: 44.3%;}
.ab14a{ font-size: 20px; font-size: 2rem; line-height: 40px; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.ab14p{ color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 34px; margin-top: 4px;}
.ab14p p{color: #666666;}

@media screen and (max-width:1359px) {
.ab14a{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.ab14p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 4px;}
}
@media screen and (max-width:999px) {
.ab1main4{ padding-bottom: 40px;}
}
@media screen and (max-width:767px) {
.ab14tu{ width: 100%; border-radius: 12px; margin-top: 20px;}
.ab14zi{ width: 100%;}

.ab14a{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.ab14p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 4px;}
}

/*  main5  */
#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;z-index:99999999999999999999999999999999999999;}
 #baguetteBox-overlay.visible{opacity:1}
 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);}
 
 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:Verdana, Geneva, sans-serif;}
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;
 border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}
 .baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}
 .spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
 .double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
 .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
 @-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}
 @keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.ab1main5{ padding-top: 66px; padding-bottom: 108px;}
.ab15p{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 25px; text-align: center;}
.ab15n{ font-size: 0px; padding-top: 18px;}
.ab15lie{ width: 18%; display: inline-block; vertical-align: top; margin-left: 2.5%; margin-top: 20px;}
.ab15lie:nth-child(5n-4){margin-left: auto;}
.ab15tu{ display: block; overflow: hidden; position: relative; background: #000000;}
.ab15tu img{width: 100%; transform: scale(1) !important}
.ab15tu i{ position: fixed; width: 30px; height: 30px; line-height: 30px; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fed000; font-size: 16px; opacity: 0}
.ab15zi{display: block; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 9px;}
.ab15tu:hover img{opacity: 0.4}
.ab15tu:hover i{ opacity: 1}

@media screen and (max-width:1359px) {
.ab1main5{ padding-top: 40px; padding-bottom: 50px;}
.ab15p{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.ab15n{ padding-top: 10px;}
.ab15lie{ width: 19%; margin-left: 1.25%; margin-top: 20px;}
.ab15zi{ font-size: 14px; font-size: 1.4rem; line-height: 22px; margin-top: 5px;}
}
@media screen and (max-width:999px) {
.ab1main5{ padding-top: 30px; padding-bottom: 30px;}
.ab15tu:hover img{opacity: 1}
.ab15tu:hover i{ opacity: 0}
}
@media screen and (max-width:767px) {
.ab15p{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
    .ab15lie{ margin-top: 10px; width: 32.33%; margin-left: 1.5%;}
    .ab15lie:nth-child(3n-2){ margin-left: auto;}
.ab15zi{ font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width:439px) {
    .ab15lie{ margin-top: 10px; width: 49.5%; margin-left: 1% !important;}
    .ab15lie:nth-child(2n-1){ margin-left: auto !important;}
}

/**********************  about2  *********************/
.ab2main{padding-top: 38px; padding-bottom: 135px;}
.ab2lie{display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 43px;}
.ab2tu{ width: 48.857%; margin-top: 80px;}
.ab2tu img{ width: 100%;}
.ab2zi{ width: 45.7%;}

.ab2a1{ position: relative; padding-left: 56px; font-size: 30px; font-size: 3rem; line-height: 42px; font-weight: bold;}
.ab2a1 img{ width: 52px; position: absolute; top: 0px; left: 0px;}

.ab2n{ padding-top:6px;}
.ab2lien{ margin-top:30px;  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); border-radius: 8px; background:#fff; padding: 15px; position:relative; cursor:pointer; transition:0.8s;}
.wen{ color: #082b2f; font-size:18px; font-size:1.8rem; line-height:34px; padding-right:30px; transition:0.8s; position: relative;}
.wen em{ display:block; line-height:34px; color:#4b8fff; position:absolute; right:2px; top:0px; font-size: 26px !important; transition:0.8s;}

.ab2lieh{}
.ab2lieh em{ transform:rotate(90deg)}
.da{color: #666666; font-size:16px; font-size:1.6rem; line-height:26px; margin-top:10px; display:none}
.da p{ color:#666666;}
.ab2lieh .da{ display:block;}

.ab2lie:nth-child(2n){ flex-direction: row-reverse;}

@media screen and (max-width:1359px) {
.ab2main{padding-top: 30px; padding-bottom: 45px;}
.ab2lie{ margin-top: 40px;}
.ab2tu{ width: 49%; margin-top: 0px;}
.ab2zi{ width: 48%;}

.ab2a1{ padding-left: 56px; font-size: 26px; font-size: 2.6rem; line-height: 42px; font-weight: bold;}
.ab2a1 img{ width: 52px; position: absolute; top: 0px; left: 0px;}

.ab2n{ padding-top:6px;}
.ab2lien{ margin-top:20px; padding: 10px;}
.wen{ font-size:16px; font-size:1.6rem; line-height:30px; padding-right:30px;}
.wen em{ line-height:30px; right:0px; font-size: 22px !important;}

.da{ font-size:14px; font-size:1.4rem; line-height:24px; margin-top:10px; display:none}
}
@media screen and (max-width:999px) {
.ab2main{padding-top: 15px; padding-bottom: 30px;}
.ab2a1{ padding-left: 45px; font-size: 22px; font-size: 2.2rem; line-height: 34px;}
.ab2a1 img{ width: 40px;}

.ab2lien{ margin-top:10px; padding:5px 10px;}
.wen{ font-size:14px; font-size:1.4rem; line-height:26px; padding-right:30px;}
.wen em{ line-height:26px;}

.da{ font-size:12px; font-size:1.2rem; line-height:22px; margin-top:10px; padding-bottom: 10px; display:none}
}
@media screen and (max-width:767px) {
.ab2tu{ width: 100%; margin-top: 0px;}
.ab2zi{ width: 100%; margin-top: 20px;}
.ab2a1{ font-size: 18px; font-size: 1.8rem; line-height: 34px;}
}

/***********************  about3  ****************/
.abmain3{ position: relative;margin-top: 80px; margin-bottom: 200px;}
.abmain3:before{content: ""; position: absolute; width: 0px; height: 100%; left: 50%; top: 0px; border: dashed 1px #ede9e8; z-index: -1}
.ab3biao{display: block; width: 300px; height: 62px; background: #ffffff; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14); border-radius: 10px; line-height: 62px; text-align: center; margin: auto; font-size: 26px; font-size: 2.6rem; font-weight: bold;}
.ab3lie{ margin-top: 20px;}
.ab3lien{width: 50%; display: inline-block; position: relative;}
.ab3i{position:relative; height: 54px;}
.ab3i:before{content: ""; position: absolute; background: #ececec; top: 50%; height: 2px; margin-top: -1px;}
.ab3i i{ display: block; width: 54px; height: 54px; text-align: center; line-height: 54px; border-radius: 50%; font-size: 22px; position: absolute; top: 0px;}

.ab3lie:nth-child(2n-1){}
.ab3lie:nth-child(2n){ text-align: right;}
.ab3lie:nth-child(2n-1) .ab3lien{ text-align: right;}
.ab3lie:nth-child(2n) .ab3lien{ text-align: left;}
.ab3lie:nth-child(2n-1) .ab3n{ padding-right: 56px;}
.ab3lie:nth-child(2n) .ab3n{ padding-left: 56px;}

.ab3lie:nth-child(2n-1) .ab3i i{ background: #fed000; right: -27px;}
.ab3lie:nth-child(2n) .ab3i i{background: #4b8fff; color: #fff; left: -27px;}
.ab3lie:nth-child(2n-1) .ab3i:before{ left: 0px; right: 61px;}
.ab3lie:nth-child(2n) .ab3i:before{right: 0px; left: 61px;}

.ab3n{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.ab3n p{margin-top: 8px;}
.ab3n p strong{ font-size: 22px; font-size: 2.2rem;}
.ab3n p,.ab3n strong,.ab3n p em{ color: #333;}
.ab3n img{ max-width: 100%; display: inline-block;}

@media screen and (max-width:1359px) {
.abmain3{margin-top: 50px; margin-bottom: 100px;}
.ab3biao{ width: 240px; height: 40px; line-height: 40px; font-size: 20px; font-size: 2rem;}
.ab3n{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.ab3n p{margin-top: 8px;}
.ab3n p strong{ font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width:767px) {
.abmain3{margin-top: 30px; margin-bottom: 30px;}
.abmain3:before{ left: 15px;}
 .ab3biao{ width: 200px; height: 40px; line-height: 40px; font-size: 18px; font-size: 1.8rem; margin-left: 0px;}
   .ab3lien{width: 100%;}
    
.ab3lie .ab3lien{ text-align: left !important;}
.ab3lie .ab3n{ padding-left: 40px !important; padding-right: 0px !important;}

    .ab3lie .ab3i{ height: 30px;}
.ab3lie .ab3i i{background: #4b8fff; color: #fff; left: 0px !important; width: 30px; height: 30px; line-height: 30px; font-size: 14px;}
.ab3lie .ab3i:before{right: 0px !important; left: 40px !important;}

.ab3n{ font-size: 12px; font-size: 1.2rem; line-height: 24px;}
.ab3n p strong{ font-size: 16px; font-size: 1.6rem;}
}

/********************  about4  *********************/
.abmain4{position: relative; margin-bottom: 150px; margin-top: 80px;}
.abmain4:before{ content: ''; position: absolute; width: 2px; height: 100%; background: #dadada; top: 0px; left: 50%; margin-left: -1px; z-index: -1}
.abmain4:after{content: ""; clear: both; display: block;}

.ab4n{padding-top: 42px;}
.ab4lie{ width: 50%; margin-top: 110px; position: relative;}
.ab4lie:before{content: ""; position: absolute; width: 11px; height: 11px; background: #fed000; border: 5px solid #f4f6fa; border-radius: 50%; top: 50px;}

.ab4sp{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.ab4a{border-radius: 10px 10px 0px 0px; line-height: 36px; padding: 5px; text-align: center; font-size: 20px; font-size: 2rem; font-weight: bold;}

.ab4n .row{ position: relative;}

.ab4n .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y; background: #f3f3f3; border-radius: 10px; margin-top: 12px;}
.ab4n .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.ab4n .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.ab4n .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.ab4n .owl-carousel .owl-item{float: left;}
.ab4n .owl-controls .owl-page,.ab4n .owl-controls .owl-buttons div{cursor: pointer;}
.ab4n .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.ab4n .owl-theme .owl-controls{margin-top: 0px;text-align: center; background: #cccccc; line-height: 46px; width: 100%;border-radius: 0px 0px 10px 10px;}
.ab4n .owl-theme .owl-controls .owl-page{display: inline-block; vertical-align: middle;zoom: 1;*display: inline;}
.ab4n .owl-theme .owl-controls .owl-page span{display: block;width: 8px;height: 8px;margin: 0 7px;border-radius: 50%;background: #ffffff; font-size: 0px; transition: 0.5s;}
.ab4n .owl-theme .owl-controls .owl-page.active span{ width: 14px; height: 14px; background:#fed000;}

.ab4p{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 20px;}
.ab4p:after{content: ""; clear: both; display: block;}
.ab4p p{color: #666666;}
.ab4tu{ width: 59.3%; float: left; margin-right: 20px; margin-bottom: 2px;}
.ab4tu img{width: 100%;}

.ab4lie:nth-child(2n-1):before{ right: -10px;}
.ab4lie:nth-child(2n):before{ left: -10px;}

.ab4lie:nth-child(2n-1) .row:before{content: ""; position: absolute; width: 0; border: 7px solid #fed000; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent; left: 100%; top: 16px;}
.ab4lie:nth-child(2n) .row:before{content: ""; position: absolute; width: 0; border: 7px solid #4b8fff; border-bottom-color:transparent ; border-top-color: transparent; border-left-color: transparent; right: 100%; top: 16px;}

.ab4lie:nth-child(2n-1){float: left; padding-right: 46px;}
.ab4lie:nth-child(2n){float: right; padding-left: 46px;}
.ab4lie:first-child{margin-top: 0px;}
.ab4lie:nth-child(2){margin-top: 284px;}

.ab4lie:nth-child(2n-1) .ab4a{ background: #fed000;}
.ab4lie:nth-child(2n) .ab4a{ background: #4b8fff; color: #fff;}
.ab4lie:nth-child(2n-1) .ab4tu img{ border-radius: 36px 0px 0px 0px;}
.ab4lie:nth-child(2n) .ab4tu img{ border-radius: 0px 36px 0px 0px;}

@media screen and (max-width:1359px) {
.abmain4{margin-bottom: 80px; margin-top: 50px;}
.ab4sp{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.ab4a{ line-height: 36px; padding: 5px; font-size: 18px; font-size: 1.8rem;}
.ab4p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 20px 10px;}
}
@media screen and (max-width:999px) {
.abmain4{margin-bottom: 40px; margin-top: 40px;}
    .ab4lie{width: 100%; float: none !important; margin-top: 20px !important; padding: 0px !important}
    .abmain4:before{ display: none}
.ab4n{padding-top: 12px;}
    
    .ab4lie:before,.ab4lie .row:before{display: none}
}
@media screen and (max-width:767px) {
.abmain4{margin-bottom: 30px; margin-top: 30px;}
.ab4sp{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.ab4a{ line-height: 36px; padding: 5px; font-size: 14px; font-size: 1.4rem;}
.ab4p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding: 20px 10px;}
    .ab4tu{ width: 50%; margin-right: 10px;}
}

/*********************  3-1  *********************/
.rd1main1{ padding-top: 73px;}
.rd11biao{ font-size: 40px; font-size: 4rem; line-height: 50px; font-weight: bold;}
.re11n{display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 16px;}
.rd11p{ width: 48%; font-size: 18px; font-size: 1.8rem; line-height: 34px;}

@media screen and (max-width:1359px) {
.rd1main1{ padding-top: 50px;}
.rd11biao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.rd11p{ font-size: 14px; font-size: 1.4rem; line-height: 28px;}
}
@media screen and (max-width:999px) {
.rd1main1{ padding-top: 30px;}
.rd11biao{ font-size: 26px; font-size: 2.6rem; line-height: 32px;}
.re11n{ padding-top: 10px;}
    .rd11p{ width: 100%;}
}
@media screen and (max-width:767px) {
.rd11biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.rd11p{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

@keyframes quan
{
0% { transform: rotate(0)}
100% {transform: rotate(360deg)}
}


.rd1main2{display: flex; flex-flow: wrap; justify-content: space-between;}
.rd12lie{ padding-top: 50px;}
.rd12lie{ width: 22%; text-align: center; margin-top: 20px;}
.rd12tu{ width: 70%; max-width: 165px; margin: auto; position: relative;}
.rd12tu:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px;
 background: url("../images/rd12tu.png") no-repeat center; background-size: cover;  -webkit-animation-name:quan; animation-name:quan; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; -webkit-animation-duration:3s; animation-duration:3s;
}
.rd12tu span{ display: block; position: relative; padding-bottom: 100%; height: 0px;}
.rd12tu i{display: block; position: absolute; width: 100%; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 38px; font-size: 3.8rem; line-height: 42px; font-style: normal; left: 0px; top: 50%; transform: translateY(-50%);}
.rd12zi{ text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 26px; font-weight: bold; margin-top: 30px;}

@media screen and (max-width:1359px) {
.rd12zi{font-size: 16px; font-size: 1.6rem; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.rd12lie{ padding-top: 20px;}
.rd12tu i{ font-size: 28px; font-size: 2.8rem; line-height: 34px;}

.rd12zi{font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
}
@media screen and (max-width:767px) {
.rd12lie{ width: 49%; margin-top: 15px;}

.rd12tu i{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.rd12zi{font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}

.rd1main3{ padding-top: 56px; padding-bottom: 54px;}
.rd13tu{ box-shadow: 0px 2px 35px 0px rgba(6, 0, 1, 0.13); border-radius: 12px;}
.rd13tu img{border-radius: 12px; width: 100%;}
.rd13b{ position: relative; padding-left: 343px; min-height: 460px; margin-top: 56px;}
.rd13l{ width: 283px; position: absolute; left: 0px; top: 0px;}
.rd13tu2{ padding: 8px; position: relative;}
.rd13tu2 img{width: 100%;}
.rd13tu2:before{content: ""; width: 53%; height: 52.5%; position: absolute; background: #fed000; border-radius: 8px; opacity: 0.4; top: 0px; right: 0px; z-index: -1}
.rd13tu2:after{content: ""; width: 53%; height: 52.5%; position: absolute; background: #fed000; border-radius: 8px; opacity: 0.4; bottom: 0px; left: 0px; z-index: -1}
.rd13a{ font-size: 22px; font-size: 2.2rem; line-height: 30px; font-weight: bold; text-align: center; margin-top: 18px;}
.rd13p{ font-size: 16px; font-size: 1.6rem; line-height: 28px; text-align: center; margin-top: 7px;}

.rd13zi{ background: url("../images/yinhao.jpg") no-repeat right top; padding-right: 105px; font-size: 18px; font-size: 1.8rem; line-height: 38px; padding-top: 8px;}

@media screen and (max-width:1359px) {
.rd13b{ padding-left: 300px; min-height: 450px; margin-top: 56px;}
.rd13a{ font-size: 18px; font-size: 1.8rem; line-height: 28px; margin-top: 10px;}
.rd13p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 3px;}

.rd13zi{ background-size: 60px; padding-right: 65px; font-size: 14px; font-size: 1.4rem; line-height:32px; padding-top: 8px;}
}
@media screen and (max-width:999px) {
.rd1main3{ padding-bottom: 34px; padding-top: 30px;}
.rd13zi{ background-size: 30px; padding-right: 35px; font-size: 14px; font-size: 1.4rem; line-height:28px; padding-top: 0px;}
}
@media screen and (max-width:767px) {
.rd1main3{ padding-bottom: 25px;}
.rd13b{ padding-left: 0px; min-height: 0px; margin-top: 35px;}
    .rd13b:after{content: ""; clear: both; display: block;}
    .rd13l{position: relative; left: auto; top: auto; width: 36%; float: left; margin-right: 16px;}

.rd13a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 7px;}
.rd13p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 3px;}

.rd13tu2{ padding: 4px;}
.rd13zi{ background: none; padding-right: 0px; font-size: 12px; font-size: 1.2rem; line-height:22px;}
}

.rd1main4{ background: #f1f1f1;}

.img-scroll3 {position: relative;}
.rd14nav{ width: 105px; height: 40px; position: absolute; bottom: 10px; left: 50%; margin-left: -700px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 40px; height: 40px; line-height:40px; border-radius: 8px; background: #ffffff; font-size:14px; font-size:1.4rem; color:#333; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll3 .prev { left: 0px; cursor: pointer;}
.img-scroll3 .next { right:0px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { background: #fed000; color: #fff;}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:1%; margin-right:0.048%; position:relative;display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; flex-direction: row-reverse;}

.rd14tu{ width: 50%;}
.rd14tu img{width: 100%;}
.rd14zi{ width: 50%; text-align: right; padding: 20px 0; padding-bottom: 80px;}
.rd14zin{ width: 700px; display: inline-block; vertical-align: middle; text-align: left; padding-right: 60px;}
.rd14a{ font-size: 40px; font-size: 4rem; line-height: 50px; font-weight: bold;}
.rd14p{ font-size: 18px; font-size: 1.8rem; line-height: 34px; margin-top: 16px;}

@media screen and (max-width:1559px) {
    .rd14zin{ width: 95%;}
.rd14nav{ left: 2.5%; margin-left:0px;}

.rd14a{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.rd14p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 16px;}
}
@media screen and (max-width:1359px) {
.rd14a{ font-size: 26px; font-size: 2.6rem; line-height: 40px;}
.rd14zin{ padding-right: 30px;}
}
@media screen and (max-width:767px) {
.rd14tu{ width: 100%;}
.rd14zi{ width: 100%; text-align: center;}
.rd14zin{}

.rd14a{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.rd14p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 16px;}
}

.rd1main5{padding-top: 57px;}

.rd1main5 .row{margin-left: -14px; margin-right: -14px;}
.rd1main5 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.rd1main5 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.rd1main5 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.rd1main5 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.rd1main5 .owl-carousel .owl-item{float: left; padding: 0 14px;}
.rd1main5 .owl-controls .owl-page,.rd1main5 .owl-controls .owl-buttons div{cursor: pointer;}
.rd1main5 .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.rd1main5 .owl-theme .owl-controls{margin-top: 30px;text-align: center; width: 100%;}
.rd1main5 .owl-theme .owl-controls .owl-page{display: inline-block; vertical-align: middle;zoom: 1;*display: inline;}
.rd1main5 .owl-theme .owl-controls .owl-page span{display: block;width: 16px;height: 16px;margin: 0 7px;border-radius: 50%;background: #fff; border: solid 2px #fed000; font-size: 0px; transition: 0.5s;}
.rd1main5 .owl-theme .owl-controls .owl-page.active span{ background:#fed000;}

.rd15tu{ display: block; position: relative; background: #fed000; border-radius: 12px;}
.rd15tu img{transform: scale(1) !important; border-radius: 12px; width: 100%;}
.rd15tu i{position: absolute; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 46px; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0}
.rd15tu:hover img{ opacity: 0.2}
.rd15tu:hover i{ opacity: 1}

@media screen and (max-width:1359px) {

}
@media screen and (max-width:999px) {
.rd1main5{padding-top: 30px;}
.rd15tu:hover img{ opacity: 1}
.rd15tu:hover i{ opacity: 0}
.rd1main5 .owl-carousel .owl-item{ padding: 0 5px;}
.rd1main5 .row{margin-left: -5px; margin-right: -5px;}
.rd1main5 .owl-theme .owl-controls{margin-top: 15px;}
.rd1main5 .owl-theme .owl-controls .owl-page span{width: 12px;height: 12px;margin: 0 2px;}
}
@media screen and (max-width:767px) {
.rd1main5 .owl-carousel .owl-item{ padding: 0 2px;}
.rd1main5 .row{margin-left: -2px; margin-right: -2px;}
}

.rd1main6{ background: url("../images/rd1bei.jpg") no-repeat right center; background-size:cover; background-attachment: fixed; position: relative; padding-bottom: 119px;}
.rd1main6:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/rd1bei.jpg") no-repeat center; background-size:cover; z-index: -1}
.rd16tu img{width: 100%;}
.rd16biao{ font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 50px; position: relative; margin-top: 53px; padding-bottom: 22px;}
.rd16biao:before{content: ""; position: absolute; width: 100px; height: 4px; background: #fed000; border-radius: 2px; left: 0px; bottom: 0px;}
.rd16p{ font-size: 18px; font-size: 1.8rem; line-height: 38px; padding-right: 20%; margin-top: 24px;}

@media screen and (max-width:1359px) {
.rd1main6{ padding-bottom: 60px;}
.rd16biao{ font-size: 30px; font-size: 3rem; line-height: 40px; margin-top: 40px; padding-bottom: 10px;}
.rd16biao:before{ width: 80px; height: 2px;}
.rd16p{ font-size: 16px; font-size: 1.6rem; line-height: 30px; padding-right: 20%; margin-top: 20px;}
}
@media screen and (max-width:999px) {
    .rd1main6:after{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(255,255,255,0.6); z-index: 1}
    .rd1main6 .zong{position: relative; z-index: 2}
.rd16biao{ font-size: 26px; font-size: 2.6rem; line-height: 30px; margin-top: 40px; padding-bottom: 10px;}
.rd16biao:before{ width: 80px; height: 2px;}
.rd16p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-right: 0; margin-top: 15px;}
}
@media screen and (max-width:767px) {
.rd1main6{ padding-bottom: 50px;}
.rd16biao{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 40px; padding-bottom: 5px;}
.rd16biao:before{ width: 80px; height: 2px;}
.rd16p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 15px;}
}

.rd1main7{}
.rd1main7 .rd16p{padding-right: 0px;}

.rd1main8{ padding-top: 98px; padding-bottom: 148px;}
.rd18biao{ text-align: center; padding-bottom: 0px; margin: auto;}
.rd18biao:before{display: none}
.rd18n{ font-size: 0px;}
.rd18lie{ width: 22%; display: inline-block; vertical-align: top; margin-left: 4%; margin-top: 38px;}
.rd18lie:nth-child(4n-3){margin-left: auto;}
.rd18tu{ display: block;}
.rd18tu img{width: 100%;}
.rd18zi{ background: #fed000; border-radius: 12px; padding: 0 5px; text-align: center; line-height: 64px;}
.rd18zi span{display: inline-block; vertical-align: middle; font-size: 18px; font-size: 1.8rem; line-height: 25px;}

@media screen and (max-width:1359px) {
.rd18lie{ width: 24%; margin-left: 1.333%; margin-top: 20px;}
.rd18zi span{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width:999px) {
.rd1main8{ padding-top: 30px; padding-bottom: 58px;}
.rd18lie{ width: 32.333%; margin-left: 1.5% !important; margin-top: 20px;}
.rd18lie:nth-child(3n-2){margin-left: auto !important;}
}
@media screen and (max-width:767px) {
.rd1main8{ padding-top: 30px; padding-bottom: 30px;}
.rd18lie{ width: 49.5%; margin-left: 1% !important; margin-top: 20px;}
.rd18lie:nth-child(3n-2){margin-left: 1% !important;}
.rd18lie:nth-child(2n-1){margin-left: auto !important;}
.rd18zi{ line-height: 50px;}
.rd18zi span{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}

/*******************  3-2  *****************/
.rd2main1{ background: url("../images/rd12bei.png") no-repeat bottom center; background-size: 100% 519px;}
.rd2main1 .zong{ height: 738px; padding-top: 70px; position: relative;}
.rd21t{ width: 420px; margin-left: 100px;}
.rd21biao{ font-size: 40px; font-size: 4rem; line-height: 50px; font-weight: bold;}
.rd21pz{ color: #666666; font-size: 28px; font-size: 2.8rem; line-height: 40px; margin-top: 5px;}

.rd21lie1{ position: absolute; left: 100px; bottom: 66px; width: 500px;}
.rd21lie2{ position: absolute; right: 0px; top: 117px; width: 620px; min-height: 140px; padding-right: 240px;}
.rd21lie3{ position: absolute; right: 100px; bottom: 0px; width: 530px; min-height: 108px; padding-right: 144px; text-align: right;}

.rd21a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; font-weight: bold;}
.rd21p{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 8px;}
.rd21d{display: block; width: 178px; height: 40px; background: #fed000; border-radius: 19px 20px 20px 20px;	border: solid 2px #fed000; line-height: 36px; text-align: center; font-size: 18px; font-size: 1.8rem; font-weight: bold; float: right; margin-top: 20px;}
.rd21d i{display: inline-block; vertical-align: middle; margin-right: 6px; font-size: 24px;}

.rd21mor{ width: 108px;	height: 108px; line-height: 108px; text-align: center; background: #ffffff; box-shadow: 0px 7px 38px 0px rgba(0, 0, 0, 0.1); border-radius: 50%;}
.rd21mor i{ color: #f5cb0c; font-size: 50px;}
.rd21lie1 .rd21mor{ margin-left: 25%;}
.rd21lie2 .rd21mor{ margin-left: 25%; margin-top: 35px;}
.rd21lie3 .rd21mor{ position: absolute; right: 0px; top: 0px;}

.rd21tu{ width: 218px; border-radius: 12px; position: absolute; right: 0px; top: 0px;}
.rd21tu img{width: 100%;}

@media screen and (max-width:1359px) {
.rd21t{ width: 350px; margin-left: 0px;}
.rd21biao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.rd21pz{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 5px;}
    
    .rd21lie2{width: 500px;}
.rd21lie2 .rd21mor{ margin-left: 38%; margin-top: 15px;}
}
@media screen and (max-width:1219px) {
    .rd2main1 .zong{ height: auto; padding-top: 50px;}
.rd21t{ width: 100%; margin-left: 0px; border-bottom: 1px solid #ccc; padding-bottom: 20px;}
    .rd2main1{ background:none}
    .rd21lie{position: relative; width: 100%; top: auto; right: auto; left: auto; bottom: auto; text-align: left; margin-top: 20px; border-bottom: 1px solid #ccc; padding-bottom: 20px;}
    .rd21lie3{padding-right: 0px; min-height: 0px;}
    .rd21mor{display: none}
    .rd21d{ float: none;}

.rd21biao{ font-size: 26px; font-size: 2.6rem; line-height: 32px;}
.rd21pz{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 5px;}
.rd21d{ width: 150px; height: 40px; font-size: 14px; font-size: 1.4rem; margin-top: 12px;}
    .rd21d i{ font-size: 18px;}
    
.rd21a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.rd21p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 8px;}

.rd21tu{ width: 200px;}
}
@media screen and (max-width:767px) {
    .rd2main1 .zong{ height: auto; padding-top: 30px;}
.rd21tu{ position: relative; margin-bottom: 10px;}
    .rd21lie2{ padding-right: 0px;}
.rd21a{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.rd21p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 8px;}

.rd21biao{ font-size: 22px; font-size: 2.2rem; line-height: 32px;}
.rd21pz{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 5px;}
}

.rd2main2{ padding-top: 60px;}
.rd22n{ border-radius: 10px; overflow: hidden; display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 28px;}
.rd22lie{ position: relative; width: 48.7%; }

.rd22tu{}
.rd22tu img{width: 100%;}
.rd22zi{position: absolute; width: 100%; line-height: 29px; left: 0px; bottom: 0px; padding: 15px 10px; text-align: center; background: #fed000; background: rgba(254, 208, 0, 0.8); font-size: 20px; font-size: 2rem;}

@media screen and (max-width:1359px) {
.rd22zi{ padding:10px 5px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.rd2main2{ padding-top: 30px;}
.rd22n{ margin-top: 20px;}
.rd22lie{ width: 49.5%;}
}
@media screen and (max-width:767px) {
.rd22zi{ padding:5px; font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width:449px) {
.rd22n{ margin-top: 10px;}
.rd22lie{ width: 100%; margin-top: 10px;}
}

.rd2main3{padding-top: 65px; padding-bottom: 95px;}
.rd23pz{ max-width: 920px; margin: auto; text-align: center; color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 34px; margin-top: 8px;}

#outer3 { margin-top:38px; font-size:0px; position: relative; padding-right: 475px; min-height: 474px;}
#outer3:before{content: ""; position: absolute; width: 444px; height: 444px; background: url("../images/rd23quan.png") no-repeat center; top: 30px; right: 277px; z-index: -1}
#outer3:after{ content:""; clear:both; display:block;}
#tab3 {zoom: 1; font-size:0px; width: 305px; position: absolute; right: 0px; top: 0px; padding-top: 18px;}
#tab3 li{ transition:0.5s; cursor:pointer; display:block; position:relative; margin-top: 69px;}
#tab3 li:nth-child(2),#tab3 li:nth-child(3){ padding-left: 47px;}
#tab3 li a{ display: inline-block; vertical-align: middle; color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold;}
#tab3 li.current3 a{color: #4b8fff;}

#content3 { display: block;}
#content3 .tabul3 {display: none; font-size:0px; vertical-align:middle; text-align:left;}
#content3 .tabul3:after{content: ""; clear: both; display: block;}

.rd2main3 .row{}
.rd2main3 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.rd2main3 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.rd2main3 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.rd2main3 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.rd2main3 .owl-carousel .owl-item{float: left;}
.rd2main3 .owl-controls .owl-page,.rd2main3 .owl-controls .owl-buttons div{cursor: pointer;}
.rd2main3 .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.rd2main3 .owl-theme .owl-controls{ position: absolute; text-align: center; width: 100%; left: 0px; bottom: 15px;}
.rd2main3 .owl-theme .owl-controls .owl-page{display: inline-block; vertical-align: middle;zoom: 1;*display: inline;}
.rd2main3 .owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px;margin: 0 4px;border-radius: 50%; border: solid 2px #ffffff; font-size: 0px; transition: 0.5s;}
.rd2main3 .owl-theme .owl-controls .owl-page.active span{ background:#fed000;}

.rd23tu{border-radius: 20px;}
.rd23tu img{border-radius: 20px; width: 100%;}
.rd23p{ color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 34px; margin-top: 26px;}
.rd23p p{ color: #666666;}

@media screen and (max-width:1359px) {
.rd23pz{font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 8px;}

#outer3 {padding-right: 350px; min-height: 474px;}
#outer3:before{ width: 300px; height: 300px; background-size: cover; right: 240px; z-index: -1}
#tab3 { width: 240px;}
    #tab3 li{ margin-top: 40px;}
#tab3 li a{  font-size: 14px; font-size: 1.4rem; line-height: 30px; font-weight: bold;}
#tab3 li:nth-child(2),#tab3 li:nth-child(3){ padding-left: 30px;}

.rd23p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 15px;}
}
@media screen and (max-width:999px) {
.rd2main3{padding-top: 45px; padding-bottom: 45px;}
    #outer3{padding: 0px; padding-left: 110px; margin-top: 25px; min-height:290px;}
    #outer3:before{display: none;}
    #tab3 { width: 100px; left: 0px; top: 0px; padding: 0px;}
    #tab3 li{ padding-left: 0px !important; margin-top: 0px; border-bottom: 1px solid #cccc; padding: 10px 0;}
    #tab3 li a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
} 
@media screen and (max-width:767px) {
.rd2main3{padding-top: 30px; padding-bottom: 30px;}
.rd23pz,.rd23p{font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 8px;}
    #tab3 li a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.rd2main3 .owl-theme .owl-controls{ bottom: 5px;}
.rd2main3 .owl-theme .owl-controls .owl-page span{width: 10px;height: 10px;margin: 0 2px;}

    #outer3{ padding-left: 90px; margin-top: 25px;}
    #tab3 { width: 80px; left: 0px; top: 0px; padding: 0px;}
}
@media screen and (max-width:399px) {
    #tab3 li a{ font-size: 10px; font-size: 1rem; line-height: 20px;}
}

/******************************  4-1  **********************************/
.whbanner{background: url("../images/whbanner.jpg") no-repeat center top; background-size: cover;}
.whbanner .zong{text-align: left;}
.whbanner .fenbiao{color: #333;}
.whbanner .fenbiao:before{left: 0px; transform: translateX(0)}
.whbanner .mianbao{color: #666666;}
.whbanner .mianbao a{color: #666666;}
.whbanner .mianbao a:hover{color: #333333;}
.whbanner .comian{color: #333333 !important;}

.head3 .daohang li a{color: #333;}
.head3 .sou2{color: #333;}

.whmain1{ background: url("../images/whbei1.jpg") no-repeat top center; background-size: 100%; margin-top: 85px; padding-top: 80px; padding-bottom: 50px;}
.whmain1 .zong:after{content: ""; clear: both; display: block;}
.wh1tu{ width: 52%; float: left;}
.wh1tu img{ width: 100%;}
.wh1zi{ width: 40.7%; float: right;}
.wh1biao{ font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 22px; font-size: 2.2rem; line-height: 38px; margin-top: 20px;}
.wh1biao span{font-size: 50px;}
.wh1biao strong{font-size: 50px;font-weight: normal;}
.wh1p{ font-size: 18px; font-size: 1.8rem; line-height: 36px; margin-top: 38px;}

@media screen and (max-width:1359px) {
.wh1zi{ width: 44%; float: right;}
.wh1biao{font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 10px;}
.wh1biao span{font-size: 40px;}
.wh1biao strong{font-size: 40px;}
.wh1p{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 25px;}
}
@media screen and (max-width:999px) {
.whmain1{ margin-top: 35px; padding-top: 40px;}
.wh1biao{font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 0px;}
.wh1biao span{font-size: 30px;}
.wh1biao strong{font-size: 30px;}
.wh1p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 16px;}
}
@media screen and (max-width:767px) {
    .whmain1{ background-size: 150%; background-position: left top; padding-top: 10px; padding-bottom: 20px;}
.wh1tu{ width: 70%; float: none; margin: auto;}
    .wh1zi{ width: 100%; float: none; margin-top: 20px;}
.wh1biao{font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.wh1biao span{font-size: 30px;}
.wh1biao strong{font-size: 30px;}
.wh1p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 15px;}
}


@keyframes whtu
{
0% { border-radius: 100% 40% 70% 40%;}
25% { border-radius: 90% 50% 60% 40%;}
50% { border-radius: 50%;}
75% { border-radius: 50% 90% 100% 70%;}
100% { border-radius: 40% 100% 50% 100%;}
}
@keyframes whtu1
{
0% { border-radius: 40% 100% 50% 100%;}
25% { border-radius: 50% 90% 100% 70%;}
50% { border-radius: 70% 40% 90% 100%;}
75% { border-radius: 90% 50% 60% 40%;}
100% { border-radius: 100% 40% 70% 40%;}
}

.whmain2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 38px;}
.wh2lie{width: 32%; text-align: center;}
.wh2tu{ width: 90%; max-width: 277px; position: relative; margin: auto;}
.wh2tu:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0%; top: 0%; z-index: 2; 
-webkit-animation-name:whtu; animation-name:whtu; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; animation-direction:alternate; -webkit-animation-direction:alternate;
}
.wh2tu:after{content: ""; position: absolute; width: 100%; height: 100%; left: -5%; top: -5%; background: #f2f2f4; z-index: 1;
-webkit-animation-name:whtu1; animation-name:whtu1; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; animation-direction:alternate; -webkit-animation-direction:alternate;
}

.wh2tu p{ position: relative; padding-bottom: 100%; z-index: 3}
.wh2tu p span{ color: #ffffff; font-size: 34px; font-size: 3.4rem; line-height: 40px; text-align: center; position: absolute; width: 100%; left: 0px; top: 50%; transform: translateY(-50%); font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.wh2tu p strong{ font-weight: normal; color: #ffffff; font-size: 34px; font-size: 3.4rem; line-height: 40px; text-align: center; position: absolute; width: 100%; left: 0px; top: 50%; transform: translateY(-50%); font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.wh2a{ font-size: 22px; font-size: 2.2rem; line-height: 30px; text-align: center; min-height: 60px; font-weight: bold; margin-top: 20px;}
.wh2p{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 8px;}
.wh2p p{color: #666666;}

.wh2lie:nth-child(1) {}
.wh2lie:nth-child(2) {}
.wh2lie:nth-child(3) {}

.wh2lie:nth-child(2) .wh2tu p span{color: #333333;}
.wh2lie:nth-child(2) .wh2tu p strong{color: #333333;font-weight: normal;}

.wh2lie:nth-child(1) .wh2tu:before{ background: #84bf66; -webkit-animation-duration:2.8s; animation-duration:2.8s;}
.wh2lie:nth-child(2) .wh2tu:before{ background: #fed000; -webkit-animation-duration:3s; animation-duration:3s;}
.wh2lie:nth-child(3) .wh2tu:before{ background: #4b8fff; -webkit-animation-duration:3.2s; animation-duration:3.2s;}

.wh2lie:nth-child(1) .wh2tu:after{ -webkit-animation-duration:2.7s; animation-duration:2.7s;}
.wh2lie:nth-child(2) .wh2tu:after{ -webkit-animation-duration:2.9s; animation-duration:2.9s;}
.wh2lie:nth-child(3) .wh2tu:after{ -webkit-animation-duration:3.1s; animation-duration:3.1s;}

@media screen and (max-width:1359px) {
.wh2tu p span{ font-size: 28px; font-size: 2.8rem; line-height: 30px;}
.wh2tu p strong{ font-size: 28px; font-size: 2.8rem; line-height: 30px;}

.wh2a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; min-height: 52px; margin-top: 20px;}
.wh2p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 8px;}
}
@media screen and (max-width:999px) {
.whmain2{ padding-top: 20px;}
.wh2tu p span{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.wh2tu p strong{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
}
@media screen and (max-width:767px) {
.wh2a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; min-height: 48px; margin-top: 10px;}
.wh2p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 8px;}
}
@media screen and (max-width:639px) {
.whmain2{ padding-top: 10px;}
.wh2lie{width: 100%; margin-top: 20px;}
.wh2tu{ width: 80%; max-width: 170px;}
.wh2tu p span{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.wh2tu p strong{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}

.whmain3{display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.wh3zi{ width: 57.8%;}
.wh3tu{ width: 36.2%;}
.wh3tu img{width: 100%;}
.wh3biao{ font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana; font-size: 22px; font-size: 2.2rem; line-height: 38px;}
.wh3p{ font-size: 18px; font-size: 1.8rem; line-height: 36px; margin-top: 20px;}

@media screen and (max-width:1359px) {
.wh3biao{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.wh3p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.whmain3{ padding-top: 30px;}
}
@media screen and (max-width:767px) {
.wh3biao{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.wh3p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
}
@media screen and (max-width:599px) {
.wh3zi{ width: 100%;}
.wh3tu{ width: 100%; max-width: 400px; margin: auto; margin-top: 20px;}
}

.whmain4{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 130px; padding-bottom: 120px;}
.wh4lie{ width: 48.57%; background: #f2f2f4; border-radius: 20px; padding:60px 35px; position: relative;}
.wh4tu{width: 229px; position: absolute; right: 0px; top: -130px;}
.wh4tu img{width: 100%;}
.wh4a{ font-size: 22px; font-size:2.2rem; line-height: 42px; font-family: Poppins, Arial, "Arial Black", "sans-serif", Verdana;}
.wh4p{ font-size: 18px; font-size: 1.8rem; line-height: 36px; margin-top: 20px;}

@media screen and (max-width:1359px) {
.wh4a{ font-size: 18px; font-size:1.8rem; line-height: 30px;}
.wh4p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.whmain4{ padding-top: 130px; padding-bottom: 40px;}
.wh4tu{width: 150px; top: -85px;}
    .wh4lie{  padding: 20px;}
}
@media screen and (max-width:767px) {
.whmain4{ padding-top: 70px; padding-bottom: 30px;}
.wh4a{ font-size: 14px; font-size:1.4rem; line-height: 26px;}
.wh4p{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}
    .wh4lie{  padding: 20px 10px;}
.wh4tu{width: 80px; top: -45px;}
}

/********************  news  ********************/
.nenav{ text-align: center; font-size: 0px; padding-bottom: 50px;}
.nenav a{display: inline-block; vertical-align: middle; border-radius: 0px 20px 20px 20px; border: solid 2px #fed000; height: 40px; line-height: 36px; padding-left: 50px; padding-right: 22px; text-align: center; font-size: 18px; font-size: 1.8rem; font-weight: bold; margin: 10px 28px; position: relative;}
.nenav a i{ display: block; width: 38px; height: 36px; background: #fed000; border-radius: 0px 0px 0px 18px; text-align: center; line-height: 36px; position: absolute; left: 0px; top: 0px; font-size: 26px; transition: 0.5s;}
.nenav a:hover{ background: #fed000;}
.nenav a:hover i{background: #fff;}
.dangne{ background: #fed000 !important;}
.dangne i{background: #fff !important;}

@media screen and (max-width:999px) {
.nenav{ padding-bottom: 40px;}
.nenav a{ padding-left: 50px; padding-right: 15px; font-size: 14px; font-size: 1.4rem; margin: 10px;}
}
@media screen and (max-width:767px) {
 .nenav{display: flex; text-align: center; justify-content: space-between;}
   .nenav a i{display: none;}
    .nenav a{ width: 100%;  padding: 5px 10px; margin: 5px; font-size: 12px; font-size: 1.2rem; height: auto; line-height: 20px;}
}


.nel{}
.nelie{display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-bottom: 40px;}
.nelie:nth-child(2n){flex-direction: row-reverse;}
.netu{ display: block; width: 54.37%;border-radius: 20px; overflow: hidden;}
.netu img{border-radius: 20px; width: 100%;}
.nezi{ width: 42.7%;}
.nesp{ display: inline-block; padding: 5px 12px; background: #fed000; line-height: 30px; font-size: 16px; font-size: 1.6rem; border-radius: 6px;}
.nea{display:block; color: #666666; font-size: 22px; font-size: 2.2rem; line-height: 40px; font-weight: bold; margin-top: 20px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.neriqi{display: block; color: #6a6969; font-size: 18px; font-size: 1.8rem; line-height: 30px; font-weight: bold; margin-top: 19px;}
.neriqi i{ display: inline-block; vertical-align: middle; width: 30px; height: 30px; line-height: 30px; text-align: center; background: #fed000; border-radius: 4px; margin-right: 9px;}
.nep{color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.nep a{display: block; color: #666666; margin-top: 18px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}
.nemor{ display:inline-block; height: 38px; background: #fed000; line-height: 38px; border-radius: 19px; font-size: 16px; font-size: 1.6rem; padding: 0 27px; margin-top: 62px;}
.nemor i{display: inline-block; vertical-align: middle; margin-left: 6px;}
.nezi a:hover{ color: #fed000;}
.nezi .nemor:hover{ color: #fff;}

.nel .fenye{text-align: center;}
.nel .fenyen{ display: inline-block; float: none;}

@media screen and (max-width:1359px) {
.nesp{ padding: 5px 12px; line-height: 26px; font-size: 14px; font-size: 1.4rem;}
.nea{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 20px;}
.neriqi{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 10px;}
.neriqi i{ margin-right: 4px;}
.nep{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.nep a{ margin-top: 10px; -webkit-line-clamp: 4;}
.nemor{ font-size: 14px; font-size: 1.4rem; padding: 0 15px; margin-top: 30px;}
.nemor i{ margin-left: 4px;}
}
@media screen and (max-width:999px) {
.netu{ width: 30%;border-radius: 10px;}
    .netu img{border-radius: 10px;}
.nezi{ width:67%;}

    .nelie{margin-bottom: 30px}
.nesp{ padding: 5px; line-height: 20px; font-size: 12px; font-size: 1.2rem;}
.nea{ font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 10px; -webkit-line-clamp: 1;}
.neriqi{ font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 5px;}
.neriqi i{display: none}
.nep{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.nep a{ margin-top: 5px; -webkit-line-clamp: 2;}
.nemor{ display: none}
}
@media screen and (max-width:439px) {
.netu{ width: 100%;border-radius: 10px;}
.nezi{ width:100%; margin-top: 20px;}
}

/*******************  news2  *******************/
.net{display: flex; flex-flow: wrap; justify-content: space-between;}
.net .nesp,.net .neriqi{margin-top:auto}
.nel h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-weight: bold; margin-top: 37px;}
.nexiang{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 20px;}
.nexiang p,.nexiang em{color: #666666;}
.nexiang strong{ display: block; font-size: 20px; font-size: 2rem; line-height: 34px; padding-top: 60px; background: url("../images/yin2.jpg") no-repeat left top;color: #333333;}
.nesh{text-align: center;}
.nesh .share1{color: #999999;}

.fanpian{ text-align: center; font-size: 0px; border-top: 1px solid #999999; margin-top: 30px; padding-top: 30px;}
.fanpian li{width: 160px;display: inline-block; vertical-align: middle; position: relative; text-align: left; margin: 5px 18px;}
.fanpian a,.fanpian span{display:block; border-radius: 0px 20px 20px 20px; border: solid 2px #fed000; height: 40px; line-height: 36px; padding-left: 50px; width: 100%; font-size: 18px; font-size: 1.8rem; font-weight: bold;}
.fanpian a i,.fanpian span i{ display: block; width: 38px; height: 36px; background: #fed000; border-radius: 0px 0px 0px 18px; text-align: center; line-height: 36px; position: absolute; left: 2px; top: 2px; font-size: 16px; transition: 0.5s;}
.fanpian a:hover{ background: #fed000;}
.fanpian a:hover i{background: #fff;}

@media screen and (max-width:1359px) {
.nel h1{ font-size: 20px; font-size: 2rem;  margin-top: 20px;}
.nexiang{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 20px;}
.nexiang strong{ font-size: 16px; font-size: 1.6rem; line-height: 30px; padding-top: 50px;}
}
@media screen and (max-width:999px) {
.nel h1{ font-size: 18px; font-size: 1.8rem; line-height: 30px;  margin-top: 20px;}
.nexiang strong{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding-top: 0px; background: none;}

.fanpian li{width: 130px; margin: 5px;}
.fanpian a,.fanpian span{ font-size: 14px; font-size: 1.4rem; font-weight: bold;}
}
@media screen and (max-width:767px) {
.nel h1{ font-size: 16px; font-size: 1.6rem;  margin-top: 20px;}
.nexiang{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.nexiang strong{ font-size: 14px; font-size: 1.4rem; }
}

/*******************  cotact  ************************/
.comain1{display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 74px;}
.co1l{ width: 45%;}
.co1r{ width: 47.8%; background-color: #f2f2f4;	border-radius: 40px; padding: 30px 27px;}

.co1biao{ font-size: 32px; font-size: 3.2rem; line-height: 40px; position: relative; font-weight: bold; padding-bottom: 13px;}
.co1biao:before{content: ''; position: absolute; width: 100px; height: 4px;	background: #fed000; border-radius: 2px; left: 0px; bottom: 0px;}
.coln{ padding-top: 20px;}
.colie{ padding-left: 72px; position: relative; min-height: 52px; margin-top: 30px;}
.colie i{ width: 52px; height: 52px; border-radius: 50%; text-align: center; line-height: 52px; position: absolute; top: 0px; left: 0px; font-size: 40px;}
.coa{ font-size: 20px; font-size: 2rem; line-height: 32px; padding: 10px 0; font-weight: bold;}
.cop{ font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #666666;}
.cop p{color: #666666;}

.cote{ width: 329px; height: 182px; background: url("../images/gutou.jpg") no-repeat; position: relative; transform: rotate(-13deg); margin-top: 40px;}
.cote span{position: absolute; font-size: 16px; font-size: 1.6rem; line-height: 26px; font-weight: bold; left: 110px; top: 87px;}

.corbiao{ text-align: center;}
.corbiao:before{left: 50%; transform: translateX(-50%);}
.coxin{display: flex; flex-flow: wrap; justify-content: space-between;}
.coxin .int1{ width: 46.7%; margin-top: 29px;}
.coxin .int1 input{ width: 100%; border: solid 1px #333333; height: 50px; line-height: 48px; border-radius: 4px; padding: 0 10px; padding-left: 18px; color: #999999; font-size: 14px; font-size: 1.4rem; background: none;}
.coxin .int2{ width: 100%; margin-top: 29px;}
.coxin .int2 textarea{ width: 100%; border: solid 1px #333333; height: 135px; line-height: 28px; border-radius: 4px; padding: 10px; padding-left: 18px; color: #999999; font-size: 14px; font-size: 1.4rem; background: none;}
.coxin .yanzheng{ width: 155px;	height: 50px; cursor: pointer;}
.coxin .int3{ width: 174px; border: solid 2px #fed000; height: 46px; line-height: 42px; border-radius: 23px; padding: 0 10px; color: #333333; font-size: 16px; font-size: 1.6rem; background: #fed000; margin-top: 44px; cursor: pointer; transition: 0.5s;}
.coxin .int3:hover{ background: #fff;}
.coxin .xing{background: url("../images/xing.png") no-repeat 9px 22px;}

@media screen and (max-width:1359px) {
.co1biao{ font-size: 28px; font-size: 2.8rem; line-height: 32px; padding-bottom: 10px;}
.co1biao:before{ width: 70px; height: 2px;}

.colie{ padding-left: 52px; min-height: 40px; margin-top: 20px;}
.colie i{ width: 40px; height: 40px; line-height: 40px; font-size: 30px;}
.coa{ font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 5px 0; font-weight: bold;}
.cop{ font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #666666;}

.co1r{ width: 52%; border-radius: 20px; padding:20px 15px;}
}
@media screen and (max-width:999px) {
.co1biao{ font-size: 24px; font-size: 2.4rem; line-height: 28px; padding-bottom: 10px;}
}
@media screen and (max-width:767px) {
.co1l{ width:100%;}
.co1r{ width:100%; padding: 20px 8px;}
    .cote{ width: 240px; background-size: 100%;}
.cote span{ font-size: 12px; font-size: 1.2rem; line-height: 26px; left: 80px; top: 60px;}

.co1biao{ font-size: 20px; font-size: 2rem; line-height: 28px; padding-bottom: 10px;}

.coln{ padding-top: 10px;}
.colie{ padding-left: 40px; min-height: 30px; margin-top: 20px;}
.colie i{ width: 30px; height: 30px; line-height: 30px; font-size: 22px;}
.coa{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 2px 0;}
.cop{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}

.coxin .int1{ width: 49%; margin-top: 10px;}
.coxin .int1 input{ height: 40px; line-height: 38px; font-size: 12px; font-size: 1.2rem;}
.coxin .int2{ margin-top: 10px;}
.coxin .int2 textarea{ height: 100px; line-height: 28px; padding:5px 10px; padding-left: 18px; font-size: 12px; font-size: 1.2rem;}
.coxin .yanzheng{ width: 130px;	height: 40px;}
.coxin .int3{ width: 140px; height: 36px; line-height: 32px; font-size: 14px; font-size: 1.4rem; margin-top: 10px;}

.coxin .xing{background: url("../images/xing.png") no-repeat 9px 17px;}
}

.comain2{ background: url("../images/prbei.jpg") no-repeat left top; display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 74px; padding-bottom: 110px;}
.ditu{ width: 55.3%;}
.ditu img{width: 100%;}
.co2l{ width: 44.7%; padding: 0 60px; text-align: right;}
.co2ln{ width: 100%; height: 100%; max-width: 440px; display: inline-block; background: #f2f2f4; border-radius: 40px;}
.co2tu{ display: block; border-radius: 40px 40px 0 0;}
.co2tu img{ width: 100%; border-radius: 40px 40px 0 0;}
.co2zi{ padding:56px 20px; text-align: left; padding-bottom: 10px;}
.co2biao{ font-size: 26px; font-size: 2.6rem; font-weight: bold; line-height: 32px; text-align: center;}
.co2n{ padding-top: 23px;}
.co2n p{ padding-left: 155px; font-size: 18px; font-size: 1.8rem; line-height: 36px; margin-top: 10px; position: relative;}
.co2n p span{width: 140px; text-align: right; color: #666666; position: absolute; left: 0px; top: 0px;}
.coew img{max-width: 100%;}
.co2n p a:hover{ color: #fed000;}

@media screen and (max-width:1799px) {
.co2zi{ padding:20px 10px; padding-bottom: 10px;}
.co2biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.co2n{ padding-top: 10px;}
.co2n p{ padding-left: 135px; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px; position: relative;}
.co2n p span{width: 120px;}
}
@media screen and (max-width:1559px) {
.co2biao{ font-size: 20px; font-size: 2rem; line-height: 26px;}
.co2n p{ padding-left: 135px; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 3px; position: relative;}
.co2zi{ padding:10px;}
}
@media screen and (max-width:1359px) {
.comain2{ margin-top: 40px; padding-bottom: 50px;}
.co2ln{ border-radius: 20px;}
.co2tu{ border-radius: 20px 20px 0 0;}
.co2tu img{ border-radius: 20px 20px 0 0;}

.ditu{ width: 65%;}
.co2l{ width: 35%; padding: 0 20px;}

.co2n p{ padding-left: 95px; font-size: 14px; font-size: 1.4rem;}
.co2n p span{width: 80px;}
}
@media screen and (max-width:999px) {
    .comain2{ background: none;}
.ditu{ width: 60%;}
.co2l{ width: 40%; padding: 0 2.5%;}
.co2zi{ padding:20px 10px;}
   .co2tu{ display: none}
    .co2n p{padding: 0px;margin-top: 7px;}
    .co2n p span{ position: relative; width: auto; display: inline-block;}
}
@media screen and (max-width:767px) {
.comain2{ margin-top: 30px; padding-bottom: 30px;}
.ditu{ width: 100%; margin-top: 20px;}
.co2l{ width: 100%;}
.co2ln{ width: 100%; max-width: none;}
.co2n p{ font-size: 12px; font-size: 1.2rem;}
}









@media screen and (max-width:1359px) {

}
@media screen and (max-width:999px) {

}
@media screen and (max-width:767px) {

}












@font-face {
  font-family: Poppins-Regular;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
       url("../fonts/Poppins-Regular.woff") format("woff"),
       url("../fonts/Poppins-Regular.ttf") format("truetype"),
       url("../fonts/Poppins-Regular.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
       url("../fonts/Poppins-Bold.woff") format("woff"),
       url("../fonts/Poppins-Bold.ttf") format("truetype"),
       url("../fonts/Poppins-Bold.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont"; /* Project id 3334018 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1650090684600') format('woff2'),
       url('../fonts/iconfont.woff?t=1650090684600') format('woff'),
       url('../fonts/iconfont.ttf?t=1650090684600') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-c:before {
  content: "\e609";
}

.icon-news:before {
  content: "\e671";
}

.icon-rili:before {
  content: "\e641";
}

.icon-weizhixiangqing:before {
  content: "\e8ac";
}

.icon-anquanjianchaoff:before {
  content: "\e612";
}

.icon-anniu_jiantouxiangzuo_o:before {
  content: "\eb89";
}

.icon-jiantou_yemian_xiangyou_o:before {
  content: "\eb93";
}

.icon-zixun:before {
  content: "\e629";
}

.icon-gugexitong:before {
  content: "\e617";
}

.icon-jiaoyin:before {
  content: "\e62f";
}

.icon-shijian:before {
  content: "\e8b8";
}

.icon-fangda:before {
  content: "\e644";
}

.icon-qiyegongsi:before {
  content: "\e63e";
}

.icon-wei:before {
  content: "\e65d";
}

.icon-huanxingmaonang1:before {
  content: "\e818";
}

.icon-yachi:before {
  content: "\e75c";
}

.icon-xiazai-wenjianxiazai-11:before {
  content: "\e856";
}

.icon-jiantou_yemian_xiangyou_o-copy:before {
  content: "\eb94";
}

.icon-hotfill:before {
  content: "\e757";
}

.icon-shishi_xinwen_zixun:before {
  content: "\e628";
}

.icon-ziyuan8:before {
  content: "\e60b";
}

.chanxiang .table table{ max-width: 800px;margin: auto; }
.chanxiang .table table tr td{ line-height: 36px; }
.chanxiang .table table p{ color:#666; }
.nexiang p img{ display: inline-block; }

.tagkey{ font-size: 16px; font-size: 1.6rem; margin: 20px 0; line-height: 28px; }
.m-kefu-chat.mobile-hide{ right: 6px!important; }
.fenye a.no:hover {color: #999!important; border: solid 1px #e5e5e5!important; background: none!important;}
.item-btns a.no:hover  {color: #333!important; background-color: #E5E5E5!important;}
.ppp{line-height: 30px; font-size: 16px; font-size: 1.6rem; margin-top: 21px; display: block;}
.actives{color: #d52c2c!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.listcart {width: 100%;text-align: center;}
.listcart a {
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 34px;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 10px;
    border-radius: 15px;
    background-color: #b8b8b8;
    margin-bottom: 10px;
    }
    .listcart a:hover {background: #fed000;}
    .xunpanc{margin-top: 20px; width: 100%;}
    .xunpanc .table {margin-top: 0;}
    .xunpanc table tr td{border: 1px solid #ccc; text-align: left; padding: 3px;}
    .xunpanc table tr td a:hover{color: #fed000;}

.rd22lie{ overflow: hidden;}










