@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

header,
section,
footer {
    width: 7.5rem;
    margin: 0 auto;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

div {
    box-sizing: border-box;
}

button {
    border: none;
}

.df {
    display: flex;
}

.fw {
    flex-wrap: wrap;
}

.js {
    justify-content: space-between;
}

.jc {
    justify-content: center;
}

.ai {
    align-items: center;
}


/* .logo {
    height: 1.26rem;
    font-size: .36rem;
    color: #e8211c;
    font-family: SourceHanSerifCN-Bold;
}

.logo img {
    width: 2.46rem;
    height: .68rem;
    margin-right: .1rem;
} */

.head {
    width: 7.5rem;
    height: 1.3rem;
    background-image: url(../images/head-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.2rem;
    box-sizing: border-box;
    position: relative;
    line-height: 1.3rem;
}

.head .logo{
    width: 4.2rem;
    height: 0.62rem;
    vertical-align: middle;
}

.h-tel {
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}
.h-tel img{
    width: 100%;
    height: 100%;
}
.nav ul li {
    width: 25%;
    height: .72rem;
    text-align: center;
    line-height: .72rem;
    font-size: .26rem;
    color: #000;
    /* background-color: rgb(7, 115, 201); */
}

.banner {
    height: 9.97rem;
    background-image: url(../images/head-bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    padding-top: .96rem;
}

.banner h1 {
    font-size: .56rem;
    color: #ffffff;
}

.aaa {
    width: 3.96rem;
    height: .03rem;
    background-color: #006ab6;
    margin: 0.3rem auto;
}

.banner p {
    font-size: .36rem;
    line-height: .64rem;
    color: #ffffff;
}

.banner ul {
    width: 5.26rem;
    margin: 0 auto 0;
}

.banner ul li {
    width: 5.26rem;
    height: .93rem;
    border-radius: .1rem;
    background-color: rgb(5, 112, 194);
    margin: .25rem 0;
    font-size: .36rem;
    line-height: .93rem;
    color: #ffffff;
}

.container1 {
    padding: 0 0.2rem;
}

h2 {
    font-size: .4rem;
    color: #006ab6;
    line-height: .54rem;
    font-weight: normal;
    text-align: center;
}

.container1 .img {
    width: 3.5rem;
    position: relative;
    margin-top: 0.3rem;
    border-radius: 0.2rem 0.2rem 0 0;
    overflow: hidden;
}

.container1 .img img {
    height: 2.6rem;
}

.container1 .img .p1 {
    font-size: 0.26rem;
    margin: 0.1rem 0 0.1rem 0.2rem;
}

.container1 .img .p2 {
    font-size: 0.24rem;
    margin: 0.1rem 0 0.1rem 0.2rem;
    color: #666;
}

.container1 .img .p3 {
    font-size: 0.24rem;
    margin: 0.1rem 0 0.1rem 0.2rem;
    color: #767676;
}

.container1 .img .p3 span {
    padding: 0 0.1rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    background-color: rgb(248, 247, 247);
}

.container1 .img button {
    width: 3rem;
    height: 0.5rem;
    background-color: #f0071b;
    border-radius: 0.4rem;
    font-size: 0.24rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-left: 0.2rem;
}

.container1 .con1 {
    margin: 0.5rem 0;
}

.container1 .con1 button {
    width: 6.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    margin: 0 0.13rem;
    background-color: #006ab6;
    font-size: 0.3rem;
    font-weight: 600;
    color: #fff;
    margin: 0.1rem 0;
}

.container2 {
    text-align: center;
}

.container2 .img {
    padding: 0 0.38rem;
}

.container2 .img img {
    width: 100%;
}

.container2 .img .img1 {
    width: 2.16rem;
    height: 1.45rem;
    margin-top: .3rem;
}

.container2 button {
    width: 3.8rem;
    height: 0.7rem;
    background-color: #f0071b;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    color: #ffffff;
    margin: 0.4rem 0 .13rem;
}

.container2 .biaodan {
    background: rgb(248, 248, 248);
    padding: 0.72rem 0;
}

.container2 .biaodan h2 {
    margin-bottom: 0.4rem;
}

.container2 .biaodan p {
    margin-top: 0.2rem;
    color: #333333;
    font-size: 0.18rem;
}

.container2 .biaodan p input {
    width: 3.96rem;
    height: 0.43rem;
    background-color: #ffffff;
    border: solid 0.01rem #767676;
    padding-left: 0.1rem;
    font-size: 0.28rem;
}

.container2 .biaodan p select {
    width: 4.1rem;
    height: 0.43rem;
    background-color: #ffffff;
    border: solid 0.01rem #767676;
    padding-left: 0.1rem;
    font-size: 0.28rem;
}

.container2 .biaodan p input::placeholder {
    font-size: 0.18rem;
    color: #999999;
}

.container2 .biaodan button {
    width: 2.01rem;
    height: 0.46rem;
    background-color: #f0071b;
    border-radius: 0.06rem;
    font-size: 0.18rem;
}

.container2 .biaodan p:last-of-type {
    font-size: 0.16rem;
    color: #333333;
}

.container3 {
    background-image: url(../images/kd-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 0.52rem;
}

.container3 .mfzl dl {
    width: 25%;
    text-align: center;
    margin: 0.42rem 0;
}

.container3 .mfzl dl dt {
    width: 1.02rem;
    height: 1.02rem;
    background-color: #dceefd;
    border: solid 0.01rem #006ab6;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 1.02rem;
}

.container3 .mfzl dl dt img {
    width: 0.48rem;
    vertical-align: middle;
}

.container3 .mfzl dl dd {
    font-size: 0.24rem;
    color: #045ca5;
    margin-top: 0.22rem;
}

.container3 p {
    text-align: center;
    margin-bottom: 0.5rem;
}

.container3 p input {
    width: 3rem;
    height: 0.65rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
    border: solid 0.01rem #676767;
    padding-left: 0.1rem;
    margin-right: 0.12rem;
    font-size: 0.28rem;
}

.container3 p input::placeholder {
    font-size: 0.24rem;
    color: #9a9a9a;
    text-align: center;
}

.container3 p button {
    width: 3rem;
    height: 0.65rem;
    background-color: #f0071b;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    color: #ffffff;
}

.container3 .kaodian {
    margin: 0.46rem 0 1.24rem;
}

.container3 .kaodian span {
    width: 1.96rem;
    height: 0.9rem;
    background-color: #006ab6;
    border-radius: 0.1rem;
    margin: 0.12rem 0.16rem;
    text-align: center;
    line-height: 0.9rem;
    font-size: 0.4rem;
    color: #ffffff;
}

.container4 ul {
    padding: 0 0.58rem;
    margin: 0.4rem 0;
}

.container4 ul li {
    height: 0.82rem;
    font-size: 0.28rem;
    line-height: 0.82rem;
    position: relative;
    border-bottom: dashed 0.02rem #c6c6c6;
}

.container4 ul li img {
    width: 0.25rem;
}

.container4 ul li button {
    width: 1.58rem;
    height: 0.56rem;
    background-color: #ae1717;
    border-radius: 0.05rem;
    font-size: 0.24rem;
    color: #ffffff;
    position: absolute;
    top: 0.13rem;
    right: 0;
}

.container4 p {
    text-align: center;
    padding-bottom: 0.7rem;
}

.container4 p button {
    width: 2.86rem;
    height: 0.6rem;
    background-color: #f0071b;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    color: #ffffff;
    margin: 0 0.14rem;
}

.container4 p .btn {
    background-color: #006ab6;
}

.container5 {
    background-image: url(../images/con5-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0.5rem 0.3rem 0;
}

.container5 h2 {
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.container5 .box {
    width: 6.91rem;
    height: 2.13rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
    margin-bottom: 0.26rem;
}

.container5 .box img {
    width: 0.75rem;
    margin: 0 0.4rem;
}

.container5 .box p:nth-of-type(1) {
    font-size: 0.36rem;
    color: #006ab6;
    font-weight: bold;
}

.container5 .box p:nth-of-type(2) {
    width: 5.01rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #606060;
    margin: .2rem 0;
}

.container5 .box p:nth-of-type(3) {
    font-size: 0.24rem;
    color: #e31a1a;
}

.container5 .p {
    text-align: center;
    padding-bottom: 0.7rem;
    margin: 0.5rem 0 0 0;
}

.container5 .p button {
    width: 2.86rem;
    height: 0.6rem;
    background-color: #f0071b;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    color: #ffffff;
    margin: 0 0.14rem;
}

.container5 .p .btn {
    background-color: #006ab6;
}

.container6 {
    margin: 0.3rem 0;
}

.container6 img {
    width: 7.5rem;
    height: 3.26rem;
    margin-top: 0.1rem;
}


/* footer {
    width: 7.5rem;
}

.f-box {
    height: 2.35rem;
    background-color: #294883;
    padding-top: 0.48rem;
}

.f-box p {
    text-align: center;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.36rem;
} */

.foot {
    width: 7.5rem;
    height: 3rem;
    background-image: url(../images/foo-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.foot img {
    width: 5.02rem;
    height: 0.82rem;
    margin: 0.26rem 0;
}

.foot p {
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.32rem;
}

.foot-bottom {
    width: 7.5rem;
    height: 0.66rem;
    background-color: #003b76;
    text-align: center;
    line-height: 0.66rem;
    font-size: 0.16rem;
    color: #ffffff;
}
.f-btn {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.f-btn button {
    width: 3.75rem;
    height: 0.8rem;
    font-size: 0.24rem;
    color: #fff;
}

.f-btn .btn1 {
    background-color: #f0071b;
}

.f-btn .btn2 {
    background-color: #006ab6;
}