/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666;
	overflow-x: hidden;
}

a {
	color: #666;
	text-decoration: none;
	outline: none;
}

/* a:active{star:expression(this.onFocus=this.blur());}  */
img {
	border: 0px;
	vertical-align: middle;
}

a:link {
	text-decoration: none;
	outline: none;
}

a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #5d9a1b;
	outline: none;
}

ul,
p,
dl,
dt,
dd {
	padding: 0px;
	margin: 0px;
}

li {
	list-style-position: outside;
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear_f {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	_display: inherit;
}

input,
textarea {
	background: transparent;
	padding: 0px;
	font-size: 12px;
	color: #888;
	outline: none;
	border: 0px;
}

em {
	font-style: normal;
}

.btn1 {
	cursor: pointer;
}

.red {
	color: #cb1f18;
}

@font-face {
	font-family: bold;
	src: url(../font/DINCOND-BOLD.otf);
}

@font-face {
	font-family: Mont;
	src: url(../font/MontserratBold.ttf);
}

@font-face {
	font-family: GOTHICB;
	src: url(../font/GOTHICB.TTF);
}

@font-face {
	font-family: Gotham;
	src: url(../font/GothamPro-Bold.ttf);
}

.indexA .swiper-slide .botDiv,
.indexA .swiper-slide .ico,
.indexPart2 .tab2 li .box:after,
.sideTitleTel .con img,
.study .part2 .list li .box,
.solucase .swiper-slide .imgDiv img,
.solucase .swiper-slide .botDiv,
.solid4 .swiper-slide .img em {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

.indexA .swiper-slide .imgDiv img,
.zjmxfDiv .list li .imgDiv img,
.sportPic .swiper-slide .imgDiv img,
.healthPic .swiper-slide .imgDiv img,
.safetyPic .swiper-slide .imgDiv img,
.equipmentPic .swiper-slide .imgDiv img,
.testingPic .swiper-slide .imgDiv img,
.testingPic2 .swiper-slide .imgDiv img,
.featuredPic .swiper-slide .imgDiv img,
.clean5 .swiper-slide .img img {
	transition: All 1.0s ease;
	-webkit-transition: All 1.0s ease;
	-moz-transition: All 1.0s ease;
	-o-transition: All 1.0s ease;
}




.fangda {
	overflow: hidden;
}

.fangda img {
	transition: 2s;
	-moz-transition: 2s;
	-webkit-transition: 2s;
	-o-transition: 2s;
}

.fangda:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/*按钮动画--start*/
.ico_h {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.ico_h:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	/* W3C */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.ico_h:hover,
.ico_h:focus,
.ico_h:active {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.ico_h:hover:before,
.ico_h:focus:before,
.ico_h:active:before {
	opacity: .4;
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-animation-name: hover-shadow;
	animation-name: hover-shadow;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/*按钮动画--end*/

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.headDiv {
	position: fixed !important;
	top:0;
	left:0;
	height: 1.3rem;
	/* position: absolute; */
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	background: #fff;
}

.headDiv .logo {
	display: block;
	position: absolute;
	left: 0.2rem;
	top: 0.15rem;
}

.headDiv .logo img {
	width: 2.2rem;
}

.navIco {
	position: absolute;
	right: 0.2rem;
	top: 18px;
}

.navIco img {
	width: 0.5rem;
}

.searchIco {
	position: absolute;
	right: 0.95rem;
	top: 20px;
}

.searchIco img {
	width: 0.4rem;
}

.headDiv .tel {
	position: absolute;
	right: 1.65rem;
	top: 10px;
	font-size: 0.3rem;
	font-family: bold;
	line-height: 0.9rem;
	color: #0079ff;
	padding-left: 0.46rem;
	background: url(../image/nimg35_1.png) left center no-repeat;
	background-size: 0.32rem;
}

.closeIco {
	position: absolute;
	right: 0.2rem;
	top: 18px;
	display: none;
}

.closeIco img {
	width: 0.5rem;
}


.topSearch {
	position: fixed;
	left: 0;
	top: -35%;
	width: 100%;
	background: #f6f6f6;
	height: 35%;
	z-index: 4;
}

.topSearch .closeBtn {
	position: absolute;
	left: 50%;
	width: 0.4rem;
	height: 0.4rem;
	margin-left: -0.2rem;
	bottom: 0.35rem;
}

.topSearch .closeBtn img {
	width: 0.4rem;
}

.topSearch .mxfDiv {
	padding: 0.6rem 0.2rem 0;
}

.topSearch .form {
	height: 1.0rem;
	border: #dcdcdc solid 1px;
	background: #fff;
	position: relative;
}

.topSearch .input1 {
	width: 100%;
	height: 1.0rem;
	line-height: 1.0rem;
	font-size: 0.26rem;
	text-indent: 0.2rem;
}

.topSearch .btn1 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1.4rem;
	font-size: 0.26rem;
	height: 1.0rem;
	color: #fff;
	line-height: 1rem;
	/* background: #5d9a1b url(../image/nimg24_2.png) center 0.2rem no-repeat; */
	background-color: #0079ff;
	background-size: 0.32rem;
}

.topSearch .keywords {
	padding-top: 0.25rem;
	line-height: 0.48rem;
	font-size: 0.26rem;
	color: #4c4c4c;
}

.topSearch .keywords a {
	color: #4c4c4c;
	padding-right: 0.3rem;
}

/*导航菜单触发*/
.navLayer {
	overflow-x: auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 4;
	right: -100%;
	top: 0px;
}

.navLayer .bg {
	overflow-x: auto;
	position: relative;
	background: #fff;
	height: 100%;
	width: 100%;
}

.navLayer .mxfDiv {
	padding: 1.1rem 0.2rem 0.5rem;
}

.sideNav {
	border-top: #5d9a1b solid 1px;
}

.subNav {
	cursor: pointer;
	display: block;
	height: 0.9rem;
	line-height: 0.9rem;
	padding-left: 0.3rem;
	position: relative;
	font-size: 0.28rem;
	border-bottom: #e3e3e3 solid 1px;
	background: url(../image/ico3.png) right center no-repeat;
	background-size: 0.42rem;
}

.subNav1 {
	color: #333;
}

.subNav .name {
	position: relative;
	width: 85%;
}

.subNav a {
	color: #333;
	display: block;
}

.currentDt {
	background: url(../image/ico3on.png) right center no-repeat;
	background-size: 0.42rem;
}

.navContent {
	display: none;
}

.navContent .list1 {
	padding-top: 0.3rem;
	overflow: hidden;
	border-bottom: #e3e3e3 solid 1px;
}

.navContent .list1 ul {
	margin-right: -0.2rem;
}

.navContent .list1 li {
	float: left;
	width: 25%;
	margin-bottom: 0.3rem;
	font-size: 0.24rem;
}

.navContent .list1 li .box {
	margin-right: 0.2rem;
}

.navContent .list1 li a {
	display: block;
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.24rem;
	border: #b5b5b5 solid 1px;
	background: #f6f6f6;
	border-radius: 0.08rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navContent .list2 {
	overflow: hidden;
	padding: 0.2rem 0;
	border-bottom: #e3e3e3 solid 1px;
}

.navContent .list2 li {
	float: left;
	width: 50%;
	font-size: 0.24rem;
}

.navContent .list2 li a {
	display: block;
	padding-left: 0.24rem;
	height: 0.7rem;
	line-height: 0.7rem;
	background: url(../image/ico2.png) left center no-repeat;
	background-size: 0.08rem;
}

.navContent .list3 li a {
	display: block;
	height: 0.75rem;
	line-height: 0.75rem;
	font-size: 0.24rem;
	padding-left: 0.5rem;
	border-bottom: #e3e3e3 solid 1px;
	color: #666;
}

.footDiv {
	padding: 0.3rem 0.2rem 1.5rem;
	border-top: #9fc600 solid 1px;
}

.footDiv .links {
	text-align: center;
	font-size: 0.26rem;
	color: #888;
	padding-bottom: 0.25rem;
}

.footDiv .links a {
	padding: 0 0.2rem;
	color: #888;
}

.footDiv .msg {
	font-size: 0.26rem;
	color: #cdcdcd;
	text-align: center;
	line-height: 0.48rem;
}

.footDiv .msg a {
	font-size: 0.26rem;
	color: #cdcdcd;
	display: block;
	text-transform: uppercase;
}

.footLayer {
	position: fixed;
	border-top: #0079ff solid 2px;
	background: #f6f6f6;
	width: 100%;
	z-index: 3;
	left: 0;
	bottom: 0;
}

.footLayer li {
	float: left;
	width: 25%;
	height: 1.4rem;
	position: relative;
}

.footLayer li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 0.8rem;
	margin-top: -0.4rem;
	background: #d3d3d3;
}

.footLayer li:last-child:after {
	display: none;
}

.footLayer li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.footLayer li .ico {
	padding: 0.2rem 0;
}

.footLayer li .ico img {
	width: 0.46rem;
}

.footLayer li .ico2 {
	position: absolute;
	left: 50%;
	margin-left: -0.55rem;
	top: -0.5rem;
	border-radius: 50%;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.28);
}

.footLayer li .ico2 img {
	width: 1.1rem;
}

.footLayer li p {
	font-size: 0.26rem;
	color: #3f3f3f;
	position: absolute;
	left: 0;
	bottom: 0.2rem;
	width: 100%;
}

.typeLayer {
	overflow-x: auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 4;
	left: 0;
	background: #fff;
	top: -100%;
}

.typeLayer .mxfDiv {
	height: 100%;
}

.typeLayer .pjDiv {
	position: relative;
	height: 100%;
	padding: 0 0.2rem 0 2.25rem;
}

.typeLayer .leftDiv {
	position: absolute;
	left: 0;
	top: 0;
	width: 2.0rem;
	height: 100%;
	background: #4387fe;
}

.typeLayer .tab2 {
	padding-top: 0.9rem;
}
.mobileTab{
	margin: auto;
	width: 95%;
	border: none  !important;
}
.mobileTab ul{
	width:100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.mobileTab ul li{
	margin-bottom: 20px;
	width: 31% !important;
	height: 40px;
	border-radius: 30px;
	border: none !important;
	border: 1px solid #ccc !important;
}

.mobileTab ul li .box{
	border: none !important;
	height: auto !important;
}
.mobileTab ul li .box::after{
	content:'' !important;
	display: none !important;
}
.mobileTab ul li.liNow{
	border: 1px solid #0079ff !important;
}
.mobileTab ul li.liNow .box .name{
	color: #0079ff !important;
}
.mobileTab ul li .ico{
	padding-top: 0 !important;
}

.typeLayer .tab2 li {
	height: 0.8rem;
	line-height: 0.8rem;
	padding-left: 0.25rem;
	font-size: 0.28rem;
	color: #fff;
	border-bottom: #106228 solid 1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.typeLayer .tab2 .liNow {
	background: #85b407;
}








.typeLayer .tabContentDiv2 {
	overflow-x: auto;
	height: 100%;
}

.typeLayer .tabContent2 {
	padding-top: 0.8rem;
}

.typeLayer .title {
	padding: 0.3rem 0;
}

.typeLayer .title a {
	display: block;
	font-size: 0.3rem;
	color: #414141;
	font-weight: bold;
}

.typeLayer .list {
	overflow: hidden;
}

.typeLayer .list ul {
	margin-right: -0.2rem;
}

.typeLayer .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.2rem;
}

.typeLayer .list li .box {
	margin-right: 0.2rem;
}

.typeLayer .list li a {
	display: block;
	text-align: center;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.26rem;
	border: #b5b5b5 solid 1px;
	background: #f6f6f6;
	border-radius: 0.08rem;
}

.pageBanner {
	padding-top: 0.9rem;
}

.pageBanner .bigBox {
	position: relative;
}

.pageBanner .bg img {
	width: 100%;
}

.pageBanner .txtDiv {
	position: absolute;
	left: 0.8rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.pageBanner .txtDiv2 {
	text-align: right;
	right: 0.8rem;
	left: auto;
}

.pageBanner .txtDiv .txt1 {
	font-size: 0.48rem;
	line-height: 0.48rem;
	color: #796a8a;
	padding-bottom: 0.2rem;
}

.pageBanner .txtDiv .txt2 {
	color: #dfbcd7;
	font-size: 0.26rem;
	font-weight: bold;
	text-transform: uppercase;
}

.pageBanner .txtDiv2 .txt1,
.pageBanner .txtDiv2 .txt2 {
	color: #fff;
}

.pageBanner .txtDiv3 .txt1 {
	color: #00ade3;
}

.pageBanner .txtDiv3 .txt2 {
	color: #8ca2c5;
}

.pageBanner .wenDiv {
	position: absolute;
	left: 50%;
	margin-left: -2.5rem;
	top: 50%;
	margin-top: -1.0rem;
	width: 5.0rem;
	height: 2.0rem;
	background: url(../image/nimg724Bg.png) center no-repeat;
	background-size: 100% 100%;
}

.pageBanner .wenDiv .wen1 {
	padding-top: 0.6rem;
	font-weight: bold;
	font-size: 0.4rem;
	line-height: 0.4rem;
	color: #fff;
	text-align: center;
}

.pageBanner .wenDiv .wen2 {
	padding: 0.3rem 0.2rem 0;
	font-size: 0.24rem;
	line-height: 0.4rem;
	color: #fff;
	text-align: center;
}

.pageBanner .ziDiv {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pageBanner .ziDiv .zi1 {
	font-weight: bold;
	font-size: 0.48rem;
	line-height: 0.48rem;
	padding-bottom: 0.25rem;
	color: #fff;
}

.pageBanner .ziDiv .zi2 {
	font-weight: bold;
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
}

.pageBanner .ziDiv .zi3 {
	font-size: 0.28rem;
	line-height: 0.28rem;
	color: #fff;
}

.pageBanner .ziDiv .zi3 em {
	padding: 0 0.12rem;
}

.pageBanner .fontDiv {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pageBanner .fontDiv .font1 {
	font-size: 0.26rem;
	line-height: 0.26rem;
	padding-bottom: 0.2rem;
	color: #fff;
}

.pageBanner .fontDiv .font2 {
	font-weight: bold;
	font-size: 0.48rem;
	line-height: 0.48rem;
	color: #fff;
	padding-bottom: 0.25rem;
	text-transform: uppercase;
}

.pageBanner .fontDiv .font3 {
	font-size: 0.32rem;
	line-height: 0.32rem;
	color: #fff;
}

.pageBanner .solidDiv {
	position: absolute;
	left: 50%;
	margin-left: -3rem;
	top: 50%;
	text-align: center;
	margin-top: -1.2rem;
	width: 6.0rem;
	height: 2.4rem;
	background: url(../image/nimg978Bg.png) center no-repeat;
	background-size: 100% 100%;
}

.pageBanner .solidDiv .font1 {
	font-size: 0.26rem;
	line-height: 0.26rem;
	padding: 0.5rem 0 0.4rem;
	color: #fff;
}

.pageBanner .solidDiv .font2 {
	font-weight: bold;
	font-size: 0.48rem;
	line-height: 0.48rem;
	color: #fff;
	padding-bottom: 0.2rem;
	text-transform: uppercase;
}

.pageBanner .solidDiv .font2-2 {
	font-size: 0.36rem;
	line-height: 0.36rem;
}

.pageBanner .solidDiv .font3 {
	font-size: 0.3rem;
	line-height: 0.3rem;
	color: #fff;
	font-weight: bold;
}

.pageBanner .solidDiv .font3 em {
	padding: 0 0.08rem;
}

.pageBanner .solidDiv .font4 {
	font-size: 0.28rem;
	line-height: 0.28rem;
	color: #fff;
	font-weight: bold;
}

.pageBanner .healthDiv {
	position: absolute;
	width: 5.6rem;
	height: 2.4rem;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -2.8rem;
	margin-top: -1.2rem;
	background: rgba(0, 0, 0, 0.5);
}

.pageBanner .healthDiv .zi1 {
	font-size: 0.26rem;
	line-height: 0.26rem;
	padding: 0.5rem 0 0.4rem;
	color: #fff;
}

.pageBanner .healthDiv .zi2 {
	font-weight: bold;
	font-size: 0.32rem;
	line-height: 0.32rem;
	color: #fff;
	padding-bottom: 0.25rem;
}

.pageBanner .healthDiv .zi3 {
	font-size: 0.26rem;
	line-height: 0.26rem;
	color: #fff;
	font-weight: bold;
}

.pageBanner .healthDiv .zi3 em {
	padding: 0 0.1rem;
}

.pageTitleTel {
	height: 1.1rem;
	background-image: -webkit-linear-gradient(top, #459526, #0e6831);
	background-image: -moz-linear-gradient(top, #459526, #0e6831);
	background-image: -o-linear-gradient(top, #459526, #0e6831);
	background-image: linear-gradient(to bottom, #459526, #0e6831);
	position: relative;
}

.sideTitleTel {
	width: 100%;
	height: 1.1rem;
	position: absolute;
	left: 0px;
	top: 0px;
}

.sideTitleTel .con {
	font-size: 0.36rem;
	height: 1.1rem;
	line-height: 1.1rem;
	position: relative;
}

.sideTitleTel .con a {
	color: #fff;
	display: block;
	height: 1.1rem;
	padding-left: 0.3rem;
}

.sideTitleTel .con img {
	position: absolute;
	right: 0.3rem;
	top: 50%;
	margin-top: -0.2rem;
	width: 0.4rem;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.sideTitleTel .con.on img {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.sideTitleNav {
	position: absolute;
	top: 1.1rem;
	z-index: 2;
	width: 100%;
	background: #fff;
	display: none;
	box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
	-moz-box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
	-webkit-box-shadow: 0 1px 5px rgba(35, 25, 25, 0.2);
}

.sideTitleNav li {
	font-size: 0.3rem;
	height: 1.0rem;
	border-bottom: #d7d7d7 solid 1px;
}

.sideTitleNav li a {
	display: block;
	height: 1.0rem;
	line-height: 1.0rem;
	padding-left: 0.3rem;
	color: #666;
}

.sideTitleTel .con em {
	display: block;
	color: #fff;
	padding-left: 0.3rem;
}

.pageTitle {
	text-align: center;
}

.pageTitle .title1 {
	font-size: 0.42rem;
	line-height: 0.42rem;
	padding-bottom: 0.15rem;
	color: #353535;
	font-weight: bold;
}

.pageTitle .title2 {
	position: relative;
	font-size: 0.26rem;
	color: #b2b2b2;
	text-transform: uppercase;
}

.pageTitle .title3 {
	position: relative;
	font-size: 0.26rem;
	color: #b2b2b2;
	text-transform: uppercase;
}

.pageTitle2 .title1 {
	color: #fff;
}

.pageTitle2 .title3 {
	color: rgba(255, 255, 255, 0.5);
}

.pageBox {
	padding: 0.6rem 0.2rem 1.2rem;
}

.pageMore {
	padding-top: 0.5rem;
}

.pageMore a {
	display: block;
	height: 1.0rem;
	background: #f9f9f9 url(../image/nimg34_2.png) center no-repeat;
	background-size: 0.48rem;
	line-height: 1.0rem;
}

.pageMore2 a {
	background: #fff url(../image/nimg34_2.png) center no-repeat;
	background-size: 0.48rem;
}

.tabContent {
	display: none;
}

.tab li {
	cursor: pointer;
}

.tabContent2 {
	display: none;
}

.tab2 li {
	cursor: pointer;
}

#go_top {
	display: none;
	position: fixed;
	text-align: center;
	right: 15px;
	bottom: 100px;
	width: 50px;
	line-height: 50px;
	height: 50px;
	background: rgba(237, 237, 237, 0.8);
	cursor: pointer;
	border-radius: 3px;
	transition: all .3s ease;
	z-index: 5;
}

#go_top img{
	width: 60%;
}

.cd-top {
	/* image replacement properties */
	overflow: hidden;

	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {

	opacity: 1;
}

#Layer1 {
	position: absolute;
	position: fixed;
	_position: absolute;
	width: 100%;
	z-index: 99;
	top: 0;
	left: 0px;
	background-color: #000;
	display: none;
}












/*banner*/
.ind-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-top: 0.9rem;
}

.ind-banner .swiper-slide {
	color: #fff;
}

.ind-banner .swiper-slide {
	position: relative;
}

.ind-banner .swiper-slide img {
	width: 100%;
	transition: all 6s ease;
	-webkit-transition: all 6s ease;
}

.ind-banner .swiper-slide-active img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.ind-banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.ind-banner .one {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.ind-banner .one .txt {
	font-size: 0.36rem;
	line-height: 0.36rem;
	height: 0.75rem;
	margin: 0 auto;
	width: 5.2rem;
	text-align: center;
	border-bottom: #fff solid 1px;
	color: #9fc600;
}

.ind-banner .one .wen {
	font-size: 0.5rem;
	padding: 0.3rem 0;
	line-height: 0.5rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.ind-banner .one .msg {
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.26rem;
	padding-bottom: 0.35rem;
	text-align: center;
}

.ind-banner .one .msg em {
	padding: 0 0.1rem;
	text-shadow: 0px 0px 6px rgba(50, 17, 7, 0.6);
}

.ind-banner .one .btnDiv {
	margin: 0 auto;
	width: 2.1rem;
	height: 0.65rem;
	line-height: 0.65rem;
	color: #fff;
	font-size: 0.24rem;
	text-indent: 0.4rem;
	background: url(../image/btn2.png) center no-repeat;
	background-size: 2.1rem;
}

.ind-banner .swiper-pagination {
	bottom: 0.6rem;
}

.ind-banner .swiper-pagination-bullet {
	width: 0.25rem;
	height: 0.25rem;
	margin: 0 0.1rem !important;
	opacity: 1;
	background: #f1eceb;
	border-radius: 50%;
}

.ind-banner .swiper-pagination-bullet-active {
	background: #a3c807;
}

.indexLingyu{
	margin: 30px 0;
}

.lingyu_con{
	margin: auto;
	width: 90%;
	height: auto;

}
.lingyu_con ul{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;

}
.lingyu_con ul li{
	margin-bottom: 10px;
	width: 48%;
	height: auto;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.lingyu_con ul li img{
	width: 100%;
	height: auto;
}
.lingyu_con ul li .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.lingyu_con ul li .bg p{
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
}
.lingyu_con_bot{
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
.lingyu_con_bot img{
	width: 100%;
	height: auto;
}

.lingyu_con_bot .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.lingyu_con_bot .bg p{
	font-size: 14px;
	color: #fff;
}

.indexchuangxin{
	margin: 30px 0;
	width: 100%;
	height: auto;
}

.jishu_con{
	margin: auto;
	width: 90%;
	height: auto;
}
.jishu_con .jishu_con_top{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.jishu_con .jishu_con_top ul{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jishu_con .jishu_con_top ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	width:31%;
	height: 100px;
	border-radius: 20px;
	background: linear-gradient(to bottom, #c3f5f9, #afc6ed);
}

.jishu_con .jishu_con_top ul li .nei{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 98%;
    height: 95px;
    box-sizing: border-box;
    padding: 3px;
    background: linear-gradient(to bottom,#fafbfc,#feffff);
    border-radius: 20px;
}
.jishu_con .jishu_con_top ul li .nei img{
	width: 20px;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.jishu_con .jishu_con_top ul li .nei p{
	font-size: 12px;
	text-align: center;
}
.jishu_con_bot{
	width: 100%;
	height: auto;
}
.jishu_con_bot ul{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jishu_con_bot ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 31%;
	height: auto;

}
.jishu_con_bot ul li img:first-child{
	width: 100%;
	height: 100px;
	border-radius: 20px;
	display: block;
	
}
.jishu_con_bot ul li img:nth-child(2){
	margin: 10px 0;
	width: 20px;
	height: auto;
}
.jishu_con_bot ul li p{
	font-size: 12px;
	color: #333;
	text-align: center;
}



/*banner结束*/

.indexTitle {
	text-align: center;
	padding-bottom: 0.2rem;
}

.indexTitle .title1 {
	font-size: 0.46rem;
	line-height: 0.46rem;
	color: #353535;
	font-weight: bold;
	padding-bottom: 0.25rem;
}

.indexTitle .title2 {
	position: relative;
	font-size: 0.2rem;
	color: #aeaeae;
	text-transform: uppercase;
	height: 0.5rem;
}

.indexSearch {
	height: 2.9rem;
	background: url(../image/searchBg.jpg) center no-repeat;
	background-size: cover;
}

.indexSearch .mxfDiv {
	padding: 0.2rem;
	position: relative;
}

.indexSearch .txt {
	width: 5.3rem;
	height: 0.83rem;
	margin: 0 auto;
	text-align: center;
	background: url(../image/nimg415_1.png) center no-repeat;
	background-size: 4.6rem;
}

.indexSearch .txt em {
	display: block;
	color: #fff;
	font-size: 0.32rem;
	line-height: 0.83rem;
}

.indexSearch .right {
	padding-top: 0.2rem;
}

.indexSearch .form {
	width: 100%;
	height: 0.9rem;
	background: #fff;
	position: relative;
}

.indexSearch .form .input1 {
	text-indent: 0.9rem;
	height: 0.9rem;
	line-height: 0.9rem;
	color: #878787;
	font-size: 0.24rem;
	width: 75%;
	background: url(../image/nimg24_1.png) 0.25rem center no-repeat;
	background-size: 0.36rem;
}

.indexSearch .form .btn1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
	height: 0.9rem;
	line-height: 0.9rem;
	color: #fff;
	background: #0079ff;
	font-size: 0.32rem;
}

.indexSearch .keywords {
	position: relative;
	font-size: 0.24rem;
	padding-right: 0.8rem;
	line-height: 0.42rem;
	height: 0.42rem;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
	padding-top: 0.2rem;
}

.indexSearch .keywords a {
	padding-right: 0.2rem;
	color: #fff;
}

.indexSearch .keywords .more {
	position: absolute;
	right: 0;
	top: 0.2rem;
}

.indexSearch .keywords a:hover {
	text-decoration: underline;
}

.indexPart1 {
	background: #f0f0f0;
	padding: 0.3rem 0.2rem;
}

.indexA {
	position: relative;
}

.indexA .swiper-slide .imgDiv {
	overflow: hidden;
}

.indexA .swiper-slide .imgDiv img {
	width: 100%;
}

.indexA .swiper-slide .botDiv {
	padding: 0.3rem 0.2rem 0.4rem;
	background: #fff;
	position: relative;
}

.indexA .swiper-slide .name {
	height: 0.4rem;
	color: #313131;
	position: relative;
	padding-right: 0.5rem;
}

.indexA .swiper-slide .name p {
	display: inline-block;
	height: 0.4rem;
	line-height: 0.4rem;
	overflow: hidden;
	font-size: 0.28rem;
	padding-right: 0.15rem;
}

.indexA .swiper-slide .name img {
	display: inline-block;
	position: absolute;
	top: -0.25rem;
}

.indexA .swiper-slide .content {
	font-size: 0.24rem;
	color: #888;
	height: 0.48rem;
	line-height: 0.48rem;
	overflow: hidden;
}

.indexA .swiper-slide .ico {
	margin-top: 0.15rem;
	width: 0.34rem;
	height: 0.34rem;
	background: url(../image/nimg25_1.png) center no-repeat;
	background-size: 0.34rem;
}

.indexA .swiper-slide:hover .imgDiv img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.indexA .swiper-slide:hover .botDiv {
	background: #5d9a1b;
}

.indexA .swiper-slide:hover .name {
	color: #fff;
}

.indexA .swiper-slide:hover .content {
	color: #fff;
}

.indexA .swiper-slide:hover .ico {
	background: url(../image/nimg25_1on.png) center no-repeat;
	background-size: 0.32rem;
}

.indexA .prev {
	z-index: 1;
	left: -0.1rem;
	position: absolute;
	display: block;
	background: url(../image/nimg50_left.png) center no-repeat;
	width: 0.6rem;
	height: 0.6rem;
	background-size: 0.6rem;
	top: 35%;
	margin-top: -0.3rem;
}

.indexA .next {
	z-index: 1;
	right: -0.1rem;
	position: absolute;
	display: block;
	background: url(../image/nimg50_right.png) center no-repeat;
	width: 0.6rem;
	height: 0.6rem;
	background-size: 0.6rem;
	top: 35%;
	margin-top: -0.3rem;
}

.indexA .prev:hover {
	background: url(../image/nimg50_lefton.png) center no-repeat;
	background-size: 0.6rem;
}

.indexA .next:hover {
	background: url(../image/nimg50_righton.png) center no-repeat;
	background-size: 0.6rem;
}

.indexPart2 {
	padding-top: 0.65rem;
}

.indexPart2 .tab2 {
	border-top: #dcdcdc solid 1px;
}

.indexPart2 .tab2 li {
	float: left;
	width: 25%;
	border-bottom: #dcdcdc solid 1px;
	background: #f8f8f8;
	text-align: center;
}

.indexPart2 .tab2 li .box {
	height: 1.9rem;
	border-right: #dcdcdc solid 1px;
	position: relative;
}

.indexPart2 .tab2 li a {
	display: block;
	width: 100%;
	height: 100%;
}

.indexPart2 .tab2 li:nth-child(4n) .box {
	border-right: none;
}

.indexPart2 .tab2 li .ico {
	padding-top: 0.35rem;
	margin: 0 auto;
	width: auto;
	height: 0.56rem;
	position: relative;
}

.indexPart2 .tab2 li .ico img {
	width:auto;
}

.indexPart2 .tab2 li .ico .img1 {
	opacity: 0;
	position: absolute;
	left: 30%;
	bottom: 0;
}

.indexPart2 .tab2 li .name {
	padding-top: 0.2rem;
	font-size: 0.24rem;
	color: #393939;
}

.indexPart2 .tab2 li .box:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0.25rem;
	opacity: 0;
	width: 0.24rem;
	height: 0.15rem;
	margin-left: -0.12rem;
	background: url(../image/nimg14_1.png) center no-repeat;
	background-size: 0.24rem;
}

.indexPart2 .tab2 .liNow .name {
	color: #393939;
}

.indexPart2 .tab2 .liNow .box {
	/* background-image: -webkit-linear-gradient(left top, #7ebafc, #007aff);
	background-image: -moz-linear-gradient(left top, #7ebafc, #007aff);
	background-image: -o-linear-gradient(left top, #7ebafc, #007aff);
	background-image: linear-gradient(to right bottom, #7ebafc, #007aff); */
}

.indexPart2 .tab2 .liNow .ico img {
	opacity: 0;
}

.indexPart2 .tab2 .liNow .ico .img1 {
	opacity: 1;
}

.indexPart2 .tab2 .liNow .box:after {
	opacity: 1;
	bottom: 0.2rem;
}

.indexPart2 .imgDiv {
	position: relative;
}

.indexPart2 .imgDiv img {
	width: 100%;
}

.indexPart2 .txt2 {
	position: absolute;
	left: 0.4rem;
	bottom: 0.25rem;
	color: #fff;
	font-size: 0.32rem;
	line-height: 0.32rem;
}

.indexPart2 .contentBox {
	padding: 0.25rem 0.4rem 0.3rem;
	position: relative;
	/* background-image: -webkit-linear-gradient(left top, #7ebafc, #007aff);
	background-image: -moz-linear-gradient(left top, #7ebafc, #007aff);
	background-image: -o-linear-gradient(left top, #7ebafc, #007aff);
	background-image: linear-gradient(to right bottom, #7ebafc, #007aff); */
	background: rgba(91, 168, 252, .5);
}

.indexPart2 .contentBox:after {
	display: none;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 4.0rem;
	height: 2.35rem;
	background: url(../image/nimg254Bg.png) center no-repeat;
	background-size: 4.0rem;
}

.indexPart2 .list {
	padding-bottom: 0.2rem;
	position: relative;
	z-index: 1;
}

.indexPart2 .list p {
	display: inline-block;
	height: 0.65rem;
	line-height: 0.65rem;
	background: #fff;
	border-radius: 0.08rem;
	text-align: center;
	font-size: 0.26rem;
	color: #0079ff;
	padding: 0 0.15rem;
}

.indexPart2 .list ul {
	margin-top: 0.1rem;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indexPart2 .list li {
	margin-bottom: 15px;
	float: left;
	font-size: 0.24rem;
	line-height: 0.6rem;
	position: relative;
	width: 49%;
}
.indexPart2 .list li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
}
.indexPart2 .list li a img{
	width:100%;
	height: auto;
}
.indexPart2 .list li a p{
	font-size: 13px;
}

.indexPart2 .list li:after {
	display: none;
	content: '';
	position: absolute;
	right: 0.2rem;
	top: 50%;
	margin-top: -0.15rem;
	width: 1px;
	height: 0.3rem;
	background: #fff;
}

.indexPart2 .list li a {
	color: #fff;
}

.indexPart2 .list li a:hover {
	text-decoration: underline;
}

.indexPart2 .list ul::-webkit-scrollbar {
	width: 0.1rem;
	height: 0.1rem;
}

.indexPart2 .list ul::-webkit-scrollbar-thumb {
	background-color: #D1D1D1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-left: 2px solid transparent;
	border-top: 2px solid transparent;
}

.indexPart3 {
	padding-top: 0.65rem;
	overflow: hidden;
}

.indexPart3 .msg {
	padding: 0 0.1rem 0.55rem;
	text-align: center;
	font-size: 0.28rem;
	color: #5c5c5c;
}

.zjmxfDiv {
	height: 5.8rem;
	background: url(../image/nimg750Bg.jpg) left center no-repeat;
	background-size: cover;
	padding: 1.0rem 0 0 0.2rem;
}

.zjmxfDiv .baozhe {
	padding-bottom: 1.3rem;
	position: relative;
	overflow: hidden;
}

.zjmxfDiv .list {
	width: 9.5rem;
	overflow: hidden;
	position: relative;
}

.zjmxfDiv .list li .imgDiv {
	overflow: hidden;
	width:155px;
	height: 100px;
}

.zjmxfDiv .list li .imgDiv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zjmxfDiv .list li .botDiv {
	padding: 10px 10px 0;
	height: 1.0rem;
	background: #f9f9f9;
}

.zjmxfDiv .list li .name {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 0.72rem;
	line-height: 0.36rem;
	color: #0079ff;
	overflow: hidden;
}

.zjmxfDiv .list li .content {
	display: none;
	font-size: 0.24rem;
	line-height: 0.48rem;
	height: 0.96rem;
	overflow: hidden;
	color: #929292;
	padding-top: 0.15rem;
}

.zjmxfDiv .list li .ico {
	width: 34px;
	height: 34px;
	margin: 15px auto 0;
	opacity: 0;
}

.zjmxfDiv .list li:hover .imgDiv img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zjmxfDiv .layer {
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	z-index: 2;
	height: 0.8rem;
}

.zjmxfDiv .arrow {
	position: absolute;
	right: 0.3rem;
	bottom: 0;
}

.zjmxfDiv .arrow a {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	float: left;
	margin-left: 0.25rem;
}

.zjmxfDiv .arrow .prev {
	background: url(../image/nimg70_left.png) center no-repeat;
	background-size: 0.8rem;
}

.zjmxfDiv .arrow .next {
	background: url(../image/nimg70_right.png) center no-repeat;
	background-size: 0.8rem;
}

.zjmxfDiv .arrow .prev:hover {
	background: url(../image/nimg70_lefton.png) center no-repeat;
	background-size: 0.8rem;
}

.zjmxfDiv .arrow .next:hover {
	background: url(../image/nimg70_righton.png) center no-repeat;
	background-size: 0.8rem;
}

.zjmxfDiv .num {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0.48rem;
	line-height: 0.36rem;
	color: #fff;
	text-align: center;
	z-index: 1;
	padding-bottom: 0.25rem;
	width: 2rem;
	position: relative;
	font-family: GOTHICB;
}

.zjmxfDiv .num:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	z-index: 1;
}

.zjmxfDiv .num:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 26%;
	height: 1px;
	background: #fff;
	z-index: 2;
}

.zjmxfDiv .num span {
	font-size: 0.24rem;
	color: #fff;
}

.indexPart4 {
	padding: 0.65rem 0.2rem 0.3rem;
}

.indexPart4 .topDiv {
	position: relative;
}

.indexPart4 .topDiv .bg img {
	width: 100%;
}

.indexPart4 .numList {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	height: 1.8rem;
}

.indexPart4 .numList ul {
	padding-left: 0.5rem;
	padding-top: 0.5rem;
}

.indexPart4 .numList li {
	float: left;
	width: 25%;
	color: #fff;
}

.indexPart4 .numList li .num {
	font-size: 0.2rem;
}

.indexPart4 .numList li .numUp {
	font-family: bold;
	font-size: 0.48rem;
	line-height: 0.48rem;
	padding-right: 0.1rem;
	display: inline-block;
}

.indexPart4 .numList li em {
	display: inline-block;
	position: relative;
}

.indexPart4 .numList li em:after {
	content: '';
	position: absolute;
	right: 0;
	top: -0.2rem;
	width: 0.2rem;
	height: 0.2rem;
	background: url(../image/nimg13_1.png) center no-repeat;
	background-size: 0.2rem;
}

.indexPart4 .numList li p {
	font-size: 0.2rem;
	padding-top: 0.1rem;
}

.indexPart4 .botDiv {
	background: #f6f6f6;
	padding: 0.4rem 0.3rem;
	position: relative;
}

.indexPart4 .botDiv .name {
	height: 0.48rem;
	line-height: 0.48rem;
	color: #0079ff;
	font-weight: bold;
	font-size: 0.32rem;
	position: relative;
}

.indexPart4 .botDiv .content {
	padding-top: 0.2rem;
	position: relative;
	font-size: 0.24rem;
	color: #949494;
	line-height: 0.48rem;
	height: 2.4rem;
	overflow: hidden;
}

.indexPart4 .botDiv .content a {
	color: #5d9a1b;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f6f6f6;
}

.indexPart4 .botDiv .btnDiv {
	position: absolute;
	right: 0.3rem;
	bottom: 0.4rem;
}

.indexPart4 .botDiv .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.69rem;
	line-height: 0.69rem;
	text-align: center;
	font-size: 0.26rem;
	color: #fff;
	background: url(../image/btn3.png) center no-repeat;
	background-size: 2.4rem;
}

.indexPart4 .list {
	padding-top: 0.3rem;
}


.indexPart4 .list ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}


.indexPart4 .list li {
	float: left;
	margin-right: 0%;
	width: 100%;
	height: auto;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* background-image: -webkit-linear-gradient(left, #f2f2f2, #ececec);
	background-image: -moz-linear-gradient(left, #f2f2f2, #ececec);
	background-image: -o-linear-gradient(left, #f2f2f2, #ececec);
	background-image: linear-gradient(to right, #f2f2f2, #ececec); */
}

.indexPart4 .list li:nth-child(2n){
	margin-right:0;
}


.indexPart4 .list li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
}

.indexPart4 .list li .box {
	padding: 10px 10px 0;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.indexPart4 .list li .ico {
	width: 30%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.indexPart4 .list li .ico img {
	width: 100%;
}

.indexPart4 .list li .ico .img1 {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.indexPart4 .list li .name1 {
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #989898;
	line-height: 25px;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 70%;
	text-align: left;
	
}
.indexPart4 .list li .name1 p{
	font-size: 15px;
	color: #333;
	display: block;
}
.indexPart4 .list li .name1 span{
	font-size: 12px;
	color: #999;
	line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: break-spaces;
	line-height: 20px;
	margin-top: 5px;
}

.indexPart4 .list li:hover {
	background-image: -webkit-linear-gradient(left top, #7bb9fc, #077eff);
	background-image: -moz-linear-gradient(left top, #7bb9fc, #077eff);
	background-image: -o-linear-gradient(left top, #7bb9fc, #077eff);
	background-image: linear-gradient(to right bottom, #7bb9fc, #077eff);
}

.indexPart4 .list li:hover .ico img {
	opacity: 0;
}

.indexPart4 .list li:hover .ico .img1 {
	opacity: 1;
}

.indexPart4 .list li:hover .name1 {
	color: #fff;
}

.indexPart4 .list li:hover .name2 {
	color: rgba(255, 255, 255, 0.5);
}

.aboutPart1 {
	padding: 0.6rem 0.2rem;
}

.aboutPart1 .leftDiv {
	padding-top: 0.4rem;
}

.aboutPart1 .name {
	font-size: 0.42rem;
	color: #00562d;
	line-height: 0.42rem;
	font-weight: bold;
	padding-bottom: 0.2rem;
}

.aboutPart1 .txt {
	font-size: 0.36rem;
	color: #5d9a1b;
	line-height: 0.36rem;
}

.aboutPart1 .year {
	color: #ff9c00;
	font-size: 0.48rem;
	line-height: 0.48rem;
	font-family: mont;
	padding-top: 0.15rem;
	text-transform: uppercase;
}

.aboutPart1 .content {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #797979;
	padding-top: 0.25rem;
}

.aboutPart1 .rightDiv .imgDiv {
	overflow: hidden;
}

.aboutPart1 .rightDiv .imgDiv img {
	width: 100%;
}

.aboutPart1 .rightDiv .botDiv {
	width: 100%;
	height: 2.2rem;
	background: url(../image/nimg710Bg.jpg) no-repeat;
	background-size: 100%;
}

.aboutPart1 .rightDiv .numList {
	padding-top: 0.65rem;
}

.aboutPart1 .rightDiv .numList ul {
	padding: 0 0.4rem;
}

.aboutPart1 .rightDiv .numList li {
	float: left;
	width: 25%;
	color: #fff;
}

.aboutPart1 .rightDiv .numList li:last-child {
	width: auto;
	float: right;
}

.aboutPart1 .rightDiv .numList li .num {
	font-size: 0.2rem;
}

.aboutPart1 .rightDiv .numList li .numUp {
	font-family: bold;
	font-size: 0.48rem;
	line-height: 0.48rem;
	padding-right: 0.1rem;
	display: inline-block;
}

.aboutPart1 .rightDiv .numList li em {
	display: inline-block;
	position: relative;
}

.aboutPart1 .rightDiv .numList li em:after {
	content: '';
	position: absolute;
	right: 0;
	top: -0.2rem;
	width: 0.2rem;
	height: 0.2rem;
	background: url(../image/nimg13_1.png) center no-repeat;
	background-size: 0.2rem;
}

.aboutPart1 .rightDiv .numList li p {
	font-size: 0.2rem;
	padding-top: 0.1rem;
}

.aboutPart2 {
	padding: 0.6rem 0.2rem;
}

.aboutPart2 .imgDiv {
	padding-top: 0.5rem;
}

.aboutPart2 .imgDiv img {
	width: 100%;
}

.aboutPart2 .txt {
	font-size: 0.32rem;
	line-height: 0.32rem;
	color: #5d9a1b;
	font-weight: bold;
	padding-bottom: 0.4rem;
}

.aboutPart2 .content {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #797979;
}

.aboutPart3 {
	padding: 0.6rem 0.2rem 0.3rem;
}

.aboutPart3 .txt {
	font-size: 0.32rem;
	line-height: 0.56rem;
	color: #5d9a1b;
	font-weight: bold;
	padding-bottom: 0.3rem;
}

.aboutPart3 .content {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #797979;
	padding-bottom: 0.5rem;
}

.aboutPart3 .mxfDiv {
	position: relative;
}

.aboutPart3 .mxfDiv .imgDiv img {
	width: 100%;
}

.aboutPart3 .mxfDiv .wen {
	left: 0.3rem;
	font-size: 0.28rem;
	color: #616161;
	top: 1.2rem;
	position: absolute;
	z-index: 1;
}

.aboutPart4 {
	position: relative;
}

.aboutPart4 .bg img {
	width: 100%;
}

.aboutPart4 .pjDiv {
	padding: 0 0.2rem;
	position: relative;
}

.aboutPart4 .layerDiv {
	position: absolute;
	left: 3%;
	top: 0;
	width: 94%;
	height: 58%;
	background: url(../image/bg3.png) center repeat-x;
}

.aboutPart4 .mxfDiv {
	padding: 0.6rem 0.4rem;
}

.aboutPart4 .content {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #fff;
}

.aboutPart4 .txt {
	padding-top: 0.4rem;
	color: rgba(255, 255, 255, 0.2);
	font-size: 0.26rem;
}

.aboutPart4 .txt em {
	display: block;
	font-size: 0.4rem;
	font-weight: bold;
}

.historyPart1 {
	padding: 0.6rem 0.2rem;
	position: relative;
}

.historyPart1 .mxfDiv {
	padding-top: 0.6rem;
}

.historyPart1 .topDiv {
	position: relative;
}

.historyPart1 .topDiv .bg img {
	width: 100%;
}

.historyPart1 .topDiv .layer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.historyPart1 .txt {
	padding: 0.6rem 0.4rem 0.25rem 0.4rem;
	font-size: 0.36rem;
	color: #ff8400;
	font-weight: bold;
}

.historyPart1 .wen {
	padding-left: 0.4rem;
	padding-bottom: 0.25rem;
	color: #fffabf;
	font-size: 0.36rem;
	line-height: 0.36rem;
	text-transform: uppercase;
	font-family: mont;
}

.historyPart1 .content {
	font-size: 0.2rem;
	line-height: 0.42rem;
	color: #fff;
	padding: 0 0.4rem;
}

.historyPart1 .botDiv img {
	width: 100%;
}

.historyPart2 {
	padding: 0 0.2rem 1.0rem;
}

.historyPart2 .list {
	position: relative;
	padding: 0.3rem 0 0.5rem;
}

.historyPart2 .list:before {
	content: '';
	position: absolute;
	left: 0.15rem;
	top: 0;
	width: 0.04rem;
	background: #c0dea0;
	height: 100%;
}

.historyPart2 .list li {
	padding-left: 0.65rem;
	padding-bottom: 1.0rem;
	position: relative;
	background: url(../image/nimg24_3.png) left 0.06rem no-repeat;
	background-size: 0.3rem;
}

.historyPart2 .list li .year {
	font-size: 0.24rem;
	color: #959595;
}

.historyPart2 .list li .year em {
	font-family: mont;
	color: #5d9a1b;
	font-size: 0.42rem;
	line-height: 0.42rem;
	padding-right: 0.05rem;
}

.historyPart2 .list li .txt {
	font-size: 0.36rem;
	color: #000;
	padding: 0.4rem 0;
	line-height: 0.48rem;
}

.historyPart2 .list li .msg {
	padding-bottom: 0.3rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #959595;
	padding-right: 0.3rem;
}

.historyPart2 .list li .imgDiv {
	padding-right: 0.3rem;
}

.historyPart2 .list li .imgDiv img {
	width: 100%;
}

.honor {
	padding-top: 0.6rem;
}

.honor .bigBox .imgDiv img {
	width: 100%;
}

.honor .bigBox .botDiv {
	width: 100%;
	height: 5.0rem;
	background: url(../image/nimg450Bg2.jpg) center no-repeat;
}

.honor .bigBox .botDiv .mxfDiv {
	padding: 0 0.4rem;
}

.honor .bigBox .txt {
	padding-top: 0.7rem;
	font-size: 0.32rem;
	color: #00562d;
}

.honor .bigBox .txt em {
	padding-left: 0.2rem;
}

.honor .bigBox .wen {
	padding-top: 0.2rem;
	padding-bottom: 0.25rem;
	color: #5d9a1b;
	font-size: 0.48rem;
	line-height: 0.48rem;
	text-transform: uppercase;
	font-family: mont;
}

.honor .bigBox .content {
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #9b7d48;
}

.honorTab {
	text-align: center;
	padding: 0.6rem 0.5rem 0;
}

.honorTab ul {
	margin-right: -0.2rem;
}

.honorTab li {
	display: inline-block;
}

.honorTab li .box {
	margin-right: 0.2rem;
}

.honorTab li a {
	display: block;
	height: 0.8rem;
	width: 2.4rem;
	line-height: 0.8rem;
	background: #eee;
	font-size: 0.3rem;
	border-radius: 0.48rem;
}

.honorTab li a:hover,
.honorTab li .aNow {
	background-image: -webkit-linear-gradient(top, #ffc263, #ff9c00);
	background-image: -moz-linear-gradient(top, #ffc263, #ff9c00);
	background-image: -o-linear-gradient(left top, #ffc263, #ff9c00);
	background-image: linear-gradient(to bottom, #ffc263, #ff9c00);
	color: #fff;
}

.honor .list {
	padding-top: 0.5rem;
}

.honor .list ul {
	margin-right: -0.2rem;
}

.honor .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.3rem;
}

.honor .list li .box {
	margin-right: 0.2rem;
	padding: 0.3rem 0;
	background: #f9f9f9;
}

.honor .list li .szDiv {
	position: relative;
	text-align: center;
}

.honor .list li .imgDiv {
	height: 3.0rem;
	line-height: 3.0rem;
}

.honor .list li .imgDiv img {
	max-width: 3.0rem;
	max-height: 3.0rem;
}

.honor .list li .ico {
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	top: 50%;
	margin-top: -38px;
	width: 76px;
	height: 76px;
	line-height: 76px;
	background: rgba(93, 154, 27, 0.8);
	border-radius: 50%;
}

.honor .list li .name {
	padding: 0.2rem 0.2rem 0;
	height: 0.96rem;
	line-height: 0.48rem;
	text-align: center;
	color: #393f4b;
	font-size: 0.28rem;
	overflow: hidden;
}

.honor .list li .time {
	font-size: 0.24rem;
	text-align: center;
	color: #b1b1b1;
	padding-top: 0.1rem;
}

#mbOverlay {
	position: fixed;
	z-index: 555;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(http://www.cas-test.org/m/style/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	height: 557px;
	position: absolute;
	z-index: 9999;
	left: 50%;
	background-color: #fff;
	-moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
}

#mbCenter.mbLoading {
	background: #fff url(../image/WhiteLoading.gif) no-repeat center;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	left: 0;
	top: 0;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px 8px 10px;
}

#mbImage a,
#mbImage a:link,
#mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover,
#mbImage a:active {
	color: #fff;
}

#mbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
}

#mbTitle {
	color: #666;
	line-height: 20px;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
	padding-bottom: 0;
	display: none;
}

#mbNumber {
	background: url(http://www.cas-test.org/m/style/images/mbNumber_bg.gif) no-repeat center;
	display: inline;
	color: #C00;
	line-height: 26px;
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: center;
	width: 65px;
	height: 26px;
	display: none;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink,
#mbNextLink,
#mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 32px;
	height: 100px;
	background: transparent url(../image/CustomBlackPrevious.gif) no-repeat center;
	position: absolute;
	top: 28%;
	left: -24px;
}

#mbNextLink {
	width: 32px;
	height: 100px;
	background: transparent url(../image/CustomBlackNext.gif) no-repeat center;
	position: absolute;
	top: 28%;
	right: -24px;
}

#mbCloseLink {
	width: 24px;
	height: 24px;
	background: transparent url(../image/CustomBlackClose.gif) no-repeat center;
	position: absolute;
	top: 10px;
	right: 10px;
}

#mbError {
	position: relative;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a,
#mbError a:link,
#mbError a:visited,
#mbError a:hover,
#mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

.culture {
	padding-top: 0.6rem;
}

.culture .leftDiv .toptop {
	position: relative;
}

.culture .leftDiv .imgDiv img {
	width: 100%;
}

.culture .leftDiv .layerDiv {
	position: absolute;
	left: 0.4rem;
	top: 2.3rem;
}

.culture .leftDiv .txt {
	font-size: 0.36rem;
	font-weight: bold;
	color: #fff;
	line-height: 0.56rem;
}

.culture .leftDiv .wen {
	color: #fff;
	font-size: 0.36rem;
	line-height: 0.56rem;
}

.culture .leftDiv .botbot {
	position: relative;
	padding: 0.8rem 0.4rem;
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.culture .leftDiv .botbot:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 4.0rem;
	height: 2.16rem;
	background: url(../image/nimg311Bg.png) center no-repeat;
	background-size: 4.0rem;
}

.culture .leftDiv .ico {
	padding-bottom: 0.25rem;
	position: relative;
	z-index: 1;
}

.culture .leftDiv .ico img {
	width: 0.56rem;
}

.culture .leftDiv .zi {
	font-size: 0.32rem;
	color: #b8daa6;
	line-height: 0.48rem;
	text-transform: uppercase;
	font-family: mont;
	position: relative;
	z-index: 1;
}

.culture .list {
	padding-top: 0.2rem;
}

.culture .list li {
	position: relative;
	margin-bottom: 0.2rem;
}

.culture .list li .bg img {
	width: 100%;
}

.culture .list li .layerDiv {
	position: absolute;
	top: 1.1rem;
	left: 0.4rem;
	z-index: 1;
	color: #fff;
}

.culture .list li .layerDiv .ico {
	position: absolute;
	right: 0.4rem;
	top: -0.3rem;
}

.culture .list li .layerDiv .ico img {
	width: 0.56rem;
}

.culture .list li .layerDiv .txt {
	font-weight: bold;
	font-size: 0.36rem;
	line-height: 0.56rem;
	padding-bottom: 0.1rem;
}

.culture .list li .layerDiv2 .txt {
	padding-top: 0.6rem;
}

.culture .list li .layerDiv .wen {
	font-size: 0.36rem;
	line-height: 0.56rem;
	padding-right: 0.6rem;
}

.culture .list li .layerDiv .wen em {
	padding-left: 0.2rem;
}

.video {
	padding-top: 0.6rem;
}

.video .list ul {
	margin-right: -0.2rem;
}

.video .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.35rem;
}

.video .list li .box {
	margin-right: 0.2rem;
	background: #f9f9f9;
}

.video .list li .imgDiv {
	position: relative;
	overflow: hidden;
}

.video .list li .imgDiv img {
	width: 100%;
}

.video .list li .ico {
	position: absolute;
	left: 50%;
	margin-left: -0.66rem;
	width: 1.32rem;
	height: 0.76rem;
	top: 50%;
	margin-top: -0.38rem;
	border-radius: 0.48rem;
	z-index: 1;
	background: #fff url(../image/nimg9_2.png) center no-repeat;
	background-size: 0.18rem;
}

.video .list li .botDiv {
	padding: 0.35rem 0.3rem;
}

.video .list li .name {
	height: 0.48rem;
	line-height: 0.48rem;
	color: #393f4b;
	font-size: 0.32rem;
	font-weight: bold;
	overflow: hidden;
}

.video .list li .time {
	color: #c9c9c9;
	font-size: 0.24rem;
	padding-top: 0.15rem;
	font-family: mont;
}

.news {
	padding-top: 0.6rem;
}

.news .detail {
	height: auto;
	position: relative;
}

.news .detail a {
	display: block;
	width: 100%;
	height: 100%;
}

.news .detail .imgDiv {
	position: relative;
}

.news .detail .imgDiv img {
	width: 100%;
}

.news .detail .time {
	padding: 0.3rem 0.4rem 0;
	height: 0.48rem;
	line-height: 0.48rem;
	font-family: mont;
	color: #5ca721;
	font-size: 0.32rem;
}

.news .detail .name {
	font-size: 0.36rem;
	line-height: 0.48rem;
	height: 0.96rem;
	font-weight: bold;
	padding: 0.1rem 0.4rem 0;
	color: #000;
}

.news .detail .content {
	padding: 0.1rem 0.4rem 0 0.4rem;
	line-height: 0.48rem;
	height: 0.96rem;
	font-size: 0.24rem;
	overflow: hidden;
	color: #939393;
}

.news .list {
	padding-top: 0.5rem;
}

.news .list li {
	margin-bottom: 0.2rem;
}

.news .list li a {
	display: block;
	padding: 0.4rem;
	position: relative;
	background: #f8f8f8;
}

.news .list li .time {
	position: relative;
	font-size: 0.32rem;
	color: #b7b7b7;
	line-height: 0.32rem;
	font-family: mont;
}

.news .list li .name {
	padding-top: 0.25rem;
	height: 0.96rem;
	line-height: 0.48rem;
	font-weight: bold;
	font-size: 0.32rem;
	color: #4c4c4c;
}

.news .list li .content {
	padding-top: 0.15rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
	height: 0.96rem;
	overflow: hidden;
	color: #929292;
}

.newShow {
	padding-bottom: 0.8rem;
}

.newShow .name {
	font-weight: bold;
	font-size: 0.36rem;
	color: #231e37;
	line-height: 0.6rem;
	padding-bottom: 0.1rem;
}

.newShow .wnList {
	padding-bottom: 0.1rem;
	overflow: hidden;
}

.newShow .wnList li {
	float: left;
	color: #ccc;
	font-size: 0.26rem;
	font-weight: bold;
	padding-right: 0.3rem;
}

.newShow .wnList li img {
	margin-right: 0.15rem;
	width: 0.32rem;
}

.newShow .content {
	font-size: 0.24rem;
	color: #828282;
	line-height: 0.42rem;
}

.newShow .imgDiv {
	padding: 0.2rem 0;
	text-align: center;
}

.newShow .imgDiv img {
	width: 100%;
}

.sideBot {
	background: #fafafa;
	padding: 0.6rem 0.4rem;
}

.pageDown li {
	height: 0.5rem;
	font-size: 0.26rem;
}

.pageDown li a {
	display: block;
	height: 0.5rem;
	line-height: 0.5rem;
	overflow: hidden;
	color: #333;
}

.pageDown li em {
	color: #999;
}

.pageDown li a:hover {
	color: #5d9a1b;
}

.sideBot .share {
	padding-top: 0.25rem;
}

.sideBot .share li {
	float: left;
	margin-right: 0.25rem;
	width: 0.64rem;
	height: 0.64rem;
}

.sideBot .share li img {
	width: 0.64rem;
}

.sideBot .returnBtn {
	padding-top: 0.5rem;
}

.sideBot .returnBtn a {
	display: block;
	width: 100%;
	height: 1.0rem;
	line-height: 1.0rem;
	background: #5d9a1b;
	text-align: center;
	font-size: 0.32rem;
	color: #fff;
}

.sideBot .returnBtn img {
	margin-left: 0.2rem;
	width: 0.24rem;
	position: relative;
	top: -0.04rem;
}

.conceptPart1 {
	padding: 0.6rem 0.2rem 1.0rem;
	background: url(../image/nimg377Bg.jpg) right 0.1rem no-repeat;
	background-size: 3.7rem;
}

.conceptPart1 .mxfDiv {
	margin-top: 0.8rem;
	background: #f9fff5;
	height: 3.4rem;
	position: relative;
	padding-left: 4.4rem;
}

.conceptPart1 .mxfDiv .imgDiv {
	position: absolute;
	left: 0;
	top: 0;
}

.conceptPart1 .mxfDiv .imgDiv img {
	height: 3.4rem;
}

.conceptPart1 .mxfDiv .txt {
	padding: 0.9rem 0 0.2rem;
	font-size: 0.36rem;
	line-height: 0.36rem;
	font-weight: bold;
	color: #5d9a1b;
}

.conceptPart1 .mxfDiv .wen {
	font-size: 0.36rem;
	color: #c6eabc;
	line-height: 0.54rem;
	text-transform: uppercase;
	font-family: mont;
}

.conceptPart2 {
	height: auto;
	padding: 0.8rem 0.2rem;
	background: url(../image/conceptBg.jpg) center no-repeat;
	background-size: cover;
}

.conceptPart2 .list ul {
	margin-right: -0.2rem;
}

.conceptPart2 .list li {
	float: left;
	width: 50%;
	margin-bottom: 0.2rem;
}

.conceptPart2 .list li .box {
	margin-right: 0.2rem;
	position: relative;
	overflow: hidden;
}

.conceptPart2 .list li .bg img {
	width: 100%;
}

.conceptPart2 .list li .layerDiv {
	position: absolute;
	left: 0;
	top: 0.8rem;
	z-index: 1;
	width: 100%;
	text-align: center;
	color: #fff;
}

.conceptPart2 .list li .ico {
	padding-bottom: 0.4rem;
}

.conceptPart2 .list li .ico img {
	width: 0.48rem;
}

.conceptPart2 .list li .name {
	font-weight: bold;
	font-size: 0.32rem;
	line-height: 0.32rem;
	padding-bottom: 0.5rem;
}

.conceptPart2 .list li .zi {
	width: 2.4rem;
	margin: 0 auto;
	position: relative;
}

.conceptPart2 .list li .zi img {
	width: 1.0rem;
}

.conceptPart2 .list li .zi:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0.4rem;
	height: 0.33rem;
	background: url(../image/nimg28_1.png) center no-repeat;
	background-size: 0.4rem;
}

.conceptPart2 .list li .zi:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0.4rem;
	height: 0.33rem;
	background: url(../image/nimg28_2.png) center no-repeat;
	background-size: 0.4rem;
}

.conceptPart2 .list li .txt {
	font-size: 0.22rem;
	padding-top: 0.3rem;
}

.conceptPart3 {
	padding: 0.6rem 0.2rem 0.8rem;
}

.conceptPart3 .mxfDiv {
	height: 3.0rem;
	background: #eef9f3;
	position: relative;
}

.conceptPart3 .imgDiv {
	position: absolute;
	right: 0;
	top: 0;
}

.conceptPart3 .imgDiv img {
	height: 3.0rem;
}

.conceptPart3 .msg {
	padding: 0.4rem 2.2rem 0 0.3rem;
	font-size: 0.2rem;
	color: #6b6465;
	line-height: 0.34rem;
}

.job {
	padding-top: 0.6rem;
}

.job .txt {
	font-weight: bold;
	font-size: 0.36rem;
	color: #5d9a1b;
	padding-bottom: 0.25rem;
}

.job .content {
	font-size: 0.24rem;
	line-height: 0.48rem;
	padding-bottom: 0.4rem;
}

.job .wen {
	font-weight: bold;
	font-size: 0.32rem;
	line-height: 0.56rem;
	color: #5d9a1b;
	padding-bottom: 0.5rem;
}

.job .list {
	padding-top: 0.55rem;
}

.job .list li {
	margin-bottom: 0.2rem;
	background: #fafafa;
	position: relative;
}

.job .list li .box {
	padding: 0.5rem 0 1.4rem;
	border-top: #ececec solid 2px;
}

.job .list li .name {
	padding-left: 0.3rem;
	font-size: 0.34rem;
	color: #252525;
	line-height: 0.34rem;
	font-weight: bold;
}

.job .list li .msgList {
	padding: 0.2rem 0 0 0.3rem;
}

.job .list li .msgList dd {
	float: left;
	padding-right: 0.35rem;
	line-height: 0.48rem;
	font-size: 0.24rem;
	color: #969696;
}

.job .list li .hideBox {
	display: none;
	padding: 0.5rem 0.3rem 0;
}

/*.job .list li .ico{ position: absolute; right: 0.3rem; bottom: 0.4rem; z-index: 1; width: 0.7rem; height: 0.7rem; background: url(../images/nimg59_1.png) center no-repeat; background-size: 0.7rem;}
.job .list li .ico a{ display: block; width: 100%; height: 100%;}*/
.job .list li .ico {
	position: absolute;
	right: 0.3rem;
	bottom: 0.4rem;
	z-index: 1;
	font-size: 0.28rem;
}

.job .list li .ico a {
	display: block;
	width: 100%;
	height: 100%;
	color: #5d9a1b;
}

.job .list li .txt {
	font-weight: bold;
	font-size: 0.24rem;
	color: #252525;
	line-height: 0.24rem;
}

.job .list li .msg {
	font-size: 0.22rem;
	line-height: 0.46rem;
	color: #999;
	padding-bottom: 0.3rem;
}

.job .list li .tips {
	font-size: 0.24rem;
	color: #999;
	line-height: 0.48rem;
}

.job .list li .tips b {
	color: #252525;
}

.job .list li .tips em {
	padding-left: 0.15rem;
}

.job .list .liNow .box {
	border-top: #d9e6b8 solid 2px;
}

.job .list .liNow .name {
	color: #5d9a1b;
}

.job .list .liNow .ico {
	background: url(../image/nimg59_1on.png) center no-repeat;
	background-size: 0.7rem;
}

.job .list .btnGroup {
	padding-top: 0.3rem;
}

.job .list .btnGroup dd {
	float: left;
	margin-right: 0.2rem;
}

.job .list .btnGroup dd a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	border-radius: 0.4rem;
	background: #dedede;
	text-align: center;
	line-height: 0.8rem;
	color: #fff;
	font-size: 0.28rem;
}

.job .list .btnGroup dd a:hover {
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.sideContact {
	padding: 0.4rem 0 0.3rem 0.5rem;
	position: relative;
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.sideContact:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 4.0rem;
	height: 2.35rem;
	background: url(../image/nimg254Bg.png) center no-repeat;
	background-size: 4.0rem;
}

.sideContact .ico {
	padding-bottom: 0.3rem;
}

.sideContact .ico img {
	width: 0.6rem;
}

.sideContact .txt {
	color: #fff;
	font-size: 0.32rem;
	padding-bottom: 0.35rem;
}

.sideContact .msgList {
	position: relative;
	z-index: 1;
}

.sideContact .msgList li {
	position: relative;
	padding: 0 0 0.25rem 1.1rem;
	color: #fff;
	font-size: 0.26rem;
	line-height: 0.52rem;
}

.sideContact .msgList li em {
	position: absolute;
	left: 0;
	top: 0;
}

.study {
	padding-top: 0.6rem;
}

.study .part1 .imgDiv img {
	width: 100%;
}

.study .part1 .conDiv {
	position: relative;
	padding: 0.5rem 0.4rem;
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.study .part1 .name {
	padding-bottom: 0.25rem;
	font-weight: bold;
	font-size: 0.36rem;
	color: #fff;
}

.study .part1 .content {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #d3e6c5;
}

.study .part2 {
	padding-top: 0.5rem;
}

.study .part2 .title {
	text-align: center;
	font-weight: bold;
	font-size: 0.36rem;
	line-height: 0.36rem;
	padding: 0.6rem 0 0.5rem;
	color: #005c35;
}

.study .part2 .content {
	font-size: 0.24rem;
	line-height: 0.48rem;
}

.study .part2 .list {
	padding-top: 0.4rem;
}

.study .part2 .list li {
	padding-bottom: 0.25rem;
}

.study .part2 .list li .box {
	padding: 0 0.4rem 0.6rem;
	cursor: pointer;
	background: #fbfaf8;
	border: #ecd3ba solid 3px;
	border-radius: 0.12rem;
}

.study .part2 .list .li01 .box {
	border: #cec0d6 solid 3px;
	background: #fbf9fc;
}

.study .part2 .list .li02 .box {
	border: #a7d7f5 solid 3px;
	background: #f8fafb;
}

.study .part2 .list li .ico {
	padding: 0.3rem 0;
	text-align: center;
}

.study .part2 .list li .ico img {
	width: 1.1rem;
}

.study .part2 .list li .name1 {
	font-weight: bold;
	font-size: 0.36rem;
	line-height: 0.36rem;
	padding-bottom: 0.2rem;
	color: #5d9a1b;
	text-align: center;
}

.study .part2 .list li .name2 {
	font-weight: bold;
	font-size: 0.24rem;
	color: #c8c8c8;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
	text-align: center;
}

.study .part2 .list li .msg {
	font-size: 0.24rem;
	color: #676767;
	line-height: 0.48rem;
}

.study .part2 .list li .box:hover {
	-webkit-box-shadow: 0 0.17rem 0.4rem 0 hsla(230, 9%, 48%, .2);
	box-shadow: 0 0.17rem 0.4rem 0 hsla(230, 9%, 48%, .2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.study .part3 {
	padding-top: 0.7rem;
}

.study .part3 .list li {
	padding-bottom: 0.5rem;
}

.study .part3 .list li .imgDiv img {
	width: 100%;
}

.study .part3 .list li .name {
	padding-top: 0.3rem;
	font-weight: bold;
	font-size: 0.36rem;
	color: #005c35;
}

.study .part3 .list li .content {
	padding-top: 0.3rem;
	font-size: 0.24rem;
	color: #676767;
	line-height: 0.48rem;
}

.contactPart1 {
	padding: 0.6rem 0.2rem;
	position: relative;
	overflow: hidden;
}

.contactPart1 .leftDiv {
	padding-bottom: 0.6rem;
}

.contactPart1 .txt {
	padding-bottom: 0.45rem;
	font-weight: bold;
	color: #005c35;
	font-size: 0.42rem;
	line-height: 0.42rem;
}

.contactPart1 .name1 {
	font-weight: bold;
	color: #5d9a1b;
	font-size: 0.36rem;
	line-height: 0.36rem;
}

.contactPart1 .name2 {
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #b2b2b2;
	padding-top: 0.15rem;
	text-transform: uppercase;
}

.contactPart1 .msgList {
	padding-top: 0.3rem;
}

.contactPart1 .msgList li {
	padding-left: 0.64rem;
	font-size: 0.28rem;
	position: relative;
	line-height: 0.7rem;
}

.contactPart1 .msgList li img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.2rem;
	width: 0.4rem;
}

.contactPart1 .mapDiv img {
	width: 100%;
}

.contactPart2 .leftDiv,
.contactPart2 .rightDiv {
	position: relative;
}

.contactPart2 .leftDiv .bg img,
.contactPart2 .rightDiv .bg img {
	width: 100%;
}

.contactPart2 .leftDiv .conDiv {
	position: absolute;
	left: 15%;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

.contactPart2 .leftDiv .leftleft {
	padding-right: 0.8rem;
}

.contactPart2 .leftDiv .ico {
	padding-bottom: 0.2rem;
}

.contactPart2 .leftDiv .ico img {
	width: 0.78rem;
}

.contactPart2 .leftDiv .txt {
	font-weight: bold;
	font-size: 0.36rem;
	color: #fff;
	line-height: 0.36rem;
	padding-bottom: 0.15rem;
}

.contactPart2 .leftDiv .wen {
	font-size: 0.42rem;
	color: #fff;
	text-transform: uppercase;
	font-family: mont;
}

.contactPart2 .leftDiv .ewm img {
	width: 1.8rem;
}

.contactPart2 .rightDiv .conDiv {
	position: absolute;
	left: 15%;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

.contactPart2 .rightDiv .ico {
	padding-bottom: 0.2rem;
}

.contactPart2 .rightDiv .ico img {
	width: 0.72rem;
}

.contactPart2 .rightDiv .txt {
	font-weight: bold;
	font-size: 0.36rem;
	color: #fff;
	line-height: 0.36rem;
	padding-bottom: 0.15rem;
}

.contactPart2 .rightDiv .txt em {
	padding-left: 0.25rem;
	font-family: mont;
	font-size: 0.42rem;
}

.contactPart2 .rightDiv .wen {
	color: #3eaeff;
	font-size: 0.24rem;
	text-transform: uppercase;
	font-family: mont;
}

.contactPart3 {
	padding: 0.75rem 0.2rem 1.0rem;
	background: url(../image/contactBg4.jpg) bottom center no-repeat;
	background-size: 100%;
}

.contactPart3 .title {
	color: #005c35;
	text-align: center;
	font-weight: bold;
	font-size: 0.42rem;
	line-height: 0.42rem;
	padding-bottom: 0.3rem;
}

.contactPart3 .list li {
	padding: 0.45rem 0;
}

.contactPart3 .list li .name1 {
	font-size: 0.36rem;
	color: #5d9a1b;
	line-height: 0.36rem;
	font-weight: bold;
}

.contactPart3 .list li .name2 {
	color: #b2b2b2;
	font-size: 0.24rem;
	line-height: 0.48rem;
	text-transform: uppercase;
	padding: 0.15rem 0 0.25rem;
}

.contactPart3 .list dd {
	font-size: 0.24rem;
	color: #666;
	line-height: 0.48rem;
}

.contactPart3 .list li .btn {
	display: block;
	padding-top: 0.3rem;
	color: #5d9a1b;
	font-size: 0.26rem;
}

.contactPart3 .list li .btn img {
	padding-right: 0.2rem;
	width: 0.24rem;
}

.contactPart3 .list li .btn:hover {
	text-decoration: underline;
}

.contactPart4 {
	padding: 0.75rem 0.2rem 1.0rem;
	background: #f5f5f5;
}

.contactPart4 .title {
	color: #005c35;
	text-align: center;
	font-weight: bold;
	font-size: 0.42rem;
	line-height: 0.42rem;
	padding-bottom: 0.45rem;
}

.contactPart4 .list ul {
	margin-right: 0;
}

.contactPart4 .list li {
	float: none;
	width: 100%;
	padding-bottom: 0.35rem;
}

.contactPart4 .list li .txt {
	font-size: 0.28rem;
	padding-bottom: 0.2rem;
	color: #333;
}

.contactPart4 .list li .txt em {
	color: #005c35;
}

.contactPart4 .list li .mxfDiv {
	border: #ddd solid 1px;
	padding: 0 0.2rem;
	background: #fff;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.08rem;
}

.contactPart4 .list .li01 .mxfDiv {
	height: 3.0rem;
	padding: 0.2rem;
}

.contactPart4 .list li .input1 {
	font-size: 0.26rem;
	height: 0.8rem;
	line-height: 0.8rem;
	width: 100%;
}

.contactPart4 .list li textarea {
	width: 100%;
	height: 3.2rem;
	font-size: 0.26rem;
	width: 100%;
}

.contactPart4 .btnDiv {
	padding-top: 0.35rem;
}

.contactPart4 .btnDiv li {
	margin-right: 0.25rem;
	float: left;
}

.contactPart4 .btnDiv li a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #fff;
	border-radius: 0.48rem;
	text-align: center;
	font-size: 0.28rem;
	background-image: -webkit-linear-gradient(top, #ffc263, #ff9c00);
	background-image: -moz-linear-gradient(top, #ffc263, #ff9c00);
	background-image: -o-linear-gradient(left top, #ffc263, #ff9c00);
	background-image: linear-gradient(to bottom, #ffc263, #ff9c00);
}

.contactPart4 .btnDiv li:first-child a {
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.contactPart4 .btnDiv li img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.32rem;
}

.suggestPart1 {
	padding: 0.6rem 0.2rem;
}

.suggestPart1 .content {
	font-size: 0.24rem;
	line-height: 0.52rem;
	padding: 0.5rem 0;
}

.suggestPart1 .content em {
	color: #5d9a1b;
	font-size: 0.4rem;
}

.suggestPart1 .mxfDiv {
	position: relative;
}

.suggestPart1 .mxfDiv .imgDiv img {
	width: 100%;
}

.suggestPart1 .mxfDiv .btnDiv {
	position: absolute;
	left: 48%;
	bottom: 0.3rem;
	z-index: 1;
}

.suggestPart1 .mxfDiv .btnDiv a {
	display: block;
	position: relative;
	width: 2.56rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.32rem;
	color: #fff;
	text-align: center;
	border-radius: 0.42rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.suggestPart1 .mxfDiv .btnDiv img {
	position: relative;
	top: -0.02rem;
	padding-right: 0.2rem;
	width: 0.3rem;
}

.suggestPart2 {
	background: #f4f4f4;
	padding: 0.9rem 0.2rem 1.0rem;
}

.suggestPart2 .msg {
	color: #5d9a1b;
	font-size: 0.24rem;
	line-height: 0.48rem;
	padding-bottom: 0.45rem;
}

.suggestPart2 .form_l li {
	position: relative;
	padding-bottom: 0.45rem;
}

.suggestPart2 .form_l li .txt {
	font-size: 0.28rem;
	padding-bottom: 0.25rem;
	color: #5b5b5b;
	position: relative;
	padding-left: 0.4rem;
}

.suggestPart2 .form_l li .txt em {
	color: #ff0000;
}

.suggestPart2 .form_l li .txt img {
	position: absolute;
	left: 0px;
	top: 0.06rem;
	width: 0.26rem;
}

.suggestPart2 .form_l li .input1 {
	width: 100%;
	height: 0.8rem;
	background: #fff;
	line-height: 0.8rem;
	border-radius: 0.08rem;
	font-size: 0.26rem;
	text-indent: 0.2rem;
}

.suggestPart2 .form_r .txt {
	position: relative;
	padding-bottom: 0.25rem;
	padding-left: 0.4rem;
	font-size: 0.28rem;
	color: #5b5b5b;
}

.suggestPart2 .form_r .txt img {
	position: absolute;
	left: 0px;
	top: 0.06rem;
	width: 0.26rem;
}

.suggestPart2 .form_r .txt em {
	color: #ff0000;
}

.suggestPart2 .form_r textarea {
	width: 100%;
	height: 3.0rem;
	background: #fff;
	border-radius: 0.08rem;
}

.suggestPart2 .form_r .btnGroup {
	padding-top: 0.5rem;
}

.suggestPart2 .form_r .btnGroup li {
	float: left;
	margin-right: 0.3rem;
}

.suggestPart2 .form_r .btnGroup a {
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	color: #fff;
	text-align: center;
	background: #b5b5b5;
	color: #fff;
	font-size: 0.32rem;
	border-radius: 0.48rem;
}

.suggestPart2 .form_r .btnGroup a:hover {
	background: #5d9a1b;
	color: #fff;
}

.serviceBig {
	padding-top: 0.9rem;
}

.serviceShow1 {
	position: relative;
}

.serviceShow1 .topDiv {
	position: relative;
}

.serviceShow1 .topDiv .bg img {
	width: 100%;
}

.serviceShow1 .topDiv .layer {
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	color: #fff;
}

.serviceShow1 .topDiv .name1 {
	font-weight: bold;
	font-size: 0.42rem;
	line-height: 0.64rem;
}

.serviceShow1 .topDiv .name2 {
	font-weight: bold;
	font-size: 0.24rem;
	text-transform: uppercase;
}

.serviceShow1 .botDiv {
	width: 94%;
	margin: -0.8rem auto 0;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	position: relative;
	z-index: 2;
}

.serviceShow1 .botDiv .mxfDiv {
	padding: 0.4rem 0.2rem;
}

.serviceShow1 .botDiv .name {
	text-align: center;
	font-size: 0.32rem;
	padding-bottom: 0.15rem;
	color: #333;
}

.serviceShow1 .botDiv .content {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #797979;
}

.serviceShow1 .botDiv .btnGroup {
	padding: 0.3rem 0.4rem 0;
	text-align: center;
}

.serviceShow1 .botDiv .btnGroup ul {
	margin-right: -0.3rem;
}

.serviceShow1 .botDiv .btnGroup li {
	display: inline-block;
}

.serviceShow1 .botDiv .btnGroup li .box {
	margin-right: 0.3rem;
}

.serviceShow1 .botDiv .btnGroup li a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.48rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.serviceShow1 .botDiv .btnGroup li .btn1 {
	background-image: -webkit-linear-gradient(top, #ffc263, #ff9c00);
	background-image: -moz-linear-gradient(top, #ffc263, #ff9c00);
	background-image: -o-linear-gradient(left top, #ffc263, #ff9c00);
	background-image: linear-gradient(to bottom, #ffc263, #ff9c00);
}

.serviceShow1 .botDiv .btnGroup li img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.serviceShow2 {
	padding: 0.5rem 0.2rem 1.0rem;
}

.serviceShow2 .conDiv {
	min-height: 3.0rem;
}

.serviceShow2 .txtDiv {
	height: auto;
	height: 0.8rem;
	line-height: 0.8rem;
	position: relative;
}

.serviceShow2 .txtDiv:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #f3f3f3;
	z-index: 1;
}

.serviceShow2 .txtDiv b {
	position: relative;
	display: inline-block;
	height: 0.8rem;
	font-size: 0.34rem;
	color: #353535;
}

.serviceShow2 .txtDiv b:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #4cad32;
	z-index: 2;
}

.serviceShow2 .content {
	color: #797979;
	font-size: 0.24rem;
	line-height: 0.52rem;
	padding: 0.5rem 0;
}

.serviceShow2 table {
	width: 100% !important;
	margin-left: 0 !important;
}

.serviceShow3 {
	background: #f7f7f7;
	padding: 0.7rem 0.2rem 1.0rem;
}

.serviceShow3 .toptop {
	position: relative;
	height: 0.8rem;
	margin-bottom: 0.3rem;
}

.serviceShow3 .toptop:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.08rem;
	height: 0.24rem;
	background: #5d9a1b;
	margin-top: -0.12rem;
}

.serviceShow3 .title {
	padding-left: 0.25rem;
	line-height: 0.8rem;
	position: relative;
	font-size: 0.28rem;
	color: #cacacc;
}

.serviceShow3 .title b {
	color: #005b33;
	font-size: 0.32rem;
	padding-right: 0.2rem;
}

.servicePart1 {
	padding: 0.6rem 0.2rem 1.0rem;
}

.servicePart1 .content {
	padding-top: 0.6rem;
	font-size: 0.24rem;
	line-height: 0.52rem;
	color: #797979;
}

.servicePart1 .btnDiv {
	text-align: center;
	padding-top: 0.4rem;
}

.servicePart1 .btnDiv a {
	display: inline-block;
	position: relative;
	margin: 0 0.1rem;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #ffc263, #ff9c00);
	background-image: -moz-linear-gradient(top, #ffc263, #ff9c00);
	background-image: -o-linear-gradient(left top, #ffc263, #ff9c00);
	background-image: linear-gradient(to bottom, #ffc263, #ff9c00);
}

.servicePart1 .btnDiv .btn1 {
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.servicePart1 .btnDiv img {
	position: relative;
	top: -0.02rem;
	padding-right: 0.2rem;
	width: 0.36rem;
}

.servicePart1 .rightImg {
	padding-top: 0.6rem
}

.servicePart1 .rightImg img {
	width: 100%;
}

.servicePart2 .box-container {
	height: 1.5rem;
}

.servicePart2 .box-container .mxfDiv {
	padding: 0 0.9rem;
	position: relative;
}

.servicePart2 .box-container .mxfDiv:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #dfe6ed;
}

.servicePart2 .swiper-slide {
	font-size: 0.26rem;
	height: 0.8rem;
	font-weight: bold;
	line-height: 0.8rem;
	color: #585858;
	text-align: center;
	cursor: pointer;
}

.servicePart2 .swiper-slide em {
	display: inline-block;
	position: relative;
}

.servicePart2 .swiper-slide em:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #5d9a1b;
	display: none;
}

.servicePart2 .swiper-slide.swiper-slide-active {
	color: #005b33;
}

.servicePart2 .swiper-slide.swiper-slide-active em:after {
	display: block;
}

.servicePart2 .arrow {
	position: absolute;
	left: 0;
	bottom: -0.4rem;
	width: 100%;
	height: 0.8rem;
}

.servicePart2 .prev {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
	cursor: pointer;
	width: 0.8rem;
	height: 0.8rem;
	overflow: hidden;
	background: url(../image/nimg70_left2.jpg) no-repeat center;
	background-size: 0.8rem;
	z-index: 2;
}

.servicePart2 .next {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	cursor: pointer;
	width: 0.8rem;
	height: 0.8rem;
	overflow: hidden;
	background: url(../image/nimg70_right2.jpg) no-repeat center;
	background-size: 0.8rem;
	z-index: 2;
}

.servicePart2 .detail-box .item {
	background: #f0f5f9;
	padding: 0.6rem 0.2rem 1.0rem;
	display: none;
	position: relative;
}

.servicePart2 .detail-box .item.on {
	display: block;
	animation: fadeOfOpacity .5s linear;
}

.servicePart2 .list ul {
	margin-right: -0.2rem;
}

.servicePart2 .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.2rem;
}

.servicePart2 .list li .box {
	margin-right: 0.2rem;
}

.servicePart2 .list li .imgDiv img {
	width: 100%;
}

.servicePart2 .list li .botDiv {
	padding: 0.3rem;
	background: #fff;
	position: relative;
}

.servicePart2 .list li .name {
	font-size: 0.32rem;
	color: #313131;
	text-align: center;
	height: 0.48rem;
	line-height: 0.48rem;
	overflow: hidden;
}

.servicePart2 .list li .msg {
	color: #888;
	font-size: 0.22rem;
	height: 0.8rem;
	padding-top: 0.1rem;
	line-height: 0.4rem;
	overflow: hidden;
	text-align: center;
}


@keyframes fadeOfOpacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.quality1 {
	padding: 0.6rem 0.2rem;
	background: #fafafa;
	position: relative;
	overflow: hidden;
}

.quality1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.quality1 .titleDiv .title1 {
	font-weight: bold;
	font-size: 0.36rem;
	color: #00562d;
	line-height: 0.36rem;
}

.quality1 .titleDiv .title2 {
	font-size: 0.3rem;
	color: #9fc600;
	line-height: 0.3rem;
	font-family: mont;
	padding-top: 0.15rem;
	text-transform: uppercase;
}

.quality1 .content {
	padding-top: 0.45rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
}

.quality1 .rightImg {
	padding-top: 0.4rem;
	display: none;
}

.quality1 .rightImg img {
	width: 100%;
}

.quality2 .toptop {
	padding-top: 0.6rem;
	position: relative;
}

.quality2 .toptop:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.quality2 .box-container {
	position: relative;
	padding: 0.5rem 0.5rem 0;
}

.quality2 .year-swiper {
	position: relative;
	z-index: 2;
}

.quality2 .year-swiper .swiper-slide {
	font-size: 0.28rem;
	line-height: 0.28rem;
	height: 0.6rem;
	color: #585858;
	cursor: pointer;
	text-align: center;
}

.quality2 .year-swiper .swiper-slide .name {
	display: inline-block;
	position: relative;
	height: 0.6rem;
}

.quality2 .year-swiper .swiper-slide .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #5d9a1b;
	z-index: 2;
	display: none;
}

.quality2 .year-swiper .swiper-slide.swiper-slide-active {
	color: #005b33;
}

.quality2 .year-swiper .swiper-slide.swiper-slide-active .name:after {
	display: block;
}

.quality2 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.quality2 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.quality2 .prev:hover {
	background: url(../image/nimg36_lefton.png) center no-repeat;
	background-size: 0.56rem;
}

.quality2 .next:hover {
	background: url(../image/nimg36_righton.png) center no-repeat;
	background-size: 0.56rem;
}

.quality2 .detail-box {
	padding: 0.6rem 0.2rem;
	background: #f7f7f7;
}

.quality2 .detail-box .list .item {
	display: none;
	position: relative;
	overflow: hidden;
}

.quality2 .detail-box .list .item.on {
	display: block;
	animation: fadeOfOpacity .5s linear;
}

.quality2 .detail-box .list .item .imgDiv img {
	width: 100%;
}

.quality2 .detail-box .list .item .conDiv {
	padding-top: 0.4rem;
}

.quality2 .detail-box .list .item .name {
	font-size: 0.4rem;
	color: #353535;
	line-height: 0.4rem;
}

.quality2 .detail-box .list .item .content {
	padding-top: 0.2rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
	height: 1.44rem;
	overflow: hidden;
}

.quality2 .detail-box .list .item .txt {
	padding: 0.35rem 0 0.2rem;
	font-weight: bold;
	font-size: 0.26rem;
	color: #333;
}

.quality2 .detail-box .list .item .links li {
	float: left;
	width: 50%;
	font-size: 0.24rem;
	line-height: 0.56rem;
}

.quality2 .detail-box .list .item .links li a {
	background: url(../image/ico2.png) left center no-repeat;
	background-size: 0.08rem;
	padding-left: 0.2rem;
	display: block;
}

.quality2 .detail-box .list .item .btnDiv {
	padding-top: 0.25rem;
	width: 2.4rem;
	margin: 0 auto;
}

.quality2 .detail-box .list .item .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.quality2 .detail-box .list .item .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.quality3 {
	padding: 0.6rem 0.2rem;
}

.quality3 .list {
	padding: 0.5rem 0 0.2rem;
}

.quality3 .list ul {
	margin-right: -0.2rem;
}

.quality3 .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.3rem;
}

.quality3 .list li .box {
	margin-right: 0.2rem;
	height: 3.6rem;
	cursor: pointer;
	background: url(../image/nimg270Bg.png) center no-repeat;
	background-size: 100% 100%;
}

.quality3 .list li .num {
	padding: 0.42rem 0.35rem 0;
	color: rgba(0, 86, 45, 0.2);
	font-family: mont;
	font-size: 0.38rem;
	line-height: 0.38rem;
}

.quality3 .list li .name {
	padding: 0.2rem 0.35rem 0;
	font-weight: bold;
	font-size: 0.3rem;
	color: #333;
	line-height: 0.52rem;
}

.quality3 .list li .box:hover {
	background: url(../image/nimg270Bgon.png) center no-repeat;
	background-size: 100% 100%;
}

.quality3 .list li .box:hover .num {
	color: rgba(255, 255, 255, 0.2);
}

.quality3 .list li .box:hover .name {
	color: #fff;
}

.quality3 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
}

.quality3 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.quality3 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.quality4 {
	padding: 0.6rem 0.2rem;
	background: url(../image/quality4.jpg) center bottom no-repeat;
	background-size: cover;
}

.quality4 .list {
	padding: 0.4rem 0 0.2rem;
}

.quality4 .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.4rem;
}

.quality4 .list li .limg {
	width: 1.0rem;
	height: 1.0rem;
	background: rgba(255, 255, 255, 0.2);
	border: #b2d09e solid 2px;
	box-sizing: border-box;
	border-radius: 0.18rem;
	margin: 0 auto;
	text-align: center;
	line-height: 1.0rem;
}

.quality4 .list li .limg img {
	width: 0.5rem;
}

.quality4 .list li .name {
	padding: 0.25rem 0;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	font-size: 0.26rem;
}

.quality4 .list li .name a {
	display: block;
	color: #fff;
}

.quality4 .list li .ico {
	width: 0.34rem;
	height: 0.25rem;
	margin: 0 auto;
	background: url(../image/nimg22_2.png) center no-repeat;
	background-size: 0.34rem;
}

.quality4 .list li .ico a {
	display: block;
	width: 0.34rem;
	height: 0.25rem;
}

.quality4 .list li:hover .limg {
	background: #fff;
	border: #fff solid 2px;
}

.quality4 .list li:hover .ico {
	background: url(../image/nimg22_2on.png) center no-repeat;
	background-size: 0.34rem;
}

.quality4 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
}

.quality4 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.quality4 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.quality5 {
	padding: 0.6rem 0.2rem;
}

.quality5-2 {
	background: #f1f7fa;
}

.quality5 .pageTitle {
	padding-bottom: 0.6rem;
}

.solucase {
	position: relative;
}

.solucase .swiper-slide .imgDiv {
	overflow: hidden;
}

.solucase .swiper-slide .imgDiv img {
	width: 100%;
}

.solucase .swiper-slide .botDiv {
	padding: 0.25rem 0.3rem;
	background: #f9f9f9;
	border-bottom: #e6e6e6 solid 0.06rem;
}

.solucase .swiper-slide .name {
	font-weight: bold;
	font-size: 0.36rem;
	height: 1.0rem;
	text-align: center;
	line-height: 0.5rem;
	background-image: -webkit-linear-gradient(top, #6aad3b, #056034);
	background-image: linear-gradient(to bottom, #6aad3b, #056034);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.solucase .swiper-slide:hover .imgDiv img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.solucase .swiper-slide:hover .botDiv {
	border-bottom: #64ab2c solid 0.06rem;
}

.solucase .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 32%;
	margin-top: -0.28rem;
	background-size: 0.56rem;
}

.solucase .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 32%;
	margin-top: -0.28rem;
	background-size: 0.56rem;
}

.solucase .prev:hover {
	background: url(../image/nimg36_lefton.png) center no-repeat;
	background-size: 0.56rem;
}

.solucase .next:hover {
	background: url(../image/nimg36_righton.png) center no-repeat;
	background-size: 0.56rem;
}

.quality5 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
	padding-top: 0.5rem;
}

.quality5 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.quality5 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.advisory {
	background: #f7f7f7;
	padding: 0.6rem 0.2rem;
}

.advisory .form {
	position: relative;
	padding-top: 0.5rem;
}

.advisory .form li {
	padding-bottom: 0.2rem;
}

.advisory .form li .box {
	padding-left: 0.35rem;
	border: #ebebeb solid 1px;
	height: 0.8rem;
	background: #fff;
	position: relative;
}

.advisory .form .li01 .box {
	height: 3.0rem;
}

.advisory .form li .input1 {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.26rem;
}

.advisory .form li textarea {
	width: 100%;
	padding: 0.2rem 0;
	font-size: 0.26rem;
	height: 2.6rem;
}

.advisory .form li em {
	position: absolute;
	left: 0.15rem;
	top: 0;
	line-height: 0.8rem;
	font-size: 0.24rem;
	color: #f00;
}

.advisory .btnDiv {
	width: 2.4rem;
	padding-top: 0.2rem;
}

.advisory .btnDiv a {
	display: block;
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.48rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	background-image: -webkit-linear-gradient(top, #ffc263, #ff9c00);
	background-image: -moz-linear-gradient(top, #ffc263, #ff9c00);
	background-image: -o-linear-gradient(left top, #ffc263, #ff9c00);
	background-image: linear-gradient(to bottom, #ffc263, #ff9c00);
}

.advisory .btnDiv a img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.virus1 {
	padding: 0.6rem 0.2rem;
	background: #fafafa;
	position: relative;
	overflow: hidden;
}

.virus1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.virus1 .titleDiv .title1 {
	font-weight: bold;
	font-size: 0.36rem;
	color: #00562d;
	line-height: 0.36rem;
}

.virus1 .titleDiv .title2 {
	font-size: 0.3rem;
	color: #9fc600;
	line-height: 0.3rem;
	font-family: mont;
	padding-top: 0.15rem;
	text-transform: uppercase;
}

.virus1 .content {
	padding-top: 0.45rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
}

.virus1 .rightImg {
	padding-top: 0.4rem;
}

.virus1 .rightImg img {
	width: 100%;
}

.virus2 {
	padding: 0.6rem 0.2rem;
	position: relative;
	overflow: hidden;
}

.virus2 .tab2 {
	position: relative;
	z-index: 2;
	text-align: center;
	padding-top: 0.6rem;
}

.virus2 .tab2 ul {
	margin-right: -0.2rem;
}

.virus2 .tab2 li {
	float: left;
	width: 33.33%;
}

.virus2 .tab2 li .box {
	margin-right: 0.2rem;
	background: #fff;
	height: 0.86rem;
	line-height: 0.86rem;
	box-sizing: border-box;
	border: #9fc600 solid 1px;
	border-radius: 0.42rem;
	font-size: 0.28rem;
	color: #333;
}

.virus2 .tab2 .liNow .box {
	border: #429705 solid 1px;
	background: #429705;
	color: #fff;
	font-weight: bold;
}

.virus2 .table {
	padding-top: 0.45rem;
	position: relative;
	z-index: 2;
}

.virus2 .table table {
	border-top: #97d368 solid 1px;
	border-left: #97d368 solid 1px;
}

.virus2 .table table tr {
	background: #f9f5f2;
}

.virus2 .table table tr:nth-child(2) {
	background: #f4f9f2;
}

.virus2 .table table tr:nth-child(3) {
	background: #f2f6f9;
}

.virus2 .table table tr:nth-child(4) {
	background: #f2f9f8;
}

.virus2 .table table td {
	padding: 0.1rem 0;
	border-bottom: #97d368 solid 1px;
	border-right: #97d368 solid 1px;
	font-size: 0.24rem;
	color: #333;
	line-height: 0.36rem;
}

.virus2 .table table .td01 {
	font-weight: bold;
	font-size: 0.32rem;
	color: #64ab2c;
	text-align: center;
}

.virus2 .table table td .content {
	padding: 0 0.3rem;
}

.virus2 .btnDiv {
	width: 2.0rem;
	margin: 0 auto;
	padding-top: 0.5rem;
}

.virus2 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.virus2 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.virus3 {
	padding: 0.6rem 0.2rem;
	background: url(../image/virus3.jpg) center bottom no-repeat;
	background-size: cover;
}

.virus3 .list {
	padding-top: 0.5rem;
}

.virus3 .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.3rem;
	text-align: center;
}

.virus3 .list li .ico {
	margin: 0 auto;
	width: 1.0rem;
	height: 1.0rem;
	line-height: 1.0rem;
	box-sizing: border-box;
	border: #abcb9f solid 2px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.virus3 .list li .ico img {
	width: 0.48rem;
}

.virus3 .list li .name {
	padding: 0.25rem 0 0.2rem;
	font-weight: bold;
	font-size: 0.32rem;
	color: #fff;
	line-height: 0.32rem;
}

.virus3 .list li .msg {
	font-size: 0.24rem;
	padding: 0 0.25rem;
	line-height: 0.48rem;
	height: 0.96rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}

.virus3 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
	padding-top: 0.5rem;
}

.virus3 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.virus3 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.virus4 {
	padding: 0.6rem 0.2rem;
	background: url(../image/virus4.jpg) center no-repeat;
	background-size: cover;
}

.virus4 .tab2 {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 0.6rem 0 0.5rem;
}

.virus4 .tab2 ul {
	margin-right: -0.2rem;
}

.virus4 .tab2 li {
	float: left;
	width: 50%;
}

.virus4 .tab2 li .box {
	margin-right: 0.2rem;
	background: #fff;
	height: 0.86rem;
	line-height: 0.86rem;
	box-sizing: border-box;
	border: #9fc600 solid 1px;
	border-radius: 0.42rem;
	font-size: 0.28rem;
	color: #333;
}

.virus4 .tab2 .liNow .box {
	border: #429705 solid 1px;
	background: #429705;
	color: #fff;
	font-weight: bold;
}

.virus4 .table1 table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.virus4 .table1 tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.virus4 .table1 th {
	height: 1.0rem;
	position: relative;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
	text-align: left;
}

.virus4 .table1 .th01 {
	width: 45%;
}

.virus4 .table1 th:first-child:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 2.56rem;
	top: 0;
	left: 0;
	background-color: #b4e291;
	display: block;
	transform: rotate(-67deg);
	transform-origin: top;
	-ms-transform: rotate(-67deg);
	-ms-transform-origin: top;
}

.virus4 .table1 th .txt {
	padding-left: 0.4rem;
}

.virus4 .table1 th .txt1 {
	position: absolute;
	left: 0.2rem;
	bottom: 0.15rem;
	line-height: 0.32rem;
}

.virus4 .table1 th .txt2 {
	position: absolute;
	right: 0.2rem;
	top: 0.15rem;
	line-height: 0.32rem;
}

.virus4 .table1 td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	padding: 0.15rem 0;
	background: #fff;
	font-size: 0.26rem;
}

.virus4 .table1 td .wen {
	font-weight: bold;
	color: #64ab2c;
	text-align: center;
	font-size: 0.3rem;
}

.virus4 .table1 td .content {
	padding: 0 0.4rem;
	line-height: 0.48rem;
}

.virus4 .table2 table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.virus4 .table2 tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.virus4 .table2 th {
	height: 1.0rem;
	width: 25%;
	position: relative;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
	text-align: left;
}

.virus4 .table2 th .txt {
	padding-left: 0.2rem;
}

.virus4 .table2 td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	padding: 0.15rem 0;
	background: #fff;
	font-size: 0.26rem;
}

.virus4 .table2 td .content {
	padding: 0 0.2rem;
	line-height: 0.48rem;
}

.virus4 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
	padding-top: 0.5rem;
}

.virus4 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.virus4 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.virus5 .toptop {
	padding: 0.6rem 0.2rem 0.48rem;
}

.virus5 .txt {
	text-align: center;
	font-weight: bold;
	font-size: 0.32rem;
	line-height: 0.32rem;
	padding: 0.25rem 0;
}

.virus5 .wen {
	color: #999;
	font-size: 0.28rem;
	text-align: center;
}

.virus5 .toptop .list {
	padding-top: 0.5rem;
}

.virus5 .toptop .list ul {
	margin-right: -0.2rem;
}

.virus5 .toptop .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.3rem;
}

.virus5 .toptop .list li .box {
	margin-right: 0.2rem;
	height: 4.3rem;
	cursor: pointer;
	background: url(../image/nimg270Bg2.png) center no-repeat;
	background-size: 100% 100%;
}

.virus5 .toptop .list li .num {
	padding: 0.32rem 0.35rem 0;
	color: rgba(0, 86, 45, 0.2);
	font-family: mont;
	font-size: 0.38rem;
	line-height: 0.38rem;
}

.virus5 .toptop .list li .msg {
	padding: 0.2rem 0.35rem 0 0.35rem;
	font-weight: bold;
	font-size: 0.3rem;
	color: #333;
	line-height: 0.52rem;
}

.virus5 .toptop .list li .msg em {
	font-size: 0.2rem;
	font-weight: 400;
}

.virus5 .toptop .list li .box:hover {
	background: url(../image/nimg270Bgon2.png) center no-repeat;
	background-size: 100% 100%;
}

.virus5 .toptop .list li .box:hover .num {
	color: rgba(255, 255, 255, 0.2);
}

.virus5 .toptop .list li .box:hover .msg {
	color: #fff;
}

.virus5 .midmid {
	height: 0.86rem;
	position: relative;
}

.virus5 .midmid:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
}

.virus5 .midmid .ico {
	text-align: center;
	position: relative;
	z-index: 2;
}

.virus5 .midmid .ico img {
	width: 0.86rem;
}

.virus5 .botbot {
	padding: 0.5rem 0.2rem 0.6rem;
}

.virus5 .botbot .list {
	padding: 0.5rem 0;
}

.virus5 .botbot .list ul {
	margin-right: -0.2rem;
}

.virus5 .botbot .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.3rem;
}

.virus5 .botbot .list li .box {
	margin-right: 0.2rem;
	height: 4.3rem;
	cursor: pointer;
	background: url(../image/nimg270Bg2.png) center no-repeat;
	background-size: 100% 100%;
}

.virus5 .botbot .list li .num {
	padding: 0.32rem 0.35rem 0;
	color: rgba(0, 86, 45, 0.2);
	font-family: mont;
	font-size: 0.38rem;
	line-height: 0.38rem;
}

.virus5 .botbot .list li .msg {
	padding: 0.2rem 0.35rem 0 0.35rem;
	font-weight: bold;
	font-size: 0.3rem;
	color: #333;
	line-height: 0.52rem;
}

.virus5 .botbot .list li .msg em {
	font-size: 0.2rem;
	font-weight: 400;
}

.virus5 .botbot .list li .box:hover {
	background: url(../image/nimg270Bgon2.png) center no-repeat;
	background-size: 100% 100%;
}

.virus5 .botbot .list li .box:hover .num {
	color: rgba(255, 255, 255, 0.2);
}

.virus5 .botbot .list li .box:hover .msg {
	color: #fff;
}

.virus5 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
}

.virus5 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.virus5 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.virus6 {
	padding: 0.6rem 0.2rem;
	background: url(../image/virus6.jpg) center no-repeat;
	background-size: cover;
}

.virus6 .pageTitle {
	padding-bottom: 0.4rem;
}

.virusPic {
	position: relative;
}

.virusPic .swiper-slide .imgDiv {
	padding: 0.2rem;
	height: 6.0rem;
	line-height: 6.0rem;
	background: #fff;
	text-align: center;
}

.virusPic .swiper-slide .imgDiv img {
	width: 100%;
}

.virusPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
	background-size: 0.56rem;
}

.virusPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
	background-size: 0.56rem;
}

.virusPic .prev:hover {
	background: url(../image/nimg36_lefton.png) center no-repeat;
	background-size: 0.56rem;
}

.virusPic .next:hover {
	background: url(../image/nimg36_righton.png) center no-repeat;
	background-size: 0.56rem;
}

.virus6 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
	padding-top: 0.5rem;
}

.virus6 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.virus6 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.food1 {
	padding: 0.6rem 0.2rem;
	background: #fafafa;
	position: relative;
	overflow: hidden;
}

.food1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.food1 .titleDiv .title1 {
	font-weight: bold;
	font-size: 0.36rem;
	color: #00562d;
	line-height: 0.36rem;
}

.food1 .titleDiv .title2 {
	font-size: 0.3rem;
	color: #9fc600;
	line-height: 0.3rem;
	font-family: mont;
	padding-top: 0.15rem;
	text-transform: uppercase;
}

.food1 .content {
	padding-top: 0.45rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
}

.food1 .rightImg {
	padding-top: 0.4rem;
	display: none;
}

.food1 .rightImg img {
	width: 100%;
}

.food2 {
	padding: 0.6rem 0.2rem;
	position: relative;
	overflow: hidden;
}

.food2 .table {
	position: relative;
	z-index: 2;
	margin-top: 0.5rem;
}

.food2 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.food2 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.food2 .table th {
	height: 1.0rem;
	position: relative;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.food2 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	height: 0.9rem;
	background: #fff;
	font-size: 0.24rem;
}

.food2 .table td .wen {
	padding-left: 0.4rem;
	font-size: 0.26rem;
}

.food2 .table td .content {
	padding: 0 0.3rem;
	line-height: 0.48rem;
	color: #333;
}

.food2 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
	padding-top: 0.5rem;
	position: relative;
	z-index: 2;
}

.food2 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.food2 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.food3 {
	padding: 0.6rem 0.2rem;
	background: url(../image/food3.jpg) center no-repeat;
	background-size: cover;
}

.food3 .list {
	padding-top: 0.5rem;
}

.food3 .list li {
	margin-bottom: 0.2rem;
}

.food3 .list li .box {
	height: 4.25rem;
	background: #fff;
	position: relative;
	padding: 0 2.9rem 0 0.4rem;
}

.food3 .list li .imgDiv {
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
}

.food3 .list li .imgDiv img {
	width: 2.6rem;
}

.food3 .list li .name {
	padding-top: 0.3rem;
	font-weight: bold;
	color: #333;
	font-size: 0.36rem;
	line-height: 0.36rem;
}

.food3 .list li .msgList {
	padding-top: 0.2rem;
}

.food3 .list li .msgList dd {
	padding-left: 0.2rem;
	font-size: 0.24rem;
	line-height: 0.4rem;
	background: url(../image/ico4.png) left 0.12rem no-repeat;
	background-size: 0.08rem;
}

.food3 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
	padding-top: 0.3rem;
}

.food3 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.food3 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.food4 .toptop {
	padding-top: 0.6rem;
	position: relative;
}

.food4 .toptop:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.food4 .tab2 {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 0.5rem 0.2rem 0;
}

.food4 .tab2 li {
	float: left;
	width: 31.33%;
	margin: 0 1%;
	font-size: 0.28rem;
	line-height: 0.36rem;
	height: 0.8rem;
	color: #585858;
	cursor: pointer;
	text-align: center;
}

.food4 .tab2 li .name {
	display: inline-block;
	position: relative;
	height: 0.8rem;
}

.food4 .tab2 li .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #5d9a1b;
	display: none;
}

.food4 .tab2 .liNow {
	color: #005b33;
}

.food4 .tab2 .liNow .name:after {
	display: block;
}

.food4 .botbot {
	padding: 0.6rem 0.2rem;
	background: #f7f7f7;
}

.food4 .botbot .item {
	display: none;
	position: relative;
	overflow: hidden;
}

.food4 .botbot .item .imgDiv img {
	width: 100%;
}

.food4 .botbot .item .conDiv {
	padding-top: 0.5rem;
}

.food4 .botbot .item .name {
	font-size: 0.36rem;
	color: #353535;
	line-height: 0.36rem;
}

.food4 .botbot .item .links {
	padding-top: 0.3rem;
}

.food4 .botbot .item .links li {
	float: left;
	width: 50%;
	font-size: 0.24rem;
	line-height: 0.6rem;
	border-bottom: #e4e4e4 solid 1px;
}

.food4 .botbot .item .links li a {
	background: url(../image/ico2.png) left center no-repeat;
	background-size: 0.08rem;
	padding-left: 0.2rem;
	display: block;
}

.food4 .botbot .item .btnDiv {
	padding-top: 0.3rem;
}

.food4 .botbot .item .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.food4 .botbot .item .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.sport2 {
	padding: 0.6rem 0.2rem;
}

.sport2 .list {
	padding-top: 0.5rem;
}

.sport2 .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.4rem;
}

.sport2 .list li .ico {
	width: 1.4rem;
	height: 1.4rem;
	text-align: center;
	line-height: 1.4rem;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0px 0px 13px 0px rgba(6, 71, 36, 0.2);
	background-image: -webkit-linear-gradient(top, #6fc514, #027d42);
	background-image: -moz-linear-gradient(top, #6fc514, #027d42);
	background-image: -o-linear-gradient(top, #6fc514, #027d42);
	background-image: linear-gradient(to bottom, #6fc514, #027d42);
}

.sport2 .list li .ico img {
	width: 0.9rem;
}

.sport2 .list li .name {
	padding-top: 0.3rem;
	text-align: center;
	font-size: 0.32rem;
	color: #1e1e1e;
	line-height: 0.32rem;
}

.sport3 {
	padding: 0.6rem 0.2rem;
	background: url(../image/sport3.jpg) center no-repeat;
	background-size: cover;
}

.sport3 .pageTitle {
	padding-bottom: 0.5rem;
}

.sportPic {
	position: relative;
}

.sportPic .swiper-slide .imgDiv {
	overflow: hidden;
}

.sportPic .swiper-slide .imgDiv img {
	width: 100%;
}

.sportPic .swiper-slide .name {
	height: 0.8rem;
	line-height: 0.8rem;
	background: #fff;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 0.24rem;
}

.sportPic .swiper-slide:hover .imgDiv img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.sportPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
	background-size: 0.56rem;
}

.sportPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
	background-size: 0.56rem;
}

.sportPic .prev:hover {
	background: url(../image/nimg36_lefton.png) center no-repeat;
	background-size: 0.56rem;
}

.sportPic .next:hover {
	background: url(../image/nimg36_righton.png) center no-repeat;
	background-size: 0.56rem;
}

.sport3 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
	padding-top: 0.5rem;
}

.sport3 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.48rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.sport3 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.sport4 .toptop {
	padding-top: 0.6rem;
	position: relative;
}

.sport4 .toptop:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.sport4 .pageTitle {
	padding-bottom: 0.5rem;
}

.sport4 .box-container {
	position: relative;
	padding: 0 0.5rem;
}

.sport4 .year-swiper {
	position: relative;
	z-index: 2;
}

.sport4 .year-swiper .swiper-slide {
	font-size: 0.28rem;
	line-height: 0.36rem;
	height: 0.8rem;
	color: #585858;
	cursor: pointer;
	text-align: center;
}

.sport4 .year-swiper .swiper-slide .name {
	display: inline-block;
	position: relative;
	height: 0.8rem;
}

.sport4 .year-swiper .swiper-slide .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #5d9a1b;
	display: none;
}

.sport4 .year-swiper .swiper-slide.swiper-slide-active {
	color: #005b33;
}

.sport4 .year-swiper .swiper-slide.swiper-slide-active .name:after {
	display: block;
}

.sport4 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.48rem;
	background-size: 0.56rem;
}

.sport4 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.48rem;
	background-size: 0.56rem;
}

.sport4 .prev:hover {
	background: url(../image/nimg36_lefton.png) center no-repeat;
	background-size: 0.56rem;
}

.sport4 .next:hover {
	background: url(../image/nimg36_righton.png) center no-repeat;
	background-size: 0.56rem;
}

.sport4 .detail-box {
	padding: 0.6rem 0.2rem;
	background: #f7f7f7;
}

.sport4 .detail-box .list .item {
	display: none;
	position: relative;
}

.sport4 .detail-box .list .item.on {
	display: block;
	animation: fadeOfOpacity .5s linear;
}

.sport4 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.sport4 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.sport4 .table th {
	height: 1.0rem;
	position: relative;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.sport4 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #333;
	padding: 0.15rem 0;
	background: #fff;
	font-size: 0.24rem;
	text-align: center;
}

.sport4 .table td .content {
	padding: 0 0.2rem;
	text-align: left;
}

.sport4 .btnDiv {
	width: 2.4rem;
	margin: 0 auto;
	padding-top: 0.5rem;
}

.sport4 .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.sport4 .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.zixunBtn {
	width: 2.4rem;
	margin: 0 auto;
}

.zixunBtn2 {
	padding-top: 0.5rem;
}

.zixunBtn a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.48rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.zixunBtn img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.solid2 {
	padding: 0.6rem 0.2rem;
}

.solid2 .list {
	padding: 0.5rem 0 0.2rem;
}

.solid2 .list ul {
	margin-right: -0.2rem;
}

.solid2 .list li {
	float: left;
	width: 50%;
	margin-bottom: 0.2rem;
}

.solid2 .list li .box {
	margin-right: 0.2rem;
	height: 2.8rem;
	padding: 0 0.4rem;
	border-radius: 0.2rem;
	background: url(../image/nimg285Bg.png) center no-repeat;
	background-size: 100% 100%;
}

.solid2 .list li .name {
	padding-top: 0.45rem;
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.28rem;
	color: #00562d;
	font-weight: bold;
}

.solid2 .list li .msg {
	padding-top: 0.25rem;
	font-size: 0.24rem;
	line-height: 0.42rem;
}

.solid3 {
	padding: 0.6rem 0.2rem;
	background: url(../image/solidBg1.jpg) center no-repeat;
	background-size: cover;
}

.solid3 .table {
	padding-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.solid3 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.solid3 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.solid3 .table th {
	height: 1.0rem;
	text-align: left;
	padding-left: 0.2rem;
	position: relative;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.solid3 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	height: 0.9rem;
	background: #fff;
	font-size: 0.24rem;
}

.solid3 .table td .wen {
	padding-left: 0.2rem;
	font-size: 0.24rem;
	font-weight: bold;
	color: #005b33;
}

.solid3 .table td .content {
	padding: 0 0.2rem;
	line-height: 0.42rem;
}

.solid4 {
	padding: 0.6rem 0.2rem;
	background: url(../image/solidBg2.jpg) center no-repeat;
	background-size: cover;
}

.solid4 .pageTitle {
	padding-bottom: 0.5rem;
}

.solid4 .btn {
	height: 0.8rem;
	border-radius: 0.56rem;
	background: #fff;
	margin-bottom: 0.4rem;
}

.solid4 .btn li {
	float: left;
	width: 33.33%;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	border-radius: 0.56rem;
	cursor: pointer;
	background: #fff;
	text-align: center;
}

.solid4 .btn li.on {
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
	color: #fff;
}

.solid4 .list {
	position: relative;
}

.solid4 .list .imgList {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.solid4 .swiper-slide .img {
	height: 4.0rem;
	line-height: 4.0rem;
	text-align: center;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.solid4 .swiper-slide .img img {
	max-width: 2.5rem;
}

.solid4 .swiper-slide .img em {
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -0.4rem;
	top: 50%;
	margin-top: -0.4rem;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: rgba(93, 154, 27, 0.8);
	z-index: 1;
}

.solid4 .swiper-slide .img em:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.4rem;
	height: 0.4rem;
	margin-left: -0.2rem;
	margin-top: -0.2rem;
	background: url(../image/nimg25_2.png) center no-repeat;
	background-size: 0.4rem;
}

.solid4 .swiper-slide .name {
	padding-top: 0.15rem;
	color: #fff;
	line-height: 0.42rem;
	font-size: 0.26rem;
	height: 0.84rem;
	overflow: hidden;
	text-align: center;
}

.solid4 .swiper-slide:hover .img {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.solid4 .swiper-slide:hover .img em {
	opacity: 1;
}

.solid4 .se {
	display: block;
	width: 0.56rem;
	height: 0.56rem;
	position: absolute;
	z-index: 2;
	left: auto;
	right: auto;
	top: 40%;
	margin-top: -0.28rem;
	bottom: auto;
	overflow: hidden;
}

.solid4 .arrow .prev {
	left: 0.2rem;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
}

.solid4 .arrow .next {
	right: 0.2rem;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
}

.bigPicLayer {
	width: 94%;
	height: 6.8rem;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -47%;
	margin-top: -3.4rem;
	z-index: 111;
	display: none;
}

.bigPicLayer .close {
	display: block;
	width: 0.76rem;
	height: 0.76rem;
	background: url(../image/close2.png) no-repeat;
	background-size: 0.76rem;
	right: -0.2rem;
	top: -0.2rem;
	position: absolute;
	z-index: 222;
}

.bigPicLayer .imgDiv {
	padding-top: 0.4rem;
	line-height: 4.8rem;
	text-align: center;
}

.bigPicLayer .imgDiv img {
	width: 4.0rem;
}

.bigPicLayer .name {
	color: #333;
	font-size: 0.3rem;
	text-align: center;
	padding: 0.25rem 0.2rem 0;
	height: 0.84rem;
	line-height: 0.42rem;
	overflow: hidden;
}

.bigPicLayer3 {
	width: 94%;
	height: 6.8rem;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 35%;
	margin-left: -47%;
	margin-top: -3.4rem;
	z-index: 111;
	display: none;
}

.bigPicLayer3 .close {
	display: block;
	width: 0.76rem;
	height: 0.76rem;
	background: url(../image/close2.png) no-repeat;
	background-size: 0.76rem;
	right: -0.2rem;
	top: -0.2rem;
	position: absolute;
	z-index: 222;
}

.bigPicLayer3 .imgDiv {
	padding-top: 0.4rem;
	line-height: 4.8rem;
	text-align: center;
}

.bigPicLayer3 .imgDiv img {
	width: 4.0rem;
}

.bigPicLayer3 .name {
	color: #333;
	font-size: 0.3rem;
	text-align: center;
	padding: 0.25rem 0.2rem 0;
	height: 0.84rem;
	line-height: 0.42rem;
	overflow: hidden;
}


.solid5 {
	padding: 0.6rem 0;
	border-bottom: #eee solid 1px;
	background: #fbfbfb;
}

.solid5 .pageTitle {
	padding-bottom: 0.5rem;
}

.solid5 .list {
	border-top: #eee solid 1px;
	margin-bottom: 0.6rem;
}

.solid5 .list li {
	background: #fff;
	border-bottom: #eee solid 1px;
}

.solid5 .list li .name {
	padding-left: 0.2rem;
}

.solid5 .list li .name a {
	display: block;
	padding: 0.25rem 0;
	color: #5d9a1b;
	font-size: 0.32rem;
	font-weight: bold;
	background-image: -webkit-linear-gradient(top, #58a422, #025e35);
	background-image: linear-gradient(to bottom, #58a422, #025e35);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.solid5 .list li .name em {
	display: inline-block;
	margin-left: 0.3rem;
	width: 0.42rem;
	height: 0.42rem;
	position: relative;
	top: 0.05rem;
	background: url(../image/nimg26_3.png) center no-repeat;
	background-size: 0.42rem;
}

.solid5 .list li .hideBox {
	display: none;
	padding: 0.25rem 0.2rem 0;
}

.solid5 .list li.liNow .name em {
	background: url(../image/nimg26_3on.png) center no-repeat;
	background-size: 0.42rem;
}

.solid5 .liebiao dl {
	margin-right: -0.2rem;
}

.solid5 .liebiao dd {
	float: left;
	width: 50%;
	padding-bottom: 0.4rem;
}

.solid5 .liebiao dd .box {
	margin-right: 0.2rem;
	height: 3.2rem;
	background: url(../image/nimg270Bg.png) center no-repeat;
	cursor: pointer;
	background-size: 100% 100%;
}

.solid5 .liebiao dd .mxfDiv {
	padding: 0.5rem 0.4rem 0 0.4rem;
}

.solid5 .liebiao dd .num {
	color: #ccddd5;
	font-family: mont;
	font-size: 0.38rem;
	line-height: 0.38rem;
}

.solid5 .liebiao dd .msg {
	padding-top: 0.15rem;
	font-weight: bold;
	font-size: 0.24rem;
	color: #333;
	line-height: 0.48rem;
}

.solid6 {
	padding: 0.6rem 0.2rem;
}

.solid6 .pageTitle {
	padding-bottom: 0.5rem;
}

.solid6 .list {
	border: #daf4c0 solid 1px;
	border-bottom: none;
	background: #fcfff9;
	margin-bottom: 0.6rem;
}

.solid6 .list li {
	border-bottom: #daf4c0 solid 1px;
}

.solid6 .list li .name a {
	position: relative;
	display: block;
	padding: 0.3rem 1.5rem 0.3rem 0.4rem;
	color: #454545;
	font-size: 0.32rem;
	font-weight: bold;
}

.solid6 .list li .name em {
	position: absolute;
	right: 0.4rem;
	top: 50%;
	margin-top: -0.21rem;
	width: 0.42rem;
	height: 0.42rem;
	background: url(../image/nimg26_3.png) center no-repeat;
	background-size: 0.42rem;
}

.solid6 .list li .hideBox {
	display: none;
}

.solid6 .list li.liNow .name a {
	padding: 0.45rem 0.4rem;
	color: #005b33;
}

.solid6 .list li.liNow .name em {
	background: url(../image/nimg26_3on.png) center no-repeat;
	background-size: 0.42rem;
}

.solid6 .list li .content {
	font-size: 0.24rem;
	padding: 0 0.4rem 0.35rem;
	line-height: 0.42rem;
	color: #333;
}

.reliability2 .toptop {
	padding-top: 0.6rem;
	position: relative;
}

.reliability2 .toptop:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.reliability2 .box-container {
	position: relative;
	padding: 0.5rem 0.5rem 0;
}

.reliability2 .year-swiper {
	position: relative;
	z-index: 2;
}

.reliability2 .year-swiper .swiper-slide {
	font-size: 0.28rem;
	line-height: 0.28rem;
	height: 0.6rem;
	color: #585858;
	cursor: pointer;
	text-align: center;
}

.reliability2 .year-swiper .swiper-slide .name {
	display: inline-block;
	position: relative;
	height: 0.6rem;
}

.reliability2 .year-swiper .swiper-slide .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #5d9a1b;
	z-index: 2;
	display: none;
}

.reliability2 .year-swiper .swiper-slide.swiper-slide-active {
	color: #005b33;
}

.reliability2 .year-swiper .swiper-slide.swiper-slide-active .name:after {
	display: block;
}

.reliability2 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.reliability2 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.reliability2 .detail-box {
	padding: 0.6rem 0.2rem;
	background: #f7f7f7;
}

.reliability2 .detail-box .list .item {
	display: none;
	position: relative;
	overflow: hidden;
}

.reliability2 .detail-box .list .item.on {
	display: block;
	animation: fadeOfOpacity .5s linear;
}

.reliability2 .detail-box .list .item .imgDiv img {
	width: 100%;
}

.reliability2 .detail-box .list .item .conDiv {
	padding-top: 0.4rem;
}

.reliability2 .detail-box .list .item .name {
	font-size: 0.4rem;
	color: #353535;
	line-height: 0.4rem;
}

.reliability2 .detail-box .list .item .content {
	padding-top: 0.1rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
}

.reliability2 .detail-box .list .item .txt {
	padding: 0.25rem 0 0.2rem;
	font-weight: bold;
	font-size: 0.26rem;
	color: #333;
}

.reliability2 .detail-box .list .item .btnDiv {
	padding-top: 0.25rem;
}

.reliability2 .detail-box .list .item .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.reliability2 .detail-box .list .item .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.reliability3 {
	background: url(../image/reliability3.jpg) center no-repeat;
	background-size: cover;
	padding: 0.6rem 0.2rem;
}

.reliability3 .pageTitle {
	padding-bottom: 0.5rem;
}

.reliability3 .table {
	padding-bottom: 0.3rem;
}

.reliability3 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.reliability3 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.reliability3 .table th {
	height: 0.9rem;
	position: relative;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.reliability3 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #666;
	height: 0.8rem;
	background: #fff;
	font-size: 0.24rem;
	text-align: center;
}

.reliability3 .zixunBtn {
	padding-top: 0.3rem;
}

.reliability4 {
	padding: 0.6rem 0.2rem;
}

.reliability4 .pageTitle {
	padding-bottom: 0.5rem;
}

.canshuPic {
	position: relative;
}

.canshuPic .swiper-slide .imgDiv img {
	width: 100%;
}

.canshuPic .swiper-slide .botDiv {
	background: #f9f9f9;
	border-bottom: #e0e0e0 solid 0.04rem;
	padding: 0 0.3rem;
	height: 2.7rem;
	position: relative;
}

.canshuPic .swiper-slide .name {
	display: inline-block;
	color: #5d9a1b;
	padding-top: 0.3rem;
	height: 0.5rem;
	line-height: 0.5rem;
	overflow: hidden;
	font-size: 0.32rem;
	font-weight: bold;
	background-image: -webkit-linear-gradient(top, #58a422, #025e35);
	background-image: linear-gradient(to bottom, #58a422, #025e35);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.canshuPic .swiper-slide .wen {
	font-weight: bold;
	color: #333;
	line-height: 0.24rem;
	font-size: 0.24rem;
	padding-top: 0.08rem;
}

.canshuPic .swiper-slide .msgList {
	height: 1.26rem;
	overflow: hidden;
}

.canshuPic .swiper-slide .msgList li {
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #666;
}

.canshuPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 35%;
	margin-top: -0.28rem;
}

.canshuPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 35%;
	margin-top: -0.28rem;
}

.canshuPic .swiper-slide:hover .botDiv {
	border-bottom: #9fc600 solid 0.04rem;
}

.reliability4 .zixunBtn {
	padding-top: 0.35rem;
}

.reliability5 {
	padding: 0.6rem 0.2rem;
}

.reliability5 .pageTitle {
	padding-bottom: 0.5rem;
}

.reliability5 .list {
	border-top: #ebebeb solid 1px;
	border-left: #ebebeb solid 1px;
}

.reliability5 .list li {
	float: left;
	width: 50%;
}

.reliability5 .list li .box {
	height: 1.5rem;
	border-bottom: #ebebeb solid 1px;
	border-right: #ebebeb solid 1px;
}

.reliability5 .list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.reliability5 .list li .imgDiv {
	text-align: center;
	line-height: 1.5rem;
	position: relative;
}

.reliability5 .list li .imgDiv img {
	width: 2.6rem;
}

.reliability5 .list li .txt {
	text-align: center;
	line-height: 1.5rem;
	color: #c4c4c4;
	font-size: 0.24rem;
}

.reliability5 .list li:hover .box {
	box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}

.reliability5 .list li:hover .txt {
	color: #046864;
}

.reliability5 .zixunBtn {
	padding-top: 0.5rem;
}

.health2 {
	padding: 0.6rem 0.2rem;
}

.health2 .pageTitle {
	padding-bottom: 0.5rem;
}

.health2 .table table {
	border-top: #97d368 solid 2px;
	border-left: #97d368 solid 2px;
}

.health2 .table td {
	height: 0.8rem;
	background: #f4f9f2;
	padding: 0.15rem;
	border-bottom: #97d368 solid 2px;
	border-right: #97d368 solid 2px;
	font-size: 0.26rem;
	color: #333;
}

.health2 .table td b {
	font-size: 0.3rem;
	color: #64ab2c;
}

.health2 .zixunBtn {
	padding-top: 0.45rem;
}

.health3 {
	background: url(../image/health3.jpg) center no-repeat;
	padding: 0.6rem 0;
}

.health3 .toptop {
	position: relative;
}

.health3 .toptop:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.health3 .pageTitle {
	padding-bottom: 0.5rem;
}

.health3 .box-container {
	position: relative;
	padding: 0 0.5rem;
}

.health3 .year-swiper {
	position: relative;
	z-index: 2;
}

.health3 .year-swiper .swiper-slide {
	font-size: 0.28rem;
	line-height: 0.36rem;
	height: 0.8rem;
	color: #585858;
	cursor: pointer;
	text-align: center;
}

.health3 .year-swiper .swiper-slide .name {
	display: inline-block;
	position: relative;
	height: 0.8rem;
}

.health3 .year-swiper .swiper-slide .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #5d9a1b;
	display: none;
}

.health3 .year-swiper .swiper-slide.swiper-slide-active {
	color: #005b33;
}

.health3 .year-swiper .swiper-slide.swiper-slide-active .name:after {
	display: block;
}

.health3 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.48rem;
	background-size: 0.56rem;
}

.health3 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.48rem;
	background-size: 0.56rem;
}

.health3 .detail-box {
	padding: 0.45rem 0.2rem 0;
}

.health3 .detail-box .list .item {
	display: none;
	position: relative;
}

.health3 .detail-box .list .item.on {
	display: block;
	animation: fadeOfOpacity .5s linear;
}

.health3 .msg {
	font-size: 0.3rem;
	color: #3a8c28;
	padding: 0 0 0.4rem 0.3rem;
}

.health3 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.health3 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.health3 .table th {
	height: 1.0rem;
	padding-left: 0.2rem;
	position: relative;
	text-align: left;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.health3 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #333;
	padding: 0.2rem;
	background: #f4f9f2;
	font-size: 0.24rem;
}

.health3 .table td .content {
	text-align: left;
}

.health3 .zixunBtn {
	padding-top: 0.45rem;
}

.health4 {
	padding: 0.6rem 0.2rem;
	background: #f1f7fa;
}

.health4 .pageTitle {
	padding-bottom: 0.5rem;
}

.healthPic {
	position: relative;
}

.healthPic .swiper-slide .imgDiv {
	overflow: hidden;
}

.healthPic .swiper-slide .imgDiv img {
	width: 100%;
}

.healthPic .swiper-slide .name {
	height: 0.5rem;
	line-height: 0.5rem;
	overflow: hidden;
	padding-top: 0.2rem;
	text-align: center;
	color: #666;
	font-size: 0.26rem;
}

.healthPic .swiper-slide:hover .imgDiv img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.healthPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.38rem;
}

.healthPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.38rem;
}

.health4 .zixunBtn {
	padding-top: 0.45rem;
}

.health5 {
	padding: 0.6rem 0.2rem;
}

.health5 .pageTitle {
	padding-bottom: 0.5rem;
}

.customerPic {
	position: relative;
	border-top: #ebebeb solid 1px;
	border-left: #ebebeb solid 1px;
	border-right: #ebebeb solid 1px;
}

.customerPic .swiper-slide .box {
	height: 1.5rem;
	border-bottom: #ebebeb solid 1px;
	border-right: #ebebeb solid 1px;
	background: #fff;
}

.customerPic .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.customerPic .swiper-slide .imgDiv {
	text-align: center;
	line-height: 1.5rem;
	position: relative;
}

.customerPic .swiper-slide .imgDiv img {
	width: 2.6rem;
}

.customerPic .swiper-slide .haha {
	font-size: 0.24rem;
	color: #f00;
	text-align: center;
	line-height: 1.5rem;
}

.customerPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.customerPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.health5 .zixunBtn {
	padding-top: 0.45rem;
}

.site2 {
	padding: 0.6rem 0.2rem;
}

.site2 .pageTitle {
	padding-bottom: 0.5rem;
}

.site2 .content {
	font-size: 0.24rem;
	line-height: 0.48rem;
}

.site3 {
	padding: 0.6rem 0.2rem;
	background: #eee;
}

.site3 .pageTitle {
	padding-bottom: 0.5rem;
}

.site3 .list li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding-bottom: 0.4rem;
}

.site3 .list li .ico {
	margin: 0 auto;
	width: 1.0rem;
	height: 1.0rem;
	line-height: 1.0rem;
	box-sizing: border-box;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.site3 .list li .ico img {
	width: 0.5rem;
}

.site3 .list li .name {
	padding: 0.25rem 0 0.2rem;
	font-size: 0.32rem;
	color: #333;
	line-height: 0.32rem;
}

.site3 .zixunBtn {
	padding-top: 0.45rem;
}

.site4 {
	padding: 0.6rem 0.2rem;
}

.site4 .mxfDiv {
	overflow: hidden;
	padding-top: 0.5rem;
}

.site4 .leftImg img {
	width: 100%;
}

.site4 .list {
	padding-top: 0.5rem;
}

.site4 .list li {
	font-size: 0.26rem;
}

.site4 .list li a {
	height: 0.56rem;
	line-height: 0.56rem;
	padding-left: 0.25rem;
	color: #353535;
	background: url(../image/ico2.png) left center no-repeat;
	background-size: 0.08rem;
}

.site5 {
	padding: 0.6rem 0.2rem;
	background: url(../image/site5.jpg) center no-repeat;
	background-size: cover;
}

.site5 .pageTitle {
	padding-bottom: 0.5rem;
}

.site5 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.site5 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.site5 .table th {
	height: 1.0rem;
	position: relative;
	text-align: left;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.site5 .table th:nth-child(1) {
	padding-left: 0.2rem;
}

.site5 .table th:nth-child(2) {
	text-align: center;
}

.site5 .table th:nth-child(3) {
	padding-left: 0.2rem;
}

.site5 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	background: #f4f9f2;
	padding: 0.2rem 0;
	font-size: 0.24rem;
}

.site5 .table td .txt {
	font-size: 0.28rem;
	color: #64ab2c;
	padding-left: 0.2rem;
}

.site5 .table td .content {
	padding: 0 0.2rem;
	text-align: left;
}

.site6 {
	padding: 0.6rem 0.2rem;
}

.site6 .pageTitle {
	padding-bottom: 0.4rem;
}

.site6 .content {
	font-size: 0.24rem;
	line-height: 0.52rem;
	padding-bottom: 0.35rem;
	text-align: center;
	display: none;
}

.zizhiPic {
	position: relative;
}

.zizhiPic .swiper-slide {
	background: #f2f2f2;
	height: 4.3rem;
}

.zizhiPic .swiper-slide .imgDiv {
	text-align: center;
	line-height: 4.3rem;
}

.zizhiPic .swiper-slide .imgDiv img {
	max-width: 3.2rem;
	max-height: 3.8rem;
}

.zizhiPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	top: 50%;
	margin-top: -0.28rem;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
}

.zizhiPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	top: 50%;
	margin-top: -0.28rem;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
}

.zizhiLayer {
	width: 94%;
	height: 7rem;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -47%;
	margin-top: -3.5rem;
	z-index: 111;
	display: none;
}

.zizhiLayer .close {
	display: block;
	width: 0.76rem;
	height: 0.76rem;
	background: url(../image/close2.png) no-repeat;
	background-size: 0.76rem;
	right: -0.2rem;
	top: -0.2rem;
	position: absolute;
	z-index: 222;
}

.zizhiLayer .imgDiv {
	padding-top: 0.4rem;
	line-height: 4.8rem;
	text-align: center;
}

.zizhiLayer .imgDiv img {
	width: 4.0rem;
}

.site7 {
	padding: 0.6rem 0.2rem;
}

.site7 .pageTitle {
	padding-bottom: 0.5rem;
}

.site7 .bigBox {
	background: #f7f7f7;
	border: #dcdcdc solid 2px;
	border-radius: 6px;
}

.site7 .imgDiv {
	padding: 0.45rem 0.3rem 0.35rem;
	text-align: center;
}

.site7 .imgDiv img {
	width: 100%;
}

.sanitary2 .toptop {
	padding-top: 0.6rem;
	position: relative;
}

.sanitary2 .toptop:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.sanitary2 .box-container {
	position: relative;
	padding: 0.5rem 0.5rem 0;
}

.sanitary2 .year-swiper {
	position: relative;
	z-index: 2;
}

.sanitary2 .year-swiper .swiper-slide {
	font-size: 0.28rem;
	line-height: 0.28rem;
	height: 0.6rem;
	color: #585858;
	cursor: pointer;
	text-align: center;
}

.sanitary2 .year-swiper .swiper-slide .name {
	display: inline-block;
	position: relative;
	height: 0.6rem;
}

.sanitary2 .year-swiper .swiper-slide .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #5d9a1b;
	z-index: 2;
	display: none;
}

