﻿@charset "UTF-8";
/**********************TOP开始*************************/
.subtitle {
  background-color: rgba(20, 20, 20, 0.7);
  height: 36px;
  color: #d4d4d4;
  font-size: 12px;
}

.subtitle span {
  line-height: 36px;
}

.subtitle .pull-right span {
  color: #FFFFFF;
  font-size: 14px;
  padding-right: 40px;
}

.top {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background: #FFFFFF;
}

.logo {
  width: 235px;
  float: left; margin-top:20px;
}

.logo img {
  width: 100%;
}

.nav-box {
  float: right;
}

.nav-box nav {
  margin-top: 14px;
}

.nav-box nav li {
  list-style: none;
  display: inline-block;
  margin-right: 43px;
}

.nav-box nav li a {
  font-size: 18px;
}

.nav-box nav li:last-child {
  margin-right: 0;
}

.nav-box nav li.active a {
  color: #127dd4;
  font-weight: bold;
}

.top-txt {
 
  font-size: 18px;
  color: #141414;
  overflow: hidden;
}

.top-txt b {
  margin-right: 5px;
  line-height: 50px;
}

.top-us {
  float: right;
  position: relative;
  padding-left: 46px;
}

.top-us .img {
  position: absolute;
  top: 3px;
  left: 0;
}

.top-us p {
  font-size: 12px;
  color: #141414;
}

.top-us span {
  font-size: 22px;
  color: #fd0b0b;
  font-weight: bold;
}

.more-service {
  padding-top: 3em;
  padding-bottom: 2em;
}

.more-service .public-service ul {
  padding-left: 0;
  list-style: none;
  width: 100%;
  margin-top: 45px;
}

.more-service .public-service ul li {
  float: left;
  margin-bottom: 50px;
  margin-right: 13px;
  text-align: center;
}

.more-service .public-service ul li i {
  text-align: center;
  display: block;
  font-size: 58px;
  width: 102px;
  line-height: 102px;
  color: #127dd4;
  border-radius: 50%;
  border: 2px solid #127dd4;
  height: 102px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.more-service .public-service ul li span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.more-service .public-service ul li:hover i {
  background: #fd0b0b;
  color: #FFFFFF;
  border-color: #fd0b0b;
}

.more-service .public-service ul li:nth-child(5) {
   
}

.more-service .public-service ul li:nth-child(12) {
  margin-right: 0;
}

.more-service .public-service ul li:nth-child(10) i {
  line-height: 90px;
}

.title {
  font-size: 30px;
  color: #141414;
}

.title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 29px;
  background: #fd0b0b;
  margin-right: 6px;
  vertical-align: middle;
}

.public-service {
   
}

.public-service1 {
  width: 36%;
}

body {
  font-family: "微软雅黑";
  font-size: 16px;
}

a {
  color: #444;
  text-decoration: none !important;
}

a:hover {
  color: #01AAED;
}

p {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hidden {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.query {
  width: 400px;
  margin: 0 0 0 auto;
}

.query-box {
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 0 9px 0 rgba(9, 2, 4, 0.3);
  -moz-box-shadow: 0 0 9px 0 rgba(9, 2, 4, 0.3);
  box-shadow: 0 0 9px 0 rgba(9, 2, 4, 0.3);
  border-radius: 8px;
}

.tabs {
  background: #F5F5F5;
  line-height: 48px;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.tabs div {
  width: 50%;
  float: left;
  line-height: 70px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #127dd4;
}

.tabs div span {
  font-size: 18px;
}

.tabs div i {
  font-size: 35px;
  vertical-align: sub;
  margin-right: 5px;
}

.tabs div.active {
  background: #fd0b0b;
  color: #FFFFFF;
}

.tabs div.active i {
  color: #FFFFFF;
}

#form {
  padding: 50px 30px 0;
}

#form label {
  font-weight: normal;
  font-size: 18px;
  width:19%;
}

.message {
  position: relative;
  width: 43%;
  float:left;
}

.message i {
  float: right;
  color: #127dd4;
  font-size: 30px;
  margin-right: 7px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.city {
  border: 1px solid #bfbfbf;
  height: 52px;
  line-height: 52px;
  padding-left: 10px;
  font-size: 16px;
  margin-bottom: 18px;
  width: 78%;
}

.sub-su {
  background: #127dd4;
  border: 0;
  line-height: 52px;
  font-size: 18px;
  color: #FFFFFF;
  width:132px;
  margin-bottom: 3.5em;
  border-radius: 10px;
  text-align: center;
  padding:0px 20px;
  text-align:center;
}

.city-menu {
  border: 1px solid #e6e6e6;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  margin-top: -18px;
}

.city-select {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.city-title {
  border-bottom: 1px solid #ccc;
  background: #f0f0f0;
  font-size: 13px;
}

.city-title span {
  display: block;
  float: left;
  padding: 8px 22px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid transparent;
  color: #4D4D4D;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: -1px;
}

.city-title span:first-of-type {
  border-left: none;
}

.city-title span.active {
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #fd0b0b;
}

.city-content {
  background: #FFFFFF;
  padding: 10px;
}

.city-content-one span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 2px;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  line-height: 2;
}

.city-content-one span.active {
  background: #fd0b0b;
  color: #FFFFFF;
  border-radius: 2px;
}

.city-content-two dl {
  display: table;
  font-size: 13px;
  margin-bottom: 0;
  padding: 3px 0;
}

.city-content-two dl dt {
  display: table-cell;
  width: 32px;
  font-weight: normal;
}

.city-content-two dl dd {
  display: table-cell;
  line-height: 2;
}

.city-content-two dl dd span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 2px;
  color: #333;
  cursor: pointer;
}

.city-content-two dl dd span.active {
  background: #fd0b0b;
  color: #FFFFFF;
  border-radius: 2px;
}

.form-horizontal {
  padding: 30px 30px 0;
}

.zxxd {
  padding: 12px 0px;
  border: 1px solid #d8d8d8;
  margin-bottom: 11px;
}

.zxxd > div {
  position: relative;
}

.zxxd > div input {
  border: none;
  width: 85%;
  margin-left: 40px;
  font-size: 14px;
  outline: none;
}

.zxxd > div i {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
  color: #127dd4;
  font-size: 20px;
}

.zxxd:first-child {
  margin-top: 30px;
}

.btn-default {
  width: 100%;
  border: none;
  font-size: 18px;
  line-height: 38px;
  background: #127dd4;
  color: #FFFFFF;
  margin-bottom: 15px;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

.btn-default:hover {
  background: #fd0b0b;
  color: #FFFFFF;
}

/************************首页*********************/
.choose-us {
  width: 100%;
  height: 700px;
  background: url(/themes/default/css/img/choose-bg.png) no-repeat 50%;
  background-size: cover;
}

.choose-us h2 {
  font-size: 40px;
  color: #fd0b0b;
  text-align: center;
  padding-top: 20px;
  font-weight: bold;
}

.choose-us h3 {
  font-size: 26px;
  color: #1f1f1f;
  text-align: center;
  font-weight: 300;
  margin-top: 10px;
}

.choose-us-box {
  position: relative;
  width: 100%;
  height: 540px;
  margin-top: 50px;
}

.choose-us-li {
  width: 330px;
  overflow: hidden;
  position: absolute;
}

.choose-us-li i {
  font-size: 40px;
  display: block;
  width: 78px;
  height: 78px;
  line-height: 78px;
  border: 1px solid #c3c3c3;
  text-align: center;
  border-radius: 50%;
  color: #fd0b0b;
  font-weight: bold;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.choose-us-li .text {
  float: left;
  width: 238px;
}

.choose-us-li .text h4 {
  font-size: 16px;
  color: #141414;
  margin-bottom: 13px;
  font-weight: bold;
}

.choose-us-li .text p {
  font-size: 15px;
  color: #5c5c5c;
  line-height: 1.6;
}

.choose-us-li:nth-child(1) {
  top: 0;
}

.choose-us-li:nth-child(2n-1) {
  left: 0;
}

.choose-us-li:nth-child(2n-1) i {
  float: right;
}

.choose-us-li:nth-child(2n-1) .text {
  float: left;
}

.choose-us-li:nth-child(2) {
  top: 0;
}

.choose-us-li:nth-child(2n) {
  right: 0;
}

.choose-us-li:nth-child(2n) i {
  float: left;
}

.choose-us-li:nth-child(2n) .text {
  float: right;
}

.choose-us-li:nth-child(3) {
  top: 181px;
}

.choose-us-li:nth-child(3) i {
  font-weight: normal;
}

.choose-us-li:nth-child(4) {
  top: 181px;
}

.choose-us-li:nth-child(5) {
  top: 380px;
}

.choose-us-li:nth-child(5) i {
  font-weight: normal;
}

.choose-us-li:nth-child(6) {
  top: 380px;
}

.choose-us-li:hover i {
  background: #fd0b0b;
  border-color: #fd0b0b;
  color: #FFFFFF;
}

.choose-yuan1 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -280px 0 0 -243px;
  width: 487px;
  height: 520px;
  background: url(/themes/default/css/img/rotate1.png) no-repeat 50%;
  z-index: 1;
  animation: rotation 30s linear infinite;
}

.choose-yuan2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -230px;
  width: 460px;
  height: 460px;
  background: url(/themes/default/css/img/rotate2.png) no-repeat 50%;
  z-index: 2;
 
}

.choose-yuan3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -230px 0 0 -210px;
  width: 420px;
  height: 420px;
  background: url(/themes/default/css/img/rotate-bg.png) no-repeat 50%;
  z-index: 3;
}

