﻿*{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:1440px; }
.w1440{ margin: 0px auto; width:1440px; }
.w1200{margin: 0px auto; width: 1200px;}
.l{float: left}
.r{float: right}
audio, canvas, progress, video{display: inline-block; vertical-align: baseline;}
*:focus{outline: none; }

body {
    background: #0b0704;
	cursor: none !important;
}


.in_header{width:100%;  height:9vh; position:fixed; top:1vh; left:0;   z-index:9;  display: flex; align-items: center; -webkit-justify-content:space-between; justify-content:space-between;  padding: 0 5%;}
.h_logo{width:auto; height: 9vh; display: flex; align-items: center;}
.h_logo img{max-height: 100%;}
.h_menu{float: right; height: 9vh; display: flex; align-items: center;}
.header_menu{
  width:100%; 
  height: 100vh; 
  background: rgba(0,0,0,0.8); 
  position: fixed; 
  top: 0; 
  left:0; 
  z-index:8; 
  opacity: 0; 
  visibility: hidden; 
  transition: all 0.8s ease-in-out; 
}
.header_close{width:35px; height:35px; position: absolute; top: 10px; right:10px; z-index:8}
.header_close img{width:100%}
.header_all{
  width:20%; 
  height: 100vh; 
  background: #fff; 
  position: absolute; 
  top: 0; 
  right:0;  
  transform: translateX(100%); 
  display: flex; 
  align-items: center; 
  transition: all 0.8s ease-in-out;
}
.header_all a{color:#333; font-size:20px;  display: block; margin-bottom:4vh; font-weight: bold; }
.header_all a span{font-size: 16px; margin-left:10px; font-weight:400;}
.header_all_info{width:100%; height: auto;  padding: 0 5% 0 15%;} 
.header_menu.active{ opacity: 1;  visibility: visible; }
.header_menu.active .header_all{ transform: translateX(0); }
#dowebok { display: none;}
.index_video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #000;
}
.index_video video { object-fit: cover; width:100%; height: 100%; }
.f_top{position:absolute}




/*第1块*/
.section1{display: block; width: 100%; height: 100vh; overflow: hidden; position: relative;}
.section1 .ban_img{width:100%; display: block; height: 100vh; object-fit: cover; object-position: center center;}
.section1_info{width:100%; height: auto; position: absolute; bottom:16%; left:0; text-align: center;}
.section1_info img.ban_logo{width:286px; margin-bottom:3vh;}
.section1_info h4{color:#fff; font-size: 18px; font-weight: 1000; letter-spacing:15px; font-weight: 100; line-height:40px;}
#fp-nav{z-index: 1;}



/*2*/
.section2{width:100%; height: 100%;}
.section2_ban{ background: url(../images/about_bjs.jpg) no-repeat; background-size: cover; width: 100%;  height: 100vh;  transition:transform 5s ease 0s, opacity 2s ease 0s; 
	position: absolute; top:0; left:0; z-index: 0}
.active .section2_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}



/*3*/
.section3{width:100%; height: 100vh; overflow: hidden;}
.section3_ban{ background: url(../images/products_bjs.jpg) no-repeat; background-size: cover; width: 100%;  height: 100vh;  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_shitou{width:35.8%; position: absolute; bottom:3%; left:22%; animation-delay: .4s; -webkit-animation-delay: .4s;}
.index_shitou img{width:100%}



/*4*/
.section4{width:100%; height: 100vh; overflow: hidden;}
.section4_ban{ background: url(../images/case_bjs.jpg) no-repeat; background-size: cover; width: 100%;  height: 100vh;  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);}



