/*banner*/
.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top: 3px solid #3b4465;
}
.ibanner .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 18%;
    bottom:40px;
    z-index: 1;
}
.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.ibanner .hd ul li {
    float: left;
    margin: 5px 6px 0 0;
    width: 10px;
    height: 10px;
    line-height:10px;
    text-align: center;
    background: #fff;
    cursor: pointer; 
    opacity: 0.5;
    filter: alpha(opacity=50); 
    border-radius: 50px;
}
.ibanner .hd ul li.on {
    background: #ffffff;
    opacity:1;
    filter: alpha(opacity=100);
    color: #fff;
    width:15px;
    height:15px;    
    margin: 3px 6px 0 0;
}
.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.ibanner .bd li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height:60px;
    background: rgba(0,0,0,0.4);
}
.ibanner .bd li p span{display:inline-block;width:1400px; line-height:60px; font-size:24px; color:#fff; position:absolute; left:50%; margin-left:-700px; bottom:0;}
.ibanner .bd img {
    width: 100%;
    display: block;
}
.ibanner .prev,
.ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -34px;
    display: block;
    width: 68px;
    height: 68px;
    background: url(../img/slider-arrow.png) no-repeat;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -68px 0;
    width: 68px;
    height: 68px;
}
.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ibanner .prevStop {
    display: none;
}
.ibanner .nextStop {
    display: none;
}

