.menu {
	background-color: #FFFFFF;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menu-button .mobile-logo {
	height: 30px;
    display: inline-block;
    /* padding: 4px 0; */
}

#menu-button .mobile-logo img {
	height: 30px;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: auto;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	background: #FFFFFF;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #009ae1;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
	float: left;
}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu>ul>li>a {
	padding: 20px;
	font-size: 15px;
	text-decoration: none;
	color: #222222;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li.active>a {
	color: #53b0ba;
}

#cssmenu>ul>li.has-sub>a::after {
	content: "\f107";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease 0s;
    margin-left: 5px;
    white-space: normal;
}

#cssmenu>ul>li.has-sub:hover>a::after {
	border-color: #1D2088;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu li:hover>ul {
	left: auto;
}

#cssmenu.align-right li:hover>ul {
	right: 0;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li a {
	padding: 10px 15px;
    /* border-bottom: 1px solid rgba(120, 120, 120, 0.15); */
    color: #6f6f6f;
    display: block;
   	clear: both;
   	line-height: 1.42857143;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #337ab7;
}

#cssmenu ul ul li.has-sub>a::after {
	font-family: 'FontAwesome';
    float: right;
    content: "\f105";
    margin-top: 0;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
	border-color: #ffffff;
}

.navbar-form {
	box-shadow: none;
	border-top: 1px solid rgba(120, 120, 120, 0.15);
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
	padding: 15px 15px 10px;
}

/*PC端*/
.top {
	position: relative;
}

.top .fullnav {
	width: 100%;
}

.top .fullnav .logo {
	float: left;
	height: 100px;
	display: flex;
	align-items: center;
}

.top .fullnav .logo img {
	height: 50px;
}

.top .fullnav .menuNav {
	float: right;
}

.top .fullnav .menuNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.top .fullnav .menuNav ul li {
	list-style: none;
	float: left;
	position: relative;
}

.top .fullnav .menuNav ul li a {
	color: #222222;
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 15px;
	padding: 0px 12px;
	position: relative;
	font-weight: 500;
}

.top .fullnav .menuNav ul li a:hover {
	color: #53b0ba;
}

.top .fullnav .menuNav ul li.sel a {
	color: #53b0ba;
}

.top .fullnav .menuNav ul li.on a {
	color: #53b0ba;
}

.top .fullnav .menuNav ul li.sel a:after {
	content: "";
	width: 60px;
	height: 3px;
	background: #53b0ba;
	position: absolute;
	bottom: 0;
	left: 16px;
}

.top .fullnav .menuNav ul li a:after {
	content: "";
	width: 0px;
	height: 0px;
	background: #53b0ba;
	position: absolute;
	bottom: 0;
	left: 56px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.top .fullnav .menuNav ul li a:hover:after {
	content: "";
	width: 60px;
	height: 3px;
	background: #53b0ba;
	position: absolute;
	bottom: 0;
	left: 16px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.top .fullnav .menuNav ul li.home a:after {
	content: "";
	width: 0px;
	height: 0px;
	background: #53b0ba;
	position: absolute;
	bottom: 0;
	left: 43px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
	
.top .fullnav .menuNav ul li.home a:hover:after {
	content: "";
	width: 30px;
	height: 3px;
	background: #53b0ba;
	position: absolute;
	bottom: 0;
	left: 16px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}


.top .subnav {
	position: absolute;
	top: 100px;
	width: 100%;
	height: 70px;
	overflow: hidden;
}

.top .subnav .item {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	display: none;
	height: 70px;
	line-height: 70px;
	background: #fff;
	opacity: 0.9;
	border-top: 1px solid #eee;
	z-index: 10000;
}

.top .subnav .item a {
	font-size: 16px;
	position: relative;
	padding: 0px 10px 0px 15px;
	margin-right: 15px;
	color: #414242;
	font-weight: 500;
}

.top .subnav .item a i {
	position: absolute;
	background: #666;
	height: 3px;
	width: 3px;
	border-radius: 50%;
	top: 9px;
	left: 0px;
}

.top .subnav .item a:hover {
	color: #53b0ba;
}

.top .subnav .item a:hover i {
	background: #53b0ba;
}


.btn-default {
    color: #FFFFFF;
    background-color: #53b0ba;
    border-color: #53b0ba;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control {
    border: 1px solid #53b0ba;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
}

@media all and (max-width: 992px) {
	#cssmenu {
		width: 100%;
	}
	#cssmenu ul {
		width: 100%;
		display: none;
	}
	#cssmenu.align-center>ul,
	#cssmenu.align-right ul ul {
		text-align: left;
	}
	#cssmenu ul li,
	#cssmenu ul ul li,
	#cssmenu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120, 120, 120, 0.15);
	}
	
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
	}
	#cssmenu>ul>li,
	#cssmenu.align-center>ul>li,
	#cssmenu.align-right>ul>li {
		float: none;
		display: block;
	}
	#cssmenu ul ul li a {
		padding: 20px 20px 20px 30px;
		font-size: 13px;
		color: #666;
		background: none;
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li a:hover {
		color: #53b0ba;
	}
	#cssmenu ul ul ul li a {
		padding-left: 40px;
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	}
	#cssmenu>ul>li.has-sub>a::after,
	#cssmenu ul ul li.has-sub>a::after {
		display: none;
	}
	#menu-line {
		display: none;
	}
	#cssmenu #menu-button {
		display: block;
		padding: 15px 0;
		color: #000000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer;
	}
	#cssmenu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #636363;
		z-index: 99;
	}
	#cssmenu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #636363;
		z-index: 99;
	}
	#cssmenu .submenu-button.submenu-opened:after {
		display: none;
	}
	#menu-toggle {
		position: relative;
	    float: right;
	    padding: 6px 10px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	}
	#menu-toggle .icon-bar {
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	    background-color: #888;
	}
	#menu-toggle .icon-bar+.icon-bar {
	    margin-top: 4px;
	}
	.menu-logo {
		display: none;
	}
}


