* {
    box-sizing: border-box
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, li, p {
    padding: 0;
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    min-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

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: 100%; */
    /* max-width: 100%; */
    vertical-align: middle;
    border: 0 none;
}

.iconjia1,
.iconjian{
    display: none;
}

/* 页面公共 */
.yu_public{
    width: 100%;
    padding: 50px 0;
}
.yu_xian{
    border-bottom: 2px dashed #C5C5C5;
}
.yu_1200{
    width: 1200px;
    margin: 0 auto;
}

.yu_column{
    display: flex;
    flex-direction: column;
}
.yu_row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.yu_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    position: relative;
}
.yu_content .yu_title{
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 6px;
    font-weight: bold;
}
.yu_content img{
    width: 200px;
}
.yu_content .yu_text{
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}
.tap_more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tap_more a{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.tap_more a i{
    width: 22px;
    height: 22px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6212A;
    font-size: 16px;
    color: #fff;
    margin-right: 6px;
    font-weight: 500;
}
.tap_more_A2 {
    position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
}
/* swiper */
.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;
}


/* head_pc */
.yu_head{
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 1px 8px 1px #e9e9e9;
}

.yu_head_pc{
    width: 1520px;
    margin: 0 auto;
    
}
.yu_head_pc .yu_nav{
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.yu_head_pc .yu_nav .logo{
    width: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}
.yu_head_pc .yu_nav .logo img{
    width: auto;
    height: 52px;
    margin-right: 24px;
}
.yu_head_pc .yu_nav .head_list{
    justify-content: flex-end;
}
.yu_head_pc .yu_nav .head_list .head_form{
    margin-bottom: 10px;
    justify-content: flex-end;
}
.yu_head_pc .yu_nav .head_list .head_form a{
    font-size: 14px;
    color: #333;
    margin-right: 35px;
}
.yu_head_pc .yu_nav .head_list .head_form a:nth-child(1){
    padding: 2px 10px;
    background-color: #E6212A;
    border-radius: 20px;
    color: #fff;
}
.yu_head_pc .yu_nav .head_list .head_form a:nth-child(2):hover{
    color: #E6212A;
}
.yu_head_pc .yu_nav .head_list .head_form form{
    height: 24px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #DFDACB;
}
.yu_head_pc .yu_nav .head_list .head_form form input{
    flex: 1;
    padding: 0 10px;
}
.yu_head_pc .yu_nav .head_list .head_form form button{
    background-color: #fff;
    animation: rotate3 2s linear infinite;
}
.yu_head_pc .yu_nav .head_list .head_form form button i{
    font-size: 18px;
    color: #E6212A;
}
@keyframes rotate3{
    0%{
        transform: scale(1);
      }
    50%{
    	transform:scale(1.2);
    }
    100%{
         transform: scale(1);
    }
}
.yu_head_pc .yu_nav .head_list .list_ul li{
    padding: 0 16px;
    border-right: 1px solid #DFDACB;
    /* position: relative; */
}
.yu_head_pc .yu_nav .head_list .list_ul li .list_ul_a{
    padding: 4px 16px;
    font-size: 14px;
    color: #333;
    display: block;
}
.yu_head_pc .yu_nav .head_list .list_ul li:last-child{
    border-right: 0px solid #333;
}

.yu_head_pc .yu_nav .head_list .list_ul li .list_ul_a:hover{
    color: #E6212A;
}
.yu_head_pc .yu_nav .head_list .list_ul .head_list_li .list_ul_a{
    color: #E6212A;
    position: relative;
}
.yu_head_pc .yu_nav .head_list .list_ul .head_list_li .list_ul_a::after{
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E6212A;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    box-shadow: 0 4px 9px 1px #d9d9d9;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul{
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol a{
    width: 23%;
    padding-bottom: 14px;
    display: flex;
     justify-content: center; 
    align-items: center;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    border: 1px solid #d9d9d9; 
    border-radius: 10px;
    margin-right: 2.666%;
    margin-bottom: 15px;
}
.yu_head_pc .yu_nav .head_list .list_ul li .h_ol a{
    padding: 14px 0;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol a:nth-child(4n){
    margin-right: 0;
}
.yu_head_pc .yu_nav .head_list .list_ul li:hover .ol{
    display: block;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol a:hover{
    color: #E6212A;
}

.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0{
    align-items: flex-start;
    justify-content: space-between;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0 .olul0_1{
    width: 60%;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0 .olul0_1 a{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    /* padding: 15px; */
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0 .olul0_1 a:nth-child(4){
    margin-right: 0;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0 .olul0_1 a:nth-child(7){
    margin-right: 0;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0 .olul0_1 a img{
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
    /* height: 100%; */
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0 .olul0_1 .olul0_title{
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 15px 0 25px;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0 .olul0_1 a p{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0 .olul0_2{
    width: 40%;
    padding-left: 4%;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0 .olul0_2 a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    border: 1px solid #b9b9b9;
    margin-bottom: 15px;
    border-radius: 10px;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul0 .olul0_2 .olul0_title{
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 15px 0 25px;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul1 .olul0_1{
    width: 100%;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul1 .olul0_1 a{
    width: 24%;
    margin-right: 1.3333%;
    overflow: hidden;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul1 .olul0_1 a:nth-child(4),
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul1 .olul0_1 a:nth-child(7){
    margin-right: 1.333%;
}
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul1 .olul0_1 a:nth-child(5),
.yu_head_pc .yu_nav .head_list .list_ul li .ol .olul1 .olul0_1 a:nth-child(9){
    margin-right: 0;
}




/* head_app */
.yu_head_app{
    width: 100%;
    background-color: #fff;
    position: relative;
    display: none;
}
.yu_head_app .yu_nav{
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
}
.yu_head_app .yu_nav .logo{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
}
.yu_head_app .yu_nav .logo img{
    margin-right: 15px;
    height: 52px;
    width: auto;
} 
.yu_head_app .yu_nav .app_icon i{
    font-size: 30px;
    color: #333;
}
.yu_head_app .app_list{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background-color: #3333336e;
}
.yu_head_app .app_list .list_ul{
    width: 100%;
    background-color: #eee;
    padding: 0 15px;
}
.yu_head_app .app_list .list_ul li{
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}
.yu_head_app .app_list .list_ul li:last-child{
    border-bottom: 0px solid #d9d9d9;
}
.yu_head_app .app_list .list_ul li a{
    width: 100%;
    color: #333;
    font-size: 14px;
    padding: 15px 0;
    display: block;
}
.yu_head_app .app_list .list_ul .head_list_li a{
    color: #E6212A;
}
.kong{
    height: 81px;
}

/* footer */
.yu_footer{
    width: 100%;
    padding: 30px 0;
    background-color: #EEEEEE;
}
.yu_footer .yu_1200{
    width: 1520px;
    margin: 0 auto;
    justify-content: space-between;
}

.f_left{
    display: flex;
    flex-direction: column;
}
.f_left .f_icon{
    margin-bottom: 20px;
}
.f_left .f_icon a{
    display: flex;
    margin-right: 18px;
}
.f_left .f_icon span{
    margin-left: 15px;
    padding-left: 30px;
    font-size: 14px;
    color: #777777;
    border-left: 1px solid #DFDACB;
}
.f_left .f_ps a{
    font-size: 14px;
    color: #777;
    margin-right: 25px;
}
.f_left .f_ps a:hover{
    color: #E4222D;
}

.f_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.f_right .f_logo{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.f_right .f_logo img{
    width: 107px;
}
.f_right p{
    font-size: 14px;
    color: #777;
}

/* 翻页条 */

.flex_row{
    width: 100%;
    display: flex;
}
.flex_row .tcdPageCode {
    width: 100%;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.current {
    background: #E6212A;
    color: #fff;
    border-color: transparent;
    padding: 8px 14px;
    margin: 0 8px;
    border-radius: 5px;
}
.flex_row .tcdPageCode a {
    color: #333 !important;
    padding: 8px 14px;
    margin: 0 8px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.flex_row .tcdPageCode .disabled,
.flex_row .tcdPageCode .nextPage {
    border: 1px solid #dddddd;
    color: #333 !important;
    padding: 8px 14px;
    margin: 0 8px;
    font-size: 12px;
    border-radius: 5px;
}
/* view */
.yu_view{
    width: 100%;
}
.yu_view .view_title{
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b9b9b9;
}
.yu_view .view_title .title{
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.yu_view .view_title .time{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.yu_view .view_coms{
    width: 100%;
    margin-bottom: 4%;
    overflow: hidden;
}
.yu_view .no_one{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.yu_view .no_one a{
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
    display: flex;
}
.icon_public{
    min-width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E6212A;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

/* 头部2 */
.head_tow{
    width: 100%;
    background-color: #fff;
}
.head_tow .head_top{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}
.head_tow .head_top .logo_tow{
    width: auto;
}
.head_tow .head_top .logo_tow img{
    width: auto;
}
.head_tow .head_top .tow_right{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.head_tow .head_top .tow_right .right_top{
    width: auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.head_tow .head_top .tow_right .right_top a{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-left: 15px;
}
.head_tow .head_top .tow_right .right_top a i{
    font-size: 16px;
    color: #E6212A;
    margin-right: 5px;
}
.head_tow .head_top .tow_right form{
    width: 240px;
    height: 30px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #DFDACB;
}
.head_tow .head_top .tow_right form input {
    height: 100%;
    flex: 1;
    padding: 0 10px;
}
.head_tow .head_top .tow_right form button {
    background-color: #fff;
    animation: rotate3 2s linear infinite;
}
.head_tow .head_top .tow_right form button i {
    font-size: 18px;
    color: #E6212A;
}
.head_tow .head_bott{
    width: 100%;
    background-color: #FFD900;
}
.head_tow .head_bott .head_tow_ul{
    width: 100%;
    position: relative;
    justify-content: space-between;
}
.head_tow .head_bott .head_tow_ul li .tow_a{
    display: flex;
    padding: 15px 0;
    font-size: 16px;
}
.head_tow .head_bott .head_tow_ul li .tow_a i{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.head_tow .head_bott .head_tow_ul li .tow_ols {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 9px 1px #d9d9d9;
    z-index: 99;
    display: none;
}
.head_tow .head_bott .head_tow_ul li .tow_ols .olul {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.head_tow .head_bott .head_tow_ul li .tow_ols .olul a {
    width: 25%;
    padding: 14px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #444;
    font-weight: bold;
}
.head_tow .head_bott .head_tow_ul li:hover .tow_ols{
    display: block;
}
.head_tow .head_bott .head_tow_ul li {
    border-bottom: 2px solid #FFD900;
}
.head_tow .head_bott .head_tow_ul li:hover,
.head_tow .head_bott .head_tow_ul .head_tow_liAct {
    border-bottom: 2px solid #E6212A;
}



/* 集团口号 */
.jijie_img{
    width: 100%;
    position: relative;
}
.jijie_img img{
    width: 100%;
}
.jijie_img span{
    width: 435px;
    height: 110px;
    background-color: rgb(227, 2, 0, .8);
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    font-size: 36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jijie_coms{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.jijie_coms img{
    width: auto;
    margin-bottom: 10%;
}
.jijie_coms p{
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10%;
}
.jijie_sb{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.jijie_sb .title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4.5%;
}
.jijie_sb p{
    font-size: 16px;
    padding: 0 0 4.5%;
}
.jijie_sb .img{
    width: 100%;
    margin-bottom: 10%;
}
.jijie_sb .img img{
    width: 100%;
}
.jijie_sb .jijie_video{
    width: 100%;
    align-items: flex-start;
}
.jijie_sb .jijie_video .video{
    width: 50%;
}
.jijie_sb .jijie_video .video img{
    width: 100%;
}
.jijie_sb .jijie_video .span{
    width: 50%;
    padding-left: 20px;
}

.v_ul{
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 50px auto;
}
.v_ul a{
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 30px;
    border-right: 1px solid #a9a9a9;
    color: #5C6BC0;
}
.v_ul a i{
    font-size: 18px;
    color: #E6212A;
    margin-right: 10px;
}







@media (max-width:767px){
    .yu_head_pc{display: none;}
    .yu_head_app{display: block;}
    .yu_head_app .yu_nav .logo img {height: 30px;}
    .kong{height: 50px;}
    .yu_1200{width: 100%;padding: 0 3%;}
    .yu_footer .yu_1200{width: 100%;}
    .yu_content .yu_title{font-size: 20px;}
    .yu_content .yu_text{padding: 20px 0 0;font-size: 14px;}
    .yu_public{padding: 25px 3%;}
    /* footer */
    .yu_footer{padding: 30px 15px;}
    .f_left .f_icon a{width: 30px;margin-right: 12px;}
    .f_left .f_icon a img{width: 30px;}
    .f_left .f_icon span{margin-left: 10px;padding-left: 22px;}
    .f_left .f_ps a{margin: 0 20px 10px 0;}
    .f_right{width: 100%;display: flex;justify-content: center;align-items: center;}
    .f_right .f_logo{margin: 20px 0 15px;}
    .tap_more a i{width: 20px;height: 20px;}
    .yu_view{margin: 0 auto;}
    .yu_view .view_title{padding-bottom: 20px;margin-bottom: 5px;}
    .yu_view .view_title .title{font-size: 18px;margin: 6px 0;text-align: center;}
    .yu_view .view_title .time{font-size: 14px;}

    .yu_view .no_one a{font-size: 14px;}
    .yu_view .view_coms img{width: 100%;}

    .yu_view .view_coms .h_aqkk_img1{width: 211px;}
    .yu_view .view_coms .h_jkyyicon{width: auto;}

    .v_ul{display: none;}
}


@media (min-width:768px) and (max-width:819px){
    .yu_head_pc{display: none;}
    .yu_head_app{display: block;}
    .kong{height: 72px;}
    .yu_1200{width: 96%;}
    .yu_footer .yu_1200{width: 100%;}
    .yu_content .yu_title{font-size: 24px;}
    .yu_content .yu_text{padding: 20px 0 0;font-size: 14px;}
    .yu_public{padding: 25px 0;}
    /* footer */
    .yu_footer{padding: 30px 15px;}
    .f_left .f_icon a{width: 30px;margin-right: 12px;}
    .f_left .f_icon span{margin-left: 10px;padding-left: 22px;}
    .f_left .f_ps a{margin: 0 20px 10px 0;}
}

@media (min-width:820px) and (max-width:1023px){
    .yu_head_pc{display: none;}
    .yu_head_app{display: block;}
    .kong{height: 72px;}
    .yu_1200{width: 96%;}
    .yu_footer .yu_1200{width: 100%;}
    .yu_content .yu_title{font-size: 24px;}
    .yu_content .yu_text{padding: 20px 0 0;font-size: 14px;}
    .yu_public{padding: 25px 0;}
    /* footer */
    .yu_footer{padding: 30px 15px;}
    .f_left .f_icon a{width: 30px;margin-right: 12px;}
    .f_left .f_icon span{margin-left: 10px;padding-left: 22px;}
    .f_left .f_ps a{margin: 0 20px 10px 0;}
}

@media (min-width:1024px) and (max-width:1199px){
    .yu_public{padding: 25px 0;}
    .yu_1200,
    .yu_head_pc,
    .yu_footer .yu_1200{width: 90%;}
    .kong{height: 73px;}
    .yu_head_pc .yu_nav .head_list .list_ul li{padding: 0;}
    .yu_head_pc .yu_nav .head_list .list_ul li a{padding: 0 16px;}
    .yu_content .yu_title{font-size: 28px;}
    .f_left .f_icon a img{width: 32px;}
}

@media (min-width:1200px) and (max-width:1365px){
    .yu_1200,
    .yu_head_pc,
    .yu_footer .yu_1200{width: 1100px;}
}

@media (min-width:1366px) and (max-width:1439px){
    .yu_head_pc,
    .yu_footer .yu_1200{width: 1200px;}
    .yu_content .yu_title{font-size: 26px;}
}
@media (min-width:1440px) and (max-width:1600px){
    .yu_head_pc,
    .yu_footer .yu_1200{width: 1200px;}
}



