﻿.page_banner{
	width: 100%;
}
.page_banner img{
	width:100%;
} 
.page_container_width{
   max-width: 1200px;
   margin: 0 auto;
}

.page_title{
	background: #f7f9fb;
	padding: 50px 0;
}

.flex-between{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.page_title .text  h6{
	font-size: 50px;
	color: rgba(25,72,141,0.1);
	font-weight: bold;
	line-height: 1;
}

.page_title .text  h5{
	font-size: 40px;
	color: #19488d;
	line-height: 1;
	margin-top: -20px;
}

.page_title .ham{
	font-size: 16px;
	color: #8f8f8f
}
.page_title .ham i{
	font-size: 14px;
}


.page_title .ham a{
	color: #8f8f8f
}

.page_title .ham a.active{
	color: #19488d;
}



.page_nav_list{
	height: 64px;
	border-bottom: 1px solid #dcdddd;
	background: #fff;
}

.page_nav_list  ul {
	display: flex;
}
.page_nav_list  ul li{
  width: 240px;
  font-size: 18px;
  color: #333333;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-right: 1px solid #efefef;
}

.page_nav_list  ul li{
color: #333333;
}
.page_nav_list  ul li.active{
    background: #19488d;
    color: #fff;
}

.page_nav_list  ul li.active a{
   
    color: #fff;
}

.page_content_bg1{
	min-height:850px;
	background-image: url(../image/bg_03.jpg);
	background-size: cover;
}

.wolkinto_container{
	padding-top: 50px;
	

}
.blue_shadow{
	box-shadow: 24px 27px 1px 0px rgba(186,210,230,.4)
}

.wolkinto_title{
	margin-top: 50px;
	text-align: center;
	line-height: 2;
	background:#fff;
	padding-top: 50px;
}
.wolkinto_title h4{
	font-size: 24px;

}

.wolkinto_content{
	padding: 40px 200px;
	background:#fff;
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	padding-bottom: 70px;
}


.wolkinto_about_container{
	padding-top: 50px;
}
.wolkinto_about_title{
	padding-bottom: 40px;
	text-align: center;
}
.wolkinto_about_title h4{
	font-size: 24px;
	line-height: 1;
}

.wolkinto_about_title .line{
	width: 80px;
	display: block;
	margin: 0 auto;
	height: 2px;
	margin-top: 30px;
	background-color: #35971a;
}

.wolkinto_about_content{
	font-size: 18px;
    color: #666;
    padding-bottom: 50px;
    line-height: 1.8;
}
.wolkinto_about_content img{
	max-width: 100%;
	display: block;
	margin: 0 auto;

}



.page_content_bg2{
	min-height:850px;
	background-image: url(../image/bg_04.png);
	background-size: cover;
	background-color: #fefefd;
}

.page_content_bg3{
    min-height:880px;
	background-size: cover;
	background: -webkit-linear-gradient(#82d0f4, #def3fc); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#82d0f4, #def3fc); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#82d0f4, #def3fc); /* Firefox 3.6 - 15 */
	background: linear-gradient(#82d0f4, #def3fc); /* 标准的语法 */
}


.wolkinto_culture_container {
	position: relative;
}

.wolkinto_culture_container .one{
	position: absolute;
	width: 147px;
	height: 147px;
	border-radius: 50%;
	top: 139px;
    left: 225px;
    font-size: 24px;
    color: #76bc29;
    line-height: 1.8;
    z-index: 1;
    
}

.wolkinto_culture_container .details{
	position: absolute;
	width: auto;
	background: #fff;
	text-align: left;
	height: 100%;
	padding-top: 28px;
	box-sizing: border-box;
	padding-left: 50px;
	z-index: 0;
	white-space: nowrap;
	padding-right: 150px;
	border-radius: 100px;
}

.wolkinto_culture_container .one .details{
  background-position: right;
  background-repeat: no-repeat;
  display: none;
  right: 0;
  background-color: #fff;
}

.wolkinto_culture_container .one img,
.wolkinto_culture_container .two img,
.wolkinto_culture_container .three img
{
	position: absolute;
	right: 0;
	z-index: 222
}


.wolkinto_culture_container .two{
	position: absolute;
	width: 139px;
	height:139px;
	border-radius: 50%;
	top: 303px;
    left: 382px;
    font-size: 24px;
    color: #76bc29;
    line-height: 1.8;
    z-index: 1;   
}
.wolkinto_culture_container .two .details{
  background-position: right;
  background-repeat: no-repeat;
  background-color: #fff;display: none;
  right: 0;
}

.wolkinto_culture_container .three{
	position: absolute;
	width: 147px;
	height:147px;
	border-radius: 50%;
	top: 470px;
    left: 246px;
    font-size: 24px;
    color: #76bc29;
    line-height: 1.8;
    z-index: 1; 
}

.wolkinto_culture_container .three .details{
  background-image: url(../image/three.png);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #fff;display: none;
  right: 0;
}



.wolkinto_culture_container .four{
	position: absolute;
	width: 147px;
	height:147px;
	border-radius: 50%;
	top: 139px;
    right: 416px;
    font-size: 24px;
    color: #76bc29;
    line-height: 1.8;
    z-index: 1; 
}


.wolkinto_culture_container .four .details{
	   background-image: url(../image/four.png);
	   background-position: left;
	  background-repeat: no-repeat;
	  background-color: #fff;
	  left: 0;display: none;
	  padding-right:50px;
	  padding-left: 150px;
}




.wolkinto_culture_container .five{
	position: absolute;
	width: 139px;
	height:139px;
	border-radius: 50%;
	top: 489px;
    right: 360px;
    font-size: 24px;
    color: #76bc29;
    line-height: 1.8;
    z-index: 1; 
}


.wolkinto_culture_container .five .details{
	   background-image: url(../image/five.png);
	   background-position: left;
	  background-repeat: no-repeat;
	  background-color: #fff;
	  left: 0;
	  display: none;
	  padding-right:50px;
	  padding-left: 150px;
}



.wolkinto_culture_container .four img,
.wolkinto_culture_container .five img,
{
	position: absolute;
	left: 0;
	z-index: 222
}


/*连锁平台*/
.platform_top{
	padding:100px 0;
	display: flex;
}

.platform_top .platmode,
.platform_top .platmode_des{
	flex: 1;
	padding-bottom: 100px;

}

.platform_top .platmode h6{
	font-size: 32px;
	color: #19488d;
}

.platform_top .platmode>img{
	margin: 30px 0;
	margin-bottom: 50px;
}


.platform_top .platmode .content
{
     font-size: 16px;
	color: #666666;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-width: 488px;
	overflow: hidden;
	max-height: 100px;
}
.platform_top .platmode_des .content{
    font-size: 16px;
	color: #666666;
	line-height: 2;
	overflow: hidden;
}


.platform_top .platmode .content p:first-of-type:before,
.platmode_des .content p:first-of-type:before
{
   content: "";
   display: inline-block;
   margin-right: 10px;
   width: 10px;
   height: 10px;
   background-color: #49bf86;
} 

.platmode_des{
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../image/platfrom2.png);
}


.platform_mid{
	height: 982px;
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding-top: 120px;
	box-sizing: border-box;
	background-image: url(../image/map.jpg);
}

.platform_mid h5{
	font-size: 32px;
	color: #ffffff;
	text-align: center;
}
.platform_mid h6{
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	margin-top: 20px;
}


.platform_mid .map_container{
	position: relative;
	margin-top: 80px;
}

.address_tip_content{
	position: absolute;
	left: 0;
	width:300px;
	padding: 20px;
	bottom: 100px;
	overflow: hidden;
	opacity: 0;
	transition: all .5;
    border-radius: 5px;
	background-color:#0c2454;
}
.address_tip_content .item{
    color: #fff;
    font-size: 12px;
    line-height: 2.4;
    text-overflow: ellipsis;
	display: none;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 5; 
	overflow: hidden;
}
.address_tip_content .item.on{
	display:  -webkit-box;
}


.platform_mid .map_container .map_picture{
	display: block;
	padding-right: 250px;
	margin: 0 auto;

}

.map_container{
	position: relative;
}

.address_tip_one{
	position: absolute;
    top: 231px;
    left: 613px;
}

.address_tip_two{
    position: absolute;
    top: 306px;
    left: 694px;
}

.address_tip_three{
    position: absolute;
    top: 423px;
    left: 641px;
}

.address_tip_four{
    position: absolute;
    top: 580px;
    left: 563px;
}


.address_tip_one>img,.address_tip_two>img,.address_tip_three>img,.address_tip_four>img{
    cursor: pointer;	
    animation:mymove 5s infinite;
    -webkit-animation:mymove 5s infinite; /*Safari and Chrome*/
    animation-direction:alternate;/*轮流反向播放动画。*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation:mymove 5s infinite;
    -webkit-animation-direction:alternate;/*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
}
@keyframes mymove
{
    0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }

}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
}



.address_tip_one .details,.address_tip_two .details,
.address_tip_three .details,.address_tip_four .details{
	width: 580px;
	top: -220px;
	display: none;
	position: absolute;
	text-align: right;
}




.address_tip_one .details .line_one,
.address_tip_two .details .line_one,
.address_tip_three .details .line_one,
.address_tip_four .details .line_one{
	height: 2px;
	width: 0px;
	background: #fff;
	bottom: -120px;
	left: 20px;
	position: absolute;
}


.address_tip_one .details .line_two,
.address_tip_two .details .line_two,
.address_tip_three .details .line_two,
.address_tip_four .details .line_two{
	/*height: 122px;*/
	transition: all 1s;
	height: 0px;
    width: 2px;
    background: #fff;
    bottom: -120px;
    right: 143px;
    position: absolute;
    transform: rotate(180deg);
}

.platform_bot{
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(../image/bg3.png);
	background-size: cover;
	text-align: center;
}

.platform_bot h5{
	color: #19488d;
    font-size: 32px;
}

.platform_bot h6{
	 font-size: 18px;
	color: #19488d;
	margin-top: 20px;
	margin-bottom: 30px;
}
.platform_bot .content{
	padding-top: 120px;
	padding-bottom: 150px;
}

.platform_bot .content img{
	max-width: 100%;
}

.platform_bot .content .notice{
	line-height: 50px;
	background-color: #35971a;
	display: inline-block;
	padding: 0 40px;
	border-radius: 40px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 70px;
}


.log_platform_top{
	padding: 100px 0;
    display: flex;
}
.log_platform_top h5{
	font-size: 32px;
    color: #19488d;
}

.log_platform_top h6{
    font-size: 18px;
    color: #25b9d3;
    line-height: 1;
}

.log_platform_top  .lf,
.log_platform_top  .rt{
	flex: 1;
}

.log_platform_top  .rt{
	text-align: right;
}
.log_platform_top  .rt img,
.log_platform_top  .lf img{
	max-width: 100%;
}

.log_platform_top  .lf{
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.log_platform_bottom{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 100px;
}

.log_platform_bottom img{
	max-width: 100%;
}
.log_platform_bottom h5{
   color: #19488d;
   font-size: 32px;
}

.log_platform_bottom h6{
   color: #19488d;
   margin-top: 10px;
   font-size: 18px;
   opacity: .5;
}


.log_platform_bottom .notice{
	color: #666666;
	text-align: left;
	padding: 50px 110px;
	line-height: 1.8;
	font-size: 18px;
}

.log_platform_card{
	background-size: cover;
	min-height: 200px;
	background-image: url(../image/tws.jpg);
}

.log_platform_card{
	padding-top: 100px;
}
.log_platform_card .title{
	height: 81px;
	background-image: url(../image/lp.png);
	line-height: 81px;
	background-size: cover;
	margin-bottom: 100px;
}
.log_platform_card .content_wrap{
	display: flex;
	padding-bottom: 45px;
	justify-content: space-between;
}


.log_platform_card .content_wrap .lf{
	height: 645px;
	width: 550px;
	box-sizing: border-box;
	padding: 50px;
	color: #fff;
	font-size:18px;
	line-height: 2;
	background-image: url(../image/bgb.png);
	background-size: cover;
	border-radius: 20px;
}
.log_platform_card .content_wrap .lf .sm_tit {
	display: flex;
	padding-top: 40px;
	line-height: 1;
	justify-content: space-between;
	
	
}

.log_platform_card .content_wrap .rt .top{
   display: flex;
   padding-top: 40px;
   padding-bottom: 60px;
   justify-content: space-between;
} 



.log_platform_card .content_wrap .lf .sm_content{
	padding-top: 30px;
}
.log_platform_card .content_wrap .lf .sm_content img{
	margin-top: 16px;
}

.log_platform_card .content_wrap .lf .sm_tit  h6{
	font-family: monospace;
	font-size: 40px;
    font-weight: bold;
}

.log_platform_card .title h6{
	font-size: 32px;
	color: #3ce3ef;
	text-align: center;
}

.financial_platform_top{
	display: flex;
	padding-top: 100px;
	padding-bottom: 130px;
}

.financial_platform_top .lf{
	flex:1;
}

.financial_platform_top .rt{
	flex:1;
	text-align: right;
}
.financial_platform_top .rt img{
	max-width: 100%
}

.financial_platform_top .lf h6{
	font-size: 18px;
	color: #35971a;
	margin-top: 20px;
}

.financial_platform_top .lf h5{
	font-size: 24px;
	color: #19488d;font-weight: bold;
}

.financial_platform_top .lf .details{
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	padding-top: 30px;
	max-height: 300px;
	overflow: hidden;
}

.financial_platform_mid{
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
	padding-top:100px;
	background-size: cover;
	background: #fff;
	background-image: url(../image/bg10.jpg);
}
 .biaoge_container{
 	background-image: none;
 	padding-bottom: 120px;
 }

.financial_platform_servies{
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
	padding-top:100px;
	background: #fff;
}

.financial_platform_finance{
  width: 100%;
  padding-top: 100px;
  text-align: center;
  background: -webkit-linear-gradient(left, #f6fcfc , #d2e6ef); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f6fcfc, #d2e6ef); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f6fcfc, #d2e6ef); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f6fcfc , #d2e6ef); /* 标准的语法 */
}
.financial_platform_finance h6{
    font-size: 24px;
    font-weight: bold;
   
    color: #19488d;
}
.financial_platform_finance .wrap{
   padding: 100px;
}

.financial_platform_finance .wrap img{
	max-width: 100%;
}
.financial_platform_business{
	padding-top: 100px;
	text-align: center;
}
.financial_platform_mid h6,
.financial_platform_servies h6,
.financial_platform_business h6
{
	font-size: 34px;
	color: #19488d;
	margin-bottom: 2rem;
}




.financial_platform_mid div.des{
	font-size: 16px;
	color: #666666;
	line-height: 2;
	padding-bottom: 2.5rem;
}
.financial_platform_mid a{
	background:#19488d;
	color: #fff;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	width: 250px;
	height: 50px;
	margin-bottom: 3.6rem;

}



.financial_platform_servies .service{
	display: flex;
	padding-bottom: 4rem;
	justify-content: space-between;
}

.financial_platform_servies .service_item{
	width: 375px;
	height: 280px;
}

.financial_platform_servies .service_item:first-of-type{
	background-image: url(../image/blue.png);
}

.financial_platform_servies .service_item:nth-of-type(2){
	background-image: url(../image/orange.png);
}

.financial_platform_servies .service_item:nth-of-type(3){
	background-image: url(../image/green.jpg);
}

.financial_platform_servies .service_item h5{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-top: 50px;
    margin-bottom: 30px;
}

.financial_platform_servies .service_item .des{
	padding: 0 38px;
	color: #fff;
	font-size: 16px;
}


.financial_platform_mid .product_style{
	display: flex;
	padding-bottom: 4rem;
	justify-content: space-between;

}
.financial_platform_mid .product_style img{
	width: 243px;
	height: 172px;
}
.financial_platform_mid .product_style p{
	font-size: 18px;
	color: #666666;
	line-height: 2;
	font-weight: bold;
}


/*党建*/

.party_building_bgOne{
	background-image: url(../image/b1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}


.party_building_bgTwo{
	background-image: url(../image/b2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.page_container{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.party_building_container{
	padding-top: 200px;
	padding-bottom: 300px;
}





.party_building_wrap{
	background: #fff;
	position: relative;
	padding-top: 70px;
	min-height: 480px;
	padding-bottom: 20px;
	background-image: url("../image/xxx.png");
	background-repeat: no-repeat;
	background-position: right 80px;

}



.party_building_nav{
	position:absolute;
	top: 60px;
	left: -75px;
}


.party_building_nav li{
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	height: 60px;
	cursor: pointer;
	width: 200px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin-bottom: 26px;
	transition: all .5s;
	box-shadow: 1px 2px 2px 1px #aaa;
	background: -webkit-linear-gradient(left, #f1920e , #cb0c01); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #f1920e, #cb0c01); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#f1920e, #cb0c01); /* Firefox 3.6 - 15 */
	background: linear-gradient(to left, #f1920e , #cb0c01); /* 标准的语法 */
}

.party_building_nav li:hover{
	transform:translateX(20px);
}



.party_building_wrap .item{
    display: none;
	padding-left: 188px;
	padding-right: 66px;
	padding-top: 30px;
}
.party_building_wrap .item:nth-child(1){
	padding-right: 180px;
	padding-left: 210px;
}

.party_building_wrap .item img.logo{
	position: absolute;
	bottom:150px;
	right: 0;
	width: 280px;
}
.party_building_wrap .item:nth-child(1) .content{
	padding-top: 100px;
}

.party_building_wrap .visit{
	display: block;
}
.party_building_wrap .item>h6{
	box-shadow: 1px 2px 2px 1px #aaa;
	font-size: 24px;
	color: #fff;
	width: 360px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	height: 60px;	
	margin: 0 auto;
	border: 2px solid #fff;
	background: -webkit-linear-gradient(left, #f1920e , #cb0c01); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #f1920e, #cb0c01); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#f1920e, #cb0c01); /* Firefox 3.6 - 15 */
	background: linear-gradient(to left, #f1920e , #cb0c01); /* 标准的语法 */
}

.party_building_wrap .item .content{
	font-size: 18px;
	padding-top: 20px;
	color: #666666;
	line-height: 1.8;
	padding-bottom: 300px;
	position: relative;
}
.party_building_wrap .item .about_first_content{
	margin-top: 10px;
	height:auto;
	width: 100%;
	margin: 50px 0;
	line-height: 1.8;
	color: #e47f01;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 270px;
	background-repeat: no-repeat;
	border-radius: 10px 150px 150px 10px;
	border: 2px solid #ef983b;
	position: relative;

}
.party_building_wrap .item .about_first_content:before{
	content:"";
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	top: 50%;
	margin-top: -130px;
	right: -4px;
	box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
	background-image: url(../image/ulogo1.png);
	background-size: cover;
}

.party_building_wrap .item .about_second_content{
    margin-top: 10px;
	min-height: 280px;
	width: 100%;
	padding-bottom: 0;
	line-height: 1.8;
	color: #e47f01;
	box-sizing: border-box;
	padding-left: 110px;
	background-repeat: no-repeat;
    padding-top: 80px;
    padding-right: 20px;
	background-image: url("../image/d.jpg");

}


.party_building_wrap .item .guidance_conteng{
    margin-top: 80px;
	min-height: 320px;
	width: 100%;
	margin-bottom: 100px;
	line-height: 1.8;
	color: #e47f01;
	box-sizing: border-box;
	padding-left: 50px;
	background-repeat: no-repeat;
    padding-right: 400px;
    background-position:right top;
	background-image: url("../image/gu.png");

}

.guidance_conteng h6{
   font-size: 26px;
   font-weight: bold;
   background: linear-gradient(to right, #c80200, #de4d07);
	-webkit-background-clip: text;
	color: transparent;
}



.party_building_wrap .item img{
     max-width: 100%;

}
.page_nav_list ul li a{
	display: block;
}

.union_bg{
	width: 100%;
	background-position: bottom;
	min-height: 1200px;
	background-image: url(../image/bbbg.jpg);
}

.union_container{
	padding-top: 100px;
}

.union_container .union_wrap{
	padding: 120px 180px;
	background: #fff;
}

.union_container .union_wrap h6{
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	width: 350px;
	margin: 0 auto;
	font-weight: bold;
	background: -webkit-linear-gradient(left, #b42f24 , #df0024); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #b42f24, #df0024); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right,#b42f24, #df0024); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #b42f24 , #df0024); /* 标准的语法 */
}

.union_container .union_wrap .content{
	font-size: 18px;
	padding: 100px 0;
	color: #666666;
	line-height: 1.8;
}


.contact_top{
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
}

.contact_top .contact_ways,
.contact_top .contact_maps{
	flex: 1
}


.contact_top .contact_ways h6{
	color: #19488d;
	font-size: 24px;
	line-height: 1;
}

.contact_top .contact_ways h6:after{
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	margin: 40px 0;
	background:#35971a;
}

.contact_top .contact_ways{
	font-size: 20px;
	color: #8f8f8f;
}

.contact_top .contact_ways span{
	vertical-align:middle;
	display: inline-block;
	min-width: 120px;
	color: #333;
	vertical-align: top;
}


.history-swiper-container .swiper-slide-next p.year{
   color: #f26724 !important;
}
.financial_platform_business{
	background: #d3e7ee;
}
.contact_bot{
	padding: 60px 0;
	background:#f7f8f8;
}
.financial_platform_business{
	padding-bottom: 110px;
}
.contact_bot h6{
	color: #333333;
	font-size: 30px;
	text-align: center;
}

.contact_bot .line{
	height: 2px;
	width: 80px;
	margin: 40px auto;
	display: block;
	background:#35971a;
}

.contact_bot form{
	padding: 0 100px;
	display: flex;
	flex-wrap: wrap;
}
.contact_bot .input_item:first-of-type{
	margin-right: 4%;
}
.contact_bot .input_item{
	width: 48%;
	font-size: 18px;
	align-items: center;
	border-bottom: 1px solid #dcdddd;
	display: inline-flex;
	box-sizing: border-box;
	padding-bottom:10px;
}
.contact_bot .input_item input{
	height: 50px;
	font-size: 18px;
	border:none;
	background:transparent;
	flex: 1;
}


.contact_bot .input_item label{
	color: #333333;
}
.contact_bot .input_item i{
	color: red;
}

.contact_bot  .address_item{
	width: 100%;
	padding-top: 50px;
}
.contact_bot .submit{
	text-align: center;
	margin-top: 50px;
	width: 100%;

}
.contact_bot .submit input{
	width: 120px;
	height: 40px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	color: #fff;
	background:#35971a;
	display: inline-block;
}


.news_wrap{
	padding-top: 60px;
}

.news_wrap .news_item{
	padding: 40px;
	padding-left: 0;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	 transition: .3s all;
	border-bottom: 1px solid #dcdddd;
}
.news_wrap .news_item:hover{
	box-shadow: 0px 0px 6px 4px #ccc;
}
.news_wrap .news_item:hover .img{
	margin-left: 40px;
}


.news_wrap .news_item .news_item_content{
	padding-left: 60px;
}
.news_wrap .news_item .news_item_content a.title{
	display: block;
	width: 100%;
	font-size: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

}
.news_wrap .news_item .img{
	width: 340px;
	 transition: .3s all;
	flex: 0 0 340px;
	height: 220px;
}

.news_wrap .news_item .img img{
   width: 100%;
   height: 100%;
   transition: 1s all;
}
.news_wrap .news_item .img:hover img{
	transform: scale(1.1);
}
.news_wrap .news_item .news_item_content{
	position: relative;
	padding-top: 40px;
	max-width: 750px;
}
.news_wrap .news_item .news_item_content .des{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	font-size: 14px;
	color: #8f8f8f;
	margin: 40px 0;
	max-height: 60px;
	line-height: 1.8;
}

.news_wrap .news_item .data_more_wrap{
	display: flex;
	width: 100%;
	justify-content: space-between;
	color: #8f8f8f;font-size: 16px;
}
.news_wrap .news_item .data_more_wrap a{
   color: #8f8f8f;
}
.news_wrap .news_item .data_more_wrap a:hover{
   color: #5ead47;
}

.page_button{
	padding-top:50px;
	padding-bottom: 80px;
	text-align: center;
}

.page_button a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: #cccccc;
	padding: 0 10px;
	margin: 0 10px;
	font-size: 14px;
	border:1px solid #cccccc;
}

.page_button a.active{
	background-color: #19488d;
	color: #fff;
	border-color: #19488d;
}


.news_details_wrap{
	padding-top: 100px;

}
.news_details_wrap .title{
	border-bottom: 1px solid #dcdddd;
	font-size: 	16px;
	color: #333;
	padding-bottom: 40px;
	text-align: center;
}
.news_details_wrap .title h6{
	font-size: 28px;
	padding-bottom: 30px;
	font-weight: bold;
}

.news_details_content{
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	border-bottom: 1px solid #dcdddd;
	padding: 60px 0;
}

.news_details_content img{
	max-width: 100%;
	display: block !important;
	margin: 0 auto !important;
}

.news_details_wrap .lf{
	width: 930px;
	padding-right: 100px;
	float: left;
	box-sizing: border-box;
}

.news_details_wrap .rt_list{
	width: 270px;
	float: left;
}

.news_details_pages{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 30px 0;
}

.news_details_pages .lf_pages{
	line-height: 1;
	font-size: 14px;
	color: #333;
}
.news_details_pages .lf_pages a{
	color: #666666;
	 overflow: hidden;
   	 text-overflow: ellipsis;
   	 white-space: nowrap;
   	 max-width: 600px;
	display: inline-block;
}
.news_details_pages .lf_pages >div:first-child{
	margin-bottom: 14px;
}
.news_details_pages .lf_pages div:hover{
    color: #19488d;
}

.news_details_pages .lf_pages div:hover a{
    color: #19488d;
}

.news_details_pages .rt_pages a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 16px;
    background: #fff;
    color: #19488d;
    border:1px solid #19488d;
    border-radius: 4px;
}


.news_details_pages .rt_pages a:hover{
	  color: #fff; background: #19488d;
}



.news_details_wrap .rt_list h6{
   font-size: 30px;padding-bottom: 20px;
   border-bottom: 1px solid #dcdddd;
}


.news_details_wrap .rt_list .list_content {
	padding-top: 40px;
	font-size: 15px;
	padding-bottom: 40px;
}


.news_details_wrap .rt_list .list_content  a:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 8px;
	left: 7px;
	background: #35971a;	
	border-radius: 50%;
}


.news_details_wrap .rt_list .list_content  a{
    color: #666;
    padding-left: 30px;
    display: flex;
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.news_details_wrap .rt_list .list_content  a:hover{
	color: #19488d;	
}

.news_details_wrap .rt_list .list_content  span{
	display: inline-block;
}

.news_details_wrap .understand_more{
	width: 100%;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #19488d;	
	font-size: 14px;
	color: #fff;
}

.news_details_wrap .understand_more i{
	font-size: 14px;
	line-height: 20px;
	margin-left: 20px;
}


.news_paper_wrap{
	padding-top: 100px;
	padding-bottom: 100px;
}

.news_paper_wrap .paper_item{
	font-size: 22px;
	height: 80px;
	position: relative;
	line-height: 80px;
	transition: all .5s;
	border-bottom: 1px dashed #dcdddd ;
}

.news_paper_wrap .paper_item a{
	color: #333;
	display: inline-block;
	max-width: 800px;
	padding-left: 60px;
	white-space:nowrap;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_paper_wrap .paper_item .time{
	float: right;
	color: #8f8f8f;
	font-size: 16px;
	padding-right:10px;
}

.paper_item:hover{
	background: #3c9e21;
	padding-left: 20px;
}

.paper_item:hover .time{color: #fff;}
.paper_item:hover a{color: #fff;}


.news_paper_wrap .paper_item:before{
	content: "";
	display: block;
	width: 60px;
	position: absolute;
	left: 0;
	height: 100%;
	transition: all .5s;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../image/page.png);
}



.news_paper_wrap .paper_item:hover:before{
	content: "";
	display: block;
	width: 60px;
	position: absolute;
	left: 0;
	height: 100%;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url(../image/page2.png);
}


.map_wrap{
	padding-top: 100px;
	padding-bottom: 150px;
}
.map_wrap strong{
	font-size: 30px;
	color: #1e4070;
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid #1e4070;
}

.map_wrap .map_item h6{
	font-size: 24px;
	padding-top: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdddd;
	color: #4ca334;
}

.map_wrap .map_item .box{
	padding-top: 40px;
}

.map_wrap .map_item a{
	font-size: 20px;
	width: 200px;
	display: inline-block;
	color: #333;
}
.map_wrap .map_item a:hover{
	color:#007cef;
}

.policy_wrap{
	padding: 50px 0;
	padding-bottom: 180px;
	line-height: 1.8;
	font-size: 18px;
}

.search_wrap{
	padding-top: 100px;
    padding-bottom: 150px;
}
.search_wrap .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding-bottom: 30px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #1e4070;
}
.search_wrap .top strong{
	font-size: 30px;
    color: #1e4070;
    
}

.search_wrap .nav_list{
	padding-top: 40px;

}

.search_wrap .nav_list a{
	font-size: 18px;
	margin-right: 16px;
	padding: 0 20px;
	line-height: 40px;
	display: inline-block;
	border:1px solid #19488d;
}

.search_wrap .nav_list a.active{
	background: #19488d;
	color: #fff;
}

.financial_platform_container{
	max-width: 1920px;
	margin: 0 auto;
}



.personnel_container{
	background-color: #f7f9fb;
	min-height: 100px;
	width: 100%;
	padding: 60px 0;
    background: #f7f8f8;
    padding-bottom: 100px;
}

.personnel_container h6{
	color: #333333;
    font-size: 30px;
    text-align: center;
}

.personnel_container .line {
    height: 2px;
    width: 80px;
    margin: 40px auto;
    display: block;
    background: #35971a;
}
.personnel_container .table {
	width: 1200px;
}

.personnel_container .table .tr{
	display: flex;
	width: 100%;
	color: #19488d;
	background-color: #fff;
	border-bottom: 1px solid #efefef;

}

.personnel_container .table .tr>div{
	flex: 1;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
}
.personnel_container .table .tr:first-of-type div{
	font-size:22px;
}

.personnel_container .table .tr:first-of-type{
	background-color: #19488d !important;
	color: #fff;

}
.personnel_container .table .tr:hover{
	background-color: #eaf4e8;
	cursor: pointer;
}
.contact_bot{
	background-color: #fff;
}

.personnel_alert{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 999;
	display: none;
}


.wap_page_banner{
	display: none;
}
.wappage_nav_list{
	display: none;
}

.personnel_alert_wrap{
	width: 1200px;
	min-height: 100px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	transform: translateY(-50%);
    padding: 80px;
    box-sizing: border-box;
}


.personnel_alert_wrap #closeP{
	width: 46px;
	height: 46px;
	position: absolute;
	right: 40px;
	top: 29px;
	cursor: pointer;
}

.personnel_alert_wrap .title{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdddd;
}

.personnel_alert_wrap .title>div{
	margin-left: 80px;
}
.personnel_alert_wrap .title h6{
	font-size: 26px;
	color: #19488d;
	font-weight: bold;
}

.personnel_alert_wrap .content{
	padding-top: 40px;
	font-size: 16PX;
	line-height: 1.6;
	color: #666666;
}
.personnel_alert_wrap .content h6{
	font-size: 20px;
	line-height: 1;
	padding-left: 20px;
	border-left: 4px solid #35971a;
}
.personnel_alert_wrap .content a{
	color: #19488d;
}



.wap_show{display: none;}

.wap_img{display: none;}

@media screen and (max-width:768px) {
    
   .wap_show{display: block;}

   .page_banner{display: none;}
   .wap_page_banner{
		display: block;
	}
	.wap_page_banner img{width: 100%;}
	.page_title{
		    padding:2.2rem 1.6rem;
	}
	.page_title .ham{display: none;}
	.page_title .text h6{
		font-size: 1.6rem;
	}
	.page_title .text h5{
		font-size: 1.25rem;
		margin-top: -0.5rem;
		font-weight: bold;
		position: relative;
		z-index: 1;
	}
     
   .page_nav_list{display: none;}
   .wappage_nav_list {
   	border-bottom: 1px solid #dcdddd;
   	display: block;
   }
   .wappage_nav_list a{
   	  display: block;
   	  border-right: 1px solid #efefef;
   	  height: 2.5rem;
   	  line-height: 2.5rem;
   	  text-align: center;
   }

   .wappage_nav_list a.active{
   	 color: #fff;
   	 background: #19488d;
   }
   .page_content_bg1{
   	 min-height: auto;
   	 padding:  1.6rem;
   	 background-image: url(../image/bgbgbg.jpg);
   }
   .page_container_width{
   	max-width: 100%;
   }
    .wolkinto_container{
    	padding-top: 0;
    }

    .wolkinto_content{
		padding: 1.6rem 2rem;
		font-size: 0.8rem;
		padding-top: 0;
    }

    .wolkinto_title{
    	margin-top: 2rem;
    	padding-top: 2rem;
    }

    .blue_shadow{
    	box-shadow:8px 8px 2px 0px rgba(186,210,230,.4);
    }
    .wolkinto_title h4{
    	font-size: 1rem;
    }
    
    .wolkinto_title img{
    	width: 6rem
    }

    .wolkinto_about_container{
    	padding: 2rem 1.6rem;
    }
    .wolkinto_about_title h4{
       font-size: 1rem
    }
    .wolkinto_about_title .line{
    	margin:15px auto;
    }
    .wolkinto_about_content{
    	font-size: 1rem;
    	padding-bottom: 0;
    }

   .wolkinto_about_content img{
   	  max-width: calc(100% + 3.2rem);
   	  transform: translateX(-1.6rem);
   	  margin-top: 3rem;
   }
    .wolkinto_about_title{
    	padding-bottom: 0;
    }

    .page_content_bg2{
    	min-height: auto;
    }
    .wolkinto_history_container {
       height: 380px;
       width: 100%;
       box-sizing: border-box;
       padding: 0 4px;
       padding-top: 50px;
       padding-bottom: 40px;
    }
    .history_item{
    	height: 290px;
    }
    .blue_line{
    	width: 96%;
	    position: absolute;
	    left: 2%;
    	height: 50px;
    	top: 208px;
    	background-size: 100%;
    	background-image: url("../image/fazhan.jpg");
    }

    .history-swiper-container .swiper-slide:nth-child(odd) .history_item .details{
    	padding-left: 2rem;
    	padding-top: 2rem;
    	height: 120px;
    }
    .history-swiper-container .swiper-slide .history_item .details{
          
    }
    .history-swiper-container .swiper-slide:first-child .history_item .details{
         left: 0;
    }

    .history-swiper-container .swiper-slide:nth-child(odd) .history_item .details p.year{
    	font-size: 2rem;
    	padding-left: 2rem;
    }
    .history-swiper-container .swiper-slide:nth-child(even) p.year{
    	font-size: 2rem;
    	padding-left: 2rem;
    }
    .history-swiper-container .swiper-slide:nth-child(even) .history_item .details{
    	height: auto;
    	top: 0;
    }
    .history-swiper-container .swiper-slide:nth-child(odd) p.year:before{
    	    height: 50px;
    	    top: -50px;
    }
    .history-swiper-container .swiper-slide:nth-child(even) p.year:before{
    	  height: 108px;
    	  top: 0px;
    } 
    .history-swiper-container .swiper-slide:nth-child(even) .content{
    	padding-left: 2rem;
    	font-size: 12px;
    	padding-right: 1rem;
    }
    .history-swiper-container .content{
    	padding-right: 1rem;
    	padding-left: 2rem;
    	font-size: 12px;
    } 

    .history-swiper-container .swiper-slide:nth-child(odd) p.year:after{
    	width: 15px;
    	height: 15px;
    	left: -7.5px;
    }

    .history-swiper-container .swiper-slide:nth-child(even) p.year:after{
    	width: 15px;
    	height: 15px;
    	left: -7.5px;
    }

    .history-swiper-container .swiper-slide:nth-child(even) p.year .circle{
    	width: 8px;
    	height: 8px;
    	top: 4px;
    	left: -4px;
    }


    .history-swiper-container .swiper-slide:nth-child(odd) p.year .circle{
    	width: 8px;
    	height: 8px;
    	top: 4px;
    	left: -4px;
    }
    .blue_line img{
    	width: 20px;
    }
    #lf_button{
    	top: 18px;
        left: 22px;
    }

    #rt_button{
    	top: 18px;
        right: 22px;
    }
    .contact_container{
    	padding: 0;
    }
    .contact_top{
    	padding:  1.6rem;
    	flex-wrap: wrap;

    }
    .contact_top .contact_ways{
    	width: 100%;
    	font-size: 1rem;
    	padding-bottom: 2rem;
    }
    .contact_top .contact_ways, .contact_top .contact_maps{
    	flex: 100%;
    }
    .contact_top .contact_ways h6{
    	font-size: 1.3rem;
    }
    .contact_top .contact_ways h6:after{
    	width: 5rem;
	    height: 2px;
	    margin: 2rem 0;
    }
    .contact_top .contact_ways span{
    	min-width: 24%;
    }
    .contact_top .contact_ways span{
    	max-width: 76%
    }

    #dituContent{
    	height: 225px !important;
    }
    .personnel_container{
    	padding: 0 2%;
    	padding-bottom: 2rem;
    }
    .personnel_alert_wrap{
    	width: 96%;
    	margin-left:-48%;
    	padding: 1.6rem;
    }
    .personnel_alert_wrap .title{
    	padding-bottom: 1rem;
    	font-size: 1rem;
    	flex-wrap: wrap;
    }
    .personnel_alert_wrap .title h6{
    	font-size: 1.2rem;
    }
    .personnel_alert_wrap .content{
    	padding-top: 1.6rem;
    	font-size: 12px;
    }
    .personnel_alert_wrap #closeP{
    	width: 20px;
    	height: 20px;
    	top: 20px;
    	right: 20px;
    }
    .personnel_alert_wrap .content h6{
    	font-size: 14px;
    }
    .personnel_alert_wrap .title>div:nth-child(2){
    	margin-left: 2rem;
    	margin-right: 2rem;
    }
    .personnel_alert_wrap .title>div:nth-child(3){
    	margin: 0;
    }

    .contact_bot,.personnel_container{
    	padding-top: 2rem;
    	box-sizing: border-box;
    }
	.personnel_container .table .tr:first-of-type div{
		font-size: 1.1rem;
	}
    .personnel_container .table .tr>div{
    	font-size: 1rem;
    	line-height: 3rem;
    	height: 3rem;
    }
    .contact_bot h6,.personnel_container h6{
    	font-size: 1.25rem
    }
    .personnel_container .table{
		width: 100%;
		padding-top: 3rem;
    }

    .personnel_container .table .tr:first-of-type{
    	position: absolute;
    	top: 0;
    	left: 0;
    }
    .contact_bot .line,.personnel_container .line{
    	margin: 1rem auto;
    }
    .contact_bot form{
        padding :0 1.6rem;
    }

    .contact_bot .input_item{
    	width: 100%;
    	font-size: 1.2rem;
    	padding-bottom: 0;
    	margin-right: 0 !important; 
    }
    .contact_bot .address_item{
    	padding-top: 0;
    }
    .contact_bot .submit{
    	margin-top: 1rem;
    }
    .contact_bot .submit input{
    	height: 30px;
    	width: 70px;
    	font-size: 10px;
    }
    .contact_nav_list{
    	display: block;
    	height: auto;
    }
    .contact_nav_list ul li{
    	width: 50%;
    	font-size: 1rem;
    	height: 2.6rem;
    	line-height: 2.6rem;
    }
    .contact_bot .liuyan_item{
    	padding-top: 20px;
    	flex-wrap: wrap;

    }
    .contact_bot .liuyan_item input{
    	flex: 0 0 100%;
    	width: 100%;
    }
    .party_building_container{
    	padding: 0;
    }
    .party_building_wrap{
    	padding: 1.6rem;
    	background: transparent;
    }
    .party_building_nav{
    	position:static;
    	display: flex;
    	flex-wrap: wrap;
    	margin-bottom: 2%;
    }
    .party_building_nav li{
        height: 2.5rem;
        line-height: 2.5rem;
        width: 30%;
        font-size: 0.8rem;
        margin-right:5%;
        margin-bottom: 4%;
    }
    .party_building_nav li:nth-child(3){
    	margin-right: 0;
    }

    .party_building_nav li:hover{
    	transform: translateX(0px);
    }
    .party_building_container .party_building_wrap .item{
    	padding: 1rem;
    	padding-top: 2rem;
    }

    .party_building_wrap .item>h6{
    	width: 15rem;
    	font-size: 1rem;
    	height: 2.5rem;
    	line-height: 2.5rem;
    }

    .party_building_bgOne{
    	background-image: url(../image/wapt.png);
    }
    .party_building_bgTwo{
    	background-image: url(../image/wapb.png);
    }
    .party_building_wrap .contant_wrap{
    	background: #fff;
    	box-shadow:18px 18px 2px -9px rgba(186,210,230,.4);
    }
    .party_building_wrap .item .content{
    	font-size: 1rem;
    	padding-bottom: 10rem;
    }
    .party_building_wrap .item img.logo{
        width: 10rem;
        position: absolute;
        right: 1.6rem;
        bottom: 3rem;
    }
    .party_building_wrap .item:nth-child(1) .content{
    	padding-top: 3rem;
    }
    .party_building_container > .blue_shadow{
    	box-shadow:none;
    }

    .union_bg{
        height: auto;
        min-height: auto;
        background-size: cover;
    }
    .union_container{
    	padding: 0 1.6rem;
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .union_container .union_wrap{
    	padding: 2rem 1.6rem;
    	padding-bottom: 3rem;
    }
    .union_container .union_wrap h6{
    	height: 2.5rem;
    	line-height: 2.5rem;
    	font-size: 1rem;
    	width: 15rem;
    }
    .union_container .union_wrap .content{
    	padding: 3rem 0;font-size: 1rem;
    }
    .union_container .union_wrap .logo img{
    	width: 10rem;
    }
    .party_building_container .party_building_wrap .item:nth-child(2) .content,
    .party_building_container .party_building_wrap .item:nth-child(3) .content,
    .party_building_container .party_building_wrap .item:nth-child(4) .content,
    .party_building_container .party_building_wrap .item:nth-child(5) .content{
        padding-bottom: 2rem;
    }
    .party_building_wrap .item .about_second_content{
    	min-height: auto;
    	background-size: 3rem;
    	background-position: left 1rem;
    	padding-left: 4rem;
    	padding-top: 2.5rem;
    	padding-bottom: 0;
    	padding-right: 0;
    }
    .party_building_wrap .item .about_first_content{
        padding-top: 1rem;
        padding-bottom:1rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-right: 5rem;
        border-radius: 10px;
        width: calc(100% - 4.25rem)

    }
    .party_building_wrap .item .about_first_content:before{
    	    width: 8.5rem;
    	    border-radius: 50%;
            height:8.5rem;
            right: -4.25rem;
            margin-top: -4.25rem;

    }
    
    
 

    .party_building_wrap .item .guidance_conteng{
    	margin-top: 2rem;
    	min-height: auto;
    	margin-bottom: 0;
    	background-image: none;
    	padding: 0;
    }
    .party_building_wrap .item .guidance_conteng h6{
    	font-size: 1.1rem;
    	text-align:  center;
    }

    .party_building_wrap .item .guidance_conteng .wap_img{
    	display: block;
    	margin: 0 auto;
    	width: 7rem;
    	margin-bottom: 1rem;
    }

    .news_wrap{
    	padding-top: 1rem;
    	padding-left: 1.6rem;
    	padding-right: 1.6rem;
    }
    .news_wrap .news_item{
    	padding: 1.5rem 0;
    	margin-bottom: 0;
    }
    .news_wrap .news_item .img{
    	width: 40%;
    	height: 6.3rem;
    	height: auto;
    	flex: 0 0 40%;
    }
    .news_wrap .news_item .news_item_content{
    	padding:0;
    	box-sizing: border-box;
    	padding-top: 4px;
    	height: 6.3rem; 
    	display:flex;
    	flex-wrap: wrap;
    	flex-direction: column;
    	justify-content: space-between;
    	padding-left: 1rem;
    }
    .news_wrap .news_item .news_item_content a.title{
    	overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
		white-space: pre-wrap;
		font-size: 1.2rem;
    }
    .news_wrap .news_item .news_item_content .des{
    	display: none;
    }
    .news_wrap .news_item .data_more_wrap{
    	font-size: 0.8rem;
    }
    .page_button{
    	padding-top: 15px;
    	padding-bottom:50px;
    }
    .page_button a{
    	height:24px;
    	font-size: 0.7rem;
    	margin: 0 5px;
        line-height: 24px;
    }

    .news_details_wrap{
       padding-top: 2rem;
    } 

    .news_details_wrap .lf{
    	width: 100%;
    	padding-right: 0;
    }
    .news_details_wrap .title{
    	padding: 0 1.6rem;
    	padding-bottom: 1rem;
    }
   .news_details_wrap .title h6{
     	font-size: 1.3rem;
     	padding-bottom: 1.25rem;
   }
   .news_details_content{
   	   padding:2rem 1.6rem;
   }
   .news_details_wrap .rt_list{
   	  display: none;
   }
   .news_details_pages{
   	  padding:  1.6rem;
   	  box-sizing: border-box;
   } 
   .news_details_pages .lf_pages{
   	  max-width: 70%;
   	  font-size: 12px;
   }
   .news_details_pages .rt_pages a{
	   	font-size: 12px;
	   	height: 20px;
	   	line-height: 20px;
	   	background: #19488d;
	   	color: #fff;
	   	padding:  0 10px;
	   	border: none;	

   }
   .news_details_pages .lf_pages a{
   	    max-width:70%;

   }
   .news_paper_wrap{
   	   padding: 2rem 1.6rem;
   	   padding-top: 1rem;
   }

   .news_paper_wrap .paper_item{
	   	height: 4.6rem;
	   	line-height: 4.6rem;
   }

   .news_paper_wrap .paper_item:before{
   	  width: 3rem;
   	  background-size: 1.2rem;
   }

   .news_paper_wrap .paper_item a{
   	 max-width:60%;
   	 font-size: 1rem;
   	 padding-left:3rem;
   }

   .news_paper_wrap .paper_item .time{
   	  font-size: 1rem;
   	  padding-right: 0;
   }

   .financial_platform_top{
     padding:2rem 1.6rem;
     display: block;
   }
   .financial_platform_top .lf {
   	 width: 100%;
   	 padding-bottom: 2rem;
   	 box-sizing: border-box;
   }
   .financial_platform_top .rt{
   	 width: 100%;
   	 	 padding-bottom: 2rem;
   }
   .financial_platform_top .lf h5{
   	   font-size: 1.4rem;
   	   margin-bottom: 0.5rem;
   }
   .financial_platform_top .lf h6{
		margin: 0;
		font-size: 1rem;
		line-height: 2;
   }
   .financial_platform_top .lf .details{
   	    line-height: 1.6;
	    font-size: 1rem;
	    padding-top: 2rem;
   }
   .financial_platform_mid div.des{
   	 padding: 1.6rem;
   	 font-size: 12px;
   	 line-height: 1.6;
   }
   .financial_platform_mid div.des br{
     	display: none;
   }

   .financial_platform_mid a{
   	 width: auto;
   	 height: auto;
   	 padding: 4px 10px;
   	 font-size: 7px;
   	 margin-bottom: 2rem;
   }
   .financial_platform_mid a img:first-of-type{
   	width: 20px;height: 20px;margin-right: 10px;
   }
   .financial_platform_mid a img:last-of-type{
   	width: 15px;height:15px;margin-left: 10px;
   }
   #product_servies{
     width:100%; 

   }

   .financial_platform_mid .service{
   	   box-sizing: border-box;
       padding: 1.6rem;
       justify-content: center;
       padding-bottom: 3rem;
   }

    .financial_platform_mid h6,
    .financial_platform_business h6,
    .financial_platform_servies h6{
    	margin-bottom: 0;
    	font-size: 1.4rem;
    	font-weight: bold;
    }

   .financial_platform_servies .service{
   	  padding-top: 3rem;
   	  overflow:scroll;
   	  width: 100%;
   }
   .financial_platform_servies .service_item{
   	  width: 16rem;
   	  margin: 0 10px;
   	  height: 12rem;
   	  flex-shrink:0;
   	  border-radius: 10px;
   }
   .financial_platform_servies{
   	 width: 100%;
   	 overflow: hidden;
   	 box-sizing: border-box;
   	 padding: 0  1.6rem;
   	 max-width: 100%;
   }
   .financial_platform_servies .service_item h5{
   	  font-size: 1rem;
   	  margin-top: 2.3rem;
   	  margin-bottom: 1.3rem;
   }

   .financial_platform_servies .service_item .des{
   	  padding: 0 1rem;
   	  line-height: 1.4;
   	  font-size: 10px;
   }
    .financial_platform_business{
        padding-top: 3rem;
        padding-bottom:3rem;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
   .financial_platform_business h6{
		font-size: 1.4rem;
		font-weight: bold;
		color: #19488d;
		text-align: center;
   }
   .financial_platform_business .yewu ,
   .biaoge_container .yewu
   {
	   	width: 100%;
	   	padding-top: 2rem;
	   	overflow-x: scroll;
   }
   .biaoge_container .yewu img{
   	    height: 670px;
   }

   .biaoge_container{
   	    padding:3rem 1.6rem;
   	    width: 100%;
   	    overflow: hidden;
   	    box-sizing: border-box;
        background: #fff;
   }
    .financial_platform_business .yewu{
    	padding-left: 1.6rem;
    }
    .financial_platform_business  img{
    	height:11rem
    }



    .platform_top{
       display: block;
       padding: 3rem 1.6rem;
    }
    .platform_top .platmode h6{
    	font-size: 1.4rem;
    }
    .platform_top .platmode>img{
    	width: 100%;
    	margin: 1rem 0;
    }
    .platform_top .platmode .content{
    	font-size: 1rem;
    	line-height: 1.6;
    }
    .platform_top .platmode, .platform_top .platmode_des{
    	padding-bottom: 2rem;
    }
    .platmode_des{
    	background: no-repeat;
    }
    .platform_top .platmode_des .content{
        font-size: 1rem;
    	line-height: 1.6;
    }
    .platmode_des>img{
    	width: 100%;
    	margin: 2rem 0; 
    	margin-bottom: 3rem;
    }
    .platform_container .platform_mid{
         display: none;
    }
    .platform_bot{
    	max-width: 100%;
    	box-sizing: border-box;
    	padding:0  1.6rem ;
    	background-image: none;
    }
    .platform_bot .content{
    	padding-top: 2rem;
    	padding-bottom:6rem;
    }
    .platform_bot h5{
    	font-size: 1.2rem;

    }
    .platform_bot h6{
    	font-size: 1rem;
    	margin: 1rem 0;
    }
    .platform_bot .content .notice{
    	font-size: 9px;
    	margin-bottom:3rem;
    	height: 2rem;
    	line-height: 2rem;
    	padding: 0 1.5rem;
    }
    .log_platform_top .lf{
    	line-height: 1.6;
    	font-size: 1rem;
    	padding-bottom: 3rem;
    }
    .log_platform_top{
    	display: block;
        padding: 3rem 1.6rem;
    }
    .log_platform_top h5{
    	font-size: 1.4rem;
    	line-height: 1;
    	font-weight: bold;
    	margin-bottom: 0.5rem;
    }
    .log_platform_top  h6{
    	font-size: 1rem;
    	line-height: 2;
    }
    .log_platform_top .lf br{
       display: none;
    }
    .log_platform_top .lf img{
       margin-top: 2rem;
    }

    .log_platform_top .rt{
    	text-align: center;

    }
    .log_platform_top .rt img{
    	width: 60%;
    }

    .log_platform_bottom{
    	padding:3rem 1.6rem;
    }

    .log_platform_bottom h5{
    	font-size: 1.4rem;
    }
    .log_platform_bottom h6{
    	font-size: 10px;
    	margin-top: 0;
    	line-height: 2;
    }
    .log_platform_bottom .notice{
    	padding: 1rem 0;
    	font-size: 1rem;
    }

    .log_platform_card{
    	display: none;
    }

    .financial_platform_mid,
    .financial_platform_servies{
    	padding-top: 2rem;
    }

    .financial_platform_finance{
       padding-top:2rem;
    }
    .financial_platform_finance h6{
    	font-size: 1rem;
    }
    .financial_platform_finance .wrap{
    	padding: 1.6rem;
    }
    .page_content_bg3{
    	display: none;
    }
    .map_wrap{
    	border-top: 1px solid #f7f7f7;
       padding: 2rem 1.6rem;
    }
    .map_wrap strong{
    	font-size: 1.4rem;
    	padding-bottom: 1rem;
    }
    .policy_wrap{
    	padding: 1rem 0;
    	font-size: 12px;
    	line-height: 1.8;

    }
    .map_wrap .map_item h6{
    	font-size: 1.2rem;
    	padding: 0;
    	line-height:4;
    }
    .map_wrap .map_item .box{
    	padding-top: 1rem;
    }
    .map_wrap .map_item a{
    	width: auto;
    	margin-right: 1rem;
    	font-size: 1rem;
    }
}