*{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 {
  width: auto;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}

/* 页面公共 */
.column{
    display: flex;
    flex-direction: column;
}
.yu_row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.h_public{
    width: 100%;
    padding: 50px 0;
}
.w_1200{
    width: 1200px;
    margin: 0 auto;
}
.yu_row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.public_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 90px 0 60px;
}
.public_title .title{
    text-align: center;
    font-size: 36px;
    color: #232830;
    font-weight: bold;
    margin-bottom: 12px;
}
.public_title .text{
    text-align: center;
    font-size: 18px;
    color: #232830;
    margin-bottom: 12px;
    padding: 0 20px;
    position: relative;
}
.public_title .text::after{
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    background-color: #D9D9D9;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.public_title .text::before{
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    background-color: #D9D9D9;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.swiper {
    width: 100%;
    height: 100%;
}
.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_head{
    width: 100%;
    background-color: #ffffff;
}
.head_top{
    width: 100%;
    background-color: #232830;
    padding: 8px 0;
}
.head_top .w_1200{
    justify-content: flex-end;
}
.head_top a{
    font-size: 18px;
    color: #fff;
}
.head_top span{
    width: 1px;
    height: 18px;
    background-color: #fff;
    margin: 0 15px;
    display: flex;
}
/* pc */
.pc_head{
    width: 100%;
    /*background-color: #ABDAF8;*/
    /*background: linear-gradient(to bottom,#ABDAF8 99px, #ffffff calc(100% - 99px));*/
    background-size: 100% auto;
}
.pc_head .pc_head_tap{
    width: 100%;
    height: 99px;
    justify-content: space-between;
    padding: 14px 0;
}
.pc_head .pc_head_tap .yu_logo{
    width: auto;
    display: flex;
}
.pc_head .pc_head_tap .yu_logo img{
    width: auto;
}
.pc_head .pc_head_tap .head_gg{
    width: auto;
    display: flex;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}
