/* 公共内容盒子 */
.contentbox {
    padding: 100px 0;
}

.contentbox h2 {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 4.4rem;
    color: #f8b62d;
    text-align: center;
    margin-bottom: 40px;
}

/*地图上方的联系我们*/
.mobile{
    display: none;
}

.total-menu .tmenu-item a {
    font-weight: 400;
    font-size: 1.8rem;
    color: #ffffff;
}

.total-menu .tmenu-item a:hover {
    color: #f8b62d;
}

/* .total-menu .tmenu-active::after {
    bottom: -40px !important;
} */

.contact-content {
    margin: 30px auto 0;
    padding: 100px 80px;
    background-color: #ffffff;
}

.contact-content .contact-cbox {
    display: flex;
    justify-content: space-between;
}

.contact-content .contact-cbox .contact-cleft img {
    width: 600px;
    height: 570px;
    border-radius: 8px;
}

.contact-content .contact-cbox .contact-cright {
    flex: 1;
    height: 570px;
    background-color: #ededed;
    margin-left: 20px;
    padding: 0 40px;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-content .contact-cbox .contact-cright .cright-input{
    padding: 10px 20px;
    width: 500px;
    border: #000 solid 1px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.contact-content .contact-cbox .contact-cright .cright-textarea{
    padding: 10px 20px;
    width: 500px;
    height: 100px;
    border: #000 solid 1px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.contact-content .contact-cbox .contact-cright .cright-textarea textarea{
    border: none;
}
.contact-content .contact-cbox .contact-cright .cright-bottom{
    display: flex;
    align-items: center;

}
/*cright-img*/
/*cright-text*/
/*cright-submit*/
.contact-content .contact-cbox .contact-cright h6 {
    font-weight: bold;
    font-size: 2.4rem;
    color: #292929;
    line-height: 28px;
    margin-bottom: 24px;
}

.contact-content .contact-cbox .contact-cright .cright-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cright-box:last-child {
    margin-bottom: 0;
}

.contact-content .contact-cbox .contact-cright .cright-box .cright-left img {
    width: 32px;
    height: 32px;
}

.contact-content .contact-cbox .contact-cright .cright-box .cright-right {
    font-weight: 400;
    font-size: 1.7rem;
    color: #292929;
    line-height: 18px;
    margin-left: 16px;
    /*border-bottom: 1px #f0f0f0 solid;*/
    /*padding-bottom: 10px;*/
}

.contact-content .contact-cbox .contact-cright .cright-box .cright-right .cright-title {
    font-weight: bold;
    /*margin-bottom: 6px;*/
}

.contact-content .contact-cbox .contact-cright .phone-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-top: 28px;*/
}

.pinfo-right {
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
}

.pinfo-right .codeinf-box {
    font-weight: 400;
    font-size: 1.8rem;
    color: #292929;
    line-height: 24px;
    margin-left: 40px;
    text-align: center;
}

.pinfo-right .codeinf-box img {
    width: 100px;
    height: 100px;
}

.cmid-content {
    background-color: #282828;
}

.cmid-content .cmid-box .total-menu {
    border-radius: 8px;
}

.cmid-content .cmid-box .cmid-map {
    margin-top: 40px;
    position: relative;
    border-radius: 8px;
}

.map-box {
    min-height: 80px;
}

.mapimg {
    height: 790px;
}

.cmid-content .cmid-box .cmid-map img {
    border-radius: 8px;
}

