@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;}
.container{ width:1200px; margin: 0 auto; }
.w1440{ width:1430px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.h_logo{width:230px; height:100px; float: left; display: flex; align-items: center;}
.h_logo img{align-items: center; margin: 0px auto; max-height: 100%}




/* 导航栏 */
.header_dao{width:100%; height:100px; border-bottom: 1px solid rgba(255,255,255,0.2); position: absolute; top:0; left:0; z-index: 9; padding: 0 6%}
.nav{width:62%; height:100%; float: right}
.nav .nLi{ float:left;  position:relative; display:inline; height:100%; text-align: center;  width:12%; }
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#fff;  position: relative; margin: 0px auto; line-height:97px; display: table}
.nav .sub{ display:none;left:50%; top:100px;  position:absolute;  line-height:26px; width:160px; margin-left:-80px; z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:24px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px; }
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:4px 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#ec7121}
.nav .nLi.active p{border-bottom:3px solid #fff}
.nav .nLi:hover p{border-bottom:3px solid #fff}
.f_top{background: #fff;}
.f_top .nav .nLi h3 a p{color:#000}
.f_top .nav .nLi.active p{color:#003187}
.f_top .nav .nLi:hover p{ color:#003187}
.f_top .logo1{display: none}
.f_top .logo2{display: block;}
.f_top .h_dianhua{color:#333; background: url(../images/hh_dianhua.png) no-repeat left center}
.h_menu{float: right; width:28px; height: 100px; background: url(../images/menu.png) no-repeat center}
.h_dianhua{float: right;  background: url(../images/h_dian.png) no-repeat left center; height: 100px; width: 23px; height: 100px; margin-right: 2%; 
	position: relative}
.h_dianhua p{color:#333; background: #fff; position: absolute; top:100px; right:0; font-size:20px; padding: 10px 15px; display: none}
.h_dianhua:hover p{display: block}





/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .swiper-slide a{width:100%; display: block}
.banner .swiper-slide a img{width:100%; display: block}
.banner .swiper-button-next,.banner .swiper-button-prev{width:70px; height: 34px; color:#fff; font-size: 14px; bottom:35px; margin-top: 0; top:auto;}
.banner .swiper-button-next{right:auto; left:10%}
.banner .swiper-button-prev{left:5%}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.ban_scroll{width:auto; position: absolute; bottom:0; left:50%; font-size: 16px; color: #fff; z-index: 9; padding-bottom:75px; }
.ban_scroll:after{content: ""; width: 1px; height:74px; background:rgba(255,255,255,0.4); position: absolute; bottom:0; left:50%;}
.ban_scroll:before{content: ""; width: 1px; height:0; background:rgba(255,255,255,1); position: absolute; top:20px; left:50%; animation:mymove 3s ease-in-out  infinite;}



@keyframes mymove
{
	from {
    height: 0;
  }
  to {
    height:74px;
  }

}




.h_ma{position: absolute; bottom:36px; right:8%; z-index: 9}
.b_sj{width:30px; height: 30px; position: relative; background: url(../images/sj_hicon.png) no-repeat center; float: left; }
.b_wx{width:30px; height: 30px; position: relative; background: url(../images/hwx_icon.png) no-repeat center; float: left; margin-left: 40px;}
.b_sj img{width:100px; height: auto; position: absolute; top:-100px; left:0; display: none}
.b_wx img{width:100px; height: auto; position: absolute; top:-100px; right:0; display: none}
.b_sj:hover img{display: block}
.b_wx:hover img{display: block}




/*关于我们*/
.index_about{width:100%; height: 961px; overflow:hidden; background: url(../images/about_bjs.jpg) no-repeat center; padding: 88px 0 0 12%; }
.index_about_left{width:43%; height: auto; float: left}
.index_about_title{width:100%}
.index_about_title h4{color:#351a02; font-size: 64px; font-weight: bold; text-transform: uppercase; font-family: "思源宋体 CN"}
.index_about_title h3{color:#ec7121; font-size: 26px; margin-top:10px;}
.index_about_xx{width:100%; height: auto; overflow: hidden; margin-top: 80px;}
.index_about_xx h4{color:#333333; font-size: 28px; font-weight: bold; margin-bottom: 20px;}
.about_xx_info{width:100%; color:#666666; font-size: 14px; line-height: 30px; display:block}
.index_about_num{width:100%; height: auto; overflow: hidden; margin-top: 82px}
.index_about_num dl{float: left; text-align: center; padding: 0 40px}
.index_about_num dl dt{width:100%; height:40px; display: flex; align-items: center; margin-bottom: 8px;}
.index_about_num dl dt img{align-items: center; margin: 0px auto; max-width: 100%; max-height: 100%}
.abh2{display: none}
.index_about_num dl dd{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #999999}
.index_about_num dl dd span{color:#333333; font-size:68px; font-weight: bold;}
.index_about_num dl dd p{color:#666666; margin:10px 0 26px}
.index_about_num dl dd i{width:9px; height:15px; background: url(../images/hh_jts.png) no-repeat center; display: block; margin: 0px auto;}
.in_abmore{width:185px; height:50px; background: #ec7121; text-align: center; line-height:50px; color:rgba(255,255,255,0.8); font-size: 18px; display: block; margin: 55px 0}
.in_abmore:hover{background:#fff; color:#ec7121; border:1px solid #ec7121}
.index_about_num dl:hover dd span{color:#ec7121}
.index_about_num dl:hover .ab1{display: none}
.index_about_num dl:hover .abh2{display: block}
.index_about_num dl:hover i{ background: url(../images/h_jts.png) no-repeat center;}


.index_about_right{width:45%; float: right; margin-top: 40px;}
.index_about_right ul li{float: left; color:#351a02; font-size: 16px; position: relative; padding-left:20px; margin-right:8%}
.index_about_right ul li:after{content: ""; width:8px; height: 8px; border: 1px solid #ec7121; position: absolute; top:50%; margin-top: -4px; left:0; 
	border-radius:50%;}
.index_about_right ul li:last-child{margin-right: 0}
.index_about_right ul li:hover:after{background:#ec7121}
.index_about_right ul li span{color:#351a02; font-size: 16px; 
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; display:block}
.index_about_right ul li:hover span{-webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg);}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}






/*产品*/
.index_product{width:100%; height:815px; overflow: hidden;  background: url(../images/product_bjs.jpg) no-repeat left center; padding-top: 110px;}
.index_product_left{width:26%; height: auto; float: left}
.index_product_left h4{color:#fff; font-size: 64px; font-weight: bold; text-transform: uppercase; font-family: "思源宋体 CN"}
.index_product_left h3{color:#ec7121; font-size: 26px; margin-top:10px;}
.product_left_xx{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #ffffff; opacity: 0.6; line-height: 30px; margin: 80px 0}
.index_pro_more{width:185px; height: 55px; background: #ec7121; text-align: center; line-height: 55px; font-size: 18px; color:#fff;  display: block}
.index_pro_more:hover{background:#fff; color:#ec7121; border:1px solid #ec7121}
.index_product_right{width:66%; height: auto; overflow: hidden; float: right}
.index_product .slideTxtBox{width:100%}
.index_product .hd{width:22%; height: auto; float: right; }
.index_product .hd ul{width:100%; height: auto; overflow: hidden}
.index_product .hd ul li{width:100%; height: auto; overflow: hidden; margin-bottom:30px; padding-bottom: 10px; padding-left: 60px; position: relative}
.index_product .hd ul li a{display: block}
.index_product .hd ul li span,.in_pxmore span{color:#fff; font-size: 20px; opacity: 0.5; display: block; margin-bottom:10px}
.index_product .hd ul li p,.in_pxmore p{color:#fff; font-size:18px; opacity: 0.5; line-height: 40px; padding-bottom: 5px;}
.index_product .hd ul li:after{content: ""; width:24px; height: 17px; background: url(../images/p_jts.png) no-repeat center; position: absolute; top:50%; left:0; transform: translate(0,-50%); opacity: 0}
.index_product .hd ul li.on span{opacity: 1}
.index_product .hd ul li.on p{border-bottom: 1px solid #fff; opacity: 1}
.index_product .hd ul li.on:after{opacity: 1}
.index_product .hd ul li:last-child{margin-bottom: 0}
.in_pxmore{width:100%; height: auto; overflow: hidden; padding-bottom: 10px; padding-left: 60px; display: block; margin-top:25px;}
.in_pxmore:hover span{opacity:1}
.in_pxmore:hover p{opacity:1}

.p_more{color:#fff; font-size: 16px; background: url(../images/pp_jts.png) no-repeat left center; padding-left: 40px; line-height: 40px; height: 40px; 
	display: block; transition: all 0.4s ease-in-out;}
.p_more:hover{padding-left:50px;}
.index_product .bd{width:71%; height:auto; float: left}
.index_product .bd ul{width:100%; overflow: hidden; padding-bottom:30px;}
.index_product .bd ul li{width:100%; height: 100%; position: relative; padding-left: 25px}
.index_product .bd ul li:after{content: ""; width:95%; height: 100%; position: absolute; top:25px; left:0; background: #643411; border-radius: 0 200px 0 0}
.index_product .bd ul li img{width:100%; display: block;  border-radius:0 292px 0 0; position: relative; z-index: 9; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product .bd ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}







/*优势*/
.index_ys_all{width:100%; height: auto; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center; padding-top: 96px; padding-bottom: 50px; background-size: cover;}
.index_youshi{overflow: hidden}
.index_youshi_top{width:100%; height: auto; overflow: hidden}
.in_ystitle{float: left}
.in_ystitle h4{color:#fff; font-size: 64px; font-weight: bold; text-transform: uppercase; font-family: "思源宋体 CN"}
.in_ystitle h3{color:#ec7121; font-size: 26px; margin-top:10px;}
.in_symore{width:185px; height: 55px; float: right; background: #ec7121; text-align: center; line-height: 55px; font-size: 18px; color:#fff; margin-top: 40px;}
.in_symore:hover{background:#fff; color:#ec7121; border:1px solid #ec7121}
.index_youshi ul{width:100%; height: auto; overflow: hidden; margin-top: 50px;}
.index_youshi ul li{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.in_ysimg{width:93px; height: auto; float: left}
.in_ysimg img{width:100%; display: block;   -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.in_ysxx{margin-left:140px;}
.in_ysxx h4{width:100%; height: 40px; line-height: 40px; color:#fff; font-size: 20px; background:url(../images/hh_icon.png) no-repeat left center; 
	padding-left:30px; transition: all 0.4s ease-in-out;}
.index_youshi ul li:hover h4{padding-left:40px; }	
.in_ysxx p{width:72%; height: auto; line-height:30px; font-size: 14px; opacity: 0.5; color:#fff}
.index_youshi ul li:hover .in_ysimg img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}


.index_news{overflow: hidden; background: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.05); padding: 55px 0}
.index_news_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_news_title h4{color:#351a02; font-size: 64px; font-family: "思源宋体 CN"; font-weight: bold; text-transform: uppercase}
.index_news_title h3{color:#ec7121; font-size: 26px;}
.index_news ul{width:100%; height: auto; overflow: hidden; padding:30px 20px}
.index_news ul li{width:49%; height: auto; float: left; margin-bottom: 20px; padding: 26px 0}
.index_news ul li:nth-child(2n){float: right}
.in_news_time{width:115px; height: auto; float: left; border-right:1px solid #dcdcdc; text-align: center}
.in_news_time span{color:#000000; font-size: 50px; display: block; font-family: "思源宋体 CN";  font-weight: bold;}
.in_news_time p{color:#999999; font-size: 16px;}
.in_news_xx{margin-left:145px; padding-right: 60px;}
.in_news_xx h4{width:100%; height: 30px;  line-height: 30px; color: #333333; font-size: 16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 8px;}
.in_news_xx p{width:100%; height:48px;  line-height:24px; color: #666666; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news ul li:hover{ background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
.in_nmore{width:185px; height: 55px; background: #ec7121; text-align: center; line-height: 55px; font-size: 18px; color:#fff; display: block; margin: 0px auto;}
.in_nmore:hover{background:none; border:1px solid #ec7121; color:#ec7121}



/*联系我们*/
.index_contact{width:100%; height:944px; background: url(../images/contact_bjs.jpg) no-repeat center; background-size:cover;  background-attachment: fixed; padding-top: 350px; position:relative}
.index_contact .w1440{padding-left: 165px; position:relative; z-index:9}
.index_contact_title{width:100%; height: auto; overflow: hidden}
.index_contact_title h4{color:#351a02; font-size: 64px; font-weight:bold; text-transform: uppercase; font-family: "思源宋体 CN"}
.index_contact_title h5{color:#ec7121; font-size:26px; margin:15px 0 0}
.index_contact_title hr{width:100%; height: 1px; background: #ec7121; margin: 34px 0}
.index_contact_title h6{color:#333333; font-size: 14px;}
.index_contact_input{width:100%; height: auto; overflow: hidden; margin-top: 52px;}
.index_contact_input p{width:49.5%; height: 70px; background: #fff; position: relative; float: left; padding: 0 30px;}
.index_contact_input p input[type="text"]{width:100%; height: 100%; background: none; border: 0; font-size: 14px; color: #999999}
.index_contact_input p:nth-child(2n){float: right}
.index_contact_input textarea{width:100%; height: 70px; overflow: hidden;  font-size: 14px; color: #999999; resize: none; border: 0; margin-top: 20px; 
	padding: 10px;}
.in_submit{width:185px; height: 55px; background: #ec7121; text-align: center; line-height: 55px;  font-size: 18px; color:#fff; border: 0; margin-top: 45px;}
.in_submit:hover{border:1px solid #ec7121; background:none; color:#ec7121; cursor:pointer}

.index_contact:after{content:""; width:87.7%; height:680px; background:rgba(254,249,245,0.9); position:absolute; bottom:0; right:0; border-radius:240px 0 0 0;}






/*底部*/
.footer{width:100%; height:auto;  background:url(../images/footer_bjs.jpg) no-repeat center; background-size: cover; overflow: hidden; padding-top: 70px;}
.footer_center{width:100%; height: auto; overflow: hidden; border-top:1px solid rgba(255,255,255,0.25)}
.footer_left{width:30%; height: 450px; float: left; border-right:1px solid rgba(255,255,255,0.25); padding-top:46px;}
.footer_left h4{color:#fff; font-size: 38px; font-weight: bold; font-family: "思源宋体 CN"; text-transform: uppercase; margin-bottom:5px;}
.footer_left h3{color:#fff; font-size: 24px;}
.footer_left h6{color:#fff; font-size: 16px; font-weight: bold; margin-top: 40px; margin-bottom: 8px;}
.footer_left p{color:#8f8f8f; font-size:16px; line-height: 34px;}
.footer_right{width:70%; height: auto; float:left; padding-top:46px; padding-left: 8%}
.footer_right_top{width:100%; height: auto;     display: inline-block; margin-bottom: 32px;}
.footer_right_title{float: left}
.footer_right_title h4{color:#fff; font-size: 38px; font-weight: bold; font-family: "思源宋体 CN"; text-transform: uppercase; margin-bottom:5px;}
.footer_right_title h3{color:#fff; font-size: 24px;}
.footer_ma{float: right; margin-top:20px;}
.f_sj{width:40px; height: 40px; float: left; position: relative; background: url(../images/sj_icon.png) no-repeat center; }
.f_wx{width:40px; height: 40px; float: left; position: relative; background: url(../images/wx_icon.png) no-repeat center; margin-left: 65px;}
.f_sj img{width:100px; height: auto; display:none; position: absolute; top:40px; left:-40px}
.f_wx img{width:100px; height: auto; display:none; position: absolute; top:40px; right:0}
.f_sj:hover img{display: block}
.f_wx:hover img{display: block}
.footer_nav{width:100%; height: auto;}
.footer_nav dl{margin-left:74px; float: left;}
.footer_nav dl:nth-child(1){margin-left: 0}
.footer_nav dl dt{font-size: 16px; color: #fff; margin-bottom:20px; font-weight: bold; }
.footer_nav dl dd{width:100%; overflow: hidden}
.footer_nav dl dd a{width:100%; display: block; font-size: 14px; color: #fff; margin-bottom:10px; opacity: 0.4}
.footer_nav dl dd a:hover{opacity: 1}
.f_pro_nav{width:35%}
.f_pro_nav dd{width:100%; height: auto; overflow: hidden}
.f_pro_nav dd a{width:50%!important; float:left; color: #fff; opacity: 0.4}
.f_copy{width:100%; height:80px; overflow: hidden; line-height:80px;  border-top:1px solid rgba(255,255,255,0.25) }
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; float: left; }
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#ec7121!important}
.footer_zhichi{width:372px; height:auto; float: right;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#999999; height: 100%; line-height:80px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:26px; margin-right: 10px}
.footer_zhichi .js{width:80px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:30px;}
.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;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    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: -125px;
    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:#ec7121;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}







/*联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 400px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-bottom: 42px; margin-top: 20px;}
.contact_right{width:50%;float: left; font-size: 16px; color: #666666; line-height:32px}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}

.keyword_light{line-height:28px;}
.container2{width: 1200px;margin: 0px auto;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 60px 0 100px; padding-bottom: 70px; }
.ny_news_show img{max-width:100%}
.ny_news_show p{font-size:16px; color:#333; line-height: 36px;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 34px; line-height: 1.2; color: #333;font-weight: bold   }
.ny_title_1 p{text-transform: uppercase; font-size: 22px; color: #ec7121; position: relative; line-height: 2.6; }
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px; background: #d4d4d4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size:18px; 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: #fff;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #fff; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #fff; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #fff; padding: 15px 0; display: block;}
.section-content{width:100%; height:auto; overflow:hidden; margin: 60px 0 100px;}
.inside_banner{ height: 400px; padding-top:110px; position:relative; }
.inside_banner .in_header{position:absolute;}


.about_ban{background: url(../images/about_ban.jpg) no-repeat center bottom;}
.news_ban{ background: url(../images/news_ban.jpg) no-repeat center bottom;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center bottom;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center bottom;}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center bottom;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center bottom;}

.page-list{ display: none;}
.inside_banner h2{ font-size: 40px; font-weight: bold; color: #fff;; text-align: center;line-height: 2.4; padding-top: 20px;}
.inside_banner p{ text-align: center; font-size: 22px; }
.inside_banner p img{ margin-right: 10px;}
.inside_banner p *{ color: #fff;;  font-size: 16px;}
.inside_banner .shubiao{ display: block; margin: 32px auto;}
.nav-height{min-height: 90px; background: #f7f6f4;position: relative;}
.nav-wrap.navFix{position: fixed; top:92px; left: 0; z-index: 8; height:90px; background: #f7f6f4; width: 100%;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);}
.nav-wrap{ }
.nav-wrap ul{display: table!important; margin: 0 auto; max-width:1200px;}
.nav-wrap li{ float: left; line-height:60px; position: relative; margin:5px 0;}
.nav-wrap li a{font-size: 18px; padding: 0 30px; display:block}
.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:0; background: #ec7121; left: 50%; margin-left:-40px;  }
.honor{ overflow: hidden; padding-bottom: 120px;}
.honor_list{ overflow: hidden;  width:100%; margin-bottom:50px;}
.honor_list li{ width: 24.2%; float: left; border: 1px solid #e5e5e5; margin-right: 1%; margin-bottom: 20px;}
.honor_list li:nth-child(4n){ margin-right: 0;}
.honor_list li .img{overflow: hidden; width:100%;}
.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; width:100%; height:50px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.honor_list li:hover{ border: 1px solid #ec7121;}
.honor_list li:hover .gallery-title{ background: #ec7121; color: #fff;}


/*产品中心*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:60px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:100%; height:auto; border:1px solid #d2d2d2; margin:15px auto 25px; overflow:hidden; padding: 22px; }
 .ny_solution_img{width:300px; height:100%; float:left; overflow:hidden; border: 1px solid #d2d2d2}
.ny_solution_img img{width:100%; height:100%;    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s; display: block}
.ny_solution_xx{height:auto;margin-left: 320px; }
.ny_solution_xx p{font-size:16px; color:#555; line-height:31px;  }
.ny_solution_xx p b{color:#353432}
.ny_solution .case_link{margin-top:30px;}
.ny_soli_p{width:100%; height: auto; overflow: hidden;margin-top: 12px; margin-bottom: 12px;}
.ny_soli_p p{font-size:16px; color:#555; line-height:31px; height:62px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_pro_shengcan .slideBox .bd 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_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_product_all ul li:hover{border:1px solid #ec7121;}
.ny_solution_xx .ny_yfzx_title{margin-top: 0}
.yfzx_more:hover{background: #ec7121; color: #fff; border: 1px solid #ec7121; padding:5px 10px;}
.n_pro_nav{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}
.n_pro_nav a{font-size:16px; color:#666; border:1px solid #ffffff;   height: 50px; line-height:50px; width:auto; float:left; padding:0 20px; margin-right:10px; margin-bottom:10px;}
.n_pro_nav a:hover,.n_pro_nav a.m_active{background:#ec7121; color:#fff}

.ny_solution_xx .ny_yfzx_title h5{width:100%; height:auto; color:#333; font-size:18px; font-weight:bold; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}



/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 16px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 100%;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin:60px 0 100px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:44%; height:auto; float: left}
.ny_pro_tleft .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
.ny_pro_tleft .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.ny_pro_tleft .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.ny_pro_tleft .slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#c9c9c9; cursor:pointer; border-radius: 50%;}
.ny_pro_tleft .slideBox .hd ul li.on{ background:#ec7121; color:#fff; }
.ny_pro_tleft .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.ny_pro_tleft .slideBox .bd ul{width:100%; height: 100%; overflow: hidden}
.ny_pro_tleft .slideBox .bd li{width:100%; height: 100%; }
.ny_pro_tleft .slideBox .bd img{ width:100%; height:100%; display:block;  }
.ny_pro_tright{width:54%; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: 50px; line-height: 50px; font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:30px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;   }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height: 70px;}
.ny_pro_ddh{float: left;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #ec7121; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden; margin-top:30px;}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:72%; height: auto; overflow: hidden; float: left}
.ny_pro_bleft img{max-width:100%; }
.ny_pro_bright{width:26%; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_probt_case h3,.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.ny_probt_case li{width:275px; height: 300px; float: left; margin-right:22px;}
.ny_probt_case li:nth-child(3n){margin-right:0px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_case li img{width:100%; height: 203px; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_probt_case li .ny_probt_xx{width:100%; height: 40px;  padding:0 15px;}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_probt_case li:last-child{margin-right: 0px;}
.ny_probt_case li:hover .index_case_info::before,
.ny_probt_case li:hover p {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
.ny_probt_case li:hover .index_case_info {background: rgba(0,0,0,0.6);}
.ny_probt_case li:hover h5{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}
.ny_probt_case li .index_case_info h5{font-size: 16px; margin:0% 0 15px 0; }
.ny_probt_case li .case_xx{height:87px;}
.ny_probt_case li .case_xx p{font-size: 16px; line-height:28px;}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #ec7121;font-size: 16px;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden;font-size: 16px; }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #ec7121; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.sideMenu{width:100%; height: auto;  }
.sideMenu h3{ height:50px; line-height:50px; border-bottom:1px solid #e3e3e3;  font-size: 15px; color: #191919; cursor:pointer; padding: 0px 18px 0;
text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.sideMenu h3.on {background: #ec7121; color: #fff; border-bottom: 0px;}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;    cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{ padding:15px 32px; color:#999; display:none;  background: #eeeeee;}
.sideMenu ul li a{font-size: 15px; color: #313131}
.sideMenu ul li {width:100%; height: 35px; line-height: 35px;  padding-left:15px; overflow: hidden; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.sideMenu ul li:hover a{color:#ec7121}
.ny_probt{width:100%; height:65px;}
.ny_probt li{width:100%; height:65px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:65px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#333; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#333;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden; font-size:18px;font-weight: bold;}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top:36px; font-size:16px;color:#333; line-height:30px;}
.ny_proshow_info p{font-size:16px;color:#333; line-height:34px;}
.ny_proshow_info td{font-size:16px;color:#333; line-height:34px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; }
.ny_hotnews h3{width:100%; height:40px; background: #ec7121; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px; margin-bottom:20px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#ec7121}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}
.ny_hotnews input[type="text"]{width:75%; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{background:#ec7121; color:#fff;  height:35px; line-height:35px;  font-size:14px; border:0; width:25%;}



/*��ҳ����*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.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: 16px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8;    text-align: right;}
.news_xx{width:62%; height: auto; float: left; margin-left:2%; margin-top: 36px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 20px; 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:24%; 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:#ec7121}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 60px 0 100px; }
.ny_lx_dh,.ny_lx_dh p{width:100%; height:auto;  font-size: 16px; color: #333; line-height: 36px;}
.ny_list_all{width: 100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 60px;}
.container{ margin: 0px auto;width:1200px; }
.ny_nttile{width: 100%; font-size: 24px; color: #555; padding: 10px 0px; text-align: center; clear: both; font-weight: bold}
.ny_ntime{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; clear: both}






@media screen and (max-width:1680px){
	.index_about_num dl{padding: 0 20px;}
	.index_contact:after{width:92.7%}
}



	
@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	.footer_nav dl{margin-left:40px}
	.f_pro_nav{width:44%}
	.index_contact .w1440{padding-left:18px;}
	.index_product .hd{width:26%}
	.index_product .hd ul li{margin-bottom:10px;}
	.index_about_num dl dd span{font-size:55px;}
	.index_about_title h4{font-size:58px;}
	.index_about{padding: 88px 0 0 9%;}
	.index_contact:after{width:95%}
}


@media screen and (max-width:1360px){
.index_contact:after{width:99%}
}

