*{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;
}


/* 头部 */
.head{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.head_scroll{
    background-color: #153C74;
    transition: background 1s;
   -moz-transition: background 1s;
   -webkit-transition: background 1s;
   -o-transition:background 1s;
}
.head .h_content{
    width: 100%;
    padding: 20px 80px;
}
.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 li{
    padding: 0 30px;
}
.head .h_content .h_title .title_ul .ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff0;
}
.head .h_content .h_title .title_ul .ul .ul_li a{
    border-bottom: 2px solid #fff;
}
.head .h_content .h_title .title_ul .ul li a:hover{
    border-bottom: 2px solid #fff;
}
.head .h_content .h_title .title_ul .ul .li_div{
    padding-bottom: 10px;
}
.head .h_content .h_title .title_ul .ul .li_div .icon1{
    font-size: 21px;
    padding-left: 10px;
    margin-left: 10px;
    color: #fff;
}

/* 头部列表 */
.head .app_con .list0{
    height: 100vh;
    display: none;
    background-color: #153C74;
}
.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: #fff;
    font-size: 16px;
    padding-left: 6px;
}
.head .app_con .list0 .list0_ul .ul_li a{
    border-left: 2px solid #fff;
}
.head .app_con .list0 .list0_ul li a:hover{
    color: #2a8de9;
}
.list0_hide{
    display: none;
}
/* 动画 */
@keyframes logo{
    from{
        opacity: 0;
		transform: translateX(-100px);
    }
    to{
        opacity: 1;
		transform: translateX(0);
    }
}
/* pc搜索框 */
.pc_hide{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #484848;
}
.pc_hide #form_pc{
    width: 30%;
}
.pc_hide input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.pc_hide .pc_sousuo_icon{
    background-color: #153C74;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 3%;
    text-align: center;
    cursor: pointer;
}
.pc_hide .pc_sousuo_icon i{
    font-size: 22px;
}

.hide{
    display: none;
}


/* 页面公共 */
.column{
    display: flex;
    flex-direction: column;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.h_public{width: 100%;padding: 70px 0;}
.w_1440{width: 1440px;margin: 0 auto;}
.h_con{
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.h_con .h_title{
    font-size: 30px;
    color: #999;
    margin-bottom: 6px;
    font-weight: bold;
}
.h_con .h_text{
    font-size: 36px;
    color: #333;
}


.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: 40px 0;
    background-color: #333333;
    animation: alls .5s 1;
}
.footer .content{
    width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
}
.footer .content{justify-content: space-between;}
.footer .content .f_ewm{width: 100px;height: 100px;}
.footer .content .f_ewm img{width: 100%;height: 100%;}
.footer .content .f_lixnxi{width: 50%;}
.footer .content .f_lixnxi .cons{width: 100%;margin: 10px 0;align-items: flex-start;}
.footer .content .f_lixnxi .cons .title{font-size: 16px;color: #fff;}
.footer .content .f_lixnxi .cons .title2{flex: 1;}
.footer .content .f_bah{align-items: flex-end;}
.footer .content .f_bah .title{font-size: 16px;color: #fff;margin: 10px 0;}
/* 右侧漂浮 */
.float{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    z-index: 199;
}
.float .float_ul{
    display: flex;
    flex-direction: column;
}
.float .float_ul li{
    background-color: #153C74;
    margin-bottom: 4px;
    cursor: pointer;
    border: 2px solid #fff0;
}
.float .float_ul li a{
    display: block;
}
.float .float_ul li .li_a{
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 6px 13px;
    position: relative;
}
.float .float_ul li .li_a i{
    font-size: 30px;
    margin-bottom: 3px;
}
.float .float_ul li .li_a span{
    font-size: 12px;
}
.float .float_ul li .li_none{
    position: absolute;
    display: none;
    transition: all .8s;
}
.float .float_ul li .li_p{
    padding: 5px 15px;
    background-color: #153C74;
    color: #fff;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    font-size: 16px;
}
.float .float_ul li .li_img{
    height: 134px;
    width: 134px;
    background-color: #153C74;
    top: 0;
    right: 80px;
    padding: 8px;
}
.float .float_ul li .li_img img{
    width: 100%;
    height: 100%;
}
.footer .footer_2 .content .p2_p a {
    color: #666;
}

.float .float_ul li:hover{
    background-color: #fff;
    border: 2px solid #153C74;
}
.float .float_ul li:hover .li_a{
    color: #153C74;
}
.float .float_ul li:hover .li_none{
    display: block;
}

/* .kong{
    height: 116px;
} */

@keyframes alls{
    from{opacity: 0;transform: translateY(200px);}
    to{opacity: 1;transform: translateY(0);}
}

/* 翻页条 */

.flex_row .tcdPageCode {
    text-align: center;
    margin: 40px auto;
}
.current {
    background: #153C74;
    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 */
.head .app_con{
    display: none;
}

@media (max-width:767px){
    .head .h_content{display: none;}
    .head .app_con{display: block;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;color: #fff;}

    /* 搜索 */
    .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;}

    /*  */
    .kong{height: 0;}
    .h_public{width: 100%;padding: 20px 0;}
    .w_1440{width: 100%;}
    .h_con .h_title{font-size: 22px;margin-bottom: 0;}
    .h_con .h_text{font-size: 26px;}

    /* 底部 */
    .footer{padding-top: 40px;}
    .footer .content{width: 100%;flex-direction: column;padding: 0 15px;}
    .footer .content .f_lixnxi{width: 100%;}
    .footer .content .f_bah{width: 100%;align-items: center;}
    .footer .content .f_bah .title {font-size: 14px;color: #fff;margin: 5px 0;}
    .footer .content .f_lixnxi .cons{padding: 0px 0;}
    .footer .content .foot_ul{display: none;}
    .footer .content .text {width: 100%;padding: 0 15px 20px;align-items: center;}
    .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 (max-width:991px) and (min-width:768px){
    /* 头部导航栏 */
    .head .h_content{display: none;}
    .head .app_con{display: block;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;color: #fff;}
    .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;}
    .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;} */

    .h_public .h_tent {width: 100%;}
    .h_public{padding: 0 15px;}
    .h_back{background-size: auto auto;}
    .pc_hide .pc_sousuo_icon{width: 6%;}
    .w_1440{width: 100%;}
    .h_public{width: 100%;padding: 30px 0;}

    /* 尾部 */
    .footer .content {width: 100%;flex-wrap: wrap;padding: 0 15px;}
    .footer .content .text{width: 100%;margin-top: 15px;display: none;}
    .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{padding: 0 12px;}
    .head .h_content .h_title .title_ul .ul li a{padding: 5px 0;font-size: 14px;}
    .pc_hide .pc_sousuo_icon{width: 6%;}
    .h_public{width: 100%;padding: 40px 0;}
    .w_1440{width: 100%;}

    /* 底部 */
    .footer .content {width: 100%;flex-wrap: wrap;padding: 0 15px;}
    .footer .content .text {margin-top: 15px;}
}

@media (min-width:1024px) and (max-width:1440px){
    .w_1440{width: 1000px;}
}

@media (min-width:1440px) and (max-width:1600px){
    .w_1440{width: 1200px;}
}












