﻿/* .wsc-Nav, .wsc-foot {
  display: none;
}  */ 
.text-ellipsis {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
/* 公用按钮 */
.comm-button {
  display: inline-block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  background: #80241C;
  border-radius: 4px;
}
.comm-button:hover {
  color: #fff;
  background: rgba(159, 44, 35, 1);
}
.comm-line-button {
  display: inline-block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #80241C;
  background: transparent;
  border: 1px solid #762B21;
  border-radius: 4px;
} 
.comm-line-button:hover {
  color: #fff;
  background: rgba(159, 44, 35, 1);
}
.comm-button-white {
  display: inline-block;  
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #80241C;
  background-color: #fff;
  border-radius: 4px;
}
.comm-button-white:hover {
  color: #fff;
  background: rgba(159, 44, 35, 1);
}
/* 5列 */
@media (min-width: 1200px) {
  .col-lg-2dot4 {
    float: left;
    width: 20%;
  }
}
/* 公用表格 */
.comm-table {
  width: 100%;
  margin-bottom: 0;
}
.comm-table thead {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  background-color: #80241C;
}
.comm-table thead tr th {
  height: 68px;
  line-height: 68px;
  padding: 0 40px;
}
.comm-table tbody:before {
  content: "-";
  display: block;
  line-height: 15px;
  color: transparent;
}
.comm-table tbody tr td {
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  background-color: #fff;
  margin-bottom: 1px;
  border-top-color: #F6F6F6;
}
.comm-table thead tr th:first-child,
.comm-table tbody tr td:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.comm-table thead tr th:last-child,
.comm-table tbody tr td:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.comm-table tbody tr:nth-child(2n) td {
  background-color: #FAFAFA;
}
.comm-table tbody tr:hover td {
  color: #fff;
  background-color: #80241C;
} 
@media (max-width: 992px) {
  .comm-table thead {
    font-size: 16px;  
  }
  .comm-table thead tr th {
    height: auto;
    line-height: 1;
  }
  .comm-table thead tr th {
    padding: 16px 20px;
  }
  .comm-table tbody tr td {
    padding: 10px 20px;   
  }
  .comm-table tbody:before {
    line-height: 8px;
  }
}
/* 最新消息 */
.gray-relNew .relNew-box,
.gray-relNew .relNew-noi,
.gray-relNew .relSp-box {
  background-color: #F6F6F6;
  border-radius: 4px;
}
.newMsgs-block {
  padding: 40px 0;
  background-color: #F2F2F2;
}
@media (max-width: 992px) {
  .newMsgs-block {
    padding: 30px 0;
  }
}
/*---------------------------- 联系我们页面 -----------------------------*/
/* 联系方式 */
.contact-box {
  padding: 40px 0;
}
.contact-box li .item {
  overflow: hidden;
  height: 340px;
  padding: 0 30px;
  text-align: center;
  background: rgba(246, 246, 246, 1);
}
.contact-box li .item > img { 
  display: block;
  width: 96px;
  margin: 42px auto 32px;
}
.contact-box li .item .tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222;
}
.contact-box li .item .con {
  font-size: 20px;
  line-height: 28px;
  color: #80241C;
  word-break: break-all;
}
.contact-box li .item .con2 {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  text-align: left;
}
@media (max-width: 992px) {
  .contact-box li {
    margin-bottom: 20px;
  }
  .contact-box li .item {
    height: auto;
    padding-bottom: 42px;
  }
}
@media (max-width: 768px){
  .contact-box li .item {
    padding-bottom: 20px;
  }
  .contact-box li .item > img { 
    width: 48px;
    margin: 20px auto 16px;
  }
  .contact-box li .item .tit,
  .contact-box li .item .con {
    font-size: 16px;
  }
  .contact-box li .item .tit {
    margin-bottom: 10px;
  }
}

/* 地图 */
.contact-wrap .address-box {
  height: 480px;
}
.contact-wrap .address-box .address-detail {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  color: #A3A393;
  background: rgba(248, 248, 240, 1);
}
.map-block #map-gaode,.map-block #map-baidu{
	width: 100%;
  height: 400px; 
} 
.map-main .amap-info-content {
  width: 380px;
  height: 133px;
  background: url(https://static.westarcloud.com/6244ff862da0fa004e7c6ccb/images/map-tit.png) no-repeat center top;
  padding: 0;
}
.bottom-center .amap-info-sharp{
  display: none;
}
.map-tip {
  padding: 16px 30px;
  box-sizing: border-box;
}
.map-main .marker-route {
  background: url(../images/contact-map.png) no-repeat center center;
  background-size: 100%;
  width: 39px;
  height: 50px;   
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact-wrap .address-box .address-detail {
    height: auto;
    padding: 10px 0;
    line-height: 1.2;
    font-size: 14px;
  }
  .contact-wrap .address-box { 
    height: 240px;
  }
  .map-block #map-gaode, .map-block #map-baidu {
    height: 200px;
  }
}

/* 其他介绍 */
.contact-wrap .info-box {
  padding: 40px 0;
  text-align: center;
}
.contact-wrap .info-box h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}
.contact-wrap .info-box li {
  float: left;
}
.contact-wrap .info-box li .item {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.contact-wrap .info-box li:nth-of-type(1) .item {
  background: url(../images/contact-info-img1.png) no-repeat center;
  background-size: cover;
}
.contact-wrap .info-box li:nth-of-type(2) .item {
  background: url(../images/contact-info-img2.png) no-repeat center;
  background-size: cover;
}
.contact-wrap .info-box li:nth-of-type(3) .item {
  background: url(../images/contact-info-img3.png) no-repeat center;
  background-size: cover;
}
.contact-wrap .info-box li:nth-of-type(4) .item {
  background: url(../images/contact-info-img4.png) no-repeat center;
  background-size: cover;
}
.contact-wrap .info-box li .item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.contact-wrap .info-box li .item h4{
  padding-top: 96px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #FFF;
}
.contact-wrap .info-box li .item .btn {
  display: block;
  width: 69px;
  height: 26px;
  margin: 10px auto 0;
  line-height: 26px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08) url(../images/contact-arrow1.png) no-repeat;
  background-position:  22px 10px;
  border: 1px solid #FFFFFF;
  border-radius: 100px; 
}
.contact-wrap .info-box li .item:hover .btn {
  background: #80241C url(../images/contact-arrow1.png) no-repeat;
  background-position:  22px 10px;
  border: 1px solid #FFF;
}
@media (max-width: 992px) { 
  .contact-wrap .info-box li {
    margin-bottom: 20px;
  }
  .contact-wrap .info-box li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) { 
  .contact-wrap .contact-box {
    padding: 30px 0;
  }
  .contact-wrap .info-box h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2;
  }
  .contact-wrap .info-box {
    padding: 30px 0;
  }
  .contact-wrap .info-box li {
    margin-bottom: 10px;
  }
  .contact-wrap .info-box li .item h4 {
    padding-top: 48px;
    font-size: 16px;
  }
}

