@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.37rem;
    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: 9.75rem;
    margin: 0 auto;
    background: url(../img/975.jpg) no-repeat;
    background-size: 100% 100%;
}

.detailcenter {
    width: 15rem;
    height: 9.75rem;
    margin: 0 auto;
    position: relative;
}

.detailcenter h2 {
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    font-family: pb;
    font-weight: bold;
    color: #fff;
    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: auto;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 1.47rem;
}

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

.use_center h2 {
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    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: 7.05rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.55rem;
}
.use_center ul li{
    width: 4.85rem;
    height: 7.05rem;
    position: relative;
    box-shadow: 0px 0px 6px #d0e8f9;
}
.use_center ul li img{
    width: 4.85rem;
    height: 3.5rem;
    display: block;
}
.related{
    width: 100%;
    height: 6.54rem;
    margin: 0 auto;
    background: #e7ebf4;
}
.related_center{
    width: 15rem;
    height: auto;
    margin:  0 auto;
}
.related_center h2{
    width: 15rem;
    height: auto;
    font-size: 0.42rem;
    color: #000;
    font-family: pb;
    text-align: center;
    line-height: 1.85rem;
    margin: 0 auto;
    /* padding-top: 0.81rem; */
}
.related_title{
    width: 13.66rem;
    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: 3.64rem;
    height: 3.66rem;
    background: #fff;
    font-size: 0.22rem;
    font-family: pb;
    text-align: center;
    line-height: 0.8rem;
    color: #000;
    position: relative;
}
.related_img{
    width: 3.64rem;
    height: 3.66rem;
    overflow: hidden;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
}
.related_img img{
    width: 3.64rem;
    height: 3.66rem;
    transition: 0.4s;
    display: block;
    /* position: absolute; */
    /* top: 0rem; */
    /* left: 0rem; */
}
.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;
}
.use_box{

}
.use_box1{

font-family: 'p';

font-size: 0.2rem;

line-height: 0.36rem;

color: #666;
}
.yuan{

width: 0.13rem !important;

height: 0.13rem !important;

float: left;

margin-top: 0.095rem;

margin-right: 0.1rem;
}
.use_box h3{
    
font-size: 0.2rem;
    
font-family: 'pb';
    
line-height: 0.7rem;
}
.jiao{
    width: 2.93rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    font-family: pb;
    font-weight: 600;
    background: url(../img/jiao.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -0.3rem;
    left: 0.96rem;
}
.use_box{
    width: 4.17rem;
    height: auto;
    margin: 0 auto;
}
.img697{
    width: 100%;
    height: 6.97rem;
    background: url(../img/697.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.img697center{
    width: 15rem;
    height: 6.97rem;
    margin: 0 auto;
    position: relative;
}
.xiang{
    width: 8.95rem;
    height: 3.6rem;
    /* overflow: hidden; */
    position: absolute;
    left: -1.65rem;
    bottom: 0.7rem;
}
.xiang img{
    width: 8.95rem;
    height: 3.6rem;
    transition: 0.4s;
    
}
.xiang img:hover{
    transform: scale(1.02);
    transition: 0.4s;
    cursor: pointer;
}
.imgbox_right{
    width: 7.3rem;
    height: 4.7rem;
    position: absolute;
    right: 0rem;
    top: 0.5rem;
}
.imgbox_right h2{
    width: 100%;
    font-size: 0.42rem;
    line-height: 1.43rem;
    font-family: pb;
}
.yuan1{
    background: url(../img/die.png) no-repeat;
    background-size: 100% 100%;
    width: 0.28rem;
    height: 0.28rem;
    float: left;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    line-height: 0.28rem;
    font-family: pb;
}
.imgbox_right .use_box1{
    font-size: 0.22rem !important; line-height: 0.48rem;
}
.img945{
    width: 100%;
    height: 9.45rem;
    margin: 0 auto;
    background: url(../img/945.png) no-repeat;
    background-size: 100% 100%;
}
.img945center{
    width: 15rem;
    height: 9.45rem;
    margin: 0 auto;
}
.img945center h2{
    width: 15rem;
    height: 1.55rem;
    font-size: 0.42rem;
    color: #000;
    font-weight: 600;
    font-family: pb;
    text-align: center;
    line-height: 1.55rem;
    font-size: 0.42rem;
}
.dets{
    width: 2.7rem;
    height: auto;
    font-size: 0.18rem;
    line-height: 0.24rem;
    color: #666;
    text-align: left;
    font-family: p;
}
.detailcenter ul li h3{
    font-size: 0.22rem;
    line-height: 0.26rem;
    text-align: left;
    color: #821326;
    font-family: 'pb';
}
.detailcenter ul li{
    width: 2.7rem;
    height: auto;
}
.detailcenter ul li:nth-of-type(1){
    position: absolute;
    left: 1.5rem;
    top: 6.4rem;
}
.detailcenter ul li:nth-of-type(2){
    position: absolute;
    left: 3.5rem;
    top: 4.4rem;
}
.detailcenter ul li:nth-of-type(3){ 
    position: absolute;
    left: 6.2rem;
    top: 2.8rem;
}
.detailcenter ul li:nth-of-type(4){
    position: absolute;
    left: 9.2rem;
    top: 4rem;
}
.detailcenter ul li:nth-of-type(5){
    position: absolute;
    left: 10.5rem;
    top: 6.4rem;
}
.detail_tts{
    font-size: 0.26rem;
    color: #fff;
    font-family: pb;
    font-weight: 600;
    position: absolute;
    bottom: 0.55rem;
}
.detail_button{
    width: 3.36rem;
    height: 0.6rem;
    background: url(../img/pps.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    font-size: 0.24rem;
    color: #8c1329;
    text-align: center;
    line-height: 0.6rem;
    font-family: pb;
    right: 0rem;
    bottom: 0.55rem;
}
.waterjet{
    width: 100%;
    height: 7.5rem;
    margin:  0 auto;
    background: #fff;
    padding-top: 0.3rem;
}
.waterjetcenter{
    width: 15rem;
    height: 7.5rem;
    margin: 0 auto;
 
}
.waterleft{
    float: left;
    position: relative;
    width: 7.85rem;
    height: 7.5rem;
}
.waterleft h3{
    font-size: 0.3rem;
    color: #000;
    position: absolute;
    left: 0rem;
    top: 0.45rem;
    font-family: pb;
    font-weight: 600;
}
.watertitle{
    width: 4.9rem;
    height: 0.9rem;
    text-transform:uppercase;
    font-size: 0.42rem;
    line-height: 0.5rem;
    border-left: 0.04rem solid #821326;
    font-weight: 600;
    position: absolute;
    left: 0rem;
    padding-left: 0.2rem;
    font-family: pb;
    top: 1.15rem;
}
.water_tts{
    width: 7.85rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    font-family: p;
    position: absolute;
    left: 0rem;
    top: 2.5rem;
}
.water_img{
    width: 2.96rem;
    height: 1.35rem;
    background: url(../img/18.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0rem;
    bottom: 0.5rem;
}
.buttos{
    width: 2.93rem;
    height: 0.6rem;
    background: url(../img/60.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0rem;
    bottom: 0.9rem;
}
.imgright686{
    width: 6.86rem;
    height: 6.68rem;
    float: right;
    margin-top: 0.71rem;
}
.qiehuan{
    width: 100%;
    height: 6.2rem;
    margin: 0 auto;
}
.qiehuancenter{
    width: 15rem;
    height: 5.6rem;
    margin: 0 auto;
}
.tabimg{
    width: 15rem;
    height: 4.46rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    top: 0rem !important;
}
.tabimg1{
    width: 3.59rem;
    height: 4.46rem;
    overflow: hidden;
    top: 0rem !important;
    position: initial !important;
}
.tabimg1 img{
    width: 3.59rem;
    height: 4.46rem;
    transition: 0.4s;
}
.tabimg1 img:hover{
    transition: 0.4s;
    transform: scale(1.02);
}
#tabs-1{
    top: 0rem !important;
}
#tabs-2{
    top: 0rem !important;
}
.hidescale{
    opacity: 0 !important;
}
#tabs_container .showscale{
    opacity:  1 !important;
}
#tabs_container .showscale .hidescale{
    opacity: 1 !important;
}
.related_center ul li h4{
    font-size: 0.2rem;
    font-weight: 400 !important;
    width: 3.64rem;
    height: 0.4rem;
    position: absolute;
    bottom: 0.5rem;
    line-height: 0.3rem;
}
.related_center ul li .jiao{
    left: 0.355rem !important;
}
.inquiry{
    width: 100%;
    height: 9.15rem;
    background: url(../img/915.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    /* margin-top: 0.9rem; */
}
.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.65rem;
    left: 1.65rem;
}
.inquirycenter ul li:nth-of-type(2){
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 4.55rem;
    left: 1.56rem;
}
.inquirycenter ul li:nth-of-type(3){
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    position: absolute;
    top: 5.55rem;
    left: 1.45rem;
}
.inquiryright{
    width: 9.08rem;
    height: 6.17rem;
    float: left;
    /* box-shadow: 0px 0px 6px #f4f4f4; */
    margin-top: 0.79rem;
    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.37rem;
    padding-bottom: 0.1rem;
}
#form2{
    padding-bottom: 0.8rem;
    border-radius: 10px;
    margin-top: 2.2rem;
    MARGIN-LEFT: 1.2REM;
}
.five1{width: 8.2rem;height: 2.35rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;/* float: left; */justify-content: space-between;align-content: space-between;}
.five2{width: 4.07rem;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.72rem;
   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.05rem;}
.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: #df2c25;
    /* box-shadow: 0.05rem 0.06rem 1px #fdedc9; */
}
.five3 textarea{
    width: 7.84rem;
    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;
}