.container {
    max-width: 1230px;
}

/*ç½‘ç«™å…¬å…±æ ·å¼*/
.clear {
    clear: both;
    overflow: hidden;
}

.info-content {
    font-size: 15px;
    line-height: 2;
    margin: 0 auto;
}

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

a:hover {
    color: #0f27b5;
}

a:focus {
    color: #000;
}

a.btn-more {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -o-transition: all 0.5s ease;
    /* Opera */
}

.banner {
    height: 500px\9 !important;
    overflow: hidden\9 !important;
    overflow: hidden;
}

/*å…¼å®¹ieä½Žç‰ˆ*/
.banner {
    height: 500px\9 !important;
    overflow: hidden\9 !important;
    overflow: hidden;
}

/*å…¼å®¹ieä½Žç‰ˆ*/
.clearfix {
    clear: both;
}

.text-green {
    color: #35c5af;
}

.bg-grey {
    background: rgb(244, 244, 244);
}

.bg-white {
    background: #fff;
}

/*é®ç½©å±‚*/
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}

.back {
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    transition: ease-in-out 600ms;
}

.ycxs {
    display: none;
}

.logo img {
    max-width: 100%;
    width: auto;
}

/*è‡ªå®šä¹‰å¯¼èˆªåŠ¨ç”»ï¼Œä¹Ÿå¯ä»¥ç”¨animater.cssä¸­çš„åŠ¨ç”»ï¼Œéœ€è¦åœ¨script.jsä¸­ä¿®æ”¹*/
.nav .animated,
.sub-nav .animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navSlide {
    -webkit-animation-name: navSlide;
    animation-name: navSlide
}

@keyframes navSlide {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0)
    }
}

/*ä¸»èœå•*/
@media (min-width:1000px)

/*pcç«¯*/
    {
    .document-flow {
        position: absolute;
        z-index: 999;
        right: 0;
        left: 0;
        top: 0px;
        height: 100px;
        background: #fff;
    }

    .header1 .logo {
        margin: 15px 0;
        display: block;
        line-height: 70px;
    }

    .header1 .nav-toggle {
        display: none
    }

    .logo img {
        height: auto;
        width: auto;
        max-width: 300px;
        max-height: 70px;
    }

    .logo .invest {
        font-size: 24px;
        line-height: 1.5;
    }

    .nav>ul {
        float: right;
    }

    .nav>ul>li {
        float: left;
        text-align: center;
        line-height: 100px;
        margin: 0 10px;
    }

    .nav>ul>li>ul {
        position: absolute;
    }

    .nav>ul>li>a {
        padding: 14px 20px;
        color: #333333;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .nav>ul>li.current>a,
    .nav>ul>li:hover>a {
        color: #0f27b5;
    }

    .nav {
        position: absolute;
        right: 0;
        top: 0;
    }

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

    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 50px
    }

    .nav ul li ul li a:hover {
        text-decoration: none;
        color: #fff;
        background: #89584B;
    }

    .nav ul li ul li {
        display: none !important;
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        display: none
    }

    .nav ul li ul {
        background-color: #ad7669;
        display: none;
        position: absolute;
        left: -18%;
        z-index: 2;
        width: 150px
    }

    /*äºŒçº§ulæ ·å¼*/
    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none;
    }

    /*ä¸‰çº§ä»¥åŽulæ ·å¼*/


    /*BANNER*/
    .banners .bannerscom .bcoms .coms1 {
        font-size: 70px;
    }

    .banners .bannerscom .bcoms {
        max-width: 840px;
        margin: 14% auto 0 auto;
        padding: 20px 0;
    }

    .bannerscom .vocational-work {
        font-size: 28px;
        font-weight: bold;
        padding-left: 30px;
        padding-bottom: 20px;
    }

    .banners .bannerscom .bcoms-min {
        padding: 10px 0;
    }

    .xbanner {
        max-height: 260px;
        overflow: hidden;
        min-height: 260px;
    }

    .xbanner li img {
        height: 260px;
        width: 100%;
    }

    .banners .bannerscom .bcoms .coms2 {
        font-size: 22px;
        color: rgb(255, 255, 255);
        letter-spacing: 17px;
        text-align: center;
        padding-left: 16px;
    }

    .banners .footmore {
        margin-top: 60px;
    }

    /*FOOTER*/
    footer {
        text-align: left;
    }

    .footernav ul {
        margin-bottom: 8px;
    }

    .footernav ul li a,
    .footernav>ul {
        font-size: 14px;
    }

    .address {
        padding-left: 20px;
    }

    .beian {
        padding-top: 10px;
    }

    .breadcrumb {
        padding: 16px;
    }
}

