@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    vertical-align: middle;
    font-family: "微软雅黑", "宋体", "黑体";
    outline: none;
}
div {
    margin: 0 auto;
    text-align: center;
}
html, body {
    width: 100%;
    height: 100%;
}
.clear {
    clear: both;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner img:last-of-type {
    display: none;
}
.navigation {
    background-color: #0099ff;
    width: 100%;
    position: relative;
}
.navigation>span {
    display: none;
}
.navigation ul {
    width: 1130px;
    height: 40px;
    margin: 0 auto;
}
.navigation li {
    float: left;
    width: 125px;
    height: 40px;
}
.navigation li.active {
    background-color: #016eb1;
}
.navigation li.active a {
    color: #fff;
}
.navigation li a {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.introduction {
    overflow: hidden;
    width: 1000px;
    margin-top: 20px;
}
.introduction>img {
    float: left;
    width: 360px;
    height: 270px;
}
.introduction>div {
    float: right;
    width: 600px;
    margin-top: 20px;
}
.introduction>div>p {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    text-indent: 32px;
    margin-bottom: 10px;
}
.nav {
    margin: 50px auto;
}
.nav dt {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}
.nav dd {
    width: 30px;
    height: 1px;
    background-color: #0099ff;
    margin: 16px auto 0 auto;
}
.nav dd.subtitle {
    width: auto;
    height: auto;
    background: none;
    font-size: 14px;
    text-align: center;
    color: #666666;
    line-height: 14px;
}
.nav dd.subtitle:nth-of-type(2) {
    margin-top: 10px;
}
.content {
    width: 1000px;
}
.gold ul {
    position: relative;
    width: 1040px;
    overflow: hidden;
}
.gold ul li {
    width: 220px;
    height: 72px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    display: inline;
}
.gold ul li img {
    width: 218px;
    height: 70px;
}
.important ul {
    margin-top: 124px;
}
.important ul li {
    float: left;
    width: 25%;
    border-bottom: 2px solid #ccc;
    position: relative;
}
.important ul li span {
    width: 20px;
    height: 20px;
    border: 6px solid #0099ff;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px;
}
.important ul li:first-child dl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
}
.important ul li:nth-of-type(3) dl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
}
.important ul li:nth-of-type(2) dl {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
}
.important ul li:nth-of-type(4) dl {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
}
.important ul li dl dt {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 24px;
}
.important ul li dl dd {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 24px;
}
.scientific ul {
    overflow: hidden;
}
.scientific ul li {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 48px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    box-sizing: border-box;
}
.bg {
    width: 100%;
    padding: 50px 0;
    margin: 50px 0 0 0;
    background-color: #f2f2f2;
}
.bg .nav {
    margin-top: 0;
}
.abstract ul {
    overflow: hidden;
}
.abstract ul li {
    float: left;
    margin-bottom: 50px;
    display: inline;
    width: 333.3333333333333px;
}
.abstract ul li div {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: 30px;
    text-align: center;
}
.abstract p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.normal ul {
    overflow: hidden;
}
.normal ul li {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 48px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    box-sizing: border-box;
}
#visa .process div {
    font-size: 18px;
    line-height: 18px;
}
#visa .process div:first-child {
    color: #b2b2b2;
}
#visa .process div:nth-of-type(2) {
    color: #999999;
}
#visa .process div:nth-of-type(3) {
    color: #666666;
}
#visa .process div:nth-of-type(4) {
    color: #333333;
}
#visa .process div:nth-of-type(5) {
    color: #000;
    font-weight: bold;
}
#visa .process img {
    margin: 20px auto;
}
#visa .process span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 50px;
}
#visa .process span a {
    color: #0099ff;
    text-decoration: underline;
}
#place {
    overflow: hidden;
}
#place>img {
    float: left;
}
#place ul {
    float: right;
    margin-top: 8.05px;
    display: inline;
    width: 600px;
}
#place ul li {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 50px;
    text-align: left;
}
#place ul li:last-of-type {
    margin-bottom: 0;
}
#place ul li span {
    margin-left: 10px;
}
.hotel {
    overflow: hidden;
}
.hotel div {
    float: left;
    margin-top: 14px;
    display: inline;
    width: 600px;
    text-align: left;
}
.hotel div span {
    font-size: 16px;
    line-height: 16px;
    color: #000;
}
.hotel div span:nth-of-type(2) {
    margin: 0 50px;
}
.hotel>img {
    float: right;
}
.dinner {
    overflow: hidden;
}
.dinner>img {
    float: left;
}
.dinner>div {
    float: right;
    width: 600px;
}
.dinner>div p {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    text-indent: 32px;
    margin-bottom: 30px;
}
.dinner>div li {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
}
.dinner>div li:last-of-type {
    margin-bottom: 0;
}
.dinner>div li span {
    margin-left: 10px;
}
.dinner>div li span a {
    color: #0099ff;
    text-decoration: underline;
}
#visit .content {
    overflow: hidden;
}
#visit .content>img {
    float: right;
}
#visit .content>div {
    float: left;
    margin-top: 17px;
    display: inline;
    width: 600px;
}
#visit .content>div p {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    text-indent: 32px;
    margin-bottom: 30px;
}
#visit .content>div ul {
    overflow: hidden;
}
#visit .content>div ul li {
    float: left;
    width: 40%;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
}
#visit .content>div ul li:nth-of-type(2) {
    width: 60%;
}
#visit .content>div ul li:nth-of-type(4) {
    width: 60%;
}
#visit .content>div ul li span {
    margin-left: 10px;
}
.Travel p {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    text-indent: 32px;
    margin-bottom: 10px;
}
.Travel div dl {
    margin-bottom: 10px;
}
.Travel div dl dt {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
}
.Travel div dl dt span {
    margin-left: 10px;
}
.Travel div dl dd {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-left: 40px;
}
.stay p {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 20px;
}
.stay ul {
    margin-top: 20px;
}
.stay ul li {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left;
}
.stay ul li span {
    margin-left: 10px;
}
.stay ul li span a {
    color: #0099ff;
    text-decoration: underline;
}
#contact ul {
    overflow: hidden;
    position: relative;
    width: 1041px;
}
#contact ul li {
    float: left;
    margin-right: 41px;
    display: inline;
    width: 306px;
    height: 230px;
    background-color: #fff;
    border-radius: 5px;
}
#contact ul li dl {
    margin-top: 47px;
}
#contact ul li dl dt {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
}
#contact ul li dl dd {
    font-size: 14px;
    text-align: center;
    color: #000;
    line-height: 32px;
}
.logo {
    overflow: hidden;
    position: relative;
    width: 1041px;
    margin-top: 50px;
}
.logo li {
    float: left;
    margin-right: 41px;
    margin-bottom: 40px;
    display: inline;
    width: 306px;
    height: 100px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.register {
    position: fixed;
    z-index: 1;
    right: 10px;
    bottom: 0;
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 40px;
}
.register a {
    color: #000;
}
.register .close {
    position: fixed;
    right: 10px;
    bottom: 145px;
}
.language {
    position: absolute;
    right: 0;
    top: 0;
}
.language .title {
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
.language .select {
    float: right;
    margin-right: 0;
    display: inline;
    position: relative;
    width: 80px;
}
.language .select span {
    display: block;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 50px center;
}
.language .select ul {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-bottom: none;
    display: none;
}
.language .select ul li {
    float: none;
    width: auto;
    height: auto;
    border-bottom: 1px solid #ddd;
}
.language .select ul li a {
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 0;
    border: 0;
}
#Cost ul li {
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 48px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    box-sizing: border-box;
}
#Cost a {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    width: 130px;
    height: 40px;
    background-color: #0099ff;
    display: block;
    margin: 20px auto 0 auto;
}
.show {
    display: block !important;
}
.hide {
    display: none;
}
.programme table {
    background-color: #ddd;
}
.programme table .day {
    font-size: 16px;
    line-height: 40px;
    background-color: #0099ff;
    text-align: center;
    color: #fff;
}
/*.programme .table .left {
	float: left;
	width: 20%;
}
.programme .table .right {
	float: left;
	width: 80%;position: relative;overflow: scroll;
}*/