/* 在线留言 */
.contact-wrap .message-box {
  padding: 40px 0;
  background: rgba(246, 246, 246, 1);
}
.contact-wrap .message-box h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px; 
  font-weight: 600;
  line-height: 56px;
  color: #111;
}
.contact-wrap .message-box h3 span {
  display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
.contact-wrap .cmfm-content {
  height: 528px;
}
.cmf-top {
  height: 90px;
  line-height: 90px;
  background: url("../images/form-top-img.png") no-repeat center;
  background-size: cover;
}
.cmf-top li {
  float: left;
  overflow: hidden;
  width: 33.33%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.cmf-top li em {
  display: inline-block;
  margin-right: 13px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;

  vertical-align: middle;
}
.cmf-top li span {
  display: inline-block;
  vertical-align: middle;
}
.contact-wrap .wsc-form {
  padding: 60px 0;
  background-color: #fff;
}
.contact-wrap .wsc-form .fm-item {
  margin-bottom: 15px;
}
.contact-wrap .wsc-form label {
  display: inline-block;
  width: 70px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 0;
  margin: 0 20px 0 60px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #222;
}
.contact-wrap .wsc-form .input-wrap {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.contact-wrap .wsc-form .textarea-wrap {
  width: 520px;
}
.contact-wrap .wsc-form .form-control {
  background: rgba(246, 246, 246, 1);
  border: 1px solid #EAEAEA;
  border-radius: 3px;
}
.contact-wrap .fm-item sup {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 26px;
  color: #FF550C;
}
.wsc-form .form-control {
  padding: 9px 10px;
}
.wsc-form .fm-sel {
  position: relative;
}
.wsc-form .sel-head .tit {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wsc-form .sel-head .sel-arr {
  float: right;
  width: 12px;
  height: 100%;
  transition: 0.36s;
  background: url(../images/contact-arrow2.png) no-repeat center;
}
.wsc-form .sel-list {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  background-color: #f5f8fa;
  border: solid 1px #e6e8ed;
  display: none;
  z-index: 10;
}
.wsc-form .sel-list li {
  height: 38px;
  line-height: 38px;
  border-top: 1px solid #e6e8ed;
  cursor: pointer;
  color: #455c87;
}
.wsc-form .sel-list li:first-child {
  border-top: 0;
}
.contact-wrap .wsc-form textarea.form-control {
  height: 80px;
  width: 100%;
}
.contact-wrap .wsc-form .fm-btn {
  margin-top: 25px;
}
.contact-wrap .wsc-form .fm-btn .btn{
  width: 140px;
  height: 42px;
  margin-left: 150px;
  background: #80241C;
  border: 1px solid #80241C;
  opacity: 1;
  border-radius: 4px;
}
.contact-wrap .wsc-form .fm-btn .btn:hover {
  background: rgba(159, 44, 35, 1);
}
.contact-wrap .message-box .right {
  padding-top: 37px;
  text-align: center;
  background: rgba(240, 240, 240, 1);
  border-top: solid 3px #80241C;
}
.contact-wrap .message-box .right .item {
  margin-bottom: 30px;
}
.contact-wrap .message-box .right .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 60px;
  background-color: #fff;
  border-radius: 50%;
}
.contact-wrap .message-box .right img {
  display: inline-block;
}
.contact-wrap .message-box .right .tel-icon {
  width: 24px;
}
.contact-wrap .message-box .right .address-icon {
  width: 22px;
}
.contact-wrap .message-box .right .item p {
  line-height: 1.2;
}
.contact-wrap .message-box .right .item p:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.contact-wrap .message-box .right .item p:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
}
.contact-wrap .message-box .right .btns{
  padding: 29px 0 30px;
  border-top: dashed 1px #ccc;
}
.contact-wrap .message-box .right .btns a {
  display: block;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px ;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #80241C;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #762B21;
  border-radius: 4px;
}
.contact-wrap .message-box .right .btns a:first-child {
  margin-bottom: 10px;
}
.contact-wrap .message-box .right .btns a:hover{
  color: #fff;
  background: #80241C;
  border: 1px solid #762B21;
}
@media (max-width: 992px) {
  .contact-wrap .cmfm-content {
    height: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contact-wrap .message-box .right .btns a {
    width: 90%;
  }
}
@media (max-width: 767px){
  .contact-wrap .message-box {
    padding: 30px 0;
  }
  .contact-wrap .message-box h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .contact-wrap .message-box h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 10px;
  }
  .cmf-top {
    display: none;
  }
  .contact-wrap .wsc-form{
    padding: 10px 15px 25px;
  }
  .contact-wrap .wsc-form .fm-item {
    margin-bottom: 10px;
  }
  .contact-wrap .wsc-form label {
    width: auto;
    margin-left: 0;
  }
  .contact-wrap .wsc-form .form-control {
    line-height: 2;
  }
  .contact-wrap .wsc-form .input-wrap {
    width: 100%;
  }
  .contact-wrap .wsc-form .textarea-wrap {
    width: 100%;
    box-sizing: border-box;
  }
  .contact-wrap .sup1{
    display: none;
  }
  .contact-wrap .wsc-form .fm-btn .btn {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 767px){
  .contact-wrap .fm-item .sup2 {
    display: none;
  }
}
.contact-wrap .contact-last-block {
  padding: 80px 0;
  background-color: #F2F2F2;
}
@media (min-width: 767px){
  .contact-wrap .contact-last-block {
    padding: 30px 0;
  }
}
/*---------------------------- 预约来访页面 -----------------------------*/
.visit-wrap .visit-block1,
.visit-wrap .visit-block2 {
  padding: 40px 0;
}
.visit-wrap .visit-box h3 {
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #111;
}
.visit-wrap .visit-box .cmf-top {
  height: 120px;
  line-height: 120px;
}
.visit-wrap .visit-box .cmf-top li {
  font-size: 16px;
}
.visit-wrap .visit-box .form-box {
  padding: 60px 65px;
  background-color: #F6F6F6;
}
.visit-wrap .visit-box .form-box h4 {
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.visit-wrap .visit-box .form-box h4:before {
  content: '';
  float: left;
  width: 4px;
  height: 18px;
  margin: 5px 8px 5px 0;
  background-color: #80241C;
  border-radius: 2px;
}
.visit-wrap .visit-box .form-body {
  margin-top: 30px;
}
.visit-wrap .visit-box .wsc-form .form-group {
  margin-top: 0;
  margin-bottom: 24px;
}
.visit-wrap .visit-box .wsc-form label {
  margin-bottom: 10px;
  color: #222;
}
.visit-wrap .wsc-form .fm-btn {
  margin-top: 60px;
  
}
.visit-wrap .wsc-form .fm-btn .btn {
  width: 140px;
  height: 42px;
  background: #80241C;
  border: 1px solid #80241C;
  border-radius: 4px;
}
.visit-wrap .wsc-form .fm-btn .btn:hover { 
  background: rgba(159, 44, 35, 1);
}
.visit-wrap .visit-block2 {
  background-color: #F2F2F2;
}
@media (max-width: 992px) {
  .visit-wrap .visit-block1,
  .visit-wrap .visit-block2 {
    padding: 30px 0;
  }
  .visit-wrap .visit-box .form-box {
    padding: 24px;
  }
  .visit-wrap .visit-box h3 {
    height: auto;
    line-height: 1.2;
    padding: 20px 0;
    font-size: 20px;
  }
  .visit-wrap .visit-box .form-box h4 {
    font-size: 16px;
  }
  .visit-wrap .visit-box .wsc-form .form-group {
    margin-bottom: 0;
  }
  .visit-wrap .visit-box .wsc-form .fm-item {
    margin-bottom: 10px;
  }
  .visit-wrap .wsc-form .fm-btn {
    margin-top: 24px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .visit-wrap .visit-box .form-box h4 {
    margin-left: 10px;
    display: inline-block;
    margin: 0 5px;
  }
  .visit-wrap .wsc-form .fm-btn .btn {
    width: 100%;
  }
}
/* 来访流程 */
.visit-wrap .process-box h3 {
  padding: 40px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #222;
}
.visit-wrap .process-box li {
  margin-bottom: 20px;
  padding-top: 40px;
}
.visit-wrap .process-box li:last-child {
  margin-bottom: 0;
}
.visit-wrap .process-box .item {
  height: 200px;
  padding: 0 50px 40px;
  text-align: center;
  background: #F6F6F6;
  border: 8px solid #F2F2F2;
  opacity: 1;
  border-radius: 3px;
}
.visit-wrap .process-box .item img.icon {
  display: block;
  width: 80px;
  margin: -40px auto 24px;
}
.visit-wrap .process-box .item h5 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222;
}
.visit-wrap .process-box .item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #555;
}
@media (max-width: 992px) {
  .visit-wrap .process-box h3 {
    padding: 40px 0 20px;
    font-size: 24px;
  }
  .visit-wrap .process-box .item {
    height: auto;
  }
  .visit-wrap .process-box .item img.icon { 
    width: 60px;
    margin: -30px auto 20px;
  }
  .visit-wrap .process-box .item h5 {
    font-size: 16px;
  }
  .visit-wrap .process-box .item p { 
    font-size: 14px;
  }
}

/*---------------------------- 社会责任页面 -----------------------------*/
.duty-wrap .wse-row h3 {
  padding-bottom: 30px; 
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}
.duty-wrap .wse-row p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #555;
}
.duty-wrap .wse-row ul {
  margin-top: 30px;
}
.duty-wrap .wse-row li img {
  display: block;
  width: 100%;
}
.duty-wrap .duty-block1 {
  padding: 40px 0;
}
.duty-wrap .duty-block1 .item {
  text-align: center;
}

.duty-wrap .duty-block1 .item h4 {
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;  
  background: #F6F6F6;
  border-radius: 0px 0px 4px 4px;
}
.duty-wrap .duty-block2 { 
  padding-bottom: 80px;
}
.duty-wrap .duty-block3 {
  padding: 40px 0;
  background-color: #F2F2F2;
}
@media (max-width: 992px) {
  .duty-wrap .wse-row h3 {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .duty-wrap .wse-row p {
    font-size: 14px;
  }
  .duty-wrap .wse-row ul {
    margin-top: 20px;
  }
  .duty-wrap .duty-block1 {
    padding: 30px 0;
  }
  .duty-wrap .duty-block1 .item h4 {
    font-size: 16px;
  }
  .duty-wrap .duty-block2,
  .duty-wrap .duty-block3 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  
}



/*---------------------------- 企业文化页面 -----------------------------*/
.culture-wrap .culture-block1,
.culture-wrap .culture-block5 {
  padding: 40px 0;
}
.culture-wrap .culture-block1 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}
.culture-wrap .culture-block1 ul {
  margin-top: 38px;
}
.culture-wrap .culture-block1 .item {
  overflow: hidden;
  text-align: center;
  background: url(../images/culture-block1-bg.png) no-repeat;
  background-size: 100%;
}
.culture-wrap .culture-block1 .item .top {
  height: 50%;
  text-align: center;
}
.culture-wrap .culture-block1 .item .icon {
  position: relative;
  top: 50%;
  margin-top: -34px;
  display: inline-block;
  width: 68px;
  vertical-align: middle;
}
.culture-wrap .culture-block1 .item h4 {
  margin: 30px 0 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  color: #222;
}
.culture-wrap .culture-block1 .item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #555;
}
.culture-wrap .culture-block2 {
  padding: 70px 0;
  background: url(../images/culture-block2-bg.png) no-repeat;
  background-size: cover;
}
.culture-wrap .culture-block2 .item {
  margin: 0;
  background-color: rgba(255,255,255,0.6);
}
.culture-wrap .culture-block2 .item .left {
  position: relative;
  padding: 0;
  background-color: #80241C;
}
.culture-wrap .culture-block2 .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 60%;
}
.culture-wrap .culture-block2 .item .right .con {
  padding: 15% 2% 15% 8%;
  line-height: 1.2;
}
.culture-wrap .culture-block2 .item .right h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.culture-wrap .culture-block2 .item .right p {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
.culture-wrap .culture-block3 {
  padding: 40px 0;
  border-bottom: solid 1px #E0E0E0;
}
.culture-wrap .culture-block3 .item {
  display: flex;
  background-color: #F6F6F6;
  border-radius: 100px;
}
.culture-wrap .culture-block3 .item .left {
  width: 37.5%;
}
.culture-wrap .culture-block3 .item .left img {
  display: block;
  width: 100%;
}
.culture-wrap .culture-block3 .item .right {
  float: left;
  width: 62.5%;
  display: flex;
  align-items: center;
  padding: 0 60px 0 30px;
}
.culture-wrap .culture-block3 .item .right p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #222;
}
.culture-wrap .culture-block4 {
  padding: 40px 0;
}
.culture-wrap .culture-block4 h3 {
  padding-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}
