.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;
}
#banner img,#swiper img{
	width: 100%;
}
#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: 60px;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 3px;
	display: inline-block;
	background-color: #d02127;
}

#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: #fff;
}


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: #fff;
}

#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
}

.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;
}

.h_lHisPrevd {
	left: 0px;
	background: url(../images/lt.jpg) center center no-repeat;
	width: 31px;
	height: 60px;
}

.h_lHisNextd {
	right: 0px;
	background: url(../images/rt.jpg) center center no-repeat;
	width: 31px;
	height: 60px;
}

.wap_nav {
	display: none
}

.box {
	width: 1200px;
	margin: 0 auto
}

.header {
	padding-top: 50px;	border-bottom: 2px #d0282d solid;
}

.header li {
	width: 14.2857%;
	text-align: center;
	line-height: 30px;
	position: relative;
	border-left: 1px #adadad solid;
}

.header li a {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.header li.cur a {
	color: #d02127;
}

.header li:nth-child(1) {
	border-left: 0;
}

.header .nav {
	width: 100%;
	margin: 35px auto 15px auto;
}

.menu-down dl a {
	display: block;
}

.menu-down {
	margin-top: 0;
}


.menu-pub {
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 25px;
	padding-top: 21px;
	width: 125px;
	background: #fff;
	transform: translate(0, 20px);
	opacity: 1;
	visibility: hidden;
	transition: All 0.3s;
	-moz-transition: All 0.3s;
	-webkit-transition: All 0.3s;
	-o-transition: All 0.3s;
	left: 25px;
}

.header .nav li:hover .menu-pub {
	z-index: 2;
	transform: translate(0, 0px);
	opacity: 1;
	visibility: visible;
	transition: All 0.3s;
	-moz-transition: All 0.3s;
	-webkit-transition: All 0.3s;
	-o-transition: All 0.3s;
}

.header .nav {
	padding-top: 15px;
}

.header .ul li:last-child a em {
	display: none;
}

.header .nav li .menu-pub a {
	font-size: 12px;
	color: #666;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
}

.header .nav li .menu-pub a:hover {
	background: #d0282d;
	color: #fff;
}

.pub_tit {
	padding-top: 85px;
	margin-bottom: 45px;
}

.pub_tit h2 {
	font-size: 26px;
	color: #d02127;
}

.pub_tit em {
	display: block;
	width: 40px;
	height: 2px;
	background: #d02127;
	margin: 15px auto;
}

.pub_tit p {
	font-size: 28px;
	color: #333333;
}


.index_one .dl dl {
	width: 49.3%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	cursor: pointer;
}

.index_one .dl dt p {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.5);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.index_one .dl dd {
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
}

.index_one .dl dd em {
	margin-left: 15px;
}

.index_one .dl dl:hover dd {
	top: 50%;
}

.index_one .dl dl:hover dt p {
	display: block;
}

.index_tow {
	background: #f6f6f5;
	margin: 50px auto;
	padding-bottom: 80px;
}

.index_tow .dl {
	margin-top: 80px;
}

.index_tow .dl dl {
	cursor: pointer;
}

.index_tow .dl dd {
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
}

.index_th .pub_tit {
	padding-top: 30px;
}

.index_th .pub_tit em {
	margin: 15px 0;
}

.w525 {
	width: 525px;
}

.index_th {
	padding: 60px 0;
}

.pub_pub .word p {
	color: #999;
	font-size: 14px;
	line-height: 28px;
	margin-top: 25px;
}

.footer {
	background: #d02127;
}

.footer .foot {
	width: 910px;
}

.footer .dl {
	padding: 50px 0;
	color: #ddd;
	font-size: 14px;
}

.footer .dl dl {
	width: 33.33%;
	border-left: 1px #d94d52 solid;
}

.footer .dl dl:nth-child(1) {
	border-left: 0;
}

.footer .dl dl p {
	width: 180px;
	margin: 0 auto;
}

.footer .dl h2 {
	font-size: 16px;
	margin: 15px auto 10px auto;
}

.footer .core {
	width: 230px;
	background: #fff;
}

.footer .foot .span {
	display: block;
	border-bottom: 1px #d5383d solid;
	padding: 20px 0;
}

.footer .foot .span a {
	font-size: 14px;
	color: #eee;
	border-left: 1px #eee solid;
	padding: 0 20px;
}

.footer .foot .span a:nth-child(1) {
	border-left: 0;
	padding-left: 0;
}

.footer .Copyright {
	font-size: 14px;
	border-top: 1px #d5383d solid;
	padding: 15px 0;
}

.footer .Copyright a,
.footer .Copyright span {
	color: #fff;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.footer .Copyright a {
	margin-left: 20px;
}

.footer .core {
	padding-top: 40px;
	color: #999;
	font-size: 14px;
}

.footer .core dd img {
	margin: 20px auto 15px auto;
	width: 140px;
}

.wap_footer.flex {
	display: none;
}

.wap_footer {
	position: fixed;
	bottom: 0;
	z-index: 9999999;
	width: 100%;
}

.wap_footer a {
	text-align: center;
	padding: 10px 0;
	background: #fff;
	width: 33.33%;
	color: #d5383d;
	font-size: 13px;
}

.wap_footer a:nth-child(2) {
	border-left: 1px #fba3a3 solid;
	border-right: 1px #fba3a3 solid;
}

.wap_footer.flex {
	display: none
}

.wap_footer img {
	position: relative;
	top: -1px;
	width: 16px;
	margin-right: 7px;
}

#mcovers {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 9999999999999999;
}

