@charset "utf-8";
:root {
    --green:#145d02;
}
.pc {
    display: block;
}

.mbl {
    display: none;
}

body,html{font-size:16px;overflow-x:hidden;line-height:1.8;}

/*全局样式*/

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}


ul {
    padding-left: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: normal;
}

.fix:before,
.fix:after,
.clear {
    display: table;
    clear: both;
    content: '';
}

i,
em {
    font-style: normal;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
    display: block;
}


video {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

.imgZoom img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

button,
input,
select {
    line-height: normal;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select {
    font-size: 100%;
    margin: 0;
    outline: none;
}

.l {
    float: left;
}

.r {
    float: right;
}

.wrap {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
}

.wrap01 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}


/*全站通用样式*/

.transition {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.ab {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.ac {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}

/*header*/

.pageheader {
    width: 100%;
    z-index: 200;
    position: fixed;
    top: 0;
}

.nav {
    position: absolute;
    z-index: 12;
    left: 54%;
    margin-left: -348px;
}

.nav>ul>li {
    position: relative;
    float: left;
}

.nav>ul>li>a {
    display: block;
    margin: 0 36px;
    line-height: 80px;
    font-size: 16px;
    position: relative;
    color: #fff;
}

.nav>ul>li>a:after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav>ul>li>a:hover:after {
    width: 100%;
    transition: .5s;
}

.nav>ul>li>a:hover {
    color: #ededed
}

._lev2 {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    /*width: 180px;*/
}


._lev2 a {
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 1);
}

._lev2 li:hover a {
    color: #000;
}

._lev2 a:hover {
    background-color: rgba(255, 255, 255, 0.95);
}

._lev2._lev200 {
    /*width: 141px;*/
    /* left: 50%;
    margin-left: -420px; */
    /* min-height: 350px; */
    width: 100%;
}

._lev2._lev200 {
   /* padding: 40px 0 40px 60px;  */
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.nav ._lev200 a {
    height: auto;
    line-height: 1.8;
    width: auto;
    background-color: inherit;
    text-align: center;
    padding: 0 10px ;
    /* font-weight: 700; */
    font-size: 14px;
}

.nav ._lev200 a:hover {
    background-color: inherit;
}

.sub_left {
    width: 100%;
    position: relative;
    text-align: center;
}
.sub_left dl {
    margin-bottom: 0;
}
.sub_left dl dd {
    overflow: hidden;
    border-bottom: 1px solid #000000;
    padding: 10px 0;
}
.sub_left dl dd:last-child {
    
    border-bottom: none;
}

.sub_left dl dd a {
    color: #666;
}

.sub_left dl dd a:hover {
    color: var(--green);
}



.top_right {
    width: auto;
    align-items: center;
    height: 80px;
}

.top_right a {
    display: inline-block;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.top_right span {
    margin: 0 10px;
    display: block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    margin-top: 2px;
}

.top_right a:hover {
    color: #ededed;
}

.m_nav,
.m_img {
    display: none;
}

.index-banner,
.product_list {
    position: relative;
    overflow: hidden;
}

.anniu {
    width: 9%;
    left: 45.5%;
    bottom: 84px;
    position: absolute;
    height: 40px;
}

.banner-button-next {
    background-image: url(../img/993000d50c1a0be615c5829d94c5bef575ebde75.png);
    right: 0;
}

.banner-button-prev {
    background-image: url(../img/3a71d2e38ee559a9b4f13931d046674c4f6bd889.png);
    left: 0;
}

.banner-button-next,
.banner-button-prev {
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
    top: 80%;
}

.scroll-1 {
    position: absolute;
    bottom: 3%;
    width: 28px;
    left: 50%;
    margin-left: -14px;
    text-align: center;
    animation: removey .5s linear infinite alternate;
    -webkit-animation: removey .5s linear infinite alternate;
    background: url(../img/6470616bab9a1d0cdee9703e7038c43852e9f62a.png) no-repeat center center;
    height: 50px;
    z-index: 10;
}

@keyframes removey {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes removey {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.video {
    /*position:relative;height:900px;*/
}

.video video {
    top: 0;
    left: 0;
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.case_list {
    position: relative;
    width: 100%;
}

.index-case-l {
    background-color: #fafafa;
    padding: 70px 5%;
    width: 26%;
}

.index-case {
    background-color: #fff;
    position: relative;
    z-index: 180;
}

.index-case-r {
    width: 74%;
}

.case-pagination span {
    transform: skew(-12deg, 0);
    font-family: arial;
    font-size: 16px;
}

.case-pagination span:before {
    content: '0';
    display: inline-block;
}

.case-pagination {
    align-items: center;
    margin-left: 12%;
    margin-bottom: -5%;
    line-height: 1.8;
}

.case-pagination i {
    width: 61.5%;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 6%
}

.col04 {
    padding: 90px 0;
    border-right: solid 1px #e5e5e5;
    margin-top: 50px;
}

.col04 .pic {
    position: relative;
}

.col04 .pic a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 91.5%;
    position: relative;
}

/* .col04 .pic .al01 {
    transition: 0.8s;
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
} */

.col04 .name {
    padding: 0 12%;
    /* padding-bottom: 40px; */
    transition: 0.5s;
    
}

.col04 .name a {
    display: block;
}

.col04 .name a h2 {
    font-size: 32px;
    color: #000;
    padding-bottom: 8px;
    font-family: arial;
    font-weight: 100;
}

.col04 .name a p{
    color: #000;
}

.col04:hover .name {
    transform: translateY(-10px);
}

/* .col04:hover .pic .al01 {
    visibility: visible;
    opacity: 1;
} */

/* .col04:hover .pic .al02 {
    visibility: hidden;
    opacity: 0;
} */





/* 
.pageProduct {
    padding: 80px 0 120px 0;
    background-color: #efefef;
}

.product-title {
    text-align: center;
    color: #000;
}

.product-title h2 {
    font-size: 44px;
    position: relative;
    font-weight: bold;
}

.product-title span {
    width: 50px;
    height: 3px;
    background-color: #c0c0c0;
    display: block;
    margin: 16px auto;
}

.product-title p {
    font-size: 18px;
}

.product_list {
    padding-top: 40px;
    position: relative;
    width: 100%;
    padding-bottom: 70px;
}

.product_list .swiper-container {
    width: 100%;
    overflow: inherit;
}

.product_list .swiper-slide {
    width: 64%;
    height: auto;
}

.product_list .swiper-slide {
    position: relative;
}

.product_pic {
    margin-left: 6%;
}

.apply_title {
    width: 27.5%;
    color: #333;
    position: absolute;
    left: 13%;
    top: 46%;
    background: #fff;
    padding: 40px 40px 80px 40px;
}

.apply_title h2 {
    font-size: 32px;
    color: #000;
}

.apply_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 24px 0 40px 0;
}
 */




.anniu-1 {
    width: 11%;
    left: 64%;
    bottom: 0px;
    position: absolute;
}

.anniu-2 {
    width: 15%;
    left: -31.12%;
    top: 80%;
    position: absolute;
}

.product-button-next,
.case-button-next {
    background-image: url(../img/b5587e225d4a954a8f886f678be195b572b49c59.png);
    right: 0;
}

.product-button-prev,
.case-button-prev {
    background-image: url(../img/aceb8c51ea08635a433c78038cb5c081c6fb1623.png);
    left: 0;
}

.product-button-next,
.product-button-prev,
.case-button-next,
.case-button-prev {
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
}

.product-button-next:hover,
.product-button-prev:hover {
    opacity: 0.35;
}

.product-pagination span {
    transform: skew(-12deg, 0);
    font-family: arial;
    font-size: 16px;
}

.product-pagination span:before {
    content: '0';
    display: inline-block;
}

.product-pagination {
    align-items: center;
    margin-left: 12%;
    margin-bottom: -5.5%;
    line-height: 1.8;
}

.product-pagination i {
    width: 61.5%;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 6%;
}





.pageAbout {
    padding: 190px 0 0 0;
}

.index-about {
    justify-content: space-between;
    align-items: center;
    margin-left: 10%;
}

.index-about-l {
    width: 45%;
    position: relative;
    padding-right: 9%;
    padding-bottom: 90px;
}

.year {
    color: #000;
    padding-top: 118px;
}

.year dl:nth-child(1) {
    padding-right: 70px;
    border-right: solid 1px #eaeaea;
}

.year dl:nth-child(2) {
    padding-left: 70px;
}
.year .fuhao {
    font-size: 30px;
    position: relative;
    top: -20px;
    left: -15px;
}
.year dl dt {
    transform: skew(-12deg, 0);
    font-family: arial;
    font-size: 60px;
    font-weight: bold;
    line-height: normal;
}

@media(max-width:1024px) {
    .year .fuhao {
        font-size: 30px;
    position: relative;
    top: -7px;
    left: -8px; 
    }
}
.year dl dd {
    font-size: 18px;
}

.index-about-r {
    position: relative;
    padding-bottom: 60px;
    width: 55%;
    padding-left: 8%;
}

/* .index-about-r h1 {
    position: absolute;
    left: 0;
    font-size: 166px;
    color: #f2f2f2;
    transform: skew(-12deg, 0);
    font-family: arial;
    font-weight: normal;
    bottom: 45%;
} */

.about-pic {
    position: relative;
    z-index: 6;
    /* box-shadow: 0 0 49px rgba(0, 0, 0, 0.32); */
    width: 67%;
    overflow: hidden;
}

.cs_bj {
    position: absolute;
    width: 74%;
    height: 51%;
    background-color: #f5f5f5;
    right: 0;
    bottom: 0;
    z-index: 4
}

.pageNews {
    padding: 40px 0 90px 0;
    background-color: #efefef;
}
.index-case-l h3 {
    position: relative;
    top: 88px;
    left: -6px;
    font-size: 50px;
    color: #e1e1e1;
    font-weight: bold;
}
.index-new .i-title {
    justify-content: space-between;
    align-items: center;
}
.index-new h3 {
    position: relative;
    top: 90px;
    left: 0;
    font-size: 48px;
    font-weight: bold;
    color: #e1e1e1;
}
.i-title h2 {
    position: relative;
    z-index: 99;
    font-weight: bold;
    color: #000;
    font-size: 44px;
}
.i-title h3 {
    position: relative;
    top: -42px;
    left: 0;
    font-size: 51px;
    color: #e1e1e1;
    font-weight: bold;
}
.i-title a {
    width: 142px;
    height: 42px;
    border: solid 1px #000;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    position: relative;
    align-items: center;
}

.i-title a:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    margin-right: 20px;
    background-color: #000;
    transition: 0.5s;
}

.i-title a:hover {
    background-color: var(--green);
    color: #fff;
}

.i-title a:hover:before {
    background-color: #fff;
    width: 28px;
}

.index-case-l .i-title p {

    margin: 70px 0 100px 0;
}

@media (max-width: 1024px) {
    .i-title h3 {
        font-size: 30px;
        position: relative;
        top: -19px;
        left: 0;
    }
}
@media (max-width: 768px) {
    .index-new h3 {
        position: relative;
        top: 50px;
        left: 0;
        font-size: 35px;
    }
}
@media (max-width: 431px) {
    .index-new h3 {
        position: relative;
        top: 44px;
        left: 0;
        font-size: 27px;
    }
}
 
 

.i-title p {
    font-size: 18px;
    color: #333;
    /* margin-bottom: 90px; */
}

.i-title .spxpp {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin: 0 0 67px 0;
    margin-top: -15px;
}


.row-1 {
    width: 102%;
    padding-top: 80px;
}

.col01,
.col01:hover {
    transition: all .5s ease-out;
}

.col01 {
    float: left;
    width: 31.333%;
    cursor: pointer;
    position: relative;
    margin: 0 2% 2% 0;
    background-color: #fff;
}

.col01 .pic {
    overflow: hidden;
    position: relative;
}

.col01 .pic a {
    display: block;
    width: 100%;
    /* height: 0;
    padding-bottom: 70%; */
}

.col01 .pic a img {
    display: block;
    opacity: 0;
}

.col01 .main {
    position: absolute;
    transition: 0.5s;
    padding: 54px 40px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col01 .main .name {
    overflow: hidden;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}

.col01 .main .infor {
    margin: 16px 0 50px 0;
    overflow: hidden;
    text-align: justify;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 84px;
    font-size: 16px;                                        
}                                                                   

.col01 .main .more {
    clear: both;
    font-size: 14px;
    align-items: center;
    transition: 0.5s;
}

.col01:hover {
    box-shadow: 0 0 10px #eee;
}

.col01:hover .more {
    margin-left: 0px;
    color: #fff;
}

.col01:hover .main a,
.col01:hover .main .name {
    color: #fff;
}

.col01:hover .main {
    background-color: rgba(0, 0, 0, 0.50);
}

.col01:hover .main .infor {
    color: #fff;
}
.col01:hover .main .n_more {
    color: #fff;
}

.col01:hover .pic a img {
    display: block;
    width: 100%;
    max-width: none;
    opacity: 1;
}

.n_more {
    padding-top: 5px;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
    color: #000;
    font-weight: 400;
}

.n_more>time {
    font-size: 16px;
    transform: skew(-12deg, 0);
    font-family: arial;
}

.pageFooter {
    width: 100%;
    background: #1f1f1f;
}

.footer {
    width: 80%;
    margin-left: 10%;
}

.foot_top {
    padding: 75px 0;
    display: flex;
    justify-content: space-between                             ;
}
.foot_top .foot3 {
    width: 27%;
}
.foot_list {
    margin-right: 15%;
    width: 20%;
    justify-content: space-between;
}

.foot_list dl{margin-bottom: 0px;}

.foot_list .f_dl .foot_dit {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 0px;
}

.foot_list .f_dl .foot_dit a {
    color: #fff;
    font-size: 18px;
}

.foot_list .f_dl .foot_down a {
    font-size: 16px;
    display: block;
    color: #aaa;
    padding: 6px 0;
}

.foot_list .f_dl .foot_down a:hover {
    color: #fff;
}

.foot_address {
    width: 37%;
    color: #aaa;
}

.foot_address h2 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 24px;
}

.foot_address dl p {
    font-size: 14px;
    color: white;
    align-items: center;
    padding: 6px 0;
}

.foot_address dl dd i {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    background-size: 22px;
}

/* .foot_address dl dd i.icon01 {
    background-image: url(../images/ficon01.png);
}

.foot_address dl dd i.icon02 {
    background-image: url(../images/ficon02.png);
}

.foot_address dl dd i.icon03 {
    background-image: url(../images/ficon03.png);
}

.foot_address dl dd i.icon04 {
    background-image: url(../images/ficon04.png);
}

.foot_address dl dd i.icon05 {
    background-image: url(../images/ficon05.png);
} */

.footer-1 {
    padding: 44px 0;
    border-top: solid 1px #2d2d2d;
}

.foot_bottom {
    align-items: center;
}

.foot_bottom,
.foot_bottom p a {
    color: #aaa;
}

.foot_bottom p a {
    padding: 0 4px;
}

.foot_bottom p a:hover {
    color: #fff;
}

.share {
    height: 44px;
}

.share ul li {
    display: inline-block;
    margin-left: 12px;
    position: relative;
}

.share ul li i {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #282828;
    background-position: center;
    cursor: pointer;
}

/* .share ul li i.icon06 {
    background-image: url(../images/ficon06.png);
}

.share ul li i.icon07 {
    background-image: url(../images/ficon07.png);
}

.share ul li i.icon08 {
    background-image: url(../images/ficon08.png);
} */

.share ul li i:hover {
    background-color: #3c3c3c;
}

.erwei {
    position: absolute;
    top: -152px;
    left: -48px;
    width: 128px;
    display: none;
}

.erwei:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -16px;
    left: 60px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
}


/*内页样式*/

.sec_banner,
.jjfa {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}

.ab_banner {
    width: 92%;
    position: absolute;
    left: 4%;
    top: 48%;
    text-align: center;
}

.ab_banner .ab_title {
    font-size: 64px;
    color: #f5f5f5;
}

.mo-tu {
    display: none;
}


/*内页banner*/

.submain {
    padding-top: 90px;
}

.sub-title {
    align-items: center;
    justify-content: space-between;
    line-height: normal;
}

.icon09 {
    background-image: url(../img/51345ed2f9c5d0cb41d6eb6303c1694e3064ef94.png);
    width: 58px;
    height: 58px;
    border: solid 1px #eee;
    background-position: center;
}

.title-l h2 {
    font-size: 44px;
    padding-bottom: 20px;
    font-weight: bold;
}

.title-l>p {
    font-size: 18px;
    color: #666;
}

.title-r {
    align-items: center;
    justify-content: space-between;
}

.title-tel {
    text-align: right;
    margin-right: 20px;
}

.title-tel h3 {
    font-size: 18px;
    ;
    padding-bottom: 6px;
    color: #666;
}

.title-tel>p {
    font-size: 24px;
}

.product-l {
    width: 66.33333%;
    margin-right: 1.33333%;
    background-color: #f5f5f5;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.product-l .main {
    width: 25%;
    margin-left: 60px;
}

.product-l .main h2 {
    font-size: 28px;
    color: #000;
}

.product-l .main p {
    padding: 8px 0 60px 0;
}

.product-l .cp-pic {
    width: 60%;
    transition: 0.5s;
}

.product-l:hover .cp-pic {
    transform: translateY(-5px);
}

.product-r {
    width: 32.33334%;
}

.product-r .row {
    width: 100%;
}

.product-r .col02 {
    width: 100%;
    margin-right: 0%;
    float: none;
    margin-bottom: 0%;
}

.product-item-1 {
    padding: 60px 0 1.33333% 0;
}

.row {
    width: 101.33333%;
}

.col02 {
    position: relative;
    overflow: hidden;
    width: 32%;
    margin-right: 1.33333%;
    float: left;
    margin-bottom: 1.33333%;
}

.cp-l {
    width: 100%;
    overflow: hidden;
}

.cp-r {
    position: relative;
    background-color: #f5f5f5;
    padding: 20px 32px 50px 32px;
}

.cp-cover {
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    transition: 0.5s;
}

.cp-cover a {
    color: #fff;
}

.cp-cover a:hover {
    color: #fff;
}

.cp-cover .i-title a {
    margin: 0 auto;
    border: solid 1px #fff;
}

.cp-cover .zz a p {
    padding: 6px 0 40px 0;
}

.cp-cover .i-title a:before {
    background-color: #fff;
}

.cp-cover .i-title a:hover {
    background-color: #fff;
    color: #000;
}

.cp-cover .i-title a:hover:before {
    background-color: #000;
    width: 28px;
}

.cp-infor {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.cp-infor h2,
.cp-cover .zz h2 {
    font-size: 28px;
    overflow: hidden;
    line-height: 1.3;
}

.cp-infor p {
    color: #666;
}

.col02:hover .cp-cover {
    top: 0;
}


/*内页产品*/

.product-detail {
    padding-bottom: 80px;
    border-bottom: solid 1px #e5e5e5;
}

.detail-l {
    width: 40%;
    color: #000;
}

.detail-l>h2 {
    font-size: 44px;
}

.detail-l>p {
    font-size: 18px;
    padding: 24px 0 50px 0;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 40px;
}

.p-attr dl {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    padding: 6px 0;
}

.p-attr dt {
    color: #666;
    padding-right: 40px;
}

.detail-btn {
    padding-top: 70px;
}

.detail-btn a {
    height: 60px;
    border: solid 1px #000;
    line-height: 60px;
    margin-right: 20px;
    float: left;
    padding: 0 40px;
    align-items: center;
}

.icon010 {
    width: 32px;
    height: 23px;
    background-image: url(../img/2f2d8076bcf54546a541eb259ef51764d96c92e8.png);
    display: inline-block;
    margin-right: 8px;
}

.icon011 {
    width: 28px;
    height: 23px;
    background-image: url(../img/ded4ad47e4bfd2f89399f029a8856fb5ab5a6652.png);
    display: inline-block;
    margin-right: 8px;
}

.detail-btn a:hover {
    background-color: #000;
    color: #fff;
    transition: 0.4s;
}

.detail-btn a:hover .icon010 {
    background-image: url(../img/797765ec13243407301f11eb294fc17bab6d222d.png);
}

.detail-btn a:hover .icon011 {
    background-image: url(../img/290606516b83f68b6c81594c0bbff449d62b9fa1.png);
}

.detail-list {
    position: relative;
    overflow: hidden;
}

.detail-r {
    width: 54%;
}

.detail-r .i-title {
    justify-content: flex-end;
    padding-bottom: 40px;
}

.anniu-3 {
    width: 36%;
    left: 32%;
    bottom: 40px;
    position: absolute;
}

.detail-pagination span {
    transform: skew(-12deg, 0);
    font-family: arial;
}

.detail-pagination span:before {
    content: '0';
    display: inline-block;
}

.detail-pagination {
    align-items: center;
    margin-left: 12%;
    margin-bottom: -4.5%;
}

.detail-pagination i {
    width: 61.5%;
    height: 1px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 6%
}

.detail-button-next {
    background-image: url(../img/0738c32db03279d51821f82097c4cb4b6a46afca.png);
    right: 0;
}

.detail-button-prev {
    background-image: url(../img/aceb8c51ea08635a433c78038cb5c081c6fb1623.png);
    left: 0;
}

.detail-button-next,
.detail-button-prev {
    width: 10px;
    height: 17px;
    background-size: 10px 17px;
}


/*产品详情*/

.detail-parm {
    padding-bottom: 80px;
}

.detail-con ._jt {
    height: 130px;
    line-height: 130px;
    overflow: hidden;
    *zoom: 1;
    cursor: pointer;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #e5e5e5;
}

.detail-con ._jt strong {
    float: left;
    font-weight: normal;
    width: 24%;
    text-align: left;
    color: #333;
    font-size: 32px;
}

.detail-con ._jt strong.strong01 {
    width: 50%;
    font-size: 18px;
    color: #333;
}

.detail-con ._jt span {
    float: right;
}

.detail-con ._jt .arryIco {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/103597dac5beeb658003c819ce9ba8dcbb145493.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0px;
}

.detail-con ._jt_act .arryIco {
    background-image: url(../img/d370278a77fcd749e66ca4aea50241d3e6c29109.png);
}

.detail-con ._jc {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #e5e5e5;
    margin-top: -6px;
    background-color: #fff;
}

.detail-con ._jt_act {
    border-bottom-color: transparent;
}

._jc dl {
    padding-bottom: 40px;
}

._jc dl dt {
    width: 22.5%;
    padding-right: 3%;
    font-size: 24px;
    color: #000;
    line-height: normal;
}

._jc dl dd {
    width: 77.5%;
    margin-top: 5px;
}


/*解决方案*/

.apply-list {
    position: relative;
    margin: 0 auto;
    padding: 80px 0;
}

.apply-list .swiper-container {
    padding-bottom: 20px;
    width: 98%;
}

.apply-list .swiper-slide {
    width: 960px;
    height: auto;
    position: relative;
}

.apply-list .swiper-slide img {
    display: block;
}

.apply-list .swiper-slide-active {
    margin-top: 15px;
}

.apply-list .swiper-button-prev {
    left: -50px;
    background: url(../img/729d2f4cf6dd88d35ed06114082d2ffdc376b382.png) no-repeat;
}

.apply-list .swiper-button-next {
    right: -50px;
    background: url(../img/f61017da5db8a7cc7d8a3141ef2595d1114173e7.png) no-repeat;
}

.apply-list .swiper-button-prev,
.apply-list .swiper-button-next {
    width: 42px;
    height: 42px;
    background-position: 0 0;
    background-size: 42px 42px;
    top: 42%;
}

.apply-list .swiper-slide .apply-title {
    display: none;
}

.apply-list .swiper-slide-active .apply-title {
    display: flex;
}

.apply-title {
    width: 100%;
    color: #000;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.apply-infor {
    width: 72%;
}

.apply-infor h2 {
    font-size: 32px;
    padding-bottom: 20px;
}

.apply-infor p {
    font-size: 18px;
}

.ff-line {
    height: 266px;
    background: url(../img/ba6349c30c552d1082b75cdf9a8567391e437944.jpg)no-repeat center center;
}

.consult {
    align-items: center;
    justify-content: space-around;
    height: 100%;
    text-align: center;
}

.consult-list h2 {
    font-size: 26px;
    color: #000;
    padding-bottom: 32px;
}

.consult-list .i-title a {
    margin: 0 auto;
}

.yacht .i-title {
    justify-content: space-between;
    align-items: center;
}

.yacht p {
    font-size: 18px;
    line-height: 2;
    color: #000;
    padding: 20px 0 32px 0;
    text-align: justify;
}


/*关于我们*/

.about-story {
    align-items: center;
    justify-content: space-between;
}

.about-story-l {
    width: 52%;
    padding-right: 10%;
}

.about-story-l h2 {
    font-size: 48px;
    font-weight: bold;
}

.about-story-l span {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #c0c0c0;
    margin: 32px 0;
}

.about-story-l p {
    font-size: 18px;
    line-height: 2;
    text-align: justify;
}

.about-story-r {
    width: 48%;
}


/*.about-brand{position:relative;padding:90px 0;}*/

.about-brand {
    position: relative;
    width: 100%;
    height: 644px;
    background-attachment: fixed;
    background-size: cover;
    /*background-size: 100vw;*/
    background-position: center top;
    background-repeat: no-repeat;
    margin: 90px 0;
}


/*.brand-bj{height:644px;}*/

.brand-infor {
    position: absolute;
    width: 38%;
    left: 31%;
    top: 34%;
    text-align: center;
}

.brand-infor p {
    color: #fff;
    font-size: 18px;
    padding-top: 40px;
}

.about-culture {
    padding-bottom: 90px;
}

.row-2 {
    width: 100%;
    justify-content: space-between;
}

.col03 {
    position: relative;
    overflow: hidden;
    width: 48%;
}

.row-2 .col03:nth-child(1) {
    margin-right: 4%;
}

.wh-l {
    width: 100%;
    position: relative;
}

.wh-r {
    position: relative;
    background-color: #f5f5f5;
    padding: 80px 60px 60px 60px;
    text-align: center;
    height: 40%;
}

.wh-r h2 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 12px;
}

.wh-r p {
    font-size: 18px;
    line-height: 1.6;
}

.wh-icon {
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 30px;
    width: 126px;
    height: 126px;
    position: absolute;
    bottom: -63px;
    left: 50%;
    margin-left: -63px;
    z-index: 2;
}

.about-history {
    padding: 90px 0;
    background-color: #f7f7f7;
}

.history-list {
    padding: 90px 0 40px 0;
}

.at_time {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: relative;
    overflow: hidden;
    height: 180px;
    z-index: 1;
}

.at_time>div {
    display: inline-block;
    vertical-align: top;
    font-size: 180px;
    line-height: 180px;
    color: #cacaca;
    height: 68%;
    overflow: hidden;
    font-family: arial;
    font-weight: bold;
}

.at_time .at_time_decade {
    position: relative;
}

.at_time .at_time_decade>div {
    position: absolute;
    top: -100%;
}

.at_time .at_time_unit,
.at_time .at_time_decade {
    width: 100px;
}

.at_time .at_time_unit {
    position: relative;
}

.at_time .at_time_unit>div {
    position: absolute;
    top: -400%;
}

.at_time .at_time_unit,
.at_time .at_time_decade {
    height: 100%;
}

.at_time .at_time_unit>div>div,
.at_time .at_time_decade>div>div {
    color: #000;
    font-family: arial;
    font-weight: bold;
    /* 标准语法 */
    /*  background: linear-gradient(360deg, #004bc6, #0063d0, #00c5fb);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent; */
}

.time_sel_box {
    text-align: center;
    position: relative;
}

.time_sel_box::after {
    content: '';
    display: block;
    width: 137.142%;
    height: 1px;
    background-color: #d0d4dc;
    position: absolute;
    left: -18.571%;
    bottom: 32%;
}

.time_sel_box .btn_prev_box {
    left: 0;
}

.time_sel_box .btn_next_box {
    right: 0;
}

.time_sel_box .btn_prev_box,
.time_sel_box .btn_next_box {
    position: absolute;
    width: 64px;
    bottom: calc(32% - 27px);
    z-index: 2;
}

.time_sel_box .btn_prev_box>.obj_time_box,
.time_sel_box .btn_next_box>.obj_time_box {
    font-size: 26px;
    font-weight: bold;
    color: #cacaca;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    transform: skew(-10deg);
}

.time_sel_box .btn_prev_box>.obj_time_box>div,
.time_sel_box .btn_next_box>.obj_time_box>div {
    position: absolute;
    width: 100%;
}

.time_sel_box .btn_prev_box .btn_prev,
.time_sel_box .btn_next_box .btn_next {
    display: inline-block;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-size: 42px 42px;
    background-position: center;
    background-repeat: no-repeat;
}

.time_sel_box .btn_prev_box .btn_prev {
    background-image: url(../img/d75146f4bb5d16b692006e738151f2362030917a.png);
}

.time_sel_box .btn_next_box .btn_next {
    background-image: url(../img/cf37478fe5b383ebd48ac5506dae7839ee593f27.png);
}

.time_sel_box .btn_prev_box .btn_prev:hover {
    background-image: url(../img/729d2f4cf6dd88d35ed06114082d2ffdc376b382.png);
}

.time_sel_box .btn_next_box .btn_next:hover {
    background-image: url(../img/f61017da5db8a7cc7d8a3141ef2595d1114173e7.png);
}

.btn_next_box>.obj_time_box>div {
    top: -100%;
}

.btn_prev_box>.obj_time_box>div {
    top: 100%;
}

.time_con_box>div {
    display: none;
    text-align: center;
    margin-top: 40px;
    padding: 0 60px;
}

.time_con_box>div:first-child {
    display: block;
}

.disab {
    pointer-events: none;
    opacity: 0;
}


/*新闻中心*/

.col05 {
    position: relative;
    padding: 32px 48px;
    border: solid 1px #e5e5e5;
    margin-bottom: 50px;
    align-items: center;
}

.col05 h1 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: normal;
}

.col05 h1 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.col05 .news_top_l {
    width: 23%;
    overflow: hidden;
}

.col05 .news_top_r {
    width: 60%;
    margin-left: 3%;
    padding-right: 6%;
}

.col05 .infor {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.col05 .news_top_l img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.col05:hover .news_top_l img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.col05 .new-date {
    text-align: right;
    width: 7%;
    color: #333;
    margin-right: 3%;
    font-family: arial;
    line-height: normal;
}

.col05 .new-date span {
    display: block;
}

.col05 .new-date ._day {
    font-size: 48px;
    font-weight: bold;
    line-height: 1
}

.col05 .new-date ._year {
    line-height: 1.2;
    font-size: 18px;
}

.tools {
    margin-left: 3%;
}

.icon012 {
    width: 55px;
    height: 55px;
    background-image: url(../img/76c2058c6de9a248df9155d4e61481e5d6b0cc17.png);
    background-size: 55px 55px;
}

.col05:hover {
    box-shadow: 0 8px 20px #eee;
}

.col05:hover .icon012 {
    background-image: url(../img/9dd4d9fbdc75d728151894f72d368a1bdfd0af52.png);
}

.sub-news .page-nation {
    padding: 12px 0 60px 0;
}

.news-detail {
    padding-bottom: 20px;
}

.news-detail .i-title h2 {
    font-size: 30px;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-detail .yacht p {
    font-size: 16px;
    color: #999;
    padding-top: 12px;
}

.news-detail .time {
    padding-left: 32px;
}

.detail-con {
    border-top: solid 1px #e5e5e5;
    padding: 40px 0;
    line-height: 2.2;
}

.next-page {
    align-items: center;
    justify-content: space-between;
    padding: 60px 0;
}

.next-page span {
    color: #666;
}

.contact .yacht p {
    color: #666;
}

.contact-list {
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 90px 0;
}

.contact-l,
.contact-r {
    border: solid 1px #e5e5e5;
    width: 48%;
    padding: 0 60px 60px 60px;
}

.lx-pic {
    padding-bottom: 32px;
    margin-top: -80px;
}

.contact-l h2,
.contact-r h2 {
    font-size: 30px;
}

.contact-l span,
.contact-r span {
    width: 50px;
    height: 3px;
    background-color: #c0c0c0;
    margin: 20px auto;
    display: block;
}

.contact-l p,
.contact-r p {
    font-size: 18px;
    color: #666;
}

.message {
    padding: 90px 0;
    background-color: #f7f7f7;
}

.cd-form .cd-1 {
    width: 102%;
}

.cd-form .icon input {
    padding: 18px;
    width: 100%;
    border: solid 1px #e5e5e5;
}

.cd-form .icon {
    position: relative;
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-bottom: 2%;
}

.cd-form input.xusai {
    width: 150px;
    background-color: #000;
    height: 56px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 32px;
}

/* .cd-form .icon input.xm {
    background: url(../images/lx03.png)#fff no-repeat 12px center;
}

.cd-form .icon input.dh {
    background: url(../images/lx06.png)#fff no-repeat 12px center;
}

.cd-form .icon select {
    background: url(../images/lx04.png)#fff no-repeat 12px center;
    font-family: "微软雅黑"
}

.cd-form .icon input.yx {
    background: url(../images/lx07.png)#fff no-repeat 12px center;
}

.cd-form .icon input.gs {
    background: url(../images/lx05.png)#fff no-repeat 12px center;
}

.cd-form .icon input.dz {
    background: url(../images/lx08.png)#fff no-repeat 12px center;
} */



.cd-form .icon select {
    width: 100%;
    border: solid 1px #e5e5e5;
    color: #aaa;
    height: 59px;
}

.cd-form .icon-1 {
    margin-top: 40px;
}

.cd-form .icon-1 textarea {
    width: 100%;
    height: 180px;
}

.cd-form .icon-1 textarea.ms {
    padding: 20px 0;
}

.cd-form .icon input,
.cd-form .icon-1 textarea.ms,
.cd-form .icon select {
    padding-left: 93px;
}

.cd-form .icon-1 textarea.ms::-webkit-input-placeholder {
    color: #aaa;
}

.cd-form .icon-1 textarea.ms:-moz-placeholder {
    color: #aaa;
}

.cd-form .icon-1 textarea.ms::-moz-placeholder {
    color: #aaa;
}

.cd-form .icon-1 textarea.ms:-ms-input-placeholder {
    color: #aaa;
}

.cd-form .icon input::-webkit-input-placeholder {
    color: #aaa;
}

.cd-form .icon input:-moz-placeholder {
    color: #aaa;
}

.cd-form .icon input::-moz-placeholder {
    color: #aaa;
}

.cd-form .icon input:-ms-input-placeholder {
    color: #aaa;
}

.star {
    position: absolute;
    left: 60px;
    width: 30px;
    height: 30px;
    top: 14.5px;
}

.star i {
    width: 1px;
    background-color: #e5e5e5;
    height: 30px;
    display: block;
}

.star span {
    color: #e40000;
}


/*解决方案*/

.apply-yacht {
    margin: 40px 0 80px 0;
    background-color: #f5f5f5;
}

.list-bj {
    width: 1200px;
    height: 696px;
}

.yacht-list {
    position: relative;
}

.relate {
    padding-bottom: 90px;
}

.relate-yacht {
    position: relative;
}

.relate-yacht>h2 {
    font-size: 36px;
    padding-bottom: 50px;
}

.anniu-4 {
    position: absolute;
    width: 6%;
    right: 0;
    top: 14.5px;
}

.anniu-4:after {
    content: '';
    position: absolute;
    top: 1px;
    width: 1px;
    height: 15px;
    background-color: #000;
    display: block;
    left: 50%;
}

/* .yacht-button-prev {
    left: 0px;
    background: url(../images/jt04.png) no-repeat;
}

.yacht-button-next {
    right: 0px;
    background: url(../images/jt03.png) no-repeat;
} */

.yacht-button-next,
.yacht-button-prev {
    width: 10px;
    height: 17px;
    margin-top: 0px;
    background-size: 10px 17px;
}

.dot {
    cursor: pointer;
    outline: none;
    z-index: 0;
    position: absolute;
    width: 45px;
    height: 45px;
}


/*呼吸灯*/

.tech-area {
    text-align: center;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/2d97ec7073a86bc8665c903d7ac834fe0b52f7e2.png) no-repeat center center;
    left: 10px;
    z-index: 22;
    top: 10px;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.tech-area .point-1,
.tech-area .point-2 {
    width: 180%;
    height: 180%;
    margin-left: -40%;
    position: absolute;
    margin-top: -40%;
}

.tech-area .point-1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.6);
    opacity: 0;
    -webkit-animation: point 4.5s ease-out 225ms infinite;
    -moz-animation: point 4.5s ease-out 225ms infinite;
    -o-animation: point 4.5s ease-out 225ms infinite;
    animation: point 4.5s ease-out 225ms infinite;
}

.tech-area .point-2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.4);
    opacity: 0;
    -webkit-animation: point 4.5s ease-out 1125ms infinite;
    -moz-animation: point 4.5s ease-out 1125ms infinite;
    -o-animation: point 4.5s ease-out 1125ms infinite;
    animation: point 4.5s ease-out 1125ms infinite;
}

@-webkit-keyframes point {
    0% {
        opacity: 0.2;
        -webkit-transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0.2;
        -webkit-transform: scale(1)
    }
}

@keyframes point {
    0% {
        opacity: 0.2;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0.2;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.dot-1 {
    top: 62.5%;
    left: 12.4%;
}

.dot-2 {
    top: 30.5%;
    left: 30.7%;
}

.dot-3 {
    top: 38%;
    left: 43%;
}

.dot-4 {
    top: 34%;
    left: 54.5%;
}

.dot-5 {
    top: 42.5%;
    left: 67.2%;
}

.dot-6 {
    top: 35.5%;
    left: 60.7%;
}

.dot-7 {
    top: 62.5%;
    left: 54%;
}


/*.dot-8{top:24.4%;left:54%;}

.dot-9{top:37%;left:85.5%;}*/

.dot-10 {
    top: 46%;
    left: 42.8%;
}

.dot-11 {
    top: 46.3%;
    left: 48.9%;
}

.dot-12 {
    top: 35.8%;
    left: 33%;
}

.doth2 {
    font-size: 16px;
    text-align: center;
    width: 342px;
    height: 50px;
    border: solid 1px #bebebe;
    line-height: 48px;
    margin-left: -148.5px;
    position: relative;
}

.doth2:before,
.doth2:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
}

.doth2:before {
    left: -1px;
    top: -1px;
    border-top: solid 1px #666;
    border-left: solid 1px #666;
}

.doth2:after {
    right: -1px;
    bottom: -1px;
    border-bottom: solid 1px #666;
    border-right: solid 1px #666;
}

*[class*="dotcon-"] {
    position: absolute;
    display: none;
}

.dotcon-1 span {
    display: block;
    width: 1px;
    height: 60px;
    background-color: #bebebe;
    margin-left: 21.5px;
    margin-top: 35px;
}

.dotcon-2 {
    top: -3.5px;
}

.dotcon-2 .doth2 {
    width: 324px;
    margin-left: -370.5px;
}

.dotcon-2 span {
    display: block;
    width: 60px;
    height: 1px;
    background-color: #bebebe;
    margin-top: 25px;
}

.dotcon-3 .doth2 {
    width: 364px;
    margin-left: -159.5px;
    margin-top: -166px;
}

.dotcon-3 span {
    display: block;
    width: 1px;
    height: 126px;
    background-color: #bebebe;
    margin-left: 22px;
}

.dot-4 .dotcon-3 span {
    height: 99px;
}

.dot-4 .dotcon-3 .doth2 {
    margin-top: -139px;
}

.dotcon-5 {
    left: 22px;
}

.dotcon-5 .doth2 {
    width: 324px;
    margin-left: 0px;
    margin-top: -80px;
}

.dotcon-5 span {
    display: block;
    width: 40px;
    height: 67px;
    background-color: inherit;
    margin-top: -54px;
    border-left: solid 1px #bebebe;
    border-top: solid 1px #bebebe;
}


/*.dotcon-6 .doth2{width:445px;margin-left:-200px;}

.dotcon-6 span{display:block;width:1px;height:104px;background-color:#bebebe;margin-left: 22.5px;margin-top: 35px;}

*/

.dotcon-6 {
    left: 22px;
}

.dotcon-6 .doth2 {
    width: 315px;
    margin-left: 0px;
    margin-top: 60px;
}

.dotcon-6 span {
    display: block;
    width: 126px;
    height: 54px;
    background-color: inherit;
    margin-top: 32px;
    border-left: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
}

.dotcon-7 {
    left: 22px;
}

.dotcon-7 .doth2 {
    width: 324px;
    margin-left: 0px;
    margin-top: 86px;
}

.dotcon-7 span {
    display: block;
    width: 60px;
    height: 80px;
    background-color: inherit;
    margin-top: 33px;
    border-left: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
}

.dotcon-10 {
    left: -91px;
}

.dotcon-10 .doth2 {
    width: 324px;
    margin-left: -324px;
    margin-top: -54px;
}

.dotcon-10 span {
    display: block;
    width: 114px;
    height: 44px;
    background-color: inherit;
    margin-top: -26px;
    border-right: solid 1px #bebebe;
    border-top: solid 1px #bebebe;
}

.dotcon-11 {
    left: -164px;
}

.dotcon-11 .doth2 {
    width: 324px;
    margin-left: -324px;
    margin-top: -56px;
}

.dotcon-11 span {
    display: block;
    width: 187px;
    height: 44px;
    background-color: inherit;
    margin-top: -26px;
    border-right: solid 1px #bebebe;
    border-top: solid 1px #bebebe;
}

.dotcon-12 {
    left: 22px;
}

.dotcon-12 .doth2 {
    width: 330px;
    margin-left: 0px;
    margin-top: 64px;
}

.dotcon-12 span {
    display: block;
    width: 30px;
    height: 60px;
    background-color: inherit;
    margin-top: 33px;
    border-left: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
}

.dot-1:hover .dotcon-1,
.dot-2:hover .dotcon-2,
.dot-3:hover .dotcon-3,
.dot-4:hover .dotcon-3,
.dot-5:hover .dotcon-5,
.dot-6:hover .dotcon-6,
.dot-7:hover .dotcon-7,
.dot-8:hover .dotcon-8,
.dot-9:hover .dotcon-9,
.dot-10:hover .dotcon-10,
.dot-11:hover .dotcon-11,
.dot-12:hover .dotcon-12 {
    display: block;
}

.jjfa {
    display: none;
}

.apply-yacht {
    display: block;
}


/*分页*/

.page-nation {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 40px 0 60px 0;
}

.pager ul {
    text-align: center;
}

.pager ul li {
    display: inline-block;
}

.pager ul li span.current {
    color: #000;
    position: relative;
    z-index: 1;
    font-size: 24px;
}

.pager ul li a:hover {
    color: #000;
    position: relative;
    z-index: 1;
}

.pager ul li span:hover {
    color: #eee;
    position: relative;
    z-index: 1;
}

.pager ul li a,
.pager ul li span {
    width: 44px;
    height: 44px;
    margin-left: -1px;
    color: #999;
    display: inline-block;
    line-height: 44px;
    font-size: 20px;
    text-decoration: none;
    margin: 0 5px;
    font-weight: bold;
}

.pager .pg-next,
.pager .pg-prev {
    font-family: monospace;
    background-color: #e8e8e8;
    color: #000;
    border-radius: 50%;
}

.contact-l p,
.contact-r p {
    height: 96px;
}