.choose-yuan4 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -218px 0 0 -198px;
  width: 396px;
  height: 396px;
  background: url(/themes/default/css/img/rotate3.png) no-repeat 50%;
  z-index: 4;
  animation: rotation 15s linear infinite;
}

.choose-yuan5 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin: -127px 0 0 -160px;
}

.choose-yuan5 .s-shu {
  font-size: 18px;
  color: #141414;
}

.choose-yuan5 .s-shu span {
  display: inline-block;
  width: 210px;
  margin: 0 10px;
  letter-spacing: 2px;
  text-align: right;
  font-size: 56px;
  color: #fd0b0b;
  font-family: fantasy;
}

.choose-yuan5 .s-shu span:first-child {
  margin-bottom: 36px;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}

main {
  background: #F5F5F5;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
}

.title1 {
  margin: 3em 0 1.5em;
}

.title1 h3 {
  font-size: 20px;
  color: #444;
  margin: 0;
  margin-left: -15px;
}

.title1 h3 a {
  font-size: 14px;
  line-height: 22px;
}

.title1 span {
  font-size: 17px;
  color: #999;
  padding-left: 10px;
}

.pc-about {
  background: #F5F5F5;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.about {
  background: #FFFFFF;
  border: 1px solid #ececec;
  padding: 2.5em 1em;
}

.about > div p {
  margin-top: 25px;
  font-size: 15px;
  color: #666;
  line-height: 32px;
  text-indent: 2em;
}

.about > div p a {
  color: #127dd4;
}

.about-banner {
  padding-left: 30px;
}

.about-banner > div {
  position: relative;
}

.about-banner > div .owl-carousel {
  width: 395px;
  height: 230px;
  position: absolute;
  top: 10px;
  left: 15px;
}

.about-banner > div .owl-carousel img {
  height: 100%;
}

.about-banner > div .owl-carousel .owl-stage-outer {
  height: 100%;
}

.about-banner > div .owl-carousel .owl-dots {
  bottom: 0;
}

.about_one span {
  display: inline-block;
  background: url(/themes/default/css/img/tit_1.png) no-repeat center;
  width: 205px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
}

.about_one img {
  margin-top: -10px;
  margin-left: 5px;
}

.about_two {
  margin-top: 27px;
}

.about_two span {
  font-size: 14px;
  color: #888;
  margin-right: 13px;
}

.about_two span i {
  font-size: 20px;
  margin-right: 5px;
}

.about_three {
  margin-top: 25px;
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}

.about_three a {
  display: block;
}

.about_three a i {
  font-size: 35px;
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #127dd4;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #127dd4;
  margin-right: 10px;
  display: block;
}

.about_three a span {
  display: block;
  font-size: 18px;
  color: #127dd4;
}

.about_three a em {
  font-style: normal;
  font-size: 14px;
  color: #999;
}



@keyframes dh {
  from {
    opacity: .3;
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}

.flow_path {
  background: #FFFFFF;
  text-align: center;
  border: 1px solid #ececec;
  padding: 1em 0 2em;
}

.flow_path .flex li {
  flex: auto;
}

.flow_path .flex li i {
  display: block;
  font-size: 70px;
  color: #fd0b0b;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.flow_path .flex li span {
  font-size: 18px;
}

.flow_path .flex li p {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  margin-bottom: 15px;
}

.flow_path .flex li:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.process {
  margin: 0 60px;
}

.process li {
  float: left;
}

.process li i {
  width: 30px;
  height: 30px;
  border: 1px solid #dedede;
  color: #999;
  border-radius: 50%;
  font-style: normal;
  float: left;
  line-height: 30px;
}

.process li span {
  display: inline-block;
  margin: 0 5px;
  width: 168px;
  height: 1px;
  background: #dedede;
}

.case_show {
  background: #FFFFFF;
  padding: 2em 1.6em 0;
}

.case_show .flex1 {
  margin-bottom: 30px;
}

.case_show .flex1 li { margin-bottom:20px;
  border: 1px solid #ececec;
  text-align: center;
}

.case_show .flex1 li.last {
  margin-right: 0;
}

.case_show .flex1 li div {
  border-top: 3px solid #127dd4;
  height: 170px;
}

.case_show .flex1 li div span {
  height: 100%;
  overflow: hidden;
  display: block;
}

.case_show .flex1 li div span img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.case_show .flex1 li h4 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

.case_show .flex1 li:hover {
  box-shadow: 3px 3px 30px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s, transform 0.3s;
}

.case_show .flex1 li:hover div img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.evaluate {
  background: #FFFFFF;
  border: 1px solid #ececec;
  margin-top: 50px;
  padding-top: 20px;
}

.evaluate > div h3 {
  font-size: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.evaluate > div h3 a {
  color: #127dd4;
}

.comment li {
  background: #F8F8F8;
  margin: 20px 0 15px;
  padding: 15px 10px;
}

.comment li p {
  display: inline-block;
  color: #969696;
  margin-bottom: 10px;
}

.comment li p span {
  color: #127dd4;
}

.comment li time {
  float: right;
  color: #666;
}

.comment li .text {
  font-size: 14px;
  text-indent: 1em;
  line-height: 1.8;
  height: 77px;
  overflow: hidden;
}

.comment .img {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  text-align: right;
}

.home-news li {
  width: 100%;
  padding: 0 10px;
  position: relative;
  margin-top: -1px;
}

.home-news li a {
  display: block;
  border-bottom: 1px dotted #e0e0e0;
  position: relative;
  padding-right: 100px;
  padding-left: 20px;
  color: #000;
  height: 55px;
  line-height: 55px;
}

.home-news li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news li a span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #777;
}

.home-news li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #000000;
}

.home-news li:hover {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.home-news li:hover a {
  border-color: #FFFFFF;
  color: #127dd4;
}

.home-news li:hover a:before {
  background: #127dd4;
}

.home-news li:hover a span {
  color: #127dd4;
}

.foot_top {
  background: #fd0b0b;
  background-size: cover;
  height: 220px;
  overflow: hidden;
}

.foot_left {
  text-align: right;
  color: #FFFFFF;

  margin-top: 70px;
}
.foot_left1{margin-top: 70px;}
.foot_left h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.foot_left p {
  font-size: 18px;
  margin: 12px 0;
}

.foot_left span {
  font-size: 18px;
}

.foot_right {
  margin-top: 75px;
}

.foot_right .flex {
  margin-bottom: 0;
}

.foot_right .flex li {
  flex: auto;
  color: #FFFFFF;
  text-align: center;
}

.foot_right .flex li span {
  display: block;
  height: 50px;
}

.foot_right .flex li span i {
  font-size: 40px;
  color: #FFFFFF;
  font-style: normal;
}

.foot_right .flex li span em {
  font-style: normal;
  font-size: 14px;
}

.foot_right .flex li p i {
  font-size: 25px;
  vertical-align: -3px;
  margin-right: 5px;
}

footer {
  background: #1f1f1f;
  padding-bottom: 10px;
  padding-top: 10px;
}

footer .row {
  padding: 35px 0;
  border-bottom: 1px solid #757d85;
  margin: 0 auto;
}

footer .container > p {
  margin: 20px auto;
  text-align: center;
  color: #808080;
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
}

.advantages {
  margin-bottom: 0;
}

.advantages li {
  position: relative;
  display: inline-block;
  padding-left: 80px;
  margin-right: 110px;
  color: #ccc;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
}

.advantages li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
  background: url(/themes/default/css/img/ico-order.png) no-repeat;
}

.advantages li:nth-child(1) span {
  background-position: 0 -290px;
}

.advantages li:nth-child(2) span {
  background-position: 0 -349px;
}

.advantages li:nth-child(3) span {
  background-position: 0 -411px;
}

.foot {
  color: #ccc;
  font-size: 20px;
  text-align: left;
  line-height: 26px;
  border-left: 1px solid #404040;
  padding-left: 25px;
}

.foot h4 {
  margin: 0;
  font-size: 100%;
}

.foot p {
  font-size: 15px;
  margin-top: 5px;
}

.links {
  margin: 20px auto;
  color: #808080;
  font-size: 14px;
  text-align: center;
}

.links a {
  color: #808080;
  padding-right: 10px;
  border-right: 1px solid #808080;
  margin-right: 10px;
  margin-top: 8px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.links a:last-child {
  border: none;
}

.links a:hover {
  color: #FFFFFF;
}

.foot-nav {
  text-align: center;
}

.foot-nav a {
  padding: 0 10px;
  border-right: 1px solid #808080;
  font-size: 14px;
  color: #808080;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.foot-nav a:last-child {
  border: none;
}

.foot-nav a:hover {
  color: #FFFFFF;
}

.fixednav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 0.5em 0;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
}

/**********************内页开始********************/
.inside-pages {
  margin-top: 40px;
  margin-bottom: 85px;
  background: #fcfcfc;
}

.inside-pages .row {
  padding: 1em;
}

.inside-pages .case_show {
  background: transparent;
  padding: 0;
  width: 100%;
}

.inside-pages .case_show .flex {
  margin-bottom: 0;
}