.sanitary2 .year-swiper .swiper-slide.swiper-slide-active {
	color: #005b33;
}

.sanitary2 .year-swiper .swiper-slide.swiper-slide-active .name:after {
	display: block;
}

.sanitary2 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.sanitary2 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.sanitary2 .prev:hover {
	background: url(../image/nimg36_lefton.png) center no-repeat;
	background-size: 0.56rem;
}

.sanitary2 .next:hover {
	background: url(../image/nimg36_righton.png) center no-repeat;
	background-size: 0.56rem;
}

.sanitary2 .detail-box {
	padding: 0.6rem 0.2rem;
	background: #f7f7f7;
}

.sanitary2 .detail-box .list .item {
	display: none;
	position: relative;
	overflow: hidden;
}

.sanitary2 .detail-box .list .item.on {
	display: block;
	animation: fadeOfOpacity .5s linear;
}

.sanitary2 .detail-box .list .item .imgDiv img {
	width: 100%;
}

.sanitary2 .detail-box .list .item .conDiv {
	padding-top: 0.4rem;
}

.sanitary2 .detail-box .list .item .name {
	font-size: 0.4rem;
	color: #353535;
	line-height: 0.4rem;
}

.sanitary2 .detail-box .list .item .name2 {
	padding: 0.15rem 0 0.25rem;
	font-size: 0.4rem;
	color: #353535;
	line-height: 0.4rem;
}

