@charset "utf-8";
/* 重置样式 */
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:16px;
	font:inherit;
	font-weight:normal;
	vertical-align:baseline;
	color: #2B2B2B;
	font-family: Helvetica Neue,PingFang SC,Helvetica,microsoft yahei,arial,STHeiTi,sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
ol,ul,li {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	vertical-align:middle;
}
/* custom */
a {
	outline:none;
	color:#16418a;
	text-decoration:none;
	-webkit-backface-visibility:hidden;
}
a:focus {
	outline:none;
}
input:focus,select:focus,textarea:focus {
	outline:-webkit-focus-ring-color auto 0;
}
/* 公共样式 */
.theme_color{
	color: #08bf60;
}
.theme_text{
	color: #28344a;
}
.theme_text_grey{
	color: #96999d;
}
.theme_text_grey2{
	color: #7e858b;
}
.theme_icon{
	color: #5d5d5d;
}
.theme_footer{
	background: #f2f4f6;
}
.theme_border{
	color: #e6e7eb;
}
.theme_background{
	background: #fbfbfb;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
.disnone{
	display: none;
}
.disblock{
	display: block;
}
.wrap_with{
	max-width: 1200px;
	margin: 0 auto;
}
.wrap_with1300{
	max-width: 1300px;
	margin: 0 auto;
}
.mart20{
	margin-top: 20px;
}
.mart30{
	margin-top: 30px;
}
.mart40{
	margin-top: 40px;
}
.mart50{
	margin-top: 50px;
}
.mart60{
	margin-top: 60px;
}
.mart70{
	margin-top: 70px;
}
.mart80{
	margin-top: 80px;
}
/* 首页 */

.nav{
	height: 76px;
	background: #fff;
}
.nav-list{
	width: 80%;
}	
.nav-list ul li{
	float: left;
	width: 20%;
	height: 76px;
	text-align: center;
	position: relative;
}
.nav-list ul li a{
	display: inline-block;
	height: 76px;
	line-height: 76px;
	text-align: center;
	color: #2B2B2B;
	position: relative;
}
.nav-list ul li a:hover{
	text-decoration: none;
}
.nav-list ul li:hover .bline:after{ 
	transform:scale(1,1); 
	-ms-transform: scale(1,1);		/* IE 9 */
	-webkit-transform: scale(1,1);	/* Safari and Chrome */
	-o-transform: scale(1,1);		/* Opera */
	-moz-transform: scale(1,1);
	opacity: 1;
}
.nav-list ul li .bline:after{ 
	display:block; 
	content:""; 
	height: 4px; 
	width: 100%; 
	position: absolute; 
	bottom: 19px; 
	left: 0px; 
	background: #08bf60; 
	opacity: 0; 
	-webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out; 
	transform-origin: 50% 0%; 
	transform:scale(0.01,1);
	-ms-transform: scale(0.01,1);		/* IE 9 */
	-webkit-transform: scale(0.01,1);	/* Safari and Chrome */
	-o-transform: scale(0.01,1);		/* Opera */
	-moz-transform: scale(0.01,1);
}
.active{
	color: #08bf60 !important;
}
.logo{
	width:14%;
	margin-top: 20px;
}

.logo img{
	width: 120px;
}
.right-nav{
	width: 74%;
}
.nav_mobile .logo{
	width: 140px;
	margin-top: 12px;
}
.banner{
	overflow: hidden;
}
.banner_img{
	width: 100%;
	height: 500px;
	position: relative;
	cursor: pointer;
}
.banner_img img{
	width: 100%;
}
.banner01{
	background: url(../img/banner01.jpg) no-repeat center;
	background-size:cover;
}
.banner02{
	background: url(../img/banner02.png) no-repeat center;
	background-size:cover;
}
.banner03{
	background: url(../img/banner03.png) no-repeat center;
	background-size:cover;
}
.banner04{
	background: url(../img/banner04.jpg) no-repeat center;
	background-size:cover;
}
.banner05{
	background: url(../img/banner05.png) no-repeat center;
	background-size:cover;
}
.class_ban01{
	background: url(../img/classBannner.jpg) no-repeat center;
	background-size:cover;
}
.class_ban02{
	background: url(../img/classBannner02.jpg) no-repeat center;
	background-size:cover;
}
.class_ban03{
	background: url(../img/classBannner03.jpg) no-repeat center;
	background-size:cover;
}
.class_ban04{
	background: url(../img/classBannner04.jpg) no-repeat center;
	background-size:cover;
}
.class_ban05{
	background: url(../img/classBannner05.jpg) no-repeat center;
	background-size:cover;
}
.class_ban06{
	background: url(../img/classBannner01.jpg) no-repeat center;
	background-size:cover;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:42%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.slideBox{
	position: relative;
	overflow: hidden;
}
.mouse_icon{
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 10px;
	z-index: 88;
	width: 100%;
}
.mouse_icon img{
	width: 20px;
}
@keyframes a_banner_s_line {
	0%{ transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 1;}
	20%{ transform:scale(1,0.01);-webkit-transform:scale(1,0.01);-ms-transform:scale(1,0.01);-moz-transform:scale(1,0.01);-o-transform:scale(1,0.01); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 1;}
	30%{ transform:scale(1,0.01);-webkit-transform:scale(1,0.01);-ms-transform:scale(1,0.01);-moz-transform:scale(1,0.01);-o-transform:scale(1,0.01); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 0;}
	31%{ transform:scale(1,0.01);-webkit-transform:scale(1,0.01);-ms-transform:scale(1,0.01);-moz-transform:scale(1,0.01);-o-transform:scale(1,0.01); transform-origin:50% 0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;-moz-transform-origin:50% 0;-o-transform-origin:50% 0; opacity: 0;}
	50%{  transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1); transform-origin:50% 0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;-moz-transform-origin:50% 0;-o-transform-origin:50% 0; opacity: 1;}
	100%{  transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1); transform-origin:50% 100%;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-o-transform-origin:50% 100%; opacity: 1;}
 }
.lines{
	height: 24px;
	width: 2px;
	border-radius: 2px;
	top: 0;
	background: #fff;
	margin: 4px auto;
	animation:a_banner_s_line 3s 0.3s linear both infinite;
	-webkit-animation:a_banner_s_line 3s 0.3s linear both infinite;
}
.title{
	text-align: center;
	margin: 70px auto 60px;
}
.title_text{
	font-size:2rem;
	font-weight: bold;
}
.title_detail{
	font-size: 14px;
	color: #5f6464;
	margin-top: 20px;
}

