﻿@charset "utf-8";

/*css reset*/

body,
ul,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
i,
section,
figure,
nav,
mark,
figcaption {
	margin: 0;
	padding: 0;
}

mark {
	background-color: transparent;
}

ol,
ul,
dl {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:active,
a:visited {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

input,
textarea,
button {
	outline: none;
	border: none;
	font-family: "微软雅黑";
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

body {
	color: #383838;
	font-size: 16px;
	line-height: 1.5;
	font-family: "微软雅黑";
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #c37922;
}

::-webkit-scrollbar-thumb {
	width: 5px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #c37922;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.abso {
	position: absolute;
}

.wid1200 {
	width: 1200px;
	margin: 0 auto;
}

.bgfff {
	min-height: 400px;
	background-color: #fff
}

.hidden {
	overflow: hidden;
}

@font-face {
	font-family: '微软简老宋';
	src: url('微软简老宋.ttf');
	/* IE9 Compat Modes */
	src: url('微软简老宋.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('微软简老宋.ttf') format('woff'), /* Modern Browsers */
	url('微软简老宋.ttf') format('truetype'), /* Safari, Android, iOS */
	url('微软简老宋.ttf') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}

/*css reset*/


/*header*/

.header {
	height: 100px;
}

.header dt {
	margin-top: 14px;
}

.header dt img{height: 70px;}
.headerSearch {
	margin-right: 30px;
	margin-top: 30px;
}

.headerSearch input {
	width: 174px;
	height: 34px;
	background: #fbf6f0;
	border: 1px solid #f6e9dc;
	border-right: none;
	text-indent: 12px;
	font-size: 14px;
	line-height: 34px;
	color: #505050;
	box-sizing: border-box;
}

.headerSearch span {
	display: block;
	width: 39px;
	height: 34px;
	background-color: #c37922;
	background-image: url(headerSearch.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.headerContact {
	margin-top: 20px;
}

.headerContact p {
	font-size: 14px;
	line-height: 28px;
	color: #505050;
	padding-left: 35px;
	background: url(headerTel.png) no-repeat 12px center;
}

.headerContact strong {
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-family: "Cambria";
	color: #505050;
}


/*header*/


/*nav*/

.headerNav {
	background-color: #c37922;
}

.headerNav ul {
	width: 1200px;
	margin: 0 auto;
}

.headerNav li:first-child {
	background-position-x: 120px;
}

.headerNav li {
	float: left;
	width: 171.42px;
	text-align: center;
	font-size: 16px;
	line-height: 62px;
	color: #fff;
}

.headerNav li a {
	display: block;
	position: relative;
	z-index: 2;
	background: url(headerArrow.png) no-repeat 135px center;
}

.headerNav .index a {
	background-position-x: 118px;
}

.headerNav .nav_line {
	z-index: 1!important;
}


/*nav*/


/*banner*/

.banner {
	position: relative;
	overflow: hidden;
}
.bannerSlide .bd li{
	width: 100%;
	position: relative;
}
.bannerSlide .bd li img {
	width: 100%;
	height: auto;
}

.bannerSlide .hd {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 75px;
	margin: auto;
	z-index: 9;
}

.bannerSlide .hd li {
	font-size: 0;
	line-height: 0;
	width: 34px;
	height: 4px;
	margin: 0 6px;
	cursor: pointer;
	display: inline-block;
	background: rgba(255, 255, 255, 0.4);
}

.bannerSlide .hd li.on {
	background-color: #fff;
}


/*banner*/


/*notice*/

.bannerNotice {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: rgba(0, 0, 0, 0.5);
}

.bannerHotSlide {
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 54px;
	color: #e9e9e9;
	position: relative;
	overflow: hidden;
	height: 54px;
	background: url(noticeIcon.png) no-repeat left center;
}

.bannerHotSlide .bd li {
	width: auto!important;
	float: left;
	margin-right: 20px;
}

.bannerHotSlide .bd li:first-child {
	margin-right: 0;
}

.bannerHotSlide .tempWrap {
	width: 100%!important;
}


/*notice*/


/*homeIntro*/

.homeIntroImg {
	width: 413px;
	height: 333px;
}

.homeIntro {
	width: 484px;
	height: 322px;
	position: relative;
	box-sizing: border-box;
	background-color: #fdfaf6;
	margin-top: 8px;
	padding-left: 34px;
	padding-right: 30px;
	border-top: 1px solid #f3e4d3;
	border-bottom: 1px solid #f3e4d3;
	border-right: 1px solid #f3e4d3;
}

.homeIntro:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	top: -10px;
	left: 0;
	padding: 7px 0;
	background: url(introLine.png) no-repeat center/cover;
}

.homeIntroTitle {
	margin-top: 22px;
	position: relative;
}

.homeIntroTitle h3 * {
	float: left;
	color: #1559ad;
	height: 24px;
	font-family: "微软简老宋";
}

.homeIntroTitle h3 strong {
	font-size: 38px;
	color: #de861a;
	margin-top: -16px;
}

.homeIntroTitle h3 i {
	font-size: 26px;
	font-style: normal;
	margin-top: -6px;
}

.homeIntroTitle h3 span {
	font-size: 20px
}

.homeIntroTitle p {
	margin-left: 38px;
	font-size: 12px;
	line-height: 12px;
	height: 11px;
	color: #b2b2b2;
	font-family: "arial";
	text-transform: uppercase;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid rgba(195, 121, 34, 0.35);
}

.homeMore {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	transition: all 0.3s;
	z-index: 9;
	background: url(homeMore.png) no-repeat;
}

.homeMore:hover {
	background: url(blueMore.png) no-repeat;
}

.homeIntroTitle .homeMore {
	bottom: 12px;
}

.homeIntroText h3 {
	text-indent: 28px;
	margin-top: 18px;
	font-size: 16px;
	line-height: 40px;
	color: #c37922;
}

.homeIntroText p {
	font-size: 14px;
	line-height: 36px;
	color: #434343;
	text-indent: 28px;
}

.homeVideo {
	width: 303px;
	height: 330px;
	box-sizing: border-box;
	padding: 8px 20px;
	background-color: #3e81c9;
}

.videoTitle {
	font-size: 20px;
	line-height: 60px;
	position: relative;
	color: #fff;
}

.videoTitle .homeMore {
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(whiteMore.png) no-repeat;
}

.homeHotVideo {
	width: 262px;
	height: 146px;
	cursor: pointer;
	position: relative;
	border: 1px solid rgba(180, 227, 252, 0.1);
}

.homeHotVideo:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.57);
	background-image: url(videoIcon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.homeHotVideo figure {
	position: absolute;
	width: 100%;
	height: 100%;
}

.homeNormalVideo ul {
	margin-top: 14px;
}

.homeNormalVideo li {
	font-size: 14px;
	line-height: 27px;
	color: #fff;
	padding-left: 14px;
	background: url(videoDot.png) no-repeat 3px center;
}

.homeNormalVideo li:hover {
	opacity: 0.8;
}


/*homeIntro*/


/*homeNews*/

.homeNewsPart {
	margin-top: 36px;
}

.homeNewsSlide {
	width: 424px;
}

.homeCommonTitle {
	padding-left: 12px;
	position: relative;
	background: url(newsLine.png) no-repeat left center;
}

.homeCommonTitle ul {
	position: relative;
	border-bottom: 1px solid #e1bc90;
}

.homeCommonTitle ul:before,
.homeIntroTitle p:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #82a6d3;
	left: 0;
	bottom: -1px;
	transform: scaleX(0);
	transform-origin: 100% 0;
	transition: transform 1s;
}

.homeMore:hover+ul:before,
.homeMore:hover+p:before {
	transform: scaleX(1);
	transform-origin: 0;
}

.homeCommonTitle li {
	float: left;
	height: 35px;
	line-height: 30px;
	margin-right: 22px;
	cursor: pointer;
}

.homeCommonTitle li * {
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	margin-top: 5px;
	color: #6d6d6d;
	float: left;
	font-family: "微软简老宋";
}

.homeCommonTitle li.on * {
	color: #c37922;
	transition: all 0.3s;
}

.homeCommonTitle li.on i {
	font-size: 26px;
	margin-top: 2px;
}

.homeCommonList {
	margin-top: 9px;
}

.homeCommonList li {
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	color: #434343;
}

.homeCommonList li span {
	float: left;
	padding-left: 12px;
	transition: all 0.3s;
	background: url(newsDot.png) no-repeat left 16px;
}

.homeCommonList li time {
	float: right;
	color: #9b9b9b;
}

.homeCommonList li:hover span {
	color: #c37922;
	background-position-y: -24px;
}

.homeNoticeSlide {
	width: 745px;
}

.noticeImgSlide {
	width: 333px;
	margin-top: 20px;
	position: relative;
}

.noticeImgSlide .bd li img {
	width: 100%;
	height: 228px;
}

.noticeImgSlide .bd li {
	position: relative;
}

.noticeImgSlide .bd p {
	position: absolute;
	font-size: 16px;
	line-height: 47px;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	box-sizing: border-box;
	padding-left: 102px;
	background: rgba(0, 0, 0, 0.57);
}

.noticeImgSlide .prev,
.noticeImgSlide .next {
	display: block;
	width: 12px;
	height: 21px;
	position: absolute;
	z-index: 9;
	bottom: 13px;
	cursor: pointer;
	transition: all 0.3s;
	background: url(noticeArrow.png) no-repeat;
}

.noticeImgSlide .prev {
	left: 16px;
	background-position: right top;
}

.noticeImgSlide .next {
	right: 16px;
	background-position: left bottom;
}

.noticeImgSlide .prev:hover {
	background-position: left top
}

.noticeImgSlide .next:hover {
	background-position: right bottom
}

.noticeImgSlide .pageState {
	position: absolute;
	left: 46px;
	height: 40px;
	bottom: 11px;
	z-index: 9;
	font-size: 20px;
	color: #fff;
	font-family: "宋体"
}

.noticeImgSlide .pageState span {
	font-size: 36px;
}

.homeNoticeList {
	width: 398px;
}


/*homeNews*/


/*homeCulture*/

.homeCulturePart {
	height: 376px;
	margin-top: 28px;
	background: url(homeCultureBg.jpg) no-repeat center/cover;
}

.homeCultureMap,
.homeCulturePlace {
	width: 410px;
}

.homeCultureMap img {
	margin-top: 58px;
	margin-left: 23px;
}

.homeCulturePlace {
	margin-top: 32px;
}

.homeCulturePlace h3 {
	font-size: 20px;
	line-height: 64px;
	color: #c37922;
}

.homeCulturePlace h4 {
	font-size: 16px;
	line-height: 28px;
	color: #ff971a;
}

.homeCulturePlace p {
	font-size: 14px;
	line-height: 28px;
	color: #5a5a5a;
	text-indent: 28px;
	padding-right: 43px;
}

.homeCulturePlace ul {
	margin-top: 24px;
}

.homeCulturePlace li {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #c37922;
	float: left;
	width: 100px;
}

.homeCultureDetail {
	width: 380px;
	height: 376px;
	box-sizing: border-box;
	padding: 35px;
	background: url(homeCultureDetail.png) no-repeat;
}

.homeCultureDetail h3 {
	color: #c37922;
	font-size: 20px;
	line-height: 50px;
}

.homeCultureDetail p {
	font-size: 14px;
	line-height: 35px;
	color: #4c4b4b;
}


/*homeCulture*/


/*homeCase*/

.homeCasePart {
	margin-top: 40px;
}

.homeCaseSlide {
	border-top: 1px solid #ebd3b6;
	border-bottom: 1px solid #ebd3b6;
	background-color: #fcf8f4;
	padding-bottom: 40px;
}

.homeCaseSlide .parHd li {
	font-size: 16px;
	line-height: 70px;
	color: #464646;
	float: left;
	margin-right: 56px;
}

.homeCaseSlide .parHd li.on {
	color: #c37922;
	font-weight: bold;
}

.caseSlideBox {
	position: relative;
	overflow: hidden;
	height: 169px;
	padding: 0 64px;
}

.caseSlideBox li {
	width: 222px;
	float: left;
	margin-right: 22px;
	position: relative;
}

.caseSlideBox li img {
	width: 222px;
	height: 169px;
}

.caseSlideBox li p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	transition: 350ms;
	background: rgba(0, 0, 0, 0.56);
}

.caseSlideBox li div {
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	padding: 9px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.caseSlideBox li div b:before,
.caseSlideBox li div b:after {
	content: "";
	width: 90%;
	height: 90%;
	position: absolute;
	left: 5%;
	top: 5%;
	box-sizing: border-box;
	transform: scale(0);
	transition: 650ms;
}

.caseSlideBox li div b:before {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	transform-origin: left top;
}

.caseSlideBox li div b:after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform-origin: right bottom;
}

.caseSlideBox li:hover p {
	bottom: -100%;
}

.caseSlideBox li:hover b:before,
.caseSlideBox li:hover b:after {
	transform: scale(1);
}

.caseSlideBox li b span {
	color: #fff;
	width: 80%;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 32px;
	font: 16px/32px "微软雅黑";
}

.caseSlideBox .sPrev,
.caseSlideBox .sNext {
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 360ms;
	background: url(homeCaseArrow.png) no-repeat;
}

.caseSlideBox .sPrev {
	left: 0;
	background-position: right top;
}

.caseSlideBox .sPrev:hover {
	background-position: left top;
}

.caseSlideBox .sNext {
	right: 0;
	background-position: left bottom;
}

.caseSlideBox .sNext:hover {
	background-position: right bottom;
}


/*homeCase*/


/*footer*/

.footer {
	text-align: center;
	padding: 18px 0 36px;
	background-color: #505050;
}

.footerLink {
	font-size: 0;
	text-align: center;
}

.footerLink li {
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	color: #c7c7c7;
	padding: 0 18px;
	background: url(footerLink.jpg) no-repeat right center;
}

.footerLink li:hover a {
	opacity: 0.8;
}

.footerLink li:first-child {
	background: none;
	padding: 0;
}

.footerLink li:nth-child(2) {
	padding-left: 12px;
}

.footerLink li:last-child {
	background: none;
}

.footerInfo {
	margin: 6px 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 28px;
	color: #c7c7c7;
}


/*footer*/


/*innerBanner*/

.innerBanner {
	width: 100%;
	position: relative;
}

.innerBanner img {
	width: 100%;
	height: auto;
}

.secondClumn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.secondClumn dt {
	width: 828px;
	height: 63px;
	background-color: #fff9f3;
}

.secondClumn dd {
	width: 372px;
	font-size: 20px;
	line-height: 63px;
	font-weight: bold;
	color: #c37922;
	text-align: center;
	background-color: #fdebd4;
}

.secondNav {
	margin-left: 32px;
}

.search_title {
	margin-left: 32px;
	font-size: 16px;
	line-height: 63px;
	color: #4b4b4b;
}
.search_title span{
	color: #c37922;
}
.secondNav li {
	float: left;
	font-size: 16px;
	line-height: 63px;
	color: #4b4b4b;
	margin-right: 20px;
}

.secondNav li a {
	display: block;
	padding: 0 7px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}

.secondNav li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #c37922;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.secondNav li:hover a:before {
	left: 0;
	right: 0;
}

.secondNav li a.on:before {
	left: 0;
	right: 0;
}


/*innerBanner*/

.innerContainer {
	width: 100%;
	background-color: #f5f5f5;
}


/*companyIntro*/
.homeCompanyPart {
	margin-top: 40px;
}
.companyIntro {
	padding: 32px 25px 10px;
	box-sizing: border-box;
}

.companyIntro dt {
	width: 622px;
}

.companyIntro dd {
	width: 502px;
	margin-top: 11px;
}
.companyIntro dd img{
	width: 100%;
	height: auto;
}
.companyIntro>h3 {
	font-size: 20px;
	line-height: 48px;
	color: #c37922;
}

.introDetail p {
	text-indent: 36px;
	font-size: 14px;
	line-height: 36px;
	color: #4b4b4b;
}

.companySlogan {
	text-align: right;
	padding: 56px 60px 44px;
	background-color: #e8f0ff;
}

.companySlogan h3 {
	font-size: 18px;
	line-height: 36px;
	color: #2b6abf;
}

.companySlogan h4 {
	margin-top: 8px;
	font-size: 16px;
	line-height: 30px;
	color: #4b4b4b;
}

.companySlogan p {
	font-size: 16px;
	line-height: 24px;
	color: #2b6abf;
	margin-top: 7px;
	font-family: "Calibri";
	text-transform: uppercase;
}


/*companyIntro*/


/*companyIntro*/

.chairmanSpeech {
	box-sizing: border-box;
	padding: 25px;
}

.chairmanSpeech>h3 {
	font-size: 20px;
	line-height: 60px;
	color: #c37922;
}

.chairmanSpeech dt {
	width: 685px;
}

.speechDetail h4 {
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #4b4b4b;
}

.speechDetail p {
	font-size: 14px;
	line-height: 36px;
	color: #4b4b4b;
	margin-top: 16px;
}

.chairmanSpeech dd {
	width: 433px;
	margin-top: 5px;
}

.chairmanImg {
	width: 100%;
	height: auto;
}

.chairmanImg p {
	text-align: right;
	font-size: 16px;
	line-height: 55px;
	color: #4b4b4b;
}

.chairmanImg strong {
	font-size: 20px;
	margin-right: 7px;
}


/*companyIntro*/


/*cultureList*/

.cultureList {
	box-sizing: border-box;
	padding: 45px 25px 50px;
}

.cultureList li {
	float: left;
	color: #fff;
	text-align: center;
	position: relative;
}

.cultureList li figure {
	height: 201px;
}

.cultureList li:nth-child(1) figure {
	width: 252px;
	height: 402px;
}

.cultureList li:nth-child(2) figure {
	width: 253px;
}

.cultureList li:nth-child(3) figure {
	width: 253px;
}

.cultureList li:nth-child(4) figure {
	width: 392px;
}

.cultureList li:nth-child(5) figure {
	width: 506px;
}

.cultureList li:nth-child(6) figure {
	width: 392px;
}

.cultureList li figcaption {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.cultureList li h2 {
	font-size: 18px;
	line-height: 28px;
}

.cultureList li h3 {
	font-size: 12px;
	line-height: 20px;
	font-family: "arial";
	text-transform: uppercase;
}

.cultureList li i {
	display: block;
	width: 29px;
	height: 1px;
	margin: 15px auto 0;
	background-color: #fff;
}

.cultureList li p {
	font-size: 15px;
	line-height: 24px;
	margin-top: 22px;
}


/*cultureList*/


/*companyDestry*/

.companyDestry {
	box-sizing: border-box;
	padding: 45px 25px;
}

.companyDestry dl {
	height: 452px;
	background: url(companyDestryBg.jpg) no-repeat center/cover;
}

.companyDestry .homeCultureMap {
	margin-left: 128px;
	margin-top: 36px;
}

.companyDestry .homeCulturePlace {
	margin-left: 42px;
	margin-top: 96px;
}

.contactUS {
	box-sizing: border-box;
	padding: 32px 45px 54px;
}

.contactUS h3 {
	font-size: 20px;
	line-height: 48px;
	color: #c37922;
}

.contactUS p {
	font-size: 16px;
	line-height: 35px;
	color: #4b4b4b;
}

.contactUS dd {
	margin-top: 30px;
	width: 100%;
	height: 424px;
}


/*companyDestry*/


/*caseList*/

.caseList {
	padding: 45px 0;
}

.caseList ul {
	width: 1178px;
	margin: 0 auto;
}

.caseList li {
	float: left;
	width: 266px;
	margin: 0 14px 30px;
}

.caseList li figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 203px;
}

.caseList li img {
	width: 100%;
	height: 203px;
}

.caseList li div {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	padding: 9px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transform: rotateY(-90deg);
	transition: 450ms;
}

.caseList li div b:before,
.caseList li div b:after {
	content: "";
	width: 92%;
	height: 92%;
	position: absolute;
	left: 4%;
	top: 4%;
	box-sizing: border-box;
	transform: scale(0);
	transition: all 660ms;
}

.caseList li div b:before {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	transform-origin: left top;
}

.caseList li div b:after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform-origin: right bottom;
}

.caseList li:hover div {
	opacity: 1;
	transform: rotateY(0);
	visibility: visible;
}

.caseList li b span {
	color: #fff;
	width: 80%;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 32px;
	font: 16px/32px "微软雅黑";
}

.caseList li:hover b:before {
	transform: scale(1);
}

.caseList li:hover b:after {
	transform: scale(1);
}

.caseList li p {
	font-size: 16px;
	line-height: 40px;
	padding-top: 5px;
	color: #4b4b4b;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-bottom: 1px solid #e5e5e5;
}

.caseList li:hover p {
	color: #fff;
}

.caseList li p:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c37922;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.caseList li:hover p:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}


