﻿@charset "UTF-8";
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari 3.1-6,  iOS 6-, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* 老版本语法: Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法： Chrome 21+ */
  display: flex;
  /* 新版本语法： Opera 12.1, Firefox 22+ */
}

.flex-v {
  /***兼容性写法***/
  -moz-box-orient: vertical;
  /* Firefox */
  -webkit-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
}

.flex-align-center {
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

.flex-align-start {
  /*老版本语法*/
  -webkit-box-align: start;
  -moz-box-align: start;
  /*混合版本语法*/
  -ms-flex-align: start;
  /*新版本语法*/
  -webkit-align-items: flex-start;
  /* Safari */
  align-items: flex-start;
}

.flex-align-end {
  /*老版本语法*/
  -webkit-box-align: end;
  -moz-box-align: end;
  /*混合版本语法*/
  -ms-flex-align: end;
  /*新版本语法*/
  -webkit-align-items: flex-end;
  /* Safari */
  align-items: flex-end;
}

.flex-pack-center {
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.flex-pack-justify {
  /*老版本语法*/
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  /*混合版本语法*/
  -ms-flex-pack: justify;
  /*新版本语法*/
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.flex-pack-distribute {
  /*混合版本语法*/
  -ms-flex-pack: distribute;
  /*新版本语法*/
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
}

.flex-pack-start {
  /*老版本语法*/
  -webkit-box-pack: start;
  -moz-box-pack: start;
  /*混合版本语法*/
  -ms-flex-pack: start;
  /*新版本语法*/
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
}

.flex-pack-end {
  /*老版本语法*/
  -webkit-box-pack: end;
  -moz-box-pack: end;
  /*混合版本语法*/
  -ms-flex-pack: end;
  /*新版本语法*/
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
}

.w1440 {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
}

.swiper-button-disabled {
  cursor: no-drop !important;
}

html {
  font-size: 100px;
}

body {
  width: 100%;
  min-width: 1200px;
  font-size: 16px;
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 92px;
  }
}
@media screen and (max-width: 1536px) {
  html {
    font-size: 84px;
  }
}
@media screen and (max-width: 1373px) {
  html {
    font-size: 76px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
}
.header-place {
  height: 120px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #c7c7c7;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #c7c7c7;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #c7c7c7;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #c7c7c7;
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 999;
}
header.on {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
header .logo {
  float: left;
  display: flex;
  align-items: center;
  padding: 28px 0;
}
header .logo .logobox img {
  display: block;
  height: 64px;
}
header .logo .textbox {
  margin-left: 9px;
}
header .logo .textbox .cn {
  overflow: hidden;
  font-family: 'sourceMedium';
  font-size: 26px;
  line-height: 28px;
  color: #3f3535;
  letter-spacing: 0.6px;
}
header .logo .textbox .cn span {
  display: inline-block;
  font-family: 'sourceRegular';
  font-size: 16px;
  line-height: 18px;
  padding-left: 10px;
  margin-left: 13px;
  border-left: 1px solid #000;
  letter-spacing: -0.88px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
header .logo .textbox .en {
  margin-top: 10px;
  letter-spacing: -0.65px;
  font-family: 'sourceMedium';
  font-size: 11px;
  line-height: 1;
  color: #666666;
  text-transform: uppercase;
  transform-origin: left center;
  -webkit-transform: scale(0.9166);
  -moz-transform: scale(0.9166);
  -ms-transform: scale(0.9166);
  -o-transform: scale(0.9166);
  transform: scale(0.9166);
}
header .navbox {
  float: right;
}
header .navbox .lv1box {
  float: left;
  margin-left: 0.76rem;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
@media screen and (max-width: 1466px){
header .navbox .lv1box{
margin-left: 0.66rem;
}
}
@media screen and (max-width: 1390px) {
  header .navbox .lv1box {
    margin-left: 0.56rem;
  }
}
@media screen and (max-width: 1310px) {
  header .navbox .lv1box {
    margin-left: 0.46rem;
  }
header .logo .textbox .cn{
font-size:24px;
}
header .logo .textbox .cn span{
font-size:14px;
}
}
@media screen and (max-width: 1250px) {
  header .navbox .lv1box {
    margin-left: 0.4rem;
  }
}
header .navbox .lv1box:first-child {
  margin-left: 0;
}
header .navbox .lv1box.active .lv1 .cn {
  font-family: 'sourceLight';
  font-weight: bold;
  font-size: 18px;
  color: #215cbb;
}
header .navbox .lv1box.active .lv1 .en {
  color: #215cbb;
}
header .navbox .lv1box .lv1 {
  display: block;
  text-align: center;
  padding: 43px 0 0;
  height: 77px;
}
header .navbox .lv1box .lv1 .cn {
  font-size: 16px;
  line-height: 20px;
}
header .navbox .lv1box .lv1 .en {
  margin-top: 13px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  color: #666;
}
header .navbox .lv1box .lv2list {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -68px;
  width: 136px;
  background: #fff;
  border: 1px solid #2463cb;
  transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -moz-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -webkit-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -o-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  -ms-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
}
header .navbox .lv1box .lv2list:before {
  content: "";
  position: absolute;
  left: -4px;
  top: -2px;
  width: 144px;
  height: 3px;
  background-color: #2463cb;
}
header .navbox .lv1box .lv2list .lv2box .lv2 {
  padding: 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
header .navbox .lv1box .lv2list .lv2box .lv2:hover {
  background: #2463cb;
  color: #fff;
}
header .navbox .lv1box:hover .lv1 {
  color: #215cbb;
}
header .navbox .lv1box:hover .lv1 .en {
  color: #215cbb;
}
header .navbox .lv1box:hover .lv2list {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

footer {
  position: relative;
  z-index: 55;
  background: #152031 url(../images/icon1.png) no-repeat right top;
  padding: 48px 0 25px;
}
footer .foot-top {
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot-top .iconbox img {
  display: block;
  height: 64px;
}
footer .foot-top .textbox {
  margin-left: 10px;
}
footer .foot-top .textbox .cn {
  overflow: hidden;
  font-family: 'sourceMedium';
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.6px;
}
footer .foot-top .textbox .cn span {
  display: inline-block;
  font-family: 'sourceRegular';
  font-size: 16px;
  line-height: 18px;
  padding-left: 10px;
  margin-left: 13px;
  border-left: 1px solid #fff;
  letter-spacing: -0.88px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
footer .foot-bot {
  padding-top: 40px;
}
footer .foot-bot .navbox {
  float: left;
  font-size: 0;
}
footer .foot-bot .navbox .lv1box {
  float: left;
  min-width: 1.5rem;
  margin-right: 0.27rem;
}
footer .foot-bot .navbox .lv1box:last-child {
  min-width: 0;
  margin-right: 0;
}
footer .foot-bot .navbox .lv1box .lv1 {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
footer .foot-bot .navbox .lv1box .lv1:hover {
  text-decoration: underline;
}
footer .foot-bot .navbox .lv1box .lv1 .en {
  display: none;
}
footer .foot-bot .navbox .lv1box .lv2list {
  padding-top: 10px;
}
footer .foot-bot .navbox .lv1box .lv2list .lv2box {
  margin-top: 10px;
}
footer .foot-bot .navbox .lv1box .lv2list .lv2box .lv2 {
  display: inline-block;
  font-family: 'sourceLight';
  opacity: 0.5;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
footer .foot-bot .navbox .lv1box .lv2list .lv2box .lv2:hover {
  opacity: 1;
}
footer .foot-bot .codebox {
  float: right;
  overflow: hidden;
  padding-top: 5px;
}
footer .foot-bot .codebox .item {
  float: left;
  margin-right: 0.63rem;
  text-align: center;
}
footer .foot-bot .codebox .item:last-child {
  margin-right: 0;
}
footer .foot-bot .codebox .item .imgbox {
  width: 104px;
  height: 104px;
  background-color: #fff;
}
footer .foot-bot .codebox .item .imgbox img {
  display: block;
  height: 104px;
}
footer .foot-bot .codebox .item .txtbox {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
footer .foot-copy {
  position: relative;
  margin-top: 50px;
}
footer .foot-copy .copy {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  font-family: 'sourceLight';
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
footer .foot-copy .copy a {
  color: #fff;
}
footer .foot-copy .copy a:hover {
  text-decoration: underline;
}
footer .foot-copy .xghl {
  position: absolute;
  right: 0;
  top: -5px;
  height: 23px;
  padding-right: 70px;
  background: url(../images/xghl.png) no-repeat right top;
  background-size: 70px 23px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}



.float-kf{
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 77px;
    z-index: 99999;
}
.float-kf li{
    width: 77px;
    height: 71px;
    text-align: center;
    background: #2463cb;
    margin-bottom: 1px;
    position: relative;
    z-index: 999;
}
.float-kf li.gotop a{
  display: block;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
.float-kf li .ewm-img{
  width: 200px;
  height: 200px;
    position: absolute;
    right: 78px;
    top:-70px;
    -moz-transform: rotateX(270deg);
    -ms-transform: rotateX(270deg);
    -o-transform: rotateX(270deg);
    -webkit-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.float-kf li.online{
  display: none;
}
.float-kf li .ewm-img img{
  width: 100%;
  height: 100%;
}
.float-kf li.ewm:hover .ewm-img {
    -moz-transform:rotateX(0);
    -ms-transform:rotateX(0);
    -o-transform:rotateX(0);
    -webkit-transform:rotateX(0);
    transform: rotateX(0);
}
.float-kf li a{
    display: block;
    padding-top: 10px;
    width: 77px;
}
.float-kf li a span{
    display: block;
    color:#fff;
    font-size: 14px;
    line-height: 24px;
}
.float-kf li a#gotop{
    padding-top: 0;
}
.float-kf li.ewm a img{
    width: 23px;
    height: 23px;
}
.float-kf li.ewm a img{
    width: 23px;
    height: 23px;
}
.float-kf li.ewm:hover .ewm-img{
    display: block;
}
.float-kf li.contact-number a{
    float: left;
}
.float-kf li.contact-number .content{
    position: absolute;
    top:0;
    left: 0;
    width: 220px;
    height: 71px;
    z-index: 99;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #2463cb;
}
.float-kf li.contact-number .content .tel{
    line-height: 71px;
    color:#fff;
    font-size: 16px;
}
.float-kf li.contact-number:hover .content{
    left:-143px;
}
.float-kf li.online .chat{
    position: absolute;
    right:-244px;
    top:0;
    border:1px solid #d7d7d7;
    width: 220px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 99;
    background: #2463cb;
  color: #fff;
}
.float-kf li.online:hover .chat{
    right: 77px;
}
.float-kf li.online .chat .chatlist{
    line-height: 71px;
    color:#666;
    text-align: left;
    text-indent: 15px;
}
.float-kf li.online .chat .chatlist a{
    width: auto;
    padding-top: 0;
    color:#666;
    height: 71px;
    line-height: 71px;
}
.float-kf li.online .chat .chatlist a img{
  vertical-align: middle;
}
.float-kf li.online .chat .chatlist a span{
    display: inline-block;
    color:#fff;
    font-size: 12px;
}