*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "微软雅黑";
}

ul{
    list-style: none;
}
input{
    outline: none;
}
img{
    max-width: 100%;
}
.settings {
    margin-top: 45px;
    font-size: 14px;
    width: 100%;
}
.settings .title {
    margin-bottom: 0;
}
.title .num01 {
    float: left;
    font-size: 44px;
    color: #1d69d4;
    margin-right: 8px;
    margin-top: -12px;
}
.settings .prices {
    margin-top: 20px;
}
.settings .prices li:nth-child(1) {
    border-top: 2px solid #e6e6e6;
}

.settings .prices li {
    padding: 15px 0;
    width: 48%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}


.settings .name {
    float: left;
    width: 50%;
    display: table;
    display: table-cell;
}
.settings .prices .name {
    width: 80%;
}
.settings .icon-select {
    background: url(../image/icon_select.png) no-repeat center;
    width: 21px;
    height: 20px;
    float: left;
    margin-right: 10px;
    background-size: 100%;
}

.settings .name span {
    display: table-cell;
}
.settings .icon-select.selected {
    background-image: url(../image/icon_selected.png);
}
.settings .price {
    float: right;
    color: #262626;
}

.settings .prices li:nth-child(even) {
    margin-left: 4%;
}

.settings .prices li:nth-child(2) {
    border-top: 2px solid #e6e6e6;
}

.selectall {
    cursor: pointer;
}
.selectall .b02a {
    float: left;
    width: 48%;
    border-top: 1px solid #e6e6e6;
}
.selectall .b02b {
    float: left;
    width: 48%;
    border-top: 1px solid #e6e6e6;
    margin-left: 4%;
}
.selectall .select-all {
    padding: 15px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
}
.settings .select-all {
    cursor: default;
}
.settings .icon-check.checked {
    background-image: url(../image/icon_checked.png);
}

.settings .icon-check {
    background: url(../image/icon_check.png) no-repeat center;
    width: 21px;
    height: 20px;
    float: left;
    margin-right: 10px;
    background-size: 100%;
}
.original-price {
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
}
/*缓存*/
.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
}
.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
  -webkit-animation-duration: 1.26s;
          animation-duration: 1.26s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
  -webkit-animation-duration: 1.01s;
          animation-duration: 1.01s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
  -webkit-animation-duration: 0.73s;
          animation-duration: 0.73s; }
.line-scale-party > div {
  background-color: #7aba1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }


/*end*/


/*头部*/
/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/
.listheader{
    width: 100%;
    border-bottom: 3px solid #2e76af;
}


/*.listheaderRight{
    margin-right: 2rem;
}*/


/*.listheaderRight ul{
    font-size: 0;
    width: 100%;
    margin: 0;
    height: 120px;
}
.listheaderRight ul>li{
    display: inline-block;
    font-size: 16px;
    position: relative;
    height: 120px;
    line-height: 120px;
}
.listheaderRight ul>li>a{
    color: #464646;
    padding-left: 7.5rem;
}
*/
.listheaderRight_a{
    float: right;
    height: 118px;
    line-height: 118px;
    margin-left: 1%;  
}

.listheaderRight{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.listheaderRight>a{
    float: left;
    height: 118px;
    line-height: 118px;
    width: 43%;
}
.nas{
    float: right;
    font-size: 0;
    height: 118px;
    line-height: 118px;
    margin: 0;
}

.nas>li{
    position: relative;
    display: inline-block;
}
.nas>li>a{
    display: block;
    font-size: 15px;
    overflow: hidden;
    color: #424242;
    position: relative;
    padding-left: 2.5rem;
}
.navs{
    transition: 0.3s linear;
}
.nas>li>a:hover{
    color: #fe5e00;
}
/*.nas span{
    color: #ce9d59;
    display: block;
}
.nas>li>a:hover .navs{
    margin-top: -20px;
    transition: 0.3s linear;
}
*/
.nas>li>a.on{
    color: #fe5e00;    
}



/**/
.clear {
    clear: both;
}

header .nav-btn {
    width: 45px;
    height: 34px;
    margin-top: 7px;
    position: relative;
}
.fl {
    float: left;
    display: inline;
}

header .nav-btn span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #068585;
    position: absolute;
    left: 0;
    top: 12px;
    transition: left 0.3s,top 0.3s;
}
header .nav-btn span.line1, header .nav-btn span.line3, header .nav-btn span.line3 {
    left: 15px;
}
header .nav-btn span.line2 {
    left: 30px;
    background: #e8921f;
}

header .logo {
    margin: 0 auto;
    width: 96px;
    display: block;
    padding-top: 1rem;
}
header .logo img {
    width: 100%;
}

header .nav-btn.hover span.line2{
    left: 12px;
}
header .nav-btn.hover span.line0{
    top: 0;
}
header .nav-btn.hover span.line1{
    top: 0;
    left: 24px;
}
header .nav-btn.hover span.line3{
    top: 24px;
    left: 0;
}
header .nav-btn.hover span.line4{
    top:24px;
    left:24px;
}

.headerphone{
    line-height: 100%;
    font-size: 18px;
    color: #2759a3;
    margin-left: 2rem;
    margin-top: 4.5rem;
}
.headerphone img{
    margin-left: 2.5rem;
    margin-right: 1rem;
}
.clear{
    clear: both;
}
.fr {
    float: right;
    display: inline;
}


.headers a.menu {
    display: block;
    width: 22px;
    float: left;
    z-index: 1;
    margin-top: 4.5rem;
}


.headers a.menu span:first-child {
    margin-top: 0;
}

.headers a.menu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3f6db3;
    margin-top: 5px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.headers a.menu span:last-child {
    width: 12px;
}

.headers a.menu:hover span:nth-child(1) {
    width: 11px;
}
.headers a.menu:hover span:nth-child(2) {
    width: 18px;
}

.headers a.menu:hover span:nth-child(3) {
    width: 22px;
}

















.search {
    cursor: pointer;
}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 118px;
    display: none;
    z-index: 10;
    background: #0063c5;
    padding: 18px 2%;
}
.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}
.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
}
.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}
.search-box form .text::-webkit-input-placeholder{
    color: #fff;
}
.search-box form .text:-moz-placeholder{
    color: #fff;
}
.search-box form .text::-moz-placeholder{
    color: #fff;
}
.search-box form .text:-ms-input-placeholder{
    color: #fff;
}
/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/
.more{
    position: absolute;
    left: 50%;
    top: 88px;
    width: 200px;
    margin-left: -69px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;
    display: none;
}
.more a{
    display: block;
    color: #6d6d6d;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    padding-left: 60px;
    transition: all 0.3s linear 0s;
}

