@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
.body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font: 12px/22px "微软雅黑", Arial, Helvetica, sans-serif;
}
ol, ul, li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
body {
	background: #FFF;
}
clear {
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #c2130e;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
/*首页*/
.header {
	width: 100%;
	height: 110px;
	background:#0a4bb6;
}
.top {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}
.logo {
	width: 186px;
	
	
	float: left;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.logo a {
	padding-top:25px;
	display: block;
}
.nav {
	float: left;
	margin-left: 386px;
	width:725px;
}
.nav li {
	float: left;
	font-size: 14px;
	height: 0;
	margin-right:10px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 5px 0px 0px 0px;
}
.nav li a {
	font-size: 16px;
	padding: 0 25px;
	margin-top:68px;
	display: inline-block;
	color: #fff;
}
.nav li:hover {
	display: inline-block;
	background: rgb(95, 155, 223);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height:105px;
}
 @keyframes fade-in {
 0% {
opacity: 0;
}
 40% {
opacity: 0.5;
}
 100% {
opacity: 1;
}
}
@-webkit-keyframes fade-in {
 0% {
opacity: 0;
}
 40% {
opacity: 0.5;
}
 100% {
opacity:1;
}
}
#dhxlList {
	animation: fade-in;
	animation-duration: 0.8s;
	-webkit-animation: fade-in 0.8s;
}
.nav li.current {
	background: rgb(95, 155, 223);
	height: 105px;
}
.nav li ul {
	position: absolute;
	top: -3px;
	display: none;
}
.nav li li {
	height: auto;
}
.nav li:hover ul {
	display: block;
}
.nav li ul.jtzbDw {
	left: -467px;
}
.dhxlList {
	width: 563px;
	position: absolute;
	top: 140px;
	z-index: 220;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.85);
}
.dhxlList ul {
	margin-right: -20px;
}
.dhxlList_tit {
	border-bottom: 1px solid #ddd;
	width: 100%;
	height: 41px;
}
.dhxlList_tit li {
	height: 37px;
	float: left;
	width: auto;
	line-height: 41px;
	margin-right: 16px;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.dhxlList_tit li a {
	width: 100px;
	height: 41px;
	overflow: hidden;
}
.dhxlList_tit li.current {
	color: #c2130e;
	cursor: pointer;
	background: none;
	height: 37px;
}
.dhxlList_tit li.current span {
	background: rgba(255, 255, 255, 0.24);
	width: 100px;
	height: 5px;
	position: absolute;
	bottom: -7px;
	left: 0px;
}
.dhxlList_tit li:hover {
	color: #c2130e;
	cursor: pointer;
	background:rgba(255, 255, 255, 0.24);
	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	height: 37px;
}
.dhxlList_tit li:hover span {
	background: rgba(255, 255, 255, 0.24);
	width: 100px;
	height: 5px;
	position: absolute;
	bottom: -7px;
	left: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.dhxlList_tit li a {
	color: #333;
	display: block;
	padding: 0px;
	margin: 0px;
}
.dh {
	padding: 20px;
	overflow: hidden;
}
.dh dl {
	float: left;
	overflow: hidden;
	border-right: 1px solid #e5e3e2;
}
.dh dt {
	float: left;
	width: 118px;
	height: 71px;
}
.dh dt a {
	margin: 0px;
	padding: 0px;
}
.dh dd {
	width: 225px;
	float: left;
	padding-right: 20px;
	color: #666;
	margin-left: 10px;
	line-height: 18px;
}
.dh dd a.more {
	padding: 0px;
	margin: 0px;
	color: #333;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #1b1b1b;
	padding: 3px 10px;
	margin-top: 8px;
}
.dh dd a.more:hover {
	color: #fff;
	background: #c2130e;
	border: 1px solid #fff;
}
.dh_list {
	float: left;
	width: 100px;
	padding-left: 15px;
}
.dh_list a.clear {
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
}
.dh_list a:hover {
	color: #c2130e;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.Title {
	height: 43px;
	overflow: hidden;
}
.Text {
	width: 564px;
	overflow: hidden;
	position: absolute;
}
.Text dt {
	width: 118px;
	height: 71px;
	float: left;
}
.Text dd {
	float: left;
	width: 300px;
}
.Text dd:hover {
	color: #000;
}
.title {
	border-bottom: 1px solid #d7d7d7;
	overflow: hidden;
}
 @keyframes fade-on {
 0% {
opacity: 0;
}
 40% {
opacity: 0.5;
}
 100% {
opacity: 1;
}
}
@-webkit-keyframes fade-on {
 0% {
opacity: 0;
}
 40% {
opacity: 0.5;
}
 100% {
opacity:1;
}
}
#dh {
	animation: fade-on;
	animation-duration: 0.8s;
	-webkit-animation: fade-in 0.8s;
}
 @keyframes fade-on {
 0% {
opacity: 0;
}
 40% {
opacity: 0.5;
}
 100% {
opacity: 1;
}
}
@-webkit-keyframes fade-on {
 0% {
opacity: 0;
}
 40% {
opacity: 0.5;
}
 100% {
opacity:1;
}
}
#show1, #show2, #show3, #show4 {
	animation: fade-on;
	animation-duration: 0.8s;
	-webkit-animation: fade-in 0.8s;
}
.search {
	float: right;
	position: relative;
}
.search li a {
	color: #fff;
}
.search li {
	height: 0;
	float: left;
	font-size: 14px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 5px 0px 0px 0px;
}
.search li:hover {
	background: rgba(194, 19, 14, 0.8);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 132px;
}
.search li a {
	margin-top: 100px;
	display: block;
	padding: 0 15px
}
.search li:hover ul {
	display: block;
}
.search li ul {
	position: absolute;
	left: -429px;
	top: 138px;
	z-index: 99;
	padding: 40px;
	background: #fff;
	display: none;
}
.search li ul li {
	height: auto;
}
.search li ul li:hover {
	background: none;
	height: auto;
}
.SerbtnTxt {
	width: 350px;
	height: 45px;
	line-height: 45px;
	float: left;
	border: none;
	border-bottom: 1px solid #bbbcbc;
	padding-right: 50px;
	font-size: 16px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}
