
/** 首頁輪播圖 **/
.banner-bg{
    width: 100%;
    min-width: 1200px;
    height: 457px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-color: #87969C;
}
.index-banner{
    position: relative;
}
.swiper-container {
    min-width: 1200px;
    height: 456px;
}
.swiper-pagination-bullet{
    background: #999;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
}

/* 首页产品展示 */
.index-product{
    padding: 35px 0;
}
.pro-menu .menu-title{
    height: 66px;
    background: #333;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 66px;
}
.pro-menu .menu-list{
    padding: 10px 0;
}
.menu-list .menu-item{
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
    color: #666;
}
.menu-list .menu-item:hover{
    background-color: #12569d;
    color: #fff;
}

.menu-item .arrow-active,.menu-item .arrow{
    width: 12px;
    height: 12px;
    margin-top: 14px;
}
.menu-item .arrow-active{
    display: none;
}
.menu-item.active,.menu-item:hover{
    background-color: #12569d;
    color: #fff;
}
.menu-item.active .arrow-active,.menu-item:hover .arrow-active{
    display: block;
}
.menu-item.active .arrow,.menu-item:hover .arrow{
    display: none;
}

.pro-list{
    width: calc(100% - 320px);
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-list .pro-item{
    margin-bottom: 10px;
    cursor: pointer;
    width: 33%;
}
.pro-list .pro-item .pro-name{
    line-height: 60px;
    text-align: center;
    border-top: 2px solid #12569d;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #333;
}
.pro-list .pro-item .img-over{
    width: 100%;
    height: 200px;
    line-height: 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.pro-item .img-over .hover-in{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 50, 35, 0.7);
    display: none;
}
.pro-item .img-over .btn-in{
    width: 120px;
    height: 45px;
    background-color: #fff;
    line-height: 45px;
    text-align: center;
    color: #12569d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pro-list .pro-item .pro-img{
    max-width: 100%;
    height: 100%;
}
.pro-list .pro-item:hover .pro-name{
    color: #12569d;
}
.pro-list .pro-item:hover .hover-in{
    display: block;
}
.mid-banner{
    min-width: 1200px;
    width: 100%;
    height: 160px;
    background: url('../images/mid-banner.png') no-repeat center center;
    background-size: auto 160px;
}
.index-about{
    background-color: #f5f5f5;
    padding-bottom: 30px;
}
.index-title{
    text-align: center;
    padding-bottom: 30px;
}
.index-title .name{
    color: #006272;
    font-size: 24px;
    font-weight: 600;
    padding: 35px 0 20px;
}
.index-title .desc{
    width: 276px;
    margin: 0 auto;
    background-color: #ebebeb;
    border-radius: 18px;
    color: #999;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}
.about-list, .learing-list{
    width: 49.5%;
    margin-bottom: 50px;
}
.about-detail{
    width: 445px;
    margin-left: 10px;
}
.about-detail .introduce-img{
    width: 445px;
    height: 260px;
}
.about-detail .about-introduce{
    width: 445px;
    height: 410px;
    padding: 20px 25px;
    background-color: #fff;
}
.about-detail .about-introduce .title{
    font-size: 18px;
}
.about-detail .about-introduce .desc{
    font-size: 14px;
    color: #999;
    line-height: 2;
    margin-top: 10px;
}
.about-list .about-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #fff;
    margin-bottom: 6px;
    cursor: pointer;
}
.about-list .about-item:hover{
    background-color: #12569d;
    color: #fff;
}
.about-list .about-item .i-time{
    width: 70px;
    border-right: 1px solid #eee;
    margin: 15px 0;
}
.about-list .about-item .i-content{
    width: calc(100% - 70px);
    padding: 13px 24px;
}
.about-item .i-time .i-year{
    font-size: 26px;
    text-align: center;
}
.about-item .i-time .i-day{
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.about-item .i-content .i-title{
    font-size: 18px;
    font-weight: 700;
}
.about-item .i-content .i-desc{
    font-size: 14px;
    color: #666;
    margin-top: 12px;
}
.about-list .about-item:hover .i-day{
    background-color: #12569d;
    color: #fff;
}
.about-list .about-item:hover .i-desc{
    color: #fff;
}
.brand-bg{
    background-color: #fff;
    padding-bottom: 30px;
}
.brand-swiper{
    width: 1200px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.brand-swiper .swiper-slide{
    text-align: center;
    border-right: 1px solid #eee;
}
.brand-swiper .swiper-button-white{
    background-color: #12569d;
    background-size: 50%;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next{
    right: 0;
}
.brand-swiper .brand-border{
    width: 142px;
    height: 142px;
    margin: 5px auto 20px;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
}
.brand-swiper .brand-bg{
    width: 122px;
    height: 122px;
    text-align: center;
    line-height: 122px;
    margin: 10px auto;
    background-color: #f5f5f5;
    border-radius: 50%;
}
.brand-swiper .brand-bg .brand-img{
    width: 80px;
}

.btn-more{
    width: 160px;
    height: 44px;
    margin: auto;
    background-color: #ebebeb;
    font-size: #999;
    line-height: 44px;
    text-align: center;
    margin-top: 20px;
}
/* 联系我们*/
.index-contact{
    height: 910px;
    background-color: #006272;
}
.contact-title .name{
    color: #fff;
}
.contact-title .desc{
    color: #006272;
}
.contact-swiper{
    width: 1100px;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.contact-swiper .swiper-slide{
    text-align: center;
}
.contact-swiper .swiper-button-white{
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 50%;
}
.contact-swiper .contact-img{
    width: 100%;
}
.contact-swiper .name{
    line-height: 80px;
    background-color: #fff;
    color: #999;
    font-size: #666;
}

.contact-detail{
    background-color: #4D929D;
    height: 380px;
    margin-top: 20px;
    padding: 10px;
}
.contact-map{
    width: 737px;
    height: 360px;
}
.contact-info{
    color: #fff;
    padding: 30px 40px;
}
.info-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.info-line{
    line-height: 2.5;
}

/*公司简介页面*/
.menu-list .contact-info{
    color: #333;
    padding: 2px;
}
.introduce-detail{
    width: 100%;
    margin-left: 30px;
}
.de-title{
    width: 100%;
    border-bottom: 2px solid #12569d;
}
.de-title .name{
    font-size: 28px;
    font-weight: 600;
}
.de-title .en-name{
    font-size: 14px;
    color: #999999;
    padding: 11px 0;
}
.introduce-content{
    color: #666;
    line-height: 2.2;
    text-indent: 2em;
    padding: 20px 10px;
    margin-bottom: 40px;
}
.img-area{
    padding: 20px;
    text-indent: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.img-area img{
    width: 100%;
    margin-bottom: 22px;
}
.car-img{
    margin: 20px;
    width: 40%;
    box-shadow: 2px 2px 5px #ddd;
}
.course{
    padding: 40px 0;
}
.course li{
    font-family: Microsoft YaHei;
    line-height: 1.5;
    font-size: 16px;
    border-left: 1px solid #ddd;
    padding: 12px 0 12px 30px;
    position: relative;
    text-indent: 0;
}
.course li::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #BCBCBC;
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.course li::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #666;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.course li:hover{
    font-weight: 600;
    color: #E60012;
    cursor: pointer;
}

.course li:hover::before{
    background-color: #E60012;
}
.course li:hover::after{
    background-color: #fff;
}

/* 新闻页面 */
.news-list{
    width: 100%;
    padding: 20px;
}
.news-list .about-item{
    position: relative;
    margin-bottom: 30px;
}
.news-list .about-item ::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eee;
    left: 0;
    bottom: -15px;
}
.news-list .about-item .i-content{
    width: calc(100% - 262px);
    padding: 25px;
}
.i-content a:hover{
    color: inherit;
}
.news-detail .news-title{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 40px 0 20px;
}
.news-detail .news-time{
    font-size: 14px;
    color: #666;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
}
.news-detail .news-content{
    padding: 40px 10px;
    line-height: 2.2;
    text-indent: 2em;
    flex: 1;
}
/*品牌中心页面*/
.brand-list{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.brand-list .brand-item{
    width: 160px;
    height: 105px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
}
.brand-list .brand-item .brand-img{
    width: 120px;
    height: 45px;
    margin: 15px 0;
}
.brand-item .brand-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E35B4F;
    color: #fff;
    display: none;
}
.brand-item .brand-hover .btn-in{
    width: 120px;
    height: 45px;
    margin: 15px auto;
    background-color: #fff;
    color: #E35B4F;
    line-height: 45px;
}
.brand-list .brand-item:hover .brand-hover{
    display: block;
}
.brand-title{
    width: 360px;
    height: auto;
    padding-bottom: 10px;
    margin: 30px 30px 30px 0;
    text-align: center;
}
.brand-title img{
    width: 100%;
    height: auto;
    margin: 15px auto;
}
.brand-strong-title{
    text-indent: 0;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    line-height: 80px;
}
.flex-between{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
/*联系我们*/
.contact-content{
    padding: 0 30px;
}
.contact-content .contact-info{
    color: #333;
    padding: 30px 0;
}
.contact-content .contact-swiper{
    width: 878px;
}
/*产品展示*/
.product-title{
    width: 270px;
    height: 240px;
    margin: 30px auto 10px;
    border: 1px solid #eee;
    text-align: center;
}
.product-title img{
    height: 100%;
}
.product-title p{
    line-height: 40px;
}


#service{width:161px;height:290px;position:fixed;top:350px;right:0px; z-index:100;}
*html #service{margin-top:258px;position:absolute;top:300px;}
#service li{width:161px;height:60px;}
#service li img{float:right;}
#service li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#service li a .shows{display:block;}
#service li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#service li a.weixin_area .hides{display:none;position:absolute;right:143px;}
#service li a.weixin_area .weixin{display:none;position:absolute;right:0;top:48px}
#p2{width:112px;background-color:#A7D2A9;height:47px;margin-left:47px;border:1px solid #8BC48D;text-align:center;line-height:47px}
#p3{width:112px;background-color:#EC9890;height:47px;margin-left:47px;border:1px solid #E6776C;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}
a:hover{text-decoration: none}

.index-brand{
    margin: 40px auto;
}

.index-brand .brand-left{
    padding: 30px 56px;
    background: #12569d;
    color: #fff;
    width: 389px;
    margin-right: 16px;
    font-size: 14px;
}

.index-brand .ib-en{
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
}

.index-brand .ib-cn{
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px solid #ffffff80;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ib-line1 .ib-item, .ib-line2 .ib-item{
    text-align: center;
    width: 25%;
    height: 100px;
    line-height: 100px;
    box-shadow: 0px 1px 2px #00000015,0px -1px 2px #00000015;
    margin: 0 14px 14px 0;
}

.ib-line2 .ib-item{
    margin: 0 14px 0 0;
}

.index-brand .img-brand{
    height: 60px;
}

.application-area{
    background-color: #000000;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}

.application-area .app-title{
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
}

.application-area .app-title-en{
    font-size: 18px;
    line-height: 26px;
    margin: 5px 0 20px;
}

.app-flex{
    flex-wrap: wrap;
}

.app-flex .app-item{
    position: relative;
    width: 185px;
    margin-bottom: 20px;
}

.app-flex .app-img{
    width: 185px;
}

.app-flex .app-text{
    height: 37px;
    line-height: 37px;
    background: #27262F60;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* 4大理由 */
.reason-area{
    padding:  60px 0;
}
.reason-title{
    line-height: 55px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.reason-title span{
    font-size: 36px;
    color: #d41724;
}

.reason-title-en{
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.reason-content{
    position: relative;
    overflow: hidden;
    margin: 100px 0;
}

.reason-content .cont-l{
    width: 40%;
    float: left;
}

.reason-content .cont-r{
    width: 40%;
    float: right;
}

.reason-content .rea-img{
    width: 100%;
    height: 245px;
}

.reason-content .rea-txt{
    color: #d41724;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    font-weight: 700;
    margin: 40px 0 16px;
}

.reason-content .rea-desc{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
}

.area-no{
    position: absolute;
    top: 0;
    left: 50%;
}

.area-no .no-number{
    font-size: 24px;
    font-weight: 600;
    width: 66px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    border-radius: 50%;
    color: #fff;
    background-color: #d41724;
    position: relative;
    margin-bottom: 190px;
}

.area-no .no-line::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 190px;
    top: 66px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #d41724;
}

.learing-img{
    width: 200px;
    height: 308px;
}

.learing-ul{
    width: calc(100% - 220px);
    margin-left: 20px;
}
.learing-ul li{
    line-height: 44px;
    background: #F5F5F5;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.learing-ul img{
    margin-right: 10px;
}

.learing-ul li:hover{
    background: #fcfcfc;
}

.ttlist{overflow: hidden;margin-bottom: 20px;margin-top: 10px;}
.ttlist a {float:left;display:inline-block;height:35px;line-height:35px;margin-bottom:10px;padding:0 20px;color:#333;background:#f2f2f2;margin-right:10px;transition:all 0.3s;font-size:14px}
.ttlist a.cur,.ttlist a:hover {background:#fb4848;color:#fff}

.application-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
}

.application-list .application-item{
    width: 260px;
    text-align: center;
    margin-bottom: 30px;
}

.application-list .application-item:hover{
    background: #fb4848;
    color: #fff;
}

.application-list .application-img{
    width: 260px;
    height: 260px;
}

.application-list .application-title{
   font-size: 18px;
   font-weight: 700;
   line-height: 80px;
   border-bottom: 1px solid #ddd;
}
