@charset "utf-8";
/*reset*/
body{
  font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
  background: #fff;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,button,input{
  margin:0;
  padding:0;
  font-weight: normal;
  border:none;
  list-style:none;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
input,textarea{
  -webkit-appearance:none;
}
*{
  box-sizing: border-box;
}
.fl{float:left;}
.fr{float:right;}
.clearFloat:after{
  content: "";
  display: block;
  clear: both;
}
*:focus{
  outline:none;
}
img{
  border: 0;
  vertical-align: middle;
}
a{
  color:#CDCDCD;
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}
.container{
  width: 80%;
  margin: 0 auto;
}
/*index.html*/
/*pc-header*/
.header-pc{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 86px;
  background: #181818;
}
.header-pc .logo{
  width: 20%;
  margin-top: 28px;
}
.header-pc .logo img{
  width: 100%;
}
.nav-pc{
  width: 70%;
  margin-left: 2%;
  border-left: 1px solid #2D2D2D;
}
.nav-pc li{
  float: left;
  width: 16.6%;
  height: 86px;
  padding-top: 30px;
  text-align: center;
}
.nav-pc li:first-child{
  background: url("../img/nav_bg.png") no-repeat center;
}
.nav-pc li a{
  font-size: 16px;
}
.nav-pc li i{
  display: block;
  width: 24px;
  height: 1px;
  line-height: 24px;
  margin: 10px auto;
  background: transparent;
}
.nav-pc li:hover a{
  color: #FFFEFE;
}
.nav-pc li:hover i{
  background: #CDCDCD;
}
.nav-pc li.active a{
  color: #FFFEFE;
}
.nav-pc li.active i{
  background: #CDCDCD;
}
.search{
  width: 20px;
  height: 20px;
  margin-top: 33px;
  cursor: pointer;
}
/*header-phone*/
.header-phone{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 86px;
  padding: 0 10px;
  background: #181818;
}
.header-phone .logo{
  margin-top: 28px;
}
.menu-line{
  margin-top: 23px;
  cursor: pointer;
}
.menu-line i{
  display: block;
  width: 45px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menu-line i:nth-child(2){
  margin: 15px 0;
}
.menu-line.one i:nth-child(2){
  transform: translateX(200px);
  -webkit-transform: translateX(200px);
}

.menu-line.one i:first-child{
  width: 55px;
  transform: rotate(45deg) translate(20px,5px);
  -webkit-transform: rotate(45deg) translate(20px,5px);
}
.menu-line.one i:last-child{
  width: 55px;
  transform: rotate(-45deg) translate(20px,-7px);
  -webkit-transform: rotate(-45deg) translate(20px,-7px);
}

.sub-nav{
  width: 100%;
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 100;
  background: #181818;
}
.sub-nav>ul>li{
  width: 99%;
  margin: 0 auto;
  border-bottom: 1px solid #D1D1D1;
}
.sub-nav>ul>li>a{
  display: block;
  font-size: 16px;
  padding: 2% 0;
  position: relative;
  text-indent: 1em;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.sub-nav>ul>li>a:hover{
  background: #fff;
  color: #333;
}
.sub-nav>ul>li>a>i{
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 25%;
  background: url("../img/jt_03.png") no-repeat center;
  background-size: 15px 15px;
}
/*search_alert*/
.search_alert{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #222222;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
#close{
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_close.png") no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}
#close:hover{
  transform: rotate(-90deg);
}
.search_alert>form{
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}
.search_alert>form>input:first-child{
  border: none;
  font-size: 52px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  padding-left: 88px;
  padding-right: 80px;
  background: url("../img/ico_36.png") no-repeat 35px 53px;
  outline: none;
}
.search_alert>form>input:last-child{
  cursor: pointer;
  width: 124px;
  height: 124px;
  border: none;
  background:#A5DFDC url(../img/searchbtn1.png) no-repeat center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2004;
  outline: none;
}
/*banner*/
.banner{
  background: #505050;
}
.banner img{
  width: 100%;
}
.banner .swiper-pagination{
  text-align: left;
  margin-left: 10%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
  width: 50px;
  height: 3px;
  border-radius: 0;
}
.banner video{
  position: relative;
  z-index: -100;
}
/*首页新产品*/
.index-new-p{
  width: 100%;
  min-height: 700px;
  background: url("../img/index-new-p.jpg") no-repeat center bottom;
}
.index-new-p img{
  width: 100%;
}
.index-new-p .container>div{
  padding: 1%;
  background: #fff;
}
.left,.right{
  width: 50%;
  position: relative;
  z-index: 100;
}
.right>img{
  position: absolute;
  bottom: 20px;
  width: 20%;
}
.left>div{
  position: relative;
}
.right>div{
  position: relative;
  width: 76%;
}
.right{
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
}
.right.move{
  transform: translateY(-33.8%);
  -webkit-transform: translateY(-33.8%);
}
.hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.hover>div{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.hover>div>p{
  font-size: 18px;
}
.hover>div>a:before,
.hover>div>a:after{
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #fff;
  margin: 5px auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.index-new-p .container>div:hover .hover>div>a:before,
.index-new-p .container>div:hover .hover>div>a:after{
  width: 10px;
}
.index-new-p .container>div:hover .hover{
  opacity: 1;
}
.new-p{
  position: relative;
}
.new-p-scroll{
  width: 98%;
  position: absolute;
  top: 10px;
  left: 1%;
  padding: 0 10px;
}
.new-p-scroll .swiper-container{
  padding: 10px 8px 50px;
  background: #fff;
}
.new-p-scroll .swiper-pagination-bullet{
  background: transparent;
  border: 1px solid #000;
}
.new-p-scroll .swiper-pagination-bullet-active{
  background: #000;
}
.new-p img{
  width: 100%;
}
/*index-about*/
.index-about{
  padding-top: 50px;
  padding-bottom: 80px;
  background: #fff url("../img/about_bg.png") no-repeat center 0;
}
.index-about-txt{
  width: 50%;
}
.index-about-txt h1{
  font-size: 30px;
  color: #666;
  font-weight: bold;
  margin-top: 50px;
}
.index-about-txt h1:after{
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  background: #666;
  margin: 50px 0;
}
.index-about-txt p{
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-top: 130px;
}
.count{
  width: 45%;
  position: relative;
}
.count img{width: 100%}
.count-txt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.count-txt ul{
  width: 100%;
  margin-bottom: 20px;
}
.row1 li,.row2 li{
  float: left;
}
.row1 li{
  width: 35%;
  font-size: 20px;
}
.row2 li{
  width: 33%;
  font-size: 18px;
}
.row1 li div,.row2 li div{
  color: #333;
}
.row1 li div span{
  font-size: 62px;
  font-weight: bold;
}
.row1 li p,.row2 li p{
  color: #999;
}
.row2 li div span{
  font-size: 48px;
  font-weight: bold;
}
.count-txt b{
  display: block;
  width: 100%;
  height: 1px;
  background: #E2E2E2;
  margin: 15px 0;
}
.count-txt>p{
  font-size: 20px;
  color: #999;
}
.read-more{
  display: block;
  width: 178px;
  height: 13px;
  margin-top: 30px;
  background: url("../img/read_more1.png") no-repeat center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.read-more:hover{
  background: url("../img/read_more.png") no-repeat center;
}
.index-about1{
  padding: 50px 0;
  background:#434A51 url("../img/index_02.png") no-repeat center 0;
  position: relative;
  overflow: hidden;
}
.move-line{
  position: absolute;
  top: 30%;
  animation: move 5s linear infinite;
  -webkit-animation: move 5s linear infinite;
}
.move-line1{
  top: 31%;
  animation: move 10s linear infinite;
  -webkit-animation: move 10s linear infinite;
}
.move-line2{
  top: 31%;
  animation: move 15s linear infinite;
  -webkit-animation: move 15s linear infinite;
}
.move-line3{
  top: 31%;
  animation: move 8s linear infinite;
  -webkit-animation: move 8s linear infinite;
}

@keyframes move {
  from{left:-1920px;}to{left: 0;}
}
@-webkit-keyframes move {
  from{left:-1920px;}to{left: 0;}
}
.index-about1 ul li{
  float: left;
  width: 33.3%;
  text-align: center;
  color: #fff;
}
.index-about1 ul li a{
  display: block;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.index-about1 ul li a>img{
  width: 100%;
}
.index-about1 ul li a span{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.index-about1 ul li a span img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.index-about1 ul li a:hover span{
  opacity: 1;
}
.index-about1 ul li h2{
  margin: 15px 0;
}
/*new*/
.index-news{
  position: relative;
  color: #fff;
  overflow: hidden;
}
.bg-video{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999;
}
.news-con{
  width: 100%;
  position: relative;
  padding-top: 50px;
}
.news-con .swiper-container{
  width: 70%;
  margin-left: 0;
}
.news-con .swiper-slide{
  margin-right: 2px;
}
.news-con .swiper-pagination{
  width: 20px;
  left: auto;
  right: 0;
  top: 50px;
}
.news-con .swiper-pagination .swiper-pagination-bullet{
  display: block;
  margin-bottom: 20px;
  width:20px;
  height:20px;
  text-align:center;
  line-height:20px;
  font-size:12px;
  color: #B4B4B4;
  opacity:1;
  background: transparent;
  position: relative;
}
.news-con .swiper-pagination .swiper-pagination-bullet-active{
  color:#fff;
}
.news-con .swiper-pagination .swiper-pagination-bullet-active:before{
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: -50px;
}
.news-con ul{
  overflow: hidden;
}
.news-con ul li{
  float: left;
  width: 35%;
  margin-right: 15%;
  margin-bottom: 10%;
}
.news-con ul li:nth-child(3),.news-con ul li:nth-child(4){
  margin-bottom: 0;
}
.news-con ul li h2{
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-con ul li a{
  color: #fff;
}
.news-con ul li h6{
  font-size: 14px;
  margin: 20px 0;
}
.news-con ul li p{
  font-size: 14px;
  height: 84px;
  line-height: 28px;
  overflow: hidden;
}
.news-con ul li i{
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  margin: 20px 0;
}
.logo-img{
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 20%;
}
.logo-img img{
  max-width: 100%;
}
/*custom*/
.custom .container{
  padding: 50px 0;
  position: relative;
}
.pic-more{
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 220px;
  height: 220px;
  padding: 40px 20px;
  background: #F6F6F6;
}
.pic-more a{
  display: block;
  margin: 20px 0;
  font-size: 24px;
  color: #333;
}
.pic-more b{
  display: block;
  width: 24px;
  height: 8px;
  background: url("../img/icon_arrow.png") no-repeat center;
}
.custom-logo{
  width: 50%;
}
.custom-logo img{
  width: 100%;
}
.custom p{
  font-size: 30px;
  color: #cdcdcd;
  margin: 10px 0;
}
.custom p:after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #CDCDCD;
  margin: 20px 0;
}
.custom-scroll{
  width: 100%;
  padding: 30px 0;
  background: url("../img/custom1.jpg") no-repeat center 0;
}
.custom-pic,.custom-txt{
  width: 50%;
}
.custom-pic{
  padding: 20px 0;
  position: relative;
}
.custom-pic:hover .hover{
  opacity: 1;
}
.custom-pic:hover .hover>div>a:before,
.custom-pic:hover .hover>div>a:after{
  width: 10px;
}
.custom-pic img{
  width: 100%;
}
.custom-txt{
  padding: 30px;
  background: rgba(256,256,256,.9);
}
.custom-txt h2{
  font-size: 32px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.custom-txt h2:after{
  content: " ";
  display: block;
  width: 60px;
  height: 3px;
  background: #333;
  margin: 20px 0;
}
.custom-txt p{
  font-size: 16px;
  height: 96px;
  line-height: 32px;
  overflow: hidden;
  color: #333;
}
.custom-txt h4{
  font-size: 14px;
  color: #7B7B7B;
  line-height: 24px;
  border-top: 1px solid #C8C8C8;
  margin-top: 26px;
  padding-top: 10px;
}
.custom-txt>a,
.txt-plus2>a{
  display: block;
  width: 90px;
  padding: 5px 0;
  border-top: 1px solid #7B7B7B;
  border-bottom: 1px solid #7B7B7B;
  text-align: center;
  color: #7B7B7B;
}
.custom-scroll .swiper-button-next,
.custom-scroll .swiper-button-prev{
  width: 40px;
  height: 40px;
  top: 95%;
}
.custom-scroll .swiper-button-next{
  right: 52%;
  background: url("../img/btn_right.png") no-repeat center;
}
.custom-scroll .swiper-button-prev{
  left: 40%;
  background: url("../img/btn_left.png") no-repeat center;
}
/**bottom**/
.bottom{
  padding: 50px 0 30px;
}
.bottom>div>div{
  width: 33.3%;
}
.con1{
  text-align: left;
}
.con1 p{
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  background: url("../img/icon_arrow.png") no-repeat right center;
    border-bottom: 1px solid #000;
    width: 31%;
	line-height:30px;
}
.con2{
  text-align: center;
}
.con2 a{
  color: #333;
}
.con2 p{
  width: 292px;
  margin: 10px auto;
  text-align: left;
  padding: 5px 0;
  border-bottom: 1px solid #000;
  background: url("../img/icon_arrow.png") no-repeat right center;
}
.con3{
  text-align: right;
}
.con3>div>a{
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 10px 5px;
}
.con3>div>a:first-child{
  background: url("../img/weixin.png") no-repeat center;
}
.con3>div>a:nth-child(2){
  background: url("../img/sina.png") no-repeat center;
}
.con3>div>a:last-child{
  background: url("../img/qq.png") no-repeat center;
}
.footer{
  padding-top: 30px;
  background: #181818;
  color: #e2e2e2;
}
.navigation{
  width: 40%;
}
.navigation div a{
  display: inline-block;
  margin: 20px 40px 0 0;
}
.contact{
  width: 19.6%;
}
.contact ul{
  margin-top: 20px;
}
.contact ul li{
  margin-bottom: 5px;
}
.contact a{
  display: block;
  width: 30px;
  height: 30px;
  background:#4C4C4C url("../img/location.png") no-repeat center;
}
.weChat{
  width: 9.8%;
}
.weChat img{
  display: block;
  margin-top: 20px;
  width: 80%;
}
.advisory{
  width: 13.3%;
}
.advisory div{
  margin-top: 20px;
}
.advisory div a{
  display: block;
  width: 117px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
  padding-left: 40px;
  border: 1px solid #4C4C4C;
  background: url("../img/qq1.png") no-repeat 19px center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.advisory div a:hover{
  color: #fff;
  background: #4C4C4C url("../img/qq1_h.png") no-repeat 19px center;
}
.footer>div>div{
  margin-right: 5.4%;
}
.footer>div>div.advisory{
  margin-right: 0;
}
.footer .title{
  padding-bottom: 10px;
  border-bottom: 1px solid #363636;
}
.footer>p{
  margin-top: 45px;
  padding: 20px 0;
  border-top: 1px solid #363636;
}
/*new_business.html*/
.detail-bg{
  height: 640px;
  position: relative;
}
.detail-bg img{
  width: 100%;
}
.bg-txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 40%;
  text-align: center;
  color: #fff;
}
.bg-txt>h1{
  font-size: 60px;
  font-weight: bold;
  margin-top: 20px;
}
/*轮播图上的字体箭头*/
/*圆*/
.arrow{
  width: 50px;
  height: 50px;
  margin: 60px auto 0;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
/*箭头*/
.arrow a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../img/ico_16.png") no-repeat center;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform:translate(0, -25px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform:translate(0, 25px);
    opacity: 0;
  }
}
.product-show{
  width: 100%;
  margin-top: 50px;
}
.product-list li{
  float: left;
  width: 30%;
  margin-left: 2.5%;
  margin-bottom: 2.5%;
}
.product-list>li>a,
.product-list>li>a>span{
  display: block;
  overflow: hidden;
}
.product-list>li>a>span{
  position: relative;
}
.black{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .3);
  display: none;
}
.product-list>li>a>span>img{
  width: 100%;
}
.name{
  width: 100%;
  padding: 10% 0;
  border: 1px solid #E2E2E2;
  text-align: center;
  background: #FAFAFA;
  color: #333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.name>h1{
  font-size: 24px;
  margin-bottom: 20px;
}
.name>div>p{
  color: #999;
}
.name>div>p:before,
.name>div>p:after{
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #999;
  margin: 5px auto;
}
.product-list>li:hover .name{
  background: #363636;
  color: #fff;
  border: 1px solid #363636;
}
.load-more{
  display: block;
  width: 200px;
  margin: 50px auto;
  padding: 15px 0;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  box-shadow: 0 0 10px #e2e2e2;
  font-size: 16px;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.load-more:hover{
  background: #363636;
  color: #fff;
}
/*direct_store.html*/
.store-list{
  margin-top: 5%;
}
.store-content{
  margin-bottom: 20px;
  border: 1px solid #E2E2E2;
  background: #FAFAFA;
}
.store-img,.store-txt{
  width: 50%;
}
.store-img img{
  width: 100%;
}
.store-txt{
  padding: 4%;
  text-align: center;
}
.store-txt img{
  width: 50%;
}
.store-txt>h2{
  margin: 1% 0;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.store-txt>span{
  font-size: 14px;
  color: #B4B4B4;
}
.store-about{
  width: 100%;
  margin-top: 3%;
  padding: 5%;
  border-top: 1px solid #E2E2E2;
  color: #666;
}
.store-about li{
  float: left;
  width: 50%;
  padding: 0 5%;
  border-right: 1px solid #e2e2e2;
}
.store-about li:last-child{
  border-right: none;
}
.store-about li i{
  display: block;
  width: 17px;
  height: 22px;
  margin: 0 auto;
}
.store-about li:first-child i{
  background: url("../img/addr.png") no-repeat center;
}
.store-about li:last-child i{
  background: url("../img/tel.png") no-repeat center;
}
.store-about li span{
  display: block;
  margin: 3% 0;
}
.store-about li span:before{
  content: "";
  display: block;
  background: #666;
  margin: 10% auto;
}
.store-about li:first-child span:before{
  width: 8px;
  height: 2px;
}
.store-about li:last-child span:before{
  width: 2px;
  height: 8px;
}

.page{
  position: relative;
}
.page>p,
.page>p>a{
  font-size: 16px;
  color: #333;
}
.back{
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  padding: 10px 0;
  font-size: 16px;
  color: #C8C8C8;
  text-align: center;
  background: #292F32;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.back:hover{
  background: #fff;
  color: #333;
  border: 1px solid #333;
}
/*about.html*/
.detail-bg .container{
  position: relative;
  height: 100%;
}
.detail-bg .container>div{
  position: absolute;
  color: #fff;
}
.bg-content1{
  top: 100px;
  left: 0;
}
.bg-content1>h1{
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bg-content1>h2{
  font-size: 36px;
}
.bg-content1>h2:after{
  content: "";
  display: block;
  width:200px;
  height: 6px;
  background: #fff;
  margin: 20px 0;
}
.bg-content2{
  bottom: 0;
  right: 0;
  text-align: right;
}
.bg-content2>div{
  margin-bottom: 45px;
}
.c1{
  height: 30px;
  background: url("../img/three-line.png") no-repeat right center;
}
.c2>p{
  font-size: 36px;
  font-weight: bold;
}
.c2>span{
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
.c3>ul>li{
  float: left;
  width: 100px;
  margin-left: 70px;
  text-align: left;
}
.c3>ul>li>p{
  font-weight: bold;
}
.c3>ul>li>p>span{
  font-size: 50px;
}
.detail-bg .arrow{
  left: 0;
  bottom: 100px;
}
.about1{
  padding: 100px 0;
}
.left-con,
.right-con{
  width: 50%;
}
.left-con>img{
  width: 80%;
  display: block;
}
.left-con>span{
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 70px;
  border-bottom: 5px solid #666;
  font-size: 36px;
  font-weight: bold;
  color: #666;
  line-height: 45px;
}
.left-con>ul>li{
  float: left;
  width: 28%;
  margin-right: 10%;
  text-align: center;
}
.left-con>ul>li>h5{
  font-size: 16px;
  color: #999;
}
.left-con>ul>li>p{
  font-weight: bold;
  color: #333;
  font-size: 16px;
}
.left-con>ul>li>p>span{
  font-size: 80px;
}
.left-con>ul>li>h6{
  font-size: 12px;
  color: #B7BCC2;
}
.right-con{
  color: #333;
}
.right-con>h2{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}
.right-con>p{
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
.about2{
  width: 100%;
  height: 300px;
  color: #fff;
  text-align: center;
  background: url("../img/about02.jpg") no-repeat center 0;
}
.about2 .swiper-container{
  height: 300px;
}

.about2 .swiper-button-next,
.about2 .swiper-button-prev{
  width: 40px;
  height: 40px;
  margin-top: 0;
  top: 145px;
}
.about2 .swiper-button-next{
  background: url("../img/next.png") no-repeat center;
}
.about2 .swiper-button-prev{
  background: url("../img/prev.png") no-repeat center;
}
.time{
  width: 70%;
  margin: 0 auto;
  height: 300px;
  padding-top: 62px;
  cursor: pointer;
}
.time:hover p{
  opacity: 1;
}
.time:hover span i{
  box-shadow: 0 0 10px #fff;
}
.time:hover h4{
  color: #fff;
}
.time>p{
  height: 72px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  display:-webkit-box;
  -webkit-box-orient:vertical;/*垂直排列*/
  -webkit-line-clamp:3;/*显示的行数*/
  overflow:hidden;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.time>p:before{
  content: "";
  display: inline-block;
  width: 4px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 0;
}
.time>span{
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin: 20px auto;
  border: 1px solid #fff;
  border-radius: 20px;

}
.time>span>i{
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #fff;
}
.time>h4{
  font-size: 30px;
  color: #999;
}
.about3{
  margin: 50px 0;
}
.about3 ul li{
  float: left;
  width: 31%;
  margin: 0 1%;
}
.about3 ul li img{
  width: 100%;
}
.about3 ul li p{
  width: 100%;
  font-size: 20px;
  color: #333;
  padding: 20px 0;
  background: #F5F5F5;
  text-align: center;
}
/*news-center.html*/
.news-list{
  margin: 40px 0;
}
.news li{
  float: left;
  width: 31%;
  margin: 0 1% 20px;
  padding: 10px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.news li>a{
  display: block;
}
.news li>a>img{
  width: 100%;
}
.news li>a>div{
  padding: 30px 20px;
}
.news li>a>div>h3{
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news li>a>div>p{
  margin-top: 20px;
  height: 48px;
  line-height: 24px;
  color: #999;
  display:-webkit-box;
  -webkit-box-orient:vertical;/*垂直排列*/
  -webkit-line-clamp:2;/*显示的行数*/
  overflow:hidden;
}
.date{
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 10;
  display: block;
  width: 74px;
  padding: 10px 0;
  color: #fff;
  background: #363636;
  text-align: center;
  font-size: 20px;
  opacity: 0;
}
.news li:hover{
  background: #363636;
}
.news li:hover h3{
  color: #fff;
}
.news li:hover .date{
  opacity: 1;
}
.news-detail{
  padding: 50px 0;
}
.news-detail>div>h1{
  font-size: 24px;
  color: #333;
}
.news-detail>div>h6{
  margin: 10px 0;
  font-size: 14px;
  color: #999;
}
.news-detail-show{
  margin-top: 20px;
  padding: 50px 90px;
  border: 1px solid #E2E2E2;
}
.news-detail-txt{
  border-bottom: 1px solid #e2e2e2;
}
.news-detail-txt>p{
  font-size: 16px;
  line-height: 32px;
  color: #666;
  margin-bottom: 30px;
  text-indent: 2em;
}
.news-detail-txt img{
  display: block;
  width: 70%;
  margin: 10px auto;
}
.connect-link{
  margin: 40px 0;
}
.connect-link>h3{
  font-size: 20px;
  color: #333;
}
.connect-link>div{
  margin-top: 30px;
}
.connect-link>div a{
  display: block;
  margin: 5px 0;
  padding-left: 20px;
  font-size: 16px;
  color: #666;
}
.connect-link>div a:hover{
  color: #333;
  text-decoration: underline;
}
.connect-link>div a:before{
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #B7B7B7;
  position: relative;
  left: -5px;
  top: -2px;
}
.share{
  position: relative;
}
.share>div>span{
  margin-top: 5px;
}

/*group.html*/

.group-list{
  padding-top: 20px;
}
.group-nav{
  margin: 30px 0;
}
.group-nav>a{
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 48px;
  margin-right: 30px;
  border: 2px solid #e2e2e2;
  font-size: 20px;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.group-nav>a.cur{
  background: #363636;
  color: #fff;
  border-color: #363636;
}
.group-nav>a:hover{
  background: #363636;
  color: #fff;
  border-color: #363636;
}
.group-show{

}

.group-show>li{
  float: left;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.group-show>li>a{
  display: block;
}
.group-show>li>a>img{
  width: 100%;
}
.group-show>li>a>div{
  padding: 20px 0;
  background: #F5F5F5;
  text-align: center;
  color: #333;
  border-bottom: 2px solid transparent;
}
.group-show>li>a>div>h3{
  font-size: 20px;
}
.group-show>li>a>div>p{
  color: #999;
  margin-top: 10px;
}
.group-show>li:hover a>div{
  border-color: #0074BD;
  color: #0074BD;
}
.group-detail{
  padding: 50px 0;
}
.group-detail-txt{
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}
.group-detail-txt>h2{
  font-size: 20px;
  color: #333;
}
.group-detail-txt>img{
  display: block;
  width: 60%;
  margin: 20px auto;
}
.group-detail-txt>p{
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  padding: 0 10px;
}
.custom-show{
  margin-top: 20px;
}
.show-content{
  margin-bottom: 30px;
  background: #F5F5F5;
}
.show-img{
  width: 50%;
}
.show-img img{
  width: 100%;
}
.show-content .custom-txt{
  background: #f5f5f5;
}
.show-content .custom-txt>img{
  width: 70%;
}
.show-content .custom-txt>h2>a{
  font-size: 24px;
  color: #333;
}
.show-content .custom-txt h4{
  margin-top: 20px;
}

.container1{
  width: 1200px;
  margin: 0 auto;
}
.custom-first{
  min-width: 1200px;
  height: 560px;
  padding-top: 120px;
  text-align: center;
  background: url("../img/c10.png") no-repeat center 0;
}
.custom-first h2{
  margin-bottom: 30px;
  font-size: 32px;
  color: #fff;
}
.custom-first p{
  margin: 15px 0;
  font-size: 16px;
  color: #999;
}
.custom-first img{
  display: block;
  margin: 80px auto 0;
}
.custom-second{
  width: 1200px;
  margin: 0 auto;
}
.second1{
  height: 1030px;
  position: relative;
}
.second1 img{
  position: absolute;
}
.second1>p{
  position: absolute;
}
.second1>div{
  position: absolute;
}
.font-icon1{
  left: 0;
  top: 130px;
}
.txt1{
  left: 0;
  top: 200px;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.three-line{
  left: 0;
  top: 340px;
}
.three-line span{
  display: block;
  width: 30px;
  height: 1px;
  background: #363636;
}
.three-line span:nth-child(2){
  width: 15px;
  margin: 10px 0;
}
.three-line span:nth-child(3){
  width: 24px;
}
.img1{
  top: 70px;
  left: 490px;
  z-index: 10;
}
.font-icon2{
  left: 732px;
  top: 80px;
}
.font-icon3{
  left: 800px;
  top: 200px;
}
.img2{
  left: 685px;
  top: 300px;
}
.txt2{
  left: 800px;
  top: 257px;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
}
.txt3{
  left: 800px;
  top: 330px;
  width: 220px;
  font-size: 12px;
  line-height: 18px;
}
.txt4{
  left: 850px;
  top: 410px;
  font-size: 120px;
  font-weight: bold;
  color: #F3F3F3;
  white-space: nowrap;
}
.img3{
  left: 0;
  top: 505px;
  z-index: 10;
}
.font-icon4{
  left: 330px;
  top: 630px;
}
.img4{
  left: 190px;
  top: 770px;
}
.font-icon5{
  left: 590px;
  top: 810px;
}
.txt5{
  left: 590px;
  top: 870px;
  font-size: 24px;
  font-weight: bold;
  color: #191919;
}
.txt-plus{
  left: 590px;
  top: 920px;
}
.font-icon6{
  left: 900px;
  top: 685px;
}
.second2{
  height: 600px;
  position: relative;
}
.second2 img,
.second2>p,
.second2 div{
  position: absolute;
}
.font-icon7{
  left: 0;
  top: 125px;
}
.font-icon8{
  left: 430px;
  top: 138px;
}
.txt-plus2{
  left: 490px;
  top: 295px;
}
.txt-plus2 h2,
.txt-plus2 h4{
  font-weight: bold;
  color: #191919;
}
.txt-plus2 h2{
  font-size: 24px;
}
.txt-plus2 h4{
  font-size: 16px;
  margin: 10px 0;
}
.txt-plus2 p{
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.txt-plus2>a {
  margin-top: 30px;
}
.img5{
  left: 835px;
  top: 20px;
}
.custom-third{
  width: 1200px;
  margin: 20px auto;
}
.custom-third .fr{
  margin-top: 120px;
}
.custom-third>div{
  width: 48%;
}
.process li{
  margin-bottom: 70px;
  border-bottom: 4px solid #000;
}
.process li>div{
  position: relative;
}
.cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(256,256,256, .5);
  display: none;
}
.cover>div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  font-size: 32px;
  color: #333;
  text-align: center;
}
.process-txt{
  text-align: center;
  padding: 70px 0;
}
.process-txt>p{
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.custom-fourth{
  min-width: 1200px;
  height: 600px;
  padding-top: 80px;
  background: #232425;
}
.big{
  width: 3600px;
  padding-bottom: 50px;
}
.small{
  width: 1200px;
  background: #FEFEFE;
}
.small .custom-pic{
  padding: 0;
}
.custom-fourth .container1{
  overflow-x: auto;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.custom-fourth .container1::-webkit-scrollbar {
  width: 800px;
  height: 8px;
  background-color: #232425;
}
/*定义滚动条轨道 内阴影+圆角*/
.custom-fourth .container1::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #3B3C3D;
}
/*定义滑块 内阴影+圆角*/
.custom-fourth .container1::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #Fff;
}


/* 2020.9.8 */

.tip{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 300px;
  z-index: 999;
  cursor: pointer;
}

.tip_wrap{
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .3);
  z-index: 9999;
}

.tip_wrap img{
  display: block;
  margin: 0 auto;
  max-width: 70%;
}