.culture-wrap .culture-block4 .item {
  display: block;
  padding: 30px;
  background-color: #F6F6F6;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .culture-wrap .culture-block4 .item:hover {
    transform: translateY(-10px);
    transition: 0.3s;
    background-color: #fff;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.04);
  }
}
.culture-wrap .culture-block4 .item .top {
  position: relative;
  z-index: 3;
  display: block;
}
.culture-wrap .culture-block4 .item .top::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 1%;
  z-index: -1;
  width: 98%;
  height: 98%;
  background-color: #000;
  opacity: 0.1;
  border-radius: 4px;
}
.culture-wrap .culture-block4 .item .top::after {
  content: '';
  position: absolute;
  top: 10%;
  left: 2%;
  z-index: -1;
  width: 96%;
  height: 96%;
  background-color: #E2E2E2;
  opacity: 0.6;
  border-radius: 4px;
}
.culture-wrap .culture-block4 .item img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.culture-wrap .culture-block4 .item .bottom h4 {
  margin: 40px 0 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #222;
}
.culture-wrap .culture-block4 .item:hover h4 {
  color: #80241C;
}
.culture-wrap .culture-block4 .item .bottom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
}
.culture-wrap .culture-block4 .item .bottom .img-icon {
  float: right;
  width: 24px;
  margin-top: 2px;
}
.culture-wrap .culture-block4 .button {
  display: block;
  width: 240px;
  height: 50px;
  margin: 40px auto 0;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #80241C;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #762B21;
  border-radius: 4px;
}
.culture-wrap .culture-block4 .button:hover {
  color: #fff;
  background: rgba(159, 44, 35, 1);
}
.culture-block5 {
  background-color: #F2F2F2;
}
@media (max-width: 1200px) {
  .culture-wrap .culture-block1 .item .icon {
    width: 48px;
    margin-top: -24px;
  }
  .culture-wrap .culture-block1 .item h4 {
    margin: 10px 0;
  }
  .culture-wrap .culture-block2 .item .right p {
    line-height: 1.2;
  }
  .culture-wrap .culture-block3 .item .right p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .culture-wrap .culture-block1,
  .culture-wrap .culture-block5 {
    padding: 30px 0;
  }
  .culture-wrap .culture-block1 h3,
  .culture-wrap .culture-block4 h3  {
    font-size: 20px;
  }
  .culture-wrap .culture-block1 ul {
    margin-top: 30px;
  }
  .culture-wrap .culture-block1 .item h4{
    font-size: 18px;
    line-height: 1.2;
  }
  .culture-wrap .culture-block1 .item p {
    font-size: 14px;
    line-height: 1.2;
  }
  .culture-wrap .culture-block2 {
    padding: 40px 0;
  }
  .culture-wrap .culture-block2 .item .right h4 {
    font-size: 18px;
  }
  .culture-wrap .culture-block2 .item .right p {
    font-size: 14px;
  }
  .culture-wrap .culture-block3 {
    padding: 30px 0;
  }
  .culture-wrap .culture-block3 li {
    margin-bottom: 20px;
  }
  .culture-wrap .culture-block3 li:last-child { 
    margin-bottom: 0;
  }
  .culture-wrap .culture-block3 .item .left {
    width: 20%;
  } 
  .culture-wrap .culture-block3 .item .right {
    width: 80%;
  }
  .culture-wrap .culture-block3 .item .right p {
    font-size: 16px;
  }
  .culture-wrap .culture-block4 {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .culture-wrap .culture-block1 li {
    float: none;
    display: block;
    width: 76%;
    margin: 0 auto 20px;
  }
  .culture-wrap .culture-block1 li:last-child {
    margin-bottom: 0;
  }
  .culture-wrap .culture-block2 {
    padding: 20px 0;
  }
  .culture-wrap .culture-block2 li { 
    margin-bottom: 20px;
  }
  .culture-wrap .culture-block2 li:last-child { 
    margin-bottom: 0;
  }

  .culture-wrap .culture-block3 {
    padding: 30px 0;
  }
  .culture-wrap .culture-block4 h3 {
    padding-bottom: 20px;
  }
  .culture-wrap .culture-block4 li {
    margin-bottom: 20px;
  }
  .culture-wrap .culture-block4 li:last-child {
    margin-bottom: 0;
  }
  .culture-wrap .culture-block4 .item .bottom h4 {
    font-size: 18px;
  }
  .culture-wrap .culture-block4 .button {
    width: 100%;
  }
}
/*---------------------------- 大事记页面 -----------------------------*/
.memorabilia-box {
  position: relative;
  padding: 120px 0 80px;
  color: #FFF;
  background: url(../images/memorabilia-bg.png) no-repeat bottom center;
  background-size: cover;
} 
.memorabilia-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2470b3, #036dad);
}
.memorabilia-box h3 {
  margin: 0 -120px;
  /* padding: 0 60px; */
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}
.time-axis-block {
  margin: 0 -120px;
}
.memorabilia-box li {
  float: right;
  width: 33.33333%;
  padding: 0 30px;
}
.memorabilia-box li:first-child {
  padding-right: 0;
}
.memorabilia-box li:last-child {
  padding-left: 0;
}
.memorabilia-box li .top {
  padding-left: 30px;
  background: url(../images/memorabilia-icon2.png) no-repeat;
  background-position: 0 0;
  background-size: 19px 72px;
}
.memorabilia-box li .time {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
.memorabilia-box li h4 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
.memorabilia-box li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
.memorabilia-block2 {
  padding: 40px 0;
}
@media (max-width: 1500px){
  .time-axis-block {
    margin: 0 -20px;
  }
  .memorabilia-box h3 {
    margin: 0 -20px;
  }
}
@media (max-width: 1200px) {
  .memorabilia-box li {
    padding: 0 16px;
  }
  .memorabilia-box li h4 {
    font-size: 20px;
  }
  .memorabilia-box li p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .time-axis-block {
    margin: 0;
  }
  .memorabilia-box h3 {
    margin: 0 0 30px;
    padding: 0;
  }
  .memorabilia-box li {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .memorabilia-box li,
  .memorabilia-box li:first-child,
  .memorabilia-box li:last-child {
    padding: 0;
  }
  .memorabilia-box li h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .memorabilia-box,
  .memorabilia-block2 {
    padding: 30px 0;
  }
  .memorabilia-box h3 {
    padding-bottom: 30px;
    font-size: 20px;
  }
  .memorabilia-box li h4 {
    font-size: 16px;
  }
}
/*---------------------------- 荣誉资质页面 -----------------------------*/
.honor-box {
  padding: 40px 0;
}
.honor-box .top h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}
.honor-box .top p {
  margin: 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #7C7C6B;
}
.honor-box li {
  margin-bottom: 20px;
}
.honor-box li:last-child {
  margin-bottom: 0;
}
.honor-box .item {
  padding: 20px 20px 0;
  background-color: #F6F6F6;
  border-radius: 4px;
}
.honor-box .item img {
  display: block;
  width: 100%;
}
.honor-box .item h4 {
  padding: 24px 0 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor-wrap .honor-block2 {
  padding: 40px 0;
  background-color: #F2F2F2;
}
@media (max-width: 1240px) {
  .honor-box .item h4 {
    font-size: 14px;
  } 
}
@media (max-width: 992px) {
  .honor-wrap .honor-box,
  .honor-wrap .honor-block2 {
    padding: 30px 0;
  }
  .honor-box .top h3 {
    font-size: 20px;
  }
  .honor-box .top p {
    font-size: 16px;
  }
  .honor-box .item h4 {
    padding: 16px 0;
  }
  .honor-box .top p {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .honor-box .item h4 {
    white-space: normal;
  }
}

/*---------------------------- 关于真金页面 -----------------------------*/
.about-wrap h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}
.about-wrap .word p,
.about-wrap .top p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #7C7C6B;
}
.about-wrap .about-block5 .item img,
.about-wrap .about-block6 .item img {
  width: 100%;
}
.about-wrap .about-block1 {
  padding: 40px 0;
  background: url(../images/about-block1-img5.png) no-repeat 50% 100%;
  background-size: 100%;
}
.about-wrap .about-block1 .programme-title {
  padding: 60px 0;
}
.about-wrap .about-block1 .pics span,
.about-wrap .about-block2 .pics span {
  display: block;
}
.about-wrap .about-block1 .pics {
  margin-left: -25px;
  margin-right: -25px;
}
.about-wrap .about-block1 .pics span {
  padding-left: 25px;
  padding-right: 25px;
}
.about-wrap .about-block1 .pics img,
.about-wrap .about-block2 .pics img {
  width: 100%;
}
.about-block1 .map {
  margin: 20px 0;
}
.about-block1 .map img {
  width: 100%;
}
.about-wrap .about-block1 .word1 {
  margin: 40px 0;
}
.about-wrap .about-block1 .word2 {
  margin-top: 20px;
}
.about-wrap .about-block1 .word b {
  font-weight: bold;
  color: #222;
}
.about-wrap .about-block2,
.about-wrap .about-block4,
.about-wrap .about-block5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-wrap .about-block2 {
  background-color: #F6F6F6;
}
.about-wrap .about-block2 .pics {
  padding: 30px 0;
}
.about-wrap .about-block2 .bottom {
  padding: 36px 0;
  text-align: center;
  border: solid 1px #999;
  border-left: 0;
  border-right: 0;
}
.about-wrap .about-block2 .bottom h4 {
  font-size: 20px;
  color: #80241C;
}
.about-wrap .about-block2 .bottom .item {
  border-right: solid 1px #555;
}
.about-wrap .about-block2 .bottom li:last-child .item {
  border: 0;
}
.about-wrap .about-block2 .bottom h4 b {
  font-size: 48px;
}
.about-wrap .about-block2 .bottom p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #222;
}
.about-wrap .about-block3 {
  padding: 70px 0;
  background: #d2d6d9 url(../images/about-block3-bg.png) no-repeat;
}
.about-wrap .about-block3 .container {
  position: relative;
}
.about-wrap .about-block3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-wrap .about-block3 ul li {
  display: flex;
  align-items: center;
  width: 400px;
  height: 120px;
  margin-bottom: 20px;
  padding: 20px 40px;
  background-color: #fff;
  border: 12px solid #DBCACA;
  border-radius: 60px;
}
.about-wrap .about-block3 ul li span {
  margin-right: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #80241C;
}
.about-wrap .about-block3 ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #555;
}
.about-wrap .about-block3 .middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  width: 383px;
  height: 283px;
  background: url(../images/about-block3-bg2.png) no-repeat center;
  background-size: cover;
}
.about-wrap .about-block3 .middle h3 {
  display: flex;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: auto;
  padding: 30px;
  text-align: center;
  color: #80241C;
  font-size: 30px;
  background-color: #fff;
  border: solid 5px #80241C;
  border-radius: 50%;
}
.about-wrap .about-block4 .top p {
  margin-bottom: 30px;
}
.about-wrap .about-block4 .item {
  background-color: #F6F6F6;
}
.about-wrap .about-block4 .item img {
  width: 100%;
}
.about-wrap .about-block4 .item h4 {
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #FFF;
  background-color: #80241C;
}
.about-wrap .about-block4 .item p {
  padding: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #555;
}
.about-wrap .about-block5 {
  overflow: hidden;
  background-color: #F6F6F6;
}
.about-wrap .about-block5 .top h3 {
  margin-bottom: 20px;
}
.about-wrap .about-block5 .swiper {
  position: relative;
  margin-top: 40px;
}
.about-wrap .about-block5 .mySwiper {
  overflow: hidden;
}
.about-wrap .about-block5 .swiper-button-next, 
.about-wrap .about-block5 .swiper-button-prev {
  left: -100px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: url(../images/about-arrow-left.png) no-repeat center;
  border: solid 1px #B2B2B2;
  border-radius: 50%;
}
.about-wrap .about-block5 .swiper-button-next {
  left: auto;
  right: -100px;
  background: url(../images/about-arrow-right.png) no-repeat center;
}
.about-wrap .about-block5 .swiper-button-next:hover, 
.about-wrap .about-block5 .swiper-button-prev:hover {
  background: #80241C url(../images/about-arrow-left2.png) no-repeat center;
}
.about-wrap .about-block5 .swiper-button-next:hover {
  background: #80241C url(../images/about-arrow-right2.png) no-repeat center;
}
.about-wrap .about-block5 .swiper-button-next::after, 
.about-wrap .about-block5 .swiper-button-prev::after {
  content: '';
}
.about-wrap .about-block5 .swiper-pagination {
  display: none;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6px;
}
.about-wrap .about-block5 .swiper-pagination-bullet {
  margin: 0 4px;
}
.about-wrap .about-block5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #80241C;
}
.about-wrap .about-block5 .item {
  padding: 20px;
  background-color: #fff;
}
.about-wrap .about-block5 li .item h4 {
  padding: 20px 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about-wrap .about-block5 .table-responsive {
  margin-top: 15px;
}
.about-wrap .about-block5 .table thead, 
.about-wrap .about-block5 .table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.about-wrap .about-block5 .table tbody {
  display: block;
  height: 270px;
  overflow-y: scroll;
}
.about-wrap .about-block6 {
  padding: 40px 0;
}
.about-wrap .about-block6 .item {
  display: block;
  margin-bottom: 20px;
  border: solid 1px transparent;
  border-radius: 4px;
}

@media (min-width: 769px) {
  .about-wrap .about-block6 .item:hover {
    transform: translateY(-10px);
    transition: 0.3s;
    border: solid 1px #80241C;  
  }
}
.about-wrap .about-block6 li:last-child .item {
  margin-bottom: 0;
}
.about-wrap .about-block6 .button {
  display: block;
  width: 240px;
  height: 50px;
  margin: 20px auto 0;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #80241C;
  background: #FFF;
  border: 1px solid #762B21;
  border-radius: 4px;
}
.about-wrap .about-block6 .button:hover {
  color: #fff;
  background: rgba(159, 44, 35, 1);
}
.about-wrap .about-block7 {
  padding: 40px 0;
  background-color: #F2F2F2;
}

@media screen and (min-width: 1240px) and (max-width:1330px) {
  .about-wrap .about-block5 .swiper {
    width: 90%;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 992px) and (max-width:1096px) { 
  .about-wrap .about-block5 .swiper {
    width: 90%;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 769px) and (max-width:868px) { 
  .about-wrap .about-block5 .swiper {
    width: 90%;
    margin: 40px auto 0;
  }
}
@media (max-width: 1380px) { 
  .about-wrap .about-block5 .swiper-button-next {
    right: -70px;
  }
  .about-wrap .about-block5 .swiper-button-prev {
    left: -70px;
  }
}
@media (max-width: 1240px) {
  .about-wrap .about-block3 .middle {
    position: relative;
    margin-bottom: 40px;
  }
  
}
@media (max-width: 992px) {
  .about-wrap .about-block1 {
    padding: 40px 0;
  }
  .about-wrap .about-block2,
  .about-wrap .about-block3,
  .about-wrap .about-block4, 
  .about-wrap .about-block5,
  .about-wrap .about-block7 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .about-wrap .about-block1 .programme-title {
    padding: 30px 0;
  }
  .about-wrap .about-block1 .pics span,
  .about-wrap .about-block2 .pics span {
    margin-bottom: 20px;
  }
  .about-wrap .about-block4 li {
    margin-bottom: 20px;
  }
  .about-wrap .about-block4 li:last-child {
    margin-bottom: 0;
  }
  .about-wrap .about-block3 ul li {
    width: 100% ;
  }
}
@media (max-width: 991px) {
  .about-wrap .about-block2 .bottom .item {
    padding: 20px 0;
    border-right: 0;
    border-bottom: solid 1px #555;
  }
}
@media (max-width: 768px) {
  .about-wrap h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .about-wrap .word p,
  .about-wrap .top p {
    font-size: 14px;
  }
  .about-wrap .about-block1 {
    padding: 20px 0;
  }
  .about-wrap .about-block1 .programme-title {
    padding: 30px 0;
  }
  .about-wrap .about-block1 .word1 {
    margin: 20px 0;
  }
  .about-block1 .map img {
    margin-left: -5%;
    width: 110%;
    text-align: center;
  }
  .about-wrap .about-block2,
  .about-wrap .about-block3,
  .about-wrap .about-block4, 
  .about-wrap .about-block5,
  .about-wrap .about-block7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-wrap .about-block2 .pics {
    padding: 20px 0 30px;
  }
  .about-wrap .about-block2 .bottom {
    padding: 18px 0;
  }
  .about-wrap .about-block3 .middle {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-wrap .about-block4 .top p {
    margin-bottom: 20px;
  }
  .about-wrap .about-block4 .item h4 {
    font-size: 16px;
  }
  .about-wrap .about-block4 .item p {
    padding: 20px;
    font-size: 14px;
  }
  .about-wrap .about-block5 li .item h4 {
    font-size: 14px;
  }
  .about-wrap .about-block5 .swiper-button-prev,
  .about-wrap .about-block5 .swiper-button-next {
    display: none;
  }
  .about-wrap .about-block5 .swiper-pagination {
    width: 100%;
    display: block;
  }
  .about-wrap .about-block5 .table-responsive {
    border: none;
  }
  .about-wrap .about-block5 thead,
  .about-wrap .about-block5 tbody {
    font-size: 16px;
  }
  .about-wrap .about-block5 thead tr th,
  .about-wrap .about-block5 tbody tr td {
    height: auto;
    line-height: 1.2;
    padding: 15px 0 15px 20px;
    box-sizing: border-box;
  }
  .about-wrap .about-block5 thead th:nth-child(1),
  .about-wrap .about-block5 tbody td:nth-child(1) {
    width: 180px;
  }
  .about-wrap .about-block5 thead th:nth-child(2),
  .about-wrap .about-block5 tbody td:nth-child(2) {
    width: 220px;
  }
  .about-wrap .about-block5 thead th:nth-child(3),
  .about-wrap .about-block5 tbody td:nth-child(3) {
    width: 160px;
  }
  .about-wrap .about-block5 tbody tr td {
    white-space: normal;
  }
  .about-wrap .about-block6 {
    padding: 30px 0;
  }
  .about-wrap .about-block6 .button {
    width: 100%;
  }
}

/*---------------------------- 合作伙伴页面 -----------------------------*/
.partner-wrap h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
} 
.partner-wrap img {
  width: 100%;
}
.partner-wrap .partner-block1 {
  padding: 40px 0;
}
.partner-wrap .partner-block1 h3 {
  margin-bottom: 30px;
}
.partner-wrap .partner-block1 li {
  margin-bottom: 20px;
}
.partner-wrap .partner-block1 .item {
  display: block;
  border: solid 1px transparent;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .partner-wrap .partner-block1 .item:hover {
    transform: translateY(-10px);
    transition: 0.3s;
    border: solid 1px #80241C;
  }
}
.partner-wrap .partner-block2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/partner-block2-bg.jpg) no-repeat;
  background-size: cover;
}
.partner-wrap .partner-block2 h3 {
  margin-bottom: 40px;
  color: #fff;
}
.partner-wrap .partner-block2 .item {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}
.partner-wrap .partner-block2 .item h4 {
  padding: 20px 10px 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #111;
}
.partner-wrap .partner-block2 .item .stars {
  width: 103px;
}
.partner-wrap .partner-block2 .button {
  display: block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  background: #80241C;
  border-radius: 4px;
}
.case-recommendation {
  padding: 40px 0;
}
.case-recommendation .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.case-recommendation h3 {
  text-align: left;
}
.case-recommendation .top .right {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999;
}
.case-recommendation .top .right .icon {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.case-recommendation .top .right:hover {
  padding-left: 23px;
  color: #80241C;
  background: url(../images/posth.png) no-repeat 0 center;
}
.case-recommendation .top .right:hover .icon {
  display: none;
}
.case-recommendation .item {
  display: block;
  padding: 30px;
  background: #F6F6F6;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .case-recommendation .item:hover {
    transform: translateY(-10px);
    transition: 0.3s;
    background-color: #fff;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.04);
  }
}
.case-recommendation .item img {
  width: 100%;
}
.case-recommendation .item h4 {
  height: 58px;
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: 400;
  color: #222;
}
.case-recommendation .item:hover h4 { 
  color: #80241C;
}
.case-recommendation .item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
}
.partner-wrap .partner-block4 {
  padding: 40px 0;
  background-color: #F2F2F2;
}
@media (max-width: 992px) {
  .partner-wrap .partner-block2 li,
  .case-recommendation li {
    margin-bottom: 20px;
  }
  .partner-wrap .partner-block2 li:last-child,
  .case-recommendation li:last-child {
    margin-bottom: 0;
  }
  .case-recommendation .item h4 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .partner-wrap h3 {
    font-size: 20px;
  }
  .partner-wrap .partner-block1 {
    padding: 30px 0 24px;
  }
  .partner-wrap .partner-block1 h3 {
    margin-bottom: 20px;
  }
  .partner-wrap .partner-block2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .partner-wrap .partner-block2 h3 {
    margin-bottom: 20px;
  }
  .partner-wrap .partner-block2 .item h4 {
    font-size: 16px;
  }
  .partner-wrap .partner-block2 .button {
    width: 100%;
    margin-top: 30px;
  }
  .case-recommendation,
  .partner-wrap .partner-block4 {
    padding: 30px 0;
  }
  .case-recommendation .top {
    margin-bottom: 20px;
  }
}

