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

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

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

input {
    border: none;
    outline: none;
}

.container {
    width: 87.5%;
    margin: 0 auto;
    position: relative;
}

.container-fluid {
    width: 100%;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

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

.top {
    height: 80px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.top .logo {
    width: 420px;
    height: 100%;
    background: url(../images/logo.jpg) no-repeat center center;
    background-color: #fff;
    background-size: auto 90%;
}

.top .nav {
    width: 800px;
    display: flex;
    justify-content: space-between;
    margin-left: 5%;
}

@media screen and (max-width:1500px) {
    .top .nav {
        margin-left: 2%;
    }
}

.top .nav li {
    position: relative;
}

.top .nav li::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 32px;
    transform: translateX(10px);
    color: #333;
}

.top .nav li:last-child::after {
    content: '';
}

.top .nav li a {
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    display: block;
    color: #333;
    position: relative;
}

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

.top .nav li a:hover::after {
    width: 100%;
}

.top .nav li:last-child a:hover::after {
    width: 0;
}

.top .nav li a.active::before {
    content: '';
    display: block;
    width: 20px;
    height: 5px;
/*    background-color: rgba(185, 214, 24, 0.8);*/
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top .nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    transition: .2s;
}

.top .switch {
    display: none;
}

.top .search {
    width: 20%;
    height: 100%;
    position: relative;
}

@media screen and (max-width:1500px) {
    .top .search {
        width: 14%;
        height: 100%;
        position: relative;
    }
}

.top .search .searchInput {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.top .search .searchInput input[type=text] {
    display: block;
    width: 100%;
    height: 35px;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
    background-color: #fff;
}

.top .search .searchInput input[type=submit] {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 6px;
    top: 0;
    background: url(../images/search.png) no-repeat center center;
    opacity: 1;
}

.top .search .searchInput input[type=submit]:hover {
    opacity: .5;
}

.top .search .searchInput input[type=submit]:active {
    opacity: 1;
}

.bottom {
    height: 354px;
    background-color: #1B7BB4;
    overflow: hidden;
}

.bottom .logo {
    display: block;
    width: 272px;
    height: 106px;
    margin: 0 auto;
    margin-top: 46px;
}

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

.bottom .nav {
    display: flex;
    justify-content: center;
    color: #fff;
    margin-top: 30px;
}

.bottom .nav a {
    display: block;
    width: 144px;
    text-align: center;
    color: #fff;
}

.bottom .nav a:hover {
    color: #b9d618;
}

.bottom .Copyright {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

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

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

.crumb {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 2;
}

.crumb ul {
    width: 77%;
    margin: 0 auto;
    display: flex;
}

.crumb ul li {
    display: flex;
    align-items: center;
    height: 106px;
    font-size: 20px;
    color: #999;
    margin-right: 20px;
}

.crumb ul li i {
    display: block;
    width: 24px;
    height: 22px;
    background: url(../images/index-icon.png) no-repeat center center;
    margin-right: 10px;
}

.crumb ul li a {
    font-size: 20px;
    color: #999;
}

.crumb ul li a:hover {
    text-decoration: underline;
}

.title h3 {
    font-size: 80px;
    font-family: 'Oswald';
    font-weight: normal;
    color: #127BB3;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.title h4 {
    font-size: 36px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.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;
}
#index .index-title {
    text-transform: uppercase;
}

#index .index-title h2 {
    font-size: 80px;
    font-family: 'Oswald';
    font-weight: normal;
    color: #127BB3;
    line-height: 80px;
}

#index .index-title h3 {
    font-size: 36px;
    font-weight: normal;
    color: #333;
    margin-top: 24px;
    margin-bottom: 48px;
}

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

#index .banner .banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
}

#index .banner .swiper-container {
    width: 100%;
    height: 900px;
    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: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -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;
    z-index: 20;
}

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

#index .banner .swiper-slide .text p {
    font-size: 48px;
    margin-bottom: 50px;
}

