﻿.content {
    min-width: 1200px;
}

    .content .top {
        width: 100%;
        position: relative;
        background-color: #00a1e9;
        text-align: center;
        padding-top: 50px;
    }

    .content .con1 {
        width: 100%;
        text-align: center;
        padding-top: 50px;
    }

        .content .con1 h1 {
            font-size: 40px;
            margin-bottom: 50px;
        }

        .content .con1 h2 {
            font-size: 18px;
            margin-bottom: 20px;
        }

       
    .content .con2 {
        width: 100%;
        text-align: center;
        padding: 50px 0;
        background-color: #f0f0f0;
        display: inline-table;
    }

        .content .con2 .con2body {
            width: 1200px;
            margin: 0 auto;
        }

        .content .con2 .part1 {
            width: 60%;
            float: left;
        }

            .content .con2 .part1 h1 {
                text-align: left;
                font-size: 35px;
                margin-bottom: 30px;
            }

            .content .con2 .part1 ul {
                text-align: left;
                margin: 20px;
                list-style: outside none disc;
            }

                .content .con2 .part1 ul li {
                    line-height: 30px;
                    font-size: 16px;
                }

        .content .con2 .part2 {
            width: 40%;
            float: left;
        }

            .content .con2 .part2 img {
                width: 100%;
            }

    .content .con3 {
        width: 100%;
        text-align: center;
        padding: 50px 0;
        display: inline-table;
    }

        .content .con3 .con3body {
            width: 1200px;
            margin: 0 auto;
        }

        .content .con3 .part1 {
            width: 60%;
            float: left;
            margin-top: 50px;
        }

            .content .con3 .part1 h1 {
                text-align: left;
                font-size: 35px;
                margin-bottom: 30px;
            }

            .content .con3 .part1 ul {
                text-align: left;
                margin: 20px;
                list-style: outside none disc;
            }

                .content .con3 .part1 ul li {
                    line-height: 30px;
                    font-size: 16px;
                }

        .content .con3 .part2 {
            width: 40%;
            float: left;
        }

            .content .con3 .part2 img {
                width: 100%;
            }

    .content .con4 {
        width: 100%;
        text-align: center;
        padding: 50px 0;
        background-color: #00a1e9;
        display: inline-table;
    }

        .content .con4 .con4body {
            width: 1200px;
            margin: 0 auto;
        }

        .content .con4 .part1 {
            width: 60%;
            float: left;
            color: #fff;
            text-align: left;
            margin-top: 40px;
        }

            .content .con4 .part1 h1 {
                text-align: left;
                font-size: 35px;
                margin-bottom: 30px;
            }

            .content .con4 .part1 ul {
                text-align: left;
                margin: 20px;
                list-style: outside none disc;
            }

                .content .con4 .part1 ul li {
                    line-height: 30px;
                    font-size: 16px;
                }

        .content .con4 .part2 {
            width: 40%;
            float: left;
        }

            .content .con4 .part2 img {
                width: 100%;
            }

    .content .fun1 {
        background-color: #f7f7f7;
    }


.con1 .industrybg {
    background:  url("../images/line2.png") no-repeat scroll center top;
    width: 1020px;
    margin:50px auto 0;
    
}

.con1 .industry.nor {
    float: left;
    text-align: center;
    width: 500px;
    margin-right: 10px;
}

    .con1 .industry.nor h3 span {
        border-radius: 50px;
        color: #fff;
        display: inline-block;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        padding: 0 44px;
        text-align: center;
    }

    .con1 .industry.nor h3.g {
        background: rgba(0, 0, 0, 0) url("../images/line-green.png") no-repeat scroll center center;
    }

        .con1 .industry.nor h3.g span {
            background-color: #00a1e9;
        }

    .con1 .industry.nor h3.r {
        background: rgba(0, 0, 0, 0) url("../images/line-red.png") no-repeat scroll center center;
    }

        .con1 .industry.nor h3.r span {
            background-color: #ff0000;
        }

    .con1 .industry.nor ul {
        padding-top: 56px;
    }

        .con1 .industry.nor ul li {
            width: 492px;
        }

        .con1 .industry.nor ul li {
            margin-bottom: 63px;
            position: relative;
        }

        .con1 .industry.nor ul.r li {
            margin-left: 20px;
        }

        .con1 .industry.nor ul li em {
            background-color: #fff;
            border-radius: 20px;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            height: 28px;
            left: 50%;
            line-height: 30px;
            margin-left: -120px;
            position: absolute;
            text-align: center;
            top: -15px;
            width: 240px;
        }

        .con1 .industry.nor ul.g li em {
            border: 1px solid #00a1e9;
            color: #00a1e9;
            font-style: normal;
        }

        .con1 .industry.nor ul.r li em {
            border: 1px solid #ff0000;
            color: #ff0000;
        }

        .con1 .industry.nor ul li div {
            border: 1px solid #e5e5e5;
            margin: 0 auto;
        }

            .con1 .industry.nor ul li div p {
                box-sizing: border-box;
                color: #959595;
                font-size: 14px;
                line-height: 24px;
                padding: 32px 32px 20px;
            }
