/* 首页 */
.bannerbox {
    width: 100%;
    height: 630px;
}

.bannerLeft {
    background: url(../images/home/banner_left.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}

.banner {
    height: 100%;
}
/* 新闻 */
.new {
    width: 260px;
    float: right;
}

    .new .top {
        position: relative;
        text-align: center;
        background: #fff;
        height: 21px;
    }

    .new .title {
        background: #fff;
        padding: 0 20px 0 30px;
    }

        .new .title p {
            padding-top: 5px;
            font-size: 16px;
        }

.newUl {
    padding: 10px 0 0 0;
    background: #fff;
}

    .newUl li {
        padding: 20px 15px 20px 30px;
    }

        .newUl li:hover, .newUl li.active {
            background: url(../images/home/li_hover.png) no-repeat;
        }

            .newUl li:hover a, .newUl li.active a {
                color: #fff;
            }

        .newUl li a {
            color: #656565;
        }

        .newUl li h3 {
            overflow: hidden;
            white-space: nowrap;
            height: 24px;
            text-overflow: ellipsis
        }

.newMore {
    background: rgba(178,18,37,.55);
    overflow: hidden;
    display: block;
    color: #fff;
}

    .newMore .Lmore {
        width: 70%;
        float: left;
        padding: 10px 0 10px 10%;
    }

    .newMore .Rmore {
        width: 20%;
        float: right;
        text-align: center;
        background: rgba(178,18,37,1);
        padding: 10px 0;
    }

    .newMore:hover {
        color: rgba(255,255,255,.8);
    }
/* 关于展通 */
.div_01 {
    background: url(../images/home/icon_bg.png) repeat #fff;
    width: 100%;
    padding: 80px 0;
}

.about_top .left {
    background: url(../images/home/index_bg_01.png) bottom left no-repeat;
    background-color: #fff;
    float: left;
    height: 425px;
    width: calc(100% - 820px);
    padding: 75px 60px 0 60px;
}

    .about_top .left .section {
        padding: 40px 0;
    }
/* 展通模式 */
.div_02 {
    background: url(../images/home/div_02_bg.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
    height: 620px;
    padding: 40px 0;
}

    .div_02 .left {
        padding-top: 50px;
    }

        .div_02 .left .contain {
            padding-top: 40px;
            color: #fff;
        }

            .div_02 .left .contain h2 {
                line-height: 1.1;
                width: 20px;
                padding-top: 18%;
                float: left;
            }

            .div_02 .left .contain .text {
                position: relative;
                width: 420px;
                background: url(../images/home/line.png) no-repeat left center;
                background-size: 100%;
                height: 300px;
                float: left;
                margin-left: 18px;
                font-size: 12px;
                padding-left: 60px;
            }

                .div_02 .left .contain .text dl {
                    position: absolute;
                }

                    .div_02 .left .contain .text dl:first-child {
                        top: 0;
                    }

                    .div_02 .left .contain .text dl:nth-child(2) {
                        top: 108px;
                    }

                    .div_02 .left .contain .text dl:last-child {
                        bottom: 50px;
                    }

                    .div_02 .left .contain .text dl > dd, .div_02 .left .contain .text dl > dt {
                        display: inline-block;
                    }

                    .div_02 .left .contain .text dl > dt {
                        color: #ffbf00;
                        font-size: 20px;
                        width: 70px;
                        text-align: center;
                    }

        .div_02 .left .span01 {
            color: #6b85b8;
        }

        .div_02 .left .span03 {
            color: #a4bfea;
            text-align: left;
            padding-left: 30px;
        }

    .div_02 .right {
        position: relative;
    }

        .div_02 .right .contain-top {
            z-index: 999;
            position: relative;
            zoom: 1;
            width: 520px;
            padding-left: 15%;
            margin-top: 50px;
        }

            .div_02 .right .contain-top h1 {
                z-index: 999;
            }

                .div_02 .right .contain-top h1 .a {
                    font-size: 18px;
                    color: #fff;
                    float: right;
                    display: inline-block;
                    opacity: .5;
                    padding-top: 15px;
                }

                    .div_02 .right .contain-top h1 .a:after {
                        content: '\e73e';
                    }

#advantage {
    margin-top: 40px;
}
/* .div_02 .right .contain-top .layui-carousel{
	background-color: transparent;
	padding-top: 25%;
}
.div_02 .right .contain-top .layui-carousel-arrow{
	right: 0;
	top:20%;
	width:auto;
    height: 36px;
	background-color: transparent;
}
.div_02 .right .contain-top .layui-carousel-arrow[lay-type=add]{
	font-size: 0;
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH;
}
.div_02 .right .contain-top .layui-carousel-arrow[lay-type=add]:after{
	content: '\e65c';
	font-size:16px;
	color: #6b8590;
}
.div_02 .right .contain-top .layui-carousel-arrow[lay-type=sub]{
	display: none;
} */
.div_02 .right .contain-bot {
    padding-left: 15%;
    z-index: 999;
    zoom: 1;
    position: relative;
    color: #8bb4e0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 12%;
}

    .div_02 .right .contain-bot li {
        text-align: center;
        display: inline-block;
        padding: 0 20px;
        font-size: 0;
        letter-spacing: -4px;
        vertical-align: top;
        border-right: 1px solid #133072;
    }

    .div_02 .right .contain-bot i {
        font-size: 32px;
        color: #de9e08;
    }

    .div_02 .right .contain-bot p {
        max-width: 100px;
        text-align: center;
        font-size: 12px;
        letter-spacing: 0;
        padding-top: 10px;
    }

.modelImg {
    width: 620px;
    height: 620px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .9;
}

    .modelImg img {
        width: 100%;
    }

/* 研发实力 */
.div_03 {
    background: url(../images/home/div_03_bg.jpg) no-repeat top left;
    background-size: cover;
    padding: 90px 0 80px 5%;
    overflow: hidden;
}

    .div_03 .left {
        float: left;
        width: 320px;
    }

        .div_03 .left dt {
            padding-top: 75px;
            padding-bottom: 20px;
        }

        .div_03 .left dd {
            padding: 5px 0;
        }

.aui-content-box {
    position: relative;
    /* height:460px; */
    padding-left: 330px;
}

.aui-content-box-list {
    width: 6950px;
    position: absolute;
    left: 0px;
    top: 0px;
}

    .aui-content-box-list ul {
        padding-left: 20px;
    }

        .aui-content-box-list ul li {
            display: inline-block;
            padding: 30px 10px 0 10px;
        }

            .aui-content-box-list ul li a {
                position: relative;
                display: block;
                width: 260px;
                height: 440px;
                text-align: center;
                transition: all .5s;
                -moz-transition: all .5s;
                -webkit-transition: all .5s;
                -o-transition: all .5s;
            }

.aui-content-price {
    position: absolute;
    padding: 7px 0;
    width: 48%;
    background: rgba(0,0,0,.3);
    border-radius: 30px;
    display: inline-block;
    z-index: 999;
    bottom: 10%;
    left: 26%;
    color: #999;
    font-size: 12px;
}

.aui-content-box-list li a:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}

