﻿@charset "utf-8";
/*reset*/

*,
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
th,
td,
img,
select,
input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

label,
button {
	cursor: pointer;
}

select,
input,
textarea,
button {
	outline: none;
	font-family: "微软雅黑";
	resize: none;
	overflow: hidden;
	font-size: .2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: .2rem;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff;
	color: #303030;
	font-family: "微软雅黑";
	overflow-x: hidden;
	font-size: .2rem;
	width: 6.4rem;
	margin: auto auto;
}

a {
	text-decoration: none;
	color: #303030;
}

em,
i {
	font-style: normal;
}


/*common*/

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/*IE7/6*/

.flow {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.text-uppercase,
.uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.radius3,
.backToTop {
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.radius5 {
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.radius30 {
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.radius-half,
#slide-box .hd li,
#detail-pic .hd li,
#pro-categories h4:before,
.cb05-dot li,
.case-title:before,
.pro-title:before,
.history-more a,.history-box .history-infor p:first-child span {
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/*header*/

.h-box01 {
	background: #eaeaea;
	height: .4rem;
	position: relative;
}

.hb01-tel,
.hb01-lan {
	line-height: .44rem;
	padding: 0 .1rem;
}

.hb01-tel .icon-phone2 {
	color: #0068b7;
	display: inline-block;
	margin-right: .08rem;
}

.hb01-lan {
	cursor: pointer;
}

.icon-earth:before {
	line-height: .42rem;
}

.icon-earth {
	font-size: .24rem;
	display: inline-block;
	color: #000;
	margin-right: .08rem;
}

.caret-down:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .08rem;
	border-style: solid;
	border-width: .08rem .08rem 0 .08rem;
	border-color: #302e2e transparent;
	vertical-align: middle;
}

.language {
	display: none;
	position: absolute;
	right: 0;
	z-index: 999;
	top: .4rem;
	width: 1.18rem;
	background: #eaeaea;
	border-bottom: solid .05rem #0068b7;
	padding: .1rem .2rem;
}

.language li a {
	display: block;
	padding: .1rem 0;
	font-family: Arial;
}

.h-box02 {
	position: relative;
	padding: .15rem .1rem .14rem;
}

.icon-menu:before {
	line-height: .42rem;
}

.icon-menu {
	color: #fff;
	font-size: .34rem;
	background: #c32522;
	display: block;
	width: .5rem;
	height: .4rem;
	text-align: center;
	margin-top: .05rem;
	cursor: pointer;
}

.navbar .icon-search {
	font-size: .3rem;
	display: inline-block;
	margin: .15rem .3rem 0;
	color: #000;
}

.logo {
	display: block;
	width: 3.7rem;
	height: .4rem;
}

#nav {
	display: none;
	position: absolute;
	left: 0;
	top: .79rem;
	width: 100%;
	z-index: 99;
}

#nav>ul {
	background: #302e2e;
	padding: 0 .1rem;
}

#nav>ul>li>a {
	display: block;
	font-size: .26rem;
	padding: .22rem .2rem .16rem;
	color: #fff;
	border-bottom: solid 1px #3b3939;
	-webkit-box-shadow: 0 1px 0 #272525;
	-moz-box-shadow: 0 1px 0 #272525;
	box-shadow: 0 1px 0 #272525;
	position: relative;
}

#nav>ul>li:last-child>a {
	border-bottom: none;
	-webkit-box-shadow: 0 1px 0 #302e2e;
	-moz-box-shadow: 0 1px 0 #302e2e;
	box-shadow: 0 1px 0 #302e2e;
}

#nav>ul>li>a:focus {
	background: #0068b7;
	color: #fff;
	border-color: #0068b7;
	-webkit-box-shadow: 0 1px 0 #0068b7;
	-moz-box-shadow: 0 1px 0 #0068b7;
	box-shadow: 0 1px 0 #0068b7;
	margin: 0 -.1rem;
}

.sub-nav {
	display: none;
	background: #373737;
	margin: 0 -.1rem;
	padding: 0 .1rem;
}

.sub-nav li a {
	display: block;
	font-size: .24rem;
	padding: .22rem .2rem .16rem;
	color: #fff;
	border-bottom: solid 1px #3f3f3f;
}

.sub-nav li:last-child a {
	border-bottom: none;
}

#nav .caret-down:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: .32rem;
	margin-left: .1rem;
	border-style: solid;
	border-width: .08rem .08rem 0 .08rem;
	border-color: #fff transparent;
	vertical-align: middle;
}

