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

.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: 20px;
	right: 5px;
}

.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: #444;
	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: 1.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: 1rem;
	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:1440px) {
	.header{
		padding:20px 20px 280px;
	}
	.subheader{
		padding:20px 20px 150px;
	}
}

@media screen and (max-width:1360px) {
	.header .logo img{
		width: 360px;
	}
	.header{
		padding:20px 20px 260px;
	}
	.subheader{
		padding:20px 20px 150px;
	}
	.banner{
		margin-top: -248px;
	}
	
	.main1bg {
	    background: url(../images/bg.jpg) no-repeat 0 240px;
	}
	.container {
		width: 1240px;
	}
	.headerR{
		width: 860px;
	}
	.nav-list .nav-item a{
		padding: 0 10px;
	}
}
@media screen and (max-width:1200px) {
	body {
		font-size: 15px;
		min-width: auto;
	}
	.container {
		width: 100%;
		padding-left:15px;
		padding-right:15px;
	}
	.subheader{
		padding:20px 20px 8vw;
	}
	.sbanner{
		margin-top:calc(-1*(8vw - 15px));
	}
	.headerR{
		width: 100%;
		margin-top: -45px;
	}
	.ygfw .mainBd>p{
		padding-left:45px;
		background: url(../images/icon16.png) no-repeat 5px center;
		background-size:40px;
	}
	.ygfw .mainBd>p span{
		transform: scale(.9);
		white-space: nowrap;
		transform-origin: left top 0;
	}
	.ygfw .mainBd>p img{
		transform: scale(.8);
		transform-origin: left top 0;
		margin-left: -10px;
	}
	.mainHd{
		padding: 25px 0;
	}
	.main4{
		padding: 10px 0 30px;
	}
	.main4 .mainBd ul li span{
		font-size: 13px
	}
	.ygfw .mainBd ul li p{
		width: 60px;
		height: 60px;
	}
	.ygfw .mainBd ul li p img{
		transform: scale(0.8);
	}
	.main5{
		padding: 10px 0 20px;
	}
	
	.side{
		width: 234px;
		padding-left: 15px;
	}
	.side>ul>li.active>a.name:before{
		left: -16px;
		width: 4px;
	}
	.side li a.name{
		padding-left: 20px;
	}
	.side .sub-menu li{
		padding-left: 20px;
	}
	.column{
		margin-left: 30px;
	}
	.wzleft{
		position: static;
		width: 100%;
		display: flex;
		align-items: center;
	}
	.wzleft .date{
		width: 80px;
		height: 62px;
	}
	.wzleft .date p{
		padding-top: 12px;
	}
	.wzleft>p{
		 padding:0 15px;
	}
	.wzleft .social-share .social-share-icon{
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 22px;
		margin: 0;
		margin-right: 12px;
	}
}
@media screen and (max-width:768px) {
	body {
		font-size: 15px;
	}
	.banner {
		margin-top: calc(-1*(10vw - 20px));
	}
	.main1bg{
		background-position: center calc(-1*(10vw - 20px));
		background-size: cover;
	}
	.mheader{
		padding:20px 20px 8vw;
	}
	.sbanner{
		margin-top:calc(-1*(8vw - 15px));
	}
	.container {
		padding-left:25px;
		padding-right:25px;
	}
	.pt10{
		padding-top: 6px;
	}
	.pt20 {
		padding-top: 10px;
	}

	.topbar-html-content{
		width: 840px !important;
	}	

	.header {
		display: none;
	}

	.mheader,
	.mobile {
		display: block;
	}

	.mheader .logo img {
		width: 50%;
	}

	.mobile-inner-header {
		    top: 48px;
		    right: 25px;
	}
	
	.banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.swiper-news,.newslist{
		width: 100%;
		margin-bottom: 25px;
	}
	.newslist dl{
		 width: calc(50% - 4px);
		 margin-bottom: 8px;
		    box-shadow: 2px 2px 5px #ddd;
		border-left: 3px solid #E3B8A8;
	}
	.xxywItem{
		width: calc(33.33% - 8px);
		border-width: 3px;
	}
	
	.dllist,.dllist2{
		width: calc(33.33% - 8px);
	}
	.dllist dt{
		width: 58px;
		height: 82px;
		background-size: cover;
		padding-top: 18px;
	}
	.dllist dt p{
		font-size: 28px
	}
	.dllist dt span{
		font-size: 12px
	}
	.mainDT .mainBd .xxywItem:nth-child(2),.dllist:nth-child(2),.dllist2:nth-child(2){
		margin: 0 12px;
	}
	.main4 .mainBd ul li {
		padding: 10px 5px;
	}
	.serviceBox li img{
		width: 54px;
	}
	.ygfw{
		width: calc(40%);
	}
	.ygfw .mainBd ul li p {
	    width: 45px;
	    height: 45px;
		border-width: 2px;
	}
	.ygfw .mainBd ul li p img{
		transform: scale(0.6);
	}
	.ygfw .mainBd>p{
		padding-left: 56px;
	}
	.ygfw .mainBd>p span{
		display: none;
	}
	.footer{
		padding: 0 25px;
	}
	.footer .container>p:nth-child(2) img{
		width: 113px;
		margin: 10px 4px 20px;
	}
	.newslist{
		margin-bottom: 0;
	}
	.section>.container{
		display: block;
	}
	.side,.column{
		width: 100%;
		margin-left: 0;
	}
	.bread {
		height: 58px;
		line-height: 58px;
	}
	.side li{
		border-width: 1px;
	}
	.side li a.name{
		font-size: 18px;height: 58px;
		line-height: 58px;
	}
	.side>ul>li span{
		top:21px
	}
	.side>ul>li span.on {
	    top: 26px;
	}
	.side .sub-menu li a{
		font-size: 16px
	}
	.page-nav dd{
		width: calc(25% - 6px);
	}
	.common-list .date{
		width: 88px;
	}
	.common-list .txt{
		padding-left: 40px;
	}
	.common-list .txt:after{
		left: 10px;
	}
  
    .news-img,
	.news-txt{
		width: 100%;
	}
	
}


