@charset "utf-8";
body,html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, "Microsoft JhengHei";
	font-size: 17px;
	line-height: 27px;
	font-weight: normal;
	color: #000000;
	float: left;
	width: 100%;
	background-color: #F0F0E6;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	max-width:100%;
}
img{
	height:auto;
	min-height:auto;
	max-height:auto;
}
p, b, i, ul, ol, li, img, a, h1, h2{
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
	border-style: none;
	font-style: normal;
	border: 0px;
}
iframe{
	display: none;
}
.layout-full {
	width: 100%;
	min-width: 1920px;
	float: left;
	position: relative;
	z-index: 1;	
}
.layout-center {
	width: 1240px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.layout-full.top{
	z-index: 9;
}
.layout-full.top .nav {
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 5px;
	text-align: center;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
}
.layout-full.top .nav .s {
	display: none;
	visibility: hidden;
}
.layout-full.top .nav .l{
	float: left;
	width: 100%;
	display: flex;
	align-items: top;
	justify-content: center;
}
.layout-full.top .nav .l .logo{
	margin-right: 40px;
	margin-left: 40px;
	float: left;
}
.layout-full.top .nav .l .menu {
	float: left;
	margin-top: 42px;
}
.layout-full.top .nav .l .menu li,
.layout-full.top .nav .l .menu li a{
	float: left;
}
.layout-full.top .nav .l .menu li a {
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	margin-right: 40px;
	margin-left: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
.layout-full.top .nav .l .menu li a:hover {
	background: 
		url(../images/nav-l-bg.png) left top no-repeat,  /* On top,    like z-index: 4; */
		url(../images/nav-l-bg.png) right top no-repeat;
}
.layout-full.bottom {
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFF;
}

.layout-center.bottom {
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;

}
.layout-center.bottom .messenger{
	display: flex;
	align-items: center;
	justify-content: center;
}
.layout-center.bottom .messenger a {
	margin-right: 12px;
	margin-left: 12px;
}
.layout-center.bottom .footer {
	color: #B3B3B3;
}
.layout-center.bottom .footer a {
	color: #B3B3B3;
	text-decoration: none;
}






.layout-full.top .banner,
.layout-slider {
	float: left;
	width: 100%;
	margin-top: 85px;
}
.layout-full.top .banner{
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.layout-full.top .banner > img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.layout-full.content {
	padding-bottom: 50px;
}

.layout-center.content {	
	width: 1240px;
}

.block-title {
	float: left;
	width: 100%;
	background-image: url(../images/block-title-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 35px auto;
	padding-top: 20px;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #01112F;
	padding-bottom: 50px;
	margin-top: 70px;
}
.block-title > p{
	font-weight: bold;
	display: inline-block;
}
.block-title > p:first-letter {
	color: #D41D12;
}
.article {
	float: left;
	width: 100%;
}
.contact-info {
	float: left;
	width: 42%;
	margin-bottom: 30px;
}
.contact-table {
	float: right;
	width: 55%;
	background-image: url(../images/contact-table-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.contact-table .note {
	color: #4D4D4D;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.contact-table .list {
	width: 100%;
	margin-bottom: 22px;
	float: left;
	display: flex;
	background-color: #FFF;
}
.contact-table .list .label {
	float: left;
	line-height: 38px;
	color: #000000;
	padding-left: 20px;
	width: 105px;
	font-size: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	align-items: stretch;
}
.contact-table .list .box {
	flex: 1;
}
.contact-table .list .box *{
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.contact-table .list .box .field {
	float: left;
	width: 100%;
	min-height: 38px;
	border: none;
	background-color: transparent;
	margin: 0px;
	padding: 2px;
}
.contact-table .list .box #message {
	height: 150px;
	overflow: hidden;
}
.contact-table .list #codekey {
	width: 80px;
	float: left;
	margin-right: 10px;
}
.contact-table .list.ss .box {
	display: flex;
	float: left;
	margin-right: 10px;
	width: 80px;
}
.contact-table .button {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.news-top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 12px;
	width: 100%;
	background-color: #FCD83C;
	background-image: url(../images/contact-table-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: none;
}
.news-list {
	background-image: url(../images/contact-table-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 17px;
	padding-bottom: 15px;
}
.news-list .sub {
	color: #AF7900;
	font-size: 15px;
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
.news-list .sub .date {
	background-image: url(../images/news-list-date.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	width: 130px;
	margin-right: 15px;
	color: #4D4D4D;
}
.news-list:hover .sub{
	color: #E5AA33;
}
.news-list:hover .sub .date {
	color: #999999;
}
.news-list .title {
	color: #000;
	float: left;
	width: 100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.news-list:hover .title {
	color: #666666;
}
.vn-header {
	background-image: url(../images/contact-table-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 11px;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
}
.vn-sub {
	float: left;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 40px;
	color: #AF7900;
}
.vn-sub .date {
	color: #4D4D4D;
	background-image: url(../images/news-list-date.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	width: 140px;
	margin-right: 15px;
}
.layout-center.categories,
.layout-center.products {
	padding-right: 0px;
	padding-left: 0px;
}
.layout-center.categories .list {
	float: left;
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.layout-center.categories .list a,
.layout-center.categories .list a > * {
	float: left;
	width: 100%;
	text-decoration: none;
}
.layout-center.categories .list a .image{
	box-shadow: 0px 15px 5px -10px rgba(0, 0, 0, 0.2);
}
.layout-center.categories .list a:hover .image{
	opacity:0.85;
}
.layout-center.categories .list a .title {
	color: #000;
	line-height: 18px;
	text-align: center;
	height: 36px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	margin-top: 30px;
	font-weight: bold;
}
.layout-categories {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.layout-categories li {
	margin: 10px;
	display: inline-block;
}
.layout-categories li a {
	color: #999999;
	text-decoration: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 28px;
	border: 1px solid #999999;
}
.layout-categories li a:hover,
.layout-categories li a.selected{
	color: #AF7900;
	border-top-color: #AF7900;
	border-right-color: #AF7900;
	border-bottom-color: #AF7900;
	border-left-color: #AF7900;
}
.layout-center.products .list {
	float: left;
	width: 33.33%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}
.layout-center.products .list a {
	text-decoration: none;
	float: left;
	width: 100%;
	text-align: center;
}
.layout-center.products .list a > * {
	float: left;
	width: 100%;
}
.layout-center.products .list a .image {
	position: relative;
	box-shadow: 0px 15px 5px -10px rgba(0, 0, 0, 0.2);
}
.layout-center.products .list a:hover .image:after{
	font-family: FontAwesome;
	content: '\f067';
	position: absolute;
	z-index: 9;
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
}
.layout-center.products .list a:hover .image:before{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(252, 216, 60, 0.6);
	z-index: 4;
}
.layout-center.products .list a .image img {
	float: left;
	width: 100%;
}
.layout-center.products .list a .spec {
	font-size: 15px;
	line-height: 18px;
	color: #4D4D4D;
	padding-right: 20px;
	padding-left: 20px;
}
.layout-center.products .list a .title {
	font-size: 17px;
	line-height: 18px;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	height: 36px;
	overflow: hidden;
	margin-top: 25px;
}
.layout-full.content.vp {
	background-color: #EBEBE1;
	background-image: url(../images/vp-info-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 40px;
}
.view-product {
	float: left;
	width: 100%;
}
.view-product .image {
	float: left;
	width: 541px;
	box-shadow: 0px 15px 5px -10px rgba(0, 0, 0, 0.2);
}
.view-product .info {
	overflow: hidden;
	padding-left: 37px;
}
.view-product .info .top {
	background-image: url(../images/contact-table-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 22px;
}
.view-product .info .top > * {
	float: left;
	width: 100%;
}

.view-product .info .top .header {
	font-size: 26px;
	line-height: 32px;
	color: #000;
	margin-bottom: 10px;
}
.view-product .info .top .list {
	color: #4D4D4D;
	line-height: 30px;
}

.view-product .info .top .list i {
	color: #AF7900;
	float: left;
	width: 134px;
}
.view-product .info .article {
	color: #4D4D4D;
}
.home-info {
	padding-right: 0px;
	padding-left: 0px;
	width: 1920px;
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	background-image: url(../images/home-info-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.home-info .box {
	float: left;
	width: 25%;
	padding-bottom: 100px;
	position: relative;
	padding-top: 30px;
	padding-right: 1.56%;
	padding-left: 1.56%;
}
.home-info .box:nth-child(odd) {background-color: rgba(252, 216, 60, 0.85);}
.home-info .box:nth-child(even) {background-color: rgba(1, 17, 47, 0.85);}
.home-info .box > .title {
	float: left;
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.home-info .box:nth-child(odd) .title,
.home-info .box:nth-child(even) .article {
	color: #FFF;
}
.home-info .box:nth-child(even) .title {
	color: #FCD83C;
}
.home-info .box strong {
	font-weight: normal;
}

.home-info .box .more {
	font-size: 15px;
	line-height: 36px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 38px;
	width: 130px;
	border: 2px solid #FFF;
	display: block;
	margin: auto;
	left: 0px;
	right: 0px;
	bottom: 28px;
	clear: both;
	position: absolute;
	border-radius: 20px;
}
.home-info .box .more:hover{
	border-color: #29ABE2;
}
.home-info .box .news {
	text-decoration: none;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.home-info .box .news .date {
	color: #B3B3B3;
	clear: left;
	float: left;
}
.home-info .box .news .title {
	float: left;
	width: 100%;
	color: #FFF;
	line-height: 21px;
	background-image: url(../images/home-news-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
.button-go-top {
	position: fixed;
	z-index: 99;
	right: 10px;
	bottom: 10px;
	display: none;
}






.common-button {
	font-size: 15px;
	line-height: 38px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	display: inline-block;
	height: 38px;
	width: 130px;
	-moz-border-radius: 20px; /* Firefox */
	-webkit-border-radius: 20px; /* Safari and Chrome */
	border-radius: 20px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	margin-right: 7px;
	margin-left: 7px;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.common-button:hover {
	background-color: #FCD83C;
}
.layout-pn {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.layout-pn .pagination {
	display: inline-block;
}
.layout-pn .pagination .button {
	float: left;
	height: 38px;
	width: 38px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 15px;
	line-height: 38px;
	color: #333333;
	text-decoration: none;
	background-color: #FFF;
	text-align: center;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari and Chrome */
	border-radius: 50%; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.layout-pn .pagination .button:hover,
.layout-pn .pagination .button.selected{
	background-color: #FCD83C;	
}
.layout-pn .pagination .button .fa{
	font-size: 18px;
}
.rwd-table {
	border-spacing: 0;
	border-collapse: collapse;
	float: left;
	width: 100%;
}
.rwd-table > tbody > tr > td{
	padding: 0px;
}


.w1920px{}
@media screen and (max-width: 1920px) {
.layout-full{
	float: left;
	width: 100%;
	min-width: 100%;
	display: block;
}
.layout-center.content {
	min-width: 1240px;
	width: 1240px;
	float: none;
}
}

.w1240px{}
@media screen and (max-width: 1240px) {
.layout-full.top .nav .l .menu li a{
	margin-right: 2VW;
	margin-left: 2VW;
}
.layout-center,
.layout-center.content{
	float: left;
	width: 100%;
	min-width: 100%;
}
.view-product .image{
	width: 45%;
}
}

.w960px{}
@media screen and (max-width: 960px) {
.layout-full.top .nav {
	background-image: url(../images/nav-bg-s.png);
	background-size: auto 70px;
	height: 70px;
	position: fixed;
}
.layout-full.top .nav .s{
	display: block;
	visibility: visible;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.layout-full.top .nav .l {
	display: none;
	visibility: hidden;
}
.layout-full.top .nav .s .switch {
	color: #B3B3B3;
	text-decoration: none;
	float: right;
	position: absolute;
	right: 15px;
	font-size: 24px;
}
.layout-full.top .nav .s .menu {
	position: absolute;
	top: 60px;
	right: -100%;
	background-color: rgba(1, 17, 47, 0.8);
	width: 160px;
	height:100VH;
}
.layout-full.top .nav .s .menu.active {right: 0;}
.layout-full.top .nav .s .menu li,
.layout-full.top .nav .s .menu li a {
	float: left;
	width: 100%;
}
.layout-full.top .nav .s .menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	text-align: left;
}
.layout-full.top .nav .s .menu li a:hover{
	color: #FCD83C;
}
.layout-full.top .banner,
.layout-slider {
	margin-top: 60px;
}
.layout-full.top .banner{
	height:200px;
}
.layout-full.top .banner > img {
	display: none;
}
.layout-center.products .list,
.home-info .box{
	width: 50%;
}
.home-info .box{
	margin-bottom: 1px;
}
}

.w720px{}
@media screen and (max-width: 720px) {
.contact-info,
.contact-table,
.layout-center.categories .list,
.layout-center.products .list,
.home-info .box{
	width: 100%;
}
.view-product .image{
	width: auto;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 50px;
}
.view-product .info{
	float: left;
	width: 100%;
	overflow: visible;
	padding-left: 0px;
}
.rwd-table > th{
	display: none;
}
.rwd-table > tbody > tr > td{
	display: block;
	width: 100%;
}
}

.w480px{}
@media screen and (max-width: 480px) {
}

#background,
#content_send,
.flexslider,
.flexslider *{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