.more a:hover{
    color: #c8a063;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}



.yuyue{
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
    padding: 5rem 0;
}
.yuyue>div{
    max-width: 1200px;
    margin:auto;
    overflow: hidden;
}

.yuyueLeft{
    width: 58.334%;
    background: #fff;
    overflow: hidden;
    height: 438px;
    float: left;
    position: relative;
}
.yuyueLeft .tabpp{
    width: 120px;
    overflow: hidden;
    float: left;
    background: #fff;
    text-align: center;
}


.yuyueLeft .tabpp a.on {
    background: #fff;
    border-top: 3px solid #0081cc;
    color: #333;
}

.yuyueLeft .tabpp a {
    display: block;
    background: #0081cc;
    color: inherit;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 15px;
    border-top: 3px solid #fff;
}
.yuyueLeft .tabpp a.hs-wechat {
    height: 189px;
    padding-top: 6rem;
    line-height: 26px;
}

.yuyueLeft .tabpp a.hs-wechat.on i {
    background: url(../image/priceduibi.png) 0 0 no-repeat;
}

.yuyueLeft .tabpp a.hs-wechat i {
    display: block;
    margin: auto;
    width: 35px;
    height: 35px;
    background: url(../image/priceduibi.png) -35px 0 no-repeat;
}




.index_order {
    height: 380px;
    margin: 35px 10px 5px;
    overflow: hidden;
}
.box-div {
    background: #fff;
    height: 420px;
    width: 570px;
    float: right;
}

.box-div .hs-box {
    padding: 0;
    margin: 0;
    float: right;
    width: 580px;
    height: 420px;
}
.hs_index_price {
    text-align: center;
}


.index_order ul li, .index_order h3 {
    position: relative;
    padding-left: 80px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    margin:0;
    margin-bottom: 15px;
}
.index_order ul li span, .index_order h3 span {
    position: absolute;
    width: 78px;
    left: 0px;
    text-align: right;
    font-size: 15px;
    color: #464646;
    line-height: 44px;
}
.index_order ul li label, .index_order h3 label{
    margin: 0;
    font-size: 14px;
}
.index_order ul li input, .index_order h3 input {
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    width: 210px;
    cursor: pointer;
    border: 1px solid #ccc;
    background: none;
    padding-left: 10px;
    font-weight: 400;
}
.index_order_right {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 260px;
    margin-right: 5px;
    height: 385px;
    display: none;
}

.index_order_right .index-order-car {
    width: 260px;
    background: none;
    display: none;
}
.index_order_right .index-order-car .hs-car {
    display: block;
    width: 260px;
}


.index_order_right .hs-car-step {
    width: 260px;
    padding: 0 1px;
    margin: 0 auto 15px;
    overflow: hidden;
    height: 30px;
    background: url(../image/index_order_icon_bg.png) left center no-repeat;
    font-size: 16px;
    line-height: 50px;
    color: #666;
    position: relative;
}

.hs-car-step span {
    text-align: center;
    height: 50px;
    position: absolute;
    top: 0;
}

.index_order_right .hs-car-step span {
    font-size: 14px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin-top: 1px;
    text-indent: -10px;
    cursor: pointer;
}


.index_order_right .hs-car-step span.step1 {
    width: 80px;
}

.index_order_right .hs-car-step span.next {
    background: url(../image/index_order_icon_on2.png) right center no-repeat !important;
    color: #fff;
}
.hs-car-step span.step1 {
    width: 415px;
    left: 0;
    background: url(../image/biaotithree.png) no-repeat 0 -55px;
}
.index_order_right .hs-car-step span.step2 {
    width: 80px;
    left: 80px;
    background: none;
}
.index_order_right .hs-car-step span.step3 {
    width: 99px;
    left: 160px;
    background: none;
}


.content-cars {
    max-width: 1200px;
    height: auto;
    padding: 0px 0px 50px;
    margin: 0px;
    position: relative;
}

.index_order_right .index-order-car .content-cars {
    width: 240px;
    height: 340px;
    padding: 0;
}

.content-cars li {
    width: 400px;
    float: left;
    line-height: 25px;
}

.index_order_right .index-order-car .content-cars li {
    padding-left: 0;
    width: 260px;
    height: 348px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 4px;
    float: left;
}

.carplate {
    padding: 0px;
    margin: 0px;
    min-height: 32px;
}
.index_order_right .index-order-car .content-cars ul {
    padding: 0;
    margin: 0;
    height: auto;
}



.index_order_right .index-order-car .carplate li {
    background: none;
    width: 78px;
    margin-left: 40px;
    padding: 0;
    margin: 10px 8px 0 0;
    color: #333;
    height: 25px;
    line-height: 25px;
}
.carplate li a {
    border-radius: 3px;
    border: 1px solid #666;
    color: #666;
    font-size: 15px;
    margin-left: 15px;
    display: block;
    text-align: center;
    margin: 35px 45px 50px 205px;
}
.carplate li a:hover {
    color: #0081cc;
    border-color: #0081cc;
}
.index_order_right .index-order-car .content-cars a {
    font-size: 14px !important;
}
.index_order_right .index-order-car .carplate li a {
    margin: 0;
    font-size: 14px;
    border: 1px solid #cfcfcf;
    width: 78px;
    margin: 10px auto 0;
}

.index_order_right .index-order-car .carplate li a:hover {
    border: 1px solid #0081cc;
}

.content-cars h2 {
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 400px;
    z-index: 11;
    display: none;
}

.index_order_right .content-cars h2 {
    position: static;
    display: block;
    margin: 0;
    font-size: 100%;
    margin-bottom: 7px;
}

.carcatena {
    padding: 0px;
    margin: 0px;
    min-height: 32px;
    display: none;
    padding-left: 3px;
    display: block;
    padding-top: 65px;
}
.index_order_right .index-order-car .content-cars ul {
    padding: 0;
    margin: 0;
    height: auto;
}

.index_order_right .index-order-car .content-cars .carcatena li, .index_order_right .index-order-car .content-cars .carmodel li {
    width: inherit;
    height: auto;
    line-height: 18px;
    display: inline;
    display: inline-block;
}


.index_order_right .index-order-car .carcatena li a {
    margin-left: 0;
    padding: 4px 14px;
    border: 1px solid #cfcfcf;
    display: block;
    min-width: 55px;
}

.carcatena li a {
    display: block;
    padding: 0 15px;
    text-align: center;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 15px;
    margin-left: 15px;
}
.carcatena li a:hover {
    color: #0081cc;
    border-color: #0081cc;
}
.index_order_right .index-order-car .content-cars a {
    font-size: 14px !important;
}
.index_order_right .index-order-car .carcatena li a {
    margin-left: 0;
    padding: 4px 14px;
    border: 1px solid #cfcfcf;
    display: block;
    min-width: 100px;
}
.yeahli {
    overflow-y: scroll;
}

.yeahli::-webkit-scrollbar {
    width:3px;
}
 
.yeahli::-webkit-scrollbar-track {
   /* -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1); */
    -webkit-border-radius: 2px;
    background:#e8f1f0;
    border-radius: 2px;
}
 
.yeahli::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background:#369bbe; 
}

.index_order_right .hs-car-step span.in {
    background: #7fd7f5 url(../image/index_order_icon_on.png) right center no-repeat !important;
    color: #fff;
}
.index_order_right .hs-car-step span.last {
    background: url(../image/index_order_icon_on3.png) right center no-repeat !important;
    color: #fff;
}

.index_order_right .hs-car-step span.background {
    background: #0081cc !important;
}


.index_order_right .index-order-car .carmodel li a {
    padding: 0;
    margin-left: 0;
    border: 1px solid #cfcfcf;
    display: block;
    padding: 4px 5px;
    border-radius: 3px;
    text-align: left;
    width: 81px;
    margin-right: 3px;
    color: #333;
}





.index_order_right .index-order-car .content-cars .carcatena li, .index_order_right .index-order-car .content-cars .carmodel li {
    width: inherit;
    height: auto;
    line-height: 18px;
    display: inline;
    display: inline-block;
}






.index_order_right .index-order-car .yeahli .carmodel li {
    text-align: center;
    width: 80px;
}

.index_order_right .index-order-car .content-cars ul.carmodel li:last-child {
    margin-bottom: 30px;
}


.pailiang {
    display: none;
}

.index_order_right .index-order-car .content-cars ul.carmodel {
    display: block;
    float: left;
}
.carmodel li a.oncarmodel {
    background: #0081cc;
    color: #fff!important;
    border-color: #e0e0e0;
    text-decoration: none;
}
.index_order_right .index-order-car .carmodel li a.oncarmodel {
    border: 1px solid #0081cc;
}
.pailiang span.onspan {
    background: #43bee8;
    color: #fff;
    border-color: #e0e0e0;
}

.pailiang span {
    padding: 0;
    margin: 0 5px 10px 0px;
    border: 1px solid #cfcfcf;
    display: block;
    padding: 0px 5px;
    border-radius: 3px;
    text-align: left;
    float: left;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    overflow: hidden;
    color: #666;
    font-size: 12px;
}

.index_order .submit-btn {
    width: 120px;
    height: 34px;
    line-height: 34px;
    margin: 9px 0 0 80px;
    border-radius: 30px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 16px;
    border: 0;
    color: #fff;
    background: #0081cc;
}


/*分店*/
.index_order_right .index-order-fd {
    width: 240px;
    height: 380px;
    background: none;
    display: none;
}
.index_order_right .hs-car-step span.stepa, .hs-car-step span.stepx {
    left: 0;
}

.index_order_right .hs-car-step span.stepb, .hs-car-step span.stepy {
    left: 80px;
}

.index_order_right .hs-car-step span.stepc {
    left: 160px;
    width: 99px;
}

.index_order_right .index-order-fd li.on {
    border: 1px solid #0081cc;
    color: #fff;
    background: #0081cc;
}
.index_order_right .index-order-fd li {
    border: 1px solid #cfcfcf;
    padding: 4px 12px;
    line-height: 18px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    float: left;
    color: #666;
    cursor: pointer;
}



