/*@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:absolute;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
	z-index: 9999;
	/*background:#0369be;*/
	box-sizing:border-box;
	border-bottom:#fff 1px solid;
}
.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:#085cc0;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
}
/*
.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:10px; height:10px; background:#fff; opacity:1; border-radius:50%; transition:all 0.3s; margin:0 5px !important;}
.banner-pagination .swiper-pagination-bullet-active{ background:#085cc0;}



.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: #0166b8; border:#0166b8 1px solid; color: #fff }
.pages a:hover {  background: #0166b8; border:#0166b8 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: #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;}
.h30{ height:30px;}
.h20{ height:20px;}
.h10{ height:10px;}
.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;}

.i_d1{ background: url(../images/i_d1_bg.jpg) #fff bottom center no-repeat; background-size:100% auto; padding-bottom:5rem;}
.i_d1_title_box{ position:relative;}
.i_d1_title1{ font-size:24px; color:#0c0c0c; line-height:30px; font-weight:bold;}
.i_d1_title2{ font-size:30px; color:#f3f3f3; line-height:40px; font-weight:bold; position:relative; text-transform:uppercase; position:relative;}
.i_d1_title2:after{content: "";width:50px; height: 3px; position: absolute; left: 0; top:50%; margin-top:-2px; background:#085cc0;}
.i_d1_title3{ font-size:20px; color:#085cc0; line-height:30px; font-weight:bold;}
a.i_d1_title1_more{ display:block; width:110px; height:36px; border:#8d9398 1px solid; text-align:center; line-height:36px; font-size:16px; color:#3b3b3b; transition:all 0.3s; margin:0 auto;}
a.i_d1_title1_more .ico1{ position:relative; top:-2px; margin-left:10px; vertical-align:middle;}
a.i_d1_title1_more .ico2{ display:none; position:relative; top:-2px; margin-left:20px;}
a.i_d1_title1_more:hover{ background:#085cc0; color:#fff; border:#085cc0 1px solid;}
a.i_d1_title1_more:hover .ico1{ display:none;}
a.i_d1_title1_more:hover .ico2{ display:inline-block;}
.i_d1_txt{ font-size:14px; color:#3d3d3d; line-height:25px;}
.i_d1_txt *{ line-height:25px;}
a.i_d1_more{ display:block; width:100px; height:36px; background:#085cc0; border:#085cc0 1px solid; font-size:14px; color:#ffffff; line-height:36px; text-align:center; transition:all 0.3s;}
a.i_d1_more:hover{ background:#fff; color:#085cc0;}

.i_d2{ background: url(../images/i_d2_bg.jpg) no-repeat center; background-size:cover;}
.i_d2_list{ padding:10px 0;}
.i_d2_list li{ float:left; width:50%; position:relative; text-align:center; height:110px; padding:5px 0; box-sizing:border-box; padding-right:5px;}
.i_d2_list li:after{content: "";width:1px; height: 60px; position: absolute; left: 0; top:50%; transform:translateY(-50%); background:#3175cd;}
.i_d2_list li:nth-child(2n+1):after{ display:none;}
.i_d2_list li .box{ display:inline-block; padding-left:50px; position:relative;}
.i_d2_list li .box .ico{ position:absolute; left:5px; top:50%; transform:translateY(-50%); width:30px; height:30px; object-fit: contain;}
.i_d2_list li .box .title{ font-size:24px; color:#ffffff; font-weight:bold; line-height:40px; text-align:left;}
.i_d2_list li .box .txt{ font-size:14px; color:#ffffff; line-height:20px; text-align:left; position:relative; height:40px;}
.i_d2_list li .box .hr{ width:26px; height: 1px; background:#fff; margin-top:5px; margin-bottom:5px;}


.i_d3{ background: url(../images/i_d3_bg.jpg) no-repeat center; background-size:cover;}

.i_d3_title_box{ position:relative;}
.i_d3_title1{ font-size:24px; color:#0c0c0c; line-height:30px; font-weight:bold; text-align:center;}
.i_d3_title2{ font-size:30px; color:#f3f3f3; line-height:40px; font-weight:bold; position:relative; text-transform:uppercase; text-align:center; position:relative;}
.i_d3_title2:after{content: "";width:50px; height: 3px; position: absolute; left: 50%; top:50%; margin-top:-2px; margin-left:-25px; background:#085cc0;}

.i_d3_box{ background:#fff; padding:10px; padding-top:20px; position:relative;}


.i_d3_r_list{}
.i_d3_r_list li{}
.i_d3_r_list li .img_box{ padding:5px;  background:#f4f4f4;}
.i_d3_r_list li .img{
  position: relative;
  padding: 33% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d3_r_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.8s;
  opacity:1;
}
.i_d3_r_list li .txt{ position:relative; margin-top:10px;}
.i_d3_r_list li .txt .txt2{ font-size:14px; color:#171717; line-height:30px; text-align:center;}

.i_d3_c-container{ padding-bottom:30px;}
.i_d3_c-pagination{ position:absolute; left:0; bottom:0px !important; width:100%; text-align:center; z-index:2;}
.i_d3_c-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#d2d2d2; opacity:1; border-radius:50%; margin:0 4px !important; transition:all 0.3s;}
.i_d3_c-pagination .swiper-pagination-bullet-active{ background:#0a5dc2;}



.i_d4_list li{ float:left; width:33.33%;}
.i_d4_list li .box{}

.i_d4_list li .box2{ width:100%;}
.i_d4_list li .box2 .img{
}
.i_d4_list li .box2 .img img {
	display:block;
  width: 100%;
}
.i_d4_list li .box2 .txt{ position:absolute; left:15px; right:15px; bottom:40px;}
.i_d4_list li .box2 .txt .txt1{ font-size:40px; color:#ffffff; line-height:60px;}
.i_d4_list li .box2 .txt .txt2{ line-height:60px; text-align:center;}
.i_d4_list li .box2 .txt .txt2 img{ height:40px;}
.i_d4_list li .box2 .txt .txt3{ font-size:24px; color:#ffffff; line-height:40px; font-weight:bold; text-align:center;}
.i_d4_list li .box2 .txt .txt4{ font-size:14px; color:#ffffff; line-height:25px; margin-top:10px; margin-bottom:10px;}
.i_d4_list li .box2 .txt a.more{ display:block; width:110px; height:36px; background:#fff; line-height:36px; text-align:center; font-size:14px; color:#054da3; margin:0 auto;}
.i_d4_list li .box2 .txt a.more .ico{ position:relative; top:-1px; margin-left:10px; vertical-align:middle;}


.i_d4_c-container{ padding-bottom:40px;}
.i_d4_c-pagination{ position:absolute; left:0; bottom:0px !important; width:100%; text-align:center; z-index:2;}
.i_d4_c-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#d2d2d2; opacity:1; border-radius:50%; margin:0 4px !important; transition:all 0.3s;}
.i_d4_c-pagination .swiper-pagination-bullet-active{ background:#0a5dc2;}

.i_d5{ background: url(../images/i_d5_bg.jpg) no-repeat bottom center; background-size:auto 100%;}
.i_d5_list li{ position:relative; padding:10px 0; border-bottom:#efefef 1px solid; padding-left:130px;}
.i_d5_list li .img{ position:absolute; left:0; top:10px; width:120px; height:100px;}
.i_d5_list li .img img{ display:block; width:120px; height:100px; object-fit: cover;}
.i_d5_list li .txt .txt1{ font-size:14px; color:#2c2b2b; font-weight:bold; line-height:25px;}
.i_d5_list li .txt .txt2{ font-size:14px; color:#848484; line-height:25px; height:50px;}
.i_d5_list li .txt .txt3{ font-size:14px; color:#c4c4c4; line-height:25px;}

.footer{ margin-top:-80px; position:relative;background: url(../images/footer_bg2.png) no-repeat top center; background-size:100% auto; padding-top:1.3rem;}
.footer_ewm{ float:left; width:2.04rem;}
.footer_ewm .ewm_img img{ display:block; width:2.04rem; height:2.04rem;}
.footer_ewm .ewm_txt{ font-size:0.26rem; color:#ffffff; text-align:center; line-height:0.6rem; margin-top:5px;}
.footer_lx{ float:right; width:4.8rem; font-size:0.25rem; line-height:0.525rem; color:#fff;}

.footer2{ background:#0c3c8d;}
.footer2_txt{ font-size:14px; color:#a7c7fb; padding:10px 0; line-height:25px; text-align:center; box-sizing:border-box;}
.footer2_txt *{ line-height:25px;}
.footer2_txt a{ color:#a7c7fb;}

.footer1_2_logo{ text-align:center; padding-bottom:0px;}
.footer1_2_logo img{ max-width:60%;}
.footer1_2_title{ text-align:center; font-size:14px; color:#fff; line-height:25px; margin-top:10px;}
.footer1_2_txt{ text-align:center; font-size:18px; color:#fff; font-weight:bold; line-height:30px;}
.footer1_2_ewm{ text-align:center; margin-top:20px;}
.footer1_2_ewm .ewm_img img{ max-width:40%;}
.footer1_2_ewm .ewm_txt{ font-size:14px; color:#ffffff; text-align:center; line-height:20px;}


/*关于我们*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.ab_d1{ background: url(../images/ab_d1_bg.jpg) #f6f6f6 no-repeat top center; background-size:100% auto;}
.ab_d1_title1{ position:relative; line-height:80px; font-size:35px; color:rgba(255,255,255,0.2); font-weight:bold; padding-left:20px;}
.ab_d1_title1:before{content: "";width:10px; height: 10px; position: absolute; left: 0px; top:50%; transform:translateY(-50%); background:#79a6dc; border-radius:50%;}
.ab_d1_title1:after{content: "";width:50px; height: 2px; position: absolute; left: 20px; top:50%; transform:translateY(-50%); background:#79a6dc;}
.ab_d1_img{ display:block; width:100%}
.ab_d1_r{ position:relative}
.ab_d1_r .title1{ font-size:24px; color:#0c0c0c; font-weight:bold; line-height:40px;}
.ab_d1_r .title2{ font-size:22px; color:#085cc0; font-weight:bold; line-height:30px; text-transform:uppercase; position:relative;}
.ab_d1_r .title2 .title2_txt{ position:absolute; left:135px; top:-7px; font-size:14px; color:#575757; line-height:16px;}
.ab_d1_r .txt{ margin-top:20px; font-size:14px; color:#565656; line-height:25px;}
.ab_d1_r .txt *{ line-height:25px;}


.ab_d2{ background: url(../images/ab_d2_bg.jpg) no-repeat top center; background-size:cover; height:1511px;}
.ab_d2_l{}
.ab_d2_l_title1{ font-size:24px; color:#0c0c0c; font-weight:bold; line-height:40px;}
.ab_d2_l_title2{ font-size:20px; color:#085cc0; font-weight:bold; line-height:30px;}
.ab_d2_l_txt{ margin-top:20px; font-size:14px; color:#565656; line-height:25px;}
.ab_d2_l_txt *{ line-height:25px;}
.ab_d2_2{ background:#f7f7f7;}
.ab_d2_r_list li{ float:left; width:32%; margin-left:2%; padding-top:20px;}
.ab_d2_r_list li:nth-child(3n+1){ margin-left:0;}
.ab_d2_r_list li .txt1{ position:relative; font-size:30px; color:#085cc0; font-weight:bold; line-height:40px; padding-bottom:10px;}
.ab_d2_r_list li .txt1:after{content: "";width:26px; height: 1px; position: absolute; left: 0px; bottom:0; background:#9c9c9c;}
.ab_d2_r_list li .txt2{ font-size:14px; color:#595959; line-height:25px; padding-top:10px;}
.ab_d2_r_list li .txt2 *{ line-height:25px;}

.ab_d3-container{}
.ab_d3-container .img{ display:block; width:100%; height:4rem; object-fit: cover;}
.ab_d3-pagination{ position:absolute; left:0; bottom:0px !important; width:100%; text-align:center; z-index:2;}
.ab_d3-pagination .swiper-pagination-bullet{ width:10px; height:10px; background:#acacac; opacity:1; margin:0 5px !important; transition:all 0.3s;}
.ab_d3-pagination .swiper-pagination-bullet-active{ background:#085cc0;}


.ab_d4{ background: url(../images/ab_d4_bg.jpg) no-repeat top center; background-size:cover;}
.ab_d4_title{ font-size:24px; color:#ffffff; font-weight:bold; line-height:40px; text-align:center;}
.ab_d4_txt{ font-size:16px; color:#ffffff; line-height:30px; text-align:center;}

/**/
.ab_d4_c{ position:relative;}
.ab_d4_c .swiper-slide{ overflow:hidden;}