.search {
	padding: .3rem .3rem .2rem;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
	top: .79rem;
	background: #302e2e;
	display: none;
}

.search form {
	height: .5rem;
	background: #fff;
}
.search #keywords {
	height: .5rem;
    width: calc(100% - .7rem);
    padding: 0 .1rem;
    border: none;
    background: none;
    line-height: .48rem;
}

#s-field {
	height: .5rem;
	width: calc(100% - .7rem);
	padding: 0 .1rem;
	border: none;
	background: none;
	line-height: .48rem;
}

#s-button {
	width: .7rem;
	height: .5rem;
	background: none;
	border: none;
	cursor: pointer;
	position: absolute;
	right: .3rem;
	top: .3rem;
	z-index: 9;
}

.search .icon-search {
	width: .7rem;
	position: absolute;
	right: .3rem;
	top: .3rem;
	z-index: 2;
	text-align: center;
	line-height: .5rem;
	color: #fff;
	font-size: .26rem;
	background: #0068b7;
}

.search-words {
	color: #a59e9e;
	margin-top: .25rem;
	font-family: "宋体";
}

.search-words p {
	overflow: hidden;
}

.search-words a {
	color: #a59e9e;
	display: inline-block;
	margin: 0 .2rem .1rem 0;
}


/*banner*/

#slide-box,
#detail-pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#slide-box .hd,
#detail-pic .hd {
	position: absolute;
	height: .2rem;
	bottom: .1rem;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
}

#slide-box .hd li,
#detail-pic .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	overflow: hidden;
	margin: 0 .1rem;
	text-indent: -999999px;
}

#slide-box .hd li.on,
#detail-pic .hd li.on {
	background: #0068b7;
}

#slide-box .bd li {
	position: relative;
	text-align: center;
}

#slide-box .bd li img,
#detail-pic img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
.list5{margin-top:30px;}
.list5 img{float:left;padding-right:10px;}

/*c-box01*/

.content {
	background: #eaeaea;
	padding: 0 .1rem .2rem;
	margin-top: -1px;
}

.c-box01 {
	padding: .4rem 0;
}

.index-title {
	height: 7px;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.index-title:before {
	content: "";
	display: block;
	border-top: solid 1px #d3d3d3;
	margin-top: 2px;
}

.index-title .title {
	color: #302e2e;
	font-weight: bold;
	font-size: .34rem;
	position: relative;
	top: -.2rem;
	display: inline-block;
}

.index-title02 .more {
	display: inline-block;
	background: #fff;
	padding-left: .2rem;
	position: relative;
	top: -.16rem;
}

.index-title02 .more span {
	display: inline-block;
	background: #0068b7;
	color: #fff;
	line-height: .32rem;
	padding: 0 .05rem;
}

.index-title01 .title {
	padding: 0 .2rem;
	background: #eaeaea;
}

.index-title02 .title {
	padding-right: .2rem;
	background: #fff;
}

.index-title03 {
	margin: .4rem 0 .15rem;
}

.index-title03 .title {
	padding-left: .2rem;
	padding-right: .2rem;
	background: #fff;
	font-size: .28rem;
	top: -.18rem;
}

#pro-categories,
#cb02-pro,
.cb03-case,
.cb04-content {
	margin-top: .4rem;
}

#pro-categories .none {
	display: none;
}

#pro-categories .category {
	margin-bottom: .1rem;
}

#pro-categories h4 {
	position: relative;
	background: #fff;
	font-size: .26rem;
	line-height: .3rem;
	padding: .15rem .4rem .12rem .3rem;
	cursor: pointer;
}

#pro-categories h4:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border: solid 2px #0068b7;
	left: .12rem;
	top: .23rem;
}

#pro-categories h4 span {
	position: absolute;
	right: .2rem;
	top: .14rem;
	font-size: .3rem;
	color: #0068b7;
}

#pro-categories .category.selected h4 {
	background: #d80d19;
	color: #fff;
}

#pro-categories .category.selected h4:before {
	border-color: #fff;
}

#pro-categories .category.selected h4 span {
	color: #fff;
}

#pro-categories .category.selected h4 span:before {
	content: "\e5ce";
}

.list-item {
	background: #fff;
	padding: 0 .2rem .1rem;
}

.list-item li a {
	display: block;
	font-size: .24rem;
	line-height: .4rem;
	padding: .12rem 0 .05rem;
	border-bottom: solid 1px #e5e5e5;
}