/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.menu .menu-logo {
	    display: flex;
	    align-items: center;
	    height: 60px;
	}
}

/* 中等屏幕（桌面显示器，大于等于992px） */

@media (min-width: 993px) {
	.menu .menu-logo img {	
		width: 215px;
	}
	#cssmenu>ul>li>a {
		padding: 20px 15px;
		font-size: 15px;
		line-height: 20px;
	}
	#cssmenu {
		float: right;
		/*margin-top: 2px;*/
		margin-left: 20px;
	}
	#cssmenu ul ul {
		z-index: 999;
		width: 200px;
		background: #FFFFFF;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
	.menu {
		padding: 10px 0;
	}
	#cssmenu ul {
		display: block!important;
	}
	.menu-search {
		position: relative;
		margin-top: 37px;
		float: right;
	}
	.menu-search .navbar-form {
		display: none;
		position: absolute;
		top: 50px;
		right: 0;
		padding: 0;
		width: 200px;
		z-index: 999;
	}
	.menu-search .navbar-form .btn-default {
		color: #FFFFFF;
		background-color: #53b0ba;
	    border-color: #53b0ba;
	    border-top-left-radius: 0;
	    border-bottom-left-radius: 0;
	}
	.menu-search .navbar-form .form-control {
		border: 1px solid #53b0ba;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	#searchdropmenu {
		color: #222;
		padding: 20px;
	}
	
	#searchdropmenu:hover {
		color: #53b0ba;
	}
	
	.top .fullnav .menuNav ul li {
		margin: 0;
	}
	
	.top .subnav .m0 {
		padding-left: 290px;
	}
	
	.top .subnav .m1 {
		padding-left: 370px;
	}
	
	.top .subnav .m2 {
		padding-left: 460px;
	}
	
	.top .subnav .m3 {
		padding-left: 540px;
	}
	
	.top .subnav .m4 {
		padding-left: 624px;
	}
}


/* 大屏幕（大桌面显示器，大于等于1200px） */

@media (min-width: 1200px) {
	.menu {
		padding: 10px 0;
	}
	#cssmenu {
		margin-left: 60px;
	}
	
	#cssmenu>ul>li>a {
	    padding: 20px 25px;
	    font-size: 15px;
	    line-height: 20px;;
	}
	
	.top .fullnav .menuNav ul li {
		margin: 0 10px;
	}
	
	.top .subnav .m0 {
		padding-left: 338px;
	}
	
	.top .subnav .m1 {
		padding-left: 444px;
	}
	
	.top .subnav .m2 {
		padding-left: 548px;
	}
	
	.top .subnav .m3 {
		padding-left: 652px;
	}
	
	.top .subnav .m4 {
		padding-left: 756px;
	}
}
