.rel {

  position: relative;

}

.abs {

  position: absolute;

}

.fixed {

  position: fixed;

}

.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: Arial;

}

.txt {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.upper {

  text-transform: uppercase;

}

.middle {

  vertical-align: middle;

}

@font-face {

  font-family: "icon";

  src: url('/pc/fonts/iconfont.eot');

  src: url('/pc/fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('/pc/fonts/81befe6d9b884d9d8ca5becc42c14b36.woff') format('woff2'), url('/pc/fonts/iconfont.woff') format('woff'), url('/pc/fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('/pc/fonts/iconfont.svg') format('svg');

  

  /* IE9 */

  /* iOS 4.1- */

}

@media screen and (min-width: 1024px) {

  ::-webkit-scrollbar {

    width: 5px;

    background-color: #f7f8f9;

  }

  ::-webkit-scrollbar-thumb {

    background-color: #5797d6;

  }

  .page-nav-box {

    position: relative;

    background: #e8eff5;

  }

  .page-nav-box .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;

    height: 60px;

    align-items: center;

  }

  .page-nav-box .intruction-caption {

    display: none;

  }

  .page-nav-box .nav {

    position: relative;

    z-index: 10;

    font-size: 0;

  }

  .page-nav-box .nav a {

    position: relative;

    display: inline-block;

    text-align: center;

    font-size: 16px;

    color: #666;

    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;

    line-height: 60px;

    padding: 0 22px;

    margin-right: 16px;

  }

  .page-nav-box .nav a:last-chid {

    margin-right: 0;

  }

  .page-nav-box .nav a.on,

  .page-nav-box .nav a:hover {

    color: #5797d6;

    font-weight: 700;

    background: #fff;

  }

  .page-nav-box .nav a.on:after,

  .page-nav-box .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-box .nav a:after {

    content: "";

    display: block;

    width: 100%;

    height: 2px;

    background: #5797d6;

    position: absolute;

    left: 0;

    bottom: 0;

    z-index: 10;

    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: scale(0);

    -webkit-transform: scale(0);

    -moz-transform: scale(0);

    -ms-transform: scale(0);

    -o-transform: scale(0);

  }

  .page-nav-box .breadcrumb {

    font-size: 0;

  }

  .page-nav-box .breadcrumb a,

  .page-nav-box .breadcrumb span {

    display: inline-block;

    vertical-align: middle;

    font-size: 16px;

    color: #757686;

  }

  .page-nav-box .breadcrumb span.active,

  .page-nav-box .breadcrumb a:hover {

    color: #5797d6;

  }

  .page-nav-box .breadcrumb .home {

    position: relative;

    top: 1px;

    margin-right: 8px;

  }

  .page-nav-box .breadcrumb .icon {

    position: relative;

    vertical-align: middle;

    margin: 0 16px;

  }

  .goods-wrapper .list li .name,

  .service-wrapper .list ul li .name {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

  }

  .job-wrapper .list li:hover .top {

    background: #5797d6;

  }

  .job-wrapper .list li:hover .top .name,

  .job-wrapper .list li:hover .top .number,

  .job-wrapper .list li:hover .top .address,

  .job-wrapper .list li:hover .top .date {

    color: #fff;

  }

  .job-wrapper .list .top .name,

  .job-wrapper .list .top .ask,

  .job-wrapper .list .top .date,

  .job-wrapper .list .top .num {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

  }

}

@media screen and (max-width: 1600px) {

  .box-container {

    width: 90vw;

  }

  .about-wrapper .box-1 .inner-1 .info,

  .about-wrapper .box-1 .inner-2 .pic {

    padding-left: 77px;

  }

  .about-wrapper .box-1 .inner-2 .info {

    padding: 60px 77px 0 100px;

  }

  .about-wrapper .box-2 .data,

  .index-box-2 ul {

    padding: 0 77px;

  }

  .header-wrapper .pc-nav-box ul li {

    margin-right: 44px;

  }

  .header-wrapper .pc-nav-box ul li:last-child {

    margin-right: 80px;

  }

  .header-wrapper .other-box .search {

    margin-left: 60px;

  }

  .page-banner-wrapper .info .name span {

    font-size: 58px;

    line-height: 58px;

  }

  .page-title span {

    font-size: 44px;

    line-height: 44px;

  }

  .goods-wrapper .list li {

    margin-bottom: 4.8125%;

  }

  .goods-wrapper .list li .pic img {

    height: 320px;

  }

  .goods-wrapper .list li .info {

    margin-top: 26px;

    padding: 0 90px 36px 26px;

  }

  .goods-wrapper .list li .more {

    width: 52px;

    height: 52px;

    right: 26px;

  }

  .goodsinfo-wrapper .base-box .name {

    font-size: 42px;

  }

  .goodsinfo-wrapper .base-box .desc {

    font-size: 16px;

    margin: 30px auto;

    line-height: 30px;

  }

  .goodsinfo-wrapper .title {

    font-size: 32px;

    margin-top: 80px;

  }

  .page-box {

    padding-bottom: 120px;

  }

  .page-banner-wrapper .info .name span {

    font-size: 58px;

    line-height: 58px;

  }

  .history-wrapper .info {

    padding-right: 90px;

  }

  .history-wrapper .info .year {

    font-size: 50px;

    line-height: 50px;

  }

  .history-wrapper .info .desc {

    font-size: 16px;

    line-height: 30px;

    margin-top: 20px;

  }

  .history-wrapper .bg {

    font-size: 130px;

  }

  .service-wrapper .list ul li {

    padding-top: 30px;

    padding-bottom: 30px;

  }

  .msg-wrapper .group {

    margin-right: 0;

    width: 450px;

  }

  .download-wrapper .list ul li {

    background-size: 32px;

  }

  .about-wrapper .box-1 .inner-1 .name {

    font-size: 32px;

    margin-bottom: 20px;

  }

  .about-wrapper .box-2 .data ul li .num span,

  .about-wrapper .box-2 .data ul li .num i {

    font-size: 62px;

    line-height: 50px;

  }

  .about-wrapper .box-2 {

    padding: 130px 0;

  }

  .about-wrapper .box-3 .title {

    font-size: 42px;

  }

  .contact-wrapper .contact-box ul li .desc {

    font-size: 14px;

    width: 80%;

  }

  .contact-wrapper .map {

    height: 400px;

  }

  .honor-wrapper .list ul li .pic img {

    height: 288px;

  }

  .honor-wrapper .list ul li {

    padding-bottom: 40px;

  }

  .honor-wrapper .list ul li {

    margin-top: 70px;

  }

  .culture-wrapper .main ul li {

    height: 460px;

  }

  .culture-wrapper .main ul li .inner {

    padding: 0 24%;

  }

  .culture-wrapper .main ul li .name {

    font-size: 26px;

  }

  .manage-wrapper .name,

  .concept-wrapper .name {

    font-size: 32px;

    line-height: 36px;

  }

  .manage-wrapper .content {

    font-size: 15px;

    line-height: 32px;

    margin-top: 30px;

  }

  .concept-wrapper .content {

    line-height: 30px;

  }

  .concept-wrapper .main ul li .info {

    padding-top: 70px;

  }

  .news-wrapper .list ul li .pic img {

    height: 270px;

  }

  .newsinfo-wrapper .top .name {

    font-size: 34px;

  }

  .job-wrapper .main .top,

  .job-wrapper .main ul li .detail {

    padding-right: 80px;

    padding-left: 100px;

  }

  .job-wrapper .main .top div {

    height: 80px;

    line-height: 80px;

  }

  .job-wrapper .main ul li .top div {

    height: 76px;

    line-height: 76px;

  }

  .index-banner-wrapper .info .name {

    font-size: 68px;

    line-height: 68px;

  }

  .index-banner-wrapper .info .brief {

    font-size: 36px;

  }

  .index-swiper-btn {

    width: 48px;

    height: 48px;

  }

  .index-banner-wrapper:hover .index-swiper-btn.prev {

    left: 30px;

  }

  .index-banner-wrapper:hover .index-swiper-btn.next {

    right: 30px;

  }

  .index-title span {

    font-size: 56px;

    line-height: 56px;

  }

  .index-box-1 .index-swiper-btn.prev {

    left: -60px;

  }

  .index-box-1 .index-swiper-btn.next {

    right: -60px;

  }

  .index-box-1 .swiper-slide .pic img {

    height: 350px;

  }

  .index-box-1 .name {

    height: 84px;

    line-height: 84px;

    font-size: 30px;

  }

  .index-box-1 .index-swiper-btn {

    margin-top: -84px;

  }

  .index-box-2 .desc {

    line-height: 40px;

  }

  .index-box-3 ul li .name {

    font-size: 36px;

    line-height: 36px;

  }

  .news-wrapper .list ul li .name {

    font-size: 20px;

    line-height: 30px;

    height: 60px;

  }

  .history-wrapper .info ul li {

    background-position: left top 10px;

  }

}

@media screen and (max-width: 1440px) {

  .box-container {

    width: 90vw;

  }

  .about-wrapper .box-1 .inner-1 .info,

  .about-wrapper .box-1 .inner-2 .pic {

    padding-left: 117px;

  }

  .about-wrapper .box-1 .inner-2 .info {

    padding: 60px 117px 0 80px;

  }

  .about-wrapper .box-2 .data,

  .index-box-2 ul {

    padding: 0 117px;

  }

  .header-wrapper .logo-box {

    width: 180px;

  }

  .header-wrapper .box-container {

    height: 90px;

  }

  .search-form {

    top: 90px;

  }

  .header-wrapper .pc-nav-box ul li > a {

    font-size: 18px;

    line-height: 90px;

  }

  .header-wrapper .pc-nav-box ul li {

    margin-right: 36px;

  }

  .header-wrapper .pc-nav-box ul li:last-child {

    margin-right: 70px;

  }

  .header-wrapper .pc-nav-box ul li .hide-box .box-container {

    height: 0;

  }

  .header-wrapper .pc-nav-box ul li .hide-box {

    top: 90px;

  }

  .header-wrapper .pc-nav-box ul li .hide-box a {

    font-size: 16px;

  }

  .header-wrapper .other-box .line {

    width: 2px;

    height: 22px;

  }

  .header-wrapper .other-box .search {

    width: 24px;

    height: 24px;

    margin-left: 50px;

  }

  .header-wrapper .other-box .language {

    font-size: 22px;

  }

  .footer-wrapper .contact p {

    font-size: 16px;

    padding-left: 40px;

  }

  .footer-wrapper .contact img {

    width: 24px;

    top: 3px;

  }

  .footer-wrapper .qrcode {

    width: 190px;

  }

  .footer-wrapper .title,

  .footer-wrapper .links a {

    font-size: 16px;

  }

  .footer-wrapper .copy,

  .footer-wrapper .copy a {

    font-size: 14px;

  }

  .footer-wrapper .links a {

    margin-right: 20px;

  }

  .page-nav-box .box-container {

    height: 70px;

  }

  .page-nav-box .nav a {

    line-height: 70px;

  }

  .goods-wrapper .list li .pic img {

    height: 300px;

  }

  .goods-wrapper .list li .info {

    margin-top: 20px;

    padding: 0 70px 30px 20px;

  }

  .goods-wrapper .list li .more {

    width: 40px;

    height: 40px;

    background-size: 12px;

    right: 20px;

    top: 14px;

  }

  .goods-wrapper .list li:hover .more {

    background-size: 16px;

  }

  .pageNum {

    margin-top: 30px;

  }

  .page-banner-wrapper .info .name span {

    font-size: 50px;

    line-height: 50px;

  }

  .page-title span {

    font-size: 42px;

    line-height: 42px;

  }

  .page-nav-box .nav a {

    font-size: 15px;

    margin-right: 12px;

  }

  .page-nav-box .breadcrumb a,

  .page-nav-box .breadcrumb span {

    font-size: 15px;

  }

  .goodsinfo-wrapper .base-box .name {

    font-size: 38px;

  }

  .goodsinfo-wrapper .base-box .desc {

    margin: 24px auto;

    line-height: 24px;

  }

  .goodsinfo-wrapper .title {

    font-size: 30px;

    margin: 70px auto 30px;

  }

  .goodsinfo-wrapper .base-box .label {

    font-size: 22px;

  }

  .page-box {

    padding-bottom: 100px;

  }

  .goodsinfo-wrapper .table tr td:first-child {

    font-size: 16px;

  }

  .goodsinfo-wrapper table td {

    font-size: 14px;

  }

  .relative-box {

    margin-top: 60px;

  }

  .history-wrapper .info {

    padding: 60px 70px;

  }

  .history-wrapper .swiper-box .swiper-slide .year {

    width: 90px;

    height: 90px;

    line-height: 90px;

  }

  .msg-wrapper .group {

    width: 390px;

    margin-bottom: 20px;

  }

  .msg-wrapper .group label img {

    width: 20px;

    margin-right: 15px;

  }

  .about-wrapper .box-1 .info {

    line-height: 30px;

  }

  .about-wrapper .content {

    font-size: 15px;

  }

  .about-wrapper .box-2 {

    padding: 110px 0;

  }

  .about-wrapper .box-3 .title {

    font-size: 40px;

  }

  .contact-wrapper .map {

    height: 300px;

  }

  .honor-wrapper .list ul li {

    margin-top: 60px;

  }

  .honor-wrapper .list ul li .pic img {

    height: 232px;

  }

  .culture-wrapper .main ul li {

    height: 420px;

  }

  .culture-wrapper .main ul li .inner {

    padding: 0 20%;

  }

  .culture-wrapper .main ul li .name {

    font-size: 24px;

    margin-top: 20px;

  }

  .culture-wrapper .main ul li .icon {

    width: 40px;

  }

  .culture-wrapper .main ul li .desc {

    font-size: 15px;

    margin-top: 10px;

  }

  .manage-wrapper .name {

    font-size: 30px;

  }

  .concept-wrapper .name {

    font-size: 26px;

  }

  .concept-wrapper .main .box-2 ul li:nth-child(odd) .info {

    padding-left: 80px;

  }

  .concept-wrapper .main .box-2 ul li:nth-child(even) .info {

    padding-right: 80px;

  }

  .concept-wrapper .content {

    font-size: 14px;

    line-height: 24px;

  }

  .concept-wrapper .main ul li .info {

    padding-top: 50px;

  }

  .concept-wrapper .main > div {

    margin-bottom: 100px;

  }

  .news-wrapper .list ul li .pic img {

    height: 220px;

  }

  .news-wrapper .list ul li {

    margin-bottom: 36px;

  }

  .newsinfo-wrapper .top .name {

    font-size: 30px;

  }

  .newsinfo-wrapper .recommend-box .title {

    font-size: 22px;

  }

  .newsinfo-wrapper .recommend-box {

    width: 25%;

    padding: 30px 30px 40px;

  }

  .newsinfo-wrapper .recommend-box .info {

    line-height: 26px;

  }

  .newsinfo-wrapper .recommend-box .name,

  .newsinfo-wrapper .recommend-box .date {

    font-size: 15px;

  }

  .newsinfo-wrapper .content {

    font-size: 15px;

    line-height: 30px;

  }

  .newsinfo-wrapper .relative-news p {

    font-size: 14px;

    margin-bottom: 6px;

  }

  .newsinfo-wrapper .recommend-box ul li {

    padding-bottom: 20px;

    margin-bottom: 30px;

  }

  .job-wrapper .main ul {

    margin-bottom: 60px;

  }

  .pageNum a {

    width: 42px;

    line-height: 42px;

    height: 42px;

  }

  .job-wrapper .main .top,

  .job-wrapper .main ul li .detail {

    padding-right: 60px;

    padding-left: 80px;

  }

  .job-wrapper .main .top .number,

  .job-wrapper .main .top .address {

    margin-right: 8%;

  }

  .job-wrapper .main .top .name {

    width: 36%;

  }

  .job-wrapper .main .top .date {

    width: 12%;

  }

  .job-wrapper .main .top div {

    height: 70px;

    line-height: 70px;

  }

  .job-wrapper .main ul li .top div {

    height: 66px;

    line-height: 66px;

  }

  .index-title {

    padding: 90px 0 50px;

  }

  .index-banner-wrapper .info .name {

    font-size: 62px;

    line-height: 62px;

  }

  .index-banner-wrapper .info .brief {

    font-size: 32px;

  }

  .index-title span {

    font-size: 48px;

    line-height: 48px;

  }

  .index-box-1 {

    margin-bottom: 100px;

  }

  .index-box-1 .index-swiper-btn.prev {

    left: -80px;

  }

  .index-box-1 .index-swiper-btn.next {

    right: -80px;

  }

  .index-box-1 .swiper-slide .pic img {

    height: 288px;

  }

  .index-box-1 .name {

    height: 70px;

    line-height: 70px;

    font-size: 24px;

  }

  .index-box-1 .index-swiper-btn {

    margin-top: -70px;

  }

  .index-box-2 ul span,

  .index-box-2 ul em,

  .index-box-2 ul b,

  .index-box-2 ul i {

    font-size: 34px;

    line-height: 34px;

  }

  .index-box-2 .icon {

    width: 130px;

    height: 130px;

  }

  .index-box-3 ul li .name {

    font-size: 32px;

    line-height: 32px;

  }

  .index-box-2 .num,

  .index-box-2 .title {

    font-size: 16px;

  }

  .index-box-2 {

    padding-bottom: 100px;

  }

  .history-wrapper .detail-box {

    padding: 0 120px;

  }

  .history-wrapper .info .year {

    font-size: 48px;

    line-height: 48px;

  }

  .history-wrapper .bg {

    font-size: 110px;

  }

}

@media screen and (max-width: 1366px) {

  .about-wrapper .box-1 .inner-1 .info,

  .about-wrapper .box-1 .inner-2 .pic {

    padding-left: 80px;

  }

  .about-wrapper .box-1 .inner-2 .info {

    padding: 60px 80px 0 80px;

  }

  .about-wrapper .box-2 .data,

  .index-box-2 ul {

    padding: 0 80px;

  }

  .footer-wrapper .contact p {

    margin-bottom: 14px;

  }

  .footer-wrapper .qrcode {

    width: 180px;

  }

  .page-banner-wrapper .info .name span {

    font-size: 46px;

    line-height: 46px;

  }

  .page-title span {

    font-size: 38px;

    line-height: 38px;

    padding: 0 60px;

  }

  .page-title span:before,

  .page-title span:after {

    width: 40px;

  }

  .goodsinfo-wrapper .base-box .name {

    font-size: 36px;

  }

  .goodsinfo-wrapper .title {

    font-size: 28px;

    margin-top: 60px;

  }

  .goodsinfo-wrapper .base-box .label {

    font-size: 22px;

  }

  .page-box {

    padding-bottom: 90px;

  }

  .relative-box {

    margin-top: 50px;

  }

  .history-wrapper .info {

    padding-left: 40px;

  }

  .history-wrapper .info .year {

    font-size: 46px;

    line-height: 46px;

  }

  .manage-wrapper .name,

  .concept-wrapper .name {

    font-size: 26px;

    line-height: 30px;

  }

  .news-wrapper .list ul li .name {

    font-size: 18px;

    margin-bottom: 10px;

  }

  .goods-wrapper .list li .pic img {

    height: 250px;

  }

}

@media screen and (max-width: 1004px) {

  .box-container,

  .w1200 {

    width: 100%;

    padding: 0 15px;

  }

  .hidden-xs {

    display: none;

  }

  .hidden-pc {

    display: block;

  }

  .nav-icon {

    display: block;

    width: 25px;

    height: 25px;

    position: relative;

    margin-top: 21px;

  }

  .nav-icon span {

    display: block;

    width: 25px;

    position: relative;

    border: 1.5px solid #5797d6;

    border-radius: 80px;

    margin-left: 0;

  }

  .nav-icon span:after,

  .nav-icon span:before {

    content: '';

    position: absolute;

    display: block;

    width: 25px;

    background: #5797d6;

    border: 1.5px solid #5797d6;

    transition: all .3s ease;

    box-sizing: border-box;

    border-radius: 30px;

    left: -2px;

  }

  .nav-icon span:before {

    transform: rotate(0) translateY(-10px);

  }

  .nav-icon span:after {

    transform: rotate(0) translateY(6px);

  }

  .nav-icon.on span {

    background-color: transparent;

    border-color: transparent;

  }

  .nav-icon.on span:before {

    transform: rotate(-45deg) translateY(0);

  }

  .nav-icon.on span:after {

    transform: rotate(45deg) translateY(0);

  }

  .phone-nav {

    position: fixed;

    left: 0;

    width: 100%;

    height: 100%;

    top: 60px;

    z-index: 30;

  }

  .phone-nav .box {

    position: fixed;

    left: 0;

    top: 60px;

    z-index: 10;

    width: 100%;

    height: 100%;

    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 */

  }

  .phone-nav .close {

    width: 20%;

    background: rgba(0, 0, 0, 0.3) url(/pc/images/close.png) no-repeat top 40px center;

    background-size: 16px;

  }

  .phone-nav .inner {

    width: 80%;

    background: #f6f6f6;

  }

  .phone-nav ul {

    max-height: 90vh;

  }

  .phone-nav ul::-webkit-scrollbar {

    width: 4px;

  }

  .phone-nav ul::-webkit-scrollbar-track {

    background-color: #f7f8f9;

    border-radius: 5px;

  }

  .phone-nav ul::-webkit-scrollbar-thumb {

    background-color: #5797d6;

  }

  .phone-nav ul li a {

    display: block;

  }

  .phone-nav ul li.on > a,

  .phone-nav ul li.active > a {

    font-weight: 700;

    font-size: 16px;

    color: #5797d6;

    background: #fff;

  }

  .phone-nav ul li.on .cat:after {

    background: url(/pc/images/nav-down.png) no-repeat center center;

    background-size: 11px;

  }

  .phone-nav ul li > a {

    font-size: 16px;

    color: #333;

    line-height: 54px;

    padding: 0 15px;

    background: #f6f6f6;

    border-bottom: 1px solid #d6d6d6;

    position: relative;

    letter-spacing: 3px;

  }

  .phone-nav ul li > a:after {

    content: "";

    display: inline-block;

    position: absolute;

    width: 20px;

    height: 100%;

    background: url(/pc/images/nav-right.png) no-repeat right center;

    background-size: 6px;

    right: 15px;

    top: 0;

    z-index: 10;

    font-weight: 500;

  }

  .phone-nav ul li .navs {

    display: none;

    background: #fff;

  }

  .phone-nav ul li .navs a {

    position: relative;

    font-size: 14px;

    color: #666;

    padding: 0 15px;

    line-height: 54px;

    border-bottom: 1px solid #d6d6d6;

  }

  .phone-nav ul li .navs a.on,

  .phone-nav ul li .navs a.active {

    color: #5797d6;

    font-weight: 700;

  }

  .header-wrapper {

    position: fixed;

    left: 0;

    top: 0;

    z-index: 30;

    background: #fff;

    width: 100%;

    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);

  }

  .header-wrapper .box-container {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    -webkit-justify-content: space-between;

    justify-content: space-between;

    height: 60px;

  }

  .header-wrapper .logo-box {

    width: 50%;

  }

  .header-wrapper .logo-box img {

    display: block;

    width: 100%;

  }

  .header-wrapper .pc-nav-box {

    display: none;

  }

  .header-wrapper .other-box .line {

    display: none;

  }

  .header-wrapper .other-box .search {

    width: 18px;

    height: 18px;

    background: url(/pc/images/search3.png) no-repeat;

    background-size: contain;

    margin: 0 14px 0 0;

    cursor: pointer;

  }

  .header-wrapper .other-box .search:hover {

    background: url(/pc/images/search4.png) no-repeat;

    background-size: contain;

  }

  .header-wrapper .other-box .language {

    font-size: 18px;

    margin-right: 16px;

  }

  .p_h {

    width: 100%;

    height: 60px;

  }

  .footer-wrapper {

    padding-top: 36px;

  }

  .footer-wrapper .box-1 {

    margin-bottom: 24px;

  }

  .footer-wrapper .box-container {

    position: relative;

    display: block;

  }

  .footer-wrapper .contact {

    width: 100%;

    padding-left: 43%;

    max-width: inherit;

    padding-top: 0;

  }

  .footer-wrapper .contact p {

    font-size: 14px;

    margin-bottom: 4px;

    padding-left: 30px;

    line-height: 26px;

  }

  .footer-wrapper .contact p img {

    width: 20px;

    top: 5px;

  }

  .footer-wrapper .qrcode {

    width: 34%;

    position: absolute;

    left: 15px;

    top: 0;

    z-index: 10;

  }

  .footer-wrapper .title {

    font-size: 15px;

    margin-top: 8px;

  }

  .footer-wrapper .box-2 {

    padding: 20px 0 24px;

    background: #5797d6;

  }

  .footer-wrapper .links {

    font-size: 0;

    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-bottom: 10px;

  }

  .footer-wrapper .links a {

    font-size: 14px;

    margin-right: 0;

  }

  .footer-wrapper .links,

  .footer-wrapper .copy {

    height: auto;

    line-height: 24px;

  }

  .footer-wrapper .copy,

  .footer-wrapper .copy a {

    font-size: 14px;

    line-height: 20px;

  }

  .search-form {

    top: 60px;

    padding: 20px 0 40px;

    /* input placeholder  */

  }

  .search-form .keywords {

    line-height: 48px;

    font-size: 16px;

    margin-left: 10px;

  }

  .search-form ::-webkit-input-placeholder {

    /* WebKit browsers */

    color: #333333;

    font-size: 16px;

  }

  .search-form :-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */

    color: #333333;

    font-size: 16px;

  }

  .search-form ::-moz-placeholder {

    /* Mozilla Firefox 19+ */

    color: #333333;

    font-size: 16px;

  }

  .search-form :-ms-input-placeholder {

    /* Internet Explorer 10+ */

    color: #333333;

    font-size: 16px;

  }

  .search-form .icon-close {

    font-size: 24px;

    margin-top: -12px;

    right: 10px;

  }

  .search-form .search-btn {

    width: 20px;

    height: 20px;

  }

  .index-banner-wrapper:hover .index-swiper-btn.prev {

    left: 54px;

  }

  .index-banner-wrapper:hover .index-swiper-btn.next {

    right: 54px;

  }

  .index-banner-wrapper .swiper-slide img {

    display: none;

  }

  .index-banner-wrapper .swiper-slide img.phone {

    display: block;

  }

  .index-banner-wrapper .info {

    padding-top: 30px;

    transform: translateY(30px);

    -webkit-transform: translateY(30px);

    -moz-transform: translateY(30px);

    -ms-transform: translateY(30px);

    -o-transform: translateY(30px);

  }

  .index-banner-wrapper .info .name {

    font-size: 36px;

    line-height: 36px;

  }

  .index-banner-wrapper .info .name:before {

    height: 4px;

    bottom: -2px;

    z-index: -1;

  }

  .index-banner-wrapper .info .brief {

    font-size: 22px;

    line-height: 30px;

    margin-top: 10px;

  }

  .index-banner-wrapper .swiper-pagination {

    bottom: 15px;

  }

  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {

    width: 30px;

    height: 4px;

  }

  .index-swiper-btn {

    display: none;

  }

  .index-title {

    padding: 30px 0;

  }

  .index-title span {

    font-size: 34px;

    line-height: 34px;

    padding: 0 40px;

  }

  .index-title span:before,

  .index-title span:after {

    width: 24px;

  }

  .index-box-1 {

    margin-bottom: 40px;

  }

  .index-box-1 .swiper-container {

    padding-bottom: 30px;

  }

  .index-box-1 .swiper-slide .pic img {

    height: 144px;

  }

  .index-box-1 .name {

    font-size: 20px;

    height: 60px;

    line-height: 60px;

  }

  .index-box-1 .swiper-pagination .swiper-pagination-bullet {

    width: 30px;

    height: 4px;

  }

  .index-box-2 {

    background: url(/pc/images/p_index2_bg.jpg) no-repeat;

    padding-bottom: 40px;

  }

  .index-box-2 .desc {

    font-size: 14px;

    line-height: 24px;

    margin-bottom: 30px;

  }

  .index-box-2 ul {

    justify-content: center;

    flex-flow: wrap;

    padding: 0;

  }

  .index-box-2 ul li {

    width: 33.33%;

    padding: 0 10px;

    margin-bottom: 40px;

  }

  .index-box-2 ul span,

  .index-box-2 ul em,

  .index-box-2 ul b,

  .index-box-2 ul i {

    font-size: 24px;

    line-height: 24px;

  }

  .index-box-2 ul i {

    margin-right: 4px;

  }

  .index-box-2 ul em {

    margin-left: 4px;

    margin-right: 6px;

  }

  .index-box-2 .num {

    font-size: 14px;

    margin-top: 20px;

  }

  .index-box-2 .icon {

    width: 90px;

    height: 90px;

    padding: 10px;

  }

  .index-box-2 .title {

    font-size: 14px;

    line-height: 20px;

    margin-top: 10px;

    padding-bottom: 16px;

  }

  .index-box-2 .title:before {

    width: 16px;

    height: 1px;

  }

  .index-box-2 .more {

    width: 160px;

    height: 42px;

    line-height: 42px;

    font-size: 16px;

    margin-top: 0;

  }

  .index-box-3 {

    margin-bottom: 40px;

  }

  .index-box-3 ul {

    display: block;

  }

  .index-box-3 ul li {

    width: 100%;

    margin-bottom: 15px;

  }

  .index-box-3 ul li:last-child {

    margin-bottom: 0;

  }

  .index-box-3 ul li .info {

    padding: 0 20px;

  }

  .index-box-3 ul li .icon {

    width: 46px;

  }

  .index-box-3 ul li .name {

    font-size: 26px;

    line-height: 26px;

    margin: 14px auto 4px;

  }

  .index-box-3 ul li .ename {

    font-size: 16px;

    line-height: 20px;

  }

  .page-banner-wrapper .info .name span {

    font-size: 26px;

    line-height: 30px;

    padding: 0 48px;

  }

  .page-banner-wrapper .info .name span:before,

  .page-banner-wrapper .info .name span:after {

    width: 28px;

  }

  .page-nav-box {

    position: relative;

    z-index: 20;

    width: 100%;

    background: #f4f4f4;

  }

  .page-nav-box .box-container {

    position: relative;

    height: auto;

    padding: 0;

  }

  .page-nav-box .intruction-caption {

    position: relative;

    display: block;

    line-height: 50px;

    padding: 0 15px;

    background: #5797d6;

    color: #fff;

    font-size: 16px;

  }

  .page-nav-box .intruction-caption.extend:after {

    transform: rotateX(180deg);

    -webkit-transform: rotateX(180deg);

    -moz-transform: rotateX(180deg);

    -ms-transform: rotateX(180deg);

    -o-transform: rotateX(180deg);

  }

  .page-nav-box .intruction-caption:after {

    display: inline-block;

    position: absolute;

    right: 15px;

    top: 0;

    z-index: 10;

    content: "";

    width: 16px;

    height: 100%;

    background: url(/pc/images/nav-down2.png) no-repeat center center;

    background-size: contain;

  }

  .page-nav-box .nav {

    position: absolute;

    left: 0;

    top: 100%;

    z-index: 10;

    width: 100%;

    padding: 10px 15px;

    background: #f7f8f9;

    display: none;

  }

  .page-nav-box .nav a {

    display: block;

    width: 100%;

    text-align: left;

    font-size: 16px;

    line-height: 42px;

  }

  .page-nav-box .nav a.on,

  .page-nav-box .nav a:hover {

    background: none;

  }

  .page-nav-box .nav a:after {

    display: none;

  }

  .page-nav-box .breadcrumb {

    display: none;

  }

  .page-box {

    padding: 40px 0;

  }

  .page-title {

    margin-bottom: 30px;

  }

  .page-title span {

    font-size: 22px;

    line-height: 22px;

    padding: 0 48px;

  }

  .page-title span:before,

  .page-title span:after {

    width: 28px;

  }

  .goods-wrapper .list ul {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    -webkit-justify-content: space-between;

    justify-content: space-between;

  }

  .goods-wrapper .list li {

    width: 48%;

    margin-right: 0;

    margin-bottom: 4%;

    background: #f9f9f9;

  }

  .goods-wrapper .list li:hover {

    background: #fff;

  }

  .goods-wrapper .list li .pic img {

    height: 100px;

  }

  .goods-wrapper .list li .info {

    margin-top: 0;

    padding: 10px 15px;

  }

  .goods-wrapper .list li .name {

    font-size: 14px;

    line-height: 20px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;

  }

  .goods-wrapper .list li .desc {

    font-size: 12px;

    line-height: 20px;

  }

  .goods-wrapper .list li .more {

    right: 15px;

    width: 30px;

    height: 30px;

    display: none;

  }

  .goodsinfo-wrapper .base-box {

    padding: 30px 0;

    background: #ececec;

  }

  .goodsinfo-wrapper .base-box .box-container {

    display: block;

    padding: 0 15px;

  }

  .goodsinfo-wrapper .base-box .pic {

    width: 100%;

  }

  .goodsinfo-wrapper .base-box .info {

    width: 100%;

    line-height: 24px;

    margin-top: 30px;

  }

  .goodsinfo-wrapper .base-box .name {

    font-size: 22px;

    line-height: 36px;

  }

  .goodsinfo-wrapper .base-box .label {

    font-size: 18px;

    margin-top: 8px;

  }

  .goodsinfo-wrapper .base-box .desc {

    font-size: 14px;

    margin: 20px auto;

  }

  .goodsinfo-wrapper .base-box .icon {

    width: 16px;

  }

  .goodsinfo-wrapper .title {

    font-size: 18px;

    line-height: 30px;

    margin: 40px auto 20px;

  }

  .goodsinfo-wrapper .content img {

    width: 100%!important;

    height: auto!important;

  }

  .goodsinfo-wrapper table td {

    font-size: 12px;

    padding: 6px 15px;

    line-height: 24px;

  }

  .goodsinfo-wrapper .table tr td:first-child {

    width: 28%;

    font-size: 14px;

  }

  .history-wrapper .swiper-box {

    margin-top: 30px;

  }

  .history-wrapper .swiper-box .box-container {

    padding: 0 50px;

  }

  .history-wrapper .swiper-box:before {

    height: 1px;

    margin-top: 0;

  }

  .history-wrapper .swiper-box .swiper-btn {

    width: 30px;

    height: 30px;

    margin-top: -15px;

  }

  .history-wrapper .swiper-box .swiper-btn.prev {

    left: 15px;

  }

  .history-wrapper .swiper-box .swiper-btn.next {

    right: 15px;

  }

  .history-wrapper .swiper-box .swiper-slide .year {

    width: 60px;

    height: 60px;

    line-height: 60px;

    font-size: 16px;

  }

  .history-wrapper .detail-box {

    margin-top: 30px;

    padding: 0;

  }

  .history-wrapper .item.on {

    display: block;

  }

  .history-wrapper .pic,

  .history-wrapper .info {

    width: 100%;

  }

  .history-wrapper .pic {

    padding-left: 0;

    height: auto;

  }

  .history-wrapper .info {

    padding: 30px 20px 40px;

  }

  .history-wrapper .info .year {

    font-size: 30px;

    line-height: 30px;

  }

  .history-wrapper .info .desc {

    font-size: 14px;

    line-height: 24px;

    margin-top: 16px;

    background-position: left top 8px;

    background-size: 8px;

  }

  .history-wrapper .info ul li {

    background-size: 8px;

    background-position: left 8px;

  }

  .history-wrapper .bg {

    font-size: 60px;

    line-height: 50px;

    bottom: -10px;

  }

  .service-wrapper .main {

    display: block;

  }

  .service-wrapper .list {

    width: 100%;

  }

  .service-wrapper .list ul li {

    margin-bottom: 15px;

    line-height: 24px;

    padding: 20px 15px;

  }

  .service-wrapper .list ul li .name {

    font-size: 14px;

    padding-left: 12px;

    background-size: auto 12px;

    background-position: left top 6px;

  }

  .service-wrapper .list ul li .date {

    position: static;

    font-size: 12px;

    transform: translateY(0);

    -webkit-transform: translateY(0);

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -o-transform: translateY(0);

    padding-left: 16px;

  }

  .service-wrapper .pic {

    width: 100%;

  }

  .msg-wrapper .form {

    float: noen;

    display: block;

    width: 100%;

    margin-bottom: 30px;

  }

  .msg-wrapper .group {

    display: block;

    width: 100%;

    margin-bottom: 10px;

  }

  .msg-wrapper .group.spacing label {

    letter-spacing: 0;

  }

  .msg-wrapper .group label {

    width: 100%;

    font-size: 14px;

    line-height: 24px;

  }

  .msg-wrapper .group label img {

    width: 16px;

    margin-right: 10px;

    position: relative;

    top: -2px;

  }

  .msg-wrapper .group label,

  .msg-wrapper .group .text {

    height: 42px;

    line-height: 42px;

  }

  .msg-wrapper .group .text,

  .msg-wrapper .group .msg {

    width: 100%;

  }

  .msg-wrapper .group .msg {

    height: 140px;

  }

  .msg-wrapper .pic {

    float: none;

    width: 100%;

  }

  .msg-wrapper .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;

  }

  .msg-wrapper a {

    width: 48%;

    margin-top: 20px;

  }

  .msg-wrapper a span {

    font-size: 14px;

  }

  .msg-wrapper a.submit {

    margin-left: 0;

  }

  .download-wrapper .list ul li {

    margin-bottom: 15px;

    padding: 0 36px 0 40px;

    background-position: left 15px top 18px;

    background-size: 16px;

  }

  .download-wrapper .list ul li:last-child {

    margin-bottom: 0;

  }

  .download-wrapper .list ul li:hover {

    background-position: left 15px top 18px;

  }

  .download-wrapper .list ul li .info {

    padding: 15px 20px 15px 0;

  }

  .download-wrapper .list ul li .date {

    font-size: 14px;

    margin-top: 0;

  }

  .download-wrapper .list ul li .btn {

    font-size: 0;

    right: 10px;

    width: 14px;

    height: 100%;

    padding-right: 0;

    background-position: center center;

    background-size: contain;

  }

  .about-wrapper .content {

    font-size: 14px;

  }

  .about-wrapper .box-1 {

    padding-bottom: 0;

    background-size: 60%;

  }

  .about-wrapper .box-1 > div {

    display: block;

  }

  .about-wrapper .box-1 .info,

  .about-wrapper .box-1 .pic {

    width: 100%;

  }

  .about-wrapper .box-1 .info {

    line-height: 24px;

  }

  .about-wrapper .box-1 .inner-1 .info,

  .about-wrapper .box-1 .inner-2 .pic {

    padding-left: 0;

  }

  .about-wrapper .box-1 .inner-1 {

    padding: 0 15px;

  }

  .about-wrapper .box-1 .inner-1 .name {

    font-size: 20px;

    margin-bottom: 10px;

  }

  .about-wrapper .box-1 .inner-1 .info {

    padding-right: 0;

  }

  .about-wrapper .box-1 .inner-1 .pic {

    margin-top: 30px;

    padding: 0;

  }

  .about-wrapper .box-1 .inner-1 .pic:before {

    background-size: 40px;

  }

  .about-wrapper .box-1 .inner-2 {

    padding: 0 15px;

    margin-top: 30px;

  }

  .about-wrapper .box-1 .inner-2 .info {

    padding: 30px 0;

  }

  .about-wrapper .box-2 {

    padding: 50px 0 20px;

  }

  .about-wrapper .box-2 .data {

    padding: 0 15px;

  }

  .about-wrapper .box-2 .data ul {

    flex-flow: wrap;

  }

  .about-wrapper .box-2 .data ul li {

    width: 48%;

    margin-bottom: 30px;

  }

  .about-wrapper .box-2 .data ul li .num span,

  .about-wrapper .box-2 .data ul li .num i {

    font-size: 40px;

    line-height: 30px;

  }

  .about-wrapper .box-2 .data ul li .title,

  .about-wrapper .box-2 .data ul li em {

    font-size: 14px;

  }

  .about-wrapper .box-2 .data ul li em {

    margin-left: 4px;

  }

  .about-wrapper .box-2 .data ul li .title {

    margin-top: 8px;

  }

  .about-wrapper .box-3 {

    padding: 40px 0;

  }

  .about-wrapper .box-3 .circle-box {

    width: 100%;

    height: auto;

  }

  .about-wrapper .box-3 .bg {

    width: 300px;

    height: 300px;

    margin: 0 auto 30px;

    padding-top: 70px;

  }

  .about-wrapper .box-3 .title {

    font-size: 24px;

    width: 140px;

    height: 160px;

    line-height: 160px;

  }

  .about-wrapper .box-3 .title:before,

  .about-wrapper .box-3 .title:after {

    height: 30px;

  }

  .about-wrapper .box-3 .title:before {

    top: 26px;

  }

  .about-wrapper .box-3 .title:after {

    bottom: 26px;

  }

  .about-wrapper .box-3 ul {

    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;

  }

  .about-wrapper .box-3 li {

    width: 24%;

    position: static;

    margin: 0!important;

    display: block;

    text-align: center;

  }

  .about-wrapper .box-3 .name {

    position: static!important;

    font-size: 14px;

    line-height: 24px;

    margin-top: 10px;

  }

  .about-wrapper .box-3 .icon {

    display: block;

    width: 50px;

    margin: 0 auto;

  }

  .contact-wrapper .contact-box {

    margin-bottom: 10px;

  }

  .contact-wrapper .contact-box ul {

    flex-flow: wrap;

  }

  .contact-wrapper .contact-box ul li {

    width: 48%;

    line-height: 24px;

    margin-bottom: 30px;

  }

  .contact-wrapper .contact-box ul li:nth-child(2n):after {

    display: none;

  }

  .contact-wrapper .contact-box ul li:after {

    height: 80%;

  }

  .contact-wrapper .contact-box ul li .name {

    font-size: 15px;

    margin-top: 10px;

  }

  .contact-wrapper .contact-box ul li .desc {

    width: 100%;

    margin: 4px auto 0;

  }

  .contact-wrapper .contact-box ul li:nth-child(1) .desc {

    text-align: center;

  }

  .contact-wrapper .contact-box ul li .icon {

    width: 30px;

  }

  .contact-wrapper .contact-box ul li .hide-box {

    width: 100px;

    margin-left: -50px;

  }

  .contact-wrapper .map {

    height: 200px;

  }

  .honor-wrapper .list ul {

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    -webkit-justify-content: space-between;

    justify-content: space-between;

    margin-bottom: 30px;

  }

  .honor-wrapper .list ul li {

    padding: 15px;

    width: 48%;

    margin-right: 0;

    margin-top: 4%;

  }

  .honor-wrapper .list ul li:nth-child(-n+2) {

    margin-top: 0;

  }

  .honor-wrapper .list ul li:nth-child(3) {

    margin-top: 4%;

  }

  .honor-wrapper .list ul li .pic img {

    height: 120px;

  }

  .honor-wrapper .list ul li .name {

    font-size: 12px;

    line-height: 20px;

    height: 40px;

    margin-top: 12px;

    width: 100%;

  }

  .pic-modal-box .box {

    padding: 0 15px;

  }

  .pic-modal-box.video-modal-box .main {

    padding: 40px 20px 0;

  }

  .pic-modal-box .main {

    width: 100%;

    padding: 40px 20px 0;

  }

  .pic-modal-box .name {

    font-size: 16px;

    height: 60px;

    line-height: 60px;

  }

  .pic-modal-box .close {

    right: 0;

    top: -30px;

    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;

    width: 20px;

    height: 20px;

  }

  .culture-wrapper .main ul {

    flex-flow: wrap;

  }

  .culture-wrapper .main ul li {

    width: 50%;

    height: 240px;

    border-top: 1px solid rgba(255, 255, 255, 0.2);

  }

  .culture-wrapper .main ul li:nth-child(2n) {

    border-right: none;

  }

  .culture-wrapper .main ul li:nth-child(-n+2) {

    border-top: none;

  }

  .culture-wrapper .main ul li .inner {

    padding: 0 30px;

  }

  .culture-wrapper .main ul li .icon {

    width: 36px;

  }

  .culture-wrapper .main ul li .name {

    font-size: 18px;

    line-height: 26px;

    margin-top: 14px;

  }

  .culture-wrapper .main ul li .desc {

    font-size: 14px;

    margin-top: 8px;

  }

  .manage-wrapper .main {

    display: block;

  }

  .manage-wrapper .info {

    width: 100%;

  }

  .manage-wrapper .pic {

    width: 100%;

    margin-top: 30px;

  }

  .manage-wrapper .name {

    font-size: 20px;

    line-height: 30px;

  }

  .manage-wrapper .content {

    font-size: 16px;

    line-height: 30px;

    margin-top: 10px;

  }

  .manage-wrapper .content img {

    width: 100%!important;

    height: auto!important;

  }

  .concept-wrapper .name {

    font-size: 20px;

    line-height: 30px;

    margin-bottom: 10px;

  }

  .concept-wrapper .main > div {

    margin-bottom: 30px;

  }

  .concept-wrapper .main ul li {

    display: block;

  }

  .concept-wrapper .main ul li .pic,

  .concept-wrapper .main ul li .info {

    width: 100%;

  }

  .concept-wrapper .main ul li .info {

    padding-top: 30px;

  }

  .concept-wrapper .main .box-1 ul li {

    margin-bottom: 40px;

  }

  .concept-wrapper .main .box-1 ul li:last-child {

    margin-bottom: 0;

  }

  .concept-wrapper .main .box-1 ul li .info {

    padding-top: 30px;

  }

  .concept-wrapper .main .box-1 ul li:nth-child(odd) .info {

    padding-right: 0;

  }

  .concept-wrapper .main .box-1 ul li:nth-child(even) .info {

    padding-left: 0;

  }

  .concept-wrapper .main .box-2 ul li {

    margin-bottom: 40px;

  }

  .concept-wrapper .main .box-2 ul li:last-child {

    margin-bottom: 0;

  }

  .concept-wrapper .main .box-2 ul li:first-child .info {

    padding-top: 30px;

  }

  .concept-wrapper .main .box-2 ul li:nth-child(odd) .info {

    padding-left: 0;

  }

  .concept-wrapper .main .box-2 ul li:nth-child(even) .info {

    padding-right: 0;

  }

  .news-wrapper .list ul {

    display: block;

  }

  .news-wrapper .list ul li {

    width: 100%;

    margin-right: 0;

    margin-bottom: 15px;

  }

  .news-wrapper .list ul li a {

    padding: 15px;

    background: #f2f2f2;

    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;

  }

  .news-wrapper .list ul li .pic img {

    height: auto;

  }

  .news-wrapper .list ul li .date {

    font-size: 14px;

    margin-top: 16px;

  }

  .news-wrapper .list ul li .name {

    font-size: 16px;

    line-height: 24px;

    height: 48px;

    margin: 4px auto 6px;

  }

  .newsinfo-wrapper .main {

    display: block;

  }

  .newsinfo-wrapper .news-box {

    width: 100%;

  }

  .newsinfo-wrapper .top {

    margin-bottom: 20px;

    text-align: center;

  }

  .newsinfo-wrapper .top .name {

    font-size: 20px;

    line-height: 30px;

  }

  .newsinfo-wrapper .top .brief {

    line-height: 24px;

  }

  .newsinfo-wrapper .top .brief span {

    font-size: 12px;

  }

  .newsinfo-wrapper .top .brief > span {

    margin-right: 16px;

  }

  .newsinfo-wrapper .top .brief > span img {

    margin-right: 4px;

  }

  .newsinfo-wrapper .top .brief .share {

    display: none;

  }

  .newsinfo-wrapper .content {

    font-size: 14px;

    line-height: 30px;

    padding: 30px 0;

  }

  .newsinfo-wrapper .relative-news {

    margin-top: 30px;

    padding-right: 0;

  }

  .newsinfo-wrapper .return {

    position: static;

    width: 100%;

    height: 48px;

    line-height: 48px;

    font-size: 14px;

    margin-top: 20px;

  }

  .newsinfo-wrapper .recommend-box {

    margin-top: 50px;

    width: 100%;

    height: auto;

    padding: 20px 20px 30px;

  }

  .newsinfo-wrapper .recommend-box .title {

    font-size: 18px;

    line-height: 24px;

    margin-bottom: 20px;

  }

  .newsinfo-wrapper .recommend-box ul li {

    margin-bottom: 30px;

    padding-bottom: 30px;

  }

  .newsinfo-wrapper .recommend-box .info {

    line-height: 24px;

  }

  .newsinfo-wrapper .recommend-box .date {

    font-size: 12px;

  }

  .newsinfo-wrapper .recommend-box .name {

    margin-top: 6px;

  }

  .job-wrapper .main > .top {

    display: none;

  }

  .job-wrapper .main .top {

    position: relative;

    padding: 20px 30px 15px 15px;

  }

  .job-wrapper .main .top div {

    font-size: 14px;

    height: auto;

    line-height: 24px;

    margin: 0;

    margin-bottom: 4px;

  }

  .job-wrapper .main .top .name {

    font-size: 18px;

    color: #333;

    margin-bottom: 8px;

    width: 100%;

  }

  .job-wrapper .main .top .number,

  .job-wrapper .main .top .address,

  .job-wrapper .main .top .date {

    width: 100%;

    text-align: left;

  }

  .job-wrapper .main .top .number span,

  .job-wrapper .main .top .address span,

  .job-wrapper .main .top .date span {

    display: inline-block;

    margin-right: 10px;

  }

  .job-wrapper .main .top .icon {

    position: absolute;

    right: 15px;

    top: 0;

    z-index: 10;

    height: 100%;

    margin-left: 0;

  }

  .job-wrapper .main ul li {

    margin-bottom: 15px;

    border-bottom: none;

  }

  .job-wrapper .main ul li .top {

    display: block;

  }

  .job-wrapper .main ul li .top div {

    height: auto;

    line-height: 24px;

  }

  .job-wrapper .main ul li .detail {

    padding: 30px 20px;

    background: #f4f4f4;

  }

  .job-wrapper .main ul li .desc {

    line-height: 26px;

    margin-bottom: 20px;

  }

  .job-wrapper .main ul li .caption {

    font-size: 14px;

    line-height: 28px;

    margin-bottom: 4px;

  }

  .job-wrapper .main ul li .more {

    width: 50%;

    height: 42px;

    line-height: 42px;

    margin: 0 auto;

  }

  .job-wrapper .main ul li .more img {

    width: 16px;

    vertical-align: middle;

  }

  .relative-box {

    margin-top: 30px;

    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;

  }

  .relative-box .btn {

    width: 31.33%;

    height: 40px;

    line-height: 40px;

    font-size: 14px;

    padding: 0 15px;

    margin-right: 0;

  }

  .relative-box .btn i {

    width: 7px;

    height: 9px;

  }

  .relative-box .prev i {

    margin-right: 10px;

  }

  .relative-box .next i {

    margin-left: 10px;

  }

  .relative-box .return i {

    width: 12px;

    height: 10px;

    margin-right: 10px;

  }

  .relative-box .other {

    display: none;

  }

}

