﻿@media screen and (max-width:1440px) {
 	body {
		width: 100%;
	} 
	.menu,
	.commonWidth {
		width: 100%;
		box-sizing: border-box;
		padding: 0px 15px;
	}
	.nav {
		margin: auto 60px;
	}
	.newsItemListText {
		width:calc(100% - 440px)
	}
	.interviewPic {
		width: 100%
	}
}
@media screen and (max-width:1280px) {
	.nav {
		width: 100%;
		margin: auto 10px;
	}
}
@media screen and (max-width:1200px) {
	.nav>li {
		padding: 0 12px;
	}
	.introCont {
		padding: 40px 40px;
	}
}
@media screen and (max-width:1100px) {
	.nav>li {
		padding: 0 10px;
	}
}

@media screen and (max-width: 900px) {
	.nav>li {
		padding: 0 5px;
	}

	.top .logo {
		height: 90%;
		width: 160px;
		background-size: 100%;
	}
	.nav>li>a {
		font-size: 18px;
	}
	.top .search form,
	.top .search form input[type="submit"] {
		height: 46px;
		width: 46px;
	}
}

@media screen and (max-width: 650px) {
	.top .nav {
		display: none;
	}
	.menu {
		height: 72px;
	}
}

@media screen and (max-width:414px) {

	.menu {
		width: 100%;
		padding-bottom: 20px;
	}
	.top,
	.menu {
		height: 92px;
	}
	.top .logo {
		background-size: 74%;
		margin-top: 10px;
	}

	.top .search form,
	.top .search form input[type="submit"] {
		width: 40px;
		height: 40px;
	}

	.iphone_nav {
		display: block;
	}


	.headerbtn_bar {
		width: 40px;
		height: 40px;
		display: block;
		background: url(../images/menu.png) no-repeat center #214a76;
		border-radius: 24px;
		margin-top: 40px;
		margin-left: 10px;
	}

	.top .search {

		padding: 40px 0 0;
	}


	.iphone_nav {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		width: 40%;
		height: 100%;
		margin-left: -40%;
		transition: all 0.6s ease 0.2s;
		;
		-webkit-transition: all 0.6s ease 0.2s;
		/*谷歌和safari*/
		-moz-transition: all 0.6s ease 0.2s;
		/*火狐*/
		-ms-transition: all 0.6s ease 0.2s;
		/*ie*/
		-o-transition: all 0.6ss ease 0.2s;
		/*opera*/
		z-index: 1002;
	}

	.iphone-box {
		background-color: rgba(255, 255, 255, 0.98);
		width: 100%;
		height: 100%;
		text-align: center;
		line-height: 46px;
		padding-top: 80px;
		transition: all 0.6s ease 0.2s;
		;
		-webkit-transition: all 0.6s ease 0.2s;
		/*谷歌和safari*/
		-moz-transition: all 0.6s ease 0.2s;
		/*火狐*/
		-ms-transition: all 0.6s ease 0.2s;
		/*ie*/
		-o-transition: all 0.6ss ease 0.2s;
		/*opera*/
	}

	.iphone-box ul {
		padding: 0;
	}


	.iphone-list a {
		display: block;
		color: #000000;
		font-weight: bold;
	}

	.iphone-box>ul>li>ul {
		/* display: none; */
		padding-bottom: 10px;
		opacity: 1;
	}

	.action>li,
	.action>li+li {
		border: 0;
		height: 42px;
	}

	.masking {
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background-color: transparent;
		transition: all 0.5s ease 0.2s;
		z-index: -1;
	}

	.masking.focus {
		background-color: rgba(0, 0, 0, 0.7);
		z-index: 1001;
	}

	.iphone-box>ul>li>ul>li>a {
		display: block;
		font-size: 14px;
		color: #000;
		line-height: 30px;
		border: 0;
	}

	.iphone-box>ul>li>ul>li>a strong {
		font-weight: normal !important;
	}

	.iphone_nav.focus {
		margin-left: 0;
		display: block !important;
	}

	.iphone-box>ul>li>a {
		display: block;
		font-size: 14px;
		color: #000000;
		line-height: 40px;
		font-weight: 600;
	}

	.iphone-box .active>a {
		color: #143d7a;
	}

	.iphone-box>ul>li>a>i {
		height: 46px;
		width: 16px;
		padding-left: 8px;
		box-sizing: content-box;
		display: inline-block;
		background: url(../images/phone_more.png) no-repeat right center;
		vertical-align: middle;
	}

	.introCont {
		padding: 20px 20px;
	}
	.introTitle {
		padding-bottom: 20px;
	}
	.introTitle>h2,
	.newsItemTitle {
		font-size: 20px;
	}
	.introTitle>h4 {
		margin-top: 10px;
	}
	.introDetail {
		margin-top: 20px;
	}
	.partItem {
		width: 49%;
		padding: 10px;
	}
	.partItem:nth-child(5n+1) {
		margin-left: 0.866666%
	}
	.newsItemListImg,
	.newsItemListText,
	.interviewList,
	.wonderfulItem {
		width: 100%;
		float: none;
	}
	.newsItemListText>h3 {
		font-size: 18px;
		margin: 0px;
	}
	.newsItemListText {
		padding: 10px 20px;
	}
	.interviewList+.interviewList {
		margin-left: 0px;
	}
	.wonderfulNav>a:nth-child(2n+1)  {
		margin-left: 0px;
	}
}