.programme table td {
    background-color: #fff;
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 28px;
    padding: 10px;
    box-sizing: border-box;
}
.programme .bg-td td {
    background-color: rgb(127, 226, 189);
}

@media (max-width:1000px) {
.banner img {
    margin-top: 40px;
}
.banner img:last-of-type {
    display: block;
}
.banner img:first-child {
    display: none;
}
html {
    overflow-x: hidden;
}
.introduction > img {
    display: none;
}
.introduction {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.introduction > div {
    float: none;
    width: 100%;
    margin: 0;
}
.nav {
    margin: 30px 0;
}
.content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.gold ul {
    width: 105.3475935828877%;
}
.gold ul li {
    width: 44.9238578680203%;
    height: auto;
    margin-right: 5.076142131979695%;
    float: left;
    margin-bottom: 10px;
    display: inline;
    border: none;
}
.gold ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.important ul li:nth-of-type(2) dl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    top: auto;
}
.important ul li:nth-of-type(4) dl {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    top: auto;
}
.important ul li {
    float: left;
    width: 50%;
    border-bottom: 2px solid #ccc;
    position: relative;
}
.important ul li span {
    width: 20px;
    height: 20px;
    border: 6px solid #0099ff;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    top: auto;
}
.important ul li {
    float: left;
    width: 50%;
    height: 120px;
    border-bottom: 2px solid #ccc;
    position: relative;
}
.important ul {
    margin-top: -46px;
}
#scientific {
    margin-top: 40px !important;
}
.bg {
    width: 100%;
    padding: 30px 0;
    margin: 30px 0 0 0;
    background-color: #f2f2f2;
}
.scientific ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 24px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.scientific ul li:last-of-type {
    margin: 0;
}
.nav dd.subtitle {
    width: auto;
    height: auto;
    background: none;
    font-size: 14px;
    text-align: center;
    color: #666666;
    line-height: 18px;
}
.abstract ul li {
    float: left;
    margin-bottom: 30px;
    display: inline;
    width: 50%;
}
.abstract ul li div {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    height: 48px;
    margin-top: 20px;
    text-align: center;
}
#Cost ul li {
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 24px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.normal ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 24px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.normal ul li:last-of-type {
    margin: 0;
}
#visa .process div {
    font-size: 18px;
    line-height: 30px;
}
#place>img {
    display: none;
}
#place ul {
    float: none;
    margin-top: 0;
    display: inline;
    width: 100%;
}
#place ul li {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
}
.hotel div {
    float: none;
    margin-top: 14px;
    display: inline;
    width: 100%;
    text-align: left;
}
.hotel>img {
    display: none;
}
.hotel div span {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    display: block;
}
.hotel div span:nth-of-type(2) {
    margin: 10px 0;
}
.stay ul li span {
    margin-left: 10px;
    line-height: 28px;
    display: inline;
}
.dinner>img {
    display: none;
}
.dinner>div {
    float: none;
    width: 100%;
}
.dinner>div li {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left;
}
#visit .content>img {
    display: none;
}
#visit .content>div ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left;
}
#visit .content>div ul li span br {
    display: none;
}
#visit .content>div {
    float: left;
    margin-top: 0;
    display: inline;
    width: 100%;
}
#visit .content>div ul li:nth-of-type(2) {
    width: 100%;
}
#visit .content>div ul li:nth-of-type(4) {
    width: 100%;
}
#contact ul {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#contact ul li {
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 30px 0;
    display: inline;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
}
#contact ul li:last-of-type {
    margin-bottom: 0;
}
#contact ul li dl {
    margin-top: 0;
}
.logo {
    overflow: hidden;
    position: relative;
    width: 105.3475935828877%;
    margin-top: 30px;
}
.logo li {
    float: left;
    margin-right: 5.076142131979695%;
    margin-bottom: 20px;
    display: inline;
    width: 44.9238578680203%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.logo li img {
    width: 100%;
    height: auto;
}
.language {
    position: absolute;
    right: auto;
    top: 0;
    left: 20px;
}
.language .select ul {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-bottom: none;
    display: none;
    position: initial;
    top: 0;
    right: 0;
    background-color: #fff;
}
.language .select ul li {
    float: none;
    width: auto;
    height: auto;
    border-bottom: 1px solid #ddd;
    margin: 0;
    display: block;
}
.navigation {
    position: fixed;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 6%;
    background-color: #0099ff;
}
.navigation>span {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 15%;
    height: 40px;
}
.navigation ul {
    width: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 40px;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    display: none;
}
.navigation ul li {
    width: 50%;
    float: right;
    margin-left: 10%;
    display: inline;
    border-bottom: 1px dashed #ddd;
    background-color: #fff;
}
.navigation ul li:last-child {
    height: 100%;
}
.navigation ul li a {
    border: none;
    margin-top: 0;
    line-height: 40px;
    color: #000;
}
.navigation li.active {
    background-color: #fff;
}
.navigation li.active a {
    color: #000;
}
.navigation ul li:first-child a {
    color: #000;
}
.programme {
    overflow-x: scroll;
}
.programme table {
    width: 200%;
}
.programme table .day {
    text-align: left;
}
.navigation ul li span {
    right: 0 !important;
}
}
