@charset "utf-8";

html {
	background: url()
}

body {
	
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333
}

div, ul, ol, dl, blockquote {
	overflow: hidden;
	_zoom: 1
}

* {
	margin: 0;
	padding: 0;
	border: 0
}

img {
	border: 0
}

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
}

ul,li {
	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: -53px;
}

.banner {
	height: 500px;
	background: url(../uk2017/images/top2.jpg) no-repeat top center;
}
.abstract{padding: 4px 10px;background: rgba(0,141,215,.6);
    -webkit-background: rgba(255,255,255,.6);
    -moz-background: rgba(255,255,255,.6);
    -ms-background: rgba(255,255,255,.6);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
    line-height: 26px;
}
.abstract p{text-indent: 2em;}

.box {
	margin-top: 10px
}

.box dt {
	text-align: center;
	background: url() center center no-repeat;
	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: 590px
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center
}

.cr-container {
	width: 590px;
	height: 400px;
	position: relative;
	margin: 0 auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1)
}

.cr-container label {
	font-style: italic;
	width: 145px;
	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,0.9);
	position: absolute;
	left: 50%;
	margin-left: -17px;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
	z-index: -1
}

.cr-container label.cr-label-img-4:after {
	width: 0px
}

.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: 0px 0px 0px 4px rgba(104,171,194,0.6)
}

.cr-container input {
	display: none
}

.cr-bgimg {
	width: 600px;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	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: 0px;
	z-index: 2;
	text-indent: -9000px
}

.cr-bgimg div:nth-child(even) span {
	top: -400px
}

.cr-container input.cr-selector-img-1:checked ~.cr-bgimg, .cr-bgimg div span:nth-child(1) {
	background-image: url(../uk2017/images/b1.jpg)
}

.cr-container input.cr-selector-img-2:checked ~ .cr-bgimg, .cr-bgimg div span:nth-child(2) {
	background-image: url(../uk2017/images/b2.jpg)
}

.cr-container input.cr-selector-img-3:checked ~ .cr-bgimg, .cr-bgimg div span:nth-child(3) {
	background-image: url(../uk2017/images/b3.jpg)
}

.cr-container input.cr-selector-img-4:checked ~ .cr-bgimg, .cr-bgimg div span:nth-child(4) {
	background-image: url(../uk2017/images/b4.jpg)
}

.cr-bgimg div:nth-child(1) span {
	background-position: 0px 0px
}

.cr-bgimg div:nth-child(2) span {
	background-position: -150px 0px
}

.cr-bgimg div:nth-child(3) span {
	background-position: -300px 0px
}

.cr-bgimg div:nth-child(4) span {
	background-position: -450px 0px
}

.cr-container input:checked ~ .cr-bgimg div span {
	-webkit-animation: slideOutUp 0.6s ease-in-out;
	-moz-animation: slideOutUp 0.6s ease-in-out;
	-o-animation: slideOutUp 0.6s ease-in-out;
	-ms-animation: slideOutUp 0.6s ease-in-out;
	animation: slideOutUp 0.6s ease-in-out
}

.cr-container input:checked ~ .cr-bgimg div:nth-child(even) span {
	-webkit-animation: slideOutDown 0.6s ease-in-out;
	-moz-animation: slideOutDown 0.6s ease-in-out;
	-o-animation: slideOutDown 0.6s ease-in-out;
	-ms-animation: slideOutDown 0.6s ease-in-out;
	animation: slideOutDown 0.6s ease-in-out
}

@-webkit-keyframes slideOutUp {
	0% {
		top: 0px;
	}

	100% {
		top: -400px;
	}
}

@-webkit-keyframes slideOutDown {
	0% {
		top: 0px;
	}

	100% {
		top: 400px;
	}
}

@-moz-keyframes slideOutUp {
	0% {
		top: 0px;
	}

	100% {
		top: -400px;
	}
}

@-moz-keyframes slideOutDown {
	0% {
		top: 0px;
	}

	100% {
		top: 400px;
	}
}

@-o-keyframes slideOutUp {
	0% {
		top: 0px;
	}

	100% {
		top: -400px;
	}
}

@-o-keyframes slideOutDown {
	0% {
		top: 0px;
	}

	100% {
		top: 400px;
	}
}

@-ms-keyframes slideOutUp {
	0% {
		top: 0px;
	}

	100% {
		top: -400px;
	}
}

@-ms-keyframes slideOutDown {
	0% {
		top: 0px;
	}

	100% {
		top: 400px;
	}
}

@keyframes slideOutUp {
	0% {
		top: 0px;
	}

	100% {
		top: -400px;
	}
}

@keyframes slideOutDown {
	0% {
		top: 0px;
	}

	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 0.5s ease-in-out;
	-moz-transition: top 0.5s ease-in-out;
	-o-transition: top 0.5s ease-in-out;
	-ms-transition: top 0.5s ease-in-out;
	transition: top 0.5s ease-in-out;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
	top: 0px;
	z-index: 10
}

.cr-titles h3 {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1)
}

.cr-titles h3 span {
	z-index: 10000;
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: center;
	opacity: 0
}

