  /** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 12px/1.5 "Microsoft Yahei",tahoma,Srial,helvetica,sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
em{font-style:normal;}
ul, ol{list-style: none;}
a{
	text-decoration: none;color:#333;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a:hover{
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {border: 0;outline : 0;} 
input,button,select,textarea{outline:none;-webkit-appearance:none;}
textarea{resize:none;}
a { text-decoration: none; color: #333; }

a:focus{outline:none;}
a.hidefocus{outline:none}
.button{ border-radius: 0; }
input{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.none{
display:none!important;
}


.fix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.fix{display: block; *zoom:1;}

.fl { float:left;}
.fr { float:right;}
.w1200{ width:1200px; margin:0 auto;}
.w1080{ width:1080px; margin:0 auto;}

.shadows{
	-webkit-box-shadow:rgba(62,57,107,0.3) 0px 6px 16px 0px;
	-moz-box-shadow:rgba(62,57,107,0.3) 0px 6px 16px 0px;
	box-shadow:rgba(62,57,107,0.3) 0px 6px 16px 0px;
}


.shadows1{
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 2.2px 2px 9px 3px;;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 2.2px 2px 9px 3px;;
	box-shadow:rgba(0, 0, 0, 0.3) 2.2px 2px 9px 3px;;
}



body{
min-width:1205px;
}


/*头部样式*/

.top-wrap {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #2d2a9b;
    color: #fff;
}

.main {
    width: 1205px;
    margin: 0 auto;
    height: auto;
}

.top-l {
    font-size: 14px;
}

.top-r ul li {
    height: 45px;
    line-height: 45px;
    float: left;
}

.top-r ul li a {
    color: #fff;
    font-size: 14px;
}

.top-r ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.top-r ul li.split {
    padding: 0 10px;
    font-size: 18px;
}



/*logo+nav样式*/

.logo-nav {
    height: 140px;
}

.logo-nav .logo {
    padding: 10px 0 5px 0;
}

.nav ul li {
    height: 45px;
    line-height: 45px;
    float: left;

    position: relative;
}

.nav ul li.on {
    background: none;
    background-color: #f8ae31;
    color: #fff;
}

.nav ul li a {}

/*nav*/

.nav {
    position: relative;
    z-index: 20;
}

.innav {
    margin: 0 auto;
}

.innav ul li {
    display: block;
    text-align: center;
    position: relative;
    height: 45px;
    line-height: 45px;
    float: left;

}

.innav ul li.mainmenu1 {}

.innav ul li:hover {
   background: #1e1aaf;
}

.innav ul li:hover>a {
	color: #ffcf46;
	
}

.innav ul>li>a {
    color: #464646;


    display: block;
    font-size: 20px;
    color: #2e2a9b;
	font-weight: bold;
	padding: 0 25px;
	text-align: center;
}

.innav ul li.cur {
    background: #1e1aaf;
    color: #fff;
}

.innav ul>li.cur>a {
    color: #fff;
}

#nav .subnav {
    background: url(/images/nav_bg.png);
}

.innav ul li .subnav a {
    font-size: 14px;
    border-bottom: 1px solid #b5b5b5;
    margin: 0 6px;
	display: block;
	color:#fff;
}
.innav ul li .subnav a:hover {

font-weight: bold;
}
.innav ul li .subnav a.marr {
    border-bottom: 0;
}

#nav a:hover {
    color: #fff;
}
.subnav{
display:none;
}
.logo-nav-r {
margin: 13px 16px 0 0;
    text-align: center;
}

.logo-nav-r p {
    line-height: 35px;
    font-size: 16px;
    color: #1e3a8e;
}





/* 左侧导航样式 */

.list-con-l {
    width: 230px;
    margin: 0 0 100px 0;
}

.list-con-r {
    width: 930px;
}

.list-con-l dl dt {
    height: 60px;
    line-height: 60px;
    background: #2d2a9b;
    color: #fff;
    padding: 0 0 0 15px;
    font-size: 24px;
}

.list-con-l dl dd {

    line-height: 60px;
    background: #fff;
    border: 1px solid #e1e1e2;
    border-top: none;
}
.list-con-l dl dd ul li{

	padding:0 0 0 30px;
}
.list-con-l dl dd a {
    display: block;
}

.list-con-l dl dd.hover a,
.list-con-l dl dd:hover a {
    color: #102a7e;
    background: #f0f0f0;
}

.list-con-l dl dd a {
    color: #000;
    padding: 0 0 0 25px;
    font-size: 20px;
}
.list-con-l dl dd ul{
    display:none;
}
.list-con-l dl dd.hover ul{
display: block;
    background: #f0f0f0;
}




/* 列表页右侧样式 */

.list-con div.t {
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 45px;
    background: url(/images/ico-list-yw.png) no-repeat 0 50%;
    border-bottom: 1px solid #bfbfbf;
}

.list-con div.t .fl {
    font-size: 22px;
    font-weight: bold;
    color: #1f398f;
}

.list-con div.t .fr {
    font-size: 16px;
    color: #4f4f4f;
}



/* 翻页列表样式 */

.fylb ul li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #aaa;
    margin: 0;
}

.fylb ul li a {
    font-size: 16px;
    padding: 0 0 0 10px;
}

.fylb ul li a:hover {
    color: #102a7e;
}

.fylb ul li a i {
    font-size: 22px;
}

.fylb ul li a span {
    background: #6362c5;
    padding: 8px 8px;
    color: #fff;
    margin: 0 10px 0 0;
}

