.order_carousel{
	border: 1px solid #fff;
}
.order_carousel .order_carousel-title > h2{
	text-align: center;
	font-size: 40px;
	color: #fff;
	margin-top: 80px;
}
.order_carousel .order_carousel-title p{
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family:  "微软雅黑", "宋体", Arial, Helvetica, sans-serif !important;
}
.order_carousel-tab{
	width: 100%;
	background-color: rgba(000, 000, 000, 0.3);
	margin-top: 50px;
}
.order_carousel .order_carousel-tab > ul{
	display: flex;
	margin: 0 30px;
}
.order_carousel .order_carousel-tab > ul > a{
	text-decoration: none;
	margin-right: 30px;
	cursor: pointer;
}
.order_carousel .order_carousel-tab > ul > a > li{
	width: 154px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding: 10px 0;
	border: 2px solid rgba(000, 000, 000, 0);
}
.order_carousel .order_carousel-tab > ul > a > li:hover{
	color: #ec6941;
	border-bottom: 2px solid #ec6941;
}
.order_carousel .order_carousel-tab > ul > a:last-child{
	margin-right: 0;
}
/* 功能与优势 */
.order_functional-advantages{
	font-size: 0;
	background-color: #f7f7f7;
}
.order_globle_title{}
.order_globle_title > h2{
	font-size: 28px;
	text-align: center;
	color: #333333;
	padding: 40px 0;
}
.order_functional-advantages .order_functional-advantages_content{
	padding: 0 20px;
}
.order_functional-advantages .order_functional-advantages_content > ul{
	display: flex;
	flex-wrap: wrap;
}
.order_functional-advantages .order_functional-advantages_content > ul > li{
	font-size: 16px;
	color: #717070;
	width: 447px;
	border 1px solid #000;
	background-color: #fff;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	cursor: pointer;
}
.order_functional-advantages .order_functional-advantages_content > ul > li:nth-child(2n+0){
	margin-right: 0;
}
.order_functional-advantages .order_functional-advantages_content > ul > li > span{
	display: inline-block;
	flex-shrink: 0;
	box-sizing: border-box;
}
.order_functional-advantages .order_functional-advantages_content > ul > li > span:first-child{
	width: 80px;
}
.order_functional-advantages .order_functional-advantages_content > ul > li > span:last-child{
	width: 287px;
}
.order_functional-advantages .order_functional-advantages_content > ul > li > span > img{
	width: 100%;
}
.order_functional-advantages .order_functional-advantages_content > ul > li > span:last-child{
	padding-left: 15px;
	
}
.order_functional-advantages .order_functional-advantages_content > ul > li > span > h4{
	font-size: 18px;
	font-weight: bold;
	color: #3661f0;
	margin: 0;
	padding: 0;
}
.order_functional-advantages .order_functional-advantages_content > ul > li > span > p{
	font-size: 16px;
	padding: 0;
	color: #717070;
	word-break: break-all;
	margin-top: 10px;
}
/* 适用客户 */
.order_apply-grid{}
.order_apply-grid .grid_content{
	border: 1px solid #fff;
}
.order_apply-grid .grid_content > ul{
	display: flex;
	flex-wrap: wrap;
}
.order_apply-grid .grid_content > ul > li{
	width: 237px;
	height: 358px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition: .5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
.order_apply-grid .grid_content > ul > li::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, .4);
  transition: all 0.5s ease 0s;
}
.order_apply-grid .grid_content > ul > li:hover{
  transform: scale(1.1);
  z-index: 10;
}
/* .order_apply-grid .grid_content ul li:hover::before{
  background-color: rgba(255, 255, 255, 0);
} */
.grid_content > ul > li > .menu{
  display: block;
  z-index: 7;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.grid_content > ul > li .menu > div{
	width: 177px;
	font-size: 26px !important;
}
.grid_content > ul > li .menu > div > img{
	width: 150px;
	margin-bottom: 15px;
}
.grid_content > ul > li .fixed {
  display: none;
  position: absolute;
  color: #fff;
  z-index: 7;
  padding: 40px 15px;
}
.grid_content > ul > li .fixed > h4{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.grid_content > ul > li .fixed > p{
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}
.grid_content > ul > li .fixed > p:last-child{
	margin-bottom: 0;
}
.order_apply-grid .grid_content ul li:hover > .fixed{
	display: block;
}
.order_apply-grid .grid_content ul li:hover > .menu{
	display: none;
}
/* 适用场景 & 解决方案 */
.order_applicable-scene-solution{}
.order_applicable-scene-solution_content{}
.order_applicable-scene-solution_content > ul{
	display: flex;
	background-image: linear-gradient(#d7d7d7, #ffffff);
}
.order_applicable-scene-solution_content >  ul  > li{
	width: 33.33%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #707070;
	font-size: 16px;
	cursor: pointer;
}
.order_applicable-scene-solution_content1 >  ul > li{
	width: 25% !important;
}
.order_applicable-scene-solution_content2 >  ul > li{
	width: 20% !important;
}
.order_applicable-scene-solution_content > ul > .no{
	background-color: #1978CF;
	color: #fff;
}
.order_applicable-scene-solution_content > .tab_content{
	border: 1px solid #ebeff5;
	margin-top: 20px;
	padding: 40px 40px 20px 40px;
	box-sizing: border-box;
}
.order_applicable-scene-solution_content > .tab_content ul > li{
	display: flex;
}
.order_applicable-scene-solution_content > .tab_content .tab-img{
	width: 320px;
	box-sizing: border-box;
}
.order_applicable-scene-solution_content > .tab_content .tab-img img{
	width: 100%;
}
.order_applicable-scene-solution_content > .tab_content .tab-text{
	width: 550px;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
}
.order_applicable-scene-solution_content > .tab_content div h6{
	font-size: 16px;
	color: #3661f0;
	margin: 15px 0 15px 0;
	padding: 0;
}
.order_applicable-scene-solution_content > .tab_content div p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #717070;
	margin-bottom: 30px;
	display: flex;
}
.order_applicable-scene-solution_content > .tab_content div .tab-btn{
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
}
.order_applicable-scene-solution_content > .tab_content div .tab-btn img{
	width: 30px;
	vertical-align: middle;
	/* margin-bottom: 2px; */
}
.order_applicable-scene-solution_content > .tab_content > ul > .hide{
	display: none;
}
.order_applicable-scene-solution_content > .tab_content div h3{
	color: #3661f0;
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.order_applicable-scene-solution_content > .tab_content div p > span{
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
}
.order_applicable-scene-solution_content > .tab_content div p > span:nth-child(2n+0){
	margin-left: 4%;
}
.order_applicable-scene-solution_content > .tab_content div p > span label{
	width: 100%;
	font-size: 18px;
	color: #717070;
	margin-bottom: 10px;
	display: inline-block;
}
.order_applicable-scene-solution_content > .tab_content div p > span label i{
	color: red;
}
.order_applicable-scene-solution_content > .tab_content div p > span input{
	width: 100%;
	background-color: #f5f5f5;
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #717070;
	/* border-color: #f5f5f5 !important; */
	border: none !important;
}
/* .order_applicable-scene-solution_content > .tab_content div p > span input:first{
	border: none !important;
} */
.order_applicable-scene-solution_content > .tab_content div p > span input:focus{
	outline: none;
	border: none !important;
}
.order_applicable-scene-solution_content > .tab_content div p > span input::placeholder{
	color: #717070;
}
.order_applicable-scene-solution_content > .tab_content div .submit{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #4e78f5;
	cursor: pointer;
}
/* 资费方案 */
.order_table{
	background-color: #f7f7f7;
	padding: 0 40px 20px;
}
.order_table_content{}
.order_table_content > table{
	width: 870px;
	font-size: 16px;
	/* border: 1px solid #eeeeee; */
	margin-bottom: 10px;
	border-spacing: 1px !important;
}
.order_table_content > table tr th{
	/* border-right: 1px solid #eeeeee; */
	border-left: 1px solid #eeeeee;
	text-align: center;
	color: #fff;
	background-color: #1978CF;
	padding: 22px 0;
}
.order_table_content > table tr th:first-child{
	border-radius: 10px 0 0 0;
}
.order_table_content > table tr th:last-child{
	border-radius: 0 10px 0 0;
}
.order_table_content > table tr td{
	background-color: #fff;
	text-align: center;
	padding: 32px 0;
	border-top: 1px solid #eeeeee;
	/* border-right: 1px solid #eeeeee; */
	border-left: 1px solid #eeeeee;
	/* border-bottom: 1px solid #eeeeee; */
}
.order_table_content > table tr td:first-child{
	border-left: none;
}
.order_table_content > table tr:last-child td:first-child{
	border-radius: 0 0 0 10px;
}
.order_table_content > table tr:last-child td:last-child{
	border-radius: 0 0 10px 0;
}
.c-r{
	color: red;
}
/* 办理流程 */
.order_flow{
	padding-bottom: 80px;
}
.order_flow div > ul{
	display: flex;
}
.order_flow div > ul > li{
	text-align: center;
	font-size: 18px;
	color: #3661f0;
}
.order_flow div > ul > li > span{
	display: inline-block;
	margin-bottom: 15px;
	height: 105px;
	line-height: 105px;
}
.order_flow div > ul > li:nth-child(2n+0) > span{
	margin: 0 26px;
}
/* 弹出框 */
.prompt{
	display: none;
}
.cheng {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width: 160px;
	height: 160px;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(000, 000, 000, 0.8);
	z-index: 9999;
	border: 1px solid #333;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
.cheng img{
	width: 30px;
	height: 30px;
	margin-bottom: 15px;
}
.cheng h1{
	font-size: 15px;
	width: 100%;
}

.zhezhao{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	/* background: #000; */
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 999;
}
.tankuang{
	position: relative;
	background: #fff;
	opacity: 1;
	width:  30%;
	height: 50%;
	border-radius: 5px;
	margin: 5% auto;
}
#header{
	height: 40px;
	background-color: #fff;
}
#header-right{
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: red;
	color: #fff;
	right: 5px;
	top: 5px;
	text-align: center;
}

/* 弹出框 */
#bg{
	display: none;
}
#box{
	width: 30%;
	position: fixed;
	z-index: 99;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-color: #fff;
	border: 1px solid #eaedf4;
	border-radius: 10px;
	padding: 50px 30px;
}
#box .con .rright .box_btn{
	text-align: center;
}
#box .con .rright .box_btn>button{
	width: 160px;
	height: 50px;
	font-size: 20px;
	border: none;
	background-color: #3661f0;
	color: #fff;
	z-index: 999;
}
#box .con .rright h3{
	color: #3661f0;
	font-size: 48px;
	text-align: center;
	margin-bottom: 30px;
}
#box .con .rright p{
	color: #717070;
	font-size: 24px;
	text-align: center;
	margin-bottom: 60px;
}
/* 按钮不可用 */
.disabled {
	pointer-events: none;
}