.inside-pages .title1 h3 {
  font-weight: bold;
  color: #fd0b0b;
  font-size: 22px;
}

.con-nav {
  font-size: 16px;
  border-bottom: 3px solid #127dd4;
}

.con-nav a {
  color: #969696;
  line-height: 48px;
}

.pingc0 {
  margin-top: 15px;
  padding: 40px 0 100px;
  background: url(/themes/default/css/img/pingv1.png) no-repeat right 80px;
}

.pingc0 h3 {
  font-size: 24px;
  color: #fd0b0b;
  margin-bottom: 24px;
  font-weight: bold;
}

.pingc0 p {
  width: 900px;
  line-height: 2.2;
  font-size: 16px;
  color: #646464;
  text-indent: 2em;
}

.pingc1 {
  font-size: 0;
  margin-top: 30px;
}

.pingc1 .head {
  margin-bottom: 38px;
  border-bottom: 2px solid #dadada;
  font-size: 22px;
  color: #fd0b0b;
  line-height: 2.4;
}

.zha-car .pingc1-li:nth-child(2) .img {
  background: url(/themes/default/css/img/ping-bg1.png) no-repeat 0px 0px;
}

.zha-car .pingc1-li:nth-child(3) .img {
  background: url(/themes/default/css/img/ping-bg1.png) no-repeat -313px 0px;
}

.zha-car .pingc1-li:nth-child(4) .img {
  background: url(/themes/default/css/img/ping-bg1.png) no-repeat -627px 0px;
}

.zha-car .pingc1-li:nth-child(5) .img {
  background: url(/themes/default/css/img/ping-bg1.png) no-repeat -940px 0px;
}

.zha-car .pingc2 {
  background: url(/themes/default/css/img/pingc1.png) no-repeat 58px 80px;
}

.pingc1-li {
  width: 258px;
  height: 388px;
  vertical-align: top;
  margin-right: 45px;
  display: inline-block;
  text-align: center;
  border: 1px solid #dbdbdb;
}

.pingc1-li:nth-child(2) .img {
  background: url(/themes/default/css/img/ping-bg.png) no-repeat 0px 0px;
}

.pingc1-li:nth-child(3) .img {
  background: url(/themes/default/css/img/ping-bg.png) no-repeat -313px 0px;
}

.pingc1-li:nth-child(4) .img {
  background: url(/themes/default/css/img/ping-bg.png) no-repeat -627px 0px;
}

.pingc1-li:nth-child(5) {
  margin-right: 0;
}

.pingc1-li:nth-child(5) .img {
  background: url(/themes/default/css/img/ping-bg.png) no-repeat -940px 0px;
}

.pingc1-li .img {
  width: 60px;
  height: 60px;
  margin: 60px auto 0;
}

.pingc1-li .h4 {
  font-size: 18px;
  margin: 35px 0 40px;
  color: #343030;
}

.pingc1-li p {
  font-size: 14px;
  color: #5d5c5c;
  padding: 0 36px;
  line-height: 2;
}

.pingc2 {
  padding: 75px 0;
  border: 2px dashed #127dd4;
  margin-top: 65px;
  border-radius: 8px;
  background: url(/themes/default/css/img/pingv2.png) no-repeat 15px 73px;
}

.pingc2 dl {
  padding-left: 432px;
  padding-right: 55px;
}

.pingc2 dl dt {
  font-size: 22px;
  color: #fd0b0b;
  font-weight: bold;
  margin-bottom: 24px;
}

.pingc2 dl dd {
  font-size: 18px;
  color: #343030;
  line-height: 2.2;
}

.pingc3 {
  font-size: 0;
  margin-top: 50px;
  border-bottom: 5px solid #eeeeee;
  padding-bottom: 32px;
  background: url(/themes/default/css/img/pingv3.png) no-repeat 50% 127px;
  text-align: center;
}

.pingc3 .head {
  margin-bottom: 38px;
  text-align: left;
  border-bottom: 2px solid #dadada;
  font-size: 22px;
  color: #fd0b0b;
  line-height: 2.4;
}

.pingc3-li {
  display: inline-block;
  width: 248px;
  padding-top: 310px;
  vertical-align: top;
}

.pingc3-li:nth-child(3) {
  margin: 0 186px;
}

.pingc3-li .h3 {
  font-size: 22px;
  color: #fd3c3c;
  margin-bottom: 12px;
}

.pingc3-li p {
  font-size: 16px;
  color: #727272;
  line-height: 1.8;
}

.product-box {
  font-size: 0;
  margin: 65px auto;
  border: 2px dashed #127dd4;
  border-radius: 5px;
}

.product-box .head {
  padding: 0 18px;
}

.product-box .head .h3 {
  font-size: 24px;
  color: #fd0b0b;
  margin: 37px 0 45px;
  font-weight: bold;
}

.product-li {
  padding: 0 18px;
}

.product-li a {
  display: inline-block;
  width: 197px;
  height: 54px;
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  text-align: center;
  margin-right: 35px;
  margin-bottom: 32px;
}

.product-li a i {
  width: 36px;
  font-size: 36px;
  height: 36px;
  color: #fd0b0b;
  vertical-align: -5px;
  display: inline-block;
}

