/* reset */
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea {
	*font-size: 100%;
}

ol, ul {
	list-style: none;
}
/**Common Css**/
.fr {
	float: right;
	*display: inline;
}

.fl {
	float: left;
	*display: inline;
}
/*鏂囨湰瓒呭嚭鏄剧ず鐪佺暐鍙?/
.ehn {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*娓呴櫎娴姩*/
.clearfix {
	clear: both;
	*zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "\0020";
	visibility: hidden;
	height: 0;
}

.otw {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.set_center {
	width: 1200px;
	margin: 0 auto;
}

.gradient {
	background: #000000;
	background: -moz-linear-gradient(left, #0097e0 0%, #6a60ea 100%);
	background: -webkit-linear-gradient(left, #0097e0 0%, #6a60ea 100%);
	background: -o-linear-gradient(left, #0097e0 0%, #6a60ea 100%);
	background: -ms-linear-gradient(left, #0097e0 0%, #6a60ea 100%);
	background: linear-gradient(left, #0097e0 0%, #6a60ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097e0', endColorstr='#6a60ea',GradientType=1 );
}

.gradient1 {
	background: #000000;
	background: -moz-linear-gradient(top, #0097e0 0%, #6a60ea 100%);
	background: -webkit-linear-gradient(top, #0097e0 0%, #6a60ea 100%);
	background: -o-linear-gradient(top, #0097e0 0%, #6a60ea 100%);
	background: -ms-linear-gradient(top, #0097e0 0%, #6a60ea 100%);
	background: linear-gradient(top, #0097e0 0%, #6a60ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097e0', endColorstr='#6a60ea',GradientType=1 );
}

.gradient2 {
	background: #000000;
	background: -moz-linear-gradient(top, #fccb83 0%, #ff9b07 100%);
	background: -webkit-linear-gradient(top, #fccb83 0%, #ff9b07 100%);
	background: -o-linear-gradient(top, #fccb83 0%, #ff9b07 100%);
	background: -ms-linear-gradient(top, #fccb83 0%, #ff9b07 100%);
	background: linear-gradient(top, #fccb83 0%, #ff9b07 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fccb83', endColorstr='#ff9b07',GradientType=1 );
}

.gradient3 {
	background: #000000;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	background: linear-gradient(left, rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.8)', endColorstr='rgba(255, 255, 255, 0.1)',GradientType=1 );
}

.gradient4 {
	background: #000000;
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.1) 100%);
	background: linear-gradient(right, rgba(255, 255, 255, 0.8) 0%,
		rgba(255, 255, 255, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0.8)', endColorstr='rgba(255, 255, 255, 0.1)',GradientType=1 );
}

#gradient3 {
	background: #000000;
	background: -webkit-linear-gradient(top, #6a60ea 0%, #0097e0 100%);
	background: -moz-linear-gradient(top, #6a60ea 0%, #0097e0 100%);
	background: -o-linear-gradient(top, #6a60ea 0%, #0097e0 100%);
	background: -ms-linear-gradient(top, #6a60ea 0%, #0097e0 100%);
	background: -linear-gradient(top, #6a60ea 0%, #0097e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097e0', endColorstr='#6a60ea',GradientType=1 );
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-o-background-clip: text;
	-ms-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* 璇█鍒囨崲 */
.lang {
	width: 30px;
	margin-right: 20px;
	margin-left: 15px;
	position: relative;
}

.lang a {
	display: block;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	font-size: 12px;
	box-shadow: 0px 1px 5px rgba(29, 136, 227, 0.3);
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 1);
}

.lang>.iconfont {
	font-size: 14px;
	position: absolute;
	top: 19px;
	left: 19px;
	color: #fff;
}

.other_lang {
	display: none;
}

.lang a:hover {
	background-color: #0097e0;
	color: #ffffff;
}
/*鏈櫥褰曟*/
.loginbox {
	/*display: none;*/

}

.loginbox a {
	display: inline-block;
	font-size: 14px;
	width: 75px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
}

.loginbox a:first-child {
	margin-right: 5px;
	border: 1px solid #fff;
	background-color: transparent;
}

.loginbox a:last-child {
	background-color: #0097e0;
}

.loginbox a {
	/*opacity: 0.8;*/
}

.loginbox a:hover {
	opacity: 1;
}
/*宸茬櫥褰曟*/
.loginedbox {
	position: relative;
	z-index: 999;
	height: 100px;
	display: none;
}

.loginedbox>a {
	display: inline-block;
	width: 29px;
	height: 29px;
}

.loginedbox i {
	color: #fff;
}

.loginedbox .icon-person {
	font-size: 28px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

.loginedbox .icon-right-triangle-right-bottom-s {
	font-size: 14px;
	position: absolute;
	top: 19px;
	left: 19px;
}

.loginedbox .login_out p {
	width: 100px;
	height: 40px;
	background-color: #fff;
	text-align: center;
	line-height: 40px;
}

.login_out {
	position: absolute;
	top: 54px;
	left: -35px;
	display: none;
}

.login_out .icon-arrowup {
	position: absolute;
	top: -10px;
	left: 40px;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
	z-index: -11;
}

.login_out>div {
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	z-index: 999;
}

.loginedbox .login_out a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 35px;
	width: 70px;
}

.loginedbox .login_out .login_cl {
	border-bottom: 1px solid #ccc;
}

.loginedbox .login_out a:hover {
	color: #0097e0;
}

/**/
/* 涓嬫媺妗嗘牱寮 */
.ana_product {
	position: absolute;
	top: 46px;
	display: none;
	z-index: 999;
	padding-top: 14px;
	padding-bottom: 20px;
}

.ana_pro {
	left: 140px;
}

.anaSolution {
	left: 115px;
}

.anaUsers {
	left: 445px;
}

.anaAbout {
	left: 395px;
}

.ana_product>img {
	position: absolute;
	width: 20px;
	left: 40px;
	top: 5px;
	z-index: 999;
}

.anaSolution>img {
	left: 140px;
}

.anaUsers>img {
	left: 120px;
}

.anaAbout>img {
	left: 280px;
}

#pro_list {
	float: left;
	background-color: #f6f9fc;
	border-radius: 4px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

#pro_list dl {
	border-right: 1px solid #e8eef4;
	padding-bottom: 15px;
}

.ana_product #pro_list dl {
	min-height: 223px;
}

.anaSolution #pro_list dl {
	min-height: 260px;
}

.anaUsers #pro_list dl {
	min-height: 230px;
}

#pro_list dl:last-child {
	border-right: none;
}

#pro_list dl dt {
	background-color: #fff;
	margin-bottom: 15px;
	border-bottom: 2px solid #e5ecf2;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#pro_list dl dt a {
	display: inline-block;
	padding: 0px 25px;
	height: 45px;
	line-height: 45px;
	color: #333;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
}
#pro_list dl dt a img {
	float: left;
	margin: 12px 5px 0 0;
}

#pro_list dl dd a {
	display: inline-block;
	color: #666;
	font-size: 14px;
	padding: 0 25px 10px 25px;
}
#pro_list dl dd a:hover {
	color: #29A9DC;
}
/* 涓棿鏍峰紡 */
.center {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
/* 搴曢儴footer鏍峰紡 */
footer {
	width: 100%;
  height: auto;
}

.ft_top {
	width: 100%;
	height: auto;
  background-color: #2c2f3c;
	padding: 60px 0;
}

.ft_content {
	position: relative;
}

.ft_content li {
	float: left;
	padding-left: 60px;
	width: 780px;
}
.ft_content li:nth-child(2) {
  border-left: 1px solid #616161;
  width: 420px;
}

.dl_right {
	padding-left: 84px;
}

.ft_content dl dt {
	color: #fff;
	font-size: 18px;
  font-weight: 700;
  /*margin-bottom: 25px;*/
}

.ft_content dl dd {
	color: #eee;
	font-size: 14px;
	/*margin-bottom: 10px;*/
}


.ft_content dl dd a:hover {
	color: #0097e0;
}

.ft_content dl dd a {
	color: #eee;
	font-size: 14px;
}

.ana_contact dd {
	position: relative;
	padding-left: 25px;
}

.ft_content i {
	position: absolute;
	top: 2px;
	left: 0;
}
.aboutmark {
  /*width: 120px;*/
  /*text-align: center;*/
  /*margin-right: 57px;*/
}
.aboutmark img {
	/*float: left;*/
  border: 0px solid #fff;
  margin-bottom: 6px;
}

.code {
	position: absolute;
	right: -20px;
	top: 40px;
	display: none;
	z-index: 999;
}

.code a {
	padding: 6px;
	background-color: #fff;
	margin-right: 15px;
}

.code img {
	width: 126px;
	height: 126px;
	float: left;
}
/* 搴曢儴浜 */
.ft_btm {
	height: auto;
	background-color: #252831;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btm_link {
	position: relative;
  height: auto;
  text-align: center
}

.btm_link a {
	font-size: 12px;
	color: #fff;
}

.btm_link ul li a:hover {
	color: rgb(120, 183, 245);
}

.copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

/*鍏充簬鏄撹椤甸潰:闈㈠寘灞戝鑸?/
.breadcrumb {
	margin-bottom: 20px;
    height: 20px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li>.icon-arrowright {
	font-size: 12px;
}

.breadcrumb>li>a {
	font-size: 14px;
	color: #333;
}

.breadcrumb>.active {
	color: #0097e0;
	font-size: 14px;
}

/*iframe*/
#mainIframe {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	z-index: 999;
}

.hasBs {
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.slChange {
	background-color: #fff;
	/* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); */
}

.slChange .top_nav>li>a {
	color: #404040;
}

.slChange .searchInput input {
	background-color: #0097e0;
}
/* .slChange .searchInput i{ */
/*     color: #0097e0; */
/* } */
/* .slChange .searchInput button{ */
/*     color: #0097e0; */
/* } */
.slChange .searchInput .color_change {
	color: #fff;
}

.slChange .searchInput .color_change {
	color: #fff;
}

.slChange .lang>.iconfont {
	color: #0097e0;
}

.slChange .lang a {
	color: #0097e0;
	border: 1px solid #0097e0;
	box-shadow: none;
	text-shadow: none;
}

.slChange .loginbox a:first-child {
	border: 1px solid #0097e0;
	color: #0097e0;
	background-color: transparent;
}

.slChange .lang a:hover {
	border: 1px solid #0097e0;
	background-color: #ffffff;
	color: #0097e0;
}

.slChange .loginedbox>a>i {
	color: #0097e0;
	box-shadow: none;
	text-shadow: none;
}
/* 楂樹寒 */
.keyword {
	color: #ff9b00;
}

.operate_btn {
	position: fixed;
	top: 70%;
	right: 20px;
	width: 24px;
	height: 100%;
}

.operate_btn a {
	background-color: #ccc;
	width: 35px;
	height: 35px;
	float: left;
	padding: 7px 0;
	text-align: center;
}

.operate_btn a.selected {
	background: #000000;
	background: -moz-linear-gradient(top, #0097e0 0%, #6a60ea 100%);
	background: -webkit-linear-gradient(top, #0097e0 0%, #6a60ea 100%);
	background: -o-linear-gradient(top, #0097e0 0%, #6a60ea 100%);
	background: -ms-linear-gradient(top, #0097e0 0%, #6a60ea 100%);
	background: linear-gradient(top, #0097e0 0%, #6a60ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097e0', endColorstr='#6a60ea',GradientType=1 );
}
/*鍦ㄦ槗瑙傛柟鑸熸爣绛句笅鍔犱竴涓數璇濆彿鐮佸拰鍥炬爣*/
.pro_bottom .color_phone {
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	top: 60px;
	font-size: 18px;
	height: 20px;
	/*width: 100%;*/
}

.pro_bottom .color_phone img {
	float: left;
	margin: 3px 10px 0 0;
}

.pro_bottom .color_phone i {
	float: left;
	font-style: normal;
}

.pro_bottom .font_sbold {
	font-style: italic;
	font-weight: bold;
	float: left;
}

.m-no-data {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
	background-color:#fff;
}

.credit {
	text-align: center;
	margin-top: 5px;
}

.up_pag {
	position: absolute;
	top: -16px;
	left: 12px;
	width: 0;
	height: 0;
	font-size: 0;
	border: solid 8px;
	border-color: #4D4948 #46413f #ffda52 #191816;
}

/*.tag
        {
            width: 300px;
            height: 100px;
            border: 5px solid #09F;
            position: relative;
        }*/
.ana_product em {
	display: block;
	border-width: 20px;
	position: absolute;
	bottom: -40px;
	left: 100px;
	border-style: solid dashed dashed;
	border-color: #09F transparent transparent;
	font-size: 0;
	line-height: 0;
}

.ana_product span {
	display: block;
	border-width: 20px;
	position: absolute;
	bottom: -33px;
	left: 100px;
	border-style: solid dashed dashed;
	border-color: #FFF transparent transparent;
	font-size: 0;
	line-height: 0;
}
.bg_a{
    position: relative;
	width: 283px;
    height: 190px;
    display: inline-block;
}
.bg_text {
    position: absolute;
    width: 273px;
    color: white;
    padding: 0px 22px;
    top: 43%;
    font-size: 14px;
    z-index: 99;
}
.go-demo {
	height: 142px;
	margin-bottom: 18px;
	background: #fff;
	padding-top: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 0 1px 1px #eee;
	border-radius: 5px;
}
.go-demo > h3 {
	line-height: normal !important;
}
.go-demo > p {
	font-size: 14px;
	text-align: left;
	height: 55px;
	line-height: 60px;
}
.go-demo .btn-demo {
	width: 138px;
	height: 30px;
	background-image: linear-gradient(90deg, #10cae6,#039ede);
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.go-demo .btn-demo a {
	color: #fff;
}
.regFz {
	display: inline-block;
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
	padding: 0px 24px;
	height: 36px;
	line-height: 36px;
	border-radius:88px;
	background-image:linear-gradient(90deg, #feb167, #ff8f5f);
}
.ddp {
	position: relative;
	padding-left: 20px;
}
