@font-face {
  font-family: "DINOT";
  src: url("../images/DINOT-CondMedium.otf");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: inherit;
  list-style: none;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.5em;
  position: relative;
  font-style: normal;
  border: none;
  outline: none;
  background-position: center top;
  background-repeat: no-repeat;
}
*:hover {
  border: none;
  outline: none;
}
html,
body {
  background: #fafafa;
  font-family: "Microsoft YaHei";
}
/*箭头向上*/
/*箭头向下*/
/*箭头向左*/
/*箭头向右*/
.absolute {
  position: absolute;
}
br {
  line-height: 0;
}
.fl,
.left {
  float: left;
}
.fr,
.right {
  float: right;
}
.nofloat {
  float: none;
}
.last_child {
  background: none !important;
  border-right: none !important;
  margin-right: 0 !important;
}
select,
input {
  background: none;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #9e9e9e;
}
input:-moz-placeholder,
select:-moz-placeholder {
  color: #9e9e9e;
}
input::-moz-placeholder,
select::-moz-placeholder {
  color: #9e9e9e;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #9e9e9e;
}
.clearfix:after,
.clear {
  content: '';
  width: 100%;
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
}
.bg12 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
img {
  display: block;
  width: 100%;
  max-width: default;
  margin: 0 auto;
}
/*star --slider 通用*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 901;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow.slick-prev {
  left: 0px;
}
.slick-arrow.slick-next {
  right: 0px;
}
.slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}
.slick-dots li {
  margin: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #fff;
  opacity: 0.7;
  border-radius: 100%;
  cursor: pointer;
  height: 14px;
  width: 14px;
  font-size: 0;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.wrapper .part {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  color: #5f5f5f;
}
.wrapper .part .img {
  overflow: hidden;
}
.wrapper .part .img img {
  transform: scale(1);
  transition: all 0.3s linear;
}
.wrapper .part .img:hover img,
.wrapper .part .img.on img {
  transform: scale(1.05);
}
.wrapper .part .guangg {
  z-index: 10;
  overflow: hidden;
}
.wrapper .part .guangg img {
  transform: scale(1);
  transition: all 0.3s linear;
}
.wrapper .part .guangg:hover img {
  transform: scale(1.05);
}
.wrapper .part .guangg .img {
  width: 100%;
  height: 100%;
}
.wrapper .part .guangg .img img {
  width: 100%;
  height: 100%;
}
.wrapper .part .guangg > a {
  display: block;
}
.wrapper .part .b_tit {
  margin-bottom: 35px;
}
.wrapper .part .tit {
  text-align: center;
  padding: 50px 0 40px;
}
.wrapper .part .tit h1 {
  font-size: 32px;
}
.wrapper .part .tit h1:after,
.wrapper .part .tit h1:before {
  content: '';
  width: 13px;
  height: 24px;
  margin: 0 15px;
  display: inline-block;
  background: url("../images/tit_line_xie.png") no-repeat;
}
.wrapper .part .tit h1:before {
  background-position: left center;
}
.wrapper .part .tit h1:after {
  background-position: right center;
}
.wrapper .part .tit h1 span {
  color: #0d385e;
}
.wrapper .part .tit p {
  font-size: 14px;
  color: #888;
}
.wrapper .part .con_slider.slick-current {
  position: relative;
}
.wrapper .part .slick-dots {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.wrapper .part .slick-dots li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
  transform: scale(1);
  transition: all 0.3s linear;
  border: 0;
  width: 60px;
  height: 6px;
  border-radius: 6px;
  background: #fff;
  font-size: 0;
}
.wrapper .part .slick-dots li:hover,
.wrapper .part .slick-dots li.slick-active {
  transform: scale(1.1);
  background: #db0f19;
}
.wrapper .part_contact .con1 {
  height: 311px;
}
.wrapper .part_contact .con1 .con {
  width: 450px;
  margin: 0 auto;
}
.wrapper .part_contact .con1 .con .tel {
  width: 170px;
  margin: 0 auto;
  padding-top: 20px;
}
.wrapper .part_contact .con1 .con .form_tel {
  width: 296px;
  height: 34px;
  background: #000;
  margin: 15px auto 30px;
  padding: 2px;
}
.wrapper .part_contact .con1 .con .form_tel .ipt_txt {
  width: 228px;
  padding: 5px 10px;
  background: #f7f7f7;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  height: 24px;
}
.wrapper .part_contact .con1 .con .form_tel .ipt_sub {
  width: 42px;
  height: 28px;
  position: absolute;
  right: 2px;
  top: 2px;
  color: #fff;
  background: url("../images/form_tel_go.jpg") no-repeat center;
}
.wrapper .part_contact .con1 .con .bdsharebuttonbox {
  padding-top: 10px;
  width: 306px;
  margin: 0 auto;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.wrapper .part_contact .con1 .con .bdsharebuttonbox .share_tit {
  position: absolute;
  margin-bottom: 10px;
  left: 0;
  top: -15px;
  width: 100%;
  text-align: center;
}
.wrapper .part_contact .con1 .con .bdsharebuttonbox .share_tit span {
  width: auto;
  padding: 0 10px;
  color: #000;
  background: #f7f7f7;
}
.wrapper .part_contact .con1 .con .bdshare-button-style2-32 {
  text-align: center;
}
.wrapper .part_contact .con1 .con .bdshare-button-style2-32 a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
  margin-bottom: 0;
}
.wrapper .part_contact .con1 .con .wx_code {
  width: 96px;
  margin: 10px auto 0;
}
.wrapper .con_wrap {
  padding-top: 95px;
  background: #fafafa;
}
.wrapper .con_wrap .con_left {
  float: left;
  width: 900px;
}
.wrapper .con_wrap .con_leftmain{
    border: 1px solid #e7e7e7;
    min-height: 444px;
    margin-bottom: 15px;
    padding: 15px;
}
.cli-wop>.row {
  margin-right: 0px;
}
.hisk,.liker{
    display: inline-block;
    vertical-align: top;
}
.hisk>img {
    width: 200px;
    height: 130px;
}
.liker{
    padding-left: 50px;
}
.liker>h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.liker>p {
    font-size: 12px;
    color: #333;
}
.paker {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    height: 24px;
    margin-bottom: 15px;
    padding: 15px 9px 0;
}
.wrapper .con_wrap .con_left p{
    font-size: 12px;
}
.wrapper .con_wrap .con_left .article_w > p {
  font-size: 14px;
  color: #393939;
  line-height: 2em;
  margin: 15px 0;
}
.wrapper .con_wrap .con_left .article_w .tit_b {
  font-size: 18px;
  line-height: 2em;
  color: #c50818;
}
.wrapper .con_wrap .con_left .article_w > img {
  width: auto;
  margin: 20px auto;
  max-width: 100%;
  transform: translateY(0);
  transition: all 0.3s linear;
}
.wrapper .con_wrap .con_left .article_w > img:hover {
  transform: translateY(-5px);
}
.wrapper .con_wrap .con_right {
  float: right;
  width: 260px;
}
.wrapper .con_wrap .con_right .right_icon_list li {
  padding: 20px 0;
  padding-left: 100px;
  background: #fff;
  height: 55px;
}
.wrapper .con_wrap .con_right .right_icon_list li .img {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url("../images/right_thumb_list_icon_off.png");
}
.wrapper .con_wrap .con_right .right_icon_list li .desc {
  color: #fff;
  line-height: 1.5em;
}
.wrapper .con_wrap .con_right .right_icon_list li .desc h1 {
  font-size: 16px;
  color: #0c6d45;
}
.wrapper .con_wrap .con_right .right_icon_list li .desc p {
  font-size: 14px;
  color: #676767;
}
.wrapper .con_wrap .con_right .right_icon_list li.on,
.wrapper .con_wrap .con_right .right_icon_list li:hover {
  background: #0c6d45;
}
.wrapper .con_wrap .con_right .right_icon_list li.on .img,
.wrapper .con_wrap .con_right .right_icon_list li:hover .img {
  background-image: url("../images/right_thumb_list_icon_on.png");
}
.wrapper .con_wrap .con_right .right_icon_list li.on .desc h1,
.wrapper .con_wrap .con_right .right_icon_list li:hover .desc h1 {
  color: #fff;
}
.wrapper .con_wrap .con_right .right_icon_list li.on .desc p,
.wrapper .con_wrap .con_right .right_icon_list li:hover .desc p {
  color: #fff;
}
.wrapper .con_wrap .con_right .right_icon_list li + li {
  margin-top: 10px;
}
.wrapper .con_wrap .con_right .latest_news {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.wrapper .con_wrap .con_right .latest_news h1 {
  font-size: 18px;
  line-height: 1em;
  color: #2d2d2d;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrapper .con_wrap .con_right .latest_news .latest_news_list li {
  margin-bottom: 5px;
}
.wrapper .con_wrap .con_right .latest_news .latest_news_list li a {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 1.5em;
}
.wrapper .con_wrap .con_right .latest_news .latest_news_list li a:hover {
  color: #0c6d45;
}
.wrapper.index {
  background: #fff;
}
.wrapper.index .banner {
  height: 430px;
  overflow: hidden;
}
.wrapper.index .banner .con_slider {
  width: 100%;
  height: 430px;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper.index .banner #banner_form {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  padding: 10px 20px;
  z-index: 1000;
  width: 430px;
  left: 50%;
  margin-left: -215px;
}
.wrapper.index .banner #banner_form .con1 {
  font-size: 14px;
  color: #fff;
}
.wrapper.index .banner #banner_form .con1 > span,
.wrapper.index .banner #banner_form .con1 > b {
  width: 49%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.wrapper.index .banner #banner_form .con1 b {
  text-align: right;
}
.wrapper.index .banner #banner_form .con1 b i {
  color: #ff6023;
}
.wrapper.index .banner #banner_form .form {
  margin-top: 5px;
}
.wrapper.index .banner #banner_form .form .ipt {
  float: left;
}
.wrapper.index .banner #banner_form .form .ipt_txt {
  width: 300px;
  height: 20px;
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  color: #000;
}
.wrapper.index .banner #banner_form .form .ipt_sub {
  background: #eb5e20;
  width: 100px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  margin-left: 4px;
  height: 30px;
  color: #fff;
}
.wrapper.index .part0 .con1 {
  background: #f5f5f5;
}
.wrapper.index .part0 .con1 .item_list {
  padding: 24px 0;
}
.wrapper.index .part0 .con1 .item_list .item {
  transition: all 0.3s linear;
  float: left;
  margin: 0 13px;
  position: relative;
  width: 165px;
  padding: 26px 85px 26px 20px;
  background: #fff;
}
.wrapper.index .part0 .con1 .item_list .item h1 {
  font-size: 22px;
  color: #212121;
  margin-bottom: 10px;
}
.wrapper.index .part0 .con1 .item_list .item p {
  font-size: 14px;
  color: #5a5a5a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wrapper.index .part0 .con1 .item_list .item .i_bg {
  width: 70px;
  height: 64px;
  position: absolute;
  right: 15px;
  top: 30px;
}
.wrapper.index .part0 .con1 .item_list .item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: all 0.3s linear;
}
.wrapper.index .part0 .con1 .item_list .item:hover:hover {
  transform: translateY(-5px);
}
.wrapper.index .part0 .con2 {
  background: url("../images/index_part0_eg_bg.jpg") no-repeat center top;
  padding: 70px 0 0;
  height: 320px;
}
.wrapper.index .part0 .con2 .scroll_slider .con_slider .img {
  width: 695px;
  height: 255px;
}
.wrapper.index .part0 .con2 .scroll_slider .con_slider .img span {
  background: url("../images/red_bg.png") repeat;
  color: #fff;
  width: 384px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 90px;
  font-size: 32px;
  line-height: 1em;
  padding: 35px 0;
}
.wrapper.index .part0 .con2 .scroll_slider .con_slider .desc {
  background: #c70009;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  padding-left: 13px;
  margin-left: 160px;
  width: 420px;
  font-size: 16px;
  height: 320px;
}
.wrapper.index .part0 .con2 .scroll_slider .con_slider .desc h1 {
  font-size: 32px;
}
.wrapper.index .part0 .con2 .scroll_slider .con_slider .desc h2 {
  font-size: 16px;
  margin: 10px 0 20px;
}
.wrapper.index .part0 .con2 .scroll_slider .con_slider .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  height: 6em;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.wrapper.index .part0 .con2 .scroll_slider .slick-dots {
  position: absolute;
  right: 0;
  left: auto;
  text-align: right;
  bottom: 0px;
  width: 250px;
}
.wrapper.index .part0 .con2 .scroll_slider .slick-dots li {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
}
.wrapper.index .part0 .con2 .scroll_slider .slick-dots li.slick-active {
  background: #000;
}
.wrapper.index .part0 .con2 .f_info {
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: 173px;
  bottom: 0px;
}
.wrapper.index .part0 .con2 .f_info a {
  color: #fff;
}
.wrapper.index .part1 {
  background-image: url("../images/index_part1_kh_bg.jpg");
  background-position: center 161px;
}
.wrapper.index .part1 .tit {
  padding-bottom: 42px;
}
.wrapper.index .part1 .w {
  width: 275px;
}
.wrapper.index .part1 .w img {
  width: auto;
  margin: 40px 0 0;
}
.wrapper.index .part1 .w .num_list {
  background: url("../images/index_part1_left_num_bg.png") no-repeat left top;
  padding: 36px 20px 0 65px;
  width: 190px;
  height: 375px;
  margin-top: 45px;
}
.wrapper.index .part1 .w .num_list li {
  margin-bottom: 20px;
}
.wrapper.index .part1 .w .num_list li h1 {
  font-family: "DINOT";
  font-weight: bold;
  font-size: 45px;
  line-height: 1em;
  color: #0e3962;
}
.wrapper.index .part1 .w .num_list li p {
  font-size: 18px;
  line-height: 1em;
  margin-top: 5px;
  color: #5f5f5f;
}
.wrapper.index .part1 .kh_list {
  width: 925px;
  height: 505px;
  overflow: hidden;
  background: #fff;
}
.wrapper.index .part1 .kh_list table {
  border-collapse: collapse;
}
.wrapper.index .part1 .kh_list table tr th,
.wrapper.index .part1 .kh_list table tr td {
  border: 1px solid #dbdbdb;
}
.wrapper.index .part1 .kh_list table tr th .img,
.wrapper.index .part1 .kh_list table tr td .img {
  width: 230px;
  height: 125px;
  overflow: hidden;
}
.wrapper.index .part1 .kh_list table tr th .img.img_hb,
.wrapper.index .part1 .kh_list table tr td .img.img_hb {
  width: 536px;
  height: 252px;
}
.wrapper.index .part1 .kh_list table tr th .pop_img,
.wrapper.index .part1 .kh_list table tr td .pop_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 462px;
  height: 251px;
  z-index: 1000;
  overflow: hidden;
}
.wrapper.index .part1 .kh_list table tr th .pop_img > a > img,
.wrapper.index .part1 .kh_list table tr td .pop_img > a > img {
  width: 100%;
  height: 100%;
}
.wrapper.index .part1 .kh_list table tr th .pop_img .w_tit,
.wrapper.index .part1 .kh_list table tr td .pop_img .w_tit {
  position: absolute;
  right: 0;
  top: 85px;
  max-width: 480px;
  min-width: 200px;
  height: 45px;
  padding: 20px 20px;
  background: rgba(0, 110, 68, 0.8);
}
.wrapper.index .part1 .kh_list table tr td .pop_img .w_tit a{display: block}
.wrapper.index .part1 .kh_list table tr th .pop_img .w_tit span,
.wrapper.index .part1 .kh_list table tr td .pop_img .w_tit span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 40px;
  height: 40px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
  display: block;
  font-size: 30px;
  color: #fff;
}
.wrapper.index .part1 .kh_list table tr th:nth-child(4n) .pop_img,
.wrapper.index .part1 .kh_list table tr td:nth-child(4n) .pop_img {
  left: auto;
  right: 0;
}
.wrapper.index .part1 .kh_list table tr td.d1 .pop_img {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.wrapper.index .part1 .kh_list table tr td.d2 .pop_img {
  top: auto;
  bottom: 0;
  right:0;
  left: auto;
}
.wrapper.index .part1 .kh_list table tr td.d3 .pop_img {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}
.wrapper.index .part1 .kh_list table tr.bottom th .pop_img,
.wrapper.index .part1 .kh_list table tr.bottom td .pop_img {
  top: auto;
  bottom: 0;
}
.wrapper.index .part1 .kh_list table .table_list {
  width: 805px;
  text-align: center;
}
.wrapper.index .part1 .kh_list table .no_border {
  border: 0;
}
.wrapper.index .part1 .kh_list table .no_border tr th,
.wrapper.index .part1 .kh_list table .no_border tr td {
  border: 0;
}
.wrapper.index .part1 .kh_list .slick-arrow {
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 40px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
}
.wrapper.index .part1 .kh_list .slick-arrow.slick-prev {
  background-image: url("../images/btn_left.png");
  right: 110px;
}
.wrapper.index .part1 .kh_list .slick-arrow.slick-next {
  right: 50px;
  background-image: url("../images/btn_right.png");
}
.wrapper.index .part2 .tit,
.wrapper.index .part4 .tit {
  padding: 40px 0 20px;
}
.wrapper.index .part2 .slideTxtBox .hd ul,
.wrapper.index .part4 .slideTxtBox .hd ul {
  text-align: center;
}
.wrapper.index .part2 .slideTxtBox .hd ul li,
.wrapper.index .part4 .slideTxtBox .hd ul li {
  font-size: 16px;
  cursor: pointer;
  color: #393939;
  padding: 10px 0;
  margin: 0 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrapper.index .part2 .slideTxtBox .hd ul li.on,
.wrapper.index .part4 .slideTxtBox .hd ul li.on,
.wrapper.index .part2 .slideTxtBox .hd ul li:hover,
.wrapper.index .part4 .slideTxtBox .hd ul li:hover {
  color: #006e44;
}
.wrapper.index .part2 .slideTxtBox .hd ul li.on:after,
.wrapper.index .part4 .slideTxtBox .hd ul li.on:after,
.wrapper.index .part2 .slideTxtBox .hd ul li:hover:after,
.wrapper.index .part4 .slideTxtBox .hd ul li:hover:after {
  content: '';
  display: block;
  width: 38px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -19px;
  background: #006e44;
}
.wrapper.index .part2 .slideTxtBox .bd,
.wrapper.index .part4 .slideTxtBox .bd {
  margin-top: 20px;
}
.wrapper.index .part2 .slideTxtBox .bd ul:after,
.wrapper.index .part4 .slideTxtBox .bd ul:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
.wrapper.index .part2 .slideTxtBox .bd ul li,
.wrapper.index .part4 .slideTxtBox .bd ul li {
  cursor: pointer;
}
.wrapper.index .part2 .slideTxtBox .bd ul li .desc,
.wrapper.index .part4 .slideTxtBox .bd ul li .desc {
  position: absolute;
  /*top: 0;
                left: 0;
                height: 100%;*/
  width: 100%;
}
.wrapper.index .part2 .slideTxtBox .bd ul li .desc .con,
.wrapper.index .part4 .slideTxtBox .bd ul li .desc .con {
  width: auto;
  /*top: 50%;
                  margin-top: -40px;
                  left: 0;*/
  text-align: center;
}
.wrapper.index .part2 .slideTxtBox .bd ul li .desc .con h1,
.wrapper.index .part4 .slideTxtBox .bd ul li .desc .con h1 {
  font-size: 18px;
  color: #212121;
}
.wrapper.index .part2 .slideTxtBox .bd ul li .desc .con h2,
.wrapper.index .part4 .slideTxtBox .bd ul li .desc .con h2 {
  font-size: 14px;
  color: #c70009;
  text-decoration: underline;
}
.wrapper.index .part2 .slideTxtBox .guangg {
  position: absolute;
  width: 290px;
  height: 260px;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.wrapper.index .part2 .slideTxtBox .guangg .img {
  width: 100%;
  height: 100%;
}
.wrapper.index .part2 .slideTxtBox .guangg .img img {
  width: 100%;
  height: 100%;
}
.wrapper.index .part2 .slideTxtBox .bd ul:after {
  clear: both;
  content: '';
  display: block;
}
.wrapper.index .part2 .slideTxtBox .bd .item {
  overflow: hidden;
  position: absolute;
}
.wrapper.index .part2 .slideTxtBox .bd .item .img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s linear;
}
.wrapper.index .part2 .slideTxtBox .bd .item .img img {
  width: 100%;
  height: 100%;
}
.wrapper.index .part2 .slideTxtBox .bd .item .desc .con {
  transform: translateX(0);
  transition: all 0.3s linear;
}
.wrapper.index .part2 .slideTxtBox .bd .item:hover .img {
  transform: scale(1.05);
}
.wrapper.index .part2 .slideTxtBox .bd .item:hover .desc .con {
  transform: translateY(-5px);
}
.wrapper.index .part2 .slideTxtBox .bd .item .item_0 {
  width: 290px;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item1,
.wrapper.index .part2 .slideTxtBox .bd .item.item2,
.wrapper.index .part2 .slideTxtBox .bd .item.item5 {
  top: 0;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item4,
.wrapper.index .part2 .slideTxtBox .bd .item.item6,
.wrapper.index .part2 .slideTxtBox .bd .item.item8 {
  bottom: 0;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item3 {
  top: 275px;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item7 {
  width: 290px;
  height: 260px;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item7 .item_0 .desc {
  background: url("../images/green_bg.png") repeat;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item7 .item_0 .desc .con {
  width: 250px;
  height: 130px;
  margin: 0;
  padding-top: 80px;
  border: 2px solid #fff;
  position: absolute;
  top: 20px;
  left: 20px;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item7 .item_0 .desc .con h1 {
  color: #fff;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item7 .item_0 .desc .con h2 {
  color: #fff;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item6 {
  left: 0;
  bottom: 0;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item7,
.wrapper.index .part2 .slideTxtBox .bd .item.item8 {
  width: 290px;
  height: 262px;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item7 {
  bottom: 277px;
  right: 0;
}
.wrapper.index .part2 .slideTxtBox .bd .item.item8 {
  bottom: 0;
  right: 0;
}
.wrapper.index .part2 .slideTxtBox .bd .item.txt_bottom_chang {
  width: 290px;
  height: 537px;
}
.wrapper.index .part2 .slideTxtBox .bd .item.txt_bottom_chang .desc {
  width: 90%;
  bottom: 70px;
  left: 5%;
}
.wrapper.index .part2 .slideTxtBox .bd .item.txt_bottom_duan {
  width: 290px;
  height: 260px;
  right: 0;
}
.wrapper.index .part2 .slideTxtBox .bd .item.txt_bottom_duan .desc {
  width: 90%;
  bottom: 15px;
  left: 5%;
}
.wrapper.index .part2 .slideTxtBox .bd .item.txt_left,
.wrapper.index .part2 .slideTxtBox .bd .item.txt_right {
  width: 593px;
  height: 260px;
}
.wrapper.index .part2 .slideTxtBox .bd .item.txt_left .desc,
.wrapper.index .part2 .slideTxtBox .bd .item.txt_right .desc {
  width: 220px;
  bottom: 100px;
}
.wrapper.index .part2 .slideTxtBox .bd .item.txt_left .desc {
  left: 50px;
  right: auto;
}
.wrapper.index .part2 .slideTxtBox .bd .item.txt_right .desc {
  right: 30px;
  left: auto;
}
.wrapper.index .part2 .slideTxtBox .bd .iteml,
.wrapper.index .part2 .slideTxtBox .bd .itemr {
  width: 594px;
  height: 812px;
  position: relative;
}
.wrapper.index .part2 .slideTxtBox .bd .iteml {
  float: left;
  width: 594px;
}
.wrapper.index .part2 .slideTxtBox .bd .itemr {
  float: right;
  width: 594px;
}
.wrapper.index .part3 .slideTxtBox .guangg {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 280px;
  height: 576px;
}
.wrapper.index .part3 .slideTxtBox .hd {
  padding-bottom: 35px;
  border-bottom: 2px solid #0b6c45;
  margin-bottom: 15px;
}
.wrapper.index .part3 .slideTxtBox .hd li {
  width: 290px;
  height: 188px;
  float: left;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}
.wrapper.index .part3 .slideTxtBox .hd li:hover .desc,
.wrapper.index .part3 .slideTxtBox .hd li.on .desc {
  background: #0c6d45;
}
.wrapper.index .part3 .slideTxtBox .hd li:hover:after,
.wrapper.index .part3 .slideTxtBox .hd li.on:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 10px;
  left: 50%;
  bottom: -35px;
  margin-left: -10px;
  background: url("../images/arrow_top_green.png") no-repeat center bottom;
}
.wrapper.index .part3 .slideTxtBox .hd li .img {
  width: 290px;
  height: 188px;
  overflow: hidden;
}
.wrapper.index .part3 .slideTxtBox .hd li .desc {
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  background-color:rgba(0,0,0,.6);
  color: #fff;
}
.wrapper.index .part3 .slideTxtBox .hd li .desc .con h1 {
  font-size: 22px;
  line-height: 1;
}
.wrapper.index .part3 .slideTxtBox .hd li .desc .con p {
  /*padding-top: 5px;*/
  font-size: 14px;
  line-height: 1;
}
.wrapper.index .part3 .slideTxtBox .bd {
  width: 900px;
  margin-left: 310px;
}
.wrapper.index .part3 .slideTxtBox .bd li {
  float: left;
  width: 280px;
  height: 264px;
  margin: 0 10px 26px;
}
.wrapper.index .part3 .slideTxtBox .bd .desc {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
  text-align: center;
}
.wrapper.index .part3 .slideTxtBox .bd .desc h1 {
  font-size: 20px;
  color: #212121;
}
.wrapper.index .part3 .slideTxtBox .bd .desc h2 {
  font-size: 16px;
  color: #c70009;
}
.wrapper.index .part4 .tit {
  padding: 20px 0 15px;
}
.wrapper.index .part4 .slideTxtBox .guangg {
  position: absolute;
  right: 10px;
  top: 85px;
  width: 280px;
  height: 400px;
}
.wrapper.index .part4 .slideTxtBox .bd ul li {
  width: 275px;
  height: 400px;
  margin: 10px 10px;
  background: #f5f5f5;
  overflow: hidden;
  float: left;
}
.wrapper.index .part4 .slideTxtBox .bd ul li .img img {
  height: 100%;
  width: auto;
  position: relative;
}
.wrapper.index .part4 .slideTxtBox .bd ul li .buy {
  position: absolute;
  top: 35px;
  left: 20px;
  right: 20px;
  color: #c50818;
}
.wrapper.index .part4 .slideTxtBox .bd ul li .buy .price {
  width: 85px;
}
.wrapper.index .part4 .slideTxtBox .bd ul li .buy .price span,
.wrapper.index .part4 .slideTxtBox .bd ul li .buy .price b {
  font-weight: bold;
}
.wrapper.index .part4 .slideTxtBox .bd ul li .buy .price span {
  font-size: 14px;
  line-height: 1.2em;
  display: block;
}
.wrapper.index .part4 .slideTxtBox .bd ul li .buy .price b {
  font-size: 16px;
  line-height: 1.2em;
}
.wrapper.index .part4 .slideTxtBox .bd ul li .buy .car {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 32px;
  background: url("../images/icon_item_default.png");
}
.wrapper.index .part4 .slideTxtBox .bd ul li .notice {
  position: absolute;
  opacity: 0;
  transform: translateY(-50px);
  top: 34px;
  left: 5%;
  width: 90%;
  text-align: center;
  background: #25b378;
  height: 40px;
  padding: 5px 0;
  transition: all 0.3s linear;
}
.wrapper.index .part4 .slideTxtBox .bd ul li .notice p {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}
.wrapper.index .part4 .slideTxtBox .bd ul li .notice.on {
  opacity: 1;
  transform: translateY(0px);
}
.wrapper.index .part4 .slideTxtBox .bd ul li .desc {
  width: 100%;
  height: 60px;
  bottom: 20px;
  top: auto;
}
.wrapper.index .part4 .slideTxtBox .bd ul li .desc .con {
  position: relative;
  top: 0;
  height: auto;
  margin: 0;
  width: auto;
  transition: all 0.3s linear;
  padding-left: 20px;
  text-align: left;
}
.wrapper.index .part4 .slideTxtBox .bd ul li:hover .buy .car {
  background-image: url("../images/icon_item_car.png");
}
.wrapper.index .part4 .slideTxtBox .bd ul li:hover .desc .con {
  transform: translateY(-5px);
}
.wrapper.index .part5 .slideTxtBox .hd {
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  top: 293px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.wrapper.index .part5 .slideTxtBox .hd ul {
  width: 1200px;
  margin: 0 auto;
}
.wrapper.index .part5 .slideTxtBox .hd li {
  text-align: center;
  width: 50%;
  float: left;
  padding-bottom: 15px;
  color: #bfbfbf;
}
.wrapper.index .part5 .slideTxtBox .hd li:after {
  width: 14px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -8px;
  border-radius: 14px;
  border: 2px solid #bfbfbf;
}
.wrapper.index .part5 .slideTxtBox .hd li b {
  font-size: 18px;
  line-height: 1.5em;
}
.wrapper.index .part5 .slideTxtBox .hd li:hover,
.wrapper.index .part5 .slideTxtBox .hd li.on {
  color: #006e44;
}
.wrapper.index .part5 .slideTxtBox .hd li:hover:after,
.wrapper.index .part5 .slideTxtBox .hd li.on:after {
  border-color: #006e44;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 {
  width: 1200px;
  margin: 0 auto;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 .card {
  width: 381px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 .card img {
  transform: scale(1);
  transition: all 0.3s linear;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 .card:hover img {
  transform: scale(1.05);
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 .desc {
  width: 848px;
  height: 238px;
  background: #222;
  margin-left: 355px;
  color: #fff;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 .desc .con {
  padding-top: 47px;
  padding-left: 85px;
  width: 576px;
  height: 170px;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 .desc .con h1 {
  font-size: 20px;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 .desc .con p {
  margin-top: 25px;
  font-size: 14px;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 .desc .time {
  position: absolute;
  top: 40px;
  right: 45px;
  text-align: right;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 .desc .time span {
  font-size: 24px;
  display: block;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con1 .desc .time b {
  font-size: 14px;
  color: #cfcfcf;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 {
  width: 1200px;
  margin: 145px auto 0;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item {
  margin-bottom: 75px;
  margin-right: 65px;
  float: left;
  width: 535px;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item .time_card,
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item .desc {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item .time_card {
  background: #eee;
  padding: 23px 13px;
  width: 75px;
  height: 50px;
  text-align: right;
  margin-right: 25px;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item .time_card span,
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item .time_card b {
  display: block;
  line-height: 1em;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item .time_card span {
  font-size: 26px;
  color: #252525;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item .time_card b {
  font-size: 14px;
  margin-top: 5px;
  color: #636363;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item .desc {
  width: 400px;
  transition: all 0.3s linear;
  transform: translateX(0);
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item .desc h1 {
  font-size: 16px;
  color: #161616;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item .desc p {
  font-size: 14px;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  height: 4.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wrapper.index .part5 .slideTxtBox .bd ul .con2 .con_slider .item:hover .desc {
  transform: translateX(-5px);
}
.wrapper.index .part5 .slideTxtBox .btn_arrow,
.wrapper.index .part5 .slideTxtBox .prev,
.wrapper.index .part5 .slideTxtBox .next,
.wrapper.index .part5 .slideTxtBox .prevb,
.wrapper.index .part5 .slideTxtBox .nextb {
  width: 42px;
  height: 42px;
  display: block;
}
.wrapper.index .part5 .slideTxtBox .prev,
.wrapper.index .part5 .slideTxtBox .prev1,
.wrapper.index .part5 .slideTxtBox .prevb {
  background-image: url("../images/btn_left.png");
}
.wrapper.index .part5 .slideTxtBox .next,
.wrapper.index .part5 .slideTxtBox .next1,
.wrapper.index .part5 .slideTxtBox .nextb {
  background-image: url("../images/btn_right.png");
}
.wrapper.index .part5 .slideTxtBox .inhd {
  text-align: center;
  background-image: url("../images/inhd_bg_line.png");
  background-position: left center;
}
.wrapper.index .part5 .slideTxtBox .inhd .prevb,
.wrapper.index .part5 .slideTxtBox .inhd .nextb,
.wrapper.index .part5 .slideTxtBox .inhd .options {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.wrapper.index .part5 .slideTxtBox .inhd .options {
  width: 167px;
  height: 45px;
  margin: 0 35px;
  border-radius: 45px;
  border: 1px solid #d6d6d6;
}
.wrapper.index .part5 .slideTxtBox .inhd .options a {
  color: #000;
  font-weight: bold;
  line-height: 45px;
  font-size: 16px;
}
.wrapper.intro .part1 .intro_yd_list {
  margin-top: 57px;
}
.wrapper.intro .part1 .intro_yd_list li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.wrapper.intro .part1 .intro_yd_list li .img {
  width: 78px;
  height: 78px;
  margin: 0 auto;
  background-image: url("../images/intro_for_icon.png");
}
.wrapper.intro .part1 .intro_yd_list li p {
  font-size: 18px;
  margin-top: 5px;
  color: #393939;
}
.wrapper.intro .part1 .intro_yd_list li.l1 {
  background-position: 0 0;
}
.wrapper.intro .part1 .intro_yd_list li.l2 {
  background-position: -77px 0;
}
.wrapper.intro .part1 .intro_yd_list li.l3 {
  background-position: -154px 0;
}
.wrapper.intro .part2 {
  margin-top: 80px;
}
.wrapper.intro .part2 .slideTxtBox {
  border: 1px solid #e8e8e8;
}
.wrapper.intro .part2 .slideTxtBox .hd {
  float: left;
  border-right: 1px solid #e8e8e8;
}
.wrapper.intro .part2 .slideTxtBox .hd ul {
  width: 200px;
}
.wrapper.intro .part2 .slideTxtBox .hd ul li {
  color: #333;
  height: 46px;
  line-height: 46px;
  background: none;
  padding-left: 15px;
}
.wrapper.intro .part2 .slideTxtBox .hd ul li.on {
  background: url("../images/part_tit_fw_nav_bg.jpg") no-repeat right center;
  color: #fff;
}
.wrapper.intro .part2 .slideTxtBox .hd ul li + li {
  border-top: 1px solid #e8e8e8;
}
.wrapper.intro .part2 .slideTxtBox .bd {
  float: left;
  width: 640px;
  padding: 20px 25px;
}
.wrapper.youshi .picScroll-left1 .bd1 .picList1 li a .pic {
  background-image: url("../images/youshi_nav_icon_off.png");
}
.wrapper.youshi .picScroll-left1 .bd1 .picList1 li a .pic.gray {
  background-image: url("../images/youshi_nav_icon_off_gray.png");
}
.wrapper.youshi .picScroll-left1 .bd1 .picList1 li:hover a .pic,
.wrapper.youshi .picScroll-left1 .bd1 .picList1 li.on a .pic,
.wrapper.youshi .picScroll-left1 .bd1 .picList1 li.slick-current a .pic {
  background-image: url("../images/youshi_nav_icon_on.png");
}
.wrapper.youshi .picScroll-left1 .bd1 .picList1 li:hover a .pic.gray,
.wrapper.youshi .picScroll-left1 .bd1 .picList1 li.on a .pic.gray,
.wrapper.youshi .picScroll-left1 .bd1 .picList1 li.slick-current a .pic.gray {
  background-image: url("../images/youshi_nav_icon_on_green.png");
}
.wrapper.youshi .youshi_list {
  border: 1px solid #e8e8e8;
  width: 891px;
  margin: 0 auto;
}
.wrapper.youshi .youshi_list li {
  float: left;
  background: #fff;
}
.wrapper.youshi .youshi_list li .c_before,
.wrapper.youshi .youshi_list li .c_after {
  width: 222px;
  height: 415px;
  display: table;
  transition: all 0.3s linear;
}
.wrapper.youshi .youshi_list li .con {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
}
.wrapper.youshi .youshi_list li .c_before {
  background: #fff;
  text-align: center;
  transform: scale(1);
  transform-origin: right center;
}
.wrapper.youshi .youshi_list li .c_before .con .img {
  background-image: url("../images/youshi_part1_icon_num.png");
  width: 101px;
  height: 101px;
  margin: 0 auto 25px;
}
.wrapper.youshi .youshi_list li .c_before .con p {
  font-size: 16px;
  color: #313131;
}
.wrapper.youshi .youshi_list li .c_before .con .i_right {
  width: 16px;
  height: 32px;
  position: absolute;
  bottom: 25px;
  right: 23px;
  display: block;
  background: url("../images/youshi_i_right.jpg") no-repeat center right;
}
.wrapper.youshi .youshi_list li .c_after {
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transform-origin: left center;
  background-image: url("../images/youshi_part1_img_01.jpg");
}
.wrapper.youshi .youshi_list li .c_after .con h1 {
  font-size: 24px;
  color: #fff;
}
.wrapper.youshi .youshi_list li .c_after .con p {
  font-size: 14px;
  color: #fff;
}
.wrapper.youshi .youshi_list li .c_after:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 128, 76, 0.75);
}
.wrapper.youshi .youshi_list li.on .c_before,
.wrapper.youshi .youshi_list li:hover .c_before {
  transform: scale(0);
}
.wrapper.youshi .youshi_list li.on .c_after,
.wrapper.youshi .youshi_list li:hover .c_after {
  transform: scale(1);
}
.wrapper.youshi .youshi_list li + li {
  border-left: 1px solid #e8e8e8;
}
.wrapper.question .part1 .item {
  margin-bottom: 50px;
}
.wrapper.question .part1 .item .card_s,
.wrapper.question .part1 .item p {
  vertical-align: top;
}
.wrapper.question .part1 .item p {
  line-height: 24px;
  margin-left: 35px;
}
.wrapper.question .part1 .item .card_s {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  line-height: 24px;
  border-radius: 3px;
}
.wrapper.question .part1 .item .q_t {
  margin-bottom: 25px;
  background: #f5f4f4;
  padding: 15px 15px;
}
.wrapper.question .part1 .item .q_t .card_s {
  background: #006e44;
}
.wrapper.question .part1 .item .q_t p {
  width: 725px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  height: 24px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #232323;
}
.wrapper.question .part1 .item .q_t .time {
  color: #727272;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.wrapper.question .part1 .item .q_con {
  padding-left: 15px;
}
.wrapper.question .part1 .item .q_con .card_s {
  background: #bd955a;
}
.wrapper.question .part1 .item .q_con p {
  width: 815px;
  font-size: 14px;
  color: #868686;
  padding: 15px;
  background: #fff;
  transition: all 0.3s linear;
}
.wrapper.question .part1 .item:hover .q_con p {
  margin-left: 35px;
}
.wrapper.egs .part1 .eg_logo_list li {
  text-align: center;
  float: left;
  width: 288px;
  height: 228px;
  margin: 0 5px 15px;
  border: 1px solid #e6e6e6;
}
.wrapper.egs .part1 .eg_logo_list li .img {
  border-bottom: 1px solid #e6e6e6;
  width: 288px;
  height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.wrapper.egs .part1 .eg_logo_list li .img img{
  max-width: 150px;
  max-height: 100px;
}
.wrapper.egs .part1 .eg_logo_list li h1 {
  padding: 10px 0;
  line-height: 30px;
}
.wrapper.egs .part1 .eg_logo_list li:hover h1 {
  transform: translateY(0);
  transition: all 0.3s linear;
}
.wrapper.egs .part1 .eg_logo_list li:hover h1:hover {
  transform: translateY(-5px);
}
.wrapper.qywh .part1 .wh_list {
  margin-top: 35px;
}
.wrapper.qywh .part1 .wh_list li {
  margin-bottom: 40px;
}
.wrapper.qywh .part1 .wh_list li span,
.wrapper.qywh .part1 .wh_list li b,
.wrapper.qywh .part1 .wh_list li p {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  line-height: 28px;
}
.wrapper.qywh .part1 .wh_list li span {
  font-size: 16px;
  color: #1b1b1b;
  padding-left: 18px;
  width: 75px;
  background: url("../images/mendian_tit_left_line.jpg") no-repeat left center;
}
.wrapper.qywh .part1 .wh_list li b {
  width: 197px;
  height: 28px;
  margin: 0 25px 0 10px;
  background: url("../images/qywh_center_line.jpg") repeat-x center;
}
.wrapper.qywh .part1 .wh_list li p {
  width: 560px;
  font-size: 16px;
  color: #6b6b6b;
  transform: tranalsteX(0);
  transition: all 0.3s linear;
}
.wrapper.qywh .part1 .wh_list li:hover p {
  transform: translateX(-10px);
}
.wrapper.mendian .part1 {
  background: #fff;
}
.wrapper.mendian .part1 #map {
  width: 445px;
  height: 380px;
  float: left;
}
.wrapper.mendian .part1 .desc {
  float: left;
  width: 380px;
  height: 320px;
  padding: 30px;
}
.wrapper.mendian .part1 .desc .name h1 {
  font-size: 24px;
  color: #474747;
}
.wrapper.mendian .part1 .desc .name h2 {
  font-size: 14px;
  color: #9e9e9e;
  font-family: "Arial";
}
.wrapper.mendian .part1 .desc .info {
  margin: 50px 0 40px;
}
.wrapper.mendian .part1 .desc p {
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 10px;
}
.wrapper.mendian .part2 {
  margin-top: 70px;
}
.wrapper.mendian .part2 .md_list li {
  float: left;
  height: 363px;
  overflow: hidden;
}
.wrapper.mendian .part2 .md_list li img {
  transform: scale(1);
  transition: all 0.3s linear;
}
.wrapper.mendian .part2 .md_list li img:hover {
  transform: scale(1.02);
}
.wrapper.mendian .part2 .md_list li.l1 {
  width: 465px;
}
.wrapper.mendian .part2 .md_list li.l2 {
  width: 413px;
}
.wrapper.mendian .part2 .md_list li.l2 .con {
  margin-top: 10px;
}
.wrapper.mendian .part2 .md_list li.l2 .con img {
  width: 201px;
  float: left;
}
.wrapper.mendian .part2 .md_list li.l2 .con img + img {
  margin-left: 10px;
}
.wrapper.mendian .part2 .md_list li + li {
  margin-left: 7px;
}
.wrapper.wljc .part1 .con .img {
  width: 197px;
  float: left;
}
.wrapper.wljc .part1 .con .desc {
  margin-left: 35px;
  float: left;
  width: 660px;
}
.wrapper.wljc .part1 .con .desc p {
  font-size: 16px;
  color: #343434;
  line-height: 1.8em;
}
.wrapper.wljc .part2 {
  margin-top: 40px;
}
.wrapper.wljc .part2 .slideTxtBox {
  background: #fff;
}
.wrapper.wljc .part2 .slideTxtBox .hd {
  border: 1px solid #e7e7e7;
}
.wrapper.wljc .part2 .slideTxtBox .hd li {
  width: 298px;
  height: 190px;
  float: left;
  background: #fff;
  transition: all 0.2s linear;
}
.wrapper.wljc .part2 .slideTxtBox .hd li span {
  display: block;
  margin: 60px auto 0;
  width: 122px;
  height: 68px;
  background-image: url(../images/wljc_part2_icon_num.png);
  background-repeat: no-repeat;
}
.wrapper.wljc .part2 .slideTxtBox .hd li:hover {
  background: #006e44;
}
.wrapper.wljc .part2 .slideTxtBox .hd li:hover span {
  background-image: url(../images/wljc_part2_icon_num_on.png);
}
.wrapper.wljc .part2 .slideTxtBox .hd li + li {
  border-left: 1px solid #e7e7e7;
}
.wrapper.wljc .part2 .slideTxtBox .bd {
  margin-top: 30px;
  padding: 20px;
}
.wrapper.wljc .part2 .slideTxtBox .bd li h1 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #006e44;
}
.wrapper.wljc .part2 .slideTxtBox .bd li p {
  font-size: 14px;
  line-height: 1.8em;
  color: #808080;
  /*margin-bottom: 25px;*/
}
.wrapper.wxcs .part1 .item {
  margin-bottom: 35px;
}
.wrapper.wxcs .part1 .item .q_t {
  background: #f5f4f4;
  padding-left: 36px;
}
.wrapper.wxcs .part1 .item .q_t p,
.wrapper.wxcs .part1 .item .q_t a {
  font-size: 16px;
  color: #232323;
  line-height: 50px;
}
.wrapper.wxcs .part1 .item .q_t p i,
.wrapper.wxcs .part1 .item .q_t a i {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -20px;
  width: 11px;
  height: 11px;
  display: block;
  background-image: url("../images/wxcs_icon_circle.png");
  background-position: 0 0;
}
.wrapper.wxcs .part1 .item .q_t .time {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
  line-height: 24px;
  font-size: 14px;
  color: #727272;
}
.wrapper.wxcs .part1 .item .q_con {
  padding-left: 220px;
  min-height: 116px;
  margin-top: 20px;
}
.wrapper.wxcs .part1 .item .q_con .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 116px;
}
.wrapper.wxcs .part1 .item .q_con p,
.wrapper.wxcs .part1 .item .q_con a {
  font-size: 14px;
  color: #868686;
  line-height: 2em;
}
/*.wrapper.wxcs .part1 .item .q_con p{display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 4;*/
  /*overflow: hidden;}*/
.wrapper.wxcs .part1 .item:hover .q_t {
  background: #006e44;
}
.wrapper.wxcs .part1 .item:hover .q_t p,
.wrapper.wxcs .part1 .item:hover .q_t a {
  color: #fff;
}
.wrapper.wxcs .part1 .item:hover .q_t p i,
.wrapper.wxcs .part1 .item:hover .q_t a i {
  background-position: 0 -11px;
}
.wrapper.wxcs .part1 .item:hover .q_t .time {
  color: #fff;
}
.wrapper.wxzx .part2 .slideTxtBox .hd ul li {
  width: 280px;
  height: 181px;
  float: left;
  margin: 0 10px;
}
.wrapper.wxzx .part2 .slideTxtBox .hd ul li img {
  transform: scale(1);
  transition: all 0.3s linear;
}
.wrapper.wxzx .part2 .slideTxtBox .hd ul li span {
  position: absolute;
  top: 75px;
  left: 5%;
  width: 90%;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.wrapper.wxzx .part2 .slideTxtBox .hd ul li.on:after,
.wrapper.wxzx .part2 .slideTxtBox .hd ul li:hover:after {
  content: '';
  display: block;
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  background: url("../images/arrow_bottom_green.png") no-repeat center bottom;
}
.wrapper.wxzx .part2 .slideTxtBox .hd ul li.on img,
.wrapper.wxzx .part2 .slideTxtBox .hd ul li:hover img {
  transform: scale(1.04);
}
.wrapper.wxzx .part2 .slideTxtBox .bd {
  margin-top: 40px;
  padding: 0 12px;
}
.wrapper.wxzx .part2 .slideTxtBox .bd p {
  font-size: 14px;
  margin: 20px 0;
}
.wrapper.news .news_list li {
  float: left;
  margin: 0 5px 30px;
  width: 290px;
  height: 285px;
}
.wrapper.news .news_list li a {
  display: block;
}
.wrapper.news .news_list li .img {
  margin-bottom: 10px;
  height: 180px;
}
.wrapper.news .news_list li .desc h1 {
  font-size: 16px;
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.wrapper.news .news_list li .desc p {
  font-size: 14px;
  color: #7e7e7e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  height: 3em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrapper.downzl .part1 .item {
  border: 1px solid #e7e7e7;
  float: left;
  margin: 0 6px 15px;
  background: #fff;
  width: 166px;
  height: 150px;
}
.wrapper.downzl .part1 .item .img {
  margin: 0 auto;
}
.wrapper.downzl .part1 .item .q_con {
  text-align: center;
}
.wrapper.downzl .part1 .item .q_con h1 {
  color: #3d3d3d;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  height: 1.5em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wrapper.downzl .part1 .item .q_con .btn_down {
  margin-top: 10px;
  color: #006e44;
  width: 106px;
  height: 24px;
  font-size: 12px;
  background: #fff;
  line-height: 24px;
  border: 1px solid #006e44;
  border-radius: 24px;
}
.wrapper.downzl .part1 .item:hover {
  transform: translateY(0);
  transition: all 0.3s linear;
  background: #006e44;
  border-color: #006e44;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.4);
}
.wrapper.downzl .part1 .item:hover:hover {
  transform: translateY(-5px);
}
.wrapper.downzl .part1 .item:hover .q_con h1 {
  color: #fff;
}
.wrapper.zulin .part1 {
  padding-top: 95px;
}
.wrapper.zulin .part1 .news_list li {
  width: 275px;
  height: 395px;
  border: 1px solid #e6e6e6;
}
.wrapper.zulin .part1 .news_list li .img {
  height: 209px;
  background: #faf8f9;
}
.wrapper.zulin .part1 .news_list li .desc {
  padding: 10px 25px;
}
.wrapper.zulin .part1 .news_list li .desc h1 {
  font-size: 16px;
  color: #212121;
}
.wrapper.zulin .part1 .news_list li .desc p {
  font-size: 12px;
  color: #6f6f6f;
  padding: 10px 0;
  margin: 15px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.wrapper.zulin .part1 .news_list li .desc .price {
  color: #c50818;
}
.wrapper.zulin .part1 .news_list li .desc .price span {
  font-size: 14px;
  display: block;
}
.wrapper.zulin .part1 .news_list li .desc .price b {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}
.wrapper.zulin .part1 .news_list li .desc .price b i {
  font-size: 22px;
  line-height: 30px;
}
.wrapper.zxbx .part1 {
  padding-top: 95px;
}
.wrapper.zxbx .part1 .form_tab {
  background: url("../images/zxbx_bg_form.jpg") no-repeat right 70px;
  width: 730px;
  font-size: 14px;
  padding-right: 460px;
}
.wrapper.zxbx .part1 .form_tab li {
  margin-bottom: 20px;
}
.wrapper.zxbx .part1 .form_tab li:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
.wrapper.zxbx .part1 .form_tab .item {
  float: left;
}
.wrapper.zxbx .part1 .form_tab .item input,
.wrapper.zxbx .part1 .form_tab .item select,
.wrapper.zxbx .part1 .form_tab .item option,
.wrapper.zxbx .part1 .form_tab .item textarea {
  height: 28px;
  padding: 5px 3%;
  width: 94%;
  font-size: 12px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  background: #fff;
}
.wrapper.zxbx .part1 .form_tab .item select {
  height: 38px;
}
.wrapper.zxbx .part1 .form_tab .item textarea {
  height: 160px;
  resize: none;
}
.wrapper.zxbx .part1 .form_tab .item h1 {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
  color: #333333;
}
.wrapper.zxbx .part1 .form_tab .item h1 i {
  color: #e10e0d;
}
.wrapper.zxbx .part1 .form_tab .item dd {
  width: 165px;
  float: left;
}
.wrapper.zxbx .part1 .form_tab .item dd + dd {
  margin-left: 15px;
}
.wrapper.zxbx .part1 .form_tab .item.item50 {
  width: 350px;
}
.wrapper.zxbx .part1 .form_tab .item.item100 {
  width: 100%;
}
.wrapper.zxbx .part1 .form_tab .item.ml30 {
  margin-left: 30px;
}
.wrapper.zxbx .part1 .btn_list {
  width: 730px;
  text-align: center;
  margin-top: 50px;
}
.wrapper.zxbx .part1 .btn_list .btn {
  width: 135px;
  margin: 0 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrapper.zxbx .part1 .btn_list .btn:hover {
  transform: translateY(0);
  transition: all 0.3s linear;
}
.wrapper.zxbx .part1 .btn_list .btn:hover:hover {
  transform: translateY(-5px);
}
.wrapper.zxbx .part1 .btn_list .btn.tj {
  background: #0d385e;
}
.wrapper.zxbx .part1 .btn_list .btn.cz {
  background: #363636;
}
.wrapper.zxbx .part1 .btn_list .btn input {
  cursor: pointer;
  width: 135px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
}
#map img {
  width: auto;
  display: inline;
}
.iwTitle {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.iwContent {
  font-size: 14px;
  line-height: 20px;
  width: 270px;
}
.iwContent em {
  position: relative;
  top: 0;
  font-style: normal;
  left: 0;
}
.part_nav {
  background: #0c6d45;
  padding: 40px 0 0;
  height: 108px;
  overflow: hidden;
}
.part_nav .picScroll-left1 {
  width: 1200px;
  margin: 0 auto;
}
.part_nav .picScroll-left1 .prev,
.part_nav .picScroll-left1 .next,
.part_nav .picScroll-left1 .prev1,
.part_nav .picScroll-left1 .next1,
.part_nav .picScroll-left1 .btn_slick {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 10px;
  width: 22px;
  display: block;
  height: 42px;
}
.part_nav .picScroll-left1 .prev,
.part_nav .picScroll-left1 .prev1,
.part_nav .picScroll-left1 .slick-prev {
  left: 140px;
  background-image: url("../images/btn_arrow_left.png");
}
.part_nav .picScroll-left1 .next,
.part_nav .picScroll-left1 .next1,
.part_nav .picScroll-left1 .slick-next {
  right: 140px;
  background-image: url("../images/btn_arrow_right.png");
}
.part_nav .picScroll-left1 .bd1 {
  width: 840px;
  margin: 0 auto;
  overflow: hidden;
}
.part_nav .picScroll-left1 .bd1 .tempWrap {
  margin: 0 auto;
}
.part_nav .picScroll-left1 .bd1 .picList1 {
  text-align: center;
}
.part_nav .picScroll-left1 .bd1 .picList1:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}
.part_nav .picScroll-left1 .bd1 .picList1 li {
  width: 120px;
  padding-bottom: 40px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l1 .pic {
  background-position: 0 0;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l2 .pic {
  background-position: -50.5px 0;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l3 .pic {
  background-position: -101.3px 0;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l4 .pic {
  background-position: -152.3px 0;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l5 .pic {
  background-position: -203.8px  0;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l6 .pic {
  background-position: -254.5px 0;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l7 .pic {
  background-position: -306.5px 0;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l8 .pic {
  background-position: -325.5px 0;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l9 .pic {
  background-position: -371.5px 0;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l10 .pic {
  background-position: -417.5px 0;
}
.part_nav .picScroll-left1 .bd1 .picList1 li a {
  display: block;
}
.part_nav .picScroll-left1 .bd1 .picList1 li a .pic {
  width: 47px;
  height: 46px;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}
.part_nav .picScroll-left1 .bd1 .picList1 li a .tw {
  font-size: 14px;
  line-height: 1.2em;
  color: #fff;
  margin-top: 8px;
}
.part_nav .picScroll-left1 .bd1 .picList1 li.on:after,
.part_nav .picScroll-left1 .bd1 .picList1 li.slick-current:after {
  content: '';
  width: 28px;
  height: 14px;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 10;
  left: 50%;
  margin-left: -14px;
  background: url("../images/nav_arrow_top.png") no-repeat center top;
}
.part_nav.intro_nav .picScroll-left1 .bd1 .picList1 li a .pic {
  background-image: url("../images/wyzx.png");
}
.part_nav.intro_nav .picScroll-left1 .bd1 .picList1 li a .pic.gray {
  background-image: url("../images/intro_nav_icon_off_gray.png");
}
.part_nav.intro_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic,
.part_nav.intro_nav .picScroll-left1 .bd1 .picList1 li.on a .pic,
.part_nav.intro_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic {
  background-image: url("../images/intro_nav_icon_on.png");
}
.part_nav.intro_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic.gray,
.part_nav.intro_nav .picScroll-left1 .bd1 .picList1 li.on a .pic.gray,
.part_nav.intro_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic.gray {
  background-image: url("../images/intro_nav_icon_on_green.png");
}
.part_nav.fw_nav .picScroll-left1 .bd1 .picList1 li a .pic {
  background-image: url("../images/question_nav_icon_off.png");
}
.part_nav.fw_nav .picScroll-left1 .bd1 .picList1 li a .pic.gray {
  background-image: url("../images/question_nav_icon_off_gray.png");
}
.part_nav.fw_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic,
.part_nav.fw_nav .picScroll-left1 .bd1 .picList1 li.on a .pic,
.part_nav.fw_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic {
  background-image: url("../images/question_nav_icon_on.png");
}
.part_nav.fw_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic.gray,
.part_nav.fw_nav .picScroll-left1 .bd1 .picList1 li.on a .pic.gray,
.part_nav.fw_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic.gray {
  background-image: url("../images/question_nav_icon_on_green.png");
}
.part_nav.wx_nav .picScroll-left1 .bd1 .picList1 li a .pic {
  background-image: url("../images/weixiu_nav_icon_off.png");
}
.part_nav.wx_nav .picScroll-left1 .bd1 .picList1 li a .pic.gray {
  background-image: url("../images/weixiu_nav_icon_off_gray.png");
}
.part_nav.wx_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic,
.part_nav.wx_nav .picScroll-left1 .bd1 .picList1 li.on a .pic,
.part_nav.wx_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic {
  background-image: url("../images/weixiu_nav_icon_on.png");
}
.part_nav.wx_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic.gray,
.part_nav.wx_nav .picScroll-left1 .bd1 .picList1 li.on a .pic.gray,
.part_nav.wx_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic.gray {
  background-image: url("../images/weixiu_nav_icon_on_green.png");
}
.part_nav.news_nav .picScroll-left1 .bd1 .picList1 li a .pic {
  background-image: url("../images/wyzx.png");
}
.part_nav.news_nav .picScroll-left1 .bd1 .picList1 li a .pic.gray {
  background-image: url("../images/news_nav_icon_off_gray.png");
}
.part_nav.news_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic,
.part_nav.news_nav .picScroll-left1 .bd1 .picList1 li.on a .pic,
.part_nav.news_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic {
  background-image: url("../images/intro_nav_icon_on.png");
}
.part_nav.news_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic.gray,
.part_nav.news_nav .picScroll-left1 .bd1 .picList1 li.on a .pic.gray,
.part_nav.news_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic.gray {
  background-image: url("../images/news_nav_icon_on_green.png");
}
.part_nav.zulin_nav .picScroll-left1 .bd1 .picList1 li a .pic {
  background-image: url("../images/zlzx_nav_icon_off.png");
}
.part_nav.zulin_nav .picScroll-left1 .bd1 .picList1 li a .pic.gray {
  background-image: url("../images/zlzx_nav_icon_off_gray.png");
}
.part_nav.zulin_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic,
.part_nav.zulin_nav .picScroll-left1 .bd1 .picList1 li.on a .pic,
.part_nav.zulin_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic {
  background-image: url("../images/zlzx_nav_icon_on.png");
}
.part_nav.zulin_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic.gray,
.part_nav.zulin_nav .picScroll-left1 .bd1 .picList1 li.on a .pic.gray,
.part_nav.zulin_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic.gray {
  background-image: url("../images/zlzx_nav_icon_on_green.png");
}
.part_nav.wenyin_nav .picScroll-left1 .bd1 .picList1 li a .pic {
  background-image: url("../images/wenyin_nav_icon_off.png");
}
.part_nav.wenyin_nav .picScroll-left1 .bd1 .picList1 li a .pic.gray {
  background-image: url("../images/wenyin_nav_icon_off_gray.png");
}
.part_nav.wenyin_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic,
.part_nav.wenyin_nav .picScroll-left1 .bd1 .picList1 li.on a .pic,
.part_nav.wenyin_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic {
  background-image: url("../images/wenyin_nav_icon_on.png");
}
.part_nav.wenyin_nav .picScroll-left1 .bd1 .picList1 li:hover a .pic.gray,
.part_nav.wenyin_nav .picScroll-left1 .bd1 .picList1 li.on a .pic.gray,
.part_nav.wenyin_nav .picScroll-left1 .bd1 .picList1 li.slick-current a .pic.gray {
  background-image: url("../images/wenyin_nav_icon_on_green.png");
}
.part_nav.egs .picScroll-left1 .bd1 .picList1 li a .pic {
  background-image: url("../images/eg_nav_icon_off.png");
}
.part_nav.egs .picScroll-left1 .bd1 .picList1 li a .pic.gray {
  background-image: url("../images/eg_nav_icon_off_gray.png");
}
.part_nav.ryzz .picScroll-left1 .bd1 .picList1 li a .pic {
  background-image: url("../images/wyzx.png");
}
.part_nav.ryzz .picScroll-left1 .bd1 .picList1 li:hover a .pic,
.part_nav.ryzz .picScroll-left1 .bd1 .picList1 li.on a .pic,
.part_nav.ryzz .picScroll-left1 .bd1 .picList1 li.slick-current a .pic {
  background-image: url("../images/intro_nav_icon_on.png");
}
.part_nav.egs .picScroll-left1 .bd1 .picList1 li:hover a .pic,
.part_nav.egs .picScroll-left1 .bd1 .picList1 li.on a .pic,
.part_nav.egs .picScroll-left1 .bd1 .picList1 li.slick-current a .pic {
  background-image: url("../images/eg_nav_icon_on.png");
}
.part_nav.egs .picScroll-left1 .bd1 .picList1 li:hover a .pic.gray,
.part_nav.egs .picScroll-left1 .bd1 .picList1 li.on a .pic.gray,
.part_nav.egs .picScroll-left1 .bd1 .picList1 li.slick-current a .pic.gray {
  background-image: url("../images/eg_nav_icon_on_green.png");
}

.part_nav.intro_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l4 a .pic.gray {
  background-position: -152.3px 0;
}
.part_nav.intro_nav .picScroll-left1 .bd1 .picList1 li.con_slider.l5 a .pic.gray {
  background-position: -203.8px  0;
}
.wrapper .part .tit a {color:#5f5f5f}
