﻿@charset "utf-8";
.titleAx {
	position:relative;
	font-size:36px;
	color:#0041a2;
	text-align:center;
	display:table;
	margin:20px auto;
}
.titleAx:before {
	content:"";
	position:absolute;
	left:-30px;
	top:0;
	width:19px;
	height:82px;
	background:url(../images/line_left.png) no-repeat;
}
.titleAx:after {
	content:"";
	position:absolute;
	right:-30px;
	top:0;
	width:19px;
	height:82px;
	background:url(../images/line_right.png) no-repeat;
}
.titleAx b {
	display:block;
	color:#666666;
	font-size:18px;
	margin:15px 0 0 0;
}
.titleAx span {
	color:#999999;
	display:block;
	font-size:12px;
}
.titleAx-white {
	color:#fff
}
.titleAx-white b,.titleAx-white span {
	color:#fff
}
.titleAx-white:before {
	background:url(../images/lineWhite_left.png) no-repeat;
}
.titleAx-white:after {
	background:url(../images/lineWhite_right.png) no-repeat;
}
.pin_t {
	font-size:40px;
	color:#e60e63;
	line-height:40px;
	text-align:center;
	background:url(../images/pin_line.png) no-repeat center 18px;
	-webkit-transition:transform .3s;
	transition:transform .3s;
	height:112px;
}
.pin_t a {
	font-size:40px;
	color:#e60e63;
}
.pin_t span {
	display:block;
	font-size:30px;
	color:#666;
	padding:8px 0 0;
}
.pin_t:hover {
	-webkit-transform:translate(0,-10px);
	transform:translate(0,-10px);
}
.pin_t {
	height:110px;
	margin:20px auto;
}
.head-top {
	padding:10px 0;
	background:#ebebeb;
}
.head-top h1 {
	font-weight:normal;
	font-size:14px;
	color:#888888
}
.head-top .right a {
	display:inline-block;
	color:#888888;
	line-height:12px;
	padding:0 10px 0 5px;
	font-size:12px;
	border-right:1px #aaa solid;
}
.head-top .right a:hover {
	color:#0041a2;
}
.head-top .right a:last-child {
	border:0px;
}
.head-top .right a.shop {
	border:none;
	color:#0053ce;
}
.head-top .weixin {
	position:relative;
}
.head-top .weixin em {
	display:block;
	width:20px;
	height:20px;
	color:#717171;
	font-size:20px;
}
.head-top .weixin .ewm {
	position:absolute;
	left:-50px;
	top:29px;
	width:120px;
	height:120px;
	border:1px #ddd solid;
	padding:5px;
	z-index:9;
	background:#fff;
	filter:alpha(opacity=0);
	transform-origin:95% 0%;
	transform:scale(0.01);
	-moz-transform:scale(0.01);
	transition:all 1s;
}
.head-top .weixin:hover .ewm {
	opacity:1;
	transform:scale(1);
}


.head-middle {
	height:130px;
	padding:10px 0;
}
.head-middle .container{
	padding:15px 0 10px 0;
	height:120px;
}
.head-middle .logo img {
	}.head-middle h2.middle {
	margin-left:30px;
	color:#0053ce;
	font-size:16px;
	text-align:center;
	padding-top:30px;
}
.head-middle h2.middle b {
	color:#222623;
	font-size:26px;
	display:block;
	margin-bottom:5px;
}
.head-middle .tel {
	color:#222623;
	font-size:26px;
	line-height:65px;
	padding-top:20px;
	padding-left:110px;
	background:url(../images/tel_ico.png) no-repeat left 35px ;
}
.head-middle .tel font {
	color:#0053ce;
	margin-left:20px;
}
.header {
	background:#0041a2;
}
.header .nav {
	height:65px;
}
.header .nav li {
	float:left;
	width:130px;
	border-right:1px #003366 solid;
	z-index:10;
	position:relative;
}
.header .nav li a.navAone {
	display:block;
	color:#fff;
	font-size:15px;
	text-align:center;
	height:65px;
	line-height:65px;
}
.header .nav li a.navAone:hover {
	color:#fff;
	transform:scale(1.05);
	background:#0053ce;
}
.header .nav li.active a.navAone {
	color:#fff;
	transform:scale(1.05);
	background:#0053ce;
}
.header .nav .sub {
	display:none;
}
.header .nav .sub .right {
	width:130px;
	text-align:center;
}
.header .nav .sub .right a {
	display:block;
	background-color:#0041a2;
	color:#fff;
	font-size:15px;
	height:46px;
	line-height:46px;
	border-bottom:1px #003366 solid;
}
.header .nav .sub .right a:hover {
	background-color:#0053ce;
	color:#fff;
	transform:scale(1.05);
}


.crux {
	padding:30px 0;
	background:#fff;
}
.crux .left {
	width:800px;
	margin:5px 0 0 0;
}
.crux .left h3 {
	float:left;
	color:#0041a2;
	margin-right:5px;
	font-size:14px;
}
.crux .left a {
	display:inline-block;
	color:#888888;
	font-size:14px;
	padding-right:15px;
	line-height:15px;
	margin-right:20px;
}
.crux .left a:last-child {
	border:none
}
.crux .left a:hover {
	color:#1667b9;
}
.crux .right {
	width:315px;
	border:1px #ddd solid;
	padding:0px 0 0px 10px;
	background:#fff;
	line-height:35px;
}
.crux .right input {
	border:none;
	background:none;
}
.crux .right button {
	float:right;
	display:block;
	width:50px;
	height:35px;
	background:#0041a2;
	margin:0 0px 0 0;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}
.crux .right button:hover {
	background:#0053ce
}
.six {
	padding:75px 0 30px;
	font-size:0;
}
.six ul li {
	float:left;
	font-size:14px;
	color:#333;
	box-shadow:0 3px 10px 3px #eaeaea;
	width:180px;
	height:180px;
	text-align:center;
	padding:20px 0 0;
	overflow:hidden;
	border:#eee 1px solid;
	margin-left:21px;
}
.six ul li:hover {
	background:#0041a2;
	color:#fff;
}
.six ul li em {
	display:block;
	width:50px;
	height:50px;
	line-height:0;
	overflow:hidden;
	margin:0 auto;
}
.six ul li em img {
	width:50px;
	height:100px;
}
.six ul li b {
	display:block;
	font-size:18px;
	padding:10px 0;
}
.six ul li:hover em img {
	margin-top:-50px;
}
.six ul li:first-child {
	margin-left:0;
}
.xin {
	margin-top:40px;
}
.xin dl {
	width:348px;
	height:198px;
	float:left;
	border:#e6e6e6 1px solid;
	color:#333;
	margin-right:75px;
}
.xin dl dt {
	width:80px;
	height:80px;
	float:left;
	background:#0041a2;
	margin:60px 0 0 -1px;
}
.xin dl dt img {
	width:80px;
	height:80px;
}
.xin dl dd {
	width:210px;
	float:left;
	padding:25px 0;
}
.xin dl dd h3 {
	font-size:18px;
	color:#0041a2;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.xin dl dd p {
	font-size:14px;
	line-height:24px;
	padding:10px 0 0;
}
.xin dl:hover {
	background:#0041a2;
	color:#fff;
	border:#0041a2 1px solid;
}
.xin dl:hover dt {
	background:#0053ce;
}
.xin dl:hover dd h3 {
	color:#fff;
}
.xin .nobor {
	margin:0;
}
.three03 dl dt img {
	width:531px;
	height:398px;
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}
.three03 dl dt img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.three03 {
	}.three03 h3 {
	font-size:24px;
	color:#0041a2;
	height:65px;
	line-height:60px;
	text-align:center;
	overflow:hidden;
	background:url(../images/three_line.gif) no-repeat center 63px;
}
.three03 h3 i {
	font-size:30px;
	color:#0053ce;
	font-weight:normal;
	padding:0 20px 0 0;
}
.three03_m {
	background:#0041a2;
	height:450px;
	margin:20px 0 0;
}
.three03 dl {
	width:400px;
	float:left;
	background:#f2f2f2;
	height:450px;
}
.three03 dl dt {
	width:400px;
	height:225px;
	overflow:hidden;
}
.three03 dl dt img {
	width:400px;
	height:225px;
}
.three03 dl dd {
	text-align:center;
	width:320px;
	margin:0 auto;
	padding:45px 0 0;
	height:180px;
}
.three03 dl dd h5 {
	font-size:24px;
	color:#0041a2;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.three03 dl dd p {
	font-size:14px;
	color:#333;
	line-height:24px;
	padding:15px 0 0;
}
.home-solve {
	padding:60px 0 40px
}
.home-solveMain {
	overflow:hidden;
	margin-top:40px;
}
.home-solveMain ul {
	width:1210px;
}
.home-solveMain ul * {
	transition:all .5s linear;
	-webkit-transition:all .5s;
}
.home-solveMain li {
	width:160px;
	height:310px;
	float:left;
	margin-right:7px;
	overflow:hidden;
	position:relative;
}
.home-solveMain li h5 {
	position:absolute;
	left:20%;
	right:20%;
	border:1px solid #fff;
	background:rgba(0,0,0,0.5);
	top:10%;
	bottom:10%;
	transform:scale(0);
	transition:all .5s;
	opacity:0;
	transition-delay:.2s;
	text-align:center;
	color:#fff;
	font-weight:normal;
	font-size:0;
	padding-top:60px;
}
.home-solveMain li h5 i {
	background:url(../images/home-solve-ico.png) no-repeat center center;
	display:block;
	margin:0 auto 5px;
	width:36px;
	height:34px;
}
.home-solveMain li img {
	width:520px;
	height:310px;
}
.home-solveMain li  span {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#fff;
	text-indent:20px;
	opacity:1
}
.home-solveMain li.curr {
	width:520px;
	position:relative;
}
.home-solveMain li.curr h5 {
	position:absolute;
	left:25%;
	right:25%;
	border:1px solid #fff;
	background:rgba(0,0,0,0.5);
	top:20%;
	bottom:20%;
	transform:scale(1.0);
	opacity:1;
	font-size:16px;
}
.home-solveMain li.curr  span {
	left:-100%;
	opacity:0
}
.homeSolve {
	padding:60px 0;
}
.homeSolve ul {
	margin-right:-20px;
	overflow:hidden;
}
.homeSolve li {
	width:50%;
	float:left;
	position:relative;
}
.homeSolve li a {
	display:block;
	position:relative;
	overflow:hidden;
	margin-right:20px;
	padding-top:46%;
}
.homeSolve li a:after {
	content:"";
	position:absolute;
	width:100%;
	height:40%;
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	left:0;
	bottom:0
}
.homeSolve .li1 a {
	padding-top:95%;
}
.homeSolve li a img {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:all .5s;
}
.homeSolve .li1 a img {
	height:100%;
	width:auto;
}
.homeSolve .li2,.homeSolve .li3 {
	padding-bottom:20px;
}
.homeSolve li .cover {
	position:absolute;
	bottom:-10px;
	padding:45px;
	color:#fff;
	transition:all .6s;
	right:0;
	left:0;
	z-index:2
}
.homeSolve li .cover h5 {
	font-size:28px;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:15px;
}
.homeSolve li .cover p {
	font-size:16px;
	line-height:28px;
	opacity:0;
	transition:all .6s;
	position:relative;
	top:20px;
}
.homeSolve li a:hover .cover {
	bottom:20px;
}
.homeSolve li a:hover .cover p {
	opacity:1;
	top:0;
	transition-delay:.3s;
}
.homeSolve li:hover a img {
	transform:scale(1.05);
}




