*{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;
    font-family: '微柔雅黑';
}
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;
}
.w_1440{
    width: 1440px;
    margin: 0 auto;
}
.yu_row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.public_tap{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.public_tap .tap_left{
    display: flex;
    flex-direction: column;
}
.public_tap .tap_left .title_En{
    font-size: 14px;
    color: #777;
    margin-bottom: 4px;
    font-weight: bold;
}
.public_tap .tap_left .title_Ch{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    padding-left: 16px;
    position: relative;
}
.public_tap .tap_left .title_Ch::after{
    position: absolute;
    content: "";
    width: 4px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0082F0;
}
.public_tap .more{
    font-size: 14px;
    color: #777;
}
.public_tap .more:hover{
    color: #0082F0;
}

.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;
}
/* pc */
.pc_head{
    width: 100%;
}
.pc_head .w_1200{
    position: relative;
}
.pc_head .head_top{
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.pc_head .head_top .logo{
    overflow: hidden;
}
.pc_head .head_top .logo img{
    width: auto;
}
.pc_head .pc_nav{
    width: auto;
}
.pc_head .pc_nav .pc_nav_ul{
    flex: 1;
    justify-content: flex-end;
}
.pc_head .pc_nav .pc_nav_ul li{
    padding: 30px 0;
    border-bottom: 3px solid rgba(5, 82, 153, 0);
}
.pc_head .pc_nav .pc_nav_ul li a{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 0 32px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pc_head .pc_nav .pc_nav_ul .li_active{
    border-bottom: 3px solid #0082F0;
}
.pc_head .pc_nav .pc_nav_ul .li_active a{
    color: #0082F0;
}
.pc_head .pc_nav form{
    margin: 0 32px;
    width: 200px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    padding: 2px;
    overflow: hidden;
}
.pc_head .pc_nav form input{
    width: 170px;
    height: 100%;
    padding: 0 5px;
}
.pc_head .pc_nav form button{
    width: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.pc_head .pc_nav form button i{
    font-size: 16px;
    color: #0082F0;
}
.pc_head .pc_nav .language{
    position: relative;
    color: #777;
    padding: 30px 0;
}
.pc_head .pc_nav .language .lang_com{
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.pc_head .pc_nav .language .lang_ce{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    background-color: #fff;
    box-shadow: 0 0px 12px 1px #d9d9d9;
    z-index: 99;
    display: none;
}
.pc_head .pc_nav .language .lang_ce a{
    width: 100%;
    padding: 14px 0;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #777;
}
.pc_head .pc_nav .language .lang_ce a:first-child{
    background-color: #f4f4f4;
}
.pc_head .pc_nav .language .lang_ce a:hover{
    color: #0082F0;
}


/* app */
.app_head{
    display: none;
    width: 100%;
    position: relative;
}
.app_head .app_head_com{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}
.app_head .app_head_com .logo{
    width: 50%;
    display: block;
}
.app_head .app_head_com .logo img{
    width: 100%;
}
.app_head .app_head_com .head_right{
    display: flex;
    align-items: center;
}
.app_head .app_head_com .head_right .yuying{
    padding: 4px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    margin-right: 20px;
}
.app_head .app_head_com .head_right i{
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.app_head .app_nav{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background-color: #fff;
    display: none;
}
.app_head .app_nav .app_nav_ul{
    width: 100%;
    padding: 15px;
}
.app_head .app_nav .app_nav_ul li{
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}
.app_head .app_nav .app_nav_ul li a{
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 12px 10px;
    display: flex;
}
.app_head .app_nav .app_nav_ul .li_active a{
    color: #0082F0;
    font-weight: bold;
}


/* 底部 */

.yu_footer{
    width: 100%;
    padding-top: 52px;
    background-color: #f2f2f2;
    animation: alls .5s 1;
    border-top: 2px solid rgba(0, 0, 0, 0.25);
}
.yu_footer .w_1200{
    justify-content: space-between;
}
.yu_footer .foot_ul{
    align-items: flex-start;
}
.yu_footer .foot_ul li{
    margin-right: 35px;
    display: flex;
    flex-direction: column;
}
.yu_footer .foot_ul li .title{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}
.yu_footer .foot_ul li a{
    font-size: 14px;
    color: #777;
    margin-bottom: 14px;
}
.yu_footer .foot_ul li a:hover{
    color: #0082F0;
}
.yu_footer .text{
    align-items: flex-start;
    width: 38%;
}
.yu_footer .text .text_img{
    padding-bottom: 15px;
    margin-bottom: 25px;
    width: 100%;
    align-items: flex-start;
}
.yu_footer .text .text_img img{
    max-width: 100%;
    height: auto;
    margin-right: 15px;
}
.yu_footer .text .text_img .text_p p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.yu_footer .text .text_img .text_p span{
    font-size: 16px;
    color: #0082F0;
    font-weight: bold;
}
.yu_footer .text .titl .titl_1{
    align-items: flex-start;
    margin-bottom: 8px;
}
.yu_footer .text .titl .titl_1 img{
    margin: 2px 7px 0 0;
}
.yu_footer .text .titl .titl_1 span{
    color: #777;
    font-size: 14px;
}
.yu_footer .text .titl .titl_1 span:nth-child(3){
    flex: 1;
}
.yu_footer .footer_1{
    width: 100%;
    border-top: 1px solid #484848;
    padding: 30px 0 35px;
    margin-top: 35px;
}
.yu_footer .footer_1 .p_ul li{
    font-size: 14px;
    color: #777;
}
.yu_footer .footer_1 .p_ul li a{
    font-size: 14px;
    color: #777;
    margin: 0 10px;
}
.yu_footer .footer_1 .p_ul li a:hover{
    color: #0082F0;
}
.yu_footer .footer_1 .p_img a{
    margin-left: 6px;
    position: relative;
}
.yu_footer .footer_1 .p_img a .p_img1{
	height: 40px;
	border-radius: 10px;
}
.yu_footer .footer_1 .p_img a .p_img_img{
	width: 180px;
	position: absolute;
	bottom: 110%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	display: none;
}
.yu_footer .footer_1 .p_img a:hover .p_img_img{
	display: block;
}
.yu_footer .footer_1 .p_img a .p_img_img img{
	width: 100%;
}
.yu_footer .footer_2{
    width: 100%;
    padding: 20px 0;
    background-color: #202020;
}
.yu_footer .footer_2 p{
    font-size: 14px;
    color: #666666;
}
.yu_footer .footer_2 p a{
    font-size: 14px;
    color: #666666;
}
.yu_footer .footer_2 p a:hover{
    color: #0082F0;
}




/* 右侧漂浮 */


/* 翻页条 */
.flex_row .tcdPageCode {
    text-align: center;
    margin: 40px auto;
}
.current {
    background: #0082F0;
    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;
    font-size: 14px;
}



@media (max-width:767px){
    /* app */
    .pc_head{display: none;}
    .app_head{display: block;}
    .w_1200{width: 100%;}
    .w_1440{width: 100%;}

    /* 底部 */
    .yu_footer{padding-top: 30px;}
    .yu_footer .foot_ul{display: none;}
    .yu_footer .text{width: 100%;}
    .yu_footer .w_1200{padding: 0 15px;}
    .yu_footer .text .text_img img{width: 50px;max-width: initial;}
    .yu_footer .text .text_img .text_p p{font-size: 16px;}
    .yu_footer .text .text_img .text_p span{font-size: 26px;}
    .yu_footer .footer_1{margin-top: 15px;padding: 20px 0;}
    .yu_footer .footer_1 .p_ul li{margin-bottom: 10px;}
    .yu_footer .footer_1 .p_img{width: 100%;}
    .yu_footer .footer_2 p{text-align: center;}
    .yu_footer .footer_2 .w_1200{justify-content: center;}
    .yu_footer .text .text_img{margin-bottom: 10px;}
    /*  */
    .h_public{padding: 30px 0 10px;}
    .public_tap{padding: 0 15px;margin-bottom: 25px;}
    .public_tap .tap_left .title_Ch{font-size: 22px;}
    .public_tap .tap_left .title_Ch::after{height: 20px;}
}

@media (min-width:768px) and (max-width:819px){
    .w_1200{width: 100%;}
    .w_1440{width: 100%;}
    /* 尾部 */
}

@media (min-width:820px) and (max-width:1023px){
    .w_1200{width: 100%;}
    .w_1440{width: 100%;}
     /* 底部 */
}


@media (min-width:1024px) and (max-width:1279px){
    .w_1200{width: 940px;}
    .w_1440{width: 1000px;}
    .pc_head .pc_nav .pc_nav_ul li a{padding: 0 18px;}
    .pc_head .pc_nav form{width: 160px;margin: 0 15px;}
    .pc_head .pc_nav form input{width: 132px;}
    
    .h_public{padding: 30px 0;}
    .public_tap .tap_left .title_Ch{font-size: 26px;}
    .yu_footer .text .text_img img{width: 46px;}
    .yu_footer .text .text_img .text_p p{font-size: 16px;}
    .yu_footer .text .text_img .text_p span{font-size: 24px;}
    .yu_footer .text .titl .titl_1 span:nth-child(3){
        flex: initial;width: 100%;
    }
}

@media (min-width:1280px) and (max-width:1360px){
    .w_1440{width: 1200px;}
    .pc_head .pc_nav .pc_nav_ul li a{padding: 0 24px;}
}













