/*public*/

* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: .3s all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    position: relative;
    font-size: 14px;
    font-family: Helvetica, arial, sans-serif;
    color: #333;
    line-height: 24px;
    text-align: center\9;
    word-break: break-word;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
img {
    /*image-rendering: pixelated;*/
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i, em {
    font-style: normal;
}
a {
    text-decoration: none;
    background: none;
    color: #333;
}
a:hover {
    color: #2073b7;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #888;
}
input:-moz-placeholder {
    color: #888;
}
input:-ms-input-placeholder {
    color: #888;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hang2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hang1 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.container {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
    display: inline-block \9;
    padding: 60px 0;
    /*min-height: 400px;*/
}
.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 10%;
}
.logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}
.logo img {
    display: block;
    height: 70px;
    margin-right: 20px;
}
.menu {
    display: flex;
}
.menu li {
    margin-left: 5px;
    position: relative;
}
.menu li > a {
    display: block;
    padding: 5px;
    border-radius: 5px;
}
.menu li.zi > a {
    background: url("../images/xia.png") right 5px center no-repeat;
    background-size: 10px;
    padding-right: 20px;
}
.menu li.zi.active > a,
.menu li.zi > a:hover {
    background: #2073b7 url("../images/xia2.png") right 5px center no-repeat;
    background-size: 10px;
}
.menu li.active > a,
.menu li > a:hover {
    background: #2073b7;
    color: #fff;
}
.submenu {
    display: none;
    position: absolute;
    background: #f3f4f6;
    padding: 0 5px;
    transition: none .3s;
}
.submenu a {
    display: block;
    padding: 5px;
    white-space: nowrap;
    border-bottom: 1px dashed #3d3e40;
}
.submenu a:last-child {
    border: 0;
}
.banner img {
    display: block;
    width: 100%;
}
.indextt,
.pagett {
    /*text-transform: capitalize;*/
    font-size: 46px;
    color: #2073b7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    line-height: 48px;
}
.pagett {
    text-align: left;
    font-size: 40px;
}
.ftmenu {
    display: flex;
    justify-content: center;
    padding: 30px;
    background: #daf0fd;
}
.ftmenu a {
    margin: 0 10px;
}
.copy {
    background: #b8e2fa;
    font-size: 14px;
    text-align: center;
    padding: 15px;
}
.index-wrap {
    padding: 45px 0;
}
.index-wrap .container {
    padding: 0;
}
.index-datewrap {
     background: #daf0fd;
}
.index-datebox {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
   
}
.index-datebox .line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right ,#daf0fd,#2073b7,#daf0fd);
}
.dateitem {
    flex: 1;
    line-height: 36px;
    padding-top: 30px;
    position: relative;
}
.dateitem:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 20%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2073b7;
}
.dateitem h2 {
    font-weight: bold;
    word-break: break-word;
    width: 63%;
}
.index-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.index-list a {
    width: calc((100% - 144px)/4);
    margin: 0 18px;
}
.in-pic {
    height: 22vh
}
.in-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in-des {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.07);
    padding: 15px 20px;
    margin-top: 10px;
}
.in-des h2 {
    font-size: 26px;
    font-weight: bold;
    color: #2073b7;
}
.in-des p {
    margin: 10px 0 15px;
}
.in-open {
    background: url("../images/right.png") right center no-repeat;
    background-size: auto 14px;
}
.xueyuan-wrap {
     background: #f7f7f7;
}
.xueyuan {
   padding: 0 15px !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.xueyuan-pic {
    width: 45%;
    flex-shrink: 0;
}
.xueyuan-pic img {
    display: block;
    height: 100%;
    width: 100%;
}
.xueyuan-text {
    flex: 1;
    padding-left: 50px;
    line-height: 32px;
}
.xueyuan-text h2 {
    font-size: 30px;
    font-weight: bold;
    color: #2073b7;
    margin-bottom: 10px;
}
.by-wrap {
    background: #ecf7fd;
}
.by-box {
    padding: 40px 0;
}
.by-box li {
    display: flex;
    justify-content: center;
}
.by-box a {
    margin: 20px;
    border: 1px solid #2073b7;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.by-box img {
    display: block;
    height: 100px;
}
.com-tt {
    background: #ecf7fd;
    color: #2073b7;
    font-weight: bold;
    padding: 5px 30px;
}
.com-list {
    padding: 10px 30px;
}
.com-list li {
    display: flex;
    
}
.com-list li label {
    width: 20%;
    flex-shrink: 0;
    font-weight: bold;
}
.pagecon {
    line-height: 30px;
    min-height: 250px;
}
.pagecon img {
    max-width: 100%;
}
.cfp-list {
    background: #daf0fd;
    padding: 20px;
    margin: 20px 0;
}
.cfp-list li {
    padding-left: 20px;
    position: relative;
}
.cfp-list li:before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #2073b7;
}
.notebox {
    background: #daf0fd;
    padding: 20px;
    color: #2073b7;
    font-weight: bold;
    margin: 20px 0;
}
.notebox li {
    display: flex;
    align-items: center;
}
.notebox h2 {
    width: 50%;
    font-weight: bold;
}
.cfp-btns {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.cfp-btns a {
    height: 56px;
    line-height: 56px;
    width: 180px;
    text-align: center;
    background: #2073b7;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    margin: 0 5%;
}
strong {
    font-weight: bold;
}
.registable {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.registable th,
.registable td {
    border: 1px solid #ddd;
    padding: 10px;
}
.registable th {
    background: #daf0fd;

}
.info-box {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 20px 0;
}
.flex-l {
    display: flex;
}
.hang-note {
    background: #daf0fd;
    color: #2073b7;
    padding: 15px;
    margin-top: 15px;
}
.color-2073b7 {
    color: #2073b7;
}
.colorbox {
    background: #daf0fd;
    padding: 20px;
}
.hoteltable {
    border: 1px solid #2073b7;
}
.hoteltable .registable {
    border: 0;
}
.hoteltable th {
    background: #2073b7;
    color: #fff;
}
.hoteltable th,
.hoteltable td {
    border-top: 0;
}
.hoteltable th:first-child,
.hoteltable td:first-child {
    border-left: 0;
}
.hoteltable th:last-child,
.hoteltable td:last-child {
    border-right: 0;
}
/*login*/
.loginwrap {
    display: flex;
    justify-content: space-between;
}
.loginwrap p {
    padding-top: 5px;
    padding-bottom: 5px;
}
.login-left {
    width: 55%;
}
.login-right {
    width: 40%;
}
.backhome {
    color: #2073b7;
    font-weight: bold;
    background: url("../images/backhome.png") left center no-repeat;
    background-size: 16px;
    padding-left: 20px;
}
.red {
    color: #f00;
}
.grey {
    color: #777;
}
.date-con,
.ven-add,
.contact-us {
    padding-left: 20px;
    background: url("../images/date.png") left center no-repeat;
    background-size: 16px;
}
.ven-add {
    background: url("../images/hotel.png") left center no-repeat;
    background-size: 16px;
}
.contact-us {
    background: url("../images/contact.png") left center no-repeat;
    background-size: 18px;
}
.login-line {
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}
.login-form {
    padding: 30px 0;
    font-size: 16px;
}
.login-form .grp {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    margin-top: 20px;
    min-height: 38px;
}
.login-icon {
    width: 40px;
    height: 30px;
    flex-shrink: 0;
    background-size: 20px !important;
}
.login-email {
    background: url("../images/email.png") center no-repeat;
}
.login-password {
    background: url("../images/password.png") center no-repeat;
}
.login-ren {
    background: url("../images/ren.png") center no-repeat;
}
.login-a {
    background: url("../images/a.png") center no-repeat;
}
.login-Institution {
    background: url("../images/Institution.png") center no-repeat;
}
.login-department {
    background: url("../images/department.png") center no-repeat;
}
.login-address {
    background: url("../images/address.png") center no-repeat;
}
.login-city {
    background: url("../images/city.png") center no-repeat;
}
.login-jia {
    background: url("../images/jia.png") center no-repeat;
}

.ipt-login {
    padding: 7px;
    flex: 1;
    overflow: hidden;
}
.login-btn {
    display: block;
    margin-top: 30px;
    padding: 12px 0;
    color: #fff;
    background: #35aa47;
    width: 100%;
    text-align: center;
}
.for-pass {
    width: 30%;
    margin: 0 auto;
}
.sign-up .login-form,
.for-pass .login-form {
    padding: 0;
}
.size24 {
    font-size: 24px;
}
.size14 {
    font-size: 14px;
}
.mb10 {
    margin-bottom: 10px;
}
.sign-up{
    width: 40%;
    margin: 0 auto;
}
.sign-up .grp {
    margin-top: 0;
    overflow: hidden;
}
.sign-up .grpbox {
    padding-top: 20px;
}
.grpbox label {
    margin-bottom: 5px;
    display: block;
}
.sign-sel {
    flex: 1;
}
.mlr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.flex-a-c {
    align-items: center;
}
.mt20 {
    margin-top: 20px;
}
.m-nav {
    display: none;
}
.over {
    overflow: hidden;
}
.two-line {
    display: flex;
}
.side {
    width: 230px;
    flex-shrink: 0;
    margin-right: 20px;
}
.side p {
    padding: 5px 0;
}
.s-btn {
    display: block;
    border-radius: 5px;
    padding: 10px;
    color: #fff !important;
    margin-bottom: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.blue-btn {
    background: #2073b7;
}
.red-btn {
    background: #ef4444;
}
.green-btn {
    background: #14b8a6;
}
.p-right {
    flex: 1;
}
.index-newdate {
    background: url(../images/bj1.png) left center no-repeat;
    background-size: 60% 80%;
}
.newdate-tt {
    color: #2073b7;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 30px;
}
.newdate-left {
    width: 50%;
}
.newdate-left li {
    display: flex;
    align-items: center;
    justify-content: space-between;
   padding-left: 50px;
   padding-bottom: 20px;
   position: relative;
}
.newdate-left li:before {
    content: '';
    position: absolute;
    left: 1px;
    width: 20px;
    height: 20px;
    background: url("../images/yuanquan.png") center no-repeat;
    background-size: 100%;
    z-index: 9;
}
.newdate-left li:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 1px;
    height: 100%;
    background: #2073b7;
}
.newdate-left li:last-child:after {
    content: none;
}
.newdate-left li span {
    font-weight: bold;
}
.newdate-left li i {
    height: 1px;
    width: 100%;
    background: #999;
    margin: 0 10px;
}
.newdate-left li span,
.newdate-left li em {
    flex-shrink: 0;
}
.newdate-right {
    width: 30%;
}
.newdate-right li {
    background: url("../images/abg.png") center no-repeat;
    background-size: contain;
}
.newdate-right a {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 50px;
}
.center {
    text-align: center;
}
.info-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-list li {
    display: flex;
    align-items: center;
    min-width: 40%;
   padding: 7px 0;
}
.info-list li i {
    width: 100px;
    height: 1px;
    background: #999;
    margin: 0 10px;
}
.info-list span {
    font-weight: bold;
}
.by-left {
    position: relative;
    /*width: 50%;*/
}
.by-list li {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.byimg {
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}
.by-list li img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}
.byline {
    width: 1px;
    height: 120px;
    background: #ccc;
    margin-top: 30px;
}
.footer-new {
    background: linear-gradient(to right, #83b2e4, #a4d7d3);
    text-align: center;
    padding: 10px 0;
}
.byflex {
    display:flex;
    justify-content:space-between;
}
.newdate-flex {
    padding: 20px 0;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}
/*新增*/
.fet-text {
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
}
.renwu-wrap {
    background: #f7f7f7;
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.renwu-wrap a {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15%;
    text-align: center;
}
.renwu-wrap h2 {
    font-weight: bold;
}
.rw-tp {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #2073b7;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}
.rw-tp img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.rw-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}
.rw-td {
    width: 24%;
}
.rw-td:first-child {
    width: 15%;
    text-align: center;
}
.rw-td:nth-child(2) {
    text-align: center;
}
.rw100 .rw-tp {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
}
.bgblue {
    background: #daf0fd;
}
.bgf7 {
    background: #f7f7f7;
}
.li-line {
    border-bottom: 1px solid #cfcfd1;
}
.noptb {
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 1440px) {
    .rw-tp {
        width: 170px;
        height: 170px;
    }
    .head{
        padding: 30px 2%;
    }
}
@media screen and (max-width: 1200px) {
    body {
        font-size: 16px;
    }
    .br_class{
        display: none;
    }
    
    .m-nav {
        display: block;
        background: url("../images/m-nav.png") center no-repeat;
        background-size: 22px;
        width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        border-radius: 5px;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    .m-nav.active {
        background: url("../images/close.png") center no-repeat;
        background-size: 26px;
    }
    .head {
        padding: 0 15px;
        height: 60px;
        position: relative;
    }
    .menu {
        display: block;
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: #fff;
        width: 300px;
        padding: 30px;
        transform: translate(300px, 0);
        border-left: 1px solid #ddd;
    }
    .menu.active {
        transform: translate(0, 0);
    }
    .submenu {
        position: relative;
    }
    .logo img {
        height: 40px;
    }
    .container {
        padding: 30px 15px !important;
    }
    .indextt,.pagett {
        font-size: 30px;
    }
    .index-datebox {
        font-size: revert;
    }
    .index-list {
        margin: 0;
    }
    .rw-tp {
        width: 150px;
        height: 150px;
    }
    .rw-con {
        padding: 10px 15px !important;
    }
}
@media screen and (max-width: 1200px) {
    .rw-tp {
        width: 110px;
        height: 110px;
    }
}
@media screen and (max-width: 1024px) {
    .index-datebox {
        flex-wrap: wrap;
    }
    .dateitem {
        /*flex: revert;*/
        /*width: 50%;*/
        padding: 30px 0;
        border-top: 2px solid #2073b7;
    }
    .dateitem:before {
        top: -5px;
    }
    .com-list li label {
        width: 30%;
    }
    .index-list {
        margin-bottom: -20px;
    }
    .index-list a {
        width: calc((100% - 40px)/2);
        margin: 0 10px 20px;
    }
    .in-pic {
        height: 28vw;
    }
    .by-box a {
        margin: 10px;
    }
    .by-box img {
        height: 10vw;
    }
    .byflex {
        flex-direction: column;
    }
    .byline {
        display: none;
    }
    .index-wrap {
        padding: 0;
    }
    .newdate-right a {
        font-size: 20px;
        padding: 20px;
    }
    .index-newdate {
        background-size: 60% 90%;
    }
    .by-left:last-child {
        padding-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .ftmenu {
        padding: 20px;
        flex-wrap: wrap;
    }
    .loginwrap {
        flex-direction: column;
    }
    .login-left,
    .login-right,
    .for-pass,
    .sign-up {
        width: 100%;
    }
    .side{
        width: 100%;
        margin: 0;
    }
    .two-line {
        display: block;
    }
    .com-list li {
        flex-direction: column;
        padding: 6px 0;
        border-bottom: 1px solid #ddd;
    }
    .com-list li:last-child {
        border: 0;
    }
    .com-list li label {
        width: 100%;
    }
    .xueyuan {
        flex-direction: column;
    }
    .xueyuan-pic {
        width: 100%;
    }
    .xueyuan-text {
        padding: 30px 0 0 0;
    }
    .dateitem {
        flex: revert;
        width: 50%;
    }
    .notebox li {
        flex-direction: column;
        align-items: baseline;
    }
    .notebox h2 {
        width: 100% !important;
    }
    .newdate-flex {
        flex-direction: column;
        align-items: baseline;
    }
    .index-newdate {
        background-position: center top;
        background-size: 100% 66%;
    }
    .newdate-right {
        width: 100%;
        margin-top: 20px;
    }
    .newdate-right li {
        background-position: left center;
    }
    .newdate-right a {
        padding: 20px 30px;
    }
    .newdate-left {
        width: 100%;
    }
    .newdate-left li {
        padding-left: 30px;
    }
    .renwu-wrap a {
        width: 26%;
    }
}
@media screen and (max-width: 500px) {
    .dateitem {
        width: 100%;
    }
    .in-des h2 {
        font-size: 20px;
    }
    .indextt, .pagett {
        margin-bottom: 25px;
    }
    .xueyuan-text h2 {
        font-size: 24px;
    }
    .info-list li i {
        width: 40px;
    }
    .rw-tp {
        width: 80px;
        height: 80px;
    }
    .renwu-wrap a {
        width: 33.33%;
        padding-left: 0;
        padding-right: 0;
    }
}