.w{width: 94%;margin: 0 auto;}
.clearfix:after{
    content:"";
    display:block;
    visibility:hidden;
    clear:both;
}
.fl{float: left;}
.fr{float: right;}  
.flexCenter{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexStart{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexBetween{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexAround{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexEnd{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexColumn{    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.anchor{

  display: block;

  height: 60px; /*和顶部fix的高度一致*/

  margin-top: -60px; /*和顶部fix的高度一致*/

  visibility: hidden;

}

a{display: block;}
img{width: 100%;}
.layui-table td, .layui-table th{padding: 10px;text-align: center;}

.head{height: 60px;background: #fff;position: fixed;top: 0;left: 0;width: 100%;z-index: 99;}
.head .logo{width: 60px;position:absolute;left:3%;top:50%;transform:translateY(-50%);}
.head .nav_btn{width: 30px;position:absolute;right:3%;top:50%;transform:translateY(-50%);}

.nav_box{
    padding-top: 80px;
    z-index: 99999;
    position: fixed;
    right: 0;
    top: 0;
    left: auto;
    width: 50vw;
    height: 100vh;
    background: #2a2a2a;
    overflow-y: auto;
    transform: translateX(50vw);
    -webkit-transform: translateX(50vw);
    -moz-transform: translateX(50vw);
    -o-transform: translateX(50vw);
    -ms-transform: translateX(50vw);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    overflow: hidden;
}
.nav_box.active{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);}
.nav_box a{display: block;font-size: 14px;color: #fff;padding: 0 20px;border-bottom: 1px dashed #444242;height: 50px;line-height: 50px;}
.nav_box .close{width: 20px;position: absolute;right: 15px;top: 15px;}
.nav_box .gengduo{background: url(../images/gengduo.png) no-repeat 94% center;}
.nav_box li .erlist{
    padding-top: 80px;
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 0;
    left: auto;
    width: 50vw;
    height: 100vh;
    background: #2a2a2a;
    overflow-y: auto;
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -o-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    overflow: hidden;
    display: block;
}
.nav_box li .erlist.active{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);}


.er_banner img{width: 100%;}

.mySwiper .swiper-pagination{bottom: 15px;}
.mySwiper .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background: rgba(0, 0, 0, .6);opacity: 1; border-radius: 0;border: 0;}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{background: #fff;}

.inc_tit{text-align: center;}
.inc_tit h3{font-size: 26px;color: #0d52a1;font-weight: bold;}
.inc_tit p{font-size: 13px;color: #999999;text-transform: uppercase;margin-top: 5px;}

.one_box{padding: 25px 0;}
.one_box .mySwiper1{margin-top: 20px;}
.one_box .mySwiper1 a{position: relative;}
.one_box .mySwiper1 a .txt{position: absolute;bottom: 15px;width: 90%;left: 5%;}
.one_box .mySwiper1 a .txt h3{font-size: 16px;color: #fff;font-weight: bold;height: 40px;}
.one_box .mySwiper1 a .txt div{font-size: 12px;color: #fff;line-height: 160%;margin-top: 10px;}


.two_box_container{background: #f5f9fc;padding: 25px 0;}
.two_box_container .box2{margin-top: 20px;}
.two_box_container .box2 .right{height: 130px;background: url(../images/bgt1.jpg);}
.two_box_container .box2 .right .mesg{width: calc(100% / 3);height: 100%;position: relative;}
.two_box_container .box2 .right .mesg div{position: absolute;top: 50%;left: 0;width: 100%; transform: translateY(-50%);text-align: center;}
.two_box_container .box2 .right .mesg div img{height: 25px;width: auto;}
.two_box_container .box2 .right .mesg div p{font-size: 15px;color: #fff;margin-top: 10px;}

.two_box_container .box2 .left h3{font-size: 32px;color: #0d52a1;font-weight: bold;padding-left: 50px;position: relative;}
.two_box_container .box2 .left h3:before{content: '';position: absolute;width: 38px;height: 3px;background: #0d52a1;left: 0;top: 50%;}
.two_box_container .box2 .left p{font-size: 18px;color: #999;margin-left: 50px;margin-top: 10px;}
.two_box_container .box2 .left div{font-size: 18px;color: #666666;margin-left: 50px;margin-top: 20px;}

.two_box_container .box1{margin-top: 20px;}
.two_box_container .box1 .left video{width: 100%;display: block;}
.two_box_container .box1 .left iframe{width: 100%;height: 200px;}
.two_box_container .box1 .right>h3{font-size: 24px;color: #111;font-weight: bold;}
.two_box_container .box1 .right{font-size: 14px;color: #666;line-height: 200%;margin-top: 15px;}
.two_box_container .more{width: 150px;margin: 25px auto 0;}

.about_one iframe{width: 100%;height: 200px;}

.three_box_container{background: url(../images/bg2t.jpg) no-repeat center center;padding: 25px 0;}
.mySwiper2{margin-top: 20px;padding-bottom: 20px;}
.mySwiper2 .swiper-slide{height: 170px;background: #fff;}
.mySwiper2 .swiper-slide .img{height: 60px;position: relative;margin-top: 15px;}
.mySwiper2 .swiper-slide .img img{height: 45px;width: auto; position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.mySwiper2 .swiper-slide a{display: block;text-align: center;}
.mySwiper2 .swiper-slide a p{font-size: 16px;color: #333333;font-weight: bold;}
.mySwiper2 .swiper-slide a .txt{font-size: 14px;color: #666666;padding: 0 10px;line-height: 160%;margin-top: 10px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.mySwiper2 .swiper-pagination{bottom: 0;top: auto;}
.mySwiper2 .swiper-pagination-progressbar{background: #fff;}
.mySwiper2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #ff6600;}


.four_box{padding: 25px 0;}
.four_box .list .left{background: #f8f8f8;margin-top: 20px;}
.four_box .list .left a{padding: 15px;}
.four_box .list .left a .img{width: 38%;}
.four_box .list .left a .mesg{width: 58%;}

.four_box .list .left .date{font-size: 16px;color: #999999;}
.four_box .list .left h3{font-size: 16px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin:8px 0;}
.four_box .list .left .jianjie{font-size: 14px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.four_box .list .left .img{overflow: hidden;}

.four_box .list ul li{border: 1px solid #e5e5e5;margin-top: 15px;}
.four_box .list ul li a{padding: 10px 0;}
.four_box .list ul li a .date{width: 25%;height: 80px;text-align: center;border-right: 1px solid #d2d2d2;}
.four_box .list ul li a .date div{font-size: 30px;color: #999;font-weight: bold;margin-top: 10px;margin-bottom: 5px;}
.four_box .list ul li a .date p{font-size: 14px;color: #999;}
.four_box .list ul li a .mesg{width: 72%;padding: 0 10px;box-sizing: border-box;}
.four_box .list ul li a .mesg h3{font-size: 16px;color: #333;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.four_box .list ul li a .mesg div{margin-top: 8px; font-size: 14px;color: #666;line-height: 160%;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.four_box .more{display:block;width: 150px; margin: 25px auto 0;}



.five_container{background: url(../images/zpt.jpg) no-repeat center center;padding: 25px 0;}
.five_box .more{display:block;width: 150px; margin: 25px auto 0;}

.job_show{padding: 15px;}
.job_show .top{font-size: 18px;color: #0d52a1;font-weight: bold;}
.job_show .con{font-size: 14px;color: #333333;line-height: 200%;margin-top: 15px;}

.right_box{position: fixed;right: 2%;z-index: 99;width: 60px;top: 50%;transform: translateY(-50%);}
.right_box>div{height: 60px;position: relative;background: #0d52a1;margin-bottom: 1px;cursor: pointer;}
.right_box>div a{display: block;}
.right_box>div img:nth-child(1){position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}

.right_box .code_erweima .code{position: absolute;top: 0;right: 100%;display: none;}
.right_box .code_erweima:hover .code{display: block;}
.right_box .tel_box div{position: absolute;right: 100%;top: 0;font-size: 20px;color: #fff;background: #0d52a1;height: 60px;padding: 0 20px;line-height: 60px;display: none;}
.right_box .tel_box:hover div{display: block;}


.inc_nav_container{height: 45px;border-bottom: 1px solid #dcdcdc;}
.inc_nav{height: 100%;}
.inc_nav .left{font-size: 14px;color: #333;}
.inc_nav .left img{margin-right: 6px;width: 18px;}

.inc_nav ul li a{padding: 0 5px;}
.inc_nav ul li.active{border-bottom: 3px solid #0d52a1;}
.inc_nav ul li{font-size: 14px;color: #333;margin-left: 20px;border-bottom: 3px solid transparent;height: 44px;line-height: 45px;}

.about_one_container{padding: 25px 0;}
.about_one>h2{font-size: 30px;color: #f0f8ff;font-weight: bold;text-transform: uppercase;text-align: center;}
.about_one>h3{font-size: 24px;color: #111;font-weight: bold;margin-top: -20px;text-align: center;}
.about_one .con{font-size: 14px;color: #666;line-height: 200%;margin-top: 15px;}
.about_one video{width: 100%;display: block;margin: 20px auto 0;}

.about_two_container{padding: 30px 0; background: url(../images/bg4t.jpg) no-repeat center center;}
.about_two .txt{background: rgba(10, 66, 129, .6);text-align: center;padding-top: 20px;}
.about_two .txt:last-child{padding-bottom: 20px;}
.about_two .txt h3{font-size: 24px;color: #fff;font-weight: normal;color: #fff;}
.about_two .txt p{font-size: 14px;color: #fff;margin-top: 10px;color: #fff;}

.about_three{padding: 25px 0;position: relative;}
.about_three .licheng_box{position: relative;margin-top: 20px;}
.about_three .line{width: 100%;height: 1px;background: #dcdcdc;position: absolute;top: 88px;}
.about_three>h3{font-size: 26px;color: #111;font-weight: normal;text-align: center;}


.about_three .gallery-thumbs .cir{width: 10px;height: 10px;background: #dcdcdc;border-radius: 50%;margin: 0 auto;border: 3px solid #fff;}
.about_three .gallery-thumbs .txt{font-size: 15px;color: #666;text-align: center;margin-top: 5px;}

/*.about_three .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{margin-right: 100px;}*/
.about_three .gallery-thumbs .swiper-slide-thumb-active .cir{background: #0d52a1;border-color: #b6cbe3;}
.about_three .gallery-thumbs .swiper-slide-thumb-active .txt{font-size: 18px;color: #0d52a1;font-weight: bold;margin-top: 10px;}

.about_three .gallery-top{margin-top: 20px;}
.about_three .gallery-top .mesg h3{font-size: 26px;color: #0d52a1;font-weight: normal;margin-top: 10px;}
.about_three .gallery-top .mesg div{font-size: 20px;color: #333333;margin-top: 5px;}
.about_three .gallery-top .mesg .con{font-size: 14px;color: #666666;line-height: 200%;margin-top: 10px;}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: 1;}

.about_four_container{padding: 25px 0;background: url(../images/bg5t.jpg) no-repeat center center;}
.about_four>h3{font-size: 26px;color: #fff;font-weight: normal;text-align: center;}
.about_four .mySwiper3{margin-top: 20px;}
.about_four .swiper-slide h3{height: 45px;font-size: 15px;color: #333;text-align: center;line-height: 45px;background: #fff;font-weight: normal;}

.about_five{padding: 25px 0;}
.about_five>h3{font-size: 26px;color: #111;font-weight: normal;text-align: center;}
.about_five .mySwiper4{margin-top: 20px;}
.about_five .swiper-slide p{margin-top: 10px;text-align: center;font-size: 14px;color: #333;}
.about_five .swiper-slide div{margin-top: 5px;text-align: center;font-size: 14px;color: #333;}


.news_list li{padding: 25px 0;}
.news_list li:first-child{margin: 0;}
.news_list li:nth-child(2n){background: #f5f9fc;}
.news_list li .mesg h3{font-size: 20px;color: #0d52a1;font-weight: normal;margin-top: 10px;}
.news_list li .mesg .con{font-size: 14px;color: #666;line-height: 200%;margin-top: 10px;}
.news_list li .mesg .more{width: 90px;height: 35px;font-size: 14px;color: #0d52a1;text-align: center;line-height: 35px;margin-top: 10px; box-sizing: border-box;display: block;border: 1px solid #0d52a1;}

.ywly_top{padding: 25px 0;font-size: 14px;color: #666;line-height: 200%;}
.ywly_top p{text-align: left !important;}

.news_list2{padding: 25px 0;}
.news_list2>ul li{margin-bottom: 15px;background: #f8f8f8;}
.news_list2>ul li .img{width: 40%;}
.news_list2>ul li .mesg{width: 56%;padding-right: 5px;box-sizing: border-box;}
.news_list2>ul li .mesg h3{font-size: 17px;color: #333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_list2>ul li .mesg div{margin: 6px 0; font-size: 14px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_list2>ul li .mesg p{font-size: 14px;color: #999;}
.news_list2>ul li:last-child{margin-bottom: 0;}

.news_show{padding: 25px 0 0;}
.news_show iframe{width: 100%;height: auto;}
.news_show img{max-width: 100% !important;height: auto !important;}
.news_show>h3{font-size: 16px;color: #333333;font-weight: bold;text-align: center;}
.news_show>p{font-size: 14px;color: #999;margin-top: 10px; text-align: center;}
.news_show .con{margin-top: 10px;padding: 10px 0;border-top: 1px solid #ebebeb;font-size: 14px;color: #333;line-height: 200%;}

.jiaru_top{padding: 25px 0;}
.jiaru_top .layui-table{margin: 0;}
.jiaru_bot_container{padding: 25px 0;background: url(../images/bg7t.jpg) no-repeat center center;}
.jiaru_bot .left{font-size: 14px;color: #fff;line-height: 220%;}
.jiaru_bot .right{background: #fff;border-radius: 5px;padding: 15px;box-sizing: border-box;margin-top: 20px;}
.jiaru_bot .right>h3{font-size: 22px;color: #333333;font-weight: bold;text-align: center;}
.jiaru_bot .right>p{font-size: 14px;color: #666666;text-align: center;margin-top: 10px;}
.jiaru_bot .right form{margin-top: 20px;}
.jiaru_bot .right form div input{height: 35px;border-radius: 5px;font-size: 14px;color: #cbcbcb;padding-left: 10px;}
.jiaru_bot .right form div textarea{height: 35px;border-radius: 5px;font-size: 14px;color: #cbcbcb;padding-left: 10px;height: 100px;}
.jiaru_bot .right form .submit{width: 100%;height: 35px;border: 0;background: #ff6600;font-size: 16px;color: #fff;border-radius: 5px;cursor: pointer;}

.contact_box{padding: 25px 0;}
.contact_box ul li{margin-bottom: 20px;}
.contact_box ul li .img{width: 16%;}
.contact_box ul li .mesg{width: 80%;}
.contact_box ul li h3{font-size: 16px;color: #333;font-weight: bold}
.contact_box ul li p{font-size: 14px;color: #333;margin-top: 5px;}

.contact_box .con{overflow-x: scroll;padding-bottom: 20px;}


.fanye{padding: 15px 0;border-top: 1px solid #ebebeb;}
.fanye a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;color: #666;}
.fanye a:nth-child(2){margin-top: 10px;}

.page{margin-top: 25px;}
.page .pagination{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
.page .pagination li{margin: 0 3px; width: 28px;height: 28px;border: 1px solid #d9d9d9;box-sizing: border-box;font-size: 14px;color: #0d52a1;text-align: center;line-height: 26px;}
.page .pagination li span{display: block;}
.page .pagination li a{display: block;}
.page .pagination li:first-child{background: #c8c8c8;border-color: #c8c8c8;color: #fff;}
.page .pagination li:last-child{background: #c8c8c8;border-color: #c8c8c8;color: #fff;}
.page .pagination li.active{background: #0d52a1;border-color: #0d52a1;color: #fff;}


.footer_top{background: #1f1f1f;padding: 10px 3%;font-size: 13px;color: #cecece;text-align: center;line-height: 200%;}
.footer_top a{display: inline;}
.footer ul{position: fixed;bottom: 0;width: 100%;left: 0;z-index: 90;}
.footer ul li{width: 20%;} 
.footer ul{height: 60px;border-top: 1px solid #2f2f2f;background: #1f1f1f;}
.footer ul li .img{height: 35px;position: relative;}
.footer ul li .img img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 28%;}
.footer ul li p{font-size: 14px;color: #fff;text-align: center;}