.aui-content-box-list .ahover {
    position: absolute;
    top: 500px;
    z-index: 1000;
    width: 100%;
    height: 110%;
    background: #ff9225;
    text-align: left;
    color: #fff;
}

    .aui-content-box-list .ahover p {
        display: none;
    }

    .aui-content-box-list .ahover .img {
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .aui-content-box-list .ahover .number {
        position: relative;
        z-index: 1001;
        display: block;
        width: calc(100% - 50px);
        float: left;
        padding-left: 25px;
        margin-top: -10px;
        zoom: 1;
    }

        .aui-content-box-list .ahover .number:before {
            display: block;
            content: '';
            height: 30px;
            border-right: 1px solid #fff;
            margin-left: 7px;
            width: 1px;
        }

    .aui-content-box-list .ahover .aui-content-price {
        background-color: #fff;
        color: #ff9225;
        position: relative !important;
        left: 25px;
        text-align: center;
        margin-top: 20px;
        bottom: 0;
    }

    .aui-content-box-list .ahover .more {
        width: 147px;
        padding-bottom: 8px;
        background: url(../images/home/more.png) no-repeat bottom left;
        font-size: 12px;
        color: #f5e3d0;
        margin-left: 25px;
        margin-top: 50px;
    }

    .aui-content-box-list .ahover .h2 {
        margin-top: 50px;
        margin-left: 25px;
        font-size: 24px;
    }

.aui-content-box-ovf {
    position: relative;
    margin-left: 24px;
    height: 500px;
    overflow: hidden;
}

.aui-content-item-img {
    position: relative;
    width: 260px;
    height: 440px;
    z-index: 1;
    top: 0;
}

    .aui-content-item-img img {
        width: 100%;
        height: 100%;
    }

.aui-content-item-name {
    position: absolute;
    color: #fff;
    font-size: 22px;
    z-index: 999;
    bottom: 22%;
    left: 34%;
}

.aui-content-box .btnbox {
    position: absolute;
    left: 0;
    bottom: 5%;
}

.prev, .next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    display: inline-block;
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
}

    .prev i, .next i {
        font-size: 20px;
    }

    .prev:hover, .next:hover {
        background: #ff9225;
        color: #eed5d5;
        border-color: #ff9225;
    }

