.container {
    max-width: 1200px;
}

/*网站公共样式*/
.info-content {
    font-size: 15px;
    line-height: 2.5
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: brown
    }

    a:focus {
        color: brown
    }

    a.btn-more {
        display: inline-block;
        width: 140px;
        height: 34px;
        line-height: 34px;
        border: 1px #CCC solid;
        color: #999;
        transition: all 0.5s ease;
        font-size: 14px;
        transition: all 0.5s ease;
        text-align: center;
        margin: 0px auto;
        margin-top: 30px
    }

        a.btn-more:hover {
            background: #40312f;
            border-color: #40312f;
            color: white;
        }

.banner {
    height: 500px\9 !important;
    overflow: hidden\9 !important;
    overflow: hidden;
}
/*兼容ie低版*/

/*遮罩层*/
.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;
    }

/*首页模块样式*/
.module-box {
    position: relative;
    padding: 40px 0px
}

    .module-box .module-title {
        clear: both;
        text-align: center;
        margin: 0px 0px 30px 0px;
        font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
    }

        .module-box .module-title .cn-title {
            display: block;
            color: #333;
            font-size: 28px;
            line-height: 45px;
        }

        .module-box .module-title .en-title {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            color: #999;
            font-size: 16px;
        }

            .module-box .module-title .en-title i {
                float: left;
                width: 55px;
                background: #CCC;
                height: 1px;
                margin-top: 15px;
            }

            .module-box .module-title .en-title span {
                float: left;
                margin: 0px 5px;
            }


/*banner*/
.banners {
    width: 100%;
}

