.autos{
  display: flex;
  justify-content: center;
  align-items: center;
}
.betweens{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/*公共样式*/
.body_bg {
  background: url("../image/hade_bg.png") no-repeat top center;
}

.box-sizing {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hand {
  cursor: pointer;
}

.header {
  background: #ffffff;
}

/*公共样式 end*/
body {
  background: #f0f2f5;
}

.banner {
  padding-top: 25px;
  width: 1200px;
  margin: 0 auto;
}

.location {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1200px;
  margin: 0 auto 30px;
}

.location a,
.location i {
  color: rgba(254, 254, 254, 0.4)
}

.cur_location:hover {
  color: rgb(254, 254, 254)
}

.arrow1 {
  display: inline-block;
  width: 12px;
  height: 9px;
  margin: 0 7px;
}

.arrow1.font16 {
  margin-left: 0;
  background: url("../image/bread_big.png") no-repeat left center;
}

.arrow1.font12 {
  background: url("../image/bread_sm.png") no-repeat left center;
  display: inline-block;
  height: 12px;
  padding-left: 15px;
  width: auto;
}
.arrow1.font12.nav-text{
  position: relative;
  top:1px;
  margin-left: 0 !important;
}

.QY-logout {
  width: 1200px;
  margin: 0 auto 10px;
  /* display: flex;
  align-items: flex-start */
}

.QY-logout_left {
  width: 940px;
  margin-right: 10px;
  background-color: #fff;
  float: left;
}
.QY-logout_right {
  width: 250px;
  background: #fff;
  float: right;
  /*overflow: hidden;*/
}

.QY-logout_right .top_info {
  padding: 26px 22px;
  border-bottom: 1px solid #F0F1F5;
  position: relative;
}
.QY-logout_right .top_info .cmy_name {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 204px;
}
.QY-logout_right .top_info .price_browse {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.QY-logout_right .top_info .price_browse .price{
  color: #FF7726;
  font-size: 14px;
  font-weight: bold;
}
.QY-logout_right .top_info .price_browse .price i{
  font-size: 18px;
}
.QY-logout_right .top_info .price_browse .browse{
  color: #999999;
  font-size: 12px;
}
.QY-logout_right .top_info .price_browse .browse i{
  display: inline-block;
  width: 36px;
  height: 15px;
  line-height: 15px;
  border-radius: 3px;
  background-color: #689BFF;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  margin-left: 8px;
}

.QY-logout_right .qr_code {
  position: absolute;
  right: 0;
  top: 0;
  display:none;
}
.QY-logout_right .p_info {
  text-align: center;
  border-bottom: 1px solid #F0F1F5;
  padding-bottom: 20px;
}
.QY-logout_right .p_info .avatar {
  border-radius: 50%;
  width: 107px;
  height: 107px;
  margin: 17px 0 24px;
}
.QY-logout_right .p_info p {
  color: #404040;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 14px;
}
.QY-logout_right .p_info .consult_bt {
  width: 207px;
  height: 42px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #3573EC;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  position: relative;
  font-weight: 400;
}
.QY-logout_right .p_info .consult_bt img {
  position: absolute;
  top: 16px;
  right: 15px;
}
/*右边客服 */
.QY-logout_right .consult_buttom>a {
  width: 102px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height:40px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.QY-logout_right .consult_buttom .but1 {
  background: #FF7800;
}
.QY-logout_right .consult_buttom .but2{
  background:#3573EC;
}
.QY-logout_right .consult_buttom>a:hover{
  background:#0F1DE5;
}
.QY-logout_right .other_info {
  padding: 20px 22px;
}
.right_content .other-buttom a{
  width: 64px;
  height: 22px;
  display: inline-block;
  background: #FFFFff;
  text-align: center;
  line-height: 22px;
  position: relative;
}
.right_content .other-buttom .but1{
    border:1px solid #FF7800;
    color:#FF7800;
    margin-right:4px;
}
.right_content .other-buttom .but2{
    border:1px solid #3573EC;
    color:#3573EC;
    position: relative;
}
.right_content .other-buttom .but1:hover{
  background: #FF7800;
  color:#ffffff;
}
.right_content .other-buttom .but2:hover{
  background: #3573EC;
  color:#ffffff;
}
.right-ewm{
  position: absolute;
  left: -99px;
  top: -244px;
  right: auto;
  bottom: auto;
  display: none;
}
.other-buttom .right-ewm{
  left: -116px;
  top:-245px;
}
.butHover:hover .right-ewm{
  display: block;
}
.right-ewm .ewm-box{
  width: 200px;
  /*height: 244px;*/
  background: #FFFFFF;
  border-radius: 2px;
  position: relative;
  padding:22px;
  box-sizing: border-box;
  box-shadow: 2px 15px 13px 2px rgba(214, 218, 226, 0.63);
}
/* .right-ewm .ewm-box::after{
  content: "";
  display: block;
  position: absolute;
  left:-10px;
  top:110px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
} */
.right-ewm .ewm-box img{
  width:148px;
  height:148px;
  object-fit: contain;
}
.right-ewm .ewm-box .numbers{
  width: 153px;
  height: 24px;
  background: #EDF5FF;
  font-size: 12px;
  font-weight: bold;
  color: #145FBC;
  text-align: center;
  line-height: 24px;
  margin: 6px 0 4px 0;
}
.right-ewm .ewm-box .des{
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin:0;
}


  /*右边客服 end */
.QY-logout_right .other_info .title_hyh{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 12px;
  color: #666666;
}
.QY-logout_right .other_info .title_hyh span{
  font-size: 14px;
}
.QY-logout_right .other_info .title_hyh img{
  transform: translate(0, -2px);
}
.other_info_hyh {
  cursor: pointer;
}
.other_info_hyh:hover span {
  color: #649be8;
}
.other_info_hyh:hover .hyhImg {
  display: none;
}
.other_info_hyh:hover .hyhImgHover {
  display: inline-block;
}
.other_consult_ps {
  margin-top: 10px
}
.other_consult_ps .other_p_item {
  display: flex;
  padding: 15px 0;
}
.other_consult_ps .other_p_item .avatar{
  width: 51px;
  height: 51px;
  border-radius: 50%;
  margin-right: 9px;
}
.other_consult_ps .other_p_item .right_content {
  flex: 1;
}
.other_consult_ps .other_p_item .right_content .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.other_consult_ps .other_p_item .right_content .name{
  color: #565656;
  font-size: 14px;
  font-weight: bold;
  max-width: 65px;
  white-space:nowrap;
  overflow: hidden;
  margin-right: 6px;
}
.other_consult_ps .other_p_item .right_content .bt{
  display: inline-block;
  width: 62px;
  height: 21px;
  line-height: 21px;
  border-radius: 2px;
  color: #3573EC;
  background-color: #fff;
  border: 1px solid #3573EC;
  text-align: center;
}
.other_consult_ps .other_p_item .right_content .bottom{
  color: #999999;
  font-size: 12px;
  max-width: 84px;
  white-space:nowrap;
  overflow: hidden;
}
.other_consult_ps .other_p_item .right_content .bottom img{
  transform: translate(0, -2px);
}
.why_use_yz {
  padding: 20px 20px;
  height: 174px;
  background-color: #FAFBFD;
}
.why_use_yz .title {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
}
.why_use_yz .because {
  width: 207px;
  height: 42px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 2px solid #9E57F5;
  background-color: #F5EEFF;
}
.why_use_yz .because:nth-child(2) {
  border-left: 2px solid #3573EC;
  background-color: #EEF4FF;
}
.why_use_yz .because:nth-child(3) {
  border-left: 2px solid #FF7800;
  background-color: #FFEFE9;
}
.why_use_yz .because span{
  margin-left: 18px;
}
.why_use_yz .because img{
  margin-right: 15px;
}

.QY-logout_right .free_find {
  padding: 30px 0 0 20px;
  height: 105px;
  background: url('../image/ab_bg2.png') no-repeat;
  position: relative;
}
.QY-logout_right .free_find .title {
  color: #FFFFFF;
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}
.QY-logout_right .free_find .num {
  color: #FFFFFF;
  font-size: 14px;
}
.QY-logout_right .free_find .num i{
  color: #43E9A1;
  margin-right: 2px;
}
.QY-logout_right .free_find .bt{
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 27px;
  height: 27px;
  width: 76px;
  cursor: pointer;
}
.QY-logout_right .free_find .bt:hover{
  border: 1px solid #3D48E4;
  color: #3D48E4;
  background: #ffffff;
}

.QY-logout_right .other_service{
  padding: 20px;
}
.QY-logout_right .other_service .title_hyh{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 12px;
  color: #666666;
  margin-bottom: 10px;
}
.QY-logout_right .other_service .title_hyh .title{
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.QY-logout_right .other_service .title_hyh img{
  transform: translate(0, -2px);
}
.other_service_hyh {
  cursor: pointer;
}
.other_service_hyh:hover span {
  color: #649be8;
}
.other_service_hyh:hover .hyhImg {
  display: none;
}
.other_service_hyh:hover .hyhImgHover {
  display: inline-block;
}
.other_service_item{
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #F0F1F5;
}
.other_service_item:hover .title{
  color:#FA7801;
}
.other_service_item:last-child{
  border-bottom: none;
}
.other_service_item img{
  margin-right: 14px;
}
.other_service_info {

}
.other_service_info .title{
  color: #333333;
  font-size: 14px;
  display: block;
  margin-top: 2px;
  margin-bottom: 12px;
}
.other_service_info .price {
  font-size: 12px;
  color: #CCCCCC;
}
.other_service_info .price i {
  font-size: 16px;
  color: #FF7726;
  margin-right: 4px;
}




.main_info {
  padding-top: 24px;
}
.main_info_top {
  margin-left: 23px;
  display: flex;
}
.main_info_icon {
  width: 61px;
  height: 68px;
  line-height: 61px;
  text-align: center;
  font-size: 16px;
  color: #7B64F2;
  font-weight: bold;
  background: url('../image/icon4.png');
  background-size: 100% 100%;
}
.main_info_top_r {
  width: 852px;
}
.main_info_top_title {
  font-size:22px;
  font-weight:bold;
  color:#464646;
  padding-top: 10px;
  /* height: 37px; */
}
#cmy-name{
  line-height: 30px;
}
.main_info_top_title .date {
  font-size: 12px;
  color: #ffffff;
  margin: 7px;
  padding: 3px 5px 3px 10px;
  line-height: 11px;
  font-weight: 400;
  display: inline-block;
  background: url('../image/icon_time.png');
  background-size: 100% 100%;
}
.main_info_top_c {
  font-size:12px;
  font-weight:400;
  color:#666666;
  margin: 10px 0 12px 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 15px;
}
.main_info_top_c span {
  display: inline-block;
  border-right: 1px solid #EEEEEE;
  line-height: 15px;
}
.main_info_top_c span:first-child {
  padding-left: 0px;
}
.main_info_top_c span:last-child {
  border-right: none;
}
.main_info_top_line {
  width: 852px;
  height: 1px;
  background-color: #F0F1F5;
  margin-top: 8px;
}
.main_info_top_b {
  display: flex;
  /* margin-top: 19px; */
}
.main_info_top_item {
  margin-right: 40px;
  font-size: 12px;
  border: 1px solid #f0f1f5;
}
.main_info_top_item:hover{
  border: 1px solid #4280F3;
}
.main_info_top_item .copy-btn{
  cursor: pointer;
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 24px;
  background: #F0F1F5;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.main_info_top_item .copy-btn:hover{
  background: #4280F3;
  color: #ffffff;
}
.item_title {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 1px 7px;
  color: #999999;
  background-color: #F8F9FC;
  border-right: 1px solid #f0f1f5;
}
.item_content {
  height: 22px;
  line-height: 22px;
  padding: 0 7px;
  color: #333333;
}
.main_info_price {
  margin-top: 30px;
  margin-left: 34px;
  display: flex;
}
.main_info_price_l {
  height: 57px;
  line-height: 50px;
  width: 210px;
  text-align: center;
  background-color: #FFEFE9;
  margin-right: 8px;
  color: #999999;
  font-size: 12px;
  position: relative;
}
.main_info_price_l span {
  color: #FF7726;
  font-size: 14px;
  font-weight: bold;
}
.main_info_price_l i {
  font-size: 24px;
  font-style: normal;
}
.main_info_price_l .type {
  background: #FF20BD;
  display: flex;
  height: 23px;
  line-height: 23px;
  border-radius: 0 12px 12px 0;
  position: absolute;
  left: 0;
  top: -14px;
  align-items: center;
  padding: 0 10px
}
.main_info_price_l .type span{
  color: #fff;
  max-width: 175px;
  font-size: 13px;
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_info_price_l .type span i {
  font-size: 13px;
}
.main_info_price_l .type span i::after{
  content: '/';
  color: #fff;
}
.main_info_price_l .type span i:last-child::after {
  content: '';
  color: #fff;
}
.main_info_price_r {
  width: 634px;
  height: 57px;
  line-height: 57px;
  color: #ffffff;
  font-size: 18px;
  padding-left: 24px;
  background: url('../image/ad_back.png');
  background-size: 100% 100%;
  position: relative;
}
.collection {
  position: absolute;
  right: 24px;
  top: 17px;
  font-size: 12px;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.collection img {
  margin-top: -5px;
}
.collection_new  {
  margin-right: 30px;
  font-size: 14px;
  color: #BBBBBB;
  padding-left: 2px;
}
.collection_new>div{
  cursor: pointer;
}
.collection_new img {
  width: 16px;
  height: 16px;
  vertical-align: -3px;
}
.collection_new .yes_collect{
  color: #FF7800;
}
.main_info_tb {
  background-color: #FAFBFD;
  font-size: 14px;
  margin: 16px 34px;
  display: flex;
  flex-wrap: wrap;
}
.main_info_tb_item {
  height: 50px;
  width: 218px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_info_tb_item:nth-child(-n+4) {
  border-bottom: 1px solid #F0F1F5
}
.main_info_tb_item .left_title {
  color: #999999;
  margin-right: 13px;
  margin-left: 38px;
}
.main_info_tb_item .right_content {
  color: #333333;
}
.main_info_tb_item .left_title::before {
  content: '';
  border-radius: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  background-color: #2E68E9;
  transform: translate(0, -50%);
}
.main_info_advice {
  padding-left: 34px;
  display: flex;
  color: #333333;
}
.main_info_advice .icon_title {
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}
.main_info_advice .advice {
  font-weight: 400;
  line-height: 29px;
}
.main_info_advice .advice span {
  margin-right: 24px;
}
.main_info_advice .advice span::before {
  content: '';
  background: url('../image/icon_scenario.png') no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  transform: translate(0, 2px);
}
.main_content {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 940px;
  background: #fff;
}
.tab_title {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
  background: #fff;
  width: 874px;
}
.tab_title_item {
  padding: 0 19px;
  /* min-width: 100px;
  max-width: 150px; */
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.tab_title_item:hover {
  color: #333333;
  font-weight: bold;
}
.tab_title .on {
  color: #333333;
  font-weight: bold;
}
.tab_title_item.on::after {
  content: '';
  height: 3px;
  width: 64px;
  background: #3573EC;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.tab_title .consulting {
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #3573EC;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.tab_title .consulting:hover{
  background: #0F1DE5;
}
.big_title {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  margin: 70px 0 5px;
}
.gscp{
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 20px;
}

.cmy_evaluation .evaluation_main {
  display: flex;
}
.cmy_evaluation .evaluation_left {
  margin-right: 6px;
  font-size: 16px;
  color: #333333
}
.cmy_evaluation .evaluation_left_score {
  padding: 25px 0 0 20px;
  width: 220px;
  height: 80px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: url('../image/score_bg.png') no-repeat
}
.cmy_evaluation .evaluation_left_score .title{
  margin-bottom: 9px;
}
.cmy_evaluation .evaluation_left_score .content{
  font-size: 14px;
  color: #FFC23F;
}
.cmy_evaluation .evaluation_left_score img{
  vertical-align: top;
}
.cmy_evaluation .evaluation_left_advice {
  padding: 25px 0 0 20px;
  width: 220px;
  box-sizing: border-box;
  height: 80px;
  background: url('../image/advice_bg.png') no-repeat
}
.cmy_evaluation .evaluation_left_advice .title{
  margin-bottom: 12px;
}
.cmy_evaluation .evaluation_left_advice .content{
  font-size: 14px;
  color: #999999;
}
.cmy_evaluation .evaluation_left_advice .content span {
  margin-right: 22px;
}
.cmy_evaluation .evaluation_left_advice .content span::before{
  content: '';
  background: url('../image/icon_scenario.png') no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  transform: translate(0, 2px);
}

.cmy_evaluation .evaluation_right {
  padding: 24px 0 0 30px;
  width: 345px;
  height: 170px;
  border: 1px solid #F1F1F1;
  display: flex;
  box-sizing: border-box;
}
.evaluation_right_item {
  /* margin-right: 15px; */
  text-align: center;
  font-size: 13px;
  color: #666666;
}
.evaluation_right_item span {
  display: block;
  margin-top: 11px;
}
.evaluation_ad_bg {
  margin-top: 30px;
  background: url('../image/ad_bg.png') no-repeat;
  height: 122px;
  position: relative;
  cursor: pointer;
}
.evaluation_ad_bg .free_find {
  display: inline-block;
  width: 212px;
  height: 23px;
  background: url('../image/free_find_bg.png') no-repeat;
  color: #315FE8;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  line-height: 23px;
}.evaluation_ad_bg .free_find i {
   display: inline-block;
   background-color: #89A6EB;
   width: 1px;
   height: 12px;
   transform: translate(0,1px);
 }
.evaluation_ad_bg img {
  width: 150px;
  height: 61px;
  position: absolute;
  top: 33px;
  left: 73px;
}
.evaluation_ad_bg .title_info {
  margin: 10px 0 0 200px
}
.evaluation_ad_bg .title_info .title {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 12px;
}
.evaluation_ad_bg .title_info .title i {
  display: inline-block;
  margin-top: 2px;
  width: 1px;
  height: 24px;
  background-color: #C9D9EC;
  opacity: .55;
  transform: translate(0,2px);
}
.evaluation_ad_bg .title_info .p_num {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.evaluation_ad_bg .find_bt,.evaluation_ad_bg .find_bt1 {
  width: 110px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  color: #4061E7;
  font-size: 14px;
  position: absolute;
  top: 45px;
  right: 24px;
  cursor: pointer;
}

.dissect_main {
  border: 1px solid #f0f1f5;
  border-radius: 5px;
  box-shadow: #f0f1f5;
  padding: 10px 30px;
}
.dissect_main_example {
  display: flex;
  padding-top: 20px;
  padding-bottom: 26px;
  border-bottom: 1px solid #F0F1F5;
}
.dissect_main_example:last-child {
  border-bottom: none
}
.dissect_main_example .example_left {
  width: 58px;
  margin-right: 18px;
}
.dissect_main_example .example_right {
  width: 735px;
}
.dissect_main_example .example_right .top_info{
  position: relative;
  margin-top: 8px;
}
.dissect_main_example .example_right .top_info .name{
  color: #404040;
  font-weight: bold;
  font-size: 15px;
  margin-right: 10px;
}
.dissect_main_example .example_right .top_info .tag{
  display: inline-block;
  padding: 1px 2px;
  margin-right: 10px;
  border: 1px solid #FF794C;
  color: #FF794C;
}
.dissect_main_example .example_right .top_info .date{
  color: #CCCCCC;
  font-size: 12px;
}
.dissect_main_example .example_right .top_info .date::before{
  content: '';
  background: url('../image/date_icon.png') no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.dissect_main_example .example_right .top_info .extend{
  position: absolute;
  right: 10px;
  top: 10px;
  color: #666666;
  font-size: 12px;
  cursor: pointer;
}
.dissect_main_example .example_right .top_info .extend img{
  vertical-align: top;
}
.dissect_main_example .example_right .example_content{
  font-size: 13px;
  color: #999999;
  line-height: 21px;
  margin-top: 15px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dissect_main_example .example_right .consult_bt{
  margin-top: 25px;
  display: flex;
  flex-direction: row-reverse;
}
.dissect_main_example .example_right .consult_bt span{
  border: 1px solid #3573EC;
  width: 110px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  text-align: center;
  color: #3573EC;
  font-size: 14px;
  cursor: pointer;
}
.suc_case {

}
.suc_case_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.suc_case_main_item {
  border: 1px solid #F0F1F5;
  width: 373px;
  height: 94px;
  padding: 28px 29px;
  display: flex;
  margin-bottom: 10px;
}
.suc_case_main_item:hover .suc_case_name_date .name{
  color:#FA7801;
}
.suc_case_left_avatar {
  width: 58px;
  margin-right: 16px;
}
.suc_case_right_info {
  width: 299px;
}
.suc_case_name_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.suc_case_name_date .name {
  color: #404040;
  font-size: 15px;
  font-weight: bold;
}
.suc_case_name_date .date {
  color: #CCCCCC;
  font-size: 12px;
}
.suc_case_name_date .date::before {
  content: '';
  background: url('../image/date_icon.png') no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.suc_case_sesc {
  color: #999999;
  font-size: 13px;
  line-height: 21px;
  margin-top: 15px;
}





.QY-logout-tit {
  margin-left: 34px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 9px;
}

.label {
  display: inline-block;
  position: relative;
  top:5px;
  margin-left: 8px;
  padding: 5px;
  background-color: #fff8f2;
  border-radius: 3px;
  border: 1px solid #ff7701;
  color: #ff7800;
  max-width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.QY-logout-subhead {
  height: 12px;
  color: #999999;
  margin-left: 34px;
  padding-bottom: 32px;
}

.QY-logout-price {
  border: 1px solid #e9e9e9;
  padding-left: 34px;
  height: 88px;
  background: url("../image/price_bg.png") center center;
}

.market-price {
  height: 12px;
  color: #b3b3b3;
  -webkit-text-decoration-color: #b3b3b3;
  text-decoration-color: #b3b3b3;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin: 25px 0 8px 0;
}

.centers {
  position: relative;
  top: -3px;
}

.servers-tit {
  font-size: 14px;
  color: #626262;
  font-weight: bold;
}

.mianyi {
  color: #ff7800;
  font-size: 30px;
  font-weight: bold;
}

.mianyi:before {
  content: '￥';
  font-size: 18px;
  position: relative;
  top: -3px;
}

.QY-logout-price>div.fr {
  width: 250px;
  height: 100%;
  border-left: 1px solid rgba(217, 222, 237, 0.58);
}
.cols_width{
  width:190px !important;
}
.time {
  font-size: 20px;
  color: #a1a8af;
  text-align: center;
  margin-top: 25px;
}

.flow {
  position: relative;
  margin: 11px auto 0;
  width: 28px;
  height: 28px;
  background: url("../image/qr_ico_1.png") no-repeat center;
}

.flowfl {
  width: 70px;
  background: url("../image/qr_ico_1.png") no-repeat left center;
}

.flow:hover p {
  display: block;
}

.flow p {
  position: absolute;
  z-index: 100;
  display: none;
  top: 38px;
  left: -58px;
  border: 1px solid #ff364a;
  width: 140px;
  height: 140px;

}

.flowfl p {
  left: -57px;
}

.icon-shang {
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: 0 auto;
  width: 15px;
  height: 8px;
  background: url("../image/icon_shang_1.png") center no-repeat;
}

.QY-logout-qiye,
.handle-server {
  padding-left: 34px;
  border-bottom: 1px solid #e9e9e9;
}

.promise {
  color: #999999;
  margin: 24px 0;
}

.tit-self {
  margin-top: 37px;
}

.company-sel {
  cursor: pointer;
  width: 200px;
}

.region-sel,
.company-sel {
  position: relative;
  height: 40px;
  border: 1px solid #dfdfdf;
  margin: 24px 24px 0 0;
}

.company-sel>p,
.region-sel>p {
  padding-left: 12px;
  height: 100%;
  line-height: 40px;
}

.fontColor {
  color: #828282;
}

.company-name {
  display: inline-block;
  width: 145px;
}


.icon {
  display: inline-block;
  width: 40px;
  height: 37px;
  border-left: 1px dashed #e9e9e9;
  text-align: center;
  font-size: 14px;
  color: #979797;
}

.region-sel {
  width: 324px;
}

.area {
  display: none;
  position: absolute;
  left: -1px;
  width: 324px;
  height: 220px;
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 20px;
  z-index: 1;
}

.want-area {
  color: #649be8;
}

.area-caption {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.area-tit {
  position: relative;
}

.hint {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  text-align: center;
  z-index: 100;
  color: #145fbc;
}

.animate {
  -webkit-animation: hint 1s linear 1s forwards;
  animation: hint 1s linear 1s forwards;
}

@-webkit-keyframes hint {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes hint {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

.area-tit>li {
  position: relative;
  z-index: 10;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e3e3e3;
  border-right: none;
  text-align: center;
  margin-top: 10px;
  background: #ffffff;
}

.options {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.area-click {
  position: relative;
  top: -1px;
  height: 33px !important;
  border-bottom: none !important;
  border-top: 2px solid #649be8 !important;
}

.area-tit>li:nth-of-type(3) {
  border-right: 1px solid #e3e3e3;
}

.area-list {
  display: none;
  width: 284px;
  height: 127px;
  border-top: 1px solid #e9e9e9;
  position: absolute;
  top: 30px;
}

.area-list li .click-color {
  color: #649be8;
}

.area-list01 {
  left: 0;
}

.area-list02 {
  left: -80px;
}

.area-list03 {
  left: -160px;
}

.area-list li {
  width: 53px;
  height: 26px;
  line-height: 26px;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0 !important;
}

.handle-server {
  height: 100px;
  line-height: 100px;
}

.btn-public {
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
}

.btn-contact {
  border: 1px solid #ff7800;
  background-color: #ffffff;
  color: #ff7800;
  margin-left: 2px;
}

.btn-contact i {
  width: 19px;
  height: 21px;
  background: url(../image/contact_yellow_1.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.btn-contact:hover {
  background-color: #ff7800;
  color: #fff;
}

.btn-contact:hover i {
  background: url("../image/contact_white_1.png") no-repeat center;
}

.btn-apply-for {
  background-color: #ff7800;
  border: 1px solid #ff7800;
}

.btn-apply-for:hover {
  border: 1px solid #FA2101;
  background-color: #FA2101;
  color: #ffffff;
}

.btn-join-shop-car {
  margin-left: 3px;
  background-color: #3573EC;
  border: 1px solid #3573EC;
}

.btn-join-shop-car:hover {
  border: 1px solid #3573EC;
  background-color: #ffffff;
  color: #3573EC;
}

.collect {
  float: right;
  margin-right: 122px;
  color: #999999;
}

.collect:hover,
.collect.collected,
.collect:hover .collected,
.collect.collected .collected {
  color: #3573EC;
}

.icon-shoucang {
  margin-right: 8px;
  color: #999999;
}
/*右边框*/
.QY-logout-right {
  position: absolute;
  top: auto;
  width: 250px;
  /*height: 636px;*/
  background: #ffffff;
  text-align: center;
  z-index: 10;
  padding-bottom:10px;
}
.QY-title1{
  padding-top:32px;
}
.qy-ewm-box{
  width:100%;
  height:100%;
  position: relative;
  overflow: hidden;
}

.qy-ewm-img{
  width:77px;
  height: 68px;
  position: absolute;
  right:0;
  left:auto;
  top:0;
  bottom:0;
  cursor: pointer;
}
.qy-ewm-contnet-box{
  width:100%;
  height:200px;
  background-color:#ffffff;
  position: absolute;
  top:-200px;
  left:auto;
  right:0;
  bottom:0;
  z-index: 999;
  text-align: center;
  line-height: 200px;
  transition: all 0.3s;
}

.qy-ewm-contnet-box>img{
  width:140px;
  height:140px;
}
.QY-title1 span:nth-child(2){
  color:#525252;
  font-size: 16px;
  padding:0 12px;
}
.QY-title1 span:nth-child(1),.QY-title1 span:nth-child(3){
  width:45px;
  height:1px;
  display: inline-block;
  background-color: #ececec;
  margin-bottom:5px;
}
.QY-tx1 img{
  width:130px;
  height:130px;
  border-radius: 50%;
  background-color: #e2dcdc;
  margin:14px 0 17px 0;
}
.QY-name{
  font-size:15px;
  color:#404040;
}
.QY-bottoms{
  width:232px;
  height:50px;
  border-radius: 25px;
  box-shadow: 0 0 10px #e2dcdc;
  display: flex;
  margin: 19px auto 12px auto;
}
.QY-bottoms a{
  flex: 1;
  margin:5px;
  background-color:#145fbc;
  box-sizing: content-box;
  border-radius: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.QY-bottoms span{
  font-size: 16px;
  color:#FFFFFF;
  margin-left:8px;
}
.QY-phone{
  color:#727272;
  font-size: 14px;
  margin-bottom: 12px;
}
.QY-phone span{
  color:#ffa200;
}
.QY-kf{
  color:#666666;
  font-size: 16px;
  height:40px;
  border-top:1px dashed #ececec;
  border-bottom:1px dashed #ececec;
  line-height: 40px;
}
.QY-tx-list{
  display: flex;
  margin-top:17px;
}
.QY-tx-list-two{
  padding-top:25px;
}
.QY-tx-list>div img{
  width:62px;
  height:62px;
  border-radius: 50%;
  margin:0 18px 0 20px;
}
.QY-tx-fonts p:nth-child(1){
  font-size: 14px;
  color:#565656;
  width:150px;
  white-space:nowrap;
  overflow: hidden;
}
.QY-tx-fonts p:nth-child(2){
  color:#999999;
  font-size: 12px;
  margin:7px 0 9px 0;
}
.QY-tx-fonts{
  text-align: left;
}
.QY-tx-fonts a {
  color: #145fbc;
  border: 1px solid #145fbc;
  width: 60px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  border-radius: 2px;
}
.QY-tx-fonts a:hover{
  background-color: #145FBC;
  color:#FFFFFF;
}
.QY-bottom-box{
  display: flex;
  justify-content: center;
  margin-top:26px;
}
.kfImgHover,.tsImgHover{
  display: none;
}
.QY-bottom-lx:hover{
  background-color: #f49d51;
  color: #FFFFFF !important;
}
.QY-bottom-ts:hover{
  background-color: #649be8;
  color: #FFFFFF !important;
}
.QY-bottom-lx:hover .kfImg{
  display: none;
}
.QY-bottom-lx:hover .kfImgHover{
  display: block;
}
.QY-bottom-ts:hover .tsImg{
  display: none;
}
.QY-bottom-ts:hover .tsImgHover{
  display: block;
}
.QY-bottom-box a{
  width:114px;
  height:34px;
  font-size: 14px;
  border-radius:17px;
  text-align: center;
  line-height: 34px;
}
.QY-bottom-box a:nth-child(1){
  color:#f49d51;
  border:1px solid #f49d51;
}
.QY-bottom-box a:nth-child(2){
  color:#649be8;
  border:1px solid #649be8;
  margin-left:4px;
}
/*右边框 end*/


/*优势*/
.post-trade {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 22px 10px 22px 34px;
}

.post-trade li a {
  display: inline-block;
  height: 9px;
  color: #6c6c6c;
  line-height: 9px;
  padding: 0 30px;
  cursor: inherit;
}
#beix{
  background-color: #FFFFFF;
  color:#3573EC;
}
#beix:hover{
  color:#FFFFFF;
  background-color:#3573EC ;
}
.post-trade li a.a1 {
  border-right: 1px solid #eeeeee;
}

.post-trade li a span {
  padding: 12px;
}

.post-trade li a.a01 {
  padding-left: 0;
}

.post-trade li.li01 {
  margin-left: -6px;
}

.icon-01 {
  background: url("../image/hetong.png") no-repeat center;
}

.icon-02 {
  background: url("../image/danbao.png") no-repeat center;
}

.icon-03 {
  background: url("../image/tuikuan.png") no-repeat center;
}

.icon-04 {
  background: url("../image/xianxia.png") no-repeat center;
}

.icon-05 {
  background: url("../image/queren.png") no-repeat center;
}

/*优势end*/
/*服务详情*/
.product_details {
  width: 100%;
  margin-top: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product_box{
  width:1200px;
  margin:0 auto;
}
.product_details .publicblock {
  background: #ffffff;
  height: 100%;
}

.fixed {
  position: fixed;
  position: -ms-device-fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 50;
}

/*检测*/
.take1-box {
  background: #ffffff;
  padding-bottom: 5px;
}

.take1-box.aptitude-take1 {
  width: 1200px;
  height: 317px;
  margin: 0 auto 15px;
  padding:5px;
  background: url(../image/result_box_2.png);
}

/* 资质 */
.take1-box_pic {
  width: 250px;
  height: 169px;
}

.take1-box_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.take1-box_des {
  width: 728px;
}

.take1-box_title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 56px;
  padding-top: 5px;
}

.take1-box_text {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.take1-box_hd {
  line-height: 11px;
  width: 250px;
  text-align: center;
  margin-top: 17px;
}

.take1-box_hd ul {
  display: inline-block;
}

.take1-box_hd li {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  vertical-align: middle;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  background-color: #ffffff;
  border: solid 1px #666666;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.take1-box_hd li.on {
  width: 8px;
  height: 8px;
  background-color: #333333;
}

.take1-box_hd .prev {
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  background: url(../image/arrow_l_1.png);
  margin: 0 2px;
}

.take1-box_hd .next {
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  background: url(../image/arrow_r_1.png);
  margin: 0 2px;
}

/* 其他 */
.take1 {
  width: 800px;
  height: 337px;
  background: url(../image/result_box_2.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin:0 auto;
}

.take1 .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  padding-top: 32px;
  line-height: 70px;
}

.take1 .des_jonp {
  line-height: 16px;
  font-size: 12px;
  color: #4c4c4c;
  padding-right: 16px;
  background: url(../image/pull_down_1.png) right center no-repeat;
  position: absolute;
  top: 65px;
  right: 50px;
}

.take1 .sta_box {
  position: absolute;
  bottom: -6px;
  right: -7px;
}

.take1 .main_bd {
  width: 940px;
  height: 200px;
}

.take1 .main_bd .bd_fl {
  width: 193px;
  height: 200px;
  text-align: center;
}

.take1 .main_bd .bd_fl .p1 {
  font-size: 14px;
  color: #303030;
  font-weight: bold;
  padding: 22px 0 10px;
}

.take1 .main_bd .bd_fl .des_pic {
  width: 193px;
  height: 156px;
}

.take1 .main_bd .bd_fl .des_pic img {
  max-height: 138px;
  max-width: 110px;
}

.take1 .main_bd .bd_fl .look_btn {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #4c4c4c;
  padding-top: 4px;
  cursor: pointer;
}

.take1 .main_bd .bd_fl .look_btn i {
  display: inline-block;
  width: 14px;
  height: 18px;
  vertical-align: top;
  background: url(../image/look_icon_1.png) center center no-repeat;
  margin-right: 6px;
  margin-top: 1px;
}

.take1 .main_bd .bd_fr {
  width: 710px;
  height: 200px;
}

.take1 .main_bd .bd_fr .cols {
  float: left;
  width: 130px;
  height: 200px;
}

.take1 .main_bd .bd_fr .cols .p1 {
  font-size: 14px;
  color: #303030;
  font-weight: bold;
  padding: 22px 0 10px;
}

.take1 .main_bd .bd_fr .cols .p2 {
  font-size: 12px;
  color: #666666;
  line-height: 36px;
  padding-left: 25px;
}

.take1 .main_bd .bd_fr .cols .p2.sta1 {
  background: url("../image/y_icon1_1.png") no-repeat left center;
}

.take1 .main_bd .bd_fr .cols .p2.sta2 {
  background: url("../image/y_icon2_1.png") no-repeat left center;
}
/*国家企业信用信息公示系统*/
.product_gj{
  width:800px;
  background-color: #FFFFFF;
  margin-top:5px;
  text-align: center;
}
.product_gj1{
  border:2px solid #f7f0df;
}
.product_gj1>ul{
  margin:34px 0 0 34px;
  text-align: left;
}
.product_gj1>ul>li{
  font-size: 14px;
  color:#666666;
  margin-bottom:20px;
}

/*国家企业信用信息公示系统 end*/

.tab_title_box{
  width:940px;
  margin-top:16px;
}
/*导航*/
.product_details .tab_box {
  width: 940px;
  height: 56px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: linear-gradient(#ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff, endcolorstr=#f5f5f5, gradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff, endcolorstr=#f5f5f5, gradientType=0);
}

.shopping-trolley {
  width: 150px;
}

.shopping-trolley p {
  cursor: pointer;
  width: 110px;
  height: 32px;
  background-color: #649be8;
  color: #ffffff;
  margin: 12px 20px 0 0;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
}

.shopping-trolley p:hover {
  background-color: #145fbc;
}

.tab_box ul {
  width: 940px;
}

.product_details .tab_box li {
  width: 125px;
  height: 56px;
  float: left;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
  color: #747474;
  line-height: 55px;
  text-align: center;
  position: relative;
  cursor: default;
}

.product_details .tab_box li.on {
  border-right: none;
  background: #ffffff;
}

.tab_box li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.tab_box li a:hover {
  color: #145fbc;
}

.tab_box li.on a {
  font-weight: bold;
  color: #145fbc;
}

.product_details .tab_box li.on:after {
  content: '';
  height: 2px;
  width: 125px;
  background: #145fbc;
  position: absolute;
  top: 0;
  left: 0;
}

.serversBos{
  cursor: pointer;
}
.serversBos>span{
  margin-right:6px;
  cursor: pointer;
  color: #999999;
  margin-left: 4px;
}
.hyhImgHover{
  display:none;
}
.serversBos:hover span{
  color:#649be8;
}

.serversBos:hover .hyhImg{
  display: none;
}
.tits {
  padding: 20px 0;
  color: #333333;
  font-size: 22px;
  /*border-bottom: 1px solid #e5e5e5;*/
  font-weight: bold;
}

.base_info,
.service-profile,
.material-requested,
.flow-path,
.ul6,
.ul7,
.common-issue {
  background: #ffffff;
  position: relative;
}

.text_stips {
  margin-top: 15px;
  font-size: 12px;
  color: #999999;
}
.text_stips::before {
  content: '';
  background: url('../image/icon_!.png') no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  transform: translate(0, 1px);
}
.text_stips span {
  float: right;
  display: block;
  width: 85px;
  height: 21px;
  line-height: 21px;
  background: #F6F9FF;
  border-radius: 2px;
  color: #9CADCE;
  text-align: center;
  border: 1px solid #B3C4E4;
  margin-top: -3px;
}

.view_report {
  cursor: pointer;
}

.uls li {
  height: 28px;
  color: #333333;
  margin-top: 24px;
}

.uls li span {
  display: inline-block;
  width: 32px;
  height: 28px;
  margin-right: 13px;
  padding-left: 6px;
  line-height: 28px;
  background: url("../image/xuhao.png") no-repeat center;
  color: #ffffff;
}
.certificate_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certificate_box>div:nth-child(2){
  width:266px;
  margin-top:30px;
  margin-right:30px;
}
.certificate_right{
  height:340px;
  /*background-color: red;*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.certificate_right img{
  position: absolute;
  width:246px;
  /*max-height: 380px;*/
  height:100%;
  object-fit: cover;
  /*border:10px solid #f6f7f0;*/
  border-radius: 5px;
}
.certificate_right img:not(:first-child){
  display: none;
}
.certificate_list>div,.certificate_list>div>div{
  width:280px;
  height:150px;
  border-radius: 7px;
}
.certificate_list>div{
  background-color:#f6f7f0 ;
  float: left;
  position: relative;
}
.certificate_list>div>div{
  background-color: #eff0e9;
  position: absolute;
  left:7px;
  top:7px;
}
.certificate_box_left{
  width:660px;
  display: flex;
  flex-wrap: wrap;
}
.certificate_list:nth-child(1),.certificate_list:nth-child(2){
  margin-top:10px;
}
.certificate_list:nth-child(3),.certificate_list:nth-child(4){
  margin-top:38px;
}
.certificate_list:nth-child(even){
  margin-left:24px;
}
.certificate_list:nth-child(odd){
  margin-left:34px;
}
.certificate_img_box{
  width:68px;
  height:68px;
  background-color: #e4e6da;
  border-radius: 50%;
  margin:9px 0 0 10px;
}
.certificate_number{
  margin:9px 10px 0 0;
}
.certificate_list_fonts{
  margin-top:10px;
  height:60px;
  font-size: 13px;
  color:#666666;
  line-height: 20px;
  overflow: hidden;
}
.font_width01{
  width:210px;
  margin-left: 29px;
}
.font_width02{
  width:240px;
  margin-left: 13px;
}
.font_width03{
  width:220px;
  margin-left: 20px;
}
.font_width04{
  width:238px;
  margin-left: 13px;
}
.certificate_icon{
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  margin-top:7px;
}
.certificate_icon li{
  width:8px;
  height:8px;
  border:1px solid #666666;
  border-radius: 50%;
  margin-right:7px;
  cursor: pointer;
}
.certificate_icon_color{
  background-color:#649be8;
  border:1px solid #649be8 !important;
}

/*企业证书*/
.certificate_box{
  width:940px;
  background-color: #FFFFFF;
}
/*企业证书 end*/

/*基本信息*/

.com_sty .sm_tit {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
  padding-bottom: 10px;
}

.com_sty .sm_tit i {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #EC1F2F;
  font-size: 14px;
  font-weight: bold;
  color: #ec1f2f;
  margin-right: 4px;
}

.com_sty .text {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
  padding: 4px 0 4px 10px;
}

.com_sty .text.t_marg {
  margin-left: 296px;
}

.com_sty table {
  border: 1px solid #f0f1f5;
}

.com_sty table tr {
  height: 50px;
}

.com_sty .table1 tr.last {
  height: 138px;
}

.com_sty .table2 tr.last {
  height: 120px;
}

.com_sty table td {
  font-size: 14px;
  color: #999999;
}


.com_sty .table2 .cols2 {
  width: 389px;
}

.com_sty table .cols1,
.com_sty table .cols3,
.com_sty table .cols5 {
  background: #FAFBFD;
  padding: 0 10px 0 15px;
}

.com_sty table .cols1::before,
.com_sty table .cols3::before,
.com_sty table .cols5::before {
  content: '';
  border-radius: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  background-color: #2E68E9;
  transform: translate(0, -50%);
}

.com_sty .table1 .cols1,
.com_sty .table1 .cols3,
.com_sty .table1 .cols5 {
  width: 110px;
}

.com_sty .table2 .cols1,
.com_sty .table2 .cols3,
.com_sty .table2 .cols5 {
  width: 169px;
}

.com_sty table .cols2,
.com_sty table .cols4,
.com_sty table .cols6,
.com_sty table .cols {
  padding: 10px;
  line-height: 18px;
  color: #333333;
  width: 155px
}

.com_sty table .cols[colspan="5"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.com_sty .expain {
  border-bottom: 1px dotted #EEEEEE;
}

.com_sty .expain .text1 {
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
  padding-bottom: 12px;
}

.com_sty .expain .text2 {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding-bottom: 8px;
}

.com_sty .expain .text2 span.cter {
  margin-left: -50px;
}

.com_sty .table3 tr td {
  text-align: center;
}

.com_sty .table3 tr td.cols_hd1 {
  background: #FAFAFA;
}

.com_sty .table3 tr td.cols_space {
  background: #FAFAFA;
  width: 19px;
}

.com_sty .table3 tr td.cols_hd3 {
  background: #FAFAFA;
}

.com_sty .table3 tr td.cols_hd5 {
  background: #FAFAFA;
}

.com_sty .table3 tr td.cols_hd1,
.cols_hd3,
.cols_hd5,
.cols_hd7 {
  width: 200px;
}

.com_sty .table3 tr td.cols_hd2,
.cols_hd4,
.cols_hd6,
.cols_hd8 {
  width: 100px;
}

.com_sty .table3 tr td.cols_hd2,
.com_sty .table3 tr td.cols_hd4,
.com_sty .table3 tr td.cols_hd6 {
  width: 119px;
  background: #FAFAFA;
}

/*资产信息*/
.service-profile {
  padding-top: 20px;
}

.service-profile p {
  line-height: 34px;
}

.service-profile p,
.service-profile p span {
  color: #333333;
}

/*交易流程*/
.material-requested-box {
  width: 100%;
  display: flex;
  color:#666666;
}
.material-requested-box>div{
  width:167px;
  height:95px;
  background-color: #edf3fa;
  text-align: center;
  position: relative;
  border-radius: 7px;
  padding-top: 31px;
}
.material-requested-box>div:not(:first-child){
  margin-left:10px;
}
.material-requested-box>div>img{
  margin:31px 0 10px 0;
}
.material-requested-box span {
  font-size: 22px;
  font-weight: bold;
  margin-left: -4px;
}
.material-requested-box div:hover span {
  color: #3573EC;
}
.material-requested-box div:hover p {
  color: #3573EC;
}
.material_icons li{
  width:5px;
  height:5px;
  background-color: #d1dbe8;
  margin-right:4px;
  border-radius: 50%;
}
.material-requested-box p{
  font-size: 13px;
  margin-top:20px;
}
.material_icon_box{
  position: absolute;
  right:-20px;
  top:45px;
  z-index: 10;
}
/*交易流程 end*/


/*服务保障*/
.ul7 {
  padding-top: 64px;
}

.ul7 li {
  width: 166px;
  height: 190px;
  background: url("../image/fwbzBox.png") no-repeat bottom center;
}

.numerical-order {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  top: -36px;
  left: 52px;
  text-align: center;
  line-height: 68px;
  background: #649be8;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
}

.ul7-li-tit {
  color: #333333;
  text-align: center;
  margin-top:-20px;
}

.ul7-li-xian {
  display: block;
  text-align: center;
  color: #dedede;
  margin: 12px 0 6px 0;
}

.ul7-li-content {
  margin: 0 auto;
  width: 160px;
  text-align: center;
  color: #999999;
  line-height: 20px;
  font-size: 14px;
}

.ul7-li-content2 {
  width: 142px;
}

.ul7-li-content3 {
  width: 160px;
}

.ul7-li-content4 {
  width: 150px;
}

.ul7-li-content5 {
  width: 145px;
}

.mar-lf {
  margin-left: 10px;
}

/*常见问题*/
.ul8 li {
  margin: 10px 0 10px 0;
  width: 870px;
  border: 1px solid #f0f1f5;
  padding-bottom: 20px;
}

.ul8 li:hover .question,
.ul8 li:hover .more {
  color: #649be8;
}

.question,
.answer {
  margin: 0 10px;
  padding-top: 11px;
}

.question {
  display: block;
  line-height: 27px;
  height: 27px;
  color: #4d4d4d;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(96, 174, 255, 0.12);
  padding-top: 16px;
}

.Q,
.A {
  display: inline-block;
  width: 28px;
  height: 27px;
  margin-right: 10px;
  vertical-align: top;

}

.Q {
  position: relative;
  background: url("../image/q.png") no-repeat center;
}

.A {
  position: relative;
  background: url("../image/A.png") no-repeat center;
}

.answer>p {
  width: 750px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 3px;
  height:50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more {
  cursor: pointer;
  color: #999999;
}

.ul8 .more:before,
.ul8 .answer-content {
  color: #999999;
  display: inherit;
}

.icon-jia {
  margin-right: 10px;
}

.common-issue>a {
  display: block;
  cursor: pointer;
  font-size: 15px;
  width: 269px;
  height: 60px;
  border: 4px solid #f1f3f8;
  margin: 18px auto 60px;
  text-align: center;
  line-height: 52px;
}

.common-issue {
  margin-bottom: 60px;
}

.common-issue>a:hover,
.icon-jia:hover {
  border-color: #649be8;
  color: #649be8;
}

/*其他客服*/
.order-servers li {
  border-bottom: 1px solid #ecebea;
  height: 102px;
  margin-top: 20px;
}

.order-servers-left {
  width: 90px;
  height: 90px;
  margin-left: 17px;
}

.order-servers-left img {
  max-height: 90px;
  max-width: 90px;
  border-radius: 100%;
}

.order-servers-right {
  height: 90px;
  width: 185px;
  padding: 10px 0 0 10px;
}

.order-servers-name {
  font-size: 15px;
  font-weight: bold;
  color: #404040;
}

.order-servers-major {
  margin-top: 7px;
  color: #797979;
}

.consult-servers {
  display: block;
  margin-top: 15px;
  border-radius: 3px;
  border: 1px solid #649be8;
  width: 82px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #649be8;
}

/*.consult-servers:hover {*/
/*  background-color: #649be9;*/
/*  color: #ffffff;*/
/*}*/

/*服务详情end*/

/*热门推荐*/
.recommend_box{
  height: 655px;
  margin-bottom: 60px;
  position: relative;
  top:0;
  left:0;
  right:0;
  bottom:auto;
}
.recommend_show {
  position: absolute;
  margin-top: 15px;
  /*margin:0 auto;*/
  /*background-color: #FFFFFF;*/
}
.recommend_show .card_each_li{
  -webkit-transition: all .3s;
  transition: all .3s;
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  background-color:#ffffff;
  position: relative;
  width: 284px;
  height: 181px;
  padding: 18px 19px 32px 20px;
  box-sizing: border-box;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}
.recommend_show .card_each_li:hover{
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.recommend_show .card_each_li:nth-child(3),
.recommend_show .card_each_li:nth-child(6),
.recommend_show .card_each_li:nth-child(9){
margin-right: 0;
}
/*.card_each_li:hover{*/
/*  margin: -5px 10px 10px 0;*/
/*}*/
.up_part {
  position: relative;
}
.ymr_top_li_line{
  width: 1px;
  height: 16px;
  background: #EEEEEE;
}

.card_each_li .mid_part {
  height: 40px;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}

.card_each_li .mid_part>li {
  /* float: left; */
  /* margin-right: 15px; */
  /* width: 73px; */
  position: relative;
}
.card_each_li .mid_part>li:not(1):after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #EEEEEE;
  position: absolute;
  left: 0;
  top: 0;
}
.card_each_li .mid_part>li .ymr_top_li{
margin-bottom: 24px;
}

.card_each_li .mid_part li .goods_style {
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -2px;
  width: 60px;
}

.card_each_li .mid_part li .company_industry {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #BBBBBB;
  line-height: 16px;
  display: block;
  margin-bottom: 8px;
}

.goods_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 244px;
  display: inline-block;
line-height: 18px;
}
.card_each_li .goods_icons{
  position: relative;
}
.card_each_li .goods_icons img {
  width: 13px;
  height: 13px;
  margin-bottom: 3px;
	opacity: 0.67;
}
.card_each_li .goods_icons .consulting{
  position: absolute;
  right: 0px;
  bottom: 2px;
}
.card_each_li .goods_icons .consulting i{
  color: #444444;
  font-weight: bold;
}

.good_right_img_hover{
  display: none;
}
.card_each_li:hover .good_right_img_hover{
  display: block;
}
.card_each_li:hover .good_right_img{
  display: none;
}
.goods_price {
  font-size: 24px;
  font-weight: bold;
  color: #FF6F10;
  line-height: 22px;
}
/* .goods_price:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 15px;
  background: url(../../images/business_detail/hot_icon.png) no-repeat center;
  margin-bottom: 4px;
  margin-left: 2px;
} */
.goods_icons::before{
  content: '';
  display: inline-block;
  width: 8px;
  height: 11px;
  background: url(../image/icon20.png) no-repeat center
}
.goods_style {
  font-size: 16px;
  color: #333333;
}
.company_industry {
  font-size: 12px;
  color: #999999;
}
.bottom_part{
  position: absolute;
  bottom: -50px;
  right: 0;
  background-color: #fff;
  transition: all 0.3s;
}
.card_each_li:hover .bottom_part{
  bottom: 14px;
}
.card_each_li:hover .goods_title{
  color: #FF6F10;
}

.bottom_part a,.consult a{
  font-size: 14px;
}
.buy img{
  margin-right:4px;
}
.bug>div{
color: #fff;
}
.buy,.consult {
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
/* background: linear-gradient(to bottom right, #508BFF , #3573EC);
background: -moz-linear-gradient(bottom right, #508BFF, #3573EC); */
  border: 1px solid #3573EC;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 38px;
  width: 112px;
  height: 38px;
  background: #3573EC;
  border-radius: 4px;
}
.buy{
  margin-right: 17px;
}
.consult{
  background-color:#3573ec;
  color:#ffffff;
}

.recommend_content_box{
  position: relative;
}
.recommend_box .servers-content{
  width:auto;
}
.card_each_li:hover{
  background-color: #ffffff;
}
.rmImgHover{
  display: none;
}

.consult:hover .rmImgHover{
  display: block;
}
.consult:hover .rmImg{
  display: none;
}
.buy:hover .rmImgHover{
  display: block;
}
.buy:hover .rmImg{
  display: none;
}
/*热门推荐 end*/
/*new*/
.snyul {
  height: 74px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.snyul li {
  padding-left:34px;
  width:152px;
  float: left;
  height: 100%;
  border-right: 1px solid #dfdfdf;
  position: relative;
}
.snyul li a{
  position: absolute;
  top:12px;
}
.snyul li:nth-child(5),.snyul li:nth-child(10){
  border-right: none;
}
.snyul li span {
  display: block;
  font-size: 18px;
  color: #5c5c5c;
  padding: 22px 0 6px;
}

.snyul li p {
  font-size: 14px;
  color: #b4b4b4;
}

.qytips {
  display: inline-block;
  font-size: 14px;
  color: #6a6a6a;
  margin-left: 15px;
  vertical-align: top;
  margin-top: 10px;
}

.qyyoujia {
  display: inline-block;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  background: #ff9600;
  font-size: 12px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 4px;
}

.qyyoujia:after {
  content: "";
  display: inline-block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ff9600;
  position: absolute;
  bottom: 0;
  left: -8px;
}

.qydrome {
  height: 60px;
  line-height: 60px;
  padding-left: 34px;
  border-bottom: 1px solid #e9e9e9;
}

.qydrome span {
  display: inline-block;
  font-size: 12px;
  color: #999999;
}


.qydrome .span02 {
  margin-left: 48px;
}

.qydrome .span03 {
  float: right;
  margin-right: 60px;
}

.handle-server.new_h {
  height: 85px;
  line-height: 85px;
}

.com_sty table .run {
  line-height: 20px;
}

.com_sty table .run>a>span{
  font-size: 14px;
  color: #3573EC;
}



/*资质资质转让详情页面张亮*/
/*#aptitude_detailed .qydrome{height:105px;line-height:105px;}
#aptitude_detailed .QY-logout-price{height:90px;}
#aptitude_detailed .QY-logout-price p{overflow:hidden;padding-right:50px;}
#aptitude_detailed .QY-logout-price span{display:block;float:left;height:35px;line-height:35px;}
#aptitude_detailed .QY-logout-price span.servers-tit{margin-top:3px;}
#aptitude_detailed .QY-logout-price .icon2{margin-top:5px;display:block;height:22px;background:#FF9600;line-height:22px;font-size:12px;padding:0 10px;color: #fff;border-radius: 3px;position: relative;top: 2px;left: 10px;}
#aptitude_detailed .QY-logout-price .icon2:after{content: '';position: absolute;left: -6px;bottom: 0;width: 8px;height: 6px;background-color: #C4D0EA;background: url(../../images/business_detail/detail/bl_1.png) no-repeat left center;}
#aptitude_detailed .handle-server.new_h{padding-top:15px;padding-bottom:15px;}
*/
#aptitude_detailed .tablezl td {
  text-align: center;
  color: #eee;
}

#aptitude_detailed .tablezl .head td {
  background: #F3FBFF;
}

#aptitude_detailed .tablezl td span {
  color: #999999;
}

#aptitude_detailed .tablezl .head td span {
  color: #444;
}

#aptitude_detailed .zzliuchengbox {
  overflow: hidden;
  padding-top: 20px;
}

#aptitude_detailed .zzliuchengbox dl {
  text-align: center;
  float: left;
  margin-right: 113px;
}

#aptitude_detailed .zzliuchengbox dl dt {
  font-size: 18px;
  color: #333333;
  line-height: 22px;
}

#aptitude_detailed .zzliuchengbox dl dd {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
}

#aptitude_detailed .zzliuchengbox dl.dl5 {
  margin-right: 0;
}

#aptitude_detailed .zzliuchengbox {
  background: url(../image/lcbg_1.jpg) no-repeat center bottom;
  padding-bottom: 52px;
}

#aptitude_detailed .snyul li {
  padding-left: 23px;
}

#aptitude_detailed .snyul li span {
  font-size: 16px;
}

#aptitude_detailed .snyul .li01 {
  width: 110px;
}

#aptitude_detailed .snyul .li02 {
  width: 86px;
}

#aptitude_detailed .snyul .li03 {
  width: 150px;
}

#aptitude_detailed .snyul .li04 {
  width: 150px;
}

#aptitude_detailed .snyul .li05 {
  width: 110px;
  border-right: 1px solid #dfdfdf !important;
}

#aptitude_detailed .snyul .li06 {
  width: 145px;
  border-right: none;
}

/* ymr */
.cmy_evaluation .evaluation_main {
  display: flex;
}
/* .cmy_evaluation {
  display: inline-block;
  width: 319px;
  height: 192px;
  background: #FAFBFD;
  border: 1px solid #F0F1F5;
  margin-right: 6px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
} */
.cmy_evaluation .evaluation_left {
  margin-right: 6px;
  font-size: 16px;
  color: #333333
}
.cmy_evaluation  .evaluation_charts{
  display: inline-block;
  width: 156px;
  text-align: center;
}
.cmy_evaluation  .evaluation_charts canvas{
  /* margin: 10px 0; */
}

/* ymr css cavans */
.cmy_evaluation  .evaluation_charts .point-charts{
  display: inline-block;
  width: 130px;
  height: 110px;
  padding: 10px 0;
}
.cmy_evaluation  .evaluation_charts .point-charts h6{
  margin-top: 30px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #B4BEC8;
  line-height: 12px;
}
.cmy_evaluation  .evaluation_charts .point-charts .evaluation_counts{

  font-size: 36px;
  font-family: DINCondensed-Bold, DINCondensed;
  font-weight: bold;
  color: #2A2A2A;
  line-height: 44px;
}
.cmy_evaluation  .evaluation_charts .point-charts .nums img{
  vertical-align: top;
}
.cmy_evaluation  .evaluation_charts .point-charts span{
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FF7D00;
  line-height: 12px;
}
.cmy_evaluation .evaluation_charts p{
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
}
.cmy_evaluation .evaluation_charts span.prev{
  display: inline-block;
  width: 100px;
  height: 28px;
  background: rgba(47, 104, 233, 0.08);
  border-radius: 10px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #2F68E9;
  margin: 0 auto;
  line-height: 28px;
}
.cmy_evaluation .evaluation_info{
  display: inline-block;
}
.cmy_evaluation .evaluation_info  li{
  padding-bottom: 6px;
  margin-right: 15px;
  width: 143px;
  height: 50px;
  background: #FFF9E6;
  border: 1px solid #FFEBC8;
  box-sizing: border-box;
  padding: 5px 0 6px 13px;
  margin-bottom: 10px;
}
.cmy_evaluation .evaluation_info  li p{
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.cmy_evaluation .evaluation_info  li p span{
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;


}
.cmy_evaluation .evaluation_info  li span{
  display: inline-block;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

/*ymr 为什么选择  企比特 */

.why-tabs {
  overflow: hidden;
}
.why-tabs ul{
  overflow: hidden;
  float: right;
}
.why-tabs ul li{
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-left: 46px;
}
.why-tabs ul li:hover{
  cursor: pointer;
}
.why-tabs ul li.active{
  color: #ff7701;
}

.why-us  .about{
  height: 412px;
  width: 100%;
  clear: both;
  margin-top: 20px;
}
.why-us  .about.active{
  display: inline-block;
}
.about-info-list{
  overflow: hidden;
}
.about-info-list li{
  float: left;
  padding: 24px;
  width: 161px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-right: 10px;
}

.about-info-list li.last{
  margin-right: 0;
}
.about-info-list li:hover h6{
  color:#FF6F10 ;
}
.about-info-list li h6{
  margin-top: 24px;
  font-size: 13px;
  color: #333333;
  line-height: 13px;
  min-height: 26px;
}
.about-info-list li .line{
  display: inline-block;
  width: 12px;
  height: 1px;
  background: #FF6F10;
  margin: 13px 0;
}
.about-info-list li p{
  font-size: 10px;
  color: #666666;
  line-height: 16px;
  min-height: 64px;
}
#crosstab-list-nav-1 {
  margin: 40px 30px
}

#crosstab-list-nav-1 .left {
  width: 304px;
  height: 440px;
  padding: 16px;
  background: #fff;
  display: inline-block;
  float: left;
  position: relative
}

#crosstab-list-nav-1 .left img {
  width: 304px;
  height: 440px
}

#crosstab-list-nav-1 .right {
  display: inline-block;
  width: 864px
}

#crosstab-list-nav-1 .right li {
  width: 244px;
  height: 200px;
  background: #fff;
  float: left;
  padding: 16px;
  margin-left: 12px;
  position: relative;
  margin-bottom: 8px
}

#crosstab-list-nav-1 .right li img {
  width: 244px;
  height: 200px
}

