#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, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-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; box-shadow: 0 0 8px rgba(0, 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, 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, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

article,aside,dialog,footer,header,section,nav,figure,menu,main{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 #999;
  z-index:110;
}
.zoomWrapperTitle{
  display:block;
  background:#999;
  color:#FFF;
  height:18px;
  line-height:18px;
  width:100%;
  overflow:hidden;
  text-align:center;
  font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
  display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
.wap-hd-nav { display: none; }

.wap-nav { width: 5px; height: 100%; position: absolute; right: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.wap-nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.wap-nav .nav span { font-family: arial, helvetica, sans-serif; }

.wap-nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; }

.wap-nav .nav form .iptc { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.wap-nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; background: #fff url("../images/sch2.png") no-repeat center center; }

.wap-nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wap-nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; padding-left: 20px; position: relative; }

.wap-nav .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../images/shizi.png") no-repeat center center; }

.wap-nav .addition.active { background-image: url("../images/yizi.png"); }

.wap-nav .addition.fa:before { margin-right: 5px; color: #fff; text-indent: 0; }

.wap-nav .nav > ul > li > a { margin-right: 40px; color: #fff; font-size: 12px; font-size: 1.2rem; display: block; }

.wap-nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; }

.wap-nav .nav > ul > li .c-show { display: none; width: 100%; }

.wap-nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; margin-right: 40px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { margin-right: 40px; padding-left: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { margin-right: 40px; padding-left: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > dl { padding: 20px; }

.wap-nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.wap-nav .menubtn { width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.wap-nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #00a99d; }

@media screen and (min-width: 992px) { .wap-nav, .menubtn { display: none; } }

@media screen and (max-width: 991px) { .wap-hd-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #00a99d; }
  .wap-hd-nav-item { width: 25%; }
  .wap-hd-nav-item a { display: block; padding: 5px 0; line-height: 20px; font-size: 14px; color: white; text-align: center; background-color: #363636; }
  .wap-hd-nav-item a.active { color: white; background-color: #00a99d; } }

.clear { clear: both; }
.slideshow { position: relative; }
.slideshow .wp { position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -166.5px; }
.slideshow .wp img { max-width: 100%; max-height: 80%; }
.slideshow .item a img { width: 100%; -webkit-transition: all 6s ease-out; -o-transition: all 6s ease-out; -moz-transition: all 6s ease-out; transition: all 6s ease-out; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.slideshow .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 

@media screen and (max-width: 1219px) { .slideshow .wp { margin-left: -490px; } }
@media screen and (max-width: 999px) { .slideshow:hover .slick-prev, .slick-next { display: none !important; }
  .slideshow .wp { width: 100%; left: 0; margin-left: 0; height: 80%; top: 0; margin-top: 20px; } }
@media screen and (max-width: 767px) { .slick-dots { bottom: 10px; } }
.slideshow .item.slick-active.item_one img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.slideshow .item.slick-active.item_one.on img{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.slick-list,.slick-slider,.slick-track{position:relative;display:block}
.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{top:0;left:0} 
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] 
.slick-slide{float:right}.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
@charset "UTF-8";
* { margin: 0px; padding: 0px; }

html { font-size: 62.5%; height: 100%; }

body { margin: 0 auto; width: 100%; max-width: 1920px; overflow-x: hidden; font-family: "CenturyGothic", arial, helvetica, sans-serif; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 1.2; }

a { color: #333; text-decoration: none; outline: none; tap-highlight-color: transparent; focus-ring-color: transparent; -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -moz-tap-highlight-color: transparent; -moz-focus-ring-color: transparent; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

a:hover { color: #00a99d; }

ol, ul, li { list-style: none; }

img { max-width: 100%; border: 0px solid #ccc; }

table, embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

button { border: none; background: none; cursor: pointer; }

em, i { font-style: normal; }

/* .c-xx start */
.c-fl { float: left; }

.c-fr { float: right; }

.c-cb { clear: both; }

.c-clearfix:after { content: ""; display: block; clear: both; }

.c-mg { margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; }

.c-oh { overflow: hidden; }

.c-wd { width: 1200px; }

.c-tsn { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.c-bbx { -moz-box-sizing: border-box; box-sizing: border-box; }

.c-pr { position: relative; }

.c-mt-5 { margin-top: 5px; }

.c-mt-10 { margin-top: 10px; }

.c-mt-15 { margin-top: 15px; }

.c-mt-20 { margin-top: 20px; }

.c-mt-25 { margin-top: 25px; }

.c-mt-30 { margin-top: 30px; }

.c-mt-35 { margin-top: 35px; }

.c-mt-40 { margin-top: 40px; }

.c-mt-45 { margin-top: 45px; }

.c-mt-50 { margin-top: 50px; }

.c-nomt { margin-top: 0 !important; }

.c-nomr { margin-right: 0 !important; }

.c-nomb { margin-bottom: 0 !important; }

.c-noml { margin-left: 0 !important; }

.c-nomg { margin: 0 !important; }

.c-nopt { padding-top: 0 !important; }

.c-nopr { padding-right: 0 !important; }

.c-nopb { padding-bottom: 0 !important; }

.c-nopl { padding-left: 0 !important; }

.c-nopd { padding: 0 !important; }

.c-nofont { line-height: 0; font-size: 0; }

.c-nobg { background: none !important; }

/* .c-xx end */
/* .f-xx start */
.f-czjz { position: relative; top: 50%; -webkit-transform: translate(0px, -50%); -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%); transform: translate(0px, -50%); }

.f-box { margin: 0 auto; max-width: 1200px; overflow: visible; }

@media screen and (min-width: 992px) and (max-width: 1219px) { .f-box { width: 970px; } }

@media screen and (min-width: 768px) and (max-width: 991px) { .f-box { width: 750px; } }

@media screen and (max-width: 767px) { .f-box { padding-left: 15px; padding-right: 15px; -moz-box-sizing: border-box; box-sizing: border-box; } }

/* .f-xx end */
/* @keyframes start */
@-webkit-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }
@-moz-keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }
@keyframes boxshadown { 0% { box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.2); }
  100% { box-shadow: 0 0 0 15px rgba(51, 51, 51, 0); } }

/* @keyframes end */
/* .an-xx start */
.an-hoverimg-xy { position: relative; overflow: hidden; }

.an-hoverimg-xy:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 1; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-xy img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-xy:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-xy:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-xy:hover:after { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforex { position: relative; overflow: hidden; }

.an-hoverimg-beforex:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforex img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforex:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforex:hover:before { visibility: visible; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverimg-beforey { position: relative; overflow: hidden; }

.an-hoverimg-beforey:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.1); z-index: 2; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; visibility: hidden; }

.an-hoverimg-beforey img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverimg-beforey:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.an-hoverimg-beforey:hover:before { visibility: visible; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforey { position: relative; }

.an-hoverbtn-beforey > * { position: relative; }

.an-hoverbtn-beforey:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); background-color: #00a99d; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforey:hover { color: #fff; }

.an-hoverbtn-beforey:hover:before { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.an-hoverbtn-beforex { position: relative; }

.an-hoverbtn-beforex > * { position: relative; }

.an-hoverbtn-beforex:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); background-color: #00a99d; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforex:hover { color: #fff; }

.an-hoverbtn-beforex:hover:before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }

.an-hoverbtn-beforer { position: relative; overflow: hidden; }

.an-hoverbtn-beforer > * { position: relative; }

.an-hoverbtn-beforer:before { content: ""; position: absolute; right: 100%; top: 0; width: 100%; height: 100%; background-color: #00a99d; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.an-hoverbtn-beforer:hover { color: #fff; }

.an-hoverbtn-beforer:hover:before { right: 0; }

.an-boxsd:hover { -webkit-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); animation: boxshadown 1s infinite cubic-bezier(0.66, 0, 0, 1); }

/* .an-xx end */
/* .m-xx start */
.m-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-desc a { color: #00a99d; }

.m-desc a:hover { text-decoration: underline; }

.m-desc p { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-desc span { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-desc b { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-desc img { max-width: 100%; }

.m-desc iframe { display: block; max-width: 100%; margin: 0 auto; }

.m-desc table { width: 90%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; margin-left: auto; margin-right: auto; }

.m-desc table tr td { padding: 3px; border: 1px solid #ccc; background: #fff; font-size: 14px; font-size: 1.4rem; }

.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 3px; height: 30px; border: 1px solid #ccc; text-align: center;}

@media screen and (max-width: 991px) { .table { width: 100%; overflow-x: scroll; }
  .table table { width: 991px !important; max-width: 991px; } }

@media screen and (max-width: 991px) { .m-tt1 { font-size: 24px !important; font-size: 2.4rem !important; }
  .m-tt2 { font-size: 20px !important; font-size: 2rem !important; }
  .m-tt3 { font-size: 18px !important; font-size: 1.8rem !important; }
  .m-desc1 { font-size: 16px !important; font-size: 1.6rem !important; }
  .m-desc2 { font-size: 14px !important; font-size: 1.4rem !important; }
  [class*="-item"] .item-title { font-size: 14px; font-size: 1.4rem; }
  [class*="-item"] .item-desc { font-size: 13px; font-size: 1.3rem; }
  [class*="-item"] .item-link { font-size: 13px; font-size: 1.3rem; }
  [class*="-item"] .item-modal { display: none; } }

/* .m-xx end */
/* .j-xx start */
.j-offset-top { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); opacity: 0; }

.j-offset-top.run { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }

.j-offset-left { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); opacity: 0; }

.j-offset-left.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

.j-offset-right { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; }

.j-offset-right.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

.j-fadein { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; opacity: 0; }

.j-fadein.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

.j-lazy { min-width: 20%; }

/* .j-xx end */
[class*="-item"] .item-pic { position: relative; display: block; line-height: 0; font-size: 0; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

[class*="-item"] .item-pic:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

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

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

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

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

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

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

#preloader { background-color: #333; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; z-index: 99; }

#loading-center { width: 100%; height: 100%; position: relative; }

#loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 150px; width: 150px; margin-top: -75px; margin-left: -75px; text-align: center; }

.object { width: 20px; height: 20px; background-color: #FFF; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; margin-right: 20px; margin-top: 65px; border-radius: 50% 50% 50% 50%; }

#object_one { -webkit-animation: object_one 1.5s infinite; -moz-animation: object_one 1.5s infinite; animation: object_one 1.5s infinite; }

#object_two { -webkit-animation: object_two 1.5s infinite; -moz-animation: object_two 1.5s infinite; animation: object_two 1.5s infinite; -webkit-animation-delay: 0.25s; -moz-animation-delay: 0.25s; animation-delay: 0.25s; }

#object_three { margin-right: 0; -webkit-animation: object_three 1.5s infinite; -moz-animation: object_three 1.5s infinite; animation: object_three 1.5s infinite; -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }

@-webkit-keyframes object_one { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_one { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_one { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@-webkit-keyframes object_two { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_two { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_two { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@-webkit-keyframes object_three { 75% { -webkit-transform: scale(0); transform: scale(0); } }

@-moz-keyframes object_three { 75% { -moz-transform: scale(0); transform: scale(0); } }

@keyframes object_three { 75% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

.site-welcome { visibility: hidden; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 99; opacity: 0; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-crm { padding-top: 21px; line-height: 30px; font-size: 18px; font-size: 1.8rem; color: #333; }

.m-crm a { color: #333; }

.m-crm a:hover { color: #00a99d; }

.m-crm a.active { color: #00a99d; }

@media screen and (max-width: 991px) { .m-crm { font-size: 14px; font-size: 1.4rem; } }

.m-oths { margin-top: 35px; }

.m-oths .oths-item { height: 27px; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-repeat: no-repeat; background-position: left center; }

.m-oths .oths-item a { color: #333; }

.m-oths .oths-item a:hover { color: #00a99d; }

.m-oths .item-name { margin-right: 10px; display: inline-block; *display: inline; *zoom: 1; width: 80px; height: 26px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #333; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #333; }

.m-oths .oths-item-1 { margin-bottom: 20px; }

@media screen and (max-width: 991px) { .m-oths { margin-top: 30px; } }

.m-page { margin-top: 82px; letter-spacing: 0; font-size: 0; text-align: center; }

.m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 5px; display: inline-block; *display: inline; *zoom: 1; min-width: 35px; height: 30px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #333; text-align: center; background-color: #eeeeee; border: 1px solid #e5e5e5; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-page a.big { min-width: 85px; }

.m-page a:hover { color: white; border-color: #00a99d; background-color: #00a99d; }

.m-page a.active { color: white; border-color: #00a99d; background-color: #00a99d; }

.m-page2 { position: relative; }

@media screen and (max-width: 991px) { .m-page { margin-top: 45px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .m-page a { margin-left: 5px; margin-right: 5px; margin-bottom: 10px; } }

.m-kf { position: fixed; z-index: 10; right: 0; top: 30%; }

.m-kf .kf-item { display: block; line-height: 0; font-size: 0; margin-bottom: 1px; width: 54px; line-height: 54px; font-size: 24px; font-size: 2.4rem; color: #fff; text-align: center; background-color: #00a99d; border-radius: 5px; }

.m-kf .kf-item:hover { background-color: #058a81; }

.m-kf .kf-item.active { background-color: #058a81; }

.m-kf .kf-wx { position: absolute; display: none; bottom: 0; right: 100%; width: 120px; line-height: 0; font-size: 0; }

.m-kf .gotop { display: none; }

@media screen and (max-width: 991px) { .m-kf { right: 0; top: auto; bottom: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; width: 100%; background-color: #2d2d27; }
  .m-kf .kf-item { width: 20%; text-align: center; background-color: #2d2d27 !important; }
  .m-kf .kf-item2 { position: relative; }
  .m-kf .kf-wx { bottom: 100%; right: 0; }
  .m-kf .gotop { width: 20%; line-height: 54px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; display: block; }
  .g-ft { padding-bottom: 73px; } }

.returntop { position: fixed; *position: absolute; z-index: 9; right: 6px; bottom: 150px; display: none; }

@media screen and (max-width: 991px) { .returntop { display: none !important; } }

.g-hd { position: fixed; z-index: 9; left: 0; right: 0; top: 0; width: 100%; }

body { padding-top: 170px; }

.m-hdfix1 { background-color: #f0f0f0; color: #333; line-height: 30px; font-size: 16px; font-size: 1.6rem; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdfix1 a { color: #333; }

.m-hdfix1 a:hover { color: #00a99d; }

.m-hdinfo { float: left; padding-top: 10px; padding-bottom: 10px; overflow: hidden; }

.m-hdinfo .info-item { float: left; }

.m-hdinfo .info-line { float: left; margin: 0 15px; }

.m-hdlang { position: relative; z-index: 4; float: left; }

.m-hdlang .lang-btn { display: block; min-width: 100px; padding-top: 10px; padding-bottom: 10px; line-height: 30px; font-size: 16px; font-size: 1.6rem; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdlang .lang-btn img { margin-right: 5px; width: 24px; height: 24px; border-radius: 50%; vertical-align: middle; }

.m-hdlang .lang-btn i { margin-left: 8px; display: inline-block; width: 0; height: 0; border-top: 8px solid #333; border-left: 4px solid transparent; border-right: 4px solid transparent; vertical-align: middle; }

.m-hdlang .lang-list { position: absolute; left: 0; top: 130%; width: 100%; padding: 13px 0; background-color: #fff; border: 1px solid #fff; -moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; visibility: hidden; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdlang .lang-list.active { visibility: visible; top: 100%; opacity: 1; }

.m-hdlang .lang-item { display: block; padding: 5px 18px; line-height: 24px; font-size: 14px; font-size: 1.4rem; color: #333; }

.m-hdlang .lang-item:hover, .m-hdlang .lang-item.active { color: #fff; background-color: #00a99d; }

.m-hdfix2 { background-color: #fff; }

.m-hdlogo { float: left; display: block; padding-top: 20px; padding-bottom: 20px; text-align: center; }

.m-hdnav { float: left; max-width: 750px; }

.m-hdnav .nav-item { position: relative; float: left; padding-top: 38px; padding-bottom: 42px; padding-left: 28px; padding-right: 28px; }

.m-hdnav .nav-item > a { text-transform:Uppercase;position: relative; display: block; line-height: 36px; font-size: 18px; font-size: 1.8rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; }

.m-hdnav .nav-item > a:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; background-color: transparent; }

.m-hdnav .nav-item > a.active, .m-hdnav .nav-item > a.current, .m-hdnav .nav-item > a.active { color: #00a99d; }

.m-hdnav .nav-item > a.active:before, .m-hdnav .nav-item > a.current:before, .m-hdnav .nav-item > a.active:before { background-color: #00a99d; }

.m-hdnav .sbnav-list { position: absolute; display: none; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdnav .sbnav-wp { padding-top: 19px; padding-bottom: 19px; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }

.m-hdnav .sbnav-list1 { top: 100%; left: 0; width: 337px; padding-top: 10px;}

.m-hdnav .sbnav-list2 { top: 0; left: 100%; width: 225px; }

.m-hdnav .sbnav-list3 { top: 0; left: 100%; width: 225px; }

.m-hdnav .sbnav-item a { display: block; padding-top: 13px; padding-bottom: 13px; padding-left: 35px; padding-right: 15px; line-height: 28px; font-size: 18px; font-size: 1.8rem; }

.m-hdnav .sbnav-item a:hover, .m-hdnav .sbnav-item a.active { color: #00a99d; }

@media screen and (max-width: 1219px) { .m-hdnav { max-width: 550px; }
  .m-hdnav .nav-item { padding-left: 18px; padding-right: 18px; }
  .m-hdnav .nav-item > a { font-size: 14px; font-size: 1.4rem; }
  .m-hdnav .sbnav-list { width: 200px; }
  .m-hdnav .sbnav-wp { padding: 20px 0; }
  .m-hdnav .sbnav-item > a { padding-top: 5px; padding-bottom: 5px; padding-left: 20px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-hdsch { position: relative; float: right; z-index: 3; padding-top: 38px; padding-bottom: 42px; margin-left: 40px; }

.m-hdsch .sch-btn { display: none; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #333; border-radius: 50%; text-align: center; }

.m-hdsch .sch-form { position: relative; top: 0; right: 15px; width: 240px; padding-right: 36px; border-radius: 7px; border: solid 1px #666666; overflow: hidden; visibility: visible; opacity: 1; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hdsch .sch-form .form-text { width: 100%; padding-left: 14px; padding-right: 10px; height: 34px; line-height: 34px; font-size: 14px; font-size: 1.4rem; color: #aaaaaa; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hdsch .sch-form .form-text::-webkit-input-placeholder { color: #aaaaaa; opacity: 1; }

.m-hdsch .sch-form .form-text:-moz-placeholder { color: #aaaaaa; opacity: 1; }

.m-hdsch .sch-form .form-text::-moz-placeholder { color: #aaaaaa; opacity: 1; }

.m-hdsch .sch-form .form-text:-ms-input-placeholder { color: #aaaaaa; opacity: 1; }

.m-hdsch .sch-form .form-btn, .m-hdsch .sch-form .iconfont { position: absolute; right: 0; top: 0; line-height: 36px; height: 36px; width: 36px; text-align: left; font-size: 22px; font-size: 2.2rem; color: #666666; }

.m-hdsch .sch-form .form-btn { z-index: 2; }

.m-hdsch .sch-form.run { visibility: visible; right: 0; opacity: 1; }

.g-hd2 { background-color: #004492; }

.g-hd2 .m-hdfix2 { background-color: #004492; }

.g-hd2 .m-hdnav .nav-item > a { color: #fff; }

.g-hd2 .m-hdnav .nav-item > a.active:before, .g-hd2 .m-hdnav .nav-item > a.current:before, .g-hd2 .m-hdnav .nav-item > a:hover:before { background-color: #fff; }

.g-hd2 .m-hdsch .sch-form { border-color: #fff; }

.g-hd2 .m-hdsch .form-text { color: #fff; }

.g-hd2 .m-hdsch .form-text::-webkit-input-placeholder { color: #fff; opacity: 1; }

.g-hd2 .m-hdsch .form-text:-moz-placeholder { color: #fff; opacity: 1; }

.g-hd2 .m-hdsch .form-text::-moz-placeholder { color: #fff; opacity: 1; }

.g-hd2 .m-hdsch .form-text:-ms-input-placeholder { color: #fff; opacity: 1; }

.g-hd2 .m-hdsch .form-btn, .g-hd2 .m-hdsch .iconfont { color: #fff; }

@media screen and (max-width: 991px) { .g-hd2 .m-hdlang .lang-btn { color: #fff; }
  .g-hd2 .m-hdlang .lang-btn i { border-top-color: #fff; } }

@media screen and (max-width: 991px) { .g-hd { position: relative; }
  body { padding-top: 0; }
  .m-hdinfo, .m-hdnav, .m-hdsch, .m-hdkey, .m-hdshare { display: none; }
  .m-hdlang { float: left; position: absolute; left: 5px; top: 0; }
  .m-hdlang .lang-btn { line-height: 24px; color: #333; font-size: 14px; font-size: 1.4rem; }
  .m-hdlang .lang-btn i { border-top-color: #333; }
  .m-hdfix2 { background: none; }
  .m-hdfix1 { background: none; }
  .m-hdlogo { float: none; width: 100%; text-align: center; } }

.wap-hd-nav { display: none; }

.wap-nav { width: 5px; height: 100%; position: absolute; right: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.wap-nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.wap-nav .nav span { font-family: arial, helvetica, sans-serif; }

.wap-nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; }

.wap-nav .nav form .iptc { -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.wap-nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; background: #fff url("../images/sch2.png") no-repeat center center; }

.wap-nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wap-nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; padding-left: 20px; position: relative; }

.wap-nav .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../images/shizi.png") no-repeat center center; }

.wap-nav .addition.active { background-image: url("../images/yizi.png"); }

.wap-nav .addition.fa:before { margin-right: 5px; color: #fff; text-indent: 0; }

.wap-nav .nav > ul > li > a { margin-right: 40px; color: #fff; font-size: 12px; font-size: 1.2rem; display: block; }

.wap-nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; }

.wap-nav .nav > ul > li .c-show { display: none; width: 100%; }

.wap-nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; margin-right: 40px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { margin-right: 40px; padding-left: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { margin-right: 40px; padding-left: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.wap-nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.wap-nav .nav > ul > dl { padding: 20px; }

.wap-nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.wap-nav .menubtn { width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.wap-nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #00a99d; }

@media screen and (min-width: 992px) { .wap-nav, .menubtn { display: none; } }

@media screen and (max-width: 991px) { .wap-hd-nav { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #00a99d; }
  .wap-hd-nav-item { width: 25%; }
  .wap-hd-nav-item a { display: block; padding: 5px 0; line-height: 20px; font-size: 14px; color: white; text-align: center; background-color: #363636; }
  .wap-hd-nav-item a.active { color: white; background-color: #00a99d; } }

.banner { position: relative; z-index: 2; line-height: 0; font-size: 0; overflow: hidden; }

.banner .slick-arrow { position: absolute; z-index: 9; top: 50%; margin-top: -41px; width: 41px; height: 82px; font-size: 0; cursor: pointer; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }

.banner .slick-prev { left: 5.5%; background-image: url("../images/jtl1.png"); }

.banner .slick-next { right: 5.5%; background-image: url("../images/jtr1.png"); }

.banner .slick-dots { position: absolute; left: 0; right: 0; padding-top: 24px; padding-bottom: 3px; bottom: -1px; font-size: 0; letter-spacing: 0; text-align: center; background: url("../images/banner-bg.png") no-repeat center bottom; }

.banner .slick-dots li { margin: 0 4px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; cursor: pointer; }

.banner .slick-dots li a { display: block; width: 12px; height: 12px; font-size: 0; border-radius: 50%; background-color: #979ca0; }

.banner .slick-dots li.slick-active a { background-color: #00a99d; }

.banner.hide { display: none; }

@media screen and (max-width: 1219px) { .banner .slick-arrow { display: none !important; } }

@media screen and (max-width: 991px) { .banner { display: block; }
  .banner .slick-arrow { display: none !important; }
  .banner .slick-dots { bottom: 10px; background: none; }
  .banner .slick-dots li { margin: 0 5px; }
  .banner .slick-dots li a { width: 12px; height: 12px; }
  .banner.hide { display: block; }
  .banner.n-banner { display: none; } }

.g-hwys { padding-top: 90px; padding-bottom: 52px; }

@media screen and (max-width: 991px) { .g-hwys { padding-top: 30px; padding-bottom: 30px; } }

.m-hwys { position: relative; padding-right: 38px; padding-top: 43px; }

.m-hwys .box-title { margin-bottom: 45px; text-align: right; line-height: 52px; font-size: 42px; font-size: 4.2rem; font-family: "PlayfairDisplay-Bold", arial, helvetica, sans-serif; color: #fff; text-align: right; }

.m-hwys .box-title img { margin-right: 5px; vertical-align: middle; }

.m-hwys .box-title a { color: #fff; }

.m-hwys .box-title a:hover { color: #333; }

.m-hwys .box-fix { position: relative; }

.m-hwys .box-fix1 { float: right; margin-left: 3.75%; width: 37.86575%; }

.m-hwys .box-fix1 .box-stitle { margin-top: 31px; }

.m-hwys .box-fix1 .box-desc { margin-top: 12px; }

.m-hwys .box-fix2 { overflow: hidden; }

.m-hwys .box-fix2 .box-stitle { margin-top: 15px; }

.m-hwys .box-fix2 .box-text { padding-left: 36px; padding-right: 103px; }

.m-hwys .box-fix2 .box-desc { margin-top: 12px; }

.m-hwys .box-img { display: inline-block; *display: inline; *zoom: 1; font-size: 0; line-height: 0; }

.m-hwys .box-stitle { line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "TimesNewRomanPS-BoldMT", arial, helvetica, sans-serif; text-transform: uppercase; }

.m-hwys .box-desc { margin-top: 19px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-hwys .box-desc a { display: block; color: #666; }

.m-hwys .box-desc a:hover { color: #00a99d; }

.m-hwys .box-desc p { min-height: 30px; }

.m-hwys:before { content: ""; position: absolute; right: 0; top: 0; width: 51.16667%; padding-top: 39.5%; background-color: #00a99d; background-color: rgba(0, 169, 157, 0.6); }

@media screen and (max-width: 1219px) { .m-hwys .box-title { font-size: 38px; font-size: 3.8rem; } }

@media screen and (max-width: 991px) { .m-hwys { padding-top: 10px;padding-right:0px; }
  .m-hwys .box-fix1 { float: none; margin-left: 0; width: 100%; }
  .m-hwys .box-fix .box-stitle, .m-hwys .box-fix .box-desc { margin-top: 15px; }
  .m-hwys .box-fix2 { margin-top: 25px; }
  .m-hwys .box-fix2 .box-text { padding-left: 0; padding-right: 0; }
  .m-hwys .box-title { color: #333; line-height: 1.2; font-size: 24px; font-size: 2.4rem; text-align: left; }
  .m-hwys .box-title a { color: #333; }
  .m-hwys .box-title a:hover { color: #00a99d; }
  .m-hwys .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-hwys .box-desc p { min-height: 0; }
  .m-hwys:before { display: none; } }

.g-habt { padding-top: 42px; padding-bottom: 53px; background: url("../images/hbg1.jpg") no-repeat center; background-color: #f5f5f5; }

.g-habt .box-title { line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "TimesNewRomanPS-BoldMT", arial, helvetica, sans-serif; text-transform: uppercase; text-align: center; }

.g-habt .box-desc { margin-top: 14px; margin-left: auto; margin-right: auto; margin-bottom: 69px; max-width: 1085px; line-height: 30px; font-size: 18px; font-size: 1.8rem; color: #666; text-align: center; }

.g-habt .box-desc a { display: block; color: #666; }

.g-habt .box-desc a:hover { color: #00a99d; }

@media screen and (max-width: 991px) { .g-habt { padding-top: 30px; padding-bottom: 30px; }
  .g-habt .box-desc { margin-bottom: 30px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-habt { margin-bottom: -30px; font-size: 0; letter-spacing: 0; text-align: center; }

.m-habt .box-item { margin-bottom: 30px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; text-align: center; }

.m-habt .box-item1 { margin-right: 4.58333%; width: 27.08333%; }

.m-habt .box-item2 { margin-right: 5%; width: 37.5%; }

.m-habt .box-item3 { width: 25.83333%; }

.m-habt .item-icon a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 48px; height: 57px; background-repeat: no-repeat; background-position: center; }

.m-habt .item-icon1 a { background-image: url("../images/habticon1.png"); }

.m-habt .item-icon1 a:hover { background-image: url("../images/habticon1h.png"); }

.m-habt .item-icon2 a { background-image: url("../images/habticon2.png"); }

.m-habt .item-icon2 a:hover { background-image: url("../images/habticon2h.png"); }

.m-habt .item-icon3 a { background-image: url("../images/habticon3.png"); }

.m-habt .item-icon3 a:hover { background-image: url("../images/habticon3h.png"); }

.m-habt .item-title { margin-top: 18px; height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; text-overflow: ellipsis; white-space: nowrap; }

.m-habt .item-desc { margin-top: 13px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-habt .item-desc a { color: #666; }

.m-habt .item-desc a:hover { color: #00a99d; }

@media screen and (max-width: 991px) { .m-habt .item-title { height: 26px; line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-habt .item-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-habt .box-item { width: 100%; margin-right: 0; } }

.g-hproc { padding-top: 40px; }

@media screen and (max-width: 991px) { .g-hproc { padding-top: 30px; } }

.m-hhd { margin-left: auto; margin-right: auto; margin-bottom: 51px; text-align: center; max-width: 840px; }

.m-hhd .hd-title { line-height: 52px; font-size: 42px; font-size: 4.2rem; font-family: "PlayfairDisplay-Bold", arial, helvetica, sans-serif; }

.m-hhd .hd-desc { margin-top: 14px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-hhd .hd-desc a { color: #666; }

.m-hhd .hd-desc a:hover { color: #00a99d; }

@media screen and (max-width: 991px) { .m-hhd { margin-bottom: 30px; }
  .m-hhd .hd-title { line-height: 1.2; font-size: 24px; font-size: 2.4rem; }
  .m-hhd .hd-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-hproc .box-fix { float: left; }

.m-hproc .box-fix1 { width: 25%; }

.m-hproc .box-fix2 { width: 25%; }

.m-hproc .box-fix3 { width: 50%; }

.m-hproc .box-fix3 .box-item { float: left; width: 50%; }

.m-hproc .box-fix3 .box-item2 { width: 100%; }

.m-hproc .box-item { position: relative; overflow: hidden; }

.m-hproc .box-item:hover .item-modal { bottom: 0; }

.m-hproc .box-item:hover .item-title { bottom: -44px; }

.m-hproc .item-title { position: absolute; left: 0; bottom: 0; width: 100%; padding: 0 10px; height: 44px; line-height: 44px; font-size: 22px; font-size: 2.2rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; color: #fff; text-align: center; text-overflow: ellipsis; white-space: nowrap; background-color: #333; background-color: rgba(51, 51, 51, 0.5); -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-hproc .item-title a { color: #fff; }

.m-hproc .item-title:hover { background-color: #00a99d; }

.m-hproc .item-modal { position: absolute; left: 0; bottom: 100%; width: 100%; height: 100%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; background-color: #00a99d; background-color: rgba(0, 169, 157, 0.7); color: #fff; }

.m-hproc .item-modal a { color: #fff; }

.m-hproc .item-table { position: absolute; left: 0; top: 0; display: table; width: 100%; height: 100%; table-layout: fixed; }

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

.m-hproc .item-text { margin-left: auto; margin-right: auto; max-width: 514px; width: 98%; text-align: center; }

.m-hproc .item-mtitle { height: 44px; line-height: 44px; font-size: 34px; font-size: 3.4rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; overflow: hidden; text-transform: uppercase; white-space: nowrap; }

.m-hproc .item-mtitle:hover { color: #333; }

.m-hproc .item-mtitle:hover a { color: #333; }

.m-hproc .item-mdesc { margin-top: 15px; line-height: 30px; max-height: 90px; font-size: 20px; font-size: 2rem; overflow: hidden; }

.m-hproc .item-mdesc a:hover { color: #333; }

@media screen and (max-width: 1469px) { .m-hproc .item-mtitle { height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; }
  .m-hproc .item-mdesc { line-height: 24px; max-height: 96px; font-size: 14px; font-size: 1.4rem; }
  .m-hproc .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-hproc .item-modal { display: none; }
  .m-hproc .item-title { bottom: 0 !important; } }

@media screen and (max-width: 640px) { .m-hproc .box-fix { width: 50%; }
  .m-hproc .box-fix3 { width: 100%; } }

.g-hdown { padding-top: 89px; }

@media screen and (max-width: 991px) { .g-hdown { padding-top: 30px; } }

.m-hdown { margin-bottom: -48px; font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.m-hdown .down-item { margin-left: 1%; margin-right: 1%; margin-bottom: 48px; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -moz-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; font-size: 20px; font-size: 2rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; padding: 15px 10px; line-height: 34px; background-image: -webkit-gradient(linear, left bottom, left top, from(#d7d7d7), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)); background-image: -webkit-linear-gradient(bottom, #d7d7d7 0%, #ffffff 100%), -webkit-linear-gradient(#ffffff, #ffffff); background-image: -moz-linear-gradient(bottom, #d7d7d7 0%, #ffffff 100%), -moz-linear-gradient(#ffffff, #ffffff); background-image: linear-gradient(0deg, #d7d7d7 0%, #ffffff 100%), linear-gradient(#ffffff, #ffffff); background-blend-mode: normal, 
 normal; border-radius: 8px; border: solid 1px #666666; }

.m-hdown .down-item:hover { color: #fff; background: #00a99d; }

.m-hdown .iconfont { margin-left: 10px; }

@media screen and  (min-width: 1220px){
	.m-hdown .down-item:nth-child(1){
		width: 295px;
		margin-left: 0;
		margin-right: 6px;
	}
		.m-hdown .down-item:nth-child(2){
		width: 295px;
		margin-left: 0;
		margin-right: 6px;
	}
		.m-hdown .down-item:nth-child(3){
		width: 295px;
		margin-left: 0;
		margin-right: 6px;
	}
		.m-hdown .down-item:nth-child(4){
		width: 295px;
		margin-left: 0;
		margin-right: 0;
	}
		.m-hdown .down-item:nth-child(5){
		width: 256px;
		margin-left: 0;
		margin-right: 9px;
	}
		.m-hdown .down-item:nth-child(6){
		width: 325px;
		margin-left: 0;
		margin-right: 8px;
	}
		.m-hdown .down-item:nth-child(7){
		width: 295px;
		margin-left: 0;
		margin-right: 12px;
	}
		.m-hdown .down-item:nth-child(8){
		width: 295px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.m-hdown .iconfont{
		marign-left: 30px;
	}
}

@media screen and (max-width: 991px) { .m-hdown { margin-bottom: -20px; }
  .m-hdown .down-item { margin-bottom: 20px; padding: 10px; line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

.g-hnews { padding-top: 98px; padding-bottom: 100px; background: url("../images/hbg2.jpg") no-repeat center bottom; }

@media screen and (max-width: 991px) { .g-hnews { padding-top: 30px; padding-bottom: 30px; } }

.m-hnews { position: relative; overflow: hidden; }

.m-hnews .box-list { position: relative; padding-top: 160px; padding-bottom: 61px; }

.m-hnews .box-list:before { content: ""; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 54px; height: 54px; background: url("../images/time1.png") no-repeat center; background-size: 100% 100%; }

.m-hnews .box-list:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 10px; height: 10px; border-radius: 50%; background-color: #00a99d; }

.m-hnews .list-item { position: relative; margin-top: 40px; overflow: hidden; }

.m-hnews .list-item .item-fix { float: left; width: 50%; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-hnews .list-item .item-time { line-height: 28px; font-size: 14px; font-size: 1.4rem; }

.m-hnews .list-item .time1 { font-size: 18px; font-size: 1.8rem; color: #00a99d; }

.m-hnews .list-item .item-title { height: 28px; line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; }

.m-hnews .list-item .item-desc { margin-top: 8px; max-height: 84px; line-height: 28px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-hnews .list-item .item-desc a { color: #666; }

.m-hnews .list-item .item-desc a:hover { color: #00a99d; }

.m-hnews .list-item:before { content: ""; position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; width: 17px; height: 17px; background: url("../images/dot1.png") no-repeat center; }

.m-hnews .list-item:first-child { margin-top: 0; }

.m-hnews .list-item1 .item-fix1 { padding-right: 20px; text-align: right; }

.m-hnews .list-item1 .item-fix2 { padding-left: 48px; }

.m-hnews .list-item2 .item-fix1 { float: right; padding-left: 48px; }

.m-hnews .list-item2 .item-fix2 { padding-right: 20px; }

.m-hnews:before { content: ""; position: absolute; left: 0; right: 0; top: 54px; margin: 0 auto; width: 4px; height: 100%; background-color: #00a99d; }

@media screen and (max-width: 640px) { .m-hnews:before { display: none; }
  .m-hnews .box-list { padding: 0; }
  .m-hnews .box-list:before, .m-hnews .box-list:after { display: none; }
  .m-hnews .list-item .item-fix { float: none; width: 100%; padding: 0; text-align: left; }
  .m-hnews .list-item:before { display: none; } }

.g-ft { background-color: #0e0e0e; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #fff; }

.g-ft a { color: #fff; }

.g-ft a:hover { color: #00a99d; }

.m-ftfix1 { padding-top: 60px; padding-bottom: 98px; background: url("../images/fbg1.jpg") no-repeat center; background-size: cover; }

.m-ftb1 { float: left; margin-right: 14.08333%; width: 41.08333%; }

.m-ftb2 { float: left; padding-right: 10px; width: 20%; }

.m-ftb3 { overflow: hidden; }

.m-ftt { padding-bottom: 46px; padding-top: 39px; line-height: 34px; font-size: 24px; font-size: 2.4rem; }

.m-flogo { margin-bottom: 29px; line-height: 0; font-size: 0; }

.m-flogo a { display: inline-block; *display: inline; *zoom: 1; }

.m-ftinfo { line-height: 36px; }

.m-ftfix2 { padding-top: 23px; padding-bottom: 17px; text-align: center; }

.m-ftlnk { margin-top: 12px; }

.m-ftlnk .list-item { margin-right: 15px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }

@media screen and (max-width: 991px) { .m-ftfix1, .m-ftlnk { display: none; }
  .g-ft { line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

.g-bd2 { background-color: #fbfbfb; }

.m-sbnav { background-color: #fff; box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2); font-size: 0; letter-spacing: 0; }

.m-sbnav .nav-wp { border-left: 2px solid #bbbbbb; }

.m-sbnav .nav-item { min-width: 140px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 27px 25px; line-height: 30px; font-size: 18px; font-size: 1.8rem; text-align: center; border-right: 2px solid #bbbbbb; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sbnav .nav-item:hover, .m-sbnav .nav-item.active { color: #fff; background-color: #00a99d; border-color: #00a99d; }

@media screen and (max-width: 991px) { .m-sbnav .nav-wp { border: none; }
  .m-sbnav .nav-item { padding: 10px; font-size: 16px; font-size: 1.6rem; border: none; } }

.g-wp { padding-top: 53px; padding-bottom: 100px; }

@media screen and (max-width: 991px) { .g-wp { padding-top: 35px; padding-bottom: 35px; } }

.m-nhd1 { margin-bottom: 80px; text-align: center; }

.m-nhd1 .hd-title { overflow: hidden; line-height: 44px; font-size: 34px; font-size: 3.4rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; text-transform: uppercase; text-align: center; }

.m-nhd1 .hd-title div, .m-nhd1 .hd-title p { position: relative; display: inline-block; *display: inline; *zoom: 1; }

.m-nhd1 .hd-title div:before, .m-nhd1 .hd-title p:before { content: ""; position: absolute; top: 50%; margin-top: -1px; width: 61px; height: 2px; background-color: #00a99d; }

.m-nhd1 .hd-title div { padding-left: 18px; }

.m-nhd1 .hd-title div:before { right: 100%; }

.m-nhd1 .hd-title p { padding-right: 18px; }

.m-nhd1 .hd-title p:before { left: 100%; }

.m-nhd1 .hd-desc { margin-top: 21px; margin-left: auto; margin-right: auto; max-width: 910px; text-align: center; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

@media screen and (max-width: 991px) { .m-nhd1 { margin-bottom: 25px; }
  .m-nhd1 .hd-title { line-height: 1.2; font-size: 24px; font-size: 2.4rem; }
  .m-nhd1 .hd-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-history .box-tabhd { position: relative; overflow: hidden; }

.m-history .box-tabhd ul { position: relative; width: 10000%; overflow: hidden; }

.m-history .box-tabhd ul:before { content: ""; position: absolute; left: 0; top: 54px; width: 100%; height: 4px; background-color: #666666; }

.m-history .box-tabhd:before, .m-history .box-tabhd:after { content: ""; position: absolute; top: 42px; z-index: 1; width: 32px; height: 28px; background-repeat: no-repeat; background-position: center; }

.m-history .box-tabhd:before { background-image: url("../images/jtl2.png"); }

.m-history .box-tabhd:after { right: 0; background-image: url("../images/jtr2.png"); }

.m-history .tabhd-item { position: relative; float: left; width: .25%; padding-left: 10px; padding-right: 10px; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-history .tabhd-item:before { content: ""; position: absolute; left: 0; right: 0; top: 37px; margin: 0 auto; width: 39px; height: 39px; background: url("../images/dot2.png") no-repeat center; background-size: 100% 100%; }

.m-history .tabhd-item.active:before { background-image: url("../images/dot3.png"); }

.m-history .item-title { height: 38px; line-height: 38px; font-size: 28px; font-size: 2.8rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; }

.m-history .item-desc { margin-top: 46px; line-height: 28px; font-size: 18px; font-size: 1.8rem; }

.m-history .box-fix2 { position: relative; margin-top: 72px; background-color: #00a99d; }

.m-history .box-fix2:before { content: ""; position: absolute; left: 0; right: 0; top: 100%; margin: 0 auto; width: 100%; max-width: 1060px; height: 12px; background-color: #00a99d; background-color: rgba(0, 169, 157, 0.5); }

.m-history .content-item { display: none; padding-top: 60px; padding-bottom: 73px; padding-left: 30px; padding-right: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; }

.m-history .content-item.show { display: block; }

.m-history .citem-desc { margin: 0 auto; max-width: 880px; }

.m-history .box-ft { margin-top: 20px; font-size: 0; letter-spacing: 0; text-align: center; }

.m-history .box-btn { margin: 0 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; width: 36px; line-height: 32px; text-align: center; font-size: 20px; font-size: 2rem; color: #666; border-radius: 50%; border: 2px solid #666; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-history .box-btn:hover { color: #fff; background-color: #00a99d; border-color: #00a99d; }

@media screen and (max-width: 1219px) { .m-history .item-title { font-size: 16px; font-size: 1.6rem; }
  .m-history .item-desc { font-size: 14px; font-size: 1.4rem; }
  .m-history .box-fix2 { margin-top: 30px; }
  .m-history .content-item { padding: 30px 20px; }
  .m-history .citem-desc { line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .m-history .tabhd-item { width: .5%; } }

@media screen and (max-width: 375px) { .m-history .tabhd-item { width: 1%; } }

.m-ewmap { margin-top: 64px; }

.m-ewmap .box-bd { padding-top: 52px; padding-bottom: 44px; background-color: #fff; }

.m-ewmap .box-info { margin-top: 63px; line-height: 30px; font-size: 20px; font-size: 2rem; }

@media screen and (max-width: 991px) { .m-ewmap { margin-top: 30px; }
  .m-ewmap .box-bd { padding-top: 30px; padding-bottom: 30px; }
  .m-ewmap .box-info { margin-top: 30px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-aevolume { padding-top: 90px; padding-bottom: 22px; }

.m-aevolume .box-img { float: left; margin-right: 23.5%; }

.m-aevolume .box-fix { padding-top: 8.91667%; overflow: hidden; }

.m-aevolume .box-desc { line-height: 30px; font-size: 20px; font-size: 2rem; }

@media screen and (max-width: 991px) { .m-aevolume { padding-top: 30px; padding-bottom: 30px; }
  .m-aevolume .box-img { float: none; margin-right: 0; }
  .m-aevolume .box-fix { padding-top: 25px; }
  .m-aevolume .box-desc { line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

/* m-factory start */
.scroll_wrap { width: 100%; position: relative; -moz-box-sizing: border-box; box-sizing: border-box; /* æ»šåŠ¨å†…å®¹æ ·å¼ */ /* æ»šåŠ¨æ¡ */ /* æ»šåŠ¨å— */ }

.scroll_wrap .scroll_cont { height: 100%; overflow: hidden; }

.scroll_wrap .scroll_bar { position: absolute; top: 0; right: 0; width: 3px; height: 100%; background-color: #9E9E9E; border-radius: 0; }

.scroll_wrap .scroll_slider { position: absolute; top: 0; left: 0px; width: 3px; height: 57px; background-color: #fff; border-radius: 0; }

.m-factory .box-body { width: 45.83333%; margin-left: 0; margin-right: 3.58333%; float: right; }

@media screen and (max-width: 991px) { .m-factory .box-body { float: none; width: 100%; margin: 0 auto 30px; } }

.m-factory .box-body .item-title { margin: 10px 0 17px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; }

.m-factory .box-body .item-title, .m-factory .box-body .item-title a { color: #00a99d; }

@media screen and (max-width: 1219px) { .m-factory .box-body .item-title { margin: 10px 0; line-height: 40px; } }

@media screen and (max-width: 991px) { .m-factory .box-body .item-title { line-height: 32px; font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .m-factory .box-body .item-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; } }

.m-factory .box-body .scroll_wrap { height: 300px; padding-right: 30px; }

@media screen and (max-width: 991px) { .m-factory .box-body .scroll_wrap { height: 182px; } }

@media screen and (max-width: 767px) { .m-factory .box-body .scroll_wrap { height: 168px; } }

.m-factory .box-body .scroll_wrap .scroll_bar { background-color: #DEDEDE; }

.m-factory .box-body .scroll_wrap .scroll_slider { background-color: #00a99d; }

.m-factory .box-body .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-factory .box-body .item-desc, .m-factory .box-body .item-desc a { color: #333; }

.m-factory .box-body .item-desc p { min-height: 30px; }

@media screen and (max-width: 991px) { .m-factory .box-body .item-desc { line-height: 26px; } }

@media screen and (max-width: 767px) { .m-factory .box-body .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.m-factory .m-imgshow { overflow: hidden; }

.m-factory .m-imgshow .box-wp { position: relative; margin: 0 auto; padding: 0; }

.m-factory .m-imgshow .box-big { position: relative; float: left; width: 48.33333%; margin-left: 0%; }

@media screen and (max-width: 991px) { .m-factory .m-imgshow .box-big { width: 100%; margin: 0 auto; max-width: 580px; float: none; } }

.m-factory .m-imgshow .box-big div { position: relative; }

.m-factory .m-imgshow .box-big .img { line-height: 0; font-size: 0; text-align: center; display: block; }

.m-factory .m-imgshow .box-big .title { display: none; background: #000000; background: rgba(0, 0, 0, 0.5); position: absolute; bottom: 13px; left: 13px; right: 13px; font-size: 22px; font-size: 2.2rem; text-align: center; color: #FFFFFF; line-height: 26px; padding: 14px 9px 14px; }

.m-factory .m-imgshow .box-small { margin-left: auto; margin-right: auto; position: relative; padding-bottom: 50px; }

.m-factory .m-imgshow .box-btn { position: absolute; bottom: 0; display: block; text-align: center; }

@media screen and (max-width: 991px) { .m-factory .m-imgshow .box-btn { margin-top: -17px; } }

@media screen and (max-width: 767px) { .m-factory .m-imgshow .box-btn { margin-top: -14px; } }

.m-factory .m-imgshow .box-btn.prev { right: 50%; margin-right: 5px; }

.m-factory .m-imgshow .box-btn.next { left: 50%; margin-left: 5px; }

.m-factory .m-imgshow .box-btn .iconfont { display: block; width: 36px; height: 36px; border-radius: 50%; border: solid 2px #666; line-height: 32px; font-size: 20px; font-size: 2.0rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-factory .m-imgshow .box-btn .iconfont:hover { color: #00a99d; border-color: #00a99d; }

.m-factory .m-imgshow .box-list { margin-top: 43px; overflow: hidden; }

@media screen and (max-width: 991) { .m-factory .m-imgshow .box-list { margin-top: 30px; } }

.m-factory .m-imgshow .box-list ul { width: 1000%; }

.m-factory .m-imgshow .box-list ul li { float: left; margin-right: 0.08333%; width: 3.275%; }

@media screen and (max-width: 480px) { .m-factory .m-imgshow .box-list ul li { margin-right: .2%; width: 4.9%; } }

.m-factory .m-imgshow .list-item { position: relative; border: solid 1px transparent; overflow: hidden; }

.m-factory .m-imgshow .list-item .item-title { position: absolute; left: 0; bottom: 0; width: 100%; height: 54px; line-height: 54px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; color: #fff; background: #000; background: rgba(0, 0, 0, 0.5); -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-factory .m-imgshow .list-item .item-title { height: 30px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

.m-factory .m-imgshow .list-item .iconfont { position: absolute; z-index: 3; left: 0; top: 50%; right: 0; margin-top: -30px; line-height: 60px; font-size: 30px; font-size: 3rem; color: #fff; text-align: center; visibility: hidden; }

.m-factory .m-imgshow .list-item:hover .iconfont { visibility: visible; }

.m-factory .m-imgshow .list-item img { display: block; }

.m-factory .m-imgshow .list-item.active { border: solid 1px #00a99d; position: relative; }

/* m-factory end */
.m-radtext { margin-top: 24px; padding-top: 43px; padding-bottom: 45px; background: url("../images/radbg1.jpg") no-repeat center; background-attachment: fixed; }

.m-radtext .box-text { color: #fff; }

.m-radtext .box-text a { color: #fff; }

.m-radtext .box-text a:hover { color: #333; }

.m-radtext .box-title { margin-bottom: 37px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; }

.m-radtext .box-desc { line-height: 30px; font-size: 20px; font-size: 2rem; }

@media screen and (max-width: 991px) { .m-radtext { padding-top: 30px; padding-bottom: 30px; }
  .m-radtext .box-title { margin-bottom: 20px; line-height: 1.2; font-size: 24px; font-size: 2.4rem; }
  .m-radtext .box-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-radimg { margin-top: 44px; }

.m-radimg .box-title { margin-bottom: 45px; line-height: 46px; font-size: 36px; font-size: 3.6rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; text-align: center; color: #00a99d; text-transform: uppercase; }

.m-radimg .box-wp { position: relative; padding-bottom: 77px; }

.m-radimg .box-list { width: 1000%; overflow: hidden; }

.m-radimg .list-wp { float: left; width: 10%; overflow: hidden; }

.m-radimg .list-item { position: relative; float: left; margin-bottom: 6px; overflow: hidden; }

.m-radimg .list-item:hover .item-modal { top: 0; }

.m-radimg .list-item1 { margin-right: 0.83333%; width: 49.58333%; }

.m-radimg .list-item2 { margin-right: 0.58333%; width: 32.91667%; }

.m-radimg .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.6); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-radimg .item-table { position: absolute; left: 0; top: 0; display: table; width: 100%; height: 100%; table-layout: fixed; }

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

.m-radimg .item-text { padding-left: 9.2437%; padding-right: 9.2437%; text-align: center; color: #fff; }

.m-radimg .item-text a { color: #fff; }

.m-radimg .item-title { height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; text-overflow: ellipsis; white-space: nowrap; }

.m-radimg .item-desc { margin-top: 20px; height: 90px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #fff; overflow: hidden; }

.m-radimg .box-btn { position: absolute; bottom: 0; width: 36px; height: 36px; line-height: 32px; font-size: 16px; font-size: 1.6rem; color: #666; text-align: center; border: 2px solid #666; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 50%; }

.m-radimg .box-btn:hover { color: #fff; background-color: #00a99d; border-color: #00a99d; }

.m-radimg .box-btn.prev { right: 50%; margin-right: 5px; }

.m-radimg .box-btn.next { left: 50%; margin-left: 5px; }

@media screen and (max-width: 991px) { .m-radimg { margin-top: 30px; }
  .m-radimg .box-title { margin-bottom: 30px; line-height: 1.2; font-size: 24px; font-size: 2.4rem; }
  .m-radimg .box-wp { padding-bottom: 0; padding-top: 50px; }
  .m-radimg .box-btn { bottom: auto; top: 0; }
  .m-radimg .box-btn.prev { right: auto; margin-right: 0; left: 0; }
  .m-radimg .box-btn.next { left: auto; margin-left: 0; right: 0; }
  .m-radimg .item-modal, .m-radimg .item-table, .m-radimg .item-cell { position: relative; display: block; top: 0; width: 100%; height: auto; }
  .m-radimg .item-text { padding: 20px 15px; }
  .m-radimg .item-title { height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-radimg .item-desc { margin-top: 10px; height: 72px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-radimg .list-item { width: 100%; margin-right: 0; } }

.m-cert { margin-bottom: -52px; overflow: hidden; }

.m-cert .list-item { float: left; margin-right: 4.16667%; margin-bottom: 52px; width: 21.66667%; }

.m-cert .item-top { position: relative; overflow: hidden; }

.m-cert .item-top:hover .item-modal { top: 0; }

.m-cert .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.5); }

.m-cert .item-modal .iconfont { position: absolute; left: 0; right: 0; top: 50%; margin-top: -23px; margin-left: auto; margin-right: auto; font-size: 45px; font-size: 4.5rem; color: #fff; text-align: center; }

.m-cert .item-title { margin-top: 15px; height: 24px; line-height: 24px; font-size: 16px; font-size: 1.6rem; text-align: center; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 1024px) { .m-cert .item-modal { display: block; top: 0; background: none; }
  .m-cert .item-modal .iconfont { display: none; } }

@media screen and (max-width: 640px) { .m-cert .list-item { margin-left: 1%; margin-right: 1% !important; width: 48%; } }

.m-newsl .list-item { position: relative; margin-top: 16px; background-color: #ffffff; padding-left: 35px; padding-right: 35px; padding-top: 25px; padding-bottom: 25px; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-newsl .list-item:hover { background-color: #00a99d; color: #fff; }

.m-newsl .list-item:hover .item-title, .m-newsl .list-item:hover .item-desc, .m-newsl .list-item:hover .item-time { color: #fff; }

.m-newsl .list-item:hover .item-title a, .m-newsl .list-item:hover .item-desc a, .m-newsl .list-item:hover .item-time a { color: #fff; }

.m-newsl .list-item:hover .item-order, .m-newsl .list-item:hover .item-link a { color: #00a99d; background-color: #fff; border-color: #fff; }

.m-newsl .list-item:first-child { margin-top: 0; }

.m-newsl .item-fix { position: relative; }

.m-newsl .item-fix1 { float: left; margin-right: 28px; z-index: 4; }

.m-newsl .item-fix2 { float: left; margin-right: 28px; z-index: 3; }

.m-newsl .item-fix3 { float: left; width: 205px; z-index: 2; }

.m-newsl .item-fix4 { float: left; width: 100%; margin-left: -368px; padding-left: 390px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-newsl .item-order { margin-top: 58px; width: 28px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; background-color: #00a99d; border-radius: 50%; -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-newsl .item-time { padding-top: 44px; line-height: 34px; font-size: 16px; font-size: 1.6rem; color: #4d4d4d; text-align: center; }

.m-newsl .item-time .time1 { font-size: 20px; font-size: 2rem; border-bottom: 1px solid #c9c9c9; }

.m-newsl .item-title { height: 26px; line-height: 26px; font-size: 18px; font-size: 1.8rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; text-overflow: ellipsis; white-space: nowrap; }

.m-newsl .item-desc { margin-top: 8px; height: 60px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; overflow: hidden; }

.m-newsl .item-desc a { display: block; color: #666; }

.m-newsl .item-desc a:hover { color: #00a99d; }

.m-newsl .item-link { margin-top: 13px; }

.m-newsl .item-link a { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 112px; padding: 5px; line-height: 24px; font-size: 16px; font-size: 1.6rem; color: #00a99d; text-align: center; border-radius: 6px; -moz-box-sizing: border-box; box-sizing: border-box; border: solid 1px #00a99d; }

.m-newsl .item-link a:hover { color: #fff; background-color: #00a99d; }

@media screen and (max-width: 991px) { .m-newsl .list-item { margin-top: 30px; padding: 20px 15px; }
  .m-newsl .item-desc { height: 72px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-newsl .item-fix3 { float: none; width: 100%; max-width: 205px; padding-top: 15px; clear: both; }
  .m-newsl .item-fix4 { float: none; margin-left: 0; padding-left: 0; margin-top: 15px; }
  .m-newsl .item-order { margin-top: 20px; }
  .m-newsl .item-time { padding-top: 0; }
  .m-newsl .item-desc, .m-newsl .item-link { margin-top: 15px; } }

.m-newsimg { position: relative; margin-bottom: 55px; padding-left: 90px; padding-right: 90px; }

.m-newsimg .box-list { width: 10000%; overflow: hidden; }

.m-newsimg .list-item { float: left; width: 1%; }

.m-newsimg .box-btn { position: absolute; top: 50%; margin-top: -8px; width: 57px; height: 16px; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }

.m-newsimg .box-btn.prev { left: 0; background-image: url("../images/jtl3.png"); }

.m-newsimg .box-btn.prev:hover { background-image: url("../images/jtl4.png"); }

.m-newsimg .box-btn.next { right: 0; background-image: url("../images/jtr3.png"); }

.m-newsimg .box-btn.next:hover { background-image: url("../images/jtr4.png"); }

@media screen and (max-width: 991px) { .m-newsimg { margin-bottom: 30px; padding-left: 50px; padding-right: 50px; }
  .m-newsimg .box-btn { width: 28px; height: 8px; } }

.m-news { padding-bottom: 30px; border-bottom: 1px dotted #666666; }

.m-news .box-title { line-height: 36px; font-size: 26px; font-size: 2.6rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; font-weight: normal; }

.m-news .box-info { margin-top: 19px; letter-spacing: 0; line-height: 26px; }

.m-news .box-time { margin-top: 30px; line-height: 30px; font-size: 18px; font-size: 1.8rem; color: #666; }

.m-news .box-share { display: inline-block; *display: inline; *zoom: 1; height: 26px; vertical-align: top; }

.m-news .share-font { font-size: 16px; font-size: 1.6rem; vertical-align: top; color: #333; }

.m-news .share-img { display: inline-block; *display: inline; *zoom: 1; }

.m-news .box-desc { margin-top: 42px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-news .box-desc p, .m-news .box-desc span, .m-news .box-desc a { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 991px) { .m-news .box-time { margin: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-news .box-desc { margin-top: 20px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .m-news .box-desc p, .m-news .box-desc span, .m-news .box-desc a { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.m-serviceb1 .box-item { padding-top: 50px; padding-bottom: 45px; }

.m-serviceb1 .box-item .item-pic { width: 45.08333%; }

.m-serviceb1 .box-item .item-title { line-height: 34px; font-size: 24px; font-size: 2.4rem; color: #00a99d; }

.m-serviceb1 .box-item .item-name { margin-top: 24px; line-height: 32px; font-size: 22px; font-size: 2.2rem; }

.m-serviceb1 .box-item .item-desc { margin-top: 24px; line-height: 30px; font-size: 18px; font-size: 1.8rem; color: #666; overflow: visible; }

.m-serviceb1 .box-item .item-desc b,.m-serviceb1 .box-item .item-desc strong { font-weight: normal; color: #00a99d; }

.m-serviceb1 .box-item1 .item-pic { margin-left: 30px; float: right; }

.m-serviceb1 .box-item2 { background-color: #fff; }

.m-serviceb1 .box-item2 .item-pic { float: left; margin-right: 5.16667%; }

@media screen and (max-width: 991px) { .m-serviceb1 .box-item { padding-top: 30px; padding-bottom: 30px; }
  .m-serviceb1 .box-item .item-pic { float: none; margin: 0; width: auto; display: inline-block; *display: inline; *zoom: 1; }
  .m-serviceb1 .box-item .item-text { margin-top: 25px; }
  .m-serviceb1 .box-item .item-title { line-height: 26px; font-size: 16px; font-size: 1.6rem; }
  .m-serviceb1 .box-item .item-name { margin-top: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-serviceb1 .box-item .item-desc { margin-top: 10px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-serviceb2 { padding-top: 47px; padding-bottom: 48px; }

@media screen and (max-width: 991px) { .m-serviceb2 { padding-top: 30px; padding-bottom: 30px; } }

.m-ctusinfo .box-map { float: left; margin-right: 5%; width: 53.33333%; line-height: 0; font-size: 0; border: solid 1px #666666; }

.m-ctusinfo .box-text { overflow: hidden; }

.m-ctusinfo .box-title { margin-bottom: 16px; line-height: 32px; font-size: 22px; font-size: 2.2rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; }

.m-ctusinfo .info-item { margin-top: 18px; }

.m-ctusinfo .info-item:first-child { margin-top: 0; }

.m-ctusinfo .item-title { line-height: 28px; font-size: 18px; font-size: 1.8rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; }

.m-ctusinfo .item-desc { margin-top: 0px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; }

@media screen and (max-width: 1219px) { .m-ctusinfo .item-title { line-height: 24px; font-size: 16px; font-size: 1.6rem; }
  .m-ctusinfo .item-desc { line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .m-ctusinfo .box-map { float: none; margin-right: 0; width: auto; display: inline-block; *display: inline; *zoom: 1; }
  .m-ctusinfo .box-text { margin-top: 20px; }
  .m-ctusinfo .info-item { margin-top: 10px; } }

.m-ctusform { margin-top: 68px; padding-top: 37px; padding-left: 70px; padding-right: 70px; padding-bottom: 13px; background-color: #f1f1f1; }

.m-ctusform .box-title { margin-bottom: 55px; line-height: 34px; font-size: 24px; font-size: 2.4rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; text-align: center; }

.m-ctusform .form-item { float: left; margin-bottom: 40px; padding-left: 20px; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusform .form-item.important { background: url("../images/star1.png") no-repeat left 20px; }

.m-ctusform .form-item1 { margin-right: 1.69811%; width: 32.07547%; }

.m-ctusform .form-item2 { margin-bottom: 15px; width: 100%; }

.m-ctusform .form-item3 { margin-right: 4.71698%; width: 37.35849%; }

.m-ctusform .form-item4 { padding-left: 0; width: 117px; line-height: 42px; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #ccc; background-color: #fff; overflow: hidden; }

.m-ctusform .form-item4 img { max-height: 42px; vertical-align: middle; }

.m-ctusform .form-item5 { float: right; padding-left: 0; width: 30.4717%; }

.m-ctusform .form-text { width: 100%; height: 44px; line-height: 42px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; color: #999; background-color: #fff; border: 1px solid #ccc; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-ctusform .form-text::-webkit-input-placeholder { color: #999; opacity: 1; }

.m-ctusform .form-text:-moz-placeholder { color: #999; opacity: 1; }

.m-ctusform .form-text::-moz-placeholder { color: #999; opacity: 1; }

.m-ctusform .form-text:-ms-input-placeholder { color: #999; opacity: 1; }

.m-ctusform .form-text2 { height: 134px; }

.m-ctusform .form-btn { width: 100%; height: 44px; font-size: 18px; font-size: 1.8rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; color: #fff; background-color: #00a99d; }

.m-ctusform .form-label { line-height: 28px; font-size: 18px; font-size: 1.8rem; color: #666; }

.m-ctusform .form-label a { color: #00a99d; }

.m-ctusform .form-info { margin-top: 19px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

@media screen and (max-width: 991px) { .m-ctusform { margin-top: 30px; padding: 30px 15px; }
  .m-ctusform .box-title { margin-bottom: 25px; line-height: 1.2; font-size: 20px; font-size: 2rem; }
  .m-ctusform .form-item { margin-right: 0; margin-bottom: 25px; width: 100%; }
  .m-ctusform .form-text { font-size: 14px; font-size: 1.4rem; }
  .m-ctusform .form-label, .m-ctusform .form-info { line-height: 26px; font-size: 14px; font-size: 1.4rem; }
  .m-ctusform .form-info { margin-top: 10px; }
  .m-ctusform .form-item3 { margin-right: 0; width: -moz-calc(100% - 130px); width: calc(100% - 130px); }
  .m-ctusform .form-item4 { float: right; width: 100px; } }

.m-quotext { line-height: 30px; font-size: 18px; font-size: 1.8rem; color: #666; }

.m-quotext p { min-height: 30px; }

.m-quotext .box-title { margin-bottom: 45px; line-height: 40px; font-size: 30px; font-size: 3rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; color: #00a99d; text-align: center; }

@media screen and (max-width: 991px) { .m-quotext { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-quotext p { min-height: 24px; }
  .m-quotext .box-title { margin-bottom: 25px; line-height: 1.2; font-size: 24px; font-size: 2.4rem; } }

.g-mn { position: relative; float: left; width: 100%; padding-left: 290px; -moz-box-sizing: border-box; box-sizing: border-box; }

.g-mn:before { content: ""; position: absolute; left: 262px; width: 1px; height: 100%; background-color: #c0c0c0; }

@media screen and (max-width: 991px) { .g-mn { padding-left: 0; float: none; }
  .g-mn:before { display: none; } }

.g-sd { position: relative; float: left; margin-left: -100%; width: 244px; }

@media screen and (max-width: 991px) { .g-sd { float: none; margin-left: 0; width: 100%; margin-top: 30px; } }

.m-sdnav .box-title { margin-bottom: 17px; padding: 6px; line-height: 30px; font-size: 24px; font-size: 2.4rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; color: #ff641f; text-align: center; font-size: 24px; font-size: 2.4rem; background-color: #004492; border-radius: 6px; }

.m-sdnav .box-btn { display: block; padding: 5px; line-height: 28px; font-size: 18px; font-size: 1.8rem; color: #666; text-align: center; border-radius: 20px; border: 1px solid #dadada; }

.m-sdnav .box-btn i { margin-left: 10px; }

.m-sdnav .nav-list { margin-top: 15px; display: none; }

.m-sdnav .nav-item a { display: block; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 10px; line-height: 24px; font-size: 16px; font-size: 1.6rem; border-bottom: 1px solid #dadada; }

.m-sdnav .sbnav-item a { padding-left: 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

.m-sdsch { margin-top: 96px; }

.m-sdsch .box-title { margin-bottom: 17px; line-height: 30px; padding: 6px; font-size: 24px; font-size: 2.4rem; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; color: #fff; text-align: center; border-radius: 6px; background-color: #00a99d; }

.m-sdsch .box-form { position: relative; padding-right: 52px; border-radius: 20px; border: solid 1px #dadada; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sdsch .form-text { padding-left: 26px; padding-right: 26px; width: 100%; height: 38px; line-height: 38px; font-size: 18px; font-size: 1.8rem; color: #666; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-sdsch .form-text::-webkit-input-placeholder { color: #666; opacity: 1; }

.m-sdsch .form-text:-moz-placeholder { color: #666; opacity: 1; }

.m-sdsch .form-text::-moz-placeholder { color: #666; opacity: 1; }

.m-sdsch .form-text:-ms-input-placeholder { color: #666; opacity: 1; }

.m-sdsch .form-btn, .m-sdsch .iconfont { position: absolute; right: 0; top: 0; width: 52px; height: 38px; line-height: 38px; font-size: 24px; font-size: 2.4rem; color: #666; }

@media screen and (max-width: 991px) { .m-sdsch { margin-top: 30px; } }

.m-sdctus { margin-top: 38px; padding-left: 19px; padding-right: 24px; padding-top: 31px; padding-bottom: 24px; background-color: #00a99d; }

.m-sdctus .box-desc { line-height: 30px; font-size: 18px; font-size: 1.8rem; color: #fff; }

.m-sdctus .box-link { margin-top: 61px; }

.m-sdctus .box-link a { display: block; line-height: 28px; padding: 10px; font-size: 20px; font-size: 2rem; color: #00a99d; text-align: center; text-transform: uppercase; background-color: #ffffff; border-radius: 6px; }

.m-sdlogo { margin-top: 46px; background-color: #ffffff; border-radius: 8px; border: solid 1px #b0b0b0; overflow: hidden; }

.m-clstext { margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #c0c0c0; }

.m-clstext .box-desc { line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; }

.m-prol .box-item { overflow: hidden; }

.m-prol .box-item1 .item-fix { padding: 0; border-bottom: 1px solid #c0c0c0; }

.m-prol .box-item1 .box-title {display: inline-block; *display: inline; *zoom: 1;padding-left: 20px;padding-right: 20px;padding-top: 5px;padding-bottom: 5px;line-height: 34px;font-size: 22px;font-size: 2.2rem;color: #fff;text-align: center;border-radius: 6px 6px 0 0;background-color: #00a99d;min-width: 160px;box-sizing: border-box;}

.m-prol .box-item1 .box-title2 { background-color: #ff5b1a; }

.m-prol .box-item1 .box-title3 { background-color: #95d03a; }

.m-prol .item-fix { float: left; padding-top: 17px; padding-bottom: 17px; line-height: 28px; font-size: 18px; font-size: 1.8rem; }

.m-prol .item-fix1 {width: 44.95604%;}

.m-prol .item-fix2 {width: 37.06593%;}

.m-prol .item-fix3 { overflow: hidden; }

@media screen and (max-width: 991px) { .m-prol .box-item1 { display: none; }
  .m-prol .item-fix { padding-top: 10px; padding-bottom: 10px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 480px) { .m-prol .item-fix { float: none; width: 100%; padding: 0; }
  .m-prol .box-item { padding: 10px 0; border-bottom: 1px solid #ccc; } }

.g-bd3 { padding-top: 27px; padding-bottom: 53px; background-color: #004492; }

.g-wp2 { margin: 0 auto; padding-top: 0; padding-bottom: 0; width: 96%; max-width: 1530px; }

.m-protabhd { text-align: right; font-size: 0; letter-spacing: 0; padding-top: 10px; }

.m-protabhd .tabhd-item { margin-left: -10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; padding: 6px 10px; line-height: 30px; min-width: 190px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #00a99d; border-radius: 10px 10px 0 0; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-protabhd .tabhd-item.active { margin-top: -10px; padding-top: 11px; padding-bottom: 11px; color: #333;}

.m-protabhd .tabhd-item:nth-child(1) { background-color: #e30109; }

.m-protabhd .tabhd-item:nth-child(2) { background-color: #006837; }

.m-protabhd .tabhd-item:nth-child(3) { background-color: #f7921e; }

.m-protabhd .tabhd-item:nth-child(4) { background-color: #fbed20; }

@media screen and (max-width: 991px) { .m-protabhd { text-align: left; }
  .m-protabhd .tabhd-item { margin-left: 0; width: 25%; min-width: 0; font-size: 14px; font-size: 1.4rem; }
  .m-protabhd .tabhd-item.active { margin-top: 0; padding-top: 6px; padding-bottom: 6px; } }

@media screen and (max-width: 640px) { .m-protabhd .tabhd-item { width: 50%; } }

.m-prowp { padding-bottom: 37px; background-color: #fff; }

.m-procrm { padding-top: 25px; padding-bottom: 34px; line-height: 28px; font-size: 18px; font-size: 1.8rem; }

.m-procrm a:hover, .m-procrm a.active { color: #00a99d; }

.m-proimgs { position: relative; float: left; width: 37.5%; line-height: 0; font-size: 0; overflow: hidden; }

.m-proimgs .item-modal { position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.4); -webkit-transition: all 550ms; -o-transition: all 550ms; -moz-transition: all 550ms; transition: all 550ms; }

.m-proimgs .iconfont { position: absolute; left: 0; right: 0; top: 50%; margin-top: -30px; line-height: 60px; font-size: 44px; font-size: 4.4rem; color: #fff; text-align: center; }

.m-proimgs .item-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }

.m-proimgs:hover .item-modal { top: 0; }

@media screen and (max-width: 991px) { .m-proimgs { float: none; width: auto; display: inline-block; *display: inline; *zoom: 1; } }

.m-profix { position: relative; float: right; width: 58.33333%; }

.m-profix:before { content: ""; position: absolute; right: 100%; margin-right: 33px; width: 1px; height: 100%; background-color: #d6d6d6; }

@media screen and (max-width: 991px) { .m-profix { float: none; width: 100%; margin-top: 30px; }
  .m-profix:before { display: none; } }

.m-proinfo { margin-top: 15px; }

.m-proinfo .box-share { font-size: 0; letter-spacing: 0; line-height: 26px; }

.m-proinfo .share-title { margin-right: 5px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #333; }

.m-proinfo .share-img { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

.m-proinfo .box-title { margin-top: 15px; line-height: 30px; font-size: 20px; font-size: 2rem; }

.m-proinfo .box-link { margin-top: 25px; margin-bottom: -10px; font-size: 0; letter-spacing: 0; }

.m-proinfo .link-item { margin-right: 12px; margin-bottom: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: top; min-width: 180px; padding: 10px 13px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #666666; border-radius: 6px; -moz-box-sizing: border-box; box-sizing: border-box;text-transform:Uppercase; }

.m-proinfo .link-item:hover { background-color: #00a99d; }

@media screen and (max-width: 991px) { .m-proinfo .box-title { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .m-proinfo .link-item { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.m-protabbd { overflow: hidden; padding-bottom: 30px; border-bottom: 1px solid #d6d6d6; }

.m-protabbd .tabbd-item { display: none; }

.m-protabbd .tabbd-item.show { display: block; }

.m-protabbd table tr { background-color: #d3ebf1; }

.m-protabbd table tr:first-child { background-color: #4aadc7; color: #fff;}

.m-proimg .box-wp { position: relative; width: 700px; margin: 0 auto; }

.m-proimg .box-wp .inner { overflow: hidden; width: 640px; margin: auto; }

.m-proimg .box-wp ul { width: 99999px; height: 243px; }

.m-proimg .box-wp li { float: left; width: 133px; margin-right: 13px; margin-top: 88px; border: solid 1px #e2e2e2; box-sizing: border;}

.m-proimg .box-wp li.cur { width: 336px; height: 243px; margin-top: 0; }

.m-proimg .box-wp li img { width: 100%; max-width: 336px; max-height: 243px; display: block; }

.m-proimg .box-wp li a { display: block; -webkit-transition: none; -o-transition: none; -moz-transition: none; transition: none; }

.m-proimg .box-wp li p { margin-top: 11px; display: none; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 26px; text-align: center; }

.m-proimg .box-wp .prev, .m-proimg .box-wp .next { cursor: pointer; position: absolute; top: 50%; margin-top: -16px; color: #666666; line-height: 34px; text-align: center; -moz-box-sizing: border-box; box-sizing: border-box; }

.m-proimg .box-wp .prev .iconfont, .m-proimg .box-wp .next .iconfont { font-size: 30px; font-size: 3rem; }

.m-proimg .box-wp .prev:hover, .m-proimg .box-wp .next:hover { color: #00a99d; }

.m-proimg .box-wp .prev { left: 0; }

.m-proimg .box-wp .next { right: 0; }

.m-proimg .box-wp .des { margin-top: 11px; font-size: 16px; font-size: 1.6rem; color: #333; line-height: 26px; text-align: center; }

.m-proimg .box-wp a, .m-proimg .box-wp img { -webkit-transition: none; -o-transition: none; -moz-transition: none; transition: none; }

@media screen and (max-width: 1219px) { .m-proimg .box-wp { width: 565px; }
  .m-proimg .box-wp .inner { width: 465px; }
  .m-proimg .box-wp ul { height: 165px; }
  .m-proimg .box-wp li { width: 104px; margin-top: 53px; }
  .m-proimg .box-wp li.cur { width: 225px; height: 165px; } }

@media screen and (max-width: 999px) { .m-proimg .box-wp { display: none; } }

.m-proimg .scroll-box { display: none; position: relative; overflow: hidden; width: 100%; padding-left: 40px; padding-right: 40px; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 999px) { .m-proimg .scroll-box { display: block; } }

.m-proimg .scroll-box .box-btn { position: absolute; top: 50%; margin-top: -13px; display: block; }

.m-proimg .scroll-box .box-btn .iconfont { font-size: 26px; font-size: 2.6rem; color: #333; }

.m-proimg .scroll-box .box-btn .iconfont:hover { color: #00a99d; }

.m-proimg .scroll-box .box-btn.prev { left: 0; }

.m-proimg .scroll-box .box-btn.next { right: 0; }

.m-proimg .scroll-box .box-list { overflow: hidden; }

.m-proimg .scroll-box .box-list ul { width: 1000%; }

.m-proimg .scroll-box .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 0; overflow: hidden; }

.m-proimg .scroll-box .list-item .item-pic { border: solid 1px #f0f0f0; }

.m-proimg .scroll-box .list-item .item-title { margin-top: 10px; height: 20px; line-height: 20px; font-size: 14px; font-size: 1.4rem; text-overflow: ellipsis; white-space: nowrap; }

.m-proimg .scroll-box .list-item img { display: block; }

@media only screen and (max-width: 640px) { .m-proimg .scroll-box .list-item { width: 4.8%; } }

@media only screen and (max-width: 480px) { .m-proimg .scroll-box .list-item { width: 9.8%; } }

.m-proft { margin-top: 55px; margin-bottom: -20px; font-size: 0; letter-spacing: 0; text-align: center; }

.m-proft .box-item { margin-right: 16.66667%; margin-bottom: 20px; vertical-align: top; display: inline-block; *display: inline; *zoom: 1; background-color: #ffffff; border-radius: 8px; border: solid 1px #b0b0b0; line-height: 0; font-size: 0; width: 253px; -moz-box-sizing: border-box; box-sizing: border-box; }

@media screen and (max-width: 1219px) { .m-proft .box-item { margin-right: 100px; } }

@media screen and (max-width: 991px) { .m-proft { margin-top: 30px; }
  .m-proft .box-item { margin-left: 15px; margin-right: 15px !important; } }

.m-fixform { position: fixed; z-index: 9; left: 0; bottom: 0; width: 196px; background: #fff; }

.m-fixform .box-title { padding: 5px 10px; line-height: 28px; font-size: 14px; font-size: 1.4rem; color: #fff; text-align: center; font-family: "CenturyGothic-Bold", arial, helvetica, sans-serif; background-color: #00a99d; cursor: pointer; }

.m-fixform .box-title i { margin-right: 5px; }

.m-fixform .box-wp { display: none; }

.m-fixform .box-form { padding-left: 10px; padding-right: 10px; padding-top: 8px; padding-bottom: 0; overflow: hidden; }

.m-fixform .box-wp { border: solid 1px #d4d4d4; }

.m-fixform .form-item { float: left; margin-bottom: 8px; }

.m-fixform .form-item1 { width: 100%; }

.m-fixform .form-text { width: 100%; height: 30px; line-height: 28px; padding: 0 5px; font-size: 12px; font-size: 1.2rem; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d4d4d4; border-radius: 6px; }

.m-fixform .form-text2 { height: 70px; }

.m-fixform .form-item2 { width: 58.62069%; }

.m-fixform .form-item3 { float: right; width: 67px; }

.m-fixform .form-item3 a { display: block; height: 30px; line-height: 28px; border: 1px solid #d4d4d4; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; }

.m-fixform .form-item3 a img { vertical-align: middle; max-height: 28px; }

.m-fixform .form-btn { width: 100%; height: 30px; line-height: 30px; padding: 0 5px; font-size: 14px; font-size: 1.4rem; color: #fff; background-color: #00a99d; -moz-box-sizing: border-box; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media screen and (max-width: 991px) { .m-fixform { display: none; } }


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

@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/GOTHIC.woff2") format("woff2"),
       url("../fonts/GOTHIC.woff") format("woff"),
       url("../fonts/GOTHIC.ttf") format("truetype"),
       url("../fonts/GOTHIC.eot") format("embedded-opentype"),
       url("../fonts/GOTHIC.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: "TimesNewRomanPS-BoldMT";
  src: url("../fonts/timesbd_0.woff2") format("woff2"),
       url("../fonts/timesbd_0.woff") format("woff"),
       url("../fonts/timesbd_0.ttf") format("truetype"),
       url("../fonts/timesbd_0.eot") format("embedded-opentype"),
       url("../fonts/timesbd_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1586411569225'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1586411569225#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1586411569225') format('woff'),
  url('../fonts/iconfont.ttf?t=1586411569225') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1586411569225#iconfont') format('svg'); /* iOS 4.1- */
}

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

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

.icon-iccompany:before {
  content: "\e61a";
}

.icon-eye:before {
  content: "\e73b";
}

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

.icon-web3:before {
  content: "\e6fd";
}

.icon-yes:before {
  content: "\e982";
}

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

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

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

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

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

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

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

.icon-left4:before {
  content: "\e718";
}

.icon-right4:before {
  content: "\e719";
}

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

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

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

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

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

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

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

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

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

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

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-up18:before {
  content: "\e74e";
}

.icon-left18:before {
  content: "\e750";
}

.icon-right18:before {
  content: "\e751";
}

.icon-up25:before {
  content: "\e785";
}

.icon-bottom25:before {
  content: "\e786";
}

.icon-up28:before {
  content: "\e791";
}

.icon-left28:before {
  content: "\e793";
}

.icon-right28:before {
  content: "\e794";
}

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

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

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

.icon-download2:before {
  content: "\e7a1";
}

.icon-download8: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-delete1:before {
  content: "\e7d4";
}

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

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

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

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

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

.icon-bubbles:before {
  content: "\e612";
}

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


.box-form .icon-search4{z-index: 1;}
.box-form .form-btn{z-index: 2;}

 

 .m-page a.no:hover{    color: #333!important;
    text-align: center;
    background-color: #eeeeee!important;
    border: 1px solid #e5e5e5!important;}


    .m-hwys .box-fix1 .no:hover{color: #333!important;}
        .m-hwys .box-fix2 .no:hover{color: #333!important;}
                .g-habt .box-title .no:hover{color: #333!important;}


                .m-history .item-desc,.m-history .tabhd-item{cursor:pointer;}


.c-mbshow{
  display: none;
}


.c-mb-30{
  margin-bottom: 30px;
}

@media screen and (max-width: 991px){
  .c-mbshow{
    display: block;
  }
}

.m-sdlogo{
    display: none;
}