.wrap{

	width: 1260px;

	height: 100%;

	margin: 0 auto;

	position: relative;

	box-sizing:  border-box;

}

.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: 80px;

    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: 114px;

}

.logo{

	position: absolute;

	left: 0;

	top: 23px;

	width: 198px;

}

.logo img{

	width: 100%;

}

.nav{

	

	position:  absolute;

		

	left: 260px;

		

	right: 150px;

		

	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{

	float: left;

	padding: 0 24px 30px;

}

.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;

}

.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: 25px;

}

.two-menu h1 a{

	color: #333;

}

.two-menu ul{

	overflow: hidden;

}

.two-menu li{

	float: left;

	color: #333;

	padding: 5px 25px;

	margin: 0 10px 10px 0;

}

.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: 17px;

	line-height: 1;

}



.foot-info-cell {

	position: relative;

	font-size: 14px;

	color: #fff;

	padding-left: 35px;

	margin-bottom: 10px;

	width: 50%;

	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-title{
	color: white;
	font-size: 18px;
	font-weight: 500;
    letter-spacing: 6px;
	/*margin-left: 42px;*/
	line-height: 32px;
}


.foot-ewm-main {

    float: left;
    width: 64px;
    margin-top: 20px;
    margin-left: 10px
}


.foot-ewm-main img {

	width: 100%;

	display: block;

}
.foot-ewm-main svg{
	width: 48px;
	height: 48px;
	fill:white;
}
.foot-ewm-main-weixin a .foot-ewm-weixin-pic{
	display: none;
	position: absolute;
	top: -8px;
	right: 418px;
    padding: 10px 20px;
	overflow: hidden;
	height: 120px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	border: 10px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px #ccc;
}

.foot-ewm-main-weixin a .foot-ewm-weixin-pic img{
	width: 80px;
	height: 80px;
	display: inline;
	margin: 3px 6px;
    border: 1px solid #d4d4d6;
}



.foot-ewm-weixin-pic li{
	display: block;
	float: left;
	list-style: none;
}

.foot-ewm-weixin-pic .weixin-pic-title{
	color: #333;
	text-align: center;
	display: block;
	margin-bottom: 6px;
}

.foot-ewm-weixin-pic .weixin-shuxian svg{
	width: 80px;
    height: 134px;
	fill: #e6e6e6;
	margin: 0px -20px;
}

.foot-ewm-main-weixin a .foot-ewm-weixin1{
	display: none;
}
.foot-ewm-main-weixin a:hover .foot-ewm-weixin0{
	display: none;
}
.foot-ewm-main-weixin a:hover .foot-ewm-weixin1{
	display: block;
}
.foot-ewm-main-weixin a:hover .foot-ewm-weixin1 svg{
	fill: #1296db;
}
.foot-ewm-main-weixin a:hover .foot-ewm-weixin-pic{
	display: block;
}

.foot-ewm-main-weibo a .foot-ewm-weibo1{
	display: none;
}

.foot-ewm-main-weibo a:hover .foot-ewm-weibo0{
	display: none;
}
.foot-ewm-main-weibo a:hover .foot-ewm-weibo1{

	display: block;
}
.foot-ewm-main-weibo a:hover .foot-ewm-weibo1 svg{
	fill: #1296db;
}

.foot-ewm-main-linked a .foot-ewm-linked1{
	display: none;
}

.foot-ewm-main-linked a:hover .foot-ewm-linked0{
	display: none;
}
.foot-ewm-main-linked a:hover .foot-ewm-linked1{

	display: block;
}
.foot-ewm-main-linked .foot-ewm-linked0 svg{
	width: 50px;
	height: 50px;
}
.foot-ewm-main-linked a:hover .foot-ewm-linked1 svg{
	fill: #1296db;
	width: 50px;
	height: 50px;
}



/*笔记本*/

@media only screen and (min-width: 701px) 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: 20px;

	    top: 18px;

	}

	.nav li{

	    padding: 0 2.5% 24px;

	}

	.nav li a{

		font-size: 16px;

	}

	.two-menu{

		top: 94px;

	}

	.header-lag{

	    right: 15px;

	    top: 20px;

	}

	.foot-top{

		padding: 20px 20px;

	}

	.foot-info h1{

		font-size: 18px;

		margin-bottom: 5px;

	}

	.foot-ewm-main{

	    width: 96px;

    	height: 120px;

	}

	.foot-ewm{

		width: 320px;

	}

}

/*pad*/

@media only screen and (min-width: 701px) and (max-width: 1150px) {

	.nav li{

		padding: 0 1.8% 23px;

	}

	.logo{

		width: 100px;

		top: 21px;

	}

	.nav{

		left: 123px;

	}

	.nav li a{

		font-size: 14px;

	}

}

@media only screen and (min-width: 701px) and (max-width: 850px) {

	.nav li{

		padding: 0 1% 23px;

	}

	.nav li a{

		font-size: 12px;

	}

}

/*手机*/

@media only screen and (min-width: 0px) and (max-width: 700px) {

	.mobile-header{

		display: block;

	}

	.header-top,.header-main{

		display: none;

	}
	
	.header-lag {
	   right: 70px;
        top: 15px;
	}

	.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;

	}

	.foot-ewm{

	    width: 100%;

	    padding: 0 10px;

	    box-sizing: border-box;

	}
	
	.foot-ewm-main-title {
	    text-align: center;
	}

	.foot-ewm-main{

        width: 38%;

    	margin: 0 5%;
    	display: flex;
        justify-content: space-around;

	}

	.foot-bottom{

		padding: 12px 0;

	}

}



/* mobile nav */



.s-side .s-firstItem i {

    font-size:20px;

}

.s-side a{

	display:block;

}



.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;

}

.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

}

@media (max-width: 850px) {
    .foot-ewm-main-weixin a .foot-ewm-weixin-pic {
        padding: 10px 0;
        right: 28%;
        top: 41px;
        
    }
    .foot-ewm-weixin-pic ul {
        display: flex;
    }
    .foot-ewm-weixin-pic .weixin-shuxian svg {
        width:40px;
    }
}