.list-item li:last-child a {
	border-bottom: none;
}


/*c-box02*/

#cb02-pro {
	margin-left: -.1rem;
	margin-right: -.1rem;
}

#cb02-pro li {
	float: left;
	width: 49%;
	padding:10px 5px;
	height:230px;
	margin-bottom:10px;
}

#cb02-pro li a {
	display: block;
	padding: .12rem .12rem .2rem;
	background: #fff;
}

.cb02-pic img {
	margin: 0 auto;
}

.cb02-title {
	margin: .2rem 0 .1rem;
	color: #302e2e;
	font-size: .2rem;
}

.cb02-text {
	color: #808080;
	font-size: .22rem;
	line-height: .32rem;
	height: 0.8rem;
	overflow: hidden;
}

.cb02-btn {
	margin: .2rem .1rem 0;
}

.cb02-btn a {
	display: block;
	width: 50%;
	float: left;
	height: .4rem;
	background: #302e2e;
}

.cb02-btn a:before {
	content: "";
	display: block;
	height: .4rem;
	background: url(../images/arrow.png) no-repeat center;
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
}

.cb02-btn .prev {
	background: #0068b7;
}

.cb02-btn .next:before {
	-webkit-transform: rotateY(180deg) scale(.7);
	-moz-transform: rotateY(180deg) scale(.7);
	-o-transform: rotateY(180deg) scale(.7);
	transform: rotateY(180deg) scale(.7);
}


/*c_box03*/

.c-box03,
.c-box04,
.c-box05 {
	margin-top: .2rem;
	background: #fff;
	padding: .4rem .15rem .1rem;
}

.cb03-case li {
	margin-bottom: .2rem;
	border-bottom:1px solid #ccc;
}

.cb03-pic,
.cb04-pic,
.news-pic {
	width: 1.6rem;
	height: 1.2rem;
}

.cb03-case dl {
	overflow: hidden;
	padding-left: .15rem;
}

.cb03-title {
	font-size: .24rem;
}

.cb03-text {
	color: #808080;
	font-size: .22rem;
	line-height: .3rem;
	height: .86rem;
	overflow: hidden;
	margin-top: .1rem;
}


/*c-box04*/

.cb04-news1 dl,
.news-list dl {
	overflow: hidden;
	padding-left: .15rem;
}

.cb04-title,
.cb04-date1,
.news-title,
.news-date {
	color: #0068b7;
}

.cb04-title,
.news-title {
	font-size: .24rem;
}

.cb04-text,
.news-text {
	color: #808080;
	line-height: .3rem;
	height: .55rem;
	overflow: hidden;
	margin: .065rem 0;
}

.cb04-text,
.cb04-date1 {
	font-size: .22rem;
}

.cb04-news2 {
	margin-top: .2rem;
}

.cb04-news2 li {
	margin-bottom: .2rem;
}

.cb04-hot {
	background: #0068b7;
	color: #fff;
	height: .29rem;
	line-height: .3rem;
	padding: 0 .1rem;
	position: relative;
}

.cb04-hot:after {
	content: "";
	position: absolute;
	right: -.06rem;
	top: .095rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .05rem 0 .05rem .06rem;
	border-color: transparent #0068b7;
}

.cb04-news2 span {
	display: inline-block;
}

.cb04-infor {
	width: 65%;
	margin: 0 .15rem;
	line-height: .3rem;
}

.cb04-date2 {
	line-height: .3rem;
}


/*c-box05*/

.cb05-title a,
.partner-title {
	color: #302e2e;
	font-weight: bold;
	font-size: .34rem;
}

.cb05-summary,
.partner-summary {
	margin-top: .05rem;
}

.cb05-summary span,
.partner-summary span {
	display: inline-block;
	padding: 0 .4rem;
	position: relative;
	color: #302e2e;
}

.cb05-summary span:before,
.cb05-summary span:after,
.partner-summary span:before,
.partner-summary span:after {
	content: "";
	position: absolute;
	top: .1rem;
	width: .25rem;
	border-top: solid 1px #a0a0a0;
}

.cb05-summary span:before,
.partner-summary span:before {
	left: 0;
}

.cb05-summary span:after,
.partner-summary span:after {
	right: 0;
}

#cb05-partner {
	padding: .3rem 0;
}

.cb05-partner li {
	float: left;
	width: 50%;
}

.cb05-partner img {
	width: 2rem;
	height: 2rem;
	border: solid 1px #c9c9c9;
	margin: 0 auto;
}

