#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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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: -webkit-calc(50% - 30px);
  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: -webkit-calc(2% + 6px);
  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;
}


.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 {
  -webkit-box-sizing: border-box;
  -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;
  -webkit-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;
  text-indent: 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;
  text-indent: 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;
  text-indent: 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: #0a9844;
}

@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: #0a9844;
  }

  .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: #0a9844;
  }
}

.slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slide .slideItem .banner-img {
  width: 100%;
}

.slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}

.slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}

.slide .dotList {
  text-align: center;
  margin-top: 20px;
}

.slide .dotList ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: -12px 0px;
  margin-left: 10px;
  cursor: pointer;
}

.slide .dotList ul li.active {
  background-position: 0px 0px;
}

.slide .carousel-control {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  z-index: 999;
}

.slide .carousel-control.left {
  left: 0;
  background-position: -38px 0px;
  cursor: pointer;
}

.slide .carousel-control.right {
  right: 0;
  background-position: -85px 0px;
  cursor: pointer;
}

.slide .slidedetail {
  display: none;
}


.imgtoVideo img {
  width: 100%;
}

.imgtoVideo>div {
  padding: 1px;
  position: relative;
  cursor: pointer;
  width: 49%;
  display: inline-block;
}

.imgtoVideo>div:hover .imgtoVideoDetail {
  display: block
}

.imgtoVideo .imgtoVideoDetail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px;
  display: none
}

.imgtoVideo .imgtoVideoDetail>div {
  background: rgba(0, 98, 197, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  width: 100%;
  height: 100%;
  text-align: center;
}

.imgtoVideo .tovideo .imgtoVideoDetail {
  display: block;
}

.imgtoVideo .tovideo .imgtoVideoDetail>div {
  background: #0C2D47;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 17%;
}

.imgtoVideo .imgtoVideoDetail .fa-search {
  color: #fff;
  font-size: 25px;
  margin-top: 21%;
}

.contentIV {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(20, 43, 73, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49, endColorstr=#C8142B49);
  margin: 0 auto;
  z-index: -999;
  max-width: 1024px;
  display: none;
}

#picturetoVideo .carouse .slideItem {
  display: table;
  height: 100%
}

#picturetoVideo .carouse .slideItem>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#picturetoVideo .carouse .slideItem .banner-img {
  max-width: 100%;
  width: auto
}

.closeContentIV {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

* {
  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: arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.2;
  background-color: #fbfbfb;
}

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 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

a:hover {
  color: #0a9844;
}

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 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

.c-bbx {
  -webkit-box-sizing: border-box;
  -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: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

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

.m-desc a {
  color: #0a9844;
}

.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;
  border: 1px solid #ccc;
}

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

  .table table {
    width: 885px;
  }
}

@media screen and (max-width: 767px) {
  .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-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 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

[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: #0a9844;
}

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

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

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

.m-crm {
  margin-top: 23px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

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

.m-crm a:hover {
  color: #0a9844;
}

.m-crm a.active,.m-crm span.active {
  color: #0a9844;
}

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

.m-oths .oths-item {
  position: relative;
  padding-left: 36px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

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

.m-oths .oths-item a.none:hover {
  color: #888 !important;
}

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

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

.m-oths .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #0a9844;
}

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

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

.m-page a {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0a0a0a;
  text-align: center;
  border: 1px solid #0a0a0a;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

.m-page a.big {
  width: auto;
  border: none;
}

.m-page a.big.none:hover {
  color: #0a0a0a !important;
  background: #fff !important;
  border: none;
}

.m-page a.big:hover {
  color: #0a9844;
  border: 1px solid #0a0a0a;
  background-color: #fff;
}

.m-page a.big.active {
  color: #0a9844;
  border: 1px solid #0a0a0a;
  background-color: #fff;
}

.m-page a:hover {
  color: white;
  border-color: #0a9844;
  background-color: #0a9844;
}

.m-page a.active {
  color: white;
  border-color: #0a9844;
  background-color: #0a9844;
}

.m-page2 {
  position: relative;
  min-height: 32px;
  padding-right: 300px;
  text-align: left;
}

.m-page2 .page-form {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 294px;
  padding-left: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/page1.png") no-repeat left center;
  box-sizing: border-box;
}

.m-page2 .form-btn {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #0a9844;
  cursor: pointer;
}

@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-page2 {
    padding-right: 0;
    padding-bottom: 45px;
  }

  .m-page2 .page-form {
    left: 0;
    margin: 0 auto;
  }
}

.returntop {
  position: fixed;
  *position: absolute;
  z-index: 9;
  right: 68px;
  bottom: 130px;
  width: 48px;
  height: 48px;
  background: url("../images/gotop.png") no-repeat center;
  background-color: #0a9844 !important;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .returntop {
    right: 0;
    bottom: 120px;
    width: 36px;
    height: 36px;
  }
}

.g-hd {
  position: relative;
  z-index: 9;
  background-color: #fcfcfc;
}

.m-hdfix1 {
  padding: 6px 0;
  line-height: 26px;
  background-color: #413d3d;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

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

.m-hdfix1 a:hover {
  color: #0a9844;
}

.m-hdkey {
  max-width: 520px;
}

.m-hdinfo {
  position: relative;
  float: left;
  overflow: hidden;
}

.m-hdinfo .info-item {
  float: left;
  margin-right: 26px;
}

.m-hdshare {
  float: left;
  padding-top: 2px;
  margin-right: 19px;
  font-size: 0;
  letter-spacing: 0;
}

.m-hdshare .share-item {
  margin-right: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 22px;
  line-height: 0;
}

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

.m-hdlang .lang-btn {
  display: inline-block;
  min-width: 95px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
}

.m-hdlang .lang-btn:hover {
  color: #0a9844;
  background-color: #fff;
}

.m-hdlang .iconfont {
  margin-right: 3px;
  font-size: 12px;
  font-size: 1.2rem;
}

.m-hdlang .lang-list {
  position: absolute;
  display: none;
  z-index: 3;
  top: 100%;
  margin-top: 12px;
  right: 0;
  width: 150%;
  padding: 5px;
  background-color: #0a9844;
}

.m-hdlang .lang-item a {
  display: block;
  padding: 5px 0;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.m-hdlang .lang-item a:hover {
  color: #0a9844;
  background-color: #fff;
}

.m-hdlang .lang-item a.active {
  color: #0a9844;
  background-color: #fff;
}

.m-hdfix2 .c-fr{
  position: relative;
}

.m-hdlogo {
  float: left;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
  line-height: 114px;
}

.m-hdlogo img {
  vertical-align: middle;
  max-width: 100%
}

.m-hdnav {
  float: left;
  width: 880px;
  display: flex;
  justify-content: space-around;
}

.m-hdnav .nav-item {
  position: relative;
  float: left;
  margin-left: 19px;
  margin-right: 19px;
}

.m-hdnav .nav-item>a {
  position: relative;
  display: block;
  padding-top: 45px;
  padding-bottom: 39px;
  line-height: 32px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  text-transform: uppercase;
}

.m-hdnav .nav-item>a:hover:before {
  background-color: #0a9844;
}

.m-hdnav .nav-item>a.active:before {
  background-color: #0a9844;
}

.m-hdnav .nav-item>a.current:before {
  background-color: #0a9844;
}

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

.m-hdnav .sbnav-list {
  position: absolute;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.m-hdnav .sbnav-list1 {
  top: 100%;
  left: -100px;
  width: 190px;
}

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

.m-hdnav .sbnav-item {
  position: relative;
}

.m-hdnav .sbnav-item a {
  display: block;
  padding: 5px 6px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  padding-left: 36px;
}

.m-hdnav .sbnav-item a:hover {
  color: #fff;
  background-color: #0a9844;
}

.m-hdnav .sbnav-item a.active {
  color: #fff;
  background-color: #0a9844;
}

.m-hdsch {
  position: relative;
  float: right;
  padding-top: 44px;
}

.m-hdsch .sch-btn {
  position: relative;
  display: block;
  width: 36px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #0a9844;
}

.m-hdsch .sch-form {
  position: absolute;
  right: 0;
  top: 120%;
  display: none;
  width: 226px;
  padding-right: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 23px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}

.m-hdsch .sch-form .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  line-height: 38px;
  font-size: 20px;
  font-size: 2rem;
  color: #0a9844;
}

.m-hdsch .form-text {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

.m-hdsch .form-btn {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 35px;
  height: 38px;
}

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

  .m-hdkey {
    max-width: 490px;
  }

  .m-hdnav .nav-item {
    margin-left: 0;
  }

  .m-hdnav .nav-item>a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hdsch .sch-form {
    width: 200px;
  }
}

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

  .m-hdfix1 {
    background: none;
    padding: 0;
  }

  .m-hdkey,
  .m-hdinfo,
  .m-hdshare {
    display: none;
  }

  .m-hdlang {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #333;
  }

  .m-hdlang .lang-btn {
    line-height: 24px;
    color: #333;
  }

  .m-hdlang .lang-list {
    right: auto;
    left: 0;
  }

  .m-hdsch {
    display: none;
  }

  .m-hdinfo {
    display: none;
  }

  .m-hdlogo {
    float: none;
    width: 100%;
    padding: 45px 0 25px;
    height: auto;
    line-height: 0;
  }

  .m-hdlogo img {
    height: auto;
  }
}

.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 {
  -webkit-box-sizing: border-box;
  -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;
  -webkit-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;
  text-transform: uppercase;
}

.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: #0a9844;
}

@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: #0a9844;
  }

  .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: #0a9844;
  }
}

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

