/* CSS Document */
@charset "utf-8";
/**, *::after, *::before { box-sizing: border-box; }*/
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input,
button {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "Microsoft YaHei", 微软雅黑, "arial";
}

img {
	border: none;
}

li {
	list-style: none;
}

input,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #525252;
}

em,
i,
strong {
	font-style: normal;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}


/*清浮动*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}


/*浮动*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb60 {
	margin-bottom: 60px!important;
}

.mlr20 {
	margin: 0 20px !important;
}

.wrap {
	width: 1180px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
.wrapBox {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.topnav {
	position: relative;
	z-index: 99;
	min-width: 1200px;
}

.logo {
	/*width: 100%;
	height: 100px;*/
}

.logo img {
	height: 100px;
}


/*nav start*/

.nav {
	font-size: 14px;
	position: relative;
	background-color: #f5f5f2;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
	z-index: 100;
	min-width: 1200px;
}

.nav .wrap {
	position: relative;
}

.nav h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	height: 50px;
	line-height: 50px;
}
.nav h2 a span {
    background: url(../images/arrow_nav_li.png) no-repeat right center;
    padding-right: 15px;
}
.nav h2 a:hover {
	background-color: #fff;
	color: #3c4cbc;
}

.nav h2 a:hover span {
	background-image: url(../images/arrow_nav_li_cur.png);
}

.nav .nav-menu {
	text-align: center;
	float: left;
	cursor: pointer;
	margin: 0 10px;
/*	position: relative;*/
}
.nav .nav-menu h2 a {
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	color: #333333;
}

.nav a {
	display: inline-block;
	text-decoration: none;
}
/*.nav li.on {
	background: url(../images/nav-on.png) no-repeat left bottom;
}*/

.nav li .nav-cont {
	display: none;
	padding: 15px;
	position: absolute;
	background: #FFFFFF;
	line-height: 30px;
	z-index: 150;
	border: 1px solid #eee;
	border-top: 0!important;
}
.nav li:nth-last-child(2) .nav-cont {
	right: 134px;
}

.nav .nav-cont ul {
	float: left;
	min-width: 110px;
}

.nav .nav-cont li {
	line-height: 28px;
	clear: both;
	border: 0;
}

.nav .nav-cont li a {
	color: #333;
	display: block;
	zoom: 1;
	font-size: 14px;
	padding: 0;
}

.nav .nav-cont li a:hover {
	color: #006ab8;
}

.nav .nav-img {
	float: left;
	padding-top: 6px;
	margin-left: 15px;
}

.nav .nav-img img {
	width: 290px;
	height: 160px;
}

.nav li.search {
	position: relative;
	float: right;
}

.nav li.search a {
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
	background: url(../images/icon-search.png) no-repeat 0 0;
}


#search_box {
	display: none;
	width: 350px;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 2000;
	padding: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(224, 224, 224);
	background: rgb(255, 255, 255);
}

#search_box div {
	height: 36px;
	position: relative;
}

#search_box input[type="text"] {
	position: absolute;
	top: 1px;
	width: 294px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s,
	 -webkit-box-shadow ease-in-out .15s;
	border: 1px solid #ccc;
	height: 34px;
	padding: 0 45px 0 9px;
	font-size: 13px;
}

#search_box input[type="submit"] {
	width: 36px;
	height: 36px;
	background: url(../images/icon-search.png) no-repeat 0 -50px;
	border: 0;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}

/*nav end*/

/*banner*/
.banner {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 520px;
	background: #000;
}

.banner .bd {
	position: relative;
	margin: 0 auto;
	z-index: 90;
	overflow: hidden;
}

.banner .bd ul {
	width: 100%!important;
	min-width: 1200px;
}

.banner .bd li {
	width: 100%!important;
	min-width: 1200px;
	height: 520px;
	overflow: hidden;
	text-align: center;
}

.banner .bd li a {
    display:block; 
    height:520px;
}