#mcovers .info {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#mcovers .info p {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 0 auto;
}

#mcovers .close img {
	width: 35px;
	margin-top: 0.15rem;
}

.where {
	border-bottom: 1px #dddddd solid;
	line-height: 56px;
}

.where .flex {
	justify-content: space-around;
	flex-grow: 3
}

.where .flex p.cur {
	background: #d02127;
}

.where .flex p.cur a {
	color: #fff;
}

.where .flex p a {
	text-align: center;
	display: block;
	color: #666666;
}

.where .flex p {
	flex-grow: 1
}

.ab_one .img {
	width: 505px;
}

.ab_one .word {
	width: 455px;
	padding-top: 35px;
}

.ab_one {
	padding-bottom: 90px;
}

.history,
.honor {
	background: #f3f3f3;
}

.history .timer {
	width: 150px;
	background: #db4c51;
	padding-top: 50px;
	color: #fff;
}

.history .timer h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.history .timer .li {
	padding-left: 10px;
	min-height: 660px;
}

.history .timer .li dd {
	font-size: 16px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.history .timer .li dl.cur dd {
	font-size: 22px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	font-weight: bold;
}

.history .timer .li {
	border-left: 1px #fff solid;
	left: 20px;
	position: relative;
}

.history .timer .li dl {
	padding-bottom: 18px;
	display: flex;
	cursor: pointer;
}

.history .timer .li dl dt i {
	display: block;
	background: url(../images/nos.png) no-repeat;
	width: 13px;
	height: 13px;
}

.history .timer .li dl.cur dt i {
	display: block;
	background: url(../images/cur.png) no-repeat;
	width: 13px;
	height: 13px;
}

.history .timer .li dd {
	margin-left: -8px;
}

.history .timer .li dt {
	align-self: center;
	position: relative;
	left: -17px;
}

.history .test {
	padding: 85px 0;
	width: 815px;
}
.history .test .img{
	width: 610px;
}
.history .test .word {
	width: 155px;
	margin-right: 30px;
}

.history .test .word p {
	color: #666;
}

.history .test .word p:nth-child(1) {
	margin-top: 0;
}

.history .test .one {
	display: none;
}

.history .test .one.cur {
	display: block;
}

.honor .swiper-slide img {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
}

#swipers .swiper-wrapper {
	padding-bottom: 90px;
}

#swipers .swiper-container-horizontal>.swiper-pagination-bullets,
#swipers .swiper-pagination-custom,
#swipers .swiper-pagination-fraction {
	bottom: 35px;
}

#swipers .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background-color: #ddd;
	margin: 0 5px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px
}

#swipers .swiper-pagination-bullet-active {
	background-color: #d02127;
}

