@charset "utf-8";

/* 
 * Project Name:盛和资源
 * 
 */

@font-face {
	font-family: 'BrownStd-Regular';
	src: url('fonts/BrownStd-Regular.woff2') format('woff2'), url('fonts/BrownStd-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BrownStd-Light';
	src: url('fonts/BrownStd-Light.woff2') format('woff2'), url('fonts/BrownStd-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 "PingFang SC", "SourceHanSansCN-Regular", "Microsoft YaHei UI", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #333;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.tx-c {
	text-align: center;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.db {
	display: block;
}

.wzbs {
	color: #fff !important;
}

.fixedImg {
	background-repeat: no-repeat;
	background-size: cover;
}

.imgw {
	width: 100%;
	display: block;
}

.eT {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/w0.png) no-repeat;
	z-index: 99;
}

.pageC a:link,
.pageC a:visited {
	color: #0061AE;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}

.pageC table {
	width: 100% !important;
}

.load-words.target span {
	opacity: 0;
	visibility: hidden;
}

.action.load-words span {
	visibility: visible;
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: wordsRightFade;
	animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes wordsRightFade {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

@keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.w1400 {
	width: 1400px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1612 {
	width: 84%;
	margin: 0 auto;
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1200;
	transition: 0.45s;
}

.header.syactive {
	background: rgba(0, 0, 0, .5);
}

.header.active,
.header.mractive {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.header.active .hlimg1,
.header.mractive .hlimg1 {
	display: none;
}

.header.active .hlimg2,
.header.mractive .hlimg2 {
	display: inline-block;
}

.header.active .ntoa,
.header.mractive .ntoa,
.header.active .nlicon,
.header.mractive .nlicon,
.header.active .nlyy,
.header.mractive .nlyy,
.header.active .yj-bot .yj-link,
.header.mractive .yj-bot .yj-link,
.header.active .nrsicon,
.header.mractive .nrsicon,
.header.active .hlgd strong,
.header.mractive .hlgd strong,
.header.active .hlgd em,
.header.mractive .hlgd em{
	color: #333333;
}

.head-wrap {
	position: relative;
	padding: 0 2%;
}

.head-logo {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
}
.head-logo a{
	display: inline-block;
	vertical-align: middle;
}
.hlgd{
	display: inline-block;
	vertical-align: middle;
}
.hlgd em{
	display: block;
	font-style: normal;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}
.hlgd strong{
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
}
.hlgd strong sup{
	font-size: 12px;
}
.head-logo img {
	vertical-align: middle;
	width: 100%;
}

.hlimg1 {
	display: inline-block;
}

.hlimg2 {
	display: none;
}

.header .nav {
	position: relative;
	float: right;
}

.nav-top {
	text-align: right;
	line-height: 1.5;
	margin-top: 14px;
}

.ntoa,
.ntlg {
	display: inline-block;
	vertical-align: middle;
}

.ntoa {
	color: #fff;
	font-size: 14px;
}

.ntoa:hover {
	color: #D3000D;
}

.ntlg {
	/* margin-left: 30px;
	padding-left: 20px;
	border-left: 1px solid #fff; */
	line-height: 1;
}

.nav-cd {
	line-height: 1.2;
	margin-top: 18px;
}

.nlicon {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
}

.nlyy {
	display: inline-block;
	vertical-align: middle;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
}

.nlyy option {
	color: #555;
}

.header .yj-bot {
	float: left;
}

.hwr {
	position: relative;
	float: right;
	padding-left: 89px;
	padding-bottom: 29px;
}

.nrsicon {
	display: block;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.search-down {
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	height: 38px;
	line-height: 38px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.4s;
	transform: translateY(30px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.search-down .text {
	box-sizing: border-box;
	float: right;
	width: 150px;
	height: 38px;
	line-height: 38px;
	color: #004E7B;
	background: #fff;
	outline: none;
	border: none;
	color: #333;
	font-size: 14px;
}

.search-down .sub {
	display: block;
	margin-left: 12px;
	float: left;
	color: #333333;
	font-size: 18px;
	background: none;
	border: none;
	outline: none;
	transition: 0.4s;
}

.hwr:hover .search-down {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	pointer-events: visible;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: 0.35s;
	text-align: center;
	z-index: 10;
	padding-bottom: 29px;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 3;
	padding: 0 25px;
	font-weight: bold;
}

.header .yj-bot li.active .yj-link {
	color: #D3000D;
}

.header .nav li:hover .ej-list {
	transition: 0.45s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	top: 100%;
	transform: translateY(20px);
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
	padding: 5px 0;
}

.el-link {
	position: relative;
	display: block;
	color: #6B6B6B;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 8px 0;
}

.el-link:not(:first-child) {
	border-top: 1px solid #eee;
}

.el-link:hover {
	color: #D3000D;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1300;
	transition: 0.35s;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px 0 0 17.5px;
	width: 10px;
	height: 2px;
	background-color: #333;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	left: 0;
	background-color: #333;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	height: 2px;
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-handler.active {
	top: 0;
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	background: #D3000D;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
	color: #fff;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	margin: 0 0 100px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	transform: scale(1.1) translateX(100px);
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
	transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
	transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
	transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
	transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
	transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
	transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
	transition-delay: 0.6s;
}

.menuMoblie li:nth-child(8) {
	transition-delay: 0.7s;
}

.menuMoblie li:nth-child(9) {
	transition-delay: 0.8s;
}

.menuMoblie .subnav {
	padding: 12px 5% 12px 10%;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	/*padding: 0px 5% 0 10%;*/
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
	/*background: #999;*/
	color: #D3000D !important;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 14px;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menuOpen .menuBox li {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateX(0);
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.5) translateX(10%);
		transform: scale(1.5) translateX(10%);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1.5) translateX(0);
		transform: scale(1) translateX(0);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.5) translateX(10%);
		transform: scale(1.5) translateX(10%);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
}


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/black_80.png) repeat;
	background: none rgba(0, 0, 0, .8);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: 0;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/default-skin.svg);
	}
	.pswp__button--close {
		color: #fff
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 14px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e8d5";
}

.pswp__button--arrow--right:before {
	content: "\e8d4";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #57B12F;
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff
}

.pswp__caption__center .xzy-zan {
	float: right;
	display: block
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-webkit-keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(2);
	}
}

@keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(2);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__caption,
.pswp__top-bar {
	/* background-color: rgba(0, 0, 0, .5) */
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	/* background-color: rgba(0, 0, 0, .3) */
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 1
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0
}

.mtop {
	height: 80px;
}

.index-content {
	overflow: hidden;
}

.index-content.swiper-container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.icontent {
	position: relative;
	z-index: 3;
	height: 100vh;
	overflow: hidden;
}

.index-content .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.in-bg {
	position: relative;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.isbg {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	object-fit: cover;
}

#swiper-container1 .swiper-slide {
	height: auto;
}

.footer-wrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #FFFFFF;
}


/* banner */

.banner-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .slick-dots {
	position: absolute;
	right: 77px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.banner .slick-dots li {
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	text-align: center;
	line-height: 9px;
	vertical-align: middle;
	background: #fff;
	margin: 25px 0;
	box-sizing: border-box;
}

.banner .slick-dots li:before {
	content: "";
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 1px;
	background: #D3000D;
	transition: 0.85s;
}

.banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #D3000D;
}

.banner .slick-dots li.slick-active:before {
	width: 77px;
}

.item {
	position: relative;
	overflow: hidden;
}

.banner .pimg {
	position: relative;
	display: block;
	width: 100%;
	transition: transform 3.5s;
	-webkit-transition: transform 3.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.banner .slick-active .pimg {
	visibility: visible;
	/*transform: scale(1);
	-webkit-transform: scale(1);*/
	-webkit-animation: scaleUpDown1 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.5) translateX(10%);
		transform: scale(1.5) translateX(10%);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1.5) translateX(0);
		transform: scale(1) translateX(0);
	}
}

.banner .slick-active .bicover {
	transform: translate(-50%, 0);
}

.bicover {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, 100px);
	transition: 0.45s;
}

