@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  max-width: 768px;
  margin: 0 auto;
  font: 1.2rem/1.6 "Microsoft YaHei";
  position: relative;
}
:focus {
  outline: none !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear;
  -moz-transition: color 0.15s linear, background-color 0.15s linear;
  -o-transition: color 0.15s linear, background-color 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear;
}
a:hover,
a:link {
  text-decoration: none;
}
table {
  border-spacing: 0;
  width: 100%;
  display: table !important;
}
label {
  font-weight: normal;
  margin: 0;
}
header,
nav,
section,
aside,
footer {
  display: block;
  width: 100%;
}
.img-responsive {
  width: 100%;
}
.row {
  margin: 0;
}
.dis {
  font-size: 0;
  letter-spacing: -1px;
}
.diss {
  font-size: 1.2rem;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/**************header****************/
header {
  padding: 12px 0;
}
header a.logo {
  display: block;
}
header a.logo img {
  display: block;
  width: 70%;
  margin: auto;
}
/**************nav****************/
nav {
  background: #0B89DD;
}
nav ul {
  padding: 3px 5px;
}
nav ul li {
  width: 25%;
  padding: 3px;
}
nav ul li a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  padding: 3px 0;
}
/**************index****************/
section div.search div input {
  float: left;
  border: 2px solid #0B89DD;
  height: 30px;
}
section div.search div input.in1 {
  width: 85%;
  padding: 2px 6px;
}
section div.search div input.in2 {
  width: 15%;
  line-height: 20px;
  background: #0B89DD;
  color: #fff;
}
section div.pro_title {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}
section div.pro_title span {
  font-weight: bold;
  font-size: 1.6rem;
  border-bottom: 2px solid #e6e6e6;
  padding: 3px;
  position: relative;
  top: -1px;
}
section div.product {
  padding: 5px 0;
}
section div.product div.product_sec {
  padding: 5px;
}
section div.product div.product_sec a {
  width: 47%;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 12px;
  text-align: center;
  margin-left: 6%;
  color: #333;
}
section div.product div.product_sec a p {
  margin: 0;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section div.product div.product_sec a:hover {
  border-color: #FF6600;
}
section div.product div.product_sec a img {
  display: block;
  width: 100%;
  height: 10rem;
}
section div.full {
  height: 215px;
  background: url("../images/full.jpg") no-repeat center;
}
section div.full ul {
  padding: 15px 25px;
}
section div.full ul li {
  width: 50%;
  color: #fff;
  font-size: 2rem;
}
section div.full div.d2 {
  padding: 0 20px;
}
section div.full div.d2 p {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
}
section div.full div.d2 p a {
  color: red;
}
section div.hot {
  padding: 10px 0;
}
section div.hot ul.picList li {
  width: 50%;
  padding: 0 12px;
}
section div.hot ul.picList li a {
  display: block;
  text-align: center;
  color: #333;
}
section div.hot ul.picList li a p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section div.hot ul.picList li a img {
  display: block;
  width: 100%;
  height: 15rem;
}
section div.news div.news_title {
  border-bottom: 1px solid #ddd;
  padding: 3px 10px;
}
section div.news div.news_title span.s1 {
  font-weight: bold;
  font-size: 18px;
}
section div.news div.news_title span.s2 {
  font-size: 12px;
}
section div.news div.news_title a {
  float: right;
  color: #0B89DD;
  margin-top: 8px;
}
section div.new ul li {
  padding: 10px 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 3px;
}
section div.new ul li * {
  line-height: 140%;
}
section div.new ul li a {
  display: block;
  font-weight: bold;
}
section div.new ul li span {
  color: #aaa;
  font-size: 12px;
}
section div.new ul li p {
  margin: 0;
  color: #555;
}
/**************产品中心****************/
section.info div.info_tit {
  border-bottom: 1px solid #0B89DD;
}
section.info div.info_tit span {
  font-size: 1.8rem;
  border-bottom: 3px solid #0B89DD;
  padding: 3px;
  position: relative;
  top: -2px;
}
/**************公司简介****************/
div.info_sec {
  padding: 8px;
}
div.info_sec img {
  display: block;
  width: 100%;
  height: initial;
}
div.info_sec p {
  margin: 0;
}
/**************技术支持****************/
div.new2 {
  padding: 0 8px;
}
div.new2 ul li {
  border-bottom: 1px dashed #ddd;
  padding: 6px 0;
}
div.new2 ul li a.a1 {
  display: inline-block;
  vertical-align: middle;
  color: #0B89DD;
}
div.new2 ul li span {
  float: right;
}
div.new2 ul li a.a2 {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**************联系我们****************/
div.contact {
  width: 90%;
  margin: auto;
  border: 1px solid #ddd;
  padding: 5px 8%;
  margin-bottom: 50px;
}
div.contact ul li {
  padding: 8px 0;
}
div.contact ul li img {
  width: 35px;
  margin-right: 10px;
}
/**************新闻详情****************/
div.new_info {
  padding: 10px;
}
div.new_info div.new_in_top p.p1 {
  font-size: 16px;
  font-weight: bold;
  color: #0B89DD;
  text-align: center;
}
div.new_info div.new_in_top div.d1 {
  text-align: center;
}
div.new_info div.new_in_top div.d2 {
  border: 1px solid #ddd;
  background: #eee;
  padding: 5px 10px;
  margin: 15px 0;
}
div.new_info div.new_in_sec p {
  margin: 0;
}
div.link {
  margin-top: 20px;
}
div.link a {
  /*display: block;*/
}
div.link a:hover {
  color: #0B89DD;
}
/**************在线留言****************/
div.liuyan {
  padding: 12px 0;
}
div.liuyan div.d1 {
  margin-bottom: 15px;
}
div.liuyan div.d1 label {
  width: 62px;
  text-align: right;
  vertical-align: middle;
}
div.liuyan div.d1 label span {
  color: red;
}
div.liuyan div.d1 .in1 {
  width: 75%;
  padding: 3px 5px;
  vertical-align: middle;
}
div.liuyan div.d2 {
  text-align: center;
}
div.liuyan div.d2 input {
  -webkit-appearance: none;
  width: 100px;
  margin: 12px;
  background: #0B89DD;
  color: #fff;
  font-size: 1.4rem;
  border: none;
  padding: 3px 0;
}
/**************footer****************/
footer {
  background: #0B89DD;
  text-align: center;
  padding: 15px;
}
footer p {
  margin: 0;
  color: #fff;
}
footer a {
  color: #fff;
}
div.map{
  padding: 0 8px;
}
div.map img{
  display: block;
  width: 100%;
  height: initial;
}
#pages {
  padding: 10px 0 25px 0;
  text-align: center;
  font: 12px '宋体';
  font-size: 0;
  letter-spacing: -1px;
  margin-top: 20px;
}
#pages a {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0px 8px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  border: #ddd /*边框线色*/ solid;
  border-width: 1px;
  text-align: center;
  color: #666 /*字体颜色*/;
  text-decoration: none;
  background: #fff /*字背景*/;
  border-right: none;
}
#pages a:last-child {
  border-right: 1px solid #ddd;
}
#pages a.a1 {
  padding: 0px 12px;
  height: 24px;
  line-height: 24px;
  margin-top: 0px;
  border-left: 1px solid #ddd /*左边框线色*/;
}
#pages a:hover {
  color: #fff;
  text-decoration: none;
  background: #2091ef /*鼠标滑过色块色*/;
}
#pages span {
  font-size: 12px;
  display: inline-block;
  padding: 0px 8px 0 8px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: 1px solid #ddd;
  border-right: none;
  background: #2091ef;
  /*色块色*/
}
.page .noPage {
  display: inline-block;
  padding: 0px 8px 0 8px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}


.secs_kd1{
	
	padding:15px 15px 0 15px;
	text-align: center;
	font-size:18px;
	color: white;
	font-weight: bold;
	line-height: 1.5;
}
.secs_kd2{
	padding:10px 5px;
}
.secs_kd2 a{
	float: left;
	width: 32%;
	margin-left: 1.5%;
	background: white;
	font-size: 14px;
	margin-bottom:5px;
  height: 4rem;
}


.secs_kd2 img{
	width: 100%;
	height: 100%;
	display: block;
}

.ckgd{
	display: block;
	width: 50%;
	text-align: center;
	font-size: 15px;
	color: white;
	margin: auto;
}
