.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col,
.container-fluid,
.container {
    padding-right:0;
    padding-left:0;
}
.infinite{animation-iteration-count:infinite;}
.row {
    margin-right:0;
    margin-left:0;
}
p,h1,h2,h3,h4,h5{
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all;
    font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
input,textarea,button{
    font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body{
    color:#000;
    font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.godown {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    z-index: 50;
    margin-left: -25px;
}
.godown a {
    color: #fff;
    display: block;
    text-align: center;
    width: 50px;
}
.godown a .iconfont {
    font-size: 2.35rem;
}
.godown a:hover{text-decoration:none;}
.qqservice {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 2000;
    width: 3rem;
}
.totop {
    display: block;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;

    border-radius: 50%;
    opacity: .5;
    transition: opacity .2s;
    background-color: #ffffff;
    color: #000;
}
.totop:hover {
    opacity: 1;
    text-decoration:none;
}
.main_nav_wrap{
    z-index:9999;
    background:url(../images/front/nav_back_color.jpg);
}
#main_nav_wrap:hover{
    background:url(../images/front/nav_back_color.jpg);
}
#main_nav_wrap:hover  .dropdown-menu{
    background:url(../images/front/nav_back_color.jpg);
}
#main_nav_wrap:hover  .dropdown-menu a{
    color:#fff;
}
#main_nav_wrap:hover  .dropdown-menu a:hover{
    background:url(../images/front/nav_back_active_color.jpg);
}
.nav_scrolled{
    background:url(../images/front/nav_back_color.jpg);
}
.dropdown-menu{
    padding:0 0 5px 0;
    border:0;
    border-radius: 0;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
#main_banner .carousel-control-prev{
    opacity: 0;
}
#main_banner .carousel-control-prev:hover{
    opacity: 1;
}
#main_banner .carousel-control-next{
    opacity: 0;
}
#main_banner .carousel-control-next:hover{
    opacity: 1;
}
.main_nav .dropdown:hover>.dropdown-menu {
    display: block;
}
.main_nav .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.main_nav{
    margin:0 auto;
    max-width:1200px;
    padding:0;
}
.main_nav .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link{
    color:#fff;
}
#main_banner .carousel-item{
    overflow: hidden;
}
#main_banner .carousel-item img{
    display: block;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.main_title{
    text-align:center;
    line-height:10rem;
    color:#333333;
    font-weight: 300;
}
.navbar-brand{
    padding:0 40px 0 0;
    line-height:64px;
}
.navbar-brand img{
    height:60px;
}
.inndex_about{
    background:#fff;
}
.inndex_about h3{
    line-height:6rem;
}
.inndex_about h3 span{
    border-bottom:2px solid #aa9779;
}
.inndex_about .about_more,.index_product .about_more{
    line-height:3rem;
    margin-bottom:1rem
}
.inndex_about .about_more a,.index_product .about_more a{
    font-weight:700;
    color:#a99779;
}
.inndex_about .about_more span ,.index_product .about_more span{
    padding-bottom:0.1rem;
    margin-right:0.2rem;
    color:#000;
    border-bottom:2px solid #a99779;
    font-weight:normal;
}
.inndex_about .about_img{
    min-height:392px;  
}
.inndex_about .about_img img{
    position:relative;
    margin-top:2.5rem;
    margin-left:-2.5rem;
    width:100%;
}
.inndex_about .about_text{
    padding:0 2.5rem 0 1rem;
}
.inndex_about .about_text p{
    line-height:28px;
    font-size:14px;
}
.index_product{
    margin-top:8rem;
    background:#fff;
}
.index_product h3{
    line-height:8rem;
}
.index_product .product_title{
    font-weight:600 !important;
    font-size:1.5rem;
}
.index_product .about_more{
    line-height:4rem;
}
.index_product .product_img{
    position:relative;
    text-align: center;
}
.index_product .product_img img{

}

.index_product .product_text{
    padding:0 1.5rem 0 2.5rem;
}
.index_product .product_text h3 span{
    border-bottom: 2px solid #aa9779;
}
.index_product .product_text p{
    font-weight: 300;
}

.index_product .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #c5c4c3;
    border-radius: 50%;
    border:0;
    align-self: center;
    margin:0 14px 0 14px;
}
.index_product .carousel-indicators{
    height:14px;
    display:flex;
    bottom:1rem;
}
.index_product .carousel-indicators .active {
    background-color: #9e9c9c;
    width: 10px;
    height: 10px;
    border: 0;
}
.index_product .carousel-item{
    padding:8rem 0 8rem 0;
}
.main_nav.show{
    background:#6c757d;
}

.news_cat_banner{
    position:relative;
}

