@charset "utf-8";


a:hover img {
	-webkit-filter: brightness(120%);
	-ms-filter: brightness(120%);
	-moz-filter: brightness(120%);
	filter: brightness(120%)
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #33afcd
}

li,ul {
	list-style: none
}

.mt10 {
	margin-top: 10px
}

.ml10 {
	margin-left: 10px
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both;
	height: 0;
	line-height: 1px
}

.text_2em {
	text-indent: 2em
}

.hg_10 {
	height: 10px;
	clear: both;
	overflow: hidden
}

.red {
	color: #930001
}

em,i {
	font-style: normal
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	margin-top: -50px
}

.banner {
	height: 400px
}

.box {
	margin-top: 10px
}

.box dt {
	text-align: center;
	height: 60px;
	margin-bottom: 10px
}

.box dt h3 {
	font-size: 24px;
	color: #fff;
	padding: 8px
}

.box dt h3 span {
	color: #fff
}

.part1_l {
	float: left;
	width: 600px
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center
}

.cr-container {
	width: 600px;
	height: 400px;
	position: relative;
	margin: 0 auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1)
}

.cr-container label {
	font-style: italic;
	width: 150px;
	height: 295px;
	cursor: pointer;
	color: #fff;
	line-height: 32px;
	font-size: 24px;
	float: left;
	position: relative;
	margin-top: 50px;
	z-index: 1000
}

.cr-container label:before {
	content: '';
	width: 34px;
	height: 34px;
	background: rgba(130,195,217,.9);
	position: absolute;
	left: 50%;
	margin-left: -17px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255,255,255,.3);
	z-index: -1
}

.cr-container label.cr-label-img-4:after {
	width: 0
}

.cr-container input.cr-selector-img-1:checked~label.cr-label-img-1,.cr-container input.cr-selector-img-2:checked~label.cr-label-img-2,.cr-container input.cr-selector-img-3:checked~label.cr-label-img-3,.cr-container input.cr-selector-img-4:checked~label.cr-label-img-4 {
	color: #68abc2
}

.cr-container input.cr-selector-img-1:checked~label.cr-label-img-1:before,.cr-container input.cr-selector-img-2:checked~label.cr-label-img-2:before,.cr-container input.cr-selector-img-3:checked~label.cr-label-img-3:before,.cr-container input.cr-selector-img-4:checked~label.cr-label-img-4:before {
	background: #fff;
	box-shadow: 0 0 0 4px rgba(104,171,194,.6)
}

.cr-container input {
	display: none
}

.cr-bgimg {
	width: 600px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.cr-bgimg {
	background-repeat: no-repeat;
	background-position: 0 0
}

.cr-bgimg div {
	width: 150px;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat
}

.cr-bgimg div span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 400px;
	left: 0;
	z-index: 2;
	text-indent: -9000px
}

.cr-bgimg div:nth-child(even) span {
	top: -400px
}

.cr-bgimg div span:nth-child(1),.cr-container input.cr-selector-img-1:checked~.cr-bgimg {
	background-image: url(../image/b1.jpg)
}

.cr-bgimg div span:nth-child(2),.cr-container input.cr-selector-img-2:checked~.cr-bgimg {
	background-image: url(../image/b2.jpg)
}

.cr-bgimg div span:nth-child(3),.cr-container input.cr-selector-img-3:checked~.cr-bgimg {
	background-image: url(../image/b3.jpg)
}

.cr-bgimg div span:nth-child(4),.cr-container input.cr-selector-img-4:checked~.cr-bgimg {
	background-image: url(../image/b4.jpg)
}

.cr-bgimg div:nth-child(1) span {
	background-position: 0 0
}

.cr-bgimg div:nth-child(2) span {
	background-position: -150px 0
}

.cr-bgimg div:nth-child(3) span {
	background-position: -300px 0
}

.cr-bgimg div:nth-child(4) span {
	background-position: -450px 0
}

