@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font: 14px / 1.5 微软雅黑, "Microsoft YaHei", Arial, "PingFang SC", "Microsoft JhengHei", sans-serif;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  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;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #11b7e7;
}
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: 14px;
  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: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #C00;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap,
.wrap2 {
  max-width: 1360px;
  width: 95%;
  margin: 0 auto;
}
.wrap:after,
.wrap2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (min-width: 1820px) {
  .wrap2 {
    max-width: none;
    width: 100%;
  }
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col12 {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.nodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.nodata .title {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.nodata .desc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #11b7e7;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}
@keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-moz-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-webkit-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-moz-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-webkit-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
.header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
  padding: 0 60px;
  border-bottom: solid 1px #eee;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 80px;
  margin-top: 15px; 
}
.header .logo img {
  height: 100%;
}
.header .search-box {
  float: left;
  margin-top: 30px;
  position: relative;
}
.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}
.header .search-box .search-bar {
  width: 1000px;
  height: 89px;
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: 95;
  background: #fff;
  padding: 20px 10px;
  display: none;
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/close.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url(../images/search.png) no-repeat center;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .language {
  float: left;
  position: relative;
  margin-top: 40px;
  margin-left: 15px;
}
.header .language .tit {
  height: 20px;
  line-height: 20px;
  padding: 0 14px 0 12px;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat right 0 center;
  font-size: 16px;
  color: #666;
}
.header .language .tit.on {
  background-image: url(../images/arrow2.png);
}
.header .language .list {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #11b7e7;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #11b7e7;
  border-width: 4px;
  margin-left: -4px;
}
.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.header .language li a:hover {
  background: #C00;
}
.header .nav {
  float: left;
}
.header .nav > ul > li {
  float: left;
  position: relative;
}
.header .nav > ul > li > a {
  height: 100px;
  line-height: 100px;
  display: block;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  position: relative;
  padding: 0 34px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li > a::after,
.header .nav > ul > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #11b7e7;
  position: absolute;
  left: 34px;
  bottom: 20px;
  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;
}
.header .nav > ul > li > a::after {
  bottom: 14px;
  background: #11b7e7;
}
.header .nav > ul > li .arrow {
  display: none;
}
.header .nav > ul > li.on > a {
  color: #11b7e7;
}
.header .nav > ul > li.on > a::before {
  width: 15px;
}
.header .nav > ul > li.on > a::after {
  width: 23px;
}
.header .nav > ul > li.on:hover > a::before,
.header .nav > ul > li:hover > a::before {
  animation: headline1 .5s infinite alternate;
  -moz-animation: headline1 .5s infinite alternate;
  -webkit-animation: headline1 .5s infinite alternate;
  -o-animation: headline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.header .nav > ul > li.on:hover > a::after,
.header .nav > ul > li:hover > a::after {
  animation: headline2 .6s infinite alternate;
  -moz-animation: headline2 .6s infinite alternate;
  -webkit-animation: headline2 .6s infinite alternate;
  -o-animation: headline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.header .nav .sub {
  min-width: 140px;
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  padding-top: 2px;
  display: none;
}
.header .nav .sub li {
  margin-top: 1px;
}
.header .nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  background: #11b7e7;
  padding: 0 20px;
}
.header .nav .sub li a:hover {
  background: #C00;
}
.header .menu-btn {
  display: none;
}
@media only screen and (max-width: 1820px) {
  .header {
    padding: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .header .nav > ul > li > a {
    padding: 0 20px;
  }
  .header .nav > ul > li > a::after,
  .header .nav > ul > li > a::before {
    left: 20px;
  }
  .header .search-box .search-bar {
    width: 740px;
  }
}


.banner .lzpic1{ width:100%; position:relative; }
.banner .lzpic1 img{ width:100%;}
.banner .lzpic1 .text{ width:880px; position:absolute; left:50%; top:40%; margin:0 0 0 -440px; text-align:center; letter-spacing:1px;
    -webkit-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);}
.banner .lzpic1 .text h2{ width:100%; font-size:48px; color:white; line-height:60px; font-weight:bold;/*text-shadow: #000 0px 0px 10px;*/}
.banner .lzpic1 .text h4{ width:100%; margin-top:9px; color:white; font-size:54px; line-height:60px;/*text-shadow: #000 0px 0px 10px;*/ font-weight:bold;}

.banner .bar-pc{
	display: block;
}
.banner .bar-wap{
	display: none;
}

.i-banner {width:100%;}
.i-banner .bar-pc{
	display: block;
}
.i-banner .bar-wap{
	display: none;
}

.footer {
  background: #666;
  padding-top: 30px;
}
.footer .link-list {
	text-align:center;
}
.footer .link-list .list {
  display:inline-block;
  /*padding:0 4%;*/
  text-align: left;
  vertical-align: top;
  width:13%;
}
.footer .link-list h3.tit {position: relative; height:50px;}
.footer .link-list h3:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #888;
    bottom: 0;
    left: 0;
}
.footer .link-list h3.tit a {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.footer .link-list ul {
  margin-top: 30px;
}
.footer .link-list li {
  line-height: 20px;
  margin-bottom: 16px;
}
.footer .link-list li a {
  color: #ddd;
}
.footer .link-list li a:hover {
  color: #fff; text-decoration:underline;
}
.footer .right {
  float: right;
  text-align: right;
}
.footer .tel {
  display: inline-block;
}
.footer .address {
  text-align: right;
  line-height: 20px;
  color: #777777;
  margin: 28px 0 22px 0;
}
.footer .address p {
  margin-bottom: 6px;
}
.footer .friendship {
  color: #777;
  text-align: left;
  display: inline-block;
}
.footer .friendship:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .friendship .txt {
  min-width: 90px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background: #333;
  text-align: center;
  float: left;
}
.footer .friendship .list {
  float: left;
  position: relative;
}
.footer .friendship .tit {
  min-width: 200px;
  height: 38px;
  line-height: 36px;
  border: solid 1px #333;
  padding: 0 30px 0 14px;
  cursor: pointer;
  background: url(../images/arrow3.png) no-repeat right 14px center;
}
.footer .friendship .tit.on {
  background-image: url(../images/arrow4.png);
}
.footer .friendship ul {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 38px;
  z-index: 2;
  background: #333;
  overflow: auto;
  max-height: 300px;
  display: none;
}
.footer .friendship ul::-webkit-scrollbar {
  width: 4px;
}
.footer .friendship ul::-webkit-scrollbar-button {
  display: none;
}
.footer .friendship ul::-webkit-scrollbar-thumb {
  background: #000;
}
.footer .friendship ul li {
  border-top: solid 1px #222;
}
.footer .friendship ul li a {
  display: block;
  line-height: 20px;
  color: #222;
  padding: 6px 10px;
  color: #777;
}
.footer .friendship ul li a:hover {
  color: #fff;
}
.footer .bottom {
  padding: 20px 0;
  margin-top: 30px;
  text-align:center;
  border-top:1px solid #777;
}
.footer .bottom .copy {
  color: #ddd;
}
.footer .bottom .copy a {
  color: #fff;
}



/*
.footer { background: #606060; padding:30px 0;}

.footer .foot-branding { width: 15%;float: left;}
.footer .foot-branding img { width:50%;}
.footer .foot-txt {float: left;width: 60%; padding:0 5%; text-align:center; color:#999;}
.footer .footer-menu { padding-bottom:20px;}
.footer .footer-menu span { padding:0 15px;}
.footer .footer-menu a {color: #fff;}
.footer .footer-copy { line-height:22px; font-size:12px;}
.footer .footer-copy a {color: #fff;}

.footer .foot-social {float: right;width: 15%; padding-top:20px;}
.foot-social span {text-align:center;line-height:34px;height:34px;width:34px;font-size:16px;margin-left:5px;display:inline-block;color:#fff;border-radius:50%;background:#777;}
*/


.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner .swiper-pagination {
  bottom: 70px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 9px;
  border: solid 1px #fff;
  background: none;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
@keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
.dtline span {
  width: 2px;
  height: 16px;
  background: #fff;
  margin-right: 4px;
  display: inline-block;
  vertical-align: bottom;
}
.dtline span:nth-child(1) {
  height: 16px;
}
.dtline span:nth-child(2) {
  height: 12px;
}
.dtline span:nth-child(3) {
  height: 8px;
}
.dtline.dh span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .title {
  font-size: 24px;
  font-weight: bold;color: #11b7e7;
}
.main .pctitle .title span {
  position: relative;
  display: inline-block;
}


.main .profession {
  padding: 70px 0 60px 0;
}
.main .profession ul {
  margin: 40px -11px 0 -11px;
}
.main .profession ul li {
  width: 33.33%;
  float: left;
  padding: 0 11px;
}
.main .profession ul li a {
  display: block;

}

.main .profession ul li .text {
  width: 100%;
  /*height: 100%;*/

  z-index: 2;
  text-align:center;
}

.main .profession ul li .txt {display: inline-block; }
.main .profession ul li .txt h3 {font-size: 20px; padding:10px 0; font-weight:bold;}
.main .profession ul li .txt h4 {font-size: 23px;color: #fff;font-weight:bold;}


.main .about .content {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.main .about .pic {
  width: 50%;
  height: 100%; float:left;

  overflow: hidden;
}
.main .about .pic:hover span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.main .about .pic span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .pic img {
  width: 100%;
}
.main .about .cont {
  width: 50%;
  float: right;
  padding: 55px 60px;
}
.main .about .pctitle {
  text-align: left;
}
.main .about .pctitle .entit {
  line-height: 54px;
  font-weight: bold;
  font-size: 54px;
  color: #11b7e7;
  text-transform: uppercase;
  padding-bottom:20px;
}
.main .about .text {
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin: 30px 0 30px 0;
}
.main .about .text p { padding-bottom:15px;}
.main .about .more {
}
.main .about .more a {
  height: 20px;
  line-height: 20px;
  float: left;
  background: url(../images/arrow5.png) no-repeat right center;
  padding-right: 30px;
  font-size: 16px;
  color: #11b7e7;
}
.main .about .more a:hover span {
  width: 50px;
}

.main .production {
  padding: 80px 0;
}
.main .production img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .production a {
  display: block;
  position: relative;
  background: #000;
  text-align: center;
  overflow: hidden;
}
.main .production a > img {
  opacity: .4;
  filter: alpha(opacity=40);
}
.main .production a:hover > img {
  opacity: .8;
  filter: alpha(opacity=80);
  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 .production a:hover .dtline span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production a:hover .dtline span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production a:hover .dtline span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production .text.table {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  display: block;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.main .production .text.table .td {
  width: 100%;
  display: block;
}
.main .production .text.table .icon {
  width: 81px;
  margin: 0 auto;
}
.main .production .text.table .txt {
  font-size: 30px;
  color: #fff;
  margin: 22px 0;
}
.main .news {
  padding: 12px 0 40px 0;
}

.main .news .i-news-bg { height:180px;position: relative;padding:40px 0;}
.main .news .pc-title {width: 100%;z-index: 2;position: absolute;}
.main .news .pc-title .title { color:#fff;}
.main .news .pc-title .slogan { color:#fff;}
.main .news .i-news-bg .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.8;
}

.main .news .content {
  margin-top: 54px;
}

.main .news ul li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news ul li a:hover .tit {
  color: #900;
}
.main .news ul li {width:46%;float:left; margin:0 2%; overflow: hidden; padding:2% 0; border-bottom: 1px dashed #e5e5e5; display: block; }
.main .news ul li .picc { width:20%;float:left;}
.main .news ul li .txts { width:75%;float:right;}

.main .news ul li .date {
  display: inline-block;
  color: #999;
  line-height: 30px;
  margin: 8px 0;
}
.main .news ul li .tit,
.main .news ul li .txt {
  line-height: 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 .news ul li .tit {
  font-size: 18px;
  font-weight: normal; color:#11b7e7;
}
.main .news ul li .txt {
  color: #333;
}

.container .banner .lzpic1,
.container .banner .lzpic2 {
  height: 400px;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.column-menu {
  border-bottom: solid 1px #eeeeee;
  position: relative;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  margin-left: 48px;
  float: left;
}
.column-menu .menu li:first-child {
  margin-left: 0;
}
.column-menu .menu li.on a {
  color: #11b7e7;
  border-bottom: solid 2px #11b7e7;
}
.column-menu .menu li a {
  height: 68px;
  line-height: 68px;
  display: block;
  font-size: 18px;
}
.column-menu .menu li a:hover {
  color: #11b7e7;
}
.column-menu .crumbs {
  float: left;
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  color: #999;
  padding-left: 24px;
  background: url(../images/crumbs.png) no-repeat 0 center;
}
.column-menu .crumbs a {
  color: #999;
}
.column-menu .crumbs a:hover {
  color: #11b7e7;
}
.paging {
  text-align: center;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: none;
  margin: 0 8px;
  float: left;
}
.paging li a {
  display: block;
  width: 68px;
  height: 62px;
  line-height: 62px;
  background-color: #eee;
  font-family: "Arial", arial;
  color: #999;
}
.paging li.on a,
.paging li a:hover {
  background-color: #11b7e7;
  color: #fff;
}
.paging li.prev a,
.paging li.next a {
  width: 76px;
  background: no-repeat center #eeeeee;
}
.paging li.prev a {
  background-image: url(../images/arrow6.png);
}
.paging li.prev a:hover {
  background-image: url(../images/arrow8.png);
  background-color: #11b7e7;
}
.paging li.next a {
  background-image: url(../images/arrow7.png);
}
.paging li.next a:hover {
  background-image: url(../images/arrow9.png);
  background-color: #11b7e7;
}


.prevnext {
  overflow: hidden;
}
.prevnext .prev,
.prevnext .next,
.prevnext .return {
  height: 24px;
  line-height: 24px;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.prevnext .prev a,
.prevnext .next a,
.prevnext .return a {
  color: #555;
}
.prevnext .prev a:hover,
.prevnext .next a:hover,
.prevnext .return a:hover {
  color: #11b7e7;
}

.gray {
  background: #f8f8f8;
}
.about-page .introduction {
  overflow: hidden;
  margin: 54px 0 45px 0;
}
.about-page .introduction .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .introduction .cont {
  width: 41.17647059%;
  float: left;
  margin-bottom: 30px;
}
.about-page .introduction .pic {
  width: 50%;
  float: right;
}
.about-page .introduction img {
  width: 100%;
  display: block;
}
.about-page .introduction .entit {
  line-height: 60px;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .introduction .title {
  font-size: 24px;
  font-weight: bold;
  color: #11b7e7;
  margin: 20px 0 60px 0;
}
.about-page .introduction .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.about-page .features {
  margin: 45px 0 120px 0;
}
.about-page .features ul {
  overflow: hidden;
  margin: 0 -4px;
}
.about-page .features li {
  width: 25%;
  float: left;
  padding: 4px;
  text-align: center;
}
.about-page .features li:nth-child(4n+1) {
  clear: left;
}
.about-page .features li .box {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 60px 30px;
}
.about-page .features li img {
  width: 100%;
  display: block;
}
.about-page .features li .icon {
  width: 69px;
  margin: 0 auto;
}
.about-page .features li .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 40px 0;
}
.about-page .features li .txt {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.about-page .team,
.about-page .honor {
  padding: 80px 0;
}
.about-page .team .title,
.about-page .honor .title {
  text-align: center;
  font-size: 24px;
}
.about-page .team .paging,
.about-page .honor .paging {
  margin-top: 30px;
}
.honor-list {
  margin-top: 42px;
}
.honor-list ul {
  overflow: hidden;
  border-top: solid 1px #e2e2e2;
  border-left: solid 1px #e2e2e2;
}
.honor-list li {
  width: 20%;
  float: left;
  border-bottom: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  text-align: center;
  padding-top: 22px;
}
.honor-list li:nth-child(5n+1) {
  clear: left;
}
.honor-list li a {
  display: block;
}
.honor-list li a:hover .txt {
  color: #11b7e7;
  border-bottom: solid 3px #11b7e7;
}
.honor-list li .pic {
  height: 185px;
}
.honor-list li img {
  max-height: 100%;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.honor-list li .txt {
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  border-bottom: solid 3px #fff;
  color: #333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.team-list {
  margin-top: 42px;
}
.team-list ul {
  overflow: hidden;
  margin: 0 -10px;
}
.team-list li {
  width: 20%;
  padding: 10px;
  float: left;
}
.team-list li:nth-child(5n+1) {
  clear: left;
}
.team-list li span {
  display: block;
  background: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.team-list li span img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.team-list li span:hover img {
  filter: alpha(opacity=40);
  opacity: .4;
  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);
}
.team-list li span:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.team-list li span::after {
  content: " ";
  width: 27px;
  height: 28px;
  background: url(../images/surroundings_icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 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;
  filter: alpha(opacity=0);
  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;
}



.produce-page .introduction {
  padding: 70px 0;
}
.produce-page .introduction img {
  width: 100%;
  display: block;
}
.produce-page .introduction .pic {
  width: 50%;
  vertical-align: top;
}
.produce-page .introduction .cont {
  width: 50%;
  padding-left: 96px;
}
.produce-page .introduction .entit {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.produce-page .introduction .title {
  font-size: 24px;
  font-weight: bold;
  color: #11b7e7;
  margin: 22px 0 60px 0;
}
.produce-page .introduction .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.produce-page .introduction .address {
  border-top: solid 1px #eee;
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
}
.produce-page .introduction .address .txt {
  background: url(../images/address_icon.png) no-repeat 0 0;
  padding: 6px 0 6px 46px;
  line-height: 24px;
  font-size: 16px;
  color: #888;
}
.produce-page .introduction .address .txt span {
  color: #333;
  font-weight: bold;
  margin-right: 20px;
}
.produce-page .surroundings {
  padding: 90px 0;
  background: #f8f8f8;
}
.produce-page .surroundings .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.produce-page .surroundings .swiper-container {
  margin-top: 50px;
  padding-bottom: 80px;
}
.produce-page .surroundings .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.produce-page .surroundings .swiper-slide span {
  display: block;
  background: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.produce-page .surroundings .swiper-slide span:hover img {
  filter: alpha(opacity=40);
  opacity: .4;
  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);
}
.produce-page .surroundings .swiper-slide span:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.produce-page .surroundings .swiper-slide span::after {
  content: " ";
  width: 27px;
  height: 28px;
  background: url(../images/surroundings_icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 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;
  filter: alpha(opacity=0);
  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;
}
.produce-page .surroundings .swiper-pagination {
  bottom: 0;
}
.produce-page .surroundings .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  margin: 0 5px;
  background: #ddd;
  opacity: 1;
  border-radius: 0;
}
.produce-page .surroundings .swiper-pagination-bullet-active {
  background: #11b7e7;
}
.equipment-page,
.product-page {
  padding: 50px 0 100px 0;
}
.equipment-page .paging,
.product-page .paging {
  margin-top: 70px;
}
.product-list ul {
  overflow: hidden;
  margin: 0 -14px;
}
.product-list li {
  width: 50%;
  float: left;
  padding: 0 14px;
}
.product-list li a {
  display: block;
}
.product-list li a:hover .picc {
}
.product-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.product-list li a:hover .text {
}
.product-list li a:hover .tit,
.product-list li a:hover .txt {
}
.product-list li .picc {
  border: solid 1px #eee;
  background: #fff;
  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;
}
.product-list li .text {
  padding: 24px 15px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit {
  font-size: 18px;
  padding-bottom:10px;
}
.product-list li .you {
  font-size: 14px;
  padding-bottom:6px;
  border-bottom:1px solid #11b7e7;
  margin-bottom:6px;
  color:#11b7e7;
}
.product-list li .txt {
  color: #666;line-height: 26px;height: 52px;overflow:hidden;
}
.product-page .introduction {
  background: #fff;
  padding: 50px;
  overflow: hidden;
}
.product-page .introduction .photo {
  width: 50%;
  max-width: 700px;
  padding-right: 114px;
  float: left;
  position: relative;
}
.product-page .introduction .photo img {
  width: 100%;
  display: block;
}
.product-page .introduction .photo .gallery-top {
  border: solid 1px #eee;
}
.product-page .introduction .photo .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 100%;
  z-index: 2;
  padding: 38px 0;
}
.product-page .introduction .photo .gallery-thumbs {
  height: 100%;
  overflow: hidden;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide {
  height: 97px;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide span {
  border: solid 1px #eee;
  display: block;
  cursor: pointer;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
  border: solid 1px #11b7e7;
}
.product-page .introduction .photo .swiper-button-prev,
.product-page .introduction .photo .swiper-button-next {
  width: 100%;
  height: 28px;
  margin: 0;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
  background: no-repeat center #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;
}
.product-page .introduction .photo .swiper-button-prev:hover,
.product-page .introduction .photo .swiper-button-next:hover {
  background-color: #11b7e7;
}
.product-page .introduction .photo .swiper-button-prev {
  top: 0;
  background-image: url(../images/arrow11.png);
}
.product-page .introduction .photo .swiper-button-prev:hover {
  background-image: url(../images/arrow13.png);
}
.product-page .introduction .photo .swiper-button-next {
  bottom: 0;
  background-image: url(../images/arrow12.png);
}
.product-page .introduction .photo .swiper-button-next:hover {
  background-image: url(../images/arrow14.png);
}
.product-page .introduction .cont {
  width: 46%;
  float: right;
}
.product-page .introduction .cont .model {
  font-size: 24px;
}
.product-page .introduction .cont .title {
  font-size: 40px;
  font-weight: bold;
}
.product-page .introduction .cont .text {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  margin: 32px 0 40px 0;
  padding: 24px 0;
}
.product-page .introduction .cont .text ul {
  overflow: hidden;
}
.product-page .introduction .cont .text li {
  margin: 5px 0;
  width: 50%;
  float: left;
}
.product-page .introduction .cont .text li:nth-child(2n+1) {
  clear: left;
}
.product-page .introduction .cont .rbtn {
  display: inline-block;
  background: #11b7e7;
  border-radius: 42px;
}
.product-page .introduction .cont .rbtn::after {
  background: #C00;
}
.product-page .introduction .cont .rbtn span {
  padding: 0 20px 0 44px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  background: url(../images/contact_btn.png) no-repeat 20px center;
}
.product-page .details {
  margin-top: 25px;
  padding: 50px;
  background: #fff;
}
.product-page .details .title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  padding-bottom: 12px;
}
.product-page .details .article {
  padding: 32px 0;
}
.equipment-page .product-list .tit {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
}
.contact-page .contact {
  padding: 80px 0;
  margin: 0 -38px;
}
.contact-page .contact .title {
  font-size: 24px;
  color: #222;
}
.contact-page .contact .entit {
  color: #888;
  margin-top: 6px;
}
.contact-page .address,
.contact-page .message {
  width: 50%;
  padding: 0 38px;
  float: left;
}
.contact-page .address .text {
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
  padding: 4px 0;
  margin: 38px 0 26px 0;
}
.contact-page .address .txt {
  margin: 26px 0;
  line-height: 24px;
  padding: 3px 0 3px 58px;
  background: no-repeat 0 0;
  font-size: 16px;
  color: #888;
}
.contact-page .address .txt a {
  font-size: 16px;
  color: #888;
}
.contact-page .address .txt p {
  padding: 3px 0;
  display: flex;
}
.contact-page .address .txt span {
  color: #333;
  font-weight: bold;
  margin-right: 16px;
  white-space: nowrap;
}
.contact-page .address .qrcode {
  text-align: center;
  display: inline-block;
}
.contact-page .address .qrcode i {
  width: 110px;
  display: block;
  margin: 0 auto;
  border: solid 1px #dddddd;
}
.contact-page .address .qrcode p {
  font-size: 16px;
  color: #888;
  margin-top: 14px;
}
.contact-page .message .inputbox {
  margin-top: 34px;
}
.contact-page .message .inputbox .row {
  margin: 0 -8px;
}
.contact-page .message .inputbox .col {
  padding: 0 8px;
  margin-bottom: 15px;
}
.contact-page .message .inputbox .tit {
  line-height: 34px;
  font-size: 16px;
  color: #999;
}
.contact-page .message .inputbox .tit span {
  color: #fe1212;
  margin-right: 5px;
}
.contact-page .message .inputbox input,
.contact-page .message .inputbox textarea {
  width: 100%;
  line-height: 26px;
  padding: 15px 12px;
  font-size: 16px;
  color: #333;
  background: #f8f8f8;
  border: solid 1px #eee;
}
.contact-page .message .inputbox textarea {
  height: 184px;
}
.contact-page .message .btn {
  margin-top: 10px;
}
.contact-page .message .btn .rbtn {
  display: inline-block;
  color: #fff;
  background: #11b7e7;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
}
.contact-page .message .btn .rbtn::after {
  background: #C00;
}
.contact-page .message .btn .rbtn input,
.contact-page .message .btn .rbtn button,
.contact-page .message .btn .rbtn a {
  display: block;
  padding: 0 25px;
  color: #fff;
  cursor: pointer;
}
.contact-page .map #allmap {
  height: 516px;
}
.single-page {
  padding: 50px 0;
}
.single-page .title {
  text-align: center;
  font-size: 24px;
}
.single-page .article {
  padding: 30px 0;
}
.recruitment-page {
  padding: 80px 0;
}
.recruitment-page .entit {
  font-size: 36px;
  color: #e1e1e1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.recruitment-page .title {
  text-align: center;
  font-size: 36px;
  color: #222;
}
.recruitment {
  margin-top: 42px;
}
.recruitment li {
  border: solid 1px #eee;
  margin-bottom: 20px;
  background: #fff;
  border-left: solid 4px #fff;
}
.recruitment li.on {
  border-left: solid 4px #11b7e7;
}
.recruitment li.on .top {
  background-image: url(../images/arrow16.png);
}
.recruitment li.on .top .tit {
  color: #11b7e7;
}
.recruitment .top {
  background: url(../images/arrow15.png) no-repeat right 29px top 20px;
  cursor: pointer;
  padding: 40px 70px 40px 30px;
}
.recruitment .top .tit {
  font-size: 18px;
  line-height: 30px;
}
.recruitment .top .info {
  line-height: 24px;
  color: #999;
  margin-top: 8px;
}
.recruitment .cont {
  padding: 0 40px 30px 40px;
  display: none;
}
.recruitment .cont .text {
  line-height: 30px;
  color: #888;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.recruitment .cont .tit {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.recruitment .cont .btn {
  color: #fff;
  width: 136px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #11b7e7;
}
.recruitment .cont .btn::after {
  background: #C00;
}


.listBody { background:#eee; padding:30px 0;}
.listBody .wrap { padding:30px;box-shadow: 0 3px 10px 0 rgba(0,0,0,.01); background: #FFF;}

.left-menu { width:20%;float:left; background:#fff;}
.left-menu h3 { font-size:24px; color:#333; font-weight: normal; border-bottom:1px solid #ddd; padding-bottom:15px; margin-bottom:8px;}
.left-menu ul.t1 {}
.left-menu ul.t1 li { border-bottom:1px dashed #ddd; line-height:54px;}
.left-menu ul.t1 li i { padding-right:10px; float:right;line-height:54px; color:#11b7e7;}
.left-menu ul.t1 li.active a {color:#11b7e7;}

.right-page { width:77%;float:right;}
.right-page .r-l-tit { font-size:30px; font-weight:normal; padding-bottom:15px;}
.right-page .r-l-tit span { padding-left:15px;}
.about-page { line-height:200%;}


.case-list ul { overflow: hidden;margin: 0 -14px;}
.case-list li { width: 33.33%; float: left;padding: 0 14px;}
.case-list li a {display: block;}
.case-list li a:hover .picc span { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1);}
.case-list li .picc { border: solid 1px #eee; background: #fff; 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;}
.case-list li .text { padding: 24px 15px; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s; -o-transition-duration: 0.4s;}
.case-list li .tit { font-size: 18px; padding-bottom:10px; text-align:center;}
.case-list li .you { font-size: 14px; padding-bottom:6px; border-bottom:1px solid #11b7e7;margin-bottom:6px;color:#11b7e7;}
.case-list li .txt {color: #666;line-height: 26px;height: 52px; overflow:hidden;}


.news-list ul {}
.news-list li { width:100%;border-bottom:1px solid #ddd;}
.news-list li .text { padding: 15px 5px; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s; -o-transition-duration: 0.4s;}
.news-list li h2.tit { font-size: 18px; padding-bottom:10px;}
.news-list li a h2.tit { color:#333;}
.news-list li a:hover h2.tit { color:#F00;}
.news-list li .txt {color: #666;line-height: 26px;height: 52px; overflow:hidden;}

.news-detailc .title {font-size: 24px; font-weight: bold; text-align: center;}
.news-detailc .date { color: #888; text-align: center; margin-top: 12px;}
.news-detailc .mainCon { border-top: solid 1px #eee; border-bottom: solid 1px #eee; padding: 30px 0; margin: 30px 0 30px 0;}


.message-title { text-align: center; background-color: #0085ca; color: #fff; font-size: 16px; line-height: 1.5; padding: 12px 10px;}
.contact-form { padding:25px 0;}
.contact-form .evf-grid-1 { width:48%;float:left;}
.contact-form .field-label { display: block; line-height: 1.7; margin: 0 0 10px 0; color: #494d50;font-size: 14px;font-weight: bold;}

.contact-form .input-text {width: 100%; height: auto; font-size: 14px; outline: 0; box-shadow: none; margin-bottom: 10px; padding: 6px 12px; color: #494d50; border: 1px solid #8e98a2;}

.contact-form .evf-grid-2 { width:48%;float:right;}
.contact-form .textarea-text { width: 100%; height: 120px; font-size: 14px; outline: 0; box-shadow: none; margin-bottom: 10px; padding: 6px 12px; color: #494d50; border: 1px solid #8e98a2;}
.contact-form .lc-btn {color: #555; height: auto; cursor: pointer; background: 0 0; box-shadow: none; font-size: inherit; font-weight: 400; line-height: 1.5; padding: 10px 20px; border-radius: 3px; border: 1px solid #ccc; background-color: #f7f7f7;}


.pagination { display: flex; justify-content: center; margin-top: 20px;}
.pagination a { background: #fff; border: 1px solid #ccc; color: #333; font-size: 14px; padding: 3px 12px; margin: 0 3px; border-radius: 3px;}
.pagination span { color: #333; font-size: 14px; padding: 3px 2px; margin: 0 3px; border-radius: 3px;}
.pagination a:hover { color: #fff; border: 1px solid #11b7e7;background: #11b7e7;}
.pagination a.page-num-current { color: #fff; background: #11b7e7; border: 1px solid #11b7e7;}
.text-secondary { text-align:center;}