﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}
.active{
	color:#1fbdbe
}
.clear {
    clear: both;
    overflow: hidden;
}
.news_main .news_item .news_left .n_l_more a{
	color:#fff!important;
}
.x_header {
    width: 160px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-right: 1px solid #eee;
    z-index: 9;
}

.x_header .logo {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

.x_header .nav_control {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    width: 44px;
    height: 44px;
    border: 1px solid #eeeeee;
    cursor: pointer;
}

.x_header .nav_control span {
    width: 20px;
    height: 2px;
    background: #313131;
    display: block;
    margin: 20px 0 0 13px;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.x_header .nav_control span:before,
.x_header .nav_control span:after {
    content: '';
    width: 14px;
    height: 2px;
    background: #313131;
    position: absolute;
    left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.x_header .nav_control span:before {
    top: -8px;
}

.x_header .nav_control span:after {
    bottom: -8px;
}

.x_header .nav_control:hover span {
    width: 28px;
}

.x_header .nav_control:hover span:before {
    width: 22px;
}

.x_header .nav_control:hover span:after {
    width: 16px;
}

.x_header .nav_control.active span {
    background: transparent;
    margin-left: 10px;
}

.x_header .nav_control.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    width: 24px;
}

.x_header .nav_control.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    width: 24px;
}

.x_header .lang {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

.x_header .lang:before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/earth.png) center no-repeat;
    margin: 0 auto 20px;
}

.x_header .lang a {
    font-size: 12px;
    color: #999;
}

.x_header .lang a.active,
.x_header .lang a:hover {
    color: #333;
}

.x_header .lang .line {
    width: 1px;
    height: 20px;
    background: #eee;
    margin: 15px auto;
}