.bceng {
	display: block;
	font-family: 'BrownStd-Light';
	color: #D3000D;
	font-size: 54px;
	text-transform: uppercase;
	line-height: 1;
}

.bct1 {
	display: block;
	color: #fff;
	font-size: 80px;
	line-height: 1.5;
}

.bct1 font {
	color: #D3000D;
}

.bct2 {
	position: relative;
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
	padding-bottom: 55px;
	line-height: 1.5;
}

.bct2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 23px;
	height: 6px;
	background: #D3000D;
}


/* banner end */

.updown {
	position: absolute;
	left: 8%;
	bottom: 78px;
	width: 72px;
	text-align: center;
	animation: downtrans 1s infinite alternate;
}

.updown span {
	font-family: 'BrownStd-Light';
	display: block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1;
}

.updown i {
	display: block;
	width: 72px;
	height: 72px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 72px;
	color: #fff;
	font-size: 18px;
	margin-top: 14px;
}

@keyframes downtrans {
	from {
		transform: translateY(15px);
	}
	to {
		transform: translateY(-15px);
	}
}

.tY50 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ib2bt {
	line-height: 75px;
}

.ib2bt .sybt {
	float: left;
}

.ib2bt .ib2more {
	float: right;
}

.sybt {
	display: block;
	color: #333333;
	font-size: 50px;
}

.ib2more {
	display: block;
	color: #666666;
	font-size: 16px;
}

.ib2more:hover {
	color: #D3000D;
}

.ib2flex {
	display: flex;
	margin-top: 60px;
}

.if2banner {
	position: relative;
	overflow: hidden;
	width: 72%;
}

.if2banner .slick-dots {
	position: absolute;
	left: 31%;
	text-align: center;
	bottom: 26px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.if2banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
	margin: 0 6px;
	box-sizing: border-box;
}

.if2banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.if2banner .slick-dots li a:focus {
	outline: none;
}

.if2banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #fff;
}

.ib2item {
	position: relative;
	float: left;
	background: #D3000D;
}

.ib2item:hover .ib2tp img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ib2tp {
	float: left;
	width: 65%;
	overflow: hidden;
}

.ib2tp img {
	display: block;
	width: 100%;
	height: 525px;
	object-fit: cover;
	transition: 0.45s;
}

.ib2wz {
	float: left;
	width: 35%;
	box-sizing: border-box;
	padding: 46px 32px 0 32px;
}

.iw2date {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}

.iw2title {
	display: block;
	color: #fff;
	font-size: 20px;
	margin-top: 50px;
	font-weight: normal;
	height: 72px;
	overflow: hidden;
}

.iw2line {
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .49);
	margin: 30px 0;
}

.iw2ms {
	color: #fff;
	font-size: 16px;
	height: 86px;
	overflow: hidden;
}

.iw2xq {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 100px;
	font-weight: normal;
}

.if2type {
	width: 28%;
	background: #F8F8F8;
	box-sizing: border-box;
	padding: 40px 38px 0 38px;
}

.it2tab {
	border-bottom: 1px solid #CFCFCF;
}

.it2qh {
	position: relative;
	display: inline-block;
	color: #666666;
	font-size: 16px;
	padding-bottom: 19px;
	line-height: 1;
}

.it2qh:not(:first-child) {
	margin-left: 47px;
}

.it2qh:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #D3000D;
	transition: 0.45s;
}

.it2qh:hover:before,
.it2qh.active:before {
	left: 0;
	width: 100%;
}

.it2cont {
	margin-top: 30px;
}

.ic2box {
	display: none;
}

.ic2box li:not(:first-child) {
	margin-top: 30px;
}

.ic2box li a {
	position: relative;
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 1.2;
	padding-left: 8px;
}

.ic2box li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background: #666666;
	border-radius: 50%;
}

.ic2box li a:hover {
	color: #D3000D;
}

.ib3left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}

.il3bg {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 119px 16%;
}

.il3bt {
	display: block;
	color: #D3000D;
	font-size: 30px;
}

.il3lable {
	display: block;
	color: #333333;
	font-size: 40px;
	line-height: 1.2;
	margin-top: 5px;
}

.il3ms {
	color: #333333;
	font-size: 18px;
	margin-top: 50px;
}

.il3brand {
	margin-top: 70px;
}

.il3brand a {
	display: inline-block;
	font-style: normal;
	color: #666666;
	font-size: 16px;
	margin-right: 36px;
}

.il3brand a:hover {
	color: #D3000D;
}

.il3list {
	padding: 50px 0 0 16%;
}

.il3list li {
	float: left;
	width: 33.333%;
}

.il3num {
	display: block;
	color: #D3000D;
	font-size: 72px;
	line-height: 1;
	font-family: 'BrownStd-Light';
	font-weight: normal;
}

.il3txt {
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
}

.ib3right {
	position: absolute;
	width: 42%;
	right: 8%;
	bottom: 15%;
	z-index: 10;
}

