@charset "UTF-8";

/*banner*/
.banner{
    overflow: hidden;
    position: relative;
    height: 560px;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
}
.banner .swiper-container{
    width: 1920px;
    height: 560px;
    position: absolute;
    left: -960px;
    margin-left: 50%;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.ban-jt{
    position: absolute;
    left: 20px;
    z-index: 5;
    top: 50%;
    margin-top: -33px;
    cursor: pointer;
    width: 33px;
    color: #fff;
    font-size: 30px;
    font-family: 宋体;
    text-align: center;
    line-height: 60px;
    height: 60px;
    background:#000;
    opacity: 0.6;
}
.ban-jt:hover{
    opacity: 1;
}
.ban-jt.swiper-button-prev{
    left: auto;
    right: 20px;
}

/*about*/
.about-box{
    padding: 20px 0 30px 0;
}
.about_left{
    width: 515px;
    float: left;
}
.about_right{
    width: 560px;
    float: right;
    padding-top: 12px;
}
.about_right p{
    color: #616161;
    font-size: 14px;
    line-height: 26px;
}

/*youshi*/
.adv .ho_til h2::before{
    left: -65px
}
.adv .ho_til h2::after{
    right: -65px
}
.adv ul li{
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    cursor: pointer;
}
.adv ul li h3{
    color:#333333;
    font-size: 22px;
    line-height: 30px;
    padding: 5px 0;
}
.adv ul li:hover h3{    
    color: #dbb977;
}

/*pro*/
.pro{
    background: url(../images/pro_bg.jpg) no-repeat center top;
    margin-top: 40px;
}
.pro .pro_til{    
    color: #fff;
    font-size: 40px;
    padding: 45px 0;
    text-align: center;
}
.pro1 ul{
    margin: 0 -10px;
}
.pro1 li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}
.pro li .pro-box{
    margin: 0 10px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
}
.pro1 li .pro-pic{
    width: 40%;
    float: left;
}
.pro1 li .pro_font{
    float: left;
    width: 56%;
}
.pro li .pro_font h3{
    color: #393939;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px;
}
.pro li:hover .pro_font h3 a{
    color: #dbb977;
}
.pro li .pro_font p{
    color: #393939;
    font-size: 15px;
    line-height: 22px;
}
.pro li .pro_font a.pro_more{
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    width: 137px;
    background: url(../images/more_bg.png) no-repeat center center;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 40px;
}

.pro2 li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.pro2 li .pro-box{    
    padding:0 40px;
    margin: 0;
}
.pro2 li .pro-pic{
    float: left;
    width: 380px;
}
.pro2 li .pro_font{
    padding: 40px 0;
    float: left;
    width: 500px;
    padding-left: 60px;
}

.pro3{
    width: 1100px;
    overflow: hidden;
    padding:20px 0 60px 0;
}
.pro3 .ho_til h2,.pro3 .ho_til h3,.message .ho_til h2,.message .ho_til h3{    
    color: #fff;
}
.pro3 .ho_til h2::before,.pro3 .ho_til h2::after,.message .ho_til h2::before,.message .ho_til h2::after{
    background: #fff;
}
.pro3 .swiper-slide h4{
    background: rgba(255,255,255,0.5);
    text-align: center;
}
.pro3 .swiper-slide:hover h4{
    background:#dbb977;
}
.pro3 .swiper-slide h4 a{
    color: #333333;
    font-size: 15px;
    line-height: 40px;
}
.pro3 .swiper-slide:hover h4 a{
    color: #fff;
}
.swiper-container2{
    width: 100%;
    position: relative;
}
.swiper-pagination2 {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 9;
    text-align: center;
    bottom: -40px;
}
.swiper-pagination2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #fff;
    opacity: 0.4;
    display: inline-block;
    margin: 4px;
    border-radius: 50px;
}
.swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/*news*/
.newsa{
    width: 670px;
    float: left;
    position: relative;
}
.newsa .news_pic{
    width: 350px;
    float: left;
}
.newsa .news_font{
    width: 300px;
    float: right;
}
.newsa .news_font h3{
    font-size: 15px;
}
.newsa .news_font h3 a{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #dbb977;
    font-size: 15px;
}
.newsa .news_font span{
    color: #b4b4b4;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0 10px 0;
    display: block;
}
.newsa .news_font p{    
    color: #696969;
    font-size: 14px;
    line-height: 26px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.newsa .news_font a.news_more{  
    background:#dbb977;
    font-size: 14px;
    line-height: 25px;
    width: 60px;
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.newsb{
    width: 380px;
    float: right;
}
.newsb li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px dashed #e4e4e4;
    padding: 3.5px 0;
}
.newsb li:last-child{
    border-bottom: none;
}
.newsb li h3{
    font-size: 14px;
    width: 255px;
    float: left;
    position: relative;
    padding-left: 12px;
}
.newsb li h3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    background: #dbb977;
    border-radius: 50%;
}
.newsb li h3 a{
	line-height: 27px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #555555;
    font-size: 14px;
    height: 27px;
}
.newsb li span{
    width: 85px;
    float: right;
    text-align: right;
    color: #818181;
    font-size: 14px;
}

/*message*/
.message{
    background:#dbb977;
    margin-top: 50px;
    padding-bottom: 40px;
}
.mess_box {
    border: 1px solid #fff;
    border-radius: 20px;
     padding: 25px;
}
.mess_box .form-group {
    font-size: 0;
}
.mess_box input, .mess_box textarea {
    width: 336px;
    height: 40px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: none;
    line-height: 28px;
    color: #fff;
    border-radius: 0px;
    background: none;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}
.mess_box input.tel1{
    margin: 0 19px;
}
.mess_box input::-webkit-input-placeholder,.mess_box textarea::-webkit-input-placeholder{ 
    color:#f5ecdc;
}
.mess_box input:-moz-placeholder {
   color:#f5ecdc;
}
.mess_box input::-moz-placeholder {
   color:#f5ecdc;
}
.mess_box input:-ms-input-placeholder {
   color:#f5ecdc;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    box-shadow: none;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.mess_box textarea {
    min-height: 100px;
    max-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
#submit-button {
    width: 354px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #dbb977;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    float: right;
}






/* 修改代码 */


.banner .swiper-container {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: -960px;
    margin-left: 50%;
    overflow: hidden;
    z-index: 1;
}


.banner {
    overflow: hidden;
    position: relative;
    height: 750px;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
}




.message {
    background: #af0428;
    margin-top: 50px;
    padding-bottom: 40px;
}




.pro li:hover .pro_font h3 a {
    color: #f72732;
}



.pro3 .swiper-slide h4 {
    background: #aa090e;
    text-align: center;
}


.pro3 .swiper-slide h4 a {
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
}


