﻿
/* CSS Document */
@font-face {  
  font-family: 'PingFang Light';  
  src: url('font/PingFang Light.ttf') format('truetype'),
   url('font/PingFang Light.eot') format('embedded-opentype'), 
   url('font/PingFang Light.woff') format('woff'),
   url('font/PingFang Light.svg') format('svg');
}  
@font-face {  
  font-family: 'PingFang Medium';   
  src: url('font/PingFang Medium.ttf') format('truetype'),
   url('font/PingFang Medium.eot') format('embedded-opentype'),
   url('font/PingFang Medium.woff') format('woff'),
   url('font/PingFang Medium.svg') format('svg');
}  
@font-face {  
  font-family: 'PingFang Regular';  
  src: url('font/PingFang Regular.ttf') format('truetype'),
   url('font/PingFang Regular.eot') format('embedded-opentype'),
   url('font/PingFang Regular.woff') format('woff'),
   url('font/PingFang Regular.svg') format('svg');
}  
@font-face {  
  font-family: 'Roboto Regular';  
src: url('font/Roboto-Regular.ttf') format('truetype'),
 url('font/Roboto-Regular.eot') format('embedded-opentype'),
 url('font/Roboto-Regular.woff') format('woff'),
 url('font/Roboto-Regular.svg') format('svg');
}  
input,textarea {
	font: 12px/1.2em 'Helvetica Neue',Microsoft YaHei, Tahoma, Arial, sans-serif;
	letter-spacing: 0.7px;
	-webkit-font-smoothing: antialiased;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #3c3c3c;
}

a:focus {
	outline: none;
}

ul li {
	list-style: none;
}

img {
	border: 0;
}

