* {
  margin: 0;
  padding: 0;
}
body {
  font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
}
img {
  border: 0;
  display: block;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.clear {
  clear: both;
  width: 100%;
  overflow: hidden;
  height: 14px;
}
.clearblank {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.box {
  width: 1170px;
  overflow: hidden;
  margin: auto;
}
/*header*/
header {
  width: 100%;
  text-align: center;
  z-index: 9999;
  padding: 20px 0;
}
header.index-header {
}
header .box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .white-logo {
  display: none;
}
header .box nav {
  flex: 1;
  margin-left: auto;
}

/* Slide transitions */
.slideUp {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.slideDown {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  /* background: rgb(0, 0, 0, 0.5);
  box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); */
}
.white-bg.slideDown {
  background: #fff !important;
}
.logo {
  float: left;
}
.logo img {
  height: 50px;
}
/*nav*/
nav {
  text-align: right;
}
nav li {
  display: inline-block;
  margin-left: 50px;
}
nav li a {
  color: #000;
}
nav li a:hover {
  color: #0093dd;
}
#selected {
  color: #0093dd;
}
.white-bg #starlist li a {
  color: #4a4a4a;
}

.white-bg #starlist li a:hover,
.white-bg #starlist li.active a {
  color: #0093dd;
}
#mnavh {
  display: none;
  width: 30px;
  height: 40px;
  float: right;
  text-align: center;
  padding: 0 5px;
}
.navicon {
  display: block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #ffffff;
  margin-top: 20px;
}
.navicon:before,
.navicon:after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #ffffff;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.navicon:before {
  margin-top: -10px;
}
.navicon:after {
  margin-top: 10px;
}
.open .navicon {
  background: none;
}
.open .navicon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .navicon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .navicon:before,
.open .navicon:after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #fff;
}
/*banner*/
.banner {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  height: 790px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
}
.banner li:nth-child(1),
.banner li:nth-child(2) {
  font-size: 48px;
  font-weight: bold;
}
.banner li:nth-child(2) {
  margin-bottom: 30px;
}
.banner li:nth-child(3),
.banner li:nth-child(4) {
  line-height: 1.9;
}
.banner em {
  color: #0093dd;
  font-style: normal;
}
.banner ul {
  position: absolute;
  top: 30%;
  width: 100%;
}
.con-btn {
  font-size: 16px;
  height: 50px;
  width: 210px;
  text-align: center;
  line-height: 50px;
  display: block;
  margin: 30px auto 0;
  border-radius: 50px;
  background-color: #0093dd;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.con-btn:hover {
  background: #fff;
  color: #0093dd;
}
/*advantage*/
.advantage {
  color: #666;
  font-size: 14px;
  line-height: 26px;
  width: 1170px;
  margin: auto;
  height: 240px;
  position: relative;
}
.advantage ul {
  position: absolute;
  top: -130px;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  height: 318px;
  box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
  -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
  margin-bottom: 40px;
}
.advantage li {
  width: 33.333%;
  float: left;
  text-align: center;
}
.advantage li:nth-child(2) section {
  position: relative;
}
.advantage li:nth-child(2) section:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #f3f3f3;
  left: -30px;
  bottom: 0;
  position: absolute;
}
.advantage li:nth-child(2) section:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #f3f3f3;
  right: -30px;
  bottom: 0;
  position: absolute;
}
.advantage li section {
  margin: 30px;
  padding: 30px 20px;
}
.advantage li section img {
  margin: auto;
  height: 80px;
}
.advantage p {
  font-size: 22px;
  margin: 20px;
  color: #333;
}
/*h-title*/
.h-title {
  text-align: center;
}
.h-title h2 {
  font-size: 36px;
  background: url(../images/title-bg.png) no-repeat top center;
  padding-top: 20px;
  margin-bottom: 20px;
}
.h-title span {
  color: #888;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  width: 50%;
  margin: 0 auto 20px;
}
/*service-a*/
.service-a,
.service-b {
  overflow: hidden;
  margin-bottom: 60px;
}
.service-a li,
.service-b li {
  width: 33.333%;
  float: left;
  text-align: center;
}
.service-a section {
  overflow: hidden;
  border: #eee 1px solid;
  margin: 0 10px;
}
.service-a i {
  display: block;
  margin-bottom: 20px;
}
.service-a img {
}
.service-a p,
.service-b p {
  font-size: 22px;
  margin-bottom: 10px;
}
.service-a span,
.service-b span {
  margin-bottom: 20px;
  display: block;
  padding: 0 20px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.service-b section {
  overflow: hidden;
  margin: 0 10px;
}
.service-b i {
  display: block;
  margin-bottom: 20px;
}
.service-b img {
  margin: auto;
}
/*case-list*/
.case-list ul {
  margin-bottom: 40px;
  overflow: hidden;
}
.case-list li {
  float: left;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  height: 280px;
}
.case-list li {
  width: 25%;
}
.case-list li .ps-img {
  width: 100%;
  min-height: 100%;
}
.case-list li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  transition: 0.5s;
}
.case-list li:hover:after {
  background: rgb(242, 38, 69, 0.8);
}
.case-list li h3 {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  z-index: 9;
  transition: 0.5s;
  top: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-list p {
  position: absolute;
  opacity: 0;
  text-align: center;
  top: 50%;
  font-size: 14px;
  color: #fff;
  z-index: 9;
  padding: 0 30px;
  line-height: 24px;
  height: 48px;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-list li:hover p {
  opacity: 1;
}
.item-link {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: block;
  border: 1px solid #ffffff;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
  margin: 20px auto;
  z-index: 9999;
  opacity: 0;
  text-align: center;
  transition: 0.5s;
}
.case-list li:hover .item-link {
  opacity: 1;
  background: #ffffff;
  color: #535655;
}
.case-list li:hover h3 {
  top: 20%;
}
.case-list li:hover p {
  top: 40%;
}
.bth-text {
  font-size: 16px;
  width: 200px;
  height: 46px;
  line-height: 46px;
  margin: auto;
  display: block;
  text-align: center;
  border-radius: 50px;
  border: #ccc 1px solid;
  transition: 0.5s;
  background: #fff;
}
.bth-text:hover {
  color: #fff;
  background: #0093dd;
  border: #0093dd 1px solid;
}
/*about*/
.about-section {
  height: 460px;
  overflow: hidden;
  width: 100%;
  margin: 60px 0;
  background: url(../images/about-left.jpg) no-repeat left top;
}
.about {
  background: url(../images/about-right.jpg) repeat-x;
  background-size: 100% 100%;
  width: 50%;
  float: right;
  height: 100%;
  color: #fff;
}
.about h2 {
  font-size: 36px;
  margin: 100px 0 40px 50px;
}
.about p {
  width: 500px;
  margin-left: 50px;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}
.btn-blue {
  background: #0f364b;
  color: #fff;
  border: #0f364b 1px solid;
  margin: 50px 0 0 50px;
}
.btn-blue:hover {
  background: #fff;
  color: #0f364b;
  border: #fff 1px solid;
}
/*news*/
.news {
  margin-bottom: 60px;
}
.news-list {
}
.news-list li {
  overflow: hidden;
  margin: 30px 0;
  border-bottom: #ccc 1px dotted;
  padding-bottom: 30px;
}
.news-list li a {
  display: block;
  overflow: hidden;
}
.news-list li i {
  width: 212px;
  height: 130px;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.news-list i img {
  width: 100%;
  transition: 0.5s;
}
.news-list h2 {
  font-size: 20px;
  font-weight: normal;
  margin-right: 240px;
  margin-bottom: 10px;
  background-color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.news-list p {
  font-size: 14px;
  color: #666;
  margin-right: 240px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.news-list span {
  display: block;
  float: right;
  width: 128px;
  height: 128px;
  text-align: center;
  border: 1px solid #ccc;
  color: #666;
}
.news-list span b {
  font-size: 48px;
  color: #333;
  font-weight: normal;
  display: block;
  margin-top: 16px;
}
.news-list li:hover img {
  transform: scale(1.1);
}
.news-list li:hover h2 {
  color: #036;
}
/*contact*/
.contact {
  background: url(../images/contact-bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 40px 0;
}
.contact h2,
.contact span {
  color: #fff;
}
.contact-list {
  color: #fff;
  text-align: center;
}
.contact-list li {
  width: 25%;
  float: left;
  margin: 20px 0;
}
.contact-list li i {
  display: block;
  width: 52px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.contact-list li img {
  width: 32px;
  padding: 8px;
  border: #fff 2px solid;
  border-radius: 100%;
}
.contact-list li a {
  color: #fff;
  display: block;
}
/*footer*/
footer {
  background: #0f1f2b;
  color: #a1afb8;
  padding: 30px 0;
  font-size: 14px;
}
.end-logo {
  margin-bottom: 20px;
  height: 50px;
}
.end-nav {
  margin-bottom: 30px;
  margin-top: 30px;
}
.end-nav li {
  display: inline;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.end-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.end-nav li:last-child:after {
  display: none;
}
.end-nav li:after {
  position: absolute;
  content: "";
  width: 1px;
  background: #a1afb8;
  right: 0;
  bottom: 0;
  height: 16px;
}
.end-nav a {
  color: #fff;
}
.copyright a {
  color: #a1afb8;
}
.ft-img {
  text-align: center;
  float: right;
}
.ft-img li {
  display: inline-block;
  margin: 0 10px;
}
.ft-img img {
  width: 100px;
  margin-bottom: 10px;
}
/*list-bg*/
.list-bg {
  background: url(../images/list-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 360px;
}
.list-title {
  font-size: 24px;
  background: url(../images/title-bg.png) no-repeat top center;
  padding-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
/*page-nav*/
.page-nav {
  color: #666;
  font-size: 14px;
  margin: 20px 0;
}
.page-nav a {
  color: #666;
}
.page-nav a:hover {
  color: #0093dd;
}
.page-about {
  margin-bottom: 40px;
}
/*content*/
.content {
  color: #444;
  line-height: 26px;
  margin: 30px 0;
}
.content img {
  max-width: 100% !important;
  margin: auto;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content h1 {
  margin-bottom: 20px;
  font-size: 20px;
}
/*pagelist*/
.pagelist {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 0 0 10px;
}
.pagelist a {
  color: #fff;
  margin: 0 5px 10px;
  padding: 5px 10px;
  background: #1c2327;
  display: inline-block;
}
.pagelist a:nth-child(1) {
  background: none;
  margin: 0;
  padding: 0 50px 0 0;
  position: relative;
  color: #000;
  display: none;
}
.pagelist a:nth-child(1):after {
  position: absolute;
  content: "篇文章";
  right: 0;
  bottom: 0;
}
.pagelist a:nth-child(1):hover {
  background: none;
  color: #666;
}
.pagelist a:hover,
.pagelist > b {
  color: #fff;
  background: #d61a1a;
}
.pagelist > b {
  padding: 5px 10px;
}
a.curPage {
  color: #ffffff;
  font-weight: bold;
  background: #000;
}
/*page-case-list*/
ul.page-case-list li {
  display: inline-block;
  width: 33.3333%;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}
ul.page-case-list li:hover h3 {
  color: #0093dd;
}
ul.page-case-list li a {
  display: block;
  margin: 30px;
  overflow: hidden;
}
ul.page-case-list li i {
  display: block;
  margin-bottom: 10px;
  height: 280px;
  overflow: hidden;
  transition: 1s;
  background: rgba(0, 0, 0, 1);
}
ul.page-case-list li i img {
  height: 100%;
  width: 100%;
  transition: 1s;
  opacity: 0.7;
}
ul.page-case-list li:hover img {
  transform: scale(1.1);
  opacity: 1;
}
ul.page-case-list h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}
ul.page-case-list p {
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
ul.page-case-list span {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
/* support */
.tell {
  text-align: center;
  background: url(../images/tell.jpg) no-repeat top center;
  padding-top: 100px;
}
.tell-tit h2 {
  font-size: 24px;
  color: #373d41;
  line-height: 38px;
  font-weight: 400;
}
.tell-tit p {
  font-size: 14px;
  color: #777f84;
  line-height: 28px;
}
.kefu {
  overflow: hidden;
}
.kefu li {
  width: 33.333%;
  float: left;
}
.kefu li a {
  display: block;
  margin: 20px;
  overflow: hidden;
  border: 1px solid #c5d8d8;
  padding-bottom: 10px;
}
.kefu li h3 {
  margin: 10px 0;
  text-align: center;
}
.kefu li img {
  margin: auto;
  max-width: 100%;
}
.kefu p {
  font-size: 14px;
  color: #a9b0b4;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
}
ul.form-sq {
  width: 500px;
  margin: 30px auto;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}
ul.form-sq li {
  margin-bottom: 10px;
  line-height: 36px;
}
ul.form-sq li input {
  display: block;
  line-height: 34px;
  width: 100%;
  text-indent: 1em;
  border-radius: 3px;
  border: #e0e0e0 1px solid;
  outline: none;
}
ul.form-sq li textarea {
  display: block;
  line-height: 24px;
  width: 100%;
  text-indent: 1em;
  border-radius: 3px;
  border: #e0e0e0 1px solid;
  outline: none;
}
ul.form-sq input[type="submit"] {
  display: block;
  margin: 30px auto 0;
  width: 200px;
  line-height: 40px;
  font-size: 16px;
  height: 40px;
  background: #d61a1a;
  color: #fff;
  border: none;
  border-radius: 5px;
}
ul.form-sq h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
ul.form-sq small {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
/*search*/
.search {
  margin: 30px auto;
  border: #ccc 1px solid;
  overflow: hidden;
}
.search input.input_submit {
  border: 0;
  background: url(../images/searchbg.png) no-repeat center;
  width: 15%;
  height: 36px;
  line-height: 36px;
  float: right;
}
.search input.input_text {
  border: 0;
  line-height: 36px;
  height: 36px;
  width: 72%;
  padding-left: 10px;
  outline: none;
  float: left;
}
/*tjnews*/
.right-box {
  float: right;
  width: 260px;
  background: #fff;
}
.tjnews {
  border-top: 1px solid #f0f2f5;
}
.tjnews h2 {
  color: #444;
  font-weight: normal;
  font-size: 18px;
  margin: 10px 0;
}
.tjnews ul {
  border: #f0f2f5 1px solid;
}
.tjnews ul li {
  padding: 15px 20px;
  border-bottom: #f0f2f5 1px solid;
  font-size: 14px;
}
.tjnews ul li:last-child {
  border-bottom: none;
}
.tjnews ul li a {
  color: #444;
}
/*left-box*/
.left-box {
  margin-right: 300px;
}
/*nextinfo*/
.nextinfo {
  overflow: hidden;
  margin: 20px 0;
}
.nextinfo li {
  width: 50%;
  float: left;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nextinfo li:last-child {
  float: right;
}
.nextinfo li a:hover {
  color: #0093dd;
}
.news-info {
  margin: 10px 0;
  border: 1px solid #e4eaec;
  padding: 10px;
  color: #666;
  overflow: hidden;
  font-size: 14px;
}
.news-info a {
  color: #666;
}
.news-info a:hover {
  color: #0093dd;
}
.news-info p {
  line-height: 30px;
  word-break: break-all;
}
.news-info i {
  display: block;
  float: right;
  width: 100px;
  overflow: hidden;
  font-style: normal;
  text-align: center;
  font-size: 12px;
}
.news-info i img {
  width: 100%;
}

.jinni8_kefu_style {
  position: fixed;
  width: 78px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 13px;
  color: #fff;
  z-index: 100000000000000000;
  background-color: #0093dd;
  cursor: pointer;
}
.jinni8_kefu_nth {
  display: block;
  position: relative;
  text-align: center;
  padding: 15px 10px;
  padding: 15px 0;
  border-top: rgb(0, 0, 0) 1px solid;
  transition: all 0.3s;
  color: #fff !important;
}
.jinni8_kefu_nth a {
  color: #fff !important;
}
.jinni8_kefu_nth:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  z-index: 10;
}
.jinni8_kefu_nth:hover {
  background-color: #333;
}
.jinni8_kefu_nth:nth-child(1) {
  border: 0;
}
.jinni8_kefu_nth:nth-child(1):before {
  display: none;
}
.jinni8_kefu_mipimgs {
  height: 32px;
}
.jinni8_kefu_xx .jinni8_kefu_mipimgs {
  background: url(../images/jinni8_kefu_xx.png) no-repeat center;
}
.jinni8_kefu_qq .jinni8_kefu_mipimgs {
  background: url(../images/jinni8_kefu_qq.png) no-repeat center;
}
.jinni8_kefu_sj .jinni8_kefu_mipimgs {
  background: url(../images/jinni8_kefu_sj.png) no-repeat center;
}
.jinni8_kefu_ma .jinni8_kefu_mipimgs {
  background: url(../images/jinni8_kefu_ma.png) no-repeat center;
}
.jinni8_kefu_top .jinni8_kefu_mipimgs {
  background: url(../images/jinni8_kefu_top.png) no-repeat center;
}
.jinni8_kefu_nth span {
  display: block;
  margin-top: 8px;
}
.jinni8_kefu_nth .tips {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  right: 78px;
  top: 0;
  width: 300px;
  height: 100%;
  border: #dedede 1px solid;
  background: #fff;
  color: #0093dd;
  line-height: 90px;
  text-align: center;
  text-indent: 10px;
  font-size: 21px;
  z-index: 1000000;
}
.jinni8_kefu_nth:hover .tips {
  display: block;
  opacity: 1;
}
.jinni8_kefu_ma .tips {
  top: inherit;
  bottom: 0;
  height: inherit;
  width: 200px;
  padding: 10px;
  margin: 10px;
}
.jinni8_kefu_ma .tips:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.jinni8_kefu_ma .tips a {
  display: none;
}
.jinni8_kefu_style mip-fixed {
  position: relative !important;
  right: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
  top: inherit !important;
}
.jinni8_kefu_style mip-fixed mip-gototop {
  background-image: none;
  width: auto !important;
  height: inherit;
  background: none !important;
  border: none;
}
.jinni8_kefu_style mip-fixed mip-gototop .jinni8_kefu_nth {
  border-top: rgb(0, 0, 0) 1px solid;
}
.jinni8_kefu_style mip-fixed mip-gototop .jinni8_kefu_nth:before {
  display: block;
}
@media screen and (max-width: 767px) {
  .jinni8_kefu_style {
    width: 100%;
    bottom: 0;
    left: 0;
    top: inherit;
    height: 76px;
    transform: inherit;
    box-shadow: 0 0 5px #fff;
    display: none;
  }
  .jinni8_kefu_nth {
    width: calc(33% - 1px);
    float: left;
    border-top: 0 !important;
    border-left: #ccc 1px solid;
    margin-top: 2px;
  }
  .jinni8_kefu_nth:nth-child(1) {
    border-left: 0;
  }
  .jinni8_kefu_nth:before {
    display: none;
  }
  .jinni8_kefu_nth .tips {
    display: none;
  }
  .jinni8_kefu_nth:hover .tips {
    display: none;
    opacity: 0;
  }
  .jinni8_kefu_mipimgs {
    height: 22px;
  }
  .jinni8_kefu_style .jinni8_kefu_mipimgs {
    background-size: 22px 22px;
  }
  .jinni8_kefu_ma:hover .tips {
    display: block;
    z-index: 99999;
    opacity: 1;
    bottom: 66px;
    top: inherit;
    right: 0;
    left: inherit;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 0;
    margin: 0;
  }
  .jinni8_kefu_ma:hover .tips mip-img {
    width: 260px;
    height: 260px;
    position: absolute;
    left: calc(50% - 130px);
    bottom: calc(50% - 130px);
    border-radius: 4px;
  }
  .jinni8_kefu_ma:hover .tips mip-img img {
    border: #fff 20px solid !important;
    width: inherit;
    min-width: inherit;
    border-radius: 4px;
    height: auto;
    max-width: calc(100% - 40px);
  }
  .jinni8_kefu_ma .tips a {
    display: block;
    color: #fff !important;
    position: fixed;
    top: 10px;
    right: 10px;
    color: #fff !important;
    z-index: 1000000000000000000000000000000000;
    font-size: 13px;
    padding: 10px;
  }
}

.pages {
  padding: 20px 0;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  clear: both;
}
.pages a,
.pages span {
  color: #666;
  padding: 0 15px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.pages a:hover {
  display: inline-block;
  color: #fff;
  background: #0093dd;
  border-color: #0093dd;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.pages span {
  display: inline-block;
  color: #666;
}
.pages a.page-num-current {
  display: inline-block;
  color: #fff;
  background: #0093dd;
  border-color: #0093dd;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.erji {
}
.erji ul {
  overflow: hidden;
  text-align: center;
}
.erji ul li {
  display: inline-block;
  margin: 0 5px 10px;
}
.erji ul li:hover a {
  color: #0093dd;
}
.erji ul li.on a {
  color: #0093dd;
}

.query-container {
  margin: 0 auto;
  text-align: center;
}
.query-container .query-form {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
.query-container textarea {
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border-radius: 3px;
  transition: border ease 0.3s;
}
.query-container textarea:focus {
  border-color: #999;
}
.query-container button {
  border: none;
  padding: 8px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 15px;
  font-size: 14px;
  cursor: pointer;
  background-color: #0093dd;
  color: #fff;
}

.query-container .query-result {
  margin-top: 40px;
  text-align: left;
}
.query-container .no-result {
  text-align: center;
}
.query-container .code-title {
  margin: 20px 0 10px 0;
  font-weight: 500;
}
.query-container .query-result table {
  border: 1px solid #ddd;
  width: 100%;
  border-collapse: collapse;
}
.query-container .query-result .th {
  font-weight: 500;
  padding: 8px 10px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: #efefef;
}

.query-container .query-result td {
  font-weight: normal;
  padding: 8px 10px;
  text-align: left;
  border: 1px solid #ddd;
  color: #222;
}

.price-container {
  font-size: 14px;
}
.price-form .rows {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.price-form .col {
  width: 33%;
  display: flex;
  align-items: center;
}
.price-form .label {
  width: 80px;
  text-align: right;
}
.price-form input {
  border: 1px solid #c9c9c9;
  padding: 8px 10px;
  border-radius: 2px;
  outline: none;
  font-size: 14px;
}

.friend-link {
  margin-bottom: 10px;
}
.friend-link-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.friend-link-content a {
  margin-bottom: 30px;
  display: inline-block;
  min-width: 195px;
}
.friend-link-content img {
  height: 60px;
}

.price-form {
  background-color: #efefef;
  padding: 10px 30px;
  border-radius: 10px;
}
.price-form .col-inline {
  width: 100%;
}
.price-form .col-inline input {
  width: 50px;
}
.price-buttons {
  text-align: center;
  padding: 30px 0 20px 0;
}
.price-buttons button {
  border: none;
  padding: 8px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 15px;
  font-size: 14px;
  cursor: pointer;
  background-color: #0093dd;
  color: #fff;
}

.price-result .thead-bx {
  height: 58px;
  line-height: 58px;
  background: #e4f7fe;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.price-result .thead-bx span {
  font-weight: bold;
  float: left;
  text-align: center;
}
.price-result .tbody-bx span {
  float: left;
  text-align: center;
}
.price-result .line-flag.cur {
  overflow: auto;
  height: auto;
  border-bottom: 1px solid #dbdbdb;
  line-height: 75px;
}
.price-result .line-flag:hover {
  background-color: #f5f5f5;
}
.price-result .condition {
  padding: 30px 0;
  font-size: 16px;
}
.price-result .condition .item {
  margin-left: 40px;
}
.price-result .condition .val {
  color: #0093dd;
}
.price-select {
  border: 1px solid #c9c9c9;
  padding: 8px 20px 8px 10px;
  border-radius: 2px;
  outline: none;
  width: 168px;
  margin-left: 1px;
}
.chosen-container {
  width: 168px !important;
}
.chosen-container-single .chosen-single {
  height: 34px;
  line-height: 32px;
  border-radius: 2px;
  border-color: #c9c9c9;
}
.chosen-container-single .chosen-single div {
  top: 5px;
}
.chosen-container-active .chosen-single {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.w23 {
  width: 23%;
}
.w15 {
  width: 15%;
}
.w8 {
  width: 8%;
}
.price-mobile {
  display: none;
}
.price-mobile .item {
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 16px;
}
.price-mobile .item:nth-child(odd) {
  background-color: #e4f7fe;
}
.price-mobile .item .item-label {
  width: 120px;
  color: #444;
  padding-left: 10px;
}
.price-mobile .item .item-value {
  text-align: right;
  padding-right: 10px;
  flex: 1;
}
.price-mobile .item.order-link {
  background-color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.price-mobile .item.order-link a {
  color: blue;
}

.user-section {
  background-color: #efefef;
  text-align: right;
  padding: 5px 0;
}
.user-section a {
  margin-left: 20px;
  font-size: 14px;
  color: #333;
}
.user-section a:hover {
  color: #0093dd;
}
nav .mobile-nav {
  display: none;
}

.login-box {
  padding: 30px 30px;
}
.login-box h3 {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #333;
}
.login-box .form-item {
  margin-top: 25px;
  text-align: center;
}
.login-box input {
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  font-size: 14px;
  padding: 10px 10px;
  outline: none;
  transition: border ease 0.3s;
  width: 100%;
  box-sizing: border-box;
}
.login-box input:focus {
  border-color: #0093dd;
}
.index-tab-button {
  margin: 0 auto;
  font-size: 16px;
  height: 40px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  display: block;
  margin: 30px auto 0;
  background-color: #f68e55;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}
.index-tab-button:hover {
  opacity: 0.9;
}
.login-box .tip {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
  color: #666;
}
.user-box {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.user-box .left {
  flex: 1;
  margin-right: 60px;
}
.user-box .right {
  width: 370px;
}
.index-service-list li {
  margin: 10px 0;
  padding-bottom: 10px;
}
.index-service-list li i {
  width: auto;
  height: auto;
}
.index-service-list li i img {
  width: 90px;
  height: auto;
}
.index-service-list p {
  margin-right: 0;
  -webkit-line-clamp: 2;
}
.index-service-list h2 {
  margin-right: 0;
}

.tabs {
  border: 1px solid #edf3f7;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 3px 3px 14px 1px rgb(144 161 180 / 20%);
  -moz-box-shadow: 3px 3px 14px 1px rgba(144, 161, 180, 0.2);
}
.tabs .tab-item-header {
  display: flex;
  align-items: center;
  background-color: #edf3f7;
  transition: all 0.3s ease;
}
.tabs .tab-item-header div {
  text-align: center;
  font-size: 18px;
  flex: 1;
  padding: 15px 0;
  cursor: pointer;
}
.tabs .tab-item-header .active {
  background-color: #0093dd;
  color: #fff;
}
.tabs .tab-item-header > div:first-child {
  border-right: 1px solid #ddd;
}
.tabs .tab-item-header .tab-item-header1 {
  border-top-left-radius: 5px;
}
.tabs .tab-item-header .tab-item-header2 {
  border-top-right-radius: 5px;
}
.tabs .tab-item-body > div:first-child {
  display: none;
}
.tabs .tab-item-body > div {
  height: 300px;
}
.tabs .logo17 {
  text-align: center;
  margin: 20px auto;
  height: 50px;
}
.tabs .form-control {
  padding: 0 30px 0 30px;
}
.tabs .form-control textarea {
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  outline: none;
  transition: all ease 0.3s;
}
.tabs .form-control textarea:focus {
  border-color: #0093dd;
}
.tabs .tab-item-body2 {
  height: 280px !important;
}
.tabs .tab-item-body2 .index-tab-button {
  margin-top: 20px;
}