.sanitary2 .detail-box .list .item .content {
	padding-top: 0.1rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
}

.sanitary2 .detail-box .list .item .msg {
	padding: 0.15rem 0 0.1rem;
	line-height: 0.48rem;
	font-size: 0.26rem;
}

.sanitary2 .detail-box .list .item .msg b {
	color: #333;
}

.sanitary2 .detail-box .list .item .msg2 {
	padding: 0.15rem 0 0.1rem;
	line-height: 0.48rem;
	font-size: 0.26rem;
}

.sanitary2 .detail-box .list .item .msg2 b {
	display: block;
	color: #333;
}

.sanitary2 .detail-box .list .item .msg3 {
	padding: 0.15rem 0 0.25rem;
	line-height: 0.48rem;
	font-size: 0.26rem;
}

.sanitary2 .detail-box .list .item .msg3 b {
	display: block;
	font-size: 0.28rem;
	color: #333;
}

.sanitary2 .detail-box .list .item .btnDiv {
	padding-top: 0.25rem;
}

.sanitary2 .detail-box .list .item .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.sanitary2 .detail-box .list .item .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.sanitary3 {
	padding: 0.6rem 0.2rem;
}

.sanitary3 .pageTitle {
	padding-bottom: 0.5rem;
}

.sanitaryPic {
	position: relative;
}

