.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {

}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: ����;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #C7000B;
  }
  .header-wrapper:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper .language:hover .caption {
    color: #fff;
    background: #C7000B;
    border-color: #C7000B;
  }
  .header-wrapper .language:hover .caption i {
    background: url(../img/earth2.png) no-repeat center center;
    background-size: contain;
  }
  .header-wrapper .language:hover .caption span:after {
    background: url(../img/down8.png) no-repeat center center;
    background-size: contain;
  }
  .header-wrapper .language:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header-wrapper .search:hover {
    border-color: #ddd;
    background: #ddd url(search4.png) no-repeat center center;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 10;
    background: #ECECEA;
    transform: perspective(1px) translateZ(0);
  }
  .page-nav-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ECECEA;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper:before {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background: #ECECEA;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .page-nav-wrapper .box-container {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    height: 92px;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
	font-family: "����";
  }
  .page-nav-wrapper .page-nav-box {
    flex: 1;
    overflow: hidden;
    background: #ECECEA;
    margin-right: 66px;
	font-family: "����";
  }
  .page-nav-wrapper .nav {
    font-size: 0;
	
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #666;
   
    line-height: 92px;
    min-width: 100px;
    padding: 0 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
	
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #e70012;
    background: #DCDCDC;
    border-color: rgba(195, 44, 48, 0.1);
  }
  .page-nav-wrapper .nav > a.on:after,
  .page-nav-wrapper .nav > a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .page-nav-wrapper .nav > a:before {
    position: absolute;
    left: 50%;
    bottom: 17px;
    margin-left: -4px;
    z-index: 10;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 2px solid #e62129;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    opacity: 0;
    visibility: hidden;
  }
  .page-nav-wrapper .nav > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
    background-blend-mode: normal, normal;
  }
  .page-nav-wrapper .breadcrumb {
    font-size: 0;
  }
  .page-nav-wrapper .breadcrumb a,
  .page-nav-wrapper .breadcrumb span,
  .page-nav-wrapper .breadcrumb img {
    display: inline-block;
    vertical-align: middle;
  }
  .page-nav-wrapper .breadcrumb a,
  .page-nav-wrapper .breadcrumb span {
    font-size: 12px;
    
  }
  .page-nav-wrapper .breadcrumb a {
    color: #999;
  }
  .page-nav-wrapper .breadcrumb a:hover {
    color: #C7000B;
  }
  .page-nav-wrapper .breadcrumb .home {
    position: relative;
    top: -1px;
    margin-right: 8px;
  }
  .page-nav-wrapper .breadcrumb .icon {
    margin: 0 12px;
  }
  .page-nav-wrapper .breadcrumb span {
    
    color: #C7000B;
  }
  .management-wrapper .box-4 .swiper-wrapper {
    justify-content: center;
  }
  .management-wrapper .box-2 .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .management-wrapper .box-2 .swiper-wrapper .swiper-slide {
    width: auto;
  }
  .management-wrapper .box-5 .desc,
  .news-wrapper .news .list li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-box-4 .swiper-slide:hover {
    background: transparent;
  }
  .index-box-4 .swiper-slide:hover:before {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .index-box-4 .swiper-slide:hover .pic img {
    height: 0;
    opacity: 0;
  }
  .index-box-4 .swiper-slide:hover .name,
  .index-box-4 .swiper-slide:hover .date,
  .index-box-4 .swiper-slide:hover .desc,
  .index-box-4 .swiper-slide:hover .index-more {
    color: #fff;
  }
  .index-box-4 .swiper-slide:hover .index-more {
    border-color: #fff;
  }
  .index-box-4 .swiper-slide:hover .desc {
    height: 104px;
    -webkit-line-clamp: 4;
  }
  .index-box-4 .swiper-slide:hover .index-more:hover {
    background: #fff;
    color: #C7000B;
    border-color: #C7000B;
  }
  .page-cat-box a:hover {
    color: #fff;
    background: #523538;
  }
  .welfare-wrapper .box-2 li:nth-child(-n+5) {
    margin-top: 0;
  }
  .video-wrapper ul li:nth-child(-n+3) {
    margin-top: 0;
  }
  .businessinfo-wrapper .box-5 .swiper-wrapper {
    flex-flow: wrap;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 1200px;
  }
  .header-wrapper .box-container,
  .p_h {
    height: 110px;
  }
  .header-wrapper .pc-nav-box ul li > a {
    line-height: 110px;
  }
  .header-wrapper .pc-nav-box {
    margin: 0 100px;
  }
  .header-wrapper .pc-nav-box .nav-box a {
    line-height: 86px;
    height: 86px;
    margin-right: 64px;
  }
  .header-wrapper .pc-nav-box .name {
    font-size: 30px;
    line-height: 40px;
  }
  .index-banner-wrapper .info-1 .ename {
    font-size: 220px;
    line-height: 180px;
  }
  .index-banner-wrapper .info-1 .name {
    margin-top: 20px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 15px;
    width: 540px;
  }
  .index-banner-wrapper .info .name {
    font-size: 54px;
  }
  .index-banner-wrapper .info-2 .desc {
    margin-top: 30px;
    font-size: 15px;
    line-height: 36px;
    width: 520px;
  }
  .index-box {
   
  }
  .index-box-1 .info {
    padding-right: 140px;
  }
  .index-title-box {
    margin-bottom: 60px;
  }
  .index-title-box .title {
    font-size: 34px;
  }
  .index-title-box .line {
    height: 5px;
  }
  .index-title-box p {
    margin: 10px auto 10px;
  }
   
  .index-box-1 .info .name {
    font-size: 36px;
  }
  .index-box-1 .inner .name {
    font-size: 26px;
    line-height: 56px;
  }
  .index-box-1 .ename {
    font-size: 74px;
    margin-top: 24px;
  }
  .index-box-1 .inner {
    left: 90px;
    top: 90px;
  }
  .index-box-2 .swiper-slide .pic img {
    height: 105px;
  }
  .index-box-3 .box-container .pic img {
    width: 50px;
  }
  .index-box-3 .swiper-slide .info {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: calc((100% - 1366px) / 2);
  }
  .index-box-3 .swiper-slide .desc {
    line-height: 26px;
    margin-bottom: 50px;
  }
  .index-box-4  .index-box-5 {
    padding: 110px 0;
  }
  .index-box-4 .swiper-slide {
    padding: 50px;
  }
  .index-box-4 .pic img {
    height: 174px;
  }
  .index-box-4 .swiper-slide {
    height: 580px;
  }
  .index-box-4 .date,
  .news-wrapper .date {
    margin-bottom: 20px;
  }
  .index-box-4 .name,
  .news-wrapper .name {
    font-size: 20px;
  }
  .index-box-4 .desc,
  .news-wrapper .desc {
    margin: 20px auto 40px;
  }
  .footer-wrapper .left,
  .footer-wrapper .right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-wrapper .friend-link .name {
    height: 55px;
    line-height: 54px;
  }
  .footer-wrapper .friend-link .list {
    max-height: 275px;
  }
  .footer-wrapper .friend-link .list a {
    line-height: 54px;
  }
  .footer-wrapper .footer-nav-box {
    margin-top: 10px;
  }
  .footer-wrapper .footer-nav-box dt a,
  .footer-wrapper .footer-nav-box dl:last-child dt a,
  .footer-wrapper .footer-nav-box dl:last-child dd a {
    font-size: 17px;
  }
  .footer-wrapper .footer-nav-box dl:last-child dt a,
  .footer-wrapper .footer-nav-box dl:last-child dd a {
    line-height: 46px;
  }
  .footer-wrapper .tel {
    font-size: 40px;
    line-height: 54px;
  }
  .footer-wrapper .address {
   
  }
  .page-nav-wrapper .box-container {
    height: 80px;
  }
  .page-nav-wrapper .nav > a {
    line-height: 80px;
  }
  .page-nav-wrapper .nav > a:before {
    bottom: 15px;
  }
  .business-wrapper .search-box {
    padding: 54px 60px 30px;
  }
  .business-wrapper .swiper-box .name {
    font-size: 20px;
    padding: 0 80px 0 40px;
  }
  .business-wrapper .swiper-box .swiper-pagination {
    padding-right: 40px;
  }
  .business-wrapper .box {
    margin: 32px auto 50px;
  }
  .business-wrapper .main {
    margin-top: 70px;
  }
  .business-wrapper .main .pic img {
    height: 341px;
  }
  .business-wrapper .main .brief {
    margin-top: 30px;
  }
  .business-wrapper .main .desc {
    margin: 16px auto 26px;
  }
  .business-wrapper .main .info {
    padding: 40px 46px 60px;
  }
  .business-wrapper .main .more {
    right: 46px;
    bottom: 110px;
  }
  .page-banner-wrapper .name {
    font-size: 48px;
  }
  .page-banner-wrapper .ename {
    margin: 10px auto 20px;
    font-size: 15px;
  }
  .business-wrapper .search-box .name {
    font-size: 26px;
  }
  .page-box {
    padding-top: 90px;
  }
  .businessinfo-wrapper .name-box .name {
    font-size: 44px;
    margin-bottom: 14px;
  }
  .businessinfo-wrapper .name-box {
    margin-bottom: 70px;
  }
  .businessinfo-wrapper .box-1 .prev {
    left: -80px;
  }
  .businessinfo-wrapper .box-1 .next {
    right: -80px;
  }
  .businessinfo-wrapper .box-1:before {
    height: 780px;
  }
  .businessinfo-wrapper .param-box {
    margin-top: 110px;
  }
  .businessinfo-wrapper .box-2 .pic img {
    height: 218px;
  }
  .businessinfo-wrapper .box-2 .info {
    padding: 34px 40px 40px;
  }
  .businessinfo-wrapper .box-2 .more {
    right: 40px;
  }
  .history-wrapper .detail {
    margin-top: 72px;
  }
  .history-wrapper .detail {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-wrapper .box-1 .name {
    font-size: 36px;
  }
  .about-wrapper .box-1 .ename {
    font-size: 72px;
    margin: 18px auto 24px;
  }
  .about-wrapper .content {
    line-height: 26px;
  }
  .about-wrapper .box-2 {
    padding-bottom: 140px;
  }
  .about-wrapper .box-2 .name {
    font-size: 16px;color: #000;
  }
  .about-wrapper .box-2 .ename {
    font-size: 14px;color: #000;
  }
  .about-wrapper .box-2 .info {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .news-wrapper .pic img {
    height: 217px;
  }
  .newsdetail .top .title {
    font-size: 32px;
  }
  .ndbot.cur .ndbotleft {
    left: calc((100% - 1366px) / 2);
  }
  .concept-wrapper .swiper-box {
    padding-left: calc((100% - 1366px) / 2);
  }
  .newsdetail .top .date {
    font-size: 18px;
    margin-top: 60px;
  }
  .ndcontent {
    line-height: 32px;
  }
  .contact-wrapper .map {
  
  }
  .contact-wrapper .info li {
    margin-bottom: 22px;
  }
  .job-wrapper .box li {
    padding-left: 70px;
    padding-right: 70px;
  }
  .job-wrapper .btn {
    right: 70px;
    width: 52px;
    height: 52px;
  }
  .job-wrapper .top .name {
    font-size: 22px;
    padding-bottom: 20px;
    height: 96px;
  }
  .job-wrapper .inner-1,
  .job-wrapper .inner-2,
  .job-wrapper .inner-3 .info {
    padding-left: 40px;
    padding-right: 40px;
  }
  .job-wrapper .inner-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .job-wrapper .inner-2 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .job-wrapper .inner-2 .name {
    font-size: 24px;
    line-height: 34px;
    margin-top: 24px;
  }
  .job-wrapper {
    padding-bottom: 160px;
  }
  .job-wrapper .brief,
  .job-wrapper .hide-box {
    padding-right: 90px;
  }
  .management-wrapper .box-1 .info {
    padding-right: 80px;
  }
  .management-wrapper .box-1 .name {
    font-size: 36px;
  }
  .management-wrapper .box-1 .content {
    line-height: 26px;
  }
  .management-wrapper .box-2 .main {
    padding: 84px;
  }
  .management-wrapper .box-2 .data ul li {
    width: 36%;
    margin-bottom: 80px;
  }
  .management-wrapper .box-2 .data .num span {
    font-size: 44px;
  }
  .management-wrapper .box-2 .data em {
    font-size: 15px;
  }
  .management-wrapper .box-2 .data i {
    font-size: 20px;
  }
  .management-wrapper .box-2 .data .num {
    margin-bottom: 5px;
  }
  .management-wrapper .box-2 .content {
    line-height: 30px;
    max-height: 330px;
  }
  .management-wrapper .box-2 .swiper-slide p {
    font-size: 15px;
  }
  .management-wrapper .box-3 .content,
  .management-wrapper .box-3 .brief {
    line-height: 26px;
  }
  .management-wrapper .box-3 .brief {
    margin-bottom: 60px;
  }
  .management-wrapper .box-4 .swiper-slide {
    margin-right: 70px;
  }
  .management-wrapper .box-4 .content,
  .management-wrapper .box-6 .detail-box .box .content {
    line-height: 30px;
  }
  .management-wrapper .box-5 .pic img {
    height: 216px;
  }
  .management-wrapper .box-5 .info {
    padding: 34px 40px 40px;
  }
  .management-wrapper .box-5 .name {
    font-size: 20px;
  }
  .management-wrapper .box-5 .desc {
    margin-bottom: 30px;
  }
  .management-wrapper .box-6 .caption {
    font-size: 22px;
  }
  .management-wrapper .box-6 .detail-box .box .name {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .management-wrapper .box-6 .detail-box .box .content {
    margin-bottom: 40px;
  }
  .management-wrapper .box-4 .name {
    font-size: 28px;
  }
  .management-wrapper .box-4 .info {
    padding-right: 100px;
  }
  .concept-wrapper .tag {
    font-size: 22px;
  }
  .concept-wrapper .en {
    font-size: 32px;
  }
  .concept-wrapper .cn {
    font-size: 22px;
    margin: 10px auto 30px;
  }
  .concept-wrapper .info {
    line-height: 26px;
    padding-top: 36px;
  }
  .concept-wrapper .swiper-slide:after {
    top: 38%;
  }
  .magazine-wrapper .info {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 80px;
  }
  .magazine-wrapper .name {
    font-size: 20px;
  }
  .magazine-wrapper .date {
    margin-top: 10px;
  }
  .magazine-wrapper .btn {
    top: 30px;
    right: 30px;
    width: 42px;
    height: 42px;
  }
  .brand-wrapper .box-2 {
    padding: 110px 0;
  }
  .research-wrapper .prev {
    left: -77px;
  }
  .research-wrapper .next {
    right: -77px;
  }
  .research-wrapper .detail-swiper .name {
    font-size: 28px;
  }
  .research-wrapper .detail-swiper .desc {
    line-height: 32px;
  }
  .research-wrapper .cat-swiper .swiper-slide:before {
    width: 50px;
    margin-left: -25px;
  }
  .culture-wrapper .data ul li {
    margin-bottom: 90px;
  }
  .talent-wrapper .name {
    font-size: 40px;
  }
  .talent-wrapper .content {
    font-size: 17px;
    line-height: 34px;
  }
  .honor-wrapper .box .pic img {
    height: 310px;
  }
  .honor-wrapper .box .inner {
    padding: 0 40px;
  }
  .video-wrapper li .pic img,
  .video-wrapper li iframe {
    height: 267px;
  }
  .video-wrapper li {
    margin-top: 46px;
  }
  .businessinfo-wrapper .box-3 .swiper-slide .pic img {
    height: 150px;
  }
  .businessinfo-wrapper .box-3 .swiper-box {
    padding: 0 80px;
  }
  .businessinfo-wrapper .contact-box {
    padding: 60px 50px 74px;
  }
  .businessinfo-wrapper .label {
    margin-bottom: 30px;
  }
  .businessinfo-wrapper .label span {
    min-width: 88px;
  }
  .businessinfo-wrapper .tel {
    line-height: 28px;
  }
  .businessinfo-wrapper .box-3 .swiper-btn {
    top: 56px;
  }
  .businessinfo-wrapper .box-3 {
    padding-bottom: 110px;
  }
  .businessinfo-wrapper .box-6 .info .desc {
    font-size: 17px;
    margin-bottom: 34px;
  }
  .businessinfo-wrapper .box-6 .info p img {
    margin-right: 6px;
  }
  .businessinfo-wrapper .box-6 .map {
    height: 461px;
  }
  .businessinfo-wrapper .box-6 {
    margin: 110px auto;
  }
  .businessinfo-wrapper .box-5 .swiper-slide img {
    height: 108px;
  }
  .businessinfo-wrapper .box-5 .desc {
    font-size: 28px;
    line-height: 40px;
  }
  .businessinfo-wrapper .box-5 {
    padding: 120px 0 140px;
  }
  .businessinfo-wrapper .box-4 .title {
    font-size: 20px;
  }
  .businessinfo-wrapper .box-4 .date {
    font-size: 22px;
  }
  .businessinfo-wrapper .box-4 .info {
    padding: 44px;
  }
  .businessinfo-wrapper .box-4 .prev {
    left: -80px;
  }
  .businessinfo-wrapper .box-4 .next {
    right: -80px;
  }
  .management-wrapper .box-7 {
    background-size: 50%;
  }
  .index-box-2 .prev {
    left: -80px;
  }
  .index-box-2 .next {
    right: -80px;
  }
}

@media screen and (max-width: 1440px) {
  .box-container {
    width: 1200px;
  }
  .header-wrapper .box-container,
  .p_h {
    height: 100px;
  }
  .header-wrapper .pc-nav-box {
    margin: 0 70px;
  }
  .header-wrapper .pc-nav-box ul li > a {
    line-height: 100px;
  }
  .header-wrapper .pc-nav-box ul li {
    margin-right: 32px;
  }
  .header-wrapper .pc-nav-box .nav-box a {
    line-height: 48px;
    height: 48px;
    margin-right: 52px;
  }
  .header-wrapper .search {
    width: 42px;
    height: 42px;
  }
  .header-wrapper .language .caption {
    height: 42px;
    line-height: 42px;
  }
  .header-wrapper .language .list a {
    line-height: 44px;
  }
  .header-wrapper .logo-box img {
    width: 320px;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
  }
  .header-wrapper .pc-nav-box .name {
    font-size: 26px;
    line-height: 36px;
  }
  .index-banner-wrapper .info-1 .ename {
    font-size: 180px;
    line-height: 160px;
  }
  .index-banner-wrapper .info-1 .name {
    margin-top: 12px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 14px;
    width: 480px;
    line-height: 26px;
  }
  .index-banner-wrapper .info .name {
    font-size: 48px;
    line-height: 60px;
  }
  .index-banner-wrapper .info-2 {
    top: 120px;
  }
  .index-banner-wrapper .info-2 .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 32px;
    width: 460px;
  }
  .index-box {
     padding-top: 60px;
		background-image: url(bg1.jpg);
	
	background-repeat: repeat;
  }
  .index-box-1 .info {
    padding-right: 120px;
  }
  .index-title-box {
    margin-bottom: 50px;
  }
  .index-title-box .title {
    font-size: 32px;
  }
  .index-title-box .line {
    width: 28px;
    height: 4px;
  }
  .index-box-1 .info .name {
    font-size: 32px;
    line-height: 40px;
  }
  .index-box-1 .desc {
    margin: 32px auto 50px;
    line-height: 26px;
    height: 156px;
  }
  .index-box-1 .inner .name {
    font-size: 28px;
    line-height: 48px;
  }
  .index-box-1 .ename {
    font-size: 64px;
    margin-top: 20px;
  }
  .index-box-1 .inner {
    left: 60px;
    top: 80px;
  }
  .index-box-2 .swiper-slide .pic img {
width:100%;
  }
  .index-box-3 .box-container .pic img {
    width:38px;
  }
  .index-box-3 .box-container .name {
    margin-top: 14px;
  }
  .index-box-3 .box-container .name:after {
    margin-top: 10px;
  }
  .index-box-3 .swiper-slide .desc {
    line-height: 24px;
    margin-bottom: 46px;
  }
  .index-box-3 .swiper-slide .info {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 68px;
    padding-right: calc((100% - 1200px) / 2);
  }
  .index-box-4 .index-box-5{
    padding: 100px 0;
  }
  .index-box-4 .pic img {
    height: 200px;
  }
  .index-box-4 .info,
  .news-wrapper .info {
    margin-top: 30px;
  }
  .index-box-4 .swiper-slide {
    padding: 10px 10px;
    height: 508px;
  }
  .index-box-4 .dat,
  .news-wrapper .date {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .index-box-4 .name,
  .news-wrapper .name {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }
  .index-box-4 .desc,
  .news-wrapper .desc {
    margin: 16px auto 30px;
  }
  .footer-wrapper .left,
  .footer-wrapper .right {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .footer-wrapper .friend-link .name {
    height: 50px;
    line-height: 49px;
  }
  .footer-wrapper .friend-link .list a {
    line-height: 49px;
  }
  .footer-wrapper .friend-link .list {
    max-height: 250px;
  }
  .footer-wrapper .footer-nav-box {
    margin-top: 12px;
  }
  .footer-wrapper .footer-nav-box dt a,
  .footer-wrapper .footer-nav-box dl:last-child dt a,
  .footer-wrapper .footer-nav-box dl:last-child dd a {
    font-size: 16px;
  }
  .footer-wrapper .footer-nav-box dl:last-child dt a,
  .footer-wrapper .footer-nav-box dl:last-child dd a {
    line-height: 44px;
  }
  .footer-wrapper .tel {
    font-size: 20px;
  }
  .footer-wrapper .right {
    padding-left: 0px;
  }
  .footer-wrapper .address {
    
  }
  .footer-wrapper .footer-nav-box dt {
    margin-bottom: 8px;
  }
  .footer-wrapper .share-box a {
    width: 34px;
    height: 34px;
    margin-right: 15px;
  }
  .footer-wrapper .share-box span {
    line-height: 34px;
  }
  .footer-wrapper .copy {
    width: 100%;

    margin-left: auto;
    margin-right: 0; text-align: center; 
  }
  .footer-wrapper .footer-nav-box dt a {
    line-height: 32px;
  }
  .page-nav-wrapper .box-container {
    height: 78px;
  }
  .page-nav-wrapper .nav > a {
    line-height: 78px;
  }
  .more {
    width: 40px;
    height: 28px;
  }
  .page-nav-wrapper .nav > a:before {
    bottom: 12px;
  }
  .business-wrapper .search-box {
    padding: 44px 50px 30px;
  }
  .business-wrapper .search-box .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .business-wrapper .swiper-box .name {
    font-size: 18px;
    line-height: 70px;
    padding: 0 80px 0 30px;
  }
  .business-wrapper .swiper-box .swiper-pagination {
    padding-right: 30px;
    bottom: 28px;
  }
  .business-wrapper .box {
    margin: 20px auto 40px;
  }
  .business-wrapper .main {
    margin-top: 60px;
  }
  .business-wrapper .main .pic img {
    height: 300px;
  }
  .business-wrapper .main .brief {
    margin-top: 26px;
  }
  .business-wrapper .main .desc {
    margin: 14px auto 24px;
  }
  .business-wrapper .main .info {
    padding: 34px 40px 50px;
  }
  .business-wrapper .main .more {
    right: 40px;
    bottom: 100px;
  }
  .page-banner-wrapper .name {
    font-size: 48px;
    line-height: 32px;
  }
  .page-banner-wrapper .ename {
    margin: 6px auto 14px;
    font-size: 14px;
  }
  .business-wrapper .box .item .top {
    padding: 0 36px 0 24px;
    background-position: right 24px center;
  }
  .business-wrapper .box .item .list {
    max-height: 230px;
  }
  .business-wrapper .box .item .list a {
    line-height: 45px;
  }
  .business-wrapper .box .text {
    padding: 0 24px;
  }
  .business-wrapper .box .text,
  .business-wrapper .box .top {
    height: 46px;
    line-height: 46px;
  }
  .business-wrapper .main .area span {
    font-size: 28px;
  }
  .business-wrapper .main .area {
    margin-right: 30px;
  }
  .page-banner-wrapper .line {
    height: 6px;
  }
  .business-wrapper .main .type img,
  .business-wrapper .main .brief img {
    width: 16px;
    position: relative;
    top: -1px;
  }
  .business-wrapper .main li:after {
    height: 4px;
  }
  .loading {
    margin-top: 60px;
  }
  .businessinfo-wrapper .name-box .name {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 42px;
  }
  .businessinfo-wrapper .name-box p {
    font-size: 16px;
  }
  .businessinfo-wrapper .name-box {
    margin-bottom: 60px;
  }
  .businessinfo-wrapper .box-1 .prev {
    left: -76px;
  }
  .businessinfo-wrapper .box-1 .next {
    right: -76px;
  }
  .businessinfo-wrapper .box-1:before {
    height: 720px;
  }
  .businessinfo-wrapper .param-box {
    margin-top: 100px;
  }
  .businessinfo-wrapper .box-2 .pic img {
    height: 192px;
  }
  .businessinfo-wrapper .box-2 .info {
    padding: 30px 32px;
  }
  .businessinfo-wrapper .swiper-btn,
  .history-wrapper .swiper-btn,
  .concept-wrapper .swiper-btn,
  .research-wrapper .swiper-btn {
    width: 42px;
    height: 42px;
  }
  .businessinfo-wrapper .btn-box a {
    margin-right: 15px;
  }
  .businessinfo-wrapper .box-2 .name {
    font-size: 20px;
  }
  .businessinfo-wrapper .box-2 .area span {
    font-size: 26px;
  }
  .businessinfo-wrapper .box-2 .more {
    bottom: 60px;
  }
  .businessinfo-wrapper .box-2 .desc {
    margin-bottom: 25px;
  }
  .businessinfo-wrapper .box-2 {
    padding: 80px 0 90px;
  }
  .businessinfo-wrapper .param-box .title {
    font-size: 32px;
  }
  .businessinfo-wrapper .box-2 .more {
    right: 32px;
  }
  .history-wrapper .detail {
    padding: 36px 30px 40px;
  }
  .history-wrapper .detail ul {
    height: 340px;
    padding-right: 10px;
  }
  .history-wrapper .detail ul::-webkit-scrollbar {
    width: 3px;
  }
  .about-wrapper .box-1 .name {
    font-size: 32px;
    line-height: 36px;
  }
  .about-wrapper .box-1 .ename {
    font-size: 64px;
    line-height: 60px;
    margin: 10px auto 14px;
  }
  .about-wrapper .content {
    line-height: 22px;
  }
  .about-wrapper .box-2 {
    padding-bottom: 120px;
  }
  .about-wrapper .box-2 .name{
    font-size: 16px;
    line-height: 36px;color: #000;
  }
  .about-wrapper .box-2 .ename {
    font-size: 14px;
    line-height: 36px;color: #000;
  }
  .about-wrapper .box-2 .info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-wrapper .box-1 .info {
    padding-right: 50px;
  }
  .about-wrapper .box-2 .ename {
    margin-top: 10px;
  }
  .news-wrapper .main li {
    width: 30%;
    margin-right: 5%;
    margin-top: 5%;
  }
  .news-wrapper .pic img {
    height: 197px;
  }
  .newsdetail .top .title {
    font-size: 30px;
  }
  .ndbot.cur .ndbotleft {
    left: calc((100% - 1200px) / 2);
  }
  .concept-wrapper .swiper-box {
    padding-left: calc((100% - 1200px) / 2);
  }
  .ndcontent {
    padding-bottom: 40px;
  }
  .newsdetail .top .date {
    margin-top: 50px;
  }
  .contact-wrapper .map {
  
  }
  .contact-wrapper .info {
    padding-right: 80px;
  }
  .contact-wrapper .info li {
    line-height: 28px;
    margin-bottom: 18px;
    font-size: 15px;
    padding-left: 46px;
  }
  .contact-wrapper .info .icon {
    width: 28px;
  }
  .contact-wrapper .box-2 {
    margin-top: 0px;
   
  }
  .contact-wrapper .text {
    height: 46px;
    line-height: 46px;
  }
  .contact-wrapper .text,
  .contact-wrapper .msg {
    padding-left: 24px;
    padding-right: 24px;
  }
  .contact-wrapper .msg {
    height: 170px;
  }
  .job-wrapper .box li {
    padding: 20px 30px 24px;
  }
  .job-wrapper .btn {
    right: 60px;
    width: 46px;
    height: 46px;
  }
  .job-wrapper .top .name {
    font-size: 20px;
    line-height: 30px;
    height: 34px;
  }
  .job-wrapper .inner-1,
  .job-wrapper .inner-2,
  .job-wrapper .inner-3 .info {
    padding-left: 34px;
    padding-right: 34px;
  }
  .job-wrapper .inner-1 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .job-wrapper .inner-2 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .job-wrapper .inner-2 .name {
    font-size: 20px;
    line-height: 30px;
    margin-top: 16px;
  }
  .job-wrapper {
    padding-bottom: 120px;
  }
  .job-wrapper .brief {
    padding-left: 40px;
  }
  .job-wrapper .brief,
  .job-wrapper .hide-box {
    padding-right: 80px;
  }
  .job-wrapper .brief span {
    margin-right: 32px;
  }
  .job-wrapper .btn:after {
    height: 13px;
    margin-top: -7px;
  }
  .job-wrapper .btn:before {
    width: 13px;
    margin-left: -6px;
  }
  .job-wrapper .inner-1 .text,
  .job-wrapper .inner-1 .top,
  .job-wrapper .submit {
    height: 40px;
    line-height: 40px;
  }
  .job-wrapper .caption-box .caption {
    font-size: 18px;
  }
  .job-wrapper .hide-box {
    padding-left: calc(25.28% + 40px);
  }
  .job-wrapper .inner-1 .item .list {
    max-height: 200px;
  }
  .job-wrapper .inner-1 .item .list a {
    line-height: 39px;
  }
  .management-wrapper .box-1 .info {
    padding-right: 60px;
  }
  .management-wrapper .box-1 .name {
    font-size: 32px;
  }
  .management-wrapper .box-1 .content {
    line-height: 24px;
    margin-top: 30px;
  }
  .management-wrapper .box-2 .main {
    padding: 76px;
    margin-top: 40px;
  }
  .management-wrapper .box-2 .data ul li {
    width: 36%;
    margin-bottom: 70px;
  }
  .management-wrapper .box-2 .data .num span {
    font-size: 40px;
    line-height: 30px;
  }
  .management-wrapper .box-2 .content {
    line-height: 28px;
    max-height: 308px;
  }
  .management-wrapper .box-2 .swiper-slide p {
    font-size: 14px;
  }
  .management-wrapper .box-2 .dot {
    width: 14px;
    height: 14px;
  }
  .management-wrapper .box-2 .year {
    font-size: 38px;
  }
  .management-wrapper .box-2:after {
    top: 152px;
  }
  .management-wrapper .box-2 .data i {
    top: -16px;
  }
  .management-wrapper .box-3 .brief {
    margin-bottom: 50px;
  }
  .management-wrapper .box-4 .swiper-slide {
    margin-right: 60px;
  }
  .management-wrapper .box-4 .content,
  .management-wrapper .box-6 .detail-box .box .content {
    line-height: 26px;
  }
  .management-wrapper .box-5 .pic img {
    height: 190px;
  }
  .management-wrapper .box-5 .info {
    padding: 30px 34px;
  }
  .management-wrapper .box-5 .name {
    font-size: 18px;
  }
  .management-wrapper .box-5 .desc {
    margin-bottom: 24px;
  }
  .management-wrapper .box-6 .caption {
    font-size: 20px;
  }
  .management-wrapper .box-6 .detail-box .box .name {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .management-wrapper .box-6 .detail-box .box .content {
    margin-bottom: 30px;
  }
  .management-wrapper .box-2 {
    padding: 90px 0 80px;
  }
  .management-wrapper .box-5 {
    padding-bottom: 90px;
  }
  .management-wrapper .box-6 {
    padding: 90px 0;
  }
  .management-wrapper .box-6 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .management-wrapper .box-4 .name {
    font-size: 26px;
  }
  .management-wrapper .box-4 .info {
    padding-right: 90px;
  }
  .management-wrapper .box-4 .content {
    font-size: 15px;
  }
  .management-wrapper .tab-box:after,
  .management-wrapper .box-4 .swiper-slide:after {
    height: 2px;
  }
  .management-wrapper .box-4 .swiper-slide {
    padding-bottom: 16px;
  }
  .bidding-wrapper .sideSearch .title-box .title {
    font-size: 24px;
    padding: 24px;
  }
  .bidding-wrapper .sideSearch .botDiv {
    padding: 30px 24px 5px;
  }
  .bidding-wrapper .sideSearch .select > a,
  .bidding-wrapper .sideSearch .text {
    height: 44px;
    line-height: 44px;
  }
  .sideSearch .select .hidebox {
    top: 44px;
  }
  .bidding-wrapper .sideSearch .form .box .caption {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .bidding-wrapper .sideSearch .form .box {
    margin-bottom: 20px;
  }
  .bidding-wrapper .news .detail .info {
    padding-left: 50px;
  }
  .bidding-wrapper .news .detail .name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .bidding-wrapper .news .detail .time {
    font-size: 24px;
  }
  .bidding-wrapper .news .detail .desc {
    margin: 10px auto 6px;
  }
  .bidding-wrapper .news .list li .time {
    font-size: 20px;
    left: 30px;
  }
  .bidding-wrapper .news .list li .name {
    font-size: 17px;
  }
  .bidding-wrapper .news .first-box .name {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .bidding-wrapper .news .first-box .time {
    font-size: 22px;
  }
  .bidding-wrapper .news .first-box .desc {
    margin-top: 10px;
    -webkit-line-clamp: 2;
    height: 48px;
  }
  .bidding-wrapper .news {
    margin-right: 50px;
  }
  .charity-wrapper .name {
    font-size: 22px;
  }
  .charity-wrapper .desc {
    margin: 16px auto 40px;
  }
  .charity-wrapper .info {
    padding: 0 60px 0 70px;
  }
  .charity-wrapper li {
    margin-bottom: 70px;
  }
  .concept-wrapper .swiper-slide {
    padding: 34px;
    padding-left: 60px;
  }
  .concept-wrapper .swiper-slide:after {
    left: 15px;
  }
  .concept-wrapper .tag {
    font-size: 20px;
    left: 12px;
    width: 30px;
    top: 34px;
  }
  .concept-wrapper .en {
    font-size: 30px;
  }
  .magazine-wrapper .info {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 70px;
  }
  .magazine-wrapper .btn {
    top: 24px;
    right: 24px;
    width: 38px;
    height: 38px;
  }
  .brand-wrapper .box-3 ul li {
    width: 20%;
    margin-right: 6.66%;
    margin-top: 50px;
  }
  .brand-wrapper .box-2 {
    padding: 100px 0;
  }
  .brand-wrapper .content {
    line-height: 30px;
  }
  .brand-wrapper .caption {
    font-size: 26px;
  }
  .research-wrapper .detail-swiper .info {
    padding-right: 90px;
  }
  .research-wrapper .detail-swiper .desc {
    font-size: 15px;
    line-height: 30px;
  }
  .research-wrapper .cat-swiper .swiper-slide:before {
    width: 46px;
    margin-left: -23px;
  }
  .research-wrapper .swiper-btn {
    top: 30px;
  }
  .research-wrapper .prev {
    left: -60px;
  }
  .research-wrapper .next {
    right: -60px;
  }
  .research-wrapper .detail-swiper .name {
    font-size: 26px;
  }
  .culture-wrapper .data ul li {
    margin-bottom: 80px;
  }
  .culture-wrapper .data .num span {
    font-size: 46px;
  }
  .culture-wrapper .data p {
    margin-top: 10px;
  }
  .talent-wrapper .name {
    font-size: 38px;
  }
  .talent-wrapper .content {
    line-height: 30px;
    margin-top: 30px;
  }
  .talent-wrapper .info {
    padding-right: 100px;
  }
  .honor-wrapper .box .pic img {
    height: 271px;
  }
  .honor-wrapper .box .inner {
    padding: 0 28px;
    line-height: 20px;
  }
  .welfare-wrapper .box-1 li .title,
  .welfare-wrapper .box-1 li .desc {
    font-size: 22px;
    line-height: 26px;
  }
  .welfare-wrapper .box-1 li {
    width: 280px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .welfare-wrapper .box-1 li:nth-child(3),
  .welfare-wrapper .box-1 li:nth-child(2) {
    right: -210px;
  }
  .welfare-wrapper .box-1 li:nth-child(4),
  .welfare-wrapper .box-1 li:first-child {
    margin-left: -140px;
  }
  .welfare-wrapper .box-1 li:nth-child(5) {
    left: -210px;
    margin-top: -51px;
  }
  .welfare-wrapper .box-2 .name {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .welfare-wrapper .box-2 li {
    margin-top: 60px;
  }
  .welfare-wrapper .box-2 .icon {
    width: 52px;
  }
  .welfare-wrapper .box-2 li {
    padding: 0 20px;
  }
  .welfare-wrapper .box-2 {
    padding-bottom: 10px;
  }
  .welfare-wrapper .circle .cn {
    font-size: 24px;
    margin-bottom: 0;
  }
  .welfare-wrapper .circle .en {
    font-size: 20px;
  }
  .welfare-wrapper .title-box .title {
    font-size: 36px;
  }
  .welfare-wrapper .title-box p {
    font-size: 22px;
    margin-top: 12px;
  }
  .welfare-wrapper .title-box {
    margin-bottom: 70px;
  }
  .video-wrapper li .name {
    font-size: 15px;
  }
  .video-wrapper li .pic img,
  .video-wrapper li iframe {
    height: 234px;
  }
  .video-wrapper li .pic-box .icon,
  .video-wrapper li .pic-box .pic:before,
  .video-wrapper li .pic-box .pic:after {
    width: 44px;
    height: 44px;
  }
  .video-wrapper li .pic-box .pic:hover:after {
    width: 90px;
    height: 90px;
  }
  .video-wrapper li .pic-box .pic:hover:before {
    width: 70px;
    height: 70px;
  }
  .video-wrapper li .pic-box .icon {
    background-size: 13px;
  }
  .video-wrapper li .name {
    margin-top: 16px;
  }
  .video-wrapper li {
    margin-top: 40px;
  }
  .tagBall {
    margin-bottom: 0;
  }
  .modal-box .btn-box a {
    width: 160px;
    height: 52px;
    line-height: 52px;
  }
  .modal-box .w1200 {
    padding-left: 80px;
    padding-top: 60px;
  }
  .modal-box .info,
  .modal-box .form {
    padding-right: 80px;
    padding-bottom: 60px;
  }
  .modal-box .title-box {
    padding-right: 80px;
  }
  .modal-box .text {
    width: 500px;
    line-height: 44px;
  }
  .accusation-wrapper .icon {
    width: 50px;
  }
  .businessinfo-wrapper .box-3 .swiper-slide .pic img {
    height: 135px;
  }
  .businessinfo-wrapper .box-3 .swiper-box {
    padding: 0 70px;
  }
  .businessinfo-wrapper .contact-box {
    padding: 50px 40px 60px;
  }
  .businessinfo-wrapper .tel {
    font-size: 28px;
  }
  .businessinfo-wrapper .box-3 .swiper-btn {
    top: 56px;
  }
  .businessinfo-wrapper .box-3 {
    padding-bottom: 100px;
  }
  .businessinfo-wrapper .contact-box .caption {
    line-height: 42px;
    padding-left: 56px;
  }
  .businessinfo-wrapper .contact-box .desc {
    line-height: 28px;
    margin: 16px auto 18px;
  }
  .businessinfo-wrapper .tel img {
    width: 36px;
    top: -3px;
  }
  .businessinfo-wrapper .book {
    height: 52px;
    line-height: 52px;
  }
  .businessinfo-wrapper .book img {
    margin-right: 14px;
  }
  .businessinfo-wrapper .type-box h3 {
    font-size: 22px;
  }
  .businessinfo-wrapper .type-box {
    padding-top: 90px;
  }
  .businessinfo-wrapper .box-6 .info .desc {
    font-size: 15px;
    margin-bottom: 26px;
  }
  .businessinfo-wrapper .box-6 .map {
    height: 456px;
  }
  .businessinfo-wrapper .box-6 {
    margin: 100px auto;
  }
  .businessinfo-wrapper .box-5 .swiper-slide img {
    height: 94px;
  }
  .businessinfo-wrapper .box-5 .desc {
    font-size: 26px;
    line-height: 36px;
    margin: 60px auto;
  }
  .businessinfo-wrapper .box-5 {
    padding: 100px 0 120px;
  }
  .businessinfo-wrapper .box-4 .title {
    font-size: 18px;
  }
  .businessinfo-wrapper .box-4 .date {
    font-size: 20px;
  }
  .businessinfo-wrapper .box-4 .info {
    padding: 40px;
  }
  .businessinfo-wrapper .box-6 .info p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .businessinfo-wrapper .box-6 .info p img {
    width: 14px;
    top: -1px;
  }
  .footer-wrapper .left {
    padding-right: 0%;
  }
  .footer-wrapper .right {
    padding-left: 0%;
  }
  .history-wrapper .since {
    right: -55px;
  }
  .member-wrapper {
    padding-bottom: 90px;
  }
  .index-box-2 .swiper-btn {
    width: 44px;
    height: 44px;
  }
}

@media screen and (min-width: 1920px) {
  .box-container {
    width: 1540px;
  }
  .header-wrapper .box-container,
  .p_h {
    height: 100px;
  }
  .header-wrapper .pc-nav-box {
    margin: 0 70px;
  }
  .header-wrapper .pc-nav-box ul li > a {
    line-height: 100px;
  }
  .header-wrapper .pc-nav-box ul li {
    margin-right: 70px;
  }
  .header-wrapper .pc-nav-box .nav-box a {
    line-height: 78px;
    height: 78px;
    margin-right: 52px;
  }
  .header-wrapper .search {
    width: 42px;
    height: 42px;
  }
  .header-wrapper .language .caption {
    height: 42px;
    line-height: 42px;
  }
  .header-wrapper .language .list a {
    line-height: 44px;
  }
  .header-wrapper .logo-box img {
    width:320px;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
  }
  .header-wrapper .pc-nav-box .name {
    font-size: 26px;
    line-height: 36px;
  }
  .index-banner-wrapper .info-1 .ename {
    font-size: 180px;
    line-height: 160px;
  }
  .index-banner-wrapper .info-1 .name {
    margin-top: 12px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 14px;
    width: 480px;
    line-height: 26px;
  }
  .index-banner-wrapper .info .name {
    font-size: 48px;
    line-height: 60px;
  }
  .index-banner-wrapper .info-2 {
    top: 120px;
  }
  .index-banner-wrapper .info-2 .desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 32px;
    width: 460px;
  }
  .index-box {
     padding-top: 60px;
		background-image: url(bg.jpg);
	
	background-repeat: repeat;
  }
  .index-box-1 .info {
    padding-right: 120px;
  }
  .index-title-box {
    margin-bottom: 50px;
  }
  .index-title-box .title {
    font-size: 32px;
  }
  .index-title-box .line {
    width: 28px;
    height: 4px;
  }
  .index-box-1 .info .name {
    font-size: 32px;
    line-height: 40px;
  }
  .index-box-1 .desc {
    margin: 32px auto 50px;
    line-height: 26px;
    height: 156px;
  }
  .index-box-1 .inner .name {
    font-size: 28px;
    line-height: 48px;
  }
  .index-box-1 .ename {
    font-size: 64px;
    margin-top: 20px;
  }
  .index-box-1 .inner {
    left: 60px;
    top: 80px;
  }
   .index-box-2 {
	position: relative;
	background:#EFEFEF;
	
	padding-bottom: 150px;   
} 
  .index-box-2 .swiper-slide .pic img {
    height: 290px;
  }
  .index-box-3 .box-container .pic img {
    width: 60px;
  }
  .index-box-3 .box-container .name {
    margin-top: 14px;
  }
  .index-box-3 .box-container .name:after {
    margin-top: 10px;
  }
  .index-box-3 .swiper-slide .desc {
    line-height: 24px;
    margin-bottom: 46px;
  }
  .index-box-3 .swiper-slide .info {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 68px;
    padding-right: calc((100% - 1200px) / 2);
  }
  .index-box-4 .index-box-5{
    padding: 100px 0;
  }
  .index-box-4 .pic img {
    height: 146px;
  }
  .index-box-4 .info,
  .news-wrapper .info {
    margin-top: 30px;
  }
  .index-box-4 .swiper-slide {
    padding: 26px 44px;
    height: 508px;
  }
  .index-box-4 .dat,
  .news-wrapper .date {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .index-box-4 .name,
  .news-wrapper .name {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }
  .index-box-4 .desc,
  .news-wrapper .desc {
    margin: 16px auto 30px;
  }
  .footer-wrapper .left,
  .footer-wrapper .right {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-wrapper .friend-link .name {
    height: 50px;
    line-height: 49px;
  }
  .footer-wrapper .friend-link .list a {
    line-height: 49px;
  }
  .footer-wrapper .friend-link .list {
    max-height: 250px;
  }
  .footer-wrapper .footer-nav-box {
    margin-top: 10px;
  }
  .footer-wrapper .footer-nav-box dt a,
  .footer-wrapper .footer-nav-box dl:last-child dt a,
  .footer-wrapper .footer-nav-box dl:last-child dd a {
    font-size: 16px;
  }
  .footer-wrapper .footer-nav-box dl:last-child dt a,
  .footer-wrapper .footer-nav-box dl:last-child dd a {
    line-height: 44px;
  }
  .footer-wrapper .tel {
    font-size: 20px;
  }
  .footer-wrapper .right {
    padding-left: 0px;
  }
  .footer-wrapper .address {
    
  }
  .footer-wrapper .footer-nav-box dt {
    margin-bottom: 8px;
  }
  .footer-wrapper .share-box a {
    width: 34px;
    height: 34px;
    margin-right: 15px;
  }
  .footer-wrapper .share-box span {
    line-height: 34px;
  }
  .footer-wrapper .copy {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }
  .footer-wrapper .footer-nav-box dt a {
    line-height: 32px;
  }
  .page-nav-wrapper .box-container {
    height: 78px;
  }
  .page-nav-wrapper .nav > a {
    line-height: 78px;
  }
  .more {
    width: 40px;
    height: 28px;
  }
  .page-nav-wrapper .nav > a:before {
    bottom: 12px;
  }
  .business-wrapper .search-box {
    padding: 44px 50px 30px;
  }
  .business-wrapper .search-box .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .business-wrapper .swiper-box .name {
    font-size: 18px;
    line-height: 70px;
    padding: 0 80px 0 30px;
  }
  .business-wrapper .swiper-box .swiper-pagination {
    padding-right: 30px;
    bottom: 28px;
  }
  .business-wrapper .box {
    margin: 20px auto 40px;
  }
  .business-wrapper .main {
    margin-top: 60px;
  }
  .business-wrapper .main .pic img {
    height: 300px;
  }
  .business-wrapper .main .brief {
    margin-top: 26px;
  }
  .business-wrapper .main .desc {
    margin: 14px auto 24px;
  }
  .business-wrapper .main .info {
    padding: 34px 40px 50px;
  }
  .business-wrapper .main .more {
    right: 40px;
    bottom: 100px;
  }
  .page-banner-wrapper .name {
    font-size: 28px;
    line-height: 32px;
  }
  .page-banner-wrapper .ename {
    margin: 6px auto 14px;
    font-size: 14px;
  }
  .business-wrapper .box .item .top {
    padding: 0 36px 0 24px;
    background-position: right 24px center;
  }
  .business-wrapper .box .item .list {
    max-height: 230px;
  }
  .business-wrapper .box .item .list a {
    line-height: 45px;
  }
  .business-wrapper .box .text {
    padding: 0 24px;
  }
  .business-wrapper .box .text,
  .business-wrapper .box .top {
    height: 46px;
    line-height: 46px;
  }
  .business-wrapper .main .area span {
    font-size: 28px;
  }
  .business-wrapper .main .area {
    margin-right: 30px;
  }
  .page-banner-wrapper .line {
    height: 6px;
  }
  .business-wrapper .main .type img,
  .business-wrapper .main .brief img {
    width: 16px;
    position: relative;
    top: -1px;
  }
  .business-wrapper .main li:after {
    height: 4px;
  }
  .loading {
    margin-top: 60px;
  }
  .businessinfo-wrapper .name-box .name {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 42px;
  }
  .businessinfo-wrapper .name-box p {
    font-size: 16px;
  }
  .businessinfo-wrapper .name-box {
    margin-bottom: 60px;
  }
  .businessinfo-wrapper .box-1 .prev {
    left: -76px;
  }
  .businessinfo-wrapper .box-1 .next {
    right: -76px;
  }
  .businessinfo-wrapper .box-1:before {
    height: 720px;
  }
  .businessinfo-wrapper .param-box {
    margin-top: 100px;
  }
  .businessinfo-wrapper .box-2 .pic img {
    height: 192px;
  }
  .businessinfo-wrapper .box-2 .info {
    padding: 30px 32px;
  }
  .businessinfo-wrapper .swiper-btn,
  .history-wrapper .swiper-btn,
  .concept-wrapper .swiper-btn,
  .research-wrapper .swiper-btn {
    width: 42px;
    height: 42px;
  }
  .businessinfo-wrapper .btn-box a {
    margin-right: 15px;
  }
  .businessinfo-wrapper .box-2 .name {
    font-size: 20px;
  }
  .businessinfo-wrapper .box-2 .area span {
    font-size: 26px;
  }
  .businessinfo-wrapper .box-2 .more {
    bottom: 60px;
  }
  .businessinfo-wrapper .box-2 .desc {
    margin-bottom: 25px;
  }
  .businessinfo-wrapper .box-2 {
    padding: 80px 0 90px;
  }
  .businessinfo-wrapper .param-box .title {
    font-size: 32px;
  }
  .businessinfo-wrapper .box-2 .more {
    right: 32px;
  }
  .history-wrapper .detail {
    padding: 36px 30px 40px;
  }
  .history-wrapper .detail ul {
    height: 340px;
    padding-right: 10px;
  }
  .history-wrapper .detail ul::-webkit-scrollbar {
    width: 3px;
  }
  .about-wrapper .box-1 .name {
    font-size: 32px;
    line-height: 36px;
  }
  .about-wrapper .box-1 .ename {
    font-size: 64px;
    line-height: 60px;
    margin: 10px auto 14px;
  }
  .about-wrapper .content {
    line-height: 22px;
  }
  .about-wrapper .box-2 {
    padding-bottom: 120px;
  }
  .about-wrapper .box-2 .name{
    font-size:16px;
    line-height: 36px;color: #000;
  }
  .about-wrapper .box-2 .ename {
    font-size:14px;
    line-height: 26px;color: #000;
  }
  .about-wrapper .box-2 .info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-wrapper .box-1 .info {
    padding-right: 50px;
  }
  .about-wrapper .box-2 .ename {
    margin-top: 10px;
  }
  .news-wrapper .main li {
    width: 30%;
    margin-right: 5%;
    margin-top: 5%;
  }
  .news-wrapper .pic img {
    height: 197px;
  }
  .newsdetail .top .title {
    font-size: 30px;
  }
  .ndbot.cur .ndbotleft {
    left: calc((100% - 1200px) / 2);
  }
  .concept-wrapper .swiper-box {
    padding-left: calc((100% - 1200px) / 2);
  }
  .ndcontent {
    padding-bottom: 40px;
  }
  .newsdetail .top .date {
    margin-top: 50px;
  }
  .contact-wrapper .map {
    
  }
  .contact-wrapper .info {
    padding-right: 80px;
  }
  .contact-wrapper .info li {
    line-height: 28px;
    margin-bottom: 18px;
    font-size: 15px;
    padding-left: 46px;
  }
  .contact-wrapper .info .icon {
    width: 28px;
  }
  .contact-wrapper .box-2 {
   
   
  }
  .contact-wrapper .text {
    height: 46px;
    line-height: 46px;
  }
  .contact-wrapper .text,
  .contact-wrapper .msg {
    padding-left: 24px;
    padding-right: 24px;
  }
  .contact-wrapper .msg {
    height: 170px;
  }
  .job-wrapper .box li {
    padding: 30px 60px 34px;
  }
  .job-wrapper .btn {
    right: 60px;
    width: 46px;
    height: 46px;
  }
  .job-wrapper .top .name {
    font-size: 20px;
    line-height: 30px;
    height: 84px;
  }
  .job-wrapper .inner-1,
  .job-wrapper .inner-2,
  .job-wrapper .inner-3 .info {
    padding-left: 34px;
    padding-right: 34px;
  }
  .job-wrapper .inner-1 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .job-wrapper .inner-2 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .job-wrapper .inner-2 .name {
    font-size: 20px;
    line-height: 30px;
    margin-top: 16px;
  }
  .job-wrapper {
    padding-bottom: 120px;
  }
  .job-wrapper .brief {
    padding-left: 40px;
  }
  .job-wrapper .brief,
  .job-wrapper .hide-box {
    padding-right: 80px;
  }
  .job-wrapper .brief span {
    margin-right: 32px;
  }
  .job-wrapper .btn:after {
    height: 13px;
    margin-top: -7px;
  }
  .job-wrapper .btn:before {
    width: 13px;
    margin-left: -6px;
  }
  .job-wrapper .inner-1 .text,
  .job-wrapper .inner-1 .top,
  .job-wrapper .submit {
    height: 40px;
    line-height: 40px;
  }
  .job-wrapper .caption-box .caption {
    font-size: 18px;
  }
  .job-wrapper .hide-box {
    padding-left: calc(25.28% + 40px);
  }
  .job-wrapper .inner-1 .item .list {
    max-height: 200px;
  }
  .job-wrapper .inner-1 .item .list a {
    line-height: 39px;
  }
  .management-wrapper .box-1 .info {
    padding-right: 60px;
  }
  .management-wrapper .box-1 .name {
    font-size: 32px;
  }
  .management-wrapper .box-1 .content {
    line-height: 24px;
    margin-top: 30px;
  }
  .management-wrapper .box-2 .main {
    padding: 76px;
    margin-top: 40px;
  }
  .management-wrapper .box-2 .data ul li {
    width: 36%;
    margin-bottom: 70px;
  }
  .management-wrapper .box-2 .data .num span {
    font-size: 40px;
    line-height: 30px;
  }
  .management-wrapper .box-2 .content {
    line-height: 28px;
    max-height: 308px;
  }
  .management-wrapper .box-2 .swiper-slide p {
    font-size: 14px;
  }
  .management-wrapper .box-2 .dot {
    width: 14px;
    height: 14px;
  }
  .management-wrapper .box-2 .year {
    font-size: 38px;
  }
  .management-wrapper .box-2:after {
    top: 152px;
  }
  .management-wrapper .box-2 .data i {
    top: -16px;
  }
  .management-wrapper .box-3 .brief {
    margin-bottom: 50px;
  }
  .management-wrapper .box-4 .swiper-slide {
    margin-right: 60px;
  }
  .management-wrapper .box-4 .content,
  .management-wrapper .box-6 .detail-box .box .content {
    line-height: 26px;
  }
  .management-wrapper .box-5 .pic img {
    height: 190px;
  }
  .management-wrapper .box-5 .info {
    padding: 30px 34px;
  }
  .management-wrapper .box-5 .name {
    font-size: 18px;
  }
  .management-wrapper .box-5 .desc {
    margin-bottom: 24px;
  }
  .management-wrapper .box-6 .caption {
    font-size: 20px;
  }
  .management-wrapper .box-6 .detail-box .box .name {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .management-wrapper .box-6 .detail-box .box .content {
    margin-bottom: 30px;
  }
  .management-wrapper .box-2 {
    padding: 90px 0 80px;
  }
  .management-wrapper .box-5 {
    padding-bottom: 90px;
  }
  .management-wrapper .box-6 {
    padding: 90px 0;
  }
  .management-wrapper .box-6 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .management-wrapper .box-4 .name {
    font-size: 26px;
  }
  .management-wrapper .box-4 .info {
    padding-right: 90px;
  }
  .management-wrapper .box-4 .content {
    font-size: 15px;
  }
  .management-wrapper .tab-box:after,
  .management-wrapper .box-4 .swiper-slide:after {
    height: 2px;
  }
  .management-wrapper .box-4 .swiper-slide {
    padding-bottom: 16px;
  }
  .bidding-wrapper .sideSearch .title-box .title {
    font-size: 24px;
    padding: 24px;
  }
  .bidding-wrapper .sideSearch .botDiv {
    padding: 30px 24px 5px;
  }
  .bidding-wrapper .sideSearch .select > a,
  .bidding-wrapper .sideSearch .text {
    height: 44px;
    line-height: 44px;
  }
  .sideSearch .select .hidebox {
    top: 44px;
  }
  .bidding-wrapper .sideSearch .form .box .caption {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .bidding-wrapper .sideSearch .form .box {
    margin-bottom: 20px;
  }
  .bidding-wrapper .news .detail .info {
    padding-left: 50px;
  }
  .bidding-wrapper .news .detail .name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .bidding-wrapper .news .detail .time {
    font-size: 24px;
  }
  .bidding-wrapper .news .detail .desc {
    margin: 10px auto 6px;
  }
  .bidding-wrapper .news .list li .time {
    font-size: 20px;
    left: 30px;
  }
  .bidding-wrapper .news .list li .name {
    font-size: 17px;
  }
  .bidding-wrapper .news .first-box .name {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .bidding-wrapper .news .first-box .time {
    font-size: 22px;
  }
  .bidding-wrapper .news .first-box .desc {
    margin-top: 10px;
    -webkit-line-clamp: 2;
    height: 48px;
  }
  .bidding-wrapper .news {
    margin-right: 50px;
  }
  .charity-wrapper .name {
    font-size: 22px;
  }
  .charity-wrapper .desc {
    margin: 16px auto 40px;
  }
  .charity-wrapper .info {
    padding: 0 60px 0 70px;
  }
  .charity-wrapper li {
    margin-bottom: 70px;
  }
  .concept-wrapper .swiper-slide {
    padding: 34px;
    padding-left: 60px;
  }
  .concept-wrapper .swiper-slide:after {
    left: 15px;
  }
  .concept-wrapper .tag {
    font-size: 20px;
    left: 12px;
    width: 30px;
    top: 34px;
  }
  .concept-wrapper .en {
    font-size: 30px;
  }
  .magazine-wrapper .info {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 70px;
  }
  .magazine-wrapper .btn {
    top: 24px;
    right: 24px;
    width: 38px;
    height: 38px;
  }
  .brand-wrapper .box-3 ul li {
    width: 20%;
    margin-right: 6.66%;
    margin-top: 50px;
  }
  .brand-wrapper .box-2 {
    padding: 100px 0;
  }
  .brand-wrapper .content {
    line-height: 30px;
  }
  .brand-wrapper .caption {
    font-size: 26px;
  }
  .research-wrapper .detail-swiper .info {
    padding-right: 90px;
  }
  .research-wrapper .detail-swiper .desc {
    font-size: 15px;
    line-height: 30px;
  }
  .research-wrapper .cat-swiper .swiper-slide:before {
    width: 46px;
    margin-left: -23px;
  }
  .research-wrapper .swiper-btn {
    top: 30px;
  }
  .research-wrapper .prev {
    left: -60px;
  }
  .research-wrapper .next {
    right: -60px;
  }
  .research-wrapper .detail-swiper .name {
    font-size: 26px;
  }
  .culture-wrapper .data ul li {
    margin-bottom: 80px;
  }
  .culture-wrapper .data .num span {
    font-size: 46px;
  }
  .culture-wrapper .data p {
    margin-top: 10px;
  }
  .talent-wrapper .name {
    font-size: 38px;
  }
  .talent-wrapper .content {
    line-height: 30px;
    margin-top: 30px;
  }
  .talent-wrapper .info {
    padding-right: 100px;
  }
  .honor-wrapper .box .pic img {
    height: 271px;
  }
  .honor-wrapper .box .inner {
    padding: 0 28px;
    line-height: 20px;
  }
  .welfare-wrapper .box-1 li .title,
  .welfare-wrapper .box-1 li .desc {
    font-size: 22px;
    line-height: 26px;
  }
  .welfare-wrapper .box-1 li {
    width: 280px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .welfare-wrapper .box-1 li:nth-child(3),
  .welfare-wrapper .box-1 li:nth-child(2) {
    right: -210px;
  }
  .welfare-wrapper .box-1 li:nth-child(4),
  .welfare-wrapper .box-1 li:first-child {
    margin-left: -140px;
  }
  .welfare-wrapper .box-1 li:nth-child(5) {
    left: -210px;
    margin-top: -51px;
  }
  .welfare-wrapper .box-2 .name {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .welfare-wrapper .box-2 li {
    margin-top: 60px;
  }
  .welfare-wrapper .box-2 .icon {
    width: 52px;
  }
  .welfare-wrapper .box-2 li {
    padding: 0 20px;
  }
  .welfare-wrapper .box-2 {
    padding-bottom: 10px;
  }
  .welfare-wrapper .circle .cn {
    font-size: 24px;
    margin-bottom: 0;
  }
  .welfare-wrapper .circle .en {
    font-size: 20px;
  }
  .welfare-wrapper .title-box .title {
    font-size: 36px;
  }
  .welfare-wrapper .title-box p {
    font-size: 22px;
    margin-top: 12px;
  }
  .welfare-wrapper .title-box {
    margin-bottom: 70px;
  }
  .video-wrapper li .name {
    font-size: 15px;
  }
  .video-wrapper li .pic img,
  .video-wrapper li iframe {
    height: 234px;
  }
  .video-wrapper li .pic-box .icon,
  .video-wrapper li .pic-box .pic:before,
  .video-wrapper li .pic-box .pic:after {
    width: 44px;
    height: 44px;
  }
  .video-wrapper li .pic-box .pic:hover:after {
    width: 90px;
    height: 90px;
  }
  .video-wrapper li .pic-box .pic:hover:before {
    width: 70px;
    height: 70px;
  }
  .video-wrapper li .pic-box .icon {
    background-size: 13px;
  }
  .video-wrapper li .name {
    margin-top: 16px;
  }
  .video-wrapper li {
    margin-top: 40px;
  }
  .tagBall {
    margin-bottom: 0;
  }
  .modal-box .btn-box a {
    width: 160px;
    height: 52px;
    line-height: 52px;
  }
  .modal-box .w1200 {
    padding-left: 80px;
    padding-top: 60px;
  }
  .modal-box .info,
  .modal-box .form {
    padding-right: 80px;
    padding-bottom: 60px;
  }
  .modal-box .title-box {
    padding-right: 80px;
  }
  .modal-box .text {
    width: 500px;
    line-height: 44px;
  }
  .accusation-wrapper .icon {
    width: 50px;
  }
  .businessinfo-wrapper .box-3 .swiper-slide .pic img {
    height: 135px;
  }
  .businessinfo-wrapper .box-3 .swiper-box {
    padding: 0 70px;
  }
  .businessinfo-wrapper .contact-box {
    padding: 50px 40px 60px;
  }
  .businessinfo-wrapper .tel {
    font-size: 28px;
  }
  .businessinfo-wrapper .box-3 .swiper-btn {
    top: 56px;
  }
  .businessinfo-wrapper .box-3 {
    padding-bottom: 100px;
  }
  .businessinfo-wrapper .contact-box .caption {
    line-height: 42px;
    padding-left: 56px;
  }
  .businessinfo-wrapper .contact-box .desc {
    line-height: 28px;
    margin: 16px auto 18px;
  }
  .businessinfo-wrapper .tel img {
    width: 36px;
    top: -3px;
  }
  .businessinfo-wrapper .book {
    height: 52px;
    line-height: 52px;
  }
  .businessinfo-wrapper .book img {
    margin-right: 14px;
  }
  .businessinfo-wrapper .type-box h3 {
    font-size: 22px;
  }
  .businessinfo-wrapper .type-box {
    padding-top: 90px;
  }
  .businessinfo-wrapper .box-6 .info .desc {
    font-size: 15px;
    margin-bottom: 26px;
  }
  .businessinfo-wrapper .box-6 .map {
    height: 456px;
  }
  .businessinfo-wrapper .box-6 {
    margin: 100px auto;
  }
  .businessinfo-wrapper .box-5 .swiper-slide img {
    height: 94px;
  }
  .businessinfo-wrapper .box-5 .desc {
    font-size: 26px;
    line-height: 36px;
    margin: 60px auto;
  }
  .businessinfo-wrapper .box-5 {
    padding: 100px 0 120px;
  }
  .businessinfo-wrapper .box-4 .title {
    font-size: 18px;
  }
  .businessinfo-wrapper .box-4 .date {
    font-size: 20px;
  }
  .businessinfo-wrapper .box-4 .info {
    padding: 40px;
  }
  .businessinfo-wrapper .box-6 .info p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .businessinfo-wrapper .box-6 .info p img {
    width: 14px;
    top: -1px;
  }
  .footer-wrapper .left {
    padding-right: 0%;
  }
  .footer-wrapper .right {
    padding-left: 0%;
  }
  .history-wrapper .since {
    right: -55px;
  }
  .member-wrapper {
    padding-bottom: 90px;
  }
  .index-box-2 .swiper-btn {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .header-wrapper .box-container,
  .p_h {
    height: 96px;
  }
  .header-wrapper .pc-nav-box ul li > a {
    line-height: 96px;
  }
  .header-wrapper .pc-nav-box .nav-box a {
    line-height: 84px;
    height: 84px;
    font-size: 14px;
  }
  .header-wrapper .pc-nav-box .name {
    font-size: 30px;
  }
  .index-box-3 .box-container .pic img {
    width: 60px;
  }
  .index-box {
    margin-top: 60px;
  }
  .index-title-box .title {
    font-size: 30px;
  }
  .index-box-3 .swiper-slide .desc {
    -webkit-line-clamp: 8;
    height: 192px;
  }
  .index-box-3 .swiper-slide .info {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-nav-wrapper .breadcrumb .icon {
    margin: 0 10px;
  }
  .header-wrapper .logo-box img {
    width: 320px;
  }
  .business-wrapper .main .name {
    font-size: 20px;
  }
  .business-wrapper .main .area span {
    font-size: 26px;
  }
  .businessinfo-wrapper .box-1 .prev {
    left: -60px;
  }
  .businessinfo-wrapper .box-1 .next {
    right: -60px;
  }
  .businessinfo-wrapper .detail-box .caption {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .businessinfo-wrapper .box-2 .name {
    font-size: 18px;
  }
  .about-wrapper .box-2 {
    padding-bottom: 100px;
  }
  .about-wrapper .box-2 .name{
    font-size: 16px;
    line-height: 32px;color: #000;
  }
  .about-wrapper .box-2 .ename {
    font-size:14px;
    line-height: 36px;color: #000;
  }
  .about-wrapper .box-1 .name {
    font-size: 30px;
  }
  .about-wrapper .box-1 .ename {
    font-size: 60px;
    line-height: 54px;
  }
  .job-wrapper .box li {
    padding-left: 50px;
    padding-right: 50px;
  }
  .job-wrapper .btn {
    right: 50px;
  }
  .job-wrapper .top .name {
    font-size: 18px;
    line-height: 26px;
    height: 76px;
  }
  .management-wrapper .box-6 .detail-box .box .name {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .charity-wrapper .name {
    font-size: 20px;
  }
  .charity-wrapper .desc {
    margin: 14px auto 32px;
  }
  .charity-wrapper .info {
    padding: 0 50px 0 60px;
  }
  .charity-wrapper li {
    margin-bottom: 60px;
  }
  .talent-wrapper .name {
    font-size: 34px;
  }
  .welfare-wrapper .title-box .title {
    font-size: 34px;
  }
  .welfare-wrapper .title-box p {
    font-size: 20px;
    margin-top: 8px;
  }
  .welfare-wrapper .title-box {
    margin-bottom: 60px;
  }
  .businessinfo-wrapper .box-3 .brief {
    font-size: 13px;
    margin-top: 6px;
  }
  .businessinfo-wrapper .contact-box {
    padding-top: 44px;
  }
  .businessinfo-wrapper .box-5 .desc {
    font-size: 23px;
    margin: 46px auto;
  }
  .businessinfo-wrapper .box-5 {
    padding: 90px 0 110px;
  }
  .businessinfo-wrapper .box-4 .title {
    font-size: 17px;
    margin: 14px auto 10px;
  }
  .businessinfo-wrapper .box-4 .info {
    padding: 34px;
  }
  .businessinfo-wrapper .box-4 .desc {
    margin-bottom: 26px;
  }
  .businessinfo-wrapper .box-4 .prev,
  .index-box-2 .prev {
    left: -56px;
  }
  .businessinfo-wrapper .box-4 .next,
  .index-box-2 .next {
    right: -56px;
  }
  .index-box-2 .swiper-btn {
    width: 40px;
    height: 40px;
  }
  .index-box-2 {
	position: relative;
	background:#EFEFEF;
	
	padding-bottom: 150px;   
} 
  
}
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 15px;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .nav-icon {
    order: 2;
    font-size: 0;
    width: 26px;
    height: 24px;
    position: relative;
    top: -9px;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
    background-blend-mode: normal, normal;
    position: absolute;
    left: 0;
    top: calc(100% - 3px);
    z-index: 10;
    transform-origin: center center;
    border-radius: 30px;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -30%;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 30%;
  }
  .phone-nav {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: -100%;
    top: 60px;
    background: #fff;
    z-index: 501;
    overflow: auto;
	
	 
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-height: 96vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #C7000B;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #C7000B;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 48px;
    padding: 0 15px;
    border-bottom: 1px solid #d6d6d6;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #C7000B;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 3px;
    height: 13px;
    right: 20px;
    top: 18px;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 13px;
    height: 3px;
    right: 15px;
    top: 23px;
  }
  .phone-nav ul li.on > a {
    color: #C7000B;
  }
  .phone-nav ul li .navs {
    background: #fbfbfb;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #d6d6d6;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav .search-box {
    position: relative;
    width: 93%;
    margin: 30px auto 0;
    border-radius: 50px;
    background: #f5f5f5;
    /* input placeholder  */
    overflow: hidden;
    border: 1px solid #C7000B;
  }
  .phone-nav .search-box ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .phone-nav .search-box .keywords {
    font-size: 14px;
    color: #666;
    width: 90%;
    border: none;
    background: #f5f5f5;
    height: 36px;
    padding: 0 15px;
  }
  .phone-nav .search-box .search-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
  }
  .phone-nav .search-box .search-btn img {
    width: 18px;
  }
  .header-wrapper .box-container {
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box img {
    width: 260px;
  }
  .header-wrapper .pc-nav-box {
    display: none;
  }
  .header-wrapper .search {
    order: 1;
    width: 20px;
    height: 24px;
    border: none;
    background: url(../img/search3.png) no-repeat center center;
    background-size: 16px;
    margin: 0 16px;
  }
  .header-wrapper .search.on {
    background: url(../img/search3.png) no-repeat center center;
    background-size: 16px;
  }
  .header-wrapper .language {
    order: 0;
    border: none;
    padding: 10px 0;
  }
  .header-wrapper .language .caption {
    width: auto;
    height: 24px;
    line-height: 24px;
  }
  .header-wrapper .language .caption i {
    width: 18px;
    height: 18px;
    background: url(../img/earth3.png) no-repeat center center;
    background-size: contain;
    margin-right: 6px;
  }
  .header-wrapper .language .caption span {
    color: #999;
    font-weight: 700;
    font-size: 14px;
  }
  .header-wrapper .language .caption span:after {
    width: 7px;
    height: 4px;
    background: url(../img/down3.png) no-repeat center center;
    background-size: contain;
    margin-left: 8px;
    top: -4px;
  }
  .header-wrapper .language .list {
    width: 100px;
    left: 50%;
    margin-left: -50px;
    padding-top: 0;
    top: 100%;
    border: none;
    border-radius: 0;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .header-wrapper .language .list:before {
    content: "";
    display: inline-block;
    border: 4px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -8px;
    z-index: 10;
  }
  .header-wrapper .language .list a {
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px;
  }
  .p_h {
    width: 100%;
    height: 60px;
  }
  .search-wrapper .main {
    width: 100%;
  }
  .search-wrapper .form {
    padding: 0 15px;
  }
  .search-wrapper .text {
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
  }
  .search-wrapper .search-btn {
    width: 16px;
    height: 16px;
    background: url(search.png) no-repeat;
    background-size: contain;
  }
  .search-wrapper .close {
    width: 16px;
    height: 16px;
  }
  .footer-wrapper {
    background: #efefef;
    border-top: 1px solid #e3e3e3;
  }
  .footer-wrapper .box-container {
    display: block;
  }
  .footer-wrapper .right {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer-wrapper .left {
    display: none;
  }
  .footer-wrapper .right {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .footer-wrapper .tel-box,
  .footer-wrapper .qrcode,
  .footer-wrapper .address,
  .footer-wrapper .share-box {
    display: none;
  }
  .footer-wrapper .copy {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    line-height: 20px;
  }
  .footer-wrapper .copy,
  .footer-wrapper .copy a {
    color: #000;
    text-transform: uppercase;
  }
  .gotop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 15%;
    width: 42px;
    height: 42px;
    z-index: 40;
    background: url(gotop.png) no-repeat center center;
    background-size: contain;
  }
  .links {
    display: block;
    text-align: center;
  }
  .index-banner-wrapper .index-banner-swiper .box-container {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
  }
  .index-banner-wrapper .swiper-slide a > img {
    display: none;
    height: 300px;
    object-fit: cover;
  }
  .index-banner-wrapper .swiper-slide a > img.phone {
    display: block;
  }
  .index-banner-wrapper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 24px;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 12px;
  }
  .index-banner-wrapper .info .name {
    font-size: 24px;
    line-height: 36px;
  }
  .index-banner-wrapper .info-1 .ename {
    font-size: 80px;
    line-height: 70px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.3));
  }
  .index-banner-wrapper .info-1 .name {
    letter-spacing: 2px;
    margin: 10px auto 6px;
  }
  .index-banner-wrapper .info-1 .desc {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .index-banner-wrapper .info-2 {
    top: 30px;
  }
  .index-banner-wrapper .info-2 .name {
    color: #b69a3d;
    padding-right: 14px;
  }
  .index-banner-wrapper .info-2 .desc {
    display: none;
  }
  .index-box {
    margin-top: 40px;
  }
  .index-title-box {
    margin-bottom: 30px;
    text-align: center;
  }
  .index-title-box .title {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title-box p {
    font-size: 14px;
    margin: 4px auto 12px;
  }
  .index-title-box .line {
    width: 24px;
    height: 4px;
    margin: 0 auto;
  }
  .index-more {
    width: 130px;
  }
  .index-more:hover i:nth-child(1),
  .index-more:hover i:nth-child(3) {
    width: 130px;
  }
  .index-box-1 .box-container {
    display: block;
    padding: 0;
  }
  .index-box-1 .info,
  .index-box-1 .pic {
    width: 100%;
  }
  .index-box-1 .info {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .index-box-1 .info .name {
    font-size: 22px;
    line-height: 32px;
  }
  .index-box-1 .index-more {
    margin: 0 auto;
  }
  .index-box-1 .desc {
    line-height: 26px;
    margin: 26px auto 40px;
    height: auto;
    text-align: center;
  }
  .index-box-1 .inner {
    width: 100%;
    left: 0;
    top: 40px;
    padding: 0 40px;
  }
  .index-box-1 .inner .name {
    font-size: 22px;
    line-height: 32px;
  }
  .index-box-1 .ename {
    font-size: 48px;
    line-height: 50px;
    margin-top: 20px;
  }
  .index-box-2 > .index-title-box {
    display: block;
  }
  .index-box-2 .bigImg {
    position: relative;
  }
  .index-box-2 .bigImg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: url(../img/play.png) no-repeat center center;
    background-size: 34px;
  }
  .index-box-2 .bigImg > img {
    display: block;
    width: 100%;
  }
  .index-box-2 .bigImg .index-title-box {
    display: none;
  }
  .index-box-2 .img {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    margin: 0 auto 20px;
  }
  .index-box-2 .swiper-box {
    position: static;
    padding: 0;
    padding-left: 15px;
    margin-top: 0px;
  }
   .index-box-2 {
	position: relative;
	background:#EFEFEF;
	
	padding-bottom: 40px;   
}
  .index-box-2 .swiper-box .box-container {
    padding: 0;
  }
  .index-box-2 .swiper-slide {
    width: 40%;
  }
  .index-box-2 .swiper-slide .pic img {
    height: 290px;
  }
  .index-box-2 .swiper-slide .name {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin-top: 8px;
  }
  .index-box-2 .index-title-box {
    position: static;
    transform: none;
    padding: 0 55px;
  }
  .index-box-2 .index-title-box .title {
    color: #C7000B;
  }
  .index-box-2 .index-title-box p {
    color: #999;
  }
  .index-box-2 .swiper-btn {
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    margin-top: -14px;
  }
  .index-box-2 .prev {
    left: -10px;
  }
  .index-box-2 .next {
    right: 10px;
  }
  .index-box-3 .box-container {
  
    display: block;
  }
  .index-box-3 .box-container .index-title-box {
    width: 100%;
  }
  .index-box-3 .box-container ul {
    width: 100%;
  }
  .index-box-3 .box-container .name {
    margin-top: 6px;
  }
  .index-box-3 .box-container .name:after {
    width: 8px;
    height: 5px;
    margin-top: 6px;
  }
  .index-box-3 .box-container .pic img {
    width: 38px;
  }
  .index-box-3 .swiper-box {
    margin-top: 30px;
  }
  .index-box-3 .swiper-slide a {
    display: block;
  }
  .index-box-3 .swiper-slide .info,
  .index-box-3 .swiper-slide .pic {
    width: 100%;
  }
  .index-box-3 .swiper-slide .pic {
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
  }
  .index-box-3 .swiper-slide .info {
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    padding: 40px 20px;
  }
  .index-box-3 .swiper-slide .desc {
    line-height: 26px;
    margin-bottom: 40px;
    -webkit-line-clamp: 4;
    height: 104px;
  }
  .index-box-3 .index-title-box {
    text-align: left;
  }
  .index-box-3 .index-title-box .line {
    margin: 0;
  }
    .index-box-5 {
    padding: 40px 0;
    background: #fff;
  }
  
  .index-box-5 title {
    color: #999;
  } 
  .index-box-5 .box-container {
    padding-right: 0;
  }

  .index-box-4 .box-container {
    padding-right: 0;
  }
  .index-box-4 .index-title-box {
    padding-right: 15px;
  }
  .index-box-4 .swiper-slide {
    width: 72%;
    height: auto;
    padding: 0;
    border: 1px solid #dedede;
  }
  .index-box-4 .swiper-slide:hover .desc {
    height: 96px;
  }
  .index-box-4 .pic img {
    height: auto;
  }
  .index-box-4 .info {
    margin-top: 0;
    padding: 30px 20px;
  }
  .index-box-4 .date {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .index-box-4 .name {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
   .index-box-5 .index-title-box {
    padding-right: 15px;
  }
  .index-box-5 .swiper-slide {
    width: 72%;
    height: auto;
    padding: 0;
    border: 1px solid #dedede;
  }
  .index-box-5 .swiper-slide:hover .desc {
    height: 96px;
  }
  .index-box-5 .pic img {
    height: auto;
  }
  .index-box-5 .info {
    margin-top: 0;
    padding: 30px 20px;
  }
  .index-box-5 .date {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .index-box-5 .name {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  
  .index-box-4 .desc {
    line-height: 24px;
    height: 24px;
    -webkit-line-clamp: 1;
    margin: 15px auto 20px;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    padding: 0;
    height: auto;
    margin-top: 0;
  }
  .page-nav-wrapper .breadcrumb {
    display: none;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-box {
    width: 100%;
    background: #f4f4f4;
  }
  .page-nav-box .w1200 {
    position: relative;
    height: auto;
    padding: 0;
  }
  .page-nav-box .intruction-caption {
    position: relative;
    display: block;
    line-height: 44px;
    padding: 0 15px;
    background: #DCDCDC;
    color: #000;
  }
  .page-nav-box .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-box .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 10;
    content: "";
    width: 13px;
    height: 100%;
    background: url(../img/down6.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-box .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #DCDCDC;
    display: none;
  }
  .page-nav-box .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 42px;
    padding: 0 5px;
    border-top: 1px solid #EDE2D7;
  }
  .page-nav-box .nav a:first-child {
    border-top: none;
  }
  .page-nav-box .nav > a.on,
  .page-nav-box .nav > a:hover {
    background: none;
  }
  .page-nav-box .nav > a:after {
    display: none;
  }
  .page-banner-wrapper .name {
    font-size: 14px;
    line-height: 18px;
  }
  .page-banner-wrapper .ename {
    font-size: 9px;
    margin: 0 auto 5px;
    line-height: 12px;
  }
  .page-banner-wrapper .line {
    width: 14px;
    height: 3px;
  }
  .page-box {
    padding: 40px 0;
  }
  .more {
    width: 34px;
    height: 25px;
  }
  .loading {
    margin-top: 30px;
  }
  .loading a {
    font-size: 12px;
  }
  .loading i {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .loading i:after {
    background-size: 12px;
  }
  .business-wrapper .recommend-box {
    display: block;
  }
  .business-wrapper .swiper-box {
    width: 100%;
  }
  .business-wrapper .swiper-box .name {
    font-size: 14px;
    padding: 0 56px 0 15px;
    line-height: 46px;
  }
  .business-wrapper .swiper-box .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .business-wrapper .swiper-box .swiper-pagination-bullet svg {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
  }
  .business-wrapper .swiper-box .swiper-pagination {
    bottom: 18px;
    padding-right: 15px;
  }
  .business-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .business-wrapper .search-box {
    width: 100%;
    padding: 30px 20px;
    margin-top: 15px;
  }
  .business-wrapper .search-box .name {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
  .business-wrapper .search-box .submit {
    width: 100%;
  }
  .business-wrapper .box {
    margin: 20px auto 0;
  }
  .business-wrapper .box .item .top {
    padding: 0 30px 0 15px;
    background-position: right 15px center;
  }
  .business-wrapper .box .item .list {
    max-height: 200px;
  }
  .business-wrapper .box .item .list a {
    line-height: 39px;
    padding: 0 15px;
  }
  .business-wrapper .box .text,
  .business-wrapper .box .top {
    height: 40px;
    line-height: 40px;
  }
  .business-wrapper .box .text {
    padding: 0 15px;
  }
  .business-wrapper .main {
    margin-top: 30px;
  }
  .business-wrapper .main ul {
    display: block;
  }
  .business-wrapper .main li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .business-wrapper .main li:last-child {
    margin-bottom: 0;
  }
  .business-wrapper .main li:after {
    height: 3px;
  }
  .business-wrapper .main .pic img {
    height: auto;
  }
  .business-wrapper .main .info {
    padding: 30px 20px 30px;
  }
  .business-wrapper .main .name {
    font-size: 16px;
    line-height: 24px;
  }
  .business-wrapper .main .desc {
    line-height: 24px;
    height: 48px;
    margin: 14px auto 20px;
  }
  .business-wrapper .main .other {
    display: block;
    padding-right: 0;
  }
  .business-wrapper .main .type img,
  .business-wrapper .main .brief img {
    width: 14px;
    margin-right: 8px;
  }
  .business-wrapper .main .area {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .business-wrapper .main .area span {
    margin-right: 6px;
    font-size: 22px;
  }
  .business-wrapper .main .brief {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
  }
  .business-wrapper .main .more {
    right: 20px;
    bottom: 26px;
  }
  .businessinfo-wrapper .box-1 {
    padding-top: 60px;
    margin-bottom: 40px;
  }
  .businessinfo-wrapper .box-1:before {
    height: 280px;
  }
  .businessinfo-wrapper .box-1 .swiper-btn {
    display: none;
  }
  .businessinfo-wrapper .box-1 .swiper-wrapper {
    padding-bottom: 30px;
  }
  .businessinfo-wrapper .box-1 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .businessinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.5;
    background: #C7000B;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .businessinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 24px;
    border-radius: 10px;
  }
  .businessinfo-wrapper .name-box {
    text-align: center;
    margin-bottom: 26px;
  }
  .businessinfo-wrapper .name-box .name {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 4px;
  }
  .businessinfo-wrapper .name-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .businessinfo-wrapper .swiper-btn {
    width: 30px;
    height: 30px;
  }
  .businessinfo-wrapper .param-box {
    margin-top: 40px;
  }
  .businessinfo-wrapper .param-box ul {
    flex-flow: wrap;
  }
  .businessinfo-wrapper .param-box li {
    width: 48%;
    margin-bottom: 24px;
  }
  .businessinfo-wrapper .param-box li:nth-child(4) .title {
    font-size: 20px;
  }
  .businessinfo-wrapper .param-box .title {
    font-size: 26px;
    line-height: 30px;
  }
  .businessinfo-wrapper .content {
    line-height: 26px;
  }
  .businessinfo-wrapper .detail-box {
    width: 100%;
    padding-bottom: 40px;
  }
  .businessinfo-wrapper .detail-box .caption {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .businessinfo-wrapper .btn-box {
    right: 15px;
  }
  .businessinfo-wrapper .btn-box a {
    margin-right: 10px;
  }
  .businessinfo-wrapper .caption-box {
    margin-bottom: 30px;
  }
  .businessinfo-wrapper .caption-box .caption {
    font-size: 20px;
    line-height: 24px;
  }
  .businessinfo-wrapper .caption-box p {
    font-size: 14px;
    line-height: 20px;
  }
  .businessinfo-wrapper .box-2 {
    padding: 40px 0 20px;
  }
  .businessinfo-wrapper .box-2 .caption-box {
    margin-bottom: 10px;
  }
  .businessinfo-wrapper .box-2 .swiper-container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .businessinfo-wrapper .box-2 .pic img {
    height: auto;
  }
  .businessinfo-wrapper .box-2 .swiper-slide {
    background-color: #f9f9f9;
    box-shadow: none;
  }
  .businessinfo-wrapper .box-2 .name {
    font-size: 16px;
    line-height: 24px;
  }
  .businessinfo-wrapper .box-2 .desc {
    margin-bottom: 20px;
  }
  .businessinfo-wrapper .box-2 .brief {
    margin-top: 8px;
    padding-right: 40px;
  }
  .businessinfo-wrapper .box-2 .brief img {
    margin-right: 6px;
  }
  .businessinfo-wrapper .box-2 .area {
    line-height: 24px;
  }
  .businessinfo-wrapper .box-2 .area span {
    font-size: 24px;
    margin-right: 8px;
  }
  .businessinfo-wrapper .box-2 .info {
    padding: 30px 20px;
  }
  .businessinfo-wrapper .box-2 .more {
    bottom: 55px;
    right: 15px;
  }
  .businessinfo-wrapper .main {
    display: block;
    margin-top: 20px;
  }
  .businessinfo-wrapper .contact-box {
    width: 100%;
    padding: 30px 20px 60px;
  }
  .businessinfo-wrapper .contact-box .caption {
    font-size: 18px;
    padding-left: 50px;
    line-height: 36px;
  }
  .businessinfo-wrapper .contact-box .desc {
    line-height: 26px;
    margin: 22px auto;
  }
  .businessinfo-wrapper .contact-box .qrcode {
    width: 130px;
    margin: 10px auto 0;
  }
  .businessinfo-wrapper .label {
    margin-bottom: 28px;
  }
  .businessinfo-wrapper .label span {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .businessinfo-wrapper .tel {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .businessinfo-wrapper .tel img {
    width: 28px;
  }
  .businessinfo-wrapper .book {
    height: 48px;
    line-height: 48px;
  }
  .businessinfo-wrapper .book img {
    width: 20px;
    margin-right: 12px;
  }
  .businessinfo-wrapper .box-3 {
    padding: 50px 0;
  }
  .businessinfo-wrapper .box-3 .swiper-box {
    margin-top: 30px;
    padding: 0;
  }
  .businessinfo-wrapper .box-3 .swiper-slide .pic img {
    height: auto;
  }
  .businessinfo-wrapper .box-3 .type {
    font-size: 12px;
    color: #393435;
    font-weight: 700;
    line-height: 24px;
  }
  .businessinfo-wrapper .box-3 .type span {
    font-size: 12px;
    margin-left: 8px;
  }
  .businessinfo-wrapper .box-3 .type span:before {
    height: 12px;
    margin-right: 8px;
  }
  .businessinfo-wrapper .box-3 .brief {
    font-size: 12px;
    margin-top: 0;
    height: 110px;
  }
  .businessinfo-wrapper .box-3 .info {
    padding: 15px;
    padding-right: 0;
  }
  .businessinfo-wrapper .box-3 .info > div {
    padding-right: 15px;
  }
  .businessinfo-wrapper .box-3 .swiper-btn {
    top: 81px;
  }
  .businessinfo-wrapper .box-3 .prev {
    left: -15px;
  }
  .businessinfo-wrapper .box-3 .next {
    right: -15px;
  }
  .businessinfo-wrapper .type-box {
    padding: 40px 15px;
  }
  .businessinfo-wrapper .type-box .content {
    line-height: 26px;
  }
  .businessinfo-wrapper .type-box h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 40px;
  }
  .businessinfo-wrapper .box-4 {
    padding: 40px 0;
  }
  .businessinfo-wrapper .box-4 .swiper-slide {
    border-radius: 8px;
  }
  .businessinfo-wrapper .box-4 .info {
    padding: 30px 20px;
  }
  .businessinfo-wrapper .box-4 .title {
    line-height: 26px;
    margin: 12px auto;
  }
  .businessinfo-wrapper .box-4 .date {
    font-size: 18px;
  }
  .businessinfo-wrapper .box-4 .desc {
    line-height: 24px;
    height: 48px;
    margin-bottom: 20px;
  }
  .businessinfo-wrapper .box-4 .swiper-btn {
    border-radius: 50%;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .businessinfo-wrapper .box-4 .prev {
    left: -15px;
  }
  .businessinfo-wrapper .box-4 .next {
    right: -15px;
  }
  .businessinfo-wrapper .box-5 {
    padding: 40px 0;
  }
  .businessinfo-wrapper .box-5 .box-container {
    display: block;
  }
  .businessinfo-wrapper .box-5 .caption-box {
    margin-bottom: 20px;
  }
  .businessinfo-wrapper .box-5 .info-box {
    width: 100%;
    padding-top: 0;
  }
  .businessinfo-wrapper .box-5 .desc {
    font-size: 18px;
    line-height: 30px;
    margin: 20px auto;
  }
  .businessinfo-wrapper .box-5 .swiper-box {
    width: 100%;
    margin-top: 40px;
  }
  .businessinfo-wrapper .box-5 .swiper-slide {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    border-radius: 8px;
  }
  .businessinfo-wrapper .box-5 .swiper-slide img {
    border-radius: 8px;
    height: auto;
  }
  .businessinfo-wrapper .box-5 .swiper-container {
    padding-bottom: 30px;
  }
  .businessinfo-wrapper .box-5 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .businessinfo-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .businessinfo-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    width: 24px;
    border-radius: 30px;
  }
  .businessinfo-wrapper .box-6 {
    margin: 40px auto;
  }
  .businessinfo-wrapper .box-6 .box-container {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .businessinfo-wrapper .box-6 .map {
    width: 100%;
    height: 216px;
  }
  .businessinfo-wrapper .box-6 .info {
    width: 100%;
    margin-bottom: 30px;
  }
  .businessinfo-wrapper .box-6 .info p {
    margin-bottom: 6px;
  }
  .businessinfo-wrapper .box-6 .info .desc {
    margin-bottom: 20px;
  }
  .businessinfo-wrapper .box-6 .qrcode {
    width: 100px;
  }
  .history-wrapper .swiper-container {
    padding-bottom: 40px;
  }
  .history-wrapper .year,
  .history-wrapper .since {
    font-size: 30px;
    line-height: 36px;
  }
  .history-wrapper .year:after {
    width: 12px;
    height: 12px;
    margin-top: 10px;
  }
  .history-wrapper .swiper-box:before {
    height: calc(100% - 52px);
  }
  .history-wrapper .swiper-box:after {
    top: 52px;
  }
  .history-wrapper .detail {
    padding: 30px 20px;
    margin-top: 40px;
  }
  .history-wrapper .detail ul {
    height: auto;
  }
  .history-wrapper .detail ul li {
    margin-bottom: 6px;
    padding-left: 24px;
  }
  .history-wrapper .detail ul li:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
  .history-wrapper .detail ul li:after {
    left: 4px;
    top: 16px;
  }
  .history-wrapper .swiper-btn {
    width: 30px;
    height: 30px;
    top: 36px;
  }
  .history-wrapper .prev {
    left: 15px;
  }
  .history-wrapper .next {
    right: 15px;
  }
  .history-wrapper .since {
    right: 15px;
  }
  .about-wrapper .box-1 {
    display: block;
  }
  .about-wrapper .box-1 .info,
  .about-wrapper .box-1 .pic {
    width: 100%;
  }
  .about-wrapper .box-1 .info {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .about-wrapper .box-1 .name {
    font-size: 20px;
    line-height: 30px;
  }
  .about-wrapper .box-1 .ename {
    font-size: 40px;
    line-height: 40px;
    margin: 10px auto 18px;
  }
  .about-wrapper .content {
    line-height: 24px;
  }
  .about-wrapper .box-2 {
    padding-bottom: 70px;
    margin-top: 40px;
    background-attachment: inherit;
  }
  .about-wrapper .box-2 .box-container {
    display: block;
    padding: 0;
  }
  .about-wrapper .box-2 .info {
    width: 100%;
    padding: 26px 15px 20px;
  }
  .about-wrapper .box-2 .name,
  .about-wrapper .box-2 .ename {
    font-size: 18px;
    line-height: 24px;color: #000;
  }
  .about-wrapper .box-2 .name {
    letter-spacing: 0;
  }
  .about-wrapper .box-2 .ename {
    margin-top: 6px;
  }
  .news-wrapper .main ul {
    display: block;
  }
  .news-wrapper .main li {
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
  }
  .news-wrapper .main li:last-child {
    margin-bottom: 0;
  }
  .news-wrapper .pic img {
    height: auto;
  }
  .news-wrapper .info {
    margin-top: 0;
    padding: 30px 20px 36px;
  }
  .news-wrapper .date {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .news-wrapper .name {
    font-size: 16px;
    line-height: 26px;
    height: auto;
  }
  .news-wrapper .desc {
    line-height: 24px;
    height: auto;
    margin: 15px auto 28px;
  }
  .newsdetail {
    display: block;
  }
  .newsdetail .leftbox {
    width: 100%;
    margin-right: 0;
  }
  .newsdetail .top .title {
    font-size: 20px;
  }
  .newsdetail .top .date {
    margin-top: 15px;
  }
  .newsdetail .top {
    padding-bottom: 20px;
  }
  .ndrec {
    width: 100%;
    padding-top: 0;
  }
  .ndrecbox {
    margin-top: 0;
    padding: 40px 20px 30px;
  }
  .ndrecitems {
    margin-top: 25px;
  }
  .ndreccen .title {
    font-size: 16px;
  }
  .ndreccen .entitle {
    font-size: 14px;
    margin: 0 auto 10px;
  }
  .ndreccen .read {
    line-height: 20px;
  }
  .ndrecitem .img img {
    width: 100%;
  }
  .ndbotleft {
    margin-top: 0;
    width: 100%;
    margin-bottom: 45px;
    display: none!important;
  }
  .ndbotright {
    width: 100%;
    margin-left: 0;
    padding-bottom: 45px;
  }
  .newsdetail .ndbot {
    margin-top: 0;
  }
  .ndbotleft .shareitem {
    width: 50%;
    float: left;
    padding: 10px 0 10px 15px;
  }
  .ndbotleft .shareitem:nth-last-of-type(2) {
    border-bottom: none;
  }
  .ndbotleft .shareitems {
    padding-bottom: 0;
    display: none;
  }
  .ndbotleft .shareitem .icon {
    width: 30px;
    height: 30px;
  }
  .ndbotleft .shareitem .text {
    line-height: 30px;
  }
  .ndcontent {
    padding-bottom: 40px;
    line-height: 24px;
    margin-top: 30px;
    line-height: 26px;
    font-size: 14px;
  }
  .ndcontent img {
    height: auto!important;
  }
  .ndpager {
    padding: 0 10px;
  }
  .ndrecitem:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .box-1 {
    display: block;
  }
  .contact-wrapper .info {
    width: 100%;
    padding-right: 0;
  }
  .contact-wrapper .info li {
    font-size: 14px;
    line-height: 26px;
    padding-left: 36px;
    margin-bottom: 15px;
  }
  .contact-wrapper .info .icon {
    width: 26px;
  }
  .contact-wrapper .map {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .contact-wrapper .box-2 {
  
  
  }
  .contact-wrapper .form {
    display: block;
  }
  .contact-wrapper .text,
  .contact-wrapper .msg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-wrapper .text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    height: 42px;
    line-height: 42px;
  }
  .contact-wrapper .msg {
    height: 140px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-wrapper .submit {
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
  }
  .job-wrapper {
    padding-bottom: 40px;
  }
  .job-wrapper .main {
    display: block;
  }
  .job-wrapper .box {
    width: 100%;
    padding-right: 0;
  }
  .job-wrapper .box li {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .job-wrapper .box .name {
    width: 100%;
    padding-right: 36px;
  }
  .job-wrapper .top {
    display: block;
  }
  .job-wrapper .top .name {
    font-size: 16px;
    line-height: 26px;
    height: auto;
    padding-bottom: 15px;
    background: none;
  }
  .job-wrapper .top .name:after {
    width: 16px;
    height: 3px;
  }
  .job-wrapper .brief,
  .job-wrapper .hide-box {
    padding-right: 0;
  }
  .job-wrapper .brief {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .job-wrapper .brief span {
    display: block;
    line-height: 24px;
    margin-right: 0;
  }
  .job-wrapper .btn {
    width: 32px;
    height: 32px;
    right: 15px;
    top: 20px;
  }
  .job-wrapper .btn:before {
    width: 12px;
    height: 2px;
    margin-left: -6px;
    margin-top: -1px;
  }
  .job-wrapper .btn:after {
    width: 2px;
    height: 12px;
    margin-left: -1px;
    margin-top: -6px;
  }
  .job-wrapper .hide-box {
    padding-left: 0;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .job-wrapper .send {
    width: 120px;
    height: 40px;
    line-height: 40px;
    position: static;
    margin-top: 30px;
  }
  .job-wrapper .box .caption,
  .job-wrapper .content {
    line-height: 26px;
  }
  .job-wrapper .content {
    margin-bottom: 20px;
  }
  .job-wrapper .other {
    width: 100%;
    margin-top: 40px;
  }
  .job-wrapper .inner-1,
  .job-wrapper .inner-2,
  .job-wrapper .inner-3 .info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .job-wrapper .inner-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .management-wrapper .index-title-box .title {
    margin-bottom: 20px;
  }
  .management-wrapper .tab-box:after {
    height: 2px;
  }
  .management-wrapper .box-1 .box-container {
    display: block;
  }
  .management-wrapper .box-1 .info,
  .management-wrapper .box-1 .pic {
    width: 100%;
  }
  .management-wrapper .box-1 .info {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .management-wrapper .box-1 .name {
    font-size: 22px;
    line-height: 30px;
  }
  .management-wrapper .box-1 .content {
    line-height: 26px;
    margin-top: 20px;
  }
  .management-wrapper .box-2 {
    margin-top: 30px;
    padding: 40px 0;
  }
  .management-wrapper .box-2:after {
    top: 85px;
  }
  .management-wrapper .box-2 .box-container {
    padding-right: 0;
  }
  .management-wrapper .box-2 .swiper-box {
    padding: 0;
  }
  .management-wrapper .box-2 .swiper-slide {
    width: auto;
  }
  .management-wrapper .box-2 .swiper-slide-active .dot {
    background-image: linear-gradient(90deg, #e70012 0%, #fff585 100%), linear-gradient(#e70012, #e70012);
    background-blend-mode: normal, normal;
  }
  .management-wrapper .box-2 .dot {
    width: 12px;
    height: 12px;
    margin: 10px auto;
  }
  .management-wrapper .box-2 .year {
    font-size: 30px;
    line-height: 30px;
  }
  .management-wrapper .box-2 .main {
    padding: 24px 20px 0;
    margin-top: 40px;
    margin-right: 15px;
    border-radius: 10px;
    display: block;
  }
  .management-wrapper .box-2 .content {
    width: 100%;
    line-height: 26px;
    max-height: inherit;
    padding-right: 0;
  }
  .management-wrapper .box-2 .data {
    width: 100%;
    margin-top: 40px;
  }
  .management-wrapper .box-2 .data ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .management-wrapper .box-2 .data ul li {
    width: 48%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .management-wrapper .box-2 .data ul li:nth-child(3n) {
    flex: 0 0 48%;
  }
  .management-wrapper .box-2 .data .num span {
    font-size: 32px;
    line-height: 30px;
  }
  .management-wrapper .box-2 .data em {
    font-size: 14px;
  }
  .management-wrapper .box-3 {
    margin-top: 40px;
  }
  .management-wrapper .box-3 .box-container {
    flex-flow: wrap;
  }
  .management-wrapper .box-3 .info,
  .management-wrapper .box-3 .pic {
    width: 100%;
  }
  .management-wrapper .box-3 .info {
    order: 0;
    margin-bottom: 40px;
  }
  .management-wrapper .box-3 .pic {
    padding-right: 0;
    order: 1;
  }
  .management-wrapper .box-3 .brief {
    line-height: 26px;
    margin-bottom: 30px;
  }
  .management-wrapper .box-3 .content {
    line-height: 26px;
  }
  .management-wrapper .box-4 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .management-wrapper .box-4 .swiper-slide {
    margin-right: 20px;
    padding-bottom: 16px;
  }
  .management-wrapper .box-4 .detail-box {
    margin-top: 30px;
  }
  .management-wrapper .box-4 .item.on {
    display: block;
  }
  .management-wrapper .box-4 .info,
  .management-wrapper .box-4 .pic {
    width: 100%;
  }
  .management-wrapper .box-4 .info {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .management-wrapper .box-4 .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .management-wrapper .box-4 .content {
    font-size: 14px;
    line-height: 26px;
  }
  .management-wrapper .box-5 {
    padding: 40px 0 30px;
  }
  .management-wrapper .box-5 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .management-wrapper .box-5 ul li {
    width: 48%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 4%;
  }
  .management-wrapper .box-5 .pic img {
    height: 85px;
  }
  .management-wrapper .box-5 .info {
    padding: 20px 15px;
  }
  .management-wrapper .box-5 .name {
    font-size: 14px;
    line-height: 24px;
  }
  .management-wrapper .box-5 .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    height: 48px;
    margin: 6px auto 15px;
  }
  .management-wrapper .box-5 .cat-box {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }
  .management-wrapper .box-5 .cat-box a {
    margin-right: 20px;
  }
  .management-wrapper .box-5 .loading {
    margin-top: 20px;
  }
  .management-wrapper .loading {
    padding: 10px 0;
    margin-top: 20px;
  }
  .management-wrapper .box-6 {
    padding: 40px 0 0;
  }
  .management-wrapper .box-6 .box {
    margin-bottom: 30px;
  }
  .management-wrapper .box-6 .index-title-box {
    margin-bottom: 24px;
  }
  .management-wrapper .box-6 .caption {
    font-size: 18px;
    line-height: 26px;
    margin-top: 24px;
  }
  .management-wrapper .box-6 .cat-box {
    margin-bottom: 30px;
  }
  .management-wrapper .box-6 .cat-box a {
    min-width: 140px;
    height: 40px;
    line-height: 40px;
  }
  .management-wrapper .box-6 .detail-box .box {
    display: block;
    margin-bottom: 40px;
  }
  .management-wrapper .box-6 .detail-box .box:last-child {
    margin-bottom: 0;
  }
  .management-wrapper .box-6 .detail-box .box:nth-child(even) .info-box {
    padding-left: 0;
  }
  .management-wrapper .box-6 .detail-box .box:nth-child(odd) .info-box {
    padding-right: 0;
  }
  .management-wrapper .box-6 .detail-box .box .name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .management-wrapper .box-6 .detail-box .box .content {
    line-height: 26px;
    margin-bottom: 20px;
  }
  .management-wrapper .box-6 .detail-box .info-box,
  .management-wrapper .box-6 .detail-box .swiper-box {
    width: 100%;
  }
  .management-wrapper .box-6 .detail-box .info-box {
    margin-bottom: 20px;
  }
  .management-wrapper .box-6 .swiper-pagination {
    bottom: 15px;
  }
  .management-wrapper .box-6 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .management-wrapper .box-7 {
    padding: 40px 0 50px;
    background-size: 80%;
  }
  .management-wrapper .box-7 .box-container {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .management-wrapper .box-7 .pic {
    width: 100%;
  }
  .management-wrapper .box-7 .info {
    width: 100%;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .management-wrapper .box-7 .desc {
    font-size: 16px;
    line-height: 30px;
  }
  .management-wrapper .index-box-4 .index-title-box .title {
    color: #C7000B;
  }
  .bidding-wrapper .main {
    flex-flow: wrap;
  }
  .bidding-wrapper .news {
    order: 1;
    width: 100%;
    margin-right: 0;
  }
  .bidding-wrapper .sideSearch {
    width: 100%;
    order: 0;
  }
  .bidding-wrapper .more i {
    margin-left: 10px;
  }
  .bidding-wrapper .date {
    display: none;
  }
  .bidding-wrapper .time {
    display: block;
    font-family: ����;
    color: #be9546;
  }
  .bidding-wrapper .news .list ul {
    margin-bottom: 15px;
  }
  .bidding-wrapper .news .list li {
    margin-bottom: 15px;
  }
  .bidding-wrapper .news .list li a {
    padding: 30px 20px;
  }
  .bidding-wrapper .news .list li .time {
    position: static;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .bidding-wrapper .news .list li .name {
    font-size: 15px;
    line-height: 24px;
  }
  .bidding-wrapper .news .list li .desc {
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: 3;
  }
  .bidding-wrapper .news .list li .moreBtn {
    display: none;
  }
  .bidding-wrapper .sideSearch {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .bidding-wrapper .sideSearch .title-box {
    display: none;
  }
  .bidding-wrapper .sideSearch .botDiv {
    padding: 30px 24px;
    margin-bottom: 0;
  }
  .bidding-wrapper .sideSearch .form .box {
    margin-bottom: 15px;
  }
  .bidding-wrapper .sideSearch .form .box .caption {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .bidding-wrapper .sideSearch .select > a {
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background-position: right 15px center;
  }
  .bidding-wrapper .sideSearch .select .hidebox {
    top: 42px;
  }
  .bidding-wrapper .sideSearch .text {
    height: 42px;
    line-height: 42px;
  }
  .bidding-wrapper .sideSearch .btn {
    width: 24px;
    right: 6px;
  }
  .website-wrapper .main ul li {
    padding: 18px 0;
  }
  .website-wrapper .main ul li:first-child {
    padding-top: 0;
  }
  .website-wrapper .main ul li:last-child {
    background: none;
    padding-bottom: 0;
  }
  .website-wrapper .main ul li .cat {
    font-size: 15px;
  }
  .website-wrapper .main ul li .navs {
    margin-top: 8px;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
  }
  .website-wrapper .main ul li .navs a {
    position: relative;
    width: 31.33%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-right: 3%;
  }
  .website-wrapper .main ul li .navs a:nth-child(3n) {
    margin-right: 0;
  }
  .website-wrapper .main ul li .navs a:before {
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 10;
    margin-right: 0;
  }
  .paeg-wrapper .content {
    line-height: 26px;
  }
  .charity-wrapper li {
    margin-bottom: 36px;
  }
  .charity-wrapper li:hover .index-more i:nth-child(1),
  .charity-wrapper li:hover .index-more i:nth-child(3) {
    width: 130px;
  }
  .charity-wrapper li a {
    display: block;
  }
  .charity-wrapper .pic,
  .charity-wrapper .info {
    width: 100%;
  }
  .charity-wrapper .info {
    padding: 0;
    margin-top: 24px;
  }
  .charity-wrapper .name {
    font-size: 16px;
    line-height: 26px;
  }
  .charity-wrapper .desc {
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: auto;
    margin: 8px auto 20px;
  }
  .page-cat-box {
    position: static;
    border-radius: 0;
    border: none;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .page-cat-box a {
     width: 30%;
    line-height: 45px;
    min-width: inherit;
    padding: 0 5px;
    margin-bottom: 4%;
    border-radius: 5px;
    border: 1px solid #eee;
  }
  .concept-wrapper .swiper-box {
    padding-top: 40px;
    padding-left: 15px;
    margin-top: 30px;
  }
  .concept-wrapper .swiper-container {
    padding-bottom: 40px;
  }
  .concept-wrapper .swiper-slide {
    width: 100%;
    padding: 24px 0 24px 48px;
  }
  .concept-wrapper .swiper-slide:after {
    width: 10px;
    height: 1px;
    left: 12px;
  }
  .concept-wrapper .pic,
  .concept-wrapper .info > div {
    padding-right: 24px;
  }
  .concept-wrapper .tag {
    width: 24px;
    left: 9px;
    top: 24px;
    font-size: 18px;
    line-height: 30px;
  }
  .concept-wrapper .info {
    padding-top: 24px;
    line-height: 26px;
  }
  .concept-wrapper .en {
    font-size: 26px;
    line-height: 30px;
  }
  .concept-wrapper .cn {
    font-size: 18px;
    margin: 6px auto 16px;
  }
  .concept-wrapper .desc {
    max-height: 208px;
    overflow-y: auto;
  }
  .concept-wrapper .desc::-webkit-scrollbar {
    width: 3px;
    background-color: #e4e4e4;
  }
  .concept-wrapper .desc::-webkit-scrollbar-thumb {
    background-color: #C7000B;
  }
  .concept-wrapper .btn-box {
    margin-bottom: 20px;
  }
  .concept-wrapper .swiper-btn {
    width: 30px;
    height: 30px;
  }
  .concept-wrapper .next {
    margin-left: 15px;
  }
  .magazine-wrapper .main ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .magazine-wrapper .main ul li {
    width: 48%;
    margin-right: 0;
    margin-top: 15px;
  }
  .magazine-wrapper .main ul li:nth-child(3) {
    margin-top: 15px;
  }
  .magazine-wrapper .main ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .magazine-wrapper .info {
    padding: 16px 30px 16px 0;
  }
  .magazine-wrapper .info:before {
    height: 2px;
  }
  .magazine-wrapper .name {
    font-size: 14px;
    line-height: 26px;
  }
  .magazine-wrapper .date {
    font-size: 14px;
    margin-top: 0;
  }
  .magazine-wrapper .btn {
    right: 0;
    top: 16px;
    width: 24px;
    height: 24px;
  }
  .brand-wrapper .caption {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .brand-wrapper .content {
    font-size: 14px;
    line-height: 26px;
  }
  .brand-wrapper .main {
    display: block;
  }
  .brand-wrapper .main .content {
    width: 100%;
  }
  .brand-wrapper .main .pic {
    width: 100%;
    margin-top: 30px;
  }
  .brand-wrapper .box-2 .box-container,
  .brand-wrapper .box-3 .box-container {
    display: block;
  }
  .brand-wrapper .box-2 .caption,
  .brand-wrapper .box-3 .caption {
    padding-right: 0;
  }
  .brand-wrapper .box-2 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .brand-wrapper .box-2 .content {
    width: 100%;
  }
  .brand-wrapper .box-3 {
    margin-top: 40px;
  }
  .brand-wrapper .box-3 ul {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .brand-wrapper .box-3 ul li {
    width: 48%;
    margin-right: 0;
    margin-top: 4%;
  }
  .brand-wrapper .box-3 ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .brand-wrapper .box-3 ul li:nth-child(3),
  .brand-wrapper .box-3 ul li:nth-child(4) {
    margin-top: 4%;
  }
  .research-wrapper .swiper-box {
    padding: 40px 0;
    background: #f7fbfd;
  }
  .research-wrapper .swiper-box:before {
    height: 2px;
    top: 74px;
  }
  .research-wrapper .cat-box {
    padding: 0 30px;
  }
  .research-wrapper .cat-swiper .swiper-slide {
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 12px;
  }
  .research-wrapper .cat-swiper .swiper-slide:before {
    width: 36px;
    height: 2px;
    margin-left: -18px;
  }
  .research-wrapper .swiper-btn {
    width: 30px;
    height: 30px;
    top: 18px;
  }
  .research-wrapper .prev {
    left: 5px;
  }
  .research-wrapper .next {
    right: 5px;
  }
  .research-wrapper .detail-box {
    margin-top: 50px;
  }
  .research-wrapper .detail-swiper .swiper-slide {
    display: block;
  }
  .research-wrapper .detail-swiper .info,
  .research-wrapper .detail-swiper .pic {
    width: 100%;
  }
  .research-wrapper .detail-swiper .info {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .research-wrapper .detail-swiper .name {
    font-size: 18px;
    line-height: 30px;
  }
  .research-wrapper .detail-swiper .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .culture-wrapper .main {
    display: block;
  }
  .culture-wrapper .data {
    width: 100%;
  }
  .culture-wrapper .data ul li {
    width: 32.33%;
    margin-bottom: 0;
  }
  .culture-wrapper .data .num span {
    font-size: 34px;
    line-height: 26px;
    margin-right: 8px;
  }
  .culture-wrapper .data em {
    top: -1px;
    font-size: 12px;
  }
  .culture-wrapper .data i {
    font-size: 16px;
    top: -16px;
  }
  .culture-wrapper .data p {
    font-size: 12px;
    margin-top: 6px;
  }
  .culture-wrapper .content {
    width: 100%;
    line-height: 24px;
    margin-top: 40px;
  }
  .talent-wrapper .box-container {
    display: block;
  }
  .talent-wrapper .info,
  .talent-wrapper .pic {
    width: 100%;
  }
  .talent-wrapper .info {
    padding-right: 0;
  }
  .talent-wrapper .name {
    font-size: 20px;
    line-height: 30px;
  }
  .talent-wrapper .content {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .talent-wrapper .pic {
    margin-top: 40px;
  }
  .honor-wrapper .main {
    display: block;
  }
  .honor-wrapper .box {
    width: 100%;
  }
  .honor-wrapper .box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .honor-wrapper .box ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .honor-wrapper .box .pic img {
    height: auto;
  }
  .honor-wrapper .box .name {
    height: 56px;
  }
  .honor-wrapper .box .inner {
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
  }
  .honor-wrapper .main > .pic {
    width: 100%;
    margin-top: 40px;
  }
  .welfare-wrapper .title-box {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .welfare-wrapper .title-box .title {
    font-size: 22px;
    line-height: 30px;
  }
  .welfare-wrapper .title-box p {
    font-size: 18px;
    margin-top: 10px;
  }
  .welfare-wrapper .box-1 {
    padding-bottom: 50px;
  }
  .welfare-wrapper .box-1 li {
    width: 120px;
    border-radius: 30px;
    padding: 8px 15px;
    border-width: 2px;
  }
  .welfare-wrapper .box-1 li .title,
  .welfare-wrapper .box-1 li .desc {
    font-size: 12px;
    line-height: 18px;
  }
  .welfare-wrapper .box-1 li .title {
    margin-bottom: 0;
  }
  .welfare-wrapper .box-1 li:first-child {
    top: -40px;
    margin-left: -60px;
  }
  .welfare-wrapper .box-1 li:nth-child(2) {
    right: -60px;
    top: 36px;
  }
  .welfare-wrapper .box-1 li:nth-child(3) {
    right: -60px;
    bottom: 36px;
  }
  .welfare-wrapper .box-1 li:nth-child(4) {
    left: 50%;
    bottom: -30px;
    margin-left: -60px;
  }
  .welfare-wrapper .box-1 li:nth-child(5) {
    left: -60px;
  }
  .welfare-wrapper .circle-box {
    width: 200px;
    height: 200px;
    margin-top: 65px;
  }
  .welfare-wrapper .circle .icon {
    width: 30px;
  }
  .welfare-wrapper .circle .cn {
    font-size: 16px;
    line-height: 16px;
    margin: 10px auto 4px;
  }
  .welfare-wrapper .circle .en {
    font-size: 13px;
    line-height: 14px;
  }
  .welfare-wrapper .box-2 {
    padding-bottom: 24px;
  }
  .welfare-wrapper .box-2 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .welfare-wrapper .box-2 li {
    width: 33.33%;
    padding: 0 15px;
    margin-top: 30px;
  }
  .welfare-wrapper .box-2 li p {
    font-size: 11px;
    line-height: 15px;
  }
  .welfare-wrapper .box-2 .icon {
    width: 36px;
  }
  .welfare-wrapper .box-2 .name {
    font-size: 15px;
    line-height: 24px;
    margin: 10px auto 4px;
  }
  .video-wrapper ul {
    display: block;
  }
  .video-wrapper li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .video-wrapper li:last-child {
    margin-bottom: 0;
  }
  .video-wrapper li .pic-box {
    width: 100%;
  }
  .video-wrapper li .pic-box .pic:hover:before {
    width: 60px;
    height: 60px;
  }
  .video-wrapper li .pic-box .pic:hover:after {
    width: 76px;
    height: 76px;
  }
  .video-wrapper li .pic-box .pic:before,
  .video-wrapper li .pic-box .pic:after {
    width: 42px;
    height: 42px;
  }
  .video-wrapper li .pic-box .icon {
    width: 42px;
    height: 42px;
    background-size: 8px;
  }
  .video-wrapper li .name {
    font-size: 15px;
  }
  .video-wrapper li .pic img {
    height: auto;
  }
  .video-wrapper li iframe {
    height: 200px;
  }
  .partner-wrapper .box-container {
    height: 450px;
  }
  .partner-wrapper iframe {
    width: 100%;
    height: 400px;
    margin-top: 60px;
  }
  .partner-wrapper .main {
    margin-top: -220px;
    transform: scale(0.45);
    -webkit-transform: scale(0.45);
    -moz-transform: scale(0.45);
    -ms-transform: scale(0.45);
    -o-transform: scale(0.45);
    transform-origin: left center;
  }
  .partner-wrapper .tagBall {
    margin: 0;
  }
  .accusation-wrapper .info {
    width: 100%;
  }
  .accusation-wrapper .info .desc {
    font-size: 14px;
    line-height: 26px;
  }
  .accusation-wrapper .btn {
    width: 130px;
    height: 42px;
    line-height: 42px;
    background-position: 15px center;
    padding-left: 15px;
    margin-top: 30px;
  }
  .accusation-wrapper ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 40px;
  }
  .accusation-wrapper ul li {
    width: 48%;
    margin-right: 0;
    margin-top: 30px;
  }
  .accusation-wrapper ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .accusation-wrapper .icon {
    width: 36px;
    height: 26px;
  }
  .accusation-wrapper .name {
    font-size: 15px;
    margin: 26px auto 4px;
  }
  .accusation-wrapper .desc {
    font-size: 12px;
  }
  .modal-box .main {
    padding: 0 15px;
  }
  .modal-box .w1200 {
    padding: 20px 0 0 15px;
  }
  .modal-box .close {
    right: 15px;
    top: 20px;
    width: 18px;
    height: 18px;
  }
  .modal-box .title-box .title {
    font-size: 18px;
    line-height: 26px;
  }
  .modal-box .title-box p {
    font-size: 26px;
    padding-bottom: 20px;
    border-width: 1px;
    margin-top: 4px;
  }
  .modal-box .desc {
    padding-left: 24px;
    font-size: 15px;
    margin-top: 24px;
    line-height: 24px;
    background-size: 16px;
    background-position: left 5px;
  }
  .modal-box .info {
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .modal-box .btn-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
  }
  .modal-box .btn-box a {
    font-size: 12px;
    width: 48%;
    height: 42px;
    line-height: 42px;
    margin-right: 0;
  }
  .modal-box .caption {
    margin-top: 20px;
  }
  .modal-box .text,
  .modal-box .msg {
    border-width: 1px;
  }
  .modal-box .text {
    width: 100%;
    line-height: 40px;
  }
  .modal-box .msg {
    height: 120px;
  }
  .modal-box .form {
    padding-right: 15px;
    max-height: 80vh;
    padding-bottom: 30px;
  }
  .modal-box .form p {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .modal-box .form .group {
    margin-bottom: 10px;
  }
  .modal-box label {
    margin-right: 30px;
    margin-bottom: 8px;
  }
  .modal-box label:before {
    width: 16px;
    height: 16px;
    top: 1px;
  }
  .modal-box .submit {
    display: block;
    width: 50%;
    height: 42px;
    line-height: 42px;
    margin: 30px auto 0;
  }
}