.fixed_nav {
    position: fixed;
    top: 0;
    left: 160px;
    bottom: 0;
    width: calc(100vw - 160px);
    background: url(../images/index_02.jpg) left center no-repeat;
    background-size: contain;
    padding-left: 7vw;
    z-index: 9;
    -webkit-transition: all 700ms cubic-bezier(.4, 0, 0, 1);
    transition: all 700ms cubic-bezier(.4, 0, 0, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    font-size: 0;
}

.fixed_nav .block {
    width: calc(43vw - 160px);
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 7vw;
}

.fixed_nav .gem {
    font-size: 14px;
    color: #333;
    font-family: 'Arial';
    font-weight: 600;
    position: absolute;
    top: 60px;
    left: 0;
}

.fixed_nav .copyright {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 24px;
    font-family: 'Arial';
    position: absolute;
    left: 0;
    bottom: 60px;
}

.fixed_nav .copyright a {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 24px;
    font-family: 'Arial';
}

.fixed_nav ul {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 22vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms cubic-bezier(.4, 0, 0, 1);
    transition: all 400ms cubic-bezier(.4, 0, 0, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.fixed_nav ul li {
    position: relative;
    margin-top: 14px;
    padding-bottom: 14px;
}

.fixed_nav ul li a.sin {
    display: block;
    font-size: 18px;
    color: #3a3a3a;
    line-height: 36px;
    -webkit-transition: all 400ms cubic-bezier(.4, 0, 0, 1);
    transition: all 400ms cubic-bezier(.4, 0, 0, 1);
}

.fixed_nav ul li .hover {
    position: absolute;
    right: 0;
    top: 0;
    left: 150px;
    text-align: right;
    z-index: 99;
}

.fixed_nav ul li .hover:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    right: 120px;
    height: 1px;
    background: #dddddd;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.fixed_nav ul li .hover .link {
    width: 120px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
}

.fixed_nav ul li .hover a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.fixed_nav ul li .hover a:hover {
    color: #1fbdbe;
}

.fixed_nav ul li:hover a.sin {
    color: #1fbdbe;
}

.fixed_nav ul li:hover .hover:before {
    -webkit-transition: all 400ms cubic-bezier(.4, 0, 0, 1);
    transition: all 400ms cubic-bezier(.4, 0, 0, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fixed_nav ul li:hover .hover .link {
    -webkit-transition: all 400ms 400ms cubic-bezier(.4, 0, 0, 1);
    transition: all 400ms 400ms cubic-bezier(.4, 0, 0, 1);
    opacity: 1;
    visibility: visible;
}

.fixed_nav .bg {
    width: 50vw;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fixed_nav.active {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fixed_nav.active ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.csec {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    white-space: normal;
}

.section1 {
    width: 100vw;
    height: 100vh;
    padding-left: 160px;
}

.section1 .left {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 7vw;
    background: url(../images/index_02.jpg) left center no-repeat;
    background-size: cover;
}

.section1 .left:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.section1 .cell {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.section1 .big_title h3 {
    color: #333;
}

.section1 .big_title p {
    color: #666;
}

.section1 .mouse span {
    color: #333;
}

.section1 .right {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #000;
}

.section1 .items {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section1 .bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section1 .bg.slick-current {
    -webkit-animation: scale_2 8s linear infinite;
    animation: scale_2 8s linear infinite;
}

.section1 .slick-list,
.section1 .slick-track {
    height: 100%;
}

.section1 .control {
    width: 200px;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    text-align: center;
}

.section1 .btn {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.section1 .left_btn {
    background-image: url(../images/left_icon3.png);
    margin-right: 20px;
}

.section1 .right_btn {
    background-image: url(../images/right_icon3.png);
    margin-left: 20px;
}

.section1 span.curr {
    font-size: 34px;
    color: #c39c62;
    font-family: 'Reznor';
    display: inline-block;
    vertical-align: middle;
}

.section1 i,
.section1 span.total {
    font-size: 16px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}

.section1 i {
    margin: 0 5px;
}

.big_title:before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #1fbdbe;
    margin-bottom: 45px;
}

.big_title h3 {
    font-size: 42px;
    color: #fff;
    line-height: 1.4;
}

.big_title p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 30px;
}

.big_title .mouse {
    margin-top: 110px;
    font-size: 0;
}

.big_title .mouse .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #1fbdbe;
    position: relative;
    padding-left: 8px;
    line-height: 30px;
}

.big_title .mouse span {
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.head {
    width: 100%;
    overflow: hidden;
    height: 102px;
    line-height: 101px;
    border-bottom: 1px solid #dcdcdc;
}

.heads {
    max-width: 1320px;
    margin: auto;
}

.innerlogo {
    width: 18%;
    float: left;
}

.innerlogo img {
    width: 100%;
}

.right_head {
    float: right;
}

.language {
    width: 40px;
    height: 30px;
    border: 1px solid #cccccc;
    line-height: 28px;
    text-align: center;
    float: right;
    margin-top: 33px;
}

.search {
    float: right;
    position: relative;
    line-height: 30px;
    margin-top: 33px;
    margin-right: 12px;
}

.search form {
    height: 30px;
}

.search input[type=text] {
    width: 300px;
    height: 30px;
    background: none;
    border: 1px solid #cccccc;
    padding-left: 10px;
    outline: none;
}

.search input[type=submit] {
    width: 19px;
    height: 19px;
    background: url(../images/search.png) center no-repeat;
    border: none;
    outline: none;
    position: absolute;
    right: 7px;
    top: 5px;
}

.nav {
    width: 100%;
    line-height: 35px;
    height: 35px;
    background: #f2f2f2;
}

.navs {
    max-width: 1320px;
    margin: auto;
}

.tel {
    width: 19.7%;
    height: 35px;
    background: #1fbdbe;
    float: right;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.tel img {
    margin-top: -5px;
    margin-right: 5px;
}

.nav ul {
    margin-bottom: 0;
    width: 78%;
    float: left;
}

.nav ul li {
    width: 12.5%;
    float: left;
    text-align: center;
    position: relative;
}

.nav ul li a {
    font-size: 14px;
    color: #000;
    display: block;
}

.nav ul li .detailnav {
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0;
    z-index: 999;
    display: none;
    background: #f2f2f2;
}

.nav ul li .detailnav li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.nav ul li .detailnav li a {
    font-size: 13px;
}

.nav ul li:hover .detailnav {
    display: block;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	display:none;
}

.banner_contents {
    max-width: 1200px;
    margin: auto;
}

.banner_title {
    font-size: 48px;
    color: #fff;
    font-family: "黑体";
    padding-top: 110px;
}

.banner_intro {
    font-size: 17px;
    color: #fff;
    font-family: "黑体";
    line-height: 30px;
}

.intro {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.intros {
    max-width: 1200px;
    margin: auto;
}

.intro_title {
    font-size: 36px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.intro_con {
    font-size: 20px;
    color: #333;
    line-height: 40px;
    margin-top: 30px;
    font-weight: 300;
    text-align: center;
}

.intro_details img {
    width: 100%;
}

.intro_details:nth-child(2n+1) .intro_detail_img {
    width: 48%;
    float: left;
}

.intro_details:nth-child(2n) .intro_detail_img {
    width: 48%;
    float: right;
}

.intro_details {
    overflow: hidden;
    margin-top: 40px;
}

.intro_details:nth-child(2n+1) .intro_detail_word {
    width: 46.6%;
    float: right;
}

.intro_details:nth-child(2n) .intro_detail_word {
    width: 46.6%;
    float: left;
}

.intro_detail_word_title {
    font-size: 36px;
    color: #000;
    font-weight: 300;
    margin-top: 80px;
}

.intro_detail_word_titles {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 300;
    margin: 20px 0;
}

.intro_detail_word_content {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 30px;
}

.chengnuo {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    line-height: 35px;
    margin-top: 60px;
}

.join {
    margin-top: 40px;
    width: 100%;
    position: relative;
}

.joinbg img {
    width: 100%;
}

.joins {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 75px;
    padding-right: 85px;
}

.left_join {
    float: left;
}

.left_join_top {
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    padding-top: 70px;
}

.left_join_bottom {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    max-width: 650px;
    margin-top: 15px;
    line-height: 30px;
}

.right_join a {
    display: block;
    width: 276px;
    height: 51px;
    background: #1fbdbe;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #fff;
    float: right;
    margin-top: 105px;
}

.intro_link {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.intro_links {
    background: #f0f0f0;
    text-align: center;
    width: 23.5%;
    float: left;
    margin-right: 2%;
    padding: 0 12px;
}

.intro_links:last-child {
    margin-right: 0;
}

.intro_links_title {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    padding-top: 60px;
}

.intro_links_con {
    font-size: 16px;
    color: #525e61;
    font-weight: 300;
    line-height: 25px;
    margin-top: 25px;
}

.intro_links_icon {
    font-size: 54px;
    color: #c4ced1;
    font-weight: 300;
    padding-bottom: 15px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 40px;
}

.foots {
    max-width: 1320px;
    margin: auto;
}

.cname {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-top: 15px;
}

.fcons {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 23px;
}

.fcon {
    margin-top: 20px;
}

.fcon_more a {
    display: block;
    width: 100px;
    height: 34px;
    background: #1fbdbe;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-top: 25px;
}

.fcontact {
    float: left;
    padding-right: 80px;
    height: 278px;
    border-right: 1px solid #cccccc;
}

.liuyan_title {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    margin-bottom: 25px;
}

.liuyan {
    float: left;
    padding-left: 78px;
    height: 278px;
    border-left: 1px solid #fff;
    border-right: 1px solid #cccccc;
    padding-right: 80px;
}

.liuyan input[type=text] {
    width: 440px;
    height: 30px;
    border: none;
    background: #e0e0e0;
    padding-left: 10px;
    outline: none;
    margin-bottom: 2px;
}

.liuyan input[type=submit] {
    width: 86px;
    height: 29px;
    color: #fff;
    background: #323031;
    border: none;
    outline: none;
    margin-top: 15px;
}

.saoma {
    float: left;
    height: 278px;
    border-left: 1px solid #fff;
    padding-left: 87px;
    padding-top: 45px;
}

.saoma_img {
    float: left;
}

.saoma_word {
    float: left;
    font-size: 16px;
    color: #010101;
    padding-top: 40px;
    margin-left: 30px;
    line-height: 25px;
}

.copy {
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    background: #fff;
}

.copys {
    max-width: 1320px;
    margin: auto;
}

.copy a {
    font-size: 14px;
    color: #5d5d5d;
}

.left_copy {
    float: left;
}

.right_copy {
    float: right;
}

.contact {
    width: 100%;
    overflow: hidden;
}

.contacts {
    max-width: 1200px;
    margin: auto;
}

.contacttitle {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: 300;
    padding-top: 75px;
}

.contacttitles {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 300;
    margin-top: 5px;
}

.contactform {
    text-align: center;
    margin-top: 55px;
}

.contactform input[type=text] {
    width: 525px;
    height: 52px;
    border: 1px solid #ededed;
    background: none;
    outline: none;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.contactform div input[type=text]:nth-child(2) {
    margin-right: 0;
}

.contactform textarea {
    width: 1080px;
    height: 87px;
    border: 1px solid #ededed;
    background: none;
    outline: none;
    padding-left: 20px;
    padding-top: 15px;
}

.contactform input[type=submit] {
    width: 365px;
    height: 52px;
    border-radius: 5px;
    background: #323031;
    color: #fff;
    border: none;
    outline: none;
    margin-top: 30px;
}

.contactdetail {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.left_contact {
    width: 565px;
    height: 450px;
    float: left;
    background: #f5f5f5;
    padding-left: 65px;
    padding-right: 115px;
    padding-top: 40px;
}

.lcname {
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.lcename {
    font-size: 14px;
    color: #b6b6b6;
    font-weight: 300;
}

.lcline {
    width: 380px;
    height: 1px;
    background: #e7e7e7;
    margin-top: 15px;
}

.lcons {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 27px;
}

.lcon {
    margin-top: 20px;
}

.lclink {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-top: 20px;
}

.equipment {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

.equipments {
    max-width: 1200px;
    margin: auto;
}

.equip_top_left {
    width: 58.75%;
    float: left;
}

.equip_top_right {
    width: 32%;
    float: right;
}

.equip_top_right img {
    width: 100%;
}

.equip_top_left_title {
    font-size: 36px;
    color: #292929;
    font-weight: 300;
}

.equip_top_left_con {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 25px;
    margin-top: 20px;
}

.equip_top_left_more a {
    display: inline-block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f2f2f2;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-left: 14px;
    margin-top: 35px;
}

.equip_top_left_more a:hover {
    color: #fff;
    background: #1fbdbe;
}

.equip_top {
    overflow: hidden;
}

.equip {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    -webkit-box-shadow: #f7f7f7 0px 8px 30px;
    -moz-box-shadow: #f7f7f7 0px 8px 30px;
    box-shadow: #f7f7f7 0px 8px 30px;
}

.equip:nth-child(3n) {
    margin-right: 0;
}

.equip_img img {
    width: 100%;
}

.equip_title {
    font-size: 22px;
    color: #000;
    font-weight: 300;
    margin-top: 30px;
}

.equip_con {
    font-size: 16px;
    color: #525e61;
    font-weight: 300;
    padding: 0 30px;
    line-height: 25px;
    margin-top: 15px;
}

.equip_list {
    margin-top: 80px;
}

.ny_news_page {
    margin: 10px auto 0;
    clear: both;
    padding-top: 10px;
    width: 1200px;
    overflow: hidden;
}

.ny_news_page a,
.ny_news_page span {
    display: block;
    float: left;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    width: 70px;
    height: 40px;
    color: #333;
    background-color: #f8f8f8;
    margin-right: 10px
}

.ny_news_page a:hover,
.ny_news_page span {
    background-color: #1fbdbe;
    color: #fff;
}


/**************************/

.ny_news_pageaaa {
    margin-top: 80px;
    margin-bottom: 50px;
}

.equip_join {
    margin-top: 40px;
    width: 100%;
    position: relative;
}

.equip_joinbg img {
    width: 100%;
}

.equip_joins {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 75px;
    padding-right: 85px;
}

.equip_left_join {
    float: left;
}

.equip_left_join_top {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    padding-top: 54px;
}
.ssssssss_0001 .col-md-2{
    text-align: center;
    font-size: 18px;
}
.ssssssss_0001 a img{
    transition: 0.2s ease all;
}
.ssssssss_0001 a:hover img{
transform: scale(1.2);
}
.ssssssss_0001 a p{
    margin-top: 10px;
}
.equip_left_join_bottom {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    max-width: 650px;
    margin-top: 15px;
    line-height: 30px;
}

.annnnnn_00001 a {
    display: block;
    width: 276px;
    height: 51px;
    background: #1fbdbe;
    text-align: center;
    line-height: 51px;
    font-size: 18px;
    color: #fff;
 margin:0 auto;

}
.annnnnn_00001 a:hover{
       background: #353535; 
}
.annnnnn_00001 {
    text-align: center;
    font-size: 36px;
    color: #292929;
    font-weight: 300;
    line-height: 35px;
    margin-top: 75px;
}

.job {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

.jobs {
    max-width: 1200px;
    margin: auto;
}

.job_top_left {
    width: 58.75%;
    float: left;
}

.job_top_right {
    width: 32%;
    float: right;
}

.job_top_right img {
    width: 100%;
}

.job_top_left_title {
    font-size: 36px;
    color: #292929;
    font-weight: 300;
}

.job_top_left_con {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 25px;
    margin-top: 20px;
}

.job_top_left_more a {
    display: inline-block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f2f2f2;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-left: 14px;
    margin-top: 35px;
}

.job_top_left_more a:hover {
    color: #fff;
    background: #1fbdbe;
}

.job_top {
    overflow: hidden;
}

.fulititle {
    text-align: center;
    margin-top: 75px;
}

.fulimaintitle {
    font-size: 36px;
    color: #292929;
    font-weight: 300;
}

.fulititles {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 300;
    margin-top: 10px;
}

.fulis {
    width: 400px;
    float: left;
    margin-top: 40px;
}

.fuli_top img {
    margin-right: 20px;
}

.fuli_top {
    font-size: 20px;
    color: #292929;
}

.fuli_bottom {
    font-size: 16px;
    color: #666666;
    padding-left: 50px;
    margin-top: 20px;
}

.fuli {
    margin-top: 15px;
    overflow: hidden;
}

.zhaoxin {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
    margin-top: 50px;
}

.zhaoxintop {
    display: flex;
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.zhaoxintop span {
    flex: 1;
    text-align: center;
    color: #282828;
    font-size: 18px;
}

.zhaoxins li {
    position: relative;
    margin-top: 30px;
    border: #eee solid 1px;
}

.zhaoxins li .topDiv {
    height: 48px;
    position: relative;
}

.zhaoxins li .topDiv a {
    display: block;
    height: 48px;
}

.zhaoxins li.liNow .topDiv a {
    background: #1fbdbe;
    color: #fff;
}

.zhaoxins li.liNow .msgDiv {
    color: #fff;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv .dd01 {
    text-align: left;
    text-indent: 50px;
    width: 248px;
}

.zhaoxins li .msgDiv dl {
    display: flex;
    overflow: hidden;
    text-decoration: none;
}

.zhaoxins li .msgDiv dd {
    height: 48px;
    float: left;
    line-height: 48px;
    font-size: 14px;
    margin: 0;
    flex: 1;
    text-align: center;
    text-decoration: none;
}


/*.zhaoxins li .msgDiv .dd02 {
    width: 256px;
}
.zhaoxins li .msgDiv .dd03 {
    width: 210px;
}
.zhaoxins li .msgDiv .dd04 {
    width: 192px;
}
.zhaoxins li .msgDiv .dd05 {
    width: 165px;
}*/

dl {
    margin-bottom: 0;
}

.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    display: inherit;
}

.zhaoxins li .zhaoxinsbox {
    display: none;
    color: #5d5d5d;
    padding: 45px 50px 60px;
    overflow: hidden;
    width: 100%;
}

.zhaoxins li h2 {
    position: relative;
    height: 30px;
    color: #1fbdbe;
    font-size: 14px;
}

.zhaoxins li .zhaoxinscontent {
    line-height: 24px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #999;
}

.zhaoxins li .btnDiv a:hover {
    border: #1fbdbe solid 1px;
    background: #1fbdbe;
    color: #fff;
    transition: 0.2s linear;
}

.zhaoxins li .btnDiv {
    margin-top: 20px;
}

.zhaoxins li .btnDiv a {
    display: block;
    width: 118px;
    height: 33px;
    color: #fff;
    background: #323031;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
}

.zhaoxins {
    margin-bottom: 0;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.news {
    max-width: 1200px;
    margin: auto;
}

.newtitle {
    text-align: center;
    margin-bottom: 45px;
}

.newmaintitle {
    font-size: 36px;
    color: #000;
    font-weight: 300;
}

.newtitles {
    font-size: 20px;
    color: #333;
    font-weight: 300;
    margin-top: 10px;
}

.newlists {
    background: #f5f5f5;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 25px 0;
}

.left_new,
.right_new,
.new_img {
    float: left;
}

.left_new {
    width: 192px;
    text-align: center;
}

.newday {
    font-family: "Arial";
    font-size: 72px;
    color: #c2c2c2;
    font-weight: bold;
    padding-top: 30px;
}

.newdate {
    font-family: "Arial";
    font-size: 20px;
    color: #333;
    padding-bottom: 30px;
}

.right_new {
    width: 961px;
    padding-left: 40px;
    border-left: 1px solid #dcdcdc;
}

.new_img {
    width: 220px;
}

.new_img img {
    width: 100%;
}

.new_intro {
    width: 665px;
    float: right;
}

.new_title {
    padding-top: 30px;
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.new_time {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 15px;
}

.new_con span {
    font-size: 16px;
    color: #666;
}

.new_con b {
    font-size: 14px;
    color: #000;
    margin-left: 20px;
    font-weight: normal;
}

.product {
    width: 100%;
    overflow: hidden;
}

.products {
    max-width: 1200px;
    margin: auto;
}

.pnav {
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    line-height: 70px;
    text-align: center;
    margin-bottom: 75px;
}

.pnavs {
    max-width: 1200px;
    margin: auto;
}

.pnavs a {
    display: block;
    float: left;
    width: 12.5%;
}

.pnavs a:hover {

}

.pro_top_left {
    width: 58.75%;
    float: left;
}

.pro_top_right {
    width: 32%;
    float: right;
}

.pro_top_right img {
    width: 100%;
}

.pro_top_left_title {
    font-size: 36px;
    color: #292929;
    font-weight: 300;
}

.pro_top_left_con {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 25px;
    margin-top: 20px;
}

.pro_top_left_more a {
    display: inline-block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f2f2f2;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-left: 14px;
    margin-top: 35px;
}

.pro_top_left_more a:hover {
    color: #fff;
    background: #1fbdbe;
}

.pro_top {
    overflow: hidden;
}

.pro_top_rights {
    overflow: hidden;
    background: #f2f2f2;
    margin-bottom: 25px;
}

.pro_top_rights_img {
    width: 243px;
    float: left;
}

.pro_top_rights:last-child {
    margin-bottom: 0;
}

.pro_top_rights_con {
    width: 128px;
    float: left;
}

.pro_top_rights_con p {
    font-size: 16px;
    color: #292929;
    font-weight: 300;
    padding-left: 10px;
    padding-top: 40px;
}

.pro_top_rights_con a {
    display: inline-block;
    padding-left: 10px;
    margin-top: 25px;
    font-size: 13px;
    color: #292929;
}

.prolist {
    margin-top: 50px;
    overflow: hidden;
}

.plist_title {
    font-size: 36px;
    color: #292929;
    font-weight: 300;
}

.pro {
    width: 388px;
    float: left;
    margin-right: 18px;
    margin-top: 17px;
    position: relative;
    overflow: hidden;
}

.pro:nth-child(3n) {
    margin-right: 0;
}

.pro_before {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #464646;
    transition: all 0.8s;
	
}

.pro_after {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(31, 189, 190, 0.7);
    top: 100%;
    left: 0;
    padding-top: 80px;
    transition: all 0.8s;
}

.proname {
    font-size: 18px;
    color: #fff;
}
.intro_detail_word_titlesss_01 a{
	display:block;
	width:120px;
text-align:center;
background:#1fbdbe;
color:#fff;
line-height:40px;
margin-top:10px;
	
}
.intro_detail_word_titlesss_01 a:hover{
	background:#333333;
}
.proline {
    width: 250px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin: auto;
    margin-top: 15px;
}

.procon {
    padding: 0 80px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin-top: 10px;
}

.promore {
    width: 28px;
    height: 28px;
    background: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    font-size: 14px;
    color: #1fbdbe;
    margin: auto;
    margin-top: 15px;
}

.pro:hover .pro_before {
    opacity: 0;
}

.pro:hover .pro_after {
    top: 0;
}

.case {
    margin-top: 75px;
    overflow: hidden;
}

.cases {
    width: 587px;
    float: left;
    margin-right: 26px;
    background: #f2f4f6;
}

.cases:last-child {
    margin-right: 0;
}

.case_img {
    width: 246px;
    float: left;
}

.case_img img {
    width: 100%;
}

.case_intro {
    width: 255px;
    float: left;
    margin-left: 40px;
    padding-top: 55px;
}

.case_intro_title {
    font-size: 20px;
    color: #000;
    font-weight: 300;
}

.case_intro_con {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    margin-top: 5px;
}

.case_intro_more a {
    display: block;
    width: 110px;
    height: 31px;
    background: #282828;
    line-height: 31px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 35px;
}

.case_intro_more a:hover {
    background: #1fbdbe;
}

.solution {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
}

.solutions {
    max-width: 1200px;
    margin: auto;
}

.solutiontitle {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    color: #000;
}

.proshow {
    width: 100%;
}

.proshows {
    max-width: 1200px;
    margin: auto;
}

.proshow_maintitle {
    font-size: 36px;
    color: #000;
    font-weight: 300;
}

.proshow_titles {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    margin-top: 25px;
    line-height: 28px;
}

.proshow_title {
    padding-bottom: 30px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 75px;
}

.proshow_intro_left {
    width: 560px;
    float: left;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: #e5e5e5 0px 0px 10px;
    -moz-box-shadow: #e5e5e5 0px 0px 10px;
    box-shadow: #e5e5e5 0px 0px 10px;
}

.proshow_intro_left img {
    width: 100%;
}

.proshow_intro_right {
    width: 580px;
    float: right;
}

.proshow_intro_right_top {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eeeeee;
}

.proshow_intro_name {
    float: left;
    font-size: 36px;
    color: #000;
    font-weight: 300;
}

.proshow_intro_back {
    float: right;
    padding-top: 15px;
}

.proshow_intro_right_mid_top {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 40px;
}

.proshow_intro_right_mid_bottom {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}

.proshow_intro_right_bottom a {
    display: inline-block;
    width: 200px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin-top: 80px;
    margin-right: 15px;
}

.proshow_intro_right_bottom a img {
    margin-right: 5px;
}

.proshow_intro_right_bottom a:first-child {
    background: #1fbdbe;
    color: #fff;
}

.proshow_intro_right_bottom a:last-child {
    background: #f2f2f2;
}

.proshow_detail {
    margin-top: 40px;
}

.proshow_detail_nav span {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f2f2f2;
    font-size: 15px;
    color: #000;
    position: relative;
}

.proshow_detail_nav span.active {
    background: #1fbdbe;
    color: #fff;
}

.proshow_detail_nav span.active:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #1fbdbe;
    left: 70px;
    bottom: -7px;
    transform: rotate(45deg);
}

.proshow_detail_nav {
    border-bottom: 1px solid #f2f2f2;
}

.proshow_details {
    margin-top: 50px;
    font-size: 16px;
    color: #000;
    line-height: 35px;
    padding-bottom: 115px;
    border-bottom: 1px solid #c0c0c0;
}

.proshow_details span {
    font-weight: bold;
}

.proshow_recommend_title {
    font-size: 36px;
    color: #000;
    font-weight: 300;
}

.proshow_recommend {
    margin-top: 75px;
    overflow: hidden;
}

.proshow_res {
    width: 288px;
    float: left;
    text-align: center;
    border: 1px solid #f0f0f0;
    margin-right: 12px;
}

.proshow_res:last-child {
    margin-right: 0;
}

.proshow_res_img img {
    width: 100%;
}

.proshow_res_name {
    line-height: 50px;
    font-size: 16px;
    color: #282828;
    background: #f0f0f0;
}

.nav-page,
.inside-roof {
    display: none;
}
.equip_listsssssssssss .equip{
    width: 23%;
    float: left;
    margin-right: 2%;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: #f7f7f7 0px 8px 30px;
    -moz-box-shadow: #f7f7f7 0px 8px 30px;
    box-shadow: #f7f7f7 0px 8px 30px;
}
.equip_listsssssssssss .equip a{
    display: block;
    position: relative;
}
.equip_listsssssssssss .equip .equip_title{
    background: rgba(31,189,190,0.8);
    line-height: 60px;
    color: #fff;
    margin-top: 0px;
    position: absolute;
    z-index: 22;
    width: 80%;
    bottom: 20px;
    margin-left: -40%;
    left: 50%;
    transition: 0.2s ease all;

}
.equip_listsssssssssss .equip a:hover .equip_title{
        background: rgba(31,189,190,0.9);
        height: 80px;
        line-height: 80px;
}
.clear{
    clear: both;
}


.bioage_sss table{



    width: 100%;



}



.bioage_sss table tr{


border:1px solid #dfdfdf!important;
    color: #666;



}

.bioage_sss  table tr td{

padding: 10px;
    text-align: center;
	   border: 1px solid #dfdfdf!important;
    border-width: 1px!important;
    border-style: solid!important;
    vertical-align: middle;
    border-color: rgba(0,0,0,.08)!important;
}



.prolists .pro img{
	width:388px;
}

.bioage_sss table tr:nth-child(2n){



    background: rgba(0,0,0,.01);



}



.bioage_sss table tr:hover{



    background: #1fbdbe;



    color: #fff;



}

