@charset "UTF-8";
[v-cloak] {
  display: none !important;
}

#app {
  font-family: Arial, Helvetica, sans-serif, "Lucida Grande", Verdana;
  word-wrap: break-word;
  line-height: 1;
  background-color: #ffffff;
  margin: 0 auto;
  color: #333;
  font-size: 16px !important;
}

html, body, article, div, span, object, iframe, p, del, dfn, h2, h1, h4, h3, h5,
h6, em, img, a, input, q, samp, small, ins, kbd, strong, b, i, ol, li, ul, dl, dd, dt, form,
label, fieldset, table, tbody, thead, tfoot, th, td, tr, aside, header, footer, nav,
section {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div{
  cursor: default;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-tap-highlight-color: transparent;
}

/*头部导航菜单*/
.nav-back {
  background: #FFFFFF;
  width: 100%;
  height: 66px;
  line-height: 66px;
  z-index: 2;
  position: relative;
  color: #000000;
}

.ons {
	color: #CB3042 !important;
	font-weight: bold;
}

.index-nav {
  width: 1200px;
  height: 66px;
  line-height: 66px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}

.index-logo {
  flex: 2;
  display: flex;
  align-items: center;
}

.siteLogo {
  width: 148px;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
}

.site-name {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

#logo-img {
  max-width: 100%;
  height: 40px;
}


.nav-box {
  flex: 6;
  height: 66px;
  line-height: 66px;
  display: flex;
  justify-content: space-between;
}

.nav-list {
  font-size: 18px;
  cursor: pointer;
	position: relative;
}

.nav-list:hover {
  color: #CB3042;
}

.navs-boxser {
  position: relative;
  padding: 0px 20px;
  overflow: hidden;
}

.nav-tab {
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}

#nav-img {
  width: 15px;
  height: 15px;
}

.navs {
  text-align: left;
  margin-left: 15px;
  color: #000000;
}

.navs:hover {
  color: #CB3042;
  font-size: 18px;
	cursor: pointer;
}

.phone-nav > * {
  position: absolute;
  left: -60px;
  top: 64px;
  width: 100px;
  height: 120px;
  border-radius: 10px;
  background: #ffffff;
  cursor: pointer;
  transition: 0.3s height;
  border: 1px solid #f1f1f1;
  box-shadow: 1px 1px 20px #c5c5c5;
  padding-top: 10px;
}

.phone-nav::before {
  content: "";
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	position: absolute;
	z-index: 999;
	top: 55px;
	left: 25px;
}

.nav-list:not(:hover) > .phone-nav > * {
  display: block;
  height: 0;
  color: #000000;
  transition: 0.6s display, 0.4s height;
  z-index: -1;
  position: absolute;
  top: -300px;
}

.login-box {
  flex: 3;
  display: flex;
  justify-content: flex-end;
}

.login-nav > * {
  position: absolute;
  top: -600px;
  right: 0px;
  width: 120px;
  height: 0;
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s height;
  border: 1px solid #f1f1f1;
  box-shadow: 1px 1px 20px #c5c5c5;
}

.login-nav::before {
  content: "";
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	position: absolute;
	z-index: 999;
	top: 56px;
	right: 45px;
}

.login-box-img:hover > .login-nav > * {
  display: block;
  position: absolute;
  top: 65px;
  padding-top: 10px;
  height: 260px;
  color: #000000;
  transition: 0.6s display, 0.4s height;
  z-index: -1;
}

.login-img-box {
  width: 130px;
  text-align: center;
}

.user-text {
	cursor: pointer;
	margin-left: 2px;
	font-size: 18px;
}

#index-login {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/*登录界面*/
.login-user-ui {
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11;
}
.login-show-ui {
  background: #ffffff;
  width: 800px;
  height: 450px;
  border-radius: 20px;
  position: absolute;
  left: 30%;
  top: 15%;
  display: flex;
}
.login-ad-img {
  width: 50%;
  background: #F1F1F1;
  border-radius: 20px 0px 0px 20px;
  text-align: center;
}
#login-ad {
  max-width: 100%;
  width: 70%;
  height: 45%;
  margin-top: 112px;
}
.login-input-box {
  width: 50%;
  padding: 20px 30px;
}
.login-close {
  text-align: right;
}
#login-close {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.login-ui-area {
  margin: 0px 20px;
}
.login-title-box {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
  font-size: 18px;
}
.login-title-text {
  margin-right: 15px;
  cursor: pointer;
}
.login-on {
  border-bottom: 5px solid #fbdee1;
  font-size: 24px;
  color: #000000;
}
.login-input-area {
  margin-top: 20px;
  width: 100%;
  height: 220px;
}
.input-id {
  border: 2px solid #dddddd;
  margin-top: 20px;
  width: 98%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 5px;
}
.input-id::placeholder{
  font-size: 14px;
  color: #999999;
}
.img-code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}
.input-ids {
	border: 2px solid #dddddd;
	width: 58%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	padding-left: 5px;
}
.input-ids::placeholder{
  font-size: 14px;
  color: #999999;
}
.imgs {
	width: 38%;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border-radius: 3px;
}

