﻿*{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;}
.in_container{ margin: 0px auto;width:100%; padding:0px 5%; overflow: hidden }
.container{margin: 0px auto;width:1440px; }
.w1200{margin: 0px auto;width:1200px;}
.w1360{ margin: 0px auto; width:1360px; }




/*导航*/
.setHeight{width:100%; height:90px; position:fixed; top:0; left:0; padding: 0px 2%; z-index: 999; }
.nyHeight{width:100%; height:90px; position:absolute; top:0; left:0; padding: 0px 2%; z-index: 999; }

.h_logo{width:10%; height:90px; float: left; }
.h_logo a{width:100%; height:90px;display: flex; align-items: center;}
.h_logo img{max-width:100%; height: auto; align-items: center; margin: 0px auto;}
#menu{width:33%; float:left; margin-left:3%; height: 100%;  padding-top:30px;}
#menu ul{width:100%; height:auto; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; }
#menu ul li{float: left; position: relative; text-align:center}
#menu ul li a{font-size: 16px; color: #bbb; padding:0 5px; }
#menu ul li:after{content: "";  position: absolute; bottom: -6px;  left: 0px; width: 0%; background: #bf9a54; height: 1px; transition: all 1s;}
#menu ul li:hover:after{width:100%;    transition: all 1s;}
#menu ul li.active:after{width:100%;    transition: all 1s;}
.h_dhs{float: right; font-size: 14px; color: #f5cb9d; line-height: 90px; margin-right:55px;}
.h_dhs b{font-weight: bold;}
.h_dhs span{margin: 0px 10px;}
.h_dhs p{float:left;}
.h_menu{top:12px; right:50px; height:20px; width:42px; transform:translate3d(0,22px,0); position:absolute}
.h_q1{top:-1px; right:9px; z-index:2; animation:circle_p1 2s ease-out infinite; position:absolute}
.h_q2{top:0; right:0; z-index:1; animation:circle_p2 4s ease-out infinite; position:absolute}
@-webkit-keyframes circle_p1{0%{-webkit-transform:rotate(0)}
100%{-webkit-transform:rotate(360deg)}
}
@keyframes circle_p1{0%{-webkit-transform:rotate(0)}
100%{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes circle_p2{0%{-webkit-transform:rotate(0)}
100%{-webkit-transform:rotate(360deg)}
}
@keyframes circle_p2{0%{-webkit-transform:rotate(0)}
100%{-webkit-transform:rotate(360deg)}
}

#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span{background:#d6b28a}
#fp-nav ul li a span,.fp-slidesNav ul li a span{background:rgba(204,148,86,.2);border:0;width:10px;height:10px}
#fp-nav ul li a.active span:before{content:"";position:absolute;top:4px;left:-60px;width:48px;height:1px;background:#bf9a54;transition:all 1s}
#fp-nav ul li a span:before{content:"";position:absolute;top:4px;left:-60px;width:0;height:1px;background:#bf9a54;transition:all 1s}
.page_menu{width:100%;height:100%;position:fixed;top:0;left:0;z-index:998;background:rgba(0,0,0,.8);transition:1s;overflow:hidden;transform:translate3d(100%,0,0)}
.page_menu_txt{top:11%;left:18.5%;font-size:550px;color:#fff;opacity:.05;letter-spacing:120px}
.page_menu_title{top:50%; z-index:998; left:50%; position:absolute; transform: translate(-50%,-50%);}
.li_m{float:left;font-size:24px;color:#fff;text-align:left;transition:all 1s;cursor:pointer}
.li_m a{display:block; color: #fff;font-weight: 100;}
.li_m span{transition:all 1s;}
.li_m:hover{color:#a88646;transition:all 1s;letter-spacing:10px}
.li_m:hover span{color:#a88646;transition:all 1s}
.li_m_en{font-size:60px;color:#fff; font-weight: bold;}
.li_m_line{width:5vw;height:20px;border-bottom:solid 1px #fff;float:left;margin:40px 1vw 0 1vw}
.page_menu_li{height: auto; overflow: hidden; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; 
	justify-content: space-between; width: 1200px;}
.page_menu_lis{width:auto; height: auto; display: table; margin:2vh auto 0;}
.page_menu.page_menu_current{transform:translate3d(0,0,0);transition:2s;transition-delay:.5s}
.page_menu_bg{position:absolute;top:0;left:0;z-index:10}
.body_sx{transition:all 1s;transform:translate(0,10%) scale(.9)}
.footer_zhichi{width:auto; height:50px; line-height: 50px; overflow: hidden; position: absolute; top:70%; left:50%; transform: translate(-50%,0);}
.footer_zhichi p{ width: auto;  font-size: 14px; color:#fff; height:50px; float: left}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:14px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:14px;}
.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; }



/*鼠标*/
#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)}



/*第1块*/
.section_1{display: block; width: 100%; height: 100%; overflow: hidden; position: relative; background-image: linear-gradient(to right, #222222 , #384920); 
	background-image: -webkit-gradient(to right, #222222 , #384920); background-image: -webkit-radial-gradient(to right, #222222 , #384920);}

.ban_img{width:87%; height:auto; position:absolute; bottom:0; right:0}
.ban_img img{width:100%; border-radius:100px 100px 0 0; display:block}

.in_index_hua{width:30%; height:auto; position: absolute; top:-50%; right:5%; opacity: 0}
.in_index_hua img,.in_index_ye img{width:100%;}
.active .in_index_hua {transition: 3.5s cubic-bezier(.2,.19,.08,1) 0s; opacity: 1; top:0;}
.in_index_ye{width:13%; height: auto;position: absolute; bottom:10%; left:-40%;  -webkit-filter: blur(0px); filter: blur(0px); transform: rotate(-190deg);
	transition-timing-function: cubic-bezier(.52,0,.08,1); transition: all 1.5s; opacity: 0;}
.active .in_index_ye {transition-duration: 3.5s; transition-delay: 0s; opacity: 1; left: 0;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    transform: rotate(15deg);
    transition-timing-function: cubic-bezier(.2,.19,.08,1);
}
.p1_txt1{left: 3%; top: 35%; text-align: left; line-height:80px; height: 230px; overflow: hidden;position: absolute; }
.p1_txt1 div{transform: translate3d(0, 220px, 0); opacity: 0; font-size:70px; color: #fff;  font-weight: bold;}
.active .p1_txt1 div{transition: 1.5s cubic-bezier(0.2, 0.19, 0.08, 1) 0s; transform: translate3d(0, 0px, 0); opacity: 1;}
.ban_p2{color:#fff; font-size: 24px; opacity: 0.8; font-weight: 100; letter-spacing:5px;font-family: "宋体";}
.font_color_bs{color: #f5cb9d; -webkit-filter: blur(2px); filter: blur(2px);}
.active div.in_index_zi { transition:2s cubic-bezier(0.2, 0.19, 0.08, 1) 2.5s; transform:translate3d(0, 0px, 0); opacity: 1;}
.in_index_zi{left: 13%; top: 53.5%; font-size:24px; color: #fff; transform: translate3d(0, 40px, 0); opacity: 0; position: absolute}
.tran_1s{transition: all 1s; transition-timing-function: cubic-bezier(0.52, 0, 0.08, 1);}
.p1_pic1{top: 0px; right:25%; height: 0%; overflow: hidden; transition: all 0s; z-index: 998; position: absolute}
.active .p1_pic1{transition-duration: 3s; transition-delay: 0s; transform: translate3d(0, 0px, 0);  height: 100%; transition-timing-function: ease-in-out;}



/*第2块*/
.section_2{display: block; width: 100%; height: 100%; overflow: hidden; position: relative; background-image: linear-gradient(to right, #222222 , #384920); 
	background-image: -webkit-gradient(to right, #222222 , #384920); 
	background-image: -webkit-radial-gradient(to right, #222222 , #384920);}
.section_2 .container{overflow: hidden}
.in_about_left{width:44%; height:auto; float: left; position: relative; transition: all 0s; opacity: 0}
.active .in_about_left{transition:2s cubic-bezier(0.2, 0.19, 0.08, 1) 1.5s;  transform: translate3d(0, 0px, 0); opacity: 1;}
.in_about_video{width:100%; height: auto; position: relative}
.ab_pic{width:100%; height: auto; border-radius:100px 0 100px 0; display:block}
.video_tan{width:auto; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); }
.video_tan h4{color:#fff; font-size: 16px; text-align: center; margin-top: 8px;}
.in_abjia{width:111px; height: 111px; background: #fff; text-align: center; position: absolute; top:0; right:0; z-index: 9; display: flex; align-items: center;}
.in_abhua{width:111px; height: 111px; background: #fff; text-align: center;  position: absolute; bottom:0; left:0; z-index: 9; display: flex; align-items: center;}
.in_abjia img,.in_abhua img{  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; align-items: center; margin: 0px auto;}
.in_abjia:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.in_abhua:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.in_about_right{width:53%; height: auto; float: right; position: relative; z-index:9}
.in_about_right h3{ color:#fff; font-size:46px; transition: all 1s ease 0s; overflow: hidden; margin-top:9vh;font-weight: bold;
    text-transform: Uppercase;}
.in_about_right .in_about_xx{width:100%;  height: 160px; overflow:hidden; text-indent: 2rem;  margin-top: 3vh}
.in_about_xx a{font-size: 16px; color: #c0a07d; line-height:32px; }
.in_about_clsee{width:100%; height: auto; overflow: hidden; background: url(../images/ab_xs.png) no-repeat left 37px; margin-top:5vh;}
.in_about_clsee dl{width:auto;  height: auto; float: left; text-align: center; }
.in_about_clsee dl dt{width:14px; height: 14px; border:2px solid #fff; border-radius: 50%; margin: 0px auto;
-webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.in_about_clsee dl dd{width:100%; height: 35px; line-height: 35px; background: url(../images/ab_xs.png) no-repeat right center; font-size: 14px; color: #fff; 
	margin-top: 10px; padding:0 15px;}
.in_about_clsee dl:hover dt{-webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg); border:2px solid #96775b;}
.about_more{width:170px; height: 50px; border: 1px solid #fff; text-align: center; line-height:40px; font-size: 14px; color: #fff; display: block; 
	margin-top: 4vh;}
.about_more:hover{background: #c0a07d; color: #fff}
.about_more span{font-size:24px; margin-right: 10px; font-weight: 100}
.in_about_ye{width:19%;  height: auto; position: absolute; left:50%; margin-left:-11%;bottom: -8%;
    transform: rotate(90deg) translate3d(550px, 0px, 0px);
    transition: all 1s ease 0s; }
.in_about_ye img{width:100%; height: auto; overflow: hidden}
.active .in_about_ye{ transform: rotate(0deg) translate3d(0px, 0px, 0px); transition: 4s cubic-bezier(0.2, 0.19, 0.08, 1)  1s}
.p2_pic1 {top: 0px; right:10%; height: 0%; overflow: hidden; transition: all 0s; z-index:1; position: absolute}
.active .p2_pic1{transition-duration: 3s; transition-delay: 0s; transform: translate3d(0, 0px, 0); height: 100%; transition-timing-function: ease-in-out;}
.active .in_about_right{animation-name: fadeInUp;	animation-duration: 1.2s;	animation-delay:0.8s;animation-fill-mode: both;}




/*弹出视频*/
.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:338px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}



/*第三块*/
.section_3{display:block;width:100%;height:100%;background:#222;overflow:hidden;position:relative}
.cont{position:relative;display:flex;justify-content:center;align-items:center;height:100vh;background:#222;overflow:hidden}
.app{position:relative;width:100%;height:1080px;box-shadow:rgba(0,0,0,.3) 0 0 60px;overflow:hidden}
.app__bgimg{position:absolute;top:0;left:-2.5%;width:105%;height:100%;transition:-webkit-transform 3.5s 770ms;transition:transform 3.5s 770ms;transition:transform 3.5s 770ms,-webkit-transform 3.5s 770ms}
.app__img{position:absolute;transform:translate3d(0,0,0);width:100%;height:100%;will-change:transform;transition:transform 3s cubic-bezier(.6,.13,.31,1.02) 0s,-webkit-transform 3s cubic-bezier(.6,.13,.31,1.02) 0s}
.app__img img{min-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.p_active .app__img{transform:translate3d(0,1000px,0);transition:transform 3s cubic-bezier(.6,.13,.31,1.02) 0s,-webkit-transform 3s cubic-bezier(.6,.13,.31,1.02) 0s}
.initial .app__img{transform:translate3d(0,-150px,0)}
.p_active .app__img{transition:-webkit-transform 3s cubic-bezier(.6,.13,.31,1.02);transition:transform 3s cubic-bezier(.6,.13,.31,1.02);transition:transform 3s cubic-bezier(.6,.13,.31,1.02),-webkit-transform 3s cubic-bezier(.6,.13,.31,1.02);-webkit-transform:translate3d(0,-3510px,0);transform:translate3d(0,-3510px,0)}
.app__bgimg-image{position:absolute;width:100%;height:100%;top:0;left:0}
.app__bgimg-image--1{background:url(../images/p3_pic2.jpg) no-repeat center; background-size:cover;}
.app__bgimg-image--2{background:url(../images/p3_pic1.jpg) center center no-repeat;opacity:0;transition:opacity 0s 1.3s;will-change:opacity}
.app__text--1{width:1440px;position:absolute;top:22%;left:50%;z-index:1;margin-left:-720px;height:750px}
.app__text-line--3{font-size:48px;color:#fff;  font-family: "宋体"; font-weight: 100;}
.app__text-line--4{font-size:60px;color:#ffffff;text-align:right; font-weight: bold;text-transform: Uppercase;}
.app__text-line--4 span{font-size:48px;color:#fff; font-weight: 100;font-family: "宋体";    margin-left: 20px;}
.in_pro_more{height:50px; float:right;opacity:0; transition:all 1s; margin-top: -80px;}
.in_pro_more a{color:#fff;font-size:16px; border:1px solid #fff;text-align:center;line-height:50px; float:left; width:auto; margin-left:10px; padding:0 20px}


.p_active .app__text--2 .in_pro_more{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:opacity .4s 1.75s,-webkit-transform 1.5s 1.55s;transition:transform 1.5s 1.55s,opacity .4s 1.75s;transition:transform 1.5s 1.55s,opacity .4s 1.75s,-webkit-transform 1.5s 1.55s;opacity:1}
.in_pro_two{font-size:16px;color:#222;text-align:right;line-height:28px;margin-top:30px}
.app__text-line--2{margin:5vh 0;font-size:16px;color:#fff; line-height:30px;transition:opacity 1.5s 2s,-webkit-transform 1.5s 1.7s;transition:transform 1.5s 1.7s,opacity 1.5s 2s;transition:transform 1.5s 1.7s,opacity 1.5s 2s,-webkit-transform 1.5s 1.7s; width:95%}
.pro__text_right{width:500px;height:auto;position:absolute;top:12%;right:0}
.pro__text_right .in_pro_ye{width:64%;height:auto;overflow:hidden;position:absolute;top:-80px;left:-80px;  transition: all 1s ease 0s;}
.pro__text_right .in_pro_ye img{width:100%}
.app_text_right{width:auto;height:auto;overflow:hidden;padding:200px 0 0 360px}
.app_text_right p{font-size:16px;color:#96775b;margin-bottom:20px}
.app_text_h4{width:100%;height:45px;line-height:45px;background:url(../images/a_jt.png) no-repeat left center;padding-left:40px;position:relative;margin-bottom:30px}
.app_text_h4 h4{font-size:24px;color:#fff;position:relative;z-index:1;display:table;position:relative;text-align:center}
.app_text_h4 h4:after{content:"";position:absolute;width:100%;height:5px;background:#39332d;left:0;bottom:5px}
.app_text_moreright{margin-top:15vh;margin-left:18vh}
.app_text_moreright a{color:#96775b;font-size:16px}
.app_text_moreright p{color:#c0a07d; }
.p3_pic1{top:0;left:40%;height:0%;overflow:hidden;transition:all 0s;z-index:0;position:absolute}
.active .p3_pic1{transition-duration:3s;transition-delay:0s;transform:translate3d(0,0,0);height:100%;transition-timing-function:ease-in-out}
.app__text--2 .app__text_tworight{opacity:0}
.app__text--2{top:0;left:6%;z-index:-1;position:absolute;text-align:right;padding-top:25%}
.app__text--2 .app__text-line--4{opacity:0;transition:opacity .4s 125ms,-webkit-transform 1.5s -75ms;transition:transform 1.5s -75ms,opacity .4s 125ms;transition:transform 1.5s -75ms,opacity .4s 125ms,-webkit-transform 1.5s -75ms}
.app__text--2 .app__text-line--3{opacity:0;transition:opacity .4s .2s,-webkit-transform 1.5s 0s;transition:transform 1.5s 0s,opacity .4s .2s;transition:transform 1.5s 0s,opacity .4s .2s,-webkit-transform 1.5s 0s}
.app__text--2 .app__text-line--2{opacity:0;transition:opacity .4s 275ms,-webkit-transform 1.5s 75ms;transition:transform 1.5s 75ms,opacity .4s 275ms;transition:transform 1.5s 75ms,opacity .4s 275ms,-webkit-transform 1.5s 75ms}
.in_pro_rmore{width:170px;height:50px;border:1px solid #333;text-align:center;line-height:50px;font-size:14px;color:#333;float:right;opacity:0;transition:all 1s;margin-top:40px}
.in_pro_rmore:hover{background: #c99255; color:#fff; border: 1px solid #c99255}
.in_pro_rmore:hover a{color:#fff}
.in_pro_rmore a{color:#333;font-size:14px}
.initial .in_pro_rmore{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:opacity .4s 1.75s,-webkit-transform 1.5s 1.55s;transition:transform 1.5s 1.55s,opacity .4s 1.75s;transition:transform 1.5s 1.55s,opacity .4s 1.75s,-webkit-transform 1.5s 1.55s;opacity:1}
.app__text_tworight{width:100%;position:absolute;bottom:0;right:0;height:100%}
.app__text_tworight .in_pro_ye{position:absolute;bottom:0;left:0; width:48%}
.app__text_tworight .in_pro_ye img{width:100%}
.app__text-line--4{transition:opacity 1.5s 1.5s,-webkit-transform 1.5s 1.5s;transition:transform 1.5s 1.5s,opacity 1.5s 1.5s;transition:transform 1.5s 1.5s,opacity 1.5s 1.5s,-webkit-transform 1.5s 1.5s}
.app__text-line--3{transition:opacity 1.5s 1.75s,-webkit-transform 1.5s 1.6s;transition:transform 1.5s 1.6s,opacity 1.5s 1.75s;transition:transform 1.5s 1.6s,opacity 1.5s 1.75s,-webkit-transform 1.5s 1.6s}
.initial .app__text--1 .app__text-line--2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:opacity .4s 1675ms,-webkit-transform 1.5s 1475ms;transition:transform 1.5s 1475ms,opacity .4s 1675ms;transition:transform 1.5s 1475ms,opacity .4s 1675ms,-webkit-transform 1.5s 1475ms;opacity:1}
.initial .app__text--1 .app__text-line--3{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:opacity .4s 1.75s,-webkit-transform 1.5s 1.55s;transition:transform 1.5s 1.55s,opacity .4s 1.75s;transition:transform 1.5s 1.55s,opacity .4s 1.75s,-webkit-transform 1.5s 1.55s;opacity:1}
.initial .app__text--1 .app__text-line--4{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:opacity .4s 1825ms,-webkit-transform 1.5s 1625ms;transition:transform 1.5s 1625ms,opacity .4s 1825ms;transition:transform 1.5s 1625ms,opacity .4s 1825ms,-webkit-transform 1.5s 1625ms;opacity:1}
.p_active .app__bgimg .app__bgimg-image--2{opacity:1;transition:opacity 0s 1.5s}
.p_active .app__text--1{z-index:-1;transition:z-index 0s 1.5s}
.p_active .app__text--1 .app__text-line--2{-webkit-transform:translate3d(0,-125px,0);transform:translate3d(0,-125px,0);transition:opacity .4s 575ms,-webkit-transform 1.5s 375ms;transition:transform 1.5s 375ms,opacity .4s 575ms;transition:transform 1.5s 375ms,opacity .4s 575ms,-webkit-transform 1.5s 375ms;opacity:0}
.p_active .app__text--1 .app__text-line--3{-webkit-transform:translate3d(0,-125px,0);transform:translate3d(0,-125px,0);transition:opacity .4s 650ms,-webkit-transform 1.5s 450ms;transition:transform 1.5s 450ms,opacity .4s 650ms;transition:transform 1.5s 450ms,opacity .4s 650ms,-webkit-transform 1.5s 450ms;opacity:0}
.p_active .app__text--1 .app__text-line--4{-webkit-transform:translate3d(0,-125px,0);transform:translate3d(0,-125px,0);transition:opacity .4s 725ms,-webkit-transform 1.5s 525ms;transition:transform 1.5s 525ms,opacity .4s 725ms;transition:transform 1.5s 525ms,opacity .4s 725ms,-webkit-transform 1.5s 525ms;opacity:0}
.p_active .app__text--2{z-index:1}
.p_active .app__text--2 .app__text-line--2{-webkit-transform:translate3d(0,-125px,0);transform:translate3d(0,-125px,0);transition:opacity 1.3s 1575ms,-webkit-transform 2.5s 1175ms;transition:transform 2.5s 1175ms,opacity 1.3s 1575ms;transition:transform 2.5s 1175ms,opacity 1.3s 1575ms,-webkit-transform 2.5s 1175ms;opacity:1}
.p_active .app__text--2 .app__text-line--3{-webkit-transform:translate3d(0,-125px,0);transform:translate3d(0,-125px,0);transition:opacity 1.3s 1.85s,-webkit-transform 2.5s 1.25s;transition:transform 2.5s 1.25s,opacity 1.3s 1.85s;transition:transform 2.5s 1.25s,opacity 1.3s 1.85s,-webkit-transform 2.5s 1.25s;opacity:1}
.p_active .app__text--2 .app__text-line--4{-webkit-transform:translate3d(0,-125px,0);transform:translate3d(0,-125px,0);transition:opacity 1.3s 2125ms,-webkit-transform 2.5s 1325ms;transition:transform 2.5s 1325ms,opacity 1.3s 2125ms;transition:transform 2.5s 1325ms,opacity 1.3s 2125ms,-webkit-transform 2.5s 1325ms;opacity:1}
.pages{position:absolute;right:0;bottom:0;z-index:9}
.pages__list{list-style-type:none}
.pages__item{position:relative;width:670px;height:350px;cursor:pointer}
.page__item-active:after{-webkit-transform:translate(-50%,-50%) scale(1,1);transform:translate(-50%,-50%) scale(1,1);opacity:1}
.page__item-active .app__text_tworight{display:block}
.page__item-active .pro__text_right{display:block}
.page__item-active{display:none}
.index_pro_xilie{transition:opacity 750ms .5s,-webkit-transform 1.5s .4s;transition:transform 1.5s .4s,opacity 750ms .5s;transition:transform 1.5s .4s,opacity 750ms .5s,-webkit-transform 1.5s .4s;will-change:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.app__text--1 .index_pro_xilie{-webkit-transform:translate3d(0,-125px,0);transform:translate3d(0,-125px,0);opacity:0}
.initial .app__text--1 .index_pro_xilie{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:opacity .4s 1.75s,-webkit-transform 1.5s 1.55s;transition:transform 1.5s 1.55s,opacity .4s 1.75s;transition:transform 1.5s 1.55s,opacity .4s 1.75s,-webkit-transform 1.5s 1.55s}
.index_pro_xilie{width:100%; height: auto; overflow:hidden; margin-top: 10vh;}
.index_pro_xilie a{width:18.4%; height: auto; float: left; border-radius: 50%; position: relative; border:5px solid #fff; margin-right: 2%; overflow:hidden; background: #fff;}
.index_pro_xilie a img{width:100%; height: auto; border-radius: 50%;}
.index_pro_xilie a h4{width:100%; height:48px; line-height: 48px; position: absolute; bottom:0; left:0; background: #fff; text-align: center; font-size:16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; transition: all 0.4s ease-in-out; padding:0 21%}
.index_pro_xilie a:nth-child(5n){margin-right: 0}
.index_pro_xilie a:hover h4{height:100%; display: flex; align-items: center; justify-content: center;}


.p_active .app__text--1 .index_pro_xilie{-webkit-transform: translate3d(0,-125px,0);
    transform: translate3d(0,-125px,0);
    transition: opacity .3s 725ms,-webkit-transform 1.2s 525ms;
    transition: transform 1.2s 525ms,opacity .3s 725ms;
    transition: transform 1.2s 525ms,opacity .3s 725ms,-webkit-transform 1.2s 525ms;
    opacity: 0;}


.pro__text_left{width:44%}


/*第4块*/
.section_4{display: block; width: 100%; height: 100%;  overflow: hidden; position: relative;
background-image: linear-gradient(to right, #222222 , #384920); 	background-image: -webkit-gradient(to right, #222222 , #384920); 
	background-image: -webkit-radial-gradient(to right, #222222 , #384920);}
.section_4 .container{position: relative; height: 100%; overflow: hidden}
.index_news_left{width:46%; height: auto; float: left; margin-top:26vh; position: relative;  transition: all 1s ease 0s;}

.index_news_link{width:100%; height: 46px;}
.index_news_link a{width:auto; height: 46px; float: left; border: 1px solid #535353; float: left; text-align: center; line-height: 46px; font-size: 18px; 
	color: #aaaaaa; margin-right: 30px; padding:0 20px}
.index_news_link a:hover{ background: #96775b; color:#fff}
.index_news_left ul{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.index_news_left ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 5vh}
.index_news_left ul li h4{width:100%; height:30px;text-overflow:ellipsis; overflow: hidden; white-space: nowrap; line-height:30px;  font-size: 16px; color: #fff; background: url(../images/news_xs.png) no-repeat left center;	padding-left: 30px; position: relative}
.index_news_left ul li i{font-style: normal;  font-size: 16px; color: #fff; position: relative; padding-bottom: 5px;}
.index_news_left ul li h4 i:after{content: ""; width:0; height: 1px; background: #f5cb9d; position: absolute; bottom:0; left:0; 
	transition: all 0.4s ease-in-out;}
.index_news_left ul li p{width:100%; height: 56px; overflow: hidden; font-size: 15px; color: #888888; line-height: 28px; margin: 8px 0; padding-left: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_left ul li span{font-size: 14px; color: #af9375; padding-left: 30px;}
.index_news_left ul li:hover h4 i:after{width:100%}
.in_news_ye{width:17%; height:auto; position: absolute; bottom:0; left:50%; margin-left: -179px;     transform: rotate(90deg) translate3d(550px, 0px, 0px);
    transition: all 1s ease 0s;}
	.in_news_ye img{width:100%}
.active .in_news_ye{transform:translate3d(0, 0px, 0);
    transition: 2s cubic-bezier(0.2, 0.19, 0.08, 1) 1s;}
.index_news_right{width:48.5%;  height: auto; float: right; position: absolute; bottom:0; right:-100%;   transition: all 1s ease 0s;}

.index_news_right img{width:100%; height: auto; display:block}
.index_news_right h4{color:#fff;text-transform: Uppercase; font-weight:bold; text-align: center; font-size: 70px; position: absolute; top:-54px; left:0; text-align: center; width: 100%;}
.p4_pic1 {top: 0px; right:10%; height: 0%; overflow: hidden; transition: all 0s; z-index: 998; position: absolute}
.active .p4_pic1{transition-duration: 3s; transition-delay: 0s; transform: translate3d(0, 0px, 0); height: 100%; transition-timing-function: ease-in-out;}
.active .index_news_right{  transition: 2s cubic-bezier(0.2, 0.19, 0.08, 1) 1s; right:0; }
.active .index_news_left{animation-name: slideInLeft;	animation-duration: 1.2s;	animation-delay:0.8s;animation-fill-mode: both;}






/*第5块*/
.section_5{display: block; width: 100%; height: 100%;background-image: linear-gradient(to right, #222222 , #384920); 	background-image: -webkit-gradient(to right, #222222 , #384920); 
	background-image: -webkit-radial-gradient(to right, #222222 , #384920);overflow: hidden; position: relative}
.section_5 .fp-tableCell{padding-top:10vh}
.section_5_yezi{width:426px; height: 404px; position: absolute; top:-100%; right:5%; transform: rotate(-190deg); 
	transition-timing-function: cubic-bezier(.52,0,.08,1);  transition: all 1.5s; opacity: 0;}
.active .section_5_yezi{ transition-duration: 3.5s; transition-delay: 0s; opacity: 1;  top:0;  
	transform: rotate(0deg); transition-timing-function: cubic-bezier(.2,.19,.08,1);}
.section_bt{height: auto; line-height: 40px;   font-size: 14px; color: #f5cb9d; position: fixed; left:2%; top:15%; z-index: 999;
transition-duration: 2.5s;
    transition-delay: 1s;
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    transition-timing-function: cubic-bezier(0.2, 0.19, 0.08, 1);
}
.section_bt:hover{letter-spacing: 2px; transition: all 1s;left: 2%;}
.section_five_all{width:100%; height: auto; overflow: hidden; margin: 5vh 0}
.section_five_left{width:48%; height: auto; float: left; position: relative; left:-100%;     transition: all 1s ease 0s;}
.section_five_left img{width:100%;}
.active .section_five_left{transition: 2s cubic-bezier(0.2, 0.19, 0.08, 1) 1s; left: 0;}
.section_five_right{width:35%; height: auto; float: left; margin-left:4%; padding-top:3vh; position:relative; right:-100%; transition: all 1s ease 0s;}
.active .section_five_right{transition: 2s cubic-bezier(0.2, 0.19, 0.08, 1) 1s; right: 0;}
.index_contact_t{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.index_contact_t h3{color:#fff; font-weight:bold; font-size:60px;text-transform: Uppercase;}
.index_contact_t h4{font-size: 18px; color: #fff; line-height: 35px;}
.index_contact_t h5{font-size: 16px; color: #fff; line-height: 30px;}
.index_contact_xx{width:35%; float: left; position: relative; z-index: 999;}
.index_contact_xx p{font-size: 16px; color: #fff; opacity: 0.8; line-height:28px; padding-left: 22px; margin-bottom:3vh;}
.section_five_wx{width:53%; float: right}
.section_five_zi{height:30px; line-height: 30px;  font-size:16px; color: #fff; position: relative; background: url(../images/wuxing.png) no-repeat left;
	padding-left: 20px; display: table; opacity:0.8}
.section_five_zi:after{content: ""; position: absolute; width: 100%; height: 5px; background:rgba(150,119,91,0.3); left:20px; bottom:5px}
.section_five_zi h4{position: relative; z-index: 9; margin-left: 8px; font-size:16px;}
.section_five_wx dl{width:41%; height: auto; float: left; margin-left:6%; margin-top: 20px;}
.section_five_wx dl dt{width:100%; height:auto; overflow: hidden; border: 1px solid #3d3d3d; padding: 5px}
.section_five_wx dl dt img{width:100%; height: 100%;}
.section_five_wx dl dd{width:100%; height:auto; line-height:24px; font-size: 14px; color: #aaaaaa; text-align: center}
.section_five_bt{writing-mode:tb-rl; font-size: 14px; color: #fff; text-transform:Uppercase; position: absolute; bottom:40px; right:20px; opacity: 0.8}
.in_contact_x{width:724px; height: 47px; line-height: 47px; text-align: right; padding-right:110px;  font-size: 16px; color:#ffffff; font-weight: bold; position: absolute; bottom:40px; left:-100%; transition: all 1s;}
.active .in_contact_x{left:0;  transition:1.5s cubic-bezier(0.2, 0.19, 0.08, 1) 2s;}
.p5_pic1{top: 0px; left: 35%; height: 0%; overflow: hidden;transition: all 0s; z-index: 998;position: absolute}
.active div.p5_pic1 {transition-duration: 3s; transition-delay: 0s; transform: translate3d(0, 0px, 0); height: 100%; transition-timing-function: ease-in-out;}

.index_copy{width:100%; height:auto; overflow:hidden}
.index_copy h4,.index_copy h4 a{color:#fff; font-size:14px}
.index_copy .footer_lianjie{margin-top:5px; float:left; width:auto;}
.index_copy .ny_footer_zhichi{float:right; margin-top:5px; width:auto;}
.index_copy .footer_lianjie a{color:#fff; }
.index_copy .ny_footer_zhichi span{color:#fff}



/*内页banner*/
.ny_banner{width:100%; height:420px; position: relative}
.ny_banner .setHeight{position:absolute}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center; background-size:cover;}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center; background-size:cover;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center; background-size:cover;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center; background-size:cover;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center; background-size:cover;}

.ny_section_bt{width:50%; height: auto; line-height: 40px;   font-size: 14px; color: #f5cb9d; position: absolute; left:2%; top:180px; z-index:2;
transition-duration: 2.5s; transition-delay: 1s; transform: translate3d(0, 0px, 0); opacity: 1; transition-timing-function: cubic-bezier(0.2, 0.19, 0.08, 1);}
.ny_section_bt:hover{letter-spacing: 2px; transition: all 1s;left: 2%;}
.ny_index_hua{width:26%; height: auto; position: absolute; top:0; right:5%; 
	animation-name: fadeInDownBig;	animation-duration:2s;	animation-delay:0.3s;animation-fill-mode: both; }
	.ny_index_hua img{width:100%}
.ny_section_bt span{font-size: 20px; color: #ffffff; margin-left:9%; opacity: 0.8; letter-spacing: 2px; transition: all 1s;font-weight: 100;}
.ny_section_bt:hover span{letter-spacing:4px;}
.ny_five_bt{writing-mode:tb-rl; font-size: 14px; color: #aaaaaa; text-transform:Uppercase; position: absolute; bottom:40px; right:40px;}
.m-crm{font-size: 14px; color: #333; line-height: 30px; padding:10px 0; width:100%; border-bottom:1px solid #eee; text-align:right}
.m-crm a{font-size: 14px; color: #333}
.m-crm a:hover{color:#d3a864}
.ny_proshow_top{width:100%; height:auto;  overflow:hidden; text-align:center}
.ny_proshow_top img{max-width:100%}
.nav-wrap ul{display: table!important; margin: 0 auto; max-width:1200px;}
.nav-wrap li{ float: left; line-height:60px; position: relative;}
.nav-wrap li a{font-size: 18px; padding: 0 30px; display:block; width:100%}
.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; color:#d3a864; }
.nav-wrap li a.active::after{ content: ""; position: absolute; width: 80px; height:3px; bottom:10px; background: #d3a864; left: 50%;  margin-left:-40px; }
.nav-height{background:#f8f8f8; padding-bottom:10px;}




/* 内页通用产品推荐 */
.inside_pro{margin-top: 70px; margin-bottom:60px;}
.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: 2px;  width: 86px; bottom: 0; left: 0; background:#d3a864; }
.inside_pro h3 span{ font-size:18px; margin-left: 10px; font-weight: bold; color: #dedede;}
.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: #d3a864}
.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_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:21.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #d3a864; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 16px; background: #f0f0f1}


/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #d3a864;}
.ny_left_nav ul li.open{background:#fff}
.accordion .link{cursor: pointer;
    display: block;
    height:auto; line-height:30px;
    font-size: 16px; color: #333333;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	background: url(../images/off.png) no-repeat 207px center;
}
.accordion .link a{padding-left: 15px; font-size: 16px; color: #000;display: block;  height:auto;line-height:30px;position: relative; }
.accordion .link::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    background: #d3a864;
    left: 0;
    top:12px;
}

.submenu li.block{background:#fff}
.submenu li.block a{color:#d3a864}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu a {
    display: block;
    text-decoration: none;
    font-size: 14px; color: #666666; height:auto!important; line-height:26px!important;
    padding:10px 0 10px 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.accordion li{position:relative; padding:8px 0 8px 10px}
.accordion li:hover{background:#fff;}


/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #333; font-weight: bold; }



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden; margin-bottom:20px;}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.ny_product ul li .products_pic{ display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.ny_product ul li .products_pic img{width:100%;  height:100%;  object-position: center center; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product 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 li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #333}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.ny_product ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_product ul li:hover p{color:#d3a864}



  /*内页新闻*/
  .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:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
  .news_xx h3{widdth: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:60px; line-height: 30px; font-size: 16px; 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; 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 40px; font-size:15px; color:#666; line-height:30px;}
  .ny_service_all p{     color: #333;    font-size: 16px;    line-height: 30px;}
  .ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#333; margin: 40px 0; line-height:32px}
   .ny_news_show p{font-size:16px; color:#333;  line-height:32px}
  .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_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:24.2%; height: auto; float: left; margin-right:1%; margin-bottom: 20px; }
.ny_product_two ul li:nth-child(4n){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; 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_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_contact_xx{width:100%; height: auto; overflow: hidden; margin-top: 56px;}
.ny_contact_xx .container{border-top:1px solid #333333; border-bottom:1px solid #333333; padding: 35px 0; overflow: hidden;}
.contact_xx_left{width:50%; 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: 32px;}
.contact_xx_right{width:auto; height:auto; float: right; margin-top:50px;}
.contact_xx_right dl{width:140px; height:auto; float:left; margin-left:40px;}
.contact_xx_right dl dt{width:100%; height:auto; overflow:hidden; border:1px solid #eee; padding:0px}
.contact_xx_right dl dt img{width:100%; display:block}
.contact_xx_right dl dd{width:100%; color:#333; text-align:center; margin-top:10px;font-size: 15px;}
.ny_contact_ly{width:100%; height:511px; background: url(../images/ly_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:100%; 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 #ffffff5c}
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; border: 1px solid #ffffff5c}
.contact_ly_info textarea{width:100%; height: 112px; border: 1px solid #ffffff5c; padding: 10px; font-size: 14px; color: #fff; background: none; margin-top:18px; resize:none }
.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:#d3a864; cursor:pointer; color:#fff}
.contact_zp{width:100%; height: auto; overflow: hidden; margin-top:20px; line-height: 28px; font-size: 16px; color: #333333}
.contact_ly_info input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.contact_ly_info textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.contact_ly_info textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.contact_ly_info textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  

.policy_links{margin-top:10px; color:#fff}
.ysxy{font-size:14px; color:#fff}
.ysxy a{color:#ff0101}



/*底部*/
.ny_footer{width:100%; height:auto; background: #222222; position: relative; padding-top:80px; overflow:hidden}
.ny_footer .index_contact_xx{margin-left:8%}
.ny_footer_cao{width:352px; height: 332px; background: url(../images/f_cao.png) no-repeat center; position: absolute; bottom:0; left:50%; margin-left: -176px; z-index: 1}
.ny_contact_x{width:724px; height: 47px; line-height: 47px; text-align: right;  font-size: 16px; color:#ffffff; font-weight: bold; position: absolute; top:30px; left:0; transition: all 1s;}
.ny_banquan_t{width:auto; float: left; margin-top: 40px; }
.ny_banquan_t h3{font-size: 60px; color: #ffffff; font-weight:bold; opacity: 0.5;    text-transform: Uppercase;}
.ny_banquan_t h4{font-size: 14px; color: #656565; line-height: 30px;}
.ny_banquan_t a{font-size: 14px; color: #656565; line-height: 30px;}
.ny_footer_zhichi{width:100%; height:30px; line-height:30px; overflow: hidden; }
.ny_footer_zhichi p{ width: auto;  font-size: 14px; color:#fff; height:30px; float: left; line-height: 30px;}
.ny_footer_zhichi .pt{width:121px;height:30px; background: url(../images/vl.png) no-repeat center; margin-right: 10px; opacity: 0.3}
.ny_footer_zhichi .js{width:78px;height:30px; background: url(../images/wl.png) no-repeat center; opacity: 0.3}
.ny_footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat center}
.ny_footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat center} 
.ny_footer_zhichi span{float: left; font-size: 14px; color: #656565; line-height:30px;}
.ny_footer_zhichi i{ float: left;}
.f_zi{width:100%; height: 40px; line-height: 40px; letter-spacing:30px; text-align: center; color:#96775b; font-size: 14px; position: relative; z-index: 9; margin-top: 10px;}
.footer_lianjie a{color:#656565; font-size: 14px; position: relative; padding-right:10px; }
.footer_lianjie a:after{content: "|"; color:#656565; position: absolute; top:50%; right:0; transform: translate(0,-50%);}
.footer_lianjie a:last-child:after{display: none}
.footer_lianjie a:hover{color:#d3a864}
.footer_lianjie{line-height:30px; width:100%}
.ny_footer .section_five_wx{width:22%}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:44.5%;;
    width: 77px;
    z-index: 999;
}
.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;
}
.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:#009143;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; 
	float:left;
}


@media screen and (max-width:1680px){
	#menu{margin-left:2%}
	.h_logo{width:8%}
	
	
}




@media screen and (max-width:1600px){
	.container,.app__text--1{width:1200px}
	.app__text--1{margin-left: -600px;}
	.ban_img{width:80%}
	.p1_txt1 div{font-size:60px;}
	.index_contact_t{margin-bottom:20px;}
	.index_contact_t h3{font-size:50px;}
	.index_contact_xx p{line-height:26px; font-size:14px;}
	.section_five_wx{width:50%}
	.section_five_right{margin-left:2%; width:39%}
	.section_five_wx dl{margin-left:4%}
	.in_about_right h3{font-size:40px;}
	.in_abjia,.in_abhua{width:90px; height:90px;}
	.app__text-line--4{font-size:48px;}
	.app__text-line--4 span{font-size:34px;}
	.app__text_tworight .in_pro_ye{width:43%}

}



@media screen and (max-width:1500px){

#menu{width:32%}
.ny_footer .index_contact_xx{margin-left:4%; width:30%}
.ny_banquan_t h3{font-size:50px;}
.footer_lianjie a{padding-right:10px; font-size:12px;}
.ny_footer_zhichi span{font-size:12px;}
.index_copy h4, .index_copy h4 a{font-size:12px;}
.in_contact_x{width:600px;   }
.index_news_right{width:44%}
.index_news_left{width:50%}
.index_news_right h4{font-size:54px; top: -38px;}
.app__img img{width:100%}
.initial .app__img {transform: translate3d(0,-40px,0);}
.p_active .app__img{ transform: translate3d(0,-2524px,0);}
.pro__text_right .in_pro_ye{ top: 58px;}
 .app__text-line--3{font-size:40px;}
 .app__text--2{padding-top:33%}
 .app__text-line--4{font-size:40px;}
 
}


@media screen and (max-width:1370px){
	#menu{width:38%}
	.add2{display:none}
	
}







