﻿/*é€šé…ç¬¦å¼€å§‹*/
*{
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
}
em{font-style: normal;}
i{font-style: normal;}
.zz_clear{
    clear: both;
}
html,body,div,h1,h2,h3,h4,h5,h6,em,i,a,span,li,ol,p{
    font-family: "å¾®è½¯é›…é»‘";
}
input,textarea{
    font-family: "å¾®è½¯é›…é»‘";
}
img{
    max-width: 100%;
    display: block;
}
/*é€šé…ç¬¦ç»“æŸ*/

/*ä¸Šä¸‹ç¯‡å¼€å§‹*/
.dy_shang{
    width:100%;
    float: left;
}
.dy_shang .dy_a6{
    float: left;
    height:33px;
    line-height: 33px;
    font-size: 14px;
    color: #282828;
    margin-top: 30px;
}
.dy_shang .dy_a6 .dy_span6{
    width:99px;
    height:33px;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 33px;
    background-color: #232323;
    margin-right: 20px;
}
.dy_shang .dy_a6[href]:hover{
    color: #88664d;
}
.dy_shang .dy_a6[href]:hover .dy_span6{
    background-color: #88664d;
}
.dy_xia{
    width:100%;
    float: left;
}
.dy_xia .dy_a7{
    float: left;
    height:33px;
    line-height: 33px;
    font-size: 14px;
    color: #282828;
    margin-top: 20px;
}
.dy_xia .dy_a7 .dy_span6{
    width:99px;
    height:33px;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 33px;
    background-color: #232323;
    margin-right: 20px;
}
.dy_xia .dy_a7[href]:hover{
    color: #88664d;
}
.dy_xia .dy_a7[href]:hover .dy_span6{
    background-color: #88664d;
}
/*ä¸Šä¸‹ç¯‡ç»“æŸ*/