.cb05-dot {
	margin-top: .3rem;
}

.cb05-dot li {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #302e2e;
	margin: 0 .1rem;
	text-indent: -99999px;
}

.cb05-dot li.on {
	background: #0068b7;
}


/*footer*/

.footer {
	background: #302e2e;
	color: #6d6868;
	line-height: .3rem;
	padding: .32rem .2rem;
	margin-bottom: .73rem;
}

.footer a {
	color: #6d6868;
}

.footer img {
	display: inline-block;
	margin-left: .1rem;
	vertical-align: middle;
}


/*fix-nav*/

.fix-nav {
	width: 100%;
	background: #c32522;
	padding: .1rem 0 .05rem;
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
}

.fix-nav li {
	float: left;
	width: 25%;
	text-align: center;
}

.fix-nav span {
	color: #fff;
	font-size: .36rem;
	text-align: center;
}

.fix-nav p {
	text-transform: uppercase;
	color: #fff;
	font-size: .22rem;
	line-height: .3rem;
}


/*return*/

.backToTop {
	width: .5rem;
	height: .5rem;
	background: url(../images/top.png) no-repeat center #141212;
	-webkit-background-size: cover;
	background-size: cover;
	text-indent: 9999px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	bottom: .85rem;
	right: .1rem;
}


/*sub*/

.sub-content {
	padding-bottom: .4rem;
}

.sub-main {
	padding: 0 .1rem;
	min-height:6.5rem;
}

.breadcrumbs {
	background: #eaeaea;
	line-height: .3rem;
	padding: .08rem .1rem .05rem;
	margin-bottom: .3rem;
}

.breadcrumbs i {
	display: inline-block;
	margin-right: .1rem;
	color: #848484;
}

.breadcrumbs,
.breadcrumbs a {
	color: #696969;
}


/*pro-cover*/

.pro-title-box {
	margin-bottom: .2rem;
}

.pro-list {
	margin: 0 -.1rem;
}

.pro-list li {
	float: left;
	width: 46%;
	padding:10px 5px;
	overflow: hidden;
    background-color: #fff;
	margin:5px;
	height:180px;
}

.pro-pic img {
	margin: 0 auto;
	width: 2.1rem;
	height: 1.8rem;
}

.pro-name {
	color: #302e2e;
	font-size: .24rem;
	padding: .15rem 0 .25rem;
}


/*pro-list*/

.pro-menu {
	margin: .4rem -.05rem 0;
}

.pro-menu li {
	float: left;
	width: 50%;
	padding: 0 .05rem;
	margin-bottom: .1rem;
}

.pro-menu a {
	display: block;
	color: #fff;
	background: #0068b7;
	height: .46rem;
	line-height: .5rem;
	font-size: .24rem;
}

.pro-menu a.current,
.pro-menu a:focus {
	background: #0068b7;
}

.pro-list02 li {
	padding: .2rem 0;
	border-bottom: solid 1px #dcdcdc;
}

.pro-pic02 {
	width: 2.1rem;
	height: 1.8rem;
}
.pro-pic02 img {
	width: 2.1rem;
	height: 1.8rem;
}
.pro-list02 dl {
	overflow: hidden;
	padding-left: .15rem;
}

.pro-list02 dt {
	font-size: .20rem;
	margin-bottom: .05rem;
	line-height:.3rem;
	color:#0068b7;
}

.pro-list02 dd {
	color: #808080;
	line-height: .25rem;
	overflow: hidden;
	font-size:.18rem;
}
.pro-list02 dd strong{
	font-weight:normal;
}


/*pro-detail*/

.detail-show {
	margin: .4rem 0rem;
}

.detail-btn {
	margin: 0 -.05rem;
}

.detail-btn a {
	display: block;
	width: 50%;
	float: left;
	padding: 0 .05rem;
}

.detail-btn span {
	display: block;
	background: #302e2e;
	color: #fff;
	height: .56rem;
	line-height: .56rem;
}

.btn-price span {
	background: #0068b7;
}

.detail-btn i {
	display: inline-block;
	margin-right: .1rem;
	vertical-align: middle;
	height: .3rem;
}

.btn-price i {
	height: .26rem;
}

#detail-main {
	margin-top: .5rem;
}

#detail-main .tab-menu {
	background: #f6f6f6;
}

