.mobile {
  display: none !important;
}
#openlc {
  padding: 10px 10px;
  display: block;
  background: transparent;
  position: fixed;
  right: 0;
  top: 0;
}
#openlc .lcbody {
  width: 30px;
  height: 30px;
  position: relative;
  transform: translateZ(0px) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#openlc .lcitem {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateZ(0px) rotate(0deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  -webkit-transform: translateZ(0px) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
  width: 30px;
  height: 30px;
}
#openlc .lcitem .rect {
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 14px;
  transition: transform 0.2s ease 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease 0.2s;
  border-radius: 2px;
}
#openlc .lcitem .rect.top {
  transform: translate3d(0px, -8px, 0px);
  -webkit-transform: translate3d(0px, -8px, 0px);
}
#openlc .lcitem .rect.center {
  transform: translate3d(0px, 0, 0px);
  -webkit-transform: translate3d(0px, 0, 0px);
}
#openlc .lcitem .rect.bottom {
  transform: translate3d(0px, 8px, 0px);
  -webkit-transform: translate3d(0px, 8px, 0px);
}
#openlc.show .lcbody {
  transform: translateZ(0px) rotate(90deg);
  -webkit-transform: translateZ(0px) rotate(90deg);
}
#openlc.show .lcbody .lcitem {
  transform: translateZ(0px) rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -webkit-transform: translateZ(0px) rotate(45deg);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
}
#openlc.show .lcbody .lcitem.bottom {
  transform: translateZ(0px) rotate(-45deg);
  -webkit-transform: translateZ(0px) rotate(-45deg);
}
#openlc.show .lcbody .lcitem .rect {
  transition: transform 0.2s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
