@charset "utf-8";
/* CSS Document */
* {
	border: none;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style: none;
	line-height: 20px;
	outline: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.clear {
	clear: both;
}
h1, h1 a, h2, h2 a {
	font-size: 17px;
	line-height: 28px;
}
html {
	background: #ddd;
}
body {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto;
	background: #fff;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.pull_left, .nav li, .col_list li, .list1 li, .col_top li, .col_bottom li, .about_list li, .col_about li, .list_img li, .content_text_top li, .owl-item {
	float: left;
}
.pull_right {
	float: right;
}
/*-------------------------*/
.header {
	padding: 15px 0;
}
.logo {
	margin: 0 20px;
}
.nav li a, #pull {
	display: block;
	margin-right: 20px;
	line-height: 40px;
}
#pull {
	display: none;
}
.col_top, .col_list, .col_bottom, .about_list, .col_about_top, .col_about, .col_contact, .col_form, #content, .box_wrap, .wrap, .content_text_box, .content_text, .box_list {
	padding: 35px 30px;
}
.col_list li, .list1 li {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.col_list li, .list1 li {
	width: 32.66%;
	margin-right: 1%;
	margin-bottom: 8px;
}
.col_list, .list1, .box_wrap {
	text-align: center;
}
.col_list h2, .list1 h2, .col_bottom li, .col_bottom h2 {
	margin-bottom: 20px;
}
.col_list h3, .list1 h3 {
	height: 40px;
	overflow: hidden;
}
.col_top, .col_about_top, .col_contact_middle, .bg {
	background: #f1f1f1;
}
.col_top .more, .list2 .more, .col_bottom .more {
	display: block;
	width: 120px;
	line-height: 32px;
	color: #fff;
	background: #e94609;
	text-align: center;
	margin-top: 10px;
}
.col_bottom .more {
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
}
.about_list, .col_about, .col_form h2, .col_form p, .eachInfo, .content_text, .box_list {
	text-align: center;
}
.box_wrap h2, .box_wrap h3, h1, .box_wrap ul, .box_wrap p, .content_text p, .box_list h2, .content_text_box {
	margin-bottom: 15px;
}
.list1 li:nth-child(3n+1) {
	clear: both;
}
.about_list ul, .col_form form {
	margin-top: 20px;
}
.col_form p, .list_img h4, .col_contact li {
	margin-top: 10px;
}
.col_about p {
	margin: 10px auto 20px;
}
.list2 li .list2_img {
	float: left;
	margin-right: 20px;
	max-width: 340px;
}
.list2 li:nth-child(even) {
	background: #f0f0f0;
}
.list2 li {
	padding: 30px 20px;
	clear: both;
}
.list2 .text {
	height: 80px;
	overflow: hidden;
	margin: 15px auto 0;
}
.list2 .more {
	display: inline-block;
}
/*--------------------*/
.col_top li, .col_about li, .col_right, .col_left, .wrap_left, .wrap_right, .content_text_top li {
	width: 48%;
}
.col_bottom li, .about_list li, .list_img li {
	width: 31%;
	margin-right: 3.5%;
}
.col_top li:nth-child(1), .col_about li:nth-child(1), .content_text_top li:nth-child(1) {
	margin-right: 4%;
}
.col_list li:nth-child(3n), .list1 li:nth-child(3n), .col_bottom li:nth-child(3n), .about_list li:nth-child(3), .list_img li:nth-child(3) {
	margin-right: 0;
}
/*--------------------*/ 
/*.col_contact li img {
	display: block;
	margin: 0 auto 10px;
}*/
.footer {
	background: #222;
	padding: 15px;
	text-align: center;
}
.footer p {
	color: #fff;
}
/*-------.form------*/
.form table {
	width: 100%;
}
.form td {
	padding: 5px 0;
}
.form .input-xlarge {
	height: 34px;
	width: 100%;
	border: 1px solid #ccc;
}
.form textarea.input-xlarge {
	height: 100px;
}
.checkbox, .radio {
	float: left;
	margin-right: 15px;
}
.checkbox input, .radio input {
	vertical-align: middle;
	margin-right: 5px;
}
.submit input {
	padding: 6px 0;
	background: #e94609;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	width: 100%;
	letter-spacing: 1px;
}
.checkbox {
	margin-bottom: 8px;
}
/*banner*/
.banner h1 a {
	text-transform: uppercase;
	color: #fff;
}
.banner p {
	color: #fff;
}
.banner, .carousel-warp, .item {
	position: relative;
	text-align: center;
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.post-slider-btn {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.post-slider-btn button {
	background: none;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
}
.owl-carousel {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}
.owl-wrapper {
	display: none;
	position: relative;
}
.banner .item .text {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 80px;
}
.banner .more {
	background: #fff;
	display: block;
	width: 120px;
	margin: 15px auto 0;
	padding: 10px 15px;
	text-align: center;
	color: #e94909;
}
@media all and (max-width:660px) {
#pull {
	display: block;
	background: url(../images/pull.jpg) no-repeat;
	width: 25px;
	height: 23px;
	text-indent: -9999px;
	float: right;
	margin-top: 8px;
}
.nav {
	width: 100%;
	margin-top: 15px;
	display: none;
}
.nav li a {
	margin-left: 20px;
}
.nav li {
	width: 100%;
	border-top: 1px solid #ccc;
}
.wrap_left, .col_right {
	margin: 0 15px 5px 0;
}
.list2_img {
	width: 48%;
}
.wrap_right, .col_left {
	width: auto;
	float: none;
}
.wrap_right h1, .banner h1 {
	margin-bottom: 0;
}
.banner .item .text {
	top: 50px;
}
.col_top, .col_list, .col_list, .about_list, .col_about_top, .col_about, .col_contact, .col_form, #content, .box_wrap, .wrap, .content_text, .box_list {
	padding: 25px 15px;
}
.content p, .content h2, .content h3, h1, .content ul {
	margin-bottom: 8px;
}
.list2 .text {
	margin-top: 0;
}
.col_contact li {
	margin-top: 5px;
}
}
@media all and (max-width:568px) {
h1, h1 a, h2, h2 a {
	line-height: 22px;
}
.wrap_left, .col_right, .col_list h2 {
	margin-bottom: 10px;
}
.list2 li .list2_img {
	margin-right: 10px;
}
.list2 li {
	padding: 20px 15px;
}
.list2 .text {
	height: 60px;
}
.list2 .more {
	margin-top: 0;
}
.item img {
	min-height: 190px;
}
.banner .item .text {
	top: 20px;
}
}
@media all and (max-width:490px) {
.col_list li, .list1 li {
	width: 49%;
	margin-right: 2%;
}
.col_list li:nth-child(3n), .list1 li:nth-child(3n) {
	margin-right: 2%;
}
.list1 li:nth-child(3n+1) {
	clear: none;
}
.list1 li:nth-child(2n+1) {
	clear: both;
}
.col_list li:nth-child(2n), .list1 li:nth-child(2n) {
	margin-right: 0;
}
.col_list h2, .col_contact li, .col_right, .col_left, .wrap_right, .wrap_left {
	width: 100%;
	text-align: center;
}
.about_list ul, .col_form form {
	margin-top: 10px;
}
.post-slider-btn {
	bottom: 5px;
}
.box_wrap, .wrap, .content_text, .box_list {
	text-align: center;
}
}
