@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}
:focus{outline-color: transparent}
.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}




@font-face {
    font-family: 'BAHNSCHRIFT';
    src: url('../font/BAHNSCHRIFT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}






/* 导航栏 */
.header_dao{width:100%; height:100px; background:#ffffff; position: relative; z-index:9; padding-left: 8%; position: fixed;
    top: 0;  left: 0; z-index: 999;}
.header_logo{width:11%; height:100px; float: left; display: flex; align-items: center;}
.header_logo img{max-width:100%; align-items: center; margin: 0px auto;}
.nav{width:54%; height:100px;  position: relative; z-index: 1; float: right; margin-right:2%}
.nav .nLi{ float:left;  position:relative; display:inline; height:100px; text-align: center;  width:12.5%; }
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#4d4d4d;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#4d4d4d;  position: relative; margin: 0px auto; line-height:100px; z-index: 9; display: table}
.nav .sub{ display:none;left:0; top:100px;  position:absolute;  line-height:26px; width:100%;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:auto; line-height:24px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; margin: 0px; font-size: 15px; }
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:4px 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#267fff}
.nav .nLi.active h3 p{font-weight:bold; color:#213f8d}
.header_search{width:20.5%; height: 100px; background: #e60012; border-bottom: 2px solid #213f8d; float: right; padding: 28px 28px 28px 40px;}
.h_submit{width:32px; height:40px; float: left;  background: url(../images/search.png) no-repeat center; border: 0}
.header_search input[type="text"]{width:76%; height: auto;  float: left; border: 0; border-bottom: 1px solid rgba(255,255,255,0.5); height: 40px; 
	background: none; margin-left:4%; font-size:16px; color: #fff}

.header_search input::-webkit-input-placeholder { /* WebKit browsers */  
    color:#fff; 
	opacity: 0.5 
}  
.header_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:#fff;  
   opacity: 0.5  
}  
.header_search input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:#fff;  
   opacity: 0.5   
}  
.header_search input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color: #fff; opacity: 0.5 
}  



/* 首页:banner */
.banner{ width:100%; height:720px; position: fixed; top:100px; z-index:1; overflow: hidden}
.banner .swiper-slide a{width:100%; display: block}
.banner .swiper-slide a img{width:100%; height:720px; object-fit: cover; object-position: center center; display: block; object-fit: cover; object-position: center center; transition: transform 6s ease 0s, opacity 3s ease 0s;}
.banner .swiper-slide-active a img{transform: matrix(1.15, 0, 0, 1.15, 0, 0);}
.banner .swiper-button-next,.banner .swiper-button-prev{width:90px; height: 90px; margin-top:-45px}
.banner .swiper-button-next{background: url(../images/ban_right.png) no-repeat center;  right:7%}
.banner .swiper-button-prev{background: url(../images/ban_left.png) no-repeat center; left:7%}
.index_all{width:100%; height:auto; background:#fff; position: relative;z-index: 9; margin-top:820px; padding:58px 0; box-shadow:1px 0 6px rgba(0,0,0,0.2)}





/*产品展示*/
.index_product{width:100%; height: auto; overflow: hidden; }
.index_news_tt{width:100%; height: auto; overflow:hidden; text-align: center}
.index_news_tt h4{color:#213f8d; font-size: 36px; font-weight: bold;}
.index_news_tt h4 span{color:#171717; font-size: 36px; font-weight: bold;}
.index_news_tt h5{color:#4d4d4d; font-size: 20px; margin: 10px 0 15px}
.index_news_tt hr{width:34px; height: 3px; background: #e60012; margin: 0px auto;}
.index_product_all{width:100%; height: auto; overflow: hidden; 
	background-image: linear-gradient(to bottom, #fbfbfb , #fff); 
	background-image: -webkit-gradient(to bottom, #fbfbfb , #fff); 
	background-image: -webkit-radial-gradient(to bottom, #fbfbfb , #fff); padding: 40px 0 80px; margin-top: 50px;}
.index_product .slideTxtBox{width:100%; height: auto; overflow: hidden;}
.index_product .slideTxtBox .hd{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #e9e9e9; padding-bottom:20px;}
.index_product .slideTxtBox .hd ul{width:80%; height:auto; overflow: hidden; float: left; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; margin-top:8px; padding-left: 4%}
.index_product .slideTxtBox .hd ul li{width:auto; height:auto; text-align: center; float: left; padding-bottom:25px}
.index_product .slideTxtBox .hd ul li a{color:#4d4d4d; font-size: 18px;}
.index_product .slideTxtBox .hd ul li.on{background: url(../images/san.png) no-repeat bottom center}
.index_product .slideTxtBox .hd ul li.on a{font-weight: bold; color:#213f8d}
.in_promore{width:140px; height: 42px; float: right; background: #213f8d; border-radius: 25px; text-align: center; line-height: 42px; color:#fff}
.index_product .slideTxtBox .bd{width:100%; height: auto; overflow: hidden; margin-top:50px; }
.index_product .slideTxtBox .bd ul{width:100%; height: auto; overflow: hidden}
.index_product .slideTxtBox .bd ul li{width:31.86%; height: auto; float: left; margin-right:2.2%; margin-bottom: 30px;}
.index_product .slideTxtBox .bd ul li:nth-child(3n){margin-right: 0}
.index_product_img{width:100%; height: auto; overflow: hidden; position: relative}
.index_product_img img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  
	-webkit-transform: all 1s ease 0s;}
.index_product_img i{width:100%; height: 100%; background: rgba(33,63,141,0.8) url(../images/p_icon.png) no-repeat center; position: absolute; top:0; left:0; display: block; opacity: 0}
.index_product_img span{width:44px; height: 44px; background: rgba(255,255,255,0.5) url(../images/jia.png) no-repeat center; position: absolute; top:0; right:0; z-index: 9}
.index_product_xx{width:100%; height: 58px; border-bottom: 1px solid #bebebe; line-height: 58px;}
.index_product_xx h3{width:50%; height: 100%; float: left; color: #4d4d4d; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product_xx span{float: right; color:#bebebe; font-size: 18px;}
.index_product_xx h3 i{font-style: normal; color: #4d4d4d; font-size: 18px; float: left; margin-right: 10px;}
.index_product .slideTxtBox .bd ul li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_product .slideTxtBox .bd ul li:hover  .index_product_img i{opacity: 1}
.index_product .slideTxtBox .bd ul li:hover h3{color:#213f8d}


/*关于我们*/
.index_about{width:100%; height:660px; background: url(../images/about_bjs.jpg) no-repeat center; position: relative; padding-top: 100px; overflow: hidden; padding-top: 116px;}
.index_about_left{width:40%; height: auto; float: left}
.index_about_top{width:100%; height: auto; overflow: hidden}
.index_about_top h3{color:#ffffff; font-size: 36px; font-weight: bold;}
.index_about_top h4{color:#fff; font-size: 36px; font-weight: bold; margin: 5px 0}
.index_about_top h4 span{color:#e60012; font-size: 36px; font-weight: bold;}
.index_about_top h5{color:#fff; font-size: 20px;}
.index_about_top hr{width:34px; height: 3px; background: #e60012; display: block; margin-top:20px }
.in_abvideo{width:150px; height: auto; overflow: hidden; text-align: center; margin-top: 95px}
.in_abvideo img{width:90px; display: block; margin: 0px auto; webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.in_abvideo p{color:#fff; font-size: 20px; margin-top:15px;}
.in_abvideo:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.index_about_right{width:60%; height: auto; float: right; padding-top: 80px}
.index_about_right h3{color:#213f8d; font-size: 28px; font-weight: bold; margin-bottom:10px; }
.index_about_right h4{color:#171717; font-size: 18px; font-weight: bold; text-transform: uppercase}
.in_abxx{width:100%; height: auto; overflow:hidden; font-size: 16px; color: #4d4d4d; line-height: 36px; display: block; margin: 50px 0}
.ab_more{width:56px; height: auto; display: block;  transition: all 0.4s ease-in-out;}
.ab_more img{width:100%}
.ab_more:hover{margin-left:20px;}
.index_num{width:100%; height:auto; background: url(../images/num_bjs.jpg) no-repeat center; padding:70px 0;}
.index_num .container{ display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; }
.index_num dl{ border-right:1px solid #d6d6d6; padding-right: 60px; float: left}
.index_num dl:last-child{padding-right: 0; border-right:0}
.index_num dl dt{width:80px; height:100px; float: left; display: flex; align-items: center;}
.index_num dl dt img{align-items: center; margin: 0px auto; max-width: 100%;filter: grayscale(0);
    filter: brightness(0) invert(100%);
    -webkit-filter: brightness(0) invert(22%);
    mix-blend-mode: difference;
    filter: grayscale(100%) opacity(91%);}
.index_num dl dd{margin-left:95px;}
.index_num dl dd h5{font-size: 14px; color: #0d0d0d}
.index_num dl dd h5 span{ font-family: 'BAHNSCHRIFT'; color: #0d0d0d; font-size: 56px;}
.index_num dl dd p{font-size: 18px; color: #0d0d0d}

.in_zi{font-size:60px; font-weight:bold; color: #d1d1d1; position: absolute; top:120px; right:0; writing-mode:tb-rl;
writing-mode:vertical-rl;}
.index_num dl:hover dt img{    mix-blend-mode: initial;
    filter: grayscale(0) opacity(91%); filter: grayscale(0) opacity(100%);}


/*特点*/
.index_tedian{width:100%; height: auto; overflow: hidden; margin-top: 80px;}
.index_tedian ul{width:100%; height: auto; overflow: hidden; margin-top: 52px; display: flex;
    display: -webkit-flex;  -webkit-justify-content: flex-start;  justify-content: flex-start;}
.index_tedian ul li{ height: 540px; float: left; width:16.53%; position: relative}
.index_tedian ul li.active{width:50.4%;}
.index_tedian ul li img.in_tdicon{width:100%; display: block; height: 100%; object-fit: cover; object-position: center center;}
.index_tedian ul li a{width:100%; height: 100%; display: block; background: rgba(0,0,0,0.5); position: absolute; top:0; left:0; padding:90px 10% 0}
.index_tdicon{width:100%; height:50px; display: flex; align-items: center; }
.index_tdicon img{align-items: center;}
.index_tedian ul li h3{color:#fff; font-size: 24px; font-weight: bold; margin:15px 0 10px}
.index_tedian ul li h4{color:#fff; font-size: 14px; }
.index_tedian ul li h5{color:#fff; font-size: 16px; margin-top: 26px; display: none}
.index_tedian ul li span{width:140px; height: 42px; background: #e60012; border-radius: 25px; text-align: center; line-height: 42px; display: block; font-size: 16px; color: #fff; display: none;  margin-top: 160px;}
.index_tedian ul li i{width:42px; height: 42px; display: block; background: url(../images/case_jts.png) no-repeat center; margin-top: 160px;}
.index_tedian ul li.active span{display: block}
.index_tedian ul li.active a{padding:90px 10% 0 37%; background: rgba(33,63,141,0.7)}
.index_tedian ul li.active h5{display:block}



/*案例*/
.index_case{width:100%; height:auto; background: url(../images/case_bjs.jpg) no-repeat center; background-attachment: fixed; background-size: cover; 
	padding:85px 0}
.index_case_all{width:100%; height: auto; overflow: hidden; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; margin-top: 48px;}
.index_case_all .slideTxtBox{ height: auto; overflow: hidden;  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;}
.index_case_all .hd{width:248px; float: left; background: #ffffff; height: 521px;}
.index_case_all .hd ul{width:100%}
.index_case_all .hd ul li{width:100%; height:130px; border-bottom: 1px solid #f2f2f2; padding-left: 28px; position: relative}
.index_case_all .hd ul li:last-child{border-bottom: 0}
.index_case_all .hd ul li:after{content: ""; width:100%; height: 100%; background: #213f8d; border-right:4px solid #e60012; position: absolute; top:0; left:-110%; z-index:1; transition: all 0.4s ease-in-out;}
.index_case_icon{width:40px;  height: 100%; float: left; display: flex; align-items: center; position: relative; z-index:2}
.index_case_icon img{align-items: center; margin: 0px auto;}
.index_case_xx{float: left; margin-top:50px; margin-left:20px;  position: relative; z-index: 2}
.index_case_xx h4{color:#213f8d; font-size: 24px; font-weight: bold; margin-bottom:8px;}
.index_case_xx p{color:#777777; font-size:14px;}
.index_case_all .hd ul li.on:after{width:99%; left:0 }
.index_case_all .hd ul li.on h4,.index_case_all .hd ul li.on p{color:#fff}
.index_case_all .hd ul li.on img{filter: grayscale(0); filter: brightness(0) invert(100%);  -webkit-filter: brightness(0) invert(100%);
    mix-blend-mode: difference;}
.index_case_all .bd{width:1302px; float: right; position: relative; height: 521px}
.bd_li{width:100%; height: 100%; position: relative; overflow:hidden}
.bd_li img{width:100%; display: block; height: 100%; object-fit: cover; object-position: center center; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.index_case_hover{width:74%; height: auto; padding: 36px 23% 36px 5%; position: absolute; bottom:0; right:0; background: rgba(0,0,0,0.5)}
.index_case_hover h4{color:#ffffff; font-size: 20px; font-weight: bold; width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 12px;}
.index_case_hover p{color:#ffffff; font-size:14px;  width: 100%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_case_hover i{width:42px; height: 42px; display: block; position: absolute; top:50%; right:26%; margin-top: -21px; background: url(../images/case_jts.png) no-repeat center}
.bd_li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin: 70px 0 50px}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 40px}
.index_news_top li{width:31.8%; height: auto; float: left; margin-right: 2.3%}
.index_news_top li:nth-child(3n){margin-right: 0}
.index_news_pic{width:100%; height: auto; overflow: hidden}
.index_news_pic img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{width:100%; height: auto; overflow: hidden; margin-top:12px}
.index_news_xx h4{width:100%; height: 40px; line-height: 40px; color: #4d4d4d; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_xx p{width:100%; height:48px; line-height:24px; color: #777777; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_top li:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_top li:hover h4{color:#213f8d; font-weight: bold;}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top:40px; padding: 20px 5px}
.index_news_bottom li{width:31.8%; height: auto; float: left; margin-right: 2.3%; padding: 20px}
.index_news_bottom li:nth-child(3n){margin-right: 0}
.index_news_bottom li span{color:#ffffff; font-size: 14px; background: #bebebe; padding:2px 5px}
.news_bottom_tt{width:100%; height: 40px; line-height: 40px; margin:8px 0 5px}
.index_news_bottom li h4{width:75%; height: 40px; line-height: 40px; color: #4d4d4d; font-size: 18px; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap; float: left}
.index_news_bottom li i{float: right; color: #bebebe; font-size: 14px; text-transform: uppercase; font-style: normal}
.index_news_bottom li p{width:100%; height:48px; line-height:24px; color: #777777; font-size: 14px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;  -webkit-box-orient:vertical; overflow:hidden;}
.index_news_bottom li:hover h4{color:#213f8d; font-size: 18px;}
.index_news_bottom li:hover span{color:#fff; background: #213f8d}
.index_news_bottom li:hover{box-shadow: 0 0 12px rgba(33,63,141,0.15); background: #fff}


/*友情链接*/
.index_links{width:100%; height: auto; overflow: hidden; }
.index_links p{color:#213f8d; font-size: 36px; float: left}
.index_links_xx{margin-top:15px; overflow: hidden; float: left; width:88%; margin-left: 2%}
.index_links_xx a{color:#4d4d4d; font-size: 16px; float: left; position: relative; padding-right:15px; margin-right:15px;}
.index_links_xx a:after{content: "|"; position: absolute; top:0; right:0; font-size: 16px; color: #4d4d4d}


/*底部*/
.footer{width:100%; height:auto; overflow: hidden; position: relative;  background:#3d3d3e; overflow: hidden; z-index:2}
.footer_top{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #8b8b8b; padding: 35px 0; margin-bottom: 35px; }
.footer_top dl{width:auto; float: left}
.footer_top dl dt{color:#ffffff; font-size: 20px; margin-bottom:10px;}
.footer_top dl dd{color:#ffffff; font-size: 14px; opacity: 0.5}
.footer_top dl:last-child{margin-right: 5%}
.footer_top_all{width:1200px; margin: 0px auto; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_bottom{ height: auto; overflow: hidden; margin-bottom:50px;}
.footer_nav{width:76%; height: auto; float: left; border-right:1px solid #8b8b8b; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between; padding-right: 48px;}
.footer_nav dl{width:auto; float: left}
.footer_nav dl dt{color:#fff; font-size: 16px; margin-bottom:24px;}
.footer_nav dl dt a{color:#fff; font-size: 16px;}
.footer_nav dl dd{width:100%; height: auto; overflow: hidden}
.footer_nav dl dd a{width:100%; height: auto; display: block; font-size: 14px; color: #fff; opacity: 0.5; margin-bottom:10px;}
.footer_nav dl dd a:hover{opacity: 1}
.footer_ma{width:20%; height: auto; float: right}
.footer_ma dl{width:46.5%; height: auto; float: left;}
.footer_ma dl dt{width:100%; overflow: hidden; border: 1px solid #fff; padding: 8px;}
.footer_ma dl dt img{width:100%; display: block}
.footer_ma dl dd{width:100%; color:#fff; font-size: 14px; text-align: center; margin-top:10px;}
.footer_ma dl:nth-child(2){float: right}
.f_copy{width:100%; height:auto; overflow: hidden; line-height:60px; background: #2e2e2e; padding:10px 0; position:relative; z-index:9}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; float: left; text-transform: uppercase}
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#e60012!important}
.footer_zhichi{width:auto; height:auto; float: right;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%; line-height:60px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 60px; background: url(../images/vl.png) no-repeat center; margin-right: 10px}
.footer_zhichi .js{width:77px;height: 60px; background: url(../images/wl.png) no-repeat center; }
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat center}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat center} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}


/*内页*/
.ny_banner{ width:100%;  position:relative;  height:450px;clear: left; margin-top:100px; }
.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}
.liuyan_ban{background: url(../images/liuyan_ban.jpg) no-repeat center}
.join_ban{background: url(../images/join_ban.jpg) no-repeat center}

.ny_baninfo{width:1200px; height:225px; position: absolute; top:195px; left:50%; margin-left: -600px; }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 26px;}
.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:#fff; 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: 48px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{color:#213f8d}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #213f8d)) 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;
	-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_service_all{font-size:16px; color:#333; line-height:30px; margin:40px 0}
.ny_service_all img{max-width:100%}
.ny_service_all p{font-size:16px; color:#333; line-height:30px;}

/*内部二级导航*/
.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:#213f8d; border-radius:38px; max-width:1200px; padding:0 20px;}
.ny_nav ul li{    width: auto;
    height: 67px;
    line-height: 67px;
    float: left;
    text-align: center;
    position: relative;
    padding: 0px 18px;}
.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}


/*推荐新闻*/
/*内页通用新闻资讯*/
.nynews{width:100%; height:auto; overflow:hidden; margin-bottom:60px;}
.nynews-l{ margin-top:30px; width: 100%;}

.nynews-li{border-bottom:1px dashed #d5d5d5;  overflow: hidden; }
.nynews-li > span{ border:2px solid #213f8d; 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:#213f8d;}
.nynews-li:hover > span{ left:15px; background: #213f8d; }
.nynews-li:hover > p{ right:15px; color:#213f8d;}
.nynews-l ul{width:100%; height:auto; overflow:hidden}
.nynews-l ul li{width:48%; height:auto; float:left;}
.nynews-l ul li:nth-child(2n){float:right}



/*内页：新闻资讯*/
.in-news{ margin-top: 60px; background: url(../images/innews-bg.jpg) no-repeat center; background-position: bottom; }
.news-title h3{ color: #213f8d;}
.news-title span {width:442px; line-height: 80px; color: #213f8d; font-size: 33px;text-align: center; font-weight: bold;}
.news-title span p{ color: #213f8d !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; }
.ny_news_show{margin-bottom:70px; margin-top:50px;}
.ny_news_show h1{font-size:26px; color:#333;}
.keyword_light{font-size:16px; color:#666; line-height:30px;}
.news_show_bt{width: 100%;  color: #555; padding: 10px 0px; text-align: center;  clear: both; font-weight: bold}
.news_show_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_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}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:16px; 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.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*产品中心*/
.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 img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.ny_product_all ul li:hover h5{color:#213f8d}



/*产品详情页*/
.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:38%; 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:#213f8d; 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:58%; height: auto; float: right}
.ny_pro_tright h1{ font-size: 26px; color: #191919; height:auto; line-height:30px; margin-top: 10px;font-weight:700;}
.ny_pro_p{width:100%; height:auto; border-bottom: 1px solid #e5e5e5; margin-top:15px; overflow:hidden;  color: #000000; line-height: 30px; font-size: 15px; padding-bottom:20px; }
.ny_pro_p p{width:100%; height:auto;  color: #000000; line-height: 35px; font-size: 15px;   overflow:hidden;}
.ny_pro_dh{width:100%; height:auto; margin-top:20px;}
.ny_pro_dh i{ color: #000000; font-size: 50px; float: left; line-height:60px;}
.ny_pro_ddh{float: left; margin-left:10px;}
.ny_pro_ddh p{ font-size: 14px; color: #313131;}
.ny_pro_ddh span{ font-size: 30px; color: #213f8d; 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:28px; margin-right: 30px;}
.ny_pro_bottom{width:100%; height: auto; display: block; overflow: hidden; margin-top: 65px;}
.ny_pro_bleft{width:75%; height: auto; overflow: hidden; float: left}
.ny_pro_bright{width:21%; height: auto; float: right}
.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{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:#213f8d; color:#fff}
.ny_probt li:hover a{color:#fff}
.ny_probt li.on{background:#213f8d;}
.ny_probt li.on a{ color:#fff; font-size:18px;}
.ny_probt li a{width:100%; height:100%; display:block; overflow:hidden}
.ny_proshow_info{width:100%; height:auto; overflow:hidden;  margin-top: 30px; font-size:16pxx;color:#666; line-height:30px;}
.ny_hotnews{width:100%; height:auto; overflow: hidden; margin-bottom:20px;}
.ny_hotnews h3{width:100%; height:50px; background: #213f8d; color: #fff; text-align: center; line-height: 50px; 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:#213f8d}
.ny_hotnews input[type="text"]{width:66%; height:35px; line-height:35px; border:1px solid #ddd; padding:0px 10px; float:left;}
.t_search{width:26%; height:35px; color:#fff; border:0; background:#213f8d; float:right;}




/*内页新闻*/
.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; display:block;}
.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:#213f8d}
.ny_news_all ul li:hover h3{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_events_all{width:100%; height:auto; overflow:hidden; margin-bottom:40px;}
.timer_shaft_left{float: left;font-size: 26px;width: 175px;text-align: left;position: relative; line-height: 42px;  }
.timer_shaft_left::after{content:"";position: absolute;right: 3px;top: 22px;width: 11px;height: 11px;border:1px solid #213f8d;border-radius:50%;background: #fff;z-index: 2;}
.timer_shaft_right{float: right;line-height: 35px;padding-left: 30px;/*! max-width: 600px; */padding-top: 13px;color: #666; width: 84%;   }
.timer_shaft_right > img{ display: block; width: 300px; height: auto; }
.timer_shaft_box{position: relative; margin-top: 70px; }
.timer_shaft_box::after{content: '';position: absolute;left: 165px;height: 100%;width: 1px;background: #213f8d;z-index: 1;top: 0;}
.timer_shaft_line .timer_shaft_left{padding: 8px 15px;}
.clear_new{clear:both;overflow:hidden;}
.clear_new2:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.timer_shaft_box:first-child{margin-top: 50px;}
.exhibition_text{background: #eeeeee;padding: 30px;line-height: 30px;}
.exhibition_text h2{font-size: 24px;font-weight: bold;margin-bottom: 6px;}
.timer_shaft_right h3{color:#333; font-size:18px; font-weight:bold;}
.time_shaft_img{width:100%; height:auto; overflow:hidden; line-height:30px; font-size:16px; color:#333}
.time_shaft_img p{line-height:30px; font-size:16px; color:#333}
.timer_shaft_right img{max-width:100%;}




/*客服*/
.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:#0b5dc9;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width: 77px; float:left;
}

/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}





@media screen and (max-width:1500px){
	.w1440{width:1200px;}
	.index_case_all .slideTxtBox{width:92%}
}


@media screen and (max-width:1360px){
.index_case_all .hd ul li{padding-left:18px;}
.index_case_all .slideTxtBox{width:95%}
}





