/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
/*圆角*/
/*阴影*/
/*字体*/
/*动画属性*/
/*清除浮动*/
/************************公共************************************/
.container {
  width: 1240px;
  margin: 0 auto;
}
.container-two {
  width: 1140px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*字体大小*/
.f-12 {
  font-size: 12px;
}
.f-14 {
  font-size: 14px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px;
}
.f-20 {
  font-size: 20px;
}
.f-24 {
  font-size: 24px;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
/*行高*/
.lh-16 {
  line-height: 16px;
}
/*16像素行距*/
.lh-18 {
  line-height: 18px;
}
/*18像素行距*/
.lh-20 {
  line-height: 20px;
}
/*20像素行距*/
.lh-22 {
  line-height: 22px;
}
/*22像素行距*/
.lh-24 {
  line-height: 24px;
}
/*24像素行距*/
.lh-26 {
  line-height: 26px;
}
/*26像素行距*/
.lh-28 {
  line-height: 28px;
}
/*28像素行距*/
.lh-30 {
  line-height: 30px;
}
/*30像素行距*/
/*内边距*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pd-5 {
  padding: 5px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
/*外边距*/
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-100 {
  margin-right: 100px;
}
/********头部*********/
.container {
  width: 1200px!important;
  margin: 0 auto;
  position: relative;
}
.g-hd {
  background-color: #fff;
  width: 100%;
  height: auto;
}
.g-hd .top-logo {
  padding-top: 34px;
  padding-bottom: 32px;
}
.g-hd .top-logo .logo {
  display: block;
  width: 149px;
  height: 60px;
  margin-right: 26px;
}
.g-hd .top-nav {
  width: 500px;
  margin-left: 80px;
  height: 92px;
  margin-top: 22px;
}
.g-hd .top-nav .search_top_btn {
  width: 42px;
  height: 24px;
  text-align: center;
  color: #d61518;
  font-size: 12px;
  line-height: 24px;
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: inline-block;
}
.g-hd .top-nav .search_top_btn.on {
  color: #fff;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
}
.g-hd .top-nav .search_top_btn:first-child {
  margin-left: 20px;
}
.g-hd .header_top_s {
  width: 452px;
  height: 36px;
  line-height: 36px;
  border: 2px solid #d71619;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g-hd .header_top_s img {
  width: 20px;
  height: 22px;
  margin-left: 12px;
  margin-top: 4px;
}
.g-hd .header_top_s .search_btn_top {
  width: 70px;
  height: 40px;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  cursor: pointer;
}
.g-hd .header_top_s .search_btn {
  width: 70px;
  height: 40px;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  cursor: pointer;
}
.g-hd .header_top_s input {
  width: 360px;
  height: 36px;
  border: none;
  margin-left: 10px;
  color: #adadad;
  font-size: 14px;
}
.g-hd .bannertext {
  margin-left: 20px;
  margin-top: 5px;
  font-size: 12px;
  color: #8c8c8c;
}
.g-hd .bannertext a {
  color: #8c8c8c;
  margin-right: 10px;
}
.g-hd .top-right-part {
  margin-top: 47px;
  width: 420px;
}
.g-hd .top-right-part .tel {
  margin-top: 2px;
}
.g-hd .top-right-part .tel .tel-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../../../image/2020/header_footer/top_tel_03.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 3px;
}
.g-hd .top-right-part .tel .tel-num {
  font-size: 20px;
  font-weight: bold;
}
.g-hd .top-right-part .new {
  margin-top: 2px;
}
.g-hd .top-right-part .new .new-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../../../image/2020/header_footer/new.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 3px;
}
.g-hd .top-right-part .new .tel-num {
  font-size: 20px;
  font-weight: bold;
}
.g-hd .top-right-part .btn {
  display: block;
  margin-left: 10px;
  width: 100px;
  height: 36px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin-top: 4px;
}
.g-hd .top-right-part .btn.login-btn {
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
}
.g-hd .top-right-part .btn.register-btn {
  background-color: #7d7d7d;
}
.g-hd .index_nav {
  width: 100%;
  height: 36px;
}
.g-hd .index_nav a {
  display: inline-block;
  background: #fff;
  height: 36px;
  width: 112px;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 36px;
  margin-right: 24px;
}
.g-hd .index_nav a:hover {
  color: #d71619;
}
.g-hd .index_nav a.on {
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
  color: #fff;
}
.red_border {
  width: 100%;
  height: 2px;
  background: #d71619;
}
/* *******************************底部************************* */
.g-ft {
  width: 100%;
  background-color: #f3f2f0;
}
.g-ft .order-search {
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cfcfcf;
  width: 100%;
}
.g-ft .order-search .bottom-logo {
  margin: 0 auto;
  width: 460px;
  height: 33px;
  background: url(../../../image/2020/header_footer/bottom-logo.png) no-repeat center;
  background-size: 100% 100%;
}
.g-ft .order-search .order-search-btn {
  display: block;
  /* width: 239px;
			height: 57px; */
  width: 186px;
  height: 56px;
  background-color: #555555;
  border-radius: 10px;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  margin: 30px auto 0;
}
.g-ft .order-search .order-search-btn:hover {
  background-color: #d61518;
}
.g-ft .middle-box {
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 30px;
}
.g-ft .middle-box .left {
  width: 470px;
  padding-top: 30px;
  padding-left: 25px;
}
.g-ft .middle-box .left .hot-line .tit {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
}
.g-ft .middle-box .left .hot-line .tel-num {
  margin-top: 10px;
  font-size: 48px;
  font-weight: bold;
  color: #999999;
}
.g-ft .middle-box .left .contact {
  margin-top: 30px;
}
.g-ft .middle-box .left .contact .tit {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  margin-bottom: 10px;
}
.g-ft .middle-box .left .contact .qq {
  display: inline-block;
  width: 74px;
  height: 19px;
}
.g-ft .middle-box .left .contact .msg {
  margin-left: 35px;
  display: inline-block;
  width: 77px;
  height: 19px;
}
.g-ft .middle-box .mid {
  width: 438px;
  padding-top: 30px;
}
.g-ft .middle-box .mid .items {
  width: 100%;
}
.g-ft .middle-box .mid .tits {
  width: 100%;
  font-size: 16px;
  color: #383838;
  font-weight: bold;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 13px;
}
.g-ft .middle-box .mid .ft-nav {
  margin-top: 10px;
}
.g-ft .middle-box .mid .ft-nav a {
  display: block;
  float: left;
  margin-right: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.g-ft .middle-box .right {
  padding-top: 30px;
  padding-right: 45px;
}
.g-ft .middle-box .right .right-tit {
  font-size: 16px;
  color: #383838;
  font-weight: bold;
}
.g-ft .middle-box .right .right-sub-tit {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.g-ft .middle-box .right .qrcode {
  margin-top: 20px;
  width: 128px;
  height: 128px;
}
.g-ft .middle-box .right .qrcode img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.g-ft .friend-link {
  margin-top: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.g-ft .friend-link a,
.g-ft .friend-link span {
  font-size: 12px;
  line-height: 30px;
  color: #999;
  margin-right: 10px;
}
.g-ft .copy-right {
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 12px;
  color: #aaa;
  text-align: center;
}
/* ********************************************侧边栏 sidebar******************************************************************/
.sidebar {
  display: block;
  width: 60px;
  box-sizing: border-box;
  position: fixed;
  bottom: 180px;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=0);
  z-index: 999;
}
.sidebar .item {
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  background-color: #555555;
  box-shadow: 0px 5px 10px 0px rgba(128, 128, 128, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sidebar .item.new-item:hover .new-info,
.sidebar .item.new-item:hover .k {
  display: flex;
}
.sidebar .item.tel-item:hover .tel-info {
  display: flex;
}
.sidebar .item.side-top {
  opacity: 0;
  cursor: pointer;
}
.sidebar .item.on,
.sidebar .item:hover {
  background-color: #d61518;
}
.sidebar .item.on .icon.new-icon,
.sidebar .item:hover .icon.new-icon {
  background: url(../../../image/2020/header_footer/new-on.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item.on .icon.tel-icon,
.sidebar .item:hover .icon.tel-icon {
  background: url(../../../image/2020/header_footer/tel-on.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item.on .icon.online-icon,
.sidebar .item:hover .icon.online-icon {
  background: url(../../../image/2020/header_footer/online-on.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item.on .icon.qq-icon,
.sidebar .item:hover .icon.qq-icon {
  background: url(../../../image/2020/header_footer/qq-on.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item.on .icon.yuyue-icon,
.sidebar .item:hover .icon.yuyue-icon {
  background: url(../../../image/2020/header_footer/yuyue-on.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item.on .icon.top-icon,
.sidebar .item:hover .icon.top-icon {
  background: url(../../../image/2020/header_footer/top-on.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item.on .text,
.sidebar .item:hover .text {
  color: #fff;
}
.sidebar .item .icon {
  width: 28px;
  height: 28px;
}
.sidebar .item .icon.new-icon {
  background: url(../../../image/2020/header_footer/new.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item .icon.tel-icon {
  background: url(../../../image/2020/header_footer/tel.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item .icon.online-icon {
  background: url(../../../image/2020/header_footer/online.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item .icon.qq-icon {
  background: url(../../../image/2020/header_footer/qq.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item .icon.yuyue-icon {
  background: url(../../../image/2020/header_footer/yuyue.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item .icon.top-icon {
  background: url(../../../image/2020/header_footer/top.png) no-repeat center;
  background-size: 100% 100%;
}
.sidebar .item .text {
  margin-top: 3px;
  font-size: 12px;
  color: #c6c6c6;
}
.sidebar .item .tel-info {
  width: 163px;
  height: 60px;
  background-color: #d61518;
  box-shadow: 0px 5px 10px 0px rgba(128, 128, 128, 0.2);
  position: absolute;
  right: 60px;
  top: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sidebar .item .tel-info .tit {
  font-size: 14px;
  color: #fff;
}
.sidebar .item .tel-info .tel-num {
  font-size: 21px;
  color: #fff;
}
.sidebar .item .new-info {
  width: 220px;
  height: 250px;
  background-color: #fff;
  position: absolute;
  right: 70px;
  top: 0px;
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.sidebar .item .new-info .new_box {
  width: 208px;
  height: 115px;
  margin: 0px 8px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.sidebar .item .new-info .new_box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar .item .new-info .new_box .text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px 14px;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
}
.sidebar .item .new-info .new_box .text p {
  font-size: 16px;
  margin-bottom: 4px;
  padding-top: 10px;
}
.sidebar .item .new-info .new_box .text span {
  font-size: 12px;
  margin-bottom: 22px;
  width: 100%;
  display: inline-block;
}
.sidebar .item .new-info .new_box .text .go {
  font-size: 12px;
  margin-bottom: 20px;
  display: inline-block;
}
.sidebar .item .k {
  height: 250px;
  width: 10px;
  background: none;
  position: absolute;
  right: 60px;
  top: 0px;
  display: flex;
  cursor: pointer;
  display: none;
}
/* 预约设计弹出样式 */
.yuyue-pop {
  display: none;
  background-color: #fff !important;
  height: 100%;
}
.yuyue-pop .pop-content {
  width: 100%;
  height: 100%;
}
.pop-partner-part {
  width: 100%;
}
.pop-partner-part .part-title2:hover .tit {
  color: #d71518;
}
.pop-partner-part .part-title2:hover .sub-tit {
  color: #d71518;
}
.pop-partner-part .part-title2:hover .line {
  background-color: #d71518;
}
.pop-partner-part .part-title2 .tit {
  font-size: 36px;
  font-weight: bold;
  color: #555;
}
.pop-partner-part .part-title2 .sub-tit {
  margin-top: 5px;
  font-size: 24px;
  color: #555;
}
.pop-partner-part .part-title2 .line {
  margin-top: 15px;
  width: 32px;
  height: 6px;
  background-color: #555;
}
.pop-partner-part .container-two {
  width: 1140px;
  margin: 0 auto;
  padding-top: 70px;
}
.pop-partner-part .left-img {
  width: 711px;
  height: 399px;
}
.pop-partner-part .left-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.pop-partner-part .right-text {
  width: 350px;
}
.pop-partner-part .right-text .info {
  margin-top: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #8a8a8a;
}
.pop-partner-part .right-text .num-list {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.pop-partner-part .right-text .num-list li {
  width: 175px;
  margin-bottom: 20px;
}
.pop-partner-part .right-text .num-list .num {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #599af2;
}
.pop-partner-part .right-text .num-list .txt {
  margin-top: 5px;
  font-size: 14px;
  color: #3a3a3a;
}
.pop-submit-part {
  padding-top: 30px;
  width: 1140px;
  margin: 0 auto;
  padding-left: 200px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.pop-submit-part .phone-box input {
  width: 289px;
  height: 56px;
  border-radius: 10px;
  border: solid 1px #d2d2d2;
  line-height: 54px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  text-indent: 1em;
}
.pop-submit-part .phone-box .submit-phone {
  margin-left: 10px;
  width: 88px;
  height: 56px;
  background-color: #d61518;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}
.pop-submit-part .tel-zixun {
  margin-left: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.pop-submit-part .tel-zixun .tel {
  font-size: 28px;
  font-weight: bold;
  color: #d61518;
}
.pop-submit-part .tel-zixun .tel:before {
  display: inline-block;
  content: '';
  width: 23px;
  height: 23px;
  background: url(../../../image/2020/header_footer/phone-icon00001_03.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.pop-submit-part .tel-zixun .txt {
  margin: 0 10px;
  font-size: 14px;
  line-height: 26px;
  color: #3a3a3a;
}
.pop-submit-part .tel-zixun .zixun-btn {
  display: inline-block;
  width: 130px;
  height: 56px;
  background-color: #d61518;
  border-radius: 10px;
  font-size: 18px;
  line-height: 56px;
  color: #fff;
  text-align: center;
}
.index-title .tit {
  font-size: 32px;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.index-title .tit::before {
  display: block;
  content: '';
  background-color: #d61518;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 8px;
  height: 30px;
  border-radius: 4px;
}
.index-title .tit_sub {
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.index_footer {
  margin-bottom: 142px;
}
.flex_box {
  visibility: hidden;
  width: 100%;
  height: 142px;
  background: #ffffff;
  box-shadow: 0px 10px 40px #ccc;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99999;
}
.flex_box .flex_icon {
  width: 124px;
  height: 118px;
  margin-right: 66px;
}
.flex_box .flex_num {
  width: 327px;
  height: 109px;
  margin-top: 30px;
  margin-right: 97px;
}
.flex_box .flex_search {
  width: 165px;
  height: 41px;
  line-height: 41px;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
}
.flex_box .search_footer {
  width: 470px;
  height: 60px;
  display: inline-flex;
  margin-right: 20px;
}
.flex_box .search_footer .header_top_s {
  width: 470px;
  height: 41px;
  line-height: 41px;
  border: 2px solid #d71619;
  border-radius: 20px;
}
.flex_box .search_footer .header_top_s img {
  width: 20px;
  height: 22px;
  margin-left: 12px;
  margin-top: 4px;
}
.flex_box .search_footer .header_top_s .search_btn {
  width: 170px;
  height: 41px;
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  cursor: pointer;
  float: right;
}
.flex_box .search_footer .header_top_s input {
  width: 210px;
  height: 36px;
  border: none;
  margin-left: 20px;
  color: #adadad;
  font-size: 14px;
}
.flex_box .search_footer span {
  width: 385px;
  display: block;
  position: absolute;
  bottom: 22px;
  font-size: 14px;
  color: #6C6C6C;
}
.datail_main {
  background: #FF2A2A;
  width: 100%;
  height: 40PX;
}
.datail_main .datail_nav {
  width: 100%;
  height: 40PX;
  line-height: 40PX;
  color: #FFF;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.datail_main .datail_nav a {
  padding: 0 20px;
  color: #fff;
  display: block;
  position: relative;
}
.datail_main .datail_nav a img {
  margin-top: -4px;
}
.datail_main .datail_nav a:hover {
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
}
.datail_main .datail_nav .pp_box {
  position: relative;
  cursor: pointer;
  padding: 0 20px;
}
.datail_main .datail_nav .pp_box:hover {
  background: -moz-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -webkit-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -o-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: -ms-linear-gradient(to right, #fc3637 0%, #d71619 100%);
  background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
}
.datail_main .datail_nav .pp_box .hot {
  position: absolute;
  width: 44px;
  height: 25px;
  top: -19px;
  left: 66px;
}
.datail_main .datail_nav .pp_box .subCate {
  display: none;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 40px;
  width: 550px;
  padding: 20px;
  color: #333;
  height: auto;
  z-index: 9999;
}
.datail_main .datail_nav .pp_box .subCate a {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}
.datail_main .datail_nav .pp_box .subCate a:hover {
  background: #fff;
}
.datail_main .datail_nav .pp_box .subCate a .li_box img {
  width: 100px;
  height: 72px;
  margin-right: 16px;
  float: left;
}
.datail_main .datail_nav .pp_box .subCate a .li_box .li_txt {
  float: left;
  height: 72px;
  overflow: hidden;
  text-align: left;
}
.datail_main .datail_nav .pp_box .subCate a .li_box .li_txt .txt1 {
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
  height: 12px;
}
.datail_main .datail_nav .pp_box .subCate a .li_box .li_txt .txt2 {
  font-size: 14px;
  color: #E81014;
  height: 20px;
}
.datail_main .datail_nav .pp_box .subCate h4 {
  height: 26px;
  line-height: 26px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #333;
}
.datail_main .datail_nav .pp_box .subCate ul {
  width: 230px;
  float: left;
  overflow: hidden;
  padding-top: 20px;
}
.datail_main .datail_nav .pp_box .subCate ul li {
  width: 230px;
  float: left;
  display: inline;
}
.datail_main .datail_nav .pp_box .subCate ul li a {
  display: block;
  float: left;
  padding: 0 5px;
  line-height: 25px;
  color: #666;
  word-break: keep-all;
  white-space: nowrap;
}
.yuyue_ok {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.yuyue_ok .ok_box {
  width: 318px;
  height: 333px;
  background: none;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -159px;
}
.yuyue_ok .ok_box .ok_box_img {
  width: 100%;
  height: auto;
}
.yuyue_ok .ok_box .off {
  position: absolute;
  width: 34px;
  height: 34px;
  right: -20px;
  top: -10px;
  cursor: pointer;
}
#yuyuePop .pop-partner-part .right-text .part-title .tit {
  font-size: 36px;
  font-weight: bold;
  color: #555;
}
#yuyuePop .pop-partner-part .right-text .part-title .sub-tit {
  margin-top: 5px;
  font-size: 24px;
  color: #555;
}
#yuyuePop .pop-partner-part .right-text .part-title .line {
  margin-top: 15px;
  width: 32px;
  height: 6px;
  background-color: #555;
}