#banner.center {
	padding: 40px 0;

}

.where.new {
	border: 1px #d02127 solid;
}

.where.new p a {
	color: #d02127;
}

#swiperd .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 27px;
	width: 120px;
	height: 28px;
	float: right;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	text-align: right;
	margin-right: 5px;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

#swiperd .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background-color: #ddd;
	margin: 0 5px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	position: relative;
	top: 10px;
}

#swiperd .swiper-pagination-bullet-active {
	background-color: #d02127;
}

.new_clo_3 dl {
	background: #eeeeee;
	width: 320px;
	padding: 20px;
}

.new_clo_3 dd h2 {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	height: 65px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new_clo_3 dd p {
	color: #666;
	font-size: 14px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 10px 0 25px 0;
}

.new_clo_3 dt {
	height: 170px;
	overflow: hidden;
}

.new_clo_3 dl:hover dd h2,
.new_clo_3 dl:hover dd p {
	color: #d02127;
}

.news .dl {
	margin-top: 40px;
}

.new_clo_3 dl:hover dd h2 {
	text-decoration: underline;
}

.news .dl .txt {
	width: 490px;
	border: 1px #dddddd solid;
	padding: 0 25px;
}

.news .dl .txt a {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #333;
	line-height: 44px;
}

.news .dl .txt a i {
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

.news .dl .txt a em {
	background: url(../images/icon.png) no-repeat 0 20px;
	padding-left: 12px;
	width: 370px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news .dl .txt a:hover,
.news .dl .txt a:hover i {
	color: #d02127;
}

.page {
	text-align: center;
	width: 100%;
	margin: 70px auto;
	justify-content: center;
}

.page ul {
	justify-content: center;
}

.page li {
	background: #fdfdfd;
	border: 1px #e8e8e8 solid;
	color: #282828;
	font-size: 16px;
	text-align: center;
	
	margin: 0 3px;
	cursor: pointer;
}
.page li.active,.page li.disabled{
	padding: 9px 14px;
}
.page li:hover,

.page li.active {
	background: #d02127;
	border: 1px #d02127 solid;
	color: #fff;
	display: block;
}

.page li:hover a {
	color: #fff;
}

#cont .tit {
	padding-top: 80px;
}

#cont .tit h2 {
	color: #0d0d0d;
	font-size: 30px;
}

#cont .tit p {
	color: #717171;
	font-size: 15px;
	padding: 26px 0;
	border-bottom: 1px #eeeeee solid;
}

#cont .txt p {
	color: #666;
	line-height: 34px;
	font-size: 16px;
	margin-top: 30px;
}

#cont .tit em {
	margin: 0 10px;
}

#cont .txt p img {
	display: block;
	margin: 0 auto;
}

.pev_net {
	border-top: 1px #eeeeee solid;
	margin-top: 30px;
	padding: 20px 0 50px 0;
}

.pev_net p {
	padding-top: 20px;
}

.pev_net a {
	font-size: 14px;
	color: #5c5c5c;
}

.pev_net a:hover {
	color: #d02127;
}

.culture .img {
	margin: 60px auto;
}

.culture .dl em {
	width: 310px;
	background: url(../images/no.png) no-repeat;
	line-height: 56px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	cursor: pointer;
	background-size: 310px 56px;
}

.culture .dl em.cur {
	background: url(../images/on.png) no-repeat;
	color: #d02127;background-size: 310px 56px;
}

.culture .ck_sw .one {
	display: none;
}

.culture .ck_sw .one.cur {
	display: block;
}

.culture .ck_sw h2 {
	color: #333;
	font-size: 20px;
	margin: 60px 0 0 0;
	font-weight: bold;
}

.culture .ck_sw {
	padding-bottom: 60px;
}

.team {
	width: 1002px;
	margin: 60px auto;
}

.team .swiper-slide {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
}