.banner .dotList {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: 0 auto;
  width: 96%;
  max-width: 1200px;
  letter-spacing: 0;
  text-align: right;
}

.banner .dotList ul li {
  margin: 0 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 19px;
  height: 4px;
  background-color: #fff;
}

.banner .dotList ul li.active {
  background-color: #0a9844;
}

.banner.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .banner {
    display: block;
  }

  .banner.hide {
    display: block;
  }

  .n-banner {
    display: none;
  }

  .banner .dotList {
    bottom: 10px;
  }
}

.g-hpro {
  padding-top: 77px;
  padding-bottom: 60px;
}

.g-hpro .box-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "georgia", arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.g-hpro .box-desc {
  margin-top: 23px;
  max-width: 647px;
}

.g-hpro .box-desc a {
  display: block;
  max-height: 112px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.g-hpro .box-desc a:hover {
  color: #0a9844;
}

.g-hpro .box-link {
  margin-top: 24px;
}

.g-hpro .box-link a {
  display: inline-block;
  min-width: 128px;
  padding: 5px 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #0a9844;
  box-sizing: border-box;
  text-transform: uppercase;
}

.g-hpro .box-link a:hover {
  color: #333;
}

.g-hpro .box-list {
  position: relative;
  margin-top: -17px;
  padding-top: 64%;
  overflow: hidden;
}

.g-hpro .list-item {
  position: absolute;
  top: 0;
  overflow: hidden;
}

.g-hpro .list-item:hover .item-modal {
  top: 0;
}

.g-hpro .list-item1 {
  left: 0;
  margin-top: 7.33333%;
  width: 40.33333%;
}

.g-hpro .list-item2 {
  left: 41.25%;
  margin-top: 11.5%;
  width: 23%;
}

.g-hpro .list-item3 {
  right: 0;
  margin-top: 0;
  width: 34.66667%;
}

.g-hpro .list-item4 {
  left: 41.25%;
  margin-top: 35.5%;
  width: 28.33333%;
}

.g-hpro .list-item5 {
  right: 0;
  margin-top: 35.5%;
  width: 28.33333%;
}

.g-hpro .item-modal {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border: 10px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  -moz-transition: all 350ms;
  transition: all 350ms;
}

.g-hpro .item-mwp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #0a9844;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(10, 152, 68, 0.7);
}

.g-hpro .item-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

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

