@charset "utf-8";
/************************************************************************
 * 公司	: suyee inc.
 * 网址	: www.suyee.net.cn
 * 作者QQ: 新月(46780956)
 * 日期	: 2019.07.11
************************************************************************/
/*.pcDIV	{display: block;}*/
.mobileDIV {
	display: none;
}
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block
}
/* 灰度滤镜.star img {    filter: grayscale(100%);    -webkit-filter: grayscale(100%);    transition: -webkit-filter 2s;    transition: filter 2s;} */
/* common */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%
}
div, h1, h2, h3, h4, h5, h6, p, form, label, input, img, span {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
body {
	display: block;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	background: #FFF;
	transition: all ease-out 0.3s;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, Helvetica, "sans-serif", "Microsoft YaHei", "微软雅黑", "宋体";
}
a:link {
	color: #666;
	text-decoration: none;
	transition: all ease-out 0.3s;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #0c4ca3;
}
a:active {
	text-decoration: none;
	color: #666;
}
/*主色 #0c4ca3 = rgba(12,76,163,0.9)*/
.clear {
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
	height: 0 !important;
}
.txtCenter {
	text-align: center!important;
}
.txtleft {
	text-align: left!important;
}
.txt16 {
	font-size: 16px!important;
	line-height: 26px!important;
}
.moree {
	display: block;
	float: right;
	margin: 6px 20px 0 0;
	border: 0;
}
.leftimg {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
.rightimg {float:right; padding:0 0 22px 60px;
	display: block;
	margin: 0;
	border: none;width:35%;
}
.com_p p{ line-height:25px; padding:9px 0; text-align: justify;}
.hand {
	cursor: pointer
}
.overflow {
	overflow: auto;
	overflow: hidden
}
.none {
	display: none !important
}
.hide {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	text-indent: -9999px;
}
.pos_rel {
	position: relative;
}
/* tabel 全局 */
.tabelMain {
	width: 100%;
	margin: 32px auto 0;
	max-width: 900px;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	position: relative;
}
.tabelMain th {
	padding: 7px 0;
	border-top: #d8d8d8 1px solid;
	position: relative;
}
.tabelMain tr {
	background: #FFF;
}
.tabelMain tr td {
	text-align: center;
	border-top: #d8d8d8 1px solid;
	padding: 7px 4px;
}
.tabelMain tr td:first-child {
	text-align: left;
}
.tabelMain tr td:nth-of-type(2) {
	background: #ECECEC;
}
.tabelMessage {
	float: left;
	width: 100%; /*border-bottom: #666 1px solid;*/
}
.tabelMessage td {
	border-bottom: #d8d8d8 1px solid;
	padding: 10px 0;
}
.tabelMessage tr:last-child td {
	border-bottom: none;
}
.tabelMessage .tdR {
	padding-right: 5%;
}
.tabelMessage .tdone {
	border-top: #008BD2 2px solid;
}
/* 表单与按钮 */
.btn:hover, .btn-quote:hover, .knop:hover {
	text-decoration: none!important;
}
/* 全局公共 */
.title_first {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 540;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #222;
font-weight: normal;
	text-transform : uppercase/*全字母大写*/;
}
.title_secd {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 1.2rem;
	color: #929292;
	margin-bottom: 30px;
}
.zindex99 {
	z-index: 99;
	position: relative;
}
.FFF_9 {
	color: rgba(255,255,255,0.9) !important;
}
.FFF_8 {
	color: rgba(255,255,255,0.8) !important;
}
.FFF_8 a {
	color: rgba(255,255,255,0.8) !important;
}
.FFF_8 a:hover {
	color: rgba(255,255,255,0.95) !important;
}
.fir_title {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #333;
	padding-top: 60px;
	text-transform : uppercase/*全字母大写*/;
}
.sec_title {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #555;
	padding-bottom: 35px;
}
.linep {
	display: block;
	margin: 7px auto;
	width: 80px;
	height: 2px;
	background: #0966CA;
	overflow: hidden;
	font-size: 0;
}
.linep_color {
	background: #009746;
}
.marginBTM35 {
	margin-bottom: 35px;
}
.paddingBTM60 {
	padding-bottom: 60px;
}
.paddingBTM35 {
	padding-bottom: 35px;
}
.paddingBTM25 {
	padding-bottom: 25px;
}
.paddingBTM15 {
	padding-bottom: 15px;
}
.paddingBTM10 {
	padding-bottom: 10px;
}
.paddingTop45 {
	padding-Top: 45px;
}
.paddingTop35 {
	padding-Top: 35px;
}
.paddingTop25 {
	padding-Top: 25px;
}
.paddingTop15 {
	padding-Top: 15px;
}
.paddingTop10 {
	padding-Top: 10px;
}
.text_3 {
	text-overflow: ellipsis;
}/*需要配合<nobr>*/
/*---------------------------------//banner-----------------------------------*/
#bannerMain {
	position: relative;
	width: 100%;
	height: 430px;
	overflow: hidden;
	text-align: center;
	background-color: #f3f3f3;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bannerMain:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.65);
	z-index: 1;
}
#bannerMain:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
/*#bannerMain.on img {transform: matrix(1.0, 0, 0, 1.0, 0, 0);-webkit-transition: all 5.0s ease;-moz-transition: all 5.0s ease;-ms-transition: all 5.0s ease;-o-transition: all 5.0s ease;transition: all 5.0s ease;}
#bannerMain img {transform: matrix(1.1, 0, 0, 1.1, 0, 0);   position: absolute;    top: 0;    left: 50%;    width: 1920px;	 max-width: 1920px;    margin-left: -960px;    }
.banner01{background:url(../images/banner_contact.jpg) center center no-repeat ; }
.banner02{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner03{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner04{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner05{background:url(../images/banner06.jpg) center top no-repeat ; }
.banner06{background:url(../images/banner06.jpg) center top no-repeat ; }*/
#bannerTxt {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	color: rgba(255,255,255,0.9);
	padding-top: 180px;
	text-align: center;
}
#bannerTxt h3 {
	font-size: 3rem;
	margin-bottom: 20px;
	display: block;
	line-height: 1.4;
	font-weight: 700;
}
#bannerTxt p {
	font-size: 16px;
}
/*#bannerMain h3:after {    content: "";    position: absolute;    left: 50%;    bottom: 0;    height: 2px;    width: 80px; margin-left:-40px;    background: #FFF;}*/
/*---------------------------------//body-----------------------------------*/
#bodyMain:after, #body:after, #contect:after, .contect:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
#bodyMain {
	width: 100%;
	background-size: cover;
}
#body {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
.contect, #contect {
	display: block;
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
.bg_color {
	background: #F5F5F5;
}
.bg_i1 {
	background: url(../images/bg01.jpg) center center no-repeat;
	background-size: cover;
}
.bg_i3 {
	background: url(../images/bg05.jpg) center center no-repeat;
	background-size: cover;
}
.bg_i2 {
	background-image: url(../images/bg04.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	width: 100%;
	min-height: 460px;
	text-align: center;
	color: #fff;
}
.bg_i2:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 76, 163, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* 首页 business--------------*/
ul.business {
	width: 100%;
	float: left;

}
ul.business:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
ul.business li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 24px;
	position: relative;/*border-radius:0 20px 0 20px;*/
	overflow: hidden;
	background: #FFF;
}
ul.business li:nth-of-type(3n) {
	margin-right: 0;
}
/*ul.business li:nth-of-type(2n){border-radius:20px 0 20px 0;}
ul.business li:nth-of-type(2n) a{border-radius:20px 0 20px 0;}*/
ul.business li a {
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;/* border-left:#eee 1px solid;border-right:#eee 1px solid; border-top:#009845  3px solid;border-radius:0 20px 0 20px; */
	overflow: hidden;
}
ul.business li a h2 {
	width: 94%;
	padding: 3% 3% 2% 3%;
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: 540;
	overflow: hidden;
	color: #222; font-weight: normal;
	text-align: center;
}
ul.business li a h5 {
	width: 94%;
	padding: 0 3%;
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	height: 52px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #666;
	text-align: center;
}
ul.business li a i {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	line-height: 110px;
	border-radius: 100%;
	text-align: center;
	font-size: 56px;
	color: #FFF;
	background: #72CBB8;
	border: #72CBB8 12px solid;
	transition: all 0.5s;
}
ul.business li a:hover i {
	background: #FFF;
	color: #72CBB8;
}
 /* 首页 about --------------*/