/*ç›¸å…³æŽ¨èå¼€å§‹*/
.dy_xiangguan{
    width:1100px;
    min-height:157px;
    margin-top: 50px;
    position: relative;
    background-color: #f5f5f5;
}
.dy_xiangguan .dy_img10{
    width:90px;
    height:109px;
    display: block;
    margin:0 auto;
    padding-bottom: 40px;
    position: absolute;
    left:50%;
    margin-left: -45px;
    top:-24px;
}
.dy_xiangguan ul{
    padding-top: 38px;
}
.dy_xiangguan ul li{
    float: left;
    width:458px;
    height:32px;
    overflow: hidden;
    line-height: 30px;
    background: url("../images/dy_xiaotu.png") 10px center no-repeat;
}
.dy_xiangguan ul li a{
    float: left;
    width:350px;
    padding-left: 20px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.dy_xiangguan ul li span{
    float: right;
    font-size: 12px;
    color: #666666;
    margin-right: 10px;
}
.dy_xiangguan ul li:hover a{
    color: #88664d;
}
/*ç›¸å…³æŽ¨èç»“æŸ*/

/*è§†é¢‘å¼¹å‡ºå¼€å§‹*/
.qlin_video_tcdb{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background: url(../images/aj18.png) repeat;
}
.qlin_video_tcbox {
    width: 800px;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999999999999999;
    background: #eee;
    margin-left: -400px;
    margin-top: -245px;
}
.qlin_video_tcbox1 {
    height: 40px;
    clear: both;
    padding: 0 15px;
}
.qlin_video_tcbox2 {
    height: 490px;
}
.qlin_video_tcbox1 span {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.qlin_video_tcbox1 em {
    display: block;
    height: 40px;
    float: right;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    line-height: 40px;
}
.qlin_video_tcbox1 em:hover{
    color: #d22025;
}
/*è§†é¢‘å¼¹å‡ºç»“æŸ*/

/*ç‰¹æ®Šæ•ˆæžœå¼€å§‹*/
.xiaoguo{
    animation: animate04 3s infinite ease;
    -webkit-animation: animate04 3s infinite ease;
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
}
@keyframes animate04 {
    50%{
        transform:scale(0.9);
        -moz-transform:scale(0.9);
        -webkit-transform:scale(0.9);
        -o-transform:scale(0.9);
    }100%{
         transform:scale(1);
         -moz-transform:scale(1);
         -webkit-transform:scale(1);
         -o-transform:scale(1);
     }
}
@-webkit-keyframes animate04 {
    50%{
        transform:scale(0.9);
        -moz-transform:scale(0.9);
        -webkit-transform:scale(0.9);
        -o-transform:scale(0.9);
    }100%{
         transform:scale(1);
         -moz-transform:scale(1);
         -webkit-transform:scale(1);
         -o-transform:scale(1);
     }
}
@-moz-keyframes animate04 {
    50%{
        transform:scale(0.9);
        -moz-transform:scale(0.9);
        -webkit-transform:scale(0.9);
        -o-transform:scale(0.9);
    }100%{
         transform:scale(1);
         -moz-transform:scale(1);
         -webkit-transform:scale(1);
         -o-transform:scale(1);
     }
}
@-o-keyframes animate04 {
    50%{
        transform:scale(0.9);
        -moz-transform:scale(0.9);
        -webkit-transform:scale(0.9);
        -o-transform:scale(0.9);
    }100%{
         transform:scale(1);
         -moz-transform:scale(1);
         -webkit-transform:scale(1);
         -o-transform:scale(1);
     }
}
/*ç‰¹æ®Šæ•ˆæžœç»“æŸ*/
/*headerFunctionBarStart*/
.unitopclearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.headerFunctionBar{
	min-width: 1200px;
	max-width: 1920px;
	min-height: 38px;
	background-color: #567fe6;
	margin: 0 auto;
}
.hfcbInner{
	width: 1200px;
	height: 38px;
	margin: 0 auto;
}
.leftArea{
	float: left;
	height: 38px;
}
.leftArea li{
	float: left;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
}
.leftArea li:hover>a{
	font-weight: bold;
}
.unifiedPadl25{
	padding-left: 25px;
}
.unifiedPadl40{
	padding-left: 40px;
}
.siteUnihn{
	float: left;
	background: url(../images/ghunifiedtop.png) no-repeat left center;
	height: 38px;
	color: #fff;
}
.rightArea{
	float: right;
	height: 38px;
}
.rightArea>li{
	float: left;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	margin-left: 22px;
	position: relative;
}
.rightArea>li>a{
	float: left;
	height: 38px;
	color: #fff;
	position: relative;
}
.rightArea>li:hover>a{
	font-weight: bold;
}
.rightArea>li a>em{
	position: absolute;
	width: 100px;
	height: 0px;
	padding: 0px 5px;
	background-color: #fff;
	top: 38px;
	left: 50%;
	margin-left: -55px;
	z-index: 999;
    transition: all .3s;
    overflow: hidden;
}
.rightArea>li a>em img{
	height: 0;
	transition: all .3s;
}
.rightArea>li a>em>i{
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -20px;
	left: 50%;
	margin-left: -5px;
	z-index: 9999;
}
.rightArea>li:hover a>em{
	height: 100px;
	padding: 5px 5px;
	overflow: initial;
	transition: all .5s;
}
.rightArea>li:hover a>em img{
	height: 100%;
	transition: all .5s;
}
.siteUnimw{
	background: url(../images/mwunifiedtop.png) no-repeat left center;
}
.siteUnisj{
	background: url(../images/sjunifiedtop.png) no-repeat left center;
}
.siteUniwx{
	background: url(../images/wxunifiedtop.png) no-repeat left center;
}
.siteUniwza{
	background: url(../images/wzaunifiedtop.png) no-repeat left center;
}
.siteUniyh{
	background: url(../images/yhunifiedtop.png) no-repeat left center;
}
.siteUnibmnav{
	background: url(../images/bmnavunifiedtop.png) no-repeat left center;
}
/*自治区政府组成部门*/
.wangzhandaohang {
	position: absolute;
  	height: 0px;
  	height: 0px;
  	width: 669px;
  	top: 38px;
  	right: 0;
  	z-index: 999;
  	border: 0px solid transparent;
  	background: #fff;
  	padding: 0px 34px;
  	box-sizing: border-box;
  	overflow: hidden;
  	transition: all .3s;
}
.wangzhandaohang h3 {
  	font-size: 16px;
  	color: #567fe6;
}
.wangzhandaohang h3:nth-child(3),
.wangzhandaohang h3:nth-child(5) {
  	margin-top: 10px;
}
.wangzhandaohang li {
  	font-size: 14px;
  	line-height: 24px;
  	float: left;
  	color: #666666;
  	width: 33.3%;
}
.wangzhandaohang li a {
  	color: #666666;
  	line-height: 24px;
}
.wangzhandaohang li a:hover {
  	color: #567fe6;
}
.rightArea>li:hover .wangzhandaohang {
	visibility: visible !important;
  	height: 497px !important;
  	min-height: 497px !important;
  	border: 2px solid #567fe6;
  	padding: 26px 34px;
  	overflow: hidden;
  	transition: all .5s;
}
/*unifiedHeader*/
.unifiedHeader{
	width:1200px;
	height:176px;
	border-top: 1px solid transparent;
	margin: 0 auto;
	position: relative;
}
.mainLogo{
	width: 669px;
	height: 91px;
	margin-top: 46px;
	overflow: hidden;
}
.mainLogo a{
	display: block;
	height: 100%;
}
.unihsearch{
	float: right;
	margin-right: 60px;
	margin-top: 66px;
	width: 418px;
	height: 46px;
	border: 2px solid #1073b7;
	border-radius: 25px;
}
.searchField{
	float: left;
	width: 78px;
	height: 46px;
	padding-left: 20px;
	background: url(../images/sfiedunifiedtop.png) no-repeat right center;
	position: relative;
}
.txtStore{
	display: block;
	height: 100%;
	font-size: 14px;
	color: #999999;
	line-height: 46px;
	background: url(../images/sftriunified.png) no-repeat 52px center;
	overflow: hidden;
}
.searchClass{
	position: absolute;
	width: 78px;
	height: 46px;
	left: 20px;
	top: 0;
	outline: none;
	padding: 0px;
	margin: 0px;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}
.searchClass option{
	cursor: pointer;
	width: 100%;
}
.searchCon{
	float: left;
	width: 184px;
	height: 46px;
	padding: 0px 10px 0px 20px;
	overflow: hidden;
}
.searchKeywords{
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 46px;
}
.searchBtn{
	float: right;
	width: 106px;
	height: 46px;
	border-radius: 25px;
	background-color: #1073b7;
	margin-right: -1px;
	overflow: hidden;
}
.searchSubmit{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	background-color: transparent;
	outline: none;
	border: 0px ;
	padding: 0px;
	margin: 0px;
}
.nmgyunified{
	position: absolute;
	width: 58px;
	height: 58px;
	top: 62px;
	right: -20px;
	overflow: hidden;
}
.nmgyunified a{
	display: block;
	height: 100%;
}
/*headerFunctionBarEnd*/
/*unifiedHeader*/
.unifiedFooter{
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #4370e1;
	padding: 28px 0;
}
.uniFooterInner{
	width: 1200px;
	min-height: 38px;
	margin: 0 auto;
}
.uniFooterYqlink{
	width: 100%;
	height: 38px;
	/*overflow: hidden;*/
}
ul.yqlinkList{
	position: relative;
	height: 38px;
	width: 1220px;
	margin-left: -16px;
}
ul.yqlinkList>li{
	float: left;
	width: 227px;
	height: 38px;
	margin-left: 16px;
	background-color: #527be3;
	font-size: 15px;
	line-height: 38px;
	text-align: center;
}
ul.yqlinkList>li>a{
	display: block;
	height: 100%;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.yqlinkList>li>a>em{
	position: absolute;
	width: 11px;
	height: 38px;
	background: url(../images/xlunifiedbottom.png) no-repeat center;
	right: 15px;
	top: 0;
	transition: all .3s;
}
.yqlinkList>li:hover>a>em{
	-moz-transform:rotate(180deg); 
 	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	transition: all .5s;
}
.yqlinkList>li>a>strong{
	position: absolute;
	width: 100%;
	height: 12px;
	background-color: #517be3;
	left: 0;
	top: -12px;
	display: none;
}
.yqlinkList>li:hover>a>strong{
	display: block;
}
.unibpop{
	position: absolute;
	width: 1150px;
	min-height: 38px;
	padding: 30px;
	padding-right: 20px;
	left: 15px;
	bottom: 50px;
	background-color: #527be3;
	z-index: 999;
	overflow: hidden;
	display: none;
}
.yqlinkList>li:hover .unibpop{
	display: block;
}
.unibpopInner{
	width: 1150px;
	min-height: 38px;
}
ul.linkdeplit{
	width: 1155px;
	min-height: 38px;
	margin-left: -5px;
}
ul.linkdeplit li{
	float: left;
	width: 185px;
	height: 38px;
	margin-left: 5px;
	overflow: hidden;
	font-size: 15px;
	text-align: left;
}
ul.linkdeplit li a{
	float: left;
	width: 185px;
	color: #b8c6d8;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul.linkdeplit li:hover a{
	color: #fff;
}
.uniFooterCon{
	width: 1200px;
	margin: 25px auto 0px;
	min-height: 30px;
}
.dajgunified{
	float: left;
	width: 62px;
	height: 77px;
	overflow: hidden;
}
.unifastback{
	float: left;
	width: 96px;
	min-height: 30px;
	margin-left: 40px;
	background: url(../images/unidot.png) repeat-y right;
}
.unifastback ul{
	width: 100%;
	min-height: 30px;
}
.unifastback ul li{
	width: 100%;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
}
.unifastback ul li a{
	color: #bacee4;
}
.unifastback ul li a:hover{
	color: #fff;
}
.unimaininfo{
	float: left;
	width: 810px;
	min-height: 30px;
	padding: 0 24px;
}
.unimaininfo ul{
	width: 100%;
	min-height: 30px;
}
.unimaininfo ul li{
	float: left;
	height: 30px;
	margin-right: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #bacee4;
}
.unimaininfo ul li a{
	color: #bacee4;
}
.unimaininfo ul li a:hover{
	color: #fff;
}
.unifxsx{
	float: left;
	width: 1px;
	height: 90px;
	background: url(../images/unidot.png) repeat-y right;
}
.unigabaicon{
	float: left;
	padding-left: 22px;
	height: 100%;
	background: url(../images/unigaba.png) no-repeat left center;
}
.qrdodeUnibottom{
	float: right;
	width: 76px;
	min-height: 72px;
	margin-right: 24px;
}
.qrdodeUnibottom span{
	display: block;
	width: 72px;
	height: 100%;
	padding: 0 2px;
}
.qrdodeUnibottom em{
	display: block;
	width: 100%;
	min-height: 30px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
/*unifiedHeader*/
.cleanSpelChar br{
	display: none !important;
}