.product-li a span {
  font-size: 16px;
  color: #5d5c5c;
  line-height: 54px;
  padding-left: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product-li a:hover span {
  color: #127dd4;
}

.product-li a:hover i {
  color: #127dd4;
}

.product-li a:nth-child(5n) {
  margin-right: 0;
}

.zhuangche1 {
  margin-top: 55px;
  padding: 35px 32px 45px;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.zhuangche1 .head {
  margin-bottom: 38px;
  text-align: left;
  border-bottom: 2px solid #dadada;
  font-size: 22px;
  color: #fd0b0b;
  line-height: 2.4;
}

.z-car-box {
  overflow: hidden;
}

.z-car-box .img {
  float: left;
  width: 453px;
  border: 1px solid #e7e7e7;
}

.z-car-box .z-fr {
  float: right;
  width: 425px;
}

.z-car-box .z-fr .h3 {
  font-size: 22px;
  color: #127dd4;
  font-weight: bold;
}

.z-car-box .z-fr p {
  font-size: 16px;
  color: #646464;
  line-height: 1.8;
}

.z-car-box .z-fr .h3 {
  font-size: 22px;
  color: #127dd4;
}

.z-car-box .z-fr .h3 span {
  font-weight: normal;
  font-size: 20px;
}

.introduce {
  margin-top: 56px;
}

.introduce .head {
  padding-bottom: 10px;
  border-bottom: 3px solid #dadada;
}

.introduce .head b {
  font-size: 22px;
  color: #fd0b0b;
}

.introduce .head span {
  font-size: 22px;
  color: #fd0b0b;
}

.introduce ul {
  overflow: hidden;
  margin-top: 35px;
}

.introduce ul li {
  float: left;
  margin-right: 18.5px;
  margin-bottom: 35px;
}

.introduce ul li .img {
  width: 278px;
  height: 180px;
  border: 1px solid #e5e5e5;
}

.introduce ul li .img img {
  height: 100%;
  width: 100%;
}

.introduce ul li .text {
  padding: 10px 8px;
}

.introduce ul li span {
  font-size: 16px;
  color: #343030;
}

.introduce ul li span:last-of-type {
  color: #666;
  font-size: 14px;
}

.introduce ul li:nth-child(4n) {
  margin-right: 0;
}
.about-box {
  font-size: 16px;
  color: #646464;
  margin-top: 60px;
  line-height: 1.8;
  padding: 0 35px;
}

.about-box .h2 {
  font-size: 24px;
  color: #141414;
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
}

.about-box > span {
  display: block;
  text-align: center;
  padding: 1.5em;
}

.about-box p {
  text-indent: 2em;
}

.stripe {
  background: url(/themes/default/css/img/stripe.png) repeat-x;
  width: 100%;
  height: 10px;
}

.form_baojia {
  width: 100%;
  height: 890px;
  background: url(/themes/default/css/img/baojia_bg.jpg) top center no-repeat;
  padding-top: 30px;
}

.form_baojia_box {
  width: 980px;
  height: 570px;
  background: #fff;
  margin: 0 auto;
  border-radius: 6px;
  padding: 40px 55px;
  font-size: 14px;
  color: #333;
  margin-top: 40px;
}

.form_left {
  width: 432px;
  float: left;
  padding: 0px 39px 28px;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.form_left .form-horizontal {
  padding: 0;
}

.form_left h2 {
  font-size: 16px;
  background: #127dd4;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
}

.form_left h2 i {
  font-size: 28px;
  vertical-align: -4px;
  padding-right: 5px;
}

.form_left .zxxd {
  padding: 9px 0;
}

.form_left .btn-default {
  font-size: 16px;
  line-height: 30px;
}

.form_right {
  width: 380px;
  float: right;
}

.form_right_top {
  height: 485px;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
}

.form_title {
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  background: #fff;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.form_title span {
  position: relative;
}

.form_title em {
  position: relative;
  z-index: 2;
  font-style: normal;
}

.form_title i {
  content: '';
  position: absolute;
  width: 110%;
  height: 12px;
  border-radius: 12px;
  left: -5%;
  top: 10px;
  background: #fdefee;
  z-index: 0;
}

.form_right_con {
  padding: 25px 0 0 73px;
  text-align: left;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
}

.form_right_con > p {
  padding: 5px 0;
}

.form_right_con > p span {
  font-size: 16px;
  color: #e53025;
  font-weight: bold;
}

.form_s {
  margin-top: 20px;
}

.form_s p {
  width: 105px;
  height: 30px;
  background: #127dd4;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.form_online span {
  display: inline-block;
  width: 18px;
  height: 21px;
  background-image: url(/themes/default/css/img/baojia_bg3.png);
  background-position: -19px -7px;
  margin-right: 5px;
}

.form_wechat span {
  width: 22px;
  height: 17px;
  display: inline-block;
  background-image: url(/themes/default/css/img/baojia_bg3.png);
  background-position: -42px -9px;
  margin-right: 5px;
}

p.form_online {
  float: left;
}

.code {
  padding: 25px 40px;
}

.code p {
  width: 150px;
  height: 150px;
  float: left;
}

.code p img {
  width: 100%;
  height: 100%;
}

.code span {
  display: inline-block;
  margin-top: 8px;
  color: #127dd4;
  font-weight: bold;
}

.liuchen {
  width: 600px;
  margin: auto;
}

.title5 {
  margin-top: 5px;
  text-align: center;
  height: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #666;
}

.title5 span {
  padding: 0px 20px;
  display: inline-block;
  font-size: 18px;
  color: #127dd4;
  background: #dff1fb;
  margin-top: 10px;
  font-weight: bold;
  line-height: 28px;
}

.order {
  padding-left: 0;
  list-style: none;
  border-left: 1px solid rgba(18, 125, 212, 0.3);
  border-top: 1px solid rgba(18, 125, 212, 0.3);
  margin-bottom: 20px;
}

.order li {
  float: left;
  width: 50%;
  border-bottom: 1px solid rgba(18, 125, 212, 0.3);
  border-right: 1px solid rgba(18, 125, 212, 0.3);
  position: relative;
  overflow: hidden;
  height: 47px;
}

.order li span {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  background: #127dd4;
  border-radius: 50%;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -12px;
  text-align: center;
}

.order li p {
  text-align: center;
  line-height: 47px;
  color: #525252;
}

.news .row {
  padding: 0;
}

.news-s {
  background: #FFFFFF;
}

.news-s .h2 {
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 25px;
  line-height: 56px;
  color: #FFFFFF;
  background: #127dd4;
  font-weight: normal;
  margin-top: 20px;
}

.news-s .h2 i {
  font-size: 25px;
  vertical-align: -2px;
  padding-right: 3px;
}

.news-li {
  margin: 0 0px 18px;
  padding: 0 0px 0 5px;
  border-bottom: 1px dashed #e2e2e2;
}

.news-li a {
  font-size: 16px;
  color: #3b3939;
  line-height: 35px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.news-li a:hover {
  color: #fd0b0b;
}

.news-li time {
  float: right;
  font-size: 16px;
  color: #3b3939;
}

.fenye {
  text-align: center;
}

.inquire {
  background: url(/themes/default/css/img/baojia_bg.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 40px;
}

.inquire .h3 {
  margin: 55px 0 25px;
  font-size: 24px;
  color: #fd0b0b;
  font-weight: bold;
}

.dashed_a {
  width: 100%;
  padding: 62px 42px;
  border: 2px dashed #127dd4;
  border-radius: 5px;
  margin-bottom: 55px;
}

.jgcx {
  width: 40%;
  float: left;
}

.jgcx .city {
  width: 80%;
}

.jgcx i {
  right: 3%;
  top: 6px;
}

.jgcx label {
  font-size: 18px;
}

.jgcx:last-of-type {
  margin-left: 40px;
}

.jgcx .city-menu {
  width: 80%;
  left: 20%;
  margin-left: -10px;
}

.jgcx-sub {
  width: 132px;
  height: 48px;
  font-size: 18px;
  color: #fff;
  background: #127dd4;
  border: none;
  margin-left: 40px;
}

.jgcx-one {
  margin: 20px 0 0 0;
}

.jgcx-one .head {
  font-size: 24px;
  margin-bottom: 30px;
  color: #fd0b0b;
}

.jgcx-one .head i {
  font-size: 42px;
  overflow: hidden;
  padding-right: 10px;
  color: #127dd4;
  vertical-align: -6px;
}

.yunshu-box {
  padding: 32px 30px;
  border: 2px dashed #127dd4;
  font-size: 0;
}

.yun-li {
  display: inline-block;
  width: 553px;
  height: 195px;
  padding: 0 65px 0 108px;
  border-bottom: 2px solid rgba(18, 125, 212, 0.5);
  border-right: 2px solid rgba(18, 125, 212, 0.5);
}

.yun-li .h4 {
  font-size: 16px;
  color: #141414;
  line-height: 2.4;
  font-weight: normal;
}

.yun-li .h4 em {
  font-size: 18px;
  color: #fd0b0b;
  font-style: normal;
}

.yun-li p {
  font-size: 16px;
  color: #646464;
  line-height: 1.8;
}

.yun-li:nth-child(1) {
  background: url(/themes/default/css/img/car-bg.png) no-repeat 8px 39px;
  padding-top: 40px;
}

.yun-li:nth-child(2) {
  background: url(/themes/default/css/img/car-bg.png) no-repeat 43px -218px;
  padding-top: 40px;
  border-right: none;
  padding-left: 143px;
}

.yun-li:nth-child(3) {
  background: url(/themes/default/css/img/car-bg.png) no-repeat 8px -729px;
  padding-top: 70px;
  border-bottom: none;
}

.yun-li:nth-child(4) {
  background: url(/themes/default/css/img/car-bg.png) no-repeat 43px -447px;
  padding-top: 70px;
  border-bottom: none;
  border-right: none;
  padding-left: 143px;
}

.customer-one {
  overflow: hidden;
  padding: 38px 0;
  border: 2px dashed #127dd4;
  border-radius: 10px;
  margin-top: 20px;
}

.customer-one-fl {
  float: left;
  width: 180px;
  height: 30px;
  margin-left: 45px;
  padding-top: 140px;
  text-align: center;
  border-right: 2px solid #ececec;
  background: url(/themes/default/css/img/xiaolian.png) no-repeat 50% 0;
}

.customer-one-fl p {
  font-size: 18px;
  color: #141414;
}

.customer-one-fl em {
  font-style: normal;
  font-size: 22px;
  color: #fd0b0b;
}

.customer-one-con {
  float: left;
  padding: 20px 0;
  margin: 0 25px;
  border-right: 2px solid #ececec;
}

.jqm-round-wrap {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 24px;
  border-radius: 65px;
}

.jqm-round-wrap span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 110px;
  color: #141414;
}

.jqm-round-bg {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: transparent;
  border-radius: 65px;
}

.jqm-round-circle {
  position: absolute;
  background-color: #FFF;
  width: 80px;
  height: 80px;
  left: 10px;
  top: 10px;
  z-index: 10;
  border-radius: 60px;
}

.jqm-round-circle p {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: 13px auto 0;
  line-height: 54px;
  background: #ececec;
  font-size: 16px;
  color: #fd0b0b;
  text-align: center;
  font-weight: bold;
}

.jqm-round-sector {
  position: absolute;
  width: 100px;
  height: 100px;
}

.customer-one-fr {
  float: left;
  margin-top: 15px;
}

.khpj .row .head {
  font-size: 22px;
  color: #fd0b0b;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 60px;
  border-bottom: 2px solid #dadada;
  margin-top: 50px;
  border-top: 5px solid #eeeeee;
  padding-top: 15px;
}

.khpj .row .head i {
  font-size: 36px;
  vertical-align: -5px;
  padding-right: 3px;
}

.khpj .comment li {
  box-shadow: 0 0 9px 0 rgba(9, 2, 4, 0.1);
}

.customer-two {
	margin-top: 50px;
	border-top: 5px solid #eeeeee;
}
.customer-two .head {
	padding-left: 32px;
	margin: 25px 0;
	font-size: 20px;
	color: #141414;
	background: url(/themes/default/css/img/icon1.png) no-repeat 0px -73px;
}
.customer-two .text {
	margin-bottom: 15px;
	overflow: hidden;
}
.customer-two .t-input {
	float: left;
}
.customer-two .t-input input {
	width: 380px;
	height: 38px;
	padding: 0 15px;
	border: 1px solid #bebebe;
}
.customer-two .text2 textarea {
	width: calc( 100% - 12px );
	height: 160px;
	padding: 10px 5px;
	border: 1px solid #bebebe;
}
.customer-two .text-sub {
	text-align: right;
	margin-top: 20px
}
.customer-two .text-sub input {
	width: 116px;
	height: 45px;
	background: #e52f22;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}
.customer-two .demo {
	float: right;
	margin-top: 3px;
}
.customer-two .demo img {
	width: auto;
	height: auto;
}
.customer-two .function-span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
.customer-two .demo .target-demo {
	display: inline-block;
	vertical-align: middle;
}
.customer-two .demo .hint {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	padding-right: 15px;
	text-align: right;
}
.customer-thr {
	margin-top: 50px;
}
.customer-thr .head {
	font-size: 22px;
	color: #fd0b0b;
	margin-bottom: 20px;
	font-weight: bold;
	padding-left: 56px;
	line-height: 60px;
	background: url(/themes/default/css/img/icon1.png) no-repeat 0px -198px;
	border-bottom: 2px solid #dadada;
}
.thr-li {
	padding: 10px 15px 25px;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}
.thr-li .tit {
	border-bottom: 1px solid #e0e0e0;
	padding: 6px 0;
}
.thr-li span {
	font-size: 18px;
	color: #343030;
	vertical-align: middle;
}
.thr-li time {
	font-size: 12px;
	float: right;
	color: #646464;
	padding-top: 8px;
}
.thr-li .img {
	display: inline-block;
	margin-left: 65px;
	vertical-align: middle;
}
.thr-li .img img {
	width: auto;
	height: auto;
}
.thr-li .info {
	font-size: 16px;
	color: #646464;
	line-height: 1.8;
	margin-top: 12px;
}
.fanye {
	text-align: center;
	margin: 55px 0 85px;
}


.fanye li{display:inline-block;list-style-type:none;} 
.fanye li a{ color:#666;} 



.fanye .icon {
	width: 21px;
	height: 21px;
	fill: #adadad;
	overflow: hidden;
	vertical-align: middle;
	transition: all 0.3s;
}
.fanye .prev .icon {
	transform: rotate(180deg);
}
.fanye .prev, .fanye .next {
	padding: 5px 6px;
	vertical-align: 1px;
}
.fanye a {
	display: inline-block;
	margin: 0 8px;
	font-size: 16px;
	padding: 6px 12px;
	border-radius: 4px;
	color: #6c6a6a;
	transition: all 0.3s;
	border: 1px solid #acacac;
}
.fanye a:hover, .fanye .active {
	background: #fd0b0b;
	color: #fff;
	border: 1px solid #fd0b0b;
}
.fanye a:hover .icon {
	fill: #fff;
}
.evaluate-one {
  margin-bottom: 15px;
}

.evaluate-one .t-input {
  float: left;
}

.evaluate-one .t-input input {
  width: 380px;
  height: 38px;
  padding: 0 15px;
  border: 1px solid #bebebe;
  font-size: 14px;
}

.evaluate-one textarea {
  width: 100%;
  height: 160px;
  padding: 10px 5px;
  border: 1px solid #bebebe;
  font-size: 14px;
}

.demo {
  float: right;
  margin-top: 3px;
}

.demo .function-span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.demo .target-demo {
  display: inline-block;
  vertical-align: middle;
}

.demo img {
  width: auto;
  height: auto;
}

.demo .hint {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  text-align: right;
}

.text-sub {
  text-align: right;
  margin-top: 20px;
}

.text-sub .evaluate-btn {
  width: 116px;
  height: 45px;
  background: #0d75c9;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
}

.contact-one {
  overflow: hidden;
  padding: 65px 52px 35px;
}

.contact-one dl {
  float: left;
}

.contact-one dt {
  font-size: 24px;
  margin-bottom: 35px;
  color: #fd0b0b;
  font-weight: bold;
}

.contact-one dd {
  font-size: 16px;
  color: #141414;
  margin-bottom: 10px;
}

.contact-one dd span {
  color: #666;
  line-height: 26.1818px;
}

.contact-one .img {
  float: right;
  font-size: 0;
  margin-top: 65px;
}

.contact-one .img p {
  display: inline-block;
  width: 140px;
  margin-left: 20px;
  text-align: center;
}

.contact-one .img p span {
  font-size: 14px;
  color: #969696;
}

.contact-one .img p img {
  width: 100%;
  height: 100%;
}

.contact-us .row {
  padding: 0;
}

.service1 {
  padding: 75px 54px 75px 275px;
  margin-top: 15px;
  border: 2px dashed #127dd4;
  border-radius: 8px;
  background: url(/themes/default/css/img/pingc4.png) no-repeat 26px 86px;
  background-size: 18%;
}

.service1 b {
  display: inline-block;
  font-size: 22px;
  color: #fd0b0b;
  margin-bottom: 30px;
}

.service1 span {
  font-size: 20px;
  color: #127dd4;
}

.service1 p {
  font-size: 16px;
  color: #646464;
  line-height: 2;
}

.yousi1 {
	font-size: 0;
	margin-top: 30px;
}
.yousi1 .head {
	margin-bottom: 38px;
	border-bottom: 2px solid #dadada;
	font-size: 22px;
	color: #fd0b0b;
	line-height: 2.4
}
.yousi1-li {
	width: 222px;
	height: 380px;
	vertical-align: top;
	margin-right: 15px;
	display: inline-block;
	background: #f8f8f8;
	text-align: center;
}
.yousi1-li .img {
	width: 60px;
	height: 60px;
	margin: 60px auto 0;
}
.yousi1-li .h4 {
	font-size: 18px;
	margin: 35px 0 40px;
	color: #343030;
	font-weight: normal;
}
.yousi1-li p {
	font-size: 14px;
	color: #5d5c5c;
	padding: 0 20px;
	line-height: 2
}
.yousi1-li:nth-child(2) .img {
	background: url(/themes/default/css/img/service5.png) no-repeat 0px -1px;
}
.yousi1-li:nth-child(3) .img {
	background: url(/themes/default/css/img/service5.png) no-repeat -244px -1px;
}
.yousi1-li:nth-child(4) .img {
	background: url(/themes/default/css/img/service5.png) no-repeat -488px 0px;
}
.yousi1-li:nth-child(5) .img {
	background: url(/themes/default/css/img/service5.png) no-repeat -731px 0px;
}
.yousi1-li:nth-child(6) .img {
	background: url(/themes/default/css/img/service5.png) no-repeat -975px 0px;
}
.yousi1-li:nth-child(6) {
	margin-right: 0;
}

.yousi1-li:nth-child(6) {
  margin-right: 0;
}

.yousi1-li:nth-child(6) .img {
  background: url(/themes/default/css/img/service5.png) no-repeat -975px 0px;
}

.zc-ser2 {
	margin: 55px 0 70px;
	padding: 35px 32px 45px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.zc-ser2 .head {
	margin-bottom: 38px;
	text-align: left;
	border-bottom: 2px solid #dadada;
	font-size: 22px;
	color: #fd0b0b;
	line-height: 2.4
}
.ser-box {
	margin-top: 55px;
	padding: 35px 32px 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.ser-box .head {
	margin-bottom: 38px;
	text-align: left;
	border-bottom: 2px solid #dadada;
	font-size: 22px;
	color: #fd0b0b;
	line-height: 2.4
}

.ser-box1 {
  margin-top: 55px;
  padding: 35px 32px 15px;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
}

.ser-box1 .head {
  margin-bottom: 38px;
  text-align: left;
  border-bottom: 2px solid #dadada;
  font-size: 22px;
  color: #fd0b0b;
  line-height: 2.4;
}

.ser-box1 ul {
  overflow: hidden;
}

.ser-box1 ul li {
  float: left;
  width: 551px;
  margin-bottom: 30px;
  padding: 20px 35px 20px 90px;
}

.ser-box1 ul li .h4 {
  font-size: 20px;
  color: #141414;
  font-weight: normal;
}

.ser-box1 ul li p {
  font-size: 16px;
  color: #969696;
  line-height: 2;
}

.ser-box1 ul li:nth-child(1) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px 15px;
}

.ser-box1 ul li:nth-child(2) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px -368px;
}

.ser-box1 ul li:nth-child(3) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px -782px;
}

.ser-box1 ul li:nth-child(4) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px -174px;
}

.ser-box1 ul li:nth-child(5) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px -576px;
}

.ser-box1 ul li:nth-child(6) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px -985px;
}

.yousi {
  font-size: 0;
  margin-top: 30px;
}

.yousi .head {
  margin-bottom: 38px;
  border-bottom: 2px solid #dadada;
  font-size: 22px;
  color: #fd0b0b;
  line-height: 2.4;
}

.yousi p {
  margin-bottom: 70px;
  margin-left: -15px;
}

.zc-ser {
  margin-top: 55px;
  padding: 35px 32px 45px;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.zc-ser .head {
  margin-bottom: 38px;
  text-align: left;
  border-bottom: 2px solid #dadada;
  font-size: 22px;
  color: #fd0b0b;
  line-height: 2.4;
}

.zc-ser ul li {
  display: inline-block;
  width: 364px;
  height: 110px;
  font-size: 18px;
  color: #343030;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.zc-ser ul li span {
  display: inline-block;
  vertical-align: 24px;
}

.zc-ser ul li::before {
  content: '';
  display: inline-block;
  width: 57px;
  height: 57px;
  margin: 26px 24px 0 66px;
}

.zc-ser ul li:nth-child(1)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat 0px 0px;
}

.zc-ser ul li:nth-child(2)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat -391px 0px;
}

.zc-ser ul li:nth-child(3)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat -812px 0px;
}

