@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "微软雅黑", "宋体", "黑体";
    background-color: #f0f4f6;
}
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
div {
    margin: 0 auto;
    padding: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
img {
    border: none;
    vertical-align: middle;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
.top {
    width: 100%;
    height: 40px;
    text-align: left;
    background-color: #ddd;
}
.top img {
    height: 22px;
    width: auto;
    margin: 9px 0 0 20px;
}
.language {
    position: absolute;
    right: auto;
    top: 0;
    left: 20px;
    display: none;
}
.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;
}
.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 li a {
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 0;
    border: 0;
}
.navigation {
    position: fixed;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 6%;
    background-color: #5254a0;
}
.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;
    display: block;
}
.navigation li.active {
    background-color: #fff;
}
.navigation li.active a {
    background-color: #dbdef1;
    color: #5254a0;
    display: block;
}
.navigation dl {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    overflow: hidden;
}
.navigation dl dt {
    font-size: 16px;
    color: #000;
    line-height: 40px;
}
.navigation dl dd {
    width: 50%;
    float: left;
    display: inline-block;
    background-color: #ddd;
    height: 40px;
}
.navigation dl dd a {
    margin: 10px 0;
    line-height: 20px;
    display: block;
    color: #5254a0;
    text-decoration: underline;
    background-color: #ddd;
}
.navigation dl dd:first-of-type a {
    border-right: 1px solid #5254a0;
    box-sizing: border-box;
}
.show {
    display: block !important;
}
.banner {
    width: 100%;
    margin-top: 40px;
}
.banner img {
    width: 100%;
    height: auto;
}
.list {
    overflow: hidden;
    margin-top: 20px;
}
.list li {
    float: left;
    width: 26.20320855614973%;
    margin-left: 5.347593582887701%;
    display: inline;
    text-align: center;
    padding: 20px 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}
.list li img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}
.list li div {
    font-size: 14px;
    line-height: 14px;
    color: #000;
}
.content {
    width: 100%;
    padding: 0 5.347593582887701%;
    box-sizing: border-box;
    margin-top: 20px;
}
.content p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    text-indent: 32px;
    color: #000;
    margin-bottom: 10px;
}
.logo {
    overflow: hidden;
    margin-top: 20px;
}
.logo li {
    float: left;
    width: 26.20320855614973%;
    margin-left: 5.347593582887701%;
    display: inline;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}