#crosstab-list-nav-1 .right li .info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  height: 60px;
  width: 244px;
  background-color: rgba(0, 0, 0, .4)
}

#crosstab-list-nav-1 .left .info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  height: 60px;
  width: 304px;
  background-color: rgba(0, 0, 0, .4)
}

#crosstab-list-nav-1 .right li .info h3,
#crosstab-list-nav-1 .left .info h3 {
  margin: 12px 16px 8px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 16px
}

#crosstab-list-nav-1 .right li .info p,
#crosstab-list-nav-1 .left .info p {
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  margin-left: 16px
}

#crosstab-list-nav-3 {
  margin:40px 30px
}

#crosstab-list-nav-3 .left {
  width: 304px;
  height: 440px;
  padding: 16px;
  background: #fff;
  display: inline-block;
  float: left;
  position: relative
}

#crosstab-list-nav-3 .left img {
  width: 304px;
  height: 440px
}

#crosstab-list-nav-3 .right {
  display: inline-block;
  width: 864px
}

#crosstab-list-nav-3 .right li {
  width: 244px;
  height: 200px;
  background: #fff;
  float: left;
  padding: 16px;
  margin-left: 12px;
  position: relative;
  margin-bottom: 8px
}

#crosstab-list-nav-3 .right li img {
  width: 244px;
  height: 200px
}

