/* 设计稿宽度 */
.container {
    max-width: 820px;
    margin: 0 auto;
}

.nav_header {
    max-width: 820px;
}

/* 清除浮动 */
.clear {
    clear: both;
}

/* h1~h6样式 */
h1 {
    font-size: 20px;
    color: rgb(43, 147, 255);
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    
}

h2 {
    font-size: 16px;
    color: rgb(94, 173, 255, 0.8);
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
}

h3 {
    font-size: 16px;
    color: rgb(94, 173, 255);
    line-height: 24px;
    text-align: center;
    font-weight: 500;
}

h4 {
    font-size: 16px;
    color: rgb(94, 173, 255);
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
}

h4 a {
    color: rgb(94, 173, 255);
}

h5 {
    font-size: 16px;
    color: rgb(94, 173, 255);
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
}

h5 a {
    color: rgb(94, 173, 255);
}

h6 {
    font-size: 16px;
    color: rgb(94, 173, 255);
    line-height: 24px;
    text-align: center;
    font-weight: 500;
}

@media only screen and (min-width: 750px) {
    h1 {
        font-size: 38px!important;
        color: rgb(43, 147, 255);
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
    }

    h2 {
        font-size: 24px!important;
        color: rgb(94, 173, 255, 0.8);
        line-height: 36px;
        text-align: center;
        text-transform: capitalize;
    }

    h3 {
        font-size: 26px!important;
        color: rgb(94, 173, 255);
        line-height: 38px;
        text-align: center;
        text-transform: capitalize;
    }

    h4 {
        font-size: 24px!important;
        color: rgb(94, 173, 255);
        line-height: 28px;
        text-align: center;
        text-transform: capitalize;
    }

    h5 {
        font-size: 24px!important;
        color: rgb(94, 173, 255);
        line-height: 28px;
        text-align: left;
        text-transform: capitalize;
    }

    h6 {
        font-size: 24px!important;
        line-height: 28px;
    }

}

/* 搜索 */
.search_header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    /* border-bottom: 2px solid #194995; */
}

.search_header .logo{
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.search_header .logo img{
    width: 3rem;
}

.search_header .search {
    /* width: 60%; */
    width: initial;
    display: none !important;
}
.language{
    /* width: 25%; */
    width: initial;
    position: relative;
    display: none !important;
}
.language .text{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.language .text img{width: 1.5rem;}
.language .language_item{position: absolute;width: 5rem;top: 45px;left:-25px;z-index: 9999;background: #fff;display: none;padding-bottom: 10px;padding: 0 0.5rem;}
.language .language_item h3{margin-bottom: 10px;}
#sousuo {
    width: 96%;
    height: 40px;
    border: 2px solid rgb(153 153 153);
    border-radius: 30px;
    outline: medium;
    font-size: .9rem;
    text-indent: 1em;
}

#sousuo::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(204, 204, 204);
}

#sousuo:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(204, 204, 204);
}

#sousuo::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(204, 204, 204);
}

#sousuo:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(204, 204, 204);
}

#tijiao {
    width: 40px;
    height: 30px;
    float: left;
    margin: 0;
    background: #ffffff;
    border: 1px solid white;
    border-radius: 50px 0px 0px 50px;
    display: none;
}

#tijiao2 {
    width: 50px;
    height: 30px;
    float: right;
    margin: 0;
    background: #ffffff;
    border: 1px solid white;
    border-radius: 0px 50px 50px 0px;
    display: none;
}

#tijiao2 p {
    font-size: 10px;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 4px;
    margin: 1px;
    color: #5eadff;
    background: #64b0ff29;
    display: none;
}

/* 列表页搜索 */
.list_search {
    width: 85%;
    margin: 10px auto 16px auto;
}

.list_search #sousuo {
    height: 30px;
    border: 1px solid rgba(102, 102, 102, 0.644);
}

@media only screen and (min-width: 750px) {
    .list_search {
        width: 85%;
        margin: 20px auto 32px auto;
    }

    .list_search #sousuo {
        height: 60px;
    }
}

/* 导航栏 */
.nav_header {
    /* background-color: #5eadff; */
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 999;
}

.nav_header ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    height: 60px;
}


