@charset "UTF-8";
/*reset*/
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

strong, em, i {
  font-style: normal;
  font-weight: normal;
}

del {
  text-decoration: line-through;
}

input::-ms-clear {
  display: none !important;
}

button[disabled], input[disabled] {
  cursor: default;
}

input {
  border: none;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
}

button,
input,
select,
textarea {
  outline: 0;
  border: none;
  font-size: inherit;
  font-family: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #fff inset;
  box-shadow: 0 0 0 100px #fff inset;
}

a {
  text-decoration: none;
  color: #666;
}

body {
  font: 12px/1.5 "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  color: #333;
  background: #fff;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body.body-fixed {
  position: fixed;
  width: 100%;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.head_box {
  height: 40px;
  line-height: 40px;
}

.head_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 14px;
  color: #505153;
  z-index: 4;
}

.head_container {
  width: 1200px;
  margin: 0 auto;
}

.head_xiaoxun {
  float: left;
}

.head_onlineChat {
  float: right;
  background: #f6a321;
  color: #fff;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  margin-top: 9px;
  cursor: pointer;
}

.head_onlineChat:hover {
  background: #db8909;
}

.head_link_box {
  float: left;
  text-align: center;
  margin-left: 110px;
}

.head_link_item:hover {
  color: #3168c5;
}

.head_link_item:before {
  content: '';
  width: 1px;
  height: 12px;
  display: inline-block;
  background: #505153;
  margin: 0 9px;
}

.head_link_item:first-child:before {
  width: 0;
  margin: 0;
}

.message-dialog {
  position: fixed;
  width: 397px;
  height: 50px;
  border: 1px solid #66c33a;
  background: #f1f9eb;
  line-height: 48px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 103;
}

.message-dialog.success {
  border: 1px solid #66c33a;
  background: #f1f9eb;
}

.message-dialog.error {
  border-color: #f1b4b4;
  background: #f7e5e5;
  color: #ec7373;
}

.message-dialog.error .message-text:before {
  background: url(../img/icon-error.png);
}

.message-dialog.warning {
  border-color: #faecd8;
  background: #fdf6ec;
  color: #e6a23c;
}

.message-dialog.warning .message-text:before {
  background: url(../img/icon-warning.png);
}

.message-dialog.notice {
  border-color: #ebeef5;
  background: #edf2fc;
  color: #909399;
}

.message-dialog.notice .message-text:before {
  background: url(../img/icon-notice.png);
}

.message-dialog.show {
  top: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.message-text {
  margin-left: 15px;
  font-size: 14px;
}

.message-text:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/icon-success.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.el-loading-mask {
  position: absolute;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.el-loading-mask.hide {
  display: none;
}

.el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}

.el-loading-spinner .circular {
  height: 42px;
  width: 42px;
  -webkit-animation: loading-rotate 2s linear infinite;
       -o-animation: loading-rotate 2s linear infinite;
          animation: loading-rotate 2s linear infinite;
}

.el-loading-spinner .path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
       -o-animation: loading-dash 1.5s ease-in-out infinite;
          animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409eff;
  stroke-linecap: round;
}