/*---------------------------- 样品申请页面 -----------------------------*/
.apply-wrap .process-box {
  padding: 40px 0;
}
.apply-wrap .process-box h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}
.apply-wrap .process-box li .item,
.apply-wrap .form-box .bottom li .item {
  display: flex;
  align-items: center;
  padding: 14px;
  background-color: #FFF;
  border: 6px solid #EAEAEA;
  border-radius: 100px;
}
.apply-wrap .process-box li .item::before,
.apply-wrap .form-box .bottom li .item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  margin: auto;
  width: 8px;
  height: 10px;
  background: url(../images/apply-arrow.png) no-repeat;
  background-size: cover;
}
.apply-wrap .process-box li:last-child .item::before,
.apply-wrap .form-box .bottom li:last-child .item::before {
  display: none;
}
.apply-wrap .process-box li .item .icon,
.apply-wrap .form-box .bottom li .item .icon {
  width: 60px;
}
.apply-wrap .process-box li .item .right,
.apply-wrap .form-box .bottom li .item .right {
  margin-left: 20px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #222;
}
.apply-wrap .form-wrap {
  padding: 40px 0;
  background: url(../images/apply-bg.jpg) no-repeat;
  background-size: cover;
}
.apply-wrap .form-wrap .form-box {
  float: left;
  width: 880px;
  margin-right: 20px;
}
.apply-wrap .form-wrap .form-box .top {
  height: 100px;
  line-height: 100px; 
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
  background: #80241C;
}
.apply-wrap .form-box .wsc-form {
  padding: 50px 60px 60px;
  background-color: #FFF;
}
.apply-wrap .form-box h4 {
  margin-bottom: 30px;
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.apply-wrap .form-box h4:before {
  content: '';
  float: left;
  width: 4px;
  height: 18px;
  margin: 5px 8px 5px 0;
  background-color: #80241C;
  border-radius: 2px;
}
.apply-wrap .form-box .wsc-form .form-group {
  margin-top: 0;
  margin-bottom: 24px;
}
.apply-wrap .form-box .wsc-form label {
  margin-bottom: 10px;
  color: #222;
}
.apply-wrap .wsc-form .fm-btn {
  margin-top: 40px;
}
.apply-wrap .wsc-form .fm-btn .btn {
  width: 140px;
  height: 42px;
  background: #80241C;
  border: 1px solid #80241C;
  border-radius: 4px;
}
.apply-wrap .wsc-form .fm-btn .btn:hover { 
  background: rgba(159, 44, 35, 1);
}
.apply-wrap .form-box .bottom {
  padding: 0 60px 50px;
  background-color: #EDEDED;
}
.apply-wrap .form-box .bottom h4 {
  padding: 40px 0 28px;
}
.apply-wrap .form-wrap .right-list {
  float: left;
  width: 280px;
  padding: 20px;
  background: #FFF;
  border-radius: 4px;
}
.apply-wrap .form-wrap .right-list h4 {
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #222;
  background: url(../images/apply-title-bg.png) no-repeat center;
}
.apply-wrap .form-wrap .right-list .mySwiper {
  height: 460px;
  overflow: hidden;
}
.apply-wrap .form-wrap .right-list ul {
  background: #F6F6F6;
  border: 1px solid #EAEAEA;
}
.apply-wrap .form-wrap .right-list li {
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: dashed 1px #E0E0E0;
}
.apply-wrap .form-wrap .right-list li:last-child {
  border: none;
}
.apply-wrap .form-wrap .right-list li h5 {
  font-size: 14px;
  line-height: 26px;
  color: #222;
}
.apply-wrap .form-wrap .right-list li p {
  margin-left: 15px;
  font-size: 12px;
  font-family: Arial;
  line-height: 26px;
  color: #999;
  font-style: italic;
}
.apply-wrap .apply-block3 {
  padding: 40px 0;
}
@media (min-width: 1240px) {
  .apply-wrap .form-box .bottom ul {
    background-color: #FFF;
    border: 6px solid #EAEAEA;
    border-radius: 100px;
  }
  .apply-wrap .form-box .bottom li .item {
    padding: 14px 0;
    background-color: transparent;
    border: 0;
  }
  .apply-wrap .form-box .bottom li .item .right {
    margin-left: 10px;
    font-size: 15px;
  }
  .apply-wrap .form-box .bottom li .item::before {
    right: 5px;
  }
}
@media (max-width: 1240px) {
  .apply-wrap .form-wrap .form-box,
  .apply-wrap .form-wrap .right-list {
    width: 100%;
    margin-right: 0;
  }
  .apply-wrap .form-wrap .form-box .fm-item {
    margin-bottom: 20px;
  } 
  .apply-wrap .form-wrap .form-box .fm-item:last-child {
    margin-bottom: 0;
  } 
  .apply-wrap .form-wrap .right-list { 
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .apply-wrap .process-box li {
    margin-bottom: 20px;
  }
  .apply-wrap .process-box li:last-child {
    margin-bottom: 0;
  }
  .apply-wrap .process-box li:nth-child(2n) .item::before,
  .apply-wrap .form-box .bottom li:nth-child(2n) .item::before {
    display: none;
  }
  
}
@media (max-width: 767px) {
  .apply-wrap .process-box,
  .apply-wrap .apply-block3 { 
    padding: 30px 0;
  }
  .apply-wrap .process-box h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .apply-wrap .process-box li .item::before,
  .apply-wrap .form-box .bottom li .item::before {
    display: none;
  }
  .apply-wrap .form-wrap {
    padding: 30px 0;
  }
  .apply-wrap .form-wrap .form-box .top {
    height: auto;
    line-height: 1.2;
    padding: 16px 0;
    font-size: 20px;
  }
  .apply-wrap .wsc-form .fm-btn .btn {
    width: 100%;
  }
  .apply-wrap .form-box .wsc-form {
    padding: 22px 24px 24px;
  }
  .apply-wrap .form-box .bottom {
    padding: 0 24px 22px;
  }
  .apply-wrap .form-box .bottom h4 {
    margin: 20px 0;
  }
}

/*---------------------------- 服务指南页面 -----------------------------*/
.service-wrap .banner-title {
  position: relative;
  left: -120px;
}
.service-block1,
.service-block2,
.service-block3,
.service-block4,
.service-block6 {
  padding: 40px 0;
}
.service-wrap h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
} 
.service-block1 {
  border-bottom: solid 1px #E0E0E0;
}
.service-block1 h3 {
  margin-bottom: 28px;
}
.service-block1 li .item {
  width: 244px;
  height: 244px;
  margin: 0 auto;
  text-align: center;
  border: solid 8px #ecdedd;
  border-radius: 50%;
}
.service-block1 li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  margin-right: -40px;
  width: 80px;
  border-top: dotted 3px #DDD;
}
.service-block1 li:last-child:before {
  display: none;
}
.service-block1 li h4 {
  padding: 50px 0 10px;
  font-size: 40px;
  color: #80241C;
  font-style: italic;
  font-weight: bold;
}
.service-block1 li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #555;
}
.service-block1 .btns {
  margin-top: 44px;
  text-align: center;
  font-size: 0;
}
.service-block1 .btns .comm-line-button {
  margin-left: 10px;
}
.service-block2 h3,
.service-block4 h3 {
  margin-bottom: 40px;
}
.service-block2 li .item {
  padding: 40px 30px;
  background: #F6F6F6;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .service-block2 li .item:hover {
    transform: translateY(-10px);
    transition: 0.3s;
    background-color: #fff;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.04);
  }
}
.service-block2 li .item:hover .comm-line-button {
  color: #fff;
  background: rgba(159, 44, 35, 1);
}
.service-block2 li .icon {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.service-block2 li h4 {
  margin: 40px 0 24px; 
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222;
}
.service-block2 li p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #555;
}
.service-block2 li .comm-line-button {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.service-block3 {
  background-color: #F6F6F6;
}
.service-block3 .slogan {
  margin: 20px 0 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #666;
}
.service-block3 ul {
  background-color: #fff;
}
.service-block3 li {
  padding: 0;
  overflow: hidden;
}
.service-block3 li.words {
  padding: 60px;
  background-color: #FFF;
}
.service-block3 li h4 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  color: #80241C;
}
.service-block3 li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #7C7C6B;
}
.service-block3 li.pic img {
  width: 100%;
}
.service-block4 .top h4 {
  margin: 40px 0 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  color: #80241C;
}
.service-block4 .top p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #7C7C6B;
}
.service-block4 .con .tit {
  margin: 40px 0;
  padding: 46px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #80241C;
  border: 6px solid #80241C;
  border-radius: 73px;
}
.service-block4 .con li {
  padding: 60px 40px;
  background-color: #F6F6F6;
}
.service-block4 .con li:nth-child(2n) {
  background-color: #F0F0F0;
}
.service-block4 .con li::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -1px;
  height: 40px;
  border-left: dotted 3px #762B21;
}
.service-block4 .con li .icon {
  width: 60px;
}
.service-block4 .con li h5 {
  margin: 40px 0 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222;
}
.service-block4 .con li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #555;
}
.service-block5 {
  background: url(../images/service-block5-bg.png) no-repeat;
  background-size: cover;
}
.service-block5 .block-left {
  padding: 57px 0;
  color: #76684E;
}
.service-block5 .block-left h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}
.service-block5 .block-left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.service-block5 .btns {
  padding: 65px 0;
}
.service-block5 .btns a {
  float: left;
}
.service-block5 .btns a:first-child {
  margin-right: 10px;
} 
@media (max-width: 1240px) {
  .service-block5 .btns {
    width: 100%;
    padding-top: 0;
  }
  .service-block3 li.pic img { 
    width: 108%;
    transform: translateX(-5%);
  }
}
@media (max-width: 992px) {
  .service-block1 li .item {
    width: 200px;
    height: 200px;
  }
  .service-block1 li::before {
    width: 40px;
    margin-right: -20px;
  }
  .service-block2 {
    padding-bottom: 60px;
  }
  .service-block2 li {
    margin-bottom: 20px;
  }
  .service-block2 li p {
    font-size: 14px;
  }
  .service-block3 ul {
    background-color: transparent;
  }
  .service-block3 li.pic img { 
    width: 100%;
  }
  .service-block3 li:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .service-block4 .con li::before {
    display: none;
  }
  .service-block4 .con li {
    height: 356px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .service-block1,
  .service-block2,
  .service-block3,
  .service-block4,
  .service-block6 {
    padding: 30px 0;
  }
  .service-wrap h3 { 
    font-size: 20px;
  }
  .service-block1 h3, 
  .service-block2 h3,  
  .service-block4 h3 {
    margin-bottom: 20px;
  }
  .service-block1 li {
    margin-bottom: 20px;
  }
  .service-block1 li:last-child {
    margin-bottom: 0;
  }
  .service-block1 li::before { 
    display: none;
  }
  .service-block1 li .item {
    width: 160px;
    height: 160px;
  }
  .service-block1 li h4 {
    padding: 20px 0 10px;
    font-size: 30px;
  }
  .service-block1 li p {
    font-size: 14px;
  }
  .service-block1 .btns {
    display: block;
    margin-top: 30px;
  }
  .service-block1 .btns a {
    width: 100%;
  }
  .service-block1 .btns .comm-line-button {
    margin-left: 0;
    margin-top: 10px;
  }
  .service-block2 li {
    margin-bottom: 20px;
  }
  .service-block2 li:last-child {
    margin-bottom: 0;
  }
  .service-block2 li .item {
    padding: 20px;
  }
  .service-block2 li h4 {
    margin: 20px 0 10px;
  }
  .service-block2 li p {
    margin-bottom: 20px;
  }
  .service-block3 .slogan {
    margin: 10px 0 24px;
  }
  .service-block3 li h4 {
    font-size: 18px;
  }
  .service-block3 li.words {
    padding: 24px;
  }
  .service-block4 .top h4 {
    margin: 20px 0;
    font-size: 18px;
  }
  .service-block4 .con .tit {
    margin: 20px 0 10px; 
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.2;
    border-width: 1px;
  }
  .service-block4 .con li {
    height: auto;
    padding: 20px;
  }
  .service-block4 .con li .icon {
    display: block;
    margin: 0 auto;
  }
  .service-block4 .con li h5 {
    margin: 20px 0 10px;
    text-align: center;
    font-size: 16px;
  }
  .service-block4 .con li p {
    font-size: 14px;  
  }
  .service-block5 .row {
    margin: 0;
  }
  .service-block5 .block-left {
    padding: 30px 0;
  }
  .service-block5 .block-left h4 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.2;
  }
  .service-block5 .block-left p {
    font-size: 16px;
  }
  .service-block5 .btns {
    padding-bottom: 30px;
  }
  .service-block5 .btns a {
    width: 100%;
  }
  .service-block5 .btns a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*---------------------------- 服务指南页面 -----------------------------*/
.recruit-block1,
.recruit-block2,
.recruit-block3,
.recruit-block4,
.recruit-block5,
.recruit-last-block {
  padding: 40px 0;
}
.recruit-index h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}
.recruit-index h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222;
}
.recruit-index h4 + p {
  margin-top: 15px;
}
.recruit-index .top p {
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #666;
}
.recruit-block1,
.recruit-block3 {
  border-bottom: solid 1px #E0E0E0;
}
.recruit-block1 ul {
  padding-top: 80px;
}
.recruit-block1 .item {
  position: relative;
  padding: 80px 40px 40px;
  background-color: #F6F6F6;
  border-radius: 4px;
}
.recruit-block1 .item .icon {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
}
.recruit-block1 .item h4 {
  text-align: center;
}
.recruit-block2 .item {
  position: relative;
  display: block;
  padding: 80px 0 73px;
  color: #fff;
  text-align: center;
}
.recruit-block2 .item:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.1);
}
.recruit-block2 li:first-child .item {
  background: url(../images/recruit-block2-img1.png) no-repeat;
  background-size: cover;
}
.recruit-block2 li:last-child .item {
  background: url(../images/recruit-block2-img2.png) no-repeat;
  background-size: cover;
}
.recruit-block2 h4 { 
  color: #fff;
}
.recruit-block2 .comm-button { 
  margin-top: 20px;
}
.recruit-block3 h3 {
  margin-bottom: 40px;
}
.recruit-block3 .item {
  display: flex;
  padding: 30px;
  background-color:#F6F6F6;
  border-radius: 4px;
}
.recruit-block3 .item .icon {
  width: 120px;
  height: 120px;
  margin-right: 30px;
}
.recruit-block4 h3,
.recruit-block5 h3 {
  margin-bottom: 40px;
}
.recruit-block4 ul {
  padding: 20px;
  background-color: #F6F6F6;
}
.recruit-block4 li {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
.recruit-block4 li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(../images/recruit-block4-arrow.png) no-repeat;
  background-size: cover;
}
.recruit-block4 li:last-child:before {
  display: none;
}
.recruit-block4 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  height: 140px;
  padding: 30px 0 20px;
  text-align: center;
  background-color: #fff;
}
.recruit-block4 .item .icon {
  width: 25px;
}
.recruit-block4 .item p {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #222;
}
.recruit-block5 {
  background-color: #F6F6F6;
}
.recruit-block5 li img { 
  width: 100% ;
}
.recruit-last-block {
  background-color: #F2F2F2;
}
@media (max-width: 992px) {
  .recruit-block1, 
  .recruit-block2, 
  .recruit-block3, 
  .recruit-block4, 
  .recruit-block5, 
  .recruit-last-block {
    padding: 30px 0;
  }
  .recruit-block1 ul {
    padding-top: 30px;
  }
  .recruit-block4 ul {
    padding-bottom: 0;
  }
  .recruit-block1 li {
    margin-bottom: 60px;
  }
  .recruit-block2 li,
  .recruit-block3 li,
  .recruit-block4 li,
  .recruit-block5 li {
    margin-bottom: 20px;
  }
  .recruit-block1 li:last-child,
  .recruit-block2 li:last-child,
  .recruit-block3 li:last-child,
  .recruit-block5 li:last-child {
    margin-bottom: 0;
  }
  .recruit-index h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .recruit-index .top p {
    margin: 10px 0 40px;
    font-size: 14px;
  }
  .recruit-index h4 {
    font-size: 18px;
  }
  .recruit-block4 .item p {
    font-size: 16px;
  }
  .recruit-block4 li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .recruit-block4 li::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .recruit-block4 ul {
    padding-bottom: 10px;
  }
  .recruit-block4 li {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*---------------------------- 招聘列表页模板 -----------------------------*/
.recruit-lists .page-main {
  padding: 30px 0 40px;
}
.recruit-lists .comm-table thead {
  color: #666;
  background-color: #EDEDED;
}
.recruit-lists .comm-table thead tr  {
  border-radius: 4px;
}
.recruit-lists .comm-table thead tr th {
  border: none;
}
.recruit-lists .comm-table tbody tr td {
  background-color: #F6F6F6;
  border-color: #fff;
  cursor: pointer;
}
.recruit-lists .comm-table tbody tr td b{color:black;}
.recruit-lists .comm-table tbody tr:nth-child(2n) td {
  background-color: #FAFAFA;
}
.recruit-lists .comm-table tbody tr:hover td {
  color: #fff;
  background-color: #80241C;
}
@media (max-width: 992px) {
  .recruit-lists .page-main {
    padding: 20px 0 30px;
  }
  .recruit-lists .table-responsive {
    margin-top: 30px;
    border: none;
  }
}

/*---------------------------- 招聘详情页模板 -----------------------------*/
.recruit-detail .wsc-layout-d {
  padding-top: 40px;
}
.recruit-detail .main-block {
  padding: 40px 40px 60px;
  background-color: #fff;
}
.recruit-detail .main-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background-color: #F0F0F0;
}
.recruit-detail .main-top h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  color: #383838;
}
.recruit-detail .main-top p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
}
.recruit-detail .middle-content .wsc-editCon {
  margin-bottom: 40px;
}
.recruit-detail .middle-content .wsc-editTit {
  color: #383838;
}
.recruit-detail .middle-content dl {
  margin-bottom: 40px;
}
.recruit-detail .middle-content dt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #383838;
}
.recruit-detail .middle-content dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #555;
}
@media (max-width: 767px) {
  .recruit-detail .main-top {
    display: block;
    padding: 30px;
    text-align: center;
  }
  .recruit-detail .main-top .comm-line-button {
    display: block;
    margin: 20px auto 0;
  } 
}

