﻿@charset "utf-8";
/*================================================*/
/*版本号：V0.0.1
*编辑人：洛枫网络技术员

*洛阳洛枫网络技术有限公司制作
*联系电话：0379-63639963
*公司网址：www.102s.com
*QQ客服：124544883    1164416740  
*公司邮箱：Info@102s.com    Sales@102s.com
*直拨专线：155-3795-6965
*/
/*==============================================*/


/*重置样式开始*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a:hover,a:active,a:focus {
	text-decoration: none;
}
em {
	text-decoration: none;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
/*重置样式开始*/

/* 顶部欢迎语开始 */
.topBox {
	width: 100%;
	background: #000;
	height: 40px;
	line-height: 40px;
}
.topBox p {
	font-family: "宋体";
	font-size: 12px;
	color: #ccc;
	margin-bottom: 0;
}
.topBox a {
	font-family: "宋体";
	font-size: 12px;
	color: #ccc;
}
.topBox .text-right {
	color: #888;
}
@media (max-width: 768px) { 
	.topBox {
		display: none;
	}
}
/* 顶部欢迎语结束 */

/* logo和电话开始 */
.logoBox {
	padding: 20px 0;
}
.flow {
	overflow: hidden;
}
.logoBox .pic1 {
	width: 82%;
}
.logoBox .pic2 {
	width: 50%;
	float: right;
}
.logoBox .pic3 {
	width: 100%;
	display: none;
}
.logoBox img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 768px) { 
	.logoBox .pic3 {
		display: block;
	}
	.logoBox .pic1 {
		display: none;
	}
	.logoBox {
		padding: 10px 0;
	}
	.logoBox .pic2 {
		width: 60%;
		padding-top: 10px;
	}
}
/* logo和电话结束 */

/*导航开始*/
.navbar-default {
	background-color: #0068c2;
	border: none;
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
		font-family: "微软雅黑";
		font-size: 16px;
		text-align: center;
		display: block;
}
.navbar-header .navbar-brand {
		display: none;
		color: #fff;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
	color: #f6cb1e;
  background-color: #333;
} 
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover {
	color: #f6cb1e;
	background-color: #333;
}
.navbar-default .navbar-nav>li>.dropdown-menu {
	min-width: auto;
	width: 100%;
	border-radius: 0;
	background: #fff;
}
.navbar-default .navbar-nav>li>.dropdown-menu>li {
	 width: 100%;
}
.navbar-default .navbar-nav>li>.dropdown-menu a {
	display: block;	
	text-align: center;
	padding: 0;
	line-height: 30px;
}
.navbar-default .navbar-nav>li>.dropdown-menu a:hover {
	color: #ff0000;
	background: #ccc;
}
@media (min-width: 768px) {
	.navbar-default .navbar-nav>li:hover>.dropdown-menu {
		 display: block;
	}
	.navbar-nav {
			float: none;
	}
	.navbar-nav li {
		width: 12.5%;
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: #f6cb1e;
	  background-color: #333;
	}
	.navbar-default .navbar-nav>.open>a:focus {
		color: #f6cb1e;
		background-color: #333;
	}
}
@media (min-width: 768px) and (max-width:1024px) {
	.navbar-default .navbar-nav>li>a {
			font-family: "微软雅黑";
			font-size: 14px;
	}
}
@media (max-width: 767px) {
	.navbar-header .navbar-brand {
			display: block;
	}
	
}
/* .navbar-default {
	background-color: #0068c2;
	border: none;
}
.navbar {
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li:hover .dropdown-menu,
.navbar-default .navbar-nav>li:active .dropdown-menu {
		display: block;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
		font-family: "微软雅黑";
		font-size: 16px;
}
.navbar-default .navbar-nav>li>.dropdown-menu {
	min-width: auto;
	width: 100%;
	border-radius: 0;
}
.navbar-default .navbar-nav>li>.dropdown-menu a {
	 display: block;
	 text-align: center;
}
.dropdown-menu>li:hover a {
	background-color: #ccc;
	color: #ff0000;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
    color: #f6cb1e;
    background-color: #333;
}
.navbar-collapse {
	padding: 0;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #f6cb1e;
    background-color: #333;
}
.text1 {
		font-family: "微软雅黑";
		font-size: 16px;
		text-align: left;
		float: left;
		padding-left: 15px;
		display: none;
}
.navbar-default .navbar-text {
		color: #fff;
}
.navbar-default .collapse .navbar-nav li a {
	padding: 0;
	display: block;
	height: 50px;
	line-height: 50px;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 0px;
	}
	.navbar-nav {
	  float: none;
		display: table;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		width: 100%;
	}
	.navbar-nav>li {
		width: 12.5%;
	}
}
@media (max-width: 767px) {
	.navbar-nav {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.navbar-nav>li {
		text-align: center;
	}
	.text1 {
		display: block;
	}
	.navbar-nav .dropdown-menu {
		position: static;
	}
} */
/*导航结束*/