@media (max-width:1000px)

/*æ‰‹æœºç«¯*/
    {
    .header1 {
        padding: 0px 0;
    }

    .header1 .logo {
        line-height: 60px;
        text-align: left;
        margin-left: 10px;
    }

    .header1 .logo img {
        height: auto;
        width: auto;
        max-width: 250px;
        max-height: 40px;
    }

    .header1 .nav-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 30px;
        color: #0f27b5;
        min-width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }

    .header1 .nav-toggle.active {
        color: #ccc;
    }

    .topcoms .col-xs-12 {
        padding: 0 0;
    }

    .document-flow {
        position: absolute;
        z-index: 999;
        right: 0;
        left: 0;
        top: 2px;
    }

    .logo .invest {
        font-size: 18px;
        line-height: 1.5;
    }

    .nav {
        position: fixed;
        z-index: 100;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .nav.active {
        opacity: 1;
        width: 300px;
        max-width: 60%
    }

    .nav ul li {
        line-height: 45px;
        text-align: left
    }

    .nav ul li ul {
        display: none;
    }

    /*äºŒçº§ulæ ·å¼*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc
    }

    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee
    }

    .nav ul li ul li ul li a {
        padding-left: 90px;
    }

    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s
    }

    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }

    .nav ul li.current>a {
        color: #5a342b;
    }

    .nav ul li.active>ul {
        display: block
    }

    .nav ul li.active>.arrow {
        transform: rotate(90deg)
    }

    .gotoptop_icon {
        display: none !important;
    }

    /*BANNER*/
    .banners .bannerscom .bcoms .coms1 {
        font-size: 40px;
    }

    .xbanner li img {
        height: 100px;
        width: 100%;
    }

    .banners .bannerscom .bcoms {
        max-width: 840px;
        margin: 16% auto 0 auto;
        padding: 20px 0;
    }

    .bannerscom .vocational-work {
        font-size: 22px;
    }

    .banners .bannerscom .bcoms-min {
        max-width: 180px;
        margin: 10% auto 0 auto;
        padding: 10px 0;
    }

    .banners .bannerscom .bcoms .coms2 {
        font-size: 16px;
        color: rgb(255, 255, 255);
        letter-spacing: 6px;
        text-align: center;
        padding-left: 6px;
    }

    .banners .footmore a {
        font-size: 12px;
        width: 100px;
        height: 30px;
        line-height: 28px;
    }

    /*BOTTOM*/
    .footernav {
        text-align: left;
    }

    .footernav ul li:first-child a {
        padding-left: 0;
    }

    .bot-bg {
        margin-top: -50px;
        padding-bottom: 40px;
    }

    footer {
        text-align: center;
        margin-top: 40px;
        padding-top: 20px;
    }

    .foot-contact .center .box p {
        padding-bottom: 10px;
    }

    .beian {
        padding-top: 20px;
    }

    .address {
        text-align: left;
        padding-left: 15px;
        margin-top: 10px;
    }

    .lianjie {
        text-align: left;
        line-height: 1.5;
    }

    .breadcrumb {
        padding: 16px 0;
    }
}

@media (max-width: 767px) {

    /*å°æ‰‹æœº*/
    .banners .bannerscom .bcoms .coms1 {
        font-size: 18px;
    }

    .banners .bannerscom .bcoms {
        max-width: 840px;
        margin: 18% auto 0 auto;
        padding: 20px 0;
    }

    .banners .bannerscom .bcoms-min {
        display: none;
    }

    .banners .bannerscom .bcoms .coms1 i {
        width: 40%;
        margin: 10px auto;
    }

    .banners .bannerscom .bcoms .coms2 {
        font-size: 10px;
        color: rgb(255, 255, 255);
        letter-spacing: 0px;
        text-align: center;
        padding-left: 2px;
    }

    /*FOOTER*/
    .foot-menu li:nth-child(5),
    .foot-menu li:nth-child(6) {
        display: none;
    }
}


/*BANMNER æ ·å¼*/
.banners {
    position: relative;
}

.banners .bannerscom {
    position: absolute;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    width: 100%;
}