.banners-img {
    background: url('../image/index_bg.png') no-repeat;
    background-position: center center;
    min-height: 696px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w_grid-001 {
    width: 90%;
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-title {
    max-width: 200px;
}

.banner-body {
    font-size: 32px;
    color: #263754;
    margin-top: 40px;
}

.p_FLine {
    border-top: 2px solid #263754;
    width: 60px;
    margin: 24px 0;
}

.banner-bom {
    font-size: 16px;
    color: #263754;
}


/*底部*/
footer {
    text-align: left;
    width: 100%;
    min-height: 95px;
    background: #155c9e;
    line-height: 2.5
}

/*顶部样式*/
.header {
    position: relative;
    background: #155c9e;
    height: 92px;
}

.header-con {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.float-lg-left {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
}

.float-lg-right {
    display: flex;
    justify-content: flex-end;
}

.w_fimg-000 {
    width: 100%;
    max-width: 174px;
    margin-bottom: 8px;
    padding: 0;
    margin-top: 8px;
}

/*.header .logo img{height:89px;}*/

/*自定义导航动画，也可以用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)
    }
}

/*经营理念*/
.management {
    background: #155c9e;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.management-title1 {
    font-size: 32px;
    color: #fff;
    line-height: 1.6;
}

.management-x {
    border-top: 3px solid #f0f0f0;
    width: 60px;
    margin: 20px 0;
}

.con-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.management-title2 {
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 20px;
}

.manage-item {
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    transition: 0.3s;
    cursor: pointer;
}

    .manage-item .icons {
        min-width: 80px;
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.manager-item-title {
    font-size: 16px;
    line-height: 2.4;
    color: #fff;
    margin-top: 20px;
}

.manager-item-body {
    font-size: 14px;
    line-height: 2.4;
    color: #fff;
}

.manage-item .icons i {
    color: #fff;
    font-size: 50px;
}

.manage-item:hover {
    box-shadow: 0 0 20px 2px #a4a4a45e;
}

/*业务范围*/
.business {
    margin-bottom: 5rem;
}

.business-title1 {
    font-size: 32px;
    color: #263754;
    line-height: 1.6;
    margin-top: 40px;
}

.business-x {
    border-top: 3px solid rgba(38, 55, 84, 1);
    width: 60px;
    margin: 20px 0;
}

.business-title2 {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.6;
    color: #263754;
    margin-bottom: 20px;
}

.business-title3 {
    font-size: 14px;
    color: #263754;
    text-align: center;
}

.business-pa {
    margin-top: 60px;
}

.business-item {
    padding: 6rem 10%;
    background: #155c9e;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.business-item-x {
    border-top: 2px solid #fff;
    width: 60px;
    margin: 23px 0;
}

.business-item-title {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
}

.business-item-body {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    margin-top: 30px;
}

/*产品展示*/
.project-item {
    background: #155c9e;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
}

.project-item-text {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.project-item-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.project-item img {
    transition: all .5s ease;
}

    .project-item img:hover {
        transform: scale(1.15);
        opacity: 0.5;
    }

.project-item-title {
    font-size: 15px;
    margin: 20px 0;
    color: #fff;
}

.project-item-body {
    font-size: 14px;
    color: #b7c4d1;
    line-height: 2.5rem;
    text-align: center;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}


/*产品展示列表*/
.project-bg {
    background: url('../image/F3_bg.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}

.projectlist-title1 {
    font-size: 32px;
    color: #155c9e;
    line-height: 1.6;
    margin-top: 40px;
}

.projectlist-x {
    border-top: 3px solid #155c9e;
    width: 60px;
    margin: 20px 0;
}

.project-detail-jj {
    color: #fff;
    margin-top: 20px;
    text-align: justify;
    font-weight: 2;
}

.project-detail-fl {
    color: #fff;
    margin-top: 30px;
}

.project-detail-text {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}


/*产品展示详情*/
.projectdeatil-bg {
    background: url('../image/ztb_pro_bg.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}

.project-imglist {
    position: relative;
}

.project-detail-title {
    color: #fff;
    white-space: normal;
    font-size: 30px;
}

.project-detail-btn {
    color: #fff;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid rgb(66, 83, 131);
    background: rgb(66, 83, 131);
    cursor: pointer;
    border-radius: 4px;
    width: 138px;
    text-align: center;
}

.project-row {
    padding-bottom: 30px;
}

.project-content {
    overflow: hidden;
    margin-top: 30px;
}

.project-content-menu {
    width: 100%;
    min-height: 43px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 30px;
}

    .project-content-menu div {
        height: 43px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 0 25px;
        cursor: pointer;
        text-align: justify;
    }

        .project-content-menu div:hover {
            border-bottom: 2px solid #ffffff;
        }

.project-content-menu-active {
    border-bottom: 2px solid #ffffff;
}

.project-content-body {
    margin: 20px 45px 80px 45px;
    color: rgb(171, 179, 199);
}

.menu2 {
    display: none;
}

.project-prev-next ul {
    display: flex;
    justify-content: space-between;
    padding: 0 45px;
}

    .project-prev-next ul li, .project-prev-next ul li a {
        color: #fff;
    }
/*使图片在浏览器中居中显示*/
.leftBox {
    position: relative;
    margin: 0 15px;
}

.normalBox {
    overflow: hidden;
    position: relative;
    border: 1px solid #f2f2f2;
}

    .normalBox img {
        display: none;
    }

    .normalBox .w {
        display: none;
    }

.botBox {
    width: 100%;
    height: 90px;
    background: white;
    overflow: hidden;
}

    .botBox ul li {
        float: left;
        width: 54px;
        height: 54px;
        border: 2px solid #fff;
        border-radius: 5px;
        margin-left: 26.5px;
        opacity: 0.5;
    }

.bord {
    border-color: #e4393c !important;
    opacity: 1 !important;
}

.moveBox {
    width: 200px;
    height: 150px;
    background: #fff;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: move;
}

.magBox {
    width: 350px;
    height: 200px;
    border: 1px solid #f2f2f2;
    position: absolute;
    right: -320px;
    top: 0;
    float: left;
    overflow: hidden;
    display: none;
    z-index: 999;
}

    .magBox ul li {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
    }

#n, .m {
    display: block !important;
}

.bord {
    display: block !important;
}

.box {
    width: 110px;
    margin: auto;
}

.imgbanner {
    margin: 0 auto;
    margin-top: 60px;
}

    .imgbanner .bottom-pixu {
        display: flex;
        justify-content: center;
    }

.bigimg {
    height: 135px;
    width: 135px;
}

.swiper-slide-thumb-active {
    border: 2px solid rgb(140, 165, 234);
}

.middleimg {
    display: flex;
    justify-content: space-between;
    max-width: 560px;
}

.project-prevs, .project-nexts {
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;
}

    .project-prevs i, .project-nexts i {
        color: #425383;
        font-size: 28px;
    }


/*服务支持*/
.server-bg {
    background: url('../image/fwzc_bg.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}

.server-top {
    border-bottom: 1px solid rgba(16, 34, 66, 0.2);
    position: 0 10px;
}

.server-title1 {
    font-size: 32px;
    color: #155c9e;
    line-height: 1.6;
    margin-top: 40px;
}

.server-x {
    border-top: 3px solid #155c9e;
    width: 60px;
    margin: 10px 0;
}

.server-title2 {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.6;
    color: #155c9e;
    margin-bottom: 10px;
}

.server-title3 {
    font-size: 14px;
    color: #4d5769;
    text-align: center;
    margin-bottom: 40px;
}

.server-content {
    text-align: justify;
    line-height: 2;
    padding: 0 20px;
}

.server-pa {
    margin: 30px 0;
}
/*人才招聘*/
.recruitment-bg {
    background: url('../image/recruitment_bg.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}
/*关于我们*/
.about-bg {
    background: url('../image/about_bg.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}


.about-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 10px;
    padding-bottom: 10px;
}
/*.container{padding:30px 0;}*/
.about-company-left {
    padding: 15px;
}

.about-company-content {
    color: #000;
    line-height: 2.3;
    text-align: justify;
    padding: 0 15px;
}

.advantage-content {
    color: #fff;
    line-height: 2.3;
    text-align: justify;
    margin: 20px 0;
}

.advantage {
    padding: 0 20px;
}

/*联系我们*/
.contact-bg {
    background: url('../image/contactUs_bg.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    padding: 0 10px;
}

.contact-title2 {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 10px;
}

.contact-fs {
    margin-top: 10px;
    padding: 0 10px;
}

.contact-fs-name {
    font-size: 18px;
    line-height: 3;
    color: #263754;
    border-bottom: 1px solid #263754;
}

    .contact-fs-name .name-en {
        font-size: 16px;
    }

.contact-fs-content {
    padding: 20px 0;
}

/*分页>>新闻列表*/
.page-news {
    background: url('../image/news_bg.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    padding: 0 10px;
}

    .page-news .newslist {
        padding: 30px 0px;
        position: relative;
        margin-bottom: 50px;
        min-height: 700px;
    }

        .page-news .newslist .line {
            width: 1px;
            height: 750px;
            background: #ccc;
            position: absolute;
            left: 50%;
            top: 80px;
            transform: translateX(-50%);
        }

            .page-news .newslist .line::after {
                content: "";
                position: absolute;
                width: 28px;
                height: 28px;
                border-radius: 14px;
                background: #cfcfcf;
                left: 0;
                bottom: 0px;
                transform: translateX(-50%);
            }

        .page-news .newslist li .item {
            border: 1px solid transparent;
            margin-bottom: 20px;
            padding: 14px 10px;
            width: 96%;
            position: relative;
            cursor: pointer;
            transition: 0.5s
        }

            .page-news .newslist li .item:hover {
                border: 1px solid #ddd;
            }

        .page-news .newslist li .item-right {
            float: right;
        }

        .page-news .newslist li .item .circle {
            position: absolute;
            top: 50%;
            width: 13px;
            height: 13px;
            background: #cfcfcf;
            border-radius: 7px 7px;
            transform: translateY(-50%);
            z-index: 999;
        }

        .page-news .newslist li .item-left .circle {
            right: 50px;
        }

        .page-news .newslist li .item-right .circle {
            left: 51px;
        }

        .page-news .newslist .content {
            width: 70%;
            float: left;
            line-height: 2.3;
        }

        .page-news .newslist .time {
            width: 20%;
            text-align: center;
            transition: all 0.5s ease-out 0s;
        }

        .page-news .newslist .item-left .content {
            float: left;
            text-align: right;
        }

        .page-news .newslist .item-left .time {
            float: left;
        }

        .page-news .newslist .item-right .content {
            float: right;
        }

        .page-news .newslist .item-right .time {
            float: right;
        }

        .page-news .newslist .date {
            font-size: 26px;
            color: #666;
        }

        .page-news .newslist li .item:hover .date {
            color: #bdbdbd;
        }

        .page-news .newslist .year {
            color: #555;
            font-size: 22px;
        }

        .page-news .newslist .title {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #333;
            font-size: 16px;
            font-weight: bold;
        }

        .page-news .newslist .introduction {
            display: block;
           /* overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;*/
            color: #444;
        }

.page-news-pagebreak {
    margin-top: 100px;
}

.new_intro {
    border: 1px solid #bbb;
    padding: 6px;
    margin: 20px 0;
    color: #fff;
    border-radius: 2px;
}

.new_content {
    color: #abb3c7;
    line-height: 2;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
}


@media(max-width:1000px) {
    .page-news .newslist .line {
        display: none;
    }

    .page-news .newslist li .item .circle {
        display: none;
    }

    .new_item .item {
        display: flex;
        flex-direction: row-reverse;
    }

    .page-news .newslist li .item {
        width: 100%;
    }

    .page-news .newslist .item-left .content {
        text-align: left;
    }
}


@media(max-width:768px) {
    .page-news .newslist li .item {
        width: 100%;
    }

    .page-news .newslist li .item-right {
        float: left;
        width: 100%;
    }

    .page-news .newslist .content {
        width: 70%;
    }

    .page-news .newslist .time {
        width: 30%;
    }

    .page-news .newslist .date {
        font-size: 20px;
        line-height: 2;
    }

    .page-news .newslist .year {
        font-size: 16px;
    }

    .page-news .newslist li .item {
        padding: 8px;
    }

    .page-news .newslist {
        margin-bottom: 0;
    }

    .page-news-pagebreak {
        margin: 0;
    }
}


/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
    .header .nav-toggle {
        display: none
    }

    .nav {
    }

        .nav > ul > li {
            float: left;
            text-align: center;
            position: relative;
            margin-right: 10px;
        }

            .nav > ul > li > ul {
                position: absolute;
            }

            .nav > ul > li > a {
                padding: 0px 15px;
                color: #fff;
                font-size: 14px;
            }

            .nav > ul > li.current > a, .nav > ul > li:hover a {
                border-bottom: 1px solid #fff;
                padding-bottom: 20px;
            }

        .nav li:hover > ul {
            display: block;
        }

        .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 #ad7669;
        }

        .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;
        }

        .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 {
            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样式*/
}

@media (max-width:1000px) /*手机端*/
{

    .header .nav-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 25px;
        color: #999;
        min-width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }

        .header .nav-toggle.active {
            color: #ccc;
        }

    .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
    }

        .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;
                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 {
                background: #155c9e
            }

                .nav ul li.current > a {
                    color: #fff;
                }

            .nav ul li.active > ul {
                display: block
            }

            .nav ul li.active > .arrow {
                transform: rotate(90deg)
            }
}

@media (min-width:768px) and (max-width:1000px) {
    /*手机端*/
    /*banner*/
    .banners-img {
        min-height: 440px;
    }
}

@media only screen and (max-width:768px) {
    /*顶部导航*/
    .header .logo img {
        height: 20px;
    }

    .header {
        height: 62px;
    }
    /*subNav*/
    .sub-nav ul {
        flex-direction: column;
    }

        .sub-nav ul li {
            margin-bottom: 20px;
        }
    /*banner*/
    .banners-img {
        min-height: 320px;
    }

    .banner-title {
        max-width: 140px;
    }

    .banner-body {
        font-size: 20px;
        margin-top: 20px;
    }

    .p_FLine {
        margin: 8px 0;
    }

    .banner-bom {
        font-size: 14px;
        text-align: center;
    }

    .jmys-box a:hover .yc_box {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .jmys-box a:hover .xs_title {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .jmys-box a:hover .yc_bg {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    /*产品*/
    .bigimg {
        max-height: 43px;
    }

    .project-detail-text {
        margin-top: 20px;
    }

    .project-detail-title {
        font-size: 24px;
    }

    .project-content-menu {
        margin: 0;
    }

    .project-content-body {
        margin: 0;
        padding: 15px;
    }

    .project-prev-next ul {
        padding: 0 15px;
    }
    /*菜单*/
    .projectlist-title1, .management-title1 {
        font-size: 26px;
    }

    .business-title1, .server-title1 {
        font-size: 26px;
    }

    .btn {
        width: 100% !important;
    }

    .business-item img {
        max-width: 50px;
    }
}


/*子栏目样式*/
.sub-nav-box {
    clear: both;
    position: relative;
    margin-top: 25px;
}

    .sub-nav-box .sub-nav-title {
        line-height: 57px;
        text-align: left;
        background: #ad7669;
        padding-left: 15px;
        font-size: 22px;
        color: white;
        font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
    }

.sub-nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.sub-nav-box .sub-nav {
    clear: both;
    text-align: left;
    margin-bottom: 20px;
    overflow: visible;
}

    .sub-nav-box .sub-nav li {
        width: 100%;
        padding: 0px;
        text-align: left;
        position: relative;
        display: block;
    }

        .sub-nav-box .sub-nav li a {
            display: block;
            padding: 0 45px;
            line-height: 32px;
            font-size: 14px;
            color: #263754;
            border: 1px solid transparent;
            margin: 0 10px;
            font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
            font-size: 15px
        }

            .sub-nav-box .sub-nav li a:hover {
                border: 1px solid #263754;
            }

        .sub-nav-box .sub-nav li ul {
            display: none
        }

            .sub-nav-box .sub-nav li ul li a {
                padding-left: 55px;
            }

            .sub-nav-box .sub-nav li ul li ul li a {
                padding-left: 85px
            }

.sub-nav-box li .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition-duration: 0.1s;
    cursor: pointer
}

    .sub-nav-box li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }

.sub-nav-box .sub-nav li.current > a {
    border-color: #263754;
}

.sub-nav-box .sub-nav li.active > ul {
    display: block
}

.sub-nav-box .sub-nav li.active > .arrow {
    transform: rotate(90deg)
}


/*图片列表*/
.images-list .row .item a {
    display: block;
    overflow: hidden;
}

.images-list .row .item img {
    display: block;
    width: 100%;
    height: auto;
}

.images-list .row .item a:hover img {
    transform: scale(1.3,1.3);
    transition: all 0.3s ease-out 0s;
}


/*新闻资讯-首页、子栏目公用*/
.news-list {
    clear: both;
    overflow: hidden;
}

    .news-list li.tw {
        clear: both;
        overflow: hidden;
        display: block;
        width: 100%;
        margin: 0px 0px 15px 0px;
        text-align: left;
    }

        .news-list li.tw .pic {
            float: left;
            width: 160px;
            height: 105px;
            overflow: hidden;
            margin-right: 10px;
        }

            .news-list li.tw .pic img {
                width: 100%;
                height: 100%;
                display: block;
            }

        .news-list li.tw .content {
            display: inline;
        }

            .news-list li.tw .content a {
                display: block;
                line-height: 30px;
                font-size: 16px;
            }

            .news-list li.tw .content span {
                color: #808080;
                height: 75px;
                line-height: 25px;
            }

    .news-list li.item {
        clear: both;
        overflow: hidden;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        padding: 15px 0px 10px 0px;
    }

        .news-list li.item .title {
            padding-left: 11px;
            background: url(../image/icon-dot.gif) no-repeat left center;
            max-width: 80%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news-list li.item .date {
            float: right;
        }




/*产品内容页样式*/
.product-content .detail .title {
    clear: both;
    text-align: left;
    overflow: hidden;
    background: #ad7669;
    line-height: 40px;
    color: rgb(255,255,255);
    font-weight: 600;
    padding-left: 15px;
    font-size: 16px;
}


/*在线留言表单*/
.form-group .form-control .el-textarea__inner::-webkit-input-placeholder {
    color: #7b7b7b
}

.form-group .form-control .el-textarea__inner::-moz-placeholder {
    color: #7b7b7b
}

.form-group .form-control .el-textarea__inner:-ms-input-placeholder {
    color: #7b7b7b
}

.ui-validForm {
    padding-top: 30px;
}

.form-group::before, .form-group::after {
    content: "";
    display: table
}

.form-group::after {
    clear: both
}

.form-group {
    position: relative;
    padding: 10px 0px;
}

    .form-group .control-label {
        position: absolute;
        left: 0px;
        top: 10px;
    }

    .form-group .form-control {
        border: 1px solid #d2d2d2;
        height: 32px;
        line-height: 32px;
        width: 100%;
        padding: 2px 10px;
        font-size: 14px;
        color: #fff;
        transition: all .5s ease-in-out
    }

        .form-group .form-control:focus {
            border-color: burlywood
        }

    .form-group textarea.form-control {
        height: 160px;
        background: none;
        border-radius: 4px;
    }

    .form-group input.form-control {
        height: 42px;
        background: none;
        border-radius: 2px;
    }

    .form-group .help-block {
        display: block
    }

.btn {
    color: #fff;
    height: 42px;
    width: 120px;
    background: #425383;
    transition: all .5s ease-in-out;
    width: 30%;
    border: 0;
}

.codeInput {
    display: flex;
    justify-content: space-between;
}

.form-group .controls-verificationCodeImage {
    position: relative;
    max-width: 400px;
    _width: 400px;
}

.form-group .lb_verificationCodeImage {
    position: absolute;
    display: inline-block;
    right: 1px;
    top: 0px;
    height: 32px;
    overflow: hidden
}

    .form-group .lb_verificationCodeImage img {
        height: 30px;
    }


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: -9999px;
    background: url(../image/ui.totop.png) no-repeat left 0px;
    background-size: auto;
    background-size: cover;
    z-index: 190;
    border-radius: 50%;
    transition: all 0.2s linear;
}

    #toTop:hover {
        background-position: left -50px;
        background-size: cover;
    }
