	/*-----------main-----------*/

	/*top*/

	.top {
		z-index: 2;
		
	}
	/*banner*/

	.banner {
		z-index: 1;
	}
	.banner img {
		width: 100%;
	}

	.banner_bg .slick-slider {
		height: 100%;
	}

	.banner_bg .item {
		outline: 0;
		position: relative;
		background-position: center center;
		background-repeat: no-repeat;
		-o-background-size: cover;
		-ms-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.ban .item a, .banner_bg .item a {
		display: block;
		height: 100%;
	}

	/**logo**/

	.logo {
		width: 295px;
                position: absolute;
                z-index: 3;
                top: 5%;
                left: 5%;
	}
	.logo img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	/*nav*/

	.nav_bg {
		width: 100%;
		position: absolute;
		bottom: 0;
		z-index: 3;
                background: #880000;
	}
	.nav {
		height: 70px;
		
	}
	.top_box {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	.top .nav ul>li {
		line-height: 70px;
		height: 70px;
		position: relative;
		text-align: center;
	}

	.top .nav ul>li>a {
		display: inline-block;
		font-size:2rem;
		color: #fff;
		padding: 0 10px;
	}

	.top .nav ol {
		position: absolute;
		left: 0;
		top: 97px;
		width: 200px;
		background: #8f0607
	}
	.top .nav ol:before {
		width: 17px;
		height: 6px;
		position: absolute;
		left: 50%;
		margin-left: -8px;
		top: -33px;
	}
	.top .nav ol>li {
		font-size: 1.6rem;
		color: #fff;
		line-height: 45px;
		text-align: center;

	}
	.top .nav ol>li:nth-of-type(n+2) {
		color: #fff;
		border-top: solid 1px #fff;
		line-height: 45px;
	}
	.top .nav ol>li>a {
		color: #fff;
	}
	.top .nav_media {
		float: right;
	}
	.top .btn_media {
		float: right;
	}

	.sp_header {
		height: 50px;
		overflow: hidden;
		position: relative;
		top: -9px;
		z-index: 10;
		right: 20px;
	}

	.sp_nav {
		float: right;
			position: relative;
		z-index: 10;
		top: -9px;
		cursor: pointer;
		margin-top: 15px
	}

	.nav_Ul {
		position: absolute;
		z-index: 9;
		background: #8f000b;
		width: 60%;
		font-size: 14px;
		line-height: 40px;
		top: -1000px;
		right: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
	}
	.nav_show {
		top: 49px;
	}
	.nav_Ul>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}
	.nav_Ul>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px)
	}
	.nav_Ul>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}
	.nav_Ul>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999;
	}
	.nav_Ul ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #fc751b30  solid;
		height: 30px;
		padding: 0px 7px 0 7px;
	}
	.nav_Ul ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}
	.nav_Ul ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}
	.nav_Ul ul li {
		border-top: 1px #fc751b30 solid;
		margin-left: 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}
	.nav_Ul>ul >li:last-child {
		border-bottom: 1px #ddd solid;
	}
	.nav_Ul ul li ul {
		display: none
	}
	.nav_Ul ul li a {
		color: #fff;
		width: 80%
	}
	.nav_Ul ul li ul li a {
		color:#fff;
		display: block;
		text-align: left;
	}
	.nav_Ul ul li ul li ul li a {
		color:#999;
	}
	.nav_Ul ul li i svg {
		width: 20px;
		height: 20px;
		fill: #fff;
	}
	.nav_Ul ul li .sjj_nav_i_se svg {
		fill: #fc751b30;
	}
	.nav_Ul ul li ul li>ul {
		margin-left: 10px
	}
	.top .nav_media .search_box {
		margin-right: 3vw;
	}

	/*忙鈥扳�姑ε撀�*/
	#hd-m {
		position: fixed;
	width:20%;
		/*left: 0;*/
		right: 0;
		top: 0;
		z-index: 9999;
		height: 60px;
		line-height: 60px;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
		background: rgba(255, 255, 255, 0.5);
		display: none;
	}


	#hd-m.bg {
		background: rgba(0, 0, 0, .6);
	}

	#hd-m .inner {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		bottom: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#hd-m .inner .bg {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
		background: rgb(255 255 255);
	}

	#hd-m .so-Box {
		float: right;
		position: relative;
		height: 60px;
		width: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 20px;
	}

	#hd-m .so-Box.open {
		width: 100%;
	}

	#hd-m .so-Box .close {
		display: block;
		width: 45px;
		height: 60px;
		background: url(../images/icon-close2.png) no-repeat center center;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}

	#hd-m .so-Box.open .close {
		display: block;
	}

	#hd-m .so-Box.open {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 2000;
		padding: 0 45px;
		background: #fff;
	}

	#hd-m .so-Box input[type="text"] {
		display: block;
		width: 100%;
		height: 60px;
		border: none;
		background: none;
		border-left: 1px #f3f2f2 solid;
		font-size: 14px;
		color: #333;
		line-height: 60px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 15px;
		display: none;
	}

	#hd-m .so-Box.open input[type="text"] {
		display: block;
	}

	#hd-m .so-Box input[type="submit"], #hd-m .so-Box .btn {
		display: block;
		width: 40px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		border: none;
		background: url(../images/icon-so2.png) no-repeat center center;
	}


	#hd-m .so-Box input[type="submit"] {
		display: none;
		background-image: url(../images/icon-so2.png);
	}

	#hd-m .so-Box.open input[type="submit"] {
		display: block;
	}

	#hd-m .so-Box.open .btn {
		display: none;
	}

	#hd-m .nav {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		width: 100%;
		background: #fff;
		padding-top: 60px;
	}

	.menuBtn {
		position: fixed;
		z-index: 20;
		display: none;
		right: 10px;
		width: 30px;
		padding: 12px 0 7px 0;
		cursor: pointer;
		top: 6px;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
	}

	.menuBtn b {
		display: block;
		height: 3px;
		background-color: #a10000;
		margin: 3px 0 5px;
		border-radius: 2px;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
	}

	.menuBtn.open {
		top: 21px;
	}

	.menuBtn.open b {
		display: none;
		margin: 0;
		position: absolute;
		left: 0px;
		top: 105%;
		width: 30px;
	}

	.menuBtn.open b:first-child {
		display: block;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}

	.menuBtn.open b:last-child {
		display: block;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}

	#hd-m .nav {
		float: right;
		line-height: 100px;
		height: 100px;
		margin-right: -22px;
	}

	#hd-m .nav li {
		float: left;
		font-size: 18px;
		position: relative;
		z-index: 999;
	}

	#hd-m .nav .v1 {
		display: block;
		color: #4d4f51;
		text-align: center;
		padding: 0 20px;
	}

	#hd-m .nav .v1:hover, #hd-m .nav li.on .v1 {
		color: #a10000;
	}

	#hd-m .nav .subBox {
		position: absolute;
		left: 0;
		top: 100%;
		width: 145px;
		font-size: 14px;
		display: none;
	}

	#hd-m .nav .subBox dl {
		padding: 12px 0 14px;
		border-top: 1px rgba(255, 255, 255, .2) solid;
		border-bottom: 1px rgba(255, 255, 255, .2) solid;
	}

	#hd-m .nav .subBox dd {
		overflow: hidden;
		position: relative;
	}

	#hd-m .nav .subBox dd:hover {
		overflow: visible;
	}

	#hd-m .nav .subBox .v2 {
		display: block;
		line-height: 20px;
		padding: 8px 22px;
		color: #fff;
		position: relative;
		overflow: hidden;
	}

	#hd-m .nav .subBox .v2 i {
		display: block;
		position: absolute;
		width: 5px;
		height: 9px;
		top: 50%;
		margin-top: -4px;
		right: -120%;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
	}

	#hd-m .nav .subBox a:hover {
		color: #c50000;
	}

	#hd-m .nav .subBox a:hover i {
		right: 10px;
	}


	#hd-m .nav .subBox2 {
		position: absolute;
		left: 100%;
		top: 30px;
		width: 100%;
		min-height: 200px;
		padding: 12px 0 14px;
		display: none;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
		border-top: 1px rgba(255, 255, 255, .2) solid;
		border-bottom: 1px rgba(255, 255, 255, .2) solid;
	}

	#hd-m .nav li.last .subBox2 {
		left: auto;
		right: 100%;
	}

	#hd-m .nav .subBox dd:hover .subBox2 {
		top: 0;
		display: block;
	}

	#hd-m .nav .subBox2 a {
		display: block;
		font-size: 12px;
		line-height: 24px;
		color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 6px 5px 6px 20px;
	}

	#hd-m .nav li .first-level,
	#hd-m .nav li .second-level {
		display: block;
		position: absolute;
		right: 0;
		top: 7px;
		background-position: center center;
		background-repeat: no-repeat;
	}

	#hd-m .nav li .first-level {
		width: 40px;
		height: 36px;
		background-image: url(../images/icon-arrow1.png);
	}

	#hd-m .nav li .second-level {
		width: 40px;
		height: 28px;
		background-image: url(../images/icon-on.png);
	}

	#hd-m .nav li .first-level em,
	#hd-m .nav li .second-level em {
		display: block;
		width: 1px;
		background: #ccc;
		opacity: 0;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	}

	#hd-m .nav li .first-level em {
		height: 25px;
		margin-top: 5px;
	}

	#hd-m .nav li .second-level em {
		height: 20px;
		margin-top: 4px;
	}

	#hd-m .nav li .first-level.on em, #hd-m .nav .second-level.on em {
		opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	}

	#hd-m .nav li .v1-open + .first-level {
		background-image: url(../images/icon-arrow2.png);
	}

	#hd-m .nav li .v2.open + .second-level {
		background-image: url(../images/icon-off.png);
	}



	/**notice**/

	.notice{
		margin-top: 30px;
		}
	.com_head {
		background: url(../images/title_bg.png) no-repeat left bottom;
		background-size: cover;
		padding-left: 70px;
		margin-bottom: 23px;
		line-height: 6rem;
	}

	.notice .tab_btn{
		
		
	}
	.notice .tab_btn a{
			color: #870304;
			font-size: 3.8rem;
			height: 83px;
			line-height: 83px;
			margin-right: 46px;
		display: block;
		font-weight: bold;
	}

	.notice .tab_btn a.on{

		border-bottom: solid 4px #8f0607;
	}
	.notice_list .more{
		position: absolute;
		right: 8px;
		top: 18px;
	}
	.notice_list{
		width: 40%;
	}
	.focus{
		width: 50%;
	}
	.focus .txt_bg{
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 48px;
		line-height: 48px;
		background: #000;
		opacity: 0.7;
		
	}
	.focus .txt_bg a{
		padding: 0 128px;
		font-size: 1.6rem;
		color: #fff;
	}
	.notice_list ul li {
		width: 48%;
                margin-left: 20px;
                float: left;
		padding: 16px 0;
		border-bottom: 1px dashed #d2d2d2;
	}
	.notice_list .name {
		background: url(../images/index_li.png) no-repeat center left;
		font-size: 2rem;
		color: #333;
		padding-left: 20px;
                width: 80%;
	}
	.notice_list .day {
		display: block;
		font-size: 1.4rem;
		color: #a9a8a8;
		margin: 6px 0;
		padding-left: 20px;
	}

	.notice_list .info {
		font-size: 1.6rem;
		color: #333333;
		line-height: 24px;
		padding-left: 20px;
	}
	.focus{
		width: 55%;
	}

	/*sjjs*/

	.sjjs{
		margin-top: 30px;
	}
	.com_head .title{
		color: #870304;
		font-size: 3.8rem;
		font-weight: bold;
		margin-right: 46px;
		display: inline-block;
		cursor: pointer;
	}
	.com_head .more{
		padding-right: 8px;
	}
	.sjjs_l,.sjjs_r{
		width: 48%;
	}
	.sjjs_l ul li{
		margin-bottom: 40px;
	}

	.img_box {
		width: 247px;
		height: 159px;
		overflow: hidden;
	}
	.change_img {
		width: 100%;
		transition: 0.3s;
		cursor: pointer;
	}
	.img_box:hover .change_img {
		transform: scale(1.1);
	}
	.text{
		width: 310px;
	}
	.text .name{
		color: #f58703;
		font-size: 2rem;
	}

	.text .line{
		width: 44px;
		height: 3px;
		background: #af3137;
		display: block;
		margin: 16px 0 12px;
	}
	.text .info{
	  font-size: 1.4rem;
	  line-height: 24px;
	}
	.text .day{
		display: block;
		margin-top: 10px;
		color: #cdcbcb;
	}
	.sjjs_list li{
		line-height: 30px;
		margin-bottom: 12px;
		background: url(../images/index_li.png) no-repeat center left;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.sjjs_list li span{
		color: #a9a8a8;
	}


	/*qwjd*/

	.qwjd {
		margin-top: 34px;
	}
	.qwjd_cont ul li{
		width: 32%;
		height: 300px;
		background: url(../images/qwjd_bg.png) no-repeat center;
		background-size: 100% 100%;
		padding: 26px 23px 42px 20px;
		margin: 0 24px 24px 0;
	}

	.tit {
		margin-bottom: 22px;
	}
	.tit .time{
		width: 76px;
		height: 74px;
		background: #870304;
		color: #fff;
		padding-top: 6px;
		text-align: center;
	}
	.tit .time .days{
		display: block;
		font-size: 3rem;
	}
	.tit .time .year{
		display: block;
		font-size: 1.4rem;
		line-height: 28px;
	}
	.tit .txt{
		width: 70%;
		margin-top: 10px;
	}
	.tit .txt a{
		font-size: 1.8rem;
		color: #870304;
		line-height: 30px;
	}

	.qwjd_cont p{
		font-size: 1.6rem;
		line-height: 30px;
	}
	.qwjd_cont .more{
		color: #575756;
		margin-top: 35px;
		display: block;
	}
	.qwjd_cont .more:hover{
		color: #000;
	}

	/*tpbd*/

	.tpbd {
		margin-top: 8px;
	}
	.pic ul li {
		width: 280px;
		height: 228px;
		margin-right:26px;
		cursor: pointer;
		transition: 0.3s;
	}
	.pic_txt {
		width: 100%;
		height: 43px;
		background: #b12325 url(../images/icon.png) no-repeat center left;
		line-height: 43px;
		color: #fff;
		padding-left: 40px;
		text-align: center;
	}
	.pic_txt a{
		color: #fff;
		font-size: 16px;
	}

	.pic_box {
		width: 280px;
		height: 185px;
		overflow: hidden;
	}

	.pic_box:hover .change_img {
		transform: scale(1.1);
	}

	/*row*/

	.row {
		margin-top: 32px;
	}
	.dzdg,.xljh{
		width: 48%;
	}
	.row .com_head{
		background: url(../images/title_bg02.png) no-repeat center;
		background-size: 100% 100%;
	}

	.row_list li{
		line-height: 30px;
		margin-bottom: 12px;
		background: url(../images/index_li.png) no-repeat center left;
		padding-left: 16px;
		font-size: 1.6rem;
	}
	.row_list li span{
		color: #a9a8a8;
	}


	/*links*/

	.links{
		margin-top: 20px;
		background:#efefef ;
		padding: 9px 0;
	}
	.frendlinks li{
		color: #880000;
		font-size: 1.6rem;
	}
	.frendlinks li a{
		color: #333333;
		margin: 0 10px;
	}

	.search {
		width: 312px;
		height: 33px;
		line-height: 33px;
		background: url(../images/search_bg.png) no-repeat center;
		background-size: cover;
	}
	.search input{
		border: none;
		background: none;
	height: 33px;
	}
	.search .text{
		width: 248px;
		padding-left: 10px;
		color: #666;
		line-height: 33px;
	}
	.search .submit{
		width: 53px;
		height: 31px;
		background: #b90000;
		color: #fff;
		margin: 1px 1px 0 0;
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}

	/*foot*/

	.foot_bg {
		background: #880000;
		color: #FFF;
		padding: 30px 0 30px;
	}

	.foot_box {
		width: 1200px;
		position: relative;
		margin: 0 auto;
	}
	.foot_bg .contact{
		/*margin-left: 12%;*/
	}
	.foot_bg .contact p {
		font-size: 1.6rem;
		line-height: 28px;
	}

	/*subMain*/

	.subMain{
		margin: 60px auto;
	}
	.subMain .com_head01{
		height: 128px;
		border-bottom: none;
		margin-bottom: 0;
		font-weight: bold;
	}
	.subMain .com_head01 .txt span {
		display: block;
		font-size: 30px;
		color: #fff;
		line-height: 126px;
		text-align: center;
	}
	.subMain .aside {
		width: 20%;
		height: 500px;
		background: #880000;
		padding: 0 15px;
	}
	.subMain .aside ul {
		border-top: solid 1px #fff;
	}
	.subMain .aside ul li a{
		display: block;
		width: 100%;
		height: 54px;
		line-height: 54px;
		color: #fff;
		border-bottom: solid 1px #fff;
		padding-left: 62px;

	}

	.subMain .aside ul li.on a{
		background: #fff;
		color: #880000;
	}
	.subMain .aside_media {
		width: 148px;
		height: 90px;
		background: #999;
		padding: 0 15px;
		position:relative;
		margin-top:-128px;
		z-index:2 ;
	}
	/**subSection**/

	.subSection_box{
		width: 70%;
		min-height: 500px;
	}

	.subSection_box .com_head01 {
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #999;
	}

	.contents {
		margin-top: 20px;
	}
	.contents h1 {
		font-weight: normal;
		line-height: 6rem;
		font-size: 2.4rem;
		color: #666;
		text-align: center;
	}
	.contents .zhengwen {
		padding: 10px 0;
	}

	.contents .zhengwen p {
		font-size: 1.6rem;
		text-indent: 2em;
		line-height: 2;
		color: #333;
	}
	.contents .zhengwen p img{
		/*width: 50%;*/
		margin: 5px 0;
	}

	.mainlist ul li{
		margin-top: 20px;
		background: url(../images/index_li.png) no-repeat center left;
		padding-left: 15px;
	}


	.mainlist .list_txt a{
		font-size: 1.6rem;
		color: #333;
		width: 77%;
		display: inline-block;
	}

	.mainlist .list_txt .dates{
		font-size: 1.4rem;
		color: #666;
		display: inline-block;
		width: 22%;
	}