* {
  box-sizing: border-box;
  outline: 0;
}

@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont-1667802818560.woff') format('woff'), url('../font/iconfont-1667802818560.ttf') format('truetype');
  
  /* Project id 3744991 */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
  content: "\e88b";
}
.icon-changjia:before {
  content: "\e607";
}
.icon-factory-full:before {
  content: "\e9eb";
}
.icon-a-gongchangshengchan05:before {
  content: "\e8df";
}
.icon-xinlangweibo:before {
  content: "\e601";
}
.icon-weixin:before {
  content: "\e602";
}
.icon-douyin:before {
  content: "\e8db";
}
.icon-dizhi:before {
  content: "\e609";
}
.icon-zuoji:before {
  content: "\e683";
}
.icon-youxiang:before {
  content: "\e600";
}
.icon-fax-fill:before {
  content: "\e620";
}
.icon-chinapost:before {
  content: "\e8d1";
}
.icon-yingyonglingyu:before {
  content: "\e60c";
}
.icon-zhishiku:before {
  content: "\e621";
}
.icon-caidan:before {
  content: "\e62a";
}
.icon-zixunhuoke:before {
  content: "\e6b6";
}
.icon-gongsi:before {
  content: "\e86d";
}
.icon-arrow_right:before {
  content: "\e638";
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 16px;
  position: relative;
  line-height: 1.5;
  font-family: "Microsoft YaHei", "arial";
}
@media (max-width: 1450px) {
  body {
    font-size: 14px!important;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../font/Oswald-Bold.eot');
  src: url('../font/Oswald-Bold.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../font/Oswald-Bold.woff') format('woff'), /* Modern Browsers */ url('../font/Oswald-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'DINPro-Regular';
  src: url('../font/DINPro-Regular.eot');
  src: url('../font/DINPro-Regular.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../font/DINPro-Regular.woff') format('woff'), /* Modern Browsers */ url('../font/DINPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'myfont';
  src: url('../font/YanShiQiuHongKai-2.ttf');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compat Modes */
}
.dw {
  top: -180px;
  z-index: -1;
  position: absolute;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1259px!important;
  }
}
@media (max-width: 1300px) {
  .container {
    max-width: 1200px!important;
  }
}
@media (max-width: 1210px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.header {
  height: 1rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.48);
  background: linear-gradient(to right, #008f70, #0162a3);
}
.header .logo {
  display: inline-block;
}
.header .hmenu {
  right: 20px;
  top: 10px;
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  vertical-align: middle;
}
.header .hmenu img {
  vertical-align: middle;
}
.header .tel {
  margin-top: 0.2rem;
  padding-left: 0.5rem;
  position: relative;
  float: right;
  color: #fff;
}
.header .tel .icon {
  top: 0.07rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  position: absolute;
  border-radius: 0.05rem;
  background: #179d79;
}
.header .tel img {
  vertical-align: middle;
}
.header .tel .ph {
  display: block;
}
.header .tel .ph a {
  color: #fff;
  font-family: "Roboto";
  font-size: 0.17rem;
  font-weight: 700;
}
@media (max-width: 1210px) {
  .header .tel {
    display: none;
  }
  .header .tel p {
    display: none;
  }
  .header .tel .icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .header .tel .icon img {
    max-height: 10px;
  }
  .header .tel .ph {
    padding-right: 50px;
  }
  .header .tel .ph a {
    font-size: 18px;
  }
}
.header .header-search {
  float: right;
  margin-right: 0.4rem;
  display: inline-block;
}
.header .header-search img {
  width: 0.26rem;
  height: 0.26rem;
  margin: 0.34rem 0 0 0.3rem;
  transition: all 500ms ease;
}
.header .header-search:hover img {
  transform: scale(0.9);
}
.header .nav {
  float: right;
}
.header .nav li:hover .subnav {
  display: block;
}
.header .nav li {
  float: left;
  position: relative;
  font-size: 0.2rem;
  margin: 0 0.15rem;
  line-height: 0.99rem;
}
.header .nav li > a {
  color: #fff;
  display: block;
  position: relative;
}
.header .nav li > a:after {
  content: "";
  height: 0.04rem;
  width: 100%;
  bottom: 0;
  left: 50%;
  width: 0;
  opacity: 0;
  z-index: 10;
  position: absolute;
  background: #fff;
  transition: all 500ms ease;
}
.header .nav li:hover .subnav,
.header .nav li:hover .subpro {
  display: block;
}
.header .nav li:hover > a:after,
.header .nav .active > a:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.header .nav .subnav {
  top: 0.99rem;
  left: 0;
  width: 150px;
  left: 50%;
  z-index: 9;
  font-size: 15px;
  display: none;
  padding: 20px 0;
  text-align: center;
  line-height: 24px;
  transform: translateX(-50%);
  background: rgba(23, 157, 121, 0.8);
  position: absolute;
}
.header .nav .subnav a {
  overflow: hidden;
  color: #fff;
  padding: 5px 10px;
  display: block;
  transition: all 0s ease;
  height:34px;
}
.header .nav .subnav a:hover {
  font-weight: 700;
}
.header .nav .subpro {
  top: 1rem;
  z-index: 99;
  width: 1276px;
  left:50%;
  transform:translateX(-50%);
  display: none;
  position:fixed;
  text-align: left;
  overflow: hidden;
  /* background: rgba(11, 51, 40, 0.7); */
}
.header .nav .subpro .container {
  max-width: 1276px;
  margin-left: 460px;
}
@media (max-width: 1610px) {
  .header .nav .subpro .container {
    margin: 0 auto;
  }
}
.header .nav .subpro .box {
  position: relative;
  background: url(../image/proline.png) repeat-y top center;
}
.header .nav .subpro .box:after {
  content: "";
  height: 24px;
  bottom: -24px;
  left: 0;
  width: 100%;
  position: absolute;
  /* background: url(../images/probot.png) no-repeat top center; */
}
.header .nav .subpro .box .tu2 {
  right: 70px;
  bottom: 20px;
  opacity: 0.6;
  position: absolute;
}
.header .nav .subpro .hezi {
  padding-bottom: 30px;
  overflow: hidden;
}
.header .nav .subpro .ldrop {
  width: 100%;
  padding: 25px 30px 20px 110px;
  height: auto;
  line-height: 24px;
  background: #e8e8e8;
}
.header .nav .subpro .ldrop ul {
  overflow: hidden;
  height: auto;
  line-height: 24px;
}
.header .nav .subpro .ldrop li {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  max-width: 180px;
  width: 100%;
  display: inline-block;
  float: none;
}
.header .nav .subpro .ldrop li a {
  color: #333;
  display: block;
  text-align: left;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  transition: all 0s;
}
.header .nav .subpro .ldrop li a:before {
  top: 10px;
  left: 16px;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background: #333;
}
.header .nav .subpro .ldrop li a:after {
  display: none;
}
.header .nav .subpro .ldrop .cur a {
  color: #179d79;
}
.header .nav .subpro .ldrop .cur a:before {
  background: #179d79;
}
.header .nav .subpro .rdrop {
  width: 100%;
}
.header .nav .subpro .rcot {
  padding: 28px;
  display: none;
}
.header .nav .subpro .rcot dl {
  width: 16.66666667%;
  float: left;
  padding: 12px;
}
.header .nav .subpro .rcot dt {
  overflow: hidden;
  position: relative;
}
.header .nav .subpro .rcot dt:after {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.header .nav .subpro .rcot dt img {
  transition: all 700ms ease;
}
.header .nav .subpro .rcot dd {
  font-size: 14px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
}
.header .nav .subpro .rcot dl:hover dt img {
  transform: scale(1.05);
}
@media (max-width: 1610px) {
  .header .logo img {
    max-height: 70px;
  }
  .header .nav li {
    font-size: 16px;
    margin: 0 0.2rem;
  }
}
@media (max-width: 1320px) {
  .header .logo {
    margin-top: 0;
  }
  .header .logo img {
    max-height: 60px;
  }
}
@media (max-width: 1210px) {
  .header {
    top: 0;
    height: 60px;
    width: 100%;
    z-index: 99;
    position: fixed;
  }
  .header .logo {
    margin-top: 5px;
  }
  .header .logo img {
    max-height: 49.5px;
  }
  .header .header-search {
    display: none;
  }
  .header .shop {
    margin-top: 16px;
    padding-right: 50px;
  }
  .header .shop a {
    font-size: 14px;
    height: 24px;
    line-height: 22px;
  }
  .header .hmenu {
    display: block;
  }
  .header .nav {
    display: none;
  }
}
.headerhome {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  -webkit-animation: 1s dong;
  animation: 1s dong;
}
.fixed2 {
  top: 0.9rem;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  -webkit-animation: 1s dong;
  animation: 1s dong;
  background: #000;
}
@media (max-width: 1210px) {
  .fixed2 {
    top: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
.scroll-arrow {
  position: absolute;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.3rem;
  width: 100px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1210px) {
  .scroll-arrow {
    display: none;
  }
}
.scroll-arrow img {
  position: relative;
  animation: scrollArrow 1s infinite;
  -moz-animation: scrollArrow 1s infinite;
  -webkit-animation: scrollArrow 1s infinite;
  -o-animation: scrollArrow 1s infinite;
}
.bline {
  top: 50%;
  left: 7.5%;
  z-index: 9;
  position: absolute;
  transform: translateY(-40%);
}
@media (max-width: 1210px) {
  .bline {
    display: none;
  }
}
.footer {
  padding-top: 0.7rem;
  line-height: 0.3rem;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.48);
  background: url(../image/footer-bg.jpg) no-repeat top center;
  background-size: cover;
}
.footer h3 {
  color: #fff;
  padding-bottom: 0.1rem;
  font-size: 0.18rem;
}
.footer h3 a {
  color: #fff!important;
}
.footer .firstmenu {
  width: 55%;
  float: left;
}
.footer .firstmenu li {
  float: left;
  width: 16.66666667%;
}
.footer .firstmenu li a {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  height: 30px;
  overflow: hidden;
}
.footer .firstmenu li a:hover {
  color: #fff;
}
.footer .add {
  width: 45%;
  float: right;
}
.footer .add li {
  width: 50%;
  float: left;
}
.footer .add li span {
  display: block;
  line-height: 0.23rem;
}
.footer .add li a {
  color: rgba(255, 255, 255, 0.48);
}
.footer .add li a:hover {
  color: #fff;
}
.footer .add li .iconfont {
  font-size: 0.18rem;
  color: #179d79;
  font-family: "iconfont";
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.05rem;
}
.footer .add .ewn {
  margin-top: 0.15rem;
}
.footer .copy {
  padding: 0.15rem 0;
  position: relative;
  margin-top: 0.3rem;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.footer .copy a {
  padding-left: 0.3rem;
  display: inline-block;
  color: rgba(255, 255, 255, 0.48);
}
.footer .copy a:hover {
  color: #fff;
}
.footer .copy .share {
  right: 0;
  top: 0.1rem;
  position: absolute;
}
.footer .copy .share span {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  margin-left: 0.1rem;
}
.footer .copy .share a {
  padding: 0;
  font-size: 0.18rem;
  font-family: "iconfont";
  display: inline-block;
}
.footer .copy .share span:first-child a {
  font-size: 0.22rem;
}
.footer .copy .share span:hover {
  color: #fff;
  background-color: #179d79;
}
@media (max-width: 1600px) {
  .footer {
    font-size: 12px;
  }
}
@media (max-width: 1210px) {
  .footer h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer .firstmenu {
    display: none;
  }
  .footer .add {
    width: 100%;
    float: none;
  }
  .footer .add li {
    padding-top: 30px;
    width: 100%;
    float: none;
  }
  .footer .add li span {
    line-height: 24px;
  }
  .footer .add li .iconfont {
    font-size: 16px;
    margin-right: 5px;
  }
  .footer .copy {
    font-size: 12px;
    padding: 15px 0;
    line-height: 24px;
  }
  .footer .copy a {
    padding-left: 0;
  }
  .footer .copy .share {
    display: none;
  }
}
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner .container {
  height: 100%;
  position: relative;
}
.banner .pic {
  position: relative;
}
.banner .tu {
  display: block;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner .txtbox {
  top: 1rem;
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner .more {
  margin-top: 6rem;
}
.banner .more a {
  display: block;
  background: #179d79;
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.48rem;
  text-align: center;
  transition: all 500ms ease;
  color: #fff;
  border: solid 1px #179d79;
  position: relative;
}
.banner .more a:after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  border-left: solid 6px #fff;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
}
.banner .more a:hover {
  color: #179d79;
  background: transparent;
}
.banner .more a:hover:after {
  border-left: solid 6px #179d79;
}
@media (max-width: 1610px) {
  .banner .more {
    margin-left: 0.7rem;
  }
}
.banner .top {
  float: right;
  max-width: 450px;
  padding-top: 1.4rem;
}
.banner .bot {
  bottom: 1.4rem;
  position: absolute;
  width: 450px;
  right: 0;
  text-align: center;
}
.banner .t1 {
  font-size: 0.38rem;
  font-weight: 700;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#15aa83), to(#048bcb));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .t2 {
  font-weight: 700;
}
.banner .tit {
  font-size: 0.42rem;
  font-weight: 700;
}
.banner .txt {
  font-size: 18px;
  line-height: 30px;
}
.banner .slick-prev,
.banner .slick-next {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 100%;
  border: solid 1px #fff;
  margin-top: auto;
  top: auto;
  bottom: 36px;
  z-index: 100001;
  transition: all 500ms ease;
}
.banner .slick-prev {
  left: auto;
  right: 20%;
  background: url(/template/index/pc/images/prev.png) no-repeat center center;
}
.banner .slick-prev:hover {
  border-color: #5993c1;
  background-color: #5993c1;
}
.banner .slick-next {
  right: 10%;
  background: url(/template/index/pc/images/next.png) no-repeat center center;
}
.banner .slick-next:hover {
  border-color: #5993c1;
  background-color: #5993c1;
}
@media (max-width: 1600px) {
  .banner .slick-next {
    right: 9%;
  }
}
.banner .slick-dots {
  margin: 0 auto;
  z-index: 10000;
  right: 0.9rem;
  width: 20px;
  top: 50%;
}
.banner .slick-dots li {
  text-align: center;
  margin-top: 0;
}
.banner .slick-dots li.slick-active button {
  background: #fff;
  position: relative;
}
.banner .slick-dots li.slick-active button:before {
  width: 20px;
  height: 20px;
  opacity: 1;
}
.banner .slick-dots li button {
  width: 8px;
  height: 8px;
  margin-top: 25px;
  position: relative;
}
.banner .slick-dots li button:before {
  width: 0;
  height: 0;
  content: "";
  border: solid 1px #fff;
  border-radius: 50%;
  border-top: 0;
  top: -6px;
  left: -6px;
  opacity: 0;
  position: absolute;
  transform: rotate(45deg);
  transition: all 500ms ease;
}
.banner .slick-active {
  animation: 5s ease bmove1;
}
@media (max-width: 1210px) {
  .banner {
    height: 600px;
    margin-top: 60px;
  }
  .banner .slick-prev,
  .banner .slick-next {
    display: none!important;
  }
  .banner .slick-dots {
    right: 20px;
  }
  .banner .tu {
    height: 600px;
  }
}
@media (max-width: 640px) {
  .banner {
    height: 240px;
  }
  .banner .tu {
    height: 240px;
  }
  .banner .txtbox {
    display: none;
  }
  .banner .slick-dots {
    width: 100%;
    right: auto;
    bottom: 20px;
    top: auto;
  }
  .banner .slick-dots li {
    margin: 0 6px;
  }
}
.index-product {
  overflow: hidden;
  position: relative;
  background-position: center top!important;
}
.index-product .container {
  z-index: 10;
  padding-top: 1.5rem;
  position: relative;
}
.index-product:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 750px;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #5d6975;
}
.index-product .smallimg {
  width: 16%;
  float: left;
}
.index-product .smallimg span {
  display: block;
  position: relative;
  width: 130px;
  cursor: pointer;
  border-radius: 100%;
  margin: 0.15rem 0;
  transition: all 700ms ease;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.index-product .smallimg span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-product .smallimg .slick-current span {
  background: #fff;
}
.index-product .bigimg {
  width: 84%;
  float: right;
  position: relative;
}
.index-product .bigimg .bt a:hover {
  color: #179d79;
}
.index-product .bigimg .bt {
  z-index: 10;
  width: 43%;
  float: right;
  top: 1rem;
  font-size: 0.2rem;
  position: absolute;
  position: relative;
}
.index-product .bigimg .bt span:first-child {
  padding-left: 0;
}
.index-product .bigimg .bt span:last-child {
  padding-right: 0;
}
.index-product .bigimg .bt span {
  padding: 0 0.07rem;
  display: inline-block;
}
.index-product .bigimg .bt span img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 4px 0;
}
.index-product .bigimg .bt span a {
  color: #333;
  display: block;
  background: #fff;
  height: 0.5rem;
  padding: 0 0.1rem;
  line-height: 0.5rem;
  border-radius: 3px;
}
.index-product .bigimg .bt img {
  max-height: 0.5rem;
}
@media (max-width: 1210px) {
  .index-product .bigimg .bt {
    width: 100%;
    float: none;
    top: auto;
    display: none;
  }
}
.index-product .bigimg .slick-active .item dt {
  animation: 2s fadeInRight2 ease;
}
.index-product .bigimg .slick-active .item:before {
  animation: 3s arrow1 ease;
}
@media (max-width: 1210px) {
  .index-product .bigimg .slick-prev,
  .index-product .bigimg .slick-next {
    width: 20px;
    height: 20px;
    top: 30%;
    border-color: #333;
  }
  .index-product .bigimg .slick-prev {
    transform: rotate(45deg);
  }
  .index-product .bigimg .slick-next {
    transform: rotate(-45deg);
  }
}
.index-product .slick-list {
  overflow: inherit;
}
.index-product .item {
  position: relative;
}
.index-product .item:before {
  content: "";
  top: 0rem;
  left: 0rem;
  width: 720px;
  height: 720px;
  top: -32px;
  left: -32px;
  position: absolute;
  background: url(../image/arrow-3.png) no-repeat top left;
}
.index-product .item dd {
  width: 50%;
  float: left;
  display: block;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  transition: all 700ms ease;
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.index-product .item dd:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.index-product .item dt {
  width: 50%;
  float: left;
  color: #fff;
  padding-top: 1rem;
  font-size: 0.16rem;
  padding-left: 0.85rem;
  position: relative;
}
.index-product .item .tit {
  font-size: 0.3rem;
  margin-top: 0.5rem;
  position: relative;
}
.index-product .item .xztxt {
  position: relative;
}
.index-product .item .tit span {
  z-index: 3;
  display: inline-block;
  position: relative;
}
.index-product .item .tit span:after {
  content: "";
  width: 100%;
  left: 0;
  z-index: -1;
  height: 0.07rem;
  bottom: 0.04rem;
  position: absolute;
  background: #179d79;
}
.index-product .item .txt {
  vertical-align: top;
  line-height: 0.43rem;
  margin-top: 0.3rem;
  min-height: 0.43rem;
  padding-left: 0.65rem;
  position: relative;
}
.index-product .item .txt span {
  height: 0.43rem;
  width: 0.59rem;
  text-align: center;
  margin-right: 0.1rem;
  background: #179d79;
  display: inline-block;
      top: 50%;
    transform: translateY(-50%);
  padding-left: 0.1rem;
  position: absolute;
    left: 0;
	
  background: url(../image/proicon-9.png) no-repeat center center;
}
.index-product .item .txt img {
  margin-bottom: 0.05rem;
  vertical-align: middle;
  display: inline-block;
}
.index-product .item .txt:nth-child(2n) span {
  padding-left: 0;
  padding-right: 0.1rem;
  background: url(../image/proicon-10.png) no-repeat center center;
}
@media (max-width: 1610px) {
  .index-product .smallimg {
    margin-top: -60px;
    transform: scale(0.7);
  }
  .index-product .item::before {
    width: 600px;
    height: 600px;
    top: -30px;
    left: -40px;
    background-size: 100% 100%;
  }
  .index-product .item dt {
    font-size: 14px;
  }
  .index-product .bt span {
    padding: 0 ;
  }
  .index-product .bt span a {
    padding: 0 5px;
  }
  .index-product .item .txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 1310px) {
  .index-product .bigimg .item:before {
    content: "";
    width: 540px;
    height: 540px;
    top: -20px;
    left: -20px;
  }
  .index-product .bigimg .item .tit {
    font-size: 18px;
    margin-top: 20px;
  }
  .index-product .bigimg .item .txt span {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    top: 0;
    left: 0;
    position: absolute;
  }
  .index-product .bigimg .item .txt {
    min-height: 50px;
    padding-left: 40px;
    line-height: 16px;
    position: relative;
  }
  .index-product .bigimg .item .txt img {
    margin-bottom: 0;
  }
  .index-product .bigimg .bt span {
    font-size: 12px;
  }
  .index-product .bigimg .bt span a {
    height: 30px;
    line-height: 30px;
  }
  .index-product .bigimg .bt span img {
    max-width: 25px;
  }
}
@media (max-width: 1210px) {
  .index-product {
    background: #5d6975;
    padding: 30px 0;
  }
  .index-product .container {
    padding-top: 0;
  }
  .index-product .smallimg {
    transform: scale(1);
    width: 100%;
    float: none;
    display: none;
  }
  .index-product .smallimg:before {
    display: none;
  }
  .index-product .bigimg {
    width: 100%;
    float: none;
  }
  .index-product .bigimg .item .tit {
    font-size: 18px;
    margin-top: 20px;
  }
  .index-product .bigimg .item:before {
    display: none;
  }
  .index-product .bigimg .item dd {
    width: 100%;
    float: none;
    border-radius: 0;
  }
  .index-product .bigimg .item dt {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 30px;
  }
  .index-product .bigimg .item .txt span {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    top: 0;
    left: 0;
    position: absolute;
  }
  .index-product .bigimg .item .txt {
    min-height: 50px;
    padding-left: 40px;
    line-height: 16px;
    position: relative;
  }
  .index-product .bigimg .item .txt img {
    margin-bottom: 0;
  }
  .index-product .bigimg .item .bt span {
    font-size: 12px;
  }
  .index-product .bigimg .item .bt span a {
    height: 30px;
    line-height: 30px;
  }
  .index-product .bigimg .item .bt span img {
    max-width: 25px;
  }
}
.index-about {
  padding-top: 1rem;
}
.index-about .title .en {
  color: #f9fafd;
  font-size: 1.2rem;
  letter-spacing: -1px;
  font-family: "Impact";
  line-height: 1.4rem;
  text-transform: uppercase;
}
.index-about .title .cn {
  color: #333;
  font-size: 0.5rem;
  font-weight: 700;
  position: relative;
  margin-top: -1rem;
}
.index-about .list {
  width: 80%;
  padding-top: 0.7rem;
}
.index-about .list li {
  width: 35%;
  float: left;
  padding-left: 1rem;
  margin-bottom: 0.4rem;
  min-height: 1rem;
  position: relative;
}
.index-about .list li span {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 100%;
  border: solid 1px #a3a7aa;
  transition: all 500ms ease;
}
.index-about .list li span img {
  max-height: 0.86rem;
  transition: all 700ms ease;
}
.index-about .list li i {
  font-style: normal;
}
.index-about .list li .txtbox {
  color: #7a7a7a;
  font-size: 0.18rem;
  padding-top: 0.15rem;
}
.index-about .list li .txt {
  color: #179d79;
  font-size: 0.2rem;
}
.index-about .list li .txt img {
  margin: 0.05rem 0 0 0.05rem;
}
.index-about .list li:hover span {
  border-color: #179d79;
}
.index-about .list li:hover span img {
  transform: rotateY(180deg);
}
.index-about .btn {
  margin-top: 0.5rem;
}
.index-about .btn a {
  margin-left: 0.4rem;
  display: inline-block;
  width: 1.8rem;
  height: 0.5rem;
  line-height: 0.48rem;
  text-align: center;
  transition: all 500ms ease;
  color: #179d79;
  border: solid 1px #179d79;
}
.index-about .btn a:first-child {
  margin-left: 0;
  color: #fff;
  background: #179d79;
}
.index-about .btn a:first-child img {
  margin: 0.14rem 0.05rem 0 0;
}
.index-about .btn a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1610px) {
  .index-about .title .en {
    font-size: 1rem;
  }
}
@media (max-width: 1310px) {
  .index-about .list li span img {
    max-height: 60px;
  }
}
@media (max-width: 1210px) {
  .index-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-about .title .en {
    font-size: 48px;
    text-align: center;
  }
  .index-about .title .cn {
    font-size: 20px;
    text-align: center;
    margin-top: -30px;
  }
  .index-about .list {
    width: 100%;
    padding-top: 30px;
  }
  .index-about .list li {
    text-align: center;
    margin-bottom: 20px;
    min-height: 100px;
    padding-left: 0;
    width: 50%;
  }
  .index-about .list li span {
    top: auto;
    left: auto;
    display: inline-block;
    position: relative;
  }
  .index-about .list li .txtbox {
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
  }
  .index-about .list li .txt {
    font-size: 14px;
  }
  .index-about .btn {
    text-align: center;
    margin-top: 30px;
  }
  .index-about .btn a {
    width: 120px;
    height: 30px;
    display: inline-block;
    margin-left: 5px;
    line-height: 28px;
    font-size: 14px;
  }
  .index-about .btn a:first-child img {
    margin-top: 5px;
    margin-right: 3px;
  }
}
.index-yingyong {
  overflow: hidden;
}
.index-yingyong ul {
  margin: 0 -0.05rem;
}
.index-yingyong li {
  padding: 0 0.05rem;
  position: relative;
}
.index-yingyong li .txtbox {
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-40%, -50%);
  position: absolute;
  transition: all 700ms ease;
}
.index-yingyong li .nr {
  top: 50%;
  z-index: 3;
  left: 50%;
  color: #fff;
  text-align: center;
  transition: all 700ms ease;
  transform: translate(-50%, -50%);
  position: absolute;
}
.index-yingyong li .icon img {
  background: #fff;
  border-radius: 100%;
  transition: all 700ms ease;
}
.index-yingyong li .tit {
  font-size: 0.22rem;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  margin-top: 0.1rem;
}
.index-yingyong li:hover .txtbox {
  transform: translate(-50%, -50%);
}
.index-yingyong li:hover .nr {
  transform: translate(-50%, -55%);
}
.index-yingyong li:hover .icon img {
  background: rgba(255, 255, 255, 0.7);
}
.index-yingyong .slick-prev,
.index-yingyong .slick-next {
  width: 0.8rem;
  height: 1.2rem;
  border: 0;
  margin-top: -0.6rem;
  text-align: center;
  line-height: 1.2rem;
  transition-delay: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-yingyong .slick-prev:before,
.index-yingyong .slick-next:before,
.index-yingyong .slick-prev:after,
.index-yingyong .slick-next:after {
  font-size: 0.5rem;
  color: #fff;
  font-family: "宋体";
  display: inline-block;
}
.index-yingyong .slick-prev:hover,
.index-yingyong .slick-next:hover {
  background-color: #179d79;
}
.index-yingyong .slick-prev {
  left: 0;
}
.index-yingyong .slick-prev:before {
  content: "<";
}
.index-yingyong .slick-next {
  right: 0;
}
.index-yingyong .slick-next:before {
  content: ">";
}
@media (max-width: 1210px) {
  .index-yingyong .slick-prev,
  .index-yingyong .slick-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
  }
  .index-yingyong .slick-prev:before,
  .index-yingyong .slick-next:before,
  .index-yingyong .slick-prev:after,
  .index-yingyong .slick-next:after {
    font-size: 20px;
  }
}
.index-news {
  padding-top: 1rem;
}
.index-news .title .en {
  color: #f9fafd;
  font-size: 1.4rem;
  letter-spacing: -1px;
  font-family: "Impact";
  line-height: 1.4rem;
  text-transform: uppercase;
}
.index-news .title .cn {
  color: #333;
  font-size: 0.5rem;
  font-weight: 700;
  position: relative;
  margin-top: -1rem;
}
.index-news .tabnav {
  width: 32.5%;
  float: left;
}
.index-news .tabnav ul {
  margin-top: 0.4rem;
  position: relative;
  margin-left: -0.35rem;
  height: 5.34rem;
}
.index-news .tabnav .item {
  top: 50%;
  left: 50%;
  z-index: 1;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (max-width: 1610px) {
  .index-news .tabnav .item {
    transform: translate(-50%, 0%);
  }
}
.index-news .tabnav .more {
  margin-top: 0.2rem;
}
.index-news .tabnav .more a {
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.38rem;
  display: inline-block;
  border-radius: 30px;
  color: #179d79;
  border: solid 1px #179d79;
}
.index-news .tabnav .more a:hover {
  font-weight: 700;
}
.index-news .tabnav .more a:hover img {
  transform: rotate(360deg);
}
.index-news .tabnav .more img {
  max-height: 0.32rem;
  margin-top: 0.04rem;
  transition: all 500ms ease;
}
.index-news .tabnav li {
  float: left;
  cursor: pointer;
}
.index-news .tabnav li span {
  display: block;
  position: relative;
}
.index-news .tabnav li .tu2 {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.index-news .tabnav .li01 {
  top: 0;
  left: 0;
  position: absolute;
}
.index-news .tabnav .li02 {
  top: 0;
  right: 0;
  position: absolute;
}
.index-news .tabnav .li02 .tu2 {
  right: 0;
  left: auto;
}
.index-news .tabnav .active span .tu2 {
  opacity: 1;
}
.index-news .tabcot {
  width: 58%;
  float: right;
}
.index-news .tablist {
  display: none;
}
.index-news .tablist li {
  padding: 0.3rem 0;
  border-top: solid 1px #c3c3c3;
}
.index-news .tablist li:hover .pic img {
  transform: scale(1.05);
}
.index-news .tablist li:hover .time {
  background: #179d79;
}
.index-news .tablist li:hover .time img {
  transform: rotate(180deg);
}
.index-news .tablist li:hover .tit {
  color: #179d79;
}
.index-news .tablist li:hover .more {
  color: #fff;
  background: #179d79;
  border-color: #179d79;
}
.index-news .tablist li:first-child {
  border-top: 0;
}
.index-news .tablist .picbox {
  width: 37%;
  float: right;
  position: relative;
}
.index-news .tablist .pic {
  overflow: hidden;
  position: relative;
}
.index-news .tablist .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.5%;
}
.index-news .tablist .pic img {
  /*width: 100%;*/
  transition: all 700ms ease;
}
.index-news .tablist .time {
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  height: 0.32rem;
  line-height: 0.32rem;
  position: absolute;
  background: #000000;
}
.index-news .tablist .time span {
  font-size: 0.2rem;
}
.index-news .tablist .time img {
  margin-left: -0.1rem;
  margin-top: 0.02rem;
  transition: all 1000ms ease;
}
.index-news .tablist .txtbox {
  width: 63%;
  float: left;
  padding-right: 0.8rem;
}
.index-news .tablist .tit {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.3rem;
  height: 0.3rem;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .tablist .txt {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 0.1rem;
  color: #666;
}
.index-news .tablist .more {
  height: 30px;
  line-height: 28px;
  border-radius: 30px;
  width: 115px;
  text-align: center;
  margin-top: 0.4rem;
  color: #666;
  border: solid 1px #acacac;
}
@media (max-width: 1610px) {
  .index-news .tabnav {
    width: 39%;
    transform: scale(0.8);
  }
  .index-news .tabnav ul {
    margin-left: -0.7rem;
  }
}
@media (max-width: 1310px) {
  .index-news .tabnav {
    width: 41%;
    transform: scale(0.7);
  }
  .index-news .tabnav .item {
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 1210px) {
  .index-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-news .title .en {
    font-size: 58px;
    text-align: center;
  }
  .index-news .title .cn {
    font-size: 20px;
    text-align: center;
    margin-top: -30px;
  }
  .index-news .tabnav ul {
    display: none;
  }
  .index-news .tabnav ul .item {
    display: none;
  }
  .index-news .tabnav,
  .index-news .tabcot {
    width: 100%;
    float: none;
  }
}
@media (max-width: 500px) {
  .index-news .tablist .picbox {
    width: 100%;
    float: none;
  }
  .index-news .tablist .txtbox {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 20px;
  }
  .index-news .tablist li {
    padding: 20px 0;
  }
  .index-news .tablist .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .index-news .tablist .time {
    height: 30px;
    line-height: 30px;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner img {
  width: 100%;
}
.inside-banner .container {
  max-width: 1100px;
}
.inside-banner .txtbox {
  top: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  position: absolute;
}
.inside-banner .cn {
  color: #fff;
  z-index: 3;
  position: relative;
  font-size: 0.72rem;
  font-family: "myfont";
}
.inside-banner .en {
  opacity: 0.2;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #179d79;
  font-family: "Impact";
  margin-top: -1.3rem;
}
.inside-banner .t1 {
  font-size: 0.3rem;
  position: relative;
  padding-top: 0.7rem;
}
.inside-banner .t1:before {
  content: "";
  width: 1rem;
  height: 0.06rem;
  top: 0;
  left: 50%;
  background: #fff;
  position: absolute;
  transform: translateX(-50%);
}
.inside-banner .t2 {
  font-size: 0.18rem;
  padding-top: 0.15rem;
}
.inside-banner .add {
  width: 60%;
  padding-top: 0.5rem;
}
.inside-banner .add li {
  width: 50%;
  float: left;
}
.inside-banner .add li h3 {
  opacity: 0.8;
  font-size: 0.22rem;
  padding-bottom: 0.2rem;
}
.inside-banner .add li span {
  display: block;
  line-height: 24px;
  margin-top: 0.05rem;
  color: rgba(255, 255, 255, 0.48);
}
.inside-banner .add li a {
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.48);
}
.inside-banner .add li a:hover {
  color: #fff;
}
.inside-banner .add li .iconfont {
  font-size: 0.18rem;
  color: #179d79;
  font-family: "iconfont";
  font-style: normal;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.05rem;
}
.inside-banner .add .ewn {
  margin-top: 0.15rem;
}
.inside-banner .add .jb {
  color: #fff;
  height: 60px;
  padding: 0 20px;
  line-height: 0.6rem;
  width: 80%;
  margin-top: 0.4rem;
  padding-right: 0;
  background: linear-gradient(to right, #008f70, #008f70, rgba(1, 101, 160, 0.5), rgba(1, 101, 160, 0.01));
}
.inside-banner .add .jb .iconfont {
  color: #fff;
}
.inside-banner .add .jb a {
  color: #fff;
}
@media (max-width: 1610px) {
  .inside-banner .add .jb {
    width: 100%;
  }
}
@media (max-width: 1210px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .cn,
  .inside-banner .en {
    display: none;
  }
}
.inside-banner-2 .container {
  max-width: 1560px;
}
.inside-banner-2 .txtbox {
  text-align: left;
}
.inside-banner-2 .en {
  font-size: 0.96rem;
  margin-top: -1.1rem;
}
.inside-banner-2 .cn {
  font-size: 0.48rem;
}
.inside-banner-2 .t5 {
  font-size: 18px;
  max-width: 580px;
  width: 100%;
}
@media (max-width: 1210px) {
  .inside-banner-2 .add {
    width: 100%;
  }
  .inside-banner-2 .t5 {
    font-size: 14px;
    padding-top: 30px;
  }
  .inside-banner-2 .add .jb {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .inside-banner-2 .txtbox {
    top: auto;
    left: auto;
    color: #666;
    position: relative;
    transform: translate(0);
  }
  .inside-banner-2 .add li {
    padding-bottom: 20px;
  }
  .inside-banner-2 .add li h3 {
    color: #179d79;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .inside-banner-2 .add li {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-banner-2 .add li span {
    color: #666;
  }
  .inside-banner-2 .add li .iconfont {
    font-size: 16px;
  }
}
.inside-about {
  display: wrap;
  display: flex;
  padding: 1.2rem 0;
}
.inside-about .container {
  display: flex;
}
.inside-about .en {
  color: #179d79;
  font-family: arial;
  font-weight: lighter;
  letter-spacing: 10px;
  font-size: 0.2rem;
}
.inside-about .en span {
  padding-left: 0.3rem;
}
.inside-about .cn {
  color: #000;
  font-weight: 700;
  font-size: 0.36rem;
  letter-spacing: 15px;
  padding: 0.2rem 0 0.2rem 0;
}
.inside-about .txtindent {
  text-indent: 2em;
  margin-top: 0.12rem;
}
.inside-about .left {
  /*width: 72%;*/
  float: left;
  padding: 0.6rem 1rem 0.77rem 0.7rem;
  line-height: 0.32rem;
  background: #f6f6f6;
  text-align: justify;
  width:100%;
}
.inside-about .left .tu {
  padding-bottom: 0.11rem;
}
.inside-about .left .tu img {
  max-height: 50px;
}
.inside-about .right {
  width: 28%;
  float: right;
  padding-left: 0.7rem;
  padding-top: 1.3rem;
  display:none;
}
.inside-about .right img {
  width: 100%;
}
.inside-about .right .bt {
  color: #179d79;
  font-weight: 700;
  font-size: 0.49rem;
  padding: 0.2rem 0 0.2rem 0.4rem;
}
.inside-about .right .tu {
  margin-top: 0.4rem;
}
@media (max-width: 1210px) {
  .inside-about {
    display: block;
  }
  .inside-about .container {
    display: block;
  }
  .inside-about .en {
    font-size: 16px;
    letter-spacing: 7px;
  }
  .inside-about .cn {
    font-size: 20px;
  }
  .inside-about .left {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 26px;
    padding: 30px 20px;
  }
  .inside-about .right {
    width: 100%;
    float: none;
  }
  .inside-about .right .bt {
    font-size: 24px;
    padding: 20px 0;
  }
}
.inside-fzlc {
  font-size: 0.2rem;
}
.inside-fzlc .nr1 {
  position: relative;
}
.inside-fzlc .nr1 img {
  width: 100%;
}
.inside-fzlc .nr1 .txtbox {
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  transform: translateY(-30%);
}
.inside-fzlc .nr1 .txtbox img {
  width: auto;
}
.inside-fzlc .nr1 li:hover .item {
  background: linear-gradient(to right, rgba(0, 143, 112, 0.7), rgba(1, 96, 166, 0.7));
}
.inside-fzlc .nr1 li:hover .tit span img {
  transform: rotate(180deg);
}
.inside-fzlc .nr1 li:hover .tit span:before {
  left: 25px;
}
.inside-fzlc .nr1 li:hover .tit span:after {
  right: 30px;
}
.inside-fzlc .nr1 li {
  float: left;
  width: 33.333%;
  padding: 0 45px;
}
.inside-fzlc .nr1 li .item {
  color: #fff;
  border-radius: 10px;
  min-height: 3.2rem;
  padding: 0.4rem 0.5rem;
  padding-top: 0.65rem;
  transition: all 500ms ease;
  background: linear-gradient(to right, rgba(0, 143, 112, 0.86), rgba(1, 96, 166, 0.86));
}
.inside-fzlc .nr1 li .tit {
  height: 1.4rem;
  font-size: 0.32rem;
  font-weight: 700;
  padding-top: 0.25rem;
  padding-left: 1.3rem;
  position: relative;
}
.inside-fzlc .nr1 li .tit span {
  top: 0;
  left: 0;
  width: 0.96rem;
  height: 0.96rem;
  position: absolute;
  border-radius: 100%;
  transition: all 700ms ease;
  border: solid 0.08rem rgba(255, 255, 255, 0.2);
}
.inside-fzlc .nr1 li .tit span img {
  background: #fff;
  border-radius: 100%;
  transition: all 700ms ease;
}
.inside-fzlc .nr1 li .tit span:before {
  top: -0.3rem;
  left: 0;
  content: "";
  width: 30px;
  height: 5px;
  position: absolute;
  transition: all 334ms ease;
  background: url(../image/fz-line.png) no-repeat top center;
}
.inside-fzlc .nr1 li .tit span:after {
  bottom: -0.2rem;
  right: 0;
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  transition: all 334ms ease;
  background: url(../image/fz-line2.png) no-repeat top center;
}
.inside-fzlc .nr1 li .txt {
  text-align: center;
}
@media (max-width: 1210px) {
  .inside-fzlc .nr1 .txtbox {
    top: auto;
    padding: 30px 0px;
    transform: translate(0);
    position: relative;
  }
  .inside-fzlc .nr1 li:first-child {
    margin-top: 0;
  }
  .inside-fzlc .nr1 li {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px;
  }
  .inside-fzlc .nr1 li .tit {
    padding: 0;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .inside-fzlc .nr1 li .tit span {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    border: 0;
  }
}
.inside-fzlc .nr2 {
  color: #333;
  padding: 0.9rem 0;
}
.inside-fzlc .nr2 .tu {
  width: 50%;
  float: left;
}
.inside-fzlc .nr2 ul {
  width: 50%;
  float: left;
  padding-left: 0.5rem;
}
.inside-fzlc .nr2 li {
  padding-top: 0.2rem;
  line-height: 0.36rem;
  padding-bottom: 0.4rem;
}
.inside-fzlc .nr2 li .bt {
  color: #179d79;
  font-size: 0.3rem;
  font-weight: 600;
  padding-bottom: 0.1rem;
  margin-bottom: 0.15rem;
  font-family: "思源黑体 CN";
  position: relative;
}
.inside-fzlc .nr2 li .bt:after {
  content: "";
  width: 1.03rem;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #179d79;
}
.inside-fzlc .nr2 li .bt:before {
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  bottom: -0.03rem;
  position: absolute;
  background: #179d79;
}
@media (max-width: 1210px) {
  .inside-fzlc .nr2 .tu {
    display: none;
  }
  .inside-fzlc .nr2 ul {
    width: 100%;
    float: none;
  }
  .inside-fzlc .nr2 li {
    line-height: 30px;
  }
  .inside-fzlc .nr2 li .bt {
    font-size: 18px;
  }
}
@media (max-width: 1210px) {
  .inside-fzlc {
    font-size: 16px;
    line-height: 30px;
  }
}
.inside-menu {
  padding-top: 0.8rem;
}
.inside-menu ul {
  padding: 0 1.7rem;
}
.inside-menu li {
  width: 33.333%;
  float: left;
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
}
.inside-menu li a {
  display: block;
  height: 0.8rem;
  line-height: 0.78rem;
  background: #179d79;
  border: solid 1px #a9a9a9;
  border-radius: 3px;
  color: #fff;
  font-size: 0.3rem;
  vertical-align: top;
  transition: all 500ms ease;
}
.inside-menu li img {
  margin: 0 0.3rem;
  max-height: 0.78rem;
}
.inside-menu li:hover a,
.inside-menu li.active a {
  background: linear-gradient(to right, #008f70, #0162a3);
}
@media (max-width: 1210px) {
  .inside-menu {
    display: none;
  }
}
.inside-product {
  padding-bottom: 1.2rem;
}
.inside-product ul {
  margin: 0 -0.2rem;
}
.inside-product li:hover .item {
  border-color: #179d79;
}
.inside-product li:hover .pic img {
  transform: scale(1.05);
}
.inside-product li:hover .tit,
.inside-product li:hover .more {
  color: #179d79;
}
.inside-product li {
  width: 25%;
  float: left;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-product li .item {
  border: solid 1px #dbdbdb;
}
.inside-product li .pic {
  overflow: hidden;
  position: relative;
  background: #ececec;
}
.inside-product li .pic img {
  transition: all 700ms ease;
}
.inside-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 63.5%;
}
.inside-product li .txtbox {
  padding: 0 0.2rem;
}
.inside-product li .tit {
  color: #333;
  height: 0.56rem;
  line-height: 0.55rem;
  font-size: 0.18rem;
  overflow: hidden;
  border-bottom: solid 1px #dbdbdb;
}
.inside-product li .more {
  color: #666;
  line-height: 0.56rem;
}
@media (max-width: 1210px) {
  .inside-product li {
    width: 33.333%;
  }
}
@media (max-width: 640px) {
  .inside-product {
    padding-top: 15px;
  }
  .inside-product li {
    width: 50%;
  }
  .inside-product li .txtbox {
    padding: 0 10px;
  }
  .inside-product li .tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .inside-product li .more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.inside-page {
  padding-top: 0.5rem;
  text-align: center;
}
.inside-page a {
  width: 40px;
  height: 40px;
  color: #202020;
  text-align: center;
  line-height: 38px;
  border-radius: 100%;
  margin: 0 5px;
  font-size: 12px;
  display: inline-block;
  border: solid 1px #e7eff4;
}
.inside-page a:hover,
.inside-page .cur,
.inside-page .active {
  color: #fff;
  border-color: #179d79;
  background: #179d79;
}
.inside-page .prev,
.inside-page .next {
  width: 106px;
  position: relative;
  border-radius: 30px;
}
.inside-page .prev:before {
  content: "<";
  margin-right: 6px;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
.inside-page .next:after {
  content: ">";
  margin-left: 6px;
  font-family: "宋体";
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 1210px) {
  .inside-page {
    padding-top: 30px;
  }
  .inside-page a {
    display: none;
  }
  .inside-page .prev,
  .inside-page .next {
    display: inline-block;
  }
}
.histroy {
  padding-top: 80px;
  height: 825px;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
.histroy .bt {
  font-family: "myfont";
  font-size: 0.48rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.histroy .bt:after {
  content: "";
  width: 1px;
  background: #fff;
  height: 0.38rem;
  margin-top: 0.2rem;
  vertical-align: top;
  margin-left: 0.2rem;
  display: inline-block;
}
.histroy .nr {
  background-position: center 130px;
  background-repeat: no-repeat;
  position: relative;
}
.histroy .list li {
  float: left;
  /*width: 16.66666667%;*/
  width:50%;
}
.histroy .list li .box {
  width: 100%;
}
.histroy .list li.li-1 {
  padding-top: 400px;
}
.histroy .list li.li-2 {
  padding-top: 150px;
}
.histroy .list li.li-3 {
  padding-top: 360px;
}
.histroy .list li.li-4 {
  padding-top: 30px;
}
.histroy .list li.li-5 {
  padding-top: 300px;
}
.histroy .list li.li-6 {
  padding-top: 0px;
}
.histroy .list .item {
  float: left;
}
.histroy .list .year {
  font-family: Oswald-Bold;
  color: #fff;
  font-size: 40px;
  font-style: italic;
  padding-left: 35px;
  position: relative;
}
.histroy .list .icon {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px #179d79 solid;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.histroy .list .icon:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 3px #179d79 solid;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.histroy .list .info {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  padding-left: 35px;
}
.histroy .list .box:hover .year {
  color: #179d79;
}
.histroy .list .box:hover .info {
  color: #179d79;
}
.histroy .btns {
  bottom: 50px;
  width: 100%;
  position: absolute;
  text-align: center;
}
.histroy .prev,
.histroy .next {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0 10px;
  border-radius: 100%;
  background: none;
  border: solid 1px rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 9;
}
.histroy .prev:before,
.histroy .next:before {
  content: "";
  display: block;
  font-family: serif;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.histroy .prev:hover,
.histroy .next:hover {
  border-color: #179d79;
  background: #179d79;
}
.histroy .prev:hover:before,
.histroy .next:hover:before {
  color: #fff;
}
.histroy .prev:before {
  content: "<";
}
.histroy .next:before {
  content: ">";
}
@media (max-width: 1210px) {
  .histroy .nr {
    background: none!important;
  }
  .histroy .bt {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .histroy .bt:after {
    height: 20px;
    margin-top: 15px;
  }
  .histroy .list li {
    width: 50%;
    padding: 0!important;
  }
  .histroy .list li .box {
    width: 100%!important;
  }
  .histroy .list .year {
    font-size: 30px;
  }
}
.inside-news-menu {
  height: 1.4rem;
  overflow: hidden;
  background: #f5f5f5;
}
.inside-news-menu li {
  width: 50%;
  float: left;
  height: 1.4rem;
  position: relative;
}
.inside-news-menu li:before {
  content: "";
  top: 0;
  height: 100%;
  right: 0;
  width: 160%;
  opacity: 0;
  overflow: hidden;
  height: 1.4rem;
  position: absolute;
  background: url(../image/nbg.jpg) no-repeat right top #179d79;
  background-size: cover;
  transition: background 700ms ease;
}
.inside-news-menu li a {
  color: #333;
  z-index: 3;
  padding-left: 1.1rem;
  position: relative;
  padding-top: 0.35rem;
  display: block;
}
.inside-news-menu li span {
  float: left;
  padding-right: 0.4rem;
  display: inline-block;
  font-family: "iconfont";
  font-size: 0.5rem;
}
.inside-news-menu li .cn {
  padding-top: 0.03rem;
  font-size: 0.24rem;
  font-weight: 600;
}
.inside-news-menu li .en {
  font-family: arial;
  font-weight: lighter;
  font-size: 0.18rem;
  text-transform: uppercase;
  font-family: "Roboto";
}
.inside-news-menu .li02:before {
  left: 0;
  right: auto;
}
.inside-news-menu .li02 span {
  font-size: 0.7rem;
  margin-top: -0.14rem;
  padding-right: 0.3rem;
}
.inside-news-menu .active a,
.inside-news-menu li:hover a {
  color: #fff;
}
.inside-news-menu .active:before,
.inside-news-menu li:hover:before {
  opacity: 1;
}
@media (max-width: 1210px) {
  .inside-news-menu {
    display: none;
  }
  .inside-news-menu li:before {
    width: 100%!important;
  }
}
.inside-news-menu-2 {
  margin-bottom: 0.9rem;
}
.inside-news-menu-2 li {
  width: 33.33333333%;
  border-left: solid 1px #c7c7c7;
}
.inside-news-menu-2 li:before {
  width: 100%;
}
.inside-news-menu-2 .li02 span {
  font-size: 0.6rem;
}
.inside-news {
  padding-bottom: 1.2rem;
}
.inside-news .container {
  max-width: 1380px;
}
@media (max-width: 1450px) {
  .inside-news .container {
    max-width: 1060px;
  }
}
.inside-news ul {
  padding: 0.35rem 0;
}
.inside-news li {
  padding: 0.5rem 0;
  overflow: hidden;
  border-bottom: solid 1px #dbdcde;
}
.inside-news li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: all 500ms ease;
  position: relative;
}
.inside-news li a:after {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 1200ms ease;
  position: absolute;
  background: #179d79;
}
.inside-news li .picbox {
  width: 31%;
  float: left;
  z-index: 2;
  position: relative;
}
.inside-news li .picbox .time {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.32rem;
  color: #fff;
  font-size: 0.17rem;
  text-align: center;
  background: #000;
  opacity: 0;
  line-height: 0.32rem;
  position: absolute;
  font-weight: lighter;
  transition: all 500ms ease;
}
.inside-news li .picbox .time span {
  font-size: 0.21rem;
  font-weight: normal;
}
.inside-news li .picbox .time img {
  margin-right: 0.05rem;
  margin-top: 0.04rem;
  margin-left: -0.3rem;
  animation: 2s rotate ease infinite;
}
.inside-news li .picbox .pic {
  overflow: hidden;
  position: relative;
}
.inside-news li .picbox .pic img {
  /*width: 100%;*/
  transition: all 700ms ease;
}
.inside-news li .picbox .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  position: absolute;
  transition: all 700ms ease;
  background: rgba(0, 0, 0, 0.2);
}
.inside-news li .picbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 54.5%;
}
.inside-news li .textbox {
  width: 69%;
  float: left;
  z-index: 2;
  position: relative;
  padding-top: 0.4rem;
  padding-left: 0.2rem;
}
.inside-news li .textbox .time {
  width: 16%;
  float: left;
  font-size: 0.18rem;
  color: #596874;
  font-family: "Roboto";
}
.inside-news li .textbox .time span {
  display: block;
}
.inside-news li .textbox .time .date {
  margin-bottom: 0.1rem;
  font-size: 0.52rem;
  color: #179d79;
}
.inside-news li .textbox .item {
  padding-left: 0.2rem;
  width: 84%;
  float: left;
}
.inside-news li .textbox .item .tit {
  color: #22282d;
  font-size: 0.3rem;
  line-height: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
}
.inside-news li .textbox .item .txt {
  margin: 0.2rem 0;
  height: 0.68rem;
  line-height: 0.34rem;
  overflow: hidden;
  color: #666;
}
.inside-news li .textbox .item .more {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  opacity: 0;
  overflow: hidden;
  transform: translateX(10px);
  transition: all 400ms ease;
  line-height: 0.38rem;
  text-align: center;
  border-radius: 100%;
  background: #fff;
}
.inside-news li .textbox .item .more .icon {
  width: 0.2rem;
  height: 0.2rem;
  fill: #179d79;
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 1220px) {
  .inside-news li:hover a:after {
    width: 100%;
  }
  .inside-news li:hover .picbox .time {
    opacity: 1;
    width: 138px;
  }
  .inside-news li:hover .picbox .pic:before {
    opacity: 1;
  }
  .inside-news li:hover .picbox .pic img {
    transform: scale(1.1);
  }
  .inside-news li:hover .textbox .time {
    opacity: 0;
    display: none;
  }
  .inside-news li:hover .textbox .item {
    width: 100%;
  }
  .inside-news li:hover .textbox .tit,
  .inside-news li:hover .textbox .txt {
    color: #fff;
  }
  .inside-news li:hover .textbox .more {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .inside-news li {
    padding-top: 10px;
    border: 0;
  }
  .inside-news li .picbox,
  .inside-news li .textbox {
    width: 100%;
    float: none;
    padding: 0;
  }
  .inside-news li .textbox {
    margin-top: 10px;
  }
  .inside-news li .textbox .time {
    width: 100%;
    float: none;
    display: none;
  }
  .inside-news li .textbox .time .date {
    font-size: 32px;
    line-height: ;
  }
  .inside-news li .textbox .item {
    padding-right: 0;
    width: 100%;
    float: none;
    padding-left: 0;
    margin: 0;
  }
  .inside-news li .textbox .item .tit {
    height: 40px;
    line-height: 40px;
	font-size:18px;
  }
  .index-news .tablist .time span{
	  font-size:14px;
  }
  .inside-news li .textbox .item .txt {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .inside-news li .textbox .item .more {
    display: none;
  }
}
.inside-news-show {
  font-size: 0.16rem;
  color: #404040;
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}
.inside-news-show .container {
  max-width: 1200px;
  position: relative;
}
.inside-news-show h1 {
  color: #333;
  font-size: 0.32rem;
  text-align: center;
}
.inside-news-show p {
  padding-top: 10px;
}
.inside-news-show .info {
  color: #999;
  padding: 15px 0 20px 0;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  font-size: 0.15rem;
  border-bottom: dashed 1px #c7c7c7;
}
.inside-news-show .info::after {
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 8px;
  position: absolute;
  background: url(../image/news-line.jpg) no-repeat;
}
.inside-news-show .txtbox {
  width: 86%;
  float: right;
  text-align: justify;
  padding-bottom: 0.8rem;
  line-height:2;
}
.inside-news-show .leftTool {
  float: left;
  width: 12%;
  text-align: center;
}
.inside-news-show .leftTool .kan {
  width: 90px;
  margin: 0 auto;
  font-size: 24px;
  color: #179d79;
  line-height: 51px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-family: "DIN-MEDIUM(1)";
}
.inside-news-show .leftTool .kan .pic {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.inside-news-show .leftTool .share span {
  display: block;
  margin-bottom: 13px;
}
.inside-news-show .leftTool .share a {
  display: block;
  width: 47px!important;
  height: 47px!important;
  transition: all .9s;
  margin: 8px auto!important;
  padding: 0!important;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}
.inside-news-show .leftTool .share a:hover {
  border: 1px solid #179d79;
}
.inside-news-show .leftTool .share a.bds_weixin {
  background: url(../image/fn1.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tqq {
  background: url(../image/fn2.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tsina {
  background: url(../image/fn3.png) no-repeat center center;
}
.inside-news-show .leftTool .share a.bds_tqz {
  background: url(../image/fn4.png) no-repeat center center;
}
.inside-news-show .anchor_fixed {
  position: fixed;
  top: 0;
}
.inside-news-show .tag {
  width: 50%;
  float: left;
}
.inside-news-show .tag span {
  color: #179d79;
  font-weight: 700;
}
.inside-news-show .share1 {
  width: 50%;
  float: right;
  text-align: right;
}
.inside-news-show .share1 a {
  margin-left: 10px;
  display: inline-block;
}
.inside-news-show .bule {
  color: #179d79;
}
@media (max-width: 1210px) {
  .inside-news-show {
    font-size: 14px;
  }
  .inside-news-show .leftTool {
    display: none;
  }
  .inside-news-show .txtbox {
    width: 100%;
    float: none;
  }
  .inside-news-show h1 {
    font-size: 18px;
  }
  .inside-news-show .info {
    font-size: 12px;
  }
}
.inside-page-news {
  margin-top: 0px;
  position: relative;
}
.inside-page-news ul {
  height: 0.64rem;
  line-height: 0.64rem;
  position: relative;
}
.inside-page-news li {
  width: 39%;
  float: left;
  height: 0.64rem;
  color: #585858;
  padding: 0 0.5rem;
  background: #f3f3f3;
  border-radius: 30px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #585858;
  transition: all 0s;
}
.inside-page-news li span {
  font-family: "宋体";
  font-size: 0.24rem;
  margin: 0 0.3rem;
  vertical-align: top;
  display: inline-block;
}
.inside-page-news li:last-child {
  float: right;
  text-align: right;
}
.inside-page-news li:hover {
  color: #fff;
  background: #179d79;
}
.inside-page-news li:hover a {
  color: #fff;
}
.inside-page-news .fanhui {
  top: 0;
  left: 50%;
  width: 18%;
  color: #666;
  height: 100%;
  text-align: center;
  background: #f3f3f3;
  border-radius: 30px;
  vertical-align: top;
  line-height: 0.64rem;
  transform: translateX(-50%);
  position: absolute;
}
.inside-page-news .fanhui .iconfont {
  font-size: 0.2rem;
  vertical-align: top;
  margin-right: 0.05rem;
  font-family: "iconfont";
  display: inline-block;
}
.inside-page-news .fanhui:hover {
  color: #fff;
  background: #179d79;
}
@media (max-width: 1210px) {
  .inside-page-news ul {
    height: auto;
    line-height: auto;
  }
  .inside-page-news li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .inside-page-news li span {
    display: none;
  }
  .inside-page-news .fanhui {
    display: none;
  }
}
.inside-ycyy {
  padding-bottom: 1.2rem;
}
.inside-ycyy .container {
  max-width: 1400px;
}
.inside-ycyy ul {
  padding-top: 0.8rem;
}
.inside-ycyy li {
  overflow: hidden;
  padding: 1px;
  position: relative;
  background: linear-gradient(to top, #008f70, #0162a3);
  margin-bottom: 0.3rem;
  transition: all 700ms ease;
}
.inside-ycyy li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  padding: 0.4rem 0.6rem;
}
.inside-ycyy li .txtbox {
  width: 50%;
  float: left;
  padding-top: 30px;
  position: relative;
  padding-right: 50px;
}
.inside-ycyy li .txtbox .num {
  color: #4a4a4e;
  font-size: 26px;
  font-family: arial;
}
.inside-ycyy li .txtbox .tit {
  margin-top: 15px;
  color: #4a4a4e;
  font-size: 0.32rem;
  line-height: 0.4rem;
  height: 0.4rem;
  margin-left: 0.21rem;
  overflow: hidden;
  font-weight: 600;
  z-index: 2;
  padding-left: 20px;
  position: relative;
}
.inside-ycyy li .txtbox .tit:before {
  top: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  background: #4a4a4e;
}
.inside-ycyy li .txtbox .en {
  color: #fff;
  font-size: 0.47rem;
  line-height: 0.47rem;
  font-style: italic;
  left: 35px;
  position: absolute;
  top: 0.8rem;
  opacity: 0.6;
  font-weight: 700;
  font-family: Roboto;
  text-transform: uppercase;
  text-shadow: 0 0 1px #aaa;
}
.inside-ycyy li .txtbox .txt {
  color: #666;
  overflow: hidden;
  position: relative;
  line-height: 24px;
  height: 96px;
  margin: 0.2rem 0 0 0.4rem;
}
.inside-ycyy li .picbox {
  width: 45.5%;
  float: right;
  text-align: center;
  position: relative;
}
.inside-ycyy li .picbox:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  transition: all 700ms ease;
}
.inside-ycyy li .picbox .pic {
  overflow: hidden;
  position: relative;
}
.inside-ycyy li .picbox .pic img {
  transition: all 700ms ease;
}
.inside-ycyy li .picbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 55.5%;
}
.inside-ycyy li .icobg {
  top: 50%;
  left: 0;
  width: 100%;
  height: 114px;
  z-index: 2;
  position: absolute;
  transform: translateY(-50%);
  background: url(/template/index/pc/images/sicon.png) no-repeat center center;
}
.inside-ycyy li .icobg img {
  margin-top: 50px;
  transition: all 700ms ease;
}
.inside-ycyy li .more {
  width: 1.72rem;
  height: 0.65rem;
  margin-left: 0.4rem;
  margin-top: 0.4rem;
  color: #fff;
  text-align: center;
  line-height: 0.65rem;
  transition: all 500ms ease;
  background: url(../image/zx.png) no-repeat center center;
}
.inside-ycyy li:nth-child(2n) .picbox {
  float: left;
}
.inside-ycyy li:nth-child(2n) .txtbox {
  float: right;
  padding-left: 50px;
  padding-right: 0;
}
.inside-ycyy li:nth-child(2n) .txtbox .en {
  left: 85px;
}
.inside-ycyy li:hover {
  background: #179d79;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-color: #179d79;
}
.inside-ycyy li:hover .tit {
  color: #179d79;
}
.inside-ycyy li:hover .picbox:before {
  background: rgba(0, 51, 54, 0.2);
}
.inside-ycyy li:hover .picbox .pic img {
  transform: scale(1.05);
}
.inside-ycyy .morebule {
  padding-top: 50px;
  text-align: center;
}
.inside-ycyy .morebule a {
  display: inline-block;
  background: #179d79;
  border-radius: 100%;
}
.inside-ycyy .morebule a:hover {
  box-shadow: 0 0 30px rgba(12, 64, 137, 0.3);
}
@media (max-width: 1210px) {
  .inside-ycyy li:first-child {
    margin-top: 0;
  }
  .inside-ycyy li {
    margin-top: 20px;
  }
  .inside-ycyy li .picbox,
  .inside-ycyy li .txtbox {
    width: 100%!important;
    float: none!important;
    padding-right: 0!important;
    padding-left: 0!important;
  }
  .inside-ycyy li .txtbox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .inside-ycyy li .txtbox .en {
    display: none;
  }
  .inside-ycyy li .txtbox .tit {
    margin-left: 0;
    font-size: 16px;
    height: auto;
    padding-left: 15px;
    line-height: 24px;
  }
  .inside-ycyy li .txtbox .txt {
    font-size: 14px;
  }
  .inside-ycyy li .more {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.inside-zsk {
  padding-bottom: 1.2rem;
}
.inside-zsk .container {
  max-width: 1400px;
}
@media (min-width: 1210px) {
  .inside-zsk li:hover {
    padding-left: 0.3rem;
    border-color: #179d79;
    background: #179d79;
  }
  .inside-zsk li:hover .date {
    color: #fff;
  }
  .inside-zsk li:hover .icon {
    color: #fff;
    border-color: #fff;
  }
  .inside-zsk li:hover .tit,
  .inside-zsk li:hover .txt {
    color: #fff;
  }
}
.inside-zsk li {
  padding: 0.5rem 0;
  transition: all 700ms ease;
  border-bottom: solid 1px #d9d8d8;
}
.inside-zsk li .time {
  width: 20%;
  float: left;
}
.inside-zsk li .date {
  color: #333;
  font-size: 0.2rem;
  font-family: arial;
  display: block;
}
.inside-zsk li .icon {
  font-size: 0.2rem;
  display: inline-block;
  color: #666;
  font-family: "宋体";
  width: 0.3rem;
  height: 0.3rem;
  margin-top: 0.52rem;
  line-height: 0.28rem;
  text-align: center;
  border: solid 1px #d9d8d8;
}
.inside-zsk li .txtbox {
  width: 80%;
  float: right;
}
.inside-zsk li .tit {
  font-size: 0.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  color: #333;
  font-weight: 600;
}
.inside-zsk li .txt {
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  color: #666;
  margin-top: 0.3rem;
}
@media (max-width: 1210px) {
  .inside-zsk li .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
  }
  .inside-zsk li .txt {
    line-height: 24px;
    height: 48px;
    margin-top: 0;
  }
  .inside-zsk li .date {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .inside-zsk li .time {
    width: 100%;
    float: none;
  }
  .inside-zsk li .date {
    display: inline-block;
  }
  .inside-zsk li .icon {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 16px;
    margin-top: 0px;
    float: right;
  }
  .inside-zsk li .txtbox {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
.inside-job {
  padding: 0.7rem 0 1.2rem 0;
  background: url(../image/job-bg.jpg) repeat;
}
.inside-job .container {
  padding: 0 0.6rem;
}
.inside-job .title {
  color: #333;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
}
.inside-job .add {
  text-align: center;
}
.inside-job .add span {
  width: 1.8rem;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 30px;
  color: #fff;
  font-size: 0.24rem;
  display: inline-block;
  background: linear-gradient(to right, #008f70, #0162a3);
}
.inside-job .add img {
  margin: 0.08rem 0 0 0.15rem;
}
.inside-job .item:nth-child(2n-1) {
  float: right;
}
.inside-job .item {
  width: 48.5%;
  float: left;
  margin-top: 0.3rem;
  font-weight: lighter;
}
.inside-job .item dl dt {
  display: block;
}
.inside-job .item dl dt span {
  display: block;
  float: left;
  text-align: left;
  width: 25%;
  padding-left: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222;
}
.inside-job .item dl .list0 {
  margin-top: 40px;
  height: 46px;
  line-height: 46px;
  background: #179d79;
  margin-bottom: 0px;
}
.inside-job .item dl .list0 span {
  color: #fff;
}
.inside-job .item dl dt .bumen {
  width: 50%;
  text-align: center;
}
.inside-job .item dl .list_dt {
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  transition: width 2s;
  color: #222222;
  border-bottom: 2px solid #f9f9f9;
}
.inside-job .item dl .list_dt .subnav {
  display: block;
}
.inside-job .item .list_dt {
  color: #222222;
  cursor: pointer;
  position: relative;
  background: #fff;
  margin-top: 2px;
}
.inside-job .item #open {
  background: #e1e7eb;
  border-bottom: 0;
}
.inside-job .item .list_dd {
  display: none;
}
.inside-job .item .jobsub {
  background: #fff;
  border-top: 0;
  line-height: 30px;
  overflow: hidden;
  padding: 8px 47px 45px 40px;
}
.inside-job .item .jobsub .bt {
  font-size: 22px;
  text-align: left;
  color: #222;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}
.inside-job .item .button {
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  border-radius: 30px;
  background: #179d79;
}
.inside-job .item .button img {
  margin: 8px 0 3px 5px;
}
.inside-job .item .button:hover {
  font-weight: 700;
}
@media (max-width: 1210px) {
  .inside-job {
    padding-bottom: 50px;
  }
  .inside-job .container {
    padding: 0 20px;
  }
  .inside-job .item {
    width: 100%;
    float: none;
    padding: 0;
    padding-bottom: 10px;
  }
  .inside-job .item dl dt span:nth-child(4) {
    display: none;
  }
  .inside-job .item dl dt span {
    padding: 0 10px 0 20px;
    text-align: left!important;
    width: 70%!important;
  }
  .inside-job .item dl dt .name {
    width: 30%!important;
  }
  .inside-job .item dl dt .people {
    display: none;
  }
  .inside-job .item .jobsub {
    font-size: 14px;
    padding: 20px 10px;
    line-height: 24px;
  }
  .inside-job .item .jobsub .bt {
    font-size: 16px;
    margin-top: 20px;
  }
  .inside-job .item .button {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .inside-job .item .button img {
    max-height: 13px;
  }
  .inside-job .item:last-child {
    margin-top: 30px;
  }
  .inside-job .item dl .list0 {
    margin-top: 20px;
  }
  .inside-job .item .button {
    margin-top: 20px;
    width: 120px;
    font-size: 16px;
  }
  .inside-job .item .button img {
    margin-top: 15px;
  }
  .inside-job .title {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .inside-job .add span {
    height: 38px;
    line-height: 38px;
    width: 140px;
    font-size: 18px;
  }
}
.inside-honor {
  overflow: hidden;
  background: url(../image/honor-bg.jpg) no-repeat top center;
  background-size: cover;
}
.inside-honor .nr1 {
  padding-top: 0.7rem;
}
.inside-honor .nr1 .left {
  width: 60%;
  float: left;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 1.2rem;
}
.inside-honor .nr1 .left ul {
  margin: 0 -0.2rem;
  display: flex;
  z-index: 3;
  overflow: hidden;
  padding-bottom: 0.6rem;
  position: relative;
  align-items: flex-end;
}
.inside-honor .nr1 .left li {
  float: left;
  padding: 0 0.2rem;
}
.inside-honor .nr1 .left li img {
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.03)));
}
.inside-honor .nr1 .right {
  width: 30%;
  float: right;
  position: relative;
  color: #333;
}
.inside-honor .nr1 .right p {
  margin-bottom: 0.06rem;
}
.inside-honor .nr1 .right p img {
  margin: 0.05rem 0.05rem 0 0;
}
.inside-honor .nr1 .right .bt {
  right: 0;
  top: 0;
  position: absolute;
}
.inside-honor .nr1 .line {
  bottom: 0;
  left: -19%;
  width: 1241px;
  position: absolute;
}
@media (max-width: 1600px){
	.inside-honor .nr1 .line {
	  bottom: -20px;
	  left: -37%;
	  width: 1241px;
	}
	.inside-honor .nr1{
		padding-bottom:0.5rem;
	}
}
@media (max-width: 1400px) {
  .inside-honor .nr1 .line {
    width: 100%;
  }
}
.inside-honor .nr2 {
  position: relative;
  padding-bottom: 0.9rem;
}
.inside-honor .nr2 ul {
  z-index: 9;
  margin: 0 -0.15rem;
  padding-bottom: 0.35rem;
  transform: translateY(-0.7rem);
}
.inside-honor .nr2 li {
  position: relative;
  display: flex;
  height: 304px;
  padding: 0 0.15rem;
  align-items: flex-end;
}
.inside-honor .nr2 li img {
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.03)));
}
.inside-honor .nr2 .line {
  bottom: 0;
  left: 0;
  position: absolute;
}
.inside-honor .nr2 .slick-prev,
.inside-honor .nr2 .slick-next {
  width: 0.46rem;
  height: 0.7rem;
  border: 0;
  margin-top: -0.23rem;
  text-align: center;
  line-height: 0.7rem;
  transition-delay: all 500ms ease;
  background-color: #6d7374;
}
.inside-honor .nr2 .slick-prev:before,
.inside-honor .nr2 .slick-next:before,
.inside-honor .nr2 .slick-prev:after,
.inside-honor .nr2 .slick-next:after {
  font-size: 0.4rem;
  color: #fff;
  font-family: "宋体";
  display: inline-block;
}
.inside-honor .nr2 .slick-prev:hover,
.inside-honor .nr2 .slick-next:hover {
  background-color: #179d79;
}
.inside-honor .nr2 .slick-prev {
  left: -1.6rem;
}
.inside-honor .nr2 .slick-prev:before {
  content: "<";
  margin-left: -0.1rem;
}
.inside-honor .nr2 .slick-next {
  right: -1.6rem;
}
.inside-honor .nr2 .slick-next:before {
  content: ">";
}
@media (max-width: 1610px) {
  .inside-honor .nr2 .slick-prev {
    left: -30px;
  }
  .inside-honor .nr2 .slick-next {
    right: -40px;
  }
}
@media (max-width: 1400px) {
  .inside-honor .nr2 .slick-prev {
    left: 0px;
  }
  .inside-honor .nr2 .slick-next {
    right: 0px;
  }
}
@media (max-width: 1310px) {
  .inside-honor .nr2 .slick-prev {
    left: 0px;
  }
  .inside-honor .nr2 .slick-next {
    right: 0px;
  }
}
@media (max-width: 1210px) {
  .inside-honor .nr1 {
    padding-top: 40px;
  }
  .inside-honor .nr1 .left {
    width: 100%;
    float: none;
  }
  .inside-honor .nr1 .left ul {
    width: 100%;
    float: none;
  }
  .inside-honor .nr1 .right {
    width: 100%;
    float: none;
  }
  .inside-honor .nr1 .right p {
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
  }
  .inside-honor .nr1 .right p img {
    top: 3px;
    left: 0;
    position: absolute;
  }
  .inside-honor .nr1 .line {
    left: 0;
    width: auto;
  }
  .inside-honor .nr1 .right .bt {
    top: auto;
    right: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .inside-honor .nr1 .right .bt img {
    max-height: 30px;
  }
  .inside-honor .nr2 .slick-prev {
    left: 10px;
  }
  .inside-honor .nr2 .slick-next {
    right: 0;
  }
  .inside-honor .nr2 li {
    padding: 0 10px;
  }
  .inside-honor .nr2 .slick-prev,
  .inside-honor .nr2 .slick-next {
    width: 30px;
    height: 30px;
    border: 0;
    margin-top: -15px;
    text-align: center;
    line-height: 30px;
  }
  .inside-honor .nr2 .slick-prev:before,
  .inside-honor .nr2 .slick-next:before,
  .inside-honor .nr2 .slick-prev:after,
  .inside-honor .nr2 .slick-next:after {
    font-size: 20px;
  }
}
.inside-advantage {
  padding-bottom: 1.2rem;
  padding-top: 0.7rem;
  background: url(../image/zl-bg.png) repeat-x center bottom #f0f3f5;
}
.inside-advantage .bt {
  color: #333;
  font-size: 0.42rem;
  text-align: center;
  font-weight: 700;
}
.inside-advantage .nr {
  margin-top: 50px;
  padding-right: 0.7rem;
}
.inside-advantage .tabs {
  position: relative;
}
.inside-advantage .conTabs {
  position: relative;
}
.inside-advantage .pic {
  width: 60%;
  float: left;
  max-width: 820px;
  position: relative;
}
.inside-advantage .pic:after {
  content: ;
}
.inside-advantage .pic img {
  vertical-align: middle;
}
.inside-advantage .text {
  width: 40%;
  width: calc(40% + 1.2rem);
  float: right;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  position: relative;
  margin-left: -1.2rem;
  padding: 0.4rem 0.6rem 1.5rem 0.6rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.inside-advantage .text .title {
  height: 0.8rem;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.3rem;
}
.inside-advantage .text .title .num {
  bottom: 0;
  left: 0;
  color: #179d79;
  font-size: 0.8rem;
  width: 0.9rem;
  line-height: 0.8rem;
  position: absolute;
  font-family: "DINPro-Regular";
}
.inside-advantage .text .title .num:before {
  top: 0;
  right: 10px;
  content: "";
  width: 1px;
  height: 0.2rem;
  position: absolute;
  transform: rotate(35deg);
  border-left: solid 1px #179d79;
}
.inside-advantage .text .title .num:after {
  bottom: -0.1rem;
  left: 0.07rem;
  content: "";
  width: 1px;
  height: 0.2rem;
  position: absolute;
  transform: rotate(35deg);
  border-left: solid 1px #179d79;
}
.inside-advantage .text .title .cn {
  color: #333333;
  font-weight: 700;
  font-size: 0.3rem;
  padding-top: 0.05rem;
}
.inside-advantage .text .title .en {
  color: #595959;
  font-size: 0.18rem;
  line-height: 1.5;
  font-family: arial;
  text-transform: uppercase;
}
.inside-advantage .text .info {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
  height: 125px;
  overflow: hidden;
}
.inside-advantage .text .p-1 {
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
}
.inside-advantage .text .p-1:before {
  content: "";
  top: 5px;
  left: 0;
  width: 6px;
  height: 11px;
  position: absolute;
  background: url(/template/index/pc/images/icon/arrow-right-1.png) no-repeat top left;
}
.inside-advantage .text .p-1:last-child {
  margin-bottom: 0;
}
.inside-advantage .conTabs .item {
  display: none;
}
.inside-advantage .menuTabs {
  padding: 0 0.6rem 0 0.6rem;
  width: 40%;
  width: calc(40% + 1.2rem);
  clear: both;
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0.5rem;
}
.inside-advantage .menuTabs .list li {
  width: 33.33333333%;
  float: left;
  cursor: pointer;
  padding: 0 0.1rem;
}

.inside-advantage .menuTabs .list li:last-child{
	margin-left:1rem
}

.inside-advantage .menuTabs .list span {
  display: block;
  height: 0.47rem;
  line-height: 0.45rem;
  border-radius: 30px;
  text-align: center;
  font-size: 0.18rem;
  color: #333;
  border: solid 1px #d9d9d9;
  transition: all .5s;
}
.inside-advantage .menuTabs .list span:hover {
  color: #fff;
  border-color: #179d79;
  background: #179d79;
}
.inside-advantage .menuTabs .list .active span {
  color: #fff;
  border-color: #179d79;
  background: #179d79;
}
@media (max-width: 1210px) {
  .inside-advantage {
    margin-top: 60px;
    padding-top: 20px;
  }
  .inside-advantage .bt {
    font-size: 20px;
  }
  .inside-advantage .nr {
    margin-top: 20px;
    padding-right: 0;
  }
  .inside-advantage .pic {
    width: 100%;
    float: none;
  }
  .inside-advantage .text {
    width: 100%;
    top: auto;
    margin-left: 0;
    padding: 30px;
    float: none!important;
    position: relative;
  }
  .inside-advantage .menuTabs {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0;
    width: 100%!important;
    position: relative;
  }
  .inside-advantage .menuTabs .list span {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    display: block;
    border-radius: 0;
    margin-bottom: 20px;
  }
  .inside-advantage .text .info {
    height: auto;
  }
  .inside-advantage .text .title {
    height: auto;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .inside-advantage .text .p-1 {
    padding-left: 0;
    height: auto;
  }
  .inside-advantage .text .title .num {
    bottom: auto;
    top: 5px;
    font-size: 24px;
  }
  .inside-advantage .text .title .cn {
    font-size: 16px;
  }
  .inside-advantage .text .title .en {
    font-size: 14px;
  }
}
.inside-zl {
  overflow: hidden;
  padding-top: 0.8rem;
}
.inside-zl .bt {
  font-size: 0.48rem;
  color: #179d79;
  font-family: "myfont";
  line-height: 0.6rem;
  width: 520px;
  margin: 0 auto;
  height: 118px;
}
.inside-zl .slick-prev,
.inside-zl .slick-next {
  width: 0.46rem;
  height: 0.7rem;
  border: 0;
  margin-top: -0.23rem;
  text-align: center;
  line-height: 0.7rem;
  transition-delay: all 500ms ease;
  background-color: #6d7374;
}
.inside-zl .slick-prev:before,
.inside-zl .slick-next:before,
.inside-zl .slick-prev:after,
.inside-zl .slick-next:after {
  font-size: 0.4rem;
  color: #fff;
  font-family: "宋体";
  display: inline-block;
}
.inside-zl .slick-prev:hover,
.inside-zl .slick-next:hover {
  background-color: #179d79;
}
.inside-zl .slick-prev {
  left: -1.4rem;
}
.inside-zl .slick-prev:before {
  content: "<";
  margin-left: -0.1rem;
}
.inside-zl .slick-next {
  right: -1.4rem;
}
.inside-zl .slick-next:before {
  content: ">";
}
.inside-zl .nr1 {
  padding-bottom: 0.6rem;
  background: url(/template/index/pc/images/zl-bg-1.jpg) no-repeat bottom center;
}
.inside-zl .nr1 ul {
  margin: 0 -0.35rem;
}
.inside-zl .nr1 li {
  padding: 0 0.35rem;
  padding-top: 0.6rem;
  padding-bottom: 0.05rem;
}
.inside-zl .nr1 li span {
  display: block;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.inside-zl .nr1 li span:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.inside-zl .nr2 {
  padding-top: 0.1rem;
  padding-bottom: 1.8rem;
  background: url(../image/zl-bg-2.jpg) no-repeat top center;
}
@media (max-width: 1600px) {
  .inside-zl .slick-prev {
    left: -30px;
  }
  .inside-zl .slick-next {
    right: -30px;
  }
}
@media (max-width: 1310px) {
  .inside-zl .slick-prev {
    left: 0px;
  }
  .inside-zl .slick-next {
    right: 0px;
  }
}
@media (max-width: 1210px) {
  .inside-zl .nr2 {
    padding-bottom: 30px;
  }
  .inside-zl .bt {
    font-size: 24px;
    line-height: 34px;
    height: 70px;
  }
  .inside-zl .bt img {
    max-height: 59px;
    margin-top: 5px;
  }
  .inside-zl .slick-prev,
  .inside-zl .slick-next {
    background: none!important;
    width: 30px;
    height: 30px;
  }
  .inside-zl .slick-prev:before,
  .inside-zl .slick-next:before {
    font-size: 30px;
    color: #179d79;
  }
  .inside-zl .slick-prev {
    left: 10px;
  }
  .inside-zl .slick-next {
    right: 10px;
  }
}
.inside-zznl {
  padding-bottom: 1.2rem;
  padding-top: 0.5rem;
  position: relative;
  background: url(../image/zz-bg.jpg) no-repeat left bottom;
}
.inside-zznl .rpic {
  right: 0;
  top: 0;
  position: absolute;
}
.inside-zznl .container {
  z-index: 3;
  position: relative;
  max-width: 1400px;
}
.inside-zznl .bg {
  margin-top: 0.4rem;
  position: relative;
  padding-bottom: 0.3rem;
  background: linear-gradient(to right, #008f70, #0162a3);
  margin-bottom: 1rem;
}
.inside-zznl .bg .tag {
  right: 0;
  top: 0.7rem;
  color: #fff;
  right: 0.1rem;
  opacity: 0.6;
  writing-mode: tb-rl;
  position: absolute;
}
.inside-zznl dl {
  padding: 0.4rem;
  overflow: hidden;
  padding-bottom: 0.3rem;
  position:relative;
}
.inside-zznl dl dt {
  width: 53%;
  float: left;
  position: relative;
}
.inside-zznl dl dt:after {
  content: "";
  display: block;
  padding-bottom: 60.5%;
}
.inside-zznl dl dt img {
  /*width: 100%;*/
}
.inside-zznl dl dd {
  width: 47%;
  float: left;
  background: #fff;
  /*margin-top: 0.3rem;
  margin-left: -0.4rem;
  height: 3.2rem;*/
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:0.6rem;
  padding: 0.3rem;
}
.inside-zznl dl dd:before {
  content: "";
  width: 0.64rem;
  height: 2px;
  top: 0.3rem;
  left: -0.35rem;
  position: absolute;
  background: url(../image/zline-1.jpg) no-repeat top center;
}
.inside-zznl dl .tit {
  font-size: 0.3rem;
  color: #333;
  font-weight: 700;
}
.inside-zznl dl .txt {
  margin-top: 0.15rem;
      text-align: justify;
}
.inside-zznl dl .tu {
  bottom: 0;
  right: -0.34rem;
  position: absolute;
}
.inside-zznl .smallimg {
  padding: 0 0.4rem;
  padding-right: 0.9rem;
}
.inside-zznl .smallimg .item {
  margin: 0 0.08rem;
  position: relative;
}
.inside-zznl .smallimg .pic {
  cursor: pointer;
  position: relative;
}
.inside-zznl .smallimg .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.5%;
}
.inside-zznl .smallimg .tit {
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 0.48rem;
  line-height: 0.48rem;
  overflow: hidden;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.inside-zznl .slick-prev,
.inside-zznl .slick-next {
  width: 0.36rem;
  height: 0.5rem;
  border: 0;
  margin-top: -0.23rem;
  text-align: center;
  line-height: 0.5rem;
  transition-delay: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.inside-zznl .slick-prev:before,
.inside-zznl .slick-next:before,
.inside-zznl .slick-prev:after,
.inside-zznl .slick-next:after {
  font-size: 0.3rem;
  color: #fff;
  font-family: "宋体";
  display: inline-block;
}
.inside-zznl .slick-prev:hover,
.inside-zznl .slick-next:hover {
  background-color: #179d79;
}
.inside-zznl .slick-prev {
  left: 0.3rem;
}
.inside-zznl .slick-prev:before {
  content: "<";
  margin-left: -0.1rem;
}
.inside-zznl .slick-next {
  right: 0.8rem;
}
.inside-zznl .slick-next:before {
  content: ">";
}
@media (max-width: 1210px) {
  .inside-zznl dl .txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .inside-zznl dl dt {
    width: 100%;
    float: none;
  }
  .inside-zznl dl dd {
	width: 100%;
	float: none;
	margin: 0;
	position: relative;
	top: 0;
	transform: inherit;
	right: 0;
  }
  .inside-zznl .smallimg .tit {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .inside-zznl .tag {
    display: none;
  }
  .inside-zznl dl dt {
    width: 100%;
    float: none;
  }
  .inside-zznl dl dd {
	width: 100%;
	float: none;
	margin: 0;
	position: relative;
	top: 0;
	transform: inherit;
	right: 0;
  }
  .inside-zznl dl dd:before {
    display: none;
  }
  .inside-zznl dl .tit {
    font-size: 16px;
  }
  .inside-zznl .tu img {
    max-height: 50px;
    display: none;
  }
  .inside-zznl .smallimg {
    padding-right: 0.4rem;
  }
  .inside-zznl .slick-prev,
  .inside-zznl .slick-next {
    width: 30px;
    height: 30px;
    border: 0;
    margin-top: -15px;
    text-align: center;
    line-height: 30px;
    transition-delay: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .inside-zznl .slick-prev:before,
  .inside-zznl .slick-next:before,
  .inside-zznl .slick-prev:after,
  .inside-zznl .slick-next:after {
    font-size: 20px;
  }
  .inside-zznl .slick-prev:hover,
  .inside-zznl .slick-next:hover {
    background-color: #179d79;
  }
  .inside-zznl .slick-prev {
    left: 15px;
  }
  .inside-zznl .slick-next {
    right: 15px;
  }
}
.inside-jd {
  position: relative;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.inside-jd .bg {
  font-weight: 700;
  color: #333;
  font-size: 0.38rem;
  height: 2.81rem;
  text-align: center;
  padding-top: 0.7rem;
  background-repeat: no-repeat;
  background-position: top center;
}
.inside-jd .nr1 {
  z-index: 9;
  margin-top: -1.4rem;
  position: relative;
}
.inside-jd .nr1 .hezi {
  padding: 0.7rem;
  background: #fff;
}
.inside-jd .nr1 dl dt {
  width: 50%;
  float: left;
  position: relative;
}
.inside-jd .nr1 dl dt:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0.2rem;
  left: 0.2rem;
  position: absolute;
  border: solid 1px #179d79;
}
.inside-jd .nr1 dl dt img {
  width: 100%;
  vertical-align: middle;
}
.inside-jd .nr1 dl dd {
  width: 50%;
  float: right;
  padding-left: 0.7rem;
}
.inside-jd .nr1 dl .item {
  margin-top: 0.4rem;
  min-height: 1rem;
  padding-left: 1.3rem;
  position: relative;
}

@media(max-width:1400px){
	.inside-jd .nr1 dl .item {
	  padding-left: 1.5rem;
	}
}
.inside-jd .nr1 dl .item img {
  top: 0;
  left: 0;
  position: absolute;
  transition: all 500ms ease;
}
.inside-jd .nr1 dl .item:hover img {
  transform: rotateY(180deg);
}
.inside-jd .nr1 dl .tit {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333;
  padding-top: 0.1rem;
}
.inside-jd .nr1 dl .txt {
  margin-top: 0.15rem;
}
.inside-jd .slick-prev,
.inside-jd .slick-next {
  width: 0.46rem;
  height: 0.67rem;
  border: 0;
  margin-top: -0.23rem;
  text-align: center;
  line-height: 0.67rem;
  transition-delay: all 500ms ease;
  background-color: #7f7f7f;
}
.inside-jd .slick-prev:before,
.inside-jd .slick-next:before,
.inside-jd .slick-prev:after,
.inside-jd .slick-next:after {
  font-size: 0.3rem;
  color: #fff;
  font-family: "宋体";
  display: inline-block;
}
.inside-jd .slick-prev:hover,
.inside-jd .slick-next:hover {
  background-color: #179d79;
}
.inside-jd .slick-prev {
  left: -0.5rem;
}
.inside-jd .slick-prev:before {
  content: "<";
}
.inside-jd .slick-next {
  right: -0.3rem;
}
.inside-jd .slick-next:before {
  content: ">";
}
.inside-jd .list {
  margin-top: 0.5rem;
}
.inside-jd .list ul {
  margin: 0 -0.4rem 0 -0.2rem;
}
.inside-jd .list li {
  float: left;
  width: 33.3333%;
  padding: 0.27rem 0.42rem 0.3rem 0.42rem;
}
.inside-jd .list li .box {
  position: relative;
  transition: 0.5s;
}
.inside-jd .list li .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: -0.22rem;
  top: 0.24rem;
  position: absolute;
  z-index: 1;
  transition: 0.5s;
  opacity: 1;
}
.inside-jd .list li .box .info {
  z-index: 3;
  position: relative;
  box-shadow: 0 0 0.2rem 0 rgba(9, 2, 6, 0.1);
  background: #fff;
}
.inside-jd .list li .box .info .text {
  padding: 0.19rem 0.19rem 0.19rem 0.19rem;
}
.inside-jd .list li .box .info .t1 span {
  color: #fff;
  width: 1.07rem;
  height: 0.32rem;
  display: inline-block;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.18rem;
  overflow:hidden;
}
.inside-jd .list li .box .info .t1 img {
  vertical-align: bottom;
  margin-left: 0.2rem;
  display: inline-block;
}
.inside-jd .list li .box .pic {
  position: relative;
}
.inside-jd .list li .box .pic img {
  transition: 0.5s;
  /*width: 100%;*/
}
.inside-jd .list li .box .pic:after {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.inside-jd .list li .box .pic:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 63px;
  z-index: 1;
  background: url("/template/index/pc/images/bg3.png") no-repeat top center;
}
.inside-jd .list li .box .pic .hover {
  width: 0.63rem;
  height: 0.63rem;
  position: absolute;
  bottom: -0.3rem;
  right: 0.41rem;
  z-index: 3;
  transition: 0.5s;
}
.inside-jd .list .li01 .box .info .t1 span {
  background: #179d79;
}
.inside-jd .list .li01 .box::after {
  background: rgba(1, 167, 97, 0.4);
}
.inside-jd .list .li02 .box .info .t1 span {
  background: #ff8a00;
}
.inside-jd .list .li02 .box::after {
  background: rgba(251, 136, 0, 0.4);
}
.inside-jd .list .li03 .box .info .t1 span {
  background: #0080d8;
}
.inside-jd .list .li03 .box::after {
  background: rgba(0, 126, 213, 0.4);
}
.inside-jd .list li:hover .hover img {
  transform: rotate(360deg);
}
@media (max-width: 1210px) {
  .inside-jd .bg {
    font-size: 20px;
  }
  .inside-jd .nr1 .hezi {
    padding: 20px;
  }
  .inside-jd .nr1 dl dt {
    width: 100%;
    float: none;
  }
  .inside-jd .nr1 dl dt:before {
    display: none;
  }
  .inside-jd .nr1 dl dd {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .inside-jd .nr1 dl .item {
    margin-top: 20px;
    min-height: auto;
    padding-left: 110px;
  }
  .inside-jd .nr1 dl .tit {
    font-size: 16px;
    padding-top: 15px;
  }
  .inside-jd .list li {
    padding: 15px;
  }
  .inside-jd .list li .box .info .t1 span {
    font-size: 14px;
    width: 80px;
    height: 30px;
    line-height: 30px;
  }
  .inside-jd .slick-prev,
  .inside-jd .slick-next {
    width: 30px;
    height: 30px;
    border: 0;
    margin-top: -15px;
    text-align: center;
    line-height: 30px;
    transition-delay: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .inside-jd .slick-prev:before,
  .inside-jd .slick-next:before,
  .inside-jd .slick-prev:after,
  .inside-jd .slick-next:after {
    font-size: 20px;
  }
  .inside-jd .slick-prev:hover,
  .inside-jd .slick-next:hover {
    background-color: #179d79;
  }
  .inside-jd .slick-prev {
    left: 15px;
  }
  .inside-jd .slick-next {
    right: 15px;
  }
}
@media (max-width: 640px) {
  .inside-jd .nr1 {
    margin-top: 0;
  }
  .inside-jd .nr1 .hezi {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-jd .list li .box .pic .hover {
    width: auto;
    height: auto;
  }
  .inside-jd .list li .box .pic .hover img {
    max-height: 31px;
  }
  .inside-jd .list li .box .info .text {
    padding: 20px;
  }
}
.inside-current {
  height: 0.5rem;
  line-height: 0.5rem;
  background: #eee;
  text-align: right;
  overflow: hidden;
}
.inside-current span {
  color: #333;
}
.inside-current img {
  margin: 0.18rem 0.1rem 0 0;
}
@media (max-width: 1210px) {
  .inside-current {
    margin-top: 60px;
    height: 50px;
    line-height: 50px;
  }
  .inside-current img {
    margin: 18px 5px 0 0;
  }
}
.inside-product-show {
  padding-bottom: 1.2rem;
  background: url(../image/probg.jpg) no-repeat top center #ffffff;
}
.inside-product-show .container {
  max-width: 1320px;
}
.inside-product-show .nr1 .pic {
  width: 54%;
  float: right;
  margin-right: -1rem;
  padding-top:1rem;
}
@media (max-width: 1400px) {
  .inside-product-show .nr1 .pic {
    margin-right: 0;
  }
}
.inside-product-show .nr1 .txtbox {
  width: 46%;
  float: left;
  padding-top: 0.8rem;
  position:relative;
}
.inside-product-show .nr1 .txtbox h1 {
  color: #179d79;
  font-size: 0.40rem;
}
.inside-product-show .nr1 .wenan {
  color: #333;
  font-size: 0.15rem;
  line-height: 0.26rem;
  padding-top: 0.3rem;
}
.inside-product-show .nr1 .txt {
  font-size: 0.18rem;
	vertical-align: top;
	line-height: 0.43rem;
	margin-top: 0.3rem;
	min-height: 0.43rem;
	padding-left: 0.65rem;
	position: relative;
}

.inside-product-show .nr1 .txt2{
	width:50%;
	float:left;
}

.inside-product-show .nr1 .txt span {
  height: 0.43rem;
  width: 0.59rem;
  text-align: center;
  margin-right: 0.1rem;
  background: #179d79;
  display: inline-block;
  position: relative;
  padding-left: 0rem;
      position: absolute;
	  left:0;
	  top: 50%;
    transform: translateY(-50%);
  background: url(../image/proicon-9.png) no-repeat center center;
}
.inside-product-show .nr1 .txt img {
  margin-bottom: 0.05rem;
  vertical-align: middle;
  display: inline-block;
}
.inside-product-show .nr1 .txt:nth-child(2n) span {
  padding-left: 0;
  padding-right: 0.05rem;
  background: url(../image/proicon-10.png) no-repeat center center;
}
.inside-product-show .nr1 .btn {
  position: relative;
  margin-top: 0.5rem;
}
.inside-product-show .nr1 .btn a {
  display: block;
  width: 1.7rem;
  height: 0.5rem;
  border-radius: 30px;
  line-height: 0.48rem;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  vertical-align: top;
  transition: all 500ms ease;
  border: solid 1px #179d79;
}
.inside-product-show .nr1 .btn a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inside-product-show .nr1 .btn i {
  font-style: normal;
  font-family: "宋体";
  color: #179d79;
  font-size: 0.2rem;
  font-weight: 600;
  vertical-align: top;
  display: inline-block;
  margin: 0.02rem 0 0 0.02rem;
}
.inside-product-show .nr1 .btn img {
  max-height: 0.23rem;
  margin: 0.13rem 0.1rem 0 0;
}
.inside-product-show .nr1 .btn:hover .hezi {
  display: block;
}
.inside-product-show .nr1 .hezi {
  padding: 0.1rem;
  max-width: 380px;
  width: 100%;
  left: 2rem;
  top: 0;
  display: none;
  position: absolute;
  border-radius: 0.05rem;
  border: solid 2px #179d79;
}
@media (max-width: 1210px) {
  .inside-product-show .nr1 .hezi {
    display: block;
    top: auto;
    right: auto;
    left: auto;
    font-size: 12px;
    max-width: 100%;
    position: relative;
    padding: 20px 10px;
    margin-top: 20px;
  }
}
.inside-product-show .tagmenu {
  z-index: 9;
  margin-top: 0.6rem;
  background: #f5f5f5;
}
.inside-product-show .tagmenu li {
  height: 0.66rem;
  line-height: 0.66rem;
  width: 12.5%;
  float: left;
  font-size: 0.2rem;
  text-align: center;
  border-left: solid 1px #d5d7d8;
  background: linear-gradient(to right, #008e71, #0162a3);
}
.inside-product-show .tagmenu li a {
  color: #fff;
  display: block;
}
.inside-product-show .tagmenu li img {
  vertical-align: middle;
  margin: 0 0.05rem 0.02rem 0;
}
.inside-product-show .tagmenu li:first-child {
  border-left: 0;
}
.inside-product-show .tagmenu .active {
  color: #fff;
  cursor: pointer;
}
.inside-product-show .tagmenu .active a {
  color: #fff;
}
.inside-product-show .bt {
  font-size: 0.32rem;
  font-weight: 700;
  color: #333;
  margin: 0.4rem 0 0.2rem 0;
  line-height: 0.32rem;
  padding-left: 0.3rem;
  position: relative;
}
.inside-product-show .bt:before {
  left: 0;
  content: "";
  width: 0.1rem;
  height: 0.3rem;
  top: 0.02rem;
  position: absolute;
  background: linear-gradient(to right, #008e71, #0162a3);
}
.inside-product-show .nr01 {
  width: 50%;
  float: left;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #333;
  min-height: 2.6rem;
  position: relative;
}
.inside-product-show .nr02 {
  width: 50%;
  float: left;
  position: relative;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.inside-product-show .nr02 span {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 0.15rem;
}
.inside-product-show .nr02 img {
  margin-right: 0.1rem;
  max-height: 0.32rem;
}
.inside-product-show .nr03 {
  position: relative;
}
.inside-product-show .tablist {
  color: #333;
  /*height: 5.6rem;
  overflow: auto;*/
  text-align: center;
}
.inside-product-show .tablist tr td:first-child {
  background: #ededee;
}
.inside-product-show .tablist tr td {
  padding: 0.1rem;
  border: solid 1px #ddd;
}
.inside-product-show .tablist .green td {
  color: #fff;
  padding: 0.05rem;
  background: #179d79 !important;
}
.inside-product-show .tablist .font18 {
  font-size: 0.18rem;
}
.inside-product-show .tablist .font18 td {
  padding: 0.15rem;
}
.inside-product-show .ts {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 1.2rem;
}
.inside-product-show .ts span {
  color: #db1010;
}
.inside-product-show .tigs {
  font-size: 14px;
  padding-left: 1.2rem;
}
.inside-product-show .tigs span {
  color: #179d79;
}
.inside-product-show .tigs i {
  font-style: normal;
  display: inline-block;
}
.inside-product-show .tigs .t1 i {
  padding-left: 0.5rem;
}
.inside-product-show .tigs .t2 i {
  padding-left: 0.35rem;
}
.inside-product-show .tigs .t3 i {
  padding-left: 0.97rem;
}
@media (max-width: 1210px) {
  .inside-product-show {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-product-show .nr1 .txtbox h1 {
    font-size: 18px;
  }
  .inside-product-show .nr1 .txtbox {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .inside-product-show .nr1 .pic {
    width: 100%;
    float: none;
    margin-right: 0;
    padding: 40px;
  }
  .inside-product-show .nr1 .wenan {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-product-show .nr1 .txt {
    font-size: 12px;
    position: relative;
    padding-left: 40px;
    height: auto;
    line-height: 20px;
    margin-top: 15px;
  }
  .inside-product-show .nr1 .txt span {
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0;
    line-height: 30px;
    position: absolute;
    padding: 0!important;
  }
  .inside-product-show .nr1 .txt span img {
    margin-bottom: 0;
  }
  .inside-product-show .nr1 .btn {
    margin: 30px 0;
  }
  .inside-product-show .nr1 .btn a {
    width: 150px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }
  .inside-product-show .nr1 .btn img {
    margin-top: 8px;
  }
  .inside-product-show .nr01,
  .inside-product-show .nr02 {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 26px;
  }
  .inside-product-show .tagmenu li {
    width: 33.333%;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .inside-product-show .tigs {
    padding-left: 0;
  }
  .inside-product-show .bt {
    font-size: 18px;
    padding-left: 10px;
    margin: 20px 0 10px 0;
    line-height: 30px;
  }
  .inside-product-show .bt:before {
    width: 4px;
    height: 16px;
    margin-top: 6px;
  }
  .inside-product-show .tablist {
    line-height: 20px!important;
    font-size: 12px!important;
     
  }
  .inside-product-show .tablist .font18 {
    font-size: 14px;
  }
}
.inside-smap {
  padding-top: 0.7rem;
}
.inside-smap .title {
  text-align: center;
  font-size: 0.35rem;
  color: #333;
  font-weight: 700;
}
.inside-smap ul {
  padding-top: 0.7rem;
}
.inside-smap ul li {
  width: 50%;
  float: left;
  border-left: solid 1px #179d79;
}
@media (max-width: 1210px) {
  .inside-smap .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .inside-smap ul li {
    width: 100%;
    float: none;
  }
}
#allmap {
  height: 6rem;
  width: 100%;
}
#allmap img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL {
  display: none;
}
#allmap2 {
  height: 6rem;
  width: 100%;
}
#allmap2 img {
  max-width: initial;
  max-height: inherit;
}
#allmap2 .anchorBL {
  display: none;
}
@media (max-width: 1210px) {
  #allmap,
  #allmap2 {
    height: 300px;
  }
}
@media (max-width: 1210px) and (max-width: 1210px) {
  #allmap,
  #allmap2 {
    height: 200px;
    margin-top: 10px;
  }
}
.message {
  padding: 1rem 0 1rem 0;
  background: #f7f7f7;
  position: relative;
}
.message #messageA {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -2rem;
  left: 0;
}
.message .titleBig {
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-size: 0.35rem;
}
.message .nr {
  margin-top: 0.5rem;
}
.message .list {
  position: relative;
}
.message .list:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.3rem;
  background: url("/template/index/pc/images/pen.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  z-index: 9;
  bottom: 1rem;
  right: -0.2rem;
}
.message li {
  width: 33.33333333%;
  float: left;
  padding: 0 0.06rem 0.18rem 0.06rem;
  position: relative;
}
.message .box {
  position: relative;
}
.message .red {
  position: absolute;
  z-index: 9;
  left: 0.2rem;
  top: 0.14rem;
  color: #FF0000;
}
.message .error {
  background: #ff0000;
  color: #fff;
  padding: 0 0.06rem;
  border-bottom-left-radius: 0.06rem;
  font-size: 0.12rem;
  position: absolute;
  right: 0;
  top: 0;
}
.message .input-form,
.message .textarea-form {
  border: none;
  border-radius: 0.03rem;
  color: #333;
  vertical-align: middle;
  border: #d1d1d1 solid 1px;
  padding: 0 0.3rem;
  height: 0.5rem;
  font-family: "微软雅黑";
  line-height: 0.48rem;
  font-size: 0.14rem;
  width: 100%;
}
.message .input-form:focus,
.message .textarea-form:focus {
  border: #179d79 solid 1px;
}
.message .textarea-form {
  line-height: 0.3rem;
  padding: 0.1rem 0.9rem 0.1rem 0.3rem;
  width: 100%;
  padding-right: 0.9rem;
  min-height: 1.4rem;
}
.message .textarea-form:focus {
  border: #179d79 solid 1px;
}
.message .btn {
  width: 100%;
  text-align: right;
}
.message .btn .col-2 {
  width: 50%;
}
.message .submit {
  font-size: 0.16rem;
  width: 33.3333333%;
  display: inline-block;
  max-width: 2rem;
  text-align: center;
  line-height: 0.5rem;
  height: 0.5rem;
  border-radius: 0.03rem;
  color: #666666;
  margin-right: 0.2rem;
  background: #dddddd;
  border: none;
}
.message .submit .icon {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: middle;
  margin-top: -0.03rem;
  margin-right: 0.05rem;
}
.message .submit:hover {
  background: #179d79;
}
.message .submit {
  background: #179d79;
  color: #fff;
}
.message .submit:hover {
  background: #179d79;
}
.message .verify {
  height: 0.5rem;
  background-color: #e5e5e5;
  position: relative;
}
.message .verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../image/drag-arrow.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
  z-index: 2;
  cursor: move;
}
.message .verify .suc-drag-btn {
  background: #ffffff url(../image/drag-success.svg) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}
.message .verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.5rem;
  line-height: 0.48rem;
  width: 0;
  background-color: #7ac23c;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
}
.message .verify .fix-tips,
.message .verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
}
.message .verify .verify-msg {
  padding-left: 0;
  padding-right: 0.5rem;
}
.message .verify .verify-msg {
  background-color: #7ac23c;
  color: #fff;
  display: none;
}
.message .verifyDiv {
  width: 30%;
  vertical-align: middle;
  float: left;
  margin-right: 0.2rem;
  position: relative;
}
.message .col-2 {
  width: 50%;
  float: left;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1210px) {
  .message {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .message .nr {
    margin-top: 30px;
  }
  .message .titleBig {
    font-size: 24px;
  }
  .message .list:before {
    display: none;
  }
  .message li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .message li:last-child {
    padding-bottom: 0;
  }
  .message .red {
    top: 14px;
    left: 15px;
  }
  .message .input-form,
  .message .textarea-form {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 15px;
    line-height: 48px;
    height: 50px;
  }
  .message .textarea-form {
    line-height: 20px;
  }
  .message .textarea-form {
    height: 140px;
  }
  .message .verify {
    height: 50px;
  }
  .message .verify .drag-progress {
    height: 50px;
    line-height: 48px;
  }
  .message .verify .drag-btn {
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
  }
  .message .verify .fix-tips,
  .message .verify .verify-msg {
    line-height: 50px;
    padding-left: 50px;
  }
  .message .verifyDiv {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0;
  }
  .message .error {
    font-size: 12px;
    padding: 0 6px;
    border-bottom-left-radius: 6px;
  }
  .message .btn {
    text-align: left;
  }
  .message .btn .col-2 {
    width: 100%;
    padding: 0;
  }
  .message .submit {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    max-width: 100%;
    padding: 0 10px;
    border: none;
    margin-bottom: 10px;
  }
}
.transparent {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.navM .navMCon {
  background-color: #fff;
  width: 78%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  right: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /*background: #27456b;*/
  color: #666;
  position: absolute;
  z-index: 999999;
  left: -60px;
  top: 40px;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 30px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 30px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 10px 5px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
}
.navM .navMWrap > .list .title .icon:before,
.navM .navMWrap > .list .title .icon:after {
  content: "";
  /*background: #2047a3;*/
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #179d79;
  border-left: solid 2px #179d79;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/*.navM .navMWrap > .list .title .icon:after {
  width: 10px;
  height: 2px;
}*/
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navM .child {
  padding: 0 5px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 15px;
}
.navM .mSearch .btn .iconfont {
  font-size: 18px;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #fff;
}
.inside-map {
  padding: 80px 0;
}
.inside-map li {
  padding: 30px 0;
  border-bottom: solid 1px #eee;
}
.inside-map li h3 {
  padding-bottom: 10px;
}
.inside-map li a {
  display: inline-block;
  padding-right: 20px;
}
.inside-map li:first-child {
  padding-top: 0;
}
.inside-map li:last-child {
  border-bottom: 0;
}
@media (max-width: 1025px) {
  .inside-map {
    padding: 30px 0;
  }
  .inside-map li {
    font-size: 14px;
  }
}
.tk {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
.tk .mess {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 4.7rem;
  width: 100%;
  padding: 0.4rem;
  margin: 0 auto;
  background: #fff;
  position: absolute;
}
.tk .close {
  float: right;
}
.tk .close img {
  max-height: 20px;
}
.tk .bt {
  font-size: 0.32rem;
  font-weight: 700;
  color: #179d79;
  text-align: center;
}
.tk ul {
  padding-top: 0.3rem;
}
.tk li {
  padding-top: 10px;
}
.tk li label {
  color: #080f15;
  display: block;
  margin-bottom: 5px;
}
.tk li em {
  color: #de021c;
  font-style: normal;
}
.tk li input {
  border: 0;
  height: 0.5rem;
  width: 100%;
  color: #666;
  padding: 0 15px;
  font-family: "微软雅黑";
  line-height: 0.5rem;
  background: #f7f7f7;
  border-radius: 0.02rem;
}
.tk li input[type="submit"] {
  color: #fff;
  font-size: 0.18rem;
  background: #179d79;
}
.tk li input[type="submit"]:focus {
  background: #158f6e;
}
.inside-current .item1{
	color:#333;
}

.map ul{width:100%}
.map ul li {margin-bottom:20px;}
.map ul li a{font-size:16px;display:inline-block;border-bottom:1px solid #666;margin-bottom:10px;}
.map ul li .subnav ul li{float:left;margin-right:20px;}

.inside-honor .nr2 li img{
	margin:0 auto;
}

.index-yingyong li .pic{
	position:relative;
}
.index-yingyong li .pic:after{
	content: "";
    display: block;
    padding-bottom: 113%;
}

.maodian{
	height: 1px;
	position: absolute;
	top: -90px;
	left: 0;
	width: 100%;
}

.search-zsk{float:right;width: 340px;position:relative;margin:30px 0}
.search-zsk .form-control {
    text-align: left;
    border: solid 1px #d9d8d8;
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 42px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #ffffff;
}

.search-zsk .btn {
    top: 0;
    right: 0;
    color: #043b83;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    background: url(../image/search.png) no-repeat center center #179d79;
    background-size: 20px;
}