.cr-titles h3 span:nth-child(2) {
	bottom: 0;
	letter-spacing: 0px;
	background: rgba(0,141,215,0.8);
	font-size: 14px;
	padding: 10px 0px;
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	-webkit-transition: opacity 0.8s ease-in-out;
	-moz-transition: opacity 0.8s ease-in-out;
	-o-transition: opacity 0.8s ease-in-out;
	-ms-transition: opacity 0.8s ease-in-out;
	transition: opacity 0.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: 388px;
	background: #fff;
	border: 1px solid #ccc;
	border-left-width: 0;
	padding:20px 10px 10px 10px;
	padding-top: 0;
}
.part1_r h3{padding-top: 20px;font-size: 17px;}

.part1_r p {
	line-height: 24px;
	text-indent: 2em;
	margin: 10px 0
}

.part1_r ul li{
	width: 100%;
	line-height: 26px;
	list-style: disc;
}

.rollBox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto
}

.rollBox .prev, .rollBox .next {
	height: 30px;
	width: 27px;
	float: left;
	cursor: pointer;
	margin: 5px;
	_margin: 2px;
	margin-top: 50px
}

.rollBox .prev {
	background: url(../uk2017/images/left.png) no-repeat
}

.rollBox .next {
	background: url(../uk2017/images/right.png) no-repeat
}

.rollBox .Cont {
	width:900px;
	overflow: hidden;
	float: left;
	margin: 0 5px;
	/*	margin-right:20px*/

}

.rollBox .ScrCont {
	width: 1000000px
}

.rollBox .Cont li {
	    width: 130px;
	height: 155px;
	float: left;
	text-align: center;
	margin-left:17px;

}

.rollBox .Cont li img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	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: 20px
}

.part3 p a {
	color: #f30
}

.part3 h4 {
	font-size: 15px;
	line-height: 30px;
	text-align: center
}

.part3 p {
	font-size: 14px;
	line-height: 1.7;
	text-indent: 2em
}

.shiwu {
	background: #8fc51e;
	height: 730px;
	padding: 5px
}

.ts_title {
	font-size: 22px;
	text-align: center
}

.shiwu h3 {
	width: 60px;
	height: 210px;
	line-height: 60px;
	padding-top: 115px;
	color: #fff
}

.ts_main {
	width: 455px;
	height:345px;
	background: #fff;
	padding: 5px
}

.ts_img {
	width: 222px;
	height: 170px;
	float: left;
	position: relative
}

.ts_img img {
	width: 222px;
	height: 170px
}

.fr_img {
	width: 225px;
	height: 170px;
	margin-bottom: 5px;
}
.fr_img img {
	width: 225px;
	height: 170px;
}
.col_main{height:270px;}

.col_img {
	height: 130px;

}
.col_img img {
	height: 130px;
}

.ts_main h4 {
	color: #8fc51e
}

.gongcheng {
	background: #fff;
	height: 200px;
	padding: 5px
}

.gc_son {
	background: #008dd7;
	padding-bottom: 5px;
}

.gc_img {
	width: 290px;
	height: 200px;
	margin-right: 5px;
	float: left;
	position: relative
}
.gong_img {
	width: 193px;
	height: 145px;
	padding-right: 5px;
	float: left;
	position: relative;
	padding-bottom: 10px;
	background: #008dd7;
}
.gong_img img{
	width: 193px;
	height: 145px;
}

.gc_img img {
	width: 290px;
	height: 200px
}

.gongcheng h3 {
	width: 60px;

	line-height: 40px;
	color: #008dd7
}

.gc_text {
	width: 340px
}

.gc_text h4 {
	padding: 10px;
	color: #fff
}

.gc_text p {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.jq_img{
	width: 250px;
	height:195px;
}
.jq_img img{
	width: 250px;
	height:195px;
}

.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,0.6);
	color: #fff;
	text-align: center
}

.w300 {
	width: 300px;
	float: left;
	margin-right: 1px
}

.h200 {
	height: 200px
}

.b_1 {
	height: 100%;
	position: relative
}

.b_1 span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px;
	height: 20px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center
}

.part5 dd {
	background: #fff
}

.nTab {
	padding: 10px 0 0 30px
}

.nTab li {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background: #008dd7;
	margin-right: 17px;
	font-size: 20px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	border: 2px solid #fff
}

.nTab li:nth-child(even) {
	background: #8fc51e
}

.nTab li.active1 {
	cursor: pointer
}

.box1 {
	background: #fff;
	padding: 0 0 30px 40px;
	margin-top: 10px
}

.box1 li {
	float: left;
	width: 200px;
	height: 150px;
	margin: 30px 40px 0 0;
	position: relative
}

.box1 li img {
	width: 200px;
	height: 150px
}

.box1 li span {
	position: absolute;
	left: -15px;
	bottom: 10px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	display: inline;
	padding: 5px 10px
}

.foot {
	background: #4d706a;
	border-top: 2px solid #f90
}

#footer {
	margin: 10px auto;
	width: 1000px
}

.foot a {
	color: #fff;
	margin: 3px 8px
}

.zz {
	width: 1000px;
	margin: 10px auto;
	text-align: right
}

.part6 dd {
	width: 998px;
	height: 400px;
	border: 1px solid #ccc;
	border-radius: 15px 0
}
