@CHARSET "UTF-8";

/**
* 1. Font
* 2. Typography 
* 3. Layout
* 3. Components
* orange: #fdb825
* gray: #898989
*/


/*************** Font *********************/

@font-face {
	font-family: 'FontAwesome';
	src: url('./fonts/fontawesome-webfont-v=4.2.0.eot');
	src: url('../fonts/fontawesome-webfont-.eot#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont-v=4.2.0.woff') format('woff'), url('../fonts/fontawesome-webfont-v=4.2.0.ttf') format('truetype'), url('../fonts/fontawesome-webfont-v=4.2.0.svg#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont-.eot#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont-.eot#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*************** Typography *********************/

html,
body {
	height: 100%;
}

body {
	font-family: "微软雅黑", Helvetica;
	color: #575757;
	max-width: 1920px;
	width: 100%;
	overflow-x: hidden;
}

a {
	color: #313131;
	outline: 0 !important;
}

a:hover {
	color: #fdb825;
}

p {
	line-height: 1.8em;
	margin-bottom: 0px;
}

dl {
	margin-bottom: 35px;
}

dt {
	color: #fdb825;
	font-size: 1.2em;
	font-weight: normal;
}

dd {
	margin-bottom: 5px;
	white-space: pre-wrap;
	position: relative;
	padding-left: 20px;
}

dd a {
	color: #666;
}

dd:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
}

dd.country:before {
	content: "\f0ac";
}

dd.website:before {
	content: "\f0c1";
}

dd.mobile:before {
	content: "\f10b";
}

dd.mail:before {
	content: "\f0e0";
}

dd.tel:before {
	content: "\f095";
}

dd.address:before {
	content: "\f015";
}

dd.fax:before {
	content: "\f1ac";
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.img-expand {
	width: 100%;
	height: auto;
}

.btn-primary {
	color: #fff;
	background-color: #fdb825;
	border-color: #D79200;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #D79200;
	border-color: #D79200;
}

label.error {
	margin-top: 5px;
	color: #fdb825;
}

.required label:after {
	content: '*';
	color: #fdb825;
	display: inline-block;
	margin-left: 5px;
}


/*************** Layout *********************/

.header {
	position: fixed;
	width: 100%;
	height: 90px;
	top: 0;
	left: 0;
	z-index: 200;
	background: #000000;
	/*border-bottom: 1px solid #ddd;*/
}

.header.small {
	height: 53px;
	font-size: 1em;
}

.header .container {
	padding-top: 15px;
	position: relative;
}

.header.small .container {
	padding-top: 5px;
}

.header .logo {
	float: left;
	margin-right: 40px;
}

.header.small .logo {
	height: 50px;
	width: auto;
	margin-bottom: 5px;
}

.banner {
	margin-top: 90px;
}

.top-nav {
	float: right;
	font-size: .8em;
	line-height: 24px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

.header.small .top-nav {
	display: none;
}

.top-nav .item-list {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-nav li {
	display: inline-block;
	float: left;
	margin-left: 15px;
}

.top-nav .item {
	position: relative;
	color: #666;
	text-decoration: none;
}

.top-nav .item:hover {
	color: #fdb825;
}

.top-nav .search-item .submit {
	position: absolute;
	right: 6px;
	top: 0px;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}

.top-nav .search-item .submit:after {
	content: "\f002";
	font-family: 'FontAwesome';
}

.top-nav .search-input {
	height: 24px;
	padding: 3px 6px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 8px;
}

.top-nav .login:before {
	content: "\f023";
	font-family: 'FontAwesome';
	margin-right: 3px;
}

.top-nav .logout:before {
	content: "\f13e";
	font-family: 'FontAwesome';
	margin-right: 3px;
}

.top-nav .sitemap:before {
	content: "\f0e8";
	font-family: 'FontAwesome';
	margin-right: 3px;
}

.top-nav .lang-item {
	display: inline-block;
	line-height: 1;
	padding: 0 3px;
}

.top-nav .lang-item:first-child {
	border-right: 1px solid #666;
}

.top-nav .lang-item:last-child {
	border-left: 1px solid #666;
}

.top-nav .lang-item.active {
	color: #F90101;
}

.main-nav {
	float: right;
	margin-top: 6px;
}

.main-nav .menu {
	float: right;
	padding: 0;
	list-style: none;
}

.main-nav .menu-item {
	float: left;
}

.main-nav .menu-item a {
	display: block;
	font-size: 1.1em;
	line-height: 39px;
	color: white;
	padding: 0 20px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 3px solid #000;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.main-nav .menu-item a:hover {
	border-bottom: 3px solid #DAB273;
}

#menu-item-660 {
	position: relative;
}

.main-nav #menu-item-660 a:hover {
	border: none !important;
}


.jia {
	width: 52px;
	height: 52px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/icon/jia.png) no-repeat center center;
	background-size: 80%;
	visibility: hidden;
}

.jia.on {
	background: url(../img/icon/jian.png) no-repeat center center;
	background-size: 55%;
}

.list2 {
	font-size: 12px;
	width: 140px;
	padding: 0 !important;
	position: absolute;
	left: -15px;
	color: #FFFFFF;
	background: #000000;
	text-align: center;
}

.list2 li {
	line-height: 30px;
}

.list2 li a {
	border: none !important;
	padding: 0 !important;
	line-height: inherit !important;
}

#menu-item-660 {
	width: 110px;
	text-align: center;
}

