/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
}
fieldset, img, input, button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}
ul, ol {
	list-style: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", "宋体";
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	font-size: 12px;
	margin: 0;
}
textarea {
	resize: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
body {
	font: 16px/150% "微软雅黑", Arial, Verdana, "\5b8b\4f53";
	color: #333;
	background: #fff;
	max-width:640px;
	margin:0 auto;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom:1;/*IE/7/6*/
}
a {
	color: #E10A0D;
	text-decoration: none;
}
a:hover {
	color: #00a0e9;
}
h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	font-weight: normal;
}
s, i, em {
	font-style: normal;
	text-decoration: none;
}
.col-green {
	color: #0ca96a!important;
}
/*公共类*/
.w {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left
}
.fr {
	float: right
}
.al {
	text-align: left
}
.ac {
	text-align: center
}
.ar {
	text-align: right
}
.hide {
	display: none
}
.head {
	width: 100%;
	height: 40px;
	position: relative;
	top: 0;
	left: 0;
	background: #0362b0;
	z-index: 100;
}
.head1 {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
}
.head .back {
	color: #fff;
	width: 15.625%;
	height: 100%;
	border-right: 1px solid #0362b5;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font: .8em/3.6 "Microsoft Yahei";
}
.head .back .arrow {
	width: .9em;
	display: inline-block;
	height: .9em;
	border-bottom: .15em solid #fff;
	border-left: .15em solid #fff;
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.head .logo {
	margin: 0 0 0 5%;
}
.head .logo img {
	height: 35px;
	margin: 5px 0 0 10%;
}
.head .dianhua {
	margin: 0 5% 0 0;
}
.head .dianhua img {
	height: 30px;
	margin: 5px 10% 0 0;
}
.head .nav {
	width: 50%;
	float: left;
	margin: 0 0 0 5%;
}
.head .nav a {
	display: inline-block;
	height: 40px;
	width: 48%;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
.head .more img {
	width: 30px;
	margin: 0 auto;
}
.head .more {
	width: 7%;
	padding: 5px 5% 0 5px;
}
.head .con {
	width: 45.625%;
	margin: 0 auto;
	height: 100%;
}
.head .con h3 {
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.head .more1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 15.625%;
	height: 100%;
	cursor: pointer;
	color: #fff;
	border-left: 1px solid #0362b5;
	font: .8em/3.6 "Microsoft Yahei";
	box-sizing: border-box;
}
.head .more1 img {
	width: 30px;
	position: absolute;
	box-sizing: border-box;
}
/*banner轮播*/
.index_banner {
	position: relative;
	padding-top: 80px;
}
.index_banner ul {
	overflow: hidden;
}
.index_banner ul li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	padding-top: 80px;
}
.index_banner li a {
	display: block;
	margin: 0 auto;
}
.index_banner cite {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -30px;
	bottom: 5px;
	z-index: 10;
}
.index_banner cite span {
	width: 10px;
	height: 10px;
	background: url(../images/00.png) no-repeat;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
	border-radius: 50%;
}
.index_banner cite .cur {
	background-position: 0 -26px;
}
.clear {
	clear: both;
}
/*banner轮播结束*/
/*热销推荐*/
.hot {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.hot .title {
	text-align: center;
	font-size: 1rem;
	color: #999;
	margin: 10px 0 0 0;
}
.hot .title span {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.8rem;
	display: block;
}
.hot #demo tr td a {
	font-size: 1rem;
	line-height: 1.4rem;
	display: inline-block;
	color: #333;
}
#demo img {
	width: 80px;
}
/*新闻资讯*/
.new {
	width: 100%;
	overflow: hidden;
	background: #f1f1f1;
	padding: 0 0 40px 0;
}
.new .title {
	text-align: center;
	font-size: 1rem;
	color: #999;
	margin: 10px 0 0 0;
}
.new .title span {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.8rem;
	display: block;
}
.new ul {
	margin: 10px auto 0;
}
.new ul li {
	width: 100%;
}
.new ul li div.fl {
	float: left;
	width: 50%;
	height: 140px;
	overflow: hidden;
}
.new ul li div.fl img {
	height: 140px;
	margin: 0 auto;
}
.new ul li .con {
	height: 140px;
	box-sizing: border-box;
	background: #fff;
	width: 50%;
	float: left;
}
.new ul li ol {
	float: left;
	padding: 2%;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}
