@font-face {
    font-family: 'p';
    src: url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'pb';
    src: url('../font/Poppins-Bold.ttf');
}

* {
    margin: 0;
    padding: 0;
    font-family: p;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

body {
    max-width: 19.2rem;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 8.5rem;
    background: url(../img/banner.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}


#bkform3 {
    position: fixed;
    z-index: 99999999;
    top: 0%;
    display: none;
}

.form {
    width: 7.71rem;
    padding: 0.2rem 0.1rem;
    background: rgba(75, 74, 73, 0.8);
    box-shadow: 0px 0.03rem 0.2rem 0.01rem rgba(3, 69, 158, 0.03921569);
    font-size: 0.2rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
}

.form .dropdown.active .option {
    display: block;
}

.form .dropdown {
    position: relative;
    width: 100%;
    height: 0.58rem;
}

.form .dropdown input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 19, 35, 0.03);
    border: none;
    outline: none;
    padding: 0 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #001323;
}

.form .dropdown::before {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 0.14rem;
    z-index: 10000;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #001323;
    border-top: 0.02rem solid transparent;
    border-right: 0.02rem solid transparent;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}

.form .dropdown.active::before {
    top: 0.25rem;
    transform: rotate(-225deg);
}

.form .dropdown .option {
    height: 2.32rem;
    display: none;
    position: absolute;
    top: 0.58rem;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
}

.form .dropdown .option div {
    height: 0.58rem;
    line-height: 0.58rem;
    padding: 0 0.2rem;
    cursor: pointer;
}

.form .dropdown .option div:hover {
    background-color: rgba(0, 19, 35, 0.1);
}

.form .contact-way {
    font-size: 0.2rem;
    font-family: Arial-Regular, Arial;
    height: 1rem;
    color: #001323;
    display: flex;
    justify-content: space-between;
}

.form .contact-way div {
    width: 2.5rem;
}

.form .contact-way input {
    margin-top: 0.17rem;
    width: 2.87rem;
    height: 0.46rem;
    background: #fafafa;
    border: 1px solid #cccccc;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #000;
    padding-left: 0.1rem;
}

.form .Requirement p {
    margin-top: 0.22rem;
    margin-bottom: 0.17rem;
}

.form .Requirement textarea {
    width: 100%;
    height: 1.29rem;
    background-color: rgba(0, 19, 35, 0.03);
    resize: none;
    border: 1px solid #ccc;
    padding: 0.2rem;
    font-size: 0.21rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #fff;
}

.form .submit {
    text-align: center;
    margin-top: 0.27rem;
}

.form .submit button {
    width: 1.97rem;
    height: 0.68rem;
    background: #1daf0f;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    font-size: 0.28rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #f9fbfc;
}

.guanbi {
    float: right;
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;

}

.hint {
    font-size: 0.18rem;
    color: red;
}


#form3 input::-webkit-input-placeholder {

    color: #000;
    font-size: 0.18rem;
}

#form3 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #000;
    font-size: 0.18rem;
}

#form3 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #000;
    font-size: 0.18rem;
}

#form3 input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #000;
    font-size: 0.18rem;

}

#form3 textarea::-webkit-input-placeholder {

    color: #000;
    font-size: 0.18rem;
}

#form3 textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #000;
    font-size: 0.18rem;
}

#form3 textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #000;
    font-size: 0.18rem;
}

#form3 textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #000;
    font-size: 0.18rem;
}