/*caseList*/


/*newsList*/

.newsList {
	box-sizing: border-box;
	padding: 23px 25px 49px;
}

.newsList li {
	padding: 22px 0;
	border-bottom: 1px solid #e5e5e5;
}

.newsList li dt {
	width: 244px;
	float: left;
	position: relative;
	overflow: hidden;
}

.newsList li img {
	width: 100%;
	height: 153px;
	transition: all 0.3s ease 0s;
}

.newsList li:hover img {
	filter: grayscale(100%);
	transform: scale(1.1);
}

.newsList li dd {
	width: 882px;
	float: right;
}

.newsList li h3 {
	font-size: 16px;
	line-height: 30px;
	color: #454545;
	margin-top: 12px;
}

.newsList li time {
	display: block;
	color: #7b7b7b;
	font-size: 16px;
	line-height: 32px;
	padding-left: 27px;
	background: url(time.png) no-repeat left center;
}

.newsList li p {
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
	color: #7b7b7b;
}

.newsList li figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all 0.2s ease 0s;
}

.newsList dt:before,
.newsList dt:after,
.newsList figure:before,
.newsList figure:after {
	content: "";
	width: 100%;
	height: 25%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), transparent, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
}

.newsList dt:before {
	transform: translateX(100%);
}

.newsList dt:after {
	top: 25%;
	height: 25%;
	transform: translateX(-100%);
	transition-delay: 0.05s;
}