.right_b ul{clear:both;width:100%; height:30px; margin-bottom: 10px;}
.right_b ul li{float:left; padding:0px 20px 0px 0px; line-height:30px; cursor: pointer; color:rgba(0,0,0,0.5);}.right_b ul li:last-child{padding-right:0px;}.right_b ul li:hover{color:   rgba(10,73,183,1); }
.right_b .address{ display:none; font-size:16px; line-height:30px;color: rgba(10,73,183,1); }

.right_b .active{ display:block;}.right_b ul li.active{color:   rgba(10,73,183,1);}

.right_b .addList{ width:100%; float:left}
.right_b{position:relative;float:left;width:555px;height: 165px;
    padding: 30px 15px 35px 30px;
   /* background: -moz-linear-gradient(left, #bbc8e1 0%, #7785A0 s100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, #88b4df), color-stop(100%, #0a57a1));
	background: -webkit-linear-gradient(left, #fcfdff 0%, #425691 100%);
	background: -o-linear-gradient(left, #88b4df 0%, #0a57a1 100%);
	background: -ms-linear-gradient(left, #88b4df 0%, #e7eef5 100%);
	background: linear-gradient(to right, ##7785A0 0%, #ced9ed 100%);*/  /*background: rgba(10,87,161,0.9);*/background:#7785A0; background: rgba(54,72,133,0.9);background:url(../images/join_tenet_bg2.jpg)right center ; transition: 0.3s;}	
	.right_b h3{font-size: 20px;
    line-height: 20px;
   /* color: rgba(12,76,163,1);*/color:#666;color: rgba(255,255,255,0.5);color:#009845;color: rgba(12,76,163,1);color: rgba(255,255,255,0.8);color: rgba(12,76,163,0.8);color:rgba(0,0,0,0.6); padding-bottom:20px;
    font-weight: bold;}
.right_b p{ line-height:26px; color:#787878;}
	 .join_index span{display: inline-block;
    padding: 0 2px;
    font-size: 32px;
    vertical-align: top;
    top: 5px; /*color:rgba(12,76,163,0.9);*/ color:#007f9a;color: rgba(0,189,53,0.6);
    position: relative;
    letter-spacing: -2px;}
	.join_index p{padding-top:20px;}
	 .join_index .p1{font-size: 14px;
   
  }
	 .join_index .p2{ font-size: 14px;padding-left:160px; z-index:2; position: absolute;}
	 .join_index .p3{ color:#ababab; position: absolute; bottom: 15px;}
	div.right_b:before{clear:both;content: "\f251";
    font-family: 'FontAwesome';
    font-size: 80px;width:80px; height:80px;
   color: rgba(12,76,163,0.1);color: rgba(0,118,205,0.1); color: rgba(255,255,255,0.5); 
    position: absolute; right:10%;bottom:1%;transition: all  0.8s;  /* -moz-box-shadow: 10px 10px 5px #888888;
box-shadow: 10px 10px 5px #888888;*/
  }
	
	div.right_b:hover:before{ content: "\f253";transform: rotateY(180deg);transition: all  0.8s;  
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);}
	.right_b h1{ position: absolute; font-size:40px;height:40px; top:13%;  color: rgba(255,255,255,0.3);right:3%;}
	.right_b h2{ position: absolute; font-size:50px;height:50px; bottom:1%; color: rgba(255,255,255,0.3);left:5%;}
.join_index{float: left;
    width: 600px;
    height: 205px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    background: #fafafa;
    border: #DDD 1px solid;
    position: relative;}
	 .join_index h4{   width: 100%;
    float: left;
    line-height: 36px;
    font-size: 30px;
    color: rgba(0,0,0,0.1); 
    font-weight: normal;}
	  .join_index h5{ width: 100%;
    float: left;
    line-height: 22px;
    font-size: 16px;
   /* color: rgba(0,189,53,1);*/color: rgba(0,0,0,0.2); 
  
    margin-bottom: 10px;}
	




ul.box_list {
width:600px;
overflow:hidden;
float:left;
}
ul.box_list li {
	width: 280px;
	height: 205px;
	float: left;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}
ul.box_list li:nth-of-type(1) {
	background: #07AEC8;
}
ul.box_list li:nth-of-type(2) {
	background: #048BB8;
}
ul.box_list li:nth-of-type(3) {
	background: #0A57A1;
	width: 100%;
}
ul.box_list li a {
	width: 100%;
	height: 100%;
	float: left;
	display: block;
	box-sizing: border-box;
	padding: 20px;
}
ul.box_list li a h4 {
	width: 100%;
	float: left;
	line-height: 36px;
	font-size: 30px;
	color: rgba(255,255,255,0.2);
	font-weight: normal;
}
ul.box_list li a h5 {
	width: 100%;
	float: left;
	line-height: 22px;
	font-size: 16px;
	color: rgba(255,255,255,0.4);
	font-weight: normal;
	margin-bottom: 15px;
}
ul.box_list li a span {
}
ul.box_list li:before {
	content: "";
	font-family: 'FontAwesome';
	font-size: 80px;
	color: rgba(80%,80%,80%,0.3);
	position: absolute;
	right: 5%;
	top: 45%;
}
ul.box_list li:nth-of-type(1):before {
	content: '\f0d2 ';
}
ul.box_list li:nth-of-type(2):before {
	content: '\f02d';
}
ul.box_list li:nth-of-type(3):before {
	content: '\f028';
}
ul.box_list li:after {
	content: "\f055";
	font-family: 'FontAwesome';
	position: absolute;
	right: 25px;
	top: 25px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	border-radius: 100%;
	overflow: hidden;
	color: rgba(255,255,255,0.9);
	text-align: center;
	transition: all ease-out 0.3s;
	z-index: 1;
}
ul.box_list li:hover:after {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/* footer-----------------------------------*/
#footMain:after, #foot:after, .foot_p:after, #footer:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
#footMain {
	width: 100%;
	background-color: #fafafa;
	color: #9D9D9D
}
#footer {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
#footer dl {
	float: left;
	padding-right: 5%;
}
#footer dt {
	padding-bottom: 10px;
	color: #666;
	font-weight: 560;
	font-size: 15px;
}
#footer dd {
	padding-right: 0;
	-webkit-margin-start: 0;
}
#footer dd a {
	font-size: 14px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #009845;
}
.foot_fr {
	position: absolute;
	right: 0;
	top: 30px;
	width: 420px;
	color: #666;
}
.foot_fr .ewm {
	width: 130px;
	float: left;
}
.foot_fr .foot_cont {
	width: 239px;
	padding-left: 20px;
	float:right;
}
.foot_p {
	color: #f9f9f9;
	background: rgba(12,76,163,0.9);
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 60px;
}
.foot_p b{  font-weight: normal;}
.foot_p a {
	color: #f9f9f9;
}
.foot_p a:hover {
	color: #FcFcFc;
}
.foot_cont .tel{font-size:20px;color: rgb(0, 153, 68);}
/***************正文导航 banner 位置********************/


