@charset "GB2312";
.top{
	max-width:1920px;
	min-width:1400px;
	background-image: url(../images/top-bg-new.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.top_main{margin:0 auto;width: 1460px;background-color: #2bb6b6;}
.logo{float:left;width: 530px;height: 100px;}
.logo_text{height:40px;line-height:40px;font-size:16px;color:#CCC}
.logo_img{
    margin: 20px 0 0 44px;
}
.QRcode{float:left;width:100px;text-align:center;margin:40px 0 0 200px;font-size:15px;color:#fff}
.search{float:right;width: 480px;margin-top: 47px;}
.search_text{font-size:15px;color:#FFF;line-height:36px}
.search_box{
    position: relative;
}
.search_box_title{text-align: right;font-size: 28px;color: #ffffff;font-weight: bold;}
.search_box_submit_info{text-align: right;font-size: 18px;color: #e4e4e4;font-weight: normal;line-height: 36px;}
.search_box_input{text-align: right;}
.search_box_input_text{
	width: 78px;
	height: 20px;
	border: 1px solid #dcdddd;
	border-right: 0;
	color: #b5b5b6;
	font-size: 14px;
	/* font-family: sans-serif; */
	line-height: 46px;
	padding-left: 20px;
	background-color: #ffffff;
}
.search_box_input input:nth-child(2){margin-right: 0;}
 #username{background: url(../images/user.png);background-color: #ffffff;background-repeat: no-repeat;background-position: 3px 4px;}
 #pwd{background: url(../images/pws.png);background-color: #ffffff;background-repeat: no-repeat;background-position: 3px 4px;}

.search_box_btn{/* margin-left:5px; */
	height: 22px;
	width: 21px;
	font-size:16px;
	/* border-radius: 5px; */
	border: 0;
	background: url("../images/So.png") no-repeat;
	cursor: pointer;
}

/* 登陆ajax */
#result{
	display: block;
    position: absolute;
    top: 70px;
    float: left;
    font-weight: 400;
    text-align: right;
    width: 480px;
	font-size: initial;
	color: floralwhite;
}
#smsCodeSection{

}
.search_box_input_code{
	width: 60px;
	height: 20px;
	border: 1px solid #dcdddd;
	border-right: 0;
	color: #b5b5b6;
	font-size: 14px;
	/* font-family: sans-serif; */
	line-height: 46px;
	background-color: #ffffff;
	text-align: center;
}
button:focus {
    outline: 2px solid blue; /* 改变轮廓颜色 */
    background-color: lightblue; /* 改变背景颜色 */
}
input:focus {
    outline: none; /* 移除默认的蓝色边框 */
    /* border: 1px solid #4A90E2; 定义你想要的边框颜色 */
    box-shadow: 0 0 5px rgba(6, 74, 150, 0.5); /* 定义阴影以增加视觉突出 */
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
  }
.nav{max-width:1920px;min-width:1400px;height:60px;border-bottom: 4px solid #0e5899;background-color: #fff}
.nav_main{margin:0 auto;width:1400px;}
/*.nav_main ul li{float:left;margin-top:5px;width:150px;height:50px;line-height:50px;text-align:center}
.nav_main ul li a{
	font-size: 22px;
	color: #666;
	font-weight: bold;
	font-family:"黑体"
	
}
.nav_main ul li a:hover{padding:8px;background-color: #003399;color:#fff;border-radius: 5px;}*/
#sddm
{	margin: 0;
	
	z-index: 30;
	width: 1400px;
	height:50px;}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 22px;
	
}

#sddm li a
{
	display: block;
	height:40px;
	line-height: 40px;
	margin: 5px 28px 0 0;
	padding: 4px 10px;
	/* width: 120px; */
	color: #0069b7;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
}
.sddm_li_a{
	font-weight:bold;
}
#sddm li a:hover
{

	font-weight:bold;
}


.menu li + li:before {
	content: "|";
	float: left;
	color: #7f7f7f;
	display: inline-block;
	margin: 11px 0px 0 -20px;
	/* padding: 11px 0px; */
	height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 34px;
	width: 10px;
	font-weight: 100;
	font-family: fangsong;
	}
