@charset "utf-8";

/* CSS Document */

body {
	/*text-align: center;*/
	font-family: "微软雅黑";
}

* {
	padding: 0px;
	margin: 0px;
}

.wrapper {
	position: relative;
	width: 1180px;
	margin: auto;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

ul {
	margin: 0px;
}


#banner {
	position: relative;
	width: 100%;
	height: 680px;
	overflow: hidden;
	background-color: #fff;
}

#banner .preview li {
	position: relative;
	width: 100%;
	height: 680px;
}

#banner .preview li a {
	display: block;
	width: 100%;
	height: 100%;
}

#banner .tip {
	position: absolute;
	height: 80px;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	background-image: url(../images/tipBg.png);
}

#banner .tip li {
	position: relative;
	width: 395px;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	vertical-align: top;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	text-align: left;
}

#banner .tip li img {
	width: 60px;
	height: 60px;
	margin-left: 30px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

#banner .tip li.on img {
	border: 2px solid #2063B6;
	width: 56px;
	height: 56px;
}

#pageconter {}

#pageconter #profile {
	padding-top: 10%;
	height: 615px;
	position: relative;
}

#pageconter #profile img {
	position: relative;
	display: block;
}

#pageconter #profile #profile_wenzi {
	position: relative;
	float: left;
	width: 56%;
}

#pageconter #profile #profile_wenzi p {
	display: block;
	width: 79%;
	padding-top: 5%;
	color: #7c7c7c;
	line-height: 38px;
	font-size: 20px;
	padding-bottom: 10%;
}

#pageconter #profile #profile_wenzi a {
	position: absolute;
	display: block;
	width: 26%;
	height: 34px;
	color: #fff;
	padding-top: 12px;
	text-align: center;
	background-color: #01479d;
}

#pageconter #profile #profile_wenzi a:hover {
	background-color: #005bcb;
}

#pageconter #case {
	background-color: #f9f9f9;
	height: 820px;
}

.title {
	padding-top: 30px;
	text-align: center;
	background-image: url(../images/case_title.png);
	height: 120px;
}

h2 {
	font-size: 38px;
	color: #32343b;
	font-weight: normal;
}

span {
	font-size: 24px;
	color: #949495;
}

#case .caszlist {
	position: relative;
	float: left;
}

#case .caszlist ul {}

#case .caszlist ul li {
	position: relative;
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}

#case .caszlist ul li a {
	display: block;
}

#case .caszlist ul li a:hover {
	background-color: rgba(255, 255, 255, 1.00);
	display: block;
}

#case .caszlist .box_content_center {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.33);
}

#case .caszlist .box_content_center h3 {
	color: #fff;
	font-weight: normal;
}

#case .caszlist .box_content_center a {
	display: block;
	color: rgba(43, 110, 172, 1.00);
	width: 108px;
	height: 22px;
	background: rgba(247, 247, 247, 0.90);
	font-size: 12px;
	padding-top: 5px;
	margin: 0 auto;
}

#case .caszlist .box_content_center .m_b {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#case .caszlist .box_content_center {
	display: none;
}

#guanggaoyu {
	background-image: url(../images/guanggao_BG.png);
	height: 260px;
	text-align: center;
	padding-top: 110px;
	color: #fff;
}

#guanggaoyu strong {
	font-size: 36px;
	font-weight: normal;
}

#guanggaoyu p {
	font-size: 20px;
	line-height: 36px;
	padding-top: 20px;
}

#news #tabs {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	z-index: 15px;
	overflow: hidden;
	margin: 0px auto 55px;
}

#news #tabs .tabs-header {
	color: #FFFFFF;
}

#news #tabs .tabs-header ul {
	width: 100%;
	text-align: center;
}

#news #tabs .tabs-header ul li {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 140px;
	height: 32px;
	background-color: #ADADAD;
	margin-right: 10px;
	cursor: pointer;
	padding-top: 8px;
	margin-bottom: 10px;
}

#news #tabs .tabs-header ul li.on {
	background-color: #2d77cf;
}

#news #tabs .tabs-content div img {
	float: left;
}

#news #tabs .tabs-content {
	position: relative;
	height: 500px
}

#news #tabs .tabs-content div img {
	position: relative;
	float: left;
	padding-top: 25px;
}

#news #tabs .tabs-content ul {
	position: relative;
	width: 680px;
	display: block;
	float: right;
}

#news #tabs .tabs-content ul li {
	position: relative;
	display: inline-block;
	background-image: url(../images/newlist_BG.png);
	height: 126px;
	width: 680px;
	padding-top: 23px;
	color: #666666;
}

#news #tabs .tabs-content ul li img {
	padding-right: 17px;
	padding-top: 0px;
}

#news #tabs .tabs-content ul li strong {
	font-weight: normal;
	font-size: 18px;
}

#news #tabs .tabs-content ul li p {
	font-size: 14px;
	padding-top: 16px;
	line-height: 20px;
}

#news #tabs .tabs-content ul li a {
	text-decoration: none;
	padding: 0px;
}

#news #tabs .tabs-content ul li a:hover {
	color: #2a598e;
}

#news #tabs .tabs-content a {
	position: relative;
	display: block;
	float: left;
	font-size: 16px;
	color: #4c4c4c;
	text-decoration: underline;
	padding-left: 60px;
	padding-top: 20px;
}

#news #tabs .tabs-content a:hover {
	color: #1D83CD;
}

