@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;
}

@font-face {
  font-family: 'YouSheBiaoTiHei';
  font-display: swap;
  src: url('../font/YouSheBiaoTiHei-2.ttf') format('truetype');
}

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: #e98400;
}
html,
body {
  height: 100%;
}
body.hide {
  overflow: hidden;
}
body {
  background: #f5f5f5;
}
.tx:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.white {
  background: #fff;
}
@media only screen and (max-width: 1440px) {
  .wrap {
    max-width: 1200px;
  }
}
.lzpic2 {
  display: none;
}
img {
  width: 100%;
  display: block;
}
.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;
}
.txbox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.article {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
}
.article img {
  width: auto;
  max-width: 100%;
  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: 1;
  filter: alpha(opacity=100);
}
.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;
}
.headTop {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  bottom: 0;
  border-bottom: solid 1px #2e2e2e;
  font-size: 14px;
  color: #666666;
}
.headTop a {
  font-size: 14px;
  color: #666666;
}
.headTop .slogan {
  float: left;
}
.headTop .photo {
  float: right;
  padding-left: 25px;
  background: url(../images/photo.png) no-repeat 0 center;
}
.header {
  width: 100%;
  height: 62px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header.fixed {
  position: fixed;
  top: 0;
}
.header.black {
  background: #000;
}
.header .logo {
  /*width: 275px;*/
  height: 40px;
  float: left;
  overflow: hidden;
  margin: 11px 0;
}
/*
.header .searchBox {
  float: right;
  margin: 15px 0 0 0;
}
.header .searchBox .searchBtn {
  display: none;
}
.header .searchBox .searchBar {
  width: 204px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.header .searchBox .searchBar .btn {
  width: 54px;
  height: 30px;
  float: right;
  background: url(../images/search1.png) no-repeat center;
}
.header .searchBox .searchBar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .searchBox .searchBar .inpu {
  width: 100%;
  height: 30px;
  padding-right: 54px;
  box-sizing: border-box;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
  color: #666666;
}
.header .searchBox .searchBar .inpu input:-moz-placeholder {
  color: #666666;
}
.header .searchBox .searchBar .inpu input::-moz-placeholder {
  color: #666666;
}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
  color: #666666;
}
*/
.header .phone,
.header .menuBtn {
  display: none;
}
.header .nav {
  float: right;
  margin-top: 0px;
}
.header .nav .tit {
  display: none;
}
.header .nav > ul {
	display: flex; 
	justify-content: center;
}
.header .nav > ul > li {
  height:62px;
  padding: 15px 0;
  /*background: url(../images/nav_line.png) no-repeat 0 center;*/
  text-align: center;
}
.header .nav > ul > li:hover, .header .nav > ul > li.on{
	background:#1664FF;
}
.header .nav > ul > li:first-child {
  background: none;
}
.header .nav > ul > li > a {
  width: 125px;
  height: 32px;
  line-height: 32px;
  display: block;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  padding-left: 7px;
}
.header .nav > ul > li > a > span {
  width: 100%;
  display: block;
  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 > span:last-child {
  color: #fb8e00;
  font-size: 16px;
}
.header .nav > ul > li.on > a > span:first-child,
.header .nav > ul > li:hover > a > span:first-child {
  margin-top: -32px;
}
.header .nav .sub {
  width: 100%;
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 9;
  background: rgb(255,255,255);
  display: none;
}
.header .nav .sub1 {
  padding: 33px 0;
}
.header .nav .sub1.six li {
  width: 16.66666%;
}
.header .nav .sub1.seven li {
  width: 14.2857%;
}
.header .nav .sub1.eight li {
  width: 12.5%;
}
.header .nav .sub1.nine li {
  width: 11.1111%;
}
.header .nav .sub1.ten li {
  width: 10%;
}
.header .nav .sub1.six ul.wrap,
.header .nav .sub1.seven ul.wrap,
.header .nav .sub1.eight ul.wrap,
.header .nav .sub1.nine ul.wrap,
.header .nav .sub1.ten ul.wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.header .nav .sub1 ul.wrap {
  width: auto;
  display: inline-block;
}
.header .nav .sub1 li {
  width: 280px;
  float: left;
  border-left: solid 1px #dedede;
  box-sizing: border-box;
}
.header .nav .sub1 li:first-child {
  border: none;
}
.header .nav .sub1 li a {
	margin-top: 0px;
  display: block;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-property:margin;
}
.header .nav .sub1 li a:hover,
.header .nav .sub1 li.on a {
  margin-top: -6px;
}
.header .nav .sub1 li a:hover .txt,
.header .nav .sub1 li.on a .txt {
  color: #fb8e00;
}
.header .nav .sub1 li .icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  margin: 0 auto;
  /*background: #aaaaaa;*/
  border-radius: 50%;
  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 .sub1 li .icon img {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}
.header .nav .sub1 li .txt {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  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 .sub2 {
  padding: 40px 0;
}
.header .nav .sub2 .pic {
  width: 300px;
  float: left;
}
.header .nav .sub2 ul {
  width: 1000px;
  float: right;
  border-left: solid 1px #e0e0e0;
  padding-left: 70px;
}
.header .nav .sub2 ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.header .nav .sub2 li {
  width: 33.333%;
  float: left;
  text-align: left;
  margin-bottom: 12px;
}
.header .nav .sub2 li a {
  display: block;
}
.header .nav .sub2 li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.header .nav .sub2 li a:hover .icon {
  /*background: #fb8e00;*/
}
.header .nav .sub2 li a:hover .txt {
  color: #fb8e00;
}
.header .nav .sub2 li .icon {
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  float: left;
  background: #aaaaaa;
  border-radius: 50%;
  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 .sub2 li .icon img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.header .nav .sub2 li .txt {
  height: 35px;
  line-height: 35px;
  padding-left: 54px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  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 {
  background: #191919;
  padding-top: 56px;
}
.footer .tit {
  line-height: 20px;
  font-size: 16px;
  color: #cccccc;
  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 .tit:hover {
  color: #fff;
}
.footer .linkList {
  float: left;
}
.footer .linkList .list {
  width: 190px;
  float: left;
}
.footer .linkList .list:last-child {
  width: 134px;
  border-right: solid 1px #2d2d2d;
}
.footer .linkList ul {
  margin-top: 26px;
}
.footer .linkList li {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}
.footer .linkList li a {
  font-size: 14px;
  color: #666666;
  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 .contact {
  float: left;
  width: 342px;
}
.footer .contact .text {
  line-height: 20px;
  margin-top: 26px;
  font-size: 14px;
  color: #999999;
}
.footer .contact .text span {
  display: none;
}
.footer .contact .text a {
  font-size: 14px;
  color: #999999;
}
.footer .contact .text p {
  margin-bottom: 8px;
  padding-left: 24px;
  box-sizing: border-box;
  background: no-repeat 0 center;
}
.footer .contact .btn {
  width: 116px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 30px;
  border: solid 1px #1664FF;
  font-size: 14px;
  color: #fb8e00;
  float: left;
  margin: 18px 0 0 24px;
  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 .contact .btn:hover {
  background: #1664FF;
  color: #191919;
}
.footer .qrcode {
  float: left;
  margin-top: 48px;
}
.footer .qrcode .box {
  margin: 0 0 0 20px;
  text-align: center;
  float: left;
}
.footer .qrcode .pic {
  width: 128px;
  height: 128px;
  background: url(../images/qrcode_line.png) no-repeat center;
  background-size: 100% 100%;
  padding: 7px;
  box-sizing: border-box;
}
.footer .qrcode .txt {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.footer .friendship {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  border-top: solid 1px #2d2d2d;
  border-bottom: solid 1px #2d2d2d;
  margin-top: 54px;
  padding: 28px 0;
}
.footer .friendship a {
  font-size: 14px;
  color: #666666;
  background: url(../images/friendship_line.gif) no-repeat right 0 center;
  padding: 0 18px;
  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 .friendship a:last-child {
  background: none;
}
.footer .friendship a:hover {
  color: #fff;
}
.footer .copy {
  padding: 25px 0;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
}
.footer .copy:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .copy a {
  font-size: 14px;
  color: #666666;
  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 .copy a:hover {
  color: #fff;
}


/*右侧浮动菜单*/

.fixedSidebar {
  width: 55px;
  position: fixed;
  right: 5px;
  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;
  box-shadow: 2px 0px 15px 0px rgba(0,0,0,0.3)
}
.fixedSidebar li {
  position: relative;
  box-sizing: border-box;
  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:first-child{
	border-radius:10px 0 0 0;
}
.fixedSidebar li:last-child{
	border-radius:0 0 0 10px;
}

.fixedSidebar li:hover a {
  background: #1664FF;
}
.fixedSidebar li:hover .icon .i1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixedSidebar li:hover .icon .i2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fixedSidebar li:hover .titxt {
  color: #fff;
}
.fixedSidebar li a {
  height: 60px;
  display: block;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
  padding-top: 12px;
  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:first-child a{
	border-radius:10px 0 0 0;
}
.fixedSidebar li:last-child a {
	border-radius:0 0 0 10px;
}
.fixedSidebar li .icon {
  height: 20px;
  line-height: 20px;
  position: relative;
}
.fixedSidebar li .icon .i1,
.fixedSidebar li .icon .i2 {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.fixedSidebar li .icon .i2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fixedSidebar li .icon img {
  width: auto;
  height:20px;
  display: inline-block;
  vertical-align: middle;
}
.fixedSidebar li .titxt {
  line-height: 25px;
  font-size: 12px;
  color: #666666;
  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: 70px;
  line-height: 70px;
  position: absolute;
  top: 0;
  right: 55px;
  z-index: 5;
  background: #1664FF;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.fixedSidebar li .phone {
  background: #1664FF;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixedSidebar li .qrcode {
  width: 142px;
  height: 142px;
  padding: 8px;
}
.fixedSidebar li .qrcode img {
  width: 100%;
  display: block;
}
#myform2 .content img{
	width: 25%;
}
.popupPrice {
  width: 724px;
  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: 200;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: none;
}
.popupPrice .close {
  width: 20px;
  height: 20px;
  background: url(../images/close.png) no-repeat center;
  position: absolute;
  top: 18px;
  right: 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;
}
.popupPrice .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.popupPrice .title {
  text-align: center;
  background: #1664FF;
  padding: 20px 0;
}
.popupPrice .title .tit {
  line-height: 34px;
  font-size: 24px;
  color: #fff;
}
.popupPrice .title .txt {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}
.popupPrice .content {
  padding: 40px 40px 60px 40px;
  box-sizing: border-box;
}
.popupPrice select,
.popupPrice input[type="text"] {
  width: 312px;
  height: 46px;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding: 0 14px;
  font-size: 16px;
  color: #666666;
  float: left;
  margin-bottom: 20px;
}
.popupPrice select::-webkit-input-placeholder,
.popupPrice input[type="text"]::-webkit-input-placeholder {
  color: #666666;
}
.popupPrice select:-moz-placeholder,
.popupPrice input[type="text"]:-moz-placeholder {
  color: #666666;
}
.popupPrice select::-moz-placeholder,
.popupPrice input[type="text"]::-moz-placeholder {
  color: #666666;
}
.popupPrice select:-ms-input-placeholder,
.popupPrice input[type="text"]:-ms-input-placeholder {
  color: #666666;
}
.popupPrice select:nth-child(even),
.popupPrice input[type="text"]:nth-child(even) {
  float: right;
}
.popupPrice select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow1.png) no-repeat right 20px center;
}
.popupPrice button,
.popupPrice input[type="button"] {
  max-width: 320px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 20px auto 0 auto;
  clear: both;
  background: #1664FF;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.popupPrice button:hover,
.popupPrice input[type="button"]:hover {
  background: #e98400;
}
@media only screen and (max-width: 1440px) {
  .header .logo {
    width: 160px;
    height: 28px;
  }
  .header .searchBox .searchBar {
    width: 160px;
  }
  .header .nav {
    margin-right: 10px;
  }
  .header .nav > ul > li > a {
    width: 130px;
  }
  .header .nav .sub2 ul {
    width: 800px;
    padding-left: 40px;
  }
  .footer .linkList .list {
    width: 120px;
  }
  .footer .linkList .list:last-child {
    width: 120px;
  }
  .footer .contact {
    width: 330px;
  }
  .footer .qrcode .box {
    margin: 0 0 0 10px;
  }
  .footer .qrcode .pic {
    width: 100px;
    height: 100px;
    padding: 5px;
  }
  .footer .friendship a {
    padding: 0 12px;
  }
  .fixedSidebar {
    right: 8px;
  }
}
.main .banner {
  position: relative;
}
.main .banner iframe,
.main .banner video {
  width: 100%;
  display: block;
}
.main .banner .text {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 10;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.main .banner .text .p1 {
	font-family:"YouSheBiaoTiHei";
	font-size: 4.5rem !important;
	line-height: 1.1 !important;
	font-weight: 400 !important;
	color:#fff;
}
.main .banner .text .p2 {
  font-size: 26px;
}

.main .banner .text .p2 .demo{
	display:block;
	margin:40px 0;
	padding:12px 30px;
	width:220px;
	background-color:#005AEE;
	color:#fff;
	font-size:26px;
	text-align:center;
	border-radius:10px;
}

.main .banner .text .line {
  width: 38px;
  height: 2px;
  background: #fff;
  margin: 30px 0 26px 0;
}
.main .banner .text .p3 {
  font-size: 26px;
}
.main .banner .pn.wrap {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 60px;
  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;
}
.main .banner .swiper-button-next,
.main .banner .swiper-button-prev {
  float: left;
  width: 35px;
  height: 19px;
  padding: 0;
  margin: 0;
  background-size: auto 100%;
  outline: none;
  position: static;
  top: 0;
  left: 0;
  background: red;
}
.main .banner .swiper-button-next span,
.main .banner .swiper-button-prev span {
  width: 20px;
  height: 2px;
  background: #fff;
  display: block;
  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 .banner .swiper-button-prev {
  background: url(../images/arrow2.png) no-repeat 0 center;
}
.main .banner .swiper-button-prev span {
  margin: 9px 0 0 0;
  opacity: 0;
}
.main .banner .swiper-button-prev:hover span {
  margin-left: 15px;
  opacity: 1;
}
.main .banner .swiper-button-next {
  margin-left: 12px;
  background: url(../images/arrow3.png) no-repeat right 0 center;
}
.main .banner .swiper-button-next span {
  margin: 9px 0 0 15px;
  opacity: 0;
}
.main .banner .swiper-button-next:hover span {
  opacity: 1;
  margin-left: 0;
}

.main .banner .sub-mouse {
    width: 70%;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 15%;
    cursor: pointer;
    z-index: 1;
    zoom: 0.7;
    -moz-transform: scale(0.7);
}
.main .banner .sub-mouse span {
    text-align: center;
    display: block;
    position: relative;
    width: 50%;
    height: 100%;
    animation: ani-svg 0.85s linear 0s alternate infinite;
    -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
    margin: 0 auto;
}
.main .banner .sub-mouse:after{display:none; z-index:-1; position:absolute; content:''; top:-30px; left:50%; height:53px; border-right:1px solid #333; margin-left:-1px;}
.main .banner .sub-mouse i{position:absolute;bottom:5px;left:50%;color:#000;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);}
.main .banner .sub-mouse img{width:26px;margin:0 auto}
@keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  transform: translateY(15px);
	}
}
@-webkit-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -webkit-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -webkit-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -webkit-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -webkit-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -webkit-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -webkit-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -webkit-transform: translateY(15px);
	}
}
@-moz-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -moz-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -moz-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -moz-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -moz-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -moz-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -moz-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -moz-transform: translateY(15px);
	}
}




.main .puResults {
  margin-top: -40px;
}
.main .columnTitle {
  text-align: center;
}
.main .columnTitle .tit {
  line-height: 46px;
  font-size: 36px;
  color: #333;
}
.main .columnTitle .txt {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.main .service {
  background: #fff;
  margin-top: 70px;
  padding-top: 70px;
}
.main .service .content {
  background: url(../images/service_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  margin-top: 96px;
  padding-bottom: 1px;
}
.main .service .tab {
  background: url(../images/service_tab_bg.png);
  text-align: center;
  position: relative;
  top: -48px;
  z-index: 2;
}
.main .service .tab:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .service .tab li {
  width: 16.66666667%;
  height: 90px;
  line-height: 90px;
  float: left;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.main .service .tab li::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 42px;
  background: #595959;
  left: 0;
  top: 50%;
  margin-top: -21px;
  z-index: 2;
}
.main .service .tab li.on::after,
.main .service .tab li:first-child::after {
  display: none;
}
.main .service .tab li.on {
  background: #1664FF;
}
.main .service .tab li .icon {
  display: inline-block;
  vertical-align: middle;
  margin: -10px 10px 0 0;
}
.main .service .tab li img {
  width: auto;
  display: inline-block;
}
.main .service .swiper-containe {
  display: none;
}
.main .service .swiper-slide {
  text-align: center;
}
.main .service .swiper-slide .box {
  display: block;
}
.main .service .swiper-slide .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);
}
.main .service .swiper-slide .box:hover .filter {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main .service .swiper-slide .box:hover .txt {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0%, -50%) scale(1, 1);
  -webkit-transform: translate(0%, -50%) scale(1, 1);
  -moz-transform: translate(0%, -50%) scale(1, 1);
  -ms-transform: translate(0%, -50%) scale(1, 1);
  -o-transform: translate(0%, -50%) scale(1, 1);
}
.main .service .swiper-slide .box:hover .text {
  background: #1664FF;
}
.main .service .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.main .service .swiper-slide .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;
}
.main .service .swiper-slide .pic .filter {
  background: url(../images/service_filter.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.main .service .swiper-slide .pic .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  padding: 66px 60px 0 60px;
  box-sizing: border-box;
  background: url(../images/add.png) no-repeat center 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0%, -50%) scale(3, 3);
  -webkit-transform: translate(0%, -50%) scale(3, 3);
  -moz-transform: translate(0%, -50%) scale(3, 3);
  -ms-transform: translate(0%, -50%) scale(3, 3);
  -o-transform: translate(0%, -50%) scale(3, 3);
  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 .service .swiper-slide .text {
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  color: #fff;
  background: url(../images/service_text.png);
  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;
}
.main .service .more {
  width: 142px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 38px;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #1664FF;
  margin: 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;
}
.main .service .more:hover {
  background: #e98400;
}
.main .whyChoose {
  padding: 66px 0;
}
.main .whyChoose ul {
  border-top: solid 1px #efefef;
  border-left: solid 1px #efefef;
  box-sizing: border-box;
  margin-top: 44px;
}
.main .whyChoose ul li {
  width: 25%;
  border-right: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 58px 0 54px 0;
}
.main .whyChoose ul li:hover .tit,
.main .whyChoose ul li:hover .txt {
  color: #fff;
}
.main .whyChoose ul li:hover .icon1 {
  display: none;
}
.main .whyChoose ul li:hover .icon2 {
  display: block;
}
.main .whyChoose ul li .icon2,
.main .whyChoose ul li .icon1 {
  width: 121px;
  height: 121px;
  margin: 0 auto;
}
.main .whyChoose ul li .icon2 {
  display: none;
}
.main .whyChoose ul li .tit {
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  margin: 20px 0 8px 0;
}
.main .whyChoose ul li .txt {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.main .whyChoose ul li .tit,
.main .whyChoose ul li .txt,
.main .whyChoose ul li .icon1,
.main .whyChoose ul li .icon2 {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  position: relative;
  z-index: 5;
}
.main .whyChoose ul li .filter {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  background: #1664FF;
}
.main .whyChoose ul li .filter.trans {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  backface-visibility: hidden;
}
.main .industry .content {
  margin-top: 48px;
  position: relative;
}
.main .industry .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .industry .content .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main .industry .content .bg > div {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  display: none;
}
.main .industry .wrap {
  position: relative;
}
.main .industry .tab {
  width: 250px;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/industry_tab.png);
}
.main .industry .tab::-webkit-scrollbar {
  width: 4px;
  background: #333333;
}
.main .industry .tab::-webkit-scrollbar-button {
  display: none;
}
.main .industry .tab::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1664FF;
}
.main .industry .tab li {
  height: 82.5px;
  line-height: 82.5px;
  font-size: 18px;
  color: #fff;
  text-indent: 36px;
  cursor: pointer;
  padding: 0 14px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .industry .tab li::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #323232;
  width: 220px;
  height: 1px;
  z-index: 2;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.main .industry .tab li.on {
  background: #1664FF;
}
.main .industry .tab li.on::after {
  display: none;
}
.main .industry .tab li img {
  width: auto;
  display: inline-block;
  margin: 0 16px 0 0;
}
.main .industry .tabBox {
  height:660px;
  overflow:hidden;
  padding-left: 300px;
  box-sizing: border-box;
}
.main .industry .box {
  min-height: 540px;
  padding: 38px 0;
  display: none;
}
.main .industry .box.now .title,
.main .industry .box.now .line,
.main .industry .box.now .text,
.main .industry .box.now .more,
.main .industry .box.now .list1,
.main .industry .box.now .list2 {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.main .industry .box .title,
.main .industry .box .line,
.main .industry .box .text,
.main .industry .box .more,
.main .industry .box .list1,
.main .industry .box .list2 {
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -moz-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  opacity: 0;
}
.main .industry .box .title {
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  color: #fff;
  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 .industry .box .line {
  width: 24px;
  height: 2px;
  background: #1664FF;
  margin: 18px auto 24px auto;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.main .industry .box .text {
  height: 78px;
  line-height: 26px;
  font-size: 16px;
  color: #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;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .industry .box .more {
  width: 142px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #1664FF;
  margin-top: 36px;
  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 .industry .box .more:hover {
  background: #e98400;
}
.main .industry .box .list1 .tit,
.main .industry .box .list2 .tit {
  font-size: 20px;
  color: #fff;
}
.main .industry .box .list1:after,
.main .industry .box .list2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .industry .box .list1 {
  margin: 46px 0 40px 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
}
.main .industry .box .list1 ul {
  margin-top: 30px;
}
.main .industry .box .list1 li {
  float: left;
  height: 45px;
  margin: 0 50px 10px 0;
  overflow: hidden;
}
.main .industry .box .list1 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);
}
.main .industry .box .list1 li img {
  width: auto;
  max-height: 100%;
  display: inline-block;
  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 .industry .box .list2 {
  transition-duration: 1.2s;
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -ms-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
}
.main .industry .box .list2 ul {
  margin-top: 28px;
}
.main .industry .box .list2 li {
  float: left;
  margin: 0 16px 10px 0;
}
.main .industry .box .list2 li a {
  height: 44px;
  line-height: 42px;
  display: block;
  border: solid 1px #fff;
  font-size: 15px;
  color: #fff;
  padding: 0 24px;
  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 .industry .box .list2 li a:hover {
  background: #1664FF;
  border: solid 1px #1664FF;
}
.main .cooperation {
  background: #fff;
  padding: 66px 0 70px 0;
}
.main .cooperation .tab {
  text-align: center;
  margin-top: 44px;
}
.main .cooperation .tab span {
  display: inline-block;
  margin: 0 10px;
  width: 142px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.main .cooperation .tab span.on {
  background: #1664FF;
  color: #fff;
}
.main .cooperation .tabBox {
  margin-top: 44px;
}
.main .cooperation .coop .swiper-container {
  position: relative;
}
.main .cooperation .coop .swiper-slide {
  border-top: solid 1px #ececec;
  border-left: solid 1px #ececec;
  box-sizing: border-box;
}
.main .cooperation .coop .swiper-slide .ts {
  width: 40%;
  height: 314px;
}
.main .cooperation .coop .swiper-slide li {
  width: 20%;
  height: 157px;
  float: left;
  box-sizing: border-box;
  border-right: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  overflow: hidden;
  position: relative;
  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 .cooperation .coop .swiper-slide li:hover {
  box-shadow: 0 0 14px 2px #ececec;
  z-index: 5;
}
.main .cooperation .coop .pn {
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
}
.main .cooperation .coop .pn .swiper-button-next,
.main .cooperation .coop .pn .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/arrow4.png);
  background-size: 100% 100%;
  margin: 0;
  position: static;
  float: right;
  outline: 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 .cooperation .coop .pn .swiper-button-next {
  background: url(../images/arrow5.png);
}
.main .cooperation .coop .pn .swiper-button-prev.swiper-button-disabled {
  background: url(../images/arrow6.png);
}
.main .cooperation .coop .pn .swiper-button-next.swiper-button-disabled {
  background: url(../images/arrow7.png);
}
.main .cooperation .voice:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .cooperation .voice li {
  float: left;
  width: 49%;
  height: 188px;
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
  z-index: 0;
  border: 1px solid #dfdfdf;
  margin-bottom: 2%;
  box-sizing: border-box;
}
.main .cooperation .voice li:nth-child(even) {
  float: right;
}
.main .cooperation .voice li:hover .text2::after {
  width: 100%;
}
.main .cooperation .voice li:hover .img {
  opacity: 1;
}
.main .cooperation .voice li:hover .tit,
.main .cooperation .voice li:hover .txt {
  color: #fff;
}
.main .cooperation .voice li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .cooperation .voice li .pic {
  width: 238px;
  height: 188px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #dfdfdf;
}
.main .cooperation .voice li .text {
  padding: 0 0 0 238px;
  box-sizing: border-box;
}
.main .cooperation .voice li .text2 {
  height: 188px;
  padding: 20px 46px 0 42px;
  box-sizing: border-box;
  position: relative;
}
.main .cooperation .voice li .text2::after {
  content: " ";
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #1664FF;
  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 .cooperation .voice li .img {
  height: 100%;
  position: absolute;
  left: 1px;
  top: 0;
  z-index: 50;
  opacity: 0;
  display: 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 .cooperation .voice li .img img {
  width: auto;
  height: 100%;
}
.main .cooperation .voice li .tit {
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 20px;
  position: relative;
  z-index: 5;
  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;
}
.main .cooperation .voice li .txt {
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -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;
}
.main .newsbox {
  background: #f5f5f5;
  padding: 68px 0;
}
.main .newsbox .tab {
  height: 62px;
  border-bottom: solid 1px #e1e1e1;
}
.main .newsbox .tab:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .newsbox .tab .tit,
.main .newsbox .tab li {
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #333333;
  margin-right: 66px;
}
.main .newsbox .tab .tit,
.main .newsbox .tab li.on {
  color: #fb8e00;
  border-bottom: solid 3px #1664FF;
}
.main .newsbox .tab li {
  cursor: pointer;
}
.main .news {
  width: 912px;
  float: left;
  margin-top: 26px;
}
.main .news .tabBox {
  margin-top: 30px;
}
.main .news .left {
  width: 430px;
  float: left;
}
.main .news .left a {
  display: block;
  background: #fff;
}
.main .news .left 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);
}
.main .news .left a:hover .tit {
  color: #fb8e00;
}
.main .news .left .pic {
  overflow: hidden;
}
.main .news .left .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;
}
.main .news .left .text {
  padding: 28px 30px;
  box-sizing: border-box;
}
.main .news .left .tit {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  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;
}
.main .news .left .date,
.main .news .left .txt {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .left .txt {
  height: 40px;
  margin: 18px 0 36px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .list {
  display: none;
}
.main .news .list ul {
  width: 472px;
  float: right;
  padding: 0 20px;
  box-sizing: border-box;
  background: #fff;
}
.main .news .list li {
  border-bottom: solid 1px #ebebeb;
}
.main .news .list li:last-child {
  border-bottom: none;
}
.main .news .list li a {
  display: block;
  padding: 23px 0;
}
.main .news .list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .list 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);
}
.main .news .list li a:hover .tit {
  color: #fb8e00;
}
.main .news .list li .pic {
  width: 155px;
  height: 100px;
  float: left;
  overflow: hidden;
}
.main .news .list 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;
}
.main .news .list li .text {
  padding: 0 0 0 176px;
  box-sizing: border-box;
}
.main .news .list li .date,
.main .news .list li .tit {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.main .news .list li .tit {
  height: 48px;
  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;
}
.main .news .list li .date {
  height: 24px;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .problem {
  width: 508px;
  float: right;
  margin-top: 26px;
}
.main .problem ul {
  background: #fff;
  margin-top: 30px;
  padding: 0 20px;
  box-sizing: border-box;
}
.main .problem li {
  border-bottom: solid 1px #ebebeb;
}
.main .problem li:last-child {
  border: none;
}
.main .problem li a {
  display: block;
  padding: 17px 0;
}
.main .problem li a:hover .a {
  color: #fb8e00;
}
.main .problem li a:hover .a .i {
  background: #1664FF;
}
.main .problem li .a .i,
.main .problem li .q .i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #cccccc;
  font-size: 12px;
  color: #fff;
  float: left;
  margin-right: 10px;
  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 .problem li .a .t,
.main .problem li .q .t {
  display: block;
}
.main .problem li .a {
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #333333;
  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 .problem li .a .t {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .problem li .q {
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.main .problem li .q .t {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.puResults {
  text-align: center;
  position: relative;
  z-index: 90;
}
.puResults .wrap {
  padding: 62px 0 72px 0;
  background: #fff;
}
.puResults .title {
  font-size: 36px;
  color: #000;
}
.puResults .slogan {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.puResults ul {
  margin-top: 42px;
}
.puResults ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.puResults li {
  width: 25%;
  float: left;
  background: url(../images/puResults_line.gif) no-repeat 0 center;
}
.puResults li:first-child {
  background: none;
}
.puResults li .number {
  font-size: 64px;
  color: #fb8e00;
}
.puResults li .number .val {
  display: none;
}
.puResults li .number sup {
  font-size: 40px;
}
.puResults li .text {
  font-size: 16px;
  color: #666666;
}
@media only screen and (max-width: 1440px) {
  .main .cooperation .coop .swiper-slide .ts {
    height: 260px;
  }
  .main .cooperation .coop .swiper-slide li {
    height: 130px;
  }
  .main .newsbox .tab li {
    margin-right: 40px;
  }
  .main .news {
    width: 760px;
  }
  .main .news .left {
    width: 358px;
  }
  .main .news .left .text {
    padding: 20px;
  }
  .main .news .list ul {
    width: 392px;
    padding: 0 14px;
  }
  .main .news .list li a {
    padding: 13px 0;
  }
  .main .problem {
    width: 424px;
  }
  .main .problem ul {
    padding: 0 14px;
  }
  .main .problem li a {
    padding: 10px 0;
  }
  .main .problem li .q {
    margin-top: 9px;
  }
}
.container .banner {
  position: relative;
}
.banner .crumbs {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(../images/crumbs_bg.png);
  text-align: left;
}
.banner .crumbs .link {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: url(../images/crumbs.png) no-repeat 0 center;
  padding-left: 24px;
}
.banner .crumbs .link a {
  font-size: 15px;
  color: #fff;
}
.container .columnMenu {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
}
.container .columnMenu .btn {
  display: none;
}
.container .columnMenu .tit {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.container .columnMenu .row {
  margin-top: 30px;
}
.container .columnMenu .row:first-child {
  /*margin: 0;*/
}
.container .columnMenu .col ul{
	display: flex!important;
	flex-direction: row!important;
	justify-content: center!important;
	flex-wrap: wrap!important;
}
.container .columnMenu ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .columnMenu li {
  float: left;
  margin: 0 5px;
  box-sizing: border-box;
}
.container .columnMenu li a:hover,
.container .columnMenu li.on a {
  background: rgba(51, 51, 51, 1);
  color: #fff;
}
.container .columnMenu li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding:0 15px;
  background: #fff;
  font-size: 16px;
  color: #333333;
  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 .paging {
  text-align: center;
  margin: 30px 0 60px 0;
}
.container .paging ul {
  display: inline-block;
}
.container .paging li {
  float: left;
  margin: 0 5px;
}
.container .paging li a:hover,
.container .paging li.on a,.container .paging li.active a {
  background: #1664FF;
  color: #fff;
}
.container .paging li a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  color: #666666;
  padding: 0 16px;
  background: #fff;
}
@media only screen and (max-width: 1440px) {
  .container .columnMenu li {
    width: 12.5%;
  }
}
.anchor1 {
  position: relative;
  top: -50px;
}
.casePage .caseList {
  margin: 0 -15px 0 -15px;
}
.casePage .caseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.casePage .caseList li {
  width: 33.33333%;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}
.casePage .caseList li .box {
  display: block;
  background: #fff;
  transition: all 0.3s linear;
  border-radius:5px;
  overflow:hidden;
  box-shadow: 1px 1px 10px rgba(5, 5, 5, 0.2);
}
.casePage .caseList 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);
}
.casePage .caseList li .box:hover .text {
  background: #1664FF;
}
.casePage .caseList li .box:hover .tit,
.casePage .caseList li .box:hover .txt {
  color: #fff;
}
.casePage .caseList li .pic {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.casePage .caseList li .pic img {
	height: 250px;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.casePage .caseList li:hover .pic img {
	transform: scale(1.2, 1.2)
}

.casePage .caseList li .pic .filter {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  background: rgb(0,0,0,0.5);
}
.casePage .caseList li .pic .filter.trans {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  backface-visibility: hidden;
}


.casePage .caseList li .text {
  padding: 5px 10px;
  box-sizing: border-box;
  display: block;
  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 .tit,
.casePage .caseList li .txt {
  height: 30px;
  line-height: 30px;
  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;
  text-align: left;
}
.casePage .caseList li .tit {
  font-size: 16px;
  color: #101014;
}
.casePage .caseList li .txt {
  font-size: 12px;
  color: #999999;
}


.caseList li:hover .box {
	transform: translate(0,-5px);
    box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.3);
}
.caseList li:hover .box .meta-head-cover{
	bottom: 40%;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	backface-visibility: hidden;
}

.meta-head-cover{
	width: 220px;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: -40px;
	margin-left: -100px;
	z-index: 999;
	display: flex;
	text-align: center;
}
.meta-head-cover .preview ,.meta-head-cover .editor{
    width: 95px;
    height: 35px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    display: flex;
    color: #111416;
    justify-content: center;
    align-items: center;
}
.meta-head-cover .editor {
    background: linear-gradient(-39deg,#226ce8 0%, #3363dc 100%);
    color: #F4F4F4;
    margin-left: 30px;
}


.anadvantage {
  padding: 60px 0;
}
.anadvantage .title {
  text-align: center;
  font-size: 36px;
  color: #333333;
}
.anadvantage ul {
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  box-sizing: border-box;
  margin-top: 36px;
  background: #fff;
}
.anadvantage ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.anadvantage li {
  width: 33.333%;
  float: left;
  border-right: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
  padding: 54px 58px;
  position: relative;
  overflow: hidden;
}
.anadvantage li:hover .number,
.anadvantage li:hover .txt {
  color: #fff;
}
.anadvantage li:hover .line {
  background: #fff;
}
.anadvantage li:hover .icon1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.anadvantage li:hover .icon2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.anadvantage li .number,
.anadvantage li .txt,
.anadvantage li .line {
  position: relative;
  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;
}
.anadvantage li .number {
  font-family: "Arial";
  font-size: 74px;
  color: #cccccc;
}
.anadvantage li .txt {
  line-height: 30px;
  font-size: 22px;
  color: #333333;
  margin: 16px 0 48px 0;
}
.anadvantage li .line {
  width: 20px;
  height: 3px;
  background: #1664FF;
}
.anadvantage li .icon2,
.anadvantage li .icon1 {
  width: 140px;
  height: 112px;
  position: absolute;
  right: 32px;
  bottom: 0;
  z-index: 5;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.anadvantage li .icon2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.anadvantage li img {
  width: auto;
  display: inline-block;
  max-height: 100%;
}
.anadvantage li .filter {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  background: #1664FF;
}
.anadvantage li .filter.trans {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  backface-visibility: hidden;
}

.sidebar {
  width: 428px;
  float: right;
  background: #fff;
}
.sidebar > div {
  padding: 40px 30px 0 30px;
  box-sizing: border-box;
}
.sidebar .title {
  line-height: 24px;
  font-size: 20px;
  color: #fb8e00;
  padding-left: 14px;
  box-sizing: border-box;
  position: relative;
}
.sidebar .title::after {
  content: " ";
  width: 3px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 2;
  background: #1664FF;
}
.sidebar .case ul {
  margin-top: 10px;
}
.sidebar .case li {
  border-bottom: solid 1px #dedede;
}
.sidebar .case li a {
  display: block;
  padding: 20px 0;
}
.sidebar .case li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.sidebar .case 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 .case li a:hover .tit {
  color: #fb8e00;
}
.sidebar .case li .pic {
  width: 136px;
  height: 109px;
  float: left;
  overflow: hidden;
}
.sidebar .case 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 .case li .text {
  padding: 30px 0 0 156px;
}
.sidebar .case li .tit,
.sidebar .case li .date {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar .case li .tit {
  font-size: 18px;
  color: #333333;
  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 .case li .date {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.sidebar .news ul {
  margin-top: 10px;
}
.sidebar .news li {
  border-bottom: solid 1px #dedede;
}
.sidebar .news li a {
  display: block;
  padding: 16px 0;
}
.sidebar .news li a:hover .tit {
  color: #fb8e00;
}
.sidebar .news li .tit,
.sidebar .news li .txt {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar .news li .tit {
  font-size: 16px;
  color: #333333;
  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 {
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
.mainLeft {
  width: 984px;
  float: left;
}
.pbdetails {
  background: #fff;
  padding: 58px 50px;
  box-sizing: border-box;
}
.pbdetails .title {
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #333333;
}
.pbdetails .info {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin-top: 14px;
}
.pbdetails .article {
  padding: 20px 0 34px 0;
}
.pbdetails iframe,
.pbdetails video {
  width: 100%;
  display: block;
}
.pbdetails .share {
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  text-align: center;
  padding: 34px 0;
}
.pbdetails .share .tit {
  font-size: 16px;
  color: #666666;
}
.pbdetails .share a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 10px;
  background: no-repeat center;
  background-size: 100% 100%;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pbdetails .share a:nth-child(1) {
  background-image: url(../images/share1.png);
}
.pbdetails .share a:nth-child(1):hover {
  background-image: url(../images/share11.png);
}
.pbdetails .share a:nth-child(2) {
  background-image: url(../images/share2.png);
}
.pbdetails .share a:nth-child(2):hover {
  background-image: url(../images/share22.png);
}
.pbdetails .share a:nth-child(3) {
  background-image: url(../images/share3.png);
}
.pbdetails .share a:nth-child(3):hover {
  background-image: url(../images/share33.png);
}
.pbdetails .share a:nth-child(3):hover .wechat-qrcode {
  display: block;
}
.pbdetails .share .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 9;
  width: 160px;
  margin-left: -80px;
  height: 180px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.pbdetails .share .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.pbdetails .share .wechat-qrcode.bottom:after {
  display: none;
}
.pbdetails .share .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.pbdetails .share .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.pbdetails .share .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.pbdetails .share .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.pbdetails .share .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;
}
.pbdetails .share #share {
  margin-top: 18px;
}
.pbdetails .prevnext {
  margin-top: 50px;
}
.pbdetails .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.pbdetails .prevnext a {
  width: 172px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  /*background: #e8e8e8;*/
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
/*
.pbdetails .prevnext a:hover {
  background: #fb8e00;
  color: #fff;
}
*/
.caseDetails {
  padding: 40px 0 60px 0;
}
@media only screen and (max-width: 1440px) {
  .sidebar {
    width: 340px;
  }
  .sidebar > div {
    padding: 40px 14px 0 14px;
  }
  .mainLeft {
    width: 840px;
  }
  .pbdetails {
    padding: 58px 20px;
  }
}
.newsPage {
  padding: 0 0 60px 0;
}
.newsPage .newsList {
  margin: 0 -15px 0 -15px;
}
.newsPage .newsList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  float: left;
}
.newsPage .newsList li a {
  display: block;
  background: #fff;
  padding: 30px 40px 20px 40px;
  box-sizing: border-box;
}
.newsPage .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);
}
.newsPage .newsList li a:hover .date,
.newsPage .newsList li a:hover .tit {
  color: #fb8e00;
}
.newsPage .newsList li .pic {
  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,
.newsPage .newsList li .tit {
  height: 20px;
  line-height: 20px;
  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 li .date {
  font-size: 14px;
  color: #999999;
  margin: 20px 0 6px 0;
}
.newsPage .newsList li .tit {
  font-size: 18px;
  color: #333333;
}
.newsPage .newsList li .line {
  height: 1px;
  background: url(../images/news_line.png) repeat-x 0 0;
  margin: 18px 0 16px 0;
}
.newsPage .newsList li .txt {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .paging {
  margin-bottom: 0;
}
.newsPage .problemList {
  margin: 0 -20px;
}
.newsPage .problemList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .problemList li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  float: left;
}
.newsPage .problemList li a {
  display: block;
  background: #fff;
}
.newsPage .problemList li a:hover .tit {
  background: #1664FF;
  color: #fff;
}
.newsPage .problemList li a:hover .tit span {
  background: #fff;
  color: #fb8e00;
}
.newsPage .problemList 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);
}
.newsPage .problemList li .tit {
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #e8e8e8;
  font-size: 16px;
  color: #333333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .problemList li .txt span,
.newsPage .problemList li .tit span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #1664FF;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  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 .problemList li .cont {
  padding: 20px;
  box-sizing: border-box;
}
.newsPage .problemList li .cont:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .problemList li .pic {
  width: 163px;
  overflow: hidden;
  float: left;
}
.newsPage .problemList 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 .problemList li .text {
  padding: 0 0 0 183px;
  box-sizing: border-box;
}
.newsPage .problemList li .txt {
  height: 81px;
  line-height: 27px;
  font-size: 15px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .problemList li .txt span {
  background: #cccccc;
}
.newsPage .problemList li .more {
  text-align: right;
  font-size: 14px;
  color: #999999;
}
.coopPage {
  padding-bottom: 60px;
}
.coopPage .process {
  position: relative;
}
.coopPage .process .content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 400px;
  height: 100%;
  background: url(../images/process_title.jpg) no-repeat right 0 bottom 0 #1664FF;
  padding: 60px 54px;
  box-sizing: border-box;
  color: #fff;
}
.coopPage .process .content .box {
  display: none;
}
.coopPage .process .content .tit {
  font-size: 40px;
}
.coopPage .process .content .line {
  width: 36px;
  height: 3px;
  background: #fff;
  margin: 26px 0;
}
.coopPage .process .content .txt {
  line-height: 40px;
  font-size: 22px;
}
.coopPage .process .list {
  padding-right: 400px;
  box-sizing: border-box;
}
.coopPage .process .list ul {
  display: block;
  border-top: solid 1px #f5f5f5;
  border-left: solid 1px #f5f5f5;
  box-sizing: border-box;
}
.coopPage .process .list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.coopPage .process .list li {
  width: 25%;
  float: left;
  background: #fff;
  cursor: pointer;
  border-right: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 0;
  height: 247px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.coopPage .process .list li.on {
  position: relative;
  z-index: 2;
  box-shadow: -6px 6px 10px rgba(0, 0, 0, 0.1);
  padding: 18px 0 22px 0;
}
.coopPage .process .list li.on .icon .i1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.coopPage .process .list li.on .icon .i2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.coopPage .process .list li .icon {
  width: 116px;
  height: 116px;
  margin: 0 auto;
  position: relative;
}
.coopPage .process .list li .icon .i2,
.coopPage .process .list li .icon .i1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.coopPage .process .list li .icon .i2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.coopPage .process .list li .number {
  font-size: 36px;
  color: #e2e2e2;
  margin: 14px 0 8px 0;
}
.coopPage .process .list li .txt {
  font-size: 16px;
  color: #333333;
}
.coopPage .chargeList {
  margin: 0 -10px;
}
.coopPage .chargeList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.coopPage .chargeList li {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 12px;
  text-align: center;
}
.coopPage .chargeList li a {
  display: block;
}
.coopPage .chargeList li a:hover .tit {
  color: #fb8e00;
}
.coopPage .chargeList 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);
}
.coopPage .chargeList li .tit {
  height: 78px;
  line-height: 78px;
  font-size: 20px;
  color: #333333;
  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;
}
.coopPage .chargeList li .pic {
  background: #fff;
  overflow: hidden;
}
.coopPage .chargeList 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;
}
.servicePage .title {
  text-align: center;
  font-size: 36px;
  color: #333333;
}
.servicePage .introduce {
  padding-bottom: 60px;
}
.servicePage .introduce .content {
  background: #fff;
  margin-top: 38px;
}
.servicePage .introduce .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.servicePage .introduce .content .text,
.servicePage .introduce .content .pic {
  width: 50%;
  float: left;
}
.servicePage .introduce .content .pic .swiper-pagination {
  text-align: right;
  font-size: 20px;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#080201)";
  /*IE 8*/
  text-shadow: 1px 1px 3px rgba(8, 2, 1, 0.7);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#080201);
  /*IE 5.5-7*/
}
.servicePage .introduce .content .text {
  padding: 30px;
  box-sizing: border-box;
}
.servicePage .introduce .content .tit {
  font-size: 24px;
  color: #333333;
}
.servicePage .introduce .content .line {
  width: 26px;
  height: 2px;
  background: #999999;
  margin: 18px 0;
}
.servicePage .introduce .content .txt {
  line-height: 27px;
  font-size: 16px;
  color: #666666;
}
.servicePage .introduce .swiper-container.gd2 {
  padding: 20px 0 60px 0;
}
.servicePage .introduce .swiper-container.gd2 .swiper-slide {
  width: 220px;
}
.servicePage .introduce .swiper-container.gd2 a {
  display: block;
  overflow: hidden;
  background: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.servicePage .introduce .swiper-container.gd2 a:hover {
  box-shadow: 0 0 15px 3px #bbb;
}
.servicePage .introduce .swiper-container.gd2 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);
}
.servicePage .introduce .swiper-container.gd2 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;
}
.videoBox {
  cursor: pointer;
}
.videoBox: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);
}
.videoBox .pic {
  position: relative;
  overflow: hidden;
}
.videoBox .pic img {
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
}
.videoBox .icon {
  width: 64px;
  background: url(../images/video_icon.png) no-repeat center 0;
  background-size: 100% 100%;
  position: absolute;
  height: 64px;
  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: 2;
}
.videoBox .tit {
  background: url(../images/video_icon.png) no-repeat center 0;
  background-size: 64px 64px;
  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: 2;
  font-size: 20px;
  color: #fff;
  padding-top: 82px;
  width: 100%;
  text-align: center;
}
.videoBox iframe,
.videoBox video {
  width: 100%;
  display: none;
}
.videoboxx {
  padding: 0 0 30px 0;
}
.videoboxx iframe,
.videoboxx video {
  width: 100%;
  display: block;
}
.relatedCase {
  background: #fff;
  padding: 58px 0 30px 0;
}
.relatedCase ul {
  margin: 38px -15px 0 -15px;
}
.relatedCase ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.relatedCase li {
  width: 33.3333%;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  margin-bottom: 30px;
}
.relatedCase li a {
  display: block;
  background: #f5f5f5;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.relatedCase li a:hover {
  background: #1664FF;
}
.relatedCase 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);
}
.relatedCase li a:hover .tit,
.relatedCase li a:hover .txt {
  color: #fff;
}
.relatedCase li .pic {
  overflow: hidden;
  cursor: pointer;
}
.relatedCase li .pic: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);
}
.relatedCase 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;
}
.relatedCase li .text {
  padding: 20px 10px;
  box-sizing: border-box;
}
.relatedCase li .tit,
.relatedCase li .txt {
  height: 30px;
  line-height: 30px;
  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;
}
.relatedCase li .tit {
  font-size: 20px;
  color: #333333;
}
.relatedCase li .txt {
  font-size: 16px;
  color: #666666;
}
.container .swiper-container .pn.wrap {
  width: 54px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}
.container .swiper-container .pn.wrap .swiper-button-next,
.container .swiper-container .pn.wrap .swiper-button-prev {
  float: left;
  width: 27px;
  height: 15px;
  padding: 0;
  margin: 0;
  background-size: auto 100%;
  outline: none;
  position: static;
  top: 0;
  left: 0;
}
.container .swiper-container .pn.wrap .swiper-button-next span,
.container .swiper-container .pn.wrap .swiper-button-prev span {
  width: 16px;
  height: 1px;
  background: #fff;
  display: block;
  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 .swiper-container .pn.wrap .swiper-button-prev {
  background: url(../images/arrow2.png) no-repeat 0 center;
}
.container .swiper-container .pn.wrap .swiper-button-prev span {
  margin: 7px 0 0 0;
  opacity: 0;
}
.container .swiper-container .pn.wrap .swiper-button-prev:hover span {
  margin-left: 11px;
  opacity: 1;
}
.container .swiper-container .pn.wrap .swiper-button-next {
  background: url(../images/arrow3.png) no-repeat right 0 center;
}
.container .swiper-container .pn.wrap .swiper-button-next span {
  margin: 7px 0 0 11px;
  opacity: 0;
}
.container .swiper-container .pn.wrap .swiper-button-next:hover span {
  opacity: 1;
  margin-left: 0;
}
.aboutPage .introduce:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .introduce .swiper-container {
  width: 630px;
  float: left;
}
.aboutPage .introduce .content {
  width: 772px;
  float: right;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.aboutPage .puResults {
  margin: 40px 0 60px 0;
  background: #fff;
  padding: 28px 0;
}
.aboutPage .puResults:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .puResults ul {
  margin-top: 0;
}
.aboutPage .history {
  max-width: 1100px;
  margin: 0 auto 60px auto;
  position: relative;
  padding: 64px 0 100px 0;
}
.aboutPage .history .line {
  width: 1px;
  height: 100%;
  background: #dddddd;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}
.aboutPage .history .before {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background: #1664FF;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
  z-index: 3;
}
.aboutPage .history .after {
  width: 78px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(../images/arrow8.png) no-repeat center #1664FF;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -39px;
  z-index: 5;
}
.aboutPage .history ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .history li {
  width: 608px;
  float: left;
}
.aboutPage .history 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 .history li:hover .year {
  background: #1664FF;
}
.aboutPage .history li:hover .year::after {
  background-image: url(../images/year3.png);
}
.aboutPage .history li .year {
  width: 116px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #cccccc;
  font-size: 18px;
  color: #fff;
  float: right;
  position: relative;
  z-index: 2;
  margin-top: 84px;
}
.aboutPage .history li .year::after {
  content: " ";
  width: 62px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -62px;
  margin-top: -5px;
  z-index: 2;
  background: url(../images/year1.png) no-repeat;
  background-size: 100% auto;
}
.aboutPage .history li .cont {
  width: 410px;
  float: left;
  padding: 30px 30px 24px 30px;
  box-sizing: border-box;
  background: #fff;
}
.aboutPage .history li .cont .pic {
  overflow: hidden;
}
.aboutPage .history li .cont 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;
}
.aboutPage .history li .cont .text {
  line-height: 25px;
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
}
.aboutPage .history li:nth-child(even) {
  float: right;
  margin-top: -230px;
}
.aboutPage .history li:nth-child(even):hover .year::after {
  background-image: url(../images/year4.png);
}
.aboutPage .history li:nth-child(even) .year {
  float: left;
}
.aboutPage .history li:nth-child(even) .year::after {
  left: auto;
  right: -62px;
  background-image: url(../images/year2.png);
}
.aboutPage .history li:nth-child(even) .cont {
  float: right;
}
.aboutPage .concept {
  padding-bottom: 60px;
}
.aboutPage .concept .infobox {
  background: url(../images/concept_info_bg.jpg) no-repeat right 40px bottom 0 #ffffff;
}
.aboutPage .concept .infobox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .concept .infobox .content,
.aboutPage .concept .infobox .pic {
  width: 50%;
  float: left;
}
.aboutPage .concept .infobox .content {
  padding: 78px 38px 30px 38px;
  box-sizing: border-box;
}
.aboutPage .concept .infobox .tit {
  font-size: 24px;
  color: #333333;
}
.aboutPage .concept .infobox .line {
  width: 26px;
  height: 2px;
  background: #999999;
  margin: 24px 0 26px 0;
}
.aboutPage .concept .infobox .txt {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
.aboutPage .concept .list {
  background: #fff;
  margin-top: 22px;
}
.aboutPage .concept .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .concept .list li {
  width: 50%;
  float: left;
  text-align: center;
  border-right: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  box-sizing: border-box;
  padding: 60px 44px 46px 44px;
}
.aboutPage .concept .list li:nth-child(1),
.aboutPage .concept .list li:nth-child(2),
.aboutPage .concept .list li:nth-child(3) {
  width: 33.3333%;
}
.aboutPage .concept .list li:hover .icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.aboutPage .concept .list li .icon {
  width: 80px;
  height: 80px;
  margin: 0 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;
}
.aboutPage .concept .list li .tit {
  line-height: 34px;
  font-size: 24px;
  color: #333333;
  margin: 18px 0 14px 0;
}
.aboutPage .concept .list li .txt {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
}
.aboutPage .pricebox .title {
  text-align: center;
}
.aboutPage .pricebox .title .tit {
  font-size: 36px;
  color: #333333;
}
.aboutPage .pricebox .title .txt {
  font-size: 16px;
  color: #666666;
  margin-top: 16px;
}
.aboutPage .pricebox .content {
  padding: 38px 0 60px 0;
}
.aboutPage .pricebox .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .pricebox select,
.aboutPage .pricebox input[type="text"] {
  width: 700px;
  height: 64px;
  border: solid 1px #ececec;
  box-sizing: border-box;
  padding: 0 28px;
  font-size: 16px;
  color: #333333;
  float: left;
  margin-bottom: 20px;
}
.aboutPage .pricebox select::-webkit-input-placeholder,
.aboutPage .pricebox input[type="text"]::-webkit-input-placeholder {
  color: #333333;
}
.aboutPage .pricebox select:-moz-placeholder,
.aboutPage .pricebox input[type="text"]:-moz-placeholder {
  color: #333333;
}
.aboutPage .pricebox select::-moz-placeholder,
.aboutPage .pricebox input[type="text"]::-moz-placeholder {
  color: #333333;
}
.aboutPage .pricebox select:-ms-input-placeholder,
.aboutPage .pricebox input[type="text"]:-ms-input-placeholder {
  color: #333333;
}
.aboutPage .pricebox select:nth-child(even),
.aboutPage .pricebox input[type="text"]:nth-child(even) {
  float: right;
}
.aboutPage .pricebox select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow1.png) no-repeat right 28px center #ffffff;
}
.aboutPage .pricebox button,
.aboutPage .pricebox input[type="button"] {
  max-width: 256px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 20px auto 0 auto;
  clear: both;
  background: #1664FF;
  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 .pricebox button:hover,
.aboutPage .pricebox input[type="button"]:hover {
  background: #e98400;
}
.aboutPage .contact {
  background: #fff;
  padding: 60px 0;
}
.aboutPage .contact #allmap {
  height: 524px;
}
.aboutPage .contact .address {
  border-left: solid 1px #ececec;
  border-top: solid 1px #ececec;
  box-sizing: border-box;
}
.aboutPage .contact .address:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .contact .address li {
  width: 33.3333%;
  border-bottom: solid 1px #ececec;
  border-right: solid 1px #ececec;
  box-sizing: border-box;
  text-align: center;
  padding: 56px 20px;
  float: left;
}
.aboutPage .contact .address li:hover .icon1 {
  display: none;
}
.aboutPage .contact .address li:hover .icon2 {
  display: block;
}
.aboutPage .contact .address li .icon2,
.aboutPage .contact .address li .icon1 {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.aboutPage .contact .address li .icon2 {
  display: none;
}
.aboutPage .contact .address li .tit {
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  margin-top: 26px;
}
.aboutPage .contact .address li .txt {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.aboutPage .contact .address li .txt a {
  font-size: 16px;
  color: #666666;
}
.aboutPage .cooperation .coop {
  border-top: solid 1px #ececec;
  border-left: solid 1px #ececec;
  box-sizing: border-box;
}
.aboutPage .cooperation .coop:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .cooperation .coop li {
  width: 20%;
  float: left;
  border-right: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  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 .cooperation .coop li:hover {
  box-shadow: 0 0 15px 3px #bbb;
  z-index: 5;
}
.aboutPage .cooperation .paging {
  margin-top: 50px;
}
.aboutPage .talent .list {
  margin-bottom: 50px;
}
.aboutPage .talent .list li {
  margin-bottom: 30px;
  background: #fff;
}
.aboutPage .talent .list li.on .top {
  background-image: url(../images/recruitment_icon2.png);
  background-color: #1664FF;
  color: #fff;
}
.aboutPage .talent .list li .top {
  padding: 18px 56px 18px 24px;
  box-sizing: border-box;
  background: url(../images/recruitment_icon1.png) no-repeat right 24px center;
  background-size: 28px 28px;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.aboutPage .talent .list li .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .talent .list li .top span {
  width: 25%;
  float: left;
}
.aboutPage .talent .list li .down {
  padding: 10px 24px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  display: none;
}
.aboutPage .talent .list li .down .txt {
  margin-top: 32px;
}
.aboutPage .talent .list li .down .tit {
  font-size: 18px;
  color: #fb8e00;
  margin-bottom: 10px;
}
.aboutPage .culture .title,
.aboutPage .team .title {
  text-align: center;
  font-size: 28px;
  color: #000;
}
.aboutPage .culture .slogan,
.aboutPage .team .slogan {
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #666666;
  margin-top: 14px;
}
.aboutPage .team .list {
  margin: 40px -15px 0px -15px;
}
.aboutPage .team .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .team .list li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  
  
}
.aboutPage .team .list li .shadow{
	box-shadow: 0 8px 10px 0 rgba(0,0,0,.2);
}
.aboutPage .team .list li:hover .pic .filter {
  opacity: .5;
}
.aboutPage .team .list li:hover .pic .txt {
  opacity: 1;
}
.aboutPage .team .list li .pic {
  overflow: hidden;
  position: relative;
  background:#ffffff;

}
.aboutPage .team .list li .pic img {
	height:460px;
  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 .team .list li .pic .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: #1664FF;
  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;
}
.aboutPage .team .list li .pic .txt {
  width: 100%;
  position: absolute;
  left: 0;
  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: 8;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  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;
}
.aboutPage .team .list li .text {
  padding: 10px 15px;
  box-sizing: border-box;
  background: #fff;
}
.aboutPage .team .list li .name {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .team .list li .duties {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #666666;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .culture {
  background: #fff;
  margin-top: 50px;
  padding: 60px 0;
}
.aboutPage .culture .content {
  margin-top: 40px;
}
.aboutPage .culture .swiper-container:hover .swiper-button-prev {
  left: 10px;
}
.aboutPage .culture .swiper-container:hover .swiper-button-next {
  right: 10px;
}
.aboutPage .culture .swiper-button-prev,
.aboutPage .culture .swiper-button-next {
  width: 52px;
  height: 52px;
  background-size: 100% 100%;
  padding: 0;
  top: 50%;
  margin: -26px 0 0 0;
  outline: 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;
}
.aboutPage .culture .swiper-button-prev {
  background-image: url(../images/qualification_prev1.png);
  left: -60px;
}
.aboutPage .culture .swiper-button-next {
  background-image: url(../images/qualification_next1.png);
  right: -60px;
}
.aboutPage .culture .swiper-button-next:hover {
  background-image: url(../images/qualification_next2.png);
}
.aboutPage .culture .swiper-button-prev:hover {
  background-image: url(../images/qualification_prev2.png);
}
@media only screen and (max-width: 1440px) {
  .aboutPage .introduce .swiper-container {
    width: 620px;
  }
  .aboutPage .introduce .content {
    width: 560px;
    padding-top: 0;
  }
  .aboutPage .concept .infobox .content {
    padding: 30px 38px;
  }
  .aboutPage .pricebox select,
  .aboutPage .pricebox input[type="text"] {
    width: 580px;
  }
}
.singlePage {
  padding: 30px 10px;
  box-sizing: border-box;
}
.mapPage .siteMap {
  padding: 50px 0;
}
.mapPage .siteMap .row {
  margin-bottom: 20px;
}
.mapPage .siteMap .row .tit {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f1efeb;
  font-size: 16px;
  color: #fb8e00;
}
.mapPage .siteMap .row ul {
  margin-top: 10px;
}
.mapPage .siteMap .row ul li {
  width: 20%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}
.mapPage .siteMap .row ul li a {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  border: dotted 1px #999;
  font-size: 14px;
  color: #666;
}
.mapPage .siteMap .row ul li a:hover {
  color: #fb8e00;
}
#layui-layer-iframe1 img,
.layui-layer-content img {
  width: 100% !important;
}
.popupPic {
  max-width: 900px;
  width: 90%;
  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: 110;
  display: none;
}
.popupPic img {
  width: 100%;
  display: block;
}



/*分类筛选项
.container .columnMenu2 {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
	height: 125px;
}

.container .columnMenu2 ul{margin: 0; padding: 0;}
.container .columnMenu2 .levelone li{list-style: none; line-height: 30px; float:left;margin: 0 5px 5px 0;}
.container .columnMenu2 .levelone li a{
	display:block;
    height: 30px;
    line-height: 30px;
    padding: 0px 6px;
    white-space: nowrap;
    color: #414a60;
    border-radius: 3px;
	font-size:14px;
}
.container .columnMenu2 .levelone .tit{
    width: 80px;
	height: 40px;
    padding: 0px;
    text-align: right;
    color: #555;
    font-weight: bold;
}

.container .columnMenu2 .chanellist li.active a.chn1, .container .columnMenu2  .chanellist li.active2 a.chn2{
    background: linear-gradient(90deg,#19a0f1,#338bff);color: #fff;
}
.container .columnMenu2  .chanellist a:hover{
    background: linear-gradient(180deg,#EEEEEE,#D9D9D9);color:#000;
}
.container .columnMenu2 .chanellist{ position: relative;}
.container .columnMenu2 .chanellist .levelone li .leveltwo{ display:none}
.container .columnMenu2 .chanellist .levelone li.active .leveltwo{display:block;position: absolute; top:50px; left:0px;}
*/

/*分类筛选项*/
.container .columnMenu2 {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
	height: 160px;
	font-family: "Microsoft YaHei", "Arial", arial;
}

.container .columnMenu2 ul{margin: 0; padding: 0;}
.container .columnMenu2 .levelone li{list-style: none; line-height: 35px; float:left;margin: 0 5px 5px 0;}
.container .columnMenu2 .levelone li a{
	display:block;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    white-space: nowrap;
    color:#000;
	font-size:16px;
}
.container .columnMenu2 .levelone .tit{
    width: 80px;
	height: 40px;
    padding: 0px;
    text-align: right;
    color: #555;
	font-size:14px;
    font-weight: bold;
}

.container .columnMenu2 .chanellist li.active a.chn1, .container .columnMenu2  .chanellist li.active2 a.chn2{
    background: rgba(51, 51, 51, 1);
	color: #fff;
}
.container .columnMenu2  .chanellist a:hover{
    background: linear-gradient(180deg,#EEEEEE,#D9D9D9); color: #000;
}
.container .columnMenu2 .chanellist{ position: relative;}
.container .columnMenu2 .chanellist .levelone li .leveltwo{ display:none}
.container .columnMenu2 .chanellist .levelone li.active .leveltwo{display:block;position: absolute; top:50px; left:0px;}


 /* 弹出层*/
.dialog {border-radius:0;border:0 solid #ebebeb;margin:0 auto;box-shadow:0 10px 25px rgba(0,0,0,0.3);}
.dialog .dialog-head {font-size:18px;border-bottom:0;background:#FFF;color:#383838;}
.dialog .dialog-head .close {float:right;line-height:24px}
.dialog .dialog-body{padding:10px 40px 40px 40px;}
.dialog-body h3 {font-size:24px;font-weight:600;color:#333;margin-bottom:10px}
.dialog-body .form-group {padding-bottom:20px}
.dialog-body .input{height:48px;line-height:24px;padding:0 12px;border:1px solid #ebebeb;width:100%;display:block;border-radius:0px;-webkit-appearance:none;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;background:transparent;}
.dialog-body .textarea {padding:10px 12px;line-height:24px;width:100%;background:transparent;border:1px solid #ebebeb;}
.dialog-body .label {padding-bottom:10px;display:block;line-height:24px;}
.dialog-body .label label {font-weight:400;}
.dialog-body select {padding:0 30px 0 8px;color:#ADADAD;border-radius:0px;width: 100%; height:48px;line-height:48px;border:solid 1px #ebebeb;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(../images/select-down.png) no-repeat right 50%;}
.dialog-body .form-tips .dialog-body .input-help ul {border:solid 0px #ebebeb;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.dialog-body .input::-webkit-input-placeholder, .dialog-body .textarea::-webkit-input-placeholder {color: #6E6E6E;}
.dialog-body .input:-moz-placeholder, .dialog-body .textarea:-moz-placeholder {color: #6E6E6E;}
.dialog-body .input::-moz-placeholder, .dialog-body .textarea::-moz-placeholder {color: #6E6E6E;}
.dialog-body .input:-ms-input-placeholder, .dialog-body .textarea:-ms-input-placeholder {color: #6E6E6E;} 
.dialog-body .input-group .addon {background-color:#fff;border:0px solid #EBEBEB;border-radius:0px;line-height:1;padding:0;text-align:center}
.dialog-body .input-group .addon img{max-height:50px}




/* pc搜索图标 */
.header .searchBar{position:absolute;top:22px;right:120px}
.header a.search-ico i{font-size:18px;color:#6E6E6E;}

/* 购物车图标 */
.header .shopBar{position:absolute;top:37px;right:80px}
.header a.shop-ico i{font-size:18px;color:#6E6E6E;}

/* 登入后状态 */
.header .userBar{text-align:right;height:60px; float:right;}
.log-in{position:absolute;top:14px;right:5px}
.log-in .drop-menu {margin:12px 0 0;min-width:100px;border-radius:5px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.075); box-shadow:0 6px 12px rgba(0,0,0,.075) }
.log-in .drop-menu li{padding: 0 10px;height: 32px;text-align: center;}
.log-in .drop-menu li a{position: relative;height: 32px;line-height: 32px;}
.log-in .drop-menu li a:hover,.drop-menu a:focus {color:#2D2D2D;background: unset;}
.log-in .button-group span {display:inline-block;line-height:24px;height:24px;width:24px}
.log-in .button-group ul:before {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.log-in .button-group ul:after {position:absolute;top:-8px;left:50px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #e9e8e8;border-left:8px solid transparent;content:'';}
.log-in .button-group .fa-user:before{font-size: 18px;}
.log-in .button-group .button {padding:0;line-height:18px;font-size:20px}
.log-in .button-group .drop-menu {padding: 10px 0; left: -26px;top:30px; border-top:0px solid #ff0000;-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.075);box-shadow: 0px 8px 10px rgba(0,0,0,.05);border-radius:4px;}
.log-in a.user-ico{width:32px;height:32px;line-height:32px;background:#ECEFF5;display:block;}

.log-in a.user-head {
	width:80px;height:32px; line-height:32px;overflow:hidden;display:block;
    background: rgb(22, 82, 255);
    border-radius: 3px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    cursor: pointer;
}
.log-in a.user-head:hover {
    background: rgb(255, 255, 255);
    color: rgb(31, 40, 54);
}


/* 登入后状态 end*/

/* 注册登录切换 */
.register .tab{font-size:0}
.register .tab li{cursor:pointer;display:inline-block;position:relative;font-size:20px;width:60px;color:#666;margin:0 0 40px 0}
.register .tab li::before{background:#ccc;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}
.register .tab li.cur{color:#1652FF}
.register .tab li.cur::before{background:#1652FF;content:'';position:absolute;bottom:-10px;left:0;width:100%;height:3px;border-radius:3px;transition:transform .3s;}

.register .line{margin:0px;padding:0;position: relative; text-align: center;}
.register .line span{display: inline-block; padding: 0 20px; position: relative; z-index: 200;}
.register .line hr{-moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E2E2E2 -moz-use-text-color -moz-use-text-color; border-image: none; border-style: solid none none; margin-top:10px; position: absolute; top:0; width: 100%;}

.register .bnt-login{margin:0 auto;text-align:center}
.register .bnt-login a{display:inline-block;color:#fff;font-size:22px;width:48px;height:48px;text-align:center;line-height:48px;margin-right:10px;border-radius:30px}
.register .bnt-login a:hover{opacity:0.8}
.register .bnt-login a.weixin{background:#38B624}
.register .bnt-login a.qq{background:#1F92DF}
.register .bnt-login a.weibo{background:#FF6000}
/* 注册登录切换 end*/

/* 弹出搜索 begin */
.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m a:hover{color:#1652FF}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:50%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:86%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6E6E6E;height:60px;line-height:60px;float:left;padding:0}
.searchBar-m .button {width:8%;height:60px;line-height:60px;border-bottom:2px solid #f2f2f2;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px}
.searchBar-m .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;}
/* 弹出搜索 end */