@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; }
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:1400px; margin: 0 auto; }
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.header_top{width:100%; height:38px; line-height: 38px; background: #e4e4e4}
.header_top h4{color:#111111; font-size: 14px;}
.header_center{width:100%; height: 172px; }
.header_logo{width:640px; height: 172px; float: left; display: flex; align-items: center;}
.header_logo img{align-items: center; margin: 0px auto; max-width:100%; max-height: 100%}
.header_center_right{float: right; padding-top: 30px;}
.h_dianhua{float: left; background: url(../images/hh_dhs.png) no-repeat left center; padding-left: 40px; margin-top:20px}
.h_dianhua p{color:#145dac; font-size: 26px; font-weight: bold; line-height:30px;}
.header_center_right dl{width:90px; height: auto; float: left; margin-left:30px}
.header_center_right dl dt{width:100%; height: auto; overflow: hidden}
.header_center_right dl dt img{width:100%; height: auto; display: block}
.header_center_right dl dd{width:100%; height:30px; line-height: 30px; color: #111111; font-size: 16px; text-align: center}



/* 导航栏 */
.header_dao{width:100%; height:66px;  background:#145dac}
.nav{width:100%; height:66px; }
.nav .nLi{ float:left;  position:relative; display:inline; height:66px; text-align: center;  width:10%; }
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#fff;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#fff;  position: relative; margin: 0px auto; line-height:66px; }
.nav .sub{ display:none;left:0; top:66px;  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 p{background: #f6c209; color:#fff}
.nav .nLi:hover p{background: #f6c209; color:#fff}




/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .swiper-slide a{width:100%; display: block}
.banner .swiper-slide a img{width:100%; display: block}
.banner .swiper-button-next,.banner .swiper-button-prev{width:55px; height:129px; border: 1px solid rgba(255,255,255,0.5); margin-top: -64.5px;}
.banner .swiper-button-next{background: url(../images/v_right.png) no-repeat center; right:2%}
.banner .swiper-button-prev{background: url(../images/v_left.png) no-repeat center; left:2%}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content: ""}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content: ""}
.banner .swiper-button-next:hover{background:rgba(255,255,255,0.5) url(../images/v_right.png) no-repeat center;}
.banner .swiper-button-prev:hover{background:rgba(255,255,255,0.5) url(../images/v_left.png) no-repeat center;}
.banner .swiper-pagination{bottom:50px}
.banner .swiper-pagination-bullet{width:12px; height: 12px; background: #fff; margin: 0 10px!important}


/*热点*/
.index_hot{width:100%; height: auto; background: #f8f8f8; padding: 12px 0;  overflow: hidden}
.index_hot_xx{width:60%; height: auto; float: left; line-height: 42px}
.index_hot_xx h4{color:#111111; font-size: 16px; float: left; background: url(../images/hot.png) no-repeat left center; padding-left: 30px; font-weight: bold;}
.index_hot_xx a{color:#111111; font-size: 16px; margin-left: 20px;}
.index_hot_search{width:338px; height: 42px; border: 1px solid #c4c4c4; padding: 0 20px; border-radius: 25px; float: right; background: #fff}
.index_hot_search input[type="text"]{width:200px; height: 100%; float: left; font-size:16px; color: #999999; border: 0; background: none}
.h_search{width:24px; height: 100%; float: right; background: url(../images/search_icon.png) no-repeat center; border: 0}
.index_hot_xx a:hover{font-weight: bold;}



/*关于我们*/
.index_about{width:100%; height:auto; overflow: hidden;padding: 80px 0 40px; background: url(../images/about_bjs.jpg) no-repeat center; background-size: cover;
	display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_about_img{width:725px; height: auto; float: left; overflow: hidden}
.index_about_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_about_img:hover img{width:100%; height: auto; display: block; transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_about_xx{width:626px; height: auto; float: right; padding-top:28px}
.index_about_xx h4{color:#cad2d9; font-size: 46px; font-weight: bold;}
.index_about_xx h3{color:#145dac; font-size: 36px; font-weight: bold; margin: 10px 0 15px}
.index_about_xx hr{width:70px; height: 4px; background: #f4c107; display: block; border: 0}
.index_about_jianjie{width:100%; height: auto; overflow: hidden; color:#111111; font-size: 16px; line-height: 36px; text-indent: 2rem; margin-top:15px; display: block}
.index_about_more{width:163px; height: 37px; background: #145dac; text-align: center; line-height: 37px; font-size:16px; color: #ffffff; display: block; margin-top: 20px;}
.index_about_num{width:100%; height:208px; background: url(../images/about_num.jpg) no-repeat center; padding: 50px 0}
.about_num_left{width:auto; float: left}
.about_num_left dl{width:100%; height: auto; overflow: hidden}
.about_num_left dl dt,.about_num_left dl dd{float: left; color:#fff; font-size: 36px; font-weight: bold;}
.about_num_left dl dt span,.about_num_left dl dd span{color:#f4c107; font-size: 46px; font-weight: bold;}
.about_num_left dl dt i,.about_num_left dl dd i{color:#f4c107; font-size: 46px; font-weight: bold; font-style:normal}

.about_num_left dl dd{margin-left: 45px;}
.about_num_left h5{color:#fff; font-size: 20px; margin-top:20px }
.about_num_right{width:auto; float: right}
.about_num_right li{width:auto; text-align: center; float: left; margin-left: 98px}
.about_num_right li img{ text-align: center;  -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out; }
.about_num_right li h3{color:#fff; font-size: 20px; font-weight:bold; margin-top: 10px;}
.about_num_right li:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}





/*产品*/
.index_product{width:100%; height: auto; overflow:hidden; margin-top: 51px;}
.index_product .w1440{ display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_product_title{width:286px; height: 100%;  float: left; background: #145dac; padding:6px}
.product_title_li{width:100%; height: auto; overflow: hidden; text-align: center; padding:40px 0 20px}
.product_title_li h4{color:#fff; font-size: 36px; font-weight: bold; margin-bottom: 30px}
.product_title_li span{color:#fff; font-size: 18px; text-transform: uppercase; position: relative}
.product_title_li span:after{content: ""; width:24px; height: 2px; background: #fff; position: absolute; top:11px; right:-35px}
.product_title_li span:before{content: ""; width:24px; height: 2px; background: #fff; position: absolute; top:11px; left:-35px }
.product_title_san{width:100%; height: 38%; overflow: hidden; background: #fff; padding: 15px 10px}
.product_title_san ul.accordion{width:100%; height: auto; overflow: hidden}
.product_title_san ul li.nu_pro_one{width:100%; margin-bottom:12px}
.link{width:100%; height:46px; background: #585858 url(../images/p_jts.png) no-repeat 94% center; line-height: 46px; padding: 0 12px;}
.link span{color:#fff; font-size: 18px;}
.submenu{width:100%; height: auto; overflow: hidden; margin: 5px 0; display: none}
.submenu li{width:100%; height:auto;  background: url(../images/p_active.png) no-repeat left center; padding-left: 20px; line-height: 24px; margin-bottom: 5px;}
.submenu li a{color:#111111; font-size: 14px;}
.submenu li:hover{background: url(../images/ph_active.png) no-repeat left center; color:#145dac}
.submenu li.sub_active a{color: #145dac;}
.index_product ul.index_product_ul{width:77%;}
.index_product ul.index_product_ul li{width:30%; height: auto; float: left; margin-right: 2%; margin-bottom:40px;}
.index_product ul.index_product_ul li:nth-child(2n){float: right}
.index_product_top{width:100%; height: auto; overflow:hidden}
.index_product_img{width:100%; height: 324px; overflow: hidden}
.index_product_img img{width:100%; height:100%; object-fit: cover; object-position: center center; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_product_top h4{width:100%; height: 66px; border-bottom:2px solid #143ec3; font-size: 18px; text-align: center; line-height: 64px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_pro_info{width:100%; height: auto; overflow: hidden; margin-top: 26px;}
.index_pro_info a{width:46%; height: 50px; float: left; background: #145dac; text-align: center; line-height: 50px; font-size: 18px; border-radius: 8px; color:#fff}
.index_pro_info a:nth-child(2n){float: right; background: #f6c209}

.index_pro1_info{width:100%; height: auto; overflow: hidden; margin-top: 26px;}
.index_pro1_info a{width:46%; height: 50px; float: left; background: #145dac; text-align: center; line-height: 50px; font-size: 18px; border-radius: 8px; color:#fff}
.index_pro1_info a:nth-child(2n){float: right; background: #f6c209}

.index_product ul.index_product_ul li:hover .index_product_img img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*服务*/
.index_service{width:100%; height:265px; background: url(../images/service_bjs.jpg) no-repeat center; background-size: cover; padding: 60px 0; margin: 66px 0}
.index_service_left{width:65%; height: auto; float: left}
.index_service_left h4{color:#fff; font-size: 32px; font-weight: bold; position: relative}
.index_service_left h4:after{content: ""; width: 150px; height: 2px; background: #fff; position: absolute; top:22px; left:225px}
.index_service_left h5{color:#fff; font-size: 32px; margin: 15px 0 }
.index_service_left p{color:#fff; font-size: 14px; text-transform: uppercase }
.index_service_right{width:auto; float: right; margin-right: 3%;}
.index_service_right p{color:#fff; font-size: 18px;}
.index_service_right h4{color:#fff; font-size: 24px; line-height:36px; font-weight: bold;}
.index_service_right a{width:171px; height: 34px; background: #f6c209; border-radius: 8px; display: block; margin: 0px auto; line-height: 34px; text-align: center; 
	margin-top: 5px}
.index_service_right a span{color:#fff; font-size: 16px; background: url(../images/s_dhs.png) no-repeat left center; padding-left:25px}


/*案例*/
.index_case{width:100%; height: auto; overflow: hidden}
.index_hezuo_title{width:100%; height: auto; text-align: center}
.index_hezuo_title h4{color:#000000; font-size: 36px; font-weight: bold;}
.index_hezuo_title h4 span{color:#145dac; font-size: 36px; font-weight: bold;}
.index_hezuo_title h5{color:#666666; font-size: 18px; text-transform: uppercase; margin-top: 12px}
.index_case_all{width:100%; margin-top: 62px}
.index_case_all .mySwiper{width:100%; height: auto; overflow:hidden}
.index_case_all .swiper-slide a{width:100%; height: auto; position: relative; display: block; overflow: hidden}
.index_case_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;}
.ny_case_hover{width:100%; height:60px; background: rgba(20,93,172,0.8); position: absolute; bottom:0; left:0; text-align: center }
.ny_case_hover h4{color:#fff; text-align: center; font-size: 18px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100%; height: 60px; 
	line-height: 60px;}
.ny_case_hover hr{width:100px; height: 2px; background: #fff; display: block; margin:10px auto; opacity: 0}
.index_case_all .swiper-slide a:hover .ny_case_hover{height: 100%; padding-top: 50%}
.index_case_all .swiper-slide a:hover hr{opacity: 1}
.index_case_all .swiper-slide a:hover h4{font-size: 36px;}
.index_case_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;}



/*优势*/
.index_youshi{width:100%; height: auto; overflow: hidden; margin-top: 155px}
.index_youshi_title{width:1400px; height: auto; border-bottom: 1px solid #145dac; margin: 0px auto; overflow: hidden;  display: -webkit-flex;
    display: flex;  -webkit-justify-content: center; justify-content: center; padding-bottom: 70px;}
.youshi_title_left{width:auto; float: left; border-right:1px solid #145dac; text-align: right; margin-right: 30px; padding: 10px 20px 10px 0 }
.youshi_title_left h4{color:#145dac; font-size:42px; font-weight: bold; margin-bottom: 26px;}
.youshi_title_left h5{color:#666666; font-size:22px; }
.youshi_title_right{float: left}
.youshi_title_right h5{color:#666666; font-size: 36px; text-transform: uppercase}
.youshi_title_right span{color:#fff; padding:0 20px; font-size: 36px; margin:20px auto 0; display: table; background: #145dac}
.index_youshi_one{width:100%; height: auto; overflow: hidden; margin: 54px 0; }
.index_youshi_one .w1440{display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_youshi_xx{width:38%; height: auto; float: left; margin-top: 48px;}
.youshi_xx_num{width:100%; height: auto; overflow: hidden}
.youshi_xx_sz{width:89px; height: 87px; float: left; background: url(../images/num_bjs.png) no-repeat center; color: #fff; font-size: 36px; text-align: center; 
	padding-left: 6px; padding-top: 24px}
.youshi_xx_bt{margin-left:100px;}
.youshi_xx_num h4{color:#111111; font-size: 26px; font-weight: bold; margin: 10px 0 8px}
.youshi_xx_num p{color:#111111; font-size:16px; }
.youshi_xx_info{width:100%; height: auto; overflow: hidden; margin-top: 32px; font-size: 16px; color: #333333; line-height: 32px;}
.index_youshi_pic{width:55.6%; overflow: hidden }
.index_youshi_pic img{width:100%; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.index_youshi_two{width:100%; height: auto; overflow: hidden; background: url(../images/youshi_bjs.jpg) no-repeat center; padding: 40px 0}
.index_youshi_two .w1440{display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_youshi_info{width:38.6%; height: auto; float: right; padding-top: 22px}
.index_youshi_3 .index_youshi_xx{width:43%; margin-top: 0}
.index_youshi_one:hover .index_youshi_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_youshi_two:hover .index_youshi_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}



/*荣誉资质*/
.index_honor{width:100%; height:auto; background: url(../images/honor_bjs.jpg) no-repeat center; background-size: cover; padding:36px 0 136px }
.index_honor_li{width:100%; height: auto; margin-top: 48px; position: relative}
.index_honor_li .swiper-slide a{height: auto; display: block; background: url(../images/hh_bjs.png); width:245px; height: 333px; margin: 0px auto; padding:21px; display: flex; align-items: center;}
.index_honor_li .swiper-slide a img{width:100%; display: block; align-items: center; margin: 0px auto;}
.index_honor_li .swiper-button-next,.index_honor_li .swiper-button-prev{width:45px; height: 45px; margin-top: -22.5px}
.index_honor_li .swiper-button-next{background: url(../images/hh_right.png) no-repeat center; right:-70px}
.index_honor_li .swiper-button-prev{background: url(../images/hh_left.png) no-repeat center; left:-70px}



/*合作*/
.index_hezuo{width:100%; height: auto; overflow: hidden; margin-top: 70px;}
.index_hezuo .index_hezuo_title{margin-bottom: 46px}
.index_hezuo_li{width:100%; height: auto; overflow: hidden}
.index_hezuo_li li{width:19%; height: auto; float: left; margin-right:1.2%; border: 1px solid #dfdfdf; overflow: hidden}
.index_hezuo_li li:nth-child(5){margin-right: 0}
.index_hezuo_li li img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.index_hezuo_two{width:100%; height: auto; overflow: hidden; margin: 26px 0 0}
.hezuo_two_left{width:19%; float: left}
.hezuo_two_left a{width:100%; height: auto; display: block; border: 1px solid #dfdfdf; overflow: hidden; margin-bottom:24px }
.hezuo_two_left a img{width:100%; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.hezuo_two_center{width:59.6%; height: auto; float: left; margin:0 1.2%; position: relative}
.hezuo_two_center img{width:100%;}
.hezuo_two_hover{width:100%; height: auto; position: absolute; top:50%; left:0; z-index: 9;  text-align: center; transform: translate(0,-50%)}
.hezuo_two_hover p{color:#fff; font-size: 36px; font-weight: bold; margin-bottom: 40px;}
.hezuo_two_hover h4{color:#fff; font-size: 42px; font-weight: bold;}
.hezuo_two_left a:hover img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_hezuo_li 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: 82px 0 42px}
.index_news_top{width:100%;  height: auto; overflow: hidden; border-bottom: 1px solid #dfdfdf; padding-bottom: 20px}
.index_news_title{width:auto; float: left}
.index_news_title h4{color:#000000; font-size: 36px; float: left}
.index_news_title h4 span{color:#666666; font-size: 18px; text-transform: uppercase; margin-left: 20px;}
.index_news_top ul{float: right}
.index_news_top ul li{ width: 134px; height: 47px;  background: #145dac; border-radius: 8px; text-align: center; line-height: 47px; float: left; margin-left: 27px}
.index_news_top ul li a{color:#fff; font-size: 18px;}
.index_news_top ul li:hover{background: #f6c209}
.index_news_left{width:55.2%; height: auto; float: left; margin-top: 30px;}
.index_news_left li{width:49.3%; float: left;}
.index_news_left li:nth-child(2){float: right}
.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_info{width:100%; height: auto; overflow: hidden}
.index_news_t{width:100%; height: auto; border-bottom: 1px solid #dfdfdf; overflow: hidden; line-height: 40px}
.index_news_t h4{width:50%; height:40px; float: left; color: #111111; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.index_news_t span{color:#333333; font-size: 14px; float: right}
.index_news_info p{width:100%; height:48px; line-height: 24px; color: #333333; font-size:16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin: 10px 0}
.index_news_info h5{width:111px; height:39px; background: #145dac; border-radius: 5px; text-align: center; line-height:39px; color:#fff; font-size: 16px; }
.index_news_right{width:43.9%; height: auto; float: right; margin-top: 30px;}
.index_news_right li{width:100%; height: auto; overflow: hidden; border: 1px solid #dfdfdf; padding:18px 10px; margin-bottom: 56px;}
.index_news_right li:last-child{margin-bottom: 0}
.index_news_img{width:184px; float: left; height: 102px; overflow: hidden}
.index_news_img 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_news_xx{margin-left:200px;}
.news_xx_title{width:100%; height: 30px; line-height: 30px;}
.news_xx_title h3{color:#111111; font-size: 18px; width: 50%; height: 30px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; float: left; font-weight: bold;}
.news_xx_title span{color:#333333; font-size: 14px; float: right}
.index_news_xx p{width:100%; height:56px; line-height: 28px; color: #333333; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; margin-top:10px;}
.index_news_right li:hover{border: 1px solid #145dac}
.index_news_left li:hover .index_news_pic img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}
.index_news_left li:hover .index_news_t h4{color:#145dac}
.index_news_right li:hover .index_news_img img{transform: scale(1.07);transition: all 1s ease 0s;-webkit-transform: scale(1.07);-webkit-transform: all 1s ease 0s;}




/*友情链接*/
.footer_links{width:100%; height: auto; overflow: hidden; background: #e5e5e5; padding: 20px 0}
.footer_links h4{color:#145dac; font-size: 20px; float: left}
.footer_links_all{margin-left: 150px; line-height:28px}
.footer_links_all a{color:#333; font-size: 16px; float: left; margin-right:20px}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; position: relative; padding-top: 70px; background: #1e1e1f}
.footer_top{width:100%; height: auto; overflow: hidden}
.footer_nav{width:28%; height: auto; overflow: hidden; border-top:2px solid #fff; border-bottom:2px solid #fff; padding: 20px 0; float: left}
.footer_nav a{width:33.33%; height: 30px; line-height: 30px; float: left; color:#fff}
.footer_xx{width:31%; height: auto; float: left; border-top:2px solid #fff;  padding: 20px 0; margin-left: 22px}
.footer_info{width:100%; display: flex; display: -webkit-flex; -webkit-justify-content: space-between; justify-content: space-between;}
.footer_info .f1{float: left; color:#fff; background: url(../images/f_dhs.png) no-repeat left center; padding-left: 30px}
.footer_info .f2{float: left; color:#fff; background: url(../images/f_yx.png) no-repeat left center; padding-left: 30px}
.footer_info .f1 p,.footer_info .f2 p,.f3 p{color:#fff; font-size: 14px; line-height:24px;}
.f3{width:100%; height: auto; overflow:hidden; background: url(../images/f_dizhi.png) no-repeat left center; padding-left: 30px; margin-top: 20px}
.footer_ma{float: right; width:28%;}
.footer_ma dl{width:32%; height:auto; float: left; margin-left:2%}
.footer_ma dl:first-child{margin-left: 0}
.footer_ma dl dt{width:100%; height: auto; overflow: hidden}
.footer_ma dl dt img{width:100%; display: block}
.footer_ma dl dd{width:100%; height: 40px; line-height: 40px; color: #fff; text-align: center; font-size: 14px; margin-top: 8px}
.f_copy{width:100%; height:65px; overflow: hidden; line-height:65px; margin-top:30px}
.copy_l{font-size:14px; color:#fff; height: 100%; width:auto; float: left; }
.copy_l a{color:#fff; font-size: 14px;}
.copy_l a:hover{color:#009b48!important}
.footer_zhichi{width:372px; height:auto; float: right;}
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%; line-height:65px;}
.footer_zhichi p:last-child{margin-right: 0}
.footer_zhichi .pt{width:121px;height:65px; background: url(../images/vl.png) no-repeat center; margin-right: 10px}
.footer_zhichi .js{width:80px;height:65px; 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: 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:12px;
    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: 40px;
    margin: 0 auto;
    text-align: center;
    width:40px;
}
.lxfx li i.icon-tel {
   background: url(../images/dh_icon.png) no-repeat center
}
.lxfx li i.icon-ly {
   background: url(../images/ly_icon.png) no-repeat center
}
.lxfx li i.icon-wx {
   background: url(../images/wx_icon.png) no-repeat center
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
   background: url(../images/top_icon.png) no-repeat center
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#3b3939;
    height: 72px;
    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;}





/*about*/
.ny_banner{width: 100%; height: 250px; clear: both;}

#about {
    background: url(../images/about_banner.jpg) no-repeat center;
}

#news {
    background: url(../images/news_banner.jpg) no-repeat center;
}

#products {
    background: url(../images/pro_banner.jpg) no-repeat center;
}

#service {
    background: url(../images/ser_banner.jpg) no-repeat center;
}

#qualify {
    background: url(../images/qua_banner.jpg) no-repeat center;
}


#video {
    background: url(../images/video_banner.jpg) no-repeat center;
}


#case {
    background: url(../images/case_banner.jpg) no-repeat center;
}

#hzkh {
    background: url(../images/hzkh_banner.jpg) no-repeat center;
}

#hr{
    background: url(../images/hr_banner.jpg) no-repeat center;
}


#contact{
    background: url(../images/contact_banner.jpg) no-repeat center;
}



.pad40 {
    padding: 40px 0px;
}

.ny_l {
    width: 260px;
    float: left;
}

.sub {
    width: 100%;
    float: left;
}

.sub_t {
    width: 100%;
    height: 68px;
    color: #fff;
    background: url(../images/ny_t1.jpg) no-repeat center;
    clear: both
}

.sub_t h2 {
    font-size: 20px;
    padding-top: 10px;
    text-indent: 1em;
    line-height: 30px;
}

.sub_t p {
    font-family: Arial, Helvetica, sans-serif;
    text-indent: 1.4em;
}

.sub_d {
    width: 100%;
    border: #e8e8e8 1px solid;
    border-bottom: none;
    float: left
}

.sub_d li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 1.5em;
    border-bottom: #e8e8e8 1px solid;
    float: left
}

.sub_d li a {
    color: #252525;
    display: block;
    background: url(../images/sub.jpg) no-repeat right center;
}

.sub_d li a:hover, .sub_d li a.active {
    color: #145dac;
    background: url(../images/sub_hover.jpg) no-repeat right center;
}

.sub_product{width:100%; border: #e8e8e8 1px solid; border-bottom: none;}
.sub_product li.nu_pro_li{ width: 100%;  border-bottom: #e8e8e8 1px solid;}
.sub_product .link{background:#fff url(../images/p_hts.png) no-repeat 94% center; color: #252525; font-size:16px; cursor:pointer}
.sub_product .link:hover{color:#145dac}
.sub_product .submenu li{background:none;}
.sub_product li.open .link{color:#145dac}
.sub_product .submenu li:hover a{color:#145dac}
.sub_product li.open .submenu{display:block}

.ny_pro {
    width: 100%;
    margin-top: 15px;
    float: left;
}

.ny_pro h2 {
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-indent: 1em;
    background: url(../images/ny_t2.jpg) no-repeat top center;
    clear: both;
}

.ny_pro ul {
    width: 100%;
    border: #e8e8e8 1px solid;
    border-bottom: none;
    float: left
}

.ny_pro ul li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 1.5em;
    border-bottom: #e8e8e8 1px solid;
    float: left
}

.ny_pro ul li a {
    color: #252525;
    display: block;
    background: url(../images/sub.jpg) no-repeat right center;
}

.ny_pro ul li a:hover {
    color: #145dac;
    background: url(/static/images/sub_hover.jpg) no-repeat right center;
}

.ny_con {
    width: 100%;
    margin-top: 15px;
    float: left;
}

.ny_con h2 {
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-indent: 1em;
    background: url(../images/ny_t2.jpg) no-repeat top center;
    clear: both;
}

.ny_con ul {
    width: 100%;
    border: #e8e8e8 1px solid;
    border-bottom: none;
	
}

.ny_con ul li {
    width: 100%;
    padding: 20px;
    border-bottom: #e8e8e8 1px solid;
  
}

.ny_con ul li img {
    float: left;
    padding-right: 15px; margin-top: 6px;
}

.ny_con ul li p {
    font-size: 12px; line-height:25px; color:#666
}

.ny_con ul li h3 {
    color: #145dac;
    font-size:20px;
}

.ny_con ul li a {
    background: #005bac;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    width: 92px;
    height: 30px;
    display: inline-block;
    margin-top: 2px;
    color: #fff;
}

.ny_ss {
    width: 100%;
    margin-top: 15px;
    float: left;
}
.wid2{background: #fafafa; border: #e6e6e6 1px solid; float:left; width:122px; height:34px; padding:0 10px;}



.ss_btn {
    width: 72px;
    height: 34px;
    line-height: 30px;
    color: #fff;
    border: none;
    float: left;
	background:#005bac; cursor:pointer
}



.ny_ss p {
    height: 74px;
    line-height: 26px;
    color: #999;
    overflow: hidden;
    clear: both
}

.ny_ss p a {
    color: #999;
    padding: 0px 3px;
}

.ny_ss p a:hover {
    color: #666;
}


.ny_rt {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background: #fafafa;
    border-bottom: #e8e8e8 1px solid;
    clear: both;
}

.ny_rt h3 {
    float: left;
    color: #145dac;
    padding-left:20px;
}

.ny_rt span {
    float: right;
    
    padding-right: 30px;
    color: #999;
}

.ny_rt span a {
    color: #999;
}


.ny_rsearch{width:300px; height:40px; float:left; border-radius:8px;  border:1px solid #e8e8e8; margin-top:12px; margin-left:15px;}
.ny_rsearch input[type="text"]{width:238px; height:100%; float:left; background:none; border:0; float:left; padding:0 8px}
.r_submit{width:60px; height:100%; float:left; background:#145dac; color:#fff; font-size:16px; border:0}
.ny_rd { width: 100%; padding: 30px 30px;  word-break: break-all; line-height: 30px; overflow:hidden}
.keyword_light img{max-width:100%}

/*honor*/
.honor {
    width: 100%;
    clear: both; overflow:hidden; margin-bottom:20px;
}

.honor li {
    width:218px;
    border: #e8e8e8 1px solid;
    padding: 2px;
    margin: 0px 5px 5px;
    float: left;
}

.honor_pic{width:100%; height:300px; display: flex; align-items: center; overflow:hidden}
.honor1_pic{width:100%; height:146px; display: flex; align-items: center; overflow:hidden}
.honor2_pic{width:100%; height:210px; display: flex; align-items: center; overflow:hidden}

.honor li img {  width: 100%; align-items: center; margin: 0px auto;  max-height:100%}

.honor li p {
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-top: 2px;
    background: #eee;
    color: #666;
    overflow: hidden;
    clear: both; text-overflow:ellipsis; white-space:nowrap; padding:0 10px;
}

.honor li:hover p {
    background: #145dac;
    color: #fff;
}

/*news*/
.news_bds {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: #e5e5e5 1px dashed;
    float: left;
}

.news_bds img {
    width: 200px;
    height: 170px;
    padding: 5px;
    border: #e5e5e5 1px solid;
    margin-right: 20px;
    float: left;
}

.news_bds h3 {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.news_bds h3 a {
    color: #333;
}

.news_bds h3 a:hover {
    color: #145dac;
}

.news_bds div {
    line-height: 24px;
    height: 72px;
    color: #666;
    overflow: hidden;
}

.news_bds p {
    font-size: 12px;
    color: #999;
}

.news_bds p a {
    width: 80px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    background: #d880bc;
    color: #fff;
}

.news_list {
    width: 100%;
    float: left;
}

.news_list ul{width:100%; height:auto; overflow:hidden; margin-bottom:30px;}

.news_list li {
    width: 100%;
    padding: 15px 0px;
    border-bottom: #ccc 1px dashed;
    float: left;
}

.news_list li h4 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #666;
    font-weight: normal;
    clear: both
}

.news_list li h4:hover {
    background: #145dac;
}

.news_list li h4 a {
    color: #666;
    font-size: 16px;
    float: left
}

.news_list li h4 span {
    float: right;
    font-size: 12px;
}

.news_list li h4:hover a {
    color: #fff;
}

.news_list li h4:hover span {
    color: #fff;
}

.news_list li p {
    clear: both;
    line-height: 21px;
    font-size: 12px;
}

/*products*/
.pro_list {
    width: 100%;
    position: relative;
    overflow:hidden; 
	margin-bottom:40px;
}

.pro_list li {
    width:290px;
    height:290px;
    border: #e6e6e6 1px solid;
    margin: 0px 7px 5px;
    position: relative;
    overflow: hidden;
	 float:left;
}

.pro_list li img {
    width: 100%;
    height: auto;
    display: block; object-fit: cover; object-position: center center;
}

.pro_list li a {
    width: 100%;
    height:39px;
    padding: 0px 10px;
    background: rgba(20,93,172,0.8);
    left: 0px;
    color: #fff;
    position: absolute;
    bottom:0; transition: all 0.4s ease-in-out; overflow:hidden

}


.pro_list li a h4 {
    line-height: 30px;
    margin-top: 6px;
    font-weight: normal;
    overflow: hidden;
    font-weight: bold;
	
}

.pro_list li a p {
    line-height: 28px;
    color: #fff;
    float: left;
    font-size: 12px;
}

.pro_list li a span {
    float: right;
    font-size: 12px;
}


.pro_list li:hover a{height:100%;  padding:20px 10px;}


/*contact*/
.con_l {
    width: 550px;
    line-height: 26px;
    float: left;
}

.con_l h3 {
    line-height: 35px;
    clear: both
}

.con_r {
    float: right;
}

.con_r li {
    width: 130px;
    padding: 0px 10px;
    text-align: center;
    float: left;
}

.con_r li img {
    width: 130px;
    height: 130px;
    float: left;
}

.con_r li p {
    line-height: 30px;
    clear: both
}

.pos {
    width: 1110px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0 auto;
    color: #999;
    text-align: right;
    clear: both
}

.pos a {
    color: #999;
}

.zz {
    margin-bottom: 30px;
}

.zz_table {
    text-align: center;
    border-top: #e5e5e5 1px solid;
    background: url(../images/table_bg.jpg) repeat;
    border-left: #e5e5e5 1px solid;
    font-size: 12px;
}

.zz h3 {
    background: #f7f7f7;
    text-align: center;
    line-height: 55px;
    border: #e5e5e5 1px solid;
    border-bottom: none;
    clear: both
}

.zz tr th {
    border-right: #e5e5e5 1px solid;
    height: 48px;
    font-weight: normal;
    line-height: 18px;
}

.zz tr td {
    border-right: #e5e5e5 1px solid;
    height: 48px;
}

.zz tr td a {
    color: #333;
}


#MiniBox {
    background-color: #d7ae87;
    border: medium none;
    bottom: 0;
    display: block;
    height: 245px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 300px;
    z-index: 99999999;
}

#MiniBox .button {
    color: #fff;
    cursor: pointer;
    display: inline;
    float: right;
    font-size: 12px;
    line-height: 30px;
    padding-right: 10px;
    vertical-align: middle;
}

#MiniBox .BoxHeader {
    background-color: #145dac;
    height: 30px;
}

#MiniBox .BoxHeader span {
    color: white;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 8px;
}

#MiniBox .BoxContent {
    clear: both;
    text-align: center;
}

#MiniBox .BoxContent a {
    color: #fff;
    text-decoration: none;
}
.clr {
    clear: both;
}

.w1110 {
    width: 1250px;
    margin: 0 auto;
    clear: both
}

.top_wrap {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #121212;
    clear: both
}

.top_l {
    float: left;
}

.top_r {
    float: right;
    position: relative;
    z-index: 999;
}

.top_r a {
    color: #fff;
    padding: 0px 10px;
}





/* .timer_shaft_line{position: relative;} */
.product_cite{width: 690px;font-size: 15px;}
.product_cite h4{text-align: right;font-size: 15px;}
.timer_shaft_left{float: left;font-size: 26px;width:115px;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 #0c58a1;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:794px;   }
.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:105px;height: 100%;width: 1px;background: #0c58a1;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;}
.pic_list{width: 100%;}
.pic_list ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 10px;overflow: hidden;}
.pic_list ul li:nth-child(4n){margin-right: 0;}
.pic_list ul li a{display: block;}
.pic_list_box{overflow: hidden;}
.pic_list_box img{width:100%}
.pic_list ul li a img{width: 100%;transition:  all .5s;}
.pic_list ul li a p{text-align: center;line-height: 30px;margin-top: 10px;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic_list ul li:hover a img{transform: scale(1.2);}

.text_list{margin-bottom: 50px;;}
.text_list li a{display: block;}
.text_list li p{float: left;width: 70%;overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.text_list li span{float: right;}
.text_list li{border-bottom: 1px dashed #cacaca;padding: 10px;}
.timer_shaft_right b{font-size:16px;   color: #333;}
.timer_shaft_right span{font-size:16px;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#333; margin: 40px 0; line-height:32px}
.ny_news_show p{font-size:16px; color:#333;  line-height:32px}
.ny_service_all img,.ny_news_show img{max-width:100%}
.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_ss {width: 100%; margin-top: 15px;}
.ny_ss p {height: 40px; line-height: 40px; color: #999; overflow: hidden; clear: both}
.ny_ss p a {color: #999; padding: 0px 3px;}
.ny_ss p a:hover {color: #666;}

.ny_rt_search{float:left; margin-left:2%}
.ny_rt_search .ss_in,.ny_rt_search .ss_btn{margin-top:17px;}
.ny_rt_search .ss_in{width:140px;}
.ny_rt_search .single-select .select-items{top:51px;}

.ny_r{width: 975px; border: #e8e8e8 1px solid; float: right;}
.rule-single-select {float: left; margin-left: 10px;}
.single-select {
	position: relative;
	z-index: 999;
	display: inline-block;
	width: 66px;
	vertical-align: middle;
	cursor: pointer;
	*float: left;
}

.single-select .boxwrap {
	display: inline-block;
	vertical-align: middle;
}

.single-select .select-tit {
	position: relative;
	display: block;
	width: 66px;
	height: 34px;
	border: #e6e6e6 1px solid;
	border-right: none;
	background: #fafafa url(../images/jt.jpg) no-repeat right center;
	text-indent: 1em;
	white-space: nowrap;
	line-height: 34px;
	word-break: break-all;
}

.single-select .select-tit span {
	float: left;
	display: inline-block;
	color: #574e4e;
	vertical-align: middle;
	font-size: 14px;
}

.single-select .select-items {
	position: absolute;
	top: 35px;
	left: 0;
	display: none;
 /* overflow:hidden; */
	width: 100%;
}

.single-select .select-items ul {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px 3%;
	width: 93.5%;
 /* min-width:200px; */
	border: 1px solid #dbdbdb;
	background: #fff;
}

.single-select .select-items ul li {
	display: block;
	padding: 3px 10px;
	color: #666;
	white-space: nowrap;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}

.single-select .select-items ul li:hover {
	background: #145dac;
	color: #fff;
}

.single-select .select-items ul li.selected {background: #145dac; color: #FFF;}
.ss_in {
	float: left;
	height: 34px;
	border: #e6e6e6 1px solid;
	border-left: none;
	background: #fafafa;
	text-indent: 1em;
	line-height: 34px;
}

.wid1{width: 272px;}	
.ny_video{width:100%; height:auto; overflow:hidden}
.ny_video h3{width:100%; height:auto; margin-bottom:20px; font-size:18px; font-weight:bold; color:#145dac}
.ny_video ul{border-bottom:1px solid #e8e8e8; padding-bottom:20px}