.inquiry {
    width: 100%;
    height: 8.49rem;
    background: url(../img/849.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.inquirycenter {
    width: 16rem;
    height: 8.49rem;
    margin: 0 auto;
    position: relative;
}

.inquiryleft {
    width: 6rem;
    height: 8.6rem;
    float: left;
    position: relative;
}

.inquiryleft h2 {
    font-size: 0.42rem;
    font-family: pb;
    text-align: left;
    line-height: 0.42rem;
    padding-top: 1.58rem;
    padding-bottom: 0.56rem;
}

.inquirytitle {
    width: 7rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    font-family: p;
}

.inquirybox {
    width: 100%;
    height: 0.01rem;
    background: #ccc;
    margin-top: 0.55rem;
    margin-bottom: 0.3rem;
}

.inquirytitle2 {
    width: 6rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    font-family: p;
    text-align: left;
    color: #666;
}

.inquirycenter ul li:nth-of-type(1) {
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 3.86rem;
    left: 1.55rem;
}

.inquirycenter ul li:nth-of-type(2) {
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 4.85rem;
    left: 1.46rem;
}

.inquirycenter ul li:nth-of-type(3) {
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 5.85rem;
    left: 1.36rem;
}

.inquiryright {
    width: 9.08rem;
    height: 6.17rem;
    float: left;
    /* box-shadow: 0px 0px 6px #f4f4f4; */
    margin-top: 1.19rem;
    margin-left: 5.3rem;
}

.inquiryright h3 {
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #000;
    width: 100%;
    text-align: left;
    line-height: 0.42rem;
    padding-top: 0.17rem;
    padding-bottom: 0.1rem;
}

#form2 {
    padding-bottom: 0.8rem;
    border-radius: 10px;
    margin-top: -0.3rem;
    MARGIN-LEFT: 0REM;
}

.five1 {
    width: 9.08rem;
    height: 2.55rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* float: left; */
    justify-content: space-between;
    align-content: space-between;
}

.five2 {
    width: 4.27rem;
    height: 0.6rem;
}

.five2 p {
    width: 4.27rem;
    height: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #000;
}

..five2 span {
    color: red;
    font-size: 0.2rem;
}

.five2 input {
    width: 3.92rem;
    height: 0.52rem;
    float: left;
    border: 1px solid #ccc;
    padding-left: 0.35rem;
    background: #fafafa;
    font-size: 0.2rem;
}

.five3 {
    width: 100%;
    margin: 0 auto;
    height: 1.85rem;
    margin-top: 0.15rem;
}

.five3 p {
    width: 100%;
    margin: 0 auto;
    height: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #000;
}

..five3 span {
    color: red;
    font-size: 0.2rem;
}

.buttons1 {
    width: 4.22rem;
    height: 0.65rem;
    line-height: 0.65rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
    display: table;
    border-radius: 0.65rem;
    background: linear-gradient(to bottom, #ffa720, #ff7113);
    /* box-shadow: 0.05rem 0.1rem 1px #fdedc9; */
}

.five3 textarea {
    width: 8.74rem;
    height: 1.55rem;
    background: #fafafa;
    float: left;
    resize: none;
    border: 1px solid #ccc;
    padding-top: 0.1rem;
    line-height: 0.3rem;
    color: #666;
    font-size: 0.2rem;
    padding-left: 0.35rem;
    /* margin-left: 0.38rem; */
}

input::-webkit-input-placeholder {

    color: #666;
    font-size: 0.18rem;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */

    color: #666;
    font-size: 0.18rem;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */

    color: #666;
    font-size: 0.18rem;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: #666;
    font-size: 0.18rem;

}

textarea::-webkit-input-placeholder {

    color: #666;
    font-size: 0.18rem;
}

.five2 {
    position: relative;
}

.five2 img {
    width: 0.22rem;
    height: 0.22rem;
    position: absolute;
    top: 0.16rem;
    left: 0.1rem;
}

.five3 {
    position: relative;
}

.five3 img {
    width: 0.22rem;
    height: 0.22rem;
    position: absolute;
    top: 0.16rem;
    left: 0.12rem !important;
}

.banner_box {
    width: 15rem;
    height: 1.96rem;
    background: #FFFFFF;
    box-shadow: 0.02rem 0.03rem 0.27rem 0px rgba(0, 0, 0, 0.16);
    border-radius: 0.05rem;
    position: relative;
    margin: 0 auto;
    margin-top: -0.8rem;
}

.banner_box ul {
    width: 15rem;
    height: 1.96rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.banner_box ul li {
    width: auto;
    height: 1.96rem;
    font-size: 0.2rem;
    font-family: pb;
    font-weight: 400;
    color: #000000;
    line-height: 0.21rem;
    text-align: center;
}

.banner_box ul li img {
    width: 0.73rem;
    height: auto;
    margin-top: 0.41rem;
}

.one {
    width: 100%;
    height: 8.03rem;
    margin: 0 auto;
    background: #fff;
}

.onecenter {
    width: 15rem;
    height: 8.03rem;
    margin: 0 auto;
    position: relative;
}

.one_top {
    width: 15rem;
    height: 1.14rem;
    margin: 0 auto;

}

.one_cenbottom {
    width: 15rem;
    height: 5.7rem;
    margin: 0 auto;
    position: relative;
}

.yellowbox {
    width: 1.09rem;
    height: 0.05rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
    background: #FFB400;
}

.one_cenbottom h3 {
    width: 6rem;
    height: 0.45rem;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.36rem;
    padding-top: 0.42rem;
    padding-bottom: 0.4rem;
}

.one_title {
    width: 6.4rem;
    height: auto;
    font-size: 0.2rem;
    font-family: p;
    font-weight: 400;
    color: #666666;
    line-height: 0.36rem;
}

.one_button {
    width: 3.15rem;
    height: 0.69rem;
    background: #FFB400;
    border-radius: 0.34rem;
    font-size: 0.22rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.69rem;
    text-align: center;
    margin-top: 0.9rem;
}

.one_button_white {
    width: 0.58rem;
    height: 0.58rem;
    background: #FFFFFF;
    border-radius: 50%;
    float: right;
    margin-top: 0.045rem;
    margin-right: 0.045rem;
}

.one_button_white img {
    width: 0.31rem;
    height: 0.31rem;
    margin: 0 auto;
    margin-top: 0.135rem;
}

.one_img1 {
    width: 6.71rem;
    height: 4.1rem;
    background: url(../img/a5.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0rem;
    right: 0rem
}

.one_img2 {
    width: 6.29rem;
    height: 3.86rem;
    position: absolute;
    right: 1.02rem;
    bottom: 1.71rem;
    overflow: hidden;
}

.one_img2 img {
    width: 6.29rem;
    height: 3.86rem;
    transition: 0.4s;
}

.one_img2 img:hover {
    transition: 0.4s;
    transform: scale(1.05);
    cursor: pointer;
}

.two {
    width: 100%;
    height: 10.81rem;
    margin: 0 auto;
    background: #182024;
}

.two_center {
    width: 15rem;
    height: 10.81rem;
    margin: 0 auto;
}

.two_center h2 {
    width: 15rem;
    height: auto;
    font-size: 0.48rem;
    font-family: pb;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    padding-top: 0.7rem;
    padding-bottom: 0.29rem;
    line-height: 0.48rem;
}

.two_title {
    width: 15rem;
    height: auto;
    font-size: 0.22rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.22rem;
    text-align: center;
    margin: 0 auto;
    opacity: 0.8;
    padding-bottom: 0.6rem;
}

.two_box {
    width: 15rem;
    height: 7.04rem;
    margin: 0 auto;
    position: relative;
}

.two_img1 {
    width: 7.83rem;
    height: 6.44rem;
    position: absolute;
    left: 0rem;
    top: 0.27rem;
    background: url(../img/b1.png) no-repeat;
    background-size: 100% 100%;
}

.two_rightbox {
    width: 8.18rem;
    height: 7.04rem;
    background: #FFFFFF;

    position: absolute;
    right: 0rem;
    top: 0rem;
    border-top-right-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
}

.two_rightbox tr td {
    height: 0.6rem;
    font-size: 0.2rem;
    font-family: p;
    font-weight: 400;
    color: #333;
    line-height: 0.36rem;
    text-align: center;

}

.two_rightbox table {
    width: 7.4rem;
    height: 5.47rem;
    border: 0.01rem solid #ccc;
    margin-top: 0.46rem;
    margin-left: 0.4rem;
}

.two_rightbox tr th {
    height: 0.6rem;
    font-size: 0.2rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.36rem;
    text-align: center;
    background: #ffb400;
}

.table_bottom {
    width: auto;
    font-size: 0.2rem;
    color: #666;
    text-align: left;
    line-height: 0.2rem;
    font-family: p;
    margin-top: 0.2rem;
    margin-left: 0.4rem;
}

.table_bottom img {
    width: 0.16rem;
    height: 0.2rem;
    float: left;
    display: block;
    margin-right: 0.1rem;
}

.detail {
    width: 100%;
    height: 11.58rem;
    margin: 0 auto;
    background: url(../img/c1.png) no-repeat;
    background-size: 100% 100%;
}

.detailcenter {
    width: 100%;
    height: 11.58rem;
    margin: 0 auto;
    position: relative;
}

.detailcenter h2 {
    width: 15rem;
    height: auto;
    font-size: 0.48rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.3rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 1.02rem;
}

.details_c2 {
    width: 12.77rem;
    height: 7.42rem;
    position: absolute;
    top: 4.16rem;
    left: 3.15rem;
}

.detail_tiao li:nth-of-type(1) {
    width: 0.01rem;
    height: 1.34rem;
    background: #FFB400;
    position: absolute;
    left: 9.5rem;
    top: 3.49rem;

}

.detail_tiao li:nth-of-type(2) {
    width: 1.45rem;
    height: 0.01rem;
    background: #FFB400;
    position: absolute;
    left: 8.06rem;
    top: 3.48rem;

}

.detail_tiao li:nth-of-type(3) {
    z-index: 99999;
    width: 0.25rem;
    height: 0.25rem;
    background: rgba(255, 180, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 3.36rem;
    left: 7.93rem;
}

.detail_tiao li:nth-of-type(3) div {
    width: 0.13rem;
    height: 0.13rem;
    border: 0.03rem solid #FFB400;
    border-radius: 50%;
    opacity: 1;
    margin-top: 0.03rem;
    margin-left: 0.03rem;
}

.detail_tiao li:nth-of-type(4) {

    font-size: 0.72rem;
    font-family: pb;
    font-weight: bold;
    color: #FFB400;
    line-height: 0.3rem;
    position: absolute;
    top: 2.44rem;
    left: 3.34rem;
}

.detail_tiao li:nth-of-type(5) {
    width: 4.73rem;
    height: 1.34rem;
    background: rgba(255, 255, 255, 0.8);
    border: 0.01rem dashed #666;
    position: absolute;
    top: 2.65rem;
    left: 3.33rem;
}

.detail_tiao li:nth-of-type(5) h3 {
    width: auto;
    height: auto;
    font-size: 0.22rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.3rem;
    padding-top: 0.27rem;
    padding-left: 0.34rem;
}

.detail_tiao li:nth-of-type(5) .tiao_title {
    width: auto;
    height: auto;
    font-size: 0.18rem;
    font-family: p;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    text-align: left;
    padding-left: 0.34rem;
    padding-right: 0.34rem;
}


.detail_tiao li:nth-of-type(6) {
    width: 0.01rem;
    height: 1.34rem;
    background: #FFB400;
    position: absolute;
    left: 10.01rem;
    top: 3.61rem;

}

.detail_tiao li:nth-of-type(7) {
    width: 1.45rem;
    height: 0.01rem;
    background: #FFB400;
    position: absolute;
    left: 10.01rem;
    top: 3.61rem;

}

.detail_tiao li:nth-of-type(8) {
    z-index: 99999;
    width: 0.25rem;
    height: 0.25rem;
    background: rgba(255, 180, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 3.45rem;
    left: 11.27rem;
}

.detail_tiao li:nth-of-type(8) div {
    width: 0.13rem;
    height: 0.13rem;
    border: 0.03rem solid #FFB400;
    border-radius: 50%;
    opacity: 1;
    margin-top: 0.03rem;
    margin-left: 0.03rem;
}

.detail_tiao li:nth-of-type(9) {
    font-size: 0.72rem;
    font-family: pb;
    font-weight: bold;
    color: #FFB400;
    line-height: 0.3rem;
    position: absolute;
    top: 2.47rem;
    right: 3.13rem;
}

.detail_tiao li:nth-of-type(10) {
    width: 4.73rem;
    height: 1.34rem;
    background: rgba(255, 255, 255, 0.8);
    border: 0.01rem dashed #666;
    position: absolute;
    top: 2.72rem;
    right: 3.07rem;
}

.detail_tiao li:nth-of-type(10) h3 {
    width: auto;
    height: auto;
    font-size: 0.22rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.3rem;
    padding-top: 0.27rem;
    padding-left: 0.34rem;
}

.detail_tiao li:nth-of-type(10) .tiao_title {
    width: auto;
    height: auto;
    font-size: 0.18rem;
    font-family: p;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    text-align: left;
    padding-left: 0.34rem;
    padding-right: 0.34rem;
}


.detail_tiao li:nth-of-type(11) {
    z-index: 99999;
    width: 0.25rem;
    height: 0.25rem;
    background: rgba(255, 180, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 6.02rem;
    left: 6.72rem;
}

.detail_tiao li:nth-of-type(11) div {
    width: 0.13rem;
    height: 0.13rem;
    border: 0.03rem solid #FFB400;
    border-radius: 50%;
    opacity: 1;
    margin-top: 0.03rem;
    margin-left: 0.03rem;
}

.detail_tiao li:nth-of-type(12) {
    font-size: 0.72rem;
    font-family: pb;
    font-weight: bold;
    color: #FFB400;
    line-height: 0.3rem;
    position: absolute;
    top: 5.25rem;
    left: 2.15rem;
}

.detail_tiao li:nth-of-type(13) {
    width: 4.73rem;
    height: 1.34rem;
    background: rgba(255, 255, 255, 0.8);
    border: 0.01rem dashed #666;
    position: absolute;
    top: 5.51rem;
    left: 2.21rem;
}

.detail_tiao li:nth-of-type(13) h3 {
    width: auto;
    height: auto;
    font-size: 0.22rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.3rem;
    padding-top: 0.27rem;
    padding-left: 0.34rem;
}

.detail_tiao li:nth-of-type(13) .tiao_title {
    width: auto;
    height: auto;
    font-size: 0.18rem;
    font-family: p;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    text-align: left;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
}



.detail_tiao li:nth-of-type(14) {
    z-index: 99999;
    width: 0.25rem;
    height: 0.25rem;
    background: rgba(255, 180, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 6.19rem;
    right: 6.35rem;
}

.detail_tiao li:nth-of-type(14) div {
    width: 0.13rem;
    height: 0.13rem;
    border: 0.03rem solid #FFB400;
    border-radius: 50%;
    opacity: 1;
    margin-top: 0.03rem;
    margin-left: 0.03rem;
}

.detail_tiao li:nth-of-type(15) {
    font-size: 0.72rem;
    font-family: pb;
    font-weight: bold;
    color: #FFB400;
    line-height: 0.3rem;
    position: absolute;
    top: 5.35rem;
    left: 16.14rem;
}

.detail_tiao li:nth-of-type(16) {
    width: 4.73rem;
    height: 1.34rem;
    background: rgba(255, 255, 255, 0.8);
    border: 0.01rem dashed #666;
    position: absolute;
    top: 5.62rem;
    left: 12.37rem;
}

.detail_tiao li:nth-of-type(16) h3 {
    width: auto;
    height: auto;
    font-size: 0.22rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.3rem;
    padding-top: 0.27rem;
    padding-left: 0.34rem;
}

.detail_tiao li:nth-of-type(16) .tiao_title {
    width: auto;
    height: auto;
    font-size: 0.18rem;
    font-family: p;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    text-align: left;
    padding-left: 0.34rem;
    padding-right: 0.34rem;
}


.detail_tiao li:nth-of-type(17) {
    width: 1.45rem;
    height: 0.01rem;
    background: #FFB400;
    position: absolute;
    left: 7.52rem;
    top: 9.7rem;

}

.detail_tiao li:nth-of-type(18) {
    z-index: 99999;
    width: 0.25rem;
    height: 0.25rem;
    background: rgba(255, 180, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 9.59rem;
    left: 7.29rem;
}

.detail_tiao li:nth-of-type(18) div {
    width: 0.13rem;
    height: 0.13rem;
    border: 0.03rem solid #FFB400;
    border-radius: 50%;
    opacity: 1;
    margin-top: 0.03rem;
    margin-left: 0.03rem;
}

.detail_tiao li:nth-of-type(19) {
    font-size: 0.72rem;
    font-family: pb;
    font-weight: bold;
    color: #FFB400;
    line-height: 0.3rem;
    position: absolute;
    top: 8.87rem;
    left: 2.71rem;
}

.detail_tiao li:nth-of-type(20) {
    width: 4.73rem;
    height: 1.34rem;
    background: rgba(255, 255, 255, 0.8);
    border: 0.01rem dashed #666;
    position: absolute;
    top: 9.08rem;
    left: 2.69rem;
}

.detail_tiao li:nth-of-type(20) h3 {
    width: auto;
    height: auto;
    font-size: 0.22rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.3rem;
    padding-top: 0.27rem;
    padding-left: 0.34rem;
}

.detail_tiao li:nth-of-type(20) .tiao_title {
    width: auto;
    height: auto;
    font-size: 0.18rem;
    font-family: p;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    text-align: left;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
}




.detail_tiao li:nth-of-type(21) {
    width: 1.45rem;
    height: 0.01rem;
    background: #FFB400;
    position: absolute;
    left: 10.37rem;
    top: 9.62rem;
}

.detail_tiao li:nth-of-type(22) {
    z-index: 99999;
    width: 0.25rem;
    height: 0.25rem;
    background: rgba(255, 180, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 9.48rem;
    right: 8.62rem;
}

.detail_tiao li:nth-of-type(22) div {
    width: 0.13rem;
    height: 0.13rem;
    border: 0.03rem solid #FFB400;
    border-radius: 50%;
    opacity: 1;
    margin-top: 0.03rem;
    margin-left: 0.03rem;
}

.detail_tiao li:nth-of-type(23) {
    font-size: 0.72rem;
    font-family: pb;
    font-weight: bold;
    color: #FFB400;
    line-height: 0.3rem;
    position: absolute;
    top: 8.66rem;
    left: 15.74rem;
}

.detail_tiao li:nth-of-type(24) {
    width: 4.73rem;
    height: 1.34rem;
    background: rgba(255, 255, 255, 0.8);
    border: 0.01rem dashed #666;
    position: absolute;
    top: 8.91rem;
    left: 11.91rem;
}

.detail_tiao li:nth-of-type(24) h3 {
    width: auto;
    height: auto;
    font-size: 0.22rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.3rem;
    padding-top: 0.27rem;
    padding-left: 0.34rem;
}

.detail_tiao li:nth-of-type(24) .tiao_title {
    width: auto;
    height: auto;
    font-size: 0.18rem;
    font-family: p;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    text-align: left;
    padding-left: 0.34rem;
    padding-right: 0.34rem;
}

.reliable {
    width: 100%;
    height: 1.65rem;
    background: url(../img/d.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.reliable_center {
    width: 15rem;
    height: 1.65rem;
    margin: 0 auto;
    position: relative;
}

.reliable_center h2 {
    width: auto;
    height: 0.37rem;
    font-size: 0.36rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    position: absolute;
    left: 0rem;
    top: 0.66rem;
}

.reliable_center .one_button {
    position: absolute;
    right: 0rem;
    top: 0.53rem;
    margin-top: 0rem !important;
    background: #fff;
}

.reliable_center .one_button .one_button_white {
    background: #F93103;
}

.use {
    width: 100%;
    height: 7.95rem;
    margin: 0 auto;
    background: #fff;
}

.use_center {
    width: 15rem;
    height: 7.95rem;
    margin: 0 auto;
}

.use_center h2 {
    width: 15rem;
    height: auto;
    font-size: 0.48rem;
    font-family: pb;
    font-weight: bold;
    color: #000000;
    line-height: 0.48rem;
    text-align: center;
    margin: 0 auto;
    padding-top: 0.71rem;
}

.use_title {
    width: 14rem;
    height: auto;
    font-size: 0.2rem;
    font-family: p;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    text-align: center;
    margin: 0 auto;
    padding-top: 0.3rem;
}
.use_center ul{
    width: 15rem;
    height: 4.54rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.55rem;
}
.use_center ul li{
    width: 2.5rem;
    height: 4.54rem;
    
}
.use_center ul li img{
    width: 2.5rem;
    height: 4.54rem;
    display: block;
}
.related{
    width: 100%;
    height: 10.54rem;
    margin: 0 auto;
    background: #fff;
}
.related_center{
    width: 15rem;
    height: 10.54rem;
    margin:  0 auto;
}
.related_center h2{
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    color: #000;
    font-family: pb;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0.2rem;
    padding-top: 0.71rem;
}
.related_title{
    width: 13rem;
    height: auto;
    font-size: 0.2rem;
    font-family: p;
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
    text-align: center;
    margin: 0 auto;
}
.related_center ul{
    width: 15rem;
    height: 4.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
}
.related_center ul li{
    width: 4.85rem;
    height: 4.45rem;
    background: #fff;
    font-size: 0.22rem;
    font-family: pb;
    text-align: center;
    line-height: 0.8rem;
    color: #000;
}
.related_img{
    width: 4.85rem;
    height: 3.6rem;
    overflow: hidden;
}
.related_img img{
    width: 4.85rem;
    height: 3.6rem;
    transition: 0.4s;
    display: block;
}
.related_img img :hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.feed{
    width: 100%;
    height: 10.45rem;
    background: #FFB400;
    margin: 0 auto;
}
.feedcenter{
    width: 100%;
    height: 10.45rem;
    margin: 0 auto;
    position: relative;
}
.feedcenter h2{
    width: 15rem;
    height: auto;
    font-size: 0.48rem;
    color: #000;
    text-align: center;
    line-height: 0.48rem;
    font-family: pb;
    padding-top: 0.87rem;
    padding-bottom: 0.19rem;
    margin: 0 auto;
}
.feedcentertitle{
    width: 9rem;
height: auto;
font-size: 0.22rem;
font-family: p;
font-weight: 400;
color: #333333;
line-height: 0.3rem;
margin: 0 auto;
text-align: center;
}
.feedcenter img{
    width: 100%;
    height: 7.98rem;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}
.show{
    width: 100%;
    height: 10.8rem;
    margin: 0 auto;
}
.showcenter{
    width: 15rem;
    height: 10.8rem;
    margin: 0 auto;
}
.showcenter h2{
    width: 15rem;
    height: 1.75rem;
    margin: 0 auto;
    line-height: 1.75rem;
    text-align: center;
    color: #000;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
}

.showcenter ul{
    width: 15rem;
    height: 7.94rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.showcenter ul li{
    width: 4.86rem;
    height: 7.94rem;
    background: #fff;
    box-shadow: 0px 0px 6px #b7d7ed;
    position: relative;
}
.show_one{
    width: 4.86rem;
    height: 3.71rem;
    display: block;
}
.showblack{
    width: auto;
    height: auto;
    position: absolute;
    padding: 0.08rem  0.07rem;
    left: 0.26rem;
    top: 0.92rem;
    opacity: 1;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: left;
    color: rgba(255, 255, 255, 0.95);
    font-family: p;
    font-weight: 400;
    background: rgba(0,0,0,0.7);
    transition: 0.4s;
    opacity: 0;
}
.showblack1{
    width: 3.55rem;
    margin: 0 auto;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
}


.xianshow{
    width: auto;
    height: auto;
    padding-top: .4rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    padding-bottom: 0.4rem;
    border: 0.02rem solid rgba(255, 255, 255, 0.5);
}

.show_title{
    width: 4.06rem;
    height: auto;
    font-size: 0.24rem;
    line-height: 0.3rem;
    text-align: left;
    color: #000;
    font-family: pb;
    font-weight: 600;
    margin: 0 auto;
    padding: 0.25rem 0rem;
}
.show_duan{
    width: 4.06rem;
    height: auto;
    margin: 0 auto;
    line-height: 0.42rem;
    font-size: 0.2rem;
    color: #666;
    font-family: p;
    font-weight: 400;
}
.show_duan img{
    width: 0.14rem;
    height: 0.14rem;
    float: left; 
    margin-top: 0.14rem;
    margin-right: 0.2rem;
}
.three_button{
    width: 2.93rem;
    height: 0.69rem;
    line-height: 0.69rem;
    color: #fff;
    font-weight: 600;
    font-family: pb;
    font-size: 0.2rem;
    position: absolute;
    bottom: -0.345rem;
    left: 0.965rem;
    background: url(../img/button.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-indent: 0.5rem;
}
.yellow1 .showblack{
    
    opacity:  1 !important;
    transition: 0.4s;
}
.yellow1{
    cursor: pointer;
}
.thress{
    width: 100%;
    height: 6.35rem;
    margin: 0 auto;
    background: url(../img/635.jpg) no-repeat;
    background-size: 100% 100%;
}
.thresscenter{
    width: 15rem;
    height: 6.35rem;
    margin: 0 auto;
}
.thresscenter h2{
    width: 15rem;
    height: 1.35rem;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.35rem;
}
.thresscenter ul{
    width: 15rem;
    height: 7.25rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.thresscenter ul li:nth-of-type(1){
    width: 4.75rem;
    height: 7.25rem;
    display: flex;
    flex-wrap: wrap;
}
.thresscenter ul li:nth-of-type(2){
    width: 5.4rem;
    height: 7.25rem;
}
.thresscenter ul li:nth-of-type(3){
    width: 4.75rem;
    height: 7.25rem;
    display: flex;
    flex-wrap: wrap;
}
.ullistbox{
    width: 4.75rem;
    height: 3.62rem;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.ullistbox img{
    width: 4.75rem;
    height: 3.62rem;
    transition: 0.4s;

}
.yel{
    width: 4.13rem;
    height: 0.65rem;
    background: #ff9900;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    padding-left: 0.3rem;
    color: #fff;
    padding-top: 0.2rem;
    border-top-left-radius: 0.45rem;
}
.yel img{
    width: 0.21rem !important;
    height: 0.21rem !important;
    position: absolute;
    left: -0.11rem;
    top: 0.4rem;
}
.ullistbox1{
    width: 4.75rem;
    height: 3.56rem;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.ullistbox1 img{
    width: 4.75rem;
    height: 3.56rem;
    transition: 0.4s;

}
.ullistbox2{
    width: 5.4rem;
    height: 7.25rem;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.ullistbox2 img{
    width: 5.4rem;
    height: 7.25rem;
    transition: 0.4s;

}
.ullistbox2 .yel {
    width: 4.13rem;
    height: 1.25rem;
    background: #ff9900;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    font-size: 0.2rem;
    line-height: 0.24rem;
    padding-left: 0.3rem;
    color: #fff;
    padding-top: 0.5rem;
    border-top-left-radius: 0.45rem;
}
.selling{
    width: 100%;
    height: 12.55rem;
    background: #f1f6f9;
    margin: 0 auto;
    /* position: relative; */
}
.sellingcenter{
    width: 15rem;
    height: 12.55rem;
    margin: 0 auto;
    position: relative;
}
.sellingcenter h2{
    width: 15rem;
    font-size: 0.42rem;
    line-height: 0.42rem;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-family: pb;
    margin: 0 auto;
    padding-top: 3.12rem;
    padding-bottom: 0.7rem;
}
.sellingbox{
    width: 15rem;
    height: 3.48rem;
    display: flex;
    justify-content: space-between;
  
    margin: 0 auto;
}
.sellingbox1{
    width: 2.85rem;
    height: 3.48rem;
    position: relative;
    border: 0.02rem solid transparent;
}
.sellingbox1 img{
    width: 2.85rem;
    height: 3.48rem;
    transition: 0.4s;
}
.sellboxs_1{
    width: 2.85rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #000;
    font-size: 0.2rem;
    text-align: center;
    font-family: p;
    font-weight: 400;
    position: absolute;
    background: #fff;
    bottom: 0rem;
    left: 0rem;
}
.butosm{
    width: 4.66rem;
    height: 0.75rem;
    position: absolute;
    border-radius: 0.75rem;
    background: linear-gradient(to right,#ff9300,#ff6d00);
    position: absolute;
    bottom: -0.3525rem;
    left: 5.17rem;
    font-size: 0.22rem;
    font-family: pb;
    color: #fff;
    text-align: center;
    line-height: 0.75rem;
}
.related_box{
    width: 15rem;
    height: 6.15rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}
.relatedleft{
    width: 7.35rem;
    height: 6.15rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.relatedlefttop{
    width: 7.35rem;
    height: 3.26rem;
    overflow: hidden;
    position: relative;
}
.relatedlefttop img{
    width: 7.35rem;
    height: 3.26rem;
    transition: 0.4s;
}
.related_bots{
    width: 7.35rem;
    height: 0.55rem;
    line-height: 0.55rem;
    background: rgba(247, 153, 1, 0.9);
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}
.related_bots h3{
    font-size: 0.22rem;
    font-family: pb;
    font-weight: 600;
    color: #fff;
    line-height: 0.55rem;
    text-align: left;
    text-indent: 0.3rem;
}
.jians{
    width: 0.34rem !important;
    height: 0.1rem !important;
    position: absolute;
    right: 0.32rem;
    bottom: 0.19rem;
    transition: 0.4s;
}
.greentop .jians{
    transition: 0.4s;
    right: 0.2rem !important;
    bottom: 0.19rem !important;
}
.greentop{
    cursor: pointer;
}
.c11{
    transition: 0.4s;
    transform: scale(1.05);
}
.greentop .c11{
    transition: 0.4s;
    transform: scale(1);
}
.relatedleftbottom{
    width: 7.35rem;
    height: 2.65rem;
    display: flex;
    justify-content: space-between;
}
.relatedleftbottom1{
    width: 3.58rem;
    height: 2.65rem;
    overflow: hidden;
    position: relative;
}
.relatedleftbottom1 img{
    width: 3.58rem;
    height: 2.65rem;
    transition: 0.4s;
    transform: scale(1.05);
    cursor: pointer;
}

.greentop1 img{
    transition: 0.4s;
    transform: scale(1);
}
.relatedleftbottom1 h3{
    width: 3.58rem;
    height: 0.55rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    font-family: p;
    text-align: left;
    text-indent: 0.3rem;
}
.relatedright{
    width: 7.43rem;
    height: 6.15rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
 .relatedright .relatedleftbottom{
    bottom: none !important;
    top: 0rem !important;
 }
 .relatedrightbottom{
    width: 7.36rem;
    height: 3.26rem;
    position: relative;
    overflow: hidden;
 }
 .relatedrightbottom img{
    width: 7.43rem;
    height: 3.26rem;
    transition: 0.4s;
    transform: scale(1.05);
 }
 .relarighs{
    width: 3.65rem;
    height: 3.26rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
    background: rgba(247, 153, 1, 0.9);
    cursor: pointer;
 }
 .relarighs h3{
    font-size: 0.24rem;
    color: #fff;
    font-family: pb;
    text-align: center;
    padding-top: 1.1rem;
    
 }
 .jias{
    width: 0.62rem !important;
    height: 0.62rem !important;
    display: block;
    margin: 0 auto;
    transform: scale(1);
    text-align: center;
 }
 .what{
    width: 100%;
    height: 8.17rem;
    background: url(../img/817.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
 }
 .whatcenter{
    width: 15rem;
    height: 8.17rem;
    margin: 0 auto;
 }
 .whatleft{
    width: 6.65rem;
    height: 8.17rem;
    float: left;
    font-size: 0.22rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: left;
    font-family: p;
    font-weight: 400;
 }
 .whatleft h2{
    font-size: 0.48rem;
    color: #fff;
    font-weight: 600;
    font-family: pb;
    text-align: left;
    line-height: 0.42rem;
    padding-top: 1.93rem;
    padding-bottom: 0.53rem;
 }
 .anbutton{
    width: 2.41rem;
    height: 0.5rem;
    background: url(../img/an.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.2rem;
 }
 .whatright{
    width: 9.6rem;
    height: 6.75rem;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
 }
 .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-pagination-bullet {
    width: 0.26rem !important;
    height: 0.26rem !important;
    text-align: center;
    float: left !important;
    display: block !important;
    line-height: 0.26rem;
    font-size: 0.2rem;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .swiper-pagination .swiper-pagination-bullet-active {
    color: #fb9904 !important;
    background: #fff !important;
    border-color: #fff !important;
  }
  .swiper-pagination{
    width: 9.6rem;
    height: 0.42rem;
    background: linear-gradient(to right,#fb9b08,#b69c56,transparent);
    padding-top: 0.2rem;
    padding-left: 0.3rem;
    position: absolute;
    bottom: 0rem !important;
    line-height: 0.62rem !important;
  }
  .swiper-pagination-bullet{
    opacity: 1 !important;
    background: transparent !important;
    border: 0.02rem solid #fff;
    color: #fff ;
    font-family: pb;
  }
  .yellow11{
    border: 0.02rem solid #f97704;
    transition: 0.2s;
    cursor: pointer;
  }