.newsList li figure:before {
	top: 50%;
	transform: translateX(100%);
	transition-delay: 0.1s;
}

.newsList li figure:after {
	top: 75%;
	transform: translateX(-100%);
	transition-delay: 0.15s;
}

.newsList li:hover dt:before,
.newsList li:hover dt:after,
.newsList li:hover figure:before,
.newsList li:hover figure:after {
	transform: translateX(0);
}

.newsList li:hover h3 {
	color: #c37922;
}


/*newsList*/


/*humanList*/

.humanList {
	box-sizing: border-box;
	padding: 25px 32px 50px;
}

.firstLine {
	font-size: 16px;
	line-height: 55px;
	color: #373737;
	border-bottom: 2px solid #c37922
}

.firstLine p {
	float: left;
	width: 20%;
	text-align: center;
}

.firstLine p:first-child {
	text-align: left;
	text-indent: 5%;
}

.firstLine p:last-child {
	text-align: right;
	padding-right: 25px;
	box-sizing: border-box;
}

.humanList li {
	border-bottom: 1px dashed #e5e5e5;
}

.humanList li h3 {
	font-size: 16px;
	line-height: 65px;
	color: #444;
}

.humanList h3 p {
	float: left;
	width: 20%;
	font-weight: normal;
	text-align: center;
}