em, i {
	font-style: normal;
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

*html .clearfix {
	height: 1%;
}

.top {
	width: 100%;
	height: 71px;
	background: #FFF;
	display: block;
}

.top .header {
	width: 1200px;
    border: none;
	margin: 0 auto;
}

.top .logo {
	float: left;
	width: 134px;
	height: 48px;
	padding: 22px 127px 0 0;
	overflow: hidden;
}

.top .logo .logoimg {
	display: block;
	width: 100px;
	height: 40px;
	background: url(../images/logo.svg) left top no-repeat;
}

.top .navlist {
	float: left;
	padding: 0 20px 0 0;
	overflow: hidden;
}

.top .navlist li {
	float: left;
	overflow: hidden;
}

.top .navlist .link {
	display: block;
	padding: 0 21px 0 21px;
	font-size: 16px;
	color: #333;
	font-family: 'PingFang Medium'; 
	letter-spacing: 3px;
}

.top .navlist .default {
	cursor: default;
}

.navlist .link .name {
	display: inline-block;
    padding-left: 3px;
    line-height: 70px;
}

.navlist .link:hover, .navlist .current .link {
	color: #01af85;
}

.navlist .current .name {
	/* border-bottom: #01af85 solid 2px; */
}

.navigation_down {
	position: absolute;
	top: 68px;
	left: 0;
	width: 100%;
	z-index: 999999;
	width: 100%;
}

.navigation_down .child_nav {
	width: 100%;
	display: none;
	position: absolute;
	top: 3px;
    border-top: #e6e5e5 solid 1px;
	/* background: url(../images/topnav.png) left top repeat-x; */
}
.navigation_down .child_nav_center {
	
}

.navigation_down .content_inner {
	width: 1070px;
	margin: 0 auto;
	position: relative\9;
}

.content_inner .dl1 {
	float: left;
	width: 216px;
}

/* .content_inner .dl1 .title, .content_inner .dl2 .title, .content_inner .dl3 .title {
	line-height: 38px;
	font-size: 18px;
	color: #aaa;
	font-style: italic;
	font-weight: normal;
	padding: 38px 0 12px 0;
	border-bottom: #05080a solid 4px;
	width: 117px;
	font-family: 'Microsoft YaHei';
} */

.content_inner .dl1 .servicelist {
	margin-top: 20px;
	overflow: hidden;
}

.dl1 .servicelist .link {
	display: block;
	overflow: hidden;
	line-height: 24px;
	color: #607d8b;
	font-size: 16px;
	margin-bottom: 12px;
}

.servicelist .link .icon {
	float: left;
	width: 31px;
	height: 24px;
	background: url(../images/price_img36.png) 0 0 no-repeat;
}

.servicelist .a2 .icon {
	background-position: 0 -30px;
}

.servicelist .a3 .icon {
	background-position: 0 -60px;
}

.servicelist .a4 .icon {
	background-position: 0 -90px;
}

.servicelist .a5 .icon {
	background-position: 0 -120px;
}

.servicelist .a6 .icon {
	background-position: 0 -150px;
}

.servicelist .a1:hover .icon {
	background-position: 0 -180px;
}

.servicelist .a2:hover .icon {
	background-position: 0 -210px;
}

.servicelist .a3:hover .icon {
	background-position: 0 -240px;
}

.servicelist .a4:hover .icon {
	background-position: 0 -270px;
}

.servicelist .a5:hover .icon {
	background-position: 0 -300px;
}

.servicelist .a6:hover .icon {
	background-position: 0 -330px;
}

.servicelist .link .name {
	float: left;
	line-height: 24px;
}

.servicelist .link:hover .name {
	color: #FFF;
	text-decoration: underline;
}

.content_inner .dl2 {
	float: left;
}

.content_inner .dl2 .title {
	width: 115px;
}

.content_inner .dl2 .stitle {
	line-height: 24px;
	padding: 20px 0 22px 0;
	font-size: 16px;
	color: #FFF;
	font-style: italic;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
}

.dl2 .box {
	width: 214px;
	float: left;
}

.dl2 .box img {
	margin-bottom: 6px;
}

.marginlef  .box img {
	margin-bottom: 0px;
}

.dl2  .boxlast {
	width: 174px;
}

dl2  .boxlast1 {
	margin-right: 0px;
}

.dl2 .box a span {
	text-align: center;
	font-weight: normal;
}

.dl2 .box a span:hover {
	color: #01af85;
	/* text-decoration: underline; */
}

/* .dl2 .box .small {
	font-size: 14px;
	line-height: 24px;
	font-family: "宋体";
	color: #34444c;
	margin-top: 13px;
	margin-top: 8px;
	display: block;
} */

.content_inner .top60 {
	margin: 50px 0;
}

.content_inner .marginlef {
	margin-left: 115px;
}

.content_inner .center {
	text-align: center;
	width: 217px;
	margin-right: 0px;
}

.content_inner .splitline {
	width: 24px;
	border-right: 2px solid #ddd;
	margin-right: 24px;
	height: 136px;
	float: left;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-top: 10px;
}

.content_inner .splitline1 {
	width: 36px;
	border-right: 2px solid #060a0d;
	margin-right: 36px;
	height: 136px;
	float: left;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-top: 60px;
}

.content_inner .splitline2 {
	width: 36px;
	border-right: 2px solid #060a0d;
	margin-right: 51px;
	height: 190px;
	float: left;
	margin-top: -10px;
}

.content_inner .helpcenter {
	text-align: center;
	width: 216px;
	margin-right: 0px;
}

.content_inner .list {
	width: 184px;
	margin-top: 17px;
	margin-right: 30px
}

.child_nav_center .content_inner .list {
	margin-top: 0;
	margin-right: 40px
}

/* .content_inner .box i {
	width: 174px;
	height: 144px;
	margin-top: 10px;
	float: left;
}

.content_inner .box i.img4,.content_inner .box i.img5,.content_inner .box i.img6 {
	width: 216px;
	height: 163px;
	margin-top: 10px;
	float: left;
}

.content_inner .box i.img1 {
	background: url(../images/produce_navimg_1.png) no-repeat;
}

.content_inner .box i.img2 {
	background: url(../images/produce_navimg_2.png) no-repeat;
}

.content_inner .box i.img3 {
	background: url(../images/produce_navimg_3.png) no-repeat;
}

.content_inner .box i.img4 {
	background: url(../images/produce_navimg_4.png) no-repeat;
}

.content_inner .box i.img5 {
	background: url(../images/produce_navimg_5.png) no-repeat;
}

.content_inner .box i.img6 {
	background: url(../images/produce_navimg_6.png) no-repeat;
}

.content_inner .box i:hover {
	background-position: 0 -144px;
}

.content_inner .box i.img4:hover,.content_inner .box i.img5:hover,.content_inner .box i.img6:hover {
	background-position: 0 -163px;
}
 */
.content_inner .list li, .dl3 .tradelist li {
	height: 36px;
	line-height: 36px;
	/* font-size: 16px; */
	overflow: hidden;
	float: left;
	width: 100%;
}

/* .content_inner .list .dot, .dl3 .tradelist .dot,.content_inner .box .dot {
	float: left;
	line-height: 36px;
	font-size: 16px;
	color: #FFF;
	width: 10px;
	font-family: 'Microsoft YaHei';
} */

.child_nav_center .content_inner .center .dot,.content_inner .marginlef .box .dot {
	float: none;
	padding-right: 5px;
}

/* .content_inner .list .link, .dl3 .tradelist .link {
	color: #7395a6;
	font-family: 'Microsoft YaHei';
} */

.content_inner .list .link:hover, .dl3 .tradelist .link:hover, .dl2_pro .title a:hover {
	color: #01af85;
}

.content_inner .dl3 {
	float: left;
	width: 180px;
}

.content_inner .dl3 .title {
	width: 116px;
}

.content_inner .dl3 .tradelist {
	padding-top: 20px;
	overflow: hidden;
}

.content_inner .relative {
	position: relative;
	z-index: 9999999;
}

.content_inner .posred, .content_inner .posgreen {
	display: block;
	width: 42px;
	height: 14px;
	color: #FFF;
	text-align: center;
	line-height: 14px;
	background: #ee0a2a;
	font-size: 12px;
	font-family: '宋体';
	position: absolute;
}

.content_inner .posgreen {
	background: #20a56e;
}

.content_inner .red1 {
	left: 105px;
	top: 11px;
}

.content_inner .green1 {
	left: 45px;
	top: 11px;
}
/*按钮*/
.login_box {
	width: 179px;
	height: 31px;
	float: right;
	margin-top: 18px;
}

.login_box a {
	float: left;
	width: 83px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 14px;
	color: #18bd9c;
	font-family: 'PingFang Medium'; 
}

.loginbtn {
	background: url(../images/top_btns.png) 0 0 no-repeat;
}

.login_box .zhuce {
	background: url(../images/top_btns.png) 0 -248px no-repeat;
	color: #FFF;
}

.login_box .zhuce:hover {
	background-position: 0 -186px;
}

.loginbtn:hover {
	background-position: 0 -31px;
}

.loginbtn, .control_btn {
	margin-right: 13px;
}

.login_box .control_btn {
	width: 101px;
	background: url(../images/top_btns.png) 0 -93px no-repeat;
	color: #FFF;
}

.control_btn:hover {
	background-position: 0 -217px;
	color: #FFF;
}

.login_box .exit {
	width: 65px;
	background: url(../images/top_btns.png) 0 -124px no-repeat;
}

.exit:hover {
	background-position: 0 -155px;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}

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

.footerwrap .footer {
	width: 100%;
	/* height: 360px; */
	background: #2c2d2c;
	padding-bottom:10px;
	overflow: hidden;
}

.footerwrap .footerbox {
	width: 1144px;
	height: 320px;
	margin: 0 auto;
}

.footerbox .title {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	line-height: 24px;
	padding: 70px 0 23px 0;
	font-family: 'PingFang Medium'; 
}

.footerbox .f1 {
	float: left;
	width: 448px;
	padding: 0 74px 0 58px;
}

.footerbox .linklist {
	padding-top: 3px;
	overflow: hidden;
}

.footerbox .linklist a {
	float: left;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #888888;
	font-family: 'PingFang Regula'; 
	background: #212221;
	margin: 0 9px 0 0;
}

.footerbox .linklist a:hover {
	background: #20a56e;
	color: #FFF;
}

.footerbox .f2 {
	float: left;
	width: 174px;
}

.footerbox .f3 {
	float: left;
	width: 254px;
}

.footerbox .f4 {
	float: left;
	width: 136px;
	line-height: 30px;
	color: #888888;
	font-size: 14px;
}

.footerbox .commonlist {
	width: 100%;
	overflow: hidden;
}

.footerbox .commonlist li {
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #888888;
	font-family: 'PingFang Regula'; 
	background: none;
	margin: 0;
	float: none;
}

.footerbox .commonlist a {
	color: #888888;
	font-family: 'PingFang Regula'; 
}

.footerbox .f4 .img {
	margin-top: 120px;
	width: 78px;
	height: 78px;
	background: url(../images/wximg.jpg) left top no-repeat;
}

.footerbox .f4 .font {
	float: left;
	margin-left: -4px;
}

.footer .friendslinks {
	width: 1128px;
	line-height: 24px;
	margin: 0 auto;
	padding: 0 58px;
	color: #222222;
	font-family: 'PingFang Regula'; 
	overflow: hidden;
}

.footer .friendslinks a {
	display: inline-block;
	margin: 0 8px;
	font-size: 12px;
	color: #222222;
}

.footerwrap .copyright, .copyright_wrap {
	width: 100%;
	padding: 12px 0;
	overflow: hidden;
	background: #0d0d0d;
}

.footerwrap .copyright .copycon {
	width: 1150px;
	position: relative;
	margin: 0 auto;
}

.footerwrap .copyright .con {
	width: 1144px;
	margin: 0 auto;
	line-height: 24px;
	font-size: 12px;
	color: #888888;
	font-family: 'PingFang Regula'; 
}

.copyright_wrap {
	background: #404143;
}

.copyright_wrap .copyright {
	width: 1144px;
	margin: 0 auto;
}

.copyright_wrap .copyright .con {
	line-height: 24px;
	font-size: 12px;
	color: #898989;
	font-family: 'Microsoft YaHei';
}
/*右侧悬浮icon*/
.side-bar {
	width: 48px;
	position: fixed;
	bottom: 5%;
	right: 70px;
	font-size: 0;
	line-height: 0;
	z-index: 99999;
}

.side-bar a {
	display: block;
}

.side-bar .icon-zx {
	width: 44px;
	height: 44px;
	display: block;
	background: url(../images/icon-img2.png) 0 -58px no-repeat;
	margin: 0 auto 14px;
	display: none;
	/*background-repeat: no-repeat;
	background-position: 0 0;*/
}
/* .side-bar .icon-zx:hover {
	background-position: 0 -44px;
} */
.side-bar .icon-qimo {
	width: 44px;
	height: 44px;
	display: block;
	background: url(../images/icon-img3.png) 0 -44px no-repeat;
	margin: 0 auto 14px;
}
/* .side-bar .icon-qimo:hover {
	background-position: 0 -132px;
} */
.side-bar .icon-qq {
	width: 44px;
	height: 44px;
	display: block;
	background: url(../images/icon-img3.png) 0 -132px no-repeat;
	margin: 0 auto 14px;
}
/* .side-bar .icon-qq:hover {
	background-position: 0 -220px;
} */
.side-bar .icon-chat {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images/icon-img3.png) 0 -176px no-repeat;
	position: relative;
	margin-bottom: 0px;
	*margin-bottom: -20px;
	padding-right: 5px;
}



