@charset "utf-8";

body {
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑","Microsoft Yahei";
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.w-color{color: #003087}


/* 导航栏 */
.w-headerbg-x{width: 100%;
    background: #fff;
    height: 80px;
}
.logo-h1{float:left;height: 80px;overflow: hidden  }
.logo-h1 .img{max-width: 100% ;}
.logo-a{
    height: 83px;
    display: flex;
    align-items: center;
}
.logo-a .img{}
.logo-a .line{
    height: 25px;
    width: 1px;
    background: #bbb;
    margin: 0 20px;
    display: none;
}
.logo-a .des{ font-size: 17px;font-weight: 100; color: #444}


.w-header-x{ margin: 0 auto;min-width: 1320px;  position: relative;z-index: 100; padding:0 20px;}

.w-navbg-x{float:right; }
.w-nav-x{}
.w-nav-x .nav-li{float:left;position: relative; z-index: 100; margin:0 0 0 36px;}
.w-nav-x .nav-span{ display: block;padding-left:10px;}
.w-nav-x .nav-a{position: relative; z-index: 100; font-size: 16px;height: 80px;line-height: 80px;display: block; text-align: center; color: #333;
    background: url(../images/sy21.png) no-repeat right center; padding-right: 14px;
}
/*.w-nav-x .nav-a:before{
    content: '';
    position:absolute;
    top:65px;
    left:0;
    width:100%;
    height: 2px;
    background:#D7000F;
     display: none;
}*/

.w-nav-x .nav-li:hover .nav-span,
.w-nav-x .nav-li.hover .nav-span,
.w-nav-x .nav-li.cur .nav-span{
    background: url(../images/xc2.png) repeat-x center bottom;
}

/*.w-nav-x .nav-li:hover .nav-a:before,
.w-nav-x .nav-li.cur .nav-a:before{ display: block}*/

.w-nav-x .nav-item{position:absolute;z-index:100;left:-25px;top:80px; display: none; }

.w-nav-x .nav-item .pd{
    position:relative;z-index:100;
    min-width: 220px;
    color:#333;
    background: rgba(255,255,255,1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    /*border-bottom-left-radius: 12px;*/
    /*border-bottom-right-radius:12px;*/
    overflow: hidden;
    padding:6px 0;
}


.w-nav-x .nav-item .aa{ font-size:14.5px; width: 100%; display: block;
    color: #333; text-align: left; padding:12px 20px;
    line-height: 1.4;
}
.w-nav-x .nav-item .aa:hover{ text-decoration: none;  background: #003087; color: #fff}


.w-header-login{
    float: right;
    height: 80px;
    border-left: 1px solid #ececec;
    margin: 0 0 0 35px;
    padding:0 0 0 25px
}

.w-header-login a{
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    /* font-weight: bold; */
    color: #003087;
    background: url(../images/st9.png) left center no-repeat;
    padding-left: 25px;

}



/*----------*/
.swiper0 .swiper-slide img { width: 100%;}
.swiper0{min-width: 1200px;margin:0 auto;}
.swiper0 .swiper-pagination-bullet{
    width: 12px;height:12px;border-radius: 12px;
    display: inline-block; background: #fff;border:1px solid transparent; opacity: 1;
}
.swiper0 .swiper-pagination-bullet-active{border-color:#fff;  background: transparent;}

.swiper0 .swiper0-prev,
.swiper0 .swiper0-next{top:50%;margin-top:-40px;position: absolute;z-index: 1}

.swiper0 .swiper0-prev{left:-50px}
.swiper0 .swiper0-next{right:-50px}



/**/
.st_xib_bg{padding:80px 0 0 0}
.st_xib{margin: 0 auto;padding:0 20px; display: flex}
.st_xib .txtCon{ flex: 0 0 400px;}
.st_xib .poCon{ flex: 1 1 auto;padding-left: 70px}

.st_xib .txtCon .t1{
    color: #003087;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: bold;
    line-height: 1;
}
.st_xib .txtCon .t2{
    font-size: 3.2em;
    margin-top: 30px;
}
.st_xib .txtCon .t3{
    font-size: 1.4em;
    line-height: 1.6;
    margin-top: 100px;
    text-align: justify;
    color: #555;
}
.st_xib .txtCon .lineBox{
    margin-top: 30px;
    text-align: right;
}
.st_xib .txtCon .line{
    display: inline-block;
    width: 90px;
    height: 4px;
    background: #003087;
    margin-top: 20px;
}

/**/
.st_xib .poCon li{float:left; width: 33.333%}
.st_xib .poCon li .item{position: relative; display: block}
.st_xib .poCon li .img{overflow: hidden}
.st_xib .poCon li .img img{width: 100%}
.st_xib .poCon li .title{
    position: absolute;
    left: 10%;
    bottom: 8%;
    font-size: 18px;
    line-height: 1.4;
    color:#fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.2);
}



/**/
.st_ht{position: relative; text-align: center}
.st_ht .t1{
    font-size: 70px;
    color: #EBECF1;
    text-transform: uppercase;
    font-weight: bold;
}
.st_ht .t2{
    position: relative;
    z-index: 1;
    margin-top: -50px;
    font-size: 36px;
    color: #2c2c2c;
}
.st_ht .line{ display: inline-block; width: 66px; height: 4px; background: #003087;margin-top: 18px}

.st_pro_bg{padding:80px 0}
.st_pro{margin: 0 auto; padding:0 20px;}
.st_pro_con{position: relative;padding:0 60px;margin-top: 55px}
.swiper_pro .swiper-slide img { width: 100%;}

.swiper_pro_pagination{
    text-align: center;
    margin-top: 40px;
}
.swiper_pro_pagination .swiper-pagination-bullet{
    width:10px;height:10px;border-radius: 10px; margin: 0 4px;
    display: inline-block; background: #ccc;border:1px solid transparent; opacity: 1;
}
.swiper_pro_pagination .swiper-pagination-bullet-active{border-color:#003087;  background: #003087;}

.swiper_pro_prev,
.swiper_pro_next{top:50%;margin-top:-35px;position: absolute;z-index: 1; font-family: '宋体';font-size: 70px;cursor: pointer}

.swiper_pro_prev{left:0}
.swiper_pro_next{right:0}





/**/

.st_case_bg{
    padding:80px 0;
    background: url(../images/bg3.jpg) center center no-repeat;
    background-size: cover;
}
.st_case_bg .st_ht .t1,
.st_case_bg .st_ht .t2{
    color: #fff;
}
.st_case_bg .st_ht .t1{
    opacity: .3;
}
.st_case_bg .st_ht .line{
    background: #fff;
    opacity: .3;
}

.st_case{margin: 0 auto;  }

.st_case_con{ width: 80%;margin: 0 auto;margin-top: 55px}
.st_case_con ul{margin: 0 -25px}
.st_case_con li{ width: 33.333%;float:left;padding:0 25px;}
.st_case_con li .item{ display: block;position: relative;border-radius: 8px; overflow: hidden}
.st_case_con li .img img{ width: 100%}
.st_case_con li .txt{
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.st_case_con li .title{
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 110px;
    text-align: center;
    background: #003087;
    font-size: 18px;
    color: #fff;
}


/**/
.st_about_bg{
    padding:80px 0;
    width: 100%;
}
.st_about{

}
.st_about_con{
    display: flex;
}
.st_about_con .abImg{
    flex: 1 1 auto;
}
.st_about_con .abImg img{
    width: 100%;
    height:640px ;
    object-fit: cover;
}

.st_about_con .abCon{
    flex: 0 0 1140px;

    display: flex;
}
.st_about_con .abCon_lt{
    flex: 1 1 auto;
    padding:0 30px 0 60px;
}
.st_about_con .abCon_lt .t{
    position: relative;
    left: -10px;
    background: url(../images/st13.png) left -20px no-repeat;
    padding-top: 90px;
    margin-bottom: 10px;
}
.st_about_con .abCon_lt .t .t1{
    font-size: 80px;
    color: #EBECF1;
    text-transform: uppercase;
    font-weight: bold;
}
.st_about_con .abCon_lt .t .t2{
    position: relative;
    z-index: 1;
    top: -55px;
    left:10px;
    font-size: 36px;
    color: #2c2c2c;
    /* font-weight: 500; */
    /* font-family: '黑体'; */
}
.st_about_con .abCon_lt .txt{
    font-size: 15px;
    line-height: 1.65;
    text-align: justify;
}
.st_about_con .abCon_lt .txt img{
    max-width: 100%;
}
.st_about_con .abCon_lt .txt p{
    margin-bottom: 16px;
}
.st_about_con .abCon_lt .more{margin-top: 50px}


.st_about_con .abCon_rt{
    flex: 0 0 368px;
}
.st_about_con .abCon_rt img{
    width: 100%;
    height:640px ;
    object-fit: cover;
}

/**/
.st_links_bg{
    margin-top:30px;
    border-top:1px solid #eee;
    padding:15px 0;
}
.st_links{
    width: 92%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
}
.st_links b{ font-weight: bold;color: #003087;  font-size: 15px;}
.st_links a{margin-left: 15px;color: #777}



/**/
.st_footer_bg{

    background: #f8f8f8;

    font-size: 14px;
}
.st_footer_bg img{max-width: 100%}
.st_footer_1{
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0 30px 0;
}
.st_footer_1 .lt{
    flex: 0 0 300px;
    padding-top: 20px;
}
.st_footer_1 .rt{
    flex: 0 0 135px;
}
.st_footer_1 .mid{
    flex: 0 1 auto;
}
.st_footer_1 .midCon{
    width: 620px;

}
.st_footer_1 .midCon .fnav{
    /* color:#000; */
    font-weight: bold;
}
.st_footer_1 .midCon .fnav a{
    /* color:#000; */
    /* font-weight: bold; */
}
.st_footer_1 .midCon .fnav span{padding: 0 11px;}
.st_footer_1 .midCon .fcon{
    display: flex;
    padding-top:20px;
    line-height: 1.4;
    color:#555;
}
.st_footer_1 .midCon .fcon a{
    color:#555;
}
.st_footer_1 .midCon .fcon p{margin-bottom: 8px;}
.st_footer_1 .midCon .fcon .txt2{padding: 0 40px 0 5px;}


/**/
.st_footer_2{
    width: 1300px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #dfdfdf;
    color:#555;
    padding: 18px 0;
    line-height: 1.4;
}
.st_footer_2 a{
    color:#555;
}





/**/
.ny_poss_bg{
    width: 100%;
    background: #f5f5f5
}
.ny_poss{
    margin: 0 auto;
    max-width: 1860px;
    min-width: 1300px;
    position: relative;
    z-index: 88;
    padding: 0 20px;
    line-height: 62px;
    font-size: 14.3px;
    color: #666;
}
.ny_poss .fa{margin-right: 8px}
.ny_poss .sep{padding:0 5px;color:#d1d1d1}
.ny_poss a{
    color: #666;
}

.ny_newslist2_bg{background: #fff;padding: 66px 0 100px 0;}
.ny_newslist2{ width: 1300px; margin: 0 auto;}
.ny_newslist_ul2{}
.ny_newslist_ul2 li{
    border-bottom: 1px solid #ddd ;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.ny_newslist_ul2 .item{ display: block}
.ny_newslist_ul2 .img{ width: 28%;float:left; overflow: hidden}
.ny_newslist_ul2 .img img{ width: 100%;}
.ny_newslist_ul2 .txt{ width: 72%;float:left;padding:15px 0 0 25px;}
.ny_newslist_ul2 .title{font-size: 20px; font-weight: bold;}
.ny_newslist_ul2 .date{margin-top: 20px; font-size:13px;color: #aaa;}
.ny_newslist_ul2 .des{
    padding:0 10% 0 0;
    margin-top: 30px;
    font-size:15px;
    color: #888;
    line-height: 1.7;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ny_newslist_ul2 .item:hover .title{
    color:#003087;
}


/**/
.ny_newsd_bg{padding: 30px 0 100px 0;}
.ny_newsd{ width: 1000px;margin: 0 auto}




/**/
.case_cate_bg{
    background: #f7f7f7;
    padding: 0 0 12px 0;
}
.case_cate{ width: 1300px; margin: 0 auto;}
.case_cate a{
    display: block;
    padding: 8px 18px;
    border: 1px solid #d8d8d8;
    text-align: center;
    font-size:14px;
    margin: 0 15px 15px 0;
    float:left;
}
.case_cate a:hover,
.case_cate a.cur{border-color:#003087; background: #003087;color:#fff;}


.ny_proo_bg{background: #f9f9f9;padding: 66px 0 100px 0;}
.ny_proo{ width: 1300px; margin: 0 auto;}
.ny_proo_ul{margin: 0 -15px 0 -15px;}
.ny_proo_ul li{
    float:left; width: 33.333%;
    padding:0 15px;margin-bottom: 30px
}
.ny_proo_ul .item{
    display: block;
    background: #fff;
    box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.ny_proo_ul .img{
    overflow: hidden;
}
.ny_proo_ul .img img{ width: 100%;}
.ny_proo_ul .txt{padding:25px 30px;}
.ny_proo_ul .title{

    color: #555;
    font-size: 16px;
    /* font-weight: bold; */
    height: 20px;
    line-height: 20px;

    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ny_proo_ul .des{

    margin-top: 20px;
    color: #aaa;
    font-size: 14px;
    height: 20px;
    line-height: 20px;

    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ny_proo_ul .more{
    margin-top: 20px;
    font-size: 14px;
    color:#003087;
    transition: all 0.3s;
}

.ny_proo_ul .item:hover .title{
    color:#003087;
}



/* 简介 */
.ny_ab_bg{ width: 100%;background: #f9f9f9;padding: 80px 0;}
.ny_ab{max-width: 1380px;min-width: 1200px;margin: 0 auto;padding:0 20px; }
.ny_ab_lt{width: 18%;float:left;padding-top: 5px;}
.ny_ab_rt{ width: 82%;float:left;}

.ny_ab_lt .t1{font-size: 30px;color:#003087;}
.ny_ab_lt .t2{
    font-size: 16px;
    color: #a0a0a0;
    margin-top: 15px;
    text-transform: uppercase;
}
.ny_ab_lt .line{
    width: 40px;
    height: 1px;
    background: #9fa0a0;
    margin-top: 10px;
}

.ny_ab_rt{font-size: 15px;line-height: 1.7;color: #484848;letter-spacing: 1px;text-align: justify;}
.ny_ab_rt p{margin-bottom: 16px;text-align: justify;}
.ny_ab_rt p:last-child{margin: 0}

.ny_ab_img{padding-top:40px;}
.ny_ab_img img{width: 100%}


/**/
.ny_ab_ht{text-align:center}
.ny_ab_ht .t1{font-size: 30px;color:#003087;}
.ny_ab_ht .t2{
    font-size: 16px;
    color: #a0a0a0;
    margin-top: 12px;
    text-transform: uppercase;
}
.ny_ab_ht .line{
    width: 40px;
    height: 1px;
    background: #9fa0a0;
    margin:0 auto;
    margin-top: 10px;

}



/* 文化 */
.ny_ab_culture{
    padding-top: 80px;
}
.ny_ab_culture_ul{
    padding-top:35px;
    margin: 0 -8px;
}
.ny_ab_culture_ul li{
    width: 33.333%;
    float:left;
    padding: 0 8px;
}
.ny_ab_culture_ul .item{

}
.ny_ab_culture_ul .img{overflow: hidden}
.ny_ab_culture_ul .img img{width: 100%;height: 250px;object-fit: cover}
.ny_ab_culture_ul .txt{
    height: 250px;
    padding:40px 0;
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ny_ab_culture_ul .txt .t1{
    font-size: 20px;
    font-weight: bold;
}
.ny_ab_culture_ul .txt .line{
    margin: 20px auto 15px auto;
    width: 20px;
    height: 2px;
    background: #003087;
}
.ny_ab_culture_ul .txt .t2{
    line-height: 1.8;
    font-size: 15px;
    color: #666;
}