.humanList h3 p:first-child {
	text-align: center;
	text-indent: -5%;
}

.humanList h3 p:last-child {
	text-align: right;
	padding-right: 25px;
	box-sizing: border-box;
}

.humanList h3 p a {
	color: #c37922;
	cursor: pointer;
	text-transform: uppercase;
}

.workJump {
	width: 100%;
	padding: 15px 25px;
	margin-bottom: 20px;
	box-sizing: border-box;
	background-color: #f3f3f3;
}

.workDetail {
	display: none;
}

.workJump p {
	font-size: 16px;
	line-height: 34px;
	color: #666;
}

.workJump p span {
	margin-right: 32px;
}

.workDetail h4 {
	font-size: 16px;
	line-height: 30px;
	color: #393939;
}

.workConItem {
	font-size: 16px;
	line-height: 34px;
	color: #7e7e7e;
	margin-bottom: 20px;
}

.workConItem p {
	font-size: 16px;
	line-height: 34px;
	color: #7e7e7e;
}


/*humanList*/


/*honorList*/

.honorList {
	padding: 46px 0 50px;
}

.honorList ul {
	width: 1198px;
	margin: 0 auto;
}

.honorList li {
	float: left;
	width: 194px;
	margin: 0 22px;
}

.honorList li img {
	width: 100%;
	height: 283px;
}