.ir3banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.ir3banner .slick-dots {
	position: absolute;
	left: 35%;
	bottom: 27px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.ir3banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	margin-right: 10px;
	box-sizing: border-box;
}

.ir3banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ir3banner .slick-dots li a:focus {
	outline: none;
}

.ir3banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #D3000D;
}

.ir3item {
	position: relative;
	float: left;
}

.ir3item:hover .ir3pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ir3pic {
	overflow: hidden;
}

.ir3pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ir3wz {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70%;
	background: rgba(0, 0, 0, .45);
	box-sizing: border-box;
	padding: 18px 5% 90px 5%;
}

.ir3t1 {
	display: block;
	color: #D3000D;
	font-size: 16px;
}

.ir3t2 {
	color: #fff;
	font-size: 16px;
}

.ir3btn {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 72px;
	height: 33px;
	background: #D3000D;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 12px;
}

.ib4pics {
	position: relative;
	overflow: hidden;
}

.ip4item {
	position: relative;
	float: left;
}


/*.ip4item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}*/

.ip4item img {
	display: block;
	width: 100%;
}

.ib4wz {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	z-index: 10;
}

.ib4wz .il3bt,
.ib4wz .il3lable {
	color: #fff;
}

.iw4xq {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-top: 139px;
}

.iw4xq:hover {
	color: #D3000D;
}

.ib4tab {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100vh;
}

.it4qh {
	position: relative;
	float: left;
	width: 50%;
	height: 50%;
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, .34);
	border-top: 1px solid rgba(255, 255, 255, .34);
	overflow: hidden;
}

.it4qh:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(211, 0, 13, .2);
	background-position: -100% center;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 500ms, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 500ms, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.iq4cv {
	position: absolute;
	left: 53px;
	right: 53px;
	bottom: 50px;
	transition: 0.45s;
}

.iq4bt {
	position: relative;
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 1.5;
	padding-bottom: 30px;
	transform: translateY(130px);
	transition: 0.45s;
}

.iq4bt:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 39px;
	height: 1px;
	background: #fff;
}

.iq4ms {
	color: #fff;
	font-size: 14px;
	margin-top: 50px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.iq4jt {
	position: absolute;
	right: 27px;
	bottom: 32px;
	color: #fff;
	font-size: 16px;
	z-index: 3;
	line-height: 1;
}

.iq4jt:before {
	content: "";
	position: absolute;
	right: -109px;
	bottom: -100px;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .49);
	z-index: -3;
}

.iq4ms,
.iq4bt:before,
.iq4jt {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
}

.it4qh.active .iq4bt {
	transform: translateY(0);
}

.it4qh.active .iq4ms,
.it4qh.active .iq4bt:before,
.it4qh.active .iq4jt {
	opacity: 1;
	visibility: visible;
}

