@charset "UTF-8";

.cd-banner {
  height: 485px;
  background-image: url(../images/cd_banner_img1x.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.cd-container {
  width: 1200px;
  margin: 0 auto;
}
.cd-header {
  padding-top: 50px;
}
.tabview {
  float: left;
  margin-right: 112px;
  padding-bottom: 30px;
}
.tabview .cd-tab-hd {
  height: 120px;
}
.tabview .cd-tab-hd li {
  position: relative;
  float: left;
  width: 120px;
  margin-right: 30px;
  border-radius: 5px;
  background-position: center 22px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}
.tabview .cd-tab-hd li > a {
  display: block;
  padding-top: 72px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #81a5d8;
}
.tabview .cd-tab-hd li.icon1 {
  background-image: url(../images/26index_nav_01.svg);
}
.tabview .cd-tab-hd li.icon2 {
  background-image: url(../images/26index_nav_02.svg);
}
.tabview .cd-tab-hd li.icon3 {
  background-image: url(../images/26index_nav_03.svg);
}
.tabview .cd-tab-hd li.icon4 {
  background-image: url(../images/26index_nav_04.svg);
}
.tabview .cd-tab-hd li:hover,
.tabview .cd-tab-hd li.on {
  background-color: #3d73bb;
}
.tabview .cd-tab-hd li:hover > a,
.tabview .cd-tab-hd li.on > a {
  color: #fff;
}

.tabview .cd-tab-hd li:hover.icon1,
.tabview .cd-tab-hd .icon1.on {
  background-image: url(../images/26index_nav_01_on.svg);
}
.tabview .cd-tab-hd li:hover.icon2,
.tabview .cd-tab-hd .icon2.on {
  background-image: url(../images/26index_nav_02_on.svg);
}
.tabview .cd-tab-hd li:hover.icon3,
.tabview .cd-tab-hd .icon3.on {
  background-image: url(../images/26index_nav_03_on.svg);
}
.tabview .cd-tab-hd .icon3.on::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  background: url(../images/qjd_jt.png) center bottom no-repeat;
}
.tabview .cd-tab-hd li:hover.icon4 {
  background-image: url(../images/26index_nav_04_on.svg);
}

.cd-logo {
  float: right;
  width: 488px;
}
.cd-logo .cd_city_txt {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #666;
}

.cd-search_top {
  height: 50px;
  border-radius: 30px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.cd-search_top .myselect {
  width: 100px;
  height: 100%;
  float: left;
}

.cd-search_top .show_opt {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  border-right: 1px solid #f6f6f6;
}
.cd-search_top .b_select {
  width: 15px;
  height: 9px;
  outline: none;
  float: left;
  margin-left: 16px;
  margin-top: 14px;
}
.cd-search_top .moren {
  display: inline-block;
}
.cd-search_top .s_ul {
  width: 80px;
  height: auto;
  position: absolute;
  top: 100%; /* left: -50%; */
  display: none;
  background: rgba(255, 255, 255, 0.9);
  left: 20px;
}

.cd-search_top .s_ul li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  list-style: none;
  color: #333;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.cd-search_top .s_ul li:hover {
  color: #fff;
  background: #3d73bb;
}
.cd-search_top .moren {
  font-size: 14px;
  font-weight: bold;
  color: #312e46;
  line-height: 50px;
  display: inline-block;
  padding-right: 22px;
  position: relative;
  margin-left: 38px;
}
.cd-search_top .moren:before {
  position: absolute;
  content: "";
  right: 0;
  border: 5px solid transparent;
  border-top-color: #666666;
  top: 50%;
  margin-top: -2px;
}
.cd-search_top .ss_search_top_k_l {
  float: left;
  margin: 0 20px;
  width: 1px;
  height: 33px;
  background: #66adde;
  margin-top: 11px;
}
.cd-search_top .ss_search_top_k_inp {
  float: left;
  height: 100%;
  width: calc(100% - 100px);
  border-radius: 0 3px 3px 0;
  overflow: hidden;
}
.cd-search_top .ss_search_top_k_inp input {
  float: left;
  height: 100%;
  border: 0;
  outline: 0;
  background: 0;
  font-size: 13px;
  color: #333;
  width: calc(100% - 67px);
  text-indent: 15px;
}
.cd-search_top .ss_search_top_k_inp input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
}
.cd-search_top .ss_search_top_k_inp input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
}
.cd-search_top .ss_search_top_k_inp input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
}
.cd-search_top .ss_search_top_k_inp input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
}
.cd-search_top .ss_search_top_k_inp i {
  float: right;
  cursor: pointer;
  width: 66px;
  text-align: center;
  height: 100%;
  background-position: center;
  background-image: url(../images/nfi6_03.png);
  background-repeat: no-repeat;
}

