@charset "UTF-8";
* {
    padding: 0px;
    margin: 0;
}

body {
    color: #333;
    font-size: 16px;
    font-family: '微软雅黑';
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

input {
    border: none;
    outline: none;
}

.container {
    width: 87.5%;
    margin: 0 auto;
    position: relative;
}
.footer{ display: none; }
.container-fluid {
    width: 100%;
}

.l {
    float: left;
}

.r {
    float: right;
}
.video-maskk{ width: 100%; }
.video-maskk video{ width: 100%!important; }
.clear::after {
    content: '';
    display: block;
    clear: both;
}

@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Medium.TTF);
}

.top {
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(0, 118, 142, 0.3);
}

.top .logo {
    flex: 1;
    height: 100%;
    background: url(../images/logo.jpg) no-repeat center center;
    background-size: auto 100%;
}

.top .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid rgba(0, 118, 142, 0.3);
}

.top .nav li {
    position: relative;
}

.top .nav li a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
    display: block;
    color: #00768e;
    position: relative;
    text-align: center;
    background-color: #fff;
}

.top .nav li a:hover {
    color: #b9d618;
}

.top .nav li a::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 118, 142, 0.3);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: .2s;
}

.top .switch {
    width: 80px;
    height: 100%;
    background: url(../images/nav.png) no-repeat center center;
    background-color: #00768e;
}

.top .search {
    display: none;
}

.bottom {
    background-color: #00768e;
    overflow: hidden;
}

.bottom .logo {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}

.bottom .idea {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
}

.bottom .nav {
    display: none;
}

.bottom .Copyright {
    width: 80%;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    margin: 20px auto;
}

.bottom .Copyright a {
    color: #fff;
}

.bottom .Copyright a:hover {
    text-decoration: underline;
}

.crumb {
    display: none;
}

.title h3 {
    width: 100%;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: normal;
    color: #00768e;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
}

.title h4 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.getPage {
    width: 440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.getPage {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.getPage a {
  font-size: 14px;
  color: #666;
  border: #e0dddb 1px solid;
  padding: 5px 10px;
  margin: 0 5px;
}
.getPage a:hover {
  background: #043d82;
  color: #fff;
}
.getPage .action {
  background: #043d82;
  color: #fff;
}

#about .banner .banner-title,
#news .banner .banner-title,
#newsDetails .banner .banner-title,
#product .banner .banner-title,
#productDetails .banner .banner-title,
#recruit .banner .banner-title,
#contact .banner .banner-title,
#index .banner .swiper-slide img,
#about .environment .container table tr td img,
#about .video .container .video-1 .videoBox .mask i,
#about .env-mask img,
#about .video-mask video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#about .banner,
#news .banner,
#newsDetails .banner,
#product .banner,
#productDetails .banner,
#recruit .banner,
#contact .banner {
    height: 200px;
    position: relative;
    background-size: auto 100%;
}

#about .banner .banner-title,
#news .banner .banner-title,
#newsDetails .banner .banner-title,
#product .banner .banner-title,
#productDetails .banner .banner-title,
#recruit .banner .banner-title,
#contact .banner .banner-title {
    width: 180px;
    margin: 0 auto;
    text-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
}

#about .banner .banner-title h2,
#news .banner .banner-title h2,
#newsDetails .banner .banner-title h2,
#product .banner .banner-title h2,
#productDetails .banner .banner-title h2,
#recruit .banner .banner-title h2,
#contact .banner .banner-title h2 {
    line-height: 1.5em;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}

#about .banner .banner-title span,
#news .banner .banner-title span,
#newsDetails .banner .banner-title span,
#product .banner .banner-title span,
#productDetails .banner .banner-title span,
#recruit .banner .banner-title span,
#contact .banner .banner-title span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

#index .index-title {
    text-transform: uppercase;
}

#index .index-title h2 {
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: normal;
    color: #00768e;
    line-height: 24px;
    text-align: center;
}

#index .index-title h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-top: 10px;
    text-align: center;
}