.chat-tips {
	display: inline-block;
	width: 187px;
	height: 91px;
	border: #ccc solid 1px;
	position: absolute;
	right: 49px;
	top: -70px;
	background: #fff;
	display: none;
	padding: 13px 16px 12px 11px;
}

.chat-tips .chat-left {
	width: 86px;
	height: 93px;
	background: url(../images/code-bg.png) left top no-repeat;
	float: left;
	padding-right: 9px;
	border-right: 1px solid #888888;
}

.chat-tips .chat-right-icon {
	width: 77px;
	height: 66px;
	background: url(../images/code-bg.png) 0 -96px no-repeat;
	float: left;
	margin: 14px 0 0 14px;
}

.chat-tips .chat-right-icon:hover {
	background-position: 0 -165px;
}
.side-bar .icon-chat:hover {
	width: 44px;
}

.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
/*活动悬浮框*/
.levitate_box {
	width: 220px;
	height: 242px;
	position: fixed;
	left: 6px;
	bottom: 60px;
	z-index: 999;
	display:none;
}

.levitate_box .levitate_t, .levitate_box .levitate_t1 {
	display: inline-block;
	width: 220px;
	height: 242px;
	background: url(../images/activity_tj.png) left top no-repeat;
}

.levitate_box .levitate_t1 {
	background: url(../images/activity_xf1.png) left top no-repeat;
}

