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

@font-face {
  font-family: 'LincolnMillerBannerBeta-Semibold';
  src: url('../fonts/LincolnMillerBannerBeta-Semibold.ttf');
}

body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	height:60px;
	position: relative;
	/*position:fixed;*/
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#fff;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/
	float:left;

}
.header .logo_txt{
	display: block;
	height:40px;
	float:left;
	margin-left:10px;
	font-size:20px; color:#fff;
	line-height:40px;

}
.header.fixed
{
	background:#fff;
}
/*
.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:25px; height:6px; background:#fff; border-radius:3px !important; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#2f8bf8;}



.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: #000000; border:#000000 1px solid; color: #fff }
.pages a:hover {  background: #000000; border:#000000 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: #429fff;
    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); }


/*首页*/
.h60{ height:60px;}
.h40{ height:40px;}
.h30{ height:30px;}
.h20{ height:20px;}
.h10{ height:10px;}
.h5{ height:5px;}


.i_d1{ /*background: url(../images/i_d1_bg.png) no-repeat left bottom 20px; background-size:48% auto;*/}

.i_d1_list li{ float:left; width:48%; margin-left:4%;}
.i_d1_list li:nth-child(2n+1){ margin-left:0;}
.i_d1_title_box .title1{ font-size:20px; color:#000000; line-height:30px; font-weight:bold;}
.i_d1_title_box .title2{ font-size:18px; color:#2f8bf8; line-height:30px; font-weight:bold;}
.i_d1_title_box .txt1{ font-size:16px; color:#656565; line-height:30px;}
.i_d1_title_box .txt1 *{ line-height:30px;}
a.i_d1_more1{ display:block; width:120px; height:36px; border:#2f8bf8 1px solid; background:#2f8bf8; font-size:16px; color:#ffffff; line-height:36px; text-align:center; border-radius:20px;}
/*a.i_d1_more1:hover{ background:#ffffff; color:#2f8bf8;}*/


.i2_d1_title_box .title1{ font-size:20px; color:#000000; line-height:30px; font-weight:bold; text-align:center;}
.i2_d1_title_box .title1 span{ font-size:20px; color:#2f8bf8; line-height:30px; font-weight:bold;}
.i2_d1_title_box .txt1{ font-size:16px; color:#000000; line-height:30px; text-align:center;}
.i2_d1_title_box .txt1 *{ line-height:30px;}
a.i2_d1_more1{ display:block; width:120px; height:36px; border:#2f8bf8 1px solid; background:#2f8bf8; font-size:16px; color:#ffffff; line-height:36px; text-align:center; border-radius:20px; margin:0 auto;}

.i2_d1_list li{ overflow:hidden; border-radius:10px;}
.i2_d1_list li .img{ float:left; width:50%; height:150px;  object-fit: cover; object-position:top;}
.i2_d1_list li .box{ float:right; width:50%; height:150px; background:#3f8bf8; box-sizing:border-box; padding:10px;}
.i2_d1_list li .box .txt1{ font-size:16px; color:#ffffff; line-height:25px; font-weight:bold;}
.i2_d1_list li .box .txt2{ font-size:12px; color:#ffffff; line-height:20px; height:60px; overflow:hidden;}
.i2_d1_list li .box .txt2 *{ line-height:20px;}
.i2_d1_list li .box a.i2_d1_more2{ display:block; width:100px; height:30px; border:#fff 1px solid; font-size:14px; color:#ffffff; line-height:28px; text-align:center; border-radius:15px; margin-top:10px; box-sizing:border-box;}
.i2_d1_list li:nth-child(2n) .img{ float:right; width:50%;}
.i2_d1_list li:nth-child(2n) .box{ float:left; width:50%; background:#f5f5f5;}
.i2_d1_list li:nth-child(2n) .box .txt1{ color:#000000;}
.i2_d1_list li:nth-child(2n) .box .txt2{ color:#000000;}
.i2_d1_list li:nth-child(2n) .box a.i2_d1_more2{border:#000000 1px solid; color:#000000;}


.i_d1_box{ position:relative; border-radius:10px; overflow:hidden; margin-bottom:20px;}
.box1{}
.box1 .img{ display:block; width:100%;}
.box1 .mb{ position:absolute; left:0; bottom:0; width:100%; height:100%; background: url(../images/i_d1_mb.png) bottom repeat-x; background-size:auto 100%;}
.box1 .mb .txt{ position:absolute; left:0; bottom:0; width:100%; padding:0 10px 15px 10px; box-sizing:border-box;}
.box1 .mb .txt .txt1{ font-size:16px; color:#ffffff; line-height:25px; font-weight:bold;}
.box1 .mb .txt .txt2{ font-size:12px; color:#ffffff; line-height:20px;}
.box1 .mb .txt .txt2 *{ line-height:20px;}
a.i_d1_more2{ display:block; width:120px; height:36px; border:#fff 1px solid; font-size:14px; color:#ffffff; line-height:36px; text-align:center; border-radius:20px; margin-top:10px;}


.i_d1_txt1{ text-align:center; font-size:18px; color:#000; font-weight:bold; line-height:30px;}
.i_d1_txt1 .i_d1_txt1_title{ display:inline-block; font-size:50px; color:#2f8bf8; line-height:30px; position:relative; margin-right:10px;}
.i_d1_txt1 .i_d1_txt1_title .no{ position:absolute; right:-20px; top:-10px; display:inline-block; font-size:20px; color:#2f8bf8; line-height:30px;}

.i_d2_box{ box-sizing:border-box; position:relative;}
.i_d2_box .img{ width:100%; border-radius:10px; position:relative; z-index:0;}
.i_d2_list{ background:rgba(63,139,248,0.2); margin-top:-120px; border-radius:10px; padding:20px 20px; position:relative; z-index:1;}
.i_d2_list li{ font-size:16px; color:#000000; line-height:30px;}
.i_d2_list li .ico{ position:relative; top:-2px; margin-right:5px; vertical-align:middle; height:12px;}
.i_d2_list li:nth-child(1),
.i_d2_list li:nth-child(2),
.i_d2_list li:nth-child(3),
.i_d2_list li:nth-child(4){ font-size:16px; color:#000000; font-weight:bold;}

.i_d3_box1_txt1 .title{ font-size:24px; color:#2f8bf8; font-weight:bold; line-height:30px; text-align:center;}
.i_d3_box1_txt1 .txt{ font-size:16px; color:#4e4e4e;  line-height:30px; margin-top:5px; text-align:center;}

.i_d3-container{ position:relative; background:#3f8bf8;}
.i_d3-container .img{ display:block; width:100%; position:relative; z-index:1; height:3rem; object-fit: cover;}
.i_d3-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.i_d3-pagination .swiper-pagination-bullet{ width:58px; height:4px; background:#fff; opacity:1; border-radius:2px; margin:0 6px !important; transition:all 0.3s;}
.i_d3-pagination .swiper-pagination-bullet-active{ background:#2f8bf8;}
.i_d3-slide{ padding-bottom:80px;}
.i_d3-slide .bgimg{ position:absolute; left:0; bottom:0; z-index:3; width:35%;}
.i_d3-slide .box2{}
.i_d3-slide .box2 .indexcontent{ position:relative;}

.i_d3-slide .box2 .box2_txt1{ position:relative; z-index:1; padding-top:20px;}
.i_d3-slide .box2 .box2_txt1 .title{ font-size:18px; color:#fff; font-weight:bold; line-height:30px;}
.i_d3-slide .box2 .box2_txt1 .txt{ font-size:14px; color:#fff;  line-height:25px; margin-top:5px;}
.i_d3-slide .box2 .box2_txt1 .txt *{ line-height:25px;}
.box2_txt1_hr{ height:1px; background:#76acfa;}

.i_d3-slide .box2 .box2_txt2{}
.i_d3-slide .box2 .box2_txt2 .title{ font-size:18px; color:#fff; font-weight:bold; line-height:30px;}
.i_d3-slide .box2 .box2_txt2 .txt{ font-size:14px; color:#fff;  line-height:25px; margin-top:5px;}
.i_d3-slide .box2 .box2_txt2 .txt *{ line-height:25px;}

.i_d3-container .i_d3_c_prev{ position:absolute; left:calc(50% - 60px); bottom:20px; width:50px; height:50px; border-radius:50%; background:url(../images/i_d3_l_ico.png) #fff center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);}
.i_d3-container .i_d3_c_next{ position:absolute; right:calc(50% - 60px); bottom:20px; width:50px; height:50px; border-radius:50%; background:url(../images/i_d3_r_ico.png) #fff center no-repeat; background-size:auto 20px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; box-shadow: 5px 10px 10px 0px rgba(10, 2, 5, 0.15);}

.i_d4{ position:relative; background:url(../images/i_d4_bg.jpg) center no-repeat; background-size:cover;}
.i_d4_txt{ padding-top:40px; padding-bottom:40px;}
.i_d4_txt .txt1{ font-size:18px; color:#fff; line-height:30px; text-align:center;}
.i_d4_txt .txt2{ font-size:24px; color:#fff; line-height:30px; font-weight:bold; text-align:center; margin-top:10px; margin-bottom:10px;}
.i_d4_txt .txt3{ font-size:14px; color:#fff; line-height:25px; text-align:center;}
.i_d4_txt .txt3 *{ line-height:25px;}


.i_d5_title1{ font-size:24px; color:#2f8bf8; font-weight:bold; line-height:30px; text-align:center;}
.i_d5_title2{ font-size:16px; color:#4e4e4e;  line-height:30px; margin-top:5px; text-align:center;}

.i_d5_list li{ width:100%; margin-top:10px; background:#eff6ff; overflow:hidden; border-radius:10px; transition:all 0.3s;}
.i_d5_list li:nth-child(1){ margin-top:0;}
.i_d5_list li .img{
  position: relative;
  padding: 35% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d5_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_list li .txt{ padding:20px 15px;}
.i_d5_list li .txt .title{ font-size:18px; color:#000000; font-weight:bold; line-height:30px; transition:all 0.3s;}
.i_d5_list li .txt .txt1{ font-size:14px; color:#4e4e4e; line-height:25px; margin-top:5px; overflow:hidden; transition:all 0.3s;}
.i_d5_list li .txt .txt2{ font-size:14px; color:#7c7c7c; line-height:30px; margin-top:10px; transition:all 0.3s;}
.i_d5_list li:hover{ background:#2f8bf8;}
.i_d5_list li:hover .txt .title{ color:#fff;}
.i_d5_list li:hover .txt .txt1{ color:#fff;}
.i_d5_list li:hover .txt .txt2{ color:#fff;}
a.i_d5_more{ display:block; width:120px; height:36px; border:#2f8bf8 1px solid; background:#2f8bf8; font-size:16px; color:#ffffff; line-height:36px; text-align:center; border-radius:18px; margin:0 auto;}
a.i_d5_more:hover{ background:#ffffff; color:#2f8bf8;}

.i_d6{ background: url(../images/i_d6_bg2.jpg) #eff6ff no-repeat top center; background-size:100% auto;}
.i_d6_title{ font-size:18px; color:#2f8bf8; font-weight:bold; line-height:30px; text-align:center;}
.i_d6_box{ width:100%; background:rgba(255,255,255,0.6); margin:0 auto; padding:10px 10px; border-radius:10px; position:relative; box-sizing:border-box;}
.i_d6_box_list li{ height:40px; line-height:40px; font-size:16px; color:#474747; border-top:#a7c8fb 1px dashed; padding-left:20px; position:relative;}
.i_d6_box_list li:nth-child(1){ border-top:0;}
.i_d6_box_list li:after{content: "";width:8px; height: 8px; position: absolute; left: 0px; top:50%; transform:translateY(-50%); background:#2f8bf8; border-radius:50%;}
.i_d6_box_r{ margin-top:20px;}
.i_d6_box_r .title{ font-size:24px; color:#565656; line-height:30px; text-align:center;}
.i_d6_box_r .txt1{ font-size:14px; color:#656565; line-height:25px; margin-top:10px; text-align:center;}
.i_d6_box_r .txt1 *{ line-height:25px;}
a.i_d6_box_more{ display:block; width:200px; padding-right:45px; height:50px; border-radius:31px; background:#2f8bf8; font-size:18px; color:#ffffff; line-height:50px; text-align:center; position:relative; margin:0 auto; margin-top:20px;}
a.i_d6_box_more:after{content: "";width:40px; height: 40px; position: absolute; right: 5px; top:5px; background:url(../images/i_d6_more_ico.png) #fff center no-repeat; border-radius:50%;}


.footer1{ background:#1b6dcb;}
.footer1 .footer1_c{ position:relative; padding-top:40px;}
.footer1 .footer1_c .footer1_c_logo{ text-align:center;}
.footer1 .footer1_c .footer_logo{ height:42px;}
.footer1 .footer1_c .footer1_c_box{ position:relative; text-align:center;}
/*.footer1 .footer1_c .footer_ewm{ position:absolute; left:0; top:0px; width:90px;}*/
.footer1 .footer1_c .footer1_lx{}
.footer1 .footer1_c .footer1_lx li{ height:30px; line-height:30px; font-size:14px; color:#ffffff; position:relative; text-align:center;}
.footer1 .footer1_c .footer1_lx li:nth-child(1){ font-size:16px; font-weight:bold;}
.footer1 .footer1_c .footer1_lx li *{ color:#ffffff;}
.footer1 .footer1_c .footer1_lx li img{ position:absolute; top:6px; left:0; margin-right:10px; vertical-align:middle; height:20px;}
.footer1_ewm_list{ text-align:center; margin-top:20px;}
.footer1_ewm_list li{ display:inline-block; margin:0 5px;}
.footer1_ewm_list li .footer_ewm{ display:block; width:100px;}
.footer1_ewm_list li .txt{ font-size:14px; text-align:center; color:#fff;}

.footer2{ background:#13367b; border-top:#13367b 1px solid; padding:15px 0;}
.footer2 .footer2_txt{ font-size:14px; color:#cdd5e7; line-height:25px; text-align:center;}
.footer2 .footer2_txt *{ line-height:25px;}
.footer2 .footer2_txt a{ color:#cdd5e7;}


.totop{ position:fixed; right:3%; bottom:20px; width:30px; height:30px; background:url(../images/totop.png) center no-repeat; background-size:30px auto; z-index:10;}


/*业绩陪跑*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.yjpp_d1_list li{ margin-top:20px;}
.yjpp_d1_list li:nth-child(1){ margin-top:0;}
.yjpp_d1_list li .title img{ height:40px; vertical-align:middle; position:relative; top:-4px; margin-right:5px;}
.yjpp_d1_list li .title{ font-size:18px; color:#000000; font-weight:bold; line-height:40px; text-align:left; margin-bottom:5px;}
.yjpp_d1_list li .txt{ font-size:12px; color:#3a3a3a; line-height:25px;}
.yjpp_d1_list li .txt *{ line-height:25px;}

.yjpp_d2_box{ background:#2f8bf8;}
.yjpp_d2_box_l{ position:relative;}
.yjpp_d2_box_l_c{ padding-top:40px; padding-bottom:40px;}
.yjpp_d2_box_l_c .title{ font-size:18px; color:#fff; line-height:30px; font-weight:bold; text-align:center;}
.yjpp_d2_box_l_c .txt{ font-size:14px; color:#fff; line-height:30px; margin-top:10px;}
.yjpp_d2_box_l_c .txt *{ line-height:30px;}
.yjpp_d2_box_l_c .txt p{ position:relative; padding-left:30px; margin-top:10px;}
.yjpp_d2_box_l_c .txt img{ position: absolute; top: 5px; left: 0; padding-left: 0; vertical-align:middle;}
.yjpp_d2_box_r{ display:block; width:100%; object-fit: cover;}
.yjpp_d2_box_l_c .txt2{ font-size:14px; color:#fff; line-height:30px; margin-top:10px;}
.yjpp_d2_box_l_c .txt2 *{ line-height:30px;}
.yjpp_d2_box_l_c .txt2 p{ position:relative;}

.yjpp_d3_title{ font-size:18px; color:#171717; line-height:30px; font-weight:bold; text-align:center;}

.yjpp_d3{ background:#f4f9fd;}
.yjpp_d3_list li{ float:left; width:30%; margin-left:5%; box-sizing:border-box; margin-top:10px;}
.yjpp_d3_list li:nth-child(1),
.yjpp_d3_list li:nth-child(2),
.yjpp_d3_list li:nth-child(3){ margin-top:0;}
.yjpp_d3_list li:nth-child(4n+1){ margin-left:0;}

.yjpp_d3_list li .ico{ width:60px; height:60px; border:#054188 1px solid; border-radius:50%; line-height:60px; text-align:center; margin:0 auto;}
.yjpp_d3_list li .ico img{ vertical-align:middle; height:30px;}
.yjpp_d3_list li .title{ font-size:18px; color:#000000; font-weight:bold; line-height:30px; padding-top:10px; text-align:center;}
.yjpp_d3_list li .txt{ font-size:12px; color:#3a3a3a; line-height:20px; text-align:justify;}
.yjpp_d3_list li .txt *{ line-height:20px; text-align:justify;}

.yjpp_d4{ background: url(../images/yjpp_d4_bg.jpg) no-repeat center; background-size:cover; border-top-left-radius:20px; border-bottom-right-radius:20px; position:relative;}
.yjpp_d4_txt{ padding:40px 3%; font-size:16px; color:#ffffff; line-height:30px; box-sizing:border-box;}
.yjpp_d4_txt *{ line-height:30px;}

/*.yjpp_d4_l{ position:absolute; left:0; top:50%; width:50%; padding:0 5%; transform:translateY(-50%); font-size:35px; color:#ffffff; line-height:65px; font-weight:bold; box-sizing:border-box;}
.yjpp_d4_r{ position:absolute; right:0; top:50%; width:50%; padding:0 5%; transform:translateY(-50%); font-size:26px; color:#ffffff; line-height:50px; box-sizing:border-box;}*/

.yjpp_d5_txt{ font-size:14px; color:#3a3a3a; line-height:30px; text-align:center;}
.yjpp_d5_txt *{ line-height:30px;}
.yjpp_d5_txt img{ max-width:100%;}
.yjpp_d5_txt2 img{ margin-top:20px;}

.yjpp_d8{ background:#f4f9fd;}
.yjpp_d8_c{ padding:0 0 100px 0; position:relative;}
.yjpp_d8_list li{ padding:0 10px; text-align:center; border:#898989 1px solid; min-height:450px; border-radius:10px; box-sizing:border-box;}
.yjpp_d8_list li .ico{ line-height:100px; text-align:center; padding-top:20px;}
.yjpp_d8_list li .ico img{ height:80px; vertical-align:middle;}
.yjpp_d8_list li .title1{ font-size:24px; color:#2f8bf8; line-height:40px; text-align:center; font-weight:bold;}
.yjpp_d8_list li .title2{ font-size:16px; color:#171717; line-height:30px; text-align:center; font-weight:bold;}
.yjpp_d8_list li .txt1{ display:inline-block; font-size:14px; color:#171717; line-height:40px; margin-top:10px; padding-bottom:40px; text-align:left;}
.yjpp_d8_list li .txt1 img{ position:relative; top:-2px; margin-right:10px; vertical-align:middle;}
.yjpp_d8_list li .txt1 *{ line-height:40px;}

.yjpp_d8-pagination{ position:absolute; left:0; bottom:30px !important; width:100%; text-align:center; z-index:2;}
.yjpp_d8-pagination .swiper-pagination-bullet{ width:10px; height:10px; background:#d2d2d2; opacity:1; border-radius:50%; margin:0 4px !important; transition:all 0.3s;}
.yjpp_d8-pagination .swiper-pagination-bullet-active{ background:#2f8bf8;}

.yjpp_d8_c_prev{ position:absolute; left:calc(50% - 150px);; bottom:20px; width:50px; height:50px; border-radius:50%; background:url(../images/i_d3_l_ico.png) #fff center no-repeat; background-size:auto 26px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.yjpp_d8_c_prev:hover{ background:url(../images/i_d3_l_ico_on.png) #2f8bf8 center no-repeat; background-size:auto 30px; background-size:auto 26px;}
.yjpp_d8_c_next{ position:absolute; right:calc(50% - 150px); bottom:20px; width:50px; height:50px; border-radius:50%; background:url(../images/i_d3_r_ico.png) #fff center no-repeat; background-size:auto 26px; z-index:99; cursor:pointer; transition:all 0.3s; outline:none; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.yjpp_d8_c_next:hover{ background:url(../images/i_d3_r_ico_on.png) #2f8bf8 center no-repeat; background-size:auto 30px; background-size:auto 26px;}


.yjpp_d9{ background:#eff6ff; border:#499af9 1px solid; border-radius:20px; padding:28px 10px 40px 10px;}
.yjpp_d9_l{ box-sizing:border-box;}
.yjpp_d9_title{ font-size:20px; color:#2f8bf8; font-weight:bold; line-height:40px; text-align:center;}
.yjpp_d9_txt{ font-size:14px; color:#474747; line-height:30px; text-align:center;}
.yjpp_d9_txt *{ line-height:30px;}
.yjpp_d9_ewm{ margin-top:10px;}
.yjpp_d9_ewm li{ text-align:center;}
.yjpp_d9_ewm li img{ width:100px;}
.yjpp_d9_r{ box-sizing:border-box; margin-top:20px;}


/*渠道体系*/
.qdtx_d4_list li{ float:left; width:48%; margin-left:4%; border-radius:20px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); padding:10px; box-sizing:border-box; margin-top:20px;}
.qdtx_d4_list li:nth-child(2n+1){ margin-left:0%;}
.qdtx_d4_list li:nth-child(1),
.qdtx_d4_list li:nth-child(2){ margin-top:0;}
.qdtx_d4_list li .ico{ display:block; width:60px; height:60px; margin:0 auto;}
.qdtx_d4_list li .title{ position:relative; padding-top:5px; box-sizing:border-box; font-size:14px; color:#000000; line-height:25px; height:50px;}
.qdtx_d4_list li .txt{ font-size:16px; color:#5b5b5b; line-height:30px; margin-top:20px; height:250px; text-align: justify;}
.qdtx_d4_list li .txt *{ line-height:30px;}

.qdtx_d5_list li{ margin-top:20px;}
.qdtx_d5_list li:nth-child(1){ margin-top:0;}
.qdtx_d5_list li:nth-child(3n+1){ background:#f5f5f5;}
.qdtx_d5_list li:nth-child(3n+2){ background:#4e4e4e;}
.qdtx_d5_list li:nth-child(3n+3){ background:#2f8bf8;}
.qdtx_d5_list li .img{ display:block; width:100%; height:3.25rem; background:#f5f5f5; object-fit: cover;}
.qdtx_d5_list li .box{ box-sizing:border-box; padding:10px;}
.qdtx_d5_list li .box .title{ font-size:16px; color:#000000; line-height:30px; font-weight:bold;}
.qdtx_d5_list li .box .txt{ font-size:14px; color:#434343; line-height:25px; margin-top:5px;}
.qdtx_d5_list li .box .txt *{ line-height:25px;}
.qdtx_d5_list li:nth-child(3n+2) .box .title,
.qdtx_d5_list li:nth-child(3n+3) .box .title{ color:#fff;}
.qdtx_d5_list li:nth-child(3n+2) .box .txt,
.qdtx_d5_list li:nth-child(3n+3) .box .txt{ color:#fff;}

.yjpp_d6{ background:#f4f9fd;}
.yjpp_d6_list{}
.yjpp_d6_list li{ line-height:30px; padding:10px 10px 10px 60px; background:#fff; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); box-sizing:border-box; position:relative; margin-top:20px; font-size:16px; color:#242424; font-weight:bold; height:80px;}
.yjpp_d6_list li:nth-child(3n+1){ margin-top:0px;}
.yjpp_d6_list li .ico{ position:absolute; left:10px; top:50%; width:40px; height:40px; margin-top:-20px; background:#2f8bf8; border-radius:50%; font-size:20px; color:#ffffff; line-height:40px; text-align:center; font-weight:bold;}
.yjpp_d6_list li .txt{ line-height:30px; font-size:14px; color:#242424; font-weight:bold; position:absolute; left:60px; right:10px; top:50%; transform:translateY(-50%);}
.yjpp_d6_img{ display:block; width:100%; object-fit: cover;}

.yjpp_d7_list li{ float:left; width:30%; margin-left:5%; box-sizing:border-box;}
.yjpp_d7_list li:nth-child(3n+1){ margin-left:0;}
.yjpp_d7_list li .ico{ display:block; width:70px; height:70px; background:#044692; border-radius:50%; font-size:18px; color:#ffffff; font-weight:bold; line-height:70px; text-align:center; margin:0 auto;}
.yjpp_d7_list li .txt{ margin-top:16px; font-size:14px; color:#434343; line-height:20px; text-align:center;}
.yjpp_d7_list li .txt *{ line-height:20px;}
.yjpp_d7_txt{ font-size:16px; color:#363636; line-height:25px; text-align:center;}
.yjpp_d7_txt *{ line-height:25px;}




/*战略落地体系*/
.zlldtx_d5{ background: url(../images/zlldtx_d5_bg.jpg) no-repeat top center; background-size:cover;}
.zlldtx_d5_txt{ font-size:16px; color:#ffffff; line-height:30px; text-align:center; margin-top:10px;}
.zlldtx_d5_list li{ border:#d7d7d7 1px solid; box-sizing:border-box; border-bottom-left-radius:20px; border-top-right-radius:20px; overflow:hidden; background:#fff; margin-top:20px; padding-top:10px; padding-bottom:10px;}
.zlldtx_d5_list li:nth-child(1){ margin-top:0px;}
.zlldtx_d5_list li .box_c{ padding-left:80px; position:relative;}
.zlldtx_d5_list li .box_c .ico{ position:absolute; top:50%; left:10px; margin-top:-30px; width:60px; height:60px; line-height:60px; text-align:center;}
.zlldtx_d5_list li .box_c .ico img{ width:50px; vertical-align:middle;}
.zlldtx_d5_list li .box_c .title{ font-size:16px; color:#000000; line-height:30px; font-weight:bold;}
.zlldtx_d5_list li .box_c .txt{ font-size:14px; color:#5f5f5f; line-height:25px; height:50px;}
.zlldtx_d5_list li .box_c .txt *{ line-height:25px;}
.zlldtx_d5_list li:hover{ box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15);}

.zlldtx_d8_list li{ margin-top:20px; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); padding:20px 10px 10px 10px; box-sizing:border-box;}
.zlldtx_d8_list li:nth-child(1){ margin-top:0%;}
.zlldtx_d8_list li .title{ padding-left:70px; min-height:70px; position:relative; padding-top:2px; box-sizing:border-box; font-size:16px; color:#000000; line-height:35px; font-weight:bold;}
.zlldtx_d8_list li .title .ico{ position:absolute; left:0; top:5px; width:60px; height:60px;}
.zlldtx_d8_list li .txt{ font-size:18px; color:#5b5b5b; line-height:30px; margin-top:30px; height:250px; text-align: justify;}
.zlldtx_d8_list li .txt *{ line-height:30px;}
.zlldtx_d8_list li .img{
  position: relative;
  padding: 58.5% 0;
  overflow:hidden;
  box-sizing:border-box;
  margin-top:30px;
}
.zlldtx_d8_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}


.zlldtx_d9_list li{ line-height:30px; padding:10px; background:#fff; border-radius:20px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); box-sizing:border-box; position:relative; font-size:22px; color:#242424; box-sizing:border-box; float:left; width:48%; margin-left:4%; margin-top:20px; height:220px;}
.zlldtx_d9_list li:nth-child(2n+1){ margin-left:0px;}
.zlldtx_d9_list li:nth-child(1),
.zlldtx_d9_list li:nth-child(2){ margin-top:0px;}
.zlldtx_d9_list li .ico{ width:40px; height:40px; background:#2f8bf8; border-radius:50%; font-size:20px; color:#ffffff; line-height:40px; text-align:center; font-weight:bold;}
.zlldtx_d9_list li .title{ font-size:18px; color:#242424; line-height:30px; font-weight:bold; margin-top:5px;}
.zlldtx_d9_list li .txt{ font-size:14px; color:#484848; line-height:25px;}
.zlldtx_d9_list li .txt *{ line-height:25px;}
.zlldtx_d9_img{ width:100%; object-fit: cover;}


/*领导力发展*/
.ldlfz_d1_list li{ float:left; width:48%; margin-left:4%; margin-top:20px;}
.ldlfz_d1_list li:nth-child(2n+1){ margin-left:0px;}
.ldlfz_d1_list li:nth-child(1),
.ldlfz_d1_list li:nth-child(2){ margin-top:0px;}
.ldlfz_d1_list li .img{
  position: relative;
  padding: 58.5% 0;
  overflow:hidden;
  box-sizing:border-box;
  z-index:1;
}
.ldlfz_d1_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.ldlfz_d1_list li .box{ width:90%; position:relative; z-index:2; background:#2f8bf8; margin:-70px auto 0 auto; height:120px; border-radius:5px;}
.ldlfz_d1_list li .box .no{ font-size:100px; color:#2a82ea; line-height:120px; font-weight:bold; text-align:center;}
.ldlfz_d1_list li .box .txt{ position:absolute; left:0; top:50%; width:100%; font-size:14px; color:#ffffff; font-weight:bold; line-height:25px; text-align:center; transform:translateY(-50%); box-sizing:border-box; padding:0 5px;}
.ldlfz_d1_list li .box .txt *{ line-height:25px;}

.ldlfz_d2{ background: url(../images/ldlfz_d2_bg.jpg) #0e4c95 no-repeat top center; background-size:100% 600px;}
.ldlfz_d2_txt{ font-size:16px; color:#ffffff; line-height:40px; text-align:left; margin-top:20px;}
.ldlfz_d2_txt *{ line-height:40px;}
.ldlfz_d2_txt img{ position:relative; top:-2px; margin-right:10px; vertical-align:middle;}

.ldlfz_d2_list li{ border:#d7d7d7 1px solid; box-sizing:border-box; border-bottom-left-radius:45px; border-top-right-radius:45px; overflow:hidden; background:#fff; margin-top:20px;}
.ldlfz_d2_list li:nth-child(1){ margin-top:0px;}
.ldlfz_d2_list li .box{ padding:20px 10px 20px 10px;}
.ldlfz_d2_list li .box .box_c{ padding-left:60px; position:relative;}
.ldlfz_d2_list li .box .box_c .ico{ position:absolute; left:0; top:50%; margin-top:-50px; height:100px; line-height:100px; text-align:center;}
.ldlfz_d2_list li .box .box_c .ico img{ width:50px; vertical-align:middle;}
.ldlfz_d2_list li .box .box_c .title{ font-size:18px; color:#000000; line-height:30px; font-weight:bold; position:relative;}
.ldlfz_d2_list li .box .box_c .txt{ font-size:14px; color:#5f5f5f; line-height:25px; margin-top:5px;}
.ldlfz_d2_list li .box .box_c .txt *{ line-height:25px;}
.ldlfz_d2_list li .box .box_c .txt p{ position:relative; padding-left:20px;}
.ldlfz_d2_list li .box .box_c .txt p:after{content: "";width:6px; height: 6px; position: absolute; left: 0px; top:14.5px; background:#262525; border-radius:50%;}

.ldlfz_d3_list li{ background:#f5f5f5;}
.ldlfz_d3_list li .img{ float:left; width:50%;}
.ldlfz_d3_list li .img img{ display:block; width:100%; height:150px; object-fit: cover;}
.ldlfz_d3_list li .box{ float:right; width:50%; height:150px; position:relative;}
.ldlfz_d3_list li .box .box_c{ position:absolute; right:0; top:50%; width:100%; padding:0 10%; box-sizing:border-box; transform:translateY(-50%);}
.ldlfz_d3_list li .box .box_c .title{ font-size:16px; color:#000000; font-weight:bold; line-height:30px;}
.ldlfz_d3_list li .box .box_c .txt{ font-size:14px; color:#5f5f5f; line-height:25px;}
.ldlfz_d3_list li .box .box_c .txt *{ line-height:25px;}
.ldlfz_d3_list li:nth-child(2n) .img{ float:right;}
.ldlfz_d3_list li:nth-child(2n) .box{ float:left;}
.ldlfz_d3_list li:nth-child(1){ background:#4e4e4e;}
.ldlfz_d3_list li:nth-child(1) .box .box_c .title{ color:#fff;}
.ldlfz_d3_list li:nth-child(1) .box .box_c .txt{ color:#fff;}
.ldlfz_d3_list li:nth-child(3){ background:#2f8bf8;}
.ldlfz_d3_list li:nth-child(3) .box .box_c .title{ color:#fff;}
.ldlfz_d3_list li:nth-child(3) .box .box_c .txt{ color:#fff;}


.ldlfz_d9_list{ float:left; width:700px;}
.ldlfz_d9_list li{ line-height:40px; padding:35px 0 35px 95px; background:#f4f9fd; border-radius:20px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); box-sizing:border-box; position:relative; margin-top:35px; font-size:22px; color:#242424;}
.ldlfz_d9_list li:nth-child(1){ margin-top:0px;}
.ldlfz_d9_list li .ico{ position:absolute; left:36px; top:50%; width:43px; height:43px; margin-top:-21.5px; background:#2f8bf8; border-radius:50%; font-size:25px; color:#ffffff; line-height:43px; text-align:center; font-weight:bold;}
.ldlfz_d9_list li .title{ font-size:22px; color:#242424; line-height:45px; font-weight:bold;}
.ldlfz_d9_list li .txt{ font-size:18px; color:#484848; line-height:30px;}
.ldlfz_d9_list li .txt *{ line-height:30px;}
.ldlfz_d9_img{ float:right; width:calc(100% - 780px); height:687px; object-fit: cover;}



/*IPD*/
.ipd_d3_list{ margin-top:50px;}
.ipd_d3_list li{ float:left; width:48%; margin-left:4%; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); padding:40px 10px 10px 10px; box-sizing:border-box; position:relative; margin-top:50px;}
.ipd_d3_list li:nth-child(2n+1){ margin-left:0%;}
.ipd_d3_list li:nth-child(1),
.ipd_d3_list li:nth-child(2){ margin-top:0;}
.ipd_d3_list li .ico{ position:absolute; left:50%; top:-30px; width:60px; height:60px; margin-left:-30px;}
.ipd_d3_list li .title{ font-size:14px; color:#000000; line-height:25px; font-weight:bold; height:75px; text-align:center;}
.ipd_d3_list li .txt{ font-size:14px; color:#5b5b5b; line-height:25px; margin-top:10px; height:75px; text-align: justify;}
.ipd_d3_list li .txt *{ line-height:25px;}
.ipd_d3_list li .img{
  position: relative;
  padding: 39% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.ipd_d3_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}

.ipd_d3_title2{ font-size:28px; color:#316dcc; line-height:30px; font-weight:bold;}

.ipd_d5{ background:#f4f9fd;}
/*.ipd_d5_list{ float:left; width:700px;}
.ipd_d5_list li{ line-height:40px; padding:20px 20px 20px 95px; background:#fff; border-radius:18px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); box-sizing:border-box; position:relative; margin-top:30px; font-size:22px; color:#242424;}
.ipd_d5_list li:nth-child(3n+1){ margin-top:0px;}
.ipd_d5_list li .ico{ position:absolute; left:36px; top:50%; width:43px; height:43px; background:#2f8bf8; border-radius:50%; font-size:25px; color:#ffffff; line-height:43px; text-align:center; font-weight:bold; transform:translateY(-50%);}
.ipd_d5_img{ float:right; width:calc(100% - 780px); height:418px; object-fit: cover;}*/

.ipd_d5_list{}
.ipd_d5_list li{ line-height:30px; padding:10px 10px 10px 60px; background:#fff; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); box-sizing:border-box; position:relative; margin-top:20px; font-size:16px; color:#242424; font-weight:bold; height:80px;}
.ipd_d5_list li:nth-child(3n+1){ margin-top:0px;}
.ipd_d5_list li .ico{ position:absolute; left:10px; top:50%; width:40px; height:40px; margin-top:-20px; background:#2f8bf8; border-radius:50%; font-size:20px; color:#ffffff; line-height:40px; text-align:center; font-weight:bold;}
.ipd_d5_list li .txt{ line-height:30px; font-size:14px; color:#242424; font-weight:bold; position:absolute; left:60px; right:10px; top:50%; transform:translateY(-50%);}
.ipd_d5_img{ display:block; width:100%; object-fit: cover;}



/*数字化*/
/*.szh_d3_list{ margin-top:42.5px;}
.szh_d3_list li{ float:left; width:23%; margin-left:2.66%; border-radius:20px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); padding:55px 15px 15px 15px; box-sizing:border-box; position:relative;}
.szh_d3_list li:nth-child(4n+1){ margin-left:0%;}
.szh_d3_list li .ico{ position:absolute; left:50%; top:-42.5px; width:85px; height:85px; margin-left:-42.5px;}
.szh_d3_list li .title{ font-size:20px; color:#000000; line-height:40px; font-weight:bold;}
.szh_d3_list li .txt{ font-size:18px; color:#000000; line-height:30px; margin-top:5px; height:90px; text-align: justify;}
.szh_d3_list li .txt *{ line-height:30px;}
.szh_d3_list li .img{
  position: relative;
  padding: 22.5% 0;
  overflow:hidden;
  box-sizing:border-box;
  margin-top:10px;
}
.szh_d3_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}*/

.szh_d3_list{ margin-top:50px;}
.szh_d3_list li{ float:left; width:48%; margin-left:4%; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); padding:40px 5px 5px 5px; box-sizing:border-box; position:relative; margin-top:50px;}
.szh_d3_list li:nth-child(2n+1){ margin-left:0%;}
.szh_d3_list li:nth-child(1),
.szh_d3_list li:nth-child(2){ margin-top:0;}
.szh_d3_list li .ico{ position:absolute; left:50%; top:-30px; width:60px; height:60px; margin-left:-30px;}
.szh_d3_list li .title{ font-size:14px; color:#000000; line-height:25px; font-weight:bold; text-align:center;}
.szh_d3_list li .txt{ font-size:14px; color:#5b5b5b; line-height:25px; margin-top:5px; height:125px; text-align: justify;}
.szh_d3_list li .txt *{ line-height:25px;}
.szh_d3_list li .img{
  position: relative;
  padding: 39% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.szh_d3_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}




.szh_d4_list li{ margin-top:20px;}
.szh_d4_list li:nth-child(1){ margin-top:0;}
.szh_d4_list li:nth-child(3n+1){ background:#f5f5f5;}
.szh_d4_list li:nth-child(3n+2){ background:#dcdcdc;}
.szh_d4_list li:nth-child(3n+3){ background:#4f4f4f;}
.szh_d4_list li:nth-child(3n+4){ background:#3f8bf8;}
.szh_d4_list li .img{ display:block; width:100%; background:#f5f5f5; object-fit: cover;}
.szh_d4_list li .box{ box-sizing:border-box; position:relative; padding:10px;}
.szh_d4_list li .box .box_c{}
.szh_d4_list li .box .title{ font-size:16px; color:#000000; line-height:30px; font-weight:bold;}
.szh_d4_list li .box .txt{ font-size:14px; color:#434343; line-height:25px; margin-top:5px;}
.szh_d4_list li .box .txt *{ line-height:25px;}
.szh_d4_list li:nth-child(3n+3) .box .title,
.szh_d4_list li:nth-child(3n+4) .box .title{ color:#fff;}
.szh_d4_list li:nth-child(3n+3) .box .txt,
.szh_d4_list li:nth-child(3n+4) .box .txt{ color:#fff;}


.szh_d5{ background:#f4f9fd;}
/*.szh_d5_list{ float:left; width:700px;}
.szh_d5_list li{ padding:41px 20px 41px 95px; background:#fff; border-radius:18px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); box-sizing:border-box; position:relative; margin-top:30px;}
.szh_d5_list li .title{ line-height:40px; font-size:22px; color:#242424; font-weight:bold;}
.szh_d5_list li .txt{ line-height:30px; font-size:18px; color:#242424;}
.szh_d5_list li .txt *{ line-height:30px;}
.szh_d5_list li:nth-child(3n+1){ margin-top:0px;}
.szh_d5_list li .ico{ position:absolute; left:36px; top:50%; width:43px; height:43px; background:#2f8bf8; border-radius:50%; font-size:25px; color:#ffffff; line-height:43px; text-align:center; font-weight:bold; transform:translateY(-50%);}
.szh_d5_img{ float:right; width:calc(100% - 780px); height:518px; object-fit: cover;}*/

.szh_d5_list{}
.szh_d5_list li{ line-height:30px; padding:10px 10px 10px 60px; background:#fff; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); box-sizing:border-box; position:relative; margin-top:20px;}
.szh_d5_list li:nth-child(1){ margin-top:0px;}
.szh_d5_list li .ico{ position:absolute; left:10px; top:50%; width:40px; height:40px; margin-top:-20px; background:#2f8bf8; border-radius:50%; font-size:20px; color:#ffffff; line-height:40px; text-align:center; font-weight:bold;}
.szh_d5_list li .title{ line-height:25px; font-size:14px; color:#242424; font-weight:bold;}
.szh_d5_list li .txt{ line-height:25px; font-size:14px; color:#242424;}
.szh_d5_list li .txt *{ line-height:25px;}
.szh_d5_img{ display:block; width:100%; object-fit: cover;}



/*组织发展*/
/*.zzfz_d3_list{ margin-top:42.5px;}
.zzfz_d3_list li{ float:left; width:31%; margin-left:3.5%; border-radius:20px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); padding:55px 20px 20px 20px; box-sizing:border-box; position:relative;}
.zzfz_d3_list li:nth-child(3n+1){ margin-left:0%;}
.zzfz_d3_list li .ico{ position:absolute; left:50%; top:-42.5px; width:85px; height:85px; margin-left:-42.5px;}
.zzfz_d3_list li .title{ font-size:20px; color:#000000; line-height:40px; font-weight:bold;}
.zzfz_d3_list li .txt{ font-size:16px; color:#5b5b5b; line-height:25px; margin-top:10px; height:75px; text-align: justify;}
.zzfz_d3_list li .txt *{ line-height:25px;}
.zzfz_d3_list li .img{
  position: relative;
  padding: 22.5% 0;
  overflow:hidden;
  box-sizing:border-box;
  margin-top:10px;
}
.zzfz_d3_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}*/

.zzfz_d3_list{ margin-top:50px;}
.zzfz_d3_list li{ width:100%; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); padding:40px 10px 10px 10px; box-sizing:border-box; position:relative; margin-top:50px;}
.zzfz_d3_list li:nth-child(1){ margin-top:0;}
.zzfz_d3_list li .ico{ position:absolute; left:50%; top:-30px; width:60px; height:60px; margin-left:-30px;}
.zzfz_d3_list li .title{ font-size:14px; color:#000000; line-height:25px; font-weight:bold; text-align:center;}
.zzfz_d3_list li .txt{ font-size:14px; color:#5b5b5b; line-height:25px; margin-top:5px; text-align: justify;}
.zzfz_d3_list li .txt *{ line-height:25px;}
.zzfz_d3_list li .img{
  position: relative;
  padding: 22% 0;
  overflow:hidden;
  box-sizing:border-box;
  margin-top:10px;
}
.zzfz_d3_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}


.zzfz_d4_list li{ float:left; width:48%; margin-left:4%; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); padding:10px; box-sizing:border-box; position:relative; box-sizing:border-box; margin-top:20px; height:240px;}
.zzfz_d4_list li:nth-child(2n+1){ margin-left:0%;}
.zzfz_d4_list li .ico{ display:block; height:40px; margin:0 auto;}
.zzfz_d4_list li .title{ font-size:14px; color:#000000; line-height:25px; font-weight:bold; margin-top:5px; text-align:center;}
.zzfz_d4_list li .txt{ font-size:14px; color:#525252; line-height:25px;}
.zzfz_d4_list li .txt *{ line-height:25px;}

.zzfz_d5_list li{ margin-top:20px;}
.zzfz_d5_list li:nth-child(4n+1){ background:#f5f5f5;}
.zzfz_d5_list li:nth-child(4n+2){ background:#dcdcdc;}
.zzfz_d5_list li:nth-child(4n+3){ background:#4f4f4f;}
.zzfz_d5_list li:nth-child(4n+4){ background:#3f8bf8;}
.zzfz_d5_list li .img{ display:block; width:100%; background:#f5f5f5; object-fit: cover;}
.zzfz_d5_list li .box{ box-sizing:border-box; padding:10px;}
.zzfz_d5_list li .box .title{ font-size:16px; color:#000000; line-height:30px; font-weight:bold;}
.zzfz_d5_list li .box .txt{ font-size:14px; color:#434343; line-height:25px; margin-top:5px;}
.zzfz_d5_list li .box .txt *{ line-height:25px;}
.zzfz_d5_list li:nth-child(4n+3) .box .title,
.zzfz_d5_list li:nth-child(4n+4) .box .title{ color:#fff;}
.zzfz_d5_list li:nth-child(4n+3) .box .txt,
.zzfz_d5_list li:nth-child(4n+4) .box .txt{ color:#fff;}



/*行业训战*/
.hysz_d1{ background:#f4f9fd;}
.hysz_d1_list li{ float:left; width:50%; margin-top:20px;}
.hysz_d1_list li:nth-child(1),
.hysz_d1_list li:nth-child(2){ margin-top:0px;}
.hysz_d1_list li:nth-child(3){ margin-left:25%;}
.hysz_d1_list li .ico{ width:80px; height:80px; line-height:80px; text-align:center; border:#155299 1px solid; border-radius:50%; margin:0 auto;}
.hysz_d1_list li .ico img{ vertical-align:middle; height:34px;}
.hysz_d1_list li .txt{ font-size:16px; color:#000000; font-weight:bold; line-height:30px; text-align:center; padding-top:10px; margin-top:15px; position:relative;}
.hysz_d1_list li .txt:after{content: ""; width:36px; height:2px; background:#2f8bf8; position:absolute; top:0; left:50%; margin-left:-18px;}

.hysz_d2_c_list li .box{ position:relative;}
.hysz_d2_c_list li .box .img{ display:block; width:90%; height:4.3rem; border-radius:10px;}
.hysz_d2_c_list li .box .hysz_d2_txt{ background:#ffffff; margin-left:10%; width:90%; box-sizing:border-box; padding:15px; border-bottom-left-radius:20px; border-top-right-radius:20px; /*box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15);*/ position:relative; margin-top:-50px;}
.hysz_d2_c_list li .box .hysz_d2_txt .title1{ font-size:16px; color:#2f8bf8; font-weight:bold; line-height:50px; position:relative;}
.hysz_d2_c_list li .box .hysz_d2_txt .title1:after{content: ""; width:80px; height:2px; background:#2f8bf8; position:absolute; left:0; bottom:0;}
.hysz_d2_c_list li .box .hysz_d2_txt .title2{ font-size:16px; color:#000000; font-weight:bold; line-height:30px; margin-top:10px;}
.hysz_d2_c_list li .box .hysz_d2_txt .txt{ font-size:14px; color:#5f5f5f; line-height:25px; margin-top:10px;}
.hysz_d2_c_list li .box .hysz_d2_txt .txt *{ line-height:25px;}

.hysz_d2_c{ position:relative;}
.hysz_d2_c_bt{ position:relative;}
.hysz_d2_c_pagination{ line-height:70px; height:70px; position:relative; bottom:0;}
.hysz_d2_c_pagination .swiper-pagination-current{ font-size:25px; color:#2f8bf8;}
.hysz_d2_c_pagination .swiper-pagination-total{ font-size:20px; color:#b5b5b5;}
.hysz_d2_c_prev{ position:absolute; right:50%; top:50%; margin-top:-25px; width:50px; height:50px; border:#b5b5b5 1px solid; border-radius:50%; margin-right:80px; background: url(../images/hysz_d2_c_l.png) no-repeat center; background-size:auto 30px; z-index:11; transition:all 0.3s; cursor:pointer; outline:none;}
.hysz_d2_c_prev:hover{ border:#2f8bf8 1px solid; background: url(../images/hysz_d2_c_l_on.png) no-repeat center; background-size:auto 30px;}
.hysz_d2_c_next{ position:absolute; left:50%; top:50%; margin-top:-25px; width:50px; height:50px; border:#b5b5b5 1px solid; border-radius:50%; margin-left:80px; background: url(../images/hysz_d2_c_r.png) no-repeat center; background-size:auto 30px; z-index:11; transition:all 0.3s; cursor:pointer; outline:none;}
.hysz_d2_c_next:hover{ border:#2f8bf8 1px solid; background: url(../images/hysz_d2_c_r_on.png) no-repeat center; background-size:auto 30px;}

.hysz_d6{ background:#f7fbfe;}

.hysz_d7_box{ width:100%; margin-top:20px;}
.hysz_d7_box .img{
  position: relative;
  padding: 27% 0;
  overflow:hidden;
  box-sizing:border-box;
  z-index:1;
}
.hysz_d7_box .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.hysz_d7_box .img .title{ position:absolute; left:0; top:50%; width:100%; font-size:24px; color:#ffffff; line-height:30px; text-align:center; margin-top:-30px;}
.hysz_d7_list{ width:95%; background:#044692; border-radius:10px; padding:10px; box-sizing:border-box; position:relative; z-index:1; margin:-30px auto 0 auto;}
.hysz_d7_list li{ font-size:16px; color:#ffffff; line-height:30px; text-align:center; padding:10px 0; position:relative;}
.hysz_d7_list li:after{content: ""; width:13px; height:15px; background: url(../images/hysz_d7_ico.png) no-repeat center; position:absolute; top:-7px; left:50%; margin-left:-6.5px;}
.hysz_d7_list li:nth-child(3n+1):after{ display:none;}

.hysz_d8_list{ position:relative;}
.hysz_d8_list li{ float:left; width:33.33%; position:relative;}
.hysz_d8_list li:before{content: ""; width:100%; height:1px; background:#2f8bf8; position:absolute; left:0; top:115px; z-index:0;}
.hysz_d8_list li:nth-child(3n+1):after{content: ""; width:100%; height:1px; background:#fff; position:absolute; left:0; top:115px; width:50%; z-index:1;}
.hysz_d8_list li:nth-child(3n+3):after{content: ""; width:100%; height:1px; background:#fff; position:absolute; right:0; top:115px; width:50%; z-index:1;}
.hysz_d8_list li .ico{ background:#2f8bf8; padding:2px; border:#fff 26px solid; border-radius:50%; width:175px; margin:0 auto; position:relative; z-index:2;}
.hysz_d8_list li .ico .ico_c{ width:147px; height:147px; background:#2f8bf8; border-radius:50%; line-height:147px; text-align:center; font-size:35px; color:#ffffff; font-weight:bold; border:#fff 14px solid;}
.hysz_d8_list li .title{ font-size:30px; color:#2f8bf8; font-weight:bold; text-align:center; line-height:60px;}
.hysz_d8_list li .txt{ background:#f7fbfe; padding:30px; border:#2f8bf8 1px solid; border-radius:35px; box-sizing:border-box; width:95%; margin:0 auto; margin-top:20px; font-size:20px; color:#171717; line-height:35px; height:400px;}
.hysz_d8_list li .txt *{ line-height:35px;}

.hysz_d9_img{ display:block; width:100%; border-radius:10px; object-fit: cover;}
.hysz_d9_list{}
.hysz_d9_list li{ height:120px; background: url(../images/hysz_d9_bg.png) no-repeat left center; background-size:auto 100%; margin-top:20px; position:relative;}
/*.hysz_d9_list li:nth-child(1){ margin-top:0;}*/
.hysz_d9_list li .box{ position:absolute; left:15px; right:15px; top:50%; transform:translateY(-50%); box-sizing:border-box; padding-left:60px; font-size:20px; color:#171717; line-height:35px;}
.hysz_d9_list li .box .no{ position:absolute; left:0px; top:50%; width:47px; height:47px; line-height:47px; text-align:center; background:#2f8bf8; font-size:20px; color:#ffffff; font-weight:bold; border-radius:50%; transform:translateY(-50%);}
.hysz_d9_list li .box .title{ font-size:16px; color:#2f8bf8; font-weight:bold; line-height:30px;}
.hysz_d9_list li .box .txt{ font-size:14px; color:#171717; line-height:25px;}
.hysz_d9_list li .box .txt *{ line-height:25px;}


.hysz_d0_list li{ margin-top:20px; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); padding:20px 10px 20px 80px; box-sizing:border-box;}
.hysz_d0_list li:nth-child(1){ margin-top:0%;}
.hysz_d0_list li .ico{ position:absolute; left:10px; top:50%; width:60px; height:60px; margin-top:-30px;}
.hysz_d0_list li .title{ position:relative; box-sizing:border-box; font-size:16px; color:#000000; line-height:25px; font-weight:bold; padding-top:5px;}
.hysz_d0_list li .txt{ font-size:14px; color:#5b5b5b; line-height:25px; text-align: justify; padding-bottom:5px;}
.hysz_d0_list li .txt *{ line-height:25px;}



/*专家团队*/
.zjtd_list li{ margin-top:20px; border:#deeeff 1px solid; padding:10px; box-sizing:border-box; border-radius:10px;}
.zjtd_list li:nth-child(1){ margin-top:0;}
.zjtd_list li .img{
  position: relative;
  padding: 32% 0;
  overflow:hidden;
  box-sizing:border-box;
  z-index:1;
  border-radius:10px;
  overflow:hidden;
}
.zjtd_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.zjtd_list li .title1{ line-height:30px; padding:20px 0 15px 0; border-bottom:#eff0f1 1px solid; font-size:20px; color:#000000; font-weight:bold;}
.zjtd_list li .title1 span{ display:inline-block; border:#81bbff 1px solid; border-radius:5px; padding:0 10px; font-size:16px; color:#336eb4; position:relative; top:-2px; line-height:30px;}
.zjtd_list li .bq{ padding-top:10px; padding-bottom:20px;}
.zjtd_list li .bq div{ float:left; width:32%; margin-left:2%; height:36px; line-height:36px; background:#d5e9ff; font-size:12px; color:#336eb4; font-weight:bold; text-align:center; border-radius:5px; margin-top:10px;}
.zjtd_list li .bq div:nth-child(3n+1){ margin-left:0;}
.zjtd_list li .txt{ font-size:14px; color:#737373; line-height:30px;}
.zjtd_list li .txt img{ position:relative; top:-2px; margin-right:2px;}
.zjtd_list li .txt *{ line-height:40px;}
.zjtd_list li a.zjtd_more{ display:block; width:204px; height:43px; border:#2f8bf8 1px solid; border-radius:23px; margin:0 auto; background:#2f8bf8; font-size:16px; color:#ffffff; line-height:43px; text-align:center; transition:all 0.3s;}
.zjtd_list li a.zjtd_more:hover{ background:#fff; color:#2f8bf8;}
.zjtd_list li:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}



/*关于我们*/
.ab_d1{ background: url(../images/ab_d1_bg.jpg) no-repeat top center; background-size:100% auto;}
.ab_d1_img{ display:block; width:90%; margin:0 auto;}
.ab_d1_txt{ width:100%; font-size:14px; color:#5f5f5f; line-height:25px;}
.ab_d1_txt *{ line-height:25px;}

.ab_d2_list{ border-top:#dadada 1px solid; border-bottom:#dadada 1px solid;}
.ab_d2_list li{ float:left; width:50%; position:relative; padding:20px 0;}
.ab_d2_list li .ab_d2_box{ position:relative;}
.ab_d2_list li .ab_d2_box .ico{ text-align:center; }
.ab_d2_list li .ab_d2_box .ico img{ height:30px;}
.ab_d2_list li .ab_d2_box .txt1{ font-size:30px; color:#2f8bf8; font-weight:bold; line-height:40px; text-align:center;}
.ab_d2_list li .ab_d2_box .txt1 .no{ position:relative; left:5px; top:-15px; font-size:14px; font-weight:normal;}
.ab_d2_list li .ab_d2_box .txt2{ font-size:14px; color:#5f5f5f; line-height:30px; text-align:center;}
.ab_d2_list li:after{content: ""; width:1px; height:90px; background:#e6e6e6; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.ab_d2_list li:nth-child(2n+1):after{ display:none;}
.ab_d2_list li:before{content: ""; width:90px; height:1px; background:#e6e6e6; position:absolute; top:0; left:50%; transform:translateX(-50%);}
.ab_d2_list li:nth-child(1):before,
.ab_d2_list li:nth-child(2):before{ display:none;}


.ab_d3{ background:#f4f9fd;}
.ab_d3_list li{ margin-top:10px;}
.ab_d3_list li:nth-child(1){ margin-top:0;}
.ab_d3_list li .ab_d3_img{ display:block; width:100%; border-radius:10px; margin-top:10px;}
.ab_d3_list li .ab_d3_box{ box-sizing:border-box; position:relative;}
.ab_d3_list li .ab_d3_box .box{ width:100%; box-sizing:border-box;}
.ab_d3_box .box_li{ position:relative; padding:10px 0 10px 70px;}
.ab_d3_box .box_li .ico{ position:absolute; left:0; top:50%; margin-top:-30px; height:60px;}
.ab_d3_box .box_li .ico img{ display:block; width:60px; height:60px;}
.ab_d3_box .box_li .title{ font-size:16px; color:#000000; font-weight:bold; line-height:30px;}
.ab_d3_box .box_li .txt{ font-size:14px; color:#5f5f5f; line-height:25px;}
.ab_d3_box .box_li .txt *{ line-height:25px;}

.ab_d4_list li{ width:100%;}
.ab_d4_list li .ab_d4_img{ float:left; display:block; width:50%; height:200px; object-fit: cover;}
.ab_d4_list li .box{ float:left; display:block; width:50%; height:200px; position:relative;  background:#2f8bf8;}
.ab_d4_list li .box .box_c{ position:absolute; left:0; bottom:50%; transform:translateY(50%); width:100%; box-sizing:border-box; padding:0 10%;}
.ab_d4_list li .box .box_c .ico{ line-height:50px;}
.ab_d4_list li .box .box_c .ico img{ height:40px; vertical-align:middle;}
.ab_d4_list li .box .box_c .title{ font-size:16px; color:#fff; font-weight:bold; line-height:40px; position:relative;}
.ab_d4_list li .box .box_c .title:after{content: ""; width:40px; height:1px; background:#fff; position:absolute; left:0; bottom:0;}
.ab_d4_list li .box .box_c .txt{ font-size:14px; color:#fff; line-height:25px; margin-top:5px;}
.ab_d4_list li .box .box_c .txt *{ line-height:25px;}

.ab_d5{ background:#f4f9fd;}
.ab_d5_list li{ float:left; width:30%; height:116px; border:#cfcfcf 1px solid; box-sizing:border-box; margin-left:5%; padding-left:120px; position:relative; font-size:20px; color:#262626; line-height:30px; padding-top:28px;}
.ab_d5_list li *{ line-height:30px;}
.ab_d5_list li:nth-child(3n+1){ margin-left:0;}
.ab_d5_list li .ico{ position:absolute; left:0; top:0; width:120px; height:116px; line-height:116px; text-align:center;}


/*AI转型*/

.aizx_d4_list{ margin-top:50px;}
.aizx_d4_list li{ width:100%; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); padding:40px 10px 10px 10px; box-sizing:border-box; position:relative; margin-top:50px;}
.aizx_d4_list li:nth-child(1){ margin-top:0;}
.aizx_d4_list li .ico{ position:absolute; left:50%; top:-30px; width:60px; height:60px; margin-left:-30px;}
.aizx_d4_list li .title{ font-size:16px; color:#000000; line-height:25px; font-weight:bold; text-align:center;}
.aizx_d4_list li .txt{ font-size:14px; color:#5b5b5b; line-height:25px; margin-top:5px; text-align: justify;}
.aizx_d4_list li .txt *{ line-height:25px;}
.aizx_d4_list li .img{
  position: relative;
  padding: 39% 0;
  overflow:hidden;
  box-sizing:border-box;
  margin-top:10px;
}
.aizx_d4_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}




.aizx_d5{ background:#f4f9fd;}
.aizx_d5_list{ float:left; width:700px;}
.aizx_d5_list li{ padding:21px 20px 21px 95px; background:#fff; border-radius:18px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); box-sizing:border-box; position:relative; margin-top:30px;}
.aizx_d5_list li .title{ line-height:40px; font-size:22px; color:#242424; font-weight:bold;}
.aizx_d5_list li .txt{ line-height:30px; font-size:18px; color:#242424;}
.aizx_d5_list li:nth-child(1){ margin-top:0px;}
.aizx_d5_list li .ico{ position:absolute; left:36px; top:50%; width:43px; height:43px; background:#2f8bf8; border-radius:50%; font-size:25px; color:#ffffff; line-height:43px; text-align:center; font-weight:bold; transform:translateY(-50%);}
.aizx_d5_img{ float:right; width:calc(100% - 780px); height:538px; object-fit: cover;}



/*专家诊断*/
.mfzd_d1{ position:relative;}
.mfzd_d1_img{ display:block; width:100%; height:150px;}
.mfzd_d1_txt{ position:absolute; left:0%; bottom:50%; transform:translateY(50%); width:100%; box-sizing:border-box; padding:0 3%; font-size:18px; color:#ffffff; font-weight:bold; text-align:center; line-height:30px;}
.mfzd_d2_list li{ width:100%; background:#f5f5f5; position:relative; box-sizing:border-box; margin-top:20px;}
.mfzd_d2_list li .img{ float:left; display:block; width:50%; height:150px; object-fit: cover;}
.mfzd_d2_list li .box{ float:right; width:50%; height:150px; position:relative;}
.mfzd_d2_list li .box .box_c{ position:absolute; left:0; bottom:50%; transform:translateY(50%); width:100%; box-sizing:border-box; padding:0 10px;}
.mfzd_d2_list li .box .title{ font-size:16px; color:#000000; line-height:30px; font-weight:bold;}
.mfzd_d2_list li .box .txt{ font-size:14px; color:#5f5f5f; line-height:25px;}
.mfzd_d2_list li .box .txt *{ line-height:25px;}
.mfzd_d2_list li:nth-child(2n) .img{ float:right;}
.mfzd_d2_list li:nth-child(2n) .box{ float:left;}

.mfzd_d3{ background: url(../images/mfzd_d3_bg.jpg) no-repeat center; background-size:cover;}
/*.mfzd_d3_list li{ float:left; width:31%; margin-left:3.5%; padding:120px 2% 0 2%; height:282px; box-sizing:border-box; background:#fff; border-bottom-left-radius:50px; border-top-right-radius:50px; position:relative;}
.mfzd_d3_list li:nth-child(3n+1){ margin-left:0;}
.mfzd_d3_list li .ico{ width:180px; height:180px; line-height:180px; text-align:center; background:#2f8bf8; border-radius:50%; position:absolute; left:50%; top:-90px; margin-left:-90px;}
.mfzd_d3_list li .ico img{ height:60px; }
.mfzd_d3_list li .title{ font-size:26px; color:#000000; line-height:60px; text-align:center;}
.mfzd_d3_list li .txt{ font-size:18px; color:#5f5f5f; line-height:30px; text-align:center;}
.mfzd_d3_list li .txt *{ line-height:30px;}*/

.mfzd_d3_list li{ border:#d7d7d7 1px solid; box-sizing:border-box; border-bottom-left-radius:20px; border-top-right-radius:20px; overflow:hidden; background:#fff; margin-top:20px; padding-top:10px; padding-bottom:10px;}
.mfzd_d3_list li:nth-child(1){ margin-top:0px;}
.mfzd_d3_list li .box_c{ padding-left:80px; position:relative;}
.mfzd_d3_list li .box_c .ico{ position:absolute; top:50%; left:10px; margin-top:-30px; width:60px; height:60px; line-height:60px; text-align:center; background:#2f8bf8; border-radius:50%;}
.mfzd_d3_list li .box_c .ico img{ height:25px; vertical-align:middle;}
.mfzd_d3_list li .box_c .title{ font-size:16px; color:#000000; line-height:30px; font-weight:bold;}
.mfzd_d3_list li .box_c .txt{ font-size:14px; color:#5f5f5f; line-height:25px;}
.mfzd_d3_list li .box_c .txt *{ line-height:25px;}
.mfzd_d3_list li:hover{ box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15);}


.mfzd_d4_box{}
.mfzd_d4_box_title{ font-size:20px; color:#000000; font-weight:bold; line-height:30px; text-align:center;}
.mfzd_d4_box_title *{ line-height:30px;}
.mfzd_d4_box_txt{ font-size:16px; color:#000000; line-height:30px; text-align:center;}
.mfzd_d4_img{ display:block; width:100%; border-radius:10px;}

.mfzd_d4_box_list{}
.mfzd_d4_box_list li{ float:left; width:48%; margin-left:4%; margin-top:10px; box-sizing:border-box; background:#2f8bf8; line-height:48px; font-size:14px; color:#ffffff; font-weight:bold; border-radius:10px; padding-left:40px; position:relative;}
.mfzd_d4_box_list li:nth-child(2n+1){ margin-left:0;}
.mfzd_d4_box_list li:after{content: ""; width:24px; height:24px; background: url(../images/mfzd_d4_box_list_ico.png) no-repeat center; background-size:100% 100%; position:absolute; left:10px; bottom:50%; transform:translateY(50%);}


.mfzd_d5{ background: url(../images/mfzd_d5_bg.jpg) no-repeat top center; height:250px; position:relative;}
.mfzd_d5 .mfzd_d5_box{ position:absolute; left:0; bottom:50%; transform:translateY(50%); width:100%;}
.mfzd_d5_box_title{ font-size:20px; color:#ffffff; font-weight:bold; line-height:30px; text-align:center;}
.mfzd_d5_box_txt{ font-size:16px; color:#ffffff; line-height:30px; text-align:center;}
.mfzd_d5_box_txt *{ line-height:30px;}

.mfzd_d6_txt{ font-size:16px; color:#171717; font-weight:bold; line-height:30px; text-align:center;}
.mfzd_d6_txt *{ line-height:30px;}

/*.mfzd_d6_list{ float:left; width:700px;}
.mfzd_d6_list li{ line-height:40px; padding:30px 0 30px 95px; background:#f4f9fd; border-radius:20px; box-shadow: 5px 5px 10px 0px rgba(10, 2, 5, 0.15); box-sizing:border-box; position:relative; margin-top:30px; font-size:22px; color:#242424;}
.mfzd_d6_list li:nth-child(1){ margin-top:0px;}
.mfzd_d6_list li .ico{ position:absolute; left:36px; top:50%; width:43px; height:43px; margin-top:-21.5px; background:#2f8bf8; border-radius:50%; font-size:25px; color:#ffffff; line-height:43px; text-align:center; font-weight:bold;}
.mfzd_d6_list li .title{ font-size:24px; color:#242424; line-height:45px; font-weight:bold;}
.mfzd_d6_list li .txt{ font-size:18px; color:#484848; line-height:30px;}
.mfzd_d6_list li .txt *{ line-height:30px;}
.mfzd_d6_img{ float:right; width:calc(100% - 750px); height:630px; object-fit: cover;}*/


.mfzd_d6_list{}
.mfzd_d6_list li{ line-height:30px; padding:10px 10px 10px 60px; background:#f4f9fd; border-radius:10px; box-shadow: 2px 2px 10px 0px rgba(10, 2, 5, 0.15); box-sizing:border-box; position:relative; margin-top:20px;}
.mfzd_d6_list li:nth-child(1){ margin-top:0px;}
.mfzd_d6_list li .ico{ position:absolute; left:10px; top:50%; width:40px; height:40px; margin-top:-20px; background:#2f8bf8; border-radius:50%; font-size:20px; color:#ffffff; line-height:40px; text-align:center; font-weight:bold;}
.mfzd_d6_list li .title{ line-height:25px; font-size:14px; color:#242424; font-weight:bold;}
.mfzd_d6_list li .txt{ line-height:25px; font-size:14px; color:#242424;}
.mfzd_d6_list li .txt *{ line-height:25px;}
.mfzd_d6_img{ display:block; width:100%; object-fit: cover;}


.mfzd_d8_list li{ width:100%; margin-top:20px; position:relative;}
.mfzd_d8_list li:nth-child(1){ margin-top:0;}
.mfzd_d8_list li .img{
  position: relative;
  padding: 32% 0;
  overflow:hidden;
  box-sizing:border-box;
  overflow:hidden;
}
.mfzd_d8_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.8s;
  opacity:1;
}
.mfzd_d8_list li .txt{ position:absolute; left:0; bottom:0; width:100%; padding:0 10px; background:rgba(0,0,0,0.65); line-height:40px; height:40px; font-size:14px; color:#ffffff; box-sizing:border-box;}

.mfzd_d9_r{ display:block; width:100%; object-fit: cover;}
.mfzd_d9_l{  background: url(../images/mfzd_d9_l_img.jpg) no-repeat center; background-size:cover; position:relative; box-sizing:border-box;}
.mfzd_d9_l_list{}
.mfzd_d9_l_list li{ padding:10px 0 10px 130px; font-size:14px; color:#ffffff; line-height:30px; height:30px; position:relative;}
.mfzd_d9_l_list li .title{ position:absolute; left:0; bottom:50%; transform:translateY(50%); width:120px; height:30px; background: url(../images/mfzd_d9_l_ico_bg.png) no-repeat center; background-size:auto 100%; line-height:30px; text-align:center; font-size:14px; color:#2f8bf8; font-weight:bold;}

.mfzd_d10{ background:#f4f9fd;}
.mfzd_d10_box{ background:#fff; border:#2f8bf8 1px solid; border-radius:10px; padding:15px;}
.mfzd_d10_list li{ margin-top:5px;}
.mfzd_d10_list li .title{ font-size:18px; color:#000000; font-weight:bold; line-height:40px; font-weight:bold;}
.mfzd_d10_list li .title .ico{ position:relative; top:-3px; margin-right:10px; vertical-align:middle;}
.mfzd_d10_list li .title2{ font-size:16px; color:#222222; line-height:40px;}
.yy_inp{ display:block; width:100%; height:40px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px; color:#848484; border:#ccc 1px solid; box-sizing:border-box;}
.yy_sel{ display:block; width:100%; height:40px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px; color:#848484; border:#ccc 1px solid; box-sizing:border-box; background:#fff;}
.yy_textarea{ display:block; width:100%; height:100px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px; color:#848484; border:#ccc 1px solid; box-sizing:border-box; font-family:"微软雅黑"; padding-top:5px; line-height:30px;}
.yy_bt{ display:block; width:100%; height:50px; background:#2f8bf8; margin:0 auto; border:0; font-size:16px; color:#ffffff; line-height:50px; text-align:center; cursor:pointer; border-radius:5px !important;}
.mfzd_d10_txt{ font-size:14px; color:#555555; line-height:30px; text-align:center; margin-top:20px;}
.mfzd_d10_txt *{ line-height:30px;}


/*新闻列表*/
.news_title{ font-size:20px; color:#000000; font-weight:bold; line-height:30px; border-bottom:#eaeaea 1px solid; position:relative;}
.news_search_box{ border:#878787 1px solid; width:100%; height:50px; box-sizing:border-box;}
.news_search_box .txt{ float:left; border:0; width:90%; height:48px; line-height:48px; outline:none; padding:0 10px; box-sizing:border-box;}
.news_search_box .btn{ float:right; border:0; width:10%; height:48px; background: url(../images/search_bt_ico.png) no-repeat center; cursor:pointer;}
.bq_list a{ display:inline-block; min-width:54px; background:#d5e9ff; height:30px; line-height:30px; text-align:center; font-size:14px; color:#336eb4; font-weight:bold; border-radius:5px; margin-right:5px; padding:0 10px; transition:all 0.3s; margin-top:10px;}
.bq_list a.on,
.bq_list a:hover{ background:#2f8bf8; color:#fff;}


.bq_list2{}
.bq_list2 a{ display:inline-block; min-width:54px; background:#f1f1f1; height:30px; line-height:30px; text-align:center; font-size:14px; color:#888888; font-weight:bold; border-radius:5px; margin-right:5px; padding:0 15px; transition:all 0.3s;}
.bq_list2 a .ico{ display:inline-block; width:18px; height:18px; position:relative; top:4px; margin-right:5px;}
.bq_list2 a .ico1{ background: url(../images/px_ico1.png) no-repeat center;}
.bq_list2 a .ico2{ background: url(../images/px_ico2.png) no-repeat center;}
.bq_list2 a.on,
.bq_list2 a:hover{ background:#d5e9ff; color:#336eb4;}
.bq_list2 a.on .ico1,
.bq_list2 a:hover .ico1{ background: url(../images/px_ico1_on.png) no-repeat center;}
.bq_list2 a.on .ico2,
.bq_list2 a:hover .ico2{ background: url(../images/px_ico2_on.png) no-repeat center;}

.news_list li{ border:#e6e6e6 1px solid; padding:10px; margin-top:20px; transition:all 0.3s;}
.news_list li:nth-child(1){ margin-top:0px;}
.news_list li .img{}
.news_list li .img img{ display:block; width:100%; height:3.9rem; object-fit: cover;}
.news_list li .txt_box{}
.news_list li .txt_box .title{ font-size:16px; color:#000000; line-height:30px; font-weight:bold; margin-top:10px;}
.news_list li .txt_box .title a{ color:#000000;}
.news_list li .txt_box .txt{ font-size:14px; color:#5a5a5a; line-height:25px; padding-top:10px; margin-top:15px; border-top:#eaeaea 1px solid;}
.news_list li .txt_box .txt_rq{ font-size:14px; color:#929292; line-height:25px; margin-top:10px;}
.news_list li .txt_box .title a:hover{ color:#336eb4;}
.news_list li:hover{ border:#338df8 1px solid; box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}



/*新闻详情页*/
.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:#000 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:#2f8bf8 1px solid; background:url(../images/news_i_more_ico2_on.png) #2f8bf8 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;}


/*联系我们*/
.lxwm_title{ height:40px; line-height:40px; text-align:center; position:relative;}
.lxwm_title:after{content: ""; position:absolute; left:0; top:50%; width:100%; height:1px; background:#dadada;}
.lxwm_title .title{ display:inline-block; height:40px; line-height:40px; font-size:18px; color:#000000; font-weight:bold; position:relative; z-index:1; background:#fff; padding:0 15px;}
/*.lx_d1{ background: url(../images/lx_d1_bg.jpg) no-repeat center; background-size:cover; height:6rem; position:relative; border-radius:15px;}*/
.lx_d1_list{}
.lx_d1_list li{ background:#f1f8fe; padding:10px 10px; line-height:30px; font-size:14px; color:#000000; border-radius:10px; margin-top:10px;}
.lx_d1_list li:nth-child(1){ margin-top:0px;}
.lx_d1_list li span{ font-weight:bold;}
.lx_d1_list li .ico{ height:26px; width:26px; position:relative; top:-2px; margin-right:10px; vertical-align:middle;}
.lxwm_img{ display:block; width:100%; border-radius:10px;}
.lx_d2{ background:#f4f9fd;}

.lx_d2{ background:#f4f9fd;}
.lx_d2_box{ background:#fff; border:#2f8bf8 1px solid; border-radius:10px; padding:15px;}
.lx_d2_list li{ margin-top:5px;}
.lx_d2_list li .title{ font-size:18px; color:#000000; font-weight:bold; line-height:40px; font-weight:bold;}
.lx_d2_list li .title .ico{ position:relative; top:-3px; margin-right:10px; vertical-align:middle;}
.lx_d2_list li .title2{ font-size:16px; color:#222222; line-height:40px;}
.lx_inp{ display:block; width:100%; height:40px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px; color:#848484; border:#ccc 1px solid; box-sizing:border-box;}
.lx_sel{ display:block; width:100%; height:40px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px; color:#848484; border:#ccc 1px solid; box-sizing:border-box; background:#fff;}
.lx_textarea{ display:block; width:100%; height:100px; box-sizing:border-box; padding:0 10px; border:0; outline:none; font-size:14px; color:#848484; border:#ccc 1px solid; box-sizing:border-box; font-family:"微软雅黑"; padding-top:5px; line-height:30px;}
.lx_bt{ display:block; width:100%; height:50px; background:#2f8bf8; margin:0 auto; border:0; font-size:16px; color:#ffffff; line-height:50px; text-align:center; cursor:pointer; border-radius:5px !important;}
.lx_d2_txt{ font-size:14px; color:#555555; line-height:30px; text-align:center; margin-top:20px;}
.lx_d2_txt *{ line-height:30px;}


/*核心价值*/
.hxjj_c{ background: url(../images/hxjj_bg.jpg) no-repeat center; background-size:cover;}
.hxjj_c_title{ font-size: 18px; color: #fff; line-height: 30px; font-weight: bold; text-align: center;}
.hxjj_c_list li{ border-top:#83adf0 1px solid; padding-top:10px; margin-top:10px; position:relative; padding-left:50px; font-size:14px; color:#fff; line-height:25px; min-height:50px;}
.hxjj_c_list li:nth-child(1){ margin-top:0px; border-top:0px;}
.hxjj_c_list li .ico{ position:absolute; left:0; top:15px; width:40px;}
.hxjj_c_list li .ico img{ width:40px;}

.yjpp_d9_ewm{ margin-top:15px; text-align:center;}
.yjpp_d9_ewm li{ display:inline-block; margin:0 5px; width:100px;}
.yjpp_d9_ewm li img{ display:block; width:100px;}
.yjpp_d9_ewm li .txt{ font-size:14px; color:#4a4a4a; line-height:30px; text-align:center;}
.f_lx_box_hr{ background:#add1fd; height:1px; width:100%;}