.index_order_right .index-order-fd li.on {
    border: 1px solid #0081cc;
    color: #fff;
    background: #0081cc;
}


.index_order_right .xuanzetime {
    width: 240px;
    height: 380px;
    background: none;
    display: none;
}
.index_order_right .xuanzetime .hs-car-step {
    background: url(../image/index_order_icon_2.png) left center no-repeat;
}

.xuanzetime .time-data {
    height: 290px;
}

.xuanzetime li {
    border: 1px solid #cfcfcf;
    padding: 4px 0;
    width: 67px;
    text-align: center;
    line-height: 18px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    float: left;
    color: #666;
    cursor: pointer;
}
.xuanzetime .time-spot {
    display: none;
    height: 290px;
}
.xuanzetime li.on {
    border: 1px solid #0081cc;
    color: #fff;
    background: #0081cc;
}

.hs_index_price h2 {
    font-style: normal;
    font-size: 15px;
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    margin-top: 35px;
}

.hs_index_price input {
    width: 210px;
    padding-right: 40px;
    text-indent: 8px;
    height: 33px;
    line-height: 33px;
    text-align: left;
    cursor: pointer;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -border-radius: 3px;
    background: #fff url(../image/index-price-btn.png) center right no-repeat;
    background-size: 30px auto;
    border: 1px solid #0081cc;
}

.price_div {
    height: 290px;
    width: 550px;
    margin: 10px auto;
}
.price_div.on {
    overflow-y: scroll;
}
.index-price {
    width: 550px;
    top: 110px;
    padding-top: 20px;
    height: 300px;
    background: #fff;
    margin-top: 16px;
}
.index-price .index-order-car {
    width: 550px;
}

.index-price .hs-car-step{display:none;}
.index-price .index-order-car {width:550px;}
.index-price .index-order-car .hs-car{width:550px;}
.index-price .index-order-car .content-cars{width:550px;height:300px;}
.index-price .index-order-car .content-cars li{width:550px;}
.index-price .index-order-car .content-cars li.yeahli{}

.index-price .index-order-car .carplate li{width:170px;}
.index-price .index-order-car .carplate li i{width:185px;height:95px;display:block;}
.index-price .index-order-car .carplate li.aodi i{background:url(../image/new_car.jpg) 0 0 no-repeat;}
.index-price .index-order-car .carplate li.baoma i{background:url(../image/new_car.jpg) -185px 0 no-repeat;}
.index-price .index-order-car .carplate li.benchi i{background:url(../image/new_car.jpg) -370px 0 no-repeat;}

.index-price .index-order-car .carplate{/*padding-left:95px !important;*/}
.index-price .carmodel::-webkit-scrollbar {
    width:0px !important;
}



.index_order_right .carmodel {
    width: 100%;
}
.price_div::-webkit-scrollbar{width:2px;}


.price_div li.first {
    margin: 40px auto 15px;
}

.price_div li {
    width: 512px;
    margin: auto;
    line-height: 23px;
    list-style: none;
    overflow: hidden;
}

.price_div li span {
    display: block;
    width: 88px;
    float: left;
    padding: 0 15px;
    margin: 0 6px;
}

.price_div li.first span {
    border: 1px solid #999;
    border-radius: 3px;
}
.price_div li span.name {
    width: 199px;
    text-align: left;
}
.price_div li.first span.name {
    text-align: center;
}
span.thrift {
    color: #08C400;
}

.price_div li span a{
    color: #333;
}


span.price {
    color: #0081cc;
}

span.price_4s {
    color: #f00;
}



.swiperyuyueRight{
    float: right;
    width: 474px;
    overflow: hidden;
    height: 438px;
}

.swiperyuyueRight a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.swiperyuyueRight a img{
    width: 100%;
    height: 100%;
}

.swiperyuyueRight a div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    padding-top: 11rem;
}
.swiperyuyueRight a div label{
    font-size: 32px;
    margin: 0;
}
.swiperyuyueRight a div p{
    font-size: 21px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.swiperyuyueRight a div span{
    width: 166px;
    height: 40px;
    border: 1px solid #fff;
    display: block;
    margin: auto;
    line-height: 40px;
    border-radius: 30px;
}


.swiperyuyueRight .swiperyuyueRightpagination{
    text-align: right;
    padding-right: 5%;
}
.swiperyuyueRight .swiperyuyueRightpagination span{
        width: 19px;
    height: 1px;
}



















/**/
.hs-content-block-fendian {
    width: 520px;
    height: 400px;
    margin: 0px auto;
    padding: 10px;
}
.hs-content-block-fendian h3 {
    font-weight: normal;
    width: 530px;
    height: 40px;
    border-radius: 2px;
    background: #0081cc;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-indent: 8px;
    float: left;
    position: relative;
    margin: 0;
}

.hs-content-block-fendian h3 .labelhack {
    position: absolute;
    right: 0;
}
.hs-content-block-fendian h3 .labelhack label {
    display: inline-block;
    zoom: 1;
    padding-right: 20px;
    background: url(../image/fd_input_bg.png) no-repeat right center;
    font-size: 15px;
}

.hs-content-block-fendian h3 .labelhack label {
    display: inline-block;
    zoom: 1;
    padding-right: 20px;
    background: url(../image/fd_input_bg.png) no-repeat right center;
    font-size: 15px;
}



.hs-content-block-fendian h3 .loc {
    float: right;
    width: 64px;
    color: #fff;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    border: none;
    cursor: pointer;
    background: #0081cc;
    text-align: right;
    cursor: pointer;
    position: relative;
    z-index: 11;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
}

.hs-content-block-fendian h3 .loc option {
    background-color: #0081cc;
    color: #fff;
    font-size: 15px;
    width: 55px;
}

.hs-content-block-fendian h3 #sheng {
    width: 108px;
    margin-right: 12px;
}
.hs-content-block-fendian ul {
    padding: 0;
    margin-top: 10px;
    height: 360px;
    width: 100%;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.hs-content-block-fendian ul li {
    padding: 0;
    width: 100%;
    height: 80px;
    float: left;
    margin: 5px 0 1px;
}

.hs-content-block-fendian ul li a {
    width: 530px;
    height: 79px;
    display: block;
    _width: 530px;
}

.hs-content-block-fendian ul li a img {
   width: 144px;
    height: 105px;
    border: 0;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    padding: 2px;
}
.hs-content-block .fendian-city-list p {
    background: none;
    text-align: left;
}

.hs-content-block .hs-content-block-fendian ul li a p {
    width: 255px;
    font-size: 13px;
    line-height: 20px;
}


.hs-content-block-fendian ul li a p span {
    color: #0081cc;
    font-weight: 600;
    font-size: 16px;
}

.hs-content-block-fendian ul li a p em {
    width: 14px;
    height: 22px;
    background-image: url(../image/web.png);
    background-position: -354px -101px;
    display: inline-block;
    vertical-align: middle;
}

.hs-content-block-fendian ul li a p {
    overflow: hidden;
    float: left;
    width: 205px;
    height: 70px;
    line-height: 34px;
    word-spacing: 2px;
    font-size: 15px;
    color: #666;
    padding-top: 5px;
    margin-left: 5px;
    _margin-top: 2px;
}


.hs-content-block-fendian ul li a p {
    width: 255px;
    _width: 225px;
    font-size: 13px;
    line-height: 20px;
}

.hs-content-block-fendian ul::-webkit-scrollbar {
    width: 2px;
}



.cheForm{
    margin-left: 130px;
}






.jingyin{
    width: 100%;
    background: url(../image/images/3_02.jpg)center 0 no-repeat;
    height: 168px;
}



.hzpinpai{
    width: 100%;
    text-align: center;
    margin:5.6rem 0;
}
.hzpinpai label{
    font-size: 30px;
    color: #0081cc;
    margin-bottom: 1rem;
}
.hzpinpai div{
    width: 34px;
    height: 4px;
    background: #0081cc;
    margin: auto;
    margin-bottom: 1.5rem;
}
.hzpinpai span{
    font-size: 16px;
    color: #505050;
}








.mulist{
    max-width: 1200px;
    margin:auto;
    overflow: hidden;
    margin-bottom: 5rem;
}
.muTop{
    float: left;
    width: 25%;
    overflow: hidden;
}
.muTop span{
    display: block;
    background: #0081cc;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #1D9CE6;
    padding: 2.34rem 3rem;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
}
.muTop span img{
    float: right;
}
.muTop span.on{
    background: #202020;
    border-bottom: 1px solid #202020;
}
.muTop span:hover{
    background: #202020;
    border-bottom: 1px solid #202020;    
}
.ContBoxmu{
    width: 75%;
    float: left;
    overflow: hidden;
}
.ContBoxmu .Boxmu{
    display: none;
}

.ContBoxmu .Boxmu img{
    width: 100%;
}



.xinsheng{
    width: 100%;
    background: #f1f1f1;
    padding: 8.6rem 0;
}
.xinsheng>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.xinsheng_a:nth-child(3){
    margin-right: 0;
}

.xinsheng_a{
    width: 31%;
    overflow: hidden;
    background: #fff;
    margin-right: 3.5%;
}
.xinsheng_b{
    position: relative;
    width: 100%;
}
.xinsheng_b img{
    width: 100%;
}
.xinsheng_b div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding-top: 2rem;
}
.xinsheng_b div span{
    font-size: 37px;
    letter-spacing: 5px;
    display: block;
    margin-bottom: 0.5rem;
}
.xinsheng_b div p{
    font-family: Arial Regular;
    text-transform: uppercase;
    margin: 0;
}