.nav_header ul li a {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}

.nav_hover {
    margin-top: 8px;
}

.nav_hover::after {
    content: '';
    width: 20px;
    height: 2px;
    margin: 5px auto 0 auto;
    display: block;
    background: #fff;
}

#open img {
    width: 25px;
}

#close {
    display: none;
}

#close img {
    width: 25px;
}


#back {
    width: 25px;
    margin-top: 4px;
}

@media only screen and (min-width: 750px) {
    .nav_header ul {
        height: 120px;
    }

    .nav_header ul li a {
        font-size: 28px;
        line-height: 50px;
    }

    .nav_hover {
        margin-top: 14px;
    }

    .nav_hover::after {
        content: '';
        width: 40px;
        height: 4px;
        margin: 10px auto 0 auto;
        display: block;
        background: #fff;
    }

    #open img {
        width: 50px;
    }

    #close img {
        width: 50px;
    }

    #back {
        width: 50px;

    }
}

/* 导航栏打开状态 */
#daohang {
    display: none;
}

.nav_dakai {
    width: 100px;
    background: #fff;
    border-radius: 10px;
    z-index: 999;
    position: absolute;
    margin-top: 60px;
    margin-left: 70%;

}

/* .nav_dakai::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 25px solid #ffffff;
    border-left: 15px dashed transparent;
    border-right: 15px dashed transparent;
    position: absolute;
    top: -10%;
    right: 4%;
} */


.nav_dakai ul {
    width: 90%;
    margin: 0 auto;

}

.nav_dakai ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.nav_dakai ul li:nth-last-child(1) {
    border-bottom: none;
}

.nav_dakai ul li a {
    font-size: 12px;
    line-height: 24px;
    color: rgb(94, 173, 255);
}

@media only screen and (min-width: 414px) {

    /* 导航栏打开状态 */
    .nav_dakai {
        margin-left: 73%;
        margin-top: 62px;
    }
}


@media only screen and (min-width: 750px) {

    /* 导航栏打开状态 */
    .nav_dakai {
        width: 200px;
        border-radius: 20px;
        margin-left: 69%;
        margin-top: 120px;
    }

    .nav_dakai::before {
        border-bottom: 50px solid #ffffff;
        border-left: 30px dashed transparent;
        border-right: 30px dashed transparent;

    }

    .nav_dakai ul li a {
        font-size: 24px;
        line-height: 48px;

    }
}

@media only screen and (min-width: 800px) {

    /* 导航栏打开状态 */
    .nav_dakai {
        width: 220px;
        margin-left: 67%;
        margin-top: 120px;
    }

    .nav_dakai ul li a {
        font-size: 28px;
        line-height: 56px;
    }

}

@media only screen and (min-width: 900px) {
    /* 导航栏打开状态 */
    .nav_dakai {
        right: auto;
        top: auto;
        margin-left: 560px;
        margin-top: 125px;
    }
}
/* 列表导航打开状态 */
.list_dakai {
    width: 110px;
    margin-top: 2px;
    margin-left: 68%;
}
.list_dakai::before {
    border-bottom: 25px solid rgb(94, 173, 255);
}
.list_dakai{
    background: rgb(94, 173, 255);
}
.list_dakai ul li a{
    color: #fff;
}
@media only screen and (min-width: 414px) {
    /* 列表导航栏打开状态 */
    .list_dakai {
        margin-left: 71%;
        margin-top: 4px;
    }
}
@media only screen and (min-width: 750px) {
    /* 列表导航栏打开状态 */
    .list_dakai::before {
        border-bottom: 50px solid rgb(94, 173, 255);
    }
    .list_dakai {
        width: 220px;
        margin-left: 69%;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 800px) {
    /* 列表导航栏打开状态 */
    .list_dakai {
        width: 260px;
        margin-left: 66%;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 900px) {
    /* 列表导航栏打开状态 */
    .list_dakai {
        margin-left: 542px;
        margin-top: 12px;
    }
}

/* 列表导航栏 */
.nav_list {
    /* background-color: #333; */
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #999;
}

.nav_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    padding: 1% 3%;
}

.nav_list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 中间导航宽度 */
.nav_list ul li:nth-child(2){
    width: 70%;
}
.nav_list ul li i {
    height: 23px;
    padding: 0 0.2%;
    display: block;
    background: rgb(94, 173, 255, 0.8);
    margin: 0 5%;
}

.nav_list ul li a {
    font-size: 16px;
    color: rgb(94, 173, 255, 0.8);
    line-height: 24px;
}

@media only screen and (min-width: 750px) {
    .nav_list ul {
        height: 90px;
    }

    .nav_list ul li a {
        font-size: 28px;
        line-height: 50px;
    }

    .nav_list ul li i {
        height: 55px;
    }
}

/* 轮播图 */
.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 6px;
    background: rgb(0, 75, 153);
}

