*{
    margin:0;
    padding:0;
}
img{
    display: block;
    border:0;
}
ul,li,ol,dl,dd,dt{
    list-style: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
a,a:hover,a:link{
    text-decoration: none;
}
body,html{
    font-family: 'simhei';
    font-size: 12px;
    color: #000;
    width: 100%;
}
header{
    width: 100%;
}
header img{
    width: 100%;
}
.content_wrap{
    width: 100%;
}
.sec{
    width: 100%;
    background-image: url('../images/sec1_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.sec1{
    height: 384px;
    background-image: url('../images/sec1_bg.jpg');
}
.sec2{
   
    background-image: url('../images/sec2_bg.jpg');
}
.sec3{
    height: 752px;
    background-image: url('../images/sec3_bg.jpg');
}
.sec4{
    height: 716px;
    background-image: url('../images/sec4_bg.jpg');
}
.sec5{
    height: 649px;
    background-image: url('../images/sec5_bg.jpg');
}
.sec6{
    height: 623px;
    background-image: url('../images/sec6_bg.jpg');
}
.w1000{
    width: 1000px;
    margin:0 auto;
}
.w1000>img{
    width: 100%;
    margin: 0 atuo;
}
.sec1_banner{
    width: 515px;
    height: 330px;
}
.sec1_banner .swiper-slide{
    position: relative;
}
.sec1_banner .swiper-slide img{
    width: 100%;
}
.sec1_banner .text{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.sec1_banner .text a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 46px;
  
}
.sec1 .fr{
    width:430px;
}
.sec1 .fr ul li{
    margin-bottom: 20px;
}
.sec1 .fr ul h3 {
    margin-bottom: 10px;
}

.sec1 .fr h3 a{
    color:#b15a57 ;
    font-size: 20px;
}
.sec1 .fr p{
    font-size: 16px;
    line-height: 24px;
}
.sec1 .fr ul li:nth-child(n+2){
    line-height: 28px;
    font-size: 16px;
    list-style-type: disc;
    margin-bottom: 0;
    margin-left: 18px;
}
.sec1 .fr ul li:nth-child(n+2) a{
    color: #000;
}
.more{
    text-align: right;
}
.more a{
    font-family: 'micrsoft yahei';
    font-size: 14px;
    color: #000;
}
.half{
    width: 50%;
    display: inline-block;
}
.half .small .text{
    width: 250px;
    height: 215px;
    display: inline-block;
   color:#194b74; 
   box-sizing: border-box;
   padding:10px;
   /* modify */
   background: #fff;
   font-size: 14px;
   line-height: 24px;
}
.half .small img{
    width:50%;
    display: inline-block;
}
.big{
    position: relative;
}
.b_text{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    display: -webkit-flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 10px;
    color: #fff;
    background: #e84c3d;
    width:50%;
    /* height: 225px; */
    /* modify */
    box-sizing: border-box;
    font-size: 14px;
   line-height: 24px;
   transition: width linear 1s; 
}
.half.fr .b_text{
    background: #23afd2;
}
.banner2 .swiper-slide{
    position: relative;
}
.banner2 .swiper-slide img{
    width: 100%;
}
.banner2 .text{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
    text-align: left;
    height: 85px;
    line-height: 85px;
    padding-left: 20px;
    box-sizing: border-box;
    
}
.banner2 .text a{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.bth_left{
    position: absolute;
    right: 70px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-image: url('../images/btn_left.jpg');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    z-index: 5;
    cursor: pointer;
}
.bth_right{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background-image: url('../images/btn_right.jpg');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    z-index: 6;
    cursor: pointer;
}
.banner3{
    width: 100%;
    height: 400px;
    background: #eeeeee;
    box-sizing: border-box;
    padding: 10px 10px;
}
.banner3 .swiper-container {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
 
  .banner3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
 
    /* width: 150px; */
    height:84px;
    /* Center slide text vertically */
    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;
  }
  .banner3 .swiper-slide a:hover {
      opacity: 0.7;
      transition: opacity linear 0.2s;
  }
.swiper-button-next{
    right: 0;
  
}
.swiper-button-prev {
    left: 0;
}
.pc{
    display: block;
}
.phone{
    display: none;
}
.bottom{
    text-align: center;
    line-height: 20px;
}
.bottom a{
    color: #000;
}
.gg{
    margin-top: 10px;
}
@media screen and (max-width:640px){
    .phone{
        display: block;
    }
    .pc{
        display: none;
    }
    .w1000{
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        padding:  10px;
    }
    .sec1_banner{
        width: 100%;
        height: auto;
    }
    .swiper-button-prev1,.swiper-button-next1{
        display: none;
    }
 .sec2{
        height: auto;
    }
    .sec1 .fr{
        width: 100%;
    }
    .sec3{
        width: 100%;
    }
    .half{
        width: 100%;
    }
    .half .small .text,.half .small img{
        width: 50%;
        height: auto;
        align-content: center;
        flex-wrap: wrap;
    }
    .half .small .text{
        padding: 0 10px;
        height:215px;
    }
    .b_text{
        overflow: scroll;
        max-height: 100%;
        top: 0;
        transform: translateY(0);
        display:block;
    }
    .small .text{
      height: 100%;
    }
   
    .small{
        display: flex;
        display: -webkit-flex;
        align-content: center;
    }
    .banner2 .text{
        height: 35px;
        line-height: 35px;
    }
    .bth_left,.bth_right{
        width: 20px;
        height: 20px;
        bottom: 10px;
    }
    .bth_left{
        right:40px;
    }
    .bth_right {
        right:10px;
    }
    .sec6{
        width: 100%;
        height: auto;
    }
    .banner3 img{
        width: 90%;
    }
   .banner3 .swiper-container>img{
        width: 100%;
    }
    .sec1{
        height: auto;
    }
    .sec1 .fr ul h3{
        padding: 10px 0;
        margin-bottom: 0;
    }
    .sec1 .fr h3 a{
        font-size: 18px;
    }
    .sec1 .fr p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec1 .fr ul li{
        margin-bottom: 10px;
    }
    .sec1 .fr ul li:nth-child(n+2){
        line-height: 23px;
        font-size: 14px; 
    }
    .big img{
        width: 100%;
    }
    .sec3,.sec4{
        height: auto;
    }
    .banner2 .text a{
        font-size: 14px;
    }
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2019-08-15 10:08:07" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->