.it4qh.active .iq4cv {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.it4qh.active:before {
	opacity: 1;
	visibility: visible;
	background: rgba(211, 0, 13, 1);
}

.it4qh.active .iq4jt:before {
	webkit-animation: rotate1 6s linear infinite;
	-moz-animation: rotate1 6s linear infinite;
	-o-animation: rotate1 6s linear infinite;
	animation: rotate1 6s linear infinite;
}

@-webkit-keyframes rotate1 {
	50% {
		border-radius: 36%;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		border-radius: 45%;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotate1 {
	50% {
		border-radius: 36%;
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		border-radius: 45%;
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes rotate1 {
	50% {
		border-radius: 36%;
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		border-radius: 45%;
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate1 {
	50% {
		border-radius: 36%;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		border-radius: 45%;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ib5ms {
	color: #333333;
	font-size: 18px;
	margin-top: 35px;
	width: 39%;
}

.ib5list {
	margin-top: 80px;
}

.ib5list li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 85px 20px 62px 20px;
	position: relative;
	text-align: center;
}

.ib5list li:nth-child(1) {
	background: #12A79D;
}

.ib5list li:nth-child(2) {
	background: #C49B6D;
}

.ib5list li:nth-child(3) {
	background: #D85628;
}

.ib5list li i {
	display: block;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	transition: 0.45s;
}

.ib5list li span {
	display: block;
	color: #fff;
	font-size: 24px;
}

.ib5list li:hover i {
	transform: translateY(-10px);
	text-shadow: 0 20px 40px rgba(255, 255, 255, 1);
}

.ib6left {
	position: relative;
	float: left;
	width: 50%;
}
.ib6left:before{
	content: "";
	position: absolute;
	right: 0;top: 0;
	bottom: 0;
	width: 50%;
	background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
}
.ib6left img {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.ib6right {
	position: relative;
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 50px 8% 0 8%;
}

.ir6list li {
	float: left;
	width: 50%;
	margin-top: 20px;
}

.il6bt {
	display: block;
	color: #333333;
	font-size: 18px;
}

.il6xx {
	display: block;
	color: #666666;
	font-size: 16px;
	word-break: break-all;
}

.fwbot1 {
	padding: 40px 0;
}

.fb1l {
	float: left;
	width: 30%;
}

.fl1logo {
	margin-bottom: 20px;
}

.fl1xx {
	margin-top: 10px;
}

.fl1xx i {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	text-align: center;
	line-height: 27px;
	border: 1px solid #707070;
	color: #666666;
	font-size: 16px;
}

.fl1xx font {
	display: inline-block;
	vertical-align: middle;
	width: 85%;
	margin-left: 12px;
	color: #666666;
	font-size: 16px;
}

.fb1r {
	display: flex;
	float: right;
	width: 68%;
}

.fb1r li {
	flex: 1;
}

.fr1yj {
	display: block;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

.fr1ej {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}

.fr1ej:hover {
	color: #D3000D;
}

.fwbot2 {
	padding: 23px 0;
	border-top: 1px solid rgba(112, 112, 112, .35);
}

.fb2l {
	float: left;
}

.fb2r {
	float: right;
}

.fb2txt {
	display: block;
	color: #999999;
	font-size: 14px;
}

.fb2txt a {
	color: #999;
}

.inside-banner {
	position: relative;
	overflow: hidden;
}

.ibtp {
	overflow: hidden;
}

.ibtp img {
	display: block;
	width: 100%;
}

.ibbt {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 56%;
	transform: translate(-50%, 0);
	color: #fff;
	font-size: 60px;
	padding-left: 27px;
	font-weight: normal;
	line-height: 1.5;
	box-sizing: border-box;
}

.ibbt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .3);
}

@keyframes transY {
	from {
		top: 0;
	}
	to {
		top: 100%;
	}
}

.ibbt:after {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 3px;
	height: 150px;
	background: #FFFFFF;
	animation: transY 2s infinite forwards;
}

.about-bot1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	padding: 130px 0 540px 0;
	overflow: hidden;
}

.nygb1 {
	display: block;
	color: #333333;
	font-size: 46px;
	line-height: 1.5;
}

.ab1gd {
	display: block;
	color: #333333;
	font-size: 22px;
}

.ab1nr {
	width: 92%;
	text-align: justify;
	margin-top: 60px;
	font-size: 16px;
	color: #666666;
}

.about-bot2 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 130px 0;
	overflow: hidden;
}

.ab2nr {
	color: #666666;
	font-size: 16px;
	margin-top: 70px;
	text-align: justify;
}

.about-bot3 {
	padding: 180px 0 226px 0;
	overflow: hidden;
}

.ab3bt {
	line-height: 83px;
}

.ab3bt .nygb1 {
	float: left;
}

.ab3bt .ab3tab {
	float: right;
}

.at3qh {
	display: inline-block;
	color: #666666;
	font-size: 24px;
	margin-left: 60px;
}

.at3qh:hover,
.at3qh.active {
	color: #D3000D;
}

.ab3cont {
	position: relative;
	margin: 110px 150px 0 150px;
	height: 396px;
}

.ab3lb.active {
	opacity: 1;
	visibility: visible;
}

.ab3lb {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 90px;
}

.ab3lb .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .19);
	color: #fff;
}

.ab3lb .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ab3lb .slick-prev:before {
	content: "\e909";
}

.ab3lb .slick-next:before {
	content: "\e600";
}

.ab3lb .slick-prev {
	left: 0;
}

.ab3lb .slick-next {
	right: 0;
}

.ab3lb .slick-arrow:hover {
	background: #D3000D;
}

.al3item {
	position: relative;
	float: left;
	background: #F6F6F6;
	padding: 35px 25px 88px 25px;
	margin: 0 20px 17px 20px;
	border-top: 7px solid #D3000D;
	box-sizing: border-box;
	cursor: pointer;
}

.al3item:hover .ai3btn {
	background: #D3000D;
	color: #fff;
}

.ai3name {
	display: block;
	color: #333333;
	font-size: 30px;
	font-weight: normal;
}

.ai3zw {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

.ai3ms {
	color: #666666;
	font-size: 14px;
	margin-top: 30px;
	height: 126px;
	overflow: hidden;
}

.ai3btn {
	display: block;
	position: absolute;
	left: 0;
	bottom: -16.5px;
	font-style: normal;
	color: #666666;
	font-size: 12px;
	width: 72px;
	height: 33px;
	line-height: 33px;
	background: #FFFFFF;
	text-align: center;
	transition: 0.45s;
}

.wzbs {
	color: #fff;
}

.about-bot4 {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 220px 0 316px 0;
	overflow: hidden;
}

.ab4l {
	width: 21%;
}

.ab4list {
	margin-top: 112px;
}

.ab4list li {
	position: relative;
	margin-top: 28px;
	transition: 0.45s;
	cursor: pointer;
}

.al4bt {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	transition: 0.45s;
	line-height: 1.5;
}

.al4num {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	display: block;
	font-family: 'BrownStd-Regular';
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	color: rgba(255, 255, 255, .16);
	font-size: 105px;
}


/*.ab4list li.active {
	margin-bottom: 60px;
}*/

.ab4list li.active .al4bt {
	font-size: 24px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-weight: bold;
}

.ab4list li.active .al4bt:after {
	width: 100%;
}

.al4bt:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: 0.45s;
}

.al4bt:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: 0.45s;
}

.ab4list li.active .al4num,
.ab4list li.active .al4bt:before {
	opacity: 1;
	visibility: visible;
}

.ab4c {
	position: absolute;
	width: 623px;
	height: 623px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ac4lb {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 364px;
	margin: 0 auto;
	z-index: 10;
}

.al4item {
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 50%;
}

.al4item img {
	display: block;
	width: 100%;
}

.ac4zq {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: myfirst2 22s linear 0s infinite;
	animation: myfirst2 22s linear 0s infinite;
}

.az4dw1 {
	position: absolute;
	top: -10%;
	right: 23%;
	width: 123px;
}

.az4dw2 {
	position: absolute;
	top: 60%;
	right: 9%;
	width: 69px;
}

.az4dw3 {
	position: absolute;
	bottom: 9%;
	left: -3%;
	width: 123px;
}

.az4dw4 {
	position: absolute;
	top: 10%;
	left: 8%;
	width: 69px;
}

.ac4bg img {
	display: block;
	width: 100%;
	-webkit-animation: myfirst2 22s linear 0s infinite;
	animation: myfirst2 22s linear 0s infinite;
}

.az4tp img {
	display: block;
	width: 100%;
	-webkit-animation: myfirst3 22s linear 0s infinite;
	animation: myfirst3 22s linear 0s infinite;
}

@keyframes myfirst2 {
	from {
		transform-origin: center;
		transform: rotate(0deg);
	}
	to {
		transform-origin: center;
		transform: rotate(360deg);
	}
}

@keyframes myfirst3 {
	from {
		transform-origin: center;
		transform: rotate(0deg);
	}
	to {
		transform-origin: center;
		transform: rotate(-360deg);
	}
}

.ab4r {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20%;
}

.ar4item {
	position: relative;
	float: left;
	text-align: right;
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
}

.about-bot4 .w1400 {
	position: relative;
}

.about-bot5 {
	padding: 120px 0 135px 0;
}

.ab5jgt {
	text-align: center;
	margin-top: 90px;
}

.ab5jgt img {
	display: inline-block;
	max-width: 100%;
}

.about-bot6 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.ab6left {
	float: left;
	width: 49%;
}

.ab6cont {
	position: relative;
	overflow: hidden;
	margin-top: 90px;
}

.ac6item {
	float: left;
	position: relative;
	padding-left: 60px;
	color: #333333;
	font-size: 16px;
	box-sizing: border-box;
}

.ab6cont:before {
	content: "";
	position: absolute;
	left: 0;
	top: 60px;
	width: 6px;
	height: 31px;
	background: #D3000D;
	z-index: 1;
}

.ab6cont:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #999999;
}

.ac6item p:not(:first-child) {
	margin-top: 20px;
}

.ab6right {
	float: right;
	width: 25%;
	height: 610px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	box-sizing: border-box;
	padding-right: 12px !important;
}

.ab6right .swiper-slide-active:hover {
	color: #D3000D;
}

.ab6right .swiper-slide-active.ar6item span {
	color: #D3000D;
	font-size: 150px;
	font-weight: bold;
	line-height: 1;
}

.ab6right .swiper-slide-active.ar6item:before {
	opacity: 1;
	visibility: visible;
}

.ar6item {
	position: relative;
	text-align: right;
	cursor: pointer;
	padding-right: 12px;
}

.ar6item:before {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	content: "";
	position: absolute;
	top: 43%;
	right: 0;
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 12px solid #D3000D;
}

.ar6item span {
	display: block;
	font-family: 'BrownStd-Regular';
	color: #333333;
	font-size: 20px;
	transition: 0.45s;
	line-height: 120px;
}

.ab6right .swiper-button-prev:after {
	transform: rotate(90deg);
}

.ab6right .swiper-button-next:after {
	transform: rotate(90deg);
}

.ab6right .swiper-button-prev {
	top: 10px;
	left: auto;
	right: 20px;
}

.ab6right .swiper-button-next {
	bottom: 0;
	top: auto;
	right: 20px;
}

.ab6right .swiper-button-next,
.ab6right .swiper-button-prev {
	color: #D3000D;
}

.ab6right .swiper-button-next:after,
.ab6right .swiper-button-prev:after {
	font-size: 28px;
}

.ld-tk.active {
	opacity: 1;
	visibility: visible;
}

.ld-tk {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .75);
	z-index: 9999;
}

.ltbot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 52%;
	background: #F6F6F6;
	border-top: 7px solid #D3000D;
}

.lbnr {
	padding: 40px 75px 65px 75px;
}

.lnname {
	display: block;
	color: #333333;
	font-size: 30px;
}

.lnzw {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

.lndesc {
	color: #666666;
	font-size: 14px;
	margin-top: 30px;
}

.lbbt {
	position: relative;
	border-top: 1px solid rgba(112, 112, 112, .3);
	padding: 15px 75px;
}

.lbpn {
	display: block;
	color: #666666;
	font-size: 12px;
}

.lbprev {
	float: left;
}

.lbnext {
	float: right;
}

.lbreturn {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #333333;
	font-size: 14px;
}

.lbpn:hover,
.lbreturn:hover {
	color: #D3000D;
}

.news-first {
	position: relative;
	padding: 117px 0 90px 0;
}

.news-first:hover .nfpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.news-first:hover .nftitle {
	color: #D3000D;
}

.nfpic {
	float: left;
	width: 51%;
	overflow: hidden;
}

.nfpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nfwz {
	float: left;
	width: 49%;
	box-sizing: border-box;
	padding-left: 79px;
}

.nfdate {
	display: block;
	font-family: 'BrownStd-Light';
	color: #D3000D;
	font-size: 56px;
	line-height: 1;
}

.nfdate em {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	writing-mode: tb;
	font-size: 18px;
}

.nftitle {
	display: block;
	color: #333333;
	font-size: 30px;
	margin-top: 50px;
	line-height: 1.5;
	height: 90px;
	overflow: hidden;
}

.nfdesc {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	height: 86px;
	overflow: hidden;
}

.nfmore {
	display: block;
	color: #D3000D;
	font-size: 16px;
	margin-top: 70px;
}

.news-list {
	background: #F6F6F6;
	padding: 30px 0 80px 0;
}

.nllb {
	margin-left: -3%;
}

.nllb li {
	position: relative;
	float: left;
	width: 30.333%;
	margin: 40px 0 0 3%;
	background: #fff;
}

.nllb li:hover .nlpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.nllb li:hover .nlwt1,.nllb li:hover .nbl {
	color: #D3000D;
}

.nlpic {
	overflow: hidden;
}

.nlpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nlwz {
	padding: 27px 33px 65px 33px;
}

.nlwt1 {
	display: block;
	color: #1B1B1B;
	font-size: 20px;
	line-height: 1.5;
}

.nlwt2 {
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
	height: 50px;
	overflow: hidden;
}

.nlbt {
	border-top: 1px solid rgba(112, 112, 112, .2);
	padding: 20px 33px 35px 33px;
}

.nbtxt {
	display: block;
	color: #999999;
	font-size: 14px;
}

.nbl {
	float: left;
}

.nbr {
	float: right;
}

.pages-list {
	text-align: center;
	margin-top: 70px;
}

.pages-list a {
	display: inline-block;
	vertical-align: middle;
}

.plpn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .19);
	color: #fff;
	font-size: 16px;
	margin: 0 25px;
}

