@charset "utf-8";
.h4, .h5, .h6, h4, h5, h6 {
	margin-bottom: 0;
	margin-top: 0
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 0
}
p {
	margin: 0
}
.idx-pal-welcome {
	width: 100%;
	height: 750px;
	margin-bottom: 60px
}
.welcome-arrow .arrow {
	background: url(../images/banner-arrow.png) no-repeat;
	z-index: 9999
}
.welcome-arrow .arrow-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 92px;
	height: 92px;
	display: block;
	background-position: -152px -20px
}
.welcome-arrow .arrow-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 92px;
	height: 92px;
	background-position: -20px -20px
}
.welcome-arrow .arrow-right:hover {
	background-position: -20px -152px
}
.welcome-arrow .arrow-left:hover {
	background-position: -152px -152px
}
.welcome-panel {
	width: 100%;
	height: 100%;
	overflow: hidden
}
.swiper-arrow-box {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 47%;
	height: 92px;
	z-index: 1000
}
.swiper-arrow-box .swiper-arrow-container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%
}
.swiper-container {
	height: 100%
}
.swiper-slide-img {
	position: relative;
	height: 750px
}
.swiper-slide-img>a {
	display: block;
	width: 100%;
	height: 100%
}
.swiper-slide-img>a>img {
	display: block;
	width: 100%;
	height: 100%
}
.welcome-swiper-text {
	position: absolute;
	width: 100%;
	bottom: 246px;
	z-index: 100
}
.welcome-swiper-text h2 {
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 400;
	line-height: 44px;
	margin-bottom: 25px
}
.welcome-swiper-text p {
	text-align: center
}
.welcome-swiper-text p a {
	display: block;
	background-color: #0bbcd7;
	width: 230px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	color: #fff;
	opacity: .9
}
.welcome-swiper-text p a:hover {
	opacity: .8
}
.m-pagin {
	position: absolute;
	left: 45%;
	bottom: 42px
}
.m-pagin span {
	float: left;
	width: 79px;
	height: 5px;
	background-color: #fff;
	opacity: .5;
	margin: 0 6px;
	cursor: pointer
}
.m-pagin .swiper-active-switch {
	background-color: #09b9d2
}
.idx-section {
	position: relative;
	width: 100%;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 400
}
.idx-panel {
	position: relative;
	text-align: left
}
.idx-panel .panel-hd {
	height: 74px;
	overflow: hidden
}
.idx-panel .panel-hd h3, .idx-panel .panel-hd small {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: 400
}
.idx-panel .panel-title {
	line-height: 40px;
	color: #373d41;
	font-size: 30px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.idx-panel .panel-subtitle {
	margin-top: 6px;
	line-height: 28px;
	color: #1c1c1c;
	font-size: 18px;
	margin-bottom: 0
}
#index_section_service {
	background-color: #fff
}
.idx-service-list {
	margin-left: -19px;
	margin-right: -19px;
	padding: 34px 0 58px
}
.idx-service-item {
	position: relative;
	float: left;
	width: 209px;
	height: 308px;
	border: 1px solid #ececec;
	margin: 0 19px 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s
}
.m-icon {
	width: 100%;
	height: 171px;
	text-align: center
}
.m-icon>i {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s
}
.m-icon-one i {
	background: url(../images/index/financial.png) no-repeat;
	background-position: -20px -20px
}
.m-icon-two i {
	background: url(../images/index/cost.png) no-repeat;
	background-position: -20px -20px
}
.m-icon-three i {
	background: url(../images/index/tax.png) no-repeat;
	background-position: -20px -20px
}
.m-icon-four i {
	background: url(../images/index/visa.png) no-repeat;
	background-position: -20px -20px
}
.m-icon-five i {
	background: url(../images/index/IT.png) no-repeat;
	background-position: -20px -20px
}
.idx-service-item:hover {
	border: 1px solid #04cdea;
	background-color: #04cdea
}
.m-text {
	padding: 0 17px 0 22px
}
.m-text h3 {
	color: #4b4b4b;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
  margin: 0 0 17px 0;
  height: 20px;
}
.m-text p {
	color: #00c1de;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	margin-bottom: 0;
	height: 70px;
}
.idx-service-item:hover .m-text h3 {
	color: #fff
}
.idx-service-item:hover .m-text p {
	color: #fff
}
.idx-service-item:hover .m-icon-five i {
	background-position: -267px -20px
}
.idx-service-item:hover .m-icon-four i {
	background-position: -267px -20px
}
.idx-service-item:hover .m-icon-three i {
	background-position: -267px -20px
}
.idx-service-item:hover .m-icon-two i {
	background-position: -267px -20px
}
.idx-service-item:hover .m-icon-one i {
	background-position: -267px -20px
}
#idx_section_news {
	position: relative;
	background: url(../images/index/news-bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 560px
}
.panel-news-subtitle {
	float: left
}
.idx-panel .panel-news-title {
	float: left
}
.panel-news-subtitle>span {
	float: left;
	margin-left: 50px
}
.panel-news-subtitle>span a {
	display: block;
	font-size: 18px;
	color: #242525;
	line-height: 28px;
	padding-top: 5px;
	border-bottom: 2px solid rgba(219,209,209,0);
	transition: all ease .5s
}
.panel-news-subtitle>span.on a {
	border-bottom: 2px solid #00c1de;
	color: #00c1de;
	font-weight: 700
}
.panel-news-subtitle>span:hover a {
	border-bottom: 2px solid #00c1de;
	color: #00c1de
}
.news-more {
	float: right;
	display: inline;
	height: 27px;
	width: 105px;
	border: 1px solid #d7d7d9;
	overflow: hidden;
	line-height: 27px;
	border-radius: 27px;
	margin-top: 3px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s 0s
}
.news-more .news-more-link {
	display: block;
	text-align: center;
	color: #777;
	font-size: 14px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s 0s
}
.news-more:hover {
	border: 1px solid #03c2de
}
.news-more:hover .news-more-link {
	color: #03c2de
}
.panel-bd-left {
	float: left
}
.panel-bd-right {
	float: left
}
.panel-news-left {
	float: left;
	width: 720px
}
.panel-news-right {
	float: left;
	width: 480px
}
.idx-news-panel {
	position: relative;
	width: 100%;
	padding-bottom: 15px;
}
.idx-news-wraper {
	padding-top: 90px
}
.idx-news-list {
	margin-top: 35px!important;
	height: 317px;
	overflow: hidden
}
.news-picture-box {
	position: relative;
	float: left
}
.news-picture {
	display: block;
	width: 316px;
	height: 226px;
}
.news-picture img {
	display: block;
	width: 100%;
	height: 100%
}
.news-text-box {
	float: left;
	position: relative
}
.news-rihgt-list {
	padding: 0 37px 0 44px
}
.u-detailed {
	width: 100%;
	text-align: right
}
.news-detailed-link {
	color: #00c1de;
	font-size: 14px
}
.news-text-size {
	width: 404px;
	padding: 0 35px 30px 30px;
	position: relative
}
.news-text-size>h4 {
	font-size: 20px;
	color: #404141;
	font-weight: 700;
	padding-bottom: 16px;
	margin: 0
}
.news-text-size>h4>a {
	display: block;
	font-size: 20px;
	color: #404141;
	font-weight: 700;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s 0s
}
.news-text-size>p {
	color: #454545;
	font-size: 14px;
	line-height: 26px;
	padding: 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s 0s
}
.news-text-size:hover>h4>a {
	color: #03c2de
}
.news-text-size:hover>p {
	color: #03c2de
}
.news-box02 {
	padding: 0 37px 0 44px
}
.news-box02-item {
	position: relative;
	width: 100%
}
.news-box02-item li {
	width: 100%;
	position: relative;
	margin-bottom: 28px
}
.news-box02-item li a {
	display: block;
	width: 100%;
	height: 100%
}
.news-text-size02 {
	width: 294px;
	padding-left: 10px
}
.news-text-size02>h5 {
	color: #404141;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s 0s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	line-height: 22px;
	height: 22px;
	
}
.news-text-size02>p {
	color: #949ea3;
	font-size: 12px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s 0s;
	height: 38px;
}
.news-text-size02:hover>h5 {
	color: #03c2de
}
.news-text-size02:hover>p {
	color: #03c2de
}
.news-small-picture {
	display: block;
	width: 105px;
	height: 75px
}
.news-small-picture img {
	display: block;
	width: 100%;
	height: 100%
}
.idx-news-panel>a {
	display: block;
	width: 100%;
	height: 75px
}
.idx-embranchment-box {
	width: 100%
}
.idx-embr-left {
	position: relative;
	width: 910px;
	height: 675px;
	background: url(../images/map_03.jpg) no-repeat;
	background-size: 910px 673px;
	border: 1px solid #88e2ef
}
.idx-embr-left canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}
.idx-embr-right {
	width: 290px;
	height: 675px
}
.embr-panel-list {
	padding-top: 70px
}
.embr-panel-item li {
	position: relative;
	padding: 12px 15px 10px;
	height: 108px!important;
	border: 1px solid #dfdfdf;
	margin-bottom: -1px
}
.idx-emb-hd {
	padding: 70px 0 35px
}
.embr-panel-list .tempWrap {
	height: 536px!important;
	padding-left: 22px
}
.embr-panel-item li h5 {
	color: #6e7d80;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	padding-bottom: 6px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s 0s
}
.embr-panel-item li .embr-hd-telphone {
	color: #949ea3;
	font-size: 14px;
	line-height: 24px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s 0s
}
.embr-panel-item li p {
	color: #949ea3;
	font-size: 12px;
	line-height: 18px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s 0s
}
.embr-panel-item .on {
	position: relative;
	padding: 12px 15px 10px;
	height: 108px!important;
	border: 1px solid #03c2de;
	margin-bottom: -1px;
	background-color: #03c2de
}
.embr-panel-item .on:before {
	position: absolute;
	left: -17px;
	top: 40%;
	content: "";
	border-left: 8px solid #fff;
	border-right: 8px solid #03c2de;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff
}
.embr-panel-item .on h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	padding-bottom: 6px
}
.embr-panel-item .on .embr-hd-telphone {
	color: #fff;
	font-size: 14px;
	line-height: 24px
}
.embr-panel-item .on p {
	color: #fff;
	font-size: 12px;
	line-height: 18px
}
.embr-panel-item li:hover h5 {
	color: #03c2de
}
.embr-panel-item li:hover .embr-hd-telphone {
	color: #03c2de
}
.embr-panel-item li:hover p {
	color: #03c2de
}
.embr-panel-item .on:hover h5 {
	color: #fff
}
.embr-panel-item .on:hover .embr-hd-telphone {
	color: #fff
}
.embr-panel-item .on:hover p {
	color: #fff
}
.idx-embr-menu {
	width: 100%;
	position: relative;
	padding-left: 20px
}
.idx-embr-menu span {
	position: absolute;
	left: 22px;
	display: block;
	width: 268px;
	height: 45px;
	border: 1px solid #e5e5e5;
	background-color: #faf9f9
}
.idx-embr-top {
	top: 0
}
.idx-embr-bottom {
	bottom: -675px
}
.idx-embr-menu span a {
	display: block;
	padding: 0 110px;
	height: 100%;
	position: relative
}
.idx-embr-menu span a:after {
	content: '';
	position: absolute;
	left: 110px;
	top: 0;
	width: 46px;
	height: 43px;
	background: url(../images/embr-menu.png) no-repeat
}
.idx-embr-menu .idx-embr-top a:after {
	background-position: -78px -6px
}
.idx-embr-menu .idx-embr-bottom a:after {
	background-position: -10px -58px
}
.idx-embr-menu .active {
	position: absolute;
	left: 22px;
	display: block;
	width: 268px;
	height: 45px;
	border: 1px solid #03c2de;
	background-color: #03c2de
}
.idx-embr-menu .idx-embr-top.active a:after {
	background-position: -10px -6px
}
.idx-embr-menu .idx-embr-bottom.active a:after {
	background-position: -77px -58px
}
.idx-bd-map {
	position: relative;
	width: 100%;
	height: 100%
}
.idx-map-list {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%
}
.idx-map-list .idx-map-item {
	position: absolute;
	z-index: 1
}
.idx-map-list .idx-map-item:hover {
	cursor: pointer
}
.idx-map-panel {
	width: 100%;
	height: 100%
}
.idx-map-jl {
	right: 214px;
	top: 187px
}
.idx-map-liaon {
	right: 272px;
	top: 218px
}
.idx-map-anh {
	right: 302px;
	bottom: 250px
}
.idx-map-zhej {
	right: 256px;
	bottom: 216px
}
.idx-map-jiangx {
	right: 320px;
	bottom: 178px
}
.idx-map-guiz {
	right: 442px;
	bottom: 152px
}
.idx-map-guangx {
	right: 417px;
	bottom: 112px
}
.idx-map-guangd {
	right: 295px;
	bottom: 115px
}
.idx-map-Sinkiang {
	left: 168px;
	top: 247px
}
.idx-location {
	display: block;
	width: 19px;
	height: 34px
}
.idx-location img {
	display: block;
	width: 100%;
	height: 100%
}
.idx-map-bj {
	right: 306px;
	top: 239px
}
.idx-map-postion {
	display: block;
	width: 21px;
	height: 21px
}
.idx-map-postion img {
	display: block;
	width: 100%;
	height: 100%
}
.idx-map-location {
	right: 521px;
	bottom: 150px
}
.embr-hd-item {
	width: 100%;
	height: 536px
}
.bd-map-name {
	position: relative
}
.bd-map-name .bd-map-postion {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/postion_03.png) no-repeat center center
}
.bd-map-name .bd-location {
	display: block;
	width: 19px;
	height: 34px;
	background: url(../images/loction_03.png) no-repeat center center
}
.embr-mg {
	margin-top: 44px
}
.bd-location-bx {
	position: relative
}
.g-show-box {
	position: absolute;
	width: 342px;
	height: 222px;
	z-index: 100;
	border: 1px solid #ccc;
	background-color: #fff;
	-moz-box-shadow: 24px 18px 15px rgba(61,60,60,.5);
	box-shadow: 24px 18px 15px rgba(61,60,60,.5)
}
.show-dali-box {
	left: -165px;
	top: -258px
}
.g-show-box:after {
	content: "";
	position: absolute;
	width: 58px;
	height: 32px;
	left: 50%;
	bottom: -30px;
	background: url(../images/show-arrows.png) no-repeat
}
.g-show-wrape {
	position: relative;
	height: 100%;
	padding: 20px 15px 0
}
.show-close-box {
	position: absolute;
	top: -11px;
	right: -8px;
	width: 19px;
	height: 19px
}
.show-close-box .close-box {
	display: block;
	width: 19px;
	height: 19px
}
.show-close-box .close-box img {
	display: block;
	width: 100%;
	height: 100%
}
.map-show-bd {
	position: relative;
	height: 126px;
	overflow: hidden
}
.show-bd-panel {
	position: relative;
	height: 100%
}
.show-bd-panel dd {
	width: 307px;
	height: 126px
}
.show-bd-panel dd img {
	display: block;
	width: 100%;
	height: 100%
}
.map-show-text {
	padding-top: 3px
}
.map-show-text>h4 {
	color: #4b5456;
	font-size: 16px;
	line-height: 28px;
	height: 28px;
	font-weight: 700;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.map-show-text>p {
	color: #6d7e86;
	font-size: 12px;
	line-height: 18px;
	height:18px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;


}
.pic-show-hd {
	position: absolute;
	bottom: 80px;
	right: 18px;
	z-index: 1000
}
.pic-show-hd dl dd {
	float: left;
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff
}
.pic-show-hd dl .on {
	background-color: #f32929
}
.pic-show-hd dl {
	width: 100%;
	height: 100%
}
.bg-show-picture {
	position: absolute;
	height: 127px;
	width: 307px;
	bottom: 73px;
	right: 18px;
	z-index: 1000;
	background-color: rgba(63,82,92,.6)
}
.bg-show-examine {
	height: 100%;
	padding-top: 43px
}
.bg-show-examine p {
	text-align: center
}
.bg-show-examine p i {
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/examine.png) center left no-repeat;
	margin: 0 auto
}
.bg-show-examine h6 {
	text-align: center;
	color: #b9b9b9;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding-top: 5px
}
#idx_section_embr {
	padding: 70px 0 60px
}
.idx-talents-panel {
	position: relative;
	width: 100%;
	background-color: #373d41;
	margin-top: 30px
}
.idx-tal-list {
	width: 100%
}
.idx-tal-list .idx-tal-item {
	position: relative;
	float: left;
	width: 400px
}
.idx-tal-list .idx-tal-picture {
	display: block;
	width: 400px;
	height: 415px
}
.idx-tal-list .idx-tal-picture img {
	display: block;
	width: 100%;
	height: 100%
}
.tal-icon-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s 0s
}
.tal-icon {
	margin-top: 125px;
	-webkit-transition: all ease .5s 0s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s
}
.tal-icon>i {
	background-position: -20px -20px;
	margin-bottom: 24px
}
.tal-icon>i {
	display: block;
	width: 92px;
	height: 74px;
	background: url(../images/index/recruitment.png) no-repeat;
	margin: 0 auto
}
.tal-icon-one>i {
	background-position: -20px -20px;
	margin-bottom: 24px
}
.tal-icon-two>i {
	background-position: -20px -134px;
	margin-bottom: 21px
}
.tal-icon-three>i {
	background-position: -20px -248px;
	margin-bottom: 22px
}
.icon-slogin {
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 14px
}
.tal-text {
	padding: 0 85px 50px 74px;
	display: none
}
.tal-text>p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 22px
}
.tal-examine {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 200px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	margin-top: 35px
}
.tal-examine:hover{
	color:#fff;
}

