/* CSS Document */
@charset "utf-8";
* { margin:0; padding:0;  }
body  { font:14px/1.5 "Microsoft Yahei"; color:#333; cursor:default; }
img { border:0px; vertical-align: top; }
ul,ol { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
input,textarea,select { font:14px/1 "Microsoft Yahei"; color:#555; outline:0; }
textarea { resize:none; overflow:auto; }
input[type='checkbox'], input[type='radio'] { vertical-align:-2px; margin-right:5px; }
h1,h2,h3,h4,h5,h6,font { font-size:14px; }
a { color:#333; text-decoration:none; cursor:pointer; }
a:hover,a:active { color:#e0272c; }
em {font-style: normal;}
h3,h4 {font-weight: 400;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#e5e5e5; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#e5e5e5; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#e5e5e5; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #e5e5e5; } 
.clearfix:after { content:""; clear:both; font-size:0px; line-height:0px; display:block; width:100%; height:1px; }
.hidden { display:none; }
.center { text-align:center; }
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.ease { -webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms; }
a {-webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms;}
.noease, .noease * { -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; }
h3 {font-weight: 400;}
.wrap { width:1100px;height:100%;margin:0 auto; position:relative; }
.left {float: left;}
.right {float: right;}



body{
	max-width: 100%;
	overflow-x: hidden;
}

/* 网站头部 */
.p-header {
	width: 100%;
	background: #fff;
}
.p-header .wrap {
	width: 1100px;
}
.p-header .topCon {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #dcdcdc;
} 
.p-header .topCon p {
	float: left;
	font-size: 12px;
	color: #747474;
	line-height: 30px;
}
.p-header .topCon .tag {
	float: right;
	padding-top: 4px;
	overflow: hidden;
}
.p-header .topCon .tag a {
	font-size: 12px;
	color: #747474;
	line-height: 12px;
}
.p-header .topCon .tag em {
	font-size: 12px;
	color: #747474;
	line-height: 12px;
	padding: 0 12px;
}
.p-header .topCon .tag a:hover {
	color: #e5121a;
}
.logoMenuCon {
	width: 100%;
	height: 180px;
	background: url(../images/p-header-bg.jpg) bottom center no-repeat;
}
.logoMenuCon .logoTel {
	width: 100%;
	height: 134px;
	overflow: hidden;
}
.logoMenuCon .logoTel h1 {
	float: left;
	height: 70px;
	padding: 33px 0;
	overflow: hidden;
}
.logoMenuCon .logoTel h1 a {
	float: left;
}
.logoMenuCon .logoTel h1 a img {
	float: left;
	display: block;
	height: 70px;
	position: relative;
	top: -2px;
}
.logoMenuCon .logoTel h1 a .wd {
	float: left;
	margin-left: 12px;
}
.logoMenuCon .logoTel h1 a .wd span {
	display: block;
	font-size: 26px;
	color: #0359a7;
	line-height: 40px;
	position: relative;
	top: 3px;
}
.logoMenuCon .logoTel h1 a .wd em {
	display: block;
	font-size: 15px;
	color: #000;
	line-height: 30px;
	font-weight: 400;
}
.logoMenuCon .logoTel h1 .desc {
	float: left;
	height: 60px;
	margin: 5px 0;
	margin-left: 20px;
	border-left: 1px solid #717171;
	padding-left: 10px;
}
.logoMenuCon .logoTel h1 .desc span {
	display: block;
	font-size: 23.4px;
	color: #333;
	line-height: 30px;
	position: relative;
	top: 3px;
}
.logoMenuCon .logoTel h1 .desc span em {
	color: #f00;
}
.logoMenuCon .logoTel h1 .desc p {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 37px;
	font-weight: 400;
}
.logoMenuCon .logoTel .tel {
	float: right;
	height: 50px;
	padding: 43px 0 50px 50px;
	background: url(../images/p-header-tel-bg.png) left center no-repeat;
}
.logoMenuCon .logoTel .tel span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.logoMenuCon .logoTel .tel b {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 30px;
}
.logoMenuCon .menuBox {
	width: 100%;
	height: 46px;
}
.logoMenuCon .menuBox ul {
	position: relative;
	width: 100%;
}
.logoMenuCon .menuBox > ul > li {
	position: relative;
	float: left;
	width: 137px;
	background: url(../images/menu-li-bg.png) right center no-repeat;
}
.logoMenuCon .menuBox > ul > li:last-child {
	background: none;
}
.logoMenuCon .menuBox > ul > li > a {
	display: block;
	width: 100%;
	height: 46px;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
}
.logoMenuCon .menuBox > ul > li.on > a,
.logoMenuCon .menuBox > ul > li > a:hover {
	background: #e5121a;
}
.MuDropCon {
	display: none;
	position: absolute;
	left: 0;
	top: 46px;
	z-index: 99;
	width: 320px;
	background: #ededed;
	border: 1px solid #b5b5b5;
}
.MuDropCon .box {
	position: relative;
	padding: 10px 18px;
	overflow: hidden;
}
.MuDropCon .word {
	font-size: 12px;
	color: #767676;
	margin-bottom: 10px;
}
.MuDropCon .box ul {
	float: left;
	width: 160px;
}
.MuDropCon .box li {
	float: left;
	width: 50%;
}
.MuDropCon .box li a {
	display: block;
	padding-left: 10px;
	background: url(../images/menu-d-bg.png) left center no-repeat;
	font-size: 12px;
	color: #045baa;
	line-height: 24px;
}
.MuDropCon .box li a:hover {
	color: #e5121a;
}
.MuDropCon .bgPic {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.productDp  .box ul {
	width: 100%;
}
.productDp .box li {
	float: left;
	width: 93px;
}
.picDrop {
	width: 350px;
}
.picDrop .box ul {
	width: 100%;
}
.picDrop .box li {
	float: left;
	width: 90px;
	margin: 5px;
}
.picDrop .box li a {
	display: block;
	width: 100%;
	padding-left: 0;
	background: none;
}
.picDrop .box li a img {
	display: block;
	width: 100%;
	height: 70px;
}
.picDrop .box li a span {
	display: block;
	font-size: 12px;
	color: #333;
	line-height: 30px;
	text-align: center;
}

.newsDp {
	width: 300px;
}
.newsDp ul {
	width: 100%;
}
.newsDp .box ul li {
	width: 100%;
}


/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height: 480px;
	overflow:hidden;
}
.i-banner ul.slides {
	width:100%;
	height:100%;
}
.i-banner ul.slides li {
	width:100%;
	height: 480px;
}
.i-banner .flexslider {
	position:relative;
	height: 480px;
}
.i-banner .flex-control-nav {
	bottom: 30px;
	z-index: 999;
	padding-left: 400px;
}
.flex-control-nav li {	
	margin: 0 3px !important;
}
.flex-control-paging li a {
	width: 60px !important;
	height: 6px !important;
	background: #fff !important;
	opacity: 0.8 !important;
	border: 1px solid #e5121a !important;
}
.flex-control-paging li a.flex-active {
	background: #e5121a !important;
}
.i-banner .flex-control-paging li a {
	text-indent: 0 !important;
	width: 20px !important;
	height: 20px !important;
	border: 1px solid #F98904 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	font-size: 12px !important;
	color: #333 !important;
	background: #A1BACA !important;
}
.i-banner .flex-control-paging li a.flex-active{
	background: #F98904 !important;
	color: #fff !important;	
}
.p-search {
	width:100%;
	height:56px;
	background:#f3f3f3;
	border-bottom: 1px solid #e5e5e5;
}
.p-search .keywords {
	float:left;
}
.p-search .keywords * {
	font-size:14px;
	color:#5c5c5c;
	line-height:56px;
	margin-right:10px;
}
.p-search .sBox {
	position:relative;
	float:right;
	margin-top:15px;
}
.p-search .sBox form {
	width:308px;
	height:30px;
	border:1px solid #c8c8c8;
}
.p-search .sBox form input {
	border:0;
}
.p-search .sBox form input.key {
	float:left;
	width:260px;
	height:30px;
	text-indent:12px;
	line-height:30px;
}
.p-search .sBox form input.btn {
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:50px;
	height:32px;
	text-indent: -9999px;
	cursor:pointer;
	background: #045baa url(../images/p-search-bg.png) no-repeat;
}

/* 首页优势 */
.i-adv {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 0;
}
.i-adv .tit {
	width: 100%;
	text-align: center;
}
.i-adv .tit h3 {
	width: 100%;
	font-size: 30px;
	color: #414040;
	font-weight: bold;
}
.i-adv .tit h3 span {
	font-size: 34px;
	color: #045baa;
}
.i-adv .tit h4 {
	display: inline-block;
	height: 36px;
	background: #045baa;
	padding: 0 20px;
	font-size: 22px;
	color: #fff;
	line-height: 36px;
	font-weight: bold;
	margin-top: 10px;
}
.i-adv .tit h4 span {
	color: #e90f16;
}
.i-adv .con {
	position: relative;
	width: 100%;
	height: 440px;
	overflow: hidden;
}
.i-adv .con img {
	position: absolute;
	left: 180px;
	top: 30px;
}
.i-adv .con .itm {
	position: absolute;
	z-index: 99;
}
.i-adv .con .itm span {
	display: block;
	width: 300px;
	height: 36px;
	border-bottom: 1px dashed #dcdcdc;
	font-size: 16px;
	color: #045baa;
	line-height: 36px;
}
.i-adv .con .itm p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.i-adv .tagBox {
	width: 100%;
	height: 40px;
	padding: 20px 0;
	text-align: center;
}
.i-adv .tagBox .tel {
	float: left;
    width: 110px;
    height: 38px;
    border: 1px dashed #dcdcdc;
    padding-left: 60px;
    background: #eeeeee url(../images/i-adv-tel-bg.png) 20px center no-repeat;
    background-size: 30px 30px;
    margin: 0 10px;
    margin-left: 440px;
    text-align: left;
}
.i-adv .tagBox .tel span {
	display: block;
	font-size: 12px;
	color: #333;
	line-height: 12px;
	margin-top: 5px;
}
.i-adv .tagBox .tel b {
	display: block;
	font-size: 14px;
	color: #e5121a;
	line-height: 24px;
}
.i-adv .tagBox .more {
	float: left;
	width: 126px;
	height: 40px;
	margin: 0 10px;
	background: #045baa;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
}

/* 首页产品中心 */
.i-product {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
.i-product .leftBar {
	float: left;
	width: 220px;
}
.i-product .leftBar .tit {
	width: 100%;
	height: 40px;
	background: #045baa;
}
.i-product .leftBar .tit h2 {
	width: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.i-product .leftBar .sCt {
	width: 218px;
	border: 1px solid #dcdcdc;
	border-top: 0;
	/* box-shadow: #eae9eb 0 0 8px; */
}
.i-product .leftBar .sCt ul {
	width: 206px;
	margin: 0 auto;
	overflow: hidden;
}
.i-product .leftBar .sCt li {
	width: 100%;
	height: 40px;
	background: #045baa;
	margin: 4px 0;
}
.i-product .leftBar .sCt li a {
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-indent:80px;
	line-height: 40px;
	background: #0A5BA8 url(../images/smLeftBar-ct-icon-1.png) 45px 13px no-repeat;
	background-size: 16px 16px;
}
.i-product .leftBar .sCt li a:hover {
	background: #E4131A url(../images/smLeftBar-ct-icon-2.png) 45px 13px no-repeat;
	background-size: 16px 16px;
}
/*.i-product .leftBar .sCt li a:before {
	content: "";
	position: absolute;
	left: 40px;
	top: 15px;
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}*/
.i-product .leftBar .tel {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 30px;
}
.i-product .leftBar .tel .icon {
	width: 100%;
	text-align: center;
	display: none;
}
.i-product .leftBar .tel .icon span {
	display: inline-block;
	width: 56px;
	height: 1px;
	background: #07437a;
}
.i-product .leftBar .tel .icon img {
	display: inline-block;
	margin: 0 8px;
}
.i-product .leftBar .tel span {
	display: block;
	font-size: 14px;
	color: #393939;
	line-height: 24px;
	text-indent: 30px;
	margin-top: 12px;
}
.i-product .leftBar .tel b {
	display: block;
	font-size: 22px;
	color: #e5121a;
	line-height: 24px;
	text-indent: 30px;
}
.i-product .rightCon {
	float: right;
	width: 850px;
}
.i-product .rightCon .tit {
	width: 100%;
	height: 40px;
	background: #045baa;
}
.i-product .rightCon .tit h3 {
	float: left;
	width: 150px;
	height: 100%;
	background: #07437a;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.i-product .rightCon .tit .more {
	float: right;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
}
.i-product .rightCon .list {
	width: 100%;
	overflow: hidden;
}
.i-product .rightCon .list ul {
	width: 110%;
}
.i-product .rightCon .list li {
	float: left;
	width: 270px;
	margin: 10px 20px 0 0;
}
.i-product .rightCon .list li .cpBox {
	position: relative;
	display: block;
	width: 268px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.i-product .rightCon .list li .pic {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	width: 268px;
	height: 200px;
	overflow: hidden;
}
.i-product .rightCon .list li .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.i-product .rightCon .list li:hover .pic img {
	transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
}
.i-product .rightCon .list li .info {
	position: absolute;
	left: 0;
	top: 200px;
	display: block;
	width: 100%;
	width: 268px;
	height: 200px;
	overflow: hidden;
	background: rgba(0,0,0,0.7);

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.i-product .rightCon .list li:hover .info {
	top: 0;
}
.i-product .rightCon .list li .info .box {
	padding: 16px 26px;
} 
.i-product .rightCon .list li .info .box p {
	width: 100%;
	height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #fefefe;
	line-height: 24px;
} 
.i-product .rightCon .list li .info .box .more {
	display: block;
	width: 130px;
	height: 28px;
	background: #0E5DAE;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	margin: 12px auto 0;
} 
.i-product .rightCon .list li .info .box .more:hover {
	background: #E4131A;
}
.i-product .rightCon .list li .t {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 40px;
	text-align: center;
}


/* 服务商 */
.i-fws {
	width: 100%;
	padding: 40px 0 0;
	overflow: hidden;
}
.i-fws .fwsTit {
	width: 100%;
	text-align: center;
}
.i-fws .fwsTit h3 {
	width: 100%;
	font-size: 30px;
	color: #393939;
	line-height: 50px;
}
.i-fws .fwsTit h4 {
	display: inline-block;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	background: #045baa;
}
.i-fws .fwsTit .tel {
	width: 100%;
	height: 40px;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
}
.i-fws .fwsTit .tel em {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	margin: 0 2px;
	position: relative;
	top: -1px;
}
.i-fws .fwsTit .tel span {
	display: inline-block;
	line-height: 40px;
	font-size: 20px;
	color: #333;
	margin: 0 2px;
}
.i-fws .fwsList {
	width: 100%;
	height: 300px;
	padding: 50px 0;
}
.i-fws .fwsList ul {
	width: 110%;
}
.i-fws .fwsList li {
	float: left;
	width: 140px;
	padding: 50px 13px;
	margin-right: 18px;
	border: 1px solid #dfe0e5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;

	box-shadow: #e1e2e7 0 0 10px;
	-webkit-box-shadow: #e1e2e7 0 0 10px;
	-moz-box-shadow: #e1e2e7 0 0 10px;
	-ms-box-shadow: #e1e2e7 0 0 10px;
	-o-box-shadow: #e1e2e7 0 0 10px;
}
.i-fws .fwsList li .icon {
	width: 70px;
	height: 70px;
	background: #045baa;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.i-fws .fwsList li b {
	display: block;
	width: 100%;
	height: 80px;
	font-size: 18px;
	color: #393939;
	line-height: 80px;
	text-align: center;
}
.i-fws .fwsList li p {
	font-size: 14px;
	color: #393939;
	line-height: 22px;
}
.i-fws .fwsList li:hover {
	background: #045baa;
}
.i-fws .fwsList li:hover * {
	color: #fff !important;
}
.i-fws .fwsList li:hover .icon {
	background: #fff;
}
.i-fws .fwsList li.itm1 .icon {
	background: #045baa url(../images/i-fws-icon01.png) center center no-repeat;
}
.i-fws .fwsList li.itm2 .icon {
	background: #045baa url(../images/i-fws-icon02.png) center center no-repeat;
}
.i-fws .fwsList li.itm3 .icon {
	background: #045baa url(../images/i-fws-icon03.png) center center no-repeat;
}
.i-fws .fwsList li.itm4 .icon {
	background: #045baa url(../images/i-fws-icon04.png) center center no-repeat;
}
.i-fws .fwsList li.itm5 .icon {
	background: #045baa url(../images/i-fws-icon05.png) center center no-repeat;
}
.i-fws .fwsList li.itm6 .icon {
	background: #045baa url(../images/i-fws-icon06.png) center center no-repeat;
}
.i-fws .fwsList li.itm1:hover .icon {
	background: #fff url(../images/i-fws-icon01-1.png) center center no-repeat;
}
.i-fws .fwsList li.itm2:hover .icon {
	background: #fff url(../images/i-fws-icon02-1.png) center center no-repeat;
}
.i-fws .fwsList li.itm3:hover .icon {
	background: #fff url(../images/i-fws-icon03-1.png) center center no-repeat;
}
.i-fws .fwsList li.itm4:hover .icon {
	background: #fff url(../images/i-fws-icon04-1.png) center center no-repeat;
}
.i-fws .fwsList li.itm5:hover .icon {
	background: #fff url(../images/i-fws-icon05-1.png) center center no-repeat;
}
.i-fws .fwsList li.itm6:hover .icon {
	background: #fff url(../images/i-fws-icon06-1.png) center center no-repeat;
}

/* 首页优势 */
.adv{ clear:both;}
.adv h3{background:url(../images/adv_t_l.gif) center 100px no-repeat;height:156px;padding:48px 0 0; overflow:hidden; text-align:center;}
.adv h3 b{ display:block;line-height:55px; font-size:30px; color:#4c4c4c;height:58px; overflow:hidden;}
.adv h3 span{font-size:24px; color:#e90f16; line-height:46px;}
.adv dt{width:450px;height:75px; overflow:hidden;background:url(../images/adv_l.gif) left bottom repeat-x;}
.adv dt b{ display:inline-block; text-align:center; float:left;display:inline-block; text-align:center;width:50px; padding:1px 0 0;color:#fff;height:50px;background:url(../images/adv_tt.gif) center 1px no-repeat; line-height:30px; font-size:30px; font-family:"Microsoft YaHei";margin:0 9px 0 0;}
.adv dt span{ display:inline-block; float:left; font-size:18px; color:#0359a7; font-weight:bold;}
.adv dt span em{ font-style:normal; font-size:20px;}
.adv dd{padding:10px 0 0;}
.adv dd span{background:url(../images/adv_ic.gif) left 10px no-repeat; display:block; font-size:14px; color:#4c4c4c; line-height:28px; padding:0 0 0 14px; color:#4c4c4c;}
.adv dd span b{ font-weight:100; color:#ff9500;}
.adv .adv1{background:url(../images/adv1.jpg) center top no-repeat; height:529px; overflow:hidden;}
.adv .adv1 dl{padding:0 521px 0 24px;}
.adv .adv2{background:url(../images/adv2.jpg) center top no-repeat; height:369px; overflow:hidden;}
.adv .adv2 dl{padding:75px 30px 0 580px;}
.adv .adv3{background:url(../images/adv3.jpg) center top no-repeat; height:370px; overflow:hidden;}
.adv .adv3 dl{padding:97px 460px 0 0;}
.adv .adv4{background:url(../images/adv4.jpg) center top no-repeat; height:379px; overflow:hidden;}
.adv .adv4 dl{padding:101px 80px 0 565px;}
.adv .adv5{background:url(../images/adv5.jpg) center top no-repeat; height:371px; overflow:hidden;}
.adv .adv5 dl{padding:97px 460px 0 0;}
.i-youshi {
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
}
.i-youshi img {
	display: block;
	width: 1100px;
}

.i-smTit {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.i-smTit h3 {
	display: block;
	font-size: 30px;
	color: #393939;
	line-height: 60px;
	font-weight: bold;
}
.i-smTit h3 span {
	color: #0863b5;
}
.i-smTit .line {
	display: block;
	width: 100%;
	height: 1px;
	background: #c4c4c4;
}
.i-smTit > span {
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	background: #0863B5;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	text-transform: uppercase;
}

/* 首页案例 */
.i-anli {
	width: 100%;
	padding: 15px 0;
}
.i-anli .alList {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.i-anli .alList ul {
	width: 110%;
}
.i-anli .alList li {
	float: left;
	width: 265px;
	height: 196px;
	overflow: hidden;
	border: 1px dashed #dcdcdc;
	margin: 0 10px 10px 0;
}
.i-anli .alList li a {
	display: block;
	width: 100%;
	height: 100%;
}
.i-anli .alList li:hover {
	border: 1px dashed #0863b5;
}
.i-anli .alList li img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.i-anli .alList li:hover img {
	transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
}


/* 客户见证 */
.i-kehu {
	width: 100%;
	padding: 15px 0;
}
.i-kehu .alList {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.i-kehu .alList ul {
	width: 110%;
}
.i-kehu .alList li {
	float: left;
	width: 263px;
	margin: 0 15px 15px 0;
}
.i-kehu .alList li img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 3px solid #045baa;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;

	position: relative;
	z-index: 9;
}
.i-kehu .alList li .info {
	padding: 80px 20px 20px;
	border: 1px solid #d1d1d1;
	margin-top: -70px;
}
.i-kehu .alList li:hover .info {
	background: #e5121a;
}
.i-kehu .alList li:hover .info * {
	color: #fff !important;
}
.i-kehu .alList li .info .t {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 18px;
	color: #045baa;
	font-weight: bold;
	line-height: 60px;
}
.i-kehu .alList li .info p {
	width: 100%;
	height: 72px;
	overflow: hidden;
	font-size: 14px;
	color: #393939;
	line-height: 24px;
}

/* 荣誉资质 */
.i-rongyu {
	width: 100%;
	overflow: hidden;
}
.i-rongyu .i-smTit {
	width: 1100px;
	margin: 0 auto;
}
.i-rongyu .wrap {
	width: 1200px;
}
.i-rongyu .ryList {
	position: relative;
	width: 100%;
	height: 200px;
	padding: 20px 0;
}
.i-rongyu .ryList .hd {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 40px;
}
.i-rongyu .ryList .hd a {
	display: block;
	width: 40px;
	height: 80px;
	background: #e6e6e6;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	color: #045baa;
	text-align: center;
	font-family: "黑体";
	position: absolute;
	z-index: 9;
}
.i-rongyu .ryList .hd .prev {
	left: 0;
}
.i-rongyu .ryList .hd .next {
	right: 0;
}
.i-rongyu .ryList .bd {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.i-rongyu .ryList .bd ul {
	width: 110%;
}
.i-rongyu .ryList .bd li {
	float: left;
	margin-right: 10px;
}
.i-rongyu .ryList .bd li img {
	display: block;
	width: 265px;
	height: 180px;
	border: 1px solid #d1d1d1;
}

/* 公司简介 */
.i-about {
	width: 100%;
	padding: 30px 0;
	background: #f7f7f7;
}
.i-about .atTit {
	width: 100%;
	text-align: center;
}
.i-about .atTit h3 {
	font-size: 30px;
	color: #393939;
	font-weight: bold;
	line-height: 30px;
}
.i-about .atTit h3 span {
	color: #0863b5;
}
.i-about .atTit .en {
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 10px 0;
}
.i-about .atTit .en em {
	display: inline-block;
	width: 80px;
	height: 1px;
	background: #393939;
	position: relative;
	top: -5px;
}
.i-about .atTit .en span {
	display: inline-block;
	font-size: 20px;
	color: #393939;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0 20px;
}
.i-about .atCon {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
}
.i-about .atCon .pic {
	float: left;
}
.i-about .atCon .pic img {
	display: block;
	width: 422px;
	height: 245px;
	padding: 12px;
	background: url(../images/abt-k-1.png) no-repeat;
}
.i-about .atCon .info {
	float: right;
	width: 620px;
}
.i-about .atCon .info .a_tit {
	width:100%;
	height:40px;
	overflow:hidden;
}
.i-about .atCon .info .a_tit h3 {
	float:left;
	width: 220px;
    height: 40px;
    background: #e5121a;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}
.i-about .atCon .info .a_tit span {
	float:left;
	display: block;
	font-size: 18px;
	color: #393939;
	line-height: 44px;
	margin-left: 20px;
}
.i-about .atCon .info a {
	display:block;
	font-size: 13px;
	color: #393939;
	line-height: 23px;
	margin-top:20px;
}
.i-about .atCon .info .more {
	display: block;
    width: 120px;
    height: 30px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
}
.i-about .atCon .info .more:hover {
	background: #0863b5;
	border-color: #0863b5;
	color: #fff;
}
.i-about .atPic {
	width: 100%;
	overflow: hidden;
}
.i-about .atPic ul {
	width: 110%;
}
.i-about .atPic li {
	float: left;
	margin-right: 20px;
}
.i-about .atPic li img {
	display: block;
	width: 244px;
	height: 126px;
	padding: 8px;
	background: url(../images/abt-k-2.png) no-repeat;
}

/* 新闻中心 */
.i-news {
	width: 100%;
	padding: 30px 0;
	background: #fff;
	overflow: hidden;
}
.i-news .leftCon {
	float: left;
	width: 390px;
	overflow: hidden;
	margin-right: 20px;
}
.i-news .midCon {
	float: left;
	width: 390px;
	overflow: hidden;
	margin-right: 20px;
}
.i-news .rightCon {
	float: right;
	width: 280px;
	overflow: hidden;
}
.i-news .nsTit {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.i-news .nsTit h3 {
	position: relative;
	float: left;
	font-size: 18px;
	color: #393939;
	line-height: 50px;
	font-weight: bold;
}
.i-news .nsTit h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 96px;
	height: 3px;
	border-bottom: 3px solid #e5121a;
}
.i-news .nsTit h3 span {
	color: #0863b5;
}
.i-news .nsTit .more {
	float: right;
	line-height: 50px;
	font-size: 14px;
	color: #0863b5;
}
.i-news .nsList {
	width: 100%;
	overflow: hidden;
}
.i-news .nsList .picBox {
	width: 100%;
	height: 112px;
	margin-bottom: 10px;
	overflow: hidden;
}
.i-news .nsList .picBox .pic {
	float: left;
	width: 140px;	
	border: 1px solid #DBDBDB;
}
.i-news .nsList .picBox img {
	display: block;
	width: 100%;
	height: 100px;
}
.i-news .nsList .picBox .info {
	float: right;
	width: 240px;
}
.i-news .nsList .picBox .info .t {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #0863b5;
	font-weight: bold;
	line-height: 30px;
}
.i-news .nsList .picBox .info p {
	width: 100%;
	height: 72px;
	overflow: hidden;
	font-size: 12px;
	color: #535353;
	line-height: 24px;
}
.i-news .nsList ul {
	width: 100%;
	overflow: hidden;
}
.i-news .nsList li {
	width: 100%;
	overflow: hidden;
}
.i-news .nsList li a {
	display: block;
	width: 100%;
	height: 36px;
}
.i-news .nsList li a span {
	float: left;
	display:block;
	max-width:80%;
	height: 36px;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 12px;
	color: #535353;
	line-height: 36px;
}
.i-news .nsList li a:hover span {
	color: #e5121a;
}
.i-news .nsList li a em {
	float: right;
	font-size: 12px;
	color: #535353;
	line-height: 36px;
}
.i-news .qsList {
	width: 100%;
	overflow: hidden;
}
.i-news .qsList .itm {
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
	padding: 5px 0;
}
.i-news .qsList .itm:nth-child(3){
	border-bottom: 0;
	padding-top: 12px;
}
.i-news .qsList .itm .icon {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	background: #0863b5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.i-news .qsList .itm .qs {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
}
.i-news .qsList .itm .qs .t {
	float: right;
	width: 245px;
	font-size: 14px;
	color: #0863b5;
}
.i-news .qsList .itm .as {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.i-news .qsList .itm .as p {
	float: right;
	width: 245px;
	height: 80px;
	overflow: hidden;
	font-size: 12px;
	color: #393939;
	line-height: 20px;
}

/* 首页客服 */
.i-kefu {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}
.i-kefu .bg {
	position: absolute;
    left: 50%;
    bottom: 0;
    width: 135px;
    /* height: 310px; */
    margin-left: -560px;
}
.i-kefu .wrap {
	width: 900px;
	height: 150px;
	background: url(../images/i-kf-w-bg.png) no-repeat;
	background-size: 100% 150px;
	position: relative;
	left: 50px;
}
.i-kefu .leftWd {
	float: left;
	width: 40%;
	padding-left: 40px;
}
.i-kefu .leftWd h3 {
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	padding-top: 25px;
}
.i-kefu .leftWd p {
	font-size: 20px;
	color: #fff;
}
.i-kefu .rightBtn {
	float: right;
	width: 55%;
}
.i-kefu .rightBtn .box {
	float: right;
	display: inline-block;
	background: #fff;
	padding: 10px 20px;
	margin: 25px 20px 0 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.i-kefu .rightBtn p {
	font-size: 16px;
	color: #e90f16;
	line-height: 40px;
}
.i-kefu .rightBtn .num {
	width: 100%;
	height: 30px;
}
.i-kefu .rightBtn .num b {
	float: left;
	font-size: 24px;
	color: #e90f16;
	line-height: 30px;
}
.i-kefu .rightBtn .num a {
	float: right;
	display: block;
	width: 120px;
	height: 30px;
	background: url(../images/i-kf-icon.png) no-repeat;
	background-size: 120px 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}

/* 网站底部 */
.p-footer {
	width: 100%;
	overflow: hidden;
	padding-bottom: 38px;
}
.p-footer .fItm1 {
	width: 100%;
	background: #045baa;
	overflow: hidden;
}
.p-footer .fItm1 .map {
	float: left;
	width: 220px;
	height: 100%;
	background: #00498d;
}
.p-footer .fItm1 .map img {
	display: block;
	width: 185px;
	margin: 30px auto;
	border: 1px solid #fff;
	padding: 5px;
}
.p-footer .fItm1 .info {
	float: right;
	width: 800px;
	padding-bottom: 20px;
}
.p-footer .fItm1 .info .tCon {
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
}
.p-footer .fItm1 .info .tCon .box1 {
	float: left;
	margin-right: 100px;
}
.p-footer .fItm1 .info .tCon .box1 h4 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
}
.p-footer .fItm1 .info .tCon .box1 p {
	font-size: 12px;
	color: #fff;
	line-height: 26px;
}
.p-footer .fItm1 .info .tCon .box2 {
	float: left;
}
.p-footer .fItm1 .info .tCon .box2 p {
	font-size: 12px;
	color: #fff;
	line-height: 26px;
}
.p-footer .fItm1 .info .tCon .box2 a {
	font-size: 12px;
	color: #fff;
	line-height: 26px;	
}
.p-footer .fItm1 .info .mCon {
	position: relative;
	width: 100%;
	padding: 20px 0 10px;
	overflow: hidden;
}
.p-footer .fItm1 .info .mCon:after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 80%;
	height: 1px;
	background: #1689ff;
	border-bottom: 1px solid #02499B;
}
.p-footer .fItm1 .info .mCon img {
	display: block;
}
.p-footer .fItm1 .info .bCon {
	width: 100%;
	overflow: hidden;
}
.p-footer .fItm1 .info .bCon span {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin-right: 15px;
}
.p-footer .fItm1 .info .bCon a {
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	padding: 0 15px;
	border-right: 1px solid #fff;
}
.p-footer .fItm1 .info .bCon a:hover {
	text-decoration: underline;
}
.p-footer .fItm1 .info .bCon a:last-child {
	border-right: 0;
}
.p-footer .fItm2 {
	width: 100%;
	background: 
}
.pFixBar {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9998;
	width: 100%;
	height: 38px;
	background: #E90F16;
}
.pFixBar .wrap {
	position: relative;
}
.pFixBar .wrap .tel {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 180px;
	height: 54px;
	padding-left: 70px;
	background: #035CAC url(../images/phone.png) 20px center no-repeat;
}
.pFixBar .wrap .tel span {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	margin-top: 8px;
}
.pFixBar .wrap .tel b {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
}
.pFixBar .wrap ul {
	width: 100%;
	text-align: center;
	padding-left: 95px;
}
.pFixBar .wrap li {
	display: inline-block;
	height: 30px;
	padding: 0px 35px 0px 5px;
	margin: 4px 0;
	/*background: url(../images/pFixBar-li-bg.jpg) right center no-repeat;*/
	border-right: 2px solid #fff;
}
.pFixBar .wrap li:last-child {
	border-right: 0;
}
.pFixBar .wrap li a {
	display: block;
	padding-left: 40px;
	text-indent: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background: url(../images/pFixBar-icon01.png) 35% center no-repeat;
	font-weight: 700;
}
.pFixBar .wrap li.fxb1 a {
	background: url(../images/pFixBar-icon01.png) 35% center no-repeat;
}
.pFixBar .wrap li.fxb2 a {
	background: url(../images/pFixBar-icon02.png) 35% center no-repeat;
}
.pFixBar .wrap li.fxb3 a {
	background: url(../images/pFixBar-icon03.png) 35% center no-repeat;
}
.pFixBar .wrap li.fxb4 a {
	background: url(../images/pFixBar-icon04.png) 35% center no-repeat;
}
.pFixBar .wrap li.fxb4 {
	background: none;
}
.pFixBar .wrap li a:hover {
	font-weight: bold;
}


/*工程案例*/
.pg-pos {
	width: 1100px;
	height: 60px;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 30px;
}
.pg-pos .con {
	position: relative;
	width: 100%;
	height: 60px;
	padding-left: 20px;
}
.pg-pos .con:before {
	content: "";
	position: absolute;
	left: 0;
	top: 23px;
	display: block;
	width: 6px;
	height: 16px;
	background: #e5121a;
}
.pg-pos .con p {
	font-size: 14px;
	color: #484848;
	line-height: 60px;
}

.pg-case {
	width: 100%;
	overflow: hidden;
}
.pg-case .csList {
	width: 100%;
	overflow: hidden;
}
.pg-case .csList ul {
	width: 110%;
	overflow: hidden;
}
.pg-case .csList li {
	float: left;
	width: 261px;
	border: 1px dashed #dcdcdc;
	margin: 0 15px 15px 0;
}
.pg-case .csList li .pic {
	display: block;
	width: 100%;
	height: 160px;
	overflow: hidden;
	border-bottom: 1px dashed #dcdcdc;
}
.pg-case .csList li .pic img {
	display: block;
	height: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.pg-case .csList li:hover .pic img {
	transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
}
.pg-case .csList li .tit {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.pg-case .csList li:hover .tit {
	color: #045BAA;
}

.pageList {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.pageList * {
	display: inline-block;
	height: 26px;
	padding: 0 8px;
	border: 1px solid #ababab;
	font-size: 14px;
	color: #484848;
	margin: 2px;
	line-height: 26px;
}
.pageList a:hover,
.pageList .selfpage {
	background: #0E5DAE;
	color: #fff;
	border-color: #0E5DAE;
}

.rdCase {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 40px;
}
.rdCase .tdTit {
	width: 100%;
	height: 40px;
	background: #f3f3f3;
}
.rdCase .tdTit h3 {
	display: inline-block;
	height: 100%;
	padding: 0 20px;
	background: #0E5DAE;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.rdCase .rdList {
	width: 100%;
	margin-top: 10px;
}
.rdCase .rdList .bd ul {
	width: 110%;
}
.rdCase .rdList .bd li {
	float: left;
	width: 264px;
	border: 1px solid #DBDBDB;
	margin-right: 12px;
}
.rdCase .rdList .bd li a {
	position: relative;
	display: block;
	width: 100%;
	height: 190px;
}
.rdCase .rdList .bd li a img {
	display: block;
	width: 100%;
	height: 100%;
}
.rdCase .rdList .bd li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	display: block;
	width: 100%;
	height: 30px;
	background: #0A5BA8;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.rdCase .rdList .bd li:hover a span {
	background: #e5121a;
	color: #fff;
}

.smLeftBar {
	float: left;
	width: 220px;
}
.smLeftBar .ctCon {
	width: 100%;
	background: #0E5DAE;
}
.smLeftBar .ctCon .tit {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.smLeftBar .ctCon .tit h3 {
	font-size: 24px;
	color: #fefefe;
	line-height: 30px;
}
.smLeftBar .ctCon .tit h4 {
	width: 90%;
	margin: 0 auto;
	font-size: 20px;
	color: #418bd3;
	line-height: 30px;
	border-bottom: 1px solid #DBDBDB;
}
.smLeftBar .ctCon .list {
	width: 218px;
	padding-bottom: 30px;
	background: #fff;
	border: 1px solid #DBDBDB;
	/*box-shadow: 0px 0px 4px #DBDBDB;*/
}
.smLeftBar .ctCon .list ul {
	width: 100%;
}
.smLeftBar .ctCon .list li {
	width: 200px;
	margin: 6px auto 0;
}
.smLeftBar .ctCon .list li a {
	display: block;
	width: 100%;
	height: 40px;
	text-align: left;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-indent: 60px;
	background: #0A5BA8 url(../images/smLeftBar-ct-icon-1.png) 20px center no-repeat;
}
.smLeftBar .ctCon .list li a:hover,
.smLeftBar .ctCon .list li.on a {
	background: #E4131A url(../images/smLeftBar-ct-icon-2.png) 20px center no-repeat;
}
.smLeftBar .telCon {
	padding: 15px 0 15px 55px;
	background: #0A5BA8 url(../images/p-header-tel-bg.png) 10px center no-repeat;
}
.smLeftBar .telCon span {
	display: block;
	font-size: 14px;
	color: #fff;
}
.smLeftBar .telCon b {
	display: block;
	font-size: 18px;
	color: #fff;
}
.smLeftBar .csCon {
	width: 100%;
	overflow: hidden;
}
.smLeftBar .csCon ul {
	width: 100%;
}
.smLeftBar .csCon li {
	width: 218px;
	border: 1px solid #DBDBDB;
	margin-top: 15px;
}
.smLeftBar .csCon li a {
	display: block;
	width: 100%;
}
.smLeftBar .csCon li a img {
	display: block;
	width: 100%;
}
.smLeftBar .csCon li a .tit {
	display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
   	white-space: nowrap;
    background: #035CAC;
    position: relative;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

/*新闻中心*/
.pg-news {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}
.pg-news .nsList {
	width: 100%;
	overflow: hidden;
}
.pg-news .rightCon {
	float: right;
	width: 850px;
} 
.pg-news .rightCon .nlist {
	width: 100%;
	overflow: hidden;
}
.pg-news .rightCon .nlist ul {
	width: 100%;
}
.pg-news .rightCon .nlist li {
	border: 1px solid #DBDBDB;
	padding: 20px;
	margin-bottom: 12px;
}
.pg-news .rightCon .nlist li .t-t {
	width: 100%;
	height: 30px;
}
.pg-news .rightCon .nlist li .t-t .title {
	float: left;
	font-size: 18px;
	color: #3a3a3a;
	line-height: 30px;
}
.pg-news .rightCon .nlist li .t-t .time {
	float: right;
	font-size: 18px;
	color: #3a3a3a;
	line-height: 30px;
}
.pg-news .rightCon .nlist li .desc {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.pg-news .rightCon .nlist li .desc p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 24px;
}
.pg-news .rightCon .nlist li:hover .t-t .title {
	color: #0E5DAE;
}
.pg-news .article {
	padding: 30px;
	border: 1px solid #DBDBDB;
}
.pg-news .article .cTit {
	text-align: center;
}
.pg-news .article .cTit h3 {
	font-size: 24px;
	color: #333;
	line-height: 34px;
}
.pg-news .article .cTit p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-top: 10px;
}
.pg-news .article .content {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.pg-news .article .content p {
	font-size: 14px;
	color: #333;
}
.pg-news .article .content img {
	display: block;
	max-width: 860px;
	margin: 0 auto;
}
.pg-news .article .content table td {
	border: 1px solid #ccc;
}

/*产品中心*/
.pg-product {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
} 
.pg-product .pdtCon {
	width: 100%;
	overflow: hidden;
} 
.pg-product .rightCon {
	float: right;
	width: 850px;
}
.pg-product .rightCon .ptTit {
	width: 100%;
	height: 50px;
	border-bottom: 1px dashed #DBDBDB;
}
.pg-product .rightCon .ptTit h3 {
	position: relative;
	top: -2px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #3f3f3f;
	border-bottom: 4px solid #0E5DAE;
}
.pg-product .rightCon .ptList {
	width: 100%;
	overflow: hidden;
} 
.pg-product .rightCon .ptList ul {
	width: 110%;
	overflow: hidden;
} 
.pg-product .rightCon .ptList li {
	position: relative;
	float: left;
	width: 268px;
	/*height: 200px;*/
	overflow: hidden;
	border: 1px solid #DBDBDB;
	margin: 15px 15px 0 0;
} 
.pg-product .rightCon .ptList li .pic {
	width: 100%;
	height: 100%;
} 
.pg-product .rightCon .ptList li .pic img {
	display: block;
	width: 100%;
	height: 200px;
} 
.pg-product .rightCon .ptList li .tit {
	display: block;
    width: 100%;
    height: 30px;
    background: #fff;
    position: relative;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.pg-product .rightCon .ptList li .info {
	position: absolute;
	left: 0;
	top: 200px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	transition: all 0.6s;
} 
.pg-product .rightCon .ptList li:hover .info {
	top: 0;
}
.pg-product .rightCon .ptList li .info .box {
	display: block;
	padding: 16px 26px;
} 
.pg-product .rightCon .ptList li .info .box p {
	width: 100%;
	height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #fefefe;
	line-height: 24px;
} 
.pg-product .rightCon .ptList li .info .box .more {
	display: block;
	width: 160px;
	height: 36px;
	background: #0E5DAE;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	margin: 12px auto 0; 
} 
.pg-product .rightCon .ptList li .info .box .more:hover {
	background: #E4131A;
}
.pg-product .ptInfo {
	width: 100%;
	overflow: hidden;
}
.pg-product .ptInfo .parameter {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.pg-product .ptInfo .parameter .thumb {
	float: left;
	width: 350px;
}
.pg-product .ptInfo .parameter .thumb img {
	display: block;
	width: 100%;
	border: 1px solid #DBDBDB;
	margin-top: 20px;
}
.pg-product .ptInfo .parameter .con {
	float: right;
	width: 470px;
}
.pg-product .ptInfo .parameter .con h4 {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #DBDBDB;
	line-height: 40px;
	font-size: 20px;
	color: #242424;
	font-weight: bold;
}
.pg-product .ptInfo .parameter .con .para {
	width: 100%;
	padding: 6px 0;
}
.pg-product .ptInfo .parameter .con .para p {
	font-size: 12px;
	color: #242424;
	line-height: 24px;
}
.pg-product .ptInfo .parameter .con .t-b {
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #f2f2f2;
	line-height: 40px;
}
.pg-product .ptInfo .parameter .con .t-b .tel {
	float: left;
	padding-left: 6px;
}
.pg-product .ptInfo .parameter .con .t-b .tel span {
	display: block;
	padding-left: 40px;
	font-size: 20px;
	color: #0E5DAE;
	background: url(../images/i-adv-tel-bg.png) left center no-repeat;
	background-size: 30px 30px;
}
.pg-product .ptInfo .parameter .con .t-b .btn {
	float: right;
}
.pg-product .ptInfo .parameter .con .t-b .btn a {
	display: block;
	width: 150px;
	height: 40px;
	background: #0E5DAE;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
}
.pg-product .ptInfo .descCon {
	width: 100%;
}
.pg-product .ptInfo .descCon .itmBox {
	margin-top: 0px;
	margin-bottom:20px;
}
.pg-product .ptInfo .descCon .itmBox .con {
	padding: 15px 0;	
	max-height:300px;
	overflow-y:scroll;
}
.pg-product .ptInfo .descCon .itmBox p {
	font-size: 14px;
	color: #333;
}
.pg-product .ptInfo .descCon .itmBox img {
	display: block;
	max-width: 900px;
	margin: 5px auto;
}
.pg-product .ptInfo table {
	display: block;
	width: 100%;
}
.pg-product .ptInfo table td {
	padding: 4px;
	border: 1px solid #ccc;
}


.sRdTit {
	width: 100%;
	height: 40px;
	background: #F2F2F2;
}
.sRdTit h3 {
	display: inline-block;
	height: 40px;
	padding: 0 30px;
	background: #0E5DAE;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}
.rRdNew {
	width: 848px;
	margin-top: 30px;
	border: 1px solid #DBDBDB;
}
.rRdNew .list {
	padding: 15px;
}
.rRdNew .list ul {
	width: 110%;
	overflow: hidden;
}
.rRdNew .list li {
	float: left;
	width: 385px;
	margin-right: 50px;
}	
.rRdNew .list li a {
	float: left;
	display: block;
	width: 300px;
	height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #3f3f3f;
	line-height: 30px;
}
.rRdNew .list li span {
	float: right;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 30px;
}

.rRdCase {
	width: 848px;
	margin-top: 30px;
	border: 1px solid #DBDBDB;
}
.rRdCase .list {
	padding: 15px 5px;
	overflow: hidden;
}
.rRdCase .list li {
	float: left;
	width: 261px;
	border: 1px dashed #DBDBDB;
	margin: 0 8px;
	margin-bottom: 8px;
}
.rRdCase .list li a {
	display: block;
	width: 100%;
}
.rRdCase .list li a img {
	display: block;
	width: 100%;
	height: 174px;
}
.rRdCase .list li a .tit {
	display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
   	white-space: nowrap;
    background: #035CAC;
    position: relative;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}


.pdtFix {
	position: fixed;
	left: 50%;
	top: 0;
	width: 850px;
	height: 40px;
	margin-left: -300px;
	background: #fff;
	display: none;
}
.pdtFix ul {
	width: 100%;
	height: 34px;
	border-bottom: 3px solid #0E5DAE;
	margin-top: 3px;
}
.pdtFix li {
	float: left;
	width: 140px;
	height: 34px;
	margin-right: 10px;
}
.pdtFix li a {
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-family: "宋体";
	font-weight: bold;
	font-size: 14px;
	color: #000;
	position: relative;
	top: -1px;
	border: 1px solid #DCDCDC;
	border-bottom: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;

	border-bottom-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-o-border-bottom-left-radius: 0;
	-ms-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;

	border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
.pdtFix li a:hover,
.pdtFix li.on a {
	background: #0E5DAE;
	color: #fff;
	border-color: #104CA1;
}

.pg-p-n {
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid #ccc;
	padding-top: 6px;
}
.pg-p-n div {
	padding: 4px 0;
}
.pg-p-n * {
	font-size: 14px;
	color: #333;
	line-height: 26px;
}


/*右边咨询导航*/
.right_nav{width:70px;position:fixed;top:30%;right:0;z-index: 2}
.right_nav ul{width:70px;background:#045BAA;cursor:pointer;}
.right_nav ul li{width:150px;height:50px;padding:5px 10px;background:#045BAA;position:relative;}
.right_nav ul li img{width:30px;height:30px;padding:0 10px;}
.right_nav ul li p{width:50px;font:14px/20px '微软雅黑';color:#fff;text-align:center;}
.right_nav ul li p.cur{width:100px;font:16px/25px '微软雅黑';float: left;display:none;text-align: center;text-transform:uppercase;}
.right_nav ul li p.cur span{font-size:14px;}

<!--网站地图导航-->
.site_nav {width:100%;height:50px;overflow:hidden;}
.site_nav .wrap {padding-top:15px;overflow:hidden;}
.site_nav a {float:right;display:block;height:20px;padding:0 10px;border: 1px solid #eeee;font-size:14px;color:#333;line-height: 20px;}
.site_nav a.on {background:#045baa;color:#fff;}