.banner .hd {
	position: absolute;
	width: 100%;
	z-index: 1001;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.banner .hd ul {
	text-align: center;
}

.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 6px;
	margin: 3px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.banner .hd ul .on {
	background: #FFFFFF;
}

.banner .bt {
	position: relative;
	margin: 0 auto;
	width: 1180px;
	z-index: 99;
	top: -50%;
}

.banner .prev,
.banner .next {
	position: absolute;
	z-index: 1002;
	margin-top: -30px;
	left: 0px;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.banner .next {
	left: auto;
	right: 0px;
	background-position: -6px -137px;
}

.banner .font {
	/*width: 260px;*/
	height: 255px;
	background-color:rgba(255,255,255,0.1);
	position: absolute;
	top: 110px;
	right: 136px;
	border-radius: 5px;
	text-align: left;
	padding: 45px 40px 0 40px;
	z-index: 110;
}
.banner .font dl dd {
	font-size: 16px;
	color: #f9ff18;
	padding-bottom: 20px;
}

/*banner end*/

#title {
	text-align: center;
	font-size: 24px;
	padding: 60px 0 40px;
	color: #555;
	position: relative;
}
#title a {
	right: 50px!important;
}

/*产品与服务*/
#service {
	background-color: #f9fafb;
	min-width: 1200px;
}
.scrollBox {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 60px;
	zoom: 1;
}
.scrollBox .piclist {
	overflow: hidden;
	zoom: 1;
}
.scrollBox .serviceBox {
	overflow: hidden;
	position: relative;
	width: 1200px;
	left: 0;
}
.scrollBox .pageBtn span {
	background: url(../images/icon-jt.png) no-repeat;
	display: block;
	width: 20px;
	height: 80px;
	position: absolute;
	top: 244px;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
}
.scrollBox .pageBtn .prev {
	left: -30px;
	background-position: 0 0;
}
.scrollBox .pageBtn .next {
	right:-30px;
	background-position: -20px 0;
}
.scrollBox .pageBtn .prev:hover {
	background-position: 0 -80px;
}
.scrollBox .pageBtn .next:hover {
	background-position: -20px -80px;
}

.serviceitem {
	float: left;
	margin: 10px;
	cursor: pointer;
}
.serviceitem a {
	width: 200px;
	height: 298px;
	padding: 0 40px;
	/*border: 1px solid #e0e0e0;*/
	display: block;
	text-align: center;
	position: relative;
	background-color: #FFFFFF;
}
.serviceitem a img {
	margin-top: 30px;
	width: 100px;
	height: 100px;
}
.serviceitem a h4 {
	font-size: 16px;
	width: 100%;
	color: #595959;
	padding-top: 18px;
	overflow: hidden;
	font-weight: normal;
}
.serviceitem a span::before {
	content: "";
	display: block;
	background-color: #DADADA;
	width: 50px;
	height: 1px;
	margin: 12px auto;
	font-size: 12px;
	transition: all 0.6s ease 0s;
}
.serviceitem a span {
	font-size: 14px;
	color: #595959;
}
.serviceitem a p {
	padding-top: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #808080;
	width: 100%;
	height: 44px;
	overflow: hidden;
}
.serviceitem a:hover {
    /*box-shadow: 0 6px 40px rgba(128, 128, 128, 0.25);*/
}
.serviceitem a:hover h4,
.serviceitem a:hover span
/*.serviceitem a:hover p*/ {
	color: #3C4CBC;
}
.serviceitem:hover {
    box-shadow: 0 3px 10px rgba(128, 128, 128, 0.3);
}

/*新闻*/
.newsBox {
	padding-bottom: 60px;
	min-width: 1200px;
}
.news {
	float: left;
	width: 580px;
}
.news h2 {
	font-size: 24px;
	padding: 60px 0 30px;
	position: relative;
}
.news h2 a,
#title a {
	position: absolute;
	top: 60px;
	right: 0;
	width: 78px;
	height: 30px;
	font-size: 12px;
	color: #3c4cbc;
	text-align: center;
	line-height: 30px;
	border: 1px solid #E0E0E0;
	background: #FFFFFF;
}
.news h2 a:hover,
#title a:hover {
	border: 1px solid #3C4CBC;
	background: #3C4CBC;
	color: #FFFFFF;
}
.news .newsList {
	width: 580px;
	/*padding: 19px 19px 0;*/
	border: 1px solid #ececec;
	background-color: #FFFFFF;
	
}
.news .newsList .newsOne {
	display: block;
	padding: 19px;
}
.news .newsList .newsOne:hover {
	background-color: #f9fafb;
}
.news .newsList .newsOne img {
	float: left;
	width: 200px;
	height: 130px;
	overflow: hidden;
}
.news .newsList .newsOne .info {
	float: left;
	width: 325px;
	margin-left: 15px;
}
.news .newsList .newsOne .info p.date {
	height: 30px;
	font-weight: 300;
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
	border-bottom: 1px solid #EFEFEF;
}

