*{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: 'Arial';
}
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;
}

/* 页面公共 */
.column{
    display: flex;
    flex-direction: column;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.h_public{
    width: 100%;
    padding: 30px 0 20px;
}
.w_1200{
    width: 1200px;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* pc头部 */
.head{
    width: 100%;
    background-color: #fff;
}
.head .pc_head{
    width: 100%;
}
.head .pc_head .logo{
    width: 100%;
    padding: 35px 0 30px;
}
.head .pc_head .logo .logo_a{
    width: 240px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .pc_head .logo .logo_a img{
    width: 100%;
}
.head .pc_head .logo .logo_inp{
    flex: 1;
    margin-left: 210px;
}
.head .pc_head .logo .logo_inp form{
    width: 57%;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.head .pc_head .logo .logo_inp form input{
    width: 70%;
    height: 30px;
    border: 1px solid #2041A4;
    background-color: #fff;
    padding: 0 10px;
}
.head .pc_head .logo .logo_inp form button{
    width: 30%;
    height: 30px;
    line-height: 30px;
    background-color: #2041A4;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.head .pc_head .logo .logo_inp .logo_p span{
    font-size: 12px;
    color: #999;
    padding-right: 10px;
    border-right: 1px solid #999;
    margin-right: 10px;
}
.head .pc_head .logo .logo_inp .logo_p span:last-child{
    border-right: 0px solid #999;
    margin-right: 0;
}

.head .pc_head .pc_list{
    width: 100%;
    justify-content: space-between;
}
.head .pc_head .pc_list .all_list{
    position: relative;
}
.head .pc_head .pc_list .all_list .all_list_a{
    width: 190px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    background-color: #2041A4;
}
.head .pc_head .pc_list .all_list .all_a{
    position: absolute;
    top: 48px;
    width: 100%;
    background-color: #373633e3;
    z-index: 99;
    display: none;
}
.head .pc_head .pc_list .all_list .all_a li{
    width: 100%;
}
.head .pc_head .pc_list .all_list .all_a li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
}
.head .pc_head .pc_list .all_list .all_a li a:hover{
    background-color: #2041A4;
}
.head .pc_head .pc_list .all_list:hover .all_a{
	display: block;
}
.head .pc_head .pc_list .list_ul{
    flex: 1;
}
.head .pc_head .pc_list .list_ul li{
    position: relative;
}
.head .pc_head .pc_list .list_ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    color: #333;
    padding: 0 28px;
    font-weight: 600;
}

.head .pc_head .pc_list .list_ul .list_liact a{
    color: #2041A4;
}
.head .pc_head .pc_list .list_ul li a:hover{
    color: #2041A4;
}
.head .pc_head .pc_list .switch{
    position: relative;
}
.head .pc_head .pc_list .switch #ziti{
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border: 2px solid #999999;
    cursor: pointer;
}
.head .pc_head .pc_list .switch span{
    font-size: 14px;
    color: #999;
}
.head .pc_head .pc_list .switch i{
    font-size: 14px;
    color: #999;
}
.head .pc_head .pc_list .switch a{
    position: absolute;
    top: 30px;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    font-size: 14px;
    color: #999;
    display: none;
    text-align: center;
    z-index: 99;
}

/* app的head */
.head .app_head{
    display: none;
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
} 
.head .app_head .logo{
    width: 100%;
    justify-content: space-between;
}
.head .app_head .logo .logo_a{
    width: 50%;
}
.head .app_head .logo .logo_a img{
    width: 100%;
    height: auto;
}
.head .app_head .logo .logo_i a{
    padding: 4px 10px;
    box-shadow: 0 0 6px 0px #bdbdbd;
    font-size: 12px;
    color: #333;
}
.head .app_head .logo .logo_i i{
    font-size: 20px;
    color: #333;
    margin-left: 22px;
}
.head .app_head .app_sousuo{
    position: absolute;
    z-index: 99;
    top: 63.92px;
    left: 0;
    right: 0;
    display: none;
}
.head .app_head .app_sousuo form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: #2041A4;
}
.head .app_head .app_sousuo form input{
    width: 60%;
    height: 35px;
    background-color: #fff;
}
.head .app_head .app_sousuo form button{
    width: 15%;
    height: 35px;
    background-color: #ddd;
}
.head .app_head .app_sousuo form button i{
    font-size: 22px;
    color: #333;
}
.head .app_head .app_list{
    position: absolute;
    z-index: 99;
    top: 63.92px;
    left: 0;
    right: 0;
    display: none;
}
.head .app_head .app_list .app_ul{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0 15px;
}
.head .app_head .app_list .app_ul li{
    width: 100%;
}
.head .app_head .app_list .app_ul li a{
    width: 100%;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    color: #333;
}
.head .app_head .app_list .app_ul .list_liact a{
    color: #2041A4;
    font-weight: bold;
}

