@charset "utf-8";

.oh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar4 .sidebar1-item.sidebar1-qq {
    display: none !important;
}

.list-style-02 .vertical-layout-item .item-line,
.list-style-01 .vertical-layout-item .item-line {
    padding: 15px;
}

.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-style-02 .vertical-layout-item .item-line:hover::after,
.list-style-01 .vertical-layout-item .item-line:hover::after {
    border-color: #00bcb3;
}

.list-style-02 .level-layout-item .item-line::after,
.list-style-01 .level-layout-item .item-line::after {
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list-style-02 .level-layout-item .item-line:hover::after,
.list-style-01 .level-layout-item .item-line:hover::after {
    border-color: #00bcb3;
}

.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
    background: #00bcb3;
    border-color: #00bcb3;
}

.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
    color: #fff;
}

.recommend .item-picture,
.abput-pic,
.about-list li,
.part-con li,
.case-list dl,
.superi-pic,
.news-con dl {
    overflow: hidden;
}

.recommend .item-picture img,
.abput-pic img,
.about-list li img,
.part-con li img,
.case-list dl img,
.superi-pic img,
.news-con dl img {
    transition: .5s;
}

.recommend .item-picture:hover img,
.abput-pic:hover img,
.about-list li:hover img,
.part-con li:hover img,
.case-list dl:hover img,
.superi-pic:hover img,
.news-con dl:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.search-btn:after {
    background-color: #00bcb3;
}

.search-btn::before {
    border-color: #00bcb3;
}

.nav-two {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*头部*/
.hea-top {
    background-color: #aaabab;
}

.hea-con {
    height: 43px;
    overflow: hidden;
}

.hea-con span {
    display: inline-block;
    max-width: 100%;
    height: 43px;
    font-size: 13px;
    font-weight: normal;
    line-height: 43px;
    color: #b2b2b2;
    overflow: hidden;
}

.hea-con em a {
    display: inline-block;
    max-width: 100%;
    height: 43px;
    font-size: 13px;
    font-weight: normal;
    line-height: 43px;
    color: #b2b2b2;
    overflow: hidden;
    float: right;
}

.h-con {
    height: 165px;
    position: relative;
    background-color: #ffffff;
}

#h1-tag {
    height: 130px;
    display: block;
    float: left;
    margin-top: 23px;
}

#h1-tag a {
    display: table-cell;
    vertical-align: middle;
}

#h1-tag img {
    display: inline-block;
    max-height: 130px;
    max-width: 200px;
}

.head-right {
    float: right;
    width: 920px;
}

.head-tel {
    height: 80px;
    overflow: hidden;
}

