/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#171c61;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/
	float:left;

}
.header .logo_txt{
	display: block;
	height:40px;
	float:left;
	margin-left:10px;
	font-size:20px; color:#fff;
	line-height:40px;

}
.header.fixed
{
	background:rgba(0,0,0,0.6);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/

.banner-container{ position:relative;}

.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:6px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#171c61;}



.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #171c61; border:#171c61 1px solid; color: #fff }
.pages a:hover {  background: #171c61; border:#171c61 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -20px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	width:100%;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:10px;}


.i_title1 .title1{ font-size:18px; color:#333333; line-height:30px; text-align:center; font-weight:bold;}
.i_title1 .title1 span{ color:#171c61;}
.i_title1 .title2{ font-size:14px; color:#333333; line-height:25px; text-align:center;}

.i_d1{ background:#f5f5f5;}
.i_d1_list li{ float:left; width:50%; box-sizing:border-box;}
.i_d1_list li .ico{ height:60px; line-height:60px; text-align:center;}
.i_d1_list li .ico img{ height:50px; vertical-align:middle;}
.i_d1_list li .title{ font-size:18px; color:#333333; line-height:30px; text-align:center; font-weight:bold; margin-top:10px;}
.i_d1_list li .txt{ font-size:14px; color:#666666; line-height:25px; text-align:center; margin-top:5px;}
.i_d1_list li .txt *{ line-height:25px;}


.i_d2{ position:relative;}
.i_d2_img{ display:block; width:100%; object-fit: cover;}
.i_d2_c{}
.i_d2_c .title{ font-size:18px; color:#222222; line-height:30px; font-weight:bold; text-align:center;}
.i_d2_c .txt{ font-size:14px; color:#999999; line-height:30px; margin-top:10px;}
a.i_more1{ display:block; width:118px; height:42px; border:#b5b5b5 1px solid; font-size:16px; color:#181818; line-height:42px; text-align:center; margin:0 auto;}
a.i_more1:hover{ border:#171c61 1px solid; background:#171c61; color:#fff;}



.i_d3{ background:#f5f5f5;}
.i_d3_nav li{ float:left; width:48%; margin-left:4%; margin-top:10px;}
.i_d3_nav li:nth-child(2n+1){ margin-left:0;}
.i_d3_nav li:nth-child(1),
.i_d3_nav li:nth-child(2){ margin-top:0;}
.i_d3_nav li a{ display:block; width:100%; height:40px; border:#aaaaaa 1px solid; text-align:center; line-height:40px; font-size:14px; color:#222222; transition:all 0.3s; overflow:hidden;}
.i_d3_nav li.on a{ border:#171c61 1px solid; background:#171c61; color:#fff;}



.i_d3_c{ position:relative;}
.i_d3_c_box1{ position:relative;}
.i_d3_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  transform: scale(0.7);
	  z-index:3;
	  background:#fff;
}
.i_d3_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.i_d3_c_list .swiper-slide img{ /*opacity:0.5;*/}
.i_d3_c_list .swiper-slide-active img{ opacity:1;}
/*.i_d3_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.i_d3_c_list li .img {
  position: relative;
  padding: 31% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d3_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d3_c_list li .txt { height:40px; line-height:40px; font-size:14px; color:#222222; text-align:center; padding:0 10px;}


a.i_more2{ display:block; width:118px; height:42px; border:#b5b5b5 1px solid; font-size:16px; color:#181818; line-height:42px; text-align:center; margin:0 auto;}
a.i_more2:hover{ border:#171c61 1px solid; background:#171c61; color:#fff;}

.i_d3_c_nav{ position:relative; padding:20px 0; height:40px;}

.i_d3_c_nav .i_d3_c_prev{ position:absolute; right:50px; top:50%; margin-top:-20px; width:38px; height:38px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d3_left.png) center no-repeat; background-size:auto 16px; z-index:99; cursor:pointer; transition:all 0.3s;}
.i_d3_c_nav .i_d3_c_prev:hover{ background:url(../images/i_d3_left_on.png) center no-repeat; background-size:auto 16px; border:#171c61 1px solid;}
.i_d3_c_nav .i_d3_c_next{ position:absolute; right:0; top:50%; margin-top:-20px; width:38px; height:38px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d3_right.png) center no-repeat; background-size:auto 16px; z-index:99; cursor:pointer; transition:all 0.3s;}
.i_d3_c_nav .i_d3_c_next:hover{ background:url(../images/i_d3_right_on.png) center no-repeat; background-size:auto 16px; border:#171c61 1px solid;}


.i_d4{ background:url(../images/i_d4_bg.jpg) center no-repeat; background-size:auto 40%;}
.i_d4_c{ position:relative; padding:0 40px;}
.i_d4_list li{ float:left; width:48%; height:3.68rem; margin-left:4%; margin-top:10px;}
.i_d4_list li img{ display:block; width:100%; height:3.68rem; object-fit: contain;}
.i_d4_list li:nth-child(1),
.i_d4_list li:nth-child(2){ margin-top:0;}
.i_d4_list li:nth-child(2n+1){ margin-left:0;}

.i_d4_c_prev{ position:absolute; left:0; top:50%; margin-top:-25px; width:38px; height:38px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d3_left.png) center no-repeat; background-size:auto 16px; z-index:99; cursor:pointer; transition:all 0.3s;}
.i_d4_c_prev:hover{ background:url(../images/i_d3_left_on.png) center no-repeat; background-size:auto 16px; border:#171c61 1px solid;}
.i_d4_c_next{ position:absolute; right:0; top:50%; margin-top:-25px; width:38px; height:38px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d3_right.png) center no-repeat; background-size:auto 16px; z-index:99; cursor:pointer; transition:all 0.3s;}
.i_d4_c_next:hover{ background:url(../images/i_d3_right_on.png) center no-repeat; background-size:auto 16px; border:#171c61 1px solid;}

.i_d5_c{ text-align:center;}
.i_d5_c img{ display:block; width:100%; margin-top:20px;}
.i_d5_c img:nth-child(1){ margin-top:0;}


.i_d6{ background:#f2f2f4;}
a.i_d6_more{ display:block; width:80px; height:40px; line-height:40px; font-size:16px; color:#171c61; text-align:center; margin:0 auto;}

.i_d6_list li{ width:100%; margin-top:20px;}
.i_d6_list li:nth-child(1){ margin-top:0;}
.i_d6_list li .img{ width:100%; border-radius:10px; overflow:hidden;}
.i_d6_list li .img img{ display:block; width:100%; height:4.76rem; object-fit: cover;}
.i_d6_list li .title{ height:30px; line-height:30px; margin-top:10px; font-size:16px; color:#000000; font-weight:bold; transition:all 0.3s;}
.i_d6_list li .txt{ height:50px; line-height:25px; margin-top:5px; font-size:14px; color:#000000; overflow:hidden;}

.footer1_r{ text-align:center;}
.footer1_r .txt{ font-size:16px; color:#333333; line-height:30px; text-align:center;}

.totop{ position:fixed; right:3%; bottom:80px; width:30px; height:30px; background:url(../images/totop.png) center no-repeat; background-size:30px auto; z-index:10;}




.footer1{ background:#f3f3f3;}
.footer_logo{ text-align:center;}
.footer_logo img{ height:60px;}
.footer1_dh{ font-size:24px; color:#171c61; font-weight:bold; line-height:40px; text-align:center; margin-top:10px; margin-bottom:10px;}
.footer1_l_dz{ font-size:14px; color:#666666; line-height:30px; text-align:center;}

.footer2{ background:#171c61; padding:10px 0;}
.footer2 .txt1{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer2 .txt1 *{ color:#fff;}
.footer2 .txt2{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer2 .txt2 *{ color:#fff;}

.bottom_nav{ position:fixed; left:0; bottom:0; width:100%; height:50px; background:#171c61; padding:3px 0; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); z-index:9999;}
.bottom_nav li{ float:left; width:33.33%;}
.bottom_nav li a{ display:block; width:100%; text-align:center; font-size:14px; color:#fff; line-height:20px; height:45px; padding-top:5px;}
.bottom_nav li a img{ padding-bottom:0px;}



/*关于我们*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.ab_d1_bg{ background:url(../images/ab_d1_bg.jpg) #f1f1f1 bottom center no-repeat;}
.ab_d1_c{ font-size:16px; color:#333333; line-height:30px;}
.ab_d1_c *{ line-height:30px;}


.ab_d3_bg{ background:url(../images/ab_d3_bg.jpg) center no-repeat; background-size:cover;}
.ab_d3_nav{ text-align:center;}
.ab_d3_nav li{ float:left; display:block; width:31.33%; margin:0 1%;}
.ab_d3_nav li a{ display:block; width:100%; height:40px; border:#aaaaaa 1px solid; text-align:center; line-height:40px; font-size:16px; color:#222222; transition:all 0.3s;}
.ab_d3_nav li.on a{ border:#171c61 1px solid; background:#171c61; color:#fff;}

.ab_d3_c{ position:relative;}
.ab_d3_c_box1{ position:relative;}
.ab_d3_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  transform: scale(0.7);
	  z-index:3;
	  background:#fff;
}
.ab_d3_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.ab_d3_c_list .swiper-slide img{ opacity:0.5;}
.ab_d3_c_list .swiper-slide-active img{ opacity:1;}
/*.ab_d3_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.ab_d3_c_list li .img {
  position: relative;
  padding: 31% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.ab_d3_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}

.ab_d3_c_nav{ position:relative; padding:20px 0; height:40px;}

.ab_d3_c_nav .ab_d3_c_prev{ position:absolute; left:50%; top:50%; margin-left:-50px; margin-top:-20px; width:38px; height:38px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d3_left.png) center no-repeat; background-size:auto 16px; z-index:99; cursor:pointer; transition:all 0.3s;}
.ab_d3_c_nav .ab_d3_c_prev:hover{ background:url(../images/i_d3_left_on.png) center no-repeat; background-size:auto 16px; border:#171c61 1px solid;}
.ab_d3_c_nav .ab_d3_c_next{ position:absolute; right:50%; top:50%; margin-right:-50px; margin-top:-20px; width:38px; height:38px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d3_right.png) center no-repeat; background-size:auto 16px; z-index:99; cursor:pointer; transition:all 0.3s;}
.ab_d3_c_nav .ab_d3_c_next:hover{ background:url(../images/i_d3_right_on.png) center no-repeat; background-size:auto 16px; border:#171c61 1px solid;}



/*产品列表页*/
.p_bg{ background:url(../images/p_bg.jpg) center no-repeat; background-size:cover;}

.n_nav{ text-align:center;}
.n_nav li{ float:left; width:48%; margin-left:4%; margin-top:10px;}
.n_nav li:nth-child(2n+1){ margin-left:0;}
.n_nav li:nth-child(1),
.n_nav li:nth-child(2){ margin-top:0;}
.n_nav li a{ display:block; height:40px; border:#aaaaaa 1px solid; text-align:center; line-height:40px; font-size:14px; color:#222222; transition:all 0.3s;}
.n_nav li.on a,
.n_nav li:hover a{ border:#171c61 1px solid; background:#171c61; color:#fff;}

.p_list li{ width:100%; margin-top:30px; background:#fff; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}
.p_list li:nth-child(1){ margin-top:0;}
.p_list li .img img{ display:block; width:100%; height:4.8rem; object-fit: cover;}
.p_list li .txt{ padding:10px 10px; line-height:30px; font-size:16px; color:#333333; text-align:center; transition:all 0.3s;}
/*.p_list li:hover .txt{ color:#171c61;}
.p_list li:hover .fd img{transform: scale(1.05)}*/


/*产品详情页*/

.p_i_d1_container{ border: #cccccc 1px solid; background:#fff;}
.p_i_d1_container img{ display:block; width:100%; height:5.38rem; object-fit: cover;}
.p_i_d1_container .swiper-pagination{ text-align:center; padding-right:20px; box-sizing:border-box; bottom:5px;}
.p_i_d1_pagination .swiper-pagination-bullet{ width:10px; height:10px; background:#cccccc; border-radius:5px; opacity:1;}
.p_i_d1_pagination .swiper-pagination-bullet-active{ background:#171c61; width:24px;}


.p_i_r{}
.p_i_r_title{ font-size:20px; color:#171c61; font-weight:bold; line-height:40px; padding-bottom:10px; position:relative;}
.p_i_r_title:after{content: "";width:24px; height: 3px;background: #171c61;position: absolute;left: 0; bottom:0px; transition:all 0.3s;}
.p_i_r_txt{ font-size:16px; color:#666666; line-height:30px; padding-top:20px; padding-bottom:10px; border-bottom:#dadada 1px solid;}
.p_i_r_txt *{ line-height:30px;}
a.p_i_r_more{ display:block; width:160px; height:40px; margin:0 auto; text-align:center; line-height:40px; font-size:16px; color:#fff; background:#171c61; border:#aaaaaa 0px solid; margin-top:20px; transition:all 0.3s;}
a.p_i_r_more:hover{ color:#fff; border:#171c61 1px solid; background:#171c61;}
.p_i_d2_title{ font-size:20px; color:#171c61; line-height:50px; text-align:center;}


.news_i_more{ border-top:#efefef 1px solid; margin-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:72px; height:33px; font-size:14px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:14px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover,
.news_i_more .li a.on{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:60px; height:31px; border:#171c61 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico1{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico1_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:60px; height:31px; border:#171c61 1px solid; background:url(../images/news_i_more_ico2_on.png) #171c61 center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico2{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico2_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
a.news_i_more_back{ display:block; height:33px; line-height:33px; font-size:14px; color:#222222; margin-top:20px;}


/*工程资质*/
.honor_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.honor_list li:nth-child(2n+1){ margin-left:0;}
.honor_list li:nth-child(1),
.honor_list li:nth-child(2){ margin-top:0;}
.honor_list li .img img{ width:100%; height:4.5rem; object-fit: contain;}
.honor_list li .txt{ padding:5px 5px; line-height:30px; font-size:14px; color:#666666; text-align:center; box-sizing:border-box; border:#cdcdcd 1px solid; margin-top:10px; transition:all 0.3s;}
.honor_list li:hover .txt{ color:#171c61;}


/*新闻列表页*/
.news_list li{ margin-top:20px; border-bottom:#f1f1f1 2px solid; padding-bottom:10px; position:relative;}
.news_list li:nth-child(1){ margin-top:0;}
.news_list li .img img{ width:100%; height:4.3rem; object-fit: cover;}
.news_list li .txt1{ font-size:16px; color:#000000; line-height:30px; margin-top:5px; transition:all 0.3s;}
.news_list li .txt2{ font-size:12px; color:#666666; line-height:25px; max-height:50px; overflow:hidden;}
.news_list li .txt3{ font-size:14px; color:#666666; line-height:30px; height:30px;}
.news_list li:after{content: "";width:0px; height: 2px;background: #171c61;position: absolute;left: 0; bottom:-2px; transition:all 0.3s;}
/*.news_list li:hover .txt1{ color:#171c61;}
.news_list li:hover:after{ width:100%; }
.news_list li:hover .fd img{transform: scale(1.05)}*/


/*新闻详情页*/
.news_i_title1{ font-size:18px; color:#181818; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:10px; border-bottom:#efefef 1px solid; margin-bottom:20px;}


/*项目服务*/
.xmfw_d2_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; position:relative; background:#fff; border-radius:10px; overflow:hidden; transition:all 0.3s; top:0}
.xmfw_d2_list li:nth-child(2n+1){ margin-left:0;}
.xmfw_d2_list li:nth-child(1),
.xmfw_d2_list li:nth-child(2){ margin-top:0;}
.xmfw_d2_list li .img{ display:block; width:100%; border-radius:10px;}
.xmfw_d2_list li .txt{ position:absolute; top:50%; left:0; width:100%; font-size:16px; color:#171c61; font-weight:bold; line-height:25px; text-align:center; transform:translate(0,-50%); transition:all 0.3s;}
.xmfw_d2_list li .txt *{ line-height:25px;}
.xmfw_d3_img{ display:block; width:100%; display:block;}
/*.xmfw_d2_list li:hover{ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); top:-10px;}
.xmfw_d2_list li:hover .txt{ color:#171c61;}
.xmfw_d2_list li:hover .txt *{ color:#171c61;}*/

.xmfw_d3_list{}
.xmfw_d3_list li{ margin-top:20px;}
.xmfw_d3_list li .title{ display:inline-block; background:#171c61; width:120px; padding:5px 10px; border-radius:10px; font-size:16px; color:#ffffff; line-height:30px; text-align:center;}
.xmfw_d3_list li .txt{ font-size:14px; color:#999999; line-height:25px; margin-top:10px;}

.xmfw_d4{ background:url(../images/xmfw_d4_bg.jpg) center no-repeat; background-size:cover;}
.xmfw_d4_img{ display:block; width:100%; margin-top:20px; border-radius:10px; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}

.xmfw_d5{ background:#f5f5f5; }
.xmfw_d5_c{ background:#fff; padding:20px 20px;}

.xmfw_d5_img{ display:block; margin:0 auto; height:150px;}

/*.bm_inp{ display:block; width:100%; height:40px; border-radius:5px !important; border:0; background:#f5f5f5; box-sizing:border-box; font-size:14px; outline:none;}*/
.bm_inp.ico1{ background:url(../images/xmfw_d5_ico1.png) #f5f5f5 left 10px center no-repeat;}
.bm_inp.ico2{ background:url(../images/xmfw_d5_ico2.png) #f5f5f5 left 10px center no-repeat;}
.bm_inp{ display:block; width:100%; height:50px; border-radius:5px !important; border:0; background:#f5f5f5; box-sizing:border-box; padding-left:30px; padding-right:10px; font-size:14px; outline:none;}
.bm_bt{ float:left; display:block; width:100%; height:50px; border-radius:5px !important; border:0; background:#171c61; box-sizing:border-box; font-size:18px; color:#fff; outline:none; cursor:pointer;}



/*联系我们*/
.lx_l{}
.lx_l_title{ font-size:20px; color:#171c61; font-weight:bold; line-height:40px;}
.lx_img{ display:block; width:100%; margin-top:20px;}
.lx_l_list li{ margin-top:20px; padding-left:60px; position:relative;}
.lx_l_list li .txt1{ font-size:18px; color:#171c61; line-height:25px;}
.lx_l_list li .txt2{ font-size:14px; color:#333333; line-height:25px;}
.lx_l_list li .txt2 *{ line-height:25px;}
.lx_l_list li .ico{ position:absolute; left:0; top:0; width:48px; height:48px; text-align:center; line-height:48px; border:#171c61 1px solid; border-radius:50%;}
.lx_l_list li .ico img{ vertical-align:middle;}