.footer {
	overflow: hidden;
	zoom: 1;
	background: #000;
	padding: 35px 0 20px;
	color: white;
	border-top: 4px solid #DAB273;
}

.footer .logo {
	float: left;
}

.footer .icons {
	text-align: right;
}

.footer-left {
	float: left;
}

.footer-right {
	width: 40%;
	float: right;
}

.footer .icons img {
	border-radius: 50px;
	width: 10%;
	margin: 0 10px;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
}

.footer .icons img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(180);
}

.footer .rows {
	padding: 20px;
	clear: both;
	width: 100%;
	text-align: center;
	line-height: 30px;
}

.sidebar {
	padding-top: 40px;
}

.sidebar-nav {
	font-size: 13px;
	margin-bottom: 20px;
}

.sidebar-nav a,
.sidebar-nav a:hover,
.sidebar-nav a:active {
	text-decoration: none;
}

.sidebar-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-nav .menu > .menu-item > a {
	font-size: 14px;
	display: block;
	background: #ccc;
	color: #666;
	padding: 8px 36px 8px 12px;
	text-transform: uppercase;
	margin-bottom: 1px;
	position: relative;
}

.sidebar-nav .menu .current-menu-ancestor > a,
.sidebar-nav .menu > .current-menu-item > a,
.sidebar-nav .menu > .menu-item > a:hover {
	text-decoration: none;
	background: #000;
	color: #DAB273;
}

.sidebar-nav .menu .current-menu-ancestor > a:after,
.sidebar-nav .menu > .current-menu-item > a:after,
.sidebar-nav .menu > .menu-item > a:hover:after {
	position: absolute;
	top: 8px;
	right: 12px;
	text-align: center;
	content: "\f105";
	font-family: 'FontAwesome';
	height: 1.6em;
	width: 1.6em;
	border-radius: .8em;
	border: 1px solid #DAB273;
}

.sidebar-nav .sub-menu {
	display: none;
}

.sub-menu li span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.sidebar-nav .sub-menu .menu-item > a {
	font-size: 14px;
	display: block;
	color: #666;
	padding: 8px 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	word-wrap: break-word;
	font-weight: 500;
}

.sidebar-nav .sub-menu > .current-menu-item > a,
.sidebar-nav .sub-menu .menu-item > a:hover {
	color: #DAB273;
}

.sidebar-nav .active .sub-menu,
.sidebar-nav .current-menu-parent .sub-menu,
.sidebar-nav .current-menu-item .sub-menu {
	display: block;
}

.main {
	margin-bottom: 40px;
	position: relative;
	min-height: 600px;
}

.breadcrumbs {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 40px;
	position: relative;
}

.breadcrumbs .icon {
	position: absolute;
	right: 0;
	top: -6px;
	height: 32px;
}

.breadcrumbs .icon.download {
	font-size: 20px;
	top: 0;
	text-decoration: none;
}

.breadcrumbs .icon.download:after {
	content: "\f019";
}

.breadcrumbs ul {
	height: 25px;
	padding: 0 0 10px;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.breadcrumbs .item {
	float: left;
	color: #333;
}

.breadcrumbs .item:hover {
	text-decoration: none;
}

.breadcrumbs li:last-child .item {
	color: #DAB273;
}

.breadcrumbs .item:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin: 0 10px;
}