.ys_bj {
	position:relative;
	margin-top:33px;
}
.ys_10 {
	background:url(../images/ys10.jpg) no-repeat center top;
	height:207px;
}
.HomeAdvantage {
	padding:50px 0 50px 0;
	background:#eeeeee;
}
.HomeAdvantage .clearfix {
	margin:20px 0;
}
.HomeAdvantage .left {
	width:600px;
}
.HomeAdvantage .box {
	width:600px;
	padding:40px 40px;
	height:595px;
	background:#fff;
}
.HomeAdvantage .box h2 {
	color:#0041a2;
	font-size:30px;
	margin-bottom:20px;
}
.HomeAdvantage .box h2 font {
	display:inline-block;
	color:#0041a2;
	line-height:30px;
	margin:-15px 0 0 0;
	font-size:12px;
	background:url(../images/line_bottom.png) repeat-x bottom;
}
.HomeAdvantage .box p {
	color:#666666;
	font-size:14px;
	margin:15px 0 15px 0;
}
.HomeAdvantage .box p b {
	position:relative;
	display:-webkit-box;
	margin:0 0 15px 0;
	padding:10px 20px 10px 45px;
	color:#fff;
	font-size:18px;
	display:table;
	background-color:#0041a2;
}
.HomeAdvantage .box p b:before {
	content:"";
	position:absolute;
	left:25px;
	top:16px;
	width:10px;
	height:10px;
	border:3px #fff solid;
	border-radius:50%;
}
.HomeAdvantage .box p font {
	color:#0041a2
}
.HomeAdvantage2 {
	margin:50px 0 50px 0;
	background:url(../images/advantage2_line.png) no-repeat center bottom;
}
.HomeAdvantage2 .clearfix {
	margin:20px 0;
}
.HomeAdvantage2 .title {
	text-align:center;
	margin:20px 0 50px 0;
}
.HomeAdvantage2 .box {
	width:610px;
}
.HomeAdvantage2 .box .frame {
	padding-left:100px;
	margin:0 0 45px 0;
}
.HomeAdvantage2 .box .frame h3 {
	position:relative;
	color:#0041a2;
	font-size:22px;
	display:inline-block;
	padding:10px 0 0 0;
	margin:0 0 17px 0;
}
.HomeAdvantage2 .box .frame h3 em {
	position:absolute;
	top:0;
	left:-101px;
	width:91px;
	line-height:65px;
	height:75px;
	text-align:center;
	color:#fff;
	font-size:20px;
	background:url(../images/advantage2_ico.png) no-repeat;
}
.HomeAdvantage2 .box .frame h3 font {
	display:block;
	color:#0041a2;
	font-size:12px
}
.HomeAdvantage2 .box .frame p {
	position:relative;
	padding-left:15px;
	color:#666666;
	font-size:14px;
	display:inline-block;
}
.HomeAdvantage2 .box .frame p:before {
	position:absolute;
	top:10px;
	left:0px;
	content:"";
	border:2px #0041a2 solid;
	width:7px;
	height:7px;
	border-radius:50%;
}
.HomeAdvantage2 .box .frame b {
	display:inline-block;
	color:#fff;
	font-size:14px;
	border:5px;
	margin:20px 0 0 15px;
	padding:5px 10px;
	border-radius:5px;
	background-color:#0041a2;
}
.HomeAdvantage2 .box .frame b font {
	font-size:18px;
}
.HomeAdvantage2 .img {
	width:557px;
}