#index .banner .swiper-slide .text a {
    display: block;
    width: 134px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    background-color: #bad618;
    letter-spacing: 3px;
    transition: .3s;
    color: #333;
}

#index .banner .swiper-slide .text a:hover {
    background-color: #c3e01a;
}

#index .banner .swiper-slide .text a:active {
    background-color: #aec917;
}

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

#index .banner .pagination {
    width: 54px;
    top: 50%;
    right: 6.25%;
    transform: translateY(-50%);
    left: auto;
    bottom: auto;
}

#index .banner .pagination span {
    display: block;
    width: 9px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#index .banner .pagination span.swiper-pagination-switch {
    opacity: 1;
}

#index .banner .pagination span.swiper-pagination-switch {
    opacity: 1;
}

#index .banner .pagination span.swiper-pagination-switch.swiper-active-switch {
    background-color: transparent;
    border: 2px solid #fff;
    position: relative;
}

#index .banner .pagination span.swiper-pagination-switch.swiper-active-switch:nth-child(1)::after {
    content: '01';
    display: block;
    position: absolute;
    left: 20px;
    top: -12px;
    font-size: 24px;
    color: #fff;
}

#index .banner .pagination span.swiper-pagination-switch.swiper-active-switch:nth-child(2)::after {
    content: '02';
    display: block;
    position: absolute;
    left: 20px;
    top: -12px;
    font-size: 24px;
    color: #fff;
}

#index .banner .pagination span.swiper-pagination-switch.swiper-active-switch:nth-child(3)::after {
    content: '03';
    display: block;
    position: absolute;
    left: 20px;
    top: -12px;
    font-size: 24px;
    color: #fff;
}

#index .about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 80px 0;
}

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

#index .about .container .text {
    width: 50%;
    padding-left: 80px;
}

#index .about .container .text p {
    font-size: 14px;
    color: #999;
    margin-bottom: 24px;
}

#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;
    justify-content: space-between;
    padding: 80px 0 0 0;
    overflow: hidden;
}

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

#index .product .container .left .index-title {
    margin-bottom: 100px;
}

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

#index .product .container .right {
    width: 68%;
    padding-left: 60px;
}

#index .product .container .right .swiper-container2 {
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    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;
}

#index .product .container .right .swiper-slide .content-slide .text-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 480px;
    height: 100%;
    background-color: #127bb3;
    box-sizing: border-box;
    padding: 0 50px;
}

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

#index .product .container .right .swiper-slide .content-slide .text-mask span {
    display: block;
    width: 85%;
    height: 42px;
    line-height: 42px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 60px;
}

#index .product .container .right .swiper-slide .content-slide .text-mask .line {
    height: 42px;
    border-left: 1px solid #fff;
    margin-top: 24px;
    margin-bottom: 24px;
}

#index .product .container .right .swiper-slide .content-slide .text-mask p {
    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%;
    text-align: center;
    font-size: 18px;
    color: #405b63;
    position: relative;
    display: flex;
    align-items: center;
}

#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: block;
    width: 100%;
    height: 33px;
    margin: 0 auto 12px auto;
    background: url(../images/li-more.png) no-repeat center center;
}

#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.jpg) no-repeat center bottom;
}

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

#index .friend .container .right {
    width: 50%;
    margin-bottom: 80px;
    background-color: #127bb3;
    overflow: hidden;
}

#index .friend .container .right .index-title {
    margin-left: 80px;
    margin-top: 70px;
}

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

#index .friend .container .right .index-title h3 {
    color: #fff !important;
    margin-bottom: 70px;
}

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

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

#index .culture .container .culture-text {
    width: 100%;
    height: 370px;
    background: url(../images/culture.jpg) no-repeat center top;
    background-color: #00768e;
    margin: 80px auto;
}

@media screen and (max-width: 1920px) {
    #index .culture .container .culture-text {
        background-size: auto 100%;
    }
}

@media screen and (min-width: 1930px) {
    #index .culture .container .culture-text {
        background-size: 100% auto;
    }
}

#index .culture .container .culture-text p {
    height: 370px;
    line-height: 370px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