/*---------------------------- 下载列表页模板 -----------------------------*/
.download-lists .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 48px 40px;
  border-top: solid 2px #80241C;
  background-color: #F6F6F6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* @media (min-width: 769px) { */
  .download-lists .list .item:hover {
    background: #fff;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.04);
  }
/* } */
.download-lists .list .item:hover h4 {
  color: #80241C;
}
.download-lists .list .item h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #222;
}
.download-lists .list .item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #999;
}
.download-lists .list .item .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #222;
  background: #fff;
  border-radius: 4px;
}
.download-lists .list .item .button .icon {
  width: 20px;
  margin-right: 7px;
}
.download-lists .list .item .button .icon2 {
  display: none;
}
.download-lists .list .item:hover .button {
  color: #fff;
  background-color: #80241C;
}
.download-lists .list .item:hover .button .icon1 {
  display: none;
}
.download-lists .list .item:hover .button .icon2 {
  display: block;
}
@media (max-width: 992px) {
  .download-lists .list {
    margin-top: 20px;
  }
  .download-lists .list .item {
    display: block;
    padding: 24px 20px;
  }
  .download-lists .list .item .button {
    width: 100%;
    margin-top: 20px;
  }
}
/*---------------------------- 下载详情页模板 -----------------------------*/
.download-detail .wsc-layout-d {
  padding-top: 20px;
}
.download-detail .main-block {
  padding: 40px 60px;
  background-color: #fff;
}
.download-detail .main-block .main-top {
  margin-bottom: 30px;
}
.download-detail .main-block .top-left {
  float: left;
  padding-right: 60px;
}
.download-detail .main-block .top-left h4 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #383838;
}
.download-detail .main-block .top-left h5 {
  margin-bottom: 14px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #222;
}
.download-detail .main-block .top-left p {
  margin-bottom: 24px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 26px;
  color: #666;
}
.download-detail .main-block .top-left p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.download-detail .main-block .top-left .comm-line-button {
  margin-top: 40px;
}
.download-detail .main-block .top-right {
  float: right;
  padding: 0;
}
.download-detail .main-block .top-right img {
  max-width: 100%;
} 
.download-detail .recommend-product {
  background-color: #fff;
}
.download-detail .download-float1 {
  display: none;
}
.download-detail .download-float1 .layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  width: 100%;
  height: 100%;
  background-color: rgba(17,17,17,.3);
}
.download-detail .download-float1 .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  width: 680px;
  height: 524px;
  margin: -262px -340px;
  background-color: #fff;
}
.download-detail .download-float1 .close-btn {
  position: absolute;
  top: 0;
  right: -60px;
  width: 30px;
  cursor: pointer;
}
.download-detail .download-float1 h3 {
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  background-color: #80241C;
}
.download-detail .download-float1 .wsc-form {
  padding: 60px 80px;
  background-color: #FFF;
}
.download-detail .download-float1 h4 {
  margin-bottom: 30px;
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #111;
}
.download-detail .download-float1 h4:before {
  content: '';
  float: left;
  width: 4px;
  height: 18px;
  margin: 5px 8px 5px 0;
  background-color: #80241C;
  border-radius: 2px;
}
.download-detail .download-float1 .wsc-form label {
  margin-bottom: 10px;
  color: #222;
}
.download-detail .download-float1 .wsc-form .fm-item {
  margin-bottom: 20px;
}
.download-detail .download-float1 .wsc-form .fm-btn {
  margin-top: 40px;
}
.download-detail .download-float1 .wsc-form .fm-btn .btn {
  width: 100%;
  height: 42px;
  background: #80241C;
  border: 1px solid #80241C;
  border-radius: 4px;
}
.download-detail .download-float1 .wsc-form .fm-btn .btn:hover { 
  background: rgba(159, 44, 35, 1);
}
@media (max-width: 992px) {
  .download-detail .main-block {
    padding: 30px 40px;
  }
  .download-detail .main-block .main-top {
    margin-bottom: 20px;
  }
  .download-detail .main-block .top-left {
    float: none;
  }
  .download-detail .main-block .top-right {
    float: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .download-detail .main-block {
    padding: 30px;
  }
  .download-detail .main-block .top-left {
    padding-right: 0;
  }
  .download-detail .main-block .top-left .comm-line-button { 
    width: 100%;
  }
  .download-detail .main-block .top-left h4 { 
    font-size: 18px;
  }
  .download-detail .download-float1 .inner {
    width: 80%;
    height: auto;
    margin-left: -40%;
  }
  .download-detail .download-float1 h3 {
    height: auto;
    line-height: 1.2;
    padding: 10px 0;
    font-size: 18px;
  }
  .download-detail .download-float1 .wsc-form {
    padding: 20px 30px;
  }
  .download-detail .download-float1 h4 {
    font-size: 16px;
  }
  .download-detail .download-float1 .close-btn {
    top: -10px;
    right: -34px;
  }
  .download-detail .download-float1 .wsc-form .fm-btn {
    margin: 30px 0;
  }
}

/*---------------------------- 解决方案列表页模板 -----------------------------*/
.programme-index .banner {
  height: auto;
  padding: 108px 0 132px;
}
.programme-index .banner h2 {
  margin-bottom: 40px;
  line-height: 52px;
}
.programme-index .banner li .item {
  padding: 30px 62px;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 30px;
  color: #FFF;
  background: rgba(255, 255, 255, 0.04);
  border: 8px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 4px;
}
.programme-index .banner .btns {
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
.programme-index .banner .btns .comm-button-white {
  margin-left: 10px;
}
.programme-title {
  padding: 40px 0;
  background-color: #F6F6F6;
}
.programme-title li {
  padding: 0 5px;
}
.programme-title .item {
  display: block;
  padding: 24px 0px;
  text-align: center;
  background-color: #fff;
  border-top: solid 2px #808598;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.programme-title .item .icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 56px;
  border: 1px solid rgba(128,132,152, 0.2);
  border-radius: 50%;
}
.programme-title .item .icon img:last-child { 
  display: none;
}

.programme-title .item:hover {
    border-top-color: #80241C;
  background-color: #80241C;
}
.programme-title .item:hover .icon { 
  border-color: #80241C;
  background-color: #fff;
}
.programme-title .item:hover .icon img:first-child { 
  display: none;
}
.programme-title .item:hover .icon img:last-child { 
  display: inline-block;
}
.programme-title .item:hover h4 {
  color: #fff;
}

.programme-title .item h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #808598;
}
.programme-index .wsc-bread .active {
  display: none;
}
.programme-index .programme-list {
  padding: 40px 0;
}
.programme-index .programme-list li {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #F6F6F6;
}
.programme-index .programme-list li:last-child {
  margin-bottom: 0;
}
.programme-index .programme-list .pic {
  padding: 0;
  overflow: hidden;
}
.programme-index .programme-list .pic img {
  width: 100%;
}
.programme-index .programme-list .pic:hover img {
  transform: scale(1.08);
  transition: all 0.36s;
}
.programme-index .programme-list .con {
  padding: 60px;
}
.programme-index .programme-list .con h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222;
}