.zc-ser ul li:nth-child(4)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat 0px -124px;
}

.zc-ser ul li:nth-child(5)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat -394px -124px;
}

.zc-ser ul li:nth-child(6)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat -812px -124px;
}

.zc-ser ul li:hover {
  -webkit-box-shadow: 0px 2.5px 15px -5px rgba(9, 2, 4, 0.3);
  -moz-box-shadow: 0px 2.5px 15px -5px rgba(9, 2, 4, 0.3);
  box-shadow: 0px 2.5px 15px -5px rgba(9, 2, 4, 0.3);
}

.jum-box {
  margin-top: 30px;
  padding: 35px 32px 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.jum-box .head {
  margin-bottom: 38px;
  text-align: left;
  border-bottom: 2px solid #dadada;
  font-size: 22px;
  line-height: 2.4;
}

.jum-box .head b {
  color: #fd0b0b;
  font-weight: normal;
}

.jum-box ul {
  overflow: hidden;
}

.jum-box ul li {
  float: left;
  width: 567px;
  height: 85px;
  position: relative;
  margin-bottom: 15px;
  padding: 10px 25px 10px 80px;
}

.jum-box ul li:before {
  position: absolute;
  content: '';
  width: 57px;
  height: 57px;
  top: 12px;
  left: 12px;
}

.jum-box ul li .h4 {
  font-size: 20px;
  color: #141414;
  font-weight: normal;
  margin: 0;
}

.jum-box ul li p {
  font-size: 14px;
  color: #646464;
  line-height: 2;
}

.jum-box ul li:nth-child(1)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat 0px 0px;
}

