﻿* {
            margin: 0;
            padding: 0;
        }

        body {
            font-family: "微软雅黑";
        }

        img {
            border: none;
        }

        a * {
            cursor: pointer;
        }

        a {
            text-decoration: none;
            outline: none;
        }

            a:hover {
                text-decoration: underline;
            }

        .bg {
            width: 100%;
            height: 550px;
            overflow: hidden;
        }

        .cont {
            margin: 0 auto;
            width: 800px;
            line-height: 20px;
        }

        .c1 {
            height: 360px;
            text-align: center;
        }

            .c1 .img1 {
                margin-top: 180px;
            }

            .c1 .img2 {
                margin-top: 165px;
            }

        .cont h2 {
            text-align: center;
            color: #555;
            font-size: 18px;
            font-weight: normal;
            line-height: 35px;
        }