/*手机端导航*/
.mheader{
	display: none;
}
.mobile {
	width: 100%;
	position: absolute;
	display: none;
	top: 0px;
	right: 0;
	z-index: 99991
}

.mobile_title {
	width: 100%;
	float: left;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.mobile_title a {
	float: left;
	margin-left: 10px;
	color: #fff;
	line-height: 31px;
	height: 31px;
}

.mobile-inner-header {
	width: auto;
	height: 42px;
	position: absolute;
	top: 28px;
	right: 15px;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	float: right;
	width: 32px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background: #fff;
	z-index: 9999;
}

.mobile-inner-header-icon-out span {
	width: 24px;
	height: 2px;
	background-color: #000;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.mobile-inner-header-icon-click {
	background: none;
	margin-top: 10px;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	height: 100vh;
	background-color: rgba(28, 28, 28, 0.9);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	padding-top: 50px;
	padding-bottom: 25px;
	display: none;
	z-index: 999;
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	border-bottom: solid 1px #444;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav li {
	position: relative;
	padding: 0 20px;
}

.mobile-inner-nav li a {
	text-indent: 0;
}

.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 1.6em;
	font-weight: normal;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	color: #fff;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


.mobile_subNav {
	display: none;
	padding-left: 10px;
}

.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: dotted 1px rgb(105, 106, 106);
	font-size: .8rem;
	color: #c4c4c4;
}

.mobile_search {
	clear: both;
	position: relative;
	height: 36px;
	margin: 10px 30px 0;
	border: 1px solid #747474;
	border-radius: 30px;
	overflow: hidden;
}

.mobile_search input[type='text'] {
	width: 79%;
	color: #d9d9d9;
	margin-left: 15px;
	border: none;
	height: 34px;
	background: none;
}

.mobile_search .notxt1 {
	width: 45px;
	height: 36px;
	color: #fff;
	right: 0;
	position: absolute;
	top: 0;
	left: auto;
	background: url(../images/search.png) no-repeat center !important;
	border: none;
}



@keyframes rotate {
	from {
		transform: rotateX(90deg) translateY(0%);
		top: 43px;
	}

	to {
		transform: rotateX(0deg) translateY(0%);
		top: 43px;
	}
}