/*选择八大优势*/
.floor3{background: #ffffff;overflow: hidden;padding-top:20px;}
.floor3 .mTitle{font-size: 40px;color: #0082c8;line-height: 1em;}
.floor3 .mTitle span{margin-top: 6px;}
.advantage1{width: 1920px;height: 600px;margin-top: 20px;overflow: hidden;background: #0082c8;position: relative;left: 50%;margin-left: -960px;}
.advantage1 .advantageBd{width: 1200px;height: 600px;margin:0px auto;}
.advantage1 .advantageBd ul{overflow: hidden;width: 1560px}
.advantage1 .advantageBd ul li{overflow: hidden;float: left;width: 1560px;}
.advantage1 .advantageBd ul li .left{width: 600px;height: 358px;padding-top: 87px;color: #ffffff;}
.advantage1 .advantageBd ul li .left h4{color: #ffffff;padding-left: 27px;background: url('../images/advantageBd-left01.png') left top no-repeat;min-width: 148px;min-height:136px;overflow: hidden;margin-bottom: 18px;font-weight: normal;}
.advantage1 .advantageBd ul li .left h4 span{font-size: 60px;line-height: 90px;font-family: "Arial";display: block;}
.advantage1 .advantageBd ul li .left h4 em{font-style: normal;line-height: 78px;font-size: 45px;display: block;}
.advantage1 .advantageBd ul li .right{width: 960px;height: 600px;overflow: hidden;text-align: left;}
.advantage1 .advantageBd ul li .right img{max-width: 100%;height: 600px;transition: all 1s;}
.advantage1 .advantageBd ul li:hover .right img{transform: scale(1.06);}

.advantage1 .advantageHd{position: absolute;width: 1000px;height: 90px;background: #ffffff;margin:0px auto;bottom: 0px;left: 50%;margin-left: -500px;}
.advantage1 .advantageHd ul{overflow: visible;font-size: 16px;color: #9a9a9a;}
.advantage1 .advantageHd ul li{float: left;width: 199px;height: 87px;position: relative;display: table;background: #ffffff;cursor: pointer;padding:0px 3px 3px 3px;margin-right: 1px;}
.advantage1 .advantageHd ul li:after{display: block;content: "";position: relative;right: -4px;top: 20px;width: 1px;height: 53px;background: #e0e0e0;}
.advantage1 .advantageHd ul li:nth-last-child(1){margin-right: 0;}
.advantage1 .advantageHd ul li:nth-last-child(1):after{display: none;}
.advantage1 .advantageHd ul li .txtBox{background: #ffffff;width: 199px;height: 87px;display: table-cell;text-align: center;vertical-align: middle;}
.advantage1 .advantageHd ul li .txtBox .notHover{display: inline-block;}
.advantage1 .advantageHd ul li .txtBox .hover{display: none;}
.advantage1 .advantageHd ul li .txtBox span{display: inline-block;width: 100%;line-height: 28px;}
.advantage1 .advantageHd ul li:hover,.advantage1 .advantageHd ul li.on{background: #0053ce;}
.advantage1 .advantageHd ul li:hover:before,.advantage1 .advantageHd ul li.on:before{display: block;position: absolute;content: "";width: 199px;height: 30px;top: -30px;left: 0px;background: #0053ce url('../images/advantageHd-after01.png') center center no-repeat;}
.advantage1 .advantageHd ul li:hover .txtBox .notHover,.advantage1 .advantageHd ul li.on .txtBox .notHover{display: none;}
.advantage1 .advantageHd ul li:hover .txtBox .hover,.advantage1 .advantageHd ul li.on .txtBox .hover{display: inline-block;}
.advantage1 .advantageHd ul li:hover .txtBox span,.advantage1 .advantageHd ul li.on .txtBox span{color: #0082c8;font-weight: bold;}

.HomeLink {
	margin:20px 0 0px 0;
	padding:70px 0 60px 0;
	background:#eeeeee;
}
.HomeLink ul {
	margin:30px 0 0 0;
}
.HomeLink ul li {
	float:left;
	width:186px;
	margin:0 7px 10px 7px;
}
.HomeLink ul li a {
	display:block;
}
.HomeLink ul li img {
	width:100%;
	display:block;
	height:110px;
}
.HomeLink ul li:hover {
	box-shadow:0 0 10px #999
}
.round {
	height:540px;
	background:url(../images/round_bg.jpg) no-repeat center top;
}
.round .content {
	width:1000px;
	margin:0 auto;
	padding-top:20px
}
.round h1 {
	text-align:center;
}
.round h1 a:hover {
	text-decoration:none;
}
.round h1 strong {
	color:#0165ee;
	font-size:30px;
	font-weight:normal;
}
.round h1 em {
	display:block;
	font-weight:normal;
	font-size:16px;
	font-style:normal;
	color:#9a9a9a;
	text-transform:uppercase;
}
.round ul {
	margin:5px 0 20px 40px;
	height:265px;
}
.round li {
	float:left;
	margin-right:54px;
	width:191px;
	height:250px;
}
.round li.four {
	margin-right:0;
}
.round li em {
	display:block;
	width:191px;
	height:200px;
}
.round li b {
	display:block;
	font-weight:normal;
	font-size:18px;
	color:#333333;
	text-align:center;
}
.round li a {
	cursor:pointer;
	display:block;
	width:191px;
	height:223px;
}
.round li.one a {
	background:url(../images/round_p5.png) no-repeat center top;
}
.round li.one a:hover,.round li.one a.cur {
	background:url(../images/round_p1.png) no-repeat center top;
}
.round li.two {
	background:url(../images/round_p2.png) no-repeat center top;
}
.round li.two a:hover,.round li.two a.cur {
	background:url(../images/round_p6.png) no-repeat 9px top;
}
.round li.three a:hover,.round li.three a.cur {
	background:url(../images/round_p7.png) no-repeat center top;
}
.round li.four a:hover,.round li.four a.cur {
	background:url(../images/round_p8.png) no-repeat center top;
}
.round li.three a {
	background:url(../images/round_p3.png) no-repeat center top;
}
.round li.four a {
	background:url(../images/round_p4.png) no-repeat center top;
}
.round li a:hover b {
	color:#0165ee;
}
.round p {
	color:#ffffff;
	font-size:16px;
	margin:0 35px;
}
.round p strong {
	font-weight:bold;
}

.homehTitle{font-size:40px;color:#222;line-height:40px;margin-bottom:40px;padding-bottom:10px;position: relative;text-align:center;}
.homehTitle strong{font-weight:normal;color:#e50811;}
.homehTitle span{display:block;font-size:16px;opacity:.8;line-height:34px;margin-top:5px;}
.homehTitle::after{content:"";position:absolute;left:50%;bottom:0;height:1px;width:30px;background:#e50811;margin-left:-15px;}

.pageBan{height:240px;position:relative;padding-top:20px;}
.pageBan img{position: relative;left:50%;margin-left:-960px;}
.pageBan .font{position:absolute;left:50%;top:60px;color:#fff;width:290px;margin-left:300px;}
.pageBan .font .tel{padding-left:75px;background: url('../images/tel_b.png') no-repeat;line-height:30px;}
.pageBan .font .tel span{display:block;color:#fff;}
.pageBan .font .tel strong{font-size:18px;font-family:Arial;font-weight:normal;}
.pageBan .font .zx{display:block;background:#fff;text-align:center;margin-top:15px;height:46px;line-height:46px;border-radius:5px;}
.pageBan .font .zx i,.aboutMain .zx i{display:inline-block;width:21px;height:21px;background: url('../images/zxIcon.png') no-repeat;margin-right:20px;position: relative;top:3px;}
.pageBan .font .zx:hover{background:#0053ce;color:#fff;}

.main-title{ text-align: center; margin: 80px 0 52px; }
.main-title h2{ color: #3a3b3f; font-size: 30px; margin: 5px 0 7px;}
.main-title span{ color: #da251c;}
.main-title .sub-title{ font-size: 22px; color: #595757; display: block; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; height: 31px; line-height: 30px; width: 417px; margin: 0 auto;}
/*流程*/
.homeprocess{ height: 416px; border-bottom: 1px dotted #b8b7b6; overflow: hidden; background: url("../images/process_bg.jpg") no-repeat center 230px;}
.homeprocess li{ width: 68px; height: 107px; float: left; margin-left: 93px; font-size: 16px; color: #4d4d4d; text-align: center;}
.homeprocess li:first-child{ margin-left: 0;}
.homeprocess li span{ display: block; width: 68px; height: 68px; margin-bottom: 13px; }
.homeprocess .process1 span{ background: url("../images/process_icon1.png") no-repeat;}
.homeprocess .process2 span{ background: url("../images/process_icon2.jpg") no-repeat;}
.homeprocess .process3 span{ background: url("../images/process_icon3.png") no-repeat;}
.homeprocess .process4 span{ background: url("../images/process_icon4.png") no-repeat;}
.homeprocess .process5 span{ background: url("../images/process_icon5.png") no-repeat;}
.homeprocess .process6 span{ background: url("../images/process_icon6.png") no-repeat;}
.homeprocess .process7 span{ background: url("../images/process_icon7.png") no-repeat;}
.homeprocess .process8 span{ background: url("../images/process_icon8.png") no-repeat;}
.homeprocess li:hover span{ background-position: 0 -96px;}
.homeprocess li .process-title{ border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; height: 26px; line-height: 25px;}

/*.yin{padding: 0 0 20px;}
.yin dl{width: 286px;height: 400px;position: relative;margin: 50px 8px 0 0;float: left;overflow: hidden;-webkit-transition:transform .3s;transition:transform .3s;}
.yin dl dt{width: 286px;line-height: 0;position: relative;}
.yin dl dt img{width: 286px;height: 400px;}
.yin dl dt h3{font-size: 18px;color: #fff;height: 85px;line-height: 85px;width: 286px;text-align: center;position: absolute;bottom: 0;left: 0;background: #0041a2;
transition:height .5s;
-moz-transition:height .5s; 
-webkit-transition:height .5s; 
-o-transition:height .5s; 
.yin dl dt h3 em{display: block;width: 46px;height: 46px;line-height: 0;background: #0053ce;border-radius: 50%;position: absolute;top: -23px;left: 120px;}
.yin dl dt h3 em img{width: 46px;height: 46px;}
.yin dl dd{background: rgba(0,81,163,0.7);position: absolute;bottom: 0;left: -40px;height: 0;overflow: hidden;width: 286px;text-align: center;
transition:height .5s;
-moz-transition:height .5s; 
-webkit-transition:height .5s; 
-o-transition:height .5s; 
.yin dl dd h4{height: 70px;line-height: 70px;overflow: hidden; background:url(../images/yin_line.gif) no-repeat center 27px;font-size: 22px;color: #fff;}
.yin dl dd em{display: block;width: 46px;height: 46px;line-height: 0;background: #0053ce;border-radius: 50%;padding: 9px;margin: 80px auto 0;}
.yin dl dd em img{width: 46px;height: 46px;position: relative;left:-8px;top:-8px;}
.yin dl dd p{font-size: 16px;color: #fff;line-height: 30px;height: 140px;overflow: hidden;width: 220px;margin: 0 auto;padding: 15px 0 0;}
.yin dl:hover dd,.yin dl.cur dd{height: 400px;}
.yin dl:hover dt h3,.yin dl.cur dt h3{height: 0;}
.yin dl:hover dt h3 em,.yin dl.cur dt h3 em{top: 0;}
.yin dl:hover,.yin dl.cur{-webkit-transform:translate(0,-35px);transform:translate(0,-35px);}
.yin .nobor{margin-right: 0;}*/

.HomeAbout {
	padding:35px 0 30px 0;
	background:#fff;
}
.HomeAbout .long .left {
	width:510px
}
.HomeAbout .long .right {
	width:650px;
	padding-left:40px;
	height:380px;
}
.HomeAbout .long .right h2 {
	color:#333333;
	width:500px;
	line-height:35px;
	padding-bottom:15px;
	margin-bottom:20px;
	font-size:26px;
	background:url(../images/line_bottom.png) repeat-x bottom;
}
.HomeAbout .long .right h2 font {
	display:block;
	color:#0041a2;
	font-size:24px;
}
.HomeAbout .long .right .wx {
	color:#888888;
	font-size:14px;
}
.HomeAbout .long .right a {
	margin-top:20px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	padding:7px 25px;
	background-color:#0041a2;
}
.HomeAbout .long .right a:hover {
	background:#0053ce
}
.HomeAbout .tone {
	margin:25px 0 20px 0;
	float:left;
	width:100%;
}
.HomeAbout .tone li {
	float:left;
	background-color:#0041a2;
	margin-right:1px;
	cursor:pointer;
	cursor:pointer;
}
.HomeAbout .tone li h3 {
	float:left;
	color:#fff;
	font-size:16px;
	padding:8px 30px;
}
.HomeAbout .tone li.hit {
	color:#fff;
	background:#0053ce;
}
.HomeAbout .down {
	}.HomeAbout .down li {
	float:left;
	width:220px;
	margin:0 7px;
}
.HomeAbout .down li img {
	width:220px;
	height:175px;
}
.HomeAbout .down li h4 {
	color:#888888;
	font-size:14px;
	line-height:30px;
	text-align:center;
	padding:10px 0 0 0;
}
.HomeAbout .down li:hover h4 {
	color:#0053ce
}

.index-advantage {
	background: url(../images/index-advan-bg.jpg)no-repeat center;
	padding: 50px 0;
}

.index-advan-cont .advhd {
	text-align: center;
	background: #fff;
	height: 80px;
	line-height: 80px;
	margin-bottom: 20px;
	box-shadow: 0 4px 6px #dddcdc;
}

.index-advan-cont .advhd li {
	display: inline-block;
	width: 20%;
	cursor: pointer;
}

.index-advan-cont .advhd li.on {
	background: url(../images/advan-li-on.jpg);
	color: #fff;
}

.index-advan-cont .advhd li i {
	display: inline-block;
	width: 60px;
	height: 40px;
	background: url(../images/index-advan-icon.png)no-repeat center;
	position: relative;
	top: 8px;
	transition: 0.4s all
}

.index-advan-cont .advhd li:nth-child(1) i {
	background-position: 0 0;
}

.index-advan-cont .advhd li:nth-child(2) i {
	background-position: -80px 0;
}

.index-advan-cont .advhd li:nth-child(3) i {
	background-position: -152px 0;
}

.index-advan-cont .advhd li:nth-child(4) i {
	background-position: -238px 0;
}

.index-advan-cont .advhd li:nth-child(5) i {
	background-position: -324px 0;
}

.index-advan-cont .advhd li:nth-child(1).on i {
	background-position: 0 -52px;
}

.index-advan-cont .advhd li:nth-child(2).on i {
	background-position: -80px -52px;
}

.index-advan-cont .advhd li:nth-child(3).on i {
	background-position: -152px -52px;
}

.index-advan-cont .advhd li:nth-child(4).on i {
	background-position: -238px -52px;
}

.index-advan-cont .advhd li:nth-child(5).on i {
	background-position: -324px -52px;
}

.index-advan-cont .advbd {
	position: relative;
}

.index-advan-cont .advbd .txt {
	position: absolute;
	left: 0;
	top: 22%;
	background: rgba(0,0,0,0.6);
	width: 480px;
	height: 200px;
	padding: 35px 50px;
	color: #fff;
}

.index-advan-cont .advbd .txt h3 {
	font-size: 22px;
	margin-bottom: 24px;
	color:#fff;
}

.index-advan-cont .advbd .txt h3 span {
	font-size: 50px;
}

.index-advan-cont .advbd .txt p {
	line-height: 26px
}


/*.case {
	padding:50px 0;
	overflow:hidden;
	
}
.case .title {
	font-size:24px;
	color:#353535;
	text-align:center;
	margin-bottom:20px;
	line-height:28px;
}
.case .title strong {
	color:#008d3e;
}
.case .title span {
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#666;
}
.caseMenu {
	text-align:center;
	height:60px;
	overflow:hidden;
	margin-bottom:35px;

	
}
.caseMenu  a {
	display:inline-block;
	width:171px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#fff;
	border-right:1px #003366 solid;
		background:#0041a2;
}
.caseMenu h3{
	color:#fff;
}
.caseMenu  a.on,.caseMenu  a:hover {
	background:#0053ce;
	color:#fff;
}
.caseMain,.caseBox {
	width:1220px;
	height:;
	overflow:hidden;
}
.caseTop {
	height:430px;
	overflow:hidden;
	padding-right:40px;
	margin-bottom:20px;
}
.caseTop .cImg {
	display:block;
	width:430px;
	height:430px;
	overflow:hidden;
	margin-right:40px;
	float:left;
	border:4px solid #eee;
}
.caseTop img {
	width:430px;
	height:430px;
	transition:all 0.5s
}
.caseTop h3 {
	font-size:18px;
	color:#333;
	height:65px;
	padding-top:30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.caseTop p {
	height:180px;
	margin-bottom:20px;
	overflow:hidden;
}
.caseTop .more {
	display:inline-block;
	font-size:16px;
	margin-left:80px;
	width:120px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#0041a2;
	color:#fff;
	transition:all 0.3s;
	
}
.caseTop .more:hover {
	background:#0053ce;
	transition:all 0.3s;
}
.caseTop .cImg:hover img,.casePic li:hover img {
	transition:all 0.5s;
	transform:scale(1.1,1.1)
}
.casePic {
	height:260px;
	overflow:hidden;
}
.casePic ul {
	width:1260px;
}
.casePic li {
	float:left;
	width:260px;
	height:260px;
	overflow:hidden;
	margin-right:20px;
}
.casePic li img {
	width:260px;
	height:260px;
	transition:all 0.3s;
	border:2px solid #eee;
}
.casePic li h3 {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	height:50px;
	line-height:50px;
	background:url('../images/opc.png');
	color:#fff;
	text-align:center;
	position:relative;
	margin-top:-50px;
}*/
.client {
	padding:50px 0;
	overflow:hidden;
	background:#fff;
}
.client .title {
	font-size:24px;
	color:#383838;
	height:35px;
	border-bottom:2px solid #ddd;
	text-transform:uppercase;
	margin-bottom:20px;
}
.client .title span {
	font-size:12px;
	color:#828282;
	margin-left:5px;
}
.client .title a {
	float:right;
	font-size:14px;
	font-weight:normal;
	margin-top:5px;
}
.clientMain {
	height:385px;
	overflow:hidden;
}
.clientMain ul {
	width:1260px;
}
.clientMain li {
	float:left;
	width:280px;
	height:382px;
	margin-right:33px;
	position:relative;
	border-bottom:2px solid #dadada;
}
.clientMain li .nImg {
	width:280px;
	height:210px;
	overflow:hidden;
	display:block;
	border:1px solid #f1f1f1;
}
.clientMain li img {
	width:280px;
	height:210px;
	transition:all 0.5s;
}
.clientMain li div {
	padding:15px;
	background:#eee;
	height:140px;
	color:#666;
	line-height:22px;
}
.clientMain li div h4 {
	color:#333;
	line-height:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:1px solid #dadada;
	font-size:18px;
	font-weight:normal;
}
.clientMain li div h4 span {
	display:block;
	color:#999;
	line-height:16px;
	font-size:12px;
}
.clientMain li .more {
	display:inline-block;
	margin-top:10px;
	color:#249344;
}
.clientMain li .more:hover {
	color:#0d5e42;
}
.clientMain li:hover img {
	transition:all 0.5s;
	transform:scale(1.1,1.1);
}
.clientMain li::before,.clientMain li::after {
	content:"";
	position:absolute;
	bottom:-2px;
	height:2px;
	transition:all 0.4s;
	width:0;
	left:0;
	background:#0d5e42;
}
.clientMain li::after {
	right:0;
	left:auto;
}
.clientMain li:hover::before,.clientMain li:hover::after {
	width:50%;
	transition:all 0.4s;
}
/*
.HomeNews {
	margin:40px 0 40px 0;
}
.HomeNews .left {
	width:750px;
}
.HomeNews .left .tone {
	float:left;
	margin-bottom:30px;
	border:1px #ddd solid;
	width:100%;
}
.HomeNews .left .tone li h2 {
	float:left;
	color:#333333;
	font-size:24px;
	border-right:1px #ddd solid;
	padding:15px 35px;
	cursor:pointer;
}
.HomeNews .left .tone li.hit h2 {
	color:#fff;
	background-color:#0041a2;
}
.HomeNews .left .tone a.more {
	color:#fff;
	font-size:13px;
	float:right;
	padding:0px 8px;
	margin:15px 20px 0 0;
	background:#0041a2;
}
.HomeNews .left .tone a.more:hover {
	background:#0053ce
}
.HomeNews .left .down {
	float:left;
}
.HomeNews .left .down ul {
	}.HomeNews .left .down ul li.one {
	margin:0px 0 10px 0;
	height:210px;
}
.HomeNews .left .down ul li.one .img {
	width:295px;
	margin-right:20px;
}
.HomeNews .left .down ul li.one .img img {
	width:295px;
	height:220px;
}
.HomeNews .left .down ul li.one span {
	color:#999999;
	font-size:14px;
	display:block;
}
.HomeNews .left .down ul li.one h3 {
	float:left;
	color:#333333;
	font-size:18px;
	width:405px;
}
.HomeNews .left .down ul li.one p {
	margin:15px 0 20px 0;
	color:#666666;
	font-size:14px;
	display:block;
	width:400px;
	float:left;
}
.HomeNews .left .down ul li.one b {
	color:#fff;
	font-size:12px;
	padding:7px 25px;
	background-color:#0041a2;
}
.HomeNews .left .down ul li.two {
	float:left;
	width:340px;
	margin-right:20px;
	padding:3px 0 8px 0;
}
.HomeNews .left .down ul li.two:before {
	color:#aaa;
}
.HomeNews .left .down ul li.two  a {
	padding-left:2px;
}
.HomeNews .left .down ul li.two  h3 {
	display:inline;
	color:#666666;
	font-size:14px;
}
.HomeNews .left .down ul li.two font {
	font-size:14px;
	color:#888888;
	float:right;
}
.HomeNews .left .down ul li.two:nth-child(odd) {
	width:340px;
	margin-right:50px;
}
.HomeNews .left .down ul li.two a:hover h3 {
	color:#0041a2
}
.HomeNews .left .down ul li.one:hover h3 {
	color:#0041a2
}
.HomeNews .left .down ul li.one:hover b {
	background:#0053ce;
}
.HomeNews .right {
	width:415px;
}
.HomeNews .right h2 {
	border:1px #ddd solid;
	float:left;
	width:100%;
	margin-bottom:30px;
}
.HomeNews .right h2 b {
	float:left;
	color:#fff;
	font-size:24px;
	padding:15px 30px;
	background-color:#0041a2;
}
.HomeNews .right h2 a.more {
	color:#fff;
	font-size:13px;
	float:right;
	padding:1px 9px;
	margin:15px 15px 0 0;
	background:#0041a2;
}
.HomeNews .right h2 a.more:hover {
	background:#0053ce
}
.HomeNews .right ul {
	}.HomeNews .right ul li {
	border-bottom:1px #aaa dashed;
	margin:10px 0 17px 0;
	padding:10px 0 17px 0;
}
.HomeNews .right ul li:last-child {
	border:none
}
.HomeNews .right ul li h3 {
	color:#0041a2;
	font-size:14px;
	margin-bottom:10px;
}
.HomeNews .right ul li h3 em {
	margin-right:10px;
	color:#fff;
	font-size:13px;
	background:#0041a2;
	width:23px;
	height:23px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
}
.HomeNews .right ul li p {
	position:relative;
	color:#717171;
	font-size:12px;
	padding-left:33px;
}
.HomeNews .right ul li p em {
	position:absolute;
	left:0;
	top:0;
	margin-right:10px;
	color:#fff;
	font-size:13px;
	background:#012d5e;
	width:23px;
	height:25px;
	display:inline-block;
	text-align:center;
	border-radius:5px;
}
.HomeNews .right ul li:hover h3 {
	color:#0053ce
}
*/
.proys{ height:1002px;background:url(../images/proys_bg.jpg) no-repeat center 20px; overflow:hidden;}
.proys h2{ height:120px; padding-top:55px; text-align:center; font:36px "Microsoft YaHei"; color:#fff;}
.proys h2 em{ display:block; font:18px "Microsoft YaHei"; padding-top:8px;}
.proys ul{ height:650px; overflow:hidden; position:relative;}
.proys li{ width:230px; text-align:right; font:15px "Microsoft YaHei"; line-height:24px; color:#8d8d8d;}
.proys li b{ display:block; font-size:24px; color:#333; padding-bottom:12px;}
.proys li:nth-child(3),.proys li:nth-child(4){ text-align:left;}
.proys li:nth-child(1){ position:absolute; top:410px; left:44px; width:175px;}
.proys li:nth-child(2){ position:absolute; top:140px; left:292px;}
.proys li:nth-child(3){ position:absolute; top:140px; left:643px;}
.proys li:nth-child(4){ position:absolute; top:410px; left:960px; width:195px;}
.proys h5{ width:335px; float:right; margin-top:110px;}
.proys h5 em a{display:block; float:left; width:124px; height:42px; background:#0d953c; font:16px "Microsoft YaHei"; font-weight:bold; text-align:center; line-height:42px; color:#fff;}
.proys h5 span{ display:block; float:right; width:190px; font:16px "Microsoft YaHei"; color:#fff;}
.proys h5 span b{ display:block; font:24px Arial; font-weight:bold;}

/* 合作伙伴 
.partner{margin-bottom:70px;position:relative;}
.partner ul{width:1240px;overflow:hidden;}
.partner li{float:left;width:222px;height:152px;overflow:hidden;text-align:center;margin-right:22px;}
.partner li .pImg{width:220px;height:100px;border:1px solid #ddd;display:block;overflow:hidden;}
.partner li img{width:220px;height:100px;transition:all .4s;}
.partner li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.partner .pageBtn span{position:absolute;left:-60px;font-family:"宋体";font-size:42px;font-weight:bold;bottom:100px;cursor:pointer;}
.partner .pageBtn .next{left:auto;right:-60px;}
.partner .pageBtn span:hover{color:#e50811;}
.partner li:hover img{transform: scale(1.1)}*/

/*.footer {
	padding:80px 0 0 0;
	background:#eeeeee;
	
}
.footer .logo {
	}.footer .middle {
	width:540px;
	color:#666666;
	font-size:15px;
	margin:0 80px;
}
.footer .middle font {
	color:#0041a2;
	font-size:25px;
	margin:0 0 20px 0;
	display:block;
}
.footer .right {
	width:231px;
	height:92px;
	padding:2px;
	background:#fff;
}
.footer .right span {
	width:132px;
	color:#888888;
	font-size:14px;
	display:inline-block;
	padding:25px 20px 0 10px;
	vertical-align:top;
}
.footer .right img {
	width:90px;
	display:inline-block;
}
.footer .nav {
	margin:30px 0 15px 0;
	border-radius:0px;
	background:#0041a2;
}
.footer .nav li {
	float:left;
	width:130px;
}
.footer .nav li a {
	display:block;
	color:#fff;
	border-right:1px #003366 solid;
	font-size:15px;
	text-align:center;
	padding:15px 10px;
}
.footer .nav li a:hover {
	background:#0053ce
} 
  .footer .copy {
	    margin: 0px 0 0 0;
    padding: 15px 0 20px 0;
    
}
	
.footer .copy p {
	color:#666666;
	font-size:14px;
}
.footer .copy p span {
	margin-left:15px;
}
.footer .copy .rlog,.footer .copy .rlog a {
	color:#666666;
	font-size:14px
}
.footer .copy .rlog a:hover {
	color:#0041a2;
}

*/
.honor {
	background:#fff;
	padding:40px 0 0 10px;
	overflow:hidden;
}
.hTitle {
	text-align:center;
	font-weight:normal;
	font-size:14px;
	color:#666;
	line-height:20px;
	margin-bottom:40px;
}
.hTitle strong {
	font-size:35px;
	color:#0a437e;
	line-height:35px;
	display:block;
	margin-bottom:10px;
}
.honor .hTitle {
	color:#5281b1;
}
.honorMain {
	height:265px;
	position:relative;
	margin-bottom:10px;
}
.honorMain .ohbox {
	position:relative;
	width:1070px;
	height:265px;
	left:70px;
	overflow:hidden;
}
.honorMain .ohbox ul {
	width:1120px;
}
.honorMain li {
	float:left;
	width:195px;
	height:265px;
	overflow:hidden;
	margin-right:22px;
	background:#fff;
}
.honorMain li img {
	width:195px;
	height:265px;
}
.honorMain li p {
	height:40px;
	line-height:40px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position:relative;
	color:#fff;
	background:rgba(0,0,0,.5);
	transition:all 0.3s;
}
.honorMain li h3 {
	height:40px;
	line-height:40px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position:relative;
	color:#fff;
	background:rgba(0,0,0,.5);
	transition:all 0.3s;
}
.honorMain li:hover p {
	margin-top:-40px;
}
.honorMain .pageBtn span {
	position:absolute;
	top:80px;
	cursor:pointer;
	left:0;
	background:url('../images/hBtn.png') no-repeat;
	width:48px;
	height:96px;
	font-size:0;
	line-height:0;
}
.honorMain .pageBtn .next {
	left:auto;
	right:0;
	background-position:-48px 0;
}
.honorMain .pageBtn span:hover {
	background-position:-96px
}
.honorMain .pageBtn .next:hover {
	background-position:-144px
}
/*
.solution {
	padding:20px 0;
	overflow:hidden;
}
.sAside {
	width:270px;
	background:#0041a2;
}
.sAside  li {
	height:96px;
	border-top:1px solid #336cb1;
	font-size:16px;
	position:relative;
	transition:all 0.3s;
	z-index:3;
}
.sAside  li a {
	color:#fff;
	display:block;
	padding:35px 0 0 85px;
	height:70px;
	background-repeat:no-repeat;
	background-position:50px center;
}
.sAside  li span {
	display:block;
	opacity:.5;
	font-size:12px;
}
.sAside  li.on:before {
	position:absolute;
	content:"";
	right:-16px;
	top:42px;
	border:8px solid transparent;
	border-left-color:#0053ce;
}
.sAside  li.on {
	background:#0053ce;
}
.solutionRight,.solutionBox {
	float:right;
	width:900px;
	height:485px;
	overflow:hidden;
	color:#fff;
	position:relative;
}
.solutionBox img {
	width:900px;
	height:485px;
	transition:all 0.8s;
}
.solutionBox img:hover {
	transform:scale(1.2);
}
.solutionBox .font {
	position:absolute;
	top:90px;
	right:25px;
	background:url('../images/opc.png');
	width:220px;
	height:270px;
	padding:30px 10px 0 10px;
}
.solutionBox .font h4 {
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #fff;
	height:30px;
	margin-bottom:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.solutionBox .font h4 a {
	color:#fff;
}
.solutionBox .font h4 a:hover {
	color:#99c0ef;
}
.solutionBox .font .more {
	position:absolute;
	width:18px;
	height:18px;
	background:url('../images/more.jpg') no-repeat;
	bottom:-9px;
	left:50%;
	margin-left:-9px;
}
.solutionBox .font .more:hover {
	opacity:.8;
}

*/
.casebj{
	background-color:#fff;
}
.case_bt,.ys_bt {
	font-weight:normal;
	text-align:center;
	background:url(../images/case_line.png) no-repeat center 60px;
	-webkit-transition:transform .3s;
	transition:transform .3s;
	height:135px;
	line-height:40px;
}
.case_bt a {
	font-size:30px;
	color:#333;
}
.case_bt b,.ys_bt b {
	color:#0041a2;
}
.case_bt span,.ys_bt span {
	display:block;
	font-size:18px;
	color:#666;
	font-weight:normal;
	padding:10px 0 0;
}

.case_bt:hover,.ys_bt:hover {
	-webkit-transform:translate(0,-10px);
	transform:translate(0,-10px);
}
.three_bg {
	background:url(../images/three_tbg.jpg) no-repeat center 0;
}
.three_bt {
	font-size:30px;
	color:#fff;
	padding:40px 0 0 450px;
	height:152px;
	line-height:32px;
}
.three_bt span {
	display:block;
	font-size:18px;
	font-weight:normal;
	padding:18px 0 0 80px;
}
.three_bt b {
	font-size:30px;
	color:#fff;
}
.homeStep {
	padding:60px 0 60px 0;
	position:relative;
	z-index:0
}
.homeStep:after {
	position:absolute;
	width:1240px;
	height:80px;
	content:"";
	background:url(../images/hStep-bg.png) no-repeat center center;
	bottom:25px;
	z-index:-1;
	left:50%;
	margin-left:-620px;
}
.homeStep-left {
	width:950px;
	height:200px;
	background-color:#005cc6;
	padding:50px 0 0 50px;
}
.homeStep-left .tit {
	float:left;
	margin-right:50px;
	width:312px;
}
.homeStep-left .tit span {
	display:block;
	color:#fff;
}
.homeStep-left .tit .s1 {
	font-size:20px;
	margin-bottom:5px;
}
.homeStep-left .tit .s2 {
	font-size:26px;
	margin-bottom:5px;
}
.homeStep-left .tit .s3 {
	font-size:12px;
	color:#628cd4;
	line-height:18px;
}
.homeStep-left .step {
	float:left;
	width:530px;
}
.homeStep-left .step span {
	display:block;
	float:left;
	width:220px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#fff;
	border:1px solid #80aee3;
	border-radius:20px;
	margin-bottom:20px;
	margin-right:20px;
}
.homeStep-right {
	background-color:#d9241c;
	width:250px;
	height:200px;
}
.homeStep-right .tel {
	font-size:14px;
	color:#ffffff;
	text-align:center;
	padding-top:50px;
	margin-bottom:20px;
}
.homeStep-right .tel span {
	font-size:30px;
	display:block;
	margin-top:5px;
}
.homeStep-right .btn {
	text-align:center;
	font-size:0
}
.homeStep-right .btn a {
	display:inline-block;
	width:90px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #ec928e;
	font-size:14px;
	color:#ffffff;
	margin:0 5px;
	border-radius:15px;
	transition:all .5s;
}
.homeStep-right .btn a:hover {
	background-color:#f5f5f5;
	color:#d9241c;
}
.di {
    margin-left: 8px;
    font-family: 微软雅黑;
    text-align: center;
}
common.css:502
* {
    margin: 0;
    padding: 0;
}
common.css:2
* {
    margin: 0;
    padding: 0;
    border: 0px;
}
user agent stylesheet
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
Inherited from div.zuidi
common.css:795
.zuidi {
    color: #d7d7d7;
    background: #6f2729;
    margin-top: 1px;
}
common.css:502
* {
    margin: 0;
    padding: 0;
}
common.css:2
* {
    margin: 0;
    padding: 0;
    border: 0px;
}
user agent stylesheet
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/*detil product*/
/*.pro_bg{ width:100%;background:#f7f7f7;overflow:hidden;}*/
.detil_product{ margin: 0 auto; width:1200px; }
.detil_product ul { width:1250px; }
.detil_product li{ float:left; width:31%/*341px*/; overflow:hidden; height:400px; margin-bottom:30px; background:url(../images/cpbg_03.png) 0 0 no-repeat ;margin-right:1%; margin-left:1%;border:1px solid #eee;box-shadow:0 0 10px #eee;}
.detil_product li:hover{box-shadow: 1px 10px 10px rgba(60, 127, 226, .4);}
.detil_product li img{ width:100%; height:325px; text-align:center;overflow:hidden}
/*.detil_product .img{ text-align:center;width:100%; height:325px;     overflow:hidden}*/
.detil_product .title{ text-align:center;color:#2d2c2c;  height:50px; display:block; font: 14px/20px "microsoft yahei";margin-top:15px; }
.detil_product .title a{ font-size:16px; color:#666666; display:block; width:100%; line-height:30px;   }
.detil_product .title span{   font-size:16px;   color:#666666;}
.detil_product_type{ height:100px; width:1200px;margin:0 auto;overflow:hidden;}
.detil_product_type ul{ margin-bottom:20px; clear:both; height:20px; display:block}
.detil_product_type h2{ background-color:#0053ce; color:#fff; font-size:16px; text-align:center;border-radius:29px; width:145px;line-height:58px; float:left; margin-right:10px}
.detil_product_type li a{ background-color:#0041a2;float:left; border:1px solid #d1d1d1; padding:15px 8px; margin-left:8px; text-align:center; font-size:16px; font-weight:normal; color:#fff; width:140px; margin-bottom:10px;}
.detil_product_type li a:hover{ background-color:#0053ce; color:#fff}

.plist_r{ width:904px; overflow:hidden;}
.plist_r h4{ margin-bottom: 20px; font-size: 24px; font-weight: normal; line-height: 52px; background:url(../images/plist_l1.gif) no-repeat left bottom;}
.plist_r h4 a{color: #303030;}
.plist_r dl{padding-bottom: 10px; margin-bottom: 10px; width: 904px; overflow: hidden; }
.plist_r dt { float: left; border:1px solid #d0d0d0;  width:250px; height:250px; overflow:hidden;}
.plist_r dt:hover{ border:1px solid #2f318b;}
.plist_r dt img{width:250px; height:250px;}
.plist_r dd{ width: 598px; float: right;}
.plist_r dd h3{ font:bold 20px/45px "Microsoft Yahei";}
.plist_r dd h3 a{color: #2f318b;}
.plist_r dd span{display:block; color: #333333; font-size: 18px; }
.plist_r dd p{padding: 0 0 0 0; font:16px/35px "Microsoft Yahei";color: #666;margin-top:10px;}
.plist_r dd em{ display:block; margin-top: 37px; line-height: 38px;font-size: 14px;}
.plist_r dd em a{float: left; border:1px solid #dedede; color:#909090; display: inline-block; text-align: center; height:38px;width:136px; }
.plist_r dd em a.plist_a2{border:1px solid #2f318b; margin-left: 22px; color:#fff; background: #2f318b;}


.p15-proindexlist-1{width:1200px;margin:0 auto;}
.p15-proindexlist-1 dl {border: 1px solid #dedede;margin-bottom: 15px;
            padding: 15px 10px 18px 22px;
            background: #fff;
            overflow: hidden;
        }
        
        .p15-proindexlist-1 dl:hover {
            border: 1px solid #0041a2;
        }
        
        .p15-proindexlist-1 dt {
            width: 22%; 
            float: left;
            margin-right: 5%;
        }
        
        .p15-proindexlist-1 dt img {
            width: 100%; 
            margin: 0 auto;
            display: block;
			-webkit-transition:.5s;
			-moz-transition:.5s;
			transition:.5s;
        }

		.p15-proindexlist-1 dl:hover img {
			transition:all 0.5s;
			-webkit-transform:scale(1.2);
			-moz-transform:scale(1.2);
			-ms-transform:scale(1.2);
			transform:scale(1.2);
		}
        .p15-proindexlist-1 dd{padding-right:40px;}
        .p15-proindexlist-1 dd h4 {
            height: 52px;
            font-weight: normal;
            font-size: 18px;
            color: #154c64;
            line-height: 48px;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p15-proindexlist-1 h4 a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-bottom: 4px;
            background: url(../images/p15-icon1.png) repeat-x left bottom;
        }
        
        .p15-proindexlist-1 dl:hover h4 a {
            color: #0041a2;
        }
        
        .p15-proindexlist-1-list-desc {
            max-height: 120px;
            font-size: 14px;
            line-height: 28px;
            color: #626262;
            overflow: hidden;
            margin-bottom: 20px;
			text-align:left;
        }
        
        .p15-proindexlist-1-list-deta {
            float: right;
            width: 125px;
            height: 38px;
            display: inline-block;
            border: 1px solid #aaa;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
        }
        
        .p15-proindexlist-1 dl:hover .p15-proindexlist-1-list-deta {
            background: #0041a2;
            border-color: #0041a2;
        }
        
        .p15-proindexlist-1 dl:hover .p15-proindexlist-1-list-deta a {
            color: #fff;
        }
    

.hangy{ height:900px; overflow:hidden;}
.hangy2{ background:url(../images/hangy_bg.jpg) no-repeat center top; height:870px;}
.hangy2 .content{ position:relative;}
.hangyt{ height:70px; overflow:hidden; margin-bottom:30px;}
.hangyt li{ width:200px; float:left; font:16px "Microsoft YaHei"; text-align:center; color:#24292f;}
.hangyt li a{ display:block; color:#24292f; background:#f2f6f7 url(../images/hangy_line.gif) no-repeat right center; border-top:5px solid #f2f6f7; height:77px;}
.hangyt li em,.hangyt h5 em{ display:block; width:66px; height:15px; margin:14px auto 4px;}
.hangyt li em images,.hangyt h5 em images{ display:block; width:66px; height:15px;}
.hangyt li a:hover,.hangyt .cur a,.hangyt h5 a:hover{ background:#fff; border-top:5px solid #0b50c2; color:#0b50c2; font-weight:bold;}
.hangyt .li1 em{background:url(../images/hangy_01.png) no-repeat;}
.hangyt .li2 em{background:url(../images/hangy_02.png) no-repeat;}
.hangyt .li3 em{background:url(../images/hangy_03.png) no-repeat;}
.hangyt .li4 em{background:url(../images/hangy_04.png) no-repeat;}
.hangyt .li5 em{background:url(../images/hangy_05.png) no-repeat;}
.hangyt .li6 em{background:url(../images/hangy_06.png) no-repeat;}
.hangyt .li7 em{background:url(../images/hangy_07.png) no-repeat;}
.hangyt h5{ width:200px; float:left;}
.hangyt h5 a{ display:block;font:16px "Microsoft YaHei"; text-align:center; color:#24292f; background:#f2f6f7 url(../images/hangy_line.gif) no-repeat right center; border-top:5px solid #f2f6f7; height:77px;}
.hangy2 dd{ height:138px;margin-left:0px; overflow:hidden; background:#fff;}
.hangy2 dd h3{width:200px;height:100px; padding-top:20px; float:left; background:#0b50c2; overflow:hidden; font:24px "Microsoft YaHei"; text-align:center; color:#fff;}
.hangy2 dd h3 em{ display:block; font:12px Arial; text-transform:uppercase; color:#769ddd;}
.hangy2 dd h3 a{ color:#fff;}
.hangy2 dd h5{ width:900px; float:right; overflow:hidden;}
.hangy2 dd h5 span a{ display:block; font:16px "Microsoft YaHei"; font-weight:bold; line-height:30px; height:30px; color:#24292f; overflow:hidden;}
.hangy2 dd h5 p{ font:15px "Microsoft YaHei"; line-height:32px; height:64px; color:#595959; overflow:hidden;}
.hangy2 dd h5 p a{ color:#595959;}
.hangy2 dt img{ display:block; width:1200px; height:555px;}
.arr1 a{ display:block; background:url(../images/hangy_l.png) no-repeat center top; width:45px; height:81px; overflow:hidden; position:absolute; top:510px; left:0;}
.arr2 a{ display:block; background:url(../images/hangy_r.png) no-repeat center top; width:45px; height:81px; overflow:hidden; position:absolute; top:510px; right:0;}
.arr1 a:hover,.arr2 a:hover{ background-position:0 -81px;}


.yin_t{font-size: 28px;color: #000;font-weight: normal;text-align: center;line-height: 45px;height: 90px;overflow: hidden;}
.yin_t a{color: #000;}
.yin_t b{color: #0041a2;}
.yin_t span{display: block;font-size: 20px;color: #333;}
.yin_t i{color: #fac12c;padding:0 15px;}

/*内页案例*/
.case_m dl dt img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.case_m dl dt img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.case_bg{background: #f5f5f5;padding: 80px 0 20px;overflow: hidden;}
.case_t{padding: 50px 0 0;height: 90px;}
.case_t ul li{width: 180px;height: 56px;float: left;position: relative;}
.case_t ul li:before{content: "";width: 6px;height: 1px;background: #0041a2;position: absolute;top: 27px;right: 10px;}
.case_t ul li a{font-size: 20px;color: #333;display: block;float: left;width: 150px;height: 56px;text-align: center;line-height: 56px;overflow: hidden;margin: 0 auto;}
.case_t ul li a:hover,.case_t ul li.on a{background: #0041a2;color: #fff;border-radius: 30px;}
.case_t ul li.nobor:before{background: none;}

.case_m dl{position: relative;background: #fff;height: 500px;}
.case_m dl dd{width: 620px;float: left;padding: 75px 20px 0 0px;}
.case_m dl dd h5{height: 44px;line-height: 44px;overflow: hidden;}
.case_m dl dd h5 a{font-size: 30px;color: #333;display: block;width: 600px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.case_m dl dd h5 a:hover{color: #0041a2;}
.case_m dl dd b{display: block;font-size: 16px;color: #333;line-height: 30px;}
.case_m .case_desc{width: 550px;font-size: 14px;color: #666;line-height: 30px;height: 130px;overflow: hidden;padding: 15px 30px 0 0; }
.case_m dl dd span,.about dl dd span{display: block;padding: 30px 0 0;float:left;}
.case_m dl dd span a,.about dl dd span a{display: block;font-size: 14px;color: #fff;width: 100px;text-align: center;height: 34px;line-height: 34px;background: #0053ce;overflow: hidden;border-radius: 20px;text-transform: uppercase;}
.case_m dl dd span a:hover,.ban01 p em a:hover,.about dl dd span a:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}
.case_m dl dt{width: 500px;height: 500px;line-height: 0;overflow: hidden;float:right;}
.case_m dl dt img{width: 500px;height: 500px;}

.case_lico,.case_rico{width: 58px;height: 58px;z-index: 20;position: absolute;top: 580px;}
.case_lico a,.case_rico a{display: block;width: 58px;height: 58px;border-radius: 50%;-webkit-transition:all .3s;transition:all .3s;}
.case_lico{left: 25px;}
.case_rico{left: 100px;}
.case_lico a:hover,.case_rico a:hover{box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);z-index:2;-webkit-transform:translate(0,-2px);-webkit-transform:translate(0,-2px);}
.case_lico a{background:url(../images/case_lico01.png) no-repeat;}
.case_lico a:hover{background:url(../images/case_lico02.png) no-repeat;}
.case_rico a{background:url(../images/case_rico01.png) no-repeat;}
.case_rico a:hover{background:url(../images/case_rico02.png) no-repeat;}
.pic_content {width:1200px;margin:0 auto;padding:40px 0;}


.tit1{ font:50px "Microsoft YaHei"; text-align:center; color:#134faa; height:130px; font-weight:bold; overflow:hidden;}
.tit1 a{ display:block; color:#134faa;}
.tit1 em{ display:block; font:24px "Microsoft YaHei"; color:#333333; background:url(../images/pro_h.png) no-repeat center 9px; margin-top:8px; padding-bottom:25px;}

.numb{ height:300px; width:1200px; margin:-10px auto 0; position:relative; z-index:8; border-radius:5px; background:#fff; box-shadow:0.1rem 0.1rem 1rem 0.1rem #edeced; margin-bottom:60px;}
.numb dl{ width:300px; float:left; position:relative;}
.numb dl:before{ content:""; position:absolute; top:87px; right:0; width:1px; height:144px; background:#e5e5e5;}
.numb dl:last-child:before{ background:none;}
.numb dt{ margin:45px 0 0 0; text-align:center; font:34px "Microsoft YaHei";color:#000000;}
.numb dt b{ display:none; font:170px Arial; color:#11499f; position:absolute; top:134px; left:190px;}
.numb dt em{ display:block; width:42px; height:42px; margin:0 auto; overflow:hidden;}
.numb dt em img{display:block; width:42px; height:42px;}
.numb dt i{ display:block; font:20px "Microsoft YaHei"; position:relative; padding-bottom:10px;}
.numb dt i:before{ content:""; position:absolute; bottom:0; left:50%; width:22px; height:2px; background:#134faa; margin-left:-11px;}
.numb dd{ margin:20px auto; font:18px "Microsoft YaHei"; line-height:28px; color:#666666; text-align:center; z-index:2; position:relative;}
.numb dd em{ display:block;}
.numb .cur{ background:url(../images/yinz_bg.png) no-repeat center top; width:300px; height:368px; margin-top:-48px;}
.numb .cur:before{ background:none;}
.numb .cur dt{ margin-top:52px; color:#fff;}
.numb .cur em{ margin:0 auto 60px;}
.numb .cur i:before{ background:#fff;}
.numb .cur dd{ color:#fff;}
.numb .cur dt b{ display:block;}

.fang{ height:910px; overflow:hidden; background:url(../images/fang_bg.jpg) no-repeat center top; padding-top:50px;}
.fang .tit1 a{ color:#fff;}
.fang .tit1 em{ color:#fff; background:url(../images/fang_h.png) no-repeat center 9px;}
.fangt{ width:294px; height:649px; overflow:hidden; background:#134faa; float:left;}
.fangt h2{ font:24px "Microsoft YaHei"; font-weight:bold; height:90px; padding-top:25px; overflow:hidden; text-align:center;}
.fangt h2 a{ display:block; color:#fff;}
.fangt h2 em{ display:block; font:20px "Microsoft YaHei"; color:#4272bb;}
.fangt h3{ padding-top:30px;margin:8px 0 0 25px; width:255px; height:64px; font:18px "Microsoft YaHei"; line-height:64px;}
.fangt h3 a{ display:block; background:url(../images/fang_bg1.png) no-repeat left top; height:64px; padding-left:40px; color:#555;}
.fangt h3 a:hover,.fangt .cur a{ font-weight:bold; color:#fff; background:url(../images/fang_bg2.png) no-repeat;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background; /* Firefox 4 */
-webkit-transition-property:background; /* Safari 和 Chrome */
-o-transition-property:background;}
.fangt h5{ font:14px "Microsoft YaHei"; color:#fff; background:url(../images/fang_lx.png) no-repeat left center; margin:15px 0 0 15px; padding:38px 0 8px 44px;}
.fangt h5 em{ display:block; font:26px Arial; font-weight:bold;}
.fang1{ width:906px; height:649px;overflow:hidden;}
.fang1 dl{height:649px; background:#fff;  overflow:hidden;}
.fang1 dt{width:868px; margin:17px auto 0; height:435px; overflow:hidden;}
.fang1 dt img{ display:block;width:868px; height:435px;-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.fang1 dt a:hover img{-webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -transform:scale(1.1,1.1);}
.fang1 dd h3 a{ display:block; font:18px "Microsoft YaHei"; font-weight:bold; color:#333; line-height:30px; width:475px; margin-top:25px;}
.fang1 dd{ width:868px; margin:0 auto; height:180px; position:relative;}
.fang1 dd p{ font:14px "Microsoft YaHei"; line-height:22px; color:#666; height:44px; overflow:hidden; color:#666; width:475px; margin-top:4px;}
.fang1 dd span{ display:block; height:34px; overflow:hidden; margin-top:10px;}
.fang1 dd span a{ display:inline-block; width:130px; height:34px; margin-right:15px; background:url(../images/fang_btn1.png) no-repeat; font:15px "Microsoft YaHei"; line-height:34px; color:#555; text-align:center;}
.fang1 dd span a:hover,.fang1 dd span a.a01{ background:url(../images/fang_btn2.png) no-repeat; color:#fff;}
.fang1 dd ul{ width:395px; position:absolute; top:15px; left:480px;}
.fang1 dd li{ width:75px; float:left; margin-right:22px; text-align:center; font:18px "Microsoft YaHei"; font-weight:bold; letter-spacing:3px; color:#333333;}
.fang1 dd li span{ display:block; width:75px; height:75px; margin:0 auto 15px; position:relative; border-radius:75px; background:#f1f1f1;}
.fang1 dd li span em{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.fang1 dd li span i{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.fang1 dd li:last-child{ margin-right:0;}
.fang1 dd li.cur01 span{ background:#257bff;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background; /* Firefox 4 */
-webkit-transition-property:background; /* Safari 和 Chrome */
-o-transition-property:background;}
.fang1 dd li.cur01 em{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.fang1 dd li.cur01 i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}


/* -- 整装服务 -- */
.fw{height: 842px;margin:20px auto;}
.fw1{background: #0053ce;height: 236px;}
.fw1 h2{text-align: center;}
.fw1 h2 em{font-size: 42px;color: #ffffff;display: block;font-weight: normal;line-height: 42px;padding-top: 50px;}
.fw1 h2 em i{font-weight: bold;padding-left: 10px;}
.fw1 ul{margin:35px auto 0; width:900px;}
.fw1 ul li{float: left;font-size: 18px;color: #ffffff;display: block;position: relative;margin:0 44px;height: 65px;transition: all 0.4s;}
.fw1 ul li:after{position: absolute;width:9px;height:16px;background:url(../images/g_1.png) no-repeat;content: "";top:5px;right:-44px;}
.fw1 ul li:hover,.fw1 ul li.cur{background: url(../images/a_1.png) no-repeat bottom;font-weight: bold;transform: translateY(-10px);}
.fw1 ul li:last-child:after{background: none;}

.fw_con{height:642px; margin-top:-30px;position: relative;}
.fw_con dt{height:642px; width:1920px;}
.fw_con dt img{height: 642px;margin-left: -960px;position: absolute;left: 50%;}
.fw_con dd{height:148px;width:866px;background:rgba(255,255,255,0.88);position: absolute;bottom: 0;left:168px;}
.fw_con dd h2{font-size: 18px;color: #333333;line-height: 18px;padding-top:28px;display: block;font-weight: normal;text-align: center;}
.fw_con dd p{font-size: 14px;line-height:18px;color: #666666;font-weight: normal;display: block;width: 615px;margin:0 auto;text-align: center;padding-top: 15px;}
.fw_con dd .p1{height: 33px;width:228px;display: block;line-height:33px;font-size: 16px;color: #b20101;text-align: center;border:1px solid #b20101;margin:8px auto 0; }
.fw_con dd .p1:hover{animation:shake 1.5s linear;-webkit-animation:shake 1.5s linear;}
.fw_con .sprev{position: absolute;left:-26px;top: 237px;width: 44px;height: 85px;background: url(../images/lt.png) no-repeat;z-index: 100;}
.fw_con .snext{position: absolute;right:-26px;top: 237px;width: 44px;height: 85px;background: url(../images/rt.png) no-repeat;z-index: 100;}

/* -- 案例 -- */
.al{height: 1120px;}
.al h2{height: 68px;text-align: center;padding-top: 108px;}
.al h2 em{font-size: 42px;color:#000000;display: block;line-height: 42px;font-weight: normal;}
.al h2 em i{font-weight:bold;}

.al1 ul{height: 756px;margin-top: 53px;}
.al1 ul li{float: left;height: 363px;width: 367px;margin-right:30px;position: relative;margin-bottom: 30px;}
.al1 ul li h4{padding-left: 20px;font-size:18px ;color: #1b1b1b;display: block;line-height: 18px;font-weight: normal;padding-top: 17px;}
.al1 ul li h4 a{color: #1b1b1b;}
.al1 ul li span{padding-left: 20px;font-size:16px ;color: #6c6e77;line-height:16px;display: block;padding-top: 10px;}
.al1 ul li .da{padding-right: 23px;font-size: 14px;color: #6c6e77;display: block;position: absolute;bottom: 50px;right:1px;background: url(../images/jt.png) no-repeat right;font-family:"Verdana";font-weight: bold;}

.al1 .a3{margin-right: 0;}
.al1 ul li:last-child{margin-right: 0;}
.al1 ul li em img{height: 267px;width:367px ;display: block;overflow: hidden;    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.al1 ul li em::before{position: absolute;content: "";width: 330px;height: calc(100% - 130px); margin-top: 20px;margin-left: 20px;z-index: 10;border: 1px solid transparent;transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.al1 ul li:hover em::before{border: 1px solid rgba(255,255,255,.5); }
.al1 ul li em::after {content: '';width: 40px;height: 40px;line-height: 40px;background: url(../images/jia.png);margin: 0 auto;display: inline-block;position: absolute;top: 0px;left: 1px;z-index: 10;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;opacity: 0;}
.al1 ul li:hover em::after { opacity: 1; top: 10%; }
.al1 ul li:hover .da{color: #bf0101;}
.al1 ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}

.al_1{margin-top:5px;}
.al_1 ul{width: 1080px;float: left;}
.al_1 ul li{float: left;height: 125px;width: 167px;margin-right: 13px;position: relative;}
.al_1 ul li em{height: 123px;width:165px ;display: block;border:1px solid #666666;overflow:hidden;}
.al_1 ul li em img{height: 123px;width:165px ;display: block;transition: all 0.3s linear 0s;}
.al_1 h4{font-size:18px ;color: #ffffff;text-align: center;font-weight: normal;display:block;position: absolute;top:50px ;width: 100%;}
.al_1 .gda{height: 125px;width:120px;background: #0041a2;display: block;float: right;transition: all 0.4s;}
.al_1 .gda i{height: 62px;text-align: center;font-size:18px ;color:#ffffff ;display:block;padding-top:44px;margin-top: 28px;background: url(../images/al_b.png) no-repeat top;}
.al_1 .gda:hover{transform: translateY(-10px);}
.al_1 ul li em:hover img{transform: scale(1.05);}

/* -- 服务保障 -- */
.bz{height: 774px;border-top: 20px solid #f3f3f3;}
.bz h2{height: 69px;text-align: center;padding-top:94px;}
.bz h2 em{font-size: 42px;color:#000000;display: block;line-height: 42px;font-weight: normal;}
.bz h2 em i{font-weight:bold;}

.bz_1{height:446px ;margin-top: 58px;}
.bz_1 dl{height: 446px;position: relative;float: left;}
.bz_1 dl dt{height: 446px;width: 300px;}
.bz_1 dl dt img{height: 446px;width: 300px; display: block;}
.bz_1 dl dd{position: absolute;top: 17px;height: 411px;width: 268px;left: 14px;border:1px solid #6c6d6f;}
.bz_1 dl dd b{font-size:66px ;color:#ffffff ;display: block;line-height: 66px;padding-top: 105px;font-weight: normal;text-align: center;font-family: "Arial";}
.bz_1 dl dd h3{height: 46px;text-align: center;font-size:28px ;color: #ffffff;line-height: 28px;display: block;font-weight: bold;padding-top: 50px;position: relative;}
.bz_1 dl dd h3:after{position: absolute;width:37px;height:2px;background:#fa1800;content: "";left:45%;bottom:0px;}
.bz_1 dl dd p{font-size: 14px;color: #ffffff;display: block;line-height: 26px;width: 219px;text-align: center;margin:15px auto 0;}

.bz_1 dl dd>em{display: block;height:411px;position: relative;}
.bz_1 dl dd:before, .bz_1 dl dd:after, .bz_1 dl dd>em:before, .bz_1 dl dd>em:after { -o-transition: all .5s ease; transition: all .5s ease; position: absolute; content: ""; background: #fa1800; z-index: 3 }
.bz_1 dl dd:before { width: 0; top: -1px; left: -1px; height: 1px }
.bz_1 dl dd:after { width: 1px; top: -1px; left: -1px; height: 0 }
.bz_1 dl dd>em:before {width: 0; bottom:-1px; right:-1px; height:1px }
.bz_1 dl dd>em:after {width:1px; bottom:-1px; right:-1px; height:0 }
.bz_1 dl dd:hover:before { width: 268px }
.bz_1 dl dd:hover:after { height: 411px }
.bz_1 dl dd:hover>em:before { width: 268px }
.bz_1 dl dd:hover>em:after { height: 411px }

/* -- 免费报价 -- */
.bj{height: 740px;background: url(../images/zx_bg.jpg) no-repeat center;}
.bj h2{height: 42px;text-align: center;padding-top: 75px;}
.bj h2 em{font-size: 42px;line-height: 42px;color: #cb0514;font-weight: bold;display: block;}
.bj h2 em i{font-weight: normal;color: #333333;}
.bj .bj_1{height: 475px;background: url(../images/bj_bg.jpg) no-repeat center;    width: 1226px;margin-left: -13px;margin-top: 45px;position: relative;}

.bj_1 h3{height: 45px;width: 104px;text-align:center;position: absolute;top: 153px;left: 505px;font-size: 16px;font-weight: bold;color: #ffffff;}
.bj_1 h3 i{font-size: 24px;}


.zx{height: 353px;width: 350px;float: right;margin-top: 43px;margin-right: 86px;}
.zx li{height:64px;width:351px;border-bottom: 1px solid #dddddd;float: left;}
.zx .xq{background: url(../images/b_1.png) no-repeat 8px 29px;height:64px;width:282px;padding-left: 69px;}
.zx .mz{background: url(../images/b_2.png) no-repeat 8px 29px;height:64px;width:282px;padding-left: 69px;}
.zx .xm{background: url(../images/b_3.png) no-repeat 8px 29px;height:64px;width:282px;padding-left: 69px;}
.zx .ph{margin-bottom:39px;background: url(../images/b_4.png) no-repeat 8px 29px;height:64px;width:282px;padding-left: 69px;}
.zx .xq input{height: 45px;line-height: 45px;padding-top: 19px;font-size: 18px;color: #adadad;width: 282px;}
.zx .mz input{height: 45px;line-height: 45px;padding-top: 19px;font-size: 18px;color: #adadad;width: 282px;}
.zx .xm input{height: 45px;line-height: 45px;padding-top: 19px;font-size: 18px;color: #adadad;width: 282px;}
.zx .ph input{height: 45px;line-height: 45px;padding-top: 19px;font-size: 18px;color: #adadad;width: 282px;}
.zx .submit .form-btn-submit{height:51px;width:322px;border: 1px solid #0053ce;border-radius: 20px;margin: 0 auto;background: #0041a2;cursor: pointer;font-size: 24px;color: #ffffff;display: block;line-height: 51px;}
.zx .submit .form-btn-reset{display: none;}
.zx span{display:none;}






.pro{ height:790px; background:url(../images/pro_bg.jpg) no-repeat center top; padding-top:70px;overflow:hidden;}
.fen{ width:279px; height:559px; overflow:hidden; border:3px solid #134faa; border-radius:0 1rem 0 1rem; margin-top:20px;}
.fen h2{background: #134faa; /* Old browsers */
background: -moz-linear-gradient(top,  #134faa 0%, #134faa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #134faa 0%,#134faa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #134faa 0%,#134faa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134faa', endColorstr='#134faa',GradientType=0 ); font:24px "Microsoft YaHei"; font-weight:bold; text-align:center; color:#fff; height:95px; margin-bottom:18px;}
.fen h2 a{ display:block; color:#fff;}
.fen h2 em{ display:block; padding-top:18px; font:20px "Microsoft YaHei"; color:#6287cf;}
.fen h3{ height:44px; width:235px; margin:0 auto 5px; font:16px "Microsoft YaHei"; line-height:44px; overflow:hidden;}
.fen h3 a{ display:block; color:#fff; padding-left:50px; background:url(../images/fen_bg1.jpg) no-repeat center top;}
.fen .cur a{background:url(../images/fen_bg2.jpg) no-repeat center top;}
.fen ul{ padding:6px 0;}
.fen li{ font:14px "Microsoft YaHei"; line-height:30px; color:#fff; overflow:hidden; width:235px; margin:0 auto; border-bottom:1px dashed #bfbfbf;}
.fen li a{ color:#666; display:block; background:url(../images/case_arr1.png) no-repeat 26px center; padding-left:45px;}
.fen li a:hover{ color:#134faa; font-weight:bold;}
.fen li:last-child{ border:0;}
.pro1{ width:888px; float:right;border-right:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9; margin-top:20px;overflow:hidden;}
.pro1 li{ width:295px; float:left;border:1px solid #d9d9d9; border-right:0; border-bottom:0;}
.pro1 li img{ display:block; width:295px; height:220px;}
.pro1 li h4{ display:block; text-align:center; font:14px "Microsoft YaHei"; height:60px; line-height:60px; color:#666; overflow:hidden;}
.pro1 li:nth-child(3n){ margin-right:0;}
.pro1 li a:hover img,.pro1 .cur img{ border:3px solid #134faa; box-sizing:border-box;}
.pro1 li a:hover h4,.pro1 .cur h4{ color:#fff; background:#134faa;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background; /* Firefox 4 */
-webkit-transition-property:background; /* Safari 和 Chrome */
-o-transition-property:background;}

.ys{ height:auto; padding-top:50px; overflow:hidden;}
.ys .tit1{ margin-bottom:30px;}
.ys .tit1 em,.al .tit1 em,.pro .tit1 em,.newbox .tit1 em{background:url(../images/ys_h.png) no-repeat center 9px;}
.ys dl{ height:585px;}
.ys dt{ width:960px; height:585px; position:relative; margin-left:-360px;}
.ys dt img{ display:block;width:960px; height:585px;}
.ys dd{ width:520px; margin-top:60px;}
.ys dd h3{ height:84px; font:38px "Microsoft YaHei"; color:#fff; background:url(../images/ys_h2.png) no-repeat left top; line-height:96px;}
.ys dd h3 em{ display:block; width:148px; height:84px; float:left; text-align:center; font:46px Arial; line-height:84px;}
.ys dd h4{ height:75px; font:30px "Microsoft YaHei"; line-height:75px; color:#333; padding-left:8px; border-bottom:1px solid #e3e3e3; margin-bottom:18px;}
.ys dd h4 em{ font:16px "Microsoft YaHei"; color:#bcbcbc; padding-left:8px;}
.ys dd p b{ color:#134faa;}
.ys dd p{ font:15px "Microsoft YaHei"; line-height:26px; color:#777; background:url(../images/ys_arr.png) no-repeat 8px 6px; padding-left:32px;}
.ys dd span{ display:block; height:156px; overflow:hidden; margin-top:35px;}
.ys dd span em{ display:block; width:253px; height:156px; overflow:hidden;}
.ys dd span em img{display:block; width:253px; height:156px;}
.ys dl:nth-child(2) dt,.ys dl:nth-child(4) dt{ margin:0 -360px 0 0;}


/*新闻资讯*/
.newbox{background:#fefefe;padding-top:50px; height:830px; overflow:hidden;}
.new_t{ height:74px; overflow:hidden;}
.new_t h3{float: left; width:175px; height:74px; font:20px "Microsoft YaHei"; line-height:74px; color:#555;}
.new_t h3 a{ color:#555;}
.new_t h3 span{ display:block; width:26px; height:26px; position:relative; margin:24px 10px 0 0; float:left;}
.new_t h3 span em{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.new_t h3 span i{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.new_t h3 span img{display:block; width:26px; height:26px;}
.new_t h3 a{ display:block; color:#17120f;}
.new_t .cur a{ color:#134faa; font-weight:bold;}
.new_t .cur span em{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.new_t .cur span i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.newbox .yshd{width:170px; height:27px; position: absolute;right:0; top:530px; }
.newbox .yshd h3{ float: left;width: 4px;height: 4px;border-radius: 100%;background: #74716f;border: solid 3px #74716f;margin: 0 0 0 35px;}
.newbox .yshd h3.cur{border-color: #134faa;background: #fff;}

.newtj{float: left;width:600px;}
.newtj dt{width: 600px;height: 337px;overflow: hidden;margin-bottom: 15px;}
.newtj dt img{width: 500px;height: 337px;display: block;}
.newtj dd{position: relative;}
.newtj dd:before{content: "";position: absolute;width: 100px;height: 2px;background:#134faa;left:0;top:70px;}
.newtj h4{height: 70px;line-height: 70px;font-size: 18px;color: #134faa;margin-bottom: 12px;}
.newtj h4 a{color: #134faa;}
.newtj p{font-size: 15px;line-height: 25px;height: 50px;overflow: hidden;color: #666666;}
.newr{float: right;width: 520px;}
.newr dl{height: 115px;color: #333;line-height: 48px;}
.newr dt{height:40px;line-height:40px;position: relative; overflow:hidden;}
.newr dt:before{ content:""; position:absolute; top:20px; left:20px; width:70px; height:2px; background:#ccc;}
.newr dt span{ display:block; float:left; width:180px; font:40px Arial; color:#17120f; font-weight:bold;}
.newr dt a{font-size: 16px;color: #333;display:block;background:url(../images/case_arr1.png) no-repeat right center;padding-right: 17px;font-weight: bold; line-height:40px;}
.newr dt b{ display:inline-block; float:right;width:90px;font-size: 15px;color: #999999;line-height: 40px; }
.newr dd p{height:48px; font-size: 15px; line-height:24px; color: #666; margin-top:10px;}
.newr dl:hover dt a,.newr dl:hover dt span{color: #134faa;}
.newr dl:hover dt:before{ background:#134faa;}

/*关于*/
.aboutIndex{ height:846px; background:url(../images/about_bg.jpg) no-repeat center top; padding-top:85px;}
.aboutIndex .tit1 em{ background:url(../images/fang_h.png) no-repeat center 9px; color:#fff;}
.aboutIndex .tit1 a{ color:#fff;}
.aboutIndex dl{ width:798px; margin-top:35px; overflow:hidden; float:left;}
.aboutIndex dt{ width:798px; height:353px; overflow:hidden;}
.aboutIndex dt img{ display:block;width:798px; height:353px;-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.aboutIndex dt a:hover img{-webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -transform:scale(1.1,1.1);}
.aboutIndex dd h4 a{ display:block; font:22px "Microsoft YaHei"; font-weight:bold; color:#fff; margin:24px 0 8px;}
.aboutIndex dd p{ font:15px "Microsoft YaHei"; line-height:24px; color:#fff; margin-bottom:20px;}
.aboutIndex dd span{ display:block; height:36px;}
.aboutIndex dd span a{ display:inline-block; width:180px; color:#fff; margin-right:20px; height:36px; background:url(../images/about_btn1.png) no-repeat; font:18px "Microsoft YaHei"; line-height:36px; padding-left:25px;}
.aboutIndex dd span a:hover,.aboutIndex dd span a.a01{ background:url(../images/about_btn2.png) no-repeat;}

.honor{ margin-top:35px; overflow:hidden; background:#fff; float:right; position:relative;}
.honor1{ height:467px;margin-left:-10px;margin-top:10px;}
.honor1 li{ float:left; margin-top:8px; height:500px; width:380px;}
.honor1 li em{ display:block; width:251px; height:340px; border:8px solid #242424; margin:0 auto 41px;}
.honor1 li em img{ display:block; width:251px; height:340px;}
.honor1 li h4{ height:78px; background:#134faa; font:15px "Microsoft YaHei"; text-align:center; line-height:78px; overflow:hidden; color:#fff;}
.honor_l{ width:24px; height:24px; position:absolute; bottom:25px; left:58px; background:url(../images/honor_l.png) no-repeat;}
.honor_r{ width:24px; height:24px; position:absolute; bottom:25px; right:58px;background:url(../images/honor_r.png) no-repeat;}


.link{ background:#1e2834; padding:20px 0;}
.link p{ font:14px "Microsoft YaHei"; line-height:35px; color:#999899;}
.link p a{ display: inline-block; margin-right:86px;font:14px "Microsoft YaHei"; color:#999899; line-height:35px;position:relative;}
.link p a:hover{ color:#fff; text-decoration:underline;}
.link p a:last-child{ margin-right:0;}

.footWrap{ height:381px; background:url(../images/footer_bg.gif) repeat-x center top;overflow:hidden;}
.footWrap .footer{ width:1200px; margin:0 auto; position:relative;}
.footWrap ul{ height:90px; margin-top:49px;}
.footWrap li{ float:left; font:18px "Microsoft YaHei"; color:#fff; width:470px; position:relative;}
.footWrap li:before{ content:""; position:absolute; top:0; right:55px; width:1px; height:57px; background:#7195cc;}
.footWrap li em{ display:block;width:45px; height:46px; float:left; margin-right:8px;}
.footWrap li em img{display:block;width:45px; height:46px;}
.footWrap li i{ display:block; font:14px "Microsoft YaHei"; padding-top:4px;}
.footWrap li.nones,.footWrap li:last-child{ width:230px;}
.footWrap li.nones:before,.footWrap li:last-child:before{ background:none;}
.footWrap li:nth-child(2) i{ font:20px "Microsoft YaHei";}
.fnav{ height:78px; font:16px "Microsoft YaHei"; line-height:78px;}
.fnav a{ display:block;padding:0 24px; background:url(../images/fline.png) no-repeat right center; float:left; color:#fff;}
.fnav a:hover{ text-decoration:underline;}
.fnav a:nth-child(1){padding-left:0;}
.fnav a:last-child{ padding-right:0; background:none;}
.fwz{ width:720px; float:left; margin-top:55px; font:14px "Microsoft YaHei"; line-height:30px; color:#7d8186;}
.fwz em{ padding:0 8px;}
.fwz a{ color:#7d8186;}
.code{ width:400px; float:right; margin-top:28px;}
.code em{ display:block; width:136px; font:16px "Microsoft YaHei"; line-height:30px; color:#7d8186; margin-top:35px; float:left;}
.code em i{ display:block;}
.code span{ display:block; float:left; width:104px; height:105px; border:3px solid #fdfefe; margin-left:15px;}
.code span img{ display:block; width:104px; height:105px; }

@-webkit-keyframes spin{
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*animation*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}



.f_pr{position:relative;}
.f_pa{position:absolute;}
.content  { width:1200px; margin:0 auto;  }
em{font-style:normal;}






.zxxq-01 {
	background: #fff;
	padding: 18px 0;
}

.zxxq-01-tit {
	height: 38px;
	font-size: 24px;
	font-weight: normal;
	line-height: 38px;
	color: #4b4a4a;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zxxq-01-sour {
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #aaa;
	margin-bottom: 20px;
}

.zxxq-01-sour a {
	color: #aaa;
}

.zxxq-01-sour span {
	margin: 0 9px;
}

.zxxq-01-text {
	padding: 16px 18px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #d6d6d6;
	margin-bottom: 22px;
}

.zxxq-01-text-t1 {
	width: 78px;
	float: left;
	color: #342f2e;
	margin-right: -78px;
}

.zxxq-01-text-t2 {
	padding-left: 80px;
}


.dark-info-02 {
	margin-bottom: 50px;width: 1200px;
	margin: 0 auto;padding-bottom: 30px;
}

.dark-info-02-tit {
	height: 66px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 66px;
}

.dark-info-02-tit b {
	width: 34px;
	height: 3px;
	background: #fff;
	display: inline-block;
	vertical-align: auto;
}

.dark-info-02-tit span {
	margin-left: 10px;
	font-size: 26px;
	font-weight: normal;
	font-family: Arial;
	text-transform: capitalize;
}

.dark-info-02-list {
	background: #fff;
  
}
.dark-info-02-list dl:first-child { margin-left: 0px;}
.dark-info-02-list dl {
	float: left;
	width: 32.3%;
	border: 1px solid #d4d4d4;
	margin-right: 1.5%;
	box-sizing: border-box; margin-bottom: 50px;
}

.dark-info-02-list dl:nth-last-of-type(1) {
	margin-right: 0;
}

.dark-info-02-list dl img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.dark-info-02-list dd {
	padding: 12px 20px 32px;
}

.dark-info-02-list h3 {
	height: 52px;
	font-size: 22px;
	font-weight: normal;
	line-height: 52px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dark-info-02-list h3 a {
	color: #000;
}

.dark-info-02-desc {
	font-size: 14px;
	line-height: 24px;
	color: #4d5353;
	height: 72px;
	overflow: hidden;
}  