#index .banner {
    background-color: #00768e;
}

#index .banner .swiper-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #00768e;
}

#index .banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#index .banner .swiper-slide img {
    display: block;
    height: 100%;
}

#index .banner .swiper-slide .text {
    position: absolute;
    left: 6.25%;
    text-align: left;
    color: #fff;
}

#index .banner .swiper-slide .text h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: 10px;
}

#index .banner .swiper-slide .text p {
    display: none;
}

#index .banner .swiper-slide .text a {
    display: none;
}

#index .banner .swiper-slide .text .bannerBottom {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

#index .banner .pagination {
    display: none;
}

#index .about .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#index .about .container img {
    width: 100%;
}

#index .about .container .index-title {
    display: none;
}

#index .about .container .text {
    width: 100%;
    margin-top: 10px;
}

#index .about .container .text p {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    line-height: 1.5em;
}

#index .about .container .text a {
    display: block;
    width: 100px;
    font-size: 24px;
    font-family: 'Oswald';
    color: #bad618;
    background: url(../images/left-b.png) no-repeat right center;
}

#index .about .container .text a:hover {
    color: #c3e01a;
}

#index .about .container .text a:active {
    color: #aec917;
}

#index .product .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#index .product .container .left {
    width: 100%;
}

#index .product .container .left img {
    display: none;
}

#index .product .container .right {
    width: 100%;
    margin-top: 20px;
}

#index .product .container .right .swiper-container2 {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#index .product .container .right .content-slide {
    background-size: cover;
    background-position: center;
    margin: 0;
    position: relative;
}

#index .product .container .right .content-slide img {
    height: 100%;
}

#index .product .container .right .swiper-slide {
    width: 100%;
    overflow: hidden;
}

#index .product .container .right .swiper-slide .content-slide {
    position: relative;
}

#index .product .container .right .swiper-slide .content-slide img {
    display: block;
    height: 300px;
}

#index .product .container .right .swiper-slide .content-slide .text-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 118, 142, 0.3);
    box-sizing: border-box;
    padding-left: 20px;
}

#index .product .container .right .swiper-slide .content-slide .text-mask h3 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-top: 20px;
}

#index .product .container .right .swiper-slide .content-slide .text-mask span {
    display: block;
    width: 80%;
    height: 42px;
    line-height: 42px;
    background-color: #bad618;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 20px;
}

#index .product .container .right .swiper-slide .content-slide .text-mask .line {
    display: none;
}

#index .product .container .right .swiper-slide .content-slide .text-mask p {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}

#index .product .container .right .swiper-slide .content-slide .text-mask a {
    display: block;
    width: 100px;
    font-size: 24px;
    font-family: 'Oswald';
    color: #fff;
    background: url(../images/left-w.png) no-repeat right center;
    margin-top: 24px;
}

#index .product .container .right .swiper-slide .content-slide .text-mask a:hover {
    color: #f3f3f3;
}

#index .product .container .right .tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

#index .product .container .right .tabs div {
    display: flex;
    align-items: center;
    width: 23%;
}

#index .product .container .right .tabs div img {
    width: 100%;
    display: block;
}

#index .product .container .right .tabs div a {
    height: 100%;
    width: 100%;
    display: flex;
    text-align: center;
    font-size: 12px;
    color: #405b63;
    position: relative;
}

#index .product .container .right .tabs div a .at {
    flex-wrap: wrap;
    justify-items: center;
    width: 100%;
    overflow: hidden;
    opacity: 1;
}

#index .product .container .right .tabs div a .at:hover {
    opacity: 0.6;
}

#index .product .container .right .tabs div a .at i {
    display: none;
}

#index .product .container .right .tabs div a .at span {
    display: block;
    width: 100%;
    text-align: center;
}

#index .product .container .right .active {
    border: 5px solid #bad618;
}

#index .friend {
    background: url(../images/friends-bg.png) no-repeat center center;
}

#index .friend .container {
    overflow: hidden;
}

#index .friend .container .right {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #00768e;
    overflow: hidden;
}

