@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 top, #ff7b15, #ffa61f);
    /* 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: 2.08rem;
    margin: 0 auto;
    background: #fff;
}

.related_center {
    width: 15rem;
    height: 2.08rem;
    margin: 0 auto;
}

.related_center h2 {
    width: 15rem;
    height: auto;
    font-size: 0.48rem;
    color: #324960;
    font-family: pb;
    text-align: center;
    margin: 0 auto;
    padding-top: 0.71rem;
    padding-bottom: 0.3rem;
}

.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;
    padding-bottom: 0.2rem;
    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: 5.8rem;
    margin: 0 auto;
    background: url(../img/dpt.png) no-repeat;
}

.thresscenter {
    width: 15rem;
    height: 5.8rem;
    margin: 0 auto;
    position: relative;
}

.thresscenter h2 {
    width: 15rem;
    height: 1.87rem;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 1.87rem;
}

.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: 8rem;
    background: #fff;
    margin: 0 auto;
    position: relative;
    /* position: relative; */
}

.sellingcenter {
    width: 15rem;
    height: 8rem;
    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;
    position: absolute;
    top: 6.3rem;
}

.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;
    font-size: 0.36rem;
    color: #fff;
    bottom: 1.5rem !important;
    text-align: left !important;
    right: 7rem;
    text-indent: 9rem;
    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;
}

.case_one {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding-top: 1.03rem;
    margin-bottom: 0.8rem;
}

.case_right {
    width: 15rem;
    height: auto;
    /* float: left; */
    margin: 0 auto;
    position: relative;
}

.case_left_one {
    width: 15rem;
    height: auto;
    margin: 0 auto;
    /* position: absolute; */
    /* right: 0rem; */
    /* top: 0rem; */
}

.case_left_onetitle {
    width: 12.5rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    margin-top: 0rem;
    color: #666;
    margin: 0 auto;
    text-align: center;
    font-family: p;
}

.case_leftbutton {
    width: 3.27rem;
    height: 0.84rem;
    border-radius: 0.84rem;
    background: #fcf2db;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: 0.4s;
    align-content: space-between;
    margin-top: 0.65rem;
}

.case_leftbutton1 {
    width: 3.12rem;
    height: 0.7rem;
    background: #f0be4d;
    border-radius: 0.7rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.7rem;
    text-align: center;
    font-family: pb;
    margin: 0 auto;
    transition: 0.4s;
    margin-top: 0.07rem;
}

.button:hover {
    transition: 0.4s;
    box-shadow: 0px 0px 0.03rem #fcf2db;
    background: #333;
    color: #fff !important;
}

.case_leftbutton:hover {
    box-shadow: 0px 0px 0.03rem #fcf2db;
    color: #fff !important;
    transition: 0.4s;
}

.case_leftbutton1:hover {
    color: #fff !important;
    transition: 0.4s;
    cursor: pointer;
    box-shadow: 0px 0px 6px #f0be4d;
}

