﻿/*

 * @description:css for web
 *
 * @developer:C盘 892399698@qq.com
 *
 * @version:1.0
 *
 * */
body, div, a, ol, ul, li, dl, dd, dt, img, h1, h2, h3, h4, h5, form, p, table, input, select, textarea, button {
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
}
img, a {
	border: none
}
body {
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", Arial, Helvetica, sans-serif;
/* 	min-width: 1200px; */
	background: #FFF;
}
/* keep foot down */
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -90px;
}
.footer, .push {
height: 90px;
}

/*keep foot down*/
a {
	text-decoration: none;
	outline: none;
	color: #464646;
}

a, a:hover {
	transition: color 0.2s ease 0s;
}
a:hover {
	/*color:#FDD900*/
	/*color:#CCC;*/
}
.clear {
	zoom: 1;
}
.clear:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.j-row {
	width: 960px;
	margin: 0 auto;
}

/*顶部*/
.header {
	border: 1px solid #EBEBEB;
	border-top: none;
}
.header .h-top {
	height: 23px;
	line-height: 23px;
	background: #1f5aa8;
	text-align: right;
}
.header .h-top a {
	margin: 0 26px 0 10px;
	color: #FFF;
}
.header .h-top a b {
	margin-top: 2px;
	vertical-align: top;
	margin-right: 4px;
}
b.trig {
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url(../images/ico.gif) no-repeat 0 0;
}
b.trig {
	*display: inline;
}
.header .h-bottom {
	height: 56px;
}
.header .h-bottom .logo {
	margin: 12px 43px 0 22px;
	float: left;
}
.header .h-bottom .nav {
	float: left;
}
.header .h-bottom ul {
	margin-top: 14px;
}
.header .h-bottom ul li {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	width: 115px;
	float: left;
	text-align: center;
	/*border-left: 1px solid #e0e0e0;*/
	background:url(../images/nav-bg.gif) no-repeat;
}
.header .h-bottom ul li.j-last {
	/*border-right: 1px solid #e0e0e0;*/
	background:url(../images/nav-bg2.gif) no-repeat;
}
.header .h-bottom ul li a {
	color: #000;
	display:block
}

.header .h-bottom ul li a:hover {
	color: #fff;
background-color:#215aab;
}
.header .h-bottom ul li.active {
	background: #215aab
}
.header .h-bottom ul li.active a {
	color: #FFF;
}

.content .left {
	width: 240px;
	float: left
}

.content .left h1 {
	padding-left: 12px;
	padding-top: 20px;
	width: 170px;
	border-top: 4px solid #0f99ff;
	color: #215aab;
	font-size: 16px;
}
.content .left .l-nav {
	margin-top: 10px;
	border: 1px solid #c9c9c9;
	border-bottom: none;
	width: 238px;
	background-color:#f8f8f8;
}
.content .left .l-nav dt, .content .left .l-nav dd {
	border-bottom: 1px solid #c9c9c9;
	height: 24px;
	line-height: 24px;
	padding-left: 40px;
}
.content .left .l-nav dd {
}
.content .left .l-nav dt a, .content .left .l-nav dd a {
	background: url(../images/ico.gif) no-repeat;
}
.content .left .l-nav dt a {
	padding-left: 16px;
	background-position: 0 -22px;
}
.content .left .l-nav dd a {
	padding-left: 20px;
	background-position: 0 -50px;
}
.content .left .l-nav dd.active,.content .left .l-nav dt.active {
	background: #54c3f1;
}
.content .left .l-nav dd.active a {
	color: #FFF;
	background-position: 0 -82px;
}
.content .left .l-nav dt.active a {
	color: #FFF;
	background-position: 0 -154px;
}
.content .left .l-bottom {
	border: 1px solid #dcdcdc;
	border-top: 2px solid #0493ff;
	padding-bottom: 20px;
}
.content .left .l-bottom .l-more {
	border: 1px solid #dcdcdc;
	margin: 14px auto 0;
	width: 200px;
}
.content .left .l-bottom .l-more ul {
	background: #f4f4f4;
}
.content .left .l-bottom .l-more h3 {
	background: url(../images/m_bg.jpg) repeat-x;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #dcdcdc
}