.xinsheng_c{
    padding: 2rem;
    line-height: 31px;
}
.xinsheng_c a{
    display: block;
    color: #464646;
}
.xinsheng_c a img{
    margin-right: 9px;
}

.xinsheng_c a:hover{
    color: #0081cc;
}


.youshi{
    width: 100%;
    background: url(../image/23.png)center 0 no-repeat;
    height: 641px;
    overflow: hidden;
}
.youshi>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    color: #fff;
}
.youshi>div>label{
    font-size: 30px;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    margin-top: 6rem;
}
.youshi>div>p{
    width: 34px;
    height: 4px;
    background: #fff;
    margin: auto;
    margin-bottom: 1.5rem;
}

.youshiTop{
    border: 1px solid #5CD3FF;
    border-radius: 50px;
    padding: 1rem 2.4rem;
    width: 660px;
    margin: auto;
    display: flex;
}
.youshiTop div{
    flex: 1;
    text-align: center;
    border-right: 1px solid #5CD3FF;
    font-size: 16px;
}
.youshiTop div span{
    font-size: 21px;
    margin-right: 8px;
}
.youshiTop div:last-child{
    border: 0;
}


.youshi_a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.youshi_a a:last-child{
    margin-right: 0;
}
.youshi_a a{
    display: block;
    width: 19.334%;
    background: url(../image/7.png)center 0 no-repeat;
    height: 325px;
    color: #fff;
    margin-right: 0.83%;
    margin-top: 4rem;
    padding-top: 11rem;
    transition: all 0.8s;
} 
.youshi_a a label{
    font-size: 18px;
}
.youshi_a a div{
    margin-top: 1rem;
}
.youshi_a a div p{

}
.youshi_a a:hover{
    transform: rotateY(360deg);
}

.youshi_a a:nth-child(2){
    background: url(../image/8.png)center 0 no-repeat;
}
.youshi_a a:nth-child(3){
    background: url(../image/9.png)center 0 no-repeat;    
}

.youshi_a a:nth-child(4){
     background: url(../image/10.png)center 0 no-repeat;   
}

.youshi_a a:nth-child(5){
    background: url(../image/11.png)center 0 no-repeat;    
}




.homeabout{
    max-width: 1200px;
    margin:10rem auto;
    overflow: hidden;
}
.homeaboutLeft{
    float: left;
    width: 40%;
}
.homeaboutLeft img{
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}

.homeaboutLeft:hover img{
    transform: scale(1.1);
}


.homeaboutRight{
    float: right;
    width: 56%;
    overflow: hidden;
}

.homeaboutRight>label{
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;

}
.homeaboutRight>img{

}
.homeaboutRight>p{
    line-height: 32px;
    color: #5d6062;
    margin-top: 1rem;
}
.homeaboutRight>p>a{
    color: #058fde;
}

.homeaboutRight_a{
    width: 100%;
    display: flex;
    margin-top: 3rem;
}
.homeaboutRight_a a{
    display: block;
    width: 66px;
    margin-right: 20%;
}
.homeaboutRight_a a img{
    margin-bottom: 0.5rem;
    transition: all 0.3s;
}
.homeaboutRight_a a span{
    display: block;
    font-size: 16px;
    color: #464646;
}

.homeaboutRight_a a:last-child{
    margin-right: 0;
}
.homeaboutRight_a a:hover img{
    transform: rotateY(180deg);
}







/**/
.bottom{
    width: 100%;
    background: #363b3f;
    overflow: hidden;
}

.bottoms{
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding-top: 6rem;
    margin-bottom: 5rem;
}

.bottomsLeft{
    float: left;
    display: flex;
    flex-wrap: wrap;
    width: 62%;
}

.bottomsLeft div:nth-child(1){
    border-left: 1px solid #54595E;
}
.bottomsLeft div{
    width: 25%;
    line-height: 32px;
    border-right: 1px solid #54595E;
    padding-left: 4.5rem;
}
.bottomsLeft div a:nth-child(1){
    color: #fff;
    font-size: 16px;

}
.bottomsLeft div a{
    display: block;
    color: #b0b0b0;
}

.bottomsRight{
    float: right;
    width: 38%;
    overflow: hidden;
}
.bottomsRight>p{
    float: left;
    color: #fff;
    line-height: 29px;
    margin: 0;
    margin-top: 1rem;
    margin-left: 3rem;
}
.bottomsRight div{
    float: right;
    text-align: center;
}
.bottomsRight div>img{

}
.bottomsRight div p{
    margin: 0;
    margin-top: 1rem;
}
.bottomsRight div p a{
    margin: 0px 5px;
}





.allbottom{
    background: #2a2e33;   
    text-align: center;
    color: #fff;
    line-height: 80px;
}
.allbottom a{
    color: #fff;    
}







.f-nav{
    display: none;
}


.f-nav a{
    display: block;
}
.f-nav .tit{
    padding: .3rem;
    font-size: .36rem;
    line-height: .46rem;
    color: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.f-nav .tit:before{
content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.1rem;
    height: 1.1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../image/m-nav-arrow.png")
}
.f-nav li.on1 .tit:before{
    background-image: url("../image/m-nav-jia.png");

}
.f-nav li.on2 .tit:before{
    background-image: url("../image/m-nav-jian.png");
    background-size: contain;
}
.f-nav .sub{
    display: none;
    padding: .15rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.f-nav .sub a{
    font-size: .3rem;
    line-height: .4rem;
    padding: .15rem .3rem;
    color: #fff;
}




/*list*/
.hs-order-maintenance, .hs-order-result {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.hs-order-maintenance {
    padding-bottom: 60px;
}
.hs-order-select-car {
    height: 340px;
    width: 100%;
    overflow: hidden;
    background: url(../image/25.png) no-repeat center;
}
.hs-order-select-car-content {
    width: 550px;
    height: 250px;
    margin: 0px auto;
/*    padding: 0 325px;*/
}
.select-icon {
    width: 115px;
    height: 61px;
    float: left;
    overflow: hidden;
    background: url(../image/select_car.png) no-repeat 0 0;
    margin-top: 90px;
    margin-right: 10px;
}
.select-input {
    width: 453px;
    height: 47px;
    margin: 128px auto;
    overflow: hidden;
    background: url(../image/26.png) no-repeat 0 0;
    float: left;
}

.select-input #carModelName {
    width: 199px;
    height: 33px;
    line-height: 30px;
    color: #fff;
    border: none;
    float: left;
    margin: 0px 0px 0px 147px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    background: none;
}


.select-input #carModelName::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
  font-size: 16px;
}

.select-input #carModelName::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 16px;
}

.select-input #carModelName::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
  font-size: 16px;
}   

