@charset "utf-8";
/* CSS Document */
.index_ding {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	margin-top: 20px;
}

.index_left {
	float: left;
}

.index_right {
	float: right;
}

.index_right_tu {
	float: left;
}

.index_right_wen {
	float: left;
	margin-left: 15px;
}

.index_right_wen p {
	line-height: 22px;
}

/*导航*/
.index_kuai {
	width: 100%;
	height: 38px;
	background: #466b98;
	margin-top: 18px;
}

.index_nav {
	width: 1200px;
	margin: 0 auto;
}

#nav_login {
	line-height: 38px;
	list-style-type: none;
}

#nav_login a {
	display: block;
	width: 120px;
	text-align: center;
	color: #FFF;
}

#nav_login li {
	float: left;
	width: 120px;
	color: white;
}

#nav_login li a:hover {
	background: #c8d9eb;
	color: #2c4871;
	font-weight: bold;
}

#nav_login li ul {
	line-height: 38px;
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 180px;
	position: absolute;
	z-index: 999;
}

#nav_login li ul li {
	float: left;
	width: 120px;
	background: #c8d9eb;
	color: #2c4871;
}

#nav_login li ul a {
	wedisplay: block;
	width: 120px;
	text-align: left;
	text-align: center;
}

#nav_login li ul a:link {
	color: #2c4871;
	text-decoration: none;
}

#nav_login li ul a:visited {
	color: #2c4871;
	text-decoration: none;
}

#nav_login li ul a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #8fb3d6;
}

#nav_login li:hover ul {
	left: auto;
}

#nav_login li.sfhover ul {
	left: auto;
}

#nav_login li .base1 {
	background-color: #c8d9eb;
	color: #2c4871;
	font-weight: bold;
}

/*轮播*/
.banner {
	position: relative;
	overflow: auto;
	text-align: center;
}

.banner li {
	list-style: none;
}

.banner li img {
	width: 100%;
}

.banner ul li {
	float: left;
}

#b04 {
	width: 100%;
	margin-top: 5px;
}

#b04 .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

#b04 .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

#b04 .dots li.active {
	background: #fff;
	opacity: 1;
}

#b04 .arrow {
	position: absolute;
	top: 160px;
}

#b04 #al {
	left: 15px;
}

#b04 #ar {
	right: 15px;
}

/*轮播结束*/
.index_jie {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}

.index_jie h3 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.index_jie p {
	text-indent: 20px;
	line-height: 25px;
	margin-top: 20px;
}