.breadcrumbs li:last-child .item:after {
	content: '';
}


/*************** Components *********************/

.button {
	background: white;
	display: inline-block;
	border: 1px solid #F0D8A1;
	border-radius: 12px;
	text-transform: uppercase;
	/*color: #fdb825;*/
	color: #F0D8A1;
	padding: 2px 12px;
}

.button:hover,
.button:active {
	color: white;
	background: #F0D8A1;
	text-decoration: none;
}

.button-lg {
	font-size: 1.5em;
	border-radius: 24px;
	padding: 8px 24px;
	margin: 20px 0;
}

.section {
	position: relative;
}

.section .title {
	font-family: arial;
	font-size: 40px;
	margin: 10px auto 10px;
	text-transform: uppercase;
	text-align: center;
}

.section .sub-title {
	max-width: 720px;
	font-size: 1.4em;
	color: #999;
	display: block;
	margin: 5px auto 40px;
	text-transform: uppercase;
	text-align: center;
}

.section .item {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.section .item:hover {
	text-decoration: none;
}

.section .item img {
	margin: 0 auto;
}

.section .item .text {
	display: block;
	color: #666;
	font-size: 1.2em;
	margin: 20px 0;
	text-align: center;
}

.section .item:hover .text {
	color: #fdb825;
}

.app-section .text {
	padding: 0 25%;
	margin: 20px 0 40px;
	text-align: left;
}

.app-section .text p {
	white-space: pre-line;
}

.slide-section {
	padding: 0;
}

.about-section {
	min-height: 0;
	border: none;
	padding: 90px 0;
}

.about-section .hover {
	display: none;
}

.about-section .item:hover .hover {
	display: inline-block;
}

.about-section .item:hover .icon {
	display: none;
}

.about-section .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.grid {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.grid > li {
	float: left;
	width: 33.33333333%;
}

.grid .item {
	position: relative;
	min-height: 275px;
	padding: 10px 30px;
	margin: 0 5px 10px;
	overflow: hidden;
}

.grid .item a {
	color: #666;
}

.grid .mask {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: white;
	text-align: center;
	font-size: 1.8em;
	z-index: 10;
}

.grid .item:hover .mask {
	display: block;
}

.grid .mask .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fdb825;
	opacity: .8;
	z-index: -1;
}

.grid .mask .text {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;
}


/* .grid .mask .text:after {
	content: "\f178";
	font-family: 'FontAwesome';
	font-size: 32px;
	display: block;
} */

.about-grid {
	margin: 40px 0;
}

.about-grid .title {
	padding-left: 105px;
	padding-top: 10px;
	font-size: 1.6em;
	min-height: 85px;
	color: #666;
}

.about-grid .title small {
	display: block;
	color: #888;
	margin-top: 8px;
}

.about-grid .sonner {
	background: url("../img/sonner.png") left top no-repeat;
}

.about-grid .values {
	background: url("../img/values.png") left top no-repeat;
}

.about-grid .history {
	background: url("../img/history.png") left top no-repeat;
}

.about-grid .careers {
	background: url("../img/careers.png") left top no-repeat;
}

.about-grid .news {
	background: url("../img/news.png") left top no-repeat;
}

.about-grid .contact-us {
	background: url("../img/contact-us.png") left top no-repeat;
}

.list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.list > li {
	float: left;
	width: 33.33333333%;
}

.list .item {
	display: block;
	padding: 0 10px 10px;
	margin-bottom: 5px;
}

.download-list > li {
	width: 100%;
	float: none;
}

.download-list .item {
	color: #333;
	position: relative;
	padding: 10px 10px 0 32px;
	height: 40px;
}

.download-list .item:hover {
	color: #fdb825;
}

.download-list .item:before {
	content: "\f1c1";
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 10px;
	color: rgb(158, 21, 21);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
}

.download-list .item.video:before {
	content: "\f1c8";
	color: #333;
}

.list .item img {
	max-width: 100% !important;
	height: auto !important;
	border: 1px solid #eee;
}

.list .item:hover {
	text-decoration: none;
}

.list .item p {
	color: #666;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	text-align: center;
	margin: 5px 0;
}

.list .item:hover p {
	color: #fdb825;
}

.list .item .date {
	text-align: center;
}

.product-name {
	font-size: 2em;
	/*margin-left: -150px;*/
}

.product-type {
	margin: 0 0 50px 0;
	font-size: 1.8em;
	color: #888;
}

.product-tab {
	margin-top: 40px;
	/*margin-left: 200px;*/
}

.product-tab .pre table {
	margin: 20px 0;
	border: 1px solid #999;
}

/*.product-tab .pre p {*/
/*	line-height: 20px !important;*/
/*	background: url(../img/libg.png) no-repeat left center;*/
/*	padding-left: 15px;*/
/*	background-size: 1%;*/
/*	background-position-y: 4px;*/
/*}*/

.product-tab .pre img {
	width: 100%;
	margin-top: 40px;
}

.product-tab .pre .even {
	/*background: #DEDDDC;*/
}

.product-description p {
	margin: 0;
	line-height: inherit;
}

.product td,
.product th {
	width: 600px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.product-tab .tab-content .tab-pane ul {
	line-height: 1em;
	padding-left: 15px;
}

.product-tab .tab-content .tab-pane ul>li {
	line-height: 1.5em;
}

.tab-list {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.tab-list > li {
	float: left;
}

.product-tab .tab-list > li {
	width: 33.3%;
}

.contact-tab .tab-list > li {
	width: 33.333333%;
}

.tab-list a {
	border-right: 2px solid #fff;
	display: block;
	padding: 6px 12px;
	background: #eee;
	color: #333;
	text-align: center;
	text-transform: capitalize;
}

.tab-list li:last-child a {
	border: none;
}

.tab-list a:hover,
.tab-list .active a {
	text-decoration: none;
	background: #ccc;
	color: white;
}

.product-tab .tab-pane {
	padding: 40px 0px;
}

.product-tab .tab-pane .pre {
	/*white-space: pre-wrap;*/
}

.contact-tab .tab-pane {
	padding: 20px 0;
}

.popup-layer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	z-index: 100;
	background: url("../img/grey1.png");
}

.popup-layer.active {
	display: block;
}

.news-popup {
	top: 100px;
	left: 0;
	height: auto;
}

.popup-layer.loading {
	background: #666 url("../img/712.gif") center center no-repeat;
}

.popup-layer .content {
	display: block;
	padding: 20px 15%;
	color: white;
	height: 100%;
}

.popup-layer .close {
	position: absolute;
	top: -21px;
	right: -21px;
	width: 42px;
	height: 42px;
	line-height: 28px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	background: url("../img/chacha.png") center center no-repeat;
	opacity: 1;
}

.popup-layer img {
	max-width: 100%;
	height: auto;
}

.news-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: none;
}

.news-popup .container {
	margin-top: 120px;
	position: relative;
}

.news-popup .wrapper {
	height: 550px;
	padding: 20px 50px;
	background: url("../img/grey1.png");
}

.news-popup .content {
	padding: 0 40px;
}

.news-popup.loading {
	background: none;
}

.news-popup.loading .wrapper {
	background: #666 url("../img/712.gif") center center no-repeat;
}

.news-popup .close {
	right: -6px;
}

.contact-form {}

.contact-form .submit {
	display: block;
	margin: 0 auto;
}

.contact-form label {
	font-weight: normal;
}

.contact-form .form-control {
	border-radius: 0;
}

.contact-form .form-group {
	margin-bottom: 25px;
}

.career-form {
	color: #fff;
}

.position-list .career-form .form-caption {
	text-align: center;
	font-size: 2.5em;
	margin: 30px 0;
	color: #fdb825;
}

.career-form .form-control {
	background: #ddd;
	border-radius: 0;
}

.slides-pagination {
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 50;
	width: 200px;
	margin-left: -100px;
	text-align: center;
}

.slides-pagination a {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 4px;
	text-indent: -99999px;
}

#main-slider .slides-pagination a.current {
	background: #fdb825;
}