.nydaohang {
	width: 100%;
	overflow: hidden;
	margin: 20px 0px 30px 0px;
}
.nydaohangul {
	overflow: hidden;
	font-size: 0;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
	display: block;
}
.nydaohangul li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 5px;
}
.nydaohangul li a {
	display: block;
	position: relative;
	box-sizing: border-box; /*border-radius: 10px; border-top-left-radius: 0px; border-bottom-right-radius: 0px;*/
	border: 1px solid #ccc;
	border-right: 0;
	background: #f0f0f0;
	transition: all .3s ease;
	padding:0 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	text-align: center;
	line-height: 50px;
}
.nydaohangul li:last-child a {
	border-right: 1px solid #ccc;
}
.nydaohangul li:first-child a {
	border-right: 1px solid #ccc;
}
.nydaohangul li:last-child .on, .nydaohangul li .on {
	border: 1px solid #0a62c8;
	color: #0a62c8;
	background: #FFF;
}
.nydaohangul li a:hover:after {
	width: 60px;
	margin-left: -30px;
}
.nydaohangul li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	left: 50%;
	bottom: 6px;
	height: 2px;
	background: #009845;
	transition: all 0.3s ease;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.nybanner-tit {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20%;
	font-size: 35px;
	color: #FFF;
	font-weight: normal;
}
.nybanner-tit:after {
	position: absolute;
	left: 50%;
	bottom: -21px;
	content: "";
	width: 100px;
	margin-left: -50px;
	height: 3px;
	overflow: hidden;
	background: #FFF;
}
#banner_Main {
	position: relative;
	width: 100%;
	height: 500px;
	color: #fff;
	 /*background-image:url(../images/news.jpg);*/
	 background-position:center center;
	 background-repeat:no-repeat;
	/*background: url(../images/news.jpg) no-repeat center top;*/
	background-size: cover;
}
#banner_Main h2 {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 35%;
	font-size: 2em;
	color: rgba(255,255,255,0.8);
	line-height: 1.2;
	font-weight: normal;
	opacity: 1;
	animation: change 0.3s ease;
	-moz-animation: change 0.3s ease;
	-webkit-animation: change 0.3s ease;
	-o-animation: change 0.3s ease;
}
 @keyframes change {
 from {
font-size:1em;
opacity: 1;
}
to {
	font-size: 2em;
	opacity: 1;
}
}
#banner_Main h2:after {
	position: absolute;
	left: 50%;
	bottom: -15px;
	content: "";
	width: 80px;
	margin-left: -40px;
	height: 3px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.8);
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.banner {
	position: absolute;
	bottom: 60px;
	left: 51%;
	margin-left: -600px;
}
.location {
	width: 100%;
	height: 25px;
	line-height: 25px;
}
.location li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
}
.location li a{	color: #fff;}
.location li:before {
	position: absolute;
	top: 0;
	left: 7px;
	font-family: 'FontAwesome';
	content: "\f105";
}
.location li:nth-of-type(1):before {
	position: absolute;
	top: 0;
	left: 0px;
	font-family: 'FontAwesome';
	content: "\f015";
}
/******** 正文内容  企业文化  项目案例***************/

#content {
	margin: -50px auto 50px;
	/*max-width: 1200px;
	line-height: 1.6;
	letter-spacing: -0.03em;*/
	position: relative;
	padding: 30px 40px 20px 40px;
	max-width: 1100px;
	background-color: rgba(255,255,255,1);
	border-radius: 10px;
}
#content:after {
	clear: both;
	display: block;
	width: 100%;
	content: "";
}
.case_list li {
	width: 31%;
	float: left;
	margin: 20px 38px 20px 0px;
	transition: all .36s ease;
	position: relative;
	background: #f9f9f9;
}
.case_list li:hover:after {
	width: 100%;
	opacity: 1;
}
.case_list li:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 30%;
	opacity: 0;
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
	background: #009845;
	transition: all .36s ease-out;
}
.case_list li:nth-of-type(3n) {
	margin-right: 0px;
}
.case_list li a {
	display: block;/* padding:20px;*/
}
.case_list .img {
	position: relative;
	float: left;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.case_list .img img {
	position: absolute;
	height: 250px;
	width: 100%;
	overflow: hidden;
	transition: all .36s ease;
}
.case_list a:hover p.img img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06)
}
.case_list li:hover {
	-webkit-box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 0.30);
	box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 0.30);
}
.case_list li a::after {
	display: block;
	clear: both;
	content: '';
}
.case_list li h2 {
	width: 84%;
	clear: both;
	padding: 0 8%;
	margin: 10px 0px;
	height: 40px;
	overflow: hidden;
	color: #333;
	font: bold 16px/50px "微软雅黑", Arial, "宋体";
	margin-top: 10px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case_list li h2.h2 {
	text-align: center !important;
}
.case_list li h5 {
	width: 84%;
	font: normal 12px/20px Arial;
	padding: 0 8%;
	height: 36px;
	padding-top: 20px;
	color: #999;
}
.case_list li h5 i {
	display: block;
	float: right;
	font-size: 20px;
	color: rgba(17,76,171,0.6);
}
.case_list li h5 i:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg); 	/* IE 9 */
	-moz-transform: rotate(360deg); 	/* Firefox */
	-webkit-transform: rotate(360deg); /* Safari 和 Chrome */
	-o-transform: rotate(360deg);
	transition: all 0.2s 0s ease-out;
	color: rgba(17,76,171,0.9);
}
.case_list li h3 {
	text-indent: 2em;
	width: 84%;
	padding: 0 8%;
	font: normal 14px/25px "微软雅黑";
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666;
}
/***********客户服务*************/