.cd-service-hd {
  margin: 50px auto 20px;
}
.cd-service-hd a {
  position: relative;
  display: inline-block;
  line-height: 52px;
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-right: 65px;
}
.cd-service-hd a.on,
.cd-service-hd a:hover {
  color: #2e5aa6;
  font-weight: bold;
}

.cd-service-bd .ewb-service-img {
  display: block;
  width: 278px;
  height: 170px;
  overflow: hidden;
}
.cd-service-bd .ewb-service-con {
  display: block;
  padding-top: 14px;
  height: 70px;
  text-align: center;
  border: 1px solid #dadada;
  border-top: 0;
  background-color: #fff;
}
.cd-service-bd .ewb-service-h {
  display: block;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #037dd3;
}
.cd-service-bd .ewb-service-p {
  padding: 0 14px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-style: normal;
  color: #666;
}

/* 左右按钮 */
.cd-service-bd .owl-nav button.owl-prev,
.cd-service-bd .owl-nav button.owl-next {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 106px;
  z-index: 9999;
  color: #fff;
  text-indent: 99999;
  border: 0;
  outline: 0;
}

.cd-service-bd .owl-carousel .owl-nav button.owl-prev {
  left: -67px;
  background: url("../images/left_btn.png") center no-repeat;
}

.cd-service-bd .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("../images/left_btnh.png") center no-repeat;
}

.cd-service-bd .owl-carousel .owl-nav button.owl-next {
  right: -67px;
  background: url("../images/right_btn.png") center no-repeat;
}

.cd-service-bd .owl-carousel .owl-nav button.owl-next:hover {
  background: url("../images/right_btnh.png") center no-repeat;
}
/* 
:root .owl-nav .owl-next {
  right: 0;
} */

.cd-service-bd .owl-nav.disabled {
  display: block;
}

.cd-main {
  border-radius: 5px;
  width: 100%;
  height: 165px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
}
.cd-main ul {
}

.cd-main li a {
  display: block;
  transition: all 0.3s;
}
.cd-main li a i {
  display: block;
  margin: 0 auto 16px;
  width: 50px;
  height: 50px;
}
.cd-main li a span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  text-align: center;
  color: #302d46;
}

.cd-main .owl-carousel .owl-dots {
  text-align: center;
}

.cd-main .owl-carousel .owl-dots .owl-dot {
  margin: 0 6px;
  width: 16px;
  height: 4px;
  background: #b1b1b1;
}

.cd-main .owl-carousel .owl-dots .active {
  background: #81a4d4;
}

@media (max-width: 719px) {
  .cd-container {
    width: 100%;
  }
  .cd-banner {
    height: auto;
    padding-bottom: 5%;
    background: #81a5d8 !important;
  }
  .cd-banner .cd-container {
    width: 95%;
  }
  .cd-header {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .tabview {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 20px;
  }
  .tabview .cd-tab-hd {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    height: auto;
    width: 100%;
  }
  .tabview .cd-tab-hd li {
    margin: 0 auto;
    width: 25%;
    background-size: 45%;
  }
  .cd-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .cd-logo .cd_city_txt {
    font-size: 32px;
    text-align: center;
  }
  .cd-main {
    padding: 20px 10px;
    height: auto;
  }
  .cd-main li a i {
    width: 40px;
    height: 40px;
  }
  .cd-service {
    width: 100%;
  }
  .cd-service-hd {
    margin: 10px auto;
    position: relative;
    background-color: #dbe5f3;
  }
  .cd-service-hd .cd-service-tab {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    overflow-x: auto;
  }
  .cd-service-hd .cd-service-tab a {
    display: block;
    white-space: nowrap;
    margin-right: 20px;
  }
  /* .cd-service-hd:after {
    content: "";
    width: 35px;
    height: 100%;
    background: linear-gradient(to right, rgba(219, 229, 243, 0.65), rgba(61, 115, 187, 1));
    top: 0;
    right: 0;
    position: absolute;
  } */
  .cd-service-bd {
    width: 95%;
    margin: 0 auto;
  }
  .cd-service-bd .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .cd-service-bd .owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  .cd-service-bd .ewb-service-img {
    width: 100%;
    height: 170px;
  }
  .tabview .cd-tab-hd li > a {
    line-height: 18px;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabview .cd-tab-hd li.on::after {
    bottom: -20px !important;
    background-size: 65% !important;
  }
}
@media (max-width: 375px) {
  .tabview .cd-tab-hd {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tabview .cd-tab-hd li {
    width: calc(50% - 5px);
    background-size: 45px;
  }
  .tabview .cd-tab-hd li > a {
    padding: 80px 0 20px;
    height: auto;
  }
}
