@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Arial, "Times New Roman";}
body{ text-align: justify;}
a{ text-decoration:none; font-size: 14px; color:#000;}
input,select,textarea{ outline:none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; overflow: hidden;transition: all 0.5s;transform: scale(1); max-height:100%;}

.left{ float:left;}
.right{ float:right;}



.top{
	width: 1200px;
	margin: 0 auto;
	height: 100px;
	background: url(../images/top.jpg) center no-repeat;
}
.nav{
	background: #313131;
}
.nav {
	background: #313131;
}
.nav ul{
	width: 1200px;
	margin: 0 auto;
}
.nav li{
	-webkit-transform: 	skewX(-10deg);
	-moz-transform: 	skewX(-10deg);
	-ms-transform: 		skewX(-10deg);
	-o-transform: 		skewX(-10deg);
	transform: 			skewX(-10deg);
	width: 150px;
	display: block;
	line-height: 60px;
	text-align: center;
	float: left;
	position: relative;
}
.nav li.this,
.nav li:hover{
	background: #f08619;
}
.nav li a{
	display: block;
	font-size: 16px;
	color: #fff;
}
.nav li:after{
	display: block;
	position: absolute;
	content: '';
	width: 1px;
	height: 15px;
	background: #fff;
	opacity: .3;
	-webkit-transform: 	skewX(-1deg);
	-moz-transform: 	skewX(-1deg);
	-ms-transform: 		skewX(-1deg);
	-o-transform: 		skewX(-1deg);
	transform: 			skewX(-1deg);
	right: 0;
	top: 50%;
	margin-top: -7.5px;
}
.nav li:last-child:after{
	display: none;
}



.banner{
	width: 100%;
	height: 630px;
	background: url(../images/banner.jpg) center no-repeat;
}



.querybg{
	background: #eeeeee;
	padding: 40px 0;
}

.querybg .query{
	width: 810px;
	margin: 0 auto;
}
.query form{
	margin: 4px 0 0 0;
}
.query .stext{
	padding: 0 30px;
	width: 420px;
	height: 50px;
	border: none;
	background: #ffffff;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	float: left;
	color: #000;
}
.query .sbut{
	width: 110px;
	height: 50px;
	border: none;
	background: #f08619;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	float: left;
	color: #fff;
}


.stitle{
	text-align: center;
	margin: 0 0 30px 0;
}
.stitle h1{
	font-size: 36px;
	font-weight: normal;
}
.stitle h1 span{
	color: #1c3180;
	font-weight: bold;
}
.stitle h5{
	font-size: 18px;
	color: #c3c3c3;
	text-transform: uppercase;
}


.pro{
	padding: 75px 0;
	margin: 0 auto;
	width: 1200px;
}
.proul{
	width: 1200px;
	margin: 0 auto;
}
.proul li{
	display: block;
	border: 1px solid #adadad;
	width: 258px;
	padding: 20px;
	float: left;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.proul li .icon{
	width: 100%;
	height: 135px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.proul li a{
	display: block;
}
.proul li p{
	text-align: center;
	font-size: 18px;
	color: #282828;
}
.proul li span{
	display: block;
	padding: 0 30px 0 0;
	width: 30px;
	margin: 30px auto 0 auto;
	background: url(../images/arrow_service.png) center right no-repeat;
	font-size: 14px;
}

.proul li:nth-child(1) .icon{ background: url(../images/icon_service_1_1.png) center no-repeat;}
.proul li:nth-child(2) .icon{ background: url(../images/icon_service_2_1.png) center no-repeat;}
.proul li:nth-child(3) .icon{ background: url(../images/icon_service_3_1.png) center no-repeat;}
.proul li:nth-child(4) .icon{ background: url(../images/icon_service_4_1.png) center no-repeat;}
.proul li:nth-child(5) .icon{ background: url(../images/icon_service_5_1.png) center no-repeat;}
.proul li:nth-child(6) .icon{ background: url(../images/icon_service_6_1.png) center no-repeat;}
.proul li:nth-child(7) .icon{ background: url(../images/icon_service_7_1.png) center no-repeat;}

.proul li:last-child{
	border: none;
	padding: 0;
	width: 300px;
}

.proul li:hover{
	background: #1c3180;
	border-color: #1c3180;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.proul li:hover p,
.proul li:hover span{
	color: #fff;
}
.proul li:hover span{
	background: url(../images/arrow_service_1.png) center right no-repeat;
}

.proul li:hover:nth-child(1) .icon{ background: url(../images/icon_service_1_2.png) center no-repeat;}
.proul li:hover:nth-child(2) .icon{ background: url(../images/icon_service_2_2.png) center no-repeat;}
.proul li:hover:nth-child(3) .icon{ background: url(../images/icon_service_3_2.png) center no-repeat;}
.proul li:hover:nth-child(4) .icon{ background: url(../images/icon_service_4_2.png) center no-repeat;}
.proul li:hover:nth-child(5) .icon{ background: url(../images/icon_service_5_2.png) center no-repeat;}
.proul li:hover:nth-child(6) .icon{ background: url(../images/icon_service_6_2.png) center no-repeat;}
.proul li:hover:nth-child(7) .icon{ background: url(../images/icon_service_7_2.png) center no-repeat;}
.proul li:hover .icon{
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}




.aboutbg{
	background: #f1f5f8;
	padding: 65px 0 90px 0;
}
.about{
	width: 634px;
	min-height: 418px;
	padding: 0 566px 0 0;
	margin: 0 auto;
	background: url(../images/pic_about.png) right center no-repeat;
}
.about .stitle{
	text-align: left;
}

.abouttext{
	font-size: 14px;
	line-height: 24px;
	color: #282828;
}

.abouttext a.more{
	width: 125px;
	line-height: 35px;
	color: #1c3180;
	text-align: center;
	border: 1px solid #1c3180;
	display: block;
	margin: 30px 0 0 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.abouttext a.more:hover{
	color: #fff;
	background: #1c3180;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}


.partnerbg{
	background: #1c3180;
	padding: 15px 0;
}
.partnerbg .partner{
	width: 760px;
	padding: 0 440px 0 0;
	margin: 0 auto;
	position: relative;
}
.partnerbg .partner li{
	display: block;
	float: left;
	margin: 0 5px 0 0;
}


.ptkh{
	position: absolute;
	right: 0;
	bottom: -15px;
	padding: 40px;
	background: #f08619;
}
.ptkh h2{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 15px 0;
}
.ptkh p{
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	margin: 10px 0;
	display: table;
	line-height: 34px;
}



.display{
	width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
}

.displayul li{
	display: block;
	float: left;
	margin: 0 13px 13px 0;
	width: 290px;
	height: 200px;
	position: relative;
	background: #313131;
}

.displayul li:nth-child(4n){
	margin: 0 0 13px 0;
}
.displayul li p{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	opacity: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-top: -12px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.displayul li .pic{
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.displayul li:hover img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.displayul li:hover .pic{
	opacity: .2;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.displayul li:hover p{
	opacity: .8;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}


.advbg{
	width: 100%;
	height: 564px;
	overflow: hidden;
}
.adv{
	width: 1920px;
	height: 564px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	background: url(../images/adv.jpg) center no-repeat;
}



.newsbg{
	padding: 70px 0;
	background: #f8f8f8;
}
.newsbg .news{
	width: 1200px;
	margin: 0 auto;
}
.news .picnews{
	width: 500px;
}
.news .picnews:hover img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.news .picnews .text{
	padding: 25px;
	background: #1c3180;
	color: #fff;
}
.news .picnews .text .date{
	width: 60px;
	text-align: center;
}
.news .picnews .text .date span{
	display: block;
	font-weight: bold;
	font-size: 36px;
}
.news .picnews .text .date p{
	font-size: 14px;
}
.news .picnews .text .rtext{
	width: 360px;
}
.news .picnews .text .rtext span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .picnews .text .rtext p{
	font-size: 14px;
	line-height: 24px;
}

.news .newsul{
	width: 630px;
}

.newscate{
	text-align: right;
	margin: 0 0 30px 0;
}
.newscate a{
	display: inline-block;
	text-align: center;
	width: 150px;
	line-height: 30px;
	background: #fff;
	margin: 0 0 0 10px;
	color: #282828;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.newscate a:hover{
	font-weight: bold;
	background: #f08619;
	color: #fff;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.newsul ul li{
	line-height: 40px;
	display: block;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #d7d8e4;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsul ul li a{
	color: #484848;
	font-size: 16px;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.newsul ul li:hover{
	border-color: #1c3180;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.newsul ul li:hover a{
	color: #1c3180;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.footer{
	height: 300px;
	background: url(../images/bg_footer.jpg) center no-repeat;
}

.fmenu{
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}
.fmenu li{
	display: block;
	float: left;
	line-height: 50px;
	text-align: center;
	width: 150px;
	position: relative;
}
.fmenu li:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	background: #f08619;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.fmenu li:hover:after{
	opacity: 1;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.fmenu li a{
	color: #fff;
	display: block;
}

.fcontact{
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}


.cr{
	line-height: 35px;
	background: #313131;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.cr a{
	font-size: 14px;
	color: #fff;
}

.nbanner{
	height: 450px;
	background: url(../images/banner_news.jpg) center no-repeat;
}



.bnav{
	width: 1190px;
	padding: 0 0 0 10px;
	margin: 0 auto;
	border-bottom: 1px dashed #bfbfbf;
	line-height: 45px;
	color: #282828;
	font-size: 14px;
	position: relative;
}
.bnav a{
	color: #282828;
	font-size: 14px;
}
.bnav:before{
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 14px;
	background: #a0a0a0;
	left: 0;
	top: 16px;
}

.nnews{
	padding: 70px 0;
	margin: 0 auto;
	width: 1200px;
}
.nnewsul li{
	display: block;
	position: relative;
	border: 1px solid #aeaeae;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nnewsul li a{
	padding: 20px;
	display: block;
}
.nnewsul li .pic{
	width: 380px;
	height: 185px;
}

.nnewsul li .text{
	width: 730px;
	
}

.nnewsul li .text h3{
	font-size: 18px;
	color: #282828;
	margin: 15px 0;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nnewsul li .text p{
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}
.nnewsul li .text .date{
	margin: 30px 0 0 0;
	width: 120px;
	line-height: 30px;
	border: 1px solid #313131;
	color: #313131;
	border-radius: 15px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.nnewsul li .text .more{
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #313131;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.nnewsul li:hover{
	border-color: #000;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.nnewsul li:hover img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.nnewsul li:hover .text h3{
	font-weight: bold;
	color: #1c3180;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.nnewsul li:hover .text .date{
	border: 1px solid #1c3180;
	color: #fff;
	background: #1c3180;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.nnewsul li:hover  .text .more{
	background: #1c3180;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}



.ncate{
	width: 1200px;
	margin: 20px auto 7px auto;
}

.ncate li{
	float: left;
	display: block;
	text-align: center;
	line-height: 56px;
	position: relative;
}
.ncate li a{
	color: #484848;
	font-size: 18px;
	display: block;
}
.ncate li:before{
	position: absolute;
	display: block;
	content: '';
	margin-top: -8px;
	top: 50%;
	left: 0;
	width: 1px;
	height: 17px;
	background: #dcdcdc;
}
.ncate li:first-child:before{
	display: none;
}
.ncate li:after{
	position: absolute;
	display: block;
	content: '';
	bottom: -14px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border: 7px solid;
	border-color: #f08619 transparent transparent;
	opacity: 0;
}
.ncate li.this,
.ncate li:hover{
	background: #f08619;
}
.ncate li.this a,
.ncate li:hover a{
	color: #fff;
}
.ncate li.this:after,
.ncate li:hover:after{
	opacity: 1;
}


.ncate_pro li{
	width: 171.42px;
}
.ncate_about li{
	width: 200px;
}



.containerbg{
	background: url(../images/bg_container.jpg) center top repeat-y;
}
.container{
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0;
	line-height: 30px;
}



.ndisplay .displayul li{
	height: auto;
	width: 390px;
	margin: 0 15px 15px 0;
}
.ndisplay .displayul li p{
	position: relative;
	background: #eeeeee;
	line-height: 44px;
	top: auto;
	margin-top: auto;
	opacity: 1;
	color: #282828;
	font-size: 14px;
}

.ndisplay .displayul li .pic{
	height: 269px;
}

.ndisplay .displayul li:hover .pic{
	opacity: 1;
}
.ndisplay .displayul li:hover p{
	background: #1c3180;
	color: #fff;
}
.ndisplay .displayul li:nth-child(4n) {
    margin: 0 15px 15px 0;
}
.ndisplay .displayul li:nth-child(3n) {
    margin: 0 0 15px 0;
}




.ncontact{
	width: 730px;
	font-size: 14px;
}
.ncontact table td{
	padding: 20px;
	background: #f5f5f5;
}

.ncontactbg form.right{
	width: 440px;
}




.ntitle{
	font-size: 24px;
	color: #1c3180;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.ntitle:after{
	display: block;
	content: '';
	width: 35px;
	height: 2px;
	background: #f08619;
	margin: 10px 0 0 0;
}


.map{
	width: 1200px;
	margin: 50px auto;
}













