﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

img {
    border: none;
}

body {
    background: #fff;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
}

.conter {
    margin: 0 auto;
    width: 595px;
}

h3 {
    margin: 0 auto;
    width: 360px;
    font-size: 20px;
}

.tit {
    width: 595px;
    overflow: hidden;
}

.tit span {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

.tit p {
    text-indent: 2em;
    float: left;
    margin-top: 30px;
    font-size: 18px;
}

.tit strong {
    font-weight: normal;
    float: right;
}

.ts {
    padding: 40px 0 50px;
}

.box1 {
    width: 595px;
    overflow: hidden;
}

.box1 p {
    float: right;
    font-size: 16px;
}

.box1 table {
    float: left;
    margin-top: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.box1 th {
    height: 40px;
    font-weight: normal;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.box1 td {
    width: 118px;
    height: 125px;
    text-align: center;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background-image: url(../images/al.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.box2 {
    width: 595px;
    height: 215px;
    margin-top: 30px;
}

.box2 table {
    float: left;
    margin-top: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.box2 td {
    width: 118px;
    height: 40px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    text-align: center;
}
        .button {
            width: 750px;
            margin: 0 auto;
            text-align: center;
        }

            .button input {
                width: 100px;
                height: 30px;
                background-color: #095cce;
                border: none;
                color: white;
                cursor: pointer;
                font-size: 14px;
            }

                .button input:hover {
                    background-color: #2980f6;
                }