@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.w1440{ width:1440px; margin: 0 auto; }
.container{width:1200px; margin: 0px auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

@font-face {
    font-family: 'maoken';
    src: url('../font/猫啃网糖圆体(测试版)0.11(1).TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* 导航栏 */
.header_nav{height:100px; width:100%; position: fixed; top:0; left:0; z-index: 99;  background: #fff; }
.h_logo{width:160px; height:100%; position: absolute; top:0; left:50%; margin-left:-80px; z-index: 9 }
.h_logo img{width:100%; height: auto; align-items: center; margin:26px auto 0; position: relative; z-index: 9}
.h_logo:after{content: ""; width: 333px; height: 49px; position: absolute; top:96px; left:50%; margin-left:-166.5px; 
	background: url(../images/logo_xx.png) no-repeat center}
.header_dianhua{width:auto; position: absolute; top:25px; right:5%; text-align: center; height:100px;}
.header_dianhua p{color:#f7b61e; font-size: 14px;}
.header_dianhua span{color:#f7b61e; font-size:20px; font-weight: bold;}
.nav .header-menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;  width:1320px;  margin: 0px auto; }
.nav .header-menu .item-nav { margin: 0 38px; }
.nav .header-menu .item-nav:nth-of-type(4) { margin-right:290px; }
.nav .header-menu .item-nav:nth-of-type(5) { margin-left: 0; }
.nav .header-menu .item-nav > a { font-size: 16px; padding:39px 0;  color: #131313; display: block; position: relative; -webkit-transition: 0.5s ease all; transition: 0.5s ease all; }
.nav .header-menu .item-nav > a::after { position: absolute; -webkit-transition: 0.5s ease all; transition: 0.5s ease all; height: 0px; left: 0; right: 0; height: 3px; margin: auto; content: ''; width: 0; bottom:22px; }
.nav .subNav-menu::before { -webkit-transition: all .5s ease; transition: all .5s ease; content: ''; display: block; position: absolute; top: 0; left: -100vw; width: 200vw; height: 0; background-color: #f7ad1e; -webkit-transition-delay: .5s; transition-delay: .5s; }
.nav .subnav-wrap { position: absolute; top: -webkit-calc(100% - 1px); top: calc(100% - 1px); text-align: left; visibility: hidden; -webkit-transition: all .5s ease; transition: all .5s ease; left: 22%; }
.nav .subnav-wrap::after { content: ''; }
.nav .subnav-wrap ul { -webkit-transition: all .5s ease-out; transition: all .5s ease-out; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); opacity: 0; visibility: hidden; position: relative; font-size:16px; font-weight: 700; margin-top: 44px; margin-bottom:44px;
	z-index: 100; } 
.nav .subnav-wrap ul li { display: inline-block; vertical-align: middle; margin-right: 40px; }
.nav .subnav-wrap ul li a { -webkit-transition: color .4s ease-out; transition: color .4s ease-out; display: inline-block; padding-right: 28px; color: #fff; position: relative; letter-spacing: 1px; line-height:30px; -webkit-transition: 0.5s ease all; transition: 0.5s ease all; }
.nav .subnav-wrap ul li a:hover { color: #C6B17C; }
.nav .header-menu .item-nav:hover .subnav-wrap .subNav-menu::before { height: 100%; -webkit-transition-delay: .3s; transition-delay: .3s;}
.nav .header-menu .item-nav:hover .subnav-wrap { visibility: visible;}
.nav .header-menu .item-nav:hover .subnav-wrap ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.nav .header-menu .item-nav:hover > a::after {  background: #000; width: 100%;}
.nav .header-menu .item-nav.active > a::after {  background: #f7b61e; width: 100%;}
.header_nav #bump { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width:200px; height:20px; z-index: 200; pointer-events: none; top:99px; z-index: 2; opacity:1 }
.header_nav .m-menu { display: none; }




/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden; margin-top: 100px}
.banner .swiper-slide a{width:100%; height: auto; display: block}
.banner .swiper-slide a img{width:100%; height: auto; display: block}
.banner .swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #fff; opacity: 1}
.banner .swiper-pagination-bullet-active{background: #f7b61e}
.banner .swiper-button-next,.banner .swiper-button-prev{color:#fff; font-size: 24px; background: none; width: 40px; line-height: 44px;}
.banner .swiper-pagination{color:#fff; font-size:30px; width: auto; left:5.5%; bottom:80px; height:20px; }
.banner .swiper-pagination span{color:#fff; font-size:30px;}
.banner .swiper-button-next{right:auto; left:12%}
.banner .swiper-pagination-bullet{width:10px; height:10px;}





/*关于我们*/
.index_about{width:100%; height: auto; overflow: hidden; margin-top: 72px;}
.index_about_left{width:59.5%; height: auto; float: left}
.index_about_left h4{color:#f7b61e; font-size: 42px; font-family: 'maoken'; line-height: 38px}
.index_about_left h5{color:#333333; font-size:30px; margin-top: 8px;}
.index_about_left a{color:#333333; font-size: 15px; line-height: 30px; margin-top: 30px;display:block;}
.index_about_right{width:362px; height: auto; float: right;}
.index_about_right img{width:100%; height: auto; display: block}
.index_about_video{width:100%; height: auto; overflow: hidden; margin-top: 60px;}
.index_about_video video{width:100%; height: auto; display: block}
.about_video_img{width:100%; height:100%; position:absolute; top:0; left:0; text-align:center}
.about_video_img img{ position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.index_mlxy{width:100%; height:auto; overflow:hidden; margin:50px 0 0}
.index_mlxy_left{width:37%; height:auto; float:left;}
.index_mlxy_left p{color:#005296; font-size:20px; line-height:36px; margin-top:40px;}
.index_mlxy_right{width:47%; height:auto; float:right}
.index_mlxy_right img{width:100%; height:auto;}




/*产品*/
.index_product{width:100%; height: auto;overflow: hidden; background: url(../images/product_bjs.png) no-repeat center bottom; background-size:100% 82%; margin-top:45px; padding-bottom: 80px;}
.index_product .index_news_title h4{color:#f7b61e; font-size: 42px; font-family: 'maoken'; line-height: 50px;}
.index_product .swiper-container{margin-top: 50px; padding-top: 60px; width: 1200px; margin: 0px auto; }
.index_product .swiper-slide { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 40% }
.index_product .swiper-slide a .img{width:190px; height: 190px; background:#fff; border-radius: 50%; display: flex; align-items: center; margin-top:160px}
.index_product .swiper-slide a .img img{width:80%; height: auto; align-items: center; margin: 0px auto;}
.index_product .title{width:100%; height: auto; overflow: hidden; margin-top: 160px; display: none; text-align: center}
.index_product .title h3{color:#ffffff; font-size: 30px; font-weight: bold;}
.index_product .title p{color:#ffffff; font-size: 15px; line-height: 30px; margin-top: 10px;}
 .swiper-slide-active .title{display:block}
.index_product .swiper-slide-active a .img{width:100%; background: none; height: auto; margin-top: 0; transform: scale(1.25); }
.index_product .swiper-slide-active a .img img{width:100%; height: auto; display: block}
.index_product .swiper-button-next,.index_product .swiper-button-prev{width:80px; height: 80px; border-radius:50%}
.index_product .swiper-button-next{background:rgba(247,153,0,0.5) url(../images/pro_right.png) no-repeat center}
.index_product .swiper-button-prev{background:rgba(247,153,0,0.5) url(../images/pro_left.png) no-repeat center}
.index_product_all{width:100%; height: auto; position: relative}




/*礼品*/
.index_lipin{width:100%; height:900px; background: url(../images/lpdh_bjs.jpg) no-repeat center; padding: 80px 12% 80px 0; background-attachment: fixed; background-size: cover;}
.index_lipin_left{width:61%; height: auto; float: left; position: relative; padding-left: 240px}
.index_lipin_left ul{width:100%; height: auto; overflow: hidden; padding-top: 50px;}
.index_lipin_left ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 60px; position: relative; z-index: 9}
.index_lipin_pic{width:110px; height: 110px; border-radius: 50%; padding:15px; float: left;   -webkit-transition: -webkit-transform 0.5s ease-out; -moz-transition: -moz-transform 0.5s ease-out; transition: transform 0.5s ease-out; position: relative}
.index_lipin_pic:after{content: ""; width:100%; height: 100%;  background: rgba(247,182,30,0.3); animation: plus 1.3s linear infinite; position: absolute; top:0; left:0; border-radius: 50%}
.lipin_pic_img{width:80px; height: 80px; border-radius: 50%; background: #f7b61e; display: flex; align-items: center; position: relative; }
.lipin_pic_img img{align-items: center; margin: 0px auto; position: relative; z-index: 1}
.lipin_pic_img:after{content: ""; width:100%; height: 100%; border-radius: 50%; background: rgba(247,182,30,0.5); position: absolute; top:0; left:0; 
	transform: scale(1.1); }
.index_lipin_xx{margin-left: 140px; margin-top: 22px;}
.index_lipin_xx h4{color:#ffffff; font-size: 18px;}
.index_lipin_xx h4 span{color:#fff; font-size: 26px; margin-right: 10px;}
.index_lipin_xx p{color:#fff; font-size: 14px; margin-top: 10px;}
.index_lipin_right{width:auto; float: right}
.lipin_right_title{width:100%; height: auto; overflow: hidden; text-align: right}
.lipin_right_title h4{color:#f7b61e; font-size: 42px; font-family: 'maoken';}
.lipin_right_title h5{color:#fff; font-size:30px; margin-top: 10px;}
.lipin_right_title p{color:#fff; font-size:15px; line-height: 30px; margin-top: 28px}
.lipin_tan{width:62px; height: auto; overflow: hidden;  text-align: center; float: right; margin-top:360px; cursor: pointer; animation:mymove 4s infinite;}
.lipin_tan p{color:#fff; font-size: 14px; margin-top: 10px; border-bottom: 1px solid #fff; padding-bottom: 5px}


@keyframes mymove
	{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}


.index_lipin_left:after{content: ""; width:412px; height:735px; background: url(../images/yuan.png) no-repeat center; position: absolute; top:0; left:0 }
.index_lipin_left ul li:nth-child(2){margin-left: 105px}
.index_lipin_left ul li:nth-child(3){margin-left: 105px}
.index_lipin_left ul li:hover .index_lipin_pic{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
@keyframes plus{
		0%{
			
			transform: scale(1); 
		}
		
		
		70%{
			transform: scale(0.5); 
		}
			
		100%{
			
			transform: scale(1); 
		}
		

	}
	




/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; background: #f2f2f2 url(../images/n_bjs.png) no-repeat right center; padding: 85px 0 60px}
.index_news_title{width:100%; height: auto; overflow: hidden}
.index_news_title h4{color:#f7b61e; font-size: 42px; font-family: 'maoken';}
.index_news_title h3{color:#333333; font-size: 30px; }
.index_news .swiper-container{width:100%; height: auto; overflow: hidden; margin-top:45px; padding-bottom: 60px; position: relative}
.index_news .swiper-slide a{width:100%; height: auto; overflow: hidden; background: #fff; border-radius: 0 40px 0 0; padding:32px 20px 20px; display: block }
.index_news .swiper-slide a h3{width:100%; height: 30px; line-height: 30px; color: #303030; font-size: 20px; text-overflow:ellipsis; overflow:hidden; 
	white-space: nowrap}
.index_news .swiper-slide a p{width:100%; height: 52px; overflow: hidden; color:#4d4d4d; font-size: 14px; line-height: 26px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-top: 10px;}
.index_news .swiper-slide a span{color:#f7b61e; font-size: 14px; height: 30px; line-height: 30px; background: url(../images/t_icon.png) no-repeat left center; 
	padding-left:25px; display: block; margin-top: 20px;}
.index_news .swiper-pagination{right:0; width: auto; left:auto;}
.index_news .swiper-pagination-bullet{width:10px; height: 10px; background: #e3e3e3}
.index_news .swiper-pagination-bullet-active{background: #f7b61e}
.index_news .swiper-slide a:hover h3{color:#f7b61e}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden;background: #f2f2f2 url(../images/c_bjs.png) no-repeat left top;   position: relative; padding-top:26px;}
.footer_zi{width:100%; height: auto; overflow: hidden; text-align: center}
.footer_zi h4{color:#f7b61e; font-size: 42px; font-family: 'maoken';}
.footer_zi h3{color:#333333; font-size: 30px; }
.footer_contact{width:100%; height: auto; overflow: hidden; background: #fff; border-radius: 25px 25px 0 0; padding:43px 43px 120px; margin-top: 38px }
.f_logo{width:190px; height: auto; float: left; margin-top: 20px;}
.f_logo img{width:100%; height: auto; display: block}
.footer_xx{width:800px; height: auto; float: left; margin-top: 35px;}
.footer_xx dl{width:180px; float: left; margin-left: 85px}
.footer_xx dl dt{width:25px; height:51px; float: left; display: flex; align-items: center; margin-right: 20px}
.footer_xx dl dt img{align-items: center; margin: 0px auto;}
.footer_xx dl dd{margin-left: 30px;}
.footer_xx dl dd span{color:#4d4d4d; font-size: 18px; margin-bottom: 8px; display: block}
.footer_xx dl dd p{color:#4d4d4d; font-size: 14px; }
.footer_dl{width:20%; height: auto; float: right}
.footer_dl dl{width:46%; height: auto; float: left}
.footer_dl dl dt{width:100%; height: auto; overflow: hidden; border: 1px solid #eee}
.footer_dl dl dt img{width:100%; height: auto; display: block}
.footer_dl dl dd{width:100%; color:#4d4d4d; font-size: 14px; margin-top: 8px; text-align: center}
.footer_dl dl:last-child{float: right}

.footer_bottom .w1440{margin: 20px auto; position: relative; z-index: 9}
.footer_bottom{width:100%; height: auto; overflow:hidden; font-size: 14px; margin-bottom: 60px}
.copy_bq{width:auto; float: left; color:#fff; line-height:22px;}
.copy_bq a{color:#fff; font-size: 14px;}
.footer_zhichi{width:auto; height:auto; overflow: hidden;  float: right; line-height:22px;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat;  margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; }
.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;}
.footer_zhichi .js{width:84px;}



.footer_bottom .pc{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.footer .fs-svg{position: absolute; left: 0; bottom: 0; z-index: 1;}


.gentle-wave {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
}



@-webkit-keyframes move-forever2 { 0% { -webkit-transform: translate(-270px, 0%);
    transform: translate(-270px, 0%); }
  50% { -webkit-transform: translate(10px, 0px);
    transform: translate(10px, 0px); }
  100% { -webkit-transform: translate(-270px, 0%);
    transform: translate(-270px, 0%); } }

@keyframes move-forever2 { 0% { -webkit-transform: translate(-270px, 0%);
    transform: translate(-270px, 0%); }
  50% { -webkit-transform: translate(10px, 0px);
    transform: translate(10px, 0px); }
  100% { -webkit-transform: translate(-270px, 0%);
    transform: translate(-270px, 0%); } }





.index_post{width:80px; position: fixed; top:30%; right:5px; z-index: 888}
.post_dh{width:80px; height: 80px; overflow: hidden; background: #f7b61e;  border-radius: 50% ; transition: all 0.4s ease-in-out; margin-bottom: 20px;}
.post_dh:hover{ border-radius:20px; width: 300px; margin-left: -200px; transition: all 0.4s ease-in-out; }
.post_dh p{ color:#fff;  line-height:80px;  float: left; font-size: 22px;  padding: 0 20px;}
.post_dh_img{width:80px; height: 80px; float: left; display: flex; align-items: center;}
.post_dh_img img,.index_post a img{max-width: 100%;align-items: center; margin: 0px auto; }
.index_post a{width:60px; height: 60px; display: block; border-radius: 50% }
.mtop{width:80px; height:80px;background: #f7b61e url(../images/top_i.png) no-repeat center; border-radius: 50%}
.lxfx_dh{width:80px; height:80px;background: #f7b61e url(../images/lp_i.png) no-repeat center; border-radius: 50%; margin: 10px 0}
.lxfx_wx{width:80px; height:80px;background: #f7b61e url(../images/wx_i.png) no-repeat center; border-radius: 50%; position: relative}
.lxfx_wx img{width:100px; height: auto; position: absolute; top:0; left:-120px; display: none; border: 1px solid #eee}
.lxfx_wx:hover img{display: block}


.lp_tan{width:100%; height: 100%; position:fixed; top:0; left:0; background: rgba(0,0,0,0.8); z-index: 999; display: none}
.lp_tan_xx{width:1440px; height: auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); background: #fff; border-radius: 8px; 
	padding:30px 6.5%}
.tan_close{width:50px; height: 50px; position: absolute; top:64px; right:64px;}
.lp_tan_t{width:auto; display: table; margin: 0px auto 32px; line-height:75px}
.lp_tan_t span{color:#f7b61e; font-size: 36px; float: left}
.lp_tan_t img{float: left}
.lp_tan_t i{width:15px;  height: 15px; float: left; background: #f7b61e;border-radius: 50%; margin:30px 20px 0;}
.lp_tan_xx p{width:32%; height: 50px; float: left; margin-right: 2%; position: relative; border-bottom: 1px solid #dedede; margin-bottom: 25px}
.lp_tan_xx p input[type="text"]{width:100%; height: 100%; border: 0; background: none; font-size:16px; color: #4d4d4d;}
.p_text{margin-right: 0!important}
.tan_submit{width:380px; height: 50px; display: block; border: 0; background: #f7b61e; text-align: center; line-height: 50px; font-size: 16px; color:#fff; 
	margin: 40px auto;}
.lp_tan_xx h4{color:#666; font-size:16px; line-height:28px;}
.tan_submit:hover{background:#000; cursor:pointer}



/*内页banner*/
.ny_banner{width:100%; height: 432px; overflow: hidden; padding-top: 170px; background:#f7b61e!important}
.ny_banner .in_header{box-shadow: rgb(0 0 0 / 31%) 0px 0px 13px; background:rgba(0,0,0,0.75);}
.ny_banner #menu .nav .nLi p a{color:#000}
.ny_banner .h_dianhua{background: url(../images/souso_h.png) center center no-repeat;}
.ny_banner .logo_b{display:block;}
.ny_banner .logo_a{display:none;}
.ny_banner .header_cebian{border-right: 1px solid rgb(233, 234, 234);}
.ny_banner .nav_dinaji{background: url(../images/menu_h.png) center center no-repeat;}
.ny_banner .h_wx{background: url(../images/hh_ewm.png) center center no-repeat;}
.ny_banner .h_dz{background: url(../images/hh_dizhi.png) center center no-repeat;}
.ny_banner .h_dh{background: url(../images/hh_dianhua.png) center center no-repeat;}
.ny_baninfo{width:100%; height: auto; overflow: hidden; text-align: center}
.ny_ban_top{   display:inline-block; text-align: center }
.ny_ban_top h3{font-size: 48px; color: #ffffff; font-weight: bold;     display: inline-block; vertical-align: middle; }
.ny_ban_top img{    vertical-align: middle;     display: inline-block; margin: 0 20px}
.ny_baninfo h4{font-size: 20px; color: #fff; border-top:1px solid rgba(255,255,255,0.4); border-bottom:1px solid rgba(255,255,255,0.4); display: table; margin: 18px auto; height: 50px; line-height: 50px; padding: 0px 75px}
.m-crm{display: table; margin: 0px auto;  text-align: center; font-size: 14px; color: #fff; line-height: 30px; margin-top: 8px;}
.m-crm a{font-size: 14px; color: #fff}
.m-crm a:hover{font-weight:bold;}
.about_banner{background: url(../images/about_ban.jpg) no-repeat center}
.contact_banner{background: url(../images/contact_ban.jpg) no-repeat center}
.product_banner{background: url(../images/product_ban.jpg) no-repeat center}
.case_banner{background: url(../images/case_ban.jpg) no-repeat center}
.service_banner{background: url(../images/service_ban.jpg) no-repeat center}
.news_banner{background: url(../images/news_ban.jpg) no-repeat center}
.lpdh_banner{background: url(../images/lpdh_banner.jpg) no-repeat center}
.nav-wrap ul{display: table!important; margin: 0 auto;}
.nav-wrap li{ float: left; line-height: 90px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 40px;}
.nav-wrap li::before{ content: "|"; position: absolute;  display: block; right: 0; color: #808080;}
.nav-wrap li:last-child::before{ display: none;}
.nav-wrap li a.active{ position: relative;}
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom: -10px; background: #f7b61e; left: 50%;  margin-left:-40px; }


/* 内页通用产品推荐 */
.inside_pro{margin-top: 20px; margin-bottom:40px;}
.inside_pro h3{  height: 54px; line-height: 54px;  position: relative; margin-bottom: 20px; font-weight: bold; color: #333;  font-size: 24px;}
.inside_pro h3::after{ content: ""; position: absolute;  height: 8px;  width: 86px; bottom: 0; left: 0; background: url(../images/fengen_10.png) no-repeat center; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.picScroll-ipro{  width: 1300px; position:relative;overflow: hidden;}
.picScroll-ipro .bd ul{height: auto;  }
.picScroll-ipro .bd ul li{ width: 414px; float: left; margin-right: 30px; position: relative;}
.picScroll-ipro .bd ul li .pic{ height:auto; width: 414px; overflow: hidden;}
.picScroll-ipro .bd ul li .pic img{ width: 100%;transition: all .4s;}
.picScroll-ipro .bd ul li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.picScroll-ipro .bd ul li .title{  height: 66px;  width: 372px; background: #fff; position: absolute;  left: 20px; z-index: 9; bottom: -30px; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05)}
.picScroll-ipro .bd ul li .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 30px;  transition: all .4s; font-size: 15px;}
.picScroll-ipro .bd ul li:hover .title a{ height: 66px; line-height: 66px; display: block; position: relative; padding-left: 50px; }
.picScroll-ipro .bd ul li .title a::before{ content: ""; position: absolute; height: 1px;  width: 10px; background: #f7b61e; bottom: 30px; left: 16px; transition: all .4s;}
.picScroll-ipro .bd ul li:hover .title a::before{ content: ""; position: absolute; height: 1px;  width: 30px; background: #f7b61e; bottom: 30px; left: 16px;}
.picScroll-ipro .bd ul li .title span{ float: right; font-size: 14px; color: #999; padding-right: 15px;}
.picScroll-ipro .hd .next,.picScroll-ipro .hd .prev{ position: absolute; top: 110px; z-index: 9999; height: 54px; width: 30px; }
.picScroll-ipro .hd .next{ background: rgba(0,0,0,0.7) url(../images/inside_right.png) no-repeat center; float: right; cursor: pointer; right: 0px;}
.picScroll-ipro .hd .prev{ background: rgba(0,0,0,0.7) url(../images/inside_left.png) no-repeat center; float: left; cursor: pointer; left: 0px;}
.inex_news_main{ overflow: hidden;}
.inex_news_main li{ width:49%;  background: #f8f8f8; padding: 20px; float: left; margin-bottom: 20px; overflow: hidden;}
.inex_news_main li:nth-child(2n){ float:right;}
.inex_news_main li .pic{ float: left; height: 133px; width: 187px; overflow: hidden; margin-right: 20px;}
.inex_news_main li .pic img{ width: 100%; transition: all .4s;}
.inex_news_main li:hover .pic img{transform: scale(1.08); transition: all .4s;}
.inex_news_main li p a{ font-size: 16px; line-height: 32px;     overflow: hidden; display: block;  white-space: nowrap; text-overflow: ellipsis;}
.inex_news_main li p a:hover{ color: #f7b61e}
.inex_news_main li span{ font-size: 14px; color: #999; display: block; line-height: 32px;}
.inex_news_main li i{font-style: normal; font-size: 14px; line-height: 30px; text-align: justify; color: #666; display: block;}


/*产品展示*/
.ny_product_one{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.pro_pic_1{width:49%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_2{width:23.7%; height: auto; float: left; margin-right: 1%; overflow: hidden}
.pro_pic_3{width:23.7%; float: left; overflow: hidden}
.ny_product_two{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom:40px;}
.ny_product_two h3{font-size: 40px; color: #222222; font-weight: bold; text-align: center; margin-bottom: 67px;}
.ny_product_two ul{width:100%; height: auto; overflow: hidden; }
.ny_product_two ul li{width:32%; height: auto; float: left; margin-right:2%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(3n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden; border: 1px solid #e5e5e5}
.ny_pro_pic img{width:100%; height: auto; display: block; margin:0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_two ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_fa_more{width:146px; height: 34px; text-align: center; line-height:34px; font-size: 16px; color: #222222; margin:28px auto; display: block; border: 1px solid #333; position: relative}
.ny_fa_more p{z-index:999; position: relative}
.ny_fa_more:after{content: ""; width: 0; height: 100%; position: absolute; top:0; left:0; z-index: 9; background: #333; transition: all 0.4s ease-in-out;}
.ny_fa_more:hover p{color:#fff; }
.ny_fa_more:hover:after{width:100%; transition: all 0.4s ease-in-out;}
.ny_product_two ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_tj{width:100%; height: auto; overflow: hidden; margin-top: 88px; margin-bottom: 50px;}
.ny_product_tj .container{border-top:1px solid #333; padding-top: 55px;}
.product_five_pic{margin-left: 280px;}
.product_five_pic .ny_tj_pro{border: 1px solid #e5e5e5; overflow: hidden}
.ny_tj_pro 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;
}
.product_five_pic h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #222222; text-align: center; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.product_five_pic a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_proshow_bottom .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .hd ul li::before{ height: 6px; width: 6px; background: #f7b61e; position: absolute; left: 20px; top:24px; display: block; content: "";}
.ny_pro_ddh{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.ny_pro_ddh p{color:#333; font-size:16px;}
.ny_pro_ddh span{color:#f7b61e; font-size:28px; font-weight:bold; margin-top:10px;}
.ny_proshow_xx em{font-size:16px; margin:10px auto; font-style: normal;}
.pro_text{width:100%; height:auto; margin:20px 0 10px; line-height:30px;}
.pro_text p{font-size:14px; color:#666;}



/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.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:65%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #333}
.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:18%; height:auto; float: right; overflow:hidden}
.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;}
.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:#333}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_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;}
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; }
.ny_service_all p{     color: #333;    font-size: 16px;    line-height: 32px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_service_all img,.ny_news_show img{max-width:100%}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
			border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
			clear: both}
.ny_news_show p{font-size:16px;}



/*联系我们*/
.ny_contact_nav{width:100%; height: auto; overflow: hidden}
.contact_list{display: table; margin:60px auto 0;}
.ny_contact_nav a{width:314px; height:50px; line-height: 40px; border-bottom: 1px solid #e5e5e5; font-size:20px; color: #999999; font-weight: bold; float: left; margin-right:60px; text-align:center}
.ny_contact_nav a:last-child{margin-right: 0}
.ny_contact_nav a:hover{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_nav a.active{border-bottom: 1px solid #fe0616; color:#222222}
.ny_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px; margin-bottom:56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:30%; float: left}
.contact_xx_left h3{font-size: 40px; color: #222222; font-weight: bold; margin-bottom: 20px;}
.contact_xx_info{width:100%; height: auto; overflow: hidden; line-height: 28px; margin-top: 30px;}
.contact_xx_info p{font-size: 16px; color: #333333; line-height: 28px;}
.contact_xx_right{width:60%; height:345px; float: right}
.ny_contact_ly{width:100%; height:511px; background: url(../images/contact_bjs.jpg) no-repeat center; padding: 60px 0; margin-top: 74px;}
.ny_contact_ly h3{font-size: 30px; color: #fff; font-weight: bold; text-align: center; margin-bottom: 78px;}
.contact_ly_info{width:80%; height: auto; overflow: hidden; margin: 20px auto 0}
.contact_ly_info dl{width:100%; height: 52px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 14px; color: #fff; background: none; border: 0}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #4a4a4a}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #4a4a4a; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px;}
.con_submit{width:340px; height: 52px; background: #fff; text-align: center; line-height: 52px; border: 0; display: block; margin:20px auto; font-size:16px}
.con_submit:hover{background:#f7b61e; cursor:pointer; color:#fff}
.ny_contact_zhaopin{width:100%; height: auto; overflow: hidden;  margin-bottom: 98px;}
.ny_contact_zhaopin .container{border-top:1px solid #333333; padding-top: 35px;}
.contact_zhaopin_right{margin-left:280px; }
.contact_zhaopin_right ul{width:100%; height: auto; overflow: hidden; margin-top: 8px;}
.contact_zhaopin_right ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 56px; margin-bottom: 35px;}
.contact_zhaopin_right ul li h4{width:100%; height: 30px; line-height: 30px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 10px;}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}



.ny_feedbook_all{width:100%; height:auto; overflow:hidden; margin:40px 0}
.ny_feedbook_all p{width:32%; height: 50px; float: left; margin-right: 2%; position: relative; border-bottom: 1px solid #dedede; margin-bottom: 25px}
.ny_feedbook_all p input[type="text"]{width:100%; height: 100%; border: 0; background: none; font-size:16px; color: #4d4d4d;}
.p_text{margin-right: 0!important}
.ny_feedbook_all h4{color:#666; font-size:16px; line-height:28px;}





@media screen and (max-width:1500px){
	.index_product{}
	
}


@media screen and (max-width:1500px){
	.w1440,.lp_tan_xx{width:1200px;}
	.footer_xx{width:680px;}
	.nav .header-menu{width:1250px}
	.nav .header-menu .item-nav{margin:0 30px;}
	.index_product .swiper-button-next{right:-70px}
	.index_product .swiper-button-prev{left:-70px;}
	.footer_xx dl{margin-left:40px;}

}


@media screen and (max-width:1366px){
	.nav .header-menu{width:1125px}
	.nav .header-menu .item-nav{margin:0 20px;}
	
}




@media screen and (max-height:900px){
	.index_post{top:20%}
}


