/*=====================================关于金虺奖=================================*/
/*------------------------------------案例欣赏appreciate----------------------------------------*/
.appreciate {
    padding: 0 1.7%;
  }
  .appreciate li {
    padding-top: 0.75rem;
  }
  .appreciate li h3 {
    padding-top: 0.2rem;
    text-align: center;
    line-height: 1.175rem;
    font-size: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: bold;
  }
  .appreciate li a {
    color: #000;
  }
  .appreciate .haswhite {
    background: #fff;
    padding: 1rem 0.75rem 1rem;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.33);
  }
  .appreciate .haswhite .right {
    float: right;
    width: 2.5rem;
    height: 2.5rem;
    background: #0096D4;
    border-radius: 10px;
    text-align: center;
    padding-top: 0.2rem;
  }
  .appreciate .haswhite .right span {
    font-size: 0.4rem;
    color: #fff;
  }
  .appreciate .haswhite .right .big {
    font-size: 1rem;
  }
  .appreciate .haswhite h3 {
    text-align: left;
    padding-top: 0;
    font-size: 0.52rem;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .appreciate .haswhite p {
    display: block;
    width: 75%;
    height: 1.6rem;
    line-height: 0.8rem;
    font-size: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #727272;
  }
  /*------------------------------------案例欣赏内页appreciateinfo--------------------------------*/
  .appreciateinfo h2 {
    font-size: 0.6rem;
    text-align: center;
    color: #333333;
    padding-bottom: 0.3rem;
    font-weight: bold;
  }
  .appreciateinfo .info {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding-top: 0.425rem;
    padding-bottom: 0.725rem;
    border-bottom: 1px #ccc dashed;
  }
  .appreciateinfo .info > div {
    position: relative;
    left: 50%;
    transform: translateX(-26%);
    -ms-transform: translateX(-26%);
    -o-transform: translateX(-26%);
    -webkit-transform: translateX(-26%);
    -moz-transform: translateX(-26%);
  }
  @media screen and (min-width: 361px) and (max-width: 440px) {
  }
  @media screen and (max-width: 360px) {
  }
  .appreciateinfo .info .zmntime {
    margin-right: 7%;
    text-align: center;
    font-size: 0.32rem;
  }
  .appreciateinfo .info .zmntime span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    background: url('../images/time.png') no-repeat;
    background-size: 100%;
    margin-right: 0.125rem;
  }
  .appreciateinfo .info .zmnauthor {
    margin-right: 7%;
    text-align: center;
    font-size: 0.32rem;
  }
  .appreciateinfo .info .zmnauthor span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    background: url('../images/author.png') no-repeat;
    background-size: 100%;
    margin-right: 0.125rem;
  }
  .appreciateinfo .info .zmnreadnum {
    text-align: center;
    font-size: 0.32rem;
  }
  .appreciateinfo .info .zmnreadnum span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0.075rem;
    width: 0.5rem;
    height: 0.5rem;
    background: url('../images/readnum.png') no-repeat;
    background-size: 100%;
    margin-right: 0.125rem;
  }
  .appreciateinfo .content {
    padding: 5% 2.5% 20px;
  }
  .appreciateinfo .content img {
    width: 100%;
  }
  .appreciateinfo .content p {
    line-height: 1.1rem;
    font-size: 0.52rem;
  }
  .appreciateinfo .content iframe {
    width: 100%;
  }
  .contact-branch .tab-wrapper {
    padding: 1rem 2.9% 1.35rem;
  }
  .contact-branch .tab-menu {
    display: block;
  }
  .contact-branch .tab-menu li {
    font-size: 1.525rem;
    display: block;
    width: 16.7%;
    height: 2.25rem;
    float: left;
    margin: 0 1.43% 1.425rem;
    background: #fff;
    text-align: center;
    line-height: 2.25rem;
    color: #333333;
    border: 1px solid #a6a6a6;
    border-radius: 5px;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
  }
  .contact-branch .tab-menu li:active,
  .contact-branch .tab-menu li.active {
    background: #0096D4;
    color: #fff;
  }
  .contact-branch .tab-content {
    padding: 0.5rem 1.3% 0;
  }
  .contact-branch .tab-content table {
    width: 100%;
    border: 1px solid #a0a0a0;
    box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.21);
  }
  .contact-branch .tab-content thead {
    background: #0096D4;
    color: #fff;
    line-height: 4.5rem;
    font-size: 1.575rem;
  }
  .contact-branch .tab-content thead th {
    font-weight: 400;
  }
  .contact-branch .tab-content tbody {
    text-align: center;
    line-height: 2.8rem;
    color: #333333;
    font-size: 1.3rem;
  }
  .contact-branch .tab-content tbody tr {
    border-top: 1px dashed #a0a0a0;
  }
  .contact-branch .tab-content tbody tr:first-child {
    border-top: 0px;
  }
  .contact-branch .tab-content tbody td {
    padding: 0.575rem 0.5rem 0.675rem;
  }
  .contact-branch .tab-content .rborder {
    border-right: 1px solid #a0a0a0;
  }
  .contact-branch .sw {
    padding: 0 1.6%;width: 100%;
  }
  .contact-branch .sw .swiper-container {
    box-shadow: 0px 0px 13px 2.88px rgba(34, 23, 20, 0.22);
  }
  .contact-branch .sw .pagebranch {
    margin-top: 5.125rem; margin-bottom: 5.125rem;  width:24%;float:left;box-shadow: 0px 0px 13px 2.88px rgba(34, 23, 20, 0.22);
  }
  
  .contact-branch .sw .pagebranch:nth-child(2){ margin-left:1.3%;}
  .contact-branch .sw .pagebranch:nth-child(3){ margin-left:1.3%;}
  .contact-branch .sw .pagebranch:nth-child(4){ margin-left:1.3%;}
  
  .contact-branch .sw .swiper-pagination-bullet-active {
    background: #0096D4;
  }
  .contact-branch .sw .swiper-pagination {
    margin-bottom: 1.6rem;
    position: static;
    width: 100%;
    padding-top: 0.4rem;
  }
  .contact-branch .sw .swiper-pagination span {
    margin: 0 0.1rem;
  }
  .contact-branch .sw .title {
    width:94%;
    height: 31.6%;
    border-bottom: 1px solid #999999;
    margin-left:3%;
    position: relative;
  }
  .contact-branch .sw h5 {
    text-align: left;
    padding-top: 2rem;
    padding-left: 0.125rem;
    line-height: 1.8rem;
    font-size: 1.8rem;
    color: #0096D4;
    padding-bottom: 1.2rem;
  }
  .contact-branch .sw .ppck {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 43%;
  }
  .contact-branch .sw .content {
    padding-top: 2rem;
    margin-left: 4.8rem;
    padding-bottom: 20px;min-height:23em;
  }
  
  
    .contact-branch .sw .content1 {
    padding-top:10px; text-align:center;
    padding-bottom: 10px;min-height:21.4em;
  }
  
  
  
  
  
  
  .contact-branch .sw p {
    font-size: 1.3rem;
    line-height: 2.4;
    display: list-item;
    list-style-type: disc;
    margin-left: 0.875rem;
    padding-right: 2rem;
  }
  .contact-branch .sw .addr {
    list-style-image: url("../images/join-icon23.png");
  }
  .contact-branch .sw .tell {
    list-style-image: url("../images/join-icon24.png");
  }
  .contact-branch .sw .none {
    list-style: none;
  }
  .contact-branch .sw .tell2 {
    list-style-image: url("../images/join-icon25.png");
  }
  .contact-branch .sw .tell3 {
    list-style-image: url("../images/join-icon26.png");
  }
  .contact-branch .sw .email {
    list-style-image: url("../images/join-icon27.png");
  }
  .contact-branch .fw h5 {
    font-size: 0.575rem;
    color: #0096D4;
    margin-bottom: 55px;
    margin-left: 6.6%;
  }
  .contact-branch .fw h5:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    width: 4px;
    height: 27px;
    background: #0096D4;
  }
  .contact-branch .fw .text {
    width: 91.3%;
    background-size: 100% auto;
    margin-left: 5.8%;
    padding-bottom: 80px;
  }
  
  
  
  
  @media screen and (max-width: 767px) {
  .contact-branch .sw {
    padding: 0 1.6%;
    width: 100%;
}
  
    .contact-branch .sw .pagebranch {
    margin-top: 2.125rem; margin-bottom:0;width:100%;float:none;box-shadow: 0px 0px 13px 2.88px rgba(34, 23, 20, 0.22);
  }
  
  .contact-branch .sw .pagebranch:nth-child(3),.contact-branch .sw .pagebranch:nth-child(2){
    margin-left: 0%;
}
  
  }  
  
  