.jum-box ul li:nth-child(2)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat -391px 0px;
}

.jum-box ul li:nth-child(3)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat -812px 0px;
}

.jum-box ul li:nth-child(4)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat 0px -124px;
}

.jum-box ul li:nth-child(5)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat -394px -124px;
}

.jum-box ul li:nth-child(6)::before {
  background: url(/themes/default/css/img/number2.png) no-repeat -812px -124px;
}

.service-tab2 {
  margin: 30px 0 60px;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
  padding-top: 20px;
}

.service-tab2 .text {
  border-bottom: 2px solid #dadada;
  margin-bottom: 35px;
}

.service-tab2 .text span {
  font-size: 20px;
  color: #fd0b0b;
}

.service-tab2 .text p {
  font-size: 16px;
  color: #646464;
  margin: 15px 0;
}

.service-tab2 ul li {
  overflow: hidden;
  width: 567px;
  margin-bottom: 45px;
  display: inline-block;
  vertical-align: top;
}

.service-tab2 ul .number {
  float: left;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 30px;
  color: #fff;
  font-family: DINEngschriftStd;
  letter-spacing: 2px;
  background: #00a0e9;
  box-shadow: 5px 5px 0px 0px #087eb3;
}

.service-tab2 ul .tab_text {
  float: right;
  width: 468px;
  margin-right: 28px;
}

.service-tab2 ul .tab_text span {
  font-size: 18px;
  color: #141414;
}

.service-tab2 ul .tab_text p {
  font-size: 16px;
  color: #969696;
  line-height: 1.8;
}

.swiper-container {
  width: 1140px;
  margin: auto;
}

.service-guas {
  margin-top: 15px;
  border: 2px dashed #127dd4;
  border-radius: 8px;
  background: #FFFFFF url(/themes/default/css/img/pingv4.png) no-repeat 961px 48px;
}

.service-guas .guas-text {
  padding: 75px 275px 75px 54px;
}

.service-guas .guas-text b {
  display: block;
  font-size: 22px;
  color: #fd0b0b;
  margin-bottom: 30px;
}

.service-guas .guas-text p {
  font-size: 16px;
  color: #646464;
  line-height: 2;
}

.service-guas > p {
  padding: 0 54px 30px;
}

.ser-box {
  margin-top: 55px;
  padding: 35px 32px 15px;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
}

.ser-box .head {
  margin-bottom: 38px;
  text-align: left;
  border-bottom: 2px solid #dadada;
  font-size: 22px;
  color: #fd0b0b;
  line-height: 2.4;
}

.ser-box ul {
  overflow: hidden;
}

.ser-box ul li {
  float: left;
  width: 552px;
  margin-bottom: 30px;
  padding: 20px 30px 20px 90px;
}

.ser-box ul li .h4 {
  font-size: 20px;
  color: #141414;
  font-weight: normal;
}

.ser-box ul li p {
  font-size: 16px;
  color: #969696;
  line-height: 2;
}

.ser-box ul li:nth-child(1) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px 15px;
}

.ser-box ul li:nth-child(2) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px -368px;
}

.ser-box ul li:nth-child(3) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px -782px;
}

.ser-box ul li:nth-child(4) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px -174px;
}

.ser-box ul li:nth-child(5) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px -576px;
}

.ser-box ul li:nth-child(6) {
  background: url(/themes/default/css/img/number1.png) no-repeat 0px -985px;
}

.youshi2 .head {
  padding-left: 34px;
}

.youshi2 p:first-of-type {
  margin-right: 0px;
  border: 1px solid #e7e7e7;
  display: block;
}

.yousi-li {
  width: 224px;
  height: 380px;
  vertical-align: top;
  margin-right: 12px;
  display: inline-block;
  text-align: center;
  border: 1px solid #dbdbdb;
}

.yousi-li hr {
  width: 224px;
  margin: -1px 0 0 -1px;
  height: 6px;
  background: #72a9d7;
  border: none;
}

.yousi-li .img {
  width: 60px;
  height: 60px;
  margin: 60px auto 0;
}

.yousi-li .h4 {
  font-size: 18px;
  margin: 35px 0 40px;
  color: #343030;
  font-weight: normal;
}

.yousi-li p {
  font-size: 14px;
  color: #5d5c5c;
  padding: 0 20px;
  line-height: 2;
}

.yousi-li:nth-child(2) .img {
  background: url(/themes/default/css/img/service3.png) no-repeat 0px 0px;
}

.yousi-li:nth-child(3) .img {
  background: url(/themes/default/css/img/service3.png) no-repeat -250px 0px;
}

.yousi-li:nth-child(4) .img {
  background: url(/themes/default/css/img/service3.png) no-repeat -488px 0px;
}

.yousi-li:nth-child(5) .img {
  background: url(/themes/default/css/img/service3.png) no-repeat -729px 0px;
}

.yousi-li:nth-child(6) {
  margin-right: 0;
}

.yousi-li:nth-child(6) .img {
  background: url(/themes/default/css/img/service3.png) no-repeat -974px 0px;
}

.service-tab1 {
  margin: 30px 0 60px;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
}

.service-tab1 .tabs1 {
  margin-bottom: 35px;
  margin-top: -1px;
  font-size: 0;
  border-bottom: 1px solid #e7e7e7;
}

.service-tab1 .tabs1 a {
  display: inline-block;
  width: 150px;
  height: 65px;
  font-size: 20px;
  color: #141414;
  text-align: center;
  line-height: 65px;
  border-top: 3px solid transparent;
}

.service-tab1 .tabs1 a.active {
  background: #f0f0f0;
  color: #fd0b0b;
  border-top: 3px solid #fd0b0b;
}

.slide-li {
  float: left;
  border: 1px solid #d2d0d0;
  width: 544px;
  height: 160px;
  margin-bottom: 30px;
  padding: 0 20px 0 120px;
}

.slide-li span {
  display: block;
  margin-top: 25px;
  font-size: 20px;
  color: #141414;
}

.slide-li p {
  font-size: 14px;
  color: #969696;
  line-height: 1.8;
  margin-top: 10px;
}

.slide-li:nth-child(1) {
  margin-right: 30px;
  background: url(/themes/default/css/img/number1.png) no-repeat 21px 44px;
}

.slide-li:nth-child(2) {
  background: url(/themes/default/css/img/number1.png) no-repeat 21px -146px;
}

.slide-li:nth-child(3) {
  margin-right: 30px;
  background: url(/themes/default/css/img/number1.png) no-repeat 21px -339px;
}

.slide-li:nth-child(4) {
  background: url(/themes/default/css/img/number1.png) no-repeat 21px -547px;
}

.slide-li:nth-child(5) {
  margin-right: 30px;
  background: url(/themes/default/css/img/number1.png) no-repeat 21px -754px;
}

.slide-li:nth-child(6) {
  background: url(/themes/default/css/img/number1.png) no-repeat 21px -955px;
}

.guoj_service {
  background: #FFFFFF;
  margin-top: 35px;
  padding: 25px 20px 1px;
  border: 1px solid #e7e7e7;
}

.guoj_service .head {
  font-size: 22px;
  color: #fd0b0b;
  margin-bottom: 40px;
  border-bottom: 2px solid #dadada;
}

.guoj_service .head b {
  line-height: 2.2;
}

.guoj_service-li {
  padding: 0 20px 25px 100px;
  margin: 0 22px 48px;
  border-bottom: 1px solid #e6e6e6;
}

.guoj_service-li .h3 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.6;
  color: #141414;
}

.guoj_service-li p {
  font-size: 16px;
  color: #646464;
  line-height: 1.8;
}

.guoj_service-li:nth-child(2) {
  background: url(/themes/default/css/img/service4.png) no-repeat 12px 0px;
}

.guoj_service-li:nth-child(3) {
  background: url(/themes/default/css/img/service4.png) no-repeat 12px -234px;
}

.guoj_service-li:nth-child(4) {
  background: url(/themes/default/css/img/service4.png) no-repeat 12px -432px;
}