.banners .bannerscom .bcoms .coms1 {
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.banners .bannerscom .bcoms-min .vocational-work i {
    width: 35%;
    border-bottom: 2px solid #fff;
    display: block;
    padding-top: 10px;
    margin: 0 auto;
}

.banners {
    text-align: center;
}

.banners .footmore a {
    border-color: rgba(255, 200, 91, 1);
    background-color: rgba(255, 200, 91, 1);
    color: #fff;
}

.banners .footmore a:hover {
    background-color: rgba(227, 177, 78, 1);
    color: #000;
}


/*TOP*/
.header-top {
    color: #fff;
    background-color: #1a2b48;
    font-size: 12px;
}

@media (min-width:1000px) {
    .header-top {
        line-height: 50px;
    }

    .header-top .float-lg-left {
        padding-left: 15px;
    }

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

@media (max-width:1000px) {
    .header-top {
        line-height: 35px;
        font-size: 13px;
        background-color: #000;
    }

    .header-top .float-lg-left {
        margin-left: -10px;
        height: 30px;
        line-height: 30px;
    }
}



/*FOOTER*/
.bot-bg {
    background-color: #000;
}

footer {
    width: 100%;
    min-height: 95px;
    background: #1a2b48;
    line-height: 2.5;
    padding: 10px 0 10px;
}

footer a {
    color: #fff;
}

.footerback {
    background: url(../image/footer-bg.jpg);
}

.footernav>div {
    width: 20%;
    text-align: left;
}

.footernav>div:last-child {
    margin-left: 5%;
}

.footernav h2 {
    margin: 0px 7px;
    font-size: 16px;
    font-weight: 300;
}

.footernav h2 a {
    font-size: 16px;
    color: #fff !important;
}

.footernav>ul>li {
    display: inline;
}

.footernav>ul>li:not(:last-child) {
    border-right: 2px solid #fff;
}

.footernav ul {
    margin-left: 0px;
}

.footernav ul li a {
    color: #fff;
    position: relative;
}

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

.footernav>ul>li>ul {
    display: none;
}

.beian a:hover,
.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.address ul,
.lianjie,
.lianjie a {
    font-size: 13px;
    color: rgb(151, 159, 174);
}

.address ul li img {
    max-width: 19px;
    margin-right: 10px;
}

.wechat p {
    color: rgb(187, 203, 234);
}

.beian a,
.beian {
    font-size: 13px;
}

.lianjie {
    margin-top: 10px;
}

.lianjie li {
    display: inline-block;
    padding-right: 10px;
}

.lianjie li a:hover {
    color: #fff;
}


/*ç§»åŠ¨ç«¯å›ºå®šæ ç›®æŒ‰é’®*/
.float-nav-toggle {
    z-index: 10;
    display: block;
    text-align: center;
    position: fixed;
    left: 6px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(13, 13, 13, 0.6);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .display-xs-block {
        display: block !important;
    }
}


/*æ‰‹æœºç«¯å›ºå®šå¯¼èˆªæ */
.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 2px;
    color: #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 0.2rem solid #000;
    background: #fff;
}

.footer-fixed ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.footer-fixed ul li a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.footer-fixed ul li p {
    font-size: 1.3rem;
}

.footer-fixed.active {
    transform: translateX(2.8rem);
    z-index: 9;
}

.footer-fixed2 {
    font-size: 2.8rem;
    padding-top: 0.6rem;
}

.footer-fixed i {
    display: block;
}

.footer-fixed .fa {
    font-size: 22px;
}

@media (min-width:1000px) {
    .footer-fixed {
        display: none !important;
    }
}

@media (max-width:1000px) {
    footer {
        padding-bottom: 66px;
    }
}



/*PCç«¯ç½®é¡¶*/
#ToTop {
    position: fixed;
    bottom: 80px;
    right: 40px;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    z-index: 20000;
    background-image: url(../image/top2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#ToTop:hover {
    width: 40px;
    height: 40px;
    background: url(../image/top2.png) no-repeat 0 -42px;
    text-indent: -999em;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 20000;
}


/*å…¬å…±æ ·å¼*/
.breadcrumb-line .breadcrumb {
    color: #5a5a5a;
    font-size: 14px;
    border-bottom: 1px solid #f4f4f4;
}

.breadcrumb>li+li::before {
    content: " ->";
    color: #5a5a5a
}

.pagination>li>a,
.pagination>li>span {
    padding: 6px 10px;
}

.card1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 44px;
}