.verification-code-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
  cursor: pointer;
}
.input-code {
  flex: 6;
  border: 2px solid #dddddd;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 5px;
}
.input-code::placeholder{
  font-size: 14px;
  color: #999999;
}
.get-phone-code {
  flex: 4;
  border: 2px solid #000000;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-left: 10px;
  text-align: center;
  font-size: 14px;
	cursor: pointer;
}
.register-input-area {
  margin-top: 20px;
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
}

.login-btn-box {
	margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-btn {
	cursor: pointer;
}
.login-retrieve-tab {
  cursor: pointer;
  color: #CB3042;
}
.login-submit-btn {
  display: flex;
  align-items: center;
  background: #000000;
  color: #ffffff;
  border-radius: 10px;
  padding: 12px 30px;
  cursor: pointer;
}
#next-ico {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

/*主内容区*/
.contents {
  background: #FFFFFF;
  width: 100%;
  position: relative;
  top: -40px;
  z-index: 3;
  border-radius: 50px 50px 0px 0px;
}

.index-main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.page-banner {
  max-width: 100%;
  width: 100%;
  height: 460px;
}

.page-banner img {
  max-width: 100%;
  width: 100%;
  height: 460px;
}


/*脚部CSS*/
.footer-box {
  background: #000000;
  position: relative;
}

.footer-bar {
  color: #ffffff;
  width: 1200px;
  margin: 0px auto;
  padding: 20px 0px;
}

.footer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
}

.footer-nav-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333333;
  padding-bottom: 30px;
}

.footer-nav-left {
  width: 70%;
  display: flex;
  justify-content: space-between;
	border-right: 1px solid #333333;
	padding-right: 140px;
}

.footer-type {
  font-size: 16px;
  margin-bottom: 25px;
}

.footer-type-nav {
  margin-top: 15px;
  color: #b5b5b5;
  font-size: 14px;
}

.footer-type-nav:hover {
  color: #ffffff;
  cursor: pointer;
}

.footer-nav-center {
  flex: 4;
  margin: 0px 80px;
  border-right: 1px solid #333333;
  display: flex;
  justify-content: space-around;
  padding-right: 50px;
}

.footer-wxcode-img {
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 3px;
}

.footer-wxcode-img:hover {
  transform: scale(1.5);
}

.footer-wxcode-img img {
  width: 80px;
}

.footer-wxcode-name {
  margin-top: 13px;
  color: #b5b5b5;
  font-size: 14px;
}

.footer-nav-right {
  width: 26%;
  text-align: right;
}

.footer-phone {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.footer-work {
  margin-bottom: 15px;
}

.copyright {
  color: #b5b5b5;
  font-size: 14px;
}

.service-box {
  position: fixed;
  right: 5%;
  top: 500px;
  z-index: 12;
}
.wechat-box {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 10px #dddddd;
  width: 130px;
  height: 170px;
  padding: 10px;
  position: absolute;
  left: -160px;
  top: 0px;
  text-align: center;
}
.wechat-img {
  width: 130px;
  height: 130px;
}
.wechat-text {
  font-size: 12px;
  color: #555555;
}
.close-wechat {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  color: #CB3042;
  cursor: pointer;
}

.service-list {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #dddddd;
  width: 70px;
  height: 150px;
  padding: 10px;
}

.service-list-box {
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}

#service-img-ico {
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

.service-names {
  color: #333333;
  margin-top: 10px;
  font-size: 14px;
}

.service-names:hover {
  color: #CB3042 !important;
}

.go-top-box {
  background: #ffffff;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0px 0px 10px #dddddd;
  padding: 5px 10px;
  width: 70px;
  height: 75px;
}

.in {
  color: #CB3042 !important;
}

.site-order-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  font-size: 18px;
  cursor: default;
}
.runNum {
  background: #fff4f5;
  color: #CB3042;
  padding: 5px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 2px;
  border-radius: 5px;
  margin: 0px 5px;
}
.no-data{
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
#no-datas{
  width: 300px;
  height: auto;
}
.no-data-text{
  color: #999999;
}
.data-text {
  margin-top: 20px;
  cursor: pointer;
  color: #CB3042;
}