@charset "utf-8";
@import url(../fonts/iconfont.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	color: #444;
}
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, '宋体';
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button, textarea, input {
	outline: none;
	padding: 0;
}
ul, li {
	list-style: none;
	background: transparent;
}
img {
	border-style: none;
	display: block;
	height: auto;
}
a {
	text-decoration: none;
}
.en {
    font-family: "Trebuchet MS", Lucida, Verdana, Times, Georgia, "Times New Roman";
}
.color_white {
	color: #fff;
}
.container:after, .container:before, .row:after, .row:before {
	display: table;
	content: " ";
	clear: both;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear{
	clear:both;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.clearfix:after, .container:after, .row:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix, .container, .row {
	zoom: 1;
}

@-ms-viewport {
 width: device-width;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#header .top-header {
	margin: 20px auto;
}
#header .top-header .header-logo .logo {
	display: block;
	float: left;
}
#header .top-header .header-logo .logo img {
	max-height: 50px;
	width: auto;
}

#header .top-header .pin-logo {
	display: block;
	max-height: 30px;
	margin: 10px 0 0 20px;
	float: left;
}

#header .header-nav .header-menu-con {
	display: none;
}
.mini {
	position: relative;
}
#slider img {
	max-width: 100%;
	height: auto;
}

.title-wrap {
	text-align: center;
}
.title-wrap:after, .title-wrap-left:after {
	content: " ";
	display: block;
	width: 80px;
	height: 2.5px;
	background: #666;
	margin-top: 15px;
	margin-bottom: 30px;
}
.title-wrap:after {
	margin-left: auto;
	margin-right: auto;
}
.title-wrap h3, .title-wrap-left h3 {
	display: inline-block;
	font-size: 24px;
	color: #666;
	font-weight: 700;
}
.title-wrap h4, .title-wrap-left h4 {
	display: inline-block;
	font-size: 18px;
	color: #ccc;
}

.content_text p {
	font-size: 16px;
    line-height: 2;
    text-indent: 2em;
    margin: 15px auto;
}

.product_index, .core_index {
	background: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
}

.product-wrap {
    float: left;
    width: calc(50% - 7.5px);
    background: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
}
.product-wrap:nth-child(2n) {
    margin-right: 0;
}
.product-wrap img {
	display: block;
	margin-bottom: 10px;
	max-width: 100%;
}
.product-wrap span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    text-overflow: clip;
    overflow: hidden;
}

.about_index {
	padding: 45px 35px;
	background: #0067d0;
}
.about_index .title-wrap-left h3, .about_index .title-wrap-left h4 {
	color: #fff;
}
.about_index .title-wrap-left:after {
	background: #fff;
}
.about_index .content_text p {
	color: #fff;
}
.about_index .content_text a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #111;
    background: #fff;
    margin: 50px auto 0;
}

.core-wrap {
	background: #fff;
	padding: 20px;
	margin-top: 15px;
}
.core-wrap h3 {
    font-size: 25px;
    font-weight: 700;
    color: #0067d0;
}
.core-wrap h4 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0 20px;
}
.core-wrap p {
    font-size: 16px;
    line-height: 1.6;
}
.core-wrap img {
    display: block;
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}

.footer .contact-wrap {
	background: #444;
	padding: 40px 0;
	text-align: center;
}
.footer .contact-wrap h2 {
	font-size: 20px;
	color: #fff;
}
.footer .contact-wrap a {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 150px;
	font-size: 16px;
	background: #0067d0;
	color: #fff;
	margin: 20px auto 0;
}
.footer .contact-wrap a span {
	display: inline-block;
	margin: 0 10px;
}
.footer .contact-wrap a span:before {
	content: "";
	height: 20px;
	border-left: 1px #fff solid;
}
.footer .copyright {
	height: 50px;
	line-height: 50px;
	background: #222;
	text-align: center;
	color: #999;
	font-size: 12px;
}
.footer .copyright a {
	color: #999;
	font-size: 12px;
}

/*内页关于我们*/
.banner_about {
    background: url(../images/pc/banner_about.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 35%;
    height: 100px;
}
.banner_product {
    background: url(../images/pc/banner_product.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 70%;
    height: 100px;
}
.banner_honor {
    background: url(../images/pc/banner_honor.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 40%;
    height: 100px;
}
.banner_contact {
    background: url(../images/pc/banner_contact.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 40%;
    height: 100px;
}

.about {
    padding: 45px 30px;
}


.product {
    background: #f7f7f7;
    padding-top: 45px;
    padding-bottom: 45px;
}
.product .content_text img {
    display: block;
    margin-top: 15px;
    max-width: 100%;
}
.back-wrap {
    display: block;
    height: 20px;
    line-height: 20px;
    float: right;
    margin-bottom: 10px;
    margin-top: -20px;
}
.back-wrap .iconfont {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}

.content_wrap {
    margin-bottom: 20px;
}
.content_wrap .table {
    display: table;
}
.content_wrap .row {
    display: table-row;
}
.content_wrap .cell {
    display: table-cell;
    border-bottom: 1px #e0e0e0 dashed;
    padding: 10px 0;
}

/* 翻页 */
.page-wrap {overflow: hidden; margin-top: 30px;}
.page-wrap .number {width: 100%; overflow: hidden; height: 25px; line-height: 25px; font-size: 13px; text-align: center; color: #666;}
.page-wrap .link {width: 100%; overflow: hidden; text-align: center; font-size: 0; margin-bottom: 20px;}
.page-wrap .link a, .page-wrap .link span {display: inline-block; height: 40px; line-height: 40px; width: calc(50% - 5px); text-align: center; font-size: 14px;}
.page-wrap .link a {background: #0067d0; text-decoration: none; color: #fff;}
.page-wrap .link span { background: #d5d5d5; color: #666; font-size: 14px;}
.page-wrap .link i {display: inline-block; width: 10px}