/*5*/
.section5{width:100%; height: 100vh; overflow: hidden;}
.section5_ban{ background: url(../images/news_bjs.jpg) no-repeat; background-size: cover; width: 100%;  height: 100vh;  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);}
.section5_info h5 a{color:#fff; font-size: 18px; font-weight: 100; margin-top:1vh; animation-delay: .4s; -webkit-animation-delay: .4s;}
.section5_down{width:100%; text-align: center; margin-top:7vh; animation-delay: .4s; -webkit-animation-delay: .4s; }
.section5_down p{font-size: 12px; color: #fff; font-weight: 100;}
.section5_info{width:100%; height: auto;  overflow: hidden; text-align: center; position: absolute; bottom:10%; left:0; padding-bottom: 30px;}
.iban-j{width:26px; height:42px; border:1px solid rgba(255,255,255,0.5); border-radius:20px; margin:0px auto 10px; position:relative}
.iban-j:after {
    content: '';
    width: 2px;
    height: .3vw;
    background: #999;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -1px;
    animation: divfirst 2s linear 0s infinite;
    -webkit-animation: divfirst 2s linear 0s infinite;
}

@keyframes divfirst{0%   {top: 15%;} 50%  {top: 60%;} 100% {top: 15%;}}
@-o-keyframes divfirst{0%   {top: 15%;} 50%  {top: 60%;} 100% {top: 15%;}}




/*第6块*/
.section6{width: 100%; height:100vh; overflow: hidden; position: relative; }
.section6_ban{ background: url(../images/contact_bjs.jpg) no-repeat; background-size: cover; width: 100%;  height: 100vh;  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);}
.section6_info{width:100%; height: auto;  overflow: hidden; text-align: center; position: absolute; bottom:20%; left:0; padding-bottom: 30px;}
.section_title{color:#ffffff; font-size: 48px; font-weight: bold; letter-spacing:20px; text-transform: uppercase; animation-delay: .4s; -webkit-animation-delay: .4s;}
.section_title span{color:#409f36; font-size: 48px;}
.section_title a{color:#ffffff; font-size: 48px; }
.section6_info h5 a,.section6_info h5{color:#ffffff; font-size: 18px; font-weight: 100; margin: 10px 0 20px; animation-delay: .4s; -webkit-animation-delay: .4s;}
.section6_info a{width:107px; height: 33px; background: #409f36; border-radius: 25px; text-align: center; line-height: 33px; font-size: 12px; color: #fff; display: block;
	 margin: 0px auto; box-shadow: 0 0 4px rgba(255,255,255,0.2), 0 0 10px rgba(255,255,255,0.2); animation-delay: .4s; -webkit-animation-delay: .4s;}
.section6_info a:hover{box-shadow: 0 0 10px #409f36, 0 0 18px #409f36;}
    .cursor {
        width: 50px;
        height: 50px;
        position: fixed;
        left: 0;
        top: 0;
        pointer-events: none;
        margin: -25px 0 0 -25px;
        z-index: 72;
        visibility: hidden;
        /* visibility: visible; */
    }
	
	    .cursor:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        background: #abfb24;
        border-radius: 50%;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        transition: all .4s cubic-bezier(.3, 1.83, .49, .88);
    }
	
	.cursor.on:before{
		background: #5404db;
	}
	
	.cursor, .cursor::after {
	    user-select: none;
	    pointer-events: none;
	    mix-blend-mode: difference;
	}


/*版权*/
.section6_bottom{width:100%; height:auto; position: absolute; bottom:3%; left:0; padding: 0 4%;}
.copy_l{width:auto; height: auto; overflow: hidden; font-size:16px; color: #fff; line-height:40px;  text-transform: uppercase; float: left}
.copy_l a{color:#fff; font-size:16px;}
.copy_l a:hover{color:#009646!important}
.footer_zhichi{width:auto; height:auto; overflow: hidden; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px; }
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .js{width:82px;height:40px; background: url(../images/wl.png) no-repeat center; }
.footer_zhichi .pt{width:121px;height:40px; background: url(../images/vl.png) no-repeat center; }
.footer_zhichi span{float: left; font-size:16px; color: #fff; line-height:40px;}
.footer_zhichi i{ float: left;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat center}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat center}
.footer_lianjie a{color:#fff; font-size: 16px; position: relative; margin-right: 10px;}
.footer_lianjie{float: left; line-height: 40px; margin-left: 2%}


/*内页ban*/
.ny_header{width:100%; height: 70px; position:absolute; top:20px; left:0; z-index:9999;  padding: 0px 4%; }
.ny_banner{width:100%; height:550px; background: url(../images/ny_ban.jpg) no-repeat center; position: relative; text-align: center; padding-top: 174px; overflow:hidden}
.ny_banner .in_header{position:absolute}
.ny_banner h4{font-size: 58px; color: #fff; font-weight: bold;  text-align: center; position: absolute; top:0px!important; left:50%!important;  width: 280px; margin-left: -140px;}
.ban_mao{position: absolute; bottom:-96px!important; left:50%!important; margin-left:-196.5px; width:393px; top:auto!important}
.ban_zi{position: absolute; bottom:90px!important; left:50%!important; margin-left:-424.5px; width:849px; top:auto!important}
.keyword_light{line-height:32px;}
.ny_news_show h1{width: 100%; font-size: 26px; color: #555; padding: 10px 0px; text-align: center;clear: both; font-weight: bold}
.ny_all{width:1300px; height: auto; position: relative; background: #eaeaea; border-radius: 30px; padding: 40px 0 ; margin: -120px auto 65px}
.ny_all .w1200{overflow: hidden}
.ny_all p{font-size: 16px;line-height: 30px}
.ny_top{width:63px; height: 62px; background: url(../images/top.png) no-repeat center; text-align: center; line-height: 62px; font-size: 16px; color: #fff; position: absolute;bottom:-30px; left:50%; margin-left: -46.5px; cursor: pointer}
.ny_fubiaoti{width:100%; height: auto; text-align: center; font-size: 16px; color:#555555}
.ny_fubiaoti a{font-size: 16px; color:#555555}
.ny_fubiaoti a:hover{color:#409f36}
.ny_fenlei{width:100%; height: auto; overflow: hidden;  margin:28px auto 0;  position: relative;}
.ny_nav{width:auto; display: table; overflow: hidden; margin: 0 auto}
.ny_fenlei:after{content: ""; width: 1200px; height: 1px; background: #409f36; position: absolute; top:33px; left:0; opacity: 0.2}
.ny_nav li{width:170px; height: 65px; background: #f4f4f4; border-radius: 32px; text-align: center; line-height: 65px; font-size: 18px; color: #000; float: left;
	margin: 0px 15px 24px; position: relative; z-index: 1}
.ny_nav li a{width:100%; height: 100%; display: block; font-size: 18px; color: #000;border-radius: 32px;}
.ny_nav li:hover,.ny_nav li a.active{background: #409f36}
.ny_nav li:hover a,.ny_nav li a.active {color:#fff}




/*产品详情页*/
.product_show_info{width:100%; height: auto; overflow: hidden; margin-top: 50px; }
.product_show_info h3{font-size: 40px; color: #409f36; font-weight: bold; background: url(../images/title_xs.png) no-repeat center; height: 50px; line-height: 50px; 
	text-align: center}
.pro_show_ts{width:100%; height:68px; background: url(../images/pro_links.png) no-repeat center; line-height: 68px; text-align: center; font-size:20px; color: #000; display: block; margin-top: 30px;}
.pro_info_xx{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #000; line-height: 30px; margin-top: 40px;}
.pro_info_xx img{max-width: 100%;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.proshow_pic{width:500px; height: auto; float: left; border-radius:10px;}
.proshow_info{width:670px; height:auto; float: right; padding:30px 18px;  background: url(../images/miao_icon.png) no-repeat bottom right}
.proshow_info h3{font-size: 30px; color: #000000; font-weight:bold; line-height: 30px;}
.proshow_info h4{font-size: 16px; color: #777777;  line-height:28px; margin-top:20px; margin-bottom: 40px;}


/*产品列表*/
.ny_product_li{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_product_li ul{width:100%; overflow:hidden}
.ny_product_li ul li{width:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 40px;}
.ny_product_li ul li .ny_pro_img{width:100%; height: auto; overflow: hidden; border-radius: 25px;}
.ny_pro_img 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_product_li ul li h4{width:100%; height: 40px; line-height: 40px; font-size:16px; color: #333333; text-align: center; text-overflow: ellipsis; 
	overflow: hidden; white-space: nowrap}
.ny_product_li ul li:nth-child(4n){margin-right: 0}
.ny_product_li 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_right_fixed{width:120px; height: auto; position: fixed; right:-120px; top:40%; z-index:999}
.ny_right_fixed a{width:100%; height: 49px; background: #fff; text-align: center; line-height: 49px; border-radius:25px 0px 0px 25px; font-size: 16px; color: #000000; 
    display: block; margin-bottom:10px;}
.ny_right_fixed a:hover,.ny_right_fixed a.active{background: #409f36; color: #fff}

/*荣誉资质*/
.honor_list{ overflow: hidden;  width:100%; margin:50px 0;}
.honor_list li{ width:23.0%; float: left; border: 1px solid #e5e5e5; margin-right:2.5%; margin-bottom:2.5%;display: block;}
.honor_list li:nth-child(4n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; }
.honor_list li .img img{ width: 100%; transition: all 0.3s; display:block;}
.honor_list li:hover .img img{transition: all 0.3s; transform: scale(1.05);}
.honor_list li .gallery-title{ line-height: 50px; background: #e5e5e5;text-align: center; font-size: 16px; transition: all 0.3s; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #17823b;}
.honor_list li:hover .gallery-title{ background: #17823b; color: #fff;}



/*新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 40px 0 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:50px;}
.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: #000; 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:#409f36}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0 40px; }





/*联系*/
.lianxi{ overflow: hidden; padding-bottom: 60px;}
#map{ height: 550px; width: 100%;}
.lianxi_fs{ overflow: hidden; margin-top: 30px; }
.lianxi_fs p{ width: 100%;  line-height: 72px; border:1px solid #c8dbc6; position: relative; text-indent:36px; color: #333; margin-bottom: 20px; font-size: 16px;}
.lianxi_fs p::before{ content: ""; height: 12px; width: 2px; display: block; position: absolute; background: #409f36; left: 0; top: 30px;}
.lianxi_fs p:nth-child(3n){ margin-right: 0;}
.lianxi_ewm{ display: table; margin: 30px auto;}
.lianxi_ewm li{overflow: hidden; float: left; margin: 0 20px;  text-align: center;}
.lianxi_ewm li p{ line-height: 1.8; font-size: 16px; color: #333;}
.liuyan{overflow: hidden;  height: 500px; background:url(../images/about_two.png) no-repeat center }
.liuyan input[type="text"]{line-height: 60px; text-indent: 5%; font-size: 16px; color: #333; font-weight: bold; background: none; border: 1px solid #409f36; width: 32%; margin-right:1.4%;}
.liuyan input[type="text"]::-webkit-input-placeholder,.liuyan textarea::-webkit-input-placeholder{color:#333;}
.liuyan input[type="text"]:nth-child(3){ margin-right: 0; float: right;}
.liuyan textarea{line-height: 2; width: 100%; text-indent:20px; font-size: 16px; color: #333; font-weight: bold; resize: none; background: none; border: 1px solid #409f36; margin-top: 20px; height: 72px;}
.liuyan input[type="submit"]{ width: 200px; border: none; font-size: 16px; color: #fff; height: 60px; margin: 0 auto; margin-top: 30px; display: block; cursor: pointer; background:#a0a0a0}
.jrwm{overflow: hidden; padding-bottom: 120px;}
.jrwm .jiaru_nr{ font-size: 16px;}
.jrwm .jiaru_nr p{ line-height: 2;  color: #454545; text-align: justify;}
.jrwm .jiaru_nr img{ width: 100%;}
.anli_jz p{ font-size: 16px;  color: #454545; line-height: 30px;}
.anli_jz p strong{ font-size: 18px;}
.ny_title_1{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #000;}
.ny_title_1 p{text-transform: uppercase; font-size: 26px; color: #000; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #409f36; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size: 24px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #000;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #000; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #409f36; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #000; padding: 15px 0; display: block;}




/*底部*/
.footer{width:100%; height: auto; overflow: hidden; display: block;  background: #0b0704; padding:33px 0;}
.section5_bom_top{width:100%; height: auto; overflow: hidden}
.section5_bom_top .section5_logo{width:auto; float: left}
.section5_logo a{display:flex; align-items:center}
.section5_logo img{float: left;}
.section5_logo p{font-size: 18px; color: #ffffff; opacity: 0.6; display: inline-block; margin-left: 10px;}
.section5_links{width:640px; height: auto; float: right}
.section5_links a{width:194px; height: 66px; line-height: 60px;  float: left; border-radius: 5px; margin-right: 26px; display: flex;  align-items: center;justify-content: center;}
.link_1{border: 1px solid #fff; }
.link_2{background: #409f36}
.link_3{background: #fdfffd}
.section5_links a:nth-child(3){margin-right: 0}
.section5_links a img{}
.section5_links a p{ display: inline-block; vertical-align: middle; position: relative; padding-left:20px; margin-left:22px; color:#fff}
.section5_links a p:after{content: ""; width: 1px; height: 20px; position: absolute; left:0; top:50%; margin-top: -10px;}
.link_1 p:after{background: rgba(220,220,220,0.5)}
.link_2 p:after{background: #fff}
.link_3 p:after{background:rgba(220,220,220,0.8)}
.link_3 p{color:#409f36!important}
.section5_links a:hover p{font-weight: bold;}
.index_banquan{width:100%; height:auto; overflow:hidden; margin-top:30px;  border-top:1px solid rgba(255,255,255,0.5); padding-top:30px}
.ysxy{font-size:14px; color:#666; margin-top:10px}
.ysxy a{color:#ff0101}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 6;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}

.fix_ewms {
    border: 5px solid rgb(255, 255, 255);
    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 i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#409f36;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}






@media screen and (max-width:1560px){
	.w1440,.container{width:1200px;}
	.banner .bannerText{width:1200px; }

}


@media screen and (max-width:1450px){
	.ny_banner h4{font-size:40px}
	.ban_mao{width:350px; margin-left:-175px; bottom: -55px !important;}
	.ban_zi{width:800px; margin-left:-400px; bottom: 118px !important;}
	.ny_banner{padding-top:160px}
	.ny_all{margin: -166px auto 65px;}
}


@media screen and (max-width:1370px){
	.ny_all{width:1200px}
	.w1200{width:94%}
	
}