.dsj-prev{ position:absolute; left:0; bottom:23px; background:url(../images/ab_d4_l.png) center no-repeat; width:40px; height:40px; background:url(../images/ab_d4_l.png) center no-repeat; background-size:40px 40px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
/*.dsj-prev:hover{ background:url(../images/ab_d4_l.png)  center no-repeat;}*/
.dsj-next{ position:absolute; right:0; bottom:23px; width:40px; height:40px; background:url(../images/ab_d4_r.png) center no-repeat; background-size:40px 40px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
/*.dsj-next:hover{ background:url(../images/ab_d4_r.png)  center no-repeat;}*/

.dsj_img{ width:100%; height:4.1rem; object-fit: cover; border-radius:10px; margin-top:10px;}
.dsj_txt{ box-sizing:border-box;}
.dsj_txt .txt1{ font-size:20px; color:#ffffff; font-weight:bold; line-height:30px;}
.dsj_txt .txt2{ font-size:18px; color:#ffffff; line-height:30px;}
.dsj_txt .txt3{ font-size:14px; color:#ffffff; line-height:25px; padding-top:10px;}
.dsj_txt .txt3 *{ line-height:25px;}

.dsj2_txt{ cursor:pointer;}
.dsj2_txt .txt{ text-align:center; height:30px; line-height:30px; font-size:16px; color:#ffffff;}
.dsj2_txt .ico{ width:25px; height:25px; background:url(../images/dsj2_ico1.png) center no-repeat; margin:0 auto;}
.swiper-slide-thumb-active .dsj2_txt .txt{ color:#ffffff;}
.swiper-slide-thumb-active .dsj2_txt .ico{ background:url(../images/dsj2_ico2.png) center no-repeat;}

.dsjSwiper_dh{ margin:0 40px;}
.dsjSwiper_dh:after{content: ""; height: 1px; position: absolute; left: 0px; right:0px; top:12px; background:#6a85a8;}




.ab_d5{ background: url(../images/ab_d5_bg.jpg) no-repeat top center; background-size:cover;}

.ab_d5_c_list li{ background:#fff; padding:5px; box-sizing:border-box;}
.ab_d5_c_list li .img{
  position: relative;
  padding: 33% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.ab_d5_c_list li .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  transition: all 0.8s;
  opacity:1;
}
.ab_d5_c_list li .txt{ position:relative; margin-top:5px;}
.ab_d5_c_list li .txt .txt1{ font-size:20px; color:#085cc0; line-height:30px; text-align:center; font-weight:bold;}
.ab_d5_c_list li .txt .txt1 .ico1{ display:inline-block; width:14px; height:2px; background:#085cc0; position:relative; top:-6px; margin:0 10px;}
.ab_d5_c_list li .txt .txt2{ font-size:14px; color:#363636; line-height:30px; text-align:center;}

.ab_d5_c_swiper{ padding-bottom:40px;}
.ab_d5_c-pagination{ position:absolute; left:0; bottom:0px !important; width:100%; text-align:center; z-index:2;}
.ab_d5_c-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#d2d2d2; opacity:1; border-radius:50%; margin:0 4px !important; transition:all 0.3s;}
.ab_d5_c-pagination .swiper-pagination-bullet-active{ background:#0a5dc2;}


.ab_d6_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; background:#fff; box-shadow: 0px 5px 5px 0px rgba(10, 2, 5, 0.2);}
.ab_d6_list li:nth-child(2n+1){ margin-left:0;}
.ab_d6_list li:nth-child(1),
.ab_d6_list li:nth-child(2){ margin-top:0;}
.ab_d6_list li .img{
  position: relative;
  padding: 30% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.ab_d6_list li .img .img1{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.ab_d6_list li .img .bt{ position:absolute; left:50%; top:50%; margin-left:-20px; margin-top:-20px; width:40px; height:40px;}
.ab_d6_list li .txt{ font-size:14px; color:#323232; line-height:30px; padding:5px 0; text-align:center;}

.ab_d6_c_swiper{ padding-bottom:40px;}
.ab_d6_c-pagination{ position:absolute; left:0; bottom:0px !important; width:100%; text-align:center; z-index:2;}
.ab_d6_c-pagination .swiper-pagination-bullet{ width:8px; height:8px; background:#d2d2d2; opacity:1; border-radius:50%; margin:0 4px !important; transition:all 0.3s;}
.ab_d6_c-pagination .swiper-pagination-bullet-active{ background:#0a5dc2;}


.ab_d7{ background: url(../images/ab_d7_bg.jpg) #fff no-repeat bottom center; background-size:100% auto;}
.ab_d7_l{}
.ab_d7_l_box{}
/*.ab_d7_l .img{
  position: relative;
  padding: 22.5% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.ab_d7_l .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}*/
.ab_d7_l .img img{ display:block; width:100%;}
.ab_d7_l .box_txt{ padding-top:15px; padding-bottom:15px; border-bottom:#efefef 1px solid;}
.ab_d7_l .box_txt .rq{ float:left; width:80px; height:80px; background:#085cc0;}
.ab_d7_l .box_txt .rq .rq_txt1{ font-size:40px; color:#ffffff; line-height:40px; padding-top:8px; text-align:center;}
.ab_d7_l .box_txt .rq .rq_txt2{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}
.ab_d7_l .box_txt .txt{ float:right; width:calc(100% - 100px);}
.ab_d7_l .box_txt .txt .txt1{ font-size:14px; color:#141414; line-height:25px; font-weight:bold; transition:all 0.3s;}
.ab_d7_l .box_txt .txt .txt2{ font-size:14px; color:#535252; line-height:25px; height:50px; overflow:hidden; margin-top:5px;}
.ab_d7_l_box:hover .box_txt .txt .txt1{ color:#085cc0;}


/*水产中心*/
.sczx_d1{ background: url(../images/sczx_d1_bg.jpg) no-repeat bottom center; background-size:cover;}
.sczx_d1_img{ display:block; width:100%;}
.sczx_d1_l{ padding-top:20px;}
.sczx_d1_l .title1{ font-size:20px; color:#d6d6d6; line-height:30px; text-transform:uppercase;}
.sczx_d1_l .title2{ font-size:24px; color:#0c0c0c; line-height:40px; font-weight:bold;}
.sczx_d1_l .txt{ font-size:14px; color:#0c0c0c; line-height:25px; padding-top:50px; margin-top:10px; padding-bottom:30px; position:relative;}
.sczx_d1_l .txt *{ line-height:25px;}
.sczx_d1_l .txt:before{content: "";width:72px; height: 40px; position: absolute; left: 0; top:0; background: url(../images/sczx_d1_ico1.png) no-repeat center; background-size:contain;}
.sczx_d1_l .txt:after{content: "";width:32px; height: 20px; position: absolute; right: 0; bottom:0; background: url(../images/sczx_d1_ico2.png) no-repeat center; background-size:contain;}

.sczx_d2_title1{ font-size:24px; color:#0c0c0c; font-weight:bold; line-height:40px; text-align:center;}
.sczx_d2_title2{ font-size:16px; color:#0c0c0c; line-height:30px; text-align:center;}

.sczx_d2_list li{ margin-top:20px; position:relative; padding-bottom:1.4rem}
.sczx_d2_list li .img{ display:block; width:100%;}
.sczx_d2_list li .box{ position:absolute; left:0; bottom:0; width:100%; padding-left:10px; padding-right:10px; padding-bottom:15px; box-sizing:border-box;}
.sczx_d2_list li .box .title1{ font-size:0.4rem; color:#ffffff; line-height:0.6rem; font-weight:bold; font-style:italic;}
.sczx_d2_list li .box .title2{ font-size:0.4rem; color:#ffffff; line-height:0.6rem; font-weight:bold; padding-bottom:10px; position:relative;}
.sczx_d2_list li .box .title2:after{content: "";width:80px; height: 2px; position: absolute; left: 0; bottom:0; background:#fff;}
.sczx_d2_list li .box .txt{ font-size:0.28rem; color:#ffffff; line-height:0.44rem; padding-top:10px;}
.sczx_d2_list li .box .txt *{ line-height:0.44rem;}
.sczx_d2_list li:nth-child(1){ background:#1977cc; margin:0;}
.sczx_d2_list li:nth-child(2){ background:#d69a70;}
.sczx_d2_list li:nth-child(3){ background:#60bc7f;}
.sczx_d2_list li:nth-child(4){ background:#e0be6a;}
.sczx_d2_list li:nth-child(5){ background:#4bcbb2;}
.sczx_d2_list li:nth-child(6){ background:#f5aa2f;}
.sczx_d2_list li:nth-child(7){ background:#67b030;}


.sczx_d3{ background: url(../images/sczx_d3_bg.jpg) no-repeat center; background-size:cover; }
.sczx_d3 .indexcontent{ height:18rem; position:relative;}
.sczx_d3_title1{ font-size:24px; color:#fff; font-weight:bold; line-height:40px; text-align:center;}
.sczx_d3_title2{ font-size:16px; color:#fff; line-height:30px; text-align:center;}
.sczx_d3_title2 *{ line-height:30px;}
.sczx_d3_txt{ font-size:14px; color:#fff; line-height:25px; text-align:center; margin-top:20px;}
.sczx_d3_txt{ line-height:25px;}
.sczx_d3_box{ position:absolute; left:0; bottom:40px; width:100%; background:rgba(2,55,173,0.54); box-sizing:border-box; padding:10px 0;}
.sczx_d3_list li{ float:left; width:50%; box-sizing:border-box; position:relative; padding:10px;}
.sczx_d3_list li .ico{ line-height:60px; text-align:center;}
.sczx_d3_list li .ico img{ height:40px; vertical-align:middle;}
.sczx_d3_list li .txt{ font-size:14px; color:#ffffff; line-height:25px; text-align:center;}
.sczx_d3_list li .txt *{ line-height:25px;}
.sczx_d3_list li:after{content: ""; width:1px; height: 100px; position: absolute; left: 0; top:50%; transform:translateY(-50%); background:#0544a6;}
.sczx_d3_list li:nth-child(2n+1):after{ display:none;}
.sczx_d3_list li:nth-child(1),
.sczx_d3_list li:nth-child(2){ margin-top:0;}
.sczx_d3_txt2{ font-size:16px; color:#ffffff; line-height:30px; text-align:center; margin-top:40px;}


/*配套服务*/
.ptfw_d1{ background:#f6f6f6;}
.ptfw_d1_title{ font-size:24px; color:#0c0c0c; font-weight:bold; line-height:40px; text-align:center;}
.ptfw_d1_txt{ font-size:16px; color:#3e3e3e; line-height:30px; text-align:center;}
.ptfw_d1_img{ display:block; width:100%;}
.ptfw_d1_list{}
.ptfw_d1_list li{ padding-left:30px; position:relative; margin-top:20px;}
.ptfw_d1_list li .title{ font-size:18px; color:#085cc0; line-height:30px; font-weight:bold;}
.ptfw_d1_list li .txt{ font-size:14px; color:#565656; line-height:25px;}
.ptfw_d1_list li .txt *{ line-height:25px;}
.ptfw_d1_list li:nth-child(0){ margin-top:0;}
.ptfw_d1_list li:after{content: ""; width:3px; height: 56px; position: absolute; left: 0; top:50%; background:#0544a6; margin-top:-29px;}


.ptfw_d2_list li{ border-top:#085cc0 10px solid; background:#f3f3f3; border-bottom-right-radius:40px; transition:all 0.3s; position:relative; top:0; margin-top:20px;}
.ptfw_d2_list li:nth-child(1){ margin-top:0;}
.ptfw_d2_list li img{ display:block; width:100%;}
.ptfw_d2_list li .box{ padding:20px 10px 20px 10px;}
.ptfw_d2_list li .box .title{ font-size:18px; color:#252525; line-height:30px; font-weight:bold;}
.ptfw_d2_list li .box .txt{ font-size:14px; color:#565656; line-height:25px;}
/*.ptfw_d2_list li:hover{ box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2); top:-10px;}*/

.ptfw_d3{ background: url(../images/ptfw_d3_bg.jpg) no-repeat center; background-size:cover;}
.ptfw_d3_box{ background:#fff;}
.ptfw_d3_list li{ float:left; width:50%; box-sizing:border-box; padding:0 10px; margin-top:10px;}
.ptfw_d3_list li:nth-child(1),
.ptfw_d3_list li:nth-child(2){ margin-top:0;}
.ptfw_d3_list li .ico{ line-height:60px; text-align:center;}
.ptfw_d3_list li .ico img{ height:40px; vertical-align:middle;}
.ptfw_d3_list li .title{ font-size:18px; color:#252525; line-height:30px; text-align:center;}
.ptfw_d3_list li .txt{ font-size:14px; color:#707070; line-height:25px; text-align:center; margin-top:5px; height:75px;}
.ptfw_d3_list li .txt *{ line-height:25px;}
.ptfw_d3_list li:hover .xz img{transform: rotateY(360deg)}

.ptfw_d4_list{ position:relative;}
.ptfw_d4_list li{ margin-top:20px;}
.ptfw_d4_list li:nth-child(1){ margin-top:0;}
.ptfw_d4_list li .img{ display:block; width:100%; border-radius:20px; overflow:hidden;}
.ptfw_d4_list li .img img{ display:block; width:100%;}
.ptfw_d4_list li .title{ font-size:18px; color:#252525; line-height:40px; position:relative; transition:all 0.3s; margin-top:5px; padding-bottom:5px;}
.ptfw_d4_list li .title:after{content: ""; width:50px; height: 3px; position: absolute; left: 0; bottom:0; background:#085cc0;}
.ptfw_d4_list li .txt{ font-size:14px; color:#242424; line-height:30px; margin-top:10px;}
.ptfw_d4_list li:hover img{transform: scale(1.05)}
.ptfw_d4_list li:hover .title{ color:#085cc0;}


/*加入迎海*/
.jryh_d1_l{ font-size:14px; color:#565656; line-height:25px;}
.jryh_d1_l *{ line-height:25px;}
.jryh_d1_img{ display:block; width:100%; object-fit: cover;}

.jryh_d2{ background: url(../images/jryh_d2_bg.jpg) no-repeat center; background-size:cover;}
.jryh_d2_l{ float:left; width:32%;}
.jryh_d2_title1{ font-size:44px; color:#fff; font-weight:bold; line-height:60px;}
.jryh_d2_title2{ font-size:20px; color:#fff; line-height:40px; margin-top:10px;}
.jryh_d2_title2 *{ line-height:40px;}
.jryh_d2_hr{ width:110px; height:5px; background:#085cc0; margin-top:30px;}
.jryh_d2_r{}
.jryh_d2_txt{ font-size:14px; color:#ffffff; line-height:25px;}
.jryh_d2_txt *{ line-height:25px;}

.jryh_d3{ background: url(../images/jryh_d3_bg.jpg) no-repeat center; background-size:cover;}
.jryh_d3_list li{ margin-top:20px;}
.jryh_d3_list li:nth-child(1){ margin-top:0;}
.jryh_d3_list li .ico{ line-height:60px; text-align:center;}
.jryh_d3_list li .ico img{ height:40px; vertical-align:middle;}
.jryh_d3_list li .title{ font-size:18px; color:#2f2e2f; line-height:30px; text-align:center; padding:5px 0 10px 0; position:relative;}
.jryh_d3_list li .title:after{content: ""; width:42px; height: 2px; position: absolute; left:50%; bottom:0; background:#085cc0; margin-left:-21px;}
.jryh_d3_list li .txt{ font-size:14px; color:#666; line-height:25px; text-align:center; margin-top:10px;}
.jryh_d3_list li .txt *{ line-height:25px;}

.jryh_d4_l{ height:8.41rem; position:relative;}
.jryh_d4_l img{ width:100%; height:8.41rem; object-fit: cover; position:relative;}
.jryh_d4_l .box{ position:absolute; left:0; bottom:0; background:rgba(8,92,192,0.82); width:100%; padding:10px; box-sizing:border-box;}
.jryh_d4_l .box .txt1{ font-size:18px; color:#fdfdfd; line-height:30px;}
.jryh_d4_l .box .txt2{ font-size:14px; color:#fdfdfd; line-height:25px; margin-top:10px;}
.jryh_d4_l .box .txt2 *{ line-height:25px;}
.jryh_d4_r{}
.jryh_d4_r1{ position:relative; margin-top:20px;}
.jryh_d4_r1 img{ width:100%; height:5.29rem; object-fit: cover; position:relative;}
.jryh_d4_r1 .box{ position:absolute; left:0; top:50%; width:90%; padding:10px; transform:translateY(-50%);}
.jryh_d4_r1 .box .txt1{ font-size:18px; color:#fdfdfd; line-height:30px;}
.jryh_d4_r1 .box .txt2{ font-size:14px; color:#fdfdfd; line-height:25px; margin-top:10px;}
.jryh_d4_r1 .box .txt2 *{ line-height:25px;}

.jryh_d4_r2{ position:relative; margin-top:20px;}
.jryh_d4_r2 img{ width:100%; height:5.29rem; object-fit: cover; position:relative;}
.jryh_d4_r2 .box{ position:absolute; left:0; top:50%; width:90%; padding:10px; transform:translateY(-50%);}
.jryh_d4_r2 .box .txt1{ font-size:18px; color:#3f3f3f; line-height:30px;}
.jryh_d4_r2 .box .txt2{ font-size:14px; color:#3f3f3f; line-height:25px; margin-top:10px;}
.jryh_d4_r2 .box .txt2 *{ line-height:25px;}

.zp_list{ border-bottom:#d4d4d4 1px solid;}
.zp_list li{ background:#fff; height:45px; overflow:hidden;}
.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:#085cc0; color:#fff;}
.zp_list li .zp_xx_list{ border-top:#d4d4d4 1px solid; box-sizing:border-box; border-bottom:0;}
.zp_list li.bt .zp_xx_list{ border:#085cc0 1px solid;}
.zp_list li .zp_xx_list .li{ float:left; width:22.5%; height:43px; line-height:43px; text-align:center; font-size:14px;}
.zp_list li .zp_xx_list .li.cz{ float:right; width:10%;}
.zp_list li .zp_xx_list .li .ico{ display:block; width:100%; height:43px;  cursor:pointer; position:relative;}
.zp_list li .zp_xx_list .li .ico:after{content: "";width:100%;height:43px; position: absolute; left:0; top:0; font-size:16px; color:#ec6200; background: url(../images/zp_ico1.png) no-repeat center; background-size:24px 24px;}

.zp_list li .zp_xx2{ padding:15px; background:#f9f9f9;}
/*.zp_list li .zp_xx2 .zp_xx2_box{ float:left; width:50%; padding:0 3%; padding-bottom:30px; box-sizing:border-box;}
.zp_xx2_box_bian{ border-right:#bfbfbf 1px solid; box-sizing:border-box;}
.zp_list li .zp_xx2 .zp_xx2_box .title{ font-size:20px; color:#585858; line-height:40px;}
.zp_list li .zp_xx2 .zp_xx2_box .box_txt{ font-size:18px; 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:18px; color:#fff; padding:0 20px; margin-left:3%;}
.zp_list li .zp_xx2 .zp_xx2_box3{ display:inline-block; height:44px; line-height:44px; font-size:18px; color:#494949; margin-left: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 .title{ font-size:18px; color:#494949; line-height:30px; margin-top:10px;}
.zp_list li .zp_xx2 .txt1{ font-size:14px; color:#636363; line-height:25px;}
.zp_list li .zp_xx2 .txt1 *{ line-height:25px;}
.zp_list li .zp_xx2 .txt2{ font-size:14px; color:#636363; line-height:25px; margin-top:10px;}
.zp_list li .zp_xx2 .txt2 *{ line-height:25px;}
.zp_list li .zp_xx2 .txt2 span{ font-size:16px; color:#0c0c0c; line-height:30px;}

.zp_list li.on{ height:auto;}
.zp_list li.on .zp_xx_list{}
.zp_list li.on .zp_xx_list .li .ico{}
.zp_list li.on .zp_xx_list .li .ico:after{content: ""; color:#ffb580; background: url(../images/zp_ico2.png) no-repeat center; background-size:24px 24px;}

.zp_d2_list{ padding:40px 30px; border:#c5c5c5 1px solid;}
.zp_d2_list li{ float:left; width:16.66%; box-sizing:border-box; line-height:47px; position:relative; font-size:20px; color:#3c3c3c; text-align:center;}
.zp_d2_list li .ico{ position:relative; top:-2px; margin-right:10px;}

.jryh_d6_list li{ width:100%; position:relative; box-sizing:border-box; padding-left:66px; margin-top:10px;}
.jryh_d6_list li:nth-child(1){ margin-top:0px;}
.jryh_d6_list li .ico{ position:absolute; left:0; top:10px; width:50px; height:40px; line-height:40px; border-right:#085cc0 1px solid;}
.jryh_d6_list li .title{ font-size:16px; color:#0c0c0c; line-height:30px; font-weight:bold;}
.jryh_d6_list li .txt{ font-size:14px; color:#6b6b6b; line-height:25px;}
.jryh_d6_list li .txt{ line-height:25px;}




/*新闻详情页*/
.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:#085cc0 1px solid; background:url(../images/news_i_more_ico2_on.png) #085cc0 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;}




/*园区招商*/
.join_d0{ background: url(../images/join_d0_bg.jpg) center no-repeat; background-size:cover;}
.join_d0_l{ position:relative;}
.join_d0_l .img{ display:block; width:100%; position:relative; z-index:2;}
.join_d0_l .ico{ position:absolute; left:-10px; top:-3%; z-index:1; width:40%;}
.join_d0_r{ width:100%; padding-top:40px;}
.join_d0_r_title{ padding-bottom:10px; position:relative;}
.join_d0_r_title:after{content: ""; position:absolute; left:0; bottom:0; width:80px; height:2px; background:#085cc0;}
.join_d0_r_title .title1{ font-size:24px; color:#0c0c0c; font-weight:bold; line-height:40px;}
.join_d0_r_title .title2{ font-size:16px; color:#3e3e3e; line-height:40px;}
.join_d0_r_txt{ margin-top:20px; font-size:14px; color:#616161; line-height:30px;}
.join_d0_r_txt *{ line-height:30px;}

.join_d0_list li{ float:left; width:50%; position:relative; padding-left:20px; box-sizing:border-box; margin-top:20px;}
.join_d0_list li:after{content: "";width:1px; height: 60px; position: absolute; left: 0; top:50%; transform:translateY(-50%); background:#d5d5d5;}
.join_d0_list li:nth-child(2n+1):after{ display:none;}
.join_d0_list li .box{ display:inline-block; position:relative;}
.join_d0_list li .box .title{ font-size:20px; color:#085cc0; font-weight:bold; line-height:40px; text-align:left;}
.join_d0_list li .box .txt{ font-size:14px; color:#595959; line-height:30px; text-align:left; position:relative;}
.join_d0_list li .box .hr{ width:20px; height: 1px; background:#9c9c9c; margin-top:5px; margin-bottom:5px;}


.join_d1{ background: url(../images/join_d1_bg.jpg) #f7f7f7 top center no-repeat; background-size:100% auto;}
.join_d1_c{ padding:10px; background:#fff;}
.join_d1_list{}
.join_d1_list li{}
.join_d1_list li .img{
  position: relative;
  padding: 32.4% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.join_d1_list li .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.join_d1_list li .ico{ display:block; width:68px; height:68px; line-height:68px; font-size:24px; color:#fff; text-align:center; background:#085cc0; border-radius:50%; margin:0 auto; margin-top:-34px; position:relative; z-index:1;}
.join_d1_list li .ico:after{content: ""; position:absolute; left:50%; top:52px; width:20px; height:2px; background:#fff; margin-left:-10px;}
.join_d1_list li .title{ font-size:18px; color:#0c0c0c; font-weight:bold; line-height:30px; margin-top:10px;}
.join_d1_list li .txt{ font-size:14px; color:#616161; line-height:25px;}
.join_d1_list li .txt *{ line-height:25px;}


.join_d2{ background: url(../images/join_d2_bg.jpg) no-repeat bottom center; padding-bottom:3.2rem; background-size:100% auto;}
.join_d2_txt1{ font-size:14px; color:#565656; line-height:25px;}
.join_d2_txt1 *{ line-height:25px;}
.join_d2_box{ /*background: url(../images/join_d2_box_bg.png) no-repeat center; width:100%; height:506px;*/ box-sizing:border-box; position:relative; margin-top:20px;}
.join_d2_box .txt{ position:absolute; left:0.9rem; top:0; font-size:0.28rem; color:#ffffff; line-height:0.6rem;}
.join_d2_box .txt1{ top:0.17rem;}
.join_d2_box .txt2{ top:1.38rem;}
.join_d2_box .txt3{ top:2.58rem;}
.join_d2_box .txt4{ top:3.78rem;}
.join_d2_box .txt5{ top:4.98rem;}
.join_d2_box .txt6{ top:6.18rem;}


.join_d3{ background: url(../images/join_d3_bg.jpg) no-repeat center; background-size:cover;}
.join_d3_list li{ float:left; width:48%; height:190px; border:#fff 5px solid; border-top-left-radius:15px; border-bottom-right-radius:15px; margin-left:4%; box-sizing:border-box; margin-top:20px;}
.join_d3_list li:nth-child(2n+1){ margin-left:0;}
.join_d3_list li:nth-child(1),
.join_d3_list li:nth-child(2){ margin-top:0;}
.join_d3_list li .ico{ padding-top:10px; line-height:60px; padding-bottom:10px; text-align:center; position:relative;}
.join_d3_list li .ico img{ height:40px; vertical-align:middle;}
.join_d3_list li .ico:after{content: ""; position:absolute; left:50%; bottom:0px; width:32px; height:2px; background:#fff; margin-left:-16px;}
.join_d3_list li .txt{ font-size:14px; color:#ffffff; line-height:25px; text-align:center; margin-top:10px; height:75px; padding:0 10px;}
.join_d3_list li .txt *{ line-height:25px;}
.join_d3_b_txt{ font-size:16px; color:#ffffff; line-height:30px; text-align:center; margin-top:20px;}

.join_d4{ background:#f0f2f3; background-size:cover;}
.join_d4_box{ position:relative; width:100%;}
.join_d4_box .box1{ position:relative;}
.join_d4_box .box1 .img{ display:block; width:100%; height:5.04rem; object-fit: cover;}
.join_d4_box .box2{ position:relative; margin-top:10px;}
.join_d4_box .box2 .img{ display:block; width:100%; height:2.15rem; object-fit: cover;}
.join_d4_box .box3{ float:left; width:49%; height:2.78rem; position:relative; margin-top:10px;}
.join_d4_box .box3 .img{ display:block; width:100%; height:2.78rem; object-fit: cover;}
.join_d4_box .box4{ float:right; width:49%; height:2.78rem; position:relative; margin-top:10px;}
.join_d4_box .box4 .img{ display:block; width:100%; height:2.78rem; object-fit: cover;}

.join_d4_box .box1 .txt{ position:absolute; left:0; bottom:0; width:80%; background:#266fc7; box-sizing:border-box; padding:10px;}
.join_d4_box .box1 .txt .txt1{ font-size:14px; color:#ffffff; line-height:25px;}
.join_d4_box .box1 .txt .txt1 *{ line-height:25px;}
.join_d4_box .box1 .txt .ico{ margin-top:10px;}
.join_d4_box .box2 .txt{ position:absolute; left:0; top:0; width:100%; box-sizing:border-box; padding:10px;}
.join_d4_box .box2 .txt .txt1{ font-size:14px; color:#464646; line-height:25px;}
.join_d4_box .box2 .txt .txt1 *{ line-height:25px;}
.join_d4_box .box2 .txt .ico{ margin-top:10px;}
.join_d4_box .box3 .txt{ position:absolute; left:0; top:0; width:100%; box-sizing:border-box; padding:10px;}
.join_d4_box .box3 .txt .txt1{ font-size:14px; color:#464646; line-height:25px;}
.join_d4_box .box3 .txt .ico{ margin-top:10px;}
.join_d4_box .box4 .txt{ position:absolute; left:0; top:0; width:100%; box-sizing:border-box; padding:10px;}
.join_d4_box .box4 .txt .txt1{ font-size:14px; color:#464646; line-height:25px;}
.join_d4_box .box4 .txt .ico{ margin-top:10px;}
.join_d4_box .box{}
.join_d4_box .box:hover{ margin-top:-10px; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}


.join_d5{ background: url(../images/join_d5_bg.jpg) no-repeat center; background-size:cover;}
.join_d5 .indexcontent{ position:relative;}
.join_d5_list{ position:relative;}
.join_d5_list:after{content: ""; position:absolute; left:39px; top:20px; bottom:30px; width:2px; background:#124786;}
.join_d5_list li{ padding-left:80px; margin-top:20px; position:relative;}
.join_d5_list li .title{ font-size:18px; color:#ffffff; line-height:30px;}
.join_d5_list li .txt{ font-size:14px; color:#ffffff; line-height:20px; margin-top:0px; height:40px;}
.join_d5_list li .txt *{ line-height:20px;}
.join_d5_list li:nth-child(1):after{content: ""; position:absolute; left:10px; top:0px; width:60px; height:60px; background: url(../images/join_d5_ico1.png) no-repeat center; background-size:100% 100%; z-index:2;}
.join_d5_list li:nth-child(2):after{content: ""; position:absolute; left:10px; top:0px; width:60px; height:60px; background: url(../images/join_d5_ico2.png) no-repeat center; background-size:100% 100%; z-index:2;}
.join_d5_list li:nth-child(3):after{content: ""; position:absolute; left:10px; top:0px; width:60px; height:60px; background: url(../images/join_d5_ico3.png) no-repeat center; background-size:100% 100%; z-index:2;}
.join_d5_list li:nth-child(4):after{content: ""; position:absolute; left:10px; top:0px; width:60px; height:60px; background: url(../images/join_d5_ico4.png) no-repeat center; background-size:100% 100%; z-index:2;}
.join_d5_list li:nth-child(5):after{content: ""; position:absolute; left:10px; top:0px; width:60px; height:60px; background: url(../images/join_d5_ico5.png) no-repeat center; background-size:100% 100%; z-index:2;}
.join_d5_list li:nth-child(6):after{content: ""; position:absolute; left:10px; top:0px; width:60px; height:60px; background: url(../images/join_d5_ico6.png) no-repeat center; background-size:100% 100%; z-index:2;}
.join_d5_list li:before{content: ""; position:absolute; left:32px; top:-23px; width:16px; height:12px; background: url(../images/join_d5_ico.png) no-repeat center; background-size:100% auto; z-index:2;}
.join_d5_list li:nth-child(1):before{ display:none;}


.join_d5 .indexcontent1400{ position:relative; height:831px;}
.join_d5_b_txt{ position:absolute; left:50%; bottom:50px; transform:translateX(-50%); font-size:18px; color:#ffffff; line-height:30px; border:#546786 1px solid; padding:10px 30px; border-radius:25px; width:625px; text-align:center;}

.join_d6{ background:#f7f7f7;}
.join_d6_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.join_d6_list li .box{ height:220px; box-sizing:border-box; border:#c3c3c3 5px solid; border-bottom-left-radius:1.7rem; border-bottom-right-radius:1.7rem; padding:20px 10px 0 10px;}
.join_d6_list li:nth-child(2n+1){ margin-left:0;}
.join_d6_list li:nth-child(1),
.join_d6_list li:nth-child(2){ margin-top:0;}
.join_d6_list li .title{ font-size:18px; color:#085cc0; font-weight:bold; line-height:40px; text-align:center; position:relative; transition:all 0.3s;}
.join_d6_list li .title:after{content: ""; position:absolute; left:50%; bottom:0px; width:40px; height:2px; background:#085cc0; margin-left:-20px; transition:all 0.3s;}
.join_d6_list li .txt{ font-size:14px; color:#565656; line-height:20px; text-align:center; position:relative; margin-top:10px; transition:all 0.3s;}
.join_d6_list li .txt *{ line-height:20px;}

.join_d7_hr{ width:60px; height:4px; background:#085cc0; margin:20px auto;}
.join_d7_title{ font-size:30px; color:#085cc0; line-height:60px; text-align:center; font-weight:bold;}
.join_d7_img{ display:block; width:100%;}
.join_d7_list{}
.join_d7_list li{ height:1rem; line-height:1rem;  background: url(../images/join_d7_li_bg.png) no-repeat left center; background-size:100% 100%; box-sizing:border-box; font-size:0.2rem; color:#ffffff; padding-left:0.6rem; margin-top:10px;}
.join_d7_list li *{ line-height:1rem;}
.join_d7_list li:nth-child(1){ margin-top:0;}

.join_d8{ background: url(../images/join_d8_bg.jpg) no-repeat top center; background-size:cover;}
.join_d8_box{ background:#fff; padding:0 10px;}
.join_d8_l{}
.join_d8_l_title1{ font-size:20px; color:#363636; line-height:30px; font-weight:bold; text-align:center;}
.join_d8_l_txt1{ font-size:18px; color:#000000; line-height:30px; margin-top:10px; text-align:center;}
.join_d8_l_txt2{ font-size:24px; color:#085cc0; line-height:40px; font-weight:bold; text-align:center;}
.join_d8_l_hr{ background:#d3d3d3; width:180px; height:1px; margin:5px auto; margin-bottom:20px;}
.join_d8_l_txt3{ font-size:16px; color:#000000; line-height:25px; text-align:center; padding-top:40px; background: url(../images/join_d8_l_ico.png) no-repeat top center; background-size:auto 30px;}
.join_d8_r{}
.jm_inp{ display:block; width:100%; height:42px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px; border:#d3d3d3 1px solid;}
.jm_inp1{ width:49%;}
.jm_textarea{ display:block; width:100%; height:90px; padding:5px 10px; line-height:30px; font-size:14px; font-family:"微软雅黑"; outline:none; border:0; box-sizing:border-box; border:#d3d3d3 1px solid;}
.jm_bt{ display:block; width:190px; height:42px; background:#085cc0; margin:0 auto; border:0; font-size:16px; color:#ffffff; line-height:42px; text-align:center; cursor:pointer;}


.join_d9{ background:#f7f7f7;}
.join_d9_l{}
.join_d9_l .img{ display:block; width:100%; object-fit: cover;}
.join_d9_r{ box-sizing:border-box;}
.join_d9_r_list li{ margin-top:10px;}
.join_d9_r_list li:nth-child(1){ margin-top:0;}
.join_d9_r_list li .title{ font-size:16px; color:#085cc0; font-weight:bold; line-height:30px;}
.join_d9_r_list li .txt{ font-size:14px; color:#565656; line-height:25px;}
.join_d9_r_list li .txt *{ line-height:25px;}

.join_d10_box{ background: url(../images/join_d10_bg.jpg) no-repeat center; background-size:cover; padding:10px;}
.join_d10_list{}
.join_d10_list li{ background: url(../images/join_d10_hr.png) no-repeat left top; background-size:100% auto; padding-top:10px; padding-bottom:10px; padding-left:70px; position:relative;}
.join_d10_list li:nth-child(1){ background:none;}
.join_d10_list li .ico{ position:absolute; left:0; bottom:50%; width:60px; height:60px; text-align:center; line-height:60px; transform:translateY(50%);}
.join_d10_list li .ico img{ vertical-align:middle; max-width:40px; max-height:40px;}
.join_d10_list li .title{ font-size:16px; color:#ffffff; font-weight:bold; line-height:30px;}
.join_d10_list li .txt{ font-size:14px; color:#ffffff; line-height:25px;}
.join_d10_list li .txt *{ line-height:25px;}

.join_d11_list li{ background:#f7f7f7; margin-top:20px;}
.join_d11_list li:nth-child(3n+1){ margin-top:0;}
.join_d11_list li .img{
  position: relative;
  padding: 30% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.join_d11_list li .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.join_d11_list li .box{ padding:10px 15px;}
.join_d11_list li .box .title{ font-size:16px; color:#252525; line-height:30px; font-weight:bold;}
.join_d11_list li .box .txt{ font-size:14px; color:#565656; line-height:25px;}
