.header-section .logo-box {
    width: 154px;
}

.header-section .logo-box img {
    width: 100%;
}

.sub-banner-section {
    overflow: hidden;
    margin-bottom: 32px;
}

.sub-banner-section img {
    width: 100%;
}

.main-section .left-tabwrap {
    width: 213px;
    float: left;
    border: 1px solid #dfdfdf;
    background: #f6f6f6;
    /* padding: 30px 0; */
    padding-bottom: 70px;
    margin-bottom: 60px;
}

.page-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 0 14px;
    padding-bottom: 36px;
}

.page-title .txt {
    position: relative;
    display: inline-block;
    padding: 32px 0px 26px 00px;
}

.page-title .txt:after {
    content: "";
    position: absolute;
    width: 183px;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #429fff;
}

.tab-ul-wrap .a-alink {
    padding: 16px 0;
}

.tab-ul-wrap .item {
    text-align: center;
    font-size: 18px;
    color: #000000;
    position: relative;
    border-left: 3px solid transparent;
    /* text-align: right; */
    /* padding-right: 60px; */
}

.tab-ul-wrap .item.cur {
    color: #419fff;
    background: white;
    border-left: 3px solid #419fff;
}

.tab-ul-wrap .item.cur:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    height: 100%;
    width: 3px;
    background: #ffffff;
    z-index: 100;
}

.right-content-wrap {
    float: right;
    width: 930px;
    margin-bottom: 120px;
}


/* 分页面包屑 

.breadcr-ul {
    display: inline-block;
}

.breadcr-ul .item {
    display: inline-block;
    position: relative;
    color: #808080;
    margin-right: 5px;
}

.breadcr-ul .item a:hover {
    text-decoration: underline;
}

.breadcrumb-part {
    font-size: 14px;
    color: #000000;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}
.breadcr-ul .item:after {
    content: ">";
    position: relative;
    font-size: 14px;
    margin-left: 5px;
}

.breadcr-ul .item.curitem:after {
    display: none;
}*/

.inner-cont-itemwrap {
    display: block;
}

.inner-cont-itemwrap.cur {
    display: block;
}

.inner-cont-itemwrap .info-title {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 44px;
}

.cont-item-maintitle {
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.right-content-wrap .imgbox {
    text-align: center;
    overflow: hidden;
}

.inner-cont-itemwrap-1 .imgbox {
    margin-bottom: 60px;
}

.inner-cont-itemwrap-1 .imgbox img {
    display: block;
    margin: 0 auto;
}

.inner-cont-itemwrap-1 .desc-box {
    margin-bottom: 40px;
}

.desc-box .desc-p {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 1.8;
    text-indent: 2em;
}

.tow-imgbox {
    margin-bottom: 38px;
}

.tow-imgbox .left-img {
    float: left;
    width: 50%;
    padding: 8px;
    overflow: hidden;
    height: 282px;
}

.tow-imgbox img {
    width: 100%;
}

.tow-imgbox .right-img {
    float: right;
    width: 50%;
    padding: 8px;
    overflow: hidden;
    height: 282px;
}

.sub-title {
    font-size: 24px;
    font-weight: bold;
    color: #419fff;
    margin-top: 30px;
    /* padding-left: 10px; */
    margin-bottom: 38px;
}

.inner-cont-itemwrap-3 .desc-box .desc-p {
    text-indent: 0em;
}

.inner-cont-itemwrap-3 .imgbox-ul .item {
    float: left;
    width: 457px;
    height: 285px;
    overflow: hidden;
    margin-right: 16px;
    margin-bottom: 22px;
}

.inner-cont-itemwrap-3 .imgbox-ul .item:nth-of-type(2n) {
    margin-right: 0;
}

.width-parent .imgbox img {
    width: 100%;
}

.inner-cont-itemwrap-2 .l-part {
    width: 378px;
    float: left;
    overflow: hidden;
}

.inner-cont-itemwrap-2 .r-part {
    width: 528px;
    float: right;
}

.inner-cont-itemwrap-2 .desc-p-bold {
    font-size: 18px;
    font-weight: bold;
    color: #676767;
}

.inner-cont-itemwrap-2 .desc-p {
    margin-bottom: 44px;
}

.inner-cont-itemwrap-2 .serv-section {
    padding: 50px 0;
}

.inner-cont-itemwrap-2 .serv-section .desc-p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.8;
    text-indent: 2em;
}

