.mobile {
  display: none !important;
}
#openlc {
  padding: 10px 15px;
  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: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 14px;
  transition: transform 0.2s ease 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
#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: 1920px) {
  .iproduct .block {
    width: 1000px;
  }
}
@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: 50px;
  }
  .ibanner .swiper-pagination-bullet {
    background: #bb002f;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin-right: 6px;
    opacity: 1;
  }
  .ibanner .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
  .ibanner .swiper-pagination-bullet-active {
    background: #fff;
    width: 13px;
  }
  #indexbody #header {
    position: fixed;
  }
  #indexbody .iabout.block {
    width: calc(100% - 30px);
  }
  #header {
    height: 50px;
    position: fixed;
    background: #bb002f;
  }
  #header .logo {
    margin-left: 15px;
  }
  #header .logo img {
    width: auto;
    height: 50px;
  }
  #header #nav {
    display: none;
    width: auto ;
    vertical-align: middle;
    height: calc(100vh - 140px);
    float: none;
    position: fixed;
    top: 50px;
    background: #fff;
    width: calc(100% - 20px);
    left: 0;
    padding: 70px 0px 20px 20px;
    background: rgba(0, 0, 0, 0.9);
    background-size: cover;
    background-position: center;
    overflow-y: auto;
  }
  #header #nav li.navitem {
    padding: 0;
    width: calc(100% - 20px);
    float: none;
    padding: 20px 10px 0 10px ;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-left: 0;
  }
  #header #nav li.navitem a.nav_a {
    font-size: 16px;
    text-align: left;
    display: inline-block;
    width: 80%;
    background: none;
  }
  #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 i {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    float: right;
    height: 25px;
    width: 60px;
  }
  #header #nav li.navitem a.nav_a:hover span,
  #header #nav li.navitem a.active.nav_a span {
    background: none;
    color: #bb002f;
  }
  #header #nav li.navitem a.nav_a.active {
    background: none;
  }
  #header #nav li.navitem a.nav_a.active span {
    color: #fff;
  }
  #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);
    padding: 0;
  }
  #header #nav li.navitem .subnav li {
    width: auto;
    display: block;
  }
  #header #nav li.navitem .subnav a {
    display: block;
    padding: 0;
    color: #fff;
    padding: 0 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 35px;
    transition: all 0.2s ease-in-out;
    text-align: center;
    background: none;
  }
  #header #nav li.navitem .subnav a i {
    display: none;
  }
  #header #nav li.navitem .subnav a:hover,
  #header #nav li.navitem .subnav a.active {
    text-indent: 0px;
    color: #bb002f;
    font-weight: bold;
    background: none;
  }
  #header #nav li.navitem:hover a.nav_a span {
    background: none;
  }
  #header #nav li.navitem:hover a.nav_a span span {
    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;
  }
  #header #nav li.navitem.show a.nav_a span span {
    color: #fff;
  }
  #header #nav li.navitem.show i {
    transform: rotateX(180deg);
  }
  #header #nav li.navitem.show .subnav {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 25px 0;
  }
  #header #nav.show {
    display: block;
  }
  .ibanner {
    top: 50px;
  }
  #header.redbg {
    background: #fff;
  }
  .ititle {
    padding: 20px 0 0 0;
    margin-bottom: 35px;
  }
  .ititle p {
    text-align: center;
  }
  .ititle .cn {
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    width: 100%;
    bottom: 5px;
    font-weight: bold;
  }
  .ititle .en {
    font-size: 40px;
  }
  .a_title {
    padding: 15px 0 0 0;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .a_title p {
    text-align: center;
  }
  .a_title .cn {
    color: #727171;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    width: 100%;
    bottom: 5px;
    font-weight: bold;
  }
  .a_title .en {
    line-height: 1.1;
    font-size: 40px;
    color: rgba(113, 113, 133, 0.2);
  }
  .imore {
    display: block;
    width: 160px;
    height: 36px;
    border: 1px solid #d8d8d8;
    color: #717171;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    margin: 15px  auto 30px auto;
  }
  .imore::after {
    content: "";
    display: block;
    width: 0;
    height: 36px;
    background-color: #bb002f;
    margin-top: -36px;
    transition: all 0.6s ease 0s;
  }
  .imore:hover::after {
    width: 140px;
    height: 36px;
  }
  .imore:hover {
    color: #fff;
    border: 1px solid #bb002f;
  }
  .icase .block,
  .about_4 .block {
    width: 100%;
  }
  .icase .list,
  .about_4 .list {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .icase .list .item,
  .about_4 .list .item {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .icase .list .item .txt .box .title span,
  .about_4 .list .item .txt .box .title span,
  .icase .list .item .txt .box .subtitle span,
  .about_4 .list .item .txt .box .subtitle span {
    font-size: 12px;
  }
  .icase .list .item .txt .box .title p,
  .about_4 .list .item .txt .box .title p,
  .icase .list .item .txt .box .subtitle p,
  .about_4 .list .item .txt .box .subtitle p {
    font-size: 18px;
  }
  .icase .list .item .txtm,
  .about_4 .list .item .txtm {
    padding-left: 10px;
  }
  .icase .list .item .txtm .title,
  .about_4 .list .item .txtm .title {
    margin-top: 15px;
    color: #525252;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-left: 0;
  }
  .icase .list .item .txtm .desc,
  .about_4 .list .item .txtm .desc {
    color: #7E7E7E;
    font-size: 12px;
    margin-left: 0;
    text-align: left;
    height: 17px;
    overflow: hidden;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .icase .titlelist a,
  .about_4 .titlelist a {
    background: #bb002f;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    color: #fff;
    display: block;
    padding: 0 15px;
    height: 40px;
  }
  .icase .titlelist a span,
  .about_4 .titlelist a span {
    float: right;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin-top: 8px;
    padding: 0 5px;
  }
  .icase .list.active,
  .about_4 .list.active {
    display: block;
  }
  .icase .listbox_title,
  .about_4 .listbox_title {
    margin: 10px auto;
  }
  .icase .listbox_title .more2,
  .about_4 .listbox_title .more2 {
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid #bb002f;
    background: #bb002f;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    float: right;
  }
  .icase .listbox_title .more2 i,
  .about_4 .listbox_title .more2 i {
    color: #fff;
  }
  .icase .listbox_title .more2::after,
  .about_4 .listbox_title .more2::after {
    content: "";
    display: block;
    width: 0;
    height: 30px;
    background-color: #fc4976;
    margin-top: -30px;
    transition: all 0.6s ease 0s;
  }
  .icase .listbox_title .more2:hover::after,
  .about_4 .listbox_title .more2:hover::after {
    width: 250px;
    height: 30px;
  }
  .icase .listbox_title .more2:hover,
  .about_4 .listbox_title .more2:hover {
    color: #fff;
    border: 1px solid #fc4976;
  }
  .icase .listbox_title a.more_2:hover,
  .about_4 .listbox_title a.more_2:hover {
    letter-spacing: 5px;
    color: #bb002f;
  }
  .icase .listbox_title p.cn,
  .about_4 .listbox_title p.cn {
    display: block;
    width: auto;
  }
  .icase .listbox_title p.cn span,
  .about_4 .listbox_title p.cn span {
    color: #868686;
    font-size: 14px;
    line-height: 28px;
    padding: 0 8px;
    display: inline-block;
    vertical-align: middle;
  }
  .icase .listbox_title p.cn i,
  .about_4 .listbox_title p.cn i {
    display: inline-block;
    width: 11px;
    height: 14px;
    background: url(../images/icon_title_right.png) left center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
  }
  .about_4 .list {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  .about_4 .list .item {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .block.icase {
    width: calc(100% - 30px);
  }
  a.more {
    width: 130px;
    line-height: 32.5px;
    font-size: 12px;
    background-size: 100% 100%;
  }
  a.more_2 {
    width: 130px;
    line-height: 32.5px;
    font-size: 12px;
    background-size: 100% 100%;
  }
  .iservice {
    margin-bottom: 0;
  }
  .iservice .block {
    width: 100%;
  }
  .iservice .iheader {
    margin-bottom: 0;
  }
  .iservice .item {
    width: 100%;
    float: none;
    background: #adadad;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }
  .iservice .item .pic {
    position: absolute;
    right: 0;
    top: 0;
  }
  .iservice .item .txt {
    height: 260px;
    padding-top: 160px;
  }
  .iservice .item .txt p {
    text-align: center;
  }
  .iservice .item .txt .title {
    font-size: 32px;
    line-height: 1.6;
    color: #bb002f;
  }
  .iservice .item .txt .subtitle {
    font-size: 24px;
    line-height: 1.1;
    color: #bb002f;
  }
  .iservice .item .txt .desc {
    color: #000000;
    line-height: 26px;
    font-size: 14px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .iservice .item.active {
    background: #bb002f;
  }
  .iservice .item.active .txt * {
    color: #fff;
  }
  .iprocess .block {
    width: 100%;
  }
  .iprocess .pic {
    text-align: center;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 20px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .iprocess .pic img {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
  .iprocess .pic:nth-child(2n) {
    padding-bottom: 20px;
  }
  .iprocess .iheader {
    margin-bottom: 20px;
  }
  .footer_mobile {
    background: #bb002f;
    padding: 40px 15px 75px 15px;
    position: relative;
    z-index: 2;
  }
  .footer_mobile .pic {
    width: 40%;
    display: block;
    margin: 0;
    float: left;
  }
  .footer_mobile .pic img {
    width: 100%;
  }
  .footer_mobile .txt {
    width: calc(60% - 10px);
    float: right;
  }
  .footer_mobile .txt p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 1.71;
    padding-bottom: 10px;
  }
  .footer_mobile .txt p.first {
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
  }
  .footer_mobile .txt p.first img {
    height: 18px;
    padding-right: 5px;
    vertical-align: middle;
  }
  .footerbtn {
    position: fixed;
    width: 60%;
    height: 40px;
    bottom: 20px;
    left: 20%;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    border-radius: 20px;
  }
  .footerbtn a {
    width: calc(33.33% - 1px);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footerbtn a img {
    width: auto;
    height: 20px;
    display: block;
    margin: 0 auto;
  }
  .footerbtn a:first-child {
    border: 0;
  }
  .banner_con {
    height: 178px;
    background-image: url(../images/banner_con_m.jpg);
    background-position: center center;
    top: 50px;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .banner_con img {
    display: none;
  }
  .banner_con_bg {
    height: 178px;
  }
  .title_con {
    text-align: center;
    padding: 45px 0 20px 0;
  }
  .title_con .en {
    font-size: 24px;
    color: rgba(51, 51, 51, 0.1);
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-family: 'font_1';
    text-transform: uppercase;
  }
  .title_con .cn {
    font-size: 24px;
    color: #bb002f;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    margin-top: 20px;
    position: relative;
    width: auto;
    margin: 0 auto;
    font-family: 'font_1';
    display: inline-block;
  }
  .title_con .cn:before,
  .title_con .cn:after {
    position: absolute;
    content: '';
    background: url(../images/title_bg.png);
    background-size: 100% 100%;
    width: 50px;
    height: 12px;
    top: 12px;
    left: -70px;
  }
  .title_con .cn:after {
    left: auto;
    right: -70px;
  }
  .about_1 {
    margin-top: 15px;
  }
  .about_1 .block {
    background: #ececec;
    padding-bottom: 0;
  }
  .about_1 .desc {
    padding: 0 15px;
  }
  .about_1 .desc p {
    display: block;
    width: 100%;
    padding-right: 0;
    float: none;
    color: #727171;
    font-size: 14px;
    line-height: 2.4;
    text-align: left;
  }
  .about_1 .place {
    padding: 0 15px;
    margin-top: 15px;
  }
  .about_1 .place .item {
    width: 100%;
    margin-right: 0;
    float: none;
    background: #ba0000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-bottom: 10px;
  }
  .about_1 .place .item * {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }
  .about_1 .place .item .txt {
    text-align: center;
  }
  .about_1 .place .item p {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
  .about_1 .place .item .line {
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
  }
  .about_1 .place .item .cn {
    font-size: 28px;
    line-height: 1.1;
    display: block;
  }
  .about_1 .place .item .en {
    font-size: 12px;
    line-height: 1.1;
    display: block;
  }
  .about_1 .place .item:hover p {
    color: #fff;
  }
  .about_1 .place .item:hover .line {
    width: 20px;
  }
  .about_1 .place .item:hover .cn {
    padding-bottom: 5px;
  }
  .about_1 .place .item:hover .en {
    padding-top: 5px;
  }
  .about_1 .place .item:last-child {
    margin-bottom: 15px;
  }
  .about_2 .list {
    width: 100%;
    margin: 0 auto;
  }
  .about_2 .list .item {
    width: calc(50% - 10px);
    margin: 5px;
    position: relative;
    float: left;
  }
  .about_2 .list .item .pic {
    overflow: hidden;
  }
  .about_2 .list .item .pic img {
    width: 100%;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
  }
  .about_2 .list .item .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(180, 0, 47, 0.8);
    opacity: 0;
    left: 0;
    top: 0;
  }
  .about_2 .list .item .txt img {
    width: 100px;
    display: block;
    padding-bottom: 20px;
  }
  .about_2 .list .item .txt .cn {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    padding-top: 20px;
  }
  .about_2 .list .item .txt .en {
    font-size: 12px;
    color: #fff;
    line-height: 1.1;
  }
  .about_2 .list .item:hover .pic img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
  }
  .about_2 .list .item:hover .txt {
    opacity: 1;
    top: 0;
  }
  .about_2 .list .item:hover .txt img {
    padding-bottom: 10px;
  }
  .about_2 .list .item:hover .txt .cn {
    padding-top: 5px;
  }
  .about_3 .list {
    width: auto;
    padding: 10px 5px;
    background: #ececec;
  }
  .about_3 .list .item {
    width: calc(50% - 10px);
    margin: 5px;
    position: relative;
    float: left;
  }
  .about_3 .list .item * {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
  }
  .about_3 .list .item .pic {
    overflow: hidden;
  }
  .about_3 .list .item .pic img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }
  .about_3 .list .item:hover .pic img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
  }
  .subnav1 {
    text-align: center;
    padding: 0 0 35px 0;
    display: flex;
  }
  .subnav1 a {
    display: inline-block;
    flex: 1;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    text-align: center;
  }
  .subnav1 a.active {
    background: #bb002f;
    color: #fff;
  }
  .subnav1 a:hover {
    color: #bb002f;
  }
  .subnav1 a.active:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .listcase {
    padding-bottom: 50px;
  }
  .listcase .listtitle {
    border-bottom: 1px solid #bb002f;
    text-align: left;
    padding: 35px 0 20px 0;
  }
  .listcase .listtitle h4 {
    color: #000;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
  }
  .listcase .listtitle p {
    display: inline-block;
    color: #979797;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
  }
  .listcase .subnav {
    margin-top: 25px;
    text-align: left;
  }
  .listcase .subnav a:hover {
    color: #bb002f;
  }
  #caslist li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #caslist li * {
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
  }
  #caslist li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
  }
  #caslist li .pic .thumb {
    width: 100%;
    display: block;
    height: auto;
  }
  #caslist li .pic .log {
    width: calc(100% - 90px);
    height: calc(100% - 120px);
    margin: 15px;
    position: absolute;
    top: 0;
    background: rgba(199, 0, 37, 0.7);
    opacity: 0;
    transition: all ease-out 0.3s;
    padding: 60px 30px 30px 30px;
  }
  #caslist li .pic .log strong {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    transition: all 0.5s ease-out 0s;
    margin-top: -10px;
    display: block;
    height: 50px;
    overflow: hidden;
  }
  #caslist li .pic .log p {
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    transition: all 0.5s ease-out 0s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #caslist li .pic .log small {
    width: 100px;
    float: left;
    margin-top: 100px;
  }
  #caslist li .pic .log small img {
    width: 100px;
  }
  #caslist li .pic .log span {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 31px;
    width: 99px;
    float: right;
    margin-top: 80px;
    position: relative;
  }
  #caslist li .pic .log span i {
    content: '';
    background: url(../images/icon.png) no-repeat 0 -22px;
    width: 34px;
    height: 14px;
    display: block;
    margin-left: -18px;
    transition: all 0.3s ease-out 0s;
    color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
  }
  #caslist li .txt {
    padding: 10px 0;
  }
  #caslist li .txt p.title {
    font-size: 18px;
    color: #7f7f7f;
    line-height: 50px;
    display: block;
    height: 50px;
    overflow: hidden;
    text-align: center;
  }
  #caslist li .txt p.subtitle {
    font-size: 16px;
    color: #a3a3a3;
    line-height: 16px;
    text-align: center;
  }
  #caslist li:nth-of-type(2n) {
    margin-right: 0;
  }
  #caslist li:hover .pic {
    -moz-box-shadow: 0 0 15px rgba(15, 15, 15, 0.2);
    box-shadow: 0 0 15px rgba(15, 15, 15, 0.2);
  }
  #caslist li:hover .pic .log {
    opacity: 1;
  }
  #caslist li:hover .pic .log strong {
    margin-top: 0 ;
    margin-bottom: 0;
  }
  #caslist li:hover .pic .log small {
    margin-top: 60px ;
  }
  #caslist li:hover .pic .log span i {
    left: 60%;
  }
  #caslist li:hover .pic .thumb {
    transform: scale(1.05, 1.05);
  }
  #caslist li:hover .txt p.title {
    color: #d6000a;
  }
  .goback {
    height: 60px;
    line-height: 30px;
    background: #1f2141;
    padding-top: 60px;
    text-align: right;
    color: #fff;
  }
  .goback a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
  }
  .goback .place {
    float: left;
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
  }
  .goback .place span,
  .goback .place a {
    font-size: 14px;
    color: #fff;
  }
  .case_top {
    background: #f2f2f2;
    padding: 15px 0 15px 0;
  }
  .case_top .litpic {
    width: 100%;
    float: none ;
    height: auto;
    overflow: hidden;
  }
  .case_top .litpic img {
    width: 100%;
    max-width: 100%;
  }
  .case_top .littxt {
    width: 100%;
    float: none;
    padding: 15px 0 0 0;
  }
  .case_top .littxt h1 {
    font-size: 18px;
    line-height: 18px;
    color: #bb002f;
    display: inline-block;
    margin-bottom: 12px;
  }
  .case_top .case_c_title {
    height: 65px;
    border-bottom: 1px solid #bb002f;
    margin-bottom: 10px;
  }
  .case_top .littxt .stime {
    color: #000;
    font-size: 14px;
  }
  .case_top .littxt .stime span {
    padding-left: 20px;
  }
  .case_top .case_c_con {
    font-size: 14px;
    line-height: 30px;
    color: #000;
  }
  .case_top .case_c_con span {
    color: #000;
  }
  .case_con {
    margin: 15px auto;
  }
  .case_con img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .case_con,
  .case_con div,
  .case_con p {
    font-size: 16px !important;
    line-height: 137.5%;
  }
  .case_con strong {
    font-weight: bold;
  }
  .case_con p {
    padding: 0;
  }
  .case_con #iframe {
    width: 100%;
    height: 600px;
    margin-bottom: 20px;
  }
  .case_listc .case_listc_t .title {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #333333;
  }
  .case_listc .case_listc_t .subtitle {
    font-size: 14px;
    line-height: 40px;
    color: #7f7f7f;
    text-align: center;
    padding-bottom: 40px;
  }
  .article_pn {
    height: 50px;
    overflow: hidden;
    border-top: 1px dashed #bb002f;
    padding: 20px 0 0 0;
    margin-top: 70px;
  }
  .article_pn li {
    float: left;
    width: 48%;
    line-height: 50px;
    color: #000;
    font-size: 14px;
  }
  .article_pn li a {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    display: block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .article_pn li a:before {
    content: '上一篇：';
  }
  .article_pn li a:hover {
    color: #bb002f;
  }
  .article_pn li:nth-child(2) {
    float: right;
    text-align: right;
  }
  .article_pn li:nth-child(2) a {
    text-align: right;
  }
  .article_pn li:nth-child(2) a:before {
    content: '';
  }
  .article_pn li:nth-child(2) a:after {
    content: '：下一篇';
  }
  .menu_con_mobile {
    position: relative;
  }
  .menu_con_mobile .downlist {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    background: #d5484c;
    display: none;
    z-index: 9;
  }
  .menu_con_mobile .downlist a {
    display: block;
    line-height: 35px;
    width: 100%;
    margin-right: 0;
    font-size: 12px;
    background: none;
    text-align: left;
    color: #fff;
    padding: 0 35px;
  }
  .menu_con_mobile span {
    text-align: left;
    height: 35px;
    background: #c12d31;
    position: relative;
    padding-left: 35px;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
  }
  .menu_con_mobile span i {
    display: inline-block;
    margin-right: 15px;
    line-height: 35px;
    color: #fff;
    width: 35px;
    text-align: center;
    float: right;
  }
  .menu_con {
    text-align: center;
    padding: 45px 0 0 0;
  }
  .menu_con a {
    display: inline-block;
    line-height: 36px;
    width: calc(33.33% - 12px);
    margin: 0 5px ;
    font-size: 12px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #b5b6b8;
    border-radius: 4px;
  }
  .menu_con a:last-child {
    margin: 0 5px;
  }
  .menu_con a:hover,
  .menu_con a.active {
    background: #bb002f;
    color: #fff;
    border: 1px solid #bb002f;
  }
  .menu_con i {
    display: none;
  }
  .product {
    padding: 0 0 40px 0;
  }
  .product .block {
    padding: 50px 0;
  }
  .product .title_con {
    padding-top: 45px;
  }
  .product .menu_con_2 {
    text-align: center;
    padding: 20px 0 0 0;
  }
  .product .menu_con_2 a {
    display: inline-block;
    line-height: 36px;
    width: calc(20% - 8px);
    margin: 0 3px ;
    font-size: 12px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #b5b6b8;
    border-radius: 4px;
  }
  .product .menu_con_2 a:last-child {
    margin: 0 0;
  }
  .product .menu_con_2 a:hover,
  .product .menu_con_2 a.active {
    background: #bb002f;
    color: #fff;
    border: 1px solid #bb002f;
  }
  .product .menu_con_2 i {
    display: none;
  }
  .product .item {
    width: calc(50% - 2px);
    margin-right: 4px;
    float: left;
    position: relative;
    margin-bottom: 15px;
  }
  .product .item * {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  }
  .product .item .pic {
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
    z-index: 1;
    height: auto;
    left: auto;
    top: auto;
  }
  .product .item .pic img {
    width: 100%;
    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;
    opacity: 1;
    height: auto;
  }
  .product .item .txt {
    position: relative;
    opacity: 1;
    text-align: center;
    padding: 10px 0 0 0;
    z-index: 3;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 30px;
  }
  .product .item .txt .cn {
    color: rgba(51, 51, 51, 0.7);
    font-size: 16px;
  }
  .product .item .txt .en {
    color: rgba(51, 51, 51, 0.3);
    font-size: 12px;
    text-transform: uppercase;
  }
  .product .item .txt p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.1;
  }
  .product .item:hover .txt {
    opacity: 1;
    bottom: auto;
    color: #fff;
  }
  .product .item:hover .txt .cn {
    color: rgba(51, 51, 51, 0.7);
    font-size: 16px;
  }
  .product .item:hover .txt .en {
    color: rgba(51, 51, 51, 0.3);
    font-size: 12px;
    text-transform: uppercase;
  }
  .product .item:hover .bg {
    opacity: 1;
  }
  .product .item:hover .pic {
    height: auto;
  }
  .product .item:hover .pic img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  .product .item:hover:before,
  .product .item:hover:after {
    opacity: 1;
  }
  .product .item:nth-child(3n) {
    margin-right: 10px;
  }
  .product .item:nth-child(2n) {
    margin-right: 0;
  }
  .product .list {
    min-height: auto;
  }
  .product .list li,
  .product .list li:hover {
    width: 100%;
    margin-right: 0;
    float: none;
    position: relative;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    background: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    height: auto;
  }
  .product .list li *,
  .product .list li:hover * {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  }
  .product .list li .pic,
  .product .list li:hover .pic {
    width: 100%;
    overflow: hidden;
    height: auto;
    background: #000;
  }
  .product .list li .pic img,
  .product .list li:hover .pic img {
    width: 100%;
    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;
    opacity: 0.7;
  }
  .product .list li .txt,
  .product .list li:hover .txt {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: auto;
    z-index: 2;
  }
  .product .list li .txt .icon,
  .product .list li:hover .txt .icon {
    height: 64px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    margin-top: -64px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
  }
  .product .list li .txt .icon img,
  .product .list li:hover .txt .icon img {
    width: 29px;
    height: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
  }
  .product .list li .txt .icon2,
  .product .list li:hover .txt .icon2 {
    text-align: center;
    padding-top: 20px;
  }
  .product .list li .txt .icon2 img,
  .product .list li:hover .txt .icon2 img {
    width: 34px;
  }
  .product .list li .txt .title,
  .product .list li:hover .txt .title {
    text-align: center;
  }
  .product .list li .txt .title .tit,
  .product .list li:hover .txt .title .tit {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    border-bottom: 1px solid transparent;
    height: 20px;
    margin-bottom: 10px;
    font-family: 'font_1';
  }
  .product .list li .txt .title .desc,
  .product .list li:hover .txt .title .desc {
    font-size: 12px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
  }
  .product .list li .bg,
  .product .list li:hover .bg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
  }
  .product .list li .bg img,
  .product .list li:hover .bg img {
    width: 100%;
    height: 620px;
  }
  .product .list li .txt,
  .product .list li:hover .txt {
    bottom: auto;
    top: 50%;
    margin-top: -50px;
    background: none;
  }
  .product .list li .txt .title,
  .product .list li:hover .txt .title {
    margin-top: 20px;
  }
  .product .list li .txt .title .tit,
  .product .list li:hover .txt .title .tit {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .product .list li .txt .title .desc,
  .product .list li:hover .txt .title .desc {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
  }
  .product .list li:nth-child(3n) {
    margin-right: 0;
  }
  .store_info {
    padding: 0 0 45px 0 ;
  }
  .store_info .block {
    position: relative;
  }
  .store_info .item {
    padding-bottom: 30px;
  }
  .store_info .item .pic {
    width: 100%;
  }
  .store_info .item .pic img {
    width: 100%;
  }
  .store_info .item .txt * {
    text-align: center;
  }
  .store_info .item .txt .title {
    font-size: 16px;
    color: #bb002f;
    height: 20px;
    padding-top: 15px;
  }
  .store_info .item .txt .desc {
    font-size: 12px;
    color: #827774;
    line-height: 2;
  }
  .product_con {
    padding: 40px 0;
  }
  .product_con .piclist .list .pic img {
    width: 100%;
    margin-bottom: 10px;
  }
  .product_con .desc {
    margin-top: 0;
    height: auto;
  }
  .product_con .desc p {
    font-size: 12px;
    line-height: 2;
    display: flex;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 999;
    overflow: hidden;
  }
  .product_con .desc p span {
    font-size: 20px;
  }
  .showlist {
    padding: 0 0 40px 0;
  }
  .showlist .block {
    padding: 0 0 25px 0;
  }
  .showlist .item,
  .showlist .item:hover {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-bottom: 15px;
    box-shadow: 0 0 0 #ffffff;
  }
  .showlist .item *,
  .showlist .item:hover * {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  }
  .showlist .item .pic,
  .showlist .item:hover .pic {
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
  }
  .showlist .item .pic img,
  .showlist .item:hover .pic img {
    width: 100%;
    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;
    opacity: 1;
    -webkit-transform: scale(1);
  }
  .showlist .item .pic .bg,
  .showlist .item:hover .pic .bg {
    opacity: 0;
    background: url(../images/store_1.png) 100% 100% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .showlist .item .txt,
  .showlist .item:hover .txt {
    padding: 10px 0;
  }
  .showlist .item .txt .cn,
  .showlist .item:hover .txt .cn {
    color: rgba(76, 76, 76, 0.3);
    font-size: 18px;
    text-align: center;
  }
  .showlist .item .txt .en,
  .showlist .item:hover .txt .en {
    color: rgba(76, 76, 76, 0.3);
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    text-align: center;
  }
  .showlist .item .txt p,
  .showlist .item:hover .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .showlist .item .txt,
  .showlist .item:hover .txt {
    padding-left: 0;
  }
  .showlist .item .txt .cn,
  .showlist .item:hover .txt .cn {
    color: #343434;
  }
  .showlist .item .txt .en,
  .showlist .item:hover .txt .en {
    color: rgba(52, 52, 52, 0.5);
  }
  .showlist .item:nth-child(3n) {
    margin-right: 0;
  }
  .product_con_show .mvideo {
    margin-bottom: 10px;
    background-color: #000;
  }
  .product_con_show .mvideo video {
    width: 100%;
    height: 250px;
    background-color: #000;
  }
  .product_con_show .info_title {
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .product_con_show .pic img {
    width: auto;
    width: 100%;
  }
  .product_con_show .txt {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .caselist {
    padding: 0 0 40px 0;
  }
  .caselist .block {
    padding: 40px 0 0 0;
  }
  .caselist .morecase {
    position: relative;
    height: 60px;
  }
  .caselist .morecase span {
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
    display: block;
    line-height: 1.1;
  }
  .caselist .morecase:before,
  .caselist .morecase:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    background: #cccccc;
    top: 9px;
    left: 0;
    display: block;
  }
  .caselist .morecase:after {
    right: 0;
    left: auto;
  }
  .caselist .item {
    width: calc(100% - 30px);
    padding: 15px;
    margin: 0 0 30px 0;
    float: none;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
  }
  .caselist .item .pic {
    height: auto;
  }
  .caselist .item .pic img {
    opacity: 1;
  }
  .caselist .item .pic .icon {
    display: none;
  }
  .caselist .item .txt {
    width: 100%;
    padding: 10px;
  }
  .caselist .item .txt .cn {
    color: #000;
    font-size: 14px;
  }
  .caselist .item .txt .des {
    color: #bdbbbb;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    line-height: 2;
    height: 28px;
  }
  .caselist .item .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .caselist .item:hover .pic img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  .caselist .item:before {
    left: 0;
    width: 100%;
  }
  .newscon {
    padding: 40px 0;
  }
  .newscon .title_info {
    padding-bottom: 15px;
  }
  .newscon .title_info .cn {
    font-size: 20px;
  }
  .newscon .title_info .en {
    font-size: 12px;
    padding-top: 20px;
  }
  .newscon .title_info .en_child {
    display: inline-block;
    padding: 0 10px;
  }
  .newscon .title_info .bshare-custom {
    display: inline-block;
  }
  .newscon .title_info .bshare-custom .bshare-share-count,
  .newscon .title_info .bshare-custom .bshare-more {
    display: none;
  }
  .newscon .case_con_title {
    position: relative;
    border-bottom: 0;
  }
  .newscon .case_con_title .cn {
    font-size: 20px;
    line-height: 2;
  }
  .newscon .case_con_title:before {
    content: '';
    position: absolute;
    left: 45%;
    bottom: 0;
    height: 1px;
    width: 10%;
    background: #e60012;
  }
  .newscon .content {
    padding-top: 20px;
  }
  .newscon .content p,
  .newscon .content div {
    font-size: 14px;
    line-height: 1.71;
    color: #333333;
  }
  .newscon .content .video {
    margin-bottom: 20px;
  }
  .newscon .content .video video {
    height: 250px;
  }
  .newscon .line {
    margin: 25px 0;
    border-top: 1px dashed #c2c2c2;
  }
  .newscon .morenews {
    text-align: center;
    background: url(../images/more_bng.png) center center no-repeat;
    font-size: 18px;
  }
  .newscon .list {
    margin-top: 25px;
  }
  .newscon .list * {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .newscon .list li {
    width: calc(33.33% - 8px);
    margin-right: 12px;
    height: auto;
    float: left;
    background: #fff;
    position: relative;
  }
  .newscon .list li .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .newscon .list li .pic img {
    width: 100%;
    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;
  }
  .newscon .list li .icon {
    position: absolute;
    right: 10px;
    top: 181px;
    opacity: 0;
  }
  .newscon .list li .txt {
    padding: 20px;
  }
  .newscon .list li .txt .title {
    font-size: 16px;
    color: #484848;
    line-height: 1.1;
  }
  .newscon .list li .txt .date {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 1.1;
    padding: 15px 0;
  }
  .newscon .list li .txt .desc {
    font-size: 14px;
    color: #aaa;
    line-height: 1.71;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .newscon .list li:hover {
    margin-top: -5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .newscon .list li:hover .txt .title {
    color: #bb002f;
    font-size: 18px;
  }
  .newscon .list li:hover .txt .desc {
    color: #484848;
  }
  .newscon .list li:hover .icon {
    right: 20px;
    opacity: 1;
  }
  .newscon .list li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .newscon .list li:last-child {
    margin-right: 0;
  }
  .newslist {
    padding: 0 0 40px 0;
  }
  .newslist .list {
    margin: 0 0 25px 0;
  }
  .newslist .item_mobile {
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #bebebe;
  }
  .newslist .item_mobile a {
    display: -webkit-box;
  }
  .newslist .item_mobile .pic {
    width: calc(50% - 15px);
    overflow: hidden;
    margin-right: 15px;
    text-align: center;
  }
  .newslist .item_mobile .pic img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100px;
    display: inline-block;
  }
  .newslist .item_mobile .txt {
    width: 50%;
    float: none;
    display: inline-block;
  }
  .newslist .item_mobile .txt .title p {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.22;
    color: #1a1a1a;
    border-bottom: 0;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newslist .item_mobile .txt .date {
    color: #1a1a1a;
    line-height: 1.1;
    padding: 10px 0;
    font-size: 12px;
  }
  .newslist .item_mobile .txt .desc {
    font-size: 12px;
    line-height: 1.8;
    color: rgba(52, 52, 52, 0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0;
  }
  .join {
    padding-bottom: 90px ;
  }
  .join .item {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
    height: auto;
    border-radius: 10px;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .join .item .title {
    background: #bb002f;
    color: #fff;
    border-radius: 10px;
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    text-align: center;
    font-family: 'font_1';
  }
  .join .item .con {
    padding: 10px;
    height: 344px;
    background: #f5f5f5;
    border-radius: 0 0 10px 10px;
  }
  .join .item .con span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.1;
    color: #bb002f;
    padding: 10px 0;
    font-weight: bold;
  }
  .join .item .con p {
    font-size: 12px;
    line-height: 24px;
    color: #808080;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .join .item .con p.first {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .join .item .con .icon {
    margin: 10px 0;
    display: block;
    text-align: center;
  }
  .join .item .con .icon img {
    width: auto;
    max-width: 100%;
  }
  .join .item .con .icon_2 {
    transform: rotateX(180deg);
    display: none;
  }
  .join .item .con a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #bb002f;
    color: #979797;
    display: inline-block;
    margin-top: 30px;
    border-radius: 6px;
  }
  .join .item .con a:hover {
    color: #fff;
    background: #bb002f;
  }
  .join .item.active {
    z-index: 2;
  }
  .join .item.active .con {
    height: auto;
  }
  .join .item.active .con p {
    -webkit-line-clamp: 999;
  }
  .join .item.active .con .icon_1 {
    display: none;
  }
  .join .item.active .con .icon_2 {
    display: block;
  }
  .join .item.active .con a {
    margin-top: 10px;
  }
  .join .item:nth-child(3n) {
    margin-right: 0;
  }
  .joinpage {
    padding: 0 0 0 0;
  }
  .joinpage .block {
    width: calc(100% - 10px);
    padding: 0 5px;
    background: #f5f5f5;
    padding-bottom: 40px;
  }
  .joinpage .title {
    display: inline-block;
    width: auto;
    font-size: 18px;
    color: #bb002f;
    text-align: center;
    line-height: 4;
  }
  .joinpage .title:after,
  .joinpage .title:before {
    width: 50px;
    height: 1px;
    background: #bb002f;
    content: '';
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .joinpage td {
    line-height: 40px;
  }
  .joinpage td span {
    width: 80px;
    text-align: right;
    margin-right: 10px;
    display: block;
    float: left;
  }
  .joinpage td label {
    margin-right: 10px;
  }
  .joinpage td textarea {
    height: 50px;
    padding: 10px;
    border-radius: 8px;
    margin-left: 10px;
    margin-bottom: 20px;
    width: calc(100% - 40px);
    border: 0;
  }
  .joinpage td input.input {
    line-height: 30px;
    width: calc(100% - 120px);
  }
  .joinpage td .pic {
    position: relative;
    display: block;
    width: calc(100% - 95px);
    text-align: center;
    margin: 0 auto;
  }
  .joinpage td .pic img {
    width: auto;
    max-width: 50%;
    display: inline-block;
  }
  .joinpage td .pic input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
  }
  .joinpage td .pic p {
    font-size: 12px;
    padding-bottom: 10px;
    text-align: center;
  }
  .joinpage button {
    width: 160px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url(../images/ibutton_1.png);
    background-size: 100% 100%;
  }
  #dituContent {
    width: 100%;
    height: 240px;
  }
  .contact {
    padding: 0 0 35px 0;
  }
  .contact .left {
    width: 100%;
    float: none;
  }
  .contact .center {
    width: 100%;
    float: none;
    margin-top: 35px;
  }
  .contact .right {
    width: 100%;
    float: none;
    margin-top: 35px;
  }
  .contact .title {
    padding-bottom: 13px;
  }
  .contact .title .cn {
    color: #323232;
    font-size: 18px;
  }
  .contact .title .en {
    color: rgba(50, 50, 50, 0.3);
    font-size: 12px;
    padding-top: 4px;
  }
  .contact .line {
    margin: 10px 0 25px 0;
  }
  .contact .con p.adr {
    padding-bottom: 0;
  }
  .help {
    padding: 0 0 50px 0;
  }
  .help .helpbox {
    padding: 30px 0 0 0;
  }
  .help .helpbox h1 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .help .helpbox ul {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
  }
  .help .helpbox li .desc {
    display: block;
    padding: 10px;
  }
  .newscon {
    padding: 35px 0;
  }
  .newscon .list {
    margin-top: 25px;
  }
  .newscon .list li {
    width: 100%;
    margin-right: 0;
    height: auto;
    float: none;
  }
  .newscon .list li .txt {
    padding: 20px;
  }
  .newscon .list li .txt .title {
    font-size: 16px;
    color: #bb002f;
  }
  .newscon .list li .txt .date {
    font-size: 12px;
  }
  .newscon .list li .txt .desc {
    font-size: 12px;
  }
  .newscon .prevnext a {
    display: block;
    height: 40px;
    float: left;
    width: calc(50% - 1px);
    position: relative;
    line-height: 40px;
    color: #4c4948;
    background: #dedede;
    text-align: center;
    font-size: 0;
  }
  .newscon .prevnext a.none {
    font-size: 12px;
  }
  .newscon .prevnext a.pre_a {
    margin-right: 2px;
  }
  .newscon .prevnext a:before,
  .newscon .prevnext a:after {
    content: '';
    display: block;
    width: 37px;
    height: 17px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }
  .newscon .prevnext a.pre_a:after {
    display: none;
  }
  .newscon .prevnext a.next_a:before {
    display: none;
  }
  .newscon .prevnext a:hover {
    background: #bb002f;
    color: #fff;
  }
  .newscon .prevnext a.pre_a:before {
    background: url(../images/icon_left.png);
  }
  .newscon .prevnext a.next_a:after {
    background: url(../images/icon_right.png);
  }
  .newscon .prevnext a.pre_a:hover:before {
    background: url(../images/icon_left_hover.png);
  }
  .newscon .prevnext a.next_a:hover:after {
    background: url(../images/icon_right_hover.png);
  }
}
