/* 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;
}
.wrap {
	width:1220px;
	margin:0 auto;
	position:relative;
}
body {
	max-width:100%;
	overflow-x:hidden;
	background:#f9f9f9;
}
/* 网站公共头部区域 */

.p-header {
	position:relative;
	z-index:999;
	width:100%;
	height:228px;
	background:url(../images/p-header-bg.jpg) center top no-repeat;
	border-top:2px solid #02418e;
}
.p-header:hover {
	z-index: 9999;
}
.p-header .topCon {
	width:1200px;
	height:30px;
	line-height:28px;
}
.p-header .topCon > p {
	float:left;
	font-size:12px;
	color:#333;
}
.p-header .topCon > .tag {
	float:right;
}
.p-header .topCon > .tag li {
	float:left;
	padding:0 12px;
}
.p-header .topCon > .tag li a {
	display:block;
}
.p-header .topCon > .tag li a img {
	float:left;
	display:block;
	width:18px;
	height:18px;
	margin-top:3px;
	margin-right:10px;
}
.p-header .topCon > .tag li a span {
	font-size:12px;
	color:#fff;
	line-height:28px;
}
.p-header .logoBox {
	width:1200px;
	height:50px;
	padding:50px 0;
	overflow:hidden;
}
.p-header .logoBox h1 {
	float:left;
	position:relative;
	top:-26px;
}
.p-header .logoBox .tel {
	float:right;
	position: relative;
	top: -30px;
}
.p-header .menuBox {
	width:1200px;
	height:48px;
}
.p-header .menuBox ul {
	width:100%;
}
.p-header .menuBox ul li {
	position: relative;
	float:left;
	width:133px;
}
.p-header .menuBox ul li > a {
	display:block;
	width:100%;
	height:48px;
	font-size:18px;
	color:#fff;
	font-weight: bold;
	line-height:48px;
	text-align:center;
}
.p-header .menuBox ul li > .submenu {
	position: absolute;
	left: 0;
	top: 78px;
	width: 100%;
	background: #f7ac00;
	opacity: 0;

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.p-header .menuBox ul li > .submenu a {
	display: block;
	width: 100%;
	height: 40px;
	background: #f7ac00;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-top: 1px dotted #fff;
}
.p-header .menuBox ul li > .submenu a:hover {
	color: #333;
}
.p-header .menuBox ul li a.on,
.p-header .menuBox ul li:hover {
	background: url(../images/p-menu-on-bg.png) no-repeat;
}
.p-header .menuBox ul li:hover  > .submenu {
	top: 48px;
	opacity: 1;
    visibility: visible;
} 


/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height:600px;
	overflow:hidden;
}
.i-banner ul {
	width:100%;
	height:100%;
}
.i-banner ul li {
	width:100%;
	height:600px;
}
.i-banner .flexslider {
	position:relative;
	height:600px;
}
.i-banner .flex-control-nav {
	bottom:20px;
	z-index:999;
}
.flex-control-paging li a {
	width:78px !important;
	height:6px !important;
	border:1px solid #bebebe;
	background:none !important;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
}
.flex-control-paging li a.flex-active {
	background:#f5a23d !important;
	border-color:#f5a23d !important;
}
/*服务流程*/

.i-liucheng {
	width:100%;
	margin-top:30px;
	overflow:hidden;
}
.i-liucheng .tit {
	width:100%;
	height:80px;
	border-bottom:1px solid #ddd;
}
.i-liucheng .tit .wrap {
	width:1200px;
}
.i-liucheng .tit .wrap h3 {
	float:left;
	width:140px;
	height:80px;
	border-bottom:1px solid #0d58b3;
	padding-left:26px;
	background:url(../images/i-liucheng-pic01.png) left center no-repeat;
	font-size:30px;
	color:#333;
	line-height:80px;
	margin-right:10px;
}
.i-liucheng .tit .wrap p {
	font-size:14px;
	color:#666;
	line-height:80px;
}
.i-liucheng .lcBd {
	width:1200px;
	margin-top:30px;
}
.i-liucheng .lcBd ul {
	width:110%;
}
.i-liucheng .lcBd ul li {
	float:left;
	margin-right:20px;
}
.i-liucheng .lcBd ul li img {
	display:block;
	width:132px;
	height:132px;
}
/*产品中心*/

