<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@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:#fff;
	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-slide img{ display:block;}
.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:#ec6200;}



.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: #ec6200; border:#ec6200 1px solid; color: #fff }
.pages a:hover {  background: #ec6200; border:#ec6200 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: -17px;
	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: #ec6200;
    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;}
.h30{ height:30px;}
.h20{ height:20px;}
.h10{ height:10px;}


.i_d1_title .title1{ font-size:20px; color:#333333; line-height:25px; text-align:center;}
.i_d1_title .ico{ text-align:center;}
.i_d1_title .title2{ font-size:14px; color:#a4a4a4; line-height:25px; text-align:center; text-transform:uppercase;}


.i_d1{ background:#fafafa;}
.i_d1_box{}
.i_d1_box_title{ padding-top:20px; font-size:20px; color:#ec6200; line-height:30px; font-weight:bold;}
.i_d1_box_ico img{ height:3px;}

.i_d1_list1 li{ width:100%; margin-top:20px;}
.i_d1_list1 li:nth-child(1){ margin-top:0;}
.i_d1_list1 li .img{
  position: relative;
  padding: 26% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#000;
}
.i_d1_list1 li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}
.i_d1_list1 li .txt{ height:40px; padding:0 15px; background:#666666; font-size:14px; color:#ffffff; line-height:40px;}

.i_d1_list2{}
.i_d1_list2 li{ float:left; width:33.33%; text-align:center;}

.i_d1_list2 li .box{ display:block;}
.i_d1_list2 li .box .ico{ text-align:center; line-height:30px;}
.i_d1_list2 li .box .ico img{ height:30px;}
.i_d1_list2 li .box .ico_txt{ font-size:14px; color:#666666; line-height:25px; text-align:center;}
.i_d1_list2 li .txt{ display:block; font-size:14px; line-height:40px;}
.i_d1_list2 li .txt .animateNum{ font-size:30px; font-weight:bold; color:#ec6200; margin-right:5px;}

a.i_d1_more{ display:block; width:100px; height:35px; background:#ec6200; line-height:35px; text-align:center; border:#ec6200 1px solid; font-size:14px; color:#fff; margin:0 auto; transition:all 0.3s;}
a.i_d1_more:hover{ background:#fff; color:#ec6200;}

.i_d2-container{ position:relative;}
.i_d2-container .li{ position:relative;}
.i_d2-container .li .img{
  position: relative;
  padding: 34.5% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#000;
}
.i_d2-container .li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}
.i_d2-container .li .box{ position:absolute; left:0; bottom:0; width:100%; height:40px; background:rgba(24,78,177,0.68); box-sizing:border-box;}
.i_d2-container .li .box .txt1{ float:left; width:50%; height:40px; font-size:18px; color:#ffffff; text-align:right; line-height:40px; padding:0 15px; box-sizing:border-box;}
.i_d2-container .li .box .txt2{ float:left; width:50%; height:40px; font-size:14px; color:#ffffff; text-align:left; line-height:40px; padding:0 15px; box-sizing:border-box; position:relative;}
.i_d2-container .li .box .txt2:after{content: "";width:1px; height: 16px; position: absolute; left: 0; top:50%; background:#fff; margin-top:-8px;}

.i_d2-container .li .box2{ position:absolute; left:0; bottom:0px; width:100%; height:40px; background:rgba(37,64,143,0.57); box-sizing:border-box; box-sizing:border-box;}
.i_d2-container .li .box2 .txt1{ font-size:16px; color:#ffffff; line-height:40px; text-align:center;}
.i_d2-container .i_d2_prev{ position:absolute; left:20%; bottom:35px; width:30px; height:30px; background:url(../images/i_d2_l_ico_on.png) center no-repeat; background-size:auto 16px; border:#fff 1px solid; z-index:5; cursor:pointer; transition:all 0.3s;}
.i_d2-container .i_d2_next{ position:absolute; right:20%; bottom:35px; width:30px; height:30px; background:url(../images/i_d2_r_ico_on.png) center no-repeat; background-size:auto 16px; border:#fff 1px solid; z-index:5; cursor:pointer; transition:all 0.3s;}


.i_d2-pagination{ width:100%; text-align:center; z-index:2;}
.i_d2-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#afafaf; opacity:1; border-radius:50%; transition:all 0.3s; margin:0 3px !important;}
.i_d2-pagination .swiper-pagination-bullet-active{ background:#ec6200;}

.i_d3{ position:relative;}
.i_d3_img{ display:block; width:100%; height:5rem; object-fit: cover;}
.i_d3_box{ position:absolute; left:0; bottom:50%; width:100%; transform:translate(0,50%);}
.i_d3_box .title{ font-size:20px; color:#fff; line-height:40px; text-align:center; font-weight:bold;}
.i_d3_box .txt{ font-size:14px; color:#fff; line-height:25px; text-align:center; margin:0 3%;}
.i_d3_box .txt *{ line-height:25px;}

.i_d4_list li{ float:left; width:49%; margin-left:2%; position:relative; margin-top:10px;}
.i_d4_list li:nth-child(1){ margin-top:0;}
.i_d4_list li:nth-child(1),
.i_d4_list li:nth-child(2),
.i_d4_list li:nth-child(4),
.i_d4_list li:nth-child(6){ margin-left:0;}
.i_d4_list li.i_d4_li1{ width:100%;}
.i_d4_list li:nth-child(3n+1){ margin-left:0;}
.i_d4_list li .img img{ display:block; width:100%; height:3.2rem; object-fit: cover;}
.i_d4_list li .txt{ position:absolute; left:0; bottom:10px; padding:0 10px; background:#ec6200; font-size:14px; color:#ffffff; line-height:30px; height:30px;}

.i_d5{ background:url(../images/i_d5_bg.jpg) center no-repeat; background-size:cover;}
.i_d5 .i_d5_l{}
.i_d5 .i_d5_l .title{ font-size:20px; color:#ffffff; line-height:40px; font-weight:bold;}
.i_d5 .i_d5_l .ico img{ height:3px;}
.i_d5 .i_d5_l .txt{ font-size:14px; color:#ffffff; line-height:25px; margin-top:5px;}
.i_d5 .i_d5_l .txt *{ line-height:25px;}
.i_d5_r{ text-align:center;}
/*.i_d5_r img{ max-width:80%; text-align:center;}*/
.i_d5_r .i_d5_r_rn{ width:6rem; height:6rem; position:relative; margin:0 auto;}
.i_d5_r .i_d5_r_rn:after{content:"";display:block;width:100%;height:100%;background:url(../images/i_d5_r_bg.png) no-repeat center center / cover;position:absolute;top:0px;left:0px;z-index:0;}
.i_d5_r .i_d5_r_rn img{ width:6rem; height:6rem; position:relative; z-index:1;}
.i_d5_r .i_d5_r_rn:after{animation-iteration-count:infinite;animation:rotation2 6s linear infinite;-webkit-animation:rotation2 6s linear infinite;-moz-animation:rotation2 6s linear infinite;}

@keyframes rotation{
0%{transform: rotate(0deg);}
100%{transform: rotate(-360deg);}}
@-webkit-keyframes rotation{
0%{-webkit-transform: rotate(0deg);}
100%{-webkit-transform: rotate(-360deg);}}
@-moz-keyframes rotation{
0%{-moz-transform: rotate(0deg);}
100%{-moz-transform: rotate(-360deg);}}


@keyframes rotation2{
0%{transform: rotate(-360deg);}
100%{transform: rotate(0deg);}}
@-webkit-keyframes rotation2{
0%{-webkit-transform: rotate(-360deg);}
100%{-webkit-transform: rotate(0deg);}}
@-moz-keyframes rotation2{
0%{-moz-transform: rotate(-360deg);}
100%{-moz-transform: rotate(0deg);}}


.i_d6_c_list li{}
.i_d6_c_list li .img{
  position: relative;
  padding: 35% 0;
  overflow:hidden;
  box-sizing:border-box;
  background:#000;
}
.i_d6_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}
.i_d6_c_list li .txt{}
.i_d6_c_list li .txt .txt1{ padding-top:10px; font-size:16px; color:#333333; font-weight:bold; line-height:25px; transition:all 0.3s;}
.i_d6_c_list li .txt .txt2{ padding-top:10px; font-size:14px; color:#333333; line-height:25px;}
.i_d6_c_list li .txt .txt2 *{ line-height:25px;}

.i_d6-pagination{ width:100%; text-align:center; z-index:2;}
.i_d6-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#afafaf; opacity:1; border-radius:50%; transition:all 0.3s; margin:0 3px !important;}
.i_d6-pagination .swiper-pagination-bullet-active{ background:#ec6200;}


.footer1{ background:#efefef;}
.footer1_box{}
.footer_logo_c{ text-align:center;}
.footer_logo_c .footer_logo{ height:60px;}
.footer1_ewm_list{ width:300px; margin:0 auto; margin-top:20px; max-width:70%;}
.footer1_ewm_list li{ float:left; width:47%; margin-left:6%;}
.footer1_ewm_list li:nth-child(1){ margin-left:0;}
.footer1_ewm_list li img{ display:block; width:100%;}
.footer1_ewm_list li .txt{ font-size:12px; color:#333; line-height:40px; text-align:center;}
.footer1_nav{ padding-top:70px; text-align:center;}
.footer1_nav a{ font-size:18px; color:#333; margin:0 20px;}
.footer2{ background:#efefef; padding-top:20px; padding-bottom:20px; border-top:#ccc 1px solid;}
.footer2_l{ font-size:14px; color:#666; line-height:25px; text-align:center;}
.footer2_l a{ color:#666;}
.footer2_l *{ line-height:25px;}


.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;}


/*浼佷笟绠€浠�*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}


.n_nav_c{ background:#fff; box-shadow: 0px 0px 20px 0px rgba(10, 2, 5, 0.2);}
.n_nav{ text-align:center;}
.n_nav li{ float:left; width:33.33%; display:block; border-bottom:#e1e1e1 1px solid;}
.n_nav li a{ display:block; height:40px; text-align:center; line-height:40px; font-size:16px; color:#666666; transition:all 0.3s; position:relative;}
.n_nav li a span{ display:inline-block; background:url(../images/nav_ico.png) center no-repeat;  background-size:contain; width:10px; height:10px; position:relative; top:1px; margin-left:2px;}
.n_nav li.on a,
.n_nav li:hover a{ color:#ec6200;}
/*.n_nav li.on a:after{content: "";width:20px; height: 2px; margin-left:-10px; position: absolute; left: 50%; bottom:3px; background:#ec6200; transition:all 0.3s;}*/

.ab_d1{ background-size:100% auto;}
.ab_d1_title{ font-size:20px; color:#000000; font-weight:bold; line-height:40px; position:relative;}
.ab_d1_title:after{content: ""; position:absolute; left:0; bottom:0; width:20px; height: 2px; background:#ec6200;}
.ab_d1_title2{ font-size:24px; color:#e6e6e6; line-height:40px; font-weight:bold;}
.ab_d1_txt{ margin-top:10px; font-size:14px; color:#666666; line-height:25px;}
.ab_d1_txt *{ line-height:25px;}
.ab_d1_r{ position:relative;}
.ab_d1_r .ab_d1_img2{ display:block; width:100%; margin-top:10px; position:relative; z-index:2}
.ab_d1_r .ab_d1_img1{ display:block; width:100%; margin-top:10px; position:relative; z-index:2}
.ab_d1_r:after{content: ""; position:absolute; right:-3.2%; bottom:-15px;  background:url(../images/ab_d1_imgn_ico.png) center no-repeat; width:3.19rem; height:4.96rem; z-index:1}


.ab_d2{ background:url(../images/ab_d2_bg.jpg) center no-repeat; background-size:cover; height:6.86rem; position:relative;}
.ab_d2_list{ position:absolute; top:50%; left:0; width:100%; transform:translate(0,-50%);}
.ab_d2_list li{ float:left; width:50%; height:70px; padding:20px 0;}
.ab_d2_list li:nth-child(2n+1){ border-left:0;}
.ab_d2_list li:nth-child(1),
.ab_d2_list li:nth-child(2){ margin-top:0;}
.ab_d2_list li .txt1{ font-size:24px; color:#ffffff; text-align:center; line-height:30px; padding-top:10px;}
.ab_d2_list li .txt1 .txt1_sz{ display:inline-block; line-height:30px; position:relative;}
.ab_d2_list li .txt1 .txt1_sz{ display:inline-block; line-height:30px; position:relative;}
.ab_d2_list li .txt1 .txt1_sz .dw{ position:absolute; left:100%; top:-10px; line-height:30px; font-size:14px; color:#ffffff; padding-left:5px; width:50px; text-align:left;}
.ab_d2_list li .txt2{ font-size:14px; color:#ffffff; text-align:center; line-height:30px;}


.ab_d3{ background:#efefef;}
.ab_d3_title{ font-size:20px; color:#000000; font-weight:bold; line-height:40px; text-align:center; position:relative;}
.ab_d3_title:after{content: ""; position:absolute; left:50%; bottom:0; width:20px; height: 2px; background:#ec6200; margin-left:-10px;}

.ab_d3_c_list li{ overflow:hidden; border-radius:10px;}
.ab_d3_c_list li .img{
  position: relative;
  padding: 77.5% 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.8s;
  background:#fff;
  opacity:1;
}

.ab_d3_c_list li .txt{ padding:15px; background:#fff;}
.ab_d3_c_list li .txt .txt_c{ font-size:16px; color:#000000; line-height:25px; height:50px; overflow:hidden;}
.ab_d3-pagination{ width:100%; text-align:center; z-index:2;}
.ab_d3-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#afafaf; opacity:1; border-radius:50%; transition:all 0.3s; margin:0 3px !important;}
.ab_d3-pagination .swiper-pagination-bullet-active{ background:#ec6200;}

.ab_d3_list li{ float:left; width:48%; margin-left:4%; margin-top:10px;}
.ab_d3_list li:nth-child(2n+1){ margin-left:0;}
.ab_d3_list li:nth-child(1),
.ab_d3_list li:nth-child(2){ margin-top:0;}
.ab_d3_list li .img{
  position: relative;
  padding: 77.5% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.ab_d3_list li .img .img_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}
.ab_d3_list li .img .mb { position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.75);}
.ab_d3_list li .img .mb .bf{ position:absolute; left:50%; top:50%; width:50px; height:50px; border:#fff 1px solid; border-radius:50%; transform:translate(-50%,-50%); line-height:50px; text-align:center;}
.ab_d3_list li .img .mb .bf img{ vertical-align:middle; position:relative; right:-2px;}
.ab_d3_list li .txt{ padding:5px 0; font-size:14px; height:40px; line-height:20px;}



.ab_d4_c{ position:relative;}
.ab_d4_l{}
.ab_d4_l .title{ font-size:20px; color:#ed6914; line-height:30px; font-weight:bold; padding-top:10px; padding-bottom:10px; border-bottom:#ccc 1px solid;}
.ab_d4_l .title img{ height:30px; position:relative; top:-2px; vertical-align:middle; margin-right:10px;}
.ab_d4_l .txt{ font-size:14px; color:#999999; line-height:25px; margin-top:10px;}
.ab_d4_l .txt *{ line-height:25px;}

.ab_d4_r{}
.ab_d4_r .img{
  position: relative;
  padding: 32% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.ab_d4_r .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}
.ab_d4-pagination{ width:100%; text-align:center; z-index:2;}
.ab_d4-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#afafaf; opacity:1; border-radius:50%; transition:all 0.3s; margin:0 3px !important;}
.ab_d4-pagination .swiper-pagination-bullet-active{ background:#ec6200;}


.ab_d5_img img{ display:block; width:100%;}

.ab_d5_box{ background:rgba(255,255,255,0.9); box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); position:relative; margin-top:-50px;}
.ab_d5_box_title{ font-size:22px; color:#ec6200; font-weight:bold; line-height:40px; text-align:center;}
.ab_d5_box_txt{ font-size:18px; color:#333333; line-height:30px; text-align:center; margin-top:10px;}
.ab_d5_box_txt *{ line-height:30px;}

.ab_d5_list{ width:1200px; margin:0 auto; max-width:100%;}
.ab_d5_list li{ float:left; width:25%; box-sizing:border-box; border-left:#ccc 1px solid;}
.ab_d5_list li:nth-child(1){ border-left:0;}
.ab_d5_list li .txt1{ font-size:22px; color:#ec6200; font-weight:bold; text-align:center; line-height:40px; padding-top:5px;}
.ab_d5_list li .txt1 .txt1_sz{ display:inline-block; line-height:40px; position:relative;}
.ab_d5_list li .txt1 .txt1_sz{ display:inline-block; line-height:40px; position:relative;}
.ab_d5_list li .txt1 .txt1_sz .dw{ position:absolute; left:100%; top:-2px; line-height:16px; font-size:10px; color:#fff; font-weight:normal; width:16px; text-align:center; background:#2f2f2f; border-radius:50%;}
.ab_d5_list li .txt2{ font-size:14px; color:#666666; text-align:center; line-height:20px;}


/*鍙戝睍鍘嗙▼*/
.fzlc_box{ position:relative; padding-left:20px;}
.fzlc_box:before { content: ""; position: absolute; left: 5px; top:0; width: 1px; height: 100%; background: #cccccc;}

.fzlc_list{}
.fzlc_list li{ margin-top:20px;}
.fzlc_list li:nth-child(1){ margin-top:0;}
.fzlc_list li .fzlc_img{ width:100%;}
.fzlc_list li .title{ font-size:18px; color:#ed6914; line-height:30px; font-weight:bold; position:relative;}
.fzlc_list li .txt{ font-size:14px; color:#666666; line-height:25px; margin-top:3px;}
.fzlc_list li .txt *{ line-height:25px;}
.fzlc_list li .title:after { content: ""; position: absolute; left: -20px; top:10px; width: 10px; height:10px; background:#ed6914; border-radius:50%;}

.fzlc_content{ font-size:16px; color:#333333; line-height:30px;}



/*鏂伴椈鍒楄〃椤�*/
.news_list li{ width:100%; margin-top:20px;}
.news_list li:nth-child(1){ margin-top:0;}
.news_list li .img {
  position: relative;
  padding: 34% 0;
  overflow:hidden;
  box-sizing:border-box;
  border-radius:10px;
  overflow:hidden;
}
.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 .txt1{ font-size:16px; color:#000000; font-weight:bold; line-height:30px; margin-top:5px; transition:all 0.3s;}
.news_list li .txt2{ font-size:14px; color:#000000; line-height:25px; overflow:hidden;}

.news_list2{ border:#d1d1d1 1px solid; padding:0 10px;}
.news_list2 li{ width:100%; border-top:#d1d1d1 1px solid; padding: 10px 0; position:relative;}
.news_list2 li:nth-child(1){ border-top:0;}
.news_list2 li .img { float:left; width:120px;}
.news_list2 li .img img { display:block; width:120px; height:80px;}
.news_list2 li .txt{ float:right; width:calc(100% - 130px);}
.news_list2 li .txt1{ font-size:14px; color:#000000; font-weight:bold; line-height:20px; transition:all 0.3s;}
.news_list2 li .txt2{ font-size:12px; color:#444; line-height:20px; overflow:hidden; height:40px;}
.news_list2 li .txt3{ font-size:12px; color:#444; line-height:20px; overflow:hidden;}



/*鏂伴椈璇︽儏椤�*/
.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:#ec6200 1px solid; background:url(../images/news_i_more_ico2_on.png) #ec6200 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_c{ background: #f5f5f5;}
.honor_list li{ float:left; width:49%; margin-left:2%; margin-top:20px; box-sizing:border-box; position:relative; overflow:hidden;}
.honor_list li:nth-child(1),
.honor_list li:nth-child(2){ margin-top:0;}
.honor_list li:nth-child(2n+1){ margin-left:0;}
.honor_list li .img_c{ border:#d9d9d9 1px solid; padding:5px;background:#fff;}
.honor_list li .img {
  position: relative;
  padding: 35% 0;
  overflow:hidden;
  box-sizing:border-box;
  overflow:hidden;
}
.honor_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
}
.honor_list li .title{ padding:0 10px; font-size:14px; color:#000; line-height:20px; text-align:center; margin-top:5px; height:40px;}


/*浼佷笟鏂囧寲*/
.qywh_d1{ padding-bottom:10px;}
.qywh_d1_img img { display:block; width:100%;}

.qywh_d1_box{ background:rgba(255,255,255,0.9); box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); position:relative; margin-top:-50px; padding:0 10px;}
/*.ab_d5_box_title{ font-size:22px; color:#ec6200; font-weight:bold; line-height:40px; text-align:center;}
.ab_d5_box_txt{ font-size:18px; color:#333333; line-height:30px; text-align:center; margin-top:10px;}
.ab_d5_box_txt *{ line-height:30px;}*/

.qywh_d1_l{}
.qywh_d1_l_img{ display:block; height:30px;}
.qywh_d1_l_title1{ margin-top:10px; font-size:18px; color:#333333; line-height:30px; font-weight:bold;}
.qywh_d1_l_title1 span{ font-size:24px; color:#ed6914; font-weight:bold; margin-right:10px;}
.qywh_d1_l_title2{ padding-top:18px; font-size:30px; color:#e5e5e5; font-weight:bold; text-transform:uppercase; line-height:30px;}
.qywh_d1_r{ font-size:14px; color:#666666; line-height:25px; margin-top:10px;}
.qywh_d1_r *{ line-height:25px;}

.qywh_d2_list li{ position:relative; cursor:pointer;}
.qywh_d2_list li .img {
  position: relative;
  padding: 65% 0;
  overflow:hidden;
  box-sizing:border-box;
  overflow:hidden;
  background:#000;
}
.qywh_d2_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  opacity:0.5;
}
.qywh_d2_list li .box{ position:absolute; left:0; top:50%; width:100%; transform:translate(0,-50%);}
.qywh_d2_list li .box .title{ font-size:24px; color:#ffffff; line-height:40px; text-align:center; font-weight:bold;}
.qywh_d2_list li .box .title span{ color: #ec6200;}
.qywh_d2_list li .box .txt{ font-size:16px; color:#ffffff; line-height:25px; text-align:center; margin-top:10px; padding:0 20%; box-sizing:border-box;}
.qywh_d2_list li .box .txt *{ line-height:25px;}
.qywh_d2_list li .box .ico{ text-align:center; line-height:60px; margin-top:40px;}
.qywh_d2_list li .box .ico img{ height:50px;}
.qywh_d2_list li:hover .img img { opacity:0.8;}


.qywh_d2_list2{ background:url(../images/qywh_d2_list2_bg.jpg) bottom center no-repeat; background-size:cover; padding:10px 0; padding-bottom:4.2rem;}
.qywh_d2_list2 li{ position:relative; cursor:pointer; padding:10px 3%;}
.qywh_d2_list2 li .box{ border:#ffffff 2px solid;}
.qywh_d2_list2 li .box .title{ font-size:20px; color:#ffffff; line-height:40px; text-align:center; font-weight:bold;}
.qywh_d2_list2 li .box .title span{ color: #ec6200;}
.qywh_d2_list2 li .box .txt{ font-size:16px; color:#ffffff; line-height:25px; text-align:center; padding:0 20%; box-sizing:border-box; padding-bottom:20px;}
.qywh_d2_list2 li .box .txt *{ line-height:25px;}
.qywh_d2_list2 li .box .ico{ text-align:center; line-height:60px; margin-top:20px;}
.qywh_d2_list2 li .box .ico img{ height:40px; vertical-align:middle;}
.qywh_d2_list2 li:hover .img img { opacity:0.8;}



/*浼佷笟瑙嗛*/
.video_c{ background:#efefef;}
.video_list li{ margin-top:20px; overflow:hidden; border-radius:10px;}
.video_list li:nth-child(1){ margin-top:0;}
.video_list li .img{
  position: relative;
  padding: 77.5% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.video_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}

.video_list li .txt{ padding:15px; background:#efefef;}
.video_list li .txt .txt_c{ font-size:16px; color:#000000; line-height:25px; height:50px; overflow:hidden; transition:all 0.3s;}
.video_list li:hover .txt .txt_c{ color:#ec6200;}


/*椤圭洰妗堜緥*/
.case_nav_c{ padding-top:20px; padding-bottom:20px;}
.case_nav_c .case_nav_list{}
.case_nav_c .case_nav_list li{ float:left; width:32%; margin-left:2%; margin-top:10px;}
.case_nav_c .case_nav_list li:nth-child(3n+1){ margin-left:0;}
.case_nav_c .case_nav_list li:nth-child(1),
.case_nav_c .case_nav_list li:nth-child(2),
.case_nav_c .case_nav_list li:nth-child(3){ margin-top:0;}
.case_nav_c .case_nav_list li a{ display:block; width:100%; height:40px; line-height:40px; text-align:center; font-size:14px; color:#333333; background:#efefef; position:relative; transition:all 0.3s;}
.case_nav_c .case_nav_list li:hover,
.case_nav_c .case_nav_list li.on a{ color:#fff; background:#cf6116;}

.case_list li{ float:left; width:48%; margin-left:4%; margin-top:10px;}
.case_list li:nth-child(2n+1){ margin-left:0;}
.case_list li:nth-child(1),
.case_list li:nth-child(2){ margin-top:0;}
.case_list li .img{
  position: relative;
  padding: 36.35% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.case_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}
.case_list li .txt{ font-size:14px; color:#cf6116; line-height:40px; text-align:center;}



/*鑱旂郴鎴戜滑*/
.lianxi_d1{ background:url(../images/lianxi_bg.jpg) top center no-repeat; background-size:cover;}
.lianxi_title{ font-size:24px; color:#ffffff; line-height:30px; text-align:center; font-weight:bold;}
.lianxi_list li{ width:100%; margin-top:20px; background:rgba(255,255,255,0.8); box-sizing:border-box; padding:20px 15px;}
.lianxi_list li:nth-child(1){ margin-top:0;}
.lianxi_list li .title{ font-size:20px; color:#ec6200; line-height:30px; font-weight:bold;}
.lianxi_list li .lianxi_box{ margin-top:20px; position:relative; padding-left:60px;}
.lianxi_list li .lianxi_box .ico{ position:absolute; left:0; top:0px; width:40px; height:40px; border:#ec6200 1px solid; border-radius:50%; text-align:center; line-height:40px;}
.lianxi_list li .lianxi_box .ico img{ height:18px; vertical-align:middle;}
.lianxi_list li .lianxi_box .title{ font-size:16px; color:#ec6200; line-height:20px;}
.lianxi_list li .lianxi_box .txt{ font-size:14px; color:#666666; line-height:25px;}
.lianxi_list li .lianxi_box .txt *{ line-height:25px;}

.lianxi_d2{ background:#f3f1f1;}
.lianxi_d2_title{ font-size:24px; color:#ec6200; font-weight:bold; line-height:40px; text-align:center; position:relative;}
.lianxi_d2_title:after{content: ""; position:absolute; left:50%; bottom:0; width:20px; height: 2px; background:#cf6117; margin-left:-10px;}


.lianxi2_d1{ background:url(../images/lianxi2_d1_bg.jpg) top center no-repeat; background-size:cover; padding-top:40px; padding-bottom:40px;}
.lianxi2_d1_box{ background:rgba(255,255,255,0.9); padding:10px;}
.lianxi2_d1_box_l{}
.lianxi2_d1_box_l_title{ font-size:20px; color:#ec6200; font-weight:bold; line-height:50px; padding-bottom:10px; margin-bottom:10px; border-bottom:#ec6200 1px dashed;}
.lianxi2_d1_list li{ padding-left:30px; position:relative; line-height:25px; min-height:25px; font-size:14px; color:#333; margin-bottom:10px;}
.lianxi2_d1_list li .ico{ position:absolute; left:0px; top:0;}
.lianxi2_d1_ewm{ width:130px; margin-left:40px; text-align:center;}
.lianxi2_d1_ewm img{ width:122px;}
.lianxi2_d1_ewm .txt{ font-size:14px; color:#222222; line-height:25px; margin-top:10px;}


.join_d8_list li{ float:left; width:48%; margin-left:4%; height:40px; position:relative; margin-top:10px;}
.join_d8_list li:nth-child(1),
.join_d8_list li:nth-child(2){ margin-top:0;}
.join_d8_list li:nth-child(2n+1){ margin-left:0;}
.join_d8_list li .xin{ position:absolute; right:11px; top:5px; width:10px; height:40px; line-height:40px; font-size:18px; color:#ff0000; text-align:center;}
.jm_inp{ display:block; width:100%; height:40px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px;}
.jm_sel{ display:block; width:100%; height:40px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px; background:#fff;}
.jm_textarea{ display:block; width:100%; height:100px; padding:10px 10px; line-height:30px; font-size:14px; font-family:"寰蒋闆呴粦"; outline:none; border:0; box-sizing:border-box;}
.jm_bt{ display:block; width:100%; height:50px; background:#ec6200; margin:0 auto; border:0; font-size:16px; color:#ffffff; line-height:50px; text-align:center; cursor:pointer;}



/*鏈嶅姟涓庢敮鎸�-鍏ㄧ悆鍏ㄥ搧鐗�*/


.qgqpp_d1_img img{ display:block; width:100%;    height: 4.6rem; object-fit: cover;}

.qgqpp_d1_box{ background:rgba(255,255,255,0.9); box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); position:relative; margin-top:-50px; padding:0 10px;}
.qgqpp_d1_box_title{ font-size:24px; color:#ec6200; line-height:40px; text-align:center; font-weight:bold;}
.qgqpp_d1_box_txt{ font-size:14px; color:#333333; line-height:25px; text-align:center;}
.qgqpp_d1_box_txt *{ line-height:25px;}

.qgqpp_d2{ background:#f7f7f7;}

.qgqpp_d2_l{}
.qgqpp_d2_title{ font-size:24px; color:#000000; font-weight:bold; line-height:40px; position:relative; padding-bottom:10px;}
.qgqpp_d2_title:after{content: ""; position:absolute; left:0; bottom:0; width:20px; height: 2px; background:#ec6200;}
.qgqpp_d2_txt{ margin-top:20px; font-size:14px; color:#666666; line-height:25px;}
.qgqpp_d2_txt *{ line-height:25px;}
.qgqpp_d2_r{ position:relative; padding-top:20px;}
.qgqpp_d2_r .qgqpp_d2_img{ display:block; width:100%;}

.shwb_img{ height:4.6rem; object-fit: cover;}


.qgqpp2_d1{ background:url(../images/qgqpp2_d1_bg.jpg) center no-repeat; background-size:cover;}
.qgqpp2_d1_t{ padding-left:110px; position:relative;}
.qgqpp2_d1_t .txt1{ font-size:20px; color:#181818; line-height:20px; padding-top:10px;}
.qgqpp2_d1_t .txt2{ font-size:16px; color:#181818; line-height:20px;}
.qgqpp2_d1_t .no{ font-size:40px; color:#ec6200; font-weight:bold; line-height:60px; position:absolute; left:0; top:0px;}
.qgqpp2_d1_img{ display:block; width:100%;}
.qgqpp2_d1_r{}
.qgqpp2_d1_title{ height:60px; position:relative;}
.qgqpp2_d1_title .title1{ height:60px; line-height:60px; font-size:50px; color:#e7e7e7; font-weight:bold; text-transform:uppercase;}
.qgqpp2_d1_title .title2{ position:absolute; left:0; top:0; height:60px; line-height:60px; font-size:20px; color:#181818; font-weight:bold;}
.qgqpp2_d1_title:after{content: "";width:60px;height:2px; background:#ec6200; position: absolute; left:0px; top:0;}
.qgqpp2_d1_txt{ font-size:14px; color:#181818; line-height:25px;}
.qgqpp2_d1_txt *{ line-height:25px;}

.qgqpp2_d2{ background:url(../images/qgqpp2_d2_bg.jpg) bottom center no-repeat; background-size:cover; padding-top:40px; padding-bottom:40px;}
.qgqpp2_d2_list li{ float:left; width:33.33%; position:relative; margin-top:20px;}
.qgqpp2_d2_list li .txt1{ font-size:20px; color:#ec6200; font-weight:bold; line-height:30px; text-align:center;}
.qgqpp2_d2_list li .txt2{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.qgqpp2_d2_list li:after{ content: ""; position:absolute; left:0; top:50%; width:1px; height: 40px; background:#245297; margin-top:-20px;}
.qgqpp2_d2_list li:nth-child(3n+1):after{ display:none;}
.qgqpp2_d2_list li:nth-child(1),
.qgqpp2_d2_list li:nth-child(2),
.qgqpp2_d2_list li:nth-child(3){ margin-top:0;}



/*闂ㄥ簵*/
.md_d1_title{ font-size:50px; color:#ec6200; line-height:50px; text-align:center; font-weight:bold;}
.md_d1_title2{ font-size:18px; color:#000000; font-weight:bold; line-height:40px; text-align:center; position:relative;}
.md_d1_title2:after{content: ""; position:absolute; left:50%; bottom:0; width:20px; height: 2px; background:#ec6200; margin-left:-10px;}
.md_d1_content{ text-align:center;}
.md_list li{ float:left; width:32%; margin-left:2%; margin-top:10px;}
.md_list li:nth-child(3n+1){ margin-left:0;}
.md_list li .img {
  position: relative;
  padding: 28% 0;
  overflow:hidden;
  box-sizing:border-box;
  overflow:hidden;
}
.md_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.md_list li .txt1{ background:#ec6200; height:30px; line-height:30px; text-align:center; font-size:14px; color:#fff;}


/*鎷涜仒鑱屼綅*/

.zp_list li{ background:#fff; height:52px; overflow:hidden; margin-top:10px;}
.zp_list li:nth-child(1),
.zp_list li:nth-child(2){ margin-top:0px;}
.zp_list li .zp_xx_list{ background:#fff;}
.zp_list li.bt .zp_xx_list{ background:#7e7e7e; color:#fff;}
.zp_list li .zp_xx_list{ border:#d4d4d4 1px solid; box-sizing:border-box;}
.zp_list li.bt .zp_xx_list{ border:#7e7e7e 1px solid;}
.zp_list li .zp_xx_list .li{ float:left; width:15.5%; height:50px; line-height:50px; text-align:center; font-size:14px;}
.zp_list li .zp_xx_list .li.cz{ float:right; width:5%;}
.zp_list li .zp_xx_list .li .ico{ display:block; width:100%; height:50px; background:url(../images/zp_ico1.png) center no-repeat; background-size:10px auto; cursor:pointer;}
.zp_list li .zp_xx2{ padding:10px 0;}
.zp_list li .zp_xx2 .zp_xx2_box{ padding-bottom:10px; box-sizing:border-box;}
.zp_xx2_box_bian{ border-bottom:#bfbfbf 1px solid; box-sizing:border-box; padding-bottom:10px; margin-bottom:10px;}
.zp_list li .zp_xx2 .zp_xx2_box .title{ font-size:18px; color:#585858; line-height:40px;}
.zp_list li .zp_xx2 .zp_xx2_box .box_txt{ font-size:14px; color:#585858; line-height:30px;}
.zp_list li .zp_xx2 .zp_xx2_box2{ display:inline-block; background:#ec6200; height:44px; line-height:44px; font-size:16px; color:#fff; padding:0 20px;}
.zp_list li .zp_xx2 .zp_xx2_box2 a.ljsq_bt{ display:inline-block; width:164px; height:44px; line-height:44px; text-align:center; background:#c3d72b; color:#fff; margin-right:20px;}
.zp_list li .zp_xx2 .zp_xx2_box3{ height:30px; line-height:30px; font-size:14px; color:#494949; margin-top:10px; padding-bottom:20px;}

.zp_list li.on{ height:auto;}
.zp_list li.on .zp_xx_list{ border:#ec6200 1px solid; background:#ec6200; color:#fff;}
.zp_list li.on .zp_xx_list .li .ico{ background:url(../images/zp_ico2.png) center no-repeat; background-size:10px auto;}

.zp_d2_list{}
.zp_d2_list li{ float:left; width:49%; margin-left:2%; box-sizing:border-box; line-height:47px; position:relative; font-size:14px; color:#3c3c3c; text-align:left;  padding:0 5px; border:#c5c5c5 1px solid; margin-top:10px;}
.zp_d2_list li:nth-child(2n+1){ margin-left:0px;}
.zp_d2_list li:nth-child(1),
.zp_d2_list li:nth-child(2){ margin-top:0px;}
.zp_d2_list li .ico{ position:relative; height:30px; top:-2px; margin-right:5px; vertical-align:middle;}



/*浜у搧涓績*/
.p2_nav_c{ padding-top:20px; padding-bottom:20px;}
.p2_nav_c .p2_nav_list{}
.p2_nav_c .p2_nav_list li{ float:left; width:32%; margin-left:2%; margin-top:10px;}
.p2_nav_c .p2_nav_list li:nth-child(3n+1){ margin-left:0;}
.p2_nav_c .p2_nav_list li:nth-child(1),
.p2_nav_c .p2_nav_list li:nth-child(2),
.p2_nav_c .p2_nav_list li:nth-child(3){ margin-top:0;}
.p2_nav_c .p2_nav_list li a{ display:block; width:100%; height:40px; line-height:40px; text-align:center; font-size:14px; color:#333333; background:#efefef; position:relative; transition:all 0.3s;}
.p2_nav_c .p2_nav_list li:hover,
.p2_nav_c .p2_nav_list li.on a{ color:#fff; background:#cf6116;}


.p2_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; background:#efefef; overflow:hidden; border-radius:5px; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.3);}
.p2_list li:nth-child(2n+1){ margin-left:0;}
.p2_list li:nth-child(1),
.p2_list li:nth-child(2){ margin-top:0;}
.p2_list li .img{
  position: relative;
  padding: 65% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.p2_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}
.p2_list li .txt{ font-size:14px; color:#666666; line-height:40px; text-align:center; transition:all 0.3s;}





/*浜у搧璇︽儏椤�*/
.p2_i_d1{ background:#f3f1f1; padding:0 30px;}
.p2_i_d1_l{}

    .p2_i_d1_l .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .p2_i_d1_l .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .p2_i_d1_l .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      /*opacity: 0.4;*/
    }

    .mySwiper .swiper-slide-thumb-active {
      /*opacity: 1;*/
    }
	.mySwiper .swiper-slide-thumb-active:after{content: ""; width:100%; height: 100%; position: absolute; left: 0; top:0px; box-sizing:border-box; border:#ec6200 2px solid;}



.p2_i_d1_l .img {
  position: relative;
  width:100%;
  padding: 50% 0;
  overflow:hidden;
  box-sizing:border-box;
  /*box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);*/
}
.p2_i_d1_l .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}
.mySwiper_c{ position:relative;}
.mySwiper_c .p2_prev{ left:-30px; color:#aaa9a9; outline:none;}
.mySwiper_c .p2_next{ right:-30px; color:#aaa9a9; outline:none;}
.mySwiper_c .p2_prev:after,
.mySwiper_c .p2_next:after{ font-size:20px;}

.p2_i_d1_r{}
.p2_i_title1{ font-size:18px; color:#ec6200; font-weight:bold; line-height:30px;}
.p2_i_txt1{ font-size:14px; color:#666666; line-height:25px; margin-top:5px; color:#666666;}
.p2_i_txt1 *{ color:#666666; line-height:25px;}
.p2_i_d2_title{ font-size:20px; color:#ec6200; font-weight:bold; line-height:40px; text-align:center;}



/*浜у搧浜庤В鍐虫柟妗�*/
.p_nav_list{ background:#043d94; position:relative; top:-28px;}
.p_nav_list li{ float:left; width:50%;}
.p_nav_list li a{ display:block; width:100%; height:50px; line-height:50px; font-size:14px; color:#ffffff; text-align:center; transition:all 0.3s;}
.p_nav_list li a .ico{ position:relative; top:-2px; margin-right:5px; vertical-align:middle; height:20px;}
.p_nav_list li:hover a,
.p_nav_list li.on a{ background:#ec6200;}

.p_list li{ position:relative; margin-top:20px;}
.p_list li:nth-child(1){ margin-top:0;}
.p_list .img{
  position: relative;
  padding: 21.83% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.p_list .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}


.p_list li .mb{ background:url(../images/p_s_mb.png) left center no-repeat; background-size:auto 100%; position:absolute; left:0; top:0; width:100%; height:100%;}
.p_list li .mb .mb_box{ position:absolute; left:10px; top:50%; transform:translate(0,-50%);}
.p_list li .mb .mb_box .txt1{ font-size:18px; color:#ffffff; line-height:30px; font-weight:bold;}
.p_list li .mb .mb_box .txt2{ font-size:14px; color:#ffffff; line-height:30px;}
.p_list li .mb .mb_box a.more{ display:block; width:80px; height:30px; border:#ec6200 1px solid; background:#ec6200; line-height:30px; text-align:center; font-size:14px; color:#ffffff; margin-top:5px; transition:all 0.3s;}
.p_list li .mb .mb_box a.more:hover{ background:#fff; color:#ec6200;}



/*浜у搧璇︽儏椤�*/
.p_i_d1_img{ display:block; width:100%;}
.p_i_d1_img img{ display:block; width:100%; height:4rem; object-fit: cover;}

.p_i_d1_box{ background:rgba(255,255,255,0.9); box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15); position:relative; margin-top:-50px; padding:0 10px;}
.p_i_d1_box_title{ font-size:20px; color:#ec6200; line-height:40px; text-align:center; font-weight:bold;}
.p_i_d1_box_txt{ font-size:14px; color:#333333; line-height:25px; text-align:center;}
.p_i_d1_box_txt *{ line-height:25px;}


/*.p_i_d2_c{ position:relative;}
.p_i_d2_r{ float:right; width:36%; padding-top:60px;}
.p_i_d2_r .ico{ line-height:100px;}
.p_i_d2_r .title{ font-size:44px; color:#ed6914; line-height:50px; font-weight:bold; padding-top:30px; padding-bottom:30px; border-bottom:#ccc 1px solid;}
.p_i_d2_r .txt{ font-size:22px; color:#999999; line-height:40px; margin-top:30px;}
.p_i_d2_r .txt *{ line-height:40px;}

.p_i_d2_l{ float:left; width:56.73%;}
.p_i_d2_l .img{
  position: relative;
  padding: 32% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.p_i_d2_l .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  background:#fff;
  opacity:1;
}*/




.p_i_d2_c{ position:relative;}
.p_i_d2_l{}
.p_i_d2_l img{ display:block; width:100%;}
.p_i_d2_r .title{ font-size:20px; color:#ed6914; line-height:30px; font-weight:bold; padding-top:10px; padding-bottom:10px; border-bottom:#ccc 1px solid;}
.p_i_d2_r .title img{ height:30px; position:relative; top:-2px; vertical-align:middle; margin-right:10px;}
.p_i_d2_r .txt{ font-size:14px; color:#999999; line-height:25px; margin-top:10px;}
.p_i_d2_r .txt *{ line-height:25px;}


.fw_d2{ background:url(../images/fw_d2_bg.jpg) center no-repeat; background-size:cover;}
.fw_d2_list li{ width:100%; margin-top:10px; background:#fff; box-sizing:border-box; padding:15px 15px;}
.fw_d2_list li:nth-child(1){ margin-top:0;}
.fw_d2_list li .ico{ float:left; width:60px; height:60px;}
.fw_d2_list li .txt{ float:right; width:calc(100% - 70px); font-size:18px; color:#333333; line-height:60px; font-weight:bold;}



/*璧勬枡涓嬭浇*/
.download_s{ width:100%; height:38px; border:#c1c1c1 1px solid; margin:0 auto;}
.download_s_inp{ float:left; display:block; width:calc(100% - 63px);; height:38px; line-height:38px; box-sizing:border-box; padding:0 10px; border:0; outline:none;}
.download_s_btn{ float:right; width:62px; height:38px; background:url(../images/download_ico1.png) #c1c1c1 center no-repeat; cursor:pointer; border:0;}

.download_list li{ border-bottom:#d1d1d1 1px solid; height:45px; line-height:45px; position:relative; padding-right:100px; font-size:14px; color:#000000;}
.download_list li a.download_xz{ display:block; position:absolute; right:0; top:0; font-size:14px; color:#333; padding-right:30px;}
.download_list li a.download_xz:after{content: "";width:20px;height:20px; background:url(../images/download_ico2.png) center no-repeat; background-size:contain; position: absolute; right:0px;top:50%; margin-top:-12px; transition:all 0.3s;}



/*浜у搧瑙ｅ喅鏂规*/
.cpfa_nav_list li{ float:left; width:32%; margin-left:2%; position:relative; margin-top:10px;}
.cpfa_nav_list li:nth-child(3n+1){ margin-left:0px;}
.cpfa_nav_list li:nth-child(4){ margin-left:16%;}
.cpfa_nav_list li a{ display:block; height:36px; border:#bbbbbb 1px solid; font-size:14px; color:#282828; line-height:36px; text-align:center; transition:all 0.3s;}
.cpfa_nav_list li.on a,
.cpfa_nav_list li:hover a{ border:#eb6100 1px solid; background:#eb6100; color:#fff;}

.cpfa_p_c{ position:relative;}
.cpfa_p_c_list li .box{ border:#d6d6d6 1px solid; box-sizing:border-box; padding:6%;}
.cpfa_p_c_list li .img{ width:100%;}
.cpfa_p_c_list li .img {
  position: relative;
  padding: 90% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.cpfa_p_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
  object-fit: contain;
}

.cpfa_p_c_list li .txt{ height:40px; line-height:40px; font-size:16px; color:#0c0c0c; text-align:center; transition:all 0.3s;}
.cpfa_p_c_list li:hover .txt{ color:#eb6100;}

.cpfa_p-pagination{ width:100%; text-align:center; z-index:2;}
.cpfa_p-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#9e9c9b; border-radius:50%; opacity:1; margin:0 5px; transition:all 0.3s;}
.cpfa_p-pagination .swiper-pagination-bullet-active{ background:#ec6200;}

.cpfa_p_c .cpfa_p_c_prev{ position:absolute; right:50%; bottom:0; margin-right:50px; margin-bottom:12px; width:40px; height:40px; border:#999999 1px solid; z-index:99; cursor:pointer; font-family:"瀹嬩綋"; font-size:20px; text-align:center; line-height:40px; text-align:center; transition:all 0.3s;}
.cpfa_p_c .cpfa_p_c_prev:hover{ border:#ec6200 1px solid; color:#ec6200;}
.cpfa_p_c .cpfa_p_c_next{ position:absolute; left:50%; bottom:0; margin-left:50px; margin-bottom:12px; width:40px; height:40px; border:#999999 1px solid; z-index:99; cursor:pointer; font-family:"瀹嬩綋"; font-size:20px; text-align:center; line-height:40px; text-align:center; transition:all 0.3s;}
.cpfa_p_c .cpfa_p_c_next:hover{ border:#ec6200 1px solid; color:#ec6200;}

.cpfa_p_box{ overflow:hidden;}
.cpfa_p_box img{}
.cpfa_p_box .big_img{ margin-left:-3.2%; margin-right:-3.2%; max-width:106.4% !important;}
</pre></body></html>