.tal-examine .line {
	position: absolute;
	display: block;
	background-color: #fff
}
.tal-examine .line1, .tal-examine .line3 {
	width: 1px;
	height: 0
}
.tal-examine .line1 {
	left: 0;
	bottom: 0
}
.tal-examine .line3 {
	right: 0;
	top: 0
}
.tal-examine .line2, .tal-examine .line4 {
	width: 0;
	height: 1px;
	transition: all ease .8s
}
.tal-examine .line2 {
	top: 0;
	left: 0
}
.tal-examine .line4 {
	bottom: 0;
	right: 0
}
.tal-icon-box:hover .tal-examine .line2, .tal-icon-box:hover .tal-examine .line4 {
	animation: changewidth ease .4s forwards .2s
}
.tal-icon-box:hover .tal-examine .line1, .tal-icon-box:hover .tal-examine .line3 {
	animation: changeheight ease .4s forwards .2s
}
@keyframes changewidth {
0% {
width:0
}
100% {
width:100%
}
}
@keyframes changeheight {
0% {
height:0
}
100% {
height:100%
}
}
.tal-icon-box:hover {
	height: 100%;
	background: url(../images/index/recruitment-bg.png) repeat
}
.tal-icon-box:hover .tal-icon {
	margin-top: 53px
}
.tal-icon-box:hover .tal-text {
	display: block
}
#idx_section_client {
	background-color: #f0f0f4
}
.idx-cli-warper {
	padding: 70px 0 80px
}
.idx-cli-panel {
	width: 100%;
	margin-top: 60px;
	height: 238px;
	overflow: hidden
}
.idx-client-list {
	width: 100%
}
.idx-cli-menu {
	position: relative;
	width: 100%
}
.idx-cli-menu a {
	display: block;
	width: 31px;
	height: 61px;
	background: url(../images/cli-menu_01.png) no-repeat;
	z-index: 100
}
.idx-cli-menu .cli-hd-prev {
	position: absolute;
	right: -66px;
	top: 76px;
	background-position: -91px -20px
}
.idx-cli-menu .cli-hd-next {
	display: block;
	position: absolute;
	left: -66px;
	top: 76px;
	background-position: -20px -20px
}
.idx-cli-item>li {
	float: left;
	margin: 0 -10px
}
.idx-cli-item>li span {
	float: left;
	display: inline;
	width: 220px;
	height: 104px;
	margin: 0 12px 15px
}
.idx-cli-item>li span a{
	display:block;
	width: 100%;
	height: 100%;
}
.idx-cli-item>li span a img{
	display:block;
	width: 100%;
	height: 100%;
}
.idx-cli-item>li span:hover {
	background-color: #fff
}
.hd-fixer {
	position: fixed;
	width: 100%;
	z-index: 1000
}
.viewer-button {
	position: fixed!important;
	top: 80px!important
}
.show-dali-box:hover .bg-show-picture {
	z-index: -100
}
.viewer-button:before {
	bottom: 25px!important
}


