@charset "utf-8";

/*
 *	Created by 71nc.com on 23/03/28
*/
html {

    font-size: 16px;
    overflow-x: hidden;

}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ul,
ol,
li {
	list-style: outside none none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #16243d;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}

body {
    margin: 0 auto;
    color: #333;
    background-color: #ffffff;
    font-family: 'Microsoft YaHei';
    overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #1763a9;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #1763a9;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #555;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

@font-face {
	font-family: 'syhtB';
	src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face {
	font-family: 'syhtN';
	src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}


ul,
ol,
li {
	list-style: outside none none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #014f99;
}

img {
	border: none;
	max-width: 100%;
}

.clear {
	clear: both;
	display: block;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	content: "";
	clear: both;
	display: block;
}

.wrap {
	margin: 0 3rem;
}

.in-warp {
	width: 75%;
	margin: 0 auto;
}

/* 中屏（1200-1920px）：微调根字体，适配比例 */
@media (min-width: 1200px) and (max-width: 1919px) {
    html {
        font-size: calc(100vw / 120);
        /* 120=1920÷16，保证1920设计稿比例 */
    }
}

/* 小屏（<1200px）：降低根字体，优化移动端体验 */
@media (max-width: 1199px) {
    html {
        font-size: calc(100vw / 75);
        /* 75=1200÷16，适配小屏比例 */
    }
}



/* top */
header {
	display: flex;
	justify-content: space-between;
	padding: 1.875rem 0;
	display: flex;
	align-items: end;
	justify-content: space-between;
	align-items: anchor-center;
}

.logo {
	width:23.75rem;
}

.logo img {
	display: block;
	width: 100%;
}

.search {
	width:20.625rem;
	display: flex;
}

.search input {
	width: 75%;
	outline: none;
	border: 1px solid #dddddd;
	border-right: none;
	padding: 0 0.9375rem;
	line-height: 2.6rem;
	font-size: 12px;
}

.search .btn {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e60012;
}

.search .btn img {
	display: inline-block;
	width: 1.625rem;
}

/* 弹窗 */

#dialogBg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#dialogBg1 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.animated {
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

#dialog {
	width: 7rem;
	padding: 0.7rem;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
}

#dialog1 {
	width: 65%;
	padding: 0.55rem;
	background: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	border-radius: 6px;
}

.dialogTop {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
}

.claseDialogBtn {
	color: #111;
}

.tc-ss {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.tc-ss ul .sk03 {
	width: 100%;
	font-size:14px;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 25px
}

.tc-ss ul .sk03 input {
	width: 100%;
	background: none;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border: none;
	outline: none;
}

.sk04 {
	height: 45px;
}

.sk04 input {
	border-radius: 0;
	background: #0081d5;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 30%;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}


/* 弹窗 */
footer{width: 100%; margin: 0 auto; background: #e3e3e3;}
.f-top{width: 100%; border-bottom: 1px solid #c4c4c4; padding: 0.825rem 12.5%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.f-logo{width: 24rem;}
.f-link{display: flex;}
.f-link .title{line-height: 2.625rem; font-size: 14px;}
.f-select{display: flex;}
.f-select select{margin-right: 1.25rem; width: 14.375rem; background: none; outline: none; font-size: 14px; padding: 0 1rem;}
.f-copy{width: 100%; border-top: 1px solid #c4c4c4; padding: 2.1875rem 0 2.8125rem 0; text-align: center; font-size: 14px; position: relative;}
.f-nav{display: flex; justify-content: center;} 
.f-nav a{display: inline-block; padding: 0 1.375rem; line-height: 2.5rem;}
.f-copyright{font-size: 14px; line-height: 2.25rem; }
.f-ewm{width: 6.875rem; position: absolute; right: 12%; top: 2rem;}

/* 底部 */


/*  */

.nav-outer .mobile-nav-toggler {
	position: relative;
	display: none;
	float: right;
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	font-weight: 100;
	cursor: pointer;
	padding: 20px 0;
}

.nav-outer .mobile-nav-toggler span b {
	font-weight: normal;
	width: 30px;
	height: 3px;
	border-radius: 10px;
	background: #1763a9;
	display: block;
	margin-bottom: 5px;
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width: 100%;
	height: 100%;
	padding-right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(11, 103, 196, 0.80);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 15px;
	text-align: left;
	padding-top: 50px;
}

.mobile-menu .nav-logo a {
	position: relative;
	display: inline-block;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #3278b2;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	top: 2px;
	right: 6px;
	width: 39px;
	height: 39px;
	text-align: center;
	color: #ffffff;
	font-size: 1rem;
	line-height: 32px;
	background: url(../images/j.png) no-repeat;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


/*==============================================
    Main Header Css        
===============================================*/

.main-header {
	width: 100%;
	z-index: 999999;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	height:44px;
	background: #004098;
}

.header-upper-middle {
	position: relative;
}

.main-menu {
	position: relative;
	display: block;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
}

.main-menu .navigation>li {
	position: relative;
	display: inline-block;
	float: left;
	width: 16.6666%;
	text-align: center;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	opacity: 1;

}

.main-menu .navigation>li a:hover,
.main-menu .navigation>li.current>a {

	background: #0783d1;
}

.main-menu .navigation>li>ul {
	position: absolute;
	top: 100%;
	left: 0%;
	width: 100%;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 100ms ease;
	z-index: 100;
}

.main-menu .navigation>li>.active {

	background: #0783d1;
}

.main-menu .navigation>li>ul:before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #ffffff;
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	z-index: -1;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	border-bottom: 1px solid #fafafa;
	font-size: 1rem;
	line-height: 2.5rem;
	text-align: center;
	text-transform: capitalize;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
	border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
	color: #e64747;
}


/*.main-menu .navigation> li> ul> li> a:before{ content:"";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-size: 14px;
    margin: 12px 0;
	opacity: 0; width:6px; height:26px; background:url(../images/sj.png) no-repeat left center;
    transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li:hover>a:before{
	opacity: 1;
}*/

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 100%;
	padding: 10px 0;
	display: none;
	background: #ffffff;
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	transition: all 100ms ease;
	z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	display: block;
	padding: 0 20px;
	width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 13px 0px 13px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
	padding-left: 15px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 0px;
	top: 0;
	width: 50px;
	height: 42px;
	border-left: 1px solid #242a30;
	text-align: center;
	font-size: 1rem;
	line-height: 42px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	z-index: 5;
}

@media only screen and (max-width: 1450px) {

/* 	.main-menu .navigation>li>a,
	.in-warp {
		width: 84%;
		margin: 0 auto;
	} */

	.main-menu .navigation>li>a {
		font-size:16px;
	}
}

@media only screen and (max-width: 1366px) {

}


@media only screen and (min-width: 768px) {

	.main-menu .navigation>li>ul,
	.main-menu .navigation>li>ul>li>ul {
		display: block !important;
		visibility: hidden;
		opacity: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.in-warp {
			width: 86%;
			margin: 0 auto;
		}
}
@media only screen and (max-width: 1199px) {
.f-top {
	    padding: 15px 5%;
	}
.f-logo {
    width: 30%;
}
.f-select select {
    margin-right: 6px;
    width: 11rem;
    font-size: 14px;
    padding: 0 1.25rem;
}
.f-copy {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    padding: 20px 3%;
    text-align: center;
    font-size: 14px;
}
.f-nav a {
    line-height: 36px;
}

.f-copyright {
    font-size: 14px;
    line-height: 26px;
}
.f-ewm {
    width: 80px;
    right: 5%;
    top: 8px;
}
.f-link .title{font-size: 15px; line-height: 34px;}
	.search input {
		    width: 84%;
		    line-height: 34px;
		    font-size: 12px;
		}
		.search .btn {
		    width: 16%;
		}
		.search .btn img {
		    width: 1.425rem;
		}
		.search {
		    width: 16rem;
		    display: flex;
		}
}

	

@media only screen and (max-width: 1150px) {
	.f-ewm {
	    width: 6.875rem;
	    position: relative;
	    right: inherit;
	    top: inherit;
	    margin: 0 auto;
	}
}

@media only screen and (max-width: 960px) {




}

@media only screen and (max-width: 760px) {
	.main-header .nav-outer .main-menu {
		display: none !important;
	}
	.nav-outer .mobile-nav-toggler {
		display: block;
	}
	.nav-warp {
		width: auto;
	}

	.ban-list li:nth-child(3) {
		display: none;
	}

.main-header {
        background: none;
        position: absolute;
        top: 20px;
    }

	.main-header {
		z-index: 9998;
	}

	.mobile-menu-visible .logo,
	.nav-outer .mobile-nav-toggler {
		padding: 0;
		right: 0;
	}

	.header-warp {
		width: 96%;
		margin: 0 auto;
	}

	.mobile-menu .nav-logo {
		padding-top: 20px;
	}
    .in-warp {
        width: 96%;
        margin: 0 auto;
    }
	.logo {
	    width: 60%;
	}
	.search{display: none;}

.f-logo {
        width: 70%;
        margin: 0 auto;
    }
.f-link {
    width: 100%;
    margin-top: 15px;
	flex-wrap: wrap;
}
.f-link .title {
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 5px;
}
.f-select {
    width: 100%;
	flex-wrap: wrap;
}
.f-select select{width: 100%; margin-bottom: 6px; height: 36px; line-height: 36px;}
.f-copyright {
    font-size: 14px;
    line-height: 28px;
}
.f-ewm {
        width: auto;
        font-size: 14px;}
		.f-copy {
		    width: 100%;
		    border-top: 1px solid #c4c4c4;
		    padding: 20px 3%;
		    text-align: center;
		    font-size: 15px;
		}
	
		.f-ewm {
		    right: 6%;
		}
}

@keyframes run {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.04);
	}

	50% {
		transform: scale(1.08);
	}

	75% {
		transform: scale(1.04);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-webkit-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-moz-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@-o-keyframes icon-bounce {

	0%,
	100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-moz-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	50% {
		-moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	75% {
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg);
	}

	85% {
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
}

@keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}



@-moz-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}



@-webkit-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}



@-o-keyframes changeScale {
	0% {
		transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		opacity: .2;
	}

	100% {
		transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1
	}
}