#detail-main .tab-menu li {
	float: left;
	height: .46rem;
	line-height: .5rem;
	width: 25%;
	background: #ebebeb;
	border-right: solid 1px #fff;
	font-size: .22rem;
	text-align: center;
}

#detail-main .tab-menu .current {
	color: #fff;
	background: #0068b7;
}

#detail-main .tab-box .hide {
	display: none;
}

#detail-main .tab-box {
	padding: .2rem 0 .1rem;
}

.pro-table {
	width: 100%;
	overflow-x: auto;
	padding-bottom: .2rem;
}

.tab-infor01 td {
	border: solid 1px #dcdcdc;
	font-size: .22rem;
	text-align: center;
	width: 25%;
}

.tab-infor01 td img {
	width: 1.5rem;
	height: 1rem;
}

.tab-infor01 tr:nth-child(even) td {
	background: #eee;
}

.tab-infor02 {
	margin: 0 -.05rem;
}

.tab-infor02 li {
	float: left;
	width: 33.33%;
	padding: 0 .05rem;
	margin-bottom: .1rem;
}

.tab-infor03 td {
	border: solid 1px #dcdcdc;
	font-size: .24rem;
	text-align: center;
	padding: .1rem;
}

.tab-infor03 tr:nth-child(even) td {
	background: #e5e5e5;
}

.tab-infor04 td {
	border: solid 1px #dcdcdc;
	padding: .1rem .08rem .05rem;
}

.tab-infor04 tr td:first-child {
	background: #e5e5e5;
	width: 1.5rem;
}

.tab-infor04 tr td:last-child {
	width: 1.5rem;
	height: 1rem;
}

.prodetail-box {
	margin-bottom: -.4rem;
}

.prodetail-box .c-box02 {
	background: #eaeaea;
	margin: .3rem -.1rem 0;
	padding: .4rem .1rem .5rem;
}


/*about*/

.about-title {
	color: #0068b7;
	font-weight: bold;
	font-size: .34rem;
}

.about-main {
	margin-top: .25rem;
}

.about-text {
	color: #131313;
	line-height: .36rem;
	font-size: .22rem;
}

.about-number {
	margin-top: .3rem;
}

.about-number li {
	float: left;
	width: 33.33%;
	margin-bottom: .3rem;
}

.about-number p {
text-align: center;
height: 1.6rem;
width: 1.6rem;
text-align: center;
border-radius: 100%;
line-height: 1.6rem;
background: #0068b7;
color: #fff;
margin: 0 auto;
}

.about-number span {
	display: inline-block;
	line-height: 25px;
	vertical-align: middle;
}

.about-number strong {
	display: block;
	font-size: 24px;
	font-family: "黑体";
}

.about-subtitle,
.about-subtitle02 {
	color: #0068b7;
	font-size: .26rem;
	font-weight: bold;
	margin-bottom: .2rem;
}

.about-subtitle02 {
	font-size: .24rem;
	margin: .25rem 0 .1rem;
}

.about-mainpro {
	margin: .1rem -.05rem 0;
}

.about-mainpro li {
	float: left;
	width: 50%;
	padding: 0 .05rem;
	text-align: center;
	margin-bottom: .1rem;
}

.about-mainpro li a {
	display: block;
	background: #eaeaea;
	height: .46rem;
	line-height: .5rem;
}

.about-application {
	margin-top: .4rem;
}

.about-subtitle img,
.system-pic img {
	margin: 0 auto;
	transform: scale(.8);
}

.about-section {
	margin-bottom: .5rem;
}

.about-summary {
	margin: .1rem 0;
}

.about-summary span {
	color: #302e2e;
	font-size: .22rem;
	font-weight: bold;
	padding: 0 .5rem;
	position: relative;
}

.about-summary span:before,
.about-summary span:after {
	content: "";
	position: absolute;
	top: .08rem;
	width: .2rem;
	border-top: solid 1px #302e2e;
}

.about-summary span:before {
	left: 0;
}

.about-summary span:after {
	right: 0;
}

.about-tip {
	color: #0068b7;
}

.system-infor {
	margin-bottom: .3rem;
}

.system-infor strong {
	display: block;
	color: #302e2e;
	font-size: .24rem;
	padding: .05rem 0;
}

.about-technology {
	position: relative;
	margin: .2rem -.1rem 0;
	padding: 0 .1rem;
}

.about-bg {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
}

.about-bg p {
	width: 50%;
	height: 100%;
}

.bg-red {
	background: #0068b7;
}

.bg-black,
.about-area {
	background: #302e2e;
}

