@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;}
.w1440,.container{ width:1440px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

.h_search{width:40px; height:100px; background: url(../images/search.png) no-repeat center; float: right; margin-right:1%}
.form_box{position: absolute;  top:100px; left:0; right:0; z-index: 999; height:auto; background: #fff; display:none; margin: 0 auto; width: 100%;
	padding: 10px 0; box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.form_box form{width:100%; margin:0 auto;}
.form_box p{ height:auto; width: auto; display: table; margin: 0px auto;}
.form_box input[type="text"]{width:300px; height:40px; line-height:40px; border: 0; float: left; background: #eee; color:#333; font-size: 15px; padding: 0 10px;}
.form_box .submit{width:120px; height:40px; border:0;  display: inline-block;  color:#fff; float:left;  outline: none; background: #0039c8; font-size:16px;}
.header_dianhua{float: right; color: #121315; font-size: 18px; background: url(../images/h_dianhua.png) no-repeat left center; padding-left: 30px; 
	line-height:100px; margin-right:1%}



/* 导航栏 */
.header_dao{width:100%; height:100px; background:#ffffff; position: relative; z-index:9; padding-left: 2%}
.header_logo{width:auto; height:100px; float: left; display: flex; align-items: center;}
.header_logo img{max-width:100%; align-items: center; float: left; width: 77px;}
.header_logo dl{float: left; margin-left: 10px;}
.header_logo dl dt{width:auto; color: #333333; font-size: 24px;  font-weight: bold;}
.header_logo dl dd{width:auto; color: #333333; font-size:12px; text-transform: uppercase}
.nav{width:51%; height:100px;  position: relative; z-index: 1; float: right; margin-right:1.5%; background: url(../images/h_xian.png) no-repeat right center}
.nav .nLi{ float:left;  position:relative; display:inline; height:100px; text-align: center;  width:14.2%; }
.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:96px; z-index: 9; display: table}
.nav .sub{ display:none;left:50%; top:100px;  position:absolute;  line-height:26px; width:140px; margin-left: -70px; 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:after{opacity: 1}
.nav .nLi.active h3 a p{color:#003f98; border-bottom: 4px solid #003f98}



/* 首页:banner */
.banner{ width:100%; height:860px; position: relative; overflow: hidden}
.banner .swiper-slide a{width:100%; height:100%; display: block}
.banner .swiper-slide a img{width:100%; height:860px; object-fit: cover; object-position: center center; display: block;}
.banner .swiper-button-next,.banner .swiper-button-prev{width:90px; height:168px; margin-top:-84px; display: flex; align-items: center;}
.banner .swiper-button-next img{align-items: center; margin-left:50px;}
.banner .swiper-button-prev img{align-items: center; margin: 0px auto;}
.banner .swiper-button-next{background:url(../images/ban_yuan.png) no-repeat center; right:0}
.banner .swiper-button-prev{background:none; left:2%}
.ban_btn{width:277px; height:860px; background:url(../images/b_yuan.png) no-repeat center; position:absolute; top:0; right:0; z-index:9}
.ban_btn .swiper-pagination{color:#fff; font-size:21px; width:auto; top:50%; bottom:auto; left:50%; transform: translate(-50%,-50%);}
.ban_btn .swiper-pagination-current{font-size:26px; font-weight:bold; opacity:1!important}
.ban_btn .swiper-pagination-total{color:#fff; font-size:21px; opacity:0.5}



/*关于我们*/
.index_about{width:100%; height:auto; background: url(../images/about_bjs.jpg) no-repeat center; position: relative; padding:80px 0 70px; overflow: hidden;}
.index_about_tt{width:100%; height: auto; overflow: hidden}
.index_about_tt h4{color:#fff; font-size: 48px; font-weight: bold;}
.index_about_tt h5{color:#ffffff; font-size: 36px; }
.index_about_tt h6{color:#ffffff; font-size:18px; opacity: 0.5}
.index_about_top{width:100%; height: auto; margin-top:40px; display: table; position: relative}
.index_about_left{width:40%; height: auto; float: left; position: relative; overflow:hidden}
.index_about_left img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_about_left:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_about_left i{width:71px; height: 71px; position: absolute; bottom:0; right:0; background: url(../images/v_icon.jpg) no-repeat center}
.index_about_right{width:42%; height: auto; float: left; margin-left:5%}
.index_about_right h3{width:100%; color: #fff; font-weight: bold; font-size: 30px; margin:25px 0 30px}
.in_abxx{width:100%; height: auto; color: #ffffff; font-size: 16px; line-height:30px;}
.in_about_more{width:154px; height: 51px; border: 1px solid #fff; text-align: center; line-height: 50px; font-size: 16px; color: #fff; display: block; 
	margin-top:40px;}
.in_about_more:hover{background: #fff; color:#003f98}
.index_about_links{width:100%; height: auto; overflow: hidden; position: relative; margin-top: 112px;}
.index_about_links:after{content: ""; width: 100%; height: 1px; background: #fff; position: absolute; top:35px; left:0 }
.index_about_links a{width:auto; float: left; margin-right: 90px; text-align: center; margin: 0 60px 0 30px; position: relative; z-index: 1}
.index_about_links a img{width:67px; height: auto; 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;}
.index_about_links a p{color:#fff; font-size: 16px; margin-top:15px;}
.index_about_num{width:23%; height: auto; background: rgba(255,255,255,0.8); position: absolute; top:0; right:-16.1%; padding:10px 0 38px 46px}
.index_about_num ul{width:100%; height: auto; overflow: hidden}
.index_about_num ul li{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #032d76; font-size: 16px; color: #333333; background: url(../images/yuan.png) no-repeat left center; padding-left: 20px; padding-bottom: 10px; margin-top:12px;}
.index_about_num ul li span{color:#032d76; font-size: 48px; font-weight: bold;}
.index_about_num ul li:last-child{border-bottom: 0}
.index_about_links a:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}


#index_dian{width:100%; height:500px; background:red; position:relative}
canvas{display:block; height:500px!important}
.waves{position:absolute;z-index:0;left:0; right:0; bottom:0;height:290px;}
#index_dian div{position: absolute; top:0; left:0}




/*产品*/
.index_product{width:100%; height: 828px; overflow: hidden; background: url(../images/product_bjs.jpg) no-repeat center; padding: 110px 0 90px}
.index_product_left{width:34%; height: auto; float: left; margin-left:8%}
.index_product_left h4{color:#333333; font-size: 48px; font-weight: bold; text-transform: uppercase}
.index_product_left h5{color:#333333; font-size:36px; margin: 10px 0 35px}
.index_product_left hr{width:100%; height: 1px; background: #003f98}
.in_pro_xx{width:100%; height: auto; overflow: hidden; color: #333333; font-size: 16px; line-height: 30px; display: block; margin: 60px 0 70px}
.in_pro_more{width:154px; height: 51px; background: #003f98; text-align: center; line-height: 51px; font-size: 16px; color:#fff; display: block}
.in_pro_more:hover{border: 1px solid #003f98; color:#003f98; background: none}
.index_product_right{width:42%; height: auto; float: right}
.in_protitle{width:100%; height: auto; overflow: hidden; color:#003f98; font-size: 30px; font-weight: bold; text-align: right; margin-bottom: 56px;}
.index_product_right .swiper-container{width:100%;}
.index_product_right .swiper-slide a{width:100%; height: auto; display: block}
.index_pro_pic{width:100%; height: auto; overflow: hidden; border-radius:10px;}
.index_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; border-radius:10px; }
.index_product_right .swiper-slide a h4{width:70%; height:45px; line-height: 30px; padding-bottom: 5px; border-bottom: 1px solid #003f98; margin-left:5%;
	margin-top: 20px; font-size: 18px; color: #333333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_product_right .swiper-button-next,.index_product_right .swiper-button-prev{width:35px; height: 35px; top:auto; margin-top: 0; bottom:0}
.index_product_right .swiper-button-next{background: url(../images/kh_right.png) no-repeat center; right:0}
.index_product_right .swiper-button-prev{background: url(../images/kh_left.png) no-repeat center; left:auto; right:70px}
.index_product_right .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_product_right .swiper-button-next:hover{background: url(../images/kh_hright.png) no-repeat center}
.index_product_right .swiper-button-prev:hover{background: url(../images/kh_hleft.png) no-repeat center}


/*优势*/
.index_youshi{width:100%; height: 666px; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center; background-size: cover; 
	background-attachment: fixed; padding-top: 156px;}
.index_youshi h4{color:#fff; font-size: 48px; font-weight: bold; text-transform: uppercase}
.index_youshi h5{color:#fff; font-size: 36px; }
.index_youshi p{color:#ffffff; font-size: 24px; line-height: 36px; margin: 45px 0}
.index_youshi a{width:154px; height:51px; background: #003f98; text-align: center; line-height: 51px; font-size: 16px; display: block; color: #fff}
.index_youshi a:hover{background: #fff; color:#003f98}



/*新闻*/
.index_news{width:100%; height: auto; overflow: hidden; margin: 70px 0 50px}
.index_news_tt{width:100%; height: auto; overflow: hidden}
.index_news_left{width:auto; float: left}
.index_news_left h4{color:#333333; font-size: 48px; font-weight: bold; text-transform: uppercase}
.index_news_left h5{color:#333333; font-size:36px; margin: 10px 0 20px}
.index_news_left hr{width:144px; height: 4px; background: #003f98; display: block; border: 0}
.index_news_nav{width:36%; float: right; margin-top: 60px;}
.index_news_nav a{width:32.2%; height: auto; float: left; margin-left: 1%; background: #eeeeee; text-align: center; line-height: 43px; font-size:16px; 
	color: #333333}
.index_news_nav a:hover{background: #003f98; color:#fff}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 64px; border: 1px solid #eeeeee}
.index_news_top li{width:25%; height: 360px; position: relative;float: left;  border-right:1px solid #eeeeee; overflow: hidden}
.index_news_top li img{width:100%; display: block; opacity: 0; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_news_xx{width:100%; height: 100%; position: absolute; top:0; left:0; padding: 72px 9% 10px;}
.index_news_xx h4{width:100%; height:48px; line-height: 24px; color: #333333; font-weight: bold; font-size: 18px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;}
.index_news_xx p{width:100%; height:90px; line-height: 30px; color: #666666;  font-size: 16px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden; margin: 52px 0 30px}
.index_news_xx span{color:#666666; font-size: 16px; background: url(../images/n_jts.png) no-repeat right center; padding-right:20px;}
.index_news_top li:last-child{ border-right:0}
.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; opacity: 1}
.index_news_top li:hover h4{color:#fff; font-weight: bold;}
.index_news_top li:hover p{color:#fff; }
.index_news_top li:hover span{color:#fff; font-size: 16px; background: url(../images/nh_jts.png) no-repeat right center; padding-right:20px;}
.index_news_bottom{width:100%; height: auto; overflow: hidden; margin-top:40px;}
.index_news_bottom li{width:41%; height: auto; float: left;}
.index_news_bottom li:nth-child(2n){float: right}
.index_news_bottom li h4{width:100%; height: 40px; line-height: 40px;  color: #333333; font-weight: bold; font-size: 18px;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.index_news_bottom li p{width:100%; height:60px; line-height:30px; color: #666666; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;  -webkit-box-orient:vertical; overflow:hidden; margin:10px 0 20px}
.index_news_bottom li span{color:#666666; font-size: 16px; background: url(../images/n_jts.png) no-repeat right center; padding-right:20px;}
.index_news_bottom li:hover h4{color:#003f98}



/*合作客户*/
.index_kehu{width:100%; height: auto; overflow: hidden; background: url(../images/kehu_bjs.jpg) no-repeat center; background-size: cover; padding: 68px 0 50px}
.index_kehu_title h4{color:#333333; font-size: 48px; font-weight: bold; text-transform: uppercase}
.index_kehu_title h5{color:#333333; font-size:36px; margin: 10px 0 20px}
.index_kehu_all{width:100%; height: auto; overflow: hidden; margin: 86px 0 50px}
.index_kehu_all .swiper-container{width:100%; height: auto; overflow: hidden; padding-bottom: 90px;}
.index_kehu_all .swiper-slide a{width:100%; height: auto; display: block; overflow: hidden}
.index_kehu_all .swiper-slide a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_kehu_all .swiper-button-next,.index_kehu_all .swiper-button-prev{width:35px; height: 35px; top:auto; bottom:0; margin-top: 0}
.index_kehu_all .swiper-button-next{background: url(../images/kh_right.png) no-repeat center; right:45%}
.index_kehu_all .swiper-button-prev{background: url(../images/kh_left.png) no-repeat center; left:45%}
.index_kehu_all .swiper-button-next:hover{background: url(../images/kh_hright.png) no-repeat center}
.index_kehu_all .swiper-button-prev:hover{background: url(../images/kh_hleft.png) no-repeat center}
.index_kehu_all .swiper-slide a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*内页*/
.ny_banner{width:100%; height: 577px; position: relative; z-index: 9; overflow: hidden}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center; background-size: cover;}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center; background-size: cover;}
.prdocut_ban{background: url(../images/product_ban.jpg) no-repeat center; background-size: cover;}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center; background-size: cover;}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center; background-size: cover;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center; background-size: cover;}
.rlzy_ban{background: url(../images/rlzy_ban.jpg) no-repeat center; background-size: cover;}
.ny_header{width:100%; height: auto; position: absolute; top:0; left:0}
.ny_logo{width:246px; height:100px; float: left; display: flex; align-items: center;}
.ny_logo img{width:100%; align-items: center; margin: 0px auto;}
.ny_header #menu{width:56%}
.ny_ban_info{margin-top:190px; height: 110px; border-top:1px solid #fff; border-bottom: 1px solid #fff;}
.ban_info_bt{width:279px; float: left; height:110px;  margin-top: -1px }
.ban_info_bt h4{color:#fff; font-size: 45px; font-weight: bold; line-height: 102px; float: left}
.ban_nav_btn{width:52px; height: 110px; float: right; display: flex; align-items: center; margin-right: 4%}
.ban_nav_btn img{align-items: center; margin: 0px auto}
.ny_navall,.ny_navalls{margin-left:279px; height:109px;  border-top:1px solid rgba(255,255,255,0.3); border-bottom:1px solid rgba(255,255,255,0.3); padding-left:30px}
/* .ny_navall a{color:#fff; font-size: 24px; float: left; padding: 0 20px; line-height: 110px; position: relative} */
/* .ny_navall a:nth-child(1):after{content: ""; width:4px; height: 4px; background: #fff; position: absolute; top:50%; left:0; margin-top: -2px;} */
/* .ny_navall a:before{content: ""; width:4px; height: 4px; background: #fff; position: absolute; top:50%; right:0; margin-top: -2px;} */
/* .ny_navall a:hover{font-weight:bold;} */

.ny_navall ul{width:100%; height:auto; }
.ny_navall ul li{float: left;  position: relative; margin:20px 15px 0; line-height:60px;}
.ny_navall ul li a{width:100%; height:auto; display:block; background: #666;  transform: skewX(-30deg); padding: 0 40px; position:relative}
.ny_navall ul li p{color:#fff; font-size: 20px; transform: skewX(30deg);}

.ny_navall ul li a:before{
  content:'';
  width:10px;
  height:100%;
  background:rgba(255,255,255,0.15);
  position:absolute;
  right:10px;
  top:0;
  transition:all .5s ease;
}
.ny_navall ul li a:after{
  content:'';
  width:10px;
  height:100%;
  background:rgba(255,255,255,0.15);
  position:absolute;
  right:30px;
  top:0;
  transition:all .5s ease;
}
.ny_navall ul li.active a{background:#0053bb}
.ny_navall ul li a:hover{background:#0053bb}

.ny_ban_post{margin-top: 85px; display: -webkit-flex;  display: flex; -webkit-justify-content: flex-end; justify-content: flex-end;}
.ban_post_info{background: url(../images/home.png) no-repeat left center; padding-left: 20px; color:#fff; font-size: 16px;}
.ban_post_info a{color:#fff; font-size: 16px;}
.ny_ban_search h4 { text-align:center; color: #fff; font-size: 45px; font-weight: bold; line-height: 102px;}




/*新闻*/
.ny_all{width:100%; height: auto; overflow: hidden; background: #333333; position:relative}
.an2:before {
    width: calc((100% / 6) * 0.6);
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    content: "";
    height: 100%;
    background-color:#0053bb;
    transition: all 1s ease-in-out;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.an1:after {
    width: calc((100% / 6) * 6);
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 100%;
    content: "";
    height: 100%;
    background-color: #0053bb;
    transition: all 1.5s ease-in-out;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.an_box {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: left bottom;
    z-index: 0;
}

.an1{top:0; left:0}
.an2{top:0; right:0}




.ny_all_info{ margin: 0px auto; overflow: hidden; padding: 75px 0 85px; min-width: 1200px; position:relative; z-index:1}
.ny_title{width:100%; height: auto; border-bottom: 1px solid #0053bb; padding-bottom:12px}
.ny_title h3{color:#ffffff; font-size: 30px; font-weight: bold;  padding-left:22px; position:relative}
.ny_title h3:after{content:""; width:6px; height:30px; position:absolute; top:50%; left:0; margin-top:-15px; background:#0053bb}
.ny_news_top{width:100%; height: auto; overflow: hidden; margin-top:70px}
.ny_news_top ul{width:100%; height: auto; overflow: hidden}
.ny_news_top ul li{width:32%; height: auto; float: left; margin-right: 2%}
.ny_news_top ul li:nth-child(3){margin-right: 0}
.ny_news_pic{width:100%; height: auto; overflow: hidden}
.ny_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;}
.ny_news_txx{width:100%; height: auto; overflow: hidden; margin-top: 30px}
.ny_news_txx h3{width:100%; height:60px; line-height: 30px; color: #fff; font-size:18px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_news_txx hr{width:100%; height: 1px; background: #e5e5e5; display: block; margin:25px 0 15px}
.ny_news_txx h4{width:100%; color:#999; font-size: 14px;}
.ny_news_txx h4 span{margin-right: 10px; color:#999; font-size: 14px;}
.ny_news_top 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_news_top ul li:hover .ny_news_txx h3{color:#002fa6}

.ny_news_bottom{width:100%; height: auto; overflow: hidden; margin-top: 54px}
.ny_news_bottom ul{width:100%; height: auto; overflow: hidden; margin-bottom: 30px; border-top: 1px solid #e5e5e524; padding-top: 32px;}
.ny_news_bottom ul li{width:100%; height: auto; border-bottom: 1px solid #e5e5e524; padding-bottom: 32px; margin-bottom: 32px; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.ny_news_bottom ul li a{width:100%; display:block}
.ny_news_img{width:16%; height: auto; float: left; overflow:hidden}
.ny_news_img img{width:100%; display: block;  transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_binfo{width:70%; float: left; margin-left:3%; background: url(../images/n_txs.png) no-repeat right center; padding-right: 5%}
.ny_news_binfo h4{width:100%; height:40px; line-height: 40px; color: #fff; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom:10px;}
.ny_news_binfo p{width:100%; height:60px; line-height:30px; color: #fff; font-size: 15px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_news_btime{width:auto; float: right; text-align: center; margin-right: 3%; margin-top:30px;}
.ny_news_btime p{color:#999; font-size: 24px; }
.ny_news_btime span{color:#999; font-size:16px; display: block}
.ny_news_time{width: 100%; line-height: 30px; color: #999; height:auto; margin-bottom: 20px;
			border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
			clear: both}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.ny_news_show img{max-width:100%}

.ny_service_all{width:100%; margin-bottom:40px; position:relative}
.ny_news_bottom 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_news_bottom ul li:hover .ny_news_binfo h4{color:#0053bb}

/*关于我们*/
.ny_about_info{width:100%; height: auto; overflow: hidden; margin: 60px 0; color:#333333; font-size: 16px; line-height: 30px;}
.ny_about_info p{color:#ffffff; font-size: 16px; line-height: 30px;}
.ny_about_info img{max-width: 100%;}

/*产品列表*/
.ny_product_all{width:100%; height: auto; overflow: hidden; margin-top:70px }
.ny_product_all ul{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.ny_product_all ul li{width:31.3%; height: auto; float: left; margin-bottom:3%; margin-right:3%}
.ny_product_all ul li:nth-child(3n){margin-right: 0}
.ny_proimg{width:100%; height: auto; overflow: hidden; position: relative}
.ny_proimg img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product_hover{width:82.7%; height:82%; overflow: hidden; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); 
	background: rgba(0,47,166,0.6); text-align: center; padding:22% 0 50px; opacity: 0; transition: all 0.4s ease-in-out;}
.ny_product_hover p{color:#fff; font-size: 14px;}
.ny_product_hover h3{color:#fff; font-size: 20px; font-weight: bold; margin:15px 0 20px}
.ny_product_hover i{width:41px; height: 41px; background: url(../images/p_icon.png) no-repeat center; display: block; margin: 0px auto}
.ny_product_all ul li h4{width:100%; height: 30px; line-height: 30px; color: #ffffff; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; margin-top:8px;}
.ny_product_all ul li:hover .ny_product_hover{opacity: 1}
.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_proshow_bottom .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .hd ul li::before{ height: 6px; width: 6px; background: #0053bb; position: absolute; left: 20px; top:24px; display: block; content: "";}
.ny_pro_ddh{width:100%; height:auto; overflow:hidden; margin-top:20px;}
.ny_pro_ddh p{color:#333; font-size:16px;}
.ny_pro_ddh span{color:#0053bb; font-size:28px; font-weight:bold; margin-top:10px;}
.ny_proshow_xx em{font-size:16px; margin:20px 0; font-style: normal; display:block}
.pro_text{width:100%; height:auto; margin:20px 0 10px; line-height:30px;}



.ny_shebei_all{width:100%; height: auto; overflow: hidden; margin-top:70px }
.ny_shebei_all ul{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.ny_shebei_all ul li{width:22.7%; height: auto; float: left; margin-bottom:25px; margin-right:3%}
.ny_shebei_all ul li:nth-child(4n){margin-right: 0}
.ny_shebei_all ul li h4{width:100%; height: 30px; line-height: 30px; color: #ffffff; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center; margin-top:8px;}
.ny_shebei_all ul li:hover .ny_product_hover{opacity: 1}
.ny_shebei_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_case_all{width:100%; height: auto; overflow: hidden; margin-top:70px}
.ny_case_all ul{width:100%; height: auto; overflow: hidden; margin-bottom: 40px;}
.ny_case_all ul li{width:24.2%; height: auto; float: left; margin-bottom:20px; margin-right:1%; position: relative; overflow: hidden}
.ny_case_all ul li:nth-child(4n){margin-right: 0}
.ny_case_all ul li img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_case_all ul li a{width:100%; height: 100%; position: absolute; top:0; left:0; background: rgba(0,47,166,0.5);   display: -webkit-flex;
    display: flex; opacity: 0; transition: all 0.4s ease-in-out;}
.ny_case_hover{width:100%; height: auto; overflow: auto; text-align: center;  -webkit-align-self: center;  align-self: center; }
.ny_case_hover h4{color:#fff; font-size: 18px; font-weight: bold;}
.ny_case_hover span{width:94px; height: 30px; display: block; margin: 0px auto; border: 1px solid #fff; border-radius: 25px; text-align: center; color:#fff; font-size: 14px; line-height: 28px; margin-top: 20px;}
.ny_case_all ul li h5{width:100%; height: 46px; background: rgba(0,0,0,0.5); position: absolute; bottom:0; lef:0; text-align: center; font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  transition: all 0.4s ease-in-out;}
.ny_case_all ul li:hover h5{opacity: 0}
.ny_case_all ul li:hover a{opacity: 1}
.ny_case_all ul li a::before, .ny_case_all ul li a::after {
    position: absolute;
    content: "";
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    z-index: 99;
}

.ny_case_all ul li a::before {
    border-bottom:3px solid #fff;
    border-top:3px solid #fff;
    bottom:20px;
    left: 20px;
    right:20px;
    top: 20px;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
}

.ny_case_all ul li a::after {
    border-left:3px solid #fff;
    border-right:3px solid #fff;
    bottom:20px;
    left:20px;
    right:20px;
    top:20px;
    transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
    -o-transform-origin: 100% 0 0;
}
.ny_case_all ul li a:hover::before, .ny_case_all ul li a:hover::after {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ny_case_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_all_contact{width:100%; height: auto; overflow: hidden; background: #333; position:relative}
.ny_all_contact .ny_all_info{  padding: 75px 0 200px;}
.ny_contact_info{width:100%; height: auto; overflow: hidden; ; margin-top: 46px;}
.contact_info_title{ text-align: center}
.contact_info_title h3{color:#ffffff; font-size: 24px; font-weight: bold;}
.contact_info_title hr{width:30px; height: 7px; background: #333333; margin: 20px auto 15px}
.contact_info_title p{color:#ffffff; font-size: 16px;}
.contact_info_xx{width:100%; height: auto; overflow: hidden; margin-top: 65px; margin-bottom: 140px;}
.contact_info_div{width:32%; height: auto; float: left; margin-right: 1%; padding:38px 10px 38px 50px; border: 1px solid #eeeeee}
.contact_info_div p{width:100%; color: #ffffff; font-size: 18px;}
.contact_info_div hr{width:30px; height:2px; background: #002fa6; margin-top:15px;}
.contact_ly_info{width:100%; height: auto; overflow: hidden; margin: 80px auto;}
.contact_ly_info dl{width:100%; height: 52px; margin-bottom: 20px;}
.contact_ly_info dl input[type="text"]{width:100%; height: 100%; padding: 0px 10px; font-size: 16px; color: #333; background: #fff; border: 0}
.contact_ly_info dl dt{width:49%; float: left; height: 100%; position: relative; }
.contact_ly_info dl dd{width:49%; float: right; height: 100%; position: relative; }
.contact_ly_info textarea{width:100%; height: 112px; padding: 10px; font-size: 16px; color: #333; background:#fff; resize: none; border: 0}
.con_submit{width:50%; height: 55px; background: #002fa6; color:#fff; text-align: center; line-height: 55px; border: 0; display: block; margin:42px auto; font-size:16px}
.con_submit:hover{background:#0053bb; cursor:pointer; color:#fff}
.contact_info_xx p{ color: #fff; font-size: 18px}

/*荣誉*/
.ny_honor{width:100%; height: auto; overflow: hidden; margin-top:70px}
.ny_honor ul{width:100%; height: auto; overflow: hidden; }
.ny_honor ul li{width:22.7%; height: auto; float: left; margin-right:3%; margin-bottom: 3%; }
.ny_honor ul li:nth-child(4n){margin-right: 0;}
.ny_pro_pic{width:100%; height: auto; overflow: hidden;}
.ny_pro_pic img{width:100%; height: auto; display: block; margin:0px auto; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor  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_honor ul li h4{width:100%; height: 40px; line-height: 40px; font-size: 16px; color: #fff; margin-top: 8px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}



/*发展*/
.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;}


/*底部*/
.footer{width:100%; height:auto; overflow: hidden; position: relative; padding:65px 0 0; background:url(../images/footer_bjs.jpg) no-repeat center; 
	overflow: hidden; background-size: cover;}
.f_logo{width:auto; display: table; margin: 0px auto;}
.f_logo img{width:101px; height: auto; float: left}
.f_logo dl{margin-left:120px; margin-top:8px;}
.f_logo dl dt{color:#ffffff; font-size: 24px; font-weight: bold; line-height:40px;}
.f_logo dl dd{color:#ffffff; font-size: 12px; text-transform: uppercase}
.footer_nav{width:auto; height: auto; overflow: hidden; display: table; margin:30px auto;}
.footer_nav a{color:#ffffff; font-size: 16px; position: relative; padding-right:25px; margin-right:25px;}
.footer_nav a:after{content: "|"; color:#ffffff; font-size: 16px; position: absolute; top:0; right:0; }
.footer_nav a:last-child{margin-right: 0}
.footer_nav a:last-child:after{display: none}
.footer_nav a:hover{font-weight:bold;}
.footer_xx{width:100%; height: auto; overflow: hidden; text-align: center; font-size: 16px; color: #ffffff}
.footer_ma{width:auto; height: auto; display: table; margin:42px auto;}
.footer_ma dl{width:106px; height: auto; float: left; margin: 0 8px}
.footer_ma dl dt{width:100%; overflow: hidden;}
.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:40px; background:rgba(0,0,0,0.3); padding:15px 0}
.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:#002ca7!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:40px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height: 40px; background: url(../images/vl.png) no-repeat center; margin-right: 10px}
.footer_zhichi .js{width:77px;height: 40px; 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;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width:60px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height:60px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height:60px;
    width:60px;
}
.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:17px;
    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:60px;
    margin: 0 auto;
    text-align: center;
    width:60px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
      background:url(../images/dhs_icon.png) no-repeat center;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-youxiang {
     background:url(../images/yx_icon.png) no-repeat center;
}
.lxfx li i.icon-top {
    background:url(../images/top_icon.png) no-repeat center;
	background-size:44%
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:rgba(0,63,152,0.6);
    height:60px;
    margin-bottom: 1px;
    margin-left: 0;
    position: relative;
    width:60px; 
	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:1680px){
	.index_about_num{width:29%; padding: 10px 0 38px 22px;}
	.index_about_num ul li span{font-size:40px;}
}



@media screen and (max-width:1500px){
	.w1440,.container{width:1200px;}
	.index_about_num{width:26%}
	.in_protitle{font-size:25px;}
	.index_product_left{margin-left:3%; width:42%}
	
}



@media screen and (max-width:1380px){
	.nav{width:48%}
	.header_logo img{width:65px}
	.index_about_right{width:37%}
	.index_about_num{width:29%}
	
}