.sanitaryPic .swiper-slide .img {
	position: relative;
}

.sanitaryPic .swiper-slide .img:after {
	content: '';
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.sanitaryPic .swiper-slide .img img {
	width: 100%;
}

.sanitaryPic .swiper-slide .img em {
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -0.4rem;
	top: 50%;
	margin-top: -0.4rem;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: rgba(93, 154, 27, 0.8);
	z-index: 2;
}

.sanitaryPic .swiper-slide .img em:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.4rem;
	height: 0.4rem;
	margin-left: -0.2rem;
	margin-top: -0.2rem;
	background: url(../image/nimg25_2.png) center no-repeat;
	background-size: 0.4rem;
}

.sanitaryPic .swiper-slide .name {
	padding-top: 0.2rem;
	color: #666;
	line-height: 0.46rem;
	font-size: 0.26rem;
	height: 0.92rem;
	overflow: hidden;
	text-align: center;
}

.sanitaryPic .swiper-slide:hover .img:after {
	opacity: 0.8;
}

.sanitaryPic .swiper-slide:hover .img em {
	opacity: 1;
}

.sanitaryPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.sanitaryPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.sanitary4 {
	padding: 0.6rem 0.2rem;
	background: url(../image/virus3.jpg) center no-repeat;
	background-size: cover;
}