.i-chanpin {
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.i-chanpin > .adBanner {
	width:100%;
	height:292px;
	background:url(../images/i-chanpin-pic01-1.jpg) top center no-repeat;
}
.i-chanpin > .adBanner h3 {
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:100px;
	padding-top:20px;
}
.i-chanpin > .adBanner p {
	font-size:14px;
	color:#fff;
	text-align:center;
}
.i-chanpin .cpContent {
	width:1200px;
	overflow:hidden;
}
.i-chanpin .cpContent .leftCate {
	float:left;
	width:260px;
}
.i-chanpin .cpContent .leftCate h3 {
	width:260px;
	height:70px;
	background:#0d58b3;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:70px;
}
.i-chanpin .cpContent .leftCate .list {
	width:208px;
	padding:0 25px;
	border:1px solid #ccc;
	padding-top:20px;
}
.i-chanpin .cpContent .leftCate .list dl {
	width:100%;
}
.i-chanpin .cpContent .leftCate .list dl dt {
	width:100%;
	height:40px;
	background:#eaeaea url(../images/cpContent-cateBg.png) 95% center no-repeat;
	line-height:40px;
	text-indent:2em;
}
.i-chanpin .cpContent .leftCate .list dl dd {
	display: none;
	width:100%;
}
.i-chanpin .cpContent .leftCate .list dl dd a {
	display:block;
	font-size:14px;
	color:#333;
	line-height:40px;
	padding-left:30px;
	background:url(../images/cpContent-cateBg-icon.png) 10px center no-repeat;
}
.i-chanpin .cpContent .rightBox {
	float:right;
	width:910px;
}
.i-chanpin .cpContent .rightBox .tel {
	width:100%;
}
.i-chanpin .cpContent .rightBox .picList {
	width:908px;
	overflow:hidden;
	border:1px solid #d1d1d1;
}
.i-chanpin .cpContent .rightBox .picList ul {
	width:110%;
	padding:10px;
}
.i-chanpin .cpContent .rightBox .picList ul li {
	float:left;
	width:290px;
	margin-right:10px;
	margin-bottom:10px;
}
.i-chanpin .cpContent .rightBox .picList ul li a {
	display:block;
}
.i-chanpin .cpContent .rightBox .picList ul li a img {
	display:block;
	width:290px;
	height:231px;
}
.i-chanpin .cpContent .rightBox .picList ul li a span {
	display:block;
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:18px;
	color:#333;
}
/*优势*/

.i-youshi {
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.i-youshi > .adBanner {
	width:100%;
	height:228px;
	background:url(../images/i-chanpin-pic01.jpg) top center no-repeat;
}
.i-youshi > .adBanner h3 {
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:100px;
	padding-top:20px;
}
.i-youshi > .adBanner p {
	font-size:14px;
	color:#fff;
	text-align:center;
}
.i-youshi .ysContent {
	width:1200px;
	overflow:hidden;
}
.i-youshi .ysContent .item {
	width:100%;
	margin-top:30px;
	background:#fff;
	padding:20px 0 20px 0;
	overflow:hidden;
}
.i-youshi .ysContent .item .desc {
	float:left;
	width:45%;
	padding-left:5%;
}
.i-youshi .ysContent .item .desc .num {
	float:left;
	width:118px;
}
.i-youshi .ysContent .item .desc .word {
	float:left;
	width:420px;
}
.i-youshi .ysContent .item .desc .t {
	display:block;
	height:100px;
}
.i-youshi .ysContent .item .desc .t h3 {
	font-size:30px;
	color:#0a458e;
	line-height:80px;
	font-weight:bold;
}
.i-youshi .ysContent .item .desc .t p {
	font-size:12px;
	color:#666;
	border-bottom:1px solid #06438d;
}
.i-youshi .ysContent .item .desc .info {
	width:100%;
	margin-top:20px;
}
.i-youshi .ysContent .item .desc .info p {
	font-size:16px;
	color:#333;
	line-height:32px;
	padding-left:20px;
	background:url(../images/z25.png) left 14px no-repeat;
}
.i-youshi .ysContent .item .pic {
	float:right;
}
.i-youshi .ysContent .item .pic img {
	display:block;
	width:585px;
}
.i-youshi .ysContent .item:nth-child(2n) .desc {
	float:right;
}
.i-youshi .ysContent .item:nth-child(2n) .pic {
	float:left;
}
/*案例中心*/

.i-case {
	width:100%;
	overflow:hidden;
	margin-top:30px;
	background:url(../images/z31.jpg) top center no-repeat;
}
.i-case > .adBanner {
	width:100%;
	height:292px;
	background:url(../images/i-chanpin-pic01.jpg) top center no-repeat;
}
.i-case > .adBanner h3 {
	font-size:40px;
	color:#fff;
	text-align:center;
	line-height:100px;
	padding-top:20px;
}
.i-case > .adBanner p {
	font-size:14px;
	color:#fff;
	text-align:center;
}
.i-case .caseContent {
	width:1200px;
	overflow:hidden;
}
.i-case .caseContent .cs-nav {
	width:100%;
	margin:40px 0;
	height:40px;
}
.i-case .caseContent .cs-nav ul {
	width:100%;
	text-align:center;
}
.i-case .caseContent .cs-nav ul li {
	display:inline-block;
	height:40px;
	text-align:center;
	background:#fff;
	margin:0 10px;
}
.i-case .caseContent .cs-nav ul li a {
	display:block;
	padding:0 20px;
	text-align:center;
	line-height:40px;
	overflow:hidden;
	font-size:18px;
}
.i-case .caseContent .cs-nav ul li.on a,.i-case .caseContent .cs-nav ul li a:hover {
	background:#1d68c3;
	color:#fff;
}
.i-case .caseContent .list {
	position:relative;
	width:1200px;
	height:274px;
	overflow:hidden;
}
.i-case .caseContent .list .hd {
	position:absolute;
	left:0;
	top:30%;
	width:100%;
	height:80px;
}
.i-case .caseContent .list .hd a {
	position:absolute;
	top:0;
	display:block;
	width:50px;
	height:80px;
	background:#fff;
	text-align:center;
	line-height:80px;
	font-size:20px;
}
.i-case .caseContent .list .hd a.prev {
	left:0;
}
.i-case .caseContent .list .hd a.next {
	right:0;
}
.i-case .caseContent .list .bd {
	position:absolute;
	left:60px;
	width:1080px;
}
.i-case .caseContent .list .bd ul {
	width:100%;
}
.i-case .caseContent .list .bd ul li {
	float:left;
	width:340px;
	height:220px;
	margin:0 10px;
}
.i-case .caseContent .list .bd ul li a {
	display:block;
}
.i-case .caseContent .list .bd ul li a img {
	display:block;
	width:340px;
	height:220px;
}
.i-case .caseContent .list .bd ul li a span {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	font-synthesis:18px;
	color:#333;
	text-align:center;
}
.id-case {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}
.cs-tit {
	width: 100%;
	height: auto;
}
.cs-tit .pro_title {
	width: 40%;
	margin: 0 auto;
}
.cs-tit .pro_title ul li {
	width: 100%;
	text-align: center;
}
.cs-tit .pro_title ul .number1 {
	font-size: 38px;
	font-weight: bold;
	color: #0073ce;
	border-left: 1px solid #c1c2c2;
	border-right: 1px solid #c1c2c2;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 38px;
	position: relative;
}
.cs-tit .pro_title_3 {
	width: 100%;
	padding-left: 15px;
}
.cs-tit .pro_title_3 ul .number3 {
	font-size: 26px;
	font-weight: bold;
	color: #414544;
	line-height: 39px;
}
.cs-tit .pro_title_3 ul .number4 {
	font-size: 18px;
	font-weight: bold;
	color: #414544;
	line-height: 27px;
}
.cs-tit .pro_title_3 ul .number5 {
	font-size: 20px;
	font-weight: bold;
	color: #414544;
	line-height: 27px;
	position: :relative;
}
.cs-tit .pro_title_3 ul .rectangle {
	width: 4px;
	height: 30px;
	background-color: #1d66b3;
	float: left;
}
.cs-tit .pro_title_4 {
	width: 100%;
}
.cs-tit .pro_title_4 ul .number3 {
	font-size: 26px;
	font-weight: bold;
	color: #414544;
	line-height: 39px;
}
.cs-tit .pro_title_4 ul li a {
	font-size: 13px;
	color: #2d2d2d;
}
.cs-tit .pro_title_4 ul li a:hover {
	text-decoration: underline;
	color: #ff7800;
}
.cs-tit .pro_title ul .number1 span {
	position: relative;
	display: inline-block;
	color: #f7ac00;
	font-weight: normal;
	margin-left: 46px;
}
.cs-tit .pro_title ul .number1 span:before {
	content: " ";
	position: absolute;
	left: -13%;
	top: 43.4%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #999999;
}
.cs-tit .pro_title .number2 {
	font-family: "微软雅黑";
	color: #999999;
	line-height: 56px;
}
.cs-tit .pro_title ul .number1:before {
	content: " ";
	position: absolute;
	left: 100%;
	top: 49%;
	width: 75%;
	height: 1px;
	background-color: #cacacb;
}
.cs-tit .pro_title ul .number1:after {
	content: " ";
	position: absolute;
	left: -75%;
	top: 49%;
	width: 75%;
	height: 1px;
	background-color: #cacacb;
}
.id-case .cs-list {
	width: 1200px;
	overflow: hidden;
}
.id-case .cs-list ul {
	width: 1200px;
}
.id-case .cs-list ul li {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 18px;
}
.id-case .cs-list ul li .pic {
	float: left;
	display: block;
	width: 214px;
	height: 143px;
}	
.id-case .cs-list ul li .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.id-case .cs-list ul li .desc {
	float: left;
	margin-left: 16px;
	width: 340px;
	height: 143px;
	overflow: hidden;
}
.id-case .cs-list ul li .desc h5 {
	width: 100%;
	height: 36px;
	font-size: 16px;
	color: #333;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.id-case .cs-list ul li .desc p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 100%;
	height: 72px;
	overflow: hidden;
	text-indent: 2em;
}
.id-case .cs-list ul li .desc .more {
	display: block;
	float: right;
	width: 90px;
	height: 24px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #333;
	line-height: 24px;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}



/*新闻中心*/

.i-news {
	width:100%;
	height:1100px;
	background:url(../images/i-about-pic01.jpg) top center no-repeat;
	overflow:hidden;
}
.i-news > .about {
	width:1200px;
	overflow:hidden;
}
.i-news > .about .leftPic {
	position: relative;
	float:left;
	width:475px;
}
.i-news > .about .leftPic img {
	display:block;
	width:475px;
}
.i-news > .about .leftPic iframe {
	position: absolute;
	left: 33px;
	top: 0;
	width: 405px;
	height: 320px;
}
.i-news > .about .rightCon {
	float:right;
	width:700px;
	padding-left:25px;
}
.i-news > .about .rightCon .item1 {
	width:100%;
	height:310px;
	overflow:hidden;
}
.i-news > .about .rightCon .item1 .t {
	width:100%;
	overflow:hidden;
}
.i-news > .about .rightCon .item1 .t h3 {
	float:left;
	font-size:50px;
	font-weight:bold;
	color:#fff;
	line-height:80px;
}
.i-news > .about .rightCon .item1 .t span {
	float:left;
	margin-left:20px;
	font-size:16px;
	color:#fff;
	line-height:100px;
}
.i-news > .about .rightCon .item1 p {
	font-size:14px;
	color:#fff;
	line-height:24px;
}
.i-news > .about .rightCon .item1 .more {
	display:block;
	font-size:16px;
	color:#fff;
	margin-top:20px;
}
.i-news > .about .rightCon .item2 {
	width:100%;
	overflow:hidden;
}
.i-news > .about .rightCon .item2 .t {
	margin-top:50px;
}
.i-news > .about .rightCon .item2 h3 {
	font-size:24px;
	color:#707070;
	line-height:30px;
	font-weight:bold;
	padding-left:20px;
	background:url(../images/i-liucheng-pic01.png) left center no-repeat;
}
.i-news > .about .rightCon .item2 .list {
	margin-top:50px;
}
.i-news > .about .rightCon .item2 .list img {
	float:left;
	margin:0 15px;
	display:block;
	width:200px;
	height:160px;
}
.i-news .newsList {
	width:1200px;
	overflow:hidden;
}
.i-news .newsList .s_t {
	width:100%;
	overflow:hidden;
}
.i-news .newsList .s_t h3 {
	float:left;
	width:140px;
	height:60px;
	border-bottom:1px solid #0d58b3;
	line-height:60px;
	text-indent:2em;
	background:url(../images/i-liucheng-pic01.png) left center no-repeat;
	font-size:18px;
	color:#333;
}
.i-news .newsList .s_t .more {
	float:right;
	line-height:60px;
	font-size:16px;
	color:#333;
}
.i-news .newsList .left {
	float:left;
	width:390px;
}
.i-news .newsList .left .list {
	width:100%;
	overflow:hidden;
}
.i-news .newsList .left .list ul {
	width:100%;
}
.i-news .newsList .left .list ul li {
	width:100%;
	border-bottom:1px dashed #e3e3e3;
	padding:8px 0 0;
}
.i-news .newsList .left .list ul li a {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.i-news .newsList .left .list ul li p {
	font-size:14px;
	color:#666;
	line-height:24px;
	height:75px;
	overflow:hidden;
}
.i-news .newsList .mid {
	float:left;
	width:350px;
	margin:0 35px;
}
.i-news .newsList .mid ul li {
	width:350px;
	height:56px;
	border-bottom:1px solid #e4e4e4;
}
.i-news .newsList .mid ul li a {
	display:block;
	line-height:56px;
}
.i-news .newsList .mid ul li a span {
	display:block;
	float:left;
	width:75%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px;
	color:#333;
	line-height:56px;
}
.i-news .newsList .mid ul li a em {
	float:right;
	text-align:right;
	display:block;
	width:25%;
	font-size:12px;
	color:#666;
	line-height:56px;
}
.i-news .newsList .right {
	width:350px;
	float:right;
	margin:0;
}
/*合作伙伴*/

.i-hezuo {
	width:100%;
	margin-top:30px;
	overflow:hidden;
}
.i-hezuo .tit {
	width:100%;
	height:80px;
	border-bottom:1px solid #ddd;
}
.i-hezuo .tit .wrap {
	width:1200px;
	overflow:hidden;
}
.i-hezuo .tit .wrap h3 {
	float:left;
	width:140px;
	height:80px;
	border-bottom:1px solid #0d58b3;
	padding-left:26px;
	background:url(../images/i-liucheng-pic01.png) left center no-repeat;
	font-size:30px;
	color:#333;
	line-height:80px;
	margin-right:10px;
}
.i-hezuo .tit .wrap p {
	font-size:14px;
	color:#666;
	line-height:80px;
}
.i-hezuo .hzBd {
	width:1200px;
	margin-top:30px;
}
.i-hezuo .hzBd ul {
	width:1200px;
	overflow:hidden;
}
.i-hezuo .hzBd ul li {
	float:left;
	margin:6px 13px;
}
.i-hezuo .hzBd ul li img {
	display:block;
	width:174px;
	height:100px;
}
/*底部*/

.p-footer {
	width:100%;
	overflow:hidden;
	background:#016bbf;
	padding-top:60px;
	margin-top:50px;
}
.p-footer .wrap {
	width:1210px;
	overflow:hidden;
}
.p-footer .item1 {
	padding-bottom:20px;
}
.p-footer .item1 .left {
	float:left;
	width:800px;
}
.p-footer .item1 .left .cate {
	width:100%;
	overflow:hidden;
}
.p-footer .item1 .left dl {
	float:left;
	width:150px;
	text-align:center;
}
.p-footer .item1 .left dl dt {
	display:block;
	font-size:20px;
	color:#fff;
	line-height:40px;
}
.p-footer .item1 .left dl dt  a {
	color:#FFFFFF
}
.p-footer .item1 .left dl dd {
	width:100%;
}
.p-footer .item1 .left dl dd a {
	display:block;
	font-size:14px;
	color:#e6e6e6;
	line-height:30px;
}
.p-footer .item1 .left dl dd a:hover {
	color:#fff;
}
.p-footer .item1 .info {
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.p-footer .item1 .info .logo {
	float:left;
	display:block;
	width:210px;
	margin-top: 0;
}
.p-footer .item1 .info .logo img {
	display:block;
	margin:0 auto;
}
.p-footer .item1 .info .des {
	float:left;
	width:400px;
	border-left:1px solid #bdbdbd;
	margin-left:40px;
}
.p-footer .item1 .info .des p {
	font-size:14px;
	color:#fff;
	padding-left:60px;
	line-height:30px;
	background:url(../images/z9.png) 30px center no-repeat;
}
.p-footer .item1 .info .des .zj {
	background:url(../images/z10.png) 30px center no-repeat;
}
.p-footer .item1 .info .des .sj {
	background:url(../images/z10.png) 30px center no-repeat;
}
.p-footer .item1 .info .des .cz {
	background:url(../images/z11.png) 30px center no-repeat;
}
.p-footer .item1 .info .des .yx {
	background:url(../images/z12.png) 30px center no-repeat;
}
.p-footer .item1 .right {
	float:right;
	width:400px;
}
.p-footer .item1 .right .ewm {
	width:100%;
	text-align:center;
}
.p-footer .item1 .right .ewm img {
	display:block;
	margin:0 auto;
	width: 180px;
}
.p-footer .item1 .right .ewm span {
	display:block;
	line-height:40px;
	font-size:14px;
	color:#fff;
}
.p-footer .item1 .right .tel {
	width:100%;
	margin-top:30px;
}
.p-footer .item1 .right .tel img {
	display:block;
	margin:0 auto;
}
.p-footer .item2 {
	width:100%;
	height:50px;
	background:#00599b;
	overflow:hidden;
}
.p-footer .item2 a,.p-footer .item2 p {
	font-size:14px;
	color:#fff;
	line-height:50px;
}
.smLeftBar {
	float:left;
	width:260px;
}
.smLeftBar .item1 {
	width:100%;
	background:#fff;
}
.smLeftBar .item1 h3 {
	width:260px;
	height:60px;
	background:url(../images/leftBar-item2Bg_05.jpg) no-repeat;
	font-size:24px;
	color:#fff;
	text-indent:12px;
	line-height:60px;
}
.smLeftBar .item1 ul {
	width:92%;
	margin:0 auto;
	padding:20px 0;
}
.smLeftBar .item1 ul li {
	width:100%;
}
.smLeftBar .item1 ul li a {
	display:block;
	width:100%;
	height:50px;
	background:url(../images/leftBar-item2Bg_02.jpg) top center no-repeat;
	line-height:50px;
	text-indent:70px;
	font-size:16px;
	color:#666;
}
.smLeftBar .item1 ul li a:hover {
	color:#fff;
	background:url(../images/leftBar-item2Bg_02-1.jpg) top center no-repeat;
}
.smLeftBar .item2 {
	width:100%;
	overflow:hidden;
	margin-top:20px;
	background:#fff;
}
.smLeftBar .item2 h3 {
	width:260px;
	height:60px;
	background:url(../images/leftBar-item2Bg_05.jpg) no-repeat;
	font-size:24px;
	color:#fff;
	text-indent:12px;
	line-height:60px;
}
.smLeftBar .item2 img {
	display:block;
	width:243px;
	margin:16px auto;
}
.smLeftBar .item2 .tel {
	width:243px;
	margin:0px auto;
	height:44px;
	border-bottom:1px solid #e2e2e2;
	padding:12px 0;
	padding-left:60px;
	background:url(../images/leftBar-item2Bg_07.jpg) left center no-repeat;
}
.smLeftBar .item2 .tel em {
	display:block;
	font-size:14px;
	color:#666;
}
.smLeftBar .item2 .tel span {
	display:block;
	font-size:16px;
	color:#666;
}
.smLeftBar .item2 .info {
	width:243px;
	margin:0px auto;
	padding:12px 0;
}
.smLeftBar .item2 .info p {
	font-size:14px;
	color:#666;
	line-height:24px;
}
/*产品中心*/

.pg-chanpin {
	width:100%;
	overflow:hidden;
	margin-top:80px;
}
.sRightCon {
	float:right;
	width:920px;
	padding:10px 20px;
	background:#fff;
}
.sRightCon .pg-pos {
	width:100%;
	height:20px;
	padding:10px 0;
	border-bottom:2px solid #f0f0f0;
}
.sRightCon .pg-pos .left {
	float:left;
}
.sRightCon .pg-pos .left h3 {
	font-size:18px;
	color:#fa8013;
	line-height:20px;
	border-left:3px solid #fa8013;
	text-indent:12px;
}
.sRightCon .pg-pos .right {
	float:right;
}
.sRightCon .pg-pos .right p {
	font-size:12px;
	color:#666;
	line-height:20px;
}
.pg-chanpin .list {
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pg-chanpin .list ul {
	width:110%;
	overflow:hidden;
}
.pg-chanpin .list ul li {
	float:left;
	width:290px;
	margin-right:20px;
}
.pg-chanpin .list ul li a {
	display:block;
}
.pg-chanpin .list ul li a img {
	display:block;
	width:290px;
	height:231px;
}
.pg-chanpin .list ul li a span {
	display:block;
	width:100%;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pg-group {
	width:100%;
	margin-top:40px;
	text-align:center;
	overflow:hidden;
}
.pg-group * {
	display:inline-block;
	height:30px;
	padding:0 10px;
	border:1px solid #ddd;
	font-size:14px;
	color:#333;
	margin:6px;
	line-height:30px;
}
/*公司简介*/

.pg-about {
	width:100%;
	overflow:hidden;
	margin:50px auto;
}
.pg-about .rightCon {
	float:right;
	width:870px;
	padding:10px 20px;
	background:#fff;
}
.pg-about .rightCon .con {
	padding:30px 0;
}
.pg-about .rightCon .con p {
	font-size:14px;
	color:#666;
	line-height:30px;
}
.pg-about .rightCon .con img {
	width:100%;
}
.pg-about .ar-tit {
	width:100%;
	margin:30px 0;
	text-align:center;
}
.pg-about .ar-tit h3 {
	font-size:22px;
	line-height:40px;
}
.pg-about .ar-tit p {
	font-size:12px;
	line-height:20px;
}
.pg-detail .dt-con {
	width:100%;
}
.pg-detail .dt-con .item1 {
	width:100%;
	overflow:hidden;
}
.pg-detail .dt-con .item1 .left {
	float:left;
	width:520px;
}
.pg-detail .dt-con .item1 .left img {
	display:block;
	width:520px;
}
.pg-detail .dt-con .item1 .right {
	float:right;
	width:305px;
	height:320px;
}
.pg-detail .dt-con .item1 .right h3 {
	width:100%;
	height:60px;
	font-size:22px;
	color:#333;
	line-height:60px;
	border-bottom:1px dashed #f0f0f0;
}
.pg-detail .dt-con .item1 .right .more {
	display:block;
	width:110px;
	height:40px;
	background:#fa8013;
	text-align:center;
	line-height:40px;
	margin-top:20px;
	font-size:14px;
	color:#fff;
}
.pg-detail .dt-con .item2 {
	width:100%;
	margin-top:30px;
	#2c4475
}
.pg-detail .dt-con .item2 h3 {
	display:block;
	width:110px;
	height:40px;
	background:#2c4475;
	text-align:center;
	line-height:40px;
	margin-top:20px;
	font-size:14px;
	color:#fff;
	border-bottom:1px solid #666;
}
.pg-detail .dt-con .item2 .box {
	margin-top:20px;
}
.pg-detail .dt-con .item2 .box p {
	font-size:14px;
	line-height:30px;
}
.pg-detail .dt-con .item2 .box img {
	display:block;
	max-width:100%;
}
/*新闻中心*/

.pg-news {
	width:100%;
	margin:50px auto;
}
.pg-news .rightCon {
	float:right;
	width:870px;
	padding:10px 20px;
	background:#fff;
}
.pg-news .rightCon .list {
	margin-top:10px;
}
.pg-news .rightCon .list ul {
	width:100%;
	overflow:hidden;
}
.pg-news .rightCon .list ul li {
	width:100%;
	padding:12px 0;
	border-bottom:1px solid #e4e4e4;
}
.pg-news .rightCon .list ul li .t {
	width:100%;
	height:30px;
	line-height:30px;
}
.pg-news .rightCon .list ul li .t a {
	float:left;
	display:block;
	width:80%;
	line-height:30px;
	font-size:16px;
	color:#333;
}
.pg-news .rightCon .list ul li .t span {
	float:right;
	display:block;
	width:10%;
	font-size:14px;
	color:#666;
	text-align:right;
}
.pg-news .rightCon .list ul li .desc {
	width:100%;
	margin-top:10px;
}
.pg-news .rightCon .list ul li .desc p {
	width:100%;
	height:60px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:12px;
	color:#666;
}
.p-search {
	position: relative;
	z-index: 9998;
	width:100%;
	height:40px;
	padding:12px 0;
}
.p-search .tag {
	float:left;
}
.p-search .tag b {
	float:left;
	font-size:14px;
	color:#333;
	line-height:40px;
}
.p-search .tag a {
	float:left;
	font-size:14px;
	color:#333;
	line-height:40px;
	margin:0 8px;
}
.p-search .srh {
	float:right;
}
.p-search .srh form {
	width:240px;
	height:38px;
	border:1px solid #f0f0f0;
}
.p-search .srh form .keyword {
	float:left;
	width:190px;
	height:100%;
	text-indent:8px;
	border:0;
	background:none;
	outline:0;
}
.p-search .srh form .btn {
	float:right;
	width:50px;
	height:100%;
	background:#0f5ec3 url(../images/p-search-bg.png) center center no-repeat;
	background-size:30px 30px;
	border:0;
	cursor:pointer;
}
.pg-detail .dt-con .tuijian {
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.pg-detail .dt-con .tuijian .tj-tit {
	height:38px;
	line-height:38px;
	position:relative;
	border:1px solid #ddd;
	background:url(../images/header-bg.png) left -80px repeat-x #fff;
}
.pg-detail .dt-con .tuijian .tj-tit h3 {
	font-size:18px;
	color:#295ab6;
	border-left:5px solid #295ab6;
	padding:0 0 0 20px;
	background:url(../images/ico-rec.png) left center no-repeat;
	font-weight:bold;
}
.pg-detail .dt-con .tuijian .tj-tit a {
	position:absolute;
	right:10px;
	top:0;
	font-size:16px;
	color:#999;
	font-size:small;
}
.pg-detail .dt-con .tuijian .list {
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.pg-detail .dt-con .tuijian .list ul {
	width:110%;
}
.pg-detail .dt-con .tuijian .list ul li {
	float:left;
	width:200px;
	margin-right:24px;
}
.pg-detail .dt-con .tuijian .list ul li a {
	display:block;
	width:100%;
}
.pg-detail .dt-con .tuijian .list ul li a img {
	display:block;
	width:200px;
	height:159px;
}
.pg-detail .dt-con .tuijian .list ul li a span {
	display:block;
	width:100%;
	text-align:center;
	line-height:30px;
}
/*产品详情页*/

.pg-cpDetail {
	width:100%;
	padding:30px 0;
}
.pg-cpDetail .cpItem1 {
	width:1140px;
	background:#fff;
	padding:30px;
	overflow:hidden;
}
.pg-cpDetail .cpItem1 .leftPic {
	float:left;
	width:570px;
}
.pg-cpDetail .cpItem1 .leftPic img {
	display:block;
	width:100%;
	height:480px;
}
.pg-cpDetail .cpItem1 .info {
	float:right;
	width:520px;
	height:480px;
	overflow:hidden;
}
.pg-cpDetail .cpItem1 .info h3 {
	font-size:30px;
	color:#333;
	font-weight:400;
	line-height:40px;
}
.pg-cpDetail .cpItem1 .info .desc {
	width: 100%;
    max-height: 92px;
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px solid #ebebeb;
}
.pg-cpDetail .cpItem1 .info .pt {
	width:100%;
	margin-top:20px;
}
.pg-cpDetail .cpItem1 .info .pt p {
	font-size:14px;
	color:#666;
	line-height:18px;
	padding:10px 0;
}
.pg-cpDetail .cpItem1 .info .pt p b {
	font-size:30px;
	color:#ce032e;
}
.pg-cpDetail .cpItem1 .info .more {
	display:block;
	width:210px;
	height:60px;
	background:#f67902;
	margin-top:20px;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.pg-cpDetail .cpItem2 {
	width:1160px;
	overflow:hidden;
	background:#fff;
	padding:20px;
	margin-top:30px;
}
.pg-cpDetail .cpItem2 .tit {
	width:100%;
	height:40px;
	margin-bottom:20px;
	overflow:hidden;
}
.pg-cpDetail .cpItem2 .tit h4 {
	font-size:26px;
	color:#333;
	line-height:20x;
	font-weight:400;
	border-left:3px solid #1d66b3;
	text-indent:12px;
}
.pg-cpDetail .cpItem2 ul {
	width:110%;
}
.pg-cpDetail .cpItem2 ul li {
	float:left;
	width:280px;
	margin-right:13px;
}
.pg-cpDetail .cpItem2 ul li a {
	display:block;
	width:100%;
}
.pg-cpDetail .cpItem2 ul li a img {
	position:relative;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:236px;
	border:1px solid #fff;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
}
.pg-cpDetail .cpItem2 ul li a:hover img {
	box-shadow:5px 5px 5px #ccc;
	-webkit-box-shadow:5px 5px 5px #ccc;
	-moz-box-shadow:5px 5px 5px #ccc;
	-ms-box-shadow:5px 5px 5px #ccc;
	-o-box-shadow:5px 5px 5px #ccc;
	top:-3px;
	left:-3px;
}
.pg-cpDetail .cpItem2 ul li a span {
	display:block;
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:16px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pg-cpDetail .cpItem3 {
	width:1200px;
	overflow:hidden;
	margin: 30px auto;
}
.pg-cpDetail .cpItem3 .tit {
	width:100%;
	height:40px;
	border-bottom:2px solid #0073ce;
}
.pg-cpDetail .cpItem3 .tit h3 {
	float: left;
	display:block;
	width:120px;
	height:40px;
	font-size:18px;
	background: #8a8a8a;	
	color:#fff;
	text-align:center;
	line-height:40px;
	cursor: pointer;
}
.pg-cpDetail .cpItem3 .tit h3.on {
	background:#0073ce;
}
.pg-cpDetail .cpItem3 .con {
	width:1000px;
	padding:30px 80px;
	background:#fff;
	overflow:hidden;
}
.pg-cpDetail .cpItem3 .con p {
	font-size:14px;
	color:#333;
	line-height:24px;
}
.pg-cpDetail .cpItem3 .con img {
	max-width:100%;
}
.pg-cpDetail .cpItem3 .con iframe {
	display: block;
	width: 650px;
	height: 500px;
	margin: 20px auto;
}
.pg-cpDetail .cpItem3 table {
	margin: 0 auto;
}
.pg-cpDetail .cpItem3 table td {
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
}