.inputtxt {
	padding: 0 5px;
	width: 30%;
	line-height: 32px;
	height: 32px;
	border: 1px solid #d9d9d9;
	color: #808080;
	background: #f8f8f8;
}
.inputtxt:before{ content:"\f015";
    width: 5%;
    height: 32px;
    font-size: 1.0em;
    text-align: center;
    display: block;
    line-height: 100px;}
.inputent {
	width: 70%;
	height: 96px;
}
.inputcode {
	width: 65px;
}
.tijiao {
	background-color: #3292de;
	padding: 0 20px;
	border: none;
	cursor: pointer;
	margin: 0;
	font: normal 14px/35px "微软雅黑", "宋体";
	color: #FFF;
}
.inner_cont {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 48px 0 38px;
	background-color: #f8f8f8;
}
.inner_cont .tit {
	float: left;
	width: 36%;
	text-align: center;
	display: block;

	font-size: 25px;
	color: #0066CC;
	background: url(../images/logo2.png) center top no-repeat;
	background-size: 40%;
	margin-top: 55px; height:180px;
}
.txt_area {
	float: left;
	padding-left: 38px;
	border-left: 1px solid #ccc;
}
p.txt_wx{ margin-right:60px; float:right; margin-top:25px;}
.txt_area dl {
	margin-bottom: 15px;
}
.txt_area dt {
	display: inline-block;
	color: #2367B5;
	font-size: 30px;
	font-family: FontAwesome;
	font-style: normal;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border: #2367B5 1px solid;
	border-radius: 100%;
	overflow: hidden;
	vertical-align: middle;
}
.txt_area dd {
	display: inline-block;
	margin-left: 13px;
	font-size: 17px;
	color: #666;
	vertical-align: middle;
}
.txt_area .dt_v1:before {
	content: "\f015";
}
.txt_area .dt_v2:before {
	content: "\f095";
}
.txt_area .dt_v3:before {
	content: "\f1ac";
}
.txt_area .dt_v4:before {
	content: "\f003";
}
/************合作加盟************/
.jobbox_div {
	margin: 20px 0px 100px 0px;
}
.jobbox_div p.top1 {
	height: 50px;
	text-align: center; 
}
.jobbox {
	width: 100%;
	float: left;
	padding: 30px 0;
	border-top: 1px solid #e0e0e0;
}
.jobbox h5 {
	float: left;
	position: relative;
	width: 250px;
	font-size: 25px;
	font-weight: normal;
	color: #2367B5;
}
.jobbox h5:after {
	content: "";
	position: absolute;
	left: 0;
	top: -31px;
	width: 250px;
	height: 1px;
	background: #2367B5;
	overflow: hidden;
}
.jobbox .jobinfor {
	float: left;
	display: block;
}