#main-slider .item-caption {
	position: relative;
	text-align: left;
	top: 45%;
	font-size: 2.5em;
	/*color: #fdb825;*/
}

#main-slider .item-caption .caption-1,
#main-slider .item-caption .caption-3 {
	float: left;
	background: #666;
	color: #FFF;
	padding: 0 20px;
}

#main-slider .item-caption .caption-2 {
	float: left;
	background: #fdb825;
	color: #FFF;
	padding: 0 20px;
}

#main-slider .item-caption .excerpt {
	float: left;
	background: #666;
	color: #FFF;
	font-size: 0.5em;
	text-transform: initial;
	padding: 0 20px;
}

.bx-wrapper {
	position: relative;
}

.bx-wrapper a {
	text-decoration: none;
}

.no-control .bx-controls {
	display: none;
}

a.bx-prev {
	color: #999;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 50%;
	margin-top: -24px;
	font-size: 48px;
}

.bx-prev:after {
	font-family: 'FontAwesome';
	content: "\f104";
}

a.bx-next {
	color: #999;
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 50%;
	margin-top: -24px;
	font-size: 48px;
}

.products {
	position: relative;
}

.products a.bx-prev {
	position: absolute;
	left: -40px;
}

.products a.bx-next {
	position: absolute;
	right: -30px;
}