.news .newsList .newsOne .info .title {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 6px 0 10px;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	color: #595959;
	box-sizing: content-box;
}

.news .newsList .newsOne .info p.date::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #999;
	margin-top: 30px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news .newsList .newsOne .info .description {
	width: 100%;
	margin-top: 12px;
	font-size: 13px;
	line-height: 22px;
	color: #808080;
	text-align: left;
	height: 42px;
	overflow: hidden;
}
.news .newsList .newsOne:hover .info .title {
	color: #3C4CBC;
}

.news .newsList ul li a {
	position: relative;
	border-top: 1px dotted #E0E0E0;
	display: block;
	padding: 15px 19px;
}
.news .newsList ul li a:hover {
	background-color: #f9fafb;
}
.news .newsList ul li a h3 {
	width: 440px;
	overflow: hidden;
	color: #4c4c4c;
	font-size: 14px;
	padding-left: 20px;
	background: url(../images/icon-circle.png) no-repeat left center;
}
.news .newsList ul li a span {
	position: absolute;
	top: 15px;
	right: 19px;
	color: #999;
}
.news .newsList ul li a p {
	padding-left: 22px;
	width: 520px;
	height: 18px;
	font-size: 13px;
	padding-top: 8px;
	overflow: hidden;
	color: #808080;
}
.news .newsList ul li a:hover h3 {
	color: #3C4CBC;
}

/*典型客户*/
.client {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
	min-width: 1200px;
}
.client .tb {
	width: 1200px;
	margin: 0 auto;
}
.client ul li {
	width: 178px;
	height: 118px;
	border: 1px solid #ebebeb;
	margin: 10px;
	display: inline;
	float: left;
}

.client ul li:hover {
	border: 1px solid #3C4CBC;
}

.client ul li img {
	display: block;
	width: 178px;
	height: 118px;
}

.client ul li a:hover img {
	border-color: #888;
}

.client .prev,
.client .next {
	background: url(../images/icon-jt2.png) no-repeat;
	width: 20px;
	height: 40px;
	position: absolute;
	left: -30px;
	top: 180px;
	background-position: 0 0;
}

.client .next {
	left: auto;
	right: -30px;
	background-position: -20px 0;
}

.client .prev:hover {
	background-position: 0 -40px;
}

.client .next:hover {
	background-position: -20px -40px;
}

/*底部导航*/
.footerNav {
	min-width: 1200px;
	background: #f6f6f6;
	padding: 50px 0 40px;
	
}
.footer-nav ul:first-child {
	width: 150px;
}
.footer-nav ul {
	float: left;
	width: 140px;
	text-align: center;
}

.footer-nav ul li a {
	color: #9E9E9E;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
	padding-bottom: 8px;
	display: block;
}

.footer-nav ul li a:hover {
	color: #3C4CBC;
}

.footer-nav ul li.first a {
	color: #666;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 16px;
}
.footerNav .contactitem {
	width: 420px;
	float: right;
}
.footerNav .contactitem h2 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #666666;
}
.footerNav .contactitem ul li:first-child {
	width: 100%;
}
.footerNav .contactitem ul li {
	font-size: 14px;
	color: #9E9E9E;
	line-height: 24px;
	padding-bottom: 10px;
	float: left;
	width: 200px;
	margin-right: 10px;
}
.footerNav .contactitem ul li:last-child {
	width: 100%;
}

.footer {
	background: #333;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	min-width: 1200px;
}


