.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 45px;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 2px #004da1 solid;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 0 5px;
}

#swiper.bars .swiper-pagination-bullet {
	background-color: #875c1f;
}

#swiper.shops .swiper-pagination-bullet {
	background-color: #68b8a2;
}

#swiper.shops .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #004da1;
}


button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	background-color: #004da1;
}

#swiper.bars .swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}



.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.box {
	width: 83.33%;
	margin: 0 auto;
}

.header {
	padding: 30px 0;
	position: relative;
	z-index: 9;
	border-bottom: 1px #ebebeb solid;
}

.header .nav {
	width: 44%;
}

.header .nav li {
	text-align: center;
	position: relative;
}

.header .nav li a {
	color: #383838;
	font-size: 18px;
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;text-transform:capitalize;
}


.menu-pub {
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 12px;
	width: 140%;
	opacity: 1;
	visibility: hidden;
	left: -20%;
	padding: 20px 0;
}
.header .nav li:last-child  .menu-pub {
	width: 300%;
	left: -100%;
}
.menu-pub .menu-down {
	background: #f7f7f7;
	border: 1px #f0f0f0 solid;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.21);
	padding: 10px 0;
}

.header .nav li:hover .menu-pub {
	z-index: 2;
	opacity: 1;
	visibility: visible;
}

.header .nav li .menu-pub a {
	font-size: 18px;
	color: #383838;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
}

.header .nav li .menu-pub a:hover em {
	display: block;
}

.header .nav li .menu-pub a em {
	display: none;
	width: 36px;
	height: 2px;
	background: #a9a9a9;
	margin: -10px auto 0 auto;
}

.header .nn {
	width: 55px;
	height: 2px;
	background: rgba(0, 0, 0, 0);
	margin: 0 auto;
	position: relative;
	top: 10px;
	display: block;
}

.header .nav li:hover .nn,
.header .nav li.cur .nn {
	background: #383838;
}

.header li:nth-child(1) .nn,
.header li:nth-child(2) .nn {
	width: 90px;
}

.header .search span i {
	margin: 0 10px;
}

.header .search img {
	margin-left: 15px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.wap_nav_sw {
	display: none;
}

#swiper.home {
	background: url(../images/bg_1.jpg) no-repeat;
	background-size: 100% 100vh;
	margin-top: -160px;
	padding-top: 235px;
	height: 100vh;
}

#swiper.home dl a {
	display: flex;
}

#swiper.home dl {
	width: 83.33%;
	margin: 0 auto;
}

#swiper.home dt {
	align-self: center;
	width: 31.25%;
	padding-left: 35px;
}

#swiper.home dd {
	width: 68.125%;
}

#swiper.home dt h2 {
	line-height: 60px;
	font-size: 34px;
	color: #383838;
}

#swiper.home .swiper-container {
	text-align: left;
}

#swiper.home dt em {
	margin-top: 125px;
	display: inline-block;
}

#swiper.home dt em img {
	margin-left: 10px;
}

.h_lHisPrevd,
.h_lHisNextd,
.h_lHisPrev,
.h_lHisNext {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 33px;
	height: 33px;
	z-index: 9;
}

#swiper.home .h_lHisPrevd {
	left: 95px;
	background: url(../images/lt.png) center center no-repeat;
	width: 64px;
	height: 64px;
}

#swiper.home .h_lHisNextd {
	right: 95px;
	background: url(../images/rt.png) center center no-repeat;
	width: 64px;
	height: 64px;
}

.index {
	padding: 95px 0;
}

.index dl {
	width: 31.5625%;
	border: 1px #ebebeb solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-left: 2.65625%;
	padding: 35px 40px;
	height: 370px;
	position: relative;
	cursor: pointer;
}

.index dl:nth-child(3n+1) {
	margin-left: 0;
}

.index dl:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.index dt em,
.index dd i {
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 2px #727272 solid;
	display: inline-block;
text-transform: uppercase; 
}

.index dt h2 {
	font-size: 24px;
	line-height: 32px;
	margin: 25px 0 20px 0;
	color: #383838;
	height: 65px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index dd em {
	font-size: 16px;
	color: #727272;
	display: inline-block;
	margin-bottom: 20px;
}

.index dd p {
	font-size: 16px;
	color: #727272;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index dd i {
	position: absolute;
	bottom: 35px;
}

.index .more {
	width: 100%;
}

.index .more a {
	display: block;
	width: 190px;
	text-align: center;
	line-height: 48px;
	border: 2px #b8b8b8 solid;
	margin: 60px auto;
	font-size: 16px;
text-transform: uppercase; 
}

.index .more a img {
	margin-left: 10px;
}

.footer {
	border-top: 1px #ebebeb solid;
	padding-top: 55px;
}

.foot dl:nth-child(1) {
	width: 48%;
}

.foot dt {
	font-size: 24px
}

.foot dd p:nth-child(1) {
	margin: 15px 0 30px 0;
}

.foot dd p {
	font-size: 18px;
	color: #727272;
	line-height: 30px;
}

.foot dl:nth-child(2) {
	width: 25%;
}

.foot dl:nth-child(2) .text {
	border: 1px #727272 solid;
	width: 70%;
	padding: 13px 20px;
}

.foot dl:nth-child(2) .button {
	background: #383838;
	width: 26%;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.foot {
	padding-bottom: 40px;
	border-bottom: 1px #ebebeb solid;
}

.footer .in {
	padding: 40px 0;
}

.footer .in img {
	margin-right: 20px;
	width: 8%;
}

.wap_head.flex,
#swiper.home dt:last-child {
	display: none;
}

#index {
	padding-top: 55px;
}