.programme-index .programme-list .con h4 a:hover {
  color: #80241C;
}
.programme-index .programme-list .con p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 26px;
  color: #777;
}
.programme-index .programme-list .con .comm-button-white {
  width: 160px;
  margin-top: 60px;
}
.programme-index .form-block {
  padding: 40px 0;
  background: url(../images/programme-form-block-bg.jpg) no-repeat;
  background-size: cover;
}
.programme-index .form-block .top p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
}
.programme-index .form-block .top a {
  color: #80241C;
  text-decoration: underline;
}
.programme-index .wsc-form  .fm-item {
  width: 260px;
}
.programme-index .wsc-form  .fm-item:nth-of-type(3) {
  width: 360px;
}
.programme-index .wsc-form label {
  float: left;
  margin-top: 15px;
}
.programme-index .wsc-form .fm-btn .btn {
  width: 160px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #80241C;
  border: 1px solid #80241C;
  border-radius: 4px;
}
.programme-index .wsc-form .fm-btn .btn:hover { 
  background: rgba(159, 44, 35, 1);
}

.programme-index h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  color: #111;
}


.programme-index .intro-block {
  padding: 40px 0;
  background-color: #F6F6F6;
}
.programme-index .intro-block h3{
  margin-bottom: 40px;
}
.programme-index .intro-block li {
  padding: 0 1px 1px 0;
}
.programme-index .intro-block li:last-child {
  padding-right: 0; 
}
.programme-index .intro-block .item {
  padding: 40px 40px 58px;
  background-color: #fff;
}
.programme-index .intro-block .item .icon {
  display: block;
  width: 68px;
  margin: 0 auto;
}
.programme-index .intro-block .item h4 {
  margin-top: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222;
}
.programme-index .intro-block .item p {
  height: 78px;
  margin: 25px 0 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #555;
}
.programme-index .intro-block .item .comm-line-button {
  width: 100%;
}
@media (min-width: 1240px) {
  .programme-index .wsc-form {
    margin-top: 30px;
  }
  .programme-index .wsc-form .fm-item {
    float: left;
    margin-right: 30px;
  }
  .programme-index .wsc-form .fm-item .form-control {
    display: inline-block;
    width: 180px;
    height: 50px;
    padding: 13px 12px;
  }
  .programme-index .wsc-form .fm-item .fm-sel {
    display: inline-block;
  }
  .programme-index .wsc-form .fm-item .fm-sel .form-control {
    width: 280px;
    vertical-align: middle;
  }
  .programme-index .wsc-form .fm-item .msg-box {
    display: block;
    margin-top: 5px;
  }
  .programme-index .wsc-form .fm-item > .msg-box {
    margin-left: 80px;
  }
  .programme-index .wsc-form .fm-btn {
    float: left;
    margin: 0;
  }
  .programme-index .wsc-form .fm-btn .btn {
    width: 160px;
  }
}
@media (max-width: 1240px) {
  .programme-index .banner li .item {
    padding: 20px 22px;
  }
  .programme-index .programme-list .con {
    padding: 40px 30px;
  }
  .programme-index .intro-block .item {
    padding: 30px 30px 40px;
  }
  .programme-index .intro-block .item h4 {
    font-size: 18px;
  }
  .programme-index .wsc-form {
    width: 400px;
    margin: 20px auto 0;
  }
  .programme-index .wsc-form .fm-item {
    width: 380px;
    margin-bottom: 20px;
  }
  .programme-index .wsc-form  .fm-item:nth-of-type(3) {
    width: 380px;
  }
  .programme-index .wsc-form .fm-item .form-control {
    display: inline-block;
    width: 280px;
    height: 50px;
    padding: 13px 12px;
  }
  .programme-index .wsc-form .fm-item .fm-sel {
    display: inline-block;
  }
  .programme-index .wsc-form .fm-item .fm-sel .form-control {
    vertical-align: middle;
  }
  .programme-index .wsc-form label {
    width: 100px;
    text-align: right;
  }
  .programme-index .wsc-form .msg-box {
    display: block;
    margin-top: 5px;
  }
  .programme-index .wsc-form .fm-item > .msg-box {
    margin-left: 100px;
  }
  .programme-index .wsc-form .fm-btn .btn {
    width: 280px;
    margin-left: 100px;
  }
}
@media (max-width: 992px) {
  .programme-index .banner {
    padding: 50px 0 60px  ;
  }
  .programme-index .banner li {
    margin-bottom: 20px;
  }
  .programme-index .banner li:last-child {
    margin-bottom: 0;
  }
  .programme-index .banner li .item {
    padding: 10px 22px;
    border-width: 4px;
  }
  .programme-title li {
    padding: 0 2px;
  }
  .programme-title .item h4 {
    font-size: 14px;
  }
  .programme-index .programme-list .con h4 {
    font-size: 18px;
  }
  .programme-index .programme-list .con .comm-button-white {
    margin-top: 30px;
  }
  .programme-index .intro-block li {
    padding-bottom: 5px;
    padding-right: 5px;
  }
  .programme-index .intro-block li:nth-child(2n) {
    padding-right: 0; 
  } 
}
@media (max-width: 767px){  
  .programme-index .banner .btns .comm-button-white {
    margin-top: 10px;
    margin-left: 0;
  }
  .programme-title {
    padding: 20px 0;
  }
  .programme-title .item {
    padding: 10px 0;
  }
  .programme-title .item .icon {
    margin-bottom: 10px;
  }
  .programme-index .programme-list {
    padding: 20px 0;
  }
  .programme-index .programme-list li {
    margin-bottom: 20px;
  }
  .programme-index .programme-list .con {
    padding: 20px;
  }
  .programme-index .intro-block {
    padding: 30px 0;
  }
  .programme-index h3 {
    font-size: 20px;
  }
  .programme-index .intro-block h3 {
    margin-bottom: 20px;
  }
  .programme-index .intro-block li {
    padding: 0 5px 5px 0;
  }
  .programme-index .intro-block .item {
    padding: 20px 15px 30px;
  }
  .programme-index .intro-block .item h4 {
    margin-top: 16px;
    font-size: 16px;
    word-break: keep-all;
  }
  .programme-index .intro-block .item p {
    margin: 10px 0 20px;
    font-size: 14px;
  }
  .programme-index .form-block {
    padding: 30px 0;
  }
  .programme-index .wsc-form {
    width: auto;
  }
  .programme-index .wsc-form .fm-item,
  .programme-index .wsc-form .fm-item:nth-of-type(3) {
    width: auto;
  }
  .programme-index .wsc-form label {
    width: auto;
  }
  .programme-index .wsc-form .fm-item .form-control {
    width: 100%;
  }
  .programme-index .wsc-form .fm-item .fm-sel {
    width: 100%;
  }
  .programme-index .wsc-form .fm-btn .btn {
    width: 100%;
    margin-left: 0;
  }
  .programme-index .wsc-form .fm-item .msg-box {
    margin-left: 10px;
  }
}
  .partner-wrap .wsc-logo img {
        width: auto;
    }