.team .swiper-slide-next {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.team .swiper-slide h2 {
	color: #252525;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 15px auto;
}

.team .swiper-slide p {
	padding: 0 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.team .swiper-slide i {
	display: inline-block;
	border: 5px #eee solid;
	padding: 12px 50px;
	margin: 22px auto;
}

.team .swiper-slide dt {
	height: 315px;
	overflow: hidden;
}

.team .swiper-slide dl:hover h2 {
	color: #d02127;
}

.team .swiper-slide dl:hover i {
	background: #d02127;
	color: #fff;
	border: 5px #d02127 solid;
}

.case .dl dl {
	width: 314px;
	margin-left: 30px;
	margin-top: 30px;
	background: #f7f7f7;
}

.case .dl dl:nth-child(3n+1) {
	margin-left: 0;
}

.case .dl dd {
	padding: 20px;
}

.case .dl dd h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #404040;
	font-size: 24px;
}

.case.pub_pub .word p {
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.case .dl dt {
	overflow: hidden;
	height: 280px;
}

.case .dl dl:hover dd h2 {
	color: #d02127;
}

.case.pub_pub .word p {
	margin-top: 10px;
	line-height: 26px;
}
.job_one .pub_tit  p img{
	display: block;
	margin: 50px auto 30px auto;
}
.job_tow{
	/* box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.21); */
}

.job_tow .one{
	/* margin: 0 45px; */
	border-bottom: 2px #dddddd dashed;
}
.job_tow .one h2{
	color: #333;
	font-weight: bold;
	font-size: 20px;
	padding: 40px 0 20px 0;
}
.job_tow .one p:last-child{
	padding-bottom: 35px;
}
.job_tow .one p{
	font-size: 14px;
	line-height: 26px;
	color: #999;
}
.job_th{
	background: #f6f6f5;
	padding: 60px 0;
}

.job_th .tit_tit {
	font-size: 22px;
	color: #d02127;
}
.job_th .tit_tit img{
	margin-bottom: 12px;
}
.job_th  .pic img{
	position: absolute;
	left: 0;
	top: 0;
}
.job_th #swipers{
	margin-top: 45px;
}
.job_th .swiper-slide{
	background: #fff;
	 -moz-border-radius:20px 20px 60px 20px;
	  -webkit-border-radius: 20px 20px 60px 20px;
	  border-radius: 20px 20px 60px 20px;
	  padding: 20px;
}
.job_th #swipers .swiper-container{
	text-align: left;
	width: 800px;
}
.job_th .swiper-slide .name dt{
	font-size: 22px;
	color: #333;
}
.job_th .swiper-slide .name dd{
	font-size: 14px;
	color: #999999;
	padding: 10px 0 15px 0;
}
.job_th .swiper-slide .name{
	border-bottom: 1px #dddddd solid;
}

.job_th .word  h2{
	color: #3363ac;
	font-size: 18px;
	margin: 30px 0 15px 0;
}
.job_th .word p{
	color: #999;
	font-size: 14px;
	line-height: 28px;
}
.job_th .h_lHisPrevd {
	left: -95px;
	background: url(../images/lt.png) center center no-repeat;
	width: 31px;
	height: 60px;
	width: 77px;
	height: 77px;
	top: 40%;
}

.job_th .h_lHisNextd {
	right: -95px;
	background: url(../images/rt.png) center center no-repeat;
	width: 31px;
	height: 60px;
	width: 77px;
	height: 77px;
	top: 40%;
}
.job_tow .one:last-child{
	border: 0;
}
.job_th .swiper-slide .name p{
	color: #666;
	font-size: 20px;
}
.cont_one {
	padding: 60px 0;
}
.cont_one .one{
	width: 530px;
}
.cont_one .tow{
	width: 500px;
}

