@charset "utf-8";
html {
	overflow-x: hidden;
}
body {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 12px;
}
table, tr, td, div, ul, ol, li, label, form, input, textareaspan, h1, h2, h3, h4, h5, strong, p, em, a, buttons, frameset, frame {
    border: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
a,li {
	color: #4b0f05;
	list-style: none;
	text-decoration: none;
}
select{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	border:none;
	font-size:12px;
	font-weight:normal;
}
em,s{
	font-style:normal;
	text-decoration:none;
}

.logo{
    width:552px; 
    margin:18% auto 0 auto; 
    font-size:35px; 
    text-align:center;
    color:#333;
    moz-border-radius:6px 6px 0 0;
    -webkit-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0;
}
.soBox{ 
    width:392px; 
    margin:1% auto; 
    background:#fff; 
    padding:0 15px 15px 15px; 
    border:1px solid #c4d1cb;
    height: 50px;
	border-radius: 10px;
}
.soBox .sbox{
	width:400px; 
	margin-bottom:20px;
	position: relative;
	font-size:16px;
}
.soBox .text{
	width:180px;
	border:1px solid #cbcbcb;
	height:24px;
	padding:5px;
	font-size:16px; 
	margin-top:15px;
	border-radius: 4px 0 0 4px;
}
.soBox .text:hover{
	border:1px solid #438365;
	border-radius: 4px 0 0 4px;
}
.soBox .btnBox{
	width:90px; 
	height:36px; 
	line-height:35px; 
	text-align:center; 
	border:none; 
	background:#438365; 
	font-size:18px; 
	color:#fff; 
	cursor:pointer;
	border-radius: 0 4px 4px 0;
}

.top {
    height: 110px;
    width: 1200px;
    margin: 0 auto;
}
.top_left{
	float: left;
    margin-top: 20px;
}
.top_right{
	float: right;
    margin-top: 39px;
    width: 190px;
    font-size: 14px;
}
.nl_1 {
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 315px;
    float: left;
    margin-top: 2px;
}
.top_right .nr_1{
	float: left;
    margin-left: 20px;
    color: #fff;
}
.top_right .nr_2 {
    float: left;
    margin-left: 20px;
    color: #fff;
}


.nav{
	width:1000px; 
	height:atuo;
	margin:70px auto 0 auto;
	position:relative;
	font-size:16px;
}
.left{
	width:40%; float:left; background:#d1eafa;moz-border-radius:0 0 60px 0px;-webkit-border-radius:0 0 60px 0px;border-radius:0 0 0px 60px; padding:10px;
}
.x_nav tr{
	height: 40px;
	text-align:center; 
}
.x_nav td{
	width: 40px;
	height: 40px;
	text-align:center; 
}
.right{
	width:40%; float:right; background:#d3f0d7;moz-border-radius:0 0 0px 60px;-webkit-border-radius:0 0 0px 60px;border-radius:0 0px 60px 0px; padding:10px;
}

.h30{
	height:30px;
	padding: 0 10px;
}
.ac{
    background: #ebb4d5;
}
.active{
	background: #ebb4d5;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}