@media screen and (max-width:600px) {
	.mainHd{
		padding: 15px 0;
	}
	.xxywItem,.dllist,.dllist2,.serviceBox,.ygfw{
		width: 100%;
	}
	.mainDT .mainBd .xxywItem:nth-child(2),.dllist:nth-child(2),.dllist2:nth-child(2){
		margin:0;
	}
	.mainDT .mainBd .xxywItem,.dllist,.dllist2{
		margin-bottom: 15px!important;
	}
	.mainDT .mainBd,.main3 .mainBd .cont,.main4 .container{
		flex-wrap: wrap;
	}
	.mainDT .mainBd{
		padding-bottom: 10px;
	}
	.ygfw .mainBd>p span{
		display: block;
	}
	.ygfw .mainBd>p{
		padding-top: 20px;
		padding-bottom: 20px;
		background-position: 10px center;
	}
	.dllist2 dt{
		padding-top: 10px;
	}
	.main3{
		padding: 10px 0 0px;
	}
	.swiper-news .swiper-slide p{
		height: 60px;
		padding: 6px 20px;
	}
	.swiper-news .swiper-pagination{
		bottom: 5px;
	}
	.newslist dl{
		padding: 10px 15px;
	}
	.dllist2 dd{
		padding-bottom: 0;
	}
	.page-nav dd{
		width: calc(33.33% - 6px);
	}
	.org-list li{
		width: 100%;
	}
	.org-list li:nth-child(2n) {
	    margin-left: 0px;
	}
	.sbanner img{
		height: 28vw;
		object-fit: cover;
	}
	.sbanner .txt{
		left: 12%;
	}
	.leader li .ptbox{
		width: 50%;
	}
	.leader li .info{
		padding-left: 15px;
	}
	.leader li .info h2{
		margin-top: 0;
	}
	.leader li .info h3{
		margin-bottom: 8px;
	}
	.leader li .info .txt{
		-webkit-line-clamp: 2;
		height: 46px;
	}
	.leader li .info .more img{
		width: 28px;
	}
	.common-list li{
		padding: 15px 0;
	}
	.column_name{
		margin: 15px 0;
	}
}

@media screen and (max-width:480px) {
	.mheader{
		padding:15px 15px 12vw;
	}
	.sbanner{
		margin-top:calc(-1*(12vw - 10px));
	}
	.mheader .logo img {
	    width: 80%;
	}
	.mobile-inner-header{
		top:54px;
		left: 10px;
	}
	.banner {
		margin-top: calc(-1*(10vw - 15px));
	}
	.main1bg{
		background-position: center calc(-1*(10vw - 15px));
		background-size: cover;
	}
	.container {
		padding-left:12px;
		padding-right:12px;
	}
	.newslist dl{
		padding: 10px;
	}
	.dllist2 dd p.ellipsis-3{
		-webkit-line-clamp: 2;
		max-height: auto;
	}
	.main4 .mainBd ul li{
		width: 33.33%;
	}
	.main4 .mainBd ul{
		justify-content: flex-start;
	}
	.ygfw .mainBd ul li p{
		width: 58px;
		height: 58px;
	}
	.ygfw .mainBd ul li p img{
		transform: scale(.7);
	}
	.picMarquee-left .bd ul li .pic img{
		width: 150px;
		height: 113px;
	}
	.footer .container>p:nth-child(2) img{
		width: 90px;
		margin: 5px 3px 10px;
	}
	.side li a.name{
		font-size: 17px;
	}
	.side .sub-menu li a{
		font-size: 15px;
	}
	.page-nav dd{
		width: calc(50% - 6px);
	}
	.leader li .info .txt{
		-webkit-line-clamp: 2;
		height: 40px;
		margin-bottom: 10px;
		font-size: 13px;
	}
	.leader li .info .more{
		display: none;
	}
	.common-list li{
		padding: 10px 0;
	}
	.dllist dd span {
	    display: block;
	    color: #888;
	    line-height: 1.8;
	    font-size: 13px;
	    max-height: 4em;
	}
}

@media screen and (max-width:400px) {
	.mheader .logo img {
		width: 80%;
	}
	.ygfw .mainBd>p{
	    background-position: 6px center;
	}
	.ygfw .mainBd>p span{
		display: none;
	}
	.footer .container>p:nth-child(2) img {
	    width: 80px;
	    margin: 5px 3px 10px;
	}
	.sbanner .txt p{
		font-size: 12px;
	}
	
}