.fylb ul li.even a span {
    background: #2d2a9b;
}


/* 底部样式 */

.yqlj-wrap {
    height: 50px;
    background: #3734b4;
    padding: 25px 0;
}

.yqlj .t {
    width: 110px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 35px;
    background: url(/images/ico-ztzl.png) no-repeat 0 50%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

/*下拉选框*/

.xljl {
    margin: 5px 0 0 0;
}

  
.xljl .links {
    margin: 0 10px;
    padding-bottom: 8px;
    position: relative;
    float: left;
}

.xljl .links.marr {
    padding-bottom: 0;
}

.xljl .select {
    width: 100%;
    height: 40px;
    position: relative;
}

.xljl .select dt {
    height: 38px;
    display: inline-block;
    border: 2px solid #fff;
    padding: 0 42px 0 10px;
    background:  url(/images/ico-arrow.png) no-repeat right;
    line-height: 38px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 10;
    font-weight: bold;
}


.xljl .select dt.cur {

    color: #3734b4;
    background:#fff  url(../images/ico-arrow-hover.png) no-repeat right;

}
.xljl .select dd {
    position: absolute;
    left: 0;
    bottom: 40px;
    border: 1px solid #cccccc;
    background: #fff;
    display: none;
    font-size: 14px;
    z-index: 100;
    width: 100%;
    box-sizing: border-box;
overflow-y: scroll;
    border-bottom: none;
}

.xljl .select dd ul {

    background: #fff;
}

.xljl .select dd ul li a {
    line-height: 30px;
    display: block;
    color: #323232;
    text-align: center;
}



.xljl .gov dt {
    padding: 0 10px;
    
}

.xljl .gov a {
    font-size: 16px;
    cursor: pointer;
    text-indent: 20px;
    color: #fff;
}



/*友情链接-国务院部门网站*/

#gwybm dd{
height:192px;
    left: -269px;
    width: 1180px;height: 225px;
}

#gwybm ul{
    padding: 20px;
    width: 1020px;
    margin: 0 auto;
}
#gwybm ul li{
    width: 255px;
    float: left;
}

#gwybm ul li a{

    text-align: left;
}

/*友情链接-地方政府*/


#dfzf dd{
height:225px;
    left: -457px;
    width: 1180px;height: 225px;
}

#dfzf ul{
    padding: 20px;
    width: 1020px;
    margin: 0 auto;
}
#dfzf ul li{
    width: 170px;
    float: left;
}

#dfzf ul li a{

    text-align: left;
}
/*友情链接-教育行政部门*/
#jyxzbm dd{
    left: -597px;
    width: 1180px;height: 225px;
}
#jyxzbm ul{
    padding: 20px;
    width: 1020px;
    margin: 0 auto;
}
#jyxzbm ul li{
    width: 170px;
    float: left;
}

#jyxzbm ul li a{

    text-align: left;
}


/*友情链接-社团*/
#yqlj-st dd{
    left: -769px;
    width: 1180px;height: 225px;
}
#yqlj-st  ul{
    padding: 20px;
    width: 1020px;
    margin: 0 auto;
}
#yqlj-st  li{
    width: 170px;
    float: left;
}

#yqlj-st ul li a{

    text-align: left;
}
/*友情链接-媒体*/
#yqlj-mt dd{
    left: -877px;  
    width: 1180px;height: 225px;
}
#yqlj-mt  ul{
    padding: 20px;
     width: 1020px;
    margin: 0 auto;
}
#yqlj-mt  li{
    width: 170px;
    float: left;
}

#yqlj-mt ul li a{

    text-align: left;
}
/*友情链接-院校*/
#yqlj-yx dd{
    left: -985px;
    width: 1180px;height: 225px;
}
#yqlj-yx  ul{
    padding: 20px;
    width: 1100px;
    margin: 0 auto;
}
#yqlj-yx  li{
    width: 220px;
    float: left;
}

#yqlj-yx ul li a{

    text-align: left;
}
/*友情链接-公司*/
#yqlj-qy dd{
    left: -1093px;
    width: 1180px;height: 225px;
}
#yqlj-qy  ul{
    padding: 20px;
    width: 1020px;
    margin: 0 auto;
}
#yqlj-qy  li{
    width: 200px;
    float: left;
}

#yqlj-qy ul li a{

    text-align: left;
}

.xljl .select dd ul li a:hover {

    color:#102a7e;
}



/*滚动条样式*/
.xljl .select dd::-webkit-scrollbar{
	width:7px;
	height:4px;

}
.xljl .select dd::-webkit-scrollbar-track{
	background: #ececec;
	border-radius:2px;
}
.xljl .select dd::-webkit-scrollbar-thumb{
	background: #bbb;
	border-radius:5px;
}
.xljl .select dd::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.xljl .select dd::-webkit-scrollbar-corner{
	background: #f6f6f6;
}


/* 版权样式 */

.bq-wrap {
    height: 75px;
    background: #2d2a9b;
    padding: 20px 0;
}

.bq p {
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.bq p a {
    color: #fff;
    padding: 0 10px;
}

.bq p span.split {
    padding: 0 10px;
}

/*翻页条当前页面*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #ccc!important;
    color: #fff;
    background-color: #2d2a9b!important;
}
.scroll {
    width: 50px;
    height: 50px;
    background: url(/images/toolbar.png) no-repeat;
    color: #fff;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 30px;
    cursor: pointer;
    overflow: hidden;
    z-index: 20;
}

.scroll:hover {
    background-position: 0 -62px;
}