.head-tel p {
    width: 230px;
    float: right;
    margin: 14px 0 0 0;
    padding-left: 62px;
    background-image: url('../images/lx.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 56px 56px;
}

.head-tel p em {
    display: block;
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
}

.head-tel p span {
    display: block;
    height: 36px;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #605e5e;
    white-space: nowrap;
    overflow: hidden;
}

.h-txt {
    width: 140px;
    float: left;
    margin-top: 30px;
    margin-left: 17px;
    margin-right: 35px;
}

.h-txt span {
    display: block;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 6px;
    font-weight: bold;
    overflow: hidden;
}

.h-txt em {
    display: block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
}

.nav {
    position: relative;
    z-index: 99;
    padding-top: 25px;
    float: left;
    width: 919px;
}

.nav .nav-one {
    height: 60px;
}

.nav .nav-one>li {
    float: left;
    height: 60px;
    position: relative;
    text-align: center;
    z-index: 99;
}

.nav .nav-one>li a {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 42px;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    z-index: 99;
}

.nav .nav-one>li:hover,
.nav .nav-one>li.cur {
    color: #00bcb3;
}

.nav .nav-one>li:hover::after,
.nav .nav-one>li.cur::after {
    background: #00bcb3;
    width: 65%;
    display: block;
    height: 6px;
    border-radius: 5px;
    position: absolute;
    top: 36px;
    left: 17%;
    content: "";
}

.nav .nav-one>li:hover .nav-two {
    display: block;
}

.nav .nav-two {
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 60px;
    z-index: 90;
}

.nav .nav-two li {
    border-bottom: 1px solid #ccc;
}

.nav .nav-two li {
    white-space: nowrap;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-right: 0px;
}

.nav .nav-two li a {
    display: block;
    height: 50px;
    font-size: 15px;
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.nav .nav-two li:last-child {
    border-bottom: 0;
}

.nav .nav-two li:hover>a {
    color: #fff;
}

.nav .nav-two li:hover {
    border-color: #00bcb3;
}

/*底部*/
.foot {
    height: 354px;
    background: #383838;
}

.f-nav1 {
    height: 47px;
    background: #00bcb3;
    overflow: hidden;
}

.f-nav1 ul {
    width: 1200px;
    margin: 0 auto;
}

.f-nav1 ul li {
    float: left;
    height: 47px;
    line-height: 47px;
}

.f-nav1 ul li a {
    font-size: 16px;
    display: block;
    color: #ffffff;
    padding: 0 44px;
    z-index: 1;
}

.sao {
    margin: 66px auto 0;
    width: 226px;
    overflow: hidden;
}

.sao p {
    float: left;
    margin-right: 45px;
    height: 125px;
    text-align: center;
    overflow: hidden;
}

.sao p img {
    height: 89px;
    width: 90px;
    display: block;
    overflow: hidden;
}

.sao p:last-child {
    margin-right: 0;
}

.sao p span {
    height: 23px;
    overflow: hidden;
    width: 90px;
    font-size: 12px;
    color: #a9a9a9;
    display: block;
    line-height: 12px;
    padding-top: 11px;
}

.f-con {
    font-size: 13px;
    color: #a9a9a9;
    line-height: 26px;
    text-align: center;
}

.f-con a {
    color: #a9a9a9;
}

.f-txt {
    margin-top: 28px;
    text-align: center;
}

.f-txt p {
    display: block;
    height: 26px;
    overflow: hidden;
}

.f-txt p span {
    padding-right: 4px;
}

.f-support img {
    width: 44px;
    vertical-align: sub;
    margin-left: 5px;
}

.bg_vi_color {
    background-color: #00bcb3;
}

.txt_vi_color {
    color: #00bcb3 !important;
}

/*COMMON_BLK_END*/
/*banner*/
/*广告*/
.banner {
    position: relative;
    width: 100%;
    height: 548px;
    overflow: hidden;
}

.ban_list {
    position: relative;
    z-index: 0;
}

.ban_list li {
    overflow: hidden;
    height: 548px;
    text-align: center;
    position: relative;
}

.ban_list li img {
    width: 1920px;
    height: 548px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.ban-prev,
.ban-next {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    opacity: .8;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px 78px;
    cursor: pointer;
}

.ban-prev {
    left: 5%;
    background-image: url(../images/c_prev.png);
}

.ban-next {
    right: 5%;
    background-image: url(../images/c_next.png);
}

.ban_nav {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 1;
    overflow: hidden;
    margin-left: -600px;
    width: 1200px;
    text-align: right;
}

.ban_nav ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    color: #fff;
    border-radius: 50%;
    margin: 0 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.ban_nav ul .on {
    background: #00bcb3;
    border-color: #00bcb3;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

i,
em,
b {
    font-style: normal;
}

.h-title {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1200px 112px;
    margin-bottom: 35px;
}

.h-title span {
    display: block;
    height: 62px;
    font-size: 48px;
    line-height: 62px;
    color: #2a2a2a;
    margin-bottom: 6px;
    overflow: hidden;
}

.h-title em {
    display: block;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #2a2a2a;
}

.h-title a {
    color: #2a2a2a;
}

/*引子*/
.yz_1 {
    background-color: #ebebeb;
    height: 142px;
}

.yz_1 .yz1-nav {
    height: 82px;
    padding-top: 30px;
}

.yz_1 li {
    width: 250px;
    float: left;
    margin-right: 66px;
    overflow: hidden;
}

.yz_1 i {
    background: #ffffff;
    float: left;
    border-radius: 27px;
}

.yz_1 img {
    width: 82px;
    height: 82px;
    display: block;
    overflow: hidden;
}

.yz_1 h3 {
    float: left;
    height: 54px;
    overflow: hidden;
    padding-top: 18px;
    text-align: center;
    margin-left: 30px;
}

.yz_1 h3 em {
    font-size: 18px;
    color: #333333;
    display: block;
    overflow: hidden;
    height: 25px;
    width: 130px;
    text-align: left;
    padding-left: 4px;
}

.yz_1 h3 span {
    height: 22px;
    width: 76px;
    background: #b3b3b3;
    display: block;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    margin-top: 7px;
}

.yz1-nav li:last-child {
    margin-right: 0;
}

.yz1-nav li:hover h3 span {
    background: #00bcb3;
    font-weight: bold;
}

.yz1-nav li:hover h3 em {
    font-weight: bold;
}

/*牛牛优势*/
.advantages {
    height: 894px;
    background-image: url('../images/edgebj.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px 894px;
}

.advantages .g-title {
    height: 100px;
    padding-top: 85px;
    text-align: center;
    margin-bottom: 70px;
}

.advantages .g-title span {
    font-size: 32px;
    color: #333333;
    display: block;
    font-weight: normal;
    margin-bottom: 17px;
    height: 41px;
    overflow: hidden;
}

.advantages .g-title em {
    font-size: 42px;
    color: #333333;
    display: block;
    line-height: 42px;
    font-weight: normal;
    height: 42px;
    overflow: hidden;
}

.adv-pic {
    width: 660px;
    height: 570px;
    display: block;
}

.adv-pic img {
    width: 660px;
    height: 570px;
    display: block;
}

.advan {
    height: 570px;
    width: 487px;
    margin-left: 53px;
}

.advan ul li {
    float: left;
    height: 132px;
    width: 487px;
    position: relative;
    margin-bottom: 5px;
}

.advan li .adva-title {
    font-size: 24px;
    color: #000000;
    display: block;
    line-height: 24px;
    overflow: hidden;
    padding-top: 38px;
    margin-left: 50px;
    height: 24px;
}

.advan li .advan-desc {
    font-size: 16px;
    display: block;
    line-height: 16px;
    padding-top: 15px;
    color: #808080;
    margin-left: 50px;
    font-weight: normal;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.advan li:hover,
.advan .cur {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(255, 222, 208, 0.8);
    border-radius: 10px;
}

.advan li:hover,
.advan .cur .adva-title {
    color: #00bcb3;
    font-weight: bold;
}

.advan li:hover .adva-title {
    color: #00bcb3;
    font-weight: bold;
}

.advan>li:hover,
.advan .cur:after {
    background: #00bcb3;
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 37px;
    left: -15px;
    content: "";
    z-index: 10;
    border-radius: 20px;
}

.advan li:hover::after {
    background: #00bcb3;
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 37px;
    left: -15px;
    content: "";
    z-index: 10;
    border-radius: 20px;
}

/*课程展示*/
.recommend {
    height: auto;
    overflow: hidden;
}

.recommend .recomm-slide {
    overflow: hidden;
}

.recommend .recomm-title {
    height: 100px;
    padding-top: 90px;
    text-align: center;
    margin-bottom: 45px;
}

.recommend .recomm-title span {
    font-size: 46px;
    color: #333333;
    display: block;
    font-weight: normal;
    margin-bottom: 17px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

.recommend .recomm-title em {
    font-size: 20px;
    color: #333333;
    display: block;
    line-height: 20px;
    font-weight: normal;
    height: 20px;
    overflow: hidden;
}

.recommend .item-line {
    float: left;
    width: 389px !important;
    transition: .5s;
    margin-right: 13px;
    margin-bottom: 19px;
    margin-left: 2px;
}

.recommend .item-line::after {
    display: none;
}

.recommend .item-line:hover {
    box-shadow: 0 0 20px rgba(255, 222, 208, 0.8);
    border-radius: 10px;
}

.recommend .item-line:nth-child(3) {
    margin-right: 0;
}

.recommend .item-line:last-child {
    margin-right: 0;
}

.recommend .item-title {
    font-size: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    padding-top: 24px;
    height: 20px;
    overflow: hidden;
}

.recommend .item-title a {
    color: #000000;
    height: 20px;
}

.recommend .item-desc {
    display: none;
    font-size: 14px;
    line-height: 14px;
    padding-top: 12px;
    text-align: center;
    height: 43px;
    overflow: hidden;
}

.recommend .item-title:hover a {
    color: #00bcb3;
    font-weight: bold;
}

.recommend .item-link2 {
    height: 54px;
    width: 215px;
    background: #00bcb3;
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    line-height: 54px;
    margin: 13px auto 0;
    margin-bottom: 83px;
    box-shadow: 0 0 20px rgba(255, 222, 208, 0.8);
    overflow: hidden;
}

.recommend .item-link2 a {
    color: #ffffff;
}

.recommend .item-link2:hover {
    animation: shake 1.5s linear;
    -webkit-animation: shake 1.5s linear;
}

/*实力*/
.strength {
    height: 980px;
    background-image: url('../images/y_stb.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px 980px;
}

.strength .g-title {
    height: 100px;
    padding-top: 83px;
    text-align: center;
    margin-bottom: 75px;
}

.strength .g-title span {
    font-size: 46px;
    color: #333333;
    display: block;
    font-weight: normal;
    margin-bottom: 17px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

.strength .g-title em {
    font-size: 20px;
    color: #333333;
    display: block;
    line-height: 20px;
    font-weight: normal;
    height: 20px;
    overflow: hidden;
}

.strength .s-title {
    width: 352px;
    margin-left: 13px;
    float: left;
}

.strength .s-title ul li {
    float: left;
    height: 75px;
    width: 352px;
    position: relative;
    margin-bottom: 5px;
}

.strength .s-title li h3 {
    font-size: 24px;
    color: #333333;
    display: block;
    line-height: 75px;
    padding-left: 45px;
    height: 75px;
    overflow: hidden;
}

.s-title li:hover,
.s-title .cur {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(255, 222, 208, 0.8);
    border-radius: 5px;
}

.s-title>li:hover,
.s-title .cur:after {
    background: #00bcb3;
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 22px;
    left: -15px;
    content: "";
    z-index: 10;
    border-radius: 20px;
}

.s-title li:hover::after {
    background: #00bcb3;
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 22px;
    left: -15px;
    content: "";
    z-index: 10;
    border-radius: 20px;
}

.str_con {
    float: left;
    margin-left: 85px;
}

.str_con {
    height: 618px;
    position: relative;
}

.str_con dt {
    height: 422px;
    width: 750px;
    float: right;
}

.str_con dt img {
    height: 422px;
    width: 750px;
    display: block;
    border-bottom-left-radius: 180px;
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(255, 222, 208, 0.8);
}

.str_con dd {
    height: 145px;
    margin-bottom: 50px;
}

.str_con dd ul li {
    float: left;
    width: 214px;
    border-right: 1px solid #e8e1de;
    margin-right: 20px;
    overflow: hidden;
}

.str_con dd ul li:last-child {
    border-right: none;
    margin-right: 0;
}

.str_con dd ul li em {
    height: 32px;
    font-size: 32px;
    display: block;
    line-height: 32px;
    color: #333333;
    max-width: 70%;
    overflow: hidden;
}

.str_con dd .str-desc {
    font-size: 14px;
    line-height: 25px;
    display: block;
    width: 190px;
    overflow: hidden;
    height: 100px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/*完善的课程体系*/
.kctx .g-title {
    height: 100px;
    padding-top: 93px;
    text-align: center;
    margin-bottom: 64px;
}

.kctx .g-title span {
    font-size: 46px;
    color: #333333;
    display: block;
    font-weight: normal;
    padding-bottom: 17px;
}

.kctx .g-title em {
    font-size: 20px;
    color: #333333;
    display: block;
    line-height: 20px;
    font-weight: normal;
}

.kctx-1 {
    height: 295px;
}

.kctx-1 ul li {
    float: left;
    width: 400px;
    height: 295px;
}

.kctx-1 i {
    background: #00bcb3;
    border-radius: 90px;
    display: block;
    overflow: hidden;
    width: 171px;
    height: 171px;
    margin: 0 auto;
}

.kctx-1 i img {
    width: 171px;
    height: 171px;
    display: block;
    transition: all 0.5s linear;
}

.kctx-1 h3 {
    height: 90px;
    margin-top: 30px;
}

.kctx-1 h3 em {
    height: 24px;
    overflow: hidden;
    font-size: 24px;
    color: #00bcb3;
    display: block;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}

.kctx-1 .kc-desc {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    width: 225px;
    min-height: 47px;
    margin: 20px auto 0;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kctx-1 ul li:hover img {
    transform: rotatey(180deg);
}

.item-link3 {
    height: 54px;
    width: 214px;
    display: block;
    border: 1px solid #00bcb3;
    line-height: 54px;
    font-size: 18px;
    border-radius: 30px;
    text-align: center;
    margin: 55px auto 0;
    margin-bottom: 80px;
    overflow: hidden;
}

.item-link3 a {
    color: #00bcb3;
}

.item-link3:hover {
    animation: shake 1.5s linear;
    -webkit-animation: shake 1.5s linear;
}

/*师资*/
.team-s {
    height: 943px;
    background-color: #f2f2f2;
}

.team-s .g-title {
    height: 100px;
    padding-top: 85px;
    text-align: center;
    margin-bottom: 64px;
}

.team-s .g-title span {
    font-size: 46px;
    color: #333333;
    display: block;
    font-weight: normal;
    padding-bottom: 17px;
}

.team-s .g-title em {
    font-size: 20px;
    color: #333333;
    display: block;
    line-height: 20px;
    font-weight: normal;
}

.team-s .team_con {
    position: relative;
    width: 1200px;
    margin-top: 48px;
}

.team_con .tempWrap {
    width: 1200px !important;
}

.team_con ul li {
    float: left;
    width: 396px;
    position: relative;
    height: 540px;
}

.team_con ul li .item-img img {
    transform: scale(0.8);
}

.team_con ul li.cur .item-img img {
    transform: scale(1);
    width: 396px;
    height: 450px;
    display: block;
    border-radius: 10px;
}

.team_con ul li:last-child {
    margin-right: 0;
}

.team_con ul li:hover .item-img img {
    box-shadow: 0 0 20px rgba(255, 222, 208, 0.8);
}

.team_con h4 {
    text-align: center;
    height: 90px;
    width: 100%;
}

.team_con h4 i {
    font-style: normal;
    font-size: 24px;
    color: #333333;
    display: block;
    line-height: 24px;
    padding-top: 37px;
    overflow: hidden;
    height: 24px;
}

.team_con h4 span {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 16px;
    padding-top: 10px;
    overflow: hidden;
    height: 16px;
}

.team_con .sprev {
    position: absolute;
    left: -80px;
    top: 195px;
    width: 32px;
    height: 57px;
    background: url(../images/lf1s.png) no-repeat;
    z-index: 10;
}

.team_con .snext {
    position: absolute;
    right: -80px;
    top: 195px;
    width: 32px;
    height: 57px;
    background: url(../images/r1s.png) no-repeat;
    z-index: 10;
}

.team-s .item-link4 {
    height: 54px;
    width: 215px;
    background: #00bcb3;
    display: block;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    line-height: 54px;
    margin: 30px auto 0;
    box-shadow: 0 0 20px rgba(255, 222, 208, 0.8);
    overflow: hidden;
}

.item-link4 a {
    color: #ffffff;
}

.item-link4:hover {
    animation: shake 1.5s linear;
    -webkit-animation: shake 1.5s linear;
}

/*客户案例*/
.case {
    height: 930px;
}

.case .g-title {
    height: 100px;
    padding-top: 80px;
    text-align: center;
    margin-bottom: 58px;
}

.case .g-title span {
    font-size: 46px;
    color: #333333;
    display: block;
    font-weight: normal;
    margin-bottom: 17px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

.case .g-title em {
    font-size: 20px;
    color: #333333;
    display: block;
    line-height: 20px;
    font-weight: normal;
    height: 20px;
    overflow: hidden;
}

.case-first {
    height: 615px;
}

.case-first dl {
    float: left;
    height: 288px;
    width: 389px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-sizing: border-box;
    margin-right: 16px;
    margin-bottom: 19px;
}

.case-first dl dt {
    height: 83px;
    padding-top: 40px;
    margin-bottom: 24px;
}

.case-first dl dt img {
    float: right;
    margin-right: 42px;
    height: 83px;
    width: 83px;
    overflow: hidden;
    border-radius: 100px;
}

.case-first dl dt .prod-hot-name {
    height: 83px;
    float: left;
    text-align: left;
    margin-left: 47px;
    padding-top: 10px;
}

.case-first dl dt .prod-hot-name em {
    font-size: 24px;
    color: #333333;
    display: block;
    line-height: 24px;
    font-weight: normal;
    overflow: hidden;
    width: 120px;
    height: 24px;
}

.case-first dl dt .prod-hot-name span {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    display: block;
    margin-top: 12px;
    height: 16px;
    width: 100px;
    overflow: hidden;
}

.case-first dd {
    position: relative;
}

.case-first dd::after {
    position: absolute;
    content: "";
    top: 0;
    left: 47px;
    background-image: url('../images/diz1.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 26px 22px;
    height: 22px;
    width: 26px;
    display: block;
    z-index: 10;
}

.case-first dd .prod-hot-desc {
    height: 100px;
    font-size: 16px;
    line-height: 24px;
    width: 300px;
    overflow: hidden;
    margin-left: 47px;
    padding-top: 34px;
    text-indent: 2em;
}

.case-first .case-end {
    margin-right: 0;
}

.case-first dl:last-child {
    margin-right: 0;
}

.case-first dl:hover {
    background: #00bcb3;
    border: none;
    box-shadow: 0 0 20px rgba(255, 222, 208, 0.8);
}

.case-first dl:hover .prod-hot-name em {
    color: #ffffff;
}

.case-first dl:hover .prod-hot-name span {
    color: #ffffff;
}

.case-first dl:hover .prod-hot-desc {
    color: #ffffff;
}

.case-first dl:hover dd::after {
    display: none;
}

.case-first dl:hover dd::before {
    position: absolute;
    content: "";
    top: 0;
    left: 47px;
    background-image: url('../images/diz2.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 26px 22px;
    height: 22px;
    width: 26px;
    display: block;
    z-index: 10;
}

/*合作伙伴*/
.partner {
    height: 570px;
    background-image: url('../images/par_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px 570px;
}

.partner .g-title {
    height: 100px;
    padding-top: 86px;
    text-align: center;
    margin-bottom: 57px;
}

.partner .g-title span {
    font-size: 46px;
    color: #333333;
    display: block;
    font-weight: normal;
    margin-bottom: 17px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

.partner .g-title em {
    font-size: 20px;
    color: #333333;
    display: block;
    line-height: 20px;
    font-weight: normal;
    height: 20px;
    overflow: hidden;
}

.part-con {
    width: 1200px;
}

.part-con li {
    width: 224px;
    height: 224px;
    background-color: #fff;
    overflow: hidden;
    margin-right: 20px;
    float: left;
    text-align: center;
}

.part-con i {
    width: 224px;
    height: 149px;
    overflow: hidden;
    display: block;
}

.part-con i img {
    width: 224px;
    height: 149px;
    display: block;
}

.part-con li:last-child {
    margin-right: 0;
}

.part-con li h4 {
    height: 75px;
    border-top: 1px solid #eeeeee;
    font-size: 18px;
    color: #333333;
    display: block;
    line-height: 75px;
    width: 224px;
    overflow: hidden;
}

.part-con li:hover {
    box-shadow: 0 0 20px rgba(255, 222, 208, 0.8);
}

.part-slide {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.part-next,
.part-prev {
    width: 32px;
    height: 57px;
    position: absolute;
    top: 78px;
    cursor: pointer;
}

.part-next {
    right: -66px;
    background-image: url('../images/prev-icon2.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 32px 57px;
}

.part-prev {
    left: -66px;
    background-image: url('../images/next-icon2.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 32px 57px;
}

/*新闻中心*/
.news {
    height: 935px;
    background: #ffffff;
}

.news .g-title {
    height: 100px;
    padding-top: 95px;
    text-align: center;
    margin-bottom: 60px;
}

.news .g-title span {
    font-size: 46px;
    color: #333333;
    display: block;
    font-weight: normal;
    margin-bottom: 17px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

.news .g-title em {
    font-size: 20px;
    color: #333333;
    display: block;
    line-height: 20px;
    font-weight: normal;
    height: 20px;
    overflow: hidden;
}

.news-nav {
    margin-left: 232px;
    height: 75px;
    margin-bottom: 44px;
}

.news-nav ul li {
    float: left;
    height: 75px;
    width: 367px;
    position: relative;
    margin-right: 26px;
    margin-bottom: 44px;
}

.news-nav li a {
    font-size: 24px;
    color: #333333;
    display: block;
    line-height: 75px;
    padding-left: 45px;
    height: 75px;
    overflow: hidden;
}

.news-nav li:last-child {
    margin-right: 0;
}

.news-nav li:hover,
.news-nav .cur {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(255, 222, 208, 0.8);
    border-radius: 5px;
}

.news-nav>li:hover,
.news-nav .cur:after {
    background: #00bcb3;
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 23px;
    left: -15px;
    content: "";
    z-index: 10;
    border-radius: 20px;
}

.news-nav li:hover::after {
    background: #00bcb3;
    height: 28px;
    width: 28px;
    display: block;
    position: absolute;
    top: 22px;
    left: -15px;
    content: "";
    z-index: 10;
    border-radius: 20px;
}

.new_con .news-info {
    width: 600px;
    float: left;
}

.new_bd {
    position: relative;
}

.new_bd dl {
    float: left;
}

.new_bd dl img {
    width: 600px;
    height: 313px;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.new_bd .news-item {
    width: 580px;
    float: right;
}

.new_bd .item-line {
    padding-left: 136px;
    height: 134px;
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
    border: 1px solid #e5e5e5;
}

.new_bd .item-line:first-child {
    position: absolute;
    top: 322px;
    left: 0;
    width: 600px;
}

.new_bd .item-line:hover a {
    color: #00bcb3;
}

.new_bd .item-time {
    width: 100px;
    height: 75px;
    padding: 0 10px;
    border-right: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    font-size: 0;
}

.new_bd .item-time div {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #323232;
}

.new_bd .item-time .item-time-day {
    word-break: break-all;
    display: block;
    font-size: 48px;
    font-weight: bold;
    height: 52px;
    overflow: hidden;
    line-height: 52px;
    color: #333;
}

.new_bd .item-title {
    margin-top: 30px;
}

.new_bd .item-title,
.new_bd .item-title a {
    display: inline-block;
    height: 16px;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new_bd .item-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 10px;
    height: 44px;
    font-size: 13px;
    line-height: 22px;
    color: #7c7c7c;
    padding-top: 14px;
    width: 341px;
}

.new_bd .items-link {
    width: 25px;
    position: absolute;
    right: 44px;
    top: 40px;
    font-size: 12px;
    color: #7e7e7e;
    background-image: url('../images/rets.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 22px 22px;
    padding-left: 8px;
    overflow: hidden;
}

.new_bd .items-link a {
    padding: 0;
    padding-top: 25px;
    display: block;
}

/*关于我们*/
.aboutus {
    height: 472px;
    background: url(../images/abt_bg.jpg) no-repeat center;
    background-image: url('../images/abt_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px 472px;
    position: relative;
}

.aboutus .abt1 {
    height: 321px;
    background: #ffffff;
    position: absolute;
    top: 80px;
    width: 773px;
    margin-left: 150px;
}

.aboutus .abt1 .g-title {
    height: 70px;
    padding-top: 60px;
    text-align: center;
    margin-bottom: 26px;
}

.aboutus .abt1 .g-title span {
    width: 500px;
    margin: 0 auto;
    font-size: 36px;
    color: #000000;
    display: block;
    font-weight: normal;
    padding-bottom: 5px;
    overflow: hidden;
    height: 45px;
}

.aboutus .abt1 .g-title em {
    font-size: 20px;
    color: #000000;
    display: block;
    line-height: 20px;
    font-weight: normal;
    height: 20px;
    overflow: hidden;
    width: 500px;
    margin: 0 auto;
}

.aboutus .abt1 .about-desc {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    width: 515px;
    margin: 0 auto;
    min-height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aboutus .item-linkse {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    min-width: 50%;
    display: block;
    margin-top: 31px;
    height: 18px;
    width: 500px;
    margin: 0 auto;
}

.aboutus .item-linkse a {
    color: #00bcb3;
}

.aboutus b {
    width: 273px;
    height: 441px;
    position: absolute;
    right: -175px;
    bottom: -68px;
}

.aboutus b img {
    width: 273px;
    height: 441px;
    overflow: hidden;
}

/*快速通道*/
.shop-nav-t1 i img {
    background-color: #00bcb3;
}

/*返回顶部*/
.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    position: fixed;
    bottom: 20px;
    right: 19px;
    z-index: 110;
    height: 44px;
    width: 44px;
}

.sidebar-itme:hover span {
    display: block;
}

.sidebar-itme span {
    display: none;
    width: 66px;
    height: 24px;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    background-color: #eee;
    position: absolute;
    right: 54px;
    top: 50%;
    margin-top: -12px;
}

.sidebar img {
    width: 44px;
    height: 44px;
    background-color: #ccc;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    outline: 0;
}

.sidebar:hover img {
    background-color: #00bcb3;
}

.sidebar .fh {
    display: none;
}

/*友情链接*/
.links {
    height: 61px;
    font-size: 14px;
    line-height: 61px;
    color: #999999;
    box-sizing: border-box;
    border-top: 1px solid #4c4c4c;
    background: #383838;
    overflow: hidden;
}

.links .links-title p {
    padding-right: 20px;
    padding-right: 20px;
    height: 61px;
    width: 111px;
    overflow: hidden;
}

/*******************************内页************************************/
/*广告*/
.min-banner {
    height: 308px;
    position: relative;
}

.min-banner img {
    width: 1920px;
    height: 308px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*面包屑*/
.crumbs-1 {
    height: 65px;
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 30px;
}

.crumbs-1 b {
    font-weight: normal;
}

.crumbs-1 i {
    font-style: normal;
}

.crumbs-1 span {
    padding: 0 5px;
    height: 65px;
    line-height: 65px;
}

.crumbs-1 a:hover {
    color: #00bcb3;
}

/*资讯详情*/
.article-title {
    height: 60px;
    margin: 30px 0 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    color: #4b4a4a;
    text-align: center;
    overflow: hidden;
}

.article-sour {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #aaa;
    text-align: right;
    width: 930px;
    margin: 0 auto 5px;
}

.article-sour em {
    height: 24px;
    max-width: 48%;
    display: inline-block;
    overflow: hidden;
    word-break: break-all;
}

.article-soura {
    color: #aaa;
}

.article-desc {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #d6d6d6;
    margin-bottom: 22px;
}

.article-desc-t1 {
    width: 78px;
    float: left;
    color: #342f2e;
    margin-right: -78px;
}

.article-desc-t2 {
    padding-left: 80px;
}

.article-sourspan {
    margin: 0 9px;
}

.endit-content {
    margin-bottom: 20px;
}

/*副导航*/
.left-nav-01 {
    margin-bottom: 20px;
}

.left-nav-01-tit {
    background: #00bcb3;
    height: 80px;
}

.left-nav-01-tit h2 {
    padding: 0 10px;
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}

.left-nav-01-one>li {
    background-color: #ccc;
    background-image: url('../images/left-nav-icon1.png');
    background-repeat: no-repeat;
    background-position: 90% 20px;
    background-size: 11px 11px;
    margin-bottom: 2px;
}

.left-nav-01-one>li h3 a {
    display: block;
    margin: 0 40px 0 0;
    padding-left: 32px;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
}

.left-nav-01-one>li.sidenavcur,
.left-nav-01-one>li:hover {
    background-image: url('../images/left-nav-icon2.png');
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 38px 11px;
    background-color: #00bcb3;
}

.left-nav-01-one>li.sidenavcur .left-nav-01-two,
.left-nav-01-one>li:hover .left-nav-01-two {
    display: block;
}

.left-nav-01-one>li.sidenavcur>h3>a,
.left-nav-01-one>li:hover>h3>a {
    color: #fff;
}

.left-nav-01-two {
    display: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.left-nav-01-two li {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    background: #ECECEC;
    position: relative;
    border-bottom: 1px solid #fff;
}

.left-nav-01-two h3 a {
    display: block;
    color: #666;
    padding: 0 40px;
}

.left-nav-01-two li:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.left-nav-01-two li:hover h3 a,
.left-nav-01-two li.sidenavcur h3 a {
    color: #333;
}

.left-nav-01-two li:hover:after,
.left-nav-01-two li.sidenavcur:after {
    border-color: #333;
}

/*联系信息*/
.fdh-01-tit {
    background: #00bcb3;
    height: 80px;
}

.fdh-01-tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #333333;
    border-bottom: 1px solid #fff;
    text-align: center;
    overflow: hidden;
}

.p6-order-form-1-add {
    border: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 40px;
}

.p6-order-form-1-add ul {
    padding: 20px 12px;
}

.p6-order-form-1-add li {
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    color: #666666;
}

/*分页*/
.pagination-1 {
    margin: 30px auto 60px;
    height: 30px;
    text-align: center;
}

.pagination-1 a,
.pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.pagination-1 span {
    border: 1px solid #fff;
}

.pagination-1 .page-num-current {
    background: #00bcb3;
    color: #fff;
    border-color: #00bcb3;
}

.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
    display: none;
}

/*产品列表*/
.prod-list01.list-style-01 {
    width: 930px;
}

.list-style-01 .prod-list01-tit {
    height: 40px;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-bottom: 14px;
}

.list-style-01 .prod-list01-tit .prod-list01-desc-tit {
    height: 40px;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    color: #333;
    border-bottom: 1px solid #00bcb3;
    overflow: hidden;
}

.list-style-01 .prod-list01-list {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.list-style-01 .prod-list01-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    width: 290px;
    margin: 0 9px 20px;
    float: left;
}

.list-style-01 .prod-list01-list dl:hover {
    border-color: #00bcb3;
}

.list-style-01 .prod-list01-list dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.list-style-01 .prod-list01-list dd {
    padding: 0 14px;
}

.list-style-01 .prod-list01-list .prod-list01-name {
    height: 45px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    line-height: 45px;
    text-align: center;
}

.list-style-01 .prod-list01-list .prod-list01-name a {
    display: block;
    height: 45px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-style-01 .prod-list01-list h4 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-style-01 .prod-list01-list-desc {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}

.list-style-01 .prod-list01-list-desc,
.list-style-01 .prod-list01-link {
    display: none;
}

/*资讯列表*/
.prod-list01.list-style-02 {
    width: 930px;
}

.list-style-02 .prod-list01-tit {
    height: 40px;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-bottom: 14px;
}

.list-style-02 .prod-list01-tit .prod-list01-desc-tit {
    height: 40px;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    color: #333;
    border-bottom: 1px solid #00bcb3;
    overflow: hidden;
}

.list-style-02 .prod-list01-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
    margin: 0 0 20px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.list-style-02 .prod-list01-list dl:hover {
    border-color: #00bcb3;
}

.list-style-02 .prod-list01-list dl:hover .prod-list01-link {
    background: #00bcb3;
}

.list-style-02 .prod-list01-list dl:hover .prod-list01-link a {
    color: #fff;
}

.list-style-02 dt {
    width: 32%;
    float: left;
}

.list-style-02 .prod-list01-list dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.list-style-02 dd {
    width: 60%;
    padding: 10px 0 0;
    margin-right: 2%;
    float: right;
}

.list-style-02 .prod-list01-list .prod-list01-name {
    height: 40px;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-style-02 .prod-list01-list h4 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-style-02 .prod-list01-list-desc {
    max-height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list-style-02 .prod-list01-link {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.list-style-02 .prod-list01-link a {
    display: block;
    color: #fff;
}

/*联系我们*/
.contact {
    padding-top: 30px;
    margin-bottom: 50px;
}

.contact-title {
    height: 80px;
    font-size: 32px;
    color: #222;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.contact-title:after {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #999999;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -35px;
}

.contact-title:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #00bcb3;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
    z-index: 99;
}

.contact-title p,
.contact-title h2 {
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.contact-title span,
.contact-title em {
    height: 28px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.contact-txt {
    padding: 10px 20px;
    margin-bottom: 30px;
    background: #f4f4f4;
}

.contact-txt img {
    width: 180px;
    height: 180px;
    float: left;
}

.contact-txt p,
.contact-txt .contact-txt-desc {
    width: 930px;
    float: right;
}

.contact-txt p {
    height: 50px;
    font-size: 24px;
    color: #00bcb3;
    line-height: 50px;
    margin: 10px 0;
    overflow: hidden;
}

.contact-txt .contact-txt-desc {
    font-size: 15px;
    line-height: 28px;
    color: #000;
}

.contact-list {
    margin-bottom: 40px;
}

.contact-deta {
    float: left;
    border: 1px solid #eee;
    width: 262px;
    min-height: 190px;
    text-align: center;
    margin-right: 20px;
    color: #666;
    padding: 20px 10px 10px;
}

.contact-deta.last {
    margin-right: 0;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: #00bcb3;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
}

.contact-icon img {
    width: 50px;
    height: 50px;
}

.contact-list-txt {
    min-height: 40px;
    font-size: 18px;
    color: #222;
    line-height: 40px;
}

.contact-info {
    font-size: 16px;
    line-height: 24px;
    color: #555;
}

.contact-info a {
    color: #555;
}

.contact-map img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/*热品推荐*/
.RandomNews {
    margin-bottom: 20px;
    overflow: hidden;
}

.RandomNews .diysr {
    height: 40px;
    margin: 20px auto 20px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #00bcb3;
    text-indent: 5px;
    border-bottom: 1px solid #cdcdd1;
}

.RandomNews .prod-hot-list {
    margin: 30px 0 40px;
    position: relative;
}

.RandomNews .prod-hot-prev {
    width: 30px;
    height: 84px;
    position: absolute;
    top: 50%;
    left: -40px;
    cursor: pointer;
    margin-top: -42px;
    background-image: url('../images/prod-hot-prev-icon1.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 30px 84px;
}

.RandomNews .prod-hot-next {
    width: 30px;
    height: 84px;
    position: absolute;
    top: 50%;
    right: -40px;
    cursor: pointer;
    margin-top: -42px;
    background-image: url('../images/prod-hot-next-icon1.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 30px 84px;
}

.RandomNews .prod-hot-list dl {
    height: auto;
    float: left;
    box-sizing: border-box;
    margin-right: 16px;
    width: 220px;
}

.RandomNews .prod-hot-list dl:nth-child(4n) {
    margin-right: 0;
}

.RandomNews .prod-hot-list dl.nobg {
    margin-right: 0;
}

.RandomNews .prod-hot-list dt img {
    width: 218px;
    display: block;
    border: 1px solid #dfdfdf;
}

.RandomNews .prod-hot-list dd {
    padding: 10px 10px 10px;
}

.RandomNews .prod-hot-name {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #333333;
    max-height: 48px;
    overflow: hidden;
}

.RandomNews .prod-hot-name a {
    display: block;
    max-height: 48px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.RandomNews .prod-hot-desc {
    margin-top: 5px;
    height: 72px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: none;
}

.RandomNews .prod-hot-list dl:hover {
    border-color: #00bcb3;
}

.RandomNews .prod-hot-list dl:hover .prod-hot-name a {
    color: #00bcb3;
}

.RandomNews .prod-hot-link {
    display: none;
}

.fdh-01 {
    margin-bottom: 30px;
}

.fdh-01-tit {
    height: 80px;
    background: #00bcb3;
}

.fdh-01-tit h3 {
    height: 75px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 75px;
    overflow: hidden;
}

.fdh-01-tit h3 span {
    text-transform: uppercase;
    font-size: 14px;
}

.fdh-01-nav li {
    margin-bottom: 2px;
    height: 50px;
    background-color: #aaabab;
    background-image: url('../images/p14-icon5.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 38px 11px;
    line-height: 50px;
    overflow: hidden;
}

.fdh-01-nav li a {
    display: block;
    height: 50px;
    margin-right: 40px;
    margin-left: 14px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    overflow: hidden;
}

.fdh-01-nav li.sidenavcur,
.fdh-01-nav li:hover {
    background-color: #00bcb3;
}

.fdh-01-nav li.sidenavcur a,
.fdh-01-nav li:hover a {
    color: #fff;
}

.contact-z1 {
    height: 135px;
    color: #333;
    margin-bottom: 30px;
}

.contact-z1 p {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 37px 0 0 95px;
    overflow: hidden;
}

.contact-z1 span {
    display: block;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding-left: 73px;
    word-break: break-all;
    overflow: hidden;
}

.pro_show_con {
    position: relative;
    padding: 12px 18px 16px 20px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #eee;
}

.producr_show-right-con {
    line-height: 30px;
    font-size: 14px;
    height: 180px;
    margin-bottom: 10px;
    overflow: hidden;
}

.producr_show-right-con p {
    padding: 0;
    margin: 0;
    word-break: break-all;
}

.producr_show-left {
    position: relative;
    width: 300px;
    float: left;
    line-height: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}

.producr_show-left img {
    width: 300px;
    height: 300px;
}

.producr_show-right {
    width: 562px;
    float: right;
}

.producr_show-right-tit {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #454545;
    margin-bottom: 16px;
    overflow: hidden;
}

.pc-cx-tel-1 {
    height: 56px;
    padding-top: 10px;
    border-top: 2px solid #e6e6e6;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #00bcb3;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}

.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}

.pc-cx-tel-1-t2 {
    height: 56px;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}

.pc-cx-tel-1-t2 span {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.pc-cx-tel-1-t2 p em {
    display: block;
    height: 24px;
    font-size: 22px;
    line-height: 24px;
    color: #00bcb3;
    overflow: hidden;
}

.biaot {
    background: #aaabab;
    height: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.biaot span {
    color: #fff;
    display: inline-block;
    padding: 0 25px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    background: #00bcb3;
    overflow: hidden;
}

.spec-img img {
    max-width: 100%;
}

.parameter-img img {
    max-width: 100%;
}

.range-img img {
    max-width: 100%;
}

.explain-img img {
    max-width: 100%;
}

.pc-con {
    border: 1px solid #ccc;
    height: 420px;
    padding-right: 20px;
    margin-top: 15px;
}

.pc-img {
    width: 420px;
}

.pc-img img {
    width: 420px;
    height: 420px;
}

.pc-desc {
    width: 430px;
    height: 366px;
    padding-top: 30px;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
}

.pc-desc2 {
    font-size: 14px;
    line-height: 28px;
}

.g_hx {
    margin-bottom: 40px;
}

.g_hx dl {
    float: left;
    width: 214px;
    height: 385px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-right: 22px;
    padding: 22px 0 0 0;
}

.g_hx .lastdl {
    margin-right: 0;
}

.g_hx dt {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 auto;
    overflow: hidden;
}

.g_hx dt img {
    width: 96px;
    height: 96px;
    display: block;
    border-radius: 50%;
    margin: 12px auto 0;
}

.g_hx dl:hover dt {
    border-color: #01958e;
}

.g_hx h3 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
}

.g_hx dd i {
    width: 38px;
    height: 2px;
    display: block;
    background-color: #f3f3f3;
    margin: 0 auto 15px;
}

.g_hx .biaot_desc {
    font-size: 14px;
    line-height: 30px;
    height: 180px;
    overflow: hidden;
    color: #666666;
    padding: 0 22px;
    text-align: center;
}

.g_hx dl:hover {
    border: 1px solid #00bcb3;
}

.g_hx dl:hover dd i {
    background-color: #00bcb3;
}

.g_hx dl:hover h3 {
    color: #00bcb3;
}

.g_hx dl:hover p {
    color: #222222;
}

.g_hx .m_hx {
    height: 385px;
}

.abban {
    height: 350px;
    position: relative;
}

.abban img {
    width: 1920px;
    height: 350px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.g_nyab h2 {
    margin-top: 40px;
    height: 132px;
    text-align: center;
    font-size: 34px;
    color: #00bcb3;
}

.g_nyab h2 em {
    display: block;
    font-size: 36px;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
}

.g_nyab h2 span {
    display: block;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
}

.g_nyab .m_yz {
    height: 188px;
    margin-bottom: 28px;
    margin-bottom: 26px;
    overflow: hidden;
}

.g_nyab .m_yz h3 {
    float: left;
    width: 240px;
    background: #00bcb3;
    height: 188px;
    line-height: 188px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 25px;
}

.g_nyab .m_yz .yzr {
    float: right;
    border: 1px solid #ddd;
    padding: 25px 30px 21px;
    height: 140px;
    width: 862px;
    overflow: hidden;
}

.g_nyab .m_yz .yzny_txt {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    height: 140px;
    overflow: hidden;
}

.abnr {
    height: 320px;
    margin-bottom: 30px;
}

.abnr dt {
    float: right;
    width: 640px;
    height: 320px;
}

.abnr dt img {
    width: 640px;
    height: 320px;
    display: block;
}

.abnr dd {
    float: left;
    width: 480px;
    padding: 39px;
    height: 240px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.abnr dd .yzny_txt {
    height: 245px;
    overflow: hidden;
}

.g_qyll {
    height: 620px;
    margin-bottom: 30px;
}

.g_qyll h2 {
    margin-top: 40px;
    height: 132px;
    line-height: 132px;
    overflow: hidden;
    text-align: center;
    font-size: 34px;
    color: #00bcb3;
}

.qull_img {
    width: 600px;
    height: 450px;
}

.qull_img img {
    width: 600px;
    height: 450px;
}

.qull_info {
    width: 590px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 64px;
    color: #666;
}

.qull_info li {
    position: relative;
    overflow: hidden;
}

.qull_info li:hover {
    color: #00bcb3;
}

.qull_info li:hover i {
    width: 11px;
    height: 11px;
    top: 24px;
    left: 73px;
}

.qull_info span {
    width: 80px;
    height: 64px;
    display: block;
    float: left;
    text-align: center;
}

.qull_info i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00bcb3;
    position: absolute;
    left: 74px;
    top: 25px;
    border: 2px solid #00bcb3;
}

.qull_info em {
    display: block;
    float: left;
    width: 488px;
    height: 64px;
    font-size: 15px;
    padding-left: 20px;
    border-left: 1px solid #00bcb3;
    overflow: hidden;
}