.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 .swiper-slide img,

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.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: 40px;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 100px;
	height: 6px;
	display: inline-block;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

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;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: #eba202;
}

.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-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.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;
}


.wap_nav_sw {
	background: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
	z-index: -1;
	opacity: 0;
	top: calc(.44rem - 100vh);
	transition: all .5s ease;
}

.wap_nav {
	display: none
}

.box {
	width: 1200px;
	margin: 0 auto
}

.header {
	height: 70px;
	line-height: 70px;
}

.header .nav {
	width: 690px;
}

.header .nav li {
	width: 16.67%;
	text-align: center;
	border-right: 1px #dddddd solid;
}

.header .nav li:nth-child(1) {
	border-left: 1px #dddddd solid;
}

.header .nav li a {
	font-size: 15px;
	display: block;
}

.header .nav li.cur,
.header .nav li:hover {
	background: #eba202;
}

.header .nav li.cur a,
.header .nav li:hover a {
	color: #fff;
}

.pub_tit em {
	font-size: 54px;
	color: #eba202;
	text-transform: uppercase;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.pub_tit h2 {
	font-size: 34px;
	color: #c06c04;
	margin-top: -35px;
}


.home_one .text {
	width: 550px;
	padding-top: 20px;
}

.home_one .word p {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-top: 25px;
}

.home_one .img {
	width: 570px;
}

.home_one {
	padding: 80px 0;
}

.home_tow {
	background: url(../images/bg_1.jpg) no-repeat;
	padding-top: 55px;
	padding-bottom: 20px;
}

.home_tow .pub_tit h2 {
	color: #fff;
}

.pub_tit p {
	color: #adadad;
	font-size: 14px;
	margin-top: 10px;
}

.home_tow .bg {
	margin-top: 45px;
}

.home_tow dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.home_tow dt {
	animation: rotation 40s linear infinite;
	-moz-animation: rotation 40s linear infinite;
	-webkit-animation: rotation 40s linear infinite;
	-o-animation: rotation 40s linear infinite;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}


.home_tow .img p {
	position: absolute;
}

.home_tow .img p:nth-child(odd) {
	-webkit-animation-name: floaty;
	animation-name: floaty;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.home_tow .img p:nth-child(even) {
	-webkit-animation-name: floatys;
	animation-name: floatys;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes floaty {

	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(0.05rem);
		transform: translateY(0.05rem);
	}
}

@keyframes floaty {

	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(0.05rem);
		transform: translateY(0.05rem);
	}
}

@-webkit-keyframes floatys {

	0%,
	100% {
		-webkit-transform: translateY(0.05rem);
		transform: translateY(0.05rem);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes floatys {

	0%,
	100% {
		-webkit-transform: translateY(0.05rem);
		transform: translateY(0.05rem);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.home_tow .img p:nth-child(1) img,
.home_tow .img p:nth-child(4) img {
	width: 110px;
}

.home_tow .img p:nth-child(1) {
	left: 460px;
	top: 60px;
}

.home_tow .img p:nth-child(2) {
	left: 755px;
	top: 115px;
}

.home_tow .img p:nth-child(3) {
	left: 755px;
	top: 315px;
}

.home_tow .img p:nth-child(4) {
	left: 455px;
	top: 420px;
}

.home_tow .img p:nth-child(5) {
	left: 305px;
	top: 230px;
}

.home_th,
.home_fr {
	padding: 55px 0;
}

.home_th .dl,
.home_fr .dl,
.home_fv .dl {
	margin-top: 55px;
}

.home_th dl {
	width: 280px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.home_th dt {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.home_th dd {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 36px;
	background: #eba202;
	bottom: -36px;
}

.home_th dl:hover dd {
	bottom: 0;
}

.bg_blue {
	background: #f7f7f7;
}

.home_fr dl {
	width: 210px;
	border: 1px #dddddd solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 35px 0;
	text-align: center;
	cursor: pointer;
}

.home_fr dd {
	color: #666666;
	font-size: 20px;
}

.home_fr dd h2 {
	margin-top: 20px;
}

.home_fr dd em {
	display: block;
	background: url(../images/icon.png) no-repeat;
	width: 45px;
	height: 9px;
	margin: 13px auto 0 auto;
}

.home_fr dl:hover {
	box-shadow: 0px 3px 19px 0px rgba(225, 225, 225);
}

.maped {
	width: 100%;
	height: 350px;
}

.ab_map {
	position: relative;
	align-self: center;
}

.ab_map .contact_tc {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);

}

.ab_map .contact_tc .txted {
	padding: 15px;
	font-size: 14px;
}

.ab_map .contact_tc .txted p a {
	color: #3b3b3b;
}

.ab_map .contact_tc .txted img {
	width: 16px;
	height: 14px;
	position: relative;
	top: 5px;
	margin-right: 10px
}

.ab_map .contact_tc .txt p {
	width: 75%
}

.home_fv .w50 {
	width: 50%;
}

.home_fv .text {
	background: url(../images/bg_2.jpg) no-repeat;
	padding: 40px 30px;
	color: #fff;
}

.home_fv .tit_tit h2 {
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.home_fv .word p:nth-child(odd) {
	border-top: 1px #ddd solid;
	padding-top: 15px;
}

.home_fv .word p {
	line-height: 34px;
}

.home_fv .word p:nth-child(3) {
	margin-top: 15px;
}

.home_fv {
	padding: 55px 0;
}

.footer {
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.footer .foot {
	padding: 40px 0;
}

.foot .f_txt {
	width: 220px;
}

.foot .f_th {
	width: 880px;
}

.foot .f_th dl {
	width: 33.33%;
	text-align: center;
}

.foot .f_th dl:nth-child(odd) {
	width: 1px;
	height: 100px;
	background: #765101;
	margin-top: 35px;
}

.foot .text h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.foot .f_th dd h2 {
	font-size: 16px;
	margin: 20px auto 5px auto;
}

.foot .f_th dd p {
	width: 190px;
	margin: 0 auto;
}

.foot .f_txt .dl {
	margin-top: 25px;
	position: relative;
}

.foot .f_txt .dl dt img {
	width: 40px;
}

.foot .f_txt .dl dd {
	width: 100px;
	position: absolute;
	top: -115px;
	left: 20px;
	display: none;
}

.foot .f_txt .dl dd em {
	display: block;
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.foot .f_txt .dl dl {
	margin-right: 10px;
	cursor: pointer;
}

.foot .f_txt .dl dl.active dd {
	display: block;
}

.footer .copyright {
	border-top: 1px #666 solid;
	padding: 10px 0;
	color: #686868;
}

.footer .copyright a {
	color: #686868;
	margin: 0 6px;
}

#swiper .swiper-slide img,
#banner img {
	width: 100%;
}

.header.fix {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

.about .ab_one {
	background: url(../images/ab_bg.jpg) no-repeat;
	padding: 70px 0;
}

.about .ab_one .word {
	background: #ffff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 40px 90px;
}

.about .ab_one .word .tit h2 {
	color: #c06c04;
	font-size: 30px;
	margin: 15px auto;
	font-weight: bold;
}

.about .txt p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
}

.about .ab_tow {
	background: url(../images/ab_bg_2.jpg) no-repeat;
	padding: 70px 0;
}

.about .ab_tow .pub_tit h2 {
	color: #fff;
}

.about .ab_tow .dl {
	margin: 80px auto 0 auto;
}

.about .ab_tow dl {
	width: 25%;
	color: #fff;
}

.about .ab_tow dt {
	width: 130px;
	height: 130px;
	border: 2px #fff solid;
	font-size: 22px;
	line-height: 30px;
	position: relative;
	-moz-border-radius: 130px;
	-webkit-border-radius: 130px;
	border-radius: 130px;
	margin: 0 auto;
}

.about .ab_tow dt em {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.about .ab_tow dd {
	width: 220px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
}

.media {
	background: url(../images/media.jpg) no-repeat;
	height: 1350px;
	padding-top: 75px;
}

.media .word {
	padding-top: 260px;
}

.home .home_ten {
	background: url(../images/ser_bg.jpg) no-repeat;
	padding: 60px 0;
}

.home .home_ten .pub_tit h2 {
	color: #fff;
}

.home_ten .word {
	margin-top: 30px;
}



.job {
	padding: 80px 0;
}

.job .job_lt {
	width: 200px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	align-self: baseline;
}

.job .job_lt li  {
	font-size: 15px;
	display: block;
	line-height: 40px;
	color: #333;
	padding: 5px 15px;
	cursor: pointer;
}

.job .job_lt li.cur ,
.job .job_lt li:hover  {
	background: url(../images/job_bg.jpg) no-repeat;
	color: #fff;
}
.job .job_rt .one{
	display: none;
}
.job .job_rt .one.cur{
	display: block;
}
.job .job_lt h2 {
	background: #eeeeee;
	line-height: 50px;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	color: #333333;
	font-size: 20px;
	text-align: center;
}

.job .job_rt {
	width: 960px;
}

.job .job_rt .name h2 {
	font-size: 24px;
	color: #333;
	background: url(../images/mn.png) repeat-x 0 bottom;
	padding-bottom: 15px;
}

.job .job_rt .tit h2 {
	font-size: 20px;
	color: #333;
	margin-top: 30px;
	border-bottom: 1px #ddd solid;
	padding-bottom: 20px;
}

.job .job_rt .tit p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.job .job_rt .btn {
	margin-top: 30px;
}

.job .job_rt .btn span {
	width: 176px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
	margin-right: 15px;
}

.job .job_rt .btn span:nth-child(1) {
	background: url(../images/btn_1.png) no-repeat;
}

.job .job_rt .btn span:nth-child(2) {
	background: url(../images/btn_2.png) no-repeat;
}

.job .job_rt .btn em {
	position: relative;
	top: 3px;
	margin-left: 6px;
}

.contact{
	padding: 65px 0 120px 0;
}

.contact .one  h2{
	color: #333;
	font-size: 30px;
}
.contact .one p{
	font-size: 17px;
	color: #666;
	line-height: 28px;
	width: 700px;
	margin: 18px auto;
}
.contact .tow .tow_lt{
	width: 440px;
	height: 370px;
	background: #eba202;
	position: relative;
	z-index: 999;
	top: 20px;
	padding:35px 30px 65px 30px;
	color: #fff;
}
.contact .tow .tow_lt dl{
	display: flex;
	margin-top: 30px;
}
.contact .tow .tow_lt dd{
	width: 310px;
	margin-left: 15px;
	font-size: 16px;
}
.contact .tow .tow_lt dd h2{
	margin-bottom: 7px;
}
.contact .tow .tow_lt dd p{
	font-size: 12px;
	line-height: 24px;
}
.contact .tow .tow_rt{
	width: 820px;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	padding: 8px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.21);
	 -moz-border-radius:6px;
	  -webkit-border-radius: 6px;
	  border-radius: 6px
	
}
.contact .tow .tow_rt .maped {
  height: 390px;
}