.honorList li p {
	font-size: 18px;
	line-height: 52px;
	color: #4b4b4b;
	text-align: center;
	margin-bottom: 20px;
}

.honorList li figure {
	position: relative;
	overflow: hidden;
}

.honorList li mark {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(1578, 105, 20, .2);
	background: #eb6123\9;
	filter: alpha(opacity=20);
	z-index: 20;
	opacity: 0;
	transform: skewX(45deg);
	visibility: hidden;
	transition: 360ms;
}

.honorList li mark:before,
.honorList li mark:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}

.honorList li mark:before {
	border-left: 3px solid #b26914;
	border-right: 3px solid #b26914;
	width: 100%;
	height: 0%;
}

.honorList li mark:after {
	width: 0%;
	height: 100%;
	border-top: 3px solid #b26914;
	border-bottom: 3px solid #b26914;
}

.honorList li b {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -23px;
	margin-top: -23px;
	z-index: 30;
}

.honorList li b:before,
.honorList li b:after {
	content: "";
	background: #ffb602;
	position: absolute;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
}

.honorList li b:before {
	width: 100%;
	height: 1px;
	left: 0;
	top: 23px;
}

.honorList li b:after {
	width: 1px;
	height: 100%;
	left: 23px;
	top: 0;
}

.honorList li:hover mark {
	opacity: 1;
	transform: skewX(0);
	visibility: visible;
}