.box{
	width: 1400px;
	height: auto;
	margin: 0 auto;
}
.header{
	width: 100%;
        height:189px;
	z-index: 999;
}
.top-lj-bg{width:100%; height:36px; line-height:36px; background:#0b1e55;}
.logo{
	margin-top: 14.5px;
}
.logo a{
	display: block;
}
.logo img{
        width:340px;
}
.top-bg{width:100%; height:105px; background:#18327a url(../img/top-xzbj.jpg) repeat-x center; background-size:cover;}
.top{position: relative;}
.top i{position:absolute; top:68px; display:block; width:1400px; height:59px; background: url(../img/dh-x.png) repeat-x;}
.top-xx{display:block; position: absolute; top:32.5px; left:600px;width:340px;}
.top-r{
	
}
.top-lj{
	height: 36px;
	line-height: 36px;
	text-align: right;
	color: #fff;
}
.top-lj a{
	color: #fff;
	padding: 0 15px;
}
.top-lj a:hover{
	
}
.search-z{
	margin-left: 15px;
}
.search-z button{
	background: none;
	border: none;
	cursor: pointer;
}
.search-z button .search-but{
	display: block;
}
.search{
	float: left;
    width: auto;
    height: 28px;
    border: 1px solid #fff;
    background: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    color: #fff;
    display: none;
}
.search input[type="text"]{
	float: left;
    width: 125px;
    height: 28px;
    line-height: 28px;
    background: none;
    margin-left: 12px;
    font-size: 14px;
    color: #fff;
    border: 0;
}
.search input[type="submit"]{
	float: right;
    width: 18px;
    height: 18px;
    background: url(../img/search-gb.png) no-repeat center;
    background-size: 14px 14px;
    border: 0;
    margin: 5px 5px 0 5px;
    cursor: pointer;
}
input::-webkit-input-placeholder {
        color: #fff;
      }
      input::-moz-input-placeholder {
        color: #fff;
      }
      input::-ms-input-placeholder {
        color: #fff;
      }

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.navBar{width:100%; height:48px; line-height:48px; background:#fff;}
	.nav{ position:relative; z-index:1;}
	.nav a{ color:#333;}
	.nav h3{ float:left; font-size:100%; font-weight:normal; font-size:16px;}
	.nav .m{ float:left; position:relative; margin:0 29px;}
	.nav li#m12{margin-right: 0;}
	.nav li i{position: absolute; bottom: 0; display: none; width: 100%; height: 4px; background: #fff;}
	.nav h3 a{display:block;}
	.nav li:hover i{display: block;}
	.nav .on a{}
	.nav .sub{ display:none; /*默认隐藏*/min-width:330px; position:absolute; left:0; top:43px; padding-top: 22px;}
	.nav .sub .sub-bg{background: url(../img/navsub-bg.png) repeat; padding: 20px;}
	.nav .sub .sub-nav-l .sub-nav-l-tu{display: block; width: 380px; height: 220px; display:none;}
	.nav .sub .sub-nav-l .sub-nav-xx{display: block; width: 140px; height: 90px; margin-left: 20px; margin-top: 20px; margin-right:30px;}
	.nav .sub .sub-nav-r{ border-left: 1px solid #bcbcbc;}
	.nav .sub .sub-nav-r .sub-nav-nav{padding-left: 20px;}

	.nav .sub li{ line-height:30px; font-size: 14px;}
	.nav .sub li a{ display:block; color: #333; padding:0 10px;}
	.nav .sub li a:hover{ background:#1d2088; color:#fff;}
	.nav li .sub em{position: absolute; top: 0; left: 0; display: block; width: 12px; height: 22px; background: url(../img/navsub-sj.png) no-repeat;}
	.nav li#m3 .sub{left: -80px;}
	.nav li#m3 .sub em{left: 106px;}
	.nav li#m4 .sub{left: -80px; width:360px;}
	.nav li#m4 .sub em{left: 106px;}
	.nav li#m5 .sub{left: -80px;}
	.nav li#m5 .sub em{left: 106px;}
	.nav li#m6 .sub{left: -80px; width:400px;}
	.nav li#m6 .sub em{left: 106px;}
	.nav li#m7 .sub{left: -80px; width:350px;}
	.nav li#m7 .sub em{left: 106px;}
	.nav li#m8 .sub{left: -80px; width:390px;}
	.nav li#m8 .sub em{left: 106px;}
	.nav li#m9 .sub{left: -80px;}
	.nav li#m9 .sub em{left: 106px;}
	.nav li#m10 .sub{left: -90px; width:345px;}
	.nav li#m10 .sub em{left: 116px;}
        .nav li#m11 .sub{left: -170px;}
	.nav li#m11 .sub em{left: 196px;}
        .nav li#m12 .sub{left: -265px;}
	.nav li#m12 .sub em{left: 290px;}

.hgyw{
	margin-top: 30px;
}
.title{
	height: 60px;
	line-height: 60px;
}
.title h2{
	float: left;
	font-size: 30px;
}
.more{
	float: right;
	font-size: 15px;
}
.more a{
	display: block;
	color: #18327f;
}
.more img{
	vertical-align: middle;
	padding-right: 5px;
}

.game163{ position: relative; overflow: hidden; width: 687px; height: 453px; margin-top: 25px;}
	.game163 .bigImg{ height: 453px; position: relative;}
	.game163 .bigImg li{position: relative;}
	.game163 .bigImg li img{ vertical-align:middle; width:687px; height:453px;}
	.game163 .bigImg  h4{position: absolute; left: 0; bottom: 0; width: 587px; padding: 0 80px 0 20px; height: 66px; background: rgba(4,21,37,0.4); font-size: 16px; line-height: 66px; color: #fff; overflow: hidden; text-align: left; }
	.game163 .bigImg  h4 a{color: #fff;}
        .game163 .sPrev{ display: block; width: 15px; height: 26px; background: url(../img/prev.png) no-repeat; position: absolute; top: 50%; margin-top: -13px; left: 20px; z-index: 9;}
	.game163 .sNext{ display: block; width: 15px; height: 26px; background: url(../img/next.png) no-repeat; position: absolute; top: 50%; margin-top: -13px; right: 20px; z-index: 9;}
	.game163 .pageState{ position: absolute; bottom: 18px; right: 18px; font-size: 16px; color: #fff; letter-spacing: 2px;}
	.game163 .pageState span{ color: #fff; font-size: 26px;}
	.game163 .game163-l{position: absolute; left: 10px; top: 10px; width: 1px; height: 433px; background: #fff;}
	.game163 .game163-r{position: absolute; right: 10px; top: 10px; width: 1px; height: 433px; background: #fff;}
	.game163 .game163-t{position: absolute; left: 10px; top: 10px; width: 667px; height: 1px; background: #fff;}
	.game163 .game163-b{position: absolute; left: 10px; bottom: 10px; width: 667px; height: 1px; background: #fff;}

.hgyw-r{
	width: 678px;
}
.hgyw-r-tt{
	margin-top: 11px;
}
.hgyw-r-tt-sj{
	float: left;
	width: 82px;
	height: 82px;
	border: 1px solid #e69b18;
	border-radius: 8px;
	text-align: center;
}
.hgyw-r-tt-sj p{
	font-size: 28px;
	color: #fff;
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #E69B18;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.hgyw-r-tt-sj span{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
}
.hgyw-r-tt-tx{
	padding-left: 104px;
}
.hgyw-bt{
	height: 36px;
	line-height: 36px;
}
.hgyw-r-tt-tx h3{
	float: left;
	width: 524px;
	font-size: 16px;
	font-weight: bold;
}
.hgyw-r-tt-tx .hgyw-gd{
	float: right;
	font-size: 12px;
}
.hgyw-r-tt-tx .hgyw-gd a{
	display: block;
}
.hgyw-bt a:hover{
	color: #E69B18;
}
.hgyw-r-tt-zy{
	font-size: 13px;
	color: #999;
	line-height: 24px;
}
.hgyw-r ul li{
	line-height: 45px;
	
	font-size: 16px;
}
.hgyw-r ul li em{
	display: inline-block;
	width: 104px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #b5b5b5;
	border-radius: 20px;
	font-size: 12px;
	margin-right: 20px;
        display:none;
}
.hgyw-r ul li:hover em{
	border-color: #E69B18;
	color: #E69B18;
}
.hgyw-r ul li:hover a{
	color: #E69B18;
}
.news-bg{
	width: 100%;
	height: 1282px;
	background: url(../img/news-bg.jpg) no-repeat;
	background-size: cover;
	margin-top: 70px;
	padding-top: 80px;
	position: relative;
}
.news-bbg{
	position: absolute;
	right: 0;
	width: 95%;
	height: 550px;
	background: url(../img/news-sj.png) no-repeat;
	background-size: cover;
}
.news{
	position: absolute;
	left: 50%;
	margin-left: -700px;
	height: 550px;
}
.news .title{
	margin: 30px 0;
}
.xydt-l{
	width: 398px;
}
.ml40{
	margin-left: 40px;
}
.xydt-r{
	width: 524px;
}
.xydt-l-img{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.xydt-l-img a{
	display: block;
	width: 100%;
	height: 100%;
}
.xydt-l-img img{
	display: block;
	width: 100%;
	height: 100%;

}
.xydt-l-img a:hover img{
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.xydt-l h2{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.xydt-l h2 a:hover{
	color: #E69B18;
}
.xydt-l-sj{
	background: url(../img/sj-bg.jpg) no-repeat left center;
	padding-left: 34px;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
}
.xydt-l p{
	font-size: 13px;
	color: #999;
	line-height: 26px;
	margin-top: 10px;
}
.xydt-r ul li{
	line-height: 39px;
	background: url(../img/yuan1.png) no-repeat left center;
	padding-left: 18px;
	font-size: 16px;
}
.xydt-r ul li:hover{
	background: url(../img/yuan2.png) no-repeat left center;
}
.xydt-r ul li em{
	float: right;
}
.xydt-r ul li:hover a{
	color: #E69B18;
}
.xydt-r ul li:hover em{
	color: #E69B18;
}
.qh-bg{
	width: 100%;
	height: 557px;
	background: url(../img/qh-bg.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 706px;
}
.slideTxtBox{ width:925px; position: relative;}
		.slideTxtBox .hd{ height:102px; line-height:102px;}
		.slideTxtBox .hd ul{ float:left;}
		.slideTxtBox .hd ul li{ float:left; width: 120px; margin-right: 30px; cursor:pointer; color: #ccc; font-size: 24px;}
		.slideTxtBox .hd ul li.qh-hd-bg{background: url(../img/yuan-b.png) no-repeat left center; padding-left: 40px;}
		.slideTxtBox .hd ul li.on{ height:102px; font-size: 30px; color: #fff;}
		.slideTxtBox .bd ul{ zoom:1; margin-top: 20px;}
		.slideTxtBox .bd li{ float: left; width: 442px; margin: 8px 0;}
		.slideTxtBox .bd ul li.ml40{margin-left: 40px;}
		.slideTxtBox .bd li p.qh-sj{line-height: 22px; background: url(../img/sj.png) no-repeat left center; padding-left: 26px; color: #999;}
		.slideTxtBox .bd li p.qh-tx{line-height: 40px; font-size: 16px; background: url(../img/lht.jpg) no-repeat left center; padding-left: 26px;}
		.slideTxtBox .bd li p.qh-tx a:hover{color: #18327f;}
		.slideTxtBox .bd .qh-gd{position: absolute; top: -90px; right: 0;}
		.slideTxtBox .bd .qh-gd a{color: #fff;}
		.slideTxtBox .bd .qh-gd img{ vertical-align: middle; padding-right: 5px;}
.kstd{
	width: 380px;
	margin-top: 192px;
}
.kstd ul li{
	float: left;
	width: 33.3333333%;
	height: 120px;
	margin-top: 30px;
}
.kstd ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.kstd ul li .kstd-pic{
	width: 100%;
	height: 44px;
	margin-top: 30px;
	text-align: center;
}
.kstd ul li.kstd6 .kstd-pic img{
	padding-top: 4px;
}
.kstd ul li p{
	margin-top: 20px;
        font-size:16px;
}
.kstd ul li a:hover p{
	color: #ffff00;
}
.kstd ul li a:hover{
	margin-top: -5px;
}
.mtjj-w{
	width: 100%;
	background: #F6F6F6 url(../img/mtjj-t.png) no-repeat right top;
}
.mtjj-bg{
	width: 100%;
	height: auto;
}
.mtjj-t{
	display: block;
	width: 506px;
	height: 742px;
	position: absolute;
	right: 30px;
	top: 30px;
}
.mtjj{
	padding-top: 55px;
	padding-bottom: 70px;
}
.mtjj ul li{
	float: left;
	margin-top: 50px;
	width: 438px;
	height: 168px;
	border: 1px solid #bfbfbf;
	margin-left: 39px;
	position: relative;
}
.mtjj ul li.ml0{
	margin-left: 0;
}
.mtjj ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.mtjj ul li .mtjj-bq{
	position: absolute;
	top: -6px;
	left: 20px;
	width: 25px;
	padding: 7px 15px 0 15px;
	height: 140px;
	text-align: center;
	background: #E69B18;
	color: #fff;
	font-size: 14px;
}
.mtjj ul li .mtjj-sj{
	margin-left: 100px;
	background: url(../img/sj.png) no-repeat left 37px;
	padding-left: 26px;
	font-size: 15px;
	color: #eb9b45;
	padding-top: 35px;
}
.mtjj ul li h2{
	margin-left: 100px;
	margin-top: 10px;
	line-height: 36px;
	font-size: 16px;
	margin-right: 20px;
}
.mtjj ul li:hover{
	background: #fff;
	border-color: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.sshg-bg{
	width: 100%;
	height: 565px;
	background: url(../img/sshg.png) no-repeat center;
	background-size: cover;
        display:none;
}
.sshg{
	padding-top: 45px;
}
.sshg .title h2{
	color: #fff;
}

.slideBox{ width:100%; height:auto; overflow:hidden; position:relative; padding-bottom: 100px;}
		.slideBox .hd{width: 100%; height:8px; overflow:hidden; position:absolute; bottom:40px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; width: 100%; height: 8px; text-align: center;}
		.slideBox .hd ul li{display: inline-block; margin: 0 3px; width:8px; height:8px; text-indent: -999999999px; background:#fff; border-radius:50% ; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#fff; width: 34px; height: 8px; border-radius: 8px;}
		.slideBox .bd{ position:relative; height:100%; z-index:0;}
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd li .sshg-li{width: 25%; height: 125px; color: #fff; margin-top: 50px; transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;}
		.slideBox .bd li .sshg-li .sshg-li-nr{padding-left: 114px;}
		.slideBox .bd li .sshg-li .sshg-li-pic{float: left; width: 92px; height: 92px; border: 1px dashed #fff; border-radius: 50%; text-align: center; transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;}
		.slideBox .bd li .sshg-li .sshg-li-nr em{font-family: georgia; font-size: 36px; display: block;}
		.slideBox .bd li .sshg-li .sshg-li-nr p{ width: 85%; font-size: 15px; line-height: 22px; margin-top: 9px;}
		.slideBox .bd li .sshg-li.sshg1 .sshg-li-pic img{padding-top: 24px;}
		.slideBox .bd li .sshg-li.sshg2 .sshg-li-pic img{padding-top: 22px;}
		.slideBox .bd li .sshg-li.sshg3 .sshg-li-pic img{padding-top: 20px;}
		.slideBox .bd li .sshg-li.sshg4 .sshg-li-pic img{padding-top: 26.5px;}
		.slideBox .bd li .sshg-li.sshg5 .sshg-li-pic img{padding-top: 25px;}
		.slideBox .bd li .sshg-li.sshg6 .sshg-li-pic img{padding-top: 24px;}
		.slideBox .bd li .sshg-li.sshg7 .sshg-li-pic img{padding-top: 24.5px;}
		.slideBox .bd li .sshg-li.sshg8 .sshg-li-pic img{padding-top: 26.5px;}
		.slideBox .bd li .sshg-li:hover .sshg-li-nr em{color: #FFFF00;}
		.slideBox .bd li .sshg-li:hover .sshg-li-pic {transform: rotate(360deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);}

.Pic{
	margin-top: 80px;
}
.Pic-l{
	width: 660px;
	height: 496px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.Pic-l img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.Pic-l-bg{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #142c6b;
	opacity: 0.45;
	filter: alpha(opacity=45);
}
.Pic-l-l{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 1px;
	height: 396px;
	background: #fff;
}
.Pic-l-r{
	position: absolute;
	top: 50px;
	right: 50px;
	width: 1px;
	height: 396px;
	background: #fff;
}
.Pic-l-t{
	position: absolute;
	top: 50px;
	left: 50px;
	width: 560px;
	height: 1px;
	background: #fff;
}
.Pic-l-d{
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 560px;
	height: 1px;
	background: #fff;
}
.Pic-l h2{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -64px;
	margin-top: -20px;
	font-size: 30px;
	color: #fff;
}
.Pic-more{
	width: 136px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 305px;
	left: 50%;
	margin-left: -68px;
	font-size: 15px;
}
.Pic-more a{
	display: block;
	width: 100%;
	height: 100%;
	background: #e69b18;
	color: #fff;
}
.Pic-l:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.Pic-r{
	width: 740px;
}
.Pic-r ul li{
	float: left;
	margin-left: 20px;
}
.Pic-r ul li.mt20{
	margin-top: 20px;
}
.Pic-r ul li a{
	display: block;
	width: 350px;
	height: 238px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.Pic-r ul li img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.Pic-r ul li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: url(../img/pic-r-bg.png) no-repeat center;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 110px;
}
.Pic-r ul li a:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.picMarquee-left{ width:1400px; overflow:hidden; position:relative; margin-top: 80px;}
		.picMarquee-left .bd{width: 1440px; margin-left: -20px; margin-right: -20px; }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 20px; float:left; _display:inline; overflow:hidden; text-align:center; }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:320px; height:150px; display:block;}

.foot-bg{
	width: 100%;
	height: 182px;
	background: #383d4d;
	margin-top: 80px;
}
.foot{
	background: url(../img/foot-logo.png) no-repeat center;
	color: #fff;
}
.foot-dz{
	margin-top: 45px;
}
.foot-dz p{
	font-size: 12px;
	line-height: 36px;
}
.foot-lj{
	width: 500px;
	height: 32px;
	
	margin-top: 45px;
}
.foot-lj a{
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
}
.foot-lj img{
	width: 152px;
	height: 100%;
}
.foot .wx{
	margin-top: 30px;
}
.foot .wx ul li{
	float: left;
	width: 180px;
	text-align: center;
}
.foot .wx ul li img{
	display: block;
	width: 106px;
	height: 98px;
	margin: 0 auto;
}
.foot .wx ul li p{
	font-size: 12px;
	margin-top: 20px;
}
.foot-bq{
	width: 100%;
	background: #282c3a;
	text-align: center;
        padding-top:15px;
        padding-bottom:15px;
}
.foot-bq p{
	font-size: 12px;
	color: #fff;line-height:30px;
}

.slideBox2{ width:1400px; height:116px; overflow:hidden; position:relative; margin-top: 50px;}
		.slideBox2 .hd{ height:10px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox2 .hd ul li{ float:left; margin-right:5px; width:10px; height:10px; text-indent: -999999px; background:#fff; cursor:pointer; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; opacity: 0.5; filter: alpha(opacity=50); }
		.slideBox2 .hd ul li.on{ background:#fff; opacity: 1; filter: alpha(opacity=100); }
		.slideBox2 .bd{ position:relative; height:100%; z-index:0;  }
		.slideBox2 .bd li{ zoom:1; vertical-align:middle; }
		.slideBox2 .bd img{ width:1400px; height:116px; display:block;  }

/*top吸顶样式*/
.yc-xd{
	height: auto;
	background: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
	position: fixed;
	top: -100%;
	z-index: 999;
	color: #333;
}
.current{top: 0;}
.yc-xd .header-w{
	width: 100%;
	height: 40px;
	background: #18327F;
}
.yc-xd .top-r-s{
	height: 40px;
	line-height: 40px;
	background: #18327f;
	color: #fff;
}
.yc-xd .top-r-s a{
	color: #fff;
}
.yc-xd .top-r-s .top-lj{
	margin-top: 5px;
}
.yc-xd .top-r-s .search-z{
	height: 40px;
}
.yc-xd .top-r-s .search{
	margin-top: 5px;
}
.yc-xd .top-r-s .search-z button{
	margin-top: 8px;
}
.yc-xd .top{
	height: 90px;
}
.yc-xd .top .logo{
	margin-top: 14px;
}
.yc-xd .top .top-r{
	margin-top: 0;
}
.yc-xd .top .navBar{
	margin-top: 25px;
}
.yc-xd .nav a{
	color: #333;
}
.yc-xd .nav a:hover{
	color: #18327F;
	font-weight: bold;
}
.yc-xd .logo img{width:auto;}


/*以下是列表页样式*/
.zy-header{
	width: 100%;
	height: 56px;
	background: #18327F;
}
.zy-header .search-z{
	margin-top: 14px;
}
.zy-header .top-lj{
	margin-top:8px;
}
.zy-top{
	width: 100%;
	height: 140px;
	background: #fff;
}
.zy-top .logo{
	margin-top: 31px;
}
.zy-top .nav a{
	color: #18327F;
}
.zy-top .top-r{
	margin-top: 0;
}
.zy-top .navBar{
	margin-top: 50px;
}
.zy-top .sub .sub-bg{border:1px solid #18327F; /*padding: 23px;*/}
.zy-top .nav li i{
	background: #18327F;
}
.zy-top .nav .sub li{
}
.zy-top .nav .sub li a{
	color: #333;
}
.zy-top .nav .sub li a:hover{
	background: #18327F;
	color: #fff;
}
.zy-top .nav li .sub em{
	background: url(../img/navsub-sj2.png) no-repeat;
}
.zy-top .logo img{width:290px;}
.zy-top .nav .m{margin:0 16px;}
.zy-top .navBar{height:40px; line-height:40px;}
.zy-top .nav .sub{top:40px;}
.zy-top .top i{top:38px;}
.zibanner{
	display: block;
	width: 100%;
	height: 400px;
	margin: 0 auto;
}
.box-zt{
	min-height: 600px;
}
.zy-box{
	
}
.zy-box .place{
	height: 70px;
	line-height: 70px;
}
.zy-box .place p{
	float: right;
	background: url(../img/place.png) no-repeat left center;
	padding-left: 31px;
}
.zy-box .place p a:hover{
	color: #18327F;
}

/*列表页左侧*/
.zy-box-l{
	width: 342px;
    margin-top: 30px;
}
.menu{
    width: 100%;
    background: url(../img/menu-bg.jpg) repeat-y left top;
}
.menu h2{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: url(../img/menu-h2.jpg) no-repeat;
	color: #fff;
}
.menu h2 p{
	height: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.menu ul li{
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	margin-top: 3px;
}
.menu ul li a{
	display: block;
	height: 100%;
	background: #e7e8ec;
	border-left:10px solid #18327f;
}
.menu ul li a:hover{
	color: #18327F;
	border-left:10px solid #e59b18;
}
.menu ul li.on a{
	color: #18327F;
	border-left:10px solid #e59b18;
}
.xglj{
	width: 100%;
	margin-top: 36px;
	background: url(../img/xglj-bg.jpg) repeat-y;
        display:none;
}
.xglj h2{
	width: 100%;
	height: 54px;
	line-height: 54px;
	border-top: 8px solid #18327F;
	border-bottom: 1px solid #e4e5e8;
	text-align: center;
	font-size: 18px;
}
.xglj ul{
	padding: 20px;
}
.xglj ul li{
	float: left;
	width: 50%;
	line-height: 48px;
	font-size: 16px;
	
}
.xglj ul li a{
	display: block;
	background: url(../img/icon-sjt.png) no-repeat left center;
	padding-left: 22px;
	margin: 0 10px;
}
.xglj ul li a:hover{
	color: #18327F;
}

/*列表页右侧*/
.zy-box-r{
    width: 1000px;
    margin-top: 30px;
}
.zy-box-bt{
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #e5e5e5;
}
.zy-box-r .zy-box-lm{
	font-size: 24px;
	font-weight: bold;
	color: #18327F;
}
.list_box ul{
	margin-top: 20px;
}
.list_box ul li{
        height:58px;
	line-height: 58px;
	font-size: 15px;
	background: url(../img/icon-l.jpg) no-repeat left center;
	padding-left: 20px;
}
.list_box ul li em{
	float: right;
}
.list_box ul li a{
	display: block;
}
.list_box ul li a:hover{
	color: #18327F;
}
/*内容页*/
.zy-box-r .main_content{
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 2.0;
}
.zy-box-r .main_content .title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 1.7;
    margin-top: 30px;
    height: auto;
    border: 0;
}
.zy-box-r .main_content .Subtitle{
    text-align: center;
    font-size: 12px;
    color: #333333;
    line-height: 2.5;
    background: #f5f5f5;
    margin-top: 10px;
}
.zy-box-r .main_content .dpzw{
    font-size: 15px;
    color: #333333;
    line-height: 3;
    margin-top: 15px;
    border-bottom: 1px #cccccc dashed;
    padding-bottom: 30px;
}
.zy-box-r .main_content .dpzw p{
	font-size: 15px;
    text-indent: 2em;
}
.zy-box-r .main_content .page_box{
    margin-top: 20px;
}
.zy-box-r .main_content .page_box a{
    color: #666;
    line-height: 20px;
}
.zy-box-r .main_content .page_box a:hover{
    color: #18327F;
}

/*图片列表页*/
.pic_list{
	margin-top: 20px;
}
.pic_list ul{
	padding: 10px 0;
}
.pic_list ul li{
	float: left;
	width: 33.333333%;
}
.pic_list ul li a{
	display: block;
	padding: 10px 15px;
}
.pic_list ul li a:hover{
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(212, 211, 211, 0.58);
}
.pic_list ul li a img{
	width: 100%;
	height: 200px;
}
.pic_list ul li p{
	text-align: center;
	line-height: 40px;
}
.pic_list ul li a:hover p{
	font-weight: bold;
	color: #204BB0;
}
/*机构设置*/
.jgsz dt{
	width: 202px;
	height: 42px;
	background: url(../img/dzjg-bt.png) no-repeat;
	line-height: 42px;
	padding-left: 35px;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}
.jgsz dl > div{
	width: 1040px;
	margin-left: -20px;
	margin-right: -20px;
}
.jgsz dd{
	float: left;
	width: 46%;
	margin: 20px 2% 0 2%;
	/*margin-top: 20px;*/
	height: 36px;
	line-height: 36px;
	background: #f7f7f7;
	font-size: 15px;
}
.jgsz dd a{
	display: block;
	padding: 0 20px;
	background: url(../img/icon-jg.png) no-repeat 15px center;
	padding-left: 30px;
}
.jgsz dd a:hover{
	color: #18327F;
}
/*现任领导*/
.xrld ul{
	float: left;
	width: 45%;
	margin-left: 3%;
	margin-top: 20px;
}
.xrld ul.xrld-ul1{
	
}
.xrld ul li{
	line-height: 50px;
	font-size: 15px;
	margin-top: 20px;
        background:#f5f5f5;
}
.xrld ul li em{
	display: block;
	float: left;
	width: 110px;
        padding-left:10px;
	font-size: 16px;
	font-weight: bold;
	color: #18327F;
}
.xrld ul li .xrld-li{
	float: left;
        width:280px;
}
.xrld ul li .xrld-li a{
	display: inline-block;
	padding:0 10px;
	font-size: 15px;
}
.xrld ul li .xrld-li a:hover{
	color: #18327F;
}



/*主页样式*/
@media screen and (max-width: 1830px) {
	.news-bbg{
		width: 100%;  
		background: url(../img/b-bg.png) repeat;
	}
}

.xg-nr-l{width:1000px;}
.xg-nr-r{width:360px; margin-top:30px;}
.xg-nr-r h2{width:100%; height:44px; line-height:44px; text-align:center; font-size:22px; background:#f2f1f1;}
.xg-nr-r ul li{height:62px; padding:20px 0; border-bottom:1px solid #e4e4e4;transition: all 0.3s;}
.xg-nr-r .xg-nr-sj{float:left;width:60px;border:1px solid #18327F;}
.xg-nr-r .xg-nr-sj p{width:100%; height:36px; line-height:36px; font-size:20px; color: #18327F; text-align:center;}
.xg-nr-r .xg-nr-sj span{display:block; width:100%; height:24px; line-height:24px; font-size:12px; text-align:center;}
.xg-nr-r ul li h3{padding-left:20px; line-height:31px; font-size:15px; height:62px; overflow:hidden;}
.xg-nr-r ul li:hover{box-shadow: 0px 3px 6.3px 0.7px rgba(0, 0, 0, 0.35); padding:20px 10px;}
.xg-nr-r ul li:hover h3 a{color: #18327F;}



.sysearch{
    width: 224px;
    height: 30px;
    background: #7b8fc9;
    border-radius: 20px;
    margin-top: 42.5px;
}
.sysearch input[type="text"]{
    width: 170px;
    float: left;
    height: 30px;
    line-height: 30px;
    background: none;
    margin-left: 14px;
    font-size: 12px;
    border: 0;
    color:#fff;
}
.sysearch input[type="submit"]{
    width: 17px;
    height: 17px;
    float: right;
    background: url(../img/fdjj.png) no-repeat center;
    margin: 7.5px 12px 0 0;
    border: 0;
    cursor: pointer;
}
input::-webkit-input-placeholder {
        color: #173177;
      }
      input::-moz-input-placeholder {
        color: #173177;
      }
      input::-ms-input-placeholder {
        color: #173177;
      }








.link111{float:left;width:268px;margin-left:80px;}
.link111 ul li{float:left;;width:268px;height:36px;}
.link111 ul li a{color:#fff;}