.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  flex-direction: row;
}
.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;
}
.mobile {
  display: none !important;
}
body.hiddenbody {
  overflow: hidden;
  height: 100%;
}
#openlc {
  padding: 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 0s 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: 2px;
  background: linear-gradient(to right, #AA7850, #FBDAAD, #AA7850);
  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: 1420px) {
  .block {
    width: calc(100% - 30px);
  }
}
@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: 0;
  }
  .header {
    padding: 0 0 20px 0;
    text-align: center;
    color: #343434;
    background: #5d9bf0;
  }
  .header .cn {
    font-size: 24px;
    line-height: 1;
    color: #343434;
  }
  .header .en {
    font-size: 12px;
    color: rgba(52, 52, 52, 0.5);
    line-height: 1;
    padding-top: 10px;
  }
  #indexbody #header {
    position: fixed;
  }
  #header {
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 0;
    background: #fff;
  }
  #header .block {
    width: 100%;
  }
  #header .logo {
    float: left;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    width: auto;
    top: 0;
    margin-left: 15px;
    transform: translate(0, 0);
    height: 50px;
  }
  #header .logo a {
    margin-top: 0;
  }
  #header .logo a img {
    width: auto;
    height: 25px;
    display: inline-block;
    margin-top: 12.5px;
  }
  #header #nav.mobile {
    display: none !important;
  }
  #header #nav {
    display: none;
    width: auto ;
    vertical-align: middle;
    height: calc(100vh - 154px);
    float: none;
    position: fixed;
    top: 50px;
    width: calc(100% - 60px);
    left: 0;
    padding: 84px 30px 20px 30px;
    background: rgba(0, 0, 0, 0.8);
    background-size: cover;
    background-position: center;
    overflow-y: auto;
  }
  #header #nav li.navitem {
    width: 100%;
    float: none;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
  }
  #header #nav li.navitem a.nav_a {
    font-size: 16px;
    text-align: left;
    display: inline-block;
    width: calc(100% - 5px);
    background: none;
    padding: 0 0 0 5px;
    float: none;
    height: auto;
  }
  #header #nav li.navitem a.nav_a span {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    width: calc(100% - 50px);
    overflow: hidden;
    margin: 0;
    float: left;
  }
  #header #nav li.navitem a.nav_a span:after {
    display: none;
  }
  #header #nav li.navitem i {
    color: rgba(255, 255, 255, 0.5);
    line-height: 50px;
    display: inline-block;
    float: right;
    text-align: center;
    width: 50px;
    padding: 0;
  }
  #header #nav li.navitem a.nav_a:after {
    display: none;
  }
  #header #nav li.navitem a.nav_a:hover span,
  #header #nav li.navitem a.active.nav_a span {
    background: none;
    color: #fff;
  }
  #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 a.nav_a.active span:after {
    display: none;
  }
  #header #nav li.navitem i.active {
    color: #fff;
  }
  #header #nav li.navitem .subnav {
    position: relative;
    top: 0;
    z-index: 199;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: none;
    opacity: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    left: 0;
    border-radius: 0;
    padding: 0;
  }
  #header #nav li.navitem .subnav li {
    width: 100%;
    display: block;
    border: 0;
  }
  #header #nav li.navitem .subnav li:last-child {
    border: 0;
  }
  #header #nav li.navitem .subnav a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    transition: all 0.2s ease-in-out;
    text-align: center;
    background: none;
    background-size: 0 0;
    padding-left: 5px;
    text-align: left;
  }
  #header #nav li.navitem .subnav a:hover,
  #header #nav li.navitem .subnav a.active {
    text-indent: 0px;
    color: #5d9bf0;
    background: none;
  }
  #header #nav li.navitem .subnav.active {
    visibility: visible;
    height: auto;
    padding: 15px 0;
    opacity: 1;
  }
  #header #nav li.navitem:after {
    display: none;
  }
  #header #nav li.navitem.show a.nav_a span {
    background: none;
  }
  #header #nav li.navitem.show .subnav {
    visibility: visible;
    height: auto;
    padding: 15px 0;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #header #nav.show {
    display: block;
  }
  #header #nav.mobile.show {
    display: block !important;
  }
  #header #nav li.navitem:hover a.nav_a span:after {
    display: none;
  }
  .btn_menu {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 5
	0px;
    height: 40px;
    border-radius: 6px 0 0 6px;
    background: #5d9bf0;
    color: #fff;
    font-size: 12px;
    z-index: 5;
    line-height: 40px;
    text-align: center;
    width: 60px;
  }
  .hiddenbody .btn_menu {
    z-index: 4;
  }
  .hiddenbody #header {
    background: rgba(0, 0, 0, 0.8);
  }
  .ibanner {
    top: 50px;
  }
  .banner_con {
    background-size: auto 100%;
    background-position: center center;
    height: 200px;
    top: 50px;
  }
  .banner_con .video {
    height: 280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 0;
  }
  .banner_con .video .video_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 280px;
    position: absolute;
  }
  .banner_con .video .video_btn i {
    font-size: 60px;
    color: #fff;
  }
  .banner_con .video .video_con {
    width: 100%;
    height: 280px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: none;
  }
  .banner_con .video .video_con video {
    width: 100%;
    height: 280px;
  }
  .banner_con .video .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
  }
  .banner_con .video .close i {
    font-size: 40px;
    color: #fff;
  }
  .banner_con .ititle {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: auto;
    left: 15px;
    width: 100%;
    bottom: 60px;
    color: #fff;
    z-index: 2;
  }
  .banner_con .ititle span {
    font-size: 16px;
    font-family: 'Arial';
    line-height: 1;
    padding-left: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
  }
  .banner_con .pic {
    width: 100%;
  }
  .banner_con .pic img {
    width: 100%;
  }
  .banner_con_bg {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 250px;
  }
  .banner_con_bg img {
    width: 100%;
  }
  .backTop {
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 4;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .backTop i {
    font-size: 12px;
    line-height: 40px;
    color: #000;
    display: inline-block;
  }
  .imore {
    display: block;
    width: 215px;
    height: 50px;
    border: 1px solid #202c73;
    color: #202c73;
    text-align: center;
    line-height: 50px;
    margin: 30px auto;
    font-size: 14px;
  }
  .imore::after {
    content: "";
    display: block;
    width: 0;
    height: 50px;
    background-color: #202c73;
    margin-top: -50px;
    transition: all 0.6s ease 0s;
  }
  .imore:hover::after {
    width: 215px;
    height: 50px;
  }
  .imore:hover {
    color: #fff;
    border: 1px solid #202c73;
  }
  .imore2 {
    display: block;
    width: 215px;
    height: 50px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 30px auto;
    font-size: 14px;
  }
  .imore2::after {
    content: "";
    display: block;
    width: 0;
    height: 50px;
    background-color: #fff;
    margin-top: -50px;
    transition: all 0.6s ease 0s;
  }
  .imore2:hover::after {
    width: 215px;
    height: 50px;
  }
  .imore2:hover {
    color: #202c73;
    border: 1px solid #fff;
  }
  .more_mobile {
    width: 120px;
    height: 44px;
    line-height: 44px;
    color: #000;
    background: linear-gradient(to right top, #AA7850, #FBDAAD, #AA7850);
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 8px;
  }
  .headertitle {
    text-align: center;
  }
  .headertitle .cn {
    font-size: 24px;
    text-align: center;
  }
  .headertitle .en {
    font-size: 12px;
    text-align: center;
  }
  .iservice {
    padding: 45px 0 45px 0;
  }
  .list_service {
    padding-top: 40px;
    min-height: 260px;
  }
  .list_service .list_con {
    display: none;
  }
  .list_service .list_con.active {
    display: block;
  }
  .list_service .item {
    width: 100%;
    margin-right: 0;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    float: none;
    margin-bottom: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .list_service .item * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
  }
  .list_service .item .pic {
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    position: relative;
  }
  .list_service .item .pic img {
    width: 100%;
  }
  .list_service .item .pic img.picmore {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: 0;
    width: auto;
  }
  .list_service .item .txt {
    padding: 20px;
    background: #fff;
    position: relative;
  }
  .list_service .item .txt .cn {
    line-height: 1;
    font-size: 14px;
    color: #303030;
  }
  .list_service .item .txt .en {
    font-size: 14px;
    line-height: 1;
    padding-top: 13px;
    color: #aaa;
  }
  .list_service .item .txt:after {
    content: '';
    width: 0;
    left: 50%;
    height: 2px;
    background-image: linear-gradient(to right, #AA7850, #FBDAAD, #AA7850);
    bottom: 0;
    position: absolute;
    transition: all 0s ease 0s;
  }
  .list_service .item .txt:after {
    width: 100%;
    left: 0;
  }
  .list_service .item a {
    display: block;
  }
  .list_service .item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .list_service .item:hover .pic img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .list_service .item:hover .pic img.picmore {
    display: none;
  }
  .list_service .item:hover .txt {
    padding-left: 27px;
  }
  .list_service .item:hover .txt:after {
    width: 100%;
    left: 0;
  }
  .list_service .item:nth-child(3n) {
    margin-right: 0;
  }
  .iabout {
    background: url(../images/about_bg.png) top center no-repeat;
    background-size: cover;
    padding: 50px 0 112px 0;
  }
  .iabout .block {
    width: 100%;
  }
  .iabout .headertitle .cn {
    color: #303030;
  }
  .iabout .headertitle .en {
    color: rgba(170, 170, 170, 0.8);
    padding-top: 5px;
  }
  .iabout .con {
    width: calc(100% - 30px);
    padding: 0 15px;
    height: auto;
    float: none;
    background: none;
  }
  .iabout .con .info {
    margin-top: 27px;
    padding-bottom: 27px;
    position: relative;
    width: 100%;
    color: rgba(170, 170, 170, 0.8);
    font-size: 12px;
    line-height: 2;
  }
  .iabout .con .info p,
  .iabout .con .info div {
    color: rgba(170, 170, 170, 0.8);
    font-size: 12px;
    line-height: 2;
  }
  .iabout .con .info:after {
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    width: 29px;
    height: 0;
    border-bottom: 1px solid rgba(170, 170, 170, 0.8);
  }
  .iabout .con .more_txt {
    margin-top: 27px;
    width: 161px;
    height: 36px;
    background-image: linear-gradient(to right top, #AA7850, #FBDAAD, #AA7850);
    text-align: center;
    display: inline-block;
    line-height: 36px;
    font-size: 12px;
    color: #505050;
    border-radius: 36px;
    font-weight: 400;
  }
  .iabout .video_box {
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 20px;
    margin-left: auto;
    float: none;
    position: relative;
    z-index: 2;
  }
  .iabout .video_box .pic img {
    width: 100%;
    display: block;
  }
  .iabout .video_box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .iabout .video_box .play img {
    width: 33px;
  }
  .iabout .video_box .video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    display: none;
  }
  .iabout .video_box .video video {
    width: 100%;
    z-index: 1;
  }
  .iabout .video_box .video.active {
    opacity: 1;
    z-index: 3;
    display: block;
  }
  .iabout.about_con {
    padding: 52px 0 130px 0;
    background-position: center bottom;
    background-color: #f6f6f6;
    background-size: cover;
  }
  .iabout.about_con .headertitle .cn {
    color: #303030;
  }
  .iabout.about_con .headertitle .en {
    color: rgba(48, 48, 48, 0.5);
    padding-top: 5px;
  }
  .iabout.about_con .con {
    padding: 0;
    height: auto ;
    margin-top: 30px;
    width: calc(100% - 30px);
    padding: 0 15px;
  }
  .iabout.about_con .con .info {
    margin: 0;
    padding: 0;
  }
  .iabout.about_con .con .info:after {
    display: none;
  }
  .iabout.about_con .video_box {
    margin-top: 30px;
  }
  .inews {
    padding: 52px 0 48px  0;
  }
  .inews .list {
    min-height: 200px;
  }
  .inews .list .list_con {
    display: none;
  }
  .inews .list .list_con.active {
    display: block;
  }
  .inews .list .left {
    width: 600px;
    float: left;
    margin-top: 48px;
    display: none;
  }
  .inews .list .left .date {
    position: relative;
    font-size: 18px;
    color: #5D9BF0;
    text-align: right;
    line-height: 1;
    height: 38px;
  }
  .inews .list .left .date:after {
    content: '';
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #AA7850, #FBDAAD, #AA7850);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .inews .list .left .txt .title {
    font-size: 18px;
    color: #5D9BF0;
    line-height: 1;
    padding-top: 39px;
  }
  .inews .list .left .txt .desc {
    font-size: 14px;
    color: #aaa;
    line-height: 27px;
    padding-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .inews .list .left .pic {
    width: 100%;
    overflow: hidden;
    margin-top: 13px;
  }
  .inews .list .left .pic img {
    width: 100%;
  }
  .inews .list .left .more_txt {
    font-size: 12px;
    color: #303030;
    padding-top: 10px;
    line-height: 1;
    text-align: right;
  }
  .inews .list .right {
    width: 100%;
    float: none;
    margin-top: 18px;
  }
  .inews .list .right .item {
    padding: 29px 0 24px 0;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    border-bottom: 1px solid rgba(170, 170, 170, 0.3);
  }
  .inews .list .right .item * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
  }
  .inews .list .right .item .txt .title {
    font-size: 16px;
    color: #5D9BF0;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .inews .list .right .item .txt .date_time {
    font-size: 12px;
    color: #5D9BF0;
  }
  .inews .list .right .item .date_time_mobile {
    font-size: 12px;
    color: rgba(48, 48, 48, 0.5);
    line-height: 1;
    padding-top: 10px;
  }
  .inews .list .right .item .thumb {
    width: 100%;
    margin-top: 10px;
  }
  .inews .list .right .item .thumb img {
    width: 100%;
    display: block;
  }
  .inews .list .right .item .desc {
    height: auto;
    font-size: 12px;
    line-height: 2;
    color: rgba(48, 48, 48, 0.5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    padding: 9px 0 0 0;
  }
  .inews .list .right .item.active {
    padding: 29px 0 24px 0;
  }
  .inews .list .right .item.active .txt .title {
    color: #5D9BF0;
  }
  .inews .list .right .item.active .txt .date_time {
    color: #5D9BF0;
  }
  .inews .list .right .item.active .desc {
    height: 48px;
    padding: 9px 0 0 0;
  }
  .inews .list .right .item:last-child {
    border: 0;
  }
  .ipartner {
    background: url(../images/partner_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 49px 0 70px 0;
  }
  .ipartner .headertitle .cn {
    color: #fff;
  }
  .ipartner .headertitle .en {
    color: rgba(255, 255, 255, 0.5);
    padding-top: 5px;
  }
  .ipartner .more_txt {
    color: #fff;
  }
  .list_partner {
    padding-top: 30px;
  }
  .list_partner .item {
    width: calc(48% - 12px);
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    float: left;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
  }
  .list_partner .item img {
    max-width: 100%;
  }
  .list_partner .item:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  }
  .list_partner .item:nth-child(5n) {
    margin-right: 5px;
  }
  .list_partner .item:nth-child(2n) {
    margin-right: 0;
  }
  .icontact {
    padding: 45px 0 76px 0;
  }
  .icontact .left {
    width: 100%;
    float: none;
    margin-top: 26px;
  }
  .icontact .left .title {
    font-size: 14px;
    color: #303030;
    line-height: 1;
  }
  .icontact .left .con {
    font-size: 14px;
    line-height: 2;
    color: #aaa;
    padding-top: 10px;
  }
  .icontact .right {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .icontact .right input {
    float: left;
    width: calc(50% - 7px);
    margin-right: 14px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(48, 48, 48, 0.2);
    margin-bottom: 5px;
  }
  .icontact .right input:nth-child(2) {
    margin-right: 0;
  }
  .icontact .right input:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }
  .icontact .right textarea {
    height: 83px;
    padding-top: 32px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(48, 48, 48, 0.2);
    width: 100%;
  }
  .icontact .right button {
    width: 150px;
    height: 48px;
    line-height: 48px;
    background: none;
    border: 1px solid #C09269;
    margin-top: 24px;
    font-size: 16px;
  }
  .icontact .right button:hover {
    color: #fff;
    background-image: linear-gradient(to right top, #AA7850, #FBDAAD, #AA7850);
  }
  .footer {
    background: #f0f0f0;
    position: relative;
    z-index: 2;
    padding: 45px 0 0 0;
  }
  .footer .left,
  .footer .center,
  .footer .right {
    float: none;
  }
  .footer .left {
    width: 100%;
  }
  .footer .left .list {
    font-size: 0;
    text-align: center;
  }
  .footer .left .list a {
    font-size: 16px;
    color: #aaaaaa;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #aaa;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
  }
  .footer .left .list a i {
    font-size: 16px;
  }
  .footer .left .list a:hover {
    color: #fff;
    background: #5d9bf0;
    border-color: #5d9bf0;
  }
  .footer .left .list a:hover i {
    color: #fff;
  }
  .copyright {
    text-align: center;
    line-height: 45px;
    color: #aaa;
    font-size: 14px;
    background: #f0f0f0;
  }
  .copyright a {
    color: #aaaaaa;
  }
  .copyright a:hover {
    color: #aaaaaa;
  }
  .headertitle_con .cn {
    font-size: 24px;
    color: #333333;
  }
  .headertitle_con .en {
    font-size: 12px;
    padding-top: 4px;
  }
  .banner_video {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .banner_video .title {
    text-align: center;
    padding-top: 25px;
  }
  .banner_video .title .cn {
    font-size: 18px;
    line-height: 1;
    color: #F6F6F6;
  }
  .banner_video .title .en {
    font-size: 12px;
    line-height: 1;
    color: rgba(246, 246, 246, 0.5);
    padding-top: 9px;
  }
  .banner_video .video_box {
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    margin-top: 25px;
  }
  .banner_video .video_box .pic img {
    width: 100%;
    display: block;
  }
  .banner_video .video_box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner_video .video_box .play img {
    width: 33px;
    z-index: 2;
  }
  .banner_video .video_box .video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    display: none;
  }
  .banner_video .video_box .video video {
    width: 100%;
    z-index: 1;
  }
  .banner_video .video_box .video.active {
    opacity: 1;
    z-index: 3;
    display: block;
  }
  .banner_video .desc {
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 25px;
    text-align: left;
  }
  .left_nav {
    width: 100%;
    position: relative;
    right: 0;
    margin-right: 0;
    z-index: 2;
    top: 0;
    display: block;
    z-index: 3;
    padding: 50px 0 0 0;
    text-align: center;
    font-size: 0;
    background: #f6f6f6;
  }
  .left_nav .title {
    display: none;
  }
  .left_nav a {
    color: rgba(48, 48, 48, 0.5);
    line-height: 38px;
    font-size: 12px;
    text-align: center;
    border: 1px solid rgba(48, 48, 48, 0.2);
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    margin-right: 8px;
  }
  .left_nav a:last-child {
    margin-right: 0 ;
  }
  .left_nav a.active {
    color: #303030;
    background: linear-gradient(to right top, #AA7850, #FBDAAD, #AA7850);
    border-color: #cfa47a;
  }
  .left_nav.active {
    display: block;
  }
  .left_subnav {
    width: 12px;
    position: fixed;
    right: 0;
    margin-right: 0;
    z-index: 2;
    top: auto;
    bottom: 100px;
    z-index: 3;
    display: block;
    border: 1px solid #b78a56;
    border-radius: 20px 0 0 20px;
    padding: 10px;
    background: #fff;
    border-right: 0;
  }
  .left_subnav li {
    font-size: 12px;
    color: rgba(48, 48, 48, 0.5);
    line-height: 1;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(48, 48, 48, 0.3);
  }
  .left_subnav li:after {
    display: none;
  }
  .left_subnav li.active {
    background: none;
    color: #303030;
  }
  .left_subnav li.active:after {
    display: none;
  }
  .left_subnav li:first-child:after,
  .left_subnav li:last-child:after {
    display: none;
  }
  .left_subnav:after {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 33px);
    top: 15px;
    right: 3px;
    border-left: 1px solid #d1d1d1;
    z-index: -1;
  }
  .headertitle_con .cn {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    text-align: center;
  }
  .headertitle_con .en {
    font-size: 12px;
    color: #aaa;
    line-height: 1;
    padding-top: 8px;
    text-align: center;
    text-transform: uppercase;
  }
  .service_box {
    padding-top: 40px;
  }
  .service_box .desc_liucheng {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(48, 48, 48, 0.5);
    padding-top: 24px;
  }
  .service_box .list_service {
    padding-bottom: 50px;
  }
  .service_box .list_service .item .txt {
    background: none;
  }
  .service_box .list_service .item:hover .txt {
    background: #fff;
  }
  .service_box .list_service .more_mobile {
    margin-top: 40px;
  }
  .service_box_1,
  .service_box_2,
  .service_box_3,
  .service_box_5 {
    background: #f6f6f6;
  }
  .service_box_2 {
    background: #fff;
  }
  .service_box_3 {
    padding: 50px 0;
  }
  .list_business {
    padding-top: 33px;
    padding-bottom: 60px;
  }
  .list_business .left {
    width: 100%;
    float: none;
  }
  .list_business .left .pic img {
    width: 100%;
  }
  .list_business .left .txt {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(48, 48, 48, 0.5);
    padding-top: 10px;
  }
  .list_business .right {
    width: 100%;
    float: none;
    padding-top: 10px;
  }
  .list_business .right .item {
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    padding-left: 21px;
    color: rgba(48, 48, 48, 0.8);
    font-weight: bold;
  }
  .list_business .right .item:after {
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background: linear-gradient(to right, #AA7850, #FBDAAD, #AA7850);
    border-radius: 50%;
    display: block;
    position: absolute;
  }
  .list_business .right .item:hover {
    color: #5d9bf0;
  }
  .list_pictitledesc {
    padding-top: 30px;
  }
  .list_pictitledesc .item {
    width: calc(100%);
    margin-right: 0;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    float: none;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(48, 48, 48, 0.3);
  }
  .list_pictitledesc .item * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
  }
  .list_pictitledesc .item .pic {
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    position: relative;
  }
  .list_pictitledesc .item .pic img {
    width: 100%;
  }
  .list_pictitledesc .item .txt {
    position: relative;
    height: auto;
  }
  .list_pictitledesc .item .txt .title {
    line-height: 1;
    font-size: 14px;
    color: #5d9bf0;
    padding-top: 16px;
  }
  .list_pictitledesc .item .txt .desc {
    font-size: 12px;
    line-height: 1.7;
    padding-top: 8px;
    color: rgba(48, 48, 48, 0.5);
  }
  .list_pictitledesc .item a {
    display: block;
  }
  .list_pictitledesc .item:hover .pic {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0);
  }
  .list_pictitledesc .item:hover .pic img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .list_pictitledesc .item:hover .txt .title {
    color: #5d9bf0;
  }
  .list_pictitledesc .item:hover .txt .desc {
    color: rgba(48, 48, 48, 0.5);
  }
  .list_pictitledesc .item:last-child {
    border: 0;
  }
  .list_liucheng {
    margin-top: 24px;
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    text-align: center;
  }
  .list_liucheng .item {
    width: 60px;
    height: auto;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 15px;
    float: none;
    color: #fff;
    background: #5d9bf0;
    margin: 7.5px;
    display: inline-block;
  }
  .list_product {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .list_product .item {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    float: left;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .list_product .item * {
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
  }
  .list_product .item .pic {
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    position: relative;
  }
  .list_product .item .pic img {
    width: 100%;
  }
  .list_product .item .pic img.picmore {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: 0;
    width: auto;
  }
  .list_product .item .txt {
    position: relative;
    height: 20px;
    padding: 15px;
    line-height: 1;
    font-size: 14px;
    color: #5d9bf0;
    background: #fff;
  }
  .list_product .item a {
    display: block;
  }
  .list_product .item:hover .pic img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  .list_product .item:hover .pic img.picmore {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    margin-top: -25px;
  }
  .list_product .item:hover .txt {
    color: #5d9bf0;
  }
  .list_product .item:nth-child(3n) {
    margin-right: 15px;
  }
  .list_product .item:nth-child(2n) {
    margin-right: 0;
  }
  .about_culture {
    padding: 80px 0;
  }
  .about_culture .list {
    margin-top: 29px;
    font-size: 0;
    text-align: center;
  }
  .about_culture .list .item {
    width: calc(50% - 5px);
    margin-right: 10px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    margin-bottom: 10px;
    float: none;
    display: inline-block;
  }
  .about_culture .list .item .top {
    position: relative;
  }
  .about_culture .list .item .top .pic img {
    width: 100%;
  }
  .about_culture .list .item .top .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
  .about_culture .list .item .top .icon .img {
    position: relative;
    padding-bottom: 22px;
  }
  .about_culture .list .item .top .icon .img img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .about_culture .list .item .top .icon .img:after {
    display: block;
    width: 33px;
    height: 0;
    border-bottom: 1px solid #fff;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
  }
  .about_culture .list .item .top .icon .en {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 22px;
  }
  .about_culture .list .item .txt {
    background: #fff;
    height: auto;
    padding: 0 10px;
    border: 1px solid #AA7850;
  }
  .about_culture .list .item .txt .title {
    font-size: 14px;
    color: #5d9bf0;
    line-height: 1;
    padding-top: 20px;
    text-align: center;
  }
  .about_culture .list .item .txt .desc {
    color: rgba(48, 48, 48, 0.5);
    line-height: 1.2;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .about_culture .list .item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
  }
  .about_culture .list .item:hover .txt {
    border-color: #AA7850;
  }
  .about_culture .list .item:nth-child(5n) {
    margin-right: 10px;
  }
  .about_culture .list .item:nth-child(2n),
  .about_culture .list .item:last-child {
    margin-right: 0;
  }
  .history {
    padding: 50px 0 100px 0;
    background: #f7f7f7 url(../images/map_bg.png) bottom center no-repeat;
  }
  .history .left {
    width: 30%;
    float: left;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
  }
  .history .left .title {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background-image: linear-gradient(to right, #AA7850, #FBDAAD, #AA7850);
    color: #fff;
  }
  .history .left a {
    display: block;
    color: #aaa;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
  }
  .history .left a.active {
    color: #000;
    border-bottom: 1px solid #AA7850;
  }
  .history .right {
    width: calc(70%);
    float: right;
    position: relative;
  }
  .history .right .item {
    position: relative;
    padding: 0 15px 15px 37px;
    height: auto;
  }
  .history .right .item .title {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    padding-left: 18px;
    line-height: 20px;
  }
  .history .right .item .title:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    display: block;
    width: 12px;
    height: 20px;
    background: url(../images/icon_history.png);
  }
  .history .right .item .desc {
    color: rgba(48, 48, 48, 0.5);
    font-size: 14px;
    line-height: 1.6;
    padding-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .history .right .item:after {
    position: absolute;
    content: '';
    left: 6px;
    width: 9px;
    height: 9px;
    background: #AAAAAA;
    border-radius: 50%;
    top: 0;
    z-index: 4;
  }
  .history .right .item.active {
    background: none;
  }
  .history .right .item.active .title:after {
    background: url(../images/icon_history.png);
  }
  .history .right .item.active:after {
    position: absolute;
    content: '';
    left: 6px;
    width: 9px;
    height: 9px;
    background: #AAAAAA;
    border-radius: 50%;
    top: 0;
    z-index: 4;
  }
  .history .right:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px solid #aaa;
  }
  .cat {
    width: 100%;
    position: relative;
    right: 0;
    margin-right: 0;
    z-index: 2;
    top: 0;
    display: block;
    z-index: 3;
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 0;
    background: #f6f6f6;
  }
  .cat .title {
    display: none;
  }
  .cat a {
    color: rgba(48, 48, 48, 0.5);
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgba(48, 48, 48, 0.2);
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
    margin-right: 8px;
  }
  .cat a:last-child {
    margin-right: 0 ;
  }
  .cat a.active {
    color: #303030;
    background: linear-gradient(to right top, #AA7850, #FBDAAD, #AA7850);
    border-color: #cfa47a;
  }
  .newbox {
    background: #f6f6f6;
    padding: 50px 0 80px 0;
  }
  .newbox .headertitle .en {
    font-size: 12px;
  }
  .newbox .list {
    margin-top: 30px;
  }
  .newbox .item {
    margin: 0 0 20px 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  }
  .newbox .item * {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  }
  .newbox .item a {
    display: block;
  }
  .newbox .item .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    float: none;
  }
  .newbox .item .pic img {
    display: block;
    width: 100%;
  }
  .newbox .item .txt {
    width: calc(100% - 30px);
    margin-left: 0;
    padding: 15px 15px 30px 15px;
    float: none;
  }
  .newbox .item .txt .title {
    font-size: 14px;
    color: #5d9bf0;
    line-height: 1;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newbox .item .txt .date_mobile {
    display: none;
  }
  .newbox .item .txt .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(48, 48, 48, 0.5);
    margin-top: 10px;
  }
  .newbox .item .more_btn {
    display: none;
  }
  .newbox .item:hover .txt {
    width: calc(100% - 30px);
  }
  .newbox .item:hover .txt .title {
    color: #5d9bf0;
  }
  .newbox .item:hover .txt .date_mobile {
    height: 0;
  }
  .newbox .item:hover .txt .desc {
    color: rgba(48, 48, 48, 0.5);
    margin-top: 10px;
  }
  .newbox .item:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    opacity: 1;
  }
  .job {
    text-align: left;
  }
  .job .list li {
    background: #f6f6f6;
    padding: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    border-radius: 6px;
    margin-top: 20px;
  }
  .job .list li * {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  }
  .job .list li .txt {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
  }
  .job .list li .txt * {
    color: rgba(48, 48, 48, 0.5);
  }
  .job .list li .txt .more {
    float: right;
    color: #5d9bf0;
    font-size: 14px;
    cursor: pointer;
  }
  .job .list li .txt .more i {
    color: #5d9bf0;
    font-weight: 16px;
    font-weight: bold;
  }
  .job .list li .txt .department {
    width: 320px;
    float: right;
  }
  .job .list li .txt .department .pic {
    font-size: 40px;
    width: 60px;
    height: 60px;
    background: rgba(47, 47, 47, 0.1);
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    margin-right: 20px;
    float: left;
    color: rgba(255, 255, 255, 0.2);
  }
  .job .list li .txt .department p.type {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
  }
  .job .list li .txt .department p.leader {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 25px;
  }
  .job .list li .txt .name p {
    display: inline-block;
    vertical-align: middle;
  }
  .job .list li .txt .name .t_1 {
    color: #303030;
    font-size: 14px;
    line-height: 1;
  }
  .job .list li .txt .name .t_2 {
    color: rgba(48, 48, 48, 0.5);
    font-size: 12px;
    line-height: 1;
    padding: 0 5px;
  }
  .job .list li .txt .name .t_3 {
    color: rgba(48, 48, 48, 0.5);
    font-size: 12px;
    line-height: 1;
    padding-top: 0;
  }
  .job .list li .txt .name .t_4 {
    color: rgba(48, 48, 48, 0.5);
    font-size: 12px;
    line-height: 1;
    padding: 0;
  }
  .job .list li .tag {
    padding: 0;
    overflow: hidden;
    height: auto;
    background: #fff;
    border-radius: 0 0 6px 6px;
  }
  .job .list li .tag * {
    color: rgba(0, 0, 0, 0.5);
  }
  .job .list li .tag span {
    display: inline-block;
    padding: 0 10px;
    line-height: 2;
    font-size: 12px;
    border: 1px solid #737373;
    border-radius: 15px;
    margin-right: 5px;
    margin-top: 5px;
    vertical-align: middle;
  }
  .job .list li .tag p.left {
    float: none;
    font-size: 12px;
    line-height: 39px;
    margin-top: 0;
    background: #eaeaea;
    padding-left: 10px;
  }
  .job .list li .tag p.right {
    float: none;
    height: auto;
    padding: 10px;
    display: block;
    width: auto;
    text-align: center;
  }
  .job .list li .desc {
    overflow: hidden;
    padding: 15px;
    display: none;
  }
  .job .list li .desc * {
    font-size: 14px;
  }
  .job .list li .desc .left,
  .job .list li .desc .right {
    width: 100%;
    float: none;
    margin: 0 0;
  }
  .job .list li .desc .right {
    float: right;
  }
  .job .list li .desc .contitle {
    font-size: 14px;
    color: #000000;
    line-height: 2;
    float: none;
    width: 100%;
  }
  .job .list li .desc .con {
    float: none;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
    line-height: 2;
    padding: 0;
  }
  .job .list li .desc .con p,
  .job .list li .desc .con div {
    font-size: 12px;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.5);
  }
  .job .list li.open {
    border: 2px solid #fac553;
    background: #fff;
  }
  .job .list li.open .txt {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .job .list li.open .txt * {
    color: rgba(0, 0, 0, 0.5);
  }
  .job .list li.open .txt .more {
    color: #5d9bf0;
  }
  .job .list li.open .txt .more i {
    color: #5d9bf0;
  }
  .job .list li.open .txt .more .iconfont-x {
    transform: scaleY(-1);
  }
  .job .list li.open .txt .name .t_1,
  .job .list li.open .txt .name .t_3 {
    color: #000;
  }
  .job .list li.open .txt .name .t_2,
  .job .list li.open .txt .name .t_4 {
    color: rgba(0, 0, 0, 0.5);
  }
  .job .list li.open .txt .department i {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
  }
  .job .list li.open .desc {
    height: auto;
    padding: 15px;
    display: block;
  }
  .job .list li.open .tag {
    padding: 0 26px;
    background: #f3f3f3;
    display: none;
  }
  .job .list li.open .tag * {
    color: rgba(0, 0, 0, 0.5);
  }
  .job .list li.open .tag span {
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .list_staff {
    padding-top: 50px;
  }
  .list_staff .item {
    width: 100%;
    margin-right: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    float: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  }
  .list_staff .item * {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
  }
  .list_staff .item .pic {
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    position: relative;
  }
  .list_staff .item .pic img {
    width: 100%;
  }
  .list_staff .item .pic .title {
    display: none;
  }
  .list_staff .item .pic:after {
    display: none;
  }
  .list_staff .item .txt {
    position: relative;
    height: auto;
    padding: 0 15px 15px 15px;
    background: #fff;
  }
  .list_staff .item .txt .title {
    line-height: 1;
    font-size: 14px;
    color: #5d9bf0;
    padding-top: 15px;
  }
  .list_staff .item .txt .desc {
    font-size: 12px;
    line-height: 1;
    padding-top: 8px;
    color: rgba(48, 48, 48, 0.5);
  }
  .list_staff .item a {
    display: block;
  }
  .list_staff .item:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .list_staff .item:hover .pic .title {
    opacity: 1;
  }
  .list_staff .item:hover .pic:after {
    display: none;
  }
  .list_staff .item:hover .txt .title {
    color: #5d9bf0;
  }
  .list_staff .item:hover .txt .desc {
    color: rgba(48, 48, 48, 0.5);
  }
  .list_staff .item:nth-child(3n) {
    margin-right: 0;
  }
  .contact {
    background: #f6f6f6;
    padding: 50px 0 80px 0;
  }
  .contact .left {
    width: 100%;
    float: none;
  }
  .contact .left input {
    width: calc(100% - 22px);
    border: 1px solid #DCDCDC;
    padding: 0 10px;
    margin-bottom: 13px;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
  }
  .contact .left textarea {
    background: #fff;
    height: 130px;
    font-size: 14px;
    line-height: 40px;
    padding: 5px 10px ;
    width: calc(100% - 22px);
    border: 1px solid #DCDCDC;
  }
  .contact .left button {
    font-size: 16px;
    color: #000;
    background: linear-gradient(to right, #AA7850, #FBDAAD, #AA7850);
    line-height: 44px;
    width: 100%;
    height: 44px;
    margin-top: 13px;
  }
  .contact .left button:hover {
    background: #c1946b;
  }
  .contact .right {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  .contact .right .title {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(163, 163, 163, 0.2);
  }
  .contact .right .title p {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
  }
  .contact .right .title .cn {
    font-size: 22px;
    color: #000;
  }
  .contact .right .title .en {
    font-size: 14px;
    color: #BEBEBE;
  }
  .contact .right .info {
    padding: 28px 0;
    font-size: 14px;
    line-height: 2;
    color: #303030;
  }
  .contact .right .erweima .pic {
    width: 145px;
    margin-right: 10px;
    font-size: 14px;
    color: #000;
    text-align: center;
    float: left;
    line-height: 2;
  }
  .contact .right .erweima .pic img {
    width: 100%;
    display: block;
  }
  .contact .right .erweima .pic:last-child {
    margin-right: 0;
  }
  .contact .list {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(163, 163, 163, 0.2);
  }
  .contact .list .item {
    margin-bottom: 20px;
    background: #fff;
  }
  .contact .list .item .pic {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .contact .list .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;
  }
  .contact .list .item .txt {
    border: 1px solid #AA7850;
    width: calc(100% - 32px);
    padding: 15px;
    float: none;
    height: auto;
  }
  .contact .list .item .txt .cn {
    font-size: 14px;
    line-height: 1;
    color: #5d9bf0;
  }
  .contact .list .item .txt .line {
    width: 15px;
    height: 1px;
    background: #AA7850;
    margin: 10px 0 10px 0;
  }
  .contact .list .item .txt .en {
    font-size: 12px;
    color: rgba(48, 48, 48, 0.5);
    line-height: 1;
    padding-top: 8px;
  }
  .contact .list .item .txt .desc {
    font-size: 12px;
    line-height: 2;
  }
  .contact .list .item:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .contact .list .item:hover .txt {
    border: 1px solid #AA7850;
  }
  .contact .list .item:hover .txt .cn {
    color: #5d9bf0;
  }
  .contact .list .item:hover .txt .line {
    background: #AA7850;
  }
  .contact .list .item:hover .txt .desc {
    color: #303030;
  }
  .article {
    background: #fff;
    padding: 40px 0 50px 0;
  }
  .article h1 {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  .article .block {
    margin-top: 0;
  }
  .article .catpos {
    margin: 0;
  }
  .article .desctop {
    text-align: center;
    padding: 20px 0 5px 0;
  }
  .article .desctop span {
    display: inline-block;
    font-size: 12px;
    color: #737373;
    line-height: 1;
    padding-right: 10px;
  }
  .article .desctop span:last-child {
    padding-right: 0;
  }
  .article .desctop .bshare-custom {
    display: inline-block;
    padding-left: 20px;
  }
  .article .desctop .bshare-custom.icon-medium .bshare-weixin {
    width: 30px;
    height: 30px;
    padding-left: 0;
    margin-left: 10px;
    background: #46bb36;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
  }
  .article .desctop .bshare-custom.icon-medium .bshare-weixin i {
    color: #fff;
  }
  .article .desctop .bshare-custom.icon-medium .bshare-sinaminiblog {
    width: 30px;
    height: 30px;
    padding-left: 0;
    margin-left: 10px;
    background: #ea5d5c;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
  }
  .article .desctop .bshare-custom.icon-medium .bshare-sinaminiblog i {
    color: #fff;
  }
  .article .content {
    border-top: 1px solid #ececec;
    padding: 35px 0 20px 0;
  }
  .article .content p,
  .article .content div {
    font-size: 14px;
    line-height: 1.8;
    color: #343434;
  }
  .article .content img {
    width: auto;
    max-width: 100%;
    height: auto !important;
  }
  .article .morebox {
    border-top: 1px solid #ececec;
    padding-top: 40px;
    padding-bottom: 0;
    height: auto;
  }
  .article .morebox .inews_title {
    text-align: center;
  }
  .article .morebox .list {
    margin-top: 30px;
  }
  .article .morebox .list .item {
    margin-right: 0;
    float: left;
    transition: all 0 ease 0s;
    -webkit-transition: all 0 ease 0s;
    -moz-transition: all 0 ease 0s;
    width: 100%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    margin-top: 15px;
  }
  .article .morebox .list .item * {
    transition: all 0 ease 0s;
    -webkit-transition: all 0 ease 0s;
    -moz-transition: all 0 ease 0s;
  }
  .article .morebox .list .item .pic {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
  }
  .article .morebox .list .item .pic img {
    width: 100%;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
  }
  .article .morebox .list .item .txt {
    padding: 30px 17px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    border-bottom: 4px solid #fff;
    border-bottom: 4px solid #5d9bf0;
  }
  .article .morebox .list .item .txt .title {
    font-size: 18px;
    color: #5d9bf0;
    height: 48px;
  }
  .article .morebox .list .item .txt .time {
    font-size: 14px;
    color: #343434;
    line-height: 1;
    padding-top: 22px;
  }
  .article .morebox .list .item .txt .desc {
    font-size: 14px;
    line-height: 26px;
    color: #343434;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .article .morebox .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .article .morebox .list .item:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  }
  .article .morebox .list .item:hover .txt {
    border-bottom: 4px solid #5d9bf0;
  }
  .article .morebox .list .item:hover .txt .title {
    color: #5d9bf0;
  }
  .article .morebox .list .item:hover .txt .time,
  .article .morebox .list .item:hover .txt .desc {
    color: #343434;
  }
  .article .morebox .list .item:hover .pic img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
