.swiper-button-prev::after, .swiper-button-next::after{display: none;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {background-image: none;left: 0px;right: auto;}
.swiper-button-prev::before{content: "\e724";font-weight: 600;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {background-image: none;right: 0px;left: auto; }
.swiper-button-next::before{content: "\e725";font-weight: 600;}
.swiper-button-next, .swiper-button-prev { font-family: "iconfont"; font-size: 18px;  text-align: center; color: #333; z-index: 10; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {opacity: 1 !important;}


html {font-size: 62.5%;height: 100%}
body {margin: 0 auto; font-family: "Poppins-Regular", Arial, Helvetica, sans-serif; font-size: 12px;font-size: 1.2rem;height: 100%;background: #FFFFFF;width:100%;max-width:1920px;margin:0 auto; 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 {margin: 0;padding: 0;list-style: none;}
img{display: inline-block;vertical-align: top;max-width: 100%;height: auto;aspect-ratio:auto;}
a {text-decoration: none;color: #333;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
a:hover, button:hover{color: #121418;}
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;}
input, textarea { border: none; background: none; }
input[type="submit"], textarea[type="submit"] { cursor: pointer; }
input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }
input[type="radio"], textarea[type="radio"] { cursor: pointer; }
input:focus, textarea:focus { outline: none; }
textarea { resize: none; }

.pull-left { float: left; }
.pull-right { float: right; }
.clear { clear: both; }
.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
::selection { color: #fff; background: #121418;}
* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box; }
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; }
.self-ellipsis-1 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; }
.self-ellipsis-2 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.self-ellipsis-3 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.self-ellipsis-4 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.self-ellipsis-5 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.self-ellipsis-6 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.self-ellipsis-7 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
.self-ellipsis-8 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 8; -webkit-box-orient: vertical; }

.relative { position: relative; }
.absolute { position: absolute; }
.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }
.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }
.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.nlazy { min-width: 20%; }
::-webkit-scrollbar {width: 4px;height: 3px;}
::-webkit-scrollbar-thumb{border-radius: 10px;box-shadow: inset 0 0 5px rgba(0,0,0,0);background : rgba(0,0,0,0);}
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0,0,0,0);border-radius: 0;background: rgba(0,0,0,0);}

.email { word-break: break-all; }

.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.scale-big:hover 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); }

