body {
	background: linear-gradient(to right, #ededed, #f3f3f3);
}

.header .menu .dropdown-second li>a,.header .menu>li>a,.page-about .article .product-list .list-bd li .item-btn,.transition {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.am-container,.am-g-fixed {
	max-width: 1125px
}

.header {
	margin-top: 58px;
	border-top: 2px solid #95bf17;
	border-bottom: 1px solid #e6e6e4
}

.header>.am-container {
	position: relative;
	height: 69px
}

.header .logo {
	position: absolute;
	top: -60px;
	right: 15px
}

.header .menu-border {
	width: 100%;
	height: 5px;
	background: #e6e6e4
}

.header .menu-border {
	position: absolute;
	left: 0;
	bottom: -5px
}

.brower-nav{
	position: absolute;
	left: 0;
	bottom: -5px
}

.brower-nav .menu{
    margin: 0px;
}

.brower-nav .menu {
	padding-left: 30px
}
.brower-nav .lang-menu {
	padding-left: 10px
}
.header .menu>li {
	font-size: 16px;
	position: static
}

.header .menu>li>a {
	color: #666!important;
	background: none!important;
	text-decoration: none;
	border-bottom: 10px solid transparent;
	padding: 0 10px
}

.header .menu>li>a:hover {
	color: #5279af!important;
	border-bottom: 10px solid #5279af
}

.header .menu>li:last-of-type>a:hover {
	border-bottom: 10px solid transparent
}

.header .menu .dropdown-second {
	margin: 0;
	left: 0;
	font-size: 16px;
	background: #5279af!important;
	border: none;
	padding: 5px 0 0;
	box-shadow: inset 0 5px 5px rgba(0,0,0,.07)
}

.header .menu .dropdown-second:after,.header .menu .dropdown-second:before {
	content: none
}

.header .menu .dropdown-second li {
	display: inline-block;
	position: relative
}

.header .menu .dropdown-second li>a {
	color: #fff;
	padding: 6px 15px;
	background: none
}

.header .menu .dropdown-second li>a.active,.header .menu .dropdown-second li>a:hover {
	background: #92d400
}

.header .menu .dropdown-third {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	min-width: 255px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	border-left: 1px solid #566469;
	border-right: 1px solid #566469;
	border-bottom: 1px solid #566469
}

.header .menu .dropdown-third li {
	display: block;
	color: #666;
	margin: 0;
	position: static
}

.header .menu .dropdown-third li>a {
	display: block;
	padding: 2px 2px 2px 14px;
	line-height: 30px;
	color: #666
}

.header .menu .dropdown-third li>a.active,.header .menu .dropdown-third li>a:hover {
	color: #fff;
	background: #5279af
}

.header .menu .dropdown-third li>a i {
	float: right
}

.header .menu .dropdown-fourth {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 150px;
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 0;
	border-right: 1px solid #566469;
	border-bottom: 1px solid #566469;
	box-shadow: inset 5px 0 3px rgba(0,0,0,.2);
	background: #fff
}

.header .menu .dropdown-fourth li {
	display: block;
	margin: 0;
	padding: 2px
}

.header .menu .dropdown-fourth li>a {
	display: block;
	padding: 2px 2px 2px 14px;
	line-height: 26px;
	color: #666
}

.header .menu .dropdown-fourth li>a:hover {
	color: #00549f;
	background: #d9e6f1
}

.header .menu .dropdown-language {
	min-width: 126px;
	left: 100%;
	margin: -10px 0 0 -232px;
	font-size: 14px;
	overflow: hidden;
	border: none;
	box-shadow: 0 3px 3px rgba(0,0,0,.07)
}

.header .menu .dropdown-language:after,.header .menu .dropdown-language:before {
	content: none
}

.header .menu .dropdown-language a {
	color: #666
}

.header .menu .dropdown-language a:hover {
	color: #00549f
}

.mobile-language {
	background-color: #fafafa;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	margin-bottom: 0
}

.mobile-language>li+li:before {
	content: "|"
}

.nav-mobile {
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(#fff,#eee);
	background-image: linear-gradient(#fff,#eee);
	background-repeat: repeat-x;
	padding: 5px;
	box-shadow: 0 -2px 2px hsla(0,0%,83%,.3);
	border-bottom: 2px solid #d3d3d3;
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -moz-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.nav-mobile .brand {
	font-family: Arial;
	font-size: 18px;
	color: #6e6e6e;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 10px 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0;
	-moz-box-flex: 0;
	-ms-flex: 0;
	flex: 0
}

.nav-mobile .nav-tel {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.nav-mobile .nav-btn {
	-webkit-box-flex: 0;
	-webkit-flex: 0;
	-moz-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	border-radius: 4px;
	background: #6e6e6e
}

.menu-mobile {
	margin-bottom: 0
}

.menu-mobile,.menu-mobile .am-panel {
	box-shadow: none
}

.menu-mobile li {
	font-size: 14px;
	background-image: -webkit-linear-gradient(#fff,#eee);
	background-image: linear-gradient(#fff,#eee);
	border: none
}

.menu-mobile li a {
	border-bottom: 1px solid #e6e6e4;
	color: #565a5c
}

.menu-mobile li .padding-left-1 {
	padding-left: 1.6rem!important
}

.menu-mobile li .padding-left-2 {
	padding-left: 3.2rem!important
}

.menu-mobile li .padding-left-3 {
	padding-left: 4.8rem!important
}

.footer {
	box-shadow: 0 -3px 3px rgba(0,0,0,.07);
	background: #fff
}

.footer .menu li {
	font-size: 15px
}

.footer .menu li a {
	padding: 5px 15px;
	line-height: 20px;
	color: #666!important;
	background: none!important;
	text-decoration: none
}

.main-content {
	box-shadow: 0 0 3px rgba(50,50,50,.2);
	background: #fff;
	padding-top: 40px
}

.main-content .sitemap {
	padding: 30px;
	background: #e6e6e4;
	font-size: 14px;
	line-height: 24px
}

.main-content .sitemap dl {
	float: left;
	width: 270px;
	padding: 0;
	margin: 0
}

.main-content .sitemap dl dt {
	color: #00549f;
	font-weight: 400
}

.main-content .sitemap dl dd {
	color: #7b7b7b
}

.main-content .sitemap dl dd a {
	color: #7b7b7b;
	text-decoration: none
}

.main-content .sitemap dl dd a i {
	margin-right: 5px
}

@media only screen and (max-width:1024px) {
	body {
		background: #fff
	}

	#header {
		padding: 0
	}

	.header {
		margin: 0;
		border: none
	}

	.header>.am-container {
		height: auto
	}

	.header .logo {
		position: relative;
		text-align: center;
		top: 0;
		right: 0;
		left: 0
	}

	.header .logo:after {
		content: " ";
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		height: 2px;
		margin-top: -5px;
		background: #95bf17;
		z-index: -1
	}

	.main-content {
		box-shadow: none;
		padding-top: 0
	}
}

.page-about .article {
	padding: 0 30px 30px
}

.page-about .article h1 {
	font-size: 29px;
	color: #00549f;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 20px
}

.page-about .article p {
	padding-left: 30px;
	font-size: 13px;
	line-height: 22px;
	margin: 10px auto
}

.page-about .article ul {
	padding-left: 50px;
	font-size: 13px;
	list-style: square
}

.page-about .article ul li {
	line-height: 20px
}

.page-about .article ul li a {
	color: #00549f;
	text-decoration: underline
}

.page-about .article p+ul {
	margin-top: -10px
}

.page-about .article .product-list {
	margin-top: 30px
}

.page-about .article .product-list .list-hd {
	font-size: 16px;
	line-height: 30px;
	color: #00549f;
	border-bottom: 1px solid #5279af;
	margin-bottom: 15px
}

.page-about .article .product-list .list-hd h3 {
	margin: 0;
	display: inline-block;
	padding-right: 150px;
	border-bottom: 5px solid #5279af
}

.page-about .article .product-list .list-bd {
	list-style: none;
	padding: 0;
	margin: 0
}

.page-about .article .product-list .list-bd li {
	float: left;
	width: 255px;
	margin-bottom: 20px;
	margin-right: 15px
}

.page-about .article .product-list .list-bd li:last-of-type {
	margin-right: 0
}

.page-about .article .product-list .list-bd li .item-pic {
	width: 100%;
	height: 180px;
	border: 1px solid #e6e6e4;
	text-align: center;
	line-height: 180px;
	margin-bottom: 10px
}

.page-about .article .product-list .list-bd li .item-pic img {
	max-width: 100%;
	max-height: 100%
}

.page-about .article .product-list .list-bd li .item-btn {
	display: block;
	height: 56px;
	font-size: 14px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background: #5279af;
	text-decoration: none
}

.page-about .article .product-list .list-bd li .item-btn:hover {
	background: #92d400
}
/*# sourceMappingURL=app.css.map */
