@charset"utf-8";

header{
    width: 100%;
    height: 100px;
    background: #046edb;
}

header .fl img{
    margin-top: 12px;
}

header .fr i{
    display: inline-block;
}

header .fr i img{
    margin: -30px 10px 0 0;
}

header .fr .tel_box{
    margin-top: 20px;
    display: inline-block;
}

header .fr .tel_box p{
    font-size: 14px;
    color:#e8e4e4;
}

header .fr .tel_box i{
    font-size: 30px;
    color: #fff;
}

.nav{
    height: 50px;
    background: #065fba;
}

.nav ul{
    display: flex;
}

.nav ul li{
    float: left;
    flex: 1;
    text-align: center;
}

.nav ul li a{
    position: relative;
    width: 100%;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.nav ul li a:after{
    position: absolute;
    bottom: -6px;
    left: -10%;
    /* width: 120%; */
    width: 0;
    height: 2px;
    background: #fa8f05;
    content: '';
    z-index: 9;
    transition: .6s;
}

.nav ul li a:hover:after{
    width: 120%;
}





/* banner */

.banner{
    position: relative;
    width: 100%;
}

.swiper-container{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner .swiper-slide img{
	width: 100%;
}

.banner .swiper-pagination-bullet{
    width: 16px;
    height: 8px;
    border-radius: 4px;
}

.banner .swiper-pagination-bullet-active{
    width: 30px;
    background: #007ec5;
}


/* c_tit */

.c_tit{
    text-align: center;
}

.c_tit h2{
    font-size: 36px;
    color: #0256ac;
}

.c_tit p{
    color: #cacaca;
    text-transform: uppercase;
    font-size: 18px;
    font-family:'Times New Roman', Times, serif;
}


/* content1 */

.content1{
    padding: 40px 0 0;
}

.pro_box{
    margin-top: 30px;
}

.pro_box .pro_wrap{
    float: left;
    margin: 0 5px 20px 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    transition: .6s;
}

.pro_box .pro_wrap3{
    margin: 0 5px 20px 5px;
}

.pro_box .pro_wrap:hover{
    transform: translate(0,-10px);
}

@media(max-width:1200px){
    .pro_box .pro_wrap{
        margin: 0 0 15px 6px;
    }

    .pro_box .pro_wrap:nth-child(3n+1){
        margin: 0 0 15px 0;
    }
}

.pro_box .pro_wrap .pic{
    border: 3px solid #f8be74;
}

.pro_box .pro_wrap .pic img{
    width: 380px;
    height: 253px;
}

.pro_box .pro_wrap .info{
    height: 40px;
    background: #f8be74;
    text-align: center;
}

.pro_box .pro_wrap .info p{
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}


/* content2 */

.content2{
    padding: 40px 0 0;
}

.content2 .about_wrap{
    position: relative;
    margin-top: 30px;
}

.content2 .about_wrap .fl{
    position: relative;
    z-index: 3;
}

.content2 .about_wrap .fl img{
    width: 670px;
    height: 377px;
}

.about .about_wrap .info{
    position: absolute;
    right: 0;
    width: 690px;
    height: 420px;
    padding: 0 30px 0 200px;
    box-shadow: 0 10px 5px rgba(0, 0, 0, .3);
    z-index: 1;
}

.about_wrap .info img{
    display: block;
    margin-bottom: 20px;
}

.about_wrap .info span{
    font-size: 30px;
    /* font-style: italic; */
    color: #0256ac;
    letter-spacing: 6px;
}

.about_wrap .info p{
    margin-top: 50px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 36px;
}

.about_wrap .info a{
    position: absolute;
    display: block;
    bottom: -24px;
    right: 50px;
    width: 222px;
    height: 49px;
    border-radius: 10px;
    color: #fff;
    line-height: 49px;
    text-align: center;
    background: #0256ac;
}


/* content3 */

.content3{
    position: relative;
    width: 100%;
    height: 653px;
    margin-top: 110px;
    padding-top: 23px;
    background: #f7f7f7;
    z-index: -2;
}

.content3 .aside{
    position: absolute;
    left: 0;
    width: 30%;
    height: 125px;
    padding: 0 0 0 19%;
    background: linear-gradient(to right,#0259b1,#067df8);
}

@media(max-width:1440px){
    .content3 .aside{
        padding: 0 0 0 8%;
    }
}

.content3 .aside:before{
    position: absolute;
    top: 0;
    right: -62px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: #067df8;
    content: '';
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: -1;
}

.content3 .aside h2{
    padding-top: 10px;
    font-size: 36px;
    color: #fff;
    font-family:'Times New Roman';
    font-weight: bold;
}

.content3 .aside span{
    font-size: 36px;
    color: #fff;
}

.content3 .w1200{
    position: relative;
    height: 100%;
}

.content3 .info{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 440px;
}

.content3 .info .fl{
    width: 56px;
    height: 56px;
    background: #0256ac;
    border-radius: 50%;
    font-size:30px; 
    text-align: center;
    line-height: 56px;
    color: #fff;
}

.content3 .info .row{
    margin-bottom: 35px;   
}

.content3 .info .fr{
    width: 340px;
}

.content3 .info .fr h2{
    margin-bottom: 14px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.content3 .info .fr p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.vantages_pic .pic{
    position: absolute;
    width: 390px;
    height: 324px;
    border: 3px solid #fff;
    border-radius: 4px;
}

.vantages_pic .pic.pic1{
    top: 40px;
    right: 320px;
}

.vantages_pic .pic.pic2{
    top: 60px;
    right: -100px;
}

.vantages_pic .pic.pic3{
    bottom: 20px;
    right: 150px;
}


/* content4 */

.content4{
    padding:40px 0 80px;
}

.content4 .content4_wrap span.time{
    display: block;
    margin-bottom: 25px;
    color: #999;
    font-size: 18px;
}

.content4 .content4_wrap h2{
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
}

.content4 .content4_wrap:hover h2{
    color: #065fba;
}

.content4 .content4_wrap p{
    font-size: 14px;
    line-height: 30px;
    color: #999;
    min-height: 60px;
}

.content4 .content4_wrap span.more{
    margin-top: 45px;
    font-size: 18px;
    color: #000;
}

.content4 .content4_wrap:hover span.more{
    color: #067df8;
}

.content4 .news-container .swiper-button-prev{
    top: auto;
    bottom: 0;
    left: 45%;
    width: 54px;
    height: 54px;
    background: url(../images/icon_arrow.png) no-repeat center;
    background-size: 54px 54px;
}

.content4 .news-container .swiper-button-next{
    top: auto;
    bottom: 0;
    right: 45%;
    width: 54px;
    height: 54px;
    background: url(../images/icon_arrow.png) no-repeat center;
    background-size: 54px 54px;
    transform: rotate(180deg);
}

.content4 .news-container{
    padding: 60px 0 100px;
}


/* footer */

footer{
    background: #49494a;
    height: 330px;
}

footer .footer_top{
    padding: 35px 60px 0;
}

footer .footer_top .col.left{
    float: left;
}

footer .footer_top .col.mid{
    float: left;
    margin-left: 320px;
}

footer .footer_top .col.right{
    float: right;
    margin-right: 28px;
}

footer .footer_top .col span{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

footer .footer_top .col p{
    font-size: 18px;
    color: #fff;
}

footer .footer_bot{
    padding: 50px 60px 0;
}

footer .footer_bot .col{
    float: left;
}

footer .footer_bot .col.right{
    float: right;
}

footer .footer_bot .row{
    display: inline-block;
    margin-right: 135px;
    margin-bottom: 46px;
}

footer .footer_bot .row i{
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

footer .footer_bot .row .info{
    display: inline-block;
    color: #fff;
}

footer .footer_bot .row .info h2{
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

footer .footer_bot .row .info h2:after{
    position: absolute;
    width: 53px;
    height: 2px;
    left: 0;
    bottom: -10px;
    background: #fff;
    content: '';
}

footer .footer_bot .row .info p{
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
}

footer .footer_bot .col.mid{
    margin-left: 140px;
}

footer .footer_bot .col.mid p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

footer .footer_bot .col.mid p:hover{
    text-decoration: underline;
    cursor: pointer;
}

.copyright{
    background: #000;
    height: 44px;
    line-height: 44px;
}

.copyright span{
    float: left;
    margin-left: 30px;
    color: #fff;
}


/* c_tit2 */

.c_tit2{
    padding: 30px 0 0;
}

.c_tit2 .bar{
    display: inline-block;
    width: 5px;
    height: 25px;
    margin-right: 20px;
    background: #fa8f05;
}

.c_tit2 h2{
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #0256ac;
}

.c_tit2 span{
    display: inline-block;
    margin-left: 20px;
    vertical-align: bottom;
    font-size: 18px;
    color: #cacaca;
    text-transform: uppercase;
}

.about{
    padding-bottom: 60px;
}

.c_wrap{
    padding: 0 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.about .info{
    padding: 40px 0 30px;
}

.about .info p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 40px;
}

.about .info img{
    max-width: 100%;
}

.about .info img.p1{
    margin-right: 40px;
}


/* product */

.product{
    padding-bottom: 60px;
}

.product .pro_box .pro_wrap .pic img{
    width: 347px;
    height: 237px;
}

.product .tab_wrap{
    padding-bottom: 80px;
}

.tab{
    margin-top: 40px;
    padding: 0 5px;
}

.tab .tab_li{
    display: inline-block;
    width: 200px;
    height: 52px;
    margin-right: 30px;
    background: #e9e7e7;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    color: #333;
    border-radius: 10px;
    cursor: pointer;
}

.tab .tab_li a{
    color: #333;
}
.tab .tab_li.cur a,.tab .tab_li:hover a{
    color: #fff;
}

.tab .tab_li.cur,
.tab .tab_li:hover{
    color: #fff;
    background: #0256ac;
}

.page2{
    /*margin-top: 60px;*/
    text-align: center;
	padding-bottom:60px;
}

.page2 span{
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 22px;
    color: #666;
    text-align: center;
    line-height: 44px;
    border: 1px solid #eee;
    transition: .6s;
}

.page2 span.cur,.page2 span:hover{
    background: #0256ac;
}

.page2 span.cur a,.page2 span:hover a{
    color: #fff !important;
    text-decoration: underline;
}



/* product2 */

.product2{
    padding-bottom: 60px;
}

.product2 .row{
    position: relative;
    padding: 40px 0;
    padding-left: 180px;
}

.product2 .row .row_info .span{
    position: absolute;
    top: 80px;
    left: 0;
    width: 200px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #0256ac;

}

.product2 .row .row_info .col{
    float: left;
    margin-right: 30px;
    text-align: center;
}

.product2 .row .row_info .col .col_pic{
    width: 340px;
    height: 340px;
}

.product2 .row .row_info .col .col_pic img{
    width: 340px;
    height: 340px;
}

.product2 .row .row_info .col .info{
    margin-top: 16px;
    font-size: 16px;
    color: #333;
}

.product2 .row2 .wrap .info{
    position: absolute;
    width: 300px;
    right: 190px;
    top: 70px;
}

.product2 .row2 .wrap .info h2{
    margin-bottom: 30px;
    font-size: 36px;
    color: #333;
}

.product2 .row2 .wrap .info p{
    position: relative;
    padding-left: 36px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 32px;
}

.product2 .row2 .wrap .info p:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '※';
}


/* product_show */

.product_show{
    padding-bottom: 60px;
}

.product_show_tit{
    text-align: center;
    border-bottom: 1px dashed #eee;
}

.product_show_tit h1{
    padding-top: 40px;
    font-size: 30px;
    color: #333;
}

.product_show_tit span{
    display: inline-block;
    margin: 30px 20px;
    font-size: 14px;
}

.product_show .pro_detail img{
    display: block;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
    border: 6px solid #f8be74;
}

.pro_show_info{
    margin-top: 60px;
    font-size: 18px;
}

.pro_show_info .row{
    margin-bottom: 60px;
}

.pro_show_info .row h1{
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}

.pro_show_info .row .info{
    line-height: 200%;
    color: #666;
    font-size: 18px;
}

.pro_show_info span{
    font-size: 18px;
    line-height: 36px;
}

.pro_show_info img{
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}

.pro_show_info .row2{
    margin-bottom: 10px;
}

.pro_show_info .row2 span{
    font-weight: bold;
}

.product_show .swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.product_wflb{
    padding: 30px 0;
}

.product_wflb_tit{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #666;
    border-bottom: 1px dashed #eee;
}

.product_wflb .swiper-slide .product_pic img{
    width: 100%;
    border: 3px solid #f8be74;
}

.product_wflb .wflb-container{
    padding: 20px 0;
}

.product_wflb .swiper-slide a{
    transition: .6s;
}

.product_wflb .swiper-slide:hover a{
    display: block;
    transform: translate(0,-10px);
}

.product_wflb .swiper-slide .productshow_info{
    width: 100%;
    height: 32px;
    text-align: center;
    background: #f8be74;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
}

.product_wflb .swiper-slide:hover .productshow_info{
    text-decoration: underline;
}

/* news */

.news{
    padding: 0 0 60px;
}

.news ul{
    padding: 30px 0 60px;
}

.news ul li{
    padding: 30px 0 20px;
    border-bottom: 1px dashed #eee;
}

.news ul li a .time{
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 30px;
    background: #0256ac;
    text-align: center;
}

.news ul li a .time span{
    display: inline-block;
    margin-top: 5px;
    font-size: 36px;
    color: #fff;
}

.news ul li a .time p{
    font-size: 16px;
    color: #fff;
}

.news ul li a .info{
    float: left;
}

.news ul li a .info h2{
    margin-top: 4px;
    font-size: 18px;
    color: #000;
}

.news ul li a .info:hover h2{
    color: #0256ac;
    text-decoration: underline;
}

.news ul li a .info p{
    margin-top: 30px;
    font-size: 14px;
    color: #999;
}


/* news_show */

.news_show{
    padding:0 0 60px;
}

.page1{
    padding: 40px 0 60px;
    border-top: 1px solid #eee;
}

.page1 .fl a{
    display: block;
    margin: 10px 0;
    font-size: 16px;
}

.page1 .fl a:hover{
    text-decoration: underline;
    color: #067df8;
}

.page1 .return{
    margin-top: 40px;
}

.news_show_tit{
    border-bottom: 1px solid #eee;
    text-align: center;
}

.news_show_tit h1{
    padding: 60px 0 30px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.news_show_tit span{
    display: inline-block;
    margin: 0 60px 10px;
    font-size: 14px;
    color: #666;
}

.news_show_info{
    padding: 40px 0;
    text-align: center;
}

.news_show_info p{
    font-size: 18px;
    line-height: 36px;
    text-indent: 2em;
    text-align: left;
}

.news_show_info img{
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
}

.return{
    float: right;
    width: 105px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #1d6bc3;
    border-radius: 4px;
    border: 1px #1d6bc3 solid;
    cursor: pointer;
    transition: .6s;
}

.return:hover{
    background: #1d6bc3;
    color: #fff;
}


/* partner */

.partner{
    padding-bottom: 60px;
}

.partner ul{
    padding: 40px 0 60px;
}

.partner ul li{
    border-bottom: 1px dashed #eee;
    padding: 25px 0;
}

.partner ul li .fl{
    margin-right: 25px;
}

.partner ul li img{
    padding: 4px;
    border: 1px solid #eee;
}

.partner ul li .info h2{
    font-size: 18px;
    color: #0256ac;
}

.partner ul li .info p{
    margin-top: 16px;
    font-size: 16px;
}


/* contact */

.map{
    width: 100%;
    height: 620px;
}

.contact{
    padding-bottom: 60px;
}

.contact .c_wrap{
    padding-bottom: 40px;
}

.contact_info{
    display: flex;
}

.contact_info .col{
    width: 33%;
    margin-top: 75px;
    text-align: center;
}

.contact_info .col p{
    margin-top: 30px;
    margin-bottom: 45px;
    font-size: 16px;
}

.animate-box{
    opacity: 0;
}