#index .news .container {
    display: flex;
    padding-bottom: 80px;
    overflow: hidden;
}

#index .news .container .left {
    padding-right: 80px;
}

#index .news .container .left a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    transition: .3s;
}

#index .news .container .left a:nth-last-child(2) {
    color: #fff;
    background-color: #127bb3;
    margin-bottom: 20px;
}

#index .news .container .left a:nth-last-child(2):hover {
    background-color: #c3e01a;
}

#index .news .container .left a:nth-last-child(2):active {
    background-color: #aec917;
}

#index .news .container .left a:nth-last-child(1) {
    color: #333;
    background-color: #e5e5e5;
}

#index .news .container .middle {
    width: 30%;
}

#index .news .container .middle img {
    display: block;
    width: 100%;
}

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

#index .news .container .right ul li a {
    color: #666;
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    padding: 40px 30px;
    border-bottom: 1px solid #eee;
}

#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: 120px;
    text-align: center;
}

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

#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: 18px;
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
    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: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#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,
#about .introduce .container .introduce-content .logoImg img,
#about .environment .container table tr td img,
#about .environment .container table tr td .mask,
#about .environment .container table tr td .mask .mask-text,
#about .environment .container .env-content .env-item img,
#about .environment .container .env-content .env-item .mask,
#about .environment .container .env-content .env-item .mask .mask-text,
#about .video .container .video-1 .videoBox .mask i,
#about .honor .container #honor-banner table tr td .item .bannerImg img,
#about .honor2 .container #honor-banner2 table tr td .item .bannerImg img,
#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: 590px;
    position: relative;
}

@media screen and (max-width: 1920px) {
    #about .banner,
    #news .banner,
    #newsDetails .banner,
    #product .banner,
    #productDetails .banner,
    #recruit .banner,
    #contact .banner {
        background-size: auto 100%;
    }
}

@media screen and (min-width: 1930px) {
    #about .banner,
    #news .banner,
    #newsDetails .banner,
    #product .banner,
    #productDetails .banner,
    #recruit .banner,
    #contact .banner {
        background-size: 100% auto;
    }
}

#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: 260px;
    margin: 0 auto;
    text-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
}

#about .banner .banner-title::before,
#news .banner .banner-title::before,
#newsDetails .banner .banner-title::before,
#product .banner .banner-title::before,
#productDetails .banner .banner-title::before,
#recruit .banner .banner-title::before,
#contact .banner .banner-title::before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: -100px;
    top: 40%;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
    animation: titleMoveL .8s .5s;
    animation-fill-mode: backwards;
}

#about .banner .banner-title::after,
#news .banner .banner-title::after,
#newsDetails .banner .banner-title::after,
#product .banner .banner-title::after,
#productDetails .banner .banner-title::after,
#recruit .banner .banner-title::after,
#contact .banner .banner-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    right: -100px;
    top: 40%;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
    animation: titleMoveR .8s .5s;
    animation-fill-mode: backwards;
}

#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: 48px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    animation: titleMove .8s .5s;
    animation-fill-mode: backwards;
}

#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: 24px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    animation: titleMove .8s .5s;
    animation-fill-mode: backwards;
    white-space: nowrap;
}

#about {
    background-color: #f3f3f3;
}

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

#about .crumb {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 2;
}

#about .crumb ul {
    width: 77%;
    margin: 0 auto;
    display: flex;
}

#about .crumb ul li {
    display: flex;
    align-items: center;
    height: 106px;
    font-size: 20px;
    color: #999;
    margin-right: 20px;
}

#about .crumb ul li i {
    display: block;
    width: 24px;
    height: 22px;
    background: url(../images/index-icon.png) no-repeat center center;
    margin-right: 10px;
}

#about .crumb ul li a {
    font-size: 20px;
    color: #999;
}

#about .crumb ul li a:hover {
    text-decoration: underline;
}

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

#about .menu ul {
    width: 77%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#about .menu ul li {
    height: 310px;
    display: flex;
    align-items: center;
}

#about .menu ul li a {
    display: block;
}