.inquiry {
	position: fixed;
	right: 0;
	top: 240px;
	z-index: 2000;
}
#fw {
	width: 28px;
	padding: 10px;
	text-align: center;
	background-color: #3C4CBC;
	color: #FFFFFF;
	cursor: pointer;
}
#fwBox {
	display: none;
	position: absolute;
	top: 52px;
	right: 0;
	width: 140px;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 15px 20px;
	border: 1px solid #E0E0E0;
	border-top-right-radius: 0!important;
}
#fwBox input[type="text"] {
	float: left;
	width: 50px;
	height: 16px;
	padding: 2px 5px;
	margin: 3px;
}
#fwBox .btn {
	float: left;
	width: 64px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 0;
	margin: 3px;
	color: #FFFFFF;
	font-size: 13px;
}
#fwBox p{
	text-align: center;
	padding-bottom: 10px;
	color: #666666;
}
#fwBox input[type="submit"] {
	background-color: #60B700;
}
#fwBox input[type="reset"] {
	background-color: #e65545;
}




/*内页*/

#nbanner {
	height: 250px;
	min-width: 1200px;
}
.npagePage #nbanner div {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#pageTarget {
    background: #F8F8F8;
    border-bottom: #ededed 1px solid;
    border-top: #ededed 1px solid;
    min-width: 1200px;
}
.module {
    position: relative;
    overflow: hidden;
}
.container-target {
    padding: 14px 0;
    color: #a6a6a6;
    float: right;
    font-size: 13px;
}
.container-target a {
    color: #6e6e6e;
    position: relative;
}
.container-target i {
    margin: 0 10px;
}
.container-target a:last-child {
    color: #3C4CBC;
}
.npagePage .content {
    font-size: 13px;
    line-height: 24px;
    color: #7e7e7e;
    margin-bottom: 40px;
    min-width: 1200px;
}
.npagePage .module .container-category {
    text-align: left;
    padding-left: 10px;
    padding-top: 60px;
}
.module .container-category a {
    padding: 10px 26px;
    line-height: 14px;
    font-size: 14px;
    color: #7e7e7e;
    position: relative;
    margin-right: 2px;
    display: inline-block;
}
.module .container-category a.active, 
.module .container-category a:hover {
    background-color: #3C4CBC;
    color: #FFFFFF;
}
.module .container-category a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    right: -3px;
    top: 12px;
    background: #D9D9D9;
}
.npagePage .container-content {
    padding-top: 50px;
}

/*页码*/
#pages {
    padding: 30px 0 50px;
    height: 36px;
    text-align: center;
}
#pages b {
    min-width: 36px;
    height: 36px;
    background-color: #3C4CBC;
    display: inline-block;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
}
#pages a {
    min-width: 36px;
    height: 36px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
}
#pages a.active, #pages a:hover {
    background-color: #3C4CBC;
    color: #fff;
}




.npagePage .nNews .content-list {
    width: 100%;
    position: relative;
}

.npagePage .nNews .content-list .newstitem {
	width: 340px;
	height: auto;
	margin: 0 10px 20px;
	transition: all 0.6s ease 0s;
	padding: 20px 19px 25px;
	border: 1px solid #EFEFEF;
}
.npagePage .nNews .content-list .newstitem a {
	display: block;
}
.npagePage .nNews .content-list .newstitem a img {
	width: 340px;
	height: 180px;
}
.npagePage .nNews .content-list .newstitem a p.title {
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 20px 0 6px;
}
.npagePage .nNews .content-list .newstitem a p.date {
    height: 30px;
    font-weight: 300;
    width: 100%;
    text-align: left;
    color: #8a8a8a;
    padding-bottom: 4px;
    border-bottom: 1px solid #EFEFEF;
}
.npagePage .nNews .content-list .newstitem a p.description {
    width: 100%;
    line-height: 22px;
    margin-top: 10px;
    font-size: 13px;
    color: #777;
    text-align: left;
    height: 42px;
    overflow: hidden;
}
.npagePage .nNews .content-list .newstitem:hover {
	box-shadow: 0 4px 15px rgba(128, 128, 128, 0.3);
}
.npagePage .nNews .content-list .newstitem a:hover p.title {
	color: #3C4CBC;
}