.bx-next:after {
	font-family: 'FontAwesome';
	content: "\f105";
}

#product-slider img {
	margin-bottom: 15px;
}

#product-slider .button {
	margin: 20px 0;
}

.position-list {
	list-style: none;
	margin: 40px 0 20px 0px;
	padding: 0;
}

.position-list > li {}

.position-list .title {
	font-size: 1.1em;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.position-list .title:before {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	line-height: 20px;
	font-family: 'FontAwesome';
	content: "\f111";
}

.position-list .title:after {
	display: inline-block;
	margin-left: 20px;
	font-size: 1em;
	font-family: 'FontAwesome';
	content: "\f0da";
}

.position-list .active .title {
	color: #fdb825;
}

.position-list .active .title:after {
	content: "\f0d7";
}

.position-list .content {
	position: relative;
	margin: 20px 0 40px;
	display: none;
}

.position-list .active .content {
	display: block;
}

.position-list .content h3 {
	font-size: 1em;
	font-family: 'OpenSansBold';
	margin: 0 0 15px 0;
}

.position-list .content ul {
	list-style-type: disc;
	line-height: 1.8em;
	padding: 0 40px 0 60px;
}

.position-list .button {
	margin: 40px 0;
}

.timeline {
	position: relative;
}

.timeline .prev {
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	font-size: 48px;
	text-decoration: none;
	color: #999;
	padding: 0 10px;
}

.timeline .prev:after {
	font-family: 'FontAwesome';
	content: "\f104";
}

.timeline .next {
	display: block;
	position: absolute;
	top: 70px;
	right: 0;
	font-size: 48px;
	text-decoration: none;
	color: #999;
	padding: 0 10px;
}

.timeline .next:after {
	font-family: 'FontAwesome';
	content: "\f105";
}

.timeline .years {
	overflow: hidden;
	margin: 0 100px;
	padding: 40px 0px;
}

.timeline .years .content {
	list-style: none;
	width: 2000px;
	padding: 0;
	position: relative;
}

.timeline .years .content > li {
	float: left;
}

.timeline .years .item {
	width: 90px;
	height: 90px;
	margin: 15px 18px;
	text-align: center;
	line-height: 90px;
	border-radius: 45px;
	border: 1px solid #ddd;
	cursor: pointer;
	font-size: 1.8em;
	color: #999;
}

.timeline .years .item.active {
	width: 120px;
	height: 120px;
	line-height: 120px;
	margin: 0 14px;
	border-radius: 60px;
	border-color: #fdb825;
	color: #fdb825;
	position: relative;
	font-size: 2.6em;
}

.timeline .years .item.active:after {
	font-family: 'FontAwesome';
	content: "\f0d7";
	bottom: -40px;
	left: 0;
	font-size: 32px;
	text-align: center;
	width: 100%;
	position: absolute;
	line-height: 1.5em;
}

.timeline .histories {
	padding: 0 20%;
}

.timeline .histories .item {
	display: none;
	font-size: 1.2em;
}

.timeline .histories .item.active {
	display: block;
	padding: 20px;
}

.float-nav {
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.float-nav .item {
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-bottom: 2px;
	text-align: center;
	background: #333;
	color: white;
	cursor: pointer;
	opacity: .8;
}

.float-nav .item:hover,
.float-nav .item:active {
	opacity: 1;
}

.float-nav .up:after {
	font-family: 'FontAwesome';
	content: "\f106";
	font-size: 24px;
}

.float-nav .down:after {
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 24px;
}


/*.login-layer {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 500;
	top: 0;
	left: 0;
}
.login-layer.active {
	display: block;
}
.login-layer .bg{
	position: absolute;
	background: #333;
	opacity: .8;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}
.login-layer .login-form {
	position: relative;
	width: 100%;
	max-width: 450px;
	background: white;
	margin: 5% auto 0;
	padding: 40px 60px;
}
.login-layer .login-form .logo {
	display: block;
	margin: 0 auto 20px;
}
.login-layer .login-form .checkbox {
	margin: 0;
}
.login-layer .login-form .submit {
	width: 100%;
}
.login-layer .login-form .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	line-height: 28px;
	background: #fdb825;
	border-radius: 16px;
	text-align: center;
	opacity: 1;
	color: white;
}*/

.product-table>thead>tr>th,
.product-table>thead>tr>td {
	vertical-align: top;
	text-align: center;
}

.product-table>tbody>tr>th,
.product-table>tbody>tr>td {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}

.product-table tr {
	cursor: pointer;
}

.product-table .img-responsive {
	width: 100%;
}

.search-result h5 {
	margin: 20px 0 5px 0;
}

.about-news {
	list-style: none;
	padding: 0;
}

.about-news .date {
	float: right;
	margin-left: 10px;
}

.about-news li {
	margin-bottom: 10px;
}

#product-slider li>p {
	margin: 0;
}

.app-section .application a>img {
	opacity: 0.7;
}

.app-section .application a:hover>img {
	opacity: 1;
}

#loginform .submit .button-primary {
	background: #FDB825;
	border-color: #D79200;
}