#crosstab-list-nav-3 .right li .info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  height: 38px;
  width: 244px;
  background-color: rgba(0, 0, 0, .4)
}

#crosstab-list-nav-3 .left .info {
  position: absolute;
  bottom: 16px;
  left: 16px;
  height: 38px;
  width: 304px;
  background-color: rgba(0, 0, 0, .4)
}

#crosstab-list-nav-3 .right li .info p {
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  margin-left: 16px;
  margin-top: 12px
}

#crosstab-list-nav-3 .left .info p {
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  margin-left: 16px;
  margin-top: 12px
}

.crosstab-list-nav-2-container {
  padding: 56px 8px;
  background-color: #fff;
  overflow: hidden
}

#crosstab-list-nav-2 {
  margin: 40px 30px
}

#crosstab-list-nav-2 .left {
  width: 464px;
  float: left;
  position: relative
}

#crosstab-list-nav-2 .left .title {
  font-size: 32px;
  margin-top: 22px;
  font-weight: bold;
  color: #333;
  line-height: 32px
}

#crosstab-list-nav-2 .left .title-line {
  display: inline-block;
  height: 4px;
  width: 32px;
  background-color: #ff6f10;
  margin: 16px 0
}

#crosstab-list-nav-2 .left .title-name {
  font-size: 18px;
  color: #333;
  line-height: 18px
}

