.solution_box {
	width: 100%;
	padding-bottom: .5rem;
}
.solution_top {
	padding: .2rem .2rem;
    height: .5rem;
    background-color: #000000;
    margin-top: 1.13rem;
}

.solution_top_title {
    height: 100%;
    font-size: .38rem;
	font-weight: 300;
	color: #FFFFFF;
	align-items: center;
}

.solution_top_con {
    height: 100%;
	align-items: center;
}

.solution_top_item {
    width: .43rem;
    height: .42rem;
    margin-left: .15rem;
}

.solution_top_item:nth-child(2) {
    width: .5rem;
    height: .5rem;
}

.solution_top_item:nth-child(3) {
    width: .5rem;
    height: .5rem;
}

.solution_top_item:nth-child(4) {
    width: .44rem;
    height: .43rem;
}
.solution_top_item:nth-child(5) {
    width: .4rem;
    height: .45rem;
}

.solution_top_item:nth-child(1) {
	margin-left: 0;
}

.solution_top_item img {
	display: none;
}

.solution_top_img {
	transition: all .35s ease-in-out;
	transform: scale(1);
}

.solution_top_img:hover {
	transform: scale(1.2);
}

.solution_white, .solution_gray {
    width: 100%;
    height: 8.78rem;
}



.solution_gray {
    height: 19.33rem;
}

.solution_title {
	font-size: .42rem;
	font-weight: 400;
	color: #333333;
    text-align: center;
    padding-top: .76rem;
}

.solution_title_ab {
	font-size: .32rem;
	font-weight: 400;
	color: #333333;
    text-align: left;
}

.solution_p {
    font-size: .26rem;
	font-weight: 300;
	color: #666666;
	line-height: .36rem;
    margin: .25rem auto .9rem auto;
}

.solution_img{
    width: 7.08rem;
    height: 3.95rem;
    margin: 0 auto;
}

.solution_list {
    margin-top: .9rem;
}
.solution_item {
    width: 100%;
	height: 1.27rem;
    align-items: center; 
    margin-bottom: .79rem;
}
.solution_item_l {
    width: 1.27rem;
	height: 1.27rem;
    margin-right: .25rem;
}
.solution_item_r {
    width: 5.5rem;
    height: 100%;
}
.solution_item_title {
    font-size: .26rem;
	font-weight: 300;
	color: #333333;
    margin: .06rem 0;
}
.solution_item_p {
    font-size: .24rem;
	font-weight: 300;
	color: #666666;
	line-height: .36rem;
}
.solution_item_img {
    width: 312px;
    height: 209px;
    margin: -30px 0 0 20px;
}
.tab_list {
    width: 100%;
    height: .8rem;
    margin-top: .2rem;
}
.tab_item{
    width: 2.13rem;
    height: 100%;
	border-bottom: .03rem solid  #f6f6f9;
    transition: all .35s ease-in-out;
}

.tab_item.active {
    border-bottom: .03rem solid  #27b4f5;
}

.tab_item_sec {
	font-size: .26rem;
	font-weight: 300;
	color: #666666;
}

.tab_item.active {
	color: #27B4F5;
}

.tab_con {
    width: 100%;
    height: 12.3rem;
    margin-top: .4rem;
}

.tab_service_box {
	width: 100%;
	overflow: hidden;
}

.tab_service_con {
	width: 30rem;
	display: flex;
	transition: all .35s;
}

/* .tab_con_sec {
	transform: translateX(0);
} */

/* .tab_con_sec:nth-child(2) {
	transform: translateX(7.5rem);
}

.tab_con_sec:nth-child(3) {
	transform: translateX(215rem);
}
.tab_con_sec:nth-child(4) {
	transform: translateX(300%);
} */

.tab_con_sec.active {
	display: block;
}

.tab_con_l {
    width: 6.65rem;
	height: 5.6rem;
}

