﻿/*******************************
    -------[=最新案例]-------
********************************/
.pul-list-case {
	padding: 30px 0 20px;
}

.pul-list-case li {
	overflow: hidden;
	margin-bottom: 30px;
	height: 270px;
	background-color: #f8f8f8;
}

.pul-list-case .li1 .img, .pul-list-case .li1 .txt {
	float: left;
	width: 50%;
}

.pul-list-case .li2 .txt, .pul-list-case .li2 .img {
	float: right;
	width: 50%;
}

.pul-list-case .txt {
	padding: 30px 60px 0 40px;
	color: #02318e;
}

.pul-list-case .txt b {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

.pul-list-case .txt .info {
	display: block;
	/*padding: 25px 0;*/
	padding: 8px 0;
	/*font-size: 12px;*/
	color: #666;
	line-height: 2.3;
}

.pul-list-case .txt .btn {
	display: inline-block;
	padding-right: 30px;
	background: url(../images/imgp-casemore.png) right center no-repeat;
	color: #1d64b4;
}

.pul-list-case .txt:hover {
	color: #1d64b4;
}

.pul-list-case .img {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.pul-list-case .img .pic {
	position: relative;
	display: block;
	padding-top: 49.27%;
}

.pul-list-case .img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}

.pul-list-case .img .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: url(../images/bg_case.png);
	visibility: hidden;
	opacity: 0;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.pul-list-case .img .tit {
	position: absolute;
	top: -999px;
	left: 0;
	z-index: 20;
	width: 100%;
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.pul-list-case .img .ico {
	display: inline-block;
	margin-left: 15px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../images/imgp-casetit.png) center center no-repeat;
}

.pul-list-case .img:hover .bg {
	opacity: 1;
	visibility: visible;
}

.pul-list-case .img:hover .tit {
	top: 50%;
}

/*******************************
    -------[=产品技术]-------
********************************/
.p-box-tech .wp {
	position: relative;
	overflow: hidden;
}

.p-box-tech .row {
	padding: 50px 0;
	line-height: 2;
}

.p-box-tech .txt {
	width: 42%;
}

.p-box-tech h3 {
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 24px;
	font-family: '黑体';
	letter-spacing: 2px;
	color: #333;
}

.p-box-tech h6 {
	font-weight: normal;
	font-size: 18px;
}

.p-box-tech .img {
	width: 35%;
}

.p-box-tech .img img {
	display: block;
}

.p-box-tech .center {
	text-align: center;
}

.p-box-tech ul {
	padding-top: 20px;
	overflow: hidden;
}

.p-box-tech li {
	overflow: hidden;
	float: left;
	padding: 0 35px;
	width: 50%;
}

.p-box-tech ul img {
	float: left;
	margin-right: 20px;
	width: 100px;
}

.p-box-tech ul .ultxt {
	overflow: hidden;
	min-height: 156px;
}

.p-box-tech ul .ultxt h6 {
	font-weight: normal;
	font-size: 24px;
	color: #1c449a;
}

.p-box-tech .row1 {
	background-color: #fff;
	color: #666;
}

.p-box-tech .row2 {
	background-color: #1c449a;
	color: #fff;
}

.p-box-tech .row1 .txt {
	float: left;
}

.p-box-tech .row2 .txt {
	float: right;
}

.p-box-tech .row2 h3 {
	color: #fff;
}

.p-box-tech .imgflr {
	float: right;
}

.p-box-tech .imgfll {
	float: left;
}

.p-box-tech .imgposl, .p-box-tech .imgposr {
	position: absolute;
	top: 50%;
	z-index: 0;
}

.p-box-tech .imgposl {
	left: 0;
}

.p-box-tech .imgposr {
	right: 0;
}

/*******************************
    -------[=典型用户]-------
********************************/
.p-tit-2 {
	overflow: hidden;
	padding-bottom: 20px;
}

.p-tit-2 .more {
	float: right;
	padding-top: 35px;
}

.p-tit-2 h3 {
	font-weight: normal;
	font-size: 24px;
}

.p-tit-2 h3 span {
	display: inline-block;
	padding: 15px 0 8px;
	width: 120px;
	border-bottom: 1px solid #1c449a;
}

.p-box-tyuser {
	padding: 30px 0 60px;
}

.pul-list-user {
	overflow: hidden;
	margin-left: -20px;
	margin-top: 30px;
}

.pul-list-user li {
	float: left;
	padding-bottom: 30px;
	width: 33.333%;
	font-size: 18px;
}

.pul-list-user a {
	display: block;
	margin-left: 20px;
}

.pul-list-user .img {
	display: block;
	height: 225px;
	line-height: 225px;
	overflow: hidden;
}

.pul-list-user .img img {
	display: inline-block;
	line-height: 225px;
	vertical-align: middle;
	max-height: 100%;
}

.pul-list-user .txt {
	position: relative;
	display: block;
	padding-top: 35px;
	height: 86px;
	border: 1px solid #cecece;
	border-top: 0;
}

.pul-list-user .txt .border {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 1px;
	background-color: #cecece;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.pul-list-user a:hover {
	color: #213d86;
}

.pul-list-user a:hover .border {
	background-color: #213d86;
}

.pul-list-user a:hover .txt {
	background-color: #f3df4c;
	color: #213d86;
}
/*******************************
    -------[=关于我们]-------
********************************/
.p-box-aboutus {
	padding: 20px 0 70px;
	/*font-size: 12px;*/
	line-height: 1.8;
	text-indent: 2em;
}

.p-box-aboutus .txt {
	color: #666;
	line-height: 2.3;
}

.p-box-aboutus .row1 .txt {
	float: left;
	margin-right: 40px;
	width: 520px;
}

.p-box-aboutus .row1 .img1 {
	display: block;
	overflow: hidden;
	padding: 20px 10px 0 0;
}

.p-box-aboutus .row2 .img2 {
	float: left;
	margin: 10px 40px 10px 0;
	width: 340px;
}

.p-box-aboutus .row3 .txt {
	float: left;
	margin-right: 30px;
	width: 520px;
}

.p-box-aboutus .row3 .pic {
	padding: 20px 0 40px;
	width: 450px;
	text-align: center;
}

.p-box-aboutus .row3 .pic img {
	display: block;
}

.p-box-aboutus .row3 .img {
	overflow: hidden;
	padding-top: 10px;
}

.p-box-aboutus .row3 .img img {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}

.p-box-aboutus .row4 {
	line-height: 2.3;
	color: #666;
}

.p-box-aboutus .row4 .p {
	text-indent: 0;
}

.banner-inner_aboutus .txt {
	color: #1c449a;
}

.banner-inner_aboutus .en:after {
	background-color: #1c449a;
}
/*******************************
    -------[=荣誉资质]-------
********************************/
.pul-list-honor {
	overflow: hidden;
	margin-left: -30px;
	padding: 40px 0 20px;
}

.pul-list-honor li {
	float: left;
	padding-bottom: 30px;
	width: 33.3333%;
}

.pul-list-honor a {
	display: block;
	margin-left: 30px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #cdcdcd;
}

.pul-list-honor .img {
	display: block;
	height: 170px;
	line-height: 170px;
}

.pul-list-honor .img img {
	display: inline-block;
	padding: 5px 0 8px;
	line-height: 170px;
	vertical-align: middle;
	max-height: 100%;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.pul-list-honor .tit {
	display: block;
	line-height: 38px;
	border-top: 1px solid #cdcdcd;
	background-color: #f0f1f1;
}

.pul-list-honor a:hover .img img {
	opacity: .8;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
/*******************************
    -------[=联系我们]-------
********************************/
.p-box-contact {
	padding-bottom: 200px;
	/*font-size: 12px;*/
	color: #666;
}

.p-box-contact .cont {
	position: relative;
	padding: 30px 0 30px 40px;
	line-height: 2.3;
}

.p-box-contact .cont img {
	position: absolute;
	top: 30px;
	left: 10px;
}

.p-box-contact .cont h6 {
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
	color: #1a1a1a;
}

.p-box-contact .cont a {
	color: #666;
}

.p-box-contact .cont a:hover {
	color: #1a1a1a;
}

.p-box-contact .map {
	width: 730px;
	height: 360px;
}

.p-box-contact .map .BMap_Marker div {
	width: 50px !important;
	height: 50px !important;
}

.p-box-contact .trial {
	width: 700px;
	margin: 50px auto 0px auto;
	font-size: 16px;
}

.p-box-contact .trial span {
	display: block;
}

.p-box-contact .trial .int {
	padding: 5px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin: 10px auto;
	border: 1px solid #999;
}

.p-box-contact .trial .intcode {
	padding: 5px;
	width: 20%;
	height: 35px;
	line-height: 35px;
	margin: 10px auto;
	border: 1px solid #999;
}

.p-box-contact .trial .intarea {
	padding: 5px;
	width: 100%;
	height: 120px;
	line-height: 20px;
	margin: 10px auto;
	border: 1px solid #999;
}

.p-box-contact .trial .btn {
	width: 200px;
	background: #1c449a;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	margin-top: 20px;
	border: 0px;
}
/*******************************
    -------[=人才招聘]-------
********************************/
.g-tit-1.noborder span:after {
	display: none;
}

.p-box-recuit {
	padding: 20px 0 70px;
}

.p-box-slider {
	overflow: hidden;
	height: 270px;
	margin: 0 auto 20px;
}

.p-box-slider ul {
	width: 9999px;
	overflow: hidden;
}

.p-box-slider li {
	position: relative;
	float: left;
	width: 90px;
	height: 270px;
}

.p-box-slider li>img {
	vertical-align: top;
	max-width: 340px;
}

.p-box-slider .pos {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	padding-top: 90px;
	width: 100%;
	height: 100%;
	background: url(../images/bg_white_50.png);
	opacity: 1;
	visibility: visible;
	/*-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;*/
}

.p-box-slider ul .tit {
	text-align: center;
	color: #615f60;
}

.p-box-slider ul .tit .ico {
	display: block;
	margin: 0 auto 5px;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
}

.p-box-slider .show {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
}

.p-box-slider .show .txt {
	position: relative;
	overflow: hidden;
	margin-top: 80px;
	padding-left: 80px;
	height: 110px;
}

.p-box-slider .show .tit {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 10px;
	width: 80px;
	height: 100%;
	background: url(../images/bg_white_50.png);
}

.p-box-slider .show .info {
	padding: 18px 20px 10px 10px;
	width: 220px;
	font-size: 12px;
	line-height: 1.7;
	background: url(../images/bg_red_60.png);
	color: #fff;
}

.p-box-slider .show h6 {
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
}

.p-box-slider .show.cur {
	opacity: 1;
	visibility: visible;
}

.p-box-slider .pos.on {
	opacity: 0;
	visibility: hidden;
}

.p-table {
	width: 100%;
	text-align: center;
	border-top: 2px solid #1c449a;
}

.p-table th {
	font-size: 16px;
	height: 60px;
	text-align: center;
	background-color: #eee;
	color: #3c49b2;
}

.p-table td {
	/*font-size: 12px;*/
	height: 55px;
	border-bottom: 1px solid #ededed;
	color: #666;
}

.p-table .more {
	display: inline-block;
	width: 65px;
	line-height: 30px;
	font-size: 13px;
	background-color: #01125e;
	color: #fff;
}

.p-table .more:hover {
	background-color: #f3df4c;
	color: #213d86;
}