#index .friend .container .right .index-title {
    padding: 20px;
}

#index .friend .container .right .index-title h2 {
    color: #fff !important;
    text-align: center;
}

#index .friend .container .right .index-title h3 {
    color: #fff !important;
    text-align: center;
}

#index .friend .container .right img {
    display: block;
    width: 100%;
    border: 2px solid #f3f3f3;
    box-sizing: border-box;
}

#index .culture {
    display: none;
}

#index .news .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}

#index .news .container .left a {
    display: none;
}

#index .news .container .middle {
    display: none;
}

#index .news .container .right {
    width: 100%;
    box-sizing: border-box;
}

#index .news .container .right ul {
    margin-top: 20px;
}

#index .news .container .right ul li a {
    color: #999;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#index .news .container .right ul li a:hover {
    color: #405b63;
}

#index .news .container .right ul li a:hover .date h4 {
    color: #405b63;
}

#index .news .container .right ul li a:hover .date span {
    color: #405b63;
}

#index .news .container .right ul li a:hover .text h4 {
    color: #405b63;
}

#index .news .container .right ul li a:hover .text p {
    color: #405b63;
}

#index .news .container .right ul li a .date {
    width: 100px;
    text-align: center;
}

#index .news .container .right ul li a .date h4 {
    font-size: 40px;
    font-weight: normal;
    font-family: 'Oswald';
    line-height: 48px;
}

#index .news .container .right ul li a .date span {
    display: block;
    font-family: 'Oswald';
}

#index .news .container .right ul li a .text {
    flex: 1;
}

#index .news .container .right ul li a .text h4 {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#index .news .container .right ul li a .text p {
    color: #999;
    font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#about {
    background-color: #f3f3f3;
}

#about .banner {
    background-image: url(../images/about-banner.jpg);
}

#about .crumb {
    display: none;
}

#about .menu {
    display: none;
}

#about .introduce .container {
    padding: 20px;
}

#about .introduce .container .introduce-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    background-color: #00768e;
    margin-top: 20px;
}

#about .introduce .container .introduce-content .text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

#about .introduce .container .introduce-content .text p {
    text-indent: 2em;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}

#about .introduce .container .introduce-content img {
    display: block;
    width: 100%;
}

#about .introduce .container .idea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: url(../images/about-company-bg.jpg) no-repeat bottom right;
    background-color: #00768e;
    background-size: 100% auto;
    margin-top: 20px;
}

#about .introduce .container .idea img {
    display: block;
    width: 100%;
}

#about .introduce .container .idea .text {
    width: 100%;
    padding: 20px;
    color: #fff;
}

#about .introduce .container .idea .text h4 {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5em;
}

#about .introduce .container .idea .text h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
}

#about .introduce .container .idea .text .line {
    border: 1px solid #fff;
    margin: 10px auto;
}

#about .introduce .container .idea .text ul li {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5em;
}

#about .environment .container {
    padding: 20px 0;
}

#about .environment .container table {
    width: 100%;
}

#about .environment .container table tr td {
    display: none;
    height: 120px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#about .environment .container table tr td:nth-child(3) {
    display: block !important;
    grid-column-start: span 2;
}

#about .environment .container table tr td:nth-child(4) {
    display: block !important;
    grid-column-start: span 2;
}

#about .environment .container table tr td img {
    width: 100%;
    display: block;
    position: absolute;
}

#about .environment .container table tr td .mask {
    display: none;
}

#about .space {
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 5px 0 20px #ededed;
}

#about .video .container {
    padding: 20px 0;
    box-sizing: border-box;
}

#about .video .container .video-1 {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#about .video .container .video-1 .videoBox {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

#about .video .container .video-1 .videoBox video {
    display: block;
    width: 100%;
}

#about .video .container .video-1 .videoBox .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

#about .video .container .video-1 .videoBox .mask i {
    display: block;
    width: 80px;
    height: 102px;
    background: url(../images/play.png) no-repeat center center;
    background-size: 50px auto;
    opacity: 1;
    transition: .3s;
    transform: translate(-50%, -50%) scale(1);
}