/* 产品展示开始 */
.productBox {
	background-color: #f2f2f2;
	padding-bottom: 34px;
}
.productBox .container-fluid {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/line.png) center 48px no-repeat;
}
.productBox .container-fluid h3 {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #0189ff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 38px;
}
.productBox .container-fluid h4 {
	font-family: arial;
	font-size: 20px;
	color: #0189ff;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.productBox .container .col-lg-3 {
	padding: 0 8px;
	margin-bottom: 16px;
}
.productBox .container .col-lg-3 a {
	display: block;
}
.productBox .container .col-lg-3 a:hover {
	text-decoration: none;
}
.productBox .container .pic {
	width: 100%;
	overflow: hidden;
}
.productBox .container .pic img {
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s; /* Safari and Chrome */
}
.productBox .container .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); /* Safari and Chrome */
	-ms-transform:scale(1.1); /* IE 9 */
}
.productBox .container .title {
	height: 50px;
	background-color: #fff;
	padding: 0 10px;
}
.productBox .container .title h3 {
	margin: 0;
	line-height: 50px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productBox .container .col-lg-3 a:hover .title {
	background-color: #f6cb1e;
}

/* 产品展示结束 */

/* 设备展示开始 */
.equipmentBox {
	background: #e5e5e5 url(../images/title_BG1.jpg) no-repeat center top;
	/* background-size: 100%; */
	padding-bottom: 50px;
}
.equipmentBox .container-fluid {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/line1.png) center 48px no-repeat;
}
.equipmentBox .container-fluid h3 {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 38px;
}
.equipmentBox .container-fluid h4 {
	font-family: arial;
	font-size: 20px;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.equipmentBox .container {
	background: #fff;
	padding-top: 16px;
}
.equipmentBox .container .row {
	padding: 0 8px;
}
.equipmentBox .container .col-lg-3 {
	padding: 0 8px;
	margin-bottom: 16px;
}
.equipmentBox .container .col-lg-3 a {
	display: block;
}
.equipmentBox .container .col-lg-3 a:hover {
	text-decoration: none;
}
.equipmentBox .container .pic {
	width: 100%;
	overflow: hidden;
}
.equipmentBox .container .pic img {
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s; /* Safari and Chrome */
}
.equipmentBox .container .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); /* Safari and Chrome */
	-ms-transform:scale(1.1); /* IE 9 */
}
.equipmentBox .container .title {
	height: 50px;
	background-color: #f2f2f2;
	padding: 0 10px;
}
.equipmentBox .container .title h3 {
	margin: 0;
	line-height: 50px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.equipmentBox .container .col-lg-3 a:hover .title {
	background-color: #0068c2;
}
.equipmentBox .container .col-lg-3 a:hover .title h3 {
	color: #fff;
}
/* 设备展示结束 */

/* 新闻资讯开始 */
.newsBox {
	background-color: #f2f2f2;
	padding-bottom: 34px;
}
.newsBox .container-fluid {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/line.png) center 48px no-repeat;
}
.newsBox .container-fluid h3 {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #0189ff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 38px;
}
.newsBox .container-fluid h4 {
	font-family: arial;
	font-size: 20px;
	color: #0189ff;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.newsBox .container .row ul li a {
	display: block;
	overflow: hidden;
}
.newsBox .container .row .time, 
.newsBox .container .row .text {
	float: left;
}
.newsBox .container .row ul {
	padding: 0;
}
.newsBox .container .row ul li {
	background-color: #fff;
	padding: 10px 0;
	margin-bottom: 10px;
}
.newsBox .container .row .time {
	width: 14%;
	background: url(../images/line2.png) no-repeat right center;
}
.newsBox .container .row .text {
	width: 86%;
	padding: 0 2%;
}
.newsBox .container .row .text h3 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsBox .container .row .text p {
	font-family: "宋体";
	font-size: 12px;
	color: #666;
	line-height: 18px;
	height: 36px;
	margin: 0;
	overflow: hidden;
}
.newsBox .container .row .time p {
	font-family: "微软雅黑";
	font-size: 20px;
	color: #888;
	text-align: center;
	margin: 0;
	height: 30px;
	line-height: 30px;
}
.newsBox .container .row .time h3 {
	font-family: "微软雅黑";
	font-size: 26px;
	color: #333;
	text-align: center;
	margin: 0;
	height: 40px;
	line-height: 40px;
}
.newsBox .container .row li:hover {
	background-color: #0068c2;
}
.newsBox .container .row li:hover .time h3,
.newsBox .container .row li:hover .time p,
.newsBox .container .row li:hover .text p,
.newsBox .container .row li:hover .text h3 {
	color: #FFF;
}
.white {
	background-color: #fff;
}
.white a {
	display: block;
}
.newsBox .container .row .pic {
	width: 97%;
	margin: 20px auto;
	overflow: hidden;
}
.newsBox .container .row .pic img {
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s; /* Safari and Chrome */
}
.newsBox .container .row .pic img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); /* Safari and Chrome */
	-ms-transform:scale(1.1); /* IE 9 */
}
.newsBox .container .row .textBox {
	padding-bottom: 20px;
}
.newsBox .container .row .textBox h3 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newsBox .container .row .textBox p {
	font-family: "宋体";
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 36px;
	margin: 0;
	overflow: hidden;
}
.newsBox .container .row .textBox span {
	display: block;
	font-family: "宋体";
	font-size: 12px;
	color: #666;
	line-height: 37px;
	height: 37px;
	margin: 0;
	overflow: hidden;
}
.newsBox .container .row .white:hover {
	background: #0068C2;
}
.newsBox .container .row .white:hover .textBox h3,
.newsBox .container .row .white:hover .textBox p,
.newsBox .container .row .white:hover .textBox span {
	color: #fff;
}
@media (max-width: 767px) {
	.newsBox .container .row .time p {
		font-family: "宋体";
		font-size: 12px;
	}
	.newsBox .container .row .time h3 {
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.white {
		display: none;
	}
}
/* 新闻资讯结束 */

/* 公司简介开始 */
.aboutBox {
	background-color: #fff;
}
.aboutBox .container-fluid {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/line.png) center 48px no-repeat;
}
.aboutBox .container-fluid h3 {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #0189ff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 38px;
}
.aboutBox .container-fluid h4 {
	font-family: arial;
	font-size: 20px;
	color: #0189ff;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.aboutBox .title {
	background: url(../images/line3.png)no-repeat left bottom;
}
.aboutBox .title h3 {
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #333;
	height: 50px;
	line-height: 50px;
}
.col-lg-7 {
	padding-right: 40px;
}
.col-lg-5 img {
	width: 100%;
}
.aboutBox .text {
	height: 120px;
	overflow: hidden;
	margin: 20px 0;
}
.aboutBox .text p {
	font-family: "宋体";
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.aboutBox .btnBox {
	width: 140px;
	height: 40px;
	margin: 50px 0;
	background: #ffb500;
}
.aboutBox .btnBox a {
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #333;
}
.aboutBox .btnBox:hover {
	background: #0068c2;
}
.aboutBox .btnBox:hover a {
	color: #fff;
}
.showBox {
		display: none;
	}
@media (max-width: 768px) {
	.aboutBox .btnBox {
		width: 100%;
		height: 40px;
		margin: 50px 0;
		background: #ffb500;
	}
	.col-lg-7 {
		padding-right: 15px;
	}
	.hideBox {
		display: none;
	}
	.showBox {
		display: block;
	}
}
/* 公司简介结束 */

/* 联系我们开始 */
.contactBox {
	background-color: #f2f2f2;
	padding-bottom: 35px;
}
.contactBox .container-fluid {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/line.png) center 48px no-repeat;
}
.contactBox .container-fluid h3 {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #0189ff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 38px;
}
.contactBox .container-fluid h4 {
	font-family: arial;
	font-size: 20px;
	color: #0189ff;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.contactBox .row .col-lg-6 .messageBox {
	background: #fff;
	padding: 30px;
}
.contactBox .row .col-lg-6 h3 {
	font-family: "微软雅黑";
	font-size: 20px;
	color: #0189ff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 30px 0;
}
.contactBox .row form {
	overflow: hidden;
}
.btn-block+.btn-block {
    margin-top: 0px;
}
.contactBox .row label {
	display: block;
	margin-bottom: 20px;
}
.contactBox .row label input {
	width: 100%;
	font-family: "宋体";
	font-size: 14px;
	padding-left: 2%;
	height: 42px;
	color: #333;
}
.contactBox .row textarea {
	width: 100%;
	margin-bottom: 30px;
	font-family: "宋体";
	font-size: 14px;
	padding-left: 2%;
	line-height: 20px;
	color: #333;
}
.contactBox .row button {
	width: 25%;
	height: 40px;
	border-radius: 0;
}
.btn-warning {
	color: #333;
}
.pull-left {
	margin-left: 13%;
}
.pull-right {
	margin-right: 13%;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
	color:#888; 
	font-size:14px;
	font-weight: normal;
}
input:-moz-placeholder,
textarea:-moz-placeholder { 
	color:#888; 
	font-size:14px;
	font-weight: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder { 
	color:#888; 
	font-size:14px;
	font-weight: normal; 
} 
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
	color:#888; 
	font-size:14px;
	font-weight: normal;
}
.contactBox .row .col-lg-3 {
	padding: 0 8px;
}
.contactBox .row .col-lg-6 {
	padding: 0 8px;
	margin-bottom: 15px;
}
.contactBox .itemBox {
	background: #fff;
	height: 186px;
	margin-bottom: 15px;
}
.contactBox .itemBox h3 {
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	margin: 0;
}
.contactBox .itemBox h4 {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}
.contactBox .itemBox span {
	display: block;
	width: 20%;
	height: 2px;
	margin: 0 auto;
	background-color: #888;
}
.contactBox .itemBox i {
	display: block;
	font-size: 60px;
	color: #666;
	text-align: center;
	padding-top: 30px;
}
@media (max-width: 767px) {
	.contactBox .itemBox h4 em {
		display: none;
	}
	.contactBox .itemBox h4 {
		font-family: "宋体";
		font-size: 14px;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.contactBox .itemBox h4 em {
		display: none;
	}
}
/* 联系我们结束 */

/* 底部开始 */
.bottomBox {
	background: #121212;
}
.bottomBox .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bottomBox .container .row .borderBox {
	border: 1px #333 solid;
	padding: 20px;
}
.bottomBox .container .row .borderBox img {
	width: 100%;
}
.bottomBox .container .row .borderBox h3 {
	font-family: "微软雅黑";
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.bottomBox .container .row .borderBox p {
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background: url(../images/bottomLogo_BG.png) no-repeat center;
	margin: 0;
	padding: 10px 0;
	background-size: 100% 100%;
}
.bottomBox .container .row .col-lg-4,
.bottomBox .container .row .col-lg-5 {
	padding: 0 30px;
}
.bottomBox .container .row .col-lg-4 h3,
.bottomBox .container .row .col-lg-5 h3 {
	padding-left: 10px;
	border-left: 4px solid #ffd701;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	height: 30px;
	line-height: 30px;
}
.bottomBox .container .row .col-lg-5 h4 {
	margin: 0;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
}
.bottomContactBox {
	padding-left: 30px;
}
.bottomContactBox li {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	height: 34px;
	line-break: 34px;
}
.bottomContactBox li i {
	margin-right: 5px;
	font-size: 16px;
}
.bottomContactBox li .glyphicon-map-marker {
	color: #4fff01;
}
.bottomContactBox li .glyphicon-phone {
	color: #ff0101;
}
.bottomContactBox li .glyphicon-print {
	color: #ffd701;
}
.bottomContactBox li .glyphicon-user {
	color: #01baff;
}
.bottomContactBox li .glyphicon-globe {
	color: #ff8a01;
}
.bottomContactBox li .glyphicon-envelope {
	color: #ff0190;
}
.bottomBox .container .row .navBox {
	margin: 20px 20px 0 20px;
	overflow: hidden;
}
.bottomBox .container .row .navBox li {
	border: 1px solid #ccc;
	border-radius: 2em;
	float: left;
	width: 40%;
	margin: 3% 4%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.bottomBox .container .row .navBox li a {
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
}
.bottomBox .container .row .navBox li:hover a,
.bottomBox .container .row .navBox li:active a {
	color: #ffd701;
}
.bottomBox .container .row .navBox li:hover,
.bottomBox .container .row .navBox li:active {
	border: 1px solid #ffd701;
}
.bottomBox .container-fluid {
	background: #000;
}
.bottomBox .container-fluid p {
	font-family: "宋体";
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	color: #fff;
}
.bottomBox .container-fluid p a {
	font-family: "宋体";
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	color: #fff;
}
@media (max-width: 768px) {
	.bottomBox .container-fluid {
		padding: 15px;
	}
	.bottomBox .container-fluid p a {
		height: auto;
		line-height: 20px;
	}
	.bottomBox .container-fluid p {
		height: auto;
		line-height: 20px;
	}
	.bottomBox .container .row .col-lg-3,
	.bottomBox .container .row .col-lg-4,
	.bottomBox .container .row .col-lg-5 {
		padding: 0 30px;
		margin-bottom: 30px;
	}
	.bottomBox .container {
		padding-bottom: 0px;
	}
	.bottomContactBox li {
		font-family: "宋体";
		font-size: 12px;
		color: #fff;
		height: 30px;
		line-break: 30px;
	}
	.bottomContactBox li i {
		font-size: 12px;
	}
	.bottomBox .container .row .borderBox .pic {
		width: 70%;
		margin: 0 auto;
	}
	.bottomBox .container .row .borderBox .text {
		width: 70%;
		margin: 0 auto;
	}
}
@media (min-width: 768px) and (max-width:1023px) {
	.bottomBox .container .row .borderBox {
		display: none;
	}
	.bottomBox .container .row .borderBox h3 {
		font-size: 24px;
	}
	.bottomBox .container .row .borderBox p {
		font-size: 12px;
	}
	.bottomBox .container .row .navBox {
    margin: 10px 20px 0 20px;
	}
	.bottomContactBox li {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-break: 30px;
	}
	.bottomBox .container .row .col-lg-5 h4 {
    height: 40px;
    line-height: 40px;
	}
}
@media (min-width: 320px) and (max-width:1024px) {
	.bottomContactBox li span {
		display: none;
	}
}
/* 底部结束 */
/* =========================================================================== */
/* 新闻列表开始 */
.newsListBox .position {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	text-align: left;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}
.newsListBox .position span {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	text-align: left;
	height: 30px;
	line-height: 30px;
}
.newsListBox .position a {
	color: #666;
}
.newsListBox .position a:hover,
.newsListBox .position a:active {
	color: #FF0000;
}
.leftNavBox {
	margin-bottom: 20px;
	background-color: #f2f2f2;
}
.leftNavBox h3 {
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #0062b9;
}
.leftNav {
	padding: 10px 0 20px 0;
}
.leftNav li {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.leftNav li.on {
	background-color: #8ec2ef;
}
.leftNav li.on a {
	color: #333;
}
.leftNav li a {
	display: block;
	font-family: "宋体";
	font-size: 14px;
	color: #666;
}
.leftNav li a i {
	float: right;
	margin-top: 8px;
	font-size: 14px;
	color: #ccc;
	position: relative;
	top: 6px;
}
.leftNav li:hover,
.leftNav li:active {
	background-color: #8ec2ef;
}
.leftNav li:hover a,
.leftNav li:active a {
	color: #333;
}
.leftNav li:hover a i,
.leftNav li:active a i {
	color: #333;
}
.leftContactBox {
	margin-bottom: 50px;
	background-color: #f2f2f2;
}
.leftContactBox h3 {
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #0062b9;
}
.leftContactBox ul {
	padding: 10px;
}
.leftContactBox ul li:first-child {
	height: auto;
}
.leftContactBox ul li:first-child img {
	width: 100%;
	height: auto;
}
.leftContactBox ul li {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsListBox .borderBox {
	margin-bottom: 50px;
}
.newsListBox .borderBox .border {
	border: 1px solid #ccc;
	padding: 0 0 20px 0;
}
.newsListBox .borderBox .titleBox {
	background: #0062b9;
}
.newsListBox .borderBox .titleBox h3 {
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
}
.newsListBox .borderBox .titleBox h3 i {
	font-size: 20px;
	color: #f2bb18;
	margin-right: 5px;
}
.newsListBox .borderBox .titleBox h3 span {
	font-size: 12px;
	color: #ccc;
    font-family: Verdana, Geneva, sans-serif;
}
.newsListBox .borderBox .newsContent {
	padding: 0 10px;
	overflow: hidden;
}
/* 新闻中心开始 */
.newsListBox .container .item {
	margin-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
}
.newsListBox .container .item a {
	display: block;
}
.newsListBox .container .item .pic {
	width: 100%;
	overflow: hidden;
}
.newsListBox .container .item .pic img {
	width: 100%;
	display: block;
	transition: all 0.6s;
	-webkit-transition: all 0.6s; /* Safari and Chrome */
}
.newsListBox .container .item a:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); /* Safari and Chrome */
	-ms-transform:scale(1.1); /* IE 9 */
}
.newsListBox .container .item .text {
	background-color: #f2f2f2;
	padding: 20px 10px;
}
.newsListBox .container .item .text h3,
.newsListBox .container .item .text p {
	margin: 0;
	padding: 0;
}
.newsListBox .container .item .text h3 {
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsListBox .container .item .text p {
	line-height: 24px;
	font-size: 14px;
	color: #888;
	height: 48px;
	overflow: hidden;
}
.newsListBox .container .item .text span {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #888;
	border-bottom: 1px dotted #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}
.newsListBox .container .item a:hover .text {
	background-color: #333;
}
.newsListBox .container .item a:hover .text h3,
.newsListBox .container .item a:hover .text p,
.newsListBox .container .item a:hover .text span {
	color: #fff;
}
/* 新闻中心结束 */
/* 分页导航开始 */
.page span,.page a{ 
	color:#333;
	padding:0 4px;
}
.page span.current{ 
	color:#ff3434;
}
.page span.disabled{
	color:#ccc;
}
.page a:hover{
	color:#ff3434;
}
#ContentPlaceHolder1_PageShow{
	clear:both;
	text-align:center;
	height:54px;
	line-height:54px;
	margin:0 auto;
}
/* 分页导航结束 */

@media (max-width:768px) {
	.newsListBox .leftNavBox,
	.newsListBox .leftContactBox {
		display: none;
	}
}
/* 新闻列表结束 */

/* ========================================================================= */

/* 新闻详情、公司简介页开始 */
.newsContent {
	
}
.newsContent .title {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-top: 20px;
}
.newsContent .title h3 {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #333;
	line-height: 30px;
	text-align: center;
	margin: 0;
}
.newsContent .title h4 {
	font-family: "宋体";
	font-size: 12px;
	color: #888;
	line-height: 20px;
	text-align: center;
}
.newsContent .content {
	padding: 20px 0 0 0;
}
.newsContent .content img {
	display: block;
	max-width: 800px;
    height: auto;
	margin: 0 auto;
	/*width: 100%;*/
}
@media(max-width: 768px){
	.newsContent .content img {
	    width: 100%;
	}
}
.newsContent .content p {
	margin: 0;
	font-family: "宋体";
	color: #333;
	font-size: 14px;
	line-height: 26px;
}
/* 新闻详情、公司简介页结束 */

/* ========================================================================= */
/* 产品设备展示开始 */
.ProductListBox .position {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	text-align: left;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}
.ProductListBox .position span {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	text-align: left;
	height: 30px;
	line-height: 30px;
}
.ProductListBox .position a {
	color: #666;
}
.ProductListBox .position a:hover,
.ProductListBox .position a:active {
	color: #FF0000;
}
.ProductListBox .borderBox {
	margin-bottom: 50px;
}
.ProductListBox .borderBox .border {
	border: 1px solid #ccc;
	padding: 0 0 20px 0;
}
.ProductListBox .borderBox .titleBox {
	background: #0062B9;
}
.ProductListBox .borderBox .titleBox h3 {
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	/* border-bottom: 1px solid #ccc; */
}
.ProductListBox .borderBox .titleBox h3 i {
	font-size: 20px;
	color: #f2bb18;
	margin-right: 5px;
}
.ProductListBox .borderBox .titleBox h3 span {
	font-size: 12px;
	color: #ccc;
    font-family: Verdana, Geneva, sans-serif;
}
.ProductListBox .borderBox .styleContent {
	padding-top: 20px;
	overflow: hidden;
}
.ProductListBox .borderBox .styleContent .item {
	padding: 0 8px;
	margin-bottom: 16px;
}
.ProductListBox .borderBox .styleContent .item a {
	display: block;
}
.ProductListBox .borderBox .styleContent .item .pic {
	width: 100%;
	overflow: hidden;
}
.ProductListBox .borderBox .styleContent .item .pic img {
	display: block;
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.ProductListBox .borderBox .styleContent .item .title {
	padding: 0 10px;
	background-color: #f2f2f2;
}
.ProductListBox .borderBox .styleContent .item .title h3 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ProductListBox .borderBox .styleContent .item:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/* Safari and Chrome */
	-ms-transform: scale(1.1);
	/* IE 9 */
}
.ProductListBox .borderBox .styleContent .item:hover .title {
	background-color: #0062B9;
}
.ProductListBox .borderBox .styleContent .item:hover .title h3 {
	color: #fff;
}
@media (max-width:768px) {
	.ProductListBox .leftNavBox,
	.ProductListBox .leftContactBox {
		display: none;
	}
}
/* 产品设备展示结束 */
/* ============================================================== */
/* 客户留言开始 */
@media (min-width:769px) {
	.newsContent {
		overflow: hidden;
	}
	.newsContent .form {
		width: 40%;
		float: left;
	}
	.newsContent .picBoxx {
		width: 60%;
		float: left;
	}
}
/* 客户留言结束 */