.clear{
  clear: both;
}
body,ul,h1,h2,h3,h4,h5,h6,p,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
@font-face {
	font-family: 'iconfont';
	src:url('icomoon.eot?9r2afs');
	src:url('icomoon.eot?9r2afs#iefix') format('embedded-opentype'),
		url('icomoon.ttf?9r2afs') format('truetype'),
		url('icomoon.woff?9r2afs') format('woff'),
		url('icomoon.svg?9r2afs#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src:url('opensans-light-webfont.eot');
	src:url('opensans-light-webfont.eot#iefix') format('embedded-opentype'),
		url('opensans-light-webfont.ttf') format('truetype'),
		url('opensans-light-webfont.woff') format('woff'),
	font-weight: 300;
	font-style: normal;
}
*{
  font:400 12px/1 "Open Sans", "Lucida Grande", "Lucida Sans Unicode", "Arial";
  color: #666;
  font-size: 16px;
}
a{
	text-decoration: none;
}
.go-to-top{
	width: 150px;
	height: 34px;
	background-color: #aaaaaf;
	color: #fff;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	position: fixed;
	z-index: 222;
	right: -106px;
	bottom: 80px;
	cursor: pointer;
	display: none;
	line-height: 34px;
	transition:right 0.4s;
	-webkit-transition:right 0.4s;
}
.email-to-us{
	width: 150px;
	height: 34px;
	line-height: 34px;
	background-color: #aaaaaf;
	color: #fff;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	position: fixed;
	background-size: 100% 100%;
	z-index: 222;
	right: -106px;
	bottom: 115px;
	cursor: pointer;
	transition:right 0.4s;
	-webkit-transition:right 0.4s;
	display: none;
}
.go-to-top img{
	height: 20px;
	margin-top: 7px;
	margin-left: 14px;
}
.email-to-us span{
	font-size: 14px;
	color: #fff;
	position: relative;
	left: 3px;
	bottom: 11px;
}
.go-to-top span{
	font-size: 14px;
	color: #fff;
	position: relative;
	left: 9px;
	bottom: 4px;
}
.email-to-us img{
	height: 32px;
	margin-top: 2px;
	margin-left: 8px;
}
.go-to-top:hover{
	background-color: #31a7c4;
	right: -60px;
}
.email-to-us:hover{
	background-color: #31a7c4;
	right: -60px;
}
header nav{
	width: 1200px;
	margin: 0 auto;
	height: 94px;
	line-height: 94px;
	position: relative;
}
header nav ul li{
	float: right;
	color: #272727;
	font-size: 16px;
	margin-left: 32px;
}
header nav ul li.logo{
	margin-left: 0px;
}
header nav ul li a{
	color: #272727;
	font-size: 16px;
	line-height: 94px;
}
header nav ul li div{
	color: #272727;
	font-size: 16px;
	line-height: 94px;
}
header nav ul li a:hover,div:hover{
	color: #1384a8;
}
header nav ul li div:hover{
	color: #1384a8;
}
header nav ul li div:hover{
	color: #1384a8;
}
header nav ul li div:hover i{
	color: #1384a8;
}
header nav ul li.logo{
	float: left;
}
header nav ul li.logo img{
	position: relative;
	top: 27px;
}
header nav ul li.search img{
	position: relative;
	top: 31px;
}
header nav ul li i{
	color: #272727;
	font-size: 14px;
	position: relative;
}
.nav-list-all{
	width: 100%;
	/*background-color: #fff;*/
	position: absolute;
	top: 82px;
	display: none;
	
}
.head .nav-list{
	background-color: #fff;
	z-index: 999;
	position: relative;
	width: 1201px;
	margin: 0 auto;
	border-radius: 8px;
	border:2px solid #1384a8;
	padding-left: 32px;
	padding-right: 32px;
}
.head .nav-list .box{
	float: left;
	border-radius: 8px;
	height: 169px;
	width: 224px;
	background-color: #e4e9f3;
	margin-top: 34px;
	margin-bottom: 34px;
	margin-right: 30px;
	text-align: center;
}
.head .nav-list .box1{
	margin-right: 46px;
}
.head .nav-list .box img{
	margin: 0 auto;
	margin-top: 18px;
	height: 104px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	left: -6px;
}
.head .nav-list .box a{
	color: #000;
	font-size: 16px;
}
.head .nav-list .box a:hover{
	color: #1384a8;
}
.head .nav-list ul{
	float: left;
	margin-top: 34px;
	margin-right: 46px;
}
.head .nav-list ul.r{
	margin-right: 0px;
}
.head .nav-list ul li{
	margin-top: 20px;
}
.head .nav-list ul li a{
	color: #000;
	font-size: 16px;
	line-height: 18px;
}
.head .nav-list ul li a:hover{
	color: #1384a8;
}
.nav_mobie{
	display: none;
	position: absolute;
	background-color: #1384a8;
	z-index: 20;
	right: 0;
	top: 54px;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
header.head .nav_mobie a{
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 16px 0px;
	border: 1px solid #fff;
	width: 94%;
	margin:0 auto 6px;
}
header nav ul li.hide{
	display: none;
	position: relative;
	right: 18px;
	font-size: 28px;
	color: #1384a8;
}
header nav ul li.hide01{
	display: none;
	position: relative;
	right: 18px;
	font-size: 28px;
	color: #1384a8;
}
footer{
	width: 100%;
	background-color: #f0f0f0;
}
footer .foot_list{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 50px;
}
footer .foot_list .box{
	width: 25%;
	float: left;
	text-align: left;
}
footer .foot_list .box .title{
	font-size: 20px;
	color: #232323;
	margin-bottom: 30px;
}
footer .foot_list .box .title_Community{
	margin-bottom: 28px;
}
footer .foot_list .box .sns{
	margin-bottom: 18px;
}
footer .foot_list .box a{
	font-size: 14px;
	color: #232323;
	display: block;
	margin-bottom: 20px;
}
footer .foot_list .box a:hover{
	color: #1384a8;
}
footer .foot_list .box .sns a{
	display: inline-block;
	line-height: 14px;
	margin-bottom: 12px;
}
footer .foot_list .box .sns a img{
	width: 34px;
}
footer .foot_list .box .country{
	width: 278px;
	height: 38px;
	border-radius: 4px;
	border:1px solid #232323;
	cursor: pointer;
	background-image: url(../IMG_2021/icon01.png);
	background-repeat: no-repeat;
	background-position: 258px center;
	line-height: 38px;
}
footer .foot_list .box .country img{
	position: relative;
	top: 2px;
	margin-left: 12px;
	margin-right: 8px;
}
footer .country_list{
	text-align: center;
	display: none;
	line-height: 14px;
	margin-bottom: 34px;
}
footer .country_list img{
	margin-right: 6px;
	position: relative;
	top: 2px;
}
footer .country_list a{
	color: #1384a8;
	font-size: 18px;
}
footer .foot_line{
	width: 100%;
	background-color: #c9c9c9;
	height: 1px;
}
footer .foot_bottom{
	font-size: 13px;
	color: #232323;
	text-align: center;
	line-height: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}
footer .foot_bottom span{
	font-size: 13px;
	color: #232323;
}
#ep-policy{
	width: 100%;
	background: #526699;
	height: 54px;
	font-size: 16px;
	position: fixed;
	bottom: 0px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	z-index: 99999;
}
#ep-policy a{
	font-size:16px;
	color: #333;
	background-color: #fff;
	padding: 2px 8px;
	border-radius: 4px;
	display: inline-block;
}
#ep-policy span{
	display: inline-block;
	font-size:16px;
	color: #333;
	background-color: orange;
	padding: 2px 8px;
	border-radius: 4px;
	cursor: pointer;
}