.idx-map-laowo{
	bottom: 39px;
	left: 394px;
}
.idx-map-hebei{
	right: 333px;
	top: 302px;
}
.idx-map-tianjin{
	right: 305px;
	top: 267px;
}

.idx-map-chongqing{
	bottom: 204px;
	left: 451px;
}

.idx-map-hubei{
	bottom: 229px;
	left: 524px;
}

.idx-map-hebei{
	bottom: 318px;
	left: 552px;
}


.idx-map-sanxi{
	bottom: 280px;
	left: 464px;
}

/*
.idx-map-henan{
	bottom: 280px;
	left: 464px;
}
*/

.idx-map-henan {
    bottom: 295px;
    left: 508px;
}


.idx-map-shanxi{
	bottom: 330px;
	left: 509px;
}

.idx-map-shandong{
	bottom: 319px;
	left: 587px;
}

.idx-map-fujian{
	bottom: 152px;
	left: 608px;
}
.idx-map-shanghai{
	bottom: 243px;
	left: 652px;
}
.idx-map-shenzhen{
	bottom: 148px;
	left: 552px;
}

.idx-map-hainan{
	bottom: 29px;
	left: 486px;
}
.idx-map-hunan{
	bottom: 172px;
	left: 514px;
}

.idx-map-zhuhai{
	bottom: 112px;
	left: 516px;
}

