@charset "utf-8";/* CSS Document */
html {font-size: 62.5%;  height: 100%; scroll-behavior: smooth;}

body {margin: 0 auto;font-family:Tahoma, Arial, Helvetica, sans-serif;font-size: 12px; font-size: 1.2rem; height: 100%;background:#fff;width:100%;max-width:1920px; overflow-x:hidden;}


img {border: none;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span,em {margin: 0;padding: 0;list-style: none;color: #333;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #333;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
h1,h2 {margin: 0;padding: 0;font-weight: normal;color: #333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family:Tahoma, Arial, Helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;color:#999999;border: none;outline: none;}
.fl {float:left;}
.fr {float:right;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

input[type= "button"],input[ type="submit" ],input[type="reset"] {-webkit-appearance: none;}
button{border-radius : 0px; -webkit-border-radius:0px;}

::selection { color: #fff; background: #f1a812;}

* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box;}
::-webkit-scrollbar {
width:4px; height: 4px;
}
::-webkit-scrollbar-track {
background: #e5e5e5
}
::-webkit-scrollbar-thumb {
background:#f1a812;
}


.fons0{ font-size:0px; font-size:0rem;}

::-webkit-input-placeholder {/* WebKit browsers */
 color:#999999;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999999;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999999;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999999;opacity:1 }
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1200px; margin: auto;}
    .zong1 {width: calc(100% - 160px); max-width: 1200px; margin: auto;}
}
@media screen and (max-width:999px) {
    .zong,.zong1 {width: 95%;margin: auto;}
}

a:hover img{transform: scale(1.1,1.1)}
img{max-width: 100%;}
a:hover{ color: #f1a812;}

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #666666;}
.mp p,.mp a{color: #666666; display: block;}
.mp a:hover{color: #f1a812;}

.mp1{ font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #666666;}
.mp1 p,.mp1 a{color: #666666; display: block;}
.mp1 a:hover{color: #f1a812;}

@media screen and (max-width:1559px) {
.mp1{ font-size: 16px; font-size: 1.6rem; line-height: 30px !important;}
}
@media screen and (max-width:1359px) {
.mp{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
}
@media screen and (max-width:767px) {
.mp1{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
.mp{ font-size: 12px; font-size: 1.2rem; line-height: 22px !important;}

}

.img1{ display: block; position: relative; overflow: hidden;}
.img1 img{ width: 100%; position: relative; z-index: 1}
.img1:before{content: ''; position: absolute; width: 0px; height: 100%; background: #fff; opacity: 0.5;  left: 50%; transform: translateX(-50%); top: 0px; transition: 1s; z-index: 2}
.img1:after{content: ''; position: absolute; width: 100%; height: 0px; background: #fff; opacity: 0.5;  top: 50%; transform: translateY(-50%); left: 0px; transition: 1s; z-index: 2}
.img1:hover:before{width: 100%; opacity: 0}
.img1:hover:after{height: 100%; opacity: 0}

@keyframes m1tu
{
0% { opacity:0; left:0px;}
50% { opacity:1; left:50%;}
100% { opacity:0; left:100%}
}

.img2{display: block; width: 300px; margin: auto; position:relative; overflow:hidden; z-index:1}
.img2 img{width: 100%;}
.img2:after{ content:""; height:100%; position:absolute; top:0px; transition:0.5s; background:#fff;  width:40px; filter: blur(30px); opacity:0; z-index:3}
.img2:hover:after{ -webkit-animation-name:m1tu; animation-name:m1tu; -webkit-animation-duration:0.3s; animation-duration:0.3s; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:1; animation-iteration-count:1}

.niu1 { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }
.niu1 span { position: relative; z-index: 2;}
.niu1:before { position: absolute; content: ''; top: 0px; bottom: 0px; left: 0px; right: -50px; border-bottom: 50px solid #f1a812; border-right: 30px solid transparent; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.niu1:after { position: absolute; content: ''; top: 0px; right: 0px; bottom: 0px; left: -50px; border-left: 30px solid transparent; border-bottom: 50px solid #f1a812; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.niu1:hover:before { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); -o-transform: translateX(-40%); transform: translateX(-40%); }
.niu1:hover:after { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); -o-transform: translateX(40%); transform: translateX(40%); }

.niu2 { overflow: hidden; position: relative; }
.niu2 span { position: relative; display: block; z-index: 2; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.niu2 span:before { position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; content: ""; background-color: #f1a812; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);}
.niu2:hover span:before { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -o-transform-origin: bottom left; transform-origin: bottom left; }

.niu3 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }
.niu3:after { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; z-index: -1; content: ''; background: #f1a812; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.niu3:hover { color: #fff; }
.niu3:hover:after { height: 500%; opacity: 1; }


.at-resp-share-element .at4-share-count-container {text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


/*  head  */
.head{ background:#eeeeee; position:absolute; width:100%; left:0px; top:0px; z-index:99999}
.hebh{position: fixed; width: 100%; background: #eeeeee; left: 0px; top: 0px; border-bottom: 1px solid #f1a812;}
.het{ background:#171717; padding:20px 0; padding-bottom: 27px; line-height: 34px;}
.het:after{ content:""; clear:both; display:block;}
.het a:hover{color: #f1a812;}

.logo{display:block;float:left;width:156px;}
.logo span{ display:block;}
.logo img{display:block;margin:auto}

.yvn{ float:right; position:relative; margin-top: 3px; z-index:99999;}
.yvzhonga{ display:block; text-align:center; font-size:16px; font-size:1.6rem; padding-right: 17px; color:#fff; cursor:pointer; z-index:999999}
.yvzhonga:before{ content: ""; position: absolute; right:0px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #fff; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
.yvzhonga i{ display:inline-block; vertical-align:middle; margin-right:14px; font-size:26px;}
.yvul{ width:100%; min-width:100px; position:absolute; top:40px; right:0px; background:#f1a812; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:24px; color:#fff; border: 1px solid #f1a812;}
.yvul a:hover{ background:#fff; color:#f1a812; text-decoration: none;}

.hexin{ float:left;}
.hexin li{ float:left; font-size:16px; font-size:1.6rem; color:#ffffff; margin-right:18px;}
.hexin li a{ color:#fff;}
.hexin li i{ font-size:22px; color:#fff; padding-right:4px; display: inline-block; vertical-align: middle;}

/*  sousuo  */
.sou::-webkit-input-placeholder {/* WebKit browsers */
 color:#666666;opacity:1}
.sou:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#666666;opacity:1 }
.sou::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#666666;opacity:1 }
.sou:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#666666;opacity:1 }

.sousuo{ float:right; height:28px; z-index:9999; border-radius:50%; margin-left: 35px; margin-top: 6px; position:relative;}
.sousuo form{ width: 200px; height:34px; overflow:hidden; border: solid 1px #f1a812; background: #fff; transition:0.5s; z-index:99999}
.sou{ width: 100%;height:32px;line-height:32px; padding-left:10px; padding-right:40px; font-size:16px; font-size:1.6rem; background: none; color:#666666;}
.suo{width:32px;height:32px; position:absolute; right: 0px; top:0px; background:none; z-index:9999999; cursor:pointer;}
.sou2,.sou1{ display: block; width:32px; height:32px; text-align:center; line-height:32px; position:absolute; right:0px; top:0px; font-size:16px !important; color:#000000; cursor:pointer; z-index:99990}
.sou2{ color:#000000; left: 0px; top:0px; z-index:1; text-align: center; font-size: 12px; display: none;}
/*.sousuof form{ height:70px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:10px;}*/


.heb{height: 54px;
    overflow: hidden;}
.heb>.zong{ transition:0.5s; z-index:999}
.heb>.zong:after{content: ""; clear: both; display: block;}

.here{ display: block; float: right; background: #f1a812; border: 1px solid #f1a812; padding: 0 11px; line-height: 40px; color: #ffffff; font-size: 18px; font-size: 1.8rem; margin-right: 13px; margin-top: 20px;}
.here:hover{ background: #fff; color: #f1a812;}
.daohang>li>a{display:block;font-size:18px;font-size:1.8rem; line-height:54px; padding: 0 46px 0 46px; color:#333; position:relative; z-index: 1}
.daohang{display: flex; flex-flow: wrap; justify-content: flex-start;}

.daohang>li{ position: relative;}

.daohang>li>a:before{content: ""; position: absolute; width: 0px; height: 100%; background: #f1a812; left: 50%; transform: translateX(-50%); top: 0px; transition: 0.5s; z-index: -1}
.daohang>li:hover>a{ color:#fff;}
.daohang>li:hover>a:before{ width: 100%;}
.dangqiandao>a{ color:#fff !important;}
.dangqiandao>a:before{ width: 100% !important;}

.yijiw{ padding-top: 3px; background:rgba(255,255,255,0);position:absolute; width:200px;top:-9999px;left:50%; transform:translateX(-50%);}
.yiji{background:#ffffff; padding: 22px 0; width: 100%; box-shadow: 0 0 14px 0 rgba(0,0,0,0.1)}
.yiji li{position:relative;transition:0.5s; width: 100%;}
.yiji li a{display:inline-block;font-size:18px;font-size:1.8rem;line-height:0px; padding:10px 30px;}
.yiji li:hover>a{color: #f1a812;}
.erji{position:absolute;width:200px;background:#ffffff;top:-9999px;left:100%; padding: 22px 0; box-shadow: 0 0 14px 0 rgba(0,0,0,0.1)}
.sanji{position:absolute;width:200px;background:#ffffff;top:-9999px;left:100%; padding: 22px 0; box-shadow: 0 0 14px 0 rgba(0,0,0,0.1)}
.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:28px;}
.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:28px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:28px;}
.matn{margin-top:auto !important;}

.xnav{display:none}
.daohang2,sousuo2{display:none}

.headh{ position:fixed;}
.headh .het{ display:none}
.headh .logo{ width:60px;}
.headh>.zong{padding-top:5px; padding-bottom:10px; transition:0.5s;}
.headh .xiala{ top:87px;}

@media screen and (max-width:1559px) {
.daohang{ font-size: 0px; display: flex; justify-content: space-between;}
.daohang>li{ float: none; display: inline-block; vertical-align: middle; text-align: left;}
.daohang>li>a{ font-size:16px;font-size:1.6rem;;}
.here{ padding: 0 8px; line-height: 40px; font-size: 14px; font-size: 1.4rem; margin-right: 5px; margin-top: 1px;}
.sou{ padding-left:10px; font-size:12px; font-size:1.2rem;}
.yiji li a{font-size:14px;font-size:1.4rem;line-height:0px;padding:5px 10px;}
}
@media screen and (max-width:1359px) {
.daohang>li{}
.daohang>li>a{ font-size:14px;font-size:1.4rem; padding: 0 20px;}
.yvzhonga{ font-size:14px; font-size:1.4rem; padding-right: 17px;}
.yvzhonga i{ margin-right:8px; font-size:18px;}

.yijiw{width:180px;}
.erji{width:180px;}
.sanji{width:180px;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}
    
    
}
@media screen and (max-width:999px) {
.head{ position:fixed;}
.het{padding:6px 0px; padding-bottom: 10px;}
.het .zong{ z-index:3; padding: 0px; position:relative; line-height: 28px;}
.sousuo{ top:6px; bottom:auto; display:none;}

.heb{ display: none; height:0}
.yvn{ margin-right:45px; margin-top: 0px;}
.yvul a{ font-size: 12px; font-size: 1.2rem; padding:3px 5px;}
.yvzhonga{ font-size:12px; font-size:1.2rem; padding-right: 10px;}
.yvzhonga:before{ border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
.yvzhonga i{ margin-right:5px; font-size:16px;}

.logo{ width:110px;}
.daohang{ margin-top:20px; display: none}
.here{ font-size: 12px; line-height: 30px; float: none; margin: 10px;}
.hexin,.here1{display: none}

.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #171717;right: 2.5%;top: 10px;cursor: pointer; border-radius:5px;z-index: 9999999999}
.xnav2 .nav{background: #ffc700;}
.nav span {display: block;width: 20px;height: 2px;background: #f1a812;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.5s;z-index: 9999999991}
.nav .nav1 {margin-top: -1px;}
.nav .nav2 {margin-top: -8px;}
.nav .nav3 {margin-top: 6px;}
.nav:hover .nav1 {width: 25px;}
.navh .nav1 {transform: rotate(45deg)}
.navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
.navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
.navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
.navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
.smdaohang {position: fixed;width: 280px;height: 100%;overflow: auto;top: 0px;right: -100%;background:#171717; z-index: 9999999;transition: 0.5s;text-align: center;}
.smdaohangh {right: 0px;}
.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:5px; width:24px; height:24px; cursor:pointer; border-radius:5px;}
ul.topnav span:before{ content:""; width:16px; height:2px; background:#fff; position:absolute; left:4px; top:50%; margin-top:-1px;}
ul.topnav span:after{ content:""; width:16px; height:2px; background:#fff; position:absolute; left:4px; top:50%; margin-top:-1px; transform:rotate(90deg); transition:0.5s;}
ul.topnav span.yizi:after{ transform:rotate(0deg);}

.smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff;}
.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;}
.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: 3px;}

.clear3{clear:both;}
  }
@media screen and (max-width:767px) {

}

#wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 1920px; margin:0px auto 0px; z-index:90; text-align:left; /* reset align=center */
	font-size: 10px; text-shadow: none; 
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
* html #wowslider-container1{ width:1920px }
#wowslider-container1 .ws_images ul{ position:relative; width: 10000%; height:100%; left:0; list-style:none; margin:0; padding:0; border-spacing:0; overflow: visible; /*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{ position: relative; width:1%; height:100%; line-height:0; overflow: hidden; float:left;	padding:0 0 0 0 !important; margin:0 0 0 0 !important; }
#wowslider-container1 .ws_images{ position: relative; left:0; top:0; height:100%; max-width: 1920px; vertical-align: top; border:none; overflow: hidden; }
#wowslider-container1 .ws_images ul a{ width:100%; height:100%; display:block; color:transparent; }
#wowslider-container1 img{ max-width: none !important; }
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{ width:100%; border:none 0; max-width: none; padding:0; margin:0; }
#wowslider-container1 .ws_images > div > img { }
#wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; }
#wowslider-container1 .ws-title > div { display: inline-block !important; }
#wowslider-container1 a{ text-decoration: none; outline: none; border: none; }
#wowslider-container1  .ws_bullets { float: left; position:absolute; z-index:70; }
#wowslider-container1  .ws_bullets div{ position:relative; float:left; font-size: 0px; }
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a { line-height: 0; }
#wowslider-container1  .ws_script{ display:none; }
#wowslider-container1 sound, 
#wowslider-container1 object{ position:absolute; }

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; }
#wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; }
#wowslider-container1 .ws_cube_side { background: #A6A5A9; }


/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev { display: none; }
.ws-title-wrapper{ display: none; }

/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn { position: absolute; display: none; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; z-index: 55; }
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo { display: block; }
#wowslider-container1 .ws_video_btn div { position: absolute; background-size: 200%; top: 50%; left: 50%; width: 7em; height: 5em; margin-left: -3.5em; margin-top: -2.5em; }
#wowslider-container1 .ws_video_btn.ws_youtube div { background-position: 0 0; }
#wowslider-container1 .ws_video_btn.ws_youtube:hover div { background-position: 100% 0; }
#wowslider-container1 .ws_video_btn.ws_vimeo div { background-position: 0 100%; }
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div { background-position: 100% 100%; }
#wowslider-container1 .ws_playpause.ws_hide { display: none !important; }
#wowslider-container1  .ws_bullets { opacity: 0; transition: 0.5s;}
#wowslider-container1:hover .ws_bullets{ opacity: 1}
#wowslider-container1 .ws_bullets a { width:6px; height:6px; background: #fff; border:1px solid #f1a812; border-radius: 5px; float: left; text-indent: -4000px; position:relative; margin: 0 10px; color:transparent; }
#wowslider-container1 .ws_bullets a:hover{}
#wowslider-container1 .ws_bullets a.ws_selbull{ width: 30px; background: #f1a812; border:1px solid #fff;}	
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { background-size: 200%; position:absolute; top:50%; margin-top:-2.4em; z-index:60; height: 6.4em; width: 6.4em;}
#wowslider-container1 a.ws_next{ background-position: 100% 0; right:0.5em; }
#wowslider-container1 a.ws_prev { left:0.5em; background-position: 0 0;  
}
#wowslider-container1 a.ws_next:hover{ background-position: 100% 100%; }
#wowslider-container1 a.ws_prev:hover { background-position: 0 100%; }

/*playpause*/
#wowslider-container1 .ws_playpause { width: 6.4em; height: 6.4em; position: absolute; top: 50%; left: 50%; margin-left: -2.5em; margin-top: -2.5em; z-index: 59; }
#wowslider-container1 .ws_pause { background-size: 100%; }
#wowslider-container1 .ws_play { background-size: 100%; }
#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover { background-position: 100% 100% !important; }/* bottom center */
#wowslider-container1  .ws_bullets { bottom: 20px; left:50%;}
#wowslider-container1  .ws_bullets div{ left:-50%; }
#wowslider-container1 .ws-title{ position:absolute; display:block; font: 2em 'Arimo', sans-serif; bottom: -0.2em; left: 0; margin:1.8em 0.7em; padding:0.6em 0.5em; color:#777777; z-index: 50; line-height: 1em; text-transform: uppercase; color: #ffffff; 
    background-color: rgba(255, 255, 255, 0.3); border: 0.05em solid #ffffff; border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; }
#wowslider-container1 .ws-title div{ margin-top: 0.3em; font-size: 0.8em; line-height: 1.15em; font-weight: normal; }
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev,
#wowslider-container1 .ws_playpause { display:none; }

* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next,
#wowslider-container1:hover a.ws_prev,
#wowslider-container1:hover .ws_playpause { display:block
}#wowslider-container1 .ws_images > ul{ animation: wsBasic 16s infinite; -moz-animation: wsBasic 16s infinite; -webkit-animation: wsBasic 16s infinite; }
@keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }
@-moz-keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }
#wowslider-container1 .ws_bullets  a img{ text-indent:0; display:block; bottom:25px; left:-74px; visibility:hidden; position:absolute; border: 1px solid rgba(220, 220, 220, 0.6); border-radius:1px; -moz-border-radius:2px; -webkit-border-radius:2px; max-width:none; }
#wowslider-container1 .ws_bullets a:hover img{ visibility:visible; }
#wowslider-container1 .ws_bulframe div div{ height:48px; overflow:visible; position:relative; }
#wowslider-container1 .ws_bulframe div { left:0; overflow:hidden; position:relative; width:148px; background:#FFFFFF;}
#wowslider-container1  .ws_bullets .ws_bulframe{ display:none; bottom:29px; overflow:visible; position:absolute; cursor:pointer; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); border: 1px solid #FFF; border-radius:3px; -moz-border-radius:3px; }
#wowslider-container1 .ws_bulframe span{ display:block; position:absolute; bottom:-8px; margin-left:1px; left:74px; background:url(./triangle.png); width:15px; height:6px; }
#wowslider-container1 .ws_bulframe div div{ height: auto; }

@media screen and (max-width:999px) {
#wowslider-container1  .ws_bullets { opacity: 1; bottom: 10px;}
#wowslider-container1 .ws_bullets a { margin: 0 3px;}
}

/*  main1  */
.main1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; position: relative; padding: 90px 0;}
.main1:before{content: "ABOUT FUKE"; position: absolute; top: 50%; transform: translateY(-50%); right: -207px; font-size: 180px; font-size: 18rem; line-height: 200px; color: #333333; opacity: 0.1; z-index: -1}
.m1zi{ width: 45%;}
.m1tu{ width: 49.8%;}

.m1biao{ display: block; font-size: 50px; font-size: 5rem; line-height: 60px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.m1p{ margin-top: 30px;}
.m1p a{ display: block; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 6;  overflow: hidden;}
.m1mor{ display: block; width: 160px; height: 50px; line-height: 48px; font-size: 16px; font-size: 1.6rem; margin-top: 120px; color: #000000; text-align: center; background: #f1a812; border: 1px solid #f1a812;}
.m1mor:hover{ background: #fff;}

.m1tu a{ display: block; overflow: hidden;}

@media screen and (max-width:1359px) {
.m1zi{ width: 47%;}
.m1tu{ width: 50%;}
.main1:before{ right: -40px; font-size: 12rem; line-height: 140px;}
.m1biao{ font-size: 40px; font-size: 4rem; line-height: 50px;}
.m1mor{ width: 120px; height: 50px; line-height: 48px; font-size: 14px; font-size: 1.4rem; margin-top: 50px;}
}
@media screen and (max-width:999px) {
.main1{ padding: 50px 0;}
.m1biao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
.m1p{ margin-top: 20px;}
.m1mor{ height: 40px; line-height: 38px; margin-top: 30px;}
}
@media screen and (max-width:767px) {
.main1{ padding: 30px 0;}
.m1biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.m1zi{ width: 100%;}
.m1tu{ width: 100%; max-width: 400px; margin: auto; margin-top: 20px;}
    .main1:before{ display: none}
.m1p{ margin-top: 10px;}
.m1mor{ margin-top: 20px;}
}

/*  main2  */
.main2{ background: url("../images/m2bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative;}
.main2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m2bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.main2 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 59px; padding-bottom: 63px;}

.m2lie{}
.m2a{ display: block; font-size: 40px; font-size: 4rem; line-height: 50px; color: #ffffff; transition: 0.5s;}
.m2a span{ color: #fff; transition: 0.5s;}
.m2p{ display: block; color: #ffffff; position: relative; padding-left: 36px; margin-top: 28px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.m2p span{ display: block; width: 28px; height: 28px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.m2p span img{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.m2tu1{ opacity: 1}
.m2tu2{ opacity: 0}
.m2lie:hover .m2p{color: #c40000;}
.m2lie:hover .m2tu1{ opacity: 0}
.m2lie:hover .m2tu2{ opacity: 1}
.m2lie:hover .m2a{color: #c40000;}
.m2lie:hover .m2a span{color: #c40000;}

@media screen and (max-width:1359px) {
.m2a{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width:999px) {
.main2 .zong{ padding-top: 30px; padding-bottom: 30px;}
.m2lie{ width: 48%; margin: 20px 0;}
.m2a{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.m2p{ padding-left: 26px; margin-top: 10px;}
.m2p span{ width: 20px; height: 20px;}
}
@media screen and (max-width:767px) {
.main2 .zong{ padding-top: 20px; padding-bottom: 20px;}
.m2lie{ width: 48%; margin: 15px 0;}
.m2a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.m2p{ font-size: 12px; font-size: 1.2rem;}
}

/*  main3  */
.main3{ background: url("../images/m3bei.jpg") no-repeat bottom center;}
.main3 .zong{ padding: 90px 0; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m3tu{ width: 50%; position: relative; background: #000000;}
.m3zi{ width: 50%; padding-left: 80px;}

.m3tun{ display: block; opacity: 0.5; overflow: hidden;}
.m3tun img{ width: 100%;}
.m3la{ display: block; position: absolute; width: 100%; left: 0px; top: 50%; transform: translateY(-50%); padding: 0 20px; text-align: center; color: #ffffff; font-size: 40px; font-size: 4rem; line-height: 56px; text-transform: uppercase; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

.m3n{ margin-top: 30px;}
.m3lie{ border-bottom: solid 1px #eaeaea; padding: 10px 0;}
.m3a{ display: block; line-height: 30px; color: #333333; transition: 0.5s; cursor: pointer;}
.m3p{ padding-left: 0.8em; margin-top: 10px; line-height: 28px; display: none;}
.m3lieh{}
.m3lieh .m3a{color: #c40000 !important;}
.m3lieh .m3p{ display: block !important; padding-bottom: 20px;}

@media screen and (max-width:1359px) {
.m3la{ padding: 0 10px; font-size: 30px; font-size: 3rem; line-height: 46px;}
.m3zi{ width: 50%; padding-left: 30px;}
.m3n{ margin-top: 20px;}
.m3lie{ padding: 5px 0;}
.m3lieh .m3p{ padding-bottom: 0px;}
}
@media screen and (max-width:999px) {
.main3 .zong{ padding: 30px 0;}
.m3tu{ width: 100%; display: none;}
.m3zi{ width: 100%; padding-left: 0px;}
}
@media screen and (max-width:767px) {

}

/*  main4  */
.main4{ background: #f3f3f3; padding-top: 75px; padding-bottom: 80px;}
.m4biao{ text-align: center;}

.m4t{ position: relative; margin-top: 30px;}
.m4tn{ white-space:nowrap; overflow: hidden; margin-left: -10px; margin-right: -10px; font-size: 0px;}
.m4tlie{ width: 25%; padding: 0 10px; display: inline-block; vertical-align: top; cursor: pointer;}
.m4tlien{ background: #ffffff; border: solid 2px #e1dfdd; position: relative; transition: 0.5s;}
.m4ttu{ width: 100px; position: absolute; left: 50%; transform: translateX(-50%); top: 10px; transition: 0.5s; z-index: 9}
.m4ta{ width: 100%; text-align: center; padding: 0 10px; color: #333333; font-weight: bold; position: absolute; left: 0px; bottom: 10px; transition: 0.5s; text-transform: uppercase; white-space:normal; z-index: 99}
.m4ttu2{ transition: 0.5s; opacity: 0}

.m4tlieh .m4tlien{ background: #000000; border:2px solid #c40000;}
.m4tlieh .m4ttu{ opacity: 0}
.m4tlieh .m4ttu2{ opacity: 0.4}
.m4tlieh .m4ta{ color: #fff; bottom: 50%; transform: translateY(50%); font-size: 18px; font-size: 1.8rem;}

.main4 .prev1,.main4 .next1{ position: absolute; width: 46px; height: 100%; top: 0px; background: #ffffff; border: solid 1px #e1dfdd; cursor: pointer; transition: 0.5s;}
.main4 .prev1 i,.main4 .next1 i{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 15px;}
.main4 .prev1{ left: -82px;}
.main4 .next1{ right: -82px;}
.main4 .prev1:hover,.main4 .next1:hover{ background: #f1a812; border-color: #f1a812;}

.m4b{ padding-top: 20px;}
.m4blie{ display: none;}
.m4blieh{ display: block;}

.sange .row{ margin-left: -10px; margin-right: -10px;}
.sange .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.sange .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.sange .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.sange .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
	
.sange .owl-carousel .owl-item{float: left; padding: 0 10px;}
.sange .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.sange .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.sange .owl-theme .owl-controls{ text-align: center; margin-top: 38px;}
.sange .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.sange .owl-theme .owl-controls .owl-page span{display: block; width: 85px;
	height: 4px;
	background-color: #666666;
	border-radius: 2px;
	opacity: 0.3; margin: 0 15px; font-size: 0px;}
.sange .owl-theme .owl-controls .owl-page.active span,.sange .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#f1a812; opacity:1;}

.sange .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.sange .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.sange .owl-theme .owl-prev{ left: 0px;}
.sange .owl-theme .owl-next{ right: 0px;}
.sange .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.main4 .item{ background: #fff; padding-bottom: 27px; border: solid 1px #e1dfdd;}
.m4tu{ display: block; overflow: hidden;}
.m4a{ display: block; text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 20px; font-weight: bold; text-transform: uppercase;}

@media screen and (max-width:1559px) {
.main4 .prev1,.main4 .next1{ width: 25px;}
.main4 .prev1 i,.main4 .next1 i{ font-size: 12px;}
.main4 .prev1{ left: -30px;}
.main4 .next1{ right: -30px;}
}
@media screen and (max-width:1359px) {
.m4tlieh .m4ta{ font-size: 16px; font-size: 1.6rem;}
.m4a{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 10px;}
.main4 .item{ padding-bottom: 15px;}
.m4ta{ font-size: 14px; font-size: 1.4rem; bottom: 5px;}

.sange .owl-theme .owl-controls{ margin-top: 15px;}
.sange .owl-theme .owl-controls .owl-page span{ width: 40px; height: 3px; margin: 0 5px;}
}
@media screen and (max-width:999px) {
.main4{ padding-top: 50px; padding-bottom: 50px;}
.m4tn{ margin-left: 26px; margin-right: 26px;}
.m4tlie{ width: 25%; padding: 0 3px;}
.main4 .prev1{ left: 0px;}
.main4 .next1{ right: 0px;}
.m4tlie{ width: 33.333%;}
.m4a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:767px) {
.main4{ padding-top: 30px; padding-bottom: 30px;}
.m4ttu{ width: 80px; top: 5px;}
.m4ta{ padding: 0 5px; bottom: 5px;}
.m4ta{ font-size: 12px !important; font-size: 1.2rem !important; line-height: 16px !important;}

.m4a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 10px;}

.sange .row{ margin-left: -3px; margin-right: -3px;}	
.sange .owl-carousel .owl-item{ padding: 0 3px;}
.sange .owl-theme .owl-controls{ margin-top: 10px;}
.sange .owl-theme .owl-controls .owl-page span{ width: 15px; height: 3px; margin: 0 3px;}
}
@media screen and (max-width:599px) {
.m4tlie{ width: 50%; padding: 0 3px;}
    .m4ta{ opacity: 0}
    .m4tlieh .m4ta{ opacity: 1}
.m4ttu{ width: auto; max-width: 90%; max-height: 98%; left: 50%; top: 50%; transform: translate(-50%,-50%)}
}

/*  main5  */
.main5{ background: #f1a812; display: flex; flex-flow: wrap; justify-content: space-between;}
.m5l{ width: 50%; text-align: right;}
.m5r{ width: 50%; background: url("../images/m5bei.jpg") no-repeat center; background-size: cover;}

.m5ln{ width: 90%; max-width: 600px; display: inline-block; text-align: left; padding-top: 84px; padding-bottom: 72px;}
.m5l .m5ln{ padding-right: 50px;}
.m5r .m5ln{ padding-left: 50px;}

.m5biao{ display: block; font-size: 42px; font-size: 4.2rem; line-height: 44px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.m5ln2{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 52px;}
.m5llie{ width: 45.45%; padding: 16px 10px; margin-top: 30px; position: relative; z-index: 1}
.m5llie:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: #ea8d0f; border-bottom: 2px solid #c40000; opacity: 0; transition: 0.5s; z-index: -1}
.m5tu{ display: block; width: 60px; height: 60px; position: relative;}
.m5tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%) !important;}
.m5tu1{ opacity: 1}
.m5tu2{ opacity: 0}
.m5la{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; font-weight: bold;}

.m5llie:hover:before{ opacity: 1;}
.m5llie:hover .m5la{ color: #fff;}
.m5llie:hover .m5tu1{ opacity: 0}
.m5llie:hover .m5tu2{ opacity: 1}
.m5l .m5biao:hover{ color: #fff;}

.m5rbiao{ color: #fff; position: relative; padding-bottom: 38px;}
.m5rbiao:before{content: ""; position: absolute; width: 85px; height: 2px; background: #f1a812; border-radius: 1px; left: 0px; bottom: 0px;}
.m5rp{margin-top: 42px; line-height: 36px;}
.m5rp a{ color: #fff;}
.m5mor{ margin-top: 108px;}

@media screen and (max-width:1359px) {
.m5biao{ font-size: 36px; font-size: 3.6rem; line-height: 40px;}
.m5ln2{ padding-top: 30px;}
.m5llie{ width: 47%; padding: 10px; margin-top: 30px;}
.m5tu{ width: 40px; height: 40px; }
.m5la{ font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 5px;}
}
@media screen and (max-width:999px) {
.m5ln{ width: 95%; padding-top: 50px; padding-bottom: 50px;}
.m5biao{ font-size: 26px; font-size: 2.6rem; line-height: 34px;}

.m5ln2{ padding-top: 20px;}
.m5llie{ width: 49%; padding: 5px; margin-top: 10px;}
.m5tu{ width: 36px; height: 36px; }
.m5la{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}

.m5rp{margin-top: 20px;}
.m5mor{ margin-top: 30px;}
}
@media screen and (max-width:767px) {
.m5l{ width: 100%;}
.m5r{ width: 100%;}
.m5ln{ max-width: none; display: block; margin: auto; padding: 0px !important; padding-top: 30px !important; padding-bottom: 30px !important;}
.m5biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.m5rbiao{ padding-bottom: 15px;}
.m5rbiao:before{ width: 40px; height: 1px;}
.m5la{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

/*  main6  */
.main6{ background: url("../images/m6bei.jpg") no-repeat right bottom; padding-top: 78px; padding-bottom: 86px;}
.main6 .zong{ position: relative; z-index: 1}
.main6 .zong:before{content: ""; position: absolute; width: 520px; height: 520px; background: url("../images/m6quan.png") no-repeat center; right: 0px; top: 20px; z-index: -1}
.m6n{ padding-top: 17px;}
.m6t{}
.m6lie{ display: none; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m6lieh{ display: flex;}
.m6zi{ width: 30%;}
.m6tu{ width: 65.8%;}
.m6shu{ display: block;}
.m6a{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 15px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-weight: bold;}
.m6p{ margin-top: 23px; line-height: 28px;}
.m6mor{ margin-top: 62px;}

.m6b{ position: relative; margin-top: 43px;}
.m6b:before{content: ""; position: absolute; width: 100%; height: 1px; background: #e1dfdd; left: 0px; bottom: 51px;}
.m6bn{ white-space:nowrap; overflow: hidden; margin-left: -6px; margin-right: -6px; font-size: 0px;}
.m6blie{ padding: 0 6px; width: 16.666%; display: inline-block; vertical-align: top; cursor: pointer;}
.m6btu{ display: block; border: solid 2px #e1dfdd; overflow: hidden; transition: 0.5s;}
.m6ba{ display: block; color: #333333; padding-top: 37px; margin-top: 9px; text-align: center; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; position: relative; transition: 0.5s;}
.m6ba:before{content: ""; position: absolute; top: 0px; left: 50%; transform: translateX(-50%); width: 30px; height: 30px; background: url("../images/m6dian.png") no-repeat center;}

.main6 .prev2,.main6 .next2{ position: absolute; width: 50px; height: 50px; border-radius: 50%; top: 50%; transform: translateY(-50%); margin-top: -34px; background: #ffffff; border: solid 2px #b7b7b7; cursor: pointer; transition: 0.5s; color: #b2b2b2}
.main6 .prev2 i,.main6 .next2 i{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 18px;}
.main6 .prev2{ left: -80px;}
.main6 .next2{ right: -80px;}
.main6 .prev2:hover,.main6 .next2:hover{ background: #c40000; border-color: #c40000; color: #fff}

.m6blieh{}
.m6blieh .m6btu{border-color: #c40000;}
.m6blieh .m6ba{color: #c40000;}
.m6blieh .m6ba:before{ background: url("../images/m6dui.png") no-repeat center;}

@media screen and (max-width:1359px) {
.m6blie{ width: 20%;}
.main6 .prev2,.main6 .next2{ width: 30px; height: 30px; margin-top: -34px;}
.main6 .prev2 i,.main6 .next2 i{ font-size: 12px;}
.main6 .prev2{ left: -40px;}
.main6 .next2{ right: -40px;}
}
@media screen and (max-width:999px) {
.main6{ padding-top: 50px; padding-bottom: 50px;}
.m6b{ margin-top: 20px; padding: 0 40px;}
.main6 .prev2{ left: 0px;}
.main6 .next2{ right: 0px;}
.m6blie{ width: 25%;}

.m6a{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 5px;}
    .m6p{ margin-top: 10px;}
.m6mor{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
.m6zi{ width: 60%;}
.m6tu{ width: 38%;}
.main6 .zong:before{ width: 300px; height: 300px; background-size: cover;}
    .m6ba{ display: none;}
    .m6b:before{ display: none;}
    .main6 .prev2,.main6 .next2{ margin-top: 0px;}
.m6bn{ margin-left: -2px; margin-right: -2px;}
.m6blie{ padding: 0 2px;}
}
@media screen and (max-width:469px) {
.main6{ padding-top: 30px; padding-bottom: 30px;}
.m6zi{ width: 100%;}
.m6tu{ width: 70%; margin: auto; margin-top: 10px;}
.m6blie{ width: 33.333%;}
.m6a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 5px;}
}


/*  main7  */
.main7{ background: #f3f3f3; padding-top: 76px; padding-bottom: 90px;}
.m7t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m7t .m1mor{ margin-top: auto;}

.m7c{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 74px;}
.m7zi{ width: calc(100% - 450px);}
.m7tu{ width: 386px; display: block; overflow: hidden;}
.m7riqi{ display: block;}
.m7a{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 15px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m7p{ margin-top: 12px; line-height: 28px;}
.m7p a{ display: block; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m7mor{ display: block; color: #c40000; margin-top: 40px;}

.m7b{ display: flex; flex-flow: wrap; justify-content: space-between; padding: 24px 0; margin-top: 60px; border-top: solid 1px #e1dfdd; border-bottom: solid 1px #e1dfdd; position: relative;}
.m7b:before{content: ""; position: absolute; width: 2px; height: 17px; background: #666666; opacity: 0.6; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.m7blie{ width: 46.6%; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m7blie a{ width: calc(100% - 120px); display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m7blie span{}
.m7blie a:hover{color: #c40000;}

@media screen and (max-width:1359px) {
.m7c{ margin-top: 40px;}
.m7a{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 10px;}
.m7mor{ margin-top: 10px;}
}
@media screen and (max-width:999px) {
.main7{ padding-top: 50px; padding-bottom: 50px;}
.m7t .m1mor{ display: none;}
.m7c{ margin-top: 20px;}
.m7zi{ width: calc(100% - 320px);}
.m7tu{ width: 300px;}
    .m7blie{ width: 48%;}
    .m7blie a{ width: calc(100% - 100px)}
.m7b{ padding: 15px 0; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.main7{ padding-top: 30px; padding-bottom: 30px;}
.m7a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 5px;}
.m7zi{ width: calc(100% - 220px);}
.m7tu{ width: 200px;}

    .m7b:before{ display: none;}
    .m7blie{ width: 100%; margin: 3px 0;}
}
@media screen and (max-width:479px) {
.m7zi{ width: 100%;}
.m7tu{ width: 100%; margin-top: 10px;}
}

/*  main8  */
.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
.tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}

.main8{ padding-top: 77px; padding-bottom: 30px;}
.main8 .row{ margin-top: 39px;}
.m8tu{ cursor: pointer;}
.m8a{ display: block; text-align: center; color: #333; text-transform: uppercase; margin-top: 11px;}

@media screen and (max-width:767px) {
.main8{ padding-top: 30px; padding-bottom: 30px;}
.main8 .row{ margin-top: 25px;}
}

/*  main9  */
#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;z-index:99999999999999999999999999999999999999;}
 #baguetteBox-overlay.visible{opacity:1}
 #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
 #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
 #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);}
 
 #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:Verdana, Geneva, sans-serif;}
 #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
 #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
 #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
 #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
 .baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
 .baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;
 border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}
 .baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
 .baguetteBox-button#next-button{right:2%}
 .baguetteBox-button#previous-button{left:2%}
 .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
 .baguetteBox-button svg{position:absolute;left:0;top:0}

 .spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
 .double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
 .double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
 @-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
 @-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
 @-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}
 @keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.main9{ background: url("../images/m9bei.jpg") no-repeat bottom center; padding-top: 46px; padding-bottom: 90px;}
.img-scroll {position: relative; margin-top:35px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 51px; height: 51px; line-height: 47px; text-align: center; border-radius: 50%; border: solid 2px #b7b7b7; top: 50%; transform: translateY(-50%); color: #b2b2b2; transition: 0.5s; z-index: 999}
.img-scroll .prev i, .img-scroll .next i{ font-size: 18px;}
.img-scroll .prev { left: -80px; cursor: pointer;}
.img-scroll .next { right:-80px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #fff; background: #c40000; border-color: #c40000;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.21%; margin-right: 0.0533%; position:relative;}
.img-list li img{ transform: scale(1,1) !important}

@media screen and (max-width:1359px) {
.img-scroll .prev, .img-scroll .next { width: 30px; height: 30px; line-height: 26px;}
.img-scroll .prev i, .img-scroll .next i{ font-size: 12px;}
.img-scroll .prev { left: -40px; cursor: pointer;}
.img-scroll .next { right:-40px; cursor: pointer;}
}
@media screen and (max-width:999px) {
.main9{ padding-top: 20px; padding-bottom: 50px;}
.img-scroll { padding: 0 35px; margin-top:20px;}
.img-scroll .prev { left: 0px;}
.img-scroll .next { right: 0px;}
.img-list li { width:0.24%; margin-right: 0.0133%;}
}
@media screen and (max-width:767px) {
.main9{ padding-top: 20px; padding-bottom: 30px;}
.img-list li { width:0.3233%; margin-right: 0.015%;}
}
@media screen and (max-width:479px) {
.img-list li { width:0.49%; margin-right: 0.02%;}
}

/*  foot  */
.foot{ background: #171717;}
.fot{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 43px;}
.fologo{ width: 168px;}
.fonav{ width: calc(100% - 326px); display: flex; justify-content: space-between;}
.fonav a{ color: #fff;}

.foc{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 94px;}
.focl{ width: 235px; line-height: 32px;}
.focr{ width: calc(100% - 327px);}
.focl p{ color: #afafaf;}

.foct{ display: flex; flex-flow: wrap; justify-content: space-between;}
.foctl{ width: 40%; position: relative; padding-right: 65px;}
.foctl:before{content: ""; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 2px; height: 99px; background: #ffffff; opacity: 0.2;}
.foctr{ width: 60%; padding-left: 65px;}
.foca{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #afafaf;}

.focp1{ font-size: 28px; font-size: 2.8rem; line-height: 34px; margin-top: 38px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}
.focp2{font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #fff; margin-top: 14px;}

.focb{ padding-top: 45px; color: #bdbdbd; display: flex; flex-flow: wrap; justify-content: space-between;}
.focb p{ position: relative; padding-left: 45px; margin-top: 10px; color: #bdbdbd;}
.focb p em{ color: #bdbdbd; font-size: 26px; position: absolute; left: 0px; top: 0px;}
.focb p a{color: #bdbdbd;}

.fob{ border-top: 1px solid #767676; font-size: 14px; font-size: 1.4rem; line-height: 30px; padding-top: 5px; padding-bottom: 55px; margin-top: 68px;}
.fop{ color: #999999;}
.fop a{color: #999999; display: inline-block;}
.youlian{ margin-top: 14px;}
.youlian span,.youlian a{color: #dfdfdf; display: inline-block; vertical-align: middle;}
.youlian a{ margin: 0 10px;}

.foot a:hover{ color: #f1a812;}

@media screen and (max-width:1359px) {
.fologo{ width: 130px;}
.fonav{ width: calc(100% - 200px);}

.foc{ margin-top: 50px;}
.focl{ width: 200px;}
.focr{ width: calc(100% - 250px);}
.foctl{ width: 40%; padding-right: 20px;}
.foctr{ width: 60%; padding-left: 20px;}
.foca{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}

.focp1{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 25px;}
.focb p{ padding-left: 30px; margin-top: 10px;}
.focb p em{ font-size: 20px;}
}
@media screen and (max-width:999px) {
.focl{ width: 100%;}
.focr{ width: 100%; margin-top: 20px;}
.fob{ padding-top: 5px; padding-bottom: 30px; margin-top: 30px;}
}
@media screen and (max-width:767px) {
    .fot,.foc,.youlian{ display: none;}
    .fob{ margin-top: 0px; text-align: center; font-size: 12px; font-size: 1.2rem; line-height: 22px; padding: 15px 0;}
}

.top{width: 69px; height: 69px; background: #eeeeee; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); border-radius: 5px; line-height:69px; color:#e70012; font-size:28px !important; text-align:center; margin:auto; cursor:pointer;position:fixed;right:20px;bottom:-100px;transition:0.9s;z-index:99999;}
.bottom{bottom:150px;}

.lianxi{ position:fixed; width:50px; right:0px; top:50%; transform:translateY(-50%); z-index:99999}
.lianxi div a{ display:block; margin-top:1px; width:50px; height:50px; text-align:center; line-height:50px; font-size:24px; color:#fff; margin-top:3px;}
.ke1{ background:#000000}
.ke2{ background:#555555}
.ke3{ background:#000000}
.ke4{ background:#15418f}
.weixin{ position:relative; cursor:pointer;}
.weixin img{ position:absolute; width:149px; height:150px; top:0px; left:-149px; display:none;}
.weixin:hover img{ display:block;}
.weixin2,.tankuang{ display:none}
.tankuang{ position:absolute; bottom:50px; left:50% !important; margin-left:-75px;}
.tankuang img{ display:block; position:relative; width:150px; height:150px; left:auto; margin:auto;}
.lianxi div a:hover{ background:#6296f2;}
.clear2{ display:none}

@media screen and (max-width:999px) {
.top{width:25%;height:50px;line-height:50px;bottom:0px;right:0px;border-radius:0px;border:none}

.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}
.lianxi div{ width:25%; float:left;}
.lianxi div a{ margin:auto; width:100%; background:#2296d3; color:#fff !important; border-radius:0px;}
.weixin2{ display:block}
.weixin1{ display:none}
}

/****************************  product  ***************************/
.mianbao{ font-size: 14px; font-size: 1.4rem; line-height: 30px; padding: 8px 0; color: #666666;}
.mianbao a{ color: #666666;}
.mianbao a:hover,.comian{color: #f1a812 !important;}

.prnav{}
.pryiji{ margin-left: -10px; margin-right: -10px; font-size: 0px;}
.pryiji .m4tlie{ margin-bottom: 14px;}

.prerji{ margin-left: -10px; margin-right: -10px; font-size: 0px;}
.prelie{ display: none; font-size: 0px;}
.prelieh{ display: flex; flex-flow: wrap;}
.prelie a{ display: inline-block; vertical-align: top; background: #f2f2f2; width: calc(25% - 20px); margin: 0 10px; margin-top: 10px; border-radius: 10px; line-height: 56px; text-align: center; padding: 0 10px;}
.prelie a span{ display: inline-block; vertical-align: middle; color: #333; font-size: 18px; font-size: 1.8rem; line-height: 30px; transition: 0.5s;}
.prelie a:hover,.danger{ background: #f1a812 !important; color: #fff !important}
.prelie a:hover span,.danger span{ color: #fff !important}

@media screen and (max-width:1359px) {
.prelie p span{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width:999px) {
.pryiji{ white-space:nowrap; overflow: hidden; margin:auto;}
.pryiji .m4tlie{ margin-bottom: 4px;}

.prerji{ margin-left: -3px; margin-right: -3px; font-size: 0px;}
.prelie a{ width: calc(25% - 6px); border-radius: 5px; line-height: 50px; text-align: center; padding: 0 5px; margin: 0 3px; margin-top: 10px;}
.prelie a span{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width:767px) {
.mianbao{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding: 10px 0;}
.prelie a{ width: calc(50% - 6px); line-height: 40px;}
.prelie a span{ font-size: 12px; font-size: 1.2rem; line-height: 18px;}
}

/*  main2  */
.prmain{ padding-top: 39px; padding-bottom: 107px;}
.prt{}
.prbiao{ font-size: 26px; font-size: 2.6rem; line-height: 34px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

.przhan{ position:relative; overflow:hidden; margin-top: 22px;}
.przhanh{ height:auto !important;}

.zhankai{ cursor:pointer; color: #f1a812; text-decoration: underline; margin-top: 17px;}

.prn{ display: flex; flex-flow: wrap;}
.prlie{ width: 32.2%; margin-left: 1.7%; margin-top: 25px; transition: 0.5s; display: inline-block; vertical-align: top; border: solid 1px #e1dfdd; background: #fff; position: relative;}
.prlie:nth-child(3n-2){margin-left: 0px;}
.prtu{ display: block; overflow: hidden;}
.pra{ display: block; text-align: center; padding:27px 10px; font-size: 20px; font-size: 2rem; line-height: 30px; font-weight: bold; color: #333; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.prlie input{ position: absolute; top: 20px; right: 20px; cursor: pointer;}
.prlie:hover{border-color: #c40000;}
.prlie:hover .pra{ color: #c40000;}

.fenye{ text-align: center; font-size: 0px; margin-top: 40px;}
.fenyen{ display: inline-block; vertical-align: middle;}
.fenyen a{ display: inline-block; vertical-align: middle; width: 25px; height: 25px; line-height: 23px; margin: 4px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #ffffff; background: #999999; border-radius: 1px; }
.fenyen a:hover,.dangfen{ background: #f1a812 !important;}
.fuxuan{ display: inline-block; vertical-align: middle; background: url("../images/fuxuan.png") no-repeat right center; padding-right: 33px; margin-left: 10px; color: #999999;}
.fuxuan input{ background: none; font-size: 16px; font-size: 1.6rem; line-height: 20px; cursor: pointer; transition: 0.5s; }
.fuxuan input:hover{ color: #f1a812;}

.prce{ padding-top: 41px; padding-bottom: 119px;}

@media screen and (max-width:1359px) {
.prmain{ padding-top: 30px; padding-bottom: 50px;}
.prbiao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.pra{ padding: 10px; font-size: 16px; font-size: 1.6rem; line-height: 30px;}
.prce{ padding-top: 20px; padding-bottom: 50px;}
}
@media screen and (max-width:767px) {
.prmain{ padding-top: 30px; padding-bottom: 30px;}
.prbiao{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.przhan{ margin-top: 10px;}
.zhankai{ margin-top: 10px;}

.prlie{ width: 49%; margin-left: 2%; margin-top: 10px;}
.prlie:nth-child(3n-2){margin-left: 2%;}
.prlie:nth-child(2n-1){margin-left: 0px;}
.pra{ padding: 10px 5px; font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.prlie input{ top: 10px; right: 10px;}
.fenyen a{ margin: 4px 2px; font-size: 12px; font-size: 1.2rem;}

.fenye{ margin-top: 20px;}
.fuxuan{ padding-right: 20px;}
.fuxuan input{ font-size: 12px; font-size: 1.2rem;}
.prce{ padding-top: 11px; padding-bottom: 30px;}
}

/****************************  product2  ***************************/
.prmain2{}
.prmain2 h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px; text-align: center; color: #131313; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

.pe2n{ padding-top: 38px; display: flex; flex-flow: wrap; justify-content: space-between;}
.pe2n:after{content: ""; clear: both; display: block;}

.zoomPad {position:relative; float:left; z-index:99; cursor:crosshair; }
.zoomPreload {-moz-opacity:0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align:center; background-image: url(../images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index:110; width:90px; height:43px; position:absolute; top:0px; left:0px; * width:100px; * height:49px; }
.zoomPup {overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index:120; position:absolute; border:1px solid #CCC; z-index:101; cursor:crosshair; }
.zoomOverlay {position:absolute; left:0px; top:0px; background:#FFF; /*opacity:0.5; */
	z-index:5000; width:100%; height:100%; display:none; z-index:101; }
.zoomWindow {position:absolute; left:110%; top:40px; background:#FFF; z-index:6000; height:auto; z-index:10000; z-index:110; }
.zoomWrapper {position:relative; border:1px solid #ccc; z-index:110; }
.zoomWrapperTitle {display:block; background:#999; color:#FFF; height:18px; line-height:18px; width:100%; overflow:hidden; text-align:center; font-size:10px; position:absolute; top:0px; left:0px; z-index:120; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage {display:block; position:relative; overflow:hidden; z-index:110; }
.zoomWrapperImage img {border:0px; display:block; position:absolute; z-index:101; }
.zoomIframe {z-index: -1; filter:alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position:absolute; display:block; }

.prob-pic { width:46.25%; float:left;}
.prob-pic .prob-pic-big { position: relative;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.prob-pic .prob-pic-big-img { display: block; line-height: 0; font-size: 0;border: solid 1px #bfbfbf;}
.prob-pic .prob-pic-big-img img{transition: 0s;}
.prob-pic .prob-pic-big-img .zoomPad { float: none; z-index: 8;}
.prob-pic .zoomWrapperImage img { max-width: 1920px;}
.prob-pic .prob-pic-big-img:hover img{ transform: scale(1)}
.prob-pic .prob-pic-small { position: relative; margin-top: 4px; overflow: hidden;}
.prob-pic .prob-pic-btn { position: absolute; top: 0px; display: block; width: 33px; height: 100%; background: #ffffff; border: solid 1px #e1dfdd; text-align:center; color:#000; z-index:9999}
.prob-pic .prob-pic-btn i{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size:12px; font-weight: bold;}
.prob-pic .prob-pic-btn.prev { left:0px;}
.prob-pic .prob-pic-btn.next { right:0px;}
.prob-pic .prob-pic-btn:hover{ background: #f1a812; border-color: #f1a812;}
.prob-pic .prob-pic-list { overflow: hidden; margin-left:59px; margin-right:59px;}
.prob-pic .prob-pic-list ul { width: 1000%; overflow: hidden; padding: 15px 0;}
.prob-pic .prob-pic-list ul li { position: relative; float: left; margin-right: 0.4%; width: 2.2%; overflow:hidden;}
.prob-pic .prob-pic-item .item-pic { display:block; border: solid 1px #bfbfbf; overflow: inherit;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden;}
.prob-pic .prob-pic-item .item-pic img{display: block; width:100%;transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s;}
.prob-pic .prob-pic-item .item-pic:hover{ border: solid 1px #f1a812;}
.prob-pic .prob-pic-item .item-pic.active{ border: solid 1px #f1a812;}

.jianjie{ width:50%; float:right; position: relative; padding-bottom: 120px;}

.jiann{ font-size:16px; font-size:1.6rem; line-height:30px; color: #666666;}
.jiann strong,.jiann p,.jiann em{color: #666666;}
.jiann img{ max-width:100%; display:inline;}

.table{ width:100%; overflow:auto;}
.jiann table{ width:100%; border-collapse:collapse; line-height:30px;}
.jiann table tr{}
.jiann table tr td{ padding:3px 0px; font-size:18px; font-size:1.8rem; background: #fff;}

.jianb{ position: absolute; width: 100%; left: 0px; bottom: 0px;}

.inno{ margin-top:20px; font-size:0px; display: flex; flex-flow: wrap; justify-content: space-between;}
.inno a{ display: inline-block; padding:0 5px; width: 49%; max-width: 270px; line-height:50px; background: #eeeeee; text-align:center; font-size:20px; font-size:2rem; margin-top:9px; color:#333333;}
.inno a:hover{ background:#f1a812; border-color: #f1a812; color:#fff;}

.sharez{ position: relative; margin-top:26px;}
.share{ display: inline-block; vertical-align: middle;}
.share1{ display:inline-block;  font-size:18px; font-size:1.8rem; color:#333333;}
.share2{ display:inline-block; vertical-align:middle;}

@media screen and (max-width: 1359px) {
.inno {margin-top: 10px;}
.inno a{ height: 40px; line-height: 40px; font-size:14px; font-size:1.4rem; margin-top:6px; text-transform: none;}

.jianjie h1{ font-size:26px; font-size:2.6rem; line-height:30px;}
.jiann{ font-size:14px; font-size:1.4rem; line-height:24px;}
.sharez{ margin-top:21px;}
.share1{font-size: 14px; font-size: 1.4rem;}
.jiann table tr td{ font-size:16px; font-size:1.6rem;}
}
@media screen and (max-width: 999px) {
.prmain2 h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.pe2n{ padding-top: 25px;}

    .zoomPad { cursor: default !important; }
	.zoomPup { display: none !important; }
	.zoomWindow { display: none !important; }
	.zoomPreload { display: none !important; }
.prmain2{ padding-top:16px; padding-bottom:10px;}
.prob-pic { float:none; margin:auto; margin-top: 0px; width: 100%; max-width: 500px;}

.jianjie{ width:100%; float:none; margin-left:0px; margin-right:0px; margin-top:15px; padding-bottom: 100px;}
.jiann{ min-height:0px}
.inno{ margin-top:10px; max-width: 500px;}
.inno a{ font-size:12px; font-size:1.2rem; height: 30px; line-height:30px;}

.jiann table tr td{ font-size:14px; font-size:1.4rem;}

.prob-pic .prob-pic-btn { width: 20px;}
.prob-pic .prob-pic-list { margin-left:30px; margin-right:30px;}
.prob-pic .prob-pic-list ul { padding: 5px 0;}
}
@media screen and (max-width: 767px) {
.prmain2 h1{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.jiann{ font-size:12px; font-size:1.2rem; line-height:22px; margin-top:12px; color: #333;}
.jiann table tr td{ font-size:12px; font-size:1.2rem;}
}
@media screen and (max-width:550px) {
.prob-pic .prob-pic-list ul li {margin-right: .15%;width: 3.233%;}
}

/*  main2  */
.pr2main2{ padding-top: 56px;}
.chanxbiao{ display: inline-block; max-width: calc(100% - 130px); min-width: 380px; padding: 0 30px; background: #f1a812; line-height: 85px; font-size: 24px; font-size: 2.4rem; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.chanxiang{ line-height: 24px; margin-top: 34px;}
.chanxiang strong{ color: #333333; font-weight: normal;}
.chanxiang em{ display: block; padding-left: 25px; position: relative; font-style: normal; color: #666666;}
.chanxiang em:before{content: ""; position: absolute; left: 0px; top: 8px; width: 8px; height: 8px; background: #f1a812; border-radius: 50%;}
.chanxiang img{ display: inline-block;}
.chanxiang a{ color: #f1a812;}

.chanxiang table{ width:100%; border-collapse:collapse; line-height:36px;}
.chanxiang table tr{}
.chanxiang table tr td{ padding:15px 70px; background: #fff;}
.chanxiang table tr:nth-child(2n) td{ background: #f8f8f8;}

.pr2main3{ padding-top: 48px; padding-bottom: 20px;}
.pr23n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.pr23n p{ width: 48%; margin-top: 15px;}
.pr2main4{ background: #f3f3f3; padding-top: 98px; padding-bottom: 80px;}
.pr2main5{ padding-top: 90px;}
.pr25n{ padding-top: 43px;}
.pr25n:after{content: ""; clear: both; display: block;}
.pr25tu{ width: 49.166%; float: right; margin-left: 30px;}

@media screen and (max-width:1359px) {
.chanxbiao{ min-width: 300px; padding: 0 15px; line-height: 60px; font-size: 20px; font-size: 2rem;}
.chanxiang table tr td{ padding:15px 30px;}
}
@media screen and (max-width:999px) {
.pr2main2{ padding-top: 30px;}
.chanxiang{ line-height: 24px !important; margin-top: 20px;}
.chanxiang table tr td{ padding:10px;}

.pr2main3{ padding-top: 30px; padding-bottom: 20px;}
.pr2main4{ padding-top: 40px; padding-bottom: 40px;}
.pr2main5{ padding-top: 40px;}
.pr25n{ padding-top: 20px;}
.pr25tu{ margin-left: 20px;}
}
@media screen and (max-width:767px) {
.chanxbiao{ max-width: calc(100% - 80px); min-width: 200px; padding: 0 10px; line-height: 50px; font-size: 20px; font-size: 1.6rem;}
}

.pr2main6{ padding-top: 86px; padding-bottom: 58px;}
.pr26n{ padding-top: 33px;}
.pr26lie{ margin-top: 24px;}
.pr26a{background: #131313; border-radius: 10px; font-size: 22px; font-size: 2.2rem; padding: 10px 22px; padding-right: 50px; line-height: 40px; color: #ffffff; position: relative;}
.pr26a:before{content: ""; position: absolute; right:10px; top: 50%; margin-top: -10px; width: 0; border: 10px solid #fff; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent; }
.pr26p{ display: none;}
.pr26p p{ padding-left: 22px; padding-right: 22px;}
.pr26p2{margin-bottom: 20px;}
.pr26p2 P{ padding-top: 15px; padding-bottom: 15px; color: #333333;}
.pr26p2 P:nth-child(2n){ background: #f8f8f8;}

.pr26lieh .pr26a:before{transform: rotate(90deg); margin-top: -5px;}
.pr26lieh .pr26p{ display: block;}

@media screen and (max-width:1359px) {
.pr26a{ font-size: 18px; font-size: 1.8rem; padding: 10px; padding-right: 40px; line-height: 30px;}
.pr26a:before{ right:10px; top: 50%; margin-top: -6px; border: 6px solid #fff; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent; }
.pr26lieh .pr26a:before{transform: rotate(90deg); margin-top: -3px;}
}
@media screen and (max-width:999px) {
.pr2main6{ padding-top: 50px; padding-bottom: 50px;}
.pr26n{ padding-top: 10px;}
.pr26lie{ margin-top: 15px;}

    .pr26p{ padding-top: 10px;}
.pr26p p{ padding-left: 10px; padding-right: 10px;}
.pr26p2{margin-bottom: 10px;}
.pr26p2 P{ padding-top: 5px; padding-bottom: 5px; color: #333333;}
}
@media screen and (max-width:767px) {
.pr2main6{ padding-top: 30px; padding-bottom: 30px;}
.pr26a{ font-size: 16px; font-size: 1.6rem; padding:8px; padding-right: 40px; line-height: 26px;}
}

.pr2main7{ background: #f3f3f3; padding-top: 59px; padding-bottom: 79px;}
.img-scroll2 {position: relative; margin-top:64px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 50px; height: 50px; line-height: 46px; text-align: center; border-radius: 50%; border: solid 2px #b7b7b7; color: #b7b7b7; top: -117px; transition: 0.5s; z-index: 999}
.img-scroll2 .prev { right: 74px; cursor: pointer;}
.img-scroll2 .next { right: 0px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #fff; background: #c40000; border-color: #c40000;}
.img-list2 {position: relative;overflow: hidden; font-size: 0px;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:0.32%; margin: auto; margin-right: 0.02%; position:relative;}
.img-list2 li .prlie{width: 100%; margin: auto;}
.pr2main8{ padding-top: 111px; padding-bottom: 78px;}

.pr2main9{ padding-bottom: 157px;}
.pr29p{ background: #f3f3f3; padding: 55px; line-height: 34px; margin-top: 39px; margin-bottom: 70px;}
.pr29p p{ font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #333;}

@media screen and (max-width:1359px) {
.pr2main8{ padding-top: 50px; padding-bottom: 50px;}
.img-scroll2 { margin-top:30px;}
.img-scroll2 .prev, .img-scroll2 .next { width: 36px; height: 36px; line-height: 32px; border: solid 2px #b7b7b7; top: -72px;}
.img-scroll2 .prev { right: 50px;}

.pr2main9{ padding-bottom: 50px;}
.pr29p{ padding: 20px; margin-top: 39px; margin-bottom: 30px;}
}
@media screen and (max-width:767px) {
.img-scroll2 .prev, .img-scroll2 .next { width: 30px; height: 30px; line-height: 26px; border: solid 2px #b7b7b7; top: -70px;}
.img-scroll2 .prev { right: 40px;}
.img-list2 li { width:0.49%; margin-right: 0.02%;}
.pr2main7{ padding-top: 30px; padding-bottom: 30px;}
.pr2main8{ padding-top: 30px; padding-bottom: 30px;}
.pr2main9{ padding-bottom: 30px;}
.pr29p{ padding: 20px 10px; margin-top:20px; margin-bottom: 30px;}
}

/****************************  about  ***************************/
.abmain1{ padding-left: 80px; padding-bottom: 50px; position: relative;}
.ab1a{ font-size: 40px; font-size: 4rem; line-height: 40px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #333333; opacity: 0.15; position: absolute; left: 0px; top: 0px; transform: rotate(90deg); transform-origin: left top; margin-left: 40px;}
.ab1biao{ font-size: 26px; font-size: 2.6rem; line-height: 46px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.ab1p{ margin-top: 20px;}

.abmain2{ background: #f5f5f5; padding-top: 116px; padding-bottom: 7px;}
.abmain2 .zong{ position: relative;}
.abshu{ color: #f1a812; font-size: 137px; font-size: 13.7rem; line-height: 140px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #f1a812; z-index: 3}
.abshu1{ position: absolute; left: 0px; top: -95px;}

.ab2n{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; padding: 52px 0; position: relative; z-index: 1}
.ab2n:before{content: ""; position: absolute; width: 51.66%; height: 100%; left: 0px; top: 0px; background: #131313; z-index: -1}

.img-scroll3 {position: relative; z-index: 1; width: 51%;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 50px; height: 50px; line-height: 46px; text-align: center; border-radius: 50%; border: solid 2px #b7b7b7; top: -64px; color: #b2b2b2; font-size: 18px; transition: 0.5s; z-index: 999}
.img-scroll3 .prev { right: 72px; cursor: pointer;}
.img-scroll3 .next { right: 0px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #fff; background: #c40000; border-color: #c40000;}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:1%; position:relative;}
.ab2zi{ width: 49%; padding-left: 46px; padding-right: 60px; padding-top: 15px;}
.ab2zi p{ color: #fff;}
.ab2p{ padding: 0 45px; margin-top: 61px;}

@media screen and (max-width:1359px) {
.abmain2{ padding-top: 80px;}
.abshu{ font-size: 100px; font-size: 10rem; line-height: 100px;}
.abshu1{ top: -60px;}
.ab2zi{ padding-left: 20px; padding-right: 30px; padding-top: 15px;}

.img-scroll3 .prev, .img-scroll3 .next { width: 30px; height: 30px; line-height: 26px; font-size: 12px;}
.img-scroll3 .prev { right: 50px;}
.ab2p{ padding: 0 20px; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.ab1a{ display: none;}
    .abmain1{ padding-left: 0px; padding-bottom: 30px; padding-top: 10px;}
    .ab1biao{ font-size: 20px; font-size: 2rem; line-height: 32px;}
    
.abshu{ font-size: 80px; font-size: 8rem; line-height: 80px;}
.abshu1{ top: -50px;}
    .ab2n{ padding: 30px 0 20px 0;}
   .img-list3 li {}
    .ab2zi{ padding-left: 10px; padding-right: 20px; padding-top: 5px;}
.img-scroll3 .prev, .img-scroll3 .next { top: -40px;}
}
@media screen and (max-width:767px) {
    .ab1biao{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}

.abmain2{ padding-top: 60px;}
.abshu{ font-size: 60px; font-size: 6rem; line-height: 60px;}
.abshu1{ top: -40px;}

.img-scroll3 { width: 100%; z-index: 99}
.ab2n:before{ width: 60%; height: calc(100% - 20px)}
   .ab2n { padding: 30px 0 0px 0;}
.ab2zi{ width: 100%; background: #131313; padding: 10px; padding-top: 40px; transform: translateY(-20px); position: relative; z-index: 1}
.ab2tu{ width: 95%; max-width: 500px; margin: auto; position: relative; z-index: 2}
.ab2p{ padding: 0; margin-top: 0px;}
}

.abmain3{ background: url("../images/ab3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; margin-top: 105px;}
.abmain3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ab3bei.jpg") no-repeat center; background-size: cover; z-index: -1}
.abmain3 .zong{ position: relative; padding: 134px 0;}
.abmain3 .zong:after{content: ""; clear: both; display: block;}
.abshu2{ position: absolute; right: 0px; top: -80px;}

.ab3zi{ width: 48.75%; float: right; margin-top: 30px;}
.ab3tu{ width: 34.75%; float: left;}
.ab3p p{color: #fff;}
.ab3mor{ margin-top: 36px;}

.abmain4{ padding-top: 105px; padding-bottom: 60px; background: url("../images/ab4bei.jpg") no-repeat top center;}
.ab4p{ font-size: 24px; font-size: 2.4rem; line-height: 42px; text-align: center; padding: 0 60px; margin-top: 96px;}

.img-scroll4 {position: relative; margin-top:35px; margin-left: -22px; margin-right: -22px;}
.img-scroll4 .prev, .img-scroll4 .next {position: absolute; text-align:center; display: block; width: 50px; height: 50px; line-height: 46px; text-align: center; border-radius: 50%; border: solid 2px #b7b7b7; top: 50%; transform: translateY(-50%); color: #b2b2b2; font-size: 18px; transition: 0.5s; z-index: 999}
.img-scroll4 .prev { left: -56px; cursor: pointer;}
.img-scroll4 .next { right: -56px; cursor: pointer;}
.img-scroll4 .prev:hover,.img-scroll4 .next:hover { color: #fff; background: #c40000; border-color: #c40000;}
.img-list4 {position: relative;overflow: hidden;}
.img-list4 ul {width: 10000%;}
.img-list4 li {float: left; width:0.25%; padding: 10px 22px; position:relative;}

.ab4tu{ box-shadow: 0px 1px 9px 0px rgba(3, 0, 0, 0.21); border-radius: 10px; background: #ffffff; padding-bottom: 35.8%; position: relative;}
.ab4tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 10px;}

@media screen and (max-width:1359px) {
.abmain3{ margin-top: 80px;}
.abshu2{ top: -50px;}
.abmain3 .zong{ padding: 50px 0;}

.abmain4{ padding-top: 60px; padding-bottom: 60px;}
.ab4p{ font-size: 20px; font-size: 2rem; line-height: 30px; padding: 0 30px; margin-top: 50px;}  
    
.img-scroll4 { margin-top:20px; margin-left: -10px; margin-right: -10px;}
.img-scroll4 .prev, .img-scroll4 .next { width: 30px; height: 30px; line-height: 26px; font-size: 12px;}
.img-scroll4 .prev { left: -35px; cursor: pointer;}
.img-scroll4 .next { right: -35px; cursor: pointer;}
.img-list4 li { width:0.25%; padding: 10px;}
}
@media screen and (max-width:999px) {
.ab3zi{ width: 62%; margin-top: 0px;}
.ab3tu{ width: 35%;}
.ab3mor{ margin-top: 15px;}

.abmain4{ padding-top: 40px; padding-bottom: 40px;}
.ab4p{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 0px; margin-top: 30px;}  
.img-list4 { margin: 0 40px;}
.img-scroll4 .prev { left: 10px;}
.img-scroll4 .next { right: 10px;}
}
@media screen and (max-width:767px) {
.abmain3{ margin-top: 40px;}
.abmain3 .zong{ padding: 35px 0;}
.abshu2{ top: -30px;}
.ab3zi{ width: 100%; margin-top: 10px;}
.ab3tu{ width: 100%; max-width: 300px; margin: auto;}

.abmain4{ padding-top: 30px; padding-bottom: 30px;}
.ab4p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 0px; margin-top: 30px;}  
.img-list4 li { width:0.333%; padding: 10px;}
}
@media screen and (max-width:459px) {
.img-list4 li { width:0.5%; padding: 10px;}
}

.abmain5{ background: #f1a812; padding: 60px 0;}
.abmain5 .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
.abmain5 .m5llie{ width: auto;}

.abmain6{ padding-top: 73px; padding-bottom: 103px;}
.ab6t{ position: relative; padding-right: 90px;}
.ab6a{ font-size: 50px; font-size: 5rem; line-height: 50px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #333333; opacity: 0.15; position: absolute; right: 0px; top: 0px;  transform-origin: left top; transform: translateX(100%) rotate(90deg);}
.ab6tu{ margin-top: 45px;}

@media screen and (max-width:999px) {
.abmain5{ padding: 30px 0;}
.abmain5 .m5llie{ width: 49%;}
.ab6t{ padding-right: 0px;}
.ab6a{ display: none;}

.abmain6{ padding-top: 40px; padding-bottom: 40px;}
.ab6tu{ margin-top: 25px;}
}
@media screen and (max-width:767px) {
.abmain6{ padding-top: 25px; padding-bottom: 30px;}
}

/****************************  service1  ***************************/
.se1main1{ padding-top: 0px;}
.se11biao{ display: block; font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.se11p{ margin-top: 19px;}

.se11b{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 14px;}
.se11lie{ width: 30.8%; background: #f5f5f5; padding:20px 24px; margin-top: 10px;}
.se11tu{ width: 40px;}
.se11a{ margin-top: 10px; line-height: 24px;}

.se1main2{ padding-top: 52px;}
.se12n{ background: #f5f5f5; margin-top: 25px;}
.se12n:after{ content: ""; clear: both; display: block;}
.se12tu{ display: block; width: 43.2%; margin-left: 30px; float: right;}
.se12zi{ padding:26px 30px;}

.se1main3{ padding-top: 19px;}
.se13b{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 10px;}
.se13b a{ width: 46.666%; margin-top: 10px; overflow: hidden;}

.se1main4{ padding-top: 22px;}
.img-scroll5 {position: relative; margin-top:22px;}
.img-scroll5 .prev, .img-scroll5 .next {position: absolute; text-align:center; display: block; width: 50px; height: 50px; line-height: 46px; text-align: center; border-radius: 50%; border: solid 2px #b7b7b7; top: 50%; transform: translateY(-50%); color: #b2b2b2; font-size: 18px; transition: 0.5s; z-index: 999}
.img-scroll5 .prev { left: -80px; cursor: pointer;}
.img-scroll5 .next { right:-80px; cursor: pointer;}
.img-scroll5 .prev:hover,.img-scroll5 .next:hover { color: #fff; background: #c40000; border-color: #c40000;}
.img-list5 {position: relative;overflow: hidden;}
.img-list5 ul {width: 10000%;}
.img-list5 li {float: left; width:0.308%; margin-right: 0.038%; position:relative;}

.se1main5{ padding-top: 50px; padding-bottom: 102px;}
.se15biao{ text-align: center; font-size: 24px; font-size: 2.4rem;}
.se15n{ font-size: 0px;}
.se15n .prlie{ width: 24%; margin-left: 1.333%;}
.se15n .prlie:nth-child(4n-3){margin-left: 0px;}
.se15n .pra{ font-size: 15px; font-size: 1.5rem; padding-bottom: 13px;}

@media screen and (max-width:1359px) {
.img-scroll5 .prev, .img-scroll5 .next { width: 30px; height: 30px; line-height: 26px; font-size: 12px;}
.img-scroll5 .prev { left: -35px;}
.img-scroll5 .next { right:-35px;}
}
@media screen and (max-width:999px) {
.se11biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.se1main5{ padding-top: 30px; padding-bottom: 50px;}
.se12zi{ padding:10px;}
    .se12tu{ margin-left: 10px;}

.img-list5 { margin: 0 40px;}
.img-scroll5 .prev { left: 0px;}
.img-scroll5 .next { right:0px;}
.img-list5 li { width:0.32%; margin-right: 0.02%;}
}
@media screen and (max-width:767px) {
.se11biao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .se11lie{ width: 100%; padding: 20px 10px;}
.se1main2{ padding-top: 25px;}
    .se13b a{ width: 49%;}
.img-list5 li { width:0.49%; margin-right: 0.02%;}

.se1main5{ padding-top: 30px; padding-bottom: 30px;}
.se15n .prlie{ width: 49%; margin-left: 2%;}
.se15n .prlie:nth-child(2n-1){margin-left: 0px;}
.se15n .pra{ font-size: 12px; font-size: 1.2rem; padding-bottom: 10px;}
}
@media screen and (max-width:499px) {
.se12tu{ width: 100%; margin: auto; margin-bottom: 10px;}   
}
@media screen and (max-width:399px) {
.img-list5 li{ width: 1%;}   
}

/****************************  service2  ***************************/
.se2main2{ padding-top: 45px;}
.se22n{ margin-top: 20px;}
.se22lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-bottom: 60px;}
.se22lie2{ flex-direction: row-reverse;}
.se22tu{ width: 45%;}
.se22zi{ width: 52.9%;}
.se22lie2 .se22zi{text-align: right;}

.se22a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.se22a2{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 16px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; color: #333;}
.se22p{ margin-top: 17px;}

.se2main3{ padding-bottom: 52px;}
.se2main4{ padding-bottom: 170px;}
.se23n{}
.se23lie{ margin-top: 20px;}
.se23a{ display: block; line-height: 33px; padding: 20px 40px; padding-right: 80px; font-size: 20px; font-size: 2rem; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; background: #e5e5e5; position: relative; transition: 0.5s; cursor: pointer;}
.se23a:before{content: ""; position: absolute; width: 19px; height: 3px; background: #666666; right: 53px; top: 50%; margin-top: -2px;}
.se23a:after{content: ""; position: absolute; width: 19px; height: 3px; background: #666666; right: 53px; top: 50%; margin-top: -2px; transform: rotate(90deg); transition: 0.5s;}
.se23p{ display: none; margin: 0 20px; background: #f9f9f9; padding:30px 20px;}
.se23lieh{}
.se23lieh .se23a{ background: #f1a812; color: #fff;}
.se23lieh .se23a:after{ transform: rotate(0deg); background: #fff;}
.se23lieh .se23p{ display: block;}

@media screen and (max-width:1359px) {
.se22a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.se22a2{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
.se22p{ margin-top: 10px;}
.se2main4{ padding-bottom: 70px;}
}
@media screen and (max-width:999px) {
.se2main2{ padding-top: 30px;}
.se22lie{ margin-bottom: 35px;}
.se22tu{ width: 100%; max-width: 500px; margin: auto;}
.se22zi{ width: 100%; margin-top: 20px; text-align: left !important;}

.se23a{ line-height: 33px; padding: 10px; padding-right: 30px; font-size: 16px; font-size: 1.6rem;}
.se23a:before{ width: 10px; height: 2px; right: 10px; margin-top: -1px;}
.se23a:after{ width: 10px; height: 2px; right: 10px; margin-top: -1px;}

.se2main3{ padding-bottom: 30px;}
.se2main4{ padding-bottom: 50px;}
}
@media screen and (max-width:767px) {
.se23a{ font-size: 14px; font-size: 1.4rem;}
.se23p{ margin: 0; padding:20px 10px;}
.se23lie{ margin-top: 10px;}
.se2main4{ padding-bottom: 30px;}
}

/****************************  service3  ***************************/
.se3main1{}
.se3biao{ font-size: 24px; font-size: 2.4rem; line-height: 32px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.se32biao{text-align: center;}
.se31p{ margin-top: 23px;}
.se31p strong{ font-size: 24px; font-size: 2.4rem; font-weight: normal; color: #333}

.se3main2{ padding-top: 15px; padding-bottom: 58px;}
.se32n{padding-top: 23px;}

.se3main3{ background: #f7f7f7; padding: 68px 0;}
.se3main3 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; align-items: center;}
.se3main4{ background: #fff;}
.se3main4 .zong{ flex-direction:row;}
.se33tu{ width: 49%;}
.se33zi{ width: 49%;}

.se3main5{ padding-bottom: 50px;}
.se35tu{ display: flex; flex-flow: wrap; justify-content:space-around}
.se35tu p{ width: 37.5%;}

@media screen and (max-width:1359px) {
.se3biao,.se31p strong{ font-size: 20px; font-size: 2rem; line-height: 30px;}

}
@media screen and (max-width:999px) {
.se3biao,.se31p strong{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
    .se31p{ margin-top: 15px;}
.se3main2{ padding-bottom: 30px;}
    .se3main3{ padding: 30px 0;}
.se3main5{ padding-bottom: 30px;}
}
@media screen and (max-width:767px) {
.se3biao,.se31p strong{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.se33tu{ width: 100%; max-width: 500px; margin: auto; margin-bottom: 20px;}
.se33zi{ width: 100%;}
}

.se3main6{ background: #f7f7f7; padding: 78px 0;}
.se3main7{ padding-top: 50px; padding-bottom: 104px;}

.img-scroll6,.img-scroll7 {position: relative;}
.img-scroll7 { margin-top: 28px;}
.img-scroll6 .prev, .img-scroll6 .next,.img-scroll7 .prev, .img-scroll7 .next {position: absolute; text-align:center; display: block; width: 50px; height: 50px; line-height: 46px; text-align: center; border-radius: 50%; border: solid 2px #b7b7b7; top: 50%; transform: translateY(-50%); color: #b2b2b2; font-size: 18px; transition: 0.5s; z-index: 999}
.img-scroll6 .prev,.img-scroll7 .prev { left: -80px; cursor: pointer;}
.img-scroll6 .next,.img-scroll7 .next { right:-80px; cursor: pointer;}
.img-scroll6 .prev:hover,.img-scroll6 .next:hover,.img-scroll7 .prev:hover,.img-scroll7 .next:hover { color: #fff; background: #c40000; border-color: #c40000;}
.img-list6,.img-list7 {position: relative;overflow: hidden;}
.img-list6 ul,.img-list7 ul {width: 10000%;}
.img-list6 li,.img-list7 li {float: left; width:0.32%; margin-right: 0.02%; position:relative;}
.img-list7 li{ width:0.308%; margin-right: 0.038%;}

@media screen and (max-width:1359px) {
.img-scroll6 .prev, .img-scroll6 .next,.img-scroll7 .prev, .img-scroll7 .next  { width: 30px; height: 30px; line-height: 26px; font-size: 12px;}
.img-scroll6 .prev,.img-scroll7 .prev { left: -35px;}
.img-scroll6 .next,.img-scroll7 .next { right:-35px;}
}
@media screen and (max-width:999px) {
.se3main6,.se3main7{ padding: 50px 0;}

.img-list6,.img-list7 { margin: 0 40px;}
.img-scroll6 .prev,.img-scroll7 .prev { left: 0px;}
.img-scroll6 .next,.img-scroll7 .next { right:0px;}
.img-list6 li,.img-list7 li { width:0.32%; margin-right: 0.02%;}
}
@media screen and (max-width:767px) {
.se3main6,.se3main7{ padding: 30px 0;}
.img-list6 li,.img-list7 li { width:0.49%; margin-right: 0.02%;}
}
@media screen and (max-width:399px) {
.img-list6 li,.img-list7 li{ width: 1%;}   
}

/****************************  4-1  ***************************/
.appmain{ padding-bottom: 100px;}
.appn{ display: flex; flex-flow: wrap;}
.applie{ width: 32%; margin-left: 2%; margin-bottom: 20px; display: inline-block; vertical-align: top; background: #f5f5f5; transition: 0.5s;}
.applie:nth-child(3n-2){margin-left: 0px;}
.apptu{ display: block; overflow: hidden;}
.appzi{ padding: 10px 30px;}
.appa{ display: block; font-size: 16px; font-size: 1.6rem; line-height: 30px; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.appp a{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px; color: #666; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.appmor{ display: block; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 8px; text-decoration: underline;}
.applie:hover{ background: #f1a812;}
.applie:hover a{ color: #fff;}

@media screen and (max-width:999px) {
.appmain{ padding-bottom: 50px;}
.appzi{ padding: 10px;}
.appa{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.appp a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px;}
.appmor{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px;}
}
@media screen and (max-width:767px) {
.appmain{ padding-bottom: 30px;}
.applie{ width: 49%; margin-left: 2%; margin-bottom: 15px;}
.applie:nth-child(3n-2){margin-left: 2%;}
.applie:nth-child(2n-1){margin-left: 0px;}
.appzi{ padding: 10px 5px;}
}

/****************************  news2  ***************************/
.nemain2{ padding-bottom: 100px;}
.nemain3{ padding-bottom: 0px !important;}

.nen{ background: #f5f5f5; padding: 45px; margin-bottom: 60px;}
.nemain2 h1{ font-size: 30px; font-size: 3rem; line-height: 40px; text-align: center; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.net{ margin-top: 14px; text-align: center;}
.net .neriqi2{ color: #666666; display: inline-block; vertical-align: middle; margin-right: 12px;}
.net .neriqi2 i{ display: inline-block; vertical-align: middle; margin-right: 10px;}
.net .share{ margin: auto; display: inline-block; vertical-align: middle; position: relative; left: auto; bottom: auto;}
.net .share1{ font-size: 16px; font-size: 1.6rem; color: #666666;}

.nexiang{ margin-top: 47px;}
.nexiang p,.nexiang em,.nexiang strong{color: #666;}
.nexiang a{color: #f1a812;}
.nexiang img{ display: inline-block; max-width: 100%;}

.fanpian{ border-top: 1px solid #eaeaea; padding-top: 28px; margin-top: 22px; display: flex; flex-flow: wrap; justify-content: space-between;}
.fanpian li{ position: relative; font-size: 16px; font-size: 1.6rem; color: #999; line-height: 30px; max-width: 49%;}
.fanpian li a{color: #999; display: block;}
.fanpian li i{display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; color: #fff; background: #d5d5d5; top: 0px; font-size: 12px; position: absolute;}
.fanpian li a:hover{color: #f1a812;}

.fanpian li:nth-child(1){ padding-left: 40px;}
.fanpian li:nth-child(2){ padding-right: 40px;}
.fanpian li:nth-child(1) i{ left: 0px;}
.fanpian li:nth-child(2) i{ right: 0px;}

@media screen and (max-width:1359px) {
.nemain2 h1{ font-size: 26px; font-size: 2.6rem; line-height: 34px;}
.net .share1{ font-size: 14px; font-size: 1.4rem;}

.nexiang{ margin-top: 10px;}
.fanpian li{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.nemain2{ padding-bottom: 40px;}
.nemain2 h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.net{ margin-top: 14px;}

.fanpian{ padding-top: 10px; margin-top: 20px;}
.fanpian li{ width: 100%; max-width: none; padding-right: 0px; padding-left: 40px; margin: 5px 0;}
.fanpian li:nth-child(2) i{ right: auto; left: 0px;}

.nen{ padding: 20px; margin-bottom: 0px;}
}
@media screen and (max-width:767px) {
.nemain2{ padding-bottom: 10px;}
.net .share1{ font-size: 12px; font-size: 1.2rem;}
.nemain2 h1{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}

.fanpian li{ font-size: 12px; font-size: 1.2rem;}

.nen{ padding: 20px 10px; margin-bottom: 0px;}
}

/****************************  news  ***************************/
.nemain{ padding-bottom: 100px;}
.nez{}
.nelie{ padding: 40px 0;}
.nelie .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.nelie2{ background: #f5f5f5;}
.nelie2 .zong{ flex-direction: row-reverse;}

.nelie .m7tu{ width: 41.6%;}
.nelie .m7zi{ width: 55.4%;}
.nelie .m7p a{ -webkit-line-clamp: 3;}
.nelie .m7mor{ margin-top: 24px;}

@media screen and (max-width:999px) {
.nemain{ padding-bottom: 50px;}
.nelie{ padding: 20px 0;}
.nelie .m7mor{ margin-top: 10px;}
}
@media screen and (max-width:767px) {
.nemain{ padding-bottom: 30px;}
.nelie{ padding: 10px 0;}
.nelie .m7mor{ display: none;}
.nelie .m7p{ margin-top: 2px;}
.nelie .m7a{ margin-top: 0px; font-weight: normal;}
.nelie .m7p a{ -webkit-line-clamp: 2;}
.nelie .m7riqi{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}

/****************************  faq  ***************************/
.famain{ padding-bottom: 100px;}
.famain .se23a{ padding-left: 90px;}
.famain .se23a strong{ font-size: 30px; font-size: 3rem; position: absolute; left: 40px; top: 20px; font-weight: normal;}
.famain .se23p{ padding-left: 60px; position: relative;}
.famain .se23p strong{ font-size: 30px; font-size: 3rem; position: absolute; left: 20px; top: 27px; color: #c40000; font-weight: normal; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width:999px) {
.famain{ padding-bottom: 50px;}
.famain .se23a{ padding-left: 40px;}
.famain .se23a strong{ font-size: 20px; font-size: 2rem; left: 10px; top: 8px;}
.famain .se23p{ padding-left: 40px; position: relative;}
.famain .se23p strong{ font-size: 20px; font-size: 2rem; left: 10px; top: 30px;}
}
@media screen and (max-width:767px) {
.famain{ padding-bottom: 30px;}
.famain .se23a{ padding-left: 30px;}
.famain .se23a strong{ font-size: 16px; font-size: 1.6rem; left: 5px; top: 8px;}
.famain .se23p{ padding-left: 30px;}
.famain .se23p strong{ font-size: 16px; font-size: 1.6rem; left: 5px; top: 20px;}
}

/****************************  download  ***************************/
.don{}
.dolie{ padding: 30px 48px; padding-right: 270px; margin-bottom: 30px; transition: 0.5s; position: relative; background: #f9f9f9;}
.doa{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.dop a{ display: block; margin-top: 15px;}
.domor{ display: block;	width: 160px; height: 50px; line-height: 50px; font-size: 16px; font-size: 1.6rem; color: #000000; position: absolute; right: 60px; top: 50%; transform: translateY(-50%); text-align: center; background: #f1a812;}
.dolie:hover{ background: #f1a812;}
.dolie:hover a{ color: #fff;}
.dolie:hover .domor{ background: #ffffff; color: #333;}

@media screen and (max-width:999px) {
.dolie{ padding: 20px; padding-right: 170px; margin-bottom: 20px;}
.domor{	width: 120px; height: 40px; line-height: 40px; font-size: 14px; font-size: 1.4rem; right: 20px;}
}
@media screen and (max-width:767px) {
.dolie{ padding: 10px; margin-bottom: 20px;}
.doa{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
.dop a{ margin-top: 5px;}
.domor{ position: relative; transform: translate(0); right: auto; margin-top: 10px;	width: 100px; height: 40px; line-height: 40px; font-size: 12px; font-size: 1.2rem;}
}

/****************************  video  ***************************/
.vimain{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.vitu{ width: 50%;}
.vitun{position: relative; padding-bottom:56.333%;height: 0;overflow: hidden;}
.vitun iframe,.vitun video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.vitun iframe body{ margin:0px !important;}
.vizi{ width: 50%; padding-left: 40px;}
.via{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.vip{ margin-top: 19px; line-height: 28px;}

.vin{ display: flex; flex-flow: wrap; padding-top: 7px;}
.vilie{ width: 32%; margin-left: 2%; margin-top: 23px; display: inline-block; vertical-align: top;}
.vilie:nth-child(3n-2){margin-left: 0px;}
.via2{ text-align: center; color: #333333; font-weight: bold; margin-top: 11px;}

@media screen and (max-width:999px) {
.vizi{ padding-left: 20px;}
.via{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.vip{ margin-top: 10px;}
}
@media screen and (max-width:767px) {
.vitu{ width: 100%; max-width: 500px; margin: auto;}
.vizi{ width: 100%; padding-left: 0px; margin-top: 15px;}
.via{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width:499px) {
.vilie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.vilie:nth-child(3n-2){margin-left: 2%;}
.vilie:nth-child(2n-1){margin-left: 0px;}
.via2{ margin-top: 5px;}
}

/****************************  contact  ***************************/
.comain1{}
.cobiao{ text-align: center; font-size: 36px; font-size: 3.6rem; line-height: 50px; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana;}
.co1n{ display: flex; flex-flow: wrap; padding-top: 35px;}
.colie{ width: 30.5%; margin-left:4.25%; background: #f5f5f5; padding: 20px 80px; padding-bottom: 5px; margin-top: 20px;}
.colie:nth-child(3n-2){margin-left: 0px;}
.coa{ font-size: 20px; font-size: 2rem; color: #f1a812; margin-bottom: 21px;}
.coa em{ display: inline-block; vertical-align: bottom; font-size: 54px; color: #000; margin-right: 20px;}
.cop{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #666666;}
.cop p,.cop a{color: #666666;}
.cop a:hover{color: #f1a812;}

@media screen and (max-width:1359px) {
.cobiao{ font-size: 26px; font-size: 2.6rem; line-height: 40px;}
.co1n{ padding-top: 15px;}
.colie{ width: 32%; margin-left:2%; padding: 20px; padding-bottom: 5px; margin-top: 10px;}

.coa{ font-size: 16px; font-size: 1.6rem; margin-bottom: 10px;}
.coa em{ font-size: 34px; margin-right: 10px;}
.cop{ font-size: 16px; font-size: 1.6rem; line-height: 30px;}
}
@media screen and (max-width:767px) {
.cobiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.colie{ width: 49%; margin-left:2%; padding: 10px 5px;}
.colie:nth-child(3n-2){margin-left: 2%;}
.colie:nth-child(2n-1){margin-left: 0px;}
    
.coa{ font-size: 14px; font-size: 1.4rem; margin-bottom: 10px;}
.coa em{ font-size: 26px; margin-right: 10px;}
.cop{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}

.comain2{ padding-top: 50px;}
.coxin{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 34px;}
.coxin .int1{ width: 32%; margin-top: 22px;}
.coxin .int2{ width: 100%; margin-top: 22px;}
.coxin .int3{ width: 66%; margin-top: 22px; padding-right: 555px; position: relative;}

.coxin input{ width: 100%; border: solid 1px #d6d6d6; height: 50px; line-height: 48px; padding-left: 26px; padding-right: 10px; font-size: 14px; font-size: 1.4rem; color: #333;}
.coxin textarea{ width: 100%; border: solid 1px #d6d6d6; height: 217px; line-height: 28px; padding: 10px; padding-left: 26px; font-size: 14px; font-size: 1.4rem; color: #333;}
.coxin .int5{ width: 297px; height: 50px; line-height: 50px; font-size: 18px; font-size: 1.8rem; color: #ffffff; font-family: Tahoma-Bold, Arial, "Arial Black", "sans-serif", Verdana; text-align: center; background: #f1a812; border: none; transition: 0.5s; cursor: pointer; position: absolute; right: 0px; bottom: 0px; padding: 0px;}
.coxin .yanzheng{ width: 212px;	height: 51px; position: absolute; right: 319px; bottom: 0px; cursor: pointer;}
.coxin .int5:hover{ background: #333;}
.coxin .xing input,.coxin .xing textarea,.coxin .int4{ background: url("../images/xing.png") no-repeat 11px 20px;}

.ditu{ margin-top: 59px; margin-bottom: 100px;}

@media screen and (max-width:1359px) {
.comain2{ padding-top: 30px;}
.coxin{ padding-top: 10px;}
.ditu{ margin-top: 30px; margin-bottom: 50px;}

.coxin .int3{ padding-right: 220px;}
.coxin .int5{ width: 100px; height: 50px; line-height: 50px; font-size: 16px; font-size: 1.6rem;}
.coxin .yanzheng{ width: 100px;	height: 51px; right: 110px;}
}
@media screen and (max-width:767px) {
.coxin .int1{ width: 100%; margin-top: 15px;}
.coxin .int2{ width: 100%; margin-top: 15px;}
.coxin .int3{ width: 100%; margin-top: 15px; padding-right: 0px; padding-bottom: 65px;}
    .coxin textarea{ height: 150px;}
    .coxin .yanzheng{ right: auto; left: 0px;}
    .coxin .int5{ width: calc(100% - 110px)}

.ditu{ margin-top: 30px; margin-bottom: 30px;}
}



@font-face {
  font-family: Tahoma;
    font-display: swap;
  src: url("../fonts/TAHOMA.woff2") format("woff2"),
       url("../fonts/TAHOMA.woff") format("woff"),
       url("../fonts/TAHOMA.ttf") format("truetype"),
       url("../fonts/TAHOMA.eot") format("embedded-opentype"),
       url("../fonts/TAHOMA.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Tahoma-Bold;
  src: url("../fonts/TAHOMABD.woff2") format("woff2"),
       url("../fonts/TAHOMABD.woff") format("woff"),
       url("../fonts/TAHOMABD.ttf") format("truetype"),
       url("../fonts/TAHOMABD.eot") format("embedded-opentype"),
       url("../fonts/TAHOMABD.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "iconfont"; /* Project id 4250145 */
  src: url('../fonts/iconfont.woff2?t=1695275188844') format('woff2'),
       url('../fonts/iconfont.woff?t=1695275188844') format('woff'),
       url('../fonts/iconfont.ttf?t=1695275188844') format('truetype');
}

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

.icon-EMAIL:before {
  content: "\e7f9";
}

.icon-whatsapp2:before {
  content: "\e848";
}

.icon-conversation:before {
  content: "\e601";
}

.icon-yejingbolishengchanxian--copy:before {
  content: "\e680";
}

.icon-shengchanxianlu1:before {
  content: "\e603";
}

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

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

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

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

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

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-earth-full:before {
  content: "\e9ee";
}

.icon-engineer-worker-svgrepo-com:before {
  content: "\e69d";
}

.icon-factory:before {
  content: "\e63b";
}

.icon-a-Engineerfreeicon:before {
  content: "\e6cf";
}

.icon-setting:before {
  content: "\e606";
}



.fenyen .no:hover{
    background: #999999 !important;
}
.none{
    line-height: 50px;
    font-size: 1.6rem;
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ font-size: 1.4rem; background:#f1a812;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #f1a812; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#f1a812 solid 1px;background: #f1a812; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.main4 .item:hover{
        border: solid 1px #c40000;
}
.m5rp p{
    color: #fff;
}
@media screen and (max-width:999px){
    .jianjie{
        width: 80%;
    }
}
.cob{
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    background-color: #f1a812;
    color: #fff;
    font-size: 20px;
}
.colie{
    position: relative;
    margin-bottom: 30px;
}
.colie .cob2{
    display: none;
}
.typeface{
    font-family: fantasy;
}
@media screen and (max-width: 767px){
    .colie .cob1{
        display: none;
    }
    .colie .cob2{
        display: block;
    }
    .cob{
        font-size: 1.4rem;
    }
}
.cob:hover{color: #fff;}