﻿*{box-sizing:border-box;margin:0; padding:0; list-style:none;  }
a{ color:#333; text-decoration:none;   }
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
hr{ border:none;}
.clear{ clear:both;}
p,ul{margin: 0;}
img{ border:0;  }
input,textarea{outline:none;}
.row{ margin: 0px;}
.container{ margin: 0px auto;width:1200px; }
.w1200{ margin: 0px auto; width:1200px; }
.l{float:left;}
.r{float:right;}


@font-face {
    font-family: 'beifang';
    src: url('../fonts/北方行书_1.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'hxb';
    src: url('../fonts/胡晓波男神体.OTF') format('woff');
    font-weight: normal;
    font-style: normal;
}

.in_header{width:100%; height:5.5vw; position:fixed; top:0; left:0; z-index:9999; padding: 0px 10%; background:rgba(0,0,0,0.55)}
.in_header .h_logo{width:182px; height:5.5vw; float: left; margin: 0 3%}
.in_header .h_logo a{width:100%; height:5.5vw;  display: flex; align-items: center;}
.in_header .h_logo img{max-height: 100%; max-width:100%; align-items: center; margin: 0px auto;}.header_search{width:5%; height:5.5vw; display: block; background: url(../images/sousuo.png) no-repeat center; float: left}
.h_input{width:100%; height:100%;  background:rgba(255,255,255,0.8); border-top:1px solid #e5e5e5; display: none; position: absolute; top:100%; left:0; z-index: 9; display: none; padding-top:18px;}
.h_input .h_text{width:288px; height:50px; float: left; background: #eee; border: 0; padding: 0 10px; font-size: 14px; color: #555555;}
.h_submit{width:120px; height: 50px; background:#1b56cb; float: right;border: 0; cursor: pointer; text-align: center; line-height: 50px; font-size: 16px; color: #fff}
.h_input_text{width:408px; margin: 0px auto; height:50px; }
.h_yuyan{float: right; line-height: 5.5vw}
.h_yuyan a{font-size: 16px; color: #fff;}
.h_yuyan span{color:#fff; font-size: 16px; margin: 0 10px}
.h_yuyan a:hover,.h_yuyan a.active{color:#c6ac64}






/*导航*/
#menu{float: left; width:85%; height: auto;}
#menu .nav{ z-index:1;   width:100%; height:auto; margin: 0px auto;}
#menu .nav .nLi{ float:left; display:inline; height:100%;  width:9.8%; position: relative}
#menu .nav .nLi:last-child{margin-right: 0}
#menu .nav .nLi p{font-weight: normal; width:100%; text-align:center;  z-index: 2; position: relative; height:100%; }
#menu .nav .nLi p a{color:#fff;font-size:18px;   height:100%;   overflow: hidden; position: relative; padding-bottom:25px; line-height:5.5vw;}
#menu .nav .sub{ display:none; width:200px; left:50%; margin-left:-100px; top:5.5vw;  position:absolute; z-index: 99999; background:#eee;  text-align: center}
#menu .nav .sub li{ zoom:1;display: inline-block; width: 100%; display: block}
#menu .nav .sub a{ display:block; text-align: center; height:auto;font-size: 14px; line-height:22px; color:#333; padding:8px 5px; }
#menu .nav .sub a:hover{ color:#c6ac64;  }
.nLi > p > span{display: block; width: 120px; text-align: center; position: absolute; top: 21px;font-size: 12px;font-weight: normal; color: #fff; }
#menu .nav .active p a{color:#c99255}
#menu .nav .nLi:hover p a{color:#c99255}
#fp-nav ul li a span, .fp-slidesNav ul li a span{background: #fff; border: 0; width: 8px; height: 8px; left:50%; top:50%; margin-left: -4px; margin-top: -4px}
#fp-nav.right{width:20px; height:auto;}
#fp-nav ul li, .fp-slidesNav ul li{margin: 0; margin-bottom: 7px; width: 10px; height: 20px;}
.chColor{background:rgba(0,0,0,0.5); top:0; height:auto; padding:12px 4%}
.fp-nav #menu .nav .nLi p a{color:#333}
/*
#fp-nav ul li a.active{background: url(../images/yuan.png) no-repeat center}
*/
#fp-nav ul li a.active span{background: #c99255;}





/*第1块*/
.section1{display: block; width: 100%; height:auto;overflow: hidden; position: relative; }
.section1 .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden}
.section1 .swiper-slide a img{width:100%; height: auto; display: block; animation: imgmore 8s infinite;  }
.ban_jts{width:28px; height: 28px; display: block; position: absolute; bottom:3vw; left:50%; margin-left:-14px; z-index: 9 }
.ban_jts img{width:100%; height: auto; display: block}
.section1 .swiper-button-next,.section1 .swiper-button-prev{width:auto; height:38px;  color:#ffffff; font-size: 20px; line-height: 38px; top:auto; bottom:4vw}
.section1 .swiper-button-next{background:url(../images/ban_right.png) no-repeat right center; right:10%; padding-right: 40px; }
.section1 .swiper-button-prev{background:url(../images/ban_left.png) no-repeat left center; right:20%; padding-left: 40px; left:auto;}



/*

@keyframes imgmore
{
	0%{transform:scale(1)}
	
	50%{transform:scale(1.2)}
	
	100% {transform:scale(1)}
}

@-moz-keyframes imgmore 
{
	0%{transform:scale(1)}
	
	50%{transform:scale(1.2)}
	
	100% {transform:scale(1)}
}

@-webkit-keyframes imgmore 
{
0%{transform:scale(1)}
	
	50%{transform:scale(1.2)}
	
	100% {transform:scale(1)}
}

@-o-keyframes imgmore 
{
	0%{transform:scale(1)}
	
	50%{transform:scale(1.2)}
	
	100% {transform:scale(1)}
}
*/



.banner{ width:100%; height:100vh; position: relative}
.banner-index{position: relative;overflow: hidden;}
.banner-index .list .video-js{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: none;}
.banner-index .list,
.banner-index .list > li{position: absolute;top: 0; width: 100%; height: 100%; left: 50%; -webkit-transform: translate(-50%, 0);
 -moz-transform: translate(-50%, 0); transform: translate(-50%, 0);}
.banner-index .list > li.active{z-index: 1;}
.banner-index .list > li a{display: block;width: 100%;overflow: hidden;}
.banner-index .list > li img.ban_pic{display: block;width: 100%;opacity: 0;-webkit-transition: all 1s;transition: all 1s;-webkit-transform: scale(1.2);transform: scale(1.2);}
.banner-index .list > li.noscale img.ban_pic,
.banner-index .list > li.active img.ban_pic{opacity: 1;-webkit-transform: none;transform: none;}
.banner-index .list.ground,
.banner-index .list.ground li{position: relative;width: auto;height: auto;}
.banner-index .btn{right:10%; bottom:50px; z-index: 1; overflow: hidden;  position: absolute; }
.banner-index .btn a{display: block;width: 12px;height:12px;margin: 10px 5px;border-radius: 50%; float: left;}
.banner-index .btn a i{display: block;width:12px;height:12px;border:1px solid #fff;  border-radius: 50%;}
.banner-index .btn a.active{border-color: #c6ac64; border: 0}
.banner-index .btn a.active i{background: #c6ac64;border: 0}
.banner-index-mobile{display: none;}
.banner-index video{height:auto!important; width: 100%;}



/*2*/
.section2{display: block; width: 100%; height: 100%;overflow: hidden; position: relative;}
.section2_ban{background: url(../images/section1_bjs.jpg) no-repeat left center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.section2 .container{padding-top: 8vw}
.section2_all{width:100%; height:37vw; background: url(../images/ab_bjs.png)  no-repeat left center; position: relative; z-index: 9; padding-top: 5vw; padding-left: 19%}
.section2 .fp-tableCell{vertical-align: bottom; padding-bottom: 3vw}
.section2_all_left{width:50%; height: auto; float: left}
.section2_all_left h3{font-size:36px; color: #333333;  font-family: "hxb"}
.section2_all_left h4{font-size:70px; color: #c99255; font-family: "beifang"; text-transform: uppercase;  margin-bottom:1vw; float: left}
.in_about{width:100%; height: auto; overflow: hidden; line-height: 28px; font-size: 16px; color: #444444; display: block; margin: 3vw 0}
.section2_num{width:100%; height: auto; overflow: hidden}
.section2_num dl{float: left; text-align: center; margin-right:4%; width:29%;}
.section2_num dl dt{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #666666}
.section2_num dl dt span{color:#c99255; font-size: 60px; font-family: "Arial"; font-weight: bold;}
.section2_num dl dd{width:100%; color:#666666; font-size: 16px; margin-top: 10px;}
.about_more{color:#666666; font-size: 14px; position: absolute; margin-top:5vw;  left:0; bottom:5vw; padding-left: 19%; display: table}
.about_more:after{content: ""; width: 200px; height: 1px; background: #dedfde; display: block; position: absolute; top:50%; right:-240px;}
.about_more:before{content: ""; width: 73%; height:1px; background: #dedfde; top:50%; left:0; position: absolute;}
.section2_all_right{width:37%; height: auto; float: left; margin-left: 3%; position: relative}
.section2_all_right img{width:100%; height: auto; display: block; position: relative; z-index: 9}
.section2_all_right:after{content: ""; width: 100%; height: 100%; background: #bb8242; bottom:-28px; right:-28px; position: absolute;}
.active .section2_all_right{animation-name: fadeInRightBig;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .section2_all_left{animation-name: fadeInLeftBig;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .about_more{animation-name: fadeInUpBig;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}

.active .section2_ban,.active .section3_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.p2_pic1 {top: 0px; right:10%; height: 0%; overflow: hidden; transition: all 0s; z-index: 111; position: absolute}
.active .p2_pic1{transition-duration: 3s; transition-delay: 0s; transform: translate3d(0, 0px, 0); height: 100%; transition-timing-function: ease-in-out;}







/*第3块*/
.section3{display: block; width: 100%; height: 100%;overflow: hidden; position: relative}
.section3_ban{background: url(../images/section2_bjs.jpg) no-repeat left center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section3_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_product_all .swiper-slide{width:1010px;}
.index_product_all .swiper-slide a{width:100%; height: auto; display: block}
.index_product_all .swiper-slide a img{width:100%; height: auto; display: block}
.index_product_all .swiper-button-next,.index_product_all .swiper-button-prev{width:22px; height:38px;  margin-top:-19px}
.index_product_all .swiper-button-next{background:url(../images/pro_right.png) no-repeat center; right:21%; }
.index_product_all .swiper-button-prev{background:url(../images/pro_left.png) no-repeat center; left:21%; ;}





/*第4块*/
.section4{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section4_ban{background: url(../images/section3_bjs.jpg) no-repeat left center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section4_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.index_youshi_all{width:100%; height: auto; overflow: hidden; padding-left: 19%; position: relative}
.in_ys_title{width:33%; height: auto; overflow: hidden; position: absolute; top:0; left:19%}
.in_ys_title h3{font-size:36px; color: #fff;  font-family: "hxb"; margin-bottom: 1.2vw}
.in_ys_title h4{font-size:70px; color: #c99255; font-family: "beifang"; text-transform: uppercase;  margin-bottom:1vw; }
.in_ys_title p{color:#fff; font-size: 14px; position: relative; display: table}
.in_ys_title p:after{content: ""; width:200px; height: 1px; background: rgba(255,255,255,0.2); position: absolute; top:50%; right:-220px; }
.pc-slide{width: 100%; margin: 0 auto;}
.view{width:41%; height: auto; float: left; margin-top:9vw }
.view .swiper-container {width: 100%;height: auto;}
.section4_info{width:100%; height: auto; overflow: hidden}
.section4_info h3{font-size: 28px; color: #fff; }
.section4_info h3 span{font-size: 34px; font-family: "beifang"}
.section4_info p{width:100%; height: auto; overflow: hidden; color:#fff; font-size: 16px; line-height: 30px; margin: 1vw 0 2vw}
.section4_info span.ys_more{width:148px; height: 46px; background: #c99255; border-radius: 8px; text-align: center; line-height: 46px; font-size: 16px; color:#fff; display: block}

.view .arrow-left {
	background: url(../images/n_left.png) no-repeat left top;
	position: absolute;
	right:70px;
	bottom: 0;
	width: 34px;
	height: 34px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../images/n_right.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 34px;
	height: 34px;
	z-index: 10;
}

.preview {width:56%; margin-top: 10px; position: relative; float: right}
.preview .swiper-container {width: 100%; height: auto;}
.preview .swiper-slide img{width:100%; transform: scale(0.8);  -webkit-transform: scale(0.8); border-radius:20px;}
.preview .active-nav img { transform: scale(1);  -webkit-transform: scale(1);} 





/*第5块*/
.section5{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section5_ban{background: url(../images/section4_bjs.jpg) no-repeat left center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section5_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section6_all{ height: auto; position: relative; z-index: 9 }
.index_news_title{ height: auto; overflow: hidden; position: relative; z-index: 9}
.index_news_title h3{font-size:36px; color: #333333;  font-family: "hxb"}
.index_news_title h4{font-size:60px; color: #c99255; font-family: "beifang"; text-transform: uppercase;  margin-bottom:1vw; float: left}
.index_news_title p{float: right; color:#444444; font-size: 14px; margin-top:25px; width:59%}
.index_news_all{width:100%; height: auto; margin-top:1.5vw; position: relative; }
.index_news_all .swiper-container{width:100%; padding: 10px 0 }
.index_news_all .swiper-slide a{width:100%; height: auto; overflow: hidden; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); display: block}
.index_news_pic{width:100%; height: auto; overflow: hidden; position: relative}
.index_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_all .swiper-slide a dl{width:100%; height:30px; line-height:30px; margin-top: 10px;}
.index_news_all .swiper-slide a dl dt{font-size: 16px; color:#333333;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; float: left; width: 60%}
.index_news_all .swiper-slide a dl dd{font-size: 14px; color:#333333;  float: right; font-family: "Arial"}
.index_news_all .swiper-slide a h4{font-size: 14px; color:#999999;  width: 100%;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; height: 52px; line-height: 26px; margin-bottom: 10px;}
.index_news_all .swiper-slide a i{font-size: 14px; color: #333333; background: url(../images/n_more.png) no-repeat left center; display: block; width: 101px; height:27px; text-align: center; line-height: 27px; }
.index_news_xx{width:100%; height: auto; overflow: hidden; padding:0 15px 25px;}
.index_news_all .swiper-slide a:hover .index_news_pic img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}

.index_news_all .swiper-button-next,.index_news_all .swiper-button-prev{width:34px; height:34px;  margin-top:-17px}
.index_news_all .swiper-button-next{background:url(../images/n_right.png) no-repeat center; right:-60px; }
.index_news_all .swiper-button-prev{background:url(../images/n_left.png) no-repeat center; left:-60px;}
.section6 .swiper-slide-active .index_news_pic:after{opacity: 0}
.active .index_news_title{animation-name: fadeInDownBig;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .index_news_all{animation-name: fadeInUpBig;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .section5_right{animation-name: fadeInRight;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.p4_pic1 {top: 0px; right:10%; height: 0%; overflow: hidden; transition: all 0s; z-index: 6; position: absolute}
.active .p4_pic1{transition-duration: 1.5s; transition-delay: 0s; transform: translate3d(0, 0px, 0); height: 100%; transition-timing-function: ease-in-out;}




/*第6块*/
.section6{display: block; width: 100%; height: 100%;overflow: hidden; position: relative}
.section6_ban{background: url(../images/section5_bjs.jpg) no-repeat left center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section6_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section7 .fp-tableCell{vertical-align:top}
.section7_top{overflow:hidden; position: relative; z-index: 9; }
.section7_top_top{width:100%; height: auto; overflow: hidden}
.section7_top_left{width:50%; height: auto; float: left}
.section7_top_left h4{font-size:70px; color: #fff;  font-family: 'beifang'; text-transform: uppercase;  margin-bottom:20px; }
.section7_top_left h3{font-size:36px; color: #fff; font-family: "hxb"; margin-bottom: 10px;}
.section7_top_left p{font-size: 16px; height:30px; line-height:30px; color: #ffffff; }
.section7_top_right{widtH:50%; height: auto; float: left; text-align: right}
.section7_top_right h4{font-size:28px; color: #ffffff;  font-family: 'hxb'; margin-bottom: 10px;}
.section7_top_right h5{font-size:24px; color: #fff;  margin-bottom:32px; opacity: .51}
.section7_top_right h6{font-size:36px;color: #c99255; font-family: "David"; text-transform: uppercase}
.section7_bottom{width:100%; height: auto; background: rgba(0,0,0,0.46); border: 1px solid rgba( 255,255,255,0.46); margin-top:32px; padding:30px 30px 0;  overflow: hidden; border-radius:10px;}
.section7_bottom dl{width:100%; height: 40px;}
.section7_bottom dl dt{width:32%; height: 100%; float: left; margin-right: 2%; border-bottom: 1px solid rgba(255,255,255,0.2); position:relative }
.section7_bottom dl dd{width:32%; height:100%; float: left; margin-right: 2%; border-bottom: 1px solid rgba(255,255,255,0.2); position:relative }
.section7_bottom dl dd:nth-child(3){margin-right: 0}
.section7_bottom dl input[type="text"]{width:100%; height: 100%; border: 0; padding: 0 10px; font-size: 16px; color: #fff; background: none;}
.section7_bottom textarea{width:100%; height:50px; border: 0; border-bottom: 1px solid rgba(255,255,255,0.2);  padding: 10px; resize: none;  font-size: 16px; color: #fff; 
	background: none;  margin-top: 30px;}
.section7_submit{width:190px; height:56px;background:#c99255; text-align: center; line-height:56px; color:#ffffff; font-size:16px; border: 0; margin: 38px auto; 
	display: block; border-radius: 10px; }
.section7_banquan{width:80%; height: auto; overflow: hidden; position: absolute; bottom:30px; left:50%; margin-left: -40%;}
.copy_l{width:auto; line-height:40px; font-size:14px; color: #ffffff; float: left}
.copy_l a{ font-size:14px; color: #ffffff;}
.footer_zhichi{width:auto; height:40px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; line-height:40px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}
.active .section7_top_left{animation-name: fadeInDownBig;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .section7_top_right{animation-name: fadeInUpBig;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.active .section7_bottom{animation-name: fadeInUpBig;	animation-duration: 1.1s;	animation-delay:0.8s;animation-fill-mode: both;}
.p5_pic1{top:0;left:40%;height:0%;overflow:hidden;transition:all 0s;z-index:6;position:absolute}
.active .p5_pic1{transition-duration:3s;transition-delay:0s;transform:translate3d(0,0,0);height:100%;transition-timing-function:ease-in-out}




/*客服*/
.lxfx{height:auto;position:absolute;right:0;top:0;width:118px;z-index:11;height:226px;background:url(../images/xxs.png) no-repeat center;padding-top:34px}
.leftlx{float:left;height:45px;width:45px}
.fix_ewm{border:5px solid #fff;display:none;height:120px;left:-145px;position:absolute;top:-40px;width:120px}
.lxfx li i{display:block;height:27px;margin:0 auto;text-align:center;width:30px;background:url(../images/fx.png) no-repeat}
.lxfx li i.icon-tel{background-position:0 -25px}
.lxfx li i.icon-ly{background-position:4px -53px}
.lxfx li i.icon-wx{background-position:-34px 4px}
.lxfx li i.icon-wb{background-position:-30px -22px}
.lxfx li p{line-height:12px;text-align:center}
.lxfx li{height:45px;margin-bottom:1px;margin-left:0;position:relative;width:45px;border-radius:50%;margin:0 auto 8px}
.y_dh{background:url(../images/i1.png) no-repeat}
.y_kf{background: url(../images/i3.png) no-repeat}
.y_dh span{width:120px; height:30px; background: url(../images/../images/h_pic.png) no-repeat;  position: absolute; left:140px; top:50%; margin-top: -16px; font-size: 14px; color: #e60039;
	text-align: center; line-height:30px; display: block;}
.y_dh:hover{background: url(../images/i1_h.png) no-repeat}
.y_dh:hover span{left:-112px; }
.y_kf a{width:140px; height:30px;  background: url(../images/../images/h_pic.png) no-repeat;position: absolute; left:140px; top:50%; margin-top: -16px; font-size: 14px; color: #e60039;
	text-align: center; line-height:30px; display: block;}
.y_kf:hover a{left:-112px;}
.y_kf:hover{background: url(../images/i2_h.png) no-repeat}



/*关于我们*/
.ny_banner{width:100%; height: 568px; overflow: hidden}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.ny_about_jj{width:100%; height: 760px; overflow: hidden; position: relative; padding-top: 68px;}
.ny_about_jj:after{content: ""; width: 30%; height: 100%; background: #f4f5f8; position: absolute; top:0; left:0}
.about_jj_pic{width:596px; height: auto; float: left; position: relative; z-index: 9}
.about_jj_pic img{width:100%; height: auto; display: block}
.about_jj_right{width:560px; height: auto; float: right}
.about_jj_right h3{font-size: 36px; color: #cb9356; font-family: "hxb"; text-align: right}
.about_jj_right h4{font-size: 46px; color: #cb9356; font-family: "beifang"; text-align: right; text-transform: uppercase}
.ny_ab_info{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #666666; line-height: 28px; margin-top: 46px; display: block}
.ny_ab_san{width:458px; height: auto; float: left; margin-top: 60px;}
.ny_ab_san p{font-size: 16px; color: #5a5a5a; font-weight:bold; background: url(../images/h_yuan.png) no-repeat left center; padding-left: 30px; margin-top:30px;}
.ny_ab_jia{width:87px; height: auto; float: right; margin-top:85px;}
.ny_about_video{width:100%; height: auto; overflow: hidden; margin-top: 38px; background: url(../images/shipin_bjs.jpg) no-repeat bottom center; padding-bottom: 55px;}
.ny_about_video h3{font-size:36px; color: #333333; font-family:"hxb"; text-align: center}
.about_video_bottom{height:499px; background: url(../images/video_bjs.jpg) no-repeat center; margin-top:30px; position: relative}
.ny_video_an{width:89px; height: auto; display: block; position: absolute; top:30px; right:326px;}
.about_video_xx{width:300px; height: auto; overflow: hidden; float: right; margin-right: 64px; margin-top: 90px;}
.about_video_xx img{width:125px; height: auto; display: block; margin: 0px auto;}
.about_video_xx h4{font-size: 28px; color: #fff; font-family: "hxb"; line-height: 40px; margin: 20px 0 }
.about_video_xx p{font-size: 14px; color: #fff; display: table; border-bottom: 1px solid #fff; line-height: 35px; float: right}

.ny_about_ys{width:100%; height: 732px; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center; padding-top: 60px;}
.ys_title{width:100%; height: auto; overflow: hidden; text-align: center}
.ys_title h3{font-size: 36px; color: #ffffff; font-family: "hxb"; margin-bottom: 10px;}
.ys_title h4{font-size: 44px; color: #cb9356; font-family: "beifang"; text-transform: uppercase}
.about_ys_list{width:100%; height: auto;  margin-top: 20px; position: relative}
.about_ys_list .swiper-container{padding-bottom:70px;}
.about_ys_list .swiper-slide a{width:100%; height: auto; overflow: hidden}
.about_ys_list .swiper-slide a img{width:95px; height: auto; display: block; margin: 0px auto;}
.ys_list_info{width:100%; height: 390px; background: #fff; border-radius:10px; padding: 92px 35px 0; margin-top: -46px;}
.ys_list_info h3{font-size: 24px; color: #cb9356; font-weight: bold; text-align: center; margin-bottom: 10px;}
.ys_list_info h4{font-size: 20px; color: #cb9356; font-family: "beifang"; text-align: center; text-transform: uppercase; margin-bottom: 30px;}
.ys_list_info p{width:100%; height: auto; overflow: hidden; line-height: 26px; font-size: 14px; color: #b77b39}
.about_ys_list .swiper-button-next,.about_ys_list .swiper-button-prev{width:21px; height: 34px;}
.about_ys_list .swiper-button-next{background: url(../images/ys_right.png) no-repeat center; right:-70px;}
.about_ys_list .swiper-button-prev{background: url(../images/ys_left.png) no-repeat center; left:-70px;}
.about_ys_list .swiper-pagination-bullet{background: #fff!important; width: 10px; height: 10px; opacity: 1}
.about_ys_list .swiper-pagination-bullet-active{width:29px; border-radius: 15px;}
.ny_about_num{width:100%; height: auto; overflow: hidden; background: url(../images/num_bjs.jpg) no-repeat top center; padding-top: 70px;}
.about_num_dl{width:100%; height: auto; overflow: hidden}
.about_num_dl dl{float: left; border-right:2px solid rgba(255,255,255,.12); height: 148px; padding-top: 35px;}
.about_num_dl dl:nth-child(1){width:278px; margin-right: 120px;}
.about_num_dl dl:nth-child(3){border-right:0; margin-left: 126px;}
.about_num_dl dl:nth-child(2){padding-right: 120px}
.about_num_dl dl dt{width:100%; height: auto; overflow: hidden; font-family: "hxb"; font-size: 16px; color: #fff; text-align: center}
.about_num_dl dl dt span{font-size: 56px; margin-right: 8px;}
.about_num_dl dl dd{width:100%; height: 40px; line-height: 40px; font-size: 14px; color: #fff; text-align: center}
.ny_about_num .slideTxtBox{ width:100%; margin-top:29px; overflow: hidden; position: relative}
.about_num_bt{width:100%; height: 196px;  background: #cb9356; border-radius: 8px 8px 0 0; padding: 44px 55px 0}
.about_num_bt h4{font-size: 36px; color: #fff; font-family: "hxb"; margin-bottom: 8px;}
.about_num_bt h3{font-size: 44px; color: #fff; font-family: "beifang"; text-transform: uppercase}
.ny_about_num .slideTxtBox .hd{width:472px; height: auto; float: left}
.ny_about_num .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden}
.ny_about_num .slideTxtBox .hd ul li{width:100%; height: 112px; overflow: hidden; border-bottom: 1px solid #e5e5e5; font-size: 22px; color: #666666; text-align: center; line-height: 112px;}
.ny_about_num .slideTxtBox .hd ul li span{font-size: 28px; color: #666666}
.ny_about_num .slideTxtBox .hd ul li.on,.ny_about_num .slideTxtBox .hd ul li.on span{color:#cb9356}
.ny_about_num .slideTxtBox .bd{width:708px; height: auto; float: right; background: #fff; background: #fff; border-radius: 8px 0 0 0; padding-top: 68px; 
	padding-left: 60px;}
.bd_list{width:100%; height: auto; overflow: hidden}
.bd_list h3{width:100%; height: auto; font-size: 30px; color: #333333; margin-bottom: 5px;}
.bd_list h4{width:100%; height: auto; font-size: 32px; color: #cb9356; font-family: "beifang"; text-transform: uppercase}
.bd_list_info{width:100%; height: auto; overflow: hidden; margin-top:30px; font-size: 14px; color: #666666; line-height: 28px;}
.bd_list img{width:100%; height: auto; overflow: hidden; border-radius: 5px; margin-top: 48px;}
.ny_about_num .slideTxtBox .arrow{  position:absolute; right:10px; top:66px; }
.ny_about_num .slideTxtBox .arrow a{ display:block;  width:64px; height:58px; float:right;  overflow:hidden;
 cursor:pointer;}
.ny_about_num .slideTxtBox .arrow .next{background:#f6f6f6 url(../images/n_right.png) no-repeat center}
.ny_about_num .slideTxtBox .arrow .prev{background:#f6f6f6 url(../images/n_left.png) no-repeat center}
.ny_about_num .slideTxtBox .arrow .next:hover{background:#cb9356 url(../images/n_hright.png) no-repeat center}
.ny_about_num .slideTxtBox .arrow .prev:hover{background:#cb9356 url(../images/n_hleft.png) no-repeat center}
.ny_about_honor{width:100%; height: auto; overflow: hidden; margin-top: 70px;}
.ny_title{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_title h3{width:100%; height: auto; font-size: 36px; color: #222429; margin-bottom: 5px;font-family: "hxb"}
.ny_title h4{width:100%; height: auto; font-size: 44px; color: #cb9356; font-family: "beifang"; text-transform: uppercase}
.ny_about_honor .swiper-container,.ny_about_cm .swiper-container{margin-top: 40px;}
.ny_about_honor .swiper-slide a{width:100%; height: auto; overflow: hidden}
.ny_about_honor .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_honor_more{width:134px; height: 42px; background: #1b1b1b; border-radius: 25px; text-align: center; line-height: 42px; display: block; margin: 0px auto; color:#fff; font-size: 16px; margin-top: 40px;}
.about_honor_more:hover{background: #d9b083; }
.ny_about_cm{width:100%; height:672px; background: url(../images/cm_bjs.jpg) no-repeat center; margin: 44px auto 0; padding: 48px 6% 0;}
.ny_about_cm .swiper-slide a{width:100%; height: auto; overflow: hidden}
.ny_about_cm .swiper-slide a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_cm_more{width:124px; height: 39px; border: 2px solid #d8af83; display: block; margin: 0px auto; text-align: center; line-height: 36px; color:#333333; 
	font-size: 14px; border-radius: 25px; margin-top:38px;}
.about_cm_more:hover{background: #d8af83; color:#fff}
.ny_about_cm .swiper-slide a:hover img,.ny_about_honor .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.footer{width:100%; height: 380px; overflow: hidden; background:url(../images/footer_bjs.jpg) no-repeat center; padding-top: 32px;}
.footer_left{width:414px; height: auto; float: left}
.f_logo{width:100%; height: auto; overflow: hidden; display:block;}
.footer_left dl{width:158px; height: auto; float: left; margin-right: 32px; margin-top: 32px;}
.footer_left dl dt{width:124px; height: auto; background: rgba(255,255,255,0.5); padding: 5px; float: left}
.footer_left dl dt img{width:100%; height: auto; display: block}
.footer_left dl dd{width:34px; height:124px; float: left; text-align: center; line-height: 34px; writing-mode:tb-rl; writing-mode:vertical-rl; font-size: 14px; color:#a3a3a3; border:1px solid rgba(255,255,255,0.5); border-left:0}
.footer_right{width:786px; height: auto; float: right; margin-top: 80px;}
.footer_right dl{width:auto; float: left; margin-left:10px;}
.footer_right dl dt{max-width:98px; height: 140px; border-right:1px solid rgba(255,255,255,0.5); float: left; font-size: 18px; color: #fff; width:auto; padding-right:10px}
.footer_right dl dd{float: left; width:156px; height: auto; margin-left:20px;}
.footer_right dl dd a{width:100%; height: auto; margin-bottom:15px; font-size: 16px; color: #fff; display: block}
.footer_right dl dd a:hover{color:#d9b083}
.footer_copy{width:100%; height: auto; overflow: hidden; margin-top: 32px;}





/*鼠标*/
#cursor{position:fixed;z-index:9998;pointer-events:none}
#cursor i{display:block;width:12px;height:12px;border-radius:100px;background:#b09157;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);border:0 solid #000;transition:all .3s}
#cursor.hover i{-webkit-transform:scale(3);-ms-transform:scale(3);transform:scale(3);opacity:.3}
.fo_wrap{z-index:2;pointer-events:none;z-index:9997;position:fixed;top:0;z-index:0;left:0;width:100%;height:100vh}
.follower.scroll{width:20vh;height:20vh}
.follower{position:absolute;width:80vh;height:80vh;transition:all 1s cubic-bezier(.165,.84,.44,1)}
.follower span{width:40px;height:40px;border-radius:200%;border:1px solid #b09157;display:block;position:absolute;left:-5%;top:-5%;-webkit-filter:blur(2px);filter:blur(2px)}
.follower.zoom{width:100vh;height:100vh}
.follower.zoom span{border-color:rgba(255,255,255,.3)}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}








/*内页*/
.ny_banner{ width:100%;  position:relative;  height:400px;clear: left; }
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.service_ban{background: url(../images/xfwl_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.yxwl_ban{background: url(../images/service_ban.jpg) no-repeat center}



.ny_baninfo{width:1200px; height:120px; position: absolute; top:180px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top:70px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #e3a423; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#c99255}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #c99255)) 0 0 no-repeat;
	-webkit-background-size: 125px;
	color: rgba(255, 255, 255, 0.1);
	-webkit-background-clip: text;
	height:50px;
	line-height:50px;
	font-weight:bold;
	display:block;
	position:absolute;
	left:0;
	top:0%; 
	-webkit-animation-name: shine;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}




/*内部二级导航*/
.ny_nav{width:100%; height:67px;    margin-top: -26px; position: relative; z-index: 9}
.ny_nav ul{width:auto; margin:0px auto; display:table; background:#c99255; border-radius:38px; padding:0px 10px;}
.ny_nav ul li{width:auto; height:67px; line-height:67px; float:left; text-align:center;position:relative; padding:0px 28px; }
.ny_nav ul li a{width:100%; height:100%; display:block; color:#fff}
.ny_nav ul li:first-child{border-radius:38px 0 0 38px;}
.ny_nav ul li:last-child{border-radius:0px 38px 38px 0px;}
.ny_nav ul li:hover,.ny_nav ul li.active{background: url(../images/san_bj.png) no-repeat bottom center}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left; background: url(../images/p_xx.png) no-repeat left center; padding-left: 50px; margin-right: 30px; line-height: 40px; 
	margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#c99255}
.ny_pro_bt ul li:hover{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#c99255}
.ny_pro_nav ul{padding:0px 10px;}
.ny_pro_nav ul li{width:auto; }




/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 40px 0 50px; color:#666; line-height:30px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0 100px}



/*内页新闻*/
.ny_news_all{width:100%; height: auto;; margin: 40px 0; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#c99255}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_h1{width: 100%; font-size: 14px; color: #555; padding: 10px 0px; text-align: center;
             clear: both; font-weight: bold}
.ny_news_h1 h1{font-size:22px; color:#333}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;
                border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
                clear: both}

.ny_news_bt{width:100%; height:auto; line-height:40px; text-align:center; font-size:26px; color:#333; margin:15px auto}


.in-title{ background:url(../images/title-bg.png) no-repeat; width: 631px; height: 126px; margin: 0 auto; }
.in-title > h3{color:#222; font-size:36px; text-align: center; font-weight:bold; padding-top: 30px; padding-top: 43px; }
.in-title > p{color:#c99255; font-size:24px; text-align: center; line-height: 43px;}
.ny-xgnews{overflow:hidden}

.ny_neirong{width:100%; height:auto; overflow:hidden; margin:20px auto 0; font-size:20px; color:#333; text-align:center}


/*内页新闻*/
.nynews-l{ margin-top:30px; width:582px}
.nynewst-div { width:187px; height: auto; overflow:hidden;  margin-left: 7px;}
.nynewst-div > img{ width:100%; transition: .6s; }
.nynews-top{ width:582px; height: 167px; background: #eee;transition: .3s; padding:16px 0}
.nynews-top .r > h3{ color:#333333; font-size:18px; margin-top:10px;transition: .3s;}
.nynews-top .r > p{ color:#a1a1a1; font-size:14px;transition: .3s;}
.nynews-top .r > span{color:#a1a1a1; font-size:14px; line-height: 40px;transition: .3s;}
.nynews-top .r{width: 320px;margin-right: 50px;}
.nynews-li{border-bottom:1px solid #d5d5d5;  overflow: hidden; }
.nynews-li > a > span{ background:url(../images/nynews-lx.jpg) no-repeat; width:8px; height: 8px; display: block; float:left; margin-top: 22px;  margin-right: 6px;position: relative; left:0; transition: .3s;}
.nynews-li > a > h3{ float:left; line-height: 50px;  width:76%; color:#333333; font-size:16px; position: relative; left:0; transition: .3s; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.nynews-li > a > p{ float:right;line-height: 50px; color: #999;font-size: 12px;position: relative; right:0; transition: .3s;}
.nynews-li:hover a > h3{ left:15px; color:#c99255;}
.nynews-li:hover a > span{ left:15px;}
.nynews-li:hover a > p{ right:15px; color:#333333;}
.nynews-top:hover .nynewst-div > img{ transform:scale3d(1.1,1.1,1);}
.nynews-top:hover{ background:#c99255}
.nynews-top:hover .r > h3{ color:#fff;}
.nynews-top:hover .r > p{ color:#fff; }
.nynews-top:hover .r > span{color:#fff; ;}
.news-bot{ margin-bottom:40px}



/*联系我们*/
.ny_contact_all{width:100%; height: auto; overflow: hidden; margin: 40px 0 -50px}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}
.ny_tuijian{ padding-top: 62px;}
.slideTxtBox3 .hd ul{height: 42px; display: table; margin: 0 auto; margin-bottom: 20px;}
.slideTxtBox3 .hd ul li{ height: 42px; line-height: 48px; text-align: center;  width:210px; margin-right: 2px;  float: left; margin-bottom:10px;}
.slideTxtBox3 .hd ul li a{ font-size: 16px; color: #333; display: block; background: #efefef;}
.slideTxtBox3 .hd ul li.on a{background: #c99255; color: #fff;}
.slideTxtBox3 .bd{ overflow: hidden;}
.slideTxtBox3 .bd li{ width: 285px; margin-right: 20px; margin-bottom: 24px; float: left;}
.slideTxtBox3 .bd li:nth-child(4n){ margin-right: 0;}
.slideTxtBox3 .bd li .pic{ width: 100%; height: auto; overflow: hidden; }
.slideTxtBox3 .bd li .pic img{width:100%; height:auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.slideTxtBox3 .bd li  p{ height: 54px; border-bottom: 1px  solid #eee; line-height: 54px; text-align: center;}
.slideTxtBox3 .bd li  p a{ font-size: 16px; color:#333}
.slideTxtBox3 .bd li  p span{ float:right; line-height: 54px; color: #999; font-size: 14px;}
.slideTxtBox3 .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.slideTxtBox3 .bd li:hover a{color:#c99255}
.fav1{ width: 100%;overflow: hidden;}
.fav1 li{ height: 42px; line-height: 42px; border-bottom: 1px dashed #dedede; float: left; width: 49.5%;}
.fav1 li:nth-child(2n){ float: right;}
.fav1 li a{ font-weight: normal;  font-size: 14px; color: #333;}
.fav1 li span{ float: right; font-size: 14px; color: #999; font-weight: normal;}
.fav1 li:hover a,.fav1 li:hover span{color:#c99255}

.index_title_5{overflow: hidden; padding-top: 60px;}
.index_title_5 span{ display: block; text-align: center; font-family: "Impact"; font-size: 76px; color: rgba(34,34,34,0.07); text-transform: uppercase;}
.index_title_5 p{font-size: 36px; color: #222; line-height: 2;  margin-top: -70px; font-weight: bold; text-align: center;}
.index_title_5 em{ display: block; font-style: normal; width: 80%; margin: 0 auto; line-height: 24px; color: #666; text-align: center; font-size: 14px;}
.slideTxtBox3{ margin-top: 20px; margin-bottom: 30px;}

/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0 100px}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li{width:285px; height: auto; float: left; margin-right:20px; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%; height:auto; overflow: hidden; border:1px solid #eee}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block;}
.ny_honor_all ul li p{width:100%; height:40px; line-height: 40px;  font-size:16px; color: #333; text-align: center;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top:8px;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all ul li:hover p{color:#c99255}
.ny_honor_all ul li:hover .honor_pic{border:1px solid #c99255}



/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top: 42px; margin-bottom: 0px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:386px; height:auto; border:1px solid #d2d2d2;  overflow:hidden; padding: 10px; float:left; margin-right:20px; margin-bottom:20px; }
.ny_solution_img{width:100%; height:100%; float:left; overflow:hidden; }
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block; margin:0px auto;}
.ny_product_all ul li h5{width:100%; height: 40px; line-height: 40px; text-align:center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:16px; color: #060507; font-weight:normal}
.ny_product_all ul li:nth-child(3n){margin-right:0}
.ny_product_all ul li:hover h5{color:#c99255}
.ny_product_all ul li:hover{border:1px solid #c99255}

.ny_ygf_img img{width:100%;}





/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin: 55px 0;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:523px; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#c99255; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; display: flex; align-items: center;}
.ny_pro_tleft .slideBox .bd img{ width:100%; height:auto; display:block; align-items: center; margin: 0px auto; }
.ny_pro_tright{width:630px; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: 50px; line-height: 50px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;    word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px; margin-top:20px;}
.ny_pro_dh i{ color: #333; font-size: 38px; float: left; line-height: 70px; margin-right:10px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #c99255; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px; margin-bottom:100px;}
.ny_pro_bleft{width:869px; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #c99255;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #c99255; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.ny_probt{width:100%; height:50px;}
.ny_probt li{width:100%; height:50px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:50px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#c99255; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#c99255;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px; font-size:16pxx;color:#666; line-height:30px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-bottom:20px;}
.ny_hotnews h3{width:100%; height:40px; background: #c99255; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#c99255}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}
.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{width:50px; height:35px; background:#c99255; color:#fff; font-size:14px; border:0px; float:right; border-radius:5px; cursor:pointer}

.ny_ygf_tleft{width:500px; height:auto; float: left}
.ny_ygf_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_ygf_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_ygf_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_ygf_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_ygf_tleft .slideBox .hd ul li.on{ background:#c99255; color:#fff; }
.ny_ygf_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_ygf_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_ygf_tleft .slideBox .bd li{width:100%; height: 100%; display: flex; align-items: center;}
.ny_ygf_tleft .slideBox .bd img{ width:100%; height:auto; display:block; align-items: center; margin: 0px auto; }


/*案例*/
.ny_case_all{width:100%; height: auto; overflow: hidden; margin: 40px 0 70px; }
.ny_case_all ul{width:100%; height: auto; overflow: hidden}
.ny_case_all ul li{width:32%; height: auto; float: left; margin-right:2%; margin-bottom:25px;}
.ny_case_all ul li .case-div{width:100%;   height:auto; overflow: hidden; border:1px solid #eee}
.ny_case_all ul li .case-div img{width:100%; height: auto; display:block; overflow: hidden;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.ny_case_all ul li h3{width:100%; height:35px; line-height: 35px;  font-size:1rem; color: #333; text-align: center;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_case_all ul li:nth-child(3n){margin-right: 0px;}
.ny_case_all ul li:hover h3{color:#c99255}
.ny_case_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}



/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}



@media screen and (max-width:1680px){
	.in_header{padding:0 4%}
	.in_header .h_logo{margin: 0 1%;}
	.section2_all{padding-left:6%}
	.section2_num dl dt span,.section7_top_left h4{font-size:48px;}
	.section2_all{background-size:82%}
	.section3 .index_news_title{display:none;}
	.index_youshi_all{padding-left:6%}
	.in_ys_title{left:6%}
	.index_news_all{margin-top:0}
	.section6_all{margin-top:3vw}

}


@media screen and (max-width:1440px){
	.section2_all_left h4,.in_ys_title h4,.index_news_title h4{font-size:50px;}
	.section2_all_left h3{font-size:28px;}
	.about_more{bottom:3vw}
	.index_product_all .swiper-button-next{right:11%}
	.index_product_all .swiper-button-prev{left:11%}
	.index_news_title p{margin-top:24px;}
	.section4_info p{font-size:14px; line-height:26px;}
	
}

@media screen and (max-width:1400px){
	.section2_all_left h4,.in_ys_title h4,.index_news_title h4,.section7_top_left h4{font-size:46px;}
	.in_header .h_logo{width:146px;}
	#menu .nav .nLi{width:10.2%}
	#menu{width:82%}
	.in_about{font-size:14px;}
	.section2_num dl dt span{font-size:26px;}
	.index_product_all .swiper-slide{width:800px}
	.index_product_all{margin-top:3vw}
	.index_product_all .swiper-button-next{right:17%}
	.index_product_all .swiper-button-prev{left:17%}
	
	.section5 .index_news_title{display:none}
	.section7_top,.section6_all,.index_youshi_all{transform: scale(0.8); -ms-transform: scale(0.8);-webkit-transform: scale(0.8);-o-transform: scale(0.8);-moz-transform:scale(0.8)}
	
}