/*导航*/

header {
	margin: 18px 0;
}

@media only screen and (min-width:1478px) {
	.container_box {
		width: 90%;
	}
}

@media only screen and (min-width:1478px) {
	.container_con {
		max-width: 1200px;
	}
}

.city_box {
	margin-bottom: 0;
	float: right;
	padding-inline-start: 0px;
}

.phone_right {
	width: 100%;
	height: 25px;
}

.city_box li {
	list-style: none;
	float: left;
	padding-right: 10px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.city_box li i {
	font-size: 18px;
	padding-right: 4px;
}

.city_box li:first-child {
	color: #028896;
}

.city_box li:nth-child(2) {
	color: #a001d4;
}

.city_box li:nth-child(3) {
	color: #bc2911;
}

.city_box li:nth-child(4) {
	color: #1769f2;
}

.city_box li:last-child {
	color: #e17f01;
	padding-right: 0;
}

.form-control {
	border-radius: 100px;
	height: 44px;
	padding: 6px 22px;
}

.btn {
	padding: 8px 42px;
	border-radius: 100px;
}

.btn-primary {
	background-color: #004ea2;
	border-color: #004ea2;
	transition: all 0.3s ease-out 0s;
}

.btn-primary:hover {
	background-color: #d70c19;
	border-color: #d70c19;
}

.phone {
	margin-top: 8px;
	float: right;
}

@media only screen and (min-width: 100px) and (max-width:750px) {
	.phone {
		float: left;
	}
}

.phone span {
	font-family: arial;
	font-size: 26px;
	color: #555555;
	font-weight: bold;
}

.phone i {
	font-size: 24px;
	color: #d2d3d5;
	border-right: 1px solid #d2d3d5;
	padding-right: 4px;
	margin-right: 4px;
}

.input_top {
	margin-top: 6px;
	float: right;
	width: 100%;
}

@media only screen and (min-width: 100px) and (max-width:750px) {
	.input_top {
		margin-top: 12px;
	}
	header {
		margin: 12px 0;
	}
}

.btn-right {
	position: absolute;
	top: 3px;
	right: 112px;
	z-index: 999;
}

@media only screen and (min-width:750px) and (max-width:970px) {
	.btn-right {
		position: absolute;
		top: 3px;
		right: 107px;
		z-index: 999;
	}
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: 100px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-radius: 100px;
}


/*导航*/

.nav-top {
	border-top: 1px solid #eee;
}

.nav-border>li>a {
	font-size: 16px;
	color: #555;
	padding: 22px 30px;
	margin-top: 1px;
}

.nav-border>li.active>a,
.nav-border>li.active>a:focus,
.nav-border>li.active>a:hover {
	background-color: #fff;
	color: #004c9f;
	border-radius: 0;
	margin-top: -1px;
	border-top: 2px solid #004c9f
}

.navbar-default {
	border-color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	background-color: #fff;
}

@media only screen and (min-width: 100px) and (max-width:750px) {
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		margin-top: 18px;
	}
	.nav-border>li>a {
		padding: 16px 0;
	}
}

@media only screen and (min-width:750px) and (max-width:970px) {
	.nav-border>li>a {
		padding: 22px 16px;
	}
}

@media only screen and (min-width:750px) and (max-width:970px) {
	.city_box {
		float: left;
	}
	.input_top {
		margin: 20px 0;
	}
}

.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #555555;
}

.navbar-default .navbar-nav>li>a:hover {
	border-radius: 0;
	margin-top: -1px;
	border-top: 2px solid #004c9f;
	color: #004c9f;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #004c9f;
}

.navbar-collapse {
	padding: 0;
}

.navbar {
	margin-bottom: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #004ea2;
}

.navbar-default .navbar-toggle {
	border-color: #004ea2;
}

.nav_big>div {
	padding: 0;
}

@media only screen and (min-width: 100px) and (max-width:750px) {
	.navbar-toggle {
		margin-top: 8px;
		margin-bottom: 18px;
	}
}

@media only screen and (min-width: 100px) and (max-width:750px) {
	.navbar-brand {
		padding: 4px 15px;
	}
}


/*轮播*/

.swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#swiper-container {
	padding-bottom: 36px;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


}
.gallery-top {
	height: 80%;
	width: 100%;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
}
.gallery-thumbs .swiper-slide {
	width: 20% !important;
	height: 100%;
	opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide dl {
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 0;
}
.swiper-slide dl dt {
	float: left;
	color: #fff;
	width: 100px;
	text-align: center;
}
.swiper-slide dl dt i {
	font-weight: normal;
	line-height: 100px;
}
.swiper-slide dl dd {
	color: #fff;
}
.swiper-slide dl dd h3 {
	margin: 0;
	padding-top: 33px;
	padding-bottom: 6px;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.swiper-slide dl dd p {
	font-size: 12px;
	font-family: arial;
	padding-bottom: 22px;
	margin: 0;
	font-size: 12px;
}
.Precise {
	background-color: #0076e4;
	border-radius: 0 0 0 20px;
}
.Precise i {
	font-size: 56px;
}
.Business {
	background-color: #00c4ad;
}
.Business i {
	font-size: 56px;
}
.digital {
	background-color: #00abca;
}
.digital i {
	font-size: 56px;
}
.Talk {
	background-color: #f39a00;
}
.Talk i {
	font-size: 56px;
}
.Evaluation {
	background-color: #024fdb;
	border-radius: 0 20px 0 0;
}
.Evaluation i {
	font-size: 56px;
}
.mari>div {
	margin-right: 0px !important;
}
.data_top {
	margin-top: -40px;
}
.left:after,
.swiper-container-rtl .left:after {
	content: 'none';
}
.right:after,
.swiper-container-rtl .right:after {
	content: 'none';
}
.next-right i,
.prev-left i {
	font-size: 22px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	background-color: #000;
	line-height: 50px;
	text-align: center;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 2%;
	left: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 2%;
	right: auto;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.swiper-slide dl dt i {
		font-size: 20px;
		line-height: 30px;
	}
	
	.swiper-slide dl dt {
		width: 30px;
		float: none;
		margin: 0 auto;
	}
	
	.swiper-slide dl dd h3 {
		font-size: 12px;
		padding-top: 0;
		padding-left: 10px;
	}
	
	.data_top {
		margin-top: -20px;
	}
}
@media only screen and (min-width:640px) and (max-width:970px) {
	.swiper-slide dl dt i {
		font-size: 36px;
		line-height: 66px;
	}
	
	.swiper-slide dl dt {
		width: 54px;
		float: left;
		margin: 0 auto;
	}
	
	.swiper-slide dl dd h3 {
		font-size: 16px;
		padding-top: 20px;
		padding-left: 0px;
	}
	
	.data_top {
		margin-top: -20px;
	}
	
	.swiper-slide dl dd p {
		padding-bottom: 14px;
	}
}

/*广告位*/
.Ad-slot {
	padding: 30px 0 60px 0;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.Ad-slot {
		padding: 10px 0 20px 0;
	}
}

/*JM2020金诺机床展系列展*/
.series {
	margin-bottom: 23px;
}
.series h3 {
	margin: 0;
}
.series h3 img {
	margin-top: -4px;
}
.series h3 span {
	font-weight: bold;
	color: #555;
	padding-left: 2px;
}
.series p {
	font-size: 12px;
	color: #b1b1b1;
	font-family: arial;
	margin-top: 4px;
}
.series-box {
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 15px;
	transition: all 0.3s ease-out 0s;
}
.series-texet h4 {
	font-size: 20px;
	color: #555555;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	margin-top: 42px;
}
.series-texet p {
	font-size: 16px;
	color: #b1b1b1;
	margin-bottom: 2px;
}
.series-texet p i {
	font-size: 24px;
	color: #e5e5e5;
	margin-right: 30px;
	transition: all 0.3s ease-out 0s;
}
.series-box:hover {
	border-color: #fff;
	box-shadow: 8px 0 18px rgba(214, 214, 214, 0.75);
}
.series-box:hover .series-texet p i {
	margin-right: 0px;
}
.series-box:hover a {
	text-decoration: none;
}
.series-left:after,
.swiper-container-rtl .series-left:after {
	content: "none";
}
.series-right:after,
.swiper-container-rtl .series-right:after {
	content: "none";
}
.series-right,
.swiper-container-rtl .series-right {
	right: 0px;
	left: auto;
	width: 42px;
	height: 42px;
	background-color: #555;
	color: #fff;
}
.series-left,
.swiper-container-rtl .series-left {
	left: 0px;
	right: auto;
	width: 42px;
	height: 42px;
	background-color: #555;
	color: #fff;
}
.xl h3 {
	font-size: 16px;
	margin: 8px 0 0px 0;
	color: #555555;
}
.xl span {
	font-size: 14px;
	color: #b1b1b1;
}
.xl p {
	font-size: 12px;
	color: #b1b1b1;
	margin-bottom: 2px;
	height: 34px;
}
.xl a:hover {
	text-decoration: none;
}
.xl i {
	font-size: 24px !important;
	color: #004ea2;
	line-height: 0;
}

/*数据*/
.data-box {
	padding: 53px 0;
}
.data-box>div {
	border-right: 1px solid #267cd4;
}
.data-box>div:last-child {
	border-right: none;
}
.data-bj {
	background: url(../images/data-bj.png) center no-repeat;
	width: 100%;
	margin-top: 46px;
}
@media only screen and (min-width:100px) and (max-width: 640px) {
	.data-text p {
		height: auto !important;
		font-size: 14px !important;
		line-height: 20px !important;
	}
	
	.data-bj {
		margin-top: 20px;
		background-color: #2d70be;
	}
	
	.data-box {
		padding: 0;
	}
	
	.data-box>div {
		border-right: none;
	}
	
	.data-text h3 {
		font-size: 40px !important;
		margin-bottom: 8px !important;
	}
}
.data-text h3 {
	font-family: impact;
	font-size: 48px;
	color: #f59b00;
	margin-bottom: 18px;
}
.data-text p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
	height: 144px;
}
.data-text h3 small {
	color: #f69c00;
	font-family: arial;
	font-size: 16px;
	position: absolute;
}
@media only screen and (min-width:640px) and (max-width:970px) {
	.data-text p {
		font-size: 14px;
		color: #fff;
		line-height: 20px;
		margin-bottom: 20px;
		height: 144px;
	}
}

/*新闻中心*/
.news-box {
	margin-top: 60px;
	position: relative;
}
.news-box>ul>li>a {
	color: #555555;
	font-size: 16px;
	padding: 5px 20px;
	border: none;
}
.news-box>ul>li>a:hover {
	background-color: #004ea2;
	color: #fff;
	border-radius: 0;
}
.news-h3 {
	margin-top: -6px;
}
.news-h3 h3 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}
.news-h3 p {
	font-size: 12px;
	color: #b1b1b1;
	font-family: arial;
	margin-bottom: 0;
}
.news-box>ul>li.active>a,
.news-box>ul>li.active>a:focus,
.news-box>ul>li.active>a:hover {
	cursor: default;
	border-bottom-color: transparent;
	background-color: #004ea2;
	color: #fff;
	border: none;
	border-radius: 0;
}
.news-box>ul>li>a {
	transition: all 0.3s ease-out 0s;
}
.nav-tabs {
	border-bottom: none;
}
.news-box>ul>li>a.news-a:hover {
	background-color: #fff;
	color: #555;
}
.news-box>ul>li>a {
	margin-right: 0;
}
.news-box>ul>li {
	border-right: 1px solid #ccc;
}
.news-box>ul>li:last-child,
.news-box>ul>li:first-child {
	border-right: none;
}
.link-more {
	position: absolute;
	right: 15px;
	top: 0;
}
@media only screen and (min-width:640px) and (max-width:970px) {
	.news-box>ul>li>a {
		padding: 5px 18px
	}
}
@media only screen and (min-width:100px) and (max-width:640px) {
	.link-more {
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: -104px;
	}
	
	.news-box>ul>li:first-child {
		float: none;
		text-align: center;
	}
	
	.news-box>ul>li>a {
		padding: 5px 12px;
	}
	
	.news-box>ul>li {
		margin: 5px 0;
	}
	
	.news-box {
		margin-top: 20px;
	}
	
	.news-box>ul>li {
		border-right: none;
	}
}
.News-Topic {
	margin-top: 15px;
}
.dl-con>a>h3 {
	font-size: 18px;
	color: #555555;
	margin-top: 32px;
}
.dl-con>a>p {
	font-size: 16px;
	color: #b1b1b1;
	margin-bottom: 36px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: box;
}
.dl-con>a:hover {
	text-decoration: none;
}
.dl-date {
	padding-top: 30px;
}
.dl-date span {
	font-family: arial;
	font-size: 20px;
	color: #b1b1b1;
	line-height: 0;
}
.dl-date h1 {
	font-size: 48px;
	font-weight: bold;
	color: #004ea2;
	margin: 0;
}
.dl-date small {
	font-size: 14px;
	font-family: arial;
	color: #666;
}
.News-Topic>div {
	border: 1px solid #e5e5e5;
	padding: 15px;
	cursor: pointer;
	transition: all 0.3s ease-out 0s;
}
.News-Topic>div:hover {
	box-shadow: 10px 0 20px rgba(214, 214, 214, 0.75);
}
.main-content {
	margin-top: 15px;
}
@media only screen and (min-width:640px) and (max-width:970px) {
	.dl-con>a>h3 {
		margin-top: 8PX;
	}
}