.tab_con_r {
    width: 6.03rem;
    height: 4.97rem;
    background: url(../img/solution/05.png) no-repeat center;
	margin: .9rem auto 0 auto;
	background-size: cover;
}
.tab_con_title {
    font-size: .3rem;
	font-weight: 300;
	color: #FFFFFF;
	line-height: .36rem;
    padding: .62rem .4rem .4rem;
}
.tab_con_item {
    width: 5.28rem;
    font-size: .24rem;
	font-weight: 300;
	color: #FFFFFF;
	line-height: .36rem;
    margin: 0 auto .4rem auto;
    text-indent: 1em;
    position: relative;
}
.roung_white {
    width: .1rem;
	height: .1rem;
	background-color: #fff;
    border-radius: 50%;
    float: left;
    position: absolute;
    top: .15rem;
    left: 0;
}

.base_network_box {
    margin-top: 50px;
}

.base_network_p {
    font-size: .24rem;
	font-weight: 300;
	color: #666666;
	line-height: .36rem;
    margin: .3rem auto 0 auto;
	text-indent: 2em;
}

.base_network_p .round {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #666;
}

.base_network_l, .base_network_r {
    width: 100%;
}

.base_network_r_img {
    width: 3.08rem;
	height: 3.08rem;
    margin: .92rem auto 0 auto;
}

.base_network_list {
    margin-top: .6rem;
}

.base_network_item {
    width: 100%;
	height: 5.34rem;
	background: #FFFFFF;
	box-shadow: 0px 0 .16rem rgba(125, 125, 125, .3);
	border-radius: .1rem;
	margin: 0 auto .27rem auto;
	padding: .6rem 0;
	text-align: center;
	cursor: pointer;
}

.base_network_top {
	width: 2.18rem;
	height: 1.82rem;
    margin: 0 auto;
}
.base_network_title {
    font-size: .4rem;
	font-weight: 300;
	color: #333333;
    margin: .3rem auto .25rem auto;
}

.base_network_p_a {
	width: 5.75rem;
	font-size: .28rem;
	font-weight: 200;
	color: #666666;
	line-height: .41rem;
	margin: 0 auto;
	text-align: left;
}

.heart_list {
    margin: 0 auto;
}

.heart_item {
    width: 3.39rem;
	height: 2.84rem;
	background: #FFFFFF;
	box-shadow: 0px 0rem .12rem rgba(125, 125, 125, 0.3);
	border-radius: .1rem;
    margin-bottom: .26rem;
	padding: .8rem 0 0 0;
}

.heart_item_sec {
	width: 33.33%;
	height: 3rem;
	box-shadow: none;
	padding: 0;
}

.heart_img {
    width: 1.5rem;
	height: 1.5rem;
    margin: 0 auto;
}

.heart_title {
	font-size: .26rem;
	font-weight: 300;
	color: #333333;
	text-align: center;
	margin-top: .37rem;
}

.heart_item_sec .heart_img {
	width: 1.45rem;
	height: 1.45rem;
}

.solve_item {
    width: 6.95rem;
	height: 6.12rem;
	background: #FFFFFF;
	box-shadow: 0px 0 .16rem rgba(125, 125, 125, .3);
	border-radius: .1rem;
    overflow: hidden;
	margin: 0 auto .6rem auto;
}

