@CHARSET "UTF-8";
body, html {
	display: block;
	position: static;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	transition: opacity 400ms;
}
body { background-color: #34495e; color:white;}
/*右侧导航栏样式*/
#fp-nav {
	position: fixed;
	z-index: 100;
	right: 20px;
	top: 50%;
}
#fp-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#fp-nav ul>li {
	width: 2px;
	height: 42px;
	position: relative;
	background-color: #228ee9;
}
#fp-nav ul>li:last-child { height: 0; }
#fp-nav ul>li>a {
    background: url(../images/nav-point-nom.png) no-repeat;
    position: absolute;
    width: 7px;
    height: 7px;
    top: -2px;
    left: -2px;
}
#fp-nav ul>li>a.active {
	background: url(../images/nav-point.png) no-repeat;
	position: absolute;
    width: 42px;
    height: 42px;
    top: -20px;
    left: -20px;
    border: none;
}

@media(max-width: 767px) {
	#fp-nav { right: -100px;}
}

div.section { overflow: hidden; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 { height: 100%; }

.col-1 {
	background: url(../images/screen1-bg.jpg) center no-repeat;
	background-attachment: fixed;
}

.col-1 .item1 { margin-top: 25vh;}
.col-1 .item1, .col-1 .item1 img { max-height: 8vh;}
.col-1 .item2 { margin-top: 6.4vh;}
.col-1 .item2, .col-1 .item2 img { max-height: 11vh;}
.col-1 .item3 { margin-top: 6.6vh;}
.col-1 .item3, .col-1 .item3 img { max-height: 12vh;}
.col-1 .item3 .mappoint{max-height:6vh; margin-left:-70px;}
.col-1 .move-box { 
	position: absolute;
	left: 0;
	bottom: 5%;
	bottom: 5vh;
	width: 100%;
}
.col-1 .first-move { cursor: pointer;}

.title-box {
	font-size: 5.2vh;
	line-height: 5.2vh;
	margin-top: 22.6vh;
	text-align: center;
}
@media(max-width: 767px) {
	.col-1 .item3 .mappoint { right: -70px;}
	.title-box { margin-top: 18vh;}
}
/*大会嘉宾*/
.col-3 .carousel-div {
	position: relative;
	padding: 0 80px;
	margin-top: 8vh;
	height: 60vh;
}
.col-3 .carousel-div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.col-3 .carousel-div li {
	display: block;
	float: left;
	height: 100%;
	margin: 0 10px;
}
.col-3 .carousel-div li .box { width: 176px;}
.col-3 .carousel-div li .box+.box { margin-top: 20px; }
.col-3 .carousel-div li .box .border {
	width: 176px;
	height: 176px;
	border-radius: 50%;
	background-color: #88a0bb;
}
.col-3 .carousel-div li .box .border img {
	width: 162px;
	height: 162px;
	display: block;
	margin: 7px auto;
}
.col-3 .carousel-div li .box p {
	font-size: 14px;
	color: #c7e1ff;
	line-height: 22px;
	margin: 0;
	text-align: center;
	height: 66px;
	overflow: hidden;
}
.col-3 .carousel-div li .box p.title {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	margin-bottom: 3px;
	margin-top: 10px;
}
#listPrev {
	background: url(../images/prev.png) no-repeat left center;
	background-size: 100%;
	display: block;
	width: 27px;
	height: 50px;
	position: absolute;
	left: -27px;
	top: 40%;
	margin-top: -35px;
}
#listNext {
	background: url(../images/next.png) no-repeat right center;
	background-size: 100%;
	display: block;
	width: 27px;
	height: 50px;
	position: absolute;
	right: -27px;
	top: 40%;
	margin-top: -35px;
}
#listNext, #listPrev {
	filter: alpha(opacity=50);
	opacity: .5;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
}
#listNext:hover, #listPrev:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

