﻿@charset "UTF-8";
main .inner-banner {
  position: relative;
}
main .inner-banner .imgbox img {
  display: block;
  width: 100%;
}
main .inner-banner .title {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  width: 100%;
  margin-top: -0.34rem;
  text-align: right;
  text-transform: uppercase;
  font-size: 0.68rem;
  line-height: 1;
  color: #fff;
  font-family: 'sourceMedium';
  text-shadow: 2px 0.07rem rgba(7, 21, 48, 0.46);
}
main .crumb {
  padding: 17px 0;
  line-height: 23px;
  text-transform: uppercase;
  border-bottom: 1px solid #d5d7db;
}
main .crumb .home {
  margin-right: 10px;
  width: 20px;
  height: 23px;
  background: url(../images/home.png) no-repeat right top 2px;
  background-size: 17px;
}
main .crumb a {
  float: left;
  font-size: 14px;
  color: #333;
}
main .crumb a:last-child {
  color: #0056a8;
  font-weight: bold;
}
main .crumb a:hover {
  color: #0056a8;
}
main .crumb span {
  float: left;
  font-size: 14px;
  margin: 0 8px;
}
main .crumb span:nth-child(2) {
  margin: 0;
}
main .inner-title {
  text-align: center;
}
main .inner-title .cn {
  font-size: 0.4rem;
  line-height: 1;
  color: #333;
}
main .inner-title .line {
  width: 1.1rem;
  height: 2px;
  background: #000;
  margin: 0.25rem auto 0;
}
main .pages {
  font-size: 0;
  text-align: center;
}
main .pages a {
  display: inline-block;
  margin: 0 4px 0 3px;
  border-radius: 2px;
  width: 48px;
  background: #fff;
  font-size: 18px;
  line-height: 48px;
  color: #333;
}
main .pages a.active,
main .pages a[href$="."]:hover,
main .pages a[href$="#"]:hover {
  background: #2463cb;
  color: #fff;
}
main .pages .prev,
main .pages .next {
  background: #dee6ee;
}
main .pages .page-list {
  display: inline-block;
}
main .pages a {
  box-shadow: 1.5px 2.4px 6px rgba(33, 22, 99, 0.07);
}

