@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{

    margin:0;

    padding:0;

    font-family:"Microsoft Yahei";

}

*{

    font-family: "myFont4";

}

li{

    list-style: none;

}


.p2{
    padding:1.5rem 0;
}
/*banner*/
.index-banner{
    margin-top: 53px;
}
.index-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-slide{
    background-size: cover !important;
    background-position: center;
    display: flex;
    align-items: center;
}
.index-banner .swiper-slide img{
    width: 65%;
    margin:0 auto;
    transform: scale(1.1);
    transition: transform 3s;
    /* object-fit: cover; */
    transform: scale(1.1);
    transition: transform 3s;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    text-align: center;
    color:#fff;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeft 1.4s ease-in-out;
	animation: fadeInLeft 1.4s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    font-size: 1.6rem;
    font-family: myFont4;
}
.index-banner .banner-text h6{
    font-size: .8rem;
    color:#fff;
    font-family: myFont1;
    margin-top: .5rem;
}
/* 按钮 */
.index-banner .swiper-pagination .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	background:none;
	border-radius: 50px;
	/* margin-right:20px; */
    border:2px solid #fff;
    margin:0 9px !important;
    opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active{
	position: relative;
	width: 13px;
	height: 13px;
	background:none;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 50px;
}

.index-banner .swiper-slide img.swiper_img{
	width: 100%;
	height: 210px;
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; 
	animation-direction:alternate;
	animation-timing-function: ease-in-out; 
	-webkit-animation:mymove 8s infinite;
	-webkit-animation-direction:alternate;
	-webkit-animation-timing-function: ease-in-out; 
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; 
}
@keyframes mymove

