@font-face {
  font-family: 'FuturaStdBook';
  src: url("../fonts/FuturaStdBook.eot");
  src: url("../fonts/FuturaStdBook.eot") format("embedded-opentype"), url("../fonts/FuturaStdBook.woff2") format("woff2"), url("../fonts/FuturaStdBook.woff") format("woff"), url("../fonts/FuturaStdBook.ttf") format("truetype"), url("../fonts/FuturaStdBook.svg#FuturaStdBook") format("svg");
}

@font-face {
  font-family: 'RobotoRegular';
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot") format("embedded-opentype"), url("../fonts/RobotoRegular.woff2") format("woff2"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
}

@font-face {
  font-family: 'vrindab';
  src: url('../fonts/vrindab.eot');
  src: url('../fonts/vrindab.eot') format('embedded-opentype'),
    url('../fonts/vrindab.woff2') format('woff2'),
    url('../fonts/vrindab.woff') format('woff'),
    url('../fonts/vrindab.ttf') format('truetype'),
    url('../fonts/vrindab.svg#vrindab') format('svg');
}


* {
  margin: 0px;
  padding: 0px;
}

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

body {
  width: 100%;
  overflow-x: hidden;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  max-width: 1920px;
  margin: 0 auto;
}

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: #805300;
}

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-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-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: hidden;
}

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

@media screen and (min-width: 768px) and (max-width: 959px) {
  .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 */
.l {
  float: left;
}

.r {
  float: right;
}

.fix {
  *zoom: 1;
}

.fix:after,
.fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.box {
  position: relative;
}

.mln {
  margin-left: 0 !important;
}

.clear {
  clear: both;
}

.wp {
  width: 1200px;
  margin: auto;
}

@media screen and (min-width: 1220px) {
  .wp {
    width: 1200px;
    margin: auto;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
  .wp {
    width: 980px;
    margin: auto;
  }
}

@media screen and (max-width: 999px) {
  .wp {
    width: 95%;
    margin: auto;
  }
}

/* .m-xx start */
.m-desc {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 30px;
}

.m-desc a {
  color: #805300;
}

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

.m-desc p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 30px;
}

.m-desc span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 30px;
}

.m-desc b {
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
  line-height: 30px;
}

.m-desc a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #805300;
  line-height: 30px;
}

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

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

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

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

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

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

.m-crm {
  margin-top: 13px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 33px;
}

.m-crm .wp {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}

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

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

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

.m-page {
  margin-bottom: 100px;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
  font-family: "RobotoRegular";
}

.m-page a {
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 35px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  border: 1px solid #dcdcdc;
  -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;
}

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

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

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

.m-page span {
  display: inline-block;
  width: 50px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  position: relative;
  top: 3px;
}

.m-page img {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-right: 8px;
}

.m-page .ins {
  margin-left: 34px;
  width: 150px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: none;
  outline: none;
  background-color: #805300;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
}

.m-page2 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .m-page {
    margin-top: 25px;
    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-page img {
    display: none;
  }

  .m-page .ins {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    top: 0px;
  }
}

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

.m-kf .kf-item {
  display: block;
  line-height: 0;
  font-size: 0;
  margin-bottom: 1px;
  background-color: #c5c5c5;
  -moz-border-radius: 5px;
  border-radius: 5px;
    position: relative;
}

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

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

.m-kf .kf-item .img-responsive {
  position: absolute;
  top: 0px;
  right: 100%;
  max-width: 200px;
  width: 500%;
}

.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: 0;
  right: 53px;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .m-kf .kf-item .img-responsive {
    top: -151%;
    right: 0px;
    width: 80px;
    height: 80px;
  }

  .m-kf {
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background-color: #805300;
  }

  .m-kf .kf-item {
    width: 20%;
    text-align: center;
    background-color: #805300;
  }

  .m-kf .kf-wx {
    bottom: 100%;
    left: 0;
  }

  body {
    padding-bottom: 69px;
  }
}

.returntop {
  z-index: 9;
  width: 69px;
  height: 69px;
  line-height: 0;
  font-size: 0;
  display: block !important;
}

.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 .nav>ul>li .addition {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url("../images/shizi.png") no-repeat center center;
}

.wap-nav .nav>ul>li .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: #805300;
}