.inner-cont-itemwrap-2 .serv-section .r-part {
    /* float:right; */
    width: 100%;
}

.inner-cont-itemwrap-2 .serv-section .imgbox {
    margin-top: 56px;
}

.inner-cont-itemwrap-2 .imgbox {
    width: 800px;
    margin: 0 auto;
}


/* 联系我们 */

.inner-cont-itemwrap-4 .contact-title {
    font-size: 18px;
    font-weight: bold;
    color: #676767;
    margin-bottom: 40px;
}

.contact-info .txt {
    padding-left: 3px;
    color: #676767;
    position: relative;
    margin-bottom: 18px;
}

.contact-info .txt:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: auto;
    margin-right: 8px;
    top: 5px;
}

.contact-deress:before {
    background: url(icon.png) no-repeat;
}

.contact-phone:before {
    background: url(phone.jpg) no-repeat;
}

.contact-email:before {
    background: url(address-msg.jpg) no-repeat;
}



.sub-logo{
    margin-top: 10px;
    border-bottom: 2px solid #429fff;
}

@media screen and (max-width:1182px) {
    .main-section .left-tabwrap {
        width: 18%;
    }
    .right-content-wrap {
        float: right;
        width: 80%;
    }
      .tab-ul-wrap .item {
        /* text-align: center; */
        padding-right: 7%;
    }
    .page-title .txt:after {
        
        width: 106%;
       
    }
    .inner-cont-itemwrap-2 .l-part {
        width: 30%;
        float: left;
        overflow: hidden;
    }
    .inner-cont-itemwrap-2 .l-part img{
        width: 100%;
    }
    .inner-cont-itemwrap-2 .r-part {
        width: 68%;
        float: right;
    }
    .inner-cont-itemwrap-2 .imgbox {
        width: 75%;
        margin: 0 auto;
    }
    .inner-cont-itemwrap-2 .imgbox  img{
        width: 100%;
    }
    .right-content-wrap .imgbox img{
        width: 100%;
    }
    .inner-cont-itemwrap-3 .imgbox-ul .item {
        float: left;
        width: 48%;
        margin-right: 1%;
    }
    .sub-logo {
        width: 100%;
    }

}
@media screen and (max-width:768px) {
    body{
        background: white;
    }
    .cont-item-maintitle {
        font-size: .38rem;
        margin-top: .6rem;
        margin-bottom: .6rem;
    }
    .desc-box .desc-p {
        font-size: .28rem;
    }
    .inner-cont-itemwrap-1 .desc-box {
        margin-bottom: .34rem;
    }
    .tow-imgbox {
        margin-bottom: .38rem;
    }
    .tow-imgbox .left-img {
        padding: 4px;
        overflow: hidden;
        height: 2.4rem;
    }
    .tow-imgbox .right-img {
        padding: 4px;
        overflow: hidden;
        height: 2.4rem;
    }
    .inner-cont-itemwrap-1 .imgbox {
        margin-bottom: .54rem;
    }
    .inner-cont-itemwrap-1 .imgbox img {
        width: 100%;
    }
    .inner-cont-itemwrap-2 .l-part {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .inner-cont-itemwrap-2 .l-part img {
        width: 100%;
    }
    .inner-cont-itemwrap-2 .r-part {
        width: 100%;
        float: none;
    }
    .inner-cont-itemwrap-2 .desc-p {
        margin-bottom: .3rem;
    }
    .inner-cont-itemwrap-2 .desc-p-bold {
        font-size: .32rem;
    }
    .imgbox img {
        width: 100%;
    }
    .inner-cont-itemwrap-2 .imgbox {
        width: 100%;
        margin: 0 auto;
    }
    .inner-cont-itemwrap-2 .serv-section {
        padding: .45rem 0;
    }
    .inner-cont-itemwrap-4 .contact-title {
        font-size: .33rem;
        margin-bottom: .4rem;
    }
    .contact-info .txt {
        padding-left: 3px;
        margin-bottom: .3rem;
        font-size: 0.28rem;
    }
    .inner-cont-itemwrap-3 .imgbox-ul .item {
        float: left;
        width: 48%;
        height: 2.2rem;
        overflow: hidden;
        margin-right: .2rem;
        margin-bottom: .22rem;
    }
    .inner-cont-itemwrap .sub-title{
        border-left: none !important;
        font-size: 0.36rem !important;
    }
    .right-content-wrap>.main-t.sub-title{
        color: #626262 !important;
    }

}