.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }
[class*="-item"] .item-pic a, [class*="-item"] .item-pics a { position: relative; display: block; text-align: center; overflow: hidden; }
[class*="-item"] .item-title a { display: block; overflow: hidden;color: #333;}

[class*="-item"] .item-title a:hover { color: #063364; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color:  #063364!important; }

[class*="-item"] .item-desc { overflow: hidden; color: #666; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #063364; }

#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#000;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)}}


::-webkit-input-placeholder {/* WebKit browsers */
 color:#777;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#777;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#777;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#777;opacity:1 }
.head-bottom form ::-webkit-input-placeholder {/* WebKit browsers */
  color: #BFC2C9;opacity:1}
.head-bottom form :-o-placeholder {/* Mozilla Firefox 4 to 18 */
  color: #BFC2C9;opacity:1 }
.head-bottom form ::-moz-placeholder {/* Mozilla Firefox 19+ */
  color: #BFC2C9;opacity:1 }
.head-bottom form :-ms-input-placeholder {/* Internet Explorer 10+ */
  color: #BFC2C9;opacity:1 }


.container{position: relative;width: 100%;padding: 0 15px;margin: 0 auto;}
@media (min-width:768px){.container{width:750px;}}
@media (min-width:992px){.container{width:980px;}}
@media (min-width:1200px){.container{width:1170px;}}
@media (min-width:1340px){.container{width:1310px;}}

.contain{position: relative;width: 100%;padding: 0 15px;margin: 0 auto;}
@media (min-width:768px){.contain{width:750px;}}
@media (min-width:992px){.contain{width:980px;}}
@media (min-width:1260px){.contain{width:1230px;}}


.item-table { display: table; table-layout: fixed; width: 100%; height: 100%; }
.item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

/*  head  */
.head{position: relative;left: 0;top: 0;width: 100%;z-index: 999;background: #fff;}
.head .head-top{position: relative;width: 100%;padding: 12px 0;display: flex;align-items: center;justify-content: space-between;}
.head .head-top .logo{display:block;position: absolute;width: 260px;font-size:0px;letter-spacing: 0;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.head .head-top .head-logo{display:block;float: left;position: relative;width: 260px;font-size:0px;letter-spacing: 0;height: 100px;text-align: center;}
.head .head-top .head-logo img{display: block;max-width: 260px;max-height: 100px;margin: auto;}
.head .head-top .head-top-left{position: relative;width: 30%;display: flex;align-items: center;justify-content: flex-start;}
.head .head-top .head-top-right{position: relative;width: 30%;display: flex;align-items: center;justify-content: flex-end;}
.head .head-top .head-top-left .top-icon{position: relative;padding: 40px 0;padding-right: 20px;display: inline-block;vertical-align: top;}
.head .head-top .head-top-right .top-icon{position: relative;padding: 40px 0;padding-left: 20px;display: inline-block;vertical-align: top;}
.head .head-top .top-icon .iconfont{display: inline-block;vertical-align: top;text-align: center; width: 20px;height: 20px;line-height: 20px;font-size: 20px;color: #121418;}


.head .head-tbody{position: relative;width: 100%;border-bottom:2px solid #121418;border-top: 1px solid #EAEAEA;}
.head .head-tbody.flex{display: flex;align-items: center;justify-content: space-between;}
.ynav{position:relative;padding: 29px 0px;cursor: pointer;padding-left: 20px;}
.ynav .dangqiandao>a{color: #ffffff!important; text-decoration: underline !important;}
.yvnava{position:relative;width: 18px;height: 14px;margin: 0 auto;}
.yvnava img{display: inline-block;vertical-align: top; width:100%;}
.yvnava .ysp{ display:block;width: 18px;height: 2px;background: #121418;border-radius: 1px;margin-bottom: 2px;}
.yvnava .ysp:last-child{margin-bottom: 0 !important;}
.yyiji{position:absolute;right: 0px;top:-9999px;width: 186px;background: #121418;box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);border-radius: 10px;z-index: 99;padding: 18px 0;}
.yerji{position:absolute;left:100%;top:-9999px;width: 186px;background: #121418;box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);border-radius: 10px;z-index: 99;padding: 18px 0;}
.yyiji li{position:relative;width: 100%;word-break: break-word;}
.yyiji li a{position: relative;display:block;font-size: 12px;font-size: 1.2rem;line-height:0px;color: #B3B5BD;z-index: 22;padding: 8px 28px;text-transform: uppercase;}
.yyiji li:hover>a{color: #ffffff;text-decoration: underline;}
.ynav:hover .yyiji{top:100%;}
.ynav:hover .yyiji>li>a{line-height: 24px;}
.yyiji li:hover .yerji{top:0px;}
.yyiji li:hover .yerji>li>a{ line-height: 24px;}

.daoz{position: relative;max-width: calc(100% - 40px);}
.daohang{position: relative;width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;}
.daohang>li{position:relative;display: inline-block;vertical-align: top;width: auto; margin-right: 64px;transition: all .5s;}
.daohang>li:nth-last-of-type(1){margin-right: 0 !important;}
.daohang>li>a{position: relative;display:inline-block;vertical-align: top;font-size: 16px;font-size: 1.6rem;color: #121418;line-height: 30px;padding: 21px 0px;}
.daohang>li:hover>a{font-family: Poppins}
.dangqiandao>a{font-family: Poppins}
.yijiw{position:absolute;top:-99999px;width: 290px;left: 0; z-index:9;text-align:left;}
.yiji{position: relative;width: 290px;background: #121418;box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);border-radius: 10px;z-index:9;padding: 18px 0;}
.yijiw li{transition:0.5s;}
.yijiw li a{position: relative;display:block;font-size:16px;font-size:1.6rem;line-height:0px;color: #B3B5BD;padding: 6px 20px;z-index: 22;font-family: Poppins-Regular;}
.yijiw li:hover>a{color: #fff;text-decoration: underline;}
.yijiw li.active>a{color: #fff;text-decoration: underline;}
.erjiw{position:absolute;top:-9999px;left:290px;width: 290px;}
.erji{position: relative;width: 100%;background: #121418;box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);border-radius: 10px;z-index:9;padding: 18px 0;}
.yiji .erji, .erji .sanji{display: none;}
.sanjiw{position:absolute;top:-9999px;left:290px;}
.sanji{position:relative;width:290px;background: #121418;box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);border-radius: 10px;z-index:9;padding: 18px 0;}
.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji li>a{line-height:28px;}
.yijiw .erjiw.active{top:0px;}
.yijiw .erjiw.active .erji>li>a{line-height:28px;}
.erjiw .sanjiw.active{top:0px;}
.erjiw .sanjiw.active .sanji>li>a{line-height:28px;}
.matn{margin-top:auto !important;}
.xnav{display:none}

.head-bottom{position: fixed;left: 0;top: -99999px;right: 0;transition: all 1.5s;background: #121418;box-shadow: 0px 9px 20px 0px rgba(0,0,0,0.1);}
.head-bottom.active{top: 0;padding: 139px 0;}
.head-bottom .head-search{display: block;position: relative;width: 100%;padding: 20px 0 18px;border-bottom: 2px solid #202227;display: flex;align-items: center;justify-content: space-between;}
.head-bottom .head-search .sou{display: inline-block;vertical-align: top;width: calc(100% - 150px);font-size: 24px;color: #fff;height: 50px;border: 0;line-height: 36px;}
.head-bottom .head-search .suo{display: inline-block;vertical-align: top;text-align: center; width: 140px;font-size: 14px;color: #FFFFFF;text-transform: uppercase;line-height: 30px;height: 50px;background: #080808;box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);border-radius: 25px;opacity: 0;z-index: 1111;position: relative;}
.head-bottom .head-search .suo2{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 28px;height: 28px;line-height: 28px;font-size: 26px;color: #fff;}
.head-bottom .item-close{position: absolute;right: 36px;top: 36px;width: 26px;height: 26px;line-height: 26px;text-align: center;font-size: 18px;color: #080808;cursor: pointer;}


/*  banner  */
.banner {position: relative;z-index: 2;line-height: 0;font-size: 0;padding-top: 30px;}
.banner .slick-arrow {position: absolute;top: 50%;transform: translateY(-50%);z-index: 99;display: block !important; width: 38px;height: 38px;line-height: 38px;text-align: center;color: #121418;cursor: pointer;background: #FFFFFF;box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);border-radius: 50%;;}
.banner .slick-arrow:hover{color: #fff;background: #121418;}
.banner .slick-prev {left: 20px;}
.banner .slick-next {right: 20px;}
.banner .slick-prev::before{content: "\e730";font-family: "iconfont";font-size: 11px;}
.banner .slick-next::before{content: "\e731";font-family: "iconfont";font-size: 11px;}
.banner .slick-dots {position: absolute;z-index: 999999;left:0;right: 0;bottom: 30px;text-align: center;font-size: 0;letter-spacing: 0;display: none !important;}
.banner .slick-dots li {position: relative;display: inline-block;vertical-align: top;width: 20px;height: 5px;background: #fff;cursor: pointer;margin: 0 5px;}
.banner .slick-dots li a {text-align: center;display: none;}
.banner .slick-dots li.slick-active{width: 30px;background: #43D5FC;}

@media screen and (max-width: 1339px) {
	.banner {padding-top: 28px;}
	.banner .slick-arrow {width: 36px;height: 36px;line-height: 36px;}
	.banner .slick-prev {left: 18px;}
	.banner .slick-next {right: 18px;}
	.banner .slick-prev::before{font-size: 10px;}
	.banner .slick-next::before{font-size: 10px;}
	.banner .slick-dots {bottom: 26px;}
	.banner .slick-dots li {width: 18px;height: 4px;margin: 0 5px;}
	.banner .slick-dots li.slick-active{width: 28px;height: 4px;}
}
@media screen and (max-width: 1199px) {
	.banner {padding-top: 24px;}
	.banner .slick-arrow {width: 32px;height: 32px;line-height: 32px;}
	.banner .slick-prev {left: 15px;}
	.banner .slick-next {right: 15px;}
	.banner .slick-prev::before{font-size: 10px;}
	.banner .slick-next::before{font-size: 10px;}
	.banner .slick-dots {bottom: 18px;}
	.banner .slick-dots li {width: 12px;height: 2px;margin: 0 4px;}
	.banner .slick-dots li.slick-active{width: 20px;height: 2px;}
}
@media screen and (max-width: 991px) {
	.banner {padding-top: 20px;}
	.banner .slick-arrow {width: 30px;height: 30px;line-height: 30px;}
	.banner .slick-prev {left: 10px;}
	.banner .slick-next {right: 10px;}
	.banner .slick-prev::before{font-size: 10px;}
	.banner .slick-next::before{font-size: 10px;}
	.banner .slick-dots {bottom: 16px;}
	.banner .slick-dots li {width: 10px;height: 2px;margin: 0 4px;}
	.banner .slick-dots li.slick-active{width: 18px;height: 2px;}
}
@media screen and (max-width: 720px) {
	.banner {padding-top: 16px;}
	.banner {display: block;}
	.banner.hide {display: block;}
	.banner .slick-arrow {width: 28px;height: 28px;line-height: 28px;}
	.banner .slick-prev {left: 8px;}
	.banner .slick-next {right: 8px;}
	.banner .slick-prev::before{font-size: 10px;}
	.banner .slick-next::before{font-size: 10px;}
	.banner .slick-dots {bottom: 12px;display: none !important;}
	.banner .slick-dots li {width: 10px;height: 2px;margin: 0 4px;}
	.banner .slick-dots li.slick-active{width: 18px;height: 2px;}
	.banner .slick-arrow {}
}
.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-dots .slide-count {display: none;}
.slick-slide {position: relative;}
.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;}

@media screen and (max-width: 991px) {
    .slick-slide video {object-position: inherit;object-fit: inherit;width: 100%;height: 100%;transform: translate(0, 0);left: 0;top: 0;}
}

@media screen and (max-width:1339px) {
	.head .head-top{padding: 10px 0;}
	.head .head-top .logo{width: 234px;}
	.head .head-top .head-logo{width: 234px;height: 90px;}
	.head .head-top .head-logo img{max-width: 234px;max-height: 90px;}
	.head .head-top .head-top-left{width: 30%;}
	.head .head-top .head-top-right{width: 30%;}
	.head .head-top .head-top-left .top-icon{padding: 35px 0;padding-right: 18px;}
	.head .head-top .head-top-right .top-icon{padding: 35px 0;padding-left: 18px;}
	.head .head-top .top-icon .iconfont{width: 20px;height: 20px;line-height: 20px;font-size: 20px;}

	.ynav{padding: 25px 0px;padding-left: 20px;}
	.yvnava{width: 18px;height: 14px;}
	.yvnava .ysp{width: 18px;height: 2px;margin-bottom: 2px;}
	.yyiji{width: 186px;border-radius: 10px;padding: 18px 0;}
	.yerji{width: 186px;border-radius: 10px;padding: 18px 0;}}
	.yyiji li a{font-size: 12px;font-size: 1.2rem;padding: 8px 28px;}
	.ynav:hover .yyiji>li>a{line-height: 24px;}
	.yyiji li:hover .yerji>li>a{ line-height: 24px;}

	.daoz{max-width: calc(100% - 40px);}
	.daohang>li{margin-right: 50px;}
	.daohang>li>a{font-size: 16px;font-size: 1.6rem;line-height: 28px;padding: 18px 0px;}

	.yijiw{width: 272px;}
	.yiji{width: 272px;padding: 16px 0;}
	.yijiw li a{font-size:16px;font-size:1.6rem;padding: 6px 20px;}
	.erjiw{left:272px;width: 272px;}
	.erji{padding: 16px 0;}
	.sanjiw{pleft:272px;}
	.sanji{width:272px;padding: 16px 0;}
	.daohang>li:hover .yiji li>a{line-height:28px;}
	.yijiw .erjiw.active .erji>li>a{line-height:28px;}
	.erjiw .sanjiw.active .sanji>li>a{line-height:28px;}


	.head-bottom.active{padding: 110px 0;}
	.head-bottom .head-search{padding: 18px 0 16px;}
	.head-bottom .head-search .sou{width: calc(100% - 150px);font-size: 22px;height: 48px;line-height: 34px;}
	.head-bottom .head-search .suo{width: 140px;font-size: 14px;line-height: 30px;height: 50px;border-radius: 25px;}
	.head-bottom .item-close{right: 36px;top: 36px;width: 26px;height: 26px;line-height: 26px;font-size: 18px;}
}
@media screen and (max-width:1199px) {
	.head .head-top{padding: 8px 0;}
	.head .head-top .logo{width: 208px;}
	.head .head-top .head-logo{width: 208px;height: 80px;}
	.head .head-top .head-logo img{max-width: 208px;max-height: 80px;}
	.head .head-top .head-top-left{width: 30%;}
	.head .head-top .head-top-right{width: 30%;}
	.head .head-top .head-top-left .top-icon{padding: 30px 0;padding-right: 18px;}
	.head .head-top .head-top-right .top-icon{padding: 30px 0;padding-left: 18px;}
	.head .head-top .top-icon .iconfont{width: 20px;height: 20px;line-height: 20px;font-size: 20px;}

	.ynav{padding: 20px 0px;padding-left: 18px;}
	.yvnava{width: 15px;height: 14px;}
	.yvnava .ysp{width: 1px;height: 2px;margin-bottom: 2px;}
	.yyiji{width: 182px;border-radius: 10px;padding: 18px 0;}
	.yerji{width: 182px;border-radius: 10px;padding: 18px 0;}}
	.yyiji li a{font-size: 12px;font-size: 1.2rem;padding: 6px 24px;}
	.ynav:hover .yyiji>li>a{line-height: 24px;}
	.yyiji li:hover .yerji>li>a{ line-height: 24px;}

	.daoz{max-width: calc(100% - 40px);}
	.daohang>li{margin-right: 50px;}
	.daohang>li>a{font-size: 16px;font-size: 1.6rem;line-height: 26px;padding: 14px 0px;}
	.yijiw{width: 272px;}
	.yiji{width: 272px;padding: 14px 0;}
	.yijiw li a{font-size:16px;font-size:1.6rem;padding: 6px 16px;}
	.erjiw{left:272px;width: 272px;}
	.erji{padding: 14px 0;}
	.sanjiw{pleft:272px;}
	.sanji{width:272px;padding: 14px 0;}
	.daohang>li:hover .yiji li>a{line-height:26px;}
	.yijiw .erjiw.active .erji>li>a{line-height:26px;}
	.erjiw .sanjiw.active .sanji>li>a{line-height:26px;}

	.head-bottom.active{padding: 72px 0;}
	.head-bottom .head-search{padding: 16px 0 14px;}
	.head-bottom .head-search .sou{width: calc(100% - 140px);font-size: 20px;height: 48px;line-height: 32px;}
	.head-bottom .head-search .suo{width: 136px;font-size: 14px;line-height: 30px;height: 50px;border-radius: 25px;}
	.head-bottom .item-close{right: 30px;top: 30px;width: 26px;height: 26px;line-height: 26px;font-size: 16px;}
}
@media screen and (min-width:992px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:991px) {
	.head{position: relative;}
	.banner{margin-top: 0 !important;}
	.head .head-top{padding: 5px 0;}
	.head .head-top .logo{width: 208px;}
	.head .head-top .head-logo{width: 130px;height: 50px;}
	.head .head-top .head-logo img{max-width: 130px;max-height: 50px;}
	.head .head-top .head-top-left{width: 30%;}
	.head .head-top .head-top-right{width: 30%;}
	.head .head-top .head-top-left .top-icon{padding: 15px 0;padding-right: 15px;}
	.head .head-top .head-top-right .top-icon{padding: 15px 0;padding-left: 18px;}
	.head .head-top .top-icon .iconfont{width: 20px;height: 20px;line-height: 20px;font-size: 20px;}
	.head .head-tbody{display: none;}
	.daoz,.yijiw,.yiji2,.htag,.hexin,.shejiao,.sousuo{ display:none}
	.clear3{clear:both;}
	.ynav{ display:none}
	.banner{margin-top:0;}
	.head-bottom.active{padding: 24px 0;}
	.head-bottom .head-search{padding: 16px 0 14px;}
	.head-bottom .head-search .sou{width: calc(100% - 140px);font-size: 20px;height: 48px;line-height: 32px;}
	.head-bottom .head-search .suo{width: 136px;font-size: 14px;line-height: 30px;height: 50px;border-radius: 25px;}
	.head-bottom .item-close{right: 30px;top: 30px;width: 26px;height: 26px;line-height: 26px;font-size: 16px;}

.xnav{ display:block}

.nav { position:fixed;width: 28px;height: 24px;background: #121418;right:15px;top: 18px;cursor: pointer;transition: 0.5s;z-index: 999999999}
.nav span {display: block;width: 18px;height: 2px;background: #fff;position: absolute;left: 50%;margin-left: -9px;top: 50%;transition: 0.5s;z-index: 99999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
.nav:hover .nav1 {width: 25px;}
.navh{top: 16px;}
.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.5s;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;}
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)}

.slick-dots{bottom:10px;}
.slick-dots li button{margin: 0 5px;width: 6px;height: 6px;}
.slick-dots li.slick-active button::before{width: 12px;border: 3px solid #78B7FE;height: 12px;}

.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: 26px;line-height: 26px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
.smdaohang form i {position: absolute;right: 10px;top: 5px;}
}

.footer{position: relative;overflow: hidden;background: #080808;font-family: Poppins-Regular;padding: 45px 0;}
.footer .fo-body{position: relative;width: 100%;font-size: 0;letter-spacing: 0;text-align: center;}
.footer .fo-body .foot-nav{font-size: 16px;color: #FFFFFF;line-height: 30px;}
.footer .fo-body .foot-nav li{display: inline-block;vertical-align: top;padding: 0 36px;}
.footer, .footer a { color: #FFFFFF; }
.footer a:hover { color: #121418; }

@media (max-width: 1339px) {
	.footer{padding: 36px 0;}
	.footer .fo-body .foot-nav{font-size: 16px;line-height: 28px;}
	.footer .fo-body .foot-nav li{padding: 0 30px;}
}
@media (max-width: 1199px) {
	.footer{padding: 28px 0;}
	.footer .fo-body .foot-nav{font-size: 15px;line-height: 26px;}
	.footer .fo-body .foot-nav li{padding: 0 24px;}
}
@media (max-width: 991px) {
	.footer{padding: 20px 0;}
	.footer .fo-body .foot-nav{font-size: 15px;line-height: 26px;}
	.footer .fo-body .foot-nav li{padding: 0 20px;}
}
@media (max-width: 767px) {
	.footer{padding: 14px 0;}
	.footer .fo-body .foot-nav{font-size: 14px;line-height: 24px;}
	.footer .fo-body .foot-nav li{padding: 0 12px;}
}

/* *****************    index    ******************* */

.section{position: relative;width: 100%;}
.sec-top{position: relative;width: 100%;font-size: 0;letter-spacing: 0;}
.sec-top.text-center{text-align: center;}
.sec-top.flex{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.sec-top-left{position: relative;}
.sec-title{position: relative;width: 100%;font-family: Poppins;font-weight: 400;font-size: 35px;font-size: 3.5rem;color: #121418;line-height: 48px;}
.sec-title a{color: #080808;} .sec-title a:hover{color: #121418;}
.sec-top-left .sec-title .titles{position: relative;display: inline-block;vertical-align: top;padding-right: 18px;z-index: 222;background: #fff;}
.sec-top-left .sec-title::before{position: absolute;content: "";left: 0%;top: 50%;transform: translateY(-3px);width: 100%;height: 1px;background: #EAEAEA;}
.sec-top-left .sec-title::after{position: absolute;content: "";left: 0%;top: 50%;transform: translateY(2px);width: 100%;height: 1px;background: #EAEAEA;}

.sec-top-text{position: relative;width: 100%;font-size: 16px;color: #666666;line-height: 28px;margin-top: 11px;}
.sec-top-text a{color: #666666;} .sec-top-text a:hover{color: #121418;}
.sec-btn{position: relative;display: inline-block;vertical-align: top;}
.sec-btn .btnn{position: relative;display: inline-block;vertical-align: top;width: auto;font-size: 16px;color: #121418;line-height: 30px;}

.sec-tbody-btn{position: relative;width: 100%;text-align: center;}
.sec-tbody-btn .btnn{position: relative;display: inline-block;vertical-align: top;text-align: center;text-transform: uppercase; min-width: 145px;font-size: 14px;color: #121418;line-height: 30px;padding: 8px 15px;background: #FFFFFF;border-radius: 25px;border: 2px solid #EAEAEA;}
.sec-tbody-btn a.btnn:hover{background: #FFFFFF;color: #121418;border-color:  #121418;}

@media screen and (max-width: 1339px) {
	.sec-title{font-size: 30px;font-size: 3rem;line-height: 42px;}
	.sec-top-left .sec-title .titles{padding-right: 16px;}

	.sec-top-text{font-size: 16px;line-height: 28px;margin-top: 10px;}
	.sec-btn .btnn{font-size: 16px;line-height: 28px;}

	.sec-tbody-btn .btnn{min-width: 140px;font-size: 14px;line-height: 28px;padding: 7px 14px;border-radius: 23px;}
}
@media screen and (max-width: 1199px) {
	.sec-title{font-size: 26px;font-size: 2.6rem;line-height: 38px;}
	.sec-top-left .sec-title .titles{padding-right: 16px;}

	.sec-top-text{font-size: 15px;line-height: 26px;margin-top: 8px;}
	.sec-btn .btnn{font-size: 16px;line-height: 26px;}

	.sec-tbody-btn .btnn{min-width: 128px;font-size: 14px;line-height: 24px;padding: 7px 14px;border-radius: 21px;}
}
@media screen and (max-width: 991px) {
	.sec-title{font-size: 22px;font-size: 2.2rem;line-height: 34px;}
	.sec-top-left .sec-title .titles{padding-right: 16px;}

	.sec-top-text{font-size: 14px;line-height: 24px;margin-top: 8px;}
	.sec-btn .btnn{font-size: 14px;line-height: 24px;}

	.sec-tbody-btn .btnn{min-width: 118px;font-size: 14px;line-height: 24px;padding: 5px 12px;border-radius: 19px;}
}
@media screen and (max-width: 767px) {
	.sec-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.sec-top-left .sec-title .titles{padding-right: 12px;}

	.sec-top-text{font-size: 14px;line-height: 24px;margin-top: 6px;}
	.sec-btn .btnn{font-size: 14px;line-height: 24px;}

	.sec-tbody-btn .btnn{min-width: 128px;font-size: 14px;line-height: 24px;padding: 4px 10px;border-radius: 18px;}
}

.sec1{position: relative;width: 100%;padding-top: 70px;padding-bottom: 30px;}
.sec1 .sec-top-left{position: relative;width: calc(100% - 104px);}
.sec1-tbody{position: relative;width: 100%;padding-top:26px;}
.sec1-tbody-swiper{position: relative;width: 100%;}
.sec1-tbody-swiper .swiper-button{top: 0;transform: translateY(-100%);margin-top: -30px;width: 34px;height: 34px;background: #FFFFFF;border-radius: 6px;border: 1px solid #121418;line-height: 32px;text-align: center;font-size: 14px;color: #121418;}.sec1-tbody-swiper .swiper-button:hover{color: #121418;border-color: #121418;}
.sec1-tbody-swiper .swiper-button-prev{left: auto;right: 44px;}
.sec1-tbody-swiper .swiper-button-next.swiper-button-disabled, .sec1-tbody-swiper .swiper-button-prev.swiper-button-disabled{color: #DDDDDD;border-color: #DDDDDD;}
.sec1-tbody-swiper .swiper-sec1{position: relative;width: 100%;overflow: hidden;}
.sec1-tbody-item{position: relative;display: inline-block;vertical-align: top;width: 100%;}
.sec1-tbody-item .item-box{position: relative;width: 100%;}
.sec1-tbody-item .item-box .item-pic{position: relative;width: 100%;transition: all .5s;text-align: center;background: #E2E2E2;border-radius: 10px;}
.sec1-tbody-item .item-box .item-body{position: relative;width: 100%;transition: all .5s;padding-top: 24px;}
.sec1-tbody-item .item-pic img{display: inline-block;vertical-align: top;width: 100%;padding-top: 1;}

.sec1-tbody-item .item-body .item-title{position: relative;width: 100%;font-family: Poppins;font-size: 22px;color: #121418;line-height: 34px;}
.sec1-tbody-item .item-body .item-info{position: relative;width: 100%;font-size: 14px;color: #A5A6AA;line-height: 24px;margin-top: 5px;}
.sec1-tbody-item .item-body .item-info span{display: inline-block;vertical-align: top;margin-left: 18px;}
.sec1-tbody-item .item-body .item-info .iconfont{font-size: 14px;}
.sec1-tbody-item .item-body .item-desc{position: relative;width: 100%;font-size: 14px;color: #6C6F72;line-height: 22px;margin-top: 5px;}

.sec1-tbody-item .item-body .item-title a{color: #121418;}
.sec1-tbody-item .item-body .item-title a:hover{color: #121418;}
.sec1-tbody-item .item-body .item-desc a{color: #6C6F72;}
.sec1-tbody-item .item-body .item-desc a:hover{color: #121418;}

.sec1-tbody .sec1-tbody-btn{margin-top: 56px;}
@media screen and (max-width: 1339px) {
	.sec1{padding-top: 60px;padding-bottom: 30px;}
	.sec1 .sec-top-left{width: calc(100% - 96px);}
	.sec1-tbody{padding-top:26px;}
	.sec1-tbody-swiper .swiper-button{margin-top: -30px;width: 32px;height: 32px;border-radius: 6px;line-height: 30px;}
	.sec1-tbody-swiper .swiper-button-prev{left: auto;right: 40px;}
	.sec1-tbody-item .item-box .item-body{padding-top: 20px;}

	.sec1-tbody-item .item-body .item-title{font-size: 20px;line-height: 32px;}
	.sec1-tbody-item .item-body .item-info{font-size: 14px;line-height: 24px;margin-top: 5px;}
	.sec1-tbody-item .item-body .item-info span{margin-left: 16px;}
	.sec1-tbody-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec1-tbody-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 5px;}
	.sec1-tbody .sec1-tbody-btn{margin-top: 48px;}
}
@media screen and (max-width: 1199px) {
	.sec1{padding-top: 50px;padding-bottom: 26px;}
	.sec1 .sec-top-left{width: calc(100% - 80px);}
	.sec1-tbody{padding-top:24px;}
	.sec1-tbody-swiper .swiper-button{margin-top: -28px;width: 30px;height: 30px;border-radius: 5px;line-height: 28px;}
	.sec1-tbody-swiper .swiper-button-prev{left: auto;right: 38px;}
	.sec1-tbody-item .item-box .item-body{padding-top: 16px;}

	.sec1-tbody-item .item-body .item-title{font-size: 18px;line-height: 30px;}
	.sec1-tbody-item .item-body .item-info{font-size: 14px;line-height: 24px;margin-top: 4px;}
	.sec1-tbody-item .item-body .item-info span{margin-left: 12px;}
	.sec1-tbody-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec1-tbody-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 4px;}
	.sec1-tbody .sec1-tbody-btn{margin-top: 40px;}
}
@media screen and (max-width: 991px) {
	.sec1{padding-top: 40px;padding-bottom: 20px;}
	.sec1 .sec-top-left{width: calc(100% - 80px);}
	.sec1-tbody{padding-top:20px;}
	.sec1-tbody-swiper .swiper-button{margin-top: -20px;width: 28px;height: 28px;border-radius: 4px;line-height: 26px;}
	.sec1-tbody-swiper .swiper-button-prev{left: auto;right: 34px;}
	.sec1-tbody-item .item-box .item-body{padding-top: 16px;}

	.sec1-tbody-item .item-body .item-title{font-size: 16px;line-height: 28px;}
	.sec1-tbody-item .item-body .item-info{font-size: 13px;line-height: 22px;margin-top: 4px;}
	.sec1-tbody-item .item-body .item-info span{margin-left: 12px;}
	.sec1-tbody-item .item-body .item-info .iconfont{font-size: 13px;}
	.sec1-tbody-item .item-body .item-desc{font-size: 12px;line-height: 20px;margin-top: 4px;}
	.sec1-tbody .sec1-tbody-btn{margin-top: 32px;}
}
@media screen and (max-width: 720px) {
	.sec1{padding-top: 30px;padding-bottom: 16px;}
	.sec1 .sec-top-left{width: calc(100% - 72px);}
	.sec1-tbody{padding-top:16px;}
	.sec1-tbody-swiper .swiper-button{margin-top: -18px;width: 28px;height: 28px;border-radius: 4px;line-height: 26px;}
	.sec1-tbody-swiper .swiper-button-prev{left: auto;right: 32px;}
	.sec1-tbody-item .item-box .item-body{padding-top: 12px;}

	.sec1-tbody-item .item-body .item-title{font-size: 16px;line-height: 28px;}
	.sec1-tbody-item .item-body .item-info{font-size: 13px;line-height: 22px;margin-top: 4px;}
	.sec1-tbody-item .item-body .item-info span{margin-left: 8px;}
	.sec1-tbody-item .item-body .item-info .iconfont{font-size: 13px;}
	.sec1-tbody-item .item-body .item-desc{font-size: 12px;line-height: 20px;margin-top: 4px;}
	.sec1-tbody .sec1-tbody-btn{margin-top: 24px;}
}

.sec2{position: relative;width: 100%;padding-top: 40px;padding-bottom: 30px;}
.sec2 .sec-top-left{position: relative;width: calc(100% - 72px);}
.sec2 .sec-top-right{position: relative;width: 64px;text-align: right;}
.sec2-tbody{position: relative;width: 100%;padding-top: 32px;}
.sec2-tbody-menu{position: relative;display: flex;flex-wrap: wrap;margin-left: -5px;margin-right: -5px;}
.sec2-tbody-menu .sec2-menu-item{display: inline-block;vertical-align: top;width: 16.666667%;padding: 0 5px;margin-bottom: 12px;}
.sec2-tbody-menu .sec2-menu-item .item-box{display: block;position: relative;width: 100%;padding: 15px 16px;background: #FFFFFF;border-radius: 10px;border: 2px solid #EAEAEA;text-align: center;}
.sec2-tbody-menu .sec2-menu-item .item-box .item-title{display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;position: relative;width: 100%;text-align: center;font-size: 16px;color: #121418;line-height: 26px;}
.sec2-tbody-menu .sec2-menu-item.active .item-box, .sec2-tbody-menu .sec2-menu-item .item-box:hover{border: 2px solid #121418;}
.sec2-tbody-contemt{position: relative;width: 100%;padding-top: 48px;}
.sec2-tbody-contemt .sec2-contemt-item{position: relative;width: 100%;display: none;}
.sec2-tbody-contemt .sec2-tbody-list{position: relative;display: flex;flex-wrap: wrap;margin-left: -17px;margin-right: -17px;}
.sec2-tbody-contemt .sec2-tbody-list .sec2-tbody-item{display: inline-block;vertical-align: top;width: 50%;padding: 0 17px;margin-bottom: 20px;}
.sec2-tbody-contemt .sec2-tbody-item .item-flex{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.sec2-tbody-item .item-flex .item-pic{position: relative;width: 260px;transition: all .5s;text-align: center;background: #E2E2E2;border-radius: 10px;}
.sec2-tbody-item .item-flex .item-body{position: relative;width: calc(100% - 280px);transition: all .5s;padding: 10px 0;}
.sec2-tbody-item .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.sec2-tbody-item .item-body .item-title{position: relative;width: 100%;font-family: Poppins;font-size: 22px;color: #121418;line-height: 34px;}
.sec2-tbody-item .item-body .item-info{position: relative;width: 100%;font-size: 14px;color: #A5A6AA;line-height: 24px;margin-top: 5px;}
.sec2-tbody-item .item-body .item-info span{display: inline-block;vertical-align: top;margin-left: 18px;}
.sec2-tbody-item .item-body .item-info .iconfont{font-size: 14px;}
.sec2-tbody-item .item-body .item-desc{position: relative;width: 100%;font-size: 14px;color: #6C6F72;line-height: 22px;margin-top: 8px;}
.sec2-tbody-item .item-body .item-title a{color: #121418;}
.sec2-tbody-item .item-body .item-title a:hover{color: #121418;}
.sec2-tbody-item .item-body .item-desc a{color: #6C6F72;}
.sec2-tbody-item .item-body .item-desc a:hover{color: #121418;}
.sec2-tbody-item .item-body .item-btn{position: relative;width: 100%;padding-top: 12px;}
.sec2-tbody-item .item-body .item-btn .btnn{display: inline-block;vertical-align: top;font-size: 14px;color: #121518;line-height: 22px;}


@media screen and (max-width: 1339px) {
	.sec2{padding-top: 36px;padding-bottom: 28px;}
	.sec2 .sec-top-left{width: calc(100% - 72px);}
	.sec2 .sec-top-right{width: 64px;text-align: right;}
	.sec2-tbody{padding-top: 28px;}
	.sec2-tbody-menu{margin-left: -5px;margin-right: -5px;}
	.sec2-tbody-menu .sec2-menu-item{width: 16.666667%;padding: 0 5px;margin-bottom: 12px;}
	.sec2-tbody-menu .sec2-menu-item .item-box{padding: 13px 14px;border-radius: 8px;}
	.sec2-tbody-menu .sec2-menu-item .item-box .item-title{font-size: 16px;line-height: 26px;}
	.sec2-tbody-contemt{padding-top: 40px;}
	.sec2-tbody-contemt .sec2-tbody-list{margin-left: -12px;margin-right: -12px;}
	.sec2-tbody-contemt .sec2-tbody-list .sec2-tbody-item{width: 50%;padding: 0 12px;margin-bottom: 20px;}
	.sec2-tbody-item .item-flex .item-pic{width: 240px;border-radius: 10px;}
	.sec2-tbody-item .item-flex .item-body{width: calc(100% - 254px);padding: 10px 0;}
	.sec2-tbody-item .item-body .item-title{font-size: 20px;line-height: 32px;}
	.sec2-tbody-item .item-body .item-info{font-size: 14px;line-height: 24px;margin-top: 4px;}
	.sec2-tbody-item .item-body .item-info span{margin-left: 16px;}
	.sec2-tbody-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec2-tbody-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 6px;}
	.sec2-tbody-item .item-body .item-btn{padding-top: 10px;}
	.sec2-tbody-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}
}
@media screen and (max-width: 1199px) {
	.sec2{padding-top: 32px;padding-bottom: 24px;}
	.sec2 .sec-top-left{width: calc(100% - 72px);}
	.sec2 .sec-top-right{width: 64px;text-align: right;}
	.sec2-tbody{padding-top: 24px;}
	.sec2-tbody-menu{margin-left: -5px;margin-right: -5px;}
	.sec2-tbody-menu .sec2-menu-item{width: 25%;padding: 0 5px;margin-bottom: 12px;}
	.sec2-tbody-menu .sec2-menu-item .item-box{padding: 11px 12px;border-radius: 8px;}
	.sec2-tbody-menu .sec2-menu-item .item-box .item-title{font-size: 15px;line-height: 26px;}
	.sec2-tbody-contemt{padding-top: 32px;}
	.sec2-tbody-contemt .sec2-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec2-tbody-contemt .sec2-tbody-list .sec2-tbody-item{width: 50%;padding: 0 6px;margin-bottom: 20px;}
	.sec2-tbody-item .item-flex .item-pic{width: 220px;border-radius: 10px;}
	.sec2-tbody-item .item-flex .item-body{width: calc(100% - 234px);padding: 8px 0;}
	.sec2-tbody-item .item-body .item-title{font-size: 18px;line-height: 30px;}
	.sec2-tbody-item .item-body .item-info{font-size: 14px;line-height: 24px;margin-top: 4px;}
	.sec2-tbody-item .item-body .item-info span{margin-left: 16px;}
	.sec2-tbody-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec2-tbody-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 6px;}
	.sec2-tbody-item .item-body .item-btn{padding-top: 8px;}
	.sec2-tbody-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}
}
@media screen and (max-width: 991px) {
	.sec2{padding-top: 24px;padding-bottom: 20px;}
	.sec2 .sec-top-left{width: calc(100% - 72px);}
	.sec2 .sec-top-right{width: 64px;text-align: right;}
	.sec2-tbody{padding-top: 20px;}
	.sec2-tbody-menu{margin-left: -5px;margin-right: -5px;}
	.sec2-tbody-menu .sec2-menu-item{width: 33.333333%;padding: 0 5px;margin-bottom: 12px;}
	.sec2-tbody-menu .sec2-menu-item .item-box{padding: 9px 10px;border-radius: 8px;}
	.sec2-tbody-menu .sec2-menu-item .item-box .item-title{font-size: 14px;line-height: 24px;}
	.sec2-tbody-contemt{padding-top: 24px;}
	.sec2-tbody-contemt .sec2-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec2-tbody-contemt .sec2-tbody-list .sec2-tbody-item{width: 50%;padding: 0 6px;margin-bottom: 20px;}
	.sec2-tbody-item .item-flex .item-pic{width: 100%;border-radius: 8px;}
	.sec2-tbody-item .item-flex .item-body{width: 100%;padding: 12px 0 0;}
	.sec2-tbody-item .item-body .item-title{font-size: 18px;line-height: 30px;}
	.sec2-tbody-item .item-body .item-info{font-size: 14px;line-height: 24px;margin-top: 4px;}
	.sec2-tbody-item .item-body .item-info span{margin-left: 16px;}
	.sec2-tbody-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec2-tbody-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 6px;}
	.sec2-tbody-item .item-body .item-btn{padding-top: 8px;}
	.sec2-tbody-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}
}
@media screen and (max-width: 767px) {
	.sec2{padding-top: 20px;padding-bottom: 20px;}
	.sec2 .sec-top-left{width: calc(100% - 72px);}
	.sec2 .sec-top-right{width: 64px;text-align: right;}
	.sec2-tbody{padding-top: 20px;}
	.sec2-tbody-menu{margin-left: -5px;margin-right: -5px;}
	.sec2-tbody-menu .sec2-menu-item{width: 50%;padding: 0 5px;margin-bottom: 12px;}
	.sec2-tbody-menu .sec2-menu-item .item-box{padding: 8px 10px;border-radius: 8px;}
	.sec2-tbody-menu .sec2-menu-item .item-box .item-title{font-size: 14px;line-height: 24px;}
	.sec2-tbody-contemt{padding-top: 18px;}
	.sec2-tbody-contemt .sec2-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec2-tbody-contemt .sec2-tbody-list .sec2-tbody-item{width: 50%;padding: 0 6px;margin-bottom: 20px;}
	.sec2-tbody-item .item-flex .item-pic{width: 100%;border-radius: 8px;}
	.sec2-tbody-item .item-flex .item-body{width: 100%;padding: 12px 0 0;}
	.sec2-tbody-item .item-body .item-title{font-size: 18px;line-height: 30px;}
	.sec2-tbody-item .item-body .item-info{font-size: 14px;line-height: 24px;margin-top: 4px;}
	.sec2-tbody-item .item-body .item-info span{margin-left: 16px;}
	.sec2-tbody-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec2-tbody-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 6px;}
	.sec2-tbody-item .item-body .item-btn{padding-top: 8px;}
	.sec2-tbody-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}
}
@media screen and (max-width: 560px) {
	.sec2{padding-top: 20px;padding-bottom: 20px;}
	.sec2 .sec-top-left{width: calc(100% - 72px);}
	.sec2 .sec-top-right{width: 64px;text-align: right;}
	.sec2-tbody{padding-top: 20px;}
	.sec2-tbody-menu{margin-left: -5px;margin-right: -5px;}
	.sec2-tbody-menu .sec2-menu-item{width: 100%;padding: 0 5px;margin-bottom: 12px;}
	.sec2-tbody-menu .sec2-menu-item .item-box{padding: 8px 10px;border-radius: 8px;}
	.sec2-tbody-menu .sec2-menu-item .item-box .item-title{font-size: 14px;line-height: 24px;}
	.sec2-tbody-contemt{padding-top: 18px;}
	.sec2-tbody-contemt .sec2-tbody-list{margin-left: -6px;margin-right: -6px;}
	.sec2-tbody-contemt .sec2-tbody-list .sec2-tbody-item{width: 100%;padding: 0 6px;margin-bottom: 20px;}
	.sec2-tbody-item .item-flex .item-pic{width: 100%;border-radius: 8px;}
	.sec2-tbody-item .item-flex .item-body{width: 100%;padding: 12px 0 0;}
	.sec2-tbody-item .item-body .item-title{font-size: 16px;line-height: 30px;}
	.sec2-tbody-item .item-body .item-info{font-size: 13px;line-height: 24px;margin-top: 4px;}
	.sec2-tbody-item .item-body .item-info span{margin-left: 16px;}
	.sec2-tbody-item .item-body .item-info .iconfont{font-size: 13px;}
	.sec2-tbody-item .item-body .item-desc{font-size: 13px;line-height: 22px;margin-top: 6px;}
	.sec2-tbody-item .item-body .item-btn{padding-top: 8px;}
	.sec2-tbody-item .item-body .item-btn .btnn{font-size: 13px;line-height: 22px;}
}

.sec3{position: relative;width: 100%;padding: 30px 0 40px;}
.sec3-tbody{position: relative;width: 100%;}
.sec3-tbody-img{position: relative;width: 100%;overflow: hidden;background: #F5F5F5;border-radius: 10px;}
.sec3-tbody-img .item-pic{position: relative;width: 100%;text-align: center;overflow: hidden;}
.sec3-tbody-img .item-pic img{display: inline-block;vertical-align: top;width: 100%;}

.sec3-tbody-list{position: relative;font-size: 0;letter-spacing: 0;display: flex;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;padding-top: 80px;}
.sec3-list-item{position: relative;display: inline-block;vertical-align: top;width: 100%;padding: 0 15px;margin-bottom: 40px;}
.sec3-list-item .item-box{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.sec3-list-item .item-box .item-pic{position: relative;width: 480px;transition: all .5s;text-align: center;background: #E2E2E2;border-radius: 10px;}
.sec3-list-item .item-box .item-body{position: relative;width: calc(100% - 500px);transition: all .5s;padding: 10px 0;}
.sec3-list-item .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.sec3-list-item .item-body .item-title{position: relative;width: 100%;font-family: Poppins;font-size: 26px;color: #121418;line-height: 34px;}
.sec3-list-item .item-body .item-info{position: relative;width: 100%;font-size: 14px;color: #A5A6AA;line-height: 24px;margin-top: 4px;}
.sec3-list-item .item-body .item-info span{display: inline-block;vertical-align: top;margin-left: 18px;}
.sec3-list-item .item-body .item-info .iconfont{font-size: 14px;}
.sec3-list-item .item-body .item-desc{position: relative;width: 100%;font-size: 14px;color: #6C6F72;line-height: 22px;margin-top: 12px;}
.sec3-list-item .item-body .item-title a{color: #121418;}
.sec3-list-item .item-body .item-title a:hover{color: #121418;}
.sec3-list-item .item-body .item-desc a{color: #6C6F72;}
.sec3-list-item .item-body .item-desc a:hover{color: #121418;}
.sec3-list-item .item-body .item-btn{position: relative;width: 100%;padding-top: 12px;}
.sec3-list-item .item-body .item-btn .btnn{display: inline-block;vertical-align: top;font-size: 14px;color: #121518;line-height: 22px;}
.sec3-tbody .sec3-tbody-btn{padding-top: 20px;text-align: center;}
@media screen and (max-width: 1339px) {
	.sec3{padding: 28px 0 36px;}

	.sec3-tbody-list{margin-left: -15px;margin-right: -15px;padding-top: 70px;}
	.sec3-list-item{width: 100%;padding: 0 15px;margin-bottom: 36px;}
	.sec3-list-item .item-box .item-pic{width: 420px;border-radius: 10px;}
	.sec3-list-item .item-box .item-body{width: calc(100% - 440px);padding: 10px 0;}
	.sec3-list-item .item-body .item-title{font-size: 24px;line-height: 32px;}
	.sec3-list-item .item-body .item-info{font-size: 14px;line-height: 24px;margin-top: 4px;}
	.sec3-list-item .item-body .item-info span{margin-left: 16px;}
	.sec3-list-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec3-list-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 10px;}
	.sec3-list-item .item-body .item-btn{padding-top: 10px;}
	.sec3-list-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}
	.sec3-tbody .sec3-tbody-btn{padding-top: 18px;}
}
@media screen and (max-width: 1199px) {
	.sec3{padding: 24px 0 32px;}

	.sec3-tbody-list{margin-left: -15px;margin-right: -15px;padding-top: 60px;}
	.sec3-list-item{width: 100%;padding: 0 15px;margin-bottom: 32px;}
	.sec3-list-item .item-box .item-pic{width: 400px;border-radius: 10px;}
	.sec3-list-item .item-box .item-body{width: calc(100% - 420px);padding: 10px 0;}
	.sec3-list-item .item-body .item-title{font-size: 22px;line-height: 30px;}
	.sec3-list-item .item-body .item-info{font-size: 14px;line-height: 24px;margin-top: 4px;}
	.sec3-list-item .item-body .item-info span{margin-left: 16px;}
	.sec3-list-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec3-list-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 8px;}
	.sec3-list-item .item-body .item-btn{padding-top: 8px;}
	.sec3-list-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}
	.sec3-tbody .sec3-tbody-btn{padding-top: 16px;}
}
@media screen and (max-width: 991px) {
	.sec3{padding: 20px 0 28px;}

	.sec3-tbody-list{margin-left: -15px;margin-right: -15px;padding-top: 60px;}
	.sec3-list-item{width: 50%;padding: 0 15px;margin-bottom: 32px;}
	.sec3-list-item .item-box .item-pic{width: 100%;border-radius: 10px;}
	.sec3-list-item .item-box .item-body{width: 100%;padding: 10px 0 0;}
	.sec3-list-item .item-body .item-title{font-size: 20px;line-height: 28px;}
	.sec3-list-item .item-body .item-info{font-size: 14px;line-height: 22px;margin-top: 4px;}
	.sec3-list-item .item-body .item-info span{margin-left: 12px;}
	.sec3-list-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec3-list-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 8px;}
	.sec3-list-item .item-body .item-btn{padding-top: 8px;}
	.sec3-list-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}
	.sec3-tbody .sec3-tbody-btn{padding-top: 14px;}
}
@media screen and (max-width: 720px) {
	.sec3{padding: 16px 0 24px;}

	.sec3-tbody-list{margin-left: -10px;margin-right: -10px;padding-top: 60px;}
	.sec3-list-item{width: 50%;padding: 0 10px;margin-bottom: 32px;}
	.sec3-list-item .item-box .item-pic{width: 100%;border-radius: 10px;}
	.sec3-list-item .item-box .item-body{width: 100%;padding: 10px 0 0;}
	.sec3-list-item .item-body .item-title{font-size: 18px;line-height: 26px;}
	.sec3-list-item .item-body .item-info{font-size: 14px;line-height: 22px;margin-top: 4px;}
	.sec3-list-item .item-body .item-info span{margin-left: 12px;}
	.sec3-list-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec3-list-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 8px;}
	.sec3-list-item .item-body .item-btn{padding-top: 8px;}
	.sec3-list-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}
	.sec3-tbody .sec3-tbody-btn{padding-top: 14px;}
}
@media screen and (max-width: 560px) {
	.sec3{padding: 16px 0 24px;}

	.sec3-tbody-list{margin-left: -5px;margin-right: -5px;padding-top: 60px;}
	.sec3-list-item{width: 50%;padding: 0 5px;margin-bottom: 32px;}
	.sec3-list-item .item-box .item-pic{width: 100%;border-radius: 10px;}
	.sec3-list-item .item-box .item-body{width: 100%;padding: 10px 0 0;}
	.sec3-list-item .item-body .item-title{font-size: 16px;line-height: 24px;}
	.sec3-list-item .item-body .item-info{font-size: 11px;line-height: 22px;margin-top: 4px;}
	.sec3-list-item .item-body .item-info span{margin-left: 12px;}
	.sec3-list-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec3-list-item .item-body .item-desc{font-size: 12px;line-height: 20px;margin-top: 8px;}
	.sec3-list-item .item-body .item-btn{padding-top: 8px;}
	.sec3-list-item .item-body .item-btn .btnn{font-size: 12px;line-height: 20px;}
	.sec3-tbody .sec3-tbody-btn{padding-top: 14px;}
}
@media screen and (max-width: 420px) {
	.sec3{padding: 16px 0 24px;}

	.sec3-tbody-list{margin-left: -5px;margin-right: -5px;padding-top: 60px;}
	.sec3-list-item{width: 100%;padding: 0 5px;margin-bottom: 32px;}
	.sec3-list-item .item-box .item-pic{width: 100%;border-radius: 10px;}
	.sec3-list-item .item-box .item-body{width: 100%;padding: 10px 0 0;}
	.sec3-list-item .item-body .item-title{font-size: 16px;line-height: 24px;}
	.sec3-list-item .item-body .item-info{font-size: 11px;line-height: 22px;margin-top: 4px;}
	.sec3-list-item .item-body .item-info span{margin-left: 12px;}
	.sec3-list-item .item-body .item-info .iconfont{font-size: 14px;}
	.sec3-list-item .item-body .item-desc{font-size: 12px;line-height: 20px;margin-top: 8px;}
	.sec3-list-item .item-body .item-btn{padding-top: 8px;}
	.sec3-list-item .item-body .item-btn .btnn{font-size: 12px;line-height: 20px;}
	.sec3-tbody .sec3-tbody-btn{padding-top: 14px;}
}
.sec4{position: relative;width: 100%;padding-top: 30px;padding-bottom: 60px;}
.sec4-tbody{position: relative;width: 100%;padding-top: 56px;}
.sec4-tbody-form{position: relative;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.sec4-tbody-form .item-input{position: relative;width: calc(50% - 15px);height: 50px;margin-bottom: 20px;}
.sec4-tbody-form .item-input1{width: 100%;}
.sec4-tbody-form .item-inputs{width: 100%;height: 150px;}
.sec4-tbody-form .item-code{padding-right: 218px;}
.sec4-tbody-form .item-input input{display: inline-block;vertical-align: top;width: 100%;height: 100%;font-size: 14px;color: #333333;line-height: 24px;padding: 5px 28px;background: #FFFFFF;border-radius: 25px;border: 1px solid #EAEAEA;}
.sec4-tbody-form .item-inputs textarea{display: inline-block;vertical-align: top;width: 100%;height: 100%;font-size: 14px;color: #333;line-height: 24px;padding: 12px 28px;background: #FFFFFF;border-radius: 25px;border: 1px solid #EAEAEA;}
.sec4-tbody-form .item-code .item-code-img{position: absolute;right: 0;top: 0;bottom: 0;width: 140px;height: 50px;text-align: center;cursor: pointer;overflow: hidden;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 25px;border: 1px solid #EAEAEA}
.sec4-tbody-form .item-code .item-code-img .yanzheng{text-align: center;max-height: 48px;}
.sec4-tbody-form .item-btn{position: relative;width: 45%;text-align: right;}
.sec4-tbody-form .item-btn .btnn{display: inline-block;vertical-align: top;text-align: center;min-width: 160px;font-size: 14px;color: #FFFFFF;line-height: 24px;height: 50px;background: #121418;border-radius: 25px;}
.sec4-tbody-form .item-btn .btnn:hover{background: #121418;color: #fff;}

@media screen and (max-width: 1339px) {
	.sec4{padding-top: 28px;padding-bottom: 52px;}
	.sec4-tbody{ppadding-top: 48px;}
	.sec4-tbody-form .item-input{width: calc(50% - 15px);height: 48px;margin-bottom: 18px;}
	.sec4-tbody-form .item-input1{width: 100%;}
	.sec4-tbody-form .item-inputs{width: 100%;height: 150px;}
	.sec4-tbody-form .item-code{padding-right: 190px;}
	.sec4-tbody-form .item-input input{font-size: 14px;line-height: 24px;padding: 5px 24px;border-radius: 24px;}
	.sec4-tbody-form .item-inputs textarea{font-size: 14px;line-height: 24px;padding: 10px 24px;border-radius: 24px;}
	.sec4-tbody-form .item-code .item-code-img{width: 140px;height:48px;border-radius: 24px;}
	.sec4-tbody-form .item-code .item-code-img .yanzheng{max-height: 46px;}
	.sec4-tbody-form .item-btn{width: 45%;text-align: right;}
	.sec4-tbody-form .item-btn .btnn{min-width: 156px;font-size: 14px;line-height: 24px;height: 48px;border-radius: 24px;}
}
@media screen and (max-width: 1199px) {
	.sec4{padding-top: 24px;padding-bottom: 44px;}
	.sec4-tbody{ppadding-top: 40px;}
	.sec4-tbody-form .item-input{width: calc(50% - 15px);height: 44px;margin-bottom: 16px;}
	.sec4-tbody-form .item-input1{width: 100%;}
	.sec4-tbody-form .item-inputs{width: 100%;height: 140px;}
	.sec4-tbody-form .item-code{padding-right: 180px;}
	.sec4-tbody-form .item-input input{font-size: 14px;line-height: 24px;padding: 5px 20px;border-radius: 22px;}
	.sec4-tbody-form .item-inputs textarea{font-size: 14px;line-height: 24px;padding: 8px 20px;border-radius: 22px;}
	.sec4-tbody-form .item-code .item-code-img{width: 140px;height:44px;border-radius: 22px;}
	.sec4-tbody-form .item-code .item-code-img .yanzheng{max-height: 42px;}
	.sec4-tbody-form .item-btn{width: 45%;text-align: right;}
	.sec4-tbody-form .item-btn .btnn{min-width: 148px;font-size: 14px;line-height: 24px;height: 44px;border-radius: 22px;}
}
@media screen and (max-width: 991px) {
	.sec4{padding-top: 20px;padding-bottom: 36px;}
	.sec4-tbody{ppadding-top: 32px;}
	.sec4-tbody-form .item-input{width: calc(50% - 10px);height: 44px;margin-bottom: 16px;}
	.sec4-tbody-form .item-input1{width: 100%;}
	.sec4-tbody-form .item-inputs{width: 100%;height: 140px;}
	.sec4-tbody-form .item-code{padding-right: 160px;}
	.sec4-tbody-form .item-input input{font-size: 14px;line-height: 24px;padding: 5px 20px;border-radius: 22px;}
	.sec4-tbody-form .item-inputs textarea{font-size: 14px;line-height: 24px;padding: 8px 20px;border-radius: 22px;}
	.sec4-tbody-form .item-code .item-code-img{width: 130px;height:44px;border-radius: 22px;}
	.sec4-tbody-form .item-code .item-code-img .yanzheng{max-height: 42px;}
	.sec4-tbody-form .item-btn{width: 45%;text-align: right;}
	.sec4-tbody-form .item-btn .btnn{min-width: 140px;font-size: 14px;line-height: 24px;height: 44px;border-radius: 22px;}
}
@media screen and (max-width: 560px) {
	.sec4{padding-top: 20px;padding-bottom: 30px;}
	.sec4-tbody{ppadding-top: 24px;}
	.sec4-tbody-form .item-input{width: 100%;height: 44px;margin-bottom: 14px;}
	.sec4-tbody-form .item-input1{width: 100%;}
	.sec4-tbody-form .item-inputs{width: 100%;height: 140px;}
	.sec4-tbody-form .item-code{padding-right: 160px;}
	.sec4-tbody-form .item-input input{font-size: 14px;line-height: 24px;padding: 5px 20px;border-radius: 22px;}
	.sec4-tbody-form .item-inputs textarea{font-size: 14px;line-height: 24px;padding: 8px 20px;border-radius: 22px;}
	.sec4-tbody-form .item-code .item-code-img{width: 130px;height:44px;border-radius: 22px;}
	.sec4-tbody-form .item-code .item-code-img .yanzheng{max-height: 42px;}
	.sec4-tbody-form .item-btn{width: 100%;text-align: center;}
	.sec4-tbody-form .item-btn .btnn{min-width: 140px;font-size: 14px;line-height: 24px;height: 44px;border-radius: 22px;}
}

.page{position: relative;width: 100%;}
.bread{position: relative;width: 100%;padding: 25px 0;}
.bread .bread-href{position: relative;width: 100%;text-align: left;font-size: 14px;font-size: 1.4rem;color: #A5A6AA;line-height: 26px;}
.bread-href a{color: #A5A6AA;}
.bread a:hover, .bread a.bread-active{color: #121418;}
@media screen and (max-width: 1339px) {
	.bread{padding: 23px 0;}
	.bread-href{font-size: 14px;font-size: 1.4rem;line-height: 24px;}
}
@media screen and (max-width: 1199px) {
	.bread{padding: 20px 0;}
	.bread-href{font-size: 14px;font-size: 1.4rem;line-height: 24px;}
}
@media (max-width: 991px) {
	.bread{padding: 18px 0;}
	.bread-href{font-size: 14px;font-size: 1.4rem;line-height: 24px;}
}
@media (max-width: 720px) {
	.bread{padding: 15px 0;}
	.bread-href{font-size: 12px;font-size: 1.2rem;line-height: 22px;}
}

.about{position: relative;width: 100%;padding-top: 80px;padding-bottom: 76px; }
.about-top{position: relative;width: 100%;}
.about-top-title{position: relative;font-family: Heebo-Bold;font-size: 30px;font-size: 3rem;color: #121418;line-height: 42px;margin-bottom: 22px;}
.about-top-text{position: relative;width: 100%;font-size: 16px;color: #6C6F72;line-height: 24px;}
.about-top-text img{display: inline-block;vertical-align: top;}
.about-top-text a{color: #121418;}.about-top-text a:hover{color: #6C6F72;}

.contact{position: relative;width: 100%;padding-top: 70px;padding-bottom: 60px;}
.contact-box{position: relative;width: 100%;}

@media screen and (max-width: 1339px) {
 	.about{padding-top: 68px;padding-bottom: 64px; }
 	.about-top-title{font-size: 30px;font-size: 3rem;line-height: 42px;margin-bottom: 18px;}
 	.about-top-text{font-size: 16px;line-height: 24px;}

 	.contact{padding-top: 60px;padding-bottom: 52px;}
}
@media (min-width:992px) and (max-width: 1199px) {
	.about{padding-top: 56px;padding-bottom: 52px; }
	.about-top-title{font-size: 28px;font-size: 2.8rem;line-height: 40px;margin-bottom: 18px;}
	.about-top-text{font-size: 15px;line-height: 24px;}

	.contact{padding-top: 50px;padding-bottom: 44px;}
}
@media (max-width: 991px) {
	.about{padding-top: 44px;padding-bottom: 40px; }
	.about-top-title{font-size: 24px;font-size: 2.4rem;line-height: 36px;margin-bottom: 16px;}
	.about-top-text{font-size: 15px;line-height: 24px;}

	.contact{padding-top: 40px;padding-bottom: 36px;}
}
@media (max-width: 720px) {
	.about{padding-top: 32px;padding-bottom: 28px; }
	.about-top-title{font-size: 20px;font-size: 2rem;line-height: 32px;margin-bottom: 16px;}
	.about-top-text{font-size: 14px;line-height: 22px;}

	.contact{padding-top: 30px;padding-bottom: 28px;}
}
@media (max-width: 560px) {
	.about{padding-top: 24px;padding-bottom: 20px; }
	.about-top-title{font-size: 20px;font-size: 2rem;line-height: 32px;margin-bottom: 16px;}
	.about-top-text{font-size: 14px;line-height: 22px;}

	.contact{padding-top: 20px;padding-bottom: 20px;}
}
/**************** product *****************/
.product{position: relative;width: 100%;padding-top: 6px;padding-bottom: 75px;}
.pro-contain{width: 100%;position: relative;}
.pro-contain .pro-main{float: left;width: 840px;}
.pro-contain .pro-slide{float: right;width: 390px;}
.pro-contain .pro-main2{float: right;width: 780px;}
.pro-contain .pro-slide2{float: left;width: 450px;padding-top: 260px;}
@media screen and (max-width: 1339px) {
	.product{padding-top: 6px;padding-bottom: 64px;}
	.pro-contain .pro-main{width: 750px;}
	.pro-contain .pro-slide{width: 350px;}
	.pro-contain .pro-main2{width: 700px;}
	.pro-contain .pro-slide2{width: 400px;padding-top: 220px;}

}
@media screen and (max-width: 1199px) {
	.product{padding-top: 0px;padding-bottom: 52px;}
	.pro-contain .pro-main{width: 620px;}
	.pro-contain .pro-slide{width: 310px;}
	.pro-contain .pro-main2{width: 620px;}
	.pro-contain .pro-slide2{width: 310px;padding-top: 180px;}
}
@media (max-width: 991px) {
	.product{padding-top: 0px;padding-bottom: 40px;}
	.pro-contain .pro-main{float: none;width: 100%;}
	.pro-contain .pro-slide{float: none;width: 100%;margin-top: 20px;}
	.pro-contain .pro-main2{float: none;width: 100%;}
	.pro-contain .pro-slide2{float: none;width: 100%;margin-top: 20px;padding-top: 0px;}
}
@media (max-width: 767px) {
	.product{padding-top: 0px;padding-bottom: 30px;}
	.pro-contain .pro-main{float: none;width: 100%;}
	.pro-contain .pro-slide{float: none;width: 100%;margin-top: 16px;}
	.pro-contain .pro-main2{float: none;width: 100%;}
	.pro-contain .pro-slide2{float: none;width: 100%;margin-top: 16px;}
}
@media (max-width: 560px) {
	.product{padding-top: 0px;padding-bottom: 20px;}
	/* .pro-contain{padding-bottom: 20px} */
}

.pro-main-list{position: relative;display: flex;flex-wrap: wrap;}
.pro-main-item{position: relative;display: inline-block;vertical-align: top;width: 100%;padding-bottom: 30px;border-bottom: 1px solid #CCCCCC;margin-bottom: 30px;}
.pro-main-list .pro-main-item:nth-last-of-type(1){border-bottom: 0 !important;}
.pro-main-img{position: relative;width: 100%;overflow: hidden;background: #F5F5F5;border-radius: 10px;top: -30px;}
.pro-main-img .item-pic{position: relative;width: 100%;text-align: center;overflow: hidden;}
.pro-main-img .item-pic img{display: inline-block;vertical-align: top;width: 100%;}

.pro-main-item .item-box{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.pro-main-item .item-box .item-pic{position: relative;width: 300px;transition: all .5s;text-align: center;background: #E2E2E2;border-radius: 10px;}
.pro-main-item .item-box .item-body{position: relative;width: calc(100% - 320px);transition: all .5s;padding: 6px 0;}
.pro-main-item .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.pro-main-item .item-body .item-title{position: relative;width: 100%;font-family: Poppins;font-size: 26px;color: #121418;line-height: 34px;}
.pro-main-item .item-body .item-info{position: relative;width: 100%;font-size: 14px;color: #A5A6AA;line-height: 24px;margin-top: 4px;}
.pro-main-item .item-body .item-info span{display: inline-block;vertical-align: top;margin-left: 18px;}
.pro-main-item .item-body .item-info .iconfont{font-size: 14px;}
.pro-main-item .item-body .item-desc{position: relative;width: 100%;font-size: 14px;color: #6C6F72;line-height: 22px;margin-top: 12px;}
.pro-main-item .item-body .item-title a{color: #121418;}
.pro-main-item .item-body .item-title a:hover{color: #121418;}
.pro-main-item .item-body .item-desc a{color: #6C6F72;}
.pro-main-item .item-body .item-desc a:hover{color: #121418;}
.pro-main-item .item-body .item-btn{position: relative;width: 100%;padding-top: 12px;}
.pro-main-item .item-body .item-btn .btnn{display: inline-block;vertical-align: top;font-size: 14px;color: #121518;line-height: 22px;}


.fenye{position: relative;font-size: 0;letter-spacing: 0;display: flex;align-items: center;flex-wrap: wrap;}
.fenyen-num{display: inline-block;vertical-align: top;font-size: 14px;color: #A5A6AA;line-height: 24px;margin-right: 30px;margin-bottom: 10px;}
.fenyen{display:inline-block;vertical-align: top;}
.fenyen a{position: relative;text-align: center;display:inline-block;vertical-align: top;min-width: 40px;line-height: 28px;padding: 5px;font-size: 14px;margin: 0 3px;margin-bottom:10px;background: #FFFFFF;color: #121418;border-radius: 8px;border: 1px solid #EAEAEA;}
.fenyen a:hover, .fenyen a.active{background: #121418;border-color: #121418;color: #FFFFFF;}
.fenyen a.active{cursor: default;}
.fenyen-href{display:inline-flex;align-items: center; vertical-align: top;padding-left: 6px;}
.fenyen-href>span{ display:inline-block;vertical-align: top;font-size: 14px;color: #A5A6AA;line-height: 24px;margin-bottom: 10px;}
.fenyen-href input{display:inline-block;vertical-align: top;text-align: center;margin-bottom:10px;font-size: 16px;font-size: 1.6rem;line-height: 28px;padding: 5px 10px;width: 70px;background: #FFFFFF;border-radius: 8px;border: 1px solid #EAEAEA;color: #121418;}
@media screen and (max-width: 1339px) {
	.pro-main-img{top: -26px;}
	.pro-main-item{padding-bottom: 26px;margin-bottom: 26px;}
	.pro-main-item .item-box .item-pic{width: 280px;}
	.pro-main-item .item-box .item-body{width: calc(100% - 300px);padding: 6px 0;}
	.pro-main-item .item-body .item-title{font-size: 23px;line-height: 30px;}
	.pro-main-item .item-body .item-info{font-size: 14px;line-height: 24px;margin-top: 4px;}
	.pro-main-item .item-body .item-info span{margin-left: 16px;}
	.pro-main-item .item-body .item-info .iconfont{font-size: 14px;}
	.pro-main-item .item-body .item-desc{font-size: 14px;line-height: 22px;margin-top: 10px;}
	.pro-main-item .item-body .item-btn{padding-top: 10px;}
	.pro-main-item .item-body .item-btn .btnn{font-size: 14px;line-height: 22px;}

	.fenyen-num{font-size: 14px;line-height: 24px;margin-right: 28px;margin-bottom: 10px;}
	.fenyen a{min-width: 36px;line-height: 26px;padding: 4px;font-size: 14px;margin: 0 3px;margin-bottom:10px;}
	.fenyen-href>span{font-size: 14px;line-height: 24px;margin-bottom: 10px;}
	.fenyen-href input{margin-bottom:10px;font-size: 16px;font-size: 1.6rem;line-height: 26px;padding: 4px 8px;width: 70px;}
}
@media screen and (max-width: 1199px) {
	.pro-main-img{top: -22px;}
	.pro-main-item{padding-bottom: 22px;margin-bottom: 22px;}
	.pro-main-item .item-box .item-pic{width: 240px;}
	.pro-main-item .item-box .item-body{width: calc(100% - 256px);padding: 6px 0;}
	.pro-main-item .item-body .item-title{font-size: 20px;line-height: 26px;}
	.pro-main-item .item-body .item-info{font-size: 13px;line-height: 22px;margin-top: 4px;}
	.pro-main-item .item-body .item-info span{margin-left: 16px;}
	.pro-main-item .item-body .item-info .iconfont{font-size: 14px;}
	.pro-main-item .item-body .item-desc{font-size: 13px;line-height: 22px;margin-top: 8px;}
	.pro-main-item .item-body .item-btn{padding-top: 8px;}
	.pro-main-item .item-body .item-btn .btnn{font-size: 13px;line-height: 22px;}

	.fenyen-num{font-size: 14px;line-height: 24px;margin-right: 28px;margin-bottom: 10px;}
	.fenyen a{min-width: 36px;line-height: 26px;padding: 4px;font-size: 14px;margin: 0 3px;margin-bottom:10px;}
	.fenyen-href>span{font-size: 14px;line-height: 24px;margin-bottom: 10px;}
	.fenyen-href input{margin-bottom:10px;font-size: 16px;font-size: 1.6rem;line-height: 26px;padding: 4px 8px;width: 70px;}
}
@media (max-width: 991px) {
	.pro-main-img{top: -18px;}
	.pro-main-item{padding-bottom: 18px;margin-bottom: 18px;}
	.pro-main-item .item-box .item-pic{width: 220px;}
	.pro-main-item .item-box .item-body{width: calc(100% - 236px);padding: 6px 0;}
	.pro-main-item .item-body .item-title{font-size: 18px;line-height: 26px;}
	.pro-main-item .item-body .item-info{font-size: 13px;line-height: 22px;margin-top: 4px;}
	.pro-main-item .item-body .item-info span{margin-left: 16px;}
	.pro-main-item .item-body .item-info .iconfont{font-size: 14px;}
	.pro-main-item .item-body .item-desc{font-size: 13px;line-height: 22px;margin-top: 8px;}
	.pro-main-item .item-body .item-btn{padding-top: 8px;}
	.pro-main-item .item-body .item-btn .btnn{font-size: 13px;line-height: 22px;}

	.fenyen-num{font-size: 12px;line-height: 20px;margin-right: 20px;margin-bottom: 10px;}
	.fenyen a{min-width: 32px;line-height: 24px;padding: 3px;font-size: 12px;margin: 0 2px;margin-bottom:10px;}
	.fenyen-href>span{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
	.fenyen-href input{margin-bottom:10px;font-size: 14px;font-size: 1.4rem;line-height: 24px;padding: 3px 6px;width: 60px;}
}
@media (max-width: 750px) {
	.pro-main-img{top: 0px;order: 0;margin-bottom: 20px;}
	.pro-main-item{margin-bottom: 14px;width: 50%;padding: 0 6px;padding-bottom: 14px;border: 0;order: 1;}
	.pro-main-item .item-box .item-pic{width: 100%;}
	.pro-main-item .item-box .item-body{width: 100%;padding: 12px 0 0;}
	.pro-main-item .item-body .item-title{font-size: 16px;line-height: 24px;}
	.pro-main-item .item-body .item-info{font-size: 12px;line-height: 22px;margin-top: 4px;}
	.pro-main-item .item-body .item-info span{margin-left: 16px;}
	.pro-main-item .item-body .item-info .iconfont{font-size: 13px;}
	.pro-main-item .item-body .item-desc{font-size: 12px;line-height: 22px;margin-top: 8px;}
	.pro-main-item .item-body .item-btn{padding-top: 8px;}
	.pro-main-item .item-body .item-btn .btnn{font-size: 12px;line-height: 22px;}

	.fenyen-num{font-size: 12px;line-height: 20px;margin-right: 20px;margin-bottom: 10px;}
	.fenyen a{min-width: 30px;line-height: 24px;padding: 2px;font-size: 12px;margin: 0 2px;margin-bottom:10px;}
	.fenyen-href>span{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
	.fenyen-href input{margin-bottom:10px;font-size: 14px;font-size: 1.4rem;line-height: 24px;padding: 2px 6px;width: 60px;}
}
@media (max-width: 560px) {
	.pro-main-img{top: 0px;order: 0;margin-bottom: 20px;}
	.pro-main-item{margin-bottom: 14px;width: 50%;padding: 0 6px;padding-bottom: 14px;border: 0;order: 1;}
	.pro-main-item .item-box .item-pic{width: 100%;}
	.pro-main-item .item-box .item-body{width: 100%;padding: 12px 0 0;}
	.pro-main-item .item-body .item-title{font-size: 16px;line-height: 24px;}
	.pro-main-item .item-body .item-info{font-size: 12px;line-height: 22px;margin-top: 4px;}
	.pro-main-item .item-body .item-info span{margin-left: 16px;}
	.pro-main-item .item-body .item-info .iconfont{font-size: 13px;}
	.pro-main-item .item-body .item-desc{font-size: 12px;line-height: 22px;margin-top: 8px;}
	.pro-main-item .item-body .item-btn{padding-top: 8px;}
	.pro-main-item .item-body .item-btn .btnn{font-size: 12px;line-height: 22px;}

	.fenyen-num{font-size: 12px;line-height: 20px;margin-right: 20px;margin-bottom: 10px;}
	.fenyen a{min-width: 30px;line-height: 24px;padding: 2px;font-size: 12px;margin: 0 2px;margin-bottom:10px;}
	.fenyen-href>span{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
	.fenyen-href input{margin-bottom:10px;font-size: 14px;font-size: 1.4rem;line-height: 24px;padding: 2px 6px;width: 60px;}
}
@media (max-width: 400px) {
	.pro-main-list{padding-bottom: 20px;margin-left: -6px;margin-right: -6px;}
	.pro-main-item{width: 100%;padding: 10px 6px;border: 0;}
	.pro-main-item .item-box .item-pic{width: 100%;}
	.pro-main-item .item-box .item-body{width: 100%;padding-top: 12px;}
	.pro-main-item .item-body .item-flex .item-flex-info{width: calc(100% - 80px);}
	.pro-main-item .item-body .item-flex .item-flex-num{width: 70px;}
	.pro-main-item .item-body .item-flex .item-flex-num .text{font-size: 12px;line-height: 28px;}
	.pro-main-item .item-body .item-flex .item-flex-num .iconfont{font-size: 12px;margin-right: 4px;}
	.pro-main-item .item-body .item-date{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
	.pro-main-item .item-body .item-date span{margin-right: 12px;}
	.pro-main-item .item-body .item-title{font-size: 18px;line-height: 28px;}
	.pro-main-item .item-body .item-desc{font-size: 14px;line-height: 20px;margin-top: 8px;}
	.pro-main-item .item-body .item-btn{padding-top: 12px;}

	.fenyen-num{font-size: 12px;line-height: 20px;margin-right: 20px;margin-bottom: 10px;}
	.fenyen a{min-width: 30px;line-height: 24px;padding: 2px;font-size: 12px;margin: 0 2px;margin-bottom:10px;}
	.fenyen-href>span{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
	.fenyen-href input{margin-bottom:10px;font-size: 14px;font-size: 1.4rem;line-height: 24px;padding: 2px 6px;width: 60px;}
}

.j-nextshow {position: relative;}
.proslide_menubtn {display: none;width: 24px;height: 18px;position: absolute;top: 50%;margin-top: -9px;right:5px;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: #000;}
@media screen and (max-width: 991px){.proslide_menubtn {display: block;}}

.pro-slide-box{position: relative;width: 100%;margin-bottom: 52px;}
.pro-slide-title{position: relative;font-family: Poppins;font-size: 22px;font-size: 2.2rem;color: #080808;line-height: 32px;text-align: center;}
.pro-slide2 .pro-slide-title{text-align: left;}
.pro-slide-title .titles{position: relative;display: inline-block;vertical-align: top;width: auto;padding-bottom: 15px;}
.pro-slide-title .titles::before{position: absolute;content: "× × ×";left: 50%;bottom: 0;transform: translateX(-50%);width: 120px;height: 10px;font-size: 16px;line-height: 10px;text-align: center;}
.pro-slide-title a{color: #080808;}
.pro-slide-title a:hover{color: #121418;}

.pro-slide-list{position: relative;display: flex;flex-wrap: wrap;padding-top: 30px;padding-bottom: 40px;border-bottom: 1px solid #EAEAEA;}
.pro-slide-item{position: relative;display: inline-block;vertical-align: top;width: 100%;padding: 0;margin-bottom: 20px;}
.pro-slide-item .item-box{position: relative;width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.pro-slide-item .item-box .item-pic{position: relative;width: 100px;background: #E2E2E2;border-radius: 10px;text-align: center;overflow: hidden;}
.pro-slide-item .item-box .item-pic img{position: relative;display: inline-block;vertical-align: top;width: 100%;}
.pro-slide-item .item-box .item-body{position: relative;width: calc(100% - 110px);}
.pro-slide-item .item-body .item-title{position: relative;font-family: Heebo-Bold;font-weight: bold;font-size: 18px;color: #121418;line-height: 24px;}
.pro-slide-item .item-body .item-title a{color: #121418;}
.pro-slide-item .item-body .item-title a:hover{color: #121418;}
.pro-slide-item .item-body .item-desc{position: relative;width: 100%;font-size: 14px;color: #A5A6AA;line-height: 22px;margin-top: 7px;}
.pro-slide-item .item-body .item-desc a{color: #A5A6AA;}
.pro-slide-item .item-body .item-desc a:hover{color: #121418;}


.pryiji{position: relative;width: 100%;padding-top: 20px;}
.pryiji>li{ position: relative;transition:0.5s;}
.pryiji>li>a{position: relative;display:block;font-size: 14px;font-size: 1.4rem;line-height: 24px;padding: 5px 0;padding-right: 40px;color: #6C6F72;}
.pryiji>li>.iconfont{position: absolute;z-index: 8;right: 0px;width: 22px;top: 0px;font-size: 20px;line-height: 34px;transition:0.5s;color: #121418;cursor: pointer;font-weight: bold;}
.pryiji>li>a .iconfont{position: absolute;z-index: 8;right: 0px;width: 22px;top: 0px;font-size: 20px;line-height: 34px;transition:0.5s;color: #121418;cursor: pointer;font-weight: bold;}
.pryiji>li:hover>.iconfont, .pryiji>li:hover>a .iconfont {transform: rotate(90deg);}
.pryiji>li:hover>a{color:#121418;text-decoration: underline;}

.prerji{position: relative;width: 100%;padding-left: 20px;}
.prerji>li{position: relative;transition:0.5s;}
.prerji>li>a{position:relative;display:block;font-size: 14px;font-size:1.4rem;color: #6C6F72;line-height: 24px;padding: 2px 0;padding-right: 40px;}
.prerji>li>.iconfont{position: absolute;z-index: 8;right: 0px;width: 22px;top: 0px;font-size: 20px;line-height: 28px;transition:0.5s;color: #121418;cursor: pointer;font-weight: bold;}
.prerji>li>a .iconfont{position: absolute;z-index: 8;right: 0px;width: 22px;top: 0px;font-size: 20px;line-height: 28px;transition:0.5s;color: #121418;cursor: pointer;font-weight: bold;}
.prerji>li:hover>a{color:#121418;text-decoration: underline;}
.prerji>li:hover>.iconfont, .prerji>li:hover>a .iconfont {transform: rotate(90deg);}
.prsanji{position: relative;width: 100%;padding-left: 40px;}
.prsanji>li{position: relative;transition:0.5s;}
.prsanji>li>a{position:relative; display:block;font-size: 14px;font-size:1.4rem;color: #6C6F72;line-height: 24px;padding: 2px 0;}
.prsanji>li>a:hover{color:#121418;text-decoration: underline;}
.dangpryi>a{color:#121418 !important;text-decoration: underline !important;}
.dangpryi>.iconfont, .dangpryi>a .iconfont{transform: rotate(90deg) !important}
.dangprer>a{color:#121418 !important;text-decoration: underline !important;}
.dangprer>.iconfont, .dangpryi>a .iconfont{transform: rotate(90deg) !important}
.dangprsan>a{color: #121418 !important;text-decoration: underline !important;}

.pro-slide-info{position: relative;width: 100%;padding-top: 26px;}
.pro-slide-info .pro-slide-text{position: relative;width: 100%;font-size: 14px;color: #A5A6AA;line-height: 21px;word-break: break-word;text-align: center; }
.pro-slide-info .pro-slide-form{position: relative;width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 22px;}
.pro-slide-info .pro-slide-form .item-input{position: relative;width: 100%;height: 50px;margin-bottom: 10px;}
.pro-slide-info .pro-slide-form .item-inputs{width: 100%;height: 120px;}
.pro-slide-info .pro-slide-form .item-input input{width: 100%;height: 100%;display: inline-block;vertical-align: top;font-size: 14px;color: #333;line-height: 26px;padding: 6px 28px;background: #FFFFFF;border-radius: 25px;border: 1px solid #EAEAEA;}
.pro-slide-info .pro-slide-form .item-inputs textarea{width: 100%;height: 100%;display: inline-block;vertical-align: top;font-size: 14px;color: #333;line-height: 24px;padding: 10px 28px;background: #FFFFFF;border-radius: 25px;border: 1px solid #EAEAEA;}
.pro-slide-info .pro-slide-form .item-code{width: 100%;padding-right: 140px;}
.pro-slide-info .pro-slide-form .item-code .item-code-img{position: absolute;right: 0;top: 0;bottom: 0;width: 130px;height: 50px;text-align: center;cursor: pointer;overflow: hidden;display: flex;align-items: center;justify-content: center;background: #fff;}
.pro-slide-info .pro-slide-form.item-code .item-code-img .yanzheng{text-align: center;max-height: 50px;}
.pro-slide-info .pro-slide-form .item-btn{position: relative;width: 100%;text-align: center;padding-top: 20px;}
.pro-slide-info .pro-slide-form .item-btn .btnn{display: inline-block;vertical-align: top;text-align: center;width: 100%;font-size: 14px;color: #FFFFFF;line-height: 24px;height: 50px;background: #121418;border-radius: 25px;}
.pro-slide-info .pro-slide-form .item-btn .btnn:hover{background: #121418;color: #fff;box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);}

.pro-slide-box .share{position: relative;width: 100%;padding-top: 20px;}
.pro-slide-box .share .share2{display: flex;vertical-align: top;flex-wrap: wrap;}
.pro-slide-box .share .share2 .iconfont{display: inline-block;vertical-align: top;text-align: center; width: 50px;height: 50px;line-height: 48px;font-size: 14px;color: #121418;background: #FFFFFF;border-radius: 50%;border: 1px solid #EAEAEA;  }
.pro-slide-box .share .share2 a{display: inline-block;vertical-align: top;margin-right: 10px;margin-bottom: 10px;}
.pro-slide-box .share .share2 a:last-child{margin-right: 0 !important;}



@media screen and (max-width: 1339px) {
	.pro-slide-box{margin-bottom: 46px;}
	.pro-slide-title{font-size: 2px;font-size: 2rem;line-height: 30px;}
	.pro-slide-title .titles{padding-bottom: 15px;}
	.pro-slide-title .titles::before{width: 120px;height: 10px;font-size: 14px;line-height: 10px;}

	.pro-slide-list{padding-top: 28px;padding-bottom: 36px;}
	.pro-slide-item{margin-bottom: 20px;}
	.pro-slide-item .item-box .item-pic{width: 100px;border-radius: 8px;}
	.pro-slide-item .item-box .item-body{width: calc(100% - 110px);}
	.pro-slide-item .item-body .item-title{font-size: 18px;line-height: 22px;}
	.pro-slide-item .item-body .item-desc{font-size: 14px;line-height: 20px;margin-top: 6px;}


	.pryiji{padding-top: 20px;}
	.pryiji>li>a{font-size: 14px;font-size: 1.4rem;line-height: 24px;padding: 3px 0;padding-right: 36px;}
	.pryiji>li>.iconfont{width: 22px;font-size: 20px;line-height: 30px;}
	.pryiji>li>a .iconfont{width: 22px;font-size: 20px;line-height: 30px;}

	.prerji{padding-left: 18px;}
	.prerji>li>a{font-size: 14px;font-size:1.4rem;line-height: 24px;padding: 2px 0;padding-right: 36px;}
	.prerji>li>.iconfont{width: 22px;font-size: 20px;line-height: 28px;}
	.prerji>li>a .iconfont{width: 22px;font-size: 20px;line-height: 28px;}
	.prsanji{padding-left: 36px;}
	.prsanji>li>a{font-size: 14px;font-size:1.4rem;line-height: 24px;padding: 2px 0;}

	.pro-slide-info{padding-top: 24px;}
	.pro-slide-info .pro-slide-text{font-size: 14px;line-height: 21px;}
	.pro-slide-info .pro-slide-form{padding-top: 20px;}
	.pro-slide-info .pro-slide-form .item-input{height: 48px;margin-bottom: 10px;}
	.pro-slide-info .pro-slide-form .item-inputs{width: 100%;height: 120px;}
	.pro-slide-info .pro-slide-form .item-input input{font-size: 14px;line-height: 26px;padding: 6px 24px;border-radius: 24px;}
	.pro-slide-info .pro-slide-form .item-inputs textarea{font-size: 14px;line-height: 24px;padding: 9px 24px;border-radius: 24px;}
	.pro-slide-info .pro-slide-form .item-code{width: 100%;padding-right: 140px;}
	.pro-slide-info .pro-slide-form .item-code .item-code-img{width: 130px;height: 48px;}
	.pro-slide-info .pro-slide-form.item-code .item-code-img .yanzheng{max-height: 48px;}
	.pro-slide-info .pro-slide-form .item-btn{padding-top: 20px;}
	.pro-slide-info .pro-slide-form .item-btn .btnn{font-size: 14px;line-height: 24px;height: 48px;border-radius: 24px;}

	.pro-slide-box .share{padding-top: 20px;}
	.pro-slide-box .share .share2 .iconfont{ width: 46px;height: 46px;line-height: 44px;font-size: 14px;}
	.pro-slide-box .share .share2 a{margin-right: 10px;margin-bottom: 10px;}
}
@media screen and (max-width: 1199px) {
	.pro-slide-box{margin-bottom: 40px;}
	.pro-slide-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.pro-slide-title .titles{padding-bottom: 15px;}
	.pro-slide-title .titles::before{width: 96px;height: 10px;font-size: 14px;line-height: 10px;}

	.pro-slide-list{padding-top: 24px;padding-bottom: 32px;}
	.pro-slide-item{margin-bottom: 18px;}
	.pro-slide-item .item-box .item-pic{width: 90px;border-radius: 8px;}
	.pro-slide-item .item-box .item-body{width: calc(100% - 96px);}
	.pro-slide-item .item-body .item-title{font-size: 16px;line-height: 22px;}
	.pro-slide-item .item-body .item-desc{font-size: 13px;line-height: 20px;margin-top: 6px;}


	.pryiji{padding-top: 16px;}
	.pryiji>li>a{font-size: 13px;font-size: 1.3rem;line-height: 22px;padding: 3px 0;padding-right: 36px;}
	.pryiji>li>.iconfont{width: 22px;font-size: 20px;line-height: 28px;}
	.pryiji>li>a .iconfont{width: 22px;font-size: 20px;line-height: 28px;}

	.prerji{padding-left: 16px;}
	.prerji>li>a{font-size: 13px;font-size:1.3rem;line-height: 22px;padding: 2px 0;padding-right: 36px;}
	.prerji>li>.iconfont{width: 22px;font-size: 20px;line-height: 26px;}
	.prerji>li>a .iconfont{width: 22px;font-size: 20px;line-height: 26px;}
	.prsanji{padding-left: 32px;}
	.prsanji>li>a{font-size: 13px;font-size:1.3rem;line-height: 22px;padding: 2px 0;}

	.pro-slide-info{padding-top: 20px;}
	.pro-slide-info .pro-slide-text{font-size: 14px;line-height: 21px;}
	.pro-slide-info .pro-slide-form{padding-top: 20px;}
	.pro-slide-info .pro-slide-form .item-input{height: 44px;margin-bottom: 10px;}
	.pro-slide-info .pro-slide-form .item-inputs{width: 100%;height: 120px;}
	.pro-slide-info .pro-slide-form .item-input input{font-size: 14px;line-height: 24px;padding: 6px 20px;border-radius: 22px;}
	.pro-slide-info .pro-slide-form .item-inputs textarea{font-size: 14px;line-height: 24px;padding: 8px 20px;border-radius: 22px;}
	.pro-slide-info .pro-slide-form .item-code{width: 100%;padding-right: 130px;}
	.pro-slide-info .pro-slide-form .item-code .item-code-img{width: 120px;height: 44px;}
	.pro-slide-info .pro-slide-form.item-code .item-code-img .yanzheng{max-height: 44px;}
	.pro-slide-info .pro-slide-form .item-btn{padding-top: 20px;}
	.pro-slide-info .pro-slide-form .item-btn .btnn{font-size: 14px;line-height: 24px;height: 44px;border-radius: 22px;}

	.pro-slide-box .share{padding-top: 18px;}
	.pro-slide-box .share .share2 .iconfont{ width: 42px;height: 42px;line-height: 40px;font-size: 14px;}
	.pro-slide-box .share .share2 a{margin-right: 8px;margin-bottom: 8px;}
}
@media (max-width: 991px) {
	.pro-slide-box{margin-bottom: 30px;}
	.pro-slide-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.pro-slide-title .titles{padding-bottom: 14px;}
	.pro-slide-title .titles::before{width: 96px;height: 10px;font-size: 14px;line-height: 10px;}

	.pro-slide-list{padding-top: 20px;padding-bottom: 26px;margin-left: -6px;margin-right: -6px;}
	.pro-slide-item{width: 33.333333%;padding: 0 6px;margin-bottom: 16px;}
	.pro-slide-item .item-box .item-pic{width: 100%;border-radius: 8px;}
	.pro-slide-item .item-box .item-body{width: 100%;padding-top: 16px;}
	.pro-slide-item .item-body .item-title{font-size: 16px;line-height: 22px;}
	.pro-slide-item .item-body .item-desc{font-size: 13px;line-height: 20px;margin-top: 6px;}

	.pryiji{padding-top: 16px;}
	.pryiji>li>a{font-size: 13px;font-size: 1.3rem;line-height: 22px;padding: 3px 0;padding-right: 36px;}
	.pryiji>li>.iconfont{width: 22px;font-size: 20px;line-height: 28px;}
	.pryiji>li>a .iconfont{width: 22px;font-size: 20px;line-height: 28px;}

	.prerji{padding-left: 16px;}
	.prerji>li>a{font-size: 13px;font-size:1.3rem;line-height: 22px;padding: 2px 0;padding-right: 36px;}
	.prerji>li>.iconfont{width: 22px;font-size: 20px;line-height: 26px;}
	.prerji>li>a .iconfont{width: 22px;font-size: 20px;line-height: 26px;}
	.prsanji{padding-left: 32px;}
	.prsanji>li>a{font-size: 13px;font-size:1.3rem;line-height: 22px;padding: 2px 0;}

	.pro-slide-info{padding-top: 20px;}
	.pro-slide-info .pro-slide-text{font-size: 13px;line-height: 20pxpx;}
	.pro-slide-info .pro-slide-form .item-input{height: 44px;margin-bottom: 10px;}
	.pro-slide-info .pro-slide-form .item-inputs{width: 100%;height: 120px;}
	.pro-slide-info .pro-slide-form .item-input input{font-size: 14px;line-height: 24px;padding: 6px 20px;border-radius: 22px;}
	.pro-slide-info .pro-slide-form .item-inputs textarea{font-size: 14px;line-height: 24px;padding: 8px 20px;border-radius: 22px;}
	.pro-slide-info .pro-slide-form .item-code{width: 100%;padding-right: 130px;}
	.pro-slide-info .pro-slide-form .item-code .item-code-img{width: 120px;height: 44px;}
	.pro-slide-info .pro-slide-form.item-code .item-code-img .yanzheng{max-height: 44px;}
	.pro-slide-info .pro-slide-form .item-btn{padding-top: 20px;}
	.pro-slide-info .pro-slide-form .item-btn .btnn{font-size: 14px;line-height: 24px;height: 44px;border-radius: 22px;}

	.pro-slide-box .share{padding-top: 16px;}
	.pro-slide-box .share .share2 .iconfont{ width: 38px;height: 38px;line-height: 36px;font-size: 14px;}
	.pro-slide-box .share .share2 a{margin-right: 8px;margin-bottom: 8px;}
}
@media (max-width: 767px) {
	.pro-slide-box{margin-bottom: 30px;}
	.pro-slide-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.pro-slide-title .titles{padding-bottom: 14px;}
	.pro-slide-title .titles::before{width: 96px;height: 10px;font-size: 14px;line-height: 10px;}

	.pro-slide-list{padding-top: 20px;padding-bottom: 20px;margin-left: -6px;margin-right: -6px;}
	.pro-slide-item{width: 50%;padding: 0 6px;margin-bottom: 16px;}
	.pro-slide-item .item-box .item-pic{width: 100%;border-radius: 8px;}
	.pro-slide-item .item-box .item-body{width: 100%;padding-top: 16px;}
	.pro-slide-item .item-body .item-title{font-size: 16px;line-height: 22px;}
	.pro-slide-item .item-body .item-desc{font-size: 13px;line-height: 20px;margin-top: 6px;}


	.pryiji{padding-top: 16px;}
	.pryiji>li>a{font-size: 13px;font-size: 1.3rem;line-height: 22px;padding: 3px 0;padding-right: 36px;}
	.pryiji>li>.iconfont{width: 22px;font-size: 20px;line-height: 28px;}
	.pryiji>li>a .iconfont{width: 22px;font-size: 20px;line-height: 28px;}

	.prerji{padding-left: 16px;}
	.prerji>li>a{font-size: 13px;font-size:1.3rem;line-height: 22px;padding: 2px 0;padding-right: 36px;}
	.prerji>li>.iconfont{width: 22px;font-size: 20px;line-height: 26px;}
	.prerji>li>a .iconfont{width: 22px;font-size: 20px;line-height: 26px;}
	.prsanji{padding-left: 32px;}
	.prsanji>li>a{font-size: 13px;font-size:1.3rem;line-height: 22px;padding: 2px 0;}

	.pro-slide-info{padding-top: 20px;}
	.pro-slide-info .pro-slide-text{font-size: 13px;line-height: 20pxpx;}
	.pro-slide-info .pro-slide-form .item-input{height: 44px;margin-bottom: 10px;}
	.pro-slide-info .pro-slide-form .item-inputs{width: 100%;height: 120px;}
	.pro-slide-info .pro-slide-form .item-input input{font-size: 14px;line-height: 24px;padding: 6px 20px;border-radius: 22px;}
	.pro-slide-info .pro-slide-form .item-inputs textarea{font-size: 14px;line-height: 24px;padding: 8px 20px;border-radius: 22px;}
	.pro-slide-info .pro-slide-form .item-code{width: 100%;padding-right: 130px;}
	.pro-slide-info .pro-slide-form .item-code .item-code-img{width: 120px;height: 44px;}
	.pro-slide-info .pro-slide-form.item-code .item-code-img .yanzheng{max-height: 44px;}
	.pro-slide-info .pro-slide-form .item-btn{padding-top: 20px;}
	.pro-slide-info .pro-slide-form .item-btn .btnn{font-size: 14px;line-height: 24px;height: 44px;border-radius: 22px;}
	.pro-slide-box .share{padding-top: 16px;}
	.pro-slide-box .share .share2 .iconfont{ width: 36px;height: 36px;line-height: 34px;font-size: 14px;}
	.pro-slide-box .share .share2 a{margin-right: 8px;margin-bottom: 8px;}
}
@media (max-width: 480px) {
	.pro-slide-box{margin-bottom: 16px;}
	.pro-slide-title{font-size: 16px;font-size: 1.6rem;line-height: 30px;}
	.pro-slide-title span{padding-right: 8px;}
	.pro-slide-title span::before{width: 22px;}
	.pro-slide-title span::after{width: 40px;}

	.pro-slide-list{padding-top: 24px;margin-left: -6px;margin-right: -6px;}
	.pro-slide-item{width: 100%;padding: 0 6px;margin-bottom: 24px;}
	.pro-slide-item .item-box .item-pic{width: 100px;border-radius: 8px;}
	.pro-slide-item .item-box .item-body{width: calc(100% - 110px);padding-top: 0px;}
	.pro-slide-item .item-body .item-title{font-size: 16px;line-height: 22px;}
	.pro-slide-item .item-body .item-desc{font-size: 13px;line-height: 20px;margin-top: 6px;}


	.pryiji{padding-top: 16px;}
	.pryiji>li>a{font-size: 13px;font-size: 1.3rem;line-height: 22px;padding: 3px 0;padding-right: 36px;}
	.pryiji>li>.iconfont{width: 22px;font-size: 20px;line-height: 28px;}
	.pryiji>li>a .iconfont{width: 22px;font-size: 20px;line-height: 28px;}

	.prerji{padding-left: 16px;}
	.prerji>li>a{font-size: 13px;font-size:1.3rem;line-height: 22px;padding: 2px 0;padding-right: 36px;}
	.prerji>li>.iconfont{width: 22px;font-size: 20px;line-height: 26px;}
	.prerji>li>a .iconfont{width: 22px;font-size: 20px;line-height: 26px;}
	.prsanji{padding-left: 32px;}
	.prsanji>li>a{font-size: 13px;font-size:1.3rem;line-height: 22px;padding: 2px 0;}

	.pro-slide-info{padding-top: 20px;}
	.pro-slide-info .pro-slide-text{font-size: 13px;line-height: 20pxpx;}
	.pro-slide-info .pro-slide-form .item-input{height: 44px;margin-bottom: 10px;}
	.pro-slide-info .pro-slide-form .item-inputs{width: 100%;height: 120px;}
	.pro-slide-info .pro-slide-form .item-input input{font-size: 14px;line-height: 24px;padding: 6px 20px;border-radius: 22px;}
	.pro-slide-info .pro-slide-form .item-inputs textarea{font-size: 14px;line-height: 24px;padding: 8px 20px;border-radius: 22px;}
	.pro-slide-info .pro-slide-form .item-code{width: 100%;padding-right: 130px;}
	.pro-slide-info .pro-slide-form .item-code .item-code-img{width: 120px;height: 44px;}
	.pro-slide-info .pro-slide-form.item-code .item-code-img .yanzheng{max-height: 44px;}
	.pro-slide-info .pro-slide-form .item-btn{padding-top: 20px;}
	.pro-slide-info .pro-slide-form .item-btn .btnn{font-size: 14px;line-height: 24px;height: 44px;border-radius: 22px;}
}

.related-box{position: relative;width: 100%;display: block;margin-top: 16px;}
.related-title{position: relative;font-family: Poppins;font-size: 30px;font-size: 3rem;color: #121418;line-height: 42px;text-align: center;}
.related-title a{color: #121418;display: inline-block;vertical-align: top;}
.related-title a:hover{color: #121418;}
.related-body{position: relative;width: 100%;padding-top: 37px;}
.related-body-list{position: relative;display: flex;flex-wrap: wrap;margin-left: -15px;margin-right: -15px;}
.related-list-item{position: relative;display: inline-block;vertical-align: top;width: 33.333333%;padding: 0 15px;margin-bottom: 20px;}
.related-tbody-btn{position: relative;width: 100%;text-align: center;padding: 30px 0;}

@media screen and (max-width: 1459px) {
	.related-title{font-size: 28px;font-size: 2.8rem;line-height: 40px;}
	.related-body{padding-top: 32px;}
	.related-body-list{margin-left: -10px;margin-right: -10px;}
	.related-list-item{width: 33.333333%;padding: 0 10px;margin-bottom: 20px;}
}
@media screen and (max-width: 1259px) {
	.related-title{font-size: 24px;font-size: 2.4rem;line-height: 36px;}
	.related-body{padding-top: 28px;}
	.related-body-list{margin-left: -5px;margin-right: -5px;}
	.related-list-item{width: 33.333333%;padding: 0 5px;margin-bottom: 20px;}
}
@media screen and (max-width: 991px) {
	.related-title{font-size: 24px;font-size: 2.4rem;line-height: 36px;}
	.related-body{padding-top: 28px;}
	.related-body-list{margin-left: -5px;margin-right: -5px;}
	.related-list-item{width: 33.333333%;padding: 0 5px;margin-bottom: 20px;}
}
@media screen and (max-width: 750px) {
	.related-title{font-size: 20px;font-size: 2rem;line-height: 32px;}
	.related-body{padding-top: 20px;}
	.related-body-list{margin-left: -10px;margin-right: -10px;}
	.related-list-item{width: 50%;padding: 0 10px;margin-bottom: 20px;}
}
@media screen and (max-width: 560px) {
	.related-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.related-body{padding-top: 20px;}
	.related-body-list{margin-left: -5px;margin-right: -5px;}
	.related-list-item{width: 50%;padding: 0 5px;margin-bottom: 20px;}
}
@media screen and (max-width: 400px) {
	.related-title{font-size: 18px;font-size: 1.8rem;line-height: 30px;}
	.related-body{padding-top: 20px;}
	.related-body-list{margin-left: -5px;margin-right: -5px;}
	.related-list-item{width: 100%;padding: 0 5px;margin-bottom: 20px;}
}
.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse; line-height:24px;}
.table table tr td{ padding:5px;border:1px solid #999;}

.prob-img{position: relative;width: 100%;overflow: hidden;text-align: center;background: #E2E2E2;border-radius: 10px;margin-bottom: 48px;}
.prob-img img{display: inline-block;vertical-align: top;width: 100%;}
.prob-info{position: relative;width: 100%;padding-bottom: 76px;}
.prob-info h1{position: relative;width: 100%;font-family: Poppins;font-size: 50px;color: #121418;line-height: 56px;font-weight: 900;}
.prob-info .jiann{position: relative;width: 100%;display: flex;align-items: center;margin-top: 16px;font-size: 14px;color: #A5A6AA;line-height: 28px;}
.product-detail{position: relative;width: 100%;margin-top: 24px;border-top: 1px solid #EAEAEA; border-bottom: 1px solid #EAEAEA; padding-top: 26px;padding-bottom: 50px;}
.prodetails-desc{position: relative;width: 100%;font-size: 16px;color:#6C6F72;line-height: 24px;margin-bottom: 54px;}
.prodetails-desc a{ color:#121418;}.prodetails-desc a:hover{color: #6C6F728;}
.prodetails-desc img{display: inline-block;vertical-align: top;}
.product-tags{position: relative;width: 100%;}
.product-tags .tag-list{position: relative;width: 100%;display: flex;flex-wrap: wrap;font-family: Poppins-Regular;}
.product-tags .tag-list a{display: inline-block;vertical-align: top;text-align: center;min-width: 100px;padding: 5px 28px;font-size: 14px;color: #121418;line-height: 28px;background: #FFFFFF;border-radius: 20px;border: 1px solid #EAEAEA;margin-bottom: 10px;margin-right: 10px;}
.product-tags .tag-list a:hover{ color:#000;}
.prob-info .prob-info-flex{position: relative;width: 100%;display: flex;align-items: center;padding: 30px 0;justify-content: space-between;border-bottom: 1px solid #EAEAEA;}
.prob-info .prob-info-flex .inno{display: inline-flex;vertical-align: top;width: auto;align-items: center;}
.prob-info .prob-info-flex .inno .inno-icon{position: relative;margin-left: 20px;display: inline-flex;vertical-align: top;align-items: center;}
.prob-info .prob-info-flex .inno .inno-icon:nth-of-type(1){margin-left: 0 !important;}
.prob-info .prob-info-flex .inno .inno-icon .iconfont{display: inline-block;vertical-align: top;text-align: center; width: 50px;height: 50px;line-height: 50px;font-size: 20px;color: #121418;background: #F8F7F5;border-radius: 50%;}
.prob-info .prob-info-flex .inno .inno-icon .num{display: inline-block;vertical-align: top;font-size: 18px;color: #121418;margin-left: 10px;line-height: 30px;}

.fanpian{position: relative;width: 100%;padding-top: 48px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.fanpian li{position: relative;width: 48.5%;cursor: pointer;margin-bottom: 20px;}
.fanpian li .name{display: inline-block;vertical-align: top;position: relative;font-size: 12px;color: #6C6F72;line-height: 24px;text-transform: uppercase;}
.fanpian li .name .iconfont{display: inline-block;vertical-align: top;}
.fanpian li:nth-of-type(odd){text-align: left;}
.fanpian li:nth-of-type(even){text-align: right;}
.fanpian li .text{position: relative;width: 100%;font-family: Poppins;font-weight: 600;margin-top: 5px;font-size: 18px;color: #121418;line-height: 27px;}
.fanpian li a{color: #121418;}
.fanpian li a:hover{color: #121418;}

.prob-info-bottom{position: relative;width: 100%;margin-bottom: 60px;}
.prob-info-bottom .prob-bottom-name{position: relative;width: 100%;font-family: Poppins;font-weight: 600;font-size: 14px;color: #FFFFFF;line-height: 24px; text-transform: uppercase;padding: 17px 30px;background: #121418;border-radius: 29px;cursor: pointer;text-align: center;}
.prob-info-bottom .prob-bottom-name .iconfont{display: inline-block;vertical-align: top;margin-left: 10px;margin-top: -4px; font-weight: bold;}
.prob-info-bottom .prob-bottom-name.active .iconfont::before{content: "\e72e";font-size:14px;}
.prob-info-bottom .prob-bottom-name:hover .iconfont::before{content: "\e72e";font-size:14px;}
.prob-bottom-text{position: relative;width: 100%;display: none;}
.prob-bottom-text .prob-bottom-box{position: relative;padding-top:70px;}
.prob-bottom-title{font-family: Poppins;font-weight: 600;font-size: 26px;color: #121418;line-height: 36px;margin-bottom: 18px;}
.prob-bottom-text .prob-bottom-box .prob-bottom-list{position: relative;width: 100%;padding-bottom: 14px;}
.prob-bottom-text .prob-bottom-box .prob-bottom-item{position: relative;width: 100%;margin-bottom: 48px;}
.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user{display: flex;position: relative;width: 100%;align-items: flex-start;}
.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-pic{position: relative;display: inline-block;vertical-align: top;width: 82px;border-radius: 50%;text-align: center;border: 1px solid #EAEAEA;border-radius: 50%;;}
.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-pic img{display: inline-block;vertical-align: top;width: 100%;}
.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body{position: relative;width: calc(100% - 100px);}
.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .item-info{position: relative;width: 100%;height: 80px;display: flex;align-items: flex-start; flex-direction: column;flex-wrap: wrap;}
.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .name{position: relative;width: 100%;font-family: Poppins;font-weight: bold;font-size: 18px;color: #121418;line-height: 27px;}
.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .date{position: relative;display: block;font-size: 14px;color: #A5A6AA;line-height: 27px;}
.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-text{position: relative;width: 100%; font-size: 16px;color: #6C6F72;line-height: 26px;}
.prob-bottom-contact{position: relative;width: 100%;}



@media screen and (max-width:1339px){
	.prob-img{border-radius: 10px;margin-bottom: 40px;}
	.prob-info{padding-bottom: 64px;}
	.prob-info h1{font-size: 44px;line-height: 52px;}
	.prob-info .jiann{margin-top: 14px;font-size: 14px;line-height: 26px;}
	.product-detail{margin-top: 20px;padding-top: 22px;padding-bottom: 42px;}
	.prodetails-desc{font-size: 16px;line-height: 24px;margin-bottom: 42px;}
	.product-tags .tag-list a{min-width: 100px;padding: 4px 24px;font-size: 14px;line-height: 26px;border-radius: 18px;margin-bottom: 10px;margin-right: 10px;}
	.prob-info .prob-info-flex{padding: 26px 0;}
	.prob-info .prob-info-flex .inno .inno-icon{margin-left: 20px;}
	.prob-info .prob-info-flex .inno .inno-icon .iconfont{width: 48px;height: 48px;line-height: 48px;font-size: 20px;}
	.prob-info .prob-info-flex .inno .inno-icon .num{font-size: 18px;margin-left: 10px;line-height: 30px;}

	.fanpian{padding-top: 42px;}
	.fanpian li{width: 48.5%;margin-bottom: 20px;}
	.fanpian li .name{font-size: 12px;line-height: 24px;}
	.fanpian li .text{margin-top: 5px;font-size: 16px;line-height: 24px;}

	.prob-info-bottom{margin-bottom: 50px;}
	.prob-info-bottom .prob-bottom-name{font-size: 14px;line-height: 24px;padding: 16px 24px;border-radius: 28px;}
	.prob-bottom-text .prob-bottom-box{padding-top:60px;}
	.prob-bottom-title{font-size: 22px;line-height: 32px;margin-bottom: 18px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-list{padding-bottom: 14px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item{margin-bottom: 40px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-pic{width: 72px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body{width: calc(100% - 90px);}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .item-info{height: 70px}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .name{font-size: 16px;line-height: 26px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .date{font-size: 14px;line-height: 26px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-text{font-size: 16px;line-height: 24px;}
}
@media screen and (max-width:1199px){
	.prob-img{border-radius: 10px;margin-bottom: 32px;}
	.prob-info{padding-bottom: 52px;}
	.prob-info h1{font-size: 38px;line-height: 48px;}
	.prob-info .jiann{margin-top: 13px;font-size: 14px;line-height: 26px;}
	.product-detail{margin-top: 16px;padding-top: 18px;padding-bottom: 36px;}
	.prodetails-desc{font-size: 16px;line-height: 24px;margin-bottom: 36px;}
	.product-tags .tag-list a{min-width: 90px;padding: 4px 24px;font-size: 14px;line-height: 24px;border-radius: 17px;margin-bottom: 10px;margin-right: 10px;}
	.prob-info .prob-info-flex{padding: 20px 0;}
	.prob-info .prob-info-flex .inno .inno-icon{margin-left: 20px;}
	.prob-info .prob-info-flex .inno .inno-icon .iconfont{width: 44px;height: 44px;line-height: 44px;font-size: 18px;}
	.prob-info .prob-info-flex .inno .inno-icon .num{font-size: 18px;margin-left: 10px;line-height: 30px;}

	.fanpian{padding-top: 30px;}
	.fanpian li{width: 48.5%;margin-bottom: 18px;}
	.fanpian li .name{font-size: 12px;line-height: 24px;}
	.fanpian li .text{margin-top: 5px;font-size: 16px;line-height: 24px;}

	.prob-info-bottom{margin-bottom: 40px;}
	.prob-info-bottom .prob-bottom-name{font-size: 14px;line-height: 24px;padding: 16px 24px;border-radius: 28px;}
	.prob-bottom-text .prob-bottom-box{padding-top:50px;}
	.prob-bottom-title{font-size: 20px;line-height: 30px;margin-bottom: 18px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-list{padding-bottom: 14px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item{margin-bottom: 30px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-pic{width: 72px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body{width: calc(100% - 90px);}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .item-info{height: 70px}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .name{font-size: 16px;line-height: 26px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .date{font-size: 14px;line-height: 26px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-text{font-size: 16px;line-height: 24px;}
}
@media screen and (max-width:991px){
	.prob-img{border-radius: 10px;margin-bottom: 28px;}
	.prob-info{padding-bottom: 40px;}
	.prob-info h1{font-size: 32px;line-height: 44px;}
	.prob-info .jiann{margin-top: 10px;font-size: 14px;line-height: 24px;}
	.product-detail{margin-top: 16px;padding-top: 18px;padding-bottom: 30px;}
	.prodetails-desc{font-size: 14px;line-height: 22px;margin-bottom: 30px;}
	.product-tags .tag-list a{min-width: 90px;padding: 4px 20px;font-size: 14px;line-height: 22px;border-radius: 16px;margin-bottom: 10px;margin-right: 10px;}
	.prob-info .prob-info-flex{padding: 20px 0;}
	.prob-info .prob-info-flex .inno .inno-icon{margin-left: 20px;}
	.prob-info .prob-info-flex .inno .inno-icon .iconfont{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}
	.prob-info .prob-info-flex .inno .inno-icon .num{font-size: 16px;margin-left: 10px;line-height: 26px;}

	.fanpian{padding-top: 24px;}
	.fanpian li{width: 48.5%;margin-bottom: 18px;}
	.fanpian li .name{font-size: 12px;line-height: 24px;}
	.fanpian li .text{margin-top: 5px;font-size: 14px;line-height: 22px;}

	.prob-info-bottom{margin-bottom: 30px;}
	.prob-info-bottom .prob-bottom-name{font-size: 14px;line-height: 24px;padding: 16px 24px;border-radius: 28px;}
	.prob-bottom-text .prob-bottom-box{padding-top:40px;}
	.prob-bottom-title{font-size: 20px;line-height: 30px;margin-bottom: 18px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-list{padding-bottom: 14px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item{margin-bottom: 30px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-pic{width: 64px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body{width: calc(100% - 80px);}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .item-info{height: 60px}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .name{font-size: 16px;line-height: 26px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .date{font-size: 13px;line-height: 24px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-text{font-size: 14px;line-height: 22px;}

}
@media screen and (max-width:720px){
	.prob-img{border-radius: 10px;margin-bottom: 28px;}
	.prob-info{padding-bottom: 30px;}
	.prob-info h1{font-size: 24px;line-height: 36px;}
	.prob-info .jiann{margin-top: 10px;font-size: 14px;line-height: 24px;}
	.product-detail{margin-top: 16px;padding-top: 18px;padding-bottom: 30px;}
	.prodetails-desc{font-size: 14px;line-height: 22px;margin-bottom: 30px;}
	.product-tags .tag-list a{min-width: 90px;padding: 4px 20px;font-size: 14px;line-height: 22px;border-radius: 16px;margin-bottom: 10px;margin-right: 10px;}
	.prob-info .prob-info-flex{padding: 20px 0;}
	.prob-info .prob-info-flex .inno .inno-icon{margin-left: 20px;}
	.prob-info .prob-info-flex .inno .inno-icon .iconfont{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}
	.prob-info .prob-info-flex .inno .inno-icon .num{font-size: 16px;margin-left: 10px;line-height: 26px;}

	.fanpian{padding-top: 24px;}
	.fanpian li{width: 48.5%;margin-bottom: 18px;}
	.fanpian li .name{font-size: 12px;line-height: 24px;}
	.fanpian li .text{margin-top: 5px;font-size: 14px;line-height: 22px;}

	.prob-info-bottom{margin-bottom: 30px;}
	.prob-info-bottom .prob-bottom-name{font-size: 14px;line-height: 24px;padding: 16px 24px;border-radius: 28px;}
	.prob-bottom-text .prob-bottom-box{padding-top:40px;}
	.prob-bottom-title{font-size: 20px;line-height: 30px;margin-bottom: 18px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-list{padding-bottom: 14px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item{margin-bottom: 30px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-pic{width: 64px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body{width: calc(100% - 80px);}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .item-info{height: 60px}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .name{font-size: 16px;line-height: 26px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-user .item-body .date{font-size: 13px;line-height: 24px;}
	.prob-bottom-text .prob-bottom-box .prob-bottom-item .item-text{font-size: 14px;line-height: 22px;}

}

.tankaung{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.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;}

.famain{ padding-top:70px; padding-bottom:90px;}
.top{width:58px; height:58px; margin:auto;background: #121418;border-radius: 50%; cursor:pointer;position:fixed;right:20px;bottom:-100px; color:#1B1B1B; font-size:24px !important; text-align:center; line-height:58px;transition:0.9s;z-index:999; -webkit-animation-name:top; animation-name:top; -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-timing-function:linear; animation-timing-function:linear; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite}
.top .iconfont{display: inline-block;vertical-align: top;width: 100%;height: 100%;font-size:24px !important;}
.bottom{bottom:80px;}
.top:hover .iconfont::before{content: "\e73e";}
@media screen and (max-width:767px) {.top{ width:30px; height:30px; line-height:30px;font-size:16px !important; right:0px; bottom:80px;}.top .iconfont{font-size:16px !important;} .fotag{ margin-top:15px;}}
@media screen and (max-width: 767px) {
.tankaungn2{position:fixed; left:5%; top:15%; right:5%; bottom:15%;}
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins.eot');
    src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins.woff2') format('woff2'),
        url('../fonts/Poppins.woff') format('woff'),
        url('../fonts/Poppins.ttf') format('truetype'),
        url('../fonts/Poppins.svg#Poppins') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        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.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
  font-family: "iconfont"; /* Project id 1768807 */
  src: url('../fonts/iconfont.woff2?t=1691982039822') format('woff2'),
       url('../fonts/iconfont.woff?t=1691982039822') format('woff'),
       url('../fonts/iconfont.ttf?t=1691982039822') format('truetype');
}
@font-face {
  font-family: "iconfont"; /* Project id 4262293 */
  src: url('../fonts/icon/iconfont.woff2?t=1740126624319') format('woff2'),
		url('../fonts/icon/iconfont.woff?t=1740126624319') format('woff'),
		url('../fonts/icon/iconfont.ttf?t=1740126624319') format('truetype'),
		url('../fonts/icon/iconfont.svg?t=1740126624319#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-changjiantou1:before {
  content: "\e55a";
}

.icon-zuojiantou:before {
  content: "\e559";
}

.icon-a-zuojiantou2:before {
  content: "\e558";
}

.icon-a-youjiantou2:before {
  content: "\e557";
}

.icon-youjiantou:before {
  content: "\e556";
}

.icon-home:before {
  content: "\e555";
}

.icon-a-shipinbofang2:before {
  content: "\e554";
}

.icon-a-shipinbofang1:before {
  content: "\e553";
}

.icon-a-shipinbofangyingpian2:before {
  content: "\e552";
}

.icon-sandian:before {
  content: "\e551";
}

.icon-xiaodaohang:before {
  content: "\e550";
}

.icon-chakan:before {
  content: "\e549";
}

.icon-xianxing-_xiazai1:before {
  content: "\e548";
}

.icon-fangzi:before {
  content: "\e547";
}

.icon-a-fangzi1:before {
  content: "\e546";
}

.icon-zixunliuyan:before {
  content: "\e545";
}

.icon-emails:before {
  content: "\e544";
}

.icon-a-xiangdaozhidaofangxiangmianbaoxie_jurassic:before {
  content: "\e543";
}

.icon-rili1:before {
  content: "\e542";
}

.icon-hangye:before {
  content: "\e541";
}

.icon-a-xiazai4:before {
  content: "\e540";
}

.icon-jiantou_qiehuanzuo:before {
  content: "\e539";
}

.icon-jiantou_qiehuanyou:before {
  content: "\e538";
}

.icon-a-xiazai11:before {
  content: "\e537";
}

.icon-xiazai2:before {
  content: "\e536";
}

.icon-xiazai1:before {
  content: "\e535";
}

.icon-sanjiaoxing:before {
  content: "\e534";
}

.icon-xiajiantou:before {
  content: "\e533";
}

.icon-lianjielink:before {
  content: "\e532";
}

.icon-xiangzuo:before {
  content: "\e531";
}

.icon-xiangxia:before {
  content: "\e530";
}

.icon-xiangshang:before {
  content: "\e52f";
}

.icon-sanjiaoshang:before {
  content: "\e52e";
}

.icon-sanjiao-jinru:before {
  content: "\e52d";
}

.icon-a-fenlei1:before {
  content: "\e52c";
}

.icon-fenlei:before {
  content: "\e52b";
}

.icon-a-youjianyouxiang_jurassic:before {
  content: "\e52a";
}

.icon-a-youtube1:before {
  content: "\e529";
}

.icon-a-dianhua11:before {
  content: "\e528";
}

.icon-jiantou_youxia:before {
  content: "\e527";
}

.icon-notepad:before {
  content: "\e526";
}

.icon-a-dianhua1:before {
  content: "\e525";
}

.icon-rili:before {
  content: "\e524";
}

.icon-dianhua1:before {
  content: "\e523";
}

.icon-a-youxiang1:before {
  content: "\e522";
}

.icon-yunxiazai_o:before {
  content: "\e521";
}

.icon-a-danjiantouchangjiantouzuo:before {
  content: "\e519";
}

.icon-changjiantou:before {
  content: "\e520";
}

.icon-a-danjiantouchangjiantouyou:before {
  content: "\e518";
}

.icon-xiazai:before {
  content: "\e517";
}

.icon-a-xiazai1:before {
  content: "\e516";
}
.icon-weibo:before {
  content: "\e515";
}

.icon-yuyan:before {
  content: "\e514";
}

.icon-duoqiyingxiang:before {
  content: "\e513";
}

.icon-a-weibo1:before {
  content: "\e512";
}

.icon-upload-cloud-2-line:before {
  content: "\e511";
}

.icon-a-lianjie1:before {
  content: "\e510";
}

.icon-daohang:before {
  content: "\e509";
}

.icon-a-rightlinefill-line:before {
  content: "\e508";
}

.icon-lianjie:before {
  content: "\e507";
}

.icon-send-plane-line:before {
  content: "\e506";
}

.icon-b2b-close:before {
  content: "\e505";
}

.icon-jiantou_youshang:before {
  content: "\e504";
}

.icon-dianhua:before {
  content: "\e501";
}

.icon-tik_tok:before {
  content: "\e502";
}

.icon-phone-Fill:before {
  content: "\e503";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-top2:before {
  content: "\e637";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-vk:before {
  content: "\e735";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-jian2:before {
  content: "\e600";
}

.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";
}


.lang-img{background:url(../img/lang.png)  no-repeat;}
.en{height:16px;width:24px;background-position:0 -848px;}

.mrn{ padding-bottom:33px;}
.mrbiao{ display:block; font-size:14px; font-size:1.4rem; color:#ffffff; font-weight:bold; line-height:29px; padding:15px; background:#4d839b;}
.mrul{ padding:15px; padding-bottom:0px; padding-top:8px;}
.mrul li{ position:relative;}
.mrul li a{ display:block; font-size:14px; font-size:1.4rem; line-height:24px; border-bottom:1px solid #dcdcdc; padding-bottom:12px; margin-top:6px; margin-bottom:13px;}
.mrul li i{ color:#bbbbbb; position:absolute; right:0px; top:0px; line-height:24px;}
.mrp2{ font-size:14px; font-size:1.4rem; color:#666666; line-height:20px;}
.mrmor{ display:block; font-size:14px; font-size:1.4rem; font-weight:bold; float:right; margin-right:15px; line-height:24px; text-transform:uppercase;}

.mrul2{ padding:15px; padding-top:1px;}
.mrul2 li{ border-bottom:1px solid #e7e7e7; position:relative; padding-bottom:17px; margin-top:11px;}
.mrul2 li i{ color:#bfbfbf; font-size:16px; font-size:1.8rem; position:absolute; line-height:22px; top:0px; left:0px;}
.mrul2 li a{ display:block; font-size:14px; font-size:1.4rem; color:#666666; line-height:22px; padding-left:30px;}
.inxun{ padding:0 15px; max-width:243px; margin:auto; position:relative;}
.inxun form{}
.mrp{ font-size:14px; font-size:1.4rem; line-height:22px; margin-top:16px;}

.inxun span{ display:block; font-size:14px; font-size:1.4rem; line-height:20px; margin-top:15px;}
.inxun span i{ font-style:normal; color:#aaaaaa;}
.inxun .int1{ width:233px; height:32px; line-height:32px; border:1px solid #d9d9d9; padding-left:10px; margin-top:8px;}
.inxun textarea{ width:233px; height:158px; line-height:22px; border:1px solid #d9d9d9; padding-left:10px; margin-top:8px;}
.inxun .int2z{ line-height:30px; position: relative; padding-bottom: 28px; margin-top: 20px;}
.inxun .int2{ width:91px; height:28px; line-height:28px; padding-left:10px; float:left; border:1px solid #d9d9d9;}
.inxun .yanzheng{ width:73px; height:30px; cursor:pointer; float:right;}
.inxun .int3{ width:120px; height:40px; background:#e5b759; border:1px solid #e5b759; text-align:center; line-height:40px; font-size:14px; font-size:1.4rem; color:#ffffff; display:block; margin:auto; margin-top:5px; cursor:pointer; transition:0.5s;}
.inxun .int3:hover{ background:#fff; border:1px solid #e5b759; color:#e5b759;}

.xunpan2{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:999999999999999999}

.xunpan2 .mrn{width:290px; padding-bottom: 20px; position:absolute; left:50%; margin-left:-145px;  top:50%; transform: translateY(-50%); background:#fff; max-height: 90%;
	overflow: auto;}
.guanbi{ display:block; position:absolute; width:18px; right:10px; top:10px; cursor:pointer}
.guanbi img{ width:100%; max-width:18px; max-height:18px;}
.xunpan2 .mrbiao:hover{ background:none}
.xunpan2 .mrbiao{ background:none; color:#333;}