#about .menu ul li a i {
    display: block;
    width: 64px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/menu-icon.png) no-repeat;
    margin-bottom: 20px;
    transition: .3s;
}

#about .menu ul li a p {
    font-size: 30px;
    color: #ccc;
    transition: .3s;
}

#about .menu ul li a:hover p {
    color: #00768e;
}

#about .menu ul li:nth-child(1) a i {
    background-position: 2px -90px;
}

#about .menu ul li:nth-child(1) a:hover i {
    background-position: 2px 0;
}

#about .menu ul li:nth-child(2) a i {
    background-position: -77px -90px;
}

#about .menu ul li:nth-child(2) a:hover i {
    background-position: -77px 0;
}

#about .menu ul li:nth-child(3) a i {
    background-position: -158px -90px;
}

#about .menu ul li:nth-child(3) a:hover i {
    background-position: -158px 0;
}

#about .menu ul li:nth-child(4) a i {
    background-position: -239px -90px;
}

#about .menu ul li:nth-child(4) a:hover i {
    background-position: -239px 0;
}

#about .introduce .container {
    padding-top: 120px;
    padding-bottom: 80px;
}

#about .introduce .container .introduce-content {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-top: 80px;
}

#about .introduce .container .introduce-content .text {
    width: 50%;
    min-height: 280px;
    box-sizing: border-box;
    padding: 40px 50px;
    background-color: #127BB3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

#about .introduce .container .introduce-content .logoImg {
    width: 50%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

#about .introduce .container .introduce-content .logoImg img {
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

#about .introduce .container .idea .ideaImg {
    width: 50%;
    height: 560px;
    position: relative;
    overflow: hidden;
}

#about .introduce .container .idea .ideaImg img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#about .introduce .container .idea .text {
    width: 50%;
    height: 560px;
    padding: 60px 80px 0;
    color: #fff;
    box-sizing: border-box;
}

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

#about .introduce .container .idea .text h5 {
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
}

#about .introduce .container .idea .text h6 {
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
}

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

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

#about .environment .container {
    padding-top: 120px;
    padding-bottom: 80px;
}

#about .environment .container table {
    width: 100%;
    border-spacing: 20px;
    padding-top: 80px;
}

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

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

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

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

#about .environment .container table tr td:hover .mask {
    opacity: 1;
    top: 50%;
}

#about .environment .container table tr td .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 119, 143, 0.6);
    transition: .3s;
    opacity: 0;
    top: 0;
}

#about .environment .container table tr td .mask .mask-text {
    position: absolute;
    text-align: center;
}

#about .environment .container table tr td .mask .mask-text p {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

#about .environment .container table tr td .mask .mask-text input {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 8px 16px;
    cursor: pointer;
}

#about .environment .container .env-content {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    padding-top: 80px;
}

#about .environment .container .env-content .env-item {
    width: 100%;
    height: 390px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#about .environment .container .env-content .env-item:nth-child(3) {
    grid-column-start: span 2;
}

#about .environment .container .env-content .env-item:nth-child(4) {
    grid-column-start: span 2;
}

#about .environment .container .env-content .env-item img {
    height: 100%;
    display: block;
    position: absolute;
}

#about .environment .container .env-content .env-item:hover .mask {
    opacity: 1;
    top: 50%;
}

#about .environment .container .env-content .env-item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 119, 143, 0.6);
    transition: .3s;
    opacity: 0;
    top: 0;
}

#about .environment .container .env-content .env-item .mask .mask-text {
    position: absolute;
    text-align: center;
}

#about .environment .container .env-content .env-item .mask .mask-text p {
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

#about .environment .container .env-content .env-item .mask .mask-text input {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 8px 16px;
    cursor: pointer;
}

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

#about .video {
    background: url(../images/about-video-1.jpg) no-repeat right bottom;
    background-size: 95% auto;
}

#about .video .container {
    padding: 120px 5% 80px 5%;
    box-sizing: border-box;
}

#about .video .container .video-1 {
    display: flex;
    margin-top: 80px;
}

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

