@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face{
    font-family: "aRegular";
    src: url('../font/AdobeKaitiStd-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "yuweij";
    src: url('../font/yuweij.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* header */
header{
    position: relative;
    z-index: 10;
    height: 100px;
    background: #fff;
    border-bottom: 6px solid #c3272b;
}
.header-main{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.logo{
    display: block;
    width: 218px;
    margin-top: 22px;
}
.logo img{
    display: block;
    width: 100%;
}
.nav-ul li{
    margin-right: 55px;
    float: left;
}
.nav-ul li:last-child{
    margin-right: 0px;
}
.nav-ul li>a{
    display: block;
    font-size: 20px;
    line-height: 94px;
    color: #000;
    transition: all .5s;
    font-family: "aRegular";
}
.nav-ul li:hover>a,
.nav-ul li.nav-active a{
    color: #c3272b;
}
@media(max-width: 1400px){
    .nav-ul li{
        margin-right: 40px;
    }
}
@media(max-width: 1200px){
    .nav-ul li{
        margin-right: 10px;
    }
}
@media(max-width: 991px){
    .nav{
        display: none;
    }
    header{
        height: 70px;
    }
    .logo{
        width: 200px;
        margin-top: 10px;
    }
    
}
/* banner */
.banner-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner-wrap > img{
    display: block;
    width: 100%;
}
.banner-list{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.banner-list .container{
    display: flex;
    height: 100%;
    align-items: center;
} 
.banner-img{
    position: relative;
    display: block;
    overflow: hidden;
}
.banner-img::after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 22;
    background: url(../img/img_bg.png) no-repeat center;
    background-size: 100% 100%;
    content: "";
}
.banner-img img{
    width: 100%;
    display: block;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear;    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
/* 首页公司简介 */
.public-module{
    padding-top: 100px;
    padding-bottom: 100px;
}
.public-img{
    width: 100%;
    overflow: hidden;
}
.public-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.habout-img{
    margin-bottom: 40px;
}
.habout-img:hover img{
    transform: scale(1.1);
}
.habout-info{
    font-size: 18px;
    color: #111;
    line-height: 36px;
    font-family: "aRegular";
    text-indent: 36px;
}
@media(max-width: 1200px){
    .public-module{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media(max-width: 991px){
    .public-module{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .habout-img {
        margin-bottom: 30px;
    }
}
.swiper-father{
    position: relative;
}
.home-people{
    background: url(../img/public_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    width: 100%;
}
.people-item{
    display: flex;
    width: 100%;
}
.people-left{
    width: 50%;
    padding-right: 40px;
    display: flex;
}
.people-info{
    background: url(../img/people_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-left: 52px;
    padding-right: 52px;
}
.people-info h3{
    font-size: 48px;
    font-family: 'yuweij';
    margin-bottom: 40px;
    line-height: 48px;
}
.people-info .people-intro{
    font-size: 18px;
    line-height: 36px;
    font-family: "aRegular";
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
}
.more-arrow{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "aRegular";
}
.people-more{
    color: #c3272b;
    background: #fff;
    font-size: 18px;
}
.people-right{
    width: 50%;
}
.people-right:hover .public-img img{
    transform: scale(1.1);
}
.swiper-people-prev,
.swiper-people-next{
    width: 65px;
    height: 65px;
    margin-top: -32px;
    background-color: #1b1b1b;
    background-size: 10px 17px;
    border-radius: 50%;
}
.swiper-people-prev{
    left: -160px;
    background-image: url(../img/arrow_prev.png);
}
.swiper-people-next{
    right: -160px;
    background-image: url(../img/arrow_next.png);
}
.swiper-people-prev:hover,
.swiper-people-next:hover{
    background-color: #c3272b;
}
@media(max-width: 1600px){
    .swiper-people-prev{
        left: -100px;
    }
    .swiper-people-next{
        right: -100px;
    }
    .home-people .container{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(max-width: 1300px){
    .home-people .container{
        padding-left: 90px;
        padding-right: 90px;
    }
    .swiper-people-prev{
        left: -80px;
    }
    .swiper-people-next{
        right: -80px;
    }
}
@media(max-width: 1200px){
    .home-people .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .swiper-people-prev{
        left: -68px;
    }
    .swiper-people-next{
        right: -68px;
    }
    .people-info{
        padding-left: 35px;
        padding-right: 35px;
    }
    .people-info .people-intro{
        font-size: 16px;
        line-height: 30px;
    }
}
@media(max-width: 991px){
    .home-people .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .people-item{
        flex-wrap: wrap;
    }
    .people-left{
        width: 100%;
        padding-right: 0px;
    }
    .people-info{
        padding: 30px;
    }
    .people-right{
        width: 100%;
    }
    .swiper-people-prev{
        left: 10px;
    }
    .swiper-people-next{
        right: 10px;
    }
    .swiper-people-prev,
    .swiper-people-next{
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }
    .people-info h3{
        margin-bottom: 25px;
    }
    .people-info .people-intro{
        margin-bottom: 30px;
        -webkit-line-clamp: 80;
    }
}
/* 作品欣赏 */
.zp-display{
    padding-top: 70px;
    padding-bottom: 70px;
}
.public-title{
    width: 316px;
    height: 141px;
    text-align: center;
    margin: 0 auto 60px;
    padding-top: 21px;
    background: url(../img/title_bg.png) no-repeat center;
    background-size: 100% 100%;
}
.public-title h2{
    font-size: 48px;
    line-height: 70px;
    font-family: 'yuweij';
    color: #111;
}
.display-img{
    width: 100%;
    position: relative;
}
.display-img::after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 22;
    background: url(../img/img_bg.png) no-repeat center;
    background-size: 100% 100%;
    content: "";
}
.display-pro p{
    line-height: 62px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    color: #111;
    font-family: "aRegular";
}
.display-pro:hover .public-img img{
    transform: scale(1.1);
}
.display-pro:hover p{
    color: #c3272b;
}
@media(max-width: 991px){
    .display-pro p{
        font-size: 20px;
        line-height: 60px;
        margin-bottom: 0px;
    }
    .public-title{
        margin-bottom:40px;
    }
    .zp-display{
        padding-top: 50px;
        padding-bottom: 40px;
    }
}
@media(max-width: 449px){
    .public-title{
        width: 280px;
        height: 125px;
        padding-top: 19px;
        margin-bottom:36px;
    }
    .public-title h2{
        line-height: 62px;
        font-size: 40px;
    }
}
/* 新闻资讯 */
.home-news{
    padding-top: 70px;
    padding-bottom: 100px;
    background: url(../img/public_bg.jpg) no-repeat center;
    background-size: 100% 100%;
}
.hnews-main{
    display: flex;
}
.hnews-left{
    width: 50%;
}
.hnews-img{
    position: relative;
}
.hnews-img p{
    position: absolute;
    width: calc(100% - 90px);
    padding-left: 20px;
    bottom: 20px;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    font-family: "aRegular";
}
.hnews-right{
    width: 50%;
    padding-left: 40px;
    display: flex;
}
.hnews-list {
    display: flex;
    flex-direction: column;
}
.hnews-list li{
    flex: 1;
    padding-top: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c9c9c9;
}
.hnews-list li:first-child{
    padding-top: 0px;
}
.hnews-list li h3{
    margin-bottom: 10px;
}
.hnews-list li h3>a{
    font-size: 20px;
    line-height: 20px;
    color: #111;
    font-family: 'aRegular';
    display: block;
    transition: all .5s;
}
.hnews-list li p{
    line-height: 30px;
    font-size: 16px;
    color: #444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hnews-list li:hover h3>a{
    color: #c3272b;
    transform: translateX(5px);
}
.hnews-list li.on h3>a{
    color: #c3272b;
}
.hnews-swiper .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.hnews-swiper .swiper-pagination-bullet-active{
    background: #c3272b;
}
.hnews-swiper > .swiper-pagination-bullets{
    bottom: 20px;
    text-align: right;
    padding-right: 22px;
}
@media(max-width: 1400px){
    .hnews-list li p{
        line-height: 26px;
    }
}
@media(max-width: 991px){
    .hnews-main{
        flex-wrap: wrap;
    }
    .hnews-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .hnews-right{
        width: 100%;
        padding-left: 0px;
    }
    .hnews-list li p{
        line-height: 30px;
    }
    .hnews-list li:hover h3>a{
        transform: translateX(0px);
    }
    .home-news{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(max-width: 599px){
    .hnews-img p{
        font-size: 16px;
        padding-left: 10px;
        bottom: 5px;
    }
}
/* 底部 */
#footer{
    background: #1b1b1b;
    overflow: hidden;
}
.footer-top{
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #727272;
}
.footer-contact{
    width: calc(100% - 270px);
    display: flex;
    align-items: center;
}
.fcontact-tel{
    display: flex;
    align-items: center;
}
.fcontact-tel:first-child{
    margin-right: 38px;
}
.fcontact-icon{
    width: 50px;
    height: 50px;
    background: #c3272b;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
.fcontact-tel span{
    color: #fff;
    font-size: 24px;
    padding-left: 20px;
    font-family: 'aRegular';
}
.footer-bom{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}
.fbom-nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.fbom-nav li>a{
    font-size: 16px;
    color: #707070;
    line-height: 24px;
}
.copy{
    display: flex;
    font-size: 16px;
    color: #707070;
    line-height: 24px;
}
.copy span:last-child{
   /* background: url(../img/nation_icon.png) no-repeat left center;
    display: block;
    padding-left: 22px;
    margin-left: 8px; */
}
.link-select{
    width: 270px;
    height: 40px;
    border: 1px solid #707070;
    padding: 0 10px;
    color: #707070;
    font-size: 16px;
    position: relative;
    background: url(../img/link_down.png) no-repeat right 10px center;
}
.link-select.on{
    background-image: url(../img/link_up.png);
}
.link-select input{
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    height: 38px;
    line-height: 38px;
}
.link-select ul{
	width: 270px;
	display: none;
	position: absolute;
	left: -1px;
	bottom: 40px;
	overflow: hidden;
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #707070;
	border-top: 0;
    z-index: 9999;
    background: #fff;
}
.link-select ul li{
    padding: 0 10px;
    cursor: pointer;
    line-height: 32px;
}
.link-select ul li.on{
    background-color: #e0e0e0;
}
.fbom-list{
    margin-top: 20px;
}
.fbom-list a{
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
}
@media(max-width: 1200px){
    .fcontact-icon{
        width: 48px;
        height: 48px;
    }
    .fcontact-tel span{
        padding-left: 10px;
        font-size: 20px;
    }
    .fbom-left{
        width: calc(100% - 290px);
    }
    .copy{
        flex-direction: column;
    }
    .fbom-nav{
        margin-bottom: 25px;
    }
    .copy span:last-child{
        margin-left: 0px;
    }
}
@media(max-width: 991px){
    .footer-top{
        flex-wrap: wrap;
    }
    .footer-contact{
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer-share{
        margin: 0 auto;
    }
    .footer-bom{
        padding-top: 35px;
        padding-bottom: 35px;
        flex-wrap: wrap;
    }
    .fbom-left{
        width: 100%;
    }
    .fbom-nav{
        margin-bottom: 15px;
    }
    .copy{
        align-items: center;
    }
    .fbom-right{
        margin: 20px auto 0px;
    }
}
@media(max-width: 767px){
    .footer-contact{
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }
    .fcontact-tel span{
        width: calc(100% - 58px);
    }
}
/* 公司简介 */
.inside-title{
    width: 363px;
    margin-bottom: 12px;
    background-image: url(../img/mid_title_bg.png);
}
.about-txt{
    font-size: 18px;
    line-height: 32px;
    text-indent: 36px;
    color: #222;
    font-family: "aRegular";
}
.about-txt p{
    margin-bottom: 15px;
}
.about-img{
    margin-bottom: 15px;
}
.about-two{
    margin-left: -20px;
    margin-right: -20px;
}
.about-two li{
    float: left;
    width: 50%;
    padding: 0 20px;
}
.about-two li .about-img:hover img{
    transform: scale(1.1);
}
.about-three{
    margin-left: -20px;
    margin-right: -20px;
}
.about-three li{
    float: left;
    width: 33.3333%;
    padding: 0 20px;
}
.about-three li .about-img:hover img{
    transform: scale(1.1);
}
.about-four{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
@media(max-width: 1200px){
    .about-three{
        margin-left: -10px;
        margin-right: -10px;
    }
    .about-three li{
        padding: 0 10px;
    }
}
@media(max-width: 991px){
    .about-two{
        margin-left: -10px;
        margin-right: -10px;
    }
    .about-two li{
        padding: 0 10px;
    }
    .about-four{
        flex-wrap: wrap;
    }
    .about-four li{
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
}
@media(max-width: 599px){
    .about-three{
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-three li{
        padding: 0px;
        width: 100%;
        float: none;
    }
    .about-two{
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-two li{
        padding: 0px;
        width: 100%;
        float: none;
    }
    .about-four li{
        width: 100%;
    }
    .inside-title{
        width: 300px;
        height: 117px;
        padding-top: 18px;
    }
    .inside-title h2{
        line-height: 58px;
    }
}
/* 新闻资讯 */
.news-main{
    display: flex;
}
.news-item{
    width: 50%;
}
.news-item:first-child{
    padding-right: 30px;
}
.news-item:last-child{
    padding-left: 30px;
}
.news-list li{
    padding-top: 28px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c9c9c9;
}
.news-list li h3{
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #111;
    line-height: 24px;
    font-family: "aRegular";
    transition: all .5s;
}
.news-list li p{
    line-height: 30px;
    font-size: 16px;
    color: #444;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list li:hover h3{
    transform: translateX(5px);
    color: #c3272b;
}
.news-wrap{
    padding-top: 100px;
    overflow: hidden;
}
@media(max-width: 1200px){
    .news-item:first-child{
        padding-right: 20px;
    }
    .news-item:last-child{
        padding-left: 20px;
    }
    .news-wrap{
        padding-top: 80px;
    }
}
@media(max-width: 991px){
    .news-wrap{
        padding-top: 50px;
    }
    .news-item{
        width: 100%;
    }
    .news-item:first-child{
        padding-right: 0px;
    }
    .news-item:last-child{
        padding-left: 0px;
    }
    .news-main{
        flex-wrap: wrap;
    }
    .news-list li{
        padding-top: 20px;
    }
}
/* 作品 */
.pros-left{
    float: left;
    width: 286px;
    margin-right: 38px;
    margin-bottom: 50px;
}
.pros-right{
    float: right;
    width: calc(100% - 324px);
}
.pros-title{
    margin-bottom: 20px;
    margin-left: -14px;
    width: 300px;
    height: 141px;
    padding-top: 19px;
}
.pros-title h2{
    line-height: 70px;
}
.left-panel{
    width: 274px;
    background: url(../img/left_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding: 25px 6px;
}
.left-list li{
    padding-left: 68px;
}
.left-list li a{
    line-height: 24px;
    font-size: 24px;
    color: #111;
    font-family: "aRegular";
    display: block;
    margin-bottom: 22px;
}
.left-list li:hover a{
    color: #c3272b;
}
.left-list li.on a{
    color: #c3272b;
}
.pros-list{
    margin-left: -11px;
    margin-right: -11px;
}
.pros-list li{
    padding: 0 11px;
    float: left;
    width: 33.3333%;
}
@media(max-width: 1200px){
    .pros-item p{
        font-size: 20px;
    }
}
@media(max-width: 991px){
    .pros-item p{
        font-size: 20px;
    }
    .pros-left{
        width: 100%;
        float: none;
    }
    .left-panel{
        width: 100%;
        background: none;
        padding: 0px;
    }
    .left-list{
        width: 100%;
        border: 2px solid #cfa972;
        padding-top: 20px;
        padding-bottom: 10px;
        display: none;
    }
    .left-title{
        display: flex;
        justify-content: space-between;
        background: #f7e8cd;
        height: 60px;
        align-items: center;
    }
    .pros-title{
        background: none;
        height: 60px;
        margin-bottom: 0px;
        padding-top: 0px;
        margin-left: 0px;
        width: auto;
        padding-left: 20px;
    }
    .pros-title h2{
        line-height: 60px;
    }
    .left-list li a{
        margin-bottom: 18px;
    }
    .pros-right{
        width: 100%;
    }
    .pros-item p{
        font-size: 18px;
        line-height: 60px;
        margin-bottom: 0px;
    }
}
@media(max-width: 767px){
    .pros-list{
        margin-left: 0px;
        margin-right: 0px;
    }
    .pros-list li{
        padding: 0px;
        float: none;
        width: 100%;
    }
}
.link-list li a{
    display: block;
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #111;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}