﻿/*通用样式*/
* {margin:0; padding:0; word-wrap:break-word;}
body {min-width: 375px; font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; font-size:12px; color:#444; background-color: #fff;}
a {color:#4C4C4C; text-decoration:none;}
a:hover {color:#FF0000;}
a img {border:none;} 
div,ul,li,p,form {padding: 0px; margin: 0px; list-style-type: none;}
em {font-style: normal; font-weight: normal;}
table {padding: 0px; margin: 0px; list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px; list-style-type: none;}
form {margin:0px; padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input:focus,textarea:focus,select:focus {outline:none;}
input[type="text"],select {height:30px; border:1px solid #ddd; line-height:30px; color:#999;}
tr {padding: 0px; margin: 0px; list-style-type: none;}
h2,h3,h4 {padding:0px; font-size:14px; font-weight:normal;}
i,em {font-style:normal;}

@font-face {font-family: 'bebas';src: url('../UploadFiles/bebas.woff2') format('woff2'),url('../UploadFiles/bebas.woff') format('woff');font-weight: normal;font-style: normal;}

@keyframes banp{0%{transform: scale(1.1);opacity: 1;}100%{transform: scale(1);opacity: 1;}}

/*头部通用*/
.header {position: fixed; top: 0; left: 0; z-index: 1000; display: flex; justify-content: space-between; width: 100%; height: 100px; background-color: #fff; box-shadow: 0 5px 10px rgba(204,204,204,0.3);}
.header-logo {display: block; width: 550px; height: 100px; padding: 20px 40px; box-sizing: border-box;}
.header-logo img {display: block; width: 100%; height: 60px;}

.header-nav {display: flex; justify-content: space-around; width: calc(100% - 870px); max-width: 800px; padding: 10px 0; box-sizing: border-box;}
.header-nav li {position: relative; height: 80px; overflow: hidden;}
.header-nav li::before {content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background-color: #b2212c; transform: translateX(-50%); opacity: 0; transition: all 0.3s;}
.header-nav li a {display: block; font-size: 18px; line-height: 80px; color: #333; transition: all 0.3s;}
.header-nav li a span {font-weight: 600; color: #b2212c}
.header-nav li:hover a {margin-top: -80px;}
.header-nav li:hover::before {width: 100%; opacity: 1;}

.header-contact {width: 340px; padding: 20px 40px 20px 100px; background-color: #b2212c; background-image: url("../images/img/header-contact.png");background-size: 40px 40px; background-position: 40px 50%; background-repeat: no-repeat; box-sizing: border-box;}
.header-contact p:nth-child(1) {font-size: 18px; line-height: 24px; color: #fff;}
.header-contact p:nth-child(2) {font-size: 28px; line-height: 36px; color: #fff; font-weight: 600;}
@media(max-width:1200px){.header-logo {width: 420px; padding: 20px 10px;} .header-nav {width: calc(100% - 420px);} .header-contact {display: none;}}
@media(max-width:980px){.header {flex-wrap: wrap; height: 140px;} .header-logo {width: 100%; height: 100px; padding: 10px 0;} .header-logo img {width: 750px;height: 100%; margin: 0 auto;} .header-nav {max-width: none;width: 100%; padding: 0; background-color: #f5f5f5;} .header-nav li {height: 90px;} .header-nav li a {font-size: 40px; line-height: 90px;} .header-nav li:hover a {margin-top: -90px;} .header-contact {display: none; width: 300px; padding: 12px 20px 12px 80px; background-size: 36px 36px; background-position: 30px 50%;} .header-contact p:nth-child(1) {display: none;} .header-contact p:nth-child(2) {margin-top: 6px; line-height: 28px;}}

/*banner*/
.banner {width: 100%; height: 100%; margin-top: 100px; overflow: hidden;}
.banner .swiper-slide {overflow: hidden;position: relative;}
.banner-img {display: block; width: 100%; height: auto; min-height: 380px;}
.swiper-slide-active .banner-img {animation: banp 3s ease 0.2s both;}
.banner-prev,.banner-next {position: absolute; top: 50%; width: 60px; height: 60px; border-radius: 10px; transform: translateY(-50%); z-index: 20; background: url("../images/img/banner-navigation.png") no-repeat rgba(0, 0, 0, .5); transition: all 0.4s; opacity: 0.4;}
.banner-prev {left: 5%; background-position: 0 0;}
.banner-next {right: 5%; background-position: -60px 0;}
.banner-prev:hover {background: url("../images/img/banner-navigation.png") no-repeat #b2212c; opacity: 0.8;}
.banner-next:hover {background: url("../images/img/banner-navigation.png") no-repeat #b2212c; background-position: -60px 0; opacity: 0.8;}
.banner-getnum {position: absolute; bottom: 20px!important; left: 50%!important; z-index: 100; display: flex; justify-content: space-between; width:100px!important; height: 40px!important; text-align: center; box-sizing: border-box; overflow: hidden; transform: translateX(-50%);}
.banner-getnum li {display: flex; justify-content: center; align-items: center; width: 40px; height: 40px;}
.banner-getnum li span {position: relative; display: block!important; width:16px; height:16px; margin: 0!important; border-radius: 50%; font-size: 0px; text-align: center; line-height: 16px; color: #fff; background-color: rgba(255,255,255,0.8); transition: all 0.3s;}
.banner-getnum li span::before {content: ""; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; border: 2px solid rgba(255,255,255,0.8); border-radius: 50%; box-sizing: border-box; transform: translate(-50%,-50%); transition: all 0.3s;}
.banner-getnum li span.swiper-pagination-bullet-active {width: 40px; height: 40px; font-size: 16px; line-height: 40px; background-color: rgba(255,255,255,0);}
@media(max-width:980px){.banner {margin-top: 140px;;}}

/*footer*/
.footer-box {width: 100%; padding: 60px 0 0; background-color: #1c1c1c;background-image: url(../images/img/footer-bj.jpg);background-position: 0 0;background-repeat: no-repeat;}
.footer {display: flex; justify-content: space-between; align-items:stretch; width: 100%; padding: 0 5% 40px; box-sizing: border-box;}
.footer-hotline {width: 330px;}
.footer-hotline p:nth-child(1) {max-height: 999px; margin-bottom: 10px; padding-left: 60px; font-size: 26px; color: #fff; font-weight: 400; line-height: 40px; background-image: url("../images/img/footer-dh.png"); background-size: 50px auto; background-repeat: no-repeat; background-position: 0 50%; vertical-align: bottom; box-sizing: border-box;}
.footer-hotline p:nth-child(2) {max-height: 999px; margin-bottom: 4px; font-family: bebas; font-size: 44px; color: #fff; line-height: 56px; letter-spacing: 8px; transform:scaleY(1.2);}
.footer-hotline p:nth-child(3) {max-height: 999px; font-size: 16px; color: #fff; line-height: 30px; letter-spacing: 1px;}
    
.footer-nav-box {display: flex; justify-content: space-between; width: calc(100% - 810px); max-width: 1000px; box-sizing: border-box;}
.footer-nav li:nth-child(1) {max-height: 999px; margin-bottom: 10px; font-size: 18px; color: #fff; font-weight: 400; line-height: 30px;}
.footer-nav li a {max-height: 999px; font-size: 16px; line-height: 34px; color: #ccc;}
.footer-nav li a:hover {color: #fff;}

.footer-contact {width: 430px;}
.footer-contact p:nth-child(1) {max-height: 999px; margin-bottom: 10px; font-size: 18px; color: #fff; font-weight: 400; line-height: 30px;}
.footer-contact p:nth-child(2),.footer-contact p:nth-child(3) {max-height: 999px; margin-bottom: 10px; padding: 0 20px 0 40px; border-radius: 21px; font-size: 18px; line-height: 46px; color: #ccc; background-color: #121212; background-size: 18px 18px; background-position: 12px 50%; background-repeat: no-repeat; box-sizing: border-box;}
.footer-contact p:nth-child(2) {background-image: url("../images/img/footer-icon1.png");}
.footer-contact p:nth-child(3) {margin-bottom: 0; background-image: url("../images/img/footer-icon2.png");}

.footer-copyright {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 6px 5%; background-color: #141414; box-sizing:border-box;}
.footer-copyright p:nth-child(1),.footer-copyright p:nth-child(2) {width: 50%; font-size: 16px; line-height: 24px; color: #e1e1e1;}
.footer-copyright p:nth-child(1) a {color: #e1e1e1;}

.footer-copyright {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; padding: 6px 5%; background-color: #141414; box-sizing:border-box;}
.footer-copyright p:nth-child(1),.footer-copyright p:nth-child(2) {width: 100%; font-size: 16px; line-height: 24px; color: #eee;}
.footer-copyright p:nth-child(1) a {color: #eee;}
    
@media(max-width:1200px){.footer {padding: 0 2% 40px;} .footer-copyright {padding: 6px 2%;}}
@media(max-width:1120px){.footer-hotline {display: none;} .footer-nav-box {width: calc(100% - 480px);} .footer-nav:nth-child(1) {display: none;}}
@media(max-width:980px){.footer-nav li:nth-child(1) {font-size: 32px;margin-bottom: 20px;}.footer-nav li{margin-bottom: 10px;} .footer-nav li a {font-size: 32px;} .footer-contact {width: 480px;} .footer-contact p:nth-child(1) {font-size: 40px;} .footer-contact p:nth-child(2),.footer-contact p:nth-child(3) {font-size: 32px;} .footer-copyright {flex-wrap: wrap;} .footer-copyright p:nth-child(1),.footer-copyright p:nth-child(2) {width: 100%; height: auto!important; font-size: 30px; text-align: center;margin-bottom: 10px;} .footer-copyright p:nth-child(2) a img {float: inherit!important; width: 70%; margin: 4px auto 0!important;}}
    
/*footbox*/
@media(min-width:1000px){.footbox{display:none;}}
.footbox {position: fixed; bottom: 0; z-index: 99; left: 0; z-index: 1000; width: 100%; min-width: 980px; height: 9rem; border-top:0; background:#b2212c}
.flexbox {display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; text-align: center;}
.footbox ul li {-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.footbox ul li a {display:block; margin-top: 1rem; color:#fff; font-size:2rem; line-height:3rem; }
.footbox ul li a img {display:block; width:4rem; height:4rem; margin: 0.5px auto}
.sjkx{display:block;}
@media(min-width:1000px){.sjkx{display: none;}}

/*picture*/
/* .picture {width: 100%; padding: 60px 5%; box-sizing: border-box;}
.picture-title {display: flex; justify-content: space-between; width: 100%;}
.picture-title-left {width: 400px;}
.picture-title-left p:nth-child(1) {font-size: 30px; color: #b2212c; font-weight: 600; line-height: 60px;}
.picture-title-left p:nth-child(2) {font-size: 16px; line-height: 30px; color: #666; letter-spacing: 2px;}
.picture-title-right {display: flex; margin-top: 15px;}
.picture-title-right li {margin-left:20px;}
.picture-title-right li a {display: block; padding: 0 40px; font-size: 18px; line-height: 60px; color: #fff; background-color: #ff9800; transition: all 0.3s;}
.picture-title-right li a:hover {border-radius: 30px; font-weight: bold; color: #fff;} */

.swiper2 {margin-top: 30px;}
.picture-list {display: block; width: 100%; border: 1px solid #ddd; background-color: #fff; box-sizing: border-box; transition: all 0.6s;}
.picture-list .picture-list-img {position: relative; width: 100%; border-bottom: 1px solid #ddd; overflow: hidden;}
.picture-list .picture-list-img img {display: block; width: 100%; transition: all 0.6s;}
.picture-list-img-txt {position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background-color: rgba(0,175,85,0.8); opacity: 0; transition: all 0.3s;}
.picture-list-img-txt p {position: relative; font-size: 18px; line-height: 46px; color: #fff; box-sizing: border-box;}
.picture-list-img-txt p::before {content: ""; position: absolute; top: 0; left: 50%; width: 100%; height: 100%; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: translateX(-50%); transition: all 0.6s;}
.picture-list-text {width: 100%; padding: 10px 15px; background-color: #fff; box-sizing: border-box;}
.picture-list-text p:nth-child(1) {position: relative; font-size: 20px; line-height: 30px; color: #212121; letter-spacing: 1px; border-bottom: 1px solid #ddd; padding-bottom: 8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.picture-list-text p:nth-child(1)::before {content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background-color:#b2212c; transition: all 0.6s;}
.picture-list-text p:nth-child(2) {position: relative; padding-right: 41px; margin-top: 8px; font-size: 18px; line-height: 30px; color: #666; letter-spacing: 1px; box-sizing: border-box;}
.picture-list-text p:nth-child(2)::before {content: ""; position: absolute; right: 0;top: 0; width: 40px; height: 30px; background-image: url("../../images/img/picture-icon.png"); background-size: 80px 30px; background-position: 100% 0; border-left: 1px solid #ddd; transition: all 0.6s;}
.picture-list:hover {box-shadow: 0 0px 10px rgba(0,0,0,0.2);}
.picture-list:hover .picture-list-img img {transform:scale(1.2);}
.picture-list:hover .picture-list-img .picture-list-img-txt {opacity: 1;}
.picture-list:hover .picture-list-img .picture-list-img-txt p::before {width: 20%;}
.picture-list:hover .picture-list-text p:nth-child(1) {color:#b2212c;}
.picture-list:hover .picture-list-text p:nth-child(1)::before {width: 100%;}
.picture-list:hover .picture-list-text p:nth-child(2)::before {background-position: 0 0;}
@media(max-width:1200px){.picture {padding: 40px 2%;}}
@media(max-width:980px){.picture-title-right li a {font-size: 24px;} .picture-list-text p:nth-child(1) {font-size: 24px;}}

/*about*/

.about {display: flex;justify-content: space-between;width: 100%;padding: 80px 5%;background-image: url("../UploadFiles/bj/gybj.jpg");background-size: 100% 100%;box-sizing: border-box;}
.about-left {width: calc(100% - 660px);box-sizing: border-box;}
.about-left p:nth-child(1) {font-size: 42px;line-height: 42px;color: #b2212c;letter-spacing: 20px;font-weight: 600;}
.about-left p:nth-child(2) {
    max-height: 999px;
    margin-top: 30px;
    font-size: 22px;
    line-height: 22px;
    color: #333;
    letter-spacing: 2px;
}

.about-left p:nth-child(3) {
    max-height: 999px;
    margin-top: 42px;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    letter-spacing: 1px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.about-left p:nth-child(4) {
    display: flex;
    margin-top: 36px;
}

.about-left p:nth-child(4) a {
    position: relative;
    display: block;
    width: 160px;
    margin-right: 30px;
    border: 1px solid #777;
    font-size: 18px;
    line-height: 46px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
}

.about-left p:nth-child(4) a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #b2212c;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
}

.about-left p:nth-child(4) a span {
    position: relative;
    z-index: 10;
}

.about-left p:nth-child(4) a:hover {
    color: #fff;
    border: 1px solid #b2212c;
}

.about-left p:nth-child(4) a:hover::before {
    width: 100%;
    height: 100%;
}

.about-right {
    position: relative;
    width: 660px;
    padding-left: 60px;
    padding-top: 100px;
    box-sizing: border-box;
}

.about-right::before {
    content: "ABOUT WANMING";
    position: absolute;
    right: 0;
    bottom: 280px;
    font-family: bebas;
    font-size: 130px;
    color: #eee;
}

.about-right img {
    display: block;
    width: 600px;
    height: 300px;
}

@media(max-width: 1430px) {
    .about-left p:nth-child(1) {
        letter-spacing: 2px;
    }

    .about-left p:nth-child(2) {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .about-left p:nth-child(4) a {
        width: 140px;
        margin-right: 10px;
    }

    .about-left p:nth-child(4) a:nth-last-child(1) {
        margin-right: 0;
    }
}

@media(max-width: 1200px) {
    .about {
        flex-wrap: wrap;
        padding: 40px 2% 20px;
    }

    .about-left {
        position: relative;
        width: 100%;
    }

    .about-left::before {
        content: "ABOUT JIESHUO";
        position: absolute;
        right: 0;
        bottom: 290px;
        font-family: bebas;
        font-size: 100px;
        color: #eee;
    }

    .about-left p:nth-child(1) {
        position: relative;
        z-index: 10;
        letter-spacing: 20px;
        font-size: 50px;
    }

    .about-left p:nth-child(2) {
        position: relative;
        z-index: 10;
        font-size: 36px;
        letter-spacing: 2px;
    }

    .about-left p:nth-child(3) {
        font-size: 32px;
    }

    .about-left p:nth-child(4) a {
        width: 200px;
        margin-right: 20px;
        font-size: 33px;
        line-height: 60px;
    }

    .about-right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        display: none;
    }

    .about-right::before {
        display: none
    }

    .about-right img {
        width: 100%;
        height: auto;
    }

}

/*news*/
/* .news {width: 100%; padding: 60px 5%; background-image: url("../images/img/news-bg.jpg"); background-size: 100% 100%; box-sizing: border-box;}
.news-title {position: relative; width: 100%; padding: 0 100px 0 0; box-sizing: border-box;}
.news-title::before {content: "NEWS"; position: absolute; right: 0; top: 0; font-family: bebas; font-size: 90px; line-height: 90px; color: #ccc;}
.news-title p:nth-child(1) {font-size: 30px; color: #b2212c; font-weight: 600; line-height: 60px;}
.news-title p:nth-child(2) {font-size: 16px; line-height: 30px; color: #666; letter-spacing: 2px;}
.news-list {display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%;}
.news-list li {margin-top: 30px;}
.news-list .news-list-img a {position: relative; display: block; width: 100%; height: 400px; overflow: hidden;}
.news-list .news-list-img a img {display: block; width: 100%; height: 100%; transition: all 0.3s;}
.news-list .news-list-img-text {position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px; background-color: rgba(0,0,0,0.8); box-sizing: border-box;}
.news-list .news-list-img-text p:nth-child(1) {margin-bottom: 10px; font-size: 20px; line-height: 1; color: #fff; font-weight: 600; letter-spacing: 1px;  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.news-list .news-list-img-text p:nth-child(2) {font-size: 18px; line-height: 1.6; color: #fff; letter-spacing: 1px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.news-list .news-list-img:nth-child(1) {width: calc((100% - 30px) * 0.6);}
.news-list .news-list-img:nth-child(2) {width: calc((100% - 30px) * 0.4);}
.news-list-text {width: calc((100% - 90px) / 4);}
.news-list-text a {display: block; width: 100%; padding: 20px; box-shadow: 0 0 15px rgba(0,0,0,.1); box-sizing: border-box;}
.news-list-text a p:nth-child(1) {max-height: 9999px; min-height: 24px; font-size: 24px; color: #212121; line-height: 24px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; transition: all 0.3s;}
.news-list-text a p:nth-child(2) {margin-top: 13px; font-size: 14px; line-height: 40px; color: #b8b8b8;}
.news-list-text a p:nth-child(2) img {vertical-align: middle;}
.news-list-text a p:nth-child(3) {max-height: 9999px; margin-top: 14px; font-size: 18px; color: #545353; line-height: 32px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.news-list .news-list-img a:hover img {transform: scale(1.1);}
.news-list-text a:hover p:nth-child(1) {color: #b2212c;}
@media(max-width:1200px){.news {padding: 40px 2%;}}
@media(max-width:980px){.news-list .news-list-img:nth-child(1) {width: calc((100% - 30px) * 0.5);} .news-list .news-list-img:nth-child(2) {width: calc((100% - 30px) * 0.5);} .news-list .news-list-img-text p:nth-child(1) {font-size: 26px;} .news-list .news-list-img-text p:nth-child(2) {font-size: 24px;} .news-list-text {width: calc((100% - 60px) / 3);} .news-list-text:nth-last-child(1) {display: none;} .news-list-text a p:nth-child(1) {font-size: 26px;} .news-list-text a p:nth-child(2) {margin-top: 0;} .news-list-text a p:nth-child(3) {margin-top: 0; font-size: 24px;}} */

/*contact*/
.contact {width: 100%; padding: 40px 5%; background-image: url("../images/img/contact-bj.jpg");background-size: 1920px 100%; background-position: center; box-sizing: border-box;}
.contact-title {margin-bottom: 20px; font-size: 26px; color: #fff; line-height: 40px; text-align: center; font-weight: bold; letter-spacing: 4px;}
.contact-text {margin-bottom: 20px; font-size: 28px; color: #fff; line-height: 40px; text-align: center; font-weight: bold; letter-spacing: 10px;}
.contact-button {display: block; width: 180px; margin: 0 auto; font-size: 18px; line-height: 46px; color: #fff; text-align: center; background-color: #b2212c; transition: all 0.3s;}
.contact-button:hover {border-radius: 24px; font-weight: bold; color: #fff;}
@media(max-width:1200px){.contact {padding: 40px 2%;} .contact-text {margin: 15px 0;}}
@media(max-width:980px){.contact-button {font-size: 36px;width: 200px;line-height: 60px;}.contact-title{font-size: 44px;}.contact-text{font-size: 40px;}}

/*column*/
.column-top {display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 30px 5%; background-color: #b2212c; box-sizing: border-box;}
.column-top-left p {font-size: 30px; line-height: 30px; color: #fff; letter-spacing: 1px;}
.column-top-left p:nth-child(1) {margin-bottom: 10px;}
.column-top-location {padding-left: 20px; font-size: 16px; line-height: 46px; color: #eee; text-align: right; letter-spacing: 1px; background-image: url("../../images/img/column-top-location-icon.png");background-repeat: no-repeat;}
.column-top-location a {color: #eee;}
.column-top-nav {display: flex; justify-content: space-between; width: 80%; max-width: 600px;}
.column-top-nav-text a {font-size: 18px; line-height: 18px; color: #fff;}
.column-top-nav-jg {width: 1px; height: 18px; background-color: #fff;}
.column-content {width: 100%; padding: 60px 5%; box-sizing: border-box;}
@media(max-width:1200px){.column-top {padding: 30px 2%;} .column-content {padding: 40px 2%;}}
@media(max-width:980px){.column-top-nav-text a {font-size: 24px; line-height: 24px;} .column-top-nav-jg {height: 24px;}.column-top-left p{font-size: 42px;}.column-top-left p:nth-child(1) {margin-bottom: 20px;}}

/*column-about*/
.column-about-text p {max-height: 9999px; margin-top: 10px; font-size: 18px; line-height: 36px; color: #333; text-indent: 36px; letter-spacing: 1px;}
@media(max-width: 980px){.column-about-text p {font-size: 46px; line-height: 52px; text-indent: 48px;}}

/*column-picture*/
.column-picture-list {display: flex; flex-wrap: wrap; width: 100%;}
.column-picture-list li {width: calc((100% - 60px) / 4); margin-bottom: 20px; margin-right: 20px;}
.column-picture-list li:nth-child(4n) {margin-right: 0;}
.column-picture-list li a {display: block; width: 100%; border: 1px solid #ddd; background-color: #fff; box-sizing: border-box; transition: all 0.6s;}
.column-picture-list li a .column-picture-list-img {position: relative; width: 100%; border-bottom: 1px solid #ddd; overflow: hidden;}
.column-picture-list li a .column-picture-list-img img {display: block; width: 100%; transition: all 0.6s;}
.column-picture-list-img-txt {position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background-color: rgba(0,175,85,0.8); opacity: 0; transition: all 0.3s;}
.column-picture-list-img-txt p {position: relative; font-size: 18px; line-height: 46px; color: #fff; box-sizing: border-box;}
.column-picture-list-img-txt p::before {content: ""; position: absolute; top: 0; left: 50%; width: 100%; height: 100%; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: translateX(-50%); transition: all 0.6s;}
.column-picture-list-text {width: 100%; padding: 10px 15px; background-color: #fff; box-sizing: border-box;}
.column-picture-list-text p:nth-child(1) {position: relative; font-size: 20px; line-height: 30px; color: #212121; letter-spacing: 1px; border-bottom: 1px solid #ddd; padding-bottom: 8px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.column-picture-list-text p:nth-child(1)::before {content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background-color:#b2212c; transition: all 0.6s;}
.column-picture-list-text p:nth-child(2) {position: relative; padding-right: 41px; margin-top: 8px; font-size: 18px; line-height: 30px; color: #666; letter-spacing: 1px; box-sizing: border-box;}

.column-picture-list-text p:nth-child(2)::before {content: ""; position: absolute; right: 0;top: 0; width: 40px; height: 30px; background-image: url("../../images/img/picture-icon.png"); background-size: 80px 30px; background-position: 100% 0; border-left: 1px solid #ddd; transition: all 0.6s;}

.column-picture-list li a:hover {box-shadow: 0 0px 10px rgba(0,0,0,0.2);}
.column-picture-list li a:hover .column-picture-list-img img {transform:scale(1.2);}
.column-picture-list li a:hover .column-picture-list-img .column-picture-list-img-txt {opacity: 1;}
.column-picture-list li a:hover .column-picture-list-img .column-picture-list-img-txt p::before {width: 20%;}
.column-picture-list li a:hover .column-picture-list-text p:nth-child(1) {color:#b2212c;}
.column-picture-list li a:hover .column-picture-list-text p:nth-child(1)::before {width: 100%;}
.column-picture-list li a:hover .column-picture-list-text p:nth-child(2)::before {background-position: 0 0;}
@media(max-width:1200px){.column-picture-list li {width: calc((100% - 40px) / 3);} .column-picture-list li:nth-child(4n) {margin-right: 20px;} .column-picture-list li:nth-child(3n) {margin-right: 0;}}
@media(max-width:980px){.column-picture-list-text p:nth-child(1) {font-size: 24px; line-height: 48px;}}

.column-picture-content-title {margin: 40px 0; font-size: 22px; font-weight: 600; color: #3a3a3a; line-height: 32px; text-align: center;}
.column-picture-content {width: 100%;}
.imglist img {display: block; width: 100%; max-width: 800px; margin: 0 auto; box-sizing: border-box;}
.column-picture-content-text-title {display: block; width: 100%; height: 56px; margin-bottom: 20px; background-color: #f5f5f5;}
.column-picture-content-text-title span {display: block; width: 160px; border-top: 2px solid #05782d; font-size: 22px; color: #333; line-height: 54px; text-align: center; background-color: #fff;} 
.column-picture-content-text p {max-height: 9999px; font-size: 18px; line-height: 2; color: #333; letter-spacing: 1px; text-indent: 36px;}
@media(max-width:980px){.column-picture-content-text-title span {font-size: 26px;} .column-picture-content-text p {font-size: 24px; text-indent: 48px;}}

/*colunm-nesw*/
.colunm-nesw-list {width: 100%;}
.colunm-nesw-list li {width: 100%; padding: 20px 0; border-bottom: 1px solid #eee;}
.colunm-nesw-list li a {display: flex; width: 100%; justify-content: space-between;}
.colunm-nesw-list li a .colunm-nesw-list-img {width: 300px; height: 220px; overflow: hidden;}
.colunm-nesw-list li a .colunm-nesw-list-img img {display: block; width: 100%; height: 100%; transition: all 0.6s ease;}
.colunm-nesw-list li a .colunm-nesw-list-text {width: calc(100% - 340px);} 
.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(1) {max-height: 9999px; min-height: 24px; font-size: 24px; color: #212121; line-height: 24px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(2) {margin-top: 13px; font-size: 14px; line-height: 40px; color: #b8b8b8;}
.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(2) img {vertical-align: middle;}
.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(3) {max-height: 9999px; margin-top: 14px; font-size: 18px; color: #545353; line-height: 32px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(4) {display: inline-block; height: 43px; padding: 3px 33px; margin: 12px 0 0; border-radius: 100px; border-radius: 3px; border: 2px solid #e6e6e6; font-size: 18px; color: #707070; line-height: 43px; transition: all .5s ease;}
.colunm-nesw-list li a:hover .colunm-nesw-list-img img {transform: scale(1.1);}
.colunm-nesw-list li a:hover .colunm-nesw-list-text p:nth-child(1) {color: #05782d;}
.colunm-nesw-list li a:hover .colunm-nesw-list-text p:nth-child(4) {border: 2px solid #05782d; color: #fff; background-color: #05782d;}
@media(max-width:980px){.colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(1) {font-size: 28px; line-height: 28px;} .colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(2) {margin-top: 5px;} .colunm-nesw-list li a .colunm-nesw-list-text p:nth-child(3) {margin-top: 8px; font-size: 24px; line-height: 36px;}}

.column-news-title {margin: 40px 0; font-size: 22px; font-weight: 600; color: #3a3a3a; line-height: 32px; text-align: center;}
.column-news-text p {max-height: 9999px; margin-bottom: 10px; font-size: 18px; line-height: 36px; color: #333; text-indent: 36px;}
.column-news-text p img {display: block; width: 80%!important; max-width: 600px!important; margin: 20px auto;}
.column-news-paging {display: flex; width: 100%; margin: 40px 0 20px;}
.column-news-paging li {width: 50%; font-size: 16px; line-height: 30px;}
.column-news-paging li:nth-child(2) {text-align: right;}
@media(max-width:980px){.column-news-title {font-size: 28px;} .column-news-text p {font-size: 24px; line-height: 46px; text-indent: 48px;}}

/*column-contact*/
.column-contact-title {margin-bottom: 20px; font-size: 32px; line-height: 32px; color: #b2212c; text-align: center; letter-spacing: 4px; text-indent: 0;}
.column-contact-title:nth-child(2) {margin-bottom: 40px; font-size: 24px; line-height: 24px; color: #212121;}
.column-contact-list {display: flex; flex-wrap: wrap; width: 100%; border: 1px solid #e1e1e1; margin-top: 40px; box-sizing: border-box;}
.column-contact-list li {width:  calc(100% / 2); padding: 55px 0; border-right: 1px solid #e1e1e1; transition: all 0.4s; box-sizing: border-box;}
.column-contact-list li:nth-last-child(1){border-right: 0;}
.column-contact-list li img {display: block; width: 80px; margin: 0 auto;}
.column-contact-list li p:nth-child(2) {font-size: 18px; color: #666; text-align: center; line-height: 38px; margin-top: 12px;}
.column-contact-list li p:nth-child(3) {font-size: 24px; color: #333; text-align: center; line-height: 36px;}
.column-contact-list li:hover {box-shadow:rgba(0,0,0,.2) 0px 0px 30px;}
@media (max-width:1200px) {.column-contact-title{font-size: 50px;}.column-contact-title:nth-child(2){font-size: 38px;}.column-top-location{font-size: 22px;}}
@media (max-width:980px) {.column-top-location{display: none;}.column-contact-list li img {width: 120px; }.column-contact-list li p:nth-child(2){font-size: 40px;}.column-contact-list li p:nth-child(3){font-size: 44px;line-height: 60px;}}

/*文章分页样式*/
#fenye {clear:both;}
#fenye a {display:inline-block; float:left; width:28px; height:28px; border:1px solid #bfbfc7; margin-left:5px; border-radius:3px; font-size:12px; text-align:center; color:#666; line-height:28px; background:#fff;}
#fenye .prev,#fenye .next {width:60px;}
#fenye a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#fenye a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pageNext {margin:10px;}
#pageNext .prev,#pageNext .next {width: 60px; text-align:center;}
#pageNext a.curr {background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span {color:#fff !important;}
#pageNext a {float: left; width: 28px; height: 28px; margin-left: 5px; border: 1px solid #bfbfc7; border-radius: 3px; font-size: 12px; line-height: 28px; text-align: center; color: #666;background: #fff;}
#realname {height: 30px; border: 1px solid #ddd;}
#b1 {padding: 5px 10px; border: 1px solid #ff7d02; border-radius: 3px; color: #fff; background: #ff7d02;}

.fenyetips {display:none}
#pagelist {line-height:22px; color:#666;}
#pagelist a {float:left; width:28px; height:28px; border:1px solid #bfbfc7; border-radius:3px; margin-left:5px; font-size:12px; line-height:28px; color:#666; text-align:center; background:#fff;}
#pagelist a.next,#pagelist a.prev {width:50px;}
#pagelist a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#pagelist a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pagelist a img {display:block; margin:0 auto; margin-top:12px;}
#pagelist span {height:28px; margin-left:10px; font-size:13px; line-height:28px;}
#pagelist span#totalpage {margin:0;}
.fenye a img {display:block; margin:0 auto; margin-top:12px;}

/* 图片分页方式的样式*/
.imagelist {width:990px; margin:0 auto;} /*总宽度*/
.imagelist .imagetop {margin:5px; padding-right:5px; text-align:right;}
.imagelist .imagetop a {color:#767676;}
.imagelist .defaultimagesrc {margin:5px; padding-top:40px; padding-bottom:40px; text-align:center;}
.imagelist .defaultImagesrc img {padding:2px; border:1px solid #f1f1f1;}
.imagelist .imageintro {font-size:14px; text-align:center;}
.thumb {height:112px; padding:5px; background:#FFF;}
.thumb_1 {float: left; height: 50px; width: 60px; padding-top: 30px; font-size: 14px;color:#000; text-align: center; font-weight: 400;}
.thumb_1 .font-28 {font-size:18px; color:red;}
.thumb_2 {float: left; width: 790px;}
.thumb_2_1 {float: left; width: 35px; height: 113px; margin-left:10px; background:url(qh1.gif) no-repeat 0px 20px; cursor:pointer;}
.thumb_2_2 {float: right; width: 35px; height: 113px; background:url(qh2.gif) no-repeat 0px 20px; cursor:pointer;}
#scrool_div {position:relative; width:708px; height:110px; overflow:hidden;}
#scrool_wrap {position:absolute; width:20000px; height:110px;}
#scrool_wrap li {float:left; width:130px; height:100px; margin-right:10px;}
#scrool_div img {width:126px; height:95px; margin:5px}
.normalthumb img {padding:2px; border:1px solid #F9AF10}
.currthumb img {padding:2px; border:1px solid #ff6600;}

/*组图显示方式的样式*/
.imggrouplist {width:90%; margin:0 auto;}
.imggrouplist li {float:left; width:150px; margin:2px; padding:5px; border:1px #f1f1f1 solid; text-align:center; background:#FFFFFF;}
.imggrouplist li img {width:145px; height:120px;}

/*平行显示方式样式*/
.imglist {text-align:center}
.imglist img {border:4px solid #efefef; padding:1px;}
.imglist div {margin-bottom:15px;}
#pageNext {text-align:right;}

/* 主营业务 */
.business{width: 90%;margin: 20px auto;}
.business .business-tit{margin: 10px 0;}
.business .business-tit p:nth-child(1){font-size: 30px;color: #b2212c;font-weight: 600;line-height: 60px;text-align: center;}
.business .business-tit p:nth-child(2){font-size: 16px;line-height: 30px;color: #666;letter-spacing: 2px;text-align: center;}
.business .yw{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-around;}
.business .yw li{width: calc((100% - 90px) / 4);text-align: center;}


/* 优势 */
.advantage {width: 100%;padding: 60px 5%;box-sizing: border-box;}
.advantage-list {display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;}
.advantage-list li {width: calc(97% / 4);margin-bottom: 20px;padding: 30px;border: 1px solid #eee;border-radius: 20px;box-sizing: border-box;transition: all 0.3s;}
.advantage-list-tite {position: relative;display: flex;width: 100%;margin-bottom: 30px;}
.advantage-list-tite img {display: block;width: 80px;margin-left: 0}
.advantage-list-tite img:nth-child(1) {position: absolute;left: 0;top: 0;opacity: 0;}
.advantage-list-tite p {margin: 0 0 0 auto;font-size: 100px;line-height: 80px;color: #fad7d2;transition: all 0.3s;}
.advantage-list-text:nth-child(2) {
    font-size: 24px;
    line-height: 24px;
    color: #212121;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.advantage-list-text:nth-child(3) {
    max-height: 9999px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.advantage-list li:hover {
    background-color: #a01400;
}

.advantage-list li:hover .advantage-list-tite img:nth-child(1) {
    opacity: 1;
}

.advantage-list li:hover .advantage-list-text {
    color: #fff;
}

@media(max-width: 1200px) {
    .advantage {
        padding: 40px 2%;
    }
}

@media(max-width: 980px) {
    .advantage-list {
        flex-wrap: wrap;
    }

    .advantage-list li:nth-child(1),.advantage-list li:nth-child(2) {
        margin-bottom: 20px;
    }

    .advantage-list-text:nth-child(2) {
        letter-spacing: 0px;
        font-size: 36px;
    }

    .advantage-list-text:nth-child(3) {
        font-size: 23px;
        line-height: 36px;
        -webkit-line-clamp: 2;
    }
}

.home-title {
    width: 100%;
    margin-bottom: 40px;
}

.home-title p:nth-child(1) {
    position: relative;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 56px;
    font-weight: bold;
    color: #a01400;
    text-align: center;
    letter-spacing: 10px;
}

.home-title p:nth-child(1)::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 100px;
    height: 4px;
    background-color: #999;
    transform: translateX(-50%);
}

.home-title p:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 50px;
    height: 4px;
    background-color: #a01400;
}

.home-title p:nth-child(1) span:nth-child(1) {
    position: relative;
    color: #212121;
}

.home-title p:nth-child(1) span:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #a01400;
    transform: translateY(-50%);
}

.home-title p:nth-child(1) span:nth-child(2) {
    color: #212121;
    letter-spacing: 0;
}

.home-title p:nth-child(2) {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-align: center;
    letter-spacing: 2px;
}
@media (max-width:1200px) {
    .home-title p:nth-child(1){
        font-size: 50px;
    }
    .home-title p:nth-child(2){
        font-size: 40px;
    }
}


/* 业务 */
.yw {
    width: 100%;
    padding: 10px 5%;
    box-sizing: border-box;
}

.yw-title {
    width: 100%;
}
.syys .sybt p:nth-child(1){font-size: 30px;color: #b2212c;font-weight: 600;line-height: 60px;text-align: center;}
.syys .sybt p:nth-child(2){font-size: 16px;line-height: 30px;color: #666;letter-spacing: 2px;text-align: center;}

.yw-title p:nth-child(1) {
    font-size: 30px;color: #b2212c;font-weight: 600;line-height: 60px;text-align: center;
}

.yw-title p:nth-child(1) span {
    lletter-spacing: 0;
}

.yw-title p:nth-child(2) {
    font-size: 16px;line-height: 30px;color: #666;letter-spacing: 2px;text-align: center;
}

.yw-title p:nth-child(2) span {
    lletter-spacing: 0;
}

.yw-list {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
}

.yw-list li {
    position: relative;
    width: calc((100% - 90px) / 4);
    height: 300px;
    padding: 60px 40px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.4s;
    margin-bottom: 40px;
}

.yw-list li::before,.yw-list li::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.1);
    transform: translateX(-50%);
    transition: all 0.4s ease;
}

.yw-list li p:nth-child(1) {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 1px dashed #aaa;
    border-radius: 60px;
}

.yw-list li p:nth-child(1) img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 30px auto;
    transition: all 0.4s ease;
}

.yw-list li p:nth-child(2) {
    margin: 20px 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    color: #212121;
    text-align: center;
}

.yw-list li p:nth-child(3) {
    font-size: 18px;
    line-height: 32px;
    color: #555;
    text-align: center;
}

.yw-list li:hover {
    margin-top: -20px;
}

.yw-list li:hover::before {
    bottom: -10px;
    width: calc(100% + 10px);
    background-color: rgba(25 85 165 / 0.4);
}

.yw-list li:hover::after {
    bottom: -20px;
    width: calc(100% + 20px);
}

.yw-list li:hover img {
    transform: rotateY(360deg);
}

@media(max-width: 1340px) {
    .yw-list li {
        height: 408px;
    }
}

@media(max-width: 1200px) {
    .yw {
        padding: 30px 2%;
    }
    .yw-title p:nth-child(1) {
        font-size: 40px;
    }
    .yw-title p:nth-child(2) {
        font-size: 30px;
    }
    .yw-list li p:nth-child(1){
        width: 140px;
        height: 140px;
        border-radius: 70px;
    }
    .yw-list li p:nth-child(1) img{
        width: 80px;
        height: 80px;
    }
}

@media(max-width: 980px) {
    .yw-list {
        flex-wrap: wrap
    }

    .yw-list li {
        width: calc((100% - 40px) / 2);
        height: 330px;
    }

    .yw-list li:nth-child(1),.yw-list li:nth-child(2) {
        margin-bottom: 40px;
    }

    .yw-list li p:nth-child(2) {
        margin: 30px 0;
        font-size: 38px;
        line-height: 46px;
    }

    .yw-list li p:nth-child(3) {
        font-size: 24px;
        line-height: 40px;
    }
}