.new ul li ol li {
	background: url(../images/icon.png) no-repeat 0 center;
	padding: 0 0 0 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1rem;
	box-sizing: border-box;
}
.new ul li .con a.fr {
	font-size: .6rem;
}
/*应用案例*/
.case {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 0 0 10px 0;
}
.case .title {
	text-align: center;
	font-size: 1rem;
	color: #999;
	margin: 10px 0 0 0;
}
.case .title span {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.8rem;
	display: block;
}
.case img {
	width: 100%;
}
/*应用案例*/
.display {
	width: 100%;
	overflow: hidden;
	background: #f1f1f1;
}
.display .title {
	text-align: center;
	font-size: 1rem;
	color: #999;
	margin: 10px 0 0 0;
}
.display .title span {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.8rem;
	display: block;
}
.display ul li {
	width: 23%;
	text-align: center;
	float: left;
	margin: 0 1%;
}
.display ul li img {
	width: 100%;
}
.display ul {
	margin: 10px auto 0;
}
.display ul li span {
	font-size: .9rem;
	line-height: 1.3rem;
	display: inline-block;
}
/*新闻页面*/
.news .banner {
	padding: 40px 0 0 0;
}
.news .banner img {
	width: 100%;
}
/*新闻页面*/
.add {
	margin: 0 auto 20px;
	text-align: center;
}
.add span {
	color: #666;
}
.news {
	padding: 80px 0 0;
}
.news .con2 ul {
	width: 100%;
	margin: 10px auto 0;
}
.news .con2 ul li {
	margin: 10px 0 10px 0;
	padding: 0 0 20px 0;
	height: 120px;
}
.news .con2 ul li img {
	float: left;
	width: 30%;
	margin: 0 0 0 2.5%
}
.news .con2 ul li .right {
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	height: 66.66px;
	display: inline-block;
	width: 60%;
}
.news .con2 ul li span {
	font-size: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .con2 ul li p {
	margin: 5px 0 0 0;
	text-indent: 2em;
	font-size: 15px;
}
.news .con2 ul li p a {
	color: #00a0e9;
}
.news .con2 ul li button {
	width: 70px;
	height: 28px;
	background: #0e89eb;
	border-radius: 5px;
	border: none;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: "微软雅黑";
	text-align: center;
	cursor: pointer;
	line-height: 28px;
}
.news .con2 ul li.no-bg {
	background: none;
}
.pagenav {
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
	text-align: center
}
.pagenav li {
	width: 30%;
	height: 35px;
	border: 1px solid #a0a0a0;
	float: left;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	box-sizing: border-box;
}
.pagenav li.first {
	margin: 0 0 0 5%;
}
.pagenav span.current {
	background: #999;
}
.pagenav li.first {
	color: #00a0e9;
}
.pagenav li.last {
	color: #00a0e9;
}
.pagenav a, .pagenav span {
	display: inline-block;
	padding: 3px 8px
}
.news .newscontent {
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}
.news .newscontent h1 {
	text-align: center;
	margin: 20px 0px 10px;
	font-size: 1.4rem;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 20px;
}
.news .newscontent p {
	line-height: 1.9rem;
	font-size: 1.1rem;
}
.news .newscontent p img {
	max-width: 100%;
}
.news .newscontent .list {
	margin: 10px 0 0 0;
}
.news .newscontent .list p {
	line-height: 2rem;
	font-size: 16px;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*产品中心*/
.product {
	position: relative;
	padding: 80px 0 0 0;
}
.product .mt {
	padding: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
}
.product .mt ul li {
	width: 50%;
	padding: 0 5%;
	height: 40px;
	border-right: 1px solid #ddd;
	color: #333;
	line-height: 40px;
	text-align: center;
	float: left;
	box-sizing: border-box;
}
.product .mt ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.product .mt ul li.current a {
	color: #00a0e9;
}
.product .mt ul li.no-bd {
	border: none;
}
.product .list {
	width: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 132px;
	left: 0;
	display: none;
}
.product .list ul li a {
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: .8rem;
}
.product .main {
	padding: 0 2%;
	box-sizing: border-box;
}
.product .main .fl {
	width: 30%;
	vertical-align: top;
}
.product .main .fl img {
	width: 100%;
}
.product .main .fr {
	margin: 0 4%;
	width: 62%;
	color: #333;
}
.product .main ul li {
	background: url(../images/arrow.png) no-repeat right center;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.product .main .fr h4 {
	font-size: 1.2rem;
    color: #2B2B2B;
    font-weight: bold;
}
.product .main .fr p {
	font-size: .9rem;
	line-height: 1.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/*产品详情*/
.product_d {
	padding: 80px 0 0;
}
.product_d .con {
	width: 100%;
}
.product_d .con .pic {
	width: 100%;
	background: #fff;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	position: relative;
	padding: 0 5%;
}
.product_d .con .pic img {
	vertical-align: top;
	width: 100%;
}
.product_d .con .name {
	background: #fff;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #333;
	margin: 0 0 0 -1px;
	padding: 5% 0 5% 5%
}
.product_d .con .list_d {
	width: 100%;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	margin: -1px 0 0 0;
}
.product_d .con .list_d li {
	width: 50%;
	height: 45px;
	background: #fff;
	border-right: 1px solid #d6d6d6;
	float: left;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	font-size: .8rem;
	box-sizing: border-box;
}
.product_d .con .list_d li:hover {
	background: #00a0e9;
	color: #fff;
}
.product_d .con .list_d li.current {
	background: #00a0e9;
	color: #fff;
}
.product_d .con .box {
	width: 100%;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	padding: 5%;
	line-height: 1.7rem;
	font-size: .8rem;
	color: #666;
	margin: -1px 0 0 0;
}
.product_d .con .box li:nth-of-type(2) {
	display: none;
}
.product_d .con .box li:nth-of-type(3) {
	display: none;
}
.product_d .con .box li span {
	font-size: 1rem;
	color: #333;
}
.product_d .con .box img {
	width: 100%;
}
/*关于我们*/
.about_banner img {
	width: 100%;
}
.company .title {
	text-align: center;
	font-size: 1rem;
	color: #999;
	margin: 10px 0 0 0;
}
.company .title span {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.8rem;
	display: block;
}
.company .jieshao img {
	width: 100%;
	margin: 0 0 10px 0;
}
.company .con {
	margin: 10px 0 0;
}
.company .jieshao {
	font-size: 1.1rem;
	text-indent: 2em;
	line-height: 1.8rem;
	width: 96%;
	margin: 10px 2% 3%;
	text-align: left;
}
.company .jieshao .more{
	padding:4px 20px;border:1px solid #999;border-radius: 4px;display: inline-block;text-align: center;text-indent: 0;
}
.aboutus {
	padding: 80px 0 0;
	overflow: hidden;
}
.aboutus .culture .title {
	text-align: center;
	font-size: 1rem;
	color: #999;
	margin: 10px 0 0 0;
}
.aboutus .culture .title span {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.8rem;
	display: block;
}
.aboutus .culture li {
	width: 46%;
	background: #fff;
	border: 1px solid #ddd;
	text-align: center;
	float: left;
	margin: 10px 2% 0;
	box-sizing: border-box;
}
.aboutus .culture li h4 {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 5px 0;
}
.aboutus .culture li p {
	font-size: 1rem;
	line-height: 2rem;
}
.aboutus .culture li a {
	display: inline-block;
}
.aboutus .culture ul li img {
	width: 100%;
}
.aboutus .culture li.no_bg {
	margin-right: 0;
}
.aboutus .team .title {
	text-align: center;
	font-size: 1rem;
	color: #999;
	margin: 10px 0 0 0;
}
.aboutus .team .title span {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.8rem;
	display: block;
}
.aboutus .team img {
	width: 100%;
}
/*技术支持*/
.skill {
	padding: 80px 0 0 0;
}
.skill .list {
	width: 100%;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
	box-sizing: border-box;
}
.skill .list dt {
	width: 33.3%;
	padding: 0 5%;
	height: 40px;
	border-right: 1px solid #ddd;
	color: #333;
	font-size: .8rem;
	line-height: 40px;
	text-align: center;
	float: left;
	box-sizing: border-box;
}
.skill .list dt a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.skill .list dt.current a {
	color: #00a0e9;
}
.skill .list dt.no-bd {
	border: none;
}
.skill .pro_title, .skill .grey_title {
	width: 160px;
	height: 36px;
	background: #cccccc;
	text-align: center;
	line-height: 36px;
	font-size: .8rem;
	border: 1px solid #d6d6d6;
}
.skill .grey_title {
	background: #fff;
}
.skill .pro_normal, .skill .white_normal {
	width: 160px;
	height: 36px;
	background: #fff;
	border: 1px solid #d6d6d6;
	text-align: center;
	line-height: 20px;
	color: #666;
	box-sizing: border-box;
	margin: -1px 0 0 0;
}
.skill .white_normal {
	width: 250px;
}
.skill table {
	margin: 10px;
	float: left;
}
.skill table td.current {
	background: #00a0e9;
	color: #fff;
}
.skill .shouce {
	text-align: left;
	width: 90%;
	margin: 0 5%;
}
.skill .shouce h3 {
	font-size: 1rem;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
.skill .shouce p {
	font-size: 16px;
	margin: 10px 0 0;
	text-align: center;
}
.skill .shouce img {
	width: 96%;
	margin: 0 2%;
}
a.download {
	width: 120px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	display: block;
	background: #00a0e9 url(../images/download.png) no-repeat 24px center;
	color: #fff;
	font-size: 16px;
	margin: 20px auto 0;
}
/*联系我们*/
.contact_banner img {
	width: 100%;
}
.contact {
	padding: 80px 0 0;
}
.contact .map {
	overflow: hidden;
}
.iw_poi_title {
	color: #CC5522;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
	text-align: center;
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
.contact .map {
	background: #f1f1f1;
}
.contact .map .w {
	margin: 0 auto;
}
.BMap_omCtrl {
	display: none;
}
.BMap_stdMpCtrl {
	display: none;
}
.contact .xinxi {
	width: 90%;
	margin: 5%;
	line-height: 1.2rem;
	font-size: .8rem;
}
#footer {
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
	padding-bottom: 60px;
}
#footer p a {
	color: #00a0e9;
}
.Copy {
	text-align: center;
	font-size: 16px;
	padding: 0 10px;
	margin: 5px 0;
	color: #333;
}
.foot_bottom {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0,160,233,.8);
	display: -webkit-box;
}
.foot_phone {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	border-right: 1px solid #0362b0;
	padding-top: 6px;
}
.foot_phone i {
	width: 25px;
	height: 25px;
	margin: 0 auto;
	display: block;
}
.foot_phone i img {
	width: 25px;
	height: 25px;
}
.foot_phone p {
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
}
.hot ul li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.product .con img {
	width: 164px;
}
.search .con2 {
	width: 1200px;
	margin: 0 auto;
}
.search .con2 ul li {
	height: 200px;
	margin: 80px 0 0 0;
}
.search .con2 ul li img {
	float: left;
	height: 200px;
}
.search .con2 ul li .right {
	float: left;
	height: 178px;
	width: 832px;
	margin: 0 0 0 30px;
	position: relative;
}
.search .con2 ul li .right a {
	font-size: 16px;
	font-weight: bold;
}
.aboutus .banner img {
	width: 100%;
}
.aboutus .zizhi {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
}
.aboutus .zizhi .title {
	text-align: center;
	font-size: .5rem;
	color: #999;
	margin: 10px 0 0 0;
}
.aboutus .zizhi .title span {
	font-size: .8rem;
	color: #333;
	line-height: 1rem;
	display: block;
}
.aboutus .zizhi .d_img li {
	width: 30%;
	float: left;
	margin: 6px 1%;
}
.aboutus .zizhi .d_img li img {
	width: 100%;
}
.product4 .banner {
	padding: 80px 0 0 0;
}
.product4 .banner img {
	width: 100%;
}
.product4 .title {
	text-align: center;
	font-size: 1rem;
	color: #999;
	margin: 10px 0 0 0;
}
.product4 .title span {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.4rem;
	display: block;
}
.product4 .sevice p {
	color: #666;
	line-height: 1.5rem;
	font-size: 1rem;
	padding: 2%;
	text-indent: 2em;
}
.product4 .sevice .top {
	width: 22px;
	height: 20px;
	background: url(../images/UsImg.png) no-repeat 0 0;
	display: inline-block;
	margin: 30px 0 0 0;
}
.product4 .sevice .bottom {
	width: 22px;
	height: 20px;
	background: url(../images/UsImg.png) no-repeat -30px 0;
	display: inline-block;
}
.product4 .composing {
	padding: 1px 0 10px 0;
	background: #f1f1f1;
}
.product4 .composing p.p1 {
	text-align: left;
	color: #333;
	line-height: 1.5rem;
	font-size: 1rem;
	padding: 2%;
	text-indent: 2em;
	margin: 0 auto;
}
.product4 .composing .con1 {
	float: left;
	width: 96%;
	margin: 0 2%;
}
.product4 .composing .con1 img {
	width: 100%;
}
.product4 .composing .con1 p {
	width: 100%;
	text-align: center;
	margin: 1% 0;
	font-size: 1.1rem;
}
.product4 .composing .con2 {
	margin: 0 auto;
	width: 40px;
	position: relative;
	left: 50%;
	margin: 2% 0 2% -20px;
}
.product4 .composing .con2 img {
	width: 100%;
}
.pingtai1 {
	padding: 10px 0;
}
.pingtai1 .class1 {
	margin: 0 0 10px 2%;
}
.pingtai1 .class1 .span1 {
	padding: 10px;
	background: #53b33b;
	color: #fff;
	font-size: 1rem;
	display: inline-block;
	text-align: center
}
.pingtai1 .class1 .span2 {
	padding: 8px 20px;
	background: #fff;
	border: 2px solid #53b33b;
	color: #53b33b;
	font-size: 1.1rem;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
}
.pingtai1 .li1 {
	color: #53b33b;
	font-size: 1rem;
	margin: 10px 0 10px 2%;
}
.pingtai1 .li1 span {
	width: 10px;
	height: 10px;
	background: #53b33b;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px 0 0;
}
.pingtai1 li {
	width: 96%;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 2%;
}
.pingtai1 .img1 {
	display: inline-block;
	width: 96%;
	margin: 0 2%;
}
.pingtai1 .img2 {
	width: 96%;
	margin: 0 2%;
	display: inline-block;
}
.pingtai1 .ul2 {
	margin: 10px 0;
}
.pingtai2 {
	background: #f1f1f1;
}
.solution2 .banner {
	padding: 81px 0 0 0;
}
.solution2 .banner img {
	width: 100%;
}
.solution2 .title {
	text-align: center;
	font-size: 1rem;
	color: #999;
	margin: 10px 0 0 0;
}
.solution2 .title span {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.8rem;
	display: block;
}
.solution2 .title1 {
	background: url(../images/tiitle_bg.png) no-repeat 0 0;
	background-size: 100% 40px;
	width: 40%;
	line-height: 44px;
	text-align: center;
	color: #fff;
	max-width: 175px;
	max-height: 44px;
	font-size: 20px;
	margin: 10px auto;
}
.solution2 .survey img {
	width: 50%;
	margin: 0 25%;
}
.solution2 .survey .right {
	width: 96%;
	font-size: 1rem;
	margin: 10px 2% 0;
}
.solution2 .survey .right p {
	line-height: 1.6rem;
}
.solution2 .survey .right p span {
	font-size: 1.2rem;
	color: #00b0f0;
	line-height: 1.2rem;
}
.solution2 .soft img {
	width: 96%;
	margin: 0 2%;
}
.solution2 .soft .right {
	width: 96%;
	font-size: 1rem;
	margin: 10px 2% 0;
	line-height: 1.5rem;
}
.solution2 .soft ul li {
	float: left;
	margin: 10px 2% 0;
	width: 46%;
}
.solution2 .soft ul li img {
	width: 100%;
}
.solution2 .soft p.detail {
	text-align: center;
	font-size: 18px;
	margin: 10px 0 0;
}
.solution2 .market ul li {
	float: left;
	margin: 10px 2% 0;
	width: 46%;
}
.solution2 .market ul li img {
	width: 100%;
}
.solution2 .market p {
	width: 100%;
	background: #f1f1f1;
	text-align: center;
	line-height: 1.5rem;
	font-size: 1rem;
	padding: 10px 5px;
	box-sizing: border-box;
}
.solution2 .application img {
	margin: 10px 1%;
	width: 98%;
}
.bot {
	margin: 10px auto 0;
}
.bot li {
	float: left;
	width: 23%;
	margin: 5px 1%;
	font-size: 1rem;
	text-align: center;
}
.bot li img {
	margin: 10px 5px 0 0;
	height: 30px;
}
.bot p {
	text-align: center;
}
.msn-focus .hd {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.msn-focus .hd li {
	float: left;
	display: inline;
	height: 35px;
	width: 19%;
	margin: 0 .5%;
}
.msn-focus .hd .on {
	background: url("images/arrow.png") no-repeat scroll center bottom
}
.msn-focus .hd .on a {
	background-color: #38a3db;
	color: #fff;
	width: 100%;
	text-align: center;
}
.msn-focus .hd a {
	height: 30px;
	background-color: #eee;
	float: left;
	border-radius: 6px;
	width: 100%;
	text-align: center;
}
.msn-focus .hd .on a {
	background-color: #00b0f0;
	color: #fff
}
.msn-focus .bd {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #f1f1f1;
	padding: 10px;
	box-sizing: border-box;
	margin: 10px 0 0;
}
.msn-focus .bd ul {
	overflow: hidden;
	position: relative;
}
.msn-focus .bd img {
	width: 100%;
	margin: 10px 0 0 0;
}
.msn-focus .bd li p {
	line-height: 1.4rem;
	font-size: 1rem;
}
.msn-focus .bd li p span {
	font-size: 1.2rem;
	color: #00b0f0;
	line-height: 1.2rem;
}
.msn-focus .bd li p img {
	vertical-align: top;
}
.wrapper02 {
	height: 40px;
	width: 100%;
	margin: 40px auto 0;
	background: rgba(0,160,233,.8);
	position: fixed;
	z-index: 900;
}
.wrapper02 .scroller {
	position: absolute
}
.wrapper02 .scroller li {
	height: 40px;
	color: #333;
	float: left;
	line-height: 40px;
	text-align: center;
	width: 75px;
}
.wrapper02 .scroller li a {
	color: #fff;
	display: block;
}
.wrapper02 .scroller li.cur a {
	color: #fff;
}
.rightGuide .slidebar .down {
	display: none;
	position: relative;
	z-index: 999;
}
.rightGuide .slidebar .down li {
	width: 100%;
}
.rightGuide .slidebar .down a {
	padding: 10px 0;
	display: inline-block;
	border-top: 1px #e5e5e5 solid;
	line-height: 20px;
	color: #fff;
	height: auto;
	width: 100%;
	background: rgba(0,160,233,.8);
	margin: 0;
}
.rightGuide div.down {
	display: none;
}
.show{background:rgba(0,176, 255, 0.5);overflow:hidden;padding:0 0 20px 0;margin:20px 0 0 0;}
.show .title {
	text-align: center;
	font-size: 1rem;
	color: #fff;
	margin: 10px 0 0 0;
}
.show .title span {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.8rem;
	display: block;
}
/*.show .con1{margin:10px auto 0;}
.show .con1 img{width:96%;margin:0 2%;}
.show .right{width:100%;padding:10px;box-sizing: border-box;background: #fff;font-size:14px;line-height: 24px;text-indent: 2em;}
.show  a{color:#26bfed;}*/

.licheng{margin:auto;padding:20px;}
.licheng .right{ width:100%; float:right; height:52px;; padding-top:10px; padding-bottom:10px;}
.licheng .right .pic{width:20%;float: left;}
.licheng .right .pic img{display: block;margin:0 auto;}
.licheng .right p{ float:left;width:80%;}
.licheng .right a{font-size:16px; color:#fff;}

