@charset "UTF-8";

.banner{
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.banner-img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 460px;
}

.ny_til{
    color: #dbb977;
    font-size: 32px;
    text-align: center;
    padding: 20px 0;
}

/*products*/
.probg{
    background: url(../images/pro_bg.jpg) no-repeat center top fixed;
}
.pro-main {
    padding-bottom: 40px;
    padding-top: 20px;
}
.pro-main .ny_til{
    color: #fff;
    line-height: 40px;
}
.pro-main ul,.video-main ul{
    margin: 0 -10px;
}
.pro-main ul li,.video-main ul li{
    width:25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px;
}
.pro-main ul li .pro-box ,.video-main ul li .video-box{
    margin: 0 10px;
}
.pro-main li h4{
    background: rgba(255,255,255,0.8);
    text-align: center;
}
.pro-main li:hover h4{
    background:#dbb977;
}
.pro-main li h4 a{
    color: #333333;
    font-size: 15px;
    line-height: 40px;
}
.pro-main li:hover h4 a{
    color: #fff;
}

/*pro_detail*/
.pro_left{
    float: left;
    width: 450px;
    height: 450px;
    overflow: hidden;
}
.pro_left .swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.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-pagination {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 9;
    text-align: center;
    bottom: 8px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #bfbfbf;
    opacity: 0.4;
    display: inline-block;
    margin: 4px;
    border-radius: 50px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.pro_right{
    width: 500px;
    float: right;
}
.pro_right h3{
    color: #333;
    font-size: 28px;
    line-height: 40px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.pro_right h3::after{
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background: #dbb977;
    display: block;
    left: 0;
    bottom: 0;
}
.pro_right p{
    color: #555;
    font-size: 15px;
    line-height: 30px;
}
.xq_box{
    padding: 25px 0;
}
.xq_box h2{
    color: #444;
    font-size: 25px;
    line-height: 45px;
    border-bottom: 1px dashed #dbb977;
}
.xq_main,.xq_main p{
    color: #444;
    font-size: 15px;
    line-height: 26px;
}


/*join*/
.video-main{
    padding: 20px 0 60px 0;
}
.video-pic a{
	position:relative;
     display: block;
}
.video-pic a:before,.video-pic a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-pic a:before{
 	background:rgba(0,0,0,0.3);
}
.video-pic a:after{
	background:url(../images/video_pic.png) no-repeat center center;
}
.video-main .video-box h3{
    color: #333;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
}
.video-detail{
    padding: 20px 0 40px 0;
}
/*news*/
.news-main{
    padding: 20px 0 40px 0;
}
.news-main li{
    width:100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  border-bottom:1px dashed #d1d1d1;
  padding-bottom:20px;
}
.news-date{
    float: left;
    width: 120px;
    height: 120px;
    border:1px solid #dbb977;
}
.news-main ul li:hover .news-date{
	background:#dbb977;
}
.news-main ul li:hover .news-date h2,.news-main ul li:hover .news-date h2 span{
	color:#fff;
}
.news-date h2{    
    color: #dbb977;
    font-size: 35px;
    text-align: center;
    padding-top: 32px;
}
.news-date h2 span{
    color: #dbb977;
    font-size: 16px;
    display: block;
}
.news_font{
    float: right;
    width: 920px;
}
.news_font h3{
    font-size: 16px;
}
.news_font h3 a{
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.news-main ul li:hover .news_font h3 a{
	color:#dbb977
}
.news_font span.txt{
    color: #666;
    font-size: 14px;
    display: block;
    padding: 5px 0;
}
.news_font p{
    color: #444;
    font-size: 14px;
    line-height: 22px;
}

/*news_detail*/
.news-detail {
    padding: 40px 0;
}
.pro_dtpic{
    border-bottom: 1px dashed #dbb977;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pro_dtpic h3{
    color: #333;
    font-size: 25px;
    text-align: center;
}
.pro_dtpic span{
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #555;
}
.detail_main{
    font-size: 15px;
    line-height: 25px;
    color: #333;
}


/*contact*/
.contact-box{
    padding-top:40px;
}
.contact_left{
    width: 55%;
    float: left;
}
.contact_left h2{
    color: #555;
    font-size: 24px;
    padding-bottom: 30px;
}
.contact_left li{
    line-height: 25px;
    padding: 8px 0;
    font-size: 15px;
    color: #6d6d6d;
}
.contact_left li a{
    font-size: 15px;
    color: #6d6d6d;
}
.contact_left li i{
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    background-image:url(../images/con-icon.png);
    background-position: 0 0;
    margin-right: 5px;
}
.contact_left li:nth-of-type(2) i{
    background-position: 0 -25px;
}
.contact_left li:nth-of-type(3) i{
    background-position: 0 -50px;
}
.contact_left li:nth-of-type(4) i{
    background-position: 0 -75px;
}
.contact_right{
    width: 38%;
    float: right;
}
.contact_right h2{
    color: #555;
    font-size: 24px;
    padding-bottom: 10px;
}
.contact_right input, .contact_right textarea {
    width: 100%;
    border:none;
    background: #efefef;
    height: 40px;
    line-height: 40px;
    margin: 4px 0;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    padding: 10px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 10px center;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.contact_right .form-group textarea{
    min-height: 100px;
    margin-bottom: 0;
}
.contact_right .form-group .form-yzm{
    float: none;
    width: 100%;
}
.contact_right .small-button {
    width: 150px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 8px;
    background: #dbb977;
}


.map{
    margin: 30px 0;
    height: 402px;
}






.contact_right .small-button {
    width: 150px;
    line-height: 45px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 8px;
    background: #c50029;
}
.banner {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: -03px;
}


.ny_til {
    color: #dd0431;
    font-size: 32px;
    text-align: center;
    padding: 20px 0;
}























