.wrap{
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing:  border-box;
}
.text_foot{
color: #727171;
}
.text_foot:hover {
    color: #F60;
    text-decoration: underline;
}
.addreee-left{
	display: inline-block;
	width: 28px;
}
.header-top{
	background: #f9f9f9;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	text-align: right;
}
.header-top span{
	font-size: 12px;
	color:#9a9a9a;
	display: inline-block;
	margin-left: 20px;
}
.header-main{
    height: 65px;
    overflow: hidden;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 21;
}
.two-menu h1 img{
	margin-right: 10px;
	display: none;
}
.main{
	padding-top: 65px;
	background-color: #fafafa;
}
.logo{
	position: absolute;
	left: 0;
	top: 11px;
	width: 148px;
}
.logo img{
	width: 100%;
}
.nav{
	
	position:  absolute;
		
	left: 100px;
		
	right: 0;
		
	bottom: 0;
}
#fuwu .nav-block ul{
	text-align: center;
}
#fuwu .nav-block li{
    width: 33.33%;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    text-align: center;
}
.header-lag{
    position: absolute;
    right: 0;
    top: 30px;
}
.header-lag a{
	margin-left: 15px;
}
.nav ul{
	overflow: hidden;
}

.nav li{
	    text-align: right;
    float: left;
    width: 10%;
    padding: 0 0 24px 1.25%;
}
.nav li:nth-child(1){
	padding-left: 0;
}
.nav li.nav-up-selected a{
	color: #005bac;
}
.nav li a{
	color: #333;
	font-size: 16px;
}
.nav li:hover > a{
	color:#005bac;
}
.nav-block{
	overflow: hidden;
	margin-bottom: 10px;
}
.weixin-p{
	text-align: center;
	margin-top: 5px;
	color: #ffffff;
	font-size: 14px;
}
.fl .nav-block{
	float: left;
	margin-right: 20px;
}
.fl .nav-block ul{
	float: left;
	margin-right: 10px;
}
.fl .nav-block li{
	float: none;
}
.two-menu {
	background: #fff;
	position: fixed;
	/*top: 114px;*/
	left: 0;
	width: 100%;
	z-index: 20;
	overflow:  hidden;
	padding: 20px 0;
	display:  none;
	border-top:1px solid #005bac;
}
.two-menu h1{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
    padding-left: 5px;
}
.two-menu h1 a{
	color: #333;
}
.two-menu ul{
	overflow: hidden;
}
.two-menu li{
	float: left;
	color: #333;
	padding: 5px 25px 5px 5px;
	margin: 0 10px 10px 0;
text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 164px;
}
.two-menu li a{
	color: #333;
}
.two-menu li a:hover{
	color:#005bac;
}
.mobile-header {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 48px;
	z-index: 111;
	background: rgba(255, 255, 255, 0.9);
}

.mobile-header .logo {
	position: absolute;
	left: 12px;
	top: 10px;
	width: 140px;
}

.mobile-header .logo img {
	width: 100%;
	display: block;
}

.mobile-header .mobile-menu {
	background-color: rgba(0, 105, 164, 0.8);
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.mobile-header .mobile-menu .mobile-header-icon {
	color: #ffffff;
	height: 100%;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 100%;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-header .mobile-menu .mobile-header-icon:hover {
	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.mobile-header .mobile-menu .mobile-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: white;
}

.mobile-header .mobile-menu .mobile-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-header .mobile-menu .mobile-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-header .mobile-menu .mobile-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-header .mobile-menu .mobile-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

@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);
	}
}

.mobile-header .mobile-menu .mobile-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-header .mobile-menu .mobile-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

@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);
	}
}

.ph-menu-wrapper {
	position: fixed;
	top: 49px;
	right: -100%;
	bottom: 0;
	z-index: 12;
	width: 100%;
	min-height: calc(100% - 50px);
	background: rgba(6, 73, 111, 0.8);
	overflow-y: auto;
	overflow-x: hidden;
}

.ph-menu-wrapper.ph-menu-list {
	overflow-y: scroll;
}

.footer {
	overflow: hidden;
	position:  relative;
	z-index: 20;
}

.foot-top {
	overflow: hidden;
	background: #000;
	padding: 25px 0;
}

.foot-bottom {
	overflow: hidden;
	background: #000;
	padding: 20px 0;
	border-top: 1px solid #55524c;
}

.foot-bottom p {
	font-size: 14px;
	color: #727171;
	text-align: center;
}

.foot-info {
	overflow: hidden;
	float: left;
	width: 50%;
}

.foot-info h1 {
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 27px;
	line-height: 1;
}

.foot-info-cell {
	position: relative;
	font-size: 14px;
	color: #fff;
	padding-left: 35px;
	margin-bottom:2%;
	width: 100%;
	float:  left;
	box-sizing:  border-box;
}

