/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* Animate.css动画演示 */
@import "../swiper/animate.min.css";

/* 字体图标 */
@import "../css/font/css/font-awesome.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.header-index {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.header-index>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-index-active{
  background-color: rgba(3,110,184,0.9);
}
.logo{
  padding: 12px 0;
}
.logo > a{
  width: 245px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}

/* 导航 */
nav {
  width: 73% !important;
  float: right;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav{
  width: calc(100% - 150px);
  float: left;
  height: 100%;
}
.nav>li{
  width: 14.285%;
  height: 100%;
  float: left;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #fff;
  color: #026fd6;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}
.nav-child .nav-about{
  width: 73%;
  float: right;
}
.nav-child .nav-news{
  width: 36%;
  float: right;
}
.nav-child .nav-contact{
  width: 24%;
  float: right;
}


.nav-child ul{
  float: left;
  position: relative;
  left: -6%;
}
.nav-child ul>li{
  float: left;
}
.nav-child ul>li>a{
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 0 23px;
}
.nav-child ul>li>a:hover{
  background-color: #2981be;
  color: #fff;
}

/* 搜索 */
.search{
  width: 132px;
  float: right;
  border: 1px solid #d3d3d3;
  background-color: #fff;
}
.search_inp1{
  width: calc(100% - 32px);
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.search_btn{
  width: 32px;
  float: left;
  height: 30px;
  background: url(../images/search.png) no-repeat center center;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox{
  width: 100%;
  height: 100%;
}
.banner .banner-imgbox .swiper-slide>img{
	width: 100%;
	display: block;
	height: auto;
}
/* .banner .banner-imgbox .swiper-slide{
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .banner-imgbox .swiper-slide:nth-child(3){
	background-position: right center;
} */

.banner_hover{
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.banner_img1{
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
.banner_img1 img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.banner_img2{
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
.banner_img2 img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.banner_txt{
  display: block;
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 6px;
  line-height: 42px;
  text-align: center;
  font-family: "Segoe Print";
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  opacity: 0.55;
}

.banner2_txt{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.banner2_txt>img{
	display: block;
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}

.banner3_hover{
	width: 90%;
	height: 100%;
	float: left;
	max-width: 928px;
	position: absolute;
	left: 5%;
	top: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	align-content: center;
}
.banner3_hover>div{
	width: 100%;
	float: left;
}
.banner3_hover img{
	display: block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}




/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #026fd6;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页*/
.capital{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.capital_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.capital_p{
  line-height: 38px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.capital_sp{
  line-height: 30px;
  font-size: 18px;
  color: #999;
  margin-top: 5px;
}
.capital_ul{
  display: block;
  overflow: hidden;
  width: 1220px;
}
.capital_ul li{
  width: 285px;
  float: left;
  margin: 20px 20px 0 0;
}
.capital_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.capital_ul li>a .capital_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.capital_ul li>a .capital_img::before{
  content: "";
  display: block;
  padding-top: 75.4386%;
}
.capital_ul li>a .capital_img .capital_tit{
  width: 100%;
  line-height: 34px;
  font-size: 18px;
  font-weight: bold;
  color: #252525;
  text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}
.capital_ul li>a .capital_hover{
  width: 100%;
  height: 100%;
  background-color: rgba(48,139,202,0);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.capital_ul li>a .capital_hover .capital_pp{
  width: 100%;
  float: left;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  left: -100%;
  z-index: 2;
  transition: all 0.4s;
}
.capital_ul li>a .capital_hover .capital_ps{
  width: 100%;
  float: left;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  right: -100%;
  z-index: 2;
  transition: all 0.4s;
}
.capital_ul li>a:hover .capital_img .capital_tit{
  bottom: -100%;
}
.capital_ul li>a:hover .capital_hover{
  background-color: rgba(48,139,202,0.65);
}
.capital_ul li>a:hover .capital_hover .capital_pp{
  left: 0;
}
.capital_ul li>a:hover .capital_hover .capital_ps{
  right: 0;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 30px 0 0 0;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 42px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-top: 30px;
}
.gsjj_left{
  width: 38%;
  float: left;
  border: 3px solid #f8f8f8;
  overflow: hidden;
  position: relative;
}
.gsjj_left::before{
  content: "";
  display: block;
  padding-top: 61.8422%;
}
.gsjj_right{
  width: 62%;
  float: left;
  padding-right: 30px;
}
.gsjj_tit{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  background: url(../images/gsjj_icon.png) no-repeat left center;
  padding-left: 55px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  margin: 25px 0 0 20px;
  padding-left: 35px;
  font-size: 15px;
  line-height: 30px;
  color: #333;
  height: 150px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  position: relative;
  border-left: 1px solid #999;
}

.gsjj_more{
  display: block;
  overflow: hidden;
  padding: 25px 0 0 30px;
  margin-left: 20px;
  border-left: 1px solid #999;
}
.gsjj_more>a{
  float: left;
  line-height: 30px;
  font-size: 22px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 40px 4px 0;
  position: relative;
  background: url(../images/gsjj_jiantou.png) no-repeat right bottom;
}
.gsjj_more>a>span{
  float: left;
  font-size: 15px;
  color: #999;
  padding-right: 10px;
}
.gsjj_more>a::before{
  content: "";
  width: calc(100% + 30px);
  float: left;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: -30px;
  bottom: 0px;
  z-index: 2;
}
.gsjj_more>a:hover{
  color: #4091c9;
}
.gsjj_more>a:hover>span{
  color: #4091c9;
}

.team_ul{
  display: block;
  overflow: hidden;
  padding-top: 25px;
  margin-bottom: 25px
}
/* .team_ul li{
  width: 33.3333%;
  float: left;
} */
.team_ul .swiper-slide .team_B{
  width: 100%;
  overflow: hidden;
  max-width: 282px;
  background: url(../images/team_li_bj.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px;
  margin: 0 auto;
}
.team_ul .swiper-slide .team_B .team_img{
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.team_ul .swiper-slide .team_B .team_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.team_ul .swiper-slide .team_txt{
  display: block;
  overflow: hidden;
  margin-top: 25px;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #333;
}
.team_ul .swiper-slide .team_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  margin-top: 5px;
}
.team_ul .swiper-slide .team_more>span{
  float: left;
  width: 130px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #dadada;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
}
.team_ul .swiper-slide:hover .team_more>span{
  background-color: #4091c9;
  color: #fff;
}

.case{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.case-imgbox{
  margin-top: 35px;
}
.case-imgbox .swiper-slide .case_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case-imgbox .swiper-slide .case_img::before{
  content: "";
  display: block;
  padding-top: 75.3887%;
}
.case-imgbox .swiper-slide .case_txt{
  width: 100%;
  overflow: hidden;
  height: 56px;
  line-height: 54px;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.case-imgbox .swiper-slide:hover .case_img img{
  transform: scale(1.1);
}
.case-imgbox .swiper-slide:hover .case_txt{
  color: #036eb8;
}
.case_more{
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.case_more>a{
  width: 180px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-image: linear-gradient(to right, #1760b4,#33a3eb);
  border-radius: 20px;
}
.case_more>a:hover{
  background-image: linear-gradient(to left, #1760b4,#33a3eb);
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
}
.news_ul{
  display: flex;
  flex-wrap: wrap;
  width: 1226px;
  padding-top: 20px;
}
.news_ul li{
  width: 374px;
  float: left;
  margin: 0 26px 22px 0;
}
.news_ul li>a{
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 10px 10px 15px 10px;
}
.news_ul li>a .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_ul li>a .news_img::before{
  content: "";
  display: block;
  padding-top: 65.9091%;
}
.news_ul li>a .news_R{
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.news_ul li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li>a .news_R .news_p>span{
  float: right;
  font-size: 12px;
  color: #999;
}
.news_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul li>a:hover .news_R .news_p{
  color: #036eb8;
}
.news .case_more{
  padding-top: 10px;
}

.hz-imgbox{
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
}
.hz-imgbox .swiper-slide>a{
  display: block;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  position: relative;
}
.hz-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 56.52174%;
}
.hz-imgbox .swiper-slide>a:hover{
  border-color: #036eb8;
}
.hz-imgbox .swiper-slide>a:hover img{
  transform: scale(1.1);
}
/*END-首页*/

/* 底部 */
footer {
  background: #222;
}
.link{
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  padding: 25px 0;
  color: #999;
  font-size: 14px;
  border-bottom: 1px solid #575757;
}
.link>span{
  float: left;
  font-size: 16px;
  color: #fff;
  margin-right: 30px;
}
.link>p>a{
  color: #999;
  margin: 0 15px;
}
.link>p>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.footer_left{
  width: 58.25%;
  float: left;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.footer_left>a{
  color: #999;
}
.footer_left>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer_right{
  width: 39.25%;
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.footer_right img{
  width: 135px;
  float: left;
  height: 135px;
  margin: 5px 35px 0 0;
}
/* END-底部 */

/* 内页公用头部 */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .nav>li>a{
  color: #282828;
}
.header .nav>li:first-child>a>img:first-child{opacity: 1;}
.header .nav>li:first-child>a>img:last-child{opacity: 0;}
.header .nav>li:hover>a,
.header .nav>li.nav-this>a{
  background-color: #026fd6;
  color: #fff;
}
.header .nav>li:first-child:hover>a>img:first-child{opacity: 0;}
.header .nav>li:first-child:hover>a>img:last-child{opacity: 1;}

.N_banner{
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.N_banner::before{
  content: "";
  display: block;
  padding-top: 400px;
}
.N_banner_hover{
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #fff;
}
.N_banner_p{
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 36px;
  font-weight: bold;
}
.N_banner_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 2px;
}
/* END-内页公用头部 */

/* 关于我们 */
.dqwz_title{
  width: 100%;
  float: left;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ddd;
}
.about_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about_ul>li{
  float: left;
  margin: 0 1px;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 0 38px;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  background-color: #fff;
}

.dqwz_contect{
  width: 100%;
  float: left;
  padding: 60px 0;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}
.company_title{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-bottom: 20px;
}
.company img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* END-关于我们 */

/* 业务简介 */
.yw{
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #282828;
  line-height: 30px;
}
.yw img{
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
/* END-业务简介 */

/* 团队简介 */
.team{
  width: 100%;
  overflow: hidden;
  background-color: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
}
.team_left{
  width: 50%;
  float: left;
  padding: 50px 0;
}
.team_box{
  width: 100%;
  float: right;
  max-width: 600px;
  padding-right: 40px;
}
.team_title{
  display: block;
  overflow: hidden;
}
.team_p{
  line-height: 34px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.team_sp{
  line-height: 22px;
  margin-top: 10px;
  font-size: 18px;
  color: #b9b9b9;
  text-transform: uppercase;
}
.team_sp::after{
  content: "";
  width: 46px;
  display: block;
  height: 3px;
  background-color: #036eb8;
  margin-top: 15px;
}
.team_txt{
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-top: 35px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.team_right{
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}

.chairman{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.chairman_img{
  width: 334px;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #c9c9c9;
  margin-right: 30px;
}
.chairman_img::before{
  content: "";
  display: block;
  padding-top: 106.04192%;
}
.chairman_img img{
  z-index: 5;
}
.chairman_name{
  width: 100%;
  float: left;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.chairman_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-top: 25px;
}
.chairman_sp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #036eb8;
  margin-top: 10px;
}
.chairman_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}

.tpe_ul{
  width: 100%;
  display: block;
  overflow: hidden;
}
.tpe_ul li{
  width: 25%;
  float: left;
}
.tpe_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #c9c9c9;
      /* border-radius: 50%; */
}
.tpe_ul li>a>img{
  transform:scale(1.2)
}

.tpe_ul li>a::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.tpe_ul li>a .tpe_txt{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  align-content: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  text-align: center;
  padding-bottom: 20px;
}
.tpe_ul li>a:hover .tpe_txt{
  opacity: 1;
}
/* END-团队简介 */

/* 投资案例 */
.news_ul1{
  display: block;
  overflow: hidden;
  width: 1239px;
}
.news_ul1 li{
  width: 374px;
  float: left;
  margin: 0 39px 45px 0;
}
.news_ul1 li>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news_ul1 li>a .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_ul1 li>a .news_img::before{
  content: "";
  display: block;
  padding-top: 65.9091%;
}
.news_ul1 li>a .news_R{
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
.news_ul1 li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul1 li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_ul1 li>a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul1 li>a:hover .news_R .news_p{
  color: #036eb8;
}

.xwxq{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-bottom: 20px;
}
.xwxq img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* END-投资案例 */

/* 新闻中心 */
.xw_ul{
  display: flex;
  flex-wrap: wrap;
  width: 1239px;
}
.xw_ul li{
  width: 374px;
  float: left;
  margin: 0 39px 45px 0;
}
.xw_ul li>a{
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 10px 10px 15px 10px;
}
.xw_ul li>a .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .news_img::before{
  content: "";
  display: block;
  padding-top: 65.9091%;
}
.xw_ul li>a .news_R{
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.xw_ul li>a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .news_R .news_p>span{
  float: right;
  font-size: 12px;
  color: #999;
}
.xw_ul li>a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xw_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.xw_ul li>a:hover .news_R .news_p{
  color: #036eb8;
}
/* END-新闻中心 */

/* 联系我们 */
.contact_txt {
  width: 42%;
  float: right;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 55%;
  float: left;
  overflow: hidden;
  height: 530px;
  border: none;
  border: 1px solid #ccc;
    border-radius: 2%;
}
/* END-联系我们 */

/* 加入我们 */
.join_txt{
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 18px;
  color: #282828;
  line-height: 30px;
}
.join_txt img{margin-right: 15px;}
.join_title{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
}
.join_title>span{
  float: left;
  width: 166px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #036eb8;
  font-size: 18px;
  color: #fff;
}
.join_ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
.join_ul li{
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  padding: 30px;
  cursor: pointer;
}
.join_ul li .join_dl{
  width: 100%;
  float: left;
  position: relative;
  padding-right: 20px;
}
.join_ul li .join_dl::before{
  content: "";
  width: 11px;
  float: left;
  height: 20px;
  background: url(../images/join_jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.4s;
}
.join_ul li .join_dl>dt{
  width: 100%;
  float: left;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.join_ul li .join_dl>dd{
  float: left;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  margin-right: 30px;
}
.join_ul li .join_box{
  display: none;
  width: 100%;
  float: left;
  padding-top: 30px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.join_ul li .join_box>span{
  font-size: 16px;
  font-weight: bold;
}
.join_ul li.join_active .join_dl::before{
  transform: translateY(-50%) rotate(90deg);
}
.join_ul li.join_active .join_dl>dt{
  color: #036eb8;
}

.join_down{
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  border: 1px solid #ddd;
  padding: 20px;
}
.join_wx{
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
}
.join_wx>img{
  width: 102px;
  float: left;
  height: 102px;
  margin-right: 20px;
}
.join_wx>span{
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.join_txts{
  width: 100%;
  float: left;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.join_txts>a{
  color: #ff0000;
}
.join_txts>a:hover{
  text-decoration: underline;
}
/* END-加入我们 */

@media (max-width: 1220px) {
/* 首页 */
.capital {
  padding: 40px 0;
}
.capital_ul {
  width: 102%;
  margin-left: -1%;
}
.capital_ul li {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.gsjj {
  padding: 40px 0;
}
.team_ul {
  padding-top: 40px;
}

.case {
  padding: 40px 0;
}
.case_more {
  padding-top: 30px;
}

.news {
  padding: 40px 0;
}
.news_ul {
  width: 102%;
  margin-left: -1%;
}
.news_ul li {
  width: 31.3333%;
  margin: 0 1% 22px 1%;
}

.hz-imgbox {
  padding: 40px 0;
}
/* END-首页 */

/* 关于我们 */
.about_ul>li>a {
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
}
/* END-关于我们 */

/* 团队简介 */
.team_left{
  padding: 40px 0;
}
.team_box{
  padding: 0 20px;
}

.chairman {
  padding: 30px 0;
}
/* END-团队简介 */

/* 投资案例 */
.news_ul1{
  width: 102%;
  margin-left: -1%;
}
.news_ul1 li{
  width: 31.3333%;
  margin: 0 1% 35px 1%;
}
/* END-投资案例 */

/* 新闻中心 */
.xw_ul {
  width: 102%;
  margin-left: -1%;
}
.xw_ul li {
  width: 31.3333%;
  margin: 0 1% 35px 1%;
}
/* END-新闻中心 */
.tpe_ul li>a>img{
  transform:scale(1)
}
}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #fff;
  transition: all 0.4s;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */

/* 导航 */
nav {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100% !important;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #026fd6;
}
.nav>li{
  width: 100%;
  height: 9%;
  border-bottom: 1px solid #fff;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}

.banner_txt{
  max-width: 100%;
}
/* END-头部 */

/* 首页 */
.capital {
  padding: 30px 0;
}

.gsjj {
  padding: 30px 0;
}
.gsjj_right {
  padding-right: 15px;
}
.gsjj_txt {
  padding-left: 20px;
}
.gsjj_more {
  padding: 15px 0 0 20px;
}
.team_ul {
  padding-top: 30px;
}
.team_ul li .team_B {
  max-width: 90%;
  padding: 20px;
}
.team_ul li .team_txt {
  margin-top: 10px;
}

.case {
  padding: 30px 0;
}
.case-imgbox {
  margin-top: 20px;
}
.case_more {
  padding-top: 15px;
}

.news {
  padding: 30px 0;
}
.news_ul li {
  margin: 0 1% 15px 1%;
}

.hz-imgbox {
  padding: 30px 0;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 15px 0;
}
.link>span {
  margin-right: 10px;
}
.link>a {
  margin: 0 10px;
}

.footer {
  padding: 20px 0;
}
.footer_left {
  width: 50.25%;
}
.footer_right {
  width: 47.25%;
}
.footer_right img {
  width: 125px;
  height: 125px;
  margin: 5px 10px 0 0;
}
/* END-底部 */

/* 内页公用头部 */
.header .icon-menu>span{
  background-color: #036eb8;
}
.header .icon-menu-active>span{
  background-color: #fff;
}
.header .nav{
  background-color: #fff;
}
.header .nav>li{
  border-bottom: 1px solid #ccc;
}
.N_banner::before {
  padding-top: 300px;
}
/* END-内页公用头部 */

/* 关于我们 */
.about_ul>li>a {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.dqwz_contect {
  padding: 30px 0;
}
/* END-关于我们 */

/* 团队简介 */
.team_left{
  padding: 20px 0;
}
.team_box{
  padding: 0 20px;
}
.team_txt {
  height: 208px;
  line-height: 26px;
  margin-top: 20px;
  -webkit-line-clamp: 8;
}
.chairman {
  padding: 20px 0;
}
/* END-团队简介 */

/* 投资案例 */
.news_ul1 li{
  margin: 0 1% 20px 1%;
}
/* END-投资案例 */

/* 新闻中心 */
.xw_ul li {
  margin: 0 1% 20px 1%;
}
/* END-新闻中心 */
.tpe_ul li>a>img{
  transform:scale(1)
}
}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.logo{
  width: 50%;
}
.logo a {
  width: 100%;
}

.banner .banner-imgbox .swiper-slide:nth-child(3){
	background-position: 93% center;
}
.banner_img1 {
  padding: 5px 0;
}
.banner_img1 img {
  max-width: 80%;
}
.banner_img2 {
  padding: 5px 0;
}
.banner_img2 img {
  max-width: 80%;
}
.banner_txt {
  padding-top: 3px;
  line-height: 24px;
  font-size: 16px;
}
/* END-头部 */

/* 首页 */
.capital {
  padding: 10px 0;
}
.capital_p {
  line-height: 30px;
  font-size: 20px;
}
.capital_sp {
  line-height: 20px;
  font-size: 14px;
  margin-top: 0;
}
.capital_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_title {
  line-height: 30px;
  font-size: 20px;
}
.gsjj_contect {
  padding-top: 10px;
}
.gsjj_left {
  width: 100%;
}
.gsjj_right {
  width: 100%;
  padding: 10px 0 0 0;
}
.gsjj_tit {
  padding-left: 45px;
}
.gsjj_txt {
  margin: 10px 0 0 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
  height: auto;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  padding: 5px 0 0 10px;
  margin-left: 0;
}
.gsjj_more>a {
  line-height: 24px;
  font-size: 14px;
  padding: 0 30px 4px 0;
}
.gsjj_more>a>span {
  font-size: 14px;
  padding-right: 5px;
}
.team_ul {
  padding-top: 10px;
}
.team_ul li .team_B {
  max-width: 90%;
  padding: 10px;
}
.team_ul li .team_txt {
  margin-top: 5px;
  line-height: 24px;
  font-size: 16px;
}
.team_ul li .team_more>span {
  width: 70%;
  height: 26px;
  line-height: 26px;
  border-radius: 5px;
  font-size: 14px;
}

.case {
  padding: 10px 0;
}
.case-imgbox {
  margin-top: 10px;
}
.case-imgbox .swiper-slide .case_txt {
  height: 38px;
  line-height: 36px;
  font-size: 16px;
}
.case_more>a {
  width: 140px;
}

.news {
  padding: 10px 0;
}
.news_ul {
  width: 100%;
  margin: 0;
  padding-top: 10px;
}
.news_ul li {
  width: 100%;
  margin: 0 0 10px 0;
}
.news_ul li>a {
  width: 100%;
  float: left;
  display: flex;
  padding: 5px;
}
.news_ul li>a .news_img {
  width: 30%;
}
.news_ul li>a .news_R {
  width: 70%;
  float: left;
  padding: 0 0 0 10px;
}
.news_ul li>a .news_R .news_p {
  line-height: 24px;
}
.news_ul li>a .news_R .news_txt {
  height: 72px;
  line-height: 24px;
  margin-top: 5px;
}

.hz-imgbox {
  padding: 10px 0;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 10px 0;
  line-height: 20px;
}
.link>span {
  margin-right: 5px;
}
.link>a {
  margin: 0 4px;
}

.footer {
  padding: 10px 0;
}
.footer_left {
  width: 100%;
  line-height: 20px;
}
.footer_right {
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
}
.footer_right img {
  width: 110px;
  height: 110px;
  margin: 0 10px 0 0;
}
/* END-底部 */

/* 内页公用头部 */
.N_banner::before {
  padding-top: 200px;
}
.N_banner_p {
  line-height: 30px;
  font-size: 20px;
}
.N_banner_sp {
  line-height: 20px;
  font-size: 14px;
  margin-top: 5px;
}
/* END-内页公用头部 */

/* 关于我们 */
.about_ul>li{
  width: 25%;
  margin: 0;
  padding: 0 1px;
}
.about_ul>li>a {
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 16px
}
.dqwz_contect {
  padding: 30px 0;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
.company_title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
/* END-关于我们 */

/* 业务简介 */
.yw{
  font-size: 16px;
  line-height: 26px;
}
/* END-业务简介 */

/* 团队简介 */
.team_left{
  width: 100%;
  padding: 10px 0;
}
.team_box{
  padding: 0 10px;
}
.team_p {
  line-height: 26px;
  font-size: 18px;
}
.team_sp {
  line-height: 20px;
  margin-top: 5px;
  font-size: 14px;
}
.team_sp::after {
  margin-top: 5px;
}
.team_txt {
  height: auto;
  line-height: 24px;
  font-size: 14px;
  margin-top: 5px;
  -webkit-line-clamp: initial;

}
.team_right {
  width: 100%;
}
.team_right::before{
  content: "";
  display: block;
  padding-top: 42%;
}

.chairman {
  padding: 10px 0;
}
.chairman_img{
  width: 30%;
  margin-right: 10px;
}
.chairman_name{
  font-size: 16px;
}
.chairman_p{
  line-height: 24px;
  font-size: 18px;
  padding: 0;
}
.chairman_sp {
  line-height: 16px;
  font-size: 14px;
  margin-top: 5px;
}
.chairman_txt {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  overflow: initial;
}
.tpe_ul li{
  width: 50%;
}
/* END-团队简介 */

/* 投资案例 */
.news_ul1 {
  width: 100%;
  margin: 0;
}
.news_ul1 li {
  width: 100%;
  margin: 0 0 10px 0;
}
.news_ul1 li>a .news_img {
  width: 30%;
}
.news_ul1 li>a .news_R {
  width: 70%;
  float: left;
  padding: 0 0 0 10px;
}
.news_ul1 li>a .news_R .news_p {
  line-height: 24px;
}
.news_ul1 li>a .news_R .news_txt {
  margin-top: 5px;
}

.xwxq{
  line-height: 24px;
}
.xwxq_p{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
/* END-投资案例 */

/* 新闻中心 */
.xw_ul {
  width: 100%;
  margin: 0;
  padding-top: 0;
}
.xw_ul li {
  width: 100%;
  margin: 0 0 10px 0;
}
.xw_ul li>a {
  width: 100%;
  float: left;
  display: flex;
  padding: 5px;
}
.xw_ul li>a .news_img {
  width: 30%;
}
.xw_ul li>a .news_R {
  width: 70%;
  float: left;
  padding: 0 0 0 10px;
}
.xw_ul li>a .news_R .news_p {
  line-height: 24px;
}
.xw_ul li>a .news_R .news_txt {
  height: 72px;
  line-height: 24px;
  margin-top: 5px;
}
/* END-新闻中心 */

/* 联系我们 */
.contact_txt{
  width: 100%;
  line-height: 24px;
}
.contact_map {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */


/* 加入我们 */
.join_txt{
  font-size: 14px;
  line-height: 24px;
}
.join_title{
  padding-top: 10px;
}
.join_title>span{
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.join_ul{
  padding-top: 10px;
}
.join_ul li{
  margin-bottom: 10px;
  padding: 10px;
}
.join_ul li .join_dl>dt{
  line-height: 24px;
  font-size: 16px;
}
.join_ul li .join_dl>dd{
  line-height: 20px;
  font-size: 12px;
  margin-right: 5px;
}
.join_ul li .join_box{
  padding-top: 10px;
  line-height: 24px;
}

.join_down{
  padding: 10px;
}
.join_wx>img{
  margin-right: 10px;
}
.join_txts{
  margin-top: 10px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 24px;
}
.tpe_ul li>a>img{
  transform:scale(1)
}
/* END-加入我们 */
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #026fd6;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root>li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child{border: none;}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
  color: #fff;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: #fff;
  color: #026fd6;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 8;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END-手机底部组件 */
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 15px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}