/**banner**/


.banner {
	width: 100%;
	height: 400px;
	position: relative;
}

.banner .d1 {
	width: 100%;
	height: 400px;
	display: block;
	position: absolute;
	left: 0px;
	z-index: 0;
}

.banner .d2 {
	width: 150px;
	height: 30px;
	overflow: hidden;
	clear: both;
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -75px;
	bottom: 0px;
}

.banner .d2 table {
	margin: auto;
	height: 30px;
}

.banner .d2 table td {
	padding: 0px 3px 0px 3px;
}

.banner .d2 table div {
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
	border: 2px solid #c0a15d;
}

.banner .d2 table div.nuw {
	background: #c0a15d;
	color: #FFF;
}

.cont1{
	background-color: #f8f8f8;
	width: 1060px;
	padding: 20px;
	margin-bottom: 20px;
	/*box-shadow: 0px 0px 8px 4px #eeeeee;*/
}
.cont1 p {
	line-height: 40px;
}
.cont1 h1{
	font-size: 22px;
	color: #3CB0F2;
}
.cont1 a {
	color: #F38816;
	padding: 0px 4px;
	cursor: pointer;
}
.cont1 img{
	clear: both;
	width: 240px;
	height: auto;
	display: block;
	margin: 40px auto 0px auto;
}


.new-box {
	background-color: #F8F8F8;
	padding: 10px 0px;
	margin: 40px auto;
}

.strange-content {
	width: 1100px;
	margin: 10px 0px;
}

.strange-news-fl {
	width: 500px;
	float: left;
}

.strange-news-fl img {
	width: 450px;
	height: 200px;
	margin: 0px 50px 0px 20px;
}

.strange-news-fr {
	width: 580px;
	float: left;
}

.strange-info {
	width: 580px;
	overflow: hidden;
}

.strange-info-list {
	width: 1740px;
}

.strange-info-list li {
	float: left;
	width: 600px;
}

.strange-info-list h2 {
	font-size: 18px;
	font-weight: normal;
	color: #232323;
}

.strange-text-title {
	color: #999999;
	font-size: 14px;
	width: 600px;
	height: 84px;
	display: block;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.strange-news-fr {
	position: relative;
	height: 200px;
}

.strange-pagination {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.strange-pagination ul li {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	transition: all 0.3s;
	margin: 0 5px;
	cursor: pointer;
	display: inline-block;
	background: #000;
	opacity: .2;
	text-indent: -9999px;
}

.strange-pagination .on {
	background: #F38816;
	border-radius: 100px;
	transform: scale(1.2);
	opacity: 1;
}





/**banner**/

.cont {
	clear: both;
	/*height: 450px;
	overflow: hidden;*/
}

.cont .cont-img {
	text-align: center;
}

.cont .cont-img ul li {
	/*height: 430px;*/
	list-style: none;
	display: block;
}
.cont-img img{
	width: 100%;
	height: auto;
}
.cont .cont-img .show {
	display: block;
}

.cont .cont-img .show {
	/*background: #4f7bff;*/
}

.cont .cont-img .show0 {
	/*background: #c6413c;*/
	/*background-image: url(images/banner02.png);*/
	display: none;
}

.cont .cont-img .show1 {
	/*background: #07b5be;*/
	/*background-image: url(images/banner02.png);*/
	/*display: none;*/
}

.cont .cont-img .show2 {
	/*background: #4680d1;*/
	display: none;
}

.cont .cont-img .show4 {
	/*background: #c79862;*/
	display: none;
}

.cont .cont-img .show5 {
	background: url(images/banner05.png);
	display: none;
}

.cont .cont-img .show6 {
	/*background: #3d99e2;*/
	display: none;
}

.cont .cont-img .show7 {
	/*background: #3cb0f2;*/
	display: none;
}

.cont .cont-img .show8 {
	/*background: #6393ff;*/
	display: none;
}

.cont .cont-img .show9 {
	background: url(images/banner09.png);
	display: none;
}

.cont .cont-img .show10 {
	/*background-color: #98BC59;*/
	background-image: url(images/banner10.png);
	display: none;
}

.cont .cont-img .show11 {
	/*background-color: #46cbff;*/
	display: none;
}

.cont .cont-img .show12 {
	/*background-color: #98bc59;*/
	display: none;
}

.cont .cont-img .show13 {
	/*background-color: #c6413c;*/
	display: none;
}

.cont-dot {
	margin: 0 auto;
	width: 110px;
	height: 20px;
	position: relative;
	top: -35px;
	height: 30px;
}

.cont-dot ul li {
	cursor: pointer;
	list-style: none;
	float: left;
	margin: 0px 4px 0px 16px;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #FFF;
}

.cont-dot .selected {
	background: #f38816;
}