.html5zoo-arrow-left-0 {
    background: url(../image/left.png) no-repeat scroll left top !important;
    margin-left: 30px;
    background-size: cover !important;
}

.html5zoo-arrow-right-0 {
    background: url(../image/left2.png) no-repeat scroll left top !important;
    margin-right: 30px;
    background-size: cover !important;
}

.page ul li .fa {
    padding-right: 10px;
}

.page ul li:hover a,
.page ul li:hover {
    color: #0f27b5;
}

.font-size-13 {
    font-size: 13px;
}


/*å­æ ç›®æ ·å¼*/
.sub-nav-box {
    text-align: center;
}

.sub-nav-box .sub-nav>ul>li {
    text-align: center;
    line-height: 60px;
    float: left;
}

.sub-nav-box .sub-nav>ul>li>ul {
    position: absolute;
}

.sub-nav-box .sub-nav>ul>li>a {
    color: #666666;
    display: block;
    width: 130px;
    padding: 0px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sub-nav-box .sub-nav>ul>li.active>a {
    background-color: #0f27b5;
    color: #fff;
}

.sub-nav-box .sub-nav li:hover>ul {
    display: block;
}

.sub-nav-box .sub-nav>ul>li>ul::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 45%;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ed8e82;
}

.sub-nav-box .sub-nav>ul>li>ul li ul::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 20px;
    left: -10px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
}

.sub-nav-box .sub-nav ul li ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 50px
}

.sub-nav-box .sub-nav ul li ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.sub-nav-box .sub-nav ul li {
    position: relative;
}

.sub-nav-box .sub-nav ul li .arrow {
    display: none
}

.sub-nav-box .sub-nav ul li ul {
    background-color: #ed8e82;
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
}

/*äºŒçº§ulæ ·å¼*/
.sub-nav-box .sub-nav ul li ul li ul {
    left: 100%;
    top: 0px;
    display: none;
}

/*ä¸‰çº§ä»¥åŽulæ ·å¼*/

@media screen and (max-width:1000px) {
    .sub-nav-box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sub-nav-box .sub-nav>ul>li>a {
        width: 100%;
        height: 34px;
        display: block;
        line-height: 34px;
        font-size: 13px;
        overflow: hidden;
    }

    .sub-nav-box .sub-nav ul li {
        width: 33.33%;
    }

    .sub-nav-box .sub-nav ul li ul li,
    .sub-nav-box .sub-nav ul li ul::before {
        display: none;
    }
}


/*å›¾ç‰‡åˆ—è¡¨*/
.images-list .row .item a {
    display: block;
    overflow: hidden;
}

.images-list .row .item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
    transform: scale(1.1, 1.1);
}



/*åˆ†é¡µæ ·å¼*/
@media (min-width:1000px) {
    .paddingsame {
        padding-top: 40px;
    }

    .subtitle {
        font-size: 20px;
        padding-top: 10px;
        color: #333333;
    }

    .news-list .row .title {
        font-size: 17px;
    }

    .news-list .row {
        margin-bottom: 20px;
    }

    .images-pro li {
        margin-top: 20px;
    }

    .images-pro li .box {
        padding: 20px;
    }

    .images-pro li .title {
        font-size: 16px;
        padding: 14px 0 4px;
    }

    .process-bg {
        padding: 50px 0 100px;
        margin: 60px 0 -80px;
    }

    .home-answer li {
        line-height: 4.3;
    }

    .home-answer li .title {
        padding-left: 60px;
        background-position-x: 20px !important;
    }

    .casepage {
        margin: 120px auto -16px;
    }

    .home-answer li .date {
        padding-right: 18px;
    }
}

@media (max-width:1000px) {
    .subtitle {
        font-size: 18px;
        padding-top: 10px;
    }

    .pagetitle span {
        font-size: 16px;
    }

    .casebox {
        padding: 20px 10px 10px;
    }


    .news-list .row {
        margin-left: 0;
        margin-right: 0;
    }

    .news-list .row .left {
        padding-left: 0;
    }

    .news-list .row .title {
        padding-left: 0;
        padding-right: 0;
    }

    .images-pro li {
        margin-top: 16px;
    }

    .images-pro li {
        padding-right: 8px;
        padding-left: 8px;
    }

    .images-pro li .title {
        font-weight: bold;
        padding: 10px 0 4px;
    }

    .images-pro li .box .titlebox {
        padding: 4px 5px 14px;
    }

    .contactbox {
        padding: 20px 4px 30px;
        margin-top: -20px;
    }

    .contactbox li {
        font-size: 13px;
    }

    .addpagetitle {
        padding-top: 20px;
    }

    .process-bg {
        padding: 50px 0 80px;
        margin: 60px 0 -40px;
    }

    .home-answer li {
        line-height: 3;
    }

    .home-answer li .title {
        padding-left: 20px;
    }

    .casepage {
        margin: 60px auto 50px;
    }

    .casepage .boxs {
        padding: 10px 10px 0;
    }
}

