﻿@charset "UTF-8";
@font-face {
  font-family: "ag";
  src: url("../font/ag.woff2") format("woff2"), url("../font/ag.ttf") format("truetype"), url("../font/ag.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Montserrat";
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Montserrat";
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  color: #e73c57;
}
html,
body {
  height: 100%;
}
body.hide {
  overflow: hidden;
}
.tx:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}
.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1400px) {
  .wrap {
    max-width: 96%;
  }
}
.col,
.row {
  width: 100%;
  box-sizing: border-box;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
img {
  width: 100%;
  display: block;
}
.lzpic2 {
  display: none;
}
.article {
  line-height: 26px;
  font-size: 15px;
  color: #555555;
}
.article img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.loadingTop {
  width: 40px;
  height: 40px;
  background: url(../images/loading.gif) no-repeat center;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 999;
}
.header {
  width: 100%;
  height: 85px;
  position: absolute;
  background: #FFFFFF;
  top: 0;
  left: 0;
  z-index: 90;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .logo2,
.header .logo {
  width: 100px;
  height: 68px;
  float: left;
  overflow: hidden;
  margin-top: 12px;
}
.header .logo2 {
  display: none;
}
.header .language {
  float: left;
  margin-top: 24px;
  position: relative;
}
.header .language .btn {
  width: 48px;
  height: 38px;
  background: url(../images/language.png) no-repeat center;
  cursor: pointer;
}
.header .language .list {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  width: 100px;
  padding-top: 4px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #fff;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFFFFF;
  border-width: 4px;
  margin-left: -4px;
}
.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #333;
}
.header .language li a:hover {
  color: #023a8b;
}
.header .searchBox {
  float: left;
  margin-top: 24px;
  position: relative;
}
.header .searchBox .close {
  width: 50px;
  height: 50px;
  background: url(../images/close.png) no-repeat center;
  background-size: 30px 30px;
  position: absolute;
  right: 10px;
  top: 18px;
  z-index: 2;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .searchBox .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .searchBox .searchBtn {
  width: 38px;
  height: 38px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}
.header .searchBox .searchBar {
  width: 1400px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 95;
  background: #fff;
  padding: 23px 100px;
  box-sizing: border-box;
  display: none;
}
.header .searchBox .searchBar .inpu {
  height: 40px;
  padding-right: 80px;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #444;
  background: #e5e5e5;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
  color: #999999;
}
.header .searchBox .searchBar .inpu input:-moz-placeholder {
  color: #999999;
}
.header .searchBox .searchBar .inpu input::-moz-placeholder {
  color: #999999;
}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
  color: #999999;
}
.header .searchBox .searchBar .btn {
  width: 80px;
  height: 40px;
  float: right;
  background: url(../images/sea.png) no-repeat center #023a8b;
}
.header .searchBox .searchBar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .nav .tit,
.header .menuBtn {
  display: none;
}
.header .nav {
  float: left;
  margin: 0 0 0 140px;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  margin: 0 28px;
}
.header .nav > ul > li > a {
  height: 85px;
  line-height: 85px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #454545;
  overflow: hidden;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li > a:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #e61d4c;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover a::after {
  width: 100%;
  left: 0;
}
.header .nav .sub {
  min-width: 145px;
  position: absolute;
  top: 83px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 90;
  display: none;
  padding-top: 2px;
}
.header .nav .sub li {
  background: #fff;
}
.header .nav .sub li a {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 13px;
  color: #222;
  white-space: nowrap;
}
.header .nav .sub li a:hover {
  background: #e73c57; color: #fff;
}
.header.dark {
  background: #fff;
  box-shadow: 0 1px 2px 1px #eee;
}
.header.dark .logo {
  display: none;
}
.header.dark .logo2 {
  display: block;
}
.header.dark .searchBox,
.header.dark .language,
.header.dark .logo2,
.header.dark .logo {
  margin-top: 18px;
}
.header.dark .nav {
  margin-top: 14px;
}
.header.dark .nav > ul > li > a {
  color: #333;
}
@media only screen and (max-width: 1400px) {
  .header .searchBox .searchBar {
    width: 1200px;
  }
  .header .nav {
    margin: 0 0 0 60px;
  }
}
@media only screen and (max-width: 880px) {
    .header .nav .sub li a {
      color: #bbb;
      white-space: nowrap;
    }
    .header .nav .sub li a:hover {
      background: #444; color: #e61d4c;
    }
}
.footer {
  width: 100%;
  background: #292c31;
  padding-top: 38px;
}
.footer .tit {
  line-height: 26px;
  font-family: "ag";
  font-size: 18px;
  font-weight: bold;
  color: #d5d5d5;
}
.footer .linkList {
  float: left;
}
.footer .linkList .list {
  width: 190px;
  float: left;
}
.footer .linkList ul {
  margin-top: 20px;
}
.footer .linkList li {
  line-height: 20px;
  font-size: 14px;
  color: #616264;
  margin-bottom: 12px;
}
.footer .linkList li a {
  font-size: 14px;
  color: #757575;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .linkList li a:hover {
  color: #fff;
}
.footer .follow {
  float: right; width: 28%;
}
.footer .follow .tit {
  text-align: left;
}
.footer .follow .contacts{
  margin-top: 10px;
  line-height: 27px;
  color: #888888;
  font-size: 13px;
}
.footer .follow .share {
  float: left;
  margin-top: 32px;
}
.footer .follow .share:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .follow .share a {
  float: left;
  width: 28px;
  height: 28px;
  margin-left: 18px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .follow .share a:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.footer .copyright {
  border-top: solid 1px #373737;
  line-height: 24px;
  font-size: 14px;
  color: #888;
  padding: 20px 0;
  margin-top: 30px;
  text-align: center;
}
.footer .copyright a {
  font-size: 14px;
  color: #888;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.footer .copyright a:hover {
  color: #fff;
}
.banner{margin-top: 85px;}
.banner .swiper-pagination {
  bottom: 32px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin: 0 7px;
  background: #fff;
  opacity: 1;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background: url(../images/btn_bg1.jpg) no-repeat center;
  background-size: 200px 100px;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/arrow1.png) no-repeat center;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.banner .swiper-button-next {
  left: auto;
  right: 50px;
  background-image: url(../images/arrow2.png);
}
.banner .swiper-button-prev:hover {
  background-position: 0 center;
}
.banner .swiper-button-next:hover {
  background-position: right 0 center;
}
.seemore {
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  float: left;
  background: url(../images/btn_bg1.jpg) no-repeat center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.seemore:hover {
  background-image: url(../images/btn_bg2.jpg);
}
.seemore:hover span {
  background-position: right 15px center;
}
.seemore span {
  font-size: 14px;
  color: #fff;
  display: block;
  background: url(../images/arrow3.png) no-repeat right 15px center;
  padding: 0 42px 0 32px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.seemore.k {
  padding: 1px;
}
.seemore.k.hv span,
.seemore.k:hover span {
  background-image: url(../images/arrow3.png);
  background-color: transparent;
  color: #fff;
}
.seemore.k span {
  border-radius: 42px;
  color: #023a8b;
  background-image: url(../images/arrow6.png);
  background-color: #fff;
}

.main .about {
  padding: 64px 0;
  background: #fff;
}
.main .about .picbox {
  width: 50%;
  float: left;
  position: relative;
}
.main .about .picbox .pic {
  overflow: hidden;
  border-radius: 0 84px 0 0;
}
.main .about .picbox img {
  width: 100%;
  display: block;
}
.main .about .picbox .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/add.png) no-repeat center #0b70b6;
  position: absolute;
  bottom: 80%;
  left: -30px;
  z-index: 5;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.main .about .picbox .btn:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.main .about .picbox.aos-animate .btn {
  bottom: 52px;
}
.main .about .cont {
  width: 50%;
  float: right;
  padding-left: 68px;
  padding-top: 0px; box-sizing: border-box;
}
.main .about .cont .tit {
  font-size: 28px;
  font-weight: bold;
}
.main .about .cont .year {
  font-size: 80px;
  font-weight: 600;
  opacity: .12;
  margin-bottom: 15px;
}
.main .about .cont .text {
  line-height: 28px;
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.main .about .cont .txt {
  font-size: 1.45rem; line-height:2;
  font-weight: bold;
  color: #b4b4b4;
  margin-top:20px;
  padding-top: 20px;
  border-top: solid 1px #e1e1e1;
}
.main .pctitle {
  text-align: center; 
}
.main .pctitle.tal {
  text-align: left;
}
.main .pctitle .title {
  font-size: 40px;
  font-weight: bold; padding-bottom: 8px;
}
.main .pctitle .title::first-letter {
  text-transform: uppercase;
}
.main .pctitle .slogan {
  line-height: 27px;
  font-size: 14px; 
  color: #777; 
}
.main .product {
  padding: 54px 0;
  background: url(../images/about_bg.jpg) no-repeat right 146px top 0 #f2f2f2;
}
.main .product ul{margin-left:-2%; margin-top: 45px; overflow: hidden;}
.main .product ul li{width: 31.333%;float: left; margin-left:2%; margin-bottom: 2%; background: #fff;}
.main .product ul li .picc {width: 100%; overflow: hidden;}
.main .product ul li img {width: 100%; display: block;}

.main .product ul li .text{padding: 15px 24px;position: relative; text-align: center;}
.main .product ul li .tit{height: 32px;line-height: 32px;font-size: 18px;font-weight: bold;overflow: hidden;}
.main .product ul li .txt{height: 81px;line-height: 27px;font-size: 15px;color: #888;margin-top: 10px;overflow: hidden;}
.main .product ul li .more{height: 40px;line-height: 40px;font-size: 15px;color: #0b70b6; background: #555; color: #fff;width: 125px; margin: 12px auto; overflow: hidden;}
.main .product ul li:hover .more{background: #e61d4c;}

.main .service {
  background: url(../images/service_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  padding: 68px 0;
}
.main .service .content {
  max-width: 444px;
  width: 100%;
  float: right;
  background: url(../images/service_bg2.png);
  border-radius: 0 88px 0 88px;
  padding: 54px 48px 64px 48px;
}
.main .service .content .title {
  line-height: 42px;
  font-size: 24px;
  font-weight: 550;
  color: #fff;
}
.main .service .content .text {
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  opacity: .75;
  margin-top: 30px;
}
.main .service .content .line {
  height: 1px;
  background: #fff;
  opacity: .2;
  margin: 40px 0;
}
.main .service .content .more {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  padding-right: 32px;
  background: url(../images/arrow5.png) no-repeat right center;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.main .service .content .more:hover {
  padding-right: 42px;
}

.main .case .swiper-button-prev,
.main .news .swiper-button-prev,
.main .case .swiper-button-next,
.main .news .swiper-button-next {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin: -12px 0 0 0;
  background: no-repeat center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .4;
}
.main .case .swiper-button-prev:hover,
.main .news .swiper-button-prev:hover,
.main .case .swiper-button-next:hover,
.main .news .swiper-button-next:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.main .case .swiper-button-prev,
.main .news .swiper-button-prev {
  left: -50px;
  background-image: url(../images/arrow6.png);
}
.main .case .swiper-button-next,
.main .news .swiper-button-next {
  right: -50px;
  background-image: url(../images/arrow7.png);
}

.main .case {
  padding: 75px 0;
  position: relative;
  min-height: 515px;
}
.main .case .head {
  max-width: 325px;
  padding-top: 138px;
}
.main .case .head .pctitle .slogan {
  margin-top: 14px;
}
.main .case .btn {
  margin-top: 140px;
}
.main .case .btn .swiper-button-prev,
.main .case .btn .swiper-button-next {
  position: static;
  margin: 0 10px 0 0;
  float: left;
}
.main .case .content {
  position: absolute;
  top: 75px;
  left: 50%;
  right: -326px;
  -webkit-transform: translate(-326px, 0);
  -moz-transform: translate(-326px, 0);
  -ms-transform: translate(-326px, 0);
  -o-transform: translate(-326px, 0);
  transform: translate(-326px, 0);
  z-index: 5;
}
.main .case .content .swiper-button-prev,
.main .case .content .swiper-button-next {
  display: none;
}
.main .case .swiper-slide {
  width: 324px;
}
.main .case .swiper-slide:nth-child(odd) a {
  margin-top: 68px;
}
.main .case .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .case .swiper-slide a::after {
  content: " ";
  width: 100%;
  height: 170px;
  background: url(../images/case_filter.png) repeat-x 0 0;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.main .case .swiper-slide a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .case .swiper-slide .tit {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 10;
  padding: 0 22px;
  font-size: 22px;
  color: #fff;
}
.main .case .swiper-slide img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.main .contact {
  background: url(../images/contact_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.main .contact .L_text{ 
  width: 50%;
  float: left;
  padding: 75px 130px 0 105px;
  box-sizing: border-box;
}
.main .contact .L_text h3{
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.main .contact .L_text p{
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  }
.main .contact .indexForm{ 
  width: 50%;
  float: right;
  box-sizing: border-box;
}
.main .contact .indexForm .info {
  width:85%;
  margin-bottom:15px;
  position:relative;
  line-height:0
}
.main .contact .indexForm .tips {
  display:block;
  font-size:12px;
  line-height:14px;
  width:100%;
  text-align:center;
  background:red;
  color:#fff
}
.main .contact .indexForm .info input[type=text] {
  width:100%;
  height:46px;
  background:#fff;
  padding:0 15px;
  color:#333;
  border:0
}
.main .contact .indexForm .info textarea {
  width:100%;
  height:80px;
  resize:none;
  background:#fff;
  padding:15px;
  color:#333;
  border:0
}
.main .contact .indexForm .info input[type=submit] {
  width:170px;
  height:46px;
  background:#4070a8;
  border:0;
  color:#fff;
  cursor:pointer;
  margin:10px auto;
  display: block;
}

@media only screen and (max-width: 1400px) {
  .main .news .title,
  .main .about .title,
  .main .contact .title,
  .main .case .title span {
    font-size: 40px;
  }
}
.container .banner {
  position: relative;
}
.container .banner .wrap {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 2;
}
.container .banner .crumbs {
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  text-align: right;
  font-weight: bold;
}
.container .banner .crumbs a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.container .banner .crumbs span {
  padding: 0 8px;
}
.container .columnMenu {
  background: #fff;
  text-align: center;
  height: 70px;
  border-bottom: solid 1px #e2e2e2;
}
.container .columnMenu .tit {
  display: none;
}
.container .columnMenu ul {
  display: inline-block;
}
.container .columnMenu li {
  float: left;
  margin: 0 32px;
}
.container .columnMenu li a {
  height: 70px;
  line-height: 70px;
  display: block;
  font-size: 15px;
  color: #616264;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.container .columnMenu li a:hover {
  color: #e61d4c;
}
.container .columnMenu li.on a {
  color: #e61d4c;
  border-bottom: solid 2px #e61d4c;
}
.container .paging {
  margin-top: 60px;
  text-align: center;
}
.container .paging ul {
  display: inline-block;
}
.container .paging li {
  float: left;
}
.container .paging li a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #dddddd;
  border-left: none;
  font-size: 14px;
  color: #888888;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.container .paging li.on a,
.container .paging li a:hover {
  background-image: url(../images/btn_bg1.jpg);
  background-size: 280px auto;
  color: #fff;
  border: none;
}
.container .paging .text a {
  font-size: 20px;
  line-height: 30px;
}
.container .paging .text a:hover {
  background: #fff;
  color: #888888;
  border: solid 1px #dddddd;
  border-left: none;
}
.container .paging .prev span,
.container .paging .next span {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.container .paging .prev a {
  width: 44px;
  border: solid 1px #dddddd;
  border-radius: 4px 0 0 4px;
}
.container .paging .prev a span {
  background-image: url(../images/paging1.png);
}
.container .paging .prev a:hover span {
  background-image: url(../images/paging3.png);
}
.container .paging .next a {
  width: 44px;
  border-radius: 0 4px 4px 0;
}
.container .paging .next a span {
  background-image: url(../images/paging2.png);
}
.container .paging .next a:hover span {
  background-image: url(../images/paging4.png);
}
.aboutPage .BT_title {
  margin: 35px auto; display: none;
  font-size: 32px;
  font-weight: bold;
  color: #111111;
  text-align: center;
  position: relative;
}
.aboutPage .BT_title:before  {
  width: 50px;
  height: 3px;
  position: absolute;
  background: #e61d4c;
  left: 50%;
  bottom: -20px;
  content:"";
}
.aboutPage .profile {
  padding: 35px 0 50px 0;
  width: 100%;
}
.aboutPage .profile .pic {
  width: 677px;
  float: left;
}
.aboutPage .profile .text {
  line-height: 32px;
  font-size: 15px;
  color: #444444;
}
.aboutPage .profile .text img{
  max-width: 100%;
  width: auto;
}

.adv_com{
    width:100%;
    margin: 40px auto;
    align-items: center;
}
.adv_com ul{
  margin-left: -3%;
  overflow: hidden;
}
.adv_com ul li{
    width: 13.666%;
    margin-left: 3%;
    text-align: center;
    float: left;
}
.adv_com ul li .ys_img{
    width: 88px;
    margin: 12px auto;
    display: block;
    overflow: hidden;
}
.adv_com ul li .ys_img img{
  max-width: 100%;
}
.adv_com ul li h2 {
    font-size: 40px;
    font-family: "impact";
    color: #e61d4c;
    padding: 8px 0;
}
.adv_com ul li p {
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
}
.organizational {
  padding: 35px 0 50px 0;
  width: 100%;
}
.organizational img{
  max-width: 100%;
  display: block;
}
.about_img_list {
    font-size: 0;
    padding:50px 0 70px 0;
}

.about_img_li {
    display: inline-block;
    width: 30.6667%;
    margin: 0 4% 0 0;
}

.about_img_li:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.about_img_li:nth-child(3n+2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.about_img_li:nth-child(3n) {
    margin: 0 0 0 0;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.about_img_box {
    padding-bottom: 64.38%;
}

.about_img_box img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_img_li:hover .about_img_box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.about_img_read {
    padding: 25px;
    background: #f5f5f5;
}

.about_img_title {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
}

.about_img_text {
    font-size: 14px;
    line-height: 28px;
    height:84px;
    overflow: hidden;
    color: #666;
}
.settingList{width: 100%; margin: 35px 0; overflow: hidden;}
.settingList ul{margin-left: -2%; }
.settingList li{float: left;width: 31.333%; margin-left: 2%;margin-bottom: 22px;text-align: center;}
.settingList li img{max-width: 100%; }
.settingList li span{font-size:15px; line-height:25px; padding-top: 10px; display: block; text-align: center;}


.client{margin:10px 0 0;  overflow: hidden;}
.client ul{margin-left: -1%;}
.client li{float: left;width: 19%;margin-left: 1%; margin-bottom:1.5%;border: 1px solid #e0e0e0; box-sizing: border-box;}
.client li img{width:90%; margin: 0 auto;} 
.client li p{line-height: 28px;font-size: 15px;margin-top: 15px;overflow: hidden;}

@media only screen and (max-width: 880px) {
  .aboutPage .profile .text{font-size: 14px;line-height: 30px;}
  .adv_com ul li .ys_img{
    width: 68px;
}
  .adv_com ul li{
    width: 30.333%; margin-bottom: 28px;
}
  .adv_com ul li h2 {
    font-size: 32px;
}
  .settingList li{
    width: 48%;
}
  .settingList li span{
    font-size:14px;
}
  .client li{
  width: 32.333%;
}

}
.newsPage {
  padding: 20px 0 70px 0;
}
.newsPage .newsList li {
  border-bottom: solid 1px #eaeaea;
}
.newsPage .newsList li a {
  display: block;
  padding: 28px 0;
}
.newsPage .newsList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li a:hover .tit {
  color: #023a8b;
}
.newsPage .newsList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .newsList li a:hover .p1,
.newsPage .newsList li a:hover .p2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.newsPage .newsList li a:hover .seemore {
  opacity: 1;
  filter: alpha(opacity=100);
}
.newsPage .newsList li .pic {
  width: 306px;
  height: 202px;
  float: left;
  overflow: hidden;
}
.newsPage .newsList li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.newsPage .newsList li .date {
  width: 218px;
  height: 194px;
  float: right;
  border-left: solid 1px #eaeaea;
  text-align: right;
  padding-top: 54px;
  box-sizing: border-box;
  position: relative;
}
.newsPage .newsList li .date .p1,
.newsPage .newsList li .date .p2 {
  font-family: "Arial";
  color: #BBB;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .newsList li .date .p1 {
  font-size: 26px;
  font-weight: bold;
}
.newsPage .newsList li .date .p2 {
  font-size: 62px;
}
.newsPage .newsList li .date .seemore {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .newsList .text {
  padding: 20px 270px 0 354px;
  box-sizing: border-box;
}
.newsPage .newsList .tit {
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  font-family: "ag";
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .newsList .txt {
  height: 84px;
  line-height: 28px;
  font-size: 14px;
  color: #888888;
  margin-top: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .details {
  width: 100%;
  background: #fff;
  padding: 18px 50px;
  box-sizing: border-box;
  text-align: center;
}
.newsPage .details .title {
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  font-family: "ag";
  color: #444;
}
.newsPage .details .date {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  margin: 12px 0;
}
.newsPage .details .article {
  border-top: solid 1px #eeeef0;
  border-bottom: solid 1px #eeeef0;
  padding: 20px 0;
  margin-top: 20px;
  text-align: left;
  line-height: 32px;
  font-size: 14px;
}
.newsPage .details .article img{
  max-width: 100%;
}
.newsPage .details .prevnext {
  margin-top: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #555555;
  text-align: left;
}
.newsPage .details .prevnext a {
  font-size: 15px;
  color: #555555;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsPage .details .prevnext a:hover {
  color: #023a8b;
}
.newsPage .details .prevnext span {
  color: #111111;
  font-weight: bold;
}
.newsPage .details .prevnext p {
  height: 26px;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar {
  width: 356px;
  float: right;
}
.sidebar .title {
  line-height: 30px;
  font-family: "ag";
  font-size: 24px;
  color: #111111;
  font-weight: bold;
}
.sidebar .news {
  margin-top: 18px;
}
.sidebar .news li {
  margin-bottom: 40px;
}
.sidebar .news li a {
  display: block;
  background: #fff;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.sidebar .news li a:hover {
  box-shadow: 0 0 10px 2px #d4d4d4;
}
.sidebar .news li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.sidebar .news li a:hover .tit {
  color: #023a8b;
}
.sidebar .news li .pic {
  overflow: hidden;
}
.sidebar .news li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.sidebar .news li .text {
  padding: 0 18px 28px 18px;
}
.sidebar .news li .date {
  height: 48px;
  line-height: 48px;
  background: url(../images/date.png) no-repeat 2px center;
  padding-left: 32px;
  box-sizing: border-box;
  border-bottom: solid 1px #f5f5f5;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar .news li .tit {
  height: 48px;
  line-height: 24px;
  font-family: "ag";
  font-size: 20px;
  color: #333333;
  margin: 14px 0 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sidebar .news li .txt {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar .case {
  margin-top: 18px;
}
.sidebar .case li {
  margin-bottom: 40px;
}
.sidebar .case li a {
  display: block;
  position: relative;
  overflow: hidden;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.sidebar .case li a:hover {
  box-shadow: 0 0 10px 2px #d4d4d4;
}
.sidebar .case li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.sidebar .case li img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.sidebar .case li .filter {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url(../images/case_filter.png) repeat-x 0 0;
  background-size: auto 100%;
}
.sidebar .case li .txt {
  width: 100%;
  height: 54px;
  line-height: 54px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: "ag";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media only screen and (max-width: 1400px) {
  .newsPage .details {
    width: 870px;
    padding: 30px;
  }
  .sidebar {
    width: 300px;
  }
}
.casePage {
  padding: 45px 0 50px 0;
}
.casePage .caseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.casePage .caseList li {
  float: left;
  width: 31.6%;
  margin: 0 0 2.2% 36px;
}
.casePage .caseList li:nth-child(3n+1) {
  margin-left: 0;
}
.casePage .caseList li a {
  display: block;
}
.casePage .caseList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.casePage .caseList li a:hover .tit {
  color: #023a8b;
}
.casePage .caseList li a:hover .seemore span {
  background-image: url(../images/arrow3.png);
  background-color: transparent;
  color: #fff;
}
.casePage .caseList li .pic {
  height: 378px;
  overflow: hidden;
}
.casePage .caseList li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.casePage .caseList li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-family: "ag";
  color: #111111;
  font-weight: bold;
  margin: 24px 0 16px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.casePage .caseList li .txt {
  height: 78px;
  line-height: 26px;
  font-size: 15px;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  display: none;
}
.casePage .caseList li .seemore {
  margin-top: 16px;
}
.casePage .sol_introduce {
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.casePage .sol_introduce .xphoto {
  width: 36%;
  float: left;
}
.casePage .sol_introduce .xphoto img{
  width: 100%;
}
.casePage .sol_introduce .xp_intro {
  width: calc(100% - 44%);
  float: right;
  margin: 30px 45px 0 0;
  line-height: 30px;
  font-size: 15px;
}
.casePage .sol_introduce .xp_intro .wp_bt{
  line-height: 45px;
    font-size: 24px;
    font-weight: bold;
    color: #023a8b;
    padding-bottom:15px;
    border-bottom: solid 1px #e5e5e5;
}
.casePage .sol_introduce .xp_intro .wp_text{
    padding: 15px 0;
    margin:0 0 15px 0;
    line-height: 30px;
    font-size: 15px;
    color: #666;
}
@media only screen and (max-width: 1400px) {
  .casePage .caseList li {
    width: 386px;
    margin: 0 0 68px 20px;
  }
  .casePage .caseList li .pic {
    height: 268px;
  }
}
.productPage {
  background: #eeeef0;
  padding: 50px 0;
}
.productPage .productList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .productList li {
  width: 31.333%;
  float: left;
  margin: 0 0 2% 24px;
}
.productPage .productList li:nth-child(3n+1) {
  margin-left: 0;
}
.productPage .productList li a {
  display: block;
  background: #fff;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.productPage .productList li a:hover {
  box-shadow: 0 0 10px 2px #d4d4d4;
}
.productPage .productList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.productPage .productList li .pic {
  width: 100%;
  overflow: hidden;
}
.productPage .productList li .pic img {
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.productPage .productList li .text {
  padding: 18px 22px 28px 22px;
  box-sizing: border-box;
}
.productPage .productList li .tit {
  height: 27px;
  line-height: 27px;
  font-size: 18px;
  font-family: "ag";
  color: #000;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.productPage .productList li .txt {
  height: 81px;
  line-height: 27px;
  font-size: 15px;
  color: #666;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.productPage .introduce {
  background: #fff;
  padding: 30px 30px 65px;
  box-sizing: border-box;
  margin-top: 75px;
}
.productPage .introduce:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .introduce .photo {
  width: 52%;
  float: left;
}
.productPage .introduce .photo img{
  width: 100%;
}
.productPage .introduce #thumbs {
  margin-top: 10px;
}
.productPage .introduce .swiper-slide {
  cursor: pointer;
}
.productPage .introduce .swiper-button-next,
.productPage .introduce .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 95;
  outline: none;
  background: url(../images/arrow7.png) no-repeat;
  background-size: 100% 100%;
  margin: 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.productPage .introduce .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url(../images/arrow8.png);
}
.productPage .introduce .swiper-button-prev:hover {
  background-image: url(../images/arrow9.png);
}
.productPage .introduce .swiper-button-next:hover {
  background-image: url(../images/arrow10.png);
}
.productPage .introduce .centent {
  width: calc(100% - 55%);
  float: right;
  padding: 10px 0 40px 0;
}
.productPage .introduce .title {
  line-height: 45px;
  font-size: 24px;
  font-weight: bold;
  color: #023a8b;
  font-family: "ag";
}
.productPage .introduce .text {
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 15px 0;
  margin: 15px 0;
  line-height: 28px;
  font-size: 15px;
  color: #444444;
}
.productPage .introduce .text p {
  margin-bottom: 10px;
}
.productPage .introduce .share:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .introduce .share a {
  float: left;
  width: 28px;
  height: 28px;
  margin-right: 18px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .introduce .share a:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.productPage .details {
  margin-top: 30px;
  background: #fff;
  padding:20px 30px;
  box-sizing: border-box;
}
.productPage .details .tab {
  height: 59px;
  border-bottom: solid 1px #eeeef0;
}
.productPage .details .tab:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .details .tab li {
  float: left;
  margin-right: 48px;
}
.productPage .details .tab li.on span {
  color: #023a8b;
  border-bottom: solid 3px #023a8b;
}
.productPage .details .tab span {
  display: block;
  font-family: "ag";
  font-weight: bold;
  color: #111111;
  font-size: 20px;
  height: 58px;
  line-height: 58px;
  cursor: pointer;
}
.productPage .details .tab span:hover {
  color: #023a8b;
}
.productPage .details .tabBox {
  clear: both;
  margin-top: 25px;
}
.productPage .details .tabBox > div {
  display: none;
}
.productPage .details .tabBox img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.productPage .details .downloads,
.productPage .details .features {
  line-height: 35px;
  font-size: 15px;
  color: #777777;
}
.productPage .details .specifications table {
  width: 100%;
  max-width: 748px;
  border-right: solid 1px #eeeef0;
  border-bottom: solid 1px #eeeef0;
}
.productPage .details .specifications td {
  border-left: solid 1px #eeeef0;
  border-top: solid 1px #eeeef0;
  font-size: 16px;
  color: #777777;
  line-height: 24px;
  padding: 10px 26px;
}
.productPage .details .downloads li:nth-child(even) a {
  background-color: #fff;
}
.productPage .details .downloads li a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  padding: 10px 20px 10px 40px;
  background: url(../images/downloads.png) no-repeat 10px center #f4f2f2;
  background-size: 20px auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productPage .details .downloads li a:hover {
  background-color: #ddd;
  color: #023a8b;
}
@media only screen and (max-width: 1400px) {
  .productPage .productList li {
    width: 292px;
    margin: 0 0 10px 10px;
  }
  .productPage .productList li .pic {
    height: 292px;
  }
  .productPage .productList li .text {
    padding: 16px 14px;
  }
  .productPage .introduce {
    padding: 0 30px;
  }
  .productPage .introduce .centent {
    width: 580px;
    padding: 50px 0;
  }
  .productPage .introduce .title {
    line-height: 46px;
    font-size: 34px;
  }
}

.contactPage .title {
  text-align: center;
  font-weight: bold;
  color: #111111;
  font-size: 36px;
}
.contactPage .tips {
  text-align: center;
  line-height: 24px;
  font-size: 15px;
  color: #777;
  margin-top: 8px;
}
.contactPage .ContactBlock {
  padding:75px 0 60px 0;
  overflow: hidden;
}
.ContactBlock .content{background:#fff;overflow: hidden;}
.ContactBlock .l_cont{float: left; width: 50%; padding: 1% 3.5% 0; box-sizing: border-box;}
.ContactBlock .l_cont .name{ font-size: 22px; font-weight: bold;}
.ContactBlock .l_cont .name .line{ display: block; width: 2em; height: 2px; background-color: #e61d4c; margin:15px 0; }
.ContactBlock .l_cont .ul{ padding-top:20px; }
.ContactBlock .l_cont .ul li{ position: relative; padding-left: 65px; font-size: 14px; line-height: 20px; color:#444; margin-bottom:18px; }
.ContactBlock .l_cont .ul li .t-cell{ display: table-cell; height: 56px; vertical-align: middle; line-height: 28px; }
.ContactBlock .l_cont .ul .icons{ height: 48px; width: 48px; position: absolute; left: 0; display: block; border:1px solid #999999; border-radius: 50%; background-image: url(../images/icons.png);background-repeat: no-repeat;}
.ContactBlock .l_cont .ul .phone { background-position:11px -110px; }
.ContactBlock .l_cont .ul .fax { background-position:-48px -110px; }
.ContactBlock .l_cont .ul .mail { background-position:-107px -110px; }
.ContactBlock .l_cont .ul .address { background-position:-167px -110px; }
.ContactBlock .map{float: right; width: 50%;}
.ContactBlock .map #map_container{height: 525px;}

.contactPage .maessage {
  background: #eeeef0;
  padding: 58px 0;
}
.contactPage .maessage .wrap {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}
.contactPage .maessage .tips {
  margin-bottom: 34px;
}
.contactPage .maessage .inpu {
  width: 622px;
  float: left;
}
.contactPage .maessage .inpu:nth-child(even) {
  float: right;
}
.contactPage .maessage .tit {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #222222;
}
.contactPage .maessage .tit span {
  color: #ff0000;
}
.contactPage .maessage textarea,
.contactPage .maessage input[type="text"] {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #222;
  background: #eeeef0;
}
.contactPage .maessage .row {
  float: left;
}
.contactPage .maessage textarea {
  height: 200px;
  padding: 10px 20px;
  line-height: 24px;
  resize: none;
}
.contactPage .maessage .btn {
  clear: both;
  padding-top: 30px;
}
.contactPage .maessage .btn a,
.contactPage .maessage .btn button,
.contactPage .maessage .btn input {
  width: 175px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: url(../images/btn_bg1.jpg) no-repeat center;
  background-size: 800px auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contactPage .maessage .btn a:hover,
.contactPage .maessage .btn button:hover,
.contactPage .maessage .btn input:hover {
  background-image: url(../images/btn_bg2.jpg);
}
@media only screen and (max-width: 1400px) {
  .contactPage .maessage .wrap {
    padding: 70px 30px 54px 30px;
  }
  .contactPage .maessage .inpu {
    width: 556px;
  }
}