

/* 
 * Project Name:重庆钢铁集团
 */

@font-face {
	font-family: "DINCond-Bold";
	src: url("fonts/DINCond-Bold.woff2") format("woff2"), url("fonts/DINCond-Bold.woff") format("woff"), url("fonts/DINCond-Bold.ttf") format("truetype"), url("fonts/DINCond-Bold.eot") format("embedded-opentype"), url("fonts/DINCond-Bold.svg") format("svg");
}

.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-family: "SOURCEHANSANSCN-LIGHT";
	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-family: "SOURCEHANSANSCN-LIGHT";
	font: 14px/1.8 sans-serif, "Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #666;
	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;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w900 {
	width: 900px;
	margin: 0 auto;
}

.fixedImg {
	background-position: center bottom;
	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: #183D82;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}
.pageC a{
	text-decoration:underline !important;
}
.content {
	padding: 0 3% 100px 3%;
}

.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
	}
}

.transXT50.target {
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT50.target {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT501.target {
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transYT502.target {
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transXT501.target {
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.transXf.target {
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

.action.transXT50,
.action.transXT501,
.action.transYT50,
.action.transYT501,
.action.transYT502,
.action.transXf {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.dly_1 {
	transition-delay: 100ms;
	-webkit-transition-delay: 100ms;
}

.dly_2 {
	transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
}

.dly_3 {
	transition-delay: 300ms;
	-webkit-transition-delay: 300ms;
}

.dly_4 {
	transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
}

.dly_5 {
	transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
}

.dly_6 {
	transition-delay: 600ms;
	-webkit-transition-delay: 600ms;
}

.dly_7 {
	transition-delay: 700ms;
	-webkit-transition-delay: 700ms;
}

.dly_8 {
	transition-delay: 800ms;
	-webkit-transition-delay: 800ms;
}

.dly_9 {
	transition-delay: 900ms;
	-webkit-transition-delay: 900ms;
}

.dly_10 {
	transition-delay: 1000ms;
	-webkit-transition-delay: 1000ms;
}

.dly_11 {
	transition-delay: 1100ms;
	-webkit-transition-delay: 1100ms;
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	height: 72px;
	z-index: 999;
	background: #fff;
	transition: 0.45s;
}

.head-wrap {
	position: relative;
	width: 93%;
	height: 72px;
	line-height: 72px;
	margin: 0 auto;
}

.header .head-logo {
	position: relative;
	float: left;
	margin: 15px 0 0 0;
	z-index: 99;
}

.head-logo .img2 {
	display: none;
}

.head-logo img {
	display: block;
	width: 100%;
}

.header .nav {
	position: relative;
	float: right;
}

.head-link ul {
	text-align: center;
}

.head-link ul li {
	display: inline-block;
}

.hl-txt {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.header .yj-bot {
	text-align: center;
	float: left;
}

.head-right {
	float: right;
}

.hr-language {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 15px;
}

.hr-language:hover,
.hr-search:hover i {
	color: #00933D;
}

.hr-search i {
	display: inline-block;
	vertical-align: middle;
	color: #707070;
	font-size: 20px;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	transition: 0.45s;
	z-index: 1;
}

.header .yj-bot li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 6px;
	background: #29116F;
	transition: 0.55s;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	height: 72px;
	line-height: 72px;
	padding: 0 15px;
}

.header .yj-bot .yj-link div {
	float: left;
	display: block;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-size: 16px;
	overflow: hidden;
	padding: 0;
}

.header .yj-bot li:hover:before,
.header .yj-bot li.active:before {
	width: 100%;
}

.header .nav li:hover .ej-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	top: 100%;
	background: url(../images/op5.png) repeat;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transition: 0.48s;
	text-align: center;
	padding: 20px 10px;
	box-sizing: border-box;
}

.ej-list ul {
	width: 1200px;
	margin: 0 auto;
}

.ej-list li {
	display: inline-block;
	float: left;
	width: 12.5%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 15px 0 20px 0;
	border-left: 1px solid #5b6dbd;
	height: 100vh;
}

.ej-list li:last-child {
	border-right: 1px solid #5b6dbd;
}

.el-link {
	display: block;
	color: #ccc;
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 0;
}

.el-link:hover {
	color: #fff;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 60px;
	height: 56px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	background-color: #00933D;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px auto 0;
	width: 22px;
	height: 2px;
	background-color: #fff;
	-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: 100%;
	height: 2px;
	left: 0;
	background-color: #fff;
	-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 {
	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 {
	background-color: #fff;
	-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);
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link:active,
.menuMoblie .nav-link:hover {
	background: #eee;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover {
	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 {
	padding: 0 0 40px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie .subnav {
	padding: 12px 0px;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	padding: 0px 5% 0 10%;
}

.menuMoblie .subnav .item:active,
.menuMoblie .subnav .item:hover {
	background: #999;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 12px 0;
	line-height: 1.4;
	font-size: 16px;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: 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.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* 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;
	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: none;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 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(/chongqingt/template/images/black_80.png) repeat;
	background: none rgba(0, 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(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in {
	.pswp__bg,
	.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;
	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;
	&:focus,
	&:hover {
		opacity: 1;
	}
	&:active {
		outline: 0;
		opacity: .9;
	}
	&::-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__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: 15px;
	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: "\e6a5";
}

.pswp__button--arrow--right:before {
	content: "\e749";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #1A1A1A;
}

.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	background: rgba(0, 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, 0.25);
	box-shadow: 0 2px 5px rgba(0, 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;
	a {
		display: block;
		padding: 8px 12px;
		color: #000;
		text-decoration: none;
		font-size: 14px;
		line-height: 18px;
		&:hover {
			text-decoration: none;
			color: #000;
		}
		&:first-child {
			border-radius: 2px 2px 0 0;
		}
		&:last-child {
			border-radius: 0 0 2px 2px;
		}
	}
}

.pswp__share-modal--fade-in {
	opacity: 1;
	.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;
		}
		&:hover {
			background: #3E5C9A;
			color: #FFF;
			&:before {
				border-bottom-color: #3E5C9A;
			}
		}
	}
	&.pswp__share--twitter:hover {
		background: #55ACEE;
		color: #FFF;
	}
	&.pswp__share--pinterest:hover {
		background: #CCC;
		color: #CE272D;
	}
	&.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;
	.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__icn {
		background: url(/chongqingt/template/css/preloader.gif) 0 0 no-repeat;
	}
}

.pswp--css_animation {
	.pswp__preloader--active {
		opacity: 1;
		.pswp__preloader__icn {
			-webkit-animation: clockwise .5s linear infinite;
			animation: clockwise .5s linear infinite;
		}
		.pswp__preloader__donut {
			-webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
			animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
		}
	}
	.pswp__preloader__icn {
		background: 0 0;
		opacity: .75;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 15px;
		top: 15px;
		margin: 0;
	}
	.pswp__preloader__cut {
		position: relative;
		width: 7px;
		height: 14px;
		overflow: hidden;
	}
	.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);
	}
}

.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__button--arrow--right {
		-webkit-backface-visibility: hidden;
		will-change: opacity;
		-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
		transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: visible;
	}
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit {
	.pswp__caption,
	.pswp__top-bar {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.pswp__ui--idle {
	.pswp__top-bar {
		opacity: 1;
	}
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		opacity: 0;
	}
}

.pswp__ui--hidden {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__caption,
	.pswp__top-bar {
		opacity: .001;
	}
}

.pswp__ui--one-slide {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__counter {
		display: none;
	}
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}

.mouseBox {
	position: absolute;
	left: 33px;
	width: 48px;
	bottom: 25px;
	color: #fff;
	/*z-index: 800;*/
	text-align: center;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

.mouseIco {
	border-radius: 14px;
	width: 24px;
	height: 42px;
	margin: 0 auto;
	border: 2px solid #fff;
	display: block;
	position: relative;
}

.mouseIco i {
	width: 2px;
	height: 8px;
	border-radius: 1px;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 5px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.mouseTxt {
	font-size: 12px;
	margin-top: 5px;
}

@keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

.mtop {
	height: 72px;
}

/* banner */

.banner-wrap {
	position: relative;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .item .pimg {
	width: 100%;
	
}
.banner .item .bimg{
	display: block;
	width: 100%;
	height: 100%;
}
.banner .item.bactive .pimg{
	display: block;
}
.banner .item.bactive .bvideo{
	display: none;
}
.banner .slick-dots {
	position: absolute;
	width: 90%;
	text-align: center;
	left: 50%;
	margin-left: -45%;
	bottom: 35px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	background: rgba(255, 255, 255, .4);
	margin: 0 10px;
}

.banner .slick-dots li a {
	font-family: "Helvetica Condensed_0";
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	color: #fff;
	font-size: 14px;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #00933D;
}
.bvideo{
	width: 100%;
}
.ibCont {
	position: absolute;
	width: 90%;
	left: 50%;
	margin-left: -45%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.ictxt1{
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.ictxt2 {
	transform: translateY(80px);
	-webkit-transform: translateY(80px);
	opacity: 0;
	visibility: hidden\9;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: transform 1s, opacity 0.65s cubic-bezier(0.445, 0.145, 0.355, 1);
}


.show .ictxt1 {
	transition-delay: 0.15s;
}

.show .ictxt2 {
	transition-delay: 0.35s;
}

.show .ictxt1,
.show .ictxt2 {
	opacity: 1;
	visibility: visible\9;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.ictxt1 {
	display: block;
	font-size: 48px;
	line-height: 1.5;
}

.ictxt2 {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 5px;
}
.slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown1 8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.08) translateX(-100px);
		transform: scale(1.08) translateX(-100px);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
}

.fixed-right-nr {
	position: fixed;
	bottom: 40px;
	right: 32px;
	z-index: 500;
}

.fixed-right-nr a {
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin: 20px 0;
	border: 1px solid #eee;
}

.fixed-right-nr a:hover {
	background: #00933D;
}

.fixed-right-nr a:hover i {
	color: #fff;
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

.fixed-right-nr a i {
	display: block;
	color: #707070;
	font-size: 20px;
}

@keyframes gelatine {
	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}
	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}
	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

.fixed-left-menu {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 99;
	top: 50%;
	left: -23px;
	transform: translateY(-50%);
	transition: 0.45s;
}

.fixed-left-menu.active {
	opacity: 1;
	visibility: visible;
	left: 23px;
}

.flmbtn {
	display: block;
	color: #333333;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.flmbtn:hover .flmicon,
.flmbtn.active .flmicon,
.flmbtn:hover,
.flmbtn.active {
	color: #00943D;
}

.flmicon {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	background: #fff;
	color: #29116F;
	font-size: 16px;
	margin-bottom: 5px;
	transition: 0.35s;
}

.ptb {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*padding: 100px 0 170px 0;*/
	z-index: 200;
}

.section .inleft.active,
.section .inright.active,
.section .iltrans1.active,
.section .iltrans2.active,
.section .iltrans3.active,
.section .icwtrans1.active,
.section .icwtrans2.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.section .inleft,
.section .inright,
.section .iltrans1,
.section .iltrans2,
.section .iltrans3,
.section .icwtrans1,
.section .icwtrans2 {
	opacity: 0;
	visibility: hidden;
	transform: translateX(100px);
	transition: 0.85s;
}

.section .iltrans1 {
	transition-delay: 0.15s;
}

.section .iltrans2 {
	transition-delay: 0.35s;
}

.section .iltrans3 {
	transition-delay: 0.55s;
}

.section .itransm {
	transition-delay: 1.5s;
}

.section .itittrans4 {
	transition-delay: 0.15s;
}

.section .ipbanner {
	transition-delay: 0.35s;
}

.section .iptype {
	transition-delay: 0.55s;
}

.section .icwtrans1 {
	transition-delay: 0.15s;
}

.section .icwtrans2 {
	transition-delay: 0.35s;
}

.section .itittrans.active,
.section .itittrans3.active,
.section .itransm.active,
.section .itittrans4.active,
.section .ipbanner.active,
.section .iptype.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.section .iptype {
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: 0.85s;
}

.section .itittrans,
.section .itittrans3,
.section .itransm,
.section .itittrans4,
.section .ipbanner {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50px);
	transition: 0.85s;
}
.section .inleft{
	transition-delay: 0.15s;
}
.section .inright{
	transition-delay: 0.25s;
}
.inleft {
	float: left;
	width: 67%;
}

.intitle {
	text-align: center;
	color: #333333;
	font-size: 40px;
	transition-delay: 0.15s;
}

.mtin {
	margin-top: 25px;
}

.ilbanner {
	position: relative;
}

.ilbanner .slick-dots {
	position: absolute;
	left: 65%;
	bottom: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
	overflow: hidden;
}

.ilbanner .slick-dots li {
	text-indent: 10em;
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	text-align: center;
	line-height: 8px;
	vertical-align: middle;
	background: #666666;
	margin: 0 8px;
}

.ilbanner .slick-dots li a {
	font-family: "Helvetica Condensed_0";
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 8px;
	height: 8px;
	color: #fff;
	font-size: 14px;
}

.ilbanner .slick-dots li a:focus {
	outline: none;
}

.ilbanner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #29116F;
}

.ibitem {
	position: relative;
	float: left;
	background: #fff;
}

.ibitem:hover .ibipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ibitem:hover .icmore {
	color: #00943D;
}

.ibipic {
	float: left;
	width: 62%;
	overflow: hidden;
}

.ibipic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.icname {
	color: #29116F;
	font-size: 16px;
}

.inmore {
	display: block;
	float: right;
	color: #333333;
	font-size: 14px;
	line-height: 28px;
}

.inmore:hover {
	color: #00943D;
}

.ictitle {
	color: #333333;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	max-height: 96px;
	overflow: hidden;
}

.icdate {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
}

.icdesc {
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
	max-height: 75px;
	overflow: hidden;
}

.icmore {
	display: block;
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
	font-weight: normal;
	margin-top: 10px;
}

.iltab {
	margin-top: 8px;
}

.iltab a {
	position: relative;
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	background: #29116F;
	z-index: 3;
	overflow: hidden;
}

.iltab a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #00943D;
	transition: 0.55s;
	z-index: -3;
}

.iltab a:hover:before {
	width: 100%;
}

.iltab a:hover i {
	transform: translateY(-5px);
}

.itqh i {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 8px;
	transition: 0.65s;
}

.iticon1 {
	background: url(../images/iicon1.svg) no-repeat;
	background-size: contain;
}

.iticon2 {
	background: url(../images/iicon2.svg) no-repeat;
	background-size: contain;
}

.iticon3 {
	background: url(../images/iicon3.svg) no-repeat;
	background-size: contain;
}

.iticon4 {
	background: url(../images/iicon4.svg) no-repeat;
	background-size: contain;
}

.iticon5 {
	background: url(../images/iicon5.svg) no-repeat;
	background-size: contain;
}

.ibicont {
	float: left;
	width: 38%;
	box-sizing: border-box;
	padding: 20px 3% 0 4%;
}

.inright {
	float: right;
	width: 32%;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 33px 28px 33px;
}

.irlist li {
	position: relative;
	margin-top: 13px;
}

.irlist li:hover .ildesc {
	color: #00943D;
}

.ildesc {
	color: #666666;
	font-size: 14px;
	height: 25px;
}

.dmwrite {
	color: #fff !important;
}

.down-more {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 25px;
	color: #707070;
	font-size: 14px;
	cursor: pointer;
}

.down-more i {
	display: block;
	font-size: 17px;
	line-height: 1;
	animation: upDown 0.65s alternate infinite;
}

@keyframes upDown {
	0% {
		transform: translateY(5px);
	}
	100% {
		transform: translateY(0);
	}
}

.intwrite {
	color: #fff;
}

.iadesc {
	color: #fff;
	font-size: 14px;
	width: 720px;
	margin: 20px auto 0;
	transition-delay: 0.25s;
}

.ialist {
	margin-left: -5%;
}

.ialist li {
	float: left;
	margin: 45px 0 0 5%;
	box-sizing: border-box;
	width: 28.333%;
	border: 1px solid #fff;
	padding: 20px 33px;
	color: #fff;
}

.iaicon {
	display: inline-block;
	vertical-align: middle;
	width: 47px;
	height: 47px;
}

.iaicon1 {
	background: url(../images/iaicon1.svg) no-repeat;
	background-size: contain;
}

.iaicon2 {
	background: url(../images/iaicon2.svg) no-repeat;
	background-size: contain;
}

.iaicon3 {
	background: url(../images/iaicon3.svg) no-repeat;
	background-size: contain;
}

.iasj {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}

.ianumber {
	font-family: "DINCond-Bold";
	display: block;
	font-size: 64px;
	line-height: 1;
}

.ianumber sup {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

.iams {
	display: block;
	font-size: 14px;
}

.iamore:hover {
	background: #00943D;
	color: #fff;
}

.iamore {
	display: block;
	width: 140px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background: #fff;
	color: #707070;
	font-size: 14px;
	margin: 69px auto 0;
	transition: 0.35s;
}

.iamore i {
	font-size: 14px;
	margin-left: 5px;
}

.ipbanner {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.ipbanner .slick-list {
	overflow: visible;
}

.ipbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	transition: 0.4s;
}

.ipbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ipbanner .slick-prev:before {
	content: "\e6a5";
}

.ipbanner .slick-next:before {
	content: "\e749";
}

.ipbanner .slick-prev {
	left: 0;
}

.ipbanner .slick-next {
	right: 0;
}

.ipbanner .slick-arrow:hover {
	opacity: 1;
}

.ipitem {
	position: relative;
	float: left;
	overflow: hidden;
}

.ipitem:hover .ipimg {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ipimg {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.iptxt {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	padding: 80px 128px 30px 128px;
	background: url(../images/op1.png) repeat;
	box-sizing: border-box;
}

.iptxt font {
	display: block;
	height: 50px;
	overflow: hidden;
}

.iptype {}

.iptype p {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	color: #333333;
	font-size: 18px;
	margin-top: 15px;
	padding: 0 20px 5px 20px;
	cursor: pointer;
}

.iptype p:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #009532;
	transition: 0.65s;
}

.iptype p.active {
	color: #009532;
}

.iptype p.active:before {
	width: 100%;
}

.index-contact {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.icml {
	margin-left: -1%;
}

.icwrap {
	float: left;
	width: 49%;
	margin-left: 1%;
	box-sizing: border-box;
}

.iltitle {
	color: #fff;
	font-size: 24px;
}

.ilcont {
	width: 100%;
	margin-top: 18px;
	background: url(../images/op2.png) repeat;
}

.inbot {
	padding: 30px;
	color: #fff;
	height: 115px;
}

.ilnum {
	display: block;
}

.ilnumber {
	float: left;
	width: 82%;
}

.inmore {
	display: block;
	float: right;
	font-size: 14px;
	color: #fff;
}

.inmore:hover {
	color: #00943D;
}

.ilitop {
	vertical-align: top !important;
	line-height: 1.3;
}

.ith {
	display: block;
	color: #fff;
}

.ith:not(:last-child) {
	margin-bottom: 5px;
}

.ilicon {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.intxt {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}

.iladr {
	padding: 20px 30px;
	border-top: 1px solid #666;
}

.iladr {
	font-size: 14px;
}

.iadtxt {
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
}

.iadricon1 {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	margin-right: 10px;
}

.iadricon2 {
	display: block;
	float: right;
	color: #fff;
	font-size: 20px;
}

.index-contact .footer-content {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.footer-content {
	padding: 25px 5%;
}

.fcleft {
	float: left;
}

.fcright {
	float: right;
}

.nycolor {
	color: #fff !important;
}

.fxtxt {
	color: #707070;
	font-size: 14px;
}

.nycolor a {
	color: #fff !important;
}

.fxtxt a {
	color: #707070;
}

.fxml {
	margin-left: 20px;
}


/* 关于我们 */

.inside-pages {
	position: relative;
}

.ippic {
	overflow: hidden;
}

.ippic img {
	display: block;
	width: 100%;
}

.ipname {
	position: absolute;
	left: 56px;
	bottom: 40px;
	color: #fff;
	font-size: 56px;
}

.inside-tmenu {
	position: relative;
	height: 56px;
	line-height: 56px;
	background: #E1DEEB;
	overflow: hidden;
}

.itmhome:hover {
	background: #00943D;
}

.itmhome:hover i {
	color: #fff;
}

.itmhome {
	display: block;
	float: left;
	width: 56px;
	text-align: center;
	height: 100%;
	background: #A29AC0;
	transition: 0.35s;
}

.itmhome i {
	color: #fff;
	font-size: 16px;
}

.itmlink {
	float: left;
}

.imltxt.active {
	background: #00943D;
	color: #fff;
}

.imltxt {
	display: inline-block;
	height: 100%;
	color: #333333;
	font-size: 16px;
	padding: 0 30px;
}

.bshare-custom {
	line-height: 56px !important;
	margin-top: 20px;
}

.itmshare {
	border-left: 1px solid #A29AC0;
	float: right;
	height: 100%;
	padding-right: 19px;
}

.itmshare .nr-share {
	display: block !important;
	text-align: center;
	color: #A29AC0;
}

.itmshare a i {
	font-size: 16px;
}

.company-intro {
	padding: 80px 0;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.ciname {
	color: #333333;
	font-size: 48px;
	line-height: 1.5;
}

.cieng {
	font-family: "DINCond-Bold";
	color: #A29AC0;
	font-size: 48px;
	line-height: 1.3;
}

.cicont {
	color: #666666;
	font-size: 16px;
	margin-top: 65px;
}

.civideo {
	margin-top: 50px;
}

.civideo video {
	width: 100%;
}

.about1-number ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-center;
	align-items: center;
	justify-content: space-around;
}

.about1-number li {
	padding: 100px 0 100px 75px;
	box-sizing: border-box;
	flex: 1;
}

.aneven {
	background: #F8F8F8;
}

.anodd {
	background: #EDEDED;
}

.annum {
	display: block;
	color: #A29AC0;
	font-size: 64px;
	line-height: 1.2;
}

.annum strong {
	font-family: "DINCond-Bold";
}

.anhz {
	vertical-align: super;
	color: #707070;
	font-size: 14px;
}

.antxt {
	color: #707070;
	font-size: 14px;
}

.about1-pictures {
	position: relative;
	padding: 80px 0 90px 0;
}

.apname {
	color: #333333;
	font-size: 24px;
}

.apbot {
	/* position: relative; */
	margin-top: 20px;
}

.ap1banner {
	position: relative;
}

.ab1item img {
	display: block;
	width: 100%;
}

.abit {
	color: #333333;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}

.ap1sbanner {
	position: relative;
}

.asbbot {
	position: relative;
	margin-top: 35px;
	padding: 0 106px 0 100px;
}

.asbitem {
	position: relative;
	margin: 0 6px;
	z-index: -3;
	overflow: hidden;
}

.asbitem.active::before {
	opacity: 1;
	visibility: visible;
}

.asbitem:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px solid #00943D;
	z-index: 3;
	transition: 0.35s;
}

.asbitem img {
	display: block;
	/*width: 100%;*/
}

.asbpn a {
	display: block;
	position: absolute;
	top: 0;
	width: 100px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #E1DEEB;
	transition: 0.35s;
}

.asbpn a:hover {
	background: #A29AC0;
}

.asbpn a i {
	color: #fff;
	font-size: 16px;
}

.aspprev {
	left: 0;
}

.aspnext {
	right: 0;
}

.apbpn a {
	display: block;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	background: #A29AC0;
	transition: 0.35s;
}

.apbpn a:hover {
	background: #00943D;
}

.apbpn a i {
	color: #fff;
	font-size: 16px;
}

.apbprev {
	left: 55px;
}

.apbnext {
	right: 55px;
}

.up-top {
	text-align: center;
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.up-top i {
	display: block;
	font-size: 16px;
	line-height: 1;
}

.bshare-custom #bshare-more-icon,
.bshare-custom .bshare-more-icon {
	padding-left: 0 !important;
	height: auto !important;
	background: none !important;
}

#bshare-more-icon:hover {
	text-decoration: none !important;
}

.bshare-custom a {
	height: 100% !important;
	margin-right: 0 !important;
}

.os-pic img {
	display: block;
	width: 100%;
}

.about3-wrap {
	position: relative;
	padding: 80px 0 72px 30px;
}

.about3-menu {
	float: left;
}

.amlink.active {
	color: #00943D;
}

.amlink.active i {
	background: #00943D;
}

.amlink {
	display: block;
	margin-bottom: 28px;
	color: #333333;
	font-size: 16px;
	transition: 0.45s;
}

.amlink:hover i {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

.amlink i {
	display: inline-block;
	vertical-align: middle;
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border-radius: 50%;
	background: #A29AC0;
	color: #fff;
	font-size: 24px;
	margin-right: 13px;
}

.about3-list {
	display: none;
}

.about3-list ul {
	margin-left: -4%;
}

.about3-list li {
	position: relative;
	float: left;
	width: 46%;
	margin-left: 4%;
	box-sizing: border-box;
	border: 1px solid #E1DEEC;
	margin-bottom: 48px;
	/* z-index: -3; */
	background: #fff;
}

.about3-list li:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #00943D;
	z-index: 3;
	transition: 0.45s;
}

.about3-list li:hover:before {
	opacity: 1;
	visibility: visible;
}

.about3-list li:hover .al3-name {
	background: #00943D;
	color: #fff;
}

.about3-list li:hover .al3-name sup {
	color: #fff;
}

.about3-list li:hover .al3-more {
	color: #00943D;
}

.al3-name {
	padding: 22px 40px;
	background: #A29AC0;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	transition: 0.45s;
}

.al3-name sup {
	vertical-align: super;
	font-size: 14px;
	color: #fff;
	margin-left: 15px;
}

.al3-cont {
	padding: 25px 40px;
}

.al3-desc {
	color: #707070;
	font-size: 14px;
	height: 125px;
	opacity: hidden;
}

.al3-more {
	font-family: "DINCond-Bold";
	display: block;
	color: #A29AC0;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 25px;
}

.cover-apply-bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 1020;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	background: url(../images/op3.png) repeat;
	background-size: cover;
	transition: 0.85s;
	-webkit-overflow-scrolling: touch;
}

.apply-detail-bot {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 48%;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #E1DEEC;
}

.apply-bot {
	margin-top: 30px;
	padding-top: 60px;
	border-top: 1px solid #CBCBCB;
	color: #666;
	font-size: 14px;
}

.aj-desc {
	color: #333;
	font-size: 14px;
	margin-top: 35px;
}

.close-bot {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -56px;
	width: 56px;
	height: 56px;
	/* background: #666; */
	text-align: center;
}

.close-bot i {
	display: block;
	color: #A29AC0;
	font-size: 14px;
}

.apply-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.video-show {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.ajclose {
	cursor: pointer;
}


/* 投资者服务 */

.service-menu {
	float: left;
}

.sytitle {
	color: #00943D;
	font-size: 14px;
}

.sydate {
	margin-top: 10px;
}

.sdtxt:hover,
.sdtxt.active {
	color: #00943D;
}

.sdtxt {
	font-family: "DINCond-Bold";
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.service-list {
	display: none;
}

.service-list ul {
	box-sizing: border-box;
	border: 1px solid #E1DEEB;
}

.service-list li {
	position: relative;
	height: 69px;
	line-height: 69px;
	transition: 0.35s;
	background: #fff;
}

.service-list li:not(:last-child) {
	border-bottom: 1px solid #E1DEEB;
}

.service-list li:hover {
	background: #A29AC0;
}

.service-list li:hover .sldesc,
.service-list li:hover .sldate {
	color: #fff;
}

.sldesc {
	float: left;
	position: relative;
	padding: 0 17px;
	margin-left: 17px;
	color: #707070;
	font-size: 16px;
	width: 70%;
	height: 69px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sldesc:before {
	content: "";
	position: absolute;
	left: 0;
	top: 35px;
	width: 2px;
	height: 2px;
	background: #707070;
	border-radius: 50%;
}

.sldate {
	display: block;
	float: right;
	border-left: 1px solid #E1DEEB;
	padding: 0 25px;
	color: #707070;
	font-size: 14px;
}

.pages-wrap {
	margin-top: 50px;
}

.pages-num {
	float: left;
}

.pnl {
	font-family: "DINCond-Bold";
	display: inline-block;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #707070;
	font-size: 16px;
	background: #fff;
}

.pnl:hover,
.pnl.active {
	background: #00943D;
	color: #fff;
}

.pages-link {
	float: right;
}

.plw {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	overflow: hidden;
}

.plenter {
	background: #fff;
	opacity: hidden;
}

.plenter input {
	color: #707070;
	font-size: 14px;
	width: 100%;
	text-align: center;
	border: none;
}

.pltz {
	font-family: "DINCond-Bold";
	background: #fff;
	color: #707070;
	font-size: 14px;
	border: 1px solid #E1DEEB;
}

.service3-list {
	margin-left: -3%;
}

.service3-list li {
	position: relative;
	float: left;
	width: 47%;
	margin: 0 0 30px 3%;
	background: #fff;
	transition: 0.45s;
}

.service3-list li:hover {
	background: #A29AC0;
}

.service3-list li:hover .sl3desc,
.service3-list li:hover .sl3date {
	color: #fff;
}

.sl3desc {
	padding: 20px 30px;
	color: #707070;
	font-size: 18px;
}

.sl3desc span {
	display: block;
	height: 64px;
	overflow: hidden;
}

.sl3date {
	display: block;
	padding: 15px 30px;
	color: #707070;
	font-size: 14px;
	border-top: 1px solid #E1E0DF;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.service5-list li {
	margin-bottom: 40px;
}

.sl5-name {
	background: #A29AC0;
	padding: 20px 37px;
}

.sn5icon {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
}

.sn5txt {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 22px;
	margin-left: 15px;
	font-weight: normal;
	line-height: 1;
}

.sl5-cont {
	padding: 25px 37px;
	color: #707070;
	font-size: 16px;
	background: #fff;
}


/* 产品与服务 */

.products-content {
	padding: 75px 0 130px 0;
}

.pc-menu {
	text-align: center;
}

.pmlink:hover .plicon,
.pmlink.active .plicon {
	background: #00943D;
}

.pmlink:hover,
.pmlink.active {
	color: #00943D;
}

.pmlink {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	color: #333333;
	font-size: 16px;
}

.plicon {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	line-height: 72px;
	background: #A29AC0;
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
	transition: 0.45s;
}

.pc-wrap {
	display: none;
}

.pwdetail {
	margin-top: 50px;
	padding-top: 45px;
	border-top: 1px solid #d4d4d4;
}

.pwtitle {
	color: #333333;
	font-size: 32px;
	text-align: center;
}

.pwcont {
	margin-top: 20px;
	color: #707070;
	font-size: 18px;
}

.pwbanner {
	position: relative;
}

.pwphotos {
	position: relative;
	margin-top: 30px;
}

.ppic img {
	display: block;
	width: 100%;
}

.pwprev {
	left: 0;
}

.pwnext {
	right: 0;
}

.pptxt {
	text-align: center;
	margin-top: 10px;
	color: #707070;
	font-size: 16px;
}

.pdtitle {
	color: #333333;
	font-size: 24px;
}

.pdtable {
	width: 100%;
	margin-top: 25px;
	border: 1px solid #F0EEF6;
}

.pdtable thead {
	background: #A29AC0;
	color: #fff;
	text-align: center;
}

.pdtable thead td {
	padding: 20px 0;
}

.ptw1 {
	width: 10%;
}

.ptw2 {
	width: 20%;
}

.ptw3 {
	width: 26%;
}

.ptw4 {
	width: 26%;
}

.ptw5 {
	width: 18%;
}

.ptnr {
	color: #333333;
	font-size: 14px;
}

.ptnr td {
	padding: 20px 0;
	text-align: center;
}

.pdtable tbody tr:nth-child(even) td {
	background: #E1DEEB;
}

.pdtable tbody tr:nth-child(odd) td {
	background: #F0EEF6;
}

.products2-bot {
	display: none;
}

.products2-list {
	margin-left: -4%;
}

.products2-list li {
	position: relative;
	float: left;
	width: 46%;
	margin-left: 4%;
	margin-bottom: 40px;
	background: #fff;
	padding: 25px 22px 15px 30px;
	border-top: 2px solid #00943D;
	box-sizing: border-box;
	transition: 0.45s;
	cursor: pointer;
}

.products2-list li:hover {
	background: #00943D;
}

.products2-list li:hover .pl2txt,
.products2-list li:hover .pl2mr {
	color: #fff;
}

.products2-list li:hover .pl2pic {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.pl2txt {
	color: #333333;
	font-size: 16px;
	height: 56px;
	overflow: hidden;
}

.pl2mr {
	display: block;
	font-size: 24px;
	color: #A29AC0;
	text-align: right;
}

.pl2pic {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.65s;
	transform: translateX(20px);
	z-index: 999;
}

.pl5-cont {
	padding: 24px 28px;
	background: #fff;
}

.pc5txt {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

.pt5t1 {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	color: #333333;
	font-size: 16px;
}

.pt5t2 {
	display: inline-block;
	vertical-align: middle;
	/* margin-left: 40px; */
	color: #707070;
	font-size: 16px;
}

.pt5icon {
	display: inline-block;
	color: #A29AC0;
	font-size: 16px;
	margin-right: 10px;
}

.pl5xs-adr {
	padding: 14px 28px;
	border-top: 1px solid #E1DEEB;
	color: #707070;
	font-size: 16px;
	background: #fff;
}

.pl5xs-adr i {
	font-size: 16px;
	margin-right: 12px;
}

.pzw-item {
	padding: 17px 28px;
	background: #fff;
}

.pzw-item:not(:first-child) {
	border-top: 1px solid #E1DEEB;
}

.pzw-item .pc5txt {
	margin-bottom: 0;
}

.pc-adr {
	float: left;
	width: 50%;
}

.pc-adr i {
	color: #A29AC0;
	font-size: 16px;
	margin-right: 5px;
}

.pt2db {
	display: block;
}

.padr {
	color: #707070;
	font-size: 16px;
}

.products4-wrap {
	padding: 80px 0;
}

.pw4-bot {
	margin-top: 20px;
}

.pb4title {
	color: #333333;
	font-size: 24px;
}

.pb4cont {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}

.vis-wrap {
	width: 800px;
	margin: 0 auto;
	padding: 100px 0;
}

.vis-words {
	position: relative;
	padding: 50px 45px;
	background: #E1DEEB;
}

.vwtxt1 {
	display: block;
	font-family: "DINCond-Bold";
	color: #fff;
	font-size: 273px;
	line-height: 0.7;
}

.vwtxt2 {
	margin-top: 40px;
	color: #707070;
	font-size: 22px;
}

.vwtxt3 {
	display: block;
	font-family: "DINCond-Bold";
	position: absolute;
	top: 50px;
	right: 18px;
	color: #00943D;
	font-size: 24px;
}

.vwtxt3 strong {
	display: block;
}

.vr-link {
	display: block;
	background: #A29AC0;
	padding: 20px 45px;
}

.vr-link:hover .vrtxt {
	color: #00943D;
}

.vricon {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/vricon.svg) no-repeat;
	background-size: contain;
}

.vrtxt {
	display: block;
	float: right;
	color: #fff;
	font-size: 14px;
	text-align: right;
	transition: 0.35s;
}

.culture2-wrap {
	padding: 60px 0 98px 0;
}

.culture2-wrap li {
	margin-top: 8px;
}

.cw2title:hover,
.cw2title.active {
	background: #00943D;
	color: #fff;
}

.cw2title.active .ct2close {
	display: block;
}

.cw2title.active .ct2look {
	display: none;
}

.cw2title {
	background: #fff;
	padding: 0 25px;
	line-height: 72px;
	color: #707070;
	transition: 0.45s;
}

.ct2txt {
	position: relative;
	display: block;
	float: left;
	font-size: 18px;
}

.ct2txt font {
	margin-left: 25px;
}

.ct2txt:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -25px;
	width: 6px;
	height: 10px;
	background: #00953D;
}

.ct2status {
	display: none;
	float: right;
	color: #fff;
	font-size: 14px;
}

.ct2look {
	display: block;
	color: #999;
}

.cw2cont {
	display: none;
	border: 1px solid #E1DEEB;
	padding: 50px 150px;
	color: #666666;
	font-size: 16px;
	text-align: center;
	background: #fff;
}

.cw2cont p {
	text-align: left;
}

.culture3-cont1 li {
	position: relative;
	float: left;
	width: 25%;
	height: 320px;
	box-sizing: border-box;
	padding: 0 35px;
	transition: 0.45s;
	cursor: pointer;
}

.culture3-cont1 li:hover {
	background: #00943D;
}

.culture3-cont1 li:hover .concept,
.culture3-cont1 li:hover .cc1eng {
	color: #fff;
	transform: translateY(0);
}

.culture3-cont1 li:hover .cc1txt,
.culture3-cont1 li:hover .cc1pic {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.cc1bg {
	background: #EDEDED;
}

.cc1cont {
	position: absolute;
	top: 50%;
	left: 35px;
	right: 35px;
	transform: translateY(-50%);
}

.concept {
	color: #707070;
	font-size: 18px;
	transition: 0.65s;
	transform: translateY(40px);
}

.cc1eng {
	display: block;
	font-family: "DINCond-Bold";
	color: #A29AC0;
	font-size: 38px;
	line-height: 1.5;
	transition: 0.65s;
	transform: translateY(40px);
}

.cc1txt {
	opacity: 0;
	visibility: hidden;
	transition: 0.65s;
	transform: translateY(30px);
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	height: 72px;
	opacity: hidden;
}

.cc1pic {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(20px);
	position: absolute;
	right: 40px;
	top: 60px;
	width: 156px;
}

.cc1pic img {
	display: block;
	width: 100%;
}

.culture3-cont2 {
	position: relative;
	margin-bottom: 100px;
}

.cc2-tab {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.cc2-tab .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #999;
	transition: 0.4s;
}

.cc2-tab .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 30px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cc2-tab .slick-prev:before {
	content: "\e6a5";
}

.cc2-tab .slick-next:before {
	content: "\e749";
}

.cc2-tab .slick-prev {
	left: 0;
}

.cc2-tab .slick-next {
	right: 0;
}

.ct2qh {
	position: relative;
	float: left;
	width: 20%;
	box-sizing: border-box;
	height: 160px;
	padding: 30px 3% 30px 3%;
	background: #F8F8F8;
	border-left: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	cursor: pointer;
	z-index: 3;
}

.ct2qh:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	background: #00943D;
	transition: 0.65s;
	z-index: -3;
}

.ct2qh:hover:before,
.ct2qh.active:before {
	width: 100%;
}

.ct2qh:hover .ct2txt1,
.ct2qh:hover .ct2txt2,
.ct2qh.active .ct2txt1,
.ct2qh.active .ct2txt2 {
	color: #fff;
}

.ct2txt1 {
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
}

.ct2txt2 {
	display: block;
	font-family: "DINCond-Bold";
	color: #A29AC0;
	font-size: 20px;
	line-height: 1.5;
	word-break: break-word;
	margin-top: 5px;
}

.cw2item:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.cw2item {
	position: relative;
	overflow: hidden;
}

.cw2item img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ci2cont {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	font-weight: bold;
}

.culture4-wrap {
	padding: 65px 0 80px 0;
}

.cw4-bot {
	margin-bottom: 50px;
}

.cb4title {
	color: #333333;
	font-size: 20px;
}

.cb4title i {
	display: inline-block;
	vertical-align: middle;
	color: #00943D;
	font-size: 20px;
	margin-right: 10px;
}

.cl4name {
	color: #fff;
	font-size: 20px;
	padding: 10px 28px;
	background: #A29AC0;
}

.cd4txt {
	display: block;
	padding: 10px 28px;
	border-bottom: 1px solid #E1DEEB;
	border-left: 1px solid #E1DEEB;
	border-right: 1px solid #E1DEEB;
	color: #707070;
	font-size: 14px;
	background: #fff;
}

.cb4lmt {
	margin-top: 20px;
}

.cb4list {
	margin-left: -4%;
}

.cl4item {
	float: left;
	width: 46%;
	margin-top: 20px;
	margin-left: 4%;
}

.cb4personal {
	margin-left: -2%;
}

.cb4personal li {
	float: left;
	width: 31.333%;
	border: 1px solid #E1DEEB;
	box-sizing: border-box;
	margin-left: 2%;
	margin-top: 30px;
	padding: 18px 28px;
	background: #fff;
}

.cp4txt1 {
	position: relative;
	display: block;
	color: #333333;
	font-size: 20px;
}

.cp4txt1:before {
	content: "";
	position: absolute;
	left: -28px;
	top: 10px;
	width: 3px;
	height: 20px;
	background: #A29AC0;
}

.cp4txt2 {
	display: block;
	color: #707070;
	font-size: 14px;
}

.cp4txt3 i {
	display: inline-block;
	vertical-align: middle;
	color: #A29AC0;
	font-size: 16px;
	margin-right: 10px;
}

.cp4txt3 {
	color: #A29AC0;
	font-size: 14px;
	margin-top: 10px;
}


/* 媒体中心 */

.news-list {
	margin-bottom: 110px;
}

.news-list li {
	position: relative;
	float: left;
	width: 50%;
	height: 160px;
	line-height: 160px;
	box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	padding: 0 46px 0 56px;
	transition: 0.45s;
}

.news-list li:hover {
	background: #00943D;
}

.news-list li:hover .nlpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.news-list li:hover .nltxt,
.news-list li:hover .nldate {
	color: #fff;
}

.nlpic {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: left;
	width: 18%;
	margin-right: 20px;
	overflow: hidden;
}

.nlpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nltxt {
	float: left;
	width: 65%;
	color: #333333;
	font-size: 24px;
	height: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nldate {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: right;
	line-height: 1.5;
	color: #00943D;
	font-size: 14px;
}

.nldate strong {
	display: block;
	font-weight: bold;
}

.news-detail-title {
	background: #F0EEF5;
	padding: 50px 0 20px 0;
}

.w900 {
	width: 900px;
	margin: 0 auto;
}

.ndtxt {
	color: #333333;
	font-size: 32px;
}

.nddate {
	position: absolute;
	width: 900px;
	left: 50%;
	top: 0;
	margin-left: -450px;
	color: #707070;
	font-size: 14px;
}

.nddate i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.news-detail {
	position: relative;
	padding: 40px 0 190px 0;
}

.ndcont {
	color: #666666;
	font-size: 16px;
}

.nd-pn {
	position: absolute;
	top: 40px;
	left: 0;
}

.nd-pn a {
	display: block;
	width: 195px;
	border-left: 4px solid #A29AC0;
	border-right: 4px solid #A29AC0;
	box-sizing: border-box;
	padding: 0 15px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 38px;
}

.nd-pn a:hover {
	border-left: 4px solid #00943D;
	border-right: 4px solid #00943D;
	color: #00943D;
}

.npnts {
	display: block;
}

.npnts i {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 5px;
}

.npntxt {
	display: block;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.video-list {
	margin-bottom: 110px;
}

.video-list li {
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #E1DEEB;
	border-right: 1px solid #E1DEEB;
	padding: 50px 240px 30px 240px;
	transition: 0.45s;
	cursor: pointer;
	background: #fff;
}

.video-list li:hover {
	background: #E1DEEB;
}

.video-list li:hover .vl-pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.vl-pic {
	position: relative;
	overflow: hidden;
}

.vl-pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.vp-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 56px;
}

.vlwords {
	text-align: center;
	margin-top: 20px;
}

.vltxt1 {
	color: #333333;
	font-size: 20px;
	height: 36px;
	overflow: hidden;
}

.vltxt2 {
	color: #707070;
	font-size: 14px;
}

.video-tk {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: url(../images/op2.png) repeat;
	background-size: cover;
	transition: 1s;
	-webkit-overflow-scrolling: touch;
}

.close-bot {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -56px;
	width: 56px;
	height: 36.5px;
	padding-top: 19.5px;
	background: #666;
}

.close-bot i {
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 auto;
	background: url(../images/close-icon.png) no-repeat;
	background-size: cover;
}

.video-tkbot {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 900px;
	margin: 0 auto;
}

.video-tkbot video {
	width: 100%;
}

.bdtit {
	color: #00943D;
}

.resource1-cont {
	color: #666666;
	font-size: 16px;
}

.resources1-number {}

.resources1-number li {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 35px;
}

.rn1txt {
	margin-top: 50px;
}

.rt1 {
	display: block;
	font-family: "DINCond-Bold";
	color: #A29AC0;
	font-size: 64px;
	line-height: 1;
}

.rt2 {
	display: block;
	color: #707070;
	font-size: 14px;
	margin-top: 15px;
}

.rn1cricle {
	width: 180px;
	text-align: center;
	position: relative;
	margin: 50px auto 0;
	font-size: 16px;
}

.processingbar {
	position: relative;
}

.processingbar font {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	font-family: "DINCond-Bold";
	color: #A29AC0;
	font-size: 48px;
	transform: translateY(-50%);
	text-align: center;
	line-height: 1;
	font-weight: normal;
}
.processingbar font em{
	display: block;
	font-style: normal;
	font-size: 16px;
}

.resources2-wrap {
	padding-top: 70px;
}

.rw2item {
	margin-bottom: 70px;
}

.rwe .ri2pic {
	float: right;
}

.rwo .ri2pic {
	float: left;
}

.rwe .ricont {
	float: left;
}

.rwo .ricont {
	float: right;
}

.ri2pic {
	width: 50%;
}

.ri2pic img {
	display: block;
	width: 100%;
}

.ricont {
	width: 50%;
	box-sizing: border-box;
	padding: 0 50px;
}

.rctitle {
	color: #333333;
	font-size: 24px;
}

.rctxt {
	margin-top: 20px;
	color: #666666;
	font-size: 16px;
}

.r4ab {
	display: block;
	color: #A29AC0;
	font-size: 14px;
	margin-bottom: 15px;
}

.r4-desc {
	color: #707070;
	font-size: 14px;
	height: 77px;
	overflow: hidden;
}

.r4-menu {
	position: fixed;
	top: 68%;
	left: 28px;
	z-index: 99;
}

.rmtxt {
	display: block;
	color: #707070;
	font-size: 14px;
}

.rmlink {
	display: block;
	margin-top: 10px;
	width: 56px;
	height: 42px;
	text-align: center;
	padding-top: 14px;
	background: #fff;
}

.rmlink:hover i {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

.rmlink i {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto;
}

.rlicon1 {
	background: url(../images/ricon1.svg) no-repeat;
	background-size: contain;
}

.rlicon2 {
	background: url(../images/ricon2.svg) no-repeat;
	background-size: contain;
}

.rlicon3 {
	background: url(../images/ricon3.svg) no-repeat;
	background-size: contain;
}

.raemail {
	color: #00943D;
	font-size: 14px;
	margin-top: 50px;
}

.raemail a {
	color: #00943D;
}

.maps {
	position: relative;
	height: 480px;
	z-index: -3;
}

.maps:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op4.png) repeat;
	z-index: 3;
	pointer-events: none;
}

.BMap_cpyCtrl,
.anchorBL {
	display: none !important;
}

.cmctxt {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	z-index: 10;
}

.contact-list li:not(:first-child) {
	margin-top: 40px;
}

.contact-title {
	color: #00943D;
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
}

.contact-bot {
	margin-top: 15px;
}

.cbtxt {
	color: #707070;
	font-size: 18px;
	margin-top: 3px;
}

.cbw2 .cbtxt {
	float: left;
	width: 50%;
}

.cbw2 .cbtxt .ctdb {
	display: block;
	margin-top: 3px;
}

.contact2-bot li:not(:first-child) {
	margin-top: 40px;
}

.mlf {
	margin-left: -4%;
}

.cbs {
	float: left;
	width: 46%;
	margin-left: 4%;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #E1DEEB;
	padding: 0 24px;
	line-height: 64px;
	background: #fff;
}

.cbb {
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #E1DEEB;
	padding: 24px;
	background: #fff;
}

.cbb textarea {
	font-family: "微软雅黑";
	border: none;
	width: 100%;
	height: 269px;
	color: #707070;
	font-size: 14px;
}

.cbs input {
	border: none;
	width: 100%;
	color: #707070;
	font-size: 14px;
}

.sbcode {
	float: left;
}

.submit-contact {
	display: block;
	float: right;
	width: 177px;
	height: 64px;
	background: #A29AC0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 64px;
	transition: 0.45s;
}

.submit-contact:hover {
	background: #00943D;
}

.scsr {
	float: left;
	width: 177px;
	line-height: 64px;
	box-sizing: border-box;
	border: 1px solid #E1DEEB;
	padding: 0 24px;
	color: #707070;
	font-size: 14px;
}

.scpic {
	display: block;
	position: relative;
	float: left;
	width: 177px;
	height: 64px;
	margin-left: 30px;
	box-sizing: border-box;
	border: 1px solid #A29AC0;
	overflow: hidden;
}

.scpic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
}

.cbts {
	color: #999999;
	font-size: 14px;
	margin-top: 40px;
}


/* 404 */

.not-found-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.nfw-pic {
	width: 917px;
	height: 410px;
	position: relative;
	margin: 190px auto 0;
	text-align: center;
	overflow: hidden;
}

.nfw-pic img {
	width: 100%;
	display: block;
}

.nfw-txt1 {
	color: #000000;
	font-size: 24px;
	margin-top: 30px;
	text-align: center;
}

.link-back {
	display: block;
	position: relative;
	width: 143px;
	height: 42px;
	margin: 40px auto 0;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	background: #00943D;
}

.link-back:hover {
	background: #29116F;
}

.svl-pic{
	position: absolute;
	width: 150px;
	right: 20px;
	bottom: 20px;
	overflow: hidden;
	z-index: 999;
}
.svl-pic img{
	display: block;
	width: 100%;
	transition: 0.45s;
}
.sp-play{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: #fff;
	z-index: 1;
	cursor: pointer;
}
.video-tk1 {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: url(../images/op1.png) repeat;
	background-size: cover;
	background: rgba(0, 0, 0, 0.8);
	transition: 1s;
	-webkit-overflow-scrolling: touch;
}
.close-bot {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -56px;
	width: 56px;
	height: 36.5px;
	padding-top: 19.5px;
	background: #666;
}

.close-bot i {
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 auto;
	background: url(../images/close-icon.png) no-repeat;
	background-size: cover;
}

.apply-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.video-tkbot2{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 800px;
	margin: 0 auto;
}
.video-tkbot2 video{
	width: 100%;
}
.insides-bg{
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center center;
} 
.ftb-tk {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op2.png) repeat;
	z-index: 9999;
}

.ftb-bot {
	position: relative;
	top: 25%;
	width: 250px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 5px;
}

.fb-title {
	background: #333;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
}

.fb-pic {
	width: 220px;
	margin: 10px auto;
}

.fb-pic img {
	display: block;
	width: 100%;
}

.close-fbewm {
	position: relative;
	display: block;
	float: right;
	cursor: pointer;
}

.close-fbewm:before,
.close-fbewm:after {
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	height: 20px;
	background: #fff;
}

.close-fbewm:before {
	transform: rotate(-45deg);
}

.close-fbewm:after {
	transform: rotate(45deg);
}
.search-bg{
	background: #A299C2;
	padding: 80px 0 65px 0;
}
.sebtitle{
	color: #fff;
	font-size: 56px;
}
.sebk{
	margin-top: 35px;
}
.skk{
	display: block;
	float: left;
	width: 85%;
	height: 59px;
	line-height: 59px;
	background: #fff;
	border: none;
	padding: 0 15px;
	box-sizing: border-box;
	color: #707070;
	font-size: 14px;
}
.skbtn{
	display: block;
	float: right;
	width: 14%;
	height: 59px;
	line-height: 59px;
	background: #E1DEEC;
	text-align: center;
	color: #707070;
	font-size: 14px;
}
.search-result{
	padding: 25px 0 200px 0;
}
.srtitle{
	color: #333;
	font-size: 16px;
}
.srtab{
	margin-top: 45px;
	background: #A29AC0;
	padding: 0 20px;
}
.srtab a{
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: 0 11px;
	padding: 25px 0;
}
.srtab a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 6px;
	background: #00933D;
	transition: 0.45s;
}
.srtab a.active:before{
	width: 100%;
}
.srlist{
	display: none;
	background: #fff;
	padding: 20px 0;
}
.sllink{
	display: block;
	padding: 10px 30px;
	color: #707070;
	font-size: 14px;
	transition: 0.45s;
}
.sllink:hover{
	background: #E1DEEB;
}
/*index style end*/