@charset "utf-8";
/* CSS Document */
* {
	border: none;
	color: #444;
	font-family: Verdana, Arial, SansSerif;
	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;
}
html {
	background: #ddd;
}
body {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto;
	border-top: 5px solid #12298c;
	background: #fff;
}
.nav li, .pull_left, .col_top li, .col_middle li, .col_bottom li, .list1 li, .about_list li, .col_contact_top li, .list_top li, .list_img li, .owl-item {
	float: left;
}
.pull_right {
	float: right;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
/*---------------------*/
.nav {
	padding: 15px 0;
}
.logo {
	margin-left: 15px;
}
.nav li a {
	display: block;
	font-size: 15px;
	margin-right: 20px;
	line-height: 38px;
}
#pull {
	display: none;
}
.col_top, .col_middle, .col_bottom, .list1, .about_list, .col_about, .col_contact_top, .col_contact_bottom, .content {
	padding: 30px 20px;
}
.col_top li {
	background: #fff;
}
.col_top, .top_text, .col_middle, .list1 li, .col_contact_top, .col_contact_bottom h2, .col_contact_middle {
	text-align: center;
}
.col_top .text, .col_bottom .text, .list2 .text, .list1 .text {
	height: 65px;
	overflow: hidden;
}
.col_top .text, .list2 .text, .list1 .text {
	margin-top: 10px;
}
.col_top h3, .top_text h2, .list2 h3, .list1 h3 {
	margin-bottom: 5px;
}
.col_middle {
	background: #f1f1f1;
}
.col_bottom li, .col_contact_top h2, .col_contact_bottom h2 {
	margin-bottom: 25px;
}
.col_middle ul, .about_list ul {
	width: 85%;
}
.col_middle ul, .col_bottom ul, .about_list ul {
	margin: 25px auto 0;
}
.col_middle li, .list1 li {
	margin-bottom: 15px;
}
.col_bottom li > a {
	margin-right: 10px;
}
.col_bottom .more {
	color: #0069de;
	font-weight: bold;
}
.list2 img {
	margin-right: 20px;
}
.list2 li {
	padding: 30px 20px;
}
.list2 .more {
	border: 1px solid #12298c;
	display: inline-block;
	padding: 5px 15px;
	margin-top: 8px;
}
.list2 li:nth-child(even) {
	background: #f5f5f5;
	border: 1px solid #ededed
}
.about_middle {
	background: #eee;
}
.wrap .online {
	padding-left: 40px;
	background: url(../images/chat.png) no-repeat #0f84f5 15px center;
	font-weight: bold;
	display: block;
	width: 120px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	margin-top: 20px;
}
.wrap h1, .content h3, .content h2, .content p, .content h1, .content ul {
	margin-bottom: 10px;
}
.wrap, .col_product, .table, .mb20 {
	margin-bottom: 20px;
}
.col_contact_middle .more {
	border: 1px solid #fff;
	width: 150px;
	margin: 15px auto 0;
	line-height: 36px;
	display: inline-block;
}
.col_contact_middle {
	background: #06f url(../images/contact.jpg) no-repeat top center;
	padding: 30px;
}
.col_top li, .col_middle li, .list1 li, .about_list li, .col_contact_top li, .list_top li {
	width: 31%;
	margin-right: 3.5%;
}
.col_bottom li, .col_bottom li>a, .col_about_l, .col_about_r, .col_left_wrap, .col_right_wrap, .list_img li {
	width: 48%;
}
.col_bottom li, .list_img li:nth-child(1) {
	margin-right: 4%;
}
.col_top li:nth-child(3), .col_middle li:nth-child(3n), .col_bottom li:nth-child(2n), .list1 li:nth-child(3n), .about_list li:nth-child(3n), .col_contact_top li:nth-child(3), .list_top li:nth-child(3) {
	margin-right: 0;
}
#footer p, .col_contact_middle h2, .col_contact_middle p, .col_contact_middle a, .banner a, .banner p {
	color: #fff;
}
#footer {
	padding: 15px;
	background: #111;
	text-align: center;
}
/*form*/
.form td {
	padding: 5px 0;
}
.form .input-xlarge {
	height: 36px;
	width: 98%;
	background: #f0f0f0;
}
.form textarea.input-xlarge {
	height: 80px;
}
.checkbox {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.checkbox input, .radio input {
	vertical-align: middle;
}
.submit input {
	width: 100%;
	padding: 8px 0;
	background: #0f84f5;
	color: #fff;
	font-weight: bold;
}
label {
	display: inline-block;
	padding-right: 20px;
}
.table {
	border-collapse: collapse;
}
.table td {
	border: 1px solid #aaa;
	padding: 8px 0;
}
.table .parameter .odd {
	background: #ddd !important;
}
/*-------js----------*/
.owl-carousel .owl-wrapper-outer, .banner, .carousel-warp {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.item {
	position: relative;
}
.item .text {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}
.item .text p {
	height: 44px;
	overflow: hidden;
}
.item h1 a {
	line-height: 32px;
	font-weight: bold;
}
.item .more {
	margin: 15px auto;
	width: 120px;
	background: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 3px;
	text-transform: uppercase;
	display: block;
	color: #0f84f5;
}
.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;
}
.banner img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
 @media all and (max-width:590px) {
#pull {
	display: block;
	background: url(../images/pull.jpg) no-repeat;
	width: 21px;
	height: 18px;
	margin: 12px 20px 0;
	text-indent: -9999px;
}
.nav ul {
	width: 100%;
	margin-top: 15px;
	display: none;
}
.nav li a {
	margin-left: 20px;
}
.nav li {
	width: 100%;
	border-top: 1px solid #ccc;
}
.col_about_l, .col_about_r, .col_left_wrap, .col_right_wrap ,.col_middle ul, .about_list ul{
	width: 100%;
	text-align: center;
}
.col_about_l, .col_right_wrap, .wrap .online, .item .more {
	margin: 10px auto 0;
}
.col_bottom li{
	width:100%;
	margin-right:0;
	}
.content {
	text-align: center;
}
.form table{
	text-align: left;
}
label {
	padding-right: 0;
}
.item .text {
	top: 30px;
}
}
@media all and (max-width:490px) {
.list1 li,.list2 li>a,.col_middle li {
	width: 48%;
	margin-right: 4%;
}
.list1 li:nth-child(3n) ,.col_middle li:nth-child(3n){
	margin-right: 4%;
}
.list1 li:nth-child(2n) ,.col_middle li:nth-child(2n){
	margin-right: 0;
}
.col_contact_top li {
	width: 100%;
	margin-bottom: 10px;
}
.list2 .text{
	margin:0 auto 10px;
}
.list2 .more{
	display:inline;
}
.item .text {
	top: 15px;
}
.post-slider-btn {
	bottom: 5px;
}
.item h1 a {
	line-height: 24px;
}
.item img {
	min-height: 190px;
}
}
@media all and (max-width:400px) {
	.col_top{
	}

}

.ztitle{ float:left; width:100%; margin:1px 0 20px 0; text-align:center;}
#cpzshi li{ margin:2px 0; width:30%;}

#cpcontent{ width:100%; margin:10px 0;}
#cpcontent p{ float:left; width:100%;margin:8px 0;}
#cpcontent p img{ width:130px; margin-right:10px; float:left;}




#cpxguan li{ margin:2px 0; width:30%;}