.main_button {
    position: absolute;
    text-align: center;
    z-index: 999;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.main_button a {
    font-size: 16px;
    color: rgb(94, 173, 255);
    padding: 5px 10px;
    background: #fff;
    border-radius: 25px;
}

@media only screen and (min-width: 750px) {
    .swiper-pagination-bullet-active {
        width: 70px;
    }

    .main_button {
        bottom: 80px;
    }

    .main_button a {
        font-size: 30px;
        color: rgb(94, 173, 255);
        padding: 10px 20px;
        background: #fff;
        border-radius: 50px;
    }
}

.root {
    padding: 0 1%;
}


/* 表单 */
.ollform_back {
    background: url(/style/img/form_back.png);
    background-size: cover;
    padding-bottom: 1rem;
}

.index_form {
    padding-top: 26px;

}

@media only screen and (min-width: 414px) {
    .index_form {
        padding-top: 28px;
    }
}

@media only screen and (min-width: 750px) {
    .index_form {
        padding-top: 50px;
    }
}

.index_form>p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #333;
    margin-top: 30px;
}

/* 原版改的文件 */
.index_form form {
    width: 90%;
    padding-bottom: 20px;
    margin: 0 auto;
}

.index_form form div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.index_form form div h3 {
    width: 55px;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    padding-right: 1%;
}

.index_form input {
    width: 240px;
    min-width: 240px;
    min-height: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #f3f3f500;
    /* text-indent: 15px; */
    border: 1px solid #002e6d;
    color: #a3a3a3;
    margin-top: 0px;
    font-size: 10px;
}

.index_form textarea {
    width: 240px;
    min-width: 240px;
    min-height: 100px;
    height: 100px;
    line-height: 3vh;
    background-color: #f3f3f500;
    /* text-indent: 15px; */
    border: 1px solid #002e6d;
    color: #a3a3a3;
    margin-top: 0px;
    font-size: 10px;
}

.index_form form>p {
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    margin-top: 12px;
    color: rgb(83, 152, 229);
    width: 105%;
}