#about .video .container .video-1 .text {
    width: 100%;
    box-sizing: border-box;
}

#about .video .container .video-1 .text h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #00768e;
    line-height: 1.5em;
}

#about .video .container .video-1 .text p {
    font-size: 12px;
    line-height: 1.5em;
    text-indent: 2em;
    color: #999;
    margin-bottom: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#about .honor,
#about .honor2 {
    display: none;
}

#about .env-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

#about .env-mask img {
    display: block;
    max-width: 80%;
    max-height: 80%;
}

#about .video-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

#about .video-mask video {
    max-width: 80%;
    max-height: 80%;
}

#about .honor-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 20;
}

#about .honor-mask img {
    display: block;
    max-width: 80%;
    max-height: 80%;
}

#news {
    background-color: #f3f3f3;
}

#news .banner {
    background-image: url(../images/news-banner.jpg);
}

#news .newsList {
    background: url(../images/news-bg.png) no-repeat right 240px;
    background-size: 40% auto;
    padding: 20px;
}

#news .newsList .newsTab {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

#news .newsList .newsTab li a {
    display: block;
    text-align: center;
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin: 0 30px;
    color: #333;
}

#news .newsList .newsTab li a:hover {
    color: #999;
}

#news .newsList .newsTab li a.active {
    border-bottom: 3px solid #00768e;
}

#news .newsList .newsItem {
    width: 100%;
    margin: 0 auto;
}

#news .newsList .newsItem li {
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 5px 0 20px #ededed;
    transform: translateY(0);
    transition: .3s;
}

#news .newsList .newsItem li:hover {
    transform: translateY(-10px);
}

#news .newsList .newsItem li:hover a {
    background-color: #00768e;
}

#news .newsList .newsItem li:hover a .text h3 {
    color: #fff;
}

#news .newsList .newsItem li:hover a .text p {
    color: #fff;
}

#news .newsList .newsItem li:hover a .text span {
    color: #fff;
}

#news .newsList .newsItem li a {
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: .3s;
}

#news .newsList .newsItem li a img {
    display: none;
}

#news .newsList .newsItem li a .text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

#news .newsList .newsItem li a .text h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#news .newsList .newsItem li a .text p {
    color: #999;
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#news .newsList .newsItem li a .text .date {
    font-size: 12px;
    color: #999;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#newsDetails {
    background-color: #f3f3f3;
    overflow: hidden;
}

#newsDetails .banner {
    background-image: url(../images/news-banner.jpg);
}

#newsDetails .content .container {
    background-color: #fff;
    box-shadow: 5px 0 20px #ededed;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

#newsDetails .content .container h3 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #333;
}

#newsDetails .content .container .date {
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #999;
    margin-top: 20px;
}

#newsDetails .content .container .line {
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}

#newsDetails .content .container p {
    font-size: 12px;
    line-height: 1.5em;
    color: #666;
    text-indent: 2em;
    margin-top: 20px;
}

#newsDetails .content .container img {
    display: block;
    width: 100%;
    margin: 20px auto;
    height: auto;
}

#newsDetails .content .container .page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#newsDetails .content .container .page a {
    display: block;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#newsDetails .content .container .page a:hover {
    opacity: .6;
}

#newsDetails .content .container .page .next a {
    margin-top: 10px;
}

#newsDetails .content .container .page .back {
    display: none;
}

#product {
    background-color: #f3f3f3;
}

#product .banner {
    background-image: url(../images/product-banner.jpg);
}

#product .content {
    background: url(../images/product-bg.png) no-repeat right 100px;
}

#product .content .container {
    padding: 20px;
}

#product .content .container .cation-content {
    display: none;
}

#product .content .container table {
    width: 100%;
    margin-top: 20px;
}

#product .content .container table tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#product .content .container table tr td {
    width: 46%;
    margin-bottom: 20px;
    margin-right: 10px;
    box-sizing: border-box;
}

