﻿body {
 	height: 100%;
}

 .headtitle {
            height: 110px;
            vertical-align: middle;
        }

            .headtitle img {
                background-repeat: no-repeat;
                height: 50px;
                margin-top: 30px;
                margin-left: 150px;
            }

        .head {
            height: 50px;
            float: left;
            margin-left: 330px;
        }

        .TableSpecial {
            font-family: Microsoft YaHei;
            font-size: 16px;
            color: #35a0da;
            padding-left: 10px;
        }

        .qyRegWidth {
            width: 300px;
        }

        .TableSpecial1 {
            line-height: 35px;
            text-align: right;
            font-size: 16px;
            font-family: Microsoft YaHei;
            color: #666666;
            padding-right: 2px;
            width: 250px;
        }

        .ButtonNormal {
            width: 110px;
            height: 34px;
            line-height: 34px;
            border: 0;
            cursor: pointer;
            background-color: #54a2cb;
            font-size: 16px;
            font-family: microsoft yahei;
            color: #ffffff !important;
            text-align: center;
            margin-left: 10px;
        }

        .ButtonHover {
            width: 110px;
            height: 34px;
            line-height: 34px;
            border: 0;
            cursor: pointer;
            background-color: rgb(248,153,4);
            font-size: 16px;
            font-family: microsoft yahei;
            color: #ffffff !important;
            text-align: center;
            margin-left: 10px;
        }