@charset "utf-8";
/* CSS Document */

/*---------------header-----------------*/

.header_box {
	background: #203659;
}

.header {
	padding: 0 5px;
}

.header .module > a {
	display: block;
	text-align: center;
	}

.header .module > div {
	color: #fff;
	text-align: center;
}

.header .module > div p {
	font-size: 24px;
	letter-spacing: 2px;
}

.header .module > div > em {
	font-style: italic;
	display: block; 
}

/*---------------mainmenu-----------------*/

.menu {
	text-align: center;
	padding: 0 5px;
}
	
.menu .module > ul > li > a {
	color:#FFF;
	display: inline-block;
	font-size:12px;
	padding:0px 5px;	
	cursor: pointer;
}

.color_bar {
	background: -webkit-linear-gradient(left, #e08e14 , #ffdf71, #e08e14); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #e08e14 , #ffdf71, #e08e14); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #e08e14 , #ffdf71, #e08e14); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #e08e14 , #ffdf71, #e08e14); /* Standard syntax */
	padding-top: 4px;
}

/*---------------slider-----------------*/

.slider .slides li {
	position: relative;
}

.slider .slides li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 94%;
	padding: 5px 3%;
	color: #fff;
	background: rgba(0,0,0,.6);
	line-height: 1.8em;
	font-size: 15px;
}

/*---------------container_home-----------------*/

.container_home {
	padding: 0 5px;
}

/*---------------about_home-----------------*/

.about_home {
	color: #444444;
}

.about_home div > * {
	display: block;
	line-height: 1.6em;
	text-align: justify;
}

.about_home > p:first-child {
	font-size: 22px;
	font-weight: bold;
	color: #ffa700;
	margin-bottom: 10px;
}

.about_home > span {
	display: block;
	text-align: right;
	margin-top: 15px;
}

.about_home > span a {
	color: #ffa700;
}

/*-----------------menu_mobile------------------*/

.menu_mobile {
	position: fixed;
	width: 250px;
	background: #102649;
	top: 0;
	left: -260px;
	height: 100%;
	z-index: 9999;
	color: #fff;
	box-shadow: 2px 0 10px rgba(0,0,0,.3);
	}
	
.menu_mobile > div {
	border-top: 1px solid rgba(0,0,0,.2);
	overflow-y: scroll;
	overflow-x: hidden;
	margin-top: 40px;
	}

.menu_mobile > div > ul li {
	position: relative;
	border-top: 1px solid rgba(0,0,0,.2);
	}

.menu_mobile > div > ul li a {
	border-top: 1px solid rgba(200,200,200,.1);
	color: #fff;
	display: block;
	line-height: 36px;
	text-decoration: none;
	padding-left: 30px;
	}

.menu_mobile > div > ul > li > a {
	font-weight: bold;
	}

.menu_mobile > div > ul li li a {
	color: #ddd;
	}

.menu_mobile > div > ul > li:first-child, .menu_mobile > div > ul > li:first-child > a {
	border-top: none;
	}

.menu_mobile > div > ul li ul a {
	padding-left: 40px;
	}

.menu_mobile > div > ul li a:hover {
	background: rgba(88,88,88,.1);
	}

.menu_mobile > div > ul li span {
	display: block;
	position: absolute;
	top: 13px;
	left: 10px;
	}
	
.menu_mobile > div > ul li ul li span {
	left: 20px;
	}

/*-----------------list_product------------------*/
	
.list_product {
	padding: 0 1px;
}

.list_product dl {
	margin-bottom: 20px;
	float: left;
	position: relative;
	}

.list_product dl dt {
	border: 1px solid #ddd;
	}

.list_product dl dt a {
	display: block;
	text-align: center;
	height: 180px;
	overflow: hidden;
	}

.list_product dl dd {
	padding: 5px;
	position: relative;
	height: 60px;
	overflow: hidden;
	text-align: center;
	}

.list_product dl dd p {
	margin-bottom: 5px;
	font-weight: bold;
	}

.list_product dl dd a {
	color: #1b5698;
	font-size:11px;
	font-style: normal;
	}

/*-------------------home_box-----------------*/

.home_box {
	margin-top:10px;
	}

.home_box > p.title_box {
	margin-bottom: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #037c38;
	font-size: 15px;
	background: #203659;
	}

.subpage {
	position: relative;
}

.subpage > p.title_box {
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	color: #203659;
	font-size: 18px;
}

.home_box > p.title_box a {
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	background: #ff8f00;
	padding: 0 20px;
	line-height: 32px;
	}

/*-----------------samefont------------------*/
	
.samefont > p {
	background: #203659;
	text-transform: uppercase;
	font-weight: normal;
	font-size:14px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
	}

.samefont div {
	padding-bottom: 10px;
}

/*-----------------samefont------------------*/

.video_box > div {
	padding: 0 5px 5px 5px;
}

.video_box div p {
	text-align: right;
	margin-top: 10px;
}

.video_box div p a {
	color: #ffa700;
}

/*---------------support_home-----------------*/

