*{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;
}
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;
}

/* 页面公共 */
.yu_body{
    background: url(../images/body_back.png) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    background-origin: content-box;
}


.yu_public{
    width: 100%;
    padding: 50px 0;
}
.yu_1590{
    width: 1600px;
    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;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    position: relative;
}
.yu_content .yu_title{
    position: absolute;
    top: 20%;
    left: 52%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    font-size: 40px;
    color: #333;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


/* pc头部 */
.yu_head{
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.yu_head_pc{
    width: 100%;
    position: relative;
    padding: 10px 15px;
}
.yu_head_pc .yu_tap{
    width: 1290px;
    justify-content: space-between;
    margin: 0 auto;
}
.yu_head_pc .yu_tap .yu_logo{
    width: auto;
    display: block;
    margin-right: 20px;
}
.yu_head_pc .yu_tap .yu_logo img{
    width: auto;
    max-width: 140px;
}
.yu_head_pc .yu_tap .yu_nav{
    flex: 1;
}
.yu_head_pc .yu_tap .yu_nav li{
    margin: 0 30px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yu_head_pc .yu_tap .yu_nav li .yu_nav_A{
    display: block;
    font-size: 21px;
    color: #333;
    /* font-weight: bold; */
}
.yu_head_pc .yu_tap .yu_nav li .yu_nav_A:hover{
    color: #0784C6;
}
.yu_head_pc .yu_tap .yu_nav .yu_navLi .yu_nav_A{
    color: #0784C6;
}
.yu_head_pc .yu_tap .yu_nav li .nav_ol{
    position: absolute;
    top: 91%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    background-color: #999999e0;
    padding: 0;
    /* display: none; */
    height: 0;
    transition: .3s;
    overflow: hidden;
}
.yu_head_pc .yu_tap .yu_nav li .nav_ol .nav_ol_d{
    width: 100%;
    position: relative;
    background-color: #E5E5E5;
}
.yu_head_pc .yu_tap .yu_nav li .nav_ol .nav_ol_d .nav_ol_li{
    width: 100%;
}
.yu_head_pc .yu_tap .yu_nav li .nav_ol .nav_ol_d .nav_ol_li .nav_towA{
    width: 50%;
    padding: 15px;
    font-size: 16px;
    color: #0184C8;
    display: flex;
}
.yu_head_pc .yu_tap .yu_nav li .nav_ol .nav_ol_d .nav_ol_li .nav_towdiv{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow-y: auto;
    padding: 10px;
    margin: 0 auto;
    background-color: #ffffff;
    display: none;
}
.yu_head_pc .yu_tap .yu_nav li .nav_ol .nav_ol_d .nav_ol_li .nav_towdiv a{
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #777777;
    display: flex;
}
.yu_head_pc .yu_tap .yu_nav li .nav_ol .nav_ol_d .nav_ol_li .nav_towdiv a:hover{
    color: #0184C8;
}

.yu_head_pc .yu_tap .yu_nav li:hover .nav_ol{
    /* display: block; */
    height: auto;
    padding: 20px;
}




.yu_head_pc .yu_tap_a{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.yu_head_pc .yu_tap_a a{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-left: 30px;
    font-weight: bold;
}
.yu_head_pc .yu_tap_a a i{
    font-size: 24px;
    color: #333;
    margin-right: 3px;
}


/* app的head */
.yu_head_app{
    width: 100%;
    display: none;
    position: relative;
    padding: 10px 15px;
}
.yu_head_app .yu_tap{
    width: 100%;
    justify-content: space-between;
}
.yu_head_app .yu_tap .yu_logo{
    width: 50%;
}
.yu_head_app .yu_tap .yu_logo img{
    width: auto;
    max-width: 100%;
    height: 60px;
}
.yu_head_app .yu_tap .yu_nav a{
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
}
.yu_head_app .yu_tap .yu_nav a i{ 
    font-size: 22px;
    margin-right: 2px;
}
.yu_head_app .yu_tap .yu_nav .yu_list{
    margin-left: 30px;
}
.yu_head_app .yu_tap .yu_nav .yu_list i{
    font-size: 32px;
    color: #333;
}
.yu_head_app .nav_list{
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    display: none;
    background-color: #fff;
}
.yu_head_app .nav_list .list_ul{
    width: 100%;
    padding: 0 15px;
}
.yu_head_app .nav_list .list_ul li{
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}
.yu_head_app .nav_list .list_ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0;
    font-size: 18px;
    color: #333;
}
.yu_head_app .nav_list .list_ul .yu_navLi a{
    color: #0784C6;
}
.yu_head_app .nav_list .list_ul li a i{
    font-size: 26px;
    color: #333;
    margin-right: 5px;
}

.kong{
    width: 100%;
    height: 120px;
}

/* 底部 */
.yu_footer{
    width: 100%;
    padding: 50px 0 0;
    background-color: #DDDDDD;
}
.f_top{
    width: 100%;
}
.f_top .f_com{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.f_top .f_com .f_left{
    align-items: flex-start;
    max-width: 40%;
    flex-wrap: initial;
}
.f_top .f_com .f_left .f_img{
    width: 150px;
    height: auto;
    padding: 6px;
    background-color: #fff;
    margin-right: 40px;
}
.f_top .f_com .f_left .f_img img{
    width: 100%;
}
.f_top .f_com .f_left .f_xinxi{
    flex: 1;
}
.f_top .f_com .f_left .f_xinxi .f_dianhua{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C0C0C0;
    align-items: flex-start;
}
.f_top .f_com .f_left .f_xinxi .f_dianhua img{
    width: auto;
}
.f_top .f_com .f_left .f_xinxi .f_dianhua .f_dh{
    margin-left: 20px;
}
.f_top .f_com .f_left .f_xinxi .f_dianhua .f_dh span{
    margin-bottom: 8px;
    font-size: 16px;
    color: #6B6B6B;
}
.f_top .f_com .f_left .f_xinxi .f_dianhua .f_dh p{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.f_top .f_com .f_left .f_xinxi .f_dizhi p{
    margin-bottom: 10px;
    font-size: 14px;
    color: #6B6B6B;
    display: flex;
    align-items: center;
}
.f_top .f_com .f_left .f_xinxi .f_dizhi p img{
    width: auto;
    margin-right: 5px;
}
.f_top .f_com .f_list li{
    margin-right: 48px;
    display: flex;
    flex-direction: column;
} 
.f_top .f_com .f_list{
    align-items: flex-start;
}
.f_top .f_com .f_list li:last-child{
    margin-right: 0;
}
.f_top .f_com .f_list li h4{
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}
.f_top .f_com .f_list li a{
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    display: block;
}
.f_top .f_com .f_list li a:hover{
    color: #0784C6;
}

.f_top .f_link{
    width: 100%;
    padding: 30px 0;
}
.f_top .f_link h4{
    font-size: 15px;
    color: #666;
}
.f_top .f_link a{
    font-size: 15px;
    color: #666;
    display: block;
    margin-left: 18px;
}
.f_top .f_link a:hover{
    color: #0784C6;
}
.f_bottom{
    width: 100%;
    padding: 25px 0;
    background-color: #CCCCCC;
}
.f_bottom .yu_1590{ 
    justify-content: space-between;
}
.f_bottom .yu_1590 p{
    font-size: 16px;
    color: #666;
}
.f_bottom .yu_1590 p a{
    font-size: 16px;
    color: #666;
}
.f_bottom .yu_1590 p a:hover{
    color: #0784C6;
}

/*侧边栏*/

.float_window {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.float_window .items {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    transition: ease-in-out 0.4s;
    display: block;
    position: relative;
    margin-bottom: 4px;
    background-color: #0184C8;
}

.float_window .items .icon {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.float_window .items .icon i{
    font-size: 28px;
    color: #fff;
    transition: ease-in-out 0.4s;
}
.float_window .items .icon p{
    font-size: 12px;
    color: #fff;
    transition: ease-in-out 0.4s;
    text-align: center;
}
.float_window .items:hover {
    background: #fff;
    transition: ease-in-out 0.4s;
    /*border: 1px solid #BBBBBB;*/
}
.float_window .items:hover .icon>i,
.float_window .items:hover .icon>p{
    color: #333;
}


.float_window .items .float_none{
    position: absolute;
    right: 68px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    box-shadow: 0 0 5px #aaa;
    font-size: 16px;
    color: #fff;
    background-color: #0184C8;
    white-space: nowrap;
    display: none;
}
.float_window .items .float_none img{
    width: auto;
    height: auto;
    max-width: inherit;
}
.float_window .items:hover .float_none{
    display: block;
}
.float_btn{
    width: 60px;
    height: 60px;
    border-radius: 8px;
    transition: ease-in-out 0.4s;
    display: block;
    position: relative;
    margin-bottom: 4px;
    background-color: #0184C8;
    display: none;
}
.float_btn .float_btn_i{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.float_btn .float_btn_i i {
    font-size: 28px;
    color: #fff;
}
.float_btn .float_btn_i p {
    font-size: 12px;
    color: #fff;
}




/* 翻页条 */

.flex_row .tcdPageCode {
    text-align: center;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.current {
    background: #0784C6;
    color: #fff;
    border-color: transparent;
    padding: 8px 15px;
    margin: 8px;
    border-radius: 6px;
}
.flex_row .tcdPageCode a {
    background: #eee;
    color: #333 !important;
    padding: 8px 15px;
    margin: 8px;
    border-radius: 6px;
}
.flex_row .tcdPageCode .disabled,
.flex_row .tcdPageCode .nextPage {
    background: #eee;
    color: #333 !important;
    padding: 8px 15px;
    margin: 8px;
    border-radius: 6px;
}







@media (max-width:767px){
    /* head */
    .yu_head_pc{display: none;}
    .yu_head_app{display: block;}
    .kong{height: 80px;}

    /* 公共 */
    .yu_public{padding: 30px 0;}
    .yu_1590{width: 100%;}
    .yu_content img{width: 60%;}

    /* footer */
    .yu_footer{padding: 40px 0 0;}
    .f_top{padding: 0 15px;}
    .f_top .f_com{margin-bottom: 10px;}
    .f_top .f_com .f_left .f_img{width: 100px;padding: 2px;margin-right: 10px;}
    .f_top .f_com .f_left .f_xinxi {flex: 1;}
    .f_top .f_com .f_left .f_xinxi .f_dianhua {padding-bottom: 10px;margin-bottom: 10px;}
    /*.f_top .f_com .f_left .f_xinxi .f_dizhi{width: 300px;margin-left: -96px;}*/
    .f_top .f_com .f_left .f_xinxi .f_dianhua img {width: 48px;}
    .f_top .f_com .f_left .f_xinxi .f_dianhua .f_dh {margin-left: 10px;flex: 1;}
    .f_top .f_com .f_left .f_xinxi .f_dianhua .f_dh span{margin-bottom: 5px;font-size: 12px;}
    .f_top .f_com .f_left .f_xinxi .f_dianhua .f_dh p{font-size: 22px;}
    .f_top .f_com .f_list,
    .f_top .f_link{display: none;}
    .f_top .f_com .f_left{max-width: 100%;}
    .f_bottom{padding: 15px;}
    .f_bottom .yu_1590 p{font-size: 15px;text-align: center;}
    .f_bottom .yu_1590 p a{font-size: 15px;}
    .f_bottom .yu_1590 {justify-content: center;}
    .f_bottom .yu_1590 p:first-child{margin-bottom: 6px;}

	/* .float_window{display: none;} */
    .float_btn{display: block;}
    .float_window{bottom: 5%;top: initial;transform: translateY(0);}
    .float_window .items{display: none;}
}

@media (max-width:991px) and (min-width:768px){
    
}

@media (min-width:992px) and (max-width:1024px){
    
}
@media (min-width:1025px) and (max-width:1280px){
    .yu_1590{width: 1000px;}
    .yu_head_pc .yu_tap .yu_nav li {margin: 0 20px;}
    .yu_head_pc .yu_tap .yu_nav li a{font-size: 20px;}
    .f_top .f_com .f_list li{margin-right: 60px;}
    .f_top .f_com .f_left .f_img{margin-right: 20px;}
    .yu_head_pc .yu_tap_a{top: 80%;}
    .f_top .f_com{margin-bottom: 0;}
    .f_top .f_com .f_left{margin-bottom: 30px;max-width: 100%;}
}

@media (min-width:1281px) and (max-width:1440px){
    .yu_head_pc .yu_tap .yu_nav{margin-left: 30px;}
    .yu_1590{width: 1200px;}
    .yu_head_pc .yu_tap .yu_nav li {margin: 0 20px;}
    .yu_head_pc .yu_tap .yu_nav li a{font-size: 20px;}
    .f_top .f_com .f_list li{margin-right: 20px;}
    .f_top .f_com .f_list li a{font-size: 12px;}
    .f_top .f_com .f_left .f_img{margin-right: 20px;width: 115px;}
    .f_top .f_com .f_left .f_xinxi .f_dianhua img{width: 55px;}
    .f_bottom .yu_1590 p{font-size: 14px;}
}

@media (min-width:1441px) and (max-width:1660px){
    .yu_head_pc .yu_tap .yu_nav{margin-left: 20px;}
    .yu_1590{width: 1400px;}
    .yu_head_pc .yu_tap .yu_nav li {margin: 0 24px;}
    .yu_head_pc .yu_tap .yu_nav li a{font-size: 22px;}
    .f_top .f_com .f_list li{margin-right: 20px;}
    .f_top .f_com .f_list{margin-right: 70px;}
    .f_top .f_com .f_left{width: 38%;}
    .f_top .f_com .f_left .f_img{margin-right: 20px;width: 130px;}
}
@media (min-width:1661px){
	.yu_head_pc .yu_tap .yu_nav {justify-content: center;}
}
@media (min-width:1640px) and (max-width:1740px){
	.yu_head_pc .yu_tap .yu_nav li a{font-size: 20px;}
}