.Serbtn {
	border-radius: 50px;
	width: 35px;
	height: 35px;
	background: #ad2d29;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	float: left;
	border: none;
	position: absolute;
	right: 4px;
	margin-top: 4px;
	cursor: pointer;
}
/* 大图切换 */
.banner {
	width: 100%;
	position: relative;
	height: 580px;
	overflow: hidden;
	margin-top: 1px;
}
.bannerList .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.bannerList .bd ul {
	width: 100% !important;
}
.bannerList .bd li {
	width: 100% !important;
	height: 580px;
	overflow: hidden;
	text-align: center;
}
.bannerList .bd li a {
	display: block;
	height: 580px;
}
.bannerList .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.bannerList .hd ul {
	text-align: center;
}
.bannerList .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}
.bannerList .hd ul .on {
	background: #f00;
}
.bannerList .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	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;
}
.bannerList .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
/* 小图切换 */
.smallBox {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}
.smallList {
	width: 510px;
	height: 299px;
	background: url(../images/smallbg.png) no-repeat;
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	position: absolute;
	z-index: 8;
	margin-top: 120px;
}
.smallList .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.smallList .bd ul {
	width: 398px !important;
	margin-top: 19px;
	margin-left: 56px;
}
.smallList .bd li {
	width: 398px !important;
	height: 261px;
	overflow: hidden;
	text-align: center;
}
.smallList .bd li a {
	display: block;
	height: 261px;
}
.smallList .hd {
	width: 398px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.smallList .hd ul {
	text-align: center;
}
.smallList .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
}
.smallList .hd ul .on {
	background: #f00;
}
.smallList .prev {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 0px;
	width: 30px;
	height: 47px;
	background: url(images/small_lbtn.png) no-repeat;
	display: block;
	z-index: 10;
	cursor: pointer;
}
.smallList .next {
	left: auto;
	right: 0px;
	width: 40px;
	height: 60px;
	position: absolute;
	top: 40%;
	background: url(images/small_rbtn.png) no-repeat;
	cursor: pointer;
	z-index: 12;
}
/* 手风琴效果 */
.index_main {
	width: 1140px;
	height: 198px;
	margin: 30px auto 0 auto;
	position: relative;
}
.indexTypes {
	width: 1140px;
	margin: 0px auto;
	height: 197px;
	position: absolute;
	bottom: -10px;
}
.indexTypes ul li {
	position: relative;
	float: left;
	width: 285px;
	overflow: hidden;
	height: 197px;
	overflow: hidden;
}
.indexTypes ul li:hover {
	cursor: pointer;
}
.indexTypes ul li.currnet {
	width: 510px;
}
.indexTypes ul li.currnet h2 i {
	border-bottom: 2px solid #fff;
	width: 70px;
	height: 54px;
	position: absolute;
	left: 20px;
	top: -5px;
}
.indexTypes ul li:hover h2 i {
	border-bottom: 2px solid #fff;
	width: 70px;
	height: 54px;
	position: absolute;
	left: 20px;
	top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.indexTypes ul li .title {
	width: 510px;
	height: 197px;
	padding-left: 0px;
	background: url(../images/typeBg.png) no-repeat;
	font-size: 18px;
	color: #fff;
	font-family: "微软雅黑";
	float: left;
}
.indexTypes ul li .title2 {
	width: 510px;
	height: 197px;
	padding-left: 0px;
	background: #0d60ca  url(../images/typeBg2.png) no-repeat;
	font-size: 18px;
	color: #fff;
	font-family: "微软雅黑";
	float: left;
}
.indexTypes ul li .title3 {
	width: 510px;
	height: 197px;
	padding-left: 0px;
	background: #0a4bb6 url(../images/typeBg3.png) no-repeat;
	font-size: 18px;
	color: #fff;
	font-family: "微软雅黑";
	float: left;
}
.indexTypes ul li .title4 {
	width: 510px;
	height: 197px;
	padding-left: 0px;
	background: #0737a2 url(../images/typeBg4.png) no-repeat;
	font-size: 18px;
	color: #fff;
	font-family: "微软雅黑";
	float: left;
}
.indexTypes ul li .title a {
	color: #fff;
}
.con h2 {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	font-family: "微软雅黑";
	color: #fff;
}
.indexTypes ul li .con {
	position: absolute;
	top: 0px;
	width: 510px;
	left: 285px;
	overflow: hidden;
	height: 197px;
	overflow: hidden;
	padding: 0 20px;
}
.indexTypes ul li #con11 {
	background: #0f6dd6;
	position: absolute;
	left: 0px;
}
.indexTypes ul li #con22 {
	background: #0d60ca;
	position: absolute;
	left: 35px;
}
.indexTypes ul li #con33 {
	background: #0a4bb6;
	position: absolute;
	left: 35px;
}
.indexTypes ul li #con44 {
	background: #0737a2;
	position: absolute;
	left: 35px;
}
.con {
	position: relative;
}
.con dl {
	padding-top: 12px;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.62);
	width: 486px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.con dt {
	float: left;
	background: #f5f5f5;
	width: 132px;
	height: 99px;
}
.con dd {
	float: left;
	line-height: 28px;
	width: 334px;
	display: block;
	margin-left: 20px;
}
.con dd a {
	line-height: 20px;
	font-family: "微软雅黑";
	display: block;
	color: #fff;
}
.conPic {
	width: 447px;
	height: 129px;
	margin-bottom: 100px;
}
#tp1, #tp2, #tp3, #tp4 {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	width: 433px;
	padding-top: 35px;
}
#tp1, #tp1, #tp2, #tp3, #tp4 span {
	padding-left: 5%;
}
/* 集团新闻 */
.banBox {
	width: 1140px;
	margin: 0 auto;
}
.news {
	width: 1140px;
	height: 48px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	background: url(../images/btm.png) repeat-x;
	position: absolute;
	bottom: 0px;
}
.news h3 {
	float: left;
	height: 36px;
	line-height: 48px;
	font-size: 16px;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	display: inline-block;
	margin: 0 64px 0 54px;
}
.rollAD {
	float: left;
	height: 48px;
	width: 800px;
}
#rollText {
	overflow: hidden;
}
#rollText a {
	display: block;
	width: 100%;
}
#rollText b {
	font-size: 14px;
	line-height: 48px;
	height: 48px;
	font-weight: normal;
}
#rollText span {
	color: #888;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 13px;
}
#rollText a:hover {
	color: #c2130e;
}
.news a.more {
	float: right;
	width: 68px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 13px;
	margin-top: 11px;
	margin-right: 54px;
	border-radius: 3px;
	border: 1px solid #333;
}
.news a.more:hover {
	background: #c2130e;
	color: #fff;
	border: 1px solid #fff;
}
.Botsun {
	height: 198px;
}
.Mbox {
	width: 1140px;
	margin: 0 auto;
	line-height: 68px;
	font-size: 13px;
	color: #fff;
	overflow: hidden;
}
.Mbox p {
	float: left;
	
}
.Mbox span {
	float: right;
}
/*集团产业*/
.groupBox {
	width: 1140px;
	margin: 0 auto 70px auto;
	overflow: hidden;
}
.Position {
	width: 100%;
	height: 30px;
	background: #f1f1f1;
}
.Position_box {
	width: 1140px;
	margin: 0 auto;
	line-height: 30x;
}
.Position_box span {
	line-height: 30px;
	color: #865e58;
}
.Position_box span a {
	color: #865e58;
}
.Position_box span a:hover {
	color: #c2140f;
}
.group_banner {
	width: 100%;
	height: 349px;
	margin-top: 1px;
}
.group_left {
	width: 810px;
	float: left;
	overflow: hidden;
}
.group_left_Tit {
	margin-top: 70px;
	overflow: hidden;
}
.group_left_Tit b {
	font-size: 24px;
	color: #3270b6;
	float: left;
	border-right: 2px solid #dadada;
	padding-right: 20px;
}
.group_left_Tit p {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #aaa;
	margin-top: 7px;
	margin-left: 18px;
}
.group_left_Tit p.font {
	font-size: 14px;
}
.cont_Txt {
	margin-top: 60px;
	
}
.cont_Txt span{width:100%; text-align:center; display:block; margin-bottom:30px;}
.cont_Txt p {
	font-size: 14px;
	line-height: 28px;
	color: #444;
}
.cont_Txt span {
	display: block;
	overflow: hidden;
}
.dcsyBox {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.dcsyBox li {
	float: left;
	position: relative;
}
.dcsyBox li span {
	position: absolute;
	width: 395px;
	height: 210px;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter:alpha(opacity:60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	top: 0px;
	z-index: 3;
}
.dcsyBox li.bj2 {
	float: right;
}
.dcsyBox li p {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 395px;
	height: 210px;
	left: 0px;
	line-height: 210px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	z-index: 4;
	color: #fff;
}
.dcsyBox li:hover span {
	background-color: #000;
	filter:alpha(opacity:40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.section {
	width: 810px;
	margin-top: 40px;
	overflow: hidden;
}
.section ul {
	margin-right: -20px;
}
.section ul li {
	float: left;
	margin-right: 20px;
	display: inline;
	width: 395px;
	height: 210px;
	overflow: hidden;
	position: relative;
}
.section ul li .photo {
	width: 395px;
	height: 210px;
	overflow: hidden;
}
.section .rsp {
	width: 395px;
	height: 210px;
	overflow: hidden;
	position: absolute;
	background: #000;
	top: 0px;
	left: 0px;
}
.section .text {
	position: absolute;
	width: 395px;
	height: 210px;
	left: -395px;
	top: 0px;
	overflow: hidden;
}
.section .text h3 {
	width: 395px;
	margin-top: 23%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.cont a.bj1 {
	float: left;
	margin-top: 40px;
}
.cont a.bj2 {
	float: right;
	margin-top: 40px;
}
.group_right {
	width: 280px;
	float: right;
	overflow: hidden;
}
.group_bao {
	width: 280px;
	background: #0e81c2;
	padding-bottom: 8px;
	z-index: 3;
}
.group_right_tit {
	position: absolute;
	top: 449px;
	background: url(../images/dcsy_tit.jpg) no-repeat;
	width: 280px;
	height: 68px;
	line-height: 68px;
}
.group_right_tit h3 {
	font-size: 20px;
	font-weight: 900;
	text-indent: 33px;
	color: #fff;
	background: url(../images/titYy.png) no-repeat;
	position: absolute;
	top: 22px;
	left: -15px;
	bottom: 0px;
	text-indent: 45px;
}
.group_right_txt {
	width: 272px;
	background: #f1f8ff;
	overflow: hidden;
	margin-top:27px;
}
.group_right_txt li {
	text-indent: 30px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 60px;
	width: 0;
	font-family: "微软雅黑";
	position: relative;
	font-size: 20px;
}
.group_right_txt li a {
	width: 242px;
	height: 59px;
	line-height: 59px;
	font-size: 18px;
	color: #0e81c2;
	float: left;
	border-bottom: 1px solid #0e81c2;
	padding-right: 30px;
	overflow: hidden;
}
.group_right_txt li:hover {
	color: #c1130d;
	display: block;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.group_right_txt li span {
	overflow: hidden;
	float: left;
	width: 20px;
	position: absolute;
	right: 0px;
}
.group_right_txt li:hover span {
	background: #fff;
	width: 5px;
	height: 5px;
	border: 2px solid #c2140f;
	display: inline-block;
	float: right;
	margin-top: 26px;
	margin-right: 26px;
}
.group_right_txt li.current {
	background: #FFF;
	color: #c1130d;
	display: block;
	cursor: pointer;
	width: 100%;
}
.group_right_txt li.current span {
	background: #fff;
	width: 5px;
	height: 5px;
	border: 2px solid #0e81c2;
	display: inline-block;
	float: right;
	margin-top: 26px;
	margin-right: 26px;
	float: left;
}
.group_shgy {
	margin-top: 30px;
}
.group_shgy b {
	display: block;
	margin-left: 30px;
	margin-bottom: 22px;
}
.fengxinag {
	margin-top: 50px;
}
.fengxinag a {
	margin-right: 10px;
}
/*住宅地产*/
.zzdc_pic1 {
	margin-top: 50px;
}
.zzdc_pic1 dt {
	display: block;
}
.zzdc_pic1 dd b {
	display: block;
	padding-bottom: 8px;
	font-size: 18px;
	color: #333;
}
.zzdc_pic1 dd {
	font-size: 14px;
	background: #f2f2f2;
	padding: 20px;
}
.section {
	width: 810px;
	margin-top: 40px;
	overflow: hidden;
}
.section ul {
	margin-right: -30px;
}
.section ul li {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	display: inline;
	width: 390px;
	height: 277px;
	overflow: hidden;
	position: relative;
}
.section ul li .photo {
	width: 390px;
	height: 237px;
	overflow: hidden;
}
.section .rsp {
	width: 390px;
	height: 237px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000;
}
.section .text {
	position: absolute;
	width: 390px;
	height: 210px;
	left: -390px;
	top: 0px;
	overflow: hidden;
}
.section .text h3 {
	width: 390px;
	margin-top: 23%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.section .text a {
	text-decoration: none
}
.wenzi {
	text-align: center;
	width: 100%;
}
.wenzi a {
	line-height: 44px;
	display: block;
	text-align: center;
	font-size: 16px;
}
/*项目开发*/
.xxkf_list {
	margin-top: 39px;
	overflow: hidden;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 430px;
	background: #fff;
}
.xiangqing {
	height: 540px;
}
.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: 380px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 11px;
	height: 11px;
	border-radius: 50px;
	margin-right: 11px;
	overflow: hidden;
	background: #c1c1c1;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #c2130e;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 44%;
	margin-top: -30px;
	left: 0%;
	z-index: 1;
	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;
}
.fullSlide .next {
	left: auto;
	right: 0%;
	background-position: -6px -137px;
}
.fullSlide .cd li {
	height: 490px;
}
.bdJianjie {
	width: 230px;
	height: 490px;
	background: rgba(0, 0, 0,0.65);
	float: right;
	padding: 20px;
}
.bdJianjie b {
	font-size: 18px;
	display: block;
	color: #fff;
	text-align: left;
	margin: 20px 0;
}
.bdJianjie p {
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.gqtz_banner {
	position: absolute;
	width: 100%;
	height: 349px;
	z-index: -1;
}
/*公司荣誉*/


.gsryBox {
	margin-top: 80px;
	overflow: hidden;
	width: 100%;
}
.gsry_List {
	overflow: hidden;
}
.gsry_List_left {
	width: 364px;
	float: left;
	border-bottom: 1px solid #ddd;
	padding-right: 40px;
	padding-top: 95px;
	padding-bottom: 20px;
	border-right: 1px solid #ddd;
}
.gsry_List_left b {
	font-size: 18px;
	color: #333;
	text-align: right;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.gsry_List_left p {
	text-align: right;
	color: #666;
	line-height: 18px;
}
.gsry_List_right {
	width: 365px;
	float: left;
	border-bottom: 1px solid #ddd;
	padding-left: 40px;
	padding-bottom: 20px;
}
.gsry_List_right b {
	font-size: 18px;
	color: #333;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.gsry_List_right p {
	color: #666;
	line-height: 18px;
}
.none {
	border-bottom: none;
	padding-top: 69px;
}
/*企业文化*/

.qywhBox {
	margin-top: 50px;
}
.qywhBox_tit {
	width: 811px;
	background: #eeeded;
	height: 41px;
}
.qywhBox_tit li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	line-height: 41px;
	position: relative;
	background: url(../images/line.jpg) no-repeat right center;
}
.qywhBox_tit li:hover {
	background: #c1130d;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.qywhBox_tit li:hover span {
	width: 15px;
	height: 9px;
	background: url(../images/sj.jpg) no-repeat;
	display: block;
	position: absolute;
	left: 46%;
}
.qywhBox_tit li.off {
	background: #c1130d;
	color: #fff;
	font-weight: bold;
	display: block;
}
.qywhBox_tit li.off span {
	width: 15px;
	height: 9px;
	background: url(../images/sj.jpg) no-repeat;
	display: block;
	position: absolute;
	left: 46%;
}
.qywhBox_tit li.wu {
	background: #none;
}
.ppkhTxt {
	text-align: center;
	padding: 100px;
	background: url(../images/ppkhbg.jpg) no-repeat center bottom;
	overflow: hidden;
	width: 610px;
}
.ppkhTxt b {
	font-size: 40px;
	color: #c1130d;
	display: block;
	margin: 20px 0;
}
.ppkhTxt p {
	font-size: 14px;
	margin-top: 50px;
	display: block;
}
.ppkhTxt dl {
	overflow: hidden;
	margin-bottom: 40px;
}
.ppkhTxt dt {
	float: left;
	width: 131px;
	height: 131px;
	line-height: 131px;
	background: #fff;
	border-radius: 200px;
	border: 1px solid #c2130e;
	margin-right: 50px;
	padding: 2px;
}
.ppkhTxt dd {
	width: 400px;
	line-height: 28px;
	float: left;
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
}
.ppkhTxt dt span {
	font-size: 40px;
	color: #c2130e;
	font-style: normal;
	margin: 0px;
	display: block;
	font-weight: bold;
	background: #ebdfcb;
	border-radius: 200px;
}
/*集团新闻*/
.newsBox {
	margin-top: 30px;
	overflow: hidden;
}
.newsBox dl {
	width: 760px;
	padding: 20px;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
	margin-top: 20px;
}
.newsBox dl:hover {
	background: #f7f7f7;
	overflow: hidden;
	cursor: pointer;
	padding: 20px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 10px 0 10px #000;
	box-shadow: 5px 5px 10px #c9c9c9;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.newsBox dl:hover b {
	color: #c2130e;
}
.newsBox dt {
	float: left;
	width: 163px;
	height: 122px;
}
.newsBox dd {
	float: left;
	width: 574px;
	float: right;
}
.newsBox dd b {
	font-size: 18px;
	display: block;
	color: #333;
}
.newsBox dd span {
	font-size: 12px;
	color: #666;
	margin: 2px 0 5px 0;
	display: block;
}
.newsBox dd p {
	font-size: 14px;
	display: block;
	color: #666;
}
.page {
	overflow: hidden;
	margin-top: 20px;
}
.page a {
	padding: 10px 17px;
	background: #c2130e;
	font-size: 14px;
	float: right;
	color: #fff;
	margin-right: 10px;
}
.page a.my {
	background: #bbbbbb
}
.newsBoxxx {
	margin-top: 30px;
	overflow: hidden;
}
.newsBoxxx_tit h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
.newsBoxxx_tit span {
	color: #666;
}
.newsBoxxx_txt {
	margin-top: 30px;
}
.newsBoxxx_txt p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.border {
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.border span {
	float: left;
}
.border p {
	float: right;
}
/*社会公益*/
.gy2_box {
	margin-top: 50px;
	overflow: hidden;
}
.gy2_box p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.gy2_box p img {
	float: left;
	margin-right: 15px;
}
.gy2_box2 {
	margin-top: 60px;
}
.gy2_box2 p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.video {
	width: 810px;
	text-align: center;
}
/*集团总部*/
.jtzbBox {
	margin-top: 10px;
	overflow: hidden;
}
.jtzbBox li {
	float: left;
	border-bottom: 1px solid #eaeaea;
	width:100%;
	font-size: 14px;
	line-height: 28px;
	padding: 40px 0;
}
.jtzbBox li b {
}
.login_box {
	text-align: center;
	margin-top: 40px;
}
.input_1 {
	background: url(../images/input1.png) no-repeat;
	border: none;
	width: 706px;
	height: 58px;
	line-height: 58px;
	margin-top: 1em;
	text-indent: 4.4em;
	font-size: 16px;
	color: #333;
}
.input_2 {
	background: url(../images/input2.png) no-repeat;
	border: none;
	width: 706px;
	height: 58px;
	line-height: 58px;
	margin-top: 2em;
	text-indent: 4.4em;
	font-size: 16px;
	color: #333;
}
.input_3 {
	cursor: pointer;
	width: 87%;
	background: #eab83f;
	height: 58px;
	border: none;
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	line-height: 58px;
	margin-top: 1em;
}
.login_box span {
	display: block;
	width: 100%;
	text-align: center;
}
.login_box span a {
	display: block;
	margin-top: 1.3em;
	color: #333;
	text-decoration: underline
}
.form {
	margin-top: 40px;
}
.form input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #dadada;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.form input.verification {
	width: 40%;
	float: left;
}
.veri_btn {
	float: left;
	width: 15%;
}
.form button {
	font-family: "Microsoft YaHei", "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #db962e;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	border: 0;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
.form button a {
	font-size: 16px;
	color: #fff;
}
.form button.veri_btn {
	float: left;
	width: 18%;
	font-size: 14px;
	padding: 15px;
}
.form button:hover, .form button:active, .form button:focus {
	background: #bf801f;
}
.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}
.form .message a {
	color: #db962e;
	text-decoration: none;
}
.form .register-form {
	display: none;
}
.voucher_box {
	margin-top: 40px;
	font-size: 14px;
}
.input_4 {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #fff;
	border: 1px solid #999;
	width: 60%;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}
.input_5 {
	cursor: pointer;
	width: 180px;
	background: #eab83f;
	height: 58px;
	border: none;
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	line-height: 58px;
	margin-top: 1em;
}
.voucher_box td select {
	width: 200px;
	height: 40px;
}
.footer2 {
	width: 100%;
	height: 68px;
	background:#3270b6;
	color: #fff;
}
.cona {
	width: 1140px;
	margin: 0 auto;
	height: 580px;
	z-index: 9999;
	position: relative;
	bottom: 0px;
}
.cssBox {
	width: 32px;
	height: 33px;
	margin: 0 auto;
	position: absolute;
	bottom: 87px;
	left: 400px;
	border-radius: 50px;
}
.zb2 {
	left: 640px;
	bottom: 178px;
}
.zb3 {
	left: 900px;
	bottom: 90px;
}
.zb4 {
	left: 1090px;
	bottom: 213px;
}
.zb5 {
	left: 1297px;
	bottom: 107px;
}
.zbs1 {
	left: 549px;
	bottom: 86px;
}
.zbs2 {
	left: 744px;
	bottom: 120px;
}
.zbs3 {
	left: 883px;
	bottom: 200px;
}
.zbs4 {
	left: 1072px;
	bottom: 69px;
}
.zbs5 {
	left: 1307px;
	bottom: 136px;
}
 @-webkit-keyframes imageRadius {
 0% {
 opacity: 0;
}
 65% {
 opacity:0.5;
}
 100% {
 opacity: 1;
}
}
.pointRadius {
	width: 32px;
	height: 33px;
	border-radius: 360px;
	background-color: #c2130e;
	border: 1px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: pointRadius 2s ease 0s infinite;
	animation: pointRadius 2s ease 0s infinite;
}