.cr-container input:checked~.cr-bgimg div span {
	-webkit-animation: slideOutUp .6s ease-in-out;
	-moz-animation: slideOutUp .6s ease-in-out;
	-o-animation: slideOutUp .6s ease-in-out;
	-ms-animation: slideOutUp .6s ease-in-out;
	animation: slideOutUp .6s ease-in-out
}

.cr-container input:checked~.cr-bgimg div:nth-child(even) span {
	-webkit-animation: slideOutDown .6s ease-in-out;
	-moz-animation: slideOutDown .6s ease-in-out;
	-o-animation: slideOutDown .6s ease-in-out;
	-ms-animation: slideOutDown .6s ease-in-out;
	animation: slideOutDown .6s ease-in-out
}

@-webkit-keyframes slideOutUp {
	0% {
		top: 0
	}

	100% {
		top: -400px
	}
}

@-webkit-keyframes slideOutDown {
	0% {
		top: 0
	}

	100% {
		top: 400px
	}
}

@-moz-keyframes slideOutUp {
	0% {
		top: 0
	}

	100% {
		top: -400px
	}
}

@-moz-keyframes slideOutDown {
	0% {
		top: 0
	}

	100% {
		top: 400px
	}
}

@-o-keyframes slideOutUp {
	0% {
		top: 0
	}

	100% {
		top: -400px
	}
}

@-o-keyframes slideOutDown {
	0% {
		top: 0
	}

	100% {
		top: 400px
	}
}

@-ms-keyframes slideOutUp {
	0% {
		top: 0
	}

	100% {
		top: -400px
	}
}

@-ms-keyframes slideOutDown {
	0% {
		top: 0
	}

	100% {
		top: 400px
	}
}

@keyframes slideOutUp {
	0% {
		top: 0
	}

	100% {
		top: -400px
	}
}

@keyframes slideOutDown {
	0% {
		top: 0
	}

	100% {
		top: 400px
	}
}

.cr-container input.cr-selector-img-1:checked~.cr-bgimg div span:nth-child(1),.cr-container input.cr-selector-img-2:checked~.cr-bgimg div span:nth-child(2),.cr-container input.cr-selector-img-3:checked~.cr-bgimg div span:nth-child(3),.cr-container input.cr-selector-img-4:checked~.cr-bgimg div span:nth-child(4) {
	-webkit-transition: top .5s ease-in-out;
	-moz-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	-ms-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
	top: 0;
	z-index: 10
}

.cr-titles h3 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1)
}

.cr-titles h3 span {
	z-index: 10000;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	opacity: 0
}

.cr-titles h3 span:nth-child(2) {
	bottom: 0;
	letter-spacing: 0;
	background: rgba(104,171,194,.9);
	font-size: 14px;
	padding: 10px 0;
	font-family: Cambria,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
	-ms-transition: opacity .8s ease-in-out;
	transition: opacity .8s ease-in-out
}

.cr-container input.cr-selector-img-1:checked~.cr-titles h3:nth-child(1) span:nth-child(1),.cr-container input.cr-selector-img-2:checked~.cr-titles h3:nth-child(2) span:nth-child(1),.cr-container input.cr-selector-img-3:checked~.cr-titles h3:nth-child(3) span:nth-child(1),.cr-container input.cr-selector-img-4:checked~.cr-titles h3:nth-child(4) span:nth-child(1) {
	opacity: 1;
	top: 50%
}

.cr-container input.cr-selector-img-1:checked~.cr-titles h3:nth-child(1) span:nth-child(2),.cr-container input.cr-selector-img-2:checked~.cr-titles h3:nth-child(2) span:nth-child(2),.cr-container input.cr-selector-img-3:checked~.cr-titles h3:nth-child(3) span:nth-child(2),.cr-container input.cr-selector-img-4:checked~.cr-titles h3:nth-child(4) span:nth-child(2) {
	opacity: 1
}

@media screen and (max-width:768px) {
	.cr-container input {
		display: inline;
		width: 24%;
		margin-top: 350px;
		z-index: 1000;
		position: relative
	}

	.cr-container label {
		display: none
	}
}

.part1_r {
	float: right;
	width: 379px;
	height: 378px;
	background: #fff;
	border: 1px solid #ccc;
	border-left-width: 0;
	padding: 10px
}