/**********业务分布图***********/
.contactUs {
		  clear:both;
width:100%;
    height:100%;
    margin: 0 auto;  top:50px; 
    background: #fafafa;
}
.contact_con{width:1100px; margin:0 auto; position: relative; height:260px; padding:40px 0;}

.contactUs h1 {
   width:15%;
  font-weight: normal;
    font-size: 20px;
    color: #454545;float:left;
}
		 .contactUs .map {
   
   float:left;
   
    width: 100%;
    max-width:300px;
}
		  .contactUs .text {
   
  float:right;
   
}

		  .contactUs .text .address{
   margin-left:85px;
}

		   .contactUs .text p {
    color: #7a8085;
    font-size: 13px;
}
		  .contactUs:after {
    clear: both;
}
.join {color:#666; padding-bottom: 10px; line-height:22px; }
.join td{padding-right:10px; padding-bottom: 10px;}
.join .active{  color: #00bd35;}

/************资质荣誉 ***************/
ul.honor_list {
	width: 100%;
	float: left;
	margin: 20px 0px 40px;
}
ul.honor_list li {
	float: left;
	width: 32%;
	margin-left: 1.3%;
}
ul.honor_list li a {
	display: block;
	margin: 0 20px;
}
ul.honor_list li a img {
	display: block;
	height: 250px;
	border: none;
	margin: 0 auto;
}
ul.honor_list li a span {
	display: block;
	font: normal 14px/35px "微软雅黑", Arial, "宋体";
	text-align: center
}
ul.honor_list li a span:hover {
	color: #0a62c8;
}

/**********业务介绍************/

.listBox li:last-child {
	margin-right: 0px;
}
.listBox li {
	float: left;
	margin: 0 13px 40px 13px;
	width: 31%;
	position: relative;
}


.listBox li .frontBox {
	border-radius: 10px;
	/*  height: 250px;*/
	padding: 28px;
	background: -moz-linear-gradient(top, #eaf3f8 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaf3f8), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #eaf3f8 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #eaf3f8 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #eaf3f8 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #eaf3f8 0%, #ffffff 100%);/*-webkit-box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 2px 11px 0px rgba(50, 50, 50, 0.30);*/
}
.listBox li .frontBox i {
	color: #fff;
	font-size: 40px;
	color: #0a62c8;
	padding-bottom: 20px;
}
.listBox li .frontBox h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0d2b68;
	padding-bottom: 15px;
}
.listBox li .frontBox p {
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	text-align: justify;
}
.busi1 li, .busi2 li {
	width: 47.5%;
}
.busi1 .frontBox {
	height: 200px !important;
}
/***********公司概况*************/
#prowarp_L {
	margin: 0 auto;
	min-height: 350px;
	position: relative;
	margin-top: 80px;
}
#prowarp_L b {
	border-bottom: solid 1px #009845;
	display: inline-block;
	color: #0a62c8;
	width: 100px;
	margin: -10px 0px 0px -100px;
}
#prowarp_L h3 {
	font: bold 16px/40px Arial, "微软雅黑", Arial, "宋体";
	height: 40px;
	color: #ccc;
}
#prowarp_L .pro_border {
	display: block;
	position: relative;
	border: solid 1px rgba(62,138,56,0.5);
	left: 0px;
	
	width: 40%;
	height: 310px;
	top: -20px;
}
#prowarp_pic { 
	position: absolute;
	top: 0;
	width: 40%;
	overflow: hidden;
	left: 20px;
}
#prowarp_pic img {
	width: 100%;
	transition: all .36s ease;
}
#prowarp_pic img:hover {
	transform: scale3d(1.05, 1.05, 1);
}
#prowarp_L #prowarp_txt {
	left: 45%;
}
#prowarp_txt {
	position: absolute;
	top: 30px;
	padding: 0px 30px;
	color: #666;width:52%;
}
#prowarp_txt h2 {
	font: bold 24px/30px Arial, "微软雅黑", Arial, "宋体";
	padding-bottom: 10px;
}
#prowarp_txt p {
	font: normal 14px/24px Arial, "微软雅黑", Arial, "宋体";
	text-indent: 2em;
	padding: 5px 0px;
	text-align: justify;
}
.txt16 {
	font-size: 16px !important;
	line-height: 26px !important;
}
.digital {
	background-image: url(../images/bg05.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	width: 100%;
	min-height: 300px;
	margin-bottom: 10px;
	text-align: center;
	color: #fafafa;
	margin-top: -60px;
}
.main {
	width: 1100px;
	/*height: 300px;*/
	margin: 0 auto;
	font-size: 0;
	z-index: 99;
	position: relative;
}
.mumping_mun li {
	width: 16.66%;
	display: inline-block;
	margin: 70px auto;
}
.mumping_mun {
	width: 100%;
	list-style: none;
}
.mumping_mun p {
	font-size: 18px;
	width: 100%;
	display: block;
	clear: both;
	font-weight: normal;
}
.mumping_mun h2 { display:block; position:relative;
	font-size: 35px;
	line-height: 60px;
	width: 100%;
	float: left;
	text-align: center;
}

.mumping_mun h2:after {
	content: ' +';
	color:rgba(255, 255, 255, 0.8);
	font-size: 30px; font-weight:normal;
}
.mumping_mun h2.first-child:after {
	content: '';
	font-size: 22px;
}
.mumping_mun i { display:block; margin:0 auto; width:80px; height:80px;line-height:80px; border-radius:100%; overflow:hidden; text-align:center; background:#FFF;
	color: rgba(12, 76, 163, 0.6);
	font-size: 50px;
	font-family: FontAwesome;
	font-style: normal;
}
.flaticon-nature-1:before {
	content: "\f19c";
}
.flaticon-nature-2:before {
	content: "\f0c0";
}
.flaticon-nature-3:before {
	content: "\f200";
}
.flaticon-nature-4:before {
	content: "\f279 ";
}
.flaticon-nature-5:before {
	content: "\f2b5";
}
.flaticon-nature-6:before {
	content: "\f19d";
}

.mun_top {
	text-align: center;
	margin: 0 auto;
}
.digital:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 76, 163, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.com_inner {
	margin: -120px auto 50px;
	max-width: 1200px;
	line-height: 1.6;
	letter-spacing: -0.03em;
	z-index: -1;
	position: relative;
	padding: 80px 40px 60px 40px;
	max-width: 1100px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
}
.com_inner p {
	padding: 5px 0px;
	text-indent: 2em;
	line-height: 25px;
	text-align: justify;
}
.com_fl {
	float: left;
	width: 55%;
	margin-right: 1%;
	overflow: hidden;
	padding-top: 20px;
}
.com_fr {
	margin-left: 3%;
	width: 41%;
	margin-right: 0 !important;
	padding-top: 0px;
}
.com_div {
	width: 100%;
	clear: both;
	padding-top: 10px;
	line-height: 25px;
}
/***************新闻项目 正文******************/
#ViewLeft {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}
#View_tit {
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #E9E9E9;
}
#View_tit h3 {
	font: normal 28px/40px "微软雅黑", Arial;
	color: #222;
}
#View_tit p {
	padding: 12px 0 6px;
	font-size: 12px;
	color: #999;
}
#NewView {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 11px 0;
	font: normal 16px/32px "微软雅黑", Arial;
	word-wrap: break-word;
	color: #333;
}
#NewView p {
	padding: 10px 0px;
	text-indent: 2em;
	text-align: justify;
}
#NewView img {
	text-align: center !important;
	max-width: 900px !important;
	/*padding-top: 10px !important;
	padding-bottom: 10px !important;*/
	text-align: center;
	display: block;
	margin: 0 auto;
}
#PREVIOUS_NEXT {
	min-height: 50px;
	float: left;
	position: relative;
	width: 100%;
	border-top: #E9E9E9 1px solid;
	font: normal 14px/35px "微软雅黑", Arial, "宋体";
	overflow: hidden;
}
#PREVIOUS_NEXT i {
	color: #bbb;
	padding-right: 5px;
}
.PREVIOUS {
	height: 35px;
	overflow: hidden;
}
.PREVIOUS a, .NEXT a {
	color: #666;
}
.PREVIOUS a:hover, .NEXT a:hover {
	color: #0a62c8;
}
.NEXT {
	height: 35px;
	overflow: hidden;
}

