@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px;}
img{ border:0; vertical-align: middle;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:1200px; margin: 0 auto;}
.w1440{ width:1440px; margin: 0 auto;}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}



/* 导航栏 */
.header_nav{height:168px; width:100%;  z-index: 9;  z-index:999; background: url(../images/header.jpg) no-repeat center;position:fixed; top:0; left:0; }
.h_logo{width:410px; height:auto; float: left;display: flex; align-items: center; margin-top: 10px;}
.h_logo img{width:100%; height: auto; display: block; align-items: center; margin: 0px auto;}
.header_right{float: right; width: 1200px; height: auto; }
.header_ma{ height: 110px; width: 100%; line-height: 92px;}
.header_ma h4{font-size: 16px; color: #000000; font-weight: bold; float: left}
.h_dh{float: right; font-size: 16px; color: #000000; height: 100%}
.h_dh i{font-size: 28px; color: #02548e; font-weight: bold;}


.nav{width:100%; height:58px; }
.nav .nLi{position:relative;float:left;display:inline;height:58px; line-height:58px;  width:auto; padding: 0px 10px; text-align: center; margin: 0px 30px }
.nav .nLi h3{float:left;text-align:center;  font-weight: normal; width: 100%; height: 95%;}
.nav .nLi h3 p{height:100%; color:#000000; font-size:18px; display: table; margin: 0px auto; font-weight: bold;}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#000000; text-align: center; display: flex; align-items: center; }
.nav .nLi h3 a img{align-items: center; margin: 0px auto;}
.nav .sub{position:absolute;top:58px;left:50%; z-index:999;display:none;padding:0;width:240px;background:#f3f3f3;line-height:20px; margin-left: -120px;} 
.nav .sub li{height:auto;border-bottom:1px solid #bbb;text-align:center;line-height:40px;zoom:1;}
.nav .sub li p{float:left;margin:0;width:100%}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;font-size:14px}
.nav .nLi.active h3 p{font-weight: bold;}
.nav .nLi:hover h3 p{font-weight: bold;}
.nav .nLi.active,.nav .nLi:hover{border-bottom: 3px solid #02548e}


.sub li:hover a{color:#fff; background:#02548e}






/* 首页:banner */
.banner{ width:100%; height:650px; position: relative; overflow: hidden;  margin-top:150px;}
.banner .slideBox{ width:100%; height:100%; overflow:hidden; position:relative; }
.banner .slideBox .hd{ height:20px; line-height: 20px; overflow:hidden; position:absolute;  bottom:30px; z-index:1; width: 100%; left:0 }
.banner	.slideBox .hd ul{ overflow:hidden; zoom:1;  display: table; margin: 0px auto;}
.banner	.slideBox .hd ul li{ float:left; margin: 0px 10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius: 50%; }
.banner	.slideBox .hd ul li.on{ background:#02548e; color:#fff; }
.banner .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.banner .slideBox .bd li{ zoom:1; vertical-align:middle;  width: 100%}
.banner .slideBox .bd li a{width:100%; height:650px; display: block}






/*产品*/
.index_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.index_product_top{width:100%; height: 910px; background: url(../images/product_bjs.jpg) no-repeat center; padding-top: 64px;}
.product_top_left{width:233px; height: auto; float: left; background: #02548e}
.product_top_left h3{width:100%; height:63px; line-height: 63px; color:#ffffff; text-align: center; font-size: 24px; font-weight: bold; }
.product_top_left ul{width:100%; height: auto; overflow: hidden}
.product_top_left ul li{width:100%; height: 46px; line-height: 46px; padding-left: 20px; background: url(../images/p_xs.png) no-repeat bottom; position: relative}
.product_top_left ul li a{width:100%; height: 100%; display: block; color:#fff; font-size: 16px; position: relative; z-index: 1; font-weight: bold;}
.product_top_left ul li:last-child{background: none;}
.product_top_left ul li:after{content: ""; width:0; height: 100%; position: absolute; top:0; left:0; background: #555555; z-index: 0;transition: .2s all ease-in-out;}
.product_top_left ul li:hover:after{width: 100%}
.p_more{width:100%; height: 50px; line-height: 50px; padding: 0px 20px; background: #ffe400; display: block}
.p_more p{font-size: 16px; color: #000000; float: left}
.p_more img{float: right; margin-top: 20px;}

.product_top_right{width:960px; height: auto; float: right}
.product_top_right li{width:316px; height: auto; float: left; margin-right:6px; margin-bottom: 6px; border: 1px solid #d2d2d2; position: relative}
.product_top_right li:nth-child(3n){margin-right: 0}
.in_pro_pic{width:100%; height: auto; 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;
}
.in_pro_xx{width:100%; height:50px; line-height: 50px; background: #d2d2d2; padding: 0px 15px;}
.in_pro_xx h3{font-size: 16px; color: #010101; width: 100%; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; }
.in_pro_xx img{float: right; display: none; margin-top: 15px;}
.product_top_right li:after{content: ""; width: 100%; height: 100%; position: absolute; top:0; left:0; z-index: 0; transition: .2s all ease-in-out; background: #02548e}
.product_top_right li:hover:after{transform: translate(6px,6px)}
.product_top_right li:hover .in_pro_xx{background: #fff}
.product_top_right li:hover .in_pro_xx h3{width:80%; height: 100%; float: left; text-align: left}
.product_top_right li:hover .in_pro_xx img{display: block;}
.product_top_right li:hover .in_pro_pic img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}

.product_top_right li a{display: block; width: 100%; position: relative; z-index: 9}
.index_product_bottom{width:1200px; height: 180px; background: url(../images/product_img.jpg) no-repeat center;  margin: 10px auto 0; padding: 34px 44px}
.product_bottom_left{float: left}
.product_bottom_left p{width:92px; height: 92px; float: left; border-radius: 50%; border: 1px solid rgba(184,53,42,0.3); background: rgba(184,53,42,0.1); font-size: 22px; color: #02548e; line-height: 90px; text-align: center; transition: all 0.4s ease-in-out;}
.product_bottom_left span{font-size: 22px; color: #02548e; text-align: center; line-height: 92px; height: 92px; float: left; width: 48px;}
.product_bottom_right{float: right}
.product_bottom_right h4{font-size: 18px; color: #02548e; font-weight: bold; line-height: 40px;}
.product_bottom_right h5{font-size: 16px; color: #000000; background: url(../images/pro_dhs.png) no-repeat left 14px; padding-left: 25px;}
.product_bottom_right h5 i{font-size: 28px; color: #02548e; font-weight: bold; font-style: normal}

.product_bottom_left p:hover{margin-top: -10px;}







/*关于我们*/
.index_about{width:100%; height:auto; overflow: hidden;margin-top: 70px;}
.index_about_title{width:100%; height: auto; overflow: hidden; text-align: center; margin-bottom:30px;}
.index_about_title h3{font-size: 40px; color: #000000; font-weight: bold; text-align: center }
.index_about_title h3 span{color:#02548e; font-size: 40px; }
.index_about_title p{font-size: 18px; color: #777777; line-height: 30px; margin-top: 10px; margin-bottom: 10px;}
.index_about_top{width:100%; height:370px; background: #02548e;}
.about_top_left{width:50%; height: 100%; float: left; background: url(../images/ab1.jpg) no-repeat center}
.about_top_right{width:562px; height: 100%; float: left; margin-left: 38px; padding-top: 60px;}
.about_top_right h3{font-size: 30px; color: #fff; font-weight: bold; margin-bottom:20px;}
.ab_top_info{width:100%; height: auto; display: block; font-size: 16px; color: #fff; line-height:32px; margin-bottom: 40px}
.ab_top_more{ background: url(../images/ab_jt.png) no-repeat right center; padding-right:60px; font-size: 16px; color: #fff; display: table;transition: all 0.4s ease-in-out; }
.ab_top_more:hover{padding-right:80px; font-weight: bold;}
.index_about_bottom{width:100%; height:370px; background: url(../images/about_bjs.jpg) no-repeat center; background-attachment: fixed; background-size: cover; padding-top: 56px;}

.about_bottom_left{width:740px; height: auto; float: left}
.about_bottom_left h3{font-size: 26px; color: #ffffff; font-weight: bold; margin-bottom: 10px;}
.about_bottom_left p{font-size: 16px; color: #b4b4b4; line-height: 32px;}
.about_bottom_video{width:193px; height: 84px; background: rgba(184,53,42,0.3); border-radius: 50px; float: right; margin-top: 85px;}
.about_bottom_video p{font-size: 16px; color: #fff; line-height: 84px; float: left;margin-left: 25px;}
.about_bottom_video img{float: right}

.about_bottom_left a{background: url(../images/ab_jt.png) no-repeat right center; padding-right:60px; font-size: 16px; color: #fff; display: table;transition: all 0.4s ease-in-out; margin-top:30px;}
.about_bottom_left a:hover{padding-right:80px;}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin-top: 60px; margin-bottom: 70px; padding-bottom: 10px;}
.index_news_left{width:409px; height: 530px; float: left; background: #fff; position: relative; border-radius: 5px; padding: 40px 26px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.index_news_left:after{content: ""; width: 100%; height: 245px; background: #02548e; border-radius: 5px 5px 0 0; position: absolute; top:0; left:0; z-index: 0}
.in_news_ltitle{Width:100%; height:30px; line-height: 30px; margin-bottom:25px; position: relative; z-index: 9}
.in_news_ltitle h3{font-size: 20px; color: #fff; font-weight: bold; float: left}
.in_news_ltitle img{float:right }
.index_news_left .slideBox{ width:100%; height:auto; overflow:hidden; position:relative; z-index: 9  }
.index_news_left .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; top:180px; z-index:1; }
.index_news_left .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.index_news_left .slideBox .hd ul li{ float:left; margin: 0px 5px;  width:10px; height:10px;  border-radius: 50%; text-align:center; background:#fff; cursor:pointer;opacity: .5 }
.index_news_left .slideBox .hd ul li.on{opacity:1}
.index_news_left .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.index_news_left .slideBox .bd li{width:100%; height: auto; overflow: hidden; display: block}
.in_news_pic{width:100%; height: auto; overflow: hidden}
.in_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.in_news_xx{width:100%; height: auto; overflow: hidden}
.in_news_xx h3{width:100%; height: 35px; line-height: 35px; color:#333333; font-size: 16px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; margin-top: 20px;}
.in_news_xx p{width:100%; height: 56px; overflow: hidden; line-height: 28px; font-size: 14px; color: #666666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin: 12px 0 30px;}
.in_news_xx span{font-size: 14px; color: #666666; text-align: right; width: 100%; margin-top: 8px; display: block; position: relative}
.in_news_xx span:after{content: ""; width: 66px; height: 2px; background: #e6e6e6; position: absolute; top:1px; left:0}

.index_news_left .slideBox .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_left .slideBox .bd li:hover h3,.index_news_left .slideBox .bd li:hover span{color:#02548e}

.index_news_right{width:770px; height: 530px; float: right; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 40px 34px 25px; }
.in_news_rtitle{Width:100%; height:30px; line-height: 30px; margin-bottom:15px}
.in_news_rtitle h3{font-size: 20px; color: #000000; font-weight: bold; float: left}
.in_news_rtitle img{float:right }
.index_news_right ul{width:100%; height: auto; overflow: hidden}
.index_news_right ul li{width:100%; height: 52px; line-height: 52px; background: url(../images/n_hh.png) no-repeat left center; padding-left: 15px;}
.index_news_right ul li h3{width:50%; height: 100%; float: left; font-size: 14px; color: #666666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_right ul li span{font-size: 14px; color: #999999; float: right}
.index_news_right ul li:hover h3,.index_news_right ul li:hover span{color:#02548e}
.index_news_right ul li:hover{background: url(../images/n_ll.png) no-repeat left center}







/*底部*/
.in_footer{width:100%;height:326px;  position: relative; background: url(../images/footer_bjs.jpg) no-repeat center; padding-top: 32px;}
.in_footer_left{width:429px; height: auto; float: left; margin-right: 70px;}
.in_footer_left a{width:100%; height: auto; display: block}
.in_footer_left a img{max-width: 100%;}
.f_dizhi{width:100%; height: auto; margin-top: 8px;}
.f_dizhi p{font-size: 14px; color: #000000; line-height: 30px;}
.in_footer_nav{float: left;width: 175px; min-height: 244px; background: url(../images/nav_xs.png) no-repeat left top; padding-top: 30px; position: relative}
.in_footer_nav a{font-size: 16px; color: #000; line-height: 40px; display: block; text-align: center}
.in_footer_nav a:hover{color:#02548e}
.footer_nright:after{content: ""; width:2px; height: 244px; position: absolute; right:0; top:0; background: url(../images/nav_xs.png) no-repeat center top}
.in_footer_ma{float: right; margin-top: 30px;}
.in_footer_ma dl{width:134px; height: auto; float: left; margin-left: 16px;}
.in_footer_ma dl dt{width:100%; height: auto; display: block}
.in_footer_ma dl dt img{width:100%; height: auto; display: block}
.in_footer_ma dl dd{width:100%; height: 40px; line-height: 40px; font-size: 14px; color: #6e6e6e; text-align: center}
.footer_bottom{width:100%; height: 74px; line-height:74px; background: #333333; }
.copy_bq{width:auto;;height:100%;  position: relative; color:#777777; font-size: 14px; float: left }
.copy_bq a{color:#777777; font-size:14px;}
.copy_bq a:hover{color:#fff!important}
.footer_zhichi{width:auto; height:100%; float: right}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#b5cce3; line-height:74px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:25px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:25px;}
.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;}








/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -125px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#02548e;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}






@media screen and (max-width:1600px){
	


	
	
}





/*内页 banner*/
.ny_banner{width:100%; height: 250px; overflow: hidden;  padding:110px 0 60px;  margin-top:150px;}
.ny_banner .ny_banner_left{width:50%; float: left;}
.ny_banner .ny_banner_left h4{width:100%; height: 40px; line-height: 40px; font-size: 30px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.ny_banner .ny_banner_left p{font-size: 16px; color: #fff; line-height: 30px;}
.ny_banner_right{float: right; font-size: 14px; color: #fff; margin-top:75px; line-height:26px;}
.ny_banner_right a{font-size: 14px; color: #fff; margin: 0px 10px;}
.ny_banner_right a:hover{color:#02548e}
.about_ban{background:url(../images/about_ban.jpg) no-repeat center}
.case_ban{background:url(../images/case_ban.jpg) no-repeat center}
.contact_ban{background:url(../images/contact_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}
.service_ban{background:url(../images/service_ban.jpg) no-repeat center}
.search_ban{background:url(../images/search_ban.jpg) no-repeat center}
.jjfa_ban{background:url(../images/jjfa_ban.jpg) no-repeat center}
.video_ban{background:url(../images/video_ban.jpg) no-repeat center}




/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 36px; margin-bottom:80px;}
.ny_left{width:21.5%; height: auto; float: left}
.ny_left_title{width:100%; height: 90px; background: #02548e; line-height: 90px; text-align: center; font-size: 30px;color: #fff; font-weight: bold;}
.ny_left_nav{width:100%; height: auto; padding: 16px 0 60px 10px; background: #f0f0f1}
.ny_left_nav .yiji li{width: 100%; height:auto;  border-bottom:1px solid #ddd; background:url(../images/dian.png) no-repeat 8px 22px; padding-left:8px; }
.ny_left_nav ul li a{ padding:8px 10px 8px 10px; font-size: 16px; color: #333333;display: block;  height:auto;line-height: 32px;position: relative;  font-weight: bold;}
.ny_left_nav ul li.active a{color:#02548e}
.ny_left_nav ul li:hover a{color:#02548e}
.ny_left_nav ul li .inactives{color:#02548e}
.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}
.ny_left_nav .yiji li:hover{background:#fff url(../images/dian.png) no-repeat 8px 22px;}



/*内页右边内容*/
.ny_right{width:75%; height: auto; float: right; padding-top:10px;}
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; padding-left: 20px;}
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #666666; line-height: 34px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}
.ny_about_info p,.keyword_light p{font-size:16px; color:#333}
.keyword_light{font-size:16px; color:#666; line-height:28px;}


/*合作客户*/
.ny_hzkh{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_hzkh ul{width:100%; height: auto; overflow: hidden}
.ny_hzkh ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.products_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_hzkh 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_hzkh li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_hzkh ul li:nth-child(3n){margin-right: 0px;}
.ny_hzkh ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_hzkh ul li:hover p{color:#02548e}



/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 30px; position:relative}
.ny_product ul li h3{width:100%; height: 44px; line-height: 40px; font-size: 20px; color: #fff; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.pro-text{height:150px; padding:25px 20px}
.ny_product ul li .pro-icon{top:226px}
.ny_product ul li:hover .pro-icon{width:100%; height: 100%; top:0; right:0;border-radius: 0;    transition: all 0.5s ease 0s, border-radius 0.2s ease 0.1s; background: rgba(173,134,90,0.6)}
.ny_product ul li:hover .hover-text{opacity: 1;     transition: 0.5s ease 0.3s;}
.ny_product ul li:hover .pro-icon img{display: none}
.ny_product ul li:hover .pro-img img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}




/*产品*/
.ny_product_show{margin-bottom:50px;  font-size:16px; color:#666}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:520px; height:100%; overflow:hidden; font-size:16px; color:#666}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #d69f2d;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:16px; color:#666; line-height:30px; margin-top:10px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}
.proshow_xx p{font-size:16px; color:#333; line-height:30px;}
.ny_proshow_xx h1{ font-size:25px; color: #191919; height: auto; line-height:40px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden; padding-bottom:10px;}
.ny_pro_p p{width:100%; height:auto;  color: #000000; line-height: 30px; font-size: 15px; }
.ny_pro_a{width:100%; height: auto; overflow: hidden; margin: 20px 0 }
.ny_pro_a a{width:187px; 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:nth-child(2n){ margin-right:0}
.ny_pro_a a:hover { background: #313131;}
.ny_pro_a a i{font-size: 28px; margin-right: 10px; float: left; margin-left:18px;}
.ny_pro_dh{width:100%; height:80px; padding-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: #02548e; 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: 26px; margin-right: 30px;}



/*产品*/	
.index_prodcut{width:100%; height:auto; overflow:hidden; margin-top: 58px; margin-bottom: 100px;}
.slideTxtBox{ width:100%; }
.slideTxtBox .hd{width:100%; height: auto; overflow: hidden; margin: 48px 0 20px}
.slideTxtBox .hd ul{width:auto; display: table; margin: 0px auto;}
.slideTxtBox .hd ul li{float: left; margin: 0px 10px; height: auto; width: 145px; text-align: center; position: relative; margin-bottom: 29px;}
.slideTxtBox .hd ul li p{font-size: 18px; color: #999999; text-align: center; line-height: 30px;}
.slideTxtBox .hd ul li i{color: #999999; font-size:54px;}
.slideTxtBox .hd ul li.on i,.slideTxtBox .hd ul li.on p{color:#a7845c }
.slideTxtBox .bd ul{width:100%; height: auto; overflow: hidden; }
.slideTxtBox .bd li{width:380px; height: auto; float: left; overflow: hidden; margin-right: 20px; margin-bottom: 20px; position: relative}
.slideTxtBox .bd li:nth-child(3n){margin-right: 0}
.pro-img{width:100%; height: auto; display: block}
.pro-img img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.pro-text{width:100%; height: 190px; background: #f5f5f5; padding: 48px 30px;}
.pro-text h4{width:100%; height: 40px; line-height: 20px; font-size: 20px; color:#000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.pro-text p{width:100%; height: 52px; line-height: 26px; font-size: 14px; color:#666;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.pro-icon{width:60px; height: 60px; background: #d2a878; border-radius:50%; box-shadow: 1px 1px 12px rgba(0,0,0,0.3); 
display: flex; align-items: center; position: absolute; top:315px; right:25px;     transition: 0.5s ease 0s;}
.pro-icon img{align-items: center; margin: 0px auto;}
.slideTxtBox .bd li:hover .pro-icon{width:100%; height: 100%; top:0; right:0;border-radius: 0;    transition: all 0.5s ease 0s, border-radius 0.2s ease 0.1s; background: rgba(173,134,90,0.6)}
.hover-text {left: 0;top: 0;padding: 0 10px;opacity: 0;z-index: 2; position: absolute; width: 100%; padding-top: 35% }
.hover-text i { background: url(../images/bai.png) no-repeat; width: 60px; height: 60px; display: block; margin: 20px auto;}
.hover-text h3 {font-size: 24px; color: #ffffff; text-align: center; line-height: 40px; text-align: center }
.slideTxtBox .bd li:hover .hover-text{opacity: 1;     transition: 0.5s ease 0.3s;}
.slideTxtBox .bd li:hover .pro-icon img{display: none}
.slideTxtBox .bd li:hover .pro-img img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}





/*è§†é¢‘*/

.ny_video{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_video ul{width:100%; height: auto; overflow: hidden}
.ny_video ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.video_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.video_pic video{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_video 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_video ul li:nth-child(3n){margin-right: 0px;}
.ny_video ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_video ul li:hover p{color:#f29725}
.video_pic img{width:100%; height:auto; display:block}

.keyword_light video{display:table; margin:0px auto;}


/*å¼¹å‡ºè§†é¢‘*/
.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;}



/*新闻*/
.ny_news_list{width:100%; height: auto; overflow:hidden; margin-top: 10px;}
.ny_news_list ul{width:100%; height: auto; overflow: hidden;  margin-bottom: 30px;}
.ny_news_list li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #dddddd; padding: 25px 0;}
.news_time{width:10%; float: right; text-align: center; background: #f5f5f5; padding: 20px 0}
.news_time time{color: #02548e; font-size: 12px; margin-top: 10px; display:block; overflow: hidden; width: 100%; height:20px; line-height:20px; font-family: "Arial"}
.news_time p{ font-size:40px; color: #02548e;height: 35px; line-height: 35px; font-weight: bold;}
.ny_news_info{width:84%; float: left; margin-top: 10px;}
.ny_news_info h3{ font-size:18px; color: #555555;  width:100%; height:35px; line-height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.ny_news_info p{width:100%; line-height:28px; color: #666; font-size: 15px; word-break:break-all;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.ny_news_info span{width:98px; height:32px; border: 2px solid #cccccc; text-align: center; line-height: 28px; font-size: 14px; color: #666666; display: block; margin-top: 28px;}
.ny_news_img{width:21%; height:auto; float:left; overflow: hidden}
.ny_news_img img{width:100%; height: auto;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_list li:hover{border-bottom: 1px solid #02548e;}
.ny_news_list 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_list li:hover span{background: #02548e; color: #fff; border:2px solid #02548e; }
.ny_news_list li:hover .news_time{background: #02548e;}
.ny_news_list li:hover .news_time p{color:#fff}
.ny_news_list li:hover .news_time time{color:#fff;}
.ny_news_list li:hover h3{color:#02548e;}



/*联系我们*/
.ny_conta_info{width:100%; height: auto; padding: 35px 35px; background: url(../images/lx-bg.png) no-repeat right center; overflow: hidden; margin-top: 35px;}
.ny_conta_info .ny_ibt{font-size: 24px; color: #313131; height: auto; line-height: 40px;}
.ny_conta_dz{width:50%; height: auto; float: left}
.ny_conta_dz p{font-size: 16px; color: #313131; line-height: 30px;}
.ny_conta_dz p i{color: #000000; margin-right: 5px;}
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; 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%;}
.map{width:100%; height: 400px; overflow: hidden; margin-top: 20px;}
.ny_rtime{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_rtile{width: 100%; font-size: 20px; color: #222; padding: 30px 0px; text-align: center; clear: both}
.ny_rxingqu{width: 100%; font-size: 20px; color: #333; padding: 10px 0px; clear: both}
.keyword_light img{max-width:100%;}





/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}



/*推荐新闻*/
.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 #02548e; 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:#02548e;}
.nynews-li:hover > span{ left:15px; background: #02548e; }
.nynews-li:hover > p{ right:15px; color:#02548e;}
.nynews-top:hover .nynewst-l > img{ transform:scale3d(1.1,1.1,1);}
.nynews-top:hover{ background:#02548e; border:1px solid #02548e;  }
.nynews-top:hover .nynews-top-l > h3{ color:#fff;}
.nynews-top:hover .nynews-top-l > p{ color:#fff; }
.nynews-top:hover .nynews-top-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{ overflow:hidden;margin: 0 auto 60px;}
.main-title > h3 > span{ color: #02548e;  }
.nynewst-l{ width: 200px; 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 > .nynews-top-l{  margin-left:220px;  }
.nynews-top > a > .nynews-top-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 > .nynews-top-l > span{ color: #898989; font-size: 14px; display: block; line-height: 36px; }
.nynews-top > a > .nynews-top-l > p{ color: #898989; font-size: 14px; line-height: 24px;  }



/*销售服务*/
.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_service_all img{max-width:100%; display:block;}
.news-title h3{ color: #02548e;}
.news-title span {width:442px; line-height: 80px; color: #02548e; font-size: 33px;text-align: center; font-weight: bold;}
.title span{ display: block;  width:442px; height: 80px; margin: 0 auto; }