#index dl {
	margin-bottom: 40px;
}

#pages {
	display: flex;
}

.page {
	text-align: center;
	width: 100%;
	margin: 40px auto 95px auto;
	justify-content: center;
}

.page ul {
	justify-content: center;
}

.page li {
	background: #fff;
	border: 1px #e8e8e8 solid;
	color: #282828;
	font-size: 16px;
	text-align: center;
	padding: 8px 15px;
	margin: 0 5px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.page li:hover,

.page li.active {
	background: #383838;
	border: 1px #383838 solid;
	color: #fff;
	display: block;
}

.page li:hover a {
	color: #fff;
}

.where {
	padding: 35px 0;
	border-bottom: 1px #ebebeb solid;
}

.where i {
	margin: 0 5px;
}

#cont {
	margin-top: 35px;
	padding-bottom: 75px;
}

#cont .cont_lt {
	width: 77.5%;
}

#cont .cont_rt {
	width: 20%;
	border-left: 1px #ebebeb solid;
	padding-left: 40px;
}

#cont h2 {
	font-size: 24px;
}

#cont .tit {
	padding-bottom: 35px;
	border-bottom: 1px #ebebeb solid;
}

#cont .cont h2 {
	margin: 30px 0;
}

#cont .cont h2 em {
	display: inline-block;
	width: 6px;
	height: 24px;
	background: #000;
	margin-right: 20px;
	position: relative;
	top: 3px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

#cont .cont p {
	line-height: 42px;
}

#cont .cont_rt p {
	color: #727272;
	margin: 20px 0 35px 0;
}

#cont .cont_rt a {
	line-height: 48px;
	background: #383838;
	text-align: center;
	color: #fff;
	display: block;
}

#cont .cont_rt a img {
	margin-right: 10px;
}

#cont .cont_lt .tit p {
	margin-top: 25px;
	font-size: 16px;
}

#cont .cont_lt .tit p em {
	margin: 0 10px;
}

#cont .cont_lt .cont.view p {
	line-height: 36px;
	margin-top: 35px;
}

#cont .cont_lt .cont.view p a {
	color: #c2aa7c;
	border-bottom: 1px #c2aa7c solid;
	margin-top: -50px;
	display: inline-block;
}

#cont .cont_lt .down a {
	line-height: 48px;
	background: #383838;
	text-align: center;
	color: #fff;
	display: block;
	width: 280px;
}

#cont .cont_lt .down {
	border-top: 1px #ebebeb solid;
	margin-top: 40px;
	padding-top: 40px;
}

#cont .cont_rt dt {
	width: 280px;
	height: 280px;
	overflow: hidden;
	-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;
	margin: 25px 0;
}

#cont .cont_rt dd p {
	line-height: 32px;
	margin: 15px 0;
}

#cont .cont_rt dd a {
	background: none;
	color: #383838;
	text-align: left;
}

.person .main {
	background: #f7f7f7;
	margin: 40px auto;
	padding: 30px;
	padding-right: 50px;
}

.person .main dl {
	display: flex;
	justify-content: space-between;
}

.person .main dt {
	width: 175px;
	height: 175px;
	overflow: hidden;
	-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;
}

.person .main dd {
	width: 85%;
}

.person .main dd h2 {
	font-size: 30px;
}

.person .main dd p {
	line-height: 32px;
	color: #727272;
	margin-top: 25px;
}

.add_title h2 {
	font-size: 24px;
}

#person {
	padding-top: 25px;
	padding-bottom: 0;
}

#person dl {
	margin-bottom: 45px;
}

#news {
	padding-top: 35px;
}

#news dl {
	width: 48.625%;
	margin-bottom: 45px;
}

#news dl:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#news dl a {
	padding: 55px 35px;
	display: flex;
	border-bottom: 1px #ebebeb solid;
}

#news dt {
	width: 125px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

#news dd:nth-child(2) {
	width: 60px;
	height: 2px;
	background: #d7d7d7;
	margin: 0 25px;
	margin-top: 10px;
}

#news dd:nth-child(3) {
	width: 460px;
}