.zc-ser1 {
  margin-top: 55px;
  padding: 35px 32px 45px;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.zc-ser1 .head {
  margin-bottom: 38px;
  text-align: left;
  border-bottom: 2px solid #dadada;
  font-size: 22px;
  color: #fd0b0b;
  line-height: 2.4;
}

.zc-ser1 .container {
  width: 100%;
  padding: 0;
}

.youshi3 {
  margin-top: 55px;
  padding: 35px 32px 20px;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.youshi3 .head {
  margin-bottom: 20px;
  border-bottom: 2px solid #dadada;
  font-size: 22px;
  color: #fd0b0b;
  line-height: 2.4;
}

.youshi3 p {
  font-size: 16px;
  color: #646464;
  line-height: 2;
  text-indent: 2em;
}

.service2 {
  background: #FFFFFF;
  margin-top: 35px;
  padding: 25px 20px;
}

.service2 .head {
  font-size: 22px;
  color: #fd0b0b;
  margin-bottom: 10px;
  border-bottom: 2px solid #dadada;
}

.service2 .head b {
  line-height: 2.2;
}

.service2 ul {
  overflow: hidden;
}

.service2 ul li {
  float: left;
  width: 551px;
  margin-top: 25px;
  padding: 27px 10px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}

.service2 ul li .img {
  float: left;
  width: 186px;
  height: 140px;
}

.service2 ul li .img img {
  width: 100%;
  height: 100%;
}

.service2 ul li .li-fr {
  float: right;
  width: 326px;
}

.service2 ul li .li-fr .text1 {
  margin: 10px 0 20px;
}

.service2 ul li .li-fr .text1 span {
  color: #141414;
  font-size: 16px;
}

.service2 ul li .li-fr .text1 em {
  float: right;
  color: #969696;
  font-size: 12px;
  font-style: normal;
}

.service2 ul li .li-fr .text2 {
  font-size: 14px;
  color: #646464;
  line-height: 1.8;
}

.service2 ul li .li-fr .text2 span {
  font-size: 15px;
  color: #141414;
}

.service2 ul li:nth-child(2n-1) {
  margin-right: 16px;
}

.service2 dl {
  padding-top: 40px;
}

.service2 dl dt {
  font-size: 18px;
  margin-bottom: 18px;
  color: #fd0b0b;
  font-weight: bold;
}

.service2 dl dd {
  font-size: 16px;
  color: #646464;
  margin-bottom: 18px;
}

.service2 .service-li {
  padding: 0 20px 25px 70px;
  margin: 0 22px 48px;
  border-bottom: 1px solid #e6e6e6;
}

.service2 .service-li .h3 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.6;
  color: #141414;
  font-weight: normal;
}

.service2 .service-li p {
  font-size: 14px;
  color: #969696;
  line-height: 1.8;
}

.service2 .service-li:nth-child(2) {
  background: url(/themes/default/css/img/service2.png) no-repeat 12px 0px;
}

.service2 .service-li:nth-child(3) {
  background: url(/themes/default/css/img/service2.png) no-repeat 12px -133px;
}

.service2 .service-li:nth-child(4) {
  background: url(/themes/default/css/img/service2.png) no-repeat 12px -325px;
}

.service2 .service-li:nth-child(5) {
  margin-bottom: 0;
  background: url(/themes/default/css/img/service2.png) no-repeat 12px -490px;
}

.service3 {
  font-size: 0;
  margin: 30px 0 70px;
}

.service3-li {
  width: 224px;
  height: 348px;
  vertical-align: top;
  margin-right: 12px;
  background: #FFFFFF;
  display: inline-block;
  text-align: center;
  border: 1px solid #dbdbdb;
}

.service3-li .img {
  width: 60px;
  height: 60px;
  margin: 60px auto 0;
}

.service3-li .h4 {
  font-size: 18px;
  margin: 35px 0 40px;
  color: #343030;
  font-weight: normal;
}

.service3-li p {
  font-size: 14px;
  color: #5d5c5c;
  padding: 0 20px;
  line-height: 2;
}

.service3-li:nth-child(1) .img {
  background: url(/themes/default/css/img/service1.png) no-repeat -2px -3px;
}

.service3-li:nth-child(2) .img {
  background: url(/themes/default/css/img/service1.png) no-repeat -246px -3px;
}

.service3-li:nth-child(3) .img {
  background: url(/themes/default/css/img/service1.png) no-repeat -490px -2px;
}

.service3-li:nth-child(4) .img {
  background: url(/themes/default/css/img/service1.png) no-repeat -733px -2px;
}

.service3-li:nth-child(5) {
  margin-right: 0;
}

.service3-li:nth-child(5) .img {
  background: url(/themes/default/css/img/service1.png) no-repeat -977px -2px;
}

.stripe {
  background: url(/themes/default/css/img/stripe.png) repeat-x;
  width: 100%;
  height: 10px;
}

.ccfw-title {
  margin: 80px auto 50px;
  text-align: center;
}

.ccfw-title h2 {
  margin: 0 0 20px;
  background: url(/themes/default/css/img/tit_bg1.jpg) no-repeat left 18px;
}

.ccfw-title h2 span {
  font-size: 42px;
  line-height: 42px;
}

.ccfw-title p {
  color: #737373;
  font-size: 18px;
}

.ccfw {
  overflow: hidden;
}

.ccfw li {
  width: 278px;
  height: 282px;
  float: left;
  border: 1px solid #e6e6e6;
  margin-right: 26px;
}

.ccfw li img {
  width: 129px;
  height: 92px;
  display: block;
  margin: 50px auto 25px;
}

.ccfw li h3 {
  text-align: center;
  font-size: 24px;
  color: #0b0b0b;
}

.ccfw li span {
  width: 36px;
  height: 3px;
  display: block;
  margin: 10px auto;
  background: #127dd4;
}

.ccfw li p {
  text-align: center;
  font-size: 18px;
  color: #737373;
}

.ccfw li:last-child {
  margin-right: 0;
}

.ccfw-tabs {
  text-align: center;
  margin-bottom: 45px;
}

.ccfw-tabs li {
  font-size: 18px;
  line-height: 48px;
  border: 1px solid #333333;
  margin: 0 12px;
  border-radius: 24px;
  cursor: pointer;
  display: inline-block;
  padding: 0 35px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.ccfw-tabs li.active {
  background: #127dd4;
  color: #FFFFFF;
  border-color: #127dd4;
}

.ccfw-left {
  height: 514px;
  width: 60%;
  float: left;
}

.ccfw-left img {
  width: 100%;
  height: 100%;
}

.ccfw-right {
  padding: 50px 50px 0;
  height: 514px;
  background: #f7f7f7;
  width: 40%;
  float: left;
  display: block;
}

.ccfw-right h3 {
  font-size: 34px;
  line-height: 34px;
  color: #333333;
  font-weight: bold;
  margin: 0;
}

.ccfw-right em {
  font-size: 16px;
  color: #808080;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 5px;
  display: block;
}

.ccfw-right b {
  width: 70px;
  height: 4px;
  background: #127dd4;
  display: inline-block;
}

.ccfw-right span {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  height: auto;
  padding-top: 20px;
  display: block;
}

.ccfw-right strong {
  display: block;
}

.bjys {
  overflow: hidden;
  margin-bottom: 80px;
}

.bjys li {
  width: 172px;
  height: auto;
  float: left;
  margin: 0 63px;
}

.bjys li b {
  color: #127dd4;
  font-size: 30px;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.bjys li p {
  font-size: 22px;
  color: #434343;
  text-align: center;
}

.query-two .introduce {
  margin-top: 30px;
}

.result {
  padding-bottom: 50px;
}

.result table {
  width: 100%;
}

.result table th {
  height: 60px;
  background: #158acd;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.result table td {
  height: 50px;
  font-weight: normal;
  color: #757575;
  background: #fbfbfb;
}

.charge {
  flex: auto;
  width: 23.3%;
  margin-right: 26px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.charge img {
  width: 100%;
}

.charge:nth-child(4n) {
  margin-right: 0;
}

.charge.active {
  margin-bottom: 350px;
}

.charge.active .sfbz {
  background: rgba(18, 125, 212, 0.6);
  color: #FFFFFF;
}

.charge.active .sfbz i {
  color: #FFFFFF;
}

.charge.active .sfbz span {
  transform: rotate(90deg);
}

.charge:nth-child(2n) .sfbz-txt {
  left: -108%;
}

.charge:nth-child(2n) .sfbz-txt:after {
  left: 80%;
}

.accordion {
  display: flex;
  flex-wrap: wrap;
}

.sfbz {
  background: #FBFBFB;
  line-height: 47px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-top: 10px;
}

.sfbz i {
  font-size: 25px;
  color: #fd0b0b;
  vertical-align: -3px;
  padding-left: 5px;
  padding-right: 3px;
}

.sfbz span {
  float: right;
  font-size: 15px;
  font-family: '宋体';
  margin-right: 6px;
  font-weight: bold;
  transition: 0.3s;
}

.sfbz-txt {
  position: absolute;
  top: 262px;
  left: 0;
  width: 208%;
  display: none;
}

.sfbz-txt:after {
  content: '';
  display: block;
  background: url(/themes/default/css/img/bgtop.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 12px;
  position: absolute;
  top: -10px;
  left: 14%;
  z-index: 999;
}

.sfbz-txt table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.sfbz-txt table td {
  padding: 5px 0;
}

.index-box {
  background: #fcfcfc;
  margin-top: 40px;
  margin-bottom: 80px;
}

.newinfo {
  padding-bottom: 35px;
  border-bottom: 5px solid #e8e8e8;
}

.newinfo-head {
  text-align: center;
  margin: 35px 0 25px;
}

.newinfo-head h3 {
  font-size: 20px;
  color: #3b3939;
  margin-bottom: 12px;
}

.newinfo-head p {
  font-size: 14px;
  color: #969696;
}

.newinfo-box {
  padding: 0 54px;
  font-size: 16px;
  color: #646464;
  line-height: 2;
}

.prevnext {
  margin: 25px 0 35px;
  color: #646464;
  font-size: 14px;
}

.prevnext a {
  font-size: 14px;
  color: #969696;
}

.index-price {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}

.index-container {
  width: 1000px;
  height: 730px;
  overflow-x: overlay;
  margin: auto;
  background: #FFFFFF;
  padding: 0 1.5em 1.5em;
  margin-top: 100px;
  position: relative;
}

.index-container .charge {
  width: 22.9%;
}

.index-container .charge.active {
  margin-bottom: 330px;
}

.index-container table th {
  height: 40px;
}

.index-container table td {
  height: 40px;
}

.index-container .title1 {
  margin-top: 1em;
  font-size: 20px;
  color: #141414;
  font-weight: bold;
  line-height: 52px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}

.index-container .result {
  padding-bottom: 0px;
}

.index-container .sfbz-txt {
  top: 222px;
}

.index-container .sfbz-txt table td {
  height: 20px;
}

.index-container .sfbz-txt:after {
  top: -9px;
}

.shut {
  text-align: right;
  margin-top: 30px;
}

.shut span {
  background: #127dd4;
  color: #FFFFFF;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.shut span:hover {
  background: #fd0b0b;
}

.shut1 {
  width: 32px;
  height: 32px;
  background: url(/themes/default/css/img/shut.png) no-repeat;
  transition: .3s all;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  display: block;
}

.shut1:hover {
  transform: rotate(360deg);
}


/* =============================================================== 查询 ============================================================ */

.chaxun-li {
	display: inline-block;
	position: relative;
	margin-right: 52px;
}
.chaxun-li .icon {
	width: 26px;
	height: 26px;
	fill: #1781c8;
	overflow: hidden;
	vertical-align: -7px;
}
.chaxun-li .sapn {
	font-size: 18px;
	padding-right: 26px;
	color: #141414;
	font-weight: bold;
}
.chaxun-li input {
	width: 288px;
	font-size: 16px;
	line-height:48px;
	border: 1px solid #d1d1d1;
}
.chaxun-li .img {
	position: absolute;
	top: 10px;
	right: 11px;
}
.cha-sub {
	display: inline-block;
	vertical-align: middle;
}
.cha-sub input {
	width: 132px;
	height: 48px;
	font-size: 18px;
	color: #fff;
	background: #003851;
	cursor: pointer;
}
.yunshu {
	margin: 64px 0 0 0;
}
.yunshu .head {
	font-size: 24px;
	margin-bottom: 30px;
	color: #fd0b0b;
}
.yunshu .head .icon {
	width: 42px;
	height: 42px;
	fill: #1781c8;
	overflow: hidden;
	padding-right: 10px;
	vertical-align: -7px;
}

.cityDistance {
	padding: 50px 0;
	overflow: hidden;
	text-align: center;
	border: 2px solid #f3f3f3;
	background: url(/themes/default/css/img/bg32.png) no-repeat;
}
.city-fr {
	float: left;
	width: 405px;
	margin-top: 58px;
	position: relative;
	vertical-align: 13px;
}
.cityDistance i {
	display: block;
	float: left;
	margin-top: 82px;
	width: 70px;
	height: 20px;
	background: url(/themes/default/css/img/citybg.png) no-repeat -274px -68px;
}
.city-fr span {
	font-size: 30px;
	color: #141414;
}
.city-fr p {
	font-size: 16px;
	color: #969696;
}
.city-fl {
	float: left;
	width: 404px;
	margin-top: 58px;
	position: relative;
	vertical-align: 13px;
}
.city-fl span {
	font-size: 30px;
	color: #141414;
}
.city-fl p {
	font-size: 16px;
	color: #969696;
}
.city-con {
	float: left;
	width: 170px;
	height: 170px;
	margin: 0 10px;
	background: #d4effd url(/themes/default/css/img/citybg.png) no-repeat 0px 0px;
	border: 8px solid #61c1f8;
	border-radius: 50%;
}
.city-con b {
	font-size: 56px;
	color: #fd0b0b;
	display: inline-block;
	margin-top: 37px;
}
.city-con p {
	font-size: 16px;
	color: #2f2f2f;
}
.c-one {
	margin: 50px 0 60px;
}
.c-one .head {
	font-size: 20px;
	color: #141414;
	padding-left: 20px;
	font-weight: bold;
	line-height: 52px;
	border-bottom: 5px solid #eeeeee;
}
.c-one-li {
	padding: 0 20px;
	background: #fff;
	padding-top: 25px;
	overflow: hidden;
}


.c-one-li .h3 {
	font-size: 16px;
	color: #fd0b0b;
	font-weight: normal;
	margin: 0 0 15px 0;
}
.c-one-li .tab1 th {
	height: 60px;
	background: #158acd;
	color: #fff;
	font-weight: normal;
	text-align:center;
}
.c-one-li .tab2 th {
	height: 50px;
	font-weight: normal;
	color: #757575;
	background: #fbfbfb;
	text-align:center;
}
.introduce {
	margin-top: 56px;
}
.introduce .head {
	padding-bottom: 10px;
	border-bottom: 3px solid #dadada;
}
.introduce .head b {
	font-size: 22px;
	color: #fd0b0b;
}
.introduce .head span {
	font-size: 22px;
	color: #fd0b0b;
}
.introduce ul {
	overflow: hidden;
	margin-top: 35px;
}
.introduce ul li {
	float: left;
	margin-right: 18px;
	margin-bottom: 35px;
}
.introduce ul li:nth-child(4n) {
	margin-right: 0;
}
.introduce ul li .img {
	width: 278px;
	height: 180px;
	border: 1px solid #e5e5e5;
}
.introduce ul li .text {
	padding: 10px 8px;
}
.introduce ul li span {
	font-size: 16px;
	color: #343030;
}
.introduce ul li b {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #646464;
}




.lm_homepage5{padding:0;overflow: hidden;}
.lm_homepage5 .ul{width: 1200px;}
.lm_homepage5 .ul li{width: 285px;margin-right: 15px;float: left;text-align: center;margin-top: 28px;}
.lm_homepage5 .ul li a{display: block;overflow: hidden;position: relative;height: 208px;border-radius: 0 35px 0 35px;cursor: default;}
.lm_homepage5 .ul li img{display: block;width: 100%;min-height: 100%;position: absolute;left: 0;top: 0;z-index: 0;border-radius: 0 35px 0 35px;}

.lm_homepage5 .ul li .h3{border-bottom-left-radius:35px;color: #fff;font-size: 16px;padding:0 35px;height: 40px;line-height: 40px;overflow: hidden;background: url(/themes/default/css/img/lm_h5_bg.png) repeat;position: absolute;bottom: 0;left: 0;z-index: 1;width: 215px;font-weight: normal;transition:all .4s ease-out;opacity: 1;}
.lm_homepage5 .ul li .h3:after{display: block;width: 18px;height: 18px;content: '';background: url(/themes/default/css/img/lm_h5_bg3.png) center no-repeat;position: absolute;top: 50%;margin-top: -9px;right: 10px;}
.lm_homepage5 .ul li .txtdiv{background: url(/themes/default/css/img/lm_h5_bg.png) repeat;position: absolute;top: 0;left: 0;color: #fff;opacity: 0;transition:all .4s ease-out;padding: 50px 25px;height: 108px;width: 235px;border-radius: 0 35px 0 35px;}
.lm_homepage5 .ul li .h4{font-size: 18px;font-weight: normal;margin-bottom: 15px;height: 24px;overflow: hidden;position: relative;top: 5px;opacity: 0;transition:all .4s ease-out;}
.lm_homepage5 .ul li .p{line-height: 26px;margin-bottom: 15px;height: 52px;overflow: hidden;position: relative;top: 5px;opacity: 0;transition:all .4s ease-out;}
.lm_homepage5 .ul li em{display: none;vertical-align: top;width: 28px;height: 28px;background: url(../images/lm_h5_bg2.html) center no-repeat;}
.lm_homepage5 .ul li:hover .txtdiv{opacity: 1;transition:all .4s ease-out;}
.lm_homepage5 .ul li:hover .h3{transition:all .4s ease-out;z-index: -1;opacity: 0;}
.lm_homepage5 .ul li:hover a{box-shadow: 5px 4px 3px #ccc;}
.lm_homepage5 .ul li:hover .h4,
.lm_homepage5 .ul li:hover .p{top: 0;opacity: 1;}




/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;top:30%;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#127dd4;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(/themes/default/css/img/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(/themes/default/css/img/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(/themes/default/css/img/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(/themes/default/css/img/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(/themes/default/css/img/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(/themes/default/css/img/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.html) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}




.tabs-one .message{ width:100%;}
.tabs-one .sub-su{ width:100%;}
.tabs-one  #form label{ width:100%;}
.tabs-one .city{ width:100%;}
.tabs-one .message i{ margin-top:30px;}