.news_cat_banner img{
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.news_cat_title_wrap{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.news_cat_title{
    color:#fff;
}
.news_cat_title h5{font-weight:300}
.news_cat_title h1{line-height:4rem;font-weight:300;}
.news_cat_img_wrap img{
    width:300px;
    height:200px;
}
.news_cat_item{
    border-bottom:1px solid #bfbfbf;
    padding:50px 0 50px 0;
}

.news_cat_detail_wrap{
    flex-direction:column; 
    display:flex;
    justify-content : space-between;
}
.news_cat_detail_wrap a{
    color:#212529;
}
.news_cat_detail_wrap a:hover{text-decoration:none;}
.news_cat_detail_wrap p{margin:0;}

.news_cat_list{
    margin:50px 0 50px 0;
}

.news_cat_wrap{
    margin:50px 0 50px 0;
}
.news_cat_tab{
    padding:50px 0 50px 0;
    border-bottom:0;
}
.news_cat_tab li{
    list-style-type:none;
    text-align:center;
}
.news_cat_tab li a.active{
    color:#515f9c;
    border-bottom:3px solid #515f9c;
}

.news_cat_tab li a{
    font-size:2rem;
    color:#212529;
}
.news_cat_tab li a:hover{text-decoration:none;}

.news_cat_wrap .video_item{
    padding:10px 10px 10px 10px;
    display:flex;
    justify-content : center;
    align-items: center;
}

.news_cat_wrap .video_item img{
    width:100%;
}
.news_cat_wrap .video_item{
    position:relative;
}
.news_cat_wrap .video_item .video_item_play{
    width:100px;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.form_search{
    padding:100px 0 30px 0;
    border-bottom:solid #bfbfbf 1px;
}

.pagination_wrap{padding-bottom:50px;text-align:center;}
.pagination_wrap a,.pagination_wrap strong{margin:0 10px 0 10px;display:inline-block;}
.pagination_wrap .prev,.pagination_wrap .nxt{padding:8px 20px 8px 20px;border:solid 1px #344a86;color:#344a86;border-radius:20px;}
#collapsibleNavbar .dropdown-item{padding: .5rem 1.5rem .5rem 1.5rem;}
#main_banner .carousel-control-prev-icon{height:43px;width:24px;background:url(../images/front/banner_left.png) no-repeat;}
#main_banner .carousel-control-next-icon{height:43px;width:24px;background:url(../images/front/banner_right.png) no-repeat;}
#main_banner .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #d6cdb2;
    border-radius: 50%;
    border:0;
    align-self: center;
    margin:0 13px 0 13px;
}
#main_banner .carousel-indicators .active {
    background-color: #d6cdb2;
    width: 14px;
    height: 14px;
}
#main_banner #main_banner_num{
    border:0;width:auto;height:auto;color:#d6ccb2;opacity:1;
}
#main_banner .carousel-indicators{
    bottom:2rem;
}
.tzzgx{margin-top:80px;border-bottom:#72799f solid 2px;}
.tzzgx li{width:20%;flex: 0 0 20%;max-width:20%;font-size:20px;text-align:center;}
.tzzgx li a{color:#666;font-size:20px}
.tzzgx li a:hover{text-decoration:none;}
.tzzgx li a.active{color:#515f9c;}
.navbar-brand img{margin-right:1.6rem}
.search_icon{
    display:inline-block;
}
.language_area{display:inline-block;}
.pagination_area{text-align:center;padding:50px 0 50px 0;}
.pagination_area a,.pagination_area strong{
    display:inline-block;
    padding:10px 20px 10px 20px;
}
footer{
    padding-top:10px;
    background:#002774;
    color:#fff;
}
footer .col-md-3{
    padding-left:180px;
}
footer .back_top{
    font-size:1.2rem;
    padding-bottom:80px;
}
footer .back_top a{
    color:#fff;
}
footer .footer_qrcode{
    font-size:.8rem;
}
footer .footer_qrcode div{
    display:inline-block;
    float:left;
    height:78px;
}
footer .footer_qrcode div:first-child{

}
footer .footer_qrcode div:last-child{
    display:flex;
    align-items: flex-end;
    padding-left:10px;
    min-width:100px;
    vertical-align:bottom;
}
footer .footer_wrap{
    max-width:1920px;
}
footer .footer_nav{
    padding-bottom:20px;
}
footer .footer_nav h4{
    line-height:2rem;
    text-align:left;
    font-size: .8rem;
    font-weight:600;
}
footer .footer_nav ul{
    margin:0;
    padding:0;
}
footer .footer_nav li{
    list-style-type:none;
    text-align:left;
    line-height:2rem;
    font-size:.8rem;
}
footer .footer_nav li a{
    color:#fff;
}
footer .footer_nav li a:hover{
    color:#fff;
}
footer .beianhao{
    border-top:1px solid #fff;
}
footer .beianhao div{
    font-size:.8rem;
    line-height:120px;
}
footer .beianhao a{
    color:#fff;
}
.arrowdown {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -15px;
    z-index: 11;
    cursor: pointer;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav {
        justify-content: space-between;
        width:100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        line-height:64px;
    }
    .search_icon{

    }
    .search_icon a{padding-right:0 !important}
    .language_area{

    }
    .language_area a{
        padding-left:.8rem !important;
    }
}
.full_page{
    width:100%;height:100%;
}
.full_page1{
    background-image:url(../home/images/home_bannner.jpg);
    background-size: cover;
    background-position:50% 50%; 
}
.full_page1 .banner1_text{
    position:absolute;
    bottom:100px;
    left:200px;
}
.full_page2{
    background-image:url(../home/images/home_bannner1.jpg);
    background-size: cover;
    background-position:50% 50%; 
}
.full_page2 .row{
    height:100%;
}
.full_page2 .col-6{
    height:50%;
    padding-top:160px;
}
.full_page2 .col-6 p{
    text-align:center;
    margin-bottom:0px;
}
.full_page2 .col-6.right_column_border{
    background:url(/resource/images/xinwei/virtical_line.png) 100% 190px no-repeat;
}
.full_page2 .col-6 p:nth-child(1){
    color:#d80c18;
}
.full_page2 .col-6 p:nth-child(1) span:nth-child(1){
    font-size:5rem;
    font-weight:400;
}
.full_page2 .col-6 p:nth-child(1) span:nth-child(2){
    font-size:1.5rem;
}
.full_page2 .col-6 p:nth-child(1) span:nth-child(2).top_plus{
    font-size:2.5rem;
    vertical-align: top;
}
.full_page3{
    background-image:url(../home/images/home_bannner2.jpg);
    background-size: cover;
    background-position:50% 50%; 
}
.full_page3 ul{
    position:relative;
}
.full_page3 ul li{
    text-align:center;
}
.full_page3 ul li.col-2{
    max-width:30%;
    flex:0 0 25%
}
.full_page3 ul li p{
    padding-top:20px;
    text-align:center;
    color:#fff;
    font-size:20px;
}
.full_page5{
    background-image:url(../home/images/home_bannner4.jpg);
    background-size: cover;
    background-position:50% 50%; 
    text-align:center;
}
.full_page5 a {
    background: #264a95;
    color: #fff;
    padding:0 50px 0 50px;
    line-height: 45px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    text-align: center;
    top:85%;
}
.full_page6{
    background-image:url(../home/images/home_bannner5.jpg);
    background-size: 100%;
    background-repeat:no-repeat;
    background-position:50% top;
    display:flex;
    align-items: flex-end;
}
.full_page6 .more_link {
    background: #264a95;
    color: #fff;
    padding:0 50px 0 50px;
    line-height: 45px;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    text-align: center;
    bottom:60%;
    left:15%;
    z-index:1;
}
.full_page6 footer{
    width:100%;
}
@media (max-width: 991px) {
    .main_nav{
        padding:0 1rem;
    }
}
@media (max-width: 768px) {
    .full_page1 .banner1_text{
        position:absolute;
        bottom:130px;
        left:30px;
        font-size:24px;
        width:60%;
    }
    .full_page2 .col-6 p:nth-child(1) span:nth-child(1) {
        font-size: 2rem;
    }
    .full_page2 .col-6 p:nth-child(1) span:nth-child(2).top_plus {
        font-size: 1rem;
    }
    .full_page2 .col-6 {
        padding-top: 200px;
    }
    .full_page3 img{
        width:100%;
    }
    .footer_nav{
        display:none;
    }
    footer .beianhao div {
        line-height: 30px;
    }
    footer .col-md-3{
        padding-left: 0;
    }
    .text-right {
        text-align: left !important;
    }
    .inndex_about .about_img {
        min-height: auto;
    }
    .navbar-brand {
        padding:0;
    }
    .main_nav{
        padding:0 1rem;
    }
    .inndex_about .about_img img{
        margin-top:0;
        margin-left:0;
        width:100%;
    }
    .main_title{
        line-height:5rem;
    }
    .index_product{
        margin-top:5rem;
    }
    .index_product .product_text{
        padding: 0 1.5rem 0 1.5rem;
    }
    .inndex_about .about_img{
        height:auto !important;
    }
    .inndex_about .about_text{
        padding: 0 1.5rem 0 1.5rem;
    }
    .index_product .product_img{
        text-align:center;
    }
    .index_product .carousel-item{
        padding:0;
    }
    .news_cat_title_wrap{position:static;left:0;top:0;transform:none}
    .news_cat_title{color:#000}
    .navbar-brand img {
        margin-right: .5rem;
    }
}


/* 25.1.18 */
/* 首页修改 */
.about-year-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-year-cont{
    width: 20%;
}
.about-year-cont:nth-child(1) p span::after{
    content: "";
    display: none;
}
.about-year-cont p{
    text-align: center;
    position: relative;
}
.about-year-cont p span{
    display: inline-block;
    font-size: 60px;
    color: #dc2626;
    position: relative;
}
.about-year-cont p span::after{
    content: "+";
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    display: block;
    font-size: 24px;
    color: #dc2626;
}
.about-year-cont p{}
.about-year-cont .ani{}


.container{
    max-width: 100%;
    width: 1600px !important;
    display: block !important;
}
.header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: .3s ease-in;
}
.header:hover{
    background-color: #fff;
}
.header:hover .white-logo{
    display: none;
}
.header:hover .black-logo{
    display: block;
}
.header:hover .head-right li a{
    color: #191919;
}

.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{}
.head-left a{
    width: 150px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-right{}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 0;
}
.head-right ul li{
    position: relative;
}
.head-right ul .active a{
    color: #191919;
}
.head-right ul li:hover>a{
    color: #002774 !important;
}
.head-right ul li:first-child a{
    margin-left: 0;
}
.head-right ul li>a{
    display: block;
    font-size: 16px;
    line-height: 100px;
    color: #fff;
    margin: 0 35px;
    transition: .3s ease-in;
}
.head-right li:hover .head-drop{
    display: block;
}
.head-drop{
    width: max-content;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #002774;
    padding: 10px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}
.head-drop p{}
.head-drop p a{
    display: block;
    color: #fff !important;
    padding: 5px 10px;
}
.header .white-logo{
    display: block;
}
.head-top .white-logo{
    display: none;
}
.header .black-logo{
    display: none;
}
.head-top .black-logo{
    display: block;
}
.head-top{
    background-color: #fff;
    border-bottom: 1px solid #DDDDDD;
}
.head-top .head-right li a{
    color: #191919;
}
.index-pro img{
    margin: auto;
}
.qiye-swiper,.chanpin-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
}
.qiye-swiper img,.chanpin-swiper img{
    width: 260px;
    display: block;
    margin: auto;
}
.qiye-swiper .swiper-slide h2,.chanpin-swiper .swiper-slide h2{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.qiye-swiper .swiper-slide p,.chanpin-swiper .swiper-slide p{
    width: 80%;
    margin: auto;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
}
.qiye-page .swiper-pagination-bullet,.chanpin-page .swiper-pagination-bullet{
    border-bottom: none;
}
.pro-ban{}
.pro-ban img{
    width: 100%;
    display: block;
}
.product{}
.product-top{}
.product-top ul .active{
    background-color: #264A95;
}
.product-top ul .active i,
.product-top ul .active p{
    color: #fff;
}
.product-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
}
.product-top ul li{
    width: 20%;
    cursor: pointer;
}
.product-top ul li a{
    padding: 40px 0;
    display: block;
}
.product-top ul li i{
    color: #DDDDDD;
    font-size: 40px;
    display: block;
    text-align: center;
}
.product-top ul li p{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.product-content{
    padding: 120px 0;
}
.product-cont-all{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-one-left{
    width: 15%;
}
.product-one-left ul{}
.product-one-left ul .active p{
    color: #002774;
}
.product-one-left ul li{
    margin-bottom: 20px;
}
.product-one-left ul li:last-child{
    margin-bottom: 0px;
}
.product-one-left ul li p{
    font-size: 30px;
    color: #191919;
    font-weight: bold;
    cursor: pointer;
}
.product-cont-p>h1{
    font-size: 24px;
    color: #191919;
    font-weight: bold;
}
.product-cont-p>span{
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 40px;
}
.product-one-right{
    width: 80%;
}
.product-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.product-cont a:nth-child(1),
.product-cont a:nth-child(2),
.product-cont a:nth-child(3){
    margin-top: 0;
}
.product-cont a{
    width: 31%;
    margin-left: 2%;
    margin-top: 30px;
    position: relative;
    background-color: #F2F2F2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.product-cont a:hover .product-img img{
    transform: scale(1.1);
}
.product-cont a:hover h2{
    color: #002774;
}
.product-cont a:hover .pro-logo{
    transform: translateY(-20px);
}
.product-cont a:hover .pro-more{
    transform: translateY(0);
}
.pro-logo{
    width: 125px;
    position: absolute;
    transform: translateY(-100px);
    right: 20px;
    transition: .3s ease-in;
}
.pro-logo img{
    width: 100%;
    display: block;
}
.product-img{
    overflow: hidden;
}
.product-img img{
    display: block;
    height: 120px;
    object-fit: cover;
    margin: 20px auto;
    transition: .3s ease-in;
}
.pro-p{}
.product-cont a h2{
    font-size: 24px;
    color: #191919;
    margin-top: 30px;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.product-cont a p{
    font-size: 16px;
    color: #191919;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.pro-more{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    transition: .3s ease-in;
    transform: translateY(100px);
}
.pro-more span{
    width: 16px;
    height: 16px;
    display: block;
    background-color: #002774;
    border-radius: 50%;
    margin-left: 10px;
}
.pro-more i{
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 16px;
}
.footer{
    width: 100%;
    background-color: #002774;
}
.foot-one{
    padding: 60px 0;
    border-bottom: 1px solid #FFFFFF;
}
.foot-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-left{}
.foot-one-left a{
    width: 150px;
    display: block;
}
.foot-one-left a img{
    width: 100%;
    display: block;
}
.foot-one-left li{
    width: 130px;
    margin-top: 40px;
}
.foot-one-left li img{
    width: 100%;
    display: block;
    margin: auto;
}
.foot-one-left li p{
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
}
.foot-one-right{
    width: 80%;
}
.foot-one-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-right ul li{

}
.foot-one-right ul li p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}
.foot-one-right ul li a{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.foot-di{
    padding: 30px 0;
}
.foot-di-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.foot-di-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.foot-di-left li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.foot-di-left li:last-child{
    margin-left: 30px;
}
.foot-di-left li img{
    width: 16px;
    height: 16px;
    display: block;
}
.foot-di-left li p{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 0;
}
.foot-di-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.foot-di-right a{
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
}
.foot-di-right a:first-child{
    margin-left: 0;
}
.foot-di-right p{
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
    margin-bottom: 0;
}
.foot-di-left{}
.pro-detail{
    margin-top: 100px;
    padding: 120px 0;
}
.pro-detail-one{}
.pro-detail-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-detail-one-left{
    width: 50%;
    background-color: #F7F7F7;
    border-radius: 10px;
    position: relative;
    padding: 50px 80px;
    box-sizing: border-box;
}
.pro-detail-logo{
    position: absolute;
    top: 20px;
    right: 20px;
}
.pro-detail-logo img{
    width: 160px;
    display: block;
}
.pro-detail-img{
    overflow: hidden;
}
.pro-detail-img img{
    display: block;
    margin: 80px auto;
}
.pro-detail-one-right{
    width: 40%;
}
.pro-detail-one-right h2{
    font-size: 36px;
    color: #264A95;
}
.pro-detail-one-right ul{
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}
.pro-detail-one-right li{
    font-size: 14px;
    line-height: 18px;
    color: #D70C19;
    position: relative;
    padding-left: 15px;
    margin-top: 20px;
}
.pro-detail-one-right li::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #D70C19;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.pro-detail-one-right p{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 30px;
}
.pro-detail-one-right .pro-detail-more{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pro-detail-one-right .pro-detail-more a{
    width: 150px;
    border: 1px solid #333333;
    border-radius: 25px;
    padding: 10px 0;
    text-align: center;
    transition: .3s ease-in;
}
.pro-detail-one-right .pro-detail-more a:last-child{
    margin-left: 30px;
}
.pro-detail-one-right .pro-detail-more a:hover{
    background-color: #264A95;
    color: #fff;
}
.pro-detail-two{
    margin-top: 100px;
}
.pro-detail-two-all{
    position: relative;
}
.pro-detail-swiper{
    overflow: hidden;
}
.pro-detail-swiper .product-cont a{
    width: 100%;
}
.pro-detail-prev{
    width: 50px !important;
    height: 50px !important;
    background-color: #F7F7F7;
    border-radius: 50%;
    left: -70px !important;
    transition: .3s ease-in;
}
.pro-detail-prev::after,
.pro-detail-next::after{
    font-size: 20px !important;
    color: #002774;
    transition: .3s ease-in;
}
.pro-detail-next{
    width: 50px !important;
    height: 50px !important;
    background-color: #F7F7F7;
    border-radius: 50%;
    right: -70px !important;
    transition: .3s ease-in;
}
.pro-detail-prev:hover,
.pro-detail-next:hover{
    background-color: #002774;
}
.pro-detail-prev:hover::after,
.pro-detail-next:hover::after{
    color: #fff;
}
.news_filter button{
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.news-all form{
    width: 50%;
    margin: auto;
}
.tgzgxll p img{
    margin: auto;
}
.touzi{
    padding: 120px 0;
}
.touzi-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.touzi-all a:nth-child(1),
.touzi-all a:nth-child(2),
.touzi-all a:nth-child(3){
    margin-top: 0;
}
.touzi-all a{
    width: 31%;
    margin-left: 2%;
    margin-top: 30px;
}
.touzi-img{
    overflow: hidden;
    border-radius: 10px;
}
.touzi-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.touzi-all a li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.touzi-all a li p{
    font-size: 14px;
    color: #666666;
}
.touzi-all a li img{
    width: 24px;
    height: 24px;
}
.touzi-all a h2{
    font-size: 24px;
    color: #191919;
    margin-top: 10px;
    transition: .3s ease-in;
}
.touzi-all a:hover .touzi-img img{
    transform: scale(1.1);
}
.touzi-all a:hover h2{
    color: #002774;
}
.touzi-all a:hover{}
.newspro{
    padding: 120px 0;
}
.newspro-one{}
.newspro-one h1{
    font-size: 36px;
    color: #191919;
}
.newspro-one-all{
    margin-top: 40px;
}
.newspro-one-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newspro-one-cont a:nth-child(1),
.newspro-one-cont a:nth-child(2){
    margin-top: 0;
}
.newspro-one-cont a{
    width: 47%;
    margin-top: 30px;
    position: relative;
    background-color: #F2F2F2;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.newspro-one-cont a:hover .newspro-img img{
    transform: scale(1.1);
}
.newspro-one-cont a:hover h2{
    color: #002774;
}
.newspro-one-cont a:hover .newspro-logo{
    transform: translateY(-20px);
}
.newspro-one-cont a:hover .newspro-more{
    transform: translateY(0);
}
.newspro-logo{
    width: 125px;
    position: absolute;
    transform: translateY(-100px);
    right: 20px;
    transition: .3s ease-in;
}
.newspro-logo img{
    width: 100%;
    display: block;
}
.newspro-img{
    overflow: hidden;
}
.newspro-img img{
    display: block;
    height: 140px;
    object-fit: cover;
    margin: 50px auto;
    transition: .3s ease-in;
}
.newspro-p{}
.newspro-one-cont a h2{
    font-size: 24px;
    color: #191919;
    margin-top: 30px;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.newspro-cont a p{
    font-size: 16px;
    color: #191919;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.newspro-more{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
    transition: .3s ease-in;
    transform: translateY(100px);
}
.newspro-more span{
    width: 16px;
    height: 16px;
    display: block;
    background-color: #002774;
    border-radius: 50%;
    margin-left: 10px;
}
.newspro-more i{
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 16px;
}
.newspro-two{
    margin-top: 100px;
}
.newspro-two h1{
    font-size: 36px;
    color: #191919;
}
.newspro-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newspro-two-all a{
    width: 48%;
    margin-top: 40px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.newspro-two-all a img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.newspro-two-all a:hover img{
    transform: scale(1.1);
}
.newjs-ban{
    margin-top: 100px;
}
.newjs-ban img{
    width: 100%;
    display: block;
}
.newjs{
}
.newjs-one{
    padding: 120px 0;
    border-bottom: 1px solid #DDDDDD;
}
.fb{
    margin: 40px 0;
}
.fb p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #000;
}
.fb p a{
    font-size: 16px;
    color: #002774;
}
.job{
    padding: 120px 0;
}
.job-one{}
.job-one-swiper{
    overflow: hidden;
    position: relative;
}
.job-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job-one-left{
    width: 40%;
}
.job-one-left h2{
    font-size: 24px;
    color: #333333;
}
.job-one-left span{
    width: 45px;
    height: 5px;
    display: block;
    margin-top: 20px;
    position: relative;
}
.job-one-left span::before{
    content: "";
    display: block;
    width: 55%;
    height: 4px;
    background-color: #264A95; /* 深蓝色 */
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%); /* 梯形 */
    position: absolute;
    top: 0;
    left: 0;
}
.job-one-left span::after{
    content: "";
    display: block;
    width: 55%;
    height: 4px;
    background-color: #D70C19; /* 红色 */
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%); /* 梯形 */
    position: absolute;
    top: 0;
    right: 0;
}
.job-one-left p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 20px;
}
.job-one-right{
    width: 50%;
    overflow: hidden;
}
.job-one-right img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}


.job-xian {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    left: calc(40% - 30px);
    bottom: 0px;
    z-index: 10;
}
.job-xian-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.job-xian-right .job-xian-prev {
    font-size: 16px;
    color: #000;
}
.job-xian-right .job-text,.job-xian-right .job-xian-next{
    font-size: 16px;
    color: #666666;
}
.job-one-prev{
    width: 50px !important;
    height: 50px !important;
    background-color: #F7F7F7;
    border-radius: 50%;
    left: 0px !important;
    bottom: 0;
    top: unset !important;
    transition: .3s ease-in;
}
.job-one-prev::after,
.job-one-next::after{
    font-size: 16px !important;
    color: #002774;
    transition: .3s ease-in;
}
.job-one-next{
    width: 50px !important;
    height: 50px !important;
    background-color: #F7F7F7;
    border-radius: 50%;
    left: 60px !important;
    bottom: 0;
    top: unset !important;
    transition: .3s ease-in;
}
.job-one-prev:hover,
.job-one-next:hover{
    background-color: #002774;
}
.job-one-prev:hover::after,
.job-one-next:hover::after{
    color: #fff;
}
.job-two{
    margin-top: 100px;
}
.job-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job-two-cont{
    width: 31%;
    padding: 40px;
    box-sizing: border-box;
    background-color: #EFEFEF;
    border-radius: 10px;
    transition: .3s ease-in;
}
.job-two-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #DCDDDD;
}
.job-two-top{}
.job-two-top i{
    font-size: 40px;
    display: block;
    color: #264A95;
    transition: .3s ease-in;
}
.job-two-top h2{
    font-size: 24px;
    color: #333333;
    transition: .3s ease-in;
}
.job-two-cont p{
    margin-top: 40px;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    transition: .3s ease-in;
}
.job-two-cont:hover{
    background-color: #264A95;
}
.job-two-cont:hover .job-two-top{
    border-bottom: 1px solid #fff;
}
.job-two-cont:hover i,
.job-two-cont:hover h2,
.job-two-cont:hover p{
    color: #fff;
}
.job-three{
    margin-top: 100px;
}
.job-three-swiper{
    overflow: hidden;
    position: relative;
    margin-left: calc((100vw - 1600px)/2);
}
.job-three-img{
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.job-three-img:hover img{
    transform: scale(1.1);
}
.job-three-img::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.job-three-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.job-three-img p{
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 5;
}
.job-four{
    margin-top: 100px;
}
.job-four-all{}
.job-four-top{}
.job-four-top form{}
.job-four-top form legend{
    font-size: 36px;
    color: #191919;
    text-align: center;
}
.job-four-top form .form-group{
    width: 60%;
    margin: auto;
    margin-top: 40px;
    position: relative;
}
.job-four-top form .form-group input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 30px;
    box-sizing: border-box;
    outline: none;
    background-color: unset;
    padding-left: 20px;
    padding-right: 220px;
}
.job-four-top form .form-group button{
    width: 200px;
    height: 60px;
    line-height: 60px;
    border: none;
    text-align: center;
    border-radius: 30px;
    box-sizing: border-box;
    background-color: #264A95;
    color: #fff;
    font-size: 16px;
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s ease-in;
}
.job-four-top form .form-group button:hover{
    background-color: transparent;
    color: #264A95;
    border: 1px solid #264A95;
}

.work-content{
    margin-top: 40px;
}
.work-content ul{}
.work-content>ul li:first-child{
    background-color: #264A95;
    cursor: inherit;
}
.work-content>ul li:first-child p{
    color: #fff;
}
.work-content>ul li:first-child p::after{
    content: "" !important;
    display: none;
}
.work-content>ul>li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px solid #DCDDDD;
}
.work-content>ul>.active{
    background-color: #DCDDDD;
}
.work-content>ul>li p{
    width: 20%;
    font-size: 16px;
    padding: 20px 0;
    color: #191919;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.work-content>ul>li p:last-child span{
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    background-color: #264A95;
    border-radius: 50%;
}
.work-content>ul>li p:last-child span::after{
    content: "+";
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.work-content ul .active p:last-child span::after{
    content: "-";
}
.work-jl{
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-top: 10px;
    display: none;
}
.work-jl-all{
    padding: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #DBDCDC;
}
.work-jl h2{
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}
.work-jl p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.jl{
    margin-top: 40px;
}
.jl-all{
    width: 200px;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background-color: #264A95;
    border-radius: 25px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.jl-all:hover{
    border: 1px solid #264a95;
    background-color: transparent;
    color: #264A95;
}
.work-page{
    margin-top: 40px;
}
.work-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.work-page ul li:hover a{
    background-color: #264A95;
    color: #fff;
}
.work-page ul .active a{
    border: 1px solid #666666;
    color: #666;
    background-color: transparent;
}
.work-page ul li a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #222222;
    margin: 0 10px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.jl-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.jl-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255,255,255,.5);
}
.jl-tan-cont{
    width: 50%;
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 15px;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px 0 #A5A5A5;
}
.jl-tan-close{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #999999;
    cursor: pointer;
}
.jl-tan-p{}
.jl-tan-p form{}
.jl-tan-p form legend{
    font-size: 24px;
    color: #333333;
}
.jl-tan-p form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jl-tan-p form .form-one .form-group{
    margin-top: 30px;
    width: 47%;
    position: relative;
}
.jl-tan-p form .form-one .form-group img{
    height: 20px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.jl-tan-p form .form-one .form-group label{
    font-size: 16px;
    color: #666666;
    position: relative;
}
.jl-tan-p form .form-one .form-group label::after{
    content: "*";
    display: block;
    font-size: 16px;
    color: #f00;
    position: absolute;
    top: 0;
    right: -10px;
}
.jl-tan-p form .form-one .form-group input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: none;
    background-color: #EFEFEF;
    box-sizing: border-box;
    outline: none;
    padding: 0 10px;
    margin-top: 10px;
}
.jl-tan-p form .form-two{
    margin-top: 30px;
}
.jl-tan-p form .form-two .form-group{}
.jl-tan-p form .form-two .form-group span{
    font-size: 16px;
    color: #666666;
    display: block;
}
.jl-tan-p form .form-two .form-group textarea{
    width: 100%;
    font-size: 16px;
    border: none;
    background-color: #EFEFEF;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    resize: none;
    margin-top: 10px;
}
.jl-tan-p form .btn{
    width: 200px;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    background-color: #264A95;
    border-radius: 25px;
    margin-top: 30px;
    box-sizing: border-box;
    border: 1px solid transparent;
    outline: none;
    transition: .3s ease-in;
}
.jl-tan-p form .btn:hover{
    background-color: transparent;
    color: #264A95;
    border: 1px solid #264A95;
}
.rl{
    padding: 120px 0;
}
.rl-all{}
.rl-one{}
.rl-one ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rl-one ul li{
    width: 8.3333%;
    cursor: pointer;
}
.rl-one ul li span{
    font-size: 18px;
    color: #666666;
    display: block;
    line-height: 30px;
    min-height: 30px;
    text-align: center;
}
.rl-one ul li h1{
    margin-top: 20px;
    padding: 20px 0;
    text-align: center;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.rl-one ul li h1 p{
    font-size: 16px;
    color: #191919;
    text-align: center;
    transition: .3s ease-in;
}
.rl-one ul li h1 b{
    width: 6px;
    height: 6px;
    display: block;
    background-color: transparent;
    border-radius: 50%;
    margin: auto;
    margin-top: 10px;
    transition: .3s ease-in;
}
.rl-one ul .active h1{
    background-color: #264A95;
}
.rl-one ul .active span{
    color: #191919;
}
.rl-one ul .active h1 p{
    color: #fff;
}
.rl-one ul li h1 .active{
    background-color: #D70C19;
}
.rl-one-all{
}
.rl-one-content{}
.rl-one-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.rl-one-p{
    width: 18%;
    margin-top: 10px;
    margin-left: 2%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 5px 0#C1C1C1;
    transition: .3s ease-in;
}
.rl-one-p h2{
    font-size: 14px;
    color: #191919;
    transition: .3s ease-in;
}
.rl-one-p p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    color: #191919;
    transition: .3s ease-in;
}
.rl-one-p p::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #264A95;
    position: absolute;
    top: 8px;
    left: 0;
    transition: .3s ease-in;
}
.rl-one-p:hover{
    background-color: #264A95;
}
.rl-one-p:hover h2{
    color: #fff;
}
.rl-one-p:hover p{
    color: #fff;
}
.rl-one-p:hover p::before{
    background-color: #fff;
}
.rl-two{
    margin-top: 10px;
}
.rl-two h2{
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.rl-two p{
    width: 150px;
    background-color: #264A95;
    padding: 8px 0;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: #fff;
    border-radius: 25px;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}
.rl-two p:hover{
    background-color: transparent;
    color: #264A95;
    border: 1px solid #264A95;
}
.rl-two span{
    display: block;
    font-size: 14px;
    color: #264A95;
    margin-top: 15px;
    text-align: center;
}
.rl-three{}
.rl-three-top{
    margin-top: 60px;
}
.rl-three-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rl-three-top ul li{
    width: 200px;
    font-size: 16px;
    color: #666666;
    border: 1px solid #666666;
    text-align: center;
    padding: 10px 0;
    border-radius: 25px;
    margin-right: 30px;
    cursor: pointer;
    transition: .3s ease-in;
}
.rl-three-top ul li:last-child{
    margin-right: 0;
}
.rl-three-top ul .active{
    background-color: #264A95;
    color: #fff;
}
.rl-three-yi{
    margin-top: 30px;
}
.rl-three-yi ul{}
.rl-three-yi ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.rl-three-yi ul li p{
    font-size: 14px;
    line-height: 24px;
    color: #191919;
    margin-right: 30px;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
    transition: .3s ease-in;
}
.rl-three-yi ul li p:hover{
    color: #264A95;
}
.rl-three-yi ul li p:last-child{
    margin-right: 0;
}
.rl-three-yi ul li p:first-child{
    padding-left: 0;
}
.rl-three-yi ul li p::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0;
}
.rl-three-yi ul li p:nth-child(2):before{
    background-color: #002774;
}
.rl-three-yi ul li p:nth-child(3):before{
    background-color: #264A95;
}
.rl-three-yi ul li p:nth-child(4):before{
    background-color: #D70C19;
}
.rl-three-yi ul li p{}
.rl-three-er{
    margin-top: 30px;
}
.rl-three-er ul{}
.rl-three-er ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.rl-three-er ul li p{
    font-size: 16px;
    color: #191919;
    margin-right: 30px;
}
.rl-three-er ul li p:last-child{
    margin-right: 0;
}
.category.selected,.year.selected{
    color: #264A95;
}
.rl-three-san{}
.rl-three-san a{
    display: block;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 5px 0#C1C1C1;
    margin-top: 30px;
    transition: .3s ease-in;
}
.no-content{
    display: none;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #C1C1C1;
    margin-top: 30px;
    transition: .3s ease-in;
}
.rl-three-san a h1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease-in;
}
.rl-three-san a h1 p{
    width: calc(100% - 100px);
    font-size: 14px;
    color: #666666;
    transition: .3s ease-in;
}
.rl-three-san a h1 span{
    display: block;
    font-size: 14px;
    color: #999999;
    transition: .3s ease-in;
}
.rl-three-san a h2{
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    transition: .3s ease-in;
}
.rl-three-san a:hover{
    background-color: #264A95;
}
.rl-three-san a:hover h1 p,
.rl-three-san a:hover h1 span,
.rl-three-san a:hover h2{
    color: #fff;
}
.rl-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.rl-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255,255,255,.5);
}
.rl-tan-cont{
    width: 50%;
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 15px;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px 0 #A5A5A5;
}
.rl-tan-close{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #999999;
    cursor: pointer;
}
.rl-tan-p{}
.rl-tan-top{
    padding-bottom: 50px;
    border-bottom: 1px solid #EFEFEF;
}
.rl-tan-top h2{
    font-size: 24px;
    color: #333333;
}
.rl-tan form{
    margin-top: 20px;
}
.rl-tan form ul{}
.rl-tan form ul li{
    /* margin-top: 30px; */
}
.rl-tan form ul li .checkbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}
.rl-tan form ul li .checkbox label{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.rl-tan form ul li .checkbox label input{
    width: 14px;
    height: 14px;
    border: 1px solid #C9CACA;
}
.rl-tan form ul li .checkbox label span{
    display: block;
    font-size: 12px;
    color: #666666;
    margin-left: 10px;
}
.rl-tan form ul li input[type="checkbox"] {
    background-color: #22ac38;
  }
.pro-drop-all{}
.pro-drop{}
.pro-drop label{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    padding-left: 20px;
    cursor: pointer;
}
.pro-drop label input{
    width: 14px;
    height: 14px;
    border: 1px solid #C9CACA;
}
.pro-drop label span{
    width: calc(100% - 31px);
    display: block;
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
}
.rl-tan-one p{
    font-size: 14px;
    color: #002774;
}
.rl-tan-three .checkbox{
    display: block !important;
}
.rl-tan-three .pro-drop-all{}
.rl-tan-three .pro-drop-all .pro-drop{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.rl-tan-three .pro-drop-all .pro-drop .itemCheckbox{
    font-size: 14px;
    color: #999999;
}
.rl-tan-three .pro-drop-all .pro-drop .itemCheckbox:first-child{
    padding-left: 0;
}
.rl-tan-p form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rl-tan-p form .form-one .form-group{
    margin-top: 30px;
    width: 47%;
    position: relative;
}
.rl-tan-p form .form-one .form-group img{
    height: 20px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.rl-tan-p form .form-one .form-group label{
    font-size: 16px;
    color: #666666;
    position: relative;
}
.rl-tan-p form .form-one .form-group label::after{
    content: "*";
    display: block;
    font-size: 16px;
    color: #f00;
    position: absolute;
    top: 0;
    right: -10px;
}
.rl-tan-p form .form-one .form-group input{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: none;
    background-color: #EFEFEF;
    box-sizing: border-box;
    outline: none;
    padding: 0 10px;
    margin-top: 10px;
}
.rl-tan-guan{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.quxiao{
    width: 200px;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 30px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
    background-color: transparent;
    border: 1px solid #666666;
    color: #666666;
    cursor: pointer;
    transition: .3s ease-in;
}
.rl-tan-p form .btn{
    width: 200px;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 30px;
    box-sizing: border-box;
    outline: none;
    background-color: #264A95;
    color: #fff;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.quxiao:hover{
    background-color: #264A95;
    color: #fff;
}
.rl-tan-p form .btn:hover{
    background-color: transparent;
    color: #264A95;
    border: 1px solid #264A95;
}
.about-honor{}
.about-honor ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-honor ul li{
    width: 50%;
}
.about-honor ul li h2{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.about-honor ul li p{
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
}
.index-product{}
.index-product ul{
    border-bottom: none;
}
.index-product ul li{
    transition: .3s ease-in;
}
.index-product ul li:hover{
    background-color: #264A95;
}
.index-product ul li i{}
.index-product ul li p{
    color: #fff;
}
.index-product{}
.index-newpro-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-newpro-cont{
    width: 48%;
}
.index-newpro-cont h1{
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}
.newspro-one-cont a p {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-newpro-cont .newspro-one-cont,.index-newpro-cont .newspro-two-all{
    height: 450px;
}
.index-newpro-cont .newspro-two-all a:first-child{
    margin-top: 0;
}
.index-newpro-cont .newspro-two-all a{
    width: 100%;
    height: 50%;
}
.index-newpro-cont .newspro-two-all a:last-child{
    height: calc(50% - 40px);
}
.newspro-two-all a img{
    height: 100%;
    object-fit: cover;
}




/* phone */
.mobile-inner-header {
    background-color: rgba(255, 255, 255, 255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

#wrap {
    text-align: left;
}

.fl {
    float: left;
    display: inline;
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon {
    color: #666666;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-nav {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: calc(100% - 50px);
    padding-top: 0%;
    overflow-y: auto;
}

.mobile-inner-nav a {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    color: #191919;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}

#wrap {
    text-align: left;
}

@keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 18px;
    height: 2px;
    background-color: #002774;
    display: block;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}


@media (min-width:320px) and (max-width:1200px) {
    .phone-menu-home{
        display: block !important;
    }
}

/* phone xl */
.alist{
    width: 95%;
    margin: auto;
    position: relative;
    border-bottom: 1px solid #eee;
}
.alist .iphone-xl{
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #666666;
    text-align: center;
    position: absolute;
    right: 0%;
    top: 0px;
    z-index: 99999;
    display: inline-block;
    border-bottom: none;
    transition: .3s ease-in;
}
.alist .iphone-xl::after{
    content: "+";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #666666;
}
.alist .xuan::after{
    content: "-";
    display: block;
    font-size: 40px;
}
.alist a i{
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #666666;
    font-size: 24px;
    transition: .3s ease-in;
    position: absolute;
    top: 0;
    right: 0;
}
.alist .m-xiala{
    display: none;
    position: relative;
}
.m-xiala a{
    width: 95%;
    padding-left: 20px;
}
.m-xiala>p{
    position: relative;
    margin-bottom: 0;
}
.alist .show{
    display: block;
}
.xuan i{
    display: block;
    transform: rotate(180deg);
}
.m-xiala span{
    display: block;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin-left: 5%;
    position: relative;
}
.phone-menu-home{
    display: none;
}

@media (min-width:1199px) and (max-width:1700px){
    .container{
        width: 85% !important;
    }
    .head-left a{
        width: 130px;
    }
    .head-right ul li>a{
        margin: 0 15px;
    }
    .job-three-swiper{
        margin-left: calc((100vw - 85%) / 2);
    }
    .jl-tan-cont,.rl-tan-cont{
        width: 65%;
    }
    .product-img img{
        height: 85px;
    }
}
@media screen and (max-width:1200px){
    .product-one-left{
        width: 100%;
    }
    .product-one-left ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -2%;
    }
    .product-one-left ul li{
        width: 31%;
        margin-left: 2%;
    }
    .product-one-left ul li p{
        font-size: 18px;
        text-align: center;
    }
    .product-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .container{
        width: 95% !important;
    }
    .swiper1 .swiper-pagination{
        z-index: 0;
    }
    .head-right ul{
        display: none;
    }
    .product-top ul li a{
        padding: 20px 0;
    }
    .product-top ul li p{
        font-size: 12px;
    }
    .product-content{
        padding: 30px 0;
    }
    .product-cont a{
        width: 48%;
        padding: 20px;
    }
    .product-img img{
        height: 50px;
        margin: 20px auto;
    }
    .product-cont a:nth-child(3){
        margin-top: 30px;
    }
    .pro-detail{
        margin-top: 50px;
        padding: 30px 0;
    }
    .pro-detail-one-left{
        width: 100%;
        padding: 20px 30px;
    }
    .pro-detail-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .pro-detail-two{
        margin-top: 50px;
    }
    .pro-detail-prev,.pro-detail-next{
        display: none !important;
    }
    .foot-one{
        padding: 30px 0;
    }
    .foot-one-left{
        width: 100%;
    }
    .foot-one-left a{
        margin: auto;
    }
    .foot-one-left li{
        margin: auto;
        margin-top: 20px;
    }
    .foot-one-right{
        display: none;
    }
    .foot-di-left{
        width: 100%;
        justify-content: center;
    }
    .foot-di-right{
        width: 100%;
        justify-content: center;
    }
    .news-all form{
        width: 100%;
    }
    .job{
        padding: 30px 0;
    }
    .job-one-all{
        flex-direction: column-reverse;
    }
    .job-one-left{
        width: 100%;
        margin-top: 20px;
    }
    .job-one-right{
        width: 100%;
    }
    .job-xian{
        left: unset;
        right: 0 !important;
    }
    .job-one-prev,.job-one-next{
        display: none !important;
    }
    .job-two{
        margin-top: 50px;
    }
    .job-two-cont{
        width: 100%;
        padding: 20px;
        margin-top: 30px;
    }
    .job-two-cont:nth-child(1){
        margin-top: 0;
    }
    .job-three-swiper{
        width: 95%;
        margin-left: 2.5%;
    }
    .job-four{
        margin-top: 50px;
    }
    .job-four-top form .form-group{
        width: 100%;
    }
    .job-four-top form .form-group button{
        width: 120px;
    }
    .job-four-top form .form-group input{
        padding-right: 120px;
    }
    .work-jl-all{
        padding: 20px;
    }
    .jl-tan-cont{
        width: 95%;
        padding: 15px;
    }
    .jl-tan-p form .form-one .form-group img{
        display: none;
    }
    .touzi{
        padding: 30px 0;
    }
    .touzi-all a{
        width: 48%;
    }
    .touzi-all a:nth-child(3){
        margin-top: 30px;
    }
    .newspro{
        padding: 30px 0;
    }
    .newspro-one-cont a{
        width: 48%;
        padding: 15px;
    }
    .newspro-img img{
        height: 50px;
        margin: 15px auto;
    }
    .newspro-logo{
        display: none;
    }
    .newjs-ban{
        margin-top: 50px;
    }
    .newjs-one{
        padding: 30px 0;
    }
    .rl{
        padding: 30px 0;
    }
    .rili-one-top{
        overflow-y: auto;
    }
    .rili-one-top ul{
        width: 200%;
    }
    .rl-one-p{
        width: 47%;
    }
    .rl-three-top ul{
        justify-content: space-between;
    }
    .rl-three-top ul li{
        width: 47%;
        margin-right: 0;
    }
    .rl-three-yi ul li p{
        margin-right: 20px;
    }
    .rl-three-san a,.no-content{
        padding: 20px;
    }
    .rl-tan-cont{
        width: 95%;
        padding: 20px;
        height: 75%;
        overflow-y: auto;
    }
    .rl-tan-guan{
        justify-content: space-between;
    }
    .quxiao{
        width: 47%;
        margin-right: 0;
    }
    .rl-tan-p form .btn{
        width: 47%;
    }
    .about-year-cont{
        width: 32%;
    }
    .about-year-cont p span{
        font-size: 34px;
    }
    .about-year-cont p span::after{
        right: -20px;
    }
    .index-newpro-cont{
        width: 100%;
        margin-top: 30px;
    }
    .index-newpro-cont:first-child{
        margin-top: 0;
    }
    .index-newpro-cont .newspro-one-cont, .index-newpro-cont .newspro-two-all{
        height: auto;
    }

}
@media (min-width:769px) and (max-width:1199px){
    .about-year-cont{
        width: 20%;
    }
    .rili-one-top ul{
        width: 100%;
    }
    .product-cont a{
        width: 31%;
    }
    .product-cont a:nth-child(3){
        margin-top: 0;
    }
    .pro-detail-one-left{
        width: 50%;
    }
    .pro-detail-one-right{
        width: 40%;
        margin-top: 0;
    }
    .job-one-all{
        flex-direction: unset;
    }
    .job-one-left{
        width: 40%;
        margin-top: 0;
    }
    .job-one-right{
        width: 50%;
    }
    .job-xian{
        left: calc(40% - 30px);
        right: unset !important;
    }
    .rl-one-p{
        width: 31%;
    }
    .product-img img{
        height: 120px;
    }
    .job-two-cont{
        width: 48%;
    }
    .job-two-cont:nth-child(1){
        margin-top: 30px;
    }
    .rl-three-top ul{
        justify-content: center;
    }
    .rl-three-top ul li{
        width: 200px;
        margin-right: 30px;
    }
}
@media (min-width:415px) and (max-width:769px){
    .about-year-cont{
        width: 20%;
    }
    .rili-one-top ul{
        width: 150%;
    }
    .rl-one-p{
        width: 31%;
    }
    .product-img img{
        height: 120px;
    }
    .job-two-cont{
        width: 48%;
    }
    .job-two-cont:nth-child(1){
        margin-top: 30px;
    }
}
@media screen and (max-width:414px){}