﻿@charset "UTF-8";
.header {
	height: 110px;
	background: url(../images/head-bg.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.bottom{
	height: 65px;
	width: 98%;
	margin:0 auto;
	background-color: #dbedfb;
}
.main{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	overflow: auto;
}
.main-title{
	line-height: 90px;
	height: 90px;
	text-align: center;
	color: #202020;
	font-size: 24px;
}

.main-title strong{
	font-weight: bold;
	font-size: 27px;
}
.main-table {
	table-layout: fixed;
	border-collapse: collapse;
	margin:0 auto;
}
.main-table tr th{
	background-color: #62d8f6;
	color: #000000;
	height: 50px;
	line-height: 50px;
}

.main-table tr td{
	border: solid 1px #d5d5d5;	
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.main-text{
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 20px;
}
.main-text textarea{
	width: 100%;
	height:160px;
	border: 1px solid #c9c6c6;	
	overflow: auto;
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	font-family: "微软雅黑";
	color: #6d6d6d;
}
.bottom table{
	margin-left: auto;
	margin-right: auto
}
.bottom table tr td{
	padding-top: 12px;
}
.bottom-btn{
	width: 135px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #62d8f6;
	text-align: center;
	color: #000000;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 17px;
	border-radius: 4px;
}
.bottom-btn img{
	border:0px;
	vertical-align: middle;
	margin-right: 5px;
}
.header img{
	margin: 20px 0 0 85px;
}
.pull-right {
    float: right !important;
    margin-top: 20px;
}
.header-a {
    text-align: center;
    padding-right: 60px;
    padding-top: 10px;
    position: relative;

}
.header-a a, .header-a {
    color: #fff;
}
.header-a a{
 padding: 15px;
}