.maxbox{
    margin: 0 180px;
}
.maxcontinner{
    width: 100%;
}
img{
    display: block;
}
.ljbanner img{
    width: 100%;
}
.Link_public{

}
.Link_public a{
    height: 38px;
    /* display: flex; */
    /* align-items: center; */
    background-color: #005ba3;
    color: #fff;
    font-size: 14px;
    padding: 0 15px 0 40px;
    position: relative;
    /* width: max-content; */
    display: inline-block;
    line-height: 37px;
}
.Link_public a i{
    width: 25px;
    height: 25px;
    display: block;
    background: url(./icon19.png) no-repeat;
    background-size: 100% auto;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 7px;
}
.Link_public a span{
    display: block;
    position: absolute;
    right: -13px;
    width: 21px;
    height: 100%;
    background-color: #155aa3;
    border-right: 5px solid #5896f6;
    touch-action: 0;
    transform: skewX(-35deg);
    top: 0;
}

.footerbgcolor{
    background-color: #e0edf7;
}
.allfooter{
    width: 1350px;
    height: 199px;
    margin:0  auto 136px;
    
}
.Hallfooter{
background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(10, 2, 4, 0.44);
}
.sdiv6btm1{
    width: 33%;
	height: 263px;
	background-color: #1c6db4;
    background: url(./icon9.png) no-repeat;
    background-size: 100% auto;
    float: left;
    margin-top: -27px;
}
.sdiv6btm1 p{
    color: #fff;
    padding: 30px 0px 0 30px;
    font-size: 16px;
    line-height: 23px;
}
.sdiv6btm1 p.p1{}
.sdiv6btm1 p.p2{
    padding-top: 30px;
    /* float: right; */
}
.allfooter ul{
    display: block;
    border: 1px solid #a6d8ff;
    height: 75%;
    border-right: 0;
    margin: 1.8% 6% 0 5%;
    float: left;
    width: 36%;
}
.allfooter ul li{
    width: 33.33%;
    height: 100%;
    float: left;
    border-right: 1px solid #a6d8ff;
    position: relative;
}
.allfooter ul li p:hover a{
    color: #0f72ca;
}
.allfooter ul li p a{
    font-size: 16px;
	line-height: 36px;
    color: #005aa0;
    font-weight: bold;
    display: block;
}
.allfooter ul li div{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.allfooter ol{
    float: left;
    width: 16%;
    margin-top: 30px;
}
.allfooter ol li{
    float: left;
    width: 50%;
    margin: 8px 0;
}
.allfooter ol li:hover a{
    color: #0f72ca;
}
.allfooter ol li a{
    font-size: 16px;
    display: block;
}
.sdiv6icon{
    width: 10%;
    padding-top: 28px;
    float: right;
    position: relative;
    height: 100%;

}
.sdiv6icon .diviconbox{
    width: 50%;
    float: left;
    margin-top: 10px;
}
.sdiv6icon .diviconbox .hide_show{
    height: 100%;
    width: 202px;
    position: absolute;
    top: 0;
    left: -190px;
    background-color: #e9e9e9;
	box-shadow: 0px 0px 7px 3px 
        rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 3;
}
.sdiv6icon .diviconbox .hide_show2{
  left: -120px;
}
.sdiv6icon .diviconbox .hide_show4{
  left: -308px;
  width: 390px;
}
.sdiv6icon .diviconbox .hide_show3{
  left: -380px;
  width: 390px;
}

.sdiv6icon .diviconbox .hide_show img{
    margin: 6% auto 0;
    height: 88%;
}
.sdiv6icon .diviconbox .hide_show4>div{
    float: left;
    text-align: center;
    width: 50%;
}
.sdiv6icon .diviconbox .hide_show4>div p{
    color: #32b0ed;
    font-size: 14px;
    line-height: 22px;
}
.sdiv6icon .diviconbox .hide_show4 img{
    float: initial;
    margin: 3% auto 0;
    width: 85%;
}
.sdiv6icon .diviconbox .hide_show6 img{
    float: initial;
    margin: 3% auto 0;
    height: 83%;
}
.sdiv6icon .diviconbox:hover a{
    background-color: #e9e9e9!important;
    box-shadow: 6px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.sdiv6icon .diviconbox:hover .hide_show{
    display: block;
}
.sdiv6icon a{
	display: block;
    margin: 0px auto 0;
    height: 30px;
    position: relative;
    width: 45px;
    /* background-color: #e9e9e9!important;
    box-shadow: 6px 0px 7px 0px rgba(0, 0, 0, 0.3); */
    z-index: 1;
}
.sdiv6icon a.icon1{
	background: url(./icon5.png) no-repeat center;
}
.sdiv6icon a.icon2{
	background: url(./icon6.png) no-repeat center;
}
.sdiv6icon a.icon3{
	background: url(./icon7.png) no-repeat center;
}
.sdiv6icon a.icon4{
	background: url(./icon8.png) no-repeat center;
}
.sdiv6icon a.icon5{
	background: url(./icon5.png) no-repeat center;
}
.ph_footer,.share{
    display: none;
}
@media screen and (max-width:1400px){
    .allfooter{
        width: 80%;
        height: 160px;
    }
    .sdiv6btm1 p{
        font-size: 14px;
        padding: 20px 0px 0 20px;
        line-height: 21px;
    }
    .allfooter ul li p a,
    .allfooter ol li a{
        font-size: 14px;
    }
    .allfooter ol li{
        margin: 5px 0;
    }
    .sdiv6btm1 p.p2{
        padding-top: 20px;
    }
    .sdiv6icon{
        padding-top: 20px;
    }
    .allfooter ul li p a{
        line-height: 30px;
    }
    .sdiv6icon .diviconbox .hide_show{
        width: 160px;
        left: -158px;
    }
    .sdiv6icon .diviconbox .hide_show2{
        left: -100px;
    }
    .sdiv6icon .diviconbox .hide_show4{
        width: 290px;
        left: -230px;
    }
    .sdiv6icon .diviconbox .hide_show3{
        width: 290px;
        left: -280px;
    }
    .sdiv6icon .diviconbox .hide_show6{
        width: 150px;
        left: -150px;
    }
}
@media screen and (max-width:1280px){
     .allfooter{
        width: 90%;
        height: 140px;
    }
    .sdiv6btm1{
        height: 140%;
    }
    .sdiv6btm1 p{
        font-size: 12px;
        line-height: 19px;
        padding: 20px 0px 0 20px;
    }
    .sdiv6btm1 p.p2 {
        padding-top: 10px;
    }
    .allfooter ul li p a, .allfooter ol li a{
        font-size: 12px;
    }
    .allfooter ol{
        margin-top: 15px;
    }
    .sdiv6icon{
        padding-top: 10px;
    }
    .sdiv6icon .diviconbox .hide_show4{
        left: -250px;
    }
    .sdiv6icon .diviconbox .hide_show3{
        left: -285px;
    }
    .sdiv6icon .diviconbox .hide_show6{
        left: -150px;
    }
    .sdiv6icon .diviconbox .hide_show4 img{
        width: 80%;
    }
    .sdiv6icon .diviconbox .hide_show6 img{
        height: 78%;
    }
}
@media screen and (max-width:1023px){
    .pc_footer{
        display: none;
    }
    .ph_footer{
        display: block;
        width: 95%;
        max-width: 750px;
        margin: auto;
        background-color: #fff;
        box-shadow: 0 0 13px 0 rgba(10,2,4,.44);
        padding: 0 10px;
    }
    .ph_foot_top{
        background:url(./ph_head/bg1.png) no-repeat right center;
        background-size: 2rem auto;
        background-color: #0f72ca;
        padding: 20px 15px;
        position: relative;
        top: -20px;

    }
    .ph_foot_top p{
        font-size: .26rem;
        color: #fff;
        line-height: 1.5;
    }
    .ph_foot_top_l{
        float: left;
        width: 45%;
    }
    .ph_foot_top_r{
        float: right;
        width: 45%;
    }
    .ph_foot_btm{}
    .ph_foot_btm ul{
        border: 1px solid #a6d8ff;
        height: 1.7rem;
        color: #0f72ca;
        border-left: 0;

    }
    .ph_foot_btm ul li{
        float: left;
        width: 33.3%;
        position: relative;
        height: 100%;
        border-left:1px solid #a6d8ff;
    }
    .ph_foot_btm ul li>div{
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .ph_foot_btm ul li a{
        display: block;
        font-size: .28rem;
        line-height: 1.8;
    }
    .ph_foot_nav{
        padding: 20px 3%;
        margin-left: 2%;
    }
    .ph_foot_nav a{
        display: block;
        width: 24%;
        color: #333;
        line-height: 1.5;
        font-size: .26rem;
        float: left;
    }
    .share{
        display: block;
    }
    .share ul{
        padding: .3rem 10%;
    }
    .share ul li{
       width: 20%; 
       float: left;
       position: relative;
    }
    .share ul li:hover .ercode{
        display: block;
    }
    
    .share ul li .anbtn.anbtn1{
        background: url(./icon6.png) no-repeat center;
        background-size: .25rem auto;
        background-color: #fff;
    }
    .share ul li .anbtn.anbtn2{
        background: url(./icon7.png) no-repeat center;
        background-size: .24rem auto;
        background-color: #fff;
    }
    .share ul li .anbtn.anbtn3{
        background: url(./icon8.png) no-repeat center;
        background-size: .16rem auto;
        background-color: #fff;
    }
    .share ul li .anbtn.anbtn4{
        background: url(./icon5.png) no-repeat center;
        background-size: .22rem auto;
        background-color: #fff;
    }
    .share ul li .anbtn.anbtn5{
        background: url(./icon620220105.png) no-repeat center;
        background-size: .32rem auto;
        background-color: #fff;
    }
    .share ul li .anbtn{
        width: .6rem;
        height: .6rem;
        border-radius: 50%;
        margin: auto;
        border: 1px solid #0f72ca;
    }
    .ercode{
        background: #e9e9e9;
        padding: .08rem;
        position: absolute;
        bottom: .8rem;
        left: 50%;
        -webkit-box-shadow: 0 0 7px 3px rgba(0,0,0,.35);
        box-shadow: 0 0 7px 3px rgba(0,0,0,.35);
        display: none;
        white-space: nowrap;
        transform: translateX(-50%);
    }
    .anbtn3 .ercode,
    .anbtn4 .ercode{
        transform: translate(-42%);
    }
    .ercode>div{
        display: inline-block;
    }
    .ercode img{
        width: .9rem;
        margin: auto;
    }
    .ercode p{
        text-align: center;
        line-height: 1.6;
        font-size: .12rem;
        color: #0f72ca;
    }
    .ercode .sanjiao{
        width: 0;
        height: 0;
        position: absolute;
        bottom: -8px;
        left: 36%;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #e9e9e9;
    }

}