.technology-infor {
	position: relative;
	z-index: 99;
	padding: .4rem 0 .1rem;
}

.technology-infor li {
	overflow: hidden;
	margin-bottom: .3rem;
}

.technology-infor .year {
	font-size: .3rem;
	font-weight: bold;
}

.technology-infor .left {
	float: left;
	width: 1.85rem;
	text-align: right;
}

.technology-infor .right {
	float: right;
	width: 1.85rem;
}

.technology-infor .pic {
	float: left;
	width: 2.2rem;
	margin: 0 .15rem;
	text-align: center;
}

.technology-infor .pic img {
	display: inline-block;
	vertical-align: middle;
}

.technology-infor p {
	color: #fff;
}

.technology-infor p.fl,
.technology-infor p.fr {
	width: 2.6rem;
}

.technology-infor p.fl {
	text-align: right;
}

.red-text {
	color: #0068b7;
}

.about-area {
	margin: 0 -.1rem .4rem;
	padding: .4rem .1rem .5rem;
}

.about-area .about-summary span,
.area-infor .about-text {
	color: #fff;
}

.about-area .about-summary span:before,
.about-area .about-summary span:after {
	border-color: #fff;
}

.area-pic img {
	margin: .3rem auto 0;
}

.area-infor .about-text {
	position: relative;
	margin-top: -1rem;
	padding: .15rem .15rem .1rem;
}

.area-infor .about-text strong {
	font-size: .3rem;
}

.about-value {
	color: #302e2e;
	font-weight: bold;
	font-size: .26rem;
	margin: .15rem 0 .3rem;
}

.about-brand p {
	margin-bottom: .2rem;
	font-weight: bold;
	font-size: .26rem;
}

.about-brand span {
	display: block;
	margin-top: .1rem;
}

.about-history {
	background: #eee;
	margin: 0 -.1rem -.4rem;
	padding: .4rem .1rem .5rem;
}

.history-infor {
	margin-top: .3rem;
}

.history-infor p {
	color: #302e2e;
	font-weight: bold;
	font-size: .22rem;
	margin-bottom: .2rem;
	line-height: .32rem;
}

.history-infor p span {
	display: block;
	color: #0068b7;
	margin-bottom: .05rem;
}

.history-more a,.history-now,.history-box .history-infor p:first-child span{
	display: block;
	width: 50px;
	height: 50px;
	background: #0068b7;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	position:relative;
	margin:.4rem auto .05rem;
	text-align: center;
	padding-top:12px;
}

.history-more i{
	display: block;
	height:.05rem;
}



.history-now,.history-box .history-infor p:first-child span{
	font-size:.22rem;
	line-height:50px;
	padding-top:0;
}




/*power*/

.power-main,
.power-infor {
	margin-top: .3rem;
}

.power-infor dd {
	margin-top: .1rem;
	margin-bottom: .1rem;
	font-size: .22rem;
}

.power-infor dt {
	font-size: .28rem;
	font-weight: bold;
	padding: .15rem 0;
}

.power-infor .power-num {
	width: 30px;
	height: 30px;
	background: #0068b7;
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
	font-size: .24rem;
	font-weight: bold;
}

.power-summary {
	color: #0068b7;
}

.power-text {
	line-height: .4rem;
	color: #302e2e;
}


/*news*/

.news-box .index-title03 .title,
.prolist-box .index-title03 .title {
	color: #0068b7;
}

.news-list {
	margin-top: .4rem;
}

.news-list li {
	margin-bottom: .2rem;
	padding: .1rem;
	background: #efefef;
}

.news-detail .detail-title {
	font-size: .26rem;
	font-weight: bold;
}

.news-detail .detail-tip {
	color: #696969;
	margin-top: .1rem;
	font-size: .22rem;
}

.news-detail .detail-tip span {
	display: inline-block;
	margin: 0 .2rem;
}

.news-content {
	margin-top: .2rem;
}

.news-content p {
	line-height: .4rem;
	font-size: .22rem;
	text-indent: .44rem;
}

.news-content p img {
	margin: .1rem 0;
}

.detail-share {
	margin-top: .3rem;
}

.detail-share>span {
	font-size: .22rem;
	float: left;
}

.detail-share .addthis_sharing_toolbox {
	float: left;
}

.news-turning {
	border-top: solid 1px #dcdcdc;
	margin-top: .3rem;
	padding-top: .2rem;
}

.news-turning li {
	margin-bottom: .15rem;
	font-size: .22rem;
}