@media (max-height: 900px) and (min-height: 801px) {
	.col-3 .carousel-div { margin-top: 5vh;}
	.col-3 .carousel-div li .box .border { 
		width: 150px;
		height: 150px;
		margin: 0 auto;
	}
	.col-3 .carousel-div li .box .border img {
		width: 140px;
		height: 140px;
		margin: 5px auto;
	}
}
@media (max-height: 800px) and (min-height: 701px) {
	.col-3 .carousel-div { margin-top: 5vh;}
	.col-3 .carousel-div li .box { width: 160px;}
	.col-3 .carousel-div li .box .border { 
		width: 135px;
		height: 135px;
		margin: 0 auto;
	}
	.col-3 .carousel-div li .box .border img {
		width: 125px;
		height: 125px;
		margin: 5px auto;
	}
	.col-3 .carousel-div li .box+.box { margin-top: 10px; }
}

@media (max-height: 700px) and (min-height: 601px) {
	.col-3 .carousel-div { margin-top: 10vh;}
	.col-3 .carousel-div li .box { width: 150px;}
	.col-3 .carousel-div li .box .border { 
		width: 130px;
		height: 130px;
	}
	.col-3 .carousel-div li .box .border img {
		width: 120px;
		height: 120px;
	}
	.col-3 .carousel-div li { margin: 0; }
	.col-3 .carousel-div li .box { margin: 0 16px;}
	.col-3 .carousel-div li .box+.box { margin-top: 10px; }
	.col-3 .carousel-div li .box p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.col-3 .carousel-div li .box p.title {
		font-size: 16px;
		line-height: 16px;
		height: 16px;
		margin-bottom: 7px;
		margin-top: 10px;
	}
}
@media (max-height: 600px) {
	.col-3 .carousel-div { margin-top: 18vh;}
	.col-3 .carousel-div li .box { 
		float: left;
		width: 120px;
	}
	.col-3 .carousel-div li .box .border { 
		width: 120px;
		height: 120px;
	}
	.col-3 .carousel-div li .box .border img {
		width: 110px;
		height: 110px;
	}
	.col-3 .carousel-div li { margin: 0; }
	.col-3 .carousel-div li .box { margin: 0 16px; }
	.col-3 .carousel-div li .box+.box { margin-top: 0; }
}
@media (max-width: 767px) {
	.col-3 .carousel-div { padding: 0 20px; }
	.col-3 .carousel-div { margin-top: 5vh;}
	.col-3 .carousel-div li { margin: 0; }
	.col-3 .carousel-div li .box { 
		float: none;
		width: 100px;
	}
	.col-3 .carousel-div li .box .border { 
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}
	.col-3 .carousel-div li .box .border img {
		width: 90px;
		height: 90px;
		margin: 5px auto;
	}
	.col-3 .carousel-div li .box { margin: 0 6px; }
	.col-3 .carousel-div li .box+.box { margin-top: 10px;}
	.col-3 .carousel-div li .box p {
		font-size: 12px;
		line-height: 18px;
		height: 54px;
	}
	.col-3 .carousel-div li .box p.title {
		font-size: 16px;
		line-height: 16px;
		height: 16px;
		margin-bottom: 7px;
		margin-top: 10px;
	}
	#listPrev {
		width: 13.5px;
		height: 25px;
		left: -10px;
		margin-top: 0;
		background-size: 100% 100%;
	}
	#listNext {
		width: 13.5px;
		height: 25px;
		right: -10px;
		margin-top: 0;
		background-size: 100% 100%;
	}
}
@media (max-width: 409px) {
	.col-3 .carousel-div li .box { margin: 0 10px; }
}

