@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 18px;}
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:1300px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

*:focus{   
	border:none;
	outline: none;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../font/zzgc.OTF') format('woff');
    font-weight: normal;
    font-style: normal;
}







/* 导航栏 */
.header_top{width:100%; height: 100px; }
.h_logo{width:455px; height: 100%; float: left; display: flex; align-items: center;}
.h_logo img{align-items: center; margin: 0px auto; max-width: 100%}
.h_dianhua{float: right; background: url(../images/i_dh.png) no-repeat left center; padding-left: 40px; margin-top: 16px; margin-right:20px;}
.h_dianhua p{font-size: 16px; color: #333333; line-height: 28px;}
.h_dianhua span{font-size: 24px; color: #f0851a; font-weight: bold;}
.h_ma{float: right; background: url(../images/xx.png) no-repeat left center; padding-left:50px; height: 50px; margin-left: 30px; margin-right: 30px; margin-top: 22px;}
.h_ma img{width:100px; height: 100px; position: absolute; top:29px; right:0; display: none; z-index: 999}
.h_wx{width:29px; height: 29px; position: relative; background: url(../images/i_wx.png) no-repeat center; float: left; margin-top: 15px;}
.h_sj{width:29px; height: 29px; position: relative; background: url(../images/i_sj.png) no-repeat center; margin-left: 30px; float: left; margin-top: 15px;}
.h_wx:hover img{display: block}
.h_sj:hover img{display: block}
.header_nav{height:64px; width:100%; background: #ededed}
.nav{width:100%; height:100%; }
.nav .nLi{ float:left;  position:relative; display:inline; height:64px;  line-height:64px; width:144px;}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:14px;  color:#333333;  position: relative  }
.nav .nLi h3 a p{font-size:14px; color:#333333; }
.nav .sub{ display:none;left:0; top:64px;  position:absolute;  line-height:26px; width:100%;     z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:40px; line-height:40px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; float: left; margin: 0px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .nLi.active{background:url(../images/active.jpg) no-repeat center}
.nav .nLi.active p{color:#fff; background: url(../images/icon.png) no-repeat 25px center; padding-left: 15px;}
.nav .nLi:hover{background:url(../images/active.jpg) no-repeat center}
.nav .nLi:hover p{color:#fff; background: url(../images/icon.png) no-repeat 25px center; padding-left: 15px;}
.header_right{float: right; position: relative; width: 24px; height: 100px; margin-left: 30px;}
.header_right p{background: url(../images/sousuo.png) no-repeat center;  width: 100%; height: 100%}
.h_text{width:400px; height:61px; padding: 10px; background:rgba(0,0,0,0.5); position: absolute; top:65px; right:0; display:none; z-index: 999}
.h_text input[type="text"]{width:78%; height: 40px; line-height: 40px; background: #eee; padding: 0px 10px; float: left; border: 0; border-radius: 5px;}
.sub_tijiao{float: right; width:20%; height: 40px; background: #eb3d00; border-radius: 5px; color:#fff; border: 0;}






/* 首页:banner */
.banner{ width:100%; height:741px; position: relative; overflow: hidden; }
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:130px; right:20%;}
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; display: table; width:114px;}
.banner .slideBox .hd ul li{margin:0 5px; width:12px;height:12px; cursor:pointer; border-radius:10px; background: #fff; float: left}
.banner .slideBox .hd ul li.on{background: #ff8506; width: 50px; border-radius: 20px;}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:741px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{display:block;overflow:hidden;width:100%;height:100%; }



/*关于我们*/
.index_about{width:100%; height:auto; background: url(../images/ab_bjs.jpg) no-repeat right 180px; margin-top:70px; overflow: hidden}
.index_about_left{width:560px; height: auto; float: left; margin-top:100px;}
.index_about_left h3{font-size:24px; color: #333333; font-weight: bold;}
.index_about_left hr{width:30px; height: 3px; background: #333333; display: block; margin-top:15px;}
.index_about_num{width:100%; height: auto; overflow: hidden; margin-top: 30px;}
.index_about_num dl{width:auto; float: left; margin-right:50px;}
.index_about_num dl dt{font-size: 14px; color: #0c4499}
.index_about_num dl dt span{font-size: 34px; color: #0c4499; font-weight: bold; font-family: "Arial"}
.index_about_num dl dd{width:100%; height: 30px; line-height: 30px; font-size: 14px; color: #333333}
.index_about_xx{width:100%; height: auto; margin-top: 40px; }
.index_about_xx a{width: 100%; height: auto; font-size: 14px; color: #666666; line-height: 28px;}
.ab_more{width:154px; height: 46px; background: #f0851a; color:#fff; line-height: 46px; display: block; margin-top: 40px; text-align: center}
.index_about_right{width:688px; height: auto; float: right; margin-top:46px; }
.in_ab_video{width:39px; height: auto; float: left; margin-top: 85px; margin-left: 20px;}
.in_ab_video p{font-size: 16px; color: #fff; writing-mode:tb-rl; line-height: 39px; margin-top: 8px; letter-spacing:5px; margin-top: 8px;}
.in_ab_pic{width:590px; height: 561px; float: right}
.in_ab_pic img{width:100%; height: auto; display: block}
.ab_more:hover{background: #0c4499}

.index_about_xx:hover a{color:#0c4499}



/*弹出视频*/
.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:auto; 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:auto;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}





/*产品展示*/
.index_product{width:100%; height: 937px; overflow: hidden; margin-top: 54px; background: url(../images/product_bjs.jpg) no-repeat center; padding-top: 48px;}
.index_product_all{width:1300px; height: 603px; background: #fff; box-shadow: 0 0 8px rgba(0,0,0,0.2); padding: 24px; margin:30px auto;}
.index_product_left{width:594px; height: auto; float: left}
.index_product_left h3{width:100%; height: 40px; line-height: 40px; font-size: 20px; color: #333333; font-weight: bold;}
.index_product_left hr{width:28px; height: 2px; background: #0c4499; display: block; margin: 5px 0;}
.index_product_left p{width:100%; height: 60px; font-size: 14px; color: #666666; line-height: 30px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top: 10px}
.in_pro_pic{width:100%; height: auto; display: block; margin-top: 15px; overflow: hidden}
.in_pro_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.index_product_all ul{width:600px; height: auto; float: right}
.index_product_all ul li{width:284px; height: auto; float: left; margin-bottom: 25px;}
.index_product_all ul li h3{width:100%; height: 40px; line-height: 40px; font-size: 18px; color: #333333; font-weight: bold;}
.index_product_all ul li hr{width:28px; height: 2px; background: #0c4499; display: block; margin: 5px 0;}
.index_product_all ul li:nth-child(2n){float: right}

.index_product_left:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_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;}
.index_product_all ul li:hover h3{color:#0c4499}
.index_product_left:hover h3{color:#0c4499}




/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; margin-top: 80px; margin-bottom: 88px}
.slideTxtBox{ width:100%; position: relative}
.slideTxtBox .hd{width:100%; height: auto; overflow: hidden}
.slideTxtBox .hd ul{width:auto; display: table; margin: 40px auto;}
.slideTxtBox .hd ul li{ float:left; height:52px; width: 259px; border-radius: 8px; background: url(../images/hh_xs.png) no-repeat center; text-align: center; line-height: 52px; margin: 0px 10px;}
.slideTxtBox .hd ul li a{font-size: 18px; color: #333333; display: block}
.slideTxtBox .hd ul li.on{background: #f0851a url(../images/hhs_xs.png) no-repeat center}
.slideTxtBox .hd ul li.on a{color:#fff}
.slideTxtBox .bd{width:100%; height: auto; overflow: hidden;  position: relative}
.slideTxtBox .bd ul,.slideTxtBox .bd li{width:100%; height: auto; overflow: hidden }
.index_youshi_left{width:652px; height: 395px; background: #fff; padding-right:75px; position: absolute; top:48px; left:15%; padding-top: 40px; }
.index_youshi_left h3{font-size: 20px; color: #333333; font-weight: bold; line-height: 40px;}
.index_youshi_left h4{font-size:14px; color: #666666; font-family: "Arial"; line-height:25px; margin-bottom:2px;}
.index_youshi_xx{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #666666; line-height: 28px; margin-top:25px;}
.index_youshi_pic{float: right; width:1024px; height: 490px; }
.slideTxtBox .arrow{  position:absolute; left:40%; bottom:90px; }
.slideTxtBox .arrow a{ display:block;  width:20px; height:20px; float:right;  margin-top:10px;  overflow:hidden;
 cursor:pointer; }
.slideTxtBox .arrow .next{background: url(../images/ys_right.png) no-repeat center; margin-left:40px;}
.slideTxtBox .arrow .prev{background: url(../images/ys_left.png) no-repeat center}



/*案例展示*/
.index_case{width:100%; height:auto; overflow: hidden; margin-bottom:50px;}
.index_case .swiper-container{width:100%; height: auto; overflow: hidden; margin-top: 40px; padding-bottom: 60px;}
.index_case .swiper-slide a{width:100%; height: auto; overflow: hidden; display: block}
.in_case_pic{width:100%; height: auto; overflow: hidden}
.in_case_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.in_case_xx{width:100%; height: 60px; line-height: 60px; display: block; background: #eeeeee; padding: 0px 20px;}
.in_case_xx h3{width:70%; height: 60px; float: left; font-size: 16px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: normal}
.in_case_xx i{width:32px; height: 100%; float: right; background: url(../images/c_jt.png) no-repeat center}
.index_case .swiper-pagination-bullet{width:30px; height:5px; border-radius: 0}
.index_case .swiper-pagination-bullet-active{background: #f0851a}
.index_case .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_case .swiper-slide a:hover .in_case_xx{background-image: linear-gradient(to right, #074dbc , #10a9eb); 
	background-image: -webkit-gradient(to right, #074dbc , #10a9eb); 
	background-image: -webkit-radial-gradient(to right, #074dbc , #10a9eb);}
.index_case .swiper-slide a:hover h3{color:#fff}
.index_case .swiper-slide a:hover i{background: url(../images/c_hjt.png) no-repeat center}




/*新闻资讯*/
.index_news{width:100%; height: auto; overflow: hidden; background:url(../images/news_bjs.jpg) no-repeat bottom center; padding-bottom: 55px;}
.index_news_title{width:100%; height: auto; overflow: hidden; text-align: center}
.index_news_title h3{font-size: 36px; color: #333333; font-weight: bold;}
.index_news_title h3 span{font-size: 36px; color: #0c4499; font-family: "Arial"; margin-left: 10px;}
.index_news_title p{width:100%; line-height: 30px; font-size: 14px; color: #666666; margin-top:8px;}
.index_news_left{width:648px; height: auto; float: left; margin-top: 38px;}
.in_news_pic{width:100%; height: auto; display: block}
.in_news_pic img{width:100%; height: auto; display: block}
.in_news_xx{width:100%; height:40px; line-height: 40px; margin-top: 8px; }
.in_news_xx h3{width:80%; height: 100%; float: left; font-size: 16px; color: #333333; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.in_news_xx span{float: right; font-size: 16px; color: #333333; font-weight: bold;}
.index_news_left p{width:100%; height: 30px; line-height: 30px; font-size: 14px; color: #666666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_right{width:600px; height: auto; float: right;  margin-top: 38px;}
.news_right_top{width:100%; height: auto; overflow: hidden}
.news_right_top li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e0e1e1; padding-bottom: 20px; margin-bottom:32px;}
.index_news_time{width:90px; height: auto; float: left; text-align: center; margin-top: 18px;}
.index_news_time span{font-size: 30px; color: #0c4499; font-weight: bold; display: block; margin-bottom: 10px;}
.index_news_time i{font-size: 16px; color: #0c4499; font-family: "Arial"; font-style: normal}
.index_news_info{width:492px; height: auto; float: right}
.index_news_info h3{width:100%; height: 35px; line-height: 35px; color:#333333; font-size: 16px;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: bold; margin-bottom: 10px;}
.index_news_info p{width:100%; height:56px; line-height: 28px; color:#666666; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.news_right_bottom{width:100%; height: auto; overflow: hidden}
.news_right_bottom li{width:280px; height:40px; line-height:40px; background: url(../images/yuan.png) no-repeat left center; padding-left: 20px; float: left}
.news_right_bottom li a{width:100%; height: 100%; font-size: 14px; color: #333333; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_right_bottom li:nth-child(2n){float: right}

.news_right_bottom li:hover a{color:#f0851a}
.news_right_bottom li:hover{background: url(../images/h_yuan.png) no-repeat left center}

.news_right_top li:hover h3,.news_right_top li:hover p{color:#f0851a}









/*底部*/
.footer{width:100%; height:441px; position: relative; overflow: hidden; background:url(../images/footer_bjs.jpg) no-repeat center; padding-top: 78px; }
.footer .container{overflow: hidden}
.footer_left{width:586px; height: auto; float: left}
.footer_left h3{font-size: 30px; color:#fff; margin-bottom: 30px; font-weight: bold;}
.footer_left dl{width:277px; height: auto; float: left}
.footer_left dl dt{width:100%; height: 54px; position: relative; margin-bottom: 18px;}
.footer_left dl input[type="text"]{width:100%; height: 100%; border: 0; background: rgba(255,255,255,0.15); padding: 0px 10px; font-size: 14px; color: #fff}
.footer_left dl dd{width:100%; height: 54px; position: relative;}
.footer_left textarea{width:288px; height: 125px; background: rgba(255,255,255,0.15); border: 0; padding: 10px; float: left; margin-left: 20px; font-size: 14px; color: #fff; resize: none}
.f_submit{width:130px; height: 35px; background: #f0851a; color:#fff; border: 0; display: block; margin-top: 10px}
.footer_left dl input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.footer_left dl input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.footer_left dl input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.footer_left dl input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.footer_left textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.footer_left textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.footer_left textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.footer_left textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  

.f_submit:hover{background: #0c4499; cursor: pointer}



.footer_center{width:356px; height: auto; border-top:1px solid #fff; padding-top: 35px; float: left; margin-left: 42px; padding-left: 30px;}
.footer_center div{width:100%; height: auto; overflow: hidden; margin-bottom:28px; padding-left: 40px;}
.footer_center div h3{font-size: 16px; color: #fff; font-weight: bold; line-height: 28px; }
.footer_center div p{font-size:14px; color: #fff;  line-height:22px;}
.f1{background: url(../images/f1.png) no-repeat left 8px}
.f2{background: url(../images/f2.png) no-repeat left 8px}
.f3{background: url(../images/f3.png) no-repeat left 8px}
.footer_ma{float: right}
.footer_ma h3{font-size: 30px; color: #fff; font-weight: bold; text-align: right; margin-bottom: 42px;}
.footer_ma dl{width:116px; height:auto; float: left; margin-left: 30px; }
.footer_ma dl dt{width:100%; height: 121px; background: url(../images/ma_bjs.png) no-repeat center; padding: 10px;}
.footer_ma dl img{width:100%; height: auto; display: block}
.footer_ma dl dd{width:100%; height: 35px; line-height: 35px; text-align: center; font-size: 14px; color: #fff;}
.copy{clear:both;width:100%;height:60px; position: relative; border-top:1px solid rgba(255,255,255,0.2);  margin-top:40px; }
.copy_l{float:left; font-size:14px; color:#fff; height: 100%; line-height: 60px;}
.copy_l a{color:#fff; margin-left: 20px;}
.copy_l a:hover{color:#0d357f!important}
.footer_zhichi{width:auto; height:60px; float: right;  line-height: 60px;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%;}
.footer_zhichi .pt{width:121px;height:18px; background: url(../images/vl.png) no-repeat; margin-top: 20px; margin-right: 10px}
.footer_zhichi .js{width:121px;height:18px; background: url(../images/wl.png) no-repeat; margin-top: 20px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size:14px; color: #fff;}
.footer_zhichi i{ float: left;}
.footer_links{width:100%; height: auto; overflow: hidden; margin-top: 8px; line-height: 30px;}
.footer_links p{color:#fff; font-size: 14px; float: left}
.footer_links_xx{float: left; width: 1100px;}
.footer_links_xx a{color:#fff; font-size: 14px; margin-right: 10px;}






/*客服*/
.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:#0c4499;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}








/*内页*/
.ny_banner{ width:100%;  position:relative;  height:400px;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/yxwl_ban.jpg) no-repeat center}
.hr_ban{background: url(../images/hr_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}
.yxwl_ban{background: url(../images/service_ban.jpg) no-repeat center}
.search_ban{background: url(../images/search_ban.jpg) no-repeat center}

.ny_baninfo{width:1200px; height:225px; position: absolute; top:160px; 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: #0c4499; 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:67px;    margin-top: -26px; position: relative; z-index: 9}
.ny_nav ul{width:auto; margin:0px auto; display:table; background:#0c4499; border-radius:38px;}
.ny_nav ul li{width:120px; height:67px; line-height:67px; float:left; text-align:center;position:relative; }
.ny_nav ul li a{width:100%; height:100%; display:block; color:#fff}
.ny_nav ul li:first-child{border-radius:38px 0 0 38px;}
.ny_nav ul li:last-child{border-radius:0px 38px 38px 0px;}
.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}




/*销售服务*/
.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_product_all{width:100%; height: auto; overflow: hidden; margin-top: 75px; margin-bottom: 60px}
.ny_product_all ul{width:100%; height: auto; overflow: hidden}
.ny_product_all ul li{width:23.5%; height:auto; border:1px solid #d2d2d2;  overflow:hidden; padding: 10px; float:left; margin-right:2%; margin-bottom:20px; }
.ny_solution_img{width:100%; 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_product_all ul li h5{width:100%; height: 40px; line-height: 40px; text-align:center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size:16px; color: #060507; font-weight:normal}
.ny_product_all ul li:nth-child(4n){margin-right:0}
.ny_product_all ul li:hover{border:1px solid #0c4499}
.ny_product_all ul li:hover h5{color:#0c4499}




/*产品详情页*/
.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_pro_top{width:100%; height: auto; overflow: hidden}
.ny_pro_tleft{width:523px; height:371px; 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:56%; 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%; height:81px; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden}
.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: #333; font-size: 38px; float: left; line-height: 70px; margin-right:10px;}
.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:869px; 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:50px;}
.ny_probt li{width:100%; height:50px; background:#eeeeee; color:#313131; font-size:18px; float:left; text-align:center; line-height:50px; 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; font-size:18px}
.ny_proshow_num{width:100%; height:auto; overflow:hidden; margin-top: 30px;}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px; 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:230px; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{width:60px; height:35px; float:right; background:#0c4499; color:#fff;  font-size:16px; border:0;}








/*荣誉资质*/
.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; display:block; 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_h1{width: 100%; font-size: 14px; color: #555; padding: 10px 0px; text-align: center;
             clear: both; font-weight: bold}
.ny_news_h1 h1{font-size:22px; color:#333}
.ny_news_time{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}





/*联系我们*/
.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%;}









@media screen and (max-width:1660px){
	  .index_about{ background-size: 53% 65%;}
}


@media screen and (max-width:1440px){
	  .index_about{ background-size: 55% 65%;}
}



@media screen and (max-width:1366px){
	
}

















/*图文列表样式*/
.n-list{ padding:15px 0px; }
	.n-list li{ display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
	.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.n-list li h2{ padding:15px 0 15px; font-size:18px; line-height:24px; font-weight:normal;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.n-list li h2 a{ color:#333; text-decoration:none; }
	.n-list li h2 a:hover{ color:#8CAC52; }
	.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:118px; height:auto; border:1px solid #e8e8e8; font-style:normal; }
	.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.n-list li .note p{ display:block; font-size:14px; max-height:84px; line-height:28px; font-weight:500; color:#666; overflow:hidden; }
	.n-list li .note .info{ padding-top:10px; height:20px; line-height:20px; }
	.n-list li .note .info span{ margin-right:10px; color:#999; font-size:12px; }
    .n-list li .note .info span i{ margin-right:3px; font-size:12px; }
	.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }