﻿html, body {
    margin: 0px;
}

.index_main {
    overflow-x: hidden;
    overflow-y: hidden;
}

.index_top {
    width: 100%;
}

.index_top_content {
    z-index: 2;
    position: relative;
}

.index_head {
    width: 100%;
    margin-top: 20px;
}

    .index_head div {
        margin-left: 15%;
        padding: 5px 30px;
    }

.index_menu ul {
    margin: 0px;
    padding-left: 15%;
    overflow: hidden;
}

    .index_menu ul li {
        float: left;
        list-style: none;
        margin: 30px;
    }

        .index_menu ul li a {
            color: #fff;
            font-size: 20px;
            text-decoration: none;
        }

.index_menu_select {
    height: 3px;
    margin: 0px 10px;
    border-radius: 5px;
    background-color: orange;
}

.index_rotation {
    width: 100%;
    top: 0px;
    z-index: 1;
    position: absolute;
}

    .index_rotation ul {
        right: 15%;
        bottom: 5%;
        margin: 0;
        z-index: 1002;
        position: absolute;
        list-style-type: none;
    }

        .index_rotation ul li {
            width: 35px;
            height: 8px;
            float: left;
            display: block;
            cursor: pointer;
            margin: 0px 5px;
            border-radius: 5px;
            background-color: #fff;
        }

            .index_rotation ul li.index_banner_no {
                background-color: orange;
            }

.index_rotation_info {
    height: 22px;
    left: 15px;
    bottom: 5%;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
    position: absolute;
}

.index_rotation_list a {
    position: absolute;
}

    .index_rotation_list a img {
        width: 100%;
        border: 0px;
    }

.index_info {
    width: 70%;
    margin: 0px auto;
}

.index_info_title {
    color: #132a6b;
    font-size: 40px;
    margin-top: 50px;
    text-align: center;
}

.index_info_content {
    color: #666;
    margin-top: 100px;
    line-height: 40px;
}

.index_info_content_info {
    text-indent: 2em;
}

.index_info_img {
    width: 100%;
    margin: 50px 0px;
}

.index_info_img_list {
    margin: 0 auto;
    overflow: hidden;
}

    .index_info_img_list div {
        width: 30%;
        float: left;
        color: #666;
        margin: 0px 1%;
        cursor: pointer;
        text-align: center;
    }

        .index_info_img_list div:hover {
            color: #366adf;
        }

        .index_info_img_list div img {
            width: 185px;
            height: 183px;
            margin-top: 5px;
            border-radius: 3px;
            box-shadow: 0 0 6px #e2e2e2;
        }

        .index_info_img_list div span {
            width: 100%;
            float: left;
            font-size: 18px;
            margin-top: 15px;
            font-weight: bold;
        }

.index_product {
    width: 70%;
    overflow: hidden;
    padding: 0px 15%;
    margin-top: 80px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../../image/index/product.png);
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../image/index/product.png',sizingMethod='scale');
}

.index_product_div {
    height: 315px;
    overflow: hidden;
    position: relative;
}

.index_info_content_list {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .index_info_content_list div {
        width: 20%;
        float: left;
        color: #666;
        margin: 0px 2%;
        cursor: pointer;
        text-align: center;
    }

        .index_info_content_list div:hover {
            color: #366adf;
        }

.index_info_content_list_two div {
    width: 29%;
}

.index_info_content_list img {
    width: 110px;
    height: 110px;
}

.index_info_content_list span {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
}

.index_info_content_list_no {
    width: 100%;
    height: 25px;
    top: 295px;
    right: 20px;
    position: absolute;
    padding-right: 150px;
}

    .index_info_content_list_no ul {
        height: 100%;
        float: right;
        margin: 0px;
    }

        .index_info_content_list_no ul li {
            width: 15px;
            height: 15px;
            float: left;
            margin: 5px;
            cursor: pointer;
            border-radius: 50%;
            list-style-type: none;
            background-color: #eaeaea;
        }

            .index_info_content_list_no ul li.index_product_no {
                background-color: orange;
            }

.index_info_more {
    width: 203px;
    height: 45px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    margin-top: 100px;
    margin-bottom: 70px;
    background-color: #366adf;
}

    .index_info_more span {
        height: 25px;
        top: 0px;
        bottom: 0px;
        left: 20px;
        color: #fff;
        margin: auto;
        font-size: 20px;
        line-height: 26px;
        position: absolute;
    }

    .index_info_more img {
        float: right;
        margin: 18px 20px 0px 0px;
    }

.index_solution {
    margin-top: 80px;
}

.index_solution_content {
    width: 100%;
    height: 448px;
    cursor: pointer;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../image/index/solution.png);
}

.index_solution_content_back {
    width: 40px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    opacity: 0.3;
    display: none;
    position: absolute;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../image/index/back.png);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

.index_solution_content_left {
    background-image: url(../../image/index/left.png);
}

.index_solution_content_list {
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
}

