﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: "\5FAE\8F6F\96C5\9ED1", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #f4f4f4;
}
body, td, th, input, select, textarea {
	color: #333;
	font-size: 0.6rem;
}
html {
	-webkit-text-size-adjust: none;
}
body, form {
	margin: 0;
}
i, em {
	font-style: normal;
}
ul, section {
	display: block;
	margin: 0;
	padding: 0;
}
ul, dl, dt, dd, li, ol, i, figure {
	Margin: 0px;
	Padding: 0px;
	list-style: none;
	font-style: normal;
}
img {
	border: 0px none;
	vertical-align: middle;
	outline: hidden;
}
p {
	display: block;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
b, strong {
	font-weight: bold;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "...";
	visibility: hidden;
	height: 0;
	font-size: 0;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}
.clearfix {
*zoom:1;
}
.clearboth {
	clear: both;
	visibility: hidden
}/*系统预设*/
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:active {
	color: #F03E54;
}
.h10 {
	margin: auto;
	height: 10px;
	font-size: 0;
}
.h20 {
	margin: auto;
	height: 10px;
	font-size: 0;
}
.f01 {
	color: #f00;
}
.f02 {
	color: #f60;
}
.f03 {
	color: #1DBCA6;
}
.px14 {
	font-size: 14px;
}
.fr {
	float: right;
	display: inline;
}
.fl {
	float: left;
	display: inline;
}
.mtop20 {
	margin-top: 20px;
}
.title01 {
	font-weight: bold;
	font-size: 0.65rem;
	background: #FABD00;
	border-radius: 1rem;
	color: #fff;
	padding: 0.1rem 0.8rem 0.2rem 0.8rem;
	line-height: 1.5rem;
}
.title02 {
	font-size: 0.65rem;
	font-weight: bold;
}
.page {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	font-size: 0.5rem;
}
.page a {
	display: inline-block;
	width: auto;
	padding: 0px 20px;
	height: 1rem;
	line-height: 0.9rem;
	text-align: center;
	border: #E4E4E4 1px solid;
	margin: 0.1rem;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	border-radius: 50%;
}
.page a:hover {
	border: #1A2938 1px solid;
	color: #FFF;
	background: #1A2938;
	border-radius: 50%;
}
.page span.current {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	line-height: 0.9rem;
	text-align: center;
	color: #FFF;
	background: #1A2938;
	border: #1A2938 1px solid;
	margin: 0.1rem;
	border-radius: 50%;
}
.page span.no {
	border: 1px #1A2938 solid;
	margin: 0.1rem;
	color: #FFF;
	background: #1A2938;
	text-decoration: none;
	border-radius: 50%;
}
.blank10nb {
	display: block;
	height: 0.3rem;
	background: #fff;
}
.blank10 {
	margin: auto;
	display: block;
	height: 0.5rem;
	background: #F4F4F4;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
}
.b_shadow {
	-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.m-pagewrap {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 51px;
	background: #fff;
}
/*头部开始*/
#header {
	width: 100%;
	z-index: 99999;
}
#header .header_top {
	width: 100%;
	height: 2.1rem;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
	z-index: 1;
}
#header .header_top .logo {
	float: left;
	padding-left: 0.3rem;
	line-height: 2rem;
	color: #FFF;
	text-shadow: 1px 1px 1px #81030E;
}
#header .header_top .logo img {
	height: 1.2rem;
}
#header .header_top .home {
	float: right;
	line-height: 2.1rem;
	font-size: 0.8rem;
	color: #fff;
	margin-right: 0.5rem;
}
#header .header_top .nav_btn {
	width: 1rem;
	height: 100%;
	position: relative;
	float: right;
	margin-right: 0.5rem;
}
#header .header_top .nav_btn i {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background: url("../images/top_menu.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0.2rem;
	top: 0.5rem;
}
#header .header_top .nav_btn.on {
	background: #000;
	width: 2.1rem;
	height: 2.1rem;
	margin-right: 0px;
}
#header .header_top .nav_btn.on i {
	width: 1rem;
	height: 1rem;
	background: url("../images/top_menuon.png") no-repeat;
	background-size: 100% 100%;
	right: 0.5rem;
	top: 0.6rem;
}
#header .head_nav {
	display: none;
	width: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(42,125,227,.95) 100%);
	overflow: auto;
}
#header .head_nav>ul {
	padding-top: 2rem;
}
#header .head_nav>ul>li:last-child .main {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#header .head_nav>ul>li .main {
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#header .head_nav>ul>li .main>a {
	display: block;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.8rem;
	color: #fff;
	box-sizing: border-box;
	padding-left: 0.1rem;
}
#header .head_nav>ul>li .main>a>i {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background: url("../images/nav_icon01.png") center center no-repeat;
	background-size: 100% 100%;
	float: right;
	position: relative;
	top: 1rem;
	margin-right: 0.04rem;
}
#header .head_nav>ul>li .main>a>i.on {
	transform: rotate(-90deg);
}
#header .head_nav>ul>li .main.on {
	background-color: rgba(255,255,255,0.2);
}
#header .head_nav>ul>li .main>ul {
	display: none;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 0.5rem 0;
}
#header .head_nav>ul>li .main>ul>li {
	height: 1.8rem;
	line-height: 1.8rem;
	padding-left: 2rem;
	background: url("../images/nav_icon02.png") no-repeat 1rem 0.65rem;
	background-size: 0.5rem auto;
}
#header .head_nav>ul>li .main>ul>li>a {
	font-size: 0.6rem;
	color: #fff;
}
#header .head_nav .nav_phone_txt {
	display: block;
	width: 100%;
	height: 2rem;
	font-size: 1rem;
	margin: 0 auto;
	margin-top: 1rem;
	text-align: center;
	color: #fff;
}
#header .head_nav .nav_phone_txt a {
	color: #fff;
}
#header .head_nav .nav_phone {
	width: 6rem;
	margin: 0 auto;
	margin-bottom: 0.64rem;
	color: #fff;
}
#header .head_nav .nav_phone i {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url("../images/nav_phoneIcon.png") no-repeat;
	background-size: 100% 100%;
	margin-right: 0.06rem;
	position: relative;
	top: 4px;
}
/*头部结束*/




