@charset "utf-8";

/* CSS Document */
*{ margin:0; padding:0;}

body{ color:#000; font-size:12px; line-height:22px; font-family:"Microsoft YaHei"; min-width: 1200px;}
ul,li{ list-style:none; margin-bottom: 0;}
ol, ul{
    padding-left: 0;
}
img{ border:none; display:inline-block;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none; }
i{ font-style:normal;}
dl,dd,p{ margin-bottom: 0;}
input,textarea,select{ outline:none; font-family:"Microsoft YaHei";}
h1,h2,h3,h4,h5,h6{ font-style:normal; font-weight:normal; list-style:none; margin-bottom: 0;}
.clear{ clear:both;}

/*美化滚动条*/

/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
}
/*滚动条的宽度*/
::-webkit-scrollbar {
    width:6px;
    height:9px;
}
/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color:#dddddd;
    background-clip:padding-box;
    min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
}


.container-fluid:after{ content: ""; display: block; clear: both;}
.container:after{ content: ""; display: block; clear: both;}
.show_wap{
    display: none!important;
}
.top_butt{
    display: none;
}

header{
    position: relative;
    padding-top: 55px;
    padding-bottom: 32px;
    display: flex;
}
.logo{
    margin-left: 84px;
    height: 58px;
    overflow: hidden;
    position: relative;
}
.logo img{
    height: 100%;
}


