#iconDivMain1 {
    display: none;
}
/* 顶部 */
.header_top {
	height: 33px;
	line-height: 33px;
	background: #f8f8f8;
	border-bottom: solid 1px #ddd;
	/*首页头部固定*/
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
.header_top_title h1 {
	font-weight: normal;
	font-size: 12px;
	color: #777;
	background: url(../images/hi.png) left no-repeat;
	padding-left: 19px;
	float: left;
}
.header_top_title p{
 	font-weight: normal;
	font-size: 12px;
	color: #777;  
	line-height: 33px;
	float: right;
}
.header_top_right ul:after {
	display: block;
	content: "";
	clear: both;
}
.header_top_right li {
	margin-left: 10px;
	float: left;
	padding-left: 21px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
}
.header_top_right li.weixin {
	background-image: url(../images/weixin.png);
}
.header_top_right li.kefu {
	background-image: url(../images/kefu.png);
}
.header_top_right li.shoucang {
	background-image: url(../images/shoucang.png);
}
.header_top_right li.shoucang a {
	background: none;
	padding-right: 0px
}
.header_top_right li a {
	display: block;
	font-size: 12px;
	background: url(../images/down.png) no-repeat right center;
	background-size: 12px;
	padding-right: 18px;
}
.header_top_right li.kefu a {
	background: none;
	padding-right: 0px;
}
.header_top_right li.weixin {
	position: relative;
}
.header_top_right li.weixin .weixin_img {
	position: absolute;
	top: 34px;
	left: 0px;
	display: none;
	background: #fff;
	box-shadow: 0 0 5px #888;
}
.header_top_right li.weixin .weixin_img p {
	font-size: 12px;
	text-align: center;
}
.header_top_right li.weixin:hover .weixin_img {
	display: block;
}
.header_top_right li.weixin .weixin_img img {
	width: 100px;
}
/* 头部 */
.logo {
	
}
.logo_img {
	margin-top: 10px;
}
.logo_by {
	margin: 30px 0 0 150px;
}
.logo_by .search {
	height: 40px;
	position: relative;
	width: 461px;
	z-index: 105;
}
.logo_by .search .search-wrap {
	height: 34px;
	border: 2px solid #0A64FA;
	background: #FFF !important
}
.logo_by .search .sideShadow {
	float: left;
	width: 59px;
	height: 34px;
	position: relative;
	z-index: 99999999;
	background: #0A64FA;
	border-right: 1px solid #D8D8D8
}
.logo_by .search .keyWord {
	color: #909090;
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0;
	width: 358px;
	text-indent: 35px;
	background: none;
	border: none;
	background: url(../images/searchbg.gif) no-repeat 10px 7px;
	margin-top: 2px;
	background-color: #FFF;
}
.logo_by .search .sub-btn {
	border: 0;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	width: 90px;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	transition: all .2s ease-in-out;
	background: #0A64FA
}
.logo_by .search .sub-btn:hover {
	background: #003c74
}
.logo_tel {
	margin-top: 32px;
	float: right
}
.logo_tel span {
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}
.logo_tel i {
	color: #616161;
	display: block;
	height: 6px;
	background: url(../images/t1.png) no-repeat;
}
.logo_tel em {
	font-size: 17px;
	color: #616161;
	font-style: normal;
	height: 16px;
}
.logo_tel b {
	display: block;
	float: left;
	color: #0A64FA;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif
}
.nav {
	margin-left: 280px;
	margin-top: 15px;
}
.nav ul:after {
	display: block;
	content: "";
	clear: both;
}
.nav ul li {
	float: left;
	height: 40px;
	line-height: 40px;
}
.nav ul li.currclass a {
	color: #0A64FA;
}
.nav ul li a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
}
.nav-link.active h2 {
  color: blue; /* 设置选中的链接文字颜色 */
}