.pc_head .pc_head_tap .head_p{
    width: auto;
    display: flex;
    flex-direction: column;
}
.pc_head .pc_head_tap .head_p p{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 5px 0;
}
.pc_head .pc_head_tap .head_p p img{
    margin-right: 8px;
}
.pc_head .pc_nav{
    width: 100%;
    height: 38px;
    background-color: #E5E5E5;
    align-items: flex-start;
}
.pc_head .pc_nav .pc_pro_list{
    width: 240px;
    height: 100%;
    position: relative;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_list_on{
    width: 100%;
    height: 100%;
    background-color: #005BAC;
    padding: 0 15px;
    justify-content: space-between;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_list_on i{
    font-size: 22px;
    color: #fff;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute{
    position: absolute;
    top: 100%;
    height: 420px;
    left: 0;
    width: 100%;
    background-color: #B3B3B3;
    z-index: 9;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute li{
    width: 100%;
    padding: 0 15px;
    background-color: rgb(255 255 255 / 94%);
    border-bottom: 2px solid #005bac85;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute li:last-child{
    border-bottom: 0 solid #fff;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute li a{
    width: 100%;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute li a .title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #333;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute li a .title i{
    font-size: 26px;
    font-weight: 400;
    margin-left: 5px;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute li a .text{
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #005BAC;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute li:hover{
    background-image: linear-gradient(#005BAC, #005BAC);
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute li:hover a>.title{
    color: #fff;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute li:hover a>.title>i{
    color: #fff;
}
.pc_head .pc_nav .pc_pro_list .pc_pro_absolute li:hover a>.text{
    color: #fff;
}


.pc_head .pc_nav .pc_nav_ul{
    width: 80%;
    height: 100%;
    padding: 0 30px;
}
.pc_head .pc_nav .pc_nav_ul li{
    width: auto;
    height: 100%;
    margin: 0 30px;
}
.pc_head .pc_nav .pc_nav_ul li a{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    position: relative;
}
/*.pc_head .pc_nav .pc_nav_ul .nav_li_active a::after{*/
/*    position: absolute;*/
/*    content: "▲";*/
/*    font-size: 18px;*/
/*    color: #232830;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    line-height: 14px;*/
/*}*/
.pc_head .pc_nav .pc_nav_ul li a:hover{
    color: #007bff;
}



/* app */
.app_head{
    display: none;
    width: 100%;
    position: relative;
}



/* 底部 */

.yu_footer{
    width: 100%;
    padding: 50px 15px;
    background-color: #232830;
}
.yu_footer .w_1200{
    justify-content: space-between;
    align-items: flex-start;
}
.yu_footer .footer_ul{
    align-items: flex-start;
    height: 100%;
} 
.yu_footer .footer_ul li{
    height: 100%;
    margin-right: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.yu_footer .footer_ul li:last-child{
    margin-right: 40px;
    padding-right: 0;
}
.yu_footer .footer_ul li::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 130px;
    background-color: #666;
}
.yu_footer .footer_ul li:last-child::after{
    width: 0;
}
.yu_footer .footer_ul li .title{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 18px;
}
.yu_footer .footer_ul li a{
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
} 
.yu_footer .footer_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.yu_footer .footer_right img{
    width: auto;
    max-width: 90px;
    margin-bottom: 10px;
}
.yu_footer .footer_right span{
    font-size: 12px;
    color: #fff;
} 
.yu_footer .footer_right p{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 12px;
} 




/* 左侧广告 */
.yu_guanggao{
	/*position: fixed;*/
	/*top: 197px;left: 10px;*/
	width: 100%;
}
.yu_guanggao .swiper .swiper-slide a{width: 100%;display: flex;overflow: hidden;height: auto;}
.yu_guanggao .swiper .swiper-slide a img{width: 100%;}
.yu_guanggao .swiper-pagination-bullet{
	color: #fff;box-shadow: 0 0px 8px 0px #d9d9d9;
	background: var(--swiper-pagination-bullet-inactive-color,#fff);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);}
.yu_guanggao .swiper-pagination-bullet-active{
	background: var(--swiper-pagination-bullet-inactive-color,#EB3B08);
}


/* 翻页条 */
.flex_row .tcdPageCode {
    text-align: center;
    margin: 40px auto;
}
.current {
    background: #288BE6;
    color: #fff;
    border-color: transparent;
    padding: 5px 15px;
    margin: 8px;
    border-radius: 5px;
}
.flex_row .tcdPageCode a {
    color: #333 !important;
    padding: 5px 15px;
    margin: 8px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.flex_row .tcdPageCode .disabled,
.flex_row .tcdPageCode .nextPage {
    color: #333 !important;
    padding: 5px 15px;
    margin: 8px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.yu_group-empty{width: 48%;}

/**/
.app_footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: none;
}
.app_footer .footer_ul2{
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    margin: 0;
}
.app_footer .footer_ul2 li{
    width: 25%;
}
.app_footer .footer_ul2 li a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}
.app_footer .footer_ul2 li a i{
    font-size: 26px;
    line-height: 24px;
    font-weight: 500;
}
.app_footer .footer_ul2 .app_f_active a{
    color: #007bff;
}
.app_guanggao,
.app_banner{
    display: none;
}
.app_fourlist{
    width: 100%;
    background-color: #d9d9d9;
    padding: 10px 15px;
    justify-content: space-between;
}
.app_fourlist a{
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 6px 0;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    border-radius: 6px;
}
.app_fourlist a span{
    width: 4px;
    height: 18px;
    background-color: #005BAC;
    margin-right: 8px;
}
.app_fourlist .left_active{
    color: #005BAC;
}

@media (max-width:767px){
    /* app */
    /*.pc_head{display: none;}*/
    /*.app_head{display: block;}*/
    .w_1200{width: 100%;}
    .public_title .text{font-size: 16px;padding: 0 12px;}
    .public_title .text::after,
    .public_title .text::before{width: 25px;}
    .head_top{padding:  8px 15px;}
    .pc_head{background: linear-gradient(to bottom,#ABDAF8 99px, #ffffff calc(100% - 0px));}
    .pc_head .pc_head_tap{height: auto;padding: 14px 15px;display: none;}
    .pc_head .pc_nav .pc_pro_list .pc_pro_absolute{display: none;}
    .pc_head .pc_head_tap .head_gg{font-size: 26px;}
    .pc_head .pc_nav{height: auto;display: none;}
    .pc_head .pc_nav .pc_pro_list{width: 100%;height: 50px;}
    .pc_head .pc_nav .pc_nav_ul{width: 100%;padding: 0 15px;margin: 0;display: none;}
    .pc_head .pc_nav .pc_nav_ul li{width: 33.333%;height: 36px;margin: 0;}
	.pc_head .pc_nav .pc_nav_ul li a{width: 100%;justify-content: center;}
    .app_guanggao,
	.app_banner{display: block;}

    /* 底部 */
    .yu_footer{padding-top: 30px;}
    .yu_footer .footer_ul{width: 100%;display: none;}
    .yu_footer .footer_ul li{width: 100%;flex-direction: row;flex-wrap: wrap;margin-right: 0;padding-right: 0;margin-bottom: 20px;}
    .yu_footer .footer_ul li::after{width: 0;}
    .yu_footer .footer_ul li .title{width: 100%;margin-bottom: 8px;}
    .yu_footer .footer_ul li a{margin: 0 20px 8px 0;}
    .yu_footer .footer_right{width: 100%;}
    .yu_guanggao{padding: 0;display: none;}
	.yu_group-empty{width: 100%;}
    .app_footer{display: block;}
    .footer_height{height: 30px;}
    
}

@media (min-width:768px) and (max-width:819px){
    .w_1200{width: 100%;}
    /* 尾部 */
}

@media (min-width:900px) and (max-width:1023px){
    .w_1200{width: 900px;}
    .pc_head .pc_nav .pc_nav_ul{width: 73%;padding: 0 13px;}
    .pc_head .pc_nav .pc_nav_ul li{margin: 0 16px;}
    .pc_head .pc_nav .pc_nav_ul li a{font-size: 14px;}
    .pc_head .pc_nav .pc_pro_list .pc_pro_absolute{height: 31px;}
    .pc_head .pc_nav .pc_pro_list .pc_pro_absolute li a{padding: 8.7px 0;}
    .pc_head .pc_nav .pc_pro_list .pc_pro_absolute li a .title{font-size: 16px;margin-bottom: 0;}
    .pc_head .pc_nav .pc_pro_list .pc_pro_absolute li a .title i{font-size: 20px;}


}


@media (min-width:1024px) and (max-width:1279px){
    .w_1200{width: 900px;}
    .pc_head .pc_nav .pc_nav_ul{width: 73%;padding: 0 13px;}
    .pc_head .pc_nav .pc_nav_ul li{margin: 0 16px;}
    .pc_head .pc_nav .pc_nav_ul li a{font-size: 14px;}
    .pc_head .pc_nav .pc_pro_list .pc_pro_absolute{height: 31px;}
    .pc_head .pc_nav .pc_pro_list .pc_pro_absolute li a{padding: 8.7px 0;}
    .pc_head .pc_nav .pc_pro_list .pc_pro_absolute li a .title{font-size: 16px;margin-bottom: 0;}
    .pc_head .pc_nav .pc_pro_list .pc_pro_absolute li a .title i{font-size: 20px;}

}

@media (min-width:1280px) and (max-width:1360px){
    .w_1200{width: 1100px;}
    .pc_head .pc_nav .pc_nav_ul{width: 78%;}
    .pc_head .pc_nav .pc_nav_ul li{margin: 0 23px;}
}