#fenxiang {
    position: absolute;
    right: 2px;
    top: 22px;
}

/* page -----------------------------------*/
#pages {
	font-family: Arial, 宋体;
	padding: 20px 0 25px;
}
#pages:after {
	content: '';
	clear: both;
	display: block;
	font-size: 0;
}
.bottom_pages {
	width: 100%;
	float: left;
}
.pages_center {
	margin: 0px auto;
	text-align: center;
}
#pages a.a1 {
	background: #FCFCFC;
	width: 56px;
	padding: 0;
}
#pages a.hover {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #0a62c8;
	border: 1px solid #e3e3e3;
	color: #FFF;
	text-align: center;
	padding: 0 10px;
}
#pages a {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #666;
	padding: 0 10px;
}
#pages a:hover {
	background: #0a62c8;
	color: #FFF;
	text-decoration: none;
}
/* 搜索结果 */
/*#search {
	width: 100%;
	height: auto;
	position: relative;
	padding: 30px 0;
}*/
.searchcontent {
	width: 1200px;
	margin: 0 auto;
}
.searchcontent h2 {
	margin-bottom: 30px;
}
/*.hd {
	margin-bottom: 30px;
	height: 61px;
	border-bottom: 1px solid #d8d8d8;
}*/
.search_number {
	float: left;
	padding: 14px 36px;
	margin: 0 3px -1px 0;
	color: #282828;
	text-decoration: none;
	border: 1px solid #d8d8d8;
	background-color: #e5e5e5;
	border-radius: 5px 5px 0 0;
	font-family: prometo, Arial, Helvetica, "sans-serif";
	font-weight: 700;
	font-size: 18px;
	z-index: 2;
}
.stage2 {
	background: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.bd ul {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.bd ul li {
	position: relative;
}
.bd i {
	margin-right: 24px;
}
.bd .fa-check:before {
	position: absolute;
	top: 4px;
	left: 0;
	color: #2d9135;
}
.bd .fa-close:before {
	position: absolute;
	top: 4px;
	left: 0;
	color: #912d2d;
}
.ChiptuningComparison {
	margin-top: 16px;
	margin-bottom: 30px;
}
.ChiptuningComparison__col:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.ChiptuningComparison__col {
	float: left;
	width: 23.5%;
	box-sizing: border-box;
	margin: 0 0 2% 2%;
}
.ChiptuningComparison__label {
 font-size: .9rem;
	opacity: .6;
	text-transform: uppercase;
}
.ChiptuningComparison__label-arrow {
	background-color: rgba(0,0,0,.2);
}
.ChiptuningComparison__label-arrow {
	padding: 0 20px;
	height: 78px;
	line-height: 78px;
	margin-right: 35px;
	box-sizing: border-box;
	border-radius: 4px 0 0 4px;
 font-size: .9rem;
	text-transform: uppercase;
	position: relative;
}
.ChiptuningComparison__label-arrow:after {
	border-color: transparent transparent transparent rgba(0,0,0,.2)!important;
}
.ChiptuningComparison__label-arrow:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 39px 0 39px 35px;
	border-color: transparent transparent transparent #e5e5e5;
	position: absolute;
	top: 0;
	right: -35px;
}
.ChiptuningComparison__number {
	padding: 0 20px;
	height: 78px;
	line-height: 78px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 2rem;
	border-color: rgba(0,0,0,.2)!important;
}
.Chiptuning-extra tr td:first-child {
	font-weight: 700;
}
.Chiptuning-extra tr td {
	padding-bottom: 15px;
}
.Chiptuning-extra {
	padding-top: 30px;
}
.searchcontent h3 {
	margin-bottom: 30px;
	font-size: 1.2rem;
	text-align: left;
	color: #282828;
	font-weight: 700;
}
.Chiptuning-specs {
	margin: -10px 0 20px;
}
.Chiptuning-specs table:first-child {
	margin-left: 0;
	margin-bottom: 30px;
}
.Chiptuning-specs table {
	width: 47%;
	float: left;
	table-layout: fixed;
}
.Chiptuning-specs table td:first-child {
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.quote_left {
	margin: 0 auto;
	border-radius: 5px;
	text-align: left;
	clear: both;
	float: left;
}
.quote_left a.btn_big {
	background: #c63030;
	padding-top: 11px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.quote_left a.btn_big .fa-angle-right {
	font-size: 20px;
	margin-left: 20px;
}
.quote_right {
	float: left;
	margin-left: 10px;
}
ul.quote_counters {
	margin-top: 10px;
}
ul.quote_counters li span {
	margin-left: 10px;
	margin-right: 10px;
}
#quoteBg {
	background: url(../images/bg_asphalt.jpg) 50% 50% no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
	padding: 80px 0;
}
#quoteBg:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
}
.Chiptuning-graphs__blocks {
	margin-top: 30px;
}
.Chiptuning-graphs__blocks .Chiptuning-graphs-item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.Chiptuning-graphs__blocks .Chiptuning-graphs-item {
	display: inline-block;
	width: 31.3%;
	margin: 0 0 0 3%;
}
svg:not(:root) {
	overflow: hidden;
}
.Chiptuning-graphs__blocks .Chiptuning-graphs-item__title {
	margin-top: 20px;
	font-weight: 700;
	font-size: 1.1em;
}
.Chiptuning-extra__options span {
	border-bottom: 1px dotted #333;
}
#quote_files {
	width: 100%;
	background: #fff;
}
ul.file_list li {
	float: left;
}
ul.file_list li.btn_file {
	border: 1px solid rgba(0,0,0,.2)!important;
	width: 32.3%;
	float: left;
	box-sizing: border-box;
	margin: 0 0 1.5% 1.5%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-right: 20px;
	color: #263238!important;
	padding-left: 20px;
	font-weight: 400;
}
/************搜索**************/
.Search_title {
    width: 98%;
    border-bottom: #ddd 1px solid;
    padding: 11px 0;
    margin-bottom: 15px;
    position: relative;float:left;
    margin:-26px 1% 15px 1%;
}
			.Search_title h2 {
    font-size: 22px;
    line-height: 30px;
    width: 50%;
    float: left;
}
			.Search_title p {
    font-size: 16px;
    line-height: 30px;
    width: 50%;
    float: left;
    text-align: right;
}
			.search_list {
    list-style: none;
    padding-top: 30px;
    width: 100%;
}
			.search_list li {
    width: 45%;
    margin: 0 1% 0 1.5%;
    height: 120px;
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
    background: #f8ffff;
    padding: 1%;
    border: 1px rgba(10,98,200,0.2) solid;
    margin-bottom: 10px;
}
			.search_list li a {
    width: 100%;
    height: 100%;
}
			.search_img {
    float: left;
}
			.search_img img {
    width: 150px;
    padding: 10px 10px 0 0;
    height: auto;
}
			.search_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    max-height: 32px;
    overflow: hidden;
}
			.search_desc {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    padding-top: 4px;
}
			.search_time {
    position: absolute;
    bottom: 3%;
    right: 3%;
    line-height: 24px;
    font-size: 12px;
    color: grey;
}
			.search_list li:after {
    content: '';
    position: absolute;
    display: block;
    clear: both;
}		