.nav_ls a {
	display: block;
	width: 100px;
	height: 26px;
	line-height: 26px;
	background: #0A64FA;
	text-align: center;
	color: #fff;
	margin-top: 14px;
}
.nav_ls a:hover {
	background: #f60;
}
/*新闻热点*/
.xwed{
	width: 100%;
	height: 60px;
     background: linear-gradient(131deg, rgba(200,200,200,0.2) 0%, rgba(246,246,246,0.35) 100%);
     backdrop-filter:blur(10px) ;
    margin: -60px auto 0 auto;
    position: relative;
    opacity: 0.85;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xwed-tz{
    display: flex;
    justify-content: center;
    align-items: center;
	width: auto;
	height: 60px;
	margin: 0 auto;
	float: center;
}
.xwed-left{
    display: flex;
  align-items: center;
	width: 140px;
	height: 50px;
	float: left;
	line-height: 60px;
	 margin-right: 10px; /* 添加右边距 */
}
.xwed-left p{
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	color: #0A64FA;
}
..xwed-left p span{
    font-size: 18px;
	font-weight: bold;
	color: red;
}

.xwed-left img {
    width: 132px;
    height: 24px;
}

.xwed-right{
    display: flex;
	width: 605px;
	height: 60px;
	float: right;
	overflow: hidden;

}
.xwed-right ul li{
	width: auto;
	height: 650px;
}

.xwed-right ul li p{
    width: auto;
    line-height: 60px;
    font-size: 15px;
    color: #16181A;
    float: left;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}

.xwed-right ul li p:hover{
  color: blue;
    
}

.xwed-right ul li span{
     width: auto;
     font-size: 15px;
    line-height: 60px;
}
/* 热门服务 */
/* 切换 */
/*index-yewu*/
.index-yewu {
	padding: 20px 0;
	overflow: hidden;
}
.index-yewu .box {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 0px;
}
.index-yewu .box span {
	display: block;

	background-position: center top;
	background-repeat: no-repeat;
	color: #A0A0A0;
}
.index-yewu .box span h4 {
	color: #555;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
}
.index-yewu span p {
	padding: 0 20px;
}

.index-yewu span:hover {
	transform: scale(0.88);
	-webkit-transform: scale(0.88);
	-moz-transform: scale(0.88);
	-o-transform: scale(0.88);
}
.index-yewu span {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.index-yewu .a:hover h4 {
	color: #72bb38
}
.index-yewu .b:hover h4 {
	color: #3fbff0
}
.index-yewu .c:hover h4 {
	color: #fa4f4f
}
.index-yewu .d:hover h4 {
	color: #ff7f00
}
.index-yewu .box span:hover p {
	color: #333;
}
/*首页子栏目读取*/
.index_sub_nav {
	text-align: center;
}
.index_sub_nav a {
	padding: 5px 20px;
	font-size: 16px;
	border-radius: 20px;
}
.index_sub_nav a:hover {
	background: #0A64FA;
	color: #FFF;
}

/* 推荐顾问 */
.guwen {
	background-color: #F7FAFE;
	padding: 20px 0 0 0;
	
}
.guwen_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	margin: 30px 0;
	border-radius: 10px;
}
.guwen_title ul {
	text-align: center;
}
.guwen_title ul li {
	float: left;
	width: 25%;
	text-align: center;;

}
.guwen_title ul li p {
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    border-radius: 10px;
}
.guwen_title ul li.active p {
	background: #0A64FA;
	color: #FFF;
}
.a_content li {
	
	width: 100%;
}
.gw-box {
	padding: 30px 5px;
	text-align: left;
}
.box-aq-left{
	width: 50%;
	float: left;
}
.box-aq-left h4{
	font-size: 24px;
	font-weight: bold;
}
.box-aq-left p{
	width: 400px;
	font-size: 16px;
	margin: 20px 0;
}
.box-aq-left-a{
	width: 120px;
	height: 40px;
	border-radius: 5px;
	background-color: #0A64FA;
}

.box-aq-left-a p{
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}
.box-aq-right{
	width: 50%;
	float: right;
}
.box-aq-right img{
	width: 600px;
	height: 400px;
	float: right;
}

.aqbz-right .a:hover {
	background: #0A64FA;
	color: #FFF;
}



/*企业解决方案 */
.qyjufa{
	padding: 10px 0 50px 0;
	background: #f3f6fb;
}
#Tab5 {
	width: 270px;
	height: 340px;
	float: left;
	padding-top: 20px;
	background: #2c9cfe;
	border-radius: 10px;
	
}
#Tab5 li {
	
	
}
#Tab5 li.active {
	background: #0A64FA;
}
#Tab5 li a p {
	line-height: 60px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;	
	border: 1px solid #00bbff;
}