.nNews .article {
	width: 1080px;
	margin: 0 auto 30px;
}
.nNews .article .header {
	padding-bottom: 30px;
	padding-top: 20px;
}
.nNews .article .header p {
	text-align: center;
}
.nNews .article .header p.title {
	color: #444;
	font-size: 22px;
}
.nNews .article .header p.subtitle {
	font-size: 13px;
	line-height: 40px;
	color: #8f8f8f;
}
.nNews .article .box {
	line-height: 26px;
	font-size: 14px;
	color: #6a6a6a;
}
.nNews .article .box p {
	padding-bottom: 15px;
}


.nAbout .chairman {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 40px;
	border-bottom: 1px dotted #E0E0E0;
}
.nAbout .chairman .item1 {
	margin-bottom: 30px;
}
.nAbout .chairman img {
	width: 190px;
	height: 220px;
}
.nAbout .chairman ul {
	width: 990px;
}
.nAbout .chairman ul li {
	width: 310px;
	margin-right: 20px;
	float: left;
	font-size: 14px;
    color: #6a6a6a;
    line-height: 34px;
}
.nAbout .chairman ul h2 {
	color: #444444;
	padding: 4px 0 20px;
	font-size: 20px;
}
.nAbout .chairman p {
	font-size: 14px;
    color: #6a6a6a;
    line-height: 26px;
}
.nAbout .chairman p.name {
	text-align: right;
	font-size: 14px;
	padding-top: 10px;
}
.nAbout .care {
	padding: 40px 0;
	border-bottom: 1px dotted #E0E0E0;
}
.nAbout .care h2 {
	color: #444444;
	padding-bottom: 30px;
	padding-left: 10px;
	font-size: 20px;
}
.nAbout .care ul li {
	width: 340px;
	float: left;
	font-size: 14px;
	text-align: center;
	padding: 19px;
	border: 1px solid #EFEFEF;
	margin: 10px;
}
.nAbout .care ul li img {
	width: 340px;
	height: 180px;
}
.nAbout .care ul li p {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
	color: #444444;
	height: 46px;
}
.nAbout .aboutUs {
	width: 1080px;
	margin: 0 auto;
}
.nAbout .aboutUs h2 {
	color: #444444;
	padding-bottom: 30px;
	padding-left: 10px;
	font-size: 20px;
	text-align: center;
}
.nAbout .aboutUs p {
	font-size: 14px;
    color: #6a6a6a;
    line-height: 26px;
    padding-bottom: 20px;
}

.aboutQuality h2 {
	color: #444444;
	padding-bottom: 40px;
	font-size: 20px;
	text-align: center;
}
.aboutQuality .tab-pal .item {
	width: 340px;
	border: 1px solid #EFEFEF;
	padding: 19px;
	float: left;
	margin: 10px;
}
.aboutQuality .tab-pal .item img {
	width: 340px;
	height: 230px;
}
.aboutQuality .tab-pal .item:hover {
	box-shadow: 0 4px 15px rgba(128, 128, 128, 0.3);
}

.aboutCulture h2 {
	color: #444444;
	padding-bottom: 30px;
	padding-left: 10px;
	font-size: 20px;
	text-align: center;
}
.aboutCulture ul li {
	width: 340px;
    height: auto;
    float: left;
    margin: 0 10px 20px;
    transition: all 0.6s ease 0s;
    padding: 20px 19px 25px;
    border: 1px solid #EFEFEF;
}
.aboutCulture ul li img {
    width: 340px;
    height: 180px;
}
.aboutCulture ul li p {
	text-align: center;
}
.aboutCulture ul li p.title {
	font-size: 18px;
	color: #444444;
	padding: 20px 0 15px;
}
.aboutCulture ul li p.info {
	color: #6A6A6A;
	font-size: 14px;
	height: 48px;
	overflow: hidden;
}

