/*********************************
** 颜色配置
*/
@import url("//at.alicdn.com/t/font_2606381_budg4r7egir.css");
/********************************
 * 系统级
 */
* {
  margin: 0;
  padding: 0;
  touch-action: pan-y;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
  font-size: 14px;
}
body {
  width: 100%;
  color: #666666;
  background: #ffffff;
  font: 1rem/1 'Microsoft Yahei', Arial;
}
img {
  border: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
}
ul,li{ list-style: none; } 
ul,
ol {
  padding: 0 0 0 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #16aec1;
}
a:hover {
  color: #ca2b2f;
}
input,
button,
select,
textarea {
  outline: none;
  font-family: 'Microsoft Yahei', Arial;
  font-size: 1rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.fl{ float: left; }
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.show14,
.show4 { display: none;}

.w1280{ width: 1280px; margin:0 auto; }
.c1{ color: #c7a560; }
.cff{ color: #fff; }
.c00{ color: #c00; }
.bottom-tel{ margin-bottom: 40px; }
.mt10{ margin-top: 10px; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px!important; }
.mt40{ margin-top: 40px!important; }
.mt50{ margin-top: 50px; }
.mt60{ margin-top: 60px; }
.pt10{ padding-top: 10px!important; }
.pt20{ padding-top: 20px!important; }
.pt30{ padding-top: 30px!important; }
.pt40{ padding-top: 40px!important; }
.pt50{ padding-top: 50px!important; }
.lh2{ line-height: 2; }
.fs16{ font-size: 16px; }
.fs18{ font-size: 18px; }
.fs20{ font-size: 20px; }
.fs24{ font-size: 24px; }
.fs30{ font-size: 30px; }
.fs32{ font-size: 32px; }
.fs40{ font-size: 40px; }
.tc{ text-align: center; }
.tran5{ transition: all 0.5s; -moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;}
.bg-2{ background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);}
.w100{ width: 100%!important; }
.bgf2{ background: #f2f2f2; }
.bgfff{ background: #fff; }
.flex-start { display: flex;justify-content: start; align-items: start;}
.flex-center { display: flex; justify-content: center; align-items: center;}
.flex-between { display: flex; justify-content: space-between; align-items: center;}

.foot{ width:100%; background:#16aec1; height:auto; padding:60px 0 0 0;}
.ft_con2{ height:200px; position:relative;}
.ft_con2 .wx{ width:98px; height:125px; position:absolute; right:50px; top:0; margin-top: 10px; text-align:center; color:#fff; font-size:16px;}
.ft_con2 .yxlj{ color:#fff; font-size:16px; line-height:22px;display: flex;height: 52px;align-items: center;}
.ft_con2 .yxlj a{ color:#fff; font-size:14px; margin:0 5px;}
.ft_con2 .yxlj img{ width:203px; height:52px;}
.ft_con2 .finfo{  }
.ft_con2 .finfo .ft_logo{ height:54px; margin-right:88px; display: inline-block; vertical-align: middle;}
.ft_con2 .finfo p{ color:#fff; font-size:12px; line-height:22px; display: inline-block; width: 380px; vertical-align: middle;}
.ft_con2 .finfo p a{ padding-right:10px;color:#fff;}

.ft_con2 .finfo p img{vertical-align:middle;}
.scont{ margin: 0 auto; width: 1200px; }
.foot .bottom{ background: #333; color: #999; padding: 20px 0;  }

.fix{
  position: fixed;
  right: 20px;
  
  z-index: 9999;
  height: 340px;
  top: 50%;
  margin-top: -170px;
  }
  .fix ul{
  position: relative;
  }
  .fix-txt img{
  margin-left: 30px;
  }
  .fix ul li{
  width: 160px;
  height: 58px;
  border-radius: 30px;
  line-height: 58px;
  text-align: center;
  margin-top: 10px;
  position: absolute;
  top: 0;
  right: 0;
  }
  .fix ul li:nth-child(1){
  background: #fb8485;;
  top: 0;
  right: 0;
  }
  .fix ul li:nth-child(2){
  background: #40c7f9;
  top: 68px;
  right: 0;
  }
  .fix ul li:nth-child(3){
  background: #56d0bb;
  top: 136px;
  right: 0;
  }
  .fix ul li:nth-child(4){
  background: #1DCAD3;
  top: 204px;
  right: 0;
  }
  .fix ul li:nth-child(5){
  background: #EE869A;
  top: 272px;
  right: 0;
  }
  .fix ul li:nth-child(6){
  background: #00B9EF;
  top: 340px;
  right: 0;
  }
  .fix ul li:nth-child(4) .fix-txt{
  font-size: 18px;
  text-align: right;
  width: 100px;
  }
  
  .fix ul li img{
  vertical-align: middle;
  width: 30px;
  }
  
  .fix ul li.active{
  /*width: 170px;
  border-radius: 29px;*/
  }
  .fix-txt{
  float: left;
  display: block;
  width: 100px;
  text-align: right;
  color: #fff;
  font-size: 18px;
  }
  .fix-img{
  float: right;
  width: 58px;
  text-align: center;
  }
  .fix ul li.active .fix-txt{
  display: block;
  }
.close .fix-img img {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
  .showbtn{
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -30px;
    background: #eda200;
    width: 60px;
    height: 60px;
    border-radius: 99px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    z-index: 99999;
    display: none;
  }
  .showbtn a{
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding-top: 8px;
    display: block;
  }

.page{ text-align: center; padding: 40px 0; }
.page a{ display: inline-block; line-height: 55px; border-radius: 3px; background: #f2f2f2; color: #282828; width: 55px; text-align: center; margin: 0 5px; font-size: 20px; }
.page a em{ font-style: normal; }
.page a.layui-laypage-curr{ color: #fff; background: #14acb2; }
.page .layui-laypage-next,.page .prepage{ text-indent: -9999px; position: relative;}
.page .layui-laypage-next:before,.page .prepage:before{ content: ""; position: absolute; left: 0; top: 0; height: 55px; width: 55px; background: url(../images/page-right.png) no-repeat center; }
.page .prepage:before{ background: url(../images/page-left.png) no-repeat center; }
.page .total,.page .pageinfo,.page .homepage,.page .endpage{ display: none; }
.list-team{ height: 467px; border-radius: 20px; overflow: hidden; }
.list-team a{ display: block; }

.route { padding-bottom: 50px; }
.route #address{ width: 640px; height: 540px; border-radius: 10px;}
.route .right{ width: 560px; }
.route .right .btn{ background: #14acb2; width: 100px; line-height: 35px; text-align: center; border-radius: 5px; font-size: 20px; color: #fff;  }
.route .right p{  color: #656565; font-size: 18px; line-height: 24px; margin-top: 15px; }
.route .right p.p{ color: #282828; font-size: 20px; }
.route .right ul li{ color: #656565; font-size: 26px; margin-top: 30px;}
.route .right ul li img { vertical-align: middle; margin-right: 15px; }
.route .right ul li b{ display: block; color: #1d1d1d; padding-left: 55px; }

.content-container .a-content{ box-shadow: 0 6px 10px #eee; padding: 50px 80px; margin-bottom: 50px; }
.content-container .a-content .title{ font-size: 36px; text-align: center; font-weight: 500;}
.content-container .a-content .a-info{ line-height: 60px; border-bottom: 1px dashed #ccc; margin-bottom: 30px; font-size: 14px; color: #999;}
.content-container .a-content .con{ font-size: 16px; width: 1000px; margin: 50px auto; line-height: 1.6; }
.content-container .a-content .con img{ max-width: 100%; }
.content-container .a-content .pre{ border-top: 1px dashed #ccc; padding: 20px; margin-top: 50px;}
.content-container .a-content a{ font-size: 16px; }

.swiper-pagination .swiper-pagination-bullet {width: 27px;  height: 27px; background-color: #eeeeee;  border: solid 1px #0c8999;  opacity: 0.71; margin:0 6px!important;}
.swiper-pagination .swiper-pagination-bullet-active{ background-color: #16aec1; opacity: 0.91;}

.contactbox-tel{
   position: fixed;
   right: 220px;
   top: 0;
   width: 180px;
   height: 80px;
   background: #fff;
   top: 50%;
   margin-top: -170px;
   text-align: center;
   padding-top: 20px;
   box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
   z-index: 99999;
   /*! display: none; */
  }
  .contactbox-tel ul li{
   width: 80%;
   margin: 0 auto;
   text-align: left;
   padding-bottom: 15px;
  }
  .contactbox-tel ul li .con-tel{ font-weight: 600; font-size: 18px; }
.trangle_right{
      position: absolute;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-left: 15px solid #fff;
      border-bottom: 10px solid transparent;
      right: -15px;
      top: 50%;
      margin-top: -10px;
    }