.head_content_logo{
  white-space: nowrap;
}
.logo01{
  display: block;
}
.logo02{
  display: none;
}

	.tbg{
    background: url(../images/tbg.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0 60px 0;
    background: #f2f4f6;
    }

.WAP{display: none;}
	.PC{display: block;}
footer{
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 40px;
}
.footer2{
    border-top: 1px solid #02325a;
    background-color: #113b79;
    overflow: hidden;
    padding: 17px 0;
}
.footer2 p{
    text-align: center;
    line-height: 25px;
    color: #fcfcfc;
}
.footer2 p a{
    color: #fcfcfc;
}
.footer2 p a:hover{
    color: #326da4;
}
.footer1{
    background-color: #18468a;
    padding: 0 0 39px 0;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 22%;
}
.footer1_fl a{
    display: block;
    margin-bottom: 25px;
}
.footer1_fl a img{
    display:block;
    max-width:100%;
    height:auto;
}
.footer1_fl p{
    color: #fff;
    line-height:28px;
    word-break: break-all;
    padding-left: 39px;
    margin-bottom: 13px;
}
.footer1_fl p:last-child{
    margin-bottom: 0;
}
.footer1_fl p.ftel{
    background: url("../images/ftel.png") no-repeat left center;
}
.footer1_fl p.fmail{
    background: url("../images/fmail.png") no-repeat left center;
}
.footer1_fl p.faddress{
    background: url("../images/faddress.png") no-repeat left center;
}
.footer1_fl p span{
    font-size: 18px;
}
.footer1_fr{
    float: right;
    width: 12%;
}
.footer1_fr img{
    display:block;
    max-width:100%;
    height:auto;
    margin: auto;
}
.footer1_fr p{
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.footer1_fc{
    float: left;
    width: 59%;
    padding: 0 0% 0 3%;
}
.footer1_fc li{
    float: left;
    width: 25%;
    /* padding: 0 10px; */
    line-height: 1;
}
.footer1_fc li a{
    display: block;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 29px;
}
.menulist{
    margin-top: 20px;
    overflow: hidden;
}
.menulist li{
    float: none;
    width: 100%;
    padding: 0;
    line-height: 30px;
}
.menulist li a{
    display: block;
    font-size: 14px;
}
.menulist li a:hover{
    color: #326da4;
}


@media screen and (min-width: 1025px){
	#contentab {
		    width: 1280px;
		    margin: 55px auto 0;
		}
  .ipad_phone_nav_left{
    display: none;
  }
  #header{
    width: 100%;
    height: 600px;
    position: relative;
  }

  #head_content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .head_content_logo{
    /* width: 186px; */
    height: 25px;
    padding: 15px 23px;
    background: -webkit-linear-gradient(left, #69FF97 , #8FC55C); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #69FF97, #8FC55C); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #69FF97, #8FC55C); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #69FF97 , #8FC55C); /* æ ‡å‡†çš„è¯­æ³• */
    margin-top: 272px;
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
  }
  #head_content h3{
    font-size: 50px;
    color: #ffffff;
    margin-top: 43px;
    font-weight:bold;
    /* letter-spacing: 10px; */
  }
  #head_content span{
    font-size: 24px;
    color: #ffffff;
    margin-top: 109px;
    text-transform:uppercase;
  }

  #head_top{
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff3;
  }
  .logo_a{
    display: block;
    flex: 1;
  }
  .logo{
    width: 175px;
    cursor: pointer;
  }
  .head_top{
    width: 1200px;
    max-width: 90%;
    min-width: 1057px;
    height: 92px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .head_nav{
    display: flex;
    align-items: center;
  }
  .head_top_ul{
    height: 100%;
    display: flex;
    align-items: center;
  }
  .head_top_ul_li{
    height: 100%;
    padding: 0px 16px;
    position: relative;
  }
  .head_top_ul_li_title:hover{
    opacity: 0.5;
  }
  .head_top_ul_li_title{
    height: 100%;
    font-size: 17px;
    color: #ffffff;
    line-height: 92px;
    display: block;
    transition: opacity .3s;
  }
  .head_top_ul_li_div{
    min-width: 135px;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0px;
    transition: height .5s ease;
    overflow: hidden;
    /* background-color: #ffffff; */
  }
  .head_top_ul_li_div ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .head_top_ul_li_div ul li:hover{
    background-color: #eeeeee;
  }
  .head_top_ul_li_div ul li{
    width: 100%;
    height: 40px;
    padding-right: 10px;
    background-color:#ffffff;
    transition: background-color .5s ease;
  }
  .head_top_ul_li_div ul li a{
    font-size: 14px;
    color: #666666;
    display: block;
    width: calc(100% - 20px);
    line-height: 40px;
    padding: 0 10px;
    white-space: nowrap;
  }

  .head_top_nav{
    height: 92px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: opacity .3s;
    padding-left: 30px;
  }
  .head_top_nav img{
    width: 36px;
    display: block;
  }
  .head_top_nav:hover {
    opacity: 0.6;
  }

  #all_nav{
    position: absolute;
    top: 100%;
    height: 0;
    overflow: hidden;
    transition: height .5s .3s ease;
  }
  .all_nav{
    width: 1180px;
    background-color: #ffffff;
    padding: 20px 10px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
  }
  .all_nav_ul{
    min-width: 183px;
    border-right: 1px solid #eeeeee;
    padding-left: 10px;
  }
  .all_nav_ul:last-of-type{
    border:none;
  }
  .all_nav_ul li{
    width: calc(100% - 10px);
    height: 45px;
    padding-right: 10px;
  }
  .all_nav_ul li:first-of-type a{
    color: #333333;
    font-size: 16px;
    background-color: #ffffff !important;
  }
  .all_nav_ul li a{
    width:calc(100% - 10px);
    padding-left: 10px;
    font-size: 15px;
    color: #999999;
    display: block;
    text-align: left;
    line-height: 45px;
  }
  .all_nav_ul li a:hover{
    background-color: #eeeeee;
  }
  .common_image_top{
    display: none;
  }



  #footer{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 105px;
  }
  .footer_two{
    width: 100%;
    background-color: #242424;
    padding: 22px 0 57px 0;
  }
  .footer_two_a{
    width: 1180px;
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    margin: auto;
  }
  .footer_two_a span{
    font-size: 18px;
    color: #999999;
    display: block;
  }
  .footer_two_a ul{
    display: flex;
    align-items: center;
  }
  .footer_two_a ul li{
    padding: 0 12px;
    border-right: 1px solid #707070; 
  }
  .footer_two_a ul li:last-of-type{
    border:none;
  }
  .footer_two_a ul li a{
    font-size: 14px;
    color: #999999;
    display: block;
  }
  .footer_two_b{
    width: 1180px;
    margin: 18px auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer_two_b img{
    display: block;
    width: 216px;
  }
  .footer_two_b ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_two_b ul li{
    font-size: 14px;
    color: #999999;
  }
  .footer_two_b ul li:nth-child(2){
    margin-top: 6px;
  }
  .footer_two_b ul li:last-of-type{
    color: #666666 !important;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) and (min-width: 751px){
  #header{
    width: 100%;
    height: 6rem;
    position: relative;
  }

  #head_content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .head_content_logo{
    /* width: 1.56rem; */
    height: 0.25rem;
    padding: 0.09rem 0.23rem;
    background: -webkit-linear-gradient(left, #69FF97 , #8FC55C); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #69FF97, #8FC55C); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #69FF97, #8FC55C); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #69FF97 , #8FC55C); /* æ ‡å‡†çš„è¯­æ³• */
    margin-top: 2.63rem;
    font-size: 0.26rem;
    color: #FFFFFF;
    text-align: center;
  }
  #head_content h3{
    font-size: 0.8rem;
    color: #ffffff;
    margin-top: 0.43rem;
    font-weight:bold;
    letter-spacing: 0.1rem;
  }
  #head_content span{
    font-size: 0.24rem;
    color: #ffffff;
    margin-top: 1.09rem;
    text-transform:uppercase;
  }

  #head_top{
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.01rem solid #fff3;
  }
  .logo_a{
    display: block;
    flex: 1;
  }
  .logo{
    width: 1.75rem;
    cursor: pointer;
  }
  .head_top{
    width: 100%;
    /* max-width: 90%; */
    /* min-width: 10.57rem; */
    padding:  0 0.3rem;
    height: 0.92rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .head_nav{
    display: none;
    align-items: center;
  }
  .head_top_ul{
    height: 100%;
    display: flex;
    align-items: center;
  }
  .head_top_ul_li{
    height: 100%;
    padding: 0 0.24rem;
    position: relative;
  }
  .head_top_ul_li_title:hover{
    opacity: 0.5;
  }
  .head_top_ul_li_title{
    height: 100%;
    font-size: 0.17rem;
    color: #ffffff;
    line-height: 0.92rem;
    display: block;
    transition: opacity .3s;
  }
  .head_top_ul_li_div{
    min-width: 1.35rem;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0rem;
    transition: height .5s ease;
    overflow: hidden;
    /* background-color: #ffffff; */
  }
  .head_top_ul_li_div ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .head_top_ul_li_div ul li:hover{
    background-color: #eeeeee;
  }
  .head_top_ul_li_div ul li{
    width: 100%;
    height: 0.4rem;
    padding-right: 0.1rem;
    background-color:#ffffff;
    transition: background-color .5s ease;
  }
  .head_top_ul_li_div ul li a{
    font-size: 0.14rem;
    color: #666666;
    display: block;
    width: calc(100% - 0.2rem);
    line-height: 0.4rem;
    padding: 0 0.1rem;
    white-space: nowrap;
  }

  .head_top_nav{
    height: 0.92rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: opacity .3s;
    padding-left: 0.3rem;
  }
  .head_top_nav img{
    width: 0.36rem;
    display: block;
  }
  .head_top_nav:hover {
    opacity: 0.6;
  }

  #all_nav{
    position: absolute;
    top: 100%;
    height: 0;
    overflow: hidden;
    transition: height .5s .3s ease;
    display: none;
  }
  .all_nav{
    width: 11.8rem;
    background-color: #ffffff;
    padding: 0.2rem 0.1rem;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
  }
  .all_nav_ul{
    min-width: 1.83rem;
    border-right: 0.01rem solid #eeeeee;
    padding-left: 0.1rem;
  }
  .all_nav_ul:last-of-type{
    border:none;
  }
  .all_nav_ul li{
    width: calc(100% - 0.1rem);
    height: 0.45rem;
    padding-right: 0.1rem;
  }
  .all_nav_ul li:first-of-type a{
    color: #333333;
    font-size: 0.16rem;
    background-color: #ffffff !important;
  }
  .all_nav_ul li a{
    width:calc(100% - 0.1rem);
    padding-left: 0.1rem;
    font-size: 0.15rem;
    color: #999999;
    display: block;
    text-align: left;
    line-height: 0.45rem;
  }
  .all_nav_ul li a:hover{
    background-color: #eeeeee;
  }
  .common_image_top{
    display: none;
  }

