*{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;
  max-width: 100%;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}
*{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;
  max-width: 100%;
  vertical-align: middle;
  border:0 none;
}

/* 页面公共 */
.column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.yu_row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.h_public{
    width: 100%;
    padding: 80px 0 30px;
}
.W_1200{
    width: 1200px;
    margin: 0 auto;
}
.public_top{
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 40px;
}


/* pc */
.yu_head{
    width: 100%;
}
.pc_head{
    width: 100%;
    padding: 15px;
}
.pc_head .pc_top{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color: rgb(86, 104, 146);
    margin-bottom: 20px;
    font-weight: bold;
}
.pc_head .pc_nav{
    width: 100%;
    justify-content: space-between;
}
.pc_head .pc_nav .nav_logo{
    width: 215px;
}
.pc_head .pc_nav .nav_ul{
    width: auto;
}
.pc_head .pc_nav .nav_ul .nav_li{
    width: auto;
    position: relative;
}
.pc_head .pc_nav .nav_ul .nav_li .one_a{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 70px;
    font-size: 18px;
    color: #000;
    transition: all .3s;
}
.pc_head .pc_nav .nav_ul .nav_li .one_a span{
    font-size: 14px;
    color: #666;
    margin-left: 6px;
}
.pc_head .pc_nav .nav_ul .nav_liactive .one_a{
    color: rgb(86, 104, 146);
    font-size: 16px;
}
.pc_head .pc_nav .nav_ul .nav_li:hover .one_a{
    color: rgb(86, 104, 146);
    font-size: 16px;
}
.pc_head .pc_nav .nav_ul .nav_li .nav_ol{
    position: absolute;
    width: 170px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #fff;
    display: none;
    
}
.pc_head .pc_nav .nav_ul .nav_li:hover .nav_ol{
    display: block;
}
.pc_head .pc_nav .nav_ul .nav_li .nav_ol .tow_a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 32px; */
    padding: 12px 0;
    font-size: 12px;
    color: #000;
    transition: all .3s;
    text-align: center;
}
.pc_head .pc_nav .nav_ul .nav_li .nav_ol .tow_a:hover{
    background-color: rgb(11, 83, 148);
    color: #fff;
}
.pc_head .pc_nav .nav_ul .language{
    padding: 6px 10px;
    background-color: #f2f2f2;
    border-radius: 40px;
    margin-left: 8px;
}
.pc_head .pc_nav .nav_ul .language a {
    font-size: 14px;
    color: #333;
    padding: 0 8px;
}
.pc_head .pc_nav .nav_ul .language .a_acter {
    color: rgb(11, 83, 148);
}

/* app */
.app_head{
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
}
.app_head .yu_app{
    width: 100%;
    padding: 15px;
    justify-content: space-between;
    position: relative;
}
.app_head .yu_app .app_logo{
    width: auto;
    max-width: 50%;
}
.app_head .yu_app .app_logo img{
    width: auto;
    max-width: 100%;
}
.app_head .yu_app .app_more{
    font-size: 30px;
    color: #333;
}
.app_head .yu_app .app_nav{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0 15px;
    display: none;
}
.app_head .yu_app .app_nav a{
    width: 100%;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

/* footer */
.yu_fooder{
    width: 100%;
    background-color: rgb(86, 104, 146);
    padding: 36px 0 20px;
}
.yu_fooder .yu_f1{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.yu_fooder .yu_f1 .f_div1{
    width: 400PX;
}
.yu_fooder .yu_f1 .f_div1 p{
    width: 100%;
    margin-bottom: 13px;
    display: flex;
    align-items: flex-start;
}
.yu_fooder .yu_f1 .f_div1 p img{
    width: 20px;
    margin-right: 20px;
}
.yu_fooder .yu_f1 .f_div1 p span{
    font-size: 14px;
    color: #ccc;
}
.yu_fooder .yu_f1 .f_div2{
    width: 380px;
    border-left: 1px solid #3e4245;
    border-right: 1px solid #3e4245;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.yu_fooder .yu_f1 .f_div2 p{
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
}
.yu_fooder .yu_f1 .f_div3{
    width: 140px;
    overflow: hidden;
}
.yu_fooder .yu_f1 .f_div3 img{
    width: 100%;
}
.yu_fooder .yu_f2{
    width: 100%;
    display: flex;
    justify-content: center;
}
.yu_fooder .yu_f2 a{
    display: block;
    font-size: 14px;
    color: #fff;
}
.yu_f3{
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #666;
}
.yu_f3 a{
    font-size: 12px;
    color: #666;
    margin: 0 10px;
}




/* swiper */
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.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;
}

/* 右侧漂浮 */
.float{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    z-index: 199;
}
.float .float_ul{
    display: flex;
    flex-direction: column;
}
.float .float_ul li{
    background-color: #DA251D;
    margin-bottom: 4px;
    cursor: pointer;
    border: 2px solid #fff0;
}
.float .float_ul li a{
    display: block;
}
.float .float_ul li .li_a{
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 6px 13px;
    position: relative;
}
.float .float_ul li .li_a i{
    font-size: 30px;
    margin-bottom: 3px;
}
.float .float_ul li .li_a span{
    font-size: 12px;
}
.float .float_ul li .li_none{
    position: absolute;
    display: none;
    transition: all .8s;
}
.float .float_ul li .li_p{
    padding: 5px 15px;
    background-color: #DA251D;
    color: #fff;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    font-size: 16px;
}
.float .float_ul li .li_img{
    height: 134px;
    width: 134px;
    border: 2px solid #DA251D;
    top: 0;
    right: 80px;
    padding: 8px;
}
.float .float_ul li .li_img img{
    width: 100%;
    height: 100%;
}
.footer .footer_2 .content .p2_p a {
    color: #666;
}

.float .float_ul li:hover{
    background-color: #fff;
    border: 2px solid #DA251D;
}
.float .float_ul li:hover .li_a{
    color: #DA251D;
}
.float .float_ul li:hover .li_none{
    display: block;
}

.kong{
    height: 71px;
}

@keyframes alls{
    from{
        opacity: 0;
        transform: translateY(200px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

/* 翻页条 */

.flex_row .tcdPageCode {
    text-align: center;
    margin: 40px auto;
}
.current {
    background: rgb(86, 104, 146);
    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;
}


@media (max-width:767px){
    .pc_head{display: none;}
    .app_head{display: block;}
    .app_height{height: 75.69px;}

    .yu_fooder{padding: 36px 15px 20px;}
    .yu_fooder .yu_f1 .f_div2{width: 100%;border-left: 0px solid #3e4245;
        border-right: 0px solid #3e4245;padding-bottom: 30px;}
    .yu_fooder .yu_f1 .f_div3{width: 100%;display: flex;justify-content: center;}
    .yu_fooder .yu_f1 .f_div3 img{width: 150px;}

    /* 翻页条 */
    .flex_row .tcdPageCode a,
    .flex_row .tcdPageCode .disabled,
    .current,.flex_row .tcdPageCode .nextPage{
        padding: 3px 8px;
        margin: 6px;
    }
    
    .W_1200{width: 100%;}
    .public_top{font-size: 26px;}
    .yu_fooder .yu_f1 .f_div2 p{font-size: 22px;}
    .yu_fooder .yu_f1 .f_div2 a img{width: 140px;}
    
}

@media (max-width:991px) and (min-width:768px){
    
}

@media (min-width:992px) and (max-width:1024px){
    
}

@media (min-width:1240px) and (max-width:1480px){
    .W_1200{width: 1100px;}
}