/*公司简介*/
.Int-bj {
	width: 100%;
	background-color: #004ea2;
	margin-top: 282px;
	padding-bottom: 70px;
}
.Int-con {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 16px rgba(192, 214, 255);
	padding: 15px;
	margin-top: -162px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.Int-con {
		margin-left: 0;
	}
	
	.Int-bj {
		margin-top: 192px;
	}
}
.Int-con h3 {
	font-weight: bold;
	color: #555;
	margin-top: 55px;
	margin-bottom: 40px;
}
.Int-con small {
	font-size: 12px;
	color: #b1b1b1;
	padding-left: 4px;
}
.Int-p {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	text-indent: 34px;
	margin-bottom: 42px;
}

/*底部*/
footer {
	width: 100%;
	margin-top: 60px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	footer {
		margin-top: 20px;
	}
	
	.gray-box {
		margin-top: 128px !important;
	}
	
	.Gradient-red h3 {
		border-right: none !important;
		margin: 0 !important;
		margin-top: 30px !important;
		padding: 0 !important;
		font-size: 20px !important;
	}
	
	.jm-top {
		margin-top: 40px !important;
		margin-bottom: 10px !important;
	}
	
	.Gradient-red dl dd h2 {
		margin-top: 34px !important;
	}
	
	.information {
		padding: 20px 15px !important;
	}
	
	.information a,
	.information p,
	.information span {
		font-size: 14px !important;
	}
	
	.Gradient-red dl dd h2 {
		padding-top: 0 !important;
	}
}
@media only screen and (min-width:640px) and (max-width:970px) {
	.information {
		padding: 0 15px !important;
	}
}
.gray {
	background-color: #e2e8f2;
	padding: 34px 0;
}
.gray-box {
	background-color: #f0f3f7;
	padding: 0;
	margin-top: 188px;
}
.blue {
	padding: 12px 0;
	background-color: #004ea2;
}
.Gradient-red {
	background-image: -webkit-gradient(linear, right top, left top, from(#d72653), to(#d72509));
	background-image: linear-gradient(270deg, #d72653, #d72509);
	border-radius: 10px 100px 10px 100px;
	margin-top: -174px;
}
.information a,
.information p,
.information span {
	color: #555;
	font-size: 16px;
	margin: 0;
}
.information a:hover {
	color: #004ea2;
}
.information .Friends-Chain i {
	width: 1px;
	height: 16px;
	background-color: #555;
	display: inline-block;
	margin: 0 2px;
}
.information a:hover {
	text-decoration: none;
}
.information p,
.Friends-Chain {
	margin: 8px 0;
}
.information {
	padding: 44px 0;
}
.Gradient-red h3 {
	margin: 44px 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #ffca8e;
	padding: 53px 0;
}
.Gradient-red dl dt {
	float: left;
	padding-right: 30px;
}
.Gradient-red dl dd h2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	font-family: arial;
	margin-top: 54px;
	margin-bottom: 4px;
	padding-top: 10px;
}
.Gradient-red dl dd p {
	font-size: 16px;
	color: #fff;
}
.advisory {
	border-radius: 100px !important;
	font-size: 16px !important;
	padding: 6px 44px !important;
	color: #d7252a !important;
	border: 1px solid #fff !important;
}
.jm-top {
	margin-top: 80px;
}
.advisory:hover {
	color: #fff !important;
}

/*新闻内页*/
.new-bj {
	padding: 0;
}
.new-but .breadcrumb {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
}
.new-but>ol>li>a i {
	padding-right: 2px;
}
.new-but>ol>li>a {
	color: #b2b2b2 !important;
}
.new-but>ol>li.active {
	color: #004ea2;
}
.new-but>ol>li>a:hover {
	text-decoration: none;
}
.new-but>ol.breadcrumb>li+li:before {
	padding: 0 2px;
}
.admin {
	color: #555555;
	font-size: 16px;
}
.img-new>img {
	max-width: 100%;
	height: auto;
	margin: 15px 0;
}
.new-h3 h3 {
	margin-bottom: 0;
	margin-top: 40px;
}
.new-h3 span {
	line-height: 0;
	color: #c1c1c1;
	font-size: 16px;
}
.new-h3 {
	margin-bottom: 20px;
}
.new-con {
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 24px;
}
.new-con p {
	font-size: 16px;
	line-height: 24px;
	color: #555;
}
.new-con h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	line-height: 24px;
}
.news_view_sx {
	margin-top: 20px;
}
.news-h2 h2 {
	font-size:18px;
	color: #b1b1b1;
}
.new-xg-img {
	max-width: 100%;
	height: auto;
}
.news-h2 h5 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 6px;
	margin-top: 14px;
	height: 42px;
	line-height: 22px; 
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-h2 p {
	font-size: 14px;
	color: #555555;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: box;
}
.news-h2 span {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #004ea2;
	text-align: center;
	padding: 10px 20px;
	list-style: none !important;
	display: inline-block;
}
.news-h2 span.ck {
	background-color: #d5d5d5;
	transition: all 0.3s ease-out 0s;
}
.news-h2 a:hover {
	text-decoration: none;
}
.news-h2 a:hover span.ck {
	background-color: #d70c19;
}

.new-xg-img img{
	max-width:100%;
	height:auto;
	border-radius:4px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.news-h2 span {
		padding:5px 10px;
	}
}

@media only screen and (min-width:640px) and (max-width:970px) {
	.news-h2 span {
		padding:5px 10px;
	}
}

.news-o>div{
	padding:10px 5px;
}
#kefu1{position:fixed; right:0px; top:163px; z-index:10008; padding: 10px; background: #fff; border: 1px solid #ddd; box-shadow: 1px 1px 1px #d4d4d4; font-size: 12px;}
.cs_tel{height:25px; background: url(../images/img.gif) no-repeat 0px 0px;}
.cs_tel_ct{color: #666; line-height: 150%;}
.cs_tel_num{color: #c00; font-size: 18px; font-family: Arial,Verdana; font-style: italic; font-weight: bold; display: block; padding: 5px 0px;}

.cs_online{height:30px; background: url(../images/img.gif) no-repeat 0px -50px;}
.cs_online_qq{height: 25px;}
.cs_online_qq a:link, .cs_online_qq a:active, .cs_online_qq a:visited, .cs_online_qq a:hover{text-decoration: none; color: #666;}
.cs_free{height:32px; background: url(../images/img.gif) no-repeat 0px -100px;}
.cs_free a{display: block; height: 32px;}
.cs_free a span{display: none;}

.cs_baidu{height:32px; background: url(../images/img.gif) no-repeat 0px -200px;}
.cs_baidu a{display: block; height: 32px;}
.cs_baidu a span{display: none;}

.cs_spr{border-bottom: 1px dashed #c0c0c0; margin: 8px 0px;}
.cs_space{clear:both; overflow:hidden; height:8px;}
.cs_close{position: absolute; right: 5px; top: 5px; width: 12px; height: 12px; background: url(../images/img.gif) no-repeat 0px -150px;}
.cs_close a{display: block; height: 10px;}
.cs_close a span{display: none;}