/*subNav*/
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	display: none;
	top: 0;
	z-index: 1000;
	background: #3D4750;
}
.subNav .nav li {
	height: 3rem;
	line-height: 3rem;
	padding: 0 2rem;
	font-size: 0.8rem;
}
.subNav .nav li a {
	height: 3rem;
	color: #fff;
	display: block;
	border-bottom: 1px solid #54606B;
}
.subNav .nav li:hover {
	border-left: 3px solid #cc3333
}
.subNav .nav li:hover a {
	color: #cc3333
}
.subNavCon {
	max-width: 640px;
	min-width: 320px;
	box-sizing: border-box;
	margin: 0px auto;
}
.subNav .subTop {
	margin-top: 2rem;
	width: 100%;
height: .74rem;
line-height: .74rem;
margin-bottom: .4rem;
	position: relative;
	text-align: center;
}
.subNav .subTop a {
	display: block;
}
.subNav .subTop img {
	display: block;
	width: auto;
height: .74rem;
	margin: 0 auto;
}
.subNav .subTop .close {
	width: 2rem;
	height: 2rem;
	position: absolute;
	right: 0.8rem;
	top: 1rem;
	z-index: 10;
}
.subNav .subTop .close span {
	width: 1rem;
	height: 1px;
	position: absolute;
	left: 0;
top:.4rem;
	display: block;
	background: #fff;
}
.subNav .subTop .close span:nth-child(1) {
	transform: rotate(45deg);
}
.subNav .subTop .close span:nth-child(2) {
	transform: rotate(-45deg);
}
/*0.5px border*/
.halfborder, .halfbordertop, .halfborderbottom, .halfborderright, .halfborderleft {
	position: relative;
}
.halfbordertop:before {
	border-bottom: 1px solid #dedede;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 1px;
}
.halfborderbottom:before {
	border-top: 1px solid #dedede;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
}
.halfborderright:before {
	border-left: 1px solid #dedede;
	transform: scaleX(0.5);
	-webkit-transform: scaleX(0.5);
	content: "";
	position: absolute;
	right: -1px;
	top: 0;
	width: 1px;
	height: 100%;
}
.halfborderleft:before {
	border-right: 1px solid #dedede;
	transform: scaleX(0.5);
	-webkit-transform: scaleX(0.5);
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;
}
.halfborder:before {
	position: absolute;
	width: 200%;
	height: 200%;
	border: 1px solid #dedede;
	left: 0;
	top: 0;
	transform: scale(0.5) translate(-50%, -50%);
	-webkit-transform: scale(0.5) translate(-50%, -50%);
	content: "";
	box-sizing: border-box;
}
/*0.5px border*/

