*{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;
    margin:0 auto;
    max-width: 760px;
}
input,
button,
textarea{
    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%;
  height: auto;
  max-height: 100%;
  border:0 none;
  vertical-align: middle;
}

/*  */
.h_public{
    padding: 20px 15px 0;
    width: 100%;
}

.yu_row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.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;
}

#h_Tbox{
    font-size: 13px;
    /*padding: 0 10px;*/
    margin-left: 12px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 20px;
    animation: text 5s cubic-bezier(0.05, 0, 0.2, 1) infinite;
}
@keyframes text {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  75%{
    transform: rotateX(360deg) rotateY(30deg);
  }
  80%{
    transform: rotateX(360deg) rotateY(0deg);
  }
  100%{
    transform: rotateX(360deg) rotateY(0deg);
  }
}
/*公告*/
.yu_notice{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px 15px;
    background: linear-gradient(90deg, #246DFF 30%, #4098FF 100%);
    z-index: 100;
}
.yu_notice a{
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.yu_notice a i{
    font-size: 14px;
}
.yu_notice a .notice_div{
    width: calc(100% - 87px);
    height: 19px;
    overflow: hidden;
    position: relative;
}
/*.yu_notice a .notice_div .notice_ul{*/
/*    white-space: nowrap;*/
/*}*/
.yu_notice a .notice_div .notice_p{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}
/* head */
.h_header{
    width: 100%;
    background: url(../images/home_top_bg.png) no-repeat;
    background-size: 100% 90%;
    padding-top: 58px;
}
.yu_header{
    width: 100%;
    /* background-color: #4098FF; */
    background: linear-gradient(90deg, #246DFF 30%, #4098FF 100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px 15px 5px;
    z-index: 99;
}
.yu_header form{
    flex: 1;
    padding: 0 15px;
    background-color: #fff;
    height: 35px;
    border-radius: 35px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.yu_header form button{
    /* width: 20px; */
    background-color: #fff;
    padding: 0;
}
.yu_header form button i{
    font-size: 20px;
    color: #555;
}
.yu_header form input{
    flex: 1;
    height: 100%;
    padding: 0 10px;
    background-color: #fff;
}
.yu_header a{
    width: 26px;
    height: 26px;
    margin-left: 12px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.yu_header a i{
    font-size: 24px;
    color: #fff;
}





/* footer */
.footer_kong{
    height: 88px;
}
.yu_footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 3px;
    border-top: 1px solid #E1E1E1;
    background-color: #fff;
    z-index: 99;
}
.yu_footer .footer_ul{
    width: 100%;
    align-items: flex-start;
}
.yu_footer .footer_ul li{
    width: 20%;
}
.yu_footer .footer_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.yu_footer .footer_ul li a i{
    font-size: 26px;
    color: #333;
}
.yu_footer .footer_ul li a span{
    font-size: 12px;
    color: #333;
    font-weight: bold;
}
.yu_footer .footer_ul .footer_liact a i{
    color: #226AFF;
}
.yu_footer .footer_ul .footer_liact a span{
    color: #226AFF;
}


/* 翻页条 */

.flex_row{
    width: 100%;
    display: flex;
}
.flex_row .tcdPageCode {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.current {
    /* background: #0072be; */
    /* background: linear-gradient(90deg, #3486FF 0%, #38cdba 100%); */
    color: #226AFF;
    border-color: transparent;
    padding: 4px 10px;
    /* margin: 0 4px; */
    border-radius: 5px;
    font-size: 14px;
}
.flex_row .tcdPageCode a {
    color: #333 !important;
    padding: 4px 10px;
    /* margin: 0 4px; */
    /* border: 1px solid #dddddd; */
    border-radius: 5px;
    font-size: 14px;
}
.flex_row .tcdPageCode .disabled,
.flex_row .tcdPageCode .nextPage {
    /* border: 1px solid #dddddd; */
    color: #333 !important;
    padding: 4px 8px;
    /* margin: 0 4px; */
    font-size: 12px;
    border-radius: 5px;
}




@media (max-width:767px){
    
}

@media (min-width:768px) and (max-width:991px){

}

@media (min-width:992px) and (max-width:1024px){

}

@media (min-width:1200px) and (max-width:1440px){
    
}


@media (min-width:1441px) and (max-width:1660px){
}