@-webkit-keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-o-keyframes loading-rotate {
  100% {
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
}

@keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(1turn);
         -o-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

@-o-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

.footer_box {
  background-color: #191c20;
}

.footer_wrapper {
  width: 1200px;
  margin: 0 auto;
}

.footer_head {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 22px 0 25px;
}

.footer_link_item {
  color: #666;
  font-size: 16px;
  margin-right: 40px;
}

.footer_link_item:hover {
  color: #999;
}

.footer_content {
  padding-top: 16px;
  color: #999;
  line-height: 34px;
  font-size: 16px;
  width: 524px;
  float: left;
  margin-right: 50px;
}

.footer_content a {
  color: #999;
}

.footer_content a:hover {
  color: #fff;
}

.footer_QRcode_item {
  float: left;
  margin-left: 28px;
  margin-top: 25px;
}

.footer_QRcode_item:first-child {
  margin-left: 0;
}

.footer_QRcode_title {
  text-align: center;
  margin: 18px 0 30px;
  font-size: 14px;
  line-height: 1;
  color: #666;
}

.footer_qrcode {
  width: 88px;
  height: 90px;
}

.footer_yyzz {
  float: left;
  margin-top: 40px;
  margin-left: 55px;
}

.footer_yyzz img {
  width: 64px;
  height: 91px;
  vertical-align: bottom;
}

.footer_yyzz_title {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-top: 7px;
}

.footer_zgzs {
  float: left;
  margin-left: 10px;
  margin-top: 96px;
}

.footer_Copyright {
  background-color: #000000;
  height: 70px;
  color: #666;
  font-size: 16px;
  text-align: center;
  width: 100%;
  line-height: 70px;
}

.search_box {
  height: 90px;
  font-size: 0;
}

.search_logo {
  width: 228px;
  height: 53px;
  margin: 19px 0 18px;
}

.search_main {
  display: inline-block;
  width: 540px;
  border: 1px solid #3168c5;
  margin: 25px 0 25px 74px;
}

.search_main_input {
  font-size: 16px;
  padding: 0 20px;
  width: 412px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.search_main_btn {
  background: #3168c5;
  color: #fff;
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
}

.search_main_btn:hover {
  background: #27529c;
}

.search_main_phone {
  font-family: 'MicrosoftYaHei';
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #3168c5;
  display: inline-block;
  width: 318px;
  line-height: 26px;
  text-align: right;
  position: relative;
  margin-left: 36px;
  margin-top: 16px;
  vertical-align: top;
}

.search_main_phone:before {
  content: '';
  width: 57px;
  height: 47px;
  display: inline-block;
  position: absolute;
  background: url(../img/phone.png);
  left: 40px;
}

.search_main_phone span {
  display: inline-block;
}

.toumingbi_yspd {
  width: 100%;
  z-index: 8;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.leyu_yspd {
  width: 550px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 20px #082D87;
          box-shadow: 0 0 20px #082D87;
  height: 480px;
  background: #082D87;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -260px;
  margin-top: -240px;
  display: none;
}

.leyutop_yspd {
  width: 550px;
  height: 54px;
  background: #1360C8;
}

.leyutop_yspd a {
  float: left;
  margin: 0px auto auto 12px;
}

.leyutop_yspd a .img {
  width: 224px;
  height: 39px;
  display: inline-block;
  background: url(../img/zx1.png) no-repeat;
  margin-top: 9px;
}

.leyutop_yspd span {
  float: right;
  margin: 17px 14px auto auto;
  cursor: pointer;
}

.leyutop_yspd span .img {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/zx3.png) no-repeat;
  margin-top: -6px;
  margin-right: -4px;
}

.gaofen_yspd {
  float: left !important;
  margin: 21px auto auto 55px !important;
  width: 172px;
  height: 14px;
  background: url(../img/zx2.png) no-repeat;
}

.topleyu_yspd {
  width: 550px;
  height: 121px;
  background: url(../img/zx6.png) no-repeat;
  background-size: 100%;
}

.topleyu_yspd .img {
  display: block;
  margin: 0 auto;
  width: 457px;
  height: 81px;
  background: url(../img/zx4.png) no-repeat;
  background-position: 0 20px;
}

.topleyu_yspd ul li {
  float: left;
  border: 1px dotted #fff;
  padding: 4px 8px;
  border-radius: 12px;
  margin-left: 11px;
  font-size: 14px;
  font-family: "微软雅黑";
}

.topleyu_yspd ul li a {
  color: #fff;
}

.leyucenter_yspd {
  width: 550px;
  height: 243px;
  background: #f5f5f5;
  padding-top: 19px;
}

.leyucenter_yspd h1 {
  width: 497px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  font-family: "微软雅黑";
  background: url(../img/zx5.png) no-repeat;
  margin: 0 auto;
}

.c {
  clear: both;
}

.common_city_item {
  float: left;
  width: 50%;
  line-height: 30px;
}

.common_city_region {
  float: left;
  color: #1360C8;
  padding: 0 0px 0 20px;
}

.common_city_wrapper {
  float: left;
  width: 206px;
}

.common_city_items {
  padding-left: 10px;
}

.common_city_items:hover {
  color: #1360C8;
}

.leyuxia_yspd {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.partners_box {
  background-color: #23272b;
  padding-bottom: 49px;
}

.partners_wrapper {
  width: 1200px;
  margin: 0 auto;
}

.partners_head {
  font-size: 24px;
  line-height: 80px;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}

.partners_item {
  float: left;
  width: 200px;
  opacity: .4;
  text-align: center;
  height: 64px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.partners_item:nth-child(1) {
  border-top: none;
}

.partners_item:nth-child(2) {
  border-top: none;
}

.partners_item:nth-child(3) {
  border-top: none;
}

.partners_item:nth-child(4) {
  border-top: none;
}

.partners_item:nth-child(5) {
  border-top: none;
}

.partners_item:nth-child(6) {
  border-top: none;
}

.partners_item:nth-child(7) {
  line-height: 64px;
}

.partners_item:nth-child(7) .partners_img {
  vertical-align: bottom;
}

.partners_item:nth-child(8) {
  line-height: 64px;
}

.partners_item:nth-child(8) .partners_img {
  vertical-align: bottom;
}

.partners_item:nth-child(9) {
  line-height: 64px;
}

.partners_item:nth-child(9) .partners_img {
  vertical-align: bottom;
}

.partners_item:nth-child(10) {
  line-height: 64px;
}

.partners_item:nth-child(10) .partners_img {
  vertical-align: bottom;
}

.partners_item:nth-child(11) {
  line-height: 64px;
}

.partners_item:nth-child(11) .partners_img {
  vertical-align: bottom;
}

.partners_item:nth-child(12) {
  line-height: 64px;
}

.partners_item:nth-child(12) .partners_img {
  vertical-align: bottom;
}

.partners_item:nth-child(6) {
  border-right: none;
}

.partners_item:nth-child(12) {
  border-right: none;
}

.partners_img {
  vertical-align: middle;
}

/*# sourceMappingURL=maps/common.css.map */