.levitate_box .levitate_close {
	position: absolute;
	right: -8px;
	top: -52px;
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../images/voice_close1.png) left top no-repeat;
	cursor: pointer;
}
/*  公告*/
.gonggao {
	background: #FFFFDD;
	height: 40px;
	width: 100%;
	/* position: fixed;
	top: 0px; */
	float:left;
	color: #ff7500;
	font-size: 14px;
	line-height: 40px;
	z-index: 1000;
}
.gonggao_center{
	width:1200px;
	margin:0 auto;
}
.gonggao a {
	color: #ff7500;
	text-decoration: underline;
	cursor: pointer;
}

.gonggao .gonggao_p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 80%;
	padding-left: 3%;
	height: 40px;
	line-height: 40px;
	float: left;
}

.gonggao .gonggao_btn {
	float: left;
}


/* 调整头部下拉样式 */
.child_nav_down .content_inner_down {
	width: 657px!important;
}

.child_nav_down .content_inner_down .center_down {
	text-align: center;
	width: 300px;
	margin-right: 0px;
}

.child_nav .center_img {
	margin: 25px;
}

.center_down a, .center a {
	color: #6D8FA0;
}

.child_nav .center_font {
	font-size: 15px;
    line-height: 50px;
    height: 50px;
	width: 100%;
	color:#333;
	font-family: 'PingFang Medium'; 
    float: left;
}