.news-turning li span {
	font-weight: bold;
}


/*contact*/

.contact-tip {
	padding: 0 .15rem .15rem;
	color: #696969;
	font-size: .24rem;
	line-height: .36rem;
}

.contact-tip strong {
	display: block;
	color: #0068b7;
	margin-bottom: .1rem;
}

.contact-pic {
	margin: 0 -.1rem;
}

.contact-infor {
	margin: .2rem 0;
}

.contact-infor li {
	font-size: .26rem;
	margin-bottom: .15rem;
}

.contact-infor li i {
	display: block;
	color: #fff;
	width: 30px;
	height: 30px;
	background: #0068b7;
	margin: 0 auto .08rem;
	line-height: 30px;
}

.contact-infor .contact-add i {
	font-size: .3rem;
}

.contact-infor .contact-tel i {
	width: 40px;
	height: 40px;
	font-size: .34rem;
	line-height: 40px;
}

.contact-tel {
	font-size: .28rem;
	color: #0068b7;
}

.contact-tel strong {
	display: block;
	font-size: .32rem;
}

.inquiry-title {
	background: #302e2e;
	color: #fff;
	font-size: .26rem;
	font-weight: bold;
	height: .46rem;
	line-height: .49rem;
}

.icon-mail {
	color: #fff;
	background: #0068b7;
	display: inline-block;
	padding: 0 .1rem 0 .06rem;
	height: .46rem;
	line-height: .46rem !important;
	margin-right: .1rem;
	font-size: .36rem;
	float: left;
}

.sub-inquiry form {
	border: solid 1px #dcdcdc;
	padding: .3rem .2rem .1rem;
}

.sub-inquiry li {
	margin-bottom: .2rem;
}

.sub-inquiry span {
	display: inline-block;
	width: 1.2rem;
	vertical-align: top;
	line-height: .46rem;
	color: #666;
	font-size: .24rem;
}

.sub-inquiry input,
.sub-inquiry textarea {
	border: solid 1px #ddd;
	height: .42rem;
	width: 75%;
	padding: 0 .1rem;
	margin-right: .1rem;
}

.sub-inquiry textarea {
	height: 1.4rem;
	padding: .1rem;
}

.sub-inquiry .xing {
	color: #0068b7;
	vertical-align: top;
	line-height: .46rem;
}

.sub-inquiry .button {
	text-align: center;
}

.sub-inquiry .button input {
	width: 1.2rem;
	height: .4rem;
	color: #fff;
	background: #302e2e;
	border: none;
	margin: 0 .1rem;
}

.sub-inquiry .button .submit {
	background: #0068b7;
}


/*partner*/

.partner-tip {
	padding: .1rem .25rem;
	color: #696969;
	line-height: .36rem;
}

.partner-list {
	margin-top: .2rem;
}

.partner-list li {
	float: left;
	width: 50%;
	padding: 0 .1rem;
}

.partner-list img {
	width: 2rem;
	height: 2rem;
	border: solid 1px #c9c9c9;
	margin: 0 auto;
}

.partner-name {
	color: #302e2e;
	font-size: .24rem;
	font-weight: bold;
	padding: .1rem 0 .25rem;
}


/*case*/

.case-section {
	margin-bottom: .3rem;
}

.case-title-box,
.pro-title-box {
	background: #0068b7;
}

.case-title,
.pro-title {
	display: inline-block;
	padding: .13rem .1rem .05rem .3rem;
	color: #fff;
	position: relative;
	width: 80%;
	font-weight: bold;
	font-size: .26rem;
}

.case-title:before,
.pro-title:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border: solid 2px #fff;
	left: .12rem;
	top: .23rem;
}

.case-more,
.pro-more {
	color: #fff;
	display: inline-block;
	border: solid 2px #fff;
	width: 20px;
	height: 20px;
	line-height: 13px;
	margin: .2rem;
	text-align: center;
}

.case-list li {
	padding: .25rem 0;
	border-bottom: dashed 1px #d0d0d0;
}

.case-pic {
	width: 1.6rem;
	height: 1.2rem;
}

.case-list dl {
	overflow: hidden;
	padding-left: .2rem;
}

.case-list dt {
	font-size: .24rem;
	margin-bottom: .1rem;
}

.case-list dd {
	color: #808080;
	line-height: .32rem;
}

.page {
	margin-top: .3rem;
}