.logo li img {
    width: 100%;
}
.process {
    padding: 0 5.347593582887701%;
    box-sizing: border-box;
    margin-top: 20px;
}
.process div {
    font-size: 16px;
    line-height: 28px;
}
.process div:first-child {
    color: #b2b2b2;
}
.process div:nth-of-type(2) {
    color: #999999;
}
.process div:nth-of-type(3) {
    color: #666666;
}
.process div:nth-of-type(4) {
    color: #333333;
}
.process div:nth-of-type(5) {
    color: #000;
    font-weight: bold;
}
.process img {
    margin: 20px auto;
}
.process span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 50px;
}
.process span a {
    color: #52549f;
    text-decoration: underline;
    word-wrap: break-word;
}
.hotel {
    overflow: hidden;
    width: 100%;
    padding: 0 5.347593582887701%;
    box-sizing: border-box;
    margin-top: 20px;
}
.hotel div {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.hotel div p {
    text-indent: 32px;
}
.hotel div span {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    display: block;
}
.hotel>img {
    display: none;
}
.hotel p {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 20px;
}
.hotel ul {
    margin-top: 20px;
}
.hotel ul li {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left;
}
.hotel ul li span {
    margin-left: 10px;
    display: inline;
}
.hotel ul li span a {
    color: #52549f;
    text-decoration: underline;
    word-break: break-all;
}
.abstract {
    padding: 0 5.347593582887701%;
    box-sizing: border-box;
    margin-top: 20px;
}
.abstract ul {
    overflow: hidden;
    margin-top: 30px;
}
.abstract p {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: left;
}
.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;
}
.visit {
    padding: 0 5.347593582887701%;
    box-sizing: border-box;
    margin-top: 20px;
}
.visit p {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    text-indent: 32px;
    margin-bottom: 30px;
}
.visit ul {
    overflow: hidden;
}
.visit ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left;
}
.visit ul li span {
    margin-left: 10px;
}
.sjjb {
    overflow: hidden;
    margin-top: 60px;
    padding: 0 2.67379679144385%;
    box-sizing: border-box;
}
.sjjb li {
    width: 50%;
    float: left;
    padding: 0 2.67379679144385%;
    box-sizing: border-box;
}
.sjjb li img {
    width: 100%;
}
.sjjb li div {
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0;
    text-align: center;
    color: #000;
}
.sjjb li span {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    padding: 60px 5.347593582887701%;
    box-sizing: border-box;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-size: 7%;
    background-position: 95% 20px;
    overflow-y: scroll;
}
.sjjb li span p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.sjjb li.show span {
    display: block;
}
.lwtj p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
}
.lwtj a {
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    background-color: #5254a0;
    margin-bottom: 40px;
    color: #fff;
    font-size: 16px;
}
.time {
    margin-top: 50px;
    margin-bottom: -40px;
}
.time ul {
    border-left: 2px solid #ddd;
    box-sizing: border-box;
    position: relative;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    top: -30px;
}
.time ul li {
    position: relative;
    left: -13px;
    background-image: url(../images/icon_list.png);
    background-repeat: no-repeat;
    background-position: 0px 0;
    margin-bottom: 30px;
}
.time ul li:last-of-type {
    margin-bottom: 0;
}
.time ul li dl {
    overflow: hidden;
    padding-left: 40px;
    box-sizing: border-box;
}
.time ul li dl dt {
    float: none;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 30px;
}
.time ul li dl dd {
    float: none;
    width: 100%;
    font-size: 16px;
    color: #666;
    text-align: left;
    line-height: 30px;
}
.scientific ul {
    overflow: hidden;
}
.scientific ul li {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 28px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.content .nav:first-of-type {
    margin-top: 0;
}
.nav {
    margin: 20px auto 20px auto;
}
.nav dt {
    font-size: 24px;
    color: #000;
    line-height: 24px;
}
.nav dd {
    width: 20px;
    height: 1px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #52549f;
}
.home {
    position: fixed;
    left: 0;
    top: 0;
    height: 20px;
    margin: 10px 0 0 20px;
}
.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;
}
.block {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 50px;
    background-color: #ecf1f4;
}
.block1 {
    position: absolute;
    width: 70px;
    height: 30px;
    background-color: #fff;
    top: 110px;
    left: 10px;
    display: none;
}
.block2 {
    position: absolute;
    width: 70px;
    height: 30px;
    background-color: #fff;
    top: 323px;
    left: 6px;
    display: none;
}
.block3 {
    position: absolute;
    width: 70px;
    height: 43px;
    background-color: #fff;
    top: 668px;
    left: 6px;
    display: none;
}
.block4 {
    position: absolute;
    width: 100%;
    height: 42px;
    background-color: #fff;
    top: 840px;
    left: 0;
    display: none;
}
/*@-moz-document url-prefix() {
.block3 {
 position: absolute;
 width: 70px;
 height: 43px;
 background-color: #ddd;
 top: 660px;
 left: 6px;
}
.block4 {
 position: absolute;
 width: 100%;
 height: 42px;
 background-color: #ddd;
 top: 850px;
 left: 0;
}
}*/
.process2 strong {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color: #000;
    margin: 20px 0;
    display: block;
}
.process2 p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 10px;
}
.process2 div {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.process2 div a {
    color: #5254a0;
    padding: 0;
    background: none;
    text-decoration: underline;
    margin: 0;
    line-height: 24px;
    display: inline;
}
.process2 a {
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    background-color: #5254a0;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.Calendar {
    margin-top: 50px;
}
.Calendar ul {
    border-left: 2px solid #ddd;
    box-sizing: border-box;
    position: relative;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    top: -30px;
}
.Calendar ul li {
    position: relative;
    left: -13px;
    background-image: url(../images/icon_list.png);
    background-repeat: no-repeat;
    background-position: 0px 0;
    margin-bottom: 30px;
}
.Calendar ul li:last-of-type {
    margin-bottom: 0;
}
.Calendar ul li dl {
    overflow: hidden;
    padding-left: 40px;
    box-sizing: border-box;
}
.Calendar ul li dl dt {
    float: none;
    font-size: 18px;
    color: #000;
    text-align: left;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.Calendar ul li dl dd {
    float: none;
    width: 100%;
    font-size: 16px;
    color: #666;
    text-align: left;
    line-height: 24px;
}
.add {
    overflow: hidden;
    margin-top: 20px;
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
.add img {
    float: right;
    width: 400px;
    display: none;
}
.add dl {
    float: none;
    width: 100%;
}
.add dl dt {
    font-size: 24px;
    text-align: left;
    line-height: 40px;
    margin-bottom: 20px;
}
.add dl dd {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 10px;
}
.dplc {
    margin-top: 20px;
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
.dplc div {
    font-size: 24px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 20px;
}
.dplc img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.schedule {
    background-color: #ddd;
    width: 546px;
    margin-bottom: 40px;
}
.schedule td {
    background-color: #fff;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding: 10px;
    text-align: left;
}
.schedule td:first-of-type {
    text-align: center;
}
.schedule tr.day td {
    background-color: #dbdef1;
    color: #52549f;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}
.schedule tr.day:hover td {
    background-color: #dbdef1;
}
.schedule tr.special td {
    font-weight: bold;
    background-color: #f1eddb;
}
.schedule tr.special:hover td {
    background-color: #f1eddb;
}
.schedule tr:hover td {
    background-color: #f2f2f2;
}
.schedule tr.rest td {
    background-color: #f2f2f2;
}
.schedule tr.rest:hover td {
    background-color: #f2f2f2;
}
.PPT {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 2;
    display: none;
}
.PPT >div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    box-sizing: border-box;
}
.PPT >div div {
    width: 100%;
    padding: 50px 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.PPT> div span {
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
}
.PPT> div input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    text-align: left;
    text-indent: 10px;
    box-sizing: border-box;
}
.PPT> div a {
    width: 100px;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 40px;
    display: block;
    background-color: #5254a0;
    color: #fff;
    font-size: 16px;
}
.PPT> div div{
	position: relative;
}
.PPT> div div img{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
@media (min-width:768px) {
.schedule {
    width: 100%;
}
.block1 {
    position: absolute;
    width: 70px;
    height: 30px;
    background-color: #fff;
    top: 115px;
    left: 240px;
}
.block2 {
    position: absolute;
    width: 70px;
    height: 30px;
    background-color: #fff;
    top: 178px;
    left: 242px;
}
.block3 {
    position: absolute;
    width: 70px;
    height: 30px;
    background-color: #fff;
    top: 243px;
    left: 236px;
}
.block4 {
    position: absolute;
    width: 100%;
    height: 36px;
    background-color: #fff;
    top: 313px;
    left: 0;
}
}

@media (min-width:1024px) {
.block1 {
    position: absolute;
    width: 400px;
    height: 30px;
    background-color: #fff;
    top: 115px;
    left: 240px;
}
.block2 {
    position: absolute;
    width: 400px;
    height: 30px;
    background-color: #fff;
    top: 178px;
    left: 242px;
}
.block3 {
    position: absolute;
    width: 400px;
    height: 30px;
    background-color: #fff;
    top: 243px;
    left: 236px;
}
}