.a_content5 {
	float: right;
	width: 900px;
	background-color: #fff;
	height: 360px;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%);
	border-radius: 10px;
}
.news_list {
	padding-top: 20px;
}
.news_list li {
	float: left;
	width: 50%;
}
.news_list-box {
	margin: 0 20px;
	padding: 18px 18px 23px 12px;
	border-bottom: 1px solid #ececec;
}
.news_list h4 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin-bottom: 10px;
	height: 24px;
	overflow: hidden;
}
.news_list p {
	color: #888;
	font-size: 13px;
	line-height: 22px;
}
.news_list-foot {
	margin-top: 20px;
}
.news_list .news_list-foot a {
	display: block;
	margin-right: 20px;
	width: 90px;
	line-height: 26px;
	border: solid 1px #ddd;
	font-size: 12px;
	text-align: center;
	border-radius: 26px;
	color: #666;
	float: left;
}
.news_list .news_list-foot a:hover {
	color: #fff;
	background: red;
	border: red solid 1px;
}
.news_list h4:hover {
	color: #0A64FA;
}


.news-content{
	margin: 20px;
}
.news-content-h{
	width: 100%;
	height: 50px;
	border-bottom: 2px solid red;
}
.news-content-h h4{
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.news-content-p{
	margin: 20px 0;
}
.news-content-p p{
	font-size: 16px;
	color: #333;
}

.news-content-span{
	width: 130px;
	height: 40px;
	text-align: center;
	background-color: #2c9cfe;
	border-radius: 5px;
}
.news-content-span span{
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

.news-content-img ul li{
	float: left;
}
.news-content-img ul li img{
	width: 190px;
	height: 70px;
	margin: 20px 20px 0 0;
	border: 1px solid #f3f3f3;
	
}
.news-content-img ul li img:hover{
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%);
}




/* 企业形象展示 */
.slide-Modbox {
	
	padding: 1px 0 20px 0;
}
.add-sidebar_main {
	overflow: hidden;
}
.add-sidebar_main .left {
	float: left;
	background: #fff;
	width: 840px;
	padding: 20px;
}
.add-sidebar_main .slide-top {
	width: 500px;
	height: 334px;
	position: relative;
	float: left;
	margin-right: 30px;
}
.add-sidebar_main .slide-top .hd {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 12px;
	z-index: 2;
}
.add-sidebar_main .slide-top .hd li {
	display: inline-block;
*zoom:1;
*display: inline;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.3;
	border-radius: 50%;
	font-size: 0;
	margin-left: 8px;
}
.add-sidebar_main .slide-top .hd .on {
	opacity: 1;
}
.add-sidebar_main .slide-top .bd {
	width: 100%;
	height: 334px;
	display: block;
	position: relative;
}
.add-sidebar_main .slide-top .bd img {
	width: 500px;
	height: 334px;
}
.add-sidebar_main .left .txt {
	float: left;
	width: 300px;
}
.add-sidebar_main .left .txt ul {
	overflow: hidden;
}
.add-sidebar_main .left .txt li {
	display: block;
	overflow: hidden;
	line-height: 34px;
	font-size: 14px;
	color: #666;
	clear: both;
}
.add-sidebar_main .left .txt li label {
	float: left;
	width: 70px;
	text-align: right;
}
.add-sidebar_main .left .txt li .name {
	color: #333;
	font-size: 18px;
}
.add-sidebar_main .left .txt li .xx {
	width: 76px;
	height: 15px;
	position: relative;
	display: inline-block;
*zoom:1;
*display: inline;
	background: url(../images/xx.png) 0 -14px no-repeat;
}
.add-sidebar_main .left .txt li .xxp {
	width: auto;
	height: 15px;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
*zoom:1;
*display: inline;
	background: url(../images/xx.png) no-repeat;
}
.add-sidebar_main .left .txt li .big {
	font-size: 20px;
	color: #ff7f00;
}
.add-sidebar_main .left .txt .lost {
	border-top: 1px dotted #dfdfdf;
	padding-top: 5px;
	margin-top: 5px;
}
.add-sidebar_main .left .txt .lost em {
	font-size: 16px;
}
.add-sidebar_main .left .txt .lost p {
	font-size: 12px;
	height: 72px;
	overflow: hidden;
	width: 100%;
}
.add-sidebar_main .right {
	float: right;
	background: #fff;
	width: 300px;
	text-align: center;
	padding-top: 20px;
	height: 354px;
}
.add-sidebar_main .right .img-box {
	width: 140px;
	height: 140px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}
.add-sidebar_main .right .img-box img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
}
.add-sidebar_main .right strong {
	font-weight: 500;
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	display: block;
}
.add-sidebar_main .right strong span {
	color: #999;
	font-size: 14px;
	padding-left: 10px;
}
.add-sidebar_main .right .dw {
	background: url("../images/nx_icon8.png") no-repeat left center;
	display: inline-block;
	margin: auto 0;
	padding: 5px 0 5px 15px;
	color: #999;
}
.add-sidebar_main .right .tel-txt {
	line-height: 32px;
	height: 32px;
	display: block;
	text-align: center;
	margin-left: 115px;
}
.add-sidebar_main .right .tel-txt * {
	display: block;
	float: left;
}
.add-sidebar_main .right .tel-txt .tel {
	font-size: 14px;
	color: #fff;
	width: 1px;
	padding: 0 8px 0 25px;
	margin-right: 8px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	text-align: center;
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}
.add-sidebar_main .right .tel-txt .tel em {
	display: none;
	margin-left: 3px;
}
.add-sidebar_main .right .tel-txt .t1 {
	background: url("../images/c_ico11.png") no-repeat 8px center #72bb38;
}
.add-sidebar_main .right .tel-txt .t2 {
	background: url("../images/c_ico12.png") no-repeat 8px center #3fbff0;
}
.add-sidebar_main .right .tel-txt .tel:hover {
	width: 65px;
}
.add-sidebar_main .right .tel-txt .tel:hover em {
	display: block;
}
.icon-add-box {
	position: relative;
	display: block;
	width: 270px;
	margin: 20px auto 0;
	padding-top: 15px;
	border-top: 1px dotted #dfdfdf;
}
.icon-add-box ul {
	overflow: hidden;
}
.icon-add-box li {
	width: 90px;
	text-align: center;
	float: left;
}
.icon-add-box li i {
	width: 31px;
	height: 31px;
	display: block;
	margin: 0 auto;
	background: url(../images/3.jpg) no-repeat;
}
.icon-add-box li p {
	display: block;
	padding: 5px 0;
}
.icon-add-box .bank1 i {
	background-position: 0 0;
}
.icon-add-box .bank2 i {
	background-position: -79px 0;
}
.icon-add-box .bank3 i {
	background-position: -159px 0;
}
.img-boxmain {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.img-boxmain ul {
	width: 1200px;
	margin-left: -19px;
}
.img-boxmain ul li {
	display: flex;
	width: 19.83%;
	float: left;
	border: 1px solid #eef0f6;

	position: relative;
	justify-content: center;
	border-right: none;
}

.img-boxmain ul li img{
	width: 100%;
	vertical-align: middle;
	border-style: none;
}


.img-child-box {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.img-child-box img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -190px;
	margin-left: -290px;
}
.img-child-box img.box-img1 {
	margin-top: -150px;
}
.img-child-box img.box-img4 {
	margin-left: -346px;
}
.img-child-box img.box-img5 {
	margin-top: -152px;
}
.img-child-box img.box-img6 {
	margin-left: -195px;
}
.img-child-box img.box-img8 {
	margin-left: -165px;
}
.img-child-box img.box-img9 {
	margin-top: -260px;
	margin-left: -307px;
}
.img-child-box img.box-img10 {
	margin-top: -112px;
}
.img-child-box img.box-img11 {
	margin-left: -136px;
}
.img-child-box img.box-img12 {
	margin-top: -157px;
	margin-left: -325px;
}
.img-child-box img.box-default {
	margin-top: -190px;
	margin-left: -290px;
}
.img-box-top {
	top: 0px;
	left: 0px;
}
.img-box-right {
	top: 0px;
	right: 0px;
}
.img-box-bottom {
	bottom: 0px;
	left: 0px;
}
.img-box-bottom-right {
	bottom: 0px;
	right: 0px;
}
.z-index30 {
	z-index: 30;
}
.z-index40 {
	z-index: 40;
}
.clear {
	clear: both;
}
.img-logo {
	z-index: 20 !important;
}








/* 公司动态 */
.new {
	padding: 20px 0;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #EFF2F6;
}
.new:after {
	display: block;
	content: '';
	clear: both;
}
.new_left {
	float: left;
	width: 933px;
}
.sf-wz-nr{
    width: 1440px;
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.new-left2{
	float: left;
	width: 420px;
	border-radius: 10px;
	background:linear-gradient(180deg, #F4F6F9 0%, #FEFEFF 100%);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	border: 3px solid #fff;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(239, 242, 246, 1)) 3 3;
}
.new-left2 ul {
	padding: 20px 29px 20px 35px;
}
.new-left2 ul li {
	line-height: 40px;
	font-size: 15px;
	padding-left: 20px;
	background: url(../images/dian.png) no-repeat left center;
	background-size: 11px;
}
.new-left2 ul li:hover{
   
    background-color: #f4f4f4;
}
.new-left2 ul li a:hover{
    color: #0A64FA;
}
.new-left2 ul li span {
	float: right;
	color: #333;
	color: #666;
	font-size: 12px;
}






.new-left-right{
	float: right;
	width: 420px;
	
	border-radius: 10px;
	background:linear-gradient(180deg, #F4F6F9 0%, #FEFEFF 100%);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	border: 3px solid #fff;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(239, 242, 246, 1)) 3 3;
	
}
.new-left-right ul {
	padding: 20px 29px 20px 35px;
}
.new-left-right ul li {
	line-height: 40px;
	font-size: 15px;
	padding-left: 20px;
	background: url(../images/dian.png) no-repeat left center;
	background-size: 11px;
}
.new-left-right ul li:hover{
    
    background-color: #f4f4f4;
}
.new-left-right ul li a:hover{
    color: #0A64FA;
}
.new-left-right ul li span {
	float: right;
	color: #333;
	color: #666;
	font-size: 12px;
}







.new_title {
	height: 36px;
    padding: 29px 29px 0 35px;
}
.sf-wz-nr a{
    color: #333;
    font-size: 14px;
    color: #16181A;
}
.new h3 {
	font-weight: normal;
	line-height: 36px;
	font-size: 20px;
	width: 93px;
}
.new_a {
	float: right;
	padding-top: 3px;
	color: #495870;
}

.new_title a{
    color: #495870;
}

.new_right {
	width: 420px;
	float: right;
	border-radius: 10px;
	background:linear-gradient(180deg, #F4F6F9 0%, #FEFEFF 100%);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	border: 3px solid #fff;
	 border-radius: 6px;

   
}
.new_right ul {
padding: 20px 29px 20px 35px;
}
.new_right ul li {
	line-height: 40px;
	font-size: 15px;
	padding-left: 20px;
	background: url(../images/dian.png) no-repeat left center;
	background-size: 6px;
}
.new_right ul li:hover{
    
    background-color: #f4f4f4;
}
.new_right ul li a:hover{
    color: #0A64FA;
}


.new_right ul li span {
	float: right;
	color: #8291A9;
	font-size: 12px;
}







/*阅读排行*/
.paihang {
	padding: 10px;
	background-color: #fff;
	border-radius: 6px;
}
.paihang ul li {
	line-height: 32px;
	font-size: 15px;
	padding-left: 10px;
}
.paihang ul li a{
    color: #495870;
}

.paihang ul li a:hover{
    color: #0A64FA;
}

.paihang-bq {
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 6px;
}
.paihang-bq ul li {
	line-height: 32px;
	font-size: 15px;
	padding-left: 10px;
	width: 43%;
	float: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*功能*/
.zhisi {
	width: 1200px;
	padding: 40px 0;
	margin: 0 auto;
}
.zhisi_title {
	width: 1200px;
	margin: 0 auto;
	
}

.zhisi_title li {
	float: left;
	width: 33.33%;
	text-align: center;
}
.zhisi_title li a {
	display: block;

}
.zhisi_title li a p {
	height: 40px;
	line-height: 40px;
	background: #f4f4f4;
	font-size: 16px;
	border-radius: 10px;
}
.zhisi_title li.active p {
	background: #0A64FA;
	color: #fff;
	border-radius: 10px;
}
.ptgn-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f4f4f4;
	margin: 30px 0;
}
.ptgn-title ul li p{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 10px;
}
.content10086{
	width: 1200px;
	height: 400px;
	border: 1px solid #fff;

}
.a_content4 {
	
}
.a_content4 a:hover {
	color: #0A64FA;
}
.a_content4:after {
	display: block;
	content: '';
	clear: both;
}
.a_content4_left {
	width: 60%;
	float: left;
	height: 340px;
}
.a_content4_left_img {
	width: 270px;
	float: left;
	overflow: hidden;
}
.a_content4_left_img img {
	height: 340px;
}
.a_content4_left_title {
	float: left;
	width: 435px;
	margin-left: 10px;
	padding-bottom: 15px;
	border-bottom: #dedede 1px dashed
}
.a_content4_left_title h2 a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	height: 35px;
	line-height: 35px;
}
.a_content4_left_title p {
	font-size: 14px;
	color: #666;
}
.a_content4_left_title p a {
	color: #0A64FA;
	margin-left: 10px;
}
.a_content4_left_li {
	float: left;
	width: 440px;
	margin-top: 8px;
}
.a_content4_left_li ul {
}
.a_content4_left_li ul li {
	line-height: 35px;
	border-bottom: 1px dotted #ccc;
	height: 35px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	width: 200px;
	padding-left: 10px;
	background: url(../images/aside_li.gif) left no-repeat
}
.a_content4_left_li ul li a {
	color: #000;
}
.a_content4_left_li ul li a {
	font-size: 12px;
}
.a_content4_right {
	height: 340px;
	width: 460px;
	float: right;
	padding-left: 10px;
	border-left: 1px #ccc dashed;
}
.a_content4_right_title h2 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin-left: 3%;
}
.a_content4_right_title {
	margin: 15px 0 34px 0;
}
.a_content4_right_title p {
	margin-top: 23px;
	color: #666;
	margin-left: 3%;
}
.a_content4_right_title p a {
	color: #0A64FA;
	margin-left: 10px;
}
.a_content4_right ul {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}
.a_content4_right ul li {
	line-height: 35px;
	border-bottom: 1px dotted #ccc;
	float: left;
	height: 35px;
	margin-right: 25px;
	overflow: hidden;
	width: 190px;
	padding-left: 10px;
	background: url(../images/aside_li.gif) left no-repeat
}
.a_content4_right ul li a {
	font-size: 12px;
	color: #000;
}
.content4-left{
	width: 50%;
	float: left;
}
.content4-left img{
	width: 600px;
	height: 400px;
	float: left;
}
.content4-right{
	width: 40%;
	height: 330px;
	margin-top: 30px;
	float: right;
}
.content4-right h3{
	height: 50px;
	line-height: 50px;
	font-size: 40px;
	font-weight: bold;
	color: #000;
}
.content4-right p{
	font-size: 16px;
	margin: 20px 0;
}
.footimg {
	padding: 40px 0;
	background: #f3f3f3;
}

/* 安全稳定 */

.aqbz{
	display: block;
	padding: 10px 0;
	background-color: #F7FAFE;
}
.aqbz-bt{
		height: 55px;
		margin: 30px 0 15px 0;
		text-align: center;
}

.aqbz-bt h3{
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.aqbz-nr{
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	padding: 30px 0;
}

.aqbz-aq li{
		width: 230px;
		height: 300px;
		list-style: none;
		float: left;
		margin: 0 5px;
		border-radius: 10px;
		box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
		text-align: center;
		background-color: #fff;
	}
	.aqbz-aq li:hover{
		 box-shadow: 0 0 5px 1px rgb(140 58 58 / 33%);
	}
	.aqbz-aq li img{
		width: 100px;
		height: 100px;
		margin-top: 30px;
	}
	.aqbz-aq h3{
	    margin: 10px 0;
		line-height: 30px;
		font-size: 20px;
	}
	.aqbz-aq p{
		padding: 5px;
		
		font-size: 14px;
		color: #888;
	}









.clear2022{
	width: 80px;
	height: 5px;
	background-color: blue;
	margin: 20px 0;
}

.a_content4 h4{
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
}




/* 底部 */
.foot-title {
	height: 70px;
	border-top: 1px solid #bbb;
	background-color: #ddd;
}
.foot-title__nav {
	line-height: 70px;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.foot-title__nav a {
	font-size: 16px;
	margin: 20px;
}
.foot-centent {
	padding: 50px 0 30px 0;
	background: url(../images/footer-bg.png) #2e2e2e;
}
.foot-centent-left{
	width: 70%;
	float: left;
}



.foot-left{
	width: 28%;
	float: left;
}
.foot-right{
	width: 65%;
	float: right;
}
.foot-left p{
	font-size: 14px;
	color: #fff;

}
.foot-left-dz{
    margin-top: 20px;
}
.foot-left-logo{

}
.foot-left-logo img{
	width: 170px;

}
.foot-centent dl {

	width: 20%;
	float: left;
}
.foot-centent dl:after {
	display: block;
	content: '';
	clear: both;
}
.foot-centent dt {
	font-size: 16px;
	margin-bottom: 19px;
}
.foot-centent dt a {
	color: #fff;
	font-weight: bold;
}
.foot-centent a:hover {
	text-decoration: underline;
}
.foot-centent dd a {
	color: #afb0b4;
}
.foot-centent dd {

	
	margin-bottom: 15px;
	font-size: 15px;
	overflow: hidden;
	height: 20px;
}
.foot-bottom__line {
	background: #474a53;
	height: 1px;
}
.foot-bottom {
	background: url(../images/footer-bg.png) #2e2e2e;
	color: #aeaeae;
	text-align: center;
}
.footer span a{
    color: #aeaeae;
}

.foot-centent-right{
	width: 25%;
	float: right;
}
.foot-centent-right h4{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}
.foot-gzh{
    float: left;
    width: 50%;
}
.foot-wxh{
    float: right;
    width: 50%;
}
.foot-centent-right img{
	width: 100px;
	height: 100px;
}

.footer p {

	line-height: 30px;
	text-align: center;
}
.footer p a{ color:#aeaeae}
.footer p a:hover {
	text-decoration: underline;
}

.foot-bottom__nav a:hover {
	text-decoration: underline;
}
/* 顾问列表 */
.main_left .a_content .gw-img {
	height: 120px;
}
.ngw-box {
	padding: 30px 0;
}
.ngw-left {
	width: 25%;
	float: left;
	margin-right: 5%;
	margin-left: 5%;
}
.ngw-left-img {
	border-radius: 50%;
	overflow: hidden;
	width: 85%;
	margin: 0 auto;
	height: 189px;
}
.ngw-left-img img {
	width: 100%;
}
.ngw-left p {
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
}
.ngw-left p em {
	font-size: 13px;
	color: #999;
	padding-left: 10px;
}
.ngw-right a {
	border-radius: 3px;
	margin-top: 10px;
	display: block;
	width: 98px;
	height: 34px;
	background: #0A64FA;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
}
.ngw-right a:hover {
	background: rgba(222,16,3,0.7);
}
.ngw-right {
	width: 60%;
	float: left;
}
.ngw-right ul li {
	line-height: 35px;
	font-size: 16px;
	float: left;
	margin-right: 30px;
}
.ngw-right ul li span {
	font-size: 14px;
	color: #333;
}
.ngw-right ul li.tel {
	color: #0A64FA;
	font-size: 18px;
	font-weight: bold;
}
.ngw-right p {
	color: #666;
	margin-top: 8px;
	line-height: 30px;
	font-size: 15px;
}
.ngw-right p b {
	display: block;
	margin-bottom: 5px;
}
.ngw-title p {
	line-height: 40px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	font-weight: bold;
}

.pagebar{text-align: center;}
.pagebar a:hover{background:#3aa9f2;color: #FFFFFF;text-decoration: none;padding:0 15px;}
.pagebar a{border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;height:34px;font:bold 14px/34px arial;padding:0 15px;}
.pagebar b{
    border:1px solid #ddd;
    display:inline-block;
    margin-right:6px;
    background-color: #3aa9f2;
    color: #fff;
    height:34px;
    font:bold 14px/34px arial;
    padding:0 15px;
    
}








/* 隐私协议 */

 .bm-qt{
    width: 100%;
    background-color: #f4f4f4;
    padding: 20px 0;
  }
  .bm-nr{
    width: 1200px;
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgb(100 100 100 / 30%);
    padding-top: 64px;
  }
  .bm-bt{
    text-align: center;
  }
.bm-bt h3{
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
}
.bm-wd{
  padding: 0 15px;
}
.bm-wd p{
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
  
}


/*-----------添加微信-------------*/
.kf{
	position: fixed;
	z-index: 999999;
	right: 0;
	top: 49%;
}
.kf-x{
	text-align: center;
}
.kf-x p{
	overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.63px;
    text-align: center;
    margin: 0;
}
.kf-x img{
	width: 60px;
	height: 60px;
	line-height: 50px;
	margin: 13px 0 4px 0;
}

.iso{
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.iso img{
	width: 20px;
	height: 20px;
	margin-top: 10px;
	margin-right: 10px;
}
.iso a{
    color: #aeaeae;
}


/*-----------添加试用-------------*/

.shiyong{
    position: fixed;
	z-index: 999999;
	right: 0;
	top: 59%;
}

.shiyong-x{
	text-align: center;
}
.shiyong-x p{
	overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.63px;
    text-align: center;
    margin: 0;
}
.shiyong-x img{
	width: 65px;
	height: 65px;
	line-height: 50px;
	margin: 7px 0 4px 0;
}

/* 新的右边悬浮框 */
.right-menu {
    position: fixed;
	z-index: 999999;
	right: 20px;
	top: 35%;
	width: 65px;
	height: 333px;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px 4px rgba(0,0,0,0.08);
	border-radius: 33px;
}

.right-menu-item {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
}

.right-menu-item :hover {
    color: #0A64FA; /* 鼠标悬停颜色 */
	background-color: #F1F5FF;
}

.right-menu-item-top :hover {
	border-top-left-radius: 33px;
	border-top-right-radius: 33px;
}

.right-menu-item-bottom :hover {
	border-bottom-left-radius: 33px;
	border-bottom-right-radius: 33px;
}
.right-menu-item a {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	color: #16181A;
	width: 100%;
	height: 100%;
}

.right-menu-item-top img {
	margin-top: 26px !important;
}
.right-menu-item img {
	width: 24px;
	height: 24px;
	padding-bottom: 3px;
	margin-top: 16px;
}

.right-menu-item-title {
	margin-top: 3px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #16181A;
	line-height: 17px;
}


.right-menu-item-sep {
	margin: 15px 10px 0px 10px;
	width: calc(100% - 20px);
	border: 1px solid #000000;
	opacity: 0.08;
}

.right-menu-item-sep-bottom {
	margin: 32px 10px 0px 10px;
	width: calc(100% - 20px);
}

.wxImgNew {
	display:none;
	position:absolute;    
	z-index:888;
	right: 60px;
	top: 180px;
	width: 160px;
	height: 188px;
	background-image: url("https://www.saifanbox.com/skin/default/images/wxBg.png");
	background-size: 120%;
	background-position: center;
	background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.wxImgNew img {

	width: 108px;
	height: 108px;
	margin-bottom: 9px;

}
.wxImgNew-msg {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #262626;
	line-height: 20px;
	text-align: center;
	font-style: normal;
}