.case_di {
    width: 11.2rem;
    height: 5.63rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background: linear-gradient(45deg, black, #0480c6);
    z-index: 1;
}

.case425 {
    width: 4.25rem;
    height: 4.25rem;
    background: url(../img/yuan.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 1.43rem;
    right: 0.2rem;
    z-index: 5;
}

.case425_center {
    font-size: 0.32rem;
    color: #fff;
    font-family: pb;
    text-align: center;
    line-height: 0.48rem;
    padding-top: 1.4rem;
}

.jian {
    width: 0.26rem;
    height: 0.15rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0.3rem;
    z-index: 999999999999999999999 !important;
    position: relative;
}

.jian img {
    width: 0.52rem;
    height: 0.15rem;
    left: -0.26rem;
    position: absolute;
    transition: 0.4s;
    display: block;
}

.yellow .jian img {
    width: 0.52rem;
    height: 0.15rem;
    left: 0rem !important;
    transition: 0.4s;
}

.yellow {
    cursor: pointer;
}

.case_right video {
    width: 8.42rem;
    height: 6.3rem;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
}

.case_leftss {
    width: 12rem;
    height: 6.3rem;
    float: left;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
    z-index: 4 !important;
}

.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-button-prev {
    right: 2.2rem !important;
    right: auto;
    top: 4rem !important;
    z-index: 99999999999999999999999999999999999999999 !important;
}

.case_leftimg {
    width: 8.25rem;
    height: 6.12rem;
    float: left;
    overflow: hidden;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
}

.case_leftimg img {
    transition: 0.4s;
    transform: scale(1.01);
}

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

.case_left_one h2 {
    font-size: 0.42rem;
    font-family: pb;
    /* padding-top: 0.6rem; */
    color: #000;
    text-align: center;
}

.case_leftbutton1 img {
    width: 0.28rem;
    height: 0.08rem;
}

.tressbox {
    width: 15rem;
    height: 6.45rem;
    margin: 0 auto;
}


.firstRow td {
    font-size: 0.22rem;
    color: #fff !important;
    text-align: center;
    background: #0a5c8e !important;
    height: 0.6rem;
    line-height: 0.6rem;
    font-family: p;
}

.tressbox tr {
    height: 0.6rem;
    line-height: 0.6rem;
}

.tressbox table {
    width: 15rem;
    height: 6.45rem;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
}

.tressbox table tr td {
    height: auto;
    line-height: 0.4rem;
    padding-top: 0.1rem;
    /* word-break: break-all; */
    font-size: 0.2rem;
    text-align: center;
    color: #333;
    border: 0.01rem solid #eee;
    padding-bottom: 0.1rem;
    text-align: left;
    padding-left: 0.2rem;
}

.tressbox table tr:nth-of-type(even) {
    background: #ebebeb;
}

.tressbox table tr:nth-of-type(odd) {
    background: #fff;
}

.tressbox table tr td:nth-last-of-type(4) {
    width: 2.35rem !important;
}

.sell825 {
    width: 8.25rem;
    height: 8.5rem;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    display: none;
}

.sellingbox {
    width: 15rem;
    height: 8.15rem;
    float: left;
    position: relative;
}

.sellingbox h2 {
    width: 15rem;
    color: #000;
    font-family: pb;
    line-height: 1.03rem;
    height: 1.03rem;
    /* border-bottom: 0.02rem solid #1e8dcc; */
    padding: 0rem;
    text-align: center;
    margin-top: 0.5rem;
}

.bai {
    width: 0.55rem;
    height: 0.04rem;
    background: #fff;
    position: absolute;
    left: 0rem;
    top: 2.1rem;
}

.sellingcenter h4 {
    font-size: 0.42rem;
    line-height: 0.6rem;
    font-family: pb;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 0rem;
    top: 1rem;
}

.baititls {
    width: 5.45rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    color: #fff;
    position: absolute;
    left: 0rem;
    top: 1.9rem;
}

.button {
    display: block;
    text-indent: -0rem;
    text-align: center;
    width: 2.72rem;
    height: 0.73rem;
    border: 2px solid rgba(255, 255, 255, 0.8);
    line-height: 0.73rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.22rem;
    text-decoration: none;
    font-family: Arial;
    color: #fff;
    background: url(../img/allow.png) no-repeat 2.1rem center;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: relative;
    top: 6.2rem;
    left: -6.15rem;
}

.button:hover {
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.3);
    background-position: 140px center;
    cursor: pointer;
}

.button .line {
    position: absolute;
    background: none;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
}

.button:hover .line {
    background: #fff;
}

.button .line-top {
    width: 0px;
    height: 2px;
    left: -110%;
    top: -2px;
}

.button:hover .line-top {
    width: 100%;
    left: -2px;
}


.button .line-right {
    width: 2px;
    height: 0px;
    right: -2px;
    top: -110%;
}

.button:hover .line-right {
    height: 100%;
    top: -2px;
}


.button .line-bottom {
    width: 2px;
    height: 0px;
    left: -2px;
    bottom: -110%;
}

.button:hover .line-bottom {
    height: 100%;
    bottom: -2px;
}

.button .line-left {
    width: 0px;
    height: 2px;
    right: -110%;
    bottom: -2px;
}

.button:hover .line-left {
    width: 100%;
    right: -2px;
}

.box .tip {
    position: absolute;
    padding: 0px 14px;
    height: 35px;
    line-height: 35px;
    background: #2DCB70;
    color: #fff;
    top: 160px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    margin: 0 auto;
    opacity: 0;
    border-radius: 3px
}

.tip em {
    font-style: normal;
}

.tip span {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 7px solid transparent;
    border-top-color: #2DCB70;
    left: 50%;
    margin-left: -3px;
    bottom: -14px;
}

.buttons {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    background: rgba(255, 255, 255, 0);
}

.sayright {
    width: 9.77rem;
    height: 8.89rem;
    float: right;
    position: relative;
    overflow: hidden;
}

.sayrightbox {
    width: 4.7rem;
    height: 5.63rem;
    position: relative;
    border-radius: 0.1rem;
    background: #fff;
}

.sayrightbox img {
    width: 0.89rem;
    height: 0.89rem;
    position: absolute;
    top: -0.45rem;
    right: 1.05rem;
}

.sayblue {
    width: 0.03rem;
    height: 2.37rem;
    background: #0064D9;
    position: absolute;
    left: 0.29rem;
    top: 1.55rem;
}

.yous {
    width: 0.19rem;
    height: 0.16rem;

}

.sellright {
    width: 12.5rem;
    height: 7.37rem;
    right: 0rem;
    bottom: 0rem;
    position: absolute;
}

.se799 {
    width: 7.99rem;
    height: 0.71rem;
    float: right;
    position: absolute;
    right: 2rem;
    top: 0.45rem;
}

.mySwiper222 {
    width: 12.5rem;
    height: 6.25rem !important;
}

.mySwiper111 {
    width: 12.5rem;
    height: 1.12rem !important;
}

.mySwiper111 .swiper-slide {
    background: #343333;
    margin: 0rem !important;
    width: 25% !important;
    color: #fff;
}

.mySwiper111 .swiper-slide-thumb-active {
    background: #e4e4e4;
    color: #000;
    cursor: pointer;
}

.related_center ul {
    width: 15rem;
    height: 4.65rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    margin: 0 auto;
}

.related_center ul li {
    width: 7.25rem;
    height: 2.05rem;

}

.wenti {
    width: 7.25rem;
    height: 0.55rem;
    position: relative;
}

.qqq {
    width: 0.51rem;
    border-radius: 0.51rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    line-height: 0.51rem;
    font-family: pb;
    font-weight: 600;
    height: 0.51rem;
    background: #12699e;
    position: absolute;
    left: 0rem;
    top: 0.02rem;
}

.wenti1 {
    width: 6.5rem;
    height: 0.55rem;
    position: absolute;
    right: 0rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    font-family: 'pb';
    text-align: left;
    color: #000;
}

.daan {
    width: 7.25rem;
    height: 1rem;
    background: url(../img/100.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 0rem;
    bottom: 0rem;
    margin-top: 0.5rem;
}

.daan1 {
    width: auto;
    font-size: 0.22rem;
    line-height: 0.32rem;
    color: #666;
    text-align: left;
    padding-left: 0.8rem;
    padding-top: 0.1rem;
}

.relatss {
    width: 15rem;
    height: 7.14rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.45rem;
}

.relatss1 {
    width: 7.44rem;
    height: 3.3rem;
    overflow: hidden;
}

.relatss1 img {
    width: 7.44rem;
    height: 3.3rem;
    transition: 0.4s;
}

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

.relatss2 {
    width: 18.66rem;
    height: 3.48rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.09rem
}

;

.relatss3 {
    width: 3.68rem;
    height: 3.48rem;
    overflow: hidden;
}

.relatss3 img {
    width: 4.56rem;
    height: 2.61rem;
    transition: 0.4s;
}

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

.sell8251 {
    width: 8.25rem;
    height: 8.5rem;
    background: #e6f2f9 !important;
    position: absolute;
    left: 0rem;
    top: 0rem;
}

.bss1t {
    width: 2.5rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
    font-family: pb;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #fbb41a;
}

.case_boxs {
    width: 15rem;
    height: 7.06rem;
    margin: 0 auto;
    margin-top: 0.85rem;
    position: relative;
}

.case_boxs1 {
    width: 9.14rem;
    height: 7.06rem;
    float: left;
    position: relative;
}

.case_boxsimg {
    width: 9.14rem;
    height: 7.06rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
    overflow: hidden;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.imgtop {
    width: 1.29rem;
    height: 0.76rem;
    background: url(../img/imgtop.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0.14rem;
    top: 0rem;
    font-size: 0.2rem;
    line-height: 0.76rem;
    text-align: center;
    font-family: pb;
    color: #fff;
    z-index: 9999999;
}

.case_boxsimg img {
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

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

.case_box2 {
    width: 8.05rem;
    height: 2.05rem;
    position: absolute;
    left: 0.2rem;
    bottom: 0rem;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    box-shadow: 0px 0px 6px #d6e8fb;

}

.case_img2 {
    width: 2.44rem;
    height: 1.45rem;
    overflow: hidden;
    border: 0.01rem solid #000;
}

.case_img2 img {
    width: 2.44rem;
    height: 1.45rem;
    transition: 0.4s;
}

.case_boxright {
    width: 8.58rem;
    height: 6.34rem;
    float: right;
    right: 0rem;
    bottom: 0rem;
    background: url(../img/858.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0rem;
}

.case_boxright {}

.case_boxright h3 {
    font-size: 0.36rem;
    font-family: pb;
    text-align: left;
    color: #000;
    font-weight: 600;
    line-height: 0.7rem;
    padding-top: 1rem;
    padding-left: 0.49rem;
}

.yuanblue {
    width: 0.17rem;
    height: 0.17rem;
    background: url(../img/yus.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0.08rem;
    float: left;
    margin-top: 0.12rem;
    margin-right: 0.08rem;
}

.case_tts1 {
    width: 3.875rem;
    height: auto;
    line-height: 0.42rem;
    font-size: 0.2rem;
    font-family: p;
    color: #666;
}

.bluebox {
    width: 4.9rem;
    height: auto;
    padding: 0.35rem;
    border: 0.01rem dashed #b0ccf1;
    background: #edf8fe;
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: left;
    color: #666;
    margin-top: 0.28rem;
}

.buts {
    width: 7.04rem;
    height: 1.26rem;
    background: url(../img/dian.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.1rem;
    right: 0rem;
    cursor: pointer;
}

.buts1 {
    background: url(../img/dian2.png) no-repeat !important;
}

.ths1 {
    width: 3.25rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: left;
    font-family: p;
    position: absolute;
    left: 1.85rem;
    top: 3.45rem;
}

.ths2 {
    width: 3.25rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: left;
    font-family: p;
    position: absolute;
    left: 1.3rem;
    top: 5.3rem;
}

.ths3 {
    width: 3.25rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: left;
    font-family: p;
    position: absolute;
    left: 1.83rem;
    top: 7rem;
}

.ths4 {
    width: 3.15rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: right;
    font-family: p;
    position: absolute;
    right: 1.55rem;
    top: 3.45rem;
}

.ths5 {
    width: 3.15rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: right;
    font-family: p;
    position: absolute;
    right: 0.85rem;
    top: 5.25rem;
}

.ths6 {
    width: 3.15rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.26rem;
    color: #666;
    text-align: right;
    font-family: p;
    position: absolute;
    right: 1.65rem;
    top: 7.05rem;
}

.sellts {
    width: 12.5rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #666;
    text-align: center;
    margin: 0 auto;
    font-family: p;
}

.sellboss {
    width: 15rem;
    height: 5.4rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.45rem;
}

.sellboxss1 {
    width: 2.88rem;
    height: 4.75rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 6px #dae7f9;
    border-radius: 0.1rem;
}

.sellboxss1 img {
    width: 2.88rem;
    height: 4.75rem;
    transition: 0.4s;
}

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

.setts {
    width: 100%;
    height: 0.55rem;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    line-height: 0.55rem;
    font-size: 0.2rem;
    font-family: p;
    color: #fff;
    text-align: center;
    background: #3c81e0;
}

.reat {
    background: url(../img/208.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}

.reat_tts {
    width: 9.5rem;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.3rem;
    text-align: left;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 0.83rem;
    left: 0.57rem;
}

.butts {
    width: 3.82rem;
    height: 0.7rem;
    background: url(../img/butts.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.57rem;
    top: 0.83rem;
    cursor: pointer;
}

.gezi {
    width: 100%;
    height: 8.7rem;
    margin: 0 auto;
    margin-top: 0.65rem;
}

.gezicenter {
    width: 15rem;
    height: 8.7rem;
    margin: 0 auto;
    position: relative;
}

.xians {
    width: 14.25rem;
    height: 8.67rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
    border: 0.01rem solid #f1f1f1;
}

.gezileft {
    width: 4.68rem;
    height: 7.47rem;
    position: absolute;
    left: 0rem;
    top: 0.57rem;
    overflow: hidden;
}

.gezileft img {
    width: 4.68rem;
    height: 7.47rem;
    transition: 0.4s;
}

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

.geziright {
    width: 9.43rem;
    height: 8.67rem;
    position: absolute;
    right: 0rem;
    top: 0rem;
}

.geziright img {
    width: 9.43rem;
    height: 7.2rem;
    position: absolute;
    bottom: 0.1rem;
    right: 0.2rem;
}

.geziright h2 {
    width: 9.43rem;
    height: auto;
    font-size: 0.42rem;
    font-family: pb;
    text-align: center;
    font-weight: 600;
    line-height: 1.4rem;
}

.relsts {
    width: 100%;
    height: 11.75rem;
    background: #f2f5fa;
    background-size: 100% 100%;
}

.relstscenter h2 {
    font-size: 0.42rem !important;
    padding: 0rem;
    /* line-height: 1.83rem; */
    font-weight: 600;
    font-family: pb;
    color: #fff;
    font-size: 0.42rem !important;
    font-family: pb;
    padding-top: 0.6rem !important;
    color: #000;
    text-align: center;
}

.relstscenter {
    width: 15rem !important;
    height: 11.75rem !important;
    margin: 0 auto;
}

.rela_img1 {
    width: 3.76rem;
    height: 5.34rem;
    overflow: hidden;
}

.rela_img1 img {
    width: 3.76rem;
    height: 5.34rem;
    transition: 0.4s;
}

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

.rela_img2 {
    width: 4.85rem;
    height: 7.14rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.rela_in1 {
    width: 4.85rem;
    height: 2.84rem;
    overflow: hidden;
}

.rela_in1 img {
    width: 4.85rem;
    height: 2.84rem;
    transition: 0.4s;
}

.rela_in1 img:hover {
    transition: 0.4s !important;
    transform: scale(1.05) !important;
}

.rela_img3 {
    width: 5rem;
    height: 7.13rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.rela_img3 img {
    width: 6.21rem;
    height: 5.34rem;
    transition: 0.4s;
}

.produces1s {
    width: 100%;
    height: 6.1rem;
    margin: 0 auto;
}

.produces1scenter {
    width: 15rem;
    height: 6.1rem;
    margin: 0 auto;
}

.produces1scenter h2 {
    width: 15rem;
    height: 1.85rem;
    margin: 0 auto;
    text-align: center;
    line-height: 1.85rem;
    font-size: 0.42rem;
    font-family: pb;
}

.produces1scenter ul {
    width: 15rem;
    height: 2.77rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    /* margin-top: 0.6rem; */
}

.produces1scenter ul li {
    width: 4.87rem;
    height: 4.1rem;
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 6px #eee;
    border: 1px solid transparent;
}

.produces1scenter ul li img {
    width: 4.87rem;
    height: 3.3rem;
    display: block;
    transition: 0.4s;
}

.produces1scenter ul li img:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

.hottitle {
    width: 0.7rem;
    height: 0.08rem;
    margin: 0 auto;

    background: #b01f26;
}

.majtitle {
    width: 4.87rem;
    height: 0.8rem;
    line-height: 0.8rem;
    padding-top: 0.2rem;
    text-align: center;
    color: #000;
    background: #fff;
    position: absolute;
    bottom: 0rem;
    font-size: 0.22rem;
    font-family: p;
}

.ccss {
    border: 1px solid #b01f26 !important;
    cursor: pointer;
}

.ccss .majtitle {
    background: #b01f26 !important;
    color: #fff !important
}

.dp1 {
    width: 0.49rem;
    height: 0.11rem;
    margin: 0 auto;
    display: block;
}

.case_boxst {
    width: 7.75rem;
    height: 3.1rem;
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    flex-wrap: wrap;
    margin-left: 0.49rem;
}

.ptsadmin {
    display: block;
    width: 3.5rem;
    height: 0.55rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    font-family: pb;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
}

.ptsquate {
    width: auto;
    height: 1rem;
    line-height: 1.2rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    font-family: pb;
    position: absolute;
    right: 1.8rem;
    bottom: 0rem;
}

.casebox_two {
    width: 15rem;
    height: 9.9rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.47rem;

}

.casebox_two li {
    position: relative;
    width: 7.3rem;
    height: 9.9rem;
    background: #fff;
    border-top-right-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
}

.casebox_li {
    width: 7.3rem;
    height: 5.25rem;
    border-radius: 0.4rem;
    overflow: hidden;
}

.casebox_li img {
    width: 7.3rem;
    height: 5.25rem;
    transform: scale(1);
    transition: 0.4s;
}

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

.banyuan {
    width: 1.2rem;
    height: 1.84rem;
    position: absolute;
    right: 0rem;
    bottom: 0rem;
}

.casebox_two li h3 {
    width: auto;
    padding-left: 0.6rem;
    height: 1rem;
    line-height: 1.3rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #000;
    text-align: left;
    font-family: pb;
}

.queren {
    width: 3.34rem;
    height: 0.65rem;
    background: url(../img/queren.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.25rem;
    cursor: pointer;
}

.thresscenter ul {
    width: 15rem;
    height: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
    margin: 0 auto;
}

.thresscenter ul li:nth-of-type(1) {
    width: 4.88rem !important;
    height: 1rem !important;
    background: url(../img/dt.png) no-repeat !important;
    background-size: 100% 100% !important;
    font-size: 0.24rem;
    font-family: p;
    line-height: 1rem;
    text-align: center;
    text-indent: 0.5rem;
    color: #3c81e0;
}

.thresscenter ul li:nth-of-type(2) {
    width: 4.18rem !important;
    height: 0.85rem !important;
    background: url(../img/dt2.png) no-repeat !important;
    background-size: 100% 100% !important;
    font-size: 0.24rem;
    font-family: p;
    line-height: 0.4rem;
    text-align: left;
    padding-top: 0.15rem;
    padding-left: 0.7rem;
    color: #3c81e0;
}

.thresscenter ul li:nth-of-type(3) {
    width: 4.88rem !important;
    height: 1rem !important;
    background: url(../img/dt3.png) no-repeat !important;
    background-size: 100% 100% !important;
    font-size: 0.24rem;
    font-family: p;
    line-height: 1rem;
    text-align: center;
    text-indent: 0.9rem;
    color: #3c81e0;
}

.thresscenter ul li:nth-of-type(4) {
    width: 4.88rem !important;
    height: 1rem !important;
    background: url(../img/dt4.png) no-repeat !important;
    background-size: 100% 100% !important;
    font-size: 0.24rem;
    font-family: p;
    line-height: 1rem;
    text-align: center;
    text-indent: -1.2rem;
    color: #3c81e0;
}

.thresscenter ul li:nth-of-type(5) {
    width: 4.88rem !important;
    height: 1rem !important;
    background: url(../img/dt5.png) no-repeat !important;
    background-size: 100% 100% !important;
    font-size: 0.24rem;
    font-family: p;
    line-height: 1rem;
    text-align: center;
    text-indent: -1rem;
    color: #3c81e0;
}

.thresscenter ul li:nth-of-type(6) {
    width: 4.88rem !important;
    height: 1rem !important;
    background: url(../img/dt6.png) no-repeat !important;
    background-size: 100% 100% !important;
    font-size: 0.24rem;
    font-family: p;
    line-height: 1rem;
    text-align: center;
    text-indent: -0.8rem;
    color: #3c81e0;
}

.rela_img2 .rela_in1:nth-of-type(2) {
    height: 4.25rem;
}

.rela_img2 .rela_in1:nth-of-type(2) img {
    height: 4.25rem;
}

.rela_img3 .rela_in1:nth-of-type(1) {
    height: 4.25rem !important;
    width: 5rem !important;
}

.rela_img3 .rela_in1:nth-of-type(2) {
    height: 2.8rem !important;
    width: 5rem !important;
}

.rela_img3 .rela_in1:nth-of-type(1) img {
    height: 4.25rem !important;
    width: 5rem !important;
}

.rela_img3 .rela_in1:nth-of-type(2) img {
    width: 5rem !important;
    height: 2.8rem !important;
}

.bts_bt {
    width: 5.03rem;
    height: 0.79rem;
    background: url(../img/bt.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.68rem;
}

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

.worldcenter {
    width: 15rem;
    height: 8.44rem;
    margin: 0 auto;
    position: relative;
}

.worldh2 {
    width: 5rem;
    height: auto;
    font-size: 0.42rem;
    line-height: 0.42rem;
    text-align: left;
    font-family: pb;
    font-weight: 600;
    color: #000;
    text-indent: 0.3rem;
    padding-top: 1.65rem;
}

.worldh2 span {
    color: #fc7844;
    font-weight: 600;
}

.worldtitle {
    width: 6.35rem;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.36rem;
    /* text-align: center; */
    color: #666;
    /* margin: 0 auto; */
    padding-top: 0.3rem;
}

.worldcenter .mumping_mun li {
    margin: 0 !important;
}

.mumping_mun li img {
    display: table;
    margin: 0 auto;
}

.digital {
    width: 100%;
    height: 150px;
    margin-bottom: 0.2rem;
    color: #363636;
}

.main {
    width: 74%;
    height: 150px;
    /* margin:0 auto; */
    font-size: 0;
    margin-top: 0.3rem;
    margin-left: -1rem;
}

.mumping_mun li {
    width: 28%;
    display: inline-block;
    margin: 30px auto;
    position: relative;
}

.mumping_mun {
    width: 100%;
    list-style: none;
    display: flex;
}

.mumping_mun p {
    font-size: 0.22rem;
    width: 100%;
    display: block;
    clear: both;
    color: #999;
    text-align: center;
}

.mumping_mun h2 {
    font-size: 0.62rem;
    font-weight: normal;
    float: left;
    margin-right: -0.rem;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-left: 0.68rem;
}

.jia {
    font-size: 0.3rem;
    color: #1d6ec9;
}

.mm {
    font-size: 0.2rem;
    color: #999;
    position: absolute;
    bottom: 0.4rem;
    right: 0rem;
}

.wordlimg {
    width: 7.67rem;
    height: 4.81rem;
    overflow: hidden;
    float: right;
    position: absolute;
    /* margin-top: 1rem; */
    top: 0.7rem;
    right: 0rem;
}

.wordlimg img {
    width: 7.67rem;
    height: 4.81rem;
    transition: 0.4s;
}

.wordlimg img:hover {
    transform: scale(1.01);
    transition: 0.4s;
}

.banner_imgbox {
    width: 100%;
    height: 6.42rem;
    margin: 0 auto;
    position: relative;
}

.banner_imgbox img {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
}

.banner_bottomnav {
    width: 100%;
    height: 0.74rem;
    margin: 0 auto;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background: rgba(0, 0, 0, 0.56);
}

.banner_bottomnavcenter {
    width: 15rem;
    height: 0.74rem;
    margin: 0 auto;
}

.banner_bottomnavcenter ul {
    width: 100%;
    height: 0.74rem;
    display: flex;
    justify-content: start;
}

.banner_bottomnavcenter ul .ullist_banner_biao {
    width: 0.21rem;
    height: 0.23rem;
    background: url(../img/fang.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: 0.25rem;
}

.banner_bottomnavcenter ul li {
    font-size: 0.2rem;
    line-height: 0.74rem;
    color: #fff;
    font-family: p;
    margin-right: 0.08rem;
}

.four_ullist {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.6rem;
    background-color: #f1f1f1;
}

.four_ullist ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 1.5rem;
}

.four_ullist ul li {
    width: 48%;
    height: 7.88rem;
    margin: 0 auto;
    position: relative;
}

.four_img {
    width: 6.88rem;
    height: 6.88rem;
    position: absolute;
    left: 0rem;
    top: 0.6rem;
    overflow: hidden;
    background-color: #fff;
}

.four_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

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

.four_gray {
    position: absolute;
    right: 0rem;
    top: 0.87rem;
    background: #f8f8f8;
    opacity: 0.9;
    width: 4rem;
    height: 6rem;
}

.four_ullist ul li:nth-of-type(4n+1),.four_ullist ul li:nth-of-type(4n+2) {
    background: #fff ;
}

.four_ullist ul li:nth-of-type(4n+3),.four_ullist ul li:nth-of-type(4n+4) {
    background: #f8f8f8 ;
}

.four_ullist ul li:nth-of-type(4n+3) .four_img, .four_ullist ul li:nth-of-type(4n+4) .four_img{
    left: auto ;
    right: 0rem ;
}
.four_ullist ul li:nth-of-type(4n+3) .four_gray, .four_ullist ul li:nth-of-type(4n+4) .four_gray{
    left: 0rem ;
    right: auto ;
    background: #fff ;
}

.four_ullist ul li .quan {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}



.four_hong {
    width: 0.65rem;
    height: 0.5rem;
    background: url(../img/hong.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0rem;
    right: 0.2rem;
    line-height: 0.45rem;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    font-family: pb;
}

.four_title {
    width: 3.5rem;
    height: auto;
    position: absolute;
    top: 0.75rem;
    left: 0.3rem;
}

.four_title h2 {
    font-size: 0.35rem;
    line-height: 0.48rem;
    color: #000;
    font-family: pb;
    text-align: left;
    padding-bottom: 0.3rem;
}

.four_sec img {
    width: 0.29rem;
    height: 0.2rem;
    margin-right: 0.1rem;
}

.four_sec {
    font-size: 0.22rem;
    line-height: 0.22rem;
    margin-top: 0.15rem;
    color: #333;
}

.four_buttons1 {
    width: 3.35rem;
    height: 0.5rem;
    background: #ffb401;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
    font-family: p;
    margin: 0 auto;
}

.four_buttons {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0rem;
    bottom: 0.95rem;
}

.four_buttons2 {
    width: 3.35rem;
    height: 0.5rem;
    background: #e0e0e0;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
    font-family: p;
    margin: 0 auto;
    margin-top: 0.17rem;
}

.bot_five {
    width: 100%;
    height: 2.2rem;
    display: flex;
    justify-content: start;
    position: absolute;
    left: 0rem;
    top: 7.73rem;
}

.bot_five1 {
    width: 2.6rem;
    height: 2.2rem;
    border-right: 0.01rem solid #e4e4e4;
}

.bot_five1 {
    width: 2.5rem;
    height: 2.2rem;
    /* position: absolute; */
    /* top: 0rem; */
    /* left: 0rem; */
}

.bot_five1 img {
    width: 2.5rem;
    height: auto;
    display: block;
}

.bot_five_tts {
    width: 2.6rem;
    height: auto;
    font-size: 0.18rem;
    text-align: center;
    color: #333;
}

.bot_five .bot_five1:last-child {
    border: none !important;
}