#about .video .container .video-1 .videoBox video {
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#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;
    opacity: 1;
    transition: .3s;
    transform: translate(-50%, -50%) scale(1);
}

#about .video .container .video-1 .text {
    width: 50%;
    box-sizing: border-box;
    padding-left: 80px;
}

#about .video .container .video-1 .text h3 {
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
    color: #00768e;
}

#about .video .container .video-1 .text p {
    margin-top: 35px;
    line-height: 24px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#about .honor {
    background: url(../images/honor-bg.png) no-repeat right bottom;
    padding-bottom: 200px;
}

#about .honor .container {
    padding-top: 120px;
    padding-bottom: 40px;
    position: relative;
}

#about .honor .container #honor-banner {
    height: 580px;
}

#about .honor .container #honor-banner .swiper-slide,
#about .honor2 .container #honor-banner2 .swiper-slide {
    overflow: hidden;
}

#about .honor .container #honor-banner table {
    width: 100%;
    margin-top: 20px;
}

#about .honor .container #honor-banner table tr td {
    padding: 20px;
}

#about .honor .container #honor-banner table tr td .item {
    width: 400px;
    margin: 0 auto;
    background-color: #00768e;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 5px 0 20px #ededed;
}

#about .honor .container #honor-banner table tr td .item .bannerImg {
    height: 360px;
    position: relative;
}

#about .honor .container #honor-banner table tr td .item .bannerImg img {
    max-width: 80%;
    max-height: 80%;
    display: block;
}

#about .honor .container #honor-banner table tr td .item h4 {
    width: 100%;
    background-color: #fff;
    color: #00768e;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    height: 80px;
    line-height: 80px;
}

#about .honor .container .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#about .honor .container .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #555;
    margin: 0 20px;
    opacity: 0.8;
    background-color: transparent;
    border: 1px solid #00768e;
    cursor: pointer;
}

#about .honor .container .swiper-active-switch {
    background-color: #00768e;
}

#about .honor .container a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50% 50%;
    box-shadow: 5px 0 20px #ededed;
    position: absolute;
    z-index: 20;
    bottom: 0;
    transition: .1s;
    text-align: center;
    line-height: 60px;
    color: rgba(0, 118, 142, 0.6);
    font-size: 24px;
}

#about .honor .container a:hover {
    background-color: #00768e;
    color: #fff;
}

#about .honor .container a.arrow-left {
    left: 30%;
}

#about .honor .container a.arrow-right {
    right: 30%;
}

#about .honor2 {
    background: url(../images/honor-bg.png) no-repeat right bottom;
    padding-bottom: 200px;
}

#about .honor2 .container {
    padding-bottom: 40px;
    position: relative;
}

#about .honor2 .container #honor-banner2 {
    height: 580px;
}

#about .honor2 .container #honor-banner2 table {
    width: 100%;
    margin-top: 20px;
}

#about .honor2 .container #honor-banner2 table tr td {
    padding: 20px;
}

#about .honor2 .container #honor-banner2 table tr td .item {
    width: 400px;
    margin: 0 auto;
    background-color: #00768e;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 5px 0 20px #ededed;
}

#about .honor2 .container #honor-banner2 table tr td .item .bannerImg {
    height: 360px;
    position: relative;
}

#about .honor2 .container #honor-banner2 table tr td .item .bannerImg img {
    max-width: 80%;
    max-height: 80%;
    display: block;
}

#about .honor2 .container #honor-banner2 table tr td .item h4 {
    width: 100%;
    background-color: #fff;
    color: #00768e;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    height: 80px;
    line-height: 80px;
}

#about .honor2 .container .pagination2 {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#about .honor2 .container .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #555;
    margin: 0 20px;
    opacity: 0.8;
    background-color: transparent;
    border: 1px solid #00768e;
    cursor: pointer;
}

#about .honor2 .container .swiper-active-switch {
    background-color: #00768e;
}

