@charset "UTF-8";.clear:after{display:block;clear:both;height:1px;content:''}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr,
acronym,
fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}


a {
    text-decoration: none;
    color: #444
}
html{
    min-width: 1500px;
}
body {
    color: #444;
    font-size: 12px;
    line-height: 1.5;

    font-family:'微软雅黑';
    min-width: 1500px;
}


img {
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}
.f_both,.clear{clear:both}
.wrapper{display:none;margin:0 !important}
.mt50{margin-top:50px}
a:hover{text-decoration:none;color:#0e1a64 !important}

body{background: #e1e3e2}
.banner{width: 100%;background:#0e27c5 url(../images/banner.jpg) top center no-repeat;height: 550px;}

.layout_div1{width: 1200px;margin:50px auto;}
.topCount{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    line-height: 1;
    position: relative;top: 0;left: 0;
}
.titBox_a{position: absolute;top: 18px;right: 10px;}
.titBox_a a{font-size: 14px; color: #1e1f1f; line-height: 30px;}
.engListTit{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular,Source Han Sans CN;
    font-weight: 400;
    color: #999
}

.chinaTitBox{
    font-size: 36px;
    font-family: Source Han Sans CN-Medium,Source Han Sans CN;
    font-weight: 500;
    color: #000
}


.swiper-slide.banner-slide.swiper-slide-active .banner-text:before {
    transition-delay: 1.3s;
    transform: translate3d(0px, 0, 0);
    opacity: 1;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
    transition-delay: 0.5s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
    transition-delay: 0.7s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
    transition-delay: 0.9s;
}

.banner-text * {
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    transform: translate3d(0, 80px, 0);
    opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text * {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.head_top{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: -webkit-center;
    align-items: -moz-center;
    align-items: center;
    justify-content: space-between;
}



.hy_news{
    background: #e1e3e2;
/*  padding: 5% 0; */
clear:both;
width: 1200px;margin:0 auto;
padding-bottom: 100px;
}

.news_swiper_li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0rem;
}

.hy_news_ul{
    background: #fff;
    padding: 5%;
    border-radius: 1rem;
    position: relative;
    margin-top:50px;
}

.hy_news_ul .dleft img{
    height: 281px;
    display: block;
    width: 100%;
    border-radius: 1rem;
}
.hy_news_ul .dleft{
    flex: 1;
    padding-right: 5%;
}

.hy_news_ul .dright{
    flex: 1;
}

.hy_news_ul .dright .d1 span{
    border-bottom: 2px solid #05329f;
    font-size: 1rem;
    font-weight: bold;
    color: #05329f;
    padding-bottom: 0.3rem;
}
.hy_news_ul .dright .d1 {
    margin-bottom: 2rem;
}


.hy_news_ul .dright .d2{
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    color: #1e1f1f;
    margin-bottom: 1.3rem;
    
}
.hy_news_ul .dright .d2 a{
    font-size: 24px;
    font-weight: bold;
    color: #1e1f1f; line-height: 30px;
    
}
.hy_news_ul .dright .d2 a:hover{color:#0e27c5}

.hy_news_ul .dright .d3{
    min-height: 10rem;
    font-size: 0.9rem;
    color: #1e1f1f;
    line-height: 150%;
    letter-spacing: 1px;
    text-indent: 2em;
    line-height: 30px;

}
.hy_news_ul .dright .d3 p{text-align: left;font-size: 16px;}

.hy_news_ul .dright .d4 a{
    display: inline-block;
    color: #1a649f;
    font-size: 0.9rem;
    background: #fff;
    border:1px #1a649f solid;
    padding: 0.8rem 3.5rem;
    font-weight: bold;
}
.hy_news_ul .dright .d4 a:hover{
    background: #1a649f;
    color: #fff;
}

.hy_news_ul .swiper-pagination{
    left: 50%;
    transform: translate(-50%,0);
    bottom: 3%;
}

.hy_news_ul .swiper-pagination-clickable .swiper-pagination-bullet{
    margin: 0 0.3rem;
    background: #05329f;
}

.swiper-button-next{
    background:#cccccc url('../images/left1.png') 3px 2px no-repeat;
    border-radius: 50%;
    background-size: 1.5rem 1.5rem;
    width: 2rem;
    height: 2rem;
    top:-60px;
    left: auto;right:60px;
    text-align: center;
    
}
.swiper-button-next:hover{
    background:#000 url('../images/left1.png') 3px 2px no-repeat;
    background-size: 1.5rem 1.5rem;
    border-radius: 50%!important;
    width: 2rem !important;
    height: 2rem !important;
    top:-60px !important;
    left: auto !important;
    right:60px !important;
    text-align: center !important;
}
.swiper-button-prev{
    background:#cccccc url('../images/right1.png')  4px 3px no-repeat;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    top:-60px;
    left: auto;right:10px;
    text-align: center;
    background-size: 1.5rem 1.5rem;
}
.swiper-button-prev:hover{
    background:#000  url('../images/right1.png')  4px 3px no-repeat;
    background-size: 1.5rem 1.5rem;
    border-radius: 50%!important;
    width: 2rem !important;
    height: 2rem !important;
    top:-60px !important;
    left: auto !important;
    right:10px !important;
    text-align: center !important;
}


.jgsp{width: 96%;margin:0 auto;margin-top: 50px;background: #fff;padding:2%;border-radius: 10px;}
.video_div{width:100%; float:none;border-radius: 10px;}

.jgsp_div_p{width: 200px;float: right;}
.p1_img{width: 200px;}
.p1_img img{width: 100%;border-radius: 20px;}
.p1_p{width: 200px;margin-top: 10px;}
.p1_p h2{text-align: center;font-size: 18px;color: #000;line-height: 30px; font-weight: bold;}
.p1_p h3{text-align: center;font-size: 14px;color: #000;line-height: 24px;}

.zjfc_div{width: 90%;margin:0 auto;margin-top: 50px;background: #fff;padding: 5%;border-radius: 10px;}

.zjfc_list{}
.zjfc_list li{width: 300px;float: left;margin:0 30px;margin-bottom: 50px;height: 250px;}
.zjfc_div_p{width: 300px;}
.p2_img{width: 300px;}
.p2_img img{width: 100%;border-radius: 20px;}
.p2_p{width: 300px;margin-top: 10px;}
.p2_p h2{text-align: center;font-size: 18px;color: #000;line-height: 30px; font-weight: bold;}
.p2_p h3{text-align: center;font-size: 14px;color: #000;line-height: 24px;}


.zjfc_list_zj{}
.zjfc_list_zj li{width: 200px;float: left;margin:0 30px;margin-bottom: 50px;}
.zjfc_div_p_zj{width: 200px;}
.p2_img_zj{width: 200px;}
.p2_img_zj img{width: 100%;border-radius: 20px;}
.p2_p_zj{width: 200px;margin-top: 10px;}
.p2_p_zj h2{text-align: center;font-size: 18px;color: #000;line-height: 30px; font-weight: bold;}
.p2_p_zj h3{text-align: center;font-size: 14px;color: #000;line-height: 24px;}


.pc_footer{width: 100%;background:#0e27c5;padding:50px 0;text-align: center; color: #fff;line-height: 40px;}






@media only screen and (min-width:768px){body{width:1600px}
}@media only screen and (min-width:1200px){body{width:100%}
.foot_div{width:100%}
}