.mobile{width: 100%;position:relative;height: 40px;display: none;top:8;right: 0;z-index: 99;}
.mobile-inner-header{width:100%;
	height: 40px;position: absolute;top: 45px;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(../images/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: #fff;}
.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: 30px;float:right;width: 40px;position: relative; cursor: pointer;margin-right: 5px;margin-top:5px;text-align: right;}
.mobile-inner-header-icon-click{margin-top: 5px;}
.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: 40px;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('../images/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: 1750px) {
			.jjqy{
				    background-size: 100%!important;
    				background-color: #FFF!important;
			}
			
}
			@media screen and (max-width: 1580px) {
			.logo-nav{
    width: 98%;
}
			
}

		@media screen and (max-width: 1380px) {
			.gp-logo1 a img {
    			height: 70px;
			}
			.gp-topRight1{
				margin-top: 3px;
    			margin-bottom: 2px;
			}
			.gp-nav1 > ul > li{
				width: 14.2%;
			}
			.gp-nav1 > ul > li > a{
				padding:0 8px;
			}
}
@media screen and (max-width: 1250px) {
	.fadecon1{
		display: none;
	}
	.mobile{
		display: block;
	}
	.banner{
		height: auto;
	}
	.banner .flexslider .slides li a{
		height: auto;
	}
	.flexslider .slides img{
		height: auto;
	}
	.gp-nav1{
		display: none;
	}
	.gp-topRight1{
		display: none;
	}
	.row .imgnews{
		display: none;
	}
	.row .col-md-6{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	#container-1 .inner .mr{
		width: 48%;
	}
	#container-1 .inner .ml{
		width: 49%;
	}
	.wrapper .inner{
		width: 90%;
	}
	.innertop{
		width: 90%;
	}
	.index_sd{
		width: 90%;
	}
	.wrapper .inner{
		max-width: unset!important;
	}
	.index_sd ul li div{
		width: 100%;
		height: 100%;
		background-size: 100% 100%!important;
	}
}
@media screen and (max-width: 1200px) {
.index-flash .list li .img a:before{
	background:none;
}
}
@media screen and (max-width: 1000px) {
	.main2{
		height: 690px;
	}
	.jjqy{
		width: 100%;
		float: none;
		height: 426px;
	}
	.jjxw{
		width: 100%;
		height: auto;
		float: none;
	}
	.jjxw ul li{
		width: 25%;
		float: left;
		border: 1px solid #eee;
	}
	.index_sd ul li{
		display: block;
		width: 100%;
		height: 70px;
		border-radius: 10px;
		margin-left: 0;
	}
	.index_sd ul li div{
		background-size: cover!important;
		line-height: 70px;
	}
}
@media screen and (max-width: 800px) {
	.flex-direction-nav{
		display: none;
	}
	.mobile-inner-header{
		top:30px;
	}
	#container-1 .inner .mr{
		float: none;
		width: 100%;
	}
	#container-1 .inner .ml{
		float: none;
		width: 100%;
		margin-top:40px;
	}
	.main2{
		height: 558px;
	}
	.jjpt{
		height: 345px;
	}
	.jjqy{
		height: 345px;
	}
	.index_sd ul li div{
		line-height: 60px;
	}
	.index_sd ul li{
		height: 60px;
	}
	#footer .inner .foot-left{
		margin-right: 13%;
	}
	.foot-ml.yq{
		display: none;
	}
	.gp-logo1 a img{
		height: 50px;
	}
}
@media screen and (max-width: 700px) {
	.foot-ml{
		display: none;
	}
	#footer .inner .foot-left{
		float: none;
		margin: 0 auto;
		padding-right: 0px;
	}
	.foot-left ul li:last-child{
		padding-left: 20px;
	}
	.index_sd .tt .tit{
		width: 80%!important;
		margin:0 auto;
	}
	.jjqy{
		height: 295px;
	}
	.jjpt{
		height: 295px;
	}
	.main2{
		height: 456px;
	}
	.wxvicetitle{
		display: none;
	}
	.wxtitle{
		margin-top: 0px;
		font-size: 14px;
		text-align: center;
	}
	.jjbt{
		font-size: 16px;
	}
	.jjcon{
		font-size: 12px;
	}
	.jjxw ul li{
		height: 70px;
	}
	.wxcbox{
		padding: 20px 5px;
	}
	.tab li{
		margin-right: 23px;
	}
}
@media screen and (max-width: 600px) {
	.jjqy{
		height: 250px;
	}
	.jjpt{
		height: 250px;
	}
	.main2{
		height: 400px;
	}
}
@media screen and (max-width: 500px) {
	.jjqy{
		height: 213px;
	}
	.jjpt{
		height: 213px;
	}
	.mobile-inner-header{
		top:10px;
	}
	.main2{
		height: 355px;
	}
	.gp-logo1{
		margin-top: 13px;
	}
	.gp-logo1 a img{
		height: 40px;
	}
	.till-slides{
		bottom: -10px;
		width: 35px;
	}
	.till-slides h3{
		height: 25px;
		line-height: 15px;
	}
}
@media screen and (max-width: 400px) {
	.mobile-inner-header{
		top:5px;
	}
	.jjqy{
		height: 170px;
	}
	.jjpt{
		height: 170px;
	}
	.main2{
		height: 320px;
	}
	.conbox{
		display: none;
	}
	.gp-logo1 a img{
		height: 30px;
	}
}
@media screen and (max-width: 380px) {
	.jjqy{
		height: 154px;
	}
	.jjpt{
		height: 154px;
	}
	.main2{
		height: 300px;
	}
}
@media screen and (max-width: 340px) {
	.jjqy{
		height: 142px;
	}
	.jjpt{
		height: 142px;
	}
	.main2{
		height: 278px;
	}
}