/* 战略合作伙伴 */
.div_04 {
    background: url(../images/home/div_04_bg.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

    .div_04 .left {
        padding-top: 90px;
        padding-bottom: 90px;
    }

        .div_04 .left p {
            padding-top: 40px;
            padding-bottom: 20px;
        }

        .div_04 .left .conlist {
            width: 100%;
            padding-top: 40px;
        }

            .div_04 .left .conlist dl {
                width: 198px;
                height: 125px;
                border: 1px solid #029393;
                border-radius: 6px;
                text-align: center;
                color: #cfe5f2;
                margin-right: 40px;
                display: inline-block;
            }

                .div_04 .left .conlist dl > dt {
                    height: 40px;
                    line-height: 40px;
                }

                .div_04 .left .conlist dl > dd {
                    background-color: rgba(0,116,197,.28);
                    padding: 20px;
                    height: calc(100% - 80px);
                }

                    .div_04 .left .conlist dl > dd .h1 {
                        font-size: 38px;
                        color: #e8b75d;
                    }

                .div_04 .left .conlist dl:nth-child(2) {
                    margin-right: 0;
                }
/* 地图 */

/* 新闻 */
.div_05 {
    padding: 50px 0;
    background-color: #f5f6ff;
    overflow: hidden;
}

    .div_05 .title, .div_06 .title {
        text-align: center;
        margin-bottom: 50px;
    }

        .div_05 .title h1, .div_06 .title h1 {
            font-size: 40px;
        }

        .div_05 .title p, .div_06 .title p {
            color: #666;
            font-size: 22px;
            padding-top: 5px;
        }

    .div_05 .left {
        background: #fff;
    }

        .div_05 .left .imgWrap {
            width: 100%;
            overflow: hidden;
            height: 318px;
        }

            .div_05 .left .imgWrap img {
                width: 100%;
                transition: all 0.6s;
            }

        .div_05 .left:hover .imgWrap img {
            transform: scale(1.2);
            background-color: transparent;
        }

    .div_05 .newCon {
        padding: 18px 20px 12px 20px;
    }

        .div_05 .newCon .section {
            max-height: 50px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .div_05 .newList li {
        margin-bottom: 10px;
    }

        .div_05 .newList li:last-child {
            margin-bottom: 0;
        }

    .div_05 .newList .li {
        height: 150px;
    }

    .div_05 .newList li .date {
        padding: 17px 20px;
    }

/* 合作伙伴 */
.div_06 {
    background: #fff;
    padding: 80px 0;
}

.parList table {
    width: 100%;
    margin: 20px auto;
}

    .parList table td {
        border: 1px solid #ebebeb;
        text-align: center;
        background-color: #fff;
        /* padding: 20px 0; */
        overflow: hidden;
        width: 14.2857%;
    }

        .parList table td:hover {
            box-shadow: 0 0 10px rgba(0,0,0,.1);
            z-index: 999;
            zoom: 1;
            position: relative;
        }

        .parList table td span {
            vertical-align: top;
            text-align: center;
            display: block;
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            .parList table td span img {
                width: 100%;
                vertical-align: middle;
            }

.div_06 .more {
    border: 1px solid #eee;
    display: block;
    margin: 50px auto 0;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #999;
}

    .div_06 .more:after {
        color: #999;
    }

    .div_06 .more:hover {
        background: #ff9225;
        color: #fff;
        border: 1px solid #ff9225;
    }

        .div_06 .more:hover:after {
            color: #fff;
        }