﻿.mobile{width: 100%;position:relative;height: 40px;display: none;top:0;right: 0;z-index: 99;background-color: #0e60b6;}
.mobile-inner-header{width:100%;
	height: 40px;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;
}
.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: 40px;float:right;width: 50px;position: relative; cursor: pointer;margin-right: 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: #1c4384;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;}
.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: 1250px) {
			.header-content {
				max-width: 1250px;
				width: 100%;
			}
			.hnav-c {
				max-width: 1200px;
				width: 100%;
			}
			.navs {
				max-width: 1200px;
				width: 100%;
			}
		}
		@media screen and (max-width: 1200px) {
			.navs li {
				padding: 0 3.5%;
			}
			.xwdt {
				width: 98%;
				margin-bottom: 0px;
			}
			.newspart-img {
				width: 100%;
				height: auto;
			}
			.content_news-part {
				width: 23.5%;
				height: auto;
			}
			.xsdt {
				width: 98%;
				margin-bottom: 50px;
			}
			.navss li {
				padding: 0!IMPORTANT;
			}
		}
		@media screen and (max-width: 1100px) {
			.navs li {
				padding: 0 3.2%;
			}
		}
		@media screen and (max-width: 1000px) {
			.navs li {
				padding: 0 2.8%;
			}
			.banner {
               height: auto;
               overflow: hidden;
            }
		}
		@media screen and (max-width: 900px) {
			.mobile {
				display: block;
			}
			.header-nav{
				display: none;
			}
		}
		@media screen and (max-width: 800px) {
			.content_news-part {
				width: 47%;
				height: auto;
				margin-bottom: 45px;
				margin-right: 3%;
			}
			.content_news-part:nth-child(even){
				float: right;
				margin-right: 0;
			}
			.xwdt {
				width: 90%;
				margin-bottom: 0px;
			}
			.section1 {
				max-height: inherit;
			}
			.content_newsf {
				MARGIN-BOTTOM: 20px;
			}
			.section2 {
				background-size: cover;
			}
			.tzgg {
				width: 93%;
			}
			.tzgg ul li {
				width: 50%;
			}
			.copyright .copy-left {
				float: left;
				width: 100%;
				color: #ffffff;
				font-size: 14px;
				text-align: center;
			}
			.fd-left {
				display: none;
			}
			.fd-con .l-con {
				display: none;
			}
			.fd-mid img {
				width: 100%;
			}
			.fd-mid {
				margin: 0 auto;
				margin-left: auto;
				margin-right: auto;
				width: 350px;
				display: block;
			}
			.new-left {
				width: 93%;
				float: none;
				margin: 0 auto;
			}
			.topC2 img{
				height: auto;
			}
			.t-box ul {
				max-height: unset;
			}
			.t-box {
				max-height: unset;
			}
			.new-right {
				width: 92%;
				float: none;
				margin: 0 auto;
			}
		}
		@media screen and (max-width: 550px) {
			.flex-control-paging li a {
				height: 10px;
				width: 10px;
			}
			.header-content {
				height: 120px;
			}
			.hc_img img{
				width: 350px;
				margin: 0 auto;
				display: block;
			}
			.search {
				float: none;
				margin: 0 auto;
				margin-top: 0px;
				width: 240px;
				overflow: hidden;
			}
			.searchs {
				/* float: none; */
				margin: 0 auto;
				/* width: 220px; */
			}
			.flex-control-nav {
				bottom: 8px;
			}
			.xsdt {
				width: 100%;

			}
			.tzgg {
				width: 97%;
			}
			.hc_img a {
    			display: inline;
			}
			.hc_img a img {margin-top: 0px;}
            .bottom_r_ul {
				display: none;
			}
			.bottom_r_ewm {
    width: 50%;
    float: none;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

		}
		@media screen and (max-width: 480px) {
			.content_news-part {
				width: 90%;
				height: auto;
				margin: 0 auto;
				margin-bottom: 45px;
				margin-right: auto;
				float: none;
				overflow: hidden;
			}
			.content_news-part:nth-child(even) {
				float: none;
				margin-right: auto;
			}
			.content_news-part:last-child {
				margin: auto;
			}
			.tzgg ul li {
				width: 90%;
				float: none;
				margin: 0 auto;
			}
			.new-left {
				width: 85%;
				float: none;
				margin: 0 auto;
			}
			.t-box ul li h3 p {
				left: 10px;
				top: 7px;
			}
			.t-box ul li h3 {
				height: 65px;
			}

			.new-right {
				width: 85%;
				float: none;
				margin: 0 auto;
			}
			.t-box ul li h3 p span {
				height: 25px;
			}
		}
		@media screen and (max-width: 440px) {
			.content_news-part {
				width: 95%;
				height: auto;
				margin: 0 auto;
				margin-bottom: 45px;
				margin-right: auto;
				float: none;
				overflow: hidden;
			}
			.tzgg ul li {
				width: 95%;
				float: none;
				margin: 0 auto;
			}
			.new-left {
				width: 88%;
				float: none;
				margin: 0 auto;
			}
			.new-right {
				width: 88%;
				float: none;
				margin: 0 auto;
			}
			.xwdt {
				margin-bottom: 25px;
			}
		}
		@media screen and (max-width: 370px) {
			.hc_img img {
				width: 320px;
			}
			.btns {
				height: 30px;
			}
			.inputs{
				height: 21px;
				padding-top: 3px;
			}
			.header-content {
				height: 100px;
			}
			.content_news-part {
				width: 98%;
			}
			.tzgg {
				width: 99%;
			}
			.bnuh-list5 li a {
				margin-left: 72px;
			}
			.new-right {
				width: 90%;
				float: none;
				margin: 0 auto;
			}
			.new-left {
				width: 90%;
				float: none;
				margin: 0 auto;
			}
			.list-date5 {
				width: 50px;
				height: 50px;
				padding-right: 15px;
			}
			.list-date5 strong {
				font-size: 21px;
				padding-top: 6px;
			}
			.fd-top {
				font-size: 14px;
				padding: 20px 0 19px;
				width: 100%;
				max-width: 1200px;
				margin: 0 auto;
			}
			.fd-mid {
				margin: 0 auto;
				margin-left: auto;
				margin-right: auto;
				width: 320px;
				display: block;
			}
			.hc_img {
				margin-top: 0px;
				position: relative;
			}
			.searchs {
				height: 30px;
			}
		}
		@media screen and (max-width: 340px) {
			.fd-mid {
				margin: 0 auto;
				margin-left: auto;
				margin-right: auto;
				width: 305px;
				display: block;
			}
			.copyright .copy-left {
				float: left;
				width: 100%;
				color: #ffffff;
				font-size: 13px;
				text-align: center;
			}
			.hc_img img {
				width: 305px;
			}
		}