@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;}
.container_1300{ width:1300px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

.clear{ clear: both;}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../font/BebasNeue-Regular.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* 导航栏 */
.header_nav{height:96px; width:100%; }
.header_nav .container{position: relative}
.h_logo{width:16.5%; height:96px; float: left;  display: flex; align-items: center;}
.h_logo img{width:100%; height: auto; display: block; align-items: center; margin: 0px auto;}
.nav{width:52%; height:96px;float: left; margin-left: 76px;}
.nav .nLi{float:left; position:relative; display:inline; height:96px;  width:auto; text-align: center; margin-right: 3%;}
.nav .nLi:last-child{margin-right: 0}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:18px;  color:#333;  position: relative  }
.nav .nLi h3 a p{font-size:17px; color:#333; line-height:96px; }
.nav .nLi h3 a span{font-size:12px; color:#333 }
.nav li.active{ border-bottom: 3px solid #004ca4}
.nav .nLi:hover{ border-bottom: 3px solid #004ca4}
.nav .nLi:hover h3 p,.nav li.active h3 p{color:#004ca4; font-weight: bold;}
.nav .sub{ display:none;left:50%; top:96px;  position:absolute;  line-height:26px; width:130px;  margin-left: -65px;    z-index: 999; background:rgba(255,255,255,0.85); }
.nav li:nth-child(3) .sub{ width: 250px;}
.nav .sub li{ zoom:1; height:42px; line-height:42px;text-align: center; background:rgba(255,255,255,0.85);}
.nav .sub li.zilei{ background:rgba(255,255,255,0.85) url(../images/sanji2.png) no-repeat 94% center;}
.nav .sub li.zilei:hover{ background:#0054a8 url(../images/sanji.png) no-repeat 94% center;}
.nav .sub li p{ width:100%; float: left; margin: 0px;}
.nav .sub li span{ float: right;}
.nav .sub li a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub li:hover{background: #0054a8}
.nav .sub li:hover a{ color: #fff;}
.nav .sub ul{ position: absolute; width: 250px; right: -250px; background: #fff; top: 0;}
.nav .sub li:hover ul li a{ color: #333;}
.nav .sub li ul li:hover a{ color: #fff;}
.nav .sub li ul{ display: none;}
.nav .sub li.zilei:hover ul{ display: block;}
.header_nav .top_tel{ height: 96px; line-height: 99px; font-size: 16px; color: #333; float: right; font-weight: bold;}
.header_nav .top_tel span{ color: #0054a8; font-weight: normal; font-size: 16px;}

.h_yuyan{float:right; font-size:20px; color:#0054a8;  line-height:96px; margin-left:3%}




/* 首页:banner */
.banner{ width:100%; height:580px; position: relative; overflow: hidden}
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{position:absolute;right:50%; margin-right: -40px; bottom:50px;z-index:1;overflow:hidden;height:22px}
.banner .slideBox .hd ul{float:left;overflow:hidden;zoom:1}
.banner .slideBox .hd ul li{float:left;margin-right:15px;width:12px;height:12px; background: #ddd; cursor:pointer; border-radius: 50%;}
.banner .slideBox .hd ul li.on{background:#fff}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1; background-size:cover!important}
.banner .slideBox .bd li video{ width: 100%;}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }
.index_lei{width:100%; height: auto; overflow:hidden; padding: 48px 0;  background: #f4f4f4}
.index_lei ul{width:100%; height: auto; overflow: hidden}
.index_lei ul li{width:32.4%; height:454px; float: left; position: relative; margin-right:1.4%; overflow: hidden; background: #fff;}
.index_lei ul li .in_ppic{width:100%; height: auto; display: block;   
transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_lei ul li:last-child{margin-right: 0}
.index_lei_hover{width:100%; height: 154px; background: rgba(255,255,255,0.7); padding: 20px 0; text-align: center; position: absolute; bottom:0; left:0}
.index_lei_hover h3{font-size: 24px; color: #333333; line-height: 40px;}
.index_lei_hover p{font-size: 14px; color: #666666; font-family: "Arial"; text-transform: uppercase;}
.index_pro{width:100%; background:#fff; padding:40px 30px 0;}
.in_ab_pic{width:100%; height: auto; position: absolute; bottom: 0;}
.in_ab_pic img{width:100%; height: auto; display: block}
.index_pro h4{font-size: 14px; color: #666666; line-height: 28px; text-transform: uppercase;}
.index_pro h3{font-size:24px; color: #0054a8; border-left:4px solid #0054a8; margin:10px auto; line-height: 30px; padding-left: 15px;}
.in_ab_xx{width:100%; height: auto; overflow: hidden; line-height: 28px; font-size: 16px; color: #333333; margin-top: 20px; text-align: justify; color: #666;}
.index_lei ul li:hover .in_ppic{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}




/*底部*/
.footer{width:100%; height:270px; overflow: hidden; background:#313131; padding-top:54px}
.footer_left{width:20%; height: auto; float: left; margin-right: 5%;}
.footer_left a{width:100%; height:auto; display:block; }
.footer_left img{max-width:100%; height: auto; display: block}
.footer_left p{font-size: 16px; color: #999999; line-height: 28px; margin-top:20px;}
.footer_dizhi{font-size: 14px; color: #999999; line-height: 28px; margin-right: 20px; float: left; width:24%}
.footer_dizhi_info{width:31%; float: left;font-size: 14px; color: #999999; line-height: 28px;}
.footer_right_ma{width:18%; float: right;}
.footer_right_ma h3{width:100%; height: auto; overflow: hidden; font-size: 18px; color: #999999; font-weight: bold;}
.footer_right_ma dl{width:49%; height: auto; float: left; margin-top: 20px; }
.footer_right_ma dl dt{width:100%; height: 100%; padding: 5px; background: url(../images/img_pic.png) no-repeat center}
.footer_right_ma dl dt img{width:100%; height: 100%; display: block}
.footer_right_ma dl dd{width:100%; height: 35px; line-height: 35px; font-size:14px; color: #999999; text-align: center;}
.dl_last{float:right!important}
.copy{clear:both;width:100%;height:50px;color:#999999; line-height:50px; position: relative; background: #071d7e; background: #1b1b1b}
.copy_l{float:left; font-size:12px; color:#999999}
.copy_l a{color:#999999}
.copy_l a:hover{color:#004ca4!important}
.footer_zhichi{width:auto; height:48px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#4d4d4d; line-height:50px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:12px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:12px;}
.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: #777777;}
.footer_zhichi i{ float: left;}



/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; color:#666; line-height:30px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_news_show h1{ font-size: 24px; color: #333; font-weight: bold;}



/*手机*/
.sj_header{width:100%; clear:both; height:60px;  padding: 0px 10px;display: none; background: #fff}
.sj_header_top{width:100%; height: 100%}
.sj_logo{width:18%; float:left; height:60px; display: flex; align-items: center;}
.sj_logo img{align-items: center; margin: 0px auto; max-width:100%}

.menu{float:right; height:auto; width:30px; margin-top: 19px; }
.menu img{height:100%; width:100%;}
.app{float:right; padding-right:15px; margin-top:7px;}
.app img{height:22px;}
.openmenu{overflow-y:scroll; }
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:99; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{background: #0054a8;left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:999; box-shadow:3px 0px 7px rgba(0,0,0,0.55); -webkit-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55);}


.menu_head{width:100%; min-width:150px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; line-height:25px; text-indent:1em; color:#fff; padding:8px 0px; font-size:1em; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; width: 100%;  height: 100%; display: block}
.menu_body{width:100%; min-width:150px; overflow:hidden; line-height:38px; display:none;}
.menu_body a{width:100%; display:block; height:28px; line-height:28px; color:#fff; text-indent:2em; border-bottom:rgba(255, 255, 255, 0.32) 1px solid;}
.sj_banner{width:100%;height:auto; display: none;}
.sj_banner img{width:100%; height: auto;}
.sj_banner .swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.sj_banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #fff; opacity: 1}
.swiper-pagination-bullet-active{background: #0796e5}


/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height: 60px;width: 100%; font-size: .14rem;  display: none; background: #0054a8}
footer ul{height: 100%; display: block}
footer li{width: 25%;height: 100%;float: left; padding-top: 6px; }
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;color: #fff; }
footer span{line-height:30px; font-size: 12px; width: 100%; display: block; color: #fff}
footer li.active{background: #333}
footer .n1{background: url(../images/f_h1.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n2{background: url(../images/f_h2.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n3{background: url(../images/f_h3.png) no-repeat center;background-size:  100% 100%; width:31px;}
footer .n5{background: url(../images/f_h5.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n4{background: url(../images/f_h4.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n6{background: url(../images/f_h6.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer i{height:20px; display: block; margin: 2px auto 0; }
.sj_copy {width: 100%;  text-align: center; line-height: 28px; clear: both; font-size: 14px;  padding: 30px 0; background: #f7f7f7; display: none; }
.sj_copy p{color:#333333;line-height:28px; font-size: 1rem}
.sj_copy a{color:#333333;line-height:28px; font-size: 1rem}
















/*客服*/
.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: -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:#0054a8;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}









/*内页*/
.ny_banner{ width:100%;  position:relative;  height:350px;clear: left; }
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.service_ban{background: url(../images/xfwl_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.yxwl_ban{background: url(../images/yxwl_ban.jpg) no-repeat center}



.ny_baninfo{width:1200px; height:225px; position: absolute; top:100px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:100%; height: auto; overflow: hidden; margin-top: 28px;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #be996f; margin-top: 10px; margin-right: 8px;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#0c4499}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #0c4499)) 0 0 no-repeat;
	-webkit-background-size: 125px;
	color: rgba(255, 255, 255, 0.1);
	-webkit-background-clip: text;
	height:50px;
	line-height:50px;
	font-weight:bold;
	display:block;
	position:absolute;
	left:0;
	top:0%; 
	-webkit-animation-name: shine;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}




/*内部二级导航*/
.ny_nav{width:100%; height:90px; background: #f5f8fb;}
.ny_nav ul{width:auto; margin:0px auto; display:table;}
.ny_nav ul li{height:90px; line-height:90px; float:left; text-align:center;position:relative; }
.ny_nav ul li a{width:100%; height:100%; display:block; color:#333; font-size: 18px; padding: 0 30px;}
.ny_nav ul li::after{ content: "|"; position: absolute; right: 0; top: 0px; color: #808080; z-index: 9;}
.ny_nav ul li:hover,.ny_nav ul li.active{background: url(../images/san_bj.png) no-repeat bottom center}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left; background: url(../images/p_xx.png) no-repeat left center; padding-left: 50px; margin-right: 30px; line-height: 40px; 
	margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#0c4499}
.ny_pro_bt ul li:hover{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#0c4499}

/*推荐新闻*/
/*内页通用新闻资讯*/
.nynews-l{ margin-top:30px; width: 48%;}
.nynewst-div { width:187px; height: 152px; overflow:hidden; margin-top: 29px; margin-left: 7px;}
.nynewst-div > img{ width:100%; transition: .6s; }
.nynews-top{ width:100%; height:auto;  transition: .3s; border:1px solid #d5d5d5; overflow:hidden  }
.nynews-top .r > h3{ color:#555555; font-size:16px; margin-top: 30px;transition: .3s;}
.nynews-top .r > p{ color:#a1a1a1; font-size:14px;transition: .3s;}
.nynews-top .r > span{color:#a1a1a1; font-size:14px; line-height: 40px;transition: .3s;}
.nynews-top .r{width: 320px;margin-right: 50px;}
.nynews-li{border-bottom:1px dashed #d5d5d5;  overflow: hidden; }
.nynews-li > span{ border:2px solid #0056b7; border-radius: 50%;  width:8px; height: 8px; display: block; float:left; margin-top: 20px;  margin-right: 6px;position: relative; left:0; transition: .3s;}
.nynews-li > a { float:left; line-height: 52px;  width:76%; color:#1b1b1b; font-size:16px; position: relative; left:0; transition: .3s;   text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.nynews-li > p{ float:right;line-height: 52px; color: #626262;font-size: 14px;position: relative; right:0; transition: .3s;}
.nynews-li a:hover  { left:15px; color:#0056b7;}
.nynews-li:hover > span{ left:15px; background: #0056b7; }
.nynews-li:hover > p{ right:15px; color:#0056b7;}
.nynews-top:hover .nynewst-l > img{ transform:scale3d(1.1,1.1,1);}
.nynews-top:hover{ background:#0056b7; border:1px solid #0056b7;  }
.nynews-top:hover .l > h3{ color:#fff;}
.nynews-top:hover .l > p{ color:#fff; }
.nynews-top:hover .l > span{color:#fff; ;}
.news-bot{ margin-bottom:40px}
.intitle-top > h3{ font-size: 30px;  text-align: center; font-weight: bold;color: #0c46c6;}
.intitle-top > p{ font-size:18px; color:#707070; text-align: center; line-height: 40px; }
.ny-news{ margin-top: 40px; margin-bottom: 70px; overflow:hidden;width: 1200px;margin: 0 auto; padding-bottom: 60px;}
.main-title > h3 > span{ color: #0056b7;  }
.nynewst-l{ width: 50%; height: auto; overflow: hidden; float: left; }
.nynewst-l > img{ width:100%; transition: .6s; }
.nynews-top > a { display: block; padding: 16px; overflow:hidden}
.nynews-top > a > .l{ width:46%; margin-left: 2%;  }
.nynews-top > a > .l > h3{width:100%; height:30px; color: #535353; font-size: 16px; font-weight: bold;line-height: 30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap  }
.nynews-top > a > .l > span{ color: #898989; font-size: 14px; display: block; line-height: 36px; }
.nynews-top > a > .l > p{ color: #898989; font-size: 14px; line-height: 24px; width:100%; height:72px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; }



/*内页：新闻资讯*/
.in-news{ margin-top: 60px; background: url(../images/innews-bg.jpg) no-repeat center; background-position: bottom; }
.news-title h3{ color: #0056b7;}
.news-title span {width:442px; line-height: 80px; color: #0056b7; font-size: 33px;text-align: center; font-weight: bold;}
.news-title span p{ color: #0056b7 !important;font-size: 33px;text-align: center;font-weight: bold;padding-top: 13px; }
.news-title p{ color: #626262; }
.title h3{ font-size: 30px; text-align: center; font-weight: bold;}
.title span{ display: block;  width:442px; height: 80px; margin: 0 auto; }
.newsli-l{ width:130px; height: 122px; background:#333; transition: .6s;  }
.newsli-l span{ font-size: 20px; font-weight: bold; text-align: center; padding-top: 20px; color: #fff;  border-bottom: 1px solid #444; width: 100px; margin: 0 auto; padding-bottom: 13px;  transition: .6s; display:block;}
.newsli-l p{ text-align: center; font-size: 30px; font-weight: bold; line-height: 40px; color: #fff; padding-top: 10px;   }
.newsli-r{ width: 790px; background: #f5f5f5; padding: 18px 20px; height:122px  }
.news-li{ clear: both; margin-bottom: 20px; display: table; }
.newsli-r h3{ font-size: 18px; line-height: 30px; transition: .6s; width:100%; height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; color:#333}
.newsli-r p{ font-size: 15px; line-height: 24px; margin-top: 5px; width:100%; height:48px; overflow:hidden; color:#333}
.news-li:hover .newsli-l { background: #0056b7; }
.news-li:hover .newsli-l span{ border-bottom: 1px solid #fff;  }
.news-li:hover .newsli-r h3{ color: #0056b7;  }
.news-li:hover .newsli-r p{ color: #0056b7;  }
.ny_news_h1{width: 100%; text-align: center; clear: both; height:40px; }
.ny_news_h1 h1{ font-size:24px; color: #555; }
.ny_news_xxs{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; font-size:14px;}
.ny_news_show{margin-bottom:70px;}


/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li{width:23.5%; height: auto; float: left; margin-right:2%; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #eee}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:1rem; color: #333; text-align: center;
	text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_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_news_all{width:100%; height: auto; overflow: hidden; margin: 40px 0; }
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{widdth:100%; height: 35px; line-height: 35px; font-size: 18px; color: #666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#0c4499}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_time{width: 100%; color: #999; height:auto; line-height:26px; margin-bottom: 20px; padding:5px  0;  border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;  clear: both}

.ny_news_zi h1{width: 100%; font-size: 24px; color: #555; padding: 10px 0px; text-align: center;
                clear: both; font-weight: bold}


/*联系我们*/
.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%;}



/*解决方案*/
.ny_nav_er{width:100%; height: auto;  overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.ny_nav_er a{font-size: 16px; color: #666666; line-height:70px; float: left; width: 20%; text-align: center}
.ny_nav_er a:hover{background: url(../images/er_active.png) no-repeat bottom center}
.ny_nav_er a.active{background: url(../images/er_active.png) no-repeat bottom center}

.ny_jjfa_ban{width:100%; height: 749px; position:relative; }
.jjfa_ban_info{width:1300px; height:auto; margin:0px auto; padding-top:200px;}
.jjfa_ban_info span{ display: block; text-transform: uppercase; color: #fff; font-size: 13px; line-height: 2;}
.jjfa_ban_info h3{font-size:48px; color:#fff; font-weight:bold; margin-bottom:10px;}
.jjfa_ban_info p{font-size:16px; color:#fff;  margin-top:10px; line-height:30px; width:656px; text-align: justify;}

.ny_jjfa_ban .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.ny_jjfa_ban .slideBox .hd{position:absolute;right:0; bottom:10px;z-index:1;overflow:hidden;height:22px; width:100%}
.ny_jjfa_ban .slideBox .hd ul{overflow:hidden;zoom:1; display:table; margin:0px auto;}
.ny_jjfa_ban .slideBox .hd ul li{float:left;margin-right:15px;width:12px;height:12px; background: #ddd; cursor:pointer; border-radius: 50%;}
.ny_jjfa_ban .slideBox .hd ul li.on{background:#fff}
.ny_jjfa_ban .slideBox .bd{position:relative;z-index:0;width:100%;height:100%}
.ny_jjfa_ban .slideBox .bd ul{width:100%;height:100%}
.ny_jjfa_ban .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.ny_jjfa_ban .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }
.ny_jjfa_ban .slideBox .hd ul li:last-child{margin-right:0}


.jjfa_shubiao{width:21px; height: 58px; position: absolute; bottom:40px; left:50%; margin-left: -10.5px; background: url(../images/shubiao.png) no-repeat center; 
 animation: l_jump 1.5s ease-in-out 0.1s alternate infinite;
    -webkit-animation: l_jump 1.5s ease-in-out 0.1s alternate infinite;
}

@keyframes l_jump{
	from{ transform:translateY(-10px); -webkit-transform:translateY(-10px);}
	to{ transform:translateY(10px); -webkit-transform:translateY(10px); }
	}
@-webkit-keyframes l_jump{
	from{ transform:translateY(-10px); -webkit-transform:translateY(-10px); }
	to{ transform:translateY(10px); -webkit-transform:translateY(10px); }
	}



.ny_huoban{width:100%; height: auto; overflow: hidden; margin-top: 78px;}
.ny_huoban_title{width:100%; height: auto; overflow: hidden; text-align: center;}
.ny_huoban_title h3{font-size: 42px; color: #333333;}
.ny_huoban_title h4{font-size:20px; color: #333333; opacity: 0.6; margin-bottom:8px;text-transform: uppercase;}
.ny_huoban_title p{font-size: 15px; color: #666666; line-height: 28px;}
.ny_huoban_list{width:100%; height: auto; overflow: hidden;  margin-bottom: 40px;}
.ny_huoban_list ul{width:100%; height: auto; overflow: hidden; margin-bottom: 30px;}
.ny_huoban_list ul li{width:16%; height: auto; margin-right:0.8%; margin-bottom: 10px; float: left; overflow: hidden}
.ny_huoban_list ul li:nth-child(6n){margin-right: 0}
.ny_huoban_list ul li 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_huoban_list 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_more{width:100%; height: auto; overflow: hidden; text-align: center;}
.ny_product_more p{font-size: 16px; color: #666666; line-height: 30px; margin-bottom: 8px;}
.ny_product_more:hover p{color:#024ca5}
.ny_jjfa_product{width:100%; height: auto; overflow: hidden;  background: url(../images/ny_probjs.jpg) no-repeat center; padding-top: 72px; padding-bottom: 100px;}
.ny_jjfa_product .swiper-container{margin-top: 40px;}
.ny_jjfa_product .swiper-slide .jjfa_product_li{width:100%; height: auto; display: block}
.ny_jjfa_pic{width:100%; height: auto; overflow: hidden}
.ny_jjfa_pic img{width:100%; height: auto; display: block}
.ny_jjfa_x{width:100%; height: 74px; line-height: 74px; background: #fff; margin-top:5px; padding: 0px 10px;}
.ny_jjfa_x h3{width:70%; height: auto; float: left; font-size: 16px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background: url(../images/pp_lan.png) no-repeat left center; padding-left:18px;}
.ny_jjfa_x .p_jj{float: right; background: url(../images/pp_i1.png) no-repeat left center; padding-left: 20px; font-size: 14px; color: #999999; margin-right: 3%}
.ny_jjfa_x .p_xx{float: right; background: url(../images/pp_i1.png) no-repeat left center; padding-left: 20px; font-size: 14px; color: #999999}
.ny_jjfa{width:100%; height: auto; overflow: hidden; margin-top: 62px;}
.ny_jjfa_title{overflow: hidden}
.ny_jjfa_title h4{font-size: 20px; color: #333333; opacity: 0.6}
.ny_jjfa_title h3{font-size: 42px; color: #333333; margin-top: 8px; }
.ny_jjfa .slideTxtBox{width:100%; height: auto;  position: relative; margin-top: 40px;}
.ny_jjfa .slideTxtBox .hd{ height:auto;  position:absolute; top:-130px; right:20% }
.ny_jjfa .slideTxtBox .hd ul{width:100%; height: auto; display: block}
.ny_jjfa .slideTxtBox .hd ul li{ float:left; background: url(../images/hh_xs.png) no-repeat right center; width: 175px;}
.ny_jjfa .slideTxtBox .hd ul li i{height: 70px; display: block}
.ny_jjfa .slideTxtBox .hd ul li p{font-size: 18px; color: #666666; line-height: 28px; text-align: center}
.ny_jjfa .slideTxtBox .hd ul li:last-child{background: none;}
.jj1{background: url(../images/i11.png) no-repeat center}
.jj2{background: url(../images/i22.png) no-repeat center}
.jj3{background: url(../images/i33.png) no-repeat center}
.jj4{background: url(../images/i44.png) no-repeat center}
.ny_jjfa .slideTxtBox .hd ul li.on p{color:#024ca5}
.ny_jjfa .slideTxtBox .hd ul li.on .jj1{background: url(../images/ih11.png) no-repeat center}
.ny_jjfa .slideTxtBox .hd ul li.on .jj2{background: url(../images/ih22.png) no-repeat center}
.ny_jjfa .slideTxtBox .hd ul li.on .jj3{background: url(../images/ih33.png) no-repeat center}
.ny_jjfa .slideTxtBox .hd ul li.on .jj4{background: url(../images/ih44.png) no-repeat center}
.ny_jjfa .slideTxtBox .bd{width:100%; height: auto; overflow: hidden}
.ny_jjfa .slideTxtBox .bd ul{width:100%; height: auto; overflow: hidden}
.ny_jjfa .slideTxtBox .bd li{width:100%; height:543px; position: relative; overflow:hidden}
.ny_jjfa .slideTxtBox .bd li img{width:100%; height: auto; display: none;}
.ny_jjfa_xx{width:635px; height: 358px; background: #fff; float: right; margin-right:18%; margin-top: 95px; padding:42px; line-height:1.8; color: #666;}
.ny_jjfa_xx h3{width:100%; font-size: 30px; color: #333333; margin-bottom:15px;}
.ny_jjfa_xx p{ height: 42px; border:1px solid #dedede; line-height: 42px;  margin-bottom: 10px; float: left; border-radius: 21px; width: 48%; text-align: center; color: #024ca5}
.ny_jjfa_xx p a{ color: #333; display: block;}
.ny_jjfa_xx p:nth-child(2n){ float: right;}
.ny_jjfa_xx p:hover{ background: #004da3; border: 1px solid #004da3}
.ny_jjfa_xx p:hover a{ color: #fff;}

.ny_jjfa_xx .jjfa_m{width:165px; height: 50px; border-radius: 25px; display: block; background-image: linear-gradient(to right, #004c9f , #009df8); 
	background-image: -webkit-gradient(to right, #004c9f , #009df8); 
	background-image: -webkit-radial-gradient(to right, #004c9f , #009df8); padding: 0px 26px; line-height: 50px;}

.ny_jjfa_xx em{ display: block; margin-bottom: 20px;}
.jjfa_m span{width:100%; height: 100%; color:#fff; font-size: 20px; background: url(../images/ly_icon.png) no-repeat left center;
	padding-left: 40px;}
.jjfa_m span a{ font-size: 16px; color: #fff; line-height: 50px;}    
.ny_hezuo{width:100%; height: 347px; overflow: hidden; background: url(../images/hezuo_bjs.jpg) no-repeat center; padding-top: 80px;}
.ny_hezuo h3{font-size: 42px; color:#333333}
.ny_hezuo p{width:100%; height: auto; overflow: hidden; line-height: 28px; font-size: 16px; color: #666666}
.ny_hezuo_text{width:80%; height: auto; overflow: hidden; margin-top: 40px;}
.hezuo_input{width:24.3%; height:56px; float: left; margin-right:1%; position:relative}
.hezuo_input input[type="text"]{width:100%; height: 100%; background: #fff; border: 0; padding: 0px 10px; font-size: 16px; color: #999999; margin-right: 2%}
.hz_tj{width:24%; height: 56px; background: #024ca5;color:#fff; text-align: center; line-height: 56px; font-size: 18px; border: 0; cursor: pointer}


.slideTxtBox .bd ul:first-child li .jjfa_m{ display: none}


/*内页关于我们*/

.ny_about_one{ height: auto; overflow: hidden; padding:110px 0; background: url(../images/ab_pic.jpg) no-repeat bottom right; position: relative;}
.about_one_left{width:100%; height: auto; overflow: hidden;}

.about_one_left li{ width: 23%; float: left; }
.about_one_left li img{ display: block;float: left; margin-right: 20px;}
.about_one_left li p{font-size: 20px; color: #333; line-height: 1.8;}
.about_one_left li span{font-size: 14px; color: #666;}

.ny_about_two{width:100%;overflow: hidden; background:#f5f8fb; padding:70px 0;}
.about_two_title{width:100%; height: auto; overflow: hidden}
.about_two_title h5{width:100%; height: 25px; line-height: 25px; font-size: 18px; color: #fff; font-family: "Arial"}
.about_two_title h5 span{width:19px; height:19px; float: left; background: #fff; text-align: center; line-height: 19px; color: #333; font-size: 12px; text-align: center;  margin-right: 8px; }
.about_two_title h3{font-size: 30px; color: #fff; font-weight: bold; line-height: 40px; padding-left:28px;}
.about_two_title h3 span{color:#005bac; font-size: 30px;  font-weight: bold;}
.about_two_title p{font-size:24px; color: #fff; margin-top: 12px; padding-left: 28px;}
.ny_about_two ul{width:100%; height: auto; overflow: hidden; margin: 62px 0}
.ny_about_two ul li{width:23.4%; height:185px; border: 2px solid #dedede; border-radius:10px; text-align: center; float: left; margin-right: 2%; padding:30px 0px 0; margin-bottom: 20px;}
.ny_about_two ul li:nth-child(4n){margin-right: 0}
.ny_about_two ul li h3{font-size: 20px; color: #333; font-weight: bold; margin-bottom: 10px;}
.ny_about_two ul li p{font-size: 15px; color: #999; line-height:26px;}
.ny_about_two ul li:hover{background: #ea912a; border: 2px solid #ea912a; box-shadow: 0 0 8px rgba(0,0,0,0.3)}
.ny_about_two ul li:hover h3,.ny_about_two ul li:hover p{color:#fff}
.ny_about_san{width:100%; height:686px; overflow: hidden; background: url(../images/licheng_bjs.jpg) no-repeat top center;  padding: 62px 0 0}
.ny_about_san .container{padding: 0 2%}
.about_san_info{width:100%; height:532px; overflow: hidden; background:url(../images/lc_bjs.png) no-repeat top center;  margin-top: 50px; 
    position: relative; }
.about_san_li{width:100%; height: auto; overflow: hidden; text-align: center}
.about_san_li i{width:12px; height:12px; display: block; border-radius: 50%; background: #dcdcdc; margin: 35px auto;}
.about_san_nian{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333}
.about_san_li span{font-size: 30px; color: #005bac; font-weight: 900; height: 60px; }
.about_san_li p{font-size: 14px; color: #333333; line-height: 28px; height:auto;}
.about_san_info:after{content: ""; width: 100%; height: 1px; position: absolute; top:80px; left:0; z-index: 0; background: #e5e5e5;}
.about_san_info .swiper-button-next, .about_san_info .swiper-button-prev{width:37px; height: 37px; top:auto; bottom:0; opacity: 1}
.about_san_info .swiper-button-next{background: url(../images/lc_right.png) no-repeat center; left:50%}
.about_san_info .swiper-button-prev{background: url(../images/lc_left.png) no-repeat center; left:44%}
.about_san_info .swiper-container{padding-bottom:110px;}
.ny_about_jg{width:100%; height:840px; background: url(../images/zzjg_bjs.jpg) no-repeat center; padding:64px 0; position: relative}
.ny_about_jg .container{position: relative;}
.ny_about_jg .ny_message_t{position: absolute; top:0px; left:42px; z-index: 9}
.about_jg_img{width:100%; height: auto; overflow: hidden; position: relative; text-align: center}
.about_jg_img img{max-width: 100%}
.ny_about_si{width:100%; height: auto; overflow: hidden; margin-top: 72px;}
.about_si_list{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.about_si_list a{width:24.2%; height: auto; margin-right: 1%; float: left; overflow: hidden}
.about_si_list a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_si_list a:last-child{margin-right: 0}
.about_si_list a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_about_si ul{width:100%; height: auto; overflow:hidden; margin-top: 10px;}
.ny_about_si ul li{width:24.2%; height: auto; margin-right: 1%; margin-bottom: 20px; float: left; overflow: hidden}
.ny_about_si ul li 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_about_si ul li:nth-child(4n){margin-right: 0}
.ny_fa_more{width:156px; height: 46px; border: 2px solid #005bac; border-radius: 25px; display: block; margin:40px auto 50px; line-height:40px; text-align: center}
.ny_fa_more p{font-size: 16px; color: #333333; display: inline-block; vertical-align: middle; }
.ny_about_si 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_about_wu{width:100%; height:auto; margin-top: 40px; margin-bottom: 100px;}
.ny_about_wu .swiper-container{margin-top:15px;}
.ny_about_wu .swiper-slide .hz_img{width:100%; height: auto; overflow:hidden;}
.ny_about_wu .swiper-slide .hz_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_about_wu .swiper-slide .hz_img:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_about_wu .swiper-button-next, .ny_about_wu .swiper-button-prev{width:37px; height: 37px; top:50%; ; opacity: 1; margin-right: 0; display: none}
.ny_about_wu .swiper-button-next{background: url(../images/lc_right.png) no-repeat center; right:-50px}
.ny_about_wu .swiper-button-prev{background: url(../images/lc_left.png) no-repeat center; left:-70px}
.ab_wu_xx{width:100%; height: auto; position: relative}
.about_wu_top{width:100%; height: auto; overflow: hidden; margin-top:30px;}
.about_wu_top ul{width:100%; height: auto; overflow: hidden}
.about_wu_top ul li{width:32.6%; height: auto; float: left; margin-right: 1%}
.about_wu_top ul li img{width:100%; height: auto; display: block}
.about_wu_top ul li:last-child{margin-right:0 }








/*产品详情页*/
.ny_pro_ft{width:100%; height: auto; margin-top: 60px;}
.ny_pro_ft h3{font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;}
.ny_pro_ft p,.ny_pro_fts p{font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;}
.ny_product_show{width:100%; height: auto; overflow: hidden; margin: 55px 0;}
.ny_product_show h3{ text-align: center; font-size: 32px; font-weight: bold; color: #333; line-height: 1.8; margin-bottom: 5px;}
.ny_pro_top{width:100%; height: auto; overflow: hidden; margin-top:20px;}
.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:#0c4499; 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:53%; height: auto; float: right}
.ny_pro_tright h1{ font-size: 36px; color: #191919; height: 50px; line-height: 50px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; line-height: 2; color: #666; padding-bottom: 20px;}
.ny_pro_p p{width:100%; height:100%;  color: #000000; line-height: 35px; font-size: 15px;    word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:260px; height: 60px; background: #959595; display: block; overflow: hidden; line-height: 60px; font-size: 18px; color: #fff; float: left; margin-right: 18px; }
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:56px;}
.ny_pro_dh{width:100%; height:80px; margin-top:20px;}
.ny_pro_dh i{ color: #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: #0c4499; font-family: "Impact"}
.ny_pro_24{width:100%; height: 30px; line-height: 30px; overflow: hidden}
.ny_pro_24 p{font-size: 14px; color: #313131; background: url(../images/dh.png) no-repeat left center; float: left; padding-left: 20px; margin-right: 30px;}

.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:100%; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:300px; height: auto; float: right}
.ny_probt_case{width:100%; height:368px; margin-top: 30px; }
.ny_proshow_num h3,.ny_proshow_info h3{ font-size: 30px; color: #313131; font-weight: 500; text-align: center; margin-bottom: 24px;}
.nyprocase-div{width:100%; height: 203px; overflow:hidden; position: relative}
.ny_probt_xx h3{width: 100%; height:40px;  line-height: 40px; font-size: 16px; color: #313131; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}

.ny_proinput .ny_pro_ft{margin-top:50px;}
.ny_proinput .ny_pro_ft span{color: #0c4499;}
.ny_proinput ul{width:100%; height: auto; display: block; overflow: hidden; margin-top: 38px;}
.ny_proinput ul li{width:100%; height: auto; margin-bottom: 12px; overflow: hidden }
.ny_proinput ul li div{height: 36px; width: 420px; border: 1px solid #d2d2d2; float: left;}
.ny_proinput ul li div input{width:100%; height: 100%; border: 0px; padding-left: 10px;}
.li_dh{float: right!important}
.ny_proinput ul li textarea{width:100%; height: 88px; border: 1px solid #d2d2d2; padding: 10px; resize: none}
.liji_su{width:423px; height:46px; background: #0c4499; font-size: 16px; color: #ffffff; border: 0px; margin: 10px auto; display: block}
.ny_proinput{overflow:hidden; margin-bottom:20px;}
.ny_probt{width:100%; height:42px;}
.ny_probt li{width:100%; height:42px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:42px; margin-right:1px;}
.ny_probt li:last-child{margin-right:0px;}
.ny_probt li:hover{background:#0c4499; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#0c4499;}
.ny_probt li.on a{ color:#fff}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden; font-size:16pxx;color:#666; line-height:30px;}
.fangan_show{ margin-top:20px;}

.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-bottom:20px;}
.ny_hotnews h3{width:100%; height:40px; background: #0c4499; color: #fff; text-align: center; line-height: 40px; font-size: 20px; padding: 0px 10px;}
.ny_hotnews ul{width:100%; height: auto; margin-top: 10px;}
.ny_hotnews ul li{width:100%; height:40px; line-height:40px; border-bottom: 1px solid #eee; padding: 0px 10px;}
.ny_hotnews ul li p{width:70%; float: left; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #191919; font-size: 14px;}
.ny_hotnews ul li span{float: right; font-size: 12px; color: #191919}
.ny_hotnews ul li:hover p,.ny_hotnews ul li:hover span{color:#0c4499}
.ny_hotnews_info{width:100%; height: auto; overflow: hidden; margin-top:15px;  border: 1px solid #dad7d7; padding: 8px 7px;}
.ny_hotnews_info p{font-size: 14px; color: #191919; line-height: 26px;}

.ny_hotnews input[type="text"]{width:240px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
#btnok{width:50px; height:35px; background:#0c4499; color:#fff; font-size:14px; border:0px; float:right; border-radius:5px; cursor:pointer}
.ny_proshow_info table *{text-align: center;}
.xiangguan_more{ height: 48px;  display: block;  width: 240px; background: #024ca5; color: #fff; line-height: 48px; text-align: center; margin: 0 auto; margin-top: 30px; border-radius: 24px; font-size:15px; }


.ny_ny_talent_t{float:left; position: relative; width:16%; height: 100%;}
.ny_ny_talent_t span{font-size: 108px; color: #333333; font-family:"Impact"; opacity: 0.16}
.ny_join_title{width:100%; height: auto; overflow: hidden;}
.ny_join_t{float: left; position: relative; width: 200px;}
.ny_join_t span{font-size: 108px; color: #333333; font-family:"Impact"; opacity: 0.16}
.ny_title{position:absolute; top:30px; left:5px}
.ny_title h3{font-size: 20px; color: #333333; font-weight: bold; border-bottom: 5px solid #ea912a; line-height: 35px; display: table; padding-right: 20px;}
.ny_title p{font-size: 16px; color: #333333; line-height: 25px;}
.ny_message_top{width:100%; height: auto; overflow: hidden; }
.ny_message_t{float: left; position: relative; width: 200px; }
.ny_message_t span{font-size: 108px; color: #fff; font-family:"Impact"; opacity: 0.16}
.ny_me_title{position:absolute; top:30px; left:5px}
.ny_me_title h3{font-size: 20px; color: #fff; font-weight: bold; border-bottom: 5px solid #ea912a; line-height: 35px; display: table; padding-right: 20px;}
.ny_me_title p{font-size: 16px; color: #fff; line-height: 25px; }
.ny_message_rtitle{ margin-top:40px; margin-left: 230px;}
.ny_message_rtitle h4{width:100%; line-height: 26px; font-size: 30px; color: #ffffff; font-weight: bold; margin-bottom: 10px;}
.ny_message_rtitle p{width:100%; line-height: 26px; font-size:16px; color: #ffffff; }
.ny_join_title h4{font-size: 30px; color: #333333; font-weight: bold; line-height: 132px;  margin-left: 220px;}
.ny_join_title h5{font-size: 16px; color: #333333; line-height: 28px; margin-left: 220px; margin-top:22px;}

.ny_banner_info{width:100%; height: auto; overflow: hidden; }
.ny_banner_info h4{font-size: 42px; color: #fff; font-weight: bold; margin-top: 118px;letter-spacing: 5px;}
.ny_banner_info p{font-size: 16px; color: #fff; margin-top: 8px; text-transform: uppercase;}

.ny_banner_info2{width:100%; height: auto; overflow: hidden; }
.ny_banner_info2 p{ font-size: 28px; color: #fff; margin-top: 80px;}
.ny_banner_info2 h3{ font-weight: bold; color: #fff; font-size: 48px;line-height: 1.4; }
.ny_banner_info2 span{ text-transform: uppercase; color: #fff; font-size: 15px; display: block; line-height: 1.8;}
.ny_banner_info2 em{ font-size: 18px; color: #fff; display: block;}

/*车间设备*/
.ny_cjsb_one{width:100%; height: auto; overflow: hidden; padding-top: 70px; margin-bottom: 70px; }
.ny_cjsb_one .container{width:1300px; background: #f5f8fb; overflow: hidden}
.cjsb_one_left{width:59.3%; height: auto; float: left}
.cjsb_zi{width:100%; height: auto; overflow: hidden; position: relative}
.cjsb_zi p{width:100%; height: 73px; line-height: 73px; background: rgba(0,0,0,0.6); position: absolute; bottom:0; left:0; font-size: 24px; color: #fff; font-weight: bold; padding: 0px 5%}
.cjsb_zi img{width:100%; height: auto; display: block}
.cjsb_one_left .swiper-button-next, .cjsb_one_left .swiper-button-prev{width:14px; height: 26px; bottom:22px; top:auto; margin-top:0}
.cjsb_one_left .swiper-button-next{background: url(../images/cj_right.png) no-repeat center; right:30px;}
.cjsb_one_left .swiper-button-prev{background: url(../images/cj_left.png) no-repeat center; left:auto; right:60px;}
.cjsb_one_right{width:40.7%; height: auto; float: left; padding:80px 50px}
.cjsb_title{width:100%; height:65px; line-height: 50px; background: url(../images/cj_xs.png) no-repeat bottom center}
.cjsb_title h3{font-size: 36px; color: #333333; margin-right: 10px; float: left}
.cjsb_title span{font-size: 18px; color: #999999; text-transform:uppercase}
.cjsb_one_xx{width:100%; height: auto; overflow: hidden; margin-top:20px; font-size: 15px; color: #666666; line-height:30px; text-align: justify;}
.cjsb_one_xx p{ text-align: justify;}
.cjsb_san_left{width:59.3%; height: auto; float: left}
.cjsb_san_left .swiper-button-next, .cjsb_san_left .swiper-button-prev{width:14px; height: 26px; bottom:22px; top:auto; margin-top:0}
.cjsb_san_left .swiper-button-next{background: url(../images/cj_right.png) no-repeat center; right:30px;}
.cjsb_san_left .swiper-button-prev{background: url(../images/cj_left.png) no-repeat center; left:auto; right:60px;}
.ny_cjsb_two{width:100%; height: 651px; overflow: hidden; background: url(../images/cjsb_bjs.jpg) no-repeat center; padding: 68px 0 60px;}
.ny_cjsb_two .container{ width: 1300px;}
.cjsb_two_all{width:100%; height: auto; margin-top: 20px;}
.cjsb_two_all .swiper-container{padding-bottom:80px;}
.cjsb_two_all .swiper-slide a{width:100%; height: auto; background: #fff; padding:15px; box-shadow: 0 0 05px rgba(0,0,0,0.2); display: block}
.cjsb_pic{width:100%; height: auto; overflow: hidden; position: relative}
.cjsb_pic img{width:100%; height: auto; display: block; transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.cjsb_pic p{width:100%; height: 46px; background: rgba(12,68,153,0.8); position: absolute; bottom:0; left:0; font-size: 16px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center;line-height: 46px;}
.swiper-pagination-bullet{width:17px; height: 17px; margin: 0px 8px!important;}
.swiper-pagination-bullet-active{background: #0c4499}
.cjsb_two_all .swiper-slide a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}

.index_p_list{ padding: 0 20px; margin-top: 24px;}
.index_p_list a{ width: 50%; float: left; text-align: center; overflow: hidden; display: block; margin-bottom: 20px;}
.index_p_list a em{ height: 50px; display: block;}
.index_p_list a img{}
.index_p_list a p{ font-size: 15px; color: #666;}
.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 30px; line-height: 1.2; color: #333;}
.ny_title_1 p{text-transform: uppercase; font-size: 26px; color: #333; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #004ca4; left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size: 24px; line-height:1.4; color: #333; 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: 30px; 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;}
.ldzc_text{ text-align: justify; font-size: 16px; color: #555; line-height: 30px;}
.ldzc_text p{ font-size: 16px; line-height: 30px;}
.ldzc_text img{ width: 100%;}


.about_wenhua_nr{ overflow: hidden; margin-top: 30px;}
.about_wenhua_nr .wenhua_img{ float: left; width: 47%;}
.about_wenhua_nr .wenhua_img img{ width: 100%;}
.about_wenhua_nr .about_r{ float: right; width: 48%;}
.about_wenhua_nr .about_r p{ font-size: 15px; color: #666; line-height: 32px;}
.about_wenhua_nr .about_r strong{ color: #333; font-size: 15px;}
.index_news_pic{height: auto; position: relative; overflow: hidden; width: 86%; margin: 0 auto;}
.index_news_pic img{ width: 100%;}
.index_news_pic p{ height: 48px; line-height: 48px; width: 100%; position: absolute; bottom: 0; background: rgba(2,77,160,0.8); text-indent: 16px; color: #fff;font-size: 16px;}
.index_news_list{padding: 0 30px; margin-top: 10px;}
.index_news_list a{ line-height: 1.8; background:url(../images/news_icon.png) no-repeat left center; color: #666; font-size: 15px; display: block;text-indent: 16px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}






@media screen and (max-width:1440px){
    .container,.container_1300,.jjfa_ban_info,.ny_cjsb_one .container,.ny_cjsb_two .container,.ny-news{width:96%;}
	.nav .nLi h3 a p{font-size:16px;}
}



@media screen and (max-width:1280px){
.nav{ margin-left:4%; width:55%;}
.h_logo{width:13%}

	
	
}




@media screen and (max-width:1200px){

.header_nav .top_tel{display:none;}
	.nav{width:60%}
	
}


@media screen and (max-width:1150px){


	
	
}







@media screen and (max-width:1024px){
	.nav{width:73%; }
	.nav .nLi{margin-right:3%}
	.footer_right_ma{display:none;}

	.footer_left{width:24%}
	.footer_dizhi{width:35%}
	.ny_jjfa .slideTxtBox .hd{top:0; right:auto; left:0;  position: static; margin-bottom:20px; overflow:hidden}
	.ny_jjfa .slideTxtBox .hd ul li{width:25%}
	.cjsb_one_right{padding:16px 22px;}
	.cjsb_title h3{font-size:28px;}
	.cjsb_title{height:58px;}
	.ny_huoban_title h3{font-size:36px;}
	.news_xx{width:58%}

}





@media screen and (max-width:768px){
	body{padding-bottom:60px;}
	.header_nav,.banner,.lxfx,.footer,.copy,.ny_jjfa_ban,.ny_jjfa_x .p_jj{display:none;}
	.sj_header,.sj_banner,footer,.sj_copy{display:block;}
	.index_lei ul li{width:100%; float:none; height:auto; overflow:hidden; margin-bottom:10px;	}
	.in_ab_pic{position:static; margin-top:20px;}
	.index_news_list{margin:30px 0}
	
	.about_one_left li{width:50%;  margin-bottom:30px;}
	.ny_about_one{background:none;}
	.about_wenhua_nr .wenhua_img,.about_wenhua_nr .about_r,.cjsb_one_left,.cjsb_one_right{width:100%; float:none;}
	.nynews-li > a {width:60%}
	.ny_news_all ul li .ny_time p{font-size:30px;}
	.ny_news_all ul li .ny_time{width:85px}
	.cjsb_one_right{margin-bottom:20px;}
	.ny_cjsb_two{height:auto; overflow:hidden}
	.ny_huoban_title h3{font-size:28px;}
	.ny_jjfa_x h3{width:100%; float:none;}
	.ny_jjfa_xx{width:90%; float:none; margin:10% auto 0;}
	.ny_jjfa .slideTxtBox .hd ul li p{font-size:16px;}
	.ny_jjfa_title h3,.ny_hezuo h3{font-size:30px;}
	.ny_hezuo_text{width:100%}
	.hezuo_input input[type="text"],.ny_hezuo p{font-size:14px;}
}



@media screen and (max-width:500px){
	.ny_jjfa .slideTxtBox .hd ul li p{font-size:14px;}
	.ny_jjfa .slideTxtBox .bd li{background:none!important; height:auto;}
	.ny_jjfa .slideTxtBox .bd li img{display:block}
		.ny_jjfa_xx{width:100%; padding:0 10px; margin-top:10px; height:auto; margin-bottom:30px;}
		.ny_jjfa_xx p{margin-right:0}
		.ny_jjfa_xx h3{font-size:24px;}
		.hezuo_input{width:100%; margin-right:0; float:none; margin-bottom:10px;}
		.hz_tj{width:100%; float:none; margin-bottom:20px;}
		.ny_hezuo{height:auto; background-size:cover; padding:30px 0}
		.hezuo_input input[type="text"]{margin-right:0}
		.ny_title_1 em{font-size:18px;}
		.ny_title_1 h2{font-size:26px;}
		.ny_about_one{padding:50px 0}
		.swiper-pagination-bullet{width:10px; height:10px; margin: 0px 5px!important;}
		.news_pic{display:none}
		.news_xx{width:70%; float:right}
		.nynews-l,.contact_right{width:100%; float:none;}
		.ny_cont_wx{display:none;}
		.sj_logo{width:30%}
		.index_pro{padding:40px 15px 0}
		.ny_banner_info2 h3{font-size:30px}
		.ny_banner_info2 p{font-size:24px;}
		.title span{width:100%}
		.ny_jjfa_xx p{width:100%; float:none!important;}
		.ny_jjfa_title h3, .ny_hezuo h3{font-size:26px;}
		.ny_honor_all ul li{width:48%; margin-right:0;}
		.ny_honor_all ul li:nth-child(2n){float:right}
		.ny_pro_tleft{width:100%; float:none; margin-bottom:20px;}
		.ny_pro_tright{width:100%; float:none;}
		
}


@media screen and (max-width:375px){
.about_one_left li{width:100%; float:none;}
.ny_title_1 p{font-size:24px;}
.ny_banner{height:280px; background-size:cover!important}
.ny_banner_info h4{margin-top:25%; font-size:30px;}
.cjsb_zi p{font-size:18px}
.ny_banner_info2 p{margin-top:10%}
.ny_product_show h3{font-size:22px;}
	
	
}


@media screen and (max-width:320px){
	
	.ny_banner_info h4{font-size:30px;}
	.nynewst-l{width:100%; float:none;}
	.nynews-top > a > .l{width:100%; float:none; margin-left:0}
	.news_xx{width:63%}
	.cjsb_title h3,.ny_huoban_title h3{font-size:24px;}
	.ny_jjfa .slideTxtBox .hd ul li i{background-size:60% auto!important}
	.ny_title_1 h2,.ny_title_1 p{font-size:20px;}
	.sj_logo{width:38%}
	
}