.sanitary4 .pageTitle {
	padding-bottom: 0.5rem;
}

.air2 {
	padding: 0.6rem 0.2rem;
}

.air2 .pageTitle {
	padding-bottom: 0.5rem;
}

.air2 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.air2 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.air2 .table th {
	width: 16.66%;
	height: 1.0rem;
	position: relative;
	text-align: left;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.air2 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	background: #f4f9f2;
	height: 0.9rem;
	font-size: 0.24rem;
}

.air2 .table td .content {
	padding: 0.1rem 0.2rem;
	text-align: left;
	color: #333;
}

.air3 {
	padding: 0.6rem 0.2rem;
	background: url(../image/air3.jpg) center no-repeat;
	background-size: cover;
}

.air3 .tab2 {
	text-align: center;
	padding: 0.5rem 0 0.4rem;
}

.air3 .tab2 ul {
	margin-right: -0.2rem;
}

.air3 .tab2 li {
	float: left;
	width: 50%;
}

.air3 .tab2 li .box {
	margin-right: 0.2rem;
	background: #fff;
	height: 0.86rem;
	line-height: 0.86rem;
	box-sizing: border-box;
	border: #9fc600 solid 1px;
	border-radius: 0.42rem;
	font-size: 0.28rem;
	color: #333;
}