.cont_one .one h2{
	font-size: 26px;
	padding-bottom: 25px;
}
.cont_one .one .word{
	border-top: 2px #dddddd solid;
	border-bottom: 2px #dddddd solid;
	padding: 25px 0;
}
.cont_one .one .word p{
	width: 50%;
	color: #666666;
	line-height: 50px;
	font-size: 16px;
}
.cont_one .one .word p:last-child{
	width: 100%;
}
.cont_one .one h4{
	font-size: 20px;
	padding: 25px 0;
}
.cont_one .one h4 em{
	color: #d02127;
	text-transform: uppercase;
	 margin-left: 6px;
}
.cont_one .tow .text,.cont_one .tow .textarea{
	border: 1px #dddddd solid;
	padding: 15px;
	 -moz-border-radius:6px;
	  -webkit-border-radius: 6px;
	  border-radius: 6px;
	  width: 100%;
	  margin-bottom: 15px;
}
.cont_one .tow .textarea{
	height: 130px;
	font-family: 微软雅黑;
}
.cont_one .tow .submit{
	background: #d02127;
	width: 140px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	 -moz-border-radius:6px;
	  -webkit-border-radius: 6px;
	  border-radius: 6px;
	  border: 0;
	  font-size: 14px;
	  cursor: pointer;
}
#pages a{
	display: block;padding: 9px 14px;
}
.header .logo img {
    width: 240px;
}
.maped {
  width: 100%;
  height: 360px;
  margin: 0  auto;
}
.contact_tow{
	border: 1px #d02127 dashed;
	padding: 20px;
	margin: 0 auto 60px auto;
}
.contact_tc {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.contact_tc .txted {
	padding: 20px;
	color: #666666;
	font-size: 15px;
}

.contact_tc .txted img {
	width: 16px;
	height: 14px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.contact_tc p a {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.contact_tc .txted b {
	display: block;
	color: #212121;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;
}
.news.pub_pub .swiper-slide img{
	width: 100%;
	height: 584px;
	object-fit: cover;
}
.team dl{
	width: 314px;
	margin-left: 30px;
	margin-bottom: 30px;
		
		box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
		text-align: center;
}
.team dl:nth-child(3n+1){
	margin-left: 0;
}

.team h2 {
	color: #252525;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 15px auto;padding: 0 15px;
}

.team  p {
	padding: 0 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
		color: #999;
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
}

.team  i {
	display: inline-block;
	border: 5px #eee solid;
	padding: 12px 50px;
	margin: 22px auto;
}

.team  dt {
	height: 215px;
	overflow: hidden;
}

.team  dl:hover h2 {
	color: #d02127;
}

.team  dl:hover i {
	background: #d02127;
	color: #fff;
	border: 5px #d02127 solid;
}
.index_one.box,.index_tow .box,.index_th.box,.footer .box{
	width: 1175px;
}
.jobs .box{
	width: 800px;
}
.where .box,.culture.box,.case.box,.news .box,.ab_one.box,.where.add_about .box,.history .box{
	width: 1002px;
}
.cont_one.box,.cont_one .one,.cont_one .tow,.contact_tow.box,#cont.box{
	width: 700px;
}
 .bxt h2 {
  font-size: 36px;
  line-height: 66px;
  background: url(../images/seperator.png) no-repeat center bottom;
  padding-bottom: 16px;
  font-family: 'Myriad Pro', Myriad, Arial, sans-serif;
}
.bxt p {
  font-size: 20px;
  line-height: 52px;
  color: #333;
  font-weight: bold;
}
.bxc p {
  font-size: 14px;
  line-height: 25px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
 .bxc dt {
  width: 75px;
  height: 75px;
  margin: 0 auto 22px;
  background: url(../images/contact.png) no-repeat -9999px -9999px;
    background-position-x: -9999px;
    background-position-y: -9999px;
} .bxc .li1 dt {
  background-position: 0 0;
} .bxc dd p {
  line-height: 25px;
}.bxc dd .ct {
  color: #999;
}
.bxm .bxc dd p {
  line-height: 25px;
}.bxc .li2 dt {
  background-position: -75px 0;
} .bxc .li3 dt {
  background-position: -150px 0;
}
.bxc li {
  width: 33.33%;
}
.bxc li {
  text-align: center;
} .bxc ul {
  margin: 0 auto;
  padding: 29px 0;
  overflow: hidden;
}
.add_yb,.add_yb .cont_one .one,.cont_one .tow{
	width: 500px;
	margin: 0 auto;
}
.add_yb .cont_one{
	padding: 0;
}
.add_yb .cont_one .one{
	letter-spacing:4px;
}
.cont_one .one h4 em{
	margin-left: 15px;
}
.about.pub_pub .word p:nth-child(1) {

  margin-top: 7px;
}