.child_nav .center_font b {
	font-weight: 500;
	color: #fff;
}

.navigation_down .child_nav_down {
	height: 288px;
}

.child_nav_down .splitline {
	width: 24px;
	border-right: 2px solid #060a0d;
	margin-right: 24px;
	height: 136px;
	float: left;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-top: 10px;
}

.center_down a:hover, .center a:hover {
	color: #01af85!important;
}
.center a:hover .center_font, .center a:hover .small {
	color: #01af85!important;
}

.sel_div {
	/* border:1px solid #919397; */
	float: left;
	font-family: 'PingFang Medium'; 
}

.sel_div .sel_font {
	float: left;
	float: left;
    padding-left: 6px;
    line-height: 68px;
    padding: 0 0 0 21px;
    font-size: 15px;
    color: #333;
    font-family: 'PingFang Medium';
}

.sel_div .sel_span {
	width: 108px;
	float: left;
	padding-left: 6px;
	line-height: 68px;
	padding: 0 21px 0 21px;
	font-size: 15px;
	color: #333;
	font-family: 'PingFang Medium'; 
}
.sel_div .sel_ch{
	color:#01af85;
}
.sel_div .sel_en {
	color:#333;
}
.sel_div .sel_en:hover {
	color:#01af85;
}

.sel_div .sel_icon {
	width: 12px;
	height: 6px;
	background: url(https://console.yuntongxun.com/front/images/sel_icon.png) no-repeat;
	float: left;
	margin-top: 9px;
}


/*头部改版*/
.navigation_down .child_nav_bg{
	width: 100%;
	height: auto;
	background:#fff;
	padding:30px 0;
	float:left;
}
.navigation_down .child_bor{
	width:100%;
	height:30px;
	background:url(../images/index/top_bor_bg.png) repeat-x;
	float:left;
}
.navigation_down .content_inner_pro {
	width: 900px;
	margin: 0 auto;
	position: relative\9;
}
.dl2_pro .pro_one{
	width:250px;
}
.dl2_pro .pro_two{
	width:250px;
}
.dl2_pro .pro_three{
	width:240px;
}
.dl2_pro .pro_four{
	width:150px;
}
.dl2_pro .title, .dl2_pro .list{
	width:100%!important;
	border-bottom:none;
}
.dl2_pro .title{
	color:#333;
	font-size:15px;
	font-family: 'PingFang Medium'; 
    margin-top: 10px;
    float: left;
}
.dl2_pro .list{
	width:99%;
	color:#999;
	font-size:13px;
	font-family: 'PingFang Regula'; 
    margin-bottom: 15px;
    float:left;
}
.dl2_pro .list .new_font{
	color:#ee0a2a;
	padding-left:6px;
	font-size:10px;
}
.navigation_down .content_inner_center {
	width: 928px;
	margin: 0 auto;
	position: relative\9;
}
.content_inner_center i{
	width:100px;
	height:65px;
	float:left;   
	margin-left: 66px;
}
.content_inner_center .icon_a{
	background:url(../images/index/top_icon.png) -57px -25px no-repeat; 
}
.content_inner_center .icon_b{
	background:url(../images/index/top_icon.png) -157px -25px no-repeat;
}
.content_inner_center .icon_c{
	background:url(../images/index/top_icon.png) -260px -25px no-repeat;
}
.content_inner_center .icon_d{
	background:url(../images/index/top_icon.png) -353px -25px no-repeat;
}
.content_inner_center .icon_e{
	background:url(../images/index/top_icon.png) -57px -189px no-repeat;
}
.content_inner_center .icon_f{
	background:url(../images/index/top_icon.png) -160px -183px no-repeat;
}
.content_inner_center .icon_g{
	background:url(../images/index/top_icon.png) -265px -189px no-repeat;
}
.content_inner_center .icon_h{
	background:url(../images/index/top_icon.png) -385px -189px no-repeat;
}
.content_inner_center .icon_i{
	background:url(../images/index/top_icon.png) -160px -183px no-repeat;
	margin-left:61px;
}
.content_inner_center .icon_j{
	background:url(../images/index/top_icon.png) -265px -189px no-repeat;
	margin-left:61px;
}
.content_inner_center .icon_k{
	background:url(../images/index/top_icon.png) -385px -189px no-repeat;
	margin-left:61px;
}
.content_inner_center .small{
	width:100%;
	text-align:center;
	line-height:20px;
	color:#666;
	font-size:13px;
	font-family: 'PingFang Regula'; 
	float:left;
}

.child_nav .child_top_icona{
	width:14px;
	height:8px;
	background:url(../images/index/child_top_icon.png) 0 0 no-repeat;
    margin-left: 225px;
    margin-top: -38px;
    float:left;
}
.child_nav .child_top_iconb{
	width:14px;
	height:8px;
	background:url(../images/index/child_top_icon.png) 0 0 no-repeat;
    margin-left: 678px;
    margin-top: -38px;
    float:left;
}
.child_nav .child_top_iconc{
	width:14px;
	height:8px;
	background:url(../images/index/child_top_icon.png) 0 0 no-repeat;
    margin-left: 491px;
    margin-top: -38px;
    float:left;
}



/* 新版头部脚部样式 */
#solution ul li:nth-of-type(1) .icon {
	background: url(../../static/indexImg/financial_normal.png) no-repeat!important;
	background-size: 100%;
}
#solution ul li:nth-of-type(1):hover .icon{
	background: url(../../static/indexImg/financial_hover.png) no-repeat!important;
	background-size: 100%;
}
#solution ul li:nth-of-type(2) .icon {
	background: url(../../static/indexImg/Education_and_Medical_normal.png) no-repeat!important;
	background-size: 100%;
}
#solution ul li:nth-of-type(2):hover .icon {
	background: url(../../static/indexImg/Education_and_Medical_hover.png) no-repeat!important;
	background-size: 100%;
}
#solution ul li:nth-of-type(3) .icon {
	background: url(../../static/indexImg/Government_and_Enterprise_normal.png) no-repeat!important;
	background-size: 100%;
}
#solution ul li:nth-of-type(3):hover .icon {
	background: url(../../static/indexImg/Government_and_Enterprise_hover.png) no-repeat!important;
	background-size: 100%;
}
#solution ul li:nth-of-type(4) .icon {
	background: url(../../static/indexImg/Manufacture_normal.png) no-repeat!important;
	background-size: 100%;
}
#solution ul li:nth-of-type(4):hover .icon {
	background: url(../../static/indexImg/Manufacture_hover.png) no-repeat!important;
	background-size: 100%;
}
#solution ul li:nth-of-type(5) .icon {
	background: url(../../static/indexImg/Double_recording_normal.png) no-repeat!important;
	background-size: 100%;
}
#solution ul li:nth-of-type(5):hover .icon {
	background: url(../../static/indexImg/Double_recording_hover.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(1) .icon {
	background: url(../../static/indexImg/yuyingnormal.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(1):hover .icon{
	background: url(../../static/indexImg/yuying_hover.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(2) .icon {
	background: url(../../static/indexImg/smsnormal.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(2):hover .icon {
	background: url(../../static/indexImg/sms_hover.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(3) .icon {
	background: url(../../static/indexImg/Imnormal.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(3):hover .icon {
	background: url(../../static/indexImg/Imnormal_hover.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(4) .icon {
	background: url(../../static/indexImg/IVR_normal.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(4):hover .icon {
	background: url(../../static/indexImg/IVR_hover.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(5) .icon {
	background: url(../../static/indexImg/jieru_normal.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(5):hover .icon {
	background: url(../../static/indexImg/jieru_hover.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(6) .icon {
	background: url(../../static/indexImg/wenti_normal.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(6):hover .icon{
	background: url(../../static/indexImg/wenti_hover.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(7) .icon {
	background: url(../../static/indexImg/hezuo_normal.png) no-repeat!important;
	background-size: 100%;
}
#doc ul li:nth-of-type(7):hover .icon {
	background: url(../../static/indexImg/hezuo_hover.png) no-repeat!important;
	background-size: 100%;
}
#download ul li:nth-of-type(1) .icon {
	background: url(../../static/indexImg/smsnormal.png) no-repeat!important;
	background-size: 100%;
}
#download ul li:nth-of-type(1):hover .icon {
	background: url(../../static/indexImg/sms_hover.png) no-repeat!important;
	background-size: 100%;
}
#download ul li:nth-of-type(2) .icon {
	background: url(../../static/indexImg/Imnormal.png) no-repeat!important;
	background-size: 100%;
}
#download ul li:nth-of-type(2):hover .icon {
	background: url(../../static/indexImg/Imnormal_hover.png) no-repeat!important;
	background-size: 100%;
}
#download ul li:nth-of-type(3) .icon {
	background: url(../../static/indexImg/rongxinnormal.png) no-repeat!important;
	background-size: 100%;
}
#download ul li:nth-of-type(3):hover .icon {
	background: url(../../static/indexImg/rongxin_hover.png) no-repeat!important;
	background-size: 100%;
}
#download ul li:nth-of-type(4) .icon {
	background: url(../../static/indexImg/yuyingnormal.png) no-repeat!important;
	background-size: 100%;
}
#download ul li:nth-of-type(4):hover .icon{
	background: url(../../static/indexImg/yuying_hover.png) no-repeat!important;
	background-size: 100%;
}
#download ul li:nth-of-type(5) .icon {
	background: url(../../static/indexImg/rongshi1.png) no-repeat!important;
	background-size: 100%;
}
#download ul li:nth-of-type(5):hover .icon{
	background: url(../../static/indexImg/rongshi_hover.png) no-repeat!important;
	background-size: 100%;
}
.rongshi-icon{
	background: url(../../static/indexImg/rongshi1.png) no-repeat!important;
	background-size: 100%;
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 33px!important;
    margin: auto;
}
#rongshi-icon:hover .rongshi-icon{
	background: url(../../static/indexImg/rongshi_hover.png) no-repeat!important;
	background-size: 100%;
}
.yutyin-icon{
	background: url(../../static/indexImg/yuyingnormal.png) no-repeat!important;
	background-size: 100%;
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 33px!important;
    margin: auto;
}
#yutyin-icon:hover .yutyin-icon{
	background: url(../../static/indexImg/yuying_hover.png) no-repeat!important;
	background-size: 100%;
}
.header-logo1{
	background-image: url("../../static/indexImg/logo.png")!important;
}
.header-logo2{
	background-image: url("../../static/indexImg/slogan.png")!important;
}
.label-icon{
	background-image: url('../../static/indexImg/hot_label.png')!important;
}
.fills_block{
	height: 80px!important;
}
.container .banner{
	top: 60px!important;
}

.auth-logo1{
	background-image: url("../../static/indexImg/newsjishu.png")!important;
	width: 44px;
	height: 44px;
}
.auth-logo2{
	background-image: url("../../static/indexImg/9001.png")!important;
	width: 44px;
	height: 41px;
}
.auth-logo3{
	background-image: url("../../static/indexImg/27001.png")!important;
	width: 44px;
	height: 44px;
}
.auth-logo4{
	background-image: url("../../static/indexImg/kexinyun.png")!important;
	width: 52px;
	height: 34px;
}
.auth-logo5{
	background-image: url("../../static/indexImg/14001.png")!important;
	width: 44px;
	height: 39px;
}
.auth-logo6{
	background-image: url("../../static/indexImg/20000.png")!important;
	width: 46px;
	height: 48px;
}
.container,.mainwrap{
	top: 60px!important;
}
.price_cont{
	margin-top: 80px!important;
}
.auth-logo7{
	background-image: url("../../static/indexImg/CMMI5.png")!important;
	width: 45px;
	height: 11px;
}
.boxs .title{
	text-align: left!important;
}
.foot-code{
	width: 94px;
	height: 94px;
	background-image: url("../../static/indexImg/yuncode.png")!important;
	background-repeat: no-repeat;
}
.bottoms{
	width: 100%;
	background: #242B3A;
	padding-top: 37px;
	padding-bottom: 37px;
	clear: both;
}
.bottoms .bottomBox{
	width: 1200px;
	margin: 0 auto;
}
.bottoms .topBox{
	margin: 0 auto;
	display: flex;
	padding-left: 60px;
}
.bottoms .topBox .title{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.bottoms .topBox ul li{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 32px;
}
.bottoms .topBox .authority{
	width: 200px;
}
.bottoms .topBox .boxs{
	margin-right: 98px;
}
.bottoms .topBox .boxs:nth-of-type(1) li a:hover,.bottoms .topBox .boxs:nth-of-type(2) li a:hover{
	color: #1EC5C0!important;
	cursor: pointer;
}
.bottoms .topBox .boxs:nth-last-child(1) p{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 12px;
}
.bottoms .topBox .authority ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.bottoms .topBox .authority ul li{
	width: 33.3%;
	line-height: 0;
    margin-bottom: 22px;
}
.bottoms .links{
	opacity: 0.1;
	font-size: 16px;
	color: #FFFFFF;
	margin: 37px 0;
	margin-left: 60px;
}
.links a{
	font-size: 16px;
	color: #FFFFFF;
    margin-right: 10px;
}
.bottoms .line{
	width: 100%;
	height: 1px;
	opacity: 0.1;
	background: #FFFFFF;
	margin-bottom: 17px;
}
.bottoms .copyright{
	opacity: 0.8;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 60px;
}
.bottoms .copyright:nth-last-child(1) {
	margin-bottom: 0;
}
.title a,.boxs ul li a{
	color: white;
}
.ai_header .navlist li a{
	color: #333;
}
.clearfix li a{
	color: #333;
}