.col-4 .nav-pills { 
	text-align: center;
	margin-top: 5vh;
}
.col-4 .nav-pills>li { 
	float: none;
	display: inline-block;
}
.col-4 .nav-pills>li+li { margin-left: 77px;}
.col-4 .nav-pills>li>a {
	border: 3px solid #0089cd;
	padding: 1.5vh 16px;
	font-size: 3vh;
	color: #0089cd;
	outline: none;
}
.col-4 .nav-pills>li.active>a,
.col-4 .nav-pills>li>a:hover,
.col-4 .nav-pills>li>a:focus,
.col-4 .nav-pills>li>a:active {
	background-color: #0089cd;
	color: #fff;
}
.col-4 .yc-table {
    margin-top: 12vh;
}
.col-4 .yc-btns span {
    width:auto;
    border: 3px solid #0089cd;
	padding: 1.5vh 16px;
	font-size: 3vh;
	color: #fff;
	outline: none;
    background-color: #0089cd;
    border-radius: 5px;
}
.col-4 .yc-pane {
    margin-top: 6vh;
    text-align: left;
    padding-left:60px;
}
.col-4 .yc-pane p {
    font-size: 24px;
	line-height: 36px;
}
/*
.col-4 .table-title {
	height: 50px;
	width: 100%;
	background-color: #2c3f52;
	margin-top: 4vh;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 18px;
	padding: 16px 0;
}
.col-4 .table-title span {
	display: inline-block;
	margin: 0;
	padding: 0 18px;
}
.col-4 .td1 { width: 13%;}
.col-4 .td2 { width: 40%; }
.col-4 .td3 { width: 34%; }

.col-4 .tab-content {
	position: relative;
	height: 45vh;
	font-family: "simsun","Helvetica";
}
.col-4 .tab-content .tab-pane {
	position: absolute;
	top: 0;
	bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.col-4 .table-div { 
	width: 100%;
	position: relative;
}
.table-div .striped { margin-bottom: 16px;}
.table-div .striped:nth-of-type(odd) {
    background-color: #2c3f52;
}
.table-div .striped:nth-of-type(even) {
    background-color: #304458;
}
.table-div .striped { 
	width: 100%;
	padding: 0;
	line-height: 14px;
	background-color: #34495e;
	border: none;
}
.table-div .striped span {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 18px;
}*/
@media (max-width: 991px) and (min-width: 768px) {
    .col-4 .yc-pane p {
        font-size: 20px;
	    line-height: 30px;
    }
}
@media (max-width: 767px) {
    /*
	.col-4 .nav-pills>li+li { margin-left: 15px;}
	.col-4 .nav-pills>li>a {
		padding: 0.8vh 10px;
		font-size: 2.5vh;
	}
	.col-4 .table-title { font-size: 14px;}
	.col-4 .table-title span { padding: 0 8px; }
	.table-div .striped span { 
		font-size: 12px;
		padding: 4px 8px;
	}
	.col-4 .td1 { width: 18%;}
	.col-4 .td2 { width: 39%;}
	.col-4 .td3 { width: 25%;}
    */
    .col-4 .yc-table {
    margin-top: 8vh;
}
    .col-4 .col-sm-6+.col-sm-6 {
        margin-top: 6vh;
    }
    .col-4 .yc-pane {
        margin-top: 3vh;
        padding-left:0px;
    }
    .col-4 .yc-pane p {
        font-size: 14px;
	    line-height: 24px;
    }
}

.col-5 { background: url(../images/screen5-bg.jpg) center no-repeat;}
@media(max-width: 767px) {
	.col-5 {
		background-size: auto 100%;
	}
}