.part1_r p {
	line-height: 24px;
	text-indent: 2em;
	margin: 10px 0
}

.rollBox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto
}

.rollBox .next,.rollBox .prev {
	height: 30px;
	width: 27px;
	float: left;
	cursor: pointer;
	margin: 5px;
	margin-top: 50px
}

.rollBox .prev {
	background: url(left.png) no-repeat
}

.rollBox .next {
	background: url(right.png) no-repeat
}

.rollBox .Cont {
	width: 850px;
	overflow: hidden;
	float: left;
	margin: 0 5px;
	margin-left: 20px
}

.rollBox .ScrCont {
	width: 10000000px
}

.rollBox .Cont li {
	height: 90px;
	float: left;
	text-align: center;
	margin-right: 18px
}

.rollBox .Cont li .zanzhuqy {
	
	height: 90px;
	border: 1px solid #fff;
	background-color: #fff
}
.rollBox .Cont li .chqytp{
	
	height: 45px;
	border: 1px solid #fff;
	background-color: #fff;
}

.rollBox #List1,.rollBox #List2 {
	float: left
}

.rollBox #List1_2,.rollBox #List2_2 {
	float: left
}

.part3 dd {
	margin-bottom: 10px
}

.part3 p a {
	color: #f30
}

.part3 h4 {
	font-size: 15px;
	line-height: 24px;
	text-align: center
}

.part3 p {
	font-size: 14px;
	line-height: 1.7;
	text-indent: 2em
}

.shiwu {
	background: #399;
	height: 275px;
	padding: 5px
}

.ts_title {
	font-size: 22px;
	text-align: center
}

.shiwu h3 {
	width: 60px;
	height: 210px;
	line-height: 60px;
	padding-top: 60px;
	color: #fff
}

.ts_main {
	width: 452px;
	height: 265px;
	background: #fff;
	padding: 5px
}

.ts_img {
	width: 222px;
	height: 170px;
	float: left;
	position: relative
}

.ts_img img {
	width: 222px;
	height: 170px
}

.ts_main h4 {
	color: #399
}

.gongcheng {
	background: #fff;
	height: 200px;
	padding: 5px
}

.gc_son {
	background: #369
}

.gc_img {
	width: 290px;
	height: 200px;
	margin-right: 5px;
	float: left;
	position: relative
}

.gc_img img {
	width: 290px;
	height: 200px
}

.gongcheng h3 {
	width: 60px;
	padding: 10px 0;
	line-height: 45px;
	color: #369
}

.gc_text {
	width: 340px
}

.gc_text h4 {
	padding: 10px;
	color: #fff
}

.gc_text p {
	color: #fff;
	padding: 10px
}

.w198 {
	width: 198px;
	float: left;
	margin-right: 1px
}

.a_1 {
	width: 100%;
	margin-bottom: 1px;
	position: relative
}

.a_1 span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: rgba(0,0,0,.6);
	color: #fff;
	text-align: center
}


.b_1 {
	height: 100%;
	position: relative
}

.b_1 span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	height: 20px;
	background: rgba(0,0,0,.6);
	color: #fff;
	text-align: center
}

.part5 dd {
	background: #fff
}

.nTab {
	padding: 10px 0 0 40px
}

.nTab li {
	float: left;
	width: 210px;
	height: 50px;
	/*border-radius: 50px;
	background: #64969d;*/
	margin-right: 38px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #000;
	border: 1px solid #29A7E2
}



.nTab li.active {
	cursor: hander;
	background:#F60;
	color:#fff;
	border: 1px solid #F60
	
}

.box1 {
	background: #fff;
	padding: 0 0 30px 40px;
	margin-top: 10px
}

.box1 li {
	float: left;
	width: 210px;
	height: 150px;
	margin: 60px 40px 0 0;
	position: relative
}

.box1 li img {
	width: 200px;
	height: 150px
}

.box1 li span {
	display: block;
	font-weight: bold;
	color: #000000;
	text-align: center;
	/*background: rgba(0,0,0,.6);
	padding: 10px 10px*/
}