.plpn:hover {
	background: #D3000D;
}

.plnum {
	color: #999999;
	font-size: 18px;
	margin: 0 15px;
}

.plnum:hover,
.plnum.active {
	color: #D3000D;
}

.news3-bg {
	background: #F6F6F6;
	margin-top: 104px;
	padding: 120px 0 188px 0;
}

.ns3title {
	color: #333333;
	font-size: 60px;
	text-align: center;
	font-weight: normal;
}

.ns3list {
	margin-top: 80px;
}

.ns3list li {
	position: relative;
	padding: 70px 0;
	border-bottom: 1px solid #DDDDDD;
	z-index: 3;
}

.ns3list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #D3000D;
	transition: 0.45s;
	z-index: -3;
}

.ns3list li:hover:before {
	height: 100%;
}

.ns3list li:hover .nw3title,
.ns3list li:hover .nw3desc,
.ns3list li:hover .nl3jt {
	color: #fff;
}

.ns3list li:hover .nl3jt {
	background: rgba(255, 255, 255, .19);
}

.nl3date {
	font-family: 'BrownStd-Light';
	float: left;
	color: #D3000D;
	font-size: 72px;
	line-height: 1;
	text-align: center;
	background: #F9F9F9;
	padding: 15px 25px;
}

.nl3date em {
	display: block;
	font-style: normal;
	font-size: 16px;
}

.nl3wz {
	float: left;
	width: 65%;
	margin-left: 11%;
}

.nw3title {
	display: block;
	color: #333333;
	font-size: 24px;
	line-height: 1;
}

.nw3desc {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	height: 58px;
	overflow: hidden;
}

.nl3jt {
	float: right;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .19);
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
}

.nd-bg {
	background: #F6F6F6;
	margin-top: 104px;
	padding: 44px 0 75px 0;
}

.ndbicon {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 17px;
	margin-right: 14px;
}

.ndbtxt {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	color: #999999;
	font-size: 14px;
}

.ndxq {
	margin-top: 120px;
}

