@font-face {
  font-family: 'iconfont';  /* project id 2178723 */
  src: url('//at.alicdn.com/t/font_2178723_n98vzwtklvm.eot');
  src: url('//at.alicdn.com/t/font_2178723_n98vzwtklvm.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2178723_n98vzwtklvm.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2178723_n98vzwtklvm.woff') format('woff'),
  url('//at.alicdn.com/t/font_2178723_n98vzwtklvm.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2178723_n98vzwtklvm.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;}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.title {
  color: #2a387d;
  font-size: 36px;
  text-align: center;
}
.title_text {
  width: 600px;
  color: #2a387d;
  font-size: 20px;
  text-align: left;
  margin: 24px auto;
  line-height: 1.3em;
}
/* 导航 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  line-height: 77px;
  background: #fff;
  box-shadow: 0px 5px 8px 0px rgba(159, 159, 159, 0.07);
}
.header .menu li {
  display: inline-block;
  margin: 0 25px;
  color: #666666;
  font-size: 18px;
  cursor: pointer;
}
.header .menu li:last-child {
  margin-left: 10px;
  margin-right: 0px;
}
.header .menu li.nav_item.hover,
.header .menu li.nav_item:hover {
  border-bottom: 3px solid #e33e33;
  color: #e33e33;
}
.header .menu li.contact_btn {
  padding: 5px 20px;
  background: #e33e33;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  vertical-align: middle;

}
.header .menu li.contact_btn.hover,
.header .menu li.contact_btn:hover{
  color: white;
  border-bottom: 0px;
}
.header .menu li .contact_btn {
  padding: 5px 20px;
  background: #e33e33;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  vertical-align: middle;
  width: 90px;
  text-align: center;
}
/* banner */
.banner {
  margin-top: 80px;
  height: 600px;
  background: url('/themes/default/public/wap/image/banner-bg.png') center no-repeat;
  background-size: cover;
}
.banner .banner-word {
  color: #fff;
  width: 700px;
  position: relative;
  z-index: 1;
}
.banner .banner-word .banner-word_strong {
  font-size: 48px;
  margin-top: 130px;
}
.banner .banner-word .keyword {
  max-width: 480px;
  margin: 45px 0;
  font-size: 24px;
  line-height: 40px;
}
.banner .banner-word .try_btn {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 40px;
  cursor: pointer;
  color: #e33e33;
  font-size: 26px;
  outline: none;
  border: 0;
  padding: 10px 20px;
  vertical-align: middle;
  line-height: 1;
  font-weight: bold;
}
.banner .banner-img {
  position: absolute;
  right: -32px;
  z-index: 0;
  top: 104px;
}
/* 功能介绍 */
.introduce {
  margin-bottom: 110px;
}
.introduce .title {
  margin-top: 80px;
}
.introduce_module {
  margin: 60px 0;
  margin-left: -20px;
  overflow: hidden;
}
.introduce_module .introduce_module-item {
  padding: 50px 30px;
  background-color: #f7f9ff;
  border-radius: 10px;
  width: 285px;
  text-align: center;
  height: 410px;
  box-sizing: border-box;
  margin-left: 20px;
  transition: background 0.2s ease-in;
}
.introduce_module .introduce_module-item:hover {
  background-color: #e33e33;
}
/* .introduce_module .introduce_module-item {
	padding-top: 15px;
} */
.introduce_module .introduce_module-item:hover .introduce_module-info,
.introduce_module .introduce_module-item:hover .introduce_module-tit {
  color: #fff;
}
.introduce_module .introduce_module-img {
  margin-top: 30px;
  font-size: 60px;
  padding: 20px;
  border-radius: 50%;
  color: white;
}
.introduce_module .introduce_module-img1 {
  background-color: #e33e33;
  box-shadow: 2px 2px 0px 0px #f24539;
}
.introduce_module .introduce_module-img2 {
  background-color: #8781ce;
  box-shadow: 2px 2px 0px 0px #a2acff;
}
.introduce_module .introduce_module-img3 {
  background-color: #f5d26e;
  box-shadow: 2px 2px 0px 0px #ffe075;
}
.introduce_module .introduce_module-img4 {
  background-color: #b0bfc6;
  box-shadow: 2px 2px 0px 0px #c0d3dd;
}
.introduce_module .introduce_module-tit {
  color: #333333;
  font-size: 24px;
  padding: 40px 0 15px;
}
.introduce_module .introduce_module-info {
  text-align: left;
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
/* 核心优势 */
.advantage {
  height: 550px;
  background: url('/themes/default/public/wap/image/advantage_bg.png') center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 60px 0;
}
.advantage .title {
  color: #ffffff;
}
.advantage_module {
  margin: 40px 0;
  margin-left: -50px;
  margin-bottom: 0;
  overflow: hidden;
}
.advantage_module .advantage_module-item {
  padding: 20px 30px;
  width: 256px;
  text-align: center;
  box-sizing: border-box;
  margin-left: 50px;
  color: #ffffff;
}
.advantage_module .advantage_module-img {
  margin-top: 10px;
}
.advantage_module .advantage_module-tit {
  font-size: 24px;
  padding: 20px 0;
  position: relative;
}
.advantage_module .advantage_module-tit .line {
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.advantage_module .advantage_module-info {
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  text-align: center;
}
/* 接入方式 */
.mode {
  height: 810px;
  background: url('/themes/default/public/wap/image/mode_bg.png') center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 60px 0;
}
.mode .title {
  margin-top: 40px;
}
.mode .mode-container {
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  position: relative;
}
.mode .mode-container .mode_img {
  position: absolute;
  width: 464px;
  left: 50%;
  margin-left: -232px;
  z-index: 2;
  bottom: 54px;
}
.mode_module {
  overflow: hidden;
  margin-left: -400px;
}
.mode_module .mode_module-item {
  background-color: #f7f9ff;
  padding: 30px;
  width: 400px;
  box-sizing: border-box;
  height: 140px;
  margin-left: 400px;
  margin-bottom: 24px;
}
.mode_module .mode_module-item .mode_module-img {
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 10px;
}
.mode_module .mode_module-item .mode_module-info {
  width: 265px;
}
.mode_module .mode_module-item .mode_module-info h3 {
  font-size: 22px;
}
.mode_module .mode_module-item .mode_module-info p {
  padding: 10px 0;
  color: #666666;
  padding-right: 10px;
}

/* 方案 */
.w500 {
  width: 500px;
}
.project {
  padding: 60px 0;
}
.project_module h3 {
  font-size: 28px;
  color: 333333;
  padding: 20px 0;
}
.project_module .project_module-icon {
  margin-top: 30px;
  width: 120px;
}
.inspect_btn {
  color: #e33e33;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #e33e33;
  font-size: 24px;
  line-height: 42px;
  height: 42px;
  padding: 0 30px;
  vertical-align: middle;
  margin-top: 26px;
  font-weight: bold;
}
.project_module .project_module-item {
  overflow: hidden;
  margin-bottom: 80px;
}
.project_module .project_module-info {
  color: #666666;
  font-size: 18px;
  line-height: 1.5em;
}
.project_module .image_right{
  text-align: right;
}
/* 联系 */
.code {
  height: 400px;
  background: url('/themes/default/public/wap/image/code_bg.png') center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 30px 0;
  text-align: center;
}
.code h3 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 20px 0;
}
.code .code_img {
  width: 210px;
  height: 210px;
  margin: 20px 0;
}

.contact {
  height: 550px;
  background: url(/themes/default/public/wap/image/contact_bg.png) center no-repeat;
  background-color: #333333;
  background-size: cover;
  box-sizing: border-box;
  padding: 60px 0;
}
.contact .title{
  color: white;
}
.contact_module {
  margin: 40px 0;
  margin-left: -50px;
  margin-bottom: 0;
  overflow: hidden;
}
.contact_module .contact_module-item {
  padding: 20px 30px;
  width: 256px;
  text-align: center;
  box-sizing: border-box;
  margin-left: 50px;
  color: #ffffff;
}
.contact_module .contact_module-img {
  margin-top: 10px;
}
.contact_module .contact_module-tit {
  font-size: 24px;
  padding: 20px 0;
  position: relative;
}
.contact_module .contact_module-tit .line {
  position: absolute;
  bottom: 0;
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.contact_module .contact_module-info {
  font-size: 32px;
  line-height: 1.5em;
  margin: 20px 0;
  text-align: center;
}
.contact_module .contact_module-info p{
  font-size: 24px;
}
/* 底部 */
.footer {
  color: #ffffff;
  background-color: #242740;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  text-align: center;
}

.dialog_container .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99998;
}
.dialog_container .dialog_content {
  width: 360px;
  height: 396px;
  border-radius: 8px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -180px 0 0 -180px;
  text-align: center;
  z-index: 99999;
  overflow: hidden;
}
.dialog_container .dialog_bg {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  top: -10px;
  margin-top: 1;
  border-radius: 8px;
  width: 100%;
  height: 140px;
  background: url(/themes/default/public/wap/image/dialog_bg.png) top center no-repeat;
}
.dialog_container .closeBtn {
  background: url(/themes/default/public/wap/image/close.png) center no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 20px;
}
.dialog_container .dialog_img_content {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 140px;
}
.dialog_container .dialog_code_img_c {
  border: 4px solid #e33e33;
  width: 164px;
  height: 164px;
  margin: 0 auto;
}
.dialog_container .dialog_code_img_c img {
  width: 100%;
  height: 100%;
}
.dialog_container .dialog_img_text {
  color: #e33e33;
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0;
}
.backTop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 995;
  font-style: normal;
  line-height: 30px;
  width: 100px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  color: #9b9ea0;
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 1px 5px rgba(55, 61, 65, 0.15);
  transition: left 0.4s ease, right 0.4s ease;
  cursor: pointer;
}
.font_color{
  background-color: #E33E33;
  font-size: 60px;
  padding: 20px;
  border-radius: 50%;
}
