/*@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:#a84f32;
	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:#a84f32;}



.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: #a84f32; border:#a84f32 1px solid; color: #fff }
.pages a:hover {  background: #a84f32; border:#a84f32 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_d1{ background:url(../images/i_d1_bg.jpg) bottom center no-repeat; background-size:cover; padding-bottom:4.6rem;}
.i_d1_c{}
.i_d1_title1{ font-size:24px; color:#111111; line-height:40px; font-weight:bold;}
.i_d1_txt1{ font-size:18px; color:#111111; line-height:30px; font-weight:bold;}
.i_d1_txt2{ font-size:14px; color:#111111; line-height:30px; margin-top:10px;}
.i_d1_list li{ float:left; width:48%; margin-left:4%;}
.i_d1_list li:nth-child(3n+1){ margin-left:0;}
.i_d1_list li .txt1{ font-size:18px; color:#111111; line-height:40px; margin-top:20px; text-align:center;}
.i_d1_list li .txt1 span{ font-size:34px; color:#a84f32; margin-right:10px; font-weight:bold;}
.i_d1_list li .txt2{ font-size:14px; color:#111111; line-height:25px; box-sizing:border-box; text-align:center;}
.i_d1_list li .txt2 *{ line-height:25px;}
a.i_d1_more{ display:block; width:134px; height:44px; background:#a84f32; border-radius:15px; text-align:center; line-height:44px; font-size:14px; color:#ffffff; transition:all 0.3s; position:relative; overflow:hidden; margin:0 auto;}

.i2_d1{ background:#f6f6f6;}
.i2_d1_img{ width:100%;}


.i_d2{ background:url(../images/i_d2_bg.jpg) center no-repeat; background-size:cover;}
.i_d2_title1{ font-size:18px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.i_d2_title2{ text-align:center;}
.i_d2_title2 span{ display:inline-block; padding:0 30px; background:#814d46; font-size:20px; color:#ffffff; border-radius:10px; text-align:center; line-height:40px;}
.i_d2_txt1{ font-size:14px; color:#ffffff; line-height:30px; margin-top:20px;}
.i_d2_txt1 *{ color:#ffffff;}
.i_d2_list li{ float:left; width:48%; background:rgba(168,79,50,0.7); margin-left:4%; margin-top:20px; padding:10px 0;}
.i_d2_list li:nth-child(2n+1){ margin-left:0;}
.i_d2_list li .ico{ text-align:center; line-height:60px;}
.i_d2_list li .ico img{ vertical-align:middle; height:40px;}
.i_d2_list li .title1{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}
.i_d2_list li .title2{ display:none; font-size:14px; color:#ffffff; line-height:30px; text-align:center; text-transform:uppercase;}


.i2_d2_title1{ font-size:24px; color:#333333; font-weight:bold; line-height:40px; text-align:center;}
.i2_d2_title1_en{ font-size:16px; color:#b4b3b3; line-height:30px; text-transform:uppercase; text-align:center;}
.i2_d2_txt1{ font-size:14px; color:#333333; line-height:30px;}
.i2_d2_txt1 *{ color:#333333;}
.i2_d2_list{ position:relative; z-index:2;}
.i2_d2_list li{ float:left; width:48%; background:#f6f6f6; margin-left:4%; margin-top:20px; padding:10px 0; box-shadow: 5px 5px 5px 0px rgba(10, 2, 5, 0.15);}
.i2_d2_list li:nth-child(2n+1){ margin-left:0;}
.i2_d2_list li .ico{ text-align:center; line-height:60px;}
.i2_d2_list li .ico img{ vertical-align:middle; height:40px;}
.i2_d2_list li .title1{ font-size:16px; color:#333333; line-height:30px; text-align:center;}
.i2_d2_list li .title2{ font-size:14px; color:#333333; line-height:30px; text-align:center; text-transform:uppercase;}
.i2_d2_img{ display:block; width:100%;}


.i_d3_title1{ font-size:24px; color:#333333; line-height:40px; font-weight:bold; text-align:center;}
.i_d3_title2{ display:none; font-size:16px; color:#dedddd; line-height:30px; text-transform:uppercase; text-align:center;}
.i_d3_c{}
.i_d3_nav{}
.i_d3_nav li{ float:left; width:48%; height:40px; margin-left:4%; background:#f3f2f2; font-size:16px; color:#333333; line-height:40px; text-align:center; margin-bottom:20px; transition:all 0.3s; cursor:pointer;}
.i_d3_nav li:nth-child(2n+1){ margin-left:0;}
.i_d3_nav li.on{ background:#a84f32; color:#fff;}
.i_d3_list{}
.i_d3_list li{ display:none; transition:all 0.3s; position:relative;}
.i_d3_list li.on{ display:block;}
.i_d3_list_img{ width:100%; object-fit: cover;}
.i_d3_list_txt1{ font-size:24px; color:#a84f32; margin-top:-20px; margin-bottom:20px;}
.i_d3_list_txt1 span{ font-size:70px; color:#a84f32; font-weight:bold; margin-right:10px;}
a.i_d3_more{ display:block; width:134px; height:44px; background:#a84f32; border-radius:22px; text-align:center; line-height:44px; font-size:14px; color:#ffffff; overflow:hidden;}

.i_d4{ background:url(../images/i_d4_bg.jpg) center no-repeat; background-size:cover;}
.i_d4_c{ position:relative; padding:40px 0;}
.i_d4_txt{}
.i_d4_txt1{ font-size:24px; color:#ffffff; font-weight:bold; line-height:30px; text-align:center;}
.i_d4_txt2{ font-size:14px; color:#ffffff; line-height:30px; text-align:center; margin-top:20px;}
.i_d4_txt2 *{ line-height:30px;}
a.i_d4_more{ display:block; width:130px; height:42px; border:#fff 1px solid; border-radius:10px; text-align:center; line-height:42px; font-size:14px; color:#ffffff; margin:0 auto; margin-top:20px; transition:all 0.3s;}
a.i_d4_more:hover{ background:#fff; color:#333;}


.i2_d4{ background:url(../images/i2_d4_bg.jpg) center no-repeat; background-size:cover;}
.i2_d4_c{ position:relative; height:492px;}
a.i2_d4_more{ display:block; width:130px; height:42px; border:#a84f32 1px solid; background:#a84f32; border-radius:22px; text-align:center; line-height:42px; font-size:14px; color:#ffffff; margin:0 auto; transition:all 0.3s;}
a.i2_d4_more:hover{ border:#fff 1px solid; background:#fff; color:#333;}


.i_d5{ background:#f6f6f6;}
.i_d5_title{ position:relative;}

.i_d5_c_list li{ box-sizing:border-box; border:#fff 10px solid; overflow:hidden; border-radius:20px;}
.i_d5_c_list li .img {
  position: relative;
  padding: 42% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d5_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_d5_c_list li .txt{ padding:10px; background:#e4e3e6;}
.i_d5_c_list li .txt .txt1{ font-size:16px; color:#000000; font-weight:bold; line-height:30px; transition:all 0.3s;}
.i_d5_c_list li .txt .txt2{ margin-top:10px; font-size:14px; color:#666666; line-height:25px; height:50px; overflow:hidden;}
.i_d5_c_list li .txt .txt3{ margin-top:10px; font-size:14px; color:#666666; line-height:30px; position:relative;}
.i_d5_c_list li .txt .txt3 .more{ position:absolute; right:0; top:0; transition:all 0.3s;}
.i_d5_c_list li:hover .fd img{transform: scale(1.05)}
.i_d5_c_list li:hover .txt .txt1{ color:#a84f32;}
.i_d5_c_list li:hover .txt .txt3 .more{  color:#a84f32;}

.i_d5_c_nav{ position:relative; height:66px;}
.i_d5_c_nav .i_d5_c_prev{ position:absolute; left:50%; top:0; margin-left:-60px; margin-top:0; width:50px; height:50px; border:#ccc 1px solid; border-radius:50%; background:url(../images/i_d5_left.png) center no-repeat; background-size:auto 24px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d5_c_nav .i_d5_c_prev:hover{ background:url(../images/i_d5_left_on.png) center no-repeat; border:#a84f32 1px solid;}
.i_d5_c_nav .i_d5_c_next{ position:absolute; right:50%; top:0; margin-right:-60px; margin-top:0; width:50px; height:50px; border:#ccc 1px solid; border-radius:50%; background:url(../images/i_d5_right.png) center no-repeat; background-size:auto 24px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d5_c_nav .i_d5_c_next:hover{ background:url(../images/i_d5_right_on.png) center no-repeat; border:#a84f32 1px solid;}

.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:20px; 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:#a84f32; 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:#a84f32; 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;}



/*关于我们*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.n_nav_c{ background:#f3f3f3;}
.n_nav{ text-align:center; padding:10px 0;}
.n_nav li{ display:inline-block; padding:0 5px; margin:0 1%;}
.n_nav li a{ display:block; text-align:center; line-height:30px; font-size:14px; color:#666666; transition:all 0.3s;}
.n_nav li.on a,
.n_nav li:hover a{ color:#a84f32;}


.ab_d1{ background:url(../images/ab_d1_bg.jpg) center no-repeat; background-size:cover; min-height:883px;}
.ab_d1_title{ font-size:24px; color:#111111; font-weight:bold; line-height:40px;}
.ab_d1_txt{ font-size:18px; color:#111111; line-height:30px; font-weight:bold;}
.ab_d1_content{ font-size:14px; color:#111111; line-height:30px;}

.ab_d1_list li{ float:left; width:25%;}
.ab_d1_list li .txt1{ font-size:24px; color:#111111; line-height:80px; text-align:center;}
.ab_d1_list li .txt1 span{ font-size:72px; color:#a84f32; margin-right:10px; font-weight:bold;}
.ab_d1_list li .txt2{ font-size:24px; color:#111111; line-height:30px; font-weight:bold; text-align:center;}

.ab_d2_img{ width:103.2%; display:block; margin-left:-3.2%;}

.syhg_d1{ background:url(../images/syhg_bg.jpg) center no-repeat; background-size:cover;}


/*企业文化*/
.n_title1 .title1{ font-size:24px; color:#333333; line-height:40px; text-align:center; font-weight:bold; padding-bottom:20px;}
.n_title1 .title2{ display:none; font-size:16px; color:#dedddd; line-height:30px; text-align:center; text-transform:uppercase;}

.wh_d1{ background:url(../images/wh_d1_bg.jpg) center no-repeat; background-size:cover; min-height:636px;}
.wh_d1_txt{ font-size:14px; color:#333333; line-height:30px;}
.wh_d1_list li{ float:left; width:48%; background:#a84f32; margin-left:4%; padding:10px 0; margin-top:20px;}
.wh_d1_list li:nth-child(2n+1){ margin-left:0;}
.wh_d1_list li:nth-child(1),
.wh_d1_list li:nth-child(2){ margin-top:0;}
.wh_d1_list li .ico{ line-height:60px; text-align:center;}
.wh_d1_list li .ico img{ height:40px; vertical-align:middle;}
.wh_d1_list li .txt1{ font-size:18px; color:#ffffff; line-height:30px; font-weight:bold; text-align:center;}
.wh_d1_list li .txt2{ font-size:14px; color:#ffffff; line-height:30px; text-align:center; text-transform:uppercase;}



/*业务市场*/
.ywsc_d1{ background:url(../images/ywsc_d1_bg.jpg) left center no-repeat; background-size:cover;}
.ywsc_d1_l{}
.ywsc_d1_title{ font-size:20px; color:#a84f32; font-weight:bold; line-height:40px;}
.ywsc_d1_txt{ font-size:14px; color:#333333; line-height:30px; margin-top:10px;}
.ywsc_d1_r{}
.ywsc_d2_l{}
.ywsc_d2_r{}



/*企业荣誉*/
.ry_d1{ background:#f6f6f6;}
.ry_d1_list li{ float:left; width:100%; margin-top:20px;}
.ry_d1_list li .img {
  position: relative;
  padding: 36% 0;
  overflow:hidden;
  box-sizing:border-box;
  box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);
}
.ry_d1_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}
.ry_d1_list li .txt{ border:#c9c9c9 1px solid; width:94%; margin:0 auto; font-size:16px; color:#666666; line-height:40px; margin-top:20px; text-align:center;}


/*新闻列表页*/
.news_list li{ width:100%; box-sizing:border-box; background:#e4e3e6; overflow:hidden; border-radius:30px; margin:0 auto; margin-top:40px;}
.news_list li:nth-child(1){ margin-top:0;}
.news_list li .img {
  position: relative;
  padding: 42% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.news_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.news_list li .txt{ padding:15px;}
.news_list li .txt .txt1{ font-size:16px; color:#000000; font-weight:bold; line-height:30px; transition:all 0.3s;}
.news_list li .txt .txt2{ margin-top:10px; font-size:14px; color:#666666; line-height:25px; height:50px; overflow:hidden;}
.news_list li .txt .txt3{ margin-top:10px; font-size:14px; color:#666666; line-height:30px; position:relative;}
.news_list li .txt .txt3 .more{ position:absolute; right:0; top:0; transition:all 0.3s;}
.news_list li:hover .fd img{transform: scale(1.05)}
.news_list li:hover .txt .txt1{ color:#a84f32;}
.news_list li:hover .txt .txt3 .more{  color:#a84f32;}


/*新闻详情页*/
.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;}


.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:#222222 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:#a84f32 1px solid; background:url(../images/news_i_more_ico2_on.png) #a84f32 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;}


/*服务支持*/
.fw_d1{ background:url(../images/fw_bg.jpg) center no-repeat; background-size:cover;}


.fw_d2_title1{ font-size:24px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.fw_d2_title2{ text-align:center;}
.fw_d2_title2 span{ display:inline-block; padding:0 30px;  background:#a84f32; font-size:20px; color:#ffffff; border-radius:10px; text-align:center; line-height:40px;}
.fw_d2_txt1{ font-size:14px; color:#333333; line-height:30px; margin-top:20px;}
.fw_d2_txt1 *{ color:#333333;}
.fw_list li{ float:left; width:48%; background:#a84f32; margin-left:4%; margin-top:20px; padding:10px 0;}
.fw_list li:nth-child(2n+1){ margin-left:0;}
.fw_list li .ico{ text-align:center; line-height:60px;}
.fw_list li .ico img{ vertical-align:middle; height:40px;}
.fw_list li .title1{ font-size:16px; color:#ffffff; line-height:30px; text-align:center; /*font-weight:bold;*/}
.fw_list li .title2{ display:none; font-size:14px; color:#ffffff; line-height:30px; text-align:center; text-transform:uppercase;}


/*联系我们*/
.lx_l{}
.lx_l_title{ font-size:16px; color:#a84f32; line-height:30px; /*font-weight:bold;*/}
.lx_l_list li{ margin-top:20px; position:relative; padding-left:70px;}
.lx_l_list li .ico{ position:absolute; left:0; top:0; width:50px; height:50px; border:#a84f32 1px solid; border-radius:50%; text-align:center; line-height:50px;}
.lx_l_list li .ico img{ vertical-align:middle;}
.lx_l_list li .title{ font-size:18px; color:#a84f32; line-height:30px; font-weight:bold;}
.lx_l_list li .txt{ font-size:16px; color:#333333; line-height:25px;}
.lx_r{}
.lx_r_list li{ float:left; width:50%; text-align:center;}
.lx_r_list li .ewm{ display:inline-block; text-align:center;}
.lx_r_list li .ewm img{ height:2.4rem;}
.lx_r_list li .ewm .txt{ font-size:16px; color:#999999; line-height:30px; text-align:center;}


/*产业板块*/
.cybk_d1{ background:url(../images/cybk_d1_bg.jpg) center no-repeat; background-size:cover; min-height:791px;}
.cybk_d1_l{}
.cybk_d1_title1{ font-size:20px; color:#111111; line-height:40px; font-weight:bold;}
.cybk_d1_title2{ font-size:18px; color:#111111; line-height:30px; font-weight:bold;}
.cybk_d1_txt{ font-size:14px; color:#333333; line-height:30px; margin-top:20px;}
.cybk_d1_img{ display:block; width:100%; padding-top:20px;}

.cybk_d2{ background:url(../images/cybk_d2_bg.jpg) top center no-repeat;}
.cybk_d2_title1 .title1{ font-size:20px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.cybk_d2_title1 .title1 .mlb{ font-size:18px; margin:0 5px; font-weight:normal;}
.cybk_d2_title1 .title2{ font-size:16px; color:#ffffff; line-height:40px; text-align:center;}
.cybk_d2_title1 .title2 b{ display:inline-block; width:30px; height:2px; background:rgba(255,255,255,0.3); position:relative; top:-5px; margin:0 10px;}
.cybk_d2_txt1{ font-size:14px; color:#ffffff; line-height:30px; margin-top:20px;}


.cybk_d2_box{ background:#010101; padding:20px;}
.cybk_d2_box_txt{ width:100%; font-size:14px; color:#ffffff; line-height:30px;}
.cybk_d2_img1{ display:block; width:100%; margin-top:20px;}
.cybk_d2_img2{ display:block; width:100%; box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15); margin-top:20px;}
.cybk_d2_img3{ display:block; width:100%; box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15); margin-top:20px;}

.cybk_d3{ background:url(../images/cybk_d3_bg.jpg) top center no-repeat; background-size:cover;}
.cybk_d3_title1 .title1{ font-size:20px; color:#333333; font-weight:bold; line-height:40px; text-align:center;}
.cybk_d3_title1 .title1 .mlb{ font-size:18px; margin:0 5px; font-weight:normal;}
.cybk_d3_title1 .title2{ font-size:16px; color:#333333; line-height:40px; text-align:center;}
.cybk_d3_title1 .title2 b{ display:inline-block; width:30px; height:2px; background:rgba(0,0,0,0.3); position:relative; top:-5px; margin:0 10px;}
.cybk_d3_txt1{ font-size:14px; color:#333333; line-height:30px; margin-top:20px;}
.cybk_d3_box{ background:url(../images/cybk_d3_bg2.jpg) top center no-repeat; background-size:cover; padding:30px 30px;}
.cybk_d3_img1{ display:block; width:100%; box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15); margin-top:20px;}

.cybk_d4{ background:url(../images/cybk_d4_bg.jpg) top center no-repeat; background-size:cover;}

.cybk_d5{ background:url(../images/cybk_d5_bg.jpg) top center no-repeat; background-size:cover;}
.cybk_d5_box{ background:url(../images/cybk_d5_bg2.jpg) top center no-repeat; background-size:cover; padding:30px 30px;}

.cybk_d6{ background:url(../images/cybk_d6_bg.jpg) top center no-repeat; background-size:cover;}
.cybk_d6_c_list li .img {
  position: relative;
  padding: 69% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.cybk_d6_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}

/*.cybk_d6_box{ position:relative;}
.cybk_d6_c_prev{ position:absolute; left:-80px;; top:50%; margin-top:-33px; width:64px; height:64px; border:#fff 1px solid; border-radius:50%; background:url(../images/cybk_d6_left.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.cybk_d6_c_next{ position:absolute; right:-80px; top:50%; margin-top:-33px; width:64px; height:64px; border:#fff 1px solid; border-radius:50%; background:url(../images/cybk_d6_right.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}*/

.cybk_d6_c_nav{ position:relative; height:66px;}
.cybk_d6_c_nav .cybk_d6_c_prev{ position:absolute; left:50%; top:0; margin-left:-60px; margin-top:0; width:50px; height:50px; border:#ccc 1px solid; border-radius:50%; background:url(../images/cybk_d6_left.png) center no-repeat; background-size:auto 24px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.cybk_d6_c_nav .cybk_d6_c_next{ position:absolute; right:50%; top:0; margin-right:-60px; margin-top:0; width:50px; height:50px; border:#ccc 1px solid; border-radius:50%; background:url(../images/cybk_d6_right.png) center no-repeat; background-size:auto 24px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
