@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif "微软雅黑";
	min-width: 1215px;
	background: #ffffff
}
.wrapper {
	width: 1400px;
	margin: 0 auto;
}
.wrapper_abs {
	width: 1215px;
	position: absolute;
	left: 50%;
	margin-left: -608px;
	top: 0;
}
a {
	outline: none;
	text-decoration: none
}
a:hover {
	text-decoration: none
}
.txtaqgg a {
	display: inline-block;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.txtaqgg:hover a {
	text-decoration: none;
	transform: translateX(5px);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
img {
	border: 0
}
.fl {
	float: left
}
.fr {
	float: right
}
.cb {
	clear: both;
	height: 0
}
li {
	list-style: none
}
div, h1, h2, h3, h4, h5, h6, p, form, label, input, textarea, img, ul, li, dl, dt, dd {
	padding: 0;
	margin: 0
}
.w300 {
	width: 310px;
}
.w150 {
	width: 160px;
}
.w130 {
	width: 124px;
}
.border_side {
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}
.c_blue {
	color: #3173bf;
}
.c_orange {
	color: #ff7e00;
}
.c_green {
	color: #009b1a;
}
.bg01 {
}
.bg02 {
	height: 413px;
}
.bg03 {
}
.bg04 {
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 386px;
	background: #fff;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 386px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 386px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 5px;
	overflow: hidden;
	line-height: 9999px;
}
.fullSlide .hd ul .on {
	background-position: 0 0;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.fullSlide .prev, .fullSlide .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.fullSlide .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.fullSlide .prev:hover, .fullSlide .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.fullSlide .prevStop {
	display: none;
}
.fullSlide .nextStop {
	display: none;
}
.index_search {
	width: 334px;
	color: #FFF;
	position: relative;
	font-size: 16px;
	height: 29px;
	line-height: 29px;
	top: 57px;
	right: 0;
	padding: 2px
}
.index_search .input {
	position: absolute;
	right: 47px;
	height: 29px;
	line-height: 33px;
	background: none;
	border: 0;
	width: 187px;
	color: #959595;
	padding-left: 10px;
}
.index_search .btn {
	position: absolute;
	right: 2px;
	width: 47px;
	height: 29px;
	border: 0;
	cursor: pointer
}
.index_date {
	position: absolute;
	top: -40px;
	right: 0;
	width: 234px;
	text-align: right;
	height: 30px;
	line-height: 30px;
	z-index: 10;
	font-size: 14px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.index_date a {
	color: #fff;
	border: 1px solid #fff;
	padding: 2px 5px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.service_hall {
	margin-top: 0px;
}
.service_hall .t {
	text-align: center;
}
.service_hall .t .name {
	display: inline-block;
	color: #2e2e2e;
	background: #fff;
	font-size: 22px;
}
.service_hall .t .name span {
	display: block;
	color: #0159ad;
	font-size: 18px;
}
.service_hall .letter {
	text-align: center;
	margin-top: 15px;
}
.service_hall .letter a {
	display: inline-block;
	border: 1px solid #e7e7e7;
	font-size: 14px;
	color: #808080;
	text-decoration: none;
	margin: 0 5px;
	padding: 2px 5px;
}
.service_hall .letter a:hover {
	color: #fff;
	background: #0159ad;
}
.service_hall .letter a.active {
	color: #fff;
	background: #0159ad;
}
.show-con {
	margin-top: 20px;
	text-align: center;
}
.show-con a {
	display: inline-block;
	text-align: center;
	color: #6e6d6d;
	text-decoration: none;
	margin: 10px 0;
	font-size: 14px;
	width: 130px;
}
.show-con a:hover {
	color: #0159ad;
	text-decoration: none;
}
.show-con a:hover img {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.show-con a img {
	margin-bottom: 10px;
}
.search-by dl dd {
	width: 100%;
	font-size: 14px;
	height: 200px;
	overflow: hidden;
}
.show-more {
	height: 30px !important;
	background: url("tabnew_res/index05.png") center repeat-x;
	text-align: center;
	margin-top: 10px;
}
.search-by dl dd.show-more h3 {
	background: #fff;
	border: none;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0 10px;
	cursor: pointer;
}
.search-by dl dd.show-more h3 i {
	background: url("tabnew_res/arrow02.png") no-repeat;
	float: none;
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
	width: 5px;
	height: 5px;
}
.index_news01 {
	width: 380px;
}
.index_news01 .t {
	border-bottom: 4px solid #20bafc;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	padding-top: 10px;
	padding-left: 10px;
}
.index_news01 .t a {
	float: right;
	color: #fff;
	font-size: 12px;
}
.index_news01 .itemlist {
	width: 380px;
	margin: 10px auto 0 auto;
	border-bottom: 1px dashed #4085cc;
	padding-bottom: 10px;
}
.index_news01 .itemlist .date {
	float: left;
	background: #ffffff;
	width: 53px;
	text-align: center;
	color: #055db1;
	font-size: 22px;
	line-height: 30px
}
.index_news01 .itemlist .date span {
	display: block;
	color: #055db1;
	font-size: 12px;
	line-height: 13px
}
.index_news01 .itemlist .txt {
	width: 308px;
	float: right;
	line-height: 23px
}
.index_news01 .itemlist .txt a {
	color: #fff;
	display: block;
	width: 100%;
	font-size: 14px;
}
.index_news01 .itemlist .txt p {
	display: block;
	color: #3b3b3b
}
.index_news02 {
	width: 380px;
	margin-left: 34px;
}
.index_news02 .t {
	border-bottom: 4px solid #20bafc;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	padding-top: 10px;
	padding-left: 10px;
}
.index_news02 .t a {
	float: right;
	color: #fff;
	font-size: 12px;
}
.index_news02 ul {
	padding: 0;
	zoom: 1;
}
.index_news02 .con {
	border-bottom: 1px dashed #347fcd;
	padding: 17px 0
}
.index_news02 .con .txt {
	width: 223px
}
.index_news02 .con p {
	color: #9ac8f4;
	line-height: 22px;
	padding-top: 5px
}
.index_news02 .con a {
	font-size: 14px;
	color: #fff;
	float: left
}
.index_news02 .con span {
	color: #9a9a9a;
	float: right
}
.index_news02 ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #347fcd
}
.index_news02 ul li a {
	float: left;
	padding-left: 20px;
	color: #fff
}
.index_news02 ul li span {
	float: right;
	color: #95c6db
}
.index_news03 {
	width: 380px;
	margin-left: 34px;
}
.index_news03 .t {
	border-bottom: 4px solid #20bafc;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	padding-top: 10px;
	padding-left: 10px;
}
.index_news03 .t a {
	float: right;
	color: #fff;
	font-size: 12px;
}
.index_news03 ul {
	padding: 0;
	zoom: 1;
}
.index_news03 ul li {
	height: 41px;
	line-height: 41px;
	border-bottom: 1px dashed #347fcd
}
.index_news03 ul li a {
	float: left;
	padding-left: 20px;
	color: #fff
}
.index_news03 ul li span {
	float: right;
	color: #95c6db
}
.service_window {
	width: 573px;
	margin-top: 20px;
}
.service_window .t {
	border-bottom: 1px solid #317ac7;
	color: #fff;
	font-size: 18px;
	line-height: 43px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.service_window .t span {
	display: inline-block;
	color: #fff;
	background: #317ac7;
	line-height: 43px;
	height: 43px;
	padding: 0 15px;
	font-size: 18px;
}
.service_window .t a {
	float: right;
	color: #9f9f9f;
	font-size: 12px;
}
.service_window .itemlist {
	margin-top: 4px;
	line-height: 22px;
}
.service_window .itemlist h3 {
	font-size: 12px;
	color: #317ac7;
}
.service_window .itemlist .txt01 {
	width: 340px;
	color: #565656;
}
.service_window .itemlist .txt02 {
	width: 220px;
	color: #565656;
}
.service_tracking {
	width: 605px;
	margin-top: 20px;
}
.service_tracking .t {
	border-bottom: 1px solid #317ac7;
	color: #fff;
	font-size: 18px;
	line-height: 43px;
	background: #317ac7;
	padding-left: 10px;
	padding-right: 10px;
}
.service_tracking .t a {
	float: right;
	color: #fff;
	font-size: 12px;
}
.service_tracking .con {
	border: 1px solid #e9e9e9;
	margin-top: 20px;
}
.service_tracking .con .header {
	background: #dcecfc;
	margin: 1px;
	color: #715a5a;
	text-align: center;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
.service_tracking .con .details {
	margin: 1px;
	color: #715a5a;
	text-align: center;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
.txtMarquee-top {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.txtMarquee-top .bd {
	padding: 0;
}
.txtMarquee-top .infoList li {
	border-bottom: 1px solid #e9e9e9;
}
.txtMarquee-top .infoList li span {
	color: #999;
}
.index_pic {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	margin: 30px 0;
	text-align: center;
	padding: 10px 0;
}
.index_pic img {
	margin: 0 15px;
}
.footer {
	width: 1184px;
	margin: 0 auto;
	color: #fff;
	padding: 0;
	line-height: 30px
}
.fullSlide01 {
	width: 100%;
	position: relative;
	height: 268px;
	background: #fff;
}
.fullSlide01 .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide01 .bd ul {
	width: 100% !important;
}
.fullSlide01 .bd li {
	width: 100% !important;
	height: 268px;
	overflow: hidden;
	text-align: center;
}
.fullSlide01 .bd li a {
	display: block;
	height: 268px;
}
.ny_left {
	width: 205px;
	margin-top: -55px;
	position: relative;
	z-index: 100;
}
.ny_left .t {
	height: 82px;
	line-height: 82px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.ny_left .con li {
	height: 32px;
	line-height: 32px;
	border: 1px solid #e5e5e5;
	padding-left: 40px;
	margin-top: 5px;
}
.ny_left .con li a {
	display: block;
	padding-left: 19px;
	color: #282727;
	font-size: 14px;
	text-decoration: none;
}
.ny_left .con li:hover {
	background: #009aff;
}
.ny_left .con li a:hover {;
	color: #fff;
}
.ny_right {
	width: 986px;
	margin-top: 12px;
}
.ny_right .t {
	height: 48px;
	position: relative;
	border: 1px solid #e3e3e3;
	padding: 1px;
}
.ny_right .t .border_bottom {
	border-bottom: 3px solid #007fd3;
	padding-left: 19px;
	color: #0159ad;
	font-size: 18px;
	line-height: 45px;
}
.ny_right .t .span {
	padding-left: 21px;
	color: #2362b7;
	font-size: 18px;
	display: inline-block;
	line-height: 47px
}
.ny_right .t .ny_pos {
	position: absolute;
	top: 0;
	right: 10px;
	color: #a2a3a4;
	font-size: 14px;
	line-height: 47px
}
.ny_right .t .ny_pos a {
	color: #a2a3a4;
	padding: 0 5px
}
.ny_right .con {
	padding: 20px
}
.ny_right .con .list ul li {
	height: 40px;
	line-height: 40px;
	color: #b1b1b1;
	font-size: 14px;
	border-bottom: 1px dashed #c2c2c2;
	padding-left: 20px;
}
.ny_right .con .list ul li span {
	float: right
}
.ny_right .con .list ul li a {
	float: left;
	width: 660px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #3d3d3d;
	padding-left: 14px
}
.ny_right .con .header {
	border-bottom: 1px dashed #c7c7c7;
	text-align: center;
	margin-top: 20px
}
.ny_right .con .header h2 {
	color: #016bb0
}
.ny_right .con .header p {
	padding: 15px 0;
	color: #4d4d4d;
	font-size: 12px
}
.ny_right .con .details {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 26px;
	padding: 20px 30px;
}
