.search {
  background: #ebebeb;
}
.search.searchPanel {
  position: relative;
  height: 341px;
  background: url('../images/services_header.jpg') center center no-repeat;
}
.linkToProductType {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
  color: white;
}
.linkToProductType a, .linkToProductType a:hover {
  color: #0284ef;
  text-decoration: underline!important;
}
.search.noGay {
  background: #fff;
}
.search.noGay .search_input_box {
  background: #ebebeb;
}
.search h4 {
  font-size: 22px;
  color: #0c1b8d;
}
.title_box {
  width: 100%;
  padding: 45px 0 35px;
  text-align: center;
}
.title_box .big_title {
  position: relative;
}
.title_box .big_title .line {
  width: 36%;
  height: 1px;
  position: absolute;
  top: 45%;
  left: 0;
  background: #061c8d;
  z-index: 0;
  left: 32%;
}
.title_box .big_title .name {
  padding: 0 15px;
  background: #ebebeb;
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #061c8d;
  font-weight: bold;
}
.searchPanel .title_box .big_title .name {
  background: transparent;
  color: #fff;
}
.searchPanel .title_box .big_title .name:before,
.searchPanel .title_box .big_title .name:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 125px;
  height: 1px;
  font-size: 0;
  background: white;
}
.searchPanel .title_box .big_title .name:before {
  top: 50%;
  left: -75%;
}
.searchPanel .title_box .big_title .name:after {
  top: 50%;
  right: -75%;
}
.title_box .small_title {
  font-size: 20px;
  color: #2f2f2f;
  font-weight: bold;
  margin-top: 10px;
}
.search_input_box {
  text-align: center;
  padding: 40px 0;
  color: #2f2f2f;
  border-top: 1px solid #d9d9d9;
}
.search_input_box input {
  width: 40%;
  display: inline-block;
  height: 40px;
  color: #2f2f2f;
  font-size: 16px;
  border: 0;
  background: #fff;
  padding: 0 10px;
  line-height: 40px;
}
.search_input_box span {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.searchPanel .search_input_box span {
  color: white;
}
.search_input_box img {
  width: 42px;
  height: 40px;
  margin-left: 16px;
  margin-bottom: 3px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.search_input_box img.active {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  opacity: 1;
  cursor: pointer;
}
.search_error {
  position: absolute;
  background: white;
  border-top: 1px solid #999;
  padding: 5px 0;
  color: red;
  text-align: center;
  z-index: 100;
  display: none;
}
.search_prompt {
  position: absolute;
  background: white;
  padding: 5px;
  z-index: 100;
  display: none;
}
.search_prompt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search_prompt ul.scroll {
  max-height: 200px;
  overflow-y: scroll;
}
.search_prompt ul li {
  text-align: left;
  padding: 2px 10px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
}
.search_prompt ul li:hover {
  color: #0284ef;
}
/*// .product-type{
//     border-top:1px solid #d9d9d9;
    
//     li{
//         padding:30px 0;
//        text-align:center;
//        font-size:16px;
//        width:14.28%;
//        float:left;
//        cursor:pointer;
//        .icon{
//             margin:15px 0;
//             display:inline-block;
//        }
//        img.off{
//             display:none;
//        }
//        &.active{
//             position:relative;
//             img.off{
//                 display:inline-block;
//             }
//             img.on{
//                 display:none;
//             }
//             p{
//                 color:#061c8d;
//                 font-weight:bold;
//             }
//             &:after{
//                 content: '';
//                 width: 0;
//                 height: 0;
//                 border-right: 20px solid transparent;
//                 border-left: 20px solid transparent;
//                 border-top: 20px solid #ebebeb;
//                 position: absolute;
//                 bottom: -18px;
//                 left: 50%;
//                 z-index: 100;
//                 margin-left: -20px;
//             }
//         }
//     }
// }*/
.arrow-left,
.arrow-right {
  position: absolute!important;
  cursor: pointer;
  background-size: contain !important;
}
.arrow-right {
  top: 50%;
  background: url(/common/new/images/arrow_l.png) no-repeat;
  height: 64px;
  width: 33px;
  margin-top: -32px;
}
.arrow-left {
  top: 50%;
  background: url(/common/new/images/arrow_r.png) no-repeat;
  height: 64px;
  width: 33px;
  margin-top: -32px;
}
.product-type {
  position: relative;
  padding: 0px 10px 10px 10px;
}
.product-type .swiper-slide {
  cursor: pointer;
}
.product-type .swiper-slide p {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.product-type .swiper-slide.active {
  /*&:after{
                content: '';
                width: 0;
                height: 0;
                border-right: 20px solid transparent;
                border-left: 20px solid transparent;
                border-top: 20px solid red;
                position: absolute;
                bottom: -20px;
                left: 50%;
                z-index: 100;
                margin-left: -20px;
            }*/
}
.product-type .swiper-slide.active p {
  color: #081b8d;
  font-weight: bold;
}
.product-type p {
  margin-bottom: 0;
  font-size: 16px;
  color: white;
  text-align: right;
}
.product-type p a {
  color: #0284ef;
  text-decoration: underline!important;
}
.contentWrapper {
  padding-bottom: 40px;
}
.contentWrapper.serviceCenter {
  display: none;
}
.contentWrapper.serviceCenter.open {
  display: block;
}
.contentWrapper .text {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.contentWrapper .tabs {
  text-align: center;
  margin-bottom: 30px;
}
.contentWrapper .tabs li {
  padding: 6px 45px;
  border: 1px solid #737373;
  color: #737373;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}
.contentWrapper .tabs li.active {
  color: #fff;
  background: #0485ec;
  border: 1px solid #0485ec;
}
.contentWrapper .content_box .left-list {
  width: 35%;
  float: left;
}
.contentWrapper .content_box .left-list p.result {
  line-height: 60px;
  border: 1px solid #d2d2d2;
  padding: 0 20px;
  color: #4d4d4d;
  font-size: 18px;
}
.contentWrapper .content_box .left-list p.result span {
  color: #0485ee;
}
.contentWrapper .content_box .left-list .list {
  border: 1px solid #d2d2d2;
  border-top: 0;
  height: 600px;
  overflow-y: auto;
  /*¹ö¶¯ÌõÑùÊ½*/
}
.contentWrapper .content_box .left-list .list::-webkit-scrollbar {
  /*¹ö¶¯ÌõÕûÌåÑùÊ½*/
  width: 4px;
  /*¸ß¿í·Ö±ð¶ÔÓ¦ºáÊú¹ö¶¯ÌõµÄ³ß´ç*/
  height: 4px;
}
.contentWrapper .content_box .left-list .list::-webkit-scrollbar-thumb {
  /*¹ö¶¯ÌõÀïÃæÐ¡·½¿é*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #dcdcdc;
  background: #939393;
}
.contentWrapper .content_box .left-list .list::-webkit-scrollbar-track {
  /*¹ö¶¯ÌõÀïÃæ¹ìµÀ*/
  -webkit-box-shadow: inset 0 0 5px #f8f8f8;
  background: #d0d0d0;
}
.contentWrapper .content_box .left-list .list li {
  color: #2f2f2f;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: -1px;
}
.contentWrapper .content_box .left-list .list li p.dist {
  position: absolute;
  right: 10px;
  top: 20px;
}
.contentWrapper .content_box .left-list .list li .box h3 {
  font-size: 18px;
  font-weight: bold;
}
.contentWrapper .content_box .left-list .list li .box p {
  font-size: 16px;
  margin-top: 15px;
}
.contentWrapper .content_box .left-list .list li .box a {
  color: #0485f0;
}
.contentWrapper .content_box .left-list .list li.active {
  border: 1px solid #0686f1;
  background: #eef9ff;
  position: relative;
  z-index: 20;
}
.contentWrapper .content_box .left-list .list li:last-child {
  border-bottom: 0;
}
.contentWrapper .content_box .right-map {
  width: 65%;
  /*float:left;*/
  margin-left: 35%;
  border: 1px solid #d2d2d2;
  height: 662px;
  /*img{
                width:100%;
                height:100%;
            }*/
}
.contentWrapper .content_box .right-map #allmap {
  width: 100%;
  height: 100%;
}
.contentWrapper .address {
  padding: 20px;
  border: 1px solid #d2d2d2;
  border-bottom-width: 2px;
}
.contentWrapper #bannerImg {
  border: 1px solid #d2d2d2;
}
.contentWrapper #bannerImg img {
  width: 100%;
}
.contentWrapper .address .orientation p {
  font-size: 20px;
  width: 70%;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  float: left;
}
.contentWrapper .address .orientation a {
  display: block;
  float: right;
  text-align: right;
  font-size: 16px;
  color: #0485f0;
  width: 30%;
}
.contentWrapper .address .orientation a img {
  width: 20px;
  margin-right: 6px;
}
.contentWrapper .address .search_site {
  margin-top: 20px;
  padding-right: 50px;
  position: relative;
}
.contentWrapper .address .search_site input {
  height: 40px;
  border-radius: 0;
}
.contentWrapper .address .search_site img {
  position: absolute;
  right: 0;
  width: 40px;
  top: 0;
}
p.remark {
  text-align: center;
  color: #000;
  margin: 40px 0;
}
p.remark span {
  color: #ff0000;
}
.listMap {
  display: none;
}
.listProduct {
  padding-top: 20px;
  text-align: center;
}
.listProduct h3 {
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 2px solid #ccc;
}
.listProduct .col-sm-3 {
  padding: 30px 35px;
  min-height: 330px;
  max-height: 330px;
}
.listProduct img {
  width: 100%;
}
.listProduct p {
  color: #101010;
  font-size: 16px;
  margin: 20px 0;
}
.listProduct a.link-btn {
  display: inline-block;
  color: #fff;
  background: #0889ec;
  font-size: 15px;
  padding: 4px 20px;
}
.listProduct .productTypesLabel {
  padding: 0 10px 5px 10px;
  text-align: left;
  font-size: 16px;
}
.listProduct .productTypesLabel a {
  font-size: 16px;
  margin: 0 15px;
}
.listProduct .productTypesLabel a.active {
  font-weight: bold;
  text-decoration: underline;
}
.listProduct .productTypesLabel a:first-child {
  margin-left: 0;
}
.listProduct .productSection {
  padding: 0 10px;
  overflow: hidden;
}
.listProduct .productSection h3 {
  padding: 0 10px;
}
.mapInfoBox {
  /*
    position: relative;*/
  width: 460px;
  height: 200px;
  padding: 15px 30px;
  background: white;
  border-top: 4px solid #061c8d;
}
.mapInfoBox h4 {
  margin: 0 0 15px 0;
  padding: 15px 0;
  font-size: 20px;
  color: #061c8d;
  border-bottom: 1px solid #bfbfbf;
}
.mapInfoBox p {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.5em;
}
.mapInfoBox span {
  display: block;
  width: 0;
  height: 0;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #fff transparent transparent ;
  position: absolute;
  bottom: 0;
  left: 50%;
  /* 三角形居中显示 */
  margin-left: -20px;
  /* 三角形居中显示 */
}
.mapInfoBox span em {
  display: block;
  width: 0;
  height: 0;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #fff transparent transparent ;
  position: absolute;
  bottom: 1px;
  left: -20px;
}
#banner {
  margin-bottom: 30px;
}
#banner img {
  width: 100%;
}
.relevantInfo {
  padding: 20px 0;
}
.relevantInfo p {
  font-size: 16px;
  color: #272727;
  margin: 10px 0;
}
.relevantInfo .relevantInfo-btn a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background: #0088ea;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/*搜索结果*/
.searchResult .titles {
  border-bottom: 1px solid #ebebeb;
  padding: 25px 0;
  color: #4d4d4d;
  font-size: 26px;
  font-weight: bold;
}
.searchResult .product-img-text {
  margin: 20px 0 40px;
}
.searchResult .product-img-text img {
  width: 100%;
}
.searchResult .product-img-text h1 {
  font-size: 28px;
  margin-top: 30px;
}
.searchResult .product-img-text .box {
  padding: 15px 20px;
  border-left: 2px solid #091c8d;
  background: #f4f4f4;
  color: #474747;
  margin-top: 20px;
}
.searchResult .product-img-text .box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.searchResult .product-img-text .box p {
  font-size: 16px;
  margin-top: 5px;
}
.productInfo {
  padding: 40px 0;
}
.productInfo .product-tabs {
  margin-bottom: 30px;
}
.productInfo .product-tabs li {
  width: 16.6666666%;
  background: #9b9c9c;
  padding: 5px 10px;
  line-height: 1em;
  color: #fff;
  float: left;
  border-left: 1px solid #fff;
  cursor: pointer;
  height: 50px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productInfo .product-tabs li:first-child {
  border-left: 0;
}
.productInfo .product-tabs li.active {
  background: #000;
}
.table {
  table-layout: auto;
}
.table td {
  text-align: left;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 20px!important;
  vertical-align: middle !important;
}
.table td a {
  color: #0085f2;
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.table td a:before {
  content: '>';
  font-family: '宋体';
  position: absolute;
  left: 0;
  top: 0px;
}
.table thead td {
  background: #737373;
  color: #fff;
  text-align: center;
}
.table tbody tr td:first-child {
  font-weight: bold;
  color: #3a3a3a;
  background: #f4f4f4;
}
/*服务中心列表模式*/
.service_center-list {
  background: #efefef;
  padding: 25px;
  margin-bottom: 30px;
}
.service_center-list p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}
.service_center-list p strong {
  color: #181818;
}
.service_center-list .table-responsive {
  margin-top: 20px;
}
.service_center-list .table tbody tr td {
  padding: 10px 20px!important;
}
.service_center-list .table tbody tr td .pModels {
  max-height: 44px;
  overflow: hidden;
}
.service_center-list .table tbody tr td a.showAll {
  display: none;
  font-size: 12px;
}
.service_center-list .table tbody tr td a.showAll:before {
  top: -3px;
}
.service_center-list .table tbody tr td:first-child {
  background: #fff;
  font-weight: normal;
}
.service_center-list .table thead tr td {
  padding: 10px 20px!important;
}
@media screen and (max-width: 990px) {
  .product-type li {
    font-size: 14px;
  }
  .product-type li .icon img {
    width: 60%;
  }
  .title_box .big_title .line {
    width: 44%;
    left: 28%;
  }
  .productInfo .product-tabs li {
    padding: 10px;
    line-height: 20px;
  }
  .productInfo .product-tabs li span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product-type {
    padding: 0 40px;
  }
  .searchPanel .product-type {
    padding: 0 20px;
  }
  .product-type .arrow-left,
  .product-type .arrow-right {
    width: 20px;
    height: 27;
    background-size: 100% 100%;
  }
  .search .container {
    padding: 0 15px;
  }
  .search h4 {
    font-size: 16px;
  }
  .title_box .big_title .line {
    width: 80%;
    left: 10%;
  }
  .title_box .big_title .name {
    font-size: 22px;
    padding: 0 10px;
  }
  .title_box .small_title {
    font-size: 18px;
    margin-top: 8px;
  }
  .title_box .big_title .name:before,
  .title_box .big_title .name:after {
    width: 35px;
  }
  .title_box .big_title .name:before {
    left: -25%;
  }
  .title_box .big_title .name:after {
    right: -25%;
  }
  .search_input_box {
    padding: 20px 0px;
    text-align: left;
  }
  .search_input_box span {
    font-size: 16px;
    margin-right: 0;
	width: 80px;
  }
  .search_input_box img {
    margin-left: 6px;
  }
  .search_input_box input {
    width: 57%;
  }
  .search_input_box p {
    text-align: center;
    margin-top: 20px;
  }
  .search_input_box.search_service_box span {
    margin-bottom: 10px;
  }
  .search_input_box.search_service_box input {
    width: 80%;
  }
  .product-type {
    border: 0;
    overflow: hidden;
  }
  .product-type ul {
    margin-right: -2px;
    padding-top: 1px;
  }
  .product-type li {
    width: 50%;
    border: 1px solid #b5b5b5;
    margin-top: -1px;
    margin-left: -1px;
  }
  .product-type li:nth-child(odd) {
    border-left: 0!important;
  }
  .product-type li:nth-child(even) {
    border-right: 0!important;
  }
  .product-type li.active {
    border: 1px solid #061c8d;
  }
  .product-type li.active:after {
    border: 0;
  }
  .contentWrapper.serviceCenter {
    display: none;
  }
  .contentWrapper .address {
    border-left: 0;
    border-right: 0;
    border-bottom-width: 1px;
  }
  .contentWrapper .container {
    /* padding: 0; */
  }
  .contentWrapper .tabs li {
    padding: 5px 30px;
  }
  .contentWrapper .text {
    font-size: 16px;
    padding: 0 15px;
  }
  .contentWrapper .content_box .left-list,
  .contentWrapper .content_box .right-map {
    width: 100%;
    float: none;
  }
  .contentWrapper .content_box .left-list .list {
    height: auto!important;
    overflow: hidden;
  }
  .contentWrapper .content_box .left-list .list li {
    border-left: 0;
    border-right: 0;
  }
  .contentWrapper .content_box .left-list p.result {
    border: 0;
    line-height: 50px;
  }
  .contentWrapper .content_box .right-map {
    display: none;
    height: 500px;
    margin-left: 0;
  }
  .contentWrapper .content_box .serviceCenter-box .right-map {
    display: block;
  }
  .contentWrapper .content_box .serviceCenter-box .list-box {
    display: none;
  }
  .listProduct .col-xs-6 {
    padding: 20px 0;
  }
  #banner {
    margin-bottom: 0;
  }
  #banner .container {
    padding: 0;
  }
  .searchResult .titles {
    font-size: 20px;
    padding: 15px 0;
  }
  .searchResult .product-img-text h1 {
    font-size: 24px;
  }
  .productInfo .product-tabs li {
    padding: 10px;
    line-height: 20px;
  }
  .productInfo .product-tabs li span {
    display: block;
  }
  .table td {
    font-size: 14px;
    padding: 10px;
  }
  .table td span {
    display: block;
  }
  .service_center-list p {
    font-size: 14px;
  }
  .mapInfoBox {
    width: 300px;
    height: 135px;
  }
  .mapInfoBox h4 {
    padding: 5px 0;
    font-size: 14px;
  }
  .mapInfoBox p {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .search_input_box input {
    width: 50%;
  }
}
.productPage{
  padding: 0;
  list-style: none;
  padding-top: 50px;
  text-align: center;
}
.productPage li{
  display: inline-block;
  padding: 10px 20px;
  background: #ebebeb;
  margin: 0 10px;
  cursor: pointer;
}
.listProduct .row{
  display: none;
}
.listProduct .row:first-child{
  display: block;
}
.listProduct img{
  height: 184px;
  width: auto;
}