.aboutLayout {
  background: #f2f5f9;
}
.aboutLayout .about-first {
  padding: 0.8rem 0 0.54rem;
  text-align: center;
  font-family: "sourceRegular";
  background: url(../images/about_bg1.jpg) no-repeat bottom center;
  background-size: cover;
}
.aboutLayout .about-first .tit-cn {
  margin-top: 0.6rem;
  font-weight: bold;
  font-size: 0.28rem;
  line-height: 1;
  color: #2463cb;
}
.aboutLayout .about-first .tit-en {
  margin-top: 0.18rem;
  text-transform: uppercase;
  font-size: 0.14rem;
  line-height: 1;
  color: #666;
}
.aboutLayout .about-first .lin {
  margin: 0.28rem 0 0.2rem;
  height: 1px;
  background: #c3c5c6;
}
.aboutLayout .about-first .det {
  font-size: 0.16rem;
  line-height: 0.4rem;
}
.aboutLayout .about-first .imgbox {
  margin-top: 0.32rem;
}
.aboutLayout .about-first .imgbox img {
  display: block;
  height: 5.3rem;
  margin: 0 auto;
}
.aboutLayout .about-second {
  padding: 0.8rem 0 0.4rem;
}
.aboutLayout .about-second .swiper {
  margin-top: 0.6rem;
  position: relative;
}
.aboutLayout .about-second .swiper .swiper-slide {
  background-color: #fff;
  width: auto;
}
.aboutLayout .about-second .swiper .swiper-slide a {
  display: block;
  padding: 0.35rem 0;
}
.aboutLayout .about-second .swiper .swiper-slide .matter {
  position: relative;
  width: 3.7rem;
  height: 2.52rem;
  box-sizing: border-box;
  padding: 10px 22px;
  margin: 0 auto;
  text-align: center;
}
.aboutLayout .about-second .swiper .swiper-slide .matter .imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}
.aboutLayout .about-second .swiper .swiper-slide .matter .imgbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #215cbb;
  opacity: 0.7;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.aboutLayout .about-second .swiper .swiper-slide .matter .imgbox img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.aboutLayout .about-second .swiper .swiper-slide .matter .linebox {
  position: static;
}
.aboutLayout .about-second .swiper .swiper-slide .matter .linebox .line {
  position: absolute;
  background-color: #215cbb;
  opacity: 0.5;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.aboutLayout .about-second .swiper .swiper-slide .matter .linebox .line1 {
  top: 0;
  left: 15%;
  height: 2px;
  width: 0;
}
.aboutLayout .about-second .swiper .swiper-slide .matter .linebox .line2 {
  top: 17.875%;
  right: 0;
  width: 2px;
  height: 0;
}
.aboutLayout .about-second .swiper .swiper-slide .matter .linebox .line3 {
  bottom: 0;
  right: 15%;
  height: 2px;
  width: 0;
}
.aboutLayout .about-second .swiper .swiper-slide .matter .linebox .line4 {
  bottom: 17.875%;
  left: 0;
  width: 2px;
  height: 0;
}
.aboutLayout .about-second .swiper .swiper-slide .matter .det {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2.1rem;
  margin-left: -1.05rem;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.aboutLayout .about-second .swiper .swiper-slide:hover .matter .imgbox:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.aboutLayout .about-second .swiper .swiper-slide:hover .matter .linebox .line1 {
  width: 70%;
}
.aboutLayout .about-second .swiper .swiper-slide:hover .matter .linebox .line2 {
  height: 64.25%;
}
.aboutLayout .about-second .swiper .swiper-slide:hover .matter .linebox .line3 {
  width: 70%;
}
.aboutLayout .about-second .swiper .swiper-slide:hover .matter .linebox .line4 {
  height: 64.25%;
}
.aboutLayout .about-second .swiper .swiper-slide:hover .matter .det {
  bottom: 50%;
  margin-bottom: -14px;
  color: #fff;
}
.aboutLayout .about-second .swiper .swiper-slide:hover .matter .det:after {
  content: " >";
}
.aboutLayout .about-second .swiper .iconfont {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -16px;
  text-align: center;
  display: block;
  width: 40px;
  height: 32px;
  background-color: #215cbb;
  cursor: pointer;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
}
.aboutLayout .about-second .swiper .iconfont:hover {
  background-color: #d73a3a;
}
.aboutLayout .about-second .swiper .prevbtn {
  left: 0;
}
.aboutLayout .about-second .swiper .nextbtn {
  right: 0;
}
.aboutLayout .about-third {
  padding: 0.4rem 0;
}
.aboutLayout .about-third .list {
  padding-top: 0.3rem;
  overflow: hidden;
}
.aboutLayout .about-third .list li {
  float: left;
  margin-top: 0.3rem;
  width: calc((100% - 1.14rem)/4);
  margin-right: 0.38rem;
}
.aboutLayout .about-third .list li:nth-child(4n) {
  margin-right: 0;
}
.aboutLayout .about-third .list li a {
  display: block;
  position: relative;
  padding: 0.2rem 0.2rem 0.22rem;
  box-sizing: border-box;
  background: #fff;
}
.aboutLayout .about-third .list li a:hover:before{
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/honor-search.png) no-repeat center;
  background-size: 56px;
  cursor: pointer;
}

.aboutLayout .about-third .list li a .imgbox {
  height: 3.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.aboutLayout .about-fourth {
  padding: 0.4rem 0 0;
}
.aboutLayout .about-fourth .txtbox {
  background: url(../images/about_bg2.jpg) no-repeat center bottom;
  background-size: cover;
  margin-top: 0.6rem;
  padding: 1.2rem 1rem 1.5rem;
  font-size: 0.16rem;
  line-height: 0.5rem;
  text-align: center;
}
.aboutLayout .about-fifth {
  padding: 0.85rem 0 1.28rem;
}
.aboutLayout .about-fifth .list {
  margin-top: 0.6rem;
  padding-bottom: 0.3rem;
}
.aboutLayout .about-fifth .list li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #edeff4;
}
.aboutLayout .about-fifth .list .tit {
  overflow: hidden;
}
.aboutLayout .about-fifth .list .tit span {
  float: left;
  padding: 0 0.37rem;
  background: #2463cb;
  border-radius: 2px;
  font-size: 0.18rem;
  line-height: 0.52rem;
  color: #fff;
}
.aboutLayout .about-fifth .list .group {
  overflow: hidden;
  margin-top: 0.4rem;
  padding: 0 0.38rem;
}
.aboutLayout .about-fifth .list .group .set {
  float: left;
  width: 1.4rem;
  font-size: 0.22rem;
  line-height: 0.42rem;
  font-weight: bold;
}
.aboutLayout .about-fifth .list .group .det {
  float: left;
  width: calc(100% - 2.2rem);
  font-size: 0.2rem;
  line-height: 0.42rem;
}
.aboutLayout .about-fifth .bot {
  position: relative;
  padding-bottom: 1.28rem;
}
.aboutLayout .about-fifth .bot .lf {
  width: 54.17%;
  min-height: 4.53rem;
  box-shadow: 0 0 0.87rem rgba(11, 30, 61, 0.12);
  background: #fff url(../images/about_bg4.jpg) no-repeat right bottom;
  background-size: 100% auto;
}
.aboutLayout .about-fifth .bot .lf .txtbox {
  padding-top: 0.69rem;
  padding-left: 0.99rem;
}
.aboutLayout .about-fifth .bot .lf .txtbox .tit {
  padding-left: 0.85rem;
  background: url(../images/logo.png) no-repeat left center;
  background-size: 0.63rem 0.64rem;
  font-family: "sourceMedium";
  font-size: 0.26rem;
  line-height: 0.64rem;
  color: #3f3535;
}
.aboutLayout .about-fifth .bot .lf .txtbox .group {
  font-size: 0.16rem;
  line-height: 0.2rem;
  margin-top: 0.23rem;
}
.aboutLayout .about-fifth .bot .lf .txtbox .group:nth-child(2) {
  margin-top: 0.7rem;
}
.aboutLayout .about-fifth .bot .lf .txtbox .spanbtn {
  margin-top: 0.52rem;
  overflow: hidden;
}
.aboutLayout .about-fifth .bot .lf .txtbox .spanbtn span {
  float: left;
  padding: 0 0.35rem;
  background: #2463cb;
  font-size: 0.16rem;
  line-height: 0.54rem;
  color: #fff;
}
.aboutLayout .about-fifth .bot .rf {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 46.18%;
}
.aboutLayout .about-fifth .bot .rf img {
  display: block;
  width: 100%;
}

.productLayout {
  padding: 0.7rem 0;
  background: #f2f5f9;
}
.productLayout .inner-title {
  float: left;
  width: 100%;
}
.productLayout .switch {
  float: left;
  width: 100%;
  margin-top: 0.42rem;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.productLayout .switch .item {
  display: inline-block;
  margin-right: 0.48rem;
}
.productLayout .switch .item:last-child {
  margin-right: 0;
}
.productLayout .switch .item a {
  display: block;
  position: relative;
  padding: 0 0.25rem 0 0.2rem;
  font-size: 0.16rem;
  line-height: 0.61rem;
}
.productLayout .switch .item a:hover {
  color: #2463cb;
}
.productLayout .switch .item.active a {
  background: url(../images/switch_bg1.jpg) repeat-x center;
  background-size: auto 0.61rem;
  font-size: 0.18rem;
  color: #fff !important;
}
.productLayout .switch .item.active a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.16rem;
  height: 0.61rem;
  background-size: 0.16rem 0.61rem;
}
.productLayout .switch .item.active a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.16rem;
  height: 0.61rem;
  background-size: 0.16rem 0.61rem;
}
.productLayout .list {
  float: left;
  width: 100%;
  margin-top: 0.6rem;
}
.productLayout .list li {
  display: none;
}
.plantLayout .list li {
  display: block !important;
}
.productLayout .list li.active {
  display: block;
}
.productLayout .list li .item {
  float: left;
  width: calc((100% - 1.26rem)/4);
  margin-right: 0.42rem;
  margin-bottom: 0.38rem;
}
.productLayout .list li .item:nth-child(4n) {
  margin-right: 0;
}
.productLayout .list li .item a {
  display: block;
  padding: 0.25rem 0;
  background-color: #fff;
}
.productLayout .list li .item .matter {
  position: relative;
  width: 2.08rem;
  height: 2.52rem;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
.productLayout .list li .item .matter .imgbox {
  position: relative;
  width: 100%;
  height: 100%;
}
.productLayout .list li .item .matter .imgbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #215cbb;
  opacity: 0.7;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.productLayout .list li .item .matter .imgbox img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.productLayout .list li .item .matter .linebox {
  position: static;
}
.productLayout .list li .item .matter .linebox .line {
  position: absolute;
  background-color: #215cbb;
  opacity: 0.5;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.productLayout .list li .item .matter .linebox .line1 {
  top: 0;
  left: 15%;
  height: 2px;
  width: 0;
}
.productLayout .list li .item .matter .linebox .line2 {
  top: 17.875%;
  right: 0;
  width: 2px;
  height: 0;
}
.productLayout .list li .item .matter .linebox .line3 {
  bottom: 0;
  right: 15%;
  height: 2px;
  width: 0;
}
.productLayout .list li .item .matter .linebox .line4 {
  bottom: 17.875%;
  left: 0;
  width: 2px;
  height: 0;
}
.productLayout .list li .item .matter .det {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 2.1rem;
  margin-left: -1.05rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
@media screen and (max-width: 1565px) {
  .productLayout .list li .item .matter .det {
    bottom: -10px;
  }
}
.productLayout .list li .item:hover a {
  box-shadow: 0.03rem 0.08rem 0.16rem rgba(7, 21, 48, 0.16);
}
.productLayout .list li .item:hover .matter .imgbox:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.productLayout .list li .item:hover .matter .linebox .line1 {
  width: 70%;
}
.productLayout .list li .item:hover .matter .linebox .line2 {
  height: 64.25%;
}
.productLayout .list li .item:hover .matter .linebox .line3 {
  width: 70%;
}
.productLayout .list li .item:hover .matter .linebox .line4 {
  height: 64.25%;
}
.productLayout .list li .item:hover .matter .det {
  bottom: 50%;
  margin-bottom: -14px;
  color: #fff;
}
.productLayout .list li .item:hover .matter .det:after {
  content: " >";
}
.productLayout .pages {
  float: left;
  width: 100%;
  margin-top: 0.42rem;
}

.plantLayout {
  padding: 0.7rem 0 0.8rem;
  background: #f2f5f9;
}
.plantLayout .list {
  margin-top: 0.6rem;
}
.plantLayout .list li {
  float: left;
  width: calc((100% - 0.56rem)/3);
  margin-right: 0.28rem;
  margin-bottom: 0.2rem;
}
.plantLayout .list li:nth-child(3n) {
  margin-right: 0;
}
.plantLayout .list li a {
  display: block;
  background: #fff;
  border: 1px solid #cacaca;
  padding-top: 0.52rem;
  height: 4.3rem;
}
.plantLayout .list li a .imgbox {
  width: 80%;
  margin: 0 auto;
  height: 2.65rem;
  line-height: 2.65rem;
  text-align: center;
}
.plantLayout .list li a .imgbox img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.plantLayout .list li a .txtbox {
  width: 80%;
  margin: 0.75rem auto 0;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.plantLayout .list li a:hover {
  background: #6a9bed;
  border: 1px solid #6a9bed;
}
.plantLayout .list li a:hover .txtbox {
  color: #fff;
}
.plantLayout .pages {
  margin-top: 0.6rem;
}

.newsLayout {
  padding: 0.7rem 0 0.8rem;
  background: #f2f5f9;
}
.newsLayout .switch {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 0;
  border-bottom: 1px solid #dadee5;
}
.newsLayout .switch .item {
  display: inline-block;
  margin-right: 0.77rem;
}
.newsLayout .switch .item:last-child {
  margin-right: 0;
}
.newsLayout .switch .item.active a, .newsLayout .switch .item:hover a {
  background: #2463cb;
  color: #fff;
}
.newsLayout .switch .item a {
  display: block;
  padding: 0 0.23rem;
  font-size: 0.16rem;
  line-height: 0.58rem;
}
.newsLayout .list {
  margin-top: 0.6rem;
}
.newsLayout .list li {
  float: left;
  width: 48.62%;
}
.newsLayout .list li:nth-child(2n) {
  float: right;
}
.newsLayout .list li a {
  display: block;
  padding: 25px 0.38rem 0 0.3rem;
  height: 160px;
  margin-bottom: 0.4rem;
  background: #f3f3f3;
  overflow: hidden;
}
.newsLayout .list li a:hover {
  background: #fff url(../images/news_icon.png) no-repeat right bottom;
  background-size: auto 100%;
  box-shadow: 1px 3px 0.24rem rgba(0, 0, 0, 0.1);
}
.newsLayout .list li a:hover .tit {
  color: #2463cb;
}
.newsLayout .list li a:hover .more {
  background: #215cbb;
}
.newsLayout .list li a .tit {
  float: left;
  width: 70%;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  height: 28px;
}
.newsLayout .list li a .date {
  float: right;
  width: 30%;
  text-align: right;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.newsLayout .list li a .det {
  margin-top: 0.1rem;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 48px;
}
.newsLayout .list li a .more {
  margin-top: 0.15rem;
  float: left;
  padding: 0 8px;
  background: #999;
}
.newsLayout .list li a .more .iconfont {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #fff;
}
.newsLayout .pages {
  margin-top: 0.4rem;
}

.contactLayout {
  padding: 0.7rem 0;
  background: #f2f5f9;
}
.contactLayout .cont-top {
  position: relative;
  margin-top: 0.6rem;
}
.contactLayout .cont-top .bgtit {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  opacity: 0.1;
  text-transform: uppercase;
  font-family: "sourceBold";
  font-weight: bold;
  font-size: 0.88rem;
  line-height: 1;
  color: #414346;
}
.contactLayout .cont-top .left {
  float: left;
  width: 41.95%;
  padding-top: 0.6rem;
}
.contactLayout .cont-top .left .tit {
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #2463cb;
}
.contactLayout .cont-top .left ul {
  padding-top: 0.16rem;
}
.contactLayout .cont-top .left ul li {
  display: flex;
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.contactLayout .cont-top .left ul li .set {
  display: flex;
  white-space: nowrap;
}
.contactLayout .cont-top .left ul li .set .iconfont {
  width: 0.38rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #263144;
}
.contactLayout .cont-top .right {
  float: right;
  width: 58.05%;
  box-sizing: border-box;
  padding: 0.7rem 0.64rem 0.77rem;
  background: #5f85d3;
}
.contactLayout .cont-top .right .tit {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #fff;
}
.contactLayout .cont-top .right .form-group {
  border-bottom: 1px solid #fff;
  padding: 0.3rem 0 0;
  display: flex;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #fff;
}
.contactLayout .cont-top .right .form-group .control-label {
  white-space: nowrap;
  padding: 0.15rem 0;
}
.contactLayout .cont-top .right .form-group .form-group-bd {
  width: 100%;
}
.contactLayout .cont-top .right .form-group .form-control {
  padding: 0.15rem 0.08rem;
  height: 0.56rem;
  outline: none;
  background: none;
  width: 100%;
}
.contactLayout .cont-top .right .frm-btn-group {
  margin-top: 0.6rem;
}
.contactLayout .cont-top .right .frm-btn-group .btn {
  display: block;
  margin: 0 auto;
  width: 1.35rem;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  font-size: 0.2rem;
  line-height: 0.5rem;
  color: #386fcb;
}
.contactLayout .cont-top .right .frm-btn-group .btn:hover {
  background: #d73a3a;
  color: #fff;
}
.contactLayout .cont-bot {
  margin-top: 0.6rem;
  background: #f5f3f0;
  box-shadow: 2px 0.08rem 0.92rem rgba(4, 5, 6, 0.13);
}
.contactLayout .cont-bot iframe {
  display: block;
  width: 100%;
  height: 6.5rem;
}

.detail-title {
  text-align: center;
}
.detail-title .tit {
  font-family: '微软雅黑 Light';
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #161515;
}
.detail-title .date {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  line-height: 1;
  color: #666;
}
.detail-title .line {
  margin: 0.2rem auto 0;
  width: 1.1rem;
  height: 0.02rem;
  background: #000;
}

.detail-box {
  padding: 0.8rem 0 1rem;
}
.detail-box .detail-imgbox {
  margin-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e5e5e5;
}
.detail-box .detail-imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.detail-box .doc {
  margin-top: 0.52rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
}

.product-det {
  padding: 0.8rem 0 1rem;
}
.product-det .detail-imgbox {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-det .prod-det-bot {
  margin-top: 0.85rem;
}
.product-det .prod-det-bot .tit {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #161515;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.24rem;
}
.product-det .prod-det-bot .date {
  font-size: 0.14rem;
  line-height: 0.26rem;
}
.product-det .prod-det-bot .doc {
  margin-top: 0.26rem;
  font-size: 0.14rem;
  line-height: 0.26rem;
}

.pagelayout {
  overflow: hidden;
  padding-top: 0.26rem;
  margin-top: 0.26rem;
  border-top: 1px solid #bfbfbf;
}
.pagelayout .iconfont {
  position: absolute;
  font-size: 0.2rem;
  line-height: 0.26rem;
  top: 0;
  color: #000;
}
.pagelayout .page-prev {
  position: relative;
  float: left;
  padding-left: 0.4rem;
  width: 45%;
}
.pagelayout .page-prev .iconfont {
  left: 0;
}
.pagelayout .page-prev a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.pagelayout .page-prev a:hover {
  color: #215cbb;
}
.pagelayout .page-next {
  position: relative;
  float: right;
  padding-right: 0.4rem;
  width: 45%;
}
.pagelayout .page-next .iconfont {
  right: 0;
}
.pagelayout .page-next a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: right;
}
.pagelayout .page-next a:hover {
  color: #215cbb;
}


.f_zoom_honer{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
.f_zoom_honer .close_icon{
  position: absolute;
  z-index: 10;
  /*top: 46px;
  right: 46px;*/
  width: 25px;
  height: 25px;
  background: url(../images/close-btn2-1.png) no-repeat center;
  background-size: 25px;
  cursor: pointer;
  top: 0;
  right: -40px;
}
.f_zoom_honer .f-zoom-box{
  width: calc(100% - 100px);
  height: calc(100% - 80px);
  margin: 40px auto;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_zoom_honer .f-zoom-box .imgbox{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.f_zoom_honer .f-zoom-box img{
  max-width: 100%;
  max-height: 100%;
}