.page a,
.page b {
	color: #302e2e;
	display: inline-block;
	margin: 0 .02rem .2rem;
	width: .4rem;
	height: .4rem;
	line-height: .42rem;
}

.page .page-turning {
	background: #302e2e;
	color: #fff;
	width: .9rem;
}

.page .page-next {
	background: #0068b7;
}
.parameters_con table{width: 100%;border-collapse: collapse;border:1px solid #ddd;}
.parameters_con table td,.parameters_con table th{border:1px solid #ddd;height: 0.30rem;text-align: center;}
.parameters_con table th{background: #f1f1f1;color:#333;}
.parameters_con table tr:nth-child(2n+2){background: #f1f1f1;}
#detail-main h2{font-size: 1.5em;line-height: 0.4rem;color:#0068b7;border-bottom: 1px solid #ddd; margin:.30rem 0px;}
#detail-main p{font-size: 1em;line-height: 0.45rem;}
.index_center{width: 94%;margin: 4.5% 3%;}.index_center2{margin: 3% 3%;}.index_center2>ul>li{width: 49%;display: inline-block;float: left; margin-bottom:20px;padding-top:20px; position: relative;}.index_center2>ul>li:nth-child(odd){margin-right: 2%;}.index_center2>ul>li img{width: 100%;}.index_center2>ul>li>a{width: 100%;}.index_center2>ul>li>a>h4{position: absolute;left: 10px;bottom: 10px;font-size: 0.3rem;color: #fff;display: inline-block;border-bottom: 4px solid #ff8828;padding-bottom: 4px;font-weight: bold;}
.index_center>ul>li{width: 49%;display: inline-block;float: left; margin-bottom:20px;padding-top:20px; position: relative;}
.index_center>ul>li:nth-child(odd){margin-right: 2%;}
.index_center>ul>li img{width: 100%;}
.index_center>ul>li>a{width: 100%;}
.index_center>ul>li>a>h5{position: absolute;left: 40px;bottom: 24px;font-size: 0.2rem;color: #fff;display: inline-block;border-bottom: 2px solid #ff8828;padding-bottom: 6px;font-weight: bold;}
.contactUs_con_head{ margin-top:0.2rem;}
.contactUs_con_head h5{width:0.9rem;float: left; font-size: 0.22rem;line-height: 30px;height: 30px; color:#0068b7; }
.contactUs_con_head span{float: left;border-bottom:1px solid #0068b7;width: 5.2rem;height: 15px; display: block;}
.contactUs_con form,.contactUs_con form table{width: 6.1rem; padding-top:0.3rem;}
.contactUs_con form table tr td:first-child {width: 1.0rem;}
.contactUs_con form table tr td{height: 30px;padding:6px;}
.contactUs_con form table tr td span{color: #f00;}
.contactUs_con form table tr td input{height: 30px;width: 2.6rem;border:1px solid #ccc;}
.contactUs_con form table tr td textarea{height: 1rem;width: 4.3rem;border:1px solid #ccc;}
.contactUs_con form p{padding-left: 1.2rem;}
.contactUs_con form p input{width: 1.2rem;height: .4rem;margin-right:20px; background: #aaa;border:0 none;font-size: 14px;cursor: pointer;color: #222;}
.contactUs_con form p input.submit{background: #fe3a3b;color:#f1f1f1;}
.contactUs_con form p input.reset{background: #0068b7;color: #f1f1f1;}
.contactUs_con form p .submit:hover{background: #fc5c5d;}
.contactUs_con form p .reset:hover{background: #298ad3;}

/*********翻页*********/
.pagelist {
	height: 70px;
	padding: 20px 20px;
}
.pagelist ul {
 
	padding: 0;
	font-size: 14px;
}
.pagelist ul li {
	float: left;
	font-family: 'microsoft yahei';
	margin: 0 2px;
	line-height: 30px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #003c82;
	margin-bottom:5px;
}
.pagelist ul li a {
	float: left;
	color: #555;
	display: block;
}
.pagelist ul li:hover {
	text-decoration: none;
	color: #fff;
	border: 1px #003c82 solid;
	background-color: #003c82;
}
.pagelist ul li:hover a {
	color: #fff;
}
.pagelist ul li:hover a:hover {
	color: #fff;
	text-decoration: none;
}
.pagelist ul li.thisclass {
	background-color: #003c82;
	padding: 0 10px;
	color: #fff;
	border: 1px #003c82 solid;
}
.pagelist ul li.thisclass a {
	color: #fff;
}
.pagelist strong {
	font-weight: normal;
}