.index_solution_content_list_div {
    width: 25%;
    height: 448px;
    float: left;
    text-align: center;
    transition: 1s;
    position: relative;
}

    .index_solution_content_list_div:hover {
        background-color: #366adf;
    }

    .index_solution_content_list_div img {
        width: 80px;
        height: 80px;
        margin-top: 150px;
        transition: 0.5s;
    }

    .index_solution_content_list_div p {
        color: #fff;
        font-size: 20px;
        margin: 20px 15px;
        font-weight: bold;
        line-height: normal;
    }

        .index_solution_content_list_div p.index_solution_content_list_info {
            display: none;
            font-size: 15px;
            text-align: left;
            font-weight: normal;
        }

.index_solution_content_list_line {
    width: 30px;
    height: 2px;
    margin: 0px auto;
    background-color: #fff;
}

.index_solution_content_list_button {
    width: 114px;
    height: 40px;
    color: #fff;
    right: 0px;
    bottom: 70px;
    left: 0px;
    margin: auto;
    display: none;
    cursor: pointer;
    text-indent: 6px;
    position: absolute;
    border: 1px solid #fff;
    background-color: transparent;
}

.index_news {
    margin-top: 80px;
}

.index_news_content {
    height: 430px;
}

.index_news_content_list {
    display: table;
    margin: 0 auto;
}

.index_news_content_list_div {
    width: 30%;
    max-width: 400px;
    float: left;
    margin: 0px 1%;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    position: relative;
    padding-bottom: 15px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 6px #e2e2e2;
}

.div_trapezoid_right {
    width: 30%;
    top: 250px;
    z-index: 9;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-right: 30px solid transparent;
}

.div_trapezoid_left {
    top: 250px;
    right: 0px;
    left: 38%;
    z-index: 9;
    position: absolute;
    border-bottom: 20px solid #fff;
    border-left: 15px solid transparent;
}

.index_news_content_list div img {
    width: 100%;
    height: 270px;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
    position: absolute;
}

.index_news_content_list div p {
    font-size: 18px;
    margin: 0px 25px;
    overflow: hidden;
    font-weight: bold;
    line-height: normal;
    white-space: nowrap;
    text-align: justify;
    text-overflow: ellipsis;
}

    .index_news_content_list div p.index_news_content_list_title {
        color: #333;
        margin-top: 290px;
    }

    .index_news_content_list div p.index_news_content_list_time {
        color: #999;
        font-size: 12px;
        margin-top: 16px;
        font-weight: normal;
    }

    .index_news_content_list div p.index_news_content_list_info {
        height: 65px;
        color: #666;
        font-size: 16px;
        margin-top: 5px;
        text-align: justify;
        font-weight: normal;
        white-space: normal;
    }

        .index_news_content_list div p.index_news_content_list_info:hover {
            color: #1a2e6b;
        }

.index_bottom {
    width: 100%;
    height: 512px;
    margin-top: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../image/index/bottom.png);
}

    .index_bottom div.index_info_title {
        color: #fff;
        padding-top: 125px;
    }

.index_bottom_content_info {
    overflow: hidden;
}

.index_bottom_content_info_div {
    width: 70%;
    overflow: hidden;
    margin: 0px 15%;
}

    .index_bottom_content_info_div img, .index_bottom_content_info_add {
        float: left;
    }

.index_bottom_content_logo {
    width: 100%;
    height: 57px;
    margin: 50px 0px 20px 0px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../../image/index/longlogo.png);
}

.index_bottom_content_info_code {
    width: 135px;
    height: 100%;
    float: right;
}

.index_bottom_content_info_add {
    width: 47%;
    color: #fff;
}

    .index_bottom_content_info_add p {
        font-size: 16px;
        margin: 30px 25px;
        word-break: break-all;
    }

        .index_bottom_content_info_add p span {
            letter-spacing: 2px;
        }

.index_bottom_content_info_bubble {
    width: 135px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../image/index/bubble.png);
}

.index_bottom_content_info_text {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 2px;
}

.index_bottom_content_info_code img {
    margin: 15px 0px 0px 18px;
}


.index_bottom_content_info_code div {
    text-align: center;
}

.index_bottom_content_info_code p {
    margin: 0px;
    line-height: 22px;
}

.index_bottom_content_info_wechat {
    color: #1a2e6b;
    font-size: 16px;
}

.index_bottom_content_info_new {
    font-size: 14px;
}

@media only screen and (min-width: 0px)and (max-width: 700px) {
    .index_menu ul li a {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1920px) {
    .index_news_content_list_div {
        max-width: 400px;
    }
}

@media only screen and (min-width: 0px)and (max-width: 1200px) {
    .index_info {
        width: 100%;
        margin: 0px 10px;
    }

    .index_news_content_list div {
        max-width: 320px;
    }

    .index_bottom_content_info_div {
        width: 100%;
        margin: 0px;
    }

    .index_product {
        width: 100%;
    }

    .index_bottom_content_map {
        width: 20%;
        min-height: 180px;
    }

    .index_bottom_content_info {
        margin: 0px 10px;
    }

    .index_bottom_content_info_add {
        line-height: 30px;
    }

        .index_bottom_content_info_add p {
            margin: 0px 25px 10px 25px;
        }

    .index_bottom_content_info_add {
        width: 50%;
    }
}
