*{word-break: break-all;}
.width1200{ min-width:1200px;}
.indexcontent1600{ min-width:1200px; padding:0 50px; max-width:1700px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent1400{ min-width:1200px; padding:0 50px; max-width:1600px; box-sizing:border-box; margin:0 auto; position:relative; overflow:hidden;}
.indexcontent{ margin:0 auto; width:1200px;}
.indexcontent2{ margin:0 auto; max-width:1400px; min-width:1200px;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
a.bs:hover{ text-decoration:underline;}
.block{ display:block;}
.fl {
  float: left;
}

.fr {
  float: right;
}
.enlarge8{
  -moz-transition:all 0.8s; /* Firefox 4 */
  -webkit-transition:all 0.8s; /* Safari and Chrome */
  -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s;
  cursor: pointer;
}

.enlarge4{
  -moz-transition:all 0.4s; /* Firefox 4 */
  -webkit-transition:all 0.4s; /* Safari and Chrome */
  -o-transition:all 0.4s; /* Opera */
  transition:all 0.4s;
  cursor: pointer;
}
.ellipsis{
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clearfix::after {
  content: "";
  clear: both;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 1px;
  width: 1px;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

.content{ font-size:16px; color:#666666; line-height:30px;}
.content *{ line-height:30px;}
.content img{ max-width:100%;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; border:#cccccc 1px solid; display: inline-block; width: 40px; line-height: 40px; line-height: 40px; margin-right: 8px; font-size: 16px; color: #999999;}
.pages a.active { background: #085cc0; border:#085cc0 1px solid; color: #fff }
.pages a:hover {  background: #085cc0; border:#085cc0 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 86px; line-height: 40px; line-height: 40px;}



/*悬浮*/
.fixed-box{
  position: fixed;
  right: 10px;
  top: 50%; margin-top:-177px;
  z-index: 9;
}
.fixed-box a{
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 1px;
  background:#019d3c;
}
.fixed-box .ico{ padding-top:5px; height:35px; text-align:center; line-height:35px;}
.fixed-box .ico img{ vertical-align:middle;}
.fixed-box .ico_txt{ font-size:12px; color:#fefefe; line-height:24px; text-align:center;}
.fixed-box a.goTop{
  background:#019d3c url(../images/xf_goto.png) no-repeat center;
}
.fixed-box .phone-box{
  
  position: relative;
}
.fixed-box .phone-box .phone{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  height: 70px;
  background-color: #666;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 70px;
  top: 0px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  opacity: 0;
}
.fixed-box .phone-box .phone span{
  font-weight: 800;
}

.fixed-box .phone-box:hover .phone{
  opacity: 1;
}
.fixed-box .ecode{
  position: relative;
}
.fixed-box .ecode .img{
  position: absolute;
  left: -155px;
  top: -45px;
  width: 150px;
  display: none;
}
.fixed-box .ecode .img img{
  width: 100%;
  object-fit: cover;
}
.fixed-box .ecode:hover .img{
  display: block;
}
/*首页*/
body{ background:#fff;}




/*首页*/
.h300{ height:300px;}
.h250{ height:250px;}
.h200{ height:200px;}
.h150{ height:150px;}
.h140{ height:140px;}
.h130{ height:130px;}
.h120{ height:120px;}
.h110{ height:110px;}
.h100{ height:100px;}
.h90{ height:90px;}
.h80{ height:80px;}
.h70{ height:70px;}
.h60{ height:60px;}
.h50{ height:50px;}
.h40{ height:40px;}
.h30{ height:30px;}
.h20{ height:20px;}
.h12{ height:12px;}
.h10{ height:10px;}

.banner-container .img{ display:block; width:100%; object-fit: cover;}
.banner-pagination{ position:absolute; left:0; bottom:30px !important; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#fff; opacity:1; margin:0 5px !important; transition:all 0.3s;}
.banner-pagination .swiper-pagination-bullet-active{ background:#085cc0;}
.banner-prev{ position:absolute; left:80px; top:50%; margin-top:-50px; width:42px; height:100px; background:rgba(0,0,0,0.16); line-height:100px; text-align:center; z-index:2; cursor:pointer;}
.banner-next{ position:absolute; right:80px; top:50%; margin-top:-50px; width:42px; height:100px; background:rgba(0,0,0,0.16); line-height:100px; text-align:center; z-index:2; cursor:pointer;}

.banner_txt{ position:absolute; left:50%; top:50%; margin-left:-500px; margin-top:-110px; opacity:0; background:rgba(0,0,0,0.3); padding:30px 0; width:1000px; transition:all 1.0s;}
.banner_txt .txt1{ font-size:74px; color:#ffffff; font-weight:bold; line-height:80px; text-align:center;}
.banner_txt .txt2{ font-size:34px; color:#ffffff; font-weight:bold; line-height:80px; text-align:center;}
/*.ani-slide .banner_txt{
	transform:translate(-50%,-50%);
	opacity:1;
}*/


.top1{ position:absolute; left:0; top:0; width:100%; height:92px; border-bottom:#507ebf 1px solid; z-index:2;}
.top1 .indexcontent1400{ overflow:visible;}
.top1 .top_logo{ position:absolute; left:50px; top:10px;}


.top1_r_box_search{ position:absolute; right:50px; top:28px; width:162px; height:30px; border:#507db5 1px solid; border-radius:16px;}
.top1_r_box_search .txt{ float:left; width:130px; border:0; background-color:transparent; height:30px; box-sizing:border-box; line-height:30px; padding:0 15px; outline:none; color:#fff;}
.top1_r_box_search .btn{ float:right; width:30px; height:30px; text-align:center; border:0; background: url(../images/top_search_bt.png) no-repeat center; cursor:pointer;}


.i_d1{ background: url(../images/i_d1_bg.jpg) no-repeat center; background-size:cover; height:900px;}
.i_d1_title_box{ position:relative;}
.i_d1_title1{ font-size:44px; color:#0c0c0c; line-height:60px; font-weight:bold;}
.i_d1_title2{ font-size:60px; color:#f3f3f3; line-height:60px; font-weight:bold; position:relative; text-transform:uppercase; position:relative;}
.i_d1_title2:after{content: "";width:60px; height: 4px; position: absolute; left: 0; top:50%; margin-top:2px; background:#085cc0;}
.i_d1_title3{ font-size:24px; color:#085cc0; line-height:40px; font-weight:bold;}
a.i_d1_title1_more{ display:block; position:absolute; right:0; top:50%; width:180px; height:50px; border:#8d9398 1px solid; text-align:center; line-height:50px; font-size:16px; color:#3b3b3b; transition:all 0.3s;}
a.i_d1_title1_more .ico1{ position:relative; top:-2px; margin-left:20px;}
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:16px; color:#3d3d3d; line-height:30px; width:650px;}
a.i_d1_more{ display:block; width:140px; height:40px; background:#085cc0; border:#085cc0 1px solid; font-size:14px; color:#ffffff; line-height:40px; 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; height:347px;}
.i_d2_list li{ float:left; width:25%; position:relative; text-align:center;}
.i_d2_list li:after{content: "";width:1px; height: 102px; position: absolute; left: 0; top:50%; transform:translateY(-50%); background:#3175cd;}
.i_d9_list li:nth-child(4n+1):after{ display:none;}
.i_d2_list li .box{ display:inline-block; padding-left:90px; position:relative;}
.i_d2_list li .box .ico{ position:absolute; left:0; top:50%; transform:translateY(-50%);}
.i_d2_list li .box .title{ font-size:60px; color:#ffffff; font-weight:bold; line-height:70px; text-align:left;}
.i_d2_list li .box .txt{ font-size:14px; color:#ffffff; line-height:40px; text-align:left; position:relative;}
.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_box{ background:#fff; padding:60px 30px 70px 30px; position:relative;}
.i_d3_box .i_d3_l{ float:left; width:14%;}
.i_d3_r_list{ float:right; width:86%;}
.i_d3_r_list li{ float:left; width:31.33%; margin-left:2%;}
.i_d3_r_list li .img_box{ padding:15px;  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{ padding:0 50px; position:relative; margin-top:10px;}
.i_d3_r_list li .txt .txt1{ font-size:20px; color:#085cc0; line-height:30px; text-align:center;}
.i_d3_r_list li .txt .txt1 .ico1{ display:inline-block; width:14px; height:2px; background:#085cc0; position:relative; top:-6px; margin:0 10px;}
.i_d3_r_list li .txt .txt2{ font-size:16px; color:#363636; line-height:30px; text-align:center;}
.i_d3_r_list li .txt:before{content: "";width:23px; height: 47px; position: absolute; left: 20px; top:50%; transform:translateY(-50%); background: url(../images/i_d3_r_ico1.png) no-repeat center;}
.i_d3_r_list li .txt:after{content: "";width:23px; height: 47px; position: absolute; right: 20px; top:50%; transform:translateY(-50%); background: url(../images/i_d3_r_ico2.png) no-repeat center;}

.i_d4_list li{ float:left; width:33.33%;}
.i_d4_list li .box{ padding: 63% 0; position:relative; overflow:hidden;}
.i_d4_list li .box1{ position:absolute; left:0; top:0; width:100%; transition:all 0.6s;}
.i_d4_list li .box1 .img{
  position: relative;
  padding: 63% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d4_list li .box1 .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.i_d4_list li .box1 .txt{ position:absolute; left:12%; right:12%; bottom:12%;}
.i_d4_list li .box1 .txt .txt1{ font-size:40px; color:#ffffff; line-height:60px;}
.i_d4_list li .box1 .txt .txt2{ line-height:150px;}
.i_d4_list li .box1 .txt .txt3{ font-size:40px; color:#ffffff; line-height:60px; font-weight:bold;}

.i_d4_list li .box2{ position:absolute; left:0; top:100%; width:100%; transition:all 0.6s;}
.i_d4_list li .box2 .img{
  position: relative;
  padding: 63% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d4_list li .box2 .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.i_d4_list li .box2 .txt{ position:absolute; left:12%; right:12%; bottom:12%;}
.i_d4_list li .box2 .txt .txt1{ font-size:40px; color:#ffffff; line-height:60px;}
.i_d4_list li .box2 .txt .txt2{ line-height:150px;}
.i_d4_list li .box2 .txt .txt3{ font-size:40px; color:#ffffff; line-height:60px; font-weight:bold;}
.i_d4_list li .box2 .txt .txt4{ font-size:16px; color:#ffffff; line-height:30px; margin-top:20px; margin-bottom:30px;}
.i_d4_list li .box2 .txt a.more{ display:block; width:158px; height:47px; background:#fff; line-height:47px; text-align:center; font-size:16px; color:#054da3;}
.i_d4_list li .box2 .txt a.more .ico{ position:relative; top:-1px; margin-left:20px;}
.i_d4_list li:hover .box1{ top:-100%;}
.i_d4_list li:hover .box2{ top:0;}

.i_d5{ background: url(../images/i_d5_bg.jpg) no-repeat center; background-size:cover;}
.i_d5_l{ float:left; width:41%;}
.i_d5_l .img{
  position: relative;
  padding: 34.5% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d5_l .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*object-fit: cover;*/
  transition: all 0.8s;
  opacity:1;
}
.i_d5_l .box_txt{ padding-top:40px; padding-bottom:40px; border-bottom:#b7d4fb 1px solid;}
.i_d5_l .box_txt .rq{ float:left; width:80px; height:80px; background:#085cc0;}
.i_d5_l .box_txt .rq .rq_txt1{ font-size:40px; color:#ffffff; line-height:40px; padding-top:8px; text-align:center;}
.i_d5_l .box_txt .rq .rq_txt2{ font-size:14px; color:#ffffff; line-height:30px; text-align:center;}
.i_d5_l .box_txt .txt{ float:right; width:calc(100% - 100px);}
.i_d5_l .box_txt .txt .txt1{ font-size:18px; color:#141414; line-height:30px; transition:all 0.3s;}
.i_d5_l .box_txt .txt .txt2{ font-size:14px; color:#535252; line-height:25px; height:50px; overflow:hidden; margin-top:10px;}
.i_d5_l:hover .box_txt .txt .txt1{ color:#085cc0;}
.i_d5_l:hover .fd img{transform: scale(1.05)}

.i_d5_r{ float:right; width:56%;}
.i_d5_r_list li{ float:left; width:48%; margin-left:4%;}
.i_d5_r_list li:nth-child(2n+1){ margin-left:0;}
.i_d5_r_list li .img{
  position: relative;
  padding: 34.5% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d5_r_list li .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.i_d5_r_list li .txt{ padding-top:20px;}
.i_d5_r_list li .txt .txt1{ font-size:18px; color:#141414; line-height:30px; transition:all 0.3s;}
.i_d5_r_list li .txt .txt2{ font-size:14px; color:#535252; line-height:25px; height:50px; overflow:hidden; margin-top:10px;}
.i_d5_r_list li:hover .txt .txt1{ color:#085cc0;}
.i_d5_r_list li:hover .fd img{transform: scale(1.05)}
.i_d5_r_list2{ margin-top:24px;}
.i_d5_r_list2 li{ padding-right:100px; height:60px; line-height:60px; position:relative; border-bottom:#bed6fc 1px solid; font-size:16px; color:#535252;}
.i_d5_r_list2 li .rq{ position:absolute; right:0; top:0; font-size:16px; color:#898989; line-height:60px;}
.i_d5_r_list2 li a{ color:#535252;}


.footer{ background: url(../images/footer_bg.png) no-repeat center; background-size:cover; height:475px; margin-top:-100px; position:relative;}
.footer_l{ float:left; width:340px;}
.lx_list{ margin-top:40px;}
.lx_list li{ line-height:50px; font-size:16px; color:#ffffff;}
.lx_list li.dh{ font-size:20px; color:#ffffff; font-weight:bold;}
.lx_list li .ico{ position:relative; top:-2px; margin-right:5px;}
.footer_r{ float:right; width:53%; padding-top:10px;}
.footer1_list{}
.footer1_list li{ float:left; width:20%;}
.footer1_list li .title{ font-size:18px; color:#ffffff; line-height:40px; margin-bottom:10px;}
.footer1_list li .title a{ color:#ffffff;}
.footer1_list li .txt{ font-size:14px; color:#c3cce0; line-height:25px; margin-bottom:5px;}
.footer1_list li .txt a{ color:#c3cce0;}

.footer_c{ float:left; width:calc(47% - 340px); padding-top:50px;}
.ewm_img{ text-align:center;}
.ewm_img img{ height:132px;}
.ewm_txt{ font-size:14px; color:#ffffff; text-align:center; line-height:30px; margin-top:10px;}

.footer2{ position:absolute; left:0; bottom:0; width:100%; border-top:#6b9be9 1px solid;}
.footer2_txt{ padding:10px 0; line-height:30px; font-size:14px; color:#c3cce0; text-align:center;}
.footer2_txt a{ color:#c3cce0;}

/*关于我们*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; height:720px; object-fit: cover;}
.ab_d1{ background: url(../images/ab_d1_bg.jpg) no-repeat center; background-size:cover; height:988px;}
.ab_d1_title1{ position:relative; line-height:110px; font-size:100px; color:#1162c2; 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:#f3f3f3; border-radius:50%;}
.ab_d1_title1:after{content: "";width:110px; height: 2px; position: absolute; left: 20px; top:50%; transform:translateY(-50%); background:#79a6dc;}
.ab_d1_img{ float:left; width:42.8%;}
.ab_d1_r{ float:right; width:48%;}
.ab_d1_r .title1{ font-size:44px; color:#0c0c0c; font-weight:bold; line-height:70px;}
.ab_d1_r .title2{ font-size:56px; color:#085cc0; font-weight:bold; line-height:70px; text-transform:uppercase; position:relative;}
.ab_d1_r .title2 .title2_txt{ position:absolute; left:320px; top:50%; transform:translateY(-50%); font-size:16px; color:#575757; line-height:25px;}
.ab_d1_r .txt{ margin-top:50px; font-size:16px; color:#565656; line-height:30px;}
.ab_d1_r .txt *{ line-height:30px;}

.ab_d2{ background: url(../images/ab_d2_bg.jpg) no-repeat top center; background-size:cover; height:1511px;}
.ab_d2_l{ float:left; width:54%;}
.ab_d2_l_title1{ font-size:44px; color:#0c0c0c; font-weight:bold; line-height:70px;}
.ab_d2_l_title2{ font-size:30px; color:#085cc0; font-weight:bold; line-height:60px;}
.ab_d2_l_txt{ margin-top:40px; font-size:16px; color:#565656; line-height:30px;}
.ab_d2_r{ float:right; width:270px;padding-top:20px;}
.ab_d2_r_list li{ padding-top:20px;}
.ab_d2_r_list li .txt1{ position:relative; font-size:60px; color:#085cc0; font-weight:bold; line-height:90px;}
.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:18px; color:#595959; line-height:45px;}
.ab_d2_r_list li .txt2 *{ line-height:45px;}

.i_d3-container{ padding-bottom:40px;}
.i_d3-container .img{ display:block; width:100%; height:696px; object-fit: cover;}
.i_d3-pagination{ position:absolute; left:0; bottom:0px !important; width:100%; text-align:center; z-index:2;}
.i_d3-pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#acacac; opacity:1; margin:0 5px !important; transition:all 0.3s;}
.i_d3-pagination .swiper-pagination-bullet-active{ background:#085cc0;}

.ab_d4{ background: url(../images/ab_d4_bg.jpg) no-repeat top center; background-size:cover; height:1029px;}
.ab_d4_title{ font-size:44px; color:#ffffff; font-weight:bold; line-height:70px; text-align:center;}
.ab_d4_txt{ font-size:20px; 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:55px; background:url(../images/ab_d4_l.png) center no-repeat; width:57px; height:57px; background:url(../images/ab_d4_l.png) center no-repeat; 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:55px; width:57px; height:57px; background:url(../images/ab_d4_r.png) center no-repeat; 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{ float:right; width:47%; height:402px; object-fit: cover; border-radius:10px;}
.dsj_txt{ float:left; width:46%; box-sizing:border-box;}
.dsj_txt .txt1{ font-size:60px; color:#ffffff; font-weight:bold; line-height:70px;}
.dsj_txt .txt2{ font-size:30px; color:#ffffff; font-weight:bold; line-height:60px;}
.dsj_txt .txt3{ font-size:16px; color:#ffffff; line-height:35px; padding-top:40px;}
.dsj_txt .txt3 *{ line-height:35px;}

.dsj2_txt{ cursor:pointer;}
.dsj2_txt .txt{ text-align:center; height:70px; line-height:70px; font-size:22px; 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 57px;}
.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; height:730px;}

.ab_d5_c_list li{ background:#fff; padding:10px; 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:10px; padding:10px 0;}
.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:16px; color:#363636; line-height:30px; text-align:center; font-weight:bold;}

.ab_d5_c_prev{ position:absolute; right:100px; top:30px; width:48px; height:48px; border:#085cc0 1px solid; background: url(../images/ab_d5_l.png) no-repeat center; border-radius:50%; cursor:pointer; outline:none;}
.ab_d5_c_prev:hover{ background: url(../images/ab_d5_l_on.png) #085cc0 no-repeat center;}
.ab_d5_c_next{ position:absolute; right:0; top:30px; width:48px; height:48px; border:#085cc0 1px solid; background: url(../images/ab_d5_r.png) no-repeat center; border-radius:50%; cursor:pointer; outline:none;}
.ab_d5_c_next:hover{ background: url(../images/ab_d5_r_on.png) #085cc0 no-repeat center;}

.ab_d6_list li{ float:left; width:32%; margin-left:2%; margin-top:30px; background:#fff; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}
.ab_d6_list li:nth-child(3n+1){ margin-left:0;}
.ab_d6_list li:nth-child(1),
.ab_d6_list li:nth-child(2),
.ab_d6_list li:nth-child(3){ 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:-31px; margin-top:-31px;}
.ab_d6_list li .txt{ font-size:20px; color:#323232; line-height:30px; padding:15px 0; text-align:center;}

.ab_d7{ background: url(../images/ab_d7_bg.jpg) no-repeat bottom center; background-size:100% auto;}

.ab_d7_l{ float:left; width:49%;}
.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{ width:100%; height:329px;}
.ab_d7_l .box_txt{ padding-top:30px; padding-bottom:30px; border-bottom:#b7d4fb 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:18px; color:#141414; line-height:30px; 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:10px;}
.ab_d7_l_box:hover .box_txt .txt .txt1{ color:#085cc0;}

.ab_d7_r{ float:right; width:49%;}
.ab_d7_r_list li{ margin-top:32px; background:#fff; height:126px; box-shadow: 0px 5px 5px 0px rgba(10, 2, 5, 0.1); box-sizing:border-box; padding:33px 40px 33px 90px; position:relative;}
.ab_d7_r_list li .title{ font-size:18px; color:#464646; line-height:30px;}
.ab_d7_r_list li .txt3{ font-size:16px; color:#999; line-height:30px;}
.ab_d7_r_list li .rq{ position:absolute; left:0; top:33px; width:80px;}
.ab_d7_r_list li .rq .txt1{ font-size:40px; color:#cecece; line-height:40px; text-align:center;}
.ab_d7_r_list li .rq .txt2{ font-size:14px; color:#cecece; line-height:20px; text-align:center;}
.ab_d7_r_list li:hover{ background:#085cc0;}
.ab_d7_r_list li:hover .rq .txt1{ color:#fff;}
.ab_d7_r_list li:hover .rq .txt2{ color:#fff;}
.ab_d7_r_list li:hover .title{ color:#fff;}
.ab_d7_r_list li:hover .txt3{ color:#fff;}

/*水产中心*/
.sczx_d1-pagination{ position:absolute; left:0; bottom:30px !important; width:100%; text-align:center; z-index:2;}
.sczx_d1-pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#6d6d6d; opacity:1; margin:0 5px !important; transition:all 0.3s;}
.sczx_d1-pagination .swiper-pagination-bullet-active{ background:#085cc0;}


.sczx_d1{ background: url(../images/sczx_d1_bg.jpg) no-repeat bottom center; height:950px; background-size:cover;}
.sczx_d1_img{ float:right; width:57%;}
.sczx_d1_l{ float:left; width:32%;}
.sczx_d1_l .title1{ font-size:38px; color:#d6d6d6; line-height:60px; text-transform:uppercase;}
.sczx_d1_l .title2{ font-size:44px; color:#0c0c0c; line-height:60px; font-weight:bold;}
.sczx_d1_l .txt{ font-size:16px; color:#0c0c0c; line-height:30px; padding-top:90px; margin-top:15px; padding-bottom:40px; position:relative;}
.sczx_d1_l .txt:before{content: "";width:119px; height: 66px; position: absolute; left: 0; top:0; background: url(../images/sczx_d1_ico1.png) no-repeat center;}
.sczx_d1_l .txt:after{content: "";width:38px; height: 31px; position: absolute; right: 0; bottom:0; background: url(../images/sczx_d1_ico2.png) no-repeat center;}

.sczx_d1_txt_list li{ float:left; width:28%; margin-left:4%; padding-left:4%; position:relative; min-height:136px; position:relative;}
.sczx_d1_txt_list li:nth-child(3n+1){ margin-left:0; padding-left:0;}
.sczx_d1_txt_list li .sczx_d1_txt_title{ font-size:30px; color:#085cc0; font-weight:bold; line-height:40px;}
.sczx_d1_txt_list li .sczx_d1_txt_txt{ font-size:16px; color:#565656; line-height:25px; margin-top:10px;}
.sczx_d1_txt_list li .sczx_d1_txt_txt *{ line-height:25px;}
.sczx_d1_txt_list li:after{content: "";width:1px; height: 136px; position: absolute; left: 0; top:0; background: #9fbee3;}
.sczx_d1_txt_list li:nth-child(3n+1):after{ display:none;}


.sczx_d2_title1{ font-size:44px; color:#0c0c0c; font-weight:bold; line-height:60px; text-align:center;}
.sczx_d2_title2{ font-size:20px; color:#0c0c0c; line-height:40px; text-align:center; margin-top:10px;}
.sczx_d2_list li{ margin-top:70px; position:relative;}
.sczx_d2_list li .img{ display:block; width:100%;}
.sczx_d2_list li .box{ position:absolute; left:0; bottom:0; width:100%; padding-left:40px; padding-right:40px; padding-bottom:15px; box-sizing:border-box;}
.sczx_d2_list li .box .title1{ font-size:40px; color:#ffffff; line-height:50px; font-weight:bold; font-style:italic;}
.sczx_d2_list li .box .title2{ font-size:40px; color:#ffffff; line-height:60px; font-weight:bold; padding-bottom:15px; position:relative;}
.sczx_d2_list li .box .title2:after{content: "";width:110px; height: 3px; position: absolute; left: 0; bottom:0; background:#fff;}
.sczx_d2_list li .box .txt{ font-size:16px; color:#ffffff; line-height:25px; padding-top:20px;}
.sczx_d2_list li .box .txt *{ line-height:25px;}

.sczx_d3{ background: url(../images/sczx_d3_bg.jpg) no-repeat center; background-size:cover; height:1202px;}
.sczx_d3 .indexcontent1400{ height:1202px; position:relative;}
.sczx_d3_title1{ font-size:44px; color:#fff; font-weight:bold; line-height:60px; text-align:center;}
.sczx_d3_title2{ font-size:20px; color:#fff; line-height:40px; text-align:center; margin-top:10px;}
.sczx_d3_title2 *{ line-height:40px;}
.sczx_d3_txt{ font-size:16px; color:#fff; line-height:30px; text-align:center; margin-top:30px;}
.sczx_d3_box{ position:absolute; left:0; bottom:120px; width:100%; background:rgba(2,55,173,0.54); padding:30px 30px 30px 30px; box-sizing:border-box;}
.sczx_d3_list li{ float:left; width:25%; box-sizing:border-box; position:relative;}
.sczx_d3_list li .ico{ line-height:130px; text-align:center;}
.sczx_d3_list li .txt{ font-size:16px; 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: 170px; position: absolute; left: 0; top:10px; background:#0544a6;}
.sczx_d3_list li:nth-child(0):after{ display:none;}
.sczx_d3_txt2{ font-size:16px; color:#ffffff; line-height:30px; text-align:center; margin-top:40px;}

.sczx_d4_c_swiper{ padding:20px 0;}
.sczx_d4_list li{ background:#fff; box-shadow: 0px 10px 10px 0px rgba(10, 2, 5, 0.2);}
.sczx_d4_list li .img{
  position: relative;
  padding: 30% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.sczx_d4_list li .img .img1{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.sczx_d4_list li .img .bt{ position:absolute; left:50%; top:50%; margin-left:-31px; margin-top:-31px;}
.sczx_d4_list li .txt{ font-size:20px; color:#323232; line-height:30px; padding:15px 0; text-align:center;}
.sczx_d4_c-pagination{ position:absolute; left:0; bottom:0px !important; width:100%; text-align:center; z-index:2;}
.sczx_d4_c-pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#acacac; opacity:1; margin:0 5px !important; transition:all 0.3s; outline:none;}
.sczx_d4_c-pagination .swiper-pagination-bullet-active{ background:#085cc0;}

/*配套服务*/
.ptfw_d1{ background:#f6f6f6;}
.ptfw_d1_title{ font-size:44px; color:#0c0c0c; font-weight:bold; line-height:70px; text-align:center;}
.ptfw_d1_txt{ font-size:20px; color:#3e3e3e; line-height:30px; text-align:center;}
.ptfw_d1_img{ float:right; width:58%; height:509px; object-fit: cover;}
.ptfw_d1_list{ float:left; width:42%;}
.ptfw_d1_list li{ padding-left:30px; position:relative; margin-top:36px;}
.ptfw_d1_list li .title{ font-size:20px; color:#085cc0; line-height:30px; font-weight:bold;}
.ptfw_d1_list li .txt{ font-size:16px; color:#565656; line-height:30px;}
.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{ float:left; width:31%; margin-left:3.5%; border-top:#085cc0 10px solid; background:#f3f3f3; border-bottom-right-radius:40px; transition:all 0.3s; position:relative; top:0;}
.ptfw_d2_list li:nth-child(3n+1){ margin-left:0;}
.ptfw_d2_list li img{ display:block; width:100%;}
.ptfw_d2_list li .box{ padding:35px 20px 5px 20px;}
.ptfw_d2_list li .box .title{ font-size:22px; color:#252525; line-height:40px; font-weight:bold;}
.ptfw_d2_list li .box .txt{ font-size:16px; color:#565656; line-height:30px; height:60px;}
.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:25%; box-sizing:border-box;}
.ptfw_d3_list li .ico{ line-height:130px; text-align:center;}
.ptfw_d3_list li .title{ font-size:22px; color:#252525; line-height:40px; text-align:center;}
.ptfw_d3_list li .txt{ font-size:16px; color:#707070; line-height:25px; text-align:center; margin-top:5px;}
.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{ float:left; width:28%; margin-left:8%;}
.ptfw_d4_list li:nth-child(3n+1){ margin-left:0;}
.ptfw_d4_list li .img{ display:block; width:100%; border-radius:30px; overflow:hidden;}
.ptfw_d4_list li .img img{ display:block; width:100%;}
.ptfw_d4_list li .title{ font-size:22px; color:#252525; line-height:70px; position:relative; transition:all 0.3s;}
.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:16px; color:#242424; line-height:30px; margin-top:20px;}
.ptfw_d4_list li:before{content: ""; width:1px; height: 400px; position: absolute; left: 31.8%; top:0; background:#d6dbe0;}
.ptfw_d4_list li:after{content: ""; width:1px; height: 400px; position: absolute; right: 31.8%; top:0; background:#d6dbe0;}
.ptfw_d4_list li:hover img{transform: scale(1.05)}
.ptfw_d4_list li:hover .title{ color:#085cc0;}


/*加入迎海*/
.jryh_d1_l{ float:left; width:42%; font-size:16px; color:#565656; line-height:30px; padding-top:30px;}
.jryh_d1_img{ float:right; display:block; width:51%; height:432px; 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{ float:right; width:68%;}
.jryh_d2_txt{ font-size:16px; color:#ffffff; line-height:30px;}

.jryh_d3{ background: url(../images/jryh_d3_bg.jpg) no-repeat center; background-size:cover;}
.jryh_d3_list li{ float:left; width:26%; margin-left:11%;}
.jryh_d3_list li:nth-child(3n+1){ margin-left:0;}
.jryh_d3_list li .ico{ line-height:120px; text-align:center;}
.jryh_d3_list li .title{ font-size:20px; color:#2f2e2f; line-height:30px; text-align:center; padding:25px 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:16px; color:#666; line-height:30px; text-align:center; margin-top:20px;}

.jryh_d4_l{ float:left; width:50%; height:641px; position:relative;}
.jryh_d4_l img{ width:100%; height:641px; object-fit: cover; position:relative;}
.jryh_d4_l .box{ position:absolute; left:0; bottom:0; background:rgba(8,92,192,0.82); width:80%; padding:40px;}
.jryh_d4_l .box .txt1{ font-size:20px; color:#fdfdfd; line-height:40px;}
.jryh_d4_l .box .txt2{ font-size:15px; color:#fdfdfd; line-height:25px; margin-top:10px;}
.jryh_d4_r{ float:right; width:50%;}
.jryh_d4_r1{ position:relative;}
.jryh_d4_r1 img{ width:100%; height:329px; object-fit: cover; position:relative;}
.jryh_d4_r1 .box{ position:absolute; left:0; top:50%; width:80%; padding:40px; transform:translateY(-50%);}
.jryh_d4_r1 .box .txt1{ font-size:20px; color:#fdfdfd; line-height:40px;}
.jryh_d4_r1 .box .txt2{ font-size:15px; color:#fdfdfd; line-height:25px; margin-top:10px;}

.jryh_d4_r2{ position:relative;}
.jryh_d4_r2 img{ width:100%; height:312px; object-fit: cover; position:relative;}
.jryh_d4_r2 .box{ position:absolute; left:0; top:50%; width:60%; padding:40px; transform:translateY(-50%);}
.jryh_d4_r2 .box .txt1{ font-size:20px; color:#3f3f3f; line-height:40px;}
.jryh_d4_r2 .box .txt2{ font-size:15px; color:#3f3f3f; line-height:25px; margin-top:10px;}

.zp_list{ border-bottom:#d4d4d4 1px solid;}
.zp_list li{ background:#fff; height:65px; 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:15.5%; height:63px; line-height:63px; text-align:center; font-size:16px;}
.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:63px;  cursor:pointer; position:relative;}
.zp_list li .zp_xx_list .li .ico:after{content: "";width:100%;height:63px; position: absolute; left:0; top:0; font-size:16px; color:#ec6200; background: url(../images/zp_ico1.png) no-repeat center;}

.zp_list li .zp_xx2{ padding:20px 70px 30px 70px; 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:20px; color:#494949; line-height:40px; margin-top:10px;}
.zp_list li .zp_xx2 .txt1{ font-size:16px; color:#636363; line-height:30px;}
.zp_list li .zp_xx2 .txt2{ font-size:16px; color:#636363; line-height:30px; margin-top:10px;}
.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;}

.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{ float:left; width:25%; position:relative; box-sizing:border-box; padding-left:74px; padding-right:20px;}
.jryh_d6_list li .ico{ position:absolute; left:0; top:10px; width:52px; height:40px; line-height:40px; border-right:#085cc0 1px solid;}
.jryh_d6_list li .title{ font-size:18px; color:#0c0c0c; line-height:30px; font-weight:bold;}
.jryh_d6_list li .txt{ font-size:18px; color:#6b6b6b; line-height:30px;}


/*园区招商*/
.join_d0{ background: url(../images/join_d0_bg.jpg) center no-repeat; background-size:cover;}
.join_d0_l{ float:left; width:50%; position:relative;}
.join_d0_l .img{ display:block; width:100%; position:relative; z-index:2;}
.join_d0_l .ico{ position:absolute; left:-50px; top:-50px; z-index:1;}
.join_d0_r{ float:right; width:40%; padding-top:60px;}
.join_d0_r_title{ padding-bottom:30px; position:relative;}
.join_d0_r_title:after{content: ""; position:absolute; left:0; bottom:0; width:100px; height:4px; background:#085cc0;}
.join_d0_r_title .title1{ font-size:44px; color:#0c0c0c; font-weight:bold; line-height:70px;}
.join_d0_r_title .title2{ font-size:20px; color:#3e3e3e; line-height:40px;}
.join_d0_r_txt{ margin-top:30px; font-size:16px; color:#616161; line-height:30px;}
.join_d0_r_txt *{ line-height:30px;}

.join_d0_list li{ float:left; width:25%; position:relative; text-align:center;}
.join_d0_list li:after{content: "";width:1px; height: 102px; position: absolute; left: 0; top:50%; transform:translateY(-50%); background:#d5d5d5;}
.join_d0_list li:nth-child(4n+1):after{ display:none;}
.join_d0_list li .box{ display:inline-block; position:relative;}
.join_d0_list li .box .title{ font-size:60px; color:#085cc0; font-weight:bold; line-height:70px; text-align:left;}
.join_d0_list li .box .txt{ font-size:14px; color:#595959; line-height:40px; text-align:left; position:relative;}
.join_d0_list li .box .hr{ width:26px; height: 1px; background:#9c9c9c; margin-top:5px; margin-bottom:5px;}


.join_d1{ background: url(../images/join_d1_bg2.jpg) #f7f7f7 top center no-repeat; /*height:1800px;*/}
.join_d1_list{ padding:80px 50px 20px 50px; background:#fff;}
.join_d1_list li{ float:left; width:32%; margin-left:2%;}
.join_d1_list li:nth-child(3n+1){ margin-left:0;}
.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:22px; color:#0c0c0c; font-weight:bold; line-height:40px; text-align:center; margin-top:10px; margin-bottom:10px;}
.join_d1_list li .txt{ font-size:16px; color:#616161; line-height:25px; height:200px;}
.join_d1_list li .txt *{ line-height:25px;}


.join_d2{ background: url(../images/join_d2_bg.jpg) no-repeat center; background-size:cover; height:987px;}
.join_d2_txt1{ margin-top:60px; width:860px; font-size:16px; color:#565656; line-height:30px;}
.join_d2_box{ background: url(../images/join_d2_box_bg.png) no-repeat center; width:487px; height:506px; box-sizing:border-box; position:relative; margin-top:50px;}
.join_d2_box .txt{ position:absolute; left:65px; top:19px; font-size:18px; color:#ffffff; line-height:30px;}
.join_d2_box .txt1{ top:19px;}
.join_d2_box .txt2{ top:101px;}
.join_d2_box .txt3{ top:184px;}
.join_d2_box .txt4{ top:267px;}
.join_d2_box .txt5{ top:350px;}
.join_d2_box .txt6{ top:433px;}


.join_d3{ background: url(../images/join_d3_bg.jpg) no-repeat center; background-size:cover; height:717px;}
.join_d3_list li{ float:left; width:256px; height:256px; border:#fff 5px solid; border-top-left-radius:35px; border-bottom-right-radius:35px; margin-left:calc((100% - 1065px) / 3);}
.join_d3_list li:nth-child(4n+1){ margin-left:0;}
.join_d3_list li .ico{ padding-top:10px; line-height:120px; text-align:center; position:relative;}
.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:16px; color:#ffffff; line-height:25px; text-align:center; margin-top:26px;}
.join_d3_list li .txt *{ line-height:25px;}
.join_d3_b_txt{ font-size:18px; color:#ffffff; line-height:30px; text-align:center; margin-top:85px;}

.join_d4{ background: url(../images/join_d4_bg.jpg) no-repeat center; background-size:cover; height:794px;}
.join_d4_box{ position:relative; width:100%; height:504px;}
.join_d4_box .box1{ position:absolute; left:0; top:0; width:55%; height:504px;}
.join_d4_box .box1 .img{ display:block; width:100%; height:504px; object-fit: cover;}
.join_d4_box .box2{ position:absolute; right:0; top:0; width:43%; height:215px;}
.join_d4_box .box2 .img{ display:block; width:100%; height:215px; object-fit: cover;}
.join_d4_box .box3{ position:absolute; right:22%; top:226px; width:21%; height:278px;}
.join_d4_box .box3 .img{ display:block; width:100%; height:278px; object-fit: cover;}
.join_d4_box .box4{ position:absolute; right:0; top:226px; width:21%; height:278px;}
.join_d4_box .box4 .img{ display:block; width:100%; height:278px; object-fit: cover;}

.join_d4_box .box1 .txt{ position:absolute; left:0; bottom:0; width:490px; background:#266fc7; box-sizing:border-box; padding:46px 85px 46px 85px;}
.join_d4_box .box1 .txt .txt1{ font-size:18px; color:#ffffff; line-height:30px;}
.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:40px 30px 40px 30px;}
.join_d4_box .box2 .txt .txt1{ font-size:18px; color:#464646; line-height:30px;}
.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:40px 30px 40px 30px;}
.join_d4_box .box3 .txt .txt1{ font-size:18px; color:#464646; line-height:30px;}
.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:40px 30px 40px 30px;}
.join_d4_box .box4 .txt .txt1{ font-size:18px; color:#464646; line-height:30px;}
.join_d4_box .box4 .txt .ico{ margin-top:10px;}
.join_d4_box .box{ transition:all 0.3s;}
.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; height:831px;}
.join_d5 .indexcontent1400{ position:relative;}
.join_d5_list li{ width:200px;}
.join_d5_list li .title{ font-size:20px; color:#ffffff; line-height:30px; text-align:center;}
.join_d5_list li .txt{ font-size:15px; color:#ffffff; line-height:25px; margin-top:10px; text-align:center;}
.join_d5_list li .txt *{ line-height:25px;}
.join_d5_list li:nth-child(1){ position:absolute; left:50%; top:540px; margin-left:-765px;}
.join_d5_list li:nth-child(2){ position:absolute; left:50%; top:493px; margin-left:-506px;}
.join_d5_list li:nth-child(3){ position:absolute; left:50%; top:484px; margin-left:-244px;}
.join_d5_list li:nth-child(4){ position:absolute; left:50%; top:508px; margin-left:17px;}
.join_d5_list li:nth-child(5){ position:absolute; left:50%; top:541px; margin-left:277px;}
.join_d5_list li:nth-child(6){ position:absolute; left:50%; top:462px; margin-left:538px;}

@media only screen and (max-width:1500px) and (min-width:0) {
	.join_d5{ height:760px;}
	.join_d5 .indexcontent1400{ height:760px !important;}
	.join_d5_list li:nth-child(1){ top:500px; margin-left:-707px;}
	.join_d5_list li:nth-child(2){ top:452px; margin-left:-469px;}
	.join_d5_list li:nth-child(3){ top:444px; margin-left:-232px;}
	.join_d5_list li:nth-child(4){ top:465px; margin-left:8px;}
	.join_d5_list li:nth-child(5){ top:502px; margin-left:247px;}
	.join_d5_list li:nth-child(6){ top:426px; margin-left:487px;}
}
@media only screen and (max-width:1400px) and (min-width:0) {
	.join_d5{ height:700px;}
	.join_d5 .indexcontent1400{ height:700px !important;}
	.join_d5_list li:nth-child(1){ top:460px; margin-left:-659px;}
	.join_d5_list li:nth-child(2){ top:416px; margin-left:-441px;}
	.join_d5_list li:nth-child(3){ top:406px; margin-left:-221px;}
	.join_d5_list li:nth-child(4){ top:425px; margin-left:-1px;}
	.join_d5_list li:nth-child(5){ top:457px; margin-left:219px;}
	.join_d5_list li:nth-child(6){ top:390px; margin-left:440px;}
}
@media only screen and (max-width:1300px) and (min-width:0) {
	.join_d5{ height:650px;}
	.join_d5 .indexcontent1400{ height:650px !important;}
	.join_d5_list li:nth-child(1){ top:428px; margin-left:-617px;}
}
.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:800px; text-align:center;}

.join_d6{ background:#f7f7f7;}
.join_d6_list li{ float:left; width:22%; margin-left:4%;}
.join_d6_list li .box{ height:375px; box-sizing:border-box; border:#c3c3c3 5px solid; border-bottom-left-radius:50%; border-bottom-right-radius:50%; padding:40px 40px 0 40px; transition:all 0.3s;}
.join_d6_list li:nth-child(4n+1){ margin-left:0;}
.join_d6_list li .title{ font-size:26px; color:#085cc0; font-weight:bold; line-height:100px; 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:16px; color:#565656; line-height:30px; text-align:center; position:relative; margin-top:30px; transition:all 0.3s;}
.join_d6_list li:hover .box{ border:#085cc0 5px solid; background:#085cc0;}
.join_d6_list li:hover .title{ color:#fff;}
.join_d6_list li:hover .title:after{ background:#fff;}
.join_d6_list li:hover .txt{ color:#fff;}

.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{ float:right; width:50%; height:572px; object-fit: cover;}
.join_d7_list{ float:left; width:47.5%;}
.join_d7_list li{ height:100px; line-height:100px;  background: url(../images/join_d7_li_bg.png) no-repeat left center; background-size:100% 100%; box-sizing:border-box; font-size:20px; color:#ffffff; padding-left:60px; margin-top:18px;}
.join_d7_list li *{ line-height:100px;}
.join_d7_list li:nth-child(1){ margin-top:0;}
@media only screen and (max-width:1400px) and (min-width:0) {
	.join_d7_list li{ font-size:16px;}
}

.join_d8{ background: url(../images/join_d8_bg.jpg) no-repeat top center; background-size:cover;}
.join_d8_box{ background:#fff; padding:0 120px;}
.join_d8_l{ float:left; width:30%;}
.join_d8_l_title1{ font-size:35px; color:#363636; line-height:50px;}
.join_d8_l_txt1{ font-size:24px; color:#000000; line-height:40px; margin-top:40px;}
.join_d8_l_txt2{ font-size:36px; color:#085cc0; line-height:50px; font-weight:bold;}
.join_d8_l_hr{ background:#d3d3d3; width:290px; height:1px; margin-top:30px; margin-bottom:30px;}
.join_d8_l_txt3{ font-size:18px; color:#000000; line-height:30px; padding-left:65px; background: url(../images/join_d8_l_ico.png) no-repeat left center;}
.join_d8_r{ float:right; width:62%;}
.jm_inp{ display:block; width:100%; height:52px; box-sizing:border-box; padding:0 15px; border:0; outline:none; font-size:16px; border:#d3d3d3 1px solid;}
.jm_inp1{ width:49%;}
.jm_textarea{ display:block; width:100%; height:90px; padding:10px 15px; line-height:30px; font-size:16px; font-family:"微软雅黑"; outline:none; border:0; box-sizing:border-box; border:#d3d3d3 1px solid;}
.jm_bt{ display:block; width:190px; height:52px; background:#085cc0; margin:0 auto; border:0; font-size:18px; color:#ffffff; line-height:52px; text-align:center; cursor:pointer;}

.join_d9{ background:#f7f7f7;}
.join_d9_l{ float:left; width:50%;}
.join_d9_l .img{ display:block; width:100%; height:552px; object-fit: cover;}
.join_d9_r{ float:right; width:50%; padding-left:6%; box-sizing:border-box;}
.join_d9_r_list li{ margin-top:18px;}
.join_d9_r_list li:nth-child(1){ margin-top:0;}
.join_d9_r_list li .title{ font-size:18px; color:#085cc0; font-weight:bold; line-height:35px;}
.join_d9_r_list li .txt{ font-size:16px; color:#565656; line-height:30px;}
@media only screen and (max-width:1400px) and (min-width:0) {
	.join_d9_r{ padding-left:4%;}
	.join_d9_r_list li .txt{ font-size:14px;}
}

.join_d10_box{ background: url(../images/join_d10_bg.jpg) no-repeat center; background-size:cover;}
.join_d10_list{ margin-left:4.4%;}
.join_d10_list li{ background: url(../images/join_d10_hr.png) no-repeat left bottom; padding-top:30px; padding-bottom:30px; padding-left:120px; position:relative;}
.join_d10_list li .ico{ position:absolute; left:0; top:30px; width:100px; height:70px; text-align:center; line-height:70px;}
.join_d10_list li .title{ font-size:20px; color:#ffffff; font-weight:bold; line-height:40px;}
.join_d10_list li .txt{ font-size:16px; color:#ffffff; line-height:30px;}

.join_d11_list li{ float:left; width:31%; margin-left:3.5%; background:#f7f7f7;}
.join_d11_list li:nth-child(3n+1){ margin-left: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:30px 15px;}
.join_d11_list li .box .title{ font-size:22px; color:#252525; line-height:40px;}
.join_d11_list li .box .txt{ font-size:16px; color:#565656; line-height:30px;}



/*新闻列表页*/
.news_title{ font-size:34px; color:#000000; font-weight:bold; line-height:80px; text-align:center; position:relative;}
.news_title:after{content: ""; position:absolute; left:50%; bottom:0; width:28px; height: 3px; background:#085cc0; margin-left:-14px;}
.news_list li{ float:left; width:30%; margin-left:5%; margin-top:70px;}
.news_list li:nth-child(3n+1){ margin-left:0;}
.news_list li:nth-child(1),
.news_list li:nth-child(2),
.news_list li:nth-child(3){ 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:20px; color:#000000; font-weight:bold; line-height:40px; margin-top:25px; transition:all 0.3s;}
.news_list li .txt2{ font-size:16px; color:#000000; line-height:25px; height:50px; overflow:hidden; margin-top:10px;}
.news_list li:hover .txt1{ color:#085cc0;}
.news_list li:hover .fd img{transform: scale(1.05)}


/*新闻详情页*/
.news_i_title1{ font-size:20px; color:#222222; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:40px; text-align:center; padding-bottom:10px; border-bottom:#f1f1f1 1px solid;}

.news_i_more{ border-top:#efefef 1px solid; margin-top:50px; padding-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:98px; height:33px; line-height:33px; font-size:18px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:18px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:75px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; transition:all 0.3s;}
.news_i_more .li a:hover .ico1{ border:#085cc0 1px solid; background:url(../images/news_i_more_ico1_on.png) #085cc0 center no-repeat;}
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:75px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico2.png) center no-repeat; transition:all 0.3s;}
.news_i_more .li a:hover .ico2{ border:#085cc0 1px solid; background:url(../images/news_i_more_ico2_on.png) #085cc0 center no-repeat;}
a.news_i_more_back{ position:absolute; right:0; top:40px; display:block; height:33px; line-height:33px; font-size:18px; color:#222222;}



/*悬浮*/
.xf_list{ position:fixed; right:5px; top:50%; margin-top:-215px; z-index:1000;}
.xf_list li{ width:70px; height:70px; background:#085cc0; margin-bottom:2px; position:relative;}
.xf_list li a{ display:block; width:70px; height:70px;}
.xf_list li .ico{ text-align:center; line-height:45px; text-align:center;}
.xf_list li .ico img{ vertical-align:middle; height:26px;}
.xf_list li .txt{ text-align:center; line-height:20px; text-align:center; color:#fff;}
.xf_list li a:hover .txt{ color:#fff;}
.xf_list li .xf_dh{ display:none; position:absolute; right:70px; top:0; width:160px; height:50px; padding:10px 0; background:#0a6fe7; text-align:center; line-height:25px; color:#fff;}
.xf_list li .xf_ewm{ display:none; position:absolute; right:80px; top:-26px; width:123px; height:123px; text-align:center; line-height:25px;}
.xf_list li:hover{ background:#0a6fe7;}
.xf_list li:hover .xf_dh,.xf_list li:hover .xf_ewm{ display: block;}