#about .honor2 .container a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50% 50%;
    box-shadow: 5px 0 20px #ededed;
    position: absolute;
    z-index: 20;
    bottom: 0;
    transition: .1s;
    text-align: center;
    line-height: 60px;
    color: rgba(0, 118, 142, 0.6);
    font-size: 24px;
}

#about .honor2 .container a:hover {
    background-color: #00768e;
    color: #fff;
}

#about .honor2 .container a.arrow-left {
    left: 30%;
}

#about .honor2 .container a.arrow-right {
    right: 30%;
}

#about .env-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 .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;
    z-index: 20;
}

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

#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/product-banner.jpg);
}

#news .newsList {
    background: url(../images/news-bg.png) no-repeat right 240px;
    padding-bottom: 120px;
}

#news .newsList .title {
    margin-top: 120px;
}

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

#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: 73%;
    margin: 0 auto;
}

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

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

#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 .newsImg {
    width: 40%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

#news .newsList .newsItem li a .newsImg img {
    display: block;
    height: 100%;
}

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

#news .newsList .newsItem li a .text h3 {
    font-size: 22px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#news .newsList .newsItem li a .text p {
    color: #999;
    margin-top: 40px;
    line-height: 24px;
    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 {
    color: #999;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

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

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

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

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

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

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

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

#newsDetails .content .container img {
    display: block;
    width: 50%;
    margin: 40px auto;
}

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

#newsDetails .content .container .page a {
    display: block;
    color: #999;
}

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

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

#newsDetails .content .container .page .back {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    background: url(../images/back.png) no-repeat right center;
    color: 24px;
}

#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-bottom: 120px;
    /* 分类 */
    /* 分类 */
}

#product .content .container .title {
    margin-top: 120px;
    margin-bottom: 80px;
}

#product .content .container .cation-content {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    box-shadow: 5px 0 20px #ededed;
    border: 1px solid #eee;
}

#product .content .container .cation-middle {
    line-height: 48px;
    background: #fff;
    padding: 10px 20px 10px 30px;
    font-size: 16px;
}

#product .content .container .cation-list dt {
    float: left;
    width: 64px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    color: #333;
    font-weight: normal;
}

#product .content .container :before,
#product .content .container :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#product .content .container .cation-list dt:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 22px;
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#product .content .container .cation-list dd {
    margin-left: 64px;
    display: flex;
    flex-wrap: wrap;
}

#product .content .container .cation-list dd>a,
#product .cation-item>a {
    color: #999;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    float: left;
    border-right: 1px solid #e0e0e0;
    padding: 0 30px;
    margin: 17px 0;
}

#product .content .container .cation-list dd a.on,
#product .content .container .cation-list a:hover {
    color: #00768e;
}

#product .cation-item {
    position: relative;
}

#product .cation-item ul {
    position: absolute;
    width: 300px;
    height: 600px;
    left: 0;
    top: 70px;
    background-color: #fff;
    z-index: 50;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: scroll;
}

#product .cation-item ul li {
    border-bottom: 1px dashed #ccc;
}

#product .cation-item ul li:last-child {
    border-bottom: none;
}

#product .cation-item ul li .list-page {
    display: flex;
}

#product .cation-item ul li .list-page a {
    display: block;
    flex: 1;
    padding: 10px 0;
    text-align: center;
    background-color: #fff;
    color: #333;
}


/* #product .cation-item ul li .list-page a:first-child {
    border-right: 1px dashed #ccc;
}

#product .cation-item ul li:last-child {
    border: none;
} */

#product .cation-item ul li>a {
    display: block;
    box-sizing: border-box;
    padding: 10px 40px;
    background-color: #fff;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#product .cation-item ul li a:hover {
    background-color: #f5f5f5;
}

#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: 25%;
    padding-bottom: 40px;
}

#product .content .container table tr td .item {
    width: 80%;
    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: 180px;
}

#product .content .container table tr td .item a h4 {
    line-height: 27px;
    font-size: 18px;
    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: 40px;
}

#product .content .container table tr td .item a .btn span {
    color: #999;
}

