﻿@charset "utf-8";
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body {
  min-width: 1240px\9;
  overflow-x: auto;
}
/*for ie9+*/
@media all and (min-width: 0) {
  body {
    min-width: 0;
    overflow-x: hidden;
  }
}
/* reset */
html {
  font-size: 100px;
}
body {
  font-size: 0.18rem;
  line-height: 1.7;
  font-family: "Microsoft YaHei", "arial", tahoma, "hiragino sans gb", stheiti,
    "wenquanyi micro hei", \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
  background: #fff;
  background-size: 100% 100%;
  overflow-x: hidden;
  color: #232323;
}
body:after {
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: "Pc";
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
dd,
dl,
form {
  margin: 0;
  font-size: 0.18rem;
  font-weight: normal;
}
input,
button,
select,
legend,
fieldset {
  font-size: 100%;
  border: 0;
  vertical-align: middle;
  outline: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
}
textarea {
  overflow: auto;
  height: auto;
  vertical-align: top;
  resize: vertical;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
ul {
  padding-left: 0;
  list-style-type: none;
}
i,
b {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.3s ease;
}
/* a:hover{color:#333;} */

/* html5 ele */
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
  display: block;
}

/* ie scroll */
@-ms-viewport {
  width: device-width;
}

/* common */
.opc0 {
  opacity: 0;
}
.wrap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  *width: 1600px;
}
.fix {
  *zoom: 1;
  *clear: both;
}
.fix:before,
.fix:after {
  content: "";
  display: table;
  clear: both;
}
.oh {
  overflow: hidden;
  *zoom: 1;
}
.l {
  float: left;
}
.r {
  float: right;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.el {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hidetext {
  font: 0/0 a;
  letter-spacing: -9px;
}
.btn {
  cursor: pointer;
}
.hide {
  display: none;
}
.fwb {
  font-weight: bold;
}
.arr {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* ico */
.ico {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../img/ico.png);
}
.ico1_2 {
  background-position: -20px 0;
}
.ico1_3 {
  background-position: -40px 0;
}
.ico1_4 {
  background-position: -60px 0;
}
.ico1_5 {
  background-position: -80px 0;
}
.ico2_1 {
  background-position: 0 -20px;
}
.ico2_2 {
  background-position: -20px -20px;
}
.ico2_3 {
  background-position: -40px -20px;
}
.ico2_4 {
  background-position: -60px -20px;
}
.ico2_5 {
  background-position: -80px -20px;
}
.ico3_1 {
  background-position: 0 -40px;
}
.ico3_2 {
  background-position: -20px -40px;
}
.ico3_3 {
  background-position: -40px -40px;
}
.ico3_4 {
  background-position: -60px -40px;
}
.ico3_5 {
  background-position: -80px -40px;
}
.ico4_1 {
  background-position: 0 -60px;
}
.ico4_2 {
  background-position: -20px -60px;
}
.ico4_3 {
  background-position: -40px -60px;
}
.ico4_4 {
  background-position: -60px -60px;
}
.ico4_5 {
  background-position: -80px -60px;
}
.ico5_1 {
  background-position: 0 -80px;
}
.ico5_2 {
  background-position: -20px -80px;
}
.ico5_3 {
  background-position: -40px -80px;
}
.ico5_4 {
  background-position: -60px -80px;
}
.ico5_5 {
  background-position: -80px -80px;
}

/* 表格 */
.datalist {
  border: 1px solid #ccc;
  border-collapse: collapse;
  background: #fff;
}
.datalist caption {
  padding-bottom: 5px;
  text-align: left;
}
.datalist th {
  border: 1px solid #ccc;
  background-color: #eee;
  font-weight: 700;
  padding: 5px 15px;
}
.datalist td {
  border: 1px solid #ccc;
  padding: 5px 15px;
}
.datalist tr.altrow {
  background-color: #ccc;
}

/* flex栅格 */
.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.flex-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}
.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-box-pack: center;
  justify-content: center;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scroll_cont {
  width: 100%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
}

/* style */
.UnpcPush,
.MobilePush {
  display: none;
}
/* rect */
*[class*="rect-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
*[class*="rect-"] ._full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  *height: auto;
}
.rect-75 {
  padding-bottom: 75%;
}
.rect-63 {
  padding-bottom: 63%;
}
.rect-556 {
  padding-bottom: 55.6%;
}
.rect-438 {
  padding-bottom: 43.8%;
}
.rect-141 {
  padding-bottom: 141%;
}
.rect-576 {
  padding-bottom: 57.6%;
}
.rect-92 {
  padding-bottom: 92%;
}
.shadow {
  box-shadow: 0px 0px 0px #e5e5e5, 10px 8px 15px #e5e5e5, 0px 19px 20px #e5e5e5,
    -10px 5px 15px #e5e5e5;
}
.imgZoom img,
.imgY180 img {
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.imgZoom {
  overflow: hidden;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.imgZoom:hover img {
  -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);
  transform: scale(1.1, 1.1);
}
.imgY180:hover img {
  cursor: pointer;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-video-close {
  background: url("../img/about_close.png");
}
.mobile_key {
  display: none;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 22px;
  height: 18px;
  margin-top: -45px;
  background: url(../img/m_menu.png);
  font: 0/0 a;
  letter-spacing: -9px;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.43);
}
.header:hover {
  background-color: #fff;
}
.header2 {
  position: relative;
  top: 0;
  z-index: 99;
}
.header .wrap,
.header2 .wrap {
  position: relative;
}
.header ._search a,
.header2 ._search a {
  display: block;
  margin-left: 30px;
  width: 22px;
  height: 22px;
  margin-top: 38px;
  background-image: url(../img/search.png);
}
.header.fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
.header2 {
  background-color: #fff;
}
.header.fixed .logo a,
.header2 .logo a,
.header:hover .logo a {
  background-image: url(../img/logo-fix.png);
}
.header.fixed ._search a,
.header2 ._search a,
.header:hover ._search a {
  background-image: url(../img/search-fix.png);
}
.header.fixed .header_nav li a,
.header2 .header_nav li a,
.header:hover .header_nav li a {
  color: #6e6e6e;
}
.logo a {
  display: block;
  width: 248px;
  height: 60px;
  background-image: url(../img/logo.png);
}
.header2 .logo a,
.header .logo a {
  margin: 20px 0;
}
.header_nav {
  position: absolute;
  right: 130px;
  height: 100%;
}
.header_nav > ul > li {
  position: relative;
  float: left;
  padding: 0 30px;
}
.header_nav > ul > li > a {
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 0.2rem;
  color: #fff;
  cursor: pointer;
}
.header_nav ._smenu {
  width: 190px;
  border: #ccc 1px solid;
  border-top: #418443 2px solid;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -95px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header_nav ._smenu a {
  display: block;
  padding: 8px 35px;
  font-size: 14px;
  position: relative;
}
.header_nav ._smenu a::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  overflow: hidden;
  background: url(../img/nav_arr_new.png) -13px 0 no-repeat;
  position: absolute;
  right: 20px;
  top: 18px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.header_nav > ul > li > a:hover {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
}
.header_nav ._smenu a:hover {
  background-color: #f9f9f9;
}
.header_nav ._smenu a:hover:after {
  background-position: -3px 0;
}
.header_nav li:hover ._smenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header_nav ._lev3 {
  display: none;
}
.footer {
  margin-top: 1.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  background-color: #21262c;
}
.footer .footer-hd {
  margin-bottom: 0.5rem;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .fm1-i {
  color: #97989a;
  font-size: 0.18rem;
}
.footer .fm1-i img {
  margin-right: 10px;
  vertical-align: middle;
}
.footer .share_box {
  margin-top: 60px;
}
.footer .share_box a {
  width: 38px;
  height: 38px;
  background: url(../img/f_share_blue.png) no-repeat;
  padding: 0;
  margin: 0 5px;
}
.footer .share_box a.bds_weixin {
  background-position: -48px 0;
}
.footer .share_box a.bds_tsina {
  background-position: -96px 0;
}
.footer .share_box a.share_more {
  background-position: -144px 0;
}
.footer .share_box a:hover {
  background-image: url(../img/f_share_white.png);
}
.footer .fm3 {
  margin-right: 10px;
  margin-top: 30px;
}
.footer .fm3 img {
  width: 100px;
  height: 100px;
}
.footer .fm3 p {
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 0.15rem;
}
.footer .fm2 {
  margin-left: 2.3rem;
}
.footer .fm2 h3 {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 40px;
}
.footer .fm2 a {
  display: block;
  color: #97989a;
  margin-bottom: 8px;
}
.footer .fm2 li {
  float: left;
  margin-right: 0.7rem;
}
.footer .footer-bd,
.footer .footer-bd a {
  color: #fff;
}

.xc-banner {
  position: relative;
  z-index: 1;
  height: 470px;
  overflow: hidden;
}
.xc-banner ._bg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  max-width: none;
}
.xc-banner ._txt {
  position: relative;
  margin-top: 260px;
  margin-left: 40px;
  color: #fff;
}
.xc-banner ._txt ._t {
  font-size: 0.45rem;
  margin-bottom: 15px;
}
._bread.special {
  margin: 0.3rem 0 0.5rem;
  color: #6e6e6e;
}

.sub-nav {
  position: relative;
  z-index: 1;
  height: 0.78rem;
  line-height: 0.78rem;
  margin-bottom: 1.18rem;
  background-color: #ededed;
}
.sub-nav.special {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.sub-nav ._lev1 > li {
  position: relative;
  float: left;
}
.sub-nav ._lev1 > li {
  padding: 0 0.45rem;
}
.sub-nav ._lev1 > li > a {
  display: block;
  color: #767676;
}
.sub-nav ._lev1 > li._arr > a {
  padding-right: 30px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: right 0.35rem;
}
.sub-nav ._lev1 > li::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #f0c02f;
}
.sub-nav ._lev1 > li:hover::after,
.sub-nav ._lev1 > li._cur::after {
  display: block;
}
.sub-nav ._lev2 {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  padding-top: 0.2rem;
  background-color: #f0c02f;
}
.sub-nav ._lev2 a {
  display: block;
  color: #fff;
  line-height: normal;
  margin-bottom: 0.2rem;
}
.sub-nav ._lev1 > li:hover ._lev2 {
  display: block;
}

.pager {
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
.pager ._num {
  display: inline-block;
  padding: 0 0.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #ececec;
  color: #939393;
}
.pager ._cur {
  background-color: #f0c02f;
  border-color: #eddeb1;
  color: #fff;
}
.pager input[type="text"] {
  display: inline-block;
  margin: 0 10px;
  width: 0.75rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #ececec;
}
.pager ._skip {
  display: inline-block;
  padding: 0 0.15rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #939393;
  border: 1px solid #ececec;
  background-color: #e5e5e5;
}

.pagination {
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.pagination li {
  display: inline-block;
  padding: 0 0.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #ececec;
  color: #939393;
}
.pagination .active {
  background-color: #f0c02f;
  border-color: #eddeb1;
  color: #fff;
}

/* index */
.banner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 794px;
  overflow: hidden;
}
.banner .banner_img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.banner .banner_text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -780px;
}
.banner .banner_img img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide_nav a {
  display: inline-block;
  border-radius: 50%;
  margin-right: 18px;
  width: 18px;
  height: 18px;
  font: 0/0 a;
  letter-spacing: -9px;
  background-color: #fff;
  opacity: 0.54;
  cursor: pointer;
}
.slide_nav a.on {
  background-color: #ffffbe;
}
.banner .slide_nav {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 100px;
  margin-left: -770px;
}
.ipart1 {
  position: relative;
  margin-top: 0.98rem;
  margin-bottom: 0.5rem;
}
.ipart1 .rect-313 {
  padding-bottom: 313.333%;
}
.ipart1 .rect-56 {
  padding-bottom: 56.7%;
}
.ipart1 .item {
  position: relative;
  float: left;
  width: 11.3%;
  height: 100%;
  margin-left: 1.25%;
  transition: all 0.6s ease;
  overflow: hidden;
}
.ipart1 .item:first-child {
  margin-left: 0;
}
.ipart1 .item .img_box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ipart1 .item .img_cover {
  position: relative;
  opacity: 1;
  max-width: none;
  width: 100%;
  transition: opacity 0.2s ease 0.4s;
  z-index: 2;
}
.ipart1 .item .img_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  max-width: none;
  height: 100%;
  transition: opacity 0.1s ease 0.1s;
  z-index: 1;
}
.ipart1 .item .txt_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ipart1 .item .txt_cover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ipart1 .item .txt_cover .tit {
  font-size: 0.3rem;
  color: #fff;
}
.ipart1 .item .txt_cover .con {
  color: #fff;
  margin-top: 0.08rem;
}
.ipart1 .item .txt_full {
  position: absolute;
  bottom: 0.12rem;
  left: 0.6rem;
  right: 0.36rem;
  width: 9.24rem;
  opacity: 0;
}
.ipart1 .item .txt_full .tit {
  margin-top: 0.24rem;
  font-size: 0.36rem;
  color: #fff;
}
.ipart1 .item .txt_full .con {
  margin-top: 0.14rem;
  color: #fff;
}
.ipart1 .item .txt_full .txt {
  margin-top: 0.04rem;
  color: #fff;
}
.ipart1 .item.on {
  width: 62.3%;
  transition: all 0.6s ease;
}
.ipart1 .item.on .img_cover {
  opacity: 0;
  transition: opacity 0s ease;
}
.ipart1 .item.on .img_full {
  opacity: 1;
}
.ipart1 .item.on .txt_cover {
  display: none;
}
.ipart1 .item.on .txt_full {
  opacity: 1;
  bottom: 0.6rem;
  transition: all 0.8s ease;
}
.con15 {
  font-size: 0.15rem;
  line-height: 0.3rem;
  color: #5d5d5d;
  font-family: "he-t";
}
.ipart2 {
  margin-bottom: 0.5rem;
}
.ipart2 li {
  position: relative;
  font-size: 0.18rem;
  color: #2e3f2c;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  text-align: center;
}
.ipart2 li span {
  margin: 0 20px;
  letter-spacing: -5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.65rem;
  color: #000;
  font-weight: bold;
}
.ipart2 li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
}
.ipart2 li img {
  vertical-align: baseline;
  margin: 0 15px;
}
.ipart2 li:last-child::after {
  display: none;
}
.ip3 {
  position: relative;
  height: 877px;
  margin-bottom: 0.95rem;
  overflow: hidden;
}
.ip3 ._img-wrap {
  position: absolute;
  right: 50%;
  width: 960px;
}
.ip3 ._img-wrap img {
  width: 100%;
}
.ip3 ._img-wrap ._txt {
  position: absolute;
  right: 0.7rem;
  top: 1.25rem;
  width: 7rem;
  color: #fff;
}
.ip3 ._img-wrap ._txt ._p1 {
  font-size: 0.33rem;
  margin-bottom: 20px;
}
.ip3 ._img-wrap ._txt ._p2 {
  font-size: 0.35rem;
  margin-bottom: 20px;
}
.ip3 ._img-wrap ._txt ._p3 {
  font-size: 0.18rem;
}
.ip3-r {
  position: absolute;
  left: 50%;
  width: 960px;
  height: 100%;
  background-image: url(../img/ip3-r2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.ip3-r ._video {
  position: relative;
}
.ip3-r ._video ._btn {
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  left: 50%;
  margin-top: -0.42rem;
  top: 50%;
  margin-left: -0.42rem;
}
.ip3-r ._txt {
  margin-top: 1.07rem;
  margin-left: 0.8rem;
  width: 7rem;
}
.ip3-r ._txt ._p1 {
  font-size: 0.35rem;
  margin-bottom: 0.35rem;
  color: #151515;
  text-align: center;
}
.ip3-r ._txt ._p2 {
  font-size: 0.17rem;
  text-align: center;
  color: #545454;
  margin-bottom: 0.25rem;
}
.ip3-r ._txt ._more {
  display: block;
  margin: 0 auto;
  width: 1.6rem;
  height: 0.43rem;
  line-height: 0.43rem;
  background-color: #f0c02f;
  color: #fff;
  border-radius: 6px;
  text-align: center;
}
.ip4 ._t {
  color: #000;
  font-size: 0.36rem;
  margin-bottom: 10px;
}
.ip4 ._tip {
  font-size: 0.18rem;
  color: #616161;
  margin-bottom: 0.5rem;
}
.ip4 ._tip ._more {
  font-size: 0.2rem;
}
.ip4 ._list a {
  position: relative;
  display: block;
  overflow: hidden;
}
.ip4 ._list ._con {
  position: relative;
  z-index: 2;
  padding-top: 0.7rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 0.5rem;
}
.ip4 ._list ._time {
  font-size: 0.18rem;
  color: #3a3a3a;
}
.ip4 ._list ._title {
  height: 173px;
  overflow: hidden;
  font-size: 0.3rem;
  color: #000;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0.3rem;
}
.ip4 ._list ._txt {

  overflow: hidden;
  color: #616161;
}
.ip4 ._list a::after {
  content: "";
  transition: all 0.8s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #418443;
}
.ip4 ._list .rect-85 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 93.32%;
  transition: all 0.8s ease 0s;
}
.ip4 ._list a:hover ._time,
.ip4 ._list a:hover ._title,
.ip4 ._list a:hover ._txt {
  color: #fff;
}
.ip4 ._list a:hover::after {
  height: 100%;
  opacity: 0.76;
}
.ip4 ._list a:hover .rect-85 {
  opacity: 1;
}

/* zeren */
.xc-title {
  font-size: 0.4rem;
  color: #4e4e4e;
  margin-bottom: 20px;
  text-align: center;
}
.xc-p {
  margin: 0 auto;
  margin-bottom: 0.88rem;
  width: 12.84rem;
  font-size: 0.18rem;
  color: #646464;
  text-align: center;
}
.zeren-p2 {
  height: 786px;
  margin-bottom: 1.2rem;
  color: #fff;
  background-image: url(../img/zeren_p2-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.zeren-p2 ._t {
  font-size: 0.4rem;
  padding-top: 0.7rem;
  margin-bottom: 0.6rem;
}
.zeren-p2 ._img {
  margin-bottom: 0.3rem;
}
.zeren-p2 ._st {
  font-size: 0.25rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.zeren-p2 ._p {
  font-size: 0.17rem;
}
.zeren-p2 li {
  width: 4.3rem;
}
.zeren-p2 .l2 {
  margin-left: 1.4rem;
}
/* .zeren-p3{min-height: 350px;} */
.zeren-p3 ._con {
  border: 1px solid #cecece;
  padding-top: 0.45rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.45rem;
  background-color: #ededed;
}
.zeren-p3 ._con ._t {
  color: #575757;
  font-size: 0.19rem;
  text-align:center;
}
.zeren-p3 ._con ._p {
  display: none;
  font-size: 0.17rem;
  text-align:center;
}
.zeren-p3 ._con:hover/* ,.zeren-p3 li:first-child ._con */ {
  background-color: #418443;
}
.zeren-p3 ._con:hover ._t/* ,.zeren-p3 li:first-child ._t */ {
  color: #fff;
  margin-bottom: 20px;
}
.zeren-p3 ._con:hover ._p/* ,.zeren-p3 li:first-child ._p */ {
  display: block;
  color: #fff;
}
.zeren-p1 .list li {
  margin-bottom: 0.45rem;
  background-color: #ededed;
}
.zeren-p1 .list li .img_full {
  width: 48%;
  overflow: hidden;
  float: left;
  margin-right: 0.35rem;
}
.zeren-p1 .list li .rect-1081 {
  padding-bottom: 108.13%;
}
.zeren-p1 .list li .cont {
  padding: 0.45rem 0.35rem 0 0;
}
.zeren-p1 .list li ._t {
  margin-bottom: 0.12rem;
  color: #505050;
  font-size: 0.22rem;
}
.zeren-p1 .list li ._p {
  font-size: 0.17rem;
  color: #595959;
}

/* contact */
.contact-p1 {
  margin-bottom: 0.7rem;
}
.map-wrap {
  position: relative;
}
.map-wrap ._txt {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5rem;
  background: rgba(88, 146, 91, 0.9);
}
.map-wrap ._txt ._con {
  padding-top: 0.85rem;
  padding-left: 0.6rem;
  padding-right: 0.35rem;
  color: #fff;
}
.map-wrap ._txt ._t {
  font-size: 0.37rem;
}
.map-wrap ._txt ._en {
  font-size: 0.29rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.map-wrap ._txt ._name {
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
}
.map-wrap ._txt li {
  position: relative;
  font-size: 0.2rem;
  padding-left: 3em;
  margin-bottom: 10px;
}
.map-wrap ._txt li span {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-p2 ._mlist > li {
  margin-bottom: 0.45rem;
}
.contact-p2 ._con {
  padding-top: 0.55rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  padding-bottom: 0.3rem;
  background-color: #f6f6f6;
}
.contact-p2 ._con ._t {
  font-size: 0.26rem;
  color: #4b4b4b;
  margin-bottom: 0.3rem;
}
.contact-p2 ._con ._list li {
  position: relative;
  font-size: 0.18rem;
  padding-left: 4em;
  margin-bottom: 10px;
  color: #4b4b4b;
}
.contact-p2 ._con ._list li span {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-p2 ._con ._list li:last-child {
  height: 68px;
  overflow: hidden;
}

/* detail */
.pdt-p1 {
  margin-bottom: 1rem;
}
.pdt-p1 ._slider {
  width: 45%;
  height: 540px;
  overflow: hidden;
}
.pdt-p1 ._slider .slide_nav {
  right: 40px;
  bottom: 20px;
}
.pdt-p1 ._slider .slide_nav a.on {
  background-color: #fff;
  opacity: 1;
}
.pdt-p1 ._info {
  width: 50%;
}
.pdt-p1 ._info ._t {
  font-size: 0.39rem;
  color: #4b4b4b;
  margin-bottom: 0.4rem;
}
.pdt-p1 ._intro {
  color: #6e6e6e;
  font-size: 0.18rem;
  margin-bottom: 0.35rem;
}
.pdt-p1 ._contact {
  color: #4b4b4b;
  font-size: 0.18rem;
  margin-bottom: 0.5rem;
}
.pdt-p1 ._contact ._tel {
  font-size: 0.36rem;
  color: #e6ad00;
  font-weight: bold;
  margin-right: 0.34rem;
}
.pdt-p1 ._contact ._find {
  display: inline-block;
  vertical-align: 9px;
  width: 1.6rem;
  height: 0.43rem;
  line-height: 0.43rem;
  text-align: center;
  color: #fff;
  background-color: #f0c02f;
  font-size: 0.19rem;
  border-radius: 6px;
}
.pdt-p1 ._share img {
  vertical-align: -2px;
  margin-right: 13px;
}
.pdt-p2 .tab_hd {
  height: 70px;
  line-height: 70px;
  background-color: #418443;
  margin-bottom: 20px;
}
.pdt-p2 .tab_hd .tab_t {
  float: left;
  color: #fff;
  font-size: 0.2rem;
  padding: 0 30px;
}
.pdt-p2 .tab_hd .tab_t_cur {
  font-size: 0.24rem;
  font-weight: bold;
}
.pdt-p2 .tab_c ._t {
  font-size: 0.3rem;
  color: #4b4b4b;
  margin-top: 0.7rem;
  margin-bottom: 0.25rem;
  font-weight: bold;
}
.pdt-p2 .tab_c ._p {
  font-size: 0.18rem;
  color: #6e6e6e;
  margin-bottom: 0.4rem;
}
.pdt-p2 .tab_c ._case-list {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.pdt-p2 .tab_c ._case-list .rect-7473 {
  padding-bottom: 74.73%;
}
.pdt-p2 .tab_c ._case-list ._p {
  height: 0.8rem;
  line-height: 0.8rem;
  color: #767676;
  font-size: 0.19rem;
  text-align: center;
}
.pdt-p2 .tab_c ._case-list a:hover ._p {
  color: #5f8811;
}
.pdt-p2 .tab_c ._case-list .slide_nav {
  display: none;
}
.v-arrs {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 49px;
  height: 49px;
  z-index: 2;
}
.v-arrs-prev {
  left: 20px;
  background-image: url(../img/detail-prev.png);
}
.v-arrs-next {
  right: 20px;
  background-image: url(../img/detail-next.png);
}

/* about */
.about-xc-p {
  text-align: left;
  margin-bottom: 0.35rem;
}
.about-p1 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.about-p1.lvyou .list li {
  margin-bottom: 0;
}
.about-p1.lvyou .list li ._t {
  color: #5b5b5b;
  font-size: 0.27rem;
  font-weight: bold;
}
.about-p1.lvyou .list li ._p {
  font-size: 0.18rem;
  color: #707070;
}
.about-p1.lvyou .list li ._p p {
  margin-bottom: 10px;
}
.about-p1.lvyou .list li ._p p span {
  font-weight: bold;
}
.about-p3 {
  margin-top: 0.5rem;
}
.about-p3 ._hd {
  text-align: center;
}
.about-p3 ._hd ul {
  display: inline-block;
  margin-bottom: 0.7rem;
}
.about-p3 ._hd li {
  position: relative;
  float: left;
  width: auto;
  left: auto;
  padding: 0 20px;
}
.about-p3 .tab_t {
  position: relative;
  font-size: 0.24rem;
  margin-right: 20px;
}
.about-p3 .tab_t_cur {
  border-bottom: 6px solid #62bd48;
  color: #62bd48;
}
.about-p3 .tab_c ._p {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #8f8e8e;
  font-size: 0.2rem;
}
.about-p3 ._more {
  display: block;
  margin: 0 auto;
  margin-top: 0.6rem;
  width: 1.6rem;
  height: 0.43rem;
  line-height: 0.43rem;
  text-align: center;
  color: #fff;
  background-color: #f0c02f;
  font-size: 0.19rem;
  border-radius: 6px;
}
.about .his_menu_box {
  position: relative;
  margin-bottom: 40px;
  font-size: 25px;
  color: #8a8a8a;
}
.about .his_menu_box ._line_lt,
.about .his_menu_box ._line_rt {
  display: block;
  position: absolute;
  top: 7px;
  background-repeat: no-repeat;
}
.about .his_menu_box ._line_lt {
  right: 100%;
  width: 50%;
  height: 5px;
  background-image: url(../img/about05lt.jpg);
  background-position: center right;
}
.about .his_menu_box ._line_rt {
  left: 100%;
  width: 50%;
  height: 5px;
  background-image: url(../img/about05rt.jpg);
  background-position: center left;
}
/*.about .his_menu_box .myscr_arrs { display:block; position:absolute; top:50%; z-index:1; margin-top:218px; width:28px; height:56px; background-image:url(../img/about02.png); background-repeat:no-repeat; }
.about .his_menu_box .myscr_arrs.myarr_prev { left:50%; margin-left:-560px; background-position:0 0; }
.about .his_menu_box .myscr_arrs.myarr_next { right:50%; margin-right:-560px; background-position:-28px 0; }*/
.about {
  margin-bottom: 0.6rem;
}
.about .his_menu_box .bd {
  height: 78px;
  overflow: hidden;
}
.about .his_menu_box li {
  float: left;
  width: 20%;
}
.about .his_menu_box ._menu_item {
  position: relative;
  text-align: center;
}
.about .his_menu_box .on_year ._menu_item {
  color: #62bd48;
}
.about .his_menu_box ._menu_item ._line {
  display: block;
  position: absolute;
  width: 100%;
  top: 8px;
  margin-top: -3px;
  height: 5px;
  background-image: url(../img/about03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.about .his_menu_box .passed_year ._menu_item ._line {
  background-image: url(../img/about08.jpg);
}
.about .his_menu_box .on_year ._menu_item ._line {
  background-image: url(../img/about04.jpg);
}
.about .his_menu_box ._menu_item ._pt {
  position: relative;
  margin: 2px auto 15px;
  width: 17px;
  height: 17px;
  background-color: #c6c6c6;
  border-radius: 50%;
}
.about .his_menu_box .passed_year ._menu_item ._pt {
  background-color: #62bd48;
}
.about .his_menu_box .on_year ._menu_item ._pt {
  top: -2px;
  width: 21px;
  height: 21px;
  background-color: #62bd48;
}
.about .his_slide {
  padding-top: 0;
  height: 300px;
}
.about .his_slide .his_con {
  padding-top: 90px;
}
.about .his_slide .has_pic .pic_wrap {
  float: left;
  width: 50%;
}
.about .his_slide .has_pic .pic_con {
  position: relative;
  margin-top: -40px;
  padding-right: 10%;
}
.about .his_slide .has_pic .txt_wrap {
  float: right;
  width: 50%;
}
.about .his_slide .his_con {
  margin: 0 auto;
  width: 80%;
}
.about .his_slide_box {
  height: 310px;
  background-image: url(../img/about_his-boxbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.about .his_slide ._date {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1;
}
.about .his_slide ._tt {
  font-size: 13px;
  line-height: 2.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about .his_slide ._desc {
  height: 9.6em;
  overflow: hidden;
  font-size: 0.2rem;
  color: #fff;
  line-height: 2.4;
}

.about .his_slide {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 208px;
  overflow: hidden;
  padding-top: 90px;
  color: #ffffff;
}
.about .his_slide.show {
  display: block;
}
.about .his_slide {
  padding-top: 0;
  height: 300px;
}
.about-his-xc-p {
  font-size: 0.17rem;
}

/* form s */
.red {
  color: #c73138;
}
.form .single_el {
  float: left;
  width: 31.46%;
  margin-right: 2.8%;
  padding-top: 0.35rem;
}
.form .single_el:nth-child(3n) {
  margin-right: 0;
}
.form .single_el .title,
.form .single_el .txt,
.form .multi_el .title,
.form .multi_el .txt {
  line-height: 0.5rem;
  font-size: 0.19rem;
  color: #696969;
}
.form .single_el .txt {
  min-height: 0.5rem;

  background-color: #ececec;
}
.form .single_el .txt input,
.form .single_el .txt select {
  /*display: block;*/
  width: 100%;
  height: 0.5rem;
  background-color: #ececec;
}
.form .single_el img {
  width: 2.15rem;
  height: 0.5rem;
  background-color: #ccc;
}
.form .multi_el .txt textarea {
  width: 100%;
  min-height: 2.4rem;
  background-color: #ececec;
  border-color: #ececec;
}
.form .multi_el {
  float: left;
  width: 100%;
  padding-top: 0.35rem;
}
.form .submit_box {
  padding: 1rem 0;
  text-align: center;
}
.form .submit_box a {
  display: inline-block;
  margin: 0 0.12rem;
  padding: 0 0.64rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #ececec;
  font-size: 0.19rem;
  color: #6f6f6f;
}
.form .submit_box a.submit {
  background-color: #f0c02f;
  color: #fff;
}
/* form e */

/* news s*/
.news .list li {
  margin-bottom: 0.4rem;
  background-color: #ededed;
}
.news .list li .img_full {
  width: 30%;
  overflow: hidden;
  float: left;
  margin-right: 0.62rem;
}
.news .list li .rect-62 {
  padding-bottom: 62%;
}
.news .list li .cont {
  padding: 0.4rem 0.5rem 0 0;
}
.news .list li ._t {
  line-height: 0.77rem;
  margin-bottom: 0.15rem;
  color: #3e3e3e;
  font-size: 0.33rem;
}
.news .list li ._p {
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #434343;
}
.news .list li ._time {
  color: #717171;
  font-size: 0.18rem;
  line-height: 0.4rem;
}
.news .list li:hover {
  background-color: #418443;
}
.news .list li:hover ._t,
.news .list li:hover ._p,
.news .list li:hover ._time {
  color: #fff;
}
/* news e*/

/*描述上部 s*/
.describe-top ._name {
  line-height: 0.5rem;
  font-size: 0.4rem;
  color: #4e4e4e;
  text-align: center;
}
.describe-top .bz {
  padding: 0 1.3rem;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #646464;
  text-align: center;
}
/*描述上部 e*/

/* lvyou s*/
.lvyou .list li {
  margin-bottom: 0.45rem;
  background-color: #ededed;
}
.lvyou .list li .img_full {
  width: 50%;
  overflow: hidden;
  float: left;
  margin-right: 0.62rem;
}
.lvyou .list li .rect-5625 {
  padding-bottom: 56.25%;
}
.lvyou .list li .cont {
  padding: 0.25rem 0.3rem 0 0;
}
.lvyou .list li ._t {
  font-weight: bold;
  margin-bottom: 0.12rem;
  color: #5b5b5b;
  font-size: 0.22rem;
}
.lvyou .list li ._p {
  line-height: 0.32rem;
  font-size: 0.18rem;
  color: #515151;
}
.lvyou .list li:hover {
  background-color: #418443;
}
.lvyou .list li:hover ._t,
.lvyou .list li:hover ._p {
  color: #fff;
}

.lvyou .list li:nth-child(odd) .img_full {
  float: right;
  margin-right: 0;
}
.lvyou .list li:nth-child(odd) .cont {
  width: 45%;
  padding-left: 0.5rem;
}
/* lvyou e*/

/*chanpin s*/
.chanpin .describe-top .bz {
  padding: 0 0;
}
.chanpin li {
  margin-bottom: 0.35rem;
}
.chanpin li a {
  display: block;
}
.chanpin .list li .rect-7474 {
  padding-bottom: 74.74%;
}
.chanpin li ._txt {
  padding: 0 0.1rem;
  line-height: 0.75rem;
  text-align: center;
  font-size: 0.19rem;
  color: #767676;
}
/*chanpin e*/

/*hezuo s*/
.hezuo .list {
  margin-bottom: 0.5rem;
}
.hezuo .list li {
  margin-bottom: 0.25rem;
}
.hezuo .list li a {
  display: block;
  border: 1px solid #d4d4d4;
}
.hezuo .list li .rect-4919 {
  padding-bottom: 49.19%;
}
/*hezuo e*/

.qa-list-title {
  height: 55px;
  line-height: 55px;
  padding-left: 40px;
  background-color: #418443;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.qa-list-title li {
  float: left;
  width: 20%;
  text-align: center;
}
.qa-list ._jt {
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  padding-left: 40px;
  background-color: #e9e9e9;
  font-size: 0.18rem;
  color: #575757;
  margin-bottom: 10px;
}
.qa-list ._jt li {
  float: left;
  width: 20%;
  text-align: center;
}
.qa-list ._jt_act {
  background-color: #e9e9e9;
  color: #575757;
  border: 0;
}
.qa-list ._jc {
  display: none;
  font-size: 0.18rem;
  color: #5c5c5c;
  padding: 0.5rem 0.8rem 0.7rem;
  background-color: #fff;
}
.qa-list ._jc ._t {
  font-size: 17px;
  font-weight: bold;
  color: #515151;
  margin-bottom: 10px;
}
.qa-list ._jc ._con {
  margin-bottom: 35px;
}
.qa-list ._jc ._con p {
  margin-bottom: 10px;
}
.qa-list-wrap {
  margin-top: 80px;
  margin-bottom: 150px;
}
.qa-list ._jc ._btn {
  display: inline-block;
  width: 1.36rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  background-color: #f0c02f;
  font-size: 0.18rem;
  color: #fff;
}

.xc-content {
  padding-top: 50px;
  padding-bottom: 100px;
}
.news_t {
  font-size: 30px;
  color: #581711;
  font-weight: bold;
}
.news_t .r {
  font-size: 19px;
  font-weight: normal;
  margin-top: 15px;
}
.news_t .r em {
  padding: 0 15px;
  font-style: normal;
}
.news_dt {
  font-size: 30px;
  color: #242424;
  font-weight: bold;
}
.news_info {
  margin: 25px 0;
}
.news-art {
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.news-art-bd li a {
  font-size: 19px;
  color: #7f7f7f;
}
.news-search {
  position: relative;
  margin-top: 35px;
  margin-bottom: 40px;
  padding-right: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #581711;
  overflow: hidden;
}
.news-search input[type="text"] {
  width: 100%;
  height: 60px;
  color: #c4b7b6;
  text-indent: 30px;
  line-height: 60px;
  background-color: #581711;
}
.news-search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #581711;
  background-image: url(../img/news-search.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.news-list li {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e6e6e5;
}
.news-list li h3 {
  color: #242424;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
.news-list li ._txt,
.news_info {
  color: #7f7f7f;
  font-size: 18px;
}
.news-list li ._txt span,
.news_info span {
  margin-right: 25px;
}

/*搜索区域*/
/* .searchArea{padding:100px 0;} */
.searchArea {
  padding: 0 0 20px;
}
.searchArea .infor {
  text-align: center;
  color: #000000;
}
.searchArea .infor .tit {
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
}
.searchArea .content_form {
  padding: 0 8%;
  margin-top: 60px;
}
.searchArea .content_form .form_box .searchTit {
  font-size: 58px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.searchArea .content_form .form_box .search {
  position: relative;
  overflow: visible;
}
.searchArea .content_form .form_box .search .input_wrap {
  position: relative;
  width: 80%;
  line-height: 68px;
  height: 68px;
}
.searchArea .content_form .form_box .search .input_wrap input {
  width: 98%;
  padding: 0 0 0 2%;
  height: 68px;
  line-height: 68px;
  border: 1px solid #e1e1e1;
}
.searchArea .content_form .form_box .search .input_wrap .textDelBtn {
  display: none;
}
:root .searchArea .content_form .form_box .search .input_wrap .textDelBtn {
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: url(/resources/web/img/del_btn.jpg) no-repeat center center;
}
.searchArea .content_form .form_box .search .btn_wrap {
  width: 20%;
  text-align: center;
  vertical-align: middle;
}
.searchArea .content_form .form_box .search .btn_wrap .btns {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  width: 100%;
  border: none;
  outline: none;
  background: #0d1233;
  color: #fff;
  cursor: pointer;
}
.searchArea .content_form .form_box .search .btn_wrap .btns:hover {
  background: #418443;
}
.searchArea .content_form .list {
  margin-top: 20px;
}
.searchArea .content_form .list a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #93949e;
  position: relative;
}
.searchArea .content_form .list a:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #93949e;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.searchArea .content_form .list a:first-child:after {
  display: none;
}
/*搜索结果区域*/
.resultArea .infor {
  text-align: center;
}
.resultArea .infor .tit {
  font-size: 0.3rem;
  color: #181818;
}
.resultArea .infor .tit span {
  color: #ff0000;
}
.resultArea .content_form {
  margin-top: 60px;
  border-top: 10px solid #f4f4f4; /*border-bottom:10px solid #f4f4f4;*/
  padding: 60px 0;
}
.resultArea .content_form h3 {
  font-size: 0.3rem;
  color: #181818;
  font-weight: bold;
  margin-bottom: 30px;
}
.resultArea .content_form .area {
  border-bottom: 1px solid #dddddd;
  padding: 40px 0;
}
/*.resultArea .content_form .area:last-child{border-bottom:none;}*/
/*搜索结果区域 -- 产品部分*/
.resultArea .content_form .piclist_area .rect-695 {
  padding-bottom: 69.5%;
}
.resultArea .content_form .piclist_area .srchList li {
  margin-bottom: 40px;
}
.resultArea .content_form .piclist_area .srchList li a {
  display: block;
}
.resultArea .content_form .piclist_area .srchList li .intro {
  margin-top: 10px;
  height: 125px;
}

.resultArea .content_form .piclist_area .srchList li .intro .t {
  font-size: 0.28rem;
  text-align: center;
}
.resultArea .content_form .piclist_area .srchList li .intro .t span {
  display: inline-block;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #068ccb;
  margin-left: 23px;
}

/*搜索结果区域 -- 信息部分*/
.resultArea .content_form .content_area li {
  margin-bottom: 20px;
}
.resultArea .content_form .content_area li a {
  display: block;
}
.resultArea .content_form .content_area li .t {
  line-height: 0.28rem;
  font-weight: 700;
  color: #333333;
}
.resultArea .content_form .content_area li .c {
  margin-top: 10px;
}
.resultArea .content_form .area.content_video li {
  cursor: pointer;
}

.dib {
  margin-top: 20px;
}
/*搜索结果区域 -- 加载更多按钮*/
body .resultArea .content_form .piclist_area .srchList li img {
  display: block;
  margin: 0 auto;
}

/*全站搜索结果页面按钮*/
.resultArea .botBtn {
  text-align: center;
  padding-top: 0px;
}
.resultArea .botBtn .btnMore {
  display: inline-block;
  padding: 0 85px;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  color: #333f47;
  border: 1px solid #333f47;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.resultArea .botBtn a {
  background: #fff;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #078fcf;
  border: 1px solid #078fcf;
}
.resultArea .botBtn a {
  background: transparent;
  border: 1px solid #333f47;
  color: #333f47;
}
.resultArea .botBtn a {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  position: relative;
}
.resultArea .botBtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333f47;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.resultArea .botBtn a,
.resultArea .botBtn a::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.resultArea .botBtn a:hover {
  background: #333f47;
}
:root .resultArea .botBtn a:hover {
  background: none;
}
.resultArea .botBtn a:hover {
  color: #fff;
  border-color: #333f47;
}
.resultArea .botBtn a:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.searchArea .content_form .form_box .search .btn_wrap .btns {
  background: #fff;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #078fcf;
  border: 1px solid #078fcf;
}
.searchArea .content_form .form_box .search .btn_wrap .btns {
  background: transparent;
  border: 1px solid #333f47;
  color: #333f47;
}
.searchArea .content_form .form_box .search .btn_wrap .btns {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  position: relative;
}
.searchArea .content_form .form_box .search .btn_wrap .btns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333f47;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.searchArea .content_form .form_box .search .btn_wrap .btns,
.searchArea .content_form .form_box .search .btn_wrap .btns::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.searchArea .content_form .form_box .search .btn_wrap .btns:hover {
  color: #fff;
}
.searchArea .content_form .form_box .search .btn_wrap .btns:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