@media screen and (max-width: 1268px) {
	#ep-policy{
		display: none;
	}
	header nav ul li.hide{
		display: block;
	}
	header nav ul li.hide:after{
		display: block;
		font-family:iconfont;
		content:"\e900";
		position: relative;
		top: 14px;
	}
	header nav ul li.hide01:after{
		display: block;
		font-family:iconfont;
		content:"\e813";
		position: relative;
		top: 14px;
		font-weight: bold;
	}
	.go-to-top{
		bottom: 70px;
	}
	header nav{
		width: 100%;
		height: 54px;
		line-height: 54px;
	}
	header nav ul li{
		display: none;
	}
	header nav ul li.logo{
		display: block;
	}
	header nav ul li.logo img{
		height: 31px;
		top: 12px;
		left: 12px;
	}
	footer{
		padding-bottom: 48px;
	}
	footer .foot_list{
		width: 100%;
		/*padding-left: 12px;*/
		/*margin: 0 auto;*/
		padding-top: 28px;
		padding-bottom: 28px;
	}
	footer .foot_list .box{
		width: 90%;
		padding-left: 12px;
	}
}
@media screen and (max-width: 767px) {
	header.head .nav_mobie{
		top: 54px;
	}
	header nav ul li.hide:after{
		/*top: 18px;*/
	}
	header nav ul li.hide01:after{
		/*top: 18px;*/
	}
}