/*äº§å“å…¬å…±æ ·å¼*/
.account {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}

.pagetitle span {
    font-weight: bold;
}

.pagetitle p {
    color: #EF425A;
    padding-top: 10px;
}

/*åˆ†é¡µ>å…³äºŽæˆ‘ä»¬*/
.home-answer li {
    position: relative;
    padding-right: 100px;
    border-bottom: 1px solid #e7e7e7;
}

.home-answer li .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../image/case.png) no-repeat left;
}

.home-answer li .title a {
    width: 100%;
    display: inline-block;
}

.home-answer li .date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #35c5af;
    font-size: 13px;
}

.home-answer li:hover {
    background-color: #35c5af;
}

.home-answer li:hover a,
.home-answer li:hover .date {
    color: #000;
}


/*SmallBanneræ ·å¼*/
.home-gallery-thumbs {
    width: 207px;
    height: 42px;
    padding: 5px 27px;
    position: absolute;
    bottom: 5px;
    right: 25px;
    background: #000;
    z-index: 1;
}

.home-gallery-thumbs img {
    width: 69px;
    height: 32px;
    border: #666 solid 3px;
}

.home-gallery-thumbs .swiper-button-prev {
    background: url(../image/arrow-l.png) no-repeat left center;
    width: 22px;
    height: 30px;
    top: 5px;
    left: 5px;
    margin-top: 0px;
    text-align: center;
}

.home-gallery-thumbs .swiper-button-next {
    background: url(../image/arrow-r.png) no-repeat left center;
    width: 22px;
    height: 30px;
    top: 5px;
    right: -2px;
    margin-top: 0px;
    text-align: center;
}

.home-gallery-thumbs .swiper-slide-thumb-active img {
    border: #A8A8A8 solid 3px;
}

.home-jdan-wz {
    background-color: rgb(39, 62, 79);
    padding: 15px 25px;
}

.home-jdan-title {
    border-bottom: 4px #f93939 solid;
    margin-bottom: 15px;
}

.home-jdan-title h4 {
    color: white;
    font-size: 26px;
}