.foot-info-cell img {
	position: absolute;
	left: 0;
	top: 0;
}
.foot-info-cell a{
	color:#fff;
}

.foot-ewm {
	/*width: 400px;*/
	float: right;
	overflow: hidden;
}

.foot-ewm-main {
	float: left;
	width: 130px;
	margin-left: 40px;
}
.foot-ewm-one{
	margin-left: 0;
}
.foot-ewm-main img {
	width: 100%;
	display: block;
}
.ipad-yy{
	display: none;
}

/*笔记本*/
@media only screen and (min-width: 1101px) and (max-width: 1380px) {
	.main{
		padding-top: 94px;
	}
	.header-main{
		height: 60px;
	}
	.nav{
		left: 190px;
	}
	.wrap{
		width:90%;
		padding: 0 1%;
	}
	.list-banner-text .wrap{
		width: 97%;
	}
	.logo{
	    width: 120px;
	    left: 13px;
	    top: 12px;
	}
	.nav li{
	    padding: 0 0.5% 10px;
	}
	.nav li a{
		font-size: 16px;
	}
	.two-menu{
		top: 60px;
	}
	.two-menu h1 {
    padding-left: 5px;
}
	.fl .nav-block {
    margin-right: 10px;
}
	.two-menu li {
    padding: 5px 5px;
}
	.header-lag{
	    right: 15px;
	    top: 20px;
	}
	.foot-top{
		padding: 20px 20px;
	}
	.foot-info h1{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.foot-ewm-main{
	    width: 120px;
    	height: 120px;
	}
	.foot-ewm{
		width: 280px;
	}
}
/*pad*/
/*@media only screen and (min-width: 701px) and (max-width: 1150px) {
	.ipad-yy{
	display: block;
}
	.pc-ys{
		display: none;
	}
	.nav li{
		padding: 0 1.8% 14px;
	}
	.logo{
		width: 100px;
		top: 21px;
	}
	.nav{
		left: 123px;
		right: 60px;
	}
	.nav li a{
		font-size: 14px;
	}
}
@media only screen and (min-width: 701px) and (max-width: 850px) {
	.nav li{
		padding: 0 1% 14px;
	}
	.nav li a{
		font-size: 12px;
	}
}*/
/*手机*/
@media only screen and (min-width: 0px) and (max-width: 1100px) {
	.mobile-header .logo img {
    width: 60%;

}
	.weixin-p {
		zoom: 0.7;
	}
	.mobile-header{
		display: block;
	}
	.header-top,.header-main{
		display: none;
	}
	.main{
		padding-top: 48px;
	}
	.wrap{
		width: 100%;
		padding: 0 1%;
	}
	.foot-info{
		width: 100%;
		padding:  0 10px;
		box-sizing:  border-box;
	}
	.foot-info h1{
		font-size: 16px;
		padding-bottom:  0;
		margin-bottom: 12px;
	}
	.foot-top{
		padding: 15px 0;
	}
	.foot-info-cell{
	    font-size: 12px;
	    padding-left: 28px;
	    width: 100%;
	    margin-bottom: 12px;
	}
	.foot-info-cell img{
		width: 21px;
	}
	.gongsi-left {
    width: 65% !important;
		zoom: 0.7;
}
	.foot-ewm{
	    width: 35%;

	    box-sizing: border-box;
	}
	.foot-ewm-main{
		width: 48%;
		margin-left: 4%;
	}
	.foot-ewm-one{
		margin-left: 0;
	}
	.foot-bottom{
		padding: 12px 0;
	}
}

/* mobile nav */

.s-side .s-firstItem i {
    font-size:16px;
color: white;
}
.s-side a{
	display:block;
	color: #fff;
}

.s-side .s-firstItem span {
    display:inline-block;
    margin-left:10px;
    color: #fff;
}
.s-side .first {
    padding:10px 0;
    border-bottom:1px solid #dedede;
}
.s-side .d-firstNav{
	line-height: 25px;
}
.s-side .d-firstNav span {
    display:inline-block;
    margin-left:10px;
    color: #fff;
}
.s-thirdItem a{
	color:#fff;
	width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.s-thirdItem{
	padding:5px 0;
}
.s-secondItem a{
	color:#fff;
}
.s-side .d-firstNav i.fr {
    /*font-size:25px*/
}
.s-side .s-secondNav,.s-side .s-secondItem {
    margin-left:50px;
    margin-top:10px;
    color: #fff;
}
.s-side .d-secondDrop {
    margin-left:100px;
    margin-top:10px
}
.iconRotate {
    transform:rotate(90deg);
    transition:transform .5s
}
.s-firstDrop,.s-secondDrop {
    display:none
}