/**/
.hs-order-result-carplate {
    width: 100%;
    height: auto;
    margin: 0px auto;
    background: #fff;
}
.hs-cars {
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
    padding: 50px 0px 30px 0px;
    position: relative;
}
.tables-yuyue {
    margin: 0px auto;
    width: 560px;
    height: auto;
}
.tables-yuyue tr th {
    text-align: right;
    width: 192px;
}
.yuyue-names {
    color: #43bee8;
    font-size: 16px;
    line-height: 60px;
    height: 50px;
    overflow: hidden;
}
.input-data {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 260px;
    line-height: 36px;
    color: #666;
    font-size: 16px;
    height: 28px;
    cursor: pointer;
}

.sel_wrap {
    float: left;
}

.hs-cars .xuanzetime {
    overflow: hidden;
    display: none;
    width: 240px;
    height: 335px;
    position: absolute;
    top: 245px;
    left: 50%;
    margin-left: 200px;
}
.sel_wrap select {
    border: 1px solid #ccc;
    color: #666;
    width: 62px;
    margin: 0;
    margin-right: -1px;
    line-height: 32px;
    height: 32px;
    padding: 0\9;
    line-height: auto\9;
    height: auto\9;
    cursor: pointer;
    font-size: 13px;
    outline: none;
}
.sel_wrap select[name="orderCompName"] {
    width: 139px;
}


.input-data {
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 260px;
    line-height: 36px;
    color: #666;
    font-size: 16px;
    height: 28px;
    cursor: pointer;
}

.input-times {
    background: url(../image/times.png) no-repeat scroll center right;
}
.submit-btn {
    border: none;
    background: #ccc;
    width: 250px;
    height: 50px;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    margin: 30px 0px 0px 150px;
}

.hs-car {
    max-width: 1200px;
    height: auto;
    margin: 0px auto;
    display: none;
}
.hs-car-step {
    max-width: 1200px;
    margin: 58px auto;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #666;
    position: relative;
}
.hs-car-step span {
    text-align: center;
    height: 50px;
    position: absolute;
    top: 0;
}
.hs-car-step span.step1 {
    width: 415px;
    left: 0;
    background: url(../image/biaotithree.png) no-repeat 0 -55px;
}
.hs-car-step span.step1.on {
    background: url(../image/biaotithree.png) no-repeat 0 0px;
}
.hs-car-step span.step2 {
    width: 415px;
    left: 403px;
    background: url(../image/biaotithree.png) no-repeat 0 -165px;
}
.hs-car-step span.step3 {
    width: 398px;
    left: 805px;
    background: url(../image/biaotithree.png) no-repeat 0 -275px;
}
.hs-car-step span.step2.on {
    background: url(../image/biaotithree.png) no-repeat 0 -110px;
}
.hs-car-step span.step3.on {
    background: url(../image/biaotithree.png) no-repeat 0 -220px;
}
.hs-car-step span.on font {
    color: #fff;
}


.carplate li.aodi {
    background: url(../image/aodicar.jpg) no-repeat;
}
.carplate li.baoma {
    background: url(../image/baomacar.jpg) no-repeat;
}
.carplate li.benchi {
    background: url(../image/benchicar.jpg) no-repeat;
}
.carplate li {
    height: 144px;
    width: 320px;
    cursor: pointer;
    margin-left: 40px;
}
.content-cars h2 {
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 400px;
    z-index: 11;
    display: none;
margin: 0;
    font-size: 14px;
}
.content-cars h2 em {
    display: inline-block;
    font-weight: normal;
    margin-left: 15px;
    border: 1px solid #43bee8;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
    color: #696969;
    height: 25px;
    padding: 0 35px 0 15px;
    line-height: 23px;
    text-align: center;
    display: none;
font-style: normal;

}
.content-cars h2 em i {
    content: 'x';
    color: red;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 25px;
    height: 25px;
    line-height: 18px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;
font-style: normal;
}

.carcatena {
    padding: 0px;
    margin: 0px;
    min-height: 32px;
    display: none;
    padding-left: 3px;
    display: block;
    padding-top: 65px;
}
.carcatena li {
    width: auto;
    min-width: 100px;
    margin-left: 0px;
    float: left;
    margin-bottom: 15px;
}
.content-cars .new_li_div_2 li {
    line-height: 34px;
}
.carcatena li a {
    display: block;
    padding: 0 15px;
    text-align: center;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 15px;
    margin-left: 15px;
}
.content-cars li.new_li_div_2, .content-cars li.new_li_div_3 {
    display: none;
    width: 800px;
}
.carmodel {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 65px;
    /* overflow-y: scroll; */
    overflow-x: hidden;
}
.carmodel li {
    width: 140px;
    line-height: 34px;
    margin: 2px 10px 10px 0;
}
.carmodel li a {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 5px;
    font-size: 15px;
}
.carmodel li a:hover {
    color: #43bee8;
    border-color: #43bee8;
}
.carmodel li a.oncarmodel {
    background: #43bee8;
    color: #fff;
    border-color: #e0e0e0;
}
.new_pailiang {
    display: none;
    width: 100%;
    height: 220px;
    padding: 10px 0 10px 0px;
    float: left;
    margin-top: 65px;
}
.content-cars .new_pailiang h2 {
    position: static;
    margin-bottom: 5px;
}
.new_pailiang span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 15px;
    cursor: pointer;
    margin-right: 10px;
}
.new_pailiang span:hover {
    color: #43bee8;
    border-color: #43bee8;
}

.hs-cars .xuanzetime {
    overflow: hidden;
    display: none;
    width: 240px;
    height: 335px;
    position: absolute;
    top: 245px;
    left: 50%;
    margin-left: 200px;
}
.hs-cars .hs-car-step {
    width: 240px;
    padding: 0 1px;
    margin: 0 auto 15px;
    overflow: hidden;
    height: 30px;
    background: url(../image/index_order_icon_2.png) left center no-repeat;
}
.hs-cars .hs-car-step span.next {
    background: url(../image/index_order_icon_on1.png) right center no-repeat;
    color: #fff;
}
.hs-cars .hs-car-step span.in{
    background: #7fd7f5 url(../image/index_order_icon_on.png) right center no-repeat;
    color: #fff;
}
.hs-cars .hs-car-step span {
    font-size: 14px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    margin-top: 1px;
    text-indent: -10px;
    cursor: pointer;
}

/**/
.listbanner{
    width: 100%;
}
.listbanner img{
    width: 100%;
}
.listcontact{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 6rem;
}

.listcontact_a{
    text-align: center;
    margin-bottom: 5rem;
}
.listcontact_a span{
    font-size: 24px;
	color:#fe6600;
    display: block;

    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.listcontact_a>div{
    overflow: hidden;
}
.listcontact_a>div a{
    font-size: 16px;
    color: #515151;
    margin: 0 6rem;
    position: relative;
}
.listcontact_a>div a:hover{
    color: #fe5e00;
}


.tip-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 30;
    display: none;
}
.tip-box .mian {

    position: fixed;
    left: 50%;
    top: 50%;
    width: 580px;
    height: 490px;
    padding: 35px 30px 0px;
    margin: -205px 0 0 -300px;
    background: #fff;
}

.tip-box .mian i {
    background: url(http://www.hspark.com/bocweb/web/css/../img/tc-img-close.png) no-repeat left center;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -35px;
    top: -35px;
    cursor: pointer;
}


.logc-header {
    padding: 0;
}
.logc-header h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    margin: 0;
}
.logc-header p {
    text-align: center;
    color: #999999;
    padding-top: 10px;
    font-size: 14px;
}
.logc-header label{
    color: #333;
    margin-top: 8px;
}

.logc-header div{
    width: 100%;
    height: 286px;
}








/**/
.newbanner{
    width: 100%;
    background: url(../image/28.png)center 0 no-repeat;
    height: 340px;
    overflow: hidden;
}
.newbanner_w{
	    background: url(../image/zhixin.jpg)center 0 no-repeat;
}

.newbanner img{
    display: none;
}

.newbanner_ab{    
background: url(../image/about_img.jpg)center 0 no-repeat;
	
}

.myli{
    width: 100%;
    background: #f1f1f1;
}
.listnac{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -38px;
}
.listnac a{
    width: 20%;
    text-align: center;
    display: block;
    height: 70px;
    line-height: 70px;
    color: #464646;
    font-size: 15px;
}
.listnac a:hover{
    background: #2b71af;
    color: #fff;
}
.listnac a.on{
    background: #2b71af;
    color: #fff;    
}