.home-jdan-title p {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.home-news li {
    line-height: 45px;
    border-bottom: 1px dashed #4d6c81;
}

.home-news li a {
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.home-news li a:hover {
    color: red;
}

.home-news-more {
    line-height: 25px;
    display: block;
    color: white;
    margin-top: 8px;
    font-size: 12px;
}

.home-news-more:hover {
    color: red;
}

.home-jdan .swiper-wrapper .swiper-slide img {
    width: 100% !important;
}

@media (min-width:1200px) {
    .home-jdan .col-lg-8 {
        padding: 0px;
    }

    .home-jdan .col-lg-4 {
        padding: 0px;
    }

    .gallery-top .swiper-wrapper .swiper-slide img {
        max-height: 350px;
        min-height: 350px;
    }
}

@media (max-width:1200px) {
    .home-jdan .col-lg-8 {
        max-width: 880px;
        margin: 0px auto 30px auto;
    }
}

/*åˆ†é¡µ-äº§å“ä¸­å¿ƒ*/
.images-pro {
    text-align: center;
}

.images-pro li .box {
    background-color: #f3f3f3;
}

.images-pro li .title {
    font-weight: bold;
}

.images-pro li .columnlink a {
    color: #35c5af;
    font-size: 12px;
}

.images-pro li .price {
    color: #acacac;
    font-size: 12px;
}

.images-pro li .price span {
    color: #fe4b14;
    padding-left: 4px;
}

.images-pro li .accounts {
    font-size: 13px;
    padding-top: 10px;
}

.div-img {
    position: relative;
}

/*é¼ æ ‡è§¦å‘ä¸‹æ‹‰é®ç½©æ ·å¼*/
.div-img img {
    display: block;
    width: 100%;
}

.div-img .mask {
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.56);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s linear;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-img:hover .mask {
    height: 100%;
}

.div-img .mask .fa {
    font-size: 36px;
    color: #fff;
}


/*åˆ†é¡µ>æ–°é—»ä¸­å¿ƒ*/
.news-list .row {
    border-bottom: 1px dotted #dbd4cd;
    overflow: hidden;
    padding: 10px 0;
}

.news-list .row .date {
    background: #1a2b48;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
}

.news-list .row .date li:first-child {
    font-size: 24px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
}

.news-list .row .date li:last-child {
    font-size: 13px;
}

.news-list .row .title p {
    padding-top: 2px;
    font-size: 13px;
    color: #999;
}


/*åˆ†é¡µ>åœ¨çº¿ç•™è¨€*/
.process-bg {
    background-color: #f3f3f3;
}

.process-bg li img {
    max-width: 120px;
}

.process-bg li p {
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
}






/*é¦–é¡µæ ·å¼*/
@media (min-width:1000px) {
    .home-headline {
        /* padding: 60px 0 50px; */
    }

    .home-headline .title {
        font-size: 26px;
    }

    .product-box li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-list .images-x li {
        margin-bottom: 10px;
    }

    .home-contact {
        padding: 40px 0 80px;
    }

    .home-contact ul {
        padding-top: 52px;
    }

    .home-us .title {
        font-size: 26px;
    }

    .indexmore {
        text-align: right;
    }

    .home-us {
        padding: 60px 0 80px;
        margin-top: 40px;
    }

    .indexmore {
        padding-top: 60px;
    }

    .homecasepage {
        margin: 60px auto 0;
    }

    .casehome-bg {
        margin-top: 80px;
        padding-bottom: 60px;
    }

    .news-lists .left a img {
        max-height: 80px;
        width: 100%;
    }

    .news-lists .title p {
        margin-top: 10px;
    }
}

@media (max-width:1000px) {
    .home-headline {
        padding: 30px 0;
    }

    .home-headline .title {
        font-size: 20px;
    }

    .home-headline p {
        font-size: 16px;
    }

    .images-x li {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .images-x li .box {
        padding: 6px;
    }

    .images-x li .box .title {
        font-size: 13px;
    }

    .images-x li .box .box-img .fa,
    .images-x li .box .box-mask {
        display: none !important;
    }

    .home-contact ul {
        padding-top: 20px;
        text-align: center;
    }

    .home-contact ul li {
        padding-left: 4px;
        padding-right: 4px;
    }

    .home-contact {
        padding-bottom: 20px;
    }

    .product-box ul li .box .title {
        margin-bottom: -16px;
    }

    .home-us .title {
        font-size: 20px;
    }

    .home-us {
        text-align: center;
        padding: 30px 0 60px;
        margin-top: 40px;
    }

    .indexmore {
        padding-top: 10px;
    }

    .homecasepage {
        margin: 30px auto 0;
    }

    .casehome-bg {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .news-lists .right {
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }
}

/*é¦–é¡µå…¬å…±æ ·å¼*/
.home-headline {
    text-align: center;
}

.home-headline .top {
    color: rgb(239, 66, 90);
    font-size: 16px;
}

.home-headline .title {
    font-weight: bold;
    padding: 6px 0 8px;
}

.home-headline p {
    color: rgb(102, 102, 102);
}

/*é¦–é¡µ-å…³äºŽæˆ‘ä»¬*/
.home-contact {
    background-color: #f3f3f3;
}

.home-contact .boxs {
    background-color: #ef425a;
    width: 160px;
    height: 110px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
}

.home-contact .boxs p {
    color: #fff;
}

/*é¦–é¡µ-æˆ‘ä»¬çš„æœåŠ¡*/
.images-x li .box {
    border: 1px solid transparent;
}

.images-x li .box:hover {
    border-color: transparent;
}

.images-x li .box .box-img {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 45%;
    left: 45%;
    opacity: 0;
    transition: all .7s;
    transform: scale(0.0);
}

.images-x li .box .box-img .fa {
    font-size: 35px;
}

.images-x li .box .box-mask {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.56)none repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
    transform: scale(0.0);
    display: block;
    position: absolute;
    opacity: 0;
    transition: all .7s;
}

.product-box ul {
    text-align: center;
}

.product-box ul li a:hover .box-img {
    opacity: 1;
    transform: scale(1.1)
}

.product-box ul li a:hover img {
    transform: scale(1.09, 1.09);
}

.product-box ul li a:hover .box-mask {
    opacity: 1;
    transform: scale(1.1)
}

.product-box ul li a:hover .box {
    border-color: #2b41a4;
}

.product-box ul li a {
    position: relative;
}

.product-box ul li a.title:hover {
    text-decoration: underline;
    color: #000;
}

.product-box ul li .box .title {
    padding: 6px 4px;
}

.addpro .images-x li .box .box-img .fa {
    color: #fff;
}

.addpro .box .titlebox {
    background-color: #f3f3f3;
}

.addpro .box .titlebox .move {
    position: relative;
    top: 20px;
}

.addpro .box .titlebox .move .fa {
    color: #ef425a;
    font-size: 40px;
}

.addpro .box .titlebox .move .fa:hover {
    color: #000;
}


/*é¦–é¡µ-è”ç³»æˆ‘ä»¬*/
.home-us {
    background-color: #35c5af;
    color: #fff;
}

.indexmore a {
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.indexmore a:hover {
    background-color: #ef425a;
}

/*é¦–é¡µ-å¸¸è§é—®é¢˜*/
/*é¦–é¡µ-å®¢æˆ·æ¡ˆä¾‹*/
.marqueeleft {
    height: auto;
    max-width: 1200px;
    overflow: hidden;
    margin: 0px auto;
}

/*æ»šåŠ¨*/
.marqueeleft ul {
    float: left;
}

.marqueeleft li {
    float: left;
    margin: 0 5px;
    display: inline;
    width: 224px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.marqueeleft li .pic {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    overflow: hidden;
}

.marqueeleft li .pic img {
    height: 100%;
    width: 100%;
}

.marqueeleft li .txt {
    text-align: center;
    height: auto;
    line-height: 280px;
}

.marquee1_1>li>p {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.casehome-bg {
    background-color: #f3f3f3;
}

.sub-list-title {
    color: #0f27b5;
    padding-bottom: 0;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    padding-top: 90px;
}

.sub-list-title span {
    display: block;
    position: absolute;
    top: 0;
    color: rgba(238, 238, 238, .4);
    padding-bottom: 6px;
    font-size: 100px;
    font-weight: bold;
    font-family: 'Impact';
    line-height: 1;
    letter-spacing: 6px;
}


.pa_textlist_2 .hidden-mask .mask-left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}

.pa_textlist_2 .picbox {
    width: 100%;
    position: relative;
}

.pa_textlist_2 .hidden-mask .mask-right {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    transition: all 0.3s ease-in-out;
}

.pa_textlist_2 .hidden-mask:hover .mask-left,
.pa_textlist_2 .hidden-mask:hover .mask-right {
    width: 0%;
}

.pa_textlist_2 .item {
    padding: 20px 0px;
    border-bottom: 1px dashed #ddd;
}

.pa_textlist_2 .picbox img {
    width: 100%;
    transition: all .3s ease-out;
}

.pa_textlist_2 .picbox:hover img {
    transform: scale(1.1, 1.1);
}

.pa_textlist_2 .title {
    font-size: 18px;
    margin-bottom: 8px;
}

@media(max-width:768px) {
    .pa_textlist_2 .title {
        font-size: 16px;
    }
}

@media(max-width:468px) {
    .pa_textlist_2 .title {
        font-size: 16px;
    }

    .pa_textlist_2 .introduct {
        display: none;
    }
}

/*äº§å“åˆ—è¡¨ æ¡ˆä¾‹*/
.pa_piclist_1 .item {
    margin-bottom: 30px;
}

.pa_piclist_1 .inner {
    border: 1px solid #ddd;
    padding: 14px;
}

.pa_case.pa_piclist_1 .inner {
    border: 0px solid #ddd;
    padding: 0px;
}

.pa_case.pa_piclist_1 .inner:hover {
    border: 0px solid #ddd;
}

.pa_piclist_1 .inner:hover {
    border: 1px solid #0f27b5;
}

.pa_piclist_1 .item .picbox {
    display: block;
    overflow: hidden;
}

.pa_piclist_1 .item .picbox img {
    transition: all 0.3s ease-in-out;
}

.pa_piclist_1 .item .picbox:hover img {
    transform: scale(1.08, 1.08);
}

.pa_piclist_1 .item .title {
    text-align: center;
    color: #666;
    margin-top: 8px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:992px) {
    .pa_piclist_1 .item {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

    .pa_piclist_1 .inner {
        padding: 10px;
    }
}

/*è”ç³»æ–¹å¼*/
.sub-lxfs-ul li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}


/*åœ¨çº¿å®¢æœ*/
.zaixian {
    position: fixed;
    bottom: 440px;
    right: 0px;
    z-index: 9;
}

.zaixian .zaixian_com {
    position: relative;
    width: 50px;
    height: 80px;
}

.zaixian_com .zxzx_pic1 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.zaixian_com .zxzx_pic2 {
    position: absolute;
    right: -190px;
    top: -70px;
    z-index: 10;
    width: 170px;
    height: 300px;
}

.zaixian_com .zxzx_pic1 p {
    position: absolute;
    top: 50px;
    left: 18px;
    font-size: 13px;
    color: #fff;
}

.zaixian_com .zxzx_pic2 p {
    position: absolute;
    top: 118px;
    left: 24px;
    font-size: 13px;
    color: #fff;
}

.kf-lf-lj {
    position: absolute;
    width: 100px;
    right: 10px;
    top: 70px;
}

.kf-lf-lj a {
    display: block;
    line-height: 30px;
    padding-left: 10px;
    margin: 5px 0;
    color: #848484;
    font-size: 13px;
}

.kf-lf-lj a .fa {
    padding-right: 4px;
}

.kf-lf-lj a:hover {
    background: #87c844 url(../image/box-kefu2.png) no-repeat 5px center;
    color: #FFF;
    border-radius: 4px;
}

@media(max-width:1000px) {
    .zaixian {
        display: none;
    }
}


.pa-sub-newList {}

.pa-sub-newList>li {
    line-height: 28px;
    padding: 15px 0px;
    border-bottom: 1px dashed #c6c6c6;
}

.pa-sub-newList>li .title {
    font-size: 15px;
    color: #666666;
    text-align: left;
}

.pa-sub-newList>li .title:hover {
    color: #0f27b5;
}

.pa-sub-newList>li .date {
    font-size: 13px;
    color: #acacac;
    text-align: right;
}

/*äººæ‰ç†å¿µ*/
@media (min-width: 767px) {
    .sub-rcnl-ul {
        background: url(../image/oleh.jpg) no-repeat center center;
        background-size: cover;
    }
}

.sub-rcnl-ul li:nth-child(2n+1) {
    background: rgb(32, 113, 221);
    padding: 30px;
    color: #fff;
    ;
    min-height: 260px;
}

.sub-rcnl-ul li:nth-child(2n+1) p {
    margin-bottom: 20px;
    font-size: 20px;
}

.sub-rcnl-ul li:nth-child(2n+1) div {
    line-height: 25px;
}


/*å…³äºŽæˆ‘ä»¬*/
.home-gywm-div {
    padding: 50px 25px;
}

.indexCoverItem {
    text-align: center;
    box-sizing: border-box;
    background: rgb(244, 244, 244);
    margin-right: 2px;
}

.home-gywm-img {
    height: 47px;
    line-height: 47px;
    margin-top: 30px;
}

.indexCoverItem p {
    margin-top: 25px;
}

@media (min-width:1200px) {
    .home-gywm-div {
        margin-top: -130px;
    }
}

@media (min-width: 767px) {
    .indexCoverItem {
        width: 235px;
        height: 235px;
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .home-gywm-div {
        padding-top: 0px;
    }

    .indexCoverItem p {
        margin-bottom: 25px;
    }

}

.home-cply-bg {
    background-color: rgba(32, 113, 221, .4);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 23;
    transition: all .3s ease-out;
}

.fieldItem:hover .home-cply-bg {
    width: 0px;
}

@media (max-width: 767px) {
    .home-cply-bg{
        opacity: .5;
        /* width: 0; */
    }

    .sub-list-title span{
        font-size: 80px;
    }
    .sub-nav-box .sub-nav ul li{
        width: calc(100% / 2);
    }
    .sub-nav-box .sub-nav>ul>li>a{
        font-size: 15px;
    }

    .sub-list-title{
        line-height: 1;
        font-size: 38px;
    }


    .about{
        margin-top: 10%;
    }

    .pa_textlist_2 .date{
        text-align: left;
    }

    .padding-40{
        padding: 20px;
    }
}