.support_home div p {
	padding: 5px 15px 15px 15px;
	font-style: italic;
}

.support_home dl {
	margin: 5px 15px;
	padding: 5px;
	background: #fff;
	border-bottom: 2px solid #ddd;
}

.support_home dl a {
	font-style: italic;
	color: #000;
}

.support_home dl dd {
	color: #444;
}

.support_home dl img {
	position: relative;
	margin-bottom: -1px;
}

/*---------------news_home-----------------*/

.news_home div {
	padding: 10px;
}

.news_home dl {
	float:left;
	width: 100%;
	border-top: 1px dotted #bbb;
	margin-top: 10px;
	padding-top: 10px;
	}
	
.news_home dl:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.news_home dl dt {
	float:left;
	border: 1px solid #efefef;
	height: 50px;
	width: 50px;
	overflow: hidden;
	}
	
.news_home dl dd {
	margin-left: 60px;
}

.news_home dl dd a {
	color:#595959;
	}

/*---------------news_home-----------------*/

.footer {
	text-align:center;
	color: #fff;
	background: #203659;
	text-transform: none;
	font-size: 11px;
	}

.footer .module {
	padding: 5px 0;
}

.footer p {
	margin: 3px 0;
	padding: 0 5px;
	}

.footer a {
	color:#fff;
	}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
	}
	
/*------------about_page-----------*/

.about_page {
	}

.about_page > * {
	display: block;
	margin: 10px 0;
	line-height: 1.5em;
	}
	
/*---------------nav_bar---------------*/

.nav_bar {	
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 15px;
	}

.nav_bar span {
	display: inline-block;
	margin: 0 5px;
	color: #888;
	}

.nav_bar a {
	color: #888;
	}
	
/*---------slideads----------*/

#slideads {
	position: relative;
	visibility: hidden;
	width: 980px;
	margin: 0px auto;
	right: 0px !important;
	left: 0px !important;
	}
	
#slideads1 {
	position: absolute;
	width: 125px;
	left: -135px;
	top: 170px;
	background: #fff;
	}
	
#slideads2 {
	position: absolute;
	width: 125px;
	right: -135px;
	background: #fff;
	top: 170px;
	}

.adver_left a {
	display:block;
	margin-bottom: 5px;
	}

.adver_left a img {
	width: 100%;
	}
	
/*-------------product_page-----------------*/
	
.product_page {
	padding: 15px;
}

.img_product {
	margin: 0 0 15px 0;
	text-align: center;
}

.img_product img {
	max-width: 80%;
}

.product_page > h1 {
	font-size: 17px;
	margin-bottom: 15px;
	color: #000;
}

.product_page .brief_product > * {
	display: block;
	margin: 5px 0;
}

.product_page .title-detail {
	border-top: 1px solid #ddd;
}

.product_page .title-detail {
	margin-top: 15px;
}

.product_page .price_product {
	font-size: 15px;
	margin: 10px 0;
	color: #e00;
}

.product_page .title-detail strong {
	position: relative;
	background: #fff;
	padding-right: 5px;
	font-size: 16px;
	color: #203659;
	margin-top: -12px;
	display: inline-block;
}

.detail_product {
	margin-bottom: 15px;
}

.detail_product > * {
	display: block;
	margin: 10px 0;
	line-height: 1.5em;
}

/*-------------order_product---------------*/

.brief_product > form {
	background: #f6f6f6;
	padding: 15px 10px;
	border: 1px solid #e8e8e8;
	}

.brief_product > form input {
	width: 15%;
	float: left;
	text-align: center;
	border: 1px solid #d0d0d0;
	
	box-shadow: inset 0 0 6px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 6px 0 rgba(0,0,0,.1);
	-ms-box-shadow: inset 0 0 6px 0 rgba(0,0,0,.1);
	-o-box-shadow: inset 0 0 6px 0 rgba(0,0,0,.1);
	height: 50px;
	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

.brief_product > form button {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	width: 30%;
	float: left;
	border: 0;
	margin-left: 10px;
	text-align: center;
	height: 52px;
	cursor: pointer;
	background: #fb6501 url(../images/cart.png) 18% center no-repeat;
	color: #fff;
	font-size: 16px;
	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	}

.brief_product > form div {
	color: #444;
	float: right;
	text-align: center;
	}

.brief_product > form div strong {
	font-size: 16px;
	color: #000;
	}

.video_page div {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.video_page dl {
	float: left;
	width: 180px;
	margin-right: 16px;
	margin-top: 15px;
}

.video_page dl:nth-child(4n+4) {
	margin-right: 0;
}

.video_page dl dd {
	line-height: 17px;
	height: 34px;
	overflow: hidden;
	padding-top: 5px;	
}

.video_page dl dt {
	position: relative;
}

.video_page dl dt a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 180px;
	height: 120px;
}
.statistic p {margin: 5px 10px;}
.statistic p img{margin-bottom: -3px;margin-right: 5px;position: relative;}
.statistic p span{display:inline-block; color:#444; width: 80px;}