@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "PingFang SC Regular";
	src: url(font/System%20San%20Francisco%20Text%20Regular.ttf), url(font/System%20San%20Francisco%20Display%20Regular.ttf)
}
@font-face {
	font-family: "PingFang SC Bold";
	src: url(font/System%20San%20Francisco%20Text%20Bold.ttf), url(font/System%20San%20Francisco%20Display%20Bold.ttf)
}
* {
	border: none;
	color: #444;
	font-family: "PingFang SC Regular", Verdana, Arial, SansSerif;
	font-size: 18px;
	list-style: none;
	line-height: 1.5em;
	outline: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
h1, h2, h3, h2 a {
	font-family: "pingFang SC Bold";
}
h1, h1 a, h2, h2 a {
	text-transform: capitalize;
}
.col_list h2 a, .col_middle h2 a, .col_bottom h2 a, .col_middle_bg h2 a, .about_middle h2, .about_bottom h2, .col_about_top h2, .col_contact h2, .wrapper .text h1 {
	font-size: 1.8em;
}
.col_case_top h1 {
	font-size: 1.5em;
}
html {
	background: #d0d0d0;
}
body {
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	border-top: 5px solid #12298c;
	background: #fff;
	position: relative;
}
.nav_show li, .pull_left, .col_list li, .col_middle li, .col_about_top li, .about_middle li, .owl-item, .col_case_li li {
	float: left;
}
.pull_right {
	float: right;
}
.nav {
	padding: 0.83em 0;
}
.nav li a {
	display: block;
	margin-right: 1.5em;
	line-height: 2.2em;
}
#pull {
	display: block;
	background: url(../images/pull.jpg) no-repeat;
	width: 30px;
	height: 23px;
	text-indent: -9999px;
	float: right;
	margin-top: .5em;
}
.main-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: rgba(48,63,159,0.95);
}
.main-menu p {
	padding: 0 32px;
	background: #3f51b5;
	line-height: 56px;
}
.main-menu p, .main-menu p span, .main-menu a, .col_middle_bg a, .col_middle_bg p {
	color: #fff;
}
.main-menu p span {
	width: 1.5em;
	text-align: center;
	border: 1px solid #a0adf9;
	border-radius: 50%;
	margin-top: 17px;
	font-size: 14px;
}
.main-menu li {
	padding-left: 30px;
	border-top: 1px solid #3f51b5;
}
.logo {
	margin-left: 1.2em;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
hr {
	height: .5em;
	background: #d0d0d0;
}
.col_list, .col_middle, .col_bottom, .col_middle_bg, .about_middle, .col_about_top, .col_contact_top, .col_contact, .wrapper .text, .tab-wrapper, .tab-content, .col_case_top .text, .col_list_pro_case, #content {
	padding: 2.2em 1.2em;
}
.col_list_product, .col_list_project {
	padding-top: 0.5em;
}
.tab-content {
	padding-bottom: 0;
}
.col_list, .col_middle h2, .about_middle, .col_about, .col_list_pro_case {
	text-align: center;
}
.col_list li, .col_middle li, .col_case_li li {
	width: 48%;
	margin-right: 4%;
}
.col_list li, .col_middle li {
	margin-top: 1.67em;
}
.col_list h2 a {
	color: #12298c
}
.col_list li img, .col_middle_bg li img, .col_bottom img, .wrapper .text h1, .col_list_pro_case img, .col_case_top h1, .content_text p, .content_text h3, .col_odds_list li h3 {
	margin-bottom: .5em;
}
.col_middle li {
	background: #f5f5f5;
}
.col_middle li .text {
	padding: 1em 0.8em;
}
.col_list .text p, .col_middle li p, .col_bottom .item p {
	margin-top: 5px;
	height: 3em;
	overflow: hidden;
}
.col_list .text h3, .col_middle h3, .col_bottom h3, .col_list_product p, .col_list_pro_case h4 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.col_list li:nth-child(2n), .col_middle li:nth-child(2n), .about_middle li:nth-child(4), .col_about_top li:nth-child(3n), .col_case_li li:nth-child(2) {
	margin-right: 0;
}
.col_middle_bg {
	text-align: center;
	background: url(../images/col_middle_bg.jpg) no-repeat center;
}
.col_middle_bg ul, .col_about_top ul {
	margin-top: 2em;
}
.col_middle_bg li {
	display: inline-block;
	margin: 0 1em;
}
.col_bottom .item {
	padding: 0 10px;
}
.col_bottom .carousel-warp {
	margin-top: 1.5em;
}
.col_list_product .text p {
	height: auto;
	color: #999;
	margin: 5px 0;
}
.col_list_product .more {
	margin-top: 5px;
	color: #f90;
	padding-right: 20px;
	background: url(../images/more.png) no-repeat right 5px;
}
.about_middle li {
	width: 25%;
	padding: 20px 10px 0;
}
.about_middle li h4, .about_bottom h4 {
	font-weight: 500;
}
.col_about li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1em;
}
.col_about li img, .about_bottom img, .col_list_pro_case img {
	border-radius: 6px;
}
.col_contact_top li {
	padding-left: 75px;
}
.col_contact_top li, .col_odds_list li {
	margin-bottom: 1.5em;
}
.col_contact_top li span {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}
.tel {
	background: url(../images/tel.png) no-repeat left center;
}
.mail {
	background: url(../images/emall.png) no-repeat left center;
}
.add {
	background: url(../images/add.png) no-repeat left center;
}
.col_contact h2 {
	margin-bottom: 1em;
}
.col_list_project .more {
	display: inline-block;
	border: 1px solid #3671cf;
	padding: 2px 1em;
	margin-top: 0.5em;
}
.wrapper .text h4, .col_case_li {
	margin: 1em 0;
}
.wrapper ul {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
.tab-menu li {
	display: inline-block;
	padding: .5em 1em;
	cursor: pointer;
}
.tab-menu li.active {
	color: #fff;
	background: #376bff;
}
.tab-content .tab-pane {
	display: none;
}
.tab-content .active, .tab-pane li img, .col_about li img {
	display: block;
}
.col_list_pro_case li {
	background: none;
}
.showMoreNChildren {
	padding: 0 3px;
	overflow: hidden;
}
.showMorehandle {
	display: block;
	line-height: 2.7em;
	width: 220px;
	text-align: center;
	margin: 2.2em auto 0;
	border: 1px solid #3671cf;
	text-transform: capitalize;
}
.col_odds_list li h3 {
	padding-left: 40px;
	line-height: 1.7em;
	background: url(../images/h3bg.png) no-repeat left 2px;
}
.bg {
	background: #f1f1f1;
}
#footer p, .banner p {
	color: #fff;
}
.table {
	text-align: center;
	border-collapse: collapse;
}
.table td, .table th {
	padding: 8px 2px;
	border: 1px solid #ddd;
}
.table th {
	background-color: #f5f5f5;
}
#footer {
	padding: 15px 30px;
	background: #111;
	text-align: center;
}
/*form*/
.form table {
	width: 100%;
}
.form td {
	padding: 8px 0;
}
.form .input-xlarge {
	height: 43px;
	padding: 0 5px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.form textarea.input-xlarge {
	height: 6em;
}
.submit input {
	width: 100%;
	padding: 10px 0;
	background: #376bff;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
label {
	display: none;
}
table {
	zoom: 1;
}
/*-------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;
}
.banner .item .text {
	text-align: center;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
}
.banner .item .text p {
	max-height: 3em;
	overflow: hidden;
	margin-top: .8em;
}
.banner .item h1 a {
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
}
.banner .item .more {
	color: #fff;
	margin-top: 1.4em;
	text-transform: capitalize;
	display: inline-block;
	background: rgba(255,255,255,0.2);
	border: 1px solid #fff;
	padding: 7px 30px;
}
.post-slider-btn {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.post-slider-btn button {
	background: none;
	color: #fff;
	font-weight: bold;
}
.banner img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.table_box {
	width: 100%;
	overflow-x: auto;
}
@media all and (max-width:540px) {
.banner .item .text {
	top: 60px;
	width: 95%;
}
.banner .item h1 a {
	font-size: 4.8vw;
}
*, h3, h3 a {
	font-size: 3.6vw;
}
.col_bottom .item {
	text-align: center;
}
.col_middle_bg li {
	width: 30%;
	margin: 0 1%;
	float: left;
}
.tab-menu li {
	padding: 0.5em
}
}
@media all and (max-width:480px) {
.banner .item .text {
	top: 20px;
}
.nav li a {
	margin-right: 1em;
}
.logo {
	width: 60px;
}
col_odds_list li h3 {
	line-height: 1.9em
}
.col_contact_top li {
	background-size: auto 2.8em;
}
.col_about li {
	width: 49%;
}
.col_about li:nth-child(3n) {
	margin-right: 2%;
}
.col_about li:nth-child(2n) {
	margin-right: 0;
}
}