.newsPaper ul li {
	width: 340px;
    height: auto;
    float: left;
    margin: 0 10px 20px;
    transition: all 0.6s ease 0s;
    padding: 20px 19px 25px;
    border: 1px solid #EFEFEF;
}
.newsPaper ul li img {
    width: 340px;
    height: 240px;
}
.newsPaper ul li a {
	display: block;
}
.newsPaper ul li a p.title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 20px 0 6px;
}
.newsPaper ul li a p.description {
    width: 100%;
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px;
    color: #777;
    text-align: left;
    height: 46px;
    overflow: hidden;
}
.newsPaper ul li:hover {
	box-shadow: 0 4px 15px rgba(128, 128, 128, 0.3);
}

.newsPaperDetail {
	width: 1080px;
	margin: 0 auto;
}
.newsPaperDetail h2 {
	color: #444444;
	padding-bottom: 30px;
	padding-left: 10px;
	font-size: 20px;
	text-align: center;
}
.newsPaperDetail h3 {
	font-size: 16px;
	color: #444444;
	text-align: center;
	padding-bottom: 30px;
}
.newsPaperDetail h4 {
	color: #3C4CBC;
	font-size: 18px;
	border-top: 1px dotted #E0E0E0;
	padding-top: 40px;
}
.newsPaperDetail p {
	font-size: 14px;
    color: #6a6a6a;
    line-height: 26px;
    padding-bottom: 20px;
}


.caseBox ul li {
	width: 218px;
	margin: 10px;
	float: left;
	overflow: hidden;
	border: 1px solid #EFEFEF;
	padding: 15px 0 10px;
}

.caseBox ul li:hover {
	box-shadow: 0 4px 15px rgba(128, 128, 128, 0.3);
}

.caseBox ul li a {
	width: 180px;
	display: block;
	padding: 0 19px;
}

.caseBox ul li img {
	width: 180px;
	height: 120px;
}

.caseBox ul li p {
	width: 100%;
	text-align: center;
	margin: 10px 0;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
}

.caseDetail {
	width: 1080px;
	margin: 0 auto;
}
.caseDetail h2 {
	color: #444444;
	padding-bottom: 40px;
	font-size: 20px;
	text-align: center;
}
.caseDetail h3 {
	font-size: 16px;
	color: #444444;
	text-align: center;
	padding-bottom: 30px;
}
.caseDetail p {
	font-size: 14px;
    color: #6a6a6a;
    line-height: 26px;
    padding-bottom: 20px;
}
.caseDetail div{
	/*text-align: center;
	margin-bottom: 30px;*/
}
.caseDetail div img {
	max-width: 1080px;
}

/*产品与服务*/
.productIndex {
	margin-top: 50px;
	margin-bottom: 50px;
}
.productIndex h2 {
	font-size: 20px;
	color: #444444;
	text-align: center;
	padding-bottom: 30px;
}
.productIndex h3 {
	font-size: 16px;
	color: #444444;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	border-top:  1px dotted #E0E0E0;
}
.productIndex p {
	font-size: 14px;
    color: #6a6a6a;
    line-height: 26px;
    padding-bottom: 20px;
}

.productNav .serviceitem a {
	width: 98px;
	height: 230px;
	border: 1px solid #EFEFEF;
}
.productNav .serviceitem a img {
	width: 80px;
	height: 80px;
}
.productNav .serviceitem a h4 {
	font-size: 14px;
	line-height: 20px;
	height: 36px;
	overflow: hidden;
}

/*产品与服务详情*/
.productDetail {
	width: 1080px;
	margin: 0 auto;
}
.productDetail h2 {
	font-size: 20px;
	color: #444444;
	text-align: center;
	padding-bottom: 30px;
}
.productDetail h3 {
	font-size: 16px;
	color: #444444;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
}
.productDetail p {
	font-size: 14px;
    color: #6a6a6a;
    line-height: 26px;
    padding-bottom: 20px;
}
.productDetail span {
	display: block;
	text-align: center;
	color: #6A6A6A;
	font-size: 14px;
	padding-bottom: 50px;
}
.productDetail div {
	text-align: center;
	margin-bottom: 30px;
}
.productDetail div img {
	max-width: 1180px;
}

