@import "http://at.alicdn.com/t/font_1031106_kevqogmin1m.css";

/*@font-face {*/
  /*font-family: 'iconfont';  !* project id 1031106 *!*/
  /*src: url('https://at.alicdn.com/t/font_1031106_6jug31bwm9y.eot');*/
  /*src: url('https://at.alicdn.com/t/font_1031106_6jug31bwm9y.eot?#iefix') format('embedded-opentype'),*/
  /*url('https://at.alicdn.com/t/font_1031106_6jug31bwm9y.woff2') format('woff2'),*/
  /*url('https://at.alicdn.com/t/font_1031106_6jug31bwm9y.woff') format('woff'),*/
  /*url('https://at.alicdn.com/t/font_1031106_6jug31bwm9y.ttf') format('truetype'),*/
  /*url('https://at.alicdn.com/t/font_1031106_6jug31bwm9y.svg#iconfont') format('svg');*/
/*}*/
@font-face {
  font-family: 'iconfont';  /* project id 1031106 */
  src: url('https://at.alicdn.com/t/font_1031106_kevqogmin1m.eot');
  src: url('https://at.alicdn.com/t/font_1031106_kevqogmin1m.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1031106_kevqogmin1m.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1031106_kevqogmin1m.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1031106_kevqogmin1m.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1031106_kevqogmin1m.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  height: 100%;
  min-width: 1200px;
}

.bg-grey {
  background: #f3f4f9;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-type: none;
  overflow: auto;
}

button, input {
  outline: none;
  border: none;
  border-radius: 4px;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.text-red {
  color: #ee3333 !important;
}

.text-blue {
  color: #0587ff !important;
}

.bg-grey {
  background: #f0f0f0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
.containerElse{
	display: flex;
}
.btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  line-height: 34px;
  cursor: pointer;
  padding: 0 10px;
}

.primary {
  color: #ffffff;
  background: #0587ff;
  border: 1px solid #0587ff;
}

.btn-border {
  border: 1px solid #0587ff;
}

.btn-border-w {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-solid-w {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #333333;
}

button:focus {
  outline: 0 !important;
}

.plain {
  border-radius: 25px;
}

.text-center {
  text-align: center;
}

.flex-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

/* title */
.box-title {
  text-align: center;
  font-size: 28px;
  padding: 60px 0;
}

.box-title hr {
  width: 85px;
  height: 4px;
  background: #3399ff;
  margin: 15px auto 0;
}
.box-title span {
  color: #666666;
  font-size: 16px;
}


/* 导航 */
nav{
  display: inline-block;
  flex-grow:1;
  width:auto;
}
nav .level>li{
  float: left;
  text-align: center;
  font-size: 16px;
  margin: 0 0;
  line-height: 60px;
  width: 11%;
}
nav .level>li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
nav .level>li:hover>a,nav .level>li.active > a{
  color: #5147e7;
  border-bottom: 2px solid #5147e7;
}   /* 设置鼠标滑过后的样式 */



nav .two{
  display: none;
  padding: 10px 0;
  box-shadow: 0 0 10px #dddddd;
  background: #ffffff;
}  /* 先使二级菜单的内容隐藏 */

nav .two >li{
  height: 40px;
  line-height: 40px;
}
nav .two >li:hover a{
  color: #5147e7;
}
nav .level>li:hover .two{
  display: block;
}   /* 鼠标滑过一级菜单后的显示二级菜单 */







/* header */
.top-box {
  height: 102px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 700;
  background: #ffffff;
  width: 100%;
  color: #777777;
}

.top-box .small {
  height: 40px;
  border-bottom: 1px solid #f3f4f9;
  line-height: 40px;
  font-size: 14px;
}

.top-box .small a {
  padding: 0 15px;
}

.top-box .small a:first-child {
  padding-left: 0;
}

.top-box .small a:nth-child(4) {
  padding-right: 0;
}

.top-box .small a.active {
  color: #5147e7;
  font-weight: bold;
}

.top-box .small .language-small {
  margin-left: 15px;
}

.top-box .small .language-small span.active {
  color: #3399ff;
  font-weight: bold;
}

.top-box .small .language-small a {
  padding: 0;
  border: none;
}



.top-box .top-box-right {
  padding: 12px 0;
  height: 60px;
  line-height: 35px;
}

/*.top-box .top-box-right a:first-child {
  color: #ffffff;
  background: #3399ff;
  margin-right: 15px;
  line-height: 30px;
  display: inline-block;
  padding: 0 9px;
  border-radius: 4px;
  font-size: 14px;
}*/
.top-box .top-box-right a:first-child i { margin-right: 5px; }

.top-box + * {
  margin-top: 102px;
}

@media screen and (max-width: 1215px) {
  .top-box .top-box-link > ul > li {
    margin: 0 10px;
  }

  .top-box.en .top-box-link > ul > li {
    margin: 0 9px;
    font-size: 14px;
  }
}

/* top-box 适配手机屏幕（<1024） */
.top-box .mobile-header {
  display: none;
  width: 100%;
  height: 60px;
  line-height: 0;
  padding: 0 15px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, .2);
}

.top-box .mobile-header i {
  float: right;
  color: #777;
  line-height: 60px;
  font-size: 20px;
}

.top-box .mobile-header .btn {
  margin: 12px 15px 0 0;
}

.top-box .mobile-menus {
  display: none;
  margin-top: 15px;
  height: 325px;
}

.top-box .mobile-menus li {
  line-height: 40px;
  padding: 0 15px;
  border-bottom: 1px solid #eeeeee;
}

.top-box .mobile-menus li.active {
  color: #3a9cff;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .top-box {
    height: 60px;
  }

  .top-box .small, .top-box .index-width {
    display: none;
  }

  .top-box + * {
    margin-top: 60px;
  }

  .top-box .mobile-header {
    display: block;
  }
}

/* footer */
.footer {
  background: #19233e;
  color: #ffffff;
  padding: 45px 0 20px;
  font-size: 14px;
}

.footer li .title {
  border-left: 4px solid #3399ff;
  padding-left: 5px;
  margin-bottom: 22px;
  font-size: 16px;
}
.footer li img {
  width: 140px;
  height: 140px;
}

.footer li p {
  line-height: 42px;
}

.footer .friend-link {
  line-height: 30px;
}

.footer .friend-link > * {
  margin-right: 15px;
}

.footer .bottom-text {
  margin-top: 30px;
  color: #3e4a5a;
}

.footer .bottom-text span + span {
  margin-right: 20px;
}

/* 弹出 */
.fade {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  display: table;
}

.fade > span {
  display: table-cell;
  vertical-align: middle;
}

.dialog {
  margin: 0 auto;
  width: 340px;
  height: 270px;
  background: #ffffff;
  border-radius: 4px;
}

.dialog .title {
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  background: #f5f5f5;
  text-align: left;
}

.dialog .close {
  float: right;
  cursor: pointer;
}

.dialog.apply .content {
  padding: 25px 20px;
  text-align: center;
}

.dialog.apply .content input {
  width: 100%;
  height: 42px;
  border: 1px solid #cccccc;
  line-height: 42px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.dialog.apply .content .btn {
  width: 100%;
  line-height: 43px;
  margin-top: 20px;
}

/* 只需一步 体验全新的行业解决方案 */
.free-apply-box {
  background: url("../img/index-bg3.jpg") no-repeat bottom center;
  background-size: 1920px;
  padding-bottom: 60px;
}

.free-apply-box .form {
  width: 700px;
  margin: 0 auto;
}

.free-apply-box .form input {
  width: 260px;
  height: 42px;
  border: 1px solid #cccccc;
  line-height: 42px;
  padding-left: 15px;
  margin-right: 20px;
}

.free-apply-box .form .btn {
  background: #0587ff;
  line-height: 40px;
  font-size: 16px;
  width: 115px;
}

#userName{
	font-size: 14px;
}

/*分页*/
.laypage {
	height: 33px;
	width: 100%;
	position: relative;
}

.laypage-btn {
	cursor: pointer;
	color: #333333;
	border: 2px solid rgb(107, 105, 214);
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	padding: 6px 12px;
	height: 35px;
	line-height: 21px;
	width: auto;
	float: right;
	margin-left: 10px;
	font-size: 12px;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select:none;
}

.laypage-btn:hover {
	border: 2px solid rgb(107, 105, 214);
	background-color: rgb(107, 105, 214);
}

.user_avatar_box{
	height:60px;
	width:60px;
	padding:10px;
	box-sizing: border-box;
	margin-right:20px;
	position: relative;
}
.user_avatar{
	height:40px;
	width:40px;
	position:relative;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.user_avatar img{
	height:100%;
	width:100%;
}
.user_avatar_box:hover .user_info_box{
	display: block;
}
.user_info_box{
	width:160px;
	height:70px;
	padding: 5px 10px;
	position: absolute;
	bottom: -70px;
	left:-45px;
	border-radius: 5px;
	background: rgba(255,255,255,0.9);
	display: none;
}
.user_info_box p{
	width:100%;
	height:49%;
	border-bottom: 1px solid #888;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	cursor: pointer;
}

.user_info_box p:nth-of-type(2){
	border-bottom:none
}