.indexMenu {
	background: #FFF;
}
.indexMenu li {
	float: left;
	width: 25%;
	height: 100px;
	border-bottom: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
	word-break: break-all;
	box-sizing: border-box;
}
.indexMenu li:nth-of-type(4n) {
	border-right: none;
}
.indexMenu li:active {
	background-color: #ebf4fc;
}
.indexMenu li i {
	margin: 13px auto 0 auto;
	background: url(../images/indexMenuIcon.png)no-repeat;
	background-size: 45px auto;
	width: 45px;
	height: 45px;
	display: block;
	overflow: hidden;
}
.indexMenu li p {
	width: 90%;
	height: 38px;
	overflow: hidden;
	line-height: 18px;
	margin: 5px auto 0;
	font-size: 12px;
}
.indexMenu li a {
	color: #404040;
}
.c1 {
	background-position: 0 0px!important;
}
.c2 {
	background-position: 0 -45px!important;
}
.c3 {
	background-position: 0 -90px!important;
}
.c4 {
	background-position: 0 -135px!important;
}
/**滚动图片=**/
.slider-focus {
	position: relative;
	max-width: 640px;
	overflow: hidden;/*max-height:320px;*/
	margin: auto;
}
.slider-focus .hd {
	position: absolute;
	width: 100%;
	height: 28px;
	left: 0;
	bottom: 0px;
	z-index: 1;
	line-height: 28px;
	text-align: center;
}
.slider-focus .hd li {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 2px;
	margin: 0 3px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	background: #666;
	cursor: pointer;
}
.slider-focus .hd li.on {
	background: #ffa200;
}
.slider-focus .bd {
	position: relative;
	z-index: 0;
}
.slider-focus .bd li {
	position: relative;
	text-align: center;
}
.slider-focus .bd li img {
	background: url(../images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;/* 图片宽度100%，达到自适应效果 */
}
.slider-focus .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.slider-focus .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	color: #A07F9E;
	text-align: left;
}
.inde_box_title {
	margin: 0 0.5rem;
	padding: 0.5rem 0;
	color: #2a7de3;
	position: relative;
}
.inde_box_title strong {
	font-size: 0.7rem;
	color: #2a7de3;
	padding-left: 0.5rem;
}
.inde_box_title strong a {
	color: #2a7de3;
}
.inde_box_title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65rem;
	width: 4px;
	height: 0.7rem;
	background: #0c65d2;
}
.inde_box_title span {
	height: 1rem;
	width: 1rem;
	background: url(../images/icon_aw01.png) no-repeat right center;
	background-size: 100% auto;
	vertical-align: middle;
	float: right;
	display: block;
}
.inde_box_title span a {
	height: 1rem;
	width: 1rem;
	display: block;
}
/*.adv-list{width: 100%;padding: 0 10px;overflow: hidden;background: url(../images/youshi_bg.jpg) center center no-repeat;background-size:90%;}
.adv-list li{width: 50%;text-align: center;float: left;padding: 20px 0 15px;font-size: 0;line-height: 0;}
.adv-list li img{display: inline-block;width:80px; height:80px; margin-bottom: 10px;border-radius:100%; }
.adv-list li p{font-size: 14px;color: #333;line-height: 14px;padding-bottom:7px; color: #fe6324;}
.adv-list li p font{color: #fe6324;}
.adv-list li span{display: inline-block;font-size: 10px;color: #666;line-height:20px;min-height: 28px; padding: 0 15px;}
*/

