.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('../img/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: 1200px){
	.hnav-c {
	    width: 100%;
	    max-width: 1200px;
	}
	.navs {
		width: 100%;
	    max-width: 1200px;
	}
	.navss {
	    padding: 0 3.45%;
	}
	.sec2 {
	    width: 95%;
	}
	.sec1 {
	    width: 95%;
	}
	.sec3 {
	    width: 95%;  
	}
	.sec4 {
	    width: 95%;
	}
	.sec4 ul li div {
	    height: 274px;
	    width: auto;
	}
}
@media screen and (max-width: 1150px){
	.navss {
	    padding: 0 3.3%;
	}
	.sec4 ul li {
	    width: 14.9%
	}
}
@media screen and (max-width: 1085px){
	.navss {
	    padding: 0 3.15%;
	}
}
@media screen and (max-width: 1040px){
	.navss {
	    padding: 0 3.05%;
	}
}
@media screen and (max-width: 1000px){
	.navss {
	    padding: 0 2.95%;
	}
}
@media screen and (max-width: 965px){
	.navs{
		display: none; 
	}
	.header-nav {
	    height: 40px;
	}
	.hnav-c {
		height: 40px;
	}
	.nav {
		height: 40px;
	}	   
	.mobile{
		display: block;
	}
	.sec4 ul li {
	    width: 31.65%;
	    margin: 20px 0.85%;
	}
}
@media screen and (max-width: 820px){
	.content_newsf {
	    width: 100%;
	    max-width: 1200px;
	    margin: 0 auto;
	    height: AUTO;
	    max-height: inherit;
	}
	.content_news-part:nth-child(odd) {
	    float: left;
	    margin: 0;
	    margin-bottom: 20px;
	}
	.content_news-part:nth-child(even) {
	    float: right;
	    margin: 0;
	    margin-bottom: 20px;
	}
	.content_news-part {
	    width: 48.5%;
	    height: 385px;
	}
	.new-left {
	    width: 100%;
	    float: left;
	}
	.new-right {
	    width: 100%;
	    float: right;
	    padding-bottom: 5px;
	    margin-top: 40px;
	}
	.content_news-part1 {
	    width: 48%;
	    margin-left:auto;
	    margin-right:auto;
	    height: 402px;
	}
	.xueshu {
	    width: 100%;
	    float: left;
	    position: relative;
	}
	.zhidu {
	    width: 100%;
	    float: right;
	    position: relative;
	    margin-top: 40px;
	}
    .logo-left {
	    width: 450px;
	}
}
@media screen and (max-width: 550px){
	.header-content {
	    height: auto;
	    margin-bottom: 15px;
	}
	.logo-left {
	    width: 90%;
	    float: none;
	    margin: 0 auto;
	    line-height: normal;
	}
	.search {
	    float: none;
	    margin: 0 auto;
	}
	.searchs {
	    float: none;
	    width: 184px;
	    margin: 0 auto;
	}
	.newspart-img {
	    width: 100%;
	    height: 190px;
	    overflow: hidden;
	}
	.sec4 ul li {
	    width: 48%;
	    margin: 20px 1%;
	}
	.sec4 ul li:nth-child(odd) {
	    margin-left: 0;
	}
	.sec4 ul li:nth-child(even) {
	    margin-right: 0;
	    float: right;
	}
	.part2 .logo1 {
	    height: 50px;
	    background-size: 80%;
	}
}
@media screen and (max-width: 520px){
	.newspart-img {
	    width: 100%;
	    height: 180px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 480px){
	.newspart-img {
	    width: 100%;
	    height: 170px;
	    overflow: hidden;
	}
}
@media screen and (max-width: 470px){
	.content_news-part:nth-child(odd) {
	    float: none;
	    margin: 0 auto!important;
	    margin-bottom: 20px!important;
	}
	.content_news-part:nth-child(even) {
	    float: none;
	    margin: 0 auto!important;
	    margin-bottom: 20px!important;
	}
	.content_news-part {
	    width: 100%;
	    height: auto;
	}
	.newspart-img {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.sec2 {
	    width: 90%;
	}
    .sec1 {
	    width: 90%;
	}
	.content_news-part1 .newspart-img {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	.sec3 {
	    width: 90%;
	}
	.sec4 {
	    width: 90%;
	}
}
@media screen and (max-width: 450px){
	.footer span, .footer strong {
	    display: inline-block;
	    font-size: 12px;
	    color: #fff;
	    line-height: 27px;
	}
	.list03 li a {
	    float: left;
	    height: 46px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    width: 70%;
	}
}
@media screen and (max-width: 420px){
	.sec4 ul li div {
	    height: 266px;
	    width: auto;
	}
}
@media screen and (max-width: 400px){
	.list03 li a {
	    float: left;
	    height: 46px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    width: 70%;
	}
	.list02 li a {
	    float: left;
	    width: 70%;
	    height: 46px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}
@media screen and (max-width: 370px){
	.sec4 ul li div {
	    height: 258px;
	    width: auto;
	}
}
@media screen and (max-width: 360px){
	.footer strong {
	    color: #5389c3;
	    margin: 0 12px;
	}
}
@media screen and (max-width: 350px){
	.list03 li a {
	    float: left;
	    height: 46px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    width: 65%;
	}
	.list02 li a {
	    float: left;
	    width: 65%;
	    height: 46px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}
@media screen and (max-width: 340px){
	.sec4 ul li div {
	    height: 250px;
	    width: auto;
	}
}