@media only screen and (min-width: 414px) {
    .index_form form {
        width: 88%;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 750px) {
    .index_form form div {
        margin-top: 20px;
    }

    .index_form form {
        width: 88%;
        padding-bottom: 40px;
    }

    .index_form>p {
        font-size: 24px;
        line-height: 36px;
        margin-top: 60px;
    }

    .index_form form div h3 {
        width: 110px;
        font-size: 20px;
        line-height: 40px;
    }

    .index_form input {
        width: 480px;
        min-width: 480px;
        min-height: 50px;
        height: 50px;
        line-height: 50px;
        background-color: #f3f3f500;
        /* text-indent: 15px; */
        border: 1px solid #002e6d;
        color: #a3a3a3;
        margin-top: 0px;
        font-size: 20px;
    }

    .index_form textarea {
        width: 480px;
        min-width: 480px;
        min-height: 200px;
        height: 200px;
        line-height: 6vh;
        background-color: #f3f3f500;
        /* text-indent: 15px; */
        border: 1px solid #002e6d;
        color: #a3a3a3;
        margin-top: 0px;
        font-size: 20px;
    }

    .index_form form>p {
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        margin-top: 0px;
    }
}

/* 提交按钮 */
.index_form form .button {
    min-width: 80%;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #fd654e;
    background-image: linear-gradient(180deg, #fd654e 0%, #f28c29 100%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    /* text-indent: 0; */
    display: block;
    /* margin-top: 3vh; */
    height: 40px;
    line-height: 40px;
    border: none;
}

@media only screen and (min-width: 750px) {
    .index_form form .button {
        margin-top: 40px;
        border-radius: 10px;
        color: #fff;
        font-size: 32px;
        height: 80px;
        line-height: 80px;
    }
}

/* 底部 */
.enda_beian{
    font-size: 12px;color: #999;
    text-align: center;
    padding:10px 0 20px 0;
}
.enda_beian a{color: #999;margin: 0 10px;}
.footer_tag {
    margin-top: 12px;
    margin-bottom: 14px;
}

.footer_tag ul {
    display: flex;
    flex-wrap: wrap;
    width: 58%;
    margin: 0 auto;
}

.footer_tag ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.footer_tag ul li img {
    max-width: 15px;
    width: 15px;
}

.footer_tag ul li p {
    font-size: 12px;
    line-height: 18px;
    color: #333;
}
.footer_tag ul li p a{
    color: #333;
}
@media only screen and (min-width: 414px) {
    .footer_tag ul {
        width: 60%;
    }

    .footer_tag ul li p {
        font-size: 14px;
        line-height: 22px;
        color: #333;
    }

    .footer_tag ul li img {
        max-width: 18px;
        width: 18px;
    }

}

@media only screen and (min-width: 750px) {
    .footer_tag {
        margin-top: 24px;
        margin-bottom: 28px;
    }

    .footer_tag ul {
        width: 56%;
    }

    .footer_tag ul li {
        margin-top: 10px;
    }

    .footer_tag ul li img {
        max-width: 30px;
        width: 30px;
    }

    .footer_tag ul li p {
        font-size: 24px;
        line-height: 36px;
        color: #333;
    }
}

/* 底部内容 */
.footer_content {
    background: url(/style/img/dibu.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 60px;
    position: fixed;
    bottom: -3px;
    width: 100%;
    max-width: 820px;
    z-index: 999;
}

.footer_height {
    width: 100%;
    max-width: 820px;
    height: 60px;
}

@media only screen and (min-width: 750px) {
    .footer_content {
        height: 120px;
    }

    .footer_height {
        height: 120px;
    }

}

.footer_content ul {
    width: 100%;
    max-width: 820px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_content_kefu {
    display: flex;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_content_kefu img {
    width: 20px;
}

.footer_content_kefu a {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

@media only screen and (min-width: 750px) {
    .footer_content_kefu img {
        width: 40px;
    }

    .footer_content_kefu a {
        font-size: 24px;
        line-height: 36px;
    }
}

.footer_content_dianhua {
    display: flex;
    width: 56%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer_content_dianhua>div {
    display: flex;
    align-items: center;
    max-height: 30px;
    height: 30px;
}

.footer_content_dianhua img {
    width: 30px;
}

.footer_content_dianhua a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.footer_content_dianhua p {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    text-align: center;
}

@media only screen and (min-width: 750px) {
    .footer_content_dianhua>div {

        max-height: 60px;
        height: 60px;
    }

    .footer_content_dianhua img {
        width: 60px;
    }

    .footer_content_dianhua a {
        font-size: 36px;
        line-height: 56px;

    }

    .footer_content_dianhua p {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        text-align: center;
    }
}

/* 列表页翻页 */
.list_page {
    padding: 26px 0 26px 0;
}

.list_page ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.curr {
    width: 85px;
    height: 30px;
    margin: 0 2%;
    border: 1px solid rgb(43, 147, 255);
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    background-color: rgb(43, 147, 255);
}

.list_page ul a {
    width: 50px;
    height: 30px;
    margin: 0 1%;
    border: 1px solid rgb(102, 102, 102);
    text-align: center;
    border-radius: 10px;
    color: #333;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 750px) {
    .list_page {
        padding: 52px 0 52px 0;
    }

    .curr {
        width: 100px;
        height: 60px;
        border-radius: 20px;
        font-size: 18px;
        line-height: 60px;
    }

    .list_page ul a {
        width: 100px;
        height: 60px;
        border-radius: 20px;
        font-size: 18px;
        line-height: 60px;
    }

}