*{box-sizing:border-box}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, li, p {
  padding: 0;
  margin: 0;
}
body{
    min-width:100%;
    margin:0 auto;
}
input,
button{
    outline:none;
    border:none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover{text-decoration: none;color:initial}

li, i {
  list-style: none;
}

img {
  border:0 none;
  vertical-align: middle;
}

/* 页面公共 */
.yu_1200{
    width: 1200px;
    margin: 0 auto;
}
.column{
    display: flex;
    flex-direction: column;
}
.yu_row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.h_public{
    width: 100%;
    padding: 50px 0;
}
.public_tap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}
.public_tap .public_title{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}
.public_tap .public_text{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 20px;
    position: relative;
}
.public_tap .public_text::after{
    position: absolute;
    content: "";
    width: 160px;
    height: 2px;
    background-color: #999999;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.public_tap .public_text::before{
    position: absolute;
    content: "";
    width: 160px;
    height: 2px;
    background-color: #999999;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.public_tap_fff{
    color: #fff;
}
.public_tap_fff .public_text::after{
    background-color: #fff;
}
.public_tap_fff .public_text::before{
    background-color: #fff;
}

.swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 头部 */
.yu_header{
    width: 100%;
}
.yu_head_pc{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.yu_head_pc .yu_1200{
    justify-content: space-between;
}
.yu_head_pc .yu_logo{
    width: auto;
    display: flex;
}
.yu_head_pc .yu_logo img{
    /* width: auto; */
    height: 30px;
}
.yu_head_pc .pc_nav{
    width: auto;
    font-size: 12px;
    color: #333;
}
.yu_head_pc .pc_nav li a{
    display: flex;
    padding: 32px 20px;
    font-size: 18px;
    color: #333;
}
.yu_head_pc .yu_yuyang{
    font-size: 12px;
    color: #333;
} 
.yu_head_pc .yu_yuyang a{
    font-size: 18px;
    color: #333;
    padding: 32px 25px;
} 

.yu_head_pc .pc_nav li {
    position: relative;
}

.yu_head_pc .pc_nav li .pc_nav_ol {
    width: 450px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 6px 11px 1px #d9d9d9;
    padding: 0 15px;
    display: none;
    z-index: 99;
}

.yu_head_pc .pc_nav li:hover .pc_nav_ol {
    display: block;
}

.yu_head_pc .pc_nav li .pc_nav_ol .ol_div_one {
    width: 100%;
    border-bottom: 1px dashed #d9d9d9;
    padding: 15px 0 10px;
}

.yu_head_pc .pc_nav li .pc_nav_ol .ol_div_one .yu_noe {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
    color: #333;
}

.yu_head_pc .pc_nav li .pc_nav_ol .ol_div_one .ol_div_tow {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.yu_head_pc .pc_nav li .pc_nav_ol .ol_div_one .ol_div_tow a {
    width: auto;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #666;
    padding: 0 15px 0 0;
    /* font-weight: bold; */
}

.yu_head_pc .pc_nav li .pc_nav_ol .ol_div_one .ol_div_tow a:hover {
    color: #2955A0;
}

.yu_head_pc .pc_nav .pc_nav_active .pc_nav_ol .yu_noe {
    color: #333;
}

.yu_head_pc .pc_nav .pc_nav_active .pc_nav_ol .ol_div_one .ol_div_tow a {
    color: #666;
}

.yu_head_pc .pc_nav li .pc_other_ol{
    width: 122px;
    padding: 0;
}
.yu_head_pc .pc_nav li .pc_other_ol .other_ol_a{
    padding: 12px 0;
    text-align: center;
    justify-content: center;
    border-bottom: 1px dashed #d9d9d9;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.yu_head_pc .pc_nav li .pc_other_ol .other_ol_a:last-child{
    border-bottom: 0px dashed #d9d9d9;
}
.yu_head_pc .pc_nav .pc_nav_active .pc_other_ol .other_ol_a {
    color: #333;
}
.yu_head_pc .pc_nav li .pc_other_ol .other_ol_a:hover {
    color: #2955A0;
}

/* app头部列表 */
.yu_head_app{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.app_head{
    width: 100%;
    padding: 14px 15px;
    justify-content: space-between;
    position: relative;
    background-color: #17374F;
}
.app_head .app_logo{
    width: 40%;
    display: flex;
}
.app_head .app_logo img{
    /* width: auto; */
    height: 30px;
}
.app_head .app_nav_icon{
    font-size: 32px;
    color: #fff;
}
.app_head .app_nav{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 10px 15px;
    z-index: 99;
    background-color: #17374F;
    display: none;
}
.app_head .app_nav li{
    width: 100%;
    border-bottom: 1px solid #eee;
}
.app_head .app_nav li a{
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 12px 10px;
    display: flex;
}
.yu_height{
    height: 0;
}

/* 底部 */
.yu_footer{
    width: 100%;
    padding-top: 52px;
    background-color: #17374F;
    animation: alls .5s 1;
    margin-top: 40px;
}
.yu_footer .content{
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: self-start;
}
.yu_footer .content .foot_ul{
    align-items: flex-start;
}
.yu_footer .content .foot_ul li{
    margin-right: 25px;
    display: flex;
    flex-direction: column;
}
.yu_footer .content .foot_ul li p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    height: 24px;
}
.yu_footer .content .foot_ul li a{
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
}
.yu_footer .content .foot_ul li a:hover{
    color: #fff;
}
.yu_footer .content .text{
    align-items: flex-start;
}
.yu_footer .content .text .text_img{
    padding-bottom: 15px;
    border-bottom: 1px solid #28465C;
    margin-bottom: 25px;
    width: 100%;
}
.yu_footer .content .text .text_img img{
    max-width: 100%;
    height: auto;
    margin-right: 15px;
}.yu_footer .content .text .text_img .lxwm{
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.yu_footer .content .text .text_img .text_p p{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.yu_footer .content .text .text_img .text_p span{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.yu_footer .content .text .titl .titl_1{
    align-items: flex-start;
    margin-bottom: 8px;
}
.yu_footer .content .text .titl .titl_1 img{
    margin: 5px 7px 0 0;
}
.yu_footer .content .text .titl .titl_1 span{
    color: #fff;
    font-size: 14px;
}
.yu_footer .content .text .titl .titl_1 span:nth-child(3){
    flex: 1;
}
.yu_footer .footer_1{
    width: 100%;
    border-top: 1px solid #28465C;
    padding: 30px 0 35px;
    margin-top: 35px;
}
.yu_footer .footer_1 .content .p_ul li{
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
.yu_footer .footer_1 .content .p_img a{
    margin-left: 6px;
}
.yu_footer .content .ewm {
    align-items: center;
}
.yu_footer .content .ewm img{
    width: 120px;
    height: auto;
}
.yu_footer .content .ewm span{
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
}
.yu_footer .footer_2{
    width: 100%;
    padding: 20px 0;
    background-color: #17374F;
    margin-top: 20px;
    border-top: 2px solid #28465C;
}
.yu_footer .footer_2 .content p{
    font-size: 14px;
    color: #fff;
}
.yu_footer .footer_2 .content .p2_p a{
    color: #fff;
}
.yu_footer .foot_xian{
    width: 2px;
    height: 140px;
    background-color: #28465C;
}
/* 右侧漂浮 */


/* 翻页条 */

.flex_row .tcdPageCode {
    text-align: center;
    margin: 40px auto;
}
.current {
    background: #2955A0;
    color: #fff;
    border-color: transparent;
    padding: 5px 15px;
    margin: 8px;
}
.flex_row .tcdPageCode a {
    background: #eee;
    color: #333 !important;
    padding: 5px 15px;
    margin: 8px;
}
.flex_row .tcdPageCode .disabled,
.flex_row .tcdPageCode .nextPage {
    background: #eee;
    color: #333 !important;
    padding: 5px 15px;
    margin: 8px;
}

/* app */


@media (max-width:767px){
    .yu_head_pc{display: none;}
    .yu_head_app{display: block;}
    .yu_height{height: 63px;}
    /*  */
    .h_public{width: 100%;padding: 40px 0px; }
    .yu_1200{width: 100%;padding: 0 15px;}
    .public_tap{padding-bottom: 30px;}
    .public_tap .public_text::after,
    .public_tap .public_text::before{width: 50px;}
    .public_tap .public_title{font-size: 24px;}
    .public_tap .public_text{font-size: 14px;}

    /* 底部 */
    .yu_footer{padding-top: 20px;}
    .yu_footer .content{width: 100%;padding: 0 15px;}
    .yu_footer .content .foot_ul{display: none;}
    .yu_footer .content .text{
        width: 100%;
        align-items: flex-start;padding: 0 0;
        border-left: 0px solid #5C5C5C;
        border-right: 0px solid #5C5C5C;
    }
    .yu_footer .footer_2{padding: 8px 0;margin-top: 15px;}
    .yu_footer .content .ewm{width: 100%;justify-content: center;}
    .yu_footer .footer_2 .content p{width: 100%;text-align: center;}
    .yu_footer .footer_2 .content a{width: 100%;}
    .yu_footer .content .text .text_img .lxwm{margin-bottom: 15px;}
    .yu_footer .content .text .text_img .text_p span{font-size: 20px;}
    .yu_footer .content .text .text_img .text_p p{font-size: 16px;}
    .yu_footer .foot_xian{display: none;}

    /* 翻页条 */
    .navigation .navigation_ul li {cursor: pointer;padding: 4px 10px;}
    .flex_row .tcdPageCode a, 
    .current, .flex_row .tcdPageCode .disabled, 
    .flex_row .tcdPageCode .nextPage {padding: 4px 10px;margin: 4px;}
}

@media (min-width:768px) and (max-width:991px){
    

    /* 尾部 */
    .yu_footer .content{width: 100%;padding: 0 15px;}
    .yu_footer .content .text{padding: 0;border-left: 0px solid #5C5C5C;border-right: 0px solid #5C5C5C;}
    
}

@media (min-width:992px) and (max-width:1023px){
    

    /* 底部 */
    .yu_footer .content {width: 100%;flex-wrap: wrap;padding: 0 15px;}
    .yu_footer .content .text {margin-top: 15px;}
}
@media (min-width:1024px) and (max-width:1279px){
    .yu_1200,
    .yu_footer .content{width: 100%;padding: 0 30px;}
    .yu_head_pc .pc_nav li a,
    .yu_head_pc .yu_yuyang a{font-size: 16px;padding: 32px 16px;}
}

@media (min-width:1280px) and (max-width:1440px){

}












