* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  color: #fff;
  font-family: Arial, "微软雅黑 Light";
  font-size: 12px;
  vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
img{
  width: 100%;
}
html,
body {
  width: 100%;
  line-height: 1;
}
body {
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}
i,em,b {
  font-weight: normal;
  font-style: normal;
}
.tubiao img{
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}
.tubiao img:hover{
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}

@media (min-width: 640px) {
  #header {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 12px 0;
    width: 100%;
    top: 0;
    z-index: 9999;
  }
  #header.page-content {
    background: #000;
    top: 0;
  }
  #header:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    top: 90px;
    left: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .header-wrapper {
    display: block;
    position: relative;
  }
  #header .logo {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 4%;
    display: inline-block;
    width: 255px;
    height: 42px;
  }
  #header .logo a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  #header .logo img {
    padding-top: 8px;
    width: 100%;
  }
  #header .nav {
    display: block;
    width: 97.5%;
    vertical-align: middle;
  }
  #header .nav .nav-menu {
    font-size: 0;
    text-align: right;
  }
  #header .nav .nav-item {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 30px;
    text-align: center;
    vertical-align: top;
  }
  #header .nav .nav-item.drop-down {
    width: 84px;
    text-align: center;
  }
  #header .nav .nav-item.drop-down span {
    margin-right: 8px;
  }
  #header .nav .nav-item > a {
    position: relative;
    display: block;
    font-size: 0;
  }
  #header .nav .nav-item > a:before {
    position: absolute;
    top: 5px;
    left: -9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 1px solid transparent ;
    border-left: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .nav .nav-item > a:after {
    position: absolute;
    bottom: 4px;
    right: -9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 1px solid transparent ;
    border-bottom: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .nav .nav-item > a:hover:before,
  #header .nav .nav-item > a:hover:after {
    width: 9px;
    height: 9px;
    border-color: #fff;
  }
  #header .nav .nav-item > a span {
    font-size: 16px;
    line-height: 42px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .nav .nav-item > a .arrow-down {
    display: inline-block;
    margin-top: 17px;
    float: right;
    width: 11px;
    height: 7px;
    background: url("../img/arrow-down.png") no-repeat center center;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
  }
  #header .nav .nav-item:hover a:before,
  #header .nav .nav-item:hover a:after {
    width: 9px;
    height: 9px;
    border-color: #fff;
  }
  #header .nav .nav-item:hover a .arrow-down {
    width: 0;
    height: 0;
    opacity: 0;
  }
  #header .nav .nav-item:hover span {
    margin: 0;
  }
  #header .nav .nav-item.active > a:before,
  #header .nav .nav-item.active > a:after {
    width: 9px;
    height: 9px;
    border-color: #fff;
  }
  #header .nav .nav-item .sub-nav {
    position: absolute;
    top: 53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  #header .nav .nav-item .sub-nav li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 137px;
    height: 40px;
    border-top: 1px solid #000;
    background-color: #181818;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .nav .nav-item .sub-nav li:hover {
    background-color: #000;
  }
  #header .nav .nav-item .sub-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 40px;
  }
  #header .nav-btn {
    display: none;
  }
  .content-page {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    background-color: #111;
  }
  .bg_banner {
    overflow: hidden!important;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .bg_banner img{
    height: 100%;
  }
  .bg_banner.video-bg {
    background-image: url("../img/banner-video.png");
  }
  .bg_banner.news-bg {
    background-image: url("../img/baner-news.png");
  }
  .bg_banner.call {
    overflow: hidden;
  }
  .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background:url(../img/left.png) no-repeat left center;
    background-size: 15px;
  }
  .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background:url(../img/right.png) no-repeat right center;
    background-size: 15px;
  }
  .main-pagination {
    position: fixed;
    top: 50%;
    width: 25px;
    right: 20px!important;
    font-size: 0;
    z-index: 9999;
  }
  .main-pagination-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 22px!important;
    margin-top: 0!important;
    border: 2px solid transparent;
    opacity: 1;
    background: none;
    font-size: 0;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main-pagination-item.active {
    border-color: #fff;
  }
  .main-pagination-item.active .pagination-text {
    top: -2px;
    left: -38px;
    opacity: 1;
  }
  .main-pagination-item:not(:last-child) i.line {
    position: absolute;
    top: 14px;
    left: 5px;
    content: '';
    display: block;
    width: 0;
    border-right: 1px solid #fafafa;
    height: 22px;
  }
  .main-pagination-item i.dot {
    position: absolute;
    content: '';
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: #fafafa;
  }
  .main-pagination-item .pagination-text {
    position: absolute;
    display: inline-block;
    width: 26px;
    top: -2px;
    left: -24px;
    font-size: 12px;
    opacity: 0;
    font-weight: 100!important;
    font-family: '微软雅黑 Light';
    -webkit-font-smoothing: none;
    line-height: 1em;
    color: #fffdfe;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main-pagination-item .pagination-text.active {
    top: -2px;
    left: -38px;
    opacity: 1;
  }
  .main-pagination-item.swiper-pagination-bullet-active {
    border-color: #fafafa;
  }
  .main-pagination-item.swiper-pagination-bullet-active .swiper-pagination-text {
    left: -38px;
    opacity: 1;
  }
  #banner {
    position: relative;
  }
  #banner .video-wrap {
    overflow: hidden;
  }
  #banner .video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 1920px;
    width: 100%;
  }
  .video-bg {
    position: relative;
  }
  .video-bg .video-source {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .video-bg video {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 1920px;
    z-index: -2;
    cursor: pointer;
  }
  .video-bg video.active {
    z-index: 6;
  }
  .video-bg .video-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    z-index: 3;
    opacity: 0;
    overflow: hidden;
  }
  .video-bg .video-wrap.active {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .video-bg .video-wrap.active .pause {
    top: 50%;
    opacity: 1;
  }
  .video-bg .video-wrap img {
    height: 100%;
    width: auto;
  }
  .video-bg .pause {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url("../img/pause.png") no-repeat center center;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
  }
  .video-bg .play {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url("../img/pause.png") no-repeat center center;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
    background-image: url("../img/play.png");
  }
  .video-bg .more {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -25px;
    font-size: 16px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .video-bg .more:hover{
    margin-left: -50px;
  }

  .video-bg .more i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
    font-family: "SimSun", "微软雅黑 Light", Helvetica, sans-serif;
  }
  .video-bg .more b {
    content: '';
    display: inline-block;
    width: .34rem;
    height: 17px;
    background: url("../img/more.png") no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    z-index: 2;
  }
  .about-us {
    position: relative;
  }
  .about-us .video-source {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about-us video {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 1920px;
    z-index: -2;
    cursor: pointer;
  }
  .about-us video.active {
    z-index: 6;
  }
  .about-us .video-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    z-index: 3;
  }
  .about-us .video-wrap .pause {
    top: 50%;
    opacity: 1;
  }
  .about-us .video-wrap.active {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .about-us .pause {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url("../img/pause.png") no-repeat center center;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
  }
  .about-us .play {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url("../img/pause.png") no-repeat center center;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
    background-image: url("../img/play.png");
  }
  .about-us .more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -25px;
    font-size: 16px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .about-us .more:hover {
    margin-left: -30px;
  }
  .about-us .more i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
    font-family: "SimSun", "微软雅黑 Light", Helvetica, sans-serif;
  }
  .about-us .more b {
    content: '';
    display: inline-block;
    width: .34rem;
    height: 17px;
    background: url("../img/more.png") no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    z-index: 2;
  }
  .about-us .video-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    z-index: 0;
  }
  button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    width: 115px;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    border: 1px solid #fff;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  button.btn-primary {
    width: 154px;
    border:none;
    font-size: 18px;
  }
  button:not(".no_hover"):hover {
    padding-left: 10px;
  }
  button.btn-wanted {
    font-size: 12px;
  } 
  .btn-wanted:hover{
    background: #eee;
    color: #000;
  }
  .contact-method {
    position: fixed;
    right: -200px;
    bottom: 40px;
    z-index: 9;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .contact-method .contact-method-list {
    width: 187px;
  }
  .contact-method .contact-method-list .contact-list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    background-color: #444444;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .contact-method .contact-method-list .contact-list-item:not(:first-child) {
    cursor: pointer;
  }
  .contact-method .contact-method-list .contact-list-item:not(:first-child):hover {
    background-color: #000;
  }
  .contact-method .contact-method-list .contact-list-item:not(:first-child):hover i {
    color: #fff;
  }
  .contact-method .contact-method-list .contact-list-item:last-child {
    border-top: 1px solid #787878;
  }
  .contact-method .contact-method-list .contact-list-item i.fa {
    width: 16px;
    margin-right: 20px;
    color: #868686;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .contact-method .contact-method-list .contact-list-item p {
    margin-top: 10px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    text-indent: 5px;
  }
  .contact-method .contact-method-list .contact-list-item.title {
    height: 56px;
    background-color: #292929;
    line-height: 32px;
  }
  .contact-method .contact-method-list .contact-list-item.title i.fa {
    width: auto;
    float: right;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    color: #f6f6f6;
    margin-right: 0;
  }
  .contact-method .contact-method-list .contact-list-item.title i.fa:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /*视频详情页CSS*/
  .video-cnt .swiper-wrapper{
    width: 980px;
    height: 550px;
    margin: 0 auto;
  }
  .video-cnt .swiper-wrapper video{
    height: 100%;
    width: 100%;
  }
  .contact-method.active {
    right: 8px;
  }
  .footer {
    position: fixed;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 13px;
    bottom: 0;
    left:0;
    z-index: 9;
    text-align: right;
  }
  .footer .copyright {
    display: inline-block;
    margin-right: 17px;
    font-family: "微软雅黑 Light";
    font-size: 12px;
    vertical-align: middle;
    color: #a9a9a9;
  }
  .footer .contact-icon {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    z-index: 9;
  }
  .footer .contact-icon .contact-icon-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px ;
    font-size: 0;
  }
  .footer .contact-icon .contact-icon-item i {
    color: #a9a9a9;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .footer .contact-icon .contact-icon-item:not(:first-child) {
    border-left: 1px solid #a9a9a9;
  }
  .footer .contact-icon .contact-icon-item:hover i {
    color: #fff;
  }
  /*底部联系我们弹窗样式*/
  .wechat_code{
    width:100%;
    height:100%; 
    display:none; 
    position:fixed;
    top:0;
    left:0; 
    z-index:99;
    background: rgba(0,0,0,0.5);
  }
  .code_cnt{
    width:200px; 
    height:200px;
    margin:0 auto; 
    padding-top: 20%;
  }
  .code_cnt img{
    width: 100%;
    height: 100%;
  }
  .shot {
    overflow: hidden;
  }
  .shot .shot-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .shot .shot-wrap:hover .overlay-wrap {
    display: block;
    transition: 1s;
    background: rgba(0, 0, 0, 0.7);
  }
  .shot .shot-wrap .shot-img {
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.35, -0.32, 0.58, 1);
  }
  .shot .shot-wrap .shot-img img{
    width: 100%;
    height: 100%;
  }
  .shot .shot-wrap .overlay-wrap {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.6s cubic-bezier(0.13, -0.04, 0.58, 1);
    overflow: hidden;
  }
  .shot .shot-wrap .overlay-wrap .button-group {
    position: absolute;
    display: block;
    bottom: 50%;
    margin-bottom: -37px;
    width: 100%;
    text-align: center;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .shot .shot-wrap .overlay-wrap .button-group a {
    display: block;
    margin-bottom: 10px;
  }
  .shot .pic-list {
    margin-left: -1px;
    margin-right: -1px;
    height: 100%;
    font-size: 0;
  }
  .shot .pic-list .pic-list-item {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 1px ;
    width: 50%;
  }
  .shot .pic-list .pic-list-item:hover .overlay {
    background-color: rgba(0, 0, 0, 0);
  }
  .shot .pic-list .pic-list-item:hover a:before {
    border-color: #fff;
    opacity: 1;
    z-index: 3;
  }
  .shot .pic-list .pic-list-item:hover a span {
    left: 1px;
    top: 20%;
  }
  .shot .pic-list .pic-list-item:hover a .shot-img {
    transform: scale(1.1, 1.1);
    z-index: 1;
  }
  .shot .pic-list .pic-list-item a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .shot .pic-list .pic-list-item a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .shot .pic-list .pic-list-item a:before {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    margin-top: 17px;
    margin-left: 17px;
    width: calc(100% - 34px);
    height: calc(100% - 34px);
    border: 1px solid transparent ;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .shot .pic-list .pic-list-item a span {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    top: -34px;
    left: 0;
    background: url("../img/add.png") no-repeat top left;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .shot .pic-list .pic-list-item.top {
    height: 33.3%;
  }
  .shot .pic-list .pic-list-item.middle {
    height: 39.8888888%;
  }
  .shot .pic-list .pic-list-item.bottom {
    height: 26.8888888%;
  }
  .about-us .video-img {
    width: 100%;
    height: 100%;
  }
  .about-us .about-msg-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .about-us .about-msg-wrap .about-msg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding: 0 14%;
  }
  .about-us .about-msg-wrap .about-msg .title {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
  }
  .about-us .about-msg-wrap .about-msg .title:before {
    position: absolute;
    left: 50%;
    margin-left: -0.25rem;
    bottom: -35px;
    content: '';
    display: block;
    width: .5rem;
    height: 0;
    border-bottom: 1px solid #fff;
  }
  .about-us .about-msg-wrap .about-msg .title p:first-child {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .about-us .about-msg-wrap .about-msg .text-info {
    line-height: 2em;
    margin-bottom: 85px;
  }
  .text-info p{
    font-size: 16px;
    text-align: justify;
    line-height: 2em;
  }
  .text-info p span{
    font-size: 16px;
    text-align: justify;
    line-height: 2em;
  }
  .about-us .about-msg-wrap .about-msg .button-more {
    text-align: center;
  }
  .about-us .about-msg-wrap .about-msg .button-more a{
    display: block;
  }
  .about-us .about-msg-wrap .about-msg .button-more:hover .btn-primary {
    border-color: #fff!important;
    border: 1px solid #fff;
  }
  .news-bg {
    width: 100%;
    text-align: center;
    display: table;
  }
  .news-bg .news-list-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  .news-bg .news-list-wrap .news-list {
    margin: 0 auto;
    margin-left: 15%;
    width: 76.52%;
    font-size: 0;
  }
  .news-bg .news-list-wrap .news-list .news-list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: .88rem;
    display: inline-block;

    padding-right: 6%;
    width: 50%;
    text-align: left;
    font-size: 0;
  }
  .news-bg .news-list-wrap .news-list .news-list-item:nth-child(3) {
    margin-bottom: 0;
  }
  .news-bg .news-list-wrap .news-list .news-list-item:nth-child(4) {
    margin-bottom: 0;
  }
  .news-bg .news-list-wrap .news-list .news-list-item > a {
    display: block;
    font-size: 0;
  }
  .news-bg .news-list-wrap .news-list .news-list-item > a:hover .news-text .date span:first-child {
    padding-left: 99px;
  }
  .news-bg .news-list-wrap .news-list .news-list-item > a:hover .news-pic img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .news-bg .news-list-wrap .news-list .news-list-item > a:hover .news-pic:before {
    top: 6.5%;
    left: 6.5%;
    width: 87%;
    height: 87%;
    border: 1px solid #fff ;
    -webkit-box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-pic {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 29.17%;
    overflow: hidden;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-pic img {
    height: 100%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-pic:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    z-index: 5;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 69.82%;
    padding: 10px 0;
    padding-left: 2%;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text .date {
    margin-bottom: .36rem;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text .date span {
    font-size: 16px;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text .date span:first-child {
    position: relative;
    padding: 0 2px;
    margin-right: 10px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text .date span:first-child:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text .sub-title {
    font-size: 16px;
    margin-bottom: .24rem;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text .content-info {
    font-size: 12px;
    line-height: 20px;
  }
  .cooperate {
    position: relative;
    background: #1f2023;
  }
  .cooperate .cooperate-list-wrap {
    display: table;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18.85416666%;
  }
  .cooperate .cooperate-list-wrap .cooperate-list {
    padding-top: 20%;
    width: 11.98rem;
    height: 100%;
    font-size: 0;
  }
  .cooperate .cooperate-list-wrap .cooperate-list .cooperate-list-item {
    display: inline-block;
    width: 25%;
    cursor: pointer;
  }
  .cooperate .cooperate-list-wrap .cooperate-list .cooperate-list-item a {
    display: block;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0);
  }
  .cooperate .cooperate-list-wrap .cooperate-list .cooperate-list-item a:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  .cooperate .brand-pagination {
    position: absolute;
    bottom: 20%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 9;
  }
  .cooperate .brand-pagination span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 65px;
    height: 5px;
    border: 1px solid #fff;
    margin-right: 5px;
  }
  .cooperate .brand-pagination span.active {
    background: #fff;
  }
  .call-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .call {
    padding: 0;
  }
  .call video {
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 1920px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .camera-box {
    position: absolute;
    width: 13.9rem;
    height: 7rem;
    top: 50%;
    margin-top: -3.5rem;
    left: 50%;
    margin-left: -7.1rem;
    background: url("../img/canmera_03.png") no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .camera-box p {
    position: absolute;
    right: .3rem;
    top: .3rem;
    width: 100px;
  }
  .camera-box p i {
    display: inline-block;
    font-size: 24px;
    font-family: "微软雅黑 Light";
    animation: fade-interval 1s infinite;
    color: #d1272a;
  }
  .camera-box p i:first-child {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    animation: fade-interval 1s infinite;
    background-color: #d1272a;
  }
  .call-text-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -2.69rem;
  }
  .call-text-wrap .logo {
    text-align: center;
  }
  .call-text-wrap .logo img {
    width: 380px;
    height: auto;
  }
  .call-text-wrap .code {
    margin-top: .38rem;
    text-align: center;
  }
  .call-text-wrap .code span {
    font-size: 18px;
  }
  .call-text-wrap .code img {
    width: 1.17rem;
    min-width: 100px;
    height: auto;
  }
  .call-text-wrap .address {
    text-align: left;
    margin: 0 auto;
    margin-top: .35rem;
    width: 565px;
  }
  .call-text-wrap .address span {
    font-size: 18px;
  }
  .call-text-wrap .address .icon {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 19px;
    background: url("../img/location_22.png") no-repeat center center;
  }
  .call-text-wrap .contact-us {
    margin-top: 1rem;
    text-align: center;
  }
  .call-text-wrap .contact-us span {
    font-size: 18px;
  }
  .call-text-wrap .contact-us-item {
    display: inline-block;
    margin-left: .54rem;
  }
  .call-text-wrap .contact-us-item span,
  .call-text-wrap .contact-us-item i {
    font-size: 18px;
  }
  .call-text-wrap .contact-us-item:first-child {
    margin-left: 0;
  }
  .call-text-wrap .contact-us-item .icon {
    margin-right: 8px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/icon_08.png") no-repeat center center;
  }
  .call-text-wrap .contact-us-item .icon.phone {
    background-image: url("../img/icon_03.png");
  }
  .call-text-wrap .contact-us-item .icon.email {
    background-image: url("../img/icon_05.png");
  }

  .row {
    margin: 0 auto;
    width: 100%;
    font-size: 0;
  }
  .row .col-l-33 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 33.33333% !important;
    padding: 0 3px;
  }
  .row .col-l-33:first-child {
    padding: 0;
    width: 33.33333% !important;
  }
  .row .col-l-33:last-child {
    padding: 0;
    width: 33.33333% !important;
  }
  .row .col-l-50 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
  }
  @keyframes fade-interval {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .filter {
    -webkit-filter: grayscale(0);
    /* Chrome, Safari, Opera */
    filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .filter.active {
    -webkit-filter: grayscale(0);
    /* Chrome, Safari, Opera */
    filter: grayscale(0);
  }
  .filter-half {
    -webkit-filter: grayscale(40%);
    /* Chrome, Safari, Opera */
    filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
  }
  html,
  body {
    width: 100%;
    height: 100%;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .margin-l-5 {
    margin-left: 5px;
  }
  .arrow-down {
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
    visibility: hidden;
  }
  .transition {
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .arrow-down {
    display: inline-block;
    width: 10px;
    height: 7px;
    background: url("/img/arrow-down.png") no-repeat center center;
  }
  .content-title {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 0;
    text-align: center;
  }
  .content-title .main-title {
    position: relative;
    display: inline-block;
    font-size: 48px;
    margin-bottom: 12px;
    font-weight: normal;
  }
  .content-title .main-news-title {
    position: relative;
    display: inline-block;
    font-size: 48px;
    margin-bottom: 12px;
    font-weight: normal;
  }
  .content-title .news-date {
    font-size: 16px;
    color: #9e9e9e;
    margin-bottom: 50px;
    font-family: 'Arial';
  }
  .content-title .sub-title {
    font-size: 13px;
    line-height: 30px;
    color: #9e9e9e;
    margin-bottom: 50px;
  }
  .content-title .main-title-no-decorate {
    display: inline-block;
    font-size: 18px;
    margin-bottom: .5rem;
    color: #979797;
  }
  .content-title .line {
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #9c9c9c;
    margin-bottom: 30px;
  }
  .content-title .sub-title-lg {
    font-size: 18px;
    color: #9c9c9c;
  }
  .content-title .content-title-nav {
    width: 100%;
    font-size: 0;
  }
  .content-title .content-title-nav .content-title-nav-item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    display: inline-block;
    height: 14px;
    border-left: 1px solid #333;
  }
  .content-title .content-title-nav .content-title-nav-item:hover .arrow-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .content-title .content-title-nav .content-title-nav-item:first-child {
    border-left: none;
  }
  .content-title .content-title-nav .content-title-nav-item .item-text {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -10px;
    padding: 10px 0;
    text-align: center;
    color: #a1a1a1;
    font-size: 12px;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	
  }
  .content-title .content-title-nav .content-title-nav-item .item-text a{
    display: block;
	  padding:0px 15px;
    color: #a1a1a1;
  }
  .content-title .content-title-nav .content-title-nav-item .item-text span{
    color: #a1a1a1;
	padding:0px 15px;
  }
  .content-title .content-title-nav .content-title-nav-item .item-text .title-sub-nav {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    padding:10px 0;
    background-color: #3c3c3c;
    z-index: 1;
  }
  .content-title .content-title-nav .content-title-nav-item .item-text .title-sub-nav .item-title-nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .content-title .content-title-nav .content-title-nav-item .item-text .title-sub-nav .item-title-nav:hover {
    background: #000;
  }
  .content-title .content-title-nav .content-title-nav-item .item-text .title-sub-nav .item-title-nav:hover a{
    
  }
  .content-title .content-title-nav .content-title-nav-item.active .item-text {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .content-title .content-title-nav .content-title-nav-item.active .item-text>a{
    background-color: #000;
    display: block;
    color: #fff;
  }
  .content-title .content-title-nav .content-title-nav-item.active .item-text span{
    background-color: #000;
    color: #fff;
  }
  .bread-crumbs {
    width: 96%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    color: #b5b5b5;
    font-size: 12px;
    text-align: right;
  }
  .bread-crumbs span {
    color: inherit;
  }
  .bread-crumbs span.active {
    color: #fff;
  }
  .top-banner {
    width: 100%;
    height: 3rem;
    overflow: hidden;
  }
  .top-banner img{
    height: 100%;
  }
  .lg-container {
    width: 100%;
    margin: 0 auto;
  }
  .sm-container {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .news-container{
    width: 45% !important;
  }
  .swiper-back{
    width: 100%;
    height: 544px;
  }
  .viedo_name{
    line-height: 80px;
    font-size:16px;
    text-align: center;
  }
  .main-content .photos-banner .swiper-slide img {
    display: block;
    margin: 0 auto;
    width:auto;
    max-width: 58%;
    max-height:900px;
  }
  .swiper-slide_bg{
    position: absolute;
    top: 0px;
    height: 550px;
    width: 100%;
    overflow: hidden;
  }
.swiper-slide_bg img{
  width: auto !important;
  height: 550px;
}
  .film-list {
    width: 94%;
    margin: 0 auto;
  }
  .film-list .film-list-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 25%;
  }
  .film-list .film-list-item .item-pic {
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
  }
  .film-list .film-list-item .item-pic img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .film-list .film-list-item .item-pic:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 5;
  }
  .film-list .film-list-item .item-pic:hover span.film-pause {
    opacity: 1;
  }
  .film-list .film-list-item .item-pic:hover:before {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-color: #fff;
  }
  .film-list .film-list-item span.film-pause {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background: url("../img/film-list-pause.png") no-repeat center center;
    opacity: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 5;
  }
  .film-list .film-list-item .film-item-main-msg {
    margin: 25px 0 8px 0;
    font-size: 16px;
    color: #cbcbcb;
    text-align: center;
  }
  .film-list .film-list-item .film-item-sub-msg {
    font-size: 12px;
    color: #cbcbcb;
    text-align: center;
    margin-bottom: 42px;
  }
  .paging {
    margin-top: 23px;
    margin-bottom: 85px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
  }
  .paging > * {
    cursor:pointer;
  }
  .paging a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0 5px;
    background-color: #595959;
  }
  .current{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 0 5px;
  }
  .page_prev{
    background: url("../img/prev.png") no-repeat center center;
    background-color: #595959;
  }
  .page_next{
    background: url("../img/next.png") no-repeat center center;
    background-color: #595959;
  }
  .row_pre{
    background: url("../img/row_pre.png") no-repeat center center;
  }
  .row_next{
    background: url("../img/row_next.png") no-repeat center center;
  }
  .paging .left {
    display: inline-block;
    width: 50%;
    text-align: left;
    float: left;
  }
  .paging .right {
    display: inline-block;
    width: 50%;
    text-align: right;
    float: right;
  }
  .paging .left a,.paging .right a {
    display: inline-block;
    width: 100%;
    background:none !important;
  }
  .paging .left a span,.paging .right a span {
    display: inline-block;
    font-size: 16px;
    color: #e6e6e6;
  }
  .paging .left a i,.paging .right a i {
    font-size: 16px;
    color: #e6e6e6;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
  }
  .photos-list {
    margin-left: -1%;
    margin-right: -1%;
    font-size: 0;
    width: 96%;
    margin: 0 auto;
  }
  .photos-list .photos-list-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }
  
  .photos-list .photos-list-wrap3 {
    padding: 0 1.5%;
    width: 33.33333333%;
  } 
  
  .photos-list .photos-list-wrap4 {
    padding: 0 1.5%;
    width: 25%;
  } 
  
  .photos-list .photos-list-wrap .photos-list-item {
    width: 100%;
    margin-top: 43px;
  }
  .photos-list .photos-list-wrap .photos-list-item:first-child {
    margin-top: 0;
  }
  .photos-list .photos-list-wrap .photos-list-item .item-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:rgba(255,255,255,.1);
    max-height:480px;
  }
  .photos-list .photos-list-wrap .photos-list-item .item-pic img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width:100%;
  }
  .photos-list .photos-list-wrap .photos-list-item .item-pic span.icon_add {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: -33px;
    left: 0;
    background: url(../img/add.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .photos-list .photos-list-wrap .photos-list-item .item-pic:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 16px;
    margin-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 5;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .26rem .12rem .26rem .28rem;
    width: 100%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 0;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: .2rem;
    height: 2px;
    background-color: #fff;
    content: '';
    display: block;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg .left {
    display: inline-block;
    width: 80%;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg .left .photos-item-main-msg {
    font-size: 16px;
    line-height: 20px;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg .left .photos-item-sub-msg {
    font-size: 12px;
    line-height: 16px;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg .right {
    display: inline-block;
    text-align: right;
    width: 20%;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg .right .icon_right-arrow {
    display: inline-block;
    width: .97rem;
    height: .4rem;
    border: 1px solid transparent;
    background: url("../img/right-to-arrow.png") no-repeat left center;
    background-size: 67%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .photos-list .photos-list-wrap .photos-list-item:hover .item-pic span.icon_add {
    top: 20%;
  }
  .photos-list .photos-list-wrap .photos-list-item:hover .item-pic:before {
    border-color: #fff;
    opacity: 1;
  }
  .photos-list .photos-list-wrap .photos-list-item:hover .photos-item-msg {
    background-color: #ff0000;
    padding-left: .48rem;
  }
  .photos-list .photos-list-wrap .photos-list-item:hover .photos-item-msg:before {
    width: .4rem;
  }
  .photos-list .photos-list-wrap .photos-list-item:hover .photos-item-msg .right .icon_right-arrow {
    border-color: #fff;
    background-position: center center;
  }
  .photos-banner {
    padding-bottom: 30px;
  }
  .photos-banner .photos-pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
  }
  .photos-banner .photos-pagination span {
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 0!important;
    border-color: transparent;
    cursor: pointer;
  }
  .photos-banner .photos-pagination span:first-child {
    margin-left: 0;
  }
  .photos-banner .photos-pagination span.active {
    background: #656565;
  }
  .news-center-bg {
    height: auto!important;
  }
  .news-center .news-list-wrap {
    width: 100%;
  }
  .news-center .news-list-wrap .news-list {
    margin: 0 auto;
    font-size: 0;
  }
  .news-center .news-list-wrap .news-list .news-list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .66rem 11.125%;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 1px solid #fff;
  }
  .news-center .news-list-wrap .news-list .news-list-item:hover {
    background-color: rgba(98, 98, 98, 0.4);
    border-color: transparent;
  }
  .news-center .news-list-wrap .news-list .news-list-item:hover > a .news-text .date span:first-child {
    padding-left: 99px;
  }
  .news-center .news-list-wrap .news-list .news-list-item:hover > a .news-pic:before {
    top: 6.5%;
    left: 6.5%;
    width: 87%;
    height: 87%;
    border: 1px solid #fff ;
  }
  .news-center .news-list-wrap .news-list .news-list-item:hover > a .button-wrap button {
    margin: 0;
  }
  .news-center .news-list-wrap .news-list .news-list-item > a {
    display: block;
    font-size: 0;
  }
  .news-center .news-list-wrap .news-list .news-list-item > a:hover .news-text .date span:first-child {
    padding-left: 99px;
  }
  .news-center .news-list-wrap .news-list .news-list-item > a:hover .news-pic:before {
    top: 6.5%;
    left: 6.5%;
    width: 87%;
    height: 87%;
    border: 1px solid #fff ;
  }
  .news-center .news-list-wrap .news-list .news-list-item > a:hover .button-wrap button {
    margin: 0;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-pic {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 20.5787781%;
    overflow: hidden;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-pic img {
    height: 100%;
    width: 100%;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-pic:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-shadow: 0px 0px 31px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 31px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 31px -2px rgba(0, 0, 0, 0.5);
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 47.159699989%;
    padding: 10px 0;
    padding-left: 3%;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .date {
    margin-bottom: .36rem;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .date span {
    font-size: 16px;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .date span:first-child {
    position: relative;
    padding: 0 2px;
    margin-right: 10px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .date span:first-child:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .sub-title {
    font-size: 16px;
    margin-bottom: .24rem;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .content-info{
    font-size: 12px;
    line-height: 20px;
  }
  .news-center .news-list-wrap .news-list .news-list-item .button-wrap {
    display: inline-block;
    width: 32.2615219721%;
    text-align: right;
    overflow: hidden;
  }
  #leave_sub{
    background: none;
    border: 1px solid #fff;
    outline: none;
    width: 134px;
    height: 40px;
    cursor: pointer;
  }
  .news-center .news-list-wrap .news-list .news-list-item .button-wrap button {
    margin-right: -200px;
    min-width: 134px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 10px;
    text-align: center;
    background-color: #737373;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .back-list {
    margin: 30px 0 60px 0;
    text-align: center;
  }
  .bg-gray {
    background-color: #292929;
    border: none;
  }
  .sm-container .icon_right-arrow {
    width: .65rem!important;
    height: .3rem!important;
  }
  .sm-container .photos-item-msg {
    padding: .2rem ;
  }
  .sm-container .photos-item-main-msg {
    font-size: 14px!important;
  }
  .sm-container .photos-item-sub-msg {
    font-size: 12px!important;
  }
  .sm-photo_info_msg {
    margin-top: 55px;
  }
  .sm-photo_info_msg p {
    width: 50%;
    margin: 20px 0;
    color: #cecdcd;
    line-height: 25px;
    font-size: 12px;
  }
  .sm-photo_info_msg p:first-child {
    margin-top: 0;
  }
  .recommend {
    margin-top: 1.05rem;
  }
  .recommend .recommend-title {
    font-size: 24px;
    margin-bottom: .54rem;
  }
  .about-us-wrap .about-us-info {
    font-size: 0;
    margin-bottom: .7rem;
  }
  .about-us-info img{
    display: inline-block;
    width: 45%;
    height: 45%;
    float: left;
    margin-right: 50px;
  }
  .about-us-info p{
    font-size: 16px;
    line-height: 35px;
    color: #b5b5b5;
  }
  .about-us-info p span{
    font-size: 16px;
    line-height: 35px;
    color: #b5b5b5;
  }
  .about-us-info p strong{
    font-size: 16px;
    line-height: 35px;
    color: #b5b5b5;
  }
  .company_name{
    margin-bottom:30px;
    font-size: 18px !important;
  }
  .company_name span{
    font-size: 18px;
    color: #b5b5b5;
  }
  .company_name .under{
    border-bottom: 1px solid #b5b5b5;
  }
  .about-us-wrap .about-us-info .about-us-pic {
    display: inline-block;
    width: 45.6666666666666666666666%;
  }
  .about-us-wrap .about-us-info .about-us-msg {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 14px 0 14px  5.41915227% ;
    width: 54.3333333333333%;
  }
  .about-us-wrap .about-us-info .about-us-msg .about-us-msg-title {
    position: relative;
    margin-bottom: .4rem;
    font-size: 18px;
    color: #b5b5b5;
  }
  .about-us-wrap .about-us-info .about-us-msg .about-us-msg-title:before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    bottom: -3px;
    width: 34px;
    height: 1px;
    background-color: #b5b5b5;
  }
  .about-us-wrap .about-us-info .about-us-msg .about-us-msg-text {
    font-size: 12px;
    color: #b5b5b5;
    line-height: 36px;
  }
  .about-us-wrap .company-introduction .slogan {
    font-size: 12px;
    color: #b5b5b5;
    margin-bottom: .55rem;
    line-height: 36px;
  }
  .about-us-wrap .company-introduction .slogan:first-child {
    font-size: 18px;
  }
  .about-us-wrap .company-introduction .company-introduction-list .introduction-list-item {
    margin-bottom: .8rem;
  }
  .about-us-wrap .company-introduction .company-introduction-list .introduction-list-item .introduction-list-item-title {
    font-size: 0;
    margin-bottom: .5rem;
  }
  .about-us-wrap .company-introduction .company-introduction-list .introduction-list-item .introduction-list-item-title span {
    display: block;
    font-size: 18px;
    color: #b5b5b5;
    line-height: 1em;
    margin-top: 15px;
  }
  .about-us-wrap .company-introduction .company-introduction-list .introduction-list-item .introduction-list-item-text span {
    display: block;
    font-size: 12px;
    color: #b5b5b5;
    line-height: 34px;
  }
  .design-team_info.main-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.14rem;
  }
  .design-team-info-msg {
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
  }
  .design-team-info-msg p {
    color: #979797;
  }
  .design-team .design-team-list {
    margin-left: -1.29166667%;
    margin-right: -1.29166667%;
    font-size: 0;
    padding-bottom: .4rem;
  }
  .design-team .design-team-list .team-list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2.87%;
    margin: 0 1.2916666666666%;
    display: inline-block;
    width: 30.75%;
    height: 4.5rem;
    min-height: 314px;
    text-align: center;
    margin-bottom: 40px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .design-team .design-team-list .team-list-item .team-list-item-pic {
    margin-top: .93rem;
    text-align: center;
    margin-bottom: .15rem;
  }
  .design-team .design-team-list .team-list-item .team-list-item-pic img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  }
  .team-list-item-text{
    line-height: 20px;
  }
  .design-team .design-team-list .team-list-item .team-list-item-pic .team-pic-wrap {
    position: relative;
    display: inline-block;
    width: 20.37%;
    text-align: center;
  }
  .design-team .design-team-list .team-list-item .team-list-item-title {
    margin-bottom: .3rem;
    font-size: 0;
  }
  .design-team .design-team-list .team-list-item .team-list-item-title p {
    font-size: 18px;
  }
  .design-team .design-team-list .team-list-item .team-list-item-title span {
    display: inline-block;
    margin-top: 3px;
    width: 33px;
    height: 1px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .design-team .design-team-list .team-list-item .team-list-item-more {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: .42rem;
    border: 1px solid transparent;
    border-right: none;
    border-left: none;
    padding: .08rem;
    width: 100px;
    font-size: 12px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .design-team .design-team-list .team-list-item .team-list-item-more i {
    margin-left: 3px;
    opacity: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .design-team .design-team-list .team-list-item .team-list-item-more i img{
    height: 25px;
    width: 25px;
  }
  .design-team .design-team-list .team-list-item:hover {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
    background-color: #434343;
  }
  .design-team .design-team-list .team-list-item:hover .team-list-item-pic img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
  }
  .design-team .design-team-list .team-list-item:hover .team-list-item-pic .top-pic {
    opacity: 1!important;
  }
  .design-team .design-team-list .team-list-item:hover .team-list-item-title span {
    width: 1px;
    height: .33rem;
  }
  .design-team .design-team-list .team-list-item:hover .team-list-item-more {
    border-color: #fff;
    text-align: center;
  }
  .design-team .design-team-list .team-list-item:hover .team-list-item-more i {
    opacity: 1;
  }
  .contact-us-method-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .9rem;
    margin-bottom: 1.15rem;
    font-size: 0;
  }
  .contact-us-method-list .method-item {
    display: inline-block;
    width: 30.75%;
    text-align: center;
    vertical-align: top;
  }
  .contact-us-method-list .method-item.unique {
    width: 38.5%;
  }
  .contact-us-method-list .method-item .method-item-pic {
    display: inline-block;
    font-size: 0;
  }
  .contact-us-method-list .method-item .title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 23px;
  }
  .contact-us-method-list .method-item .method-contact {
    font-size: 12px;
    color: #b3b3b3;
    margin-bottom: 22px ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wanted-list-wrap {
    margin-bottom: 100px;
  }
  .wanted-list {
    margin-left: -46px;
    margin-right: -46px;
    font-size: 0;
    overflow: hidden;
  }
  .wanted-list .wanted-list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 655px;
    padding: 0 46px;
    width: 33.333333333%;
    margin-bottom: 80px;
  }
  .wanted-list .wanted-list-item .title {
    width: 100%;
    padding: .4rem 0;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fff;
    border-right: none;
    border-left: none;
  }
  .request{
    display: none;
  }
  .wanted-list .wanted-list-item:first-child .request{
    display: block;
  }
  .wanted-list .wanted-list-item .request .wanted-sub-title {
    margin-top: 53px;
    font-size: 12px;
    color: #cecece;
    margin-bottom: 35px;
  }
  .wanted-list .wanted-list-item .request .wanted-sub-cnt{
    height: 300px;
    overflow: hidden;
  }
  .wanted-list .wanted-list-item .request .wanted-sub-cnt p{
    font-size:14px;
    color: #cecece;
    line-height: 25px;
  }
  .wanted-list .wanted-list-item .request .wanted-sub-cnt p span{
    font-size:14px;
    color: #cecece;
    line-height: 25px;
  }
  .wanted-list .wanted-list-item .button-group {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 40px;
  }
  .method-code-pic {
    font-size: 0;
    text-align: center;
    margin-bottom: 143px;
  }
  .method-code-pic .method-code {
    display: inline-block;
    margin-bottom: 27px;
    height: 200px;
  }
  .method-code-pic .method-code img{
    width: 200px;
    height: 200px;
    padding: 0 20px;
  }
  .method-code-pic p {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 1em;
    margin: 10px 0;
    line-height: 30px;
  }
  .leave-msg-list-wrap {
    margin: 0 auto;
    width: 60.1666666%;
  }
  .leave-msg-list-wrap .leave-msg-list {
    font-size: 0;
  }
  .leave-msg-list-wrap .leave-msg-list .msg-list-item {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  .leave-msg-list-wrap .leave-msg-list .msg-list-item:last-child {
    width: 100%;
    margin-bottom: 24px;
  }
  .leave-msg-list-wrap .leave-msg-list .msg-list-item .input {
    display: inline-block;
    padding: 10px;
    width: 100%;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #c8c8c8;
  }
  .leave-msg-list-wrap .leave-msg-list .msg-list-item textarea {
    display: inline-block;
    padding: 10px;
    width: 100%;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #c8c8c8;
    height: 2rem;
    resize: none;
  }
  .leave-msg-list-wrap .button-wrap {
    text-align: center;
    margin-bottom: .8rem;
  }
  .map {
    width: 100%;
    height: 3.21rem;
    min-height: 150px;
    margin-bottom: 78px;
  }
  .news-info-pic-wrap {
    margin-bottom: .4rem;
  }
  .news-info-text {
    padding-bottom: 50px;
    text-align: center;
  }
  .news-info-text p {
    font-size: 12px;
    line-height: 30px;
    color: #e6e6e6;
  }
  .video-warp {
    display: none;
    width: 881px;
    min-height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  .video-warp .close {
    display: block;
    position: absolute;
    width: 38px;
    height: 37px;
    background: url("../img/close.png");
    background-color: #fff;
    right: 20px;
    top: 20px;
    z-index: 999;
    cursor: pointer;
  }
  .video-warp .video {
    position: absolute;
    width: 881px;
    height: 500px;
  }
  /**********页面案例列表页样式***********/
  .web_list{
    width: 33.3% !important;
    padding: 0 15px !important; 
  }
  .web_list .film-item-main-msg {
    margin: 35px 0 15px 0 !important;
  }
  .web_list .film-item-main-info{
    font-size: 12px;
    text-align: center;
    color: #cbcbcb;
  }
  .web_list .item-pic .icon_add{
    left:12px !important;
  }
  /**********页面案例列表页样式end***********/
  /**********页面案例详情页样式***********/
  .web_name{
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 22px;
    text-align: center;
  }
  .web_cnt{
    width: 980px;
    margin: 0 auto;
    height: auto;
    padding-bottom: 50px;
  }
  .web_cnt img{
    width: 100%;
  }
  .web_position{
    position: fixed;
    width: 50px;
    height: 170px;
    top: 40%;
    z-index: 99;
  }
  .web_position a{
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .web_position a:hover{
    border: 1px solid #e6e6e6;
  }
  .web_top{
    background:url(../img/go_top.png);
  }
  .web_back{
    background:url(../img/go_back.png);
  }
  .web_down{
    background:url(../img/go_down.png);
  }
  /***********页面案例详情页样式end************/
  .film-list .film-list-item .item-pic .icon_add {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: -33px;
    left: 6px;
    background: url(../img/add.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .film-list .film-list-item:hover .item-pic .icon_add {
    top: 20%;
  }
}

@media (min-width: 1400px) {
  .photos-list .photos-list-wrap4{
    width: 25%;
    padding: 0;
  }
  .photos-list .photos-list-wrap4 .photos-list-item {
    width: 350px;
    margin: 20px auto 0;
  }
  
}

@media (max-width: 640px) {
  #header {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0.5rem;
    z-index: 9999;
  }
  #header.page-content {
    background: #000;
    width:100%;
    height: 50px;
    padding-top: 10px;
    position: initial;
  }
  #header:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    top: 90px;
    left: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .header-wrapper {
    display: block;
    position: relative;
  }
  #header .logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width:60%;
    text-align: center;
    padding-left: 1rem;
  }
  #header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin: 0 auto;
  }
  #header .logo img {
    padding-top: 5px;
    width: 100%;
  }
  .nav_ico{
    width: 30px;
    height: 30px;
    background: url(../img/nav_bg.png) no-repeat right center;
    background-size: 30px;
    float: right;
    margin-right: 10px;
  }
  .nav_close{
    width: 40px;
    height: 40px;
    background: url(../img/nav_bg.png) no-repeat right center;
    background-size: 30px;
  }
  #header .nav {
    display: block;
    width: 200px;
    height: 100%;
    background:#000;
    position: fixed;
    right: -100%;
    top: 0px;
    box-shadow: 0px 3px 5px #ccc;
     z-index: 9;
  }

  #header .nav .nav-menu { 
    padding-top: 0px;   
    width: 100%;
    height: 100%;
  }
  #header .nav .nav-item {
    width: 190px;
    height: 50px;
    text-align: center;
    margin-left: 5px;
  }
  #header .nav .nav-item.drop-down {
    text-align: center;
    position: relative;
  }
  #header .nav .nav-item.drop-down span {
    margin-right: 0px;
  }
  #header .nav .nav-item > a {
    position: relative;
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
  }
  #header .nav .nav-item > a:before {
    position: absolute;
    top: 3px;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 1px solid transparent ;
    border-left: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .nav .nav-item > a:after {
    position: absolute;
    bottom: 3px;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 1px solid transparent ;
    border-bottom: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .nav .nav-item > a:hover:before,
  #header .nav .nav-item > a:hover:after {
    width: 9px;
    height: 9px;
    border-color: #fff;
  }
  #header .nav .nav-item > a span {
    font-size: 12px;
    line-height: 30px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ccc;
  }
  #header .nav .nav-item > a .arrow-down {
    display: none;
    margin-top: 17px;
    float: right;
    width: 11px;
    height: 7px;
    background: url("../img/arrow-down.png") no-repeat center center;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
  }
  #header .nav .nav-item:hover a:before,
  #header .nav .nav-item:hover a:after {
    width: 9px;
    height: 9px;
    border-color: #fff;
  }
  #header .nav .nav-item:hover a .arrow-down {
    width: 0;
    height: 0;
    opacity: 0;
  }
  #header .nav .nav-item:hover span {
    margin: 0;
  }
  #header .nav .nav-item.active > a:before,
  #header .nav .nav-item.active > a:after {
    width: 9px;
    height: 9px;
    border-color: #fff;
  }
  #header .nav .nav-item .sub-nav {

    -webkit-transform: translateX(-55%);
    -moz-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    -o-transform: translateX(-55%);
    transform: translateX(-55%);
    display: none;
  }
  #header .nav .nav-item .sub-nav li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 45px;
    border-top: 1px solid #000;
    background-color: #181818;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header .nav .nav-item .sub-nav li:hover {
    background-color: #000;
  }
  #header .nav .nav-item .sub-nav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 45px;
  }
  #header .nav-btn {
    display: none;
  }
  .content-page {
    background-color: #111;
  }
  .bg_banner {
    overflow: hidden!important;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .bg_banner img{
    width: 100%;
    height: 100%; 
  }
  .mob_banner1 img, .mob_banner2 img{
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .bg_banner.video-bg {
    background-image: url("../img/banner-video.png");
  }
  .bg_banner.news-bg {
    background-image: url("../img/baner-news.png");
    width: 100%;
    height: 100%;
  }
  .bg_banner.call {
    background-image: url("../img/call.png");
    overflow: hidden;
  }
  .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background:url(../img/left.png) no-repeat left center;
    background-size: 15px;
  }
  .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background:url(../img/right.png) no-repeat right center;
    background-size: 15px;
  }
  .main-pagination {
    position: fixed;
    top: 30%;
    width: 25px;
    right: 0px!important;
    font-size: 0;
    z-index: 9999;
  }
  .main-pagination-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 22px!important;
    margin-top: 0!important;
    border: 2px solid transparent;
    opacity: 1;
    background: none;
    font-size: 0;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main-pagination-item.active {
    border-color: #fff;
  }
  .main-pagination-item.active .pagination-text {
    top: -2px;
    left: -38px;
    opacity: 1;
  }
  .main-pagination-item:not(:last-child) i.line {
    position: absolute;
    top: 14px;
    left: 5px;
    content: '';
    display: block;
    width: 0;
    border-right: 1px solid #fafafa;
    height: 22px;
  }
  .main-pagination-item i.dot {
    position: absolute;
    content: '';
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    background: #fafafa;
  }
  .main-pagination-item .pagination-text {
    position: absolute;
    display: inline-block;
    width: 26px;
    top: -2px;
    left: -24px;
    font-size: 12px;
    opacity: 0;
    font-weight: 100!important;
    font-family: '微软雅黑 Light';
    -webkit-font-smoothing: none;
    line-height: 1em;
    color: #fffdfe;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .main-pagination-item .pagination-text.active {
    top: -2px;
    left: -38px;
    opacity: 1;
  }
  .main-pagination-item.swiper-pagination-bullet-active {
    border-color: #fafafa;
  }
  .main-pagination-item.swiper-pagination-bullet-active .swiper-pagination-text {
    left: -38px;
    opacity: 1;
  }
  #banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  #banner .video-wrap {
    overflow: hidden;
  }
   #banner .video-wrap img{
    height: 100%;
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #banner .video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 1920px;
    width: 100%;
  }
  .video-bg {
    position: relative;
  }
  .video-bg .video-source {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .video-bg video {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 1140px;
    z-index: -2;
    cursor: pointer;
  }
  .video-bg video.active {
    z-index: 6;
  }
  .video-bg .video-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    z-index: 3;
    opacity: 0;
  }
  .video-bg .video-wrap.active {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .video-bg .video-wrap.active .pause {
    top: 50%;
    opacity: 1;
  }
  .video-bg .video-wrap img {
    width: 100%;
    height: auto !important;
    min-width: 1300px;
    margin-left: -200px;
  }
  .video-bg .pause {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 75px;
    height: 75px;
    background: url("../img/pause.png") no-repeat center center;
    background-size: 75px;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
  }
  .video-bg .play {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url("../img/pause.png") no-repeat center center;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
    background-image: url("../img/play.png");
  }
  .video-bg .more {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -25px;
    font-size: 16px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .video-bg .more:hover {
    margin-left: -50px;
  }
  .video-bg .more i {
    font-size: 0.8rem;
    vertical-align: middle;
    margin-right: 10px;
  }
  .video-bg .more b {
    content: '';
    display: inline-block;
    width: 1.34rem;
    height: 17px;
    background: url("../img/more.png") no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    z-index: 2;
  }
  .about-us {
    position: relative;
  }
  .about-us .video-source {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .about-us video {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: -2;
    cursor: pointer;
  }
  .about-us video.active {
    z-index: 6;
  }
  .about-us .video-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    z-index: 3;
  }
  .about-us .video-wrap .pause {
    top: 50%;
    opacity: 1;
  }
  .about-us .video-wrap.active {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .about-us .pause {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url("../img/pause.png") no-repeat center center;
    background-size: 50px;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
  }
  .about-us .play {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    background: url("../img/pause.png") no-repeat center center;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 2;
    background-image: url("../img/play.png");
  }
  .about-us .more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -25px;
    font-size: 16px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .about-us .more:hover {
    margin-left: -30px;
  }
  .about-us .more i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .about-us .more b {
    content: '';
    display: inline-block;
    width: .34rem;
    height: 17px;
    background: url("../img/more.png") no-repeat center center;
    background-size: 100%;
    vertical-align: middle;
    z-index: 2;
  }
  .about-us .video-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    z-index: 0;
  }
  button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 115px;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    border: 1px solid #fff;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  button.btn-primary {
    width: 115px;
    height: 35px;
    font-size: 0.85rem;
  }
  button:not(".no_hover"):hover {
    padding-left: 10px;
  }
  button.btn-wanted {
    font-size: 12px;
    padding: 5px 0;
  } 
  .btn-wanted:hover{
    background: #eee;
    color: #000;
  }
  .contact-method {
    position: fixed;
    right: -200px;
    bottom: 40px;
    z-index: 9;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .contact-method .contact-method-list {
    width: 187px;
  }
  .contact-method .contact-method-list .contact-list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    background-color: #444444;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .contact-method .contact-method-list .contact-list-item:not(:first-child) {
    cursor: pointer;
  }
  .contact-method .contact-method-list .contact-list-item:not(:first-child):hover {
    background-color: #000;
  }
  .contact-method .contact-method-list .contact-list-item:not(:first-child):hover i {
    color: #fff;
  }
  .contact-method .contact-method-list .contact-list-item:last-child {
    border-top: 1px solid #787878;
  }
  .contact-method .contact-method-list .contact-list-item i.fa {
    width: 16px;
    margin-right: 20px;
    color: #868686;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .contact-method .contact-method-list .contact-list-item p {
    margin-top: 10px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    text-indent: 5px;
  }
  .contact-method .contact-method-list .contact-list-item.title {
    height: 56px;
    background-color: #292929;
    line-height: 32px;
  }
  .contact-method .contact-method-list .contact-list-item.title i.fa {
    width: auto;
    float: right;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    color: #f6f6f6;
    margin-right: 0;
  }
  .contact-method .contact-method-list .contact-list-item.title i.fa:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .contact-method.active {
    right: 8px;
  }
  /*视频详情页CSS*/
  .video-cnt{
    padding-bottom: 0px !important;
  }
  .video-cnt .swiper-wrapper{
    width: 100%;
    height: 250px;
    margin: 0 auto;
  }
  .video-cnt .swiper-wrapper video{
    height: 100%;
    width: 100%;
  }

  .footer {
    position: fixed;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left:0;
    z-index: 9;
  }
  .footer .copyright {
    font-family: "微软雅黑";
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0.6rem;
    color: #a9a9a9;
    background:#000;
  }
  .footer .contact-icon {
    vertical-align: middle;
    z-index: 9;
    display: none;
  }
  .footer .contact-icon .contact-icon-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px ;
  }
  .footer .contact-icon .contact-icon-item:first-child{
    padding-left: 5px;
  }
  .footer .contact-icon .contact-icon-item i {
    font-size: 0.6rem !important;
    color: #a9a9a9;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .footer .contact-icon .contact-icon-item i img{
    width: 18px !important;
  }
  .footer .contact-icon .contact-icon-item:not(:first-child) {
    border-left: 1px solid #a9a9a9;
  }
  .footer .contact-icon .contact-icon-item:hover i {
    color: #fff;
  }
  /*底部联系我们弹窗样式*/
  .wechat_code{
    width:100%;
    height:100%; 
    display:none; 
    position:fixed;
    top:0;
    left:0; 
    z-index:99;
    background: rgba(0,0,0,0.5);
  }
  .code_cnt{
    width:200px; 
    height:200px;
    margin:0 auto; 
    padding-top: 50%;
  }
  .code_cnt img{
    width: 100%;
    height: 100%;
  }
  .shot {
    overflow: hidden;
  }
  .shot .shot-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .shot .shot-wrap:hover .overlay-wrap {
    display: block;
    transition: 1s;
    background: rgba(0, 0, 0, 0.7);
  }
  .shot .shot-wrap .shot-img {
    width: 100%;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.35, -0.32, 0.58, 1);
    text-align: center;
  }
  .shot .shot-wrap .shot-img img{
    width: auto !important;
    height: 100%;
  }
  .shot .shot-wrap .overlay-wrap {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.6s cubic-bezier(0.13, -0.04, 0.58, 1);
    overflow: hidden;
  }
  .shot .shot-wrap .overlay-wrap .button-group {
    position: absolute;
    display: block;
    bottom: 50%;
    margin-bottom: -37px;
    width: 100%;
    text-align: center;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .shot .shot-wrap .overlay-wrap .button-group a {
    display: block;
    margin-bottom: 10px;
  }
  .shot .pic-list {
    margin-left: -1px;
    margin-right: -1px;
    height: 100%;
    font-size: 0;
  }
  .shot .pic-list .pic-list-item {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 1px ;
    width: 50%;
  }
  .shot .pic-list .pic-list-item:hover .overlay {
    background-color: rgba(0, 0, 0, 0);
  }
  .shot .pic-list .pic-list-item:hover a:before {
    border-color: #fff;
    opacity: 1;
    z-index: 3;
  }
  .shot .pic-list .pic-list-item:hover a span {
    left: 1px;
    top: 20%;
  }
  .shot .pic-list .pic-list-item:hover a .shot-img {
    transform: scale(1.1, 1.1);
    z-index: 1;
  }
  .shot .pic-list .pic-list-item a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .shot .pic-list .pic-list-item a .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .shot .pic-list .pic-list-item a:before {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    margin-top: 17px;
    margin-left: 17px;
    width: calc(100% - 34px);
    height: calc(100% - 34px);
    border: 1px solid transparent ;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    box-shadow: 6px 0px 30px rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .shot .pic-list .pic-list-item a span {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    top: -34px;
    left: 0;
    background: url("../img/add.png") no-repeat top left;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .shot .pic-list .pic-list-item.top {
    height: 33.3%;
  }
  .shot .pic-list .pic-list-item.middle {
    height: 39.8888888%;
  }
  .shot .pic-list .pic-list-item.bottom {
    height: 26.8888888%;
  }
  .about-us .video-img {
    width: 100%;
    height: 100%;
  }
  .about-us .about-msg-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #000;
  }
  .about-us .about-msg-wrap .about-msg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 0 8%;
  }
  .about-us .about-msg-wrap .about-msg .title {
    position: relative;
    text-align: center;
    margin: 20px 0 10px 0;
  }
  .about-us .about-msg-wrap .about-msg .title p {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }
  .about-us .about-msg-wrap .about-msg .text-info {
    line-height: 2em;
    margin-bottom: 20px;
  }
  .text-info p{
    font-size: 0.6rem;
    text-align: justify;
    line-height: 2em;
  }
  .text-info p span{
    font-size: 0.6rem;
    text-align: justify;
    line-height: 2em;
  }
  .about-us .about-msg-wrap .about-msg .button-more {
    text-align: center;
  }
  .about-us .about-msg-wrap .about-msg .button-more:hover .btn-primary {
    border-color: #fff!important;
  }
  .news-bg {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .news-bg .news-list-wrap {
    vertical-align: middle;
    width: 100%;
    height: 80%;
    padding-top: 12%;
    overflow: hidden;
  }
  .news-bg .news-list-wrap .news-list {
    margin: 0 auto;
    width: 90%;
    height: 100%;
  }
  .news-bg .news-list-wrap .news-list .news-list-item {
    width: 100%;
    height: 25%;
    overflow: hidden;
  }
  .news-bg .news-list-wrap .news-list .news-list-item > a {
    display: block;
    font-size: 0;
    width: 100%;
    height: 90%;
    padding: 5% 0;
    overflow: hidden;
    text-align: left;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-pic {
    position: relative;
    display: inline-block;
    width: 30%;
    overflow: hidden;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-pic img {
    height: 100%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text {
    display: inline-block;
    width: 65%;
    height: 100%;
    padding-left: 5%;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text .date {
    margin-bottom: .5rem;
    margin-top: .3rem;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text .date span {
    font-size: 0.7rem;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text .sub-title {
    font-size: 0.7rem;
    height: 0.7rem;
    overflow: hidden;
    margin-bottom: .6rem;
  }
  .news-bg .news-list-wrap .news-list .news-list-item .news-text .content-info {
    font-size: 0.6rem;
    line-height: 1rem;
    height: 2rem;
    overflow: hidden;
  }
  .cooperate {
    position: relative;
    background: #1f2023;
  }
  .cooperate .cooperate-list-wrap {
    width: 90%;
    height: 90%;
    padding: 5%;
  }
  .cooperate .cooperate-list-wrap .cooperate-list {
    padding-top: 10%;
    width: 100%;
    height: 100%;
  }
  .cooperate .cooperate-list-wrap .cooperate-list .cooperate-list-item {
    display: inline-block;
    width: 50%;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
  }
  .cooperate .cooperate-list-wrap .cooperate-list .cooperate-list-item a {
    display: block;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
  }
  .cooperate .cooperate-list-wrap .cooperate-list .cooperate-list-item a img{
    height: 100%;
    width: auto !important;
  }
  .cooperate .brand-pagination {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 9;
  }
  .cooperate .brand-pagination span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 5px;
    border: 1px solid #fff;
    margin-right: 5px;
  }
  .cooperate .brand-pagination span.active {
    background: #fff;
  }
  .call-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .call {
    padding: 0;
  }
  .call video {
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 1920px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .camera-box {
    position: absolute;
    width: 13.9rem;
    height: 7rem;
    top: 50%;
    margin-top: -3.5rem;
    left: 50%;
    margin-left: -7.1rem;
    background: url("../img/canmera_03.png") no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: none;
  }
  .camera-box p {
    position: absolute;
    right: .3rem;
    top: .3rem;
    width: 100px;
  }
  .camera-box p i {
    display: inline-block;
    font-size: 24px;
    font-family: "微软雅黑 Light";
    animation: fade-interval 1s infinite;
    color: #d1272a;
  }
  .camera-box p i:first-child {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    animation: fade-interval 1s infinite;
    background-color: #d1272a;
  }
  .call-text-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25%;
  }
  .call-text-wrap .logo {
    text-align: center;
    display: none;
  }
  .call-text-wrap .logo img {
    width: 380px;
    height: auto;
  }
  .call-text-wrap .code {
    margin-top: .38rem;
    text-align: center;
    margin-bottom:25px;
  }
  .call-text-wrap .code span {
    font-size: 12px;
  }
  .call-text-wrap .code img {
    width: 1.17rem;
    min-width: 100px;
    height: auto;
  }
  .call-text-wrap .address {
    text-align: left;
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
  }
  .call-text-wrap .address span {
    font-size: 12px;
    line-height: 20px;
  }
  .call-text-wrap .address .icon {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 19px;
    background: url("../img/location_22.png") no-repeat center center;
  }
  .call-text-wrap .contact-us {
    margin-top: 1rem;
    text-align: left;
    width: 80%;
    margin: 0 auto;
  }
  .call-text-wrap .contact-us-item {
    text-align: left;
    padding-top: 10px;
  }
  .call-text-wrap .contact-us-item span,
  .call-text-wrap .contact-us-item i {
    font-size: 12px;
  }
  .call-text-wrap .contact-us-item .icon {
    margin-right: 8px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_08.png") no-repeat center center;
    background-size: 18px 19px;
  }
  .call-text-wrap .contact-us-item .icon.phone {
    background-image: url("../img/icon_03.png");
  }
  .call-text-wrap .contact-us-item .icon.email {
    background-image: url("../img/icon_05.png");
  }
  .row {
    margin: 0 auto;
    width: 100%;
    font-size: 0;
  }
  .row .col-l-33 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100% !important;
    padding: 0 3px;
  }
  .row .col-l-33:first-child {
    display: none;
    padding: 0;
    width: 33.33333% !important;
  }
  .row .col-l-33:last-child {
    display: none;
    padding: 0;
    width: 33.33333% !important;
  }
  .swiper-slide-news-video{
    height: 40%;
    width: 100%;
  }
  .swiper-slide-news-msg{
    height: 60%;
    width: 100%;
    position: absolute;
    top: 40%;
    left:0;
  }
  @keyframes fade-interval {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  html,
  body {
    width: 100%;
    height: 100%;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .margin-l-5 {
    margin-left: 5px;
  }
  .arrow-down {
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
    visibility: hidden;
  }
  .transition {
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .arrow-down {
    display: inline-block;
    width: 10px;
    height: 7px;
    background: url("/img/arrow-down.png") no-repeat center center;
  }
  .content-title {
    margin: 30px 0;
    font-size: 0;
    text-align: center;
  }
  .content-title .main-news-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: normal;
  }
  .content-title .news-date {
    font-size: 12px;
    color: #9e9e9e;
    font-family: 'Arial';
  }
  .content-title .sub-title {
    font-size: 12px;
    line-height: 30px;
    color: #9e9e9e;
    padding-bottom: 25px;
  }
  .content-title .line {
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #9c9c9c;
    margin-bottom: 30px;
  }
  .content-title .sub-title-lg {
    font-size: 15px;
    color: #9c9c9c;
  }
  .content-title .content-title-nav {
    width: 100%;
    font-size: 0;
  }
  .content-title .content-title-nav .content-title-nav-item {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 75px;
    height: 14px;
    margin-bottom:15px;
    border-left: 1px solid #dedede;
  }
  .content-title .content-title-nav .content-title-nav-item:hover .arrow-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .content-title .content-title-nav .content-title-nav-item:first-child {
    border-left: none;
  }
  .content-title .content-title-nav .content-title-nav-item .item-text {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -10px;
    padding: 10px 0;
    width: 77px;
    text-align: center;
    color: #a1a1a1;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .content-title .content-title-nav .content-title-nav-item .item-text a{
    display: block;
    font-size: 12px;
    color: #a1a1a1;
  }
  .content-title .content-title-nav .content-title-nav-item .item-text .title-sub-nav {
    position: absolute;
    display: none;
    left: 0;
    top: 35px;
    width: 100%;
    z-index: 1;
  }
  .content-title .content-title-nav .content-title-nav-item .item-text .title-sub-nav .item-title-nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #3c3c3c;
    color: #fff;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .content-title .content-title-nav .content-title-nav-item .item-text .title-sub-nav .item-title-nav:hover {
    background: #000;
  }
  .content-title .content-title-nav .content-title-nav-item .item-text .title-sub-nav .item-title-nav:hover a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .content-title .content-title-nav .content-title-nav-item.active .item-text {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .content-title .content-title-nav .content-title-nav-item.active .item-text>a{
    background-color: #000;
    display: block;
    color: #fff;
  }
  .content-title .content-title-nav .content-title-nav-item.active .item-text span{
    background-color: #000;
    color: #fff;
  }
  .bread-crumbs {
    display: none;
    width: 92%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    color: #b5b5b5;
    font-size: 13px;
    text-align: left;
  }
  .bread-crumbs span {
    color: inherit;
  }
  .bread-crumbs span.active {
    color: #fff;
  }
  .top-banner {
    width: 100%;
    height: 5rem;
    overflow: hidden;
  }
  .top-banner img{
    width: 100% !important;
  }
  .lg-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .sm-container {
    width: 90%;
    margin: 0 auto;
  }
  .swiper-back{
    width: 100%;
    height: 544px;
  }
  .viedo_name{
    line-height: 80px;
    font-size:16px;
    text-align: center;
  }
  .main-content .photos-banner .swiper-slide img {
    display: block;
    margin: 0 auto;
  }
  .swiper-slide_bg{

    position: absolute;
    top: 0px;
    height: 550px;
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .film-list {
    width: 94%;
    margin: 0 auto;
  }
  .film-list .film-list-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: 50%;
  }
  .film-list .film-list-item .item-pic {
    position: relative;
    width: 100%;
    height: 80% !important;
    cursor: pointer;
    overflow: hidden;
  }
  .film-list .film-list-item .item-pic img {
    display: block;
    width: 100%;
  }
  .film-list .film-list-item .item-pic:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 5;
  }
  .film-list .film-list-item .item-pic:hover span.film-pause {
    opacity: 1;
  }
  .film-list .film-list-item .item-pic:hover:before {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-color: #fff;
  }
  .film-list .film-list-item span.film-pause {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background: url("../img/film-list-pause.png") no-repeat center center;
    opacity: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 5;
  }
  .film-list .film-list-item .film-item-main-msg {
    margin:15px 0 8px 0;
    font-size: 16px;
    color: #cbcbcb;
    text-align: center;
  }
  .film-list .film-list-item .film-item-sub-msg {
    font-size: 12px;
    color: #cbcbcb;
    text-align: center;
    margin-bottom: 42px;
    display: none;
  }
  .paging {
    margin: 25px 0;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
  }
  .paging a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 2px;
    background-color: #595959;
  }
  .current{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 2px;
  }
  .page_prev{
    background: url("../img/prev.png") no-repeat center center;
    background-color: #595959;
  }
  .page_next{
    background: url("../img/next.png") no-repeat center center;
    background-color: #595959;
  }
  .row_pre{
    background: url("../img/row_pre.png") no-repeat center center;
  }
  .row_next{
    background: url("../img/row_next.png") no-repeat center center;
  }
  .paging .left {
    display: inline-block;
    width: 50%;
    text-align: left;
    float: left;
  }
  .paging .right {
    display: inline-block;
    width: 50%;
    text-align: right;
    float: right;
  }
  .paging .left a,.paging .right a {
    display: inline-block;
    width:100%;
    font-size: 0;
    background:none !important;
  }
  .paging .left a span,.paging .right a span {
    display: inline-block;
    font-size: 12px;
    color: #e6e6e6;
  }
  .paging .left a i,.paging .right a i {
    font-size: 12px;
    color: #e6e6e6;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
  }
  .photos-list {
    margin-left: -1%;
    margin-right: -1%;
    font-size: 0;
    width: 96%;
    margin: 0 auto;
  }
  .photos-list .photos-list-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }

  .photos-list .photos-list-wrap3 {
    padding: 0 1.5%;
    width: 33.33333333%;
  } 
  
  .photos-list .photos-list-wrap4 {
    padding: 0 1.5%;
    width: 25%;
  } 
  
  .photos-list .photos-list-wrap .photos-list-item {
    width: 100%;
  }
  .photos-list .photos-list-wrap .photos-list-item .item-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .photos-list .photos-list-wrap .photos-list-item .item-pic img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width:100%;
  }
  .photos-list .photos-list-wrap .photos-list-item .item-pic span.icon_add {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    top: -33px;
    left: 0;
    background: url(../img/add.png) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .photos-list .photos-list-wrap .photos-list-item .item-pic:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 16px;
    margin-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 5;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .26rem .12rem .26rem .28rem;
    width: 100%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 0;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: .2rem;
    height: 2px;
    background-color: #fff;
    content: '';
    display: block;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg .left {
    display: inline-block;
    width: 80%;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg .left .photos-item-main-msg {
    font-size: 12px;
    line-height: 20px;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg .left .photos-item-sub-msg {
    font-size: 12px;
    line-height: 16px;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg .right {
    display: inline-block;
    text-align: right;
    width: 20%;
  }
  .photos-list .photos-list-wrap .photos-list-item .photos-item-msg .right .icon_right-arrow {
    display: inline-block;
    width: .97rem;
    height: .4rem;
    border: 1px solid transparent;
    background: url("../img/right-to-arrow.png") no-repeat left center;
    background-size: 67%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .photos-list .photos-list-wrap .photos-list-item:hover .item-pic span.icon_add {
    top: 20%;
  }
  .photos-list .photos-list-wrap .photos-list-item:hover .item-pic:before {
    border-color: #fff;
    opacity: 1;
  }
  .photos-list .photos-list-wrap .photos-list-item:hover .photos-item-msg {
    background-color: #ff0000;
    padding-left: .48rem;
  }
  .photos-list .photos-list-wrap .photos-list-item:hover .photos-item-msg:before {
    width: .4rem;
  }
  .photos-list .photos-list-wrap .photos-list-item:hover .photos-item-msg .right .icon_right-arrow {
    border-color: #fff;
    background-position: center center;
  }
  .photos-banner {
    padding-bottom: 30px;
  }
  .photos-banner .photos-pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
  }
  .photos-banner .photos-pagination span {
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 0!important;
    border-color: transparent;
    cursor: pointer;
  }
  .photos-banner .photos-pagination span:first-child {
    margin-left: 0;
  }
  .photos-banner .photos-pagination span.active {
    background: #656565;
  }
  .news-center-bg {
    height: auto!important;
  }
  .news-center .news-list-wrap {
    width: 100%;
  }
  .news-center .news-list-wrap .news-list {
    margin: 0 auto;
    font-size: 0;
  }
  .news-center .news-list-wrap .news-list .news-list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    border-bottom: 1px solid #fff;
    padding: 15px 0;
  }
  .news-center .news-list-wrap .news-list .news-list-item:hover {
    background-color: rgba(98, 98, 98, 0.4);
    border-color: transparent;
  }
  .news-center .news-list-wrap .news-list .news-list-item:hover > a .news-text .date span:first-child {
    padding-left: 99px;
  }
  .news-center .news-list-wrap .news-list .news-list-item:hover > a .news-pic:before {
    top: 6.5%;
    left: 6.5%;
    width: 87%;
    height: 87%;
    border: 1px solid #fff ;
  }
  .news-center .news-list-wrap .news-list .news-list-item:hover > a .button-wrap button {
    margin: 0;
  }
  .news-center .news-list-wrap .news-list .news-list-item > a {
    display: block;
    font-size: 0;
  }
  .news-center .news-list-wrap .news-list .news-list-item > a:hover .news-text .date span:first-child {
    padding-left: 39px;
  }
  .news-center .news-list-wrap .news-list .news-list-item > a:hover .news-pic:before {
    top: 6.5%;
    left: 6.5%;
    width: 87%;
    height: 87%;
    border: 1px solid #fff ;
  }
  .news-center .news-list-wrap .news-list .news-list-item > a:hover .button-wrap button {
    margin: 0;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-pic {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 35%;
    overflow: hidden;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-pic img {
    height: 100%;
    width: 100%;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-pic:before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent ;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-shadow: 0px 0px 31px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 31px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 31px -2px rgba(0, 0, 0, 0.5);
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 60%;
    padding: 10px 0;
    padding-left: 5%;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .date {
    margin-bottom: .5rem;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .date span {
    font-size: 16px;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .date span:first-child {
    position: relative;
    padding: 0 2px;
    margin-right: 10px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .date span:first-child:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .sub-title {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-bottom: .5rem;
  }
  .news-center .news-list-wrap .news-list .news-list-item .news-text .content-info{
    font-size: 12px;
    line-height: 20px;
  }
  .news-center .news-list-wrap .news-list .news-list-item .button-wrap {
    display: inline-block;
    width: 0%;
    text-align: right;
    overflow: hidden;
  }
  #leave_sub{
    background: none;
    border: 1px solid #fff;
    outline: none;
    width: 134px;
    height: 40px;
    cursor: pointer;
  }
  .news-center .news-list-wrap .news-list .news-list-item .button-wrap button {

    margin-right: -200px;
    min-width: 134px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 10px;
    text-align: center;
    background-color: #737373;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .back-list {
    text-align: center;
  }
  .bg-gray {
    background-color: #292929;
    border: none;
    margin-top: 50px;
  }
  .sm-container .icon_right-arrow {
    width: .65rem!important;
    height: .3rem!important;
  }
  .sm-container .photos-item-msg {
    padding: .2rem ;
  }
  .sm-container .photos-item-main-msg {
    font-size: 14px!important;
  }
  .sm-container .photos-item-sub-msg {
    font-size: 12px!important;
  }
  .sm-photo_info_msg {
    margin-top: 35px;
  }
  .sm-photo_info_msg p {
    width: 100%;
    margin: 10px 0;
    color: #cecdcd;
    line-height: 25px;
    font-size: 12px;
    text-align: justify;
    text-indent: 2em;
  }
  .recommend {
    margin-top: 1.05rem;
  }
  .recommend .recommend-title {
    font-size: 24px;
    margin-bottom: .54rem;
  }
  .about-us-wrap .about-us-info {
    font-size: 0;
    margin-bottom: .7rem;
  }
  .about-us-info img{
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
  }
  .about-us-info p{
    font-size: 12px;
    line-height: 25px;
    color: #b5b5b5;
  }
  .about-us-info p span{
    font-size: 12px;
    line-height: 25px;
    color: #b5b5b5;
  }
  .about-us-info p strong{
    font-size: 12px;
    line-height: 30px;
    color: #b5b5b5;
  }
  .company_name{
    margin-bottom:30px;
    font-size: 18px !important;
  }
  .company_name span{
    font-size: 18px;
    color: #b5b5b5;
  }
  .company_name .under{
    border-bottom: 1px solid #b5b5b5;
  }
  .about-us-wrap .about-us-info .about-us-pic {
    display: inline-block;
    width: 45.6666666666666666666666%;
  }
  .about-us-wrap .about-us-info .about-us-msg {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 14px 0 14px  5.41915227% ;
    width: 54.3333333333333%;
  }
  .about-us-wrap .about-us-info .about-us-msg .about-us-msg-title {
    position: relative;
    margin-bottom: .4rem;
    font-size: 18px;
    color: #b5b5b5;
  }
  .about-us-wrap .about-us-info .about-us-msg .about-us-msg-title:before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    bottom: -3px;
    width: 34px;
    height: 1px;
    background-color: #b5b5b5;
  }
  .about-us-wrap .about-us-info .about-us-msg .about-us-msg-text {
    font-size: 12px;
    color: #b5b5b5;
    line-height: 36px;
  }
  .about-us-wrap .company-introduction .slogan {
    font-size: 12px;
    color: #b5b5b5;
    margin-bottom: .55rem;
    line-height: 36px;
  }
  .about-us-wrap .company-introduction .slogan:first-child {
    font-size: 18px;
  }
  .about-us-wrap .company-introduction .company-introduction-list .introduction-list-item {
    margin-bottom: .8rem;
  }
  .about-us-wrap .company-introduction .company-introduction-list .introduction-list-item .introduction-list-item-title {
    font-size: 0;
    margin-bottom: .5rem;
  }
  .about-us-wrap .company-introduction .company-introduction-list .introduction-list-item .introduction-list-item-title span {
    display: block;
    font-size: 18px;
    color: #b5b5b5;
    line-height: 1em;
    margin-top: 15px;
  }
  .about-us-wrap .company-introduction .company-introduction-list .introduction-list-item .introduction-list-item-text span {
    display: block;
    font-size: 12px;
    color: #b5b5b5;
    line-height: 34px;
  }
  .design-team_info.main-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.14rem;
  }
  .design-team-info-msg {
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
  }
  .design-team-info-msg p {
    color: #979797;
  }
  .design-team .design-team-list {
    width: 100%;
    padding-bottom: .4rem;
  }
  .design-team .design-team-list .team-list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1%;
    display: inline-block;
    width: 48%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .design-team .design-team-list .team-list-item .team-list-item-pic {
    margin-top: .93rem;
    text-align: center;
    margin-bottom: .15rem;
  }
  .team-list-item-text{
    line-height: 20px;
    display: none;
  }
  .design-team .design-team-list .team-list-item .team-list-item-pic .team-pic-wrap {
    position: relative;
    display: inline-block;
    width: 30%;
    text-align: center;
  }
  .design-team .design-team-list .team-list-item .team-list-item-title {
    margin: 10px 0 ;
    font-size: 0;
  }
  .design-team .design-team-list .team-list-item .team-list-item-title p {
    font-size: 18px;
  }
  .design-team .design-team-list .team-list-item .team-list-item-title span {
    display: inline-block;
    margin-top: 3px;
    width: 33px;
    height: 1px;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .design-team .design-team-list .team-list-item .team-list-item-more {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-right: none;
    border-left: none;
    padding: 5px;
    width: 100px;
    font-size: 12px;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .design-team .design-team-list .team-list-item .team-list-item-more i {
    display: none;
    margin-left: 3px;
    opacity: 0;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .design-team .design-team-list .team-list-item .team-list-item-more i img{
    height: 25px;
    width: 25px;
  }
  .design-team .design-team-list .team-list-item:hover {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
    background-color: #434343;
  }
  .design-team .design-team-list .team-list-item:hover .team-list-item-pic img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
  }
  .design-team .design-team-list .team-list-item:hover .team-list-item-pic .top-pic {
    opacity: 1!important;
  }
  .design-team .design-team-list .team-list-item:hover .team-list-item-title span {
    width: 1px;
    height: 20px;
  }
  .design-team .design-team-list .team-list-item:hover .team-list-item-more {
    border-color: #fff;
    text-align: center;
  }
  .design-team .design-team-list .team-list-item:hover .team-list-item-more i {
    opacity: 1;
  }
  .contact-us-method-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: .9rem;
    margin-bottom: 1.15rem;
  }
  .contact-us-method-list .method-item {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .contact-us-method-list .method-item.unique {
    height: 120px;
  }
  .contact-us-method-list .method-item.unique img{
   padding-top: 65px;
  }
  .contact-us-method-list .method-item .method-item-pic {
    display: inline-block;
    float: left;
    width: 15%;
    height: 100%;
  }
  .contact-us-method-list .method-item .method-item-pic img{
    width: 100%;
    padding-top: 5px;
  }
  .contact-us-method-list .method-item .title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 23px;
    display: none;
  }
  .contact-us-method-list .method-item .method-contact {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 30px;
    padding-left: 20%;
  }
   .contact-us-method-list .method-item:nth-child(3) .method-contact{
    line-height: 60px;
   }
  .wanted-list-wrap {
    margin-bottom: 100px;
  }
  .wanted-list {
    width: 100%;
    overflow: hidden;
  }
  .wanted-list .wanted-list-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 500px;
    width: 100%;
    margin-bottom: 20px;
  }
  .wanted-list .wanted-list-item .title {
    width: 100%;
    padding: .4rem 0;
    text-align: center;
    font-size: 16px;
    border: 1px solid #999;
    color: #ccc;
    border-right: none;
    border-left: none;
  }
  .request{
    display: none;
  }
  .wanted-list .wanted-list-item:first-child .request{
    display: block;
  }
  .wanted-list .wanted-list-item .request .wanted-sub-title {
    margin-top: 53px;
    font-size: 12px;
    color: #ccc;
    margin-bottom: 35px;
  }
  .wanted-list .wanted-list-item .request .wanted-sub-cnt{
    height: 300px;
    overflow: hidden;
  }
  .wanted-list .wanted-list-item .request .wanted-sub-cnt p{
    font-size:14px;
    color: #ccc;
    line-height: 25px;
  }
  .wanted-list .wanted-list-item .request .wanted-sub-cnt p span{
    font-size:14px;
    color: #ccc;
    line-height: 25px;
  }
  .wanted-list .wanted-list-item .button-group {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
  }
  .method-code-pic {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .method-code-pic .method-code {
    display: inline-block;
    margin-bottom: 27px;
    height: 100px;
  }
  .method-code-pic .method-code img{
    width: 100px;
    height: 100px;
    padding: 0 10px;
  }
  .method-code-pic p {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 1em;
    margin: 10px 0;
    line-height: 30px;
  }
  .leave-msg-list-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .leave-msg-list-wrap .leave-msg-list {
    
  }
  .leave-msg-list-wrap .leave-msg-list .msg-list-item {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .leave-msg-list-wrap .leave-msg-list .msg-list-item:last-child {
    width: 100%;
    margin-bottom: 24px;
  }
  .leave-msg-list-wrap .leave-msg-list .msg-list-item .input {
    display: inline-block;
    padding: 10px;
    width: 94%;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #c8c8c8;
  }
  .leave-msg-list-wrap .leave-msg-list .msg-list-item textarea {
    display: inline-block;
    padding: 10px;
    width: 94%;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #c8c8c8;
    height: 2rem;
    resize: none;
  }
  .leave-msg-list-wrap .button-wrap {
    text-align: center;
    margin-bottom: .8rem;
  }
  .map {
    width: 100%;
    height: 3.21rem;
    min-height: 150px;
    margin-bottom: 30px;
  }
  .news-info-pic-wrap {
    margin-bottom: .4rem;
  }
  .news-info-text {
    padding-bottom: 50px;
    text-align: center;
  }
  .news-info-text p {
    font-size: 12px;
    line-height: 25px;
    color: #e6e6e6;
  }
  .news-info-text p span{
    font-size: 14px !important;
    line-height: 25px;
    color: #e6e6e6;
  }
  .news-info-text p img{
    width: 100%;
    height: auto;
  }
  .video-warp {
    display: none;
    width: 881px;
    min-height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  .video-warp .close {
    display: block;
    position: absolute;
    width: 38px;
    height: 37px;
    background: url("../img/close.png");
    background-color: #fff;
    right: 20px;
    top: 20px;
    z-index: 999;
    cursor: pointer;
  }
  .video-warp .video {
    position: absolute;
    width: 881px;
    height: 500px;
  }
}





