﻿* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  width: 100%;
  font-weight: normal;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  color: #666666;
  font-family: "PingFang SC", "Microsoft YaHei", "Calibri", "opensans", "GothicArial", "Arial", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
}
ul, ul li, ol, li {
  list-style: none outside none;
}
img {
  vertical-align: middle;
  border: none;
}
input, select, option, label, th, textarea {
  vertical-align: middle;
  border: none;
  font-family: "PingFang SC", "Microsoft YaHei", "Calibri", "opensans", "GothicArial", "Arial", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
  display: block;
  _height: 1px;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.container {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  width: 85%;
}
.w86 {
  width: 86%;
  margin: 0 auto;
}
.music {
  display: none;
}
.hidden {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #e1e1e1;
}
body::-webkit-scrollbar-thumb {
  background-color: #a1a1a1;
  border-radius: 4px;
}
.header {
  height: 76px;
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
}
.header .logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header .logo a {
  height: 45px;
  display: block;
  margin-left: 90px;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.header .logo a img {
  height: 100%;
  display: block;
}
.header .nav {
  margin-right: 50px;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.header .nav ul li {
  float: left;
}
.header .nav ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  padding: 0px 26px;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
}
.header2 {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  line-height: 32px;
  padding: 15px 0;
}
.header2s {
  background: rgba(0, 0, 0, .8);
}
.guide_pad .logo2 {
  margin-left: 10px;
  float: left;
  line-height: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
}
.guide_pad .logo2 a {
  height: 32px;
  display: block;
}
.guide_pad .logo2 img {
  height: 100%;
  display: block;
}
.header .top_phone {
  float: right;
  margin-right: 90px;
}
.header .top_phone span {
  display: block;
  padding-left: 40px;
  line-height: 76px;
  color: #fff;
  font-size: 20px;
  background: url(../image/phone.svg) left center no-repeat;
  background-size: 40px;
}
/* head */
a.menu-activator {
  display: block;
  float: right;
  padding: 0 15px;
  border-left: 1px solid transparent;
}
a.menu-activator span.descriptor, a.menu-activator div.visual {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
}
a.menu-activator span.descriptor {
  font-size: 18px;
  text-transform: uppercase;
}
a.menu-activator div.visual {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 26px;
}
a.menu-activator div.visual i.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  position: absolute;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
a.menu-activator div.visual i.line.line01 {
  top: 6px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  -webkit-transition-delay: 210ms;
  transition-delay: 210ms;
}
a.menu-activator div.visual i.line.line02 {
  top: 14px;
  -moz-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  -webkit-transition-delay: 140ms;
  transition-delay: 140ms;
}
a.menu-activator div.visual i.line.line03 {
  top: 22px;
  -moz-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  -webkit-transition-delay: 70ms;
  transition-delay: 70ms;
}
a.menu-activator div.visual i.line.line04 {
  top: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
a.menu-activator.active div.visual i.line:nth-child(1), a.menu-activator.active div.visual i.line:nth-child(3) {
  top: 16px
}
a.menu-activator.active div.visual i.line:nth-child(1) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
a.menu-activator.active div.visual i.line:nth-child(3) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
a.menu-activator.active div.visual i.line:nth-child(2), a.menu-activator.active div.visual i.line:nth-child(4) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0
}
a.menu-activator.active div.visual i.line.line01, a.menu-activator.active div.visual i.line.line02, a.menu-activator.active div.visual i.line.line03, a.menu-activator.active div.visual i.line.line04 {
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms
}
a.menu-activator.active div.visual:hover i.line.line01, a.menu-activator.active div.visual:hover i.line.line03 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1
}
a.menu-activator.active div.visual:hover i.line.line01, a.menu-activator.active div.visual:hover i.line.line02, a.menu-activator.active div.visual:hover i.line.line03, a.menu-activator.active div.visual:hover i.line.line04 {
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms
}
/*menu-overlay*/
.menu-overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0; /*filter:Alpha(Opacity=0);*/ display: none;
  background-color: rgba(0, 0, 0, 0.9);
}
.menu-overlay .menu-close {
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  position: absolute;
  display: block;
  cursor: pointer;
}
.menu-overlay .menu-close img {
  width: 100%;
  height: 100%;
}
.menu-overlay.active {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  left: 0;
  filter: Alpha(Opacity=100);
  opacity: 1.00;
  position: fixed;
  top: 0;
  left: 0;
}
.menu-overlay .tel, .menu-overlay .consult {
  line-height: normal;
  position: relative;
  padding-left: 30px;
}
.menu-overlay .tel img, .menu-overlay .consult img {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.2em;
  transform: translateY(-50%);
}
.menu-overlay .tel {
  margin: 30px 0 20px;
  color: #fff;
}
.menu-overlay .tel a, .menu-overlay .consult a {
  color: #fff;
}
.menu-overlay .tel a:hover, .menu-overlay .consult a:hover {
  color: #e1181e;
}
.nav_list {
  margin-top: 62px;
  border-top: 1px solid #ffffff;
  padding-top: 20px;
}
.nav_list li {
  line-height: normal;
}
.nav_list li a {
  display: block;
  padding: 20px;
  color: #fff;
  font-size: 20px;
}
.nav_list li a:active {
  background: #0f1223;
}
/*banner*/
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .wapimg {
  display: none;
}
.banwz {
  top: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.banwz .warp2 {
  background: none;
}
.banwz h3 {
  font-size: 28px;
  color: #ffffff;
}
/*banner*/
.warp2 {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
.advantage-title {
  width: 100%;
  position: relative;
  padding: 40px 0;
}
.advantage-title .bdl {
  font-size: 60px;
  line-height: 1;
  font-family: Helvetica;
  color: #000;
}
.advantage-title .title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  color: #222;
  margin-bottom: 23px;
}
.advantage-title .txt {
  width: 685px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.advantage-title .txt h1 {
  font-weight: normal;
  display: inline;
  font-size: 14px;
  line-height: 24px;
}
.advantage-title .bdr {
  font-size: 60px;
  line-height: 1;
  font-family: Helvetica;
  color: #000;
  display: table;
  position: absolute;
  right: 0;
  bottom: 0;
}
.advantage-title .bdr span {
  width: 300px;
  height: 2px;
  background: #222;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 65px;
}
/*首页案例*/
.homecase {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homecase a {
  float: left;
  width: 25%;
  padding: 5px;
}
.homecase li {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  display: block
}
.homecase li img {
  width: 100%;
  height: auto;
  display: block;
}
.homecase .case-summary {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  top: 0;
  left: 0;
  z-index: 999;
  position: absolute;
  padding: 5%;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
}
.homecase li:hover .case-summary {
  opacity: 1;
}
.homecase .case-summary p {
  color: #f9f9f9;
  font-size: 20px;
  display: block;
  width: 100%;
}
.homecase .case-summary .info {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.case-more {
  display: block;
  width: 148px;
  height: 44px;
  margin: 50px auto 0 auto;
  border: 1px solid #d4d4d4;
  text-align: center;
  line-height: 40px;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
}
.case-more:hover {
  background: #E50012;
  border-color: #E50012;
  color: #ffffff;
}
/*首页案例*/
.case-more2 {
  margin: 50px auto;
}
.tit01 {
  text-align: center;
  margin: 35px 0;
}
.tit01 h3 {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  margin-bottom: 15px;
}
.tit01 p {
  color: #888889;
  font-size: 14px;
}
/*首页新闻*/
.width_b {
  margin: 0px 9%;
  width: 82%;
}
.homenews {
  margin: 35px 0;
  overflow: hidden;
}
.in_news {
  width: 47%;
}
.in_news-zxdt dt a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.in_news-zxdt dt a img {
  width: 100%;
  transition: all 0.6s;
}
.in_news-zxdt dd span {
  display: block;
  line-height: 30px;
  font-size: 18px;
  color: #707070;
  padding: 0px 0px 10px 0px;
}
.in_news-zxdt dd h3 a {
  font-weight: normal;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.in_news-zxdt dd h3 a:hover {
  text-decoration: underline;
}
.in_news-zxdt dd h4 {
  font-weight: normal;
  font-size: 14px;
  color: #898989;
  line-height: 30px;
  margin: 10px 0px;
  font-weight: normal;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.in_news-zxdt dd h5 a {
  font-weight: normal;
  display: block;
  font-size: 14px;
  color: #E50012;
}
.in_news-zxdt dd h5 a:hover {
  text-decoration: underline;
}
.in_news-zxdt {
  padding-bottom: 40px;
  border-bottom: 1px solid #a0a0a0;
}
.in_news-b {
  width: 110%;
  margin-left: -10%;
  margin-top: 20px;
}
.in_news-b li {
  width: 40%;
  margin-left: 10%;
  float: left;
  position: relative;
}
.in_news-b li:before {
  content: '';
  position: absolute;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a0a0a0;
}
.in_news-b li a {
  display: block;
  padding-left: 15px;
  line-height: 36px;
  font-size: 15px;
  color: #a0a0a0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.in_news-b li a:hover {
  color: #666;
}
/*首页新闻*/
.full-inum-brief {
  background: url(../image/inumbg2.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.full-inum-brief .inum-list {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.full-inum-brief .inum-list li {
  width: 33.33%;
  padding: 40px 0;
  float: left;
  color: #fff;
}
.full-inum-brief .num {
  margin-bottom: 20px;
  font-size: 90px;
  line-height: 92px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.full-inum-brief .line {
  display: block;
  width: 26px;
  height: 2px;
  margin: 0 auto 27px;
  background-color: #fff;
}
.full-inum-brief .text {
  font-size: 16px;
  line-height: 1.5;
}
.dibuby {
  overflow: hidden;
  background: #181818;
  padding: 30px;
}
.dibuby li {
  float: left;
  width: 16.66%;
  padding-left: 50px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
}
.dibuby li.dbico01 {
  background: url(../image/dibuby01.png) no-repeat left center;
  background-size: auto 100%;
}
.dibuby li.dbico02 {
  background: url(../image/dibuby02.png) no-repeat left center;
  background-size: auto 100%;
}
.dibuby li.dbico03 {
  background: url(../image/dibuby03.png) no-repeat left center;
  background-size: auto 100%;
}
.dibuby li.dbico04 {
  background: url(../image/dibuby04.png) no-repeat left center;
  background-size: auto 100%;
}
.dibuby li.dbico05 {
  background: url(../image/dibuby05.png) no-repeat left center;
  background-size: auto 100%;
}
.dibuby li.dbico06 {
  background: url(../image/dibuby06.png) no-repeat left center;
  background-size: auto 100%;
}
/*底部*/
.dibu {
  overflow: hidden;
  width: 100%;
  background: #212121;
  padding: 20px 0;
}
.dibuzong {
  width: 95%;
  /*max-width: 1200px;*/
  margin: 0 auto;
  font-size: 14px;
  overflow: hidden;
}
.dibuzong h3 {
  font-weight: normal;
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ccc;
}
.dibu1-1 {
  float: left;
  width: 25%;
}
.dibu1-1 p {
  color: #909090;
  font-size: 14px;
  line-height: 2.2;
}
.dibu1-2 {
  width: 9%;
  float: left;
  margin-left: 8%;
}
.dibu1-2 a {
  display: block;
  line-height: 2.2;
  color: #909090;
}
.dibu1-3 {
  width: 14%;
  margin-left: 8%;
  float: left;
}
.dibu1-3 span {
  display: block;
  line-height: 2.2;
  color: #909090;
}
.dibu1-4 {
  width: 16%;
  margin-left: 3%;
  float: left;
}
.dibu1-4 img {
  width: 110px;
  display: block;
}
.t-footer {
  background: #181818;
}
.t-footer .copy {
  border-bottom: 1px solid #333333;
  padding: 10px 0;
  text-align: center;
  color: #898989;
  line-height: 2;
}
.t-footer .copy span {
  margin: 0 10px;
}
.t-footer .copy a:hover {
  color: #ffffff;
}
.t-footer .dbkeys {
  padding: 10px 0;
}
.t-footer .dbkeys li {
  margin: 0 10px;
  line-height: 2;
}
.t-footer .dbkeys a {
  font-size: 12px;
  color: #444448;
}
.t-footer .dbkeys a:hover {
  color: #ffffff;
}
/*底部*/
/*右侧浮动条*/
.right_fixed {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2222;
}
.right_fixed li {
  width: 52px;
  height: 52px;
  background-color: #444444;
  transition: all 0.36s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.right_fixed li.fixed04 {
  opacity: 0;
}
.right_fixed li .img_box {
  width: 100%;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.right_fixed li:hover .img_box {
  background: #e50012;
}
.right_fixed li .img_box img {
  height: auto;
  width: 24px;
  display: block;
  position: relative;
  z-index: 2;
}
.right_fixed li.active .img_box {
  opacity: 0;
}
.mf-popCode, .mf-popTel {
  width: 158px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: 20px;
  text-align: center;
  color: #fff;
  display: none;
  font-size: 14px;
}
.mf-popTel {
  padding: 10px 10px 10px;
  font-size: 18px;
}
.mf-popCode p, .mf-popTel p {
  color: #fff;
}
.mf-popCode .img {
  padding: 5px;
  background: #fff;
}
.mf-popCode img {
  width: 100%;
  display: block;
}
.fixed03:hover .mf-popCode {
  display: block;
}
.fixed01:hover .mf-popTel {
  display: block;
}
/*右侧浮动条*/
/*案例页面*/
.caselist {
  overflow: hidden;
  padding: 10px 10px 0 10px;
  background: #f9f9f9;
}
.portfolio {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio a {
  display: block;
  padding: 10px;
}
.portfolio img {
  display: block;
  width: 100%;
}
.img_box {
  overflow: hidden;
}
.img_box a {
  display: block;
}
.portfolio .label {
  line-height: normal;
  padding: 15px 20px 0;
  position: relative;
  z-index: 100;
  font-size: 14px;
}
.sort_design {
  text-transform: uppercase;
  color: #555;
  line-height: 2;
}
.case_name {
  display: block;
  font-size: 18px;
  color: #555;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin: 5px 0 10px;
  text-align: center;
}
.case_info {
  text-transform: capitalize;
  line-height: 2;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*.portfolio:hover { background:#e50012;}
.portfolio:hover .sort_design{ color:#ffffff;}
.portfolio:hover .case_name{ color:#ffffff;}
.portfolio:hover .case_info{ color:#ffffff;}*/
/*案例页面*/
/*分页*/
.page_list {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.page_list span, .page_list a {
  display: flex;
  align-items: center;
  float: left;
  justify-content: center;
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #999;
  transition: all.3s linear;
  -webkit-transition: all.3s linear;
  -o-transition: all.3s linear;
}
.page_list a:hover {
  background-color: rgb(229, 0, 18);
  border: 1px solid rgb(229, 0, 18);
  color: #fff;
}
.page_list span {
  background-color: rgb(229, 0, 18);
  border: 1px solid rgb(229, 0, 18);
  color: #fff;
}
.page_list a.prev {
  position: relative;
  padding-left: 20px;
}
.page_list a.next {
  position: relative;
  padding-right: 20px;
}
.page_list a.prev:before {
  position: absolute;
  content: '';
  display: block;
  left: 10px;
  width: 6px;
  margin-top: -3px;
  top: 50%;
  height: 6px;
  border: solid #ccc;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-135deg);
  transition: all .3s linear;
}
.page_list a.next:before {
  position: absolute;
  content: '';
  display: block;
  right: 10px;
  width: 6px;
  margin-top: -3px;
  top: 50%;
  height: 6px;
  border: solid #ccc;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transition: all .3s linear;
}
.page_list a:hover:before {
  border: solid #fff;
  border-width: 1px 1px 0 0;
}
/*分页*/
/*案例内容页面*/
.caseinfo {
  margin: 50px 0;
  overflow: hidden;
  padding: 50px;
  background: #f6f6f6;
}
.caseinfo h1 {
  font-size: 30px;
  color: #000000;
  font-weight: normal;
}
.caseinfo .badges {
  margin: 20px 0 40px 0;
}
.caseinfo .badges span {
  color: #ffffff;
  display: inline-block;
  padding: 0px 10px;
  height: 32px;
  line-height: 32px;
  background-color: rgba(229, 0, 18, 1);
  margin-right: 5px;
  margin-bottom: 10px;
}
.infomain {
  overflow: hidden;
  position: relative;
}
.casetxt {
  padding-right: 350px;
  margin: 20px 0 0 0;
}
.casetxt h3 {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}
.casetxt .casedesc {
  font-size: 16px;
  color: #666666;
  margin: 10px 0;
}
.casetxt .case_server {
  overflow: hidden;
  margin-top: 10px;
}
.casetxt .case_server span {
  line-height: 34px;
  font-size: 14px;
  padding: 0 30px;
  border-radius: 18px;
  float: left;
  border: 1px solid #dcdcdc;
  margin-right: 20px;
  cursor: pointer;
}
.casetxt .case_server span:hover {
  color: #e62022;
  border-color: #e62022;
}
.casebtn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -45px;
}
.casebtn a {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  display: block;
}
.casebtn a.weburl {
  background: #e62022;
  color: #ffffff;
  line-height: 40px;
}
.casebtn a.baojia {
  border: 1px solid #dcdcdc;
  line-height: 38px;
  color: #666666;
  margin-top: 10px;
}
.content {
  overflow: hidden;
  font-size: 16px;
  color: #2e2e2e;
}
.content img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
.case-link {
  margin: 50px 0;
  text-align: center;
}
.case-link a {
  display: block;
  background: #e50012;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  width: 180px;
  margin: 0 auto;
  color: #ffffff;
  text-decoration: none;
  transition: linear all .2s;
}
.case-link a:hover {
  background: #201f29;
}
/*案例内容页面*/
/*新闻列表*/
.newswidth {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.viewpoint_list {
  margin: 50px 0 0 0;
  overflow: hidden;
}
.dtit2 {
  padding: 3% 0 2% 0 !important;
}
.viewpoint_list2 {
  margin: 0 0 2% 0 !important;
}
.viewpoint_list li.img {
  height: 240px;
}
.viewpoint_list li.img .tu {
  width: 100%;
  overflow: hidden;
  height: 210px;
  -webkit-box-shadow: 0 0 20px -3px #aaa;
  -moz-box-shadow: 0 0 20px -3px #aaa;
  box-shadow: 0 0 20px -3px #aaa;
}
.viewpoint_list li.img img {
  display: block;
  width: 100%;
}
.viewpoint_list li {
  float: left;
  width: 25%;
  position: relative;
  padding: 15px;
}
.viewpoint_list li a {
  display: block;
  color: #000;
  height: 210px;
}
.viewpoint_info {
  background: #fff;
  padding: 30px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.viewpoint_info h5 {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.viewpoint_des {
  height: 50px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.viewpoint_list li a {
  -webkit-box-shadow: 0 0 20px -3px #aaa;
  -moz-box-shadow: 0 0 20px -3px #aaa;
  box-shadow: 0 0 20px -3px #aaa;
}
.viewpoint_date {
  padding: 15px 30px;
  background: #f9f9f9;
  font-size: 16px;
  line-height: normal;
  color: #929292;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.viewpoint_list li a:hover .viewpoint_date {
  background-color: #32303e;
  color: #fff;
}
/*新闻列表*/
/*新闻详情*/
.newsbj {
  background: #f2f2f2;
  overflow: hidden;
}
.newsshow {
  margin: 50px auto;
  width: 80%;
  overflow: hidden;
}
.nleft {
  width: 73%;
  background: #ffffff;
  padding: 30px 60px;
  float: left;
}
.nstit {
  color: #282828;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}
.nstit2 {
  margin-top: 30px;
}
.parameter {
  text-align: center;
  color: #8f8e8e;
  font-size: 14px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.parameter span {
  margin: 0 10px;
}
.showtxt {
  min-height: 300px;
  margin: 40px 0;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
}
.showtxt img {
  max-width: 100%;
  height: auto !important;
  margin: 20px auto;
  display: block;
}
.showtxt a {
  color: #f73131;
}
.showtxt strong {
  font-weight: normal;
}
.showtxt a:hover {
  text-decoration: underline;
}
.nspage {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin-top: 25px;
  overflow: hidden;
}
.nspage div {
  width: 50%;
  line-height: 24px;
  padding: 12px 10px;
  color: #000;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nspage div.fl {
  float: left;
  border-right: 1px solid #eeeeee;
}
.nspage div.fr {
  float: right;
  text-align: right;
}
.nspage div a:hover {
  color: #E50012;
}
.nright {
  width: 25%;
  float: right;
}
.nkuai {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.nkuai h3 {
  color: #2d2d2d;
  font-size: 24px;
  margin-bottom: 10px;
}
.picturelist {
  overflow: hidden;
}
.picturelist li {
  float: left;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #dcdcdc;
}
.picturelist li .pictitle {
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
.picturelist li .pictitle:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #E50012;
  left: 0;
  top: 50%;
  margin-top: -2px;
  position: absolute;
}
.picturelist li .pictitle a {
  display: block;
  line-height: 42px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.picturelist li .pictitle:hover a {
  color: #E50012;
}
.hotkey {
  overflow: hidden;
}
.hotkey a {
  font-size: 14px;
  margin: 8px 3px 0 3px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #6d6d6a;
  padding: 2px 8px;
  float: left;
  display: block;
}
.hotkey a:hover {
  color: #E50012;
  border-color: #E50012;
}
/*新闻详情*/
/*关于我们*/
.huibg {
  width: 100%;
  background: #eaeaea;
}
.dtit {
  padding: 4% 0;
  text-align: center;
}
.dtit span {
  font-size: 40px;
  color: #161616;
  display: block;
}
.dtit p {
  font-size: 15px;
  color: #888888;
  margin-top: 5px;
}
.dtit.bai span, .dtit.bai p {
  color: #fff
}
.abwhat { /*width: 100%;*/ display: table;
  padding-bottom: 8%;
  overflow: hidden;
}
.abwhat li {
  float: left;
  width: 17%;
  text-align: center;
  color: #000000;
  margin: 0 1.5%;
}
.abwhat li span {
  font-size: 18px;
  display: block;
}
.abwhat li i {
  display: block;
  width: 65px;
  height: 61px;
  margin: 4% auto
}
.abwhat li i.i1 {
  background: url(../image/syfw1.png) no-repeat center center;
}
.abwhobg {
  background: url(../image/abwho-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 4%
}
.abwho {
  width: 65%;
  margin-top: -5%;
  background: #fff;
  padding: 5%;
}
.abwho .dtit {
  text-align: right;
  padding-top: 0
}
.abwho .dtit p {
  padding-right: 20px
}
.abwho p {
  color: #666565;
  line-height: 2;
  margin-bottom: 4%
}
.abwho strong {
  color: #3d3d3d;
  font-size: 30px;
}
.strength {
  padding: 5% 0; /*width: 100%;*/
}
.strength .item {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  *width: 25%;
  text-align: center;
}
.strength .item1 {
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.strength .item2 {
  -webkit-transition: 0.3s 0.5s ease;
  -o-transition: 0.3s 0.5s ease;
  transition: 0.3s 0.5s ease;
}
.strength .item3 {
  -webkit-transition: 0.6s 0.5s ease;
  -o-transition: 0.6s 0.5s ease;
  transition: 0.6s 0.5s ease;
}
.strength .item4 {
  -webkit-transition: 0.9s 0.5s ease;
  -o-transition: 0.9s 0.5s ease;
  transition: 0.9s 0.5s ease;
}
.strength .show .item {
  opacity: 1;
  filter: alpha(opacity=100);
}
.strength .item .num {
  position: relative;
  display: inline-block;
  line-height: 1;
  font-size: 0;
  margin-left: -30px;
}
.strength .item .num.year-num {
  margin-left: 0
}
.strength .item .num .num-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-style: italic;
  height: 80px;
  color: #181818;
  font-size: 80px;
  margin-left: -5px;
  overflow: hidden;
}
.strength .item .num .num-item span {
  display: block;
  height: 80px;
  padding: 0 1px;
  font-family: Arial;
}
.strength .item p {
  color: #313131;
  margin-top: 20px;
}
.strength .item .num .jia {
  display: inline-block;
  font-size: 80px;
  color: #181818;
  font-style: italic;
  position: absolute;
  top: -5px;
}
.content2 {
  padding-bottom: 4%;
}
.abxia {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 2%;
}
.abxiaz {
  width: 56%;
  background: #fff;
  padding: 4% 0;
}
.abxiaz > div {
  width: 60%;
  margin: 0 auto
}
.abxiaz .dtit {
  text-align: left;
}
.abxiaz p {
  color: #636363;
  line-height: 2;
  margin-bottom: 4%
}
.abxiaz b {
  display: block;
  color: #303030;
  font-size: 22px;
}
.abxiay {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.abxiay > img {
  width: 100%
}
.celist {
  overflow: hidden;
  padding-bottom: 3%;
}
.celist li {
  float: left;
  margin: 0 1%;
  width: 18%;
  border: 1px solid #dcdcdc;
}
.celist li img {
  width: 100%;
}
/*关于我们*/
.tagts {
  width: 100%;
  padding: 10px 0;
  background: #212121;
  color: #ffffff;
  text-align: center;
}
.anlicon {
  background: #ffffff;
  overflow: hidden;
}
.solutionlist {
  overflow: hidden;
  padding: 0 5%;
  margin: 30px 0;
}
.solutionlist li {
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.solutionlist li .snum {
  padding: 10px 0 0 0;
  height: 150px;
  float: left;
  width: 12%;
  background: url(../image/xiex.png) no-repeat right top;
  color: #e6e6e6;
  font-size: 90px;
  font-family: arial;
  line-height: 1;
}
.solutionlist li .scon {
  float: right;
  width: 88%;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.solutionlist li .scon h3 {
  color: #0a0a0a;
  font-size: 28px;
  font-weight: bold;
}
.solutionlist li .scon h3:after {
  content: "";
  display: block;
  width: 55px;
  height: 5px;
  background: #0166ce;
  margin: 10px 0;
}
.solutionlist li .scon .stxt {
  color: #666666;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}
.newslist {
  width: 100%;
}
.newslist li {
  background: #f9f9f9;
  overflow: hidden;
  float: left;
  padding: 2%;
  width: 48%;
  margin: 0 1% 2% 1%;
  border: 1px solid #eeeeee;
}
.newslist li .time {
  color: #555555;
  text-align: center;
  margin-top: 15px;
  width: 60px;
  float: left;
}
.newslist li .time .d {
  font-size: 30px;
  display: block;
  line-height: 1
}
.newslist li .time .y {
  display: block;
  font-size: 14px;
}
.newslist li .zi {
  width: 100%;
  padding-left: 80px;
}
.newslist li .zi span {
  color: #484848;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  height: 25px;
  overflow: hidden;
}
.newslist li .zi span i {
  display: inline-block;
  width: 0px;
  height: 1px;
  background: #0166ce;
  vertical-align: middle;
}
.newslist li:hover .zi span i {
  width: 15px;
  margin-right: 5px;
}
.newslist li:hover .zi span {
  color: #0166ce
}
.newslist li .zi p {
  color: #818181;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.newslist li:hover {
  box-shadow: 0 0 40px #c3c3c3;
}
.section {
  padding: 35px 0;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 33px;
}
.section-title2 {
  margin-top: 40px;
}
.section-title span {
  color: #e62022;
  text-transform: uppercase;
}
.section-title strong {
  font-weight: bold;
  color: #222;
}
.section-title p {
  font-size: 18px;
  margin: 5px 0 0;
  color: #666;
}
.section-title-1 {
  background: url(https://www.ynxa.net/Public/skin/images/title_bg.png) repeat-x center -5px;
}
.section-title-1 strong {
  background-color: #fff;
  padding: 0 30px;
  display: inline-block;
}
.section-title-2:after {
  content: '';
  display: block;
  margin: 15px auto 0;
  width: 60px;
  height: 5px;
  background-color: #e62022;
}
.section-sub {
  padding: 40px 0;
}
.img-center {
  text-align: center;
  font-size: 0;
}
.img-center img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.in-server {
  margin: -20px 0 0 -20px;
}
.in-server li {
  float: left;
  width: 16.66%;
}
.in-server li a {
  display: block;
  border: 1px solid #f4f4f4;
  margin: 20px 0 0 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.in-server li .img-center {
  height: 105px;
  line-height: 105px;
  padding-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.in-server li h4 {
  margin: 30px 0 10px;
  font-size: 22px;
  font-weight: normal;
}
.in-server li p {
  margin: 0 20px 20px;
  color: #868686;
  text-align: justify;
}
.in-server li span {
  display: block;
  line-height: 54px;
  background-color: #f9f9f9;
  color: #868686;
  border-top: 1px solid #f4f4f4;
  font-size: 16px;
}
.in-server li a:hover {
  box-shadow: 0 0 26px #cacaca;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  border-color: #d6d6d6;
}
.in-server li a:hover span {
  background-color: #e62022;
  color: #fff;
}
.in-server li a:hover .img-center {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-3 {
  margin: -20px 0 0 -20px;
}
.about-3 li {
  float: left;
  width: 33.333333%;
}
.about-3 li a {
  display: block;
  border: 1px solid #eaeaea;
  padding: 20px;
  margin: 20px 0 0 20px;
}
.about-3 li h4 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
}
.about-3 li h4 span {
  font-size: 20px;
}
.about-3 li p {
  margin: 10px 0 0;
  height: 40px;
  overflow: hidden;
}
.about-3 li a:hover {
  box-shadow: 0 0 30px #eeeeee;
}
.about-3-more {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.about-3-more a {
  display: inline-block;
  background-color: #e62022;
  color: #fff;
  border-radius: 50px;
  font-size: 22px;
  line-height: 45px;
  width: 400px;
  vertical-align: middle;
  margin: 0 20px;
}
.about-3-more a:last-child {
  background-color: #000;
}
@media screen and (max-width: 1440px) {
  .in-server li h4 {
    font-size: 18px;
  }
  .about-3 li h4 {
    font-size: 20px;
  }
  .about-3 li h4 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
  .section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-title2 {
    margin-top: 20px;
  }
  .section-title p {
    font-size: 14px;
  }
  .section-title-1 {
    background-size: auto 28px;
    background-position: center 0;
  }
  .section-title-1 strong {
    padding: 0 10px;
  }
  .section-sub {
    padding: 30px 0;
  }
  .in-server li {
    width: 50%;
  }
  .in-server li a {
    border: 0;
    margin: 0;
    padding: 15px;
  }
  .in-server li span {
    display: none;
  }
  .in-server li .img-center {
    line-height: 50px;
    height: 50px;
    padding: 0;
  }
  .in-server li h4 {
    font-size: 16px;
    margin: 10px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .in-server li p {
    margin: 0;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: center;
  }
  .about-3 li {
    width: 100%;
  }
  .about-3 li a {
    padding: 15px;
  }
  .about-3 li h4 {
    font-size: 16px;
  }
  .about-3 li h4 span {
    font-size: 14px;
  }
  .about-3 li p {
    height: auto;
  }
  .about-3-more {
    margin-top: 20px;
  }
  .about-3-more a {
    display: block;
    margin: 10px 0 0;
    width: auto;
    font-size: 16px;
    line-height: 34px;
  }
}
.youhua2 li, .youhua2 li i:before, .youhua2 li i:after, .newslist li, .newslist li .zi span i {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
}
.keysmain {
  background: #ffffff;
  margin: 20px 15px 0 15px;
  padding: 40px;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0 0 20px -3px #aaa;
  -moz-box-shadow: 0 0 20px -3px #aaa;
  box-shadow: 0 0 20px -3px #aaa;
}
.keysmain .dtit {
  padding: 0;
}
/*优化页*/
.yhlist {
  width: 100%;
  margin: 0 auto 4% auto;
  overflow: hidden;
}
.yhlist li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 25px;
  border-right: 1px solid #dcdcdc;
}
.yhlist li:last-child {
  border-right: 0;
}
.yhlist li img {
  width: 100%;
  display: block;
}
.yhlist li h4 {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  margin: 20px 0;
}
.yhlist li p {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}
.hdyx {
  width: 100%;
  overflow: hidden;
}
.hdyx li {
  float: left;
  width: 25%;
}
.hdyx li .hdyx_img {
  width: 100px;
  margin: 0 auto;
}
.hdyx li .hdyx_img img {
  display: block;
  width: 100%;
}
.hdyx li p {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin: 20px 0;
}
.youhua2 {
  width: 100%;
  background: url(../image/youhua2-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 4%;
  display: table;
  overflow: hidden;
}
.youhua2 li {
  width: 48%;
  margin: 0 1% 2% 1%;
  background: #fff;
  padding: 3%;
  float: left;
}
.youhua2 li i {
  width: 106px;
  height: 106px;
  display: block;
  position: relative;
  overflow: hidden;
}
.youhua2 li i:before, .youhua2 li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.youhua2 li i:after {
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
}
.youhua2 li .zi {
  width: 100%;
  padding-left: 130px;
  position: relative;
}
.youhua2 li .zi span {
  font-size: 24px;
  color: #1b1b1b;
  display: block;
  position: relative;
  z-index: 1
}
.youhua2 li .zi p {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  position: relative;
  z-index: 1;
  height: 75px;
  overflow: hidden;
}
.youhua2 li:hover {
  background: #0166ce;
}
.youhua2 li:hover .zi span, .youhua2 li:hover .zi p {
  color: #fff
}
.youhua2 li:hover i:before {
  transform: translateX(200px);
  -webkit-transform: translateX(200px);
  -o-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -moz-transform: translateX(200px);
}
.youhua2 li:hover i:after {
  transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
}
.youhua2 li i.i1:before {
  background: url(../image/youhua2-i1bg.png) no-repeat center center;
  background-size: cover;
}
.youhua2 li i.i1:after {
  background: url(../image/youhua2-i1bgh.png) no-repeat center center;
  background-size: cover;
}
.youhua2 li i.i2:before {
  background: url(../image/youhua2-i2bg.png) no-repeat center center;
  background-size: cover;
}
.youhua2 li i.i2:after {
  background: url(../image/youhua2-i2bgh.png) no-repeat center center;
  background-size: cover;
}
.youhua2 li i.i3:before {
  background: url(../image/youhua2-i3bg.png) no-repeat center center;
  background-size: cover;
}
.youhua2 li i.i3:after {
  background: url(../image/youhua2-i3bgh.png) no-repeat center center;
  background-size: cover;
}
.youhua2 li i.i4:before {
  background: url(../image/youhua2-i4bg.png) no-repeat center center;
  background-size: cover;
}
.youhua2 li i.i4:after {
  background: url(../image/youhua2-i4bgh.png) no-repeat center center;
  background-size: cover;
}
.messagebj {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.message {
  position: fixed;
  height: 480px;
  top: 50%;
  left: 50%;
  display: block;
  width: 600px;
  margin: -240px 0 0 -300px;
  background-color: #fff;
  display: none;
  z-index: 10001;
}
.messagebody {
  overflow: hidden;
}
.messagebody {
  overflow: hidden;
}
.mclos {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.mclos img {
  display: block;
}
.messagebody .melist {
  padding: 20px;
}
.messagebody .melist h3 {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 10px 0 20px 0;
}
.messagebody .melist .k {
  height: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 100%;
  font-family: 'Microsoft YaHei'
}
.messagebody .melist .hk {
  height: 90px;
  line-height: 26px;
  font-size: 14px;
}
.messagebody .melist .ti {
  margin: 0 auto;
  display: table;
}
.messagebody .melist .b {
  background: #ccc;
  font-size: 18px;
  color: #fff;
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
  font-family: 'Microsoft YaHei';
  cursor: pointer;
  margin-top: 20px;
}
.messagebody .melist .b2 {
  background: #0166ce;
}
.messagebody .melist .b2:hover {
  background: #E50012;
}
.messagebody .melist .b:hover {
  background: #0166ce;
}
.messagebody .inputs {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.messagebody .inputs label {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .message {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
}
.in-ready {
  text-align: center;
  margin: 2% 0;
}
.in-ready h4 {
  font-size: 24px;
  font-weight: normal;
  color: #333333;
}
.in-ready .btn {
  margin: 15px auto;
  background: url(../image/djwz.jpg) center repeat-x;
  width: 900px;
}
.in-ready .btn a {
  display: inline-block;
  vertical-align: middle;
  border-left: 25px solid #fff;
  border-right: 25px solid #fff;
  line-height: 55px;
  background-color: #e62022;
  color: #fff;
  width: 350px;
  font-size: 22px;
}
.in-ready p {
  font-size: 16px;
  letter-spacing: 5px;
  text-indent: 5px;
}
.numbbox {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 200;
  box-shadow: 0 2px 10px #dedede;
  overflow: hidden;
}
.numbli {
  width: 25%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 15px;
  border-right: 1px #f3f3f3 solid;
  margin-top: 15px;
}
.numbli p {
  font-size: 18px;
  color: #3b3b3b;
  margin-bottom: 6px
}
.numbli p span {
  font-size: 42px;
  font-family: 'DINPro-Bold';
  color: #3b3b3b;
}
.numbli h3 {
  font-weight: normal;
  font-size: 17px;
  margin: 0;
  color: #3b3b3b;
}
.numbbox .numbli:nth-child(2), .numbbox .numbli:last-child {
  border: none;
}
@media screen and (max-width:1580px) {
  .numbli p {
    font-size: 16px;
  }
  .numbli p span {
    font-size: 36px;
  }
  .numbli h3 {
    font-size: 15px;
  }
}
@media screen and (max-width:1450px) {
  .numbli p {
    font-size: 15px;
  }
  .numbli p span {
    font-size: 30px;
  }
  .numbli h3 {
    font-size: 14px;
  }
}
@media screen and (max-width:768px) {
  .numbli {
    width: 50%;
  }
  .numbli p span {
    font-size: 24px;
  }
}
.tmbox {
  width: 100%;
  overflow: hidden;
}
.tmbox ul li {
  width: 49%;
  height: 210px;
  float: left;
  position: relative;
  margin: 0 2% 2% 0;
}
.tmbox ul li .tmcont {
  padding: 20px;
}
.tmbox ul li .tmcont h2 {
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  line-height: 55px;
}
.tmbox ul li .tmcont h2 img {
  float: left;
  margin: 0px 15px 0px 0px;
}
.tmbox ul li .tmcont p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .tmbox ul li {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 0 0 2% 0 !important;
  }
  .tmbox ul li .tmcont {
    padding: 15px;
  }
  .tmbox ul li .tmcont h2 {
    font-size: 20px;
    line-height: 40px;
  }
  .tmbox ul li .tmcont h2 img {
    height: 40px;
    margin: 0px 10px 0px 0px;
  }
  .tmbox ul li .tmcont p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.keysmap {
  overflow: hidden;
  margin: 1% 0;
}
.keysmap li {
  float: left;
  width: 10.5%;
  margin: 1%;
  border: 1px solid #dcdcdc;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.keysmap li:hover {
  border-color: #E50012;
}
.keysmap li:hover a {
  display: block;
  background: #E50012;
  color: #ffffff;
}
@media screen and (max-width:1440px) {
  .keysmap li {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
}
@media screen and (max-width:1200px) {
  .keysmap li {
    width: 14.66%;
  }
}
@media screen and (max-width:768px) {
  .keysmap li {
    width: 23%;
  }
}
@media screen and (max-width:540px) {
  .keysmap li {
    width: 31.33%;
  }
}
.link.shengxi {
  position: fixed;
  left: 0;
  top: -1000;
  width: 100%;
  height: 500px;
  overflow: hidden;
}