.air3 .tab2 .liNow .box {
	border: #429705 solid 1px;
	background: #429705;
	color: #fff;
	font-weight: bold;
}

.air3 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.air3 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.air3 .table th {
	height: 1.0rem;
	position: relative;
	text-align: left;
	padding: 0 0.2rem;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.air3 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	background: #f4f9f2;
	height: 0.8rem;
	font-size: 0.24rem;
}

.air3 .table td .txt {
	font-size: 0.24rem;
	color: #429705;
	font-weight: bold;
	padding-left: 0.2rem;
}

.air3 .table td .content {
	padding: 0.1rem 0.2rem;
	text-align: left;
}

.air4 {
	padding: 0.6rem 0.2rem;
}

.air4 .pageTitle {
	padding-bottom: 0.5rem;
}

.air4 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.air4 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.air4 .table th {
	height: 1.0rem;
	position: relative;
	text-align: left;
	padding-left: 0.2rem;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.air4 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	background: #f4f9f2;
	padding: 0.2rem;
	font-size: 0.24rem;
}

.air4 .table td .txt {
	font-size: 0.24rem;
	color: #429705;
	font-weight: bold;
}

.air4 .table td .content {
	text-align: left;
	line-height: 0.42rem;
	color: #333;
}

.air5 {
	padding: 0.6rem 0.2rem;
	background: url(../image/solidBg2.jpg) center no-repeat;
	background-size: cover;
}

.air5 .pageTitle {
	padding-bottom: 0.5rem;
}

.air5 .btn {
	height: 0.8rem;
	border-radius: 0.56rem;
	background: #fff;
	margin-bottom: 0.4rem;
}

.air5 .btn li {
	float: left;
	width: 33.33%;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	border-radius: 0.56rem;
	cursor: pointer;
	background: #fff;
	text-align: center;
}

.air5 .btn li.on {
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
	color: #fff;
}

.air5 .list {
	position: relative;
}