#loginform .submit .button-primary:hover {
	background: #D79200;
	border-color: #D79200;
}

#registerform .submit .button-primary {
	background: #FDB825;
	border-color: #D79200;
}

#registerform .submit .button-primary:hover {
	background: #D79200;
	border-color: #D79200;
}

#lostpasswordform .submit .button-primary {
	background: #FDB825;
	border-color: #D79200;
}

#lostpasswordform .submit .button-primary:hover {
	background: #D79200;
	border-color: #D79200;
}

.about-grid .about-news li:before {
	font-family: 'FontAwesome';
	color: #fdb825;
	content: "\f138";
	display: inline-block;
	color: #fdb825;
	margin-right: 10px;
	font-size: 1em;
}

.about-grid .about-history {
	list-style: none;
	padding: 0;
}

.about-grid .about-history .excerpt {
	width: 80%;
	float: right;
}

.about-grid .about-history li:before {
	font-family: 'FontAwesome';
	color: #fdb825;
	content: "\f138";
	display: inline-block;
	margin-right: 10px;
	font-size: 1em;
}

#product-drawing-slider li>img {
	display: block;
	margin: auto;
}

#product-application-slider li>img {
	display: block;
	margin: auto;
}

.app-section .container .sub-title {
	margin-bottom: 55px;
}

.login .message {
	border-left: 4px solid #fdb825;
}

.page-template-page-sitemap .sitemap-title {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 5px solid #fdb825;
}

.about-grid>li {
	min-height: 333px;
}

.sonner-sitemap .main ul {
	list-style: none;
	padding: 0;
}

.sonner-sitemap .main ul li {
	line-height: 1.8em;
}

.sonner-sitemap .main ul li>ul {
	display: none;
}

.sonner-sitemap .main ul>li:before {
	font-family: 'FontAwesome';
	color: #fdb825;
	content: "\f138";
	display: inline-block;
	margin-right: 10px;
	font-size: 1em;
}

.sonner-sitemap .sitemap-products ul li>ul {
	display: block;
	padding-left: 15px;
}

.sonner-sitemap .sitemap-products .menu {
	margin-left: -10px;
}

.sonner-sitemap .sitemap-products .menu>li:before {
	content: " ";
}

.sonner-sitemap .sitemap-products .menu>li a {
	color: #575757;
	pointer-events: none;
}

.sonner-sitemap .sitemap-products .menu .sub-menu>li a {
	color: #666;
	pointer-events: auto;
}

.sonner-sitemap .sitemap-about-us li>a,
.sonner-sitemap .sitemap-applications li>a,
.sonner-sitemap .sitemap-download li>a {
	color: #666;
}

.sonner-sitemap .sitemap-about-us li>a:hover,
.sonner-sitemap .sitemap-applications li>a:hover,
.sonner-sitemap .sitemap-download li>a:hover,
.sonner-sitemap .sitemap-products .menu .sub-menu>li a:hover {
	color: #fdb825;
	text-decoration: none;
}

.error404 .error-404 {
	min-height: 555px;
	padding: 200px 0;
}

