@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a {
  color: black; }

html,
body {
  width: 100%; }

li {
  list-style: none; }

a {
  text-decoration: none; }

.box {
  width: 1200px;
  margin: 0 auto; }

.nav {
  height: 127px;
  position: fixed;
  z-index: 100;
  background: white;
  width: 100%;
  top: 0;
  z-index: 999999;
  line-height: 87px;
  border-bottom: 1px solid #f0f0f0; }

.mybox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden; }

.navtop {
  width: 100%;
  height: 40px;
  background: #252225; }

.navtop_mid {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  color: #666666;
  font-size: 14px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.navtop_mid span {
  margin-top: 3px;
  display: block;
  height: 36px;
  width: 146px;
  float: left;
  margin-right: 22px; }

.navtop_mid span a {
  color: #666666; }

.navtop_mid span:nth-child(2) {
  text-align: right;
  background: url("../images/nav_tel.png") no-repeat center left;
  background-size: 17px 17px;
  width: 122px; }

.navtop_mid span:nth-child(3) {
  text-align: right;
  background: url("../images/nav_time.png") no-repeat center left;
  background-size: 15px 15px;
  width: 230px; }

.navright {
  float: right; }

.navright a {
  margin-left: 24px;
  display: inline-block;
  height: 40px;
  background-size: cover; }

.navright a:nth-child(1) {
  width: 20px;
  background: url("../images/nav_qq.png") no-repeat center center; }

.navright a:nth-child(2) {
  width: 24px;
  background: url("../images/nav_wx.png") no-repeat center center; }

.navright a:nth-child(3) {
  width: 24px;
  background: url("../images/nav_wb.png") no-repeat center center; }

.navright a:nth-child(1):hover {
  background: url("../images/nav_qq_on.png") no-repeat center center; }

.navright a:nth-child(2):hover {
  background: url("../images/nav_wx_on.png") no-repeat center center; }

.navright a:nth-child(3):hover {
  background: url("../images/nav_wb_on.png") no-repeat center center; }

.navtop .nav_show_ewm {
  display: none;
  height: 155px;
  top: 30px;
  background: url("../images/nav_ewm_bg.png") no-repeat center center;
  width: 127px;
  position: absolute;
  right: 0; }

.navtop .nav_show_ewm img {
  margin-top: 10px;
  width: 100%;
  display: block; }

.navtop .nav_show_ewm p {
  width: 100%;
  text-align: center;
  height: 20px;
  line-height: 6px; }

.navwrap {
  width: 1200px;
  margin: 0 auto;
  height: 87px; }

.nav .logo {
  float: left;
  box-sizing: border-box;
  overflow: hidden; }

.nav .logo img {
  display: block;
  margin-top: 18px; }

.subnav {
  width: 996px;
  float: right; }

.subnav span {
  /* position: relative; */
  /* padding: 0 10px; */
  background: red;
  height: 87px;
  width: auto;
  display: inline-block; }

.subnav span a {
  float: left;
  padding: 0 15px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  color: black;
  height: 87px;
  line-height: 87px;
  background: #ffffff; }

.subnav > div {
  float: right;
  line-height: normal; }

.subnav > div p {
  height: 24px;
  font-size: 18px;
  margin-top: 23px; }

.subnav > div img {
  display: block;
  margin-top: 3px;
  width: 168px;
  height: 22px; }

.subnav a:hover {
  color: #fc7e2a; }

.subnav a.active {
  border-top: 5px solid #fc7e2a;
  color: #fc7e2a;
  box-shadow: 0px 0px 11.83px 1.17px rgba(0, 0, 0, 0.03);
  height: 94px;
  line-height: 77px;
  border-bottom: 1px solid #f0f0f0; }

.banner {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-top: 128px; }

.banner .bannerwrap {
  width: 100%; }

.swiper-container li {
  width: 100%; }

.swiper-container li img {
  width: 100%; }

.banner_wrap {
  position: absolute;
  margin: 258px auto;
  height: 115px;
  box-sizing: border-box;
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  bottom: 12px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between; }

.swiper-pagination {
  position: absolute;
  bottom: 10px !important; }

.swiper-pagination span {
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.6);
  border-style: solid;
  border-radius: 50%;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  background: none; }

.banner .swiper-pagination-bullet-active {
  background: white; }

.banner_wrap span.toprev {
  width: 50px;
  height: 95px;
  background: url("../images/toprev.png") no-repeat center center;
  background-size: cover; }

.banner_wrap span.tonext {
  width: 50px;
  height: 95px;
  left: 44px;
  background: url("../images/tonext.png") no-repeat center center;
  background-size: cover; }

.zdroll {
  animation: zdfirst .5s linear;
  -webkit-animation: zdfirst .5s linear; }

.foot {
  width: 100%;
  background: #252225;
  color: white; }

.foot a {
  color: white; }

.f_t .l_box,
.f_t span,
.f_t .m_ewm,
.f_t .r_box {
  float: left; }

.l_box {
  margin-right: 84px; }

.l_box dl {
  float: left;
  width: 167px;
  text-align: center; }

.l_box dl dt {
  margin-top: 98px;
  margin-bottom: 30px;
  font-size: 18px; }

.l_box dl a {
  display: block; }

.l_box dd a:hover {
  color: #ea5513; }

.l_box dl dd a {
  font-size: 16px;
  margin-bottom: 28px; }

.more_severs {
  margin-left: 32px; }

.f_t > span {
  display: block;
  width: 1px;
  background: #373437;
  height: 184px;
  margin-top: 132px; }

.f_t .m_ewm {
  padding: 98px 78px 0; }

.f_t .m_ewm > img {
  display: block; }

.f_t .m_ewm .online_chat {
  overflow: hidden; }

.f_t .m_ewm .online_chat a {
  display: block;
  width: 115px;
  height: 35px;
  margin: 0 auto;
  background: url("../images/btn_online.png") no-repeat center center;
  background-size: 115px 35px;
  margin-top: 62px; }

.f_t .m_ewm .online_chat a:hover {
  background: url("../images/btn_online_on.png") no-repeat center center; }

.f_t .r_box {
  margin-left: 125px;
  margin-top: 98px;
  width: 318px; }

.f_t .r_box ._icon {
  width: 188px;
  display: flex;
  justify-content: space-between; }

.f_t .r_box ._icon a {
  margin: 0; }

.f_t .r_box ._icon a span {
  width: 48px;
  height: 48px;
  display: inline-block; }

.f_t .r_box ._icon a:nth-child(1) span {
  background: url("../images/f_qq.png") no-repeat center center; }

.f_t .r_box ._icon a:nth-child(2) span {
  background: url("../images/f_wx.png") no-repeat center center; }

.f_t .r_box ._icon a:nth-child(3) span {
  background: url("../images/f_wb.png") no-repeat center center; }

.f_t .r_box ._icon a:nth-child(1) span:hover {
  background: url("../images/f_qq_on.png") no-repeat center center; }

.f_t .r_box ._icon a:nth-child(2) span:hover {
  background: url("../images/f_wx_on.png") no-repeat center center; }

.f_t .r_box ._icon a:nth-child(3) span:hover {
  background: url("../images/f_wb_on.png") no-repeat center center; }

.f_t .r_box a,
.f_t .r_box p {
  margin-top: 29px;
  font-size: 16px;
  width: 314px;
  display: inline-block; }

span.f_wx {
  position: relative; }

.f_show_ewm {
  width: 127px;
  height: 155px;
  background: url("../images/foot_ewm_bg.png") no-repeat center center;
  background-size: 127px 155px;
  position: absolute;
  top: -157px;
  left: -38px;
  display: none;
  z-index: 9; }

.f_show_ewm img {
  margin: 2px; }

.f_t {
  overflow: inherit !important;
  height: 372px; }

.f_m {
  height: 108px;
  background: #1d1a1d;
  width: 100%; }

.f_m .f_m_wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 32px 32px 0;
  font-size: 14px; }

.f_m .f_m_wrap p:nth-child(1) a {
  margin-right: 25px; }

.f_m .f_m_wrap p:nth-child(2) {
  margin-top: 19px; }

.f_m .f_m_wrap p:nth-child(2) a {
  color: #999999; }

.f_copyright {
  height: 104px;
  line-height: 104px;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-around;
  color: #999999;
  font-size: 14px; }

.f_m a:hover {
  color: #ea5513; }

/* 底部二维码 */
#f_wx:hover .f_show_ewm {
  display: block; }

/* 导航二维码 */
.navright a:nth-child(2):hover .nav_show_ewm {
  display: block; }

@keyframes zdfirst {
  0% {
    transform: rotate(0deg);
    /* transform-origin:5px 18px; */ }
  50% {
    transform: rotate(180deg);
    /* transform-origin:5px 18px; */ }
  100% {
    transform: rotate(360deg);
    /* transform-origin:5px 18px; */ } }
@-webkit-keyframes zdfirst {
  0% {
    -webkit-transform: rotate(0deg);
    /* transform-origin:5px 18px; */ }
  50% {
    -webkit-transform: rotate(180deg);
    /* transform-origin:5px 18px; */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* transform-origin:5px 18px; */ } }
@keyframes zdfirst1 {
  0% {
    width: 124px;
    color: #000;
    background-color: #fff; }
  50% {
    width: 130px; }
  100% {
    width: 136px;
    color: #fff;
    background-color: #fc7e2a; } }
@-webkit-keyframes zdfirst1 {
  0% {
    width: 124px;
    color: #000;
    background-color: #fff; }
  50% {
    width: 130px; }
  100% {
    width: 136px;
    color: #fff;
    background-color: #fc7e2a; } }
.knowmore:hover {
  animation: zdfirst1 .7s;
  -webkit-animation: zdfirst1 .7s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

.knowmore:hover span.endspan {
  animation: zdfirst .5s linear .3s;
  -webkit-animation: zdfirst .5s linear .3s;
  animation-delay: .3s;
  -webkit-animation-delay: .3s; }
