@import url("http://www.mobiletrain.org/css/index/iconfont.css");
.base {
  margin: 0 auto;
  width: 1200px;
}

.top {
  height: 37px;
  background-color: #edf0f4;
  z-index: 3 !important;
  position: relative;
}
.top .sy_top_c {
  display: flex;
  justify-content: space-between;
}
.top .sy_top_c .sy_top_left {
  display: flex;
}
.top .sy_top_c .sy_top_left .sy_top_txt {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 37px;
  margin-right: 24px;
  white-space: nowrap;
}
.top .sy_top_c .sy_top_right {
  display: flex;
  align-items: center;
  height: 37px;
}
.top .sy_top_c .sy_top_right .header-gfweixin {
  position: relative;
}
.top .sy_top_c .sy_top_right .header-gfweixin:hover div {
  display: block;
}
.top .sy_top_c .sy_top_right .header-gfweixin .sy_top_right_qrcode {
  display: block;
  width: 108px;
  height: 24px;
  background-color: #326cf6;
  border-radius: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}
.top .sy_top_c .sy_top_right .header-gfweixin div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
  width: 171px;
  height: 171px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  border-radius: 6px;
  border: solid 1px #f2f3f9;
  text-align: center;
  display: none;
  z-index: 2;
}
.top .sy_top_c .sy_top_right .header-gfweixin div img {
  height: 111px;
  display: block;
  margin: 7px auto 2px auto;
}
.top .sy_top_c .sy_top_right .header-gfweixin div p {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.top .sy_top_c .sy_top_right .sinaweibo {
  width: 78px;
  height: 24px;
  margin-left: 17px;
  margin-right: 4px;
  margin-top: 2px;
}
.top .sy_top_c .sy_top_right .sy_top_warp {
  position: relative;
  color: #979797;
  font-size: 14px;
  padding: 0 5px;
}
.top .sy_top_c .sy_top_right .sy_top_warp:hover {
  background: #fff;
  line-height: 37px;
  color: #326cf6;
}
.top .sy_top_c .sy_top_right .sy_top_warp:hover .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(180deg);
}
.top .sy_top_c .sy_top_right .sy_top_warp:hover .sy_wap_box {
  display: flex;
}
.top .sy_top_c .sy_top_right .sy_top_warp .index-xia_sanjiao {
  display: inline-block;
  font-size: 6px;
  color: #999999;
  margin-left: 4px;
  transform: rotate(0deg);
}
.top .sy_top_c .sy_top_right .sy_top_warp .sy_wap_box {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 37px;
  right: 0;
  width: 369px;
  height: 171px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  /* border-radius: 6px; */
  border: solid 1px #f2f3f9;
  box-sizing: border-box;
  z-index: 4;
  border-top: none;
}
.top .sy_top_c .sy_top_right .sy_top_warp .sy_wap_box div {
  width: 160px;
  text-align: center;
}
.top .sy_top_c .sy_top_right .sy_top_warp .sy_wap_box div p {
  text-align: center;
  color: #666666;
  font-size: 12px;
}
.top .sy_top_c .sy_top_right .sy_top_warp .sy_wap_box .mini img {
  height: 110px;
}
.top .sy_top_c .sy_top_right .sy_top_warp .sy_wap_box .gzh img {
  height: 92px;
  margin-bottom: 7px;
  margin-top: 10px;
}

.head {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.head .inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
}
.head .inner .nav-container {
  display: flex;
  align-items: center;
}
.head .inner .nav-container .qf_logo img {
  height: 45px;
}

.nav-container .icon-dianhua1 {
  display: block;
  width: 37px;
  line-height: 37px;
  background-color: #326cf6;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  -webkit-animation: phoneIcon_ani ease 0.5s infinite alternate;
  animation: phoneIcon_ani ease 0.5s infinite alternate;
}

@-webkit-keyframes phoneIcon_ani {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

@keyframes phoneIcon_ani {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.phone-box {
  position: relative;
}
.phone-box:hover .phone-box-con {
  display: block;
}
.phone-box .phone-box-con {
  display: none;
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  width: 127px;
  height: 47px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  padding-top: 10px;
}
.phone-box .phone-box-con::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
.phone-box .phone-box-con h3 {
  color: #326cf6;
  font-size: 16px;
  font-weight: bold;
}

.nav_left img {
  float: left;
}
.nav_left .xq {
  position: relative;
}
.nav_left .xq_tab {
  position: relative;
  cursor: pointer;
  z-index: 1000;
}
.nav_left .xq_tab:hover .p1 {
  width: 333px;
  height: 121px;
}
.nav_left .xq_tab:hover em {
  background: #fff;
  color: #326cf6;
}
.nav_left .xq_tab:hover em .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(-180deg);
}
.nav_left .xq_tab em {
  position: relative;
  color: #000000;
  font-size: 14px;
  display: block;
  height: 100%;
  line-height: 37px;
  width: 80px;
  margin-top: -1px;
  padding-left: 10px;
}
.nav_left .xq_tab em .index-ditu-dibiao {
  color: #ff6600;
  font-size: 16px;
  margin-right: 4px;
}
.nav_left .xq_tab em .index-xia_sanjiao {
  display: inline-block;
  color: #999;
  font-size: 8px;
  margin-left: 4px;
  transform: rotate(0deg);
}
.nav_left .p1 {
  width: 0px;
  height: 0px;
  background: #ffffff;
  box-shadow: rgba(216, 220, 233, 0.3) 0px 0px 10px 0px;
  border: 1px solid #f2f3f9;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 0px;
  border-top: none;
}
.nav_left .p1 .p2 {
  padding: 24px 20px 20px 10px;
}
.nav_left a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding-left: 8px;
  white-space: nowrap;
  padding-bottom: 8px;
}
.nav_left a:hover {
  color: #326cf6;
}
.nav_main {
  position: relative;
  margin-left: 100px;
  margin-right: 10px;
}