/*我们的服务*/
.index_background {
	width: 100%;
	height: 284px;
	background: url(../img/background.png);
	background-size: 100% 284px;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.index_background_tw {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}

.index_background_wen {
	font-size: 16px;
	font-weight: bold;
	text-indent: 25px;
	position: relative;
}

.index_background_kuai {
	width: 6px;
	height: 20px;
	background: #ea6032;
	position: absolute;
	top: 0px;
	left: 5px;
}

.index_tw {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}

.index_tw_list {
	width: 140px;
	float: left;
	margin-left: 125px;
	text-align: center;
}

.index_tw_tupian img {
	margin: 0 auto;
}

.index_tw_zi {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 10px;
}

/*我们的案例*/
.index_case {
	width: 1200px;
	margin: 0 auto;
}

.index_case h2 {
	color: #4b709b;
	margin-top: 30px;
	font-size: 20px;
	margin-left: 13px;
}

.index_case_tw {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}

.index_case_list {
	width: 226px;
	background: #f2f2f2;
	float: left;
	margin-left: 13px;
	margin-top: 20px;
}

.index_case_list:hover {
	background: #ddd;
	color: #ddddd;
}

.index_case_tu img {
	width: 226px;
	height: 125px;
}

.index_case_list p {
	font-size: 15px;
	line-height:30px;
	text-indent: 10px;
	word-break: keep-all; /* 不换行 */
	white-space: nowrap; /* 不换行 */
	overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容*/
	text-overflow: ellipsis;
	/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/* .index_case_list p{margin-top:10px;line-height:25px;margin-left:10px;font-size:13px;margin-bottom:10px;} */

/*公司动态*/
.index_gong {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}

.index_gong_left {
	width: 525px;
	padding: 20px 25px 10px;
	border: 1px #dddddd solid;
	float: left;
	margin-left: 13px;
}

.index_gong_tw_zi {
	font-size: 16px;
	font-weight: bold;
	float: left;
	display: block;
	margin-left: 10px;
}

.index_gong_tw_geng {
	float: right;
	display: block;
}

.index_gong_tw img {
	vertical-align: middle;
	float: left;
}

.index_gong_zi {
	border-bottom: 1px #777777 dashed;
	padding: 10px 0;
	font-size: 15px;
	word-break: keep-all; /* 不换行 */
	white-space: nowrap; /* 不换行 */
	overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容*/
	text-overflow: ellipsis;
	/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

.index_gong_zi:hover {
	color: #eb5a2a;
}

.index_gong_tw {
	height: 42px;
}

.index_gong_right {
	width: 525px;
	padding: 20px 25px 10px;
	border: 1px #dddddd solid;
	float: right;
}

.index_gong_tw1 img {
	vertical-align: middle;
	float: left;
	margin-top: -3px;
}

.index_gong_tw1 {
	height: 42px;
}

/*尾部*/
.foot {
	width: 100%;
	height: 183px;
	background: #747474;
	padding-top: 40px;
	margin-top: 40px;
}

.foot .foot_tuwen {
	width: 1200px;
	margin: 0 auto;
}

.foot_left {
	float: left;
	margin-top: -20px;
}

.foot_left img {
	width: 270px;
	height: 68px;
}

.foot_center {
	float: left;
	margin-left: 70px;
	color: #dbdbdb;
}

.foot_center p {
	font-size: 14.3px;
	line-height: 23px;
}

.foot_center_zi {
	
}

.foot_right {
	float: left;
	margin-left: 100px;
	color: #dbdbdb;
}

.foot_right h2 {
	font-size: 14.5px;
}

.foot_right_zi {
	margin-top: 18px;
	margin-left: 20px;
}

.foot_right_zi li span {
	margin-top: 15px;
	color: #dbdbdb;
}

.foot_right_zi li {
	margin-top: 15px;
}

.foot_right_zi li .foot_right_xin {
	margin-left: 60px;
}

/*内容详情*/
.content img {
	margin-top: 5px;
	width: 100%;
}

.content_hezi {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	border-bottom: 2px #999999 solid;
}

.content_zi {
	padding: 20px 10px 15px 20px;
}

.content_zi_an {
	text-indent: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #6b87ab;
}

.content_zi_right {
	font-size: 13px;
	float: right;
}

.content_zi_sou:hover {
	color: red;
}

.content_box {
	width: 1200px;
	margin: 0 auto;
}

.content_box_left {
	width: 230px;
	float: left;
}

.content_left_list {
	border-bottom: 1px #d3d3d3 solid;
	padding: 13px;
	position: relative;
}

.content_left_zi {
	font-size: 16px;
}

.content_left_list:hover .content_left_zi {
	color: #ec6610;
}

.content_left_hao {
	color: #d3d3d3;
	font-size: 40px;
	position: absolute;
	top: -3px;
	left: 215px;
}

.content_left_list:hover .content_left_hao {
	color: #748aab;
}

.base {
	color: #ec6610;
}

.base .content_left_hao {
	color: #748aab;
}

.content_box_right {
	width: 940px;
	float: right;
	overflow: hidden;
	margin-left:
}

.content_box_right h4 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

.content_box_right .p {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
}

.content_right_tu {
	text-align: center;
	margin-top: 10px;
}

.content_right_tu img {
	margin: 0 auto;
}

.content_box_right p {
	line-height: 30px;
	font-size: 15px;
	text-align: left;
	margin-top: 15px;
}

.content_right_float {
	margin-top: 25px;
}

.content_float_left {
	width: 420px;
	float: left;
	color: #ec6610;
}

.content_float_right {
	width: 420px;
	float: right;
	color: #ec6610;
	word-break: keep-all; /* 不换行 */
	white-space: nowrap; /* 不换行 */
	overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容*/
	text-overflow: ellipsis;
	/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

.content_box_right h3 {
	margin-top: 30px;
	font-size: 19px;
	margin-left: 40px;
}

.content_list {
	width: 940px;
	margin: 0 auto;
	margin-top: 20px;
}

.content_list_list {
	width: 270px;
	float: left;
	border: 1px #cccccc solid;
	background: #f2f2f2;
	margin-left: 40px;
	margin-top: 20px;
}

.content_list_list .sha:hover {
	background: #d3d3d3;
	color: #333;
}

.content_list_tu img {
	width: 270px;
	height: 150px;
}

.content_list_list .sha {
	text-align: center;
	line-height: 40px;
}

.content_list_list p {
	padding: 10px;
	border-bottom: 1px #ddd dashed;
	position: relative;
	margin-top: 0;
	/* margin-left: 40px; */
	text-align:center;
	word-break: keep-all; /* 不换行 */
	white-space: nowrap; /* 不换行 */
	overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容*/
	text-overflow: ellipsis;
	/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.content_list p {
	padding: 10px;
	border-bottom: 1px #ddd dashed;
	position: relative;
	margin-top: 0;
	/* margin-left: 40px; */
	word-break: keep-all; /* 不换行 */
	white-space: nowrap; /* 不换行 */
	overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容*/
	text-overflow: ellipsis;
	/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.content_list p:hover {
	color: #f07d10;
}

.dian {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 30px;
}

/*页码开始*/
.message_center_yema {
	height: 30px;
	margin-top: 66px;
}

.message_center_su {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	float: left;
	border: 1px #c9c9c9 solid;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
}

.base8 {
	background: #466b98;
	color: white;
	font-weight: bold;
	border: none;
}

.message_center_wz {
	width: 54px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	border: 1px #c9c9c9 solid;
	margin-left: 10px;
	cursor: pointer;
}

.message_center_wz2 {
	width: 54px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	border: 1px #c9c9c9 solid;
	margin-left: 10px;
	cursor: pointer;
}

.message_center_wz2:hover {
	background: #466b98;
	color: white;
	font-weight: bold;
}

.message_center_wz:hover {
	background: #466b98;
	color: white;
	font-weight: bold;
}

.message_center_wz1 {
	width: 54px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-left: 10px;
}

.message_center_su:hover {
	background: #466b98;
	color: white;
	font-weight: bold;
}

.message_center_qd {
	width: 54px;
	height: 30px;
	background: #4ead85;
	float: left;
	text-align: center;
	line-height: 30px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

/*表单开始*/
.biaodan {
	width: 900px;
	padding: 40px 0px 20px;
	margin-left: 30px;
}

.biaodan_bd {
	width: 900px;
	height: 30px;
	margin-bottom: 20px;
}

.biaodan_bd1 {
	width: 900px;
	margin-bottom: 20px;
}

.biaodan_bd2 {
	width: 900px;
	height: 30px;
	margin-top: 20px;
}

.biaodan_zi {
	width: 90px;
	height: 30px;
	display: block;
	float: left;
	text-align: right;
	line-height: 30px;
	font-weight: bold;
}

.biaodan_mi {
	height: 30px;
	display: block;
	float: left;
	line-height: 30px;
	margin-left: 20%;
	color: red;
	font-size: 16px;
}

.biaodan_xing {
	width: 400px;
	height: 23px;
	padding: 2px 5px;
	float: left;
	margin-left: 6px;
	border: 1px #c9c9c9 solid;
	outline: none;
}

.biaodan_wb {
	width: 394px;
	height: 122px;
	padding: 5px 8px;
	float: left;
	margin-left: 6px;
	border: 1px #c9c9c9 solid;
	outline: none;
}

.biaodan_qd {
	width: 80px;
	height: 30px;
	background: #016d9b;
	display: block;
	float: left;
	margin-left: 6px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
}

.biaodan_qv {
	width: 80px;
	height: 30px;
	background: #016d9b;
	display: block;
	float: left;
	margin-left: 50px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
}