.content .left .l-bottom .l-more ul li {
	padding-left: 10px;
	margin: 4px 0 5px;
}
.content .left .l-bottom .l-more ul li a {
	background: url(../images/ico.gif) no-repeat;
	padding-left: 16px;
	background-position: 0 -22px;
}
.content .left .ad {
	text-align: center;
	margin-top: 13px
}
.content .left .ad img {
	border: 1px solid #ded2d0
}
.content .line {
	height: 4px;
	width: 692px;
	background: url(../images/line.gif) no-repeat;
}
.title1 {
	height: 16px;
	line-height: 16px;
	padding-left: 8px;
	border-left: 6px solid #36aaff;
	font-size: 16px;
	color: #215aab;
	font-weight: bold;
}
.content .t-m-1 {
	margin-top: 18px;
	margin-bottom: 28px;
}
.content .t-m-2{
	margin-top: 18px;
}
.title2 {
	border-bottom: 4px solid #3e96bb;
	color: #FFF;
	font-size: 20px;
	padding-left: 56px;
	background: url(../images/ico.gif) no-repeat 20px -113px #54c3f1;
	font-weight: bold;
}
.pai1 {

}
.pai1 .p-left {
	width: 268px;
	float: left;
}
.pai1 .p-left img {
	text-align: center
}
.pai1 .p-right {
	float: left;
	width: 402px;
	padding-top: 54px;
	color: #393939;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

.pai2 {
	border: 3px solid #54c3f1;
	padding: 34px 24px 24px;
	position: relative;
}
.pai2 .p-title {
	position: absolute;
	left: 26px;
	top: -15px;
	height: 31px;
	line-height: 31px;
	background: #e8e8e8;
	padding: 0 13px;
	border-bottom: 3px solid #a8a8a8;
	color: #3f3f3f;
	font-size: 17px;
	font-weight: bold;
}
.pai2 p {
	font-size: 17px;
	color: #393939;
	font-weight: bold;
}
.mg-1 {
	margin-top: 20px;
}
.mg-2 {
	margin-top: 36px;
}
.content .mg-3 {
	margin-top: 53px;
}
.content .mg-4 {
	margin-top: 25px;
}
.pai3 .p-left {
	float: left;
	width: 130px;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 38px;
	line-height: 38px;
	background: #3e96bb;
}
.pai3 .p-right {
	float: left;
	font-size: 17px;
	width: 562px;
}
.pai3 .p-title {
	color: #3e96bb;
	font-weight: bold;
	background: url(../images/trig.gif) no-repeat #dfebf0;
	padding-left: 22px;
	height: 37px;
	line-height: 37px;
}
.pai3 .p-content {
	padding: 6px 20px 18px;
	border: 3px solid #dfebf0;
	border-top: none;
}

.pai4 {
	font-size: 16px;
	color: #393939
}
.pai4 li {
	zoom: 1;
}
.pai4 li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pai4 li span, .pai4 li label {
	float: left;
}
.content .mg-5 {
	margin-top: 18px;
}
.mg-6{
	margin-top:28px;
	margin-bottom:28px;
}
.mg-7{
	margin-top:15px;
}
.title3 {
	position: relative;
	padding-left: 22px;
	font-size: 18px;
	color: #393939;
	height: 24px;
	line-height: 24px;
	border-bottom: 3px solid #54c3f1;
	font-weight: bold;
}
.title3 b {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	font-size: 5px;
	width: 16px;
	background: #54c3f1;
}
.content .mg-5 p {
	color: #393939;
	font-size: 16px;
	line-height: 24px;
}
.j-table {
	width: 100%;
	border-collapse: collapse;
}
.j-table th, .j-table td {
	border: 1px solid #a4a4a4;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.j-table th {
	background: #cdcdcd;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.pai6 {
	color: #5b5b5b;
}
.pai6 .p-left, .pai6 .p-right {
	float: left;
	width: 330px;
	height: 253px;
	border: 1px solid #ccc
}
.pai6 .p-right {
	margin-left: 28px;
	padding: 22px;
	width: 286px;
	height: 209px;
}
.pai6 .p-right .p-title {
	font-size: 20px;
	font-weight: bold;
}
.pai6 .p-left p {
	font-size: 20px;
	font-weight: bold;
	margin-top: 22px;
	text-align: center;
}
.pai6 .p-right p {
	background: url(../images/dotted.gif) repeat-x 0 bottom;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
}
.f-top {
	height: 65px;
	background: #ececec
}
.f-top .logo2 {
	float: left;
	margin: 16px 30px 0;
}
.f-top .nav2 {
	float: left;
	border-left: 1px solid #adadac;
	padding-left: 15px;
	margin-top: 10px;
}
.f-top .p-1 a {
	color: #000
}
.f-top .p-2 a {
	color: #a9a9a9
}
.f-bottom {
	height: 24px;
	line-height: 24px;
	color: #FFF;
	background: #1f59a7;
	text-align: center;
}

/*--配电器--*/
.peidianqi {
	font: bold 22px/40px "Microsoft Yahei";
	height: 40px;
	/*color: #6b6b6b*/
	color:#393939
}
.caiyong {
	font: 20px/30px "Microsoft Yahei";
	/*font: 23px/30px "Microsoft Yahei";*/
	color: #393939;
	height: 70px;
}
.caiyong2 {
	font: bold 20px/30px "Microsoft Yahei";
	color: #393939;
	height: 70px;
}
.fenliqi {
	width: 705px;
	height: auto;
	overflow: hidden;
	font: bold 14px/30px "Microsoft Yahei";
}
.fenliqi dt, .fenliqi dt img {
	width: 330px;
	height: 290px;
	overflow: hidden;
	float: left
}
.fenliqi dd {
	width: 365px;
	float: right;
}
.fenliqi dd h2 {
	font: bold 15px/20px "Microsoft Yahei";
}
.fenliqi dd ul {
	margin-top: 20px;
	margin-left: 5px
}
i {
	line-height: 30px;
}
.fenliqi dd ul li a {
	color: #5d5d5d;
	font-weight:normal
}
.chumoqi {
	margin-left: 5px;
	margin-top: 20px;
	font: bold 14px/30px "Microsoft Yahei";
	color: #5d5d5d
}
.chumoqi span {
	width: 150px;
	height: 30px;
	display: block;
	text-align: left;
	margin-right: 20px;
	float: left;
	font-weight:normal
}
.zongdianl {
	margin-top: 10px;
	width: 455px;
	font: normal 14px/22px "Microsoft Yahei";
	color: #464646
}
.jigui, .fenyi {
	margin-top: 30px;
	width: 700px;
	height: auto;
	overflow: hidden
}
.jigtuiright {
	width: 300px;
	height: 220px;
	float: left;
}
.jituipic {
	width: 380px;
	height: 220px;
	float: left;
}
.jigtuiright ul {
	margin-top: 10px;
}
.jigtuiright ul li {
	line-height: 28px;
	color: #393939;
	font-size:14px;
	font-family:"Microsoft Yahei"
}
/*.jigtuiright ul li a {
	font: bold 14px/22px "Microsoft Yahei";
	color: #393939
}*/
.shangwei {
	width: 690px;
	height: 125px;
	background: #f4f4f4;
	margin-top: 20px;
	border-radius: 15px;
	border: 1px solid #c4c4c4
}
.shangwei h2 {
	margin-top: 10px;
	font: bold 18px/22px "Microsoft Yahei";
	margin-left: 20px;
	color: #393939
}
.shangwei dl {
	width: 300px;
	height: 65px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	margin-right: 20px;
}
.shangwei dl dt {
	float: left;
	width: 90px;
	height: 70px;
	overflow: hidden
}
.shangwei dl dd {
	font: bold 14px/20px "Microsoft Yahei";
	/*font: bold 14px/24px "Microsoft Yahei";*/
	margin-left: 10px;
	width: 180px;
	height: 60px;
	float: left;
	color: #5d5d5d
}
.ttupic {
	margin-top: 70px;
}
.ttupic img {
	vertical-align: top;
	margin-right: 40px;
}
.ttupic .j-last img{
	margin-right:0
}
.fenyi h3 {
	font: bold 18px/22px "Microsoft Yahei";
}
.fenyi .fanyir {
	margin-top: 10px;
	/*margin-top: 20px;*/
	height: 20px
}
.fenyi .fanyir .mg-1{
	margin-top:20px;
}
.fenyi .fanyir li {
	width: 210px;
	text-align: center;
	float: left;
	margin-right: 20px;
	font: bold 16px/22px "Microsoft Yahei";
}
.fenyi p {
	margin-top: 10px;
}
.fenyi .mg-1{
	margin-top:20px;
}
.songjqianli li {
	line-height: 28px;
	font-size:14px;
	color:#393939;
	font-family:"Microsoft Yahei"
}
/*.songjqianli li a {
	font: bold 14px/22px "Microsoft Yahei";
	color: #393939
}*/

.shangwei2 {
	height: 160px;
}
.shangwei2 dl {
	width: 260px;
	height: 65px;
	margin-left: 15px;
	margin-top: 30px;
	float: left;
	margin-right: 20px;
}
.shangwei2 dl dt {
	float: left;
	width: 90px;
	height: 70px;
	overflow: hidden
}
.shangwei2 dl dd {
	font: bold 14px/24px "Microsoft Yahei";
	margin-left: 10px;
	width: 160px;
	height: 60px;
	float: left;
	color: #5d5d5d
}

.shangwei3 {
	width: 690px;
	height: 170px;
	background: #f4f4f4;
	margin-top: 20px;
	border-radius: 15px;
	border: 1px solid #c4c4c4
}
.shangwei3 {
	height: 160px;
}
.shangwei3 dl {
	width: 200px;
	height: 65px;
	margin-top: 30px;
	float: left;
	margin-left: 20px;
	text-align: center
}
.shangwei3 dl.s-dl-1{
	margin-left:40px;
}
.shangwei3 dl.s-dl-2{
	width: 160px;
}
.shangwei3 dl.s-dl-2 img,.shangwei3 dl.s-dl-3 img{
	margin-top:20px
}
.shangwei3 dl.s-dl-3{
	width: 160px;
}
.shangwei3 dl dt {
	height: 100px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle
}
.shangwei3 dl dt img {
	vertical-align: middle
}
.shangwei3 dl dd {
	font: bold 14px/24px "Microsoft Yahei";
	margin-left: 10px;
	/*height: 60px;*/
	color: #5d5d5d
}
.neirong h4 {
	font: bold 20px/24px "Microsoft Yahei";
}
.neirong img {
	text-align: center;
	margin: 30px 0 30px 0;
}
.jizu {
	margin-top: 20px
}

.ss3 {
	font: bold 18px/24px "Microsoft Yahei";
	margin: 22px 0 0;
}
.fudogn {
	font: bold 14px/24px "Microsoft Yahei";
	color: #393939
}
.fudogn ul {
	width: 280px;
	line-height: 28px;
	margin-top: 30px;
	/*margin-top: 40px;*/
	float: left
}
.fudogn p {
	width: 250px;
	float: left;
	margin-top:30px;
}
/*提案流程*/
.p-program{
	background:#FFF;
	border:1px solid #c9c9c9;
	margin-top:10px;
	margin-bottom:40px;
}
.p-program .pp-top{
	padding-top:20px;
	padding-bottom:30px;
}
.p-program .pp-top p{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#393939
}
.p-program .pp-top p.p-1{
	font-size:24px;
}
.bg1{
    background:#54c3f1;
    border-bottom: 4px solid #3e96bb;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align:center;
}
.center{
	text-align:center
}
.pp-m-1{
	background:#f4f4f4;
	padding-top:14px;
	padding-bottom: 60px;
}
.pp-m-1 ul,.pp-m-2 ul,.pp-m-3 ul{
	margin-top:30px;
}
.pp-m-1 ul li,.pp-m-2 ul li,.pp-m-3 ul li{
	float:left;
	width:150px;
	margin-left:62px;
}
.pp-m-1 ul li .p-2,.pp-m-2 ul li .p-2,.pp-m-3 ul li .p-2{
	color:#626262;
	font-size:12px;
	font-weight:bold;
	margin-top:6px;
}
.hs1{
	color:#393939;
	font-size:18px;
	text-align:center;
}
.pp-m-1 .hs1{
	margin-bottom:20px;
}
.pp-m-2,.pp-m-3{
	position:relative;
	padding-top:43px;
	padding-bottom:30px;
}
.pp-m-2 b.tri,.pp-m-3 b.tri{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-25px;
	border-top:25px solid #f4f4f4;
	border-bottom:25px solid transparent;
	border-left:25px solid transparent;
	border-right:25px solid transparent;
}
.pp-m-2 .p-l-1,.pp-m-3 .p-l-1{
	padding-top:40px;
}
.pp-m-3 b.tri{
	border-top:25px solid #FFF;
}
.pp-m-3{
	background:#f4f4f4
}
.bg2{
	font-size:24px;
	font-weight:bold;
	color:#393939
}
.bg2{
	
}
.table2{
	border-collapse: collapse;
	font-size:16px;
}

.table2 .t-td1{
	width:142px;
	color:#FFF;
	padding-left:10px;
	padding-top: 16px;
	padding-bottom:60px;
}
.table2 .t-td2{
	width:520px;
	border:1px solid #ccc;
	padding:0 50px;
}
.table2 .t-row1 .t-td1{
	background:#336699
}
.table2 .t-row2 .t-td1{
	background:#66cc99;
	padding-bottom:30px;
}
.table2 .t-row3 .t-td1{
	background:#9999ff
}
.red{
	color:#f00;
	text-decoration:underline;
}
.product .table2{
	margin-top:60px;
	margin-bottom:52px;
}
.product .bg3{
	margin-bottom:30px;
}

.bg3{
	font-size:18px;
	color:#393939;
	font-weight:bold;
}
.f-w{
	font-weight:bold;
}
.b-gray{
	background:#f0efed;
}
.product2 .b-gray{
	margin-bottom:40px;
}
.product2 .b-gray{
	padding:10px 0;
}
.product2 .block1{
	padding-bottom:20px;
}
.product2 .block2{
	background:#f0efed;
	position:relative;
	padding-top:30px;
	padding-bottom:38px;
}
.product2 .block2 b.tri{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-25px;
	border-top:15px solid #FFF;
	border-bottom:25px solid transparent; 
	border-left:25px solid transparent;
	border-right:25px solid transparent;
}
.product2 .block1 p,.product2 .block2 p{
	font-size:14px;
	color:#393939;
	text-align:center;
}
.product3{
	
}
.product3 .c-left{
	float:left;
	width:264px;
	margin-left:25px;
}
.product3 .c-right{
	float:left;
	width:355px;
	float:left;
	margin-left:45px;
	color:#464646;
}
.product3 .c-right h3{
	font-size:15px;
	margin-left:-8px;
}
.product3 .c-right .c-country{
	margin-top:14px;
}
.product3 .c-right .c-country li{
	float:left;
	width:106px;
	margin-bottom:4px
}
.product3 div.b-gray{
	padding:22px 0
}
.product3 .block1{
	background:#969696;
	position:relative;
	padding:26px 0
}
.product3 .block1 b.tri{
	position:absolute;
	bottom:-30px;
	left:50%;
	margin-left:-25px;
	border-top:15px solid #969696;
	border-bottom:15px solid transparent; 
	border-left:25px solid transparent;
	border-right:25px solid transparent;
}
.product3 .block2{
	border:1px solid #54c3f1;
	padding-top:15px;
	padding-bottom:40px;
}
.product3 .block2 .bk-1{
	font-size:18px;
	color:#54c3f1;
}
.product3 .block4{
	border:1px solid #c1c1c1;
	position:relative
}
.product3 .block4 .bk-1{
	background:#ececec;
	border:1px solid #d9d9d9;
	padding:10px 45px;
	width:455px;
	margin-left:auto;
	margin-right:auto;
	box-shadow:0 4px 2px 1px #ececec;
	-moz-box-shadow:0 4px 2px 1px #ececec;
	-webkit-box-shadow:0 4px 2px 1px #ececec;
}
.product3 .block4 .bk-1 ul{
}
.product3 .block4 .bk-1 ul li{
	float:left;
	width:80px;
	margin:0 5px;
}
.product3 .block4 .bk-1 ul li p{
	text-align:center
}
.product3 .block4 .bk-1 ul li.center{
	padding-top:10px;
}
.product3 .block4 b.tri{
	position:absolute;
	bottom:-57px;
	left:50%;
	margin-left:-25px;
	border-top:28px solid #87dcff;
	border-bottom:28px solid transparent; 
	border-left:20px solid transparent;
	border-right:20px solid transparent;
}
.product3 .pd-2  b.tri{
	border-top:28px solid #77c7e8;
}

.product3 .pd-3  b.tri{
	border-top:28px solid #6cb3d0;
}
.white{
	color:#FFF;
}
.bg4{
	font-size:14px;
	color:#393939;
}
.bg5{
	font-size:16px;
	color:#393939;
	font-weight:bold;
}
.bg7{
	color:#464646;
	font-size:15px;
	font-weight:bold;
}
.bg8{
	color:#393939;
	font-size:20px;
}
.product3 .pd-1{
	padding:12px 0 22px;
	z-index:2
}
.product3 .pd-2{
	z-index:1
}
.product3 .pd-2,.product3 .pd-3{
	margin-top:6px;
	padding-bottom:22px;
}
.product3 .bk-2 ul li{
	border:1px solid #d9d9d9;
	float:left;
	width:130px;
	padding:17px 0 20px;
	text-align:center;
	margin-left:34px;
	box-shadow:0 4px 2px 1px #ececec;
	-moz-box-shadow:0 4px 2px 1px #ececec;
	-webkit-box-shadow:0 4px 2px 1px #ececec;
}
.product3 .bk-3 ul li{
	float:left;
	width:146px;
	font-size:21px;
	color:#6cb3d0;
	font-weight:bold;
	margin-left:80px;
}
.product4 .bk-4{
	background:#FFF;
	border-top:10px solid #ececec;
	border-bottom:10px solid #ececec;
	border-left:22px solid #ececec;
	border-right:22px solid #ececec;
	height:88px
}
.product4 .bk-4 .c-left{
	float:left;
	width:121px;
	margin-left:45px;
}

.product4 .bk-4 .c-right{
	float:left;
	margin-left:52px;
}
.product4 .block1{
	
}
.product4 .block1 li{
	float:left;
	margin-right:75px;
}
.product4 .block1 li img{
	vertical-align: top
}
.product4 .block1 li .mg-1{
	margin-top:14px;
}
.product4 .block1 li span{
	font-size:13px;
	margin-left:10px;
	color:#393939
}
.product5 .block1{
	margin-top:15px;
}
.product5 .block1 .c-left{
	float:left;
	width:335px;
}
.product5 .block1 .c-right{
	float:left;
	margin-left:56px;
	color:#393939;
	font-size:16px;
}
.product5 .block1 .c-l-left{
	float:left;
	margin-right:10px;
}
.product5 .block1 .c-left ul{
	height:21px;
	margin-bottom:8px;
}
.product5 .block1 .c-left li{
	float:left;
	background:#54c3f1;
	color:#FFF;
	font-size:14px;
	padding:0 10px;
	height:21px;
	line-height:21px;
	margin-right:7px
}
.product5 .block2{
	border:3px solid #54c3f1;
	height:74px;
	padding:7px;
	position:relative;
	width:672px;
}
.product5 .block2 .tri{
	position:absolute;
	bottom:-30px;
	left:50%;
	margin-left:-25px;
	border-top:15px solid #54c3f1;
	border-bottom:15px solid transparent; 
	border-left:20px solid transparent;
	border-right:20px solid transparent;
}
.product5 .block2 div{
	border:3px solid #54c3f1;
	height:68px;
}
.product5 .block2 span{
	display:inline-block;
	vertical-align:middle	
}
.product5 .block2 span{
	*display:inline;
}
.product5 .block2 span.bk-1{
	height:68px;
	width:122px;
	background:#54c3f1;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:22px;
}
.product5 .block2 span.bk-2{
	height:68px;
	line-height:68px;
	font-size:16px;
	color:#393939;
	text-align:center;
	width:540px;
}
.product5 .block2 span{
	*display:inline
}

.product5 .block3{
	border:3px solid #215aab;
}
.product5 .block3 .tri{
	border-top:15px solid #215aab;
}
.product5 .block3 div{
	border:3px solid #215aab;
}
.product5 .block3 span.bk-1{
	background:#215aab;
}
.product5 .block4{
	background:url(../images/product5-4.gif) no-repeat;
	width:693px;
	height:101px;
	padding-top:30px;
	font-size:18px;
	color:#393939;
	text-align:center;
	line-height:30px;
}
.product5 .block5{
	color:#393939;
	font-weight:bold
}
.product5 .block5 div{
	float:left;
	width:140px;
	margin-right:26px;
	font-size:14px;
}

.product5 .block5 p{
	font-size:16px;
}
.save .block1{
	background:#caebfa;
	padding:17px 10px;
	border:2px solid #000
}
.c-square{
	display:inline-block;
	background:#000;
	height:14px;
	width:14px;
	font-size:14px;
	overflow:hidden;
	vertical-align:middle;
}
.save .block1 li{
	line-height:26px;
	font-size:16px;
	
}
.save .block1 .c-square{
	margin-right:10px;
}
.save .block2{
	background:#231f20;
	padding:8px 30px;
	color:#FFF;
}
.save .block2 .c-left,.save .block2 .c-right{
	float:left;
}
.save .block2 .c-left .b2-1{
	font-size:24px;
	margin-right:50px;
	
}
.save .block2 .c-left .b2-2{
	font-size:16px;
	margin-top:6px;
	
}
.save .block2 .c-right p{
	font-size:16px;
}
.save .block2 .c-bottom{
	margin-top:12px;
}
.save .block2 .c-bottom .b2-3{
	font-size:18px;
}
.save .block2 .c-bottom .b2-4{
	float:right;
	margin-top:6px;
}
.pai-li li{
	font-size:17px;
	font-weight:bold;
	color:#393939;
}
.no-border{
	border:none;
}
.border-1{
	border-bottom:2px solid #000
}
.enterprise .block1 .c-left{
	width:450px;
	float:left
}
.enterprise .block1 .c-right{
	width:230px;
	float:left
}
.enterprise .block1 .b1-1{
	text-indent:6em;
}
.enterprise .block1 .b1-2{
	text-indent:2em;
}
.t-indent1{
	text-indent:1em;
}
.enterprise .block2 .c-left{
	width:194px;
	float:left
}
.enterprise .block2 .c-left img{
	padding:8px;
	border:1px solid #d0d0d0;
}
.enterprise .block2 .c-right{
	width:495px;
	float:right
}
.kongtiao .block1 .c-left{
	float:left;
	width:396px;
}
.kongtiao .block1 .c-right{
	float:left;
	width:296px;
}
.kongtiao .b-gray{
	padding:7px 0
}
.company .title2{
	font-size:18px;
}
.company .block1{
	padding-bottom:14px;
	background:#f4f4f4;
	border:1px solid #c9c9c9;
	border-bottom:none;
}
.company .block2{
	padding-top:16px;
	border:1px solid #c9c9c9;
	padding-bottom:10px;
	border-bottom:none
}
.company .block3{
	padding-top:16px;
	background:#f4f4f4;
	border:1px solid #c9c9c9;
}
.company .block3 dt b{
	 position:absolute;
	 left:-21px;
	 top:-6px;
	 width:42px;
	 height:42px;
	 text-align:center;
	 line-height:42px;
	 background:url(../images/20141-3.png) no-repeat;
}
.company .block3 dl{
	padding-left:28px;
	margin-top:20px;
}
.company .block3 dd{
	background:url(../images/20141-4.gif) no-repeat left center;
	padding-left:16px;
}
.company .block3 dt{
	background:#54c3f1;
    border-bottom: 4px solid #3e96bb;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width:174px;
    position:relative;
    padding-left:26px;
    margin-bottom:16px;
}
.company .block3 dd.red a,.company .block3 dd a:hover{
	color:red;
	text-decoration:underline;
}
.company .block3 dd a{
	color:#221815;
	font-size:14px;	
}
.company .block3 .c-left,.company .block3 .c-right{
	float:left;
	width:314px;
}
.nav3{
	border: 1px solid #c9c9c9;
	
	width: 238px;
	padding-top:4px;
	margin:10px auto 0;
	height:40px;
}
.nav3 li a{
	background:url(../images/arrow01.jpg) no-repeat;
	display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 224px;
    margin:0 auto
}
.nav3 li a:hover{
	opacity:0.7;
}



/* coding epa */
.greywrap{
	background-color:#f4f4f4;
	padding:25px 0 25px 25px;
	
}

.greywrap h4{
	font-weight:normal;
	font-size:16px;
	color:#005ead;
	width:122px;
	text-align:center;
	margin-right:10px;
	display:inline;
	float:left;
	height:55px;
	line-height:55px;
}

.greywrap p{
	float:left;
	height:28px;
	line-height:28px;
	width:98px;
	background:url(../images/tag.jpg) no-repeat;
	text-align:center;
	margin:10px 5px 0 0; 
	text-transform: uppercase;
}
.greywrap a{
	display:block;
	width:98px;
	height:28px;
}
.greywrap hr{
	clear:both;
	 border: 0; 
	 border-bottom:1px dashed #a1a1a1; 
}

.greywrap hr.pt20{
padding-top:20px;
}

.greywrap p.mgl{
	margin-left: 132px;
}
/* coding epa  end*/
/* coding contact */


.contact{
	background-color:#f8f8f8;
	border:1px solid #cccccc;
	padding:45px;
	float:left;
}

.contact .row{
	float: left;
	width:600px;
		margin-bottom:20px;
	
}
.row label{
width:160px;
display:inline-block;
font-size:16px;
font-weight:bold;
color:#464646;
letter-spacing: 1.3pt;
}
.row label span{
	font-size:12px;
	color:#b52525;
	font-weight:normal;
	margin-left:20px;
}

.row input{
	height:30px;
	width:420px;
	padding:0 5px;
}
.row textarea{
	width:420px;
	resize:none;
	padding:5px;
	float:right;
	border:1px solid #c9c9c9;
	margin-right:17px;
	
}
.message_label{
	float:left;
}

#submit_button{
	float:right;
	height:35px;
	width:140px;
	background-color:#54c3f1;
	border:none;
	color:white;
	font-size:16px;
	letter-spacing: 1.3pt;
	
}

#submit_button:active {
    background-color: #215aab;
    position: relative;
    top: 1px;
}
input.reset{
	float:right;
	height:35px;
	width:140px;
	letter-spacing: 1.3pt;
	background-color:#919191;
	letter-spacing: 1.3pt;
	font-size: 16px;
	color:white;
	border:none;
	margin-right:25px;
}

input.reset:active{
    background-color: #6f6f6f;
    position: relative;
    top: 1px;}

/* coding contact end */