#crosstab-list-nav-2 .left .title-content {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 32px
}

#crosstab-list-nav-2 .left .content {
  background: rgba(53, 115, 236, 0.8);
  padding: 32px 49px;
  width: 579px;
  margin-top: 46px;
  position: relative;
  z-index: 99
}

#crosstab-list-nav-2 .left .content h6 {
  font-size: 18px;
  color: #fff;
  line-height: 18px
}

#crosstab-list-nav-2 .left .content .content-line {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 16px 0 12px
}

#crosstab-list-nav-2 .left .content p {
  font-size: 14px;
  color: #fff;
  line-height: 24px
}

#crosstab-list-nav-2 .right {
  display: inline-block;
  width: 560px;
  float: right
}

#crosstab-list-nav-2 .right li img {
  width: 560px
}

#crosstab-list-nav-2 .right .control {
  float: right
}

#crosstab-list-nav-2 .right .control #crosstab-list-nav-2-prev {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url('https://style.yuzhua.com/public/qy/3.0/css/images/index/banner-nav-left.png') no-repeat
}

#crosstab-list-nav-2 .right .control #crosstab-list-nav-2-prev:hover {
  background: url('https://style.yuzhua.com/public/qy/3.0/css/images/index/banner-nav-left-hover.png') no-repeat
}

