@charset "UTF-8";

/**{transition: all 0.1s linear;-webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear;-o-transition: all 0.1s linear;}*/

/*必有*/
html {
	font-size: 62.5%;
	overflow-x: hidden;
}

.head .header .nav-box {
width: 845px !important}
	
body {
	font-size: 14px;
	font-size: 1.4rem;
	color: #232323;
	font-family: "Microsoft YaHei", Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.imagination li div a{
    padding-left: 28px;
	height:50px;
	display:block;
	font-size:15px;
font-weight:400 !important
}

.imagination li div a.active{
	color:#c1a65a
	
}
input,
textarea {
	font-family: "Microsoft YaHei", Arial, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
button {
	border-radius: 0;
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	outline: 0;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

a,
body,
div,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
label,
li,
menu,
nav,
p,
section,
span,
strong,
ul {
	margin: 0;
	padding: 0;
	border: none;
	word-wrap: break-word;
}

li,
ol,
ul {
	list-style: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-focus-ring-color: transparent;
	focus-ring-color: transparent;
}

/*左右浮动（class名根据自己习惯定义）*/
.lt {
	float: left;
}

.rt {
	float: right;
}

/*清除浮动1*/
.clear {
	clear: both;
}

/*清除浮动2*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

/*input placeholder字体颜色*/
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
}

input:-ms-input-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

/*安全范围（页面主题内容宽度，也是主体所在的范围）*/
.wrap {
	width: 1200px;
	margin: 0 auto;
}

.main {
	padding: 30px 0 50px;
	background: #f0f0f0;
}

/* head start*/
.head .header {
	height: 125px;
	background: url(../img/public/head-bg.jpg) no-repeat;
	background-size: cover;
	border-bottom: 4px solid #fdd000;
}

.head .header .logo {
	width: 327px;
	padding-top: 35px;
	display: block;
}

.head .header .logo img {
	width: 100%;
	display: block;
}

.head .header .logo .txt {
	color: #fff;
	float: right;
	margin-top: 25px;
}

.head .header .logo .txt h1 {
	font-size: 40px;
	font-size: 4rem;
}

.head .header .logo .txt span {
	font-size: 12px;
	font-size: 1.2rem;
}

.head .header .nav-box {
	width: 845px;
	color: #fff;
	margin-top: 20px;
}

.head .header .nav-box .search {
	position: relative;
	display: inline-block;
}

.head .header .nav-box .search input {
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 20px;
	width: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.head .header .nav-box .search .ico {
	position: absolute;
	right: 4px;
	display: block;
	top: 2px;
	width: 22px;
	height: 22px;
	background: url(../img/public/sousuo2.png) no-repeat;
	background-size: cover;
	;
	border: none;
	cursor: pointer;
}

.head .header .nav-box .search:hover input {
	width: 100px;
	background: #ffffff;
	padding: 3px 30px 3px 15px;
}

.head .header .nav-box .search:hover .ico {
	background: url(../img/public/sousuo.png) no-repeat;
	background-size: cover;
}

.head .header .nav-box .tell {
	background: url(../img/public/tell.png) no-repeat;
	font-size: 18px;
	font-size: 1.8rem;
	/*background-size: cover;*/
	padding-left: 30px;
	margin-bottom: 14px;
	margin-left: 30px;
	font-weight: bold;
	font-style: italic;
	display: flex;
}

.head .header .nav-box .lxwm_tz {
	position: relative;
	display: inline-block;
	margin: 1px 0 0 18px;
}

.head .header .nav-box .lxwm_tz a {
	color: #fff;
}

.baomin {
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.baomin button {
	width: auto;
	font-size: 16px;
	text-align: center;
	padding: 0;
	position: relative;
	border: 0;
	background: none;
	color: #fff;
	cursor: pointer;
}

.head .header .nav-box .nav ul li {
	width: auto;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	padding: 14px 9px 28px;
	position: relative;
}

.head .header .nav-box .nav ul li:last-child {
	text-align: right;
	padding-right: 0;
}

.head .header .nav-box .nav ul li a {
	color: #fff;
	display: block;
}

.head .header .nav-box .nav ul li:hover {
	background: url(../img/public/li-hover.png) no-repeat center 44px;
}



.head .catebox {
	position: absolute;
	left: -4px;
	top: 60px;
	width: 100px;
	background: #9b1015;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 0;
	z-index: 20;
	display: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.head .header .nav-box .nav .catebox li {
	padding: 10px 10px;
	text-align: center;
	float: none;
}

.head .header .nav-box .nav .catebox li:last-child {
	text-align: center;
	padding: 10px 10px;
}

.head .header .nav-box .nav .catebox li:hover {
	background: none;
}

.head .header .nav-box .nav .catebox li a {
	display: block;
	color: #fff;
}

.head .catebox>li:hover {
	background: #7d0000;
	border-radius: 8px;
}



.head .header .nav-box .nav ul li:hover,
.head .header .nav-box .nav ul li.active {
	background: url(../img/public/li-hover.png) no-repeat center 44px;
}

.top-mb {
	color: #FFF;
	font-size: 12px;
	padding-left: 14px;
	line-height: 24px;
}

.top-mb a {
	color: #FFF;
}

/*mobile nav*/
.mobile-inner-nav {
	position: absolute;
	top: 62px;
	right: 0;
	left: 0;
	background: rgba(12, 12, 12, .8);
	z-index: 99;
	padding: 20px 0;
}

.mobile-inner-nav a {
	width: 100%;
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
}

.mobile-inner-nav .hide a {
	border-bottom: 0;
}

.icon-left-move {
	right: 240px !important;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.left-move {
	right: 240px !important;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.mobile-inner-header-icon {
	height: 35px;
	width: 35px;
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 99;
	display: none;
}

.mobile-inner-header-icon:hover {
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 2px;
	background-color: #222;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-o-transform: translateY(6px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-o-transform: translateY(-6px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: clicksecond;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-name: outsecond;
}

@-webkit-keyframes clickfirst {
	0% {
		transform: translateY(6px) rotate(0deg);

	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clickfirst {
	0% {
		transform: translateY(6px) rotate(0deg);

	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@-webkit-keyframes clicksecond {
	0% {
		transform: translateY(-6px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-6px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@-webkit-keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-6px) rotate(0deg);
	}
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-6px) rotate(0deg);
	}
}

@-webkit-keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(6px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(6px) rotate(0deg);
	}
}

/* head end */

/* .box7{
	display: none;
} */

.return {
	position: fixed;
	right: 20px;
	width: 50px;
	z-index: 100;
	background: #9b1015;
}
.section5 .mien .scenery .swiper-slide img,.section4 .mien .scenery .swiper-slide img{
	height:190px;
    object-fit: cover;
}
.return02 {
	color: #fff
}

.return02 p {
	color: #fff
}

.return p {
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}

.return img {
	width: 60%;
	display: block;
	margin: 0 auto;
}

#gotoTop {
	display: none;
	position: fixed;
	bottom: 20%;
	right: 20px;
	cursor: pointer;
	padding: 9px 4px;
	width: 40px;
	text-align: center;
	border-radius: 4px;
	background: #9b1015;
	opacity: .8;
	z-index: 999;
}

#gotoTop2 {
	display: block;
	position: fixed;
	right: 20px;
	cursor: pointer;
	padding: 9px 4px;
	width: 40px;
	text-align: center;
	border-radius: 4px;
	background: #9b1015;
	opacity: .8;
	z-index: 999;
	bottom: calc(20% - 56px);
}

#gotoTop2 p a {
	color: #FFF;
}

/*鼠标进入的反馈效果*/
#gotoTop.hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

#gotoTop2.hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}




/* foot start */
.foot {
	color: #fff;
}

.foot .footer-up {
	background: url(../img/public/footer-up.jpg) no-repeat;
	background-size: cover;
	padding: 10px 0;
}

.foot .footer-up .left {
	width: 685px;
	margin-left: 45px;
	margin-top: 3px;
}

.foot .footer-up .ban {
	padding-bottom: 20px;
	color: #ebebeb;
	display: block;
	text-align: center;
}

.foot .footer-up .logo {
	width: 350px;
}

.foot .footer-up .logo img {
	display: block;
	padding: 30px 0;
	width: 100%;
}

.foot .footer-up .left ul li {
	float: left;
	width: auto;
	text-align: center;
	padding: 30px 0 25px;
}

.foot .footer-up .left ul li a {
	color: #fff;
}

.foot .footer-up .left ul li span {
	margin: 0 10px;
}

.foot .footer-up .left p {
	display: inline-block;
	padding-bottom: 10px;
}

.foot .footer-up .left p:last-child {
	padding-bottom: 25px;
	display: inherit;
}

.foot .footer-up .chat {
	width: 100px;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 20px;
	text-align: center;
	margin-left: 15px;
}

.foot .footer-up .chat img {
	width: 100%;
	display: block;
	padding-bottom: 10px;
}

/* .foot .footer{background: url(../img/public/footer.jpg) no-repeat;background-size: cover;}
.foot .footer .left{width: 400px;;}
.foot .footer .left img{display: block;padding: 25px 0;width: 100%;}
.foot .footer .right{width: 250px;} */

/* .foot .footer .right .chat1{margin-right: 80px;} */

/* .foot .footer .right p{display: inline-block;padding-top: 15px;color: #ebebeb;} */

/* foot end */


/*侧边*/

/*添加方法{第一步：把想变亮的li添加class="active" ; 第二步把想变亮的li里包含的i,class里添加there 原有的arrow不要动，在他后边加}*/
.aside {
	width: 245px;
	float: left;
}

.aside .head {
	background: url(../img/public/bg1.jpg) right no-repeat;
	font-size: 26px;
	font-size: 2.6rem;
	color: #ffffff;
	background-size: cover;
}

.aside .head h3 {
	padding: 30px 0;
	font-weight: bold;
	text-align: center;
}

.aside .body {
	margin-top: 10px;
}

.aside .body .nav {
	margin-bottom: 25px;
}

.aside .body .nav li {
	line-height: 50px;
	margin-bottom: 7px;
	background-color: #fff;
	position: relative;
}

.aside .contat {
	background: #c1a65a;
	padding: 20px 25px;
	color: #fff;
}

.aside .contat h2 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	padding-bottom: 10px;
}

.aside .contat p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 5px 0;
}

.aside .contat p:last-child {
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.aside .contat img {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.body .nav li.actor,
.content .aside .body .nav li:hover {
	font-weight: bold;
}

.body .nav li.actor>a {
	color: #ffffff;
	background-color: #c1a65a;
	border: 1px solid #c1a65a;
}

#ace>a {
	color: #ffffff;
	background-color: #c1a65a;
	border: 1px solid #c1a65a;
}

.body .nav li>a {
	display: block;
	height: 50px;
	padding-left: 28px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #ebebeb;
}

.body .nav li>a span {
	width: 70%;
	display: inline-block;
}

.aside .body .nav li .arrow {
	display: none;
}

.aside .body .nav li:hover a {
	font-weight: bold;
}

.aside .body .nav li:hover .arrow {
	display: block;
}

.aside .body .nav li .arrow {
	right: 0;
	top: 0;
	position: absolute;
	width: 50px;
	height: 52px;
	display: none;
	float: right;
	background: url(../img/news/bg4.png) no-repeat #CBB064 center;
	display: none;
}

.aside .body .nav li .there {
	right: 0;
	top: 0;
	position: absolute;
	width: 50px;
	height: 52px;
	display: none;
	float: right;
	background: url(../img/news/bg4.png) no-repeat #CBB064 center;
	display: block;
}

.aside .contat span {
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

/* 右侧主体宽 + 右侧头部 */
.box-rt {
	background: #fff;
	padding: 0 40px;
	box-sizing: border-box;
	width: 920px;
}

.rg-title {
	border-bottom: 1px solid #c1a65a;
	background: url(../img/public/home.png) no-repeat left 17px;
	padding-left: 20px;
	margin-top: 20px;
	background-size: 14px;
	position: relative;
	z-index: 10;
}

.rg-title a {
	font-weight: bold;
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}

.rg-title span a {
	font-weight: bold;
	font-size: 14px;
	color: #9b1015;
	cursor: pointer;
}

.rg-title .loo-bg {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 200px;
	overflow: hidden;
	left: 30px;
	z-index: -1;
}

.rg-title .loo-bg2 {
	width: 250px;
	left: 0;
}

.rg-title .loo-bg img {
	margin-top: -70px;
	width: 100%;
	display: block;
}

/* .rg-title .loo-bg2 img{margin-top: -50px;transform: rotate(45deg);} */

.main .wrap {
	position: relative;
	z-index: 2
}

.lg {
	position: absolute;
	left: 2%;
	top: 45%;
	width: 280px;
}

.lg2 {
	position: absolute;
	right: 2%;
	top: 22%;
	width: 280px;
}

.lg3 {
	left: 2%;
	width: 300px;
	top: 45%;
}

.lg4 {
	right: 2%;
	width: 300px;
	top: 22%;
}

/*分页*/
.fenye {
	text-align: center;
	padding: 20px 0 30px;
	clear: both;
	font-size: 0;
	margin: 0 auto;
}

.fenye table {
	width: 100%;
	text-align: center;
}

.fenye a {
	background: #f1f1f1;
	height: 30px;
	padding: 0 10px;
	display: inline-block;
	margin: 0 5px 5px;
	color: #999999;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
}

#pagelist a.curr {
	background: #c1a65a;
	color: #fff;
}

.jd2 p {
	float: left;
	width: 45px;
}

.jd2 .jd {
	float: left;
	height: 15px;
	width: 15px;
	margin-left: 20px;
}


@media(max-width:1900px) {
	.lg {
		left: 0;
		width: 230px;
	}

	.lg2 {
		right: 0;
		width: 230px;
	}

	.lg3 {
		left: 0;
		width: 250px;
	}

	.lg4 {
		right: 0;
		width: 250px;
	}
}

@media(max-width:1650px) {
	.lg {
		width: 180px;
	}

	.lg2 {
		width: 180px;
	}

	.lg3 {
		width: 200px;
	}

	.lg4 {
		width: 200px;
	}
}

@media(max-width:1219px) {
	.wrap {
		width: 90%;
	}

	.head .header .nav-box {
		width: 570px;
	}

	.head .header .logo {
		width: 320px;
		padding-top: 25px;
	}

	.head .header .nav-box .nav ul li {
		padding: 14px 2px 28px;
	}

	.aside {
		width: 210px;
	}

	.box-rt {
		width: calc(100% - 230px);
	}

	.foot .footer-up .logo {
		display: none;
	}

	.foot .footer-up .right {
		width: 45%;
	}

	.foot .footer-up .right img {
		width: 400px;
		padding-left: 0;
	}

	.foot .footer .right p {
		line-height: 1.8;
	}

	.foot .footer-up .chat {
		float: right;
		margin-right: 20px;
	}

	.head .catebox {
		left: -8px;
	}

	.foot .footer-up .left {
		width: 630px;
		margin-left: 0;
	}

	.foot .footer-up .left ul li {
		padding: 10px 0 0;
	}

	.lg {
		display: none;
	}

	.lg2 {
		display: none;
	}
}

@media(max-width:1024px) {
	.wrap {
		width: 90%;
	}

	.head .header {
		height: auto;
	}

	.head .side-nav {
		display: block;
	}

	.aside .body .nav {
		margin-bottom: 20px;
	}

	.mobile-inner-header-icon {
		display: block;
	}

	.head .header .logo {
		width: 180px;
		padding: 8px 0;
		margin: 0 auto;
		float: none;
	}

	.head .header .nav-box {
		display: none;
	}

	.aside {
		width: 100%;
	}

	.aside .head {
		font-size: 20px;
		font-size: 2rem;
	}

	.aside .head h3 {
		padding: 15px 0;
	}

	.aside .body .nav li {
		width: 33.33%;
		float: left;
	}

	.aside .body .nav li .there {
		display: none;
	}

	.aside .body .nav li:hover .arrow {
		display: none;
	}

	.body .nav li>a {
		padding-left: 0;
	}

	.body .nav li>a span {
		width: 100%;
		text-align: center;
	}

	.aside .contat {
		display: none;
	}

	.box-rt {
		width: 100%;
	}

	/* .foot .footer-up .right{display: none;}
	.foot .footer{display: none;} */
	.foot .footer-up .chat {
		margin-right: 0;
	}
}

@media(max-width:840px) {
	.foot .footer-up .chat {
		display: none;
	}

	.foot .footer-up .left {
		text-align: center;
		margin: 0 auto;
		float: none;
	}

	.foot .footer-up .left {
		width: 100%;
	}
}

@media(max-width:767px) {
	.wrap {
		width: 96%;
	}

	.head .header .logo {
		width: 180px;
	}

	.aside .head {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.aside .head h3 {
		padding: 10px 0;
	}

	.box-rt {
		padding: 0 15px;
	}

	/* .rg-title span{display: block;width: 18em;} */
	.foot .footer-up .ban {
		padding-bottom: 10px;
		line-height: 1.8;
	}

	.aside .body .nav li {
		line-height: 35px;
		margin-bottom: 5px;
	}

	.body .nav li>a {
		height: 35px;
	}

}

@media(max-width:650px) {
	.aside .body .nav {
		margin-bottom: 0;
	}

	.rg-title {
		margin-top: 0;
	}

	.foot .footer-up .left {
		width: 100%;
	}

	.foot .footer-up .left ul {
		padding-bottom: 20px;
	}

	.foot .footer-up .left ul li {
		padding: 10px 0 0;
	}

	.foot .footer-up .left p:last-child {
		padding-bottom: 10px;
	}

	.main {
		padding: 20px 0 30px;
	}

	.fenye {
		padding: 15px 0 20px;
	}

	.fenye a {
		margin: 0 1px 5px;
	}

	.foot .footer-up .left ul li {
		width: 20%;
	}

	.foot .footer-up .left ul li span {
		display: none;
	}

	.foot .footer-up {
		padding: 5px 0;
	}
}

@media(min-width:1025px) {
	.foot .footer-up .ban {
		display: none;
	}
}

@media only screen and (max-width:1000px) {
	.wsbmx{
		height: 1000px !important;
	}

}
@media only screen and (max-width:7680px) {
	.put input{
		width: 200px !important;
	}
}