.nxtitle {
	display: block;
	color: #1B1B1B;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}

.nxdate {
	font-family: 'BrownStd-Light';
	display: block;
	color: #999999;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.nxnr {
	margin-top: 30px;
	padding: 65px 100px 0 100px;
	border-top: 1px solid rgba(112, 112, 112, .2);
	color: #666666;
	font-size: 14px;
}

.ndbt {
	margin-top: 110px;
	padding-top: 65px;
	border-top: 1px solid rgba(112, 112, 112, .2);
}

.ndbl {
	float: left;
}

.ndbr {
	float: right;
}

.ndbl font {
	float: right;
}

.ndbr font {
	float: left;
	text-align: right;
}

.ndbl,
.ndbr {
	width: 45%;
	color: #666666;
	font-size: 16px;
}

.ndbl font,
.ndbr font {
	display: block;
	width: 91%;
}

.ndbl i,
.ndbr i {
	display: block;
	font-size: 23px;
	line-height: 1.5;
}

.ndbl i {
	float: left;
}

.ndbr i {
	float: right;
}

.ndbl:hover,
.ndbr:hover {
	color: #D3000D;
}

.pb1list .pl1item {
	padding: 80px 0;
}

.pb1list .pl1item:not(:first-child) {
	border-top: 1px solid rgba(112, 112, 112, .3);
}

.pwbot1 {
	padding: 119px 0 60px 0;
}

.pl1bt {
	display: block;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
}

.pl1nr {
	color: #666666;
	font-size: 18px;
	margin-top: 30px;
}

.pl1yy {
	color: #666666;
	font-size: 24px;
	margin-top: 39px;
}

.pl1list {
	margin-top: 35px;
	margin-left: -1%;
}

.pl1list li {
	position: relative;
	float: left;
	width: 24%;
	margin-left: 1%;
}

.pl1list li:hover .pl1tp img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.pl1tp {
	position: relative;
	overflow: hidden;
}

.pl1tp:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 88px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .85));
	z-index: 1;
}

.pl1tp img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.pl1title {
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	z-index: 5;
}

.pwbot2 {
	background: #F6F6F6;
	padding: 96px 0 235px 0;
}

.pb2pic {
	position: relative;
	float: left;
	width: 48%;
}

.pp2t1 {
	display: block;
	width: 100%;
}

.pp2t2 {
	display: block;
	position: absolute;
	width: 57%;
	top: 75%;
	right: -37%;
}

.pb2wz {
	float: left;
	width: 52%;
	box-sizing: border-box;
	padding: 70px 48px 0 84px;
}

.pw2bt {
	display: block;
	color: #333333;
	font-size: 36px;
	font-weight: normal;
}

.pw2ms {
	color: #666666;
	font-size: 18px;
	margin-top: 40px;
}

.pwbot3 {
	padding: 195px 0 260px 0;
}

.pb3left {
	float: left;
	width: 33%;
	margin-top: 70px;
}

.pb3right {
	float: right;
	width: 56%;
}

.pb3right img {
	display: block;
	width: 100%;
}

.products-wrap {
	border-bottom: 5px solid #D3000D;
}

.iwbot1 {
	padding: 119px 0 63px 0;
}

.iw1map {
	position: relative;
	margin-top: 68px;
	width: 93%;
}

.im1bg {
	text-align: center;
}

.im1bg img {
	display: inline-block;
	width: 100%;
}

.imdw1 {
	position: absolute;
	top: 32%;
	right: 4.5%;
}

.imdw2 {
	position: absolute;
	top: 43.5%;
	right: 5.3%;
}

.imdw3 {
	position: absolute;
	top: 57.7%;
	right: 7.6%;
}

.imdw4 {
	position: absolute;
	right: 17%;
	bottom: 9%;
}

.imdw5 {
	position: absolute;
	bottom: 26.5%;
	left: 58%;
}

.imdw6 {
	position: absolute;
	top: 23%;
    left: 29.8%;
	text-align: center;
}

.imdw7 {
	position: absolute;
	left: 10.5%;
    top: 43.5%;
	text-align: center;
}

.id1txt {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.imdw1 .id1line,
.imdw2 .id1line,
.imdw3 .id1line,
.imdw5 .id1line {
	vertical-align: text-top;
}

.imdw1 .id1txt,
.imdw2 .id1txt,
.imdw3 .id1txt {
	vertical-align: super;
	margin-left: 5px;
}

.imdw1 .id1line,
.imdw2 .id1line,
.imdw3 .id1line,
.imdw1 .id1txt,
.imdw2 .id1txt,
.imdw3 .id1txt,
.imdw5 .id1line,
.imdw5 .id1txt {
	display: inline-block;
}

.imdw4 .id1line {
	margin-left: 40px;
}

.imdw5 .id1txt {
	vertical-align: text-top;
	margin-left: 8px;
}

.iwbot2 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.ib2top .nygb1 {
	float: left;
}

.it2right {
	float: right;
}

.itr2qh {
	display: inline-block;
	color: #666666;
	font-size: 20px;
}

.itr2qh.active {
	color: #D3000D;
	border-bottom: 3px solid #D3000D;
}

.itr2qh:not(:first-child) {
	margin-left: 50px;
}

.ib2top {
	line-height: 69px;
}

.ib2banner {
	position: relative;
	overflow: hidden;
	margin: 50px 150px 0 150px;
	padding: 0 105px;
}

.ib2banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .19);
	color: #fff;
}

.ib2banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.ib2banner .slick-prev:before {
	content: "\e909";
}

.ib2banner .slick-next:before {
	content: "\e600";
}

.ib2banner .slick-prev {
	left: 0;
}

.ib2banner .slick-next {
	right: 0;
}

.ib2banner .slick-arrow:hover {
	background: #D3000D;
}

.ibj2item {
	position: relative;
	float: left;
	margin-bottom: 75px;
}

.ii2pic {
	float: left;
	width: 61%;
}

.ii2pic img {
	display: block;
	width: 100%;
}

.ii2wz {
	position: absolute;
	right: 0;
	bottom: -75px;
	width: 46%;
	background: rgba(255, 255, 255, .9);
	box-sizing: border-box;
	padding: 74px 64px 120px 64px;
}

.iw2name {
	display: block;
	color: #333333;
	font-size: 36px;
	line-height: 1.5;
}

.iw2desc {
	color: #666666;
	font-size: 16px;
	margin-top: 40px;
}

.iwbot3 {
	padding: 120px 0;
}

.ib3top .nygb1 {
	float: left;
}

.nt3pn {
	float: right;
}

.nt3pn a {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	font-size: 16px;
	margin-left: 25px;
}

.nt3pn a:hover {
	background: #D3000D;
}

.it3box {
	overflow: hidden;
	margin: 80px 0 0 250px;
}