.serviceCon {
	width: 1080px;
	margin: 0 auto;
}
.serviceCon h3 {
	font-size: 16px;
	color: #444444;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.serviceCon p {
	font-size: 14px;
    color: #6a6a6a;
    line-height: 26px;
    padding-bottom: 20px;
}

/*联系我们*/
.serviceContact {
	width: 1180px;
	margin: 0 auto;
}
.map {
    border: 10px solid #F0F0F0;
    margin-bottom: 50px;
}
.contact_box {
	overflow: hidden;
	margin-bottom: 30px;
}

.contact_list {
	width: 328px;
	min-height: 106px;
	float: left;
	background: #fff;
	padding: 20px 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border: 1px solid #EFEFEF;
}

.contact_box_c .phone_txt i:hover {
	color: #2882e8;
}

.contact_list .icon {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	float: left;
}

.contact_list .icon dd {
	width: 40px;
	height: 40px;
	background: url(../images/icon.png) no-repeat;
	display: block;
}

.contact_list .icon dd.phone {
	background-position: 0 0;
}

.contact_list .icon dd.mail {
	background-position: -50px 0;
}

.contact_list .icon dd.address {
	background-position: -100px 0;
}

.contact_list .txt {
	width: 248px;
	float: left;
	margin-left: 19px;
	padding-left: 20px;
	border-left: 1px solid #f0f0f0;
	line-height: 26px;
	color: #7e7e7e;
	font-size: 14px;
}

.contact_list .txt p {
	width: 238px;
}

.contact_list .txt li {
	float: left;
	margin-right: 38px;
}

.contact_list .txt li i {
	font-size: 16px;
	color: #a0a0a0;
	margin-top: 14px;
	transition: all 0.3s ease-out 0s;
}

.nCheck .wrap {
	width: 940px;
}
.nCheck h2,
.nCheckInfo h2 {
	font-size: 20px;
	color: #444444;
	text-align: center;
	padding: 60px 0 50px ;
}
.nCheck .item {
	border-top: 1px dotted #E0E0E0;
	padding-bottom: 30px;
}
.nCheck .item h3 {
	font-size: 18px;
	color: #3C4CBC;
	padding: 30px 0;
}
.nCheck .item p {
	font-size: 14px;
    color: #6a6a6a;
    line-height: 30px;
    padding-bottom: 10px;
}
.nCheck .item p.tip {
	background: #f6f6f6;
	padding: 10px 20px;
	line-height: 24px;
	color: #0d7b00;
	margin-top: 20px;
}
.nCheck .item p span {
	color: #3C4CBC;
}

.checkForm {
	width: 518px;
	padding: 20px;
	margin: 0 auto 25px;
	border: 1px solid #E0E0E0;
}
.checkForm h4 {
	color: #3C4CBC;
	font-size: 14px;
	padding-bottom: 10px;
	text-align: center;
}
.checkForm input[type="text"] {
	float: left;
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	margin: 5px;
}
.checkForm .btn {
	float: left;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 0;
	margin: 5px;
	color: #FFFFFF;
	font-size: 13px;
}
.checkForm input[type="submit"] {
	background-color: #60B700;
}
.checkForm input[type="reset"] {
	background-color: #e65545;
}

.nCheckInfo .wrap {
	width: 1020px;
}
.nCheckInfo .wrap .info {
	width: 280px;
	min-height: 180px;
	padding: 20px 19px;
	margin: 10px;
	border: 1px solid #EFEFEF;
}
.nCheckInfo .wrap .info h4 {
	font-size: 14px;
	color: #3C4CBC;
	padding-bottom: 10px;
	text-align: center;
}
.nCheckInfo .wrap .info ul li {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
    color: #6a6a6a;
    line-height: 24px;
}
.nCheckInfo .wrap .tip {
	background: #f6f6f6;
	margin: 10px;
	padding: 10px 20px;
	border: 1px solid #EFEFEF;
	color: #6A6A6A;
}
.nCheckInfo .wrap .green {
	color: #60B700;
}
.nCheckInfo .wrap .green span {
	color: #3C4CBC;
}