.center{
    width: 1400px;
    margin: 0 auto;
}
.header{
    height: 82px;
    line-height: 82px;
    background: #207cc5;
    font-size: 0;
}
.header img{
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    margin-right: 22px;
}
.header ul{
    display: inline-block;
    font-size: 0;
    margin-right: 66px;
    vertical-align: top;
    height: 82px;
    line-height: 82px;
}
.header ul li{
    display: inline-block;
    width: 119px;
    text-align: center;
    font-size: 18px;
    padding: 26px 0;
}
.header ul li a{
    display: block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-left:1px solid #fff;
    border-image: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1)) 1 1;
}
.header ul li.last a{
    border-right:1px solid #fff;
    border-image: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1)) 1 1;
}
.header .search{
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 82px;
    line-height: 82px;
    margin-right: 20px;
}
.header .search input{
    height: 36px;
    line-height: 36px;
    width: 232px;
    padding: 0 28px 0 20px;
    border-radius: 18px;
    font-size: 16px;
    margin: 23px 0;
    
}
.header .search input::-webkit-input-placeholder{
    color:#aaa;
}
.header .search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#aaa;
}
.header .search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#aaa;
}
.header .search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#aaa;
}
.header .search i{
    font-size: 20px;
    color: #aaa;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.header .btn{
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.header .btn div{
    display: inline-block;
    font-size: 18px;
    width: 82px;
    text-align: center;
}
.header .btn div a{
    color: #fff;
}
.header .btn .btn1{
    background: #00a1f1;
}
.header .btn .btn2{
    background: #36bcff;
}
.banner{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.banner .swiper-button-prev,.banner .swiper-button-next {
    background-color: #fff!important;
    width: 70px!important;
    height: 70px!important;
    border-radius: 50%!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: 27px 44px!important;
    opacity: 0.3;
}
.banner .swiper-button-prev{
    left: 260px!important;
}
.banner .swiper-button-next{
    right: 260px!important;
}
.banner .swiper-pagination-banner{
    position: absolute;
    z-index: 1000;
    text-align: center;
}
.banner .swiper-pagination-bullet{
    width: 16px;
    height: 8px;
    border-radius: 0;
    opacity: .5;
}
.banner .swiper-slide img{
    display: block;
    margin: 0 auto;
}
.content .box1{
    font-size: 0;
    margin-top: 50px;
    height: 540px;
}
.content .box1 .box1_left{
    display: inline-block;
    font-size: 16px;
    width: 240px;
}
.box1 .box1_left .left_top{
    height: 132px;
    padding: 42px 12px 10px 12px;
    background: #eaeaea url(../img/car.png) no-repeat 12px 14px;
    background-size: 47px 26px;
}
.box1 .box1_left .left_top  h2{
    font-size: 14px;
    line-height: 28px;
}
.box1 .box1_left .left_top div{
    line-height: 35px;
}
.box1 .box1_left .left_top div .l{
    float: left;
}
.box1 .box1_left .left_top div .r{
    float: right;
}
.box1 .box1_left .left_middle{
    height: 170px;
    padding-top: 14px;
    background: #eaeaea;
    margin-top: 14px;
}
.box1 .box1_left .left_middle img{
    width: 134px;
    display: block;
    margin: 0 auto;
}
.box1 .box1_left .left_middle div{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.box1 .box1_left .left_bottom{
    margin-top: 26px;
}
.box1 .box1_left .left_bottom img{
    width: 100%;
}
.content .box1 .box1_middle{
    display: inline-block;
    vertical-align: top;
    width: 786px;
    margin-left: 24px;
    font-size: 16px;
    background: #eaeaea;
    padding: 0 30px 10px;
}
.box1 .box1_middle h2{
    font-size: 24px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    margin-top: 9px;
    position: relative;
    margin-bottom: 26px;
}
.box1 .box1_middle h2::after{
    content: '';
    width: 85px;
    height: 4px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    background: #6c6c6c;
    transform: translateX(-50%);
}
.box1 .box1_middle .scroll_box{
    height: 450px;
    position: relative;
    overflow: hidden;
}
.box1 .box1_middle .scroll_box #scrollBox1{
    position: absolute;
}
.box1 .box1_middle .scroll_box #scrollBox2{
    position: absolute;
}
.box1 .box1_middle .scroll_box ul{
    width: 786px;
}
.box1 .box1_middle ul li{
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 0;
    margin-bottom: 10px;
}
.box1 .box1_middle ul li .operate{
    display: inline-block;
    padding: 0 28px 0 40px;
    font-size: 16px;
    color: #207cc5;
    background: url(../img/pic2.png) no-repeat 13px center;
}
.box1 .box1_middle ul li.grab .operate{
    background: url(../img/pic3.png) no-repeat 13px center;
    color: #f03c32;
}
.box1 .box1_middle ul li .route{
    display: inline-block;
    font-size: 16px;
}
.box1 .box1_middle ul li .size{
    display: inline-block;
    font-size: 16px;
    padding: 0 38px 0 70px;
}
.box1 .box1_middle ul li .type{
    display: inline-block;
    font-size: 10px;
    border-radius: 3px;
    border: 1px solid #207cc5;
    width: 26px;
    height: 12px;
    line-height: 13px;
    text-align: center;
    color: #207cc5;
    margin-right: 28px;
}
.box1 .box1_middle ul li .price{
    display: inline-block;
    color: #e46548;
    font-size: 16px;
    width: 65px;
    height: 18px;
    line-height: 18px;
    background: #fffcea;
    border: 1px solid #efb861;
    text-align: center;
    border-radius: 5px;
    margin-right: 28px;
}
.box1 .box1_middle ul li .time{
    display: inline-block;
    font-size: 16px;
    color: #696969;
}
.box1 .box1_middle ul li .to{
    font-size: 25px;
    margin-left: 20px;
    color: #207cc5;
}
.content .box1 .box1_right{
    display: inline-block;
    width: 258px;
    margin-left: 29px;
    vertical-align: top;
    height: 540px;
    background: #207cc5;
}
.box1 .box1_right ul{
    width: 100%;
    height: 540px;
    overflow: hidden;
}
.box1_right ul li{
    width:100%;
    height: 16.6%;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.box1_right ul:hover li{
    height: 14%;
}
.box1_right ul li:hover {
    height: 30%;
}
.box1 .box1_right ul li h2{
    font-size: 18px;
    line-height: 40px;
    margin-left: 20px;
}
.box1 .box1_right ul li p{
    font-size: 12px;
    margin-left: 20px;
    line-height: 16px;
}
.box1 .box1_right ul li div{
    width: 100%;
    height: 100%;
    background: rgba(32, 124, 197, .77);
    position: relative;
}
.box1 .box1_right ul li i{
    position: absolute;
    right: 25px;
    top: 50%;
    font-size: 40px;
    transform: translateY(-50%);
}
.box1 .box1_right ul .accordion1{
    background: url(../img/accordion01.jpg) no-repeat center center;
}
.box1 .box1_right ul .accordion2{
    background: url(../img/accordion02.jpg) no-repeat center center;
}
.box1 .box1_right ul .accordion3{
    background: url(../img/accordion03.jpg) no-repeat center center;
}
.box1 .box1_right ul .accordion4{
    background: url(../img/accordion04.jpg) no-repeat center center;
}
.box1 .box1_right ul .accordion5{
    background: url(../img/accordion05.jpg) no-repeat center center;
}
.box1 .box1_right ul .accordion6{
    /* background: url(../img/accordion06.jpg) no-repeat center center; */
}
.box2{
    font-size: 0;
    margin-top: 86px;
}
.box2 .box2_left{
    display: inline-block;
    width: 520px;
    height: 372px;
    vertical-align: top;
    margin-right: 20px;
    overflow: hidden;
}
.box2 .box2_slider{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 858px;
    height: 368px;
    border: 1px solid #aaa;
    overflow: hidden;
    position: relative;
}
.box2 .box2_slider .swiper-pagination.swiper-pagination-bullets{
    text-align: right;
}
.box2 .box2_slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: #207cc5;
    border-radius: 0;
}
.box2 .box2_slider .swiper-pagination-bullet-active {
    color: #015293;
    background: #eaeaea;
}
.box2 .box2_slider .swiper-pagination.swiper-pagination-bullets {
    text-align: right;
}
.box2_slider.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px!important;
    left: 4px!important;
}
.box2_slider.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 1px!important;
}
.box2 .box2_slider .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.box3{
    margin: 84px 0 109px;
}
.box3 img{
    margin: 0 auto;
    display: block;
}
.box4 .box4_hd{
    height: 85px;
    line-height: 85px;
    border: 1px solid #aaa;
    font-size: 20px;
}
.box4 .box4_hd .title{
    float: left;
    font-weight: bold;
    margin-left: 20px;
}
.box4 .box4_hd .more{
    float: right;
    font-weight: bold;
    margin-right: 20px;
}   
.box4 .box4_hd .tab{
   text-align: center;
   color: #fff;
   position: relative;
   height: 85px;
   width: 400px;
   margin: 0 auto;
}
.box4 .box4_hd .tab div{
    /* display: inline-block; */
    background: url(../img/news2.png) no-repeat;
    height: 45px;
    line-height: 45px;
    width: 126px;
    padding: 0 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);    
}
.box4 .box4_hd .tab div.tab1{
    left: 0;
}
.box4 .box4_hd .tab div.tab2{
    right: 0;
}
.box4 .box4_hd .tab div.active{
    background: url(../img/news1.png) no-repeat;
    z-index: 100;
}
.box4 .box4_cont{
    border: 1px solid #aaa;
    border-top: none;
}
.box4 .box4_cont .con1{
    height: 450px;
    padding: 28px 36px 0 20px;
}
.box4 .box4_cont .con2{
    height: 450px;
    display: none;
    padding: 28px 36px 0 20px;
}
.box4 .box4_cont .con1 .detail{
    font-size: 0;
    margin-bottom: 20px;
}
.box4 .box4_cont .con1 .detail img{
    display: inline-block;
    width: 335px;
    height: 220px;
    vertical-align: top;
}
.box4 .box4_cont .con1 .detail div{
    display: inline-block;
    width: 840px;
    margin-left: 25px;
}
.box4_cont .con1 .detail div .text{
    font-size: 20px;
    line-height: 40px;
}
.box4_cont .con1 .detail div .title{
    font-size: 20px;
    line-height: 40px;
}
.box4_cont .con1 .detail div .time{
    line-height: 42px;
    height: 42px;
    font-size: 18px;
    color: #6f6f6f;
    margin-bottom: 10px;
}
.box4_cont .con1 .message{
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    margin-top: 3px;
}
.box4_cont .con1 .message .message_left{
    float: left;
    padding-left: 30px;
    position: relative;
}
.box4_cont .con1 .message .message_right{
    float: right;
    color: #6f6f6f;
}
.box4_cont .con1 .message .message_left::before{
    content: '\25C6';
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
}
.footer{
    margin-top: 95px;
    background: #207cc5;
    color: #fff;
    padding-top: 40px;
}
.footer ul{
    display: inline-block;
    vertical-align: top;
    padding-right: 120px;
    font-size: 16px;
    line-height: 35px;
}
.footer .message{
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.searchBtn{
    position: fixed;
    bottom: 100px;
    right: 73px;
    z-index: 1000;
}
.searchBtn li{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.searchBtn li img{
    display: block;
}