.mobile{width: 100%;position:relative;height: 60px;display: none;top:0;right: 0;z-index: 99;background-color: #0e60b6;}
.mobile-inner-header{width:100%;
	height: 60px;position: absolute;top: 0px;right: 0px;z-index: 2}
.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;
}
.iconzhankai{
	background: url(../img/menu-button-bg.png) center center no-repeat;background-size: contain;
}
.mobile-inner-header-icon:hover{  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: #155daa;}
.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: 40px;float:right;width: 60px;position: relative; cursor: pointer;margin-right: 10px;margin-top:10px;text-align: right;}
.mobile-inner-header-icon-click{margin-top: 10px;}
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: none;}
.mobile-inner-header-icon.iconfont{font-size: 30px;line-height: 40px;text-align: center;font-weight: bold;}
.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 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{  background: #155daa;width: 100%; position: absolute;top: 60px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;
	text-decoration: none;  width: 100%;font-size: 14px;
	border-bottom: solid 1px #224a75;
	-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
	-o-transition: all 0.5s;    transition: all 0.5s;color:#fff; }
.mobile-inner-nav a:hover{color:#fff;}
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;letter-spacing: 1px}
.mobile-inner-nav li strong{position: absolute;right:20px;top:0;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;
	-o-transition: all 0.5s;    transition: all 0.5s; color: #fff;
	opacity: 0.8;
	font-weight: normal;}
.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;}
.mobile_search .search input {
	position: absolute;
	height: 34px;
	line-height: 34px;
	color: #262626;
	border: none;
	background: none;
	top: 0px;
	padding-left: 0px;
}
.mobile_search .search input.notxt {
	padding: 0 0 0 7px;
	font-size: 14px;
}

@-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;
	}
}

@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 rgba(219,219,219,0.2);font-size: 13px;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 20px 0;border-bottom:solid 1px #224a75;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#fff;margin-left:45px;border:none;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url('../img/serBtn.png') no-repeat center center;border:none;}
.mobile-link{float: left;padding-left: 10px;font-size: 16px;line-height: 40px;color: #fff;}
.mobile-link a{color:#f3f3f3;margin:0 5px;height: 40px;line-height: 40px;    font-size: 15px;}
.mobile-link02{margin:0 20px;}
.mobile-inner-nav .mobile-link02 a {width: auto;float: left;margin:0 7px;}
.mobile-inner-nav a, .mobile_search {
	border-bottom-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 1600px) {
	.w1200{
		width:90%;
	}
	.content_newsf{
		width: 90%;
	}
	.sec2{
		width: 90%;
	}
	.navbar-menu{
		width: 90%;
	}
	.mainbox{
		width: 90%;
	}
	.friendly-link{
		width: 90%;
	}
}
@media screen and (max-width: 1500px) {
	.index_float_nav{
		display: none;
	}
}
@media screen and (max-width: 1400px) {
	.wp{
		width: 90%;
	}
}
@media screen and (max-width: 1200px) {
	
	.tabMenu01 li{
		width: 105px;
		font-size: 22px;
	}
	.listcsrc li{
		width: 24%;
	}
}
@media screen and (max-width: 1000px) {
	.ny1440 .nyrt1{
		margin-top: 0px!important;
	}
	.listconrls{
		display: none;
	}
	.listconrl li{
		height: auto;
	}
	.ny1440 .nyrt{
		width: 100%!important;
	}
	.ny .nyle{
		display: none;
	}
	.section1{
		padding-top: 10px;
	}
	video{
		width: 100%;
	}
	.flex-control-nav{
		display: none;
	}
	.gap{
		padding-top: 40px;
	}
	.flexslider .slides img{
		height: auto;
	}
	.banner .flexslider .slides li a{
		height: auto;
	}
	.container header{
		display: none;
	}
	#nav{
		display: none;
	}
	.mobile{
		display: block;
	}
	.banner {
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    height: auto;
	    transition: all 0.55s;
	    padding-top: 60px;
	}
	.add {
	    height: unset;
	    position: relative;
	    z-index: 10000;
	    width: 100%;
	}
	.till-slides{
		display: none;
	}
	.content_news-part{
		width: 48%;
	}
	.content_news-part:nth-child(2){
		float: right;
		margin:0;
	}
	.content_news-part:nth-child(3){
		float: left;
		margin:0;
		margin-top: 30px;
	}
	.content_news-part:last-child{
		margin-top: 30px;
	}
	.content_newsf{
		height: auto;
	}
	.xueshu{
		width: 100%;
		float: none;
	}
	.cghc{
		width: 100%;
		float: none;
		margin-top: 50px;
	}
	.navbar-menu{
		width: 100%;
	}
	.ind_view_nr{
		width: 100%;
		float: none;
	}
	.addyou{
		width: 100%;
		float: none;
	}
	.yqlj li{
		width: 46%;
	}
	.yqlj{
		margin-bottom: 0px;
	}
	.header_box_li{
		height: auto;
	}
}
@media screen and (max-width: 800px) {
	.footer .part2 .logo1{
		background-size: auto 70px;
	}
	.navbar-menu ul {
	    position: relative;
	    padding: 0;
	    display: flex;
	    flex-direction: row;
	    justify-content: space-evenly;
	    flex-wrap: wrap;
	}
	.navbar-menu ul li{
		width: 20%;
	}
	.listcsrc li{
		width: 40%;
	}
}
@media screen and (max-width: 650px) {
	.listcsrc li{
		width: 200px;
		float: none;
		margin: 0 auto;
		margin-top: 20px;
	}
	.ew{
		width: 100%;
		margin-top: 110px;
		display: flex;
		justify-content: center;
	}
	.footer .part2 .logo1{
		height: 110px;
	    max-width: 850px;
	    width: 100%;
	    margin: 0 auto;
	    margin-bottom: 0px;
	    background: url(../img/logozf.png) center center no-repeat;
	    background-size: auto 70px;
	}
	.flex-v-center{
		justify-content: flex-start;
	}
}
@media screen and (max-width: 600px) {
	.ctit2 span{
		background:none;
	}
	.banner .flexslider .slides li a:after{
		height: 0px;
	}
}	
@media screen and (max-width: 550px) {
	.content_news-part{
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-top: 30px!important;
	}
	.tabMenu01 li.active a{
		font-size: 23px;
	}
	.con li.news1{
		width: 100%;
	}
	.navbar-menu ul li{
		width: 100%;
	}
	.navbar-menu ul li::after{
		content: '';
	    position: absolute;
	    bottom: 35px;
	    right: calc(50vw - 83.5px);
	    z-index: 999;
	    width: 110px;
	    height: 1px;
	    background-color: #cfcfcf;
	    top: unset;
	}
	.ind_view_nr .swiper-wrapper{
		flex-direction: column;
	}
	.ind_view_nr .swiper-slide{
		width: 100%;
		margin-top: 30px;
	}
	.yqlj li{
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
	.listconrtd3{
		display: none;
	}
	.tabMenu01 li{
		float: none;
	}
	.tabMenu01{
		height: auto;
	}
	.mobile-link img{
		height: 40px;
		margin-top: 10px;
	}
	.con-ul .title{
		align-items:normal;
	}
	.footer .part2 .logo1{
		background-size: auto 52px;
	}
}
@media screen and (max-width: 400px) {
	.ctit2{
		padding-left: 10px;
	}
	.ctit2 span{
		text-align: left!important;
	}
}