#product .content .container table tr td .item {
    margin: 0 auto;
    box-shadow: 5px 0 20px #ededed;
    transition: .3s;
    transform: translateY(0);
}

#product .content .container table tr td .item:hover {
    transform: translateY(-20px);
}

#product .content .container table tr td .item:hover a h4 {
    color: #00768e;
}

#product .content .container table tr td .item a {
    display: block;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

#product .content .container table tr td .item a img {
    width: 100%;
    height: 80px;
}

#product .content .container table tr td .item a h4 {
    line-height: 27px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#product .content .container table tr td .item a .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

#product .content .container table tr td .item a .btn span {
    font-size: 12px;
    color: #999;
}

#product .content .container table tr td .item a .btn input {
    display: none;
}

#productDetails {
    background-color: #f3f3f3;
}

#productDetails .banner {
    background-image: url(../images/product-banner.jpg);
}

#productDetails .text {
    margin: 0 auto;
    padding: 20px;
}

#productDetails .text h4 {
    font-size: 24px;
    line-height: 1.5em;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

#productDetails .text p {
    color: #999;
    line-height: 1.5em;
    text-align: center;
    margin: 10px auto;
}

#productDetails .productImg h3 {
    width: 180px;
    margin: 20px auto;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    border-bottom: 1px solid #eb9335;
    color: #333;
}

#productDetails .productImg .container {
    width: 60%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

#productDetails .productImg .container div {
    width: 100%;
}

#productDetails .productImg .container div img {
    width: 100%;
    margin-bottom: 5px;
}

#productDetails .swiper-container {
    width: 100%;
    height: 100%;
}

#productDetails .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    overflow: hidden;
    border: 1px solid #ccc;
}

#productDetails .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

#productDetails .swiper-slide-active,
#productDetails .swiper-slide-duplicate-active {
    transform: scale(1);
}

#productDetails .pd-banner {
    margin-top: 20px;
}

#productDetails .swiper-slide-active {
    z-index: 10;
}

#productDetails .swiper-pagination-bullet {
    background-color: #fff;
}

#recruit {
    background-color: #f3f3f3;
}

#recruit .banner {
    background-image: url(../images/recruit-banner.jpg);
}

#recruit .content {
    background: url(../images/recruit-bg.png) no-repeat right 240px;
}

#recruit .content .container {
    width: 80%;
    padding: 20px;
}

#recruit .content .container .recruitTab {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

#recruit .content .container .recruitTab li a {
    display: block;
    text-align: center;
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin: 0 30px;
    color: #333;
}

#recruit .content .container .recruitTab li a:hover {
    color: #999;
}

#recruit .content .container .recruitTab li a.active {
    border-bottom: 3px solid #00768e;
}

#recruit .content .container .cardText {
    padding: 20px;
    background-color: #00768e;
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 20px;
    box-shadow: 5px 0 20px #ededed;
}

#recruit .content .container .cardMiddle {
    display: none;
}

#recruit .content .container .cardBottom {
    background-color: #fff;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: 5px 0 20px #ededed;
}

#recruit .content .container .cardBottom img {
    display: block;
    width: 100%;
}

#recruit .content .container .cardBottom p {
    color: #999;
    font-size: 12px;
    line-height: 1.5em;
    margin: 20px;
}

#recruit .content .container .cd-accordion-menu {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

#recruit .content .container .cd-accordion-menu i {
    font-size: 16px;
    font-style: normal;
}

#recruit .content .container .cd-accordion-menu table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 96%;
    margin: 20px auto;
    text-align: center;
    font-size: 12px;
}

#recruit .content .container .cd-accordion-menu table thead tr {
    background-color: #00768e;
    color: #fff;
}

#recruit .content .container .cd-accordion-menu table thead tr th {
    padding: 4px;
    font-weight: normal;
}

#recruit .content .container .cd-accordion-menu table tbody tr {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    color: #333;
}

#recruit .content .container .cd-accordion-menu table tbody tr td {
    padding: 4px;
}