.col-6 { background-color: #fff;}
.col-6.row { margin: 0;}
.col-6.row .box { height: 100%; }
.col-6.row .box .logo {
	width: 80px;
	height: 34px;
	position: absolute;
	top: 55%;
	left: 50%;
	margin-left: -40px;
}
.col-6.row .col-xs-3 {
	position: relative;
	height: 100%;
	border-right: 1px solid #fff;
	padding: 0;
}
.col-6.row .col-xs-4:last-child {
	border-right: none;
}
.col-6.row .vd-bg-01 {
	background: url(../images/img_brfore_01.png) no-repeat center 0;
	background-size: 100% 100%;
}
.col-6.row .vd-bg-02 {
	background: url(../images/img_brfore_02.png) no-repeat center 0;
	background-size: 100% 100%;
}
.col-6.row .vd-bg-03 {
	background: url(../images/img_brfore_03.png) no-repeat center 0;
	background-size: 100% 100%;
}
.col-6.row .vd-bg-04 {
	background: url(../images/img_brfore_04.png) no-repeat center 0;
	background-size: 100% 100%;
}
.col-6.row .vd-bg-05 {
	background: url(../images/img_brfore_05.png) no-repeat center 0;
	background-size: 100% 100%;
}
.col-6.row .vd-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:.5;
	filter: alpha(opacity=50);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.col-6.row .col-xs-3:hover .vd-bg {
	opacity: 1;
	filter: alpha(opacity=100);
	background-size: 110% 110%;
}

.col-6.row .text-row {
	position: absolute;
	background: url(../images/bg-05-bg.png) no-repeat;
	background-size: 100%;
	top: 25%;
	padding: 0;
	width: 180px;
	height: 100%;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #0f60b0;
	text-align: center;
	left: 50%;
	margin-left: -90px;
	padding-top: 50px;
	opacity:.8;
	filter: alpha(opacity=80);
}
.col-6.row .btn-row {
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	bottom: 20%;
}
.col-6.row .btn-row .btn{
	font-size: 20px;
	width: 260px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-0-border-radius: 0;
	opacity:.8;
	filter: alpha(opacity=80);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    background: #3399ff;
    border: none;
}
.col-6.row .btn-row .btn:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	background: #3399ff;
}
.col-6.row .btn-row .btn img {
	margin-left: 9px;
}
@media (max-width: 767px) {
	.col-6 { padding-top: 60px; }
	.col-6.row .box { height: 50%; }
	.col-6.row .text-row {
		position: static;
		display: block;
		background: url(../images/bg-05-bg.png) no-repeat;
		background-size: 80px;
		width: 80px;
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
		padding-top: 20px;
	}
	.col-6.row .box .logo { top: 100px;}
	.col-6.row .btn-row {
		width: 80%;
		margin-left: -40%;
	}
	.col-6.row .btn-row .btn.visible-xs { width: 100%;}
}
/*组织机构*/
.zzjg{
    font-size:20px; 
    line-height:50px; 
    margin-top:20px;
}
.zzjg img{
    width: 85px;
    height: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.zzjg a { color:white;}
@media (max-width: 767px) {
	.zzjg{
	    font-size: 14px; 
	    line-height:24px; 
	    margin-top:20px;
	}
	.zzjg img{
	    width: 58px;
	    height: 24px;
	    margin-right: 5px;
	    margin-bottom: 5px;
	}
}


.col-7 {
	background-color: #2d3742;
	height: 100%;
}
.col-7 .item img {
	height: 20vh;
	margin-top: 18vh;
	margin-bottom: 1vh;
}
.col-7 .item p {
	text-align: center;
	font-size: 16px;
}
.col-7 .item a {
	background: url(../jxj/images/tp.png) no-repeat center;
	background-size: auto 100%;
	height: 5vh;
	outline: none;
}

@media screen and (max-width: 767px) {
	.col-7 .item img {
		height: auto;
		width: 100%;
        margin-top:5vh;
	}
	.col-7 .item p { font-size: 12px; }
}
.reward-row { height: 10.6vh;}
.img-row {
	background-color: #88a0bb;
	margin: 0;
	padding: 20px 0;
}
.img-row img {
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-height: 650px) {
	.img-row { display: none;}
}
@media screen and (max-width: 1199px) {
	.col-7 .text-row { line-height: 4vh; }
}
@media screen and (max-width: 991px) {
	.col-7 .text-row { line-height: 2.9vh; }
	.col-7 .text-row p { font-size: 12px; }
}
@media screen and (max-width: 767px) {
	.img-row { display: none;}
	
}
.col-8 img.top {
	margin-top: 3vh;
	margin-bottom: 5vh;
}
.col-8 .item { margin-bottom: 30px;}
.col-8 .item p { font-size: 18px;}
.col-8 .item p.bigger {
	font-size: 22px;
	margin-bottom: 15px;
	color: #c7e1ff;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.col-8 .center-block.box { width: 450px;}
}
@media screen and (max-width: 767px) {
	.col-8 .title-box { margin-top: 14vh;}
	.col-8 img.top {
		margin-top: 2vh;
		margin-bottom: 2vh;
	}
	.col-8 .item { margin-bottom: 15px;}
	.col-8 .center-block.box { width: 270px;}
	.col-8 .item p {
		font-size: 12px;
		margin-bottom: 0;
	}
	.col-8 .item p.bigger {
		font-size: 16px;
		margin-bottom: 5px;
	}
}


/*组织机构*/
.col-2 img {
	margin-top: 30px;
}
@media (max-width: 768px) {
	.col-2 img {
		margin-top: 15px;
	}
}