@charset "GB2312";
.top{
	max-width:1920px;
	min-width:1400px;
	background-image: url(/css/../images/top-bg-new.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.top_main{margin:0 auto;width:1400px;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: 60px;}
.search_text{font-size:15px;color:#FFF;line-height:36px}
.search_box{
    position: relative;
}
.search_box_input{float:left;width: 479px;}
.search_box_input input{
	width: 458px;
	height: 48px;
	border: 1px solid #dcdddd;
	border-right: 0;
	color: #b5b5b6;
	font-size: 16px;
	/* font-family: sans-serif; */
	line-height: 46px;
	padding-left: 20px;
}
.search_box_btn{float: right;width: 66px;position: absolute;right: 2px;top: 1px;}
.search_box_btn input{/* margin-left:5px; */height: 48px;width: 66px;font-size:16px;/* border-radius: 5px; */border: 0;background: url("/css/../images/So_button.png") no-repeat;}
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;
	font-weight: bold;
	
	
}

#sddm li a
{
	display: block;
	height:40px;
	line-height: 40px;
	margin: 5px 20px 0 0;
	padding: 4px 10px;
	/* width: 120px; */
	color: #727171;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
}

#sddm li a:hover
{

	background-color: #0E5899;
	color: #fff;
	border-radius: 5px ;
}


.menu li + li:before {
	content: "|";
    float: left;
    color: #cecece;
    display: inline-block;
    margin: 11px 0px 0 -17px;
    /* padding: 11px 0px; */
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 34px;
    width: 10px;
    font-weight: 100;
    font-family: serif;
	}