#product .content .container table tr td .item a .btn input {
    width: 100px;
    height: 32px;
    font-size: 16px;
    background-color: #00768e;
    color: #fff;
}

#productDetails {
    background: url(../images/product-bg.png) no-repeat right 1200px;
    background-color: #f3f3f3;
}

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

.product-main {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 100px;
}

#productDetails .text {
    width: 60%;
    box-sizing: border-box;
    margin-left: 20px;
}

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

#productDetails .text p {
    box-sizing: border-box;
    color: #999;
    line-height: 1.5em;
    text-align: left;
    padding: 10px 20px;
}

#productDetails .text p:nth-child(2) {
    box-sizing: border-box;
    background-color: #007188;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
}

#productDetails .text p:nth-child(3) {
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    padding: 10px 20px;
    margin-bottom: 20px;
}

#productDetails .productImg h3 {
    width: 70%;
    margin: 0 auto 80px auto;
    font-size: 30px;
    line-height: 100px;
    border-bottom: 1px solid #eb9335;
    color: #333;
}

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

#productDetails .productImg .container div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    overflow: hidden;
	padding:50px;
	line-height:26px;
}

#productDetails .productImg .container div img {
    width: 80%;
    margin: 20px auto;
}

#productDetails .swiper-container {
    width: 1000px;
    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: 120px;
}

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

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

#recruit {
    background-color: #f3f3f3;
}

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

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

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

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

#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: 60px 40px;
    background-color: #00768e;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 80px;
    box-shadow: 5px 0 20px #ededed;
}

#recruit .content .container .cardMiddle {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

#recruit .content .container .cardMiddle div {
    width: 30%;
    background-color: #fff;
    box-shadow: 5px 0 20px #ededed;
}

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

#recruit .content .container .cardMiddle div i {
    display: block;
    text-align: center;
    font-size: 50px;
    color: #999;
    margin: 0 auto;
    margin-top: 40px;
}

#recruit .content .container .cardMiddle div p {
    text-align: center;
    font-size: 24px;
    color: #999;
    margin-bottom: 50px;
}

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

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

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

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

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

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

#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: 20px 30px 20px 30px;
    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: 20px 30px 20px 30px;
}

#recruit .content .container .cd-accordion-menu .condition {
    width: 96%;
    margin: 20px auto;
    padding-bottom: 40px;
    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: 24px;
}

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

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

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

#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: 20px;
}

#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;
    padding: 0 30px 0 30px;
    background: #00768e;
    color: #fff;
    font-size: 1.6rem;
}

#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;
    margin-top: 20px;
}

#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: 120px 0 120px 0;
}

#contact .content .message {
    background-color: #fff;
    box-shadow: 5px 0 20px #ededed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

#contact .content .message .left {
    width: 40%;
}

#contact .content .message .left ul {
    padding-left: 10%;
}

#contact .content .message .left ul li {
    display: flex;
    align-items: center;
}

#contact .content .message .left ul li i {
    font-size: 30px;
    color: #00768e;
}

#contact .content .message .left ul li .text {
    padding: 30px;
}

#contact .content .message .left ul li .text h4 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

#contact .content .message .left ul li .text P {
    color: #999;
}

#contact .content .message .right {
    width: 60%;
    box-sizing: border-box;
    border: 5px solid #fff;
}

#contact .content .message .right #dituContent {
    width: 100%;
    height: 500px;
}

#contact .content .messageInput {
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px;
    padding-top: 50px;
    margin-top: 100px;
}

#contact .content .messageInput .inputBlock {
    display: flex;
    margin-bottom: 20px;
}

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

#contact .content .messageInput .inputBlock .input-item:nth-child(1) {
    margin-right: 40px;
}

#contact .content .messageInput .inputBlock label {
    display: block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    text-align: right;
}

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

#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: 16px;
    line-height: 50px;
    font-family: '微软雅黑';
}

#contact .content .messageInput .inputBlock input[type=submit] {
    display: block;
    width: 180px;
    height: 50px;
    background-color: #00768e;
    color: #fff;
    font-size: 16px;
    transition: .1s;
}

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