.solve_item_top {
    width: 100%;
    height: 1.5rem;
    background-image: linear-gradient(-90deg, 
		#50e4fd 0%, 
		#27b4f5 100%);
}

.solve_item_title {
    font-size: .42rem;
	font-weight: 300;
	color: #27B4F5;
    text-align: center;
    margin: .8rem 0 .6rem 0;
}

.solve_item_p {
	width: 4rem;
    font-size: .3rem;
	font-weight: 200;
	color: #666666;
    display: flex;
    align-items: center;
    margin: 0 auto .1rem auto;
}

.solve_item_round {
    width: .15rem;
	height: .15rem;
	background-color: #27b4f5;
    margin: 0 .2rem 0 .2rem;
}

.flow_list {
    width: 100%;
}

.flow_item {
    width: 5.8rem;
	height: 1.84rem;
	/* background-color: #cbeffd; */
    margin: 1rem auto 0 auto;
}

.flow_l {
	width: .8rem;
	height: .69rem;
}

.flow_r {
	width: 4rem;
	height: 1.84rem;
	background: url("../img/digital/company/05.png") no-repeat center;
	background-size: cover;
}
.flow_title {
    font-size: .26rem;
	font-weight: 300;
	color: #27B4F5;
    margin: .15rem 0 .15rem .4rem;
}
.flow_p {
    width: 3.25rem;
	height: .95rem;
	font-size: .24rem;
	font-weight: 200;
	color: #666666;
	line-height: .36rem;
    margin: 0 auto;
	text-align: justify;
}

/* .apply_l {
    width: 587px;
	height: 420px;
	background-image: linear-gradient(0deg, 
		#f3f4f8 0%, 
		#fafafa 100%);
} */

.apply_box {
	width: 6rem;
	margin: 0 auto;
}

.apply_r {
    width: 100%;
    padding-top: .15rem;
	margin-left: -.2rem;
}

.apply_item {
    margin-bottom: .3rem;
}

.apply_name {
	font-size: .26rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
    margin-bottom: .12rem;
}

.apply_input {
    width: 100%;
	height: .6rem;
	border-radius: .08rem;
	border: solid 1px #e9e9ed;
    overflow: hidden;
    padding: 0 .2rem;
    position: relative;
}

.apply_input input {
	height: .6rem;
	line-height: .6rem;
}

.btn_apply {
    width: 2.95rem;
	height: .6rem;
	background-color: #27b4f5;
	border-radius: .08rem;
	font-size: .18rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.btn_code {
    width: 1.64rem;
	height: .6rem;
	background-color: #f7f7fa;
	border-radius: 0px .08rem 8px 0px;
	font-size: .26rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
    position: absolute;
    top: 0;
    right: 0;
}

.wish_box {
	width: 100%;
}

.wish_item {
	width: 100%;
	text-align: center;
	margin-bottom: .8rem;
}

.wish_img {
	width: .94rem;
	height: .94rem;
	margin: .24rem auto;
}

.wish_p {
	font-size: .26rem;
	font-weight: 300;
	color: #333333;
}

.wish_p_sec {
	font-size: .32rem;
	font-weight: 300;
	color: #333333;
}

.station_box {
	width: 100%;
	margin: .5rem auto 0 auto;
}
.station_l {
	width: 4.35rem;
	height: 4.35rem;
	margin: 0 auto;
}

.station_r {
	width: 6rem;
	margin: 0 auto;
}

.station_title {
	font-size: .28rem;
	font-weight: 300;
	color: #27B4F5;
	line-height: .36rem;
	margin: .55rem 0 .24rem 0;
}

.stattion_round {
	width: .08rem;
	height: .08rem;
	background-color: #7a7b7c;
	border-radius: 50%;
	position: absolute;
	top: .17rem;
	left: 0;
}

.station_p {
	font-size: .24rem;
	font-weight: 200;
	color: #666666;
	line-height: .42rem;
	position: relative;
}

.guard_box {
	margin-top: .4rem;
	justify-content: center;
}

.guard_item {
	width: 33.33%;
	text-align: center;
	margin: .64rem 0 0 0;
}

.guard_img {
	width: 1.45rem;
	height: 1.45rem;
	margin: 0 auto .18rem auto;
}

.guard_title {
	font-size: .26rem;
	font-weight: 300;
	color: #333333;
}

.flow_title_img {
	width: 100%;
	height: 56px;
	margin: .5rem auto .1rem auto;
}

.flow_img {
	width: 100%;
	margin: .95rem auto 0 auto;
}

.combo_img {
	width: 1184px;
	height: 471px;
	margin: 0 auto;
}
.base_network_item {
	/* width: 320px; */
}

.scene_list {
	margin: .9rem auto 0 auto;
}

.scene_img {
	margin: 0 auto;
}
.scene_item {
	width: 100%;
	height: 3.72rem;
	background: #FFFFFF;
	box-shadow: 0px 0 .16rem rgba(125, 125, 125, .3);
	border-radius: .1rem;
	margin: 0 auto .28rem auto;
	padding: .6rem 0;
}

.scene_item:nth-child(1) .scene_img {
	width: 1.38rem;
	height: 1.59rem;
}
.scene_item:nth-child(2) .scene_img {
	width: 1.09rem;
	height: 1.58rem;
}
.scene_item:nth-child(3) .scene_img {
	width: 1.89rem;
	height: 1.47rem;
}

.scene_item:nth-child(4) .scene_img {
	width: 1.88rem;
	height: 1.56rem;
}

.scene_title {
	font-size: .4rem;
	font-weight: 300;
	color: #3FADEF;
	margin: .45rem auto .31rem auto;
}

.scene_con {
	text-align: center;
	width: 5.58rem;
	height: .7rem;
	font-size: .28rem;
	font-weight: 200;
	color: #666666;
	line-height: .42rem;
	margin: 0 auto;
}

.service_info_title {
	height: 56px;
	line-height: 56px;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}

.service_info_text {
	width: 130px;
	border-bottom: 1px solid #27b4f5;
}

.sass_box {
	width: 5.5rem;
	margin: .9rem auto 0 auto;
}

.sass_item {
	width: 1.5rem;
	height: .56rem;
	margin: .15rem auto;
}

.work_box {
	margin: 50px auto 0 auto;
}

.work_item {
	width: 3.39rem;
	height: 3.84rem;
	background: #FFFFFF;
	box-shadow: 0px 0 .16rem rgba(125, 125, 125, .3);
	border-radius: .1rem;
	text-align: center;
	margin: 0 auto .26rem auto;
	transition: all .35s;
}

.work_icon {
	width: 1.82rem;
	height: 1.82rem;
	margin: .5rem auto;
}

.work_title {
	font-size: .26rem;
	font-weight: 300;
	color: #333333;
}
.work_box_sec {
	width: 5.5rem;
}

.work_item_sec {
	width: 2.52rem;
	height: 1.92rem;
	background: #FFFFFF;
	margin: 0 auto .37rem auto;
	box-shadow: 0px 0 .16rem rgba(125, 125, 125, .3);
	padding: .2rem 0 0 0;
}

.work_item_sec .work_icon {
	width: .92rem;
	height: .85rem;
	margin: .1rem auto;
}

.private_top {
	width: 100%;
	width: 2rem;
	margin: 0;
}

.private_item {
	width: .89rem;
	height: .98rem;
	margin: 0 auto .9rem auto;
}

.service_box {
	width: 5rem;
	height: 100%;
	margin-top: .9rem;
}

.service_item {
	width: 100%;
	margin-bottom: .9rem;
}

.service_item_sec {
	height: .8rem;
	margin-bottom: .5rem;
}

.service_title {
	font-size: .26rem;
	font-weight: 300;
	color: #333333;
	margin: 0 0 .25rem 0;
}

.service_item_sec .service_title {
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
}

.service_con {
	font-size: .24rem;
	font-weight: 200;
	color: #666666;
	display: flex;
}

.service_con img {
	width: .2rem;
	height: .2rem;
	margin: .05rem .09rem 0 0;
}

.base_network_item_sec {
	width: 7.02rem;
	height: 4.54rem;
	background: #FFFFFF;
	box-shadow: 0px 0 .16rem rgba(125, 125, 125, .3);
	border-radius: .1rem;
	padding: .5rem 0;
}

.base_network_item_fou {
	width: 7.02rem;
	height: 4.34rem;
	background: #FFFFFF;
	border-radius: .1rem;
	box-shadow: 0px 0 .16rem rgba(125, 125, 125, .3);
	padding: .5rem 0;
}

.base_network_item_sec .base_network_top {
	margin: 0 auto .3rem auto;
}

.base_network_item_thi {
	height: 4rem;
	background-color: transparent;
	box-shadow: none;
}

.tab_con_sec.active {
	display: block;
}

.tab_sec_p {
	width: 7rem;
	font-size: .24rem;
	font-weight: 200;
	color: #666666;
	line-height: .36rem;
	white-space: normal;
}

.tab_sec_img {
	width: 100%;
	background-color: #27b4f5;
	border-radius: .05rem;
	margin-top: .3rem;
}

.tab_sec_img img {
	height: auto;
}

.idea_item {
	font-size: .3rem;
	font-weight: 400;
	color: #666666;
	margin-bottom: .1rem;
}

.idea_item span {
	color: #27b4f5;
}

.cert_box {
	width: 6rem;
	margin: 0 auto;
}

.cert_item {
	width: 2.6rem;
	min-height: 2.2rem;
	background-color: #ffffff;
	border: solid 1px #e0e0e0;
	margin-top: .6rem;
	position: relative;
	overflow: hidden;
}

.cert_item img {
	height: auto;
	vertical-align: middle;
	margin: 0 auto;
}

.cert_img {
	width: 100%;
	height: 1.7rem;
	overflow: hidden;
}

.cert_name {
	font-size: .24rem;
	font-weight: 300;
	color: #333333;
	height: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .1rem;
}

.contact_box {
	margin: .6rem auto;
}

/* .contact_l {
	margin-left: 60px;
} */

.contact_title {
	font-size: .3rem;
	font-weight: 300;
	color: #333333;
	margin: .1rem 0 .1rem 0;
}

.contact_item {
	font-size: .26rem;
	font-weight: 300;
	color: #666666;
	line-height: .42rem;
	letter-spacing: 0px;
	color: #666666;
}

.contact_r {
	width: 100%;
	height: auto;
	margin: .46rem 0;
}

.pop_up {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.35);
	z-index: 9999;
	display: none;
}

.pop_up_img {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.35);
	z-index: 9999;
	display: none;
}

