@CHARSET "UTF-8";

/*ҳücss*/

a{cursor: pointer;}
.top-nav *{margin:0 auto;padding: 0}
.top-nav ul,.top-nav li{list-style: none}
.top-nav{
    list-style:none;
	width:1200px;
	height:35px;
	margin:0 auto;
	background-color:#f5f5f5;
}
/*ln*/
.top-nav>ul{
	margin: 0 auto;
	width: 850px;
	float: left;
    
}
.top-nav>ul>li{
	float:left;
	list-style:none;
    position: relative;
    z-index: 99;
}


.top-nav>ul>li a{
    display:inline-block;
    line-height:35px;
    padding:0 1em;
	color:#666;
	font-size:12px;
	text-decoration:none;
    transition:all 0.2s ease-out;
}
.top-nav>ul>li>a:hover{color:#fff;font-size:16px;}
.top-nav>ul>li>a.f16{font-size:16px;}
.top-nav>ul>li:hover{
    background: #709fff;
    color:#fff;
}
.top-nav>ul>li.bk1>a{background:#709fff;color:#fff; }
.top-nav>ul>li.bk2>a{background:#79bc65;color:#fff; }
.top-nav>ul>li ul{min-width:100%;text-align:center;background:#fff;display:none;box-sizing:border-box;position: absolute;top:35px;left:0;border:1px #709fff solid;border-top:none;}
.top-nav>ul>li.big ul{width:180px;text-align: left;}
.top-nav>ul>li ul a{width:100%;box-sizing:border-box;padding: 0 5px}
.top-nav>ul>li ul a:hover{background: #709fff;color:#fff;}

/*右边搜索框  */

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    word-wrap: break-word;
    word-break: break-all;
    outline: none;
}
fr {
    float: right;
}
.Search {
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    position: relative;
   /*  width: 400px; */
    z-index: 105;
    margin-top:10px;
}
.Right, .fr {
    float: right;
}



.Search button {
    height: 24px;
    width: 55px;
    font-size: 14px;
    margin: 0;
    border-radius: 5px;
}
.Search button, .Search input {
    border: none;
}

.Search input {
    height: 24px;
    line-height: 24px;
    padding: 7px;
    width: 200px;
    float:left;
    border-right:1px #ccc solid
}
.Search button{
	float:left;
	 border: none;
	 background:#fff;
	 line-height:24px;
}
.Search .Select {
    width: 80px;
    padding-right: 0px;
    text-align: center;
    cursor: pointer;
    position: relative;
    background:#fff;
    border-right:1px #ccc solid;
    border-left:1px #ccc solid;
}

.Search .Select ul {
    color: #424242;
    display: none;
    border: 1px solid #00baf2;
    border-top: none;
    background: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -1px;
    padding-left: 1px;
}

.Search .Select p, .Search .Select ul li:hover {
    /* color: #00baf2; */
}

.Search .Select p {
    width: 80px;
    padding-right: 0px;
    line-height:24px;
}

.Search .Select ul {
    color: #424242;
    display: none;
    border: 1px solid #ccc;
    background: #FFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -1px;
    padding-left: 1px;
    list-style: none;
    border-bottom:none;
    position:absolute;
    left:0;
    top:24px;
    width:100%;
    box-sizing:content-box;
    overflow:hidden
}
.Search .Select ul li {
  
    border:none;
}

.Search .Select ul li {
    line-height: 30px;
    height: 30px;
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    width:100%;
}

#fanhuitop{
	display:none;
	position: fixed;
	right:50%;
	top: 82.5%;
	margin-right: -560px;
	cursor: pointer;
	width: 49px;
	height: 44px;
	border: 1px solid gainsboro;
	background-image: url("../images/index/fhdb.png");
}
.clearfix:after{content:"";display:block;clear:both}
header *{margin:0 auto;padding:0;}
header{width:1000px;padding:38px 0 10px;margin:0 auto;position:relative;}
header .logo{float:left;}
header .search{float:right}
header .Search>a{float:left;color:#000;display:inline-block;line-height:24px;padding:0 5px;border:1px #ccc solid;margin-left:10px;}
header #Search{border:1px #ccc solid;border-left:none;float:left;}
header #Search .Select{float:left;}
header .login{position:absolute;top:15px;right:10px;overflow:hidden}
header .login a{float:left;margin-right:10px}
header #alogin{color:#000}

nav{border-bottom:1px #033f88 solid;}
nav .inner{width:1000px;margin:0 auto;list-style:none}
nav .inner li{float:left;width:125px;margin-right:60px;}
nav .inner li a{color:#000;font-weight:bold;text-align:center;display:block;line-height:50px;font-size:18px;border-bottom:1px #fff solid;}
nav .inner li a:hover{border-color:#033f88;text-decoration:none}

#qyzs .p-name a{display:block;line-height:30px;text-indent:1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}