html {
	overflow-x: hidden;
}
body {
	font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
#loading {
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
#loader {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
}
.header {
	width: 100%;
	height: 159px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #ef8d22 url(../Images/header_bg.jpg) repeat-y left center;
}
.header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../Images/header_bgs.jpg) no-repeat left 0;
	z-index: 0;
}
.header-main {
	width: 1003px;
	height: 89px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.logo {
	position: absolute;
	width: 692px;
	height: 65px;
	left: 0;
	top: 25px;
	overflow: hidden;
}
.language {
	position: absolute;
	right: 0;
	top: 20px;
	padding-left: 58px;
	min-height: 27px;
	background: url(../Images/language.png) no-repeat 0 center;
	overflow: hidden;
}
.language-box {
	margin-top: 3px;
}
.language select {
	font-size: 14px;
	color: #8b8b8b;
}
.nav {
	margin-top: 40px;
	height: auto;
	position: relative;
}
.nav-main {
	width: 1003px;
	height: auto;
	margin: 0 auto;
}
.nav-main > ul > li {
	float: left;
	width: 14.285%;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
}
.nav-main > ul > li > ul {
	display: block;
	position: absolute;
	max-width: 150%;
	padding-bottom: 6px;
	top: 30px;
	left: 0;
	background-color: rgba(239,141,34,.8);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
}
.nav-main > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.nav-main > ul > li > ul:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 15px;
	top: -15px;
	left: 0;
}
.nav-main > ul > li > ul > li {
	line-height: 30px;
	text-align: left;
	white-space: nowrap;
	padding-top: 6px;
	padding-left: 10px;
	margin-left: 10px;
	padding-right: 14px;
	position: relative;
	background: url(../Images/news-list-type2.jpg) no-repeat 0 center;
}
.nav-main > ul > li > ul > li + li {
	padding-top: 0;
}
.nav-main > ul > li > ul > li > div {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 188px;
	height: 195px;
	left: 100%;
	top: 0;
	overflow: hidden;
	background-color: rgba(239,141,34,.8);
	background-image: url(../Images/xxxxx.png);
	background-repeat: no-repeat;
	background-position: 10px 133px;
	transition: all 0.3s;
	transform: translate(60%,0);
	-ms-transform: translate(60%,0);
	-webkit-transform: translate(60%,0);
}
.nav-main > ul > li > ul > li:hover > div {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.nav-main > ul > li > ul > li > div img {
	width: 168px;
	height: 113px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -84px;
	border-radius: 5px;
}
.nav-main > ul > li > ul > li a {
	font-size: 14px;
	text-shadow: none;
	letter-spacing: normal;
}
.nav-main > ul > li > ul > li a:hover {
	text-shadow: 2px 2px 1px rgba(0,0,0,.3);
}
.nav-main > ul > li a {
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.5);
	transition: all 0.2s;
}
.nav-main > ul > li a:hover {
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.indexshow {
	width: 100%;
	height: auto;
	margin-top: 159px;
}
.indexshow-main {
	width: 1003px;
	height: auto;
	margin: 0 auto;
}
.indexshow-frame {
	position: relative;
	width: 100%;
	padding-top: 69.79%;
}
.indexshow-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.indexshow-box .bg1 {
	position: absolute;
	width: 586px;
	height: 304px;
	background: url(../Images/indexshow_bg_1.png) no-repeat 0 0;
	top: 64px;
	left: 50%;
	margin-left: -293px;
	z-index: 0;
}
.indexshow-box .bg2 {
	position: absolute;
	width: 927px;
	height: 193px;
	background: url(../Images/indexshow_bg_2.jpg) no-repeat 0 0;
	bottom: 76px;
	left: 50%;
	margin-left: -463.5px;
	z-index: 0;
}
.indexshow-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.indexshow-slider .carousel {
	position: relative;
	height: 100%;
}
.indexshow-slider .slide {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.indexshow-slider .slide:hover {
	background-position: 60% 70%;
}
.indexshow-slider .slide > .textbox {
	position: absolute;
	top: 125px;
	left: 185px;
	height: 35px;
	background: url(../Images/box4.jpg) repeat-x 0 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.indexshow-slider .slide > .textbox:before,
.indexshow-slider .slide > .textbox:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
}
.indexshow-slider .slide > .textbox:before {
	background: url(../Images/box2.png) no-repeat 0 0;
	left: -19px;
	width: 19px;
}
.indexshow-slider .slide > .textbox:after {
	background: url(../Images/box3.png) no-repeat 0 0;
	right: -18px;
	width: 18px;
}
.indexshow-slider .slide:hover > .textbox {
	visibility: visible;
	opacity: 1;
}
.indexshow-slider .slide > .textbox > .background {
	position: absolute;
	z-index: 1;
	top: 35px;
	left: 20px;
	width: 51px;
	height: 28px;
	background: url(../Images/box1.png) no-repeat 0 0;
}
.indexshow-slider .slide > .textbox:hover .background {
}
.indexshow-slider .slide > .textbox .text {
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	margin: 0 20px;
	position: relative;
	z-index: 2;
	letter-spacing: 3px;
	text-shadow: 2px 2px 0 rgba(0,0,0,.1);
}
.indexshow-slider .slides-next,
.indexshow-slider .slides-prev {
	display: block;
	opacity: 0;
	width: 100px;
	height: 100px;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -64px;
	transition: all 0.3s;
}
.indexshow-slider:hover .slides-next,
.indexshow-slider:hover .slides-prev {
	opacity: 1;
}
.indexshow-slider .slides-next {
	right: -50px;
	background-image: url(../Images/next.png);
}
.indexshow-slider .slides-next:hover {
	background-image: url(../Images/next_hover.png);
}
.indexshow-slider:hover .slides-next {
	right: -120px;
}
.indexshow-slider .slides-prev {
	left: -50px;
	background-image: url(../Images/prev.png);
}
.indexshow-slider .slides-prev:hover {
	background-image: url(../Images/prev_hover.png);
}
.indexshow-slider:hover .slides-prev {
	left: -120px;
}
.footer {
	font-size: 12px;
	color: #fff;
	line-height: 41px;
	height: 41px;
	background: url(../Images/footer_bg.jpg) repeat-x 0 0;
}
.footer-main {
	width: 1003px;
	margin: 0 auto;
}
.footer .left {
	float: left;
}
.footer .left span {
	margin-left: 25px;
}
.footer .right {
	float: right;
}
.content {
	width: 1003px;
	min-height: 385px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 70px;
	margin-top: 159px;
}
.content .case-main {
	width: 100%;
}
.content .case-main .title {
	position: relative;
	font-size: 16px;
	color: #000;
	height: 46px;
	border-bottom: 2px solid #b6b6b6;
}
.content .case-main .title h1 {
	border-bottom: 2px solid #ff9a00;
	display: block;
	line-height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
}
.content .case-main .main {
	padding-left: 20px;
	font-size: 14px;
	color: #474747;
	margin-top: 30px;
	line-height: 1.5;
}
.content .case-main .main img {
	max-width: 666px;
}
.content .left-1 {
	float: left;
	width: 317px;
}
.content .right-1 {
	width: 100%;
}
.content .left-1 .title {
	position: relative;
	font-size: 16px;
	color: #000;
	height: 46px;
	border-bottom: 2px solid #b6b6b6;
}
.content .left-1 .title h1 {
	border-bottom: 2px solid #ff9a00;
	display: block;
	line-height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
}
.content .left-1 .pic {
	width: 100%;
	height: 599px;
	position: relative;
	overflow: hidden;
	margin-top: 27px;
}
.content .left-1 .pic img {
	height: 100%;
}
.content .left-1 .pic .mend {
	position: absolute;
	top: 0;
	right: 0;
	width: 77px;
	height: 100%;
	background: url(../Images/left-1-pic-mend.png) no-repeat 0 0;
}
.content .right-1 .main {
	font-size: 14px;
	color: #474747;
	margin-top: 30px;
	line-height: 1.5;
}
.content .right-1 .main img {
	max-width: 666px;
}
.news-list ul li {
	line-height: 40px;
	border-bottom: 1px dashed #cecece;
	padding-right: 10px;
	padding-left: 12px;
	background: url(../Images/news-list-type.jpg) no-repeat 2px center;
}
.news-list ul li a {
	font-size: 14px;
	color: #292929;
}
.news-list ul li a:hover {
	color: #ef8e00;
}
.news-list ul li span {
	float: right;
	font-size: 12px;
	color: #979797;
}
.content .left-2 {
	float: left;
	width: 199px;
}
.content .right-2 {
	float: right;
	width: 770px;
}
.content .right-2 .main {
	font-size: 14px;
	color: #474747;
	margin-top: 60px;
	line-height: 1.5;
}
.content .right-2 .main img {
	max-width: 770px;
}
.content .left-2 .title {
	line-height: 54px;
	text-indent: 16px;
	background-color: #fff;
	position: relative;
}
.content .left-2 .title h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}
.content .left-2 .menu {
}
.content .left-2 .menu > li {
	line-height: 40px;
	text-indent: 18px;
	border-top: 1px solid #e7e7e7;
	font-size: 12px;
	margin-top: -1px;
}
.content .left-2 .menu > li.active {
	border: 0;
	line-height: 36px;
	border-radius: 18px;
	background-color: #ef8e00;
	margin: 5px 0;
	position: relative;
}
.content .left-2 .menu > li.active .zt {
	position: absolute;
	width: 52px;
	height: 36px;
	overflow: hidden;
	opacity: 1;
	right: 10px;
	top: 0;
	transition: all 0.3s;
}
.content .left-2 .menu > li.active + li {
	border: 0;
}
.content .left-2 .menu > li.active a {
	color: #fff;
}
.content .left-2 .menu > li a {
	display: block;
	color: #474747;
}
.content .left-2 .menu > li a:hover {
	color: #ef8e00;
}
.content .left-2 .menu > li.active a:hover {
	color: #fff;
}
.content .left-2 .prd-slide {
	width: 100%;
	height: 160px;
	position: relative;
	margin-top: 60px;
}
.content .left-2 .prd-slide .slides-pagination {
	position: absolute;
	top: -20px;
	right: 0;
	height: 10px;
}
.content .left-2 .prd-slide .slides-pagination li {
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	margin-right: 12px;
	border-radius: 50%;
	overflow: hidden;
}
.content .left-2 .prd-slide .slides-pagination li a {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #e3e3e3;
	transition: all 0.3s;
}
.content .left-2 .prd-slide .slides-pagination li a:hover,
.content .left-2 .prd-slide .slides-pagination li.selected a {
	background-color: #ef8e00;
}
.news-title {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #000;
}
.news-date {
	font-size: 12px;
	text-align: center;
	color: #ccc;
	margin-bottom: 10px;
}
.news-content {
	line-height: 1.5;
}
.news-content p {
	margin-bottom: 8px;
}
.news-content img {
	max-width: 666px;
}
.banner {
	height: 260px;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}
.banner .pic {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 260px;
	background-color: #ff9a00;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
.banner .pic.case {
	background-image: url(../Images/case-banner.jpg);
}
.banner .pic.company {
	background-image: url(../Images/company-banner.jpg);
}
.banner .pic.news {
	background-image: url(../Images/news-banner.gif);
}
.banner .pic.recruitment {
	background-image: url(../Images/recruitment-banner.gif);
}
.banner .bt {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 249px;
	height: 249px;
	border-bottom: 11px solid #ddd;
	background-color: transparent;
	text-align: center;
	text-indent: -9999px;
	line-height: 249px;
	font-size: 24px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: normal;
}
.case-title {
	margin-top: 12px;
	height: 45px;
	border-bottom: 2px solid #b6b6b6;
	position: relative;
}
.case-title h1 {
	position: absolute;
	left: 0;
	bottom: -2px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 15px;
	border-bottom: 2px solid #ff9a00;
}
.case-list-frame {
	width: 100%;
	position: relative;
}
.case-list-frame .case-prev,
.case-list-frame .case-next {
	position: absolute;
	width: 38px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
.case-list-frame:hover .case-prev,
.case-list-frame:hover .case-next {
	opacity: 1;
	visibility: visible;
}
.case-list-frame .case-prev {
	left: -50px;
	background-image: url(../Images/case-prev.png);
}
.case-list-frame .case-prev:hover {
	background-image: url(../Images/case-prev-hover.png);
}
.case-list-frame .case-next {
	right: -50px;
	background-image: url(../Images/case-next.png);
}
.case-list-frame .case-next:hover {
	background-image: url(../Images/case-next-hover.png);
}
.case-list-wrap {
	width: 100%;
	padding-bottom: 10px;
}
.case-list-wrap .slick-prev,
.case-list-wrap .slick-next {
	visibility: hidden;
}
.case-list {
	width: 100%;
}
.case-list-main {
	display: block;
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
}
.case-list-main .img {
	width: 100%;
	height: 0;
	font-size: 12px;
	color: #949494;
	line-height: 1.8;
	overflow: hidden;
	transition: all 0.1s;
}
.case-list-main:hover .img {
	height: auto;
	margin-top: 15px;
}
.case-list-main .img img {
	float: left;
	width: 119px;
	height: 80px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.case-list-main .text {
	margin: 0 3px;
}
.case-list-main .text h1 {
	display: block;
	color: #ff9a00;
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	padding-left: 15px;
	padding-right: 8px;
	margin-top: 12px;
	background: url(../Images/case-list-text-type.gif) no-repeat 0 center;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	letter-spacing: 1px;
}
.case-list-main:hover .text h1 {
	font-weight: bold;
}
.case-list-main .text h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.case-list-main .text h1 .view {
	float: right;
	color: #ff9a00;
	font-size: 20px;
}
.contact-title {
	height: 45px;
	border-bottom: 2px solid #b6b6b6;
	position: relative;
}
.contact-title h1 {
	position: absolute;
	left: 0;
	bottom: -2px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 15px;
	border-bottom: 2px solid #ff9a00;
}
.menu-wrap {
}
.pager {
	float: right;
	font-size: 12px;
	padding-top: 20px;
}
.pager a, .pager span {
	display: block;
	float: left;
	margin-left: 10px;
	color: #676767;
	padding: 0 6px;
	line-height: 18px;
	border: 1px solid #dedede;
}
.pager a:hover, .pager .current {
	color: #fff;
	font-weight: bold;
	background-color: #676767;
	border: 1px solid #3d3d3d;
}
.pager .disabled {
	color: #b3b3b3;
	border: 1px solid #fff;
}
.link11 {
	float: right;
	margin-top: 50px;
	margin-left: 20px;
	font-size: 14px;
	border-radius: 5px;
	letter-spacing: 2px;
	color: #fff;
	background-color: #ef8d22;
}
.link11 a {
	display: block;
	padding: 10px 40px;
}
@media (min-width: 1367px) {
	.content {
		min-height: 640px;
	}
}