.product_left{
	width: 586px;
}
.product_left img{
	width: 100%;
}
.product_right{
	width: 612px;
	border: 1px solid #e6e7eb;
	background: #fff;
	padding: 50px;
	height: 380px;
}
.product_title{
	font-size: 28px;
	font-weight: bold;
}
.product_detail{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-top: 30px;
	text-align:justify
}
.orange{
	background: #fff4e6;
	color: #ff910b;
}
.green{
	background: #e6f8ef;
	color: #08bf60;
}
.blue{
	background: #e7f1f7;
	color: #1176b1;
}
.product_label{
	margin-top: 30px;
}
.product_label ul li{
	font-size: 14px;
	padding: 0.375rem;
	border-radius: 0.125rem;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.product_button{
	margin-top: 30px;
}
.product .soft01{
	font-size: 18px;
}
.product .soft02{
	
}
.product .soft03{
	
}
.product .soft04{
	
}
.ul-list ul{
	margin-top: 20px;
}
.ul-list ul li{
	line-height: 28px;
	color: #666;
}
.ul-list ul li::before {
  content: "";
	width:8px;
	height:8px;
	display: inline-block;
	background: #cef2df;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 50%;
}
.qq-cloud{
	width: 230px;
	height: 50px;
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
	background: #fff;
	position: absolute;
	padding: 20px;
	left: 0;
	top: 50px;
	font-size: 16px;
	border-radius: 10px;
	z-index: 88;
}
.qq-cloud img{
	vertical-align: middle;
}
.product .common_soft{
	
	border: 1px solid #e6e7eb;
	width: 48%;
	background: #fff;
	text-align: center;
	height: 318px;
}
.common_soft img{
	width: 160px;
	margin-top:30px;
}
.soft_name{
	margin-top: 10px;
	font-weight: bold;
	font-size: 24px;
}
.soft_button{
	width: 192px;
	margin: 20px auto;
}

.button_primary{
	background: #08BF60;
	border: 1px solid #08BF60 ;
	padding: 0 32px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: background .3s,transform .3s;
	
}
.button_primary:hover{
	background: #2dc978;
	transform: translate(0px,-4px);
	-ms-transform: translate(0px,-4px);		/* IE 9 */
	-webkit-transform: translate(0px,-4px);	/* Safari and Chrome */
	-o-transform: translate(0px,-4px);		/* Opera */
	-moz-transform: translate(0px,-4px);
}
.button_primary_blue{
	background: #5d98f6;
	border: 1px solid #5d98f6 ;
	padding: 0 32px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	transition: background .3s,transform .3s;
	
}
.button_primary_blue:hover{
	background: #4f81d1 !important;
	border: 1px solid #4f81d1 !important ;
	transform: translate(0px,-4px) !important;
	-ms-transform: translate(0px,-4px) !important;		/* IE 9 */
	-webkit-transform: translate(0px,-4px) !important;	/* Safari and Chrome */
	-o-transform: translate(0px,-4px) !important;		/* Opera */
	-moz-transform: translate(0px,-4px)!important;
}
.button_normal{
	background: #fff;
	padding: 0 32px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	color: #08bf60;
	border: 1px solid #08bf60;
	cursor: pointer;
	transition: transform .3s;
}
.button_normal:hover{
	transform: translate(0px,-4px);
	-ms-transform: translate(0px,-4px);		/* IE 9 */
	-webkit-transform: translate(0px,-4px);	/* Safari and Chrome */
	-o-transform: translate(0px,-4px);		/* Opera */
	-moz-transform: translate(0px,-4px);
}
.product{
	overflow: hidden;
	margin-bottom: 80px;
}
.news_left{
	width: 100%;
}
.news_left_top{
	width: 100%;
	height: 306px;
	background: url(../img/banner04.jpg);
	position: relative;
	margin-bottom: 20px;
	background-size: cover;
}
.news_text{
	width: 390px;
	height: 197px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(8,191,96,.6);
	z-index: 88;
	transition:height .4s;
}
.news_text:hover{
	/* transform: translate(0,-20px); */
	/* -ms-transform: translate(0px,-4px);		
	-webkit-transform: translate(0px,-4px);	
	-o-transform: translate(0px,-4px);	
	-moz-transform: translate(0px,-4px); */
	height:306px;
}

.news_title_white{
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_title_white a{
	color: #fff;
}
.news_detail_white{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.news_detail_white{
	margin-top: 26px;
}
.news_detail_white a{
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news_detail_date_white{
	margin-top: 26px;
}
.news_detail_date_white .data{
	font-size: 12px;
	color: #fff;
}
.news_left_bottom:nth-child(2n){
	margin-right: 0 !important;
}
.news_left_bottom .left_img{
	width: 230px;
	height:100%;
}
.news_left_bottom .left_img img{
	width: 100%;
	height: 100%;
}
.news_left_bottom .right_box{
	width: 358px;
	height: 120px;
}
.news_detail{
	height: 72px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	margin-top: 16px;
	height: 72px;
}
.news_detail a{
	color: #666;
	text-decoration: none;
	height: 100%;
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news_detail a:hover{
	color: #2b2b2b;
}
.news_detail_date{
	margin-top: 20px;
}
.news_detail_date .data{
	font-size: 14px;
	color: #2b2b2b;
}
.news_right{
	float: left;
	width: 390px;
	padding: 0px 40px;
}
.news_right ul{
	padding: 0 20px;
}
.news_right ul li{
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
	
}
.news_title{
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_title a{
	color: #2b2b2b;
	font-weight: bold;
}
.news_title a:hover{
	color: #08bf60;
}

.news_right .date{
	color: #5f6464;
	font-size: 14px;
	margin-top: 10px;
}
.news_left_bottom{
	height: 172px;
	width: 48%;
	float: left;
	margin-right: 3%;
	margin-bottom: 30px;
}
/* .news_company:after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2b2b2b;
	display: inline-block;
	top: -10px;
	position: relative;
	left: 15px;
} */
.news_company{
	font-size: 30px;
	color: #7e858b;
	cursor: pointer;
}
.title_wraps{
	margin: 0 auto;
	width: 300px;
	overflow: hidden;
}
.news_point{
	margin-left: 30px;
	font-size: 30px;
	color: #7e858b;
	cursor: pointer;
}
.news_active{
	font-size: 2em;
	font-weight: bold;
	color: #2b2b2b;
}

.free{
	width: 100%;
	height: 200px;
	background: url(../img/footer_bg.png) no-repeat center #08bf60;
	overflow: hidden;
}
.free .titles{
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-top: 60px;
}
.news{
	margin-bottom: 80px;
	overflow: hidden;
}
.button_white{
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	padding:10px 32px;
	cursor: pointer;
	transition:transform .3s;
}
.button_white:hover{
	transform: translate(0px,-4px);
	-ms-transform: translate(0px,-4px);		/* IE 9 */
	-webkit-transform: translate(0px,-4px);	/* Safari and Chrome */
	-o-transform: translate(0px,-4px);		/* Opera */
	-moz-transform: translate(0px,-4px);
}
.footer_left ul li{
	line-height: 34px;
	font-size: 14px;
}
.footer_left ul li a{
	color: #5f6464;
}
.footer_left ul{
	float: left;
	width: 25%;
}
.footer_title{
	font-weight: bold;
}
.footer_right .erwei{
	width: 116px;
	float: right;
}
.footer_right .erwei img{
	width: 100%;
}
.sao{
	font-size: 14px;
	color: #7e858b;
}
.footer_left{
	width: 80%;
}
.footer_right{
	width: 20%;
}
.footer_copy{
	margin-right: 10px;
}
.footer_bottom{
	text-align: center;
	font-size: 12px;
	margin-top: 60px;
}
.right_bar{
	line-height:66px;
	margin-right: 10px;
	width: 20px;
	cursor: pointer;
}
.right_bar img{
	width: 100%;
}
.fix_nav{
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 68%;
	background: #fff;
	z-index: 100;
	animation: nav .4s;
	-moz-animation: nav .4s;	/* Firefox */
	-webkit-animation: nav .4s;	/* Safari 和 Chrome */
	-o-animation: nav .4s;
	
}
@keyframes nav
{
0%   {transform: translate(100%,0px)}
100% {transform: translate(0,0px)}
}

@-moz-keyframes nav /* Firefox */
{
0%   {transform: translate(0px,0px)}
100% {transform: translate(-50px,0px)}
}

@-webkit-keyframes nav /* Safari 和 Chrome */
{
0%   {transform: translate(0px,0px)}
100% {transform: translate(-50px,0px)}
}

@-o-keyframes nav /* Opera */
{
0%   {transform: translate(0px,0px)}
100% {transform: translate(-50px,0px)}
}
.fix_bg{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 99;
	width: 100%;
}
.close_button{
	height: 60px;
	line-height: 60px;
	float: right;
	margin-right: 10px;
	width: 20px;
}
.close_button img{
	width: 100%;
}
.mobile_nav li a{
	text-decoration: none;
}
.mobile_nav li a:hover{
	background: #f5f6f7;
}

.mobile_nav li{
	line-height: 42px;
	font-size: 16px;
	padding-left:30px;
	padding-right: 10px;
}
.sliderNav p{
	position: relative;
}
.sliderNav p a{
	padding-left: 30px;
	color: #666 !important;
	font-weight: normal !important;
}
.sliderNav p a::before{
	content:'';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #6d6d6d;
	left: 7%;
	top: 50%;
	transform:translate(0, -50%) rotate(45deg);
}
.mobile_nav li a{
	
color: #2b2b2b;
width: 100%;
display: inline-block;
font-weight: bold;
}
.mobile_children_li a{
	line-height: 56px;
	font-weight: normal !important;
}
.animation-delay-2{
		        -webkit-animation-delay:0.25s;
		        animation-delay:0.25s;
		    }
		    .animation-delay-5{
		        -webkit-animation-delay:0.5s;
		        animation-delay:0.5s;
		    }
		    .animated{
		        opacity: 0;
		    }
/* 专家云 */
.role_intro{
	/* background: #fbfbfb; */
	overflow: hidden;
	padding-bottom: 60px;
}
.role_intro_text{
	width: 46%;
	font-size: 16px;
	line-height: 28px;
}
.role_intro_text i{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #08BF60;
	display: inline-block;
	margin-right: 16px;
}
.role_intro_text strong{
	margin-right: 10px;
}
.role_intro_text ul li{
	padding: 20px;
	cursor: pointer;
	margin-bottom: 10px;
}
.role_intro_text ul li:hover{
	background: #f2f2f2;
}

.expert_register{
	background: #f5f7fa;
	overflow: hidden;
}
.tab_expert li{
	margin: 0 4% !important;
}
.tab_expert li a{
	text-decoration: none;
}
.tab_expert_fix li{
	margin: 0 4% !important;
}
.tab_expert_fix li a{
	text-decoration: none;
}
.register_steps ul li{
	width: 49%;
	display: inline-block;
	
}
.register_steps ul{
	margin-bottom: 20px;
}
.steps-box{
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	background: #dce3e8;
	color: #939aa3;
}
.step-center{
	margin-left: -4px;
	clip-path:polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%, 2% 50%);
	-webkit-clip-path:polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%, 2% 50%);
}
.step-first{
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	-webkit-clip-path:polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
	clip-path:polygon(0 0, 98% 0, 100% 50%, 98% 100%, 0 100%);
}
.step-last{
	margin-left: -4px;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
	clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%, 2% 50%);
	-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%, 2% 50%);
	

}
.register_title{
	color: #2b2b2b;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	margin: 30px 0;
}
.step-active{
	background: #08bf60;
	color: #fff;
}
.register_box{
	background:#fff;
	padding: 60px;
	min-height: 500px;
	margin-bottom: 60px;
}

.register_box_con_01{
	width: 120px;
	height: 120px;
	background: url(../img/role_01_normal.png) no-repeat center;
	margin: 10px auto;
	
}
.register_box_con_02{
	width: 120px;
	height: 120px;
	background: url(../img/role_02_normal.png) no-repeat center;
	margin: 10px auto;
	
}
.register_box_con_03{
	width: 120px;
	height: 120px;
	background: url(../img/role_03_normal.png) no-repeat center;
	margin: 10px auto;
	
}
.register_box_con{
	border: 1px solid #e5e5e5;
	text-align: center;
	width: 30%;
	display: inline-block;
	padding: 30px;
	cursor: pointer;
	margin-right:3%;
}
.hover01:hover{
	border: 1px solid #08bf60;
}
.hover01:hover .register_box_con_01{
	background: url(../img/role_01_active.png) no-repeat center;
}
.hover01:hover .role_text{
	color: #08bf60;
}
.hover02:hover{
	border: 1px solid #08bf60;
}
.hover02:hover .register_box_con_02{
	background: url(../img/role_02_active.png) no-repeat center;
}
.hover02:hover .role_text{
	color: #08bf60;
}
.hover03:hover{
	border: 1px solid #08bf60;
}
.hover03:hover .register_box_con_03{
	background: url(../img/role_03_active.png) no-repeat center;
}
.hover03:hover .role_text{
	color: #08bf60;
}
.form-horizontal{
	width: auto;
	margin: 0 auto;
}
.yanBtn{
	height: 34px;
	line-height:29px;
}
.sucessIcon{
	width: 80px;
	height: 80px;
	margin: 20px auto;
}
.sucessIcon img{
	width: 100%;
}
.sucessText{
	font-size: 16px;
	text-align: center;
}
	
.sucessBtn{
	text-align: center;
	margin: 60px 0;
}










.role_text{
	font-size: 24px;
	margin-top: 20px;
	font-weight: bold;
}
.cloud_tel{
	font-size: 16px;
	font-weight: bold;
	color: #08bf60;
	margin-top: 24px;
}
.cloud_tel img{
	vertical-align: middle;
	width: 24px;
}
.animation-tel{
	animation: scaleDraws 5s ease-in-out infinite;
}
@keyframes scaleDraws {
    0% {
      transform: scale(1);
    }
	25%{
		transform: scale(1.1);
	}
	50%{
		transform: scale(1);
	}
	75% {
	  transform: scale(1.1);
	}
}
.downLoad_app{
	height: 76px;
	line-height: 76px;
	margin-right: 2%;
}
.downLoad_app a{
	display: inline-block;
	height: 100%;
	font-size: 14px;
	color: #2b2b2b;
	text-decoration: none;
}
.nav-list-expert{
	width: 58%;
}
.nav-list-expert ul li{
	float: left;
	width: 15%;
	height: 76px;
	text-align: center;
	position: relative;
}
.nav-list-expert ul li a{
	display: inline-block;
	height: 76px;
	line-height: 76px;
	text-align: center;
	color: #2B2B2B;
	position: relative;
	font-size: 16px;
}
.nav-list-expert ul li a:hover{
	text-decoration: none;
}
.nav-list-expert ul li:hover .bline:after{ 
	transform:scale(1,1); 
	-ms-transform: scale(1,1);		/* IE 9 */
	-webkit-transform: scale(1,1);	/* Safari and Chrome */
	-o-transform: scale(1,1);		/* Opera */
	-moz-transform: scale(1,1);
	opacity: 1;
}
.nav-list-expert ul li .bline:after{ 
	display:block; 
	content:""; 
	height: 4px; 
	width: 100%; 
	position: absolute; 
	bottom: 19px; 
	left: 0px; 
	background: #08bf60; 
	opacity: 0; 
	-webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out; 
	transform-origin: 50% 0%; 
	transform:scale(0.01,1);
	-ms-transform: scale(0.01,1);		/* IE 9 */
	-webkit-transform: scale(0.01,1);	/* Safari and Chrome */
	-o-transform: scale(0.01,1);		/* Opera */
	-moz-transform: scale(0.01,1);
}
.expert_cloud .banner_wrap{
	width: 100%;
	height: 500px;
	background: url(../img/cloud_banner_bg.png) no-repeat top #2b3d4e;
}
.expert_cloud .banner_wrap1{
	width: 100%;
	height: 500px;
	background-color: #052973; /* 不支持线性的时候显示 */
	background-image: linear-gradient(to right, #054a73 , #051e72);
}
.expert_cloud .banner_wrap2{
	width: 100%;
	height: 500px;
	background-color: #1965c2; /* 不支持线性的时候显示 */
	background-image: linear-gradient(to right, #227de5 , #1965c2);
}
.expert_cloud .banner_wrap3{
	width: 100%;
	height: 500px;
	background-color: #4a51a7; /* 不支持线性的时候显示 */
	background-image: linear-gradient(to right, #575ec2 , #454a99);
}
.intro_top{
	font-size: 24px;
	margin-bottom: 16px;
	display: inline-block;
	padding: 6px 20px;
	font-weight: bold;
	color: #fff;
	
	
}
.intro_title{
	font-size:46px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
	
.intro_detail{
	font-size: 22px;
	color: #fff;
	margin: 10px 0;
	line-height: 36px;
	/* font-weight: bold; */
}
.chose{
	width: 20px;
	margin-right: 16px;
	display: inline-block;
}
.chose img{
	width: 100%;
	vertical-align: middle;
}
.shu{
	margin: 0 10px;
	color: rgba(255,255,255,0.3);
}
.banner_text{
	margin-top: 100px;
	width: 570px;
}
.banner_text .banner_title{
	font-size: 44px;
	font-weight: bold;
	color: #fff;
}
.banner_text .banner_detail{
	font-size: 20px;
	color: #fff;
	margin-top: 16px;
	line-height: 36px;
}
.index_left{
	width: 52%;
}
.index_text{
	margin-top: 116px;
}
.index_title{
	font-size: 44px;
	font-weight: bold;
	color: #b0f7fa;
}
.index_detail{
	font-size: 20px;
	color: #b0f7fa;
	line-height: 50px;
	margin-top: 20px;
}
.index_img{
	width: 48%;
}
.index_img img{
	width: 100%;
}
.input{
	margin-top: 16px;
}
.input input{
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	width: 70%;
	border: none;
	padding-left: 20px;
	background: rgba(255,255,255,.9);
}
.strong{
	font-weight: bold;
	color: #08bf60;
	font-size: 20px;
}
.what_box ul li{
	text-align: center;
	/* box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%); */
	width: 30%;
	height: 196px;
	float: left;
	margin: 60px 1.6%;
	padding: 30px 20px;
	border: 1px solid #e5e5e5;
}
.icon_detail{
	margin-top: 10px;
	font-size: 18px;
}
.input button{
	height: 48px;
	line-height: 48px;
	background: #08bf60;
	color: #fff;
	font-weight: bold;
	border: none;
	font-size: 18px;
	width: 24%;
}
.cloud_register{
	font-size: 14px;
	height: 76px;
	line-height: 76px;
}
.cloud_register .registers{
	height: 32px;
	line-height: 32px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.registerUl,.registerUl1{
	position: absolute;
	top: 53px;
	left: -100%;
	z-index: 999;
	background: #fff;
	width: 200px;
	padding: 10px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px
}

.registerUl li img,.registerUl1 li img{
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.registerUl li,.registerUl1 li{
	font-size: 16px;
	color: #2b2b2b;
	border-bottom: 1px solid #ececec;
	padding: 10px;
}
.registerUl li a,.registerUl1 li a{
	text-decoration: none;
}
.registerUl li:hover,.registerUl1 li:hover{
	background: #f7f8f9;
}
.registerUl li a,.registerUl1 li a{
	color: #2b2b2b;
	font-weight: bold;
}
.cloud_register .logins{
	height: 32px;
	line-height: 32px;
	display: inline-block;
	background: #08bf60;
	border-radius: 20px;
	padding: 0 10px;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.expertSystem{
	overflow: hidden;
	/* background: url(../img/expertCloud_bg.png) repeat-x; */
	background: #f5f7fa;
	padding-bottom: 60px;
}
.expertCloud_intro_wrap{
	margin-top: 80px;
}
.arrowDown{
	width: 20px;
	height: 20px;
	display: inline-block;
	float: right;
}
.arrowDown img{
	width: 100%;
}
.expert_intro_img{
	width: 56%;
}
.expert_intro_img img{
	width: 100%;
}
.expert_intro_text{
	width: 40%;
}
.reson_right{
	width: 86%;
	margin-top: 10px;
}
.expert_reason{
	padding-bottom: 60px;
	overflow: hidden;
	background: #f5f7fa;
}
.reason_wrap{
	/* border: 1px solid #e5e5e5; */
	height: 200px;
	padding: 20px;
	float: left;
	margin-right: 30px;
	width: 48%;
	margin-bottom: 30px;
	background: #fff;
}
.reason_title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}
.reason_detail{
	font-size: 16px;
	line-height: 28px;
}
.num_box{
	font-size: 66px;
	color: #08bf60;
	font-weight: bold;
	font-style: italic;
}

.systemUl li{
	float: left;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	width: 11%;
	margin:0 .4%;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	transition: all 0.6s;
	-webkit-transition: all 0.1s; /* Safari */
	font-size: 15px;
}
.systemUl li:hover{
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
}

.systemActive{
	background: #08bf60 !important;
	color: #fff !important;
	border: none;
}
.sub_box{
	padding: 0px 0 60px 0;
	overflow: hidden;
	background: #f5f7fa;
	
}
.mores{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: #fff;
	width: 112px;
	margin: 0 auto;
	border: 1px  solid #0d1c28;
	cursor: pointer;
}
.sub_con{
	position: relative;
}
.sub_box ul{
	width: 350px;
	margin: 0 auto;
	height: 46px;
}
.sub_box ul li{
	text-align: center;
	height: 46px;
	line-height: 46px;
	float: left;
	background: #f2f4f6;
	font-size: 24px;
	font-weight: bold;
	padding: 0 56px;
	cursor: pointer;
}
.sub_active{
	background: #08bf60 !important;
	color: #fff;
}
.more{
	border: 1px solid #0d1c28;
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	line-height: 44px;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
}
.more:hover{
	background: #d9d9d9;
}
.subs{
	border: 1px solid #e6e7eb;
	width: 23.2%;
	float: left;
	cursor: pointer;
	margin: 0 .8% 20px;
	background: #fff;
}
.subs:hover{
	box-shadow: 0 2px 6px 4px rgba(158,168,181,.2);
	
}
.subs img{
	width: 100%;
	height: 150px;
}
.sub_title{
	font-size: 14px;
	color: #2b2b2b;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.sub_detail{
	font-size: 14px;
	color: #7e858b;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.sub_text{
	padding: 10px;
}
.sub_list{
	margin-top: 50px;
}
.expert_title{
	font-size: 24px;
	color: #2b2b2b;
	margin: 60px auto;
	font-weight: bold;
	text-align: center;
	
}
.role_entro{
	background: #f5f7fa;
	overflow: hidden;
	padding-bottom: 50px;
}
.echart_box_left{
	width: 80%;
	border: 1px solid #e5e5e5;
	padding: 20px 20px 30px 20px;
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
}
.echart_box_right{
	width: 18%;
}
.entro_box{
	width: 30.7%;
	margin: 0 1%;
	box-shadow: 0 2px 6px 4px rgba(158,168,181,.2);
	padding: 2.8% 2.8% 0 2.8%;
	
}
.entro_title{
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #2b2b2b;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.entro_detail{
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	text-align: justify;
	height: 166px;
}
.entro_button{
	padding: 6px 20px;
	background: #08bf60;
	color: #fff;
	width: 110px;
	margin:20px auto 20px;
	cursor: pointer;
}
.entro_button1{
	padding: 6px 20px;
	background: #08bf60;
	color: #fff;
	width: 100px;
	cursor: pointer;
	transition: background .3s;
}
.entro_button1:hover{
	background: #2dc978;
}
.expert_entro_box{
	border: 1px solid #e5e5e5;
	height: 160px;
	line-height: 113px;
	font-size: 20px;
	font-weight: bold;
	padding: 16px;
	margin-bottom: 28px;
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s; /* Safari */
}
.expert_entro_box:hover {
	transform: translateY(-10px);
}
.expert_entro_box img{
	vertical-align: middle;
	margin-right: 10px;
}
.entro_box{
	float: left;
	height: 350px;
	position: relative;
}
.expert_entro{
	background: url(../img/entro_img1.png) no-repeat #fff;
	background-position: 56% 140%;
}
.expert_entro_box a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #2b2b2b;
	text-decoration: none;
}
.manage_entro{
	background: url(../img/entro_img2.png) no-repeat #fff;
	background-position: 56% 140%;
}
.expert_goods{
	/* background: #f5f7fa; */
	overflow: hidden;
	padding-bottom: 60px;
}
.good_wrap{
	background: #fff;
	padding: 20px;
	height: 356px;
}
.good_box{
	display: flex;
	justify-content: center;
}
.good_detail{
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
.good_titles{
	text-align: center;
	margin-top: 10px;
}
.good_titles p{
	font-size: 18px;
	font-weight: bold;
}
.draw_entro{
	background: url(../img/entro_img3.png) no-repeat #fff;
	background-position: 56% 140%;
}
.entro_box:hover .entro_title,.entro_box:hover .entro_detail{
	color: #fff;
}
.entro_box:hover .entro_title{
	border-bottom: 2px solid #fff;
}
.entro_box:hover .entro_button{
	background: #fff;
	color: #08bf60;
} 

.entro_box:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color:rgba(8,191,96,0);
	transition:all .2s cubic-bezier(.4,0,.2,1);
}
.entro_box:hover:before{
	background-color:rgba(8,191,96,.8);
}

.entro_con{
	position: relative;
}
.serve_box{
	min-height: 250px;
	background: url(../img/num_bg.png) no-repeat center bottom #2c364c;
}
.serve_con{
	width: 25%;
	color: #fff;
	text-align: center;
}
.serve_top{
	color: #fff;
}
.serve_nums{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.serve_text{
	color: #fff;
}
.serve_box{
	position: relative;
}
.arrows{
	position: absolute;
	left: 49%;
	bottom: -16px;
}
.quick_box{
	padding-bottom: 60px;
	overflow: hidden;
	
}
.city_list ul li{
	width: 90px;
	line-height: 90px;
}
.city_title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.city_list ul li a{
	color: #2b2b2b;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
}
.city_list ul li a:hover{
	background: #ced0d1;
}
.city_list{
	padding:20px 10px 20px 20px;
	box-shadow: 0 2px 6px 4px rgba(158,168,181,.2);
	width: 48%;
	height: 380px;
}
.city_active{
	background: #08BF60;
	color: #fff !important;
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: inline-block;
	border-radius: 20px;
	
}

.city_list ul li{
	width: 90px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #f2f4f6;
	float: left;
	text-align: center;
	margin: 1.8% 1.2%;
}
.city_system{
	float: left;
	width: 33%;
	border: 1px solid #dfe1e2;
	padding:10px;
	height: 445px;
}
.case_logo ul li{
	width: 380px;
	height: 110px;
	border: 1px solid #e5e5e5;
	/* box-shadow: 0 0 10px rgba(124,125,128, 0.17); */
	float: left;
	margin-right: 18px;
	padding-top: 10px;
	border-radius: 4px;
	margin-bottom: 30px;
	background: #fff;
}
.cases_ul li{
	float: left;
	width: 29%;
	margin: 0 2%;
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
	cursor: pointer;
	
}
.cases_con .img img{
	width: 100%;
}
.cases_text{
	padding: 10px 20px;
	height: 90px;
}
.cases_con img{
	height: 160px;
}
.cases_title{
	font-size: 18px;
	font-weight: bold;
}
.cases_name_img img{
	width: 100px;
	height: 30px;
	margin-top: 10px;
}
.case_wraps{
	padding-bottom: 100px;
}
.expert_case{
	margin: 50px 0;
}
.class_more{
	cursor: pointer;
}
.right_img2{
	width: 460px;
}
.right_img2 img{
	width: 100%;
}
.right_img3{
	width:630px;
}
.right_img3 img{
	width: 100%;
}
.right_img4{
	width:500px;
}
.right_img4 img{
	width: 100%;
}

/* 滚动条 */
.wrap{
  
  height: 358px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.box-middle{
  height: 100%;
  overflow: auto;
}
.city_box{
  width: 50%;
}
.bar{
  background: #08bf60;
  width: 4px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.system_box li{
	margin-bottom: 10px;
	background: #f2f4f6;
	padding: 0 20px;
}
.system_box li a{
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #2b2b2b;
}
.system_box li:hover{
	background: #ced0d1;
}
.right_arrows{
	float: right;
	width: 20px;
}
.right_arrows img{
	width: 100%;
}
.cloud_footer{
	background: #f2f4f6;
	padding: 50px 0;
}
.footer_box p{
	color: #7e858b;
	font-size: 14px;
	line-height: 24px;
}
.weight{
	color: #28344a !important;
	
}
.footer_box{
	width: 32%;
	float: left;
	
}
.footer_box .erwei{
	width: 100px;
	height: 100px;
}
.erwei_right{
	float: right;
}
.footer_box .erwei img{
	width: 100%;
	height: 100%;
}
.footer{
	background: #f2f4f6;
}
.choise_modal{
	height: 50px;
	line-height: 50px;
	box-shadow: 0 2px 6px 4px rgba(158,168,181,.2);
	padding: 0 20px;
}
.choise_modal .choise_arrow img{
	width: 10px;
}
.city_modal_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
.city_modal_box{
	background: #fff;
	width: 80%;
	margin: 20px auto;
}

/* 弹窗 */
.city_modal_box{
	padding: 20px;
	border-radius: 10px;
}
.modal_title{
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.modal_close_btn{
	float: right;
}
.modal_con{
	margin: 20px auto;
	height: 400px;
	overflow-y: scroll;
}
.modal_con label{
	height: 36px;
	line-height: 36px;
}
.modal_btn{
	width: 220px;
	margin: 10px auto;
}
.modal_close_btn{
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.locking{
	overflow: hidden;
	position: fixed;
	left: 0;
	right:0 ;
}
.city_list_mobile{
	margin: 20px 0;
	cursor: pointer;
}
.city_wrap{
	overflow: hidden;
}
.city_wrap li{
	float: left;
	width: 180px;
	font-size: 16px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.total_city{
	border-top: 1px solid #999;
	height: 46px;
	line-height: 46px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
}
/* 云课堂_课程 */

.nav-dropdown-item .nav-icon-arrow{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	background-image:url(../img/arrow_downs.png);
	transition: all .3s ease;
	transform: rotate(0deg);
	vertical-align: middle;
}
.nav-dropdown-item .nav-icon-rotate{
	transform: rotate(-180deg);
}
.left_login{
	text-align: center;
	margin-left: 40px;
}
.expert_cloud_banner{
	background: #f0f2f5;
	height: 300px;
}
.expert_cloud_banner .right_img{
	width: 409px;
	height: 210px;
	background: url(../img/expert_cloud_class.png) no-repeat center 18px;
	margin-top: 20px;
}
.banner_button{
	margin-top:30px;
}
.banner_title{
	font-size: 46px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
}
.banner_detail{
	font-size: 22px;
	margin-bottom: 20px;
}
.search-class input{
	height: 36px;
	line-height: 36px;
	border: 1px solid #e6e7eb;
	padding-left: 15px;
	width: 300px;
}
.search-class button{
	background: #08bf60;
	height: 40px;
	line-height: 40px;
	border: none;
	width: 40px;
}
.search-class button img{
	width: 20px;
	vertical-align: middle;

} 
.search-class button:hover{
	background: #2dc978;
	cursor: pointer;
}
.search-class input:focus{
	border: 1px solid #2dc978;
}
.tab_box{
	
	height: 73px;
	border-bottom: 1px solid #e6e7eb;
	background: #fff;
	overflow: hidden;
}
.tab_list{
	margin: 0 auto;
	width: 280px;
}
.tab_list li{
	width: 90px;
	float: left;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.active_ul{
	border-bottom: 3px solid #08bf60;
}
.more_bottom{
	padding: 6px 30px;
	border: 1px solid #2b2b2b;
	display: inline-block;
	cursor: pointer;
}
.more_bottom:hover{
	background:#d9d9d9;
}
/* 课程 */
.class_title{
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
}
.class_title_box{
	margin: 40px 0;
}
.nav_bg{
	z-index: 999;
	position: absolute;
	background: #fff;
	width: 182%;
	left: -25%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.nav_bg ul{
	padding: 20px;
}
.nav_bg ul li{
	float: none;
	width: 100%;
	height: 46px;
	line-height: 46px;
}
.nav_bg ul li a{
	height: 46px;
	line-height: 46px;
	color: #7e858b;
}
.nav_bg ul li a:hover{
	color: #2b2b2b;
}
/* 常见问题 */
.questionCon{
	margin: 60px 0 100px 0px;
	overflow: hidden;
}
.questionBox{
	height: 230px;
	background: #f0f2f5;
	text-align: center;
	overflow: hidden;
}
.question_title{
	font-size: 36px;
	font-weight: bold;
	color: #2b2b2b;
	margin: 40px auto 30px;
}
.questionBox .hot{
	color: #2b2b2b;
}
.questionBox .hot a{
	color: #2b2b2b;
}
.question_text_title{
	font-size: 24px;
	font-weight: bold;
	color: #2b2b2b;
}
.question_text_title img{
	vertical-align: middle;
	width: 40px;
}
.question_text{
	border: 1px solid #e5e5e5;
	padding: 30px;
	margin-right: 30px;
}
.question_text:hover{
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
}

.question_text_box ul{
	margin-top: 20px;
}
.question_text_box li a{
	font-size: 16px;
	text-decoration: none;
	color: #2b2b2b;
	line-height: 28px;
	margin-bottom: 14px;
	display: inline-block;
	
}
.question_text_box li a:hover{
	color: #08BF60;
}
.question_text{
	display: inline-block;
	width: 30%;
}
.seeMore a{
	color: #08BF60;
	float: right;
	text-decoration: none;
	margin-top: 20px;
	cursor: pointer;
}
/* 常见问题列表 */
.questionList_box_title{
	font-size: 24px;
	font-weight: bold;
	color: #2b2b2b;
	margin-top: 30px;
}
.questionList_box{
	background: #f0f2f5;
	height: 100px;
	overflow: hidden;
}
.question_role_title{
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 6px;
	display: inline-block;
	width: 300px;
	margin-right: 10px;
	padding-left: 20px;
	cursor: pointer;
}
.question_role_title:hover{
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
	
}
.fist_child li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #2b2b2b;
	text-decoration: none;
	padding-left: 20px;
}
.fist_child li a:hover{
	background: #e6f8ef;
}





.question_role_title img{
	width: 40px;
	vertical-align: middle;
}
.question_role{
	margin-top: 22px;
}
.question_list_left{
	float: left;
}
.question_list_title{
	font-size: 36px;
	margin-bottom: 30px;
}
.question_list_left{
	width: 300px;
	float: left;
	border-right: 1px solid #dcdcdc;
}
.question_list_right{
	width: 72%;
	float: left;
	padding-left: 40px;
}
.question_list_con{
	margin: 60px 0 100px 0;
	min-height: 500px;
}
.question_list_detail img{
	width: 100%;
}
.question_list_top{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	
}
.question_list_left ul li{
	height: 46px;
	line-height: 46px;
	
}
.question_list_detail p{
	line-height: 28px;
	margin-bottom: 26px;
}
/* 知识库 */
.knowledgeBox{
	height: 230px;
	background: #2c364c;
	text-align: center;
	overflow: hidden;
}
.knowledge_title{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin: 40px auto 30px;
}
.input_wrap{
	width: 800px;
	margin: 20px auto;
	overflow: hidden;
}
.leftInput{
	height: 46px;
	width: 80%;
}
.leftInput input{
	height: 46px;
	border-radius: 8px;
	width: 100%;
	border: none;
	padding-left: 10px;
	font-size: 16px;
	
}
.rightButton button{
	height: 48px;
	line-height: 48px;
	background: #08bf60;
	color: #fff;
	border: none;
	width: 130px;
	font-size: 18px;
	border-radius: 8px;
	cursor: pointer;
}
.hot {
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
}
.hot a{
	margin: 0 10px;
	color: rgba(255,255,255,0.6);
	font-size: 14px;
	
	
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #c4c4c4;
  font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #c4c4c4;
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #c4c4c4;
  font-size: 16px;
} 
.knowledge_type{
	margin-top: 40px;
}
.knowledge_type_box{
 border: 1px solid #e6e7eb;
 padding: 20px;
 width: 30%;
 margin: 0 1%;
}
.knowledge_type_box:hover{
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
}

.knowledge_text{
 margin-top: 20px;
}
.knowledge_text li a{
 font-size: 16px;
 height: 36px;
 line-height: 36px;
 color: #7e858b;
}
.knowledge_text li a:hover{
	color: #2b2b2b;
}
 .knowledge_titles{
	 font-size: 18px;
	 font-weight: bold;
 }
.tpye_box ul li{
	float: left;
	margin: 0 20px;
	cursor: pointer;
	
}
.knoledge_list ul li{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.tpye_box{
	min-height: 56px;
	line-height: 56px;
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
	padding-left: 20px;
	overflow: hidden;
}
.knoledge_list{
	margin-top: 20px;
}
.knoledge_list ul li a{
	width: 65%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
	color: #2b2b2b;
	padding-left: 30px;
}
.knoledge_list ul li a::before{
	content:'';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #6d6d6d;
	left: 10px;
	top: 50%;
	transform:translate(0, -50%) rotate(45deg);
	
}
.knoledge_list ul li a:hover{
	color: #08bf60;
}

.knoledge_list ul li .time{
	float: right;
}
.total_num{
	height: 56px;
	line-height: 56px;
	margin-bottom: 10px;
	background: #f8f8f8;
	padding-left: 20px;
}

/* 价格方案 */
.expert_price_wrap{
	margin-top: 40px;
	margin-bottom: 60px;
}
.banner_center_text{
	font-size: 30px;
	color: #2b2b2b;
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
}
.common_style{
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
	width: 30%;
	background: #fff;
	border-radius: 4px;
	margin: 0 1.6%;
	height: 860px;
}
.price_top{
	width: 100%;
	height: 4px;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #ECF0F5;
	font-size: 18px;
	text-align: center;
}
.price_green{
	border-top: 4px solid #08bf60;
}
.price_blue{
	border-top: 4px solid #1f64e4;
}
.price_blue1{
	border-top: 4px solid #054a73;
}
.price_box_wrap{
	padding: 50px 30px;
}
.price_top_type{
	font-size: 30px;
}
.price_detail{
	color: #666;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}
.price_num_box{
	margin-top: 20px;
}
.price_num_box .fu{
	font-size: 24px;
	vertical-align: text-bottom;
}
.price_nums{
	font-weight: bold;
	font-size: 36px;
}
.consulting_btn {
	width: 100%;
	margin: 20px auto;
}
.consulting_btn button{
	height: 40px;
	line-height: 40px;
	background: #08bf60 ;
	border: 1px solid #08bf60;
	border-radius: 2px;
	color: #fff;
	border: none;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
	
}
.functions{
	border-top: 1px solid #ECF0F5;
	margin-top: 20px;
}
.functions  ul{
	margin-top: 20px;
}
.functions  ul li{
	height: 36px;
	line-height: 36px;
	position: relative;
	padding-left: 30px;
}

.functions ul li::before{
	content:'';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #6d6d6d;
	border-radius: 50%;
	left: 10px;
	top: 50%;
	transform:translate(0, -50%);
}
/* 专家 */
.expert_cloud_banner1{
	width: 100%;
	height: 500px;
	background-color: #052973; /* 不支持线性的时候显示 */
	background-image: linear-gradient(to right, #054a73 , #051e72);
	overflow: hidden;
}
.banner_imgs{
	width: 450px;
}
.banner_imgs img{
	width: 100%;
}
.location_box .location_icons{
	width: 20px;
	display: inline-block;
	margin-right: 4px;
}
.location_box .location_icons img{
	width: 100%;
	vertical-align: middle;
}
.location_box{
	margin-bottom: 26px;
}
.shu1{
	color: #c4c4c4;
	margin: 0 10px;
}
.location_change{
	color: #999;
	cursor: pointer;
}
.location_change img{
	width: 20px;
	vertical-align: middle;
}
.right_login{
	width: 418px;
	height: 418px;
	background: #fff;
	border-radius: 4px;
	margin-top: 78px;
	padding: 20px 30px;
}
.right_login .title_top{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.form_box{
	margin-bottom: 20px;
}
.user_name{
	border: 1px solid #dcdcdc;
	background:url(../img/login_icon01.png) no-repeat 10px;
	width: 100%;
	padding-left:12%;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
}
.pass_word{
	border: 1px solid #dcdcdc;
	background:url(../img/login_icon02.png) no-repeat 10px;
	width: 100%;
	padding-left: 12%;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
}
.login_box{
	margin-top: 26px;
}
.login_btn{
	height: 42px;
	line-height: 42px;
	background: #f7f9fa;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}
.tab_list1{
	width: 770px;
	margin: 0 auto;
}
.tab_list1 li{
	float: left;
	height: 70px;
	line-height: 70px;
	margin: 0 40px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	
}
.news_box_list, .industry_list_wrap{
	overflow: hidden;
	margin-bottom: 30px;
}
.tab_list1 li:hover{
	cursor: pointer;
}
.tab_list1 li a{
	color: #2b2b2b;
	font-size: 18px;
	display: inline-block;
}
.tab_list6{
	width: 612px;
	margin: 0 auto;
}
.tab_list6 li{
	float: left;
	height: 70px;
	line-height: 70px;
	margin: 0 40px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.tab_list6 li a{
	color: #2b2b2b;
	font-size: 18px;
}

.right_text{
	width: 545px;
	margin-top: 90px;
}
.product_title{
	font-size: 24px;
}
.product_detail{
	font-size: 16px;
	line-height: 28px;
}
.grey_bg{
	background: #fbfbfb;
}
.product_box{
	padding: 50px 0;
	overflow: hidden;
}
.fixed{
	position: fixed;
	top: 0;
	z-index: 999;
}
.tab_box_fix{
	height: 73px;
	border-bottom: 1px solid #e6e7eb;
	background: #fff;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tab_list1_fix{
	margin: 0 auto;
	width: 770px;
}
.tab_list1_fix li{
	float: left;
	height: 70px;
	line-height: 70px;
	margin: 0 40px;
}
.tab_list1_fix li a{
	font-size: 18px;
	color: #2b2b2b;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
.problem_ul ul{
	float: left;
	width: 30%;
}
.problem_ul ul a{
	height: 46px;
	line-height: 46px;
	color: #2b2b2b;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	text-decoration: none;
}
.problem_ul ul a:hover{
	color: #08BF60;
}
.problem_box{
	margin-bottom: 60px;
}
.more_btn a{
	text-decoration: none;
	color: #2b2b2b;
}
/* 管理机构 */
.expert_cloud_banner2{
	width: 100%;
	height: 500px;
	background-color: #4a51a7; /* 不支持线性的时候显示 */
	background-image: linear-gradient(to right, #575ec2 , #454a99);
	overflow: hidden;
}
/* 抽取人 */
.expert_cloud_banner3{
	width: 100%;
	height: 500px;
	background-color: #4a51a7; /* 不支持线性的时候显示 */
	background-image: linear-gradient(to right, #575ec2 , #454a99);
	overflow: hidden;
}
/* 新闻中心 */
.expert_cloud_banner .right_img1{
	width: 409px;
	height: 300px;
	background: url(../img/expert_cloud_news.png) no-repeat center 18px;
}
.tab_box_vertical ul{
	width: 176px;
	position: absolute;
	left: 0;
	border-right: 2px solid #e6e7eb;
}
.tab_box_vertical ul li{
	height: 56px;
	line-height: 56px;
	cursor: pointer;
}
.class_list{
	width: 83%;
	position: relative;
	left: 200px;
	top: 0;
}
.active_ul1{
	border-right: 3px solid #08bf60;
	color:#08bf60 ;
}
.active_ul2{
	color:#08bf60;
}
.news_list{
	border-bottom: 1px solid #e6e7eb;
	overflow: hidden;
	padding: 24px 0;
}
.news_list .left_img{
	width: 220px;
	height: 150px;
	cursor: pointer;
}
.news_list .left_img img{
	width: 100%;
	height: 100%;
}
.left_text{
	width: 75%;
	margin-left: 24px;
}
.news_title{
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.news_title:hover{
	color: #08bf60;
}
.left_text .news_detail{
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	cursor: pointer;
}
.original{
	margin-top: 20px;
}
.original span{
	font-size: 14px;
	color: #96999d;
}

/* 关于我们 */
.expert_cloud_banner .right_img2{
	width: 409px;
	height: 300px;
	background: url(../img/expert_cloud_about.png) no-repeat center 18px;
}
.about_wrap_box{
	margin-top: 50px;
	line-height: 28px;
}
.tab_box_vertical{
	min-height: 377px;
}
/* 协会云 */
.assical_banner_icon{
	width: 550px;
	margin-top:6%;
}
.assical_banner_icon img{
	width: 100%;
}

.associal_cloud .banner_wrap{
	width: 100%;
	height: 500px;
	background: url(../img/associal_banner_bg.png) no-repeat top #296ec7;
}
.intro_wrap{
	padding: 80px 0;
}
.intro_wrap .title_text{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.detail_text{
	line-height: 28px;
}
.color9{
	color: #999;
}
.associal_intro_icons ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.associal_intro_icons{
	margin-top: 60px;
}
.intro_wrap_bg{
	background: #edeff2;
	padding: 80px 0;
}
.intro_wrap_bg .title_text{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.cata_wrap{
	width: 80%;
	position: relative;
	left: -40px;
}
.cata_wrap .left_box{
	background: #fff;
	padding: 60px 10%;
	border-radius: 6px;
	position: relative;
	height: 400px;
}
.cata_list{
	z-index: 99;
	position: relative;
	margin-top: 40px;
}
.cata_list ul li{
	height: 44px;
	line-height: 44px;
	width: 230px;
	padding-left: 10%;
	font-size: 16px;
	border-radius: 6px;
	cursor: pointer;
}
.cata_active{
	background: #08bf60;
	color: #fff;
}
.cata_title{
	font-size: 18px;
	font-weight: bold;
}
.cata_detail{
	margin-top: 40px;
	line-height: 28px;
}
.right_con{
	width: 700px;
	height: 490px;
	position: absolute;
	right: -300px;
}
.right_con img{
	width: 100%;
	height: 100%;
}
.left_con{
	width: 60%;
	float: left;
}
.associal_intro_icons1 ul li{
	float: left;
	width: 33%;
	text-align: center;
}
.associal_intro_icons1{
	margin-top: 60px;
}
.associal_title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.associal_con{
	padding: 30px;
	background: #fff;
	min-height: 300px;
}
.associal_detail{
	text-align: left;
	line-height: 28px;
}
.associal_intro_icons2 ul li{
	width: 29%;
	margin: 0 2%;
	float: left;
	text-align: center;
}
/* 双随机 */
.random_cloud .banner_wrap{
	width: 100%;
	height: 500px;
	background:#3181cc;
}
.random_banner_icon{
	width: 626px;
	margin-top:3%;
}
.random_banner_icon img{
	width: 100%;
}
.random_cloud .systemUl li{
	float: left;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	width: 17%;
	margin:0 .4%;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	transition: all 0.6s;
	-webkit-transition: all 0.1s; /* Safari */
	font-size: 15px;
	margin-bottom: 10px;
}
.random_intro_icons1 ul li{
	width: 24%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}
/* 电子招标投标系统 */
.bidding_cloud .banner_wrap{
	width: 100%;
	height: 500px;
	background-image: linear-gradient(#3b7fcc, #5abce1);
}
.bidding_banner_icon{
	width: 620px;
	margin-top:6%;
}
.bidding_banner_icon img{
	width: 100%;
}
.bidding_cloud .right_con{
	width: 800px;
}
.bidding_cloud .left_con {
	width: 50%;
}
.bidding_cloud .random_intro_icons1  ul li{
	width: 33%;
}
.bidding-con p{
	width: 19%;
	background: #fff;
	float: left;
	margin: 0 1%;
	min-height: 80px;
	padding: 2%;
	
}
.bidding-con p::before{
	content: "";
	width:8px;
	height:8px;
	display: inline-block;
	background: #cef2df;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 50%;
}
/* 软件 */
.software_cloud .banner_wrap{
	height: 300px;
	background-color: #4466c3; /* 不支持线性的时候显示 */
	background:linear-gradient(to right, #379cc7 , #4952c1);
}

.back_Bg{
	background: url(../img/software_icon01.png) no-repeat right 20px;
	max-width: 1200px;
	height: 300px;
	text-align: center;
	overflow: hidden;
}

.bg_title{
	font-size: 46px;
	color:#fff;
	margin-top: 80px;
	margin-bottom: 10px;
	font-weight: bold;
}
.bg_detail{
	font-size: 18px;
	color:#fff;
}
.soft_left{
	width: 660px;
}
.soft_right{
	width: 40%;
	margin-top: 60px;
}

.soft_left img{
	width: 100%;
}

/* 关于我们 */
.software_cloud .banner_wrap1{
	height: 300px;
	background-color: #00bab7; /* 不支持线性的时候显示 */
	background:linear-gradient(to right, #00c2ae , #009acc);
}

.back_Bg1{
	background: url(../img/about_icon01.png) no-repeat right 20px;
	max-width: 1200px;
	height: 300px;
	text-align: center;
	overflow: hidden;
}
	
.year_box li{
	float: left;
	width: 14%;
	text-align: center;
	cursor: pointer;
}
.year_box{
	border-bottom: 2px solid #e2e2e6;
}
.year_box .point{
	width: 12px;
	height: 12px;
	border: 1px solid #e2e2e6;
	background: #fff;
	text-align: center;
	line-height: 12px;
	border-radius: 50%;
	margin: 10px auto 0;
	position: relative;
	top: 21px;
}
.small_point{
	width: 4px;
	height: 4px;
	background: #29af8a;
	border-radius: 50%;
	margin: 4px auto;
}
.pointAction .year{
	font-size: 16px;
	font-weight: bold;
}
.pointAction .point{
	width: 26px;
	height: 26px;
	border: 1px solid #e2e2e6;
	background: #fff;
	text-align: center;
	line-height: 12px;
	border-radius: 50%;
	margin: 10px auto 0;
	position: relative;
	top: 15px;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}
.pointAction .small_point{
	width: 12px;
	height: 12px;
	background: #29af8a;
	border-radius: 50%;
	margin: 7px auto;
}
.story_box{
	background: #fff;
	padding: 20px;
	width: 19%;
	float: left;
	margin: 1%;
}
.year_story{
	margin-top: 70px;
}
.story_title{
	font-size: 14px;
	font-weight: bold;
}
.story_point{
	font-size: 14px;
	margin-top: 20px;
	
}
.story_point p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.story_point .circle{
	width: 7px;
	height: 7px;
	background: #29af8a;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
}
/* 安讯文化 */
.culture_wrap{
	overflow: hidden;
}
.culture_con{
	background: #fff;
	padding: 30px;
	float: left;
	text-align: center;
	width: 18%;
	margin: 0 1%;
	height: 220px;
}
.culture_title{
	font-size: 24px;
	font-weight: bold;
}
.culture_detail{
	font-size: 14px;
	margin-top: 20px;
	height: 78px;
	line-height: 28px;
}
.culture_img{
	margin-top:20px;
}
.contact_title{
	font-size: 16px;
	font-weight: bold;
}
.contact_detail{
	font-size: 14px;
	margin-top: 20px;
}
.contact_text{
	margin-bottom: 16px;
}
.maps_wrap{
	width: 50%;
}
.rightAddress{
	width: 46%;
}
/* 新闻中心 */


.news_cloud .banner_wrap3{
	height: 300px;
	background-color: #2c3d5e; /* 不支持线性的时候显示 */
	background:linear-gradient(to right, #575ec2 , #1c273b);
}

.back_Bg{
	background: url(../img/newsPage_icon01.png) no-repeat right 20px;
	max-width: 1200px;
	height: 300px;
	text-align: center;
	overflow: hidden;
}

.news_img{
	width: 300px;
	height: 224px;
}
.news_img img{
	width: 100%;
	height: 100%;
}
.news_article{
	width: 70%;
	padding: 2%;
}
.news_detail{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news_box{
	overflow: hidden;
	margin-bottom: 40px;
}
.news_list_wrap{
	margin-top: 80px;
}
.news_detail_con .news_titles{
	font-size: 32px;
	text-align: center;
}
.news_title2{
	margin-top: 30px;
	font-size: 14px;
	color: #666;
	margin-top: 30px;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e5e5e5;

	margin: 0 auto;
}
.sourceBox{
	width: 30%;
	margin: 0 auto;
}
.sourceBox p{
	text-align: center;
}
.margin_box{
	margin: 0 20px;
}
/* .news_detail_box{
	margin-top: 30px;
} */
/* .news_detail_box p{
	font-size:16px;
	line-height: 28px;
	margin-bottom: 30px;
} */
.news_detail_box img{
	max-width: 100%;
}
.news_article_img{
	width: 100%;
	text-indent: 0em !important;
}
.news_article_img img{
	width: 100%;
}
.choise_page{
	float: right;
	margin-top: 60px;
}
.news_detail_wrap{
	padding-bottom: 100px;
}
/* 新闻中心 */
.links{
	height: 60px;
	line-height: 60px;
	background: #f5f8fc;
}
.news_detail_con{
	margin-top: 30px;
}
.news_detail_con .news_title{
	font-size: 32px !important;
	text-align: center !important;
}
/* 客户案例 */
.case_logo_box{
	background-color: #f5f8fc;
	overflow: hidden;
	padding-bottom: 100px;
}
.case_cloud .banner_wrap5{
	height: 300px;
	background-color: #25314a;
}

.back_Bg2{
	background: url(../img/case_icon01.png) no-repeat right 20px;
	max-width: 1200px;
	height: 300px;
	text-align: center;
	overflow: hidden;
}

.case_box ul li{
	float: left;
	width: 30%;
	border: 1px solid #e6e7eb;
	margin: 20px 1%;
	cursor: pointer;
	height: 330px;
	background: #fff;
}

.case_box ul li .case_con img{
	height: 200px;
	width: 100%;
}
.case_text{
	padding:20px;
}
.case_title{
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.case_head{
	font-size: 24px;
	font-weight: bold;
	margin: 40px 0;
	border-bottom: 1px solid #e6e7eb;
	padding-bottom: 20px;
	text-align: center;
}
.case_detail{
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 20px;
}
.case_box ul li:hover{
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
}
.case_name{
	margin-top: 20px;
}
.case_name_img{
	/* width: 34px;
	height: 34px; */
	display: inline-block;
	
	
}
.case_name_img img{
	width: 100% !important;
	height: 100% !important;
	vertical-align: middle;
}

/* 分页 */

.pageBoxs{
	text-align: center;
}
.page_div{margin:30px 10px 30px 0;color:#666}
/* 页数按钮样式 */
.page_div button{display:inline-block;min-width:30px;height:30px;cursor:pointer;color:#666;font-size:13px;line-height:26px;background-color:#f2f4f6;border:none ;text-align:center;margin:10px 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#666 ;}
#nextPage,#prePage{width:70px}
.page_div .current{background-color:#08bf60  ;border: none ;color:#fff}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#2179c8;margin:0 5px}
/*button禁用*/
.page_div button:disabled{opacity:.5;cursor:no-drop}
/* 新闻详情界面 */
/* 预约演示 */
.order_wrap{
	padding-top: 60px;
}
.order_title{
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}
.tel-box{
	padding: 10px;
	overflow: hidden;
	width: 350px;
	margin:  0 auto;
}
.tel-icons{
	margin-right: 10px;
	vertical-align: middle;
	width: 46px;
	height: 46px;
}
.tel-icons img{
	width: 100%;
	height: 100%;
}
.tel-num{
	font-weight: bold;
	font-size: 18px;
}
.order_form{
	background: #fff;
	box-shadow: 0 2px 6px 4px rgb(158 168 181 / 20%);
	border-radius: 8px;
	width: 670px;
	margin: 30px auto;
	padding: 60px 40px 20px;
}
.red{
	color: red;
}
.form-group{
	margin-bottom: 20px;
}
.form-control{
	border: 1px solid #dcdcdc;
}

.floatWindow{
	position: fixed;
	bottom: 22%;
	right: 0px;
	z-index: 999;
}
.floatWindow ul li{
	width: 66px;
	height: 66px;
	background: rgba(0,0,0,0.6);
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-bottom: 6px;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
}
.float_dis_box{
	background: #fff;
	padding: 10px;
	color: #2b2b2b;
	position: absolute;
	right: 66px;
	top: 0px;
	width: 160px;
	line-height: 30px;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 15%);
}
.float_dis_box p{
	color: #2b2b2b !important;
	text-align: left !important;
	font-size: 16px !important;
	font-weight: bold !important;
	text-align: center !important;
}
.floatWindow ul li:hover{
	background: rgba(0,0,0,0.8);
}
.floatWindow ul li img{
	margin-top:4px;
}
.floatWindow ul li p{
	color: #fff;
}

/* app下载 */
.appDownLoad{
	margin-top: 88px;
}
.app_img{
	width: 310px;
}
.app_img img{
	width: 100%;
}
.down_title{
	font-size: 40px;
	font-weight: bold;
}
.app_wei{
	width: 200px;
	margin: 60px auto 30px;
	padding: 10px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.app_wei img{
	width: 100%;
}
.app_right{
	text-align: center;
}
.down_detail{
	font-size: 24px;
}
.app_right{
	width: 60%;
	margin-top: 4%;
}
/* 安讯故事新版 */

.company-story:after{
	content: "";
	width: 4px;
	background: #e2e2e6;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;

}
.company-story{
	position: relative;
}
.associal_summary{
	clear: both;
}
.company-story ul li{
	position: relative;
	margin-left: 50%;
	padding-left: 60px;
	min-height: 140px;
	text-align: left;
	padding-top: 20px;
}

.company-story ul li:after{
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #08bf60;
	border-radius: 50%;
	background: #08bf60;
	background-clip: content-box;
	padding: 4px;
	position: absolute;
	left: -9px;
	z-index: 9;
	top: 30px;
}

.company-story-date-box-year{
	font-size: 30px;
	font-weight: bold;
	color: #08bf60;
	margin-bottom: 20px;
}
.company-story-date-box-month{
	font-size: 16px;
	font-weight: 800;
	color: #2b2b2b;
	margin-bottom: 10px;
}
.company-story-date-box-detail{
	font-size: 16px;
	color: #2b2b2b;
	margin-bottom: 30px;
}
.company-story ul li:nth-child(2n){
	margin-right: 50%;
	margin-left: auto;
	padding-right: 60px;
	text-align: right;
	padding-left: 0;
}
.company-story ul li:nth-child(2n):after{
	right: -13px;
	left: auto;
}
.new-tips{
	width: 30px;
    height: 16px;
    border-radius: 2px;
    background: linear-gradient(90deg,#ff3131,#ff6f43);
    cursor: pointer;
    position: relative;
    overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.new-tips:after {
    content: "";
    width: 20px;
    height: 30px;
    display: inline-block;
    border-radius: 2px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    top: calc(50% - 15px);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    left: -20px;
	background-color: rgba(253, 172, 149, 0.74);
    -webkit-animation: TagShineAnima 2s ease-in-out 1s infinite;
    animation: TagShineAnima 2s ease-in-out 1s infinite;
}
.new-tips:before{
	content: "NEW";
	display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 16px;
    position: absolute;
	left: 0;
    z-index: 2;
	color: #fff;
	font-size: 10px;
	white-space: nowrap;
	font-style: italic;
	font-weight: bold;
}
/* 动画关键帧定义 */
@-webkit-keyframes TagShineAnima {
    0% {
        left: -20px;
    }
    100% {
        left:60px
    }
}

@keyframes TagShineAnima {
    0% {
        left: -20px;
    }
    100% {
        left:60px
    }
}


/* 响应式代码 */
@media only screen and (max-width: 1770px){
	.right_con{
		right: -120px;
		width: 630px;
	}
	.left_con{
		width: 40%;
	}
	.bidding_cloud .left_con{
		width: 26%;
	}
}
@media only screen and (max-width: 1480px){
	.right_con{
		right: -100px;
	}
	.left_con{
		width: 40%;
	}
}
@media only screen and (max-width: 1318px) {
	.expert_entro_box a{
		font-size: 16px;
	}
	.random_banner_icon{
		width: 500px;
	}
	#main{
		width: 570px !important;
	}
	.wrap_with1300{
		padding: 0 10px;
	}
	
	.right_con{
		display: none;
	}
	.cata_wrap{
		width: 62%;
		left: 0%;
	}
	.left_con{
		width: 100% !important;
	}
	.cata_list ul li{
		width: 160px;
	}
    .product_left {
       width: 40%;
	   height: 442px;
    }
	.product_left img{
		width: 100%;
		height: 100%;
	}
	.product_right{
		width: 55.8%;
		padding: 30px 2%;
		/* height: 320px; */
	}
	.news_left{
		width: 100%;
		float: none;
		
	}
	.news_left_bottom .left_img{
		width: 40%;
	}
	.right_box{
		padding: 2% !important;
	}
	.news_left_bottom .right_box{
		width: 55%;
	}
	.news_right{
		float: none;
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}
	.news_right ul{
		padding: 0 20px;
	}
	.soft_left{
		width: 50%;
	}
	.tab_list1 li{
		margin: 0;
		width: 19%;
	}
	.tab_expert li{
		width: 18%;
		margin: 0 1% !important;
	}
	.tab_expert_fix li{
		width: 12% !important;
	}
	.tab_list6 li{
		margin: 0 1%;
		width: 22% !important;
	}
	.tab_list1 li a{
		font-size: 14px;
	}
	.tab_expert_fix li a{
		font-size: 14px;
	}
	.tab_list6 li a{
		font-size: 14px;
	}
	
}
@media only screen and (max-width: 1200px){
	.right_img{
		display: none;
	}
	
	.nav{
		padding: 0 10px;
	}
	.good_wrap {
		width: 31%;
		margin-bottom: 30px;
	}
	.mobile_footer{
		padding: 50px 2% !important;
	}
	.product_img{
		width: 50%;
		margin-top: 20px;
	}
	.right_login{
		display: none;
	}
	.product_img img{
		width: 100%;
	}
	.right_text{
		width: 46%;
		margin-top:10%;
	}
	.right_login{
		float: none;
		margin: 80px auto 0;
	}
	.left_text{
		width: 60%;
	}
	.class_list{
		width: 70%;
	}
	.tab_list1_fix li{
		width: 18%;
		margin: 0;
		text-overflow:ellipsis;
		white-space: nowrap;
		overflow: hidden;
		text-align: center;
	}
	.tab_list1_fix li a{
		font-size: 16px;
	}
	.culture_con{
		width: 40%;
		margin-bottom: 20px;
	}
	.role_intro_img_box{
		float: none;
	}
	.role_intro_img_box img{
		width: 100%;
	}
	.role_intro_text{
		float: none;
		width: 100%;
	}
}
@media only screen and (max-width: 1170px){
	.sourceBox{
		width: 100%;
	}
	.app_right {
		width: 100%;
		margin-bottom: 60px;
	}
	.app_img{
		display: none;
	}
	.banner_img_mobile{
		height: 300px;
	}
	.tpye_box ul li{
		font-size: 14px;
	}
	.tpye_box {
		line-height: 32px;
	}
	.tpye_box ul li{
		margin: 0 10px;
	}
	.leftInput {
		width: 72%;
	}
	.input_wrap{
		width: 100%;
	}
	.rightButton button{
		width: auto;
	}
	.echart_box_right{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.echart_box_left{
		float: none;
		width: 100%;
	}
	.expert_entro_box a{
		font-size: 16px;
	}
	#main{
		display: none;
	}
	
	.index_img{
		display: none;
	}
	.margin_button1{
		width: 440px;
		margin: 30px auto 0;
	}
	.margin_button{
		text-align: center;
		margin: 30px auto 0;
		width: 280px;
	}
	.cloud_tel{
		display: none;
	}
	.wrap_with{
		padding: 0 3%;
	}
	.product_padding{
		padding: 0 10px;
	}
	.product_left{
		width: 100%;
		height: 260px;
		float: none;
	}
	.product_right{
		width: auto;
		float: none;
		padding: 20px 20px;
		overflow: hidden;
		height: auto;
	}
	.cloud{
		/* height: 360px; */
	}
	.nav-list-expert ul li a{
		font-size: 14px;
	}
	.expert_cloud .nav_pc .logo{
		width: 16%;
	}
	
	.right_img, .right_img2, .right_img3, .right_img4{
		display: none;
	}
	.banner_left{
		width: 100%;
		text-align: center;
	}
	.banner_text{
		margin: 60px auto 0 !important;
	}
	.subs{
		width: 47%;
	}
	.entro_box{
		float: none;
		height: 320px;
		width: auto;
		margin: 30px 0;
	
	}
	.entro_detail{
		height: auto;
	}
	.city_list_mobile{
		display: block;
	}
	.city_list{
		display: none;
	}
	.city_system{
		float: none;
		width: auto;
	}
	.wrap{
		width: auto;
	}
	.input input{
		width: 66%;
	}
	.banner_text{
		width: auto;
	}
	.nav-list-expert{
		width: 60%;
	}
	.cloud_register .logins{
		padding: 0 10px;
	}
	.expert_cloud_banner .right_img1{
		display: none;
	}
	.logo{
		width: 16%;
	}
	.news_list .left_img{
		width: 30%;
		height: 102px;
	}
	.left_text .news_detail{
		margin-top: 10px;
	}
	.original{
		margin-top: 10px;
	}
	.expert_cloud_banner .right_img2{
		display: none;
	}
	/* #dituContent{
		width: 400px !important;
	} */
	.story_box{
		width: 26%;
	}
	.rightAddress{
		width: 40%;
	}
	.case_box ul li{
		width: 46%;
	}
	.index_left{
		width: 100%;
		text-align: center;
	}
	.index_button{
		margin: 20px auto 0;
		width: 136px;
	}
	.product .common_soft{
		width: 46%;
		margin-bottom: 30px;
	}
	.what_box img{
		width: 66px;
	}
	.icon_detail{
		font-size: 14px;
	}
	.question_text{
		width: 100%;
		margin-bottom: 30px;
	}
	.left_login{
		width: 100%;
		margin-left: 0;
	}
	.right_login1{
		display: none;
	}
	.case_logo ul li{
		width: 100%;
	}
	.case_logo ul li img{
		width: 100%;
	}
	.random_cloud .systemUl li{
		min-height: 66px;
	}
	.bidding_cloud .left_con{
		width: 94%;
	}
	.bidding-con p{
		height: 120px;
		width: 44%;
		margin-bottom: 20px;
	}
	.right-nav{
		width: 80%;
	}
	.nav-list ul li{
		width: 20%;
	}
	.nav-list{
		width: 100%;
	}
	.footer_left ul{
		width: 48%;
	}
	
	
}
@media only screen and (max-width: 750px){
	.banner_title{
		margin-top: 116px;
	}
	.index_title{
		font-size: 36px;
	}
	.index_detail{
		font-size: 20px;
	}
	.random_cloud .systemUl li{
		font-size: 14px;
		padding: 2px;
		margin: 1% .6%;
		height: 86px;
	}
	.random_intro_icons1 ul li{
		width: 20%;
	}
	.random_intro_icons1 ul li p img{
		width:80%;
	}
	.banner_text .banner_title{
		font-size:36px;
	}
	.banner_text .banner_detail{
		font-size: 20px;
	}
	.tab_expert li{
		width: 18% !important;
		margin: 0 1% !important;
		font-size: 14px !important;
	}
	.tab_expert li a{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		display: inline-block;
		width: 100%;
		font-size: 14px !important;

	}
	.tab_expert_fix li{
		width: 18% !important;
	}
	.tab_expert_fix li a{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		display: inline-block;
		width: 100%;
		font-size: 14px !important;
	}
	.tab_expert_fix li{
		margin: 0 1% !important;
	}
	.floatWindow{
		display: none;
	}
	.banner04{
		background: url(../img/banner04_mobile.jpg) no-repeat center #00c3b9;
		background-size:cover;
	}
	.city_wrap li{
		width: 156px;
	}
	.entro_button1 {
		width: 110px;
	}
	.right_login{
		width: auto;
	}
	.reson_right{
		width: 80%;
	}
	.reason_wrap{
		width: 100%;
		height: auto;
	}
	.good_wrap {
		width: 100%;
		height: 300px;
	}
	.expert_intro_img{
		width: 100%;
		float: none;
	}
	.expert_intro_text{
		width: 100%;
		float: none;
	}
	.intro_detail{
		font-size: 16px;
	}
	.tab_list1_fix{
		width: 100%;
	}
	.tab_list1{
		width: 100%;
	}
	.product .common_soft{
		width: 99%;
		margin-bottom: 30px;
		
	}
	.product .common_soft{
		margin-top: 0;
	}
	.associal_intro_icons2 ul li{
		float: none;
		width: 97%;
		margin: 30px 2%;
	}
	.cata_list ul li{
		width: 110px;
	}
	.button_primary{
		padding: 0 20px;
	}
	.cata_wrap{
		width: 66%;
	}
	.shi{
		font-size: 12px;
	}
	.nav{
		height: 66px;
	}
	.footer_left{
		width: 100%;
	}
	.footer_right{
		width: 100%;
	}
	.footer_right .erwei{
		width: 30%;
		margin: 0 auto;
		float: none;
	}
	.nav_pc{
		display: none;
	}
	.nav_mobile{
		display: block;
	}
	.banner_img{
		cursor: pointer;
	}
	.title_text {
		font-size: 24px;
	}
	.title{
		padding: 0 20px;
		margin: 40px auto 40px;
		
	}
	.product_detail {
		font-size: 14px;
		margin-top: 20px;
		line-height: 24px;
	}
	.product_label{
		margin-top: 20px;
	}
	.product_title{
		font-size: 24px;
	}
	.product_label ul li{
		font-size: 12px;
	}
	.product_button{
		margin-top: 20px;
	}
	.product{
		margin-bottom: 40px;
	}
	.free .titles{
		font-size: 24px;
	}
	.news_title{
		font-size: 16px;
	}
	.cloud_register{
		height: 66px;
		line-height: 66px;
		font-size: 16px;
		margin-right: 16px;
	}
	.sub_box ul{
		width: 200px;
		margin-bottom: 20px;
	}
	.sub_box ul li{
		padding: 0 20px;
	}
	.subs{
		margin: 0 1.2% 20px;
	}
	.serve_con{
		width: 50%;
		margin-bottom: 30px;
	}
	.city_system{
		padding: 10px 10px 20px 10px;
	}
	.serve_nums{
		font-size: 26px;
	}
	.footer_box{
		width: 100% !important;
		float: none !important;
	}
	.erwei_right{
		float: none !important;
	}
	.footer_box .erwei{
		margin: 10px auto;
	}
	.cloud_register .logins{
		padding: 0 10px;
	}
	.tab_list1 li{
		margin: 0;
		width: 20%;
		
	}
	.tab_list1 li a{
		font-size: 14px;
	}
	.tab_list1_fix li{
		margin: 0;
		width: 20%;
	}
	.tab_list1_fix li a{
		font-size: 14px;
	}
	.mobile_tab{
		display: block;
	}
	.tab_list_vertical{
		display: none;
	}
	.tab_box_vertical ul{
		width: auto;
		position: inherit;
		border-bottom: 1px solid #e6e7eb;
		border-right: none;
		overflow: hidden;
		
	}
	
	.class_list{
		width: 100%;
		position: inherit;
		left: auto;
	}
	.left_text .news_detail{
		font-size: 14px;
	}
	.sub_list{
		margin-top: 0;
	}
	.active_ul1{
		border-right: none;
	}
	
	.banner_detail{
		font-size: 16px;
	}
	.soft_left{
		float: none;
		width: 100%;
	}
	.soft_right{
		float: none;
		width: 100%;
		text-align: center;
	}
	.story_box{
		width:34%;
	}
	.culture_con{
		width: 80%;
	}
	.rightAddress{
		float: none;
		margin-top: 20px;
		width: 100%;
	}
	.maps_wrap{
		float: none;
		width: 100%;
	}
	.case_box ul li{
		width: 99%;
	}
	.order_form{
		width: 100%;
	}
	.order_wrap{
		padding-top: 40px;
	}
	.news_text{
		width: 100%;
	}
	.news_left_bottom{
		width: 100%;
	}
	
}