.honorList li:hover b:before {
	transition: 355ms 180ms;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}

.honorList li:hover b:after {
	transition: 355ms 240ms;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.honorList li:hover mark:before {
	height: 100%;
	transition: 330ms 200ms;
}

.honorList li:hover mark:after {
	width: 100%;
	transition: 330ms 200ms;
}


/*honorList*/

.article {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 500px;
	box-sizing: border-box;
	padding: 54px 32px 43px;
}

.articleTitle h2 {
	color: #c37922;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 48px;
}

.articleTitle p {
	text-align: center;
	color: #6c6c6c;
	font-size: 14px;
	line-height: 22px;
}

.articleTitle p span {
	margin: 0 5px;
}

.articleContent {
	padding-top: 20px;
	margin: 0 auto;
	min-height: 300px;
	color: #343434;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑"!important;
}

.articleContent video {
	background: #000;
}

.articleContent p {
	color: #343434;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑"!important;
}

.articleContent * {
	max-width: 100%;
	height: auto;
	color: #343434;
}

.articleTab {
	color: #6c6c6c;
	padding: 20px 0 50px;
	font-size: 14px;
	line-height: 32px;
	font-family: "微软雅黑";
}

.articleTab a {
	font-size: 14px;
	line-height: 32px;
	font-family: "微软雅黑";
	color: #6c6c6c;
}

.articleTab a:hover,
.articleTab a:active {
	color: #c37922;
}


/*pageClass*/

.pageClass {
	width: 100%;
	clear: both;
	text-align: center;
	margin-top: 35px;
}

.pageClass a {
	color: #3f3f3f;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #eee;
	background-color: #fff;
	margin: 0 3px;
}

.pageClass a:hover {
	color: #fff;
}

.pageClass a span {
	font-size: 14px;
	display: inline-block;
	padding: 7px 19px;
	color: #3f3f3f;
}

.pageClass a span:hover {
	color: #fff;
}

.pageClass strong {
	cursor: pointer;
	display: inline-block;
	color: #3f3f3f;
	margin: 0 3px;
}

.pageClass strong:hover {
	color: #fff;
}

.pageClass strong span:hover {
	color: #fff;
}

.pageClass strong span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background: #c37922;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 3px 15px;
}

.pageClass a:hover {
	color: #fff;
	background: #c37922;
	border: 1px solid #c37922;
}


/*pageClass*/

.hidePosition {
	display: none;
}