.g-hpro .item-title {
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.g-hpro .item-title a {
  color: #fff;
}

.g-hpro .item-title a:hover {
  color: #333;
}

.g-hpro .item-link {
  margin-top: 52px;
  text-align: center;
  box-sizing: border-box;
}

.g-hpro .item-link a {
  margin: 0 auto;
  display: block;
  min-width: 178px;
  padding: 7px 3px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.g-hpro .item-link a:hover {
  color: #fff;
  background-color: #0a9844;
}

@media screen and (max-width: 1219px) {
  .g-hpro .item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .g-hpro .item-link {
    margin-top: 15px;
  }
}

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

  .g-hpro .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .g-hpro .item-modal {
    top: 0;
    display: block;
  }

  .g-hpro .item-link {
    display: none;
  }

  .g-hpro .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .g-hpro .box-list {
    margin-top: 0;
    padding-top: 0;
  }

  .g-hpro .list-item {
    position: relative;
    float: left;
    left: auto;
    top: 0;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
  }

  .g-hpro .list-item:first-child {
    width: 100%;
  }

  .g-hpro .item-modal {
    position: relative;
    width: auto;
    height: 36px;
    border: none;
  }

  .g-hpro .item-mwp {
    padding: 0;
  }

  .g-hpro .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-htt {
  position: relative;
  padding-bottom: 15px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "georgiab", arial, helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.m-htt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 56px;
  height: 8px;
  background-color: #333333;
}

.g-habt {
  padding-top: 150px;
  padding-bottom: 207px;
  background: url("../images/hbg1.jpg") no-repeat center bottom;
}

.g-habt .box-title {
  margin-bottom: 56px;
}

.m-habt {
  overflow: hidden;
}

.m-habt .box-img {
  float: left;
  margin-right: 4.16667%;
  width: 43.08333%;
  line-height: 0;
  font-size: 0;
  border: 10px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-habt .box-text {
  padding-top: 3.83333%;
  overflow: hidden;
}

.m-habt .box-desc a {
  display: block;
  max-height: 270px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.m-habt .box-link {
  margin-top: 71px;
}

.m-habt .box-link a {
  display: inline-block;
  min-width: 151px;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #0a9844;
  box-sizing: border-box;
}

.m-habt .box-link a:hover {
  color: #333;
}

@media screen and (max-width: 1219px) {
  .m-habt .box-link {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .g-habt {
    margin-top: 30px;
    padding: 0;
    background: none !important;
  }

  .g-habt .box-title {
    margin-bottom: 30px;
  }

  .m-habt .box-img {
    float: none;
    width: 100%;
    max-width: 500px;
    border-width: 5px;
  }

  .m-htt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.g-hwys {
  padding-top: 6px;
  padding-bottom: 235px;
  background: url("../images/hbg2.jpg") no-repeat center top;
  background-color: #f6f6f6;
}

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

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

.g-hwys .box-title a:hover {
  color: #0a9844;
}

.g-hwys .box-title:before {
  background-color: #fff;
}

.g-hwys .box-desc {
  margin-top: 33px;
  margin-bottom: 91px;
}

.g-hwys .box-desc a {
  margin: 0 auto;
  display: block;
  max-width: 960px;
  max-height: 84px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.g-hwys .box-desc a:hover {
  color: #0a9844;
}

.m-hwys {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-hwys .list-item {
  padding: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hwys .item-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px;
  border: 1px dashed #0a9844;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-hwys .item-icon p {
  width: 133px;
  line-height: 0;
  background-color: #0a9844;
  border-radius: 50%;
}

.m-hwys .item-title {
  margin-top: 34px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

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

.m-hwys .item-title a:hover {
  color: #0a9844;
}

@media screen and (max-width: 991px) {
  .g-hwys {
    margin-top: 30px;
    padding: 40px 0;
    background:url() #333 !important;
  }

  .g-hwys .box-desc {
    margin-bottom: 40px;
  }

  .m-hwys .item-icon p {
    width: 80px;
  }

  .m-hwys .item-title {
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .m-hwys {
    margin-bottom: -20px;
  }

  .m-hwys .list-item {
    margin-bottom: 20px;
    width: 50%;
  }
}

.g-hnews {
  padding-top: 42px;
  padding-bottom: 128px;
  background-color: #f6f6f6;
}

.g-hnews .box-title{
  margin-bottom: 50px;
}

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

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

.m-hnews .box-img {
  float: right;
  width: 44%;
  line-height: 0;
  font-size: 0;
}

.m-hnews .box-fix {
  padding-left: 22px;
  padding-right: 30px;
  padding-top: 38px;
  padding-bottom: 20px;
  overflow: hidden;
}

.m-hnews .box-title {
  margin-bottom: 46px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "georgiab", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #666;
}

.m-hnews .box-title a {
  color: #666;
}

.m-hnews .box-title a:hover {
  color: #0a9844;
}

.m-hnews .list-item {
  margin-top: 47px;
  overflow: hidden;
}

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

.m-hnews .item-time {
  float: left;
  width: 148px;
  height: 113px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
}

.m-hnews .time-day {
  height: 82px;
  line-height: 82px;
  font-size: 60px;
  font-size: 6rem;
  font-weight: bold;
  color: #666;
}

.m-hnews .time-ym {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #666;
}

.m-hnews .item-font {
  float: left;
  margin-left: -148px;
  width: 100%;
  padding-left: 180px;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.m-hnews .item-title {
  position: relative;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0a9844;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.m-hnews .item-title a {
  color: #0a9844;
}

.m-hnews .item-title a:hover {
  color: #333;
}

.m-hnews .item-desc {
  margin-top: 15px;
}

.m-hnews .item-desc a {
  display: block;
  height: 78px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}

.m-hnews .item-desc a:hover {
  color: #0a9844;
}

@media screen and (max-width: 1219px) {
  .m-hnews .box-fix {
    padding-top: 20px;
  }

  .m-hnews .box-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

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

  .m-hnews {
    padding: 20px;
  }

  .m-hnews .box-img {
    float: none;
    width: 100%;
    text-align: center;
  }

  .m-hnews .box-fix {
    padding: 30px 0 0 0;
  }

  .m-hnews .list-item {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .m-hnews .item-time {
    float: none;
    width: 100%;
    height: auto;
    border: none;
    text-align: left;
    background: none;
  }

  .m-hnews .item-time .time-day,
  .m-hnews .item-time .time-ym {
    display: inline;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #0a9844;
    background-color: #fff;
    border: none;
  }

  .m-hnews .item-time .time-day {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .m-hnews .item-font {
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-top: 10px;
  }

  .m-hnews .item-title {
    padding-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-hnews .item-desc {
    margin-top: 10px;
  }
}

.g-ft {
  -webkit-box-shadow: 0px -2px 5px 0px rgba(7, 0, 2, 0.3);
  box-shadow: 0px -2px 5px 0px rgba(7, 0, 2, 0.3);
  background-color: #ffffff;
}

.m-ftfix1 .box-fix1 {
  padding-top: 124px;
  padding-bottom: 51px;
}

.m-ftb1 {
  float: left;
  margin-right: 5.33333%;
  width: 27.08333%;
}

.m-ftb2 {
  float: left;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25.91667%;
}

.m-ftb3 {
  overflow: hidden;
}

.m-ftt {
  font-size: 36px;
  font-size: 3.6rem;
  text-transform: uppercase;
}

.m-ftinfo {
  margin-top: 30px;
}

.m-ftinfo .info-item {
  position: relative;
  margin-top: 21px;
  padding-left: 40px;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ftinfo .info-item .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-size: 2.4rem;
}

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

.m-ftnav {
  margin-top: 27px;
}

.m-ftnav .nav-item {
  line-height: 36px;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase
}

.m-ftform {
  margin-top: 37px;
  margin-bottom: 66px;
}

.m-ftform .box-form {
  position: relative;
 
}

.m-ftform .form-btn {
     display: inline-block;
    *display: inline;
    *zoom: 1;
   
    min-width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background-color: #0a9844;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;

}

.m-ftform .form-text {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; margin-bottom:10px;
}
.m-ftform .form-text2 {
  width: 50%;
  height: 48px;
  line-height: 46px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; margin-bottom:10px; float:left
}
.m-ftform  .f-form-form-img img {
    display: block;
    max-height: 48px;
}
.m-ftform .f-form-form-img {
    float: right;
}

.m-ftshare {
  margin-top: 21px;
  font-size: 0;
  letter-spacing: 0;
}

.m-ftshare .share-item {
  margin-right: 12px;
  margin-bottom: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 35px;
}

.m-ftshare .share-item:hover {
  margin-top: -5px;
}

.m-fttext {
  border-top: 2px solid #4d4d4d;
  padding: 13px 0;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

.m-fttext img {
  vertical-align: middle;
}

.m-ftfix2 {
  padding: 20px 0;
  background-color: #333;
}

.m-ftlnk {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.m-ftlnk .list-item {
  margin-right: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

.m-ftlnk .list-item a {
  color: #fff;
}

.m-ftlnk .list-item a:hover {
  color: #0a9844;
}

@media screen and (max-width: 1219px) {
  .m-ftt {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {

  .m-ftb1,
  .m-ftb2,
  .m-ftt,
  .m-ftform,
  .m-ftfix2 {
    display: none;
  }
  .m-hdmenu .menu-btn img {
    display: none;
  }

  .m-ftfix1 .box-fix1 {
    padding: 30px 0;
  }

  .m-ftshare {
    margin-top: 0;
    text-align: center;
  }

  .m-ftshare .share-item{
    width: 26px;
  }

  .m-ftshare .share-item svg{
    width: 100%;
  }
}

.g-wp {
  padding-top: 33px;
  padding-bottom: 84px;
}

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

.g-mn {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.g-mn1 {
  padding-left: 304px;
}

.g-mn2 {
  padding-right: 350px;
}

@media screen and (max-width: 1219px) {
  .g-mn1 {
    padding-left: 305px;
  }
}

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

.g-sd {
  float: left;
}

.g-sd1 {
  margin-left: -100%;
  width: 260px;
}

.g-sd2 {
  margin-left: -280px;
  width: 280px;
}

@media screen and (max-width: 1219px) {
  .g-sd1 {
    width: 280px;
  }
}

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

.m-sdtt {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 30pxpx;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0a9844;
  -webkit-background-size: cover;
  background-size: cover;
}

.m-sdtt a {
  color: #fff;
}

.m-sdnav1 .sdnav-btn {
  position: relative;
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 40px;
  padding-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  background-color: #0a9844;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-sdnav1 .sdnav-btn>p {
  position: absolute;
  bottom: 12px;
  right: 15px;
}

.m-sdnav1 .sdnav-btn>p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: white;
}

.m-sdnav1 .list-item {
  margin-top: 10px;
}

.m-sdnav1 .list-item>a {
  position: relative;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  border-bottom: 1px solid #e4e4e4;
}

.m-sdnav1 .list-item>a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  width: 15px;
  height: 100%;
  background: url("../images/jtr.png") no-repeat center;
}

.m-sdnav1 .list-item>a:hover:before {
  background-image: url("../images/jtb.png");
}

.m-sdnav1 .list-item>a.active:before {
  background-image: url("../images/jtb.png");
}

.m-sdnav1 .list-item>a.active,
.m-sdnav1 .list-item a:hover {
  color: #0a9844;
}

.m-sdnav1 .sdsnav-list {
  display: none;
  padding-top: 7px;
  padding-bottom: 7px;
}

.m-sdnav1 .sdsnav-list.show {
  display: block;
}

.m-sdnav1 .sdsnav-list.show .active span {
  color: #0a9844;
}

.m-sdnav1 .sdsnav-list2.show .active a {
  color: #0a9844;
}

.m-sdnav1 .sdsnav-list-item>a {
  position: relative;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.m-sdnav1 .sdsnav-list-item>a:hover {
  color: #333;
}

.m-sdnav1 .sdsnav-list-item2>a {
  padding-left: 43px;
}

.m-sdnav1 .sdsnav-list2 {
  border-top: 1px solid #e4e4e4;
  display: none;
}

.m-sdnav1 .sdsnav-list2.show {
  display: block;
}


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

  .m-sdnav1 .sdnav-btn {
    display: block;
  }

  .m-sdnav1 .sdnav-list {
    display: none;
  }
}

.m-sdtag {
  margin-top: 25px;
}

.m-sdtag .tag-list {
  margin-top: 8px;
}

.m-sdtag .tag-item {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  border-bottom: 1px solid #a9a9a9;
}

.m-sdtag .tag-item a {
  color: #666;
}

.m-sdtag .tag-item a:hover {
  color: #0a9844;
}

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

  .m-sdtt {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-sdtag .tag-item {
    padding: 10px 0;
  }
}

.m-classtext {
  margin-bottom: 48px;
}

.m-classtext .box-title a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*width: 179px;*/
  padding: 0 10px;
  padding: 5px 10px;
  line-height: 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0a9844;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #0a9844;
}

/*.m-classtext .box-title a:hover { color: #fff; background-color: #0a9844; }*/

.m-classtext .box-desc {
  margin-top: 15px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

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

.m-prol {
  margin-bottom: -43px;
}

.m-prol .list-item {
  float: left;
  margin-right: 2.67857%;
  margin-bottom: 43px;
  width: 31.47321%;
}

.m-prol .item-top {
  border: 1px solid #eaeaea;
  background-color: #fff;
}

.m-prol .item-title {
  margin-top: 27px;
  height: 28px;
  line-height: 28px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #666;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .item-title a {
  color: #666;
}

.m-prol .item-title a:hover {
  color: #0a9844;
}

.m-prol .item-desc {
  margin-top: 16px;
}

.m-prol .item-desc a {
  display: block;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  overflow: hidden;
}

.m-prol .item-desc a:hover {
  color: #0a9844;
}

.m-prol .item-link {
  margin-top: 16px;
}

.m-prol .item-link a {
  margin: 0 auto;
  display: block;
  max-width: 230px;
  padding: 5px 10px;
  line-height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #666666;
}

.m-prol .item-link a:hover {
  color: #fff;
  background-color: #0a9844;
}

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

  .m-prol .list-item {
    margin-bottom: 30px;
  }

  .m-prol .item-title {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prol .item-desc {
    margin-top: 5px;
  }

  .m-prol .item-desc a {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prol .item-link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

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

  .m-prol .list-item:first-child {
    width: 98%;
  }
}

.m-prob1 .prob-pic {
  margin-right: 30px;
  width: 440px;
  position: relative;
  z-index: 9;
}

.m-prob1 .prob-pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background-color: #fff;
}

.m-prob1 .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}

.m-prob1 .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}

.m-prob1 .zoomWrapperImage img {
  max-width: 1200px;
}

.m-prob1 .prob-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  z-index: 8;
  display: none;
}

.m-prob1 .prob-video iframe{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-prob1 .prob-video.show {
  display: block;
}

.m-prob1 .prob-pic-small {
  position: relative;
  margin-top: 13px;
  padding-left: 43px;
  padding-right: 43px;
  overflow: hidden;
}

.m-prob1 .prob-pic-btn {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #333;
  border-radius: 50%;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prob1 .prob-pic-btn:hover {
  color: #0a9844;
  border-color: #0a9844;
}

.m-prob1 .prob-pic-btn.prev {
  left: 0;
}

.m-prob1 .prob-pic-btn.next {
  right: 0;
}

.m-prob1 .prob-pic-list {
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul {
  width: 1000%;
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul li {
  position: relative;
  float: left;
  margin-right: 0.50847%;
  width: 2.99435%;
}

.m-prob1 .prob-pic-item .item-box {
  border: 1px solid #eaeaea;
  background-color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.m-prob1 .prob-pic-item .item-box:hover {
  border-color: #0a9844;
}

.m-prob1 .prob-pic-item .item-box:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.m-prob1 .prob-pic-item .item-box.active {
  border-color: #0a9844;
}

.m-prob1 .prob-info-title {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  color: #666;
}

.m-prob1 .prob-info-desc {
  margin-top: 28px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-prob1 .prob-info-desc p,
.m-prob1 .prob-info-desc span,
.m-prob1 .prob-info-desc b {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-prob1 .prob-down {
  margin-top: 55px;
}

.m-prob1 .prob-down a {
  display: block;
  width: 166px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #333333;
}

.m-prob1 .prob-down a:hover {
  background-color: #0a9844;
}

.m-prob1 .prob-down .iconfont {
  margin-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-prob1 .prob-share {
  margin-top: 46px;
  letter-spacing: 0;
}

.m-prob1 .prob-share .font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-prob1 .prob-share .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 6px;
  /*background-color: #fff; */
  height: 38px;
}

.m-prob1 .prob-info-link {
  margin-top: 44px;
  margin-bottom: -20px;
  overflow: hidden;
}

.m-prob1 .prob-info-link a {
  float: left;
  margin-bottom: 20px;
  display: block;
  min-width: 166px;
  padding: 10px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000003;
  box-sizing: border-box;
}

.m-prob1 .prob-info-link a:hover {
  color: white;
  background-color: #0a9844;
}

.m-prob1 .prob-info-link a.none:hover {
  color: #333 !important;
  background-color: #fbfbfb;
}

.m-prob1 .prob-info-link a:first-child {
  float: left;
  margin-right: 50px;
}

@media screen and (max-width: 1219px) {
  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }

  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }

  .m-prob1 .prob-info {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .m-prob1 .prob-info-link a {
    width: 100%;
  }

  .m-prob1 .prob-info-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-info-desc p {
    min-height: 10px;
  }
}

@media screen and (max-width: 991px) {
  .m-prob1 .prob-pic {
    width: 100%;
    display: none;
  }

  .m-prob1 .prob-pic-big {
    display: none;
  }

  .m-prob1 .prob-pic-small {
    margin-top: 0;
  }

  .m-prob1 .prob-pic-list ul li {
    margin-right: .2%;
    width: 4.9%;
  }

  .m-prob1 .prob-pic-item .item-pic:before {
    display: none !important;
  }

  .m-prob1 .prob-info-link {
    margin-top: 20px;
  }

  .m-prob1 .prob-info-title {
    padding: 10px 0;
    font-size: 20px;
    font-size: 2rem;
  }

  .m-prob1 .prob-share {
    margin-top: 20px;
  }

  .m-prob1 .prob-info-desc {
    margin-top: 20px;
  }

  .m-prob1 .prob-down {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .m-prob1 .prob-pic-list ul li {
    margin-right: 0;
    width: 10%;
  }
}

.m-propic {
  display: none;
}

@media screen and (max-width: 991px) {
  .m-propic {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    overflow: hidden;
  }

  .m-propic .box-btn {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 12px;
    height: 37px;
    line-height: 36px;
    font-size: 16px;
    font-size: 1.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

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

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

  .m-propic .box-bd {
    overflow: hidden;
  }

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

  .m-propic .list-item {
    float: left;
    margin-right: .2%;
    width: 3.2%;
  }

  .m-propic .item-pic {
    position: relative;
    border: 1px solid #0a9844;
  }

  .m-propic .item-pic iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .m-prob1 .prob-link a {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}


@media screen and (max-width: 480px) {
  .m-propic .list-item {
    width: 4.9%;
  }
}


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

.m-probd .box-item {
  margin-top: 56px;
}

.m-probd .box-item:first-child {
  margin-top: 0;
}

.m-probd .bitem-title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0a9844;
}

.m-probd .bitem-desc {
  margin-top: 23px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-probd .bitem-desc p,
.m-probd .bitem-desc span,
.m-probd .bitem-desc b {
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}

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

  .m-probd .box-item {
    margin-top: 30px;
  }

  .m-probd .bitem-title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #0a9844;
  }

  .m-probd .bitem-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-probd .bitem-desc p,
  .m-probd .bitem-desc span,
  .m-probd .bitem-desc b {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-tag {
  margin-top: 52px;
  margin-bottom: 20px;
  font-size: 0;
  letter-spacing: 0;
}

.m-tag .tag-item {
  margin-right: 30px;
  margin-bottom: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 201px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  padding: 4px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #b7b7b7;
}

.m-tag .tag-item:hover {
  color: #fff;
  background-color: #0a9844;
}

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

  .m-tag .tag-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .m-tag .tag-item {
    width: 48%;
  }
}

.m-newsl .list-item {
  position: relative;
  margin-top: 50px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.m-newsl .list-item:before {
  content: "";
  position: absolute;
  top: 0;
  width: 226px;
  height: 100%;
  background-color: #666666;
}

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

.m-newsl .list-item1 .item-pic {
  float: left;
  margin-left: 3.5%;
  margin-right: 6.41667%;
}

.m-newsl .list-item1:before {
  left: 0;
}

.m-newsl .list-item2 .item-pic {
  float: right;
  margin-right: 3.5%;
  margin-left: 6.41667%;
}

.m-newsl .list-item2:before {
  right: 0;
}

.m-newsl .item-pic {
  position: relative;
  display: block;
  width: 400px;
  font-size: 0;
  line-height: 0;
}

.m-newsl .item-text {
  position: relative;
  padding-top: 4.33333%;
  overflow: hidden;
}

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

.m-newsl .item-desc {
  margin-top: 20px;
}

.m-newsl .item-desc a {
  display: block;
  max-height: 112px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-newsl .item-desc a:hover {
  color: #0a9844;
}

.m-newsl .item-time {
  margin-top: 35px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .m-newsl .list-item {
    margin-top: 30px;
    padding: 0;
  }

  .m-newsl .list-item:before {
    display: none;
  }

  .m-newsl .list-item1 .item-pic {
    margin-left: 0;
  }

  .m-newsl .list-item2 .item-pic {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-newsl .list-item .item-pic {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 400px;
  }

  .m-newsl .item-text {
    padding-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-newsl .item-desc,
  .m-newsl .item-time {
    margin-top: 10px;
  }
}

.m-mpro {
  margin-top: 84px;
}

.m-mpro .box-title {
  position: relative;
  padding-bottom: 16px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.m-mpro .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 124px;
  height: 4px;
  background-color: #333333;
}

.m-mpro .box-list {
  margin-top: 63px;
  margin-bottom: -25px;
}

.m-mpro .list-item {
  float: left;
  margin-right: 2%;
  margin-bottom: 25px;
  width: 23.5%;
}

.m-mpro .item-top {
  border: 1px solid #eaeaea;
  background-color: #fff;
}

.m-mpro .item-title {
  margin-top: 27px;
  height: 28px;
  line-height: 28px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #666;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-mpro .item-title a {
  color: #666;
}

.m-mpro .item-title a:hover {
  color: #0a9844;
}

.m-mpro .item-desc {
  margin-top: 16px;
}

.m-mpro .item-desc a {
  display: block;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  overflow: hidden;
}

.m-mpro .item-desc a:hover {
  color: #0a9844;
}

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

  .m-mpro .box-list {
    margin-top: 30px;
  }

  .m-mpro .item-title {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-mpro .item-desc {
    margin-top: 5px;
  }

  .m-mpro .item-desc a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

.m-mnews {
  margin-top: 84px;
}

.m-mnews .box-title {
  position: relative;
  padding-bottom: 16px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.m-mnews .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 124px;
  height: 4px;
  background-color: #333333;
}

.m-mnews .box-list {
  margin-top: 63px;
  margin-bottom: -25px;
}

.m-mnews .list-item {
  float: left;
  margin-right: 2%;
  margin-bottom: 25px;
  width: 23.5%;
}

.m-mnews .item-top {
  border: 1px solid #eaeaea;
  background-color: #fff;
}

.m-mnews .item-title {
  margin-top: 27px;
  height: 28px;
  line-height: 28px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #666;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-mnews .item-title a {
  color: #666;
}

.m-mnews .item-title a:hover {
  color: #0a9844;
}

.m-mnews .item-time{
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}

.m-mnews .item-desc {
  margin-top: 10px;
}

.m-mnews .item-desc a {
  display: block;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  overflow: hidden;
}

.m-mnews .item-desc a:hover {
  color: #0a9844;
}

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

  .m-mnews .box-list {
    margin-top: 30px;
  }

  .m-mnews .item-title {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-mnews .item-desc {
    margin-top: 5px;
  }

  .m-mnews .item-desc a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

.m-news .box-title {
  font-size: 20px;
  font-size: 2rem;
  color: #0a9844;
  text-align: center;
}

.m-news .box-info {
  margin-top: 17px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}

.m-news .box-time {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  vertical-align: top;
}

.m-news .box-oinfo{
  margin-right: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

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

.m-news .share-font {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0a9844;
  vertical-align: top;
}

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

.m-news .box-desc {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 3px solid #bfbfbf;
  line-height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.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-desc {
    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-abtb1 .box-title {
  position: relative;
  padding-bottom: 12px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}

.m-abtb1 .box-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 94px;
  height: 3px;
  background-color: #333333;
}

.m-abtb1 .box-desc {
  margin-top: 30px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.m-abtb1 .box-desc p a:hover {
  text-decoration: none !important;
}

.m-abtb1 .box-desc p,
.m-abtb1 .box-desc span,
.m-abtb1 .box-desc b {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-abtb1 .box-desc p {
  min-height: 28px;
}

@media screen and (max-width: 991px) {
  .m-abtb1 .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .m-abtb1 .box-desc {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
  }

  .m-abtb1 .box-desc p,
  .m-abtb1 .box-desc span,
  .m-abtb1 .box-desc b {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-abtb1 .box-desc p {
    min-height: 10px;
  }
}

.m-ctusform {
  margin-top: 60px;
  overflow: hidden;
}

.m-ctusform .box-form {
  margin-bottom: 20px;
  overflow: hidden;
}

.m-ctusform .form-item {
  position: relative;
  margin-bottom: 21px;
  padding-left: 15px;
  line-height: 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

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

.m-ctusform .form-item-1 {
  width: 47.5%;
}

.m-ctusform .form-item-2 {
  width: 100%;
}

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

.m-ctusform .form-item-3 {
  margin-right: 4.16667%;
  width: 31.83333%;
}

.m-ctusform .form-item-4 {
  width: 118px;
  height: 34px;
  padding-left: 0;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  background-color: #f3fbfe;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-ctusform .form-item-4 img {
  max-height: 32px;
  vertical-align: middle;
}

.m-ctusform .form-item-5 {
  float: right;
  border: none;
  width: 26.91667%;
  padding-left: 0;
}

.m-ctusform .item-btn1 {
  width: 100%;
  height: 34px;
  padding-left: 0;
  line-height: 34px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #0a9844;
  cursor: pointer;
}

.m-ctusform .item-text {
  width: 100%;
  height: 34px;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background-color: #fff;
}

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

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

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

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

.m-ctusform .item-text2 {
  height: 134px;
  line-height: 24px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

@media screen and (max-width: 767px) {
  .m-ctusform .box-form {
    margin-bottom: -15px;
  }

  .m-ctusform .box-title {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }

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

  .m-ctusform .form-item.important {
    background-position: 0 15px;
  }

  .m-ctusform .item-text {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-ctusform .item-text2 {
    padding-top: 0;
    height: 136px;
  }

  .m-ctusform .item-btn1 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-ctusform .form-item-3 {
    float: left;
    margin-right: 0;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
  }

  .m-ctusform .form-item-5 {
    padding-left: 0;
  }

  .m-ctusform .form-item-4 {
    float: right;
    width: 118px;
    padding-left: 0;
  }
}

.m-ctusmap {
  margin-top: 108px;
}

.m-ctusmap iframe body {
  width: 100% !important
}

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

.m-appl .list-item {
  margin-top: 80px;
  overflow: hidden;
}

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

.m-appl .list-item1 {
  padding-right: 19.63542%;
}

.m-appl .list-item1 .item-pic {
  float: left;
  margin-right: 3.72549%;
}

.m-appl .list-item2 {
  padding-left: 19.63542%;
}

.m-appl .list-item2 .item-pic {
  float: right;
  margin-left: 3.72549%;
}

.m-appl .item-pic {
  display: block;
  width: 46.14379%;
}

.m-appl .item-fix {
  padding-top: 4.96732%;
}

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

.m-appl .item-desc {
  margin-top: 20px;
}

.m-appl .item-desc a {
  display: block;
  max-height: 84px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  overflow: hidden;
}

.m-appl .item-desc a:hover {
  color: #0a9844;
}

.m-appl .img-list {
  margin-top: 64px;
  overflow: hidden;
}

.m-appl .img-item {
  float: left;
  margin-right: 2.78481%;
  width: 44.17722%;
}

@media screen and (max-width: 1440px) {
  .m-appl .list-item1 {
    padding-right: 10%;
  }

  .m-appl .list-item2 {
    padding-left: 10%;
  }

  .m-appl .item-fix {
    padding-top: 25px;
  }

  .m-appl .img-list {
    margin-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .m-appl {
    margin: 0 auto;
    width: 96%;
  }

  .m-appl .list-item {
    padding: 0;
    margin-top: 30px;
  }

  .m-appl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .m-appl .item-desc,
  .m-appl .img-list {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-appl .list-item .item-pic {
    float: none;
    margin: 0;
    width: 100%;
  }
}

.m-applimg {
  overflow: hidden;
  max-width: 1070px;
  margin: 0 auto;
}

.m-applimg .list-item1 {
  float: left;
  margin-right: 1.66667%;
  width: 65.98%;
}

.m-applimg .list-item2 {
  margin-bottom: 1.117%;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .m-applimg .list-item1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.117%;
  }

  .m-applimg .list-item2 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
  }
}

.m-appltext {
  margin-top: 22px;
}

.m-appltext .box-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.m-appltext .box-share{
  text-align: center;
  margin-top: 20px;
}

.m-appltext .box-desc {
  margin-top: 35px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

.m-appltext .box-desc p,
.m-appltext .box-desc span,
.m-appltext .box-desc b {
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-appltext .box-desc p {
  min-height: 28px;
}

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

  .m-appltext .box-desc p,
  .m-appltext .box-desc span,
  .m-appltext .box-desc b {
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-appltext .box-desc p {
    min-height: 10px;
  }
}

.m-downl .list-item {
  margin-top: 60px;
  padding-left: 36px;
  padding-right: 45px;
  padding-top: 34px;
  padding-bottom: 29px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
}

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

.m-downl .list-item:hover {
  -webkit-box-shadow: -3px 6px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 6px 9px 0px rgba(0, 0, 0, 0.2);
}

.m-downl .item-wp {
  overflow: hidden;
}

.m-downl .item-text {
  float: left;
  width: 100%;
  padding-right: 28.59696%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.m-downl .item-title {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-downl .item-desc {
  margin-top: 18px;
}

.m-downl .item-desc a {
  display: block;
  max-height: 52px;
  line-height: 26px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
}

.m-downl .item-desc a:hover {
  color: #0a9844;
}

.m-downl .item-link {
  float: left;
  margin-left: -148px;
  width: 148px;
  padding-top: 28px;
}

.m-downl .item-link a {
  display: block;
  width: 100%;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 7px;
  background-color: #0a9844;
}

.m-downl .item-link a:hover {
  -webkit-box-shadow: -5px 5px 5px rgba(10, 152, 68, 0.2);
  box-shadow: -5px 5px 5px rgba(10, 152, 68, 0.2);
}

.m-downl .item-link .iconfont {
  margin-right: 11px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .m-downl .list-item {
    margin-top: 30px;
    padding: 20px;
  }

  .m-downl .item-text {
    padding-right: 0;
  }

  .m-downl .item-desc {
    margin-top: 15px;
  }

  .m-downl .item-link {
    margin-left: 0;
    padding-top: 20px;
  }
}

.m-ctusinfo {
  margin-bottom: 0;
  padding-left: 0;
}

.m-ctusinfo .box-hd {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0a9844;
}

.m-ctusinfo .box-hd strong {
  margin-right: 5px;
  font-size: 26px;
  font-size: 2.6rem;
}

.m-ctusinfo .box-info {
  margin-top: 45px;
  line-height: 44px;
  font-size: 16px;
  font-size: 1.6rem;
}

.m-ctusinfo .info-item {
  position: relative;
  padding-left: 31px;
}

.m-ctusinfo .iconfont {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: #0a9844;
}

@media screen and (max-width: 991px) {
  .m-ctusinfo {
    margin-bottom: 0;
    padding-left: 0px;
  }

  .m-ctusinfo .box-info {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
  }
}

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

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

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1566290353963');
  /* IE9 */
  src: url('../fonts/iconfont.eot?t=1566290353963#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABkkAAsAAAAAK9wAABjWAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCIaArAVLNEATYCJAOBOAteAAQgBYRtB4NDGyUkZYYYbBwAS7AvWUSlJpD9/5cEecRYudG/NCR3dudJ8wXh1JMd7iafO+KTSzhGHsrOZhLPocxVrF9fXqAtGtQNLBxWUO/IvyLKD5ZqQykJov34zT375oZJxdMPEQ9dk6VCiIREiOKLaKMRAMPTNv/dvSMtDlCs3BxGof31VLAaozFhiZVg5dZfdMGiXJVbuyhdhatynTD5TvukpDAjBWcMhfc45UcAlr0EgQPe5RzYc3/W3Z8hTXY54XaJ0y5in+AQ+tzc+f/9dH7El4lhSkLF3t7u33bkkEbgw9UsWhvzJ7avgmsTi5A6PUDQF7wBFxQqRwABcDl+wKdErjZRaGMNHQvTYm1jCScQIfb/T9/ZpGOpX1dQP4cThltCgbMIc2/yT39eBifpfl073Snr/7CnBYXkIBHqpWvnl5HPXKp1PXWwJRo59TIGKyuB2IbkZcEAHtRMVvx+/CFbyuVN0SAWPLi13d6TUG/YonTmGpUEahW+lxLSdVssArWGhsIlTGrLFeFlUZeeKNVmj7KbeIx/n75bT7Vkytz3owtFggJw4gXuHbT/O4TtntHr4fyKHIsoyI4QF2k7V3KLuFBP+laR6jFrVKH2c1vWhfbPnIsA4WIorbfTUZcnr0/emXw8+XTynfq+4mfs+QvLcsjo+d9JMsvGz9u0bTdyzOGArBJ3c6VKzeXPeHXqNWjUpFmLVm3adejUpVuPXiP6jBozrt+gARMmDRk2bcqMWXPmLVi0RKocMhohW1wu8RnnkfHZGonPoSj4/A85YY2SsEFF2KOGcEAt4Yg6wgn1hDMaCBc0Ev5oIgLQTIShhQhHKxGDNkKJdmI9Ooid6CQOoYs4jG7iCHqIo+glRjFCHEcfcQKjxEmMEacwTpxGP3EGg8RZDBDnMEGcxyQxhiFiHMPEBUwTFzFFXMIMcRmzxHXMEXcwTzzGAvEUi8S7I0tgWXxyCHim7q+miwlqptv4QCZXM+WcxBYy916hhF6uVjxslqkgcWLBwyVBI+BtJB+ejtez6Cwj+tvvOkVHUi6XsWnMflbKnFTWUpzGRJHQQpaECItBNR1dwuRT2YgbwwngEbfn4vs7biq/Hv3jGZskJFKoBz1HnFPc7hVtkhTGxs6BKAEZk6aG/Jjzga05JKu4xUYc6OgFXc35IIKkKQRizGAkH3b0dbrDoi/rjbEr7/s+MKic1LbPHBn9haZkleblIQ0W3SaIJHrjtOO0UcxtDvRMt0bSjc5wtNxeVQgd7Y3AVbKGZRbZfwz+XyL/b4n/bRbClNLinDC2FGIIERSmpt+Y0k48p2jinfroOaIqzEAQIYDOfct3q5mzhqIde0Vpfcw4AQIgwL30eXVcPf2irvK3ayPnb9TCIK8qPniztxpjFyxdPfqy3v6EIasCIW1ixkcRlLZlnGCLyOUAEXs/GsSAFVXibzuimXcZEv8z04upZjGWh06HtgAow3YTIWC57RdQ53Tw0vLCvGCOZibE0sLX2dxXxew3hfy3Sz1b8VTb67CvqpWLZUS1fFqk7dFUxZD2meUpilcMHT3UHC9DgWZx+cBt2mouJWI1mlkP/1QvhLoeFnItOu9M5tvueLZpd+nUOpWesSfswlOFjjOnFyR00Sf86euuiPRJlMDq/qxZyBn5vmJfgWTzVq7fQAtk3RWJiUTi0Xg++9MoiphfEeubpUKYHUEuWCWGqNYq8cew7irAp9Vgg4EALjb7p3kcxRG82DRIwkp/3q6JFtfTvpzq7CnK3xP+R4M0SvbJlpSvvKpmBsMm+5cpfruYU0s6pnANZhd823M1uOB+5bmBo0tajN+2+deIFHEIC34ns2fcN8yF7nOpzb7Kl/3DWHRZPLJXfniJP7yLFVNH7t4X2X7v+fTx7x6M7ljYnFsVdXKvR+ExtTq1ruCDyIpsQkX5YlgpjnKfhjmTozl+WRfty1gdVL1plXNwZyQm9mNXfOJcNC4+Z7w51Xnywk7tvIBOICop8U65bdy2ZWuor57kFRMpQu3b04+VPPjA8RevvNhYe4CNij89WJakxRSPv93lanh67PjsWtu3damP475O9TBeD7QgUGLI7SgKCEXV44hzashBlxagmKd4Xnt7sJuCOkKwspBJeNVmCYC5VcUrgUhpwq9hDEr3xpK00alAiGtTYdlRp7w1oIInD5z0fRUkNiCfgehLS3i65gRaNElMYJbrRariGDV4BNJS2L0dto4Bcm3iYDTQnRDSVDlwOlSpmt5dDDfjeaUSiN+kY7grFViZDOrE60Gj0BbwiwnPA322rybz6+4PglUYoDf89vClBU64pT7nzNOufcaK9cZ/ijzP9jGmoROYyNVyVRyem8XuG5etNfHRjIMPZTRWbQKgZcVBrJBwm2CLFsbb7roLD2DaGe4vtxEipPQ9gt38/Svy0STtwH6nvbkf96UTW5N9P74sXrktvplcEO/sa6MvcqoiX6QnJ1rdwenZwdntiv1SNZPxFH/23LnurVsn1VAfrgzvH6NHX66dHKl1J1qzYBvLNFn+HrekMZWvnp7q6MHcF6deeSVwFW+gNOA1FeRd/6K9MAl5+/we3elM3XKTjloeKu8bOj+nuePNx2bYYCk46+viMTEZlLVyoN3lLnuuqeddqXkiU72ILk4G+4bKO6ekdUNS/jEnXTbeXHOJv1ybHfSnVZ8/T0Mc7p0U4nfMaA5OT9g+Pi71sKJX9o+dlt9PuKfmdgwH0mJx0AOfnSvT286cyLsGY2qpi5N0figUpljUw4jZV/GIx752LBR3QvEn083cnot2t5/edh//I6Fj/cjTMZoMXf5Cy1SRG5QhoDM8rB2CjjQXvvSyOtbAdPD5AwYGBg8Cm+VN8UBlHtMJf6LVGAk6X9xG7mc3AUKOAnu8idzJ4Il2vY1iv36LfjkPpVks3cxUqUIk4cgPG7VBMj0z7nnT517uXlP9hh7qU2Gj+ADd9gO4qOGAbjesWxzPbWqxGL3+YMy4TyzJVyO5yB7qCIV7hH0hM/JbuCWVZ2tdvnfMKaouzxd80GNvDrTeUM/9PBVoBeJT3cp565x9p64fGzWDehBAB9OjrVYN03noLAjksptngYPda8+TS2rNPoHcU21rQ+4MsNuG+44kNkPuF0fKCI/Wg+fP9Zh+frxq8Oi871wxCRIG/6CS0VQERTBIQxxdloDJX0STkaWMjfjzT/Kvq2fAdk6ofBBXFpa1ztxopw8829UbwjwkRnc+URka2V5ZaXDmflBlT60MJeFM89jrtwjx+ZdSfs65wf43Wf/TT73Lj1bk80c58WdGj4nhsrA8YeEurWYfeKEthkqKeJochRjWUf48Lu+AUpq1JdfhnnJOr6oL6phB3+KH42PQK2PEvCPXBG0t7OBLKamrr5cpcrbmH8KSf7b4H5cJfVWr856VT87/ac0//vB6Vw4XFkScDXEeBOxN1TN2dwEtmTNlq5A4+I5wjjFYG5Uw6ohl9hkUM2DMnTOQ+TZd3QWG1+NWrx1K/mNN/lLM2pIVhKWgtBZEw0lPXbcbRH73HyIY1qsqSEgE9QajZ+niemexpdREKbc91JuGKVjpjGGwVPWCSWDXGpM4bQ0uioBAnjd404hGall4Xl8AOJ9Pg9Sp3wjpU6Lw188O2rhM2qGxTA04yEeji/NjQ6AoGxUgxaB45EoUaQPxc8Ofe1pU/KtH4FTjL8sYYBW9MpYfIzCz/3rciXSqsP3HyMGyzLFwXeBtoVYU7IGz3VUVbKqCvZalQF+gCnNrcwV6GirmPR5a9sH2w32VreoeyXZVB2f2HGAOc8cwbW0slbGBENViNE/07sO+fMFQ9ilC9PCgowdoSjpdSUOK9TI4pS2jFy23ltpyYtPI7DcmObbNiXoihHaTTr9JEyGJnCbb9/W8YZPD9WNtS7daXhxtKeXoZSDFoVliTianpPXYRXxrs+TEhC3P0m9O4K7z16GZzfoNka8wToxt83KLi8daSzicTK1AeQEiJPvUS0fyaS/ZL2lInl6afpOQU4DQ2DQmi9MUSkPyPC7e1W8W6hUg8t0eZpoPeKCKsWrV/f8l79as/TrgmXAKo1CwrDtNIZ+SoI+EnQapfsv2GXTquJm66XQSsjK10joMeodNzHDOajhxB1vt5sTExos1ASV4xYCfsjtqrvKkd3OBc4n88NOLtgRFLabZojiGooCVnJ1933Z8ylttDUvdwWkKwlJL88GUu1MuZGdaWrNQECCS+GSpPsqqk3yGvQU7h+ttFuwYFnof8EkCQJsg9DdWywRlScM7KQsZ3sFmbvIRAKk8blz2X2trSKjqCwv2lf4DVm5yy6d+ak1JW7vsw7tff5YNAS35J8an4Uf3D8MHf5wFJn0VyQqR6ODZM/IiDg48xmev7C9BSpHV/dqzs6nVzUg2Kmpty0MIIREI4hMQAgmMjw9EsMNhSEZlVQYisCDXCjuMBSLx8YhNxCcEAo/B8pDWNlSEZFc3A/TKNMuTslOyi2f/JL2uRJznHwooOLFMa8H8cOgMzXOOzxfyANUKldfENdVIy3Gn3MbgINL5pYPVBop7w/M7lyo2x/ODZcnTdEtn1coir1SkC99nCJPT3ySnZSS/T09OSXtzf0qx7nvdSjCxcqJSV6VbFR02BnwDz2Ej376NyEjY929wJD1waBPy+/cG/oCYoPMZuWpG75SlJ04xPJtBJFSMjw/SA14YRxVRP04GmMhEa2sLpmQuJVMJogEkAxjiK/HxWprxCZcvT1NTi0GBN/rW/NF9LZXW/Uc4uCcjW0uTMTlJDfZ2U6WrVKzXGtNMcYYN9UMiM0QwbDqcDwqYPW2oR9eug/VIakZvpFWv3fZnyCB9nD1OhxsfP9oA6+G6tWi9x65bV28kRnt6UBTJyBMjEgRBEfOiJah2eit+1KIw0jtuTQ5tnHWPDiRp+xIJYJPtW2rIRecJtSmeWSx7DpnAJhhe1jK+yCbVOqmtNdkqzfpUQMG5zDrJJvUEYeTEXJ3Prj/EBh4HsV/fsP3YyCo8iGmLZcTfohzesDs08OKaXvvGhMAbw+VRYM7D0pmk/ENxefG+/h7hCahJxtqtRZEuyLLVrPcAWwhdgnFSEHqW4JMElmy2NUpL468kxsgkpsISI2N8CwQrQV34DFIQPEMExwlwto37Q/saTzo7bzHfgMaHyMOS8WFmaIM285jjkzHxMLMmUufA5nObGCe1u8dsU2oZOufFm/CG0I8DY/WQRxmbXB6twHgoYOIMyJMP0WuSU+9BjGfJZAQTPAIWQQSPTFtcQ3VDLVgZs2HofI4yptFIdBTpxBkoNm9RkD6Np3uwWJzl/BiSRYtQYxTjQQsUBhFBMJPgowwLknO/I9t70YX5gVraXQcPMtk+PTQvSNM5PkwVbzTns7+IJEYscA6uYW1Xae7TVG1nKVUa+zRU7oEtli2f4ga0FVoK7QFSS9d2d2+eF99bcGbd2eVnAftQ1LyL+pfoUbRL+hepPVF0xPWiROdFyc2F/RzYQvNyHE2n9aIT5SgUSX+YTkNURTlCg1DkvAfO2vI5QAjEPOKkcTEu1O0uyin6Sp3HcMeBlRnTnWGVfjp1X7gHLkTMXLmuMtyMSQ+ntLhIpVL/69PCdQRMM1zokx/MkXMYcmDFaeKAt6X4HOd7u2tyOzrEubWR485zcF3XHN3roYJ8HbbQymj0+8U1YD7ZnJy90XZNIse69/eHbWcTcvkRLYobuR+pBiDinkxjR3BSkI6HICQ6L9tlzLugPFPKT7c2NSL0fSipeqSpY271LHwxNqO/tH3niuOXkbjyimdfBhCFY07oJ5KO3ytfSUvirXVQunZ+5/WgzaXkvFbpGgOCrmWezp+TIRUC78AR5WyDJRe2mZjPynPM0pFk6jjkzXYyXbFxlLfYg8Nw+6DLxi9Vx0Q3cXe2srrbWCeaubExEnKGyur0k3nFuHTIFjckBOeFuseYT5HxVb0hgudR7CeRAoHQUB9HnrKOCXUP8AlDJmeztJDRsWvQ8ARPRcP0pNwwXmKik8RnSkDBge+Z60kxmop3omj8o2SNDcEuQLV7zAbNerRRAJdkzYdCAiQnj7s0WUhI0KVRlpGcTKiUCg26Qsn8o2sogC8eFmiJnfpJOYiZXRsNKUeXrkHqwj64ItjpX5QDmOECUgTHtgIdXIvWxdV/+BBlYfeR/9uyVD+62794lnGocUS8WYCFbIG3o1mcH+GyhvTPS3SXsSCeZRRqIsRYzvsRsHT4tKSyw3BIk1rbLyxfhtqeYTvvlAZH4yPR4lLTavOxqUbx5VOd9iWe4nDY3Wynp7UH7H+FAGmtCXCN2zu4+AUWQU20EDuefkQu5LkL0Vxbkf3MxduZgtmnB7XWfNi10KKoZllUDWvhdbHLgI2Nw2ZwAzM2xm4kuix64H9g1O9WLzfiBsnYCLvh8C8IMIcNK9Fb1+FayuzR0OxFbQl7rjvNWkpthGuvnisvXY6O1tKcq12eFxdtbCL5bJ2DLlqEpjJnIEQ1hlXLu3n0teqJQ9BBAwEk52aNC1RiLmaS6KBoDTbFmxRgTsIwbzL7wawWKQkiXlCbl6STlH978QICvDA3ztEyOLQ3iVlSreij2ycYzBK59ekYYYZmn/MMPKaGMb7kcC0TF2CcRJb9GUPHezYmV0dqRhkmo4a87ggRN5L9wzroUnyGXJ4RsWWEm7DIf8YM/0UJ3J47EVYG0IQkeYAcI9p8RmcIlJCr5UdHG9VH1iRrkjfVy1wAYk8DPlkSfUsej0fsfSvgkDNc+cA/hatkKZO5AXyQ7qrHEbw9PzWwNVA+GU2RGPD5zoLUqGJWM6l7yZ5WtAVdSxq5uxRakLTCXQTBwHer9pzMghkpNRGZo2WeKQcvJoZmxejFeRUT7rE4KTtIq7GNt8G5jkQ5rCrySXWdTYQQWtNf7u7SXoIu/6qJJQF2frnhzqAgZsSMWPzd4L0NzH2kf+lPGMUYtaoXuCU4c02a3q5ahe5E35+BQ8LUubE8buPCkMUCbWc7YY0uOv/0IX6Z8o7dHQ+uHZclVkpBbZx+JPcrUbDyyIoOdD66ZwVa2W7twIpe1GzwldjTKE8SNWe/9GO7hk4zI24dZ91JAN4zwIm9nL0E8CW6SRU7XUkYGdMA5Aq44NuMEcYexo8ZW5xikOJCJAKJLJbEoJQVFSP5VY0uyjvX7J1zeHEz1kI6vdxJuD+MlGgr0x1gKpgyfXdKJH4DqP/W1tbX19ai/oGm+eVO/67/avyrfwFl5l3+naqcFhGQSIBIAUSS6XkLLqDj7/Omd0WhI0lozQbAwGZ+eQXFANe/PkMGR/Qdh7Y+qvavYRnVQF1/GzM1xW4LLDxENQ/RoYZ6eAge+f0bFKgSqvv1+whk+xx5qIUb4cfUx3BNf6VVG9hvzrQJQjKzMstKs0K0Ghq0Qhyl3bOkbpRJipuUf5oVKAuGCjafrYAOq5xW9UCFc1bIFkXymz1zZg9nBdw/kmUOdVZm1suX1KzJTAO/ioRgH6BvbHnAhoDlJevXUWOmxwCZ+pD9FzjU8u5COQj34TFICEqPYG7FAl9JF8pRQfgJf0NW/+/gP0gFAAD4B13GpPxbQ93CBNbxbVoD7VSQD0KvaFgl9IuCNUKHh7DWULgJi6mVk1bQ6mmpe2isAQBUoe9IV2mqjVlclgbMEpqooKyim/lB6PYNNlX0+eWn/QUGINuYOlHV5ydOlxlnaef+Q+8J5+A+6NneFoDtWXTuhw3qi+rZtPiW/re1DKapJ9WPMSNomHXtV5IV8kyBtFSJXGREWittsiGJyP+lBwIc36NGOTp+36ga/75unmi6ugNL9LEZXO2hUCvzrUz8z9nCHrtwRV/5B7L8pop3/L+IORdNYdrT/1XHGtjEkFyIFcv+NdsZ6tnz+D92TbvXRTW6fEf+q290aWKmxpCYqzXJF+mLYqnBplipdVyst+D85A063AW5VNRh3j1GTFo9FzPNXoi5Vi/5Iv2VWOr2U6y0plysdw1hzbDBdFppu+AADEES/iFWuFVFCXbyjl+gHzML+nwc/oMQbTOh/WjuusEKgcYo8ak3iIqo4BZyZa4P5tkRH9wdBPYG0V+GQZGS6IVbki44AEOQhH/EDa1wq7o4dpY3/wX6MbPgctDnhn8Qor16QvvRB3/TVl8HzUp8fOoNIqoIv2dwC7kiCjPb7ogn93cHgb0JYfvLgE6m/Gp98sbS17Sk9R3y66sX8sDAISChoGFg8d9JCh9/Oi4cRHGSZnlRVnXTdv3BcDSeTGfzxXK13mx3+wPhgBu3QDduj5Rbtt5t8QK+rbnVGgItZ1B4rILVpmRd2nnMc/HwdGy4Q3QLHSt7aFr9KKDjKWOXtks/pByGO7XSvdbZMUmVF3SqI7AgzK5mUgaIsYSF2bkWbkUmsHkZhpF5nyv2rhbH7QylN2wFOcJcwV60jNPHQ+utmDbRFNOGQiGtIoSSPVm0oGPT7P+/CG7T6gUiUCQar00tYQYEWi9hh2caWsFmWCULW6VuX6KrgIKkBw==') format('woff2'),
    url('../fonts/iconfont.woff?t=1566290353963') format('woff'),
    url('../fonts/iconfont.ttf?t=1566290353963') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../fonts/iconfont.svg?t=1566290353963#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-0601bianji:before {
  content: "\e611";
}

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

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

.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-download1:before {
  content: "\e7a0";
}

.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-top10:before {
  content: "\e7ed";
}

.listcart {
  margin-top: 90px;
}

.listcart a.l {
  float: left;
}

.listcart a.r {
  float: right;
}

.listcart a {
  background: #0a9844;
  display: inline-block;
  height: 34px;
  min-width: 200px;
  line-height: 34px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  border: 1px solid #0a9844;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-left: 10px;
  box-sizing: border-box
}

.listcart a:hover {
  border: #0a9844 solid 1px;
  background: #0a9844;
  color: #fff !important;
}

@media screen and (max-width:999px) {
  .listcart a {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 0px;
    padding-right: 0px;
    float: none;
  }

  .listcart {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width:640px) {
  .listcart a {
    width: 95% !important;
    float: none;
    overflow: hidden;
    margin-bottom: 1rem;
    margin-top: 1rem
  }
}

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


.xunpanc table tr .td1 {
  width: 50%;
}

.xunpanc table tr .td2 {
  width: 30%;
}

.xunpanc table tr .td3 {
  width: 20%;
}

.xunpanc table tr td {
  padding: 11px;
  text-align: center
}

.xunpanc table tr .td2 {
  font-size: 0;
  line-height: 0;
}

.attribute { font-size: 16px; margin-top: 50px; }

.attribute .box { margin-top: 20px; }

.attribute .name span { display: inline-block; color: #333; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name { line-height: 36px; padding: 10px; padding-right: 30px; background: #eaeaea; -moz-box-sizing: border-box; box-sizing: border-box; cursor: pointer; color: #333; margin-bottom: 5px; position: relative; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name i { color: #999999; position: absolute; right: 10px; top: 50%; margin-top: -10px; line-height: 20px; font-size: 12px; font-size: 1.2rem; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

.attribute .name.active { background: #0a9844; }

.attribute .name.active span { color: #fff; }

.attribute .name.active i { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); color: #fff; }

.attribute .item-box { -moz-box-sizing: border-box; box-sizing: border-box; /*max-height: 180px;overflow-y: auto;*/ display: none; cursor: pointer; }

.attribute .item-box label { display: block; cursor: pointer; }

.attribute .item-box > div { color: #666f66; background: #eaeaea; padding: 20px; margin-bottom: 5px; position: relative; }

.attribute .item-box div span { overflow-y: hidden; display: inline-block; vertical-align: middle; max-height: 24px; font-size: 16px; font-size: 1.6rem; color: #1f1e19; }

.attribute .check-box-div { position: absolute !important; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.attribute .check-box-div .icon { font-size: 18px; }

.attribute .item-box.active { display: block; }

.prat { margin-bottom: 33px; margin-top: 30px; }

.atbiao { color: #202020; font-size: 20px; font-size: 2rem; line-height: 30px; text-transform: uppercase; }

.atn { position: relative; padding-left: 50px; margin-top: 8px; }

.atsp { position: absolute; display: block; left: 0px; top: 0px; color: #000000; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.atn label { display: inline-block; vertical-align: middle; margin-right: 10px; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 30px; cursor: pointer; }

.atn span { display: inline-block; vertical-align: middle; margin-right: 10px; color: #999999; font-size: 14px; font-size: 1.4rem; line-height: 30px; }

.m-hdmenu { 
  position: absolute;
  right: 0;
  z-index: 2;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 0;
}

.m-hdmenu .menu-btn { display: block; width: 42px; line-height: 28px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #333; }

.m-hdmenu .menu-btn img{ vertical-align: middle; }

.m-hdmenu .menu-btn.active { color: #333; background-color: #0a9844; }

.m-hdmenu .menu-list { position: absolute; right: 0; top: 100%; width: 186px; display: none; }

.m-hdmenu .menu-item { padding-top: 2px; }

.m-hdmenu .menu-item a { display: block; line-height: 26px; padding: 5px 12px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #150f03; background-color: rgba(21, 15, 3, 0.5); }

.m-hdmenu .menu-item a:hover, .m-hdmenu .menu-item a.active { color: #fff; background-color: #0a9844; }

.m-hdmenu li { position: relative; padding-top: 2px; }

.m-hdmenu li:hover > a { background: #0a9844; color: #fff; }

.m-hdmenu li:hover > ul { display: block; }

.m-hdmenu .menu-list2, .m-hdmenu .menu-list3 { position: absolute; right: 100%; top: 0; width: 100%; display: none; }

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

.m-cert {  overflow: hidden; }

.m-cert .list-item { float: left; margin-right: 2.78571%; margin-bottom: 30px; width: 22.85714%; }

.m-cert .item-top { position: relative; padding-top: 100%; overflow: hidden; border: 1px solid #ccc; }

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

.m-cert .item-pic{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.m-cert .item-pic img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%) !important; max-width: 100%; max-height: 100%; }

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

.m-cert .item-modal i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 20px; font-size: 2rem; color: #fff; }

.m-cert .item-title { margin-top: 18px; height: 20px; line-height: 20px; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #333; 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; } }

@media screen and (max-width: 991px) { .m-cert { margin-bottom: -25px; }
  .m-cert .list-item { margin-bottom: 25px; }
  .m-cert .item-title { margin-top: 15px; font-size: 14px; font-size: 1.4rem; } }

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

.m-videomodal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; background-color: rgba(0, 0, 0, 0.3); display: none; }

.m-videomodal iframe { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 1200px; height: 700px; max-height: 80%; max-width: 90%; }

.m-videolist { overflow: hidden; }

.m-videolist .list-item { float: left; margin-right: 2.71429%; margin-bottom: 50px; width: 22.85714%; }

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

.m-videolist .list-item iframe { left: 0; top: 0; width: 100%; height: 100%; z-index: 3; }

.m-videolist .list-item .item-title { margin-top: 20px; height: 24px; line-height: 24px; padding: 0 5px; font-size: 16px; font-size: 1.6rem; color: #333333; font-weight: bold; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-videolist .list-item .item-title a { color: #333333; }

.m-videolist .list-item .item-title a:hover { color: #0a9844; }

@media screen and (max-width: 991px) {
  .m-videolist .list-item { margin-left: 1%; margin-right: 1% !important; margin-bottom: 25px; width: 31.33%; }
  .m-videolist .list-item .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 375px) { .m-videolist .list-item { width: 48%; } }
.m-faq { overflow: hidden;  margin-bottom: 40px; }

.m-faq .list-item { margin-top: 22px; overflow: hidden; }

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

.m-faq .item-title { background-color: #eeeeee; }

.m-faq .item-title a { position: relative; display: block; padding-top: 10px; padding-bottom: 10px; padding-left: 55px; padding-right: 40px; line-height: 22px; font-size: 16px; font-size: 1.6rem; }

.m-faq .item-title a i { position: absolute; left: 15px; top: 6px; /*width: 30px;*/ height: 30px; line-height: 30px; color: #fff; font-size: 20px; font-size: 2rem; text-align: center; background-color: #3d3d3d; padding: 0 5px; }

.m-faq .item-title a:before { content: ""; position: absolute; right: 20px; top: 50%; margin-top: -7px; display: block; width: 14px; height: 14px; background: url("../images/faq1.png") no-repeat center center; }

.m-faq .item-title a:hover { color: #0a9844; }

.m-faq .item-title.active a:before { background: url("../images/faq2.png") no-repeat center center; }

.m-faq .item-desc { position: relative; display: none; padding-top: 20px; padding-left: 55px; padding-right: 26px; padding-bottom: 20px; line-height: 30px; font-size: 16px; font-size: 1.6rem; color: #666; background: #fafafa; }

.m-faq .item-desc i { position: absolute; left: 15px; top: 20px; /*width: 30px;*/ height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem; color: #fff; text-align: center; background-color: #389721; padding: 0 5px; }

.m-faq .item-desc.show { display: block; }

@media screen and (max-width: 480px) { .m-faq .list-item { margin-top: 20px; }
  .m-faq .item-title, .m-faq .item-desc { font-size: 14px; font-size: 1.4rem; }
  .m-faq .item-title a, .m-faq .item-desc a { font-size: 14px; font-size: 1.4rem; } }

  .m-ctusform .attachment { clear: both; }

  .m-ctusform .attachment span { float: left; }
  
  .m-ctusform .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  
  .m-ctusform .attachment .file-group { float: left; margin: 20px 0 0 0px; min-width: 215px; height: 43px; position: relative; overflow: hidden; }
  
  .m-ctusform .attachment .file-group .file-btn { width: 100%; height: 100%; background-color: #0a9844; border: 1px solid #0a9844; color: #FFFFFF; font-size: 16px; font-size: 1.6rem; font-weight: bold; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
  
  .m-ctusform .attachment .file-group .file-single { width: 100%; height: 100%; line-height: 42px; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }
  
  .m-ctusform .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }
  
  .m-ctusform .attachment .file-name-p { height: 70px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; line-height: 50px; }
  
  .m-ctusform .attachment .file-name-p i { cursor: pointer; }
  
  .m-ctusform .attachment .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;font-size: 14px }
  
  .m-ctusform .attachment .file-group:hover .file-btn { background-color: #fff; color: #0a9844; }
.m-ctusform .attachment .file-group *{box-sizing: border-box}
.chat{
  background-color: #0a9844 !important;
}
#chatBox .chatTop {
  background-color: #0a9844 !important;
}
#chatBox .toolBox .chaticon.commit {
  color: #0a9844 !important;
}
.attachment.form-item.important {
  background: url(../images/star1.png) no-repeat 0 38px;
}

.xunpanlb .table{margin-top: 30px;}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0; background:#0a9844}
.xunpanlb .table .thead p{cursor: auto;text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{ text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; }
.xunpanlb .table .tbody .tread .td:nth-child(3){border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .tread .td:nth-child(3){border-right: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .tread:nth-child(2n+1) {background-color: #f1f1f1;

}
.xunpanlb .table .tbody .td a:hover{color: #0a9844;}
@media screen and (max-width: 520px){
  .xunpanlb .table{border-top: 1px solid #dcdcdc;}
  .xunpanlb .table .thead{display: none;}
  .xunpanlb .table .tbody .td{width: 100% !important;}
  .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}
.nobg{background-image: none!important;}
.mgb10{margin-bottom: 10px}
.disnone {
  display: none;
}

@media screen and (max-width: 768px) {
  .g-ft {
    padding-bottom: 51px;
  }
}