@charset "utf-8";
.noscroll{
	overflow: hidden;
}
/*PC端头部*/
.header{
	position:fixed;
	z-index:9;
	width:100%;
	background:#ffffff;
	border-bottom: 1px solid #dddddd;
}
.header-pc{
	padding: 15.5px 0 15.5px 0;
}
/*PC端头部左侧*/
.header-pc-left{
	font-size: 0;
	display: inline-block;
}
.logo{
	padding: 10px 0;
}
.logo a{
	display: block;
}
.logo img{
	height: 60px;
}
.language{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-left: 20px;
}
.language li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.language li:last-child{
	margin-right: 0;
}
.language a{
	display: block;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	background-position: left center;
	background-repeat: no-repeat;
}
.language li:nth-child(1) a{
	background-image: url(../images/c.png);
}
.language li:nth-child(2) a{
	background-image: url(../images/e.png);
}
.language li:nth-child(3) a{
	background-image: url(../images/q.png);
	background-size:auto 17px; 
}

/*PC端头部右侧*/
.header-pc-right{
	font-size: 0;
	width: 60%;
}
.saw{
	text-align: right;
}
.search{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.search input{
	display: inline-block;
	vertical-align: top;
	height: 28px;
	line-height: 28px;
	border: none;
}
.search input[type=text]{		
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 180px;
	padding-left: 12px;
	font-size: 14px;
	color: #666666;
}
.search input[type=submit]{		
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 28px;
	background: url(../images/search.png) no-repeat center;
}
.wx{
	display: inline-block;
	vertical-align: middle;
	background: #55bd1e;
	padding: 5px 8px;
	border-radius: 5px;
	margin-left: 10px;
}
.wx img{
	
}
.nav{
	margin-top: 26px;
}
.yiji{
	
}
.yiji>li{
	display: inline-block;
	vertical-align: top;
	width: 16.6%;
	text-align: center;
}
.yiji>li>a{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: bold;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.yiji>li>a:hover{
	color: #064693;
}

@media (min-width:950px) and (max-width:1024px) {
	.yiji>li>a{
		font-size: 16px;
	}
}

@media (min-width:768px) and (max-width:949px) {
	.logo{
		margin-right: 20px;
	}
	.language li{
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.language li:last-child{
		margin-bottom: 0;
	}
	.header-pc-right{
		width: 55%;
	}
	.yiji>li>a{
		font-size: 14px;
	}
}

/*手机端头部*/
.header-fixed{
	background: #000000;
	position: fixed;
	z-index: 15;
	width: 100%;
}
/*菜单按钮*/
.menu-m{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position:center;
	background-repeat:no-repeat;	
}
/*搜索按钮*/
.search-m{
	display: inline-block;
	width: 50px;
	height: 50px;	
	background-position:center;
	background-repeat:no-repeat;	
}

/*手机端logo+语言切换*/
.header-m-bottom{
	padding: 60px 15px 10px 15px;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo-m{
	
}
.logo-m a{
	display: inline-block;
}
.logo-m img{
	
}
.language-m{
	
}
.language-m li{
	margin-bottom: 10px;
}
.language-m li:last-child{
	margin-bottom: 0;
}
.language-m a{
	font-size: 14px;
	padding-left: 28px;
	color: #666666;
	text-transform: uppercase;
	background-position: left center;
	background-repeat: no-repeat;
}
.language-m li:nth-child(1) a{
	background-image: url(../images/c.png);
}
.language-m li:nth-child(2) a{
	background-image: url(../images/e.png);

}
.language-m li:nth-child(3) a{
	background-image: url(../images/q.png);
	background-size:auto 17px;
}

/*弹出层阴影*/
.gai{
	display: none;
	position: fixed;
	z-index: 10;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.1);
}
/*手机端菜单弹出层*/
.menu{
	position: fixed;
	top: 50px;
	left: -240px;
	bottom: 0;
	width: 240px;
	z-index: 13;
	background: url(../images/flipContent_bg.png) repeat left top;
	background-size: cover;
}
.menu h2{
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	padding: 0 15px;
	text-transform: uppercase;
}
.yiji-m{
	
}
.yiji-m>li{
	
}
.yiji-m>li>a{
	display: block;
	line-height: 45px;
	background: #222222;
	border-bottom: 1px solid #000;
    border-top: 1px solid #2E2E2E;
    color: #ccc;
    font-size: 14px;
	padding: 0 15px;
}
.wx-m {
    display: inline-block;
    vertical-align: middle;
    background: #55bd1e;
    padding: 5px 8px;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 15px;
}

/*手机端搜索弹出层*/
.search-t{
	position: fixed;
	z-index: 13;
	width: 100%;
	top: -100px;
	left: 0;
	background: #000000;
}
.search-t form{
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-t form input{
	height: 40px;
	line-height: 40px;
	border: none;
	padding-left: 12px;
}
.search-t form input[type=text]{
	width: 100%;
}
.search-t form input[type=submit]{
	width: 80px;
	height: 40px;
	background:#E91E2D url(../images/search-m.png) no-repeat center;
	background-size: 30px;
}


.footer{
	background: #dfdfdf;
    overflow: hidden;
}
.footer-logo{	
	font-size: 0;
}
.footer-logoa{
	/*background: #ececec;*/
	text-align: center;
	position: relative;
}
.footer-logoa a{
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.footer-logoa a img{
	
}
.footer-lx{
	padding-top: 3%;
	padding-bottom: 2%;
}
.footer-nav{
	margin-bottom: 20px;
	font-size: 0;
}
.footer-nav li{
	padding:0 7px;
	position: relative;
}
.footer-nav li:first-child{
	padding-left: 0;
}
.footer-nav li:last-child{
	padding-right: 0;
}
.footer-nav li:after{
	content: '/';
	font-size: 14px;
	color: #666666;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%,-55%);
	-ms-transform: translate(50%,-55%);
	-o-transform: translate(50%,-55%);
	-moz-transform: translate(50%,-55%);
	-webkit-transform: translate(50%,-55%);
}
.footer-nav li:last-child:after{
	display: none;
}
.footer-nav a{
	font-size: 14px;
	color: #666666;
}
.footer-lxfs{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	text-align:center;
}
.footer-ewm{
	font-size: 0;
}
.footer-ewm div{
	max-width: 120px;
	background: #ffffff;
	text-align: center;	
	padding: 5px 0 10px 0;
	margin: 0 0 0 auto;
}
.footer-ewm a{
	display: block;
}
.footer-ewm img{
	width: 110px;
	height: 110px;
}
.footer-ewm p{
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
}
@media screen and (max-width:500px){
	.footer-nav{
		display: none;
	}
} 
@media screen and (max-width:991px ) {
	.footer .row{
		padding: 15px 0;
	}
	.footer-ewm div{
		margin: 0 auto;
	}
}