.pop_up_img_con {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}


.pop_up_box {
	width: 5.91rem;
	height: calc(100% - 1rem);
	overflow-y: auto;
	background-size: 100% 100%;
	padding: .6rem .3rem;
	position: relative;
	margin: .5rem auto;
	background-color: #fff;
}

.pop_up_box_title {
	font-size: .43rem;
	font-weight: 400;
	color: #333333;
}

.pop_up_list {
	margin-bottom: .6rem;
}

.pop_up_title {
	font-size: .26rem;
	font-weight: 400;
	color: #27B4F5;
	margin: .23rem 0;
}

.pop_up_item {
	font-size: .24rem;
	font-weight: 300;
	color: #666666;
	line-height: .38rem;
}

.btn_more_send {
	margin: .5rem auto;
}

.btn_pop_close {
	width: .63rem;
	height: .65rem;
	position: fixed;
	top: .5rem;
	right: .5rem;
}

.trade_content {
	width: 100%;
}

.trade_top_img {
	width: 6.9rem;
	margin: .8rem auto 0 auto;
}

.trade_box {
	width: 100%;
}

.trade_item {
	width: 6.5rem;
	justify-content: space-between;
	margin: .8rem auto 0 auto;
}

.trade_item_icon {
	width: .98rem;
	height: .98rem;
}
.trade_item_title {
	font-size: 18px;
	font-weight: 300;
	color: #27B4F5;
	margin: 0 0 .26rem 0;
}
.text_right {
	text-align: right;
}