.it3banner {
	position: relative;
	width: 470px;
}

.it3banner .slick-list {
	overflow: visible;
}

.ib3item {
	position: relative;
	float: left;
	margin-right: 40px;
	border: 1px solid #DDDDDD;
}

.ib3item:hover .ibi3pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ib3item:hover .iw3t1,
.ib3item:hover .iw3t3 {
	color: #D3000D;
}

.ib3item:hover .ibi3wz:before {
	width: 100%;
}

.ibi3pic {
	overflow: hidden;
}

.ibi3pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ibi3wz {
	position: relative;
	padding: 25px;
}

.ibi3wz:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 5px;
	background: #D3000D;
	transition: 0.45s;
}

.iw3t1 {
	display: block;
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
}

.iw3t2 {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	height: 58px;
	overflow: hidden;
}

.iw3t3 {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 40px;
}

.iwbot4 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
}

.ib4left {
	float: left;
}

.il4number {
	margin-top: 245px;
}

.in4sz {
	display: block;
	font-family: 'BrownStd-Light';
	color: #D3000D;
	font-size: 70px;
	line-height: 1.5;
}

.in4sz sup {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #333333;
}

.in4txt {
	color: #333333;
	font-size: 18px;
}

.ib4right {
	float: right;
	width: 66%;
	color: #333333;
	font-size: 18px;
}

.iw1mbmap {
	display: none;
}

.dwbot1 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 119px 0 143px 0;
}

.db1top .nygb1 {
	float: left;
}

.dt1more {
	float: right;
	color: #666666;
	font-size: 16px;
}

.dt1more:hover {
	color: #D3000D;
}

.db1list {
	margin-top: 30px;
	margin-left: -2%;
}

.db1list li {
	position: relative;
	float: left;
	width: 31.333%;
	margin-left: 2%;
	box-sizing: border-box;
	background: #fff;
	padding: 45px 35px 35px 35px;
	border-top: 4px solid #D3000D;
	transition: 0.45s;
	margin-top: 30px;
}

.db1list li:hover,
.db3list li:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.dl1title {
	display: block;
	color: #333333;
	font-size: 24px;
	line-height: 1.5;
	height: 108px;
	overflow: hidden;
}

.dl1desc {
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	height: 86px;
	overflow: hidden;
}

.dl1date {
	display: block;
	font-family: 'BrownStd-Light';
	color: #999999;
	font-size: 14px;
	margin-top: 70px;
}

.dwbot2 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 119px 0 90px 0;
}

.db2banner {
	position: relative;
	overflow: hidden;
	margin: 60px 150px 0 150px;
	padding: 0 105px;
}

.db2banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: rgba(0, 0, 0, .19);
	color: #fff;
}

.db2banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.db2banner .slick-prev:before {
	content: "\e909";
}

.db2banner .slick-next:before {
	content: "\e600";
}

.db2banner .slick-prev {
	left: 0;
}

.db2banner .slick-next {
	right: 0;
}

.db2banner .slick-arrow:hover {
	background: #D3000D;
}

.db2item {
	position: relative;
	float: left;
	background: rgba(255, 255, 255, .85);
}

.db2item:hover .di2pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.db2item:hover .di2title {
	color: #D3000D;
}

.di2pic {
	float: left;
	width: 51%;
	overflow: hidden;
}

.di2pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.di2wz {
	float: left;
	width: 49%;
	box-sizing: border-box;
	padding: 80px 60px 0 70px;
}

.di2date {
	display: block;
	color: #999999;
	font-size: 16px;
}

.di2title {
	display: block;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
	margin-top: 15px;
	height: 90px;
	overflow: hidden;
}

.di2desc {
	color: #333333;
	font-size: 16px;
	margin-top: 35px;
	height: 58px;
	overflow: hidden;
}

.di2more {
	display: block;
	color: #666666;
	font-size: 14px;
	margin-top: 65px;
}

.db1top {
	line-height: 69px;
}

.dwbot3 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 180px 0 138px 0;
}

.db3list {
	margin-left: -2%;
	margin-top: 24px;
}

.db3list li {
	position: relative;
	float: left;
	width: 48%;
	margin: 40px 0 0 2%;
	background: #fff;
	border-left: 5px solid #D3000D;
	box-sizing: border-box;
	padding: 30px 60px 30px 40px;
	transition: 0.45s;
}

.dl3title {
	display: block;
	color: #333333;
	font-size: 24px;
	height: 72px;
	overflow: hidden;
	line-height: 1.5;
}

.dl3date {
	display: block;
	color: #999999;
	font-size: 16px;
	margin-top: 20px;
}

.ir-wrap {
	background: #F6F6F6;
	padding: 119px 0 100px 0;
}

.ir-wrap .w1400 {
	overflow: hidden;
}

.iwtop .nygb1 {
	float: left;
}

.itright {
	float: right;
	margin-top: 10px;
}

.itrselect {
	display: inline-block;
	vertical-align: middle;
	width: 310px;
	height: 50px;
	line-height: 50px;
	background-color: #fff !important;
	box-sizing: border-box;
	padding: 0 20px;
	margin-left: 16px;
	color: #666666;
	font-size: 16px;
	border: none;
	appearance: none;
	background: url(../images/dbx.png) 93% no-repeat;
	background-size: 9px 8px;
}

.itrselect option {
	font-size: 14px;
}

.itrbtn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 16px;
}

.itrbtn a {
	display: block;
	width: 124px;
	height: 50px;
	line-height: 50px;
	background: #D3000D;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.iwlist {
	margin-top: 80px;
	border-top: 4px solid #333333;
	margin-left: -4%;
	padding-top: 26px;
}

.iwlist li {
	float: left;
	width: 46%;
	position: relative;
	padding: 30px 0;
	margin-left: 4%;
	border-bottom: 1px solid rgba(112, 112, 112, .3);
	transition: 0.45s all;
}

.iwlist li:hover {
	border-bottom: 1px solid rgba(211, 0, 13, .3);
}

.iwlist li:hover .iwlicon,
.iwlist li:hover .iwlt1,
.iwlist li:hover .iwlt2,
.iwlist li:hover .iwlload {
	color: #D3000D;
}

.iwlicon {
	display: block;
	float: left;
	color: #999999;
	font-size: 23px;
	line-height: 1.5;
}

.iwlwz {
	float: left;
	margin-left: 30px;
	width: 73%;
}

.iwlt1 {
	display: block;
	color: #333333;
	font-size: 20px;
	height: 108px;
	overflow: hidden;
}

.iwlt2 {
	display: block;
	font-family: 'BrownStd-Light';
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}