@media screen and (max-width: 1200px) {
	body {
		min-width: auto;
	}
	.header{display: none;}
	.mheader {
		display: block;
		background: url(../images/headerbg.jpg) no-repeat center bottom;
		background-size: cover;
		padding:15px 25px;
	}
	.mobile{
		display: block;
	}
	.container{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

   .slideBox .bd img{
	   display:inline-block;
	   height: 500px;
	   width: 100%;
	}
	.title {
	    height: 40px;
	    line-height: 30px;
	    margin: 20px 0;
	}
	.title h2::after{
		width: 3px;
		height: 40px;
	}
	.title h2{
		font-size: 20px; line-height: 1.1;
	}
	.title h2 span{
		margin-top: -2px;
	}
	.title .rt{
		background-size: 16px;
	}
	.notice{
		width: 48%;
	}
	.notice li p{
		margin-left: 65px;
	}
	.news{
		width: 49%;
	}
	.news .picScroll-left{
		display: none;
	}
	.news .xyxw-content{
		width: 100%;
	}
	.picMarquee-left .bd ul li{
	    float:left;
	    width: 240px;
	    margin-right:20px;
	    _display:inline;
	    overflow:hidden;
	    text-align:center;
	}
	.picMarquee-left .bd ul li .pic{
	    width:240px;
	    height:200px;
	    overflow: hidden;
	}
	.picMarquee-left .bd ul li .pic img{
	    display: inline-block;
	    width:240px;
	    height:200px;
	    transition: .3s;
	    border-radius: 8px;
	}
	.footer{
		font-size: 13px
	}
	.link li{
		width: 33%;
	}
	.column_mainContent{
		width: auto;
		padding: 0 15px;
	}
	.column_content .left_nav{
		width: 200px;
	}
	.column_content .left_nav>div:first-child{
		height: 50px;
	}
	.column_content .left_nav>div:first-child h3{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		margin-left: 20px;
	}
	.column_content .left_nav li a,.column_content .left_nav li{
		font-size: 15px;
		height: 40px;
		line-height: 40px;
	}
	.column_content .left_nav li a{
		margin-left: 20px;
	}
	.column_content .right_content{
		width:780px;
	}
	.column_mainContent .position{
		padding: 0;
	}
	.right_content .column_list{
		width: 780px;
	}
	.right_content .column_list ul.leader_show li div{
		width: 68%;
	}
	
	
}

@media screen and (max-width:800px) {
	
	.slideBox .bd img{
		   display:inline-block;
		   height: 400px;
		   width: 100%;
		}
	.column_content .right_content{
		width: 520px;
	}
	.column_mainContent .position{
		padding: 0;
	}
	.right_content .column_list{
		width: 520px;
	}
	.right_content .column_list ul.leader_show li div{
		width: 68%;
	}
}

@media screen and (max-width:600px) {
	body {
		font-size: 14px;
	}
	.mheader{
		padding: 15px;
	}
	.mheader .logo img{
		width: 80%;
	}
	.mobile-inner-header{
		top:18px;
	}
	.slideBox .bd img{
	   display:inline-block;
	   height: 200px;
	   width: 100%;
	}
	.slideBox .hd ul li{
		width: 10px;
		height: 10px;
		margin: 0 3px;
	}
	.news,.notice{
		width: 100%;
	}
	.title{
		margin: 20px 0 15px;
	}
	.picMarquee-left .bd ul li{
	    float:left;
	    width: 200px;
	    margin-right:20px;
	    _display:inline;
	    overflow:hidden;
	    text-align:center;
	}
	.picMarquee-left .bd ul li .pic{
	    width:200px;
	    height:180px;
	    overflow: hidden;
	}
	.picMarquee-left .bd ul li .pic img{
	    display: inline-block;
	    width:200px;
	    height:180px;
	    transition: .3s;
	    border-radius: 8px;
	}
	
	.title h2 span::before{
		width: 6px;
		height: 6px;
	}
	.notice li .date h1{
		font-size: 20px
	}
	.link li{
		width: 58%;
		height:30px;
		padding-right: 10px;
		padding-top: 6px;
		overflow: hidden;
	}
	.link li:nth-child(2n){
		width: 42%;
	}
	.footer .code{
		position: relative;
	}
	.column_mainBody{
		padding: 20px 0;
	}
	.column_content{
		display: flex;
		flex-wrap: wrap;
		 flex-direction: column-reverse;;
	}
	.column_content .left_nav{
		width: 100%;
	}
	.column_content .left_nav>div:first-child{
		height: 50px;
	}
	.column_content .right_content{
		width: 100%;
		float: none;
	}
	
	.right_content .column_list{
		width:100%;
	}
	.right_content .column_list ul.leader_show li{
		padding: 15px 0;height: auto;clear: both;
    overflow: hidden;
	}
	.right_content .column_list ul.leader_show li div{
		width: 68%;
		height: auto;
	}
	.right_content .column_list ul.leader_show li p{
		height: 20px;
	}
	.right_content .column_list ul.leader_show li img{
		width: 100px;
		height: 150px;
		object-fit: cover;
	}
	.column_list ul.leader_show li div h4{
		font-size: 14px;
		line-height: 22px;
		height: 66px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.right_content .column_list ul.list_info li span{
		font-size: 14px;color: #888;
	}
	.right_content .column_list ul.list_info li a{
		margin-left: 20px;
		width: 68%;
	}
	.column_list .detail_content .detail_contentInfo table{
		max-width: 80%;
	}
}

@media screen and (max-width:400px) {
	.container{
			width: 100%;
			padding: 0 15px;
			box-sizing: border-box;
		}
	
	.slideBox .bd img{
		   display:inline-block;
		   height: 220px;
		   width: 100%;
		}
}