#crosstab-list-nav-2 .right .control #crosstab-list-nav-2-next {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url('https://style.yuzhua.com/public/qy/3.0/css/images/index/banner-nav-right.png') no-repeat
}

#crosstab-list-nav-2 .right .control #crosstab-list-nav-2-next:hover {
  background: url('https://style.yuzhua.com/public/qy/3.0/css/images/index/banner-nav-right-hover.png') no-repeat
}

#crosstab-list-nav-2 .right .control .count {
  height: 40px;
  line-height: 58px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  color: #333
}
.about-nav-3 .left{
  width: 344px;
  float: left;
  position: relative;
}
.about-nav-3 .left .title{
font-size: 24px;
margin-top: 22px;
font-weight: bold;
color: #333333;
line-height: 24px;
}

.about-nav-3 .left .title-line{
  display: inline-block;
  height: 4px;
  width: 32px;
  background-color: #FF6F10;
  margin: 16px 0;
  }
  .about-nav-3 .left .title-name{
    font-size: 14px;
    color: #333333;
    line-height: 14px;
  }
  .about-nav-3 .left .title-content{
  margin-top: 12px;
  height: 14px;
  color: #666666;
  line-height: 24px;
  }
  .about-nav-3 .left .content{
    background: rgba(53, 115, 236, 0.8);
    padding:24px 35px;
    width: 432px;
    margin-top: 88px;
    position: relative;
    z-index: 99;
  }
  .about-nav-3 .left .content h6{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
  }
  .about-nav-3 .left .content .content-line{
    width: 20px;
    height: 2px;
    background: #FFFFFF;
    margin: 16px 0 12px;
  }
  .about-nav-3 .left .content  p{
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  }
  .about-nav-3 .right{
    display: inline-block;
    width: 475px;
    float: right;
  }
  .about-nav-3 .right li img{
   width: 475px;
  }
  .about-nav-3 .right .control{
    float: right;
  }
  .about-nav-3 .right .control .about-nav-3-prev{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url('../image/banner-nav-left.png') no-repeat;
  }
  .about-nav-3 .right .control .about-nav-3-prev:hover{
    background: url('../image/banner-nav-left-hover.png') no-repeat;
  }
  .about-nav-3 .right .control .about-nav-3-next{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url('../image/banner-nav-right.png') no-repeat;
  }
  .about-nav-3 .right .control .about-nav-3-next:hover{
    background: url('../image/banner-nav-right-hover.png') no-repeat;
  }
  .about-nav-3 .right .control .count{
    height: 40px;
    line-height: 58px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
  }