/*导航*/
.head_nav{
    margin-left: 210px;
    padding-top: 10px;
}
.head_nav ul li{
    float: left;
    margin: 0 35px;
    text-align: center;
    position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head_nav ul li .navA{
    position: relative;
    padding: 10px 0;
}
.head_nav ul li .navA a{
    display: block;
    color: #221815;
    font-size:22px;
    line-height: 26px;
}
.head_nav ul li .navA:after{
    content: "";
    width:0;
    opacity: 0;
    height: 2px;
    background: #003A7C;
    position: absolute;
    bottom: 0;
    left: 0;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head_nav ul li.on .navA a{color: #003A7C;}
.head_nav ul li.on .navA:after{ content: ""; width: 100%; opacity: 1;}
.head_nav ul li:hover .navA:after{ content: ""; width: 100%; opacity: 1;}
.head_nav ul li .navA:hover a{
    color: #003A7C;
}

.head_nav ul li .top_down{ display: none;}

.head_nav ul li .navTwo{
    position: absolute;
    left: 50%;
    top: 100%;
    width: 160px;
    margin-left: -85px;
    text-align: center;
    background: #034383;
    z-index: 9;
    box-shadow: 0 0 5px #034383;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}
.head_nav ul li .navTwo dd{ margin-bottom: auto; height: 40px; border-bottom: solid 1px rgba(77,131,195,0.5); position: relative;}
.head_nav ul li .navTwo a{ font-size: 14px; line-height: 40px; color: #fff; display: block; }
.head_nav ul li .navTwo dd:hover{
    background: rgba(77,131,195,0.5);
}
.head_nav ul li:hover .navTwo{
    opacity:1;
    visibility:inherit;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
}

.navTwo_b{
    width: 200px;
    position: absolute;
    left: 100%;
    top: 0;
    background: #034383;
    opacity:0;
    z-index: 9;
    visibility:hidden;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -ms-transform:translateY(10px);
    -o-transform:translateY(10px);
    transition:all .5s;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
}
.navTwo_b_dd{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px rgba(77,131,195,0.5);
}
.navTwo_b_dd:hover{
    background: rgba(77,131,195,0.8);
}
.head_nav ul li .navTwo dd:hover div.navTwo_b{
    opacity:1;
    visibility:inherit;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
}
.navTwo_a{
    float: left;
    width: 100%;
    display: block;
}




/*banner*/

.banner{ width: 100%; margin: 0 auto; position: relative;}
.banner:after{ content: ""; display: block; clear: both; }
.swiper_banner {
    float: left;
    width: 100%;
    height: 936px;
    position: relative;
    overflow: hidden;
}

.swiper_banner .swiper-slide {
    position: relative;
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover !important;
}
.swiper_banner .swiper-slide span{
    position: absolute;
    right: 175px;
    top: 148px;
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
}

.swiper_banner .swiper-button-next,.swiper_banner .swiper-button-prev{
    font-size: 16px;
    color: #bcbcca;
}
.swiper_banner .swiper-button-next{
    right: 80px;
}
.swiper_banner .swiper-button-prev{
    left: 80px;
}

.index_news{
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url("../images/dtbj.png") left 44px bottom 33px no-repeat,#F8F8F8;
    padding-top: 180px;
    padding-bottom: 105px;
}
.index_news_m{
    width: 1532px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.index_news_name{
    width: 290px;
}
.index_news_name span{
    display: block;
}
.index_news_en{
    font-size: 64px;
    color: #cacacb;
    line-height: 64px;
}
.index_news_hx{
    width: 192px;
    height: 4px;
    background: #034382;
    margin-top:30px;
    margin-bottom: 35px;
}
.index_news_cn{
    width: 100%;
    font-size: 48px;
    color: #221816;
    line-height: 48px;
}
.index_news_list{
    width: 1126px;
    position: relative;
}
.index_news_list ul{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.index_news_list ul li{
    background: #ffffff;
    padding: 30px 30px 44px 30px;
    width: 47.25%;
    margin-bottom: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.index_news_list ul li:hover{
    box-shadow: 0 0 10px #efefef;
}
.index_news_left{
    width: 85px;
}
.index_news_left span{
    display: block;
}
.index_news_rq{
    font-size: 32px;
    color: #221815;
    line-height: 32px;
}
.index_news_nf{
    font-size: 24px;
    color: #cacacb;
    line-height: 26px;
    margin-top: 10px;
}
.index_news_hxb{
    width: 80px;
    height: 1px;
    background: #D2D3D4;
    margin-top: 42px;
}
.index_news_right{
    width: 330px;
}
.index_news_right a{
    display: block;
    font-size: 16px;
    color: #221815;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.index_news_right p{
    font-size: 12px;
    color: #cacacb;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 20px;
}
.index_news_right a:hover{
    color: #034382;
}

/*index_product*/
.index_product{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url("../images/cp_bj.jpg") top center no-repeat;
    background-size: cover!important;
    padding-top: 168px;
    padding-bottom: 95px;
}
.index_product_name{
    width: 1400px;
    margin: auto;
    padding-left: 50px;
}
.index_product_name span{
    display: block;
}
.index_product_en{
    font-size: 64px;
    color: #cacacb;
    line-height: 64px;
    text-transform: uppercase;
}
.index_product_hx{
    width: 192px;
    height: 4px;
    background: #ffffff;
    margin-top: 30px;
    margin-bottom: 35px;
}
.index_product_cn{
    font-size: 48px;
    color: #f8f8f8;
    line-height: 48px;
}

.index_product_lb{
    width: 100%;
    position: relative;
    margin-top: 78px;
}

.index_product_lb_m{
    width: 1420px;
    margin: auto;
    position: relative;
}
.cpSwiper{
    width: 100%;
    padding: 10px 10px;
}

.cpSwiper_div{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.cpSwiper_div_top{
    width: 100%;
    background: #ffffff;
    padding-top: 35px;
    padding-bottom: 15px;
    text-align: center;
}
.cpSwiper_div_img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.cpSwiper_div_img img{
    max-width: 100%;
}

.cpSwiper_div_title{
    width: 100%;
    padding: 0 10px;
    color: #034382;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 15px;
}

.cpSwiper_div_text{
    width: 100%;
    background: #034383;
    color: #ffffff;
    line-height: 22px;
    font-size: 12px;
    padding: 10px 15%;
    min-height: 152px;
}
.index_product_lb_m .swiper-button-prev,.index_product_lb_m .swiper-button-next{
    width: 61px;
    height: 61px;
    background: #034383;
    border-radius: 50%;
    overflow: hidden;
}
.index_product_lb_m .swiper-button-prev::after,.index_product_lb_m .swiper-button-next::after{
    font-size: 22px;
    color: #FAFBFD;
    font-weight: bold;
}
.index_product_lb_m .swiper-button-prev{
    left: -100px;
}
.index_product_lb_m .swiper-button-next{
    right: -100px;
}

.index_about{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #F8F8F8;
    padding: 180px 0;
}
.index_about_m{
    width: 1544px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.index_about_right{
    width: 1240px;
    position: relative;
    display:flex;
    justify-content:space-between;
    flex-flow:row-reverse!important;
}
.index_about_info{
    width: 648px;
    font-size: 12px;
    color: #5a5858;
    line-height: 24px;
    padding-top: 30px;
}
.index_about_imgs{
    width: 528px;
    overflow: hidden;
}
.index_about_imgs img{
    width: 100%;
}
.index_about_info a{
    width: 50px;
    height: 20px;
    background: #034582;
    color: #ffffff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 15px;
}
.index_about_info a:hover{
    opacity: 0.8;
}

/*footer*/
footer{
    background: #034383;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}
.footer_m{
    width: 1486px;
    display: flex;
    margin-left: 300px;
}
.footer_nav{
    width: 860px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer_nav_bk{
    display: inline-block;

}
.footer_nav_bk span{
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
}
.footer_nav_bk ul{
    margin-top: 15px;
}
.footer_nav_bk ul li{
    margin-bottom: 8px;
}
.footer_nav_bk ul li a{
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}
.footer_nav_bk ul li:hover a{
    opacity: 0.8;
}
.footer_info{
    position: relative;
    width: 380px;
    margin-top: 60px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin-left: 20px;
}


.footer_ewm{
    width: 136px;
    margin-left: 100px;
    margin-top: 95px;
}
.footer_ewm img{
    width: 100%;
}

.ny_banner{
    width: 100%;
    height: 936px;
    overflow: hidden;
    position: relative;
    background-size: cover!important;
}
.ny_banner span{
    position: absolute;
    right: 70px;
    bottom: 200px;
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
}
.ny_about{
    width: 100%;
    position:relative;
    overflow: hidden;
    background: url("../images/about_1.png") right 32px bottom 16px no-repeat,#F8F8F8;
    padding-top: 200px;
    padding-bottom: 300px;
}
.ny_about_m{
    width: 1500px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ny_left{
    width: 150px;
}
.ny_left_lm{
    width: 100%;
    position: absolute;
    bottom: 48px;
}
.ny_left_lm span{
    display: block;
}
.ny_left_lm_en{
    font-size: 62px;
    line-height: 62px;
    color: #cacacb;
    text-transform: uppercase;
}
.ny_left_lm_hx{
    width: 192px;
    height: 4px;
    background: #01437F;
    margin-top: 20px;
    margin-bottom: 15px;
}
.ny_left_lm_cn{
    font-size: 48px;
    color: #221815;
    line-height: 48px;
}

.ny_left ul{
    width: 100%;
}
.ny_left ul li{
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}
.ny_left ul li.on a{
    font-size: 32px;
    position: relative;
    padding-bottom: 6px;
}
.ny_left ul li.on a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #5A5858;
}
.ny_left ul li a{
    font-size: 24px;
    color: #5a5858;
    line-height: 32px;
}
.ny_right{
    width: 1230px;
    background: #FFFFFF;
    padding: 100px 80px;
    font-size: 16px;
    line-height: 38px;
}
.ny_right img{
    max-width: 100%;
}

.nr_ryzz{
    width: 1224px;
    background: #ffffff;
    padding: 90px 60px;
}
.nr_ryzz_lm{
    width: 100%;
    text-align: center;
}
.nr_ryzz_lm a{
    display: inline-flex;
    font-size: 28px;
    color: #221815;
    line-height: 30px;
    margin: 0 60px;
    padding-bottom: 10px;
}
.nr_ryzz_lm a.on{
    border-bottom: solid 4px #595959;
}

.nr_ryzz_list{
    width: 100%;
    margin-top: 50px;
}

.nr_ryzz_row{
    display: none;
}
.nr_ryzz_list .nr_ryzz_row:nth-child(1){
    display: block;
}

.nr_ryzz_img{
    width: 100%;
    text-align: center;
    position: relative;
}
.nr_ryzz_img img{
    max-width: 100%;
}
.nr_ryzz_list ul li{
    margin-bottom: 48px;
}

.cp_banner{
    position: relative;
    width: 100%;
    height: 936px;
    overflow: hidden;
    background-size: cover!important;
}
.cp_banner span{
    position: absolute;
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    right: 245px;
    top: 185px;
}

.ny_cpbk{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/about_1.png) right 32px bottom 16px no-repeat,#F8F8F8;
    padding-top: 115px;
    padding-bottom: 378px;
}
.ny_cpbk_m{
    width: 1598px;
    position: relative;
    margin-left: 74px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ny_cpbk_left{
    width: 300px;
}
.ny_cpbk_left span{
    display: block;
}
.ny_cpbk_en{
    font-size: 64px;
    color: #cacacb;
    line-height: 64px;
}
.ny_cpbk_hx{
    width: 238px;
    height: 4px;
    background: #024481;
    margin-top: 20px;
    margin-bottom: 35px;
}
.ny_cpbk_cn{
    font-size: 48px;
    color: #221815;
    line-height: 48px;
}

.ny_cpbk_lm{
    width: 100%;
    text-align: center;
}
.ny_cpbk_lm a{
    font-size: 24px;
    color: #5a5858;
    line-height: 30px;
    margin: 0 30px;
    padding-bottom: 12px;
    display: inline-block;
}
.ny_cpbk_lm a.on{
    border-bottom:solid 3px #C9C9C9;
}

.ny_cpbk_right{
    width: 1224px;
}

.ny_cpbk_list{
    width: 100%;
    background: #ffffff;
    padding: 28px 36px;
    position: relative;
    margin-top: 40px;
}
.ny_cpbk_list ul li{
    margin-bottom: 50px;
}
.ny_cpbk_div{
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 0 10px #efefef;
}
.ny_cpbk_bk{
    width: 332px;
    margin: auto;
}

.ny_rczp_right{
    width: 1280px;
    position: relative;
}
.ny_rczp_list ul{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ny_rczp_list ul li{
    width: 47.5%;
    padding: 34px 50px;
    background: #ffffff;
    box-shadow: 0 0 10px #999999;
    margin-bottom: 65px;
}
.ny_rczp_title{
    width: 100%;
    font-size: 24px;
    color: #221815;
    line-height: 28px;
    font-weight: bold;
}

.ny_rczp_br{
    width: 100%;
    margin-top: 20px;
}
.ny_rczp_br span{
    font-size: 18px;
    color: #221815;
    line-height: 24px;
    font-weight: bold;
}
.ny_rczp_br p{
    font-size: 14px;
    color: #221815;
    line-height: 24px;
}


.ny_cpbk_info{
    width: 100%;
    background: #ffffff;
    margin-top:40px;
    padding: 70px 50px;
}
.ny_cpbk_xqa{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ny_cpbk_xqaleft{
    width: 722px;
    display: inline-block;
    margin-left: 50px;
}
.ny_cpbk_nrbt{
    width: 100%;
    font-size: 32px;
    color: #5a5858;
    line-height: 40px;
    font-weight: bold;
}
.ny_cpbk_js{
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    color: #5a5858;
    line-height: 28px;
}

.ny_cpbk_xqaright{
    width: 310px;
}
.ny_cpbk_xqaright img{
    max-width: 100%;
}

.ny_cpbk_xqb{
    width: 760px;
    margin-left: 150px;
    position: relative;
    margin-top: 30px;
}
.ny_cpbk_xqb img{
    max-width: 100%;
}

.ny_cpbkshow{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/about_1.png) right 32px bottom 16px no-repeat,#F8F8F8;
    padding-top: 115px;
    padding-bottom: 290px;
}

.ny_lxwm{
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url(../images/about_1.png) right 32px bottom 16px no-repeat,#ffffff;
    padding-top: 115px;
    padding-bottom:378px;
}
.ny_lxwm_right{
    width: 70%;
    background: #ffffff;
    box-shadow: 0 0 10px #999999;
    margin-top: 32px;
    padding: 85px 50px;
}
.ny_lxwm_right p{
    font-size: 20px;
    color: #221815;
    line-height: 36px;
}

.news_right{
    width: 1230px;
    background: #FFFFFF;
    padding: 50px;
    font-size: 16px;
}

.news_right_list ul li{
    width: 100%;
    border-bottom: solid 1px #efefef;
    padding: 20px 0;
}
.news_right_list ul li a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
    margin-bottom: 15px;
}
.news_right_list ul li:hover a{
    color: #003A7C;
}
.news_right_list ul li p{
    font-size: 16px;
    line-height: 24px;
}
.news_right_list ul li span{
    display: block;
    margin-top: 15px;
    font-size: 16px;
}
.news_right_list ul li:last-child{
    border-bottom: none;
}

.news_show_right{
    width: 1230px;
    background: #FFFFFF;
    padding: 50px;
    font-size: 16px;
}
.news_show_title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 15px;
}

.news_show_sp{
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 15px;
}
.news_show_sp span{
    font-size: 14px;
    line-height: 24px;
    margin: 0 20px;
    color: #999999;
}

.news_show_nr{
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.search-pagination{ width:100%; margin:auto; margin-top:30px;}
.search-pagination .pagination{ width: 100%; text-align: center; display: block;}
.search-pagination .pagination>li{ margin: 0 5px; display: inline-block;}
.search-pagination .pagination>li a{ float: none; color: #555; padding: 5px 10px; border: solid 1px #e7e7e7; border-radius: 0;}
.search-pagination .pagination>li a:hover{ background-color:#003A7C; border-color: #003A7C; color: #fff;}
.search-pagination .pagination>li.active{ background:#003A7C;}
.search-pagination .pagination>li.active a{ color:#fff; background-color:#003A7C; border-color: #003A7C;}

.ny_cpbk_lmb{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    padding-top: 10px;
    border: solid 1px #efefef;
}
.ny_cpbk_lmb a{
    font-size: 16px;
    margin: 0 10px;
    color: #5a5858;
    display: inline-block;
    margin-bottom: 10px;
}
.ny_cpbk_lmb a.on{
    color: #034383;
}
.ny_cpbk_bks{
    display: none;
}
.ny_cpbk_list .ny_cpbk_bks:nth-child(1){
    display: block;
}