#openlc.show .lcbody .lcitem.center {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body.hiddenbody {
    overflow: hidden;
    height: 100%;
  }
  .block {
    width: calc(100% - 30px);
  }
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .headerbg {
    height: 60px;
  }
  .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    display: block;
  }
  .flex-grow-0 {
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flex-grow-1 {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .flex-x-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-y-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .flex-y-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  body.hiddenbody #header {
    background: rgba(38, 38, 38, 0.95);
  }
  .more {
    margin: 0 auto;
  }
  #header {
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    border: 0;
    z-index: 101;
  }
  #header .logo {
    float: left;
    width: auto;
    margin: 0 auto;
    text-align: center;
    height: 50px;
  }
  #header .logo img {
    width: auto;
    height: 30px;
    margin-top: 10px;
    display: inline-block;
  }
  #header .block {
    width: calc(100% - 30px);
  }
  #header #nav {
    display: none;
    width: auto ;
    vertical-align: middle;
    height: calc(100vh - 140px);
    float: none;
    position: fixed;
    top: 50px;
    width: calc(100% - 40px);
    left: 0;
    padding: 70px 20px 20px 20px;
    background: rgba(38, 38, 38, 0.95);
    background-size: cover;
    background-position: center;
    overflow-y: auto;
    margin-right: 0;
    z-index: 101;
  }
  #header #nav li.navitem {
    width: 100%;
    float: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0;
    height: auto;
    display: block;
    min-height: auto;
  }
  #header #nav li.navitem a.nav_a {
    font-size: 16px;
    text-align: left;
    display: inline-block;
    width: calc(80% - 15px);
    background: none;
    padding: 0 0 0 15px;
  }
  #header #nav li.navitem a.nav_a span {
    color: #fff;
    display: inline-block;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    width: calc(100%);
    overflow: hidden;
    margin: 0;
  }
  #header #nav li.navitem a.nav_a span:before {
    display: none;
  }
  #header #nav li.navitem i {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    float: right;
    height: 35px;
    line-height: 35px;
    width: 20%;
    padding-top: 0;
    text-align: center;
  }
  #header #nav li.navitem .icon-nav-bottom {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  }
  #header #nav li.navitem a.nav_a:hover span,
  #header #nav li.navitem a.active.nav_a span {
    background: none;
    color: #d9262c;
  }
  #header #nav li.navitem a.nav_a.active {
    background: none;
  }
  #header #nav li.navitem a.nav_a.active span {
    color: #d9262c;
  }
  #header #nav li.navitem .subnav {
    position: relative;
    top: 0 ;
    z-index: 1;
    visibility: hidden;
    height: 0;
    background: none;
    opacity: 1;
    transition: all 0.36s ease;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.03);
    width: 100%;
    text-align: center;
    left: 0;
    transform: translateX(0);
    border-top: 1px solid #d9262c;
    padding: 0;
    margin: 0;
    border-top: 0;
  }
  #header #nav li.navitem .subnav li {
    width: 100%;
    display: block;
  }
  #header #nav li.navitem .subnav a {
    display: block;
    padding: 0;
    color: #fff;
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    transition: all 0.2s ease-in-out;
    text-align: left;
    background: none;
  }
  #header #nav li.navitem .subnav a i {
    display: none;
  }
  #header #nav li.navitem .subnav a span {
    height: 35px;
  }
  #header #nav li.navitem .subnav a span:before {
    display: none;
  }
  #header #nav li.navitem .subnav a:hover,
  #header #nav li.navitem .subnav a.active {
    text-indent: 0px;
    color: #d9262c;
    font-weight: bold;
    background: none;
  }
  #header #nav li.navitem:hover a.nav_a span {
    background: none;
    color: #fff;
  }
  #header #nav li.navitem:hover .subnav {
    visibility: hidden;
    height: 0;
    padding: 0;
  }
  #header #nav li.navitem.show a.nav_a span {
    background: none;
    color: #d9262c;
  }
  #header #nav li.navitem.show .icon-nav-bottom {
    transform: rotateX(180deg);
  }
  #header #nav li.navitem.show .subnav {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 15px 0 15px 0;
    margin-top: 10px;
  }
  #header #nav.nav_site li.navitem {
    width: 100%;
  }
  #header #nav.show {
    display: block;
  }
  #header .lang {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    right: auto;
    text-align: center;
    margin-top: 10px;
  }
  #header .lang.show {
    display: block;
  }
  #header.mini {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: rgba(217, 38, 44, 0.6);
  }
  #header.mini .logo {
    height: 50px;
  }
  #header.mini .logo img {
    height: 30px;
  }
  #header.mini #nav {
    height: calc(100% - 50px);
  }
  #header.mini #nav li.navitem {
    height: auto;
  }
  #header.mini #nav li.navitem a.nav_a span {
    height: 35px;
    line-height: 35px;
  }
  #conbody .banner_con_bg {
    height: 250px;
  }
  #conbody .banner_con {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 250px;
  }
  #pc_swiper {
    width: 100%;
  }
  #pc_swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .banner {
    border-bottom: 2px solid #d9262c;
  }
  .banner .swiper-pagination {
    padding-bottom: 10px;
  }
  .title_index {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .title_index .cn {
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .title_index .slogn {
    padding-top: 5px;
    font-size: 12px;
    color: #d9262c;
    line-height: 1;
  }
  .inews {
    padding-top: 0;
  }
  .inews .top {
    padding-top: 15px;
  }
  .inews .top .pic {
    width: 40% ;
    float: left;
    position: relative;
  }
  .inews .top .pic .img {
    width: 100%;
  }
  .inews .top .pic .img img {
    width: 100%;
    display: block;
  }
  .inews .top .pic .title {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
  }
  .inews .top .pic .title .cn {
    font-size: 14px;
    line-height: 1;
    color: #fff;
  }
  .inews .top .pic .title .en {
    font-size: 12px;
    line-height: 1;
    padding-top: 5px;
    color: #fff;
  }
  .inews .top .txt {
    width: calc(60% - 15px);
    float: right;
    padding: 0 0 0 15px;
  }
  .inews .top .txt .title a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .inews .top .txt .title a:hover {
    color: #d9262c;
  }
  .inews .top .txt .desc {
    font-size: 14px;
    line-height: 1.5;
    color: #909090;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .inews .inews_box {
    margin-top: 15px;
  }
  .inews .inews_box .left {
    width: 100%;
    float: none;
  }
  .inews .inews_box .left .head ul {
    font-size: 0;
  }
  .inews .inews_box .left .head ul a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-right: 20px;
    line-height: 38px;
  }
  .inews .inews_box .left .head ul a.active,
  .inews .inews_box .left .head ul a:hover {
    color: #d9262c;
  }
  .inews .inews_box .left .list {
    padding-top: 0;
    height: auto;
  }
  .inews .inews_box .left .list ul {
    display: none;
  }
  .inews .inews_box .left .list ul li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .inews .inews_box .left .list ul li a span {
    float: right;
    color: #909090;
    font-family: 'Arial';
  }
  .inews .inews_box .left .list ul.active {
    display: block;
  }
  .inews .inews_box .right {
    width: 100%;
    float: none;
  }
  .inews .inews_box .right .head {
    color: #000;
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
  }
  .inews .inews_box .right .head span {
    float: right;
  }
  .inews .inews_box .right .list {
    padding-top: 0;
    height: auto;
  }
  .inews .inews_box .right .list .item .pic img {
    width: 100px;
    display: block;
  }
  .inews .inews_box .right .list .item .txt {
    margin-left: 15px;
  }
  .inews .inews_box .right .list .item .txt * {
    line-height: 1;
  }
  .inews .inews_box .right .list .item .txt .catname {
    font-size: 14px;
  }
  .inews .inews_box .right .list .item .txt .title {
    font-size: 14px;
    padding: 10px 0;
  }
  .inews .inews_box .right .list .item .txt .time {
    font-size: 12px;
    color: #909090;
  }
  .inews .inews_box .more {
    margin-top: 15px;
  }
  .banner_2 {
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 35px;
  }
  .banner_2 * {
    color: #fff;
    line-height: 1;
  }
  .banner_2 .left .cn {
    font-size: 20px;
    font-weight: bold;
  }
  .banner_2 .left .en {
    font-size: 12px;
    padding-top: 10px;
  }
  .banner_2 .right {
    text-align: left;
    padding-top: 20px;
  }
  .banner_2 .right .title {
    font-size: 18px;
  }
  .banner_2 .right .subtitle {
    font-size: 14px;
    padding-top: 10px;
  }
  .iabout {
    margin-top: 35px;
  }
  .iabout .head * {
    line-height: 1;
  }
  .iabout .head .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .iabout .head .title strong {
    font-size: 20px;
    font-weight: bold;
  }
  .iabout .head .desc {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
    padding-top: 10px;
  }
  .iabout .list {
    padding-top: 15px;
  }
  .iabout .list .item {
    width: calc(50% - 1px);
    border: 1px solid #dcdcdc;
    margin-left: -1px;
    height: 300px;
    float: left;
    text-align: center;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  }
  .iabout .list .item ul {
    color: #fff;
    padding: 5px 0 0 23px;
    text-align: left;
  }
  .iabout .list .item ul li {
    padding-top: 15px;
  }
  .iabout .list .item ul li .title_big {
    font-size: 20px;
    line-height: 1;
    color: #fff;
  }
  .iabout .list .item ul li .desc_big {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding-top: 5px;
  }
  .iabout .list .item p.bottom {
    display: block ;
    border-top: 1px solid #fff;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    margin-left: 26px;
    color: #fff;
    margin-top: 20px;
    padding-top: 5px;
  }
  .iabout .list .item .title {
    text-align: center;
    padding-top: 50px;
  }
  .iabout .list .item .title .cn {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
  }
  .iabout .list .item .title .en {
    font-size: 12px;
    color: #d9262c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 5px 5px 0 5px ;
  }
  .iabout .list .item .desc {
    padding: 25px 20px 0 20px;
    font-size: 12px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: auto;
    text-align: left;
    height: 86px;
    margin-bottom: 15px;
  }
  .iabout .list .item:hover {
    border-color: #ffeeef;
    background: #ffeeef;
  }
  .iabout .list .item:first-child {
    margin-left: 0;
    background: url(../images/redbanner.png) left top;
    background-size: 100% 100%;
    border: 0;
    width: 50%;
    float: left;
    height: 302px;
  }
  .iyoushi {
    background: #d9262c;
    text-align: center;
    padding: 35px 0;
    margin-top: 35px;
  }
  .iyoushi .head {
    text-align: center;
  }
  .iyoushi .head .cn {
    font-size: 20px;
    color: #fff;
    line-height: 1;
  }
  .iyoushi .head .en {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding-top: 5px;
  }
  .iyoushi .list {
    font-size: 0;
    padding-top: 30px;
  }
  .iyoushi .list .item {
    display: inline-block;
    width: 33.33%;
    text-align: center;
  }
  .iyoushi .list .item .pic {
    width: auto;
    text-align: center;
  }
  .iyoushi .list .item .pic img {
    display: inline-block;
    width: auto;
    max-width: 60%;
  }
  .iyoushi .list .item .txt {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    height: 56px;
  }
  .iproject {
    margin-top: 45px;
    padding-bottom: 35px;
  }
  .iproject .head_top {
    text-align: center;
    padding: 0 5px;
  }
  .iproject .head_top .title {
    font-size: 20px;
    line-height: 1;
    font-weight: bolder;
  }
  .iproject .head_top .desc {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 10px;
  }
  .iproject .number {
    text-align: center;
    font-size: 0;
    margin-top: 27px;
  }
  .iproject .number li {
    display: inline-block;
    padding: 0 20px;
  }
  .iproject .number li .num {
    color: #d9262c;
    font-size: 14px;
    vertical-align: bottom;
    font-weight: bold;
  }
  .iproject .number li .num span {
    display: inline-block;
    position: relative;
    font-size: 25px;
    font-weight: bold;
  }
  .iproject .number li .num span:before {
    position: absolute;
    content: '+';
    color: #d9262c;
    font-size: 15px;
    right: -15px;
    top: 0;
    font-weight: bold;
  }
  .iproject .number li .txt {
    font-size: 14px;
    text-align: left;
  }
  .iproject .number li:first-child {
    padding-left: 0;
  }
  .iproject .number li:last-child {
    padding-right: 0;
  }
  .iproject .box {
    margin-top: 25px;
  }
  .iproject .box .head {
    text-align: center;
  }
  .iproject .box .head a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0 15px;
    line-height: 38px;
  }
  .iproject .box .head a.active,
  .iproject .box .head a:hover {
    color: #d9262c;
  }
  .iproject .box .head a:first-child {
    margin-left: 0;
  }
  .iproject .box .head a:last-child {
    margin-right: 0;
  }
  .iproject .box .list {
    margin-top: 20px;
  }
  .iproject .box .list .con_box {
    display: none;
  }
  .iproject .box .list .con_box.active {
    display: block;
  }
  .iproject .box .list .item {
    width: calc(50% - 9.5px);
    float: left;
    margin: 0 15px 15px 0;
    border: 1px solid #ccc;
  }
  .iproject .box .list .item .pic {
    width: 100%;
    overflow: hidden;
  }
  .iproject .box .list .item .pic img {
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  }
  .iproject .box .list .item .txt {
    padding: 10px 10px;
  }
  .iproject .box .list .item .txt .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .iproject .box .list .item .txt .desc {
    font-size: 12px;
    color: #7d7d7d;
    line-height: 1;
    padding-top: 10px;
    height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .iproject .box .list .item:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .iproject .box .list .item:nth-child(3n) {
    margin-right: 15px;
  }
  .iproject .box .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .conpage {
    background: #fff;
    width: 100%;
    z-index: 2;
    position: relative;
    padding-bottom: 50px;
  }
  .footer {
    color: #676767;
    position: relative;
    padding: 30px 0 ;
    z-index: 5;
    background: #172434;
    color: #fff;
  }
  .footer p {
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer .logo {
    height: 33px;
    margin-right: 0;
    table-layout: center;
  }
  .footer .logo img {
    height: 33px;
    margin: 0 auto;
    display: block;
  }
  .footer .txt {
    font-size: 12px;
    margin: 15px 15px 0 15px;
    text-align: center;
  }
  .footer .txt p {
    font-size: 12px;
    line-height: 2;
  }
  .footer .wechat {
    background: none;
    padding: 15px 0 0 0;
  }
  .footer .wechat img {
    height: 100px;
    margin: 0 auto;
    display: block;
    padding: 5px;
    background: #fff;
  }
  .rightsider {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 10;
  }
  .rightsider .to_top,
  .rightsider .kefu {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #d9262c;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background: #d9262c;
    margin-bottom: 10px;
  }
  .rightsider .to_top i,
  .rightsider .kefu i {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    vertical-align: middle;
  }
  .rightsider .to_top a,
  .rightsider .kefu a {
    display: block;
    width: 100%;
    height: 30px;
  }
  .title_con {
    text-align: center;
    padding-top: 37px;
  }
  .title_con .cn,
  .title_con .cn_2 {
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }
  .title_con .slogn {
    padding-top: 10px;
    font-size: 0;
  }
  .title_con .slogn span {
    font-size: 12px;
    color: #8E8E8E;
    line-height: 1;
    padding: 0 4px;
    display: inline-block;
    vertical-align: middle;
  }
  .title_con .slogn span:after {
    content: '|';
    color: #8e8e8e;
    padding-left: 10px;
    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
    display: inline-block;
    padding-top: 0;
  }
  .title_con .slogn span:last-child:after {
    display: none;
  }
  .title_con .cn_2 {
    position: relative;
    display: inline-block;
    height: 30px;
  }
  .title_con .cn_2:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 18px;
    border-bottom: 2px solid #000;
    transform: translate(-50%, 0);
  }
  .title_con .slogn_2 {
    color: #d9262c;
    font-size: 14px;
    line-height: 1;
    padding-top: 10px;
  }
  .category {
    font-size: 0;
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 27px;
    text-align: center;
  }
  .category .item {
    width: calc(50% - 5px);
    height: auto;
    display: inline-block;
    position: relative;
    margin: 2.5px;
  }
  .category .item .pic {
    width: 100%;
    overflow: hidden;
  }
  .category .item .pic img {
    width: 100%;
    display: block;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
  }
  .category .item .txt {
    position: absolute;
    left: 17px;
    top: 20px;
    text-align: left;
  }
  .category .item .txt .cn {
    font-size: 16px;
    color: #fff;
    line-height: 1;
  }
  .category .item .txt .en {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding-top: 5px;
  }
  .category .item .txt .iconfont {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    padding-top: 5px;
    display: none;
  }
  .category .item:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .category .item:hover .txt .iconfont {
    display: block;
  }
  .category .item.active .txt .iconfont {
    display: block;
  }
  .right_nav {
    position: fixed;
    z-index: 5;
    right: 10px;
    bottom: 190px;
  }
  .right_nav ul li {
    display: block;
    width: 24px;
    height: auto;
    padding: 8px;
    line-height: 1;
    border: 1px solid #d9262c;
    color: #d9262c;
    margin-bottom: 5px;
    font-size: 12px;
    cursor: pointer;
  }
  .right_nav ul li.active,
  .right_nav ul li:hover {
    background: #d9262c;
    color: #fff;
  }
  .about,
  .service {
    margin: 0 auto;
  }
  .about .conbox .about_con,
  .service .conbox .about_con {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .about .conbox .about_con h1,
  .service .conbox .about_con h1 {
    padding-bottom: 20px;
    text-align: center;
  }
  .about .conbox .about_con h1 .cn,
  .service .conbox .about_con h1 .cn {
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
  }
  .about .conbox .about_con h1 .cn:after,
  .service .conbox .about_con h1 .cn:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 35px;
    border-bottom: 1px solid #000;
    transform: translate(-50%, 0);
  }
  .about .conbox .about_con h1 .en,
  .service .conbox .about_con h1 .en {
    font-size: 14px;
    color: #000;
    line-height: 1;
    padding-top: 10px;
  }
  .about .conbox .about_con .info,
  .service .conbox .about_con .info {
    padding: 0 0 25px 0;
  }
  .about .conbox .about_con .info p,
  .service .conbox .about_con .info p,
  .about .conbox .about_con .info div,
  .service .conbox .about_con .info div {
    font-size: 14px;
    line-height: 1.7;
    color: #000;
  }
  .about .conbox .about_con .info img,
  .service .conbox .about_con .info img {
    width: auto;
    max-width: 100%;
    height: auto !important;
  }
  .about .conbox .about_con .about_con_banner,
  .service .conbox .about_con .about_con_banner {
    padding-bottom: 25px;
  }
  .about .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide,
  .service .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide {
    background: #fff;
  }
  .about .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide .pic img,
  .service .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide .pic img {
    width: 100%;
  }
  .about .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide .slogn,
  .service .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide .slogn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0, -50%);
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    opacity: 0.2;
    transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
  }
  .about .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide-active .slogn,
  .service .conbox .about_con .about_con_banner .swiper-wrapper .swiper-slide-active .slogn {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .about .conbox .about_con .about_con_banner .swiper-button-next,
  .service .conbox .about_con .about_con_banner .swiper-button-next,
  .about .conbox .about_con .about_con_banner .swiper-button-prev,
  .service .conbox .about_con .about_con_banner .swiper-button-prev {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    color: #fff;
    width: 80px;
    opacity: 0.6;
  }
  .about .conbox .about_con .about_con_banner .swiper-button-prev:after,
  .service .conbox .about_con .about_con_banner .swiper-button-prev:after,
  .about .conbox .about_con .about_con_banner .swiper-button-next:after,
  .service .conbox .about_con .about_con_banner .swiper-button-next:after {
    font-size: 30px;
  }
  .about .conbox .about_con .about_con_banner .swiper-button-next:hover,
  .service .conbox .about_con .about_con_banner .swiper-button-next:hover,
  .about .conbox .about_con .about_con_banner .swiper-button-prev:hover,
  .service .conbox .about_con .about_con_banner .swiper-button-prev:hover {
    opacity: 1;
    color: #d9262c;
  }
  .about .conbox .about_con .about_con_banner .swiper-button-disabled,
  .service .conbox .about_con .about_con_banner .swiper-button-disabled {
    display: none;
  }
  .about .conbox .about_con .about_con_banner .swiper-pagination,
  .service .conbox .about_con .about_con_banner .swiper-pagination {
    padding-bottom: 40px;
  }
  .about .conbox .about_con .about_con_banner .swiper-pagination .swiper-pagination-bullet,
  .service .conbox .about_con .about_con_banner .swiper-pagination .swiper-pagination-bullet {
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  .about .conbox .about_con .about_con_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .service .conbox .about_con .about_con_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .about .conbox .about_con .about_con_banner #about_3,
  .service .conbox .about_con .about_con_banner #about_3 {
    padding-bottom: 30px;
  }
  .about .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide,
  .service .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide {
    background: #fff;
    position: relative;
  }
  .about .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide .pic img,
  .service .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide .pic img {
    width: 100%;
  }
  .about .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide .txt,
  .service .conbox .about_con .about_con_banner #about_3 .swiper-wrapper .swiper-slide .txt {
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .about .conbox .about_con .about_con_banner #about_3 .swiper-button-prev:after,
  .service .conbox .about_con .about_con_banner #about_3 .swiper-button-prev:after,
  .about .conbox .about_con .about_con_banner #about_3 .swiper-button-next:after,
  .service .conbox .about_con .about_con_banner #about_3 .swiper-button-next:after {
    font-size: 30px;
  }
  .about .conbox .about_con .about_con_banner #about_3 .swiper-pagination,
  .service .conbox .about_con .about_con_banner #about_3 .swiper-pagination {
    padding-bottom: 0;
    bottom: 0;
  }
  .about .conbox .about_con .about_con_banner #about_3 .swiper-pagination .swiper-pagination-bullet,
  .service .conbox .about_con .about_con_banner #about_3 .swiper-pagination .swiper-pagination-bullet {
    background: none;
    border: 1px solid #d9262c;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  .about .conbox .about_con .about_con_banner #about_3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .service .conbox .about_con .about_con_banner #about_3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d9262c;
  }
  .about .conbox .about_con#con_box_2,
  .service .conbox .about_con#con_box_2 {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .about .conbox .about_con#con_box_2 .info,
  .service .conbox .about_con#con_box_2 .info {
    padding-bottom: 0;
  }
  .about .conbox .about_con:first-child,
  .service .conbox .about_con:first-child {
    border: 0;
  }
  .service {
    width: 100%;
  }
  .service .conbox #con_box_13 {
    width: 100%;
    margin-top: 25px;
    padding: 27px 0;
  }
  .service .conbox #con_box_13 h1 .cn {
    color: #fff;
  }
  .service .conbox #con_box_13 h1 .cn:after {
    border-color: #fff;
  }
  .service .conbox #con_box_13 .info {
    background: rgba(217, 38, 44, 0.6);
    padding: 0;
    width: calc(100% - 60px);
    padding: 15px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    margin-top: 90px;
  }
  .service .conbox #con_box_13 .info p,
  .service .conbox #con_box_13 .info div,
  .service .conbox #con_box_13 .info li {
    color: #fff;
  }
  .service .conbox #con_box_13 .info p {
    display: inline-block;
  }
  .service .conbox #con_box_13 .info ul {
    width: calc(100% - 30px);
    float: left;
    padding: 15px 0 0 15px;
  }
  .service .conbox #con_box_13 .info ul li p {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
  }
  .service .conbox #con_box_13 .info ul li strong {
    font-weight: bolder;
    font-size: 16px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
  }
  .service .conbox #con_box_13 .info .icon_top {
    height: 80px;
    background: rgba(217, 38, 44, 0.6);
    width: auto;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: -80px;
  }
  .service .conbox #con_box_13 .info .icon_top img {
    width: 50px;
    display: block ;
    margin: 0 auto;
    margin-top: 15px;
  }
  .service .conbox #con_box_13 .info .icon_top .txt {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding-top: 10px;
    text-align: center;
  }
  .youshi {
    margin: 0 auto;
  }
  .youshi .conbox .youshi_con {
    padding-top: 35px;
    border-top: 1px solid #e8e8e8;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 35px;
  }
  .youshi .conbox .youshi_con h1 {
    padding-bottom: 20px;
    text-align: center;
  }
  .youshi .conbox .youshi_con h1 .cn {
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
  }
  .youshi .conbox .youshi_con h1 .cn:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 35px;
    border-bottom: 1px solid #000;
    transform: translate(-50%, 0);
  }
  .youshi .conbox .youshi_con h1 .en {
    font-size: 14px;
    color: #000;
    line-height: 1;
    padding-top: 10px;
  }
  .youshi .conbox .youshi_con div.desc {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    text-align: center;
  }
  .youshi .conbox .youshi_con .info p,
  .youshi .conbox .youshi_con .info div {
    font-size: 14px;
    line-height: 1.7;
    color: #000;
  }
  .youshi .conbox .youshi_con .info img {
    width: auto;
    max-width: 100%;
    height: auto !important;
  }
  .youshi .conbox .youshi_con:first-child {
    border: 0;
  }
  .youshi .conbox .youshi_19 {
    width: 100%;
  }
  .youshi .conbox .team {
    overflow: hidden;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 0;
  }
  .youshi .conbox .team .item {
    border-top: 1px #f5f5f5;
    margin-top: 25px;
    padding-top: 25px;
  }
  .youshi .conbox .team .item .pic {
    width: 80%;
    margin: 0 auto;
  }
  .youshi .conbox .team .item .pic img {
    width: 100%;
  }
  .youshi .conbox .team .item .txt .title {
    font-size: 16px;
    font-weight: bolder;
    line-height: 1;
    color: #000;
    text-align: center;
    padding-top: 10px;
  }
  .youshi .conbox .team .item .txt .subtitle {
    font-size: 13px;
    line-height: 1;
    color: #333;
    padding-top: 10px;
    text-align: center;
  }
  .youshi .conbox .team .item .txt .desc {
    font-size: 14px;
    line-height: 1.7;
    padding-top: 10px;
    color: #000;
  }
  .youshi .conbox .youshi_21 {
    width: 100%;
    background: #d9262c;
  }
  .youshi .conbox .youshi_21 h1 .cn {
    color: #fff;
  }
  .youshi .conbox .youshi_21 h1 .cn:after {
    border-color: #fff;
  }
  .youshi .conbox .youshi_21 div.desc {
    width: auto ;
    padding: 0 15px;
    margin: 0 auto;
    color: #fff;
  }
  .youshi .conbox .list_skew {
    padding: 15px;
    font-size: 0;
  }
  .youshi .conbox .list_skew .item {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .youshi .conbox .list_skew .item .pic {
    width: 100%;
  }
  .youshi .conbox .list_skew .item .pic img {
    width: 100%;
  }
  .youshi .conbox .list_skew .item .txt {
    position: absolute;
    padding: 15px;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    left: 15px;
    bottom: 15px;
    width: calc(100% - 60px);
  }
  .youshi .conbox .list_skew .item .txt .title {
    font-weight: 14px;
    line-height: 1;
    color: #fff;
  }
  .youshi .conbox .list_skew .item .txt .desc {
    font-size: 12px;
    line-height: 1.7;
    padding-top: 8px;
    color: #fff;
  }
  .youshi .conbox .list_skew .item:nth-child(2n),
  .youshi .conbox .list_skew .item:last-child {
    margin-right: 0;
  }
  .youshibg {
    background: url(../images/youshi_bg.jpg) center center no-repeat;
    height: 170px;
    margin-top: 20px;
    background-size: auto 170px;
  }
  .project .desc {
    padding: 27px 0;
  }
  .project .desc img {
    width: auto;
    max-width: 100%;
  }
  .project .box {
    margin-top: 35px;
  }
  .project .box .head {
    text-align: center;
    background: #f9f9f9;
    border-top: 1px solid #d9262c;
  }
  .project .box .head a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0 15px;
    line-height: 40px;
  }
  .project .box .head a.active,
  .project .box .head a:hover {
    color: #d9262c;
  }
  .project .box .list {
    margin-top: 20px;
    min-height: 200px;
  }
  .project .box .list .con_box {
    display: none;
  }
  .project .box .list .con_box.active {
    display: block;
  }
  .project .box .list .item {
    width: calc(50% - 9.5px);
    float: left;
    margin: 0 15px 15px 0;
    border: 1px solid #ccc;
  }
  .project .box .list .item .pic {
    width: 100%;
    overflow: hidden;
  }
  .project .box .list .item .pic img {
    width: 100%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  }
  .project .box .list .item .txt {
    padding: 10px;
  }
  .project .box .list .item .txt .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .project .box .list .item .txt .desc {
    font-size: 12px;
    color: #7d7d7d;
    line-height: 1;
    padding-top: 5px;
    height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0;
  }
  .project .box .list .item:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .project .box .list .item:nth-child(3n) {
    margin-right: 15px;
  }
  .project .box .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .project_con_this {
    width: calc(100% - 10px);
    margin: 0 auto;
    padding: 5px;
    background: #fff;
  }
  .project_con_this .flex-row {
    padding: 30px;
  }
  .project_con_this .info {
    width: 100%;
    margin-right: 0;
  }
  .project_con_this .info .catname {
    background: #d9262c;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
  }
  .project_con_this .info .title {
    font-size: 20px;
    line-height: 1;
    color: #000;
    display: inline-block;
    margin-top: 10px;
  }
  .project_con_this .info .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    color: #000;
  }
  .project_con_this .picsbox {
    overflow: hidden;
  }
  .project_con_this .mySwiper3 {
    overflow: hidden;
    position: relative;
  }
  .project_con_this .mySwiper3 .swiper-slide img {
    width: 100%;
  }
  .project_con_this .swiper-wrapper {
    position: relative;
  }
  .popbox {
    width: calc(100% - 10px);
    height: auto;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #fff;
  }
  .popbox iframe {
    border: 0;
    width: 100%;
    height: 80vh;
  }
  .popbox .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
    background: #d9262c;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
  }
  .popbox .close i {
    color: #fff;
    font-size: 20px;
  }
  .pop_bg {
    z-index: 998;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    top: 0;
  }
  .popbox.active,
  .pop_bg.active {
    display: block;
  }
  .partner div.desc {
    padding: 30px 0;
  }
  .partner div.desc img {
    width: auto;
    max-width: 100%;
  }
  .partner .list {
    margin-top: 30px;
  }
  .partner .list .item {
    border: 1px solid #e8e8e8;
    padding: 5px;
    margin-bottom: 15px;
    padding: 15px;
  }
  .partner .list .item .pic {
    width: 100%;
    margin-right: 0;
  }
  .partner .list .item .pic img {
    width: auto;
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
  .partner .list .item .txt .title {
    font-size: 14px;
    color: #000;
    line-height: 1;
    padding-top: 10px;
  }
  .partner .list .item .txt .desc {
    font-size: 12px;
    line-height: 1.7;
    color: #000;
    padding-top: 10px;
  }
  .partner .list .item a:hover .txt .title {
    color: #d9262c;
  }
  .cats {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
  }
  .cats a {
    color: #000;
    background: #e1e1e1;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 7.5px;
    border-radius: 4px;
    line-height: 36px;
    display: inline-block;
  }
  .cats a.active,
  .cats a:hover {
    color: #fff;
    background: #d9262c;
  }
  .cats a:first-child {
    margin-left: 0;
  }
  .cats a:last-child {
    margin-right: 0;
  }
  .news .list {
    margin-top: 25px;
  }
  .news .list .item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .news .list .item .pic {
    width: 40%;
    margin-right: 15px;
  }
  .news .list .item .pic img {
    width: 100%;
  }
  .news .list .item .txt .title {
    font-size: 14px;
    color: #000;
    line-height: 1;
  }
  .news .list .item .txt .desc {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .news .list .item .other {
    height: 100%;
    width: auto;
    margin-left: 80px;
    position: relative;
    right: 0;
    height: 137px;
  }
  .news .list .item .other .time {
    text-align: right;
  }
  .news .list .item .other .time .md {
    font-size: 16px;
    color: #000;
    display: block;
    text-align: right;
  }
  .news .list .item .other .time .y {
    font-size: 12px;
    color: #000;
  }
  .news .list .item .other .more3 {
    border: 1px solid #000;
    line-height: 36px;
    text-align: center;
    padding: 0 20px;
    color: #000;
    border-radius: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .news .list .item .other .more3 i {
    padding-left: 10px;
    color: #000;
  }
  .news .list .item a:hover .txt .title {
    font-size: 28px;
    color: #d9262c;
    line-height: 1;
  }
  .news .list .item a:hover .other .more3 {
    color: #d9262c;
    border: 1px solid #d9262c;
  }
  .news .list .item a:hover .other .more3 i {
    color: #d9262c;
  }
  div#pages {
    padding: 15px 0 25px 0;
    text-align: center;
  }
  div#pages li {
    display: inline-block;
    margin: 0 2px;
  }
  div#pages a,
  div#pages span {
    display: inline-block;
    line-height: 30px;
    min-width: 10px;
    margin: 0 2px;
    padding: 0 10px;
  }
  div#pages a {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  div#pages li.active span,
  div#pages a:hover {
    background: #d9262c;
    color: #fff;
    border: 1px solid #d9262c;
    border-radius: 4px;
  }
  div#pages .disabled {
    display: none;
  }
  div#pages span.pageindex,
  div#pages span.all {
    display: none;
  }
  .contact {
    margin-top: 30px;
  }
  .contact .content p {
    font-size: 14px;
    line-height: 2;
    color: #000;
  }
  .contact .content strong {
    font-size: 16px;
    line-height: 2;
  }
  .contact .content td {
    font-size: 14px;
    line-height: 2;
  }
  .contact table {
    width: 100%;
  }
  .contact table td {
    width: calc(50% - 10px);
  }
  .contact table td img {
    width: auto ;
    max-width: 100%;
  }
  .joinus {
    margin-top: 30px;
  }
  .joinus .list .item .head {
    padding: 0 20px;
    background: #aaaaaa;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
  }
  .joinus .list .item .head span {
    float: right;
  }
  .joinus .list .item .head span i {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
  }
  .joinus .list .item .con {
    padding: 10px 10px;
    display: none;
  }
  .joinus .list .item .con .desc {
    font-size: 14px;
    border-bottom: 1px dashed #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .joinus .list .item .con .desc span {
    display: inline-block;
    margin-right: 100px;
    font-size: 14px;
    color: #888;
    line-height: 36px;
  }
  .joinus .list .item .con .desc_1,
  .joinus .list .item .con .desc_2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #333;
  }
  .joinus .list .item .con .desc_1 .title,
  .joinus .list .item .con .desc_2 .title {
    font-size: 16px;
    color: #000;
  }
  .joinus .list .item .con .desc_1 .title i,
  .joinus .list .item .con .desc_2 .title i {
    color: #000;
    font-size: 16px;
    padding-right: 10px;
  }
  .joinus .list .item .con .desc_1 p,
  .joinus .list .item .con .desc_2 p {
    font-size: 14px;
    line-height: 2;
    color: #000;
    padding-top: 10px;
  }
  .joinus .list .item.active .head {
    background: #d9262c;
  }
  .joinus .list .item.active .con {
    display: block;
  }
  .title_artice {
    padding-top: 40px;
  }
  .title_artice h1 {
    font-size: 20px;
    font-weight: bolder;
    line-height: 1;
    color: #000;
    text-align: center;
  }
  .title_artice .time {
    text-align: center;
    font-size: 12px;
    color: #ccc;
    line-height: 1;
    padding-top: 10px;
  }
  .article_box {
    text-align: center;
  }
  .article_box .body {
    text-align: left;
    margin-top: 25px ;
  }
  .article_box .body p,
  .article_box .body div {
    font-size: 14px;
    line-height: 1.7;
    color: #000;
  }
  .article_box .body img {
    width: auto;
    max-width: 100%;
    height: auto !important;
  }
  .article_box .more {
    margin-top: 80px;
  }
  .project_boxbg {
    padding: 25px 0 0 0;
  }
  .project_list {
    padding: 30px 0;
  }
  .project_list li {
    width: calc(50% - 9.5px);
    height: auto;
    border: 1px solid #cacaca;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .project_list li:nth-of-type(3n) {
    margin-right: 15px;
  }
  .project_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .project_list li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .project_list li .pic p {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    background: #e4e4e4;
    color: #000;
    width: 100%;
    text-align: center;
  }
  .project_list li .pic p.active {
    color: #fff;
    background: #225690;
  }
  .project_list li .pic img {
    width: 100%;
    height: auto;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
  }
  .project_list li:hover .pic img {
    transform: scale(1.02, 1.02);
  }
  .project_list li .txt {
    padding: 10px;
    text-align: center;
  }
  .project_list li .txt .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
    text-align: center;
  }
  .project_list li .txt .time {
    color: #9a9a9a;
    font-size: 12px;
  }
  .project_box {
    border: 1px solid #cacaca;
  }
  .project_box .title_1 {
    height: 36px;
    background: #225690;
    text-align: center;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
  }
  .project_con,
  .project_info,
  .project_contact,
  .project_box .title_2 {
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  .project_box .title_2 {
    border-bottom: 1px solid #cacaca;
    font-size: 20px;
    color: #000;
    line-height: 36px;
    padding-top: 15px;
  }
  .project_info ul {
    float: none;
    width: 100%;
    padding: 10px 0;
  }
  .project_info ul li {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    height: 30px;
  }
  .project_info ul li strong {
    font-size: 14px;
    color: #333;
  }
  .project_con {
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0;
    color: #000;
  }
  .project_con p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
  }
  a.project_btn {
    display: block;
    width: 50%;
    letter-spacing: 10px;
    color: #fff;
    background: #225690;
    text-align: center;
    margin: 40px auto;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
  }
  a.project_btn.no {
    background: #e4e4e4;
    color: #000;
  }
  .project_contact {
    border-top: 1px solid #cacaca;
    text-align: center;
    height: auto;
    padding: 20px 0;
  }
  .project_contact li {
    display: block;
    font-size: 14px;
    color: #7f7f7f;
    line-height: 38px;
    margin-left: 0;
    padding-left: 0;
    border-left: 0 solid #cacaca;
    text-align: left;
  }
  .project_contact li:nth-of-type(1) {
    margin-left: 0;
    padding-left: 0 ;
    border: 0;
  }
  .project_contact li span {
    font-size: 14px;
    line-height: 38px;
  }
  .project_contact li img {
    height: 10px;
    padding: 4px;
    border: 1px solid #7f7f7f;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .footer_mobile .footerlogo .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .footer_mobile .footerlogo .text {
    font-size: 20px;
  }
}
