@charset "utf-8";

 html, body{
  min-width:1300px;
  height: 100%;
  background: #fff;
}
.main{
    max-width:1300px;
    width:100%;
}
.swiper-container {
  width: 100%;
  max-height: 100%;
}
.swiper-slide{
  text-align: center;
  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;
}


.section{
    max-width:1300px;
    margin:0 auto;
    position:relative;
}
.swiper-container{
  position: relative;
}
.swiper-container .pnext{
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  z-index: 99;
  cursor: pointer;
  background: url(../images/icon.png)no-repeat center center;
  position: absolute;
  left:48%;
  bottom:10%;
}





/*index_htit*/
.index_htit p{
    color:#fff;
    font-size:30px;
    line-height:36px;
    font-weight: bold;
    font-family: 'Arial';
    text-transform: uppercase;
}
.index_htit h2{
  color:#fff;
  font-size:25px;
  line-height:50px;
}

/*index_htit2*/

.index_htit2 h2{
  color:#fff;
  font-size:40px;
  line-height:50px;
  padding-bottom:70px;
  background: url(../images/index_htit2.png)no-repeat center bottom;
}










/*.section1*/
/*.mbg1{
    position: relative;
    background: url(../images/mbg1.jpg) center center no-repeat;
    background-size:1920px 100%;
    background-size:cover;
    background-size:1920px 880px;
}*/
.indexBanner{
  width:100%;
  height:100%;
}
.indexBanner .swiper-wrapper{
  width:100%;
  height:100%;
}
.indexBanner .swiper-slide{
  width:100%;
  height:100%;
  display: block;
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.indexBanner .banner-prev,
.indexBanner .banner-next{
  position: absolute;
  top:calc(50% - 50px);
  z-index: 11;
  color:#fff;
  font-size:60px;
  line-height:100px;
  width:60px;
  height:100px;
  display: block;
  font-family: "宋体";
  cursor: pointer;
}
.indexBanner .banner-prev{
  right:10%;
}
.indexBanner .banner-next{
  left:10%;
}


.section1{
    width:100%;
    margin-top:40px;
    height:700px;
    position: relative;
}




/*section2*/
.mbg2{
    position: relative;
    background: url(../images/mbg2.jpg) center center no-repeat;
    background-size:cover;
/*    background-size:100% 100%;*/
}

.section2{
    width:100%;
    margin-top:40px;
    height:700px;
    position: relative;
}

.section2 .index_htit{
  padding-top:40px;
}
.section2 .text_box{
  max-width:850px;
  padding:40px 0 70px 0;
  margin:0 auto;
}
.section2 .text_box .text{
  color:#fff;
  font-size:16px;
  line-height:34px;
}
.section2 .tag_box{
  margin-bottom:70px;
}
.section2 .tag_box .list{
  float:left;
  width:33%;
  text-align:center;
}
.section2 .tag_box .list:nth-child(2){
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}
.section2 .tag_box .list h4{
  color:#fff;
  font-size:80px;
  font-family: 'Arial';
}
.section2 .tag_box .list p{
  color:#fff;
  font-size:15px;
  line-height:25px;
}
.section2 .more{
  color:#fff;
  font-size:15px;
  line-height:46px;
  text-align:center;
  width:170px;
  display: block;
  background: #000;
  margin:0 auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.section2 .more:hover{
  background: #fff;
  color:#28427b;
}
.section2 .more a{
  display: block;
}











/*section3*/
.mbg3{
    position: relative;
    background: url(../images/mbg3.jpg) center center no-repeat;
    background-size:cover;
/*    background-size:100% 100%;*/
}

.section3{
    width:100%;
    margin-top:40px;
    height:700px;
    position: relative;
}
.section3 .list_box .list{
  float:left;
  max-width:325px;
  max-height:700px;
  width:25%;
  position: relative;
}
.section3 .list_box .list h3{
  position: absolute;
  left:calc(50% - 88px);
  bottom:30px;
  z-index: 10;
  -webkit-transition: all 0.5s; 
  -moz-transition: all 0.5s; 
  -o-transition: all 0.5s;
  display: block;
  width:176px;
  line-height:45px;
  background: #28427b;
  color:#fff;
  font-size:16px;
  text-align:center;
  opacity: 0;
}
.section3 .list_box .list:hover h3{
  opacity: 1;
  animation-name:fadeInUp;
  animation-duration:.5s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.section3 .list_box .list .img_box{
  width:100%;
  height:100%;
  display: block;
}
.section3 .list_box .list .text_box{
  position: absolute;
  left:0;
  top:0;
  opacity: 1;
  -webkit-transition: all 1s; 
  -moz-transition: all 1s; 
  -o-transition: all 1s;
  background: rgba(40,66,123,.7);
  width:100%;
  height:100%;
}
.section3 .list_box .list:hover .text_box{
  opacity: 0;
}
.section3 .list_box .list .text_box i{
  width:92px;
  height:92px;
  border-radius: 100%;
  border:2px solid #fff;
  background-position:center center;
  background-repeat: no-repeat;
  display: block;
  margin:270px auto 0 auto;
}
.section3 .list_box .list .text_box .text{
  color:#fff;
  font-size:15px;
  line-height:25px;
  margin:10px 0;
}
.section3 .list_box .list .text_box .text .p2{
  font-family: 'Arial';
  text-transform: capitalize;
}








/*section4*/
.mbg4{
    position: relative;
    background: url(../images/mbg4.jpg) center center no-repeat;
    background-size:cover;
/*    background-size:100% 100%;*/
}

.section4{
    width:100%;
    margin-top:40px;
    height:700px;
    position: relative;
}
.section4 .index_htit2{
  padding:30px 0;
}
.section4 .index_join .text_box .text{
    display: block;
    width:820px;
    margin:0 auto;
    color:#fff;
    font-size:16px;
    line-height:26px;
}
.section4 .index_join .list_box{
  margin-top:60px;
}
.section4 .index_join .list_box .list a{
  display: block;
}
.section4 .index_join .list_box .list{
  float:left;
  width:25%;
  height:350px;
  color:#fff;
  display: block;
  -webkit-transition: all 1.5s; 
  -moz-transition: all 1.5s; 
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.section4 .index_join .list_box .list.on,
.section4 .index_join .list_box .list:hover{
  background: #28427b;
}
.section4 .index_join .list_box .list i{
  width:80px;
  height:80px;
  display: block;
  margin:70px auto 10px auto;
  background-position: center center; 
  background-repeat: no-repeat;
}
.section4 .index_join .list_box .list h3{
  font-size:18px;
  line-height:38px;
}
.section4 .index_join .list_box .list .text{
  font-size:15px;
  line-height:38px;
}
.section4 .index_join .list_box .list .more{
  display: block;
  margin:20px auto 0 auto;
  width:120px;
  height:40px;
  line-height:40px;
  text-align:center;
  text-transform: uppercase;
  font-size:15px;
}
.section4 .index_join .list_box .list .more a{
  display: block;
}








/*section5*/
.mbg5{
    position: relative;
    background: url(../images/mbg5.jpg) center center no-repeat;
    background-size:cover;
/*    background-size:100% 100%;*/
}

.section5{
    width:100%;
    margin-top:40px;
    height:700px;
    position: relative;
}
.section5 .index_htit{
  padding:30px 0;
}
.section5 .list_box{
  position: relative;
  width:1300px;
  height:550px;
  margin-bottom:20px;
}
.section5 .list_box::after,
.section5 .list_box::before{
  content:'';
  position:absolute;
  bottom:6px;
  width:200px;
  height:1px;
  z-index:-1;
  box-shadow:0 2px 50px 5px #000;
  visibility:visible;
}
.section5 .list_box::after {
  left:4px;
  transform:rotate(-1deg);
  visibility:visible;
}
.section5 .list_box::before {
  right:4px;
  transform:rotate(1deg);
  visibility:visible;
}


.section5 .list_box .list{
  float:left;
  width:33.3%;
  height:550px;
  position: relative;
}
.section5 .list_box .list a{
  display: block;
}
.section5 .list_box .list:nth-child(2) .img_box{
  position: absolute;
  left:0;
  bottom:0;
  z-index: 11;
  width:100%;
  height:300px;
  display: block;
}
.section5 .list_box .list .img_box{
  width:100%;
  height:300px;
  display: block;
}
.section5 .list_box .list .img_box img{
  width:100%;
  height:100%;
}
.section5 .list_box .list .text_box{
  background: #fff;
  height:200px;
  padding-top:50px;
}
.section5 .list_box .list .text_box h3{
  margin:0px 28px 10px 28px;
  display: block;
  color:#333;
  font-size:17px;
  line-height:26px;
  text-align:left;
}
.section5 .list_box .list .text_box .text{
  margin:0 28px 50px 28px;
  color:#666;
  font-size:15px;
  line-height:26px;
  text-align:left;
  display: block;
}
.section5 .list_box .list .text_box .more{
  height:61px;
  border-top:1px solid #d2d2d2;
  position: relative;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.section5 .list_box .list .text_box .more i{
  display: block;
  color:#666;
  font-size:15px;
  height:20px;
  line-height:20px;
  position: absolute;
  left:28px;
  top:calc(50% - 10px);
  z-index: 11;
}
.section5 .list_box .list .text_box .more span{
  display: block;
  color:#666;
  font-size:15px;
  height:20px;
  line-height:20px;
  position: absolute;
  right:28px;
  top:calc(50% - 10px);
  z-index: 11;
}

.section5 .list_box .list:hover .text_box .more{
  background:#28427b;
}

.section5 .list_box .list:hover .text_box .more i{
  color:#fff;
}

.section5 .list_box .list:hover .text_box .more span{
  color:#fff;
}



/*section6*/
.mbg6{
    position: relative;
    background: url(../images/mbg6.jpg) center center no-repeat;
    background-size:cover;
/*    background-size:100% 100%;*/
}

.section6{
    width:100%;
    margin-top:40px;
    height:700px;
    position: relative;
}
.section6 .index_htit{
  padding:20px 0;
}
.section6 .index_foot .left{
  float:left;
  display: inline-block;
  color:#fff;
  text-align:left;
  max-width:35%;
}
.section6 .index_foot .left .foot_phone{
  padding-left:86px;
  margin-bottom:25px;
  color:#fff;
  background: url(../images/foot_bg.png)no-repeat left top;
}
.section6 .index_foot .left .foot_phone i{
  font-size:18px;
  padding-bottom:10px;
  display: block;
}
.section6 .index_foot .left .foot_phone p{
  font-size:32px;
  line-height:36px;
  font-family: 'Arial';
  font-style: italic;
}
.section6 .index_foot .left .text_box h3{
  font-size:18px;
  line-height:38px;
}
.section6 .index_foot .left .text_box .text{
  font-size:15px;
  line-height:30px;
}
.section6 .index_foot .right{
  float:right;
  display: inline-block;
  color:#fff;
  width:780px;
  max-width:65%;
  margin-top:100px;
}
.section6 .index_foot .right ul{
  float:left;
  width:20%;
  color:#fff;
  display: inline-block;
  text-align:left;
}
.section6 .index_foot .right ul li{
  font-size:15px;
  line-height:30px;
  padding-left:40px;
}
.section6 .index_foot .right ul li a{
  display: block;
}
.section6 .index_foot .right ul li em{
  font-size:16px;
  line-height:38px;
}

.section6 .index_foot2{
  padding-top:66px;
}
.section6 .index_foot2 .link{
  color:#fff;
  font-size:15px;
  line-height:30px;
  padding-bottom:10px;
  border-bottom:1px solid #eee;
}
.section6 .index_foot2 .link a{
  float:left;
  margin-right:15px;
}
.section6 .index_foot2 .text_box{
  padding:10px 0;
  font-size:15px;
  line-height:30px;
  color:#fff;
  text-align:left;
}
.section6 .ga{
	margin-left: 10px;
	padding-left: 25px;
	background-size: 16px;
	background: url(../images/gaimg.png) no-repeat left center;
}


/*
.img_box img{
  -webkit-transition: all 0.5s; 
  -moz-transition: all 0.5s; 
  -o-transition: all 0.5s;
}
.img_box:hover img{
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);

}
*/

























.swiper-slide-active .section2 .index_htit{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
/*  animation-delay:.5s;*/
}
.swiper-slide-active .section2 .text_box{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
/*  animation-delay:.5s;*/
}
.swiper-slide-active .section2 .tag_box{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
/*  animation-delay:.5s;*/
}
.swiper-slide-active .section2 .more{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
/*  animation-delay:.5s;*/
}

.swiper-slide-active .section3 .list{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.swiper-slide-active .section3 .list:hover .text_box{
  height:100%;
}


.swiper-slide-active .section4 .index_htit2{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}


.swiper-slide-active .section4 .text_box{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.swiper-slide-active .section4 .list_box{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}






/*.swiper-slide-active .section4 .index_join_slide .bd{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}


.swiper-slide-active .section4 .index_join_slide .hd{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}*/






.swiper-slide-active .section5 .index_htit{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.swiper-slide-active .section5 .list_box{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}



.swiper-slide-active .section6 .index_htit{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}


.swiper-slide-active .section6 .index_foot{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.swiper-slide-active .section6 .index_foot2{
  animation-name:fadeInUp;
  animation-duration:1s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}



.swiper-container-vertical>.swiper-pagination-bullets{
    width:3%;
    left:7%;
}
.swiper-pagination .swiper-pagination-bullet{
    width:15px;
    height:15px;
    background:#d2d2d2;
    opacity:1;
}
.swiper-pagination .swiper-pagination-bullet:after{
    content:'';
    width:15px;
    height:15;
    display:inline-block;
    background:#d6d8d8;
    border-radius:100px;
    margin-top:3px;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background:#28427b;
    outline: none;
}
.swiper-pagination .swiper-pagination-bullet-active:after{
    background:#d2d2d2;
} 
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:9px 0;
}