#contentab {
   
    margin: 55px auto 0;
}

  #footer{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 1.05rem;
    /* min-width: 12rem; */
  }
  .footer_one{
    width: 100%;
    position: relative;
  }
  .footer_one img{
    display: block;
  }
  .footer_one::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
  }
  .footer_one_text{
    width: 5.46rem;
    position: absolute;
    top: 0.9rem;
    left: 50%;
    margin-left: -2.73rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer_one_text li:nth-child(1){
    font-size: 0.30rem;
    color: #ffffff;
  }
  .footer_one_text li:nth-child(2) p{
    margin-top: 0.37rem;
    display: block;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.4rem;
  }
  .footer_one_text li:nth-child(3){
    border-top: 0.01rem solid #ffffff;
    border-bottom: 0.01rem solid #ffffff;
    margin-top: 0.55rem;
  }
  .footer_one_text li:nth-child(3) a{
    padding: 0.2rem 0.24rem;
    display: flex;
    align-items: center;
  }
  .footer_one_text li:nth-child(3) a span{
    font-size: 0.24rem;
    color: #ffffff;
  }
  .footer_one_text li:nth-child(3) a img{
    width: 0.1rem;
    margin-left: 0.24rem;
  }
  .footer_two{
    width: 100%;
    background-color: #242424;
    padding: 0.22rem 0 0.4rem 0;
  }
  .footer_two_a{
    width: calc(100% - 0.6rem);
    padding: 0.36rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem solid #000000;
    margin: auto;
  }
  .footer_two_a span{
    font-size: 0.28rem;
    color: #999999;
    display: block;
  }
  .footer_two_a ul{
    display: flex;
    align-items: center;
  }
  .footer_two_a ul li{
    padding: 0 0.12rem;
    border-right: 0.01rem solid #707070; 
  }
  .footer_two_a ul li:last-of-type{
    border:none;
  }
  .footer_two_a ul li a{
    font-size: 0.24rem;
    color: #999999;
    display: block;
  }
  .footer_two_b{
    width: calc(100% - 0.6rem);
    margin: 0.18rem auto 0;
    padding: 0 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer_two_b img{
    display: block;
    width: 2.4rem;
  }
  .footer_two_b ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.3rem;
  }
  .footer_two_b ul li{
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.4rem;
  }
  .footer_two_b ul li:nth-child(2){
    margin-top: 0.06rem;
  }
  .footer_two_b ul li:last-of-type{
    color: #666666 !important;
    margin-top: 0.4rem;
  }


  /* ipad_phoneå¯¼èˆªæ ·å¼ */
  .ipad_phone_nav{
    width: 0.44rem;
    height: 0.32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .ipad_phone_nav span{
    width: 100%;
    height: 0.04rem;
    background-color: #ffffff;
  }
  .ipad_phone_nav_left{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
  }
  .ipad_phone_nav_left_div{
    width: 0;
    /* padding-top: 0.5rem; */
    position: absolute;
    top: 0;
    right: 0;
    background-color: #262626;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: width .5s;
  }
  .close{
    width: 0.5rem;
    margin-left: 0.3rem;
    display: block;
    margin-top: 0.5rem;
  }
  .ipad_phone_ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.3rem;
  }
  .ipad_phone_li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.035);
  }
  .ipad_phone_li{
    width: 100%;
    /* height: 0.76rem; */
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    /* padding: 0 0.3rem; */
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.035);
  }
  .ipad_phone_li_div{
    width: calc(100% - 0.6rem);
    height: 0.76rem;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ipad_phone_li_div span{
    font-size: 0.24rem;
    color: #707070;
    white-space: nowrap;
  }
  .ipad_phone_li_div img{
    display: block;
    width: 0.3rem;
    transition: transform .5s;
  }
  .ipad_phone_li_ul{
    width: 100%;
    height: 0;
    /* position: absolute; */
    top: 100%;
    left: 0;
    transition: height .5s;
    overflow: hidden;
  }
  .ipad_phone_li_ul ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(255,255,255,0.02);
  }
  .ipad_phone_li_ul ul li{
    width: calc(100% - 0.6rem);
    height: 0.76rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid rgba(255,255,255,0.035);
  }
  .ipad_phone_li_ul ul li:last-of-type{
    border-bottom: none;
  }
  .ipad_phone_li_ul ul li a::before{
    content: "-";
    font-size: 0.3rem;
    color: #707070;
    margin-right: 0.15rem;
  }
  .ipad_phone_li_ul ul li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    color: #707070;
  }
}
@media screen and (max-width: 750px){
	.PC{display: none;}
	.WAP{display: block;}
  #header{
    width: 100%;
    height: 5rem;
    position: relative;
    background-size: cover !important;
  }

  #head_content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .head_content_logo{
    /* width: 1.56rem; */
    height: 0.25rem;
    padding: 0.15rem 0.23rem;
    background: -webkit-linear-gradient(left, #69FF97 , #8FC55C); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #69FF97, #8FC55C); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #69FF97, #8FC55C); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #69FF97 , #8FC55C); /* æ ‡å‡†çš„è¯­æ³• */
    margin-top: 2.53rem;
    font-size: 0.26rem;
    color: #FFFFFF;
    text-align: center;
  }
  #head_content h3{
    font-size: 0.48rem;
    color: #ffffff;
    margin-top: 0.43rem;
    font-weight:bold;
    /* letter-spacing: 0.1rem; */
  }
  #head_content span{
    font-size: 0.24rem;
    color: #ffffff;
    margin-top: 1.09rem;
    text-transform:uppercase;
  }

  #head_top{
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.01rem solid #fff3;
  }
  .logo_a{
    display: block;
    flex: 1;
  }
  .logo{
    width: 1.75rem;
    cursor: pointer;
  }
  .head_top{
    width: 100%;
    /* max-width: 90%; */
    /* min-width: 10.57rem; */
    padding:  0 0.3rem;
    height: 0.92rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .head_nav{
    display: none;
    align-items: center;
  }
  .head_top_ul{
    height: 100%;
    display: flex;
    align-items: center;
  }
  .head_top_ul_li{
    height: 100%;
    padding: 0 0.24rem;
    position: relative;
  }
  .head_top_ul_li_title:hover{
    opacity: 0.5;
  }
  .head_top_ul_li_title{
    height: 100%;
    font-size: 0.17rem;
    color: #ffffff;
    line-height: 0.92rem;
    display: block;
    transition: opacity .3s;
  }
  .head_top_ul_li_div{
    min-width: 1.35rem;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0rem;
    transition: height .5s ease;
    overflow: hidden;
    /* background-color: #ffffff; */
  }
  .head_top_ul_li_div ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .head_top_ul_li_div ul li:hover{
    background-color: #eeeeee;
  }
  .head_top_ul_li_div ul li{
    width: 100%;
    height: 0.4rem;
    padding-right: 0.1rem;
    background-color:#ffffff;
    transition: background-color .5s ease;
  }
  .head_top_ul_li_div ul li a{
    font-size: 0.14rem;
    color: #666666;
    display: block;
    width: calc(100% - 0.2rem);
    line-height: 0.4rem;
    padding: 0 0.1rem;
    white-space: nowrap;
  }

  .head_top_nav{
    height: 0.92rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: opacity .3s;
    padding-left: 0.3rem;
  }
  .head_top_nav img{
    width: 0.36rem;
    display: block;
  }
  .head_top_nav:hover {
    opacity: 0.6;
  }

  #all_nav{
    position: absolute;
    top: 100%;
    height: 0;
    overflow: hidden;
    transition: height .5s .3s ease;
    display: none;
  }
  .all_nav{
    width: 11.8rem;
    background-color: #ffffff;
    padding: 0.2rem 0.1rem;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
  }
  .all_nav_ul{
    min-width: 1.83rem;
    border-right: 0.01rem solid #eeeeee;
    padding-left: 0.1rem;
  }
  .all_nav_ul:last-of-type{
    border:none;
  }
  .all_nav_ul li{
    width: calc(100% - 0.1rem);
    height: 0.45rem;
    padding-right: 0.1rem;
  }
  .all_nav_ul li:first-of-type a{
    color: #333333;
    font-size: 0.16rem;
    background-color: #ffffff !important;
  }
  .all_nav_ul li a{
    width:calc(100% - 0.1rem);
    padding-left: 0.1rem;
    font-size: 0.15rem;
    color: #999999;
    display: block;
    text-align: left;
    line-height: 0.45rem;
  }
  .all_nav_ul li a:hover{
    background-color: #eeeeee;
  }
  .common_image_top{
    display: none;
  }



  #footer{
    width: 100%;
    position: relative;
    overflow: hidden; 
    /* margin-top: 1.05rem; */
    /* min-width: 12rem; */
  }
  .footer_one{
    width: 100%;
    position: relative;
  }
  .footer_one img{
    display: block;
    height: 4.74rem;
  }
  .footer_one::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
  }
  .footer_one_text{
    width: 5.46rem;
    position: absolute;
    top: 0.83rem;
    left: 50%;
    margin-left: -2.73rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer_one_text li:nth-child(1){
    font-size: 0.30rem;
    color: #ffffff;
  }
  .footer_one_text li:nth-child(2) p{
    margin-top: 0.37rem;
    display: block;
    font-size: 0.24rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.4rem;
  }
  .footer_one_text li:nth-child(3){
    border-top: 0.01rem solid #ffffff;
    border-bottom: 0.01rem solid #ffffff;
    margin-top: 0.55rem;
  }
  .footer_one_text li:nth-child(3) a{
    padding: 0.24rem 0.32rem;
    display: flex;
    align-items: center;
  }
  .footer_one_text li:nth-child(3) a span{
    font-size: 0.24rem;
    color: #ffffff;
  }
  .footer_one_text li:nth-child(3) a img{
    width: 0.12rem;
    height: auto;
    margin-left: 0.24rem;
  }
  .footer_two{
    width: 100%;
    background-color: #18468a;
    padding: 0.22rem 0 0.4rem 0;
  }
  .footer_two_a{
    width: calc(100% - 0.6rem);
    padding: 0.36rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem solid #02325a;
    margin: auto;
  }
  .footer_two_a span{
    font-size: 0.28rem;
    color: #ffffff;
    display: block;
  }
  .footer_two_a ul{
    display: flex;
    align-items: center;
  }
  .footer_two_a ul li{
    padding: 0 0.12rem;
    border-right: 0.01rem solid #c1c1c1;
  }
  .footer_two_a ul li:last-of-type{
    border:none;
  }
  .footer_two_a ul li a{
    font-size: 0.24rem;
    color: #f9f9f9;
    display: block;
  }
  .footer_two_b{
    width: calc(100% - 0.6rem);
    margin: 0.18rem auto 0;
    padding: 0 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer_two_b img{
    display: block;
    width: 2.6rem;
  }
  .footer_two_b ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.3rem;
  }
  .footer_two_b ul li{
    font-size: 0.26rem;
    color: #ffffff;
    line-height: 0.4rem;
  }
  .footer_two_b ul li:nth-child(2){
    margin-top: 0.06rem;
  }
  .footer_two_b ul li:last-of-type{
    color: #666666 !important;
    margin-top: 0.4rem;
  }
  .footer1_fr{text-align:center;width:100%;}
  .footer1_fr img{/* width:60%; */margin: 0 auto;}
  .footer1_fr p{font-size: 0.26rem;text-align: center;color: #fff;line-height: 0.8rem;margin-top: 0px;}


  /* ipad_phoneå¯¼èˆªæ ·å¼ */
  .ipad_phone_nav{
    width: 0.44rem;
    height: 0.32rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .ipad_phone_nav span{
    width: 100%;
    height: 0.04rem;
    background-color: #ffffff;
  }
  .ipad_phone_nav_left{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
  }
  .ipad_phone_nav_left_div{
    width: 0;
    /* padding-top: 0.5rem; */
    position: absolute;
    top: 0;
    right: 0;
    background-color: #262626;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: width .5s;
  }
  .close{
    width: 0.5rem;
    margin-left: 0.3rem;
    display: block;
    margin-top: 0.5rem;
  }
  .ipad_phone_ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.3rem;
  }
  .ipad_phone_li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.035);
  }
  .ipad_phone_li{
    width: 100%;
    /* height: 0.76rem; */
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    /* padding: 0 0.3rem; */
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.035);
  }
  .ipad_phone_li_div{
    width: calc(100% - 0.6rem);
    height: 0.76rem;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ipad_phone_li_div span{
    font-size: 0.24rem;
    color: #ffffff;
    white-space: nowrap;
  }
  .ipad_phone_li_div img{
    display: block;
    width: 0.3rem;
    transition: transform .5s;
  }
  .ipad_phone_li_ul{
    width: 100%;
    height: 0;
    /* position: absolute; */
    top: 100%;
    left: 0;
    transition: height .5s;
    overflow: hidden;
  }
  .ipad_phone_li_ul ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(255,255,255,0.02);
  }
  .ipad_phone_li_ul ul li{
    width: calc(100% - 0.6rem);
    height: 0.76rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid rgba(255,255,255,0.035);
  }
  .ipad_phone_li_ul ul li:last-of-type{
    border-bottom: none;
  }
  .ipad_phone_li_ul ul li a::before{
    content: "-";
    font-size: 0.3rem;
    color: #707070;
    margin-right: 0.15rem;
  }
  .ipad_phone_li_ul ul li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    color: #ffffff;
  }
  
}