.mb30{
  margin-bottom: 30px;
}

.perch-hide{
  display: none;
}

.banner_wrapper{
  width: 100%;
  height: 530px;
  background: #193e82 url(/uploads/image/opinew/banner.jpg) no-repeat center 0;
}

.banner_wrapper{
  width: 100%;
  height: 530px;
}
.banner_wrapper .swiper-slide{
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}

/* .banner_wrapper .swiper-slide img{
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  width: 2560px;
} */

.banner_wrapper .swiper-pagination{
  text-align: left;
  bottom: 45%;
  width: 50px;
  -webkit-transform: translate(0,45%);
  -moz-transform: translate(0,45%);
  -ms-transform: translate(0,45%);
  -o-transform: translate(0,45%);
  transform: translate(0,45%);
}

.banner_wrapper .swiper-pagination .swiper-pagination-bullet{
  width: 40px;
  padding: 10px 0;
  margin: 0;
  height: 2px;
  border-radius: 0;
  opacity: 1;
  display: block;
  background: transparent;
}

.banner_wrapper .swiper-pagination .swiper-pagination-bullet .straight{
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.banner_wrapper .swiper-pagination .swiper-pagination-bullet-active .straight,
.banner_wrapper .swiper-pagination .swiper-pagination-bullet:hover .straight{
  width: 32px;
  background-color: #037cff;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.banner_title{
  position: absolute;
  top: 120px;
  left: 0;
  text-align: center;
  width: 100%;
}

.banner_title p{
  color: #fff;
  font-size: 28px;
}

.banner_title p span{
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.banner_title p span:hover{
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.banner_title p span i.iconfont{
  margin-left: 6px;
  -webkit-animation: move 1.4s infinite;
  animation: move 1.4s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes move {
  0% {
    transform: translatex(0px);
  }
  60% {
    transform: translatex(10px);
  }
  100% {
    transform: translatex(0px);
  }
}

@keyframes move {
  0% {
    transform: translatex(0px);
  }
  60% {
    transform: translatex(10px);
  }
  100% {
    transform: translatex(0px);
  }
}

.domain_wrapper{
  position: relative;
  z-index: 4;
  width: 1160px;
  padding: 28px 20px 20px;
  margin: 0 auto;
  margin-top: -340px;
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.3);
  background: -webkit-linear-gradient(bottom ,#dbecfd,#fff 25%);
  background: -moz-linear-gradient(bottom ,#dbecfd,#fff 25%);
  background: -o-linear-gradient(bottom ,#dbecfd,#fff 25%);
  background: linear-gradient(to bottom ,#dbecfd,#fff 25%);
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#dbecfd, endcolorstr=#ffffff);
  -ms-filter: "progid:dximagetransform.microsoft.gradient (gradienttype=0, startcolorstr=#dbecfd, endcolorstr=#ffffff)";
}

.domain_top{
  margin-bottom: 20px;
}

.domain_logo{
  float: left;
  padding: 12px 14px 0 0;
}

.domain_logo img{
  width: 154px;
}

.domain_search{
  float: right;
  width: 990px;
}

.domain_search_top{
  height: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  overflow: hidden;
}

.domain_search_top span.fl {
  font-size: 12px;
  color: #828897;
}

.domain_search_top span.fl a{
  font-size: 14px;
  color: #181c29;
  margin: 0 5px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.domain_search_top span.fl a:hover{
  color: #037cff;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.domain_search_top span.fl a.cur{
  color: #037cff;
}

.domain_search_top span.fr{
  font-size: 14px;
  color: #037cff;
  padding-right: 10px;
  background: url(/uploads/image/opinew/more_icon.png) no-repeat right center;
  background-size: 6px;
}

.domain_search_top span.fr a{
  color: #037cff;
  font-size: 12px;
}

.domain_search .search {
  position: relative;
  position: relative;
  border: 2px solid #037cff;
  box-shadow: 0px 2px 10px 0px rgba(3, 124, 255, 0.2);
}

.domain_search .swiper-container {
  position: absolute;
  left: 190px;
  top: 1px;
  width: 500px;
  height: 62px;
  overflow: hidden;
}

.domain_search .swiper-container li {
  line-height: 62px;
  color: #999;
  font-size: 16px;

}

.domain_search .search input::-webkit-input-placeholder {
  color: #999 !important;
}

.domain_search .search input:-moz-placeholder {
  color: #999 !important;
}

.domain_search .search input::-moz-placeholder {
  color: #999 !important;
}

.domain_search .search input:-ms-input-placeholder {
  color: #999 !important;
}

.domain_search .search .search_iconfont {
  position: absolute;
  left: 14px;
  top: 17px;
  font-size: 14px;
  color: #037cff;
}

.domain_search .search input {
  float: left;
  height: 46px;
  width: 746px;
  line-height: 46px;
  padding-left: 42px;
  caret-color: #0f9fff;
  background: rgba(255, 255, 255, 1);
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.domain_search .select {
  float: left;
  width: 110px;
  height: 46px;
  text-align: center;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

.domain_search .select span {
  position: relative;
  width: 110px;
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 400;
  color: #181c29;
}

.domain_search .select span::before{
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #bbbfc9;
}

.domain_search .select span i {
  margin-left: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 46px;
}

.domain_search .select ul {
  display: none;
  position: absolute;
  width: 110px;
  background: #fff;
  z-index: 10;
  top: 40px;
  right: 0;
  padding: 10px 0;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px rgba(7, 17, 27, 0.1)

}

.overhide {
  overflow-y: scroll;
  max-height: 240px;
}

.domain_search .select li {
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-indent: 30px;
}

.domain_search .select li.active, .domain_search .select li:hover {
  background: #f4f5f6;
}

.domain_search .button {
  cursor: pointer;
  width: 130px;
  height: 46px;
  background-color: #037cff;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.domain_search .button:hover {
  background-color: #0368d6;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.domain_search .button i {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 3px;
  background:  no-repeat center;
  vertical-align: middle;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin-top: -3px;
}

.domain_search_bottom{
  margin-top: 15px;
  /* overflow: hidden; */
  line-height: 14px;
  color: #bbbfc9;
  font-size: 12px;
}

.domain_search_bottom a{
  color: #4d5260;
  margin: 0 10px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.domain_search_bottom a:hover{
  color: #037cff;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.domain_search_bottom span.fl a{
  margin: 0 5px;
}

.domain_search_bottom span.fl a:first-child{
  margin-left: 0;
}

.domain_search_bottom span.fr a:last-child{
  margin-right: 0;
}

.domain_search_bottom span.fl a.overview{
  margin-left: 10px;
  padding-right: 16px;
  background: url(/uploads/image/opinew/child_arr_icon.png) no-repeat right center;
  background-size: 6px;
}
.domain_search_bottom .tag-link {
  padding-left: 17px;
    position: relative;
    display: inline-block;
}
.domain_search_bottom .tag-link .tag {
  width: 28px;
  height: 13px;
  position: absolute;
  background:  no-repeat center;
  background-size: cover;
  top: -11px;
  right: -31px;
}
.domain_search_bottom .tag-link img {
  width: 14px;
  position: absolute;
  transform: translate(-18px, -50%);
  top: 50%;
}
.domain_panel{
  width: 571px;
  background: #f8f9fb;
  border: 1px solid #eeeeee;
}

.domain_panel .title{
  padding: 20px;
  overflow: hidden;
}

.domain_panel .title h2{
  position: relative;
  padding-left: 14px;
  line-height: 1;
  font-size: 12px;
  color: #828897;
}

.domain_panel .title h2::before{
  content: '';
  width: 4px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #037cff;
}

.domain_panel .title h2 a{
  margin-bottom: 12px;
  margin-right: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #181c29;
}

.domain_panel .title a.fr{
  color: #828897;
  font-size: 12px;
}

.domain_panel .title a.fr span{
  color: #037cff;
}

.domain_panel .title a.fr:hover,
.panel_wrapper .title a.fr:hover{
  color: #037cff;
}

.domain_panel .title a.fr .iconfont,
.panel_wrapper .title a.fr .iconfont{
  margin-left: 4px;
  font-size: 12px;
  color: #aaa;
}

.domain_panel .title a.fr:hover .iconfont,
.panel_wrapper .title a.fr:hover .iconfont{
  color: #037cff;
}

.domain_qz_list a{
  float: left;
  width: 142px;
  height: 53px;
  line-height: 53px;
  display: block;
  margin: 0px 0 -1px -1px;
  border: 1px #eee solid;
  font-size: 16px;
  color: #365092;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.domain_qz_list a:hover{
  background-color: #fff;
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.3);
  color: #037cff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.domain_qz_list a span{
  float: left;
  display: block;
  max-width: 110px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.domain_qz_list a:nth-child(4n),
.domain_jj_list li:nth-child(3n) {
  border-right: 0;
}

.domain_qz_list a img,
.domain_jj_list li img{
  position: relative;
  top: 0px;
  height: 15px;
  margin-left: 4px;
}
.domain_jj_list li img {
  top: 4px;
}
.domain_jj_list li{
  position: relative;
  float: left;
  width: 190px;
  height: 107px;
  display: block;
  margin: 0px 0 -1px -1px;
  border: 1px #eee solid;
  color: #181c29;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.domain_jj_list li:hover{
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.domain_jj_list li a{
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0 0 26px;
}

.domain_jj_list{
  width: 572px;
}

.domain_jj_list li .ym{
  float: left;
  max-width: 120px;
  line-height: 26px;
  font-size: 16px;
  color: #365092;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.domain_jj_list li:hover .ym{
  color: #037cff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.domain_jj_list li .price{
  width: 100%;
  float: left;
  margin: 10px 0 12px;
  line-height: 1;
  color: #ff6b22;
}

.domain_jj_list li .time{
  width: 100%;
  float: left;
  line-height: 1;
  font-size: 12px;
  color: #828897;
}

.domain_jj_list li .jj_box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 18px 26px;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.domain_jj_list li:hover .jj_box{
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jj_box p{
  margin-bottom: 10px;
  color: #037cff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  opacity: 0;
  -webkit-transform: translatey(-40px);
  -moz-transform: translatey(-40px);
  -ms-transform: translatey(-40px);
  -o-transform: translatey(-40px);
  transform: translatey(-40px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jj_box:hover p{
  opacity: 1;
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.jj_box a{
  box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 36px;
  border: 1px solid #037cff;
  background-color: #fff;
  text-align: center;
  color: #037cff;
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translatey(80px);
  -moz-transform: translatey(80px);
  -ms-transform: translatey(80px);
  -o-transform: translatey(80px);
  transform: translatey(80px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jj_box:hover a{
  opacity: 1;
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.jj_box a:hover{
  background-color: #037cff;
  color: #fff;
}

.panel_wrapper{
  height: 180px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.3);
}

.panel_wrapper .title{
  height: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}

.panel_wrapper .title h2.fl{
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #181c29;
  padding-left: 14px;
}

.panel_wrapper .title h2.fl::before{
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 16px;
  background-color: #037cff;
}

.panel_wrapper .title span.fr,
.panel_wrapper .title a.fr{
  color:#828897;
  font-size: 12px;
}

.panel_wrapper .title span.fr strong{
  color: #037cff;
}

.bzzy_wrapper{
  width: 700px;
}

.bzzy_wrapper li{
  float: left;
  width: 188px;
  border-right: 1px solid #eee;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}

.bzzy_wrapper li:nth-child(4n){
  border-right: none;
}

.bzzy_wrapper li:nth-child(1),
.bzzy_wrapper li:nth-child(2),
.bzzy_wrapper li:nth-child(3),
.bzzy_wrapper li:nth-child(4) {
  padding-bottom: 30px;
}

.bzzy_wrapper li:nth-child(1),
.bzzy_wrapper li:nth-child(4),
.bzzy_wrapper li:nth-child(5),
.bzzy_wrapper li:nth-child(8){
  width: 160px;
}

.bzzy_wrapper li a{
  display: block;
  color: #828897;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bzzy_wrapper li a:hover{
  color: #181c29;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bzzy_wrapper li strong{
  display: block;
  color: #181c29;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bzzy_wrapper li:hover strong{
  color: #037cff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.jmgg_wrapper{
  width: 400px;
}

.jmgg_wrapper .title{
  margin-bottom: 22px;
}

.jmgg_wrapper ul{
  padding-left: 12px;
}

.jmgg_wrapper li{
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}

.jmgg_wrapper li img{
  height: 13px;
}

.jmgg_wrapper li a.fl{
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  color: #181c29;
  -webkit-transform: translatex(0px);
  -moz-transform: translatex(0px);
  -ms-transform: translatex(0px);
  -o-transform: translatex(0px);
  transform: translatex(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jmgg_wrapper li:hover a.fl{
  color: #037cff;
  -webkit-transform: translatex(6px);
  -moz-transform: translatex(6px);
  -ms-transform: translatex(6px);
  -o-transform: translatex(6px);
  transform: translatex(6px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jmgg_wrapper li span.fr{
  color: #828897;
}

.ym_wrapper{
  width: 100%;
  padding-top: 136px;
  padding-bottom: 50px;
  background: url(/uploads/image/opinew/ym_wrapper_bg.png) no-repeat center top #f8f9fb;
  background-size: 1920px;
}

.ykj_ym{
  width: 586px;
}

.ykj_ym .title{
  width: 160px;
  height: 461px;
  padding: 20px 0 0 20px;
}

.ykj_ym .left_title{
  background: url(/uploads/image/opinew/ykj_ym_left.png) no-repeat;
  background-size: 180px;
}

.ykj_ym .right_title{
  background: url(/uploads/image/opinew/ykj_ym_right.png) no-repeat;
  background-size: 180px;
}

.ykj_ym .title h2{
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color:#181c29;
}

.ykj_ym .title p{
  margin: 15px 0 28px;
  line-height: 1;
  font-size: 14px;
  color:#666;
}

.ykj_ym .title a{
  color: #037cff;
}

.ykj_ym .title a .iconfont{
  margin-left: 8px;
}

.ykj_ym .title a:hover .iconfont{
  -webkit-animation: move 1s infinite;
  animation: move 1s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.ykj_list{
  width: 382px;
  height: 481px;
  background-color: #fff;
}

.ykj_list li{
  position: relative;
  float: left;
  width: 164px;
  height: 101px;
  padding: 18px 0 0 26px;
  display: block;
  margin: 0px 0 -1px -1px;
  border: 1px #eee solid;
  color: #181c29;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ykj_list li:hover{
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


.ykj_list li .ym{
  line-height: 26px;
  color: #181c29;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ykj_list li:hover .ym{
  color: #037cff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ykj_list li .price{
  margin: 10px 0 12px;
  line-height: 1;
  color: #ff6b22;
}

.ykj_list li .time{
  line-height: 1;
  color: #828897;
  font-size: 12px;
}

.ykj_list li .jj_box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 18px 26px;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ykj_list li:hover .jj_box{
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ykj_list li .jj_box p{
  margin-bottom: 20px;
}

.yp_wrapper{
  width: 100%;
  padding: 50px 0 35px;
  background: url(/uploads/image/opinew/yp_bg.png) no-repeat center top;
  background-size: cover;
}

.yp_adv{
  box-sizing: border-box;
  margin-bottom: 30px;
  background: url(/uploads/image/opinew/yp_adv_bg.png) no-repeat;
  background-size: 1200px;
}

.yp_adv a{
  display: block;
  width: 100%;
  padding: 20px 24px;
}

.yp_adv h2{
  line-height: 1;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #181c29;
}

.yp_adv b{
  color: #037cff;
}

.yp_adv b .iconfont{
  margin-left: 8px;
}

.yp_adv a:hover .iconfont{
  -webkit-animation: move 1s infinite;
  animation: move 1s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.yp_list > li{
  float: left;
  width: 354px;
  padding: 20px 15px;
  height: 268px;;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.3);
  margin: 0 20px 20px 0;
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.yp_list .yp_list_middle ul {
  height: 144px;
}
.yp_list > li:nth-child(3n){
  margin-right: 0;
}

.yp_list > li:hover{
  -webkit-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -ms-transform: translatey(-6px);
  -o-transform: translatey(-6px);
  transform: translatey(-6px);
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.yp_list_top{
  margin-bottom: 20px;
}

.yp_img{
  position: relative;
  width: 48px;
  height: 48px;
}

.yp_img img{
  width: 100%;
}
.yp_img .dldh2023 {
  display: none;
  width: 62px;
  height: 62px;
  position: absolute;
  left: -3px;
  top: -3px;
  background: url(/uploads/image/opimg/img_hz2.png) no-repeat center center;
  background-size: contain;
}
.yp_info{
  width: 294px;
}

.yp_info h3{
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #181c29;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jye_top{
  margin-top: 8px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 14px;
  font-weight: normal;
}

.jye_top1{
  background-color: #f7ece7;
  color: #c67e5a;
}

.jye_top2{
  background-color: #e3f0ff;
  color: #037cff;
}

.yp_info p{
  height: 14px;
  margin-top: 8px;
  line-height: 1;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yp_list_middle{
  padding: 10px 18px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.yp_list_middle li{
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-family: arial;
}

.yp_list_middle li a{
  display: block;
}

.yp_list_middle li span.ym{
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  color: #181c29;
  -webkit-transform: translatex(0px);
  -moz-transform: translatex(0px);
  -ms-transform: translatex(0px);
  -o-transform: translatex(0px);
  transform: translatex(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.yp_list_middle li:hover span.ym{
  color: #ff6b22;
  -webkit-transform: translatex(6px);
  -moz-transform: translatex(6px);
  -ms-transform: translatex(6px);
  -o-transform: translatex(6px);
  transform: translatex(6px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.yp_list_middle li span.price{
  color: #ff6b22;
  font-size: 12px;
}

.yp_list_middle li span.price strong{
  font-size: 18px;
}

.yp_list_bottom{
  height: 16px;
  line-height: 16px;
  color: #828897;
}

.case_wrapper{
  width: 100%;
  padding: 50px 0 30px;
  background: url(/uploads/image/opinew/case_bg.png) no-repeat center center;
  background-size: cover;
}

.case_wrapper h2.title{
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
}

.case_wrapper .container{
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.case_wrapper ul{
  margin-left: -20px;
}

.case_wrapper li{
  position: relative;
  z-index: 1;
  float: left;
  width: 183px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 20px 20px;
  background: #f8f9fb;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
}

.case_wrapper li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #2e99fd;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  -ms-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.case_wrapper li:nth-child(1)::before{
  background: #ff9f16;
}
.case_wrapper li:nth-child(2)::before{
  background: #2e99fd;
}
.case_wrapper li:nth-child(3)::before{
  background: #e8895f;
}

.case_wrapper li:hover::before {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.case_wrapper li a{
  display: block;
  padding: 0 10px;
  font-size: 16px;
  color: #181c29;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case_wrapper li:nth-child(1) a{
  color: #ff7200;
}
.case_wrapper li:nth-child(2) a{
  color: #158af7;
}
.case_wrapper li:nth-child(3) a{
  color: #bf6a45;
}

.case_wrapper li:hover a{
  color: #fff;
}

.case_wrapper li i.icon{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 36px;
  height: 29px;
}

.case_wrapper li i.icon1{
  background: url(/uploads/image/opinew/case_one.png) no-repeat;
  background-size: cover;
}

.case_wrapper li i.icon2{
  background: url(/uploads/image/opinew/case_two.png) no-repeat;
  background-size: cover;
}

.case_wrapper li i.icon3{
  background: url(/uploads/image/opinew/case_three.png) no-repeat;
  background-size: cover;
}

.why_wrapper{
  width: 100%;
  padding: 50px 0;
  background-color: #f8f9fb;
}

.why_wrapper h2.title {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 28px;
  color: #181c29;
  text-align: center;
  font-weight: 400;
}

.why_wrapper h3.subtitle{
  line-height: 1;
  color: #828897;
  text-align: center;
  font-weight:normal;
}

.why_wrapper .container{
  width: 1200px;
  margin: 50px auto 0;
}

.why_wrapper ul{
  margin-left: -30px;
}

.why_wrapper li{
  float: left;
  width: 196px;
  height: 280px;
  margin-left: 30px;
  padding: 20px 40px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.why_wrapper li:hover{
  background: #ffffff;
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.why_wrapper li .why_icon{
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  -webkit-animation: icons_anim_end 0.6s steps(20) both;
  animation: icons_anim_end 0.6s steps(20) both;
}

.why_wrapper li:hover .why_icon{
  -webkit-animation: icons_anim_start 0.6s steps(20) both;
  animation: icons_anim_start 0.6s steps(20) both;
}

.why_wrapper li .why_icon1{
  background: url(/uploads/image/opinew/why_icons1.png) no-repeat;
  background-position: 0 0;
  background-size: 140px;
}
.why_wrapper li .why_icon2{
  background: url(/uploads/image/opinew/why_icons2.png) no-repeat;
  background-position: 0 0;
  background-size: 140px;
}
.why_wrapper li .why_icon3{
  background: url(/uploads/image/opinew/why_icons3.png) no-repeat;
  background-position: 0 0;
  background-size: 140px;
}
.why_wrapper li .why_icon4{
  background: url(/uploads/image/opinew/why_icons4.png) no-repeat;
  background-position: 0 0;
  background-size: 140px;
}

.why_wrapper li h3{
  margin: 30px 0 20px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #181c29;
}

.why_wrapper li p{
  position: relative;
  line-height: 26px;
  padding-left: 50px;
  color: #666;
}

.why_wrapper li:nth-child(1) p,
.why_wrapper li:nth-child(2) p{
  padding-left: 12px;
}

.why_wrapper li:nth-child(3) p{
  padding-left: 50px;
}

.why_wrapper li:nth-child(4) p{
  padding-left: 30px;
}

.why_wrapper li p::before{
  position: absolute;
  top: 10px;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #666;
  margin-right: 10px;
}

.why_wrapper li:nth-child(1) p::before,
.why_wrapper li:nth-child(2) p::before{
  left: 0;
}

.why_wrapper li:nth-child(3) p::before{
  left: 36px;
}

.why_wrapper li:nth-child(4) p::before{
  left: 18px;
}


@-webkit-keyframes icons_anim_start{
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -2800px;
  }
}
@keyframes icons_anim_start{
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -2800px;
  }
}

@-webkit-keyframes icons_anim_end{
  0% {
    background-position-y: -2800px;
  }
  100% {
    background-position-y: 0;
  }
}
@keyframes icons_anim_end{
  0% {
    background-position-y: -2800px;
  }
  100% {
    background-position-y: 0;
  }
}

.data_wrapper{
  width: 100%;
  padding: 50px 0;
  background: url(/uploads/image/opinew/map_animation.png) no-repeat center center;
  background-size: cover;
}
.data_wrapper.branch{
  background: #191f2c;
}
.data_wrapper h2.title{
  margin-bottom: 15px;
  line-height: 1;
  font-size: 28px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.data_wrapper h3.subtitle{
  line-height: 1;
  color: #828897;
  text-align: center;
  font-weight: normal;
}

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

.data_box ul{
  padding: 50px 760px 24px 0;
}

.data_box li{
  float: left;
  width: 200px;
  margin-bottom: 50px;
}

.data_box li p.num{
  margin-bottom: 15px;
  line-height: 1;
  font-size: 30px;
  color: #037cff;
}

.data_box li p.num span{
  line-height: 1;
  color: #fff;
  font-size: 36px;
  vertical-align: top;
}

.data_box li p.num span strong{
  font-weight: normal;
}

.data_box li p.desc{
  color: #828897;
}

.news_wrapper{
  width: 100%;
  padding: 50px 0 0 0;
  background-color: #fff;
}

.news_wrapper h2.title,
.partner_wrapper h2.title{
  line-height: 1;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  color: #181c29;
  text-align: center;
}

.news_box{
  margin-right: 20px;
  width: 316px;
  height: 328px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 25px 0px rgba(195, 199, 203, 0.3);
}

.news_box .title,
.qa_box .title {
  height: 20px;
  line-height: 20px;
  margin-bottom: 14px;
}

.news_box .title h3.fl,
.qa_box .title h3.fl{
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #181c29;
}

.news_box .title a.fr,
.qa_box .title a.fr{
  font-size: 12px;
  color:#828897;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news_box .title a.fr:hover,
.qa_box .title a.fr:hover{
  color: #037cff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news_box .title a.fr .iconfont,
.qa_box .title a.fr .iconfont{
  margin-left: 6px;
}

.news_box li{
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}

.news_box li a.fl{
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  color: #181c29;
  -webkit-transform: translatex(0px);
  -moz-transform: translatex(0px);
  -ms-transform: translatex(0px);
  -o-transform: translatex(0px);
  transform: translatex(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news_box li:hover a.fl{
  color: #037cff;
  -webkit-transform: translatex(6px);
  -moz-transform: translatex(6px);
  -ms-transform: translatex(6px);
  -o-transform: translatex(6px);
  transform: translatex(6px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news_box li span.fr{
  color: #828897;
}

.qa_box{
  width: 406px;
  height: 328px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.3);
}

.qa_box .title{
  margin-bottom: 30px;
}

.qa_center{
  overflow: hidden;
}

.qa_center .left_title{
  width: 142px;
  height: 183px;
  background: url(/uploads/image/opinew/qa_center_bg.png) no-repeat;
  background-size: cover;
}

.qa_center .left_title a{
  display: block;
  padding-top: 50px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.qa_center .left_title img{
  display: block;
  width: 35px;
  margin: 0 auto 14px;
}

.qa_center .left_title p{
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.qa_center .right_content{
  width: 224px;
  height: 147px;
  padding: 18px;
  background-color: #f6f7f9;
}

.qa_center .right_content h4.tit{
  line-height: 1;
  margin-bottom: 16px;
  font-size: 16px;
}

.qa_center .right_content h4.tit a{
  color: #181c29;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.qa_center .right_content h4.tit a:hover{
  color: #037cff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.qa_center .right_content div.desc{
  height: 112px;
  line-height: 22px;
  color: #4d5260;
  font-size: 12px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal !important;
  word-wrap: break-word;
}

.qa_list{
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}

.qa_list li{
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
  border-right: 1px solid #eee;
}


.qa_list li:nth-child(2n){
  border-right: none;
  padding-left: 20px;
}

.qa_list li a{
  font-size: 14px;
  color: #4d5260;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.qa_list li a:hover{
  color: #037cff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.partner_wrapper{
  width: 100%;
  padding: 60px 0 50px;
  background-color: #fff;
}

.partner_wrapper .container{
  width: 1200px;
  margin: 0 auto;
}

.partner_wrapper ul{
  margin-left: -10px;
}

.partner_wrapper li{
  display:flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 139px;
  height: 74px;
  margin-left: 10px;
  border: 1px solid #f2f3f4;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.partner_wrapper li:hover{
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.prefer_wrapper{
  width: 100%;
  height: 120px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.prefer_wrapper a{
  display: block;
  width: 100%;
  height: 100%;
}

.prefer_wrapper p{
  padding-top: 35px;
  margin-bottom: 18px;
  font-size: 24px;
  color: #fff;
}

.prefer_wrapper span{
  font-size: 14px;
  color: #fff;
}

.prefer_wrapper span .iconfont{
  margin-left: 8px;
}

.prefer_wrapper a:hover .iconfont{
  -webkit-animation: move 1s infinite;
  animation: move 1s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.foot-service{
  padding-right: 80px;
}

#dlz .footer .foot-link strong {
	display: inline-block;
	float: left;
	margin-right: 10px;
	font-size: 12px;
	color: rgba(255,255,255,.4);
}

#dlz .foot-link {
	padding: 15px 0 0 0;
}
#dlz .foot-link ul>a {
	font-size: 12px;
}
#dlz .logo_txt {
	max-width: 154px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #067cff;
	position: relative;
	top: -25px;
}

#dlz .domain_logo img {
	position: relative;
	top: 10px;
}

/*#dlz .domain_logo {
	display: none;
}

#dlz .domain_search {
	width: 1160px;
}
#dlz .domain_search .search input {
	width: 916px;
}*/

/* 聚米样式 */
.isjumi .banner_wrapper {
  height: 400px;
}
.isjumi .domain_wrapper {
  margin-top: 20px;
}
.isjumi .banner_title p {
  font-size: 44px;
}
.isjumi .banner_title {
  top: 216px;
}
.isjumi .banner_wrapper .swiper-slide {
  height: 400px;
}
.isjumi .ym_wrapper {
  padding-top: 552px;
  background-color: #fff;
}
.isjumi .domain_wrapper,.isjumi .news_box,.isjumi .qa_box {
  background: rgba(3,124,255,0.3);
  border-radius: 10px;
}
.isjumi .news_box,.isjumi .qa_box {
  background: rgba(3,124,255,0.1);
}
.isjumi .panel_wrapper {
  background-color: rgba(3,124,255,0.19);
  border-radius: 10px;
}
.isjumi .why_wrapper,.isjumi .news_wrapper,.isjumi .partner_wrapper {
  background: #fff;
}
.isjumi .domain_jj_list,.isjumi .domain_panel {
  width: 100%;
}
.isjumi .ykj_ym {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 6px 25px 0px rgba(195, 199, 203, 0.3);
}
.isjumi .yp_list > li {
  border-radius: 10px;
}
.isjumi .header_top {
  background-color:#eff0fa;
}
.isjumi .user_msg,.isjumi .user_msg a,.isjumi .header_top span.fr a,.isjumi .user_msg .iconfont {
  color: #000!important;
}
.isjumi .user_msg a font{
  color: #000!important;
}
.isjumi .jm-cz a:hover {
  background: #fff;
}

.isjumi .header_bottom,.isjumi .layui-layout-admin .layui-logo {
  background: #0076f6;
}
.isjumi .logo_box img,.isjumi .layui-layout-admin .layui-logo img {
  filter: brightness(1000);
}
.isjumi .zx_home ul {
  background: #0076f6;
  border: 1px solid #065cba;
}
.isjumi .nav_item a:hover {
  color: #c3e4ff;
}
.isjumi .nav_item a.nav-on{
  background: #005ec5;
  color: #fff;
}

.isjumi .header_top span.fr a:hover,.isjumi #loginx .login ~ a:hover,.isjumi #loginx .user_msg a.msg1:hover i,.isjumi #loginx .user_msg a:hover,.isjumi #loginx .user_msg a:hover,.isjumi #loginx a:hover {
  color: #037cff!important;
}
.isjumi #loginx .user_msg .cz a:hover {
  color: #fff!important;
}
.isjumi #loginx .user_msg .czbhz,.isjumi #loginx .user_msg.czbhz:hover {
  color: #009900!important;
}
.isjumi #loginx .user_msg .cz a,.isjumi #loginx .login,.isjumi #loginx .login ~ a {
  color: #000!important;
}
.isjumi .manage_center_btn {
  background-color: #005ec5;
}
.isjumi .search_box_btn:hover {
  background: #0002;
}
.isjumi #jm-menu,.isjumi #jm-head .ajax-submit,.isjumi #jm-topbar #loginbox button,.isjumi .ms-button .bnt-green  {
  background-color: #365092;
}
.isjumi .yd-list tr a,.isjumi .ym-name a,.isjumi .jj-time strong {
  color: #365092;
}
.isjumi .menu-box .active,.isjumi .menu-box .activea,.isjumi #jm-menu .menu-box li.menu-gl {
  background-color: #2c4278;
}
.isjumi .jj-list .activea {
  border: 1px solid #2c4278;
  background-color: #f5f8ff;
}
.isjumi .ymlb-list .activea {
  border: 1px solid #2c4278;
}
.isjumi .nav-sort .active,.isjumi #center-list .gl-second-list .active {
  background-color: #f0f0f0;
  color: #111;
}
.isjumi .yd-title {
  background: #fff  no-repeat left;
}

.isjumi #jm-banner .yd-lb li {
  background-color: #727fae\9;
}
.isjumi .nav-sort {
  border: 1px solid #2c4278;
}
.isjumi #jm-banner {
  background:  no-repeat center;
}
.isjumi .rank-layout .yd-list .active,.isjumi #center-list {
  border: 1px solid #365092;
}
.isjumi .head-search {
  border: 1px solid #d2d2d2;
}
.isjumi #jm-main .source-box h5 {
  background:  no-repeat left;
}
.isjumi .source-box .news-gg {
  background-image: ;
}

.isjumi .qq-zx {
  border: 1px #d2d2d2 solid;
  color: #555;
}
.isjumi .source-box h5 {
  color: #333;
}
.isjumi .yd-list .topfour {
  background-color: #f0f0f0;
  color: #555;
  font-weight: 700;
}
.isjumi .ykj_ym .title {
  width: 238px;
  height: 258px;
  box-sizing: border-box;
}
.isjumi .ykj_list {
  width: 962px;
  height: auto;
}
.isjumi .ykj_list li {
  width: 25%;
  box-sizing: border-box;
  height: 129px;
  margin: 0
}
.isjumi .ykj_ym {
  width: 100%;
  margin-bottom: 14px;
}
.isjumi .ykj_ym .left_title,.isjumi .ykj_ym .right_title {
  background-size: 258px;
  background-position: center;
}
.isjumi .yp_list > li {
  width: 558px;
}
.isjumi .yp_list > li:nth-child(2n) {
  margin-right: 0;
}