.cmid-content .cmid-box .cmid-map .map-address {
    padding: 20px 40px;
    background-color: #f8b62d;
    /* background-color: rgba(248, 182, 45, 0.7); */
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    line-height: 21px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cmid-content .cmid-box .cmid-map .map-address h6 {
    margin-left: -15px;
}

.cmid-content .cmid-box .cmid-map .map-address .maddress-list {
    font-weight: 400;
    font-size: 1.8rem;
    color: #292929;
    line-height: 21px;
    display: flex;
    margin-top: 10px;
}

.cmid-content .cmid-box .cmid-map .map-address .maddress-list li {
    font-size: 1.6rem;
    margin-right: 40px;
    position: relative;
}

.cmid-content .cmid-box .cmid-map .map-address .maddress-list li:hover {
    cursor: pointer;
    color: #ffffff;
}

.cmid-content .cmid-box .cmid-map .map-address .maddress-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

.cmid-content .cmid-box .cmid-map .map-address .maddress-list .li-active {
    font-weight: bold;
    color: #ffffff;
}

.cmid-content .cmid-box .cmid-map .map-address .maddress-list .li-active::before {
    background-color: #ffffff;
}

/*手机大图*/
.img-bg .page-brand .mobile-pic{
    display: none;
}

/* 联系我们 */
.phone-contactus {
    display: none;
}

.contact-us .contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-left {
    width: 1010px;
    height: 610px;
    flex: none;
    /* flex: 5; */
    /*width: 1090px;*/

    position: relative;
}

.contact-left img {
    /*height: 706px;*/
}

.contact-left .address-icon {
    position: absolute;
    height: 706px;
}

/* 地图图标 */
.map-icon {
    width: 6px;
    cursor: pointer;
    position: relative;
}

.map-icon:before {
    content: '';
    height: 6px;
    width: 6px;
    border: 5px solid #f8b62d;
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 1;
    background: #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.map-icon:after {
    content: '';
    height: 0px;
    width: 0px;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 2px;
    border: 3px transparent solid;
    border-top-color: #f8b62d;
    border-width: 10px 6px 0px 6px;
}

/* 扩散的圆 */
.circle {
    position: absolute;
    top: 12px;
    left: -4px;
    width: 25px;
    height: 25px;
    border: 1px solid #f8b62d;
    border-radius: 50%;
    animation: anim 0.85s ease-out infinite;
}

@keyframes anim {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.contact-left .address-icon .address-name {
    padding: 8px;
    background: #f8b62d;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #ffffff;
    font-weight: 500;
    font-size: 1.8rem;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.contact-left .active-icon .address-name {
    display: block;
}

.contact-right {
    /*flex: 1;*/
    /*height: 706px;*/
    /*background-color: #292929;*/
    /*font-weight: 400;*/
    /*color: #ffffff;*/
    /*padding: 80px 90px 80px 88px;*/

    flex: 1;
    height: 706px;
    background-color: #282828;
    font-weight: 400;
    font-size: 2rem;
    color: #ffffff;
    line-height: 32px;
    padding: 80px 100px;
    padding-right: 10.5%;
    /*border-radius: 8px 0 0 0;*/
}

.contact-right h2 {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 3.4rem;
    color: #f8b62d;
    line-height: 30px;
    margin-bottom: 10px;
}

.contact-right .contact-btn {
    /*margin: 40px 0 120px 0;*/
    margin: 40px 0 100px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-right .contact-btn a {
    display: inline-block;
    padding: 16px;
    /* width: 212px; */
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 23px;
    background: #f8b62d;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-right .contact-btn img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.contact-right .contact-btn .con-more {
    /* width: 23px; */
    width: 0;
    height: 15px;
    margin-left: 5px;
    /* display: none; */
    transition: all 0.3s;
}

.contact-right .contact-btn a:hover .con-more {
    display: block;
    width: 23px;
}

.contact-right .contact-dese {
    font-size: 18px;
    line-height: 22px;
    color: #7f7f7f;
    font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.contact-right .tipstitle {
    line-height: 3.6rem;
    margin-bottom: 0;
}

.contact-right .contact-tips {
    font-size: 18px;
    line-height: 1.9rem;
    padding-bottom: 30px;
    margin-top: 7px;
    color: #7f7f7f;
    width: 70%;
    font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.contact-right .conmessage {
    text-align: right;
    margin-top: 10px;
}

.contact-right h5 {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 3.4rem;
    color: #f8b62d;
    line-height: 30px;
    margin-bottom: 40px;
}

.contact-right .input-box {
    /* width: calc(100% - 300px); */
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-right .input-box input {
    height: 62px;
    width: 320px;
    line-height: 62px;
    padding-left: 20px;
    font-size: 20px;
    padding-top: 4px;
    border-radius: 8px 0 0 8px;
}

.contact-right .input-box input::placeholder {
    color: #c9c9c9;
    font-weight: normal;
    font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.contact-right .input-box .input-text {
    height: 62px;
    line-height: 62px;
    padding: 0 21px;
    background: #f8b62d;
    border-radius: 0 8px 8px 0;
}
.dwsd .dd-h2{
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 4.4rem;
    color: #f8b62d;
    text-align: center;
    margin-bottom: 70px;
    text-align: center;
}
.dd-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-top: 30px;*/

}
.dl-item{
    display: inline-flex;
    align-items: center;

    width: 45%;
    max-width: 650px;
    margin-bottom: 70px;
}
.di-img{
    width: 20%;
}
.di-right{
    flex: 1;
    margin-left: 20px;
}
.dr-head{
    display: flex;
    align-items: center;
}
.dc-icon{
    display: none;
}
.si-h5{
    font-size:22px ;
    font-weight: bold;
    color: #292929;
    margin-left: 36px;
}
.sp-icon{
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.si-sap{
    font-size: 16px;
    flex: 1;
    padding-bottom: 4px;
    border-bottom: 1px solid #e7e4e4;
}
.dx-item{
    display: flex;
    align-items: center;
    padding: 5px 0;
    /*border-bottom: 1px solid #e7e4e4;*/
}
.dr-list{
    margin-top: 10px;
}

.dwsd{
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.dr-list .dx-item:last-child{
    border: none;
}
@media screen and (max-width: 1600px) {

    /* 公共内容盒子 */
    .contentbox {
        padding: 80px 60px;
    }

    .contact-content .contact-cbox .contact-cleft img {
        width: 485px;
        height: 410px;
    }

    .contact-content .contact-cbox .contact-cright {
        padding: 25px;
        height: 410px;
    }

    .contact-content .contact-cbox .contact-cright h6 {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 15px;
    }

    .contact-content .contact-cbox .contact-cright .cright-box .cright-right {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .pinfo-right .codeinf-box {
        font-size: 1.3rem;
        margin-left: 30px;
    }

    .contentbox h2 {
        font-size: 4rem;
        line-height: 4.6rem;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1480px) {
.dwsd{
    padding-top: 56px;
}
    .dwsd .dd-h2{
        font-size: 2.5rem;
        line-height: 2.9rem;
        margin-bottom: 23px;
    }
    /* 公共内容盒子 */
    .contentbox {
        padding: 56px 30px;

    }
.si-h5 {
    font-size: 18px;

}
.si-sap{
        font-size: 14px;

}
    .contentbox h2 {
        font-size: 2.5rem;
        line-height: 2.9rem;
        margin-bottom: 23px;
    }

    .contact-content .contact-cbox .contact-cleft img {
        width: 480px;
        height: 456px;
        border-radius: 5px;
    }

    .contact-content .contact-cbox .contact-cright {
        height: 456px;
        margin-left: 10px;
        padding: 23px;
        border-radius: 5px;
    }

    .contact-content .contact-cbox .contact-cright h6 {
        font-size: 1.9rem;
        line-height: 2.1rem;
        margin-bottom: 10px;
    }

    .contact-content .contact-cbox .contact-cright .cright-box .cright-right {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    .pinfo-right .codeinf-box {
        font-size: 1.6rem;
    }

    .cmid-content .cmid-box .cmid-map img {
        border-radius: 5px;
    }

    .contact-left {
        width: 700px;
        height: 450px;
    }

    .contact-right {
        height: 465px;
        font-size: 1.6rem;
        line-height: 2.3rem;
        padding: 35px 46px;
        padding-right: 2.5%;
        text-align: justify;
    }

    .contact-right h2 {
        font-size: 2.5rem;
        line-height: 2.9rem;
        margin-bottom: 5px;
    }

    .contact-right .contact-dese {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .contact-right .contact-btn {
        margin: 15px 0 30px 0;
    }

    .contact-right .contact-tips {
        font-size: 1.6rem;
        line-height: 1.9rem;
        margin-top: 0;
        padding-bottom: 20px;
        width: 58%;
    }

    .contact-right .conmessage {
        width: 81%;
        margin-top: 7px;
    }

    .contact-right .contact-btn a {
        font-size: 1.5rem;
        border-radius: 4px;
        line-height: 2.1px;
    }

    .contact-right .contact-btn img {
        width: 23px;
        height: 23px;
        margin-right: 5px;
    }

    .contact-right .contact-btn .con-more {
        height: 10px;
        margin-left: 2px;
    }

    .contact-right .contact-btn a:hover .con-more {
        width: 16px;
    }

    .contact-right h5 {
        font-size: 1.9rem;
        line-height: 28px;
        /*margin-bottom: 23px;*/
    }

    .contact-right .input-box {
        font-size: 1.6rem;
    }

    .contact-right .input-box input {
        height: 55px;
        width: 280px;
        line-height: 55px;
        padding-left: 5px;
        border-radius: 4px 0 0 4px;
    }

    .contact-right .input-box .input-text {
        height: 55px;
        line-height: 55px;
        padding: 0 12px;
        border-radius: 0 4px 4px 0;
    }
}

@media screen and (max-width: 768px) {
    body{
        background-color: #ffffff;
    }

    .mobile{
        display: block;
    }

    .img-bg .page-brand img{
        display: none;
    }

    .img-bg .page-brand .mobile-pic{
        display: block;
    }

    .total-menu .tmenu-active::after {
        bottom: -2px !important;
    }
.dwsd .dd-h2{
    font-size: 2rem;
    text-align: left;
    margin-bottom: 30px;
}
.di-img {
   display: none;
}
.dc-icon{
    display: block;
    width: 20%;
}
.dd-list{
 flex-direction: column;
}
.dl-item{
    width: 100%;
}
    .contact-content {
        padding: 24px 0;
        background-color: transparent;
    }
.dwsd{
        background-color: #ededed;
    width: 92%;
        margin:20px auto;
        padding: 30px 12px;
        border-radius: 8px;
padding-bottom: 0;
        background-image: none;
}
.di-right{
 margin-left: 0;
}
.si-h5{
 padding-left: 10px;
    margin-left: 10px;
    font-size: 16px;
    position: relative;
}
.si-h5:before{

    content:'';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #ccc;

}
.si-sap{
    font-size: 12px;
}
.dl-item{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
    .contact-content h2 {
        font-size: 2.4rem;
        line-height: 2.7rem;
        margin-bottom: 24px;
    }
.dl-item:last-child{
    border: none;
    margin-bottom: 0;
}
    .contact-content .contact-cbox {
        flex-direction: column;
    }

    .contact-cleft {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 85%;
    }

    .phonecleftbox {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .contact-content .contact-cbox .contact-cleft img {
        width: 100%;
        height: 100%;
        /* height: 200px; */
    }

    .contact-content .contact-cbox .contact-cright {
        width: 100%;
        margin-left: 0;
        padding: 30px 12px;
        border-radius: 8px;
        margin-top: 20px;
        background-image: none;
    }

    .contact-content .contact-cbox .contact-cright .cright-box {
        margin-bottom: 15px;
    }

    .contact-content .contact-cbox .contact-cright h6 {
        font-size: 2rem;
        line-height: 2.3rem;
        margin-bottom: 16px;
    }

    .contact-content .contact-cbox .contact-cright .phone-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .pinfo-right {
        padding-left: 17px;
    }

    .contentbox {
        padding: 0;
    }

    .contentbox h2 {
        display: none;
        font-size: 2.3rem;
        line-height: 2.8rem;
        margin-bottom: 0px;
        padding: 0 16px;
    }

    .cmid-box {
        width: 100%;
    }

    .cmid-box .total-menu {
        overflow: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding: 20px 12px;
    }

    .cmid-box .total-menu .tmenu-item {
        display: inline-block;
        flex: none;
        font-weight: 400;
        font-size: 1.2rem;
        color: #ffffff;
        line-height: 1.4rem;
        width: 105px;
        padding: 10px 0;
        text-align: center;
        border-bottom: none;
    }

    .cmid-box .total-menu .tmenu-active::after {
        width: 60%;
        height: 1px;
        bottom: 3px !important;
    }

    .mapimg {
        height: 550px;
    }

    .cmid-content {
        /*display: none !important;*/
        margin-bottom: 30px;
    }

    .cmid-content .cmid-box .cmid-map .map-address {
        font-size: 1.4rem;
        line-height: 1.9rem;
        padding: 10px 30px;
    }

    .cmid-content .cmid-box .cmid-map .map-address .maddress-list li {
        font-size: 1.3rem;
        line-height: 1.6rem;
        margin-right: 30px;
    }

    .cmid-content .cmid-box .cmid-map {
        height: 550px;
        position: relative;
        margin-top: 0px;
    }

    .cmid-map .map-address {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 8px;
        background: #f8b62d;
        font-weight: 400;
        font-size: 1.4rem;
        color: #292929;
        line-height: 1.6rem;
    }

    .cmid-map .map-address .maddress-list {
        font-weight: 400;
        font-size: 1.8rem;
        color: #292929;
        line-height: 21px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .cmid-map .map-address .maddress-list li {
        padding-left: 2px;
        font-size: 1.2rem;
        margin-right: 12px;
        margin-bottom: 10px;
        position: relative;
    }

    .cmid-map .map-address .maddress-list li::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .cmid-map .map-address .maddress-list .li-active {
        font-weight: bold;
        color: #ffffff;
    }

    .cmid-map .map-address .maddress-list .li-active::before {
        background-color: #ffffff;
    }

    /* 手机联系我们 */
    .contact-us {
        display: none;
    }

    .phone-contactus {
        display: block;
        background-color: #292929;
    }

    .phone-contactus .pcontactus-content {
        padding: 40px 0;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.8rem;
        color: #ffffff;
        text-align: justify;
    }

    .pcontactus-content h2 {
        font-weight: bold;
        font-size: 2rem;
        color: #f8b62d;
        margin-bottom: 12px;
    }

    .pcontactus-content .contact-btn {
        width: 153px;
        height: 48px;
        background: #f8b62d;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }

    .pcontactus-content .contact-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        /* font-weight: bold; */
        font-size: 1.6rem;
        color: #ffffff;
    }

    .contact-btn img {
        margin-right: 5px;
        width: 30px;
        height: 30px;
    }

    .pcontactus-content h5 {
        font-weight: bold;
        font-size: 1.8rem;
        color: #f8b62d;
        /*line-height: 2.8rem;*/
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .pcontactus-content .input-box {
        margin-top: 20px;
        display: flex;
        align-items: center;
    }

    .phonecontact-tips {
        text-align: right;
        margin-right: 60px;
        margin-top: 5px;
    }

    .input-box input {
        font-size: 1.6rem;
        height: 48px;
        line-height: 48px;
        padding: 0 10px;
        border-radius: 4px 0 0 4px;
    }

    .input-box .input-text {
        height: 48px;
        line-height: 48px;
        /* font-weight: bold; */
        font-size: 1.6rem;
        color: #ffffff;
        padding: 0 17px;
        background: #f8b62d;
        border-radius: 0 4px 4px 0;
    }

    .contact-content .contact-cbox .contact-cright .cright-box .cright-right {
        font-size: 1.4rem;
    }
}