#header {
	position:fixed;
	top:0;
	overflow:visible;
	width:100%;
	height:100px;
	background-color:#fff;
	z-index:999;
}
#header:before {
	content:'';
	display:block
}
#header:after {
	content:'';
	display:table;
	clear:both
}
#header #logo {
	line-height:100px;
	display:inline-block;
	padding-left:35px;
}
#header #logo a {
	display:table-cell;
	vertical-align:middle;
}
#header #logo a ins {
	text-indent:-99999px;
	height:0;
	display:inline-block;
}
#header #navBar {
	position:relative;
	float:right;
	text-align:center;
	height:100px;
	line-height:100px;
	z-index:99;
}
#header #navBar:before {
	content:'';
	display:block;
}
#header #navBar:after {
	content:'';
	display:table;
	clear:both
}
#header #navBar .nav>li {
	position:relative;
	float:left;
	margin-right:5px;
}
#header #navBar .nav>li h3 {
	line-height:inherit;
	font-size:16px;
}
#header #navBar .nav>li h3 a {
	position:relative;
	width:120px;
	display:block;
	color:#333;
}
#header #navBar .sub {
	position:absolute;
	top:104px;
	left:0;
	display:none;
	text-align:center;
	width:120px;
	background:#fff;
	border:1px solid #d7d7d7;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	z-index:1;
}
#header #navBar .sub li {
	margin-right:0;
	line-height:47px
}
#header #navBar .sub li>a {
	display:block;
	line-height:30px;
	padding:8px;
	color:#333;
	border-bottom:1px solid #d7d7d7;
}
#header #navBar .nav>li h3 a:after {
	content:"";
	position:absolute;
	top:auto;
	bottom:-10px;
	left:50%;
	width:0;
	height:10px;
	border-top:4px solid #d33331;
	-webkit-transition:width .3s ease-out,left .3s ease-out,border-color .3s ease-out;
	transition:width .3s ease-out,left .3s ease-out,border-color .3s ease-out;
}
#header #navBar .nav>li h3.active a:after,#header #navBar .nav>li h3:hover a:after {
	width:120px;
	left:0
}
#header #navBar .nav>li h3.active a {
	font-weight:600
}
#header #navBar .nav>li.double h3:hover a:after {
	width:242px;
	left:-60px
}
#header #navBar .nav>li.double .sub {
	width:240px;
	left:-50%
}
#header #navBar .sub li>a:hover {
	padding-left:5px;
	margin-left:-1px;
	border-left:3px solid #da271b;
	background:#f8f8f8
}
#header #navBar .sub li:last-of-type>a {
	border-bottom:none
}
#header .response-menu,#header .nav-toggle {
	display:none
}
@media(max-width:1024px) {
	#header {
	padding:20px 0;
}
#header {
	box-shadow:0 2px 0 rgba(36,36,36,.015);
}
#header #logo {
	padding-top:0;
	padding-left:0;
	line-height:60px;
	transform:scale(.8)
}
#navBar {
	display:none
}
#header .nav-toggle,#header .response-menu {
	display:block
}
.nav-open .response-menu {
	z-index:99999;
	display:block;
	opacity:1;
	-webkit-transform:translateY(0) scale(1);
	transform:translateY(0) scale(1)
}
.nav-open .nav-toggle {
	box-shadow:none
}
.nav-open .nav-toggle:before {
	width:119pc;
	height:100pc;
	-webkit-transition:background-color 0.5s cubic-bezier(0.28,0.11,0.32,1);
	transition:background-color 0.5s cubic-bezier(0.28,0.11,0.32,1);
	-webkit-transition-property:background-color,-webkit-backdrop-filter;
	transition-property:background-color,-webkit-backdrop-filter;
	transition-property:background-color,backdrop-filter;
	transition-property:background-color,backdrop-filter,-webkit-backdrop-filter;
	-webkit-backdrop-filter:saturate(180%) blur(20px);
	backdrop-filter:saturate(180%) blur(20px);
	background-color:rgba(255,255,255,0.75);
}
.nav-open .nav-toggle .icon-menu {
	width:0
}
.nav-open .nav-toggle .icon-menu:before {
	-webkit-transform:translateY(9px) rotate(45deg);
	transform:translateY(9px) rotate(45deg);
	-ms-transform:translateY(9px) rotate(45deg)
}
.nav-open .nav-toggle .icon-menu:after {
	-webkit-transform:translateY(-9px) rotate(-45deg);
	transform:translateY(-9px) rotate(-45deg);
	-ms-transform:translateY(-9px) rotate(-45deg)
}
.nav-toggle {
	position:absolute;
	top:20px;
	right:0;
	z-index:9999;
	width:60px;
	height:60px;
	cursor:pointer;
	transition-timing-function:ease-in-out
}
.nav-toggle,.nav-toggle:before {
	position:absolute;
	-webkit-transition-duration:.66s;
	transition-duration:.66s
}
.nav-toggle:before {
	top:50%;
	left:50%;
	width:60px;
	height:60px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.85);
	content:"";
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
}
.nav-toggle .icon-menu {
	top:28px;
	left:15px;
	transition-timing-function:ease-in-out
}
.nav-toggle .icon-menu,.nav-toggle .icon-menu:after,.nav-toggle .icon-menu:before {
	position:absolute;
	width:25px;
	height:2px;
	border-radius:2px;
	background-color:#d33331;
	-webkit-transition-duration:.5s;
	transition-duration:.5s
}
.nav-toggle .icon-menu:after,.nav-toggle .icon-menu:before {
	left:0;
	content:""
}
.nav-toggle .icon-menu:before {
	top:-9px
}
.nav-toggle .icon-menu:after {
	top:9px
}
.response-menu {
	position:absolute;
	top:5pc;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition-duration:.66s;
	transition-duration:.66s;
	-webkit-transform:translateY(100%) scale(0);
	transform:translateY(100%) scale(0);
	transition-timing-function:ease-in-out
}
.response-menu ul li {
	float:left;
	width:50%
}
.response-menu ul li a {
	display:block;
	padding:10px 0;
	color:#222;
	text-align:center;
	text-decoration:none;
	font-size:1pc;
	-webkit-transition-duration:.25s;
	transition-duration:.25s
}
.response-menu ul:hover li a {
	opacity:.5
}
.response-menu ul:hover li:hover a {
	opacity:1
}
}.slider {
	position:relative;
	height:auto;
	overflow:hidden;
	padding-top:100px;
}
.slider ul:first-child>li {
	float:left
}
.slider ul:first-child>li img {
	display:block
}
.focusWrap>#focus {
	height:auto;
	overflow:hidden;
	max-height:580px;
	width:100%
}
.centered-btns_nav {
	display:none;
	position:absolute;
	content:"";
	margin-top:-60px;
	margin-left:-30px;
	top:50%;
	left:50%;
	width:60px;
	height:120px;
	margin-left:0;
	z-index:2;
	background:url("../images/slider-arr.png") no-repeat rgba(0,0,0,0.24);
	text-indent:-9999em;
	overflow:hidden;
	opacity:.7
}
.centered-btns_nav:active {
	opacity:1
}
.centered-btns_nav.prev {
	left:0;
	background-position:0 center
}
.centered-btns_nav.next {
	left:auto;
	right:0;
	background-position:-60px center
}
.centered-btns_tabs {
	content:"";
	position:absolute;
	left:50%;
	top:auto;
	bottom:20px;
	text-align:center;
	font-size:0;
	z-index:9;
}
.centered-btns_tabs>li {
	display:inline-block;
	margin:0 3px;
}
.centered-btns_tabs>li>a {
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 4px;
	text-indent:-999em;
	border:2px solid #d33331;
	border-radius:50%;
	cursor:pointer;
	opacity:.5;
	-webkit-transition:background .5s,opacity .5s;
	transition:background .5s,opacity .5s
}
.centered-btns_tabs>li.centered-btns_here a {
	border-color:#d33331;
	background:#d33331;
	opacity:1
}
.wrap {
	padding:110px 0 80px 0;
	overflow:hidden;
	height:auto;
	text-align:center;
}
.wrap .hd h3 {
	position:relative;
	font-size:28px;
	font-style:normal;
	font-weight:400;
	display:inline-block;
	margin:0px auto;
	border-bottom:1px solid rgb(225,225,225);
	padding:0px 90px 20px;
}
.wrap .hd h3:after {
	position:absolute;
	content:"";
	margin-top:-2px;
	margin-left:-35px;
	top:50%;
	left:50%;
	width:70px;
	height:3px;
	background-color:#d33331;
	top:auto;
	bottom:-2px;
}
.wrap .hd  p {
	padding-top:20px;
}
@media (max-width:1024px) {
	.wrap .hd h3 {
	font-size:20px;
}
}.wrap .more {
	display:inline-block
}
.wrap .more>a {
	color:#333
}
.wrap .more:after {
	content:"";
	float:right;
	margin-top:7px;
	margin-left:5px;
	color:#333;
	background:url("../images/icon.png") no-repeat -343px -26px;
	display:block;
	width:14px;
	height:14px
}
.wrap .more:hover {
	text-decoration:underline
}
.wrap .more:hover:after {
	background:url("../images/icon.png") no-repeat -343px 0
}
#service {
	background-color:#f8f8f8
}
#service .serviceList {
	position:relative;
	padding:40px 0 40px 0;
	height:auto;
	overflow:hidden;
}
#service .serviceList:before {
	content:"";
	background:#e1e1e1;
	width:2px;
	height:58px;
	position:absolute;
	top:80px;
	left:0
}
#service .serviceList:after {
	content:"";
	background:#e1e1e1;
	width:2px;
	height:58px;
	position:absolute;
	top:80px;
	right:0
}
#service .serviceList li {
	margin-bottom:15px;
}
#service .serviceList .current {
	border-bottom:3px solid #d33331;
}
#service .serviceList li>p:first-child {
	margin:0 auto 0 auto;
	box-sizing:border-box;
	border-radius:50%;
	padding:10px;
	display:block;
	width:120px;
	height:120px
}
#service .serviceList li>p:first-child>a {
	margin:-1px auto 0 auto;
	margin-left:-1px;
	position:relative;
	display:block;
	width:100px;
	height:100px
}
#service .serviceList li>strong {
	padding:30px 0 30px 0;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
}
#service .serviceList li:not(:last-of-type):after {
	content:"";
	background:#e1e1e1;
	width:2px;
	height:58px;
	position:absolute;
	top:40px;
	right:0
}
#service .serviceList li a:after {
	position:absolute;
	content:"";
	margin-top:-50px;
	margin-left:-50px;
	top:50%;
	left:50%;
	width:100px;
	height:100px;
	border-radius:50%;
	z-index:9;
	background:#f00;
	display:none
}
#service .serviceList li a:before {
	position:absolute;
	content:"";
	margin-top:-28px;
	margin-left:-28px;
	top:50%;
	left:50%;
	width:56px;
	height:56px;
	z-index:99
}
.icon-0:before {
	background:url("../images/icon.png") no-repeat -174px -152px
}
.icon-1:before {
	background:url("../images/icon.png") no-repeat -58px -152px
}
.icon-2:before {
	background:url("../images/icon.png") no-repeat 0 -152px
}
.icon-3:before {
	background:url("../images/icon.png") no-repeat -116px -152px
}
#service .serviceList li:hover a:after {
	display:block;
	-webkit-animation:bounceIn .5s .2s ease both;
	-moz-animation:bounceIn .5s .2s ease both
}
#service .serviceList li:nth-of-type(1) p:first-child {
	border:1px solid #ef6d6d;
}
#service .serviceList li:nth-of-type(1):hover p:first-child {
	border:1px solid #ef6d6d
}
#service .serviceList li:nth-of-type(1):hover a:after {
	background-color:#ef6d6d
}
#service .serviceList li:nth-of-type(1):hover a:before {
	background:url("../images/icon.png") no-repeat -174px -94px
}
#service .serviceList li:nth-of-type(2) p:first-child {
	border:1px solid #fe0000
}
#service .serviceList li:nth-of-type(2):hover p:first-child {
	border:1px solid #fe0000
}
#service .serviceList li:nth-of-type(2):hover a:after {
	background-color:#fe0000
}
#service .serviceList li:nth-of-type(2):hover a:before {
	background:url("../images/icon.png") no-repeat -58px -94px
}
#service .serviceList li:nth-of-type(3) p:first-child {
	border:1px solid #f03434
}
#service .serviceList li:nth-of-type(3):hover p:first-child {
	border:1px solid #f03434
}
#service .serviceList li:nth-of-type(3):hover a:after {
	background-color:#f03434
}
#service .serviceList li:nth-of-type(3):hover a:before {
	background:url("../images/icon.png") no-repeat 0 -94px
}
#service .serviceList li:nth-of-type(4) p:first-child {
	border:1px solid #c11a12
}
#service .serviceList li:nth-of-type(4):hover p:first-child {
	border:1px solid #c11a12
}
#service .serviceList li:nth-of-type(4):hover a:after {
	background:#c11a12
}
#service .serviceList li:nth-of-type(4):hover a:before {
	background:url("../images/icon.png") no-repeat -116px -94px
}
@-webkit-keyframes bounceIn {
	0% {
	opacity:0;
	-webkit-transform:scale(.1)
}
50% {
	opacity:1;
	-webkit-transform:scale(1.05)
}
70% {
	-webkit-transform:scale(.9)
}
100% {
	-webkit-transform:scale(1)
}
}.newsTab {
	width:100%;
	margin:20px auto;
	height:auto;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	display:table;
}
.newsTab ul {
	display:table-cell;
	vertical-align:middle;
}
.newsTab li {
	margin:0 35px;
	background:#fff;
	padding:6px 10px;
	display:inline-block;
	cursor:pointer;
}
.newsTab li.active {
	background-color:#d33331;
	color:#fff;
}
@media(max-width:576px) {
	.newsTab li {
	margin:0 15px;
}
}#news .row {
	margin:0;
}
.tab-content {
	position:relative;
	padding:40px 0 40px 0;
	height:auto;
	overflow:hidden;
}
#news .tab-content .first-news {
	padding:0;
}
#news .tab-content .last-news {
	display:block;
	padding:10px;
	box-sizing:border-box;
	overflow:hidden;
	height:auto;
	-webkit-transition:.6s box-shadow;
	transition:.6s box-shadow;
}
#news .tab-content .last-news .imgbox {
	width:100%;
	height:172px;
	overflow:hidden;
	margin-bottom:10px;
}
@media(max-width:768px) {
	#news .tab-content .last-news .imgbox {
	height:300px;
}
}#news .tab-content .last-news .imgbox img {
	width:100%;
	height:100%;
	border-radius:4px;
}
#news .tab-content .last-news p {
	margin:0;
	font-size:14px;
	color:#999
}
#news .tab-content ul>li {
	margin-bottom:5px;
	padding:10px;
	-webkit-transition:.6s box-shadow;
	transition:.6s box-shadow;
}
#news .tab-content .last-news:hover,#news .tab-content li:hover {
	box-shadow:0 3px 6px rgba(36,36,36,0.2)
}
#news .tab-content ul>li .imgbox {
	float:left;
	width:140px;
	height:128px;
	margin-right:10px
}
#news .tab-content ul>li .imgbox img {
	width:100%;
	height:100%;
	border-radius:4px;
}
#news .tab-content ul>li .item h5 {
	margin-bottom:10px;
	font-size:16px;
}
#news .tab-content ul>li .item p {
	font-size:14px;
	color:#999
}
#project {
	background-color:#f8f8f8
}
#project .projectList {
	padding-top:60px;
	padding-bottom:30px;
	height:auto;
	overflow:hidden;
}
#project .projectList .row {
	margin:0;
}
#project .projectList li {
	position:relative;
	padding:0;
	height:300px;
}
#project .projectList li .imgbox {
	display:block;
	overflow:hidden;
	height:100%;
}
#project .projectList li img {
	width:100%;
	height:100%;
	-webkit-transition:-webkit-transform .6s ease 0s;
	transition:transform .6s ease 0s;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease;
}
#project .projectList li:hover img {
	-webkit-transition:-webkit-transform .6s ease 0s;
	transition:transform .6s ease 0s;
	transform:scale(1.25);
	-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-ms-transform:scale(1.25);
	-o-transform:scale(1.25)
}
#project .projectList li .item {
	position:absolute;
	display:none;
	color:#fff;
	padding:30px;
	box-sizing:border-box;
	top:0;
	left:0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	-webkit-transition:-webkit-transform .6s ease 0s;
	transition:transform .6s ease 0s;
}
#project .projectList li:hover .item {
	display:block;
}
#project .projectList li .item > .bname {
	display:block;
	font-size:18px;
	text-align:left;
	margin-bottom:30px;
	font-weight:bold
}
#project .projectList li .item .text {
	width:100%
}
#project .projectList li .item .text>.classname {
	text-align:center;
	font-size:22px;
	padding:10px 0 10px 0;
	height:auto;
	overflow:hidden
}
#project .projectList li .item .text>p:first-of-type {
	line-height:1.6;
	height:48px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical
}
#project .projectList li .item .text>.link {
	position:absolute;
	text-align:right;
	width:100%;
	height:28px;
	left:0;
	right:30px;
	bottom:30px;
	margin:0;
}
#project .projectList li .item .text>.link a {
	width:28px;
	height:28px;
	margin-right:30px;
	display:inline-block;
	background:url("../images/icon.png") no-repeat -203px -210px
}
#aboutUs {
	background-color:#cbb7a2
}
#aboutUs > a {
	position:relative;
	display:block;
	background:url("../images/aboutUs-people-show.png") no-repeat center;
	background-size:100%;
	height:600px;
	overflow:visible
}
#aboutUs>a > img {
	vertical-align:middle;
	padding-right:50px
}
#aboutUs> a > .arrow {
	position:absolute;
	text-align:right;
	margin-top:-30px;
	color:#412106;
	width:40px;
	height:40px;
	line-height:60px;
	top:50%;
	right:-20px;
	z-index:99
}
#banner {
	padding-top:100px;
}
#banner img {
	max-width:100%;
	display:block;
	margin:0 auto 0 auto;
}
#columnMenu {
	clear:both;
	overflow:hidden;
	line-height:60px;
	padding:40px 0;
	border-bottom:1px solid #ccc;
}
#columnMenu .currentMode {
	text-transform:uppercase;
	width:100%;
	overflow:hidden;
}
#columnMenu .currentMode > h4 {
	float:left;
	font-size:40px;
	font-weight:700;
}
#columnMenu .currentMode>h4 i {
	font-style:normal;
	color:#d33331;
}
#columnMenu .currentMode>p {
	float:left;
	position:relative;
	padding:15px 0 15px 30px;
	line-height:30px;
}
#columnMenu .currentMode  p:before {
	position:absolute;
	content:"";
	margin-top:-2px;
	margin-left:-2px;
	top:50%;
	left:50%;
	width:4px;
	height:4px;
	background-color:#d33331;
	left:15px;
}
#columnMenu .currentMode>p b {
	font-size:18px;
}
#columnMenu .columnList {
	float:right;
	text-align:right;
	height:auto;
	overflow:hidden;
}
#columnMenu .columnList li {
	float:left;
	margin-left:16px;
	height:32px;
	line-height:32px;
	padding:0 10px;
	background-color:#333;
}
#columnMenu .columnList li.active {
	background-color:#d33331;
}
#columnMenu .columnList li>a {
	display:block;
	color:#fff;
}
@media(max-width:576px) {
	#columnMenu .currentMode  h4,#columnMenu .currentMode>p {
	padding-top:0;
	padding-bottom:0;
	display:inline-block;
	font-size:24px;
}
#columnMenu .columnList {
	width:100%;
	text-align:center;
}
#columnMenu .columnList li {
	box-sizing:border-box;
	margin-left:0;
	width:33.3333333%;
	font-size:9pt;
	border:1px solid #eee;
}
}#column-content {
	padding-top:30px;
	padding-bottom:80px;
	height:auto;
	overflow:hidden;
}
#column-content .hd {
	width:100%;
	margin:20px auto;
	padding:30px 0;
	height:auto;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	display:table;
}
#column-content .hd h3 {
	font-size:44px;
	margin-right:10px;
	display:inline-block;
}
#column-content .hd span {
	display:inline-block;
	margin-top:10px;
	vertical-align:top;
}
#column-content .hd span strong.tip {
	font-size:14px;
	position:relative;
	line-height:24px;
	display:inline-block;
	padding:0 5px;
	background-color:#333;
	color:#fff;
}
#column-content .hd span strong.tip:after {
	content:"";
	position:absolute;
	right:-23px;
	top:0;
	width:0;
	height:0;
	border-top:24px solid #333;
	border-right:24px solid transparent;
}
#column-content .content {
	padding-bottom:40px
}
#column-content .firstImg {
	float:left;
	max-width:50%!important;
	max-height:460px;
	margin-right:30px;
}
@media(max-width:768px) {
	#column-content .firstImg {
	max-width:50%!important;
}
}#column-content .content img {
	display:block;
	max-width:100%;
	height:auto;
	text-align:center;
	border-radius:4px;
}
#column-content .content p {
	text-indent:34px;
	line-height:28px
}
#picList .item {
	padding:20px;
	border-bottom:1px dashed #c7c7c7;
}
#picList .item:hover {
	box-shadow:0 3px 4px rgba(0,0,0,0.25);
}
#picList .item a {
	display:block;
	text-align:center;
}
#picList .item .imgbox {
	width:100%;
	margin:0 auto;
}
#picList .item img {
	display:block;
	width:100%;
	height:180px;
}
#picList .item .title {
	padding-top:10px;
	font-size:18px;
	color:#333;
}
#newsList {
	padding-bottom:40px;
}
#newsList li {
	padding:30px 0;
	border-bottom:1px dashed #c7c7c7;
}
#newsList li:hover {
	box-shadow:0 3px 6px rgba(0,0,0,0.25);
	border-bottom:none
}
#newsList li .imgbox {
	float:left;
	width:180px;
	height:130px;
	margin-right:20px;
	display:table-cell;
	vertical-align:top;
}
#newsList li .imgbox img {
	width:100%;
	height:100%;
	border-radius:4px;
}
#newsList li .title {
	font-weight:600;
	font-size:18px;
	color:#333;
}
#newsList li .title:hover {
	color:#d33331;
}
#newsList li .meta {
	font-size:12px;
	padding:10px 0 10px 0;
	height:auto;
	overflow:hidden;
}
#newsList li .meta span {
	padding-right:20px;
}
#newsList li .smalltext {
	font-size:14px;
	color:#999
}
#jobMail {
	padding:36px 0 36px 0;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #bfbfbf;
	font-size:24px
}
#jobMail h2 {
	display:inline-block;
}
#jobMail a {
	color:#333
}
#jobMail a:hover {
	font-weight:400;
	color:#e85526
}
#jobMail>.mailto {
	width:370px;
	float:right;
	padding:3px 10px;
	border:1px solid #e85526;
	border-radius:6px;
	font-size:14px;
}
#jobMail>.mailto>label {
	float:left;
	display:inline-block;
	margin-bottom:0;
}
#jobMail>.mailto>label i {
	float:left;
	display:block;
	width:24px;
	height:16px;
	margin-right:10px;
	background:url("../images/icon-8.png") no-repeat -17px 0
}
#jobTip {
	padding:20px 0;
	border-bottom:10px #f0efef solid
}
#job-content {
	padding-bottom:40px;
	margin-bottom:40px;
}
#job-content #jobList div {
	text-align:center;
}
#job-content #jobList li {
	box-sizing:border-box;
	padding:30px 0;
	border-bottom:1px dashed #c7c7c7;
}
#job-content #jobList li:hover {
	box-shadow:0 3px 6px rgba(0,0,0,0.25);
	border-bottom:none
}
#job-article {
	padding-bottom:40px;
	margin-bottom:40px;
}
#job-article ul {
	padding:30px 0;
}
#job-article .title {
	padding:10px;
	background:#f0efef;
	text-align:center
}
#job-article ul li {
	text-align:center;
	padding:20px 0;
	border-bottom:1px dashed #c7c7c7;
}
#job-article ul li div {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
#newsDetail {
	padding:30px 0;
	margin-bottom:40px;
}
#newsDetail .hd {
	text-align:center;
}
#newsDetail .hd h2.title {
	margin-bottom:20px;
}
#newsDetail .hd .meta {
	margin:10px 0;
}
#newsDetail .hd .meta span {
	font-size:14px;
	color:#999;
	padding-right:15px;
}
#newsDetail .centent img {
	margin:0 auto;
	max-width:100%;
	height:100%;
	display:block;
	border-radius:4px;
}
.prevNext {
	padding-top:40px;
}
.prevNext ul li.prev {
	text-align:right;
}
@media(max-width:576px) {
	.prevNext ul li {
	margin-bottom:20px;
}
.prevNext ul li.prev {
	text-align:left;
}
}.pagelist {
	text-align:center;
	width:100%;
	clear:both;
	margin:0 0 30px
}
.pagelist a {
	margin:0 5px 10px;
	padding:5px 10px;
	background:#f7f7f7;
	display:inline-block
}
.pagelist a:hover,.pagelist>b {
	color:#3690cf;
	color:#FFF;
	background:#555
}
.pagelist>b {
	padding:5px 10px
}
#sideBar {
	position:fixed;
	margin-top:-100px;
	z-index:99999;
	height:200px;
	top:50%;
	right:0;
	width:50px
}
#sideBar ul>li {
	position:relative;
	margin-bottom:2px;
	font-size:14px;
	background:rgba(36,36,36,0.8);
	cursor:pointer
}
#sideBar ul>li i {
	position:relative;
	display:block;
	width:50px;
	height:50px
}
.icon-fb:before {
	background:url("../images/icon.png") no-repeat -288px -150px
}
.icon-qq:before {
	background:url("../images/icon.png") no-repeat -259px -202px
}
.icon-tel:before {
	background:url("../images/icon.png") no-repeat -288px -94px
}
.icon-wechat:before {
	background:url("../images/icon.png") no-repeat -311px -204px
}
.icon-cs:before {
	background:url("../images/icon.png") no-repeat -288px -230px
}
.icon-backtop:before {
	background:url("../images/icon.png") no-repeat -231px -230px
}
#sideBar ul>li i.icon-cs:before,#sideBar ul>li i.icon-qq:before,#sideBar ul>li i.icon-tel:before {
	position:absolute;
	content:"";
	margin-top:-13px;
	margin-left:-13px;
	top:50%;
	left:50%;
	width:26px;
	height:26px
}
#sideBar ul>li i.icon-wechat:before {
	position:absolute;
	content:"";
	margin-top:-13px;
	margin-left:-15px;
	top:50%;
	left:50%;
	width:30px;
	height:26px
}
#sideBar ul>li i.icon-backtop:before {
	position:absolute;
	content:"";
	margin-top:-9px;
	margin-left:-14px;
	top:50%;
	left:50%;
	width:28px;
	height:18px
}
#sideBar ul>li span {
	position:absolute;
	text-align:center;
	display:none;
	letter-spacing:2px;
	top:0;
	background-color:#d33331;
	color:#fff;
	width:160px;
	height:50px;
	line-height:50px;
	left:-160px
}
#sideBar ul>li span>a:only-of-type {
	display:block;
	color:#fff
}
#sideBar ul>li span:before {
	position:absolute;
	content:"";
	margin-top:-15px;
	margin-left:-15px;
	top:50%;
	left:50%;
	width:30px;
	height:30px;
	z-index:99;
	left:30px
}
#sideBar ul>li span.icon-tel {
	text-indent:40px
}
#sideBar ul>li:hover {
	background-color:#d33331
}
#sideBar ul>li .qrImg {
	position:absolute;
	width:118px;
	height:118px;
	right:-200px;
	top:-68px
}
#sideBar ul>li .qrImg img {
	width:100%;
}
#sideBar ul>li .qrImg img:only-child {
	display:block
}
#sideBar ul>li:last-of-type {
	display:none
}
#footer {
	clear:both;
	padding:50px 0 30px 0;
	color:#fff;
	background:#3d3d3d;
	height:auto;
	overflow:hidden
}
#footer .ft-nav {
	border-bottom:1px solid #fff;
	margin:0 auto 0 auto;
	height:auto;
	overflow:hidden;
	padding-bottom:50px
}
#footer .ft-nav dl:last-of-type {
	margin-right:0
}
#footer .ft-nav dt {
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	font-size:16px;
	padding:10px 0;
	display:inline-block;
}
#footer .ft-nav dl:last-of-type dt {
	display:black;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	font-size:16px;
	padding:10px 0;
}
#footer .ft-nav dd {
	line-height:30px
}
#footer .ft-nav dd a {
	color:#fff
}
#footer .ft-nav dd a:hover {
	font-weight:600;
	color:#fff
}
#footer .ft-contact {
	text-align:center;
	height:auto;
	padding-top:50px;
	padding-bottom:30px
}
#footer .ft-contact li {
	position:relative;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	display:inline-block
}
#footer .ft-contact li:first-of-type {
	padding-left:10px
}
#footer .ft-contact li>a {
	padding-left:30px;
	color:#fff
}
#footer .ft-contact li>a:hover {
	font-weight:normal;
	color:#d33331
}
#footer .ft-contact li>a:before {
	position:absolute;
	content:"";
	width:26px;
	height:26px;
	left:0;
	top:0
}
#footer .ft-contact li>a.icon-fb:before {
	left:-15px;
	width:48px
}
#footer .ft-contact li>a.icon-wechat:before {
	left:-5px;
	width:30px
}
#footer .ft-contact li>a.icon-fb:hover:before {
	background:url("../images/icon.png") no-repeat -288px -122px
}
#footer .ft-contact li>a.icon-qq:hover:before {
	background:url("../images/icon.png") no-repeat -233px -202px
}
#footer .ft-contact li>a.icon-tel:hover:before {
	background:url("../images/icon.png") no-repeat -285px -202px
}
#footer .ft-contact li>a.icon-wechat:hover:before {
	background:url("../images/icon.png") no-repeat -311px -178px
}
#footer .ft-contact li>a.icon-cs:hover:before {
	background:url("../images/icon.png") no-repeat -260px -230px
}
#footer .ft-contact li>span {
	position:absolute;
	display:none
}
#footer .ft-contact li>span.tip {
	margin-top:-20px;
	margin-left:-100px;
	top:50%;
	left:50%;
	width:200px;
	height:40px;
	border-radius:4px;
	line-height:40px;
	background-color:#d33331;
	top:-50px;
	letter-spacing:2px
}
#footer .ft-contact li>span.tip:after {
	position:absolute;
	content:"";
	left:50%;
	bottom:-10px;
	margin-left:-5px;
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:10px solid #d33331
}
#footer .ft-contact li>span.qrcode {
	margin-top:-59px;
	margin-left:-59px;
	top:50%;
	left:50%;
	width:118px;
	height:118px;
	top:-90px
}
#footer .ft-contact li>span.qrcode img {
	width:100%;
}
#footer .ft-contact li:hover span {
	display:block
}
#footer .ft-copyright {
	text-align:center;
}
#footer .ft-copyright a {
	color:#fff;
}
#footer .ft-copyright .gongan {
	width:300px;
	margin:0 auto;
	padding:20px 0;
}
#footer .ft-copyright .gongan a {
	display:inline-block;
	height:20px;
	line-height:20px;
}