.trade_item_r {
	width: 5.2rem;
}
.trade_item_p {
	font-size: .24rem;
	font-weight: 300;
	color: #666666;
	line-height: .36rem;
}

.good_box {
	width: 100%;
	padding-top: 100px;
}
.good_item {
	width: 33.33%;
	height: 400px;
}
.good_item_icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.good_item_title {
	font-size: 18px;
	font-weight: 300;
	color: #27b4f5;
	text-align: center;
	margin: 60px 0;
}
.good_item_p {
	width: 279px;
	font-size: 16px;
	font-weight: 200;
	color: #333333;
	line-height: 36px;
	margin: 0 auto;
}

.tool_content {

}

.tool_top_img {
	width: 7.04rem;
	height: 2.69rem;
	margin: 1.5rem auto;
}

.tool_box {
	width: 4.81rem;
	height: 3.27rem;
	margin: 0 auto;
	background: url(../img/solution_new/3.png) no-repeat center;
	background-size: 100% 100%;
	padding: .6rem .4rem;
}

.tool_title {
	font-size: .3rem;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: .5rem;
}

.tool_round {
	width: .12rem;
	height: .12rem;
	border-radius: 50%;
	background-color: #ffff;
	position: absolute;
	top: .1rem;
	left: 0;
}

.tool_item {
	margin-bottom: .1rem;
}

.tool_p {
	font-size: .24rem;
	font-weight: 300;
	color: #FFFFFF;
	line-height: .36rem;
	position: relative;
	text-indent: 1em;
}