#recruit .content .container .cd-accordion-menu .condition {
    width: 90%;
    margin: 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#recruit .content .container .cd-accordion-menu .condition h4 {
    color: #333;
    line-height: 48px;
}

#recruit .content .container .cd-accordion-menu .condition p {
    color: #999;
    line-height: 1.5em;
    font-size: 12px;
}

#recruit .content .container .cd-accordion-menu .tel {
    width: 90%;
    margin: 10px auto;
    color: #00768e;
    padding-bottom: 10px;
}

#recruit .content .container .cd-accordion-menu .tel h4 {
    line-height: 24px;
}

#recruit .content .container .cd-accordion-menu .tel p {
    line-height: 1.5em;
    font-size: 12px;
}

#recruit .content .container .cd-accordion-menu ul {
    display: none;
}

#recruit .content .container .cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}

#recruit .content .container .cd-accordion-menu input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

#recruit .content .container .cd-accordion-menu label,
#recruit .content .container .cd-accordion-menu a {
    position: relative;
    display: block;
    background: #00768e;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}

#recruit .content .container .cd-accordion-menu label i,
#recruit .content .container .cd-accordion-menu a i {
    vertical-align: middle;
}

#recruit .content .container .cd-accordion-menu label i:nth-of-type(1),
#recruit .content .container .cd-accordion-menu a i:nth-of-type(1) {
    font-size: 20px;
}

#recruit .content .container .cd-accordion-menu label i:nth-of-type(3),
#recruit .content .container .cd-accordion-menu a i:nth-of-type(3) {
    font-size: 22px;
}

#recruit .content .container .cd-accordion-menu label #rr,
#recruit .content .container .cd-accordion-menu a #rr {
    transition: .3s;
}

#recruit .content .container .no-touch .cd-accordion-menu label:hover,
#recruit .content .container .no-touch .cd-accordion-menu a:hover {
    background: #52565d;
}

#recruit .content .container .cd-accordion-menu label::before,
#recruit .content .container .cd-accordion-menu label::after,
#recruit .content .container .cd-accordion-menu a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#recruit .content .container .cd-accordion-menu label {
    cursor: pointer;
}

#recruit .content .container .cd-accordion-menu label::before,
#recruit .content .container .cd-accordion-menu label::after {
    background-repeat: no-repeat;
}

#recruit .content .container .cd-accordion-menu label::before {
    left: 18px;
    background-position: 0 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

#recruit .content .container .cd-accordion-menu label::after {
    left: 41px;
    background-position: -16px 0;
}

#recruit .content .container .cd-accordion-menu a::after {
    left: 36px;
}

#recruit .content .container .cd-accordion-menu input[type=checkbox]:checked+label::before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#recruit .content .container .cd-accordion-menu input[type=checkbox]:checked+label::after {
    background-position: -32px 0;
}

#recruit .content .container .cd-accordion-menu input[type=checkbox]:checked+label+ul,
#recruit .content .container .cd-accordion-menu input[type=checkbox]:checked+label:nth-of-type(n)+ul {
    display: block;
}

#recruit .content .container .cd-accordion-menu ul li {
    background: #fff;
    border: 1px solid #eee;
    border-left: 3px solid #00768e;
    color: #333;
}

#recruit .content .container .no-touch .cd-accordion-menu ul label:hover,
#recruit .content .container .no-touch .cd-accordion-menu ul a:hover {
    background: #3c3f45;
}

#recruit .content .container .cd-accordion-menu>li:last-of-type>label,
#recruit .content .container .cd-accordion-menu>li:last-of-type>a,
#recruit .content .container .cd-accordion-menu>li>ul>li:last-of-type label,
#recruit .content .container .cd-accordion-menu>li>ul>li:last-of-type a {
    box-shadow: none;
}

#recruit .content .container .cd-accordion-menu ul label::before {
    left: 36px;
}

#recruit .content .container .cd-accordion-menu ul label::after,
#recruit .content .container .cd-accordion-menu ul a::after {
    left: 59px;
}

#recruit .content .container .cd-accordion-menu ul ul label,
#recruit .content .container .cd-accordion-menu ul ul a {
    padding-left: 100px;
}