.ystit {
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
.ystit .border {
	padding: 0 2rem;
	display: inline-block;
	border: 4px solid #0c65d2;
	height: 1.5rem;
}
.ystit div {
	margin: -0.266666rem 0;
	display: inline-block;
	background: #FFFFFF;
	padding: 0 0.266666rem;
	height: 1.7rem;
}
.ystit span {
	display: block;
	font-size: 0.8rem;
	line-height: 0.426666rem;
	color: #0c65d2;
	font-weight: bold;
	position: relative;
	padding-bottom: 0.3rem;
}
.ystit span:after {
	content: "";
	position: absolute;
	top: 1rem;
	left: 50%;
	width: 0.666666rem;
	margin-left: -0.3333333rem;
	height: 2px;
	background: #0c65d2;
}
.ystit p {
	margin-top: 0.5rem;
	display: block;
	font-size: 0.5rem;
	line-height: 0.6rem;
	color: #3e3e3e;
}
.ystit em {
	font-style: normal;
	color: #d4a259;
}
.youshi_list {
	padding: 0.5rem;
}
.youshi_list ul {
}
.youshi_list li {
	width: 100%;
	margin-bottom: 0.5rem;
	float: left;
}
.youshi_list li .item {
	padding: 0.5rem 0.5rem 0rem;
}
.youshi_list li .item img {
	margin-right: 20px;
	float: left;
	width: 60px;
	height: 60px;
}
.youshi_list li .item i {
	margin-right: 20px;
	float: left;
	width: 96px;
	height: 96px;
	background: url(../images/jjfa.png)no-repeat;
	background-size: 96px auto;
}
.youshi_list li .item div {
	text-align: left;
	display: block;
	overflow: hidden;
}
.youshi_list li .item div span {
	display: block;
	font-size: 0.8rem;
}
.youshi_list li .item div p {
	margin-top: 0.5rem;
	font-size: 0.5rem;
	padding-left: 0;
	line-height: 20px;
	color: #999;
}
.img1 {
	background-position: 0 0px!important;
}
.img2 {
	background-position: 0 -96px!important;
}
.img3 {
	background-position: 0 -192px!important;
}
.img4 {
	background-position: 0 -288px!important;
}
/*首页推荐*/
.product_list {
	background: #fff;
	padding: 0.2rem 0 0 0;
}
.product_list ul {
	padding: 0 0.2rem 0 0;
}
.product_list li {
	width: 48.65%;
	float: left;
	padding: 0.3rem;
	box-sizing: border-box;
	height: 6.5rem;
	background: #fff;
	margin: 0 0 0.2rem 0.2rem;
	border-radius: 0.2rem;
}
.product_list li a {
	position: relative;
	display: block;
	z-index: 0
}
.product_list li img {
	display: block;
	width: 7.1rem;
	height: 4.7rem;
	z-index: 0
}
.product_list .bottominfo {
	z-index: 0;
	width: 100%;
	box-sizing: border-box;
	padding-top: 0.3rem;
	font-size: 0.45rem;
	height: 1.2rem;
	line-height: 0.8rem;
	color: #000;
	text-align: center;
	overflow: hidden;
}
.product_list .bottominfo .left {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*案例*/
.index_strategyfloor {
	background: #fff;
	margin-bottom: 0.5rem;
}
.index_strategyfloor_list {
}
.index_strategyfloor_list a {
	display: block;
	padding: 0 0.5rem
}
.index_strategyfloor_list a > div {
	padding: 0.5rem 0;
}
.index_strategyfloor_list a:active {
	background: #e5e5e5
}
.index_strategyfloor_list img {
	height: 67px;
	float: left;
	width: 100px;
	margin-right: 15px;
	border-radius: 5px;
}
.index_strategyfloor_list .title {
	font-size: 0.6rem;
	line-height: 26px;
	color: #444444;
	padding-bottom: 3px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 26px;
}
.index_strategyfloor_list .info {
	font-size: 12px;
	line-height: 18px;
	color: #aaaaaa;
	height: 36px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*首页最下方导航*/
.main_project {
	display: block;
	float: left;
	width: 100%;
	background: #fff;
}
.main_project ul {
	display: block;
	float: left;
	margin-top: 3%;
	width: 100%;
}
.main_project ul li {
	display: block;
	float: left;
}
.main_project .project_left {
	display: block;
	width: 45%;
	float: left;
	margin-left: 3.33333%;
}
.main_project .project_left a {
	display: block;
	width: 100%;
}
.main_project .project_left a img {
	width: 100%;
}
.main_project .project_right {
	display: block;
	float: left;
	width: 45%;
	margin-left: 3.33333%;
}
.main_project .project_right a {
	display: block;
	width: 100%;
}
.main_project .project_right a img {
	width: 100%;
}
.main_project .project_right .bottom {
	margin-top: 7%;
}
.main_project .project_bottom {
	display: block;
	float: left;
	width: 93.3333%;
	margin-left: 3.33333%;
	background: #f6fcf6;
}
.main_project .project_bottom a {
	display: block;
	width: 100%;
}
.main_project .project_bottom a img {
	width: 100%;
}
/*资讯*/

.hotlists {
	height: 10rem;
}
.hotlist li {
	width: 9rem;
	padding: 0.5rem;
}
.hotlist li img {
	width: 9rem;
	height: 6rem;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	overflow: hidden;
}
.hotlist li h3 {
	font-size: 0.65rem;
	padding: 0 3%;
	margin-top: 0.2rem;
	margin-bottom: 0.1rem;
	line-height: 0.8rem;
	height: 1.6rem;
	overflow: hidden;
}
.hotlist li span {
	color: #999999;
	padding-left: 3%;
	font-size: 0.5rem;
}
/*内页*/
.main_nboxf5 {
	padding: 0.5rem;
	position: relative;
	z-index: 1;
	background: #f5f5f5;
}
.subPage_banner {
	width: 100%;
	overflow: hidden;
}
.subPage_banner img {
	width: 100%;
}
.ntit {
	width: 100%;
	height: 1.8rem;
	line-height: 1.8rem;
	border-bottom: 1px solid #eee;
	background: #f4f4f4;
}
.ntit p {
	margin: 0 auto;
	padding: 0;
	padding-left: 0.5rem;
	font-size: 0.6rem;
	color: #5F6F81;
}
.ntit p img {
	width: 1rem;
	float: right;
	margin: 0.4rem 0.65rem 0 0;
}
.ntit a {
	color: #5F6F81;
}
.main_nbox {
	padding: 0.5rem;
	position: relative;
	z-index: 1;
	background: #fff;
}
.text {
	line-height: 180%;
	font-size: 0.6rem;
}
.text p {
	margin-bottom: 18px;
}
.text img {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	margin-bottom: 0.5rem;
}
.ctitle {
	font-size: 0.8rem;
	color: #000;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
}
.ctitle p {
	font-size: 12px;
	text-align: left;
	padding-top: 8px;
	color: #7F778E;
	font-size: 12px;
	font-weight: normal;
}
.botxian {
	margin-top: 1rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border-top: 1px solid #E7E7E7;
	padding-top: 0.5rem;
}
.botxian span {
	display: block;
	width: 20%;
	float: left;
}
.botxian a {
	display: block;
	width: 78%;
	padding: 0px 1%;
	color: #000;
	border: 1px solid #eee;
	float: left;
	text-align:center;
}
.ctitle_pro {
	font-size: 0.8rem;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.ctitle_pro p {
	font-size: 12px;
	text-align: left;
	padding-top: 8px;
	color: #7F778E;
	font-size: 12px;
	font-weight: normal;
}
.nav_tab {
	overflow: hidden;
	height: 1.8rem;
	width: 100%;
	display: box;
	display: -ms-box;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	background: #0c65d2
}
.nav_tab a {
	width: 200px;
	height: 1.8rem;
	padding-top: 0.5rem;
	color: #fff;
	font-size: 0.6rem;
	text-align: center;
	display: block;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	box-flex: 1;
	-ms-box-flex: 1;
	-webkit-box-flex: 1
}
.nav_tab a:after {
	width: 2.5rem;
	height: 2px;
	content: '\20';
	display: block;
	margin: 0.35rem auto auto auto
}
.nav_tab a:active, .nav_tab a.on {
	color: #fff;
}
.nav_tab a:active:after, .nav_tab a.on:after {
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-size: 200px 2px;
	-webkit-background-size: 200px 2px
}
.number-box {
	height: auto;
	background: #F29600;
	color: #FAFAFA;
	position: relative;
	z-index: 1000;
}
.number-box:before, .number-box:after {
	content: "";
	display: table;
}
.number-box:after {
	clear: both;
}
.number-box > .number-box-table {
	height: auto;
	margin-top: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.number-box > .number-box-table > ul {
	display: initial;
}
.number-box > .number-box-table > ul > li {
	display: inline-block;
	border-left: 1px solid #F5AB33;
	text-align: center;
	font-size: initial;
	width: 32%;
	margin: 3vw 0;
	height: 16vw;
	padding-top: 8px;
}
.number-box > .number-box-table > ul > li:first-child {
	border-left: none;
}
.number-box > .number-box-table > ul > li > div {
	height: auto;
	top: 3vw;
}
.number-box > .number-box-table > ul > li > div > span {
	font-size: 20px;
	font-family: "east-number";
}
.number-box > .number-box-table > ul > li > div > sup {
	font-size: 12px;
	vertical-align: top;
	position: relative;
	top: -1px;
}
.number-box > .number-box-table > ul > li > div p {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	position: relative;
	left: 2px;
}
.number-box > .number-box-table > ul > li > div p span {
	margin-left: 8vw !important;
}
.subtitle {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.subtitle .p1 {
	font-size: 0.8rem;
	color: #f0f0f0;
	text-transform: uppercase;
	padding-top: 0.66rem;
}
.subtitle .p2 {
	font-size: 0.8rem;
	color: #0c65d2;
	margin-top: -0.26rem;
	position: relative;
	font-weight: bold;
	z-index: 1;
}
.subtitle .p2 .line {
	position: absolute;
	width: 0.94rem;
	height: 1px;
	bottom: 0.5rem;
	z-index: 10;
}
.subtitle .p2 .line_left {
	left: 1.5rem;
	background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#d2d2d2));
	background: -webkit-linear-gradient(left, #ffffff 0%, #d2d2d2 100%);
	background: -o-linear-gradient(left, #ffffff 0%, #d2d2d2 100%);
	background: linear-gradient(90deg, #ffffff 0%, #d2d2d2 100%);
}
.subtitle .p2 .line_right {
	right: 1.5rem;
	background: -webkit-gradient(linear, left top, right top, from(#d2d2d2), to(#ffffff));
	background: -webkit-linear-gradient(left, #d2d2d2 0%, #ffffff 100%);
	background: -o-linear-gradient(left, #d2d2d2 0%, #ffffff 100%);
	background: linear-gradient(90deg, #d2d2d2 0%, #ffffff 100%);
}
.subtitle .p3 {
	font-size: 0.6rem;
	color: #21bae1;
}
.zhineng ul {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.zhineng ul li {
	width: 49%;
	height: 6.5rem;
	float: left;
	margin-top: 0.2rem;
	position: relative;
	overflow: hidden;
}
.zhineng ul li:nth-child(2n) {
	float: right;
}
.zhineng ul li img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.zhineng ul li .main {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(55, 61, 65, 0.8);
}
.zhineng ul li .main p {
	color: #fff;
	padding-left: 0.5rem;
}
.zhineng ul li .main p.p1 {
	font-size: 0.8rem;
	padding-top: 0.5rem;
}
.zhineng ul li .main p.p2 {
	padding: 0.5rem;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.zhineng ul li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.zhineng ul li:hover .main .p1 {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	color: #0c65d2;
}
.culture_list {
	margin-top: 1rem;
	margin-bottom: 0px;
}
.culture_list li {
	width: 100%;
	height: 3rem;
	background: #fff;
	margin-bottom: 0.5rem;
}
.culture_list li .left {
	width: 5rem;
	height: 100%;
	float: left;
}
.culture_list li .right {
	width: 10rem;
	float: right;
	padding: 0.5rem
}
.culture_list li .right h3 {
	font-size: 0.7rem;
	color: #0c65d2;
}
.culture_list li .right h4 {
	color: #666;
	padding-top: 0.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fangan {
	margin: 0.5rem auto;
	width: 100%;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}
.fangan > li {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 0 10px;
	box-sizing: border-box;
	animation: fadeInRight 1s both;
	border-bottom: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
/*.fangan > li:nth-child(2n){border-right:none;}
.fangan > li:nth-child(5),.fangan > li:nth-child(6){border-bottom:none;}*/
.fangan_item {
	text-align: center;
	padding: 0 20px;
	height: 200px;
	border-radius: 2px;
	box-sizing: border-box;
	color: #9e9e9e;
	position: relative;
}
.fangan_item:hover {
}
.fangan_img01, .fangan_img02, .fangan_img03, .fangan_img04, .fangan_img05, .fangan_img06 {
	width: 96px;
	height: 96px;
	border-radius: 100%;
	background: url("../../images/fangan.png") 0 0 no-repeat;
	margin: 0 auto;
}
.fangan_img01 {
	background-position: -96px 0;
}
.fangan_img02 {
	background-position: -96px -96px;
}
.fangan_img03 {
	background-position: -96px -192px;
}
.fangan_img04 {
	background-position: -96px -288px;
}
.fangan_img05 {
	background-position: -96px -384px;
}
.fangan_img06 {
	background-position: -96px -480px;
}
.fangan_item:hover .fangan_img01 {
	background-position: -96px 0;
}
.fangan_item:hover .fangan_img02 {
	background-position: -96px -96px;
}
.fangan_item:hover .fangan_img03 {
	background-position: -96px -192px;
}
.fangan_item:hover .fangan_img04 {
	background-position: -96px -288px;
}
.fangan_item:hover .fangan_img05 {
	background-position: -96px -384px;
}
.fangan_item:hover .fangan_img06 {
	background-position: -96px -480px;
}
.fangan_item h3 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fangan_text {
	text-align: center;
	color: #333;
	font-size: 10px;
	line-height: 18px;
	height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	white-space: normal !important;
}
.fangan_item:hover h3 {
	color: #0c65d2;
}
.fangan_item:hover .fangan_text {
	color: #0c65d2;
}
/*核心力*/
.fuwu_list {
	width: 100%;
}
.fuwu_list ul li {
	height: auto;
	background-color: #f5f5f5;
	transition: all .3s;
	line-height: 1rem;
}
.fuwu_list ul li:hover {
	background-color: #f29600;
	transition: all .3s;
}
.fuwu_list ul li:hover .fuwu_text {
	color: #fff;
}
.fuwu_list ul li:hover .fuwu_text h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 20%;
	width: 10px;
	height: 20px;
	background: #fff;
	transition: all .3s;
}
.fuwu_list ul li:hover .fuwu_text h3 em {
	color: #fff;
}
.fuwu_list ul li .fuwu_text {
	padding: 1.5rem 1rem;
}
.fuwu_list ul li .fuwu_text h3 {
	font-size: 0.8rem;
	margin-bottom: 0.8rem;
	position: relative;
	padding-left: 20px;
}
.fuwu_list ul li .fuwu_text h3 em {
	font-size: 0.5rem;
	color: #999;
	margin-left: 0.5rem;
}
.fuwu_list ul li .fuwu_text h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 20%;
	width: 10px;
	height: 10px;
	background: #0c65d2;
}
.fuwu_list ul li .fuwu_text p {
	margin-bottom: 0.5rem;
}
.fuwu_list ul li img {
	width: 100%;
}
.title_box {
	text-align: center;
	background: #f29600;
	color: #fff;
	padding: 1rem 0.5rem;
	line-height: 0.9rem;
}
.title_box h3 {
	font-size: 1rem;
	height: 1.5rem;
	text-align: center;
}
.title_box span {
}
/*关于我们设备展示*/
.tupian_list {
	margin: auto;
	margin-bottom: 0.5rem;
}
.tupian_list ul {
	padding: 0 0.5rem 0 0;
}
.tupian_list li {
	width: 50%;
	float: left;
	padding: 0.5rem 0 0 0.5rem;
	box-sizing: border-box;
}
.tupian_list li a {
	position: relative;
	display: block;
}
.tupian_list li img {
	display: block;
	width: 100%;
}
.tupian_list .bottominfo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	background: -webkit-gradient(linear, 0 bottom, 0 0, from(rgba(0,0,0,3)), to(rgba(0,0,0,0)));
}
.tupian_list .bottominfo .left {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.brand-eight {
	margin-top: -0.5rem;
}
.brand-eight ul {
}
.brand-eight ul li {
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	height: auto;
	float: left;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	padding: 1rem 0 1rem 1rem;
}
.brand-eight ul li h2 {
	font-size: 20px;
	color: #666;
	padding: 0 0 0;
}
.brand-eight ul li.last h2 {
	padding: 21px 0 15px;
	color: #333;
}
/* 人才招聘 */
.ac-container {
	width: 100%;
	margin: 0 0 1rem 0;
	text-align: left;
}
.ac-container label {
	padding: 0 0.5rem;
	position: relative;
	z-index: 20;
	display: block;
	height: 2rem;
	line-height: 2rem;
	cursor: pointer;
	color: #333;
	font-size: 0.8rem;
	background: #F3F3F3;
}
.ac-container label:hover {
	background: #F3F3F3;
}
.ac-container input:checked + label, .ac-container input:checked + label:hover {
	background: #A90412;
	color: #fff;
}
.ac-container label:hover:after, .ac-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	right: 0.5rem;
	top: 0.4rem;
	background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after {
	background-image: url(../images/arrow_up.png);
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: rgba(255, 255, 255, 0.1);
	margin-top: -1px;
	margin-bottom: 0.5rem;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
	color: #666;
	line-height: 1rem;
	padding: 0.5rem;
}
.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-small {
	height: auto;
}
.ac-container input:checked ~ article.ac-medium {
	height: auto;
}
.ac-container input:checked ~ article.ac-large {
	height: auto;
}
.apollo {
	display: block;
	width: 100%;
	padding: 0.3rem;
	overflow: hidden;
	background: #fff;
	margin-bottom: 0.3rem;
	border-radius: 0.3rem;
}
.apollo .apollo_icon {
	float: left;
	margin-right: 10px;
	width: 4rem;
	height: 2.7rem;
}
.apollo .apollo_icon img {
	width: 4rem;
	height: auto;
	border-radius: 0.3rem;
}
.apollo h3 {
	color: #E34659;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	height: 1.1rem;
	font-size: 0.65rem;
}
.apollo p {
	color: #aaa;
	height: 1.4rem;
	font-size: 0.5rem;
	line-height: 0.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.biao_h4 {
	display: inline-block;
	background: #f06405;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 20px;
	margin: 0 0px 15px 0px;
}
.video {
	text-align: center;
	margin-bottom: 30px;
}
.video video {
	width: 100%;
}
.video iframe {
	width: 100%;
}
/*专业安装*/
.liuxian {
	background: url(../../images/yan04.jpg) 3px top repeat-y;
}
.liuxian li {
	background: url(../../images/yan05.jpg) left 25px no-repeat;
	padding-top: 11px;
	line-height: 36px;
	padding-left: 16px;
}
.liuxian li p {
	color: #888;
	padding-left: 20px;
}
.liuxian li h3 {
	font-size: 18px;
	margin-bottom: 8px;
}
.cont_c {
	margin: 1rem 0.5rem 0 0.5rem;
}
.cont_c p {
	color: #000;
	line-height: 1.2rem;
	margin-bottom: 0.5rem;
	vertical-align: text-bottom;
}
.cont_c p span {
	display: inline-block;
margin-right:.5rem;
	vertical-align: top;
}
.cont_c p span img {
	width: 1rem;
}
.cont_c a {
	border-bottom: 1px solid #a3a3a3;
	color: #000;
}
.contact_list {
	margin: 1.5rem 0.5rem auto 0.5rem;
	height: auto;
	overflow: hidden;
}
.contact_list ul li {
	width: 100%;
	margin: 0 0 0.5rem 0;
	height: auto;
}
.contact_list ul li img {
	width: 100%;
}
.myMap {
	height: 350px;
	padding: 0.5rem;
	border: 1px solid #ccc;
	background: url(../images/feed_bg.png)
}
/*提交表单*/
.textarea, .input {
	width: 100%!important;
padding:.6rem;
	border: 1px solid #ccc;
	color: #000;
}
.from-title {
	text-align: center;
	background: #3C474F;
	color: #fff;
	padding: 20px 0;
	line-height: 30px;
}
.from {
	padding: 0.5rem 0.5rem 2rem;
	background: url(../images/feed_bg.png);
}
.data {
padding:0 0 .7rem;
}
.data .title_name {
	line-height: 30px;
	display: none;
}
.btn-area .btn-submit {
	border: 0;
	border-radius: 0.15em;
	background: #FF6400;
	color: #fff;
	font-size: 1.1em;
	padding: .8em 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	width: 100%;
}
/*产品中心*/

.zhuanj_yuyue {
	margin: 0.5rem;
	height: 1.5rem;
}
.zhuanj_yuyue a.ya1 {
	width: 47%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.6rem;
	display: block;
	text-align: center;
	color: #fff;
	background: #0c65d2;
	border-radius: 3px;
	float: left;
	text-shadow: 1px 1px 1px #1A9EC0;
}
.zhuanj_yuyue a.ya2 {
	width: 47%;
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: 0.6rem;
	display: block;
	text-align: center;
	color: #fff;
	background: #FF6711;
	border-radius: 3px;
	float: right;
	text-shadow: 1px 1px 1px #DE5C13;
	margin-left: 10px;
}
.producttitle {
	margin: 0.5rem -0.5rem 0.3rem 0;
	width: 100%;
	height: 1.5rem;
	background: #fff;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
}
/*.producttitle{margin:0 0.5rem; padding:0.5rem 0;color:#2a7de3;position: relative;border-bottom:1px solid #ccc;}*/
.producttitle span.f01 {
	float: left;
	color: #000;
	text-align: left;
	font-size: 0.7rem;
	color: #2a7de3;
	font-weight: bold;
	overflow: hidden;
	padding-left: 0.5rem;
}
.producttitle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2rem;
	width: 4px;
	height: 0.7rem;
	background: #0c65d2;
}
.producttitle span.f02 {
	display: none;
	float: left;
	padding-left: 15px;
	font-size: 0.5rem;
	color: #999;
	text-transform: uppercase;
	font-family: MetaWebPro-Light, arial, helvetica, sans-serif;
}
/*尾页*/

.copyright {
	margin: 0.5rem auto auto;
	background: #373d41;
	padding: 0.5rem;
}
.copyright a {
	color: #fff;
}
.copyright .foot_phone_txt {
	display: block;
	width: 100%;
	height: 2rem;
	font-size: 1.5rem;
	margin: 0 auto;
	margin-top: 0.5rem;
	text-align: center;
	color: #fff;
}
.copyright .foot_phone_txt a {
	color: #fff;
}
.copyright .foot_phone {
	width: 6rem;
	margin: 0 auto;
	color: #fff;
}
.copyright .foot_phone i {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url("../images/nav_phoneIcon.png") no-repeat;
	background-size: 100% 100%;
	margin-right: 0.06rem;
	position: relative;
	top: 4px;
}
.copyright .fg {
	width: 100%;
	height: 0.3rem;
	position: relative;
	margin-top: 0.68rem;
}
.copyright .fg span {
	width: 100%;
	height: 1px;
	background-color: #26558d;
	position: absolute;
	top: 50%;
	left: 0;
}
.copyright .fg i {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 2;
	width: 0.3rem;
	height: 0.3rem;
	display: block;
	float: left;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, right top, from(#60a7fe), to(#2a7de3));
	background: -webkit-linear-gradient(left, #60a7fe 0%, #2a7de3 100%);
	background: -o-linear-gradient(left, #60a7fe 0%, #2a7de3 100%);
	background: linear-gradient(90deg, #60a7fe 0%, #2a7de3 100%);
}
.copyright .webma {
	padding: 1rem;
}
.copyright .webma ul li {
	width: 50%;
	float: left;
	padding: 0 0.5rem;
	font-size: 0.5rem;
	text-align: center;
	color: #fff;
}
.copyright .webma ul li img {
	width: 100%;
	margin-bottom: 0.5rem;
}
.copyright .foot-center {
	overflow: hidden;
	color: #fff;
	margin-top: 0.5rem;
	line-height: 1rem;
}
.copyright .foot-center h5 {
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
.copyright .foot_bottom .logo {
	width: 108px;
	height: auto;
	margin-top: 0.52rem;
}
.copyright .foot_bottom .logo img {
	width: 100%;
	height: 100%;
}
.copyright .foot_bottom .copy_right {
	font-size: 0.5rem;
	color: #fff;
	margin-top: 0.32rem;
	margin-bottom: 0.56rem;
}
.wx_nav {
	display: box;
	display: -ms-box;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex
}
.wx_nav a {
	display: block;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	box-flex: 1;
	-ms-box-flex: 1;
	-webkit-box-flex: 1
}
.wx_nav a:before {
	background-image: url(../images/icon_nav_v2.png);
	background-repeat: no-repeat;
	background-size: 207px 46px;
	-webkit-background-size: 207px 46px
}
.wx_nav {
	overflow: hidden;
	height: 52px;
	position: fixed;
	z-index: 50;
	width: 100%;
	bottom: 0;
	left: 0;
	border-top: 1px #DCDCDC solid;
}
.wx_nav a {
	width: 200px;
	height: 52px;
	padding-top: 6px;
	color: #5A5A5A;
	font-size: 12px;
	filter: alpha(opacity=90);
	background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0 !important;
	text-align: center
}
.wx_nav a:before {
	width: 23px;
	height: 23px;
	content: '\20';
	display: block;
	margin: 0 auto 2px auto
}
.wx_nav a:active {
	background: #FFF
}
.wx_nav a:active, .wx_nav a.on {
	color: #0c65d2
}
.wx_nav a:active:before, .wx_nav a.on:before {
	background-position-y: -23px
}
.wx_nav a.dot {
	position: relative
}
.wx_nav a.dot:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #e4393c;
	border-radius: 4px;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: 10px
}
.wx_nav .nav_f01:before {
	background-position: 0 0
}
.wx_nav .nav_f02:before {
	background-position: -23px 0
}
.wx_nav .nav_f03:before {
	background-position: -46px 0
}
.wx_nav .nav_f04:before {
	background-position: -69px 0
}
.wx_nav .nav_f05:before {
	background-position: -92px 0
}
