.about {
    background: #f4f4f4;
    color: #333;
    padding: 50px 0;
    overflow: hidden;
}

.aboutC {
    margin-top: 40px;
}

.about-img {
    width: 45%;
    height: 432px;
    overflow: hidden;
}

.about-img img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.about-img img:hover {
    transform: scale(1.1);
}

.about-text {
    width: 52%;
}

.about-brief {
    overflow: hidden;
    height: 308px;
}

.about-brief p {
    line-height: 28px;
    color: #444;
    text-indent: 2em;
}

.about-more {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.about-more a {
    color: #0a937b;
    float: right;
}

.about-list ul li {
    float: left;
    text-align: center;
    margin: 3% 14% 0 4%;
}

.about-list ul li a {
    display: block;
}

.about-list ul li:last-child {
    margin-right: 4%;
}

.about-list ul li span {
    display: inline-block;
    height: 24px;
}

.about-list ul li i {
    float: left;
    font-size: 36px;
    color: #12ae93;
    position: relative;
    z-index: 10;
    transition: transform 0.4s ease-out;
}

.about-list ul li i.icon-wodechanpin {
    font-size: 30px;
}

.about-list ul li a:hover p {
    color: #12ae93;
}

.about-list ul li a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.about-list ul li p {
    line-height: 30px;
    color: #222;
}

.adv {
    width: 100%;
    overflow: hidden;
}

.adv img {
    width: 100%;
    /* height: 100%; */
}

.product {
    padding: 50px 0;
    overflow: hidden;
    background: #f4f4f4;
}

.productC {
    margin-top: 30px;
}

.pro-item {
    overflow: hidden;
    margin-bottom: 40px;
}

.pro-item:last-child {
    margin-bottom: 0;
}

.pro-title {
    position: relative;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0;
}

.pro-title::after {
    content: '';
    display: block;
    width: 104px;
    height: 5px;
    background: #34a8a4;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.pro-item:nth-child(2) .pro-title::after {
    background: #5969e1;
}

.pro-item:nth-child(3) .pro-title::after {
    background: #ea9633;
}

.pro-title span {
    font-size: 18px;
    color: #333;
}

.pro-nr {
    margin-top: 25px;
}

.pro-nrL {
    width: 22%;
    height: 465px;
    background: url(../images/pro-bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.pro-item:nth-child(2) .pro-nrL {
    background: url(../images/pro-bg2.jpg) no-repeat;
}

.pro-item:nth-child(3) .pro-nrL {
    background: url(../images/pro-bg3.jpg) no-repeat;
}

.pro-nrL a {
    display: block;
    height: 465px;
    padding: 58% 0 0 0;
}

.pro-icon {
    margin-left: 25%;
    text-align: center;
    width: 92px;
}

.pro-icon span {
    display: block;
    width: 92px;
    height: 92px;
    text-align: center;
    line-height: 92px;
    border-radius: 92px;
    border: 2px solid #ffffff;
}

.pro-icon span i {
    float: inherit;
    font-size: 36px;
    color: #fff;
}

.pro-icon p {
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}

.pro-nrL-btn {
    margin: 30% 0 0 2px;
}

.pro-nrL-btn button {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5);
    line-height: 36px;
    padding: 0 80px;
}

.pro-nrR {
    width: 83%;
    margin: 5% 0 0 -5%;
}

.pro-nrR ul li {
    position: relative;
    float: left;
    width: 22.9%;
    margin-right: 2.8%;
    background: #fff;
    border-bottom: 5px solid #34a8a4;
    padding: 10px;
}

.pro-item:nth-child(2) .pro-nrR ul li {
    border-bottom: 5px solid #5969e1;
}

.pro-item:nth-child(3) .pro-nrR ul li {
    border-bottom: 5px solid #ea9633;
}

.pro-img {
    width: 100%;
    height: 236px;
    overflow: hidden;
}

.pro-img img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.pro-img img:hover {
    transform: scale(1.1);
}

.pro-nrR ul li:last-child {
    margin-right: 0;
}

.pro-nrR ul li h3 {
    font-size: 16px;
    color: #3a3a3a;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
}

.pro-nrR ul li p {
    color: #6f6f6f;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.pro-tk {
    position: absolute;
    top: 0;
    left: 0;
    height: 345px;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    padding: 14px;
    overflow: hidden;
    display: none;
}

.pro-nrR ul li .pro-tk h3 {
    color: #fff;
}

.pro-nrR ul li .pro-tk p {
    color: #fff;
    height: 265px;
}

.news {
    padding: 50px 0;
    overflow: hidden;
    background: url(../images/newsBg.jpg) no-repeat;
    background-size: 100% 100%;
}

.newsC {
    padding: 40px 0 30px 0;
    border-bottom: 1px dashed #a1a1a1;
    overflow: hidden;
}

.newsL {
    width: 41%;
}

.newsL-img {
    width: 100%;
    height: 310px;
    margin-bottom: 5%;
    overflow: hidden;
    border: 1px solid #eee;
}

.newsL-img img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.newsL-img img:hover {
    transform: scale(1.1);
}

.news-date {
    text-align: center;
    width: 12%;
}

.news-date h3 {
    color: #12ae93;
    font-size: 28px;
    line-height: 45px;
}

.news-date p {
    color: #808080;
    line-height: 24px;
}

.newsL-r {
    width: 84%;
    border-left: 1px solid #d3d3d3;
    padding: 1% 0 1% 6%;
}

.newsL-r h3 {
    font-size: 16px;
    color: #434343;
    height: 24px;
    line-height: 24px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.newsL-r h3:hover {
    color: #12ae93;
}

.newsL-r p {
    line-height: 24px;
    color: #757575;
    height: 48px;
    overflow: hidden;
}

.newsR {
    width: 57%;
}

.contact {
    padding: 50px 0 30px;
    overflow: hidden;
    background: url(../images/contactBg.jpg) no-repeat;
    background-size: 100% 100%;
    color: #434343;
}

.contactC {
    margin-top: 30px;
}

.contact-l {
    width: 56%;
    border-right: 1px solid #c7c7c7;
    padding: 10px 0;
}

.contact-lt {
    border-bottom: 1px solid #c5c5c5;
    overflow: hidden;
    padding-bottom: 30px;
    width: 90%;
}

.contact-ltl h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 54px;
}

.contact-ltl p {
    font-size: 16px;
    line-height: 35px;
}

.contact-ltr {
    text-align: center;
    margin: 6% 0 0 10%;
    line-height: 36px;
}

.contact-ltr span {
    display: block;
    width: 126px;
    height: 126px;
}

.contact-ltr span img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.contact-lb ul li {
    float: left;
    padding: 0px 15px 10px 0;
    width: 50%;
}

.contact-lb ul li:nth-child(2n) {
    margin-right: 0;
}

.contact-lb-img {
    width: 96px;
    height: 96px;
    margin-right: 30px;
}

.contact-lb-img img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.contact-lb h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

.contact-lb-text {
    margin-top: 12px;
}

.contact-lb-text p {
    line-height: 24px;
    font-size: 16px;
}

.contact-r {
    width: 44%;
    padding-top: 24px;
}

.contact-r h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 15px;
}

.form-item {
    width: 100%;
    padding: 0 10%;
    margin-bottom: 24px;
    overflow: hidden;
}

.form-item label {
    float: left;
    width: 18%;
    font-size: 16px;
    line-height: 40px;
}

.form-input {
    float: left;
    width: 78%;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 0 5px;
}

.form-input textarea {
    width: 100%;
    height: 110px;
}

.form-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.form-item span {
    float: right;
    color: #e20000;
    line-height: 40px;
    margin-left: 1%;
}

.form-btn {
    text-align: center;
}

.form-item button {
    height: 40px;
    border-radius: 5px;
    padding: 0 48px;
    font-size: 16px;
    color: #363636;
    border: none;
    background: #c9c9c9;
    cursor: pointer;
    margin: 20px;
}

.form-item button.submit {
    background: #12ae93;
    color: #fff;
}

@media (max-width:1680px) {
    .about-img {
        height: 377px;
    }
    .about-brief {
        height: 252px;
    }
    .about-list ul li {
        margin: 5% 14% 0 4%;
    }
    .pro-img {
        height: 204px;
    }
    .contact-ltr {
        margin: 6% 0 0 6%;
    }
    .contact-lb-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .contact-lb-img {
        margin-right: 6px;
    }
    .pro-nrL {
        height: 430px;
    }
    .pro-nrL a {
        height: 430px;
    }
    .pro-tk {
        height: 313px;
    }
    .pro-nrR ul li .pro-tk p {
        height: 242px;
    }
    .form-item {
        padding: 0 7%;
    }
    .contact-lb-text {
        margin-top: 20px;
    }
}

@media (max-width:1600px) {
    .about-img {
        height: 360px;
    }
    .about-brief {
        height: 224px;
    }
    .about-list ul li {
        margin: 5% 12% 0 4%;
    }
    .pro-img {
        height: 193px;
    }
    .contact-lt {
        width: 94%;
    }
    .contact-ltr {
        margin: 6% 0 0 5%;
    }
    .contact-lb-img {
        width: 90px;
        height: 90px;
    }
    .form-item label {
        width: 19%;
    }
    .form-input textarea {
        height: 100px;
    }
    .pro-tk {
        height: 302px;
    }
    .pro-nrR ul li .pro-tk p {
        height: 220px;
    }
    .contact-lb-text {
        margin-top: 15px;
    }
}

@media (max-width:1440px) {
    .about-img {
        height: 342px;
    }
    .pro-img {
        height: 183px;
    }
    .pro-nrL {
        height: 396px;
    }
    .pro-nrL a {
        height: 396px;
    }
    .form-item {
        padding: 0 7%;
    }
    .form-item label {
        width: 21%;
    }
    .form-input {
        width: 75%;
    }
    .contact-ltl p {
        font-size: 15px;
    }
    .contact-ltr {
        margin: 6% 0 0 3%;
    }
    .contact-lb-text h3 {
        font-size: 15px;
    }
    .contact-l {
        width: 55%;
    }
    .contact-r {
        width: 45%;
    }
    .contact-lb-img {
        width: 98px;
        height: 98px;
    }
    .pro-tk {
        height: 292px;
    }
    .pro-nrR ul li .pro-tk p {
        height: 220px;
    }
    .contact-lb-text p {
        line-height: 20px;
    }
}

@media (max-width:1366px) {
    .about-img {
        height: 367px;
    }
    .about-brief {
        height: 252px;
    }
    .pro-nrL-btn {
        margin: 20% 0 0 2px;
    }
    .pro-nrL-btn button {
        padding: 0 60px;
    }
}

@media (max-width:1280px) {
    .about-img {
        height: 342px;
    }
    .about-brief {
        height: 224px;
    }
}

@media (max-width:1024px) {
    .about-list ul li {
        margin: 5% 8% 0 4%;
    }
    .pro-img {
        height: 142px;
    }
    .pro-nrL-btn button {
        padding: 0 40px;
    }
    .pro-nrL {
        height: 350px;
    }
    .pro-nrL a {
        height: 350px;
    }
    .pro-nrL-btn {
        margin: 24% 0 0 2px;
    }
    .pro-text h3 {
        font-size: 15px;
    }
    .pro-icon {
        width: 80px;
        margin-left: 18%;
    }
    .pro-icon span {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .pro-icon p {
        font-size: 15px;
    }
    .contact-ltl p {
        font-size: 14px;
    }
    .contact-l {
        width: 62%;
    }
    .contact-r {
        width: 38%;
    }
    .contact-lb-img {
        width: 70px;
        height: 70px;
        margin-top: 6px;
    }
    .contact-lb-text {
        margin-top: 12px;
    }
    .contact-lb-text h3 {
        font-size: 15px;
        line-height: 28px;
    }
    .form-item {
        padding: 0 6%;
        margin-bottom: 20px;
    }
    .form-item label {
        font-size: 14px;
        width: 25%;
        line-height: 36px;
    }
    .form-input {
        width: 70%;
    }
    .form-input input {
        height: 36px;
        line-height: 36px;
    }
    .form-item button {
        padding: 0 25px;
        margin: 10px;
    }
    .contact-r h3 {
        font-size: 20px;
    }
    .contact-ltl h3 {
        font-size: 20px;
        line-height: 42px;
    }
    .about-img {
        height: 274px;
    }
    .about-brief {
        height: 168px;
    }
    .pro-tk {
        height: 251px;
    }
    .pro-nrR ul li .pro-tk p {
        height: 175px;
    }
}