.error404 .error-404 .page-content {
	text-align: center;
}

.error404 .error-404 .page-content p {
	font-size: 1.1em;
}

.error404 .error-404 .page-content .searchform input[type="submit"] {
	color: #fff;
	background: #fdb825;
	border-color: #D79200;
}

.error404 .error-404 .page-content .searchform input[type="submit"]:hover {
	color: #fff;
	background: #D79200;
	border-color: #D79200;
}

section.banner img {
	overflow-x: hidden;
}

.banner {
	position: relative;
	overflow-x: hidden;
}

.banner h1 {
	font-size: 40px;
	line-height: 50px;
	width: 1170px;
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 20%;
	color: #FFFFFF;
	text-align: left;
}

.banner h1 span {
	display: block;
	font-size: 24px;
}

.main .table-responsive .product-table td .mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fdb825;
	opacity: 0.8;
}

.main .table-responsive .product-table td .mask>p {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 40%;
	color: #FFF;
}

.content>ol {
	padding-left: 20px;
	line-height: 1.8em;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
	border-color: #FDB825;
	-webkit-box-shadow: 0 0 2px rgba(253, 193, 64, .8);
	box-shadow: 0 0 2px rgba(253, 193, 64, .8);
}

.login form .input,
.login input[type=text] {
	font-size: 14px;
}

.sonner-search .search-title {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 5px solid #fdb825;
}

.timeline .histories ul {
	line-height: 1.8em;
	font-size: 14px;
}

body.tax-application-category .menu-item-28 a {
	border-color: #fdb825;
}

body.single-product .main-nav .menu-item-29 a {
	border-color: #fdb825;
}

body.tax-download-category .main-nav .menu-item-27 a {
	border-color: #fdb825;
}

.about-grid h5.contactus,
.about-grid p.contactus {
	margin: 0;
}

.about-grid h5.contactus {
	line-height: 1.8em;
}

.product-description p span {
	font-family: arial;
	color: black;
}

.product-description .title2 {
	color: black;
	font-size: 16px;
}

.am-share {
	/*visibility: hidden;*/
	font-size: 14px;
	border-radius: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	text-align: center;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 300ms;
	transition: transform 300ms;
	width: 100%;
	z-index: 1110;
}

.am-modal-active {
	transform: translateY(0px);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.am-modal-out {
	z-index: 1109;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.am-share-title {
	background-color: #f8f8f8;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #555;
	font-weight: 400;
	margin: 0 10px;
	padding: 10px 0 0;
	text-align: center;
}

.am-share-title::after {
	border-bottom: 1px solid #dfdfdf;
	content: "";
	display: block;
	height: 0;
	margin-top: 10px;
	width: 100%;
}

.am-share-footer {
	margin: 10px;
}

.am-share-footer .share_btn {
	color: #555;
	display: block;
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0.625em 0;
	text-align: center;
	transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s;
	vertical-align: middle;
	white-space: nowrap;
	font-family: "微软雅黑";
}

.am-share-sns {
	padding-left: 0px;
	background-color: #f8f8f8;
	border-radius: 0 0 2px 2px;
	margin: 0 10px;
	padding-top: 15px;
	height: auto;
	zoom: 1;
	overflow: auto;
}

.am-share-sns li {
	margin-bottom: 15px;
	display: block;
	float: left;
	height: auto;
	width: 25%;
}

.am-share-sns a {
	color: #555;
	display: block;
	text-decoration: none;
}

.am-share-sns span {
	display: block;
}

.am-share-sns li i {
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: 36px 36px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 5px;
	width: 36px;
}

.am-share-sns .share-icon-qq {
	background-image: url(../img/shareicon/qq.png);
	background-repeat: no-repeat;
}

.am-share-sns .share-icon-kongjian {
	background-image: url(../img/shareicon/QQkongjian.png);
	background-repeat: no-repeat;
}

.am-share-sns .share-icon-pengyouquan {
	background-image: url(../img/shareicon/weixinpengyouquan.png);
	background-repeat: no-repeat;
}

.am-share-sns .share-icon-weixin {
	background-image: url(../img/shareicon/weixin.png);
	background-repeat: no-repeat;
}

.sharebg {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

.sharebg-active {
	/*visibility: hidden;*/
	opacity: 1;
	display: block;
}

.bxslider img {
	width: 100% !important;
	height: 100% !important;
}

.arail{
	font-family: arial;
}
