.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;
}
.font2 {
  font-family: "gcb";
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
@font-face {
  font-family: "icon";
  src: url('iconfont.eot?t=1561461869476');
  src: url('iconfont.eot?t=1561461869476#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'), url('iconfont.woff?t=1561461869476') format('woff'), url('iconfont.ttf?t=1561461869476') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('iconfont.svg?t=1561461869476#iconfont') format('svg');
  
  /* IE9 */
  /* iOS 4.1- */
}
@media screen and (min-width: 1024px) {
  .search-form {
    width: 100%;
    position: fixed;
    left: 0;
    top: 100px;
    background: #fff;
    z-index: 30;
    padding: 70px 0;
    display: none;
    border-top: 1px solid #f7f8f9;
    /* input placeholder  */
  }
  .search-form .box-container {
    position: relative;
    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 */
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
  }
  .search-form .type {
    position: relative;
    margin-left: 20px;
  }
  .search-form .type .caption {
    cursor: pointer;
    width: 110px;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    border: 1px solid #f7f8f9;
    padding: 0 30px 0 15px;
  }
  .search-form .type .caption.on:after {
    transform: rotateX(180deg);
  }
  .search-form .type .caption:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10;
    background: url(../img/down2.png) no-repeat center center;
  }
  .search-form .type .list {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    border: 1px solid #f7f8f9;
    border-top: none;
    background: #fff;
    display: none;
  }
  .search-form .type .list a {
    display: block;
    line-height: 36px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #f7f8f9;
    padding: 0 15px;
  }
  .search-form .type .list a:last-child {
    border-bottom: none;
  }
  .search-form .type .list a:hover,
  .search-form .type .list a.on {
    color: #0083c9;
  }
  .search-form .keywords {
    flex: 1;
    overflow: hidden;
    line-height: 56px;
    margin-left: 20px;
    font-size: 15px;
    color: #999;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 15px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 15px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 15px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 15px;
  }
  .search-form .icon-close {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    font-size: 30px;
    color: #999;
    margin-top: -15px;
    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;
  }
  .search-form .icon-close:hover {
    color: #0083c9;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .page-nav-box {
    background: #f5f5f5;
  }
  .page-nav-box .w1200 {
    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: 80px;
    align-items: center;
  }
  .page-nav-box .intruction-caption {
    display: none;
  }
  .page-nav-box .nav {
    font-size: 0;
  }
  .page-nav-box .nav a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333;
    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: 80px;
    margin-right: 54px;
  }
  .page-nav-box .nav a.on,
  .page-nav-box .nav a:hover {
    color: #0083c9;
  }
  .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: #0083c9;
    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: 14px;
  }
  .page-nav-box .breadcrumb .home {
    margin-right: 10px;
  }
  .page-nav-box .breadcrumb .icon {
    margin: 0 14px;
    vertical-align: middle;
  }
  .page-nav-box .breadcrumb a:hover,
  .page-nav-box .breadcrumb span,
  .page-nav-box .breadcrumb a.on {
    color: #0083c9;
  }
  .brand-wrapper .list li:nth-child(odd) .pic {
    order: 1;
    padding-left: 100px;
  }
  .brand-wrapper .list li:nth-child(odd) .info {
    order: 0;
  }
  .brand-wrapper .list li:nth-child(even) .pic {
    padding-right: 100px;
  }
  .index-box-3 .index-title-box .title,
  .index-box-3 .index-title-box p {
    color: #fff;
  }
  .goods-wrapper .list ul li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .footer-wrapper .box-2 .friend-link: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);
  }
}
@media screen and (max-width: 1600px) {
  .header-wrapper .box {
    width: 1440px;
  }
  .footer-wrapper .box-2 .box-container {
    height: 110px;
  }
  .gotop {
    bottom: 22px;
  }
  .footer-wrapper .contact-box ul .icon {
    width: 64px;
    height: 64px;
  }
  .footer-wrapper .contact-box ul p {
    margin-top: 20px;
  }
  .index-banner-wrapper .info1 {
    padding-top: 100px;
  }
  .index-banner-wrapper .info1 .name {
    font-size: 64px;
  }
  .index-banner-wrapper .info1 .brief {
    font-size: 26px;
  }
  .index-box-1 .list ul .pic {
    width: 160px;
    height: 160px;
  }
  .index-box-1 .list ul .icon img {
    width: 80px;
    margin-top: 40px;
  }
  .page-banner-wrapper .info {
    padding-top: 0;
  }
  .index-box-3 .box-container .info .brief {
    font-size: 22px;
  }
  .index-box-3 .box-container .info .brief em {
    font-size: 32px;
  }
}
@media screen and (max-width: 1440px) {
  .header-wrapper .box {
    width: 1200px;
  }
  .header-wrapper .pc-nav-box ul li {
    margin-right: 40px;
  }
  .header-wrapper .pc-nav-box {
    margin-right: 60px;
  }
  .box-container {
    width: 1200px;
  }
  .index-box-3 .box-container > img {
    width: 600px;
    height: 600px;
  }
  .index-box-3:before {
    width: 280px;
    height: 430px;
  }
  .index-box-2 .first .name {
    font-size: 20px;
    line-height: 30px;
  }
  .index-box-2 .date {
    margin: 8px auto 10px;
  }
  .index-box-2 .first .pic img {
    height: 188px;
  }
  .index-box-2 .left .info {
    padding: 40px;
  }
  .index-title-box .title {
    font-size: 32px;
  }
  .index-title-box p {
    font-size: 20px;
  }
  .index-banner-wrapper .info1 {
    padding-top: 70px;
  }
  .index-banner-wrapper .info1 .name {
    font-size: 58px;
  }
  .index-banner-wrapper .info1 .brief {
    font-size: 22px;
  }
  .index-banner-wrapper .info1 .box {
    margin-right: 10px;
  }
  .index-box-1 .list ul .pic {
    width: 140px;
    height: 140px;
  }
  .index-box-1 .list ul .icon img {
    width: 60px;
  }
  .footer-wrapper .box-1 {
    margin-bottom: 50px;
  }
  .footer-wrapper {
    padding-top: 80px;
  }
  .footer-wrapper dl {
    margin-right: 55px;
  }
  .page-title-box .title {
    font-size: 28px;
  }
  .page-title-box p {
    font-size: 22px;
  }
  .goodsinfo-wrapper .box-2 .tab-box a {
    min-width: 170px;
    height: 60px;
    line-height: 60px;
  }
  .index-box-3 .box-container .pie {
    width: 640px;
  }
  .index-box-3 .box-container .pie-list ul {
    height: 640px;
  }
  .index-box-3 .box-container .circle {
    width: 240px;
    height: 240px;
    margin-left: -120px;
    margin-top: -120px;
  }
  .index-box-3 .box-container .list .item img {
    max-width: 70%;
  }
  .index-box-3 .box-container .list .item .name {
    font-size: 66px;
  }
  .index-box-3 .box-container .list .item:nth-child(1) {
    left: 160px;
  }
  .index-box-3 .box-container .list .item:nth-child(2) {
    right: 150px;
    top: 40px;
  }
  .index-box-3 .box-container .list .item:nth-child(3) {
    right: 0px;
    top: 216px;
  }
  .index-box-3 .box-container .list .item:nth-child(3) .name {
    margin-right: -30px;
  }
  .index-box-3 .box-container .list .item:nth-child(4) {
    right: 20px;
    top: 364px;
  }
  .index-box-3 .box-container .list .item:nth-child(4) .name {
    position: relative;
    left: 24px;
  }
  .index-box-3 .box-container .list .item:nth-child(5) {
    right: 130px;
    bottom: 20px;
  }
  .index-box-3 .box-container .list .item:nth-child(5) .name {
    margin-bottom: 20px;
  }
  .index-box-3 .box-container .list .item:nth-child(6) {
    left: 150px;
    bottom: 20px;
  }
  .index-box-3 .box-container .list .item:nth-child(7) {
    left: 45px;
    top: 320px;
  }
  .index-box-3 .box-container .list .item:nth-child(7) .name {
    margin-top: 60px;
  }
  .index-box-3 .box-container .list .item:nth-child(8) {
    left: 20px;
    top: 140px;
  }
  .index-box-3 .box-container .list .item:nth-child(8) .name {
    margin-top: 100px;
  }
  .index-box-3 .box-container .info {
    top: 20px;
  }
  .index-box-3 .box-container .info .name {
    font-size: 20px;
  }
  .index-box-3 .box-container .info .brief {
    font-size: 20px;
  }
  .index-box-3 .box-container .info .brief em {
    font-size: 30px;
  }
  .index-box-4 .right .pics .icon {
    width: 70px;
    height: 70px;
  }
  .index-box-4 .right .pics .icon:nth-child(1) {
    left: 120px;
  }
  .index-box-4 .right .pics .icon:nth-child(2) {
    left: 140px;
    top: 170px;
  }
  .index-box-4 .right .pics .icon:nth-child(3) {
    left: 60px;
    top: 240px;
  }
  .index-box-4 .right .pics .icon:nth-child(4) {
    left: 120px;
    top: 450px;
  }
  .index-box-4 .right .pics .icon:nth-child(5) {
    top: 380px;
  }
  .index-box-4 .right .pics .icon:nth-child(7) {
    left: 480px;
    top: 290px;
  }
  .index-box-4 .right .pics .icon:nth-child(8) {
    left: 600px;
    top: 260px;
  }
  .index-box-4 .right .pics .icon:nth-child(9) {
    left: 640px;
    top: 160px;
  }
  .index-box-4 .right .pics .icon:nth-child(10) {
    left: 580px;
    top: 60px;
  }
  .page-banner-wrapper .info .cname {
    font-size: 38px;
  }
  .page-banner-wrapper .info .ename {
    font-size: 22px;
  }
  .page-banner-wrapper .info .w1200:bfore {
    top: 6px;
    height: 10px;
  }
  .page-banner-wrapper .info .w1200:after {
    bottom: 6px;
  }
  .about-wrapper .box-1 .inner-2 .num span {
    font-size: 50px;
  }
  .fixed-right-box,
  .gotop {
    right: 30px;
    bottom: 28px;
  }
  .footer-wrapper dt {
    margin-bottom: 20px;
  }
  .footer-wrapper dt a {
    font-size: 15px;
  }
  .footer-wrapper .contact-box ul {
    margin-top: 40px;
  }
  .footer-wrapper .contact-box ul .icon {
    width: 50px;
    height: 50px;
  }
  .footer-wrapper .box-2 .box-container {
    height: 80px;
  }
  .footer-wrapper .box-2:after {
    width: 110px;
  }
  .footer-wrapper .box-2 .box-container {
    padding-right: 86px;
  }
  .header-wrapper .pc-nav-box .info .name {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .header-wrapper .pc-nav-box .left .pic img {
    width: 26%;
  }
  .page-nav-box .w1200 {
    height: 70px;
  }
  .page-nav-box .nav a {
    line-height: 70px;
  }
  .manage-wrapper .caption,
  .manage-wrapper .box-1 .inner-1 li .name {
    font-size: 22px;
  }
  .goodsinfo-wrapper .box-2 .tab-box a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .page-title-box .title {
    font-size: 26px;
  }
  .goodsinfo-wrapper .box-2 .tab-box a {
    min-width: 160px;
    height: 54px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1004px) {
  .box-container,
  .medium-box-container,
  .w1200 {
    width: 100%;
    padding: 0 15px;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .contact-wrapper .pageNum,
  .news-wrapper .pageNum,
  .travel-wrapper .pageNum,
  .goodsinfo-wrapper .pageNum,
  .job-wrapper .pageNum,
  .magazine-wrapper .pageNum {
    display: block;
  }
  .contact-wrapper .pageMore,
  .news-wrapper .pageMore,
  .travel-wrapper .pageMore,
  .goodsinfo-wrapper .pageMore,
  .job-wrapper .pageMore,
  .magazine-wrapper .pageMore {
    display: none;
  }
  .header-wrapper {
    position: fixed;
    z-index: 40;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .header-wrapper .box {
    width: 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 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
  }
  .header-wrapper .logo-box {
    width: 40%;
    padding-top: 10px;
  }
  .header-wrapper .pc-nav-box {
    display: none;
  }
  .header-wrapper .language,
  .header-wrapper .pc-search-box {
    display: none;
  }
  .header-wrapper .nav-icon {
    width: 60px;
    height: 60px;
    background: #0083c9;
  }
  .header-wrapper .nav-icon .inner {
    height: 20px;
    margin: 0 auto;
  }
  .header-wrapper .nav-icon span {
    margin-top: 30px;
    border-color: #fff;
    width: 20px;
  }
  .header-wrapper .nav-icon span:after,
  .header-wrapper .nav-icon span:before {
    width: 20px;
    border-color: #fff;
    left: -2px;
  }
  .p_h {
    width: 100%;
    height: 60px;
  }
  .search-form {
    display: none;
  }
  .footer-wrapper {
    padding: 60px 0 30px;
  }
  .footer-wrapper .box-1 {
    margin-bottom: 40px;
  }
  .footer-wrapper .box-container {
    display: block;
  }
  .footer-wrapper .footer-nav-box {
    display: none;
  }
  .footer-wrapper .caption {
    display: none;
  }
  .footer-wrapper .contact-box ul {
    margin-top: 0;
    display: block;
    text-align: center;
    font-size: 0;
  }
  .footer-wrapper .contact-box ul li {
    display: inline-block;
    margin-right: 20px;
  }
  .footer-wrapper .contact-box ul li:last-child {
    margin-right: 0;
  }
  .footer-wrapper .contact-box ul .icon {
    width: 50px;
    height: 50px;
  }
  .footer-wrapper .contact-box ul p {
    margin-top: 20px;
    font-size: 12px;
  }
  .footer-wrapper .box-2 {
    background: none;
  }
  .footer-wrapper .box-2:after {
    display: none;
  }
  .footer-wrapper .box-2 .box-container {
    height: auto;
    padding-right: 0;
  }
  .footer-wrapper .box-2 .link a,
  .footer-wrapper .box-2 .copy,
  .footer-wrapper .box-2 .copy a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
  }
  .footer-wrapper .box-2 .link {
    display: none;
  }
  .footer-wrapper .box-2 .copy {
    text-align: center;
    padding: 0 15px;
    line-height: 24px;
  }
  .footer-wrapper .box-2 .copy a:hover {
    color: #0083c9;
  }
  .fixed-right-box,
  .gotop {
    display: none !important;
  }
  .fixed-bottom-box {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 40;
    width: 100%;
  }
  .fixed-bottom-box 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 */
    align-items: center;
  }
  .fixed-bottom-box ul li {
    text-align: center;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    background: #0083c9;
    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 */
    align-items: center;
    justify-content: center;
    height: 65px;
  }
  .fixed-bottom-box ul li.top {
    background: #eda139;
  }
  .fixed-bottom-box ul li.top p {
    letter-spacing: 1px;
  }
  .fixed-bottom-box ul li a {
    display: block;
  }
  .fixed-bottom-box ul li a > img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }
  .fixed-bottom-box ul p {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 4px;
  }
  .fixed-bottom-box ul p img {
    vertical-align: middle;
    margin-right: 10px;
  }
  .p_f_h {
    width: 100%;
    height: 65px;
  }
  .phone-nav {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: -100%;
    top: 60px;
    background: #fff;
    z-index: 501;
    overflow: auto;
  }
  .phone-nav.height ul {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-height: 73vh;
    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: #0083c9;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active > a {
    color: #fff;
    background: #0083c9;
    font-weight: 700;
  }
  .phone-nav ul li.active > a:after {
    background: url(../img/down.png) no-repeat center center;
  }
  .phone-nav ul li > a {
    position: relative;
    font-size: 16px;
    color: #333;
    display: block;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8e8;
  }
  .phone-nav ul li > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 100%;
    background: url(../img/right.png) no-repeat center center;
    right: 15px;
    top: 0;
    z-index: 10;
    font-weight: 500;
  }
  .phone-nav ul li.on {
    background: #0083c9;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #fff;
  }
  .phone-nav ul li .nav-list {
    background: #f6f6f6;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .nav-list > a {
    line-height: 50px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 0;
  }
  .phone-nav ul li .nav-list > a:last-child {
    border-bottom: none;
  }
  .phone-nav ul li .nav-list a {
    font-size: 14px;
    display: block;
    color: #666;
    margin-right: 15px;
    padding-left: 0;
    font-size: 16px;
    padding: 0 15px 0 30px;
  }
  .phone-nav ul li .nav-list a:last-child {
    margin-bottom: 0;
  }
  .phone-nav ul li .nav-list a.on {
    font-weight: 700;
    color: #0083c9;
  }
  .phone-nav .search-form {
    display: block;
    position: relative;
    width: 93%;
    margin: 30px auto 0;
    border-radius: 50px;
    background: #f5f5f5;
    /* input placeholder  */
    overflow: hidden;
    border: 1px solid #d6d6d6;
  }
  .phone-nav .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666666;
    font-size: 15px;
  }
  .phone-nav .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
    font-size: 15px;
  }
  .phone-nav .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
    font-size: 15px;
  }
  .phone-nav .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666666;
    font-size: 15px;
  }
  .phone-nav .search-form .keywords {
    font-size: 15px;
    color: #666;
    width: 90%;
    border: none;
    background: #f5f5f5;
    height: 36px;
    padding: 0 15px;
  }
  .phone-nav .search-form .search-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
  }
  .phone-nav .search-form .search-btn img {
    width: 18px;
  }
  .phone-nav .search-type {
    font-size: 0;
    padding: 0 15px;
    margin-top: 20px;
  }
  .phone-nav .search-type a {
    display: inline-block;
    font-size: 12px;
    color: #999;
    border: 1px solid #f7f8f9;
    border-radius: 30px;
    line-height: 24px;
    margin-right: 15px;
    padding: 0 15px;
  }
  .phone-nav .search-type a:last-child {
    margin-right: 0;
  }
  .phone-nav .search-type a.on {
    color: #0083c9;
    border-color: #0083c9;
  }
  .index-more {
    width: 160px;
    height: 48px;
    line-height: 48px;
  }
  .index-more:hover span:nth-child(2),
  .index-more:hover span:nth-child(4) {
    width: 160px;
  }
  .index-more:hover span:last-child,
  .index-more:hover span:nth-child(3) {
    height: 48px;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .swiper-slide img.pc {
    display: none;
  }
  .index-banner-wrapper .info {
    display: none;
  }
  .index-banner-wrapper .info2,
  .index-banner-wrapper .info3 {
    display: none;
  }
  .index-banner-wrapper .info2 .intro,
  .index-banner-wrapper .info3 .intro,
  .index-banner-wrapper .info2 .name,
  .index-banner-wrapper .info3 .name,
  .index-banner-wrapper .info2 .brief,
  .index-banner-wrapper .info3 .brief {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
  }
  .index-banner-wrapper .info1 {
    height: auto;
    top: auto;
    bottom: 19%;
    padding-top: 0;
  }
  .index-banner-wrapper .info1 .box {
    width: 100%;
    float: none;
    margin-right: 0;
    padding: 0 15px;
  }
  .index-banner-wrapper .info1 .intro {
    font-size: 14px;
  }
  .index-banner-wrapper .info1 .intro:after {
    margin-top: 20px;
    width: 14px;
  }
  .index-banner-wrapper .info1 .intro b {
    font-size: 26px;
    line-height: 22px;
  }
  .index-banner-wrapper .info1 .name {
    font-size: 32px;
    margin-top: 20px;
  }
  .index-banner-wrapper .info1 .brief {
    font-size: 18px;
  }
  .index-banner-wrapper .info2:before {
    display: none;
  }
  .index-banner-wrapper .info2 .intro {
    font-size: 14px;
  }
  .index-banner-wrapper .info2 .intro:after {
    margin-top: 20px;
    width: 14px;
  }
  .index-banner-wrapper .info2 .intro b {
    font-size: 26px;
    line-height: 22px;
  }
  .index-banner-wrapper .info2 .name {
    font-size: 32px;
    margin: 24px auto 4px;
  }
  .index-banner-wrapper .info2 .brief {
    font-size: 18px;
  }
  .index-banner-wrapper .info3 .name {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .index-banner-wrapper .info3 .brief {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .index-banner-wrapper .info3 .intro {
    font-size: 14px;
  }
  .index-banner-wrapper .info3 .intro b {
    font-size: 22px;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 20px;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before {
    width: 32px;
    height: 2px;
  }
  .index-more {
    position: relative;
    font-family: Arial;
    text-transform: uppercase;
    display: block;
    width: 180px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-align: center;
    border: 1px solid #d6d6d6;
    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;
  }
  .index-more i {
    display: inline-block;
    font-style: normal;
    margin-left: 5px;
  }
  .index-more:hover {
    background: #0083c9;
    transition: all 1s .3s;
    -webkit-transition: all 1s .3s;
    color: #fff;
  }
  .index-more:hover span:nth-child(2),
  .index-more:hover span:nth-child(4) {
    width: 180px;
  }
  .index-more:hover span:last-child,
  .index-more:hover span:nth-child(3) {
    height: 52px;
  }
  .index-more span {
    position: absolute;
    display: inline-block;
    background: #0083c9;
    z-index: 10;
  }
  .index-more span:nth-child(2),
  .index-more span:nth-child(4) {
    width: 0;
    height: 1px;
  }
  .index-more span:last-child,
  .index-more span:nth-child(3) {
    width: 1px;
    height: 0;
  }
  .index-more span:nth-child(2) {
    left: -1px;
    top: -1px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
  }
  .index-more span:nth-child(3) {
    right: -1px;
    top: -1px;
    transition: all .1s .1s linear;
    -webkit-transition: all .1s .1s linear;
    -moz-transition: all .1s .1s linear;
    -o-transition: all .1s .1s linear;
  }
  .index-more span:nth-child(4) {
    right: -1px;
    bottom: -1px;
    transition: all .1s .2s linear;
    -webkit-transition: all .1s .2s linear;
    -moz-transition: all .1s .2s linear;
    -o-transition: all .1s .2s linear;
  }
  .index-more span:last-child {
    left: -1px;
    bottom: -1px;
    transition: all .1s .3s linear;
    -webkit-transition: all .1s .3s linear;
    -moz-transition: all .1s .3s linear;
    -o-transition: all .1s .3s linear;
  }
  .index-title-box {
    padding-top: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
  .index-title-box .title {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .index-title-box p {
    font-size: 16px;
    line-height: 24px;
  }
  .index-title-box .cat-box {
    position: static;
    text-align: center;
    margin: 15px auto 30px;
  }
  .index-title-box .cat-box a {
    font-size: 14px;
    line-height: 30px;
    margin-right: 30px;
  }
  .index-title-box .cat-box a:before {
    height: 4px;
    bottom: 7px;
  }
  .index-title-box .cat-box a:after {
    height: 12px;
    right: -15px;
  }
  .index-news-box {
    border-bottom: none;
  }
  .index-news-box .swiper-box {
    padding-left: 40px;
    background-size: 18px;
    border-bottom: 1px solid #f9f9f9;
  }
  .index-news-box .swiper-container {
    height: 60px;
  }
  .index-news-box a,
  .index-news-box span {
    line-height: 60px;
  }
  .index-news-box .swiper-slide {
    display: none;
  }
  .index-news-box .swiper-slide.swiper-slide-active {
    display: block;
  }
  .index-news-box .name {
    font-size: 14px;
    max-width: 78%;
  }
  .index-news-box .cat,
  .index-news-box span {
    font-size: 12px;
  }
  .index-news-box .cat {
    display: none;
  }
  .index-news-box .btn-box {
    display: none;
  }
  .index-box-1 {
    background: url(../img/p_i1_bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 80px;
  }
  .index-box-1 .desc {
    line-height: 28px;
  }
  .index-box-1 .btn-box {
    margin: 30px auto 50px;
    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 */
    width: 80%;
    justify-content: center;
  }
  .index-box-1 .btn-box a {
    width: 50%;
    height: 42px;
    line-height: 42px;
  }
  .index-box-1 .btn-box .play {
    background-size: 42px;
    text-align: left;
    padding-left: 8%;
  }
  .index-box-1 .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-1 .list ul li {
    width: 24%;
    margin-right: 0;
  }
  .index-box-1 .list ul .pic {
    width: 70px;
    height: 70px;
  }
  .index-box-1 .list ul .icon img {
    width: 40px;
    margin-top: 15px;
  }
  .index-box-1 .list ul .info {
    margin-top: 20px;
  }
  .index-box-1 .list ul .name {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    color: #0083c9;
  }
  .index-box-1 .list ul .desc {
    display: none;
  }
  .index-box-2 {
    margin-bottom: 50px;
  }
  .index-box-2 .item.on {
    display: block;
  }
  .index-box-2 .date {
    font-size: 12px;
  }
  .index-box-2 .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
  }
  .index-box-2 .left {
    display: none;
  }
  .index-box-2 .right {
    width: 100%;
    border-top-width: 3px;
    padding: 20px 20px 40px;
  }
  .index-box-2 .right ul {
    margin-top: 20px;
  }
  .index-box-2 .right ul li {
    line-height: 48px;
  }
  .index-box-2 .right ul li:last-child {
    background: url(../img/line.jpg) repeat-x left bottom;
  }
  .index-box-2 .right ul li .name {
    font-size: 14px;
    padding-right: 40px;
  }
  .index-box-2 .date {
    margin: 5px auto;
  }
  .index-box-2 .first .pic img {
    height: 100%;
  }
  .index-box-2 .first .info {
    padding-left: 15px;
  }
  .index-box-2 .first .name {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .index-box-2 .btn {
    display: block;
    width: 45%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #f4f4f4;
    text-align: center;
    border-radius: 50px;
    margin: 50px auto 0;
  }
  .index-box-3 {
    background: url(../img/p_i3_bg.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
  .index-box-3:before {
    display: none;
  }
  .index-box-3 .box-container > img {
    display: block;
    width: 828px;
    height: 828px;
    object-fit: contain;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 30px 51px 90px 0px rgba(9, 129, 177, 0.15);
  }
  .index-box-3 .box-container .circle {
    width: 140px;
    height: 140px;
    margin-left: -70px;
    margin-top: -70px;
  }
  .index-box-3 .box-container .info {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
  .index-box-3 .box-container .info .name {
    font-size: 16px;
    line-height: 24px;
  }
  .index-box-3 .box-container .info .desc {
    font-size: 12px;
    line-height: 20px;
    margin: 6px auto 15px;
  }
  .index-box-3 .box-container .info .line {
    width: 16px;
    height: 1px;
  }
  .index-box-3 .box-container .info .brief {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  .index-box-3 .box-container .info .brief em {
    font-size: 20px;
  }
  .index-box-3 .box-container .list .item:nth-child(1) {
    left: 22%;
    top: 20px;
  }
  .index-box-3 .box-container .list .item:nth-child(1) .name {
    margin-top: 10px;
    text-align: left;
    margin-left: 40px;
  }
  .index-box-3 .box-container .list .item:nth-child(2) {
    right: 6%;
    top: 20px;
  }
  .index-box-3 .box-container .list .item:nth-child(2) .name {
    margin-top: 0;
  }
  .index-box-3 .box-container .list .item:nth-child(3) {
    right: 1%;
    top: 31%;
  }
  .index-box-3 .box-container .list .item:nth-child(3) .name {
    margin-right: 0;
  }
  .index-box-3 .box-container .list .item:nth-child(3) img {
    width: 70px;
  }
  .index-box-3 .box-container .list .item:nth-child(4) {
    right: 1%;
    top: 55%;
  }
  .index-box-3 .box-container .list .item:nth-child(4) .name {
    left: 0;
    margin-right: 0;
  }
  .index-box-3 .box-container .list .item:nth-child(4) img {
    width: 70px;
  }
  .index-box-3 .box-container .list .item:nth-child(5) {
    right: 22%;
    bottom: 14px;
  }
  .index-box-3 .box-container .list .item:nth-child(5) .name {
    margin-bottom: 10px;
  }
  .index-box-3 .box-container .list .item:nth-child(5) img {
    order: 1;
    width: 45px;
    height: 50px;
    object-fit: cover;
  }
  .index-box-3 .box-container .list .item:nth-child(6) {
    left: 32%;
    bottom: 16px;
  }
  .index-box-3 .box-container .list .item:nth-child(6) .name {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .index-box-3 .box-container .list .item:nth-child(6) img {
    order: 1;
    width: 50px;
    height: 50px;
    object-fit: cover;
  }
  .index-box-3 .box-container .list .item:nth-child(7) {
    left: 6%;
    top: 54%;
  }
  .index-box-3 .box-container .list .item:nth-child(7) .name {
    margin-top: 15px;
  }
  .index-box-3 .box-container .list .item:nth-child(7) img {
    width: 40px;
  }
  .index-box-3 .box-container .list .item:nth-child(8) {
    left: 7%;
    top: 28%;
  }
  .index-box-3 .box-container .list .item:nth-child(8) .name {
    margin-top: 15px;
  }
  .index-box-3 .box-container .list .item:nth-child(8) img {
    width: 40px;
  }
  .index-box-3 .box-container .list .item .name {
    font-size: 36px;
  }
  .index-box-3 .box-container .list .item img {
    width: 50%;
    object-fit: contain;
  }
  .index-box-3 .index-title-box,
  .index-box-3 .more {
    position: static;
  }
  .index-box-3 .index-title-box {
    margin-bottom: 30px;
  }
  .index-box-3 .index-title-box:after {
    display: none;
  }
  .index-box-3 .more {
    display: block;
    width: 45%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #f4f4f4;
    text-align: center;
    border-radius: 50px;
    margin: 30px auto 0;
  }
  .index-box-4 {
    padding: 40px 0;
  }
  .index-box-4 .box-container {
    flex-flow: wrap;
  }
  .index-box-4 .left {
    width: 100%;
    padding: 20px;
  }
  .index-box-4 .title-box .title {
    font-size: 20px;
  }
  .index-box-4 .title-box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .index-box-4 .caption {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .index-box-4 .history ul li .line:before {
    width: 5px;
    height: 5px;
    top: -3px;
  }
  .index-box-4 .history ul li .year {
    font-size: 26px;
    margin: 22px auto 1px;
  }
  .index-box-4 .history ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  .index-box-4 .data {
    margin-top: 40px;
  }
  .index-box-4 .data ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .index-box-4 .data ul li:nth-child(odd) {
    width: 48%;
  }
  .index-box-4 .data p {
    line-height: 20px;
  }
  .index-box-4 .data .num span {
    font-size: 24px;
  }
  .index-box-4 .right {
    width: 100%;
  }
  .index-box-4 .right > img {
    height: auto;
  }
  .index-box-4 .right > img.pc {
    display: none;
  }
  .index-box-4 .right > img.phone {
    display: block;
  }
  .index-box-4 .right .pics {
    display: none;
  }
  .index-box-5 {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 65px;
  }
  .index-box-5 .index-title-box {
    position: static;
  }
  .index-box-5 .index-title-box .btn {
    top: 360px;
    width: 100%;
  }
  .index-box-5 .index-title-box .btn .swiper-btn {
    width: 32px;
    height: 32px;
  }
  .index-box-5 .index-title-box .btn .prev {
    margin-right: 20px;
  }
  .index-box-5 .pic {
    padding: 40px 20px 0;
    height: 160px;
  }
  .index-box-5 .pic img {
    height: auto;
  }
  .index-box-5 .name {
    line-height: 48px;
  }
  .page-banner-wrapper .banner {
    height: 160px;
    object-fit: cover;
  }
  .page-banner-wrapper .info {
    padding-top: 0;
  }
  .page-banner-wrapper .info .w1200 {
    padding-right: 30px;
  }
  .page-banner-wrapper .info .w1200:before,
  .page-banner-wrapper .info .w1200:after {
    right: 15px;
  }
  .page-banner-wrapper .info .w1200:before {
    height: 10px;
    top: 4px;
  }
  .page-banner-wrapper .info .w1200:after {
    height: 26px;
    bottom: 2px;
  }
  .page-banner-wrapper .info .ename {
    font-size: 16px;
  }
  .page-banner-wrapper .info .cname {
    font-size: 20px;
  }
  .page-banner-wrapper .info1 {
    padding-top: 30px;
  }
  .page-banner-wrapper .info1 .name {
    font-size: 20px;
    line-height: 24px;
  }
  .page-banner-wrapper .info1 .desc {
    font-size: 14px;
    line-height: 24px;
    margin: 6px auto;
  }
  .page-banner-wrapper .info1 .line {
    width: 20px;
  }
  .page-banner-box .banner {
    height: 120px;
    object-fit: cover;
  }
  .page-banner-box .info {
    display: none;
  }
  .page-banner-box .info .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .page-banner-box .info .brief {
    font-size: 20px;
  }
  .page-banner-box .info .desc {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .page-banner-box .info .intro {
    font-size: 18px;
  }
  .page-box {
    padding: 40px 0;
  }
  .page-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page-title-box .title {
    font-size: 20px;
  }
  .page-title-box p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-title-box .category-box {
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
  .page-title-box .category-box a {
    font-size: 14px;
    margin-right: 32px;
    padding-bottom: 10px;
  }
  .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: 50px;
    padding: 0 15px;
    background: #eda139;
    color: #fff;
  }
  .page-nav-box .intruction-caption.extend + .nav {
    display: block;
  }
  .page-nav-box .intruction-caption.extend:after {
    background: url(../img/down.png) no-repeat center center;
  }
  .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/right2.png) no-repeat center center;
  }
  .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;
    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;
  }
  .contact-wrapper .title-box {
    margin-bottom: 20px;
  }
  .contact-wrapper .title-box .cn {
    font-size: 20px;
  }
  .contact-wrapper .title-box .en {
    font-size: 16px;
  }
  .contact-wrapper .box-1 {
    flex-flow: wrap;
    margin-bottom: 40px;
  }
  .contact-wrapper .box-1 .info {
    width: 100%;
    padding-right: 0;
  }
  .contact-wrapper .box-1 .info p {
    line-height: 28px;
    padding-left: 30px;
  }
  .contact-wrapper .box-1 .info p img {
    width: 16px;
  }
  .contact-wrapper .box-1 .info .tel-box {
    margin-top: 20px;
    padding-left: 50px;
    background-size: 36px;
    background-position: left top 4px;
  }
  .contact-wrapper .box-1 .info .tel-box .tel {
    font-size: 20px;
  }
  .contact-wrapper .box-1 .map {
    width: 100%;
    height: 200px;
    margin-top: 40px;
  }
  .contact-wrapper .box-2 {
    padding: 40px 0;
  }
  .contact-wrapper .box-2 .list ul {
    margin-bottom: 0;
  }
  .contact-wrapper .box-2 .list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    background: #fff;
    padding: 30px 20px;
  }
  .contact-wrapper .box-2 .list ul li .name {
    font-size: 18px;
  }
  .contact-wrapper .box-2 .list ul li .desc {
    line-height: 24px;
    height: auto;
    display: block;
    margin: 18px auto;
  }
  .contact-wrapper .box-2 .list ul li .btn {
    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 */
  }
  .contact-wrapper .box-2 .list ul li .btn a {
    width: 50%;
    height: 48px;
    line-height: 48px;
  }
  .contact-wrapper .box-3 {
    margin-top: 40px;
    /* input placeholder  */
  }
  .contact-wrapper .box-3 .title {
    font-size: 20px;
  }
  .contact-wrapper .box-3 .desc {
    line-height: 24px;
    margin-bottom: 30px;
  }
  .contact-wrapper .box-3 .group {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-wrapper .box-3 .text,
  .contact-wrapper .box-3 .msg {
    font-size: 14px;
  }
  .contact-wrapper .box-3 .text {
    line-height: 48px;
    padding: 0 40px 0 15px;
  }
  .contact-wrapper .box-3 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 14px;
  }
  .contact-wrapper .box-3 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
  }
  .contact-wrapper .box-3 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
  }
  .contact-wrapper .box-3 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 14px;
  }
  .contact-wrapper .box-3 .msg {
    padding: 15px 40px 15px 15px;
    height: 120px;
  }
  .contact-wrapper .box-3 .icon {
    right: 15px;
    top: 12px;
    font-size: 24px;
  }
  .contact-wrapper .box-3 .submit {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
  .news-wrapper .list ul {
    margin-bottom: 40px;
  }
  .news-wrapper .list ul li {
    width: 100%;
    padding: 20px 0;
  }
  .news-wrapper .list ul li .pic {
    width: 30%;
  }
  .news-wrapper .list ul li .pic img {
    height: 70px;
  }
  .news-wrapper .list ul li .info {
    width: 70%;
    padding-left: 15px;
    margin-top: 0;
  }
  .news-wrapper .list ul li .name {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .news-wrapper .list ul li .other {
    font-size: 12px;
    text-transform: uppercase;
  }
  .news-wrapper .list ul li .other i {
    width: 14px;
    height: 8px;
    margin-left: 4px;
  }
  .news-wrapper .list ul li .other span {
    font-size: 12px;
  }
  .newslist-wrapper {
    padding-bottom: 0;
  }
  .newslist-wrapper .swiper-box {
    margin-bottom: 40px;
  }
  .newslist-wrapper .swiper-slide a {
    display: block;
  }
  .newslist-wrapper .swiper-slide .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .newslist-wrapper .swiper-slide .pic img {
    height: 230px;
  }
  .newslist-wrapper .swiper-slide .info {
    width: 100%;
  }
  .newslist-wrapper .swiper-slide .date {
    font-size: 12px;
  }
  .newslist-wrapper .swiper-slide .name {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    width: 100%;
    margin: 10px 0 15px;
  }
  .newslist-wrapper .swiper-slide .desc {
    line-height: 24px;
    height: 120px;
  }
  .newslist-wrapper .btn-box a {
    width: 32px;
    height: 32px;
  }
  .newslist-wrapper .btn-box .prev {
    margin-right: 10px;
  }
  .newslist-wrapper .list {
    padding: 40px 0 40px;
  }
  .newslist-wrapper .cat-box {
    padding-bottom: 10px;
  }
  .newslist-wrapper .cat-box .box a {
    font-size: 16px;
    margin-right: 30px;
  }
  .newslist-wrapper .cat-box .box a.on {
    font-size: 18px;
  }
  .newslist-wrapper .cat-box .more {
    display: none;
  }
  .newslist-wrapper ul {
    margin-bottom: 40px;
  }
  .newslist-wrapper ul li {
    width: 100%;
    padding: 30px 0;
  }
  .newslist-wrapper ul li a {
    display: block;
  }
  .newslist-wrapper ul li .pic {
    width: 100%;
  }
  .newslist-wrapper ul li .pic img {
    height: auto;
  }
  .newslist-wrapper ul li .info {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .newslist-wrapper ul li .name {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    margin-bottom: 15px;
  }
  .newsinfo-wrapper .top .name {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .newsinfo-wrapper .top .other {
    font-size: 12px;
    padding: 10px 0;
  }
  .newsinfo-wrapper .top .share {
    display: none;
  }
  .newsinfo-wrapper .content {
    line-height: 24px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .newsinfo-wrapper .content img,
  .newsinfo-wrapper .content input[type="image"] {
    width: 100%!important;
    height: auto!important;
  }
  .newsinfo-wrapper .btn-box {
    margin-top: 30px;
  }
  .newsinfo-wrapper .btn-box a,
  .newsinfo-wrapper .btn-box span {
    width: 31.33%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .newsinfo-wrapper .btn-box a:first-child i {
    margin-right: 10px;
  }
  .newsinfo-wrapper .btn-box a:last-child i {
    margin-left: 10px;
  }
  .newsinfo-wrapper .link {
    margin-top: 20px;
  }
  .websiteInfo-wrapper .other span {
    margin-right: 10px;
    line-height: 24px;
  }
  .job-wrapper .list li {
    margin-bottom: 15px;
    padding-bottom: 40px;
  }
  .job-wrapper .list li .name {
    font-size: 18px;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .job-wrapper .list li .btn {
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
  }
  .job-wrapper .list li .btn span {
    width: 12px;
    height: 12px;
    margin: 12px auto 0;
  }
  .job-wrapper .list .caption {
    font-size: 16px;
    line-height: 28px;
  }
  .job-wrapper .list .content {
    line-height: 24px;
  }
  .job-wrapper .list .tips {
    line-height: 20px;
    padding: 14px 15px;
  }
  .job-wrapper .list .top {
    display: block;
    padding: 20px 20px 0;
  }
  .job-wrapper .list .top .content {
    height: 52px;
  }
  .job-wrapper .list .top .left {
    width: 100%;
  }
  .job-wrapper .list .top .left:after {
    display: none;
  }
  .job-wrapper .list .top .right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .job-wrapper .list .detail {
    padding: 0 20px;
  }
  .job-wrapper .welfare-box {
    display: block;
    margin-top: 15px;
  }
  .job-wrapper .welfare-box:before {
    display: none;
  }
  .job-wrapper .welfare-box .left {
    width: 100%;
    padding: 60px 30px;
    background: url(../img/job1.jpg) no-repeat;
    background-size: cover;
  }
  .job-wrapper .welfare-box .left .title {
    font-size: 24px;
  }
  .job-wrapper .welfare-box .left p {
    font-size: 14px;
  }
  .job-wrapper .welfare-box .right {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding: 30px;
  }
  .concept-wrapper .caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .concept-wrapper .content {
    line-height: 24px;
    margin-bottom: 30px;
  }
  .concept-wrapper .inner-1 {
    margin-bottom: 40px;
    flex-flow: wrap;
  }
  .concept-wrapper .inner-1:before {
    display: none;
  }
  .concept-wrapper .inner-1 .info,
  .concept-wrapper .inner-1 .pic {
    width: 100%;
  }
  .concept-wrapper .inner-1 .info {
    order: 1;
    padding: 20px 20px 30px;
    background-image: linear-gradient(21deg, #008cd6 0%, #5ad6ff 100%), linear-gradient(#008cd6, #008cd6);
    background-blend-mode: normal, normal;
  }
  .concept-wrapper .inner-1 .ename {
    font-size: 16px;
  }
  .concept-wrapper .inner-1 .ename b {
    font-size: 24px;
  }
  .concept-wrapper .inner-1 .cname {
    font-size: 20px;
    margin: 20px auto;
  }
  .concept-wrapper .inner-1 .desc {
    line-height: 24px;
  }
  .concept-wrapper .inner-3 {
    margin-bottom: 40px;
  }
  .concept-wrapper .inner-3 .title {
    font-size: 18px;
  }
  .concept-wrapper .inner-3 .swiper-slide img {
    height: 226px;
  }
  .concept-wrapper .box-2 {
    padding: 40px 0;
  }
  .concept-wrapper .box-2 .swiper-slide img {
    height: 220px;
  }
  .concept-wrapper .box-2 .swiper-slide .name {
    font-size: 16px;
    line-height: 60px;
  }
  .concept-wrapper .box-2 .swiper-btn {
    display: none;
  }
  .concept-wrapper .swiper-wrapper {
    padding-bottom: 40px;
  }
  .concept-wrapper .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .concept-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #0083c9;
  }
  .concept-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0083c9;
  }
  .amusement-wrapper .caption {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .amusement-wrapper .box-1 {
    margin-bottom: 40px;
  }
  .amusement-wrapper .box-1 .caption {
    margin-bottom: 10px;
  }
  .amusement-wrapper .box-1 .title {
    font-weight: 700;
    margin: 16px auto;
  }
  .amusement-wrapper .box-1 .desc {
    line-height: 24px;
  }
  .amusement-wrapper .box-1 .list li {
    margin-bottom: 15px;
  }
  .amusement-wrapper .box-1 .list li:nth-child(odd) .info .inner {
    width: 100%;
  }
  .amusement-wrapper .box-1 .list li:nth-child(even) .info .inner {
    width: 100%;
  }
  .amusement-wrapper .box-1 .list li .info {
    padding-left: 15px;
  }
  .amusement-wrapper .box-1 .list li .info .level {
    font-size: 12px;
  }
  .amusement-wrapper .box-1 .list li .info .name {
    font-size: 16px;
    margin-top: 4px;
  }
  .amusement-wrapper .box-1 .list li:nth-child(-n+2) {
    width: 100%;
  }
  .amusement-wrapper .box-1 .list li:nth-child(-n+2) img {
    height: auto;
  }
  .amusement-wrapper .box-2 {
    padding: 40px 0;
  }
  .amusement-wrapper .box-2 .first-box {
    display: block;
  }
  .amusement-wrapper .box-2 .first-box:before {
    display: none;
  }
  .amusement-wrapper .box-2 .first-box .info {
    background: url(../img/oldbg.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
  }
  .amusement-wrapper .box-2 .first-box .info div {
    line-height: 36px;
    font-size: 20px;
  }
  .amusement-wrapper .box-2 .list ul {
    display: block;
  }
  .amusement-wrapper .box-2 .list ul li {
    width: 100%;
    margin-top: 15px;
  }
  .amusement-wrapper .box-2 .list ul li .pic img {
    height: auto;
  }
  .amusement-wrapper .box-2 .list ul li .name {
    font-size: 14px;
    line-height: 48px;
    padding: 0 15px;
  }
  .amusement-wrapper .box-3 {
    margin-top: 40px;
  }
  .amusement-wrapper .box-3 .swiper-slide img {
    height: 220px;
  }
  .amusement-wrapper .box-3 .swiper-btn {
    margin-top: 0;
  }
  .amusement-wrapper .box-3 .swiper-btn.prev {
    left: 10px;
  }
  .amusement-wrapper .box-3 .swiper-btn.next {
    right: 10px;
  }
  .form-wrapper .caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .form-wrapper .box-1 .desc {
    font-size: 14px;
    line-height: 24px;
  }
  .form-wrapper .inner-1 {
    display: block;
    margin: 30px auto;
  }
  .form-wrapper .inner-1 .pic,
  .form-wrapper .inner-1 .info {
    width: 100%;
  }
  .form-wrapper .inner-1 .info {
    padding: 30px 20px 40px;
  }
  .form-wrapper .inner-1 .ename,
  .form-wrapper .inner-1 .cname {
    line-height: 26px;
  }
  .form-wrapper .inner-1 .ename {
    font-size: 24px;
  }
  .form-wrapper .inner-1 .cname {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .form-wrapper .inner-1 .content {
    display: block;
    line-height: 24px;
    margin-top: 20px;
  }
  .form-wrapper .inner-2 {
    margin: 40px auto;
  }
  .form-wrapper .inner-2 ul {
    display: block;
  }
  .form-wrapper .inner-2 ul li {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .form-wrapper .inner-2 ul li:first-child {
    width: 100%;
    padding: 40px 20px;
  }
  .form-wrapper .inner-2 ul li:nth-child(2) {
    width: 100%;
  }
  .form-wrapper .inner-2 ul li .name {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .form-wrapper .inner-2 ul li .brief {
    display: block;
    line-height: 24px;
  }
  .form-wrapper .inner-2 ul li img {
    height: auto;
  }
  .form-wrapper .inner-3 .content {
    line-height: 24px;
  }
  .form-wrapper .inner-4 {
    margin: 40px auto;
  }
  .form-wrapper .inner-4 .content {
    font-size: 14px;
    line-height: 24px;
  }
  .form-wrapper .inner-4 .btn {
    width: 50%;
    height: 42px;
    line-height: 42px;
    margin: 30px 0 0;
    font-size: 14px;
  }
  .form-wrapper .inner-4 .btn i {
    margin-left: 10px;
  }
  .form-wrapper .box-2 {
    padding: 40px 0;
  }
  .form-wrapper .box-2 .swiper-slide img {
    height: 216px;
  }
  .form-wrapper .box-2 .swiper-btn.prev {
    left: 15px;
  }
  .form-wrapper .box-2 .swiper-btn.next {
    right: 15px;
  }
  .travel-wrapper .caption {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .travel-wrapper .caption .cat-box {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
  .travel-wrapper .caption .cat-box a {
    font-size: 14px;
    line-height: 24px;
    margin-right: 20px;
    padding-bottom: 4px;
  }
  .travel-wrapper .caption .cat-box a:hover {
    color: #666;
    font-weight: 500;
  }
  .travel-wrapper .caption .cat-box a:hover:after {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  .travel-wrapper .caption .cat-box a.on {
    color: #0083c9;
    font-weight: 700;
  }
  .travel-wrapper .caption .cat-box a.on:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .travel-wrapper .box-1 {
    margin-bottom: 40px;
  }
  .travel-wrapper .inner-1 {
    padding: 30px 20px 40px;
  }
  .travel-wrapper .inner-1 .caption {
    margin-bottom: 20px;
  }
  .travel-wrapper .inner-1 .content {
    line-height: 24px;
  }
  .travel-wrapper .inner-2 {
    margin-top: 40px;
  }
  .travel-wrapper .inner-2 ul {
    flex-flow: wrap;
  }
  .travel-wrapper .inner-2 ul li {
    width: 50%;
    padding: 40px 15px;
    margin-bottom: 15px;
  }
  .travel-wrapper .inner-2 ul li:nth-child(even) {
    border-right: 1px solid #ddd;
  }
  .travel-wrapper .inner-2 .icon {
    width: 40px;
  }
  .travel-wrapper .inner-2 .name {
    font-size: 16px;
    margin: 20px auto 10px;
  }
  .travel-wrapper .inner-2 .desc {
    display: block;
    height: auto;
  }
  .travel-wrapper .box-2 {
    padding: 40px 0;
  }
  .travel-wrapper .box-2 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .travel-wrapper .box-2 ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .travel-wrapper .box-2 ul li .pic img {
    height: 102px;
  }
  .travel-wrapper .box-2 ul li .info {
    padding: 0 15px 30px;
  }
  .travel-wrapper .box-2 ul li .name {
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    -webkit-line-clamp: 3;
    margin: 20px auto;
  }
  .travel-wrapper .box-2 ul li .more {
    width: 80%;
    height: 32px;
    line-height: 32px;
  }
  .travel-wrapper .pageNum {
    display: block !important;
  }
  .travelinfo-wrapper .base-box {
    flex-flow: wrap;
  }
  .travelinfo-wrapper .base-box .pic,
  .travelinfo-wrapper .base-box .info {
    width: 100%;
  }
  .travelinfo-wrapper .base-box .pic img {
    height: 212px;
  }
  .travelinfo-wrapper .base-box .info {
    padding-left: 0;
    margin-top: 20px;
  }
  .travelinfo-wrapper .base-box .name {
    font-size: 20px;
    display: block;
    height: auto;
  }
  .travelinfo-wrapper .base-box .desc {
    line-height: 24px;
    height: auto;
    display: block;
    margin: 10px auto 20px;
  }
  .travelinfo-wrapper .base-box .more {
    width: 50%;
    height: 48px;
    line-height: 48px;
  }
  .travelinfo-wrapper .base-box .more img {
    margin-left: 20px;
  }
  .travelinfo-wrapper .base-box .swiper-pagination {
    bottom: 20px;
  }
  .travelinfo-wrapper .base-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .travelinfo-wrapper .tab-title-box {
    margin: 40px auto 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 */
  }
  .travelinfo-wrapper .tab-title-box a {
    width: 25%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .travelinfo-wrapper .detail-box .inner {
    padding: 20px 20px 30px;
    margin-bottom: 15px;
  }
  .travelinfo-wrapper .detail-box .inner:last-child {
    margin-bottom: 0;
  }
  .travelinfo-wrapper .detail-box .box {
    line-height: 24px;
    margin-top: 40px;
  }
  .travelinfo-wrapper .detail-box .box ul {
    width: 100%;
  }
  .travelinfo-wrapper .detail-box .box ul li {
    display: block;
    margin-right: 0;
  }
  .travelinfo-wrapper .detail-box .box img {
    width: 100%!important;
    height: auto!important;
  }
  .travelinfo-wrapper .detail-box .caption,
  .travelinfo-wrapper .detail-box .tit {
    line-height: 28px;
  }
  .travelinfo-wrapper .detail-box .caption {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .travelinfo-wrapper .detail-box .tit {
    font-size: 15px;
    padding-right: 50px;
  }
  .travelinfo-wrapper .detail-box .tit + .box {
    margin-top: 20px;
  }
  .travelinfo-wrapper .detail-box .toggle-btn {
    font-size: 14px;
    line-height: 24px;
    right: 15px;
    top: 15px;
  }
  .travelinfo-wrapper .detail-box .toggle-btn:after {
    top: 2px;
    width: 6px;
    margin-left: 8px;
    background-size: contain;
  }
  .travelinfo-wrapper .detail-box .toggle-btn + .box {
    height: 48px;
  }
  .travelinfo-wrapper .detail-box .brief {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .manage-wrapper .page-title-box {
    margin-bottom: 20px;
  }
  .manage-wrapper .tit,
  .manage-wrapper .caption {
    line-height: 24px;
  }
  .manage-wrapper .tit {
    font-size: 16px;
  }
  .manage-wrapper .caption {
    font-size: 18px;
  }
  .manage-wrapper .desc {
    line-height: 24px;
    margin-bottom: 20px;
  }
  .manage-wrapper .box-1 ul {
    flex-flow: wrap;
  }
  .manage-wrapper .box-1 .inner-1 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .manage-wrapper .box-1 .inner-1 li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .manage-wrapper .box-1 .inner-1 li img {
    height: 242px;
  }
  .manage-wrapper .box-1 .inner-1 li .name {
    font-size: 18px;
  }
  .manage-wrapper .box-1 .inner-2 {
    margin: 30px auto 40px;
  }
  .manage-wrapper .box-1 .inner-2 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .manage-wrapper .box-1 .inner-2 li:last-child {
    margin-bottom: 0;
  }
  .manage-wrapper .box-1 .inner-2 li .pic img {
    height: auto;
  }
  .manage-wrapper .box-1 .inner-2 li .name {
    line-height: 48px;
  }
  .manage-wrapper .box-2 {
    padding: 40px 0;
  }
  .manage-wrapper .box-2 .inner-1 {
    margin-bottom: 20px;
  }
  .manage-wrapper .box-2 .inner-2 .tit {
    margin-bottom: 10px;
  }
  .manage-wrapper .box-3 {
    margin-top: 30px;
  }
  .manage-wrapper .box-3 .caption {
    margin-bottom: 15px;
  }
  .manage-wrapper .box-3 .inner-1 {
    margin-bottom: 20px;
  }
  .manage-wrapper .box-3 .inner-1 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .manage-wrapper .box-3 .inner-1 ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .manage-wrapper .box-3 .inner-1 ul li .pic img {
    height: 228px;
  }
  .manage-wrapper .box-3 .inner-1 ul li .info {
    padding: 20px 15px 24px;
  }
  .manage-wrapper .box-3 .inner-1 ul li .name {
    font-size: 16px;
  }
  .manage-wrapper .box-3 .inner-1 ul li .level {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
    font-size: 12px;
  }
  .manage-wrapper .box-3 .inner-1 ul li .more {
    font-size: 12px;
  }
  .manage-wrapper .box-3 .inner-1 ul li .more i {
    margin-left: 4px;
  }
  .manage-wrapper .box-3 .swiper-box img {
    height: auto;
  }
  .manage-wrapper .box-3 .swiper-btn {
    width: 14px;
    height: 25px;
    margin-top: -14px;
  }
  .manage-wrapper .box-3 .swiper-btn.prev {
    left: 15px;
  }
  .manage-wrapper .box-3 .swiper-btn.next {
    right: 15px;
  }
  .exportinfo-wrapper .w1200 {
    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;
  }
  .exportinfo-wrapper .pic {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .exportinfo-wrapper .pic img {
    width: 70%;
    height: auto;
  }
  .exportinfo-wrapper .info {
    width: 100%;
    padding-left: 0;
  }
  .exportinfo-wrapper .info .name {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .exportinfo-wrapper .info .name span {
    font-size: 12px;
    display: block;
    margin-top: 6px;
  }
  .exportinfo-wrapper .info .caption {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .exportinfo-wrapper .info .caption img {
    width: 25px;
  }
  .exportinfo-wrapper .info .caption i {
    margin-left: 15px;
  }
  .exportinfo-wrapper .info .content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .goodslist-wrapper .cat-box {
    margin-bottom: 20px;
  }
  .goodslist-wrapper .cat-box ul li {
    padding: 15px 20px;
  }
  .goodslist-wrapper .cat-box a {
    font-size: 14px;
    line-height: 24px;
    margin-right: 20px;
  }
  .goodslist-wrapper .cat-box a:first-child {
    margin-right: 0;
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .goodslist-wrapper .cat-box a:first-child:after {
    display: none;
  }
  .goodslist-wrapper .page-title-box {
    position: static;
  }
  .goodslist-wrapper .page-title-box .index-more {
    top: auto;
    bottom: -360px;
    right: 50%;
    margin-right: -80px;
  }
  .goodslist-wrapper .item {
    margin-bottom: 30px;
    padding-bottom: 80px;
  }
  .goodslist-wrapper .swiper-box {
    margin: 0 10px;
  }
  .goodslist-wrapper .swiper-btn {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .goodslist-wrapper .swiper-btn.prev {
    left: -18px;
  }
  .goodslist-wrapper .swiper-btn.next {
    right: -18px;
  }
  .goodslist-wrapper .swiper-slide {
    padding: 20px;
    border-right: none;
  }
  .goodslist-wrapper .swiper-slide .info {
    margin-top: 20px;
  }
  .goodslist-wrapper .swiper-slide .pic img {
    height: 176px;
  }
  .goodslist-wrapper .swiper-slide .name {
    line-height: 24px;
    padding-right: 85px;
  }
  .goodslist-wrapper .swiper-slide .more {
    font-size: 12px;
    line-height: 24px;
  }
  .goodslist-wrapper .swiper-slide .more i {
    width: 12px;
    height: 7px;
    margin-left: 6px;
  }
  .goods-wrapper .list {
    margin-bottom: 15px;
  }
  .goods-wrapper .list.list2 ul li {
    width: 100%;
    margin-bottom: 4%;
  }
  .goods-wrapper .list.list2 ul li .name {
    display: block;
    height: auto;
  }
  .goods-wrapper .list.list2 ul li .desc {
    height: auto;
    display: block;
  }
  .goods-wrapper .list.list2 ul li .more {
    width: 40%;
  }
  .goods-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-wrapper .list ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .goods-wrapper .list ul li .pic img {
    height: auto;
  }
  .goods-wrapper .list ul li .info {
    padding: 0 15px 20px 15px;
  }
  .goods-wrapper .list ul li .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
  }
  .goods-wrapper .list ul li .desc {
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
  }
  .goods-wrapper .list ul li .more {
    width: 80%;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 24px auto 0;
  }
  .goodsinfo-wrapper .box-1 {
    flex-flow: wrap;
    margin-bottom: 40px;
  }
  .goodsinfo-wrapper .box-1 .pic {
    width: 100%;
  }
  .goodsinfo-wrapper .box-1 .info {
    width: 100%;
    margin-top: 30px;
  }
  .goodsinfo-wrapper .box-1 .info .name {
    font-size: 18px;
  }
  .goodsinfo-wrapper .box-1 .info .caption {
    margin: 20px auto;
  }
  .goodsinfo-wrapper .box-1 .info .caption:before {
    height: 16px;
    margin-right: 10px;
    top: 2px;
  }
  .goodsinfo-wrapper .box-1 .info .intro {
    display: block;
    line-height: 24px;
    height: auto;
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .box-1 .info .btn {
    width: 40%;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
  }
  .goodsinfo-wrapper .box-1 .info .btn img {
    width: 20px;
    margin-left: 20px;
  }
  .goodsinfo-wrapper .box-2 {
    padding: 40px 0;
  }
  .goodsinfo-wrapper .box-2 .tab-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 */
    flex-flow: wrap;
    border: none;
  }
  .goodsinfo-wrapper .box-2 .tab-box a {
    width: 50%;
    min-width: inherit;
    height: 48px;
    line-height: 48px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
  }
  .goodsinfo-wrapper .box-2 .tab-box a:nth-child(odd) {
    border-left: 1px solid #ddd;
  }
  .goodsinfo-wrapper .box-2 .tab-box a:nth-child(-n+2) {
    border-top: 1px solid #ddd;
  }
  .goodsinfo-wrapper .box-2 .tab-content {
    margin-top: 30px;
  }
  .goodsinfo-wrapper .box-2 .item .title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .goodsinfo-wrapper .box-2 .item .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .goodsinfo-wrapper .box-2 .item > .tit {
    margin-bottom: 20px;
  }
  .goodsinfo-wrapper .box-2 .item .content {
    line-height: 24px;
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .box-2 .item .content img,
  .goodsinfo-wrapper .box-2 .item .content input[type="image"] {
    width: 100%!important;
    height: auto!important;
  }
  .goodsinfo-wrapper .box-2 .item .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goodsinfo-wrapper .box-2 .item .list ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .goodsinfo-wrapper .box-2 .item .list ul li .pic img {
    height: 232px;
  }
  .goodsinfo-wrapper .box-2 .item .list ul li .name {
    font-size: 14px;
    line-height: 24px;
    margin: 10px auto;
  }
  .goodsinfo-wrapper .box-2 .tips {
    font-size: 16px;
    line-height: 24px;
  }
  .goodsinfo-wrapper .box-2 .relative-btn {
    margin-top: 40px;
    padding-top: 20px;
  }
  .goodsinfo-wrapper .box-2 .relative-btn .return {
    position: static;
    width: 100%;
    height: 42px;
    line-height: 42px;
    margin-top: 30px;
    background: #0083c9;
  }
  .goodsinfo-wrapper .box-2 .relative-btn .return:before,
  .goodsinfo-wrapper .box-2 .relative-btn .return:after {
    display: none;
  }
  .goodsinfo-wrapper .tit {
    font-size: 18px;
  }
  .goodsinfo-wrapper .question-box {
    margin-bottom: 30px;
  }
  .goodsinfo-wrapper .question-box li {
    margin-bottom: 15px;
  }
  .goodsinfo-wrapper .question-box .word {
    left: 15px;
    font-size: 12px;
  }
  .goodsinfo-wrapper .question-box .icon {
    right: 15px;
    top: 27px;
  }
  .goodsinfo-wrapper .question-box .top {
    line-height: 30px;
    padding: 20px 50px;
  }
  .goodsinfo-wrapper .question-box .top .word {
    top: 24px;
  }
  .goodsinfo-wrapper .question-box .box {
    line-height: 24px;
    padding: 20px 30px 30px 50px;
    text-align: justify;
  }
  .goodsinfo-wrapper .question-box .box .word {
    top: 24px;
  }
  .goodsinfo-wrapper .news-box ul {
    margin-bottom: 40px;
  }
  .goodsinfo-wrapper .news-box ul li {
    margin-bottom: 20px;
  }
  .goodsinfo-wrapper .news-box ul li .pic {
    width: 30%;
  }
  .goodsinfo-wrapper .news-box ul li .pic img {
    height: auto;
  }
  .goodsinfo-wrapper .news-box ul li .info {
    width: 70%;
    padding-left: 15px;
    margin-top: 0;
  }
  .goodsinfo-wrapper .news-box ul li .name {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 auto 6px;
  }
  .goodsinfo-wrapper .news-box ul li .desc {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .goodsinfo-wrapper .box-3 {
    margin-top: 30px;
  }
  .goodsinfo-wrapper .box-3 .swiper-box {
    margin: 0 10px;
  }
  .goodsinfo-wrapper .box-3 .swiper-btn {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .goodsinfo-wrapper .box-3 .swiper-btn.prev {
    left: -18px;
  }
  .goodsinfo-wrapper .box-3 .swiper-btn.next {
    right: -18px;
  }
  .goodsinfo-wrapper .box-3 .swiper-slide {
    padding: 20px;
    border-right: none;
  }
  .goodsinfo-wrapper .box-3 .swiper-slide .info {
    margin-top: 20px;
  }
  .goodsinfo-wrapper .box-3 .swiper-slide .pic img {
    height: 176px;
  }
  .goodsinfo-wrapper .box-3 .swiper-slide .name {
    line-height: 24px;
    padding-right: 85px;
  }
  .goodsinfo-wrapper .box-3 .swiper-slide .more {
    font-size: 12px;
    line-height: 24px;
  }
  .goodsinfo-wrapper .box-3 .swiper-slide .more i {
    width: 12px;
    height: 7px;
    margin-left: 6px;
  }
  .goodsinfo-wrapper .pageNum {
    display: block !important;
  }
  .technology-wrapper .caption {
    font-size: 16px;
    line-height: 24px;
  }
  .technology-wrapper .content {
    line-height: 24px;
    margin-bottom: 30px;
  }
  .technology-wrapper .content img {
    height: auto!important;
  }
  .technology-wrapper .detail-btn {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .technology-wrapper .detail-box {
    margin-top: 30px;
  }
  .brand-wrapper .list li {
    flex-flow: wrap;
    margin-bottom: 40px;
  }
  .brand-wrapper .list li .info,
  .brand-wrapper .list li .pic {
    width: 100%;
  }
  .brand-wrapper .list li .info {
    margin-top: 30px;
  }
  .brand-wrapper .list li .cname {
    font-size: 30px;
  }
  .brand-wrapper .list li .ename {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .brand-wrapper .list li .content {
    line-height: 24px;
    margin-top: 20px;
  }
  .inter-wrapper .caption {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .inter-wrapper .box-1 .list {
    margin-bottom: 40px;
  }
  .inter-wrapper .box-1 .list ul {
    display: block;
    border: none;
  }
  .inter-wrapper .box-1 .list ul li {
    width: 100%;
    border: 1px solid #f4f4f4;
    padding: 30px 20px 40px;
    margin-bottom: 15px;
  }
  .inter-wrapper .box-1 .list ul li .name {
    font-size: 36px;
    margin-bottom: 4px;
  }
  .inter-wrapper .box-1 .list ul li .content {
    line-height: 24px;
  }
  .inter-wrapper .box-2 {
    padding: 40px 15px;
  }
  .inter-wrapper .box-2 .w1200 {
    padding: 0;
  }
  .inter-wrapper .box-2 ul li {
    width: 100%;
    padding: 0 30px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .inter-wrapper .box-2 ul .name {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .inter-wrapper .box-2 ul .name img {
    width: 100px;
  }
  .inter-wrapper .box-2 ul .content {
    line-height: 24px;
  }
  .about-wrapper .box-1 {
    margin-bottom: 40px;
  }
  .about-wrapper .box-1 .info {
    float: none;
    width: 100%;
  }
  .about-wrapper .box-1 .content {
    line-height: 24px;
  }
  .about-wrapper .box-1 .pic {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .about-wrapper .box-1 .pic .box {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .about-wrapper .box-1 .pic .box:after {
    width: 60%;
  }
  .about-wrapper .box-1 .videobox {
    right: 10px;
    bottom: 10px;
  }
  .about-wrapper .box-1 .play {
    right: 30%;
    top: 35%;
  }
  .about-wrapper .box-1 .play img {
    width: 40px;
  }
  .about-wrapper .box-1 .inner-2 {
    margin-top: 40px;
  }
  .about-wrapper .box-1 .inner-2 ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 24px 0 15px;
  }
  .about-wrapper .box-1 .inner-2 ul li {
    width: 48%;
    padding: 0 10px 0 20px;
    margin-bottom: 20px;
  }
  .about-wrapper .box-1 .inner-2 ul li:nth-child(even):after {
    display: none;
  }
  .about-wrapper .box-1 .inner-2 ul li:after {
    height: 50px;
    top: 16px;
  }
  .about-wrapper .box-1 .inner-2 p {
    font-size: 14px;
    line-height: 32px;
  }
  .about-wrapper .box-1 .inner-2 .num {
    font-size: 16px;
  }
  .about-wrapper .box-1 .inner-2 .num span {
    font-size: 36px;
  }
  .about-wrapper .box-2 {
    padding: 40px 0;
  }
  .about-wrapper .box-2 .caption {
    font-size: 16px;
    line-height: 24px;
  }
  .about-wrapper .box-2 .content {
    line-height: 24px;
    margin-bottom: 30px;
  }
  .about-wrapper .box-2 .content img {
    height: auto!important;
  }
  .about-wrapper .box-2 .detail-btn {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .about-wrapper .box-2 .detail-box {
    margin-top: 30px;
  }
  .about-wrapper .box-3 {
    margin: 40px auto;
  }
  .about-wrapper .box-3 .content {
    line-height: 24px;
    margin-bottom: 30px;
  }
  .about-wrapper .box-3 .swiper-slide img {
    height: 222px;
  }
  .about-wrapper .swiper-box .swiper-btn {
    width: 38px;
    height: 54px;
    margin-top: -27px;
    background-size: 8px!important;
  }
  .about-wrapper .box-4 {
    padding: 40px 0;
  }
  .about-wrapper .box-4 .page-title-box .btn .swiper-btn {
    width: 36px;
    height: 36px;
  }
  .about-wrapper .box-4 .page-title-box .btn .prev {
    margin-right: 10px;
  }
  .about-wrapper .box-4 .pic {
    padding: 30px 20px 0;
    height: 160px;
  }
  .about-wrapper .box-4 .pic img {
    height: 80px;
  }
  .about-wrapper .box-4 .name {
    line-height: 48px;
  }
  .menu-icon,
  .left-menu-box {
    display: none!important;
  }
  .video-modal-box {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    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 */
    justify-content: center;
  }
  .video-modal-box.on {
    opacity: 1;
    visibility: visible;
    z-index: 50;
  }
  .video-modal-box .box {
    padding: 15px;
  }
  .video-modal-box .box .close {
    right: 0;
    top: -40px;
    color: #0083c9;
    font-size: 32px;
  }
  .video-modal-box .box iframe {
    height: 30vh!important;
  }
  .pageNum {
    display: none;
  }
  .pageNum a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 4px;
    font-size: 12px;
  }
  .magazine-wrapper {
    padding-bottom: 40px;
  }
  .magazine-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .magazine-wrapper .list ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .magazine-wrapper .list ul li .pic {
    padding: 20px;
  }
  .magazine-wrapper .list ul li img {
    height: 170px;
  }
  .magazine-wrapper .list ul li .name {
    font-size: 14px;
    line-height: 24px;
    margin: 16px auto 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
  }
  .magazine-wrapper .list ul li .other a {
    font-size: 12px;
    margin-right: 12px;
  }
  .culture-wrapper .box .name {
    font-size: 18px;
    line-height: 28px;
  }
  .culture-wrapper .box .info {
    padding-top: 20%;
  }
  .culture-wrapper .left,
  .culture-wrapper .right {
    width: 100%;
    float: none;
  }
  .culture-wrapper .left img {
    height: auto;
  }
  .culture-wrapper .left .info .name {
    margin-bottom: 20px;
  }
  .culture-wrapper .right ul {
    display: block;
  }
  .culture-wrapper .right ul li {
    width: 100%;
    display: block;
    background: none;
    margin-top: 15px;
  }
  .culture-wrapper .right ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .culture-wrapper .right ul li:nth-child(odd) {
    background: none;
  }
  .culture-wrapper .right ul li img {
    height: auto;
  }
  .culture-wrapper .right ul li .info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: auto;
  }
  .boss-wrapper .w1200 {
    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;
  }
  .boss-wrapper .info-box,
  .boss-wrapper .pic-box {
    width: 100%;
    float: none;
  }
  .boss-wrapper .info-box {
    order: 1;
    padding-right: 0;
  }
  .boss-wrapper .pic-box {
    order: 0;
    margin-bottom: 30px;
  }
  .boss-wrapper .pic-box img {
    height: auto;
  }
  .boss-wrapper .pic-box .caption {
    display: block;
    margin-bottom: 30px;
  }
  .boss-wrapper .caption {
    font-size: 20px;
    line-height: 28px;
    display: none;
  }
  .boss-wrapper .content-box {
    padding-right: 0;
    margin-top: 0;
    max-height: inherit;
  }
  .boss-wrapper .content {
    line-height: 24px;
  }
  .boss-wrapper .name {
    font-size: 16px;
    line-height: 70px;
  }
  .boss-wrapper .name b {
    font-size: 20px;
  }
  .history-wrapper .desc {
    line-height: 24px;
  }
  .history-wrapper .swiper-box {
    padding: 0 40px;
    margin-top: 40px;
  }
  .history-wrapper .swiper-box .swiper-slide {
    cursor: pointer;
  }
  .history-wrapper .swiper-box .swiper-slide .year {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .history-wrapper .detail-box {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .history-wrapper .detail-box:after {
    display: none;
  }
  .history-wrapper .detail-box .item .info {
    width: 100%;
    float: none;
    padding: 30px 20px;
    background: #f5f5f5;
  }
  .history-wrapper .detail-box .item .pic {
    width: 100%;
    float: none;
  }
  .history-wrapper .detail-box .item .info {
    margin-bottom: 0;
    line-height: 32px;
  }
  .history-wrapper .detail-box .item .info i {
    margin-right: 10px;
  }
  .social-wrapper .list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .social-wrapper .list ul li:last-child {
    margin-bottom: 0;
  }
  .social-wrapper .list ul li:hover .name {
    background-size: 30px;
  }
  .social-wrapper .list ul li .pic img {
    height: auto;
  }
  .social-wrapper .list ul li .name {
    line-height: 70px;
    background-size: 30px;
    padding-right: 32px;
  }
  .pic-modal-box .box {
    padding: 15px;
  }
  .pic-modal-box .box .close {
    right: 0;
    top: -40px;
    color: #0083c9;
    font-size: 32px;
  }
  .pic-modal-box .box img {
    height: 50vh;
  }
  .single-wrapper .content {
    line-height: 24px;
  }
  .single-wrapper .content img,
  .single-wrapper .content input[type="image"] {
    width: 100%!important;
    height: auto!important;
  }
  .website-wrapper .main ul li {
    line-height: 24px;
    padding: 15px 0;
  }
  .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 {
    width: 31.33%;
    margin-right: 3%;
    margin-bottom: 6px;
  }
  .website-wrapper .main ul li .navs a:nth-child(3n) {
    margin-right: 0;
  }
}
