.programme-banner {
    background: url(/images/programme_banner.jpg) no-repeat top center;
}.ban_shangye {    background: url(/images/ban_shangye.jpg) no-repeat top center;}.ban_qishiye {    background: url(/images/ban_qishiye.jpg) no-repeat top center;}
.programme-banner .modular-banner-text {
    padding: 3.9rem 0 5.2rem;
    font-size: 40px;
    line-height: 50px;
}

.service {
    padding: 1.44rem 0 .76rem;
}
.service-top {
    text-align: center;
}
.service-title {
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: #000;
}
.service-desc {
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem 0 0;
}
.service-item {
    width: 25%;
}
.service-item a {
    display: block;
    padding: 0 .3rem;
}
.service-item img {
    display: block;
    max-width: 100%;
    margin: 0 auto .3rem;
}
.service-it {
    margin-bottom: .14rem;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-align: center;
}
.service-id {
    margin-bottom: .3rem;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
}
@media (max-width: 768px){
    .service-list {
        flex-wrap: wrap;
    }
    .service-item {
        width: 50%;
    }
}



.programme {
    padding: 3.125% 0 4.42708333333333%;
    background-color: #f7f9fa;
}
.ptitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    text-align: center;
}
.plist {
    padding: .68rem 0 .96rem;
}
.pitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: .28rem;
    background-color: #fff;
}
.pitem-text,
.pitem-pic {
    width: 50%;
}
.pitem-text {
    padding: 2.74914089347079% 0 7.0446735395189% 5.15463917525773%;
}
.pitem-title {
    margin-bottom: .12rem;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: #000;
}
.pitem-desc {
    width: 345px;
    max-width: 100%;
    margin-bottom: 15.32622100889639%;
    font-size: 14px;
    line-height: 18px;
    color: #696969;
}
.pitem-detailed {
    font-size: 14px;
    line-height: 30px;
    color: #696969;
}
.pitem-detailed .t {
    margin-bottom: .2rem;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.pitem-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    justify-content: center;
    align-items: center;
}
.pitem-pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.pitem:hover .pitem-pic img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
@media (max-width: 768px){
    .pitem {
        display: block;
    }
    .pitem-text,
    .pitem-pic {
        width: 100%;
    }
    .pitem-pic {
        padding: 1.5rem .6rem;
    }
}



.clist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .48rem 0 0;
}
.citem {
    width: 49.48453608247423%;
    margin-bottom: .2rem;
    background-color: #fff;
}
.citem-pic,
.citem-text {
    width: 100%;
}
.citem-pic {
    overflow: hidden;
}
.citem-pic img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.citem:hover .citem-pic img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}
.citem-text {
    padding: .28rem 11.28472222222222%;

}
.citem-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #000;
}
@media (max-width: 768px){
    .programme .w1164 {
        padding: 0;
    }
}
@media (max-width: 576px){
    .citem {
        width: 100%;
    }
}


.pcontact {
    
}
.pcontact-inner {
    padding: 4.29553264604811% 0 5.58419243986254%;
    text-align: center;
}
.pcontact-title {
    margin-bottom: .24rem;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000;
}
.pcontact-desc {
    width: 565px;
    max-width: 100%;
    margin: 0 auto 1rem;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.pcontact-btn {
    width: 150px;
    height: 36px;
    margin: 0 auto;
    background-color: #df001f;
}
.pcontact-btn .button-inner {
    color: #fff;
}

.contact {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}
.contact-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1080px;
    max-width: 90%;
    height: 88%;
    padding: .48rem 6.25% .48rem 5.72916666666667%;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.contact-close {
    position: absolute;
    right: .7rem;
    top: .6rem;
    width: 30px;
    height: 30px;
    background: url(/images/contact_close.png) no-repeat center;
    cursor: pointer;
    opacity: .8;
}
.contact-close:hover {
    opacity: 1;
}
.contact-header {
    border-bottom: 1px solid #e6e6e6;
}
.contact-title {
    margin-bottom: .3rem;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #070002;
}
.contact-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    align-items: flex-end;
    height: 34px;
    margin-bottom: .4rem;
}
.contact-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    align-items: flex-end;
    font-size: 10px;
    line-height: 13px;
    color: #df001f;
}
.contact-tel img {
    margin-right: .16rem;
}
.contact-work {
    padding-left: .5rem;
    font-size: 12px;
    line-height: 21px;
    color: #a1a1a1;
}
.contact-text {
    margin-bottom: .5rem;
    font-size: 12px;
    line-height: 22px;
    color: #a1a1a1;
}
.contact-text span {
    padding-right: .5rem;
}

.contact-body {
    padding: .5rem 0 0;
}
.contact-body form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-item {
    width: 310px;
    max-width: 100%;
    height: 56px;
    margin-bottom: .56rem;
}
.form-item56,
.form-type {
    width: 410px;
    height: auto;
}
.form-btn {
    width: 100%;
}
.form-label {
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 26px;
    color: #4b4b4b;
}
.form-label em {
    color: #df001f;
}
.form-input,
.form-textarea {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 .2rem;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #dfdfdf;
}
.form-textarea {
    height: 106px;
}
.form-type-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-type-item {
    width: 40%;
    margin-bottom: .4rem;
}
.form-type-radio {
    font-size: 12px;
    line-height: 20px;
    color: #0d0d0d;
}
.form-radio {
    vertical-align: middle;
    margin-right: 5px;
}
.form-type-p {
    font-size: 9px;
    line-height: 16px;
    color: #a1a1a1;
}
.form-btn .button {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    background-color: #df001f;
}
.form-btn .button-inner {
    color: #fff;
}


@media (max-width: 992px){
    .form-item,
    .form-item56,
    .form-type {
        width: 48%
    }
}


@media (max-width: 576px){
    .contact-num {
        display: block;
        height: auto;
    }
    .contact-work {
        display: block;
        padding-left: 0;
    }
    .contact-text span {
        display: block;
        padding-right: 0;
    }
    .form-item,
    .form-item56,
    .form-type {
        width: 100%
    }
}








