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

@font-face {
  font-family: 'iconfont';  /* project id 1031106 */
  src: url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.eot');
  src: url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.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%;
}

.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, select {
  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;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  line-height: 34px;
  cursor: pointer;
  padding: 0 10px;
}
.big-btn{
  padding: 6px 25px;
  font-size: 18px;
}

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

.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;
}
nav .level>li{
  float: left;
  text-align: center;
  font-size: 16px;
  margin: 0 10px;
  line-height: 60px;
  width: 110px;
}
nav .level>li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}
nav .level>li:hover>a,nav .level>li.active > a{
  color: #F5B418;
  border-bottom: 2px solid #F5B418;
}   /* 设置鼠标滑过后的样式 */



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: #F5B418;
}
nav .level>li:hover .two{
  display: block;
}   /* 鼠标滑过一级菜单后的显示二级菜单 */







/* header */
.top-box {
  height: 102px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  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: #3399ff;
  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;
}

.top-box .top-box-right a:first-child {
  background: #ffffff;
  color: #3399ff;
  margin-right: 15px;
}

.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: 690px;
  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: 120px;
}












/********************首页样式*************************/

.index-banner{
  background: url(../img/sd.jpg) no-repeat;
  background-size: 100% 100%;
  height: 450px;
}

.index-banner>div{
  padding-top: 100px;
  text-align: center;
  color: #ffffff;
}
.index-banner>div h2{
  font-size: 44px;
  font-weight: normal;
}
.index-banner>div p{
  font-size: 24px;
  margin: 20px 0;
}



.small-case-img,.small-case-text{
  display: inline-block;
  width: 49.5%;
  vertical-align: top;
  height: 100%;
}
.small-case-text{
  padding-top: 30px;
}
.small-case-text li{
  height: 40px;
  line-height: 40px;
}

.small-case-text li span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #F5B418;
  margin-right: 10px;
}