#contact .content .messageInput .inputBlock input[type=submit]:active {
    background-color: #007188;
}
.footer {
  overflow: hidden;
  background: url(../images/city.png) no-repeat;
  background-color: #1a1f2a;
  background-position-x: 70%;
  background-position-y: bottom;
}

.footer .container {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .container .footer-text ul {
  display: flex;
}

.footer .container .footer-text ul li {
  color: #fff;
  margin-right: 30px;
  line-height: 1.5em;
}

.footer .container .footer-text ul li a {
  color: #fff;
  line-height: 1.5em;
  transition: .1s;
}

.footer .container .footer-text ul li a:hover {
  color: #fa983a;
}

.footer .container .footer-text p {
  color: #fff;
  line-height: 1.5em;
  margin-top: 20px;
}

.footer .container .footer-text p a {
  color: #fff;
  line-height: 1.5em;
  text-decoration: underline;
  transition: .1s;
}

.footer .container .footer-text p a:hover {
  color: #fa983a;
}

.footer .container > a {
  display: block;
}

.footer .container > a img {
  margin: 40px 0;
}

.footer .footer-line {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}
.get-top {
  width: 72px;
  height: 72px;
  color: #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 22;
  border-radius: 36px;
  line-height: 82px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: url(../images/getTop.png) no-repeat center 14px;
  background-color: #fa983a;
}

.get-top:hover {
  background-color: #ff9d42;
}

.get-top:active {
  background-color: #f59337;
}

.menu {
  border-bottom: 1px solid #ddd;
}

.menu ul {
  display: flex;
  width: 1400px;
}

.menu ul li {
  margin-right: 100px;
}

.menu ul li a {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #333;
}

.menu ul li a.active {
  border-bottom: 3px solid #18A98C;
}

.menu ul li a:hover {
  color: #18A98C;
}

.get-page {
  display: flex;
  justify-content: center;
}

.get-page > a {
  display: block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  transition: .1s;
}

.get-page > a:hover {
  color: #35b9e0;
}

.get-page .page-num {
  display: flex;
}

.get-page .page-num .page-more {
  display: none;
}

.get-page .page-num a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  transition: .1s;
}

.get-page .page-num a:hover {
  color: #35b9e0;
}

.get-page .page-num a.active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #35b9e0;
  border-bottom: 1px solid #35b9e0;
}
.lmzb{float:left; max-width:1100px;}
.lmyb{float:right; width:135px;}




.th_nav{ width:100%;}

.th_nav ul{ width:100%; margin-top:50px; margin-bottom:15px;}

.th_nav ul li{ width:40%; line-height:160px; float:left; text-align:center; border:1px solid #eee; margin-left:5%; margin-bottom:3%;}
.th_nav ul img{ margin-right:10px; }
.th_nav ul li a{ width:100%; line-height:160px; color:#333; display:block; }
.th_nav ul li a:hover{ background-color: #fff; color:#18A98C;}
.th_nav ul li:hover{ border:1px solid #18A98C;}


.th_nav ul li a.active { background-color: #fff; color:#18A98C;}

.footer_lf{ width:68%; float:left; padding-top:3%;}
.footer_lf ul li { width:14%; margin-left:4%; float:left;  text-align:left;}
.footer_lf ul li a { color:#fff;}
.footer_lf ul li a:hover { color:#F90;}
.footer_lf ul li dl dt { width:100%; height:40px; line-height:40px; font-size:18px; }
.footer_lf ul li dl dd { width:100%; height:30px; line-height:30px; font-size:15px;}
.footer_lf ul li dl dd a { color:#fff;}

.footer_rg{ width:25%;float:right;}
.fot_rg_nr{ padding-top:13%; }
.fot_rg_nr .ewm_r{ width:106px; height:130px; font-size:13px; text-align:center; color:#fff; float:left; margin-right:30px;}
.footer_rg ul{ margin:20px 0;} 
.footer_rg ul li{ width:100%; height:30px; line-height:30px; font-size:12px; color:#fff; text-indent:40px;}