/***********智慧物业*************/
  .newTxt {
    font-size: 24px;
    color: #666;
    padding: 45px 0 15px;
}
      .newContent { text-indent:2em;
    font-size: 14px;
    line-height: 30px;
    color: #8b9195;
    
}
.mt50{margin-top:50px !important;}
		 .newpro_sys:before, .newpro_sys:after{ clear: both;}
		  .newpro_sys span{display:block;}
		  .newpro_sys .fl{float:left;width:60%;}
 .newpro_sys .fl img{width:580px;padding-top:20px;}
		   .newpro_sys .fr{float:right;width:40%;}
		  .newpro_sys .fr img{float:right; border-radius: 10px;transition: all .36s ease;}
		  .newpro_sys .fr img:hover {
	transform: scale3d(1.05, 1.05, 1);
}
		


.newpro_sys {
    width: 96%;
    background: #e7f7f2;  background: #fafafa;
    overflow: hidden;
    padding: 50px 0 30px ;  margin: 0 auto; padding:30px 2%;
}

.newpro_sys h3{
	text-align: left;
    font-size: 36px;
    line-height: 32px;
    color: rgb(58, 129, 211);
    font-family: dincond-medium-webfont,sans-serif;
    letter-spacing: -2px;
    font-weight: bold; 
}
.newpro_sys h4{ font-size: 16px;color: #666; line-height: 18px; padding: 8px 0 10px; font-weight: bold;text-align: left; }
.newpro_sys .sys_ban { position: relative; padding-top: 30px; }
.newpro_sys .sys_ban  li { list-style: none; float: left; width:23%; height: 100%; margin:0 1%; background: #fff; overflow: hidden; cursor: pointer; }
.newpro_sys .sys_ban  .img { width: 100%; height: 100%; overflow: hidden; }
.newpro_sys .sys_ban .text { text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 40px;
    height: 50px;}

 .allday p{padding:50px 0 20px; text-align:left; font-size: 14px; color:#666; }
.allday p i{font-size:6px;  color:rgb(58, 129, 211,0.6);} 
.allday h3{ color:rgb(58, 129, 211);}
.quality{background:#d9e9e6 ; text-align: center;}
.quality h3{  color: #10afc2;}
.quality img{ height:900px;}
.stand{background: #d9e9e6;}
.stand h3{color:#10afc2;}
.stand img{width:100%; }
.baojie{background: #FAFAFA;}
.baojie h3{color:rgb(58, 129, 211);} 
.baojie img {
    width: 60%;
    padding: 10px 20% 0 20%;
    text-align: center;
}

/********社区文化***********/

#prowarp_txt h2 i{font-size: 60px; color:rgba(12,76,163,0.1); font-weight: normal; font-style: normal;}
#prowarp_L:beofre,#prowarp_L:after{clear:both;}
.culture{clear:both;width:50% !important; float:left !important; left:0% !important;}
.culture b{float:right !important;margin:-10px -100px 0px 0px !important;}
.cul_img{width:40% !important;left:60% !important;right:0px !important; overflow:visible !important;}
.cul_img img{margin-top:-150px !important;}