.iwlload {
	float: right;
	color: #999999;
	font-size: 19px;
}

.iwts {
	color: #999999;
	font-size: 16px;
	margin-top: 50px;
}

.iwts a {
	color: #D3000D;
}

.nctop {
	border-bottom: 4px solid #D3000D;
}

.nctqh {
	display: block;
	float: left;
	padding: 10px 50px;
	line-height: 1.5;
	color: #333333;
	font-size: 24px;
	border: 1px solid #D3000D;
	transition: 0.45s;
}

.nctqh:hover,
.nctqh.active {
	color: #fff;
	background: #D3000D;
}

.nctlist {
	margin-top: 25px;
}

.nctlist li {
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid rgba(112, 112, 112, .3);
}

.ntlms {
	position: relative;
	float: left;
	width: 60%;
	color: #333333;
	font-size: 20px;
	padding-left: 54px;
	font-weight: bold;
	box-sizing: border-box;
}

.ntlms:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #999999;
}

.ntldate {
	display: block;
	float: right;
	color: #666666;
	font-size: 16px;
}

.rwbot1 {
	background: #F9F9F9;
	padding: 92px 0 118px 0;
}

.rb1pic {
	float: left;
	width: 55%;
}

.rb1pic img {
	display: block;
	width: 100%;
}

.rb1wz {
	float: left;
	width: 45%;
	box-sizing: border-box;
	padding: 0 0 0 55px;
}

.rb1list {
	margin-top: 85px;
}

.rb1list li {
	margin-top: 60px;
	cursor: pointer;
}

.rb1list li.active .rl1num {
	-webkit-text-stroke: 1px rgba(211, 0, 13, .5);
}

.rb1list li.active .rl1wz {
	margin-top: 0;
}

.rb1list li.active .rw1t1 {
	color: #D3000D;
}

.rl1num {
	display: block;
	font-family: 'BrownStd-Regular';
	float: left;
	color: transparent;
	-webkit-text-fill-color: #F9F9F9;
	-webkit-text-stroke: 1px rgba(153, 153, 153, .3);
	font-size: 50px;
	line-height: 1;
}

.rl1wz {
	float: left;
	margin-left: 18px;
	width: 70%;
	transition: 0.45s;
}

.rw1t1 {
	display: block;
	color: #333333;
	font-size: 24px;
}

.rw1t2 {
	display: none;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}

.rwbot3 {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 154px 0;
}

.rb3bot {
	display: flex;
	margin-top: 44px;
}

.rb3list {
	/* float: left; */
	width: 100%;
}

.rb3list li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 25px 2% 0 0;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
}

.rl3title {
	position: relative;
	display: block;
	color: #333333;
	font-size: 28px;
	padding-bottom: 18px;
	line-height: 1.5;
}

.rl3title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 3px;
	background: #D3000D;
}

.rl3nr {
	color: #666666;
	font-size: 14px;
	margin-top: 30px;
	height: 101px;
	overflow: hidden;
}

.rl3rs {
	color: #D3000D;
	font-size: 16px;
	margin-top: 15px;
}

.rl3jh {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	background: #D3000D;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
}

.rb3right {
	display: none;
	float: right;
	width: 32%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 25px;
	padding: 50px;
	box-sizing: border-box;
}

.rr3title {
	color: #FFFFFF;
	font-size: 36px;
	line-height: 1.5;
	font-weight: lighter;
}

.rr3title b {
	display: block;
}

.rr3dsf {
	margin-top: 42px;
}

.rd3link {
	display: block;
	color: rgba(255, 255, 255, .5);
	font-size: 18px;
	margin-top: 15px;
}

.rd3link i {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-left: 39px;
}

.rd3link:hover {
	color: #fff;
}

.rd3link:hover i {
	opacity: 1;
	visibility: visible;
}

.rr2txt {
	color: #fff;
	font-size: 16px;
	margin-top: 70px;
	font-weight: lighter;
	margin-bottom: 20px;
}

.rr3way {
	display: block;
	color: #fff;
	font-size: 16px;
}

.rr3way i {
	font-size: 15px;
	margin-right: 18px;
}

.srkk {
	width: 800px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 50px auto 0;
	overflow: hidden;
}

.srkenter {
	display: block;
	float: left;
	width: 90%;
	box-sizing: border-box;
	border: none;
	line-height: 60px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
}

.srkbtn {
	display: block;
	float: right;
	width: 10%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #D3000D;
}

.srjg {
	color: #333;
	font-size: 36px;
	font-weight: normal;
	margin-top: 50px;
}

.srjg span {
	color: #D3000D;
}

.srlist {
	margin-top: 30px;
}

.srlist li {
	position: relative;
	float: none;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.srltxt {
	float: left;
	width: 75%;
	color: #333333;
	font-size: 20px;
}

.srldate {
	display: block;
	float: right;
	color: #666;
	font-size: 18px;
}

.dl3pb {
	padding: 80px 0 138px 0;
}

.mb-al4ms {
	display: none;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 20px;
}

.uotop {
	position: absolute;
	right: 50px;
	bottom: 100px;
	z-index: 10;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
	color: #333;
	font-size: 18px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.45s;
}

.uotop:hover {
	color: #fff;
	background: #D3000D;
}
.fwbot1{
	width: 100%;
}
.index-bot6 .footer-wrap{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.ib6bot1{
	width: 100%;
	height: 50%;
}
.ir6bt{
	font-size: 40px;
}
.rslable{
	color: #666666;
	font-size: 18px;
	margin-top: 50px;
}
.rslable strong{
	color:#333333;
}
.fs-select {
	position: relative;
	width: 290px;
	height: 45px;
	line-height: 45px;
	color: #666666;
	font-size: 14px;
	background-color: #fff !important;
	background: url(../images/dbx.png) 95% no-repeat;
	background-size: 9px 8px;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px solid #ccc;
	margin-top: 30px;
}

.fs-zk {
	display: none;
	width: 100%;
	height: 210px;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	z-index: 99;
	position: absolute;
	left: -1px;
	bottom: 100%;
	z-index: 99;
	box-sizing: border-box;
}
.fs-zk::-webkit-scrollbar {
	width: 5px;
	background: none;
}

.fs-zk::-webkit-scrollbar-thumb {
	width: 5px;
	background: #ccc;
}

.fs-zk::-webkit-scrollbar-corner {
	background: none;
}

.fs-zk::-webkit-scrollbar:horizontal {
	height: 9px;
}
.fs-zk a {
	display: block;
	color: #333;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.fs-zk a:hover {
	color: #D3000D;
}