#news dd:nth-child(3) h2 {
	font-size: 24px;
	font-weight: lighter;
}

#news dd p {
	font-size: 16px;
	color: #727272;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 30px;
}

#news dt span {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px #888 solid;
	margin-top: 34px;
	float: right;
}

#news dt span i {
	background: url(../images/to_1.png) no-repeat;
	display: block;
	width: 18px;
	height: 14px;
	margin: 11px auto;
}

#news dl:hover dt i {
	background: url(../images/to_2.png) no-repeat;
}

#news dl:hover dt span {
	background: #383838;
	border: 2px #383838 solid;
}

#news dd em {
	display: none;
}

#news_cont .title {
	padding: 40px 0;
	border-bottom: 1px #ebebeb solid;
}

#news_cont .title h2 {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 36px;
}

#news_cont .title p {
	font-size: 16px;
text-transform:capitalize;
}

#news_cont .title p em {
	margin: 0 10px;
}

#news_cont .cont p {
	line-height: 36px;
	margin-top: 30px;
}

#news_cont .cont p img {
	display: block;
	margin: 0 auto;
}

#news_cont .cont {
	border-bottom: 1px #ebebeb solid;
	padding-bottom: 35px;
}

#news_cont .down a {
	line-height: 48px;
	background: #383838;
	text-align: center;
	color: #fff;
	display: block;
	width: 280px;
	margin: 35px auto 70px auto;text-transform: uppercase; 
}

#news_cont .down a img,
#cont .dl_dl dl a img,
#cont .dl_th dd a img {
	margin-right: 10px;position: relative;
top: -3px;
}

#cont.job p {
	padding-left: 25px;
}

#cont .dl_dl {
	width: 82.125%;
	margin: 60px auto;
}

#cont .dl_dl dl {
	width: 48.1375%;
}

#cont .dl_dl dl a {
	line-height: 48px;
	background: #383838;
	text-align: center;
	color: #fff;
	display: block;
	width: 280px;
	margin: 70px auto 20px auto;
text-transform: uppercase; 
font-size: 16px;
}

#cont .dl_dl dd em,
#cont .dl_th dd em {
	display: block;
	color: #7f7f7f;
	text-align: center;
}

#cont .dl_th {
	margin-top: 50px;
}

#cont .dl_th dl {
	width: 31.25%;
}

#cont .dl_th dt {
	border: 1px #ebebeb solid;
	padding: 65px 35px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

#cont .dl_th dd span {
	width: 330px;
	margin: 0 auto
}

#cont .dl_th dd a {
	line-height: 48px;
	background: #383838;
	text-align: center;
	color: #fff;
	display: block;
	margin: 25px auto 15px auto;
	width: 155px;
text-transform: uppercase; 
font-size: 16px;
}

#cont .dl_th dd a:nth-child(1) {
	background: #fff;
	border: 2px #383838 solid;
	color: #383838;
}

#cont .tip {
	font-size: 16px;
	margin-top: 110px;
}

#cont .tip img {
	position: relative;
	top: -2px;
	margin-right: 8px;
}

.min-height {
	min-height: 500px;
}

#cont .cont_rt.rp_add p {
	margin: 0;
	line-height: 42px;
}

#cont .cont_rt.rp_add h2 {
	margin-bottom: 20px;
}

#cont .cont_rt.rp_add a {
	margin: 30px auto;
}

#cont .cont_rt.rp_add .tips {
	border-top: 1px #ebebeb solid;
	margin-top: 30px;
	padding-top: 20px;
}

#cont .cont_rt.rp_add .tips p {
	line-height: 32px;
}


#mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999999999999999;
	display: none
}

#mcover .info {
	width: 589px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

}

#mcover .info form p {
	border-bottom: 3px #fff solid;
	display: flex;
	padding-bottom: 6px
}

#mcover .info form .button {
	background: url(../images/sd.png) no-repeat;
	display: block;
	width: 25px;
	height: 26px;
	border: 0;
	cursor: pointer;
	background-size: 25px 26px;
}

#mcover .info form p .text {
	width: 95%;
	background: none;
	border: 0;
	color: #fff;
}

#pageContent {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	z-index: -999;
}

#imgContainer {
	width: 83.33%;
	height: 600px;
	margin: 0 auto;    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);
	background: #fff;
}

#positionButtonDiv {
	background: #ebebeb;
	color: #c6c6c6;
	padding: 8px;
	text-align: left;
	position: absolute;
	right: 0;
	top: 0;
}
#positionButtonDiv em{
	margin: 0 10px;
}
#positionButtonDiv .positionButtonSpan img {
	float: right;
	border: 0;
}

.positionMapClass area {
	cursor: pointer;
}

.zoomButton {
	border: 0;
	cursor: pointer;
}

.zoomableContainer {
	background-image: url("images/transparent.png");
}

.header .logo h1{
	width: 263px;
}
.r_logo  img{
	height: 42px;
}