{

	0%{

	transform: scale(1);  /*最先为原始巨细*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}



}



@-webkit-keyframes mymove /*Safari and Chrome*/

{

	0%{

	transform: scale(1);  /*最先为原始巨细*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}

}

/* 内页banner */
.column-banner{
	width: 100%;
    height: auto;
    height: 150px;
    margin-top: 53px;
    display: flex;
    justify-content: space-around;
}
.column-banner img{
    height: 150px;
    margin-left: 5rem;
}
/* .column-banner .text-box{
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.column-banner .text-box p{
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
    font-weight: bold;
} */



/* 星球banner */
.hzxq-banner{
    width: 100%;
    height: auto;
    height: 150px;
    position: relative;
    margin-top: 53px;
	display: flex;
	justify-content: center;
}
.hzxq-banner img{
    height: 150px;
}


/* 面包屑导航 */
.screen{
	position: relative;
	width: 100%;
	margin: 10px auto 0;
	margin-bottom: .5rem;
}
.screen .txt{
	display: block;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 11px 30px 12px;
    text-transform: uppercase;
    background-image: url(/Public/Wap/Module1091/images/hamburger.png);
    background-color: #1060c8;
    background-position: 90% center;
    background-repeat: no-repeat;
}
.screen ul{
	width: 100%;
	box-sizing: border-box;
	padding: 0 25px;
	border: 2px solid #1060c8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: 0;
	background-color: #fff;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 2;
}
.screen ul li a{
	display: block;
	line-height: 18px;
	padding: 12px 0;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
}
.screen ul li:last-child a{
	border: 0;
}


/* 分页 */
.page-box {
    margin-bottom: 60px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    border-radius: 50px;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #1060c8;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}

.re {

	position: relative;

}

#container {

	position: relative;

}


.w83{
    width: 90%;
    margin:0 auto;
}
.p-17{
    padding: 1.7rem 0;
}
/* 问题 */
.title{
    font-weight: bold;
    margin-bottom: 1.2rem;
}
.title .t1{
    font-size: 1.5rem;
    color: rgb(0 106 255 / 20%);
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: bold;
}
.title .t2{
	font-size: 1.2rem;
    color: #006aff;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* 首页第二屏产品中心 */
.s2{position: relative;
    
}
.s2 .s2-img img{
    width: 100%;
    height: auto;
}
.s2 .s2_des .s2_title{
	font-size: 1.02rem;
	color:#333;
}
.s2 .s2_des .s2_title .line{
	margin-top: .3rem;
}
.s2 .s2_des .s2_title span{
	color:#006aff;
}
.s2 .s2_des .s2_title .cp_des,
.s2 .s2_des .s2_title .cp_des p{
	font-size: .85rem;
    color: #666666;
    line-height: 22px;
    font-family: myFont1;
}
.s2 .s2_des .s2_title .cp_des{
	margin-top: .5rem;
}
.s2 .s2_des .s2_title .cp_title::before{
	content: '';
	display: block;
}
.s2 .s2_des .s2_content .s2_left{
	background:#e7f1ff;
	position: relative;
	transition: .5s;
    margin-top: 1rem;
    padding:5%;
}
.s2 .s2_des .s2_content .s2_left .iconfont{
	color:#006aff;
	font-size: 40px;
}
.s2 .s2_des .s2_content .s2_left h5{
    font-size: .87rem;
    color: #006aff;
    margin-bottom: .2rem;
}
.s2 .s2_des .s2_content .s2_left p{
    font-size: .65rem;
    color: rgb(0 106 255 / 50%);
    text-transform: uppercase;
    font-family: myFont1;
}
.s2 .s2_des .s2_content .s2_left a{
	display: flex;
	align-items: center;
	padding:1%;
	position: relative;
	z-index: 2;
}
.s2 .s2_des .s2_content .s2_right{
    margin-top: .5rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: .5rem .5rem;
}
.s2 .s2_des .s2_content .s2_right dl{
	background:#e7f1ff;
	display: flex;
	transition: .5s;
}
.s2 .s2_des .s2_content .s2_right dl a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 6% 11%;
}
.s2 .s2_des .s2_content .s2_left a>div{
    margin:0 0 0 .7rem;
}
.s2 .s2_des .s2_content .s2_right dl dt{
    color: #006aff;
    font-size: .87rem;
    width: 70%;
}
.s2 .s2_des .s2_content .s2_right dl dd .iconfont{
    color: #006aff;
    font-size: 1.6rem;
}

/* 第三屛解决计划 */
.s3{position: relative;
  
}
.s3 .s3_box .title{
	text-align: center;
}
.s3 .s3_box .title .t1{
	color:rgb(236 244 255 / 20%);
}
.s3 .s3_box .title .t2{
	color:#fff;
	margin-left: 0;
}
.s3 .s3_list dl{
    margin-bottom: .5rem;
    width: 100%;
    height: 13rem;
    position: relative;
    overflow: hidden;
}
.s3 .s3_list dl dt{
    width: 100%;
    height: 100%;
}
.s3 .s3_list dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s3 .s3_list dl dd{
    position: absolute;
	left: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .9)));
	padding:0 3% 3% 3%;
	color:#fff;
}
.s3 .s3_box .s3_list dl dd h5{
	font-size: .95rem;
	margin-bottom: 5px;
}
.s3 .s3_box .s3_list dl dd p{
	font-size: .8rem;
	line-height: 25px;

}

/* 第四屏效劳中心 */
.s4{
	background:url(/Public/Home/Module1074/images/service-bg.png) no-repeat top center;
	position: relative;
	background-size: cover;
}
.s4 .s4_img img{
    width: 100%;
    height: auto;
}
.s4 .s4-list{
	width: 100%;
    /* margin-top: 1rem; */
}
.s4 .s4-list dl{
	padding:5%;
	background:#f5f5f5;
	transition: .5s;
	cursor: pointer;
    margin-bottom: .5rem;
}
.s4 .s4-list dl:hover{
	background-image:linear-gradient(to bottom left,#73a6ee,#006aff);
	transition: .5s;
}
.s4 .s4-list dl dt{
	display: flex;
	justify-content: space-between;
	line-height: 50px;
    margin-bottom: 1rem;
}
.s4 .s4-list dl dt i{
	background:url(/Public/Home/Module1074/images/icon1.png) no-repeat top left;
	-webkit-transition: all ease-out .3s;
    width: 49px;
    height: 49px;
}
.s4 .s4-list dl:nth-child(2) dt i{
	background:url(/Public/Home/Module1074/images/icon2.png) no-repeat top left;
	-webkit-transition: all ease-out .3s;
    width: 49px;
    height: 49px;
}
.s4 .s4-list dl:nth-child(3) dt i{
	background:url(/Public/Home/Module1074/images/icon3.png) no-repeat top left;
	-webkit-transition: all ease-out .3s;
    width: 49px;
    height: 49px;
}
.s4 .s4-list dl dt p{
	font-size: 40px;
	color:#006aff;
	font-family: myFont;
	transition: .5s;
}
.s4 .s4-list dl dd h5{
	font-size: .95rem;
	color:#0a2b5a;
	transition: .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    font-weight: bold;
}
.s4 .s4-list dl dd p{
    font-size: .85rem;
    color: #666666;
    font-family: myFont1;
    transition: .5s;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
    margin-top: .5rem;
}


/* 第五屏优势 */
.s5{
	background:url(/Public/Home/Module1074/images/advantage.png) no-repeat top center;
	position: relative;
	background-size: cover;
}
.s5 .s5_box .title{
	text-align: center;
    top: 20%;
    position: relative;
}
.s5 .s5_box .title .t1,
.s6 .s6_box .title .t1{
	color:rgba(255, 255, 255, .1);
}
.s5 .s5_box .title .t2,
.s6 .s6_box .title .t2{
	color:#fff;
	margin-left: 0;
}
.s5 .s5_box .title .ad-line{
	width: 50px;
    height: 1px;
	background:#fff;
	margin:.8rem auto .8rem;
}
.s5 .s5_box .title .des{
	font-size: .8rem;
    color: #fff;
    font-weight: normal;
}
.s5 .s5_item_block{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: .7rem .7rem;
}
.s5 .s5_item_block li{
    background: #fff;
    padding: 1.3rem .7rem;
}
.s5 .s5_item_block li .icon{
    width: 53px;
	height: 53px;
	border-radius: 50px;
	background:#e8f2ff;
	text-align: center;
	line-height: 53px;
	margin:0 auto;
}
.s5 .s5_item_block li .icon .iconfont{
    background-image: linear-gradient(#0f71ff,#579cff);
	-webkit-background-clip: text;
	color:transparent;
	font-size: 32px;
}
.s5 .s5_item_block li .text h4{
    display: none;
}
.s5 .s5_item_block li .text h5{
    font-size: .95rem;
	color:#333333;
	margin-top: .8rem;
    font-weight: bold;
}
.s5 .s5_item_block li .des{
    font-size: .8rem;
    line-height: 21px;
    color: #666;
    margin-top: .5rem;
}
.s5 .s5_item_block li .arrow{
    display: none;
}

/* 第六屏简介 */
.s6{
    padding-bottom: 1.7rem;
    margin-top: .8rem;
}
.s6 .img{
    background: url(/Public/Home/Module1074/images/about-bg.png) no-repeat top center;
    height: 9rem;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.s6 .s6_box .s6_item_list{
	
}
.s6 .s6_box .s6_item_list dl{
	width: 100%;
    padding: 1.5rem 0;
}
.s6 .s6_box .s6_item_list dl dt .iconfont{
	font-size: 38px;
	color:#333333;
	display: inline-block;
	height: 45px;
	transition: .5s;
}
.s6 .s6_box .s6_item_list dl:first-child dt .iconfont{
	font-size: 33px;
}
.s6 .s6_box .s6_item_list dl:last-child dt .iconfont{
	font-size: 45px;
	/* font-weight: bold; */
}
.s6 .s6_box .s6_item_list dl dt h5{
	font-size: .95rem;
    color: #333333;
    font-family: myFont4;
    margin-top: 5px;
    font-weight: bold;
}
.s6 .s6_box .s6_item_list dl dd .des{
	font-size: .85rem;
    color: #909090;
    line-height: 25px;
    margin-top: 10px;
    overflow: hidden;
}
.s6 .s6_box .s6_item_list dl dd .link{
    width: 100%;
    height: 35px;
    background: #006aff;
    text-align: center;
    line-height: 35px;
    margin-top: 1rem;
    position: relative;
}
.s6 .s6_box .s6_item_list dl dd .link a{
	position: relative;
	z-index: 2;
	font-size: .85rem;
	font-family: myFont1;
	display: block;
	color:#fff;
}

/* 同路人 */
.s7 .title{
    text-align: center;
}
.s7 .s7_list .s7_item .swiper-slide{
	cursor: pointer;
	height: 70px;
}
.s7 .s7_list .s7_item .swiper-slide .img{
	width: 80%;
	height: 100%;
	overflow: hidden;
}
.s7 .s7_list .s7_item .swiper-slide .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .5s;
}

/* 第八屏体验申请 */
.s8{
	background: url(/Public/Home/Module1074/images/foot_bg_01.png) no-repeat bottom center;
    position: relative;
    background-size: cover;
    margin-top: 1rem;
}
.s8 .s8_box{
	
}
.s8 .s8_box .s8_left{
	width: 100%;
	color:#fff;
	margin-bottom: 5%;
	text-align: center;
}

/* 星球中的署理申请 */
.dlsq_box .dlsq_left{
	font-size: 1.02rem;
	color:#333;
	margin-bottom: 5%;
	text-align: center;
}
.s8 .s8_box .s8_left p{
	line-height: 20px;
    font-size: .85rem;
}
.dlsq_box .dlsq_left p{
	line-height: 25px;
    color: #666666;
    font-size: .95rem;
}
.s8 .s8_box .s8_left h5,
.dlsq_box .dlsq_left h5{
	font-size: 1rem;
    font-weight: bold;
}
.s8 .s8_box .s8_left h5 span,
.dlsq_box .dlsq_left h5 span{
	color:#026bff;
	text-transform: uppercase;
	margin-right: 3px;
}
.s8 .s8_box .s8_left .line,
.dlsq_box .dlsq_left .line{
	width: 85px;
	margin:.5rem auto;
}
.s8 .s8_box .s8_left .s8_left_list,
.dlsq_box .dlsq_left .dlsq_left_list{
	display: flex;
    margin-top: 1rem;
    justify-content: space-between;
}
.s8 .s8_box .s8_left .s8_left_list li,
.dlsq_box .dlsq_left .dlsq_left_list li{
    background: #ffffff;
    text-align: center;
    transition: .5s;
    width: 33.33%;
	padding: .8rem 0;
}
.s8 .s8_box .s8_left .s8_left_list li .iconfont,
.dlsq_box .dlsq_left .dlsq_left_list li .iconfont{
	font-size: 25px;
	color:#666666;
}
.s8 .s8_box .s8_left .s8_left_list li h5,
.dlsq_box .dlsq_left .dlsq_left_list li h5{
	font-size: .85rem;
	font-family: myFont1;
	color:#666666;
	margin-top: 3px;
}
/* .s8 .s8_box .s8_left .s8_left_list li:first-child,
.dlsq_box .dlsq_left .dlsq_left_list li:first-child{
	background:#026bff;
}
.s8 .s8_box .s8_left .s8_left_list li:first-child .iconfont,
.s8 .s8_box .s8_left .s8_left_list li:first-child h5,
.dlsq_box .dlsq_left .dlsq_left_list li:first-child .iconfont,
.dlsq_box .dlsq_left .dlsq_left_list li:first-child h5{
	color:#fff;
} */
input{
	border:none;
}
.s8 .s8_box .s8_message{
	background:rgba(255, 255, 255, .18);
	/* height: 70%; */
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:2rem 1rem;
	margin-bottom: 5%;
}
.dlsq_box .dlsq_message{
	background:#fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:1rem 2rem;
	margin-bottom: 5%;
	box-shadow: 1px 5px 25px #efefef;
}
.s8 .s8_box .s8_message form,
.dlsq_box .dlsq_message form{
	/* width: 73%; */
}
.s8 .s8_box .s8_message ul li{
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-bottom: .5rem;
	margin-bottom: 1.2rem;
}
.s8 .s8_box .s8_message ul li .iconfont{
	color:#fff;
	font-size: 20px;
	vertical-align: middle;
}
.dlsq_box .dlsq_message ul li{
	border-bottom: 1px solid #e2e3e4;
	padding: .8rem 0;
}
.dlsq_box .dlsq_message ul{
	margin-bottom: 1rem;
}
.dlsq_box .dlsq_message ul li .iconfont{
	color:#999999;
	font-size: 22px;
	vertical-align: middle;
}
.dlsq_box .dlsq_message ul li input::placeholder,
.dlsq_box .dlsq_message ul li input{
	color:#999999;
	font-size: .9rem;
	font-family: myFont1;
}
.s8 .s8_box .s8_message ul li input,
.dlsq_box .dlsq_message ul li input{
	width: 81%;
    margin-left: 4%;
    height: 30px;
    line-height: 30px;
    background: none;
}
.s8 .s8_box .s8_message ul li input{
	color:#fff;
	font-size: .85rem;
}
.s8 .s8_box .s8_message ul li input::placeholder,
.s8 .s8_box .s8_message ul li textarea::placeholder{
	color:rgba(255, 255, 255, .7);
	font-size: .85rem;
	font-family: myFont1;
}
.s8 .s8_box .s8_message ul li:last-child .iconfont,
.dlsq_box .dlsq_message ul li:last-child .iconfont{
	vertical-align: top;
}
.s8 .s8_box .s8_message ul li textarea,
.dlsq_box .dlsq_message ul li textarea{
	width: 84%;
    background: none;
    color: #fff;
    margin-left: 4%;
    height: 50px;
    line-height: 25px;
    border: none;
}
.dlsq_box .dlsq_message ul li textarea{
	color:#999999;
	font-size: .9rem;
}
.s8 .s8_box .s8_message .sqty-btn-box,
.dlsq_box .dlsq_message .tysq-btn-box{
	text-align: center;
}
.s8 .s8_box .s8_message .sqty-btn-box p{
	color: #fff;
    font-size: .8rem;
    margin-top: .7rem;
    line-height: 20px;
}
.dlsq_box .dlsq_message .tysq-btn-box p{
	color:#999999;
    font-size: .8rem;
    margin-top: .7rem;
    line-height: 20px;
}
.s8 .s8_box .s8_message .sqty-btn-box .btn_box,
.dlsq_box .dlsq_message .tysq-btn-box .btn_box2{
	width: 100%;
    height: 40px;
    background: #006aff;
    color: #fff;
    font-family: myFont1;
    font-size: .87rem;
    border-radius: 50px;
    margin-top: .2rem;
    cursor: pointer;
    transition: .5s;
}

/* 二级导航 */
.crumb-box{
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.crumb-box .crumb-list{
	display: flex;
    list-style: none;
    overflow-x: scroll;
    padding-left: 20px;
}
.crumb-box .crumb-list a{
	padding: 10px 0 10px 16px;
    font-size: .95rem;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
    margin-right: 1.5rem;
}
.crumb-box .crumb-list a.active{
	color: #006aff;
    /* border-bottom: 2px solid #006aff; */
    font-weight: bold;
}
.crumb-box .crumb-list a::before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background:#c5d5ff;
	position: absolute;
	top: 20px;
	left: 0px;
	border-radius: 50px;
}
.crumb-box .crumb-list a.active::before{
	background:#006aff;
}

/* 内页问题 */
.column-title{
	text-align: center;
    font-size: 1.3rem;
    color: #000000;
    font-weight: bold;
	margin-bottom: 1.2rem;
}
.column-title .column-line{
	width: 66px;
	margin:.6rem auto .6rem;
}
.column-title p{
	font-size: 1rem;
	color:#666666;
	font-weight: normal;
	/* text-transform: capitalize; */
}
.column-title h5{
	font-size: 1rem;
    font-weight: bold;
    margin-top: .7rem;
}
.column-title h5 span{
	color:#006aff;
}

/* 行业配景 */
.xzfx-content .hybj-box img,
.fald-box img{
	width: 100%;
	height: auto;
}
.xzfx-content .hybj-box .hybj-list-in{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px 10px;
}
.xzfx-content .hybj-box .hybj-list-in dl,
.qyxz-content .qyxz-list-in dl{
	background:#fff;
	padding:1rem;
	border-radius: 7px;
	box-shadow: 1px 1px 10px #f5f5f5;
}
.xzfx-content .hybj-box .hybj-list-in dl dt,
.qyxz-content .qyxz-list-in dl dt{
	font-family: myFont4;
    font-size: .96rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 9px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.xzfx-content .hybj-box .hybj-list-in dl dd,
.qyxz-content .qyxz-list-in dl dd{
	font-family: myFont1;
	font-size: .9rem;
	color:#595757;
	line-height: 20px;
}


/* 企业现状 */
.qyxz-content{
	margin-top: 10%;
	/* min-height: 520px; */
}
.column-title h6{
	font-size: .9rem;
	color:#666666;
}
.qyxz-content img{
	width: 60%;
	margin:0 auto;
	margin-top: 10%;
}
.qyxz-content .qyxz-list-in,
.fald-box .fald-list-in{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px 10px;
}



/* 计划亮点 */
.fald-column-box{
	background:#f6fbff;
	/* margin-top: 30px; */
}
.fald-box .fald-list-in dl dt{
	width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #006aff;
    font-family: myFont4;
    font-size: .95rem;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 30px;
}
.fald-box .fald-list-in dl dd{
	font-family: myFont1;
    font-size: .85rem;
    color: #666666;
    line-height: 24px;
}
img{
	display: block;
}
/* IT妄想蓝图 */
.ghlt-img,
.ghlt-img img{
	width: 100%;
	height: auto;
}

/* 建设节奏 */
.jsjz-content{
	width: 100%;
	background:#f6fbff;
}
.jsjz-list{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.jsjz-list dl{
	width: 33%;
	color:#76cdcc;
	transition: .5s;
}
.jsjz-list dl h5{
	font-size: .95rem;
    font-weight: bold;
}
.jsjz-list dl .js-title{
	font-size: .82rem;
    margin-top: .7rem;
    line-height: 20px;
}
.jsjz-list dl dt{
	width: 100%;
	height: 18px;
	position: relative;
	margin-top: .7rem;
}
.jsjz-list dl dt img{
	width: 100%;
	height: 100%;
}
.jsjz-list dl dt i{
	display: inline-block;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -4px;
}
.jsjz-list dl:nth-child(2){
	color:#006aff;
}
.jsjz-list dl:nth-child(2) .line{
	background:#006aff;
}
.jsjz-list dl:nth-child(2) dd{
	border:3px solid #006aff;
}
.jsjz-list dl:nth-child(2) dd .iconfont{
	color:#006aff;
}

.jsjz-list dl:last-child{
	color:#fe7f03;
}
.jsjz-list dl:last-child .line{
	background:#fe7f03;
}
.jsjz-list dl:last-child dd{
	border:3px solid #fe7f03;
}
.jsjz-list dl:last-child dd .iconfont{
	color:#fe7f03;
	font-size: 35px;
}
.jsjz-list dl .line{
	width: 3px;
	height: 40px;
	background:#76cdcc;
	margin:0 auto;
}
.jsjz-list dl dd{
	width: 60px;
    height: 60px;
    border: 3px solid #76cdcc;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    transition: .5s;
}
.jsjz-list dl dd .iconfont{
	color:#76cdcc;
	font-size:27px;
	transition: all 1s;
}
.jsjz-list dl:hover dd .iconfont{
	display: inline-block;
	transform: rotateY(360deg);
}

/* 通用企业 */
.tyqy-list .tyqy-item-box{
	display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px 10px;
}
.tyqy-list .tyqy-item-box .tyqy-item{
	box-shadow: 1px 0px 20px #ececec;
}
.tyqy-list .tyqy-item .tyqy-img{
	width: 100%;
	height: 7.5rem;
	overflow: hidden;
}
.tyqy-list .tyqy-item .tyqy-img img{
	width: 100%;
    height: 100%;
    transition: .5s;
    object-fit: cover;
}
.tyqy-list .tyqy-item .text{
	width: 85%;
	margin:0 auto;
	padding:15px 0 10px 0;
}
.tyqy-list .tyqy-item .text .tyqy-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tyqy-list .tyqy-item .text .tyqy-title .bt{
	color:#333;
	font-size: .95rem;
	font-weight: bold;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: .5s;
}
.tyqy-list .tyqy-item .text .tyqy-title .line{
	width: 27%;
	height: 2px;
	background:#f0f6ff;
	margin-right: 4px;
	position: relative;
}
.tyqy-list .tyqy-item .text .tyqy-title .line::after{
	content: '';
    display: block;
    width: 4px;
    height: 21px;
    background: #006aff;
    position: absolute;
    top: -10px;
    right: -4px;
	transition: 1s;
}
.tyqy-list .tyqy-item .text .tyqy-title .line::before{
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #006aff;
    position: absolute;
    left: 0;
	top: 0;
	transition: .5s;
}
.tyqy-list .tyqy-item .text .tyqy-des{
	font-size: .85rem;
    color: #666666;
    line-height: 26px;
    margin-top: 13px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden; */
    /* min-height: 120px; */
}



/* 效劳中心 */
/* 治理咨询 */
.glzx_index_box .glzx_index_top dl,
.glzx_index_box .glzx_index_bottom dl{
	width: 100%;
	height: 10rem;
	margin-bottom: .5rem;
}
.glzx_index_box .glzx_index_top dl dt,
.glzx_index_box .glzx_index_bottom dl dt{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.glzx_index_box .glzx_index_top dl dt img,
.glzx_index_box .glzx_index_bottom dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
.glzx_index_box .glzx_index_top dl dd,
.glzx_index_box .glzx_index_bottom dl dd{
	width: 100%;
	height: 100%;
	color:#fff;
	display: flex;
	flex-direction: column;
    justify-content: space-around;
	position: absolute;
	left: 0;
	top: 0;
}
.glzx_index_box .glzx_index_top dl dd .glzx_title,
.glzx_index_box .glzx_index_top dl dd .glzx_link,
.glzx_index_box .glzx_index_bottom dl dd .glzx_title,
.glzx_index_box .glzx_index_bottom dl dd .glzx_link{
	margin-left: 1rem;
}
.glzx_index_box .glzx_index_top dl dd .glzx_title h5,
.glzx_index_box .glzx_index_bottom dl dd .glzx_title h5{
	font-size: .95rem;
	margin-bottom: 5px;
	font-weight: bold;
}
.glzx_index_box .glzx_index_top dl dd .glzx_title p,
.glzx_index_box .glzx_index_bottom dl dd .glzx_title p{
	font-size: .82rem;
}
.glzx_index_box .glzx_index_top dl dd .glzx_link,
.glzx_index_box .glzx_index_bottom dl dd .glzx_link{
	font-size: .82rem;
	width: 30%;
	height: 35px;
	border:1px solid #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50px;
	transition: .5s;
}
.glzx_index_box .glzx_index_top dl dd .glzx_link .iconfont,
.glzx_index_box .glzx_index_bottom dl dd .glzx_link .iconfont{
	display: inline-block;
	font-size: .8rem;
	transform: rotate(90deg);
	vertical-align: top;
	margin-left: 7px;
}

/* 项目实验 */
.xmss_index_box{
	width: 97%;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
}
.xmss_index_box .wrap-box{
	width: 25%;
}
.xmss_index_box .wrap-box>div{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	background-image: linear-gradient(to bottom,#34b5f3,#0470ff);
	transform: rotate(45deg);
}
.xmss_index_box .wrap-box dl{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-45deg);
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color:#fff;
	text-align: center;
}
.xmss_index_box .wrap-box dl:hover .iconfont{
	transform: rotateY(180deg);
}
.xmss_index_box .wrap-box dl i{
	font-size: 25px;
	display: inline-block;
    transition: all 0.5s;
}
.xmss_index_box .wrap-box:last-child dl i{
	font-size: 38px;
}
.xmss_index_box .wrap-box dl dt{
	font-size: .95rem;
    /* margin: 15% 0 8px 0; */
    padding: .5rem;
}
.xmss_index_box .wrap-box dl dd{
	font-size: 16px;
	word-break: break-word;
	display: none;
}
.flex{
	display: flex;
    justify-content: space-between;
}
/* 运维效劳 */
.ywfw_index_box{
	background:url(/Public/Home/Module1074/images/ywfw-bg.png) no-repeat 100% 100%;
	background-size: cover;
}
.ywfw_index_box .column-title,
.ywfw_index_box .column-title p{
	color:#fff;
}
.ywfw_index_box .ywfw_list{
	/* width: 65%;
	margin:0 auto; */
}
.ywfw_index_box .ywfw_list dl{
	width: 30%;
	text-align: center;
	cursor: pointer;
	transition: .5s;
}
.ywfw_index_box .ywfw_list dl dt{
	width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    text-align: center;
    line-height: 100px;
    margin: 0 auto;
}
.ywfw_index_box .ywfw_list dl dt .iconfont{
	font-size: 43px;
}
.ywfw_index_box .ywfw_list dl:nth-child(2) dt .iconfont{
	font-size: 53px;
}
.ywfw_index_box .ywfw_list dl:nth-child(3) dt .iconfont{
	font-size: 40px;
}
.ywfw_index_box .ywfw_list dl dd{
	font-size: .95rem;
    color: #fff;
    font-family: myFont1;
    margin-top: 1rem;
    transition: .5s;
}
.ywfw_index_box .ywfw_index_link{
	width: 190px;
	height: 50px;
	border-radius: 50px;
	background-image: linear-gradient(to left,#34b5f3,#0470ff);
	text-align: center;
	line-height: 50px;
	margin:0 auto;
	margin-top: 80px;
}
.ywfw_index_box .ywfw_index_link a{
	color:#fff;
	display: block;
	font-family: myFont1;
	font-size: 19px;
}


/* 咨询内容 */
.zxnr_index_box .zxnr_index_list{
	width: 100%;
	margin-top: .7rem;
}

.zxnr_index_box .right_r{
	background:#f6f6f6;
}
.zxnr_index_box .zxnr_index_list .right_r .img{
	width: 100%;
	height: 10rem;
	overflow: hidden;
}
.zxnr_index_box .zxnr_index_list .right_r .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zxnr_index_box .zxnr_index_list .right_r .text{
	padding:1rem;
}
.zxnr_index_box .zxnr_index_list .right_r .text h5{
	font-size: .95rem;
	font-weight: bold;
	margin-bottom:.5rem;
	color:#333;
}
.zxnr_index_box .zxnr_index_list .right_r .text p{
	font-size: .85rem;
	line-height: 25px;
}

/* 咨询效果 */
.zxcg_column_box{
	background:url(/Public/Home/Module1074/images/zxcg-bg.png) no-repeat 100% 100%;
	background-size: cover;
}
.zxcg_column_list{
	position: relative;
}
.zxcg_column_list .img{
	width: 100%;
	height: 10rem;
	overflow: hidden;
}
.zxcg_column_list .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.zxcg_column_list .certify_txt{
	font-size: .93rem;
	color:#333;
	line-height: 25px;
	margin-top: .5rem;
	text-align: center;
}

/* 效果示例 */
.cgsl_index_img img{
	width: 100%;
	height: auto;
}
.zxcg_column_list .swiper-button-next,
.zxcg_column_list .swiper-button-prev{
	width: 50px;
	height: 50px;
	background:#fff;
	border-radius: 50px;
	box-shadow: 1px 2px 15px #b8d6ff;
	text-align: center;
	line-height: 50px;
}
.zxcg_column_list .swiper-button-next .iconfont,
.zxcg_column_list .swiper-button-prev .iconfont{
	color:#1977fb;
	font-weight: bold;
	font-size: 20px;
}
.gnkj-list-box .swiper-button-next .iconfont,
.zxcg_column_list .swiper-button-next .iconfont{
	display: inline-block;
	transform: rotate(90deg);
}
.gnkj-list-box .swiper-button-prev .iconfont,
.zxcg_column_list .swiper-button-prev .iconfont{
	display: inline-block;
	transform: rotate(-90deg);
}
.swiper-button-prev,
.swiper-button-next:focus{
	outline: none;
}

/* 同路人 */
.tlr_column_box .tlr_list dl{
	background:#f5f5f5;
	margin-top: .7rem;
}
.tlr_column_box .tlr_list dl dt{
	width: 100%;
	height: 10rem;
}
.tlr_column_box .tlr_list dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tlr_column_box .tlr_list dl dd{
	padding: 1rem;
}
.tlr_column_box .tlr_list dl dd h5{
	position: relative;
	font-size: .95rem;
	color:#222222;
	font-family: myFont4;
	font-weight: bold;
	/* margin-bottom: 1.3rem; */
}
.tlr_column_box .tlr_list dl dd h5::before{
	content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #b3b3b3;
    position: absolute;
    left: 0;
    bottom: -14px;
	display: none;
}
.tlr_column_box .tlr_list dl dd .column-line{
	width: 50px;
	margin: .6rem 0;
}
.tlr_column_box .tlr_list dl dd .column-line img{
	width: 100%;
} 
.tlr_column_box .tlr_list dl dd .des,
.tlr_column_box .tlr_list dl dd .des p{
	font-size: .84rem;
    line-height: 24px;
    color: #4e4e4e;
    font-family: myFont1;
}


/* 资讯 */
.news_column_box{
	/* padding:1.5rem 0;; */
}
.news_column_list dl a{
	display: flex;
	justify-content: space-between;
	padding:1rem 0;
	border-bottom: 1px solid #e7e7e7;
}
.news_column_list dl dt{
	width: 35%;
    overflow: hidden;
    height: 6rem;
}
.news_column_list dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
.news_column_list dl dd{
	width: 59%;
}
.news_column_list dl dd h5{
	font-size: .95rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s;
    font-weight: bold;
}
.news_column_list dl dd p{
	font-size: .84rem;
    line-height: 20px;
    color: #666666;
    margin: .4rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_column_list dl .date-box .data{
	font-size: .85rem;
	color:#999999;
}
.news_column_list dl .date-box .n-link{
	font-size: .7rem;
	color:#666666;
	transition: .5s;
}
.news_column_list dl .date-box .n-link .iconfont{
	transition: .5s;
}
.news_column_list dl:hover dd h5,
.news_column_list dl:hover dd .n-link{
	color:#006aff;
}
.news_column_list dl:hover dd .n-link .iconfont{
	margin-left: 5px;
}

/* 新闻详情页 */
.hengze_detail_box{
	background: #fff;
    /* padding: 1.3rem; */
    margin-top: 1rem;
    padding: .7rem 0 1.3rem 0;
}
.hengze_detail_box .detail_title{
	border-bottom: 1px solid #eee;
    padding-bottom: .6rem;
    margin-bottom: 1rem;
}
.hengze_detail_box .detail_title h5{
	font-size: .95rem;
	font-weight: bold;
	color:#333;
}
.hengze_detail_box .detail_title h6{
	color:#888888;
	font-size: .82rem;
	margin-top: .5rem;
}
.hengze_detail_box .detail_title h6 span{
	color:#888888;
	display: inline-block;
	margin-right: .5rem;
}
.hengze_detail_box .detail_nr,
.hengze_detail_box .detail_nr p{
	font-size: .85rem;
    line-height: 30px;
    color: #333;
}
.hengze_detail_box .detail_nr img{
	width: 100% !important;
	height: auto !important;
	margin:0 auto;
}

/* 分页 */
.page-box {
    margin-bottom: 1rem;
    /* margin-top: 40px; */
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 40px;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    background:#eee;
    margin: 0 5px;
    transition: .5s;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    background-color: #006aff;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box a:hover{
    background-color: #006aff;
    color:#fff;
}


/* 关于 */
.about_column_box{
	width: 100%;
    padding: .5rem 0 2rem 0;
    background: url(/Public/Home/Module1074/images/about-column-bg.png) no-repeat 100% 100%;
    background-size: cover;
    margin-top: 1rem;
}
.onepage_column_box{width: 100%;
    padding: .5rem 0 2rem 0;

    margin-top: 1rem;}
.about_column_box .about_column_text{
	width: 100%;
}
.about_column_box .about_column_text h5{
	font-size: .95rem;
	font-weight: bold;
	color:#333333;
	margin-bottom: .5rem;
}
.about_column_box .about_column_text .des p,
.about_column_box .about_column_text .des{
	font-size: .85rem;
	line-height: 27px;
	color:#333333;
}
.about_column_box .about_column_list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px 10px;
}
.about_column_box .about_column_list dl{
	background: #fff;
    transition: .5s;
    padding: 1rem;
    cursor: pointer;
    text-align: center;
}
.about_column_box .about_column_list dl dt{
	font-size: .95rem;
	font-weight: bold;
	color:#333333;
	font-family: myFont1;
	position: relative;
	margin-bottom: .5rem;
}
.about_column_box .about_column_list dl dd{
	font-size: .85rem;
    color: #666666;
    line-height: 22px;
    font-family: myFont1;
}

/* 生长历程 */
.process_column_box{
    width: 100%;
    background: url(/Public/Home/Module1074/images/process-bg.png) no-repeat 100% 100%;
    background-size: cover;
    padding: 1.7rem 0;
}
.process_column_item dl{
	width: 100%;
    padding: .8rem 0;
    border-bottom: 1px solid #eee;
}
.process_column_item dl{
	background:rgba(255, 255, 255, .3);
}
.process_column_item dl dd h5{
	font-size: 1rem;
	font-weight: bold;
    color: #006aff;
	position: relative;
	padding-left: 12px;
}
.process_column_item dl dd h5::before{
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50px;
	background:#006aff;
	position: absolute;
	top: 9px;
	left: 0;
}
.process_column_item dl .des{
	font-size: .85rem;
	line-height: 23px;
	margin-top: .3rem;
}
.process_column_item dl .des p{
	display: inline-block !important;
	margin-right: 10px;
}
.process_column_item dl .des p:last-child{
	margin-right: 0;
}


/* 联系 */
.contact_column_box{
	width: 100%;
	/* background:url(/Public/Home/Module1074/images/contact-bg.png) no-repeat 100% 100%;
	background-size: cover; */
	padding:1.7rem 0;
	/* margin-top: 1rem; */
}
.contact_column_box .contact_list{
	width: 100%;
}
.contact_column_box .contact_list dl{
	background: rgba(255,255,255,.85);
    padding: 1.5rem;
    transition: .5s;
    cursor: pointer;
    margin-bottom: .5rem;
}
.contact_column_box .contact_list dl dt h5,
.contact_column_box .contact_list dl dt p{
	font-size: .95rem;
	font-weight: bold;
	color:#333;
	width: 85%;
}
.contact_column_box .contact_list dl dt p{
	border-bottom: 1px dashed #cccccc;
	padding-bottom: .5rem;
	margin:.4rem 0 1rem 0;
}
.contact_column_box .contact_list dl dd{
	font-size: .85rem;
    color: #282828;
    line-height: 25px;
}
.contact_column_box .contact_code_box{
	width: 70%;
	margin:0 auto;
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
}
.contact_column_box .contact_code_box .img{
	width: 45%;
	height: auto;
}
.contact_column_box .contact_code_box .img img{
	width: 100%;
	height: auto;
}
.contact_column_box .contact_code_box .img p{
	font-size: .85rem;
	color:#333;
	text-align: center;
	font-family: myFont1;
	margin-top: .7rem;
}

/* 声誉资质 */
.honor_column_box{
	width: 100%;
	background:url(/Public/Home/Module1074/images/honor_bg.png) no-repeat 100% 100%;
	background-size: cover;
	padding:1.7rem 0;
}
.honor_column_box .honor_list_box{
	margin-bottom: 1.3rem;
}
.honor_column_box .honor_list_box h5{
	font-size: .95rem;
	color:#333333;
	font-family: myFont4;
	position: relative;
	padding-left: 12px;
	font-weight: bold;
}
.honor_column_box .honor_list_box h5::before{
	content: '';
    display: block;
    width: 3px;
    height: 15px;
    background: #0d71fc;
    position: absolute;
    top: 3px;
    left: 0;
}
.honor_column_box .honor_list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px 10px;
	margin-top: 1rem;
}
.honor_column_box .honor_list dl{
	text-align: center;
}
.honor_column_box .honor_list dl dt{
	width: 100%;
	height: 7rem;
	overflow: hidden;
}
.honor_column_box .honor_list dl dt img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.honor_column_box .honor_list dl dd{
	font-size: .85rem;
    color: #333333;
    line-height: 22px;
    font-family: myFont1;
    margin-top: .5rem;
}


/* 署理申请 */
.dlsq_column_box{
	width: 100%;
	background:url(/Public/Home/Module1074/images/dlsq-bg.png) 100% 100%;
	background-size: cover;
	padding:1.7rem 0;
	background-position: top;
}
.dlsq_column_box .dlsq_box{
	/* width: 90%;
	margin:0 auto; */
}



/* 加入我们 */
.join_column_box{
	width: 100%;
	background:url(/Public/Home/Module1074/images/join-bg.png) 100% 100%;
	background-size: cover;
	padding:1.7rem 0;
	background-position: center center;
}
.join_column_box .join_column_list{
	/* display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px 10px; */
}
.join_column_box .join_column_list dl{
	background:#fff;
	padding:1rem;
	transition: .5s;
	margin-bottom: .6rem;
}
.join_column_box .join_column_list dl dt{
	font-size: .95rem;
	font-weight: bold;
	font-family: myFont4;
	color:#222222;
	position: relative;
	padding-left: 15px;
	transition: .5s;
	/* height: 30px; */
	/* overflow: hidden; */
}
.join_column_box .join_column_list dl dt::before{
	content: '';
    display: block;
    width: 4px;
    height: 15px;
    background: #1d7bff;
    position: absolute;
    top: 4px;
    left: 0;
}
.join_column_box .join_column_list dl dd{
	font-family: myFont1;
    font-size: .85rem;
    color: #666;
    line-height: 26px;
    margin: .8rem 0 1rem 0;
}
.join_column_box .join_column_list dl .join_link{
	width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #006aff;
    color: #fff;
    font-size: .82rem;
    font-family: myFont1;
    float: right;
    border-radius: 50px;
}

/* 痛点剖析配景图 */
.five-tdfx-column{
	background:url(/Public/Home/Module1074/images/tdfx-bg2.png) no-repeat 100% 100%;
	background-size: cover;
}

/* 6个的痛点剖析 */
.six-tdfx-list .img,
.five-tdfx-list .img,
.tdfx-box .img{
	width: 100%;
	height: auto;
}
.six-tdfx-list .img img,
.five-tdfx-list .img img,
.tdfx-box .img img{
	width: 100%;
	height: auto;
}
.six-tdfx-list{
	width: 100%;
}
.six-tdfx-list .six-list dl{
	width: 100%;
    padding: 1rem 0 .7rem 0;
    border-bottom: 1px solid #eee;
}
.six-tdfx-list .six-list dl:last-child{
	border-bottom: none;
}
.six-tdfx-list .six-list dl dt{
	padding-right: 20px;
    font-size: .97rem;
    font-weight: bold;
    position: relative;
    padding-left: 18px;
}
.six-tdfx-list .six-list dl dt::before{
	content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #006aff;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    left: 0;
}
.six-tdfx-list .six-list dl dd{
	font-size: .91rem;
    line-height: 24px;
    color: #666;
    padding-left: 18px;
    margin-top: .3rem;
}

/* 三个的痛点剖析 */
.dcbgli-column-box{
	background:url(/Public/Home/Module1074/images/tdfx-bg.png) no-repeat 100% 100%;
	background-size: cover;
}

.tdfx-box .tdfx-list{
	width: 100%;
}
.tdfx-box .tdfx-list dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}
.tdfx-box .tdfx-list dl dt img{
	width: 45px;
	height: auto;
}
.tdfx-box .tdfx-list dl dd{
	width: 82%;
}
.tdfx-box .tdfx-list dl:first-child{
	margin-top: 0;
}
.tdfx-box .tdfx-list dl dd h5{
	font-size: .96rem;
	font-weight: bold;
	color:#333;
	margin-bottom: .2rem;
}
.tdfx-box .tdfx-list dl dd .des,
.tdfx-box .tdfx-list dl dd .des p{
	font-size: .9rem;
	color:#666666;
	line-height:24px;
}

/* 营业模子 */
.ywmx-img img{
	width: 100%;
	height: auto;
}


/* 功效框架 */
.gnkj-content{
	background:url(/Public/Home/Module1074/images/gnkj-bg.png) 100% 100%;
	background-size: cover;
	margin-top: 1rem;
}
.gnkj-list-box .gnkj-item-box{
	width: 100%;
}
.gnkj-item-box .tyqy-item{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px 10px;
}
.gnkj-item-box .tyqy-item dl{
	box-shadow: 1px 2px 15px #b8d6ff;
	background:#fff;
	border-radius: 10px;
	cursor: pointer;
}
.gnkj-item-box .tyqy-item dl dt{
	display: flex;
	justify-content: space-between;
	background:#e7f0fe;
	padding:1rem;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	align-items: center;
}
.gnkj-item-box .tyqy-item dl dt>div h5{
	color: #1977fb;
    font-size: 1.02rem;
    font-weight: bold;
}
.gnkj-item-box .tyqy-item dl dt>div p{
	font-size: .85rem;
    margin-top: .2rem;
    color: #bad0fd;
}
.gnkj-item-box .tyqy-item dl dt i{
	display: block;
	background:url(/Public/Wap/Module1091/images/dcb-icon1.png) no-repeat top left;
	width: 44px;
	height: 44px;
	transition: .5s;
	/* margin-top: 15px; */
}
.gnkj-item-box .tyqy-item dl dd{
	padding:15px 30px 25px 30px;
}
.gnkj-item-box .tyqy-item dl dd p,
.gnkj-item-box .tyqy-item dl dd{
	font-size: .9rem;
    line-height: 26px;
    color: #646e7d;
    text-align: justify;
}
/* .gnkj-item-box .tyqy-item .shadow .gnkj-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .5s;
	z-index: -1;
}
.gnkj-item-box .tyqy-item .shadow .gnkj-bg img{
	width: 100%;
	height: 100%;
}
.gnkj-list-box .swiper-button-next,
.gnkj-list-box .swiper-button-prev{
	width: 45px;
	height: 45px;
	background:#fff;
	border-radius: 50px;
	box-shadow: 1px 2px 15px #b8d6ff;
	text-align: center;
	line-height: 45px;
}
.gnkj-list-box .swiper-button-next .iconfont,
.gnkj-list-box .swiper-button-prev .iconfont{
	color:#1977fb;
	font-weight: bold;
	font-size: 18px;
} */

/* 产品价值 */
.cpjz-content{
	width: 100%;
	background:url(/Public/Home/Module1074/images/cpjz-bg.png) no-repeat 100% 100%;
	background-size: cover;
	padding: 1.7rem 0;
}
.cpjz-content .cpjz-list dl{
	background:rgba(255, 255, 255, .18);
	margin-bottom: .5rem;
	border-radius: 10px;
	padding:1.5rem;
}
.cpjz-content .cpjz-list dl dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.cpjz-content .cpjz-list dl .title-value{
	width: 80%;
    font-size: .9rem;
}
.cpjz-content .cpjz-list dl .value-math{
	width: 15%;
    font-size: 2rem;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #efefef;
    opacity: .4;
}
.cpjz-content .cpjz-list dl dd{
	color:#fff;
	font-size: .9rem;
	line-height: 25px;
	margin-top: .5rem;
}

.cpjz-content .cpjz-list dl .title-value h5{
	font-size: 1.05rem;
	font-weight: bold;
	margin-bottom: .2rem;
}

/* 产品首页 */
.pro_index-list .www360buy ul{
	
}
.pro_index-list .www360buy ul li{margin-bottom:1rem}
.pro_index-column .pro_index-list .hd ul li.on,
.pro_index-column .pro_index-list .hd ul li:hover{
	color:#0d71fc;
	border-bottom: 2px solid #0d71fc;
	border-radius: 2px;
}
.pro_index-column .pro_index-list .hd ul li{
	padding-bottom: .6rem;

}
.pro_index-list .bd{
	background: #f9f9f9;
	padding:1rem 0;
}
.pro_index-list .bd .img img{
	width: 100%;
	height: auto;
}
.pro_index-column .pro_index-list .bd ul li .jspt-text .top{
	border-bottom: 1px solid #f6f6f6;
	margin-top: 1rem;
}
.pro_index-column .pro_index-list .bd ul li .jspt-text .top:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.pro_index-column .pro_index-list .bd ul li .jspt-text .top h5{
	font-size: .95rem;
	font-weight: bold;
	color:#333333;
	font-family: myFont4;
	position: relative;
	padding-left: 15px;
	margin-bottom: .5rem;
}
.pro_index-column .pro_index-list .bd ul li .jspt-text .top h5::before{
	content: '';
    display: block;
    width: 4px;
    height: 16px;
    background: #0d71fc;
    position: absolute;
    top: 4px;
    left: 0;
}
.pro_index-column .pro_index-list .bd ul li .jspt-text .top .des p,
.pro_index-column .pro_index-list .bd ul li .jspt-text .top .des{
	font-family: myFont1;
	font-size: .85rem;
	color:#333333;
	line-height: 27px;
}

/* 产品优势 */
.pro_index-advantage .pro_index_adList{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px 10px;
}
.pro_index-advantage .pro_index_adList dl{
    box-shadow: 1px 1px 12px #d3e7ff;
    text-align: center;
    padding: 2rem 1rem;
	border-bottom: 4px solid #1d7cff;
	cursor: pointer;
	transition: .5s;
}
.pro_index-advantage .pro_index_adList dl dt{
	width: 60px;
	height: 60px;
	border:2px solid #1d7cff;
	margin:0 auto;
	border-radius: 50px;
	text-align: center;
	line-height:60px;
	margin-bottom: 1rem;
	transition: .5;
}
.pro_index-advantage .pro_index_adList dl dt .iconfont{
	font-size: 30px;
	color:#1d7cff;
}
.pro_index-advantage .pro_index_adList dl dd h5{
	color:#1d7cff;
	font-size: .95rem;
	font-family: myFont4;
	margin-bottom: 5px;
	transition: .5;
	font-weight: bold;
}
.pro_index-advantage .pro_index_adList dl dd p{
	color: #1d7cff;
    font-size: .85rem;
    font-family: myFont1;
    word-break: break-word;
    margin-top: .4rem;
}

/* 产品价值 */
.pro_index_cpjzList .pro_index_cpjzItem dl{
	background:#fff;
	margin-bottom: 1rem;
	border-radius: 10px;
	padding:1.5rem;
	box-shadow: 1px 1px 10px #eee;
}
.pro_index_cpjzList .pro_index_cpjzItem dl dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
}
.pro_index_cpjzList .pro_index_cpjzItem dl .title-one{
	width: 80%;
    font-size: 1.05rem;
	font-weight: bold;
	margin-bottom: .2rem;
}
.pro_index_cpjzList .pro_index_cpjzItem dl dt .one-math{
	width: 15%;
    font-size: 2rem;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #afcafd;
    opacity: .4;
}
.pro_index_cpjzList .pro_index_cpjzItem dl dd{
	color:#666;
	font-size: .9rem;
	line-height: 25px;
	margin-top: .5rem;
}

.duan_box img{max-width: 100%;}<!--耗时1759638177.4514秒-->