@charset "UTF-8";
/**
 * @desc File Info
 * @author MaLiang
 * @date 2019-4-16
*/
/* 业态级别框架样式 */
body {
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
.min_width {
  width: 100%;
  min-width: 1200px;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.pop_box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
/* S 头部 */
.top_banner {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 96px;
  overflow: hidden;
}
.top_banner > img {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.header_top {
  width: 100%;
  min-width: 1200px;
  height: 36px;
}
.header_btm {
  width: 100%;
  min-width: 1200px;
  height: 90px;
}
/* E 头部 */
/* S banner */
.banner {
  width: 100%;
  min-width: 1200px;
  height: 540px;
  overflow: hidden;
  position: relative;
}
.banner > .w1200 {
  position: relative;
  z-index: 1;
  /* S banner nav */
  /* E banner nav */
  /* S banner form */
  /* E  banner form */
}
.banner > .w1200 .banner_nav {
  float: left;
  width: 260px;
  height: 540px;
}
.banner > .w1200 .banner_form {
  width: 300px;
  max-width: 420px;
  float: right;
}
.banner_swiper {
  width: 1920px;
  height: 540px !important;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.swiper-wrapper {
  height: 540px !important;
}
.pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 20px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #555;
  margin-right: 10px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
/* E banner */
/* S banner 下方优势  */
.advantage {
  width: 100%;
  min-width: 1200px;
  height: 120px;
}
/* E banner 下方优势  */
/* S footer */
.footer {
  width: 100%;
  min-width: 1200px;
  height: 260px;
  margin-bottom: 120px;
}
/* E footer */
/* S 底部悬浮框 */
.btmbar {
  width: 100%;
  min-width: 1200px;
  height: 120px;
  position: fixed;
  left: 0;
  bottom: 0;
}
/* E 底部悬浮框 */
/* S  右侧边栏 */
.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}
/* E  右侧边栏 */
/* S 弹出广告窗 */
.pop_banner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
/* E 弹出广告窗 */
/* S 弹出一级表单 */
.pop_form {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
/* S 弹出一级表单 */
/* S 二级表单 */
.ejForm {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
/* E 二级表单 */




/*导航重构*/
.main-menu {
    margin: 0 auto;
    width: 1200px;
    min-height: 25px;
    background: #fff;
    line-height: 90px;
}
.main-menu:after {
    content:'';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    clear: both
}
.main-menu ul {
    width: 1200px;
    /* overflow: hidden; */
    margin: 0 auto;
    position: relative;
}
.main-menu ul>li {
    display: block;
    float: left;
    margin: 0 32px
}
.main-menu ul>li:first-child {
    margin-left: 88px;
}
.main-menu ul>li:last-child {
    margin-right: 0
}
.main-menu ul>li>a {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    /*font-weight: 700;*/
    line-height: 84px;
    font-family: MicrosoftYaHei;
    text-align: center;
}
.main-menu ul>li>a:hover {
    color: #4974F5
}
.main-menu ul>li:hover>a {
    color: #4974F5
}
.active_top>a {
    color: #4974F5!important
}
.main-menu ul>li:hover .two_menu {
    display: block;
}
.two_menu {
    display: none;
    position: absolute;
    width: 1200px;
    height:58px;
    background:rgba(255, 255, 255, 1);
    box-shadow:0px 3px 9px 1px rgba(214, 214, 219, 0.3);
    z-index: 999999999;
    padding: 0 25px;
    box-sizing: border-box;
    padding-right:40px;
    line-height: 58px;
    left: 0;
    transition: all .3s;
    top:70px;
}
.two_menu a {
    color: #333;
    font-size: 14px;
    margin-right: 14px;
}
.two_menu a:hover{
    color: #4974F5;
}
.one_menu a i, .two_menu a i {
    color: #4974F5;
    font-size: 10px;
}
.hotline {
    float: right;
    padding-top: 24px;
}
.hotline .left-icon {
    float: left;
    width: 40px;
    margin-right: 11px;
}
.hotline .right-text {
    float: left;
}
.hotline .right-text span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: block
}
.hotline .right-text b {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #4974F5;
    display: block
}
/*.header_btm .head_tel{*/
    /*background-color:#4974F5!important;*/
/*}*/
.on{
    font-weight: 700;
    color: #4974F5!important;
}
.on>.menu-line{
    width: 64px;
    height: 3px;
    background: #4974F5;
    margin: 0 auto;
}
 /*.head_nav > li a.on{color: #4974F5 !important;border-bottom: 2px solid #4974F5;}*/