.air5 .list .imgList {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.air5 .swiper-slide .img {
	height: 3.87rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.air5 .swiper-slide .img img {
	width: 2.75rem;
}

.air5 .swiper-slide .img2 {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.air5 .swiper-slide .img2 img {
	width: 100%;
}

.air5 .swiper-slide .name {
	padding-top: 0.2rem;
	color: #fff;
	line-height: 0.42rem;
	font-size: 0.26rem;
	height: 0.84rem;
	overflow: hidden;
	text-align: center;
}

.air5 .swiper-slide:hover .img {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.air5 .se {
	display: block;
	width: 0.56rem;
	height: 0.56rem;
	position: absolute;
	z-index: 2;
	left: auto;
	right: auto;
	top: 40%;
	margin-top: -0.28rem;
	bottom: auto;
	overflow: hidden;
}

.air5 .arrow .prev {
	left: 0.2rem;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
}

.air5 .arrow .next {
	right: 0.2rem;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
}

.air6 {
	padding: 0.6rem 0.2rem;
	background: url(../image/air6.jpg) center no-repeat;
	background-size: cover;
}

.air6 .mxfDiv {
	overflow: hidden;
	padding-top: 0.5rem;
}

.air6 .leftImg img {
	width: 100%;
}

.air6 .list {
	padding-top: 0.5rem;
	width: 50%;
}

.air6 .list li {
	font-size: 0.26rem;
}

.air6 .list li a {
	height: 0.56rem;
	line-height: 0.56rem;
	padding-left: 0.25rem;
	color: #353535;
	background: url(../image/ico2.png) left center no-repeat;
	background-size: 0.08rem;
}

.safety2 {
	padding: 0.6rem 0.2rem;
}

.safety2 .msg {
	text-align: center;
	line-height: 0.48rem;
	color: #aeaeae;
	font-size: 0.3rem;
	padding-bottom: 0.35rem;
}

.safety2 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.safety2 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.safety2 .table th {
	height: 1.0rem;
	position: relative;
	text-align: left;
	text-align: center;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.3rem;
}

.safety2 .table td {
	width: 9.09%;
	text-align: center;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	background: #fff;
	padding: 0.2rem 0;
	font-size: 0.24rem;
	color: #333;
}

.safety2 .table td .txt {
	font-size: 0.26rem;
	font-weight: bold;
}

.safety3 {
	padding: 0.6rem 0.2rem;
	background: #f1f3ee;
}

.safety3 .pageTitle {
	padding-bottom: 0.5rem;
}

.safety3 .msg {
	text-align: center;
	line-height: 0.48rem;
	color: #666;
	font-size: 0.3rem;
	padding-bottom: 0.35rem;
}

.safetyPic {
	position: relative;
}

.safetyPic .swiper-slide .imgDiv {
	overflow: hidden;
}

.safetyPic .swiper-slide .imgDiv img {
	width: 100%;
}

.safetyPic .swiper-slide .name {
	height: 0.8rem;
	line-height: 0.8rem;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	background: #fff;
	color: #000;
	font-size: 0.24rem;
}

.safetyPic .swiper-slide:hover .imgDiv img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.safetyPic .prev {
	z-index: 5;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.safetyPic .next {
	z-index: 5;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.register3 {
	padding: 0.6rem 0;
	background: url(../image/register3.jpg) center top no-repeat;
	background-size: cover;
}

.register3 .toptop {
	padding-top: 0.6rem;
	position: relative;
}

.register3 .toptop:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.register3 .box-container {
	position: relative;
	padding: 0.5rem 0.5rem 0;
}

.register3 .year-swiper {
	position: relative;
	z-index: 2;
}

.register3 .year-swiper .swiper-slide {
	font-size: 0.28rem;
	line-height: 0.28rem;
	height: 0.6rem;
	color: #585858;
	cursor: pointer;
	text-align: center;
}

.register3 .year-swiper .swiper-slide .name {
	display: inline-block;
	position: relative;
	height: 0.6rem;
}

.register3 .year-swiper .swiper-slide .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #5d9a1b;
	z-index: 2;
	display: none;
}

.register3 .year-swiper .swiper-slide.swiper-slide-active {
	color: #005b33;
}

.register3 .year-swiper .swiper-slide.swiper-slide-active .name:after {
	display: block;
}

.register3 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.register3 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.register3 .detail-box {
	padding: 0.6rem 0.2rem;
}

.register3 .detail-box .list .item {
	display: none;
	position: relative;
	overflow: hidden;
}

.register3 .detail-box .list .item.on {
	display: block;
	animation: fadeOfOpacity .5s linear;
}

.register3 .table table th {
	height: 0.8rem;
	color: #fff;
	font-size: 0.24rem;
	padding-left: 0.2rem;
	text-align: left;
	background: #005b33;
}

.register3 .table table td {
	height: 0.8rem;
	line-height: 0.4rem;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	font-size: 0.24rem;
	background: #fff;
}

.register3 .table table .td01 {
	border-left: #b4e291 solid 1px;
	vertical-align: top;
}

.register3 .table table td .txt {
	padding-left: 0.2rem;
	font-weight: bold;
	line-height: 0.5rem;
}

.register3 .table table td .content {
	padding: 0 0.2rem;
}

.register4 {
	padding: 0.6rem 0.2rem;
}

.register4 .msg {
	font-size: 0.24rem;
	padding: 0.5rem 0 0.3rem;
	line-height: 0.48rem;
}

.register4 .table {
	padding-bottom: 20px;
}

.register4 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.register4 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.register4 .table th {
	height: 1.0rem;
	position: relative;
	padding-left: 0.2rem;
	text-align: left;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.register4 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #666;
	padding: 0.2rem 0;
	background: #fff;
	font-size: 0.24rem;
}

.register4 .table td .content {
	padding: 0 0.2rem;
}

.register5 {
	padding: 0.6rem 0.2rem;
}

.register5 .pageTitle {
	padding-bottom: 0.5rem;
}

.register6 {
	padding: 0.6rem 0.2rem;
	background: url(../image/register6.jpg) center top no-repeat;
	background-size: cover;
}

.register6 .pageTitle {
	padding-bottom: 0.5rem;
}

.register6 .list {
	border-top: #b4e291 solid 1px;
	border-left: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	border-bottom: #b4e291 solid 1px;
}

.register6 .scroll {
	height: 3.99rem;
	overflow: auto;
}

.register6 .list li {
	height: 0.79rem;
	border-bottom: #b4e291 solid 1px;
	background: #fff;
}

.register6 .list .li01 {
	background: #fafafa;
}

.register6 .list li a {
	display: block;
	font-size: 0.24rem;
	height: 0.79rem;
	line-height: 0.79rem;
	overflow: hidden;
	position: relative;
	padding: 0 2.0rem 0 0.2rem;
}

.register6 .list li em {
	position: absolute;
	display: block;
	right: 0.3rem;
	top: 0;
	line-height: 0.79rem;
	padding-left: 0.35rem;
	background: url(../image/nimg16_1.png) left center no-repeat;
	background-size: 0.24rem;
}

.register6 .list li a:hover {
	color: #005b33;
}

.register6 .list li a:hover em {
	background: url(../image/nimg16_1on.png) left center no-repeat;
	background-size: 0.24rem;
}

.register6 .list li:last-child {
	border-bottom: none;
}

.analysis2 {
	padding: 0.6rem 0.2rem;
	border-bottom: #ddd solid 1px;
}

.analysis2 .list {
	padding: 0.5rem 0 0.2rem;
}

.analysis2 .list li {
	float: left;
	width: 33.33%;
	padding-bottom: 0.4rem;
}

.analysis2 .list li .ico {
	width: 1.6rem;
	height: 1.6rem;
	text-align: center;
	line-height: 1.6rem;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0px 0px 13px 0px rgba(6, 71, 36, 0.2);
	background-image: -webkit-linear-gradient(top, #529f23, #13693c);
	background-image: -moz-linear-gradient(top, #529f23, #13693c);
	background-image: -o-linear-gradient(top, #529f23, #13693c);
	background-image: linear-gradient(to bottom, #529f23, #13693c);
}

.analysis2 .list li .ico img {
	width: 0.8rem;
}

.analysis2 .list li .name {
	padding-top: 0.2rem;
	text-align: center;
	font-size: 0.3rem;
	color: #1e1e1e;
	line-height: 0.3rem;
}

.analysis3 .toptop {
	padding-top: 0.6rem;
	position: relative;
}

.analysis3 .toptop:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.analysis3 .box-container {
	position: relative;
	padding: 0.5rem 0.5rem 0;
}

.analysis3 .year-swiper {
	position: relative;
	z-index: 2;
}

.analysis3 .year-swiper .swiper-slide {
	font-size: 0.28rem;
	line-height: 0.28rem;
	height: 0.6rem;
	color: #585858;
	cursor: pointer;
	text-align: center;
}

.analysis3 .year-swiper .swiper-slide .name {
	display: inline-block;
	position: relative;
	height: 0.6rem;
}

.analysis3 .year-swiper .swiper-slide .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #5d9a1b;
	z-index: 2;
	display: none;
}

.analysis3 .year-swiper .swiper-slide.swiper-slide-active {
	color: #005b33;
}

.analysis3 .year-swiper .swiper-slide.swiper-slide-active .name:after {
	display: block;
}

.analysis3 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.analysis3 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.analysis3 .detail-box {
	padding: 0.6rem 0.2rem;
	background: #f7f7f7;
}

.analysis3 .detail-box .list .item {
	display: none;
	position: relative;
	overflow: hidden;
}

.analysis3 .detail-box .list .item.on {
	display: block;
	animation: fadeOfOpacity .5s linear;
}

.analysis3 .detail-box .list .item .imgDiv img {
	width: 100%;
}

.analysis3 .detail-box .list .item .conDiv {
	padding-top: 0.4rem;
}

.analysis3 .detail-box .list .item .name {
	font-size: 0.4rem;
	color: #353535;
	line-height: 0.4rem;
	padding-bottom: 0.2rem;
}

.analysis3 .detail-box .list .item .txt {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #333;
	font-weight: bold;
}

.analysis3 .detail-box .list .item .content {
	padding-top: 0.1rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
}

.analysis3 .detail-box .list .item .btnDiv {
	padding-top: 0.25rem;
}

.analysis3 .detail-box .list .item .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.69rem;
	line-height: 0.69rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	background: url(../image/btn3.png) center no-repeat;
	background-size: 2.4rem;
}

.analysis3 .detail-box .list .item .btnDiv img {
	padding-right: 0.2rem;
	position: relative;
	top: -0.04rem;
	width: 0.32rem;
}

.analysis3 .detail-box .list .item .liebiao {
	padding-top: 0.1rem;
}

.analysis3 .detail-box .list .item .liebiao li {
	font-size: 0.24rem;
}

.analysis3 .detail-box .list .item .liebiao li a {
	height: 0.56rem;
	line-height: 0.56rem;
	overflow: hidden;
	padding-left: 0.25rem;
	color: #353535;
	background: url(../image/ico2.png) left center no-repeat;
	background-size: 0.08rem;
}

.analysis4 {
	padding: 0.6rem 0.2rem;
}

.analysis4 .pageTitle {
	padding-bottom: 0.5rem;
}

.analysis4 .table table {
	border-top: #b4e291 solid 1px;
	border-left: #b4e291 solid 1px;
}

.analysis4 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	height: 1.0rem;
	font-size: 0.26rem;
}

.analysis4 .table td b {
	padding: 0 0.3rem;
	display: block;
}

.analysis4 .table td .content {
	line-height: 0.48rem;
	padding: 0.15rem 0.2rem;
}

.cosmetics1 {
	padding: 0.6rem 0.2rem;
	background: url(../image/cosmetics1.jpg) center no-repeat;
	background-size: cover;
}

.cosmetics1 .pageTitle {
	padding-bottom: 0.5rem;
}

.cosmetics1 .tab2 {
	text-align: center;
	padding-bottom: 0.4rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.cosmetics1 .tab2 ul {
	margin-right: -0.2rem;
}

.cosmetics1 .tab2 li {
	float: left;
	width: 50%;
}

.cosmetics1 .tab2 li .box {
	margin-right: 0.2rem;
	background: #fff;
	height: 0.86rem;
	line-height: 0.86rem;
	box-sizing: border-box;
	border: #9fc600 solid 1px;
	border-radius: 0.42rem;
	font-size: 0.28rem;
	color: #333;
}

.cosmetics1 .tab2 .liNow .box {
	background: #429705;
	border: #429705 solid 1px;
	color: #fff;
	font-weight: bold;
}

.cosmetics1 .table1 table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.cosmetics1 .table1 tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.cosmetics1 .table1 th {
	height: 1.0rem;
	padding-left: 0.2rem;
	position: relative;
	text-align: left;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.cosmetics1 .table1 td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #666;
	padding: 0.15rem 0.2rem;
	background: #fff;
	font-size: 0.26rem;
}

.cosmetics1 .table1 td .txt {
	font-weight: bold;
	font-size: 0.26rem;
	color: #333;
	padding: 0 0.2rem;
}

.cosmetics1 .table1 td .content {
	padding: 0 0.2rem;
}

.cosmetics1 .table2 table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.cosmetics1 .table2 tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.cosmetics1 .table2 th {
	height: 1.0rem;
	width: 25%;
	position: relative;
	text-align: left;
	padding-left: 0.2rem;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.cosmetics1 .table2 td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #333;
	padding: 0.15rem 0.2rem;
	background: #fff;
	font-size: 0.26rem;
}

.cosmetics1 .table2 td .content {}

.cosmetics2 {
	padding: 0.6rem 0.2rem;
	background: url(../image/cosmetics2.jpg) center no-repeat;
	background-size: cover;
}

.cosmetics2 .pageTitle {
	padding-bottom: 0.5rem;
}

.cosmetics2 .tab2 {
	text-align: center;
	padding-bottom: 0.4rem;
}

.cosmetics2 .tab2 ul {
	margin-right: -0.2rem;
}

.cosmetics2 .tab2 li {
	float: left;
	width: 33.33%;
}

.cosmetics2 .tab2 li .box {
	margin-right: 0.2rem;
	background: #fff;
	height: 0.86rem;
	line-height: 0.86rem;
	box-sizing: border-box;
	border: #9fc600 solid 1px;
	border-radius: 0.42rem;
	font-size: 0.28rem;
	color: #333;
}

.cosmetics2 .tab2 .liNow .box {
	background: #429705;
	border: #429705 solid 1px;
	color: #fff;
	font-weight: bold;
}

.cosmetics2 .table1 table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.cosmetics2 .table1 tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.cosmetics2 .table1 th {
	height: 1.0rem;
	position: relative;
	text-align: left;
	text-align: center;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.cosmetics2 .table1 td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #666;
	padding: 0.15rem 0;
	background: #fff;
	font-size: 0.26rem;
}

.cosmetics2 .table1 td .txt {
	font-weight: bold;
	font-size: 0.26rem;
	color: #333;
	padding-left: 0.2rem;
}

.cosmetics2 .table1 td .content {
	padding: 0 0.2rem;
}

.cosmetics2 .table2 table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.cosmetics2 .table2 tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.cosmetics2 .table2 th {
	height: 1.0rem;
	position: relative;
	text-align: left;
	text-align: center;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.cosmetics2 .table2 td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #666;
	padding: 0.15rem 0;
	background: #fff;
	font-size: 0.26rem;
}

.cosmetics2 .table2 td .content {
	padding: 0 0.2rem;
	line-height: 0.48rem;
}

.cosmetics3 {
	padding: 0.6rem 0.2rem;
}

.cosmetics3 .pageTitle {
	padding-bottom: 0.5rem;
}

.cosmetics3 .table table {
	border-top: #b4e291 solid 1px;
	border-left: #b4e291 solid 1px;
}

.cosmetics3 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	height: 1.0rem;
	font-size: 0.26rem;
	color: #333;
}

.cosmetics3 .table td .content {
	line-height: 0.48rem;
	padding: 0.1rem 0.2rem;
}

.protect2 {
	padding: 0.6rem 0.2rem;
	background: url(../image/protect2.jpg) center no-repeat;
	background-size: cover;
}

.protect2 .pageTitle {
	padding-bottom: 0.5rem;
}

.protect2 .list {
	padding-bottom: 0.2rem;
}

.protect2 .list li {
	float: left;
	width: 33.33%;
	padding-bottom: 0.4rem;
}

.protect2 .list li .ico {
	width: 1.4rem;
	height: 1.4rem;
	text-align: center;
	background: #39aeff;
	line-height: 1.4rem;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0px 0px 13px 0px rgba(6, 71, 36, 0.2);
}

.protect2 .list li .ico img {
	width: 0.8rem;
}

.protect2 .list li .name {
	padding-top: 0.25rem;
	text-align: center;
	font-size: 0.3rem;
	color: #fff;
	line-height: 0.3rem;
}

.protect3 .toptop {
	padding-top: 0.6rem;
	position: relative;
}

.protect3 .toptop:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.protect3 .box-container {
	position: relative;
	padding: 0.5rem 0.5rem 0;
}

.protect3 .year-swiper {
	position: relative;
	z-index: 2;
}

.protect3 .year-swiper .swiper-slide {
	font-size: 0.28rem;
	line-height: 0.28rem;
	height: 0.6rem;
	color: #585858;
	cursor: pointer;
	text-align: center;
}

.protect3 .year-swiper .swiper-slide .name {
	display: inline-block;
	position: relative;
	height: 0.6rem;
}

.protect3 .year-swiper .swiper-slide .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #5d9a1b;
	z-index: 2;
	display: none;
}

.protect3 .year-swiper .swiper-slide.swiper-slide-active {
	color: #005b33;
}

.protect3 .year-swiper .swiper-slide.swiper-slide-active .name:after {
	display: block;
}

.protect3 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.protect3 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.protect3 .detail-box {
	padding: 0.65rem 0.2rem 0.8rem;
	background: #f7f7f7;
}

.protect3 .detail-box .list .item {
	display: none;
	position: relative;
}

.protect3 .detail-box .list .item.on {
	display: block;
	animation: fadeOfOpacity .5s linear;
}

.protect3 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.protect3 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.protect3 .table th {
	height: 1.0rem;
	position: relative;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.protect3 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #333;
	padding: 0.2rem 0;
	background: #fff;
	font-size: 0.26rem;
	line-height: 0.48rem;
	text-align: center;
}

.protect3 .table td .content {
	padding: 0 0.2rem;
	text-align: left;
}

.equipment2 .toptop {
	padding-top: 0.6rem;
	position: relative;
}

.equipment2 .toptop:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #dfe6ed;
	z-index: 1;
}

.equipment2 .box-container {
	position: relative;
	padding: 0.5rem 0.5rem 0;
}

.equipment2 .year-swiper {
	position: relative;
	z-index: 2;
}

.equipment2 .year-swiper .swiper-slide {
	font-size: 0.28rem;
	line-height: 0.28rem;
	height: 0.6rem;
	color: #585858;
	cursor: pointer;
	text-align: center;
}

.equipment2 .year-swiper .swiper-slide .name {
	display: inline-block;
	position: relative;
	height: 0.6rem;
}

.equipment2 .year-swiper .swiper-slide .name:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.04rem;
	background: #5d9a1b;
	z-index: 2;
	display: none;
}

.equipment2 .year-swiper .swiper-slide.swiper-slide-active {
	color: #005b33;
}

.equipment2 .year-swiper .swiper-slide.swiper-slide-active .name:after {
	display: block;
}

.equipment2 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.equipment2 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	width: 0.56rem;
	height: 0.56rem;
	top: 0.8rem;
	background-size: 0.56rem;
}

.equipment2 .detail-box {
	padding: 0.6rem 0.2rem;
	background: #f7f7f7;
}

.equipment2 .detail-box .list .item {
	display: none;
	position: relative;
	overflow: hidden;
}

.equipment2 .detail-box .list .item.on {
	display: block;
	animation: fadeOfOpacity .5s linear;
}

.equipment2 .detail-box .list .item .imgDiv img {
	width: 100%;
}

.equipment2 .detail-box .list .item .conDiv {
	padding-top: 0.4rem;
}

.equipment2 .detail-box .list .item .name {
	font-size: 0.4rem;
	color: #353535;
	line-height: 0.4rem;
}

.equipment2 .detail-box .list .item .content {
	padding-top: 0.1rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
}

.equipment2 .detail-box .list .item .txt {
	padding: 0.25rem 0 0.2rem;
	font-weight: bold;
	font-size: 0.26rem;
	color: #333;
}

.equipment2 .detail-box .list .item .btnDiv {
	padding-top: 0.25rem;
}

.equipment2 .detail-box .list .item .btnDiv a {
	display: block;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.48rem;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.equipment2 .detail-box .list .item .btnDiv img {
	padding-right: 0.15rem;
	position: relative;
	top: -0.02rem;
	width: 0.36rem;
}

.equipment3 {
	padding: 0.6rem 0.2rem;
	background: #087d39 url(../image/equipment3.jpg) center bottom no-repeat;
}

.equipment3 .pageTitle {
	padding-bottom: 0.5rem;
}

.equipmentPic {
	position: relative;
}

.equipmentPic .swiper-slide .imgDiv {
	overflow: hidden;
}

.equipmentPic .swiper-slide .imgDiv img {
	width: 100%;
}

.equipmentPic .swiper-slide .botDiv {
	background: #fff;
	padding: 0.45rem 0.25rem 0;
	height: 3.2rem;
}

.equipmentPic .swiper-slide .name {
	font-size: 0.32rem;
	color: #000;
	height: 0.5rem;
	line-height: 0.5rem;
	overflow: hidden;
}

.equipmentPic .swiper-slide .content {
	padding-top: 0.15rem;
	font-size: 0.24rem;
	line-height: 0.42rem;
	height: 2.1rem;
	overflow: auto;
}

.equipmentPic .swiper-slide:hover .imgDiv img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.equipmentPic .prev {
	z-index: 5;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 35%;
	margin-top: -0.28rem;
}

.equipmentPic .next {
	z-index: 5;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 35%;
	margin-top: -0.28rem;
}

.equipment4 {
	position: relative;
	padding: 0.6rem 0.2rem 0.3rem;
	overflow: hidden;
}

.equipment4 .list {
	position: relative;
	z-index: 2;
	padding-top: 0.5rem;
}

.equipment4 .list li {
	float: left;
	width: 40%;
	padding-left: 10%;
	color: #333;
	position: relative;
	padding-bottom: 0.5rem;
}

.equipment4 .list li .num {
	font-size: 0.26rem;
}

.equipment4 .list li .numUp {
	font-family: bold;
	font-size: 0.72rem;
	line-height: 0.72rem;
	color: #037e41;
	padding-right: 0.1rem;
	display: inline-block;
}

.equipment4 .list li em {
	display: inline-block;
	position: relative;
}

.equipment4 .list li em:after {
	content: '';
	position: absolute;
	right: 0;
	top: -0.2rem;
	width: 0.24rem;
	height: 0.24rem;
	background: url(../image/nimg16_2.png) center no-repeat;
	background-size: 0.24rem;
}

.equipment4 .list li p {
	font-size: 0.26rem;
	padding-top: 0.08rem;
}

.poison2 {
	padding: 0.6rem 0.2rem;
}

.poison2 .pageTitle {
	padding-bottom: 0.5rem;
}

.poison2 .table table {
	border-top: #b4e291 solid 1px;
	border-left: #b4e291 solid 1px;
}

.poison2 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	height: 1.0rem;
	font-size: 0.26rem;
	color: #333;
}

.poison2 .table td .content {
	line-height: 0.48rem;
	padding: 0.1rem 0.2rem;
}

.poison2 .list li {
	float: left;
	width: 33.33%;
	text-align: center;
	/* padding-bottom: 0.4rem; */
}

.poison2 .list li .ico {
	margin: 0 auto;
	width: 1.0rem;
	height: 1.0rem;
	line-height: 1.0rem;
	box-sizing: border-box;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.poison2 .list li .ico img {
	width: 0.5rem;
}

.poison2 .list li .name {
	padding: 0.25rem 0 0.2rem;
	font-size: 0.28rem;
	color: #333;
	line-height: 0.32rem;
}

.poison2 .list li:nth-child(n+4) {
	padding-top: 0.4rem;
}

.poison3 {
	padding: 0.6rem 0.2rem;
	background: url(../image/poison3.jpg) center no-repeat;
	background-size: cover;
}

.poison3 .pageTitle {
	padding-bottom: 0.5rem;
}

.poison3 .tab2 {
	text-align: center;
	padding-bottom: 0.4rem;
}

.poison3 .tab2 ul {
	margin-right: -0.2rem;
}

.poison3 .tab2 li {
	float: left;
	width: 33.33%;
}

.poison3 .tab2 li .box {
	margin-right: 0.2rem;
	background: #fff;
	height: 0.86rem;
	line-height: 0.86rem;
	box-sizing: border-box;
	border: #9fc600 solid 1px;
	border-radius: 0.42rem;
	font-size: 0.28rem;
	color: #333;
}

.poison3 .tab2 .liNow .box {
	background: #429705;
	border: #429705 solid 1px;
	color: #fff;
	font-weight: bold;
}

.poison3 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.poison3 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.poison3 .table th {
	height: 1.0rem;
	position: relative;
	padding: 0 0.2rem;
	text-align: left;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.poison3 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #666;
	padding: 0.15rem 0;
	line-height: 0.48rem;
	background: #fff;
	font-size: 0.26rem;
}

.poison3 .table td .content {
	padding: 0 0.2rem;
}

.poison4 {
	padding: 0.6rem 0.2rem;
}

.poison4-2 {
	background: url(../image/radiation5.jpg) center no-repeat;
	background-size: cover;
}

.poison4 .pageTitle {
	padding-bottom: 0.5rem;
}

.poison4 .bigBox {
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.poison4 .leftDiv {
	position: relative;
}

.poison4-2 .leftDiv {
	display: none;
}

.poison4 .leftDiv .imgDiv img {
	width: 100%;
}

.poison4 .leftDiv .txt {
	position: absolute;
	left: 0.2rem;
	bottom: 0.2rem;
	z-index: 1;
	font-size: 0.26rem;
	color: #fff;
	font-weight: bold;
}

.poison4 .rightDiv {
	padding: 0.3rem;
}

.poison4 .list {
	padding-top: 0.3rem;
}

.poison4 .list ul {
	height: 4.8rem;
	overflow: auto;
}

.poison4 .list li {
	border-bottom: #f2f2f2 solid 1px;
	height: 0.79rem;
	font-size: 0.24rem;
	padding-right: 0.3rem;
}

.poison4 .list li:last-child {
	border-bottom: none;
}

.poison4 .list li a {
	display: block;
	height: 0.79rem;
	line-height: 0.79rem;
	overflow: hidden;
	padding-left: 0.25rem;
	color: #333;
	background: url(../image/ico2.png) left center no-repeat;
	background-size: 0.08rem;
}

.green2 .toptop {
	padding: 0.6rem 0.2rem 0.3rem;
	background: #f7f7f7;
}

.green2 .botbot {
	padding: 0 0.2rem 0.6rem;
	background: #f7f7f7;
}

.green2 .tab2 {
	position: relative;
	margin-bottom: 0.45rem;
}

.green2 .tab2 li {
	float: left;
	width: 25%;
	font-weight: bold;
	color: #333;
	position: relative;
	z-index: 2;
}

.green2 .tab2 .liNow {
	color: #005b33;
}

.green2 .tab2 li .ico {
	width: 1.2rem;
	height: 1.2rem;
	text-align: center;
	line-height: 1.1rem;
	background: #fff;
	margin: 0 auto;
	border-radius: 50%;
	box-sizing: border-box;
	border: #dfe6ed solid 0.04rem;
}

.green2 .tab2 li .ico img {
	width: 0.56rem;
}

.green2 .tab2 li .ico .img1 {
	display: none;
}

.green2 .tab2 li .name {
	padding-top: 0.2rem;
	font-size: 0.26rem;
	line-height: 0.26rem;
	text-align: center;
}

.green2 .tab2 .liNow .ico {
	background: #005b33;
	border: #005b33 solid 0.04rem;
}

.green2 .tab2 .liNow .ico img {
	display: none;
}

.green2 .tab2 .liNow .ico .img1 {
	display: inline-block;
}

.green2 .imgBox {
	background: #fff;
	overflow: hidden;
}

.green2 .imgBox .leftImg img {
	width: 100%;
}

.green2 .imgBox .conDiv {
	padding: 0.5rem 0;
}

.green2 .imgBox .name {
	font-weight: bold;
	font-size: 0.36rem;
	line-height: 0.36rem;
	color: #00562d;
	padding-bottom: 0.3rem;
}

.green2 .imgBox .content {
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #333;
}

.green2 .title {
	font-weight: bold;
	font-size: 0.32rem;
	line-height: 0.32rem;
	color: #00562d;
	padding: 0.4rem 0;
}

.green2 .list ul {
	margin-right: -0.2rem;
}

.green2 .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.2rem;
}

.green2 .list li .box {
	margin-right: 0.2rem;
	height: 3.0rem;
	background: url(../image/nimg285Bg.png) center no-repeat;
	background-size: 100% 100%;
	padding: 0 0.4rem;
}

.green2 .list li .txt {
	padding-top: 0.4rem;
	font-size: 0.32rem;
	line-height: 0.32rem;
	color: #00562d;
	font-weight: bold;
}

.green2 .list li .msg {
	font-size: 0.24rem;
	line-height: 0.48rem;
	padding-top: 0.25rem;
}

.green3 {
	padding: 0.6rem 0.2rem;
	overflow: hidden;
}

.green3 .list {
	padding-top: 0.5rem;
}

.green3 .list li {
	float: left;
	width: 50%;
	text-align: center;
	padding-bottom: 0.5rem;
}

.green3 .list li .ico img {
	width: 0.64rem;
}

.green3 .list li .name2 h2 {
	font-size: 0.36rem;
	color: #333;
	padding-top: 0.2rem;
}

.green3 .list li .name2 p {
	padding: 0.08rem 0 0.2rem;
	font-size: 0.24rem;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.5);
}

.green3 .list li .msg {
	font-weight: bold;
	padding-left: .25rem;
	padding-bottom: 0.15rem;
	font-size: 0.14rem;
	line-height: 0.24rem;
	color: #666;
}

.green3 .list li .content {
	padding: 0 0.1rem;
	font-size: 0.24rem;
	line-height: 0.48rem;
	color: #666;
	height: 2.4rem;
}

.green4 {
	padding: 0.6rem 0.2rem;
	background: url(../image/virus3.jpg) center top no-repeat;
	background-size: cover;
}

.green4 .pageTitle {
	padding-bottom: 0.5rem;
}

.green4 .list {
	border-top: #b4e291 solid 1px;
	border-left: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	border-bottom: #b4e291 solid 1px;
}

.green4 .scroll {
	height: 3.99rem;
	overflow: auto;
}

.green4 .list li {
	height: 0.79rem;
	border-bottom: #b4e291 solid 1px;
	background: #fff;
}

.green4 .list .li01 {
	background: #fafafa;
}

.green4 .list li a {
	display: block;
	font-size: 0.24rem;
	height: 0.79rem;
	line-height: 0.79rem;
	overflow: hidden;
	position: relative;
	padding: 0 2.0rem 0 0.2rem;
}

.green4 .list li em {
	position: absolute;
	display: block;
	right: 0.3rem;
	top: 0;
	line-height: 0.79rem;
	padding-left: 0.35rem;
	background: url(../image/nimg16_1.png) left center no-repeat;
	background-size: 0.24rem;
}

.green4 .list li a:hover {
	color: #005b33;
}

.green4 .list li a:hover em {
	background: url(../image/nimg16_1on.png) left center no-repeat;
	background-size: 0.24rem;
}

.green4 .list li:last-child {
	border-bottom: none;
}

.green4 .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #9fc600;
}

.radiation2 {
	padding: 0.6rem 0.2rem;
}

.radiation2 .list {
	padding-top: 0.5rem;
}

.radiation2 .list ul {
	margin-right: -0.2rem;
}

.radiation2 .list li {
	float: left;
	width: 50%;
	padding-bottom: 0.4rem;
}

.radiation2 .list li .box {
	margin-right: 0.2rem;
	height: 3.8rem;
	background: #f8f8f8;
}

.radiation2 .list li .imgDiv {
	padding: 0.4rem 0.3rem 0;
	overflow: hidden;
}

.radiation2 .list li .imgDiv img {
	width: 100%;
}

.radiation2 .list li .name {
	padding: 0.3rem 0.2rem 0;
	height: 0.96rem;
	line-height: 0.48rem;
	text-align: center;
	font-size: 0.26rem;
	color: #333;
	overflow: hidden;
}

.radiationPic {
	padding-top: 0.5rem;
	overflow: hidden;
	position: relative;
}

.radiationPic .box {
	height: 3.8rem;
	background: #f8f8f8;
}

.radiationPic .imgDiv {
	padding: 0.4rem 0.3rem 0;
	overflow: hidden;
}

.radiationPic .imgDiv img {
	width: 100%;
}

.radiationPic .name {
	padding: 0.3rem 0.2rem 0;
	height: 0.96rem;
	line-height: 0.48rem;
	text-align: center;
	font-size: 0.26rem;
	color: #333;
	overflow: hidden;
}

.radiationPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.radiationPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.bigPicLayer2 {
	width: 94%;
	height: 5.2rem;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -47%;
	z-index: 111;
	display: none;
}

.bigPicLayer2 .close {
	display: block;
	width: 0.76rem;
	height: 0.76rem;
	background: url(../image/close2.png) no-repeat;
	background-size: 0.76rem;
	right: -0.2rem;
	top: -0.2rem;
	position: absolute;
	z-index: 222;
}

.bigPicLayer2 .imgDiv {
	padding-top: 0.4rem;
	text-align: center;
}

.bigPicLayer2 .imgDiv img {
	width: 5.8rem;
}

.bigPicLayer2 .name {
	color: #333;
	font-size: 0.3rem;
	text-align: center;
	padding: 0.25rem 0.2rem 0;
	height: 0.84rem;
	line-height: 0.42rem;
	overflow: hidden;
}

.radiation3 {
	padding: 0.6rem 0.2rem;
	background: url(../image/radiation3.jpg) center bottom no-repeat;
}

.radiation3 .pageTitle {
	padding-bottom: 0.5rem;
}

.testingPic {
	position: relative;
}

.testingPic .swiper-slide .imgDiv {
	overflow: hidden;
}

.testingPic .swiper-slide .imgDiv img {
	width: 100%;
}

.testingPic .swiper-slide .name {
	background: #fff;
	font-size: 0.28rem;
	text-align: center;
	color: #000;
	height: 0.8rem;
	line-height: 0.8rem;
	overflow: hidden;
}

.testingPic .swiper-slide:hover .imgDiv img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.testingPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.testingPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.radiation4 {
	padding: 0.6rem 0.2rem;
}

.radiation4 .pageTitle {
	padding-bottom: 0.5rem;
}

.testingPic2 {
	position: relative;
}

.testingPic2 .swiper-slide .imgDiv {
	overflow: hidden;
}

.testingPic2 .swiper-slide .imgDiv img {
	width: 100%;
}

.testingPic2 .swiper-slide .name {
	font-size: 0.28rem;
	text-align: center;
	color: #333;
	height: 0.75rem;
	line-height: 0.75rem;
	overflow: hidden;
}

.testingPic2 .swiper-slide:hover .imgDiv img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.testingPic2 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.testingPic2 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.clean2 {
	padding: 0.6rem 0.2rem;
}

.clean2 .pageTitle {
	padding-bottom: 0.5rem;
}

.clean2 .table table {
	border-left: #b4e291 solid 1px;
	border-top: #b4e291 solid 1px;
}

.clean2 .table tr:first-child {
	background-image: -webkit-linear-gradient(left top, #5ca721, #005c35);
	background-image: -moz-linear-gradient(left top, #5ca721, #005c35);
	background-image: -o-linear-gradient(left top, #5ca721, #005c35);
	background-image: linear-gradient(to right bottom, #5ca721, #005c35);
}

.clean2 .table th {
	height: 1.0rem;
	position: relative;
	text-align: left;
	text-align: left;
	padding: 0 0.2rem;
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #fff;
	font-size: 0.28rem;
}

.clean2 .table td {
	border-bottom: #b4e291 solid 1px;
	border-right: #b4e291 solid 1px;
	color: #333;
	padding: 0.15rem 0;
	background: #f4f9f2;
	font-size: 0.24rem;
}

.clean2 .table td .txt {
	padding-left: 0.2rem;
	color: #429705;
	font-weight: bold;
}

.clean2 .table td .content {
	padding: 0 0.2rem;
}

.clean3 {
	padding: 0.6rem 0.2rem;
	background: url(../image/clean3.jpg) center no-repeat;
	background-size: cover;
}

.cleanPic {
	padding-top: 0.5rem;
	overflow: hidden;
	position: relative;
}

.cleanPic .box {
	height: 5.8rem;
	background: #fff;
}

.cleanPic .imgDiv {
	padding: 0.4rem 0.3rem 0;
	overflow: hidden;
}

.cleanPic .imgDiv img {
	width: 100%;
}

.cleanPic .name {
	padding: 0.3rem 0.2rem 0;
	height: 0.96rem;
	line-height: 0.48rem;
	text-align: center;
	font-size: 0.26rem;
	color: #333;
	overflow: hidden;
}

.cleanPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.cleanPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.clean4 {
	padding: 0.6rem 0.2rem;
}

.clean4 .pageTitle {
	padding-bottom: 0.5rem;
}

.featuredPic {
	position: relative;
}

.featuredPic .swiper-slide .imgDiv {
	overflow: hidden;
}

.featuredPic .swiper-slide .imgDiv img {
	width: 100%;
}

.featuredPic .swiper-slide .name {
	font-size: 0.26rem;
	text-align: center;
	color: #333;
	height: 0.8rem;
	line-height: 0.8rem;
	overflow: hidden;
}

.featuredPic .swiper-slide:hover .imgDiv img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.featuredPic .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.featuredPic .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.clean5 {
	padding: 0.6rem 0.2rem;
	background: url(../image/clean5.jpg) center no-repeat;
	background-size: cover;
}

.clean5 .pageTitle {
	padding-bottom: 0.5rem;
}

.clean5 .list {
	position: relative;
}

.clean5 .list .imgList {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.clean5 .swiper-slide .img {
	overflow: hidden;
}

.clean5 .swiper-slide .img img {
	width: 100%;
}

.clean5 .swiper-slide .name {
	font-size: 0.26rem;
	text-align: center;
	color: #333;
	height: 0.7rem;
	line-height: 0.7rem;
	overflow: hidden;
}

.clean5 .swiper-slide:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.clean5 .prev {
	z-index: 2;
	left: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_left.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}

.clean5 .next {
	z-index: 2;
	right: 0.2rem;
	position: absolute;
	display: block;
	background: url(../image/nimg36_right.png) center no-repeat;
	background-size: 0.56rem;
	width: 0.56rem;
	height: 0.56rem;
	top: 50%;
	margin-top: -0.28rem;
}











/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		-ms-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		-ms-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		-ms-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		-ms-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		-ms-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		-ms-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		-ms-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		-ms-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		-ms-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		-ms-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		-ms-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		-ms-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		-ms-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		-ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		-ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		-ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		-ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		-ms-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		-ms-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		-ms-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		-ms-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		-ms-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		-ms-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		-ms-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		-ms-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		-ms-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		-ms-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		-ms-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		-ms-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		-ms-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		-ms-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		-ms-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		-ms-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		-ms-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		-ms-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		-ms-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		-ms-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		-ms-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		-ms-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		-ms-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		-ms-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		-ms-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		-ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-ms-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-ms-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}



.ui-txt-default {
	color: #000
}

.ui-txt-info {
	color: gray
}

.ui-txt-muted {
	color: #a6a6a6
}

.ui-txt-warning {
	color: #fc4226
}

.ui-txt-highlight {
	color: #fe802d
}

.ui-border-t {
	border-top: 1px solid #dedfe0
}

.ui-border-b {
	border-bottom: 1px solid #dedfe0
}

.ui-border-tb {
	border-top: #dedfe0 1px solid;
	border-bottom: #dedfe0 1px solid;
	background-image: none
}

.ui-border-l {
	border-left: 1px solid #dedfe0
}

.ui-border-r {
	border-right: 1px solid #dedfe0
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
	.ui-border-t {
		border-top: 0
	}

	.ui-border-b {
		border-bottom: 0
	}

	.ui-border-t {
		background-position: left top;
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #dedfe0), to(#dedfe0))
	}

	.ui-border-b {
		background-position: left bottom;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #dedfe0), to(#dedfe0))
	}

	.ui-border-t,
	.ui-border-b {
		background-repeat: repeat-x;
		background-size: 100% 1px
	}

	.ui-border-tb {
		background: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #dedfe0), to(#dedfe0)) left top repeat-x, -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #dedfe0), to(#dedfe0)) left bottom repeat-x;
		border-top: 0;
		border-bottom: 0
	}

	.ui-border-tb {
		background-size: 100% 1px;
		-wekit-background-size: 100% 1px
	}

	.ui-border-l,
	.ui-border-r {
		position: relative;
		border: 0
	}

	.ui-border-l:before,
	.ui-border-r:before {
		content: "";
		position: absolute;
		width: 0;
		top: 0;
		bottom: 0;
		-webkit-transform: scaleX(0.5)
	}

	.ui-border-l:before {
		-webkit-transform-origin: left top;
		border-left: 1px solid #dedfe0;
		left: 0
	}

	.ui-border-r:before {
		-webkit-transform-origin: right top;
		border-right: 1px solid #dedfe0;
		right: 0
	}
}

.ui-center {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	text-align: center;
	height: 200px
}

.ui-avatar {
	width: 50px;
	height: 50px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	display: block;
	background-size: 100% 100%;
	background-image: url(../image/default.png)
}

.ui-avatar span {
	width: 50px;
	height: 50px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	display: block;
	background-size: 100% 100%
}

.ui-avatar-lg {
	width: 54px;
	height: 54px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	display: block;
	background-size: 100% 100%;
	background-image: url(../image/default.png)
}

.ui-avatar-lg span {
	width: 54px;
	height: 54px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	display: block;
	background-size: 100% 100%
}

.ui-avatar-s {
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	display: block;
	background-size: 100% 100%;
	background-image: url(../image/default.png)
}

.ui-avatar-s span {
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	display: block;
	background-size: 100% 100%
}

.ui-avatar-one {
	width: 64px;
	height: 64px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	display: block;
	background-size: 100% 100%;
	background-image: url(../image/default.png)
}

.ui-avatar-one span {
	width: 64px;
	height: 64px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	display: block;
	background-size: 100% 100%
}

.ui-avatar-tiled {
	width: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	display: block;
	background-size: 100% 100%;
	background-image: url(../image/default.png)
}

.ui-avatar-tiled span {
	width: 30px;
	height: 30px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	display: block;
	background-size: 100% 100%
}

.ui-reddot,
.ui-reddot-border,
.ui-reddot-s {
	position: relative;
	display: inline-block;
	line-height: 22px;
	padding: 0 6px
}

.ui-reddot:after,
.ui-reddot-border:after,
.ui-reddot-s:after {
	content: '';
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	background-color: #f76249;
	border-radius: 5px;
	right: -3px;
	top: -3px
}

.ui-reddot-border:after {
	border: 1px #fff solid
}

.ui-reddot-s:after {
	width: 6px;
	height: 6px;
	top: -5px;
	right: -5px
}

.ui-badge,
.ui-badge-muted {
	display: inline-block;
	text-align: center;
	background: #f74c31;
	color: #fff;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	-webkit-border-radius: 10px;
	padding: 0 7px
}

.ui-badge-muted {
	background: #b6cae0
}

.ui-btn,
.ui-btn-lg {
	height: 30px;
	line-height: 30px;
	padding: 0 13px;
	min-width: 56px;
	display: inline-block;
	position: relative;
	text-align: center;
	border: 0 none;
	color: #0079ff;
	font-size: 14px;
	background-color: #fdfdfd;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.38, #fff), to(#fafafa));
	border-radius: 3px;
	vertical-align: top;
	color: #00a5e0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-webkit-box-sizing: border-box;
	border: 1px solid #c8c7cc
}

.ui-btn:active,
.ui-btn-lg:active,
.ui-btn.active,
.active.ui-btn-lg {
	background: #f2f2f2;
	color: rgba(0, 165, 224, .5)
}

.ui-btn:after,
.ui-btn-lg:after {
	content: "";
	position: absolute;
	top: -12px;
	bottom: -12px;
	left: 0;
	right: 0
}

.ui-btn-primary {
	background-color: #18b4ed;
	border-color: #0baae4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.49, #1fbaf3), to(#18b4ed));
	color: #fff
}

.ui-btn-primary:active,
.ui-btn-primary.active {
	background: #1ca7da;
	border-color: #1ca7da;
	color: rgba(255, 255, 255, .5)
}

.ui-btn-danger {
	background-color: #f75549;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.49, #fe594d), to(#f75549));
	color: #fff;
	border-color: #f43d30
}

.ui-btn-danger:active,
.ui-btn-danger.active {
	background: #df5045;
	border-color: #df5045;
	color: rgba(255, 255, 255, .5)
}

.ui-btn.disabled,
.disabled.ui-btn-lg,
.ui-btn.disabled:active,
.disabled.ui-btn-lg:active,
.ui-btn.disabled.active,
.disabled.active.ui-btn-lg {
	border: 1px solid #e9ebec;
	color: #ccc;
	background: #e9ebec;
	text-shadow: none
}

.ui-btn-lg {
	font-size: 18px;
	height: 44px;
	line-height: 42px;
	display: block;
	width: 100%;
	border-radius: 5px
}

.ui-btn-wrap {
	padding: 20px 15px
}

@media screen and (-webkit-min-device-pixel-ratio:2) {

	.ui-btn,
	.ui-btn-lg {
		border-width: 0
	}

	.ui-btn:before,
	.ui-btn-lg:before {
		content: "";
		width: 200%;
		height: 200%;
		position: absolute;
		top: 50%;
		left: 50%;
		border: 1px solid #c8c7cc;
		border-radius: 8px;
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: -50% -50%
	}

	.ui-btn-primary,
	.ui-btn-danger {
		border-width: 1px
	}

	.ui-btn-primary:before,
	.ui-btn-danger:before,
	.ui-btn.disabled:before,
	.disabled.ui-btn-lg:before {
		display: none
	}
}

.ui-dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	background: rgba(0, 0, 0, .4);
	display: none;
	color: #000
}

.ui-dialog-notice {
	background: transparent
}

.ui-dialog.show {
	display: -webkit-box;
	display: box
}

.ui-dialog .ui-dialog-cnt {
	border-radius: 6px;
	width: 270px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, .95);
	position: relative
}

.ui-dialog .ui-dialog-bd {
	text-align: center;
	min-height: 71px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 18px;
	font-size: 16px;
	display: -webkit-box;
	display: box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-box-orient: vertical
}

.ui-dialog .ui-dialog-bd h4 {
	margin-bottom: 4px;
	font-size: 16px;
	width: 100%;
	text-align: center
}

.ui-dialog .ui-dialog-bd div {
	width: 100%
}

.ui-dialog .ui-dialog-ft {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}

.ui-dialog .ui-dialog-ft button {
	height: 42px;
	line-height: 42px;
	background: #f5f5f6;
}

.ui-dialog .ui-dialog-ft button:active {
	background: rgba(0, 0, 0, .1)
}

.ui-dialog .ui-dialog-ft button:first-child {
	border-bottom-left-radius: 6px;
	background-image: none
}

.ui-dialog .ui-dialog-ft button:last-child {
	border-bottom-right-radius: 6px
}

.ui-dialog-notice .ui-dialog-cnt {
	width: 130px;
	height: 110px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	text-align: center;
	background: rgba(0, 0, 0, .65);
	border-radius: 6px;
	color: #fff
}

.ui-tips {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10
}

.ui-tips .ui-tips-cnt {
	margin: 0 10px;
	background-color: rgba(0, 0, 0, .6);
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: hidden
}

.ui-tips-cnt-info i:before {
	background-position: 0 -50px
}

.ui-tips-cnt-success i:before {
	background-position: -25px -50px
}

.ui-tips-cnt-warn i:before {
	background-position: -50px -50px
}

.ui-tips-cnt i {
	margin-right: 8px;
	margin-left: 0
}

.ui-tips-cnt i:before {
	top: -16px
}

.ui-tips i {
	font-size: 20px
}

.ui-tips-warn .ui-tips-cnt {
	background-color: rgba(255, 242, 183, .95);
	margin: 0;
	border-radius: none;
	color: #000;
	line-height: 45px;
	height: 45px;
	text-align: left;
	padding-left: 10px
}

.ui-tips-warn .ui-tips-cnt-cover:after {
	background: url(../image/icon.png) no-repeat -125px -50px;
	background-size: 200px auto;
	content: "";
	display: block;
	width: 8px;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px
}

.ui-tips-news-wrap {
	padding: 15px 5px;
	text-align: center
}

.ui-tips-news {
	background: rgba(0, 0, 0, .5);
	position: relative;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	padding: 0 25px 0 50px;
	border-radius: 3px;
	font-size: 14px;
	color: #fff
}

/*.ui-tips-news:before {
	content: "";
	height: 18px;
	overflow: hidden;
	display: block;
	position: absolute;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAkCAMAAADSK7iXAAAA5FBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9MSBpRAAAAS3RSTlMAG97tA0gP8PwMNgaf85nS+eQ/w3XbfpyELVHJ9rdyxhIVVHtLjYdCIdiitGC9Ca6lgV2x1ZbhwCdXPOo5WmbnJM+6HhhOqEWQKmm2hIS3AAABZ0lEQVR4Xo3U13KbUABF0Q2iXFDvsrolWe6Ja2rv5fz//2QmE+4AMkL7eb2eQ0ERh+Q/UN6zE4WUdtRUOWPekmUdCnK+SGokrHlR5anGFantk7CZriN2imqSnh9jWbDQpUeu2JXC92AZRF1tyeTdGmnmYNnAA5yKiUl1NpGmc7CM8GUAXKmLjau6NHlFmg11CbBQBxpKaq09MowLrYHvugGrzmPIsahfD8CrhFWkU2w5xko94IdiJIpZtfIZ6OnPfsa9qcJKtyXsUd/gp36VsKGOYaOTEraYenCn9X7mmGtgqzskv5iN9Bro6jdG/5s5O+yo9cKDpXGhpqTKOMfOXOMDPW0zM1EtyrC+BsCy3fqKrToykvsuzcIBQE0N0sXnkhl5ltEB2OjtcmfF0uSTZQBv6mZDvo4r1T+k2OlUPXaLGv+mZVlTc57Mb0sf/YR1VxQUDCUpLP8vv23Z3oKbgxiM+xxUQKa/fZ5Aq77KffcAAAAASUVORK5CYII=);width: 19px;
	left: 25px;
	top: 9px;
	z-index: 1;
	background-size: 19px 18px;
	-webkit-background-size: 19px 18px
}*/

.ui-tips-news:active {
	opacity: .7
}

.ui-tab {
	width: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #fff
}

/*
::-webkit-scrollbar {
	height: 0;
	width: 0
}
*/
.ui-tab ul {
	height: 44px;
	line-height: 44px;
	display: box;
	display: -webkit-box;
	font-size: 16px
}

.ui-tab li {
	min-width: 70px;
	box-flex: 1;
	-webkit-box-flex: 1;
	text-align: center;
	color: gray
}

.ui-tab li.current {
	color: #00a5e0;
	border-bottom: 3px #00a5e0 solid
}

.ui-tab li:active {
	opacity: .8
}

.ui-table {
	width: 100%;
	border-collapse: collapse
}

.ui-table th {
	font-weight: 500
}

.ui-table td,
.ui-table th {
	border-bottom: 1px solid #dedfe0;
	border-right: 1px solid #dedfe0
}

.ui-table td {
	padding-left: 20px
}

@media screen and (-webkit-min-device-pixel-ratio:2) {

	.ui-table td,
	.ui-table th {
		position: relative;
		border: 0
	}

	.ui-table td:before,
	.ui-table td:after,
	.ui-table th:before,
	.ui-table th:after {
		content: "";
		position: absolute;
		-webkit-transform-origin: right bottom
	}

	.ui-table td:before,
	.ui-table th:before {
		width: 0;
		border-right: 1px solid #dedfe0;
		right: 0;
		top: 0;
		bottom: 0;
		-webkit-transform: scaleX(0.5)
	}

	.ui-table td:after,
	.ui-table th:after {
		left: 0;
		right: 0;
		height: 0;
		border-bottom: 1px solid #dedfe0;
		bottom: 0;
		-webkit-transform: scaleY(0.5)
	}

	.ui-table tr td:last-child:before,
	.ui-table tr th:last-child:before {
		border-right: 0
	}

	.ui-table td.no-content:after {
		border-bottom: 0
	}
}

.ui-table tr td:last-child,
.ui-table tr th:last-child {
	border-right: 0
}

.ui-table td.no-content {
	border-bottom: 0
}

.ui-list {
	background-color: #fff
}

.ui-list li {
	position: relative;
	display: -webkit-box;
	display: box;
	margin-left: 15px
}

.ui-list-text li {
	line-height: 20px;
	padding: 12px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	padding-right: 15px;
	font-size: 16px
}

.ui-list li:first-child {
	border: 0;
	background-image: none
}

.ui-list li:first-child .ui-border-t {
	border-top: 0;
	background-image: none
}

.ui-list-thumb {
	width: 50px;
	margin: 7px 15px 7px 0;
	height: 50px;
	position: relative
}

.ui-list .ui-avatar-s {
	margin: 7px 15px 7px 0
}

.ui-list-thumb-s {
	position: relative;
	width: 28px;
	height: 28px;
	-webkit-background-size: 28px auto;
	margin: 11px 15px 11px 0;
	background-image: url(../image/default.png)
}

.ui-list-thumb span,
.ui-list-thumb-s span {
	width: 100%;
	height: 100%;
	-webkit-background-size: 100% auto;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.ui-list-info {
	-webkit-box-flex: 1;
	box-flex: 1;
	padding-right: 20px;
	display: box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	box-orient: vertical;
	box-pack: center
}

.ui-list-info h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	height: 20px
}

.ui-list-info p {
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	color: gray
}

.ui-list .ui-btn,
.ui-list .ui-btn-lg {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px
}

.ui-list-link li:active,
li.ui-list-item-link:active {
	background: #f8f9fa;
	padding-left: 15px;
	margin-left: 0
}

.ui-list-link li:active .ui-border-t,
li.ui-list-item-link:active .ui-border-t {
	background-image: none;
	border-top: 0
}

.ui-list-link li:active+li .ui-border-t,
.ui-list-link li:active+.ui-border-t,
li.ui-list-item-link:active+li .ui-border-t,
li.ui-list-item-link:active+.ui-border-t {
	background-image: none;
	border-top: 0
}

.ui-list-function .ui-list-info {
	padding-right: 70px
}

.ui-list-cover li {
	padding-left: 15px;
	margin-left: 0
}

.ui-list-link li:after,
li.ui-list-item-link:after {
	background: url(../image/icon.png) no-repeat -75px 0;
	background-size: 150px auto;
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px
}

.ui-list-link .ui-list-info {
	padding-right: 35px
}

.ui-list li.selected {
	color: #00a5e0
}

.ui-list li.selected:after {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	background: url(../image/icon.png) no-repeat -100px 0;
	background-size: 150px auto;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px
}

.ui-loading-wrap {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	text-align: center;
	height: 40px
}

.ui-loading {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../image/loading_sprite.png);
	background-size: auto 20px;
	-webkit-animation: rotate 1s steps(12) infinite
}

.ui-loading-bright {
	width: 37px;
	height: 37px;
	display: block;
	background-image: url(../image/loading_sprite_white.png);
	background-size: auto 37px;
	-webkit-animation: rotate2 1s steps(12) infinite
}

.ui-loading-wrap .ui-loading {
	margin: 10px
}

@-webkit-keyframes rotate {
	from {
		background-position: 0 0
	}

	to {
		background-position: -240px 0
	}
}

@-webkit-keyframes rotate2 {
	from {
		background-position: 0 0
	}

	to {
		background-position: -444px 0
	}
}

.ui-btn-group {
	display: -webkit-box;
	width: 100%
}

.ui-btn-bottom {
	position: fixed;
	bottom: 0;
	z-index: 10
}

.ui-btn-group button {
	color: #d81134;
	border: 0;
	display: block;
	line-height: 50px;
	height: 48px;
	-webkit-box-flex: 1;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	border-right: 1px #c8c7cc solid;
	width: 100%;
	border-top: 1px solid #c8c7cc
}

.ui-btn-group button:active {
	background: rgba(0, 0, 0, .1)
}

.ui-btn-group button:last-child {
	border-right: 0;
	background-image: none
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
	.ui-btn-group button {
		position: relative;
		border: 0
	}

	.ui-btn-group button:before {
		content: "";
		position: absolute;
		-webkit-transform-origin: right top;
		width: 0;
		border-right: 1px solid #c8c7cc;
		right: 0;
		top: 0;
		bottom: 0;
		-webkit-transform: scaleX(0.5)
	}

	.ui-btn-group button:after {
		content: "";
		position: absolute;
		-webkit-transform-origin: right top;
		left: 0;
		right: 0;
		height: 0;
		border-top: 1px solid #c8c7cc;
		top: 0;
		-webkit-transform: scaleY(0.5)
	}

	.ui-btn-group button:last-child:before {
		border-right: 0;
		background-image: none
	}
}

.ui-icon {
	display: inline-block;
	width: 25px;
	height: 0;
	position: relative;
	overflow: visible
}

.ui-icon:before {
	background: url(../image/icon.png) no-repeat 0 0;
	background-size: 150px auto;
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: -14px
}

.ui-icon-refresh {
	width: 22px
}

.ui-icon-refresh:before {
	width: 22px;
	height: 22px;
	top: -11px
}

.ui-icon-info:before {
	background-position: 0 -50px
}

.ui-icon-warn:before {
	background-position: -50px 0;
	top: -17px
}

.ui-icon-praise:before {
	background-position: 0 -25px
}

.ui-icon-praise.active:before,
.ui-icon-praise:active:before {
	background-position: -25px -25px
}

.ui-icon-praise-s:before {
	background-position: -50px -25px
}

.ui-icon-praise-s.active:before,
.ui-icon-praise-s:active:before {
	background-position: -75px -25px
}

.ui-icon-success:before {
	background-position: -100px 0
}

.ui-icon-tips:before {
	background-position: -25px 0;
	top: -16px
}

.ui-icon-tag,
.ui-icon-tag-svip,
.ui-icon-tag-vip,
.ui-icon-tag-freelimit,
.ui-icon-tag-free,
.ui-icon-tag-hot,
.ui-icon-tag-new,
.ui-icon-tag-selected {
	display: block;
	background: url(../image/icon_tag.png);
	-webkit-background-size: 30px auto;
	position: absolute;
	z-index: 9
}

.ui-icon-tag-svip,
.ui-icon-tag-vip,
.ui-icon-tag-freelimit,
.ui-icon-tag-free {
	width: 28px;
	height: 14px;
	right: 0;
	bottom: 0
}

.ui-icon-tag-vip {
	background-position: 0 -14px
}

.ui-icon-tag-freelimit {
	background-position: 0 -28px
}

.ui-icon-tag-free {
	background-position: 0 -42px
}

.ui-icon-tag-hot,
.ui-icon-tag-new {
	width: 30px;
	height: 30px;
	left: 0;
	top: 0
}

.ui-icon-tag-hot {
	background-position: 0 -60px
}

.ui-icon-tag-new {
	background-position: 0 -90px
}

.ui-icon-tag-selected {
	width: 24px;
	height: 24px;
	background-position: 0 -120px;
	right: -6px;
	top: -6px
}

.ui-select-user {
	background: #fff
}

.ui-select-user ul {
	color: #282828;
	display: none
}

.ui-select-user h3 {
	font-size: 16px;
	color: #282828;
	padding-left: 44px;
	line-height: 44px;
	height: 44px;
	font-weight: 400;
	position: relative
}

/*.arrow {
	display: block;
	width: 8px;
	height: 10px;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOtJREFUeNpibGpq2sDAwJAHxI8YyABMQOwPxNeAuByI2cgxAAS4gbgDiM8DsT05BsCAFhDvB+JFQCxGjgEgwAjEsUB8E4gzcKjBawAMCADxdCA+AcTG5BgAA6ZAfAqIJ0MNJdkAmLocIL4OxDHkGAADEkC8GIj3ArEGSICFgTzgBMQXgbiXiYF8ANLLSa4LjgNxFhBfINUFb4E4DYhtQJpJCYP/QDwfml/eIEsQY8AlqHOPkpqQvgBxCTQVHsWlCJcL1gBxIRA/IeQ8dAPuAHEuEO8gNTv/AOJGINYjRTPMBbuhgXSHnAQBEGAAskkmlXEGsU0AAAAASUVORK5CYII=) no-repeat center left;background-size: 8px auto;
	position: absolute;
	left: 15px;
	top: 15px;
	transition: all .2s;
	-webkit-transition: all .2s
}*/

.ui-select-user .ui-select-user-item .ui-select-user-head {
	width: 40px;
	height: 40px;
	margin-top: 12px;
	background-size: 40px auto;
	-webkit-background-size: 40px auto
}

.ui-select-user .active ul {
	display: block
}

.ui-select-user .active .arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg)
}

