*{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;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}


/* 头部 */
.head{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 999;
}
.head .h_content{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.head .h_content .h_title{
    justify-content: space-between;
}
.head .h_content .h_title .logo{
    width: auto;
    height: auto;
}
.head .h_content .h_title .logo a{
    display: block;
}
.head .h_content .h_title .logo a img{
    max-width: 100%;
    height: auto;
    transition: 1s;
}
.head .h_content .h_title .title_ul .ul .ul_liA{
    margin-right: 30px;
    position: relative;
}
.head .h_content .h_title .title_ul .ul .ul_liA .li_as{
    display: block;
    font-size: 17px;
    color: #333333;
    padding: 6px 0;
    border-bottom: 4px solid #c8232800;
}
.head .h_content .h_title .title_ul .ul .ul_li .li_as{
    color: #fc6c1e;
    border-bottom: 4px solid #fc6c1e;
}
.head .h_content .h_title .title_ul .ul .ul_liA .li_as:hover{
    color: #fc6c1e;
    border-bottom: 4px solid #fc6c1e;
}
.head .h_content .h_title .title_ul .ul .quote{
    width: 165px;
    height: 45px;
    background-color: #fc6c1e;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.head .h_content .h_title .title_ul .ul .ul_liA .ol_A{
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 6px 3px #d9d9d9;
    display: none;
}
.head .h_content .h_title .title_ul .ul .ul_liA .ol_A a{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
.head .h_content .h_title .title_ul .ul .ul_liA .ol_A a:hover{
    color: #fc6c1e;
}
.head .h_content .h_title .title_ul .ul .ul_liA .ol_A a:last-child{
    border-bottom: 0px solid #d9d9d9;
}
.head .h_content .h_title .title_ul .ul .ul_liA:hover .ol_A{
    display: block;
}



.head .tops{
    width: 100%;
    background-color: #EEEEEE;
    padding: 10px 0;
}
.head .tops .w_1200{
    justify-content: space-between;
}
.head .tops .tops_p{
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
}
.head .tops .tops_p span{
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

/* 头部列表 */
.head .app_con .list0{
    height: 100vh;
    display: none;
}
.head .app_con .list0 .list0_ul li{
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 10px;
    padding: 10px 0 10px 20px;
}
.head .app_con .list0 .list0_ul li a{
    display: block;
    color: #333333;
    font-size: 16px;
}
.head .app_con .list0 .list0_ul li a:hover{
    color: #2a8de9;
}
.list0_hide{
    display: none;
}

.kong{
    height: 163px;
}


/* 动画 */
@keyframes logo{
    from{
        opacity: 0;
		transform: translateX(-100px);
    }
    to{
        opacity: 1;
		transform: translateX(0);
    }
}


/* 页面公共 */
.column{
    display: flex;
    flex-direction: column;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.h_public{width: 100%;padding: 50px 0;}
.w_1200{width: 1200px;margin: 0 auto;}

.h_com{
    width: 100%;
    border-bottom: 2px solid #F0F2F3;
    margin-bottom: 30px;
}

.h_com .h_text{
    font-size: 18px;
    color: #fc6c1e;
}
.h_com .h_title{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding: 10px 0 15px;
}
.h_com .h_title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #fc6c1e;
}


.mores{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.mores a{
    width: 150px;
    height: 50px;
    border: 2px solid #fc6c1e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fc6c1e;
}
.mores a:hover{
    box-shadow: 0 0 8px 1px #b9b9b9;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 底部 */
.footer{
    width: 100%;
    padding-top: 52px;
    background-color: #F6F6F6;
    animation: alls .5s 1;
}
.footer .content{
    width: 1200px;
    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: #fc6c1e;
}
.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{
    width: 60px;
    height: auto;
    margin-right: 10px;
}
.footer .content .text .text_img .text_p p{
    font-size: 16px;
    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%;
    padding: 10px 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_ul li a{
    font-size: 14px;
    color: #666666;
}
.footer .footer_1 .content .p_ul li a:hover{
    color: #fc6c1e;
}
.footer .footer_2{
    width: 100%;
    background-color: #F6F6F6;
}
.footer .footer_2 .content{
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.footer .footer_2 p{
    font-size: 14px;
    color: #666666;
}
.footer .footer_2 .content .p2_p a{
    color: #666;
    margin-left: 15px;
}




/* 右侧漂浮 */


@keyframes alls{
    from{opacity: 0;transform: translateY(200px);}
    to{opacity: 1;transform: translateY(0);}
}

/* 翻页条 */

.flex_row .tcdPageCode {
    text-align: center;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.current {
    background: #FC6C1E;
    color: #fff;
    border-color: transparent;
    padding: 10px 15px;
    margin: 8px;
}
.flex_row .tcdPageCode a {
    background: #eee;
    color: #333 !important;
    padding: 10px 15px;
    margin: 8px;
}
.flex_row .tcdPageCode .disabled,
.flex_row .tcdPageCode .nextPage {
    background: #eee;
    color: #333 !important;
    padding: 10px 15px;
    margin: 8px;
}



/* app */
.head .app_con{
    display: none;
    width: 100%;
    position: relative;
}
.head .app_con .h_title{width: 100%;padding: 10px 15px;justify-content: space-between;}
.head .app_con .h_title .logos{width: 55%;height: auto; }
.head .app_con .h_title .logos a{display: block;}
.head .app_con .h_title .logos a img{max-width: 100%;height: auto;}
.head .app_con .h_title .text i{margin-left: 15px;font-size: 22px;}

/* app搜索 */
.app_con .sousuo1{
    width: 100%;height: 70px;
    padding: 15px;position: absolute;bottom: -69px;left: 0;
    background-color: #333;z-index: 99;display: block;
}
.app_con .sousuo1 input{
    height: 40px;padding: 0 10px;width: 80%;float: left;
}
.app_con .sousuo1 .sousuo_icon{
    width: 20%;text-align: center;height: 40px;line-height: 40px;
    background-color: #1c4891;display: flex;
    align-items: center;justify-content: center;
}
.app_con .sousuo1 .sousuo_icon .iconsousuo_2{
    font-size: 30px;color: #fff;
}

@media (max-width:767px){
    .head .h_content{display: none;}
    .head .app_con{display: block;}
    .head .tops{display: none;}
    .head .app_con .h_title .logos{width: 51%;}
    
    /*  */
    .kong{height: 68.33px;}
    .h_public{width: 100%;padding: 30px 15px;}
    .w_1200{width: 100%;}
    .h_com .h_title{font-size: 20px;}
    .mores{padding: 20px 0;}
    .mores a{width: 135px;height: 45px;}

    /* 底部 */
    .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;}

    .offer{padding: 30px 15px;}
    .offer .offer_com img{width: 65px;}
    .offer .offer_com p{font-size: 20px;}
    .offer .offer_com .off_img{width: 100px;}
    .offer .offer_com .off_img img{width: 90%;}

}

@media (min-width:768px) and (max-width:991px){
    .head .h_content{display: none;}
    .head .app_con{display: block;}
    .kong{height: 106px;}
    .head .tops{display: none;}
    .head .app_con .h_title .logos{width: 51%;}
    .h_com .h_title{font-size: 30px;}
    .h_public{width: 100%;padding: 30px 15px;}
    /* 头部导航栏 */
    .head .h_content {width: 100%;padding: 20px 15px;}
    .head .h_content .h_title .logo {width: 200px;}
    .head .h_content .h_title .title_ul .ul li a {font-size: 12px;padding: 4px 10px;}
    /* .kong {height: 108px;} */
    .head .h_content,
    .w_1200{width: 100%;}

    .h_public .h_tent {width: 100%;}
    .h_back{background-size: auto auto;}
    .pc_hide .pc_sousuo_icon{width: 6%;}
    .w_1200{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){
    .head .h_content {width: 100%;padding: 20px 15px;}
    .head .h_content .h_title .logo {width: 250px;}
    .head .h_content .h_title .title_ul .ul li{margin-left: 16px;}
    .head .h_content .h_title .title_ul .ul li a{padding: 5px 8px;}
    .pc_hide .pc_sousuo_icon{width: 6%;}
    .h_public{width: 100%;padding: 40px 15px;}
    .w_1200{width: 100%;}

    .kong{height: 145.69px;}
    

    /* 底部 */
    .footer .content {width: 100%;flex-wrap: wrap;padding: 0 15px;}
    .footer .content .text {margin-top: 15px;}
}

@media (min-width:1024px) and (max-width:1280px){
    .head .h_content,
    .footer .content,
    .w_1200{width: 1000px;}
    .footer .content .foot_ul{padding: 0 25px;}
    .head .h_content .h_title .title_ul .ul .ul_liA{margin-right: 24px;}
    .head .h_content .h_title .title_ul .ul .ul_liA .li_as{font-size: 15px;}
    .head .h_content .h_title .title_ul .ul .quote{width: 125px;height: 40px;font-size: 15px;}
}