@media screen and (min-width: 960px) {

  .wap-nav,
  .menubtn {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .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: #805300;
  }

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

/* search */
.header_form {
  margin-top: 61px;
  width: 203px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  border: 1px solid #805300;
}

.header_form .tex {
  background: transparent;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-indent: 15px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #999999;
  font-family: "FuturaStdBook";
  font-size: 14px;
  font-size: 1.4rem;
}

.header_form .sub {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  width: 36px;
  font-size: 0px;
  cursor: pointer;
  z-index: 99;
  background: url(../images/suosou.png) no-repeat left -1px;
}

/* header */
.header {
  position: relative;
}

.header .logo {
  position: absolute;
  left: 50%;
  margin-left: -125.5px;
}

.header .logo img {
  display: block;
  max-width: 111px;
  max-height: 128px;
  width: 100%;
  margin: 0 auto;
}

.header_ul1 {
  padding-top: 57px;
  margin-left: 79px;
}

.header_ul1>li {
  float: left;
  margin-left: 90px;
  position: relative;
  padding-bottom: 42px;
}

.header_ul1>li:hover .dan_header {
  display: block;
}

.header_ul1>.li4 {
  padding-left: 150px;
}

.header_ul1>li>a {
  color: #333333;
  line-height: 30px;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FuturaStdBook";
}

.header_ul1>li:hover>a,
.header_ul1 li.on>a {
  color: #805300;
}

.dan_header {
  display: none;
  width: 250px;
  position: absolute;
  left: -90px;
  top: 100%;
  background: #fff;
  z-index: 999999;
  font-family: "RobotoRegular";
}

.dan_header>ul>li {
  line-height: 40px;
  position: relative;
  left: 0px;
  border-bottom: 1px solid #c0c0c0;
}

.dan_header>ul>li>a {
  padding-left: 11px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  line-height: 40px;
  display: block;
}

.dan_header>ul>li:hover>a {
  color: #fff;
  background: #805300;
}

.dan_header>ul>li:hover .dan_sanheader {
  display: block;
}

.dan_sanheader {
  display: none;
  width: 290px;
  padding-left: 2px;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 999999;
}

.dan_sanheader>ul {
  background: #fff;
}

.dan_sanheader>ul>li {
  line-height: 40px;
  position: relative;
}

.dan_sanheader>ul>li>a {
  padding-left: 23px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  line-height: 40px;
  display: block;
}

.dan_sanheader>ul>li:hover>a {
  color: #fff;
  background: #805300;
}

@media screen and (max-width: 1219px) {
  .header_ul1>li {
    margin-left: 0px;
    margin-right: 11px;
  }
  
  .header_ul1>.li4 {
    padding-left: 200px;
    }

  .header_ul1>li>a {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 999px) {
  .header {
    position: relative;
  }

  .header_ul1>li>a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

  .header_form {
    position: absolute;
    right: 130px;
    top: 5px;
    margin-top: 26px;
  }

  .header .logo {
    position: relative;
    left: 0px;
    margin-left: 0px;
    max-width: 111px;
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .slide .carousel-control {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .header_form {
    width: 150px;
    right: 10px;
  }
}

/* footer */
.footer {
  background: #333;
  padding-top: 78px;
}

.footer a:hover {
  color: #eee;
}

.footer .title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
}

.footer .title a {
  color: #fff;
}

.footer_left {
  float: left;
  width: 248px;
}

.footer_center {
  float: left;
  margin-left: 182px;
  width: 340px;
}

.footer_right {
  float: right;
  width: 269px;
}

.footer p {
  margin-top: 24px;
  color: #ffffff;
  line-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.footer p a {
  line-height: 30px;
  color: #ffffff;
}

.footer p a.cnzz {
  display: inline-block;
  margin-left: 10px;
}

.footer_left ul {
  margin-top: 24px;
}

.footer_left ul li {
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}

.footer_left ul li a {
  color: #ffffff;
}

.footer_center ul {
  margin-top: 24px;
}

.footer_center ul li {
  line-height: 30px;
  color: #ffffff;
  padding-left: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

.footer_center ul li a {
  color: #ffffff;
}

.footer_center ul .li1 {
  background: url(../images/fli1.png) no-repeat left 10px;
}

.footer_center ul .li2 {
  background: url(../images/fli2.png) no-repeat left 10px;
}

.footer_center ul .li3 {
  background: url(../images/fli3.png) no-repeat left 8px;
}

.footer_center ul .li4 {
  background: url(../images/fli4.png) no-repeat left 8px;
}

.footer .shejiao {
  padding-top: 22px;
  padding-bottom: 11px;
}

.footer .shejiao a {
  display: block;
  margin-left: 9px;
  float: left;
  margin-bottom: 22px;
}

.shejiao a img {
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.shejiao a:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer_bot {
  margin-top: 3px;
  border-top: 1px solid #979797;
  color: #fff;
}

.Links {
  min-height: 55px;
  line-height: 40px;
  color: #fff;
}

.Links a {
  display: inline-block;
  padding-right: 20px;
  color: #fff;
}

@media screen and (max-width: 1219px) {
  .footer_center {
    float: left;
    width: 303px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 999px) {
  .footer_left {
    width: 40%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer_center {
    width: 60%;
    float: right;
    margin-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer_right {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0px;
  }

  .footer_left {
    display: none;
  }

  .footer_center {
    display: none;
  }

  .Links {
    display: none;
  }

  .footer_bot {
    display: none;
  }
}

.main_title {
  text-align: center;
  padding-top: 91px;
}

.main_title a {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  font-family: "FuturaStdBook";
  padding-bottom: 26px;
  text-transform: uppercase;
  background: url(../images/main_title.png) no-repeat center bottom;
}

@media screen and (max-width: 999px) {
  .main_title a {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .main_title {
    padding-top: 40px;
  }

  .main_title a {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.main1 {
  padding-bottom: 77px;
}

.main1 .m1_p {
  text-align: center;
  margin-top: 23px;
  padding-bottom: 47px;
}

.main1 .m1_p a {
  color: #000000;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.main1 .m1_ul a {
  display: block;
}

.main1 .m1_ul img {
  display: block;
}

.main1 .m1_ul li {
  float: left;
  margin-left: 21px;
  width: 284px;
  margin-bottom: 24px;
}

.main1 .m1_ul .title2 {
  margin-top: 12px;
  padding: 0px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.main1 .m1_ul p {
  padding: 0px 10px;
  text-align: center;
}

.main1 .m1_ul p a {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.main1 .m1_ul .wrap {
  position: relative;
  max-width: 284px;
  margin: 0 auto;
  background: url(../images/m1_ul.png) repeat center top;
  padding-bottom: 20px;
}

@media screen and (max-width: 1219px) {
  .main1 .m1_ul li {
    width: 23%;
    margin-left: 1% !important;
    margin-right: 1%;
  }
}

@media screen and (max-width: 768px) {
  .main1 .m1_p {
    padding-bottom: 20px;
    margin-top: 10px;
  }

  .main1 .m1_ul li {
    width: 31%;
    margin-left: 1% !important;
    margin-right: 1%;
  }
}

@media screen and (max-width: 648px) {
  .main1 .m1_ul li {
    width: 48%;
    margin-left: 1% !important;
    margin-right: 1%;
  }
}

.tr_img a {
  overflow: hidden;
}

.tr_img a img {
  display: block;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.tr_img a:hover img {
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

/*==========main2==================*/
.main2 {
  background: url(../images/main2bj.png) no-repeat center top;
  max-width: 1920px;
  margin: 0 auto;
}

.main2 .m2tu {
  width: 50%;
  *width: 50%;
}

.main2 .m2zi {
  width: 50%;
  *width: 50%;
  padding-top: 18px;
}

.main2 .m2tu a {
  display: block;
}

.main2 .m2tu a img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 960px;
  max-height: 505px;
}

.main2 .m2zin {
  width: 530px;
  margin-right: 45px;
  padding-top: 0px;
}

.main2 .m2biao {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 40px;
  padding-top: 17px;
  font-weight: bold;
  color: #805300;
}

.main2 .m2zi p a {
  text-align: center;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-top: 30px;
  max-height: 120px;
  overflow: hidden;
}

.main2 .m2mor {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 174px;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #805300;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 61px;
}

.main2 .m2zin2 {
  margin-left: 45px;
}

.main2 .litop {
  max-width: 959px;
  width: 100%;
  position: relative;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
}

.main2 .litop iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.main2 .litop iframe body {
  margin: 0px !important;
}

@media screen and (max-width: 1620px) {
  .main2 .m2zi {
    padding-top: 5%;
  }

  .main2 .m2mor {
    margin-top: 10%;
  }

  .main2 .main_title {
    padding-top: 2%;
  }
}

@media screen and (max-width: 1449px) {
  .main2 .m2mor {
    margin-top: 5%;
  }

  .main2 .m2zi {
    padding-top: 3%;
  }

  .main2 .main_title {
    padding-top: 0%;
  }
}

@media screen and (max-width: 1219px) {
  .main2 .m2zin {
    width: 387px;
  }

  .main2 .m2zi p a {
    height: 90px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 999px) {
  .main2 {
    background: none;
  }

  .main2 .m2tu {
    width: 95%;
    *width: 95%;
    float: none;
    margin: 20px auto;
  }

  .main2 .m2zi {
    width: 95%;
    *width: 95%;
    float: none;
    margin: 20px auto;
  }

  .main2 .m2zin {
    float: none;
    margin: 0 auto;
    width: 95%;
  }

  .main2 .m2zi {
    padding-top: 0px;
    margin-bottom: 30px;
  }

  .main2 .m2mor {
    margin-top: 10px;
  }

  .main2 .m2zi p a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 999px) {
  .main2 .m2biao {
    font-size: 30px;
    font-size: 3rem;
    padding-top: 0px;
    line-break: 30px;
  }
}

@media screen and (max-width: 768px) {
  .main2 .m2biao {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/*==========main3==================*/
.main3 {
  margin-top: 100px;
}

.main3 .m3_l {
  width: 48.66667%;
  background: url(../images/m3_l.png) no-repeat right top;
  position: relative;
}

.main3 .m3_r {
  width: 48.5%;
}

.main3 .m3_top {
  position: absolute;
  top: 5%;
  left: 0px;
  max-width: 463px;
}

.main3 .m3_top .atitl21 {
  font-size: 40px;
  font-size: 4rem;
  font-family: "FuturaStdBook";
  text-transform: uppercase;
  line-height: 40px;
}

.main3 p {
  margin-top: 30px;
}

.main3 p a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  display: block;
  max-height: 90px;
  overflow: hidden;
}

.main3 .more {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 133px;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #805300;
  color: #fff;
  text-align: center;
  margin-top: 36px;
}

.main3 a {
  display: block;
}

.main3 img {
  display: block;
}

.main3 .m32_top {
  margin-bottom: 30px;
}

.main3 .m32_top a {
  max-width: 277px;
  width: 49%;
}

@media screen and (max-width: 999px) {
  .main3 .m3_l {
    max-width: 584px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .main3 .m3_r {
    max-width: 582px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 648px) {
  .main3 .m3_l {
    background: none;
  }

  .main3 .m3_l img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    margin-top: -50px;
  }

  .main3 .m3_top {
    position: relative;
    top: 0px;
  }
}

/*==========main4==================*/
.main4 {
  padding-bottom: 94px;
}

.main4 .m4_ul {
  position: relative;
  z-index: 99;
  padding-top: 44px;
}

.main4 .m4_ul li {
  float: left;
  margin-left: 52px;
  margin-top: 0px;
}

.main4 .m4_ul a {
  display: block;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  -moz-transition: 1s all;
  transition: 1s all;
}

.main4 .m4_ul .m4_wrap {
  background: #fff;
  max-width: 365px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  -moz-transition: 1s all;
  transition: 1s all;
}

.main4 .m4_ul .m4_wrap img {
  display: block;
  max-width: 365px;
  max-height: 248px;
  width: 100%;
  margin: 0 auto;
}

.main4 .m4_ul .title2 {
  display: block;
  margin-top: 11px;
  margin-bottom: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main4 .m4_ul .m4_wen {
  padding-bottom: 6px;
  max-width: 365px;
  width: 100%;
  margin: 0 auto;
}

.main4 .m4_ul .more {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  color: #805300;
  padding-right: 30px;
  background: url(../images/htime.png) no-repeat right center;
}

.main4 .m4_ul p a {
  display: block;
  line-height: 26px;
  max-height: 52px;
  margin: 0 auto;
  overflow: hidden;
  color: #666666;
}

.main4 .m4_ul li:hover a {
  color: #805300;
}

.main4 .time {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
}

@media screen and (max-width: 1219px) {
  .main4 .m4_ul li {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 999px) {
  .main4 .m4_ul li {
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .main4 .m4_ul .m4_wrap {
    max-width: 95%;
    margin: 0 auto;
  }

  .main4 .m4_ul .m4_wen {
    max-width: 90%;
    margin: 0 auto;
  }

  .main4 .m4_ul li {
    width: 98%;
    float: none;
    margin-top: 20px;
  }
}

.topcat {
  background: url(../images/bg-about-topcat.png) repeat-x center 56px;
  text-align: center;
  margin-bottom: 29px;
  font-family: "FuturaStdBook";
}

.topcat .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 90px;
  *width: 113px;
}

.topcat .item:first-child {
  margin-left: auto;
}

.topcat .item .img {
  display: block;
  width: 116px;
  height: 116px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 17px;
}

.topcat .item .title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

.topcat .item .title:hover,
.topcat .item.on .title {
  color: #805300;
}

.topcat .item.it1 .img {
  background: url(../images/bg-about-t-1.png) no-repeat right center;
}

.topcat .item.it2 .img {
  background: url(../images/bg-about-t-2.png) no-repeat right center;
}

.topcat .item.it3 .img {
  background: url(../images/bg-about-t-3.png) no-repeat right center;
}

.topcat .item.it4 .img {
  background: url(../images/bg-about-t-4.png) no-repeat right center;
}

.topcat .item.it5 .img {
  background: url(../images/bg-about-t-5.png) no-repeat right center;
}

.topcat .item .img:hover,
.topcat .item.on .img {
  background-position: left center;
}

@media screen and (max-width: 1219px) {
  .topcat .item {
    margin-left: 50px;
  }
}

@media screen and (max-width: 999px) {
  .topcat .item {
    margin-left: 20px;
  }

  .topcat .item .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .topcat {
    background: none;
    margin-bottom: 30px;
  }

  .topcat .item {
    display: block;
    float: left;
    margin-left: 1%;
    margin-right: 1% !important;
    width: 31% !important;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .topcat .item {
    display: block;
    float: left;
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48% !important;
    margin-bottom: 20px;
  }
}

.product {
  /*list*/
}

.product .goods {
  width: 907px;
}

.product .list {
  width: 250px;
  font-family: "RobotoRegular";
  position: relative;
}

.product .list .title1 {
  width: 100%;
  margin-bottom: 1px;
  margin-bottom: 12px;
}

.product .list .title1 a {
  display: block;
  width: 100%;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  font-family: "FuturaStdBook";
  color: #333333;
}

.product .list .subNavBox {
  width: 100%;
}

.product .list .subNav {
  cursor: pointer;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 5px;
}

.product .list .subNav.div1 {
  margin-top: 0px;
  padding-top: 4px;
}

.product .list .subNav a {
  display: block;
  line-height: 41px;
  padding-left: 13px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
}

.product .list .subNav:hover {
  background: #805300;
}

.product .list .subNav:hover a {
  color: #fff;
}

.product .list .currentDd {
  background: #805300;
}

.product .list .currentDd a {
  color: #fff;
}

.product .list .navContent {
  padding-top: 8px;
  margin-top: 2px;
  display: none;
  background: #fafafa;
  position: relative;
  padding-bottom: 11px;
  top: 0px;
}

.product .list .navContent>li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #333333;
  padding-left: 32px;
}

.product .list .navContent>li a:hover {
  color: #805300;
}

.product .pro_ul {
  padding-bottom: 29px;
}

.product .pro_ul a {
  display: block;
}

.product .pro_ul img {
  display: block;
}

.product .pro_ul li {
  float: left;
  margin-left: 27px;
  width: 284px;
  margin-bottom: 28px;
}

.product .pro_ul li:hover .pro_input a {
  color: #805300;
  background: #fff;
}

.product .pro_ul .title2 {
  margin-top: 12px;
  padding: 0px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.product .pro_ul p {
  padding: 0px 10px;
  text-align: center;
}

.product .pro_ul p a {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  /*white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 54px;
}

.product .pro_ul .wrap {
  position: relative;
  max-width: 284px;
  margin: 0 auto;
  background: url(../images/m1_ul.png) repeat center top;
  padding-bottom: 20px;
}

.product .pro_ul .pro_input {
  position: relative;
  margin-top: 24px;
}

.product .pro_ul .pro_input a {
  display: block;
  width: 116px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: #805300;
  border: 1px solid #805300;
  text-align: center;
  margin: 0 auto;
}

.product .pro_ul .pro_input input {
  position: absolute;
  top: 8px;
  left: 57px;
}

@media screen and (max-width: 1219px) {
  .product .pro_ul li {
    width: 31%;
    margin-left: 1% !important;
    margin-right: 1%;
  }

  .product .pro_ul .pro_input input {
    left: 0px;
  }

  .product .goods {
    width: 679px;
  }

  .product .list {
    width: 250px;
    font-family: "RobotoRegular";
  }
}

@media screen and (max-width: 999px) {
  .product .goods {
    width: 100%;
    float: none;
  }

  .product .list {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .product .pro_ul li {
    width: 31%;
    margin-left: 1% !important;
    margin-right: 1%;
  }
}

@media screen and (max-width: 648px) {
  .product .pro_ul li {
    width: 48%;
    margin-left: 1% !important;
    margin-right: 1%;
  }

  .product .pro_ul .pro_input a {
    width: 70%;
  }
}

.product .dan_p {
  display: none;
  position: absolute;
  right: 5px;
  top: 15px;
}

.product .dan_p span {
  margin-bottom: 2px;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #805300;
}

@media screen and (max-width: 999px) {
  .product .dan_p {
    display: block;
  }

  .product .list .subNavBox {
    display: none;
  }
}

.product2 #showArea img {
  cursor: pointer;
  display: block;
  width: 136px;
  height: 136px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product2 #showArea a {
  padding-left: 11px;
  display: block;
}

.product2 #showArea img:hover {
  border: 1px solid #805300;
}

.product2 #showArea a:hover {
  background: url(../images/sanjiao.png) no-repeat left center;
}

.product2 #main_img {
  cursor: pointer;
  display: block;
}

.product2 #gotop {
  cursor: pointer;
  display: block;
  margin: auto;
}

.product2 #gobottom {
  cursor: pointer;
  display: block;
  margin: auto;
}

.product2 #showArea {
  height: 460px;
  overflow: hidden;
  margin-top: 21px;
  margin-bottom: 14px;
}

.product2 .MagicZoomBigImageCont {
  background: #FFF;
}

.product2 .MagicZoomBigImageCont img {
  max-width: 1200px;
  display: block;
}

.product2 .MagicZoomPup {
  border: 0px solid #aaa;
  background: #ffffff;
}

.product2 .left-pro {
  width: 679px;
  text-align: left;
  margin: 0px auto;
}

.product2 .left-pro .t1 {
  width: 159px;
  float: right;
}

.product2 .left-pro .t2 {
  width: 513px;
  text-indent: 0;
  float: left;
  border: 0px solid #805300;
}

.product2 .left-pro .t2 a {
  display: block;
  margin-bottom: 0px;
}

.product2 .left-pro .t2 img {
  text-indent: 0;
  display: block;
}

.product2 .content {
  max-width: 679px;
  margin: 0 auto;
}

.product2 .content .title {
  padding-top: 33px;
}

.product2 .content .title h1 {
  font-size: 20px;
  font-size: 2rem;
  color: #333;
  font-weight: bold;
}

.product2 .content .btn {
  width: 444px;
  margin-top: 26px;
  float: left;
}

.product2 .content .btn a {
  display: block;
  float: left;
  margin-right: 25px;
  width: 118px;
  height: 30px;
  line-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #805300;
  color: #fff;
  background-color: #805300;
}

.product2 .content .btn a:hover {
  color: #805300;
  background: #fff;
}

.product2 .content .share1 {
  width: 224px;
  float: right;
  margin-top: 26px;
}

.product2 .content .share1 .span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  height: 26px;
  line-height: 26px;
}

.product2 .at-resp-share-element .at-icon {
  width: 26px !important;
  height: 26px !important;
}

.product2 .at-style-responsive .at-share-btn {
  padding: 0 !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}

.product2 .at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 26px !important;
  height: 26px !important;
}

.product2 .at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.product2 .protitle1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../images/protitle1.png) no-repeat left bottom;
  padding-bottom: 10px;
  line-height: 40px;
  margin-top: 58px;
}

.product2 .protitle2 a {
  display: block;
  margin-bottom: 50px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../images/protitle1.png) no-repeat left bottom;
  padding-bottom: 10px;
  line-height: 40px;
}

.product2 .pro_x {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.product2 .pro_x a {
  color: #805300;
  line-height: 30px;
  color: #805300;
}

.product2 .pro_x img {
  display: block;
  max-width: 100%;
}

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

.product2 .pro_x .table table {
  width: 100%;
  border-collapse: collapse;
  line-height: 22px;
  border: 1px solid #ccc;
  overflow: auto;
  color: #333;
}

.product2 .pro_x .table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.product2 .pro_x .table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.product2 .pro_x .table::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.product2 .pro_x .table table tr:nth-of-type(odd) td{
  background: rgb(229, 239, 251);
}

.product2 .pro_x .table table tr td {
  padding: 8px 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.product2 .pro_x .table table tr td:nth-of-type(1){
  text-align: left;
}

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

  .product2 .pro_x .table table {
    width: 885px;
  }
}

.product2 .pro_ul {
  padding-bottom: 71px;
}

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

  .product2 .MagicZoomPup {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .product2 .left-pro {
    display: none;
  }

  .product2 .pro_ul {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .product2 .content .share1 {
    float: none;
  }

  .product2 .content .btn {
    width: 100%;
    max-width: 500px;
    float: none;
  }

  .product2 .content .btn a,
  .product2 .content .btn span {
    width: 48%;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    float: left;
    margin-right: 1%;
  }

  .product2 .content .title h1 {
    font-size: 20px;
    font-size: 2rem;
  }

  .product2 .protitle1 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .product2 .protitle2 a {
    font-size: 20px;
    font-size: 2rem;
  }
}

.product2 .img980 {
  display: none;
}

.product2 .img-scroll {
  position: relative;
  width: 100%;
}

.product2 .img-scroll .prev {
  position: absolute;
  display: block;
  width: 39px;
  height: 39px;
  z-index: 99;
}

.product2 .img-scroll .next {
  position: absolute;
  display: block;
  width: 39px;
  height: 39px;
  z-index: 99;
}

.product2 .img-scroll .prev {
  left: 0;
  cursor: pointer;
  background: url(../images/qubleft.png) no-repeat center;
}

.product2 .img-scroll .next {
  right: 0;
  cursor: pointer;
  background: url(../images/qubright.png) no-repeat center;
}

.product2 .img-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.product2 .img-list ul {
  width: 1000%;
}

.product2 .img-list li {
  float: left;
  width: 285px;
  margin-right: 0%;
}

.product2 .img-list li:hover .m4fu {
  top: 0;
}

.product2 .img-list li:hover .m4zi {
  background: #805300;
}

/*.product2 .img-list li:first-child .m3lien {*/
/*  border: 1px solid #363535;*/
/*}*/
.product2 .img-list li {
  border: 1px solid #363535;
  border-left: 0px;
}
.product2 .img-list li:first-child {
  border: 1px solid #363535;
}

.product2 .img-list img {
  display: block;
  max-width: 285px;
  /*max-height: 170px;*/
  width: 100%;
  margin: 0 auto;
}

.product2 .img-list .m3lien {
  max-width: 285px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  /*border: 1px solid #363535;*/
  /*border-left: 0px;*/
}



@media screen and (max-width: 999px) {
  .product2 .img980 {
    display: block;
  }

  .product2 .img-scroll .hot {
    position: absolute;
    top: 40%;
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .product2 .img-list li .m3lien .m4fu {
    top: 0px;
    display: none;
  }

  .product2 .img-list {
    width: 100%;
  }

  .product2 .img-list li {
    width: 2.5%;
  }

  .product2 .img-list .m4zi {
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .product2 .protitle2 {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .product2 .img-scroll {
    margin-top: 20px;
  }

  .product2 .img-list li {
    width: 3.33%;
  }
}

@media screen and (max-width: 400px) {
  .product2 .img-list {
    width: 235px;
    margin: 0 auto;
  }

  .product2 .img-list li {
    width: 235px;
  }
}

/**********************************************************   Working Environment   ***********************************************************/
.zhanshi_tp2 {
  position: relative;
  width: 982px;
  margin: auto;
  margin-top: 34px;
  margin-bottom: 44px;
  height: 866px;
}

.zhanshi_tp2 .ulBigPic {
  width: 845px;
  height: 619px;
  margin-left: 58px;
  overflow: hidden;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.zhanshi_tp2 .ulBigPic li {
  width: 845px;
  height: 619px;
  display: none;
  position: relative;
}

.abfu {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 44px;
  bottom: 0px;
  left: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  font-family: Tahoma, Geneva, sans-serif;
}

.zhanshi_tp2 .ulBigPic .liSelected {
  display: block;
}

.zhanshi_tp2 .ulBigPic img {
  width: 845px;
  height: 619px;
}

.zhanshi_tp2 .sLeftBtnA,
.zhanshi_tp2 .sLeftBtnASel,
.zhanshi_tp2 .sLeftBtnABan,
.zhanshi_tp2 .sRightBtnA,
.zhanshi_tp2 .sRightBtnASel,
.zhanshi_tp2 .sRightBtnABan {
  width: 24px;
  height: 45px;
  display: block;
  position: absolute;
  top: 256px;
}

.zhanshi_tp2 .sLeftBtnA,
.zhanshi_tp2 .sLeftBtnASel,
.zhanshi_tp2 .sRightBtnA,
.zhanshi_tp2 .sRightBtnASel {
  cursor: pointer;
}

.zhanshi_tp2 .sLeftBtnA,
.zhanshi_tp2 .sLeftBtnASel,
.zhanshi_tp2 .sLeftBtnABan {
  left: 0px;
  background: url(../images/quleft.png);
}

.zhanshi_tp2 .sRightBtnA,
.zhanshi_tp2 .sRightBtnASel,
.zhanshi_tp2 .sRightBtnABan {
  right: 0px;
  background: url(../images/quright.png);
}

.zhanshi_tp2 .dSmallPicBox {
  width: 982px;
  height: 155px;
  position: relative;
  margin-top: 17px;
}

.zhanshi_tp2 .dSmallPic {
  width: 865px;
  height: 155px;
  position: absolute;
  left: 58px;
  top: 0px;
  overflow: hidden;
}

.zhanshi_tp2 .dSmallPic ul {
  position: absolute;
}

.zhanshi_tp2 .dSmallPic li {
  width: 200px;
  height: 155px;
  float: left;
  display: block;
  cursor: pointer;
  overflow: hidden;
  margin-right: 20px;
}

.zhanshi_tp2 .dSmallPic .sPic {
  width: 200px;
  height: 147px;
  display: block;
  padding-top: 8px;
}

.zhanshi_tp2 .dSmallPic .sPic img {
  display: block;
  width: 200px;
  height: 147px;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.zhanshi_tp2 .dSmallPic .sPic:hover {
  background: url(../images/ptotop.png) no-repeat center top;
}

.zhanshi_tp2 .dSmallPic .sPic:hover img {
  border: 3px solid #805300;
}

.zhanshi_tp2 .sLeftBtnB,
.zhanshi_tp2 .sLeftBtnBSel,
.zhanshi_tp2 .sLeftBtnBBan,
.zhanshi_tp2 .sRightBtnB,
.zhanshi_tp2 .sRightBtnBSel,
.zhanshi_tp2 .sRightBtnBBan {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: 69px;
}

.zhanshi_tp2 .sLeftBtnB,
.zhanshi_tp2 .sLeftBtnBSel,
.zhanshi_tp2 .sRightBtnB,
.zhanshi_tp2 .sRightBtnBSel {
  cursor: pointer;
}

.zhanshi_tp2 .sRightBtnB,
.zhanshi_tp2 .sRightBtnBSel,
.zhanshi_tp2 .sRightBtnBBan {
  right: 3px;
  background: url(../images/qubright.png) no-repeat center;
}

.zhanshi_tp2 .sLeftBtnB,
.zhanshi_tp2 .sLeftBtnBSel,
.zhanshi_tp2 .sLeftBtnBBan {
  left: 3px;
  background: url(../images/qubleft.png) no-repeat center;
}

.zhanshi_tp2 .dSmallPic li.liSelected .sPic {
  background: url(../images/ptotop.png) no-repeat center top;
}

.zhanshi_tp2 .dSmallPic li.liSelected .sPic img {
  border: 3px solid #805300;
}

@media screen and (min-width: 1000px) {
  .gongchang2 {
    display: none;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1319px) {
  .zhanshi_tp2 {
    width: 980px;
  }

  .zhanshi_tp2 .dSmallPicBox {
    width: 980px;
  }
}

@media screen and (max-width: 999px) {
  .zhanshi_tp2 {
    display: none;
  }

  .gongchang2 {
    width: 100%;
  }

  .gonglie2 {
    display: block;
    width: 28%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }

  .gongtu2 img {
    width: 100%;
    max-width: 845px;
    max-height: 619px;
  }

  .gongzi2 {
    display: block;
    text-align: center;
    line-height: 30px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 639px) {
  .gonglie2 {
    display: block;
    width: 45%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
}

.ablie {
  width: 246px;
  float: left;
  margin-left: 72px;
  margin-bottom: 49px;
}

.abtu {
  position: relative;
  overflow: hidden;
}

.abtu>img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 246px;
  max-height: 334px;
}

.fangda {
  background: url(../images/fangda.png) no-repeat center center;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0px;
}

.fangda img {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 41%;
  margin-top: -20px;
}

.ablie p {
  font-size: 1.4rem;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  margin-top: 19px;
  display: none;
}

.ablie:hover .fangda {
  top: 0px;
}

.mat1 {
  margin-top: 28px;
}

.ablie span {
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 96%;
  left: 2%;
  top: 49%;
  display: block;
  text-align: center;
  line-height: 30px;
}

.jvzhong {
  float: none;
  text-align: center;
  padding-top: 80px;
}

.jvzhong a {
  float: none;
  display: inline-block;
  *float: left;
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
  .ablie {
    width: 23%;
    margin: 20px 1% !important;
    background: none;
  }

  .abtu {
    padding: 0px;
  }

  .ablie span {
    padding: 0 5px;
  }
}

@media screen and (max-width: 999px) {
  .ablie {
    width: 23%;
    margin: 20px 1% !important;
    margin-bottom: 10px;
    background: none;
  }

  .fangda {
    top: 0;
    background: rgba(4, 0, 0, 0.1);
    opacity: 0;
  }

  .abtu {
    padding: 0px;
  }

  .fangda img {
    left: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -16px;
  }

  .ablie span {
    display: none;
  }

  .ablie p {
    display: block;
    height: 48px;
  }

  .ab3main {
    padding-bottom: 30px;
  }

  .jvzhong {
    padding-top: 10px;
  }
}

@media screen and (max-width: 799px) {
  .ablie {
    width: 31%;
    margin: 0 1%;
  }
}

@media screen and (max-width: 499px) {
  .ablie {
    width: 48%;
    margin: 10px 1% !important;
  }

  .ablie p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
    line-height: 30px;
  }
}

/***********************************  FAQ  ************************************/
.faq .subNavBox1 {
  padding-bottom: 20px;
}

.faq .zm {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  color: #333333;
}

.faq .subNav1 {
  cursor: pointer;
  line-height: 42px;
  background: #eeeeee url("../images/xy.png") no-repeat right center;
  padding-left: 15px;
  margin-bottom: 30px;
  padding-right: 35px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.faq .subNav1:hover {
  background: #eeeeee url("../images/xz.png") #805300 no-repeat right center;
}

.faq .subNav1:hover .zm {
  color: #805300;
}

.faq .subNav1:hover .zu {
  color: #805300;
}

.faq .zu {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #805300;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.faq .currentDt1 {
  background: #eeeeee url("../images/xz.png") no-repeat right top;
}

.faq .currentDt1 .zm {
  color: #805300;
}

.faq .currentDt1 .zu {
  color: #805300;
}

.faq .navContent1 {
  display: none;
  margin-top: -30px;
  padding: 0 18px;
  padding-top: 22px;
  padding-bottom: 28px;
}

.faq .navContent1 img {
  width: 90%;
  max-width: 380px;
  margin-left: 25px;
}

.faq .pack span {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  color: #805300;
}

.faq .pack p {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 999px) {
  .faq .pack p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .faq .subNav1{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
  }
}

.ab1_top {
  padding-bottom: 100px;
}

.ab1_top .ab1_wrap {
  margin-bottom: 24px;
}

.ab1_top .ab_l {
  width: 546px;
}

.ab1_top .ab_l .title {
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  color: #333;
  text-transform: uppercase;
}

.ab1_top .ab_l .title span {
  color: #805300;
}

.ab1_top .ab_l .title2 {
  margin-top: 16px;
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.ab1_top .ab_l p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  margin-top: 18px;
}

.ab1_top .ab_l p span {
  display: block;
  margin-top: 18px;
  padding-bottom: 13px;
}

.ab1_top .litop {
  position: relative;
  width: 600px;
  padding-bottom: 32.6%;
  height: 0;
  overflow: hidden;
  margin-top: 11px;
}

.ab1_top .litop iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ab1_top .litop iframe body {
  margin: 0px !important;
}

.ab1_top .ab2_wrap img {
  display: block;
  max-width: 564px;
  max-height: 391px;
  width: 100%;
  margin: 0 auto;
  margin-right: 38px;
}

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

.ab1_top .ab2_wrap p.p1 {
  padding-bottom: 31px;
}

@media screen and (max-width: 1219px) {
  .ab1_top .ab_l {
    width: 48%;
  }

  .ab1_top .litop {
    width: 50%;
  }

  .ab1_top .ab2_wrap img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 999px) {
  .ab1_top .ab_l {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .ab1_top .litop {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 600px;
    padding-bottom: 40%;
    margin-bottom: 20px;
  }

  .ab1_top .ab2_wrap img {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .ab1_top .ab2_wrap p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .ab1_top .ab_l p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .ab1_top .ab_l p span {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .ab1_top .ab_l .title {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .ab1_top {
    padding-bottom: 50px;
  }

  .ab1_top .ab_l .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

.ab2_ul a {
  display: block;
}

.ab2_ul img {
  display: block;
  margin: 0 auto;
}

.ab2_ul li {
  width: 555px;
  margin-bottom: 51px;
}

.ab2_ul li:hover .fu {
  top: 0px;
}

.ab2_ul .wrap {
  position: relative;
  overflow: hidden;
}

.ab2_ul .fu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.ab2_ul p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
  margin-top: 19px;
}

@media screen and (max-width: 1219px) {
  .ab2_ul li {
    width: 48%;
  }
}

@media screen and (max-width: 999px) {
  .ab2_ul .fu {
    opacity: 0;
    top: 0;
  }

  .ab2_ul p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ab2_ul li {
    margin-bottom: 30px;
  }
}

.ab5_ul a {
  display: block;
}

.ab5_ul img {
  display: block;
  margin: 0 auto;
}

.ab5_ul li {
  width: 554px;
  margin-bottom: 35px;
}

.ab5_ul li:hover .fu {
  top: 0px;
}

.ab5_ul .wrap {
  position: relative;
  overflow: hidden;
}

.ab5_ul .fu {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.ab5_ul p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 30px;
  margin-top: 19px;
  text-align: center;
}

@media screen and (max-width: 1219px) {
  .ab5_ul li {
    width: 48%;
  }
}

@media screen and (max-width: 999px) {
  .ab5_ul .fu {
    opacity: 0;
    top: 0;
  }

  .ab5_ul p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ab5_ul li {
    margin-bottom: 30px;
  }
}

/*****************  li meng si  start  *****************/
/********  news1  ********/
.new1 .fwp {
  margin-bottom: 61px;
  padding-bottom: 11px;
  position: relative;
}

.new1 .swp {
  position: absolute;
  top: 0;
  left: 0;
}

.new1 .swp a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.new1 .swp a img {
  display: block;
  max-width: 365px;
  max-height: 247px;
  width: 100%;
  margin: 0 auto;
}

.new1 .zi {
  padding-left: 416px;
  min-height: 236px;
  padding-right: 0px;
}

.new1 .zi .time {
  padding-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  color: #666666;
}

.new1 .zi .title {
  color: #333;
  display: block;
  padding-top: 28px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new1 .zi .p {
  display: block;
  margin-bottom: 41px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.new1 .zi .more {
  font-size: 16px;
  font-size: 1.6rem;
  color: #805300;
  background: url(../images/msjt.png) no-repeat center right;
  padding-right: 31px;
}

.new1 .zi .title:hover {
  color: #805300;
}

.new1 .zi .p:hover {
  color: #805300;
}

.new1 .zi .more:hover {
  color: #333;
}

.new1 .page {
  position: relative;
  margin: 69px auto 0;
}

@media screen and (max-width: 999px) {
  .new1 .fwp {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .new1 .page {
    margin: 45px auto 0;
  }

  .new1 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 900px) {
  .new1 .zi {
    padding-left: 390px;
  }
}

@media screen and (max-width: 700px) {
  .new1 {
    padding-bottom: 30px;
  }

  .new1 .fwp {
    padding-bottom: 0px;
  }

  .new1 .swp {
    position: relative;
    top: 0;
    left: 0;
  }

  .new1 .zi {
    padding-left: 0px;
    min-height: 236px;
    padding-right: 0px;
    padding-top: 250px;
    min-height: auto;
  }

  .new1 .zi .title {
    padding-top: 10px;
  }

  .new1 .page {
    margin: 20px auto 0;
  }

  .new1 .zi .time {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .new1 .zi .p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 350px) {
  .new1 .zi {
    padding-top: 228px;
  }

  .new1 .zi .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/********  news2  ********/
.news2 {
  padding-bottom: 100px;
}

.xwh1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}

.nxsj {
  margin-top: 7px;
  color: #666666;
  text-align: center;
}

.nex2 {
  color: #666666;
  line-height: 26px;
  padding-top: 24px;
  padding-bottom: 18px;
}

.nex2 p,
.nex li,
.nex span,
.nex b {
  color: #666666;
}

.nex2 img,
.nex iframe {
  max-width: 100%;
}

.nshare {
  padding-bottom: 26px;
  background: url(../images/msxwxu.jpg) repeat-x center bottom;
  margin-bottom: 44px;
}

.nshare div {
  display: inline-block;
}

.nshare1 {
  position: relative;
  top: -8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  padding-right: 5px;
}

.xwsx {
  line-height: 26px;
  margin-top: 20px;
}

.xwsx span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  width: 77px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  border: 1px solid #0a0a0a;
  margin-right: 5px;
}

.xwsx a {
  font-size: 16px;
  font-size: 1.6rem;
}

.xwsx a:hover {
  color: #805300;
}

@media screen and (max-width: 767px) {
  .xwh1 {
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

/********  contact  ********/
.contact {
  background: url(../images/msmap.jpg) no-repeat center 42px;
  padding-bottom: 100px;
}

.lxlist {
  width: 936px;
  margin: 0 auto;
  padding-top: 54px;
}

.lxlist li {
  width: 210px;
  float: left;
  margin: 0 12px;
}

.lxlist {
  text-align: center;
}

.lxlist li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: bold;
}

.lxlist li img {
  margin-bottom: 29px;
}

.lxlist li p a:hover {
  color: #805300;
}

.cp1 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  color: #333333;
  text-transform: uppercase;
  padding-top: 48px;
  line-height: 36px;
  font-family: 'FuturaStdBook';
}

.cp2 {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #8a8a8a;
  line-height: 20px;
}

.cuxin {
  margin-top: 21px;
}

.cuxin ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}

.cuxin :-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}

.cuxin ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

.cuxin :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}

.xinl {
  width: 462px;
  float: left;
}

.xinr {
  width: 662px;
  float: right;
}

.cuxin .int1 {
  padding-left: 18px;
  margin-top: 19px;
}

.cuxin .xing {
  background: url(../images/xing.png) no-repeat left 22px;
}

.cuxin .int1 input {
  width: 439px;
  height: 48px;
  border: 1px solid #686868;
  padding-left: 40px;
  line-height: 48px;
}

.cuxin .curen {
  background: #fff url(../images/coren.jpg) no-repeat left center;
}

.cuxin .cuxinfeng2 {
  background: #fff url(../images/coxinfeng.jpg) no-repeat left center;
}

.cuxin .cudianhua2 {
  background: #fff url(../images/codianhua.jpg) no-repeat left center;
}

.cuxin .cufangzi2 {
  background: #fff url(../images/cofang.jpg) no-repeat left center;
}

.cuxin .int2 {
  padding-left: 18px;
  margin-top: 19px;
}

.cuxin .int3 {
  padding-left: 18px;
  margin-top: 18px;
}

.cuxin textarea {
  width: 600px;
  height: 186px;
  border: 1px solid #686868;
  padding-left: 40px;
  line-height: 48px;
  background: #fff url(../images/cobiji.jpg) no-repeat left top;
}

.cuxin .int4 {
  width: 229px;
  height: 48px;
  border: 1px solid #686868;
  padding-left: 11px;
  line-height: 48px;
  float: left;
}

.cuxin .cuyanzheng {
  width: 161px;
  height: 50px;
  float: left;
  margin-left: 8px;
  cursor: pointer;
}

.cuxin .int5 {
  width: 200px;
  height: 50px;
  border: none;
  background: #805300;
  float: right;
  cursor: pointer;
  color: #fff;
  padding-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.ditu {
  width: 1198px;
  height: 483px;
  margin-top: 70px;
}

.cuxin .int5:hover {
  background: #704a03;
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
  .cot {
    background: none;
  }

  .cot ul {
    width: 190px;
    margin-left: 5px;
  }

  .xinl {
    width: 400px;
  }

  .xinr {
    width: 564px;
  }

  .cuxin .int1 input {
    width: 337px;
  }

  .cuxin textarea {
    width: 503px;
  }

  .cuxin .int4 {
    width: 179px;
  }

  .cuxin .int5 {
    width: 150px;
  }

  .ditu {
    margin-left: auto;
    width: 100%;
    height: auto;
    max-width: 1198px;
    max-height: 483px;
  }
}

@media screen and (max-width: 999px) {
  .cot {
    background: none;
  }

  .cot ul {
    width: 32%;
    margin-left: 1%;
    margin-top: 20px;
  }

  .xinl {
    width: 100%;
  }

  .xinr {
    width: 100%;
  }

  .cuxin .int1 input {
    width: 92.3%;
  }

  .cuxin textarea {
    width: 92.3%;
  }

  .cuxin .int4 {
    width: 30%;
  }

  .cuxin .int5 {
    width: 30%;
    float: left;
    margin-left: 10px;
  }

  .ditu {
    margin-left: auto;
    width: 100%;
    height: auto;
    max-width: 1181px;
    max-height: 512px;
  }

  .coc li {
    display: block;
    text-align: left;
    margin: 10px 0;
  }

  .lxlist {
    width: 100%;
  }

  .lxlist li {
    width: 25%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .lxlist li p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .lxlist li {
    width: 50%;
    margin-bottom: 20px;
  }

  .lxlist li img {
    margin-bottom: 15px;
  }

  .cp1 {
    padding-top: 35px;
  }

  .ditu {
    margin-top: 35px;
  }
}

@media screen and (max-width: 639px) {
  .cuxin .int1 input {
    width: 88.5%;
  }

  .cuxin textarea {
    width: 88.5%;
  }

  .cuxin .int4 {
    width: 30%;
  }

  .cuxin .cuyanzheng {
    float: left;
    margin-left: 10px;
  }

  .cuxin .int5 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
  }

  .ditu {
    margin-left: auto;
  }

  .cot ul {
    width: 49%;
    margin-left: 1%;
    margin-top: 20px;
  }

  .comain {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 419px) {
  .cuxin .int1 input {
    width: 84.5%;
  }

  .cuxin textarea {
    width: 84.5%;
  }

  .cot ul {
    width: 99%;
  }

  .lxlist li {
    width: 100%;
  }

  .cp1 {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */

/* dif_main3 */
.dif_main3 {
  padding-top: 101px;
  padding-bottom: 105px;
}

.dif_main3 .wp {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.dif_main3 .dm3l_box {
  width: 100%;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 18px;
}

.dif_main3 .dm3l_box::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 70.79%;
  background: #f9f9f9;
  right: 0;
  top: 0;
  z-index: -1;
}

.dif_main3 .dm3r_box {
  width: 48.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 36px;
}

.dif_main3 .tr_img a {
  display: block;
}

.dif_main3 .dm3r_box>div {
  width: 47.9%;
}

.dif_main3 .dm3r_box .box2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dif_main3 .dm3r_box .box2 .tr_img:nth-of-type(2) {
  margin-top: 15px;
}

.dif_main3 .main_title {
  padding-top: 0px !important;
}

.dif_main3 .main_title a {
  padding-bottom: 0px !important;
  text-align: left;
  background: none;
}

.dif_main3 .describe {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 22px;
  padding-right: 15%;
}

.dif_main3 .buttonBox {
  display: flex;
  justify-content: flex-start;
  margin-top: 7px;
}

.dif_main3 .buttonBox a {
  font-size: 16px;
  min-width: 133px;
  height: 40px;
  padding: 0px 5px;
  background-color: #805300;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dm3l_bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 19px;
}

.dm3l_bottom figure {
  background: rgba(128, 83, 0, 0.4);
  width: 44.16%;
  margin-left: 3.68%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 19px 10px 9px;
  min-height: 132px;
}

.dm3l_bottom .dif_name {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-top: 7px;
}

.dm3l_bottom figure:nth-of-type(2n+1) {
  margin-left: 0%;
}

.dm3l_bottom .logo {
  width: 55px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dm3l_bottom .logo img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 999px) {
  .dif_main3 {
    padding-bottom: 30px;
  }

  .dif_main3 .wp {
    max-width: 584px !important;
  }

  .dm3l_bottom figure {
    width: 48%;
    margin-left: 4%;
  }

  .dif_main3 .dm3l_box {
    flex: none;
  }

  .dif_main3 .dm3r_box {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}

/* dif_form */
.dif_form {
  background: url('../images/dif_form.jpg') no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 55px;
  padding-bottom: 93px;
}

.dif_form .form_title {
  font-family: 'vrindab';
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: -2px;
  color: #ffffff;
  text-align: center;
}

.dif_form .form_title a {
  color: #ffffff;
}

.dif_form .form_title a:hover {
  color: #805300;
}
.dif_form input,
.dif_form textarea {
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 21px;
  width: 100%;
  flex: 1;
  resize: none;
  outline: none;
  border: none;
  display: block;
  background: rgba(255,255,255,0.3);
  box-sizing: border-box;
}

.dif_form input {
  height: 56px;
}

.dif_form textarea {
  height: 196px;
  padding-top: 11px;
}

.dif_form input::placeholder,
.dif_form input::-webkit-input-placeholder,
.dif_form textarea::placeholder {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.dif_form form{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 17px;
}
.dif_form form p{
  width: 100%;
  margin-top: 17px;
}
.dif_form form .half{
  width: 49.25%;
}
.dif_form .yzm {
  width: calc(100% - 255px);
  display: flex;
  flex-wrap: wrap;
}
.dif_form .yzm input{
  height: 44px;
}
.dif_form .yzm span {
	height: 44px;
  display: flex;
  margin-left: 14px;
  cursor: pointer;
  opacity: 0.8;
}

.dif_form .yzm span img {
	height: 100%;
}
.dif_form .buttonBox {
	width: 238px;
	flex-shrink: 0;
	margin-left: 15px;
}
.dif_form .yzm,
.dif_form .buttonBox{
  margin-top: 17px;
}

.dif_form .buttonBox input {
	cursor: pointer;
  height: 44px;
	transition: 0.3s;
  background: #805300;
	padding: 0px !important;
  font-size: 14px;
	color: #fff;
}

.dif_form .buttonBox input:hover {
	background: #fff;
	color: #805300;
}
.dif_form form .yz {
	position: relative;
}

.dif_form form .yz input{
  padding-left: 23px;
}

.dif_form form .yz::before {
	content: '*';
	top: 55%;
	transform: translateY(-50%);
	left: 14px;
	position: absolute;
	color: #fff;
	font-size: 18px;
}

@media screen and (max-width: 999px){
  .dif_form .form_title{
    font-size: 32px;
    line-height: 36px;
  }
  .dif_form input{
    height: 40px !important;
  }
  .dif_form .yzm span{
    height: 40px;
  }
  .dif_form .buttonBox{
    width: 190px;
  }
  .dif_form .yzm{
    width: calc(100% - 205px);
  }
}

@media screen and (max-width: 580px){
  .dif_form{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dif_form .buttonBox{
    width: 100%;
    margin-left: 0px;
  }
  .dif_form .form_title{
    font-size: 26px;
    line-height: 32px;
  }
  .dif_form .yzm{
    width: 100%;
  }
  .dif_form input{
    height: 32px !important;
    padding: 0px 15px;
  }
  .dif_form form .yz input{
    padding-left: 17px;
  }
  .dif_form form .yz::before{
    left: 8px;
  }
  .dif_form textarea{
    height: 150px;
  }
  .dif_form .yzm span{
    height: 32px;
  }
}

.lang {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 8px;
  float: right;
  margin-top: 64px;
}
.lang:hover p {
  background: #fff;
}
.lang:hover i,
.lang:hover .xiangxia,
.lang:hover span {
  color: #333;
  transition: 0s;
}
.lang .lang_box {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.lang .lang_box:hover .xiangxia {
  color: #805300;
}
.lang .lang_box:hover .icon-yuyan {
  color: #805300;
}
.lang .lang_box:hover span {
  color: #805300;
}
.lang .lang_box .icon-yuyan {
  font-size: 20px;
  color: #333;
}
.lang .lang_box .xiangxia {
  font-size: 10px;
  color: #666;
  margin-top: 2px;
}
.lang .lang_box span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666;

}
.lang > ul {
  display: none;
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: 110%;
  right: 50%;
  transform: translateX(50%);
  border: 1px solid #805300;
  border-radius: 5px;
  z-index: 1;
}
.lang > ul li a {
  text-align: center;
  display: block;
  line-height: 28px;
  border-bottom: 1px dashed #805300;
}
.lang > ul li a:hover {
  color: #805300;
}
.lang .lang_box img{
  width: 18px;
}

@media screen and (max-width: 959px){
  .lang{
    position: absolute;
    margin: 0px !important;
    right: 20px;
    top: 32px;
  }
}

@media screen and (max-width: 500px) {
  .lang{
    top: 74px;
    right: 10px;
  }
}

.tel_dif{
    position: absolute;
    font-size: 20px;
    line-height: 24px;
    /*right: 100%;*/
    left:calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    color: #fff;
    /* height: 100%; */
    padding: 5px 10px;
    background: #805300;
    box-sizing: border-box;
}
.tel_dif.active{
    left:auto;
    right:calc(100% + 2px);
}
.tel_dif p {
    white-space: nowrap;
}

@media screen and (min-width: 1000px) {
    .m-kf .kf-item:hover .tel_dif{
        left:auto;
        right:calc(100% + 2px);
    }
}

@media screen and (max-width: 1000px) {
    .tel_dif{
        font-size:16px;
    }
}

@media screen and (max-width: 767px) {
    .tel_dif{
        top:auto !important;
        left:50% !important;
        transform: translateX(-50%);
        bottom:calc(100% + 2px) !important;
        right:auto !important;
        display:none;
    }
    .tel_dif.active{
        display:block;
    }
}

.text_dif {
				padding-top: 30px;
				padding-bottom: 40px;
			}

			.text_dif p {
				margin: 0px;
			}

			.text_dif .text_dif_title {
				font-size: 30px;
				font-weight: bold;
				font-stretch: normal;
				line-height: 36px;
				letter-spacing: 0px;
				color: #333;
			}

			.text_dif .show {
				-webkit-line-clamp: initial !important;
				mask-image: none !important;
				-webkit-mask-image: none !important;
			}

			.text_dif .text_dif_text {
				color: #666;
				text-overflow: -o-ellipsis-lastline;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				margin-top: 20px;
				font-size: 16px;
				font-weight: normal;
				font-stretch: normal;
				line-height: 26px;
				letter-spacing: 0px;
				color: #333;
			}

			.text_dif .text_dif_read {
				display: flex;
				justify-content: flex-start;
				margin-top: 30px;
			}

			.text_dif .text_dif_read a,
			.text_dif .text_dif_read span {
				display: none;
				justify-content: center;
				align-items: center;
				color: #805300;
				cursor: pointer;
				font-size: 16px;
				min-width: 90px;
				height: 36px;
				padding: 0px 20px;
				border: solid 1px #805300;
			}

			.text_dif .text_dif_read a:hover,
			.text_dif .text_dif_read span:hover {
				color: #fff;
				background: #805300;
			}

			@media screen and (max-width: 1000px) {
				.text_dif .text_dif_title {
					font-size: 20px;
					line-height: 28px;
				}

				.text_dif .text_dif_text {
					margin-top: 10px;
					font-size: 14px;
					line-height: 24px;
				}

				.text_dif .text_dif_read a,
				.text_dif .text_dif_read span {
					font-size: 14px;
					min-width: 80px;
					height: 32px;
				}
			}

.tel_dif img{
    max-width: none;
  }
