﻿@charset "utf-8";

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@font-face {
	font-family: 'DinC';
    src: url('../fonts/dinc__-webfont.eot');
    src: url('../fonts/dinc__-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/dinc__-webfont.woff2') format('woff2'),url('../fonts/dinc__-webfont.woff') format('woff'),url('../fonts/dinc__-webfont.svg#dincregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Olympia-BoldCond';
    src: url('../fonts/bp15356-webfont.eot');
    src: url('../fonts/bp15356-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/bp15356-webfont.woff2') format('woff2'),url('../fonts/bp15356-webfont.woff') format('woff'),url('../fonts/bp15356-webfont.svg#Olympia-BoldCond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@-webkit-keyframes circle01 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes circle01 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown2 {
	from {
		-webkit-transform: translate3d(0, -70px, 0);
		transform: translate3d(0, -70px, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown2 {
	-webkit-animation-name: slideInDown2;
	animation-name: slideInDown2;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50px, 0);
		transform: translate3d(0, -50px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown2 {
	-webkit-animation-name: fadeInDown2;
	animation-name: fadeInDown2;
}

@-webkit-keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft2 {
	-webkit-animation-name: fadeInLeft2;
	animation-name: fadeInLeft2;
}

@-webkit-keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight2 {
	-webkit-animation-name: fadeInRight2;
	animation-name: fadeInRight2;
}

.banner {
	background: #0f1210;
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
	height: 875px;
}

.banner .list {
	overflow: hidden;
	display: block;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}

.banner li {
	float: left;
}

.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .box:after {
	content: "";
	display: block;
	padding-top: 45.57291667%;
}

.banner .slick-dots {
	bottom: 50px;
	font-size: 0;
	z-index: 999;
	overflow: initial;
}

.banner .slick-dots li {
	width: 15px;
	height: 15px;
	border: 2px #c6a863 solid;
	border-radius: 50%;
	margin: 0 3px;
	overflow: hidden;
	float: none;
}

.banner .slick-dots li:before {
	display: none;
}

.banner .slick-dots li.slick-active {
	background: #c6a863;
}

.banner .slick-dots li button:before {
	display: none;
}

.inside-banner {
	background: #0f1210;
	clear: both;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 9;
	text-align: center;
}

.inside-banner img {
	vertical-align: middle;
}

.inside-banner .pic {
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	text-align: center;
	height: 600px;
	position: relative;
	background-repeat: no-repeat;
}

.inside-banner .box {
	display: block;
	position: relative;
	overflow: hidden;
}

.inside-banner .box:after {
	content: "";
	display: block;
	padding-top: 31.25%;
}

.header {
	z-index: 10000;
	color: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header .container {
	position: relative;
}

.header a {
	color: #fff;
}

.header img {
	vertical-align: middle;
}

.header .logo {
	position: absolute;
	z-index: 999;
	width: 160px;
	height: 90px;
	left: 0;
	top: 20px;
	-webkit-transition: all .54s;
	transition: all .54s;
}

.headerBg {
	background: #000;
}

.nav {
	width: 100%;
	padding-left: 240px;
	padding-top: 20px;
	padding-bottom: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.nav .list {
	font-size: 0;
	position: relative;
}

.nav li {
	display: inline-block;
	text-align: center;
	width: 15%;
	position: relative;
}

.nav li > a {
	font-size: 22px;
	color: #fff;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.nav li > a:after {
	content: "";
	display: none;
	width: 100%;
	height: 1px;
	background: #f39801;
	bottom: 1px;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: absolute;
}

.nav li:hover > a, .nav li.cur > a {
	color: #f39801;
}

.nav li:hover > a span:after, .nav li.cur > a span:after {
	width: 60px;
}

.nav li:hover > a:after {
	display: block !important;
}

.nav li:hover .child {
	z-index: 1;
	display: block \9;
	visibility: visible;
	opacity: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
}

.nav li:hover .child a {
	height: 48px;
}

.nav .child {
	font-size: 16px;
	position: absolute;
	width: 170px;
	left: 50%;
	margin-left: -85px;
	z-index: -1;
	top: 80px;
	display: none \9;
	visibility: hidden;
	opacity: 0;
	text-align: center;
	padding: 0 0 0 0;
	background: #000;
	background: url(../images/nav-bg.png) repeat;
	background-size: cover;
}

.nav .child .box {
	background: #f39801;
	padding: 10px 0;
	position: relative;
}

.nav .child a {
	padding: 0 5px;
	display: block;
	color: #eaeaea;
	position: relative;
	overflow: hidden;
	line-height: 48px;
	height: 0;
	-webkit-transition: .3s height cubic-bezier(.73, .32, .34, 1.5),.5s background,.5s padding-left;
	transition: .3s height cubic-bezier(.73, .32, .34, 1.5),.5s background,.5s padding-left;
}

.nav .child a:hover {
	color: #f39801;
	padding-left: 15px;
}

.nav .searchBtn {
	width: auto;
	padding: 0 10px;
	text-align: right;
	position: absolute;
	top: 30px;
	right: 0;
}

.nav .searchBtn .btn {
	display: inline-block;
	text-align: center;
	position: relative;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.nav .searchBtn .btn:after {
	display: none !important;
}

.nav .searchBtn .btn .icon {
	float: left;
}

.headerFixed {
	background: url(../images/nav-bg.png) repeat;
	background-size: cover;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.05);
	position: fixed;
	width: 100%;
	left: 0;
}

.headerFixed .nav {
	padding-top: 10px;
	padding-bottom: 5px;
}

.headerFixed .logo {
	top: 10px;
}

#searchPopup {
	position: absolute;
	top: 0;
	width: 100%;
	display: none;
	z-index: 9999;
}

.transparent {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

.searchBox {
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	top: 31px;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.searchBox.fadeIn {
	top: 21px;
	opacity: 1;
	z-index: 999;
}

.searchBox .container {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.searchBox input {
	border: 1px #fff solid;
	background: #fff;
	color: #333;
	width: 40%;
	padding: 0 10px;
	font-size: 14px;
	height: 36px;
	line-height: 34px;
}

.searchBox input:focus {
	color: #333;
}

.searchBox .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	height: 20px;
	width: 20px;
}

.searchBox .close {
	display: none;
}

.searchBox2.fadeIn {
	top: 22px;
}

.home-title {
	line-height: 2;
	text-align: center;
	color: #fff;
}

.home-title .title {
	line-height: 1.5;
	font-size: 40px;
	font-weight: 700;
	position: relative;
}

.home-title .title:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/icon/dot-02.png) no-repeat center center;
	margin: auto;
	vertical-align: top;
}

.home-title .info {
	color: #fff;
	font-size: 24px;
}

.home-more {
	color: #918f90;
	font-size: 14px;
	line-height: 36px;
}

.home-more a {
	display: inline-block;
	color: #f39801;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.home-more a .icon {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px #f39801 solid;
	background: url(../images/icon/arrow-right-01.png) no-repeat center center;
	vertical-align: middle;
	margin-right: 17px;
	float: left;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
}

.home-more a .icon:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icon/dot.png) no-repeat center center;
	border-radius: 50%;
	position: absolute;
	z-index: 9;
	top: -3px;
	left: -3px;
	-webkit-animation: circle01 5s linear 0s infinite;
	animation: circle01 5s linear 0s infinite;
}

.home-more a:hover {
	padding-left: 15px;
	color: #fff;
}

.home-more a:hover .icon {
	border-color: #fff;
	background: url(../images/icon/arrow-right-02.png) no-repeat center center;
}

.home-more a:hover .icon:after {
	display: block;
}

.home-customer {
	background: #171515 url(../images/home-customer-bg.jpg) no-repeat center bottom;
	background-size: cover;
	color: #b4b4b4;
	overflow: hidden;
}

.home-customer .nr {
	padding: 120px 0 100px 0;
	position: relative;
}

.home-customer .nr .ybText {
	width: 888px;
	height: 220px;
	position: absolute;
	top: 45px;
	left: -53px;
}

.home-customer .nr .text {
	width: 40%;
	float: left;
	padding-left: 3px;
	padding-right: 30px;
}

.home-customer .nr .p-01 {
    font-size: 60px;
    color:
    #fff;
    line-height: 1.4;
    font-weight: bold;
    font-family: 书体坊赵九江钢笔行书;
}

.home-customer .nr .p-02 {
	font-size: 20px;
	line-height: 2;
	padding-left: 30px;
	position: relative;
}

.home-customer .nr .p-02:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #f39801;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}

.home-customer .nr .txt {
	padding-top: 45px;
	padding-bottom: 30px;
}

.home-customer .nr .pics {
	width: 60%;
	max-width: 675px;
	float: right;
	padding-right: 95px;
	padding-top: 14px;
	overflow: hidden;
}

.home-customer .nr .pics .list {
	margin-left: -12px;
	margin-right: -12px;
}

.home-customer .nr .pics li {
	float: left;
	padding: 0 12px;
}

.home-customer .nr .pics li:nth-child(1), .home-customer .nr .pics li:nth-child(8), .home-customer .nr .pics li.li-01, .home-customer .nr .pics li.li-08 {
	margin-left: 75px;
}

.home-customer .nr .pics li:nth-child(4), .home-customer .nr .pics li.li-04 {
	clear: left;
}

.home-customer .nr .pics li:nth-child(11), .home-customer .nr .pics li.li-11 {
	clear: left;
}

.home-customer .nr .pics li:nth-child(1) .box:after, .home-customer .nr .pics li:nth-child(3) .box:after, .home-customer .nr .pics li:nth-child(5) .box:after, .home-customer .nr .pics li:nth-child(6) .box:after, .home-customer .nr .pics li:nth-child(9) .box:after {
	display: none;
}

.home-customer .nr .pics li.li-01 .box:after, .home-customer .nr .pics li.li-03 .box:after, .home-customer .nr .pics li.li-05 .box:after, .home-customer .nr .pics li.li-06 .box:after, .home-customer .nr .pics li.li-01 .box:after, .home-customer .nr .pics li.li-09 .box:after {
	display: none;
}

.home-customer .nr .pics .box {
	width: 126px;
	height: 110px;
	background: url(../images/icon/hexagon-01.png) no-repeat center center;
	position: relative;
	overflow: hidden;
}

.home-customer .nr .pics .box:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/icon/hexagon-02.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
}

.home-customer .nr .pics .box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.home-customer .nr .pics .box:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.home-customer .nr .pics .box:hover:after {
	display: none !important;
}

.home-customer .nr .pics .bt {
	font-size: 32px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}

.home-customer .nr .pics .bt .en {
	font-size: 34px;
	font-family: Olympia-BoldCond;
	margin-right: 15px;
	margin-top: -3px;
}

.home-advantage {
	overflow: hidden;
	font-size: 20px;
	background: #303030;
	padding: 25px 0;
	color: #959696;
	position: relative;
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
}

.home-advantage .list {
	overflow: hidden;
	margin-left: -50px;
	margin-right: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home-advantage li {
	padding: 0 15px;
	border-right: 1px #494847 solid;
	float: left;
	text-align: center;
}

.home-advantage li .box {
	display: inline-block;
	text-align: left;
}

.home-advantage li:last-child {
	border-right: none;
}

.home-advantage li.li-01 {
	width: 16%;
}

.home-advantage li.li-02 {
	width: 16%;
}

.home-advantage li.li-03 {
	width: 16%;
}

.home-advantage li.li-04 {
	width: 26%;
}

.home-advantage li.li-05 {
	width: 26%;
}

.home-advantage .num {
	line-height: 1;
	color: #f39801;
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.home-advantage .num .counter {
	font-size: 62px;
	font-family: DinC;
	font-weight: 700;
}

.home-advantage .num .sub {
	font-size: 24px;
	color: #959696;
	position: relative;
	margin-left: 10px;
}

.home-case {
	padding: 70px 0 75px 0;
	overflow: hidden;
	background: #252524;
}

.home-case img {
	display: inline-block;
}

.home-case .div-01 {
	position: relative;
}

.home-case .nr {
	margin-top: 40px;
	margin-left: -385px;
	margin-right: -385px;
	position: relative;
}

.home-case .list {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.home-case .list li {
	width: 33.33333333%;
	float: left;
	padding: 0 20px;
}

.home-case .list .box {
	overflow: hidden;
	display: block;
	position: relative;
}

.home-case .list .pic {
	overflow: hidden;
	display: block;
	position: relative;
}

.home-case .list .pic:after {
	content: "";
	display: block;
	padding-top: 57.47126437%;
}

.home-case .list .pic:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.home-case .list img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.home-case .list .title {
	margin-top: 35px;
	text-align: center;
	color: #fff;
	color: #939393;
	font-size: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-case .list .title span {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 4px #f39801 solid;
	border-color: #756a51;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.home-case .list .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.home-case .list .box:hover .title span {
	padding: 0 20px;
}

.home-case .list .slick-center .pic:before {
	display: none;
}

.home-case .list .slick-center .title {
	color: #fff;
}

.home-case .list .slick-center .title span {
	border-color: #f39801;
}

.home-case .more {
	text-align: center;
}

.home-case .more a {
	display: inline-block;
	background: #f39801;
	color: #fff;
	line-height: 40px;
	min-width: 188px;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	border-radius: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 0 6px rgba(201,150,66,0.17);
	box-shadow: 0 0 0 6px rgba(201,150,66,0.17);
}

.home-case .more a:hover {
	-webkit-box-shadow: 0 0 0 16px rgba(201,150,66,0);
	box-shadow: 0 0 0 16px rgba(201,150,66,0);
}

.home-case .slick-prev, .home-case .slick-next {
	z-index: 999;
	width: 86px;
	height: 86px;
	background: #000;
	background-color: rgba(0,0,0,0.8);
	background-position: center center;
	background-repeat: no-repeat;
	border: 3px #7a6d51 solid;
	border: 3px rgba(122,109,81,0.8) solid;
	margin-top: -45px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.home-case .slick-prev:before, .home-case .slick-next:before {
	display: none;
}

.home-case .slick-prev:hover, .home-case .slick-next:hover {
	background-color: #f39801;
	border-color: #f39801;
}

.home-case .slick-prev {
	left: 50%;
	margin-left: -18.5%;
	background-image: url(../images/icon/arrow-left-03.png);
}

.home-case .slick-prev:hover {
	background-image: url(../images/icon/arrow-left-04.png);
}

.home-case .slick-next {
	right: 50%;
	margin-right: -18.5%;
	background-image: url(../images/icon/arrow-right-03.png);
}

.home-case .slick-next:hover {
	background-image: url(../images/icon/arrow-right-04.png);
}

.home-ywbk {
	background: #1a1a18 url(../images/home-ywbk-bg.jpg) no-repeat center top;
	color: #939393;
	padding-top: 70px;
	padding-bottom: 90px;
	overflow: hidden;
}

.home-ywbk .nr {
	position: relative;
	padding-top: 100px;
}

.home-ywbk .list li {
	width: 50%;
	float: left;
	padding-bottom: 60px;
}

.home-ywbk .list .box {
	display: inline-block;
	cursor: pointer;
	width: auto;
}

.home-ywbk .list .icon {
	width: 75px;
	height: 86px;
	background: url(../images/icon/hexagon-03.png) no-repeat center center;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	float: left;
}

.home-ywbk .list .icon:after {
	content: "";
	display: block;
	width: 145px;
	height: 156px;
	background: url(../images/icon/hexagon-04-shadow.png) no-repeat center center;
	position: absolute;
	top: -35px;
	left: -35px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.home-ywbk .list .hover {
	display: none;
}

.home-ywbk .list .text {
	width: 270px;
	float: left;
	padding-top: 18px;
	padding-left: 40px;
}

.home-ywbk .list .title {
	font-size: 20px;
	color: #fff;
}

.home-ywbk .list .info {
	color: #fff;
}

.home-ywbk .list .info .span-01 {
	margin-right: 15px;
	position: relative;
}

.home-ywbk .list .info .span-01:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin-right: 5px;
}

.home-ywbk .list .jsh {
	line-height: 26px;
}

.home-ywbk .list .li-02, .home-ywbk .list .li-04 {
	text-align: right;
}

.home-ywbk .list .li-02 .icon, .home-ywbk .list .li-04 .icon {
	float: right;
}

.home-ywbk .list .li-02 .text, .home-ywbk .list .li-04 .text {
	float: right;
	text-align: right;
	padding-left: 0;
	padding-right: 40px;
}

.home-ywbk .list .li-03 {
	clear: left;
}

.home-ywbk .list .active .icon, .home-ywbk .list .box:hover .icon {
	background: url(../images/icon/hexagon-04.png) no-repeat center center;
}

.home-ywbk .list .active .icon:after, .home-ywbk .list .box:hover .icon:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.home-ywbk .list .active .default, .home-ywbk .list .box:hover .default {
	display: none;
}

.home-ywbk .list .active .hover, .home-ywbk .list .box:hover .hover {
	display: block;
	-webkit-box-shadow:;
	box-shadow:;
}

.home-ywbk .pics {
	width: 640px;
	height: 640px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

.home-ywbk .pics:before {
	content: "";
	display: block;
	background: url(../images/circle-01.png) no-repeat center center;
	width: 540px;
	height: 540px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation: circle01 10s linear 0s infinite;
	animation: circle01 10s linear 0s infinite;
	margin: auto;
}

.home-ywbk .pics .item {
	display: none \9;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all .8s;
	transition: all .8s;
}

.home-ywbk .pics .item:after {
	content: "";
	display: block;
	padding-top: 100%;
}

.home-ywbk .pics .item img {
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.home-ywbk .pics .show {
	display: block \9;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.home-ywbk .pics .show img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.home-ywbk .home-more {
	padding-left: 115px;
}

.home-news {
	background: #141414 url(../images/home-news-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 70px 0 80px 0;
	overflow: hidden;
}

.home-news .nr {
	margin-top: 50px;
}

.home-news .list {
	padding-bottom: 70px;
	overflow: hidden;
	margin-left: -22px;
	margin-right: -22px;
}

.home-news li {
	width: 33.33333333%;
	float: left;
	padding: 0 22px;
}

.home-news .box {
	position: relative;
	display: block;
	width: 100%;
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}

.home-news .box .pic {
	position: relative;
	overflow: hidden;
	display: block;
}

.home-news .box .pic:after {
	content: "";
	display: block;
	padding-top: 62.82051282%;
}

.home-news .box .pic img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.home-news .box .text {
	padding-top: 25px;
	position: relative;
}

.home-news .box .bt {
	font-size: 20px;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-news .box .info {
	color: #756a51;
	height: 30px;
	line-height: 30px;
	margin: 0 0 15px 0;
}

.home-news .box .info img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.home-news .box .info .view {
	display: inline-block;
	margin-right: 10px;
	background: url(../images/icon/view.png) no-repeat left center;
	padding-left: 23px;
}

.home-news .box .info .date {
	background: url(../images/icon/date.png) no-repeat left center;
	padding-left: 23px;
}

.home-news .box .jsh {
	font-size: 16px;
	color: #a7a7a7;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 25px;
}

.home-news .box .detailed a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	min-width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-bottom: 3px #f39801 solid;
}

.home-news .box .detailed .en {
	margin-right: 10px;
}

.home-news .box:hover .pic img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.home-news .box:hover .text:before {
	width: 0;
}

.home-news .box:hover .text:after {
	width: 100%;
}

.home-news .box:hover .bt {
	color: #f39801;
}

.home-news .box:hover .detailed a {
	padding: 0 20px;
}

.home-news .home-more {
	text-align: center;
}

.home-news .home-more a {
	display: inline-block;
	color: #a7a7a7;
	line-height: 36px;
	min-width: 188px;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	border-radius: 20px;
	border: 2px #84622a solid;
	background: transparent;
	-webkit-box-shadow: 0 0 0 16px rgba(201,150,66,0);
	box-shadow: 0 0 0 16px rgba(201,150,66,0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.home-news .home-more a:hover {
	color: #fff;
	border-color: transparent;
	background: #f39801;
	-webkit-box-shadow: 0 0 0 6px rgba(201,150,66,0.17);
	box-shadow: 0 0 0 6px rgba(201,150,66,0.17);
}

.footer {
	background: #3c3c3c;
	padding: 40px 0 40px 0;
	color: #bbb;
	font-size: 14px;
}

.footer .footer-contact {
	width: 36%;
	float: left;
	line-height: 36px;
}

.footer .footer-contact .icon {
	max-height: 15px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.footer .footer-contact .logo {
	width: 75px;
	float: left;
	margin-right: 30px;
}

.footer .footer-contact .span-01 {
	margin-right: 20px;
}

.footer .p-03 {
	color: #555;
}

.footer .p-03 a {
	color: #555;
}

.footer .p-03 a:hover {
	color: #f39801;
}

.footer a {
	color: #bbb;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.footer a:hover {
	color: #f39801;
	text-decoration: underline;
}

.footer .menu {
	width: 64%;
	float: left;
}

.footer .menu li {
	width: 16.66666667%;
	float: left;
	line-height: 1.5;
	padding-right: 10px;
}

.footer .menu .title {
	margin-bottom: 5px;
}

.footer .menu .title a {
	color: #fff;
	font-size: 16px;
}

.footer .menu a {
	display: block;
	padding: 7px 0;
	color: #bbb;
	font-size: 14px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.footer .menu a:hover {
	margin-left: 10px;
}

.footer .footer-focus {
	padding-top: 15px;
}

.footer .ewm {
	padding-top: 10px;
}

.footer .ewm img {
	max-width: 100px;
}

.copyright {
	background: #f4ebe6;
	color: #828282;
	font-size: 14px;
	color: #b8b8b8;
	padding: 50px 0;
	position: relative;
}

.copyright:before {
	content: "";
	display: block;
	width: 100%;
	height: 7px;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	background: #d7bfab url(../images/bottom-bg.png) no-repeat center top;
}

.copyright a {
	color: #8b817f;
}

.copyright .text {
	width: 50%;
	float: left;
}

.copyright .quick {
	width: 50%;
	float: right;
	text-align: right;
	color: #ddc8c4;
}

.copyright .quick a {
	margin-left: 10px;
	margin-right: 10px;
}

.copyright .quick a:hover {
	color: #f39801;
	text-decoration: underline;
}

.title-bread {
	background: #f39801;
	color: #fff;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	margin-bottom: 65px;
}

.title-bread .title {
	font-size: 20px;
	float: left;
	max-width: 40%;
}

.title-bread .title .en {
	font-family: arial;
	margin-left: 12px;
}

.title-bread .bread {
	font-size: 12px;
	color: #fdd99d;
	float: right;
	text-align: right;
	max-width: 60%;
}

.title-bread .bread .icon {
	max-height: 15px;
	vertical-align: top;
	margin-top: 6px;
	margin-right: 5px;
}

.title-bread .bread a {
	color: #fdd99d;
}

.title-bread .bread a:hover {
	color: #fff;
	text-decoration: underline;
}

.title-bread .bread b {
	color: #fff;
}

.inside {
	background: #232323;
	color: #b6b6b6;
	overflow: hidden;
	position: relative;
	padding-bottom: 70px;
}

.inside img {
	vertical-align: middle;
}

.inside a {
	color: #b6b6b6;
}

.inside a:hover {
	color: #f39801;
}

.classify {
	height: 44px;
	margin-bottom: 80px;
}

.classify .list {
	text-align: center;
	font-size: 0;
	height: 44px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}

.classify .slick-slider {
	overflow: inherit;
}

.classify .slick-list {
	height: 44px;
	position: relative;
	border-left: 1px #474747 solid;
	border-right: 1px #474747 solid;
}

.classify li {
	border: 1px #474747 solid;
	display: inline-block;
	width: 14.28571429%;
	text-align: center;
	margin-left: -1px;
	position: relative;
}

.classify li:after {
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background: #f39801;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.classify li a {
	display: block;
	color: #666;
	font-size: 16px;
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.classify li:hover, .classify li.active {
	color: #f39801;
	font-weight: 700;
}

.classify li:hover:after, .classify li.active:after {
	width: 100%;
}

.classify li:hover a, .classify li.active a {
	color: #f39801;
}

.classify .list-02 {
	padding-left: 0;
	padding-right: 0;
}

.classify .list-02 .slick-list {
	border: none;
}

.classify .list-02 li:first-child {
	margin-left: 0;
}

.classify .slick-prev, .classify .slick-next {
	z-index: 9;
	width: 30px;
	height: 44px;
	opacity: .7;
}

.classify .slick-prev:hover, .classify .slick-next:hover {
	opacity: 1;
}

.classify .slick-prev:before, .classify .slick-next:before {
	display: none;
}

.classify .slick-prev {
	left: 0;
	background-image: url(../images/icon/arrow-left-06.png);
	background-position: center;
	background-repeat: no-repeat;
}

.classify .slick-next {
	right: 0;
	background-image: url(../images/icon/arrow-right-06.png);
	background-position: center;
	background-repeat: no-repeat;
}

.classify .slick-disabled {
	cursor: inherit;
	opacity: .2;
}

.classify .slick-disabled:hover {
	opacity: .2;
}

.product, .fwzhx {
	overflow: hidden;
}

.product .list, .fwzhx .list {
	margin-left: -27px;
	margin-right: -27px;
	margin-bottom: 16px;
}

.product li, .fwzhx li {
	width: 33.33333333%;
	float: left;
	padding: 0 27px 54px 27px;
}

.product li a, .fwzhx li a {
	color: #fff;
}

.product li .box, .fwzhx li .box {
	display: block;
	position: relative;
}

.product li .box:before, .fwzhx li .box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px #474747 solid;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product li .pic, .fwzhx li .pic {
	position: relative;
	z-index: 1;
}

.product li .pic span, .fwzhx li .pic span {
	display: block;
	overflow: hidden;
	position: relative;
}

.product li .pic span:after, .fwzhx li .pic span:after {
	content: "";
	display: block;
	padding-top: 75%;
}

.product li img, .fwzhx li img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product li .text, .fwzhx li .text {
	padding: 20px 18px 20px 18px;
	position: relative;
	z-index: 1;
}

.product li .title, .fwzhx li .title {
	font-size: 24px;
	height: 36px;
	line-height: 36px;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product li .info, .fwzhx li .info {
	font-size: 18px;
	color: #a7a7a7;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 30px;
}

.product li .detailed, .fwzhx li .detailed {
	color: #f39801;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 5px;
}

.product li .detailed .icon, .fwzhx li .detailed .icon {
	max-height: 7px;
	margin-top: 7px;
	float: right;
}

.product li .box:hover:before, .fwzhx li .box:hover:before {
	border-color: #f39801;
}

.product li .box:hover .title, .fwzhx li .box:hover .title {
	color: #f39801;
}

.product li .box:hover .pic img, .fwzhx li .box:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.product-show, .fwzhx-show {
	color: #b6b6b6;
	font-size: 16px;
	line-height: 1.875;
}

.product-show .bigTitle, .fwzhx-show .bigTitle {
	color: #fff;
	font-size: 30px;
	border-bottom: 1px #383838 solid;
}

.product-show .bigTitle span, .fwzhx-show .bigTitle span {
	line-height: 2;
	display: inline-block;
	position: relative;
}

.product-show .bigTitle span:after, .fwzhx-show .bigTitle span:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #f39801;
	position: absolute;
	bottom: 0;
}

.product-show .title, .fwzhx-show .title {
	text-align: center;
	color: #e2e2e2;
	font-size: 36px;
	font-weight: 400;
}

.product-show .pics, .fwzhx-show .pics {
	margin: 50px auto 70px auto;
}

.product-show .slick-prev, .fwzhx-show .slick-prev, .product-show .slick-next, .fwzhx-show .slick-next {
	width: 48px;
	height: 48px;
	border: 4px #b4b4b4 solid;
	border-radius: 50%;
	z-index: 9;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product-show .slick-prev:before, .fwzhx-show .slick-prev:before, .product-show .slick-next:before, .fwzhx-show .slick-next:before {
	content: "";
}

.product-show .slick-prev, .fwzhx-show .slick-prev {
	left: 0;
	z-index: 5;
	top: 50%;
	margin-top: 0;
	background: url(../images/icon/arrow-left-07.png) no-repeat center center;
}

.product-show .slick-prev:hover, .fwzhx-show .slick-prev:hover {
	background: url(../images/icon/arrow-left-08.png) no-repeat center center;
	border-color: #f39801;
}

.product-show .slick-next, .fwzhx-show .slick-next {
	right: 0;
	z-index: 5;
	top: 50%;
	margin-top: 0;
	background: url(../images/icon/arrow-right-07.png) no-repeat center center;
}

.product-show .slick-next:hover, .fwzhx-show .slick-next:hover {
	background: url(../images/icon/arrow-right-08.png) no-repeat center center;
	border-color: #f39801;
}

.product-show .slick-disabled, .fwzhx-show .slick-disabled {
	cursor: inherit;
}

.product-show .slick-prev.slick-disabled:hover, .fwzhx-show .slick-prev.slick-disabled:hover {
	border-color: #b4b4b4;
	background: url(../images/icon/arrow-left-07.png) no-repeat center center;
}

.product-show .slick-next.slick-disabled:hover, .fwzhx-show .slick-next.slick-disabled:hover {
	border-color: #b4b4b4;
	background: url(../images/icon/arrow-right-07.png) no-repeat center center;
}

.product-show .big, .fwzhx-show .big {
	width: 100%;
	max-height: 750px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

.product-show .big .pic, .fwzhx-show .big .pic {
	margin: auto;
	max-width: 1000px;
	background: #ebebeb;
	display: block;
	position: relative;
}

.product-show .big .pic:after, .fwzhx-show .big .pic:after {
	content: "";
	display: block;
	padding-top: 75%;
}

.product-show .small, .fwzhx-show .small {
	margin-top: 1px;
	max-width: 1000px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-height: 126px;
	overflow: hidden;
}

.product-show .small .pic, .fwzhx-show .small .pic {
	padding: 1px;
}

.product-show .small .pic i, .fwzhx-show .small .pic i {
	background: #ebebeb;
	cursor: pointer;
	width: 100%;
	display: block;
	position: relative;
}

.product-show .small .pic i:after, .fwzhx-show .small .pic i:after {
	content: "";
	display: block;
	padding-top: 75%;
}

.product-show .small .pic:hover i:before, .fwzhx-show .small .pic:hover i:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	border: 2px #f39801 solid;
	top: 0;
	left: 0;
}

.product-show .small .slick-current .pic i:before, .fwzhx-show .small .slick-current .pic i:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	border: 2px #f39801 solid;
	top: 0;
	left: 0;
}

.product-show .nr, .fwzhx-show .nr {
	padding: 30px 0 40px 0;
}

.product-show .btns, .fwzhx-show .btns {
	text-align: center;
}

.product-show .btns a, .fwzhx-show .btns a {
	display: inline-block;
	border: 1px #f39801 solid;
	color: #f39801;
	font-size: 20px;
	padding: 0 10px;
	min-width: 160px;
	line-height: 43px;
	text-align: center;
	border-radius: 45px;
	margin: 0 3px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product-show .btns .a-01, .fwzhx-show .btns .a-01 {
	background: #f39801;
	color: #fff;
}

.product-show .btns .a-01:hover, .fwzhx-show .btns .a-01:hover {
	background: #dea505;
}

.product-show .btns .a-02:hover, .fwzhx-show .btns .a-02:hover {
	background: #2e2921;
}

.recommend, .related {
	background: #2a2b2b;
	color: #2a2b2b;
	padding-top: 50px;
	padding-bottom: 70px;
}

.recommend .list, .related .list {
	margin-bottom: 3px;
}

.recommend .bigTitle, .related .bigTitle {
	line-height: 60px;
	margin-bottom: 20px;
}

.recommend .bigTitle .cn, .related .bigTitle .cn {
	font-size: 36px;
	color: #d3d3d3;
	margin-right: 5px;
}

.recommend .bigTitle .en, .related .bigTitle .en {
	font-family: Olympia-BoldCond;
	font-size: 30px;
	color: #7e7e7e;
}

.recommend .more, .related .more {
	text-align: right;
	font-size: 24px;
	font-family: Olympia-BoldCond;
	line-height: 1;
}

.recommend .more a, .related .more a {
	color: #7e7e7e;
	display: inline-block;
	border-bottom: 3px #f39801 solid;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.recommend .more a:hover, .related .more a:hover {
	color: #fff;
	padding: 0 10px;
}

.fwzhx.recommend .more {
	margin-bottom: 0;
}

.home-news.related .list {
	padding-bottom: 0;
}

.fwzhx dl {
	overflow: hidden \9;
}

.fwzhx dl {
	position: relative;
}

.fwzhx dl:before {
	content: "";
	display: block;
	width: 400%;
	left: -150%;
	height: 1px;
	background: #2c2c2c;
	position: absolute;
	bottom: 0;
}

.fwzhx dl:after {
	content: "";
	display: block;
	clear: both;
}

.fwzhx dl:last-child:before {
	display: none;
}

.fwzhx dl dd {
	overflow: hidden;
}

.fwzhx .bt {
	font-weight: 700;
	margin-top: 42px;
	margin-bottom: 40px;
	font-size: 30px;
	color: #fff;
	position: relative;
}

.fwzhx .bt:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #f39801;
	margin-right: 9px;
}

.fwzhx .list-02 {
	margin-bottom: 0;
}

.fwzhx .more {
	width: 100%;
	height: 40px;
	text-align: right;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 54px;
}

.fwzhx .more a {
	color: #939393;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.fwzhx .more a:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 12px;
	background: url(../images/icon/arrow-down-01.png) no-repeat right center;
	margin-left: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.fwzhx .more a:hover {
	color: #f39801;
	margin-right: 20px;
}

.fwzhx .more.up a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.video .list {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}

.video li {
	width: 33.33333333%;
	float: left;
	padding: 0 15px 40px 15px;
}

.video li a {
	color: #fff;
}

.video li .box {
	display: block;
	position: relative;
}

.video li .box:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px #474747 solid;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.video li .pic {
	position: relative;
	z-index: 1;
	padding: 20px 20px 0 20px;
}

.video li .pic span {
	display: block;
	overflow: hidden;
	position: relative;
}

.video li .pic span:after {
	content: "";
	display: block;
	padding-top: 72.22222222%;
}

.video li .pic em {
	display: block;
	width: 56px;
	height: 56px;
	background: url(../images/icon/play.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.video li img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.video li .text {
	padding: 20px 18px 20px 18px;
	position: relative;
	z-index: 1;
}

.video li .title {
	font-size: 22px;
	height: 36px;
	line-height: 36px;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.video li .info {
	font-size: 16px;
	color: #a7a7a7;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 30px;
}

.video li .detailed {
	color: #f39801;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 5px;
}

.video li .detailed .icon {
	max-height: 7px;
	margin-top: 7px;
	float: right;
}

.video li .box:hover:before {
	border-color: #f39801;
}

.video li .box:hover .title {
	color: #f39801;
}

.video li .box:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.video li .box:hover .pic em {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.shxjxb {
	line-height: 2;
	padding-bottom: 30px;
	font-size: 20px;
}

.shxjxb .container {
	max-width: 1000px;
}

.shxjxb .title {
	font-weight: 400;
	text-align: center;
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
}

.shxjxb .pic {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	border: 2px #f39801 dotted;
	width: initial;
	padding: 11px;
}

.shxjxb .p-01 {
	color: #f39801;
	font-weight: 700;
}

.shxjxb .p-02 {
	position: relative;
	background: url(../images/icon/right.png) no-repeat 1px 10px;
	padding-left: 21px;
}

.shxjxb .span-01 {
	margin-right: 20px;
}

.shxjxb .message .list {
	padding-top: 55px;
	max-width: 550px;
	margin-left: -5px;
	margin-right: -5px;
}

.shxjxb .message li {
	padding: 0 5px;
	position: relative;
	margin-bottom: 20px;
}

.shxjxb .message .bt {
	margin-bottom: 5px;
}

.shxjxb .message .bt .span-01 {
	color: #656565;
	font-size: 14px;
}

.shxjxb .message .box {
	position: relative;
}

.shxjxb .message .required {
	color: #f39801;
	font-size: 14px;
	margin-right: 5px;
}

.shxjxb .message .div-01 {
	position: relative;
}

.shxjxb .message .div-01 .icon {
	display: block;
	height: 20px;
	position: absolute;
	left: 8px;
	top: 5px;
}

.shxjxb .message .li-01 {
	clear: both;
}

.shxjxb .message .li-02 {
	width: 50%;
	float: left;
	clear: none;
}

.shxjxb .message .select {
	position: relative;
}

.shxjxb .message .select:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #f39801 transparent transparent transparent;
	position: absolute;
	right: 15px;
	top: 15px;
}

.shxjxb .message select {
	border: 1px #f39801 solid;
	line-height: 38px;
	height: 40px;
	width: 100%;
	font-size: 16px;
	color: #999;
	padding-left: 10px;
	padding-right: 40px;
	padding-right: 0px \9;
	-webkit-appearance: none;
	background: transparent;
	border-radius: 0;
}

.shxjxb .message input, .shxjxb .message textarea {
	border: 1px #f39801 solid;
	line-height: 38px;
	height: 40px;
	color: #fff;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 20px;
	font-size: 14px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
}

.shxjxb .message input:focus, .shxjxb .message textarea:focus {
	border: 1px #f39801 solid;
	-webkit-box-shadow: 0 0 5px 0 #f39801;
	box-shadow: 0 0 5px 0 #f39801;
}

.shxjxb .message textarea {
	min-height: 160px;
}

.shxjxb .message .yzhm input {
	width: 40%;
	float: left;
}

.shxjxb .message .yzhm img {
	margin-right: 5px;
}

.shxjxb .message .a-01 {
	color: #f39801;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 5px;
}

.shxjxb .message .a-01:hover {
	color: #000;
}

.shxjxb .message .verify {
	max-height: 40px;
	vertical-align: middle;
	margin-left: 5px;
}

.shxjxb .message .btns {
	padding-top: 20px;
	margin-bottom: 0;
}

.shxjxb .message .submit, .shxjxb .message .reset {
	display: inline-block;
	min-width: 160px;
	padding: 0 10px;
	text-align: center;
	line-height: 43px;
	color: #fff;
	border-radius: 3px;
	font-size: 20px;
	border-radius: 45px;
}

.shxjxb .message .submit {
	margin-right: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px #f39801 solid;
	background: #f39801;
}

.shxjxb .message .submit:hover {
	background: #cb7f00;
}

.shxjxb .message .reset {
	background: #c2c2c2;
	border: 2px #c2c2c2 solid;
	color: #545454;
}

.shxjxb .message .reset:hover {
	background: #1d74cc;
	border: 2px #1d74cc solid;
	color: #fff;
}

.shxjxb .message .name, .shxjxb .message .gender {
	width: 50%;
}

.shhhc .tabs {
	background: #2a2b2b;
	padding-top: 30px;
	padding-bottom: 60px;
	margin-bottom: 70px;
}

.shhhc .tabsMenu {
	border-bottom: 3px #474747 solid;
	margin-bottom: 50px;
}

.shhhc .tabsMenu .list {
	width: 80%;
	float: left;
}

.shhhc .tabsMenu li {
	float: left;
	font-size: 16px;
	font-weight: 700;
	margin-right: 45px;
	position: relative;
}

.shhhc .tabsMenu li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #f39801 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: auto;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.shhhc .tabsMenu li a {
	display: inline-block;
	line-height: 44px;
	color: #fff;
	position: relative;
}

.shhhc .tabsMenu li a:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #f39801;
	vertical-align: middle;
	margin-right: 8px;
}

.shhhc .tabsMenu li a:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #f39801;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.shhhc .tabsMenu li.active:after, .shhhc .tabsMenu li:hover:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.shhhc .tabsMenu li.active a:after, .shhhc .tabsMenu li:hover a:after {
	width: 100%;
}

.shhhc .tabsMenu .search {
	width: 20%;
	max-width: 242px;
	float: right;
	position: relative;
}

.shhhc .tabsMenu .search input {
	width: 100%;
	padding: 0 12px;
	line-height: 34px;
	height: 36px;
	background: #262626;
	border: 1px #333 solid;
	font-size: 16px;
}

.shhhc .tabsMenu .search input::-webkit-input-placeholder {
	color: #bdbdbd;
}

.shhhc .tabsMenu .search input::-moz-placeholder {
	color: #bdbdbd;
}

.shhhc .tabsMenu .search input:-ms-input-placeholder {
	color: #bdbdbd;
}

.shhhc .tabsMenu .search input:focus {
	color: #fff;
	border: 1px #f39801 solid;
	-webkit-box-shadow: 0 0 5px 0 #f39801;
	box-shadow: 0 0 5px 0 #f39801;
}

.shhhc .tabsMenu .search .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	max-height: 20px;
	margin: auto;
}

.shhhc .tabsSec li {
	width: 50%;
	float: left;
	line-height: 42px;
}

.shhhc .tabsSec .box {
	display: block;
}

.shhhc .tabsSec .box .date {
	color: #9f9f9f;
	float: left;
	width: 80px;
	margin-right: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.shhhc .tabsSec .box .title {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size:16px;
	white-space: nowrap;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.shhhc .tabsSec .box:hover .date {
	margin-right: 30px;
}

.shhhc .tabsSec .box:hover .title {
	color: #f39801;
}

.show .title {
	text-align: center;
	color: #dbdbdb;
	font-size: 38px;
	font-weight: 400;
	margin-bottom: 20px;
}

.show .info {
	text-align: center;
	color: #808080;
	font-size: 12px;
	border-bottom: 1px #4c4c4c solid;
	padding-bottom: 27px;
}

.show .info .source, .show .info .date, .show .info .view {
	margin: 0 8px;
}

.show .nr {
	font-size: 18px;
	line-height: 2;
	padding: 40px 0 100px 0;
}

.show .prev-next {
	margin-bottom: 50px;
}

.show .prev-next li {
	width: 50%;
	float: left;
	line-height: 40px;
}

.show .prev-next li a {
	display: block;
	background: #2f2f2f;
	padding: 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #a8a8a8;
}

.show .prev-next li a:hover {
	background: #f39801;
	color: #fff;
}

.show .prev-next .prev {
	padding-right: 1px;
	border-left: 3px #f39801 solid;
}

.show .prev-next .next {
	text-align: right;
	border-right: 3px #f39801 solid;
}

.show .btns {
	text-align: center;
}

.show .btns a {
	display: inline-block;
	border: 1px #f39801 solid;
	color: #f39801;
	font-size: 20px;
	padding: 0 10px;
	min-width: 160px;
	line-height: 43px;
	text-align: center;
	border-radius: 45px;
	margin: 0 3px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.show .btns .a-01 {
	background: #f39801;
	color: #fff;
}

.show .btns .a-01:hover {
	background: #dea505;
}

.show .btns .a-02:hover {
	background: #2e2921;
}

.news .bigTitle {
	text-align: center;
}

.news .bigTitle .en {
	display: block;
	color: #f39801;
	font-size: 60px;
	font-family: Olympia-BoldCond;
	line-height: 1;
}

.news .bigTitle .cn {
	display: block;
	color: #b6b6b6;
	font-size: 36px;
	line-height: 1;
}

.news .list {
	padding-top: 45px;
	margin-bottom: 10px;
}

.news li {
	padding: 0 0 60px 0;
	clear: both;
	position: relative;
}

.news li:nth-child(2n) .box:after {
	background: #2b2b2b;
}

.news li .box {
	display: block;
	padding: 40px 0;
	position: relative;
}

.news li .box:after {
	content: "";
	display: block;
	border: 1px #474747 solid;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news li .box .pic {
	width: 32%;
	max-width: 390px;
	margin-right: 40px;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin-left: -40px;
	display: block;
}

.news li .box .pic:after {
	content: "";
	display: block;
	padding-top: 62.82051282%;
}

.news li .box .pic img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news li .box .text {
	position: relative;
	z-index: 1;
	padding-top: 5px;
	padding-bottom: 11px;
	padding-right: 30px;
}

.news li .box .bt {
	font-size: 20px;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news li .box .info {
	color: #756a51;
	height: 30px;
	line-height: 30px;
	margin: 0 0 15px 0;
}

.news li .box .info img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}

.news li .box .info .view {
	display: inline-block;
	margin-right: 10px;
	background: url(../images/icon/view.png) no-repeat left center;
	padding-left: 23px;
}

.news li .box .info .date {
	background: url(../images/icon/date.png) no-repeat left center;
	padding-left: 23px;
}

.news li .box .jsh {
	font-size: 16px;
	color: #a7a7a7;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 25px;
}

.news li .box .detailed em {
	font-style: normal;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	min-width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-bottom: 3px #f39801 solid;
}

.news li .box .detailed .en {
	margin-right: 10px;
}

.news li .box:hover:after {
	border-color: #f39801;
	background: #f39801;
	color: #fff;
}

.news li .box:hover .pic img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.news li .box:hover .text:before {
	width: 0;
}

.news li .box:hover .text:after {
	width: 100%;
}

.news li .box:hover .info {
	color: #fff;
}

.news li .box:hover .info .view {
	background: url(../images/icon/view-02.png) no-repeat left center;
}

.news li .box:hover .info .date {
	background: url(../images/icon/view-02.png) no-repeat left center;
	padding-left: 23px;
}

.news li .box:hover .jsh {
	color: #fff;
}

.news li .box:hover .detailed em {
	padding: 0 20px;
	border-color: #fff;
}

.download .list {
	padding-bottom: 70px;
}

.download .list li {
	padding: 45px 0;
}

.download .list li:nth-child(2n-1) {
	background: #2a2b2b;
}

.download .list .box {
	display: block;
	position: relative;
	padding-right: 240px;
}

.download .list .title {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.download .list .title a {
	color: #fff;
}

.download .list .title img {
	max-height: 30px;
	vertical-align: middle;
	float: left;
	margin-right: 15px;
}

.download .list .info {
	font-size: 18px;
	color: #a7a7a7;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}

.download .list .btn {
	position: absolute;
	right: 0;
	top: 30px;
}

.download .list .btn a {
	display: inline-block;
	text-align: center;
	background: #f39801;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
	padding: 0 10px;
	min-width: 160px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.download .list .btn a:hover {
	background: #dea505;
}

.download .list .btn img {
	max-height: 14px;
	margin-left: 10px;
	vertical-align: middle;
}

.download .list li:hover .title {
	color: #f39801;
	padding-left: 10px;
}

.download .list li:hover .title a {
	color: #f39801;
}

.cooperation {
	padding-top: 30px;
}

.cooperation .title-01 {
	text-align: center;
	line-height: 1;
	position: relative;
}

.cooperation .title-01 .cn {
	color: #f39801;
	font-size: 48px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.cooperation .title-01 .en {
	position: absolute;
	z-index: 0;
	top: -67px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #282828;
	font-size: 150px;
	font-family: Olympia-BoldCond;
}

.cooperation .equal {
	text-align: center;
	margin-top: 25px;
}

.cooperation .equal .box {
	display: inline-block;
	text-align: center;
	border: 2px #f39801 solid;
	font-size: 36px;
	color: #fff;
	line-height: 70px;
	padding: 0 30px;
	position: relative;
}

.cooperation .equal .box:before, .cooperation .equal .box:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 18px 0 18px;
	border-color: #f39801 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -24px;
}

.cooperation .equal .box:after {
	border-color: #232323 transparent transparent transparent;
	bottom: -21px;
}

.cooperation .bigTitle {
	text-align: center;
	line-height: 1;
}

.cooperation .bigTitle .box {
	padding: 0 20px 0 20px;
	display: inline-block;
	position: relative;
}

.cooperation .bigTitle .cn {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}

.cooperation .bigTitle .en {
	color: #f39801;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}

.cooperation .bigTitle .line {
	width: 100%;
	height: 14px;
	padding: 3px 0;
	margin-top: 8px;
	position: relative;
}

.cooperation .bigTitle .line:before, .cooperation .bigTitle .line:after {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	background: #f39801;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cooperation .bigTitle .line:before {
	left: -7px;
}

.cooperation .bigTitle .line:after {
	right: -7px;
}

.cooperation .bigTitle .line em {
	display: block;
	width: 8px;
	height: 8px;
	background: #f39801;
	margin: auto;
}

.cooperation .about {
	background: #2b2b2b;
	margin-top: 60px;
	padding-top: 50px;
}

.cooperation .gywm {
	padding-bottom: 110px;
}

.cooperation .gywm .nr {
	padding-top: 40px;
	color: #b6b6b6;
	font-size: 18px;
	line-height: 2;
}

.cooperation .shwhz .list {
	padding-top: 50px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.cooperation .shwhz li {
	clear: both;
	position: relative;
}

.cooperation .shwhz li:after {
	content: "";
	display: block;
	clear: both;
}

.cooperation .shwhz li:before {
	content: "";
	display: block;
	width: 200%;
	height: 100%;
	background: url(../images/dot-bg.png) repeat;
	position: absolute;
	left: -200%;
	top: 0;
}

.cooperation .shwhz li .box {
	position: relative;
	margin: auto;
}

.cooperation .shwhz li .box .num {
	background: #f39801;
	color: #fff;
	font-family: Bahnschrift;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	position: absolute;
	top: 0;
	left: -50px;
}

.cooperation .shwhz li .pic {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}

.cooperation .shwhz li .pic:after {
	content: "";
	display: block;
	padding-top: 61.66666667%;
}

.cooperation .shwhz li .text {
	width: 50%;
	float: left;
	padding-top: 80px;
	padding-left: 70px;
	text-align: right;
}

.cooperation .shwhz li .title {
	line-height: 1;
	position: relative;
	margin-bottom: 25px;
}

.cooperation .shwhz li .title .cn {
	font-weight: 700;
	color: #f39801;
	font-size: 24px;
	position: relative;
	z-index: 1;
}

.cooperation .shwhz li .title .en {
	font-size: 86px;
	font-family: Olympia-BoldCond;
	color: #303030;
	position: absolute;
	z-index: 0;
	bottom: -30px;
	width: 100%;
	right: 0;
}

.cooperation .shwhz li .info {
	line-height: 28px;
	font-size: 17px;
}

.cooperation .shwhz li:nth-child(2n):before {
	left: auto;
	right: -200%;
}

.cooperation .shwhz li:nth-child(2n) .box .num {
	right: -50px;
	left: auto;
}

.cooperation .shwhz li:nth-child(2n) .pic {
	float: right;
}

.cooperation .shwhz li:nth-child(2n) .text {
	float: left;
	text-align: left;
	padding-left: 0;
	padding-right: 70px;
}

@media screen and (max-width:1280px) {
	.cooperation .shwhz {
		padding-left: 45px;
		padding-right: 45px;
	}
}

.cooperation .advantagge {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px #353535 solid;
}

.cooperation .advantagge .list {
	padding-top: 60px;
}

.cooperation .advantagge .list li {
	width: 33.33333333%;
	float: left;
}

.cooperation .advantagge .list .box {
	text-align: center;
}

.cooperation .advantagge .list .circle {
	width: 308px;
	height: 308px;
	padding-top: 60px;
	border-radius: 50%;
	margin: auto;
	background: url(../images/circle-02.png) center center;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
}

.cooperation .advantagge .list .circle:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.cooperation .advantagge .list .circle:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.cooperation .advantagge .list .pic {
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 1;
	margin: 0 auto 0 auto;
}

.cooperation .advantagge .list .title {
	color: #f39801;
	font-size: 28px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 217px;
	margin: 20px auto;
	position: relative;
	z-index: 1;
}

.cooperation .advantagge .list .info {
	color: #b6b6b6;
	font-size: 18px;
	line-height: 2;
	position: relative;
	z-index: 1;
	margin-top: 20px;
}

.cooperation .advantagge .list .box:hover .circle:before {
	background: url(../images/circle-03.png) center center;
}

.cooperation .advantagge .list .box:hover .circle:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.cooperation .advantagge .list .box:hover .title {
	color: #fff;
}

.cooperation .advantagge .list .li-01 .circle:after {
	background: url(../images/circle-04.png) center center;
}

.cooperation .advantagge .list .li-02 .circle:after {
	background: url(../images/circle-05.png) center center;
}

.cooperation .advantagge .list .li-03 .circle:after {
	background: url(../images/circle-06.png) center center;
}

.cooperation .hzal {
	background: url(../images/hzal-bg.jpg) no-repeat center top;
	background-size: cover;
	min-height: 640px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.cooperation .hzal .list {
	padding-top: 110px;
	text-align: center;
}

.cooperation .hzal .list li {
	display: inline-block;
	padding: 0 65px;
}

.cooperation .hzal .list .pic {
	display: block;
	width: 228px;
	height: 198px;
	background: url(../images/icon/hexagon-05.png) no-repeat center center;
	position: relative;
	margin: auto;
	overflow: hidden;
}

.cooperation .hzal .list img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.cooperation .hzal .list .text {
	padding-top: 35px;
}

.cooperation .hzal .list .title {
	font-size: 24px;
	color: #fff;
}

.cooperation .hzal .list .box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.cooperation .lxwm {
	background: url(../images/map-bg.jpg) no-repeat center top;
	min-height: 625px;
	padding-top: 50px;
}

.cooperation .lxwm .nr {
	width: 545px;
	height: 402px;
	background: url(../images/lxwm-bg.png) no-repeat center center;
	color: #fff;
	margin-top: 50px;
	font-size: 20px;
	padding-top: 50px;
	margin-left: 410px;
	padding-left: 130px;
}

.cooperation .lxwm .p-01 {
	position: relative;
	padding: 9px 0;
}

.cooperation .lxwm .p-01 .icon {
	max-height: 24px;
	margin-right: 15px;
	margin-top: 2px;
}

.cooperation .lxwm .p-01 img {
	vertical-align: top;
}

.job img {
	vertical-align: middle;
}

.job .pics-text {
	clear: both;
	line-height: 36px;
	padding-bottom: 70px;
	border-bottom: 1px #424242 solid;
}

.job .pics-text .pics {
	float: left;
}

.job .pics-text .text {
	float: right;
	padding-top: 20px;
}

.job .pics-text .title {
	position: relative;
	line-height: 1;
	margin-bottom: 10px;
}

.job .pics-text .title .cn {
	color: #f39801;
	font-size: 36px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.job .pics-text .title .en {
	position: absolute;
	z-index: 0;
	left: 0;
	top: -24px;
	font-size: 72px;
	color: #282828;
	font-family: Olympia-BoldCond;
}

.job .item {
	position: relative;
	color: #999;
	line-height: 2;
}

.job .item .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 45px;
	font-weight: 700;
	color: #f39801;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-bottom: 1px #f39801 solid;
	padding-top: 30px;
}

.job .item .title .icon {
	display: block;
	position: absolute;
	top: 41px;
	right: 20px;
	margin: auto;
	width: 23px;
	height: 23px;
	border: 1px #f39801 solid;
	border-radius: 50%;
	background: url(../images/icon/arrow-down-02.png) no-repeat center center;
}

.job .item .span-01 {
	display: block;
	width: 33%;
	float: left;
}

.job .item .span-02 {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
}

.job .item dd {
	height: 0;
	overflow: hidden;
}

.job .item dd .nr {
	padding: 30px 0 50px 0;
	color: #999;
	border-bottom: 1px #f39801 solid;
}

.job .item dd .hd {
	border-bottom: 1px #575757 dotted;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-right: 200px;
	position: relative;
	min-height: 100px;
}

.job .item dd .div-01 {
	float: left;
}

.job .item dd .div-01 > div {
	min-width: 360px;
	padding-right: 10px;
	display: inline-block;
}

.job .item dd .btns {
	position: absolute;
	right: 0;
	top: 10px;
}

.job .item dd .btns a {
	display: inline-block;
	border: 1px #f39801 solid;
	padding: 0 10px;
	min-width: 160px;
	line-height: 43px;
	border-radius: 45px;
	text-align: center;
	color: #f39801;
	font-size: 16px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.job .item dd .btns a img {
	margin-left: 5px;
}

.job .item dd .btns a:hover {
	background: #2e2921;
}

.job .item dd .p-01 {
	font-weight: 700;
	color: #fff;
}

.job .item.cur dt .icon {
	background: #f39801 url(../images/icon/arrow-up-02.png) no-repeat center center;
}

.job .item.cur dd {
	height: auto;
}

.job .item .title:hover .icon {
	background: #f39801 url(../images/icon/arrow-up-02.png) no-repeat center center;
}

.contact .bigTitle {
	line-height: 60px;
	border-bottom: 1px #383838 solid;
	clear: both;
}

.contact .bigTitle .cn {
	float: left;
	color: #d3d3d3;
	font-size: 22px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.contact .bigTitle .cn:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #f39801;
	position: absolute;
	bottom: -1px;
}

.contact .bigTitle .en {
	color: #f39801;
	font-size: 30px;
	font-family: Olympia-BoldCond;
	display: inline-block;
	float: left;
}

.contact .container {
	max-width: 1200px;
}

.contact .message {
	width: 50%;
	line-height: 40px;
	float: left;
}

/*.contact .message .list {
	padding-top: 35px;
	max-width: 780px;
}

.contact .message li {
	padding: 0 15px 0 0;
	position: relative;
	margin-bottom: 20px;
}

.contact .message .bt {
	color: #b6b6b6;
	margin-bottom: 5px;
}

.contact .message .bt .span-01 {
	color: #656565;
	font-size: 14px;
}

.contact .message .box {
	position: relative;
}

.contact .message .required {
	color: #f00;
	font-size: 14px;
	margin-left: 5px;
}

.contact .message .div-01 {
	position: relative;
}

.contact .message .div-01 .icon {
	display: block;
	height: 20px;
	position: absolute;
	left: 8px;
	top: 5px;
}

.contact .message .li-01 {
	clear: both;
}

.contact .message .li-02 {
	width: 50%;
	float: left;
	clear: none;
}

.contact .message .select {
	position: relative;
}

.contact .message .select:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #f39801 transparent transparent transparent;
	position: absolute;
	right: 15px;
	top: 15px;
}

.contact .message select {
	border: 1px #f39801 solid;
	line-height: 38px;
	height: 40px;
	width: 100%;
	font-size: 16px;
	color: #999;
	padding-left: 10px;
	padding-right: 40px;
	padding-right: 0px \9;
	-webkit-appearance: none;
	background: transparent;
	border-radius: 0;
}

.contact .message input, .contact .message textarea {
	background: #383838;
	border: 1px #383838 solid;
	line-height: 38px;
	height: 40px;
	color: #fff;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
}

.contact .message input:focus, .contact .message textarea:focus {
	border: 1px #f39801 solid;
	-webkit-box-shadow: 0 0 5px 0 #f39801;
	box-shadow: 0 0 5px 0 #f39801;
}

.contact .message textarea {
	min-height: 150px;
}

.contact .message .yzhm {
	padding: 10px 0;
	text-align: center;
}

.contact .message .yzhm input {
	width: 135px;
	margin-left: 5px;
}

.contact .message .yzhm img {
	margin-right: 5px;
}

.contact .message .a-01 {
	color: #f39801;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 5px;
}

.contact .message .a-01:hover {
	color: #000;
}

.contact .message .verify {
	max-height: 40px;
	vertical-align: middle;
	margin-left: 5px;
}

.contact .message .btns {
	margin-bottom: 0;
}

.contact .message .submit, .contact .message .reset {
	display: inline-block;
	min-width: 160px;
	padding: 0 10px;
	text-align: center;
	line-height: 43px;
	color: #fff;
	border-radius: 3px;
	font-size: 18px;
	border-radius: 45px;
}

.contact .message .submit {
	width: 100%;
	border-radius: 0;
	margin-right: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 1px #f39801 solid;
	background: #f39801;
}

.contact .message .submit:hover {
	background: #cb7f00;
}

.contact .message .reset {
	background: #c2c2c2;
	border: 2px #c2c2c2 solid;
	color: #545454;
}

.contact .message .reset:hover {
	background: #1d74cc;
	border: 2px #1d74cc solid;
	color: #fff;
}

.contact .message .name, .contact .message .gender {
	width: 50%;
}*/

.contact .message .nr {
	padding-top: 35px;
}

.contact .message .p-01 .icon {
	max-height: 24px;
	margin-right: 10px;
	margin-top: -3px;
}

.contact .lxfsh {
	width: 50%;
	float: left;
	padding-left: 60px;
	font-size: 16px;
	color: #d3d3d3;
	line-height: 40px;
}

.contact .lxfsh a {
	color: #d3d3d3;
}

.contact .lxfsh a:hover {
	color: #f39801;
}

.contact .lxfsh .nr {
	padding-top: 35px;
}

.contact .lxfsh .p-01 .icon {
	max-height: 24px;
	margin-right: 10px;
	margin-top: -3px;
}

#allmap {
	margin-top: 30px;
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 10px;
}

#allmap img {
	max-width: none;
	max-height: none;
}

.anchorBL {
	display: none;
}

.sitemap {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 16px;
}

.sitemap dl {
	border: #2c2c2c solid 1px;
	border-top: #f39801 solid 2px;
	border-bottom: none;
	margin: 20px 0 20px 0;
}

.sitemap dl dt {
	color: #eee;
	font-size: 22px;
	line-height: 40px;
	border-bottom: #2c2c2c solid 1px;
	padding: 0 0 0 20px;
}

.sitemap dl dt img {
	margin-left: 20px;
}

.sitemap dl dt a {
	color: #eee;
}

.sitemap dl dd {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	padding-top: 10px;
	border-bottom: #2c2c2c solid 1px;
}

.sitemap dl dd div {
	clear: both;
	overflow: hidden;
	line-height: 30px;
	border-bottom: #2c2c2c solid 1px;
	padding: 0 20px 10px 10px;
	margin-bottom: -1px;
}

.sitemap dl dd div a {
	color: #b6b6b6;
	float: left;
	padding: 0 10px 0 10px;
}

.sitemap dl dd div a:hover {
	color: #003e7e;
	background: #f39801;
	color: #fff;
}

.sitemap dl:hover dt a {
	color: #f39801;
}

.sitemap dl .p2 {
	font-weight: 700;
	padding-left: 20px;
	font-size: 14px;
}

#maodian{position:absolute; height:1px; top:-95px;}


.xzshaer{width: 50%;float: right; margin-top:30px;}

.xzshaer a{display:block; width:44px; height:44px; float:left;margin-left: 20px; position:relative;}

.xzshaer i{
	width: 150px;
	height: 150px;
	position: absolute;
	z-index: 999;
	top: 30px;
	padding: 20px;
	left: 50%;
	margin-left: -75px;
	display: none;
}

.xzshaer a:hover i{
	display: block;
}

.xzshaer .weibo{background:url(../images/icon/icon-share1.png) center center;}

.xzshaer .weixin{background:url(../images/icon/icon-share2.png) center center;}

.xzshaer .bili{background:url(../images/icon/icon-sharebili.png) center center;}

.xzshaer .douyin{background:url(../images/icon/icon-sharedy.png) center center;}

.xzshaer .kuaishou{background:url(../images/icon/icon-shareks.png) center center;}