.listNew{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 5rem;
}
.listNew a:nth-child(2n){
    float: right;
}
.listNew a{
    display: block;
    float: left;
    width: 49%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3rem;
    margin-top: 3rem;
}
.listNew a img{
	height:110px;
    float: left;
    width: 31%;

}
.listNew a div{
    width: 66%;
    float: right;
    padding-top: 1rem;
}
.listNew a span{
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.listNew a p{
    color: #5c5c5c;
    line-height: 27px;
    margin: 0.4rem 0;
}
.listNew a i{
color: #828282;
    font-style: normal;
}
.listNew a:hover span{
    color: #2b71af;
}


/**/
.listnacweixiu{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -38px;
}
.listnacweixiu a{
    width: 14.2857%;
    text-align: center;
    display: block;
    height: 70px;
    line-height: 70px;
    color: #464646;
    font-size: 15px;
}
.listnacweixiu a:hover{
    background: #2b71af;
    color: #fff;
}
.listnacweixiu a.action{
    background: #2b71af;
    color: #fff;    
}

.weixiubaojia{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 4rem;
}
.weixiubaojia label{
    font-size: 36px;
    color: #2b71af;
}
.weixiubaojia div{
    font-size: 16px;
    color: #636363;
    margin-bottom: 5rem;
}
.weixiubaojia img{

}


.weixiubaojiaform{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    margin-top: 4rem;
}
.weixiubaojiaform form{
    overflow: hidden;
    padding: 6rem;
}
.weixiubaojiaform form textarea{
    width: 52%;
    height: 126px;
    border: 1px solid #7DBACF;
    border-radius: 10px;
    background: #e8f9ff;
    padding: 1rem;
    float: left;
}
.weixiubaojiaform div{
    float: right;
    width: 45%;
    position: relative;
    margin-top: 3rem;
}
.weixiubaojiaform div img{
    position: absolute;
    top: 9px;
}
.weixiubaojiaform div input:nth-child(2){
    border: 0;
    border-bottom: 1px solid #ccc;
    height: 40px;
    width: 78%;
    padding-left: 28px;
}
.weixiubaojiaform div input:nth-child(3){
        background: #2b71af;
    color: #fff;
    border: none;
    padding: 0.8rem 2.5rem;
    border-radius: 5px;
}
.weixiubaojiakong{
    height: 4rem;
}


.Operating{
    width: 100%;
    background: url(../image/31.png)center 0 no-repeat;
    height: 507px;
    overflow: hidden;
}
.Operating>div{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.OperatingTop{
    text-align: center;
    color: #fff;
    margin-top: 7rem;
}
.OperatingTop label{
    font-size: 36px;
}
.OperatingTop div{
    text-transform: uppercase;
    font-size: 16px;
}

.Operatings{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.Operatings a{
    display: block;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding-top: 2rem;
    margin-left: 10rem;
    margin-top: 1rem;
}
.Operatings a span{
    display: block;
    font-size: 62px;
}
.Operatings a label{
    font-size: 18px;
}
.Operatings a p{
    width: 78%;
    margin: auto;
    line-height: 22px;
}
.Operatings a:nth-child(2){
    margin-top: 5rem;
}


.weixiuservice{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 5rem;
}
.weixiuservice label{
    font-size: 35.8px;
    color: #2b71af;
}
.weixiuservice label span{
    font-size: 48px;
    color: #2b71af;
}
.weixiuservice div{
    font-size: 15px;
    color:#636363;
    font-family: Arial Regular;
    display: block;
    margin-bottom: 4rem;
}
.weixiuservice img{

}
.jiance{
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}
.jiance>div{
    max-width: 1200px;
    margin:7rem auto;
    overflow: hidden;
    text-align: center;
}
.jiance>div>label{
    font-size: 28px;
    color: #2b71af;
    display: block;
    margin-bottom: 1rem;
}
.jiance>div>p{
    font-size: 16px;
    color: #636363;
}

.jiances{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.jiances a{
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-top: 4rem;
    overflow: hidden;
}
.jiances a img{
    transition: all 0.3s;
    width: 100%;
}
.jiances a:nth-child(3){
    margin-right: 0;
}
.jiances a:hover img{
    transform: scale(1.1);
}

.zhengpin{
    text-align: center;
    margin: 5rem 0;
}
.zhengpin label{
    font-size: 35px;
    color: #2b71af;
}
.zhengpin div{
    font-size: 16px;
    color: #636363;
}

.ditu_location {
    position: relative;
    width: 1200px;
    height: 544px;
    background: url(../image/dibg.jpg) no-repeat;
    margin: auto;
}






.ditu_location .waicheng{width:302px;height:302px;position:absolute; z-index:0;top:50%;left:50%;margin:-195px 0 0 -151px;background:url(../image/sevise_icon_bg1.png) no-repeat center;opacity:0}
.ditu_location .wc_animate {
    -webkit-animation: flyallwc 1s 0.3s ease-in-out both;
    -ms-animation: flyallwc 1s 0.3s ease-in-out both;
    -moz-animation: flyallwc 1s 0.3s ease-in-out both;
}

.ditu_location .ditu_main{position:relative;}
.ditu_location .ditu_main .true_main {width:200px;height:200px;border-radius:100px; -ms-border-radius:100px; -o-border-radius:100px;;position:absolute;top:52px;left:52px;overflow:hidden;}
.ditu_location .ditu_main .true_main img{width:100%;}
.ditu_location .ditu_main .true_main em{display:block;font-style:normal;font-size:15px;color:#333;}

.ditu_location .ditu_main .bg_rotate{border-radius:302px;position:absolute;top:2px;left:2px;}
.ditu_location .wc_animate{-webkit-animation:flyallwc 1s 0.3s ease-in-out both;-ms-animation:flyallwc 1s 0.3s ease-in-out both;-moz-animation:flyallwc 1s 0.3s ease-in-out both;}
.ditu_location .wc_animate .ditu_main .bg_rotate{-webkit-animation:flyalla 5s 2.4s infinite linear  none;-ms-animation:flyalla 5s 2.4s infinite linear  none;-moz-animation:flyalla 5s 2.4s infinite linear  none;}
.ditu_location b{display:block;width:63px;height:63px;position:absolute;z-index:2; cursor:pointer;opacity:0}
.ditu_location b.location_a{top:169px;left:276px;background:url(../image/sevise_icon_location.png) no-repeat 0 0px;}
.ditu_location b.location_b{top:186px;left:334px;background:url(../image/sevise_icon_location.png) no-repeat -63px 0px;}
.ditu_location b.location_c{top:53px;left:683px;background:url(../image/sevise_icon_location.png) no-repeat -126px 0px;}
.ditu_location b.location_d{top:112px;left:707px;background:url(../image/sevise_icon_location.png) no-repeat -189px 0px;}
.ditu_location b.location_e{z-index:3;top:125px;left:728px;width:32px;height:56px;background:url(../image/sevise_icon_location.png) no-repeat -269px 0px;}
.ditu_location b.location_f{z-index:1;top:79px;left:752px;background:url(../image/sevise_icon_location.png) no-repeat 0 -63px;}
.ditu_location b.location_g{top:130px;left:770px;background:url(../image/sevise_icon_location.png) no-repeat -63px -63px;}
.ditu_location b.location_h{top:110px;left:810px;background:url(../image/sevise_icon_location.png) no-repeat -126px -63px;}
.ditu_location b.location_i{top:169px;left:916px;background:url(../image/sevise_icon_location.png) no-repeat -189px -63px;}
.ditu_location b.location_j{top:201px;left:1020px;background:url(../image/sevise_icon_location.png) no-repeat -252px -63px;}

.ditu_location b.location_a.on{top:169px;left:276px;background:url(../image/sevise_icon_location.png) no-repeat 0 -126px;}
.ditu_location b.location_b.on{top:186px;left:334px;background:url(../image/sevise_icon_location.png) no-repeat -63px -126px;}
.ditu_location b.location_c.on{top:53px;left:683px;background:url(../image/sevise_icon_location.png) no-repeat -126px -126px;}
.ditu_location b.location_d.on{top:112px;left:707px;background:url(../image/sevise_icon_location.png) no-repeat -189px -126px;}
.ditu_location b.location_e.on{z-index:3;top:125px;left:728px;background:url(../image/sevise_icon_location.png) no-repeat -269px -126px;}
.ditu_location b.location_f.on{z-index:1;top:79px;left:752px;background:url(../image/sevise_icon_location.png) no-repeat 0 -189px;}
.ditu_location b.location_g.on{top:130px;left:770px;background:url(../image/sevise_icon_location.png) no-repeat -63px -189px;}
.ditu_location b.location_h.on{top:110px;left:810px;background:url(../image/sevise_icon_location.png) no-repeat -126px -189px;}
.ditu_location b.location_i.on{top:169px;left:916px;background:url(../image/sevise_icon_location.png) no-repeat -189px -189px;}
.ditu_location b.location_j.on{top:201px;left:1020px;background:url(../image/sevise_icon_location.png) no-repeat -252px -189px;}

.ditu_location b.location_a.b_animat{
    top:169px;left:276px;
    -webkit-animation:flyallb 0.8s 0.1s ease-in-out both; 
    -ms-animation:flyallb 0.8s 0.1s ease-in-out both;
    -moz-animation:flyallb 0.8s 0.1s ease-in-out both;
    }
.ditu_location b.location_b.b_animat{
    top:186px;left:334px;
    -webkit-animation:flyallb 0.8s 0.6s ease-in-out both;
    -ms-animation:flyallb 0.8s 0.6s ease-in-out both;
    -moz-animation:flyallb 0.8s 0.6s ease-in-out both;
    }
.ditu_location b.location_c.b_animat{
    top:53px;left:683px;
    -webkit-animation:flyallb 0.8s 1.1s ease-in-out both;
    -ms-animation:flyallb 0.8s 1.1s ease-in-out both;
    -moz-animation:flyallb 0.8s 1.1s ease-in-out both;
    }
.ditu_location b.location_d.b_animat{
    top:112px;left:707px;
    -webkit-animation:flyallb 0.8s 1.6s ease-in-out both;
    -ms-animation:flyallb 0.8s 1.6s ease-in-out both;
    -moz-animation:flyallb 0.8s 1.6s ease-in-out both;
    }
.ditu_location b.location_e.b_animat{
    z-index:3;top:125px;left:745px;
    -webkit-animation:flyallb 0.8s 0.3s ease-in-out both;
    -ms-animation:flyallb 0.8s 0.3s ease-in-out both;
    -moz-animation:flyallb 0.8s 0.3s ease-in-out both;
    }
.ditu_location b.location_f.b_animat{
    z-index:1;top:79px;left:752px;
    -webkit-animation:flyallb 0.8s 0.5s ease-in-out both;
    -ms-animation:flyallb 0.8s 0.5s ease-in-out both;
    -moz-animation:flyallb 0.8s 0.5s ease-in-out both;
    }
.ditu_location b.location_g.b_animat{
    top:130px;left:770px;
    -webkit-animation:flyallb 0.8s 1.1s ease-in-out both;
    -ms-animation:flyallb 0.8s 1.1s ease-in-out both;
    -moz-animation:flyallb 0.8s 1.1s ease-in-out both;
    }
.ditu_location b.location_h.b_animat{
    top:110px;left:810px;
    -webkit-animation:flyallb 0.8s 0.8s ease-in-out both;
    -ms-animation:flyallb 0.8s 0.8s ease-in-out both;
    -moz-animation:flyallb 0.8s 0.8s ease-in-out both;
    }
.ditu_location b.location_i.b_animat{
    top:169px;left:916px;
    -webkit-animation:flyallb 0.8s 1.8s ease-in-out both;
    -ms-animation:flyallb 0.8s 1.8s ease-in-out both;
    -moz-animation:flyallb 0.8s 1.8s ease-in-out both;
    }
.ditu_location b.location_j.b_animat{
    top:201px;left:1020px;
    -webkit-animation:flyallb 0.8s 2.6s ease-in-out both;
    -ms-animation:flyallb 0.8s 2.6s ease-in-out both;
    -moz-animation:flyallb 0.8s 2.6s ease-in-out both;
    }

@-webkit-keyframes flyallwc{
    0%{-webkit-transform:translate(0px,0px);opacity:0}
    100%{-webkit-transform:translate(0px,0px);opacity:1}
}
@-ms-keyframes flyallwc{
    0%{-ms-transform:translate(0px,0px);opacity:0}
    100%{-ms-transform:translate(0px,0px);opacity:1}
}
@-moz-keyframes flyallwc{
    0%{-moz-transform:translate(0px,0px);opacity:0}
    100%{-moz-transform:translate(0px,0px);opacity:1}
}


@-webkit-keyframes flyalla{
    0%{-webkit-transform:translate(0px,0px) rotate(0deg);opacity:1}
    100%{-webkit-transform:translate(0px,0px) rotate(360deg);opacity:1}
}
@-ms-keyframes flyalla{
    0%{-ms-transform:translate(0px,0px) rotate(0deg);opacity:1}
    100%{-ms-transform:translate(0px,0px) rotate(360deg);opacity:1}
}
@-moz-keyframes flyalla{
    0%{-moz-transform:translate(0px,0px) rotate(0deg);opacity:1}
    100%{-moz-transform:translate(0px,0px) rotate(360deg);opacity:1}
}


@-webkit-keyframes flyallb{
    0%{-webkit-transform:translate(0px,-300px);opacity:0}
    100%{-webkit-transform:translate(0px,0px);opacity:1}
}
@-ms-keyframes flyallb{
    0%{-ms-transform:translate(0px,-300px);opacity:0}
    100%{-ms-transform:translate(0px,0px);opacity:1}
}
@-moz-keyframes flyallb{
    0%{-moz-transform:translate(0px,-300px);opacity:0}
    100%{-moz-transform:translate(0px,0px);opacity:1}
}


.huobanTop{
    text-align: center;
    overflow: hidden;
    margin-top: 5rem;
}
.huobanTop label{
    font-size: 28px;
    color: #2b71af;
    font-weight: 700;
}
.huobanTop div{
    font-size: 16px;
    color: #636363;
    line-height: 27px;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

.huoban{
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3rem;
}
.huoban a{

}
.huoban a img{
    margin: 0px 3rem;
    filter: grayscale(100%);
}
.huoban a:hover img{
    filter: none;
}



.jianzhenTop{
    text-align: center;
    overflow: hidden;
    margin-top: 5rem;
}
.jianzhenTop label{
    font-size: 28px;
    color: #2b71af;
    font-weight: 700;
}
.jianzhenTop div{
    font-size: 16px;
    color: #636363;
    line-height: 27px;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}



.jianzhen{
    text-align: center;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
}
.jianzhen a{

}
.jianzhen a img{
    margin: 0px 1rem;
    filter: grayscale(100%);
    border: 1px solid #ccc;
}
.jianzhen a:hover img{
    filter: none;

}
.swiperjianzhen{
    max-width: 1200px;
    margin-bottom: 5rem!important;
}

.swiperjianzhen img{
    width: 100%;
    border: 1px solid #ccc;
}





/**/
.listnacabout{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -38px;
}
.listnacabout a{
    width: 16.6666%;
    text-align: center;
    display: block;
    height: 70px;
    line-height: 70px;
    color: #464646;
    font-size: 15px;
    cursor: pointer;
}
.listnacabout a:hover{
    background: #2b71af;
    color: #fff;
}
.listnacabout a.action{
    background: #2b71af;
    color: #fff;    
}



.about_a{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 3rem;

}
.about_a>img{
    float: left;
    width: 43%;
}
.about_aright{
    float: right;
    width: 47%;
    overflow: hidden;
}
.about_aright span{
    font-size: 36px;
    font-family: Myriad Pro Regular;
    color: #2b71af;
}
.about_aright div{
    font-size: 24px;
    color: #2e2e2e;
}
.about_aright img{

}
.about_aright p{
    color: #656565;
    line-height: 31px;
    margin-top: 1rem;
}
.about_aright a{
    float: right;
    width: 122px;
    height: 35px;
    border: 1px solid #ccc;
    color: #656565;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    transition: all 0.3s;
}
.about_aright a:hover{
    color: #fff;
    background: #2b71af;
    border: 1px solid #2b71af;
}

.about_ab{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    display: flex;
}
.about_ab a{
    flex: 1;
    text-align: center;
    margin-top: 3rem;
}
.about_ab a strong{
    font-size: 85px;
    color: #2b71af;
    font-weight: 400;
}
.about_ab a span{
    font-size: 24px;
    color: #2b71af;
    position: relative;
}
.about_ab a i{
    font-style: normal;
    position: absolute;
    top: -55px;
    left: 0px;
}
.about_ab a b{
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
.about_ab a label{
    font-size: 85px;
    color: #2b71af;
    font-weight: 400;
    margin: 0;
}

.allaotop{
    text-align: center;
    margin-top: 6.3rem;
    margin-bottom: 5rem;
}
.allaotop label{
    font-size: 36px;
    color: #2b71af;
}
.allaotop div{
    font-size: 16px;
    color: #636363;
}

.about_b{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    display: flex;
}
.about_b a{
    flex: 1;
    text-align: center;
}
.about_b img{
    transition: all 0.5s;
}
.about_b div{
    font-size: 16px;
    color: #464646;
    line-height: 27px;
    margin-top: 1rem;
}
.about_b a:hover img{
    transform: rotateY(180deg);    
}



.baozhang{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 6rem;
}
.baozhang a{
    display: block;
    float: left;
    width: 49%;
    overflow: hidden;
    margin-bottom: 2rem;
}
.baozhang a:nth-child(2n){
    float: right;
}
.baozhang a>img{
    width: 50%;
    float: left;
}
.baozhang a div{
    width: 50%;
    float: left;
    position: relative;
}
.baozhang a div img{
    width: 100%;
}
.baozhang a div span{
    display: block;
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    padding-top: 3rem;
    padding-left: 2rem;
}
.baozhang a div label{
    font-size: 24px;
}
.baozhang a div p{
    line-height: 27px;
}

.about-qye ul {
    width: 100%;
    margin: 0;
}
.about-qye ul li{
    width: calc(100%/6);
    box-sizing: border-box;
    background-position:  center top;
    border-left: 1px solid #fff;
    height: 600px;
    float: left;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.about-qye ul li:first-of-type{
    border-left:none
}
.about-qye ul li::after{
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 1;
}
.about-qye ul li h3{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    font-size: 32px;
    color: #fff;
    /* font-weight: bold; */
    width: 40px;
    text-align: center;
    z-index: 2;
    line-height: 38px;
}
.about-qye ul .action {
    width: calc(100%/2);
   /* background-size: 100% 100% !important; */
}
.about-qye ul .action .conent{
    opacity: 1;
    transition: opacity 0.3s , transform 0.3s;
    -webkit-transition: opacity 0.3s ,transform 0.3s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transform: translate3d(-50%,0,0) scale(1);
    -webkit-transform: translate3d(-50%,0,0) scale(1);
}
.about-qye ul .action h3{
    opacity: 0;
}
.about-qye ul .action::after{
    background: rgba(0, 97, 175, 0.3)
}
.about-qye ul li .conent{
   position: absolute;
   left: 50%;
   top: 13%;
   width: 80%;
   transform: translate3d(-50%,0,0) scale(0);
   -webkit-transform: translate3d(-50%,0,0) scale(0);
   z-index: 3;
   opacity: 0;
   
}
.about-qye ul li .conent b{
    font-size: 36px;
    color: #fff;
}
.about-qye ul li .conent .txt{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 2%;
}

.about_cTop{
    text-align: center;
    overflow: hidden;
    margin-top: 6rem;
    margin-bottom: 4rem;
}
.about_cTop label{
    font-size: 36px;
    color: #2b71af;
}
.about_cTop div{
    font-size: 16px;
    color: #636363;
}
.about_cTop img{

}


.aboutHz{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9rem;
}
.aboutHz a{
    display: block;
    width: 9%;
    margin-right: 1.5%;
    border: 1px solid #ccc;
}
.aboutHz a img{
    width: 91%;
    transition: all 0.3s;
}
.aboutHz a:nth-child(9){
    margin-right: 0;
}
.aboutHz a:hover img{
    transform: scale(1.1);
}

.about_d{
    width: 100%;
    background: #f6f8fb;
    overflow: hidden;
}

.about_dTop{
    text-align: center;
    overflow: hidden;
    margin-top: 6rem;
    margin-bottom: 4rem;
}
.about_dTop label{
    font-size: 36px;
    color: #2b71af;
}
.about_dTop div{
    font-size: 16px;
    color: #636363;
}
.about_dTop img{

}

.about_ds{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 4rem;
}
.geng_000000 a{
	display:block;
width:160px;
line-height:40px;
border:1px solid #b7b7b7;
border-radius:20px;
margin:20px 0px;
text-align:center;
margin:0 auto 40px auto
}
.geng_000000 a:hover{
	border:1px solid #fff;
	display:block;
	background:#0081cc;
	color:#fff;
	
}
.about_ds img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.about_dsLeft{
    width: 66%;
    float: left;
    height: 392px;
    overflow: hidden;
}

.about_dsRight{
    float: right;
    width: 33%;
    overflow: hidden;
}
.about_dsRight ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.about_dsRight ul li:first-of-type {
    width: 100%;
    height: 192px;
    overflow: hidden;
    float: left;
}
.about_dsRight ul li:nth-of-type(2) {
    width: 49%;
    margin-right: 2%;
    height: 192px;
    background: #0061af;
    color: #fff;
    font-size: 28px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59px;
    margin-top: 10px;
    float: left;
}
.about_dsRight ul li:last-of-type {
    width: 49%;
    height: 192px;
    overflow: hidden;
    margin-top: 10px;
    float: left;
}
.about_ds img:hover {
    transform: scale(1.05);
    -webkit-ransform: scale(1.05);
}


.list-about-nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background:#fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    border-bottom: 1px solid #eee;
    z-index: -1;
    
}
.list-about-nav a{
font-size: 16px;
    cursor: pointer;
    line-height: 87px;
    display: inline-block;
    margin: 0 4%;
    color: #333;
}
.list-about-nav a::after{
    content: '';
    height: 2px;
    width: 0;
    background: #004da4;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 auto;
}
.list-about-nav .action{
    color: #001daf
}
.list-about-nav .action::after {
    width: 100%;
}
.list-about-nav a:hover{
    color: #001daf
}
.list-about-nav a:hover::after {
    width: 100%;
}


.conn_a{
    text-align: center;
    max-width: 1180px;
    margin:8rem auto;
    display: flex;
    flex-wrap: wrap;
}
.conn_a a:nth-child(3n){
    margin-right: 0;
}
.conn_a a{
    border: 1px solid #ccc;
    width: 30%;
    padding: 3rem 0;
    color: #333;
    margin-right: 5%;
}
.conn_a a img{

}
.conn_a a span{
	font-weight:bold;
    display: block;
    font-size: 18px;
    margin-top: 1rem;
}


.contactliuyan{
    max-width: 1210px;
    margin:4rem auto;
    overflow: hidden;
}

.contacttiltle{
    width: 100%;
    overflow: hidden;
    margin-bottom: 3rem;
}
.contacttiltle label{
    font-size: 24px;
    color: #464646;
    margin-bottom: 3px;
}
.contacttiltle label img{
    margin-top: 14px;
}
.contacttiltle div{
    font-size: 24px;
    color: #d2d2d2;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.contacttiltle span{
    color: #949494;
}



.contactInput{
    overflow: hidden;
    width: 100%;
    margin: auto;
}



.contactInputLeft{
    float: left;
    width: 30%;
}
.contactInputLeft input{
    display: block;
    width: 100%;
    height: 49px;
    padding-left: 5px;
    margin-bottom: 2.5rem;
}
.contactInputCenter{
    float: left;
    width: 42%;
    margin-left: 2%;
}
.contactInputCenter input{
    display: block;
    width: 100%;
    height: 49px;
    padding-left: 5px;
    margin-bottom: 2.5rem;
}
.contactInputCenter textarea{
    width: 100%;
    height: 10.7rem;
    color: #333;
    padding-top: 0.5rem;
    padding-left: 0.3rem;
}


.contactInputRight{
    float: right;
    margin-top: 6.3rem;
}
.contactInputRight div{

}
.contactInputRight div span{

}
.contactInputRight div input{
    height: 33px;
}
.contactInputRight div img{

}
.contactInputRight>input{
    width: 194px;
    height: 46px;
    background: #3f6eb2;
    color: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 4rem;
}

#map{
    width: 100%;
    height: 400px;
}