.about-nav-4 .left{
  width: 243px;
  height: 349px;
  background: #FFFFFF;
  display: inline-block;
  float: left;
  position: relative;
}
.about-nav-4 .left img{
  width: 243px;
  height: 349px;
}

.about-nav-4 .right {
  display:inline-block;
  width: 630px;
}
.about-nav-4 .right li{
  width: 201px;
  height: 171px;
  background: #FFFFFF;
  float: left;
  margin-left: 9px;
  position: relative;
  margin-bottom: 6px;
}
.about-nav-4 .right li img{
  width: 201px;
  height: 171px;
}

.about-nav-4 .right li .info{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 38px;
  width: 201px;
  background-color: rgba(0,0,0,.4);
}
.about-nav-4 .left .info{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 38px;
  width: 243px;
  background-color: rgba(0,0,0,.4);
}
.about-nav-4 .right li .info p{
  font-size: 12px;
  color: #FFFFFF;
  line-height: 12px;
  margin-left:  16px;
  margin-top: 12px;
}
.about-nav-4 .left .info p{
  font-size: 12px;
  color: #FFFFFF;
  line-height: 12px;
  margin-left:  16px;
  margin-top: 12px;
}

.inline_block{
  margin-bottom: 8px;
  overflow: hidden;
}

.date_warp{
  position: relative;
  top: 0px;
  margin-right: 5px;
}

.tags_wrap{
  font-weight: 500;
  max-width: 100px;
  height: 18px;
  text-align: center;
  background: rgba(44, 107, 234, 0.14);
  border-radius: 9px;
  padding: 0 8px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #2C6BEA;
  line-height: 16px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.nav-text{
  max-width: 800px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 20px;
}

.cmy-name-text{
  max-width: 761px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 15px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  float: left;
}