﻿@charset "UTF-8";
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: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 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;
}
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: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #c20020;
}
html,
body {
  height: 100%;
}
body {
  background: #f8f8f8;
}
body.hide {
  overflow: hidden;
}
.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: 1200px;
  }
}
.lzpic2 {
  display: none;
}
.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;
}
.article {
  line-height: 30px;
  font-size: 14px;
  color: #777777;
  text-align: justify;
}
.article img {
  max-width: 100%;
}
.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);
}
.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;
  display: none;
}
.wrapper {
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
}
.header .logo {
  height: 46px;
  float: left;
  overflow: hidden;
  margin: 27px 0 0 0;
}
.header .logo img {
  height: 100%;
  display: block;
}
.header .phone {
  font-size: 14px;
  color: #595757;
  float: left;
  line-height: 26px;
  margin: 22px 0 0 20px;
  padding-left: 20px;
  position: relative;
  background: url(../images/phone_line.gif) no-repeat 0 center;
}
.header .phone span {
  display: block;
  font-size: 18px;
  color: #d61837;
}
.header .language {
  float: right;
  position: relative;
  margin-top: 40px;
}
.header .language .tit {
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #5e5c5c;
  padding: 0 10px;
}
.header .language .list {
  position: absolute;
  top: 20px;
  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: 96;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #d61837;
  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-bottom-color: #d61837;
  border-width: 4px;
  margin-left: -4px;
}
.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
.header .language li a:hover {
  background: #c20020;
}
.header .searchBox {
  float: right;
  position: relative;
}
.header .searchBox .searchBtn {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
  margin-top: 30px;
}
.header .searchBox .searchBar {
  width: 1000px;
  height: 100px;
  position: absolute;
  right: -6px;
  top: 0;
  z-index: 95;
  box-sizing: border-box;
  padding: 25px 50px 25px 20px;
  background: #fff;
  display: none;
}
.header .searchBox .searchBar .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 5;
  cursor: pointer;
  background: url(../images/close2.png) 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;
}
.header .searchBox .searchBar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .searchBox .searchBar .btn {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/search2.png) no-repeat center #d61837;
}
.header .searchBox .searchBar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .searchBox .searchBar .inpu {
  width: 100%;
  height: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  background: #eee;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .nav .phone,
.header .nav .tit,
.header .menuBtn {
  display: none;
}
.header .nav {
  float: right;
  margin-right: 120px;
}
.header .nav > ul > li {
  float: left;
  margin: 0 30px;
}
.header .nav > ul > li > a {
  height: 100px;
  line-height: 100px;
  display: block;
  font-size: 15px;
  color: #5e5c5c;
  overflow: hidden;
  font-weight:bold;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li.on > a {
  color: #d61837;
}
.header .nav .sub {
  background: #f8f8f8;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 98;
  display: none;
}
.header .nav .sub .wrap {
  padding: 34px 0;
  background: url(../images/sub_bg.jpg) no-repeat right 44px center;
}
.header .nav .sub.ts li {
  width: 50%;
  float: left;
}
.header .nav .sub .pic {
  /*width: 504px;*/
  width: 36%;
  float: left;
}
.header .nav .sub .pic img {
  width: 100%;
  display: block;
}
.header .nav .sub ul {
  float: left;
  margin: -6px 0 0 54px;
  width:60%;
}
.header .nav .sub li {
  line-height: 36px;
}
.header .nav .sub li a {
  font-size: 14px;
  color: #777777;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.header .nav .sub li a::after {
  content: " ";
  width: 5px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  background: #777777;
}
.header .nav .sub li.on a,
.header .nav .sub li a:hover {
  color: #d61837;
}
.header .nav .sub li.on a::after,
.header .nav .sub li a:hover::after {
  background: #d61837;
}
.header .nav .sub li.t {
  width: 100%;
  margin-bottom: 6px;
}
.header .nav .sub li.t a {
  font-size: 20px;
  color: #333333;
  padding: 0;
}
.header .nav .sub li.t a::after {
  display: none;
}
.header,
.header .logo,
.header .phone,
.header .language,
.header .searchBox .searchBtn {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.header.small {
  height: 60px;
  box-shadow: 0 1px 6px 1px #ddd;
}
.header.small .logo {
  height: 40px;
  margin: 10px 0 0 0;
}
.header.small .phone {
  line-height: 20px;
  margin: 10px 0 0 20px;
}
.header.small .language {
  margin-top: 20px;
}
.header.small .searchBox .searchBtn {
  margin-top: 10px;
}
.header.small .searchBox .searchBar {
  width: 1000px;
  height: 60px;
  right: -6px;
  padding: 5px 50px 5px 20px;
}
.header.small .searchBox .searchBar .close {
  top: 5px;
}
.header.small .nav > ul > li > a {
  height: 60px;
  line-height: 60px;
}
.header.small .nav .sub {
  top: 60px;
}
.footer {
  background: #fff;
  padding-top: 50px;
}
.footer .logo {
  width: 155px;
}
.footer .logo img {
  width: 155px;
  display: block;
}
.footer .btn {
  width: 155px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  background: #595757;
  margin-top: 14px;
}
.footer .linkList {
  float: left;
  margin-left: 44px;
  padding-left: 30px;
  position: relative;
}
.footer .linkList::before,
.footer .linkList::after {
  content: " ";
  width: 1px;
  height: 90px;
  background: #f1f1f1;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 2;
}
.footer .linkList::after {
  left: auto;
  right: 0;
}
.footer .linkList .list {
  float: left;
  width: 120px;
}

.footer .linkList .tit {
  font-size: 14px;
  color: #333333;
}
.footer .linkList a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.footer .linkList a:hover {
  color: #d61837;
}
.footer .linkList ul {
  margin-top: 12px;
}
.footer .linkList li {
  line-height: 20px;
  margin-bottom: 4px;
}
.footer .linkList li a {
  font-size: 14px;
  color: #999999;
}
.footer .qrcode {
  width: 92px;
  border: solid 1px #dddddd;
  float: left;
}
.footer .qrcode img {
  width: 100%;
  display: block;
}
.footer .contact {
  float: left;
  margin-left: 18px;
}
.footer .contact .phone {
  line-height: 22px;
  font-size: 20px;
  font-weight: bold;
  color: #595757;
  background: url(../images/phone.png) no-repeat 0 center;
  padding-left: 30px;
}
.footer .contact .text {
  line-height: 22px;
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
}
.footer .contact .text a {
  font-size: 14px;
  color: #999999;
}
.footer .copy {
  clear: both;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding: 12px 0;
  background: #595757;
  text-align: center;
  margin-top: 32px;
}
@media only screen and (max-width: 1400px) {
  .header .nav {
    margin-right: 30px;
  }
  .header .nav .sub ul {
    width: 600px;
  }
  .footer .linkList {
    margin-left: 20px;
    padding-left: 20px;
  }
  .footer .linkList .list {
    width: 96px;
  }
  .footer .linkList .list:nth-child(4) {
    width: 96px;
  }
  .footer .linkList .list:nth-child(5) {
    width: 260px;
  }
}
.fixedSidebar {
  position: fixed;
  right: 12px;
  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%);
  z-index: 90;
  text-align: center;
}
.fixedSidebar li {
  position: relative;
}
.fixedSidebar li:last-child a {
  border-bottom: solid 1px #dddddd;
}
.fixedSidebar li:hover a {
  background: #595757;
}
.fixedSidebar li:hover a .icon1 {
  display: none;
}
.fixedSidebar li:hover a .icon2 {
  display: block;
}
.fixedSidebar li:hover a .txt {
  color: #fff;
}
.fixedSidebar li a {
  width: 90px;
  height: 92px;
  display: block;
  padding-top: 22px;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #dddddd;
  border-bottom: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixedSidebar li a .icon2,
.fixedSidebar li a .icon1 {
  height: 30px;
  line-height: 30px;
}
.fixedSidebar li a .icon2 img,
.fixedSidebar li a .icon1 img {
  max-height: 100%;
  vertical-align: middle;
}
.fixedSidebar li a .icon2 {
  display: none;
}
.fixedSidebar li a .txt {
  line-height: 20px;
  font-size: 14px;
  color: #555555;
  margin-top: 8px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.fixedSidebar li .hide {
  height: 91px;
  line-height: 91px;
  position: absolute;
  top: 1px;
  right: 90px;
  z-index: 5;
  background: #595757;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.fixedSidebar li .phone {
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
}
.fixedSidebar li .qrcode {
  width: 140px;
  height: 140px;
  right: 90px;
  padding: 10px;
}
.fixedSidebar li .qrcode img {
  width: 100%;
  display: block;
}
.icon-wechat .wechat-qrcode {
  display: none;
  position: absolute;
  bottom: 30px;
  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: 9;
  width: 130px;
  height: 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: #777;
  display: none;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.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: #ffffff transparent transparent transparent;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  box-sizing: border-box;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #d61837;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.g::after {
  background: #595757;
}
.rbtn.w::after {
  background: #fff;
}
.pcbtn {
  width: 90px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #fff;
  font-size: 14px;
  color: #fff;
  display: block;
}
.white {
  background: #fff;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 34px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 16px;
  margin: 0 5px;
  opacity: 1;
  background: url(../images/swiper-pagination1.png) no-repeat;
  background-size: 100% auto;
  border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/swiper-pagination2.png);
}
.main .columnTitle {
  text-align: center;
}
.main .columnTitle .tit {
  line-height: 34px;
  font-size: 30px;
  color: #d61837;
}
.main .columnTitle .tit span {
  width: 41px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/columntitle.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 18px;
}
.main .columnTitle .txt {
  font-size: 14px;
  color: #777777;
  margin-top: 12px;
}
.main .more {
  width: 132px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background: #595757;
  margin: 0 auto;
}
.main .recommend {
  padding: 108px 0;
}
.main .recommend .productList {
  margin-top: 68px;
  margin-bottom: 80px;
}
.main .recommend .productList li .text {
  padding: 34px 2px 22px 2px;
}
.main .recommend .productList li .tit {
  margin-bottom: 16px;
}
.main .product {
  background: url(../images/product_bg.jpg);
  padding: 80px 0 70px 0;
}
.main .product .content {
  margin-top: 50px;
}
.main .product .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .product .box {
  width: 58%;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
  float: left;
}
.main .product .row:nth-child(even) .box:nth-child(even),
.main .product .box {
  width: 57.143%;
}
.main .product .row:nth-child(even) .box,
.main .product .box:nth-child(even) {
  width: 42.857%;
}
.main .product .box a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .product .box 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 .product .box a:hover .pcbtn {
  margin-top: 22px;
  height: 38px;
  border: solid 1px #fff;
}
.main .product .box a:hover .pcbtn:hover {
  border: solid 1px #fff;
  color: #666;
}
.main .product .box img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .product .box .text {
  width: 100%;
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
}
.main .product .box .t {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
  float: left;
  padding-right: 24px;
  background: url(../images/arrow1.png) no-repeat right 0 center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .product .box .pcbtn {
  float: left;
  clear: both;
  height: 0;
  margin-top: 0;
  overflow: hidden;
  border: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .training {
  padding: 88px 0 106px 0;
}
.main .training .content {
  margin: 42px 0;
  position: relative;
}
.main .training .content .wrap {
  position: absolute;
  top: 50%;
  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: 1;
}
.main .training .content .prev,
.main .training .content .next {
  width: 104px;
  height: 80px;
  position: absolute;
  left: -54px;
  top: 0;
  margin-top: -40px;
  z-index: 1;
  outline: none;
  cursor: pointer;
  background: url(../images/arrow2.png) no-repeat center rgba(0, 0, 0, 0.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;
}
.main .training .content .prev:hover,
.main .training .content .next:hover {
  background-color: #d61837;
}
.main .training .content .next {
  left: auto;
  right: -54px;
  background-image: url(../images/arrow3.png);
}
.main .training .swiper-slide {
  width: 1400px;
  position: relative;
  text-align: center;
}
.main .training .swiper-slide img {
  width: 100%;
  display: block;
  opacity: .2;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .training .swiper-slide .txt {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 5;
  padding: 0 20px;
  box-sizing: border-box;
}
.main .training .swiper-slide-active img {
  opacity: 1;
}
.main .news {
  background: url(../images/product_bg.jpg);
  padding: 98px 0 120px 0;
}
.main .news .tab {
  text-align: center;
  margin: 72px 0 28px 0;
}
.main .news .tab ul {
  display: inline-block;
}
.main .news .tab li {
  width: 144px;
  height: 40px;
  float: left;
  background: url(../images/news_tab_line.gif) no-repeat 0 center #ffffff;
  cursor: pointer;
}
.main .news .tab li:first-child {
  background-image: none;
}
.main .news .tab li span {
  display: inline-block;
  line-height: 38px;
  font-size: 16px;
  color: #333333;
}
.main .news .tab li.on span {
  color: #d61837;
  border-bottom: solid 2px #d61837;
}
.main .news .newsList {
  margin-bottom: 24px;
}
.newsList {
  margin: 0 -12px;
}
.newsList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsList li {
  float: left;
  width: 33.333%;
  padding: 0 12px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.newsList li a {
  display: block;
  background: #fff;
}
.newsList 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);
}
.newsList li a:hover .pcbtn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
}
.newsList li a:hover .tit {
  color: #d61837;
}
.newsList li a:hover .filter {
  opacity: 1;
}
.newsList li .pic {
  overflow: hidden;
  position: relative;
}
.newsList li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.newsList li .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/news_filter.png);
  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;
}
.newsList li .pcbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  opacity: 0;
  transform: translate(-50%, -50%) scale(2, 2);
  -webkit-transform: translate(-50%, -50%) scale(2, 2);
  -moz-transform: translate(-50%, -50%) scale(2, 2);
  -ms-transform: translate(-50%, -50%) scale(2, 2);
  -o-transform: translate(-50%, -50%) scale(2, 2);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsList li .pcbtn:hover {
  border: solid 1px #fff;
  color: #666;
}
.newsList li .text {
  padding: 34px 24px 24px 24px;
  box-sizing: border-box;
}
.newsList li .tit,
.newsList li .date {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsList li .tit {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.newsList li .txt {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #555555;
  margin: 16px 0 26px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsList li .date {
  font-size: 14px;
  color: #777777;
}
.productList {
  margin: 0 -5px;
}
.productList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productList li {
  width: 25%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.productList li a {
  display: block;
  background: #fff;
}
.productList 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);
}
.productList li a:hover .tit {
  color: #d61837;
}
.productList li a:hover .txt {
  opacity: 0;
}
.productList li a:hover .pcbtn {
  opacity: 1;
}
.productList li .pic {
  overflow: hidden;
}
.productList li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.productList li .text {
  padding: 18px 16px;
  box-sizing: border-box;
  position: relative;
}
.productList li .tit,
.productList li .date,
.productList li .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.productList li .txt,
.productList li .date {
  font-size: 14px;
  color: #777777;
}
.productList li .tit {
  font-size: 16px;
  color: #333333;
  margin: 6px 0 0 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;
}
.productList li .line {
  width: 28px;
  height: 1px;
  background: #c9c9c9;
  margin-bottom: 26px;
}
.productList li .txt {
  height: 40px;
  -webkit-line-clamp: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.productList li .pcbtn {
  border: solid 1px #dddddd;
  color: #999999;
  position: absolute;
  left: 0;
  bottom: 22px;
  z-index: 2;
  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;
}
.productList li .pcbtn:hover {
  border: solid 1px #595757;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .main .training .swiper-slide {
    width: 1200px;
  }
}
.container .columnMenu .wrap {
  border-bottom: solid 1px #e8e8e8;
}
.container .columnMenu .crumbs {
  float: left;
  line-height: 64px;
  background: url(../images/crumbs.png) no-repeat 0 center;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999999;
}
.container .columnMenu .crumbs a {
  font-size: 14px;
  color: #999999;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.container .columnMenu .crumbs a:hover {
  color: #d61837;
}
.container .columnMenu .crumbs span {
  padding: 0 10px;
}
.container .columnMenu .menu {
  float: right;
}
.container .columnMenu .menu .btn {
  display: none;
}
.container .columnMenu .menu li {
  float: left;
  margin-left: 40px;
}
.container .columnMenu .menu li a {
  height: 64px;
  line-height: 64px;
  display: block;
  font-size: 16px;
  color: #444444;
  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 .menu li.on a,
.container .columnMenu .menu li a:hover {
  color: #d61837;
}
.container .paging {
  text-align: center;
}
.container .paging ul {
  display: inline-block;
}
.container .paging li {
  float: left;
  margin: 0 10px;
}
.container .paging li a {
  width: 44px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #444444;
  border: solid 1px #dddddd;
  background-repeat: no-repeat;
  background-position: 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;
}
.container .paging li.on a,
.container .paging li a:hover {
  background-color: #d61837;
  border: solid 1px #d61837;
  color: #fff;
}
.container .paging li.prev a {
  background-image: url(../images/arrow6.png);
}
.container .paging li.prev a:hover {
  background-image: url(../images/arrow8.png);
}
.container .paging li.next a {
  background-image: url(../images/arrow7.png);
}
.container .paging li.next a:hover {
  background-image: url(../images/arrow9.png);
}
.productPage {
  padding: 42px 0 60px 0;
}
.productPage .center {
  margin: 0 -5px;
}
.productPage .center:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .center .box {
  width: 58%;
  padding: 0 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
  float: left;
}
.productPage .center .row:nth-child(even) .box:nth-child(even),
.productPage .center .box {
  width: 57.143%;
}
.productPage .center .row:nth-child(even) .box,
.productPage .center .box:nth-child(even) {
  width: 42.857%;
}
.productPage .center .box a {
  display: block;
  overflow: hidden;
  background: #fff;
}
.productPage .center .box 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);
}
.productPage .center .box a:hover .t {
  padding-right: 34px;
  color: #d61837;
}
.productPage .center .box a:hover .pcbtn {
  background: #595758;
  border: solid 1px #595758;
  color: #fff;
}
.productPage .center .box img {
  width: 100%;
  display: block;
  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 .center .box .pic {
  overflow: hidden;
}
.productPage .center .box .text {
  padding: 16px 150px 16px 24px;
  box-sizing: border-box;
}
.productPage .center .box .text:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .center .box .t,
.productPage .center .box .p {
  height: 34px;
  line-height: 34px;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.productPage .center .box .t {
  font-size: 18px;
  color: #333333;
  padding-right: 24px;
  background: url(../images/arrow4.png) no-repeat right 0 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;
}
.productPage .center .box .p {
  width: 100%;
  font-size: 14px;
  color: #999999;
}
.productPage .center .box .pcbtn {
  float: right;
  border: solid 1px #dddddd;
  color: #999999;
  margin: 28px 24px 0 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;
}
.productPage .productList {
  margin-bottom: 40px;
}
.productPage .introduce {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
.productPage .introduce:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .introduce .swiper-container {
  width: 628px;
  float: left;
}
.productPage .introduce .swiper-container img {
  width: 100%;
  display: block;
}
.productPage .introduce .swiper-pagination {
  bottom: 28px;
}
.productPage .introduce .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #595758;
  margin: 0 4px;
  opacity: 1;
}
.productPage .introduce .swiper-pagination .swiper-pagination-bullet-active {
  background: #d61837;
}
.productPage .introduce .content {
  width: 652px;
  float: right;
}
.productPage .introduce .date {
  font-size: 16px;
  color: #777777;
}
.productPage .introduce .title {
  font-size: 24px;
  color: #333333;
  margin: 10px 0 16px 0;
}
.productPage .introduce .txt,
.productPage .introduce .text {
  line-height: 24px;
  font-size: 14px;
  color: #777777;
}
.productPage .introduce .line {
  background: #ebebeb;
}
.productPage .introduce .text {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  padding: 28px 0;
  margin-top: 30px;
}
.productPage .introduce .text .t {
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
.productPage .introduce .text p {
  padding-left: 10px;
  box-sizing: border-box;
  background: url(../images/details_p.png) no-repeat 0 10px;
  background-size: 4px 4px;
}
.productPage .introduce .share {
  line-height: 22px;
  font-size: 14px;
  color: #777777;
  padding: 32px 0;
}
.productPage .introduce .share #share1 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.productPage .introduce .share a {
  width: 22px;
  height: 22px;
  float: left;
  margin-left: 7px;
  position: relative;
  background: no-repeat;
  background-size: 100% 100%;
  outline: none;
}
.productPage .introduce .share .icon-wechat {
  background-image: url(../images/share1.png);
}
.productPage .introduce .share .icon-weibo {
  background-image: url(../images/share2.png);
}
.productPage .introduce .share .icon-qq {
  background-image: url(../images/share3.png);
}
.productPage .introduce .btn {
  width: 140px;
  height: 44px;
  line-height: 44px;
  background: #595758;
  font-size: 16px;
  color: #fff;
}
.productPage .introduce .btn span {
  background: url(../images/consult.png) no-repeat 25px center;
  padding-left: 28px;
}
.productPage .recommend .title,
.productPage .details .title {
  height: 59px;
  line-height: 58px;
  background: #fff;
  border-bottom: solid 1px #f0f0f0;
}
.productPage .recommend .title span,
.productPage .details .title span {
  float: left;
  font-size: 18px;
  color: #d61837;
  border-bottom: solid 2px #d61837;
}
.productPage .recommend .title a,
.productPage .details .title a {
  font-size: 14px;
  color: #999999;
  float: right;
  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 .recommend .title a:hover,
.productPage .details .title a:hover {
  color: #d61837;
}
.productPage .details {
  background: #fff;
  margin: 30px 0;
  padding: 0 30px;
  box-sizing: border-box;
}
.productPage .details .article {
  padding: 34px 0;
}
.productPage .details .article .tit {
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}
.productPage .details .article p {
  padding-left: 22px;
  box-sizing: border-box;
}
.productPage .details .article .q {
  background: url(../images/details_p.png) no-repeat 6px 12px;
  font-size: 16px;
  color: #555555;
  margin: 6px 0;
}
.productPage .recommend .title {
  border: none;
  padding: 0 30px;
  box-sizing: border-box;
}
.productPage .recommend .productList {
  margin: 10px -5px 0 -5px;
}
@media only screen and (max-width: 1400px) {
  .productPage .introduce {
    padding: 20px;
  }
  .productPage .introduce .swiper-container {
    width: 580px;
  }
  .productPage .introduce .content {
    width: 540px;
  }
}
.newsPage {
  padding: 42px 0 60px 0;
}
.newsPage .newsList {
  margin-bottom: 30px;
}
.newsPage .details {
  background: #fff;
  padding: 62px 30px;
  box-sizing: border-box;
}
.newsPage .details .title {
  text-align: center;
  padding-bottom: 28px;
}
.newsPage .details .title .tit {
  line-height: 40px;
  font-size: 30px;
  color: #333333;
}
.newsPage .details .title .info {
  line-height: 22px;
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}
.newsPage .details .title #share1 {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 14px;
}
.newsPage .details .title #share1 a {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
  position: relative;
  background: no-repeat center;
  background-size: 100% 100%;
  outline: none;
}
.newsPage .details .title #share1 .icon-wechat {
  background-image: url(../images/share1.png);
}
.newsPage .details .title #share1 .icon-weibo {
  background-image: url(../images/share3.png);
}
.newsPage .details .title #share1 .icon-qq {
  background-image: url(../images/share2.png);
}
.newsPage .details .article {
  padding: 44px 0;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
.newsPage .details .bottom {
  margin-top: 52px;
}
.newsPage .details .bottom:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .details .bottom a {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
  float: left;
  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 .bottom a:hover {
  color: #d61837;
}
.newsPage .details .bottom .next,
.newsPage .details .bottom .prev {
  width: 300px;
}
.newsPage .details .bottom .next {
  margin-left: 40px;
}
.newsPage .details .bottom .return {
  float: right;
  background: url(../images/return.png) no-repeat 0 center;
  padding-left: 28px;
}
.aboutPage {
  padding: 42px 0 60px 0;
}
.aboutPage .introduce .pic {
  width: 700px;
  float: left;
}
.aboutPage .introduce .pic img {
  width: 100%;
  display: block;
}
.aboutPage .introduce .content {
  width: 622px;
  float: right;
  margin-top: 40px;
  overflow: auto;
  max-height: 560px;
}
.aboutPage .introduce .content::-webkit-scrollbar {
  width: 4px;
}
.aboutPage .introduce .content::-webkit-scrollbar-button {
  display: none;
}
.aboutPage .introduce .content::-webkit-scrollbar-thumb {
  background: #d61837;
}
.aboutPage .introduce .content .title {
  font-size: 30px;
  color: #d61837;
}
.aboutPage .introduce .content .text {
  line-height: 26px;
  font-size: 16px;
  color: #777777;
  margin-top: 20px;
}
.aboutPage .introduce .content .text .tit {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.aboutPage .honor {
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  box-sizing: border-box;
}
.aboutPage .honor:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .honor li {
  width: 25%;
  float: left;
  padding: 18px;
  box-sizing: border-box;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.aboutPage .honor li: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);
}
.aboutPage .honor li:hover::after {
  width: 100%;
}
.aboutPage .honor li::after {
  content: " ";
  width: 0;
  height: 2px;
  background: #d61837;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.aboutPage .honor li .pic {
  overflow: hidden;
}
.aboutPage .honor li .pic img {
  width: 100%;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.aboutPage .honor li .txt {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #555555;
  margin-top: 9px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.contactPage {
  padding: 42px 0 60px 0;
}
.contactPage .wrap {
  background: #fff;
}
.contactPage .title {
  font-size: 20px;
  color: #d61837;
}
.contactPage .contact {
  width: 680px;
  float: left;
  background: #fff;
  padding: 38px 42px;
  box-sizing: border-box;
}
.contactPage .contact .text {
  min-height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #333333;
  margin-top: 36px;
}
.contactPage .contact .text a {
  font-size: 14px;
  color: #333333;
}
.contactPage .contact .text p {
  margin-bottom: 18px;
  background: no-repeat 0 0;
  padding-left: 32px;
  box-sizing: border-box;
}
.contactPage .map {
  width: 720px;
  float: right;
}
.contactPage .map iframe,
.contactPage .map #allmap {
  height: 380px;
}
.contactPage .message {
  background: none;
  margin-top: 32px;
}
.contactPage .message .content {
  margin-top: 16px;
}
.contactPage .message .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .message textarea,
.contactPage .message input[type="text"] {
  width: 342px;
  height: 60px;
  line-height: 58px;
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
  margin: 0 0 8px 10px;
  background: #fff;
  font-size: 14px;
  color: #333;
  border: solid 1px #eeeeee;
}
.contactPage .message textarea::-webkit-input-placeholder,
.contactPage .message input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.contactPage .message textarea:-moz-placeholder,
.contactPage .message input[type="text"]:-moz-placeholder {
  color: #999999;
}
.contactPage .message textarea::-moz-placeholder,
.contactPage .message input[type="text"]::-moz-placeholder {
  color: #999999;
}
.contactPage .message textarea:-ms-input-placeholder,
.contactPage .message input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.contactPage .message textarea:first-child,
.contactPage .message input[type="text"]:first-child {
  margin-left: 0;
}
.contactPage .message textarea {
  width: 100%;
  height: 152px;
  margin: 0;
  padding: 10px 20px;
  resize: none;
  line-height: 20px;
}
.contactPage .message .rbtn {
  width: 132px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  margin-top: 8px;
  background: #595758;
}
.contactPage .message .rbtn input {
  background: none;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .aboutPage .introduce .pic {
    width: 570px;
  }
  .aboutPage .introduce .content {
    width: 570px;
    margin-top: 20px;
  }
  .contactPage .contact {
    width: 580px;
    padding: 20px;
  }
  .contactPage .contact .text {
    margin-top: 26px;
  }
  .contactPage .map {
    width: 590px;
  }
  .contactPage .map #allmap {
    height: 340px;
  }
  .contactPage .message textarea,
  .contactPage .message input[type="text"] {
    width: 292px;
  }
  .contactPage .message textarea {
    width: 100%;
  }
}
.singlePage img {
  width: 100%;
  display: block;
}
.recruitment li {
  margin-bottom: 14px;
  background: #fff;
}
.recruitment li.on .top {
  background-image: url(../images/arrow12.png);
}
.recruitment li .top {
  height: 124px;
  line-height: 124px;
  padding: 0 50px 0 34px;
  box-sizing: border-box;
  background: url(../images/arrow11.png) no-repeat right 34px center;
  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;
}
.recruitment li .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recruitment li .top .tit {
  max-width: 600px;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -4px;
  background: url(../images/portrait.png) no-repeat 0 0;
  padding-left: 38px;
  box-sizing: border-box;
  font-size: 20px;
  color: #333333;
}
.recruitment li .top .info {
  width: 500px;
  float: right;
  margin-top: 38px;
}
.recruitment li .top .info .txt {
  width: 33.333%;
  float: left;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.recruitment li .top .info .txt span {
  color: #777777;
  font-weight: normal;
  display: block;
}
.recruitment li .downcent {
  padding: 0 35px 38px 35px;
  box-sizing: border-box;
  display: none;
}
.recruitment li .downcent:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recruitment li .downcent .line {
  height: 1px;
  background: #dddddd;
}
.recruitment li .downcent .text {
  line-height: 24px;
  font-size: 14px;
  color: #777777;
  margin: 22px 0;
}
.recruitment li .downcent .text .tit {
  color: #333333;
  font-weight: bold;
}
.recruitment li .downcent .btn {
  float: left;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  background: #d61837;
  color: #fff;
  font-size: 14px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.recruitment li .downcent .btn:hover {
  background: #c20020;
}
.trainingPage {
  padding: 42px 0 60px 0;
}
.trainingList {
  margin: 0 -10px 30px -10px;
}
.trainingList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.trainingList li {
  width: 33.333%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
}
.trainingList li .box {
  background: #fff;
  cursor: pointer;
}
.trainingList li .box: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);
}
.trainingList li .box:hover .text {
  color: #d61837;
}
.trainingList li .pic {
  overflow: hidden;
}
.trainingList li .pic img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.trainingList li .text {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