/* 底部 */
.footer{
    width: 100%;
}
.footer .footer_a{
    width: 100%;
    background-color: #fff;
    justify-content: center;
    padding: 18px 15px;
    border-top: 1px solid #EBEBEB;
}
.footer .footer_a .foo_con{
    margin: 0 50px;
}
.footer .footer_a .foo_con span{
    padding-left: 12px;
}
.footer .footer_a .foo_con span:nth-child(1){
    font-size: 18px;
    color: #E90F6F;
    margin-bottom: 8px;
}
.footer .footer_a .foo_con span:nth-child(2){
    font-size: 14px;
    color: #999;
    border-left: 1px dashed #999;
}
.footer .footer_b{
    width: 100%;
    padding: 18px 15px 50px;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
}
.footer .footer_b .wailian{
    margin-bottom: 35px;
}
.footer .footer_b .wailian a{
    font-size: 12px;
    color: #808080;
    padding: 0 8px;
    border-right: 1px solid #808080;
}
.footer .footer_b .wailian a:last-child{
    border-right: 0px solid #808080;
}
.footer .footer_b .foo_bcon{
    width: 100%;
    justify-content: center;
    align-items: center;
}
.footer .footer_b .foo_bcon p{
    font-size: 12px;
    color: #444;
    margin: 5px 0;
    text-align: center;
}
.footer .footer_b .foo_bcon p a{
    font-size: 12px;
    color: #444;
}

/* 回到顶部 */
.float_window {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 60px;
}
.float_window .items {
    width: 100%;
}
.float_window .items .items_a{
    width: 100%;
    height: 62px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #EAE9EC;
    margin-bottom: 1px;
    transition: all .4s;
    background-color: #fff;
}
.float_window .items .items_a i{
    font-size: 26px;
    color: #333;
    transition: all .4s;
}
.float_window .items .items_a p{
    font-size: 12px;
    color: #333;
    transition: all .4s;
}
.float_window .items .items_a .item{
    position: absolute;
    width: 100px;
    text-align: center;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    padding: 6px;
    font-size: 12px;
    color: #333;
    border: 2px solid #2041A4;
    display: none;
    transition: all .4s;
}
.float_window .items .items_a .item span{
    white-space: nowrap;
}
.float_window .items .items_a .item img{
    width: 95px;
    height: 95px;
}
.float_window .items .items_a:hover .item{
    display: block;
}
.float_window .items .items_a:hover{
    background-color: #2041A4;
}
.float_window .items .items_a:hover .iconfont{
    color: #fff;
}
.float_window .items .items_a:hover p{
    color: #fff;
}



@media (max-width:767px){
    .pc_head{display: none;}
    .head .app_head{display: block;}
    .w_1200{width: 100%;}
    .head .kong{height: 63.93px;}
    .footer .footer_a .foo_con{margin: 0 25px;}
    .footer .footer_a{padding: 10px 15px;}
    .footer .footer_a .foo_con span:nth-child(1){font-size: 14px;}
    .footer .footer_a .foo_con span:nth-child(2){font-size: 12px;}
    .footer .footer_b .wailian {margin-bottom: 15px;}
    .footer .footer_b{padding: 18px 15px 20px;}
    .h_public{padding: 30px 15px;}
    
}

@media (max-width:991px) and (min-width:768px){
    .pc_head{display: none;}
    .head .app_head{display: block;}
    .w_1200{width: 100%;}
    .head .kong{height: 63.93px;}
    .head .app_head .logo .logo_a{width: 24%;}
    .h_public{padding: 30px 15px;}
}

@media (min-width:992px) and (max-width:1024px){
    .pc_head{display: none;}
    .head .app_head{display: block;}
    .w_1200{width: 100%;}
    .head .kong{height: 63.93px;}
    .head .app_head .logo .logo_a{width: 24%;}
    .h_public{padding: 30px 15px;}
}

@media (min-width:1200px) and (max-width:1440px){

}