#recruit .content .container .cd-accordion-menu ul ul label::before {
    left: 54px;
}

#recruit .content .container .cd-accordion-menu ul ul label::after,
#recruit .content .container .cd-accordion-menu ul ul a::after {
    left: 77px;
}

#recruit .content .container .cd-accordion-menu ul ul ul label,
#recruit .content .container .cd-accordion-menu ul ul ul a {
    padding-left: 118px;
}

#recruit .content .container .cd-accordion-menu ul ul ul label::before {
    left: 72px;
}

#recruit .content .container .cd-accordion-menu ul ul ul label::after,
#recruit .content .container .cd-accordion-menu ul ul ul a::after {
    left: 95px;
}

@media only screen and (min-width: 600px) {
    #recruit .content .container .cd-accordion-menu label,
    #recruit .content .container .cd-accordion-menu a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    #recruit .content .container .cd-accordion-menu label::before {
        left: 24px;
    }
    #recruit .content .container .cd-accordion-menu label::after {
        left: 53px;
    }
    #recruit .content .container .cd-accordion-menu ul label,
    #recruit .content .container .cd-accordion-menu ul a {
        padding-left: 106px;
    }
    #recruit .content .container .cd-accordion-menu ul label::before {
        left: 48px;
    }
    #recruit .content .container .cd-accordion-menu ul label::after,
    #recruit .content .container .cd-accordion-menu ul a::after {
        left: 77px;
    }
    #recruit .content .container .cd-accordion-menu ul ul label,
    #recruit .content .container .cd-accordion-menu ul ul a {
        padding-left: 130px;
    }
    #recruit .content .container .cd-accordion-menu ul ul label::before {
        left: 72px;
    }
    #recruit .content .container .cd-accordion-menu ul ul label::after,
    #recruit .content .container .cd-accordion-menu ul ul a::after {
        left: 101px;
    }
    #recruit .content .container .cd-accordion-menu ul ul ul label,
    #recruit .content .container .cd-accordion-menu ul ul ul a {
        padding-left: 154px;
    }
    #recruit .content .container .cd-accordion-menu ul ul ul label::before {
        left: 96px;
    }
    #recruit .content .container .cd-accordion-menu ul ul ul label::after,
    #recruit .content .container .cd-accordion-menu ul ul ul a::after {
        left: 125px;
    }
}

#recruit .content .container .cd-accordion-menu.animated label::before {
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

#contact {
    background-color: #f3f3f3;
}

#contact .banner {
    background-image: url(../images/contact-banner.jpg);
}

#contact .content {
    background: url(../images/contact-bg.png) no-repeat right 540px;
    padding: 20px 0;
}

#contact .content .title:first-child {
    /*display: none;*/
}

#contact .content .message {
    /*display: none;*/
}

#contact .content .messageInput {
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

#contact .content .messageInput .inputBlock {
    display: flex;
    flex-wrap: wrap;
}

#contact .content .messageInput .inputBlock .input-item {
    display: flex;
    flex: 1;
    margin-bottom: 15px;
}

#contact .content .messageInput .inputBlock label {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    text-align: right;
    font-size: 12px;
}

#contact .content .messageInput .inputBlock input[type=text] {
    display: block;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 0 10px;
    flex: 1;
    font-size: 12px;
}

#contact .content .messageInput .inputBlock textarea {
    display: block;
    resize: none;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    flex: 1;
    font-size: 12px;
    line-height: 30px;
    font-family: '微软雅黑';
}

#contact .content .messageInput .inputBlock input[type=submit] {
    display: block;
    width: 80px;
    height: 30px;
    background-color: #00768e;
    color: #fff;
    font-size: 12px;
    transition: .1s;
    margin-top: 15px;
    margin-bottom: 20px;
}

#contact .content .messageInput .inputBlock input[type=submit]:hover {
    background-color: #06839c;
}

#contact .content .messageInput .inputBlock input[type=submit]:active {
    background-color: #007188;
}