* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "微软雅黑";
}
@font-face{
  font-family: 'DINPro';
  src: url('../images/font/DINPro-Medium.otf');
  font-style: normal;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #202633!important;
}
.header .wrap {
  height: 64px;
  position: relative;
}
.header .logo {
  position: absolute;
  top: 0;
  left: -15%;
  display: inline-block;
  width: 160px;
  height: 66px;
}
.header .logo img,.header .logo embed {
  width: 100%;
  height: 100%;
}
.header .nav {
  display: inline-block;
  float: left;
  padding: 20px 0 25px;
  /* margin-left: 100px; */
}
.header .nav .item {
  position: relative;
  display: inline-block;
  float: left;
  color: #fff;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  margin: 0 25px;
  cursor: pointer;
}
.header .nav .cur,
.header .nav .item:hover {
  color: #3394FF;
}
.header .nav .sub-item {
  display: none;
  position: absolute;
  top:10px;
  left: 50%;
  width: 180px;
  height: 135px;
  margin-left: -40px;
  padding-top: 33px;
}
.header .nav .sub-item a {
  display: block;
  width: 130px;
  height: 44px;
  line-height: 44px;
  padding:0 20px;
  color: #FBFBFB;
  font-size: 14px;
  cursor: pointer;
  background: #2F3746;
}
.header .nav .sub-item .cur,
.header .nav .sub-item a:hover {
  background: #202633;
  color: #3394FF;
}
.header .nav .sub-main {
  display: block;
  width: 130px;
}
.header .nav .item:hover .sub-item {
  display: block;
}
.header .user-box{
  position: absolute;
  top: 16px;
  right: -15%;
  height: 32px;
}
.header .user-box a{
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 30px;
  margin:0 8px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border:1px solid #fff;
  text-align: center;
  border-radius: 3px;
}
.header .user-box .login{
  background: rgba(255, 255, 255, 0.2);
}
.footer {
  height: 313px;
}
.footer .wrap {
  height: 270px;
  padding-top:79px;
}
.footer .foot-left,
.footer .foot-right {
  display: inline-block;
  float: left;
}
.footer .list {
  display: inline-block;
  float: left;
  width: 80px;
  margin-right: 256px;
}
.footer .list a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 26px;
}
.footer .list .tit {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 23px;
}
.footer .foot-right {
  float: right;
}
.footer .foot-right .lx-txt,.footer .foot-right .code {
  display: inline-block;
  float: left;
}
.footer .foot-right .lx-txt{
  margin-right: 60px;
}
.footer .foot-right .lx-txt .tit{
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.footer .foot-right .lx-txt .con{
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 21px;
  font-family: 'DINPro';
}
.footer .foot-right .code img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
}
.footer .foot-right .code p {
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.footer .foot-right .code p i{
  display: inline-block;
  float: left;
  width: 27px;
  height: 22px;
  background: url(../images/icon_watch.png) no-repeat;
  background-size: 100% 100%;
  margin:0 6px;
}
.footer .foot-bom {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  height: 42px;
  line-height: 42px;
  background:#2F3746;
}
.sfooter {
  background: url(../images/ft-bg.png) no-repeat;
  background-size: 100% 100%;
}
.server-box{
  width: 60px;
  height: 258px;
  position: fixed;
  right: 22px;
  bottom: 30%;
  z-index: 30;
  display: none;
}
.server-box .slist{
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  cursor: pointer;
}
.server-box .slist .sl-box{
  padding-right: 20px;
  display: none;
}
.server-box .plist{
  background: url(../images/index/ic_phone.png) no-repeat;
  background-size: 100% 100%;
}
.server-box .plist:hover{
  background: url(../images/index/ic_phone_d.png) no-repeat;
  background-size: 100% 100%;
}
.server-box .mlist{
  background: url(../images/index/ic_xx.png) no-repeat;
  background-size: 100% 100%;
}
.server-box .mlist:hover{
  background: url(../images/index/ic_xx_d.png) no-repeat;
  background-size: 100% 100%;
}
.server-box .hlist{
  background: url(../images/index/ic_bz.png) no-repeat;
  background-size: 100% 100%;
}
.server-box .hlist:hover{
  background: url(../images/index/ic_bz_d.png) no-repeat;
  background-size: 100% 100%;
}
.server-box .tlist{
  background: url(../images/index/ic_zd.png) no-repeat;
  background-size: 100% 100%;
}
.server-box .tlist:hover{
  background: url(../images/index/ic_zd_d.png) no-repeat;
  background-size: 100% 100%;
}
.server-box .plist .sl-box{
  width: 236px;
  position: absolute;
  top:1px;
  left: -226px;
}
.server-box .plist .sl-main{
  width: 216px;
  height: 122px;
  background:#fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.04);
}
.server-box .plist:hover .sl-box{
  display: block;
}
.server-box .plist .txt1{
  color:#575757;
  font-size: 18px;
  line-height: 25px;
  padding: 16px 20px 4px;
}
.server-box .plist .txt2{
  color:#3394FF;
  font-size: 26px;
  line-height: 32px;
  padding: 0 20px 12px;
  white-space: nowrap;
  font-family: 'DINPro';
}
.server-box .plist .txt3{
  color:#575757;
  font-size: 14px;
  line-height: 32px;
  background:#F7F7F7;
  padding: 0 20px;
}
.server-box .mlist .sl-box{
  width: 378px;
  position: absolute;
  top: -65px;
  left: -368px;
}
.server-box .mlist .sl-main{
  width: 358px;
  height: 505px;
  background:#F7F7F7;
  border-radius: 4px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.04);
}
.server-box .mlist:hover .sl-box{
  display: block;
}
.server-box .mlist .hd{
  border-radius: 4px 4px 0px 0px;
  height: 50px;
  background:#3394FF;
  padding: 12px 22px;
  line-height: 25px;
  color: #fff;
  font-size: 18px;
}
.server-box .mlist .bd{
  background:#fff;
  height: 384px;
  padding: 10px 22px;
  color: #fff;
  font-size: 18px;
}
.server-box .mlist .bd .tit{
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.server-box .mlist .bd .tit i{
  color: #FF5A5A;
  font-style: normal;
  padding-right: 5px;
}
.server-box .mlist .bd input,.server-box .mlist .bd textarea{
  width: 316px;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  padding: 12px 16px;
  line-height: 20px;
  margin:6px 0 20px
}
.server-box .mlist .bd textarea{
  height: 133px;
}
.server-box .mlist .ft .s-btn {
  display:block;
  width: 314px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  background:#3394FF;
  margin:12px auto;
}
.error-box{
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 100;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.7);
  min-width: 150px;
  margin-left: -75px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1440px) {
  body{
    min-width: 1000px;
  }
  .wrap {
    width: 1000px;
  }
  .header{
    height: 50px;
  }
  .header .wrap {
    height: 50px;
  }
  .header .logo {
    width: 107px;
    height: 49px;
  }
  .header .nav {
    padding: 13px 0;
    /* margin-left: 40px; */
  }
  .header .nav .item {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0 30px;
  }
  .header .nav .sub-item {
    top: 4px;
    width: 110px;
    height: 100px;
    margin-left: -43px;
  }
  .header .nav .sub-item a {
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .header .nav .sub-main {
    width: 110px;
  }
  .header .user-box{
    position: absolute;
    top:11px;
    /* right:-94px; */
    height: 28px;
  }
  .header .user-box a{
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 26px;
    margin:0 10px;
    font-size: 12px;
  }
  .footer {
    background-color: #282828;
  }
  .footer .wrap {
    width: 1000px;
    height: 176px;
    padding:50px 0 0;
  }
  .footer .list {
    margin-right:150px;
  }
  .footer .list a {
    font-size: 12px;
    line-height: 18px;
  }
  .footer .list .tit {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .footer .foot-right .lx-txt{
    margin-right: 60px;
  }
  .footer .foot-right .lx-txt .tit{
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 18px;
  }
  .footer .foot-right .lx-txt .con{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .footer .foot-right .code img {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }
  .footer .foot-right .code p {
    line-height: 18px;
    font-size: 12px;
  }
  .footer .foot-right .code p i{
    width: 20px;
    height: 16px;
    margin:0 4px;
  }
  .footer .foot-bom {
    font-size: 12px;
    line-height: 32px;
    height: 32px;
  }
  .sfooter {
    height: 234px;
  }
  .sfooter .foot-top{
    height: 202px;
  }
  .server-box{
    width: 45px;
    height: 200px;
  }
  .server-box .slist{
    width: 45px;
    height: 45px;
    margin-bottom: 3px;
  }
  .server-box .plist .sl-box{
    width: 182px;
    left: -182px;
  }
  .server-box .plist .sl-main{
    width: 162px;
    height: 91px;
  }
  .server-box .plist .txt1{
    font-size: 11px;
    line-height: 27px;
    padding: 13px 15px 3px;
  }
  .server-box .plist .txt2{
    font-size: 20px;
    line-height: 24px;
    padding: 0 15px 9px;
  }
  .server-box .plist .txt3{
    font-size: 12px;
    line-height: 24px;
    padding: 0 15px;
  }
  .server-box .mlist .sl-box{
    width: 288px;
    position: absolute;
    top: -48px;
    left: -288px;
  }
  .server-box .mlist .sl-main{
    width: 268px;
    height: 378px;
  }
  .server-box .mlist .hd{
    height: 38px;
    padding: 10px 16px;
    line-height: 17px;
    font-size: 12px;
  }
  .server-box .mlist .bd{
    height: 288px;
    padding: 10px 16px;
  }
  .server-box .mlist .bd .tit{
    font-size: 12px;
    line-height: 18px;
  }
  .server-box .mlist .bd .tit i{
    padding-right: 4px;
  }
  .server-box .mlist .bd input,.server-box .mlist .bd textarea{
    width: 237px;
    padding: 8px 12px;
    line-height: 18px;
    margin:8px 0 15px
  }
  .server-box .mlist .bd textarea{
    height: 100px;
  }
  .server-box .mlist .ft .s-btn {
    width: 236px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    margin:10px auto;
  }
}
