*{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;
  max-width: 100%;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}


/* 头部 */
.head{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}
.head .pc_head{
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}
.head .pc_head .pc_list{
    width: 100%;
}
.head .pc_head .pc_list .logo{
    border-right: 1px solid #eee;
}
.head .pc_head .pc_list .logo a{
    width: 190px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5px;
}
.head .pc_head .pc_list .logo a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.head .pc_head .pc_list .pc_ul{
    flex: 1;
}
.head .pc_head .pc_list .pc_ul .pc_li{
    border-right: 1px solid #EEEEEE;
    position: relative;
}
.head .pc_head .pc_list .pc_ul .pc_li .pc_a{
    padding: 20px 27px;
    font-size: 15px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .pc_head .pc_list .pc_ul .pc_liAct .pc_a{
    color: #005BAC;
}
.head .pc_head .pc_list .pc_ul .pc_li .pc_a:hover{
    color: #005BAC;
}
.head .pc_head .pc_list .pc_form{
    width: 300px;
    display: flex;
    align-items: center;
}
.head .pc_head .pc_list .pc_form input{
    width: 240px;
    height: 60px;
    font-size: 15px;
    background-color: #eee;
    padding: 0 10px;
}
.head .pc_head .pc_list .pc_form button{
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .pc_head .pc_list .pc_form button i{
    font-size: 24px;
    color: #333;
}
.head .pc_head .pc_tow{
    width: 100vw;
    background-color: #005BAC;
    border-top: 1px solid #DADADA;
    position: absolute;
    top: 60px;
    left: -190px;
    display: none;
}
.head .pc_head .pc_tow .pc_towtip{  
    width: 100%;
    height: 100%;
    align-items: flex-start;
}
.head .pc_head .pc_tow .pc_towtip .title{
    width: 190px;
    height: 100%;
    padding: 30px 0;
    background-color: #005BAC;
}
.head .pc_head .pc_tow .pc_towtip .title p{
    font-size: 16px;
    color: #333;
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
}
.head .pc_head .pc_tow .pc_towtip .tow_list{
    flex: 1;
    background-color: #fff;
}
.head .pc_head .pc_tow .pc_towtip .tow_ul{
    width: 60%;
    padding: 40px;
}
.head .pc_head .pc_tow .pc_towtip .tow_ul li{
    width: 31%;
    margin-right: 3%;
    margin-bottom: 8px;
}
.head .pc_head .pc_tow .pc_towtip .tow_ul li:nth-child(3n){
    margin-right: 0;
}
.head .pc_head .pc_tow .pc_towtip .tow_ul li a{
    width: 100%;
    padding: 5px 8px;
    font-size: 15px;
    color: #666;
    display: flex;
}
.head .pc_head .pc_tow .pc_towtip .tow_ul li a:hover{
    background-color: #005BAC;
    color: #fff;
}
.head .pc_head .pc_list .pc_ul .pc_li:hover .pc_tow{
    display: block;
}


/* app */
.app_head{
    width: 100%;
    padding: 10px 15px;
    display: none;
}
.app_head .app_logo{
    width: 100%;
    justify-content: space-between;
}
.app_head .app_logo a{
    width: 50%;
}
.app_head .app_logo a img{
    width: auto;
    height: 40px;
}
.app_head .app_logo .icon_on .icon i{ 
    font-size: 20px;
    color: #333;
}
.app_head .app_logo .icon_on .icon #icon_on2{
    margin-left: 20px;
}
.app_head .app_sousuo{
    width: 100%;
    padding: 10px;
    background-color: #005BAC;
    margin-top: 10px;
    display: none;
}
.app_head .app_sousuo form{
    width: 100%;
    display: flex;
    align-items: center;
}
.app_head .app_sousuo form input{
    width: 80%;
    height: 45px;
    padding: 0 10px;
}
.app_head .app_sousuo form button{
    width: 20%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app_head .app_sousuo form button i{
    font-size: 22px;
    color: #333;
}
.app_head .app_list{
    width: 100%;
    margin-top: 10px;
    padding: 0 15px;
    display: none;
}
.app_head .app_list .app_ul{
    width: 100%;
}
.app_head .app_list .app_ul .app_li{
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}
.app_head .app_list .app_ul .app_li .app_a{
    width: 100%;
    padding: 15px 0;
    display: flex;
    font-size: 16px;
    color: #333;
}
.app_head .app_list .app_ul .app_li .app_a i{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    color: #666;
}
.app_head .app_list .app_ul .app_li ol{
    width: 100%;
    padding: 0 15px;
    display: none;
}
.app_head .app_list .app_ul .app_li ol a{
    width: 100%;
    padding: 5px 0;
    font-size: 15px;
    color: #666;
    display: flex;
}





/* 头部列表 */
.head .app_con .list0{
    height: 100vh;
    display: none;
    animation: list 1s 1;
}
/* 动画 */
@keyframes list{
    from{
        opacity: 0;
		transform: translateY(-100px);
    }
    to{
        opacity: 1;
		transform: translateX(0);
    }
}


/* pc搜索框 */



/* 页面公共 */
.kong{
    height: 60px;
}
.column{
    display: flex;
    flex-direction: column;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.h_public{
    width: 100%;
    padding: 50px 0;
}
.w_1540{
    width: 1540px;
    margin: 0 auto;
}

.h_content{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}
.h_content .h_text{
    font-size: 14px;
    color: #333;
    padding-left: 25px;
    position: relative;
}
.h_content .h_text::after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 4px;
    background-color: #005BAC;
}
.h_content .h_title{
    font-size: 42px;
    color: #333;
    font-weight: bold;
    margin: 40px 0 26px;
} 
.h_content .h_span{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.h_content2 .h_text,
.h_content2 .h_title,
.h_content2 .h_span{
    color: #fff;
}
.h_content2 .h_text::after{
    background-color: #fff;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 底部 */

.footer{
    width: 100%;
    padding-top: 52px;
    background-color: #F6F6F6;
    animation: alls .5s 1;
}
.footer .content{
    width: 1540px;
    margin: 0 auto;
    justify-content: space-between;
}
.footer .content .foot_ul{
    align-items: flex-start;
}
.footer .content .foot_ul li{
    margin-right: 25px;
    display: flex;
    flex-direction: column;
}
.footer .content .foot_ul li p{
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
}
.footer .content .foot_ul li a{
    font-size: 14px;
    color: #666666;
    margin-bottom: 14px;
}
.footer .content .foot_ul li a:hover{
    color: #333;
}
.footer .content .text{
    align-items: flex-start;
    width: 30%;
}
.footer .content .text .text_img{
    padding-bottom: 15px;
    border-bottom: 1px solid #484848;
    margin-bottom: 25px;
    width: 100%;
}
.footer .content .text .text_img img{
    max-width: 100%;
    height: auto;
    margin-right: 15px;
}
.footer .content .text .text_img .text_p p{
    font-size: 18px;
    color: #999999;
}
.footer .content .text .text_img .text_p span{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.footer .content .text .titl .titl_1{
    align-items: flex-start;
    margin-bottom: 8px;
}
.footer .content .text .titl .titl_1 img{
    margin: 5px 7px 0 0;
}
.footer .content .text .titl .titl_1 span{
    color: #666666;
    font-size: 14px;
}
.footer .content .text .titl .titl_1 span:nth-child(3){
    flex: 1;
}
.footer .footer_1{
    width: 100%;
    border-top: 1px solid #484848;
    padding: 30px 0 35px;
    margin-top: 35px;
}
.footer .footer_1 .content .p_ul li{
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}
.footer .footer_1 .content .p_img a{
    margin-left: 6px;
}
.footer .footer_2{
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.footer .footer_2 p{
    font-size: 14px;
    color: #666666;
}
.footer .footer_2 .content .p2_p a{
    color: #666;
}




/* 翻页条 */

.flex_row .tcdPageCode {
    text-align: center;
    margin: 40px auto;
}
.current {
    background: #005BAC;
    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;
}



/* app */

@media (max-width:767px){

    .head .pc_head{display: none;}
    .head .app_head{display: block;}
    /* 搜索 */

    /*  */
    .kong{height: 60px;}
    .w_1540{width: 100%;}
    .h_content .h_title{font-size: 28px;margin: 20px 0;}
    .h_content .h_span{font-size: 14px;line-height: 24px;}
    

    /* 底部 */
    .footer{padding-top: 40px;}
    .footer .content{width: 100%;}
    .footer .content .foot_ul{display: none;}
    .footer .content .text {width: 100%;padding: 0 15px;}
    .footer .content .text .text_img img {max-width: 14%;}
    .footer .content .text .text_img .text_p p {font-size: 16px;}
    .footer .content .text .text_img .text_p span {font-size: 24px;}
    .footer .footer_1{display: none;}
    .footer .footer_2{padding: 15px 0;}
    .footer .footer_2 .content{flex-wrap: wrap;padding: 0 15px;}
    .footer .footer_2 .content a{width: 100%;text-align: center;}
    .footer .footer_2 p {width: 100%;font-size: 12px;text-align: center;}
    .footer .content .text .titl .titl_1 span{font-size: 12px;}

    /* 翻页条 */
    .navigation .navigation_ul li {cursor: pointer;padding: 4px 10px;}
    .flex_row .tcdPageCode a,
    .current,
    .flex_row .tcdPageCode .disabled,
    .flex_row .tcdPageCode .nextPage{padding: 4px 10px; margin: 4px;}
}

@media(min-width:768px)  and (max-width:991px){
    /* 头部导航栏 */
    .head .pc_head{display: none;}
    .head .app_head{display: block;}
    .kong {height: 60px;}

    .h_public .h_tent {width: 100%;}
    .h_public{padding: 50px 15px;}
    .h_back{background-size: auto auto;}
    .pc_hide .pc_sousuo_icon{width: 6%;}
    .w_1540{width: 100%;}

    /* 尾部 */
    .footer .content .foot_ul{display: none;}
    .footer .content {width: 100%;flex-wrap: wrap;padding: 0 15px;}
    .footer .content .text{width: 100%;margin-top: 15px;}
    .footer .footer_1{padding: 20px 0 25px;margin-top: 20px;}
}

@media (min-width:992px) and (max-width:1024px){
    .w_1540{width: 100%;}

    .h_public{padding: 50px 15px;}
    .head .pc_head .pc_list .pc_ul .pc_li .pc_a{padding: 20px 15px;}

    /* 底部 */
    .footer .content {width: 100%;flex-wrap: wrap;padding: 0 15px;}
    .footer .content .text {margin-top: 15px;}
}

@media (min-width:1200px) and (max-width:1440px){
    .w_1540{width: 1000px;}
    .footer .content{width: 1000px;}
    .h_content .h_title{font-size: 34px;margin: 30px 0 20px;}
}

@media (min-width:1441px) and (max-width:1660px){
    .w_1540{width: 1200px;}
    .footer .content{width: 1200px;}
}










