﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
	background: transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}
li {
	list-style: none outside none;
}
body {
	line-height: 1;
}
:focus {
	outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select {
	vertical-align: middle;
	outline: none;
}
textarea {
	outline: none;
}
html {
	background: #3d3d3d;
}
html * {
/*	max-width: 6.4rem;*/
}
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
	-webkit-user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}
/*******************1px边框处理*************************/
.div-1px {
	border: 1px solid #333;
}
.hairlines .div-1px {
	border: .5px solid #0a55bc;
}
/**************头部****************/
.header {
	background: #FFF;
	height: 0.76rem;
	line-height: 0.76rem;
	width: 6.4rem;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
header.header .logo {
	float: left;
	width: 1.86rem;
	height: 0.76rem;
	text-align: center;
	line-height: 0.76rem;
	display: inline;
}
header.header .logo img {
	margin-top: 0.2rem;
	width: 1.23rem;
	height: 0.34rem;
	vertical-align: middle;
}
header.header .right {
	float: right;
	position: relative;
}
header.header .right .top-tel a {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0.8rem;
	top: 0.2rem
}
header.header .right .top-tel a img {
	width: 0.4rem;
	height: 0.4rem;
	display: block;
}
/*****************banner部分********************/
.banner {
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	height: 5.6rem;
	background-size: cover !important;
}
.banner ul li {
	float: left;
	width: 75%;
	margin-bottom:0.2rem;
}
.banner ul li a {
	display: block;
	width: 3.5rem;
	height: 1rem;
	line-height: 1.16rem;
	margin: 0 auto;
	background: url(../images/banner-logo-bg.png) no-repeat center center;
	color: #FFF;
	font-size: 0.2rem;
	background-size: cover;
	overflow: hidden;
}
.banner ul.banner-product {
	display: block;
	position: relative;
	top: 1.6rem;
}
.banner ul.banner-product li img {
	width: 2.2rem;
	height: 1rem;
	float: left;
}
.banner ul.banner-product li span {
	display: block;
	width: 1.3rem;
	height: 1rem;
	float: left;
	text-align: center;
}
/*************首页我们提供****************/
section.part-a.what-we-offer, section.part-b.tech {
	width: 100%;
	max-width: 6.4rem;
}
section.part-a.what-we-offer {
	background: url(../images/index-part-a-bg.jpg) no-repeat center top;
	background-size: cover;
}
section.part-a.what-we-offer h1 {
	font-size: 0.36rem;
	line-height: 0.76rem;
	letter-spacing: 0.05rem;
	color: #0c41a3;
}
section.part-a.what-we-offer p {
	color: #0c41a3;
	font-size: 0.2rem;
	letter-spacing: 0.02rem;
	line-height: 0.32rem;
	margin-bottom: 0.15rem;
}
section.part-a.what-we-offer p.blue-bg {
	background: #0c41a3;
	border-radius: 0.1rem;
	color: #FFF;
	font-size: 0.22rem;
	line-height: 0.4rem;
	padding: 0.18rem;
	font-weight: bold;
}
section.part-a.what-we-offer ul {
	margin-bottom: 0.7rem;
}
section.part-a.what-we-offer ul li {
	color: #3e3a39;
	font-weight: bold;
	font-size: 0.2rem;
	line-height: 0.36rem;
}
section.part-a.what-we-offer ul li:before {
	content: '●';
	margin-right: 0.1rem;
}
section.part-a.what-we-offer .section-container {
	padding: 0.63rem;
}
.index-products img {
	width: 100%;
	max-width: 5.76rem;
	max-height: 5.23rem;
	display: block;
	margin: 0 auto;
}
section.part-b.tech {
	background: url(../images/index-part-b-bg.jpg) no-repeat center top;
	background-size: cover;
}
section.part-b.tech .section-container {
	padding: 0.4rem 0.4rem 0.6rem 0.4rem;
}
section.part-b.tech h1 {
	color: #0c41a3;
	font-size: 0.36rem;
	line-height: 0.86rem;
	
}
section.part-b.tech p.white-bg {
	background: rgba(255,255,255,.5);
	padding: 0.3rem;
	color: #3e3a39;
	font-size: 0.2rem;
	line-height: 0.38rem;
	font-weight: bold;
	border-radius: 0.1rem;
	letter-spacing: 0.03rem;
	text-align: justify;
	margin-bottom: 0.3rem;
}
a.index-solution, a.index-support {
	display: block;
	width: 2.68rem;
	/*height: 1.43rem;*/
	text-align: center;
	background: #FFF;
	color: #9fa0a0;
	font-size: 0.12rem;
	line-height: 0.32rem;
}
a.index-solution img, a.index-support img {
	width: 2.68rem;
	height: 1.11rem;
	margin-bottom:0.1rem;
}
a.index-solution span, a.index-support span {
	color: #0c41a3;
	font-size: 0.2rem;
}
a.index-solution {
	float: left;
}
a.index-support {
	float: right;
}
section.part-c.friend-link {
	background: url(../images/index-part-c-bg.jpg) no-repeat center center;
	background-size: cover;
}
ul.friend-link-logo li {
	float: left;
	width: 33.333%;
	text-align: center;
	height: 1.64rem;
	line-height: 1.64rem;
	vertical-align: middle;
}
ul.friend-link-logo li a {
	display: inline;
	line-height: 1.64rem;
}
ul.friend-link-logo li a img {
	vertical-align: middle;
	width: 1.67rem;
	height: 0.45rem;
}
/*****************网站底部*******************/
footer.footer {
	background: #3d3d3d;
}
footer.footer .footer-container {
	padding: 0.47rem;
}
.footer-menu li {
	border-bottom: 0.02rem #000 solid;
	height: 0.56rem;
	line-height: 0.56rem;
}
.footer-menu li a {
	color: #b7b8b3;
	font-size: 0.2rem;
	font-weight: bold;
	padding-left: 0.1rem;
	display: block;
}
.footer-contact img {
	width: 3.6rem;
	height: 0.98rem;
	margin: 0.3rem 0;
}
.footer-contact p, .footer-contact p a {
	color: #b7b8b3;
	font-size: 0.17rem;
	line-height: 0.44rem;
}
p.copyright {
	background: #262626;
	color: #b7b8b3;
	font-size: 0.15rem;
	line-height: 0.5rem;
	text-align: center;
}
/********************询价页面、解决方案详情、服务支持共用部分*************************/
.innerbanner {
	width: 100%;
	max-width: 6.4rem;
	margin: 0 auto;
	height: 3.83rem;
	background-size: cover !important;
}
section.xunjia {
	background: #efeff0;
	padding: 0.36rem 0.65rem;
}
.lianxifangshi {
	padding-bottom: 0.15rem;
	border-bottom: 1px #b5b5b5 solid;
	margin-bottom: 0.15rem;
}
.lianxifangshi h1 {
	font-size: 0.3rem;
	color: #3e3a39;
	font-weight: normal;
	line-height: 0.64rem;
}
.lianxifangshi p {
	font-size: 0.2rem;
	color: #595757;
	line-height: 0.4rem;
}
.xunjiabiaodan ul li {
	margin-bottom: 0.15rem;
}
.xunjiabiaodan ul li p {
	font-size: 0.2rem;
	line-height: 0.46rem;
	color: #595757
}
.xunjiabiaodan ul li input {
	width: 4.6rem;
	border: 1px #b5b5b5 solid;
	height: 0.54rem;
	line-height: 0.54rem;
	background: none;
	font-size: 0.2rem;
	color: #595757;
	padding: 0 0.1rem
}
.xunjiabiaodan ul li select {
	width: 4.82rem;
	border: 1px #b5b5b5 solid;
	height: 0.54rem;
	line-height: 0.54rem;
	background: none;
	font-size: 0.2rem;
	color: #595757;
	padding: 0 0.1rem
}
.xunjiabiaodan ul li textarea {
	width: 4.6rem;
	border: 1px #b5b5b5 solid;
	height: 1.98rem;
	line-height: 120%;
	background: none;
	font-size: 0.2rem;
	color: #595757;
	padding: 0 0.1rem
}
input.xunjiatijiao {
	display: block;
	width: 4.82rem;
	height: 0.54rem;
	background: #5f5c5b;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.02rem;
	border: none;
	font-size: 0.2rem;
	font-family: 微软雅黑;
	margin-bottom: 0.65rem;
}
.easy-menu {
	width: 4.5rem;
}
.easy-menu ul li {
	margin-bottom: 0.02rem;
	background: #ddddde;
	font-size: 0.2rem;
	line-height: 0.46rem;
	height: 0.46rem;
	text-align: center;
	letter-spacing: 0.02rem;
}
.easy-menu ul li a {
	color: #595757;
	display: block;
}
/********************解决方案列表、产品中心列表**********************/
section.jiejuefangan {
	background: #00253c;
	padding: 0.5rem 0.43rem 0.7rem 0.43rem;
}
section.jiejuefangan ul li {
	border-bottom: 0.05rem #010f18 solid;
	margin-bottom: 0.45rem;
}
section.jiejuefangan ul li a {
	background: #fddc69;
	text-align: center;
	line-height: 0.66rem;
	font-size: 0.2rem;
	/*letter-spacing: 0.03rem;*/
	color: #00253c;
	display: block;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
section.jiejuefangan ul li p {
	color: #9dd9fe;
	font-size: 0.2rem;
	line-height: 0.32rem;
	text-align: justify;
	margin-bottom: 0.2rem;
}
section.jiejuefangan a.xunjia, .fanganxiangqing a.xunjia {
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.03rem;
	display: block;
	width: 1.7rem;
	line-height: 0.6rem;
	text-align: center;
	background: #5f5c5b;
	font-size: 0.2rem;
}
/****************解决方案详情及服务与支持页面********************/
.jiejuefangan-info h1 {
	color: #1982cb;
	font-size: 0.26rem;
	line-height: 0.56rem;
	margin-bottom: 0.15rem;
}
.jiejuefangan-info p {
	color: #595757;
	font-size: 0.2rem;
	line-height: 0.3rem;
	margin-bottom: 0.4rem;
	text-align: justify;
}
.fanganxiangqing a.xunjia {
	margin-bottom: 0.3rem;
}
/**************产品详情****************/
.chanpinxiangqing {
	padding: 0.36rem 0.4rem !important;
}
.chanpin-part-a {
	margin-bottom: 0.2rem;
}
.chanpin-part-a h3 {
	font-size: 0.3rem;
	line-height: 0.76rem;
	color: #004774;
}
.chanpin-part-a p {
	font-size: 0.2rem;
	line-height: 0.36rem;
	color: #3e3a39;
	text-align: justify;
	margin-bottom: 0.15rem;
}
.chanpin-part-a span {
	color: #FFF;
	font-size: 0.2rem;
	line-height: 0.76rem;
	background: #0069aa;
	border: 0.05rem #004d7c solid;
	padding: 0.15rem 0.3rem;
}
.chanpin-part-a a {
	background: #0c40a3;
	color: #FFF;
	font-size: 0.2rem;
	line-height: 0.76rem;
	padding: 0.2rem 0.5rem;
	margin-left: 0.3rem;
}
.chanpin-part-b {
	font-size: 0.2rem;
	margin-bottom: 0.6rem;
	line-height: 0.3rem;
	color: #3e3a39;
}
.chanpin-part-b h3 {
	color: #3e3a39;
	font-size: 0.2rem;
	line-height: 0.76rem;
}
.chanpin-part-b p {
	color: #3e3a39;
	line-height: 0.5rem;
	font-size: 0.18rem;
}
.chanpin-part-b ul li {
	color: #3e3a39;
	font-size: 0.18rem;
	line-height: 0.44rem;
	height: 0.44rem;
}
.chanpin-part-b ul li:before {
	content: '●';
	margin-right: 0.1rem;
	color: #7d7d7d;
	font-size: 0.12rem;
	line-height: 0.44rem;
	height: 0.44rem;
	display: block;
	float: left;
}
.chanpin-part-c {
	background: #dcdcdc;
	width: 4rem;
	/*height: 4.77rem;*/
	padding: 0.1rem;
	margin: 0 auto;
}
#ul_img1, #ul_img2, #ul_img3, #ul_img4 {
	width: 4rem;
	height: 4rem;
	background-size: cover !important;
}
.qiehuan {
	width: 4rem;
	margin: 0.1rem 0;
}
.qiehuan ul li {
	width: 0.9rem;
	height: 0.9rem;
	margin-right: 0.1rem;
	float: left;
	text-align: center;
}
/*.qiehuan ul li:hover {
	cursor: pointer;
	border: 1px #0c41a3 inset;
	width: 0.85rem;
	height: 0.85rem;
}
.qiehuan ul li:hover img {
	width: 0.85rem;
	height: 0.85rem;
}*/
.qiehuan ul li img {
	width: 0.87rem;
	height: 0.87rem;
}
.chanpin-part-d {
	margin: 0.3rem 0 0.8rem 0
}
.chanpin-part-d p {
	float: left;
	color: #3e3a39;
	font-size: 0.2rem;
	line-height: 0.44rem;
	font-weight: bold;
	width: 1.3rem;
}
.chanpin-part-d ul {
	display: block;
	width: 100%;
}
.chanpin-part-d ul li {
	line-height: 0.4rem;
}
.chanpin-part-d ul li::before {
	content: '●';
	margin-right: 0.1rem;
	color: #7d7d7d;
	font-size: 0.12rem;
	line-height: 0.44rem;
	height: 0.44rem;
}
.chanpin-part-d ul li a {
	color: #0e84bb;
	font-size: 0.16rem;
	margin-right: 0.2rem;
}
.xiangguanziyuan {
	position: relative;
	margin-top: 0.5rem;
}
.xiangguanziyuan h3 {
	background: #0c40a3;
	color: #FFF;
	font-size: 0.2rem;
	line-height: 0.6rem;
	width: 2rem;
	text-align: center;
}
#featurecontainer {
	border-bottom: #999 0px dotted;
	border-left: #999 0px dotted;
	margin: 0px auto;
	width: 5.6rem;
	/*font-size: 80%;*/
	border-top: #999 0px dotted;
	border-right: #999 0px dotted
}
#wrap {
	overflow: hidden
}
#load {
	background-image: url(images/loader32x32.gif);
	border-bottom: #999 0px dotted;
	border-left: #999 0px dotted;
	text-indent: -9999px;
	margin: 0px auto;
	width: 5.6rem;
	display: none;
	background-repeat: no-repeat;
	background-position: center 50%;
	height: 1rem;
	border-top: #999 0px dotted;
	border-right: #999 0px dotted
}
#feature {
	border-bottom: #999 0px dotted;
	position: relative;
	border-left: #999 0px dotted;
	margin-top: 0.05rem;
	margin-bottom: 0.2rem;
	border-top: #999 0px dotted;
	border-right: #999 0px dotted
}
#feature .button {
	border-bottom: #999 0px dotted;
	position: absolute;
	border-left: #999 0px dotted;
	width: 8.4rem;
	border-top: #999 0px dotted;
	top: 0.72rem;
	border-right: #999 0px dotted;
	left: 0px
}
#feature .prev {
	border-bottom: #999 0px dotted;
	border-left: #999 0px dotted;
	text-indent: -9999px;
	width: 0.3rem;
	display: block;
	background: url(../images/left-arrow.png) no-repeat center top;
	float: left;
	height: 0.48rem;
	border-top: #999 0px dotted;
	top: 1rem;
	border-right: #999 0px dotted;
	position: absolute;
	left: 0;
}
#feature .next {
	border-bottom: #999 0px dotted;
	border-left: #999 0px dotted;
	text-indent: -9999px;
	width: 0.3rem;
	display: block;
	background: url(../images/right-arrow.png) no-repeat center top;
	float: right;
	height: 0.48rem;
	border-top: #999 0px dotted;
	top: 1rem;
	border-right: #999 0px dotted;
	position: absolute;
	right: 0;
}
#feature .prev:hover {
	background-position: center bottom
}
#feature .next:hover {
	background-position: center bottom
}
.featureul {
	border-bottom: #000 0px dotted;
	position: relative;
	border-left: #000 0px dotted;
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	width: 28rem;
	padding-right: 0px;
	float: left;
	border-top: #000 0px dotted;
	border-right: #000 0px dotted;
	padding-top: 0px;
	left: 0px
}
.featurebox {
	background-image: url(../images/bg-featurebox.jpg);
	border-bottom: #999 0px dotted;
	border-left: #999 0px dotted;
	width: 1.56rem;
	background-repeat: no-repeat;
	float: left;
	height: 2.3rem;
	overflow: hidden;
	border-top: #999 0px dotted;
	border-right: #999 0px dotted;
	padding-top: 0.1rem
}
#botton-scroll {
	z-index: 0;
	border-bottom: #999 0px dotted;
	border-left: #999 0px dotted;
	margin: 0px auto;
	width: 5.4rem;
	float: left;
	height: 2rem;
	border-top: #999 0px dotted;
	border-right: #999 0px dotted
}
#block {
	z-index: 0;
	border-bottom: #999 0px dotted;
	position: relative;
	border-left: #999 0px dotted;
	padding-bottom: 0.2rem;
	margin: 0px auto;
	padding-left: 0px;
	width: 5.4rem;
	padding-right: 0px;
	height: 1.8rem;
	font-size: 70%;
	overflow: hidden;
	border-top: #999 0px dotted;
	border-right: #999 0px dotted;
	padding-top: 0px
}
#block .box {
	border-bottom: #d8d8d8 0px solid;
	border-left: #d8d8d8 0px solid;
	padding-bottom: 0.1rem;
	margin: 0px 0.1rem;
	padding-left: 0.1rem;
	width: 1.56rem;
	padding-right: 0.1rem;
	float: left;
	height: 1.5rem;
	border-top: #d8d8d8 0px solid;
	border-right: #d8d8d8 0px solid;
	padding-top: 0.1rem
}
#block .box .feature-title {
	font-size: 140%;
	font-weight: normal
}
#block .box .feature-thumb {
	width: 2.4rem;
	margin-bottom: 0.05rem;
	float: left;
	height: 1.5rem
}
/*轮播代码开始*/
.main_con {
	margin: 0 auto;
	border: 1px solid #ccc;
	height: 2.6rem;
	background-color: #fff;
	margin-bottom: 40px;
	margin-top: 20px;
}
.main_con h2 {
	font-size: 22px;
	color: #333;
}
.main_con h2 a {
	float: right;
	color: #0072bc;
	font-size: 12px;
	font-weight: normal;
	background: url(images/more.png) no-repeat right center;
	padding-right: 10px;
	position: relative;
	top: 5px
}
.main_con h2 a:hover {
	color: #b6883b;
	text-decoration: underline
}
.scroll_four {
	width: 100%;
	background-color: #fff;
	height: 3rem;
}
.scroll_four .picScroll_four {
	position: relative;
	height: 2.6rem;
	padding: 0.2rem 0;
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
}
.scroll_four .picScroll_four ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.scroll_four .picScroll_four ul li {
	float: left;
	margin-right: 15px;
	width: 46%;
	min-height: 2.6rem;
	overflow: hidden;
	display: inline;
	text-align: center;
	line-height: 0.35rem;
	border-bottom: none;
}
.scroll_four .picScroll_four ul li a {
	font-size: 14px;
	color: #333;
	line-height: 20px
}
.scroll_four .picScroll_four ul li a span {
	display: block;
	font-size: 12px;
	color: #333;
	height: 1.8rem;
}
.scroll_four .picScroll_four ul li a:hover {
	color: #043d6b
}
.scroll_four .picScroll_four ul li img {
	width: 2.3rem;
	height: 2.3rem;
	border: 1px solid #ccc
}
.scroll_four .picScroll_four .prev {
	position: absolute;
	left: 0px;
	top: 0.8rem;
	display: block;
	width: 13px;
	height: 23px;
	overflow: hidden;
	background: url(images/left-arrow.png) no-repeat left;
	cursor: pointer;
}
.scroll_four .picScroll_four .next {
	position: absolute;
	right: 0px;
	top: 0.8rem;
	display: block;
	width: 13px;
	height: 23px;
	overflow: hidden;
	background: url(images/right-arrow.png) no-repeat right;
	cursor: pointer;
}
.scroll_four .picScroll_four ul li a {
	background: #fff;
}
/*轮播代码结束*/
.jiejuefangan-info p.jobs {
	margin-bottom: 0.2rem;
}
.jiejuefangan-info h3 a {
	color: #3e3a39;
	font-size: 0.26rem;
	line-height: 0.56rem;
	margin-bottom: 0.15rem;
}
.jiejuefangan-info a.more {
	display: block;
	font-size: 15px;
	color: #1982cb;
	margin-bottom: 0.35rem;
}
.jiejuefangan-info .job_detail {
	color: #3e3a39;
	margin-bottom: 0.2rem;
	line-height: 0.3rem;
	font-size: 0.2rem;
}
.jiejuefangan-info p.date {
	margin-bottom: 0.2rem;
}
.jiejuefangan-info h3 {
	width: 5.2rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jiejuefangan-info h3.newstitle a {
	color: #3e3a39;
	font-size: 0.26rem;
	line-height: 0.56rem;
	margin-bottom: 0.15rem;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pics {
	width: 1.5rem;
}
.pics img {
	width: 1.5rem;
}
.scroll_four .picScroll_four ul li .pics img {
	height: auto;
}
.title_news {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	padding: 0.1rem;
	margin-top: 0.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title_news_p, .title_news_add {
	height: 0.4rem;
	font-size: 12px;
	color: #666;
	margin: 0 0.1rem 0.1rem 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #999;
}
.title_news_add {
	margin: 0.1rem;
	border-bottom: none;
	height: 0.4rem;
}
.solution_download {
	position: relative;
}
.solution_download ul li {
	width: 100%;
}
.solution_download ul li img {
	width: 30%;
	height: 1.8rem;
	padding: 0.1rem
}
.solution_download ul li .text {
	float: right;
	width: 3rem;
}
.solution_download ul li .text p {
	font-size: 0.2rem;
	line-height: 0.23rem;
	color: #007dc3;
	font-weight: bold;
}
.solution_download ul li .text a {
	color: #FFF;
	background: #007dc3;
	font-size: 0.12rem;
	display: block;
	width: 2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-top: 0.3rem;
	text-align: center;
}
span.title_text {
	width: 2rem;
	margin: 0.1rem;
	font-size: 0.12rem;
	color: #666;
	line-height: 0.18rem;
	text-align: left;
}
.scroll_four .picScroll_four.line ul li {
	border: 1px solid #CCC;
}
/*网站地图*/
.map {
	padding: 0.2rem 0 0 0;
}
.map h2 {
	color: #1982cb;
	font-weight: bolder;
	font-size: 0.26rem;
	line-height: 0.4rem;
	margin-bottom: 0.2rem;
	letter-spacing: 2px;
	padding-left: 0.3rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px dashed #999;
}
.map table {
	border-bottom: 1px dashed #999;
}
.map table tr {
	height: 1rem;
	line-height: 1rem;
}
.map .other {
	height: 0.6rem;
	line-height: 0.6rem;
	vertical-align: top;
}
.map .other a {
	float: left;
	font-size: 0.2rem;
	color: #666;
	text-align: left;
	margin: 0 0.1rem;
}
.map .map_name {
	font-size: 0.2rem;
	vertical-align: top;
	text-align: right;
	width: 1.5rem;
	height: 0.6rem;
	line-height: 0.6rem;
}
.map .map_name a {
	color: #0069aa;
}
.map p {
	width: 100%;
	margin: 0 auto;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
}
.map p a {
	font-size: 0.2rem;
	color: #0069aa;
	margin: 0 0.2rem;
}
.jiejuefangan-info img {
	width:100%;
	height:auto;
	}