.ui-notice {
	width: 100%;
	height: 100%;
	z-index: 999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	position: absolute;
	text-align: center
}

.ui-notice i {
	display: block;
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	background-image: url(../image/icon_warn.png)
}

.ui-notice-news i {
	background-image: url(../image/icon_warn_news.png)
}

.ui-notice-nearby i {
	background-image: url(../image/icon_warn_nearby.png)
}

.ui-notice p {
	font-size: 16px;
	line-height: 20px;
	color: #a6a6a6;
	text-align: center;
	padding: 0 15px
}

.ui-notice-warn {
	width: 100%;
	height: 150px;
	z-index: 999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	text-align: center;
	color: #a6a6a6
}

.ui-notice-warn i {
	margin-bottom: 10px
}

.ui-notice-warn i.ui-icon-refresh {
	-webkit-animation: rotate3 1s infinite linear
}

.ui-notice-btn {
	width: 100%;
	-webkit-box-sizing: border-box;
	padding: 50px 15px
}

.ui-notice-btn button {
	margin: 10px 0
}

@-webkit-keyframes rotate3 {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

.ui-form {
	background-color: #fff
}

.ui-form-order {
	background-color: #fff
}

.ui-form-order li:active {
	background-color: #e5e6e7
}

.ui-form-order a {
	color: #00a5e0;
	display: block;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	margin-left: 15px
}

.ui-form .ui-item {
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	vertical-align: middle;
	padding-right: 15px;
	position: relative
}

.ui-form ::-webkit-input-placeholder {
	color: #a6a6a6
}

.ui-form .ui-item label {
	width: 102px;
	position: absolute;
	text-align: center
}

.ui-form .ui-item input,
.ui-form .ui-item textarea {
	width: 100%;
	padding-left: 105px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ui-form .textarea {
	height: 65px
}

.ui-form .textarea label {
	vertical-align: top
}

.ui-form .textarea textarea {
	margin-top: 15px;
	border: 0
}

.ui-form .textarea textarea:focus {
	outline: 0
}

.ui-form .left label,
.ui-form .right button {
	color: #00a5e0;
	text-align: center
}

.ui-form .left input {
	padding-left: 117px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ui-form .right {
	padding-right: 0
}

.ui-form .right input {
	padding: 0 117px 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ui-form .right button {
	width: 102px;
	height: 44px;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0
}

.ui-form .right button.disabled {
	color: #a6a6a6
}

.ui-form .right button:not(.disabled):active {
	background-color: #e5e6e7
}

.ui-form .pure input {
	padding-left: 15px
}

mark {
	background: none;
}

.videoLayer {
	position: absolute;
	z-index: 100;
	display: none;
	width: 95%;
	height: 223px;
	background: #fff;
}

.videoLayer .imgDiv img {
	width: 100%;
}

.contactPart1 .mapDiv {
	width: 100%;
	height: 250px;
}

.contactPart1 .mapDiv img {
	width: auto;
	height: auto;
}

.single .box {
	padding: 0.5rem 0 0;
}



.webmap {
	margin: 40px 0;
}

.webmap ul {
	overflow: hidden;
}

.webmap li {
	float: left;
	margin-right: 25px;
	background: url(http://www.cas-test.org/m/images/mapbor_05.jpg) no-repeat repeat center top;
}

.webmap li:last-child {
	margin-right: 0;
}

.webmap li a {
	display: block;
	min-width: 125px;
	height: 41px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	text-align: center;
	line-height: 41px;
	padding: 0 26px;
}

.webmap li .h6 {
	margin-bottom: 40px;
	background: #FFFFFF;
}

.webmap li a.p {
	margin-bottom: 21px;
	color: #FFFFFF;
	background: #5d9a1b url(http://www.cas-test.org/m/images/a12_03.png) no-repeat calc(100% - 14px) center;
	border-color: #5d9a1b;
}

.webmap li a.p:hover {
	animation: aad 0.2s linear forwards;
}

.webmap li a:last-child,
.webmap li div:last-child {
	margin-bottom: 0;
}

/*webmap*/
.webmap li {
	width: 100%;
	background: none;
	border-bottom: 1px solid #ccc;
}

.webmap li a {
	width: auto;
	height: auto;
	border: none;
	line-height: 28px;
	min-width: unset;
	padding: 0;
}

.webmap li .h6 {
	overflow: hidden;
	margin: 10px 0;
}

.webmap li .h6 a {
	float: left;
	font-size: 18px;
	color: #5d9a1b;
	font-weight: bold;
}

.webmap li .box {
	overflow: hidden;
}

.webmap li a.p {
	float: left;
	margin-right: 20px;
	background: none;
	color: #666666;
	margin-bottom: 0;
}

.webmap li div:last-child {
	margin-bottom: 20px;
}


.search {
	padding-top: 0;
}

.nodata {
	text-align: center;
}

.servicePart2 .list li .box {
	overflow: hidden
}

.indexA .swiper-slide .imgDiv img {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
}

.serviceIndex .list li .imgDiv img {
	width: 100%;
}

.typeLayer .list2 {
	padding: 0.3rem 0;
}


.headDiv .tel a {
	color: #0079ff;
	font-size: 25px;
}

.indexPart2 .list li:nth-child(3n):after,
.indexPart2 .list li:last-child:after {
	display: none;
}

.indexPart2 .list3 ul {
	height: auto;
}

.search .list li .name {
	height: auto;
}

.search p a {
	display: inline-block;
	position: relative;
	margin: 0 0.1rem 0 0.2rem;
	width: 2.4rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #fff;
	text-align: center;
	border-radius: 0.48rem;
	background-image: -webkit-linear-gradient(top, #68c209, #017d42);
	background-image: -moz-linear-gradient(top, #68c209, #017d42);
	background-image: -o-linear-gradient(left top, #68c209, #017d42);
	background-image: linear-gradient(to bottom, #68c209, #017d42);
}

.search p a img {
	position: relative;
	top: -0.02rem;
	padding-right: 0.2rem;
	width: 0.36rem;
}


.historyPart2 .list li .msg {
	text-align: justify;
}


.pageBanner .wenDiv .wen3,
.pageBanner .ziDiv .btnDiv,
.pageBanner .fontDiv .btnDiv,
.pageBanner .solidDiv .font3,
.pageBanner .solidDiv .font4 {
	display: none;
}



.indexPart4 .botDiv .content span {
	color: #0079ff;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f6f6f6;
}

.zjmxfDiv {
	height: 5.2rem;
}

/*.zjmxfDiv .list li .name{height:0.36rem;}*/
.zjmxfDiv .list li .botDiv {
	padding: 10px 10px 10px;
	height: auto;
	width:100%;
	box-sizing: border-box;
}


.analysis3 .detail-box .list .item .liebiao li {
	height: 0.56rem;
	line-height: 0.56rem;
	overflow: hidden;
	padding-left: 0.25rem;
	color: #353535;
	background: url(../image/ico2.png) left center no-repeat;
	background-size: 0.08rem;
}