.nav_right_bg {
  position: relative;
  /* height: 90px; */
  width: 870px;
  margin: 0;
}

.nav_right {
  display: flex;
}
.nav_right i:hover {
  color: #326cf6;
  font-weight: bold;
}
.nav_right i:hover .icon {
  font-weight: normal;
}
.nav_right i:hover div {
  display: block;
}
.nav_right i:hover em.icon {
  display: inline-block;
  font-size: 11px;
  transform: rotate(-180deg);
}
.nav_right i div {
  position: absolute;
  top: 70px;
  box-sizing: border-box;
  background: #ffffff;
  display: none;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 154px;
  box-shadow: #999999 0px 0px 8px;
  border-radius: 6px;
  padding: 10px 0px;
}
.nav_right i div.nav_dropmenu_box {
  left: -120px;
  transform: translateX(0%);
  width: 976px;
  /* height: 402px; */
  background: #f7f7f7;
}
.nav_right i div.nav_jysl_box {
  width: 100px;
}
.nav_right i div.nav_gyqf_box {
  width: 100px;
}
.nav_right i div.nav_xqfy_box {
  width: 120px;
}
.nav_right i div.nav_jyfw_box {
  width: 120px;
}
.nav_right i div.nav_rdht_box {
  width: 120px;
}
.nav_right i div.nav_rzks_box {
  width: 174px;
  text-align: left;
}
.nav_right i div.nav_itpx_box {
  width: 174px;
  text-align: left;
}
.nav_right i div a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  height: 33px;
  line-height: 33px;
}
.nav_right i div a:hover {
  background-color: #eff6ff;
}
.nav_right i div a .icon {
  font-size: 16px;
  color: #326cf6;
  margin-left: 20px;
  margin-right: 16px;
}
.nav_right i div a .icon-pmp {
  margin-right: -13px;
  margin-left: 15px;
}
.nav_right i em.icon {
  display: inline-block;
  font-size: 11px;
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
  font-weight: normal;
  margin-left: 4px;
}
.nav_right a:hover {
  color: #326cf6;
  font-weight: bold;
}
.nav_right a:hover .icon {
  font-weight: normal;
}
.nav_right .nav:hover {
  position: relative;
}
.nav_right .nav:hover::after {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 14px;
  height: 4px;
  background-color: #326cf6;
  border-radius: 2px;
}

.nav_right .nav {
  position: relative;
  text-align: center;
  display: inline-block;
  /* height: 90px; */
  line-height: 82px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  margin-left: 22px;
}

.nav_right .nav_index {
  margin-left: 0;
}

.nav_right_bg .nav_dropmenu_box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px 10px;
}

.nav_right_bg .nav_dropmenu_box ul li a {
  display: flex;
  align-items: center;
  width: 173px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease 0s;
  margin: 0px 8px 18px;
  box-sizing: border-box;
}

.nav_right_bg .nav_dropmenu_box ul li a .icon {
  margin: 0px 17px 0px 20px;
  display: inline-block;
  width: 33px;
  height: 33px;
  background: #eff6ff;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
  color: #4067e0;
  font-size: 18px;
  transition: all 0.3s ease 0s;
}

.nav_right_bg .nav_dropmenu_box ul li a:hover {
  background: #326cf6;
  color: #ffffff;
}

.nav_right_bg .nav_dropmenu_box ul li a:hover .icon {
  background: #eff6ff !important;
  color: #326cf6 !important;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(1) a .icon {
  color: #e84325;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(3) a .icon {
  color: #ea652b;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(4) a .icon {
  color: #e83e25;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(5) a .icon {
  color: #5dc297;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(6) a .icon {
  color: #5da938;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(7) a .icon {
  color: #397dda;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(8) a .icon {
  color: #7b28d9;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(9) a .icon {
  color: #1b42c3;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(10) a .icon {
  color: #d12e7f;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(11) a .icon {
  color: #ffa209;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(12) a .icon {
  color: #761ede;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(13) a .icon {
  color: #60c960;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(14) a .icon {
  color: #5cc1af;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(15) a .icon {
  color: #4f1bc3;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(16) a .icon {
  color: #d60000;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(17) a .icon {
  color: #326cf6;
}

.nav_right_bg .nav_dropmenu_box ul li:nth-of-type(18) a .icon {
  color: #ff2700;
}
.nav_right .nav:nth-child(1) {
  margin-left: 0 !important;
}
