﻿.c-main{
  width:1600px;
  margin:0 auto;
  position: relative;
  overflow: hidden;
}
.common-title span{
  font-size: 15px;
  color: #777;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding-top: 8px;
}
.common-title h1{
  font-size: 40px;
  font-weight: 500;
  color: #1a1a1a;
  display: block;
  text-align: center;
}
.title-tab{
    margin: 30px 0;
  text-align: center;
}
.title-tab a{
  padding: 0 20px;
  font-size: 16px;
  display: inline-block;
  border-radius: 50px;
  background: #fff;
  height: 35px;
  line-height: 35px;
  margin: 0 8px;
  border: 1px #ddd solid;
  transition: all .3s;
}
.title-tab a:hover, .title-tab .hover{
  background: #0084F0;
  color: #fff;
  border: 1px #0084F0 solid;
}
/* 导航 */
.nav-head{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  z-index: 999;
}
.nav-head .logo{
  position: absolute;
  left:40px;
  top: 20px;
}
.nav-head .nav{
  text-align: center;
}
.nav-head .nav ul li{
  margin: 0 1%;
  display: inline-block;
}
.nav-head .nav li a{
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  position: relative;
  padding: 28px 0 6px;
  display: block;
	    font-weight: bold;
}

.nav-head .nav li a:after{
  content: "";
  bottom: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all .4s;
}
.nav-head .nav li.on a:after,
.nav-head .nav li a:hover:after {
	width: 100%;
}
.nav-head .tel{
  position: absolute;
  right: 40px;
  top: 28px;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  padding-left: 40px;
  font-family: Arial;
}
/* 轮播*/
.swiperbox .swiper-container{
  overflow: hidden;
  position: relative;
}
.swiper-container .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  display: inline-block;
  border-radius: 50px;
  background: #fff;
  opacity: .3;
}
.swiper-container .swiper-pagination{
  bottom: 40px!important;
}
.swiper-container .swiper-pagination-bullet-active{
  background: #fff;
  opacity: 1;
}
.swiper-container .swiper-slide img{
  width:100% ;
}
.banner-main{
  width: 76%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 12%;
  z-index: 2;
}
.dis-table{
  display: table;
  width: 100%;
  height: 100%;
}
.dis-cell{
  display: table-cell;
  vertical-align: middle;
}
.banner-main .enlish{
  font-size: 35px;
  color: #fff;
}
.banner-main .textbig{
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}
.swiper-container .swiper-slide .fadeInDown{
  -webkit-animation: fadeOut 0.3s both 0.3s;
  animation: fadeInOut 0.3s both 0.3s;
}
.swiper-container .swiper-slide-active .fadeInDown{
  -webkit-animation: fadeInDown 0.5s both 0.5s;
  animation: fadeInDown 0.5s both 0.5s;
}
.swiper-container .swiper-slide-active .fadeleft{
  -webkit-animation: fadeInLeft 0.5s both 0.5s;
  animation: fadeInLeft 0.5s both 0.5s;
}
.banner-main .textbig em{
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
}
.banner-main .textdesc{
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  width: 40%;
  margin-top: 30px;
}
.banner-main .desc1{
  font-size: 20px;
  line-height: 40px;
}
/* 底部*/
.links-box{
  padding: 20px 0;
  background: #333;
  border-top: solid 3px #00A2FF;
  overflow: hidden;
}
.links-box dl{
  display: block;
}
.links-box dl dt{
  float: left;
  width: 5%;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
}
.links-box dl dd{
  float: right;
  display: block;
  width: 95%;
}
.links-box dl dd a{
  height: 28px;
  line-height: 28px;
  margin-right: 20px;
  font-size: 12px;
  color: #838383;
  white-space: nowrap;
  overflow: hidden;
}
.links-box dl dd a:hover{
  color: #fff;
}
.footer{
  margin-top: 80px;
}
.fonterbox{
  background: #212121;
  padding: 54px 0;
  text-align: left;
}
.fonterbox .aboutbox{
  width:73.5%;
}
.fonterbox .about{
  width: 18%;
}
.fonterbox .about i{
  color: #737373;
  font-size: 70px;
}
.fonterbox .about span{
  color: #fff;
  font-size: 16px;
  display: block;
  padding-top: 15px;
  position: relative;
  height: 60px;
}
.fonterbox .about span::after{
  content: "";
  height: 2px;
  display: block;
  background: #00A2FF;
  width: 20px;
  position: relative;
  top:20px;
}
.fonterbox .about p a{
  display: block;
  color: #737373;
  padding-top: 10px;
}
.fonterbox .about p a:hover{
  color: #00A2FF;
}
.fonterbox .weima{
  margin-top: 40px;
  width: 40%;
}
.fonterbox .weima span{
  float: left;
  width: 40%;
  display: block;
  margin-right: 18%;
}
.fonterbox .weima span p{
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 15px;
}
.fonterbox .weima span img{
  width: 100%;
}
.fonterbox .lianxi{
  width: 26%;
  color: #fff;
  border-left: 1px solid #4d4d4d;
  height: 300px;
}
.fonterbox .lianxi .us{
  padding-left: 55px;
}
.fonterbox .lianxi span{
  height: 35px;
  line-height: 35px;
  font-size: 25px;
  overflow: hidden;
  font-weight: normal;
  color: #fff;
  padding: 30px 0 20px;
  display: block;
}
.fonterbox .lianxi p{
  display: inline-block;
  line-height: 24px;
  font-size: 13px;
  color: #787878;
  padding-right: 50px;
}
.fonterbox .lianxi .tel{
  margin-top: 50px;
}
.fonterbox .lianxi .tel i{
  color: #00A2FF;
  font-size: 60px;
}
.fonterbox .lianxi .tel div{
  display: inline-block;
}
.fonterbox .lianxi .tel div em{
  font-size: 15px;
}
.fonterbox .lianxi .tel div h2{
  font-weight: bold;
  color: #00A2FF;
  font-size: 27px;
}
.beian-info{
  background: #171717;
  color: #999;
  padding: 20px 0;
  text-align: center;
}
.beian-info a{
  color: #999;
}
.beian-info a:hover{
  color: red;
}
/* 在线客服 */
.kefu-online{
  position:fixed;
  right:0;
  width: 60px;
  top:30%;
  z-index: 10;
  color: #fff;
  text-align: center;
  border-radius: 20px 0 0 20px;
}
.kefu-online ul li{
  padding: 10px 0;
  border-bottom: 1px #39B5FF solid;
  background: #00A2FF;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.kefu-online ul li:hover{
  background: #0088D9;
}
.kefu-online ul li:hover .floating_left{
  display: block;
  right:60px;
}
.kefu-online ul li:first-child{
  border-radius: 20px 0 0 0;

}
.kefu-online ul li:last-child{
  border-bottom: none;
  border-radius:0 0 0 20px;
}
.kefu-online p{
  font-size: 12px;
}
.kefu-online ul li i{
  font-size: 28px;
}
.floating_left{
  position: absolute;
  right:0;
  top:0px;
  background: #0088D9;
  display: none;
  z-index: -2;
}
.floating_left span{
  font-size: 20px;
  padding: 20px 12px;
  display: block;
  border-radius:10px;
}
.floating_left p{
  width: 120px;
  padding:12px;
}
.floating_left p img{
  width: 100%;
}
/* 分页 */
.pages{
  text-align: center;
  margin-top: 35px;
}
.pages a, .pages .current{
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  display: inline-block;
  margin: 0 5px;
}
.pages a{
  background-color: #fff;
  }
  .pages a:hover, .pages .current{
  background-color: #0084F0;
  color: #fff;
  }