
body {
	background-color: #f8f8f8;
}

.banner {
	height: 364px;
	position: relative;
}
.banner img {
	width: 100%;
	height: 100%;
}
.banner_logo {
	width: 186px;
	height: 124px;
	background: url(../images/xhjs/banner_logo.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -94px;
}
/*content*/
.content {
	position: relative;
}
.tab_box {
	position: absolute;
	left: 0;
	top: -54.4px;
}
.tab_box ul li {
	float: left;
	width: 240px;
	height: 54.4px;
	line-height: 54.4px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.tab_box ul li:nth-child(1) {
	background: url(../images/xhjs/tab1.png) center no-repeat;
	background-size: cover;
}
.tab_box ul li:nth-child(2) {
	background: url(../images/xhjs/tab2.png) center no-repeat;
	background-size: cover;
}
.tab_box ul li:nth-child(3) {
	background: url(../images/xhjs/tab3.png) center no-repeat;
	background-size: cover;
}
.tab_box ul li:nth-child(4) {
	background: url(../images/xhjs/tab4.png) center no-repeat;
	background-size: cover;
}
.tab_box ul li:nth-child(5) {
        background: url(../images/xhjs/tab5.png) center no-repeat;
        background-size: cover;
}

/*.tab_box ul li.on ,.tab_box ul li:hover {*/
.tab_box ul li.on {
	font-size: 20px;
	color: #333;
	background: url(../images/xhjs/tab0.png) center no-repeat;
	background-size: cover;
}
.tab_wrap .box {
	padding: 60px 20px 0px;
	background-color: #fff;
	position: relative;
	min-height: 600px;
}
.tab_wrap .box>h3 {
	margin-bottom: 30px;
	background: url(../images/xhjs/til_bg.png) center no-repeat;
	background-size: cover;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #333;
	text-align: center;
}
.tab_wrap .box p {
	line-height: 34px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}
.circle_wrap {
	height: 764px;
	background-color: #e9ded0;
	position: relative;
	overflow: hidden;
}
.left_box {
	width: 202px;
	height: 100%;
	background: url(../images/xhjs/file.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.group_wrap {
	padding-left: 60px;
	position: relative;
	background: url(../images/xhjs/zz.jpg) repeat-y;
	background-size: contain;
}
.society_til {
	width: 190px;
	height: 70px;
	padding-right: 36px;
	position: absolute;
	left: 60px;
	top: 50%;
	margin-top: -35px;
}
.society_til:before {
	display: block;
	content: '';
	width: 36px;
	height: 1px;
	background-color: #999;
	position: absolute;
	right: 0;
	top: 35px;
}
.society_til h3 {
	width: 190px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	background-color: #bd873f;
	text-align: center;
}
.group {
	float: left;
	margin-left: 226px;
}
.group ul {
	padding-left: 30px;
	/*border-left: 1px solid #999;*/
	position: relative;
}
.group ul:before {
	display: block;
	content: '';
	width: 1px;
	background-color: #999;
	position: absolute;
	left: 0;
	top: 0;
}
.group ul li {
	position: relative;
	margin: 60px 0;
}
.group ul li .til {
    position: absolute;
    width: 150px;
    left: 0;
    top: 50%;
    margin-top: -26px;
}
.group ul li .til:before {
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #999;
	position: absolute;
	left: -30px;
	top: 26px;
}
.group ul li .til h4 {
	width: 150px;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #e2b47d;
	position: relative;
}
.group ul li .til h4:after {
	display: block;
	content: '';
	width: 48px;
	height: 1px;
	background-color: #999;
	position: absolute;
	right: -48px;
	top: 24px;
}
.group ul li .second,.group ul li .first {
	float: left;
	width: 620px;
	margin-left: 198px;
	padding-left: 20px;
	/*border-left: 1px solid #999;*/
}
.group ul li .first:before {
	display: block;
	content: '';
	width: 1px;
	background-color: #999;
	position: absolute;
	left: 198px;
	top: 25px;
}
.group ul li .second:before {
	display: block;
	content: '';
	width: 1px;
	background-color: #999;
	position: absolute;
	left: 198px;
	top: 0;
}
.group ul li dl {
	float: left;
	width: 100%;
    box-sizing: border-box;
    position: relative;
}
.group ul li dl:before {
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background-color: #999;
	position: absolute;
	left: -20px;
	top: 50%;
}
.group ul li dl dd {
	float: left;
	margin: 5px 0;
	display: inline-block;
	padding: 0 20px;
    line-height: 40px;
    background-color: #f9e5cd;
    font-size: 18px;
    color: #333;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.group ul li dl dd a {
	color: #333;
}
/*.gablue {
    background-color: #346c97;
}*/
.group ul li dl dd:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0,.1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.group ul li dl dd:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.group ul li .second dl {
	padding: 30px 0;
}
.group ul li .second dd {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}
.group ul li .second> dl dd:before {
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background-color: #999;
	position: absolute;
	right: -20px;
	top: 20px;
}
.group ul li dl .city {
	float: left;
	width: 500px;
	margin-left: 95px;
	/*border-left: 1px solid #999;*/
	position: relative;
}
.group ul li dl .city:before {
	display: block;
	content: '';
	width: 1px;
	background-color: #999;
	position: absolute;
	left: 0;
	top: 25px;
}

.group ul li dl .city .area {
	padding-left: 25px;

}
.group ul li dl .city p {
	margin: 5px 0;

    line-height: 40px;

    font-size: 18px;
    color: #333;
    text-indent: 0;
    position: relative;
}
.group ul li dl .city p a {
	display: inline-block;
	padding: 0 20px;
	color: #333;
	background-color: #f9e5cd;
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.group ul li dl .city p:before {
	display: block;
	content: '';
	width: 25px;
	height: 1px;
	background-color: #999;
	position: absolute;
	left: -25px;
	top: 20px;
}
.group ul li dl .city p a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0,.1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.group ul li dl .city p a:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.circle_l {
	width: 388px;
	height: 388px;
	border: 1px dashed #004a6c;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -34px;
    margin-top: -192px;
	transition: all 0.5s linear;
    transform: rotate(225deg);
}
.circle_wrap .circle_r {
	padding: 63px 35px;
	margin: 60px 30px 0 0;
	width: 660px;
	height: 636px;
	background: url(../images/xhjs/circle_r.jpg) no-repeat;
	background-size: cover;
	position: relative;
	box-sizing: border-box;
}
.circle_wrap .circle_r .container {
	width: 100%;
	height: 100%;
}
.circle_wrap .circle_r .link_line {
	width: 82px;
	height: 14px;
	background: url(../images/xhjs/pointer.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: -54px;
	margin-top: 2px;
}
.circle_wrap .circle_r ul li {
	margin-top: 25px;
	padding: 0 40px 25px;
	line-height: 20px;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #dfd0bc;
	position: relative;
}
.circle_wrap .circle_r ul li:before {
	display: block;
	content: '';
	width: 22px;
	height: 12px;
	background: url(../images/xhjs/lock.png) no-repeat;
	background-size: cover;
	position: absolute;
    left: 0;
    top: 14px;
}
.circle_l ul li {
	width: 82px;
	height: 82px;
	line-height: 82px;
	border-radius: 50%;
	background-color: #f0efed;
	font-size: 20px;
	color: #333;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: -41px;
	left: 50%;
	margin-left: -41px;
	transition: all 2s
}
.circle_l ul li:nth-of-type(1){
	transform: rotate(90deg);
	transform-origin: 40px 232px;
}
.circle_l ul li:nth-of-type(2){
	transform: rotate(135deg);
	transform-origin: 40px 232px;
}
.circle_l ul li:nth-of-type(3){
	transform: rotate(180deg);
	transform-origin: 40px 232px;
}
.circle_l ul li:nth-of-type(4){
	transform: rotate(225deg);
	transform-origin: 40px 232px;
}
.circle_l ul li:nth-of-type(5){
	transform: rotate(270deg);
	transform-origin: 40px 232px;
}
.circle_l ul li:nth-of-type(6){
	transform: rotate(315deg);
	transform-origin: 40px 232px;
}
.circle_l ul li:nth-of-type(7){
	transform: rotate(360deg);
	transform-origin: 40px 232px;
}
.circle_l ul li:nth-of-type(8){
	transform: rotate(405deg);
	transform-origin: 40px 232px;
}

.circle_l ul li.active {
	background: url(../images/xhjs/li_active.png) center no-repeat;
	background-size: cover;
	color: #fff;
}





.swiper-container {
    background: url(../images/xhjs/floor.png),url(../images/xhjs/floor.png);
    background-repeat: no-repeat, no-repeat;
        /*background-position: 0 240px,0 623px;*/
        background-position: 0 200px,0 485px;
    background-size: 100%;
    height: 600px;
}
.swiper-container .swiper-slide {
	padding-bottom: 70px;
}
.swiper-container .swiper-slide ul li {
	float: left;
	width: 180px;
    margin: 0 90px 32px;
	text-align: center;
}
.swiper-container .swiper-slide img {
	width: 160px;
	/*display: block;
	margin: 0 auto;*/
}
.swiper-container .swiper-slide .txt {
	/*margin: 0 auto;*/
	display: inline-block;
	width: 106px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #333;
	text-align: center;
	background: url(../images/xhjs/s_label.png) no-repeat;
	background-size: cover;
}
.swiper-button-next,.swiper-button-prev {
	width: 40px;
	height: 90px;
	background-size: 40px 90px;
	top: 46%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/xhjs/left.png);
	left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/xhjs/right.png);
	right: 0;
}
