@charset "UTF-8";
@font-face {
  font-family: "Haettenschweiler";
  src: url("../font/Haettenschweiler.ttf") format("truetype"), url("../font/Haettenschweiler.otf") format("opentype"), url("../font/Haettenschweiler.woff2") format("woff2"), url("../font/Haettenschweiler.woff") format("woff"), url("../font/Haettenschweiler.eot") format("embedded-opentype"), url("../font/Haettenschweiler.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  font-size: 62.5%;
}
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: "Microsoft YaHei", "Arial", arial;
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #2d6bbc;
}
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: 1.4rem;
  color: #333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #163379;
}
a {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap12 {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}
.wrap12:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.col12 {
  width: 100%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.tynodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.tynodata .tytitle {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.tynodata .tydesc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .tynodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #2d6bbc;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 30px;
  font-size: 1.6rem;
}
.main-filter {
  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%;
  position: relative;
  overflow: hidden;
  padding-top: 85px;
}
.header {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header.top {
  top: -90px;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 50px;
  margin-top: 18px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header .logo img {
  height: 100%;
}
.header .nav .tit,
.header .menu-btn {
  display: none;
}
.header .nav {
  float: right;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  margin-left: 26px;
}
.header .nav > ul > li:first-child {
  margin-left: 0;
}
.header .nav > ul > li > a {
  height: 85px;
  line-height: 85px;
  padding: 0 22px;
  display: block;
  font-size: 1.6rem;
  overflow: hidden;
  color: #333;
  background-position: center bottom -20px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header .nav > ul > li.on > a,
.header .nav > ul > li:hover > a {
  color: #fff;
  background: url(../images/navlist_bg.png) no-repeat center bottom 0 #163379;
}
.header .nav > ul > li .arrow {
  display: none;
}
.header .nav .sub {
  min-width: 100%;
  position: absolute;
  top: 85px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
}
.header .nav .sub li {
  margin-top: 1px;
}
.header .nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
}
.header .nav .sub li a:hover {
  background: #163379;
}
@media only screen and (max-width: 1440px) {
  .header .logo {
    height: 36px;
    margin-top: 26px;
  }
  .header .nav > ul > li {
    margin-left: 10px;
  }
  .header .nav > ul > li > a {
    padding: 0 20px;
  }
}
.footer {
  background: #f6f6f6;
  padding-top: 56px;
}
.footer .titll {
  display: block;
  text-align: left;
  line-height: 30px;
  font-size: 1.8rem;
  color: #333;
}
.footer .titll::after {
  content: " ";
  width: 24px;
  height: 1px;
  display: block;
  clear: both;
  background: #333;
  margin-top: 4px;
}
.footer .link-list {
  float: left;
  width: 61.71428571%;
  border-right: solid 1px #e7e7e7;
  min-height: 278px;
}
.footer .link-list .list {
  width: 25%;
  float: left;
}
.footer .link-list ul {
  margin-top: 14px;
}
.footer .link-list li {
  line-height: 20px;
  margin-bottom: 10px;
}
.footer .link-list li a {
  color: #888;
}
.footer .link-list li a::before {
  content: "- ";
}
.footer .link-list li a:hover {
  color: #2d6bbc;
}
.footer .right {
  float: right;
  width: 38.28571429%;
  padding-left: 60px;
}
.footer .contact {
  float: left;
  max-width: 310px;
}
.footer .contact .titll {
  margin-bottom: 20px;
}
.footer .contact .tel,
.footer .contact .mail,
.footer .contact .address,
.footer .contact .share {
  min-height: 28px;
  background: no-repeat 0 2px;
  padding-left: 36px;
  font-size: 1.6rem;
  color: #888;
  margin-bottom: 20px;
}
.footer .contact .tel a,
.footer .contact .mail a,
.footer .contact .address a,
.footer .contact .share a {
  font-size: 1.6rem;
  color: #888;
}
.footer .contact .tel {
  background-image: url(../images/contact_icon1.png);
  background-position: 0 0px;
}
.footer .contact .tel,
.footer .contact .tel a {
  font-size: 2rem;
  color: #333;
  font-weight: bold;
  font-family: "Arial", arial;
}
.footer .contact .mail {
  background-image: url(../images/contact_icon2.png);
}
.footer .contact .address {
  background-image: url(../images/contact_icon3.png);
}
.footer .contact .share {
  background-image: url(../images/contact_icon4.png);
}
.footer .contact .share a {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 6px;
  background: no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
}
.footer .contact .share .icon-wechat {
  background-image: url(../images/share1.png);
}
.footer .contact .share .icon-wechat:hover {
  background-image: url(../images/share1_2.png);
}
.footer .contact .share .icon-weibo {
  background-image: url(../images/share2.png);
}
.footer .contact .share .icon-weibo:hover {
  background-image: url(../images/share2_2.png);
}
.footer .attention {
  float: right;
  text-align: center;
}
.footer .attention .titll {
  margin-bottom: 18px;
}
.footer .attention i {
  width: 102px;
  display: block;
}
.footer .attention img {
  width: 100%;
  display: block;
}
.footer .attention p {
  font-size: 1.2rem;
  color: #888;
  margin-top: 6px;
}
.footer .bottom {
  background: #2d6bbc;
  color: #fff;
  line-height: 22px;
  padding: 20px 0;
  margin-top: 46px;
}
.footer .bottom a {
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .footer .link-list {
    width: 56%;
  }
  .footer .right {
    width: 44%;
    padding-left: 30px;
  }
}
.fixed-sidebar {
  width: 82px;
  position: fixed;
  right: 20px;
  top: 51%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 90;
  text-align: center;
}
.fixed-sidebar li {
  position: relative;
  margin-top: -1px;
}
.fixed-sidebar li:hover a {
  background: #2d6bbc;
  border-color: #2d6bbc;
}
.fixed-sidebar li:hover p {
  color: #fff;
}
.fixed-sidebar li:hover i {
  -webkit-filter: brightness(500%) grayscale(100%);
  -moz-filter: brightness(500%) grayscale(100%);
  -ms-filter: brightness(500%) grayscale(100%);
  -o-filter: brightness(500%) grayscale(100%);
  filter: brightness(500%) grayscale(100%);
}
.fixed-sidebar li a {
  height: 75px;
  display: block;
  padding-top: 10px;
  background: #fff;
  border: solid 1px #eeeeee;
}
.fixed-sidebar li a i {
  height: 34px;
  line-height: 34px;
  display: block;
}
.fixed-sidebar li a i img {
  max-height: 100%;
  vertical-align: middle;
}
.fixed-sidebar li a p {
  line-height: 20px;
  color: #999999;
  margin-top: 4px;
}
.fixed-sidebar li .hide {
  height: 75px;
  line-height: 75px;
  position: absolute;
  top: 0;
  right: 82px;
  z-index: 5;
  background: #2d6bbc;
  white-space: nowrap;
  display: none;
}
.fixed-sidebar li .phone {
  background: #2d6bbc;
  padding: 0 20px;
  font-size: 2rem;
  color: #fff;
}
.fixed-sidebar li .qrcode {
  width: 150px;
  height: 150px;
  padding: 8px;
}
.fixed-sidebar li .qrcode img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .fixed-sidebar {
    width: 60px;
    right: 0;
  }
  .fixed-sidebar li a p {
    font-size: 1.2rem;
  }
  .fixed-sidebar li .hide {
    right: 60px;
  }
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .lzpic1,
.banner .lzpic2 {
  background: none;
}
.banner.full .lzpic1,
.banner.sm-full .lzpic1,
.banner.full .lzpic2,
.banner.sm-full .lzpic2 {
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.banner.sm-full .lzpic2 img,
.banner.full .lzpic1 img {
  display: none;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
  border-radius: 10px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.banner .swiper-pagination-bullet-active {
  width: 40px;
}
.main .banner .swiper-button-prev,
.main .banner .swiper-button-next {
  display: none;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .entit {
  text-transform: uppercase;
  font-size: 6rem;
  letter-spacing: 2px;
  font-family: "Haettenschweiler";
}
.main .pctitle .title {
  font-size: 2.4rem;
  margin-top: 8px;
}
.main .pctitle.w .entit,
.main .pctitle.w .title {
  color: #fff;
}
.main .product {
  padding: 30px 0;
}
.main .product .tab {
  text-align: center;
  margin: 32px 0;
}
.main .product .tab span {
  min-width: 130px;
  line-height: 42px;
  height: 42px;
  border: solid 1px #9f9f9f;
  font-size: 1.6rem;
  padding: 0 14px;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px 10px 3px;
}
.main .product .tab span.on {
  border-color: #db241c;
  color: #db241c;
  font-weight: bold;
}
.main .product .list .swiper-slide a {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 22px;
}
.main .product .list .swiper-slide a:hover::after {
  width: 100%;
}
.main .product .list .swiper-slide a:hover .tit,
.main .product .list .swiper-slide a:hover .txt {
  color: #db241c;
}
.main .product .list .swiper-slide a:hover .picc span {
  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 .product .list .swiper-slide a::after,
.main .product .list .swiper-slide a::before {
  content: " ";
  width: 100%;
  height: 3px;
  background: #2d6bbc;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -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 .product .list .swiper-slide a::after {
  width: 0;
  background: #db241c;
  z-index: 8;
}
.main .product .list .swiper-slide .tit,
.main .product .list .swiper-slide .txt {
  height: 24px;
  line-height: 24px;
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -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 .product .list .swiper-slide .tit {
  font-weight: bold;
  margin-top: 18px;
}
.main .about {
  padding: 80px 0;
}
.main .about .content {
  background: #f6f6f6;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-top: 32px;
}
.main .about .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .about .pic img {
  display: none;
}
.main .about .cont {
  width: 50%;
  float: left;
  min-height: 524px;
  padding: 90px 84px 56px 36px;
}
.main .about .cont .entit {
  font-family: "Haettenschweiler";
  font-size: 4.6rem;
  color: #a5a5a5;
}
.main .about .cont .entit .p1 {
  font-size: 6rem;
}
.main .about .cont .title {
  line-height: 24px;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 20px 0;
}
.main .about .cont .text {
  line-height: 24px;
  color: #666;
}
.main .about .cont .btn {
  min-width: 160px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 18px;
  font-size: 1.6rem;
  color: #fff;
  background: #2d6bbc;
  margin-top: 100px;
}
.main .about .cont .btn::after {
  background: #163379;
}
.main .about .cont .btn::before {
  content: " ";
  width: 15px;
  height: 2px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -1px;
  z-index: 20;
  background: #fff;
  -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 .about .cont .btn:hover::before {
  right: 12px;
}
.main .about .linkbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
.main .about .linkbox a {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: 24px 0;
  background: #2d6bbc;
  font-size: 1.3rem;
  color: #fff;
  display: block;
  padding: 12px 0 0 0;
}
.main .about .linkbox a:hover {
  background: #db241c;
}
.main .about .linkbox i {
  height: 30px;
  line-height: 30px;
  margin-bottom: 6px;
  display: block;
}
.main .about .linkbox img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.main .news {
  background: #f6f6f6;
  padding: 50px 0;
}
.main .news .content {
  margin-top: 30px;
}
.main .news a {
  display: block;
  background: #fff;
}
.main .news a .tit {
  font-size: 1.8rem;
  color: #444;
  -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 .news a .txt,
.main .news a .date {
  color: #999;
}
.main .news .left {
  width: 400px;
  float: left;
}
.main .news .left a {
  padding: 20px 22px 22px 22px;
  position: relative;
  top: 0;
  -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 .news .left a:hover {
  top: -4px;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.1);
}
.main .news .left a:hover .tit {
  color: #2d6bbc;
}
.main .news .left .tit,
.main .news .left .txt,
.main .news .left .date {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .left .date {
  margin: 20px 0 22px 0;
}
.main .news .left .pic {
  overflow: hidden;
}
.main .news .left 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 .news .list {
  padding: 0 0 0 432px;
}
.main .news .list li a {
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.main .news .list li a::before {
  content: " ";
  height: 1px;
  background: #f4f4f4;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 2;
}
.main .news .list li a:hover .date,
.main .news .list li a:hover .date span,
.main .news .list li a:hover .tit,
.main .news .list li a:hover .txt {
  color: #2d6bbc;
}
.main .news .list li .date {
  width: 98px;
  text-align: center;
  color: #777;
  float: left;
  -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 .news .list li .date span {
  line-height: 54px;
  display: block;
  font-size: 5.2rem;
  color: #444;
  margin-bottom: 4px;
  -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 .news .list li .text {
  padding: 0 0 0 118px;
}
.main .news .list li .tit,
.main .news .list li .txt {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -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 .news .list li .txt {
  height: 44px;
  -webkit-line-clamp: 2;
  margin-top: 12px;
}
.main .attraction {
  padding: 50px 0 66px 0;
  background: url(../images/attraction_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.main .attraction .text {
  line-height: 24px;
  font-size: 1.6rem;
  color: #fff;
  margin: 64px 0;
}
.main .attraction .btn {
  display: inline-block;
  background: #fff;
}
.main .attraction .btn span {
  font-size: 1.6rem;
  color: #2d6bbc;
  padding: 0 30px 0 66px;
  height: 40px;
  line-height: 40px;
  background: url(../images/advisory1.png) no-repeat 25px center;
}
.main .attraction .btn:hover span {
  background-image: url(../images/advisory2.png);
  color: #fff;
}
.bg_gray {
  background: #f3f3f3;
}
.crumbs {
  color: #666;
  background: #f3f3f3;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.crumbs a {
  color: #666;
}
.crumbs a:hover {
  color: #2d6bbc;
}
.column-menu {
  text-align: center;
}
.column-menu a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 4px;
  font-size: 1.8rem;
  color: #333;
}
.column-menu a.on,
.column-menu a:hover {
  background: #2d6bbc;
  color: #fff;
}
.paging {
  text-align: center;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 2px;
}
.paging li a {
  width: 62px;
  height: 44px;
  line-height: 42px;
  border: solid 1px #e5e5e5;
  background: #fff;
  display: block;
  font-size: 1.6rem;
  color: #555555;
  font-family: "Arial", arial;
}
.paging li.on a,
.paging a:hover {
  border-color: #2d6bbc;
  background: #2d6bbc;
  color: #fff;
}
.about-page {
  padding: 66px 0 90px 0;
}
.about-page .company {
  margin-top: 84px;
}
.about-page .company:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .company .pic {
  width: 50%;
  float: left;
  padding: 0 40px 0 28px;
  position: relative;
}
.about-page .company .pic::after {
  content: " ";
  position: absolute;
  left: 0;
  top: -20px;
  right: 80px;
  bottom: -24px;
  z-index: 2;
  border-radius: 4px;
  background: #e7f3fb;
}
.about-page .company .pic img {
  position: relative;
  z-index: 10;
}
.about-page .company img {
  width: 100%;
  display: block;
}
.about-page .company .content {
  width: 50%;
  padding: 0 0 0 30px;
  float: right;
}
.about-page .company .entit {
  font-size: 6rem;
  color: #a5a5a5;
  font-family: "Haettenschweiler";
}
.about-page .company .entit small {
  font-size: 4.6rem;
  display: block;
}
.about-page .company .title {
  line-height: 24px;
  font-size: 2rem;
  margin: 20px 0;
}
.about-page .company .text {
  line-height: 24px;
  font-size: 1.6rem;
}
.about-page .employee-list,
.about-page .honor-list {
  margin: 64px 0 20px 0;
}
.about-page .history {
  margin-top: 60px;
}
.about-page .history .gallery-top .swiper-slide {
  background: #f2f2f2;
  padding: 40px 38px;
  overflow: hidden;
}
.about-page .history .gallery-top .pic,
.about-page .history .gallery-top .text {
  width: 50%;
  float: left;
}
.about-page .history .gallery-top img {
  width: 100%;
  display: block;
}
.about-page .history .gallery-top .text {
  padding: 44px;
}
.about-page .history .gallery-top .year {
  font-size: 3rem;
  color: #222;
  font-weight: bold;
}
.about-page .history .gallery-top .txt {
  line-height: 30px;
  font-size: 1.6rem;
  color: #555;
  margin-top: 20px;
}
.about-page .history .gallery-thumbs {
  margin-top: 54px;
}
.about-page .history .gallery-thumbs .swiper-slide {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  background: url(../images/history_ruler.png) no-repeat center 0;
  background-size: 100% 22px;
  padding-top: 34px;
  cursor: pointer;
}
.about-page .history .gallery-thumbs .swiper-slide-thumb-active {
  color: #2d6bbc;
}
.employee-list ul {
  overflow: hidden;
  margin: 0 -10px;
}
.employee-list li {
  width: 33.3333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.employee-list li:nth-child(3n+1) {
  clear: left;
}
.employee-list li a {
  display: block;
  background: #f7f7f7;
}
.employee-list 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);
}
.employee-list li a:hover .tit {
  color: #2d6bbc;
}
.employee-list li 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;
}
.employee-list li .pic {
  overflow: hidden;
}
.employee-list li .text {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
}
.employee-list li .date,
.employee-list li .tit {
  font-size: 1.6rem;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.employee-list li .date {
  float: right;
}
.employee-list li .tit {
  padding-right: 20px;
}
.honor-list ul {
  overflow: hidden;
  margin: 0 -28px;
}
.honor-list li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 28px;
  margin-bottom: 46px;
}
.honor-list li:nth-child(4n+1) {
  clear: left;
}
.honor-list li a {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.honor-list li a:hover .pic {
  border-color: #2d6bbc;
}
.honor-list li a:hover .pic::before,
.honor-list li a:hover .pic::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.honor-list li a:hover .pic::after {
  padding-top: 36px;
}
.honor-list 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);
}
.honor-list li a:hover .tit {
  color: #2d6bbc;
}
.honor-list li .clickpic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  filter: alpha(opacity=0);
}
.honor-list li .clickpic img {
  height: 100%;
}
.honor-list li .pic {
  border: solid 1px #cccccc;
  padding: 6px;
  position: relative;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.honor-list li .pic span {
  display: block;
  overflow: hidden;
}
.honor-list li .pic::before,
.honor-list li .pic::after {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.honor-list li .pic::before {
  content: " ";
  height: 100%;
  top: 0;
  background: url(../images/honor-list-filter.png);
  z-index: 10;
}
.honor-list li .pic::after {
  content: "点击查看大图";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 20;
  background: url(../images/honor_icon.png) no-repeat center 0;
  color: #fff;
  padding-top: 200px;
}
.honor-list li 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;
}
.honor-list li .tit {
  height: 20px;
  line-height: 20px;
  font-size: 1.6rem;
  color: #666;
  margin-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.single-page {
  padding: 60px 0;
}
.single-page .contant {
  margin-top: 60px;
}
.news-page {
  padding: 60px 0;
}
.news-page .news-list {
  margin: 50px 0;
}
.news-page .details {
  background: #fff;
  padding: 30px 0;
}
.news-page .details .head {
  padding: 40px 20px 20px 20px;
  text-align: center;
  line-height: 1.5;
}
.news-page .details .title {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 2.4rem;
}
.news-page .details .info {
  padding-bottom: 10px;
  color: #a3afb7;
}
.news-page .details .article {
  border-top: 1px #f1f1f1 solid;
  border-bottom: 1px #f1f1f1 solid;
  overflow: hidden;
  padding: 40px 20px;
}
.news-page .prevnext {
  float: left;
  margin: 40px 0;
}
.news-page .prevnext p {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page .prevnext a {
  font-size: 1.6rem;
}
.news-page .share {
  float: right;
  margin: 40px 0;
}
.news-list li {
  margin-bottom: 50px;
}
.news-list li a {
  display: block;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.news-list li a:hover {
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
}
.news-list li a:hover .picc span {
  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);
}
.news-list li a:hover .date {
  border-color: #2d6bbc;
  background: #2d6bbc;
  color: #fff;
}
.news-list li a:hover .btn {
  background: #2d6bbc;
  color: #fff;
  padding-left: 18px;
}
.news-list li .picc {
  width: 416px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.news-list li .picc span {
  height: 100%;
}
.news-list li .cont {
  padding: 26px 0 26px 470px;
  min-height: 290px;
}
.news-list li .date {
  height: 28px;
  line-height: 26px;
  border-radius: 4px;
  padding: 0 15px;
  display: inline-block;
  border: solid 1px #afafaf;
  color: #afafaf;
  font-family: "Arial", arial;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.news-list li .tit {
  height: 30px;
  line-height: 30px;
  font-size: 2.4rem;
  color: #2a2736;
  margin: 30px 0 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-list li .txt {
  height: 56px;
  line-height: 28px;
  color: #888;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-list li .btn {
  min-width: 160px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 0;
  font-size: 1.6rem;
  color: #333;
  margin-top: 30px;
  background: #fff;
  text-align: left;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.news-list li .btn::after {
  background: #163379;
}
.news-list li .btn::before {
  content: " ";
  width: 15px;
  height: 2px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -1px;
  z-index: 20;
  background: #fff;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.news-list li .btn:hover::before {
  right: 12px;
}
.recruitment-page {
  padding: 60px 0;
}
.recruitment-page .welfare {
  margin-top: 60px;
}
.recruitment-page .welfare .row {
  margin-bottom: 34px;
}
.recruitment-page .welfare .title {
  font-size: 2.4rem;
  color: #2d6bbc;
  background: url(../images/welfare_title.png) no-repeat 0 0;
  min-height: 44px;
  line-height: 44px;
  padding-left: 46px;
  margin-bottom: 16px;
}
.recruitment-page .welfare .cont {
  border-radius: 5px;
  border: solid 1px #2d6bbc;
  padding: 10px;
  line-height: 24px;
  font-size: 1.8rem;
}
.recruitment-page .welfare .cont p {
  padding-left: 22px;
  background: url(../images/star.png) no-repeat 0 5px;
}
.recruitment-page .recruitment {
  margin: 40px 0;
}
.recruitment-page .recruitment .head,
.recruitment-page .recruitment .top {
  background: #2d6bbc;
  color: #fff;
  font-size: 2rem;
  overflow: hidden;
  line-height: 30px;
  padding: 5px 15px;
}
.recruitment-page .recruitment .head .col,
.recruitment-page .recruitment .top .col {
  padding: 0 3px;
}
.recruitment-page .recruitment li {
  margin-top: 3px;
}
.recruitment-page .recruitment li.now .top {
  background-image: url(../images/recruitment_icon2.png);
}
.recruitment-page .recruitment li .top {
  color: #454951;
  background: url(../images/recruitment_icon1.png) no-repeat right 36px top 10px #f3f3f3;
  font-size: 1.8rem;
  cursor: pointer;
}
.recruitment-page .recruitment li .cont {
  border: solid 1px #2d6bbc;
  background: #fff;
  margin-top: 3px;
  padding: 16px;
  font-size: 1.8rem;
  color: #454951;
  line-height: 30px;
  display: none;
}
.recruitment-page .recruitment li .cont .tit {
  font-weight: bold;
}
.recruitment-page .address {
  line-height: 28px;
  font-size: 1.8rem;
  margin-top: 100px;
}
.product-menu {
  text-align: center;
  padding: 42px 0;
}
.product-menu.bg_gray a .icon {
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.1);
}
.product-menu a {
  display: inline-block;
  margin: 0 30px 30px 30px;
  color: #666;
}
.product-menu a .icon {
  width: 90px;
  height: 90px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.product-menu a .icon i {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.product-menu a .icon .i2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-menu a p {
  font-size: 1.6rem;
  margin-top: 18px;
}
.product-menu a.on,
.product-menu a:hover {
  color: #2d6bbc;
}
.product-menu a.on .icon .i2,
.product-menu a:hover .icon .i2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-menu a.on .icon .i1,
.product-menu a:hover .icon .i1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-list ul {
  margin: 0 -19px;
}
.product-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-list li {
  width: 50%;
  float: left;
  padding: 0 19px;
  margin-bottom: 54px;
}
.product-list li:nth-child(2n+1) {
  clear: left;
}
.product-list li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-list li a::before,
.product-list li a::after {
  content: " ";
  width: 100%;
  height: 3px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.product-list li a::after {
  width: 0;
  background: #2d6bbc;
  z-index: 5;
}
.product-list li a:hover::after {
  width: 100%;
}
.product-list li a:hover .picc span {
  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);
}
.product-list li a:hover .btn {
  background: #2d6bbc;
  color: #fff;
}
.product-list li a:hover .btn::before {
  background: #fff;
}
.product-list li .picc {
  float: left;
  width: 298px;
  height: 298px;
}
.product-list li .cont {
  padding: 0 0 10px 326px;
}
.product-list li .tit {
  line-height: 24px;
  font-size: 1.8rem;
}
.product-list li .tit small {
  font-size: 1.4rem;
  display: block;
}
.product-list li .txt {
  margin: 26px 0 10px 0;
  line-height: 25px;
  color: #333;
}
.product-list li .txt .p {
  overflow: hidden;
  display: flex;
}
.product-list li .txt .p:nth-child(2) span{
	/* 多余内容省略号处理-多行 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 3; 
    overflow: hidden; 
}
.product-list li .txt .t {
  color: #666;
  float: left;
}
.product-list li .txt span {
  flex: 1;
}
.product-list li .btn {
  min-width: 100px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 30px 0 12px;
  font-size: 1.2rem;
  color: #797979;
  background: #dcdcdc;
  text-align: left;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.product-list li .btn::after {
  background: #163379;
}
.product-list li .btn::before {
  content: " ";
  width: 10px;
  height: 1px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 20;
  background: #666;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.product-list li .btn:hover::before {
  right: 10px;
}
.product-page .paging {
  margin: 0 0 46px 0;
}
.product-page .introduction {
  background: url(../images/product_introduction_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 46px 0 100px 0;
  overflow: hidden;
}
.product-page .introduction .pic {
  width: 38.57142857%;
  float: left;
  text-align: right;
}
.product-page .introduction .cont {
  width: 52.85714286%;
  float: right;
}
.product-page .introduction .title {
  font-size: 2.4rem;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 14px;
}
.product-page .introduction .title small {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 2px;
}
.product-page .introduction .text {
  color: #fff;
  line-height: 26px;
  margin: 16px 0;
}
.product-page .introduction .text .p {
  margin-bottom: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
}
.product-page .introduction .text .t {
  float: left;
  color: #fff;
}
.product-page .introduction .text span {
  flex: 1;
}
.product-page .introduction .btn {
  height: 42px;
  line-height: 42px;
  display: inline-block;
  padding: 0 12px 0 40px;
  background: url(../images/advisory1.png) no-repeat 10px center #ffffff;
  background-size: 25px auto;
  color: #2d6bbc;
  margin-top: 40px;
}
.product-page .introduction .btn:hover {
  background-image: url(../images/advisory2.png);
  background-color: #163379;
  color: #fff;
}
.product-page .details {
  padding-bottom: 60px;
}
.product-page .details .content {
  margin-top: -70px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
}
.product-page .details .title {
  text-align: center;
  padding: 40px 10px 26px 10px;
  border-bottom: solid 1px #eeeeee;
}
.product-page .details .title .entit {
  font-size: 3rem;
  font-family: "Haettenschweiler";
  text-transform: uppercase;
}
.product-page .details .title .tit {
  font-size: 1.8rem;
}
.product-page .details .article {
  padding: 26px 44px;
}
.product-page .details .article .row {
  margin-bottom: 36px;
}
.product-page .details .article .titl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d6bbc;
}
.product-page .details .article .titl span {
  display: inline-block;
  line-height: 46px;
  height: 46px;
  border-bottom: solid 3px #2d6bbc;
}
.product-page .details .article .text {
  margin-top: 18px;
}
.product-page .details .article .text2 {
  font-size: 1.4rem;
  color: #666;
}
.product-page .details .article .text2 .t {
  color: #333;
}
.contact-page {
  padding: 60px 0 100px 0;
}
.contact-page .address {
  font-size: 2rem;
  font-weight: bold;
}
.contact-page .address a {
  font-size: 2rem;
  display: inline-block;
}
.contact-page .address .col {
  display: flex;
  margin-bottom: 22px;
  line-height: 30px;
}
.contact-page .address .tit {
  padding-left: 28px;
  background: no-repeat 0 6px;
}
.contact-page .address .txt {
  flex: 1;
  color: #888;
}
.contact-page .address .txt a {
  color: #888;
}
.contact-page .map {
  margin: 50px 0;
}
.contact-page .map #allmap {
  height: 388px;
  border: solid 1px #e7e7e7;
}
.contact-page .message {
  margin-top: 70px;
  border-radius: 4px;
  box-shadow: -1px 1px 8px 1px rgba(0, 0, 0, 0.08);
  border: solid 1px #eeeeee;
  padding: 40px 50px;
}
.contact-page .message .hello {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.contact-page .message .row {
  margin: 0 -13px;
}
.contact-page .message .row .col {
  padding: 0 13px;
  margin-bottom: 20px;
}
.contact-page .message input[type="text"],
.contact-page .message textarea {
  width: 100%;
  border: solid 1px #e0e0e0;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 12px 10px;
}
.contact-page .message input[type="text"]::-webkit-input-placeholder,
.contact-page .message textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.contact-page .message input[type="text"]:-moz-placeholder,
.contact-page .message textarea:-moz-placeholder {
  color: #a0a0a0;
}
.contact-page .message input[type="text"]::-moz-placeholder,
.contact-page .message textarea::-moz-placeholder {
  color: #a0a0a0;
}
.contact-page .message input[type="text"]:-ms-input-placeholder,
.contact-page .message textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.contact-page .message textarea {
  height: 188px;
}
.contact-page .message .tips {
  font-size: 1.5rem;
  color: #555;
  padding-left: 30px;
  background: url(../images/tips.png) no-repeat 0 4px;
  line-height: 24px;
  margin: 20px 0 24px 0;
}
.contact-page .message .btn input,
.contact-page .message .btn button {
  width: 158px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  background: #2d6bbc;
  background-size: 100% 100%;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.contact-page .message .btn input:hover,
.contact-page .message .btn button:hover {
  background: #163379;
}
