@charset"utf-8";
/* - pc端显示 - */

.pc {
    display: block;
}

/* - 手机端隐藏 - */

.mbl {
    display: none;
}

/*开始你的内容创作之旅*/

body {
    background-color: #F9F9F9;
    padding-top: 106px;
}

.header {
    box-shadow: 0px 2px 7px 0px rgba(4, 0, 0, 0.05);
    background-color: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 2;
    top: 0;
}
.schForm .list li .icon img{
    width: 29px;
}
.header .headBox {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    height: 106px;
}

.head-tit {
    font-size: 28px;
    color: #012b6b;
    font-weight: bold;
}

.head-smltit {
    font-size: 16px;
    color: #012b6b;
    font-weight: bold;
}

.hdBut-list {
    display: flex;
    display: -webkit-flex;
}

.hdBut:not(:last-child) {
    margin-right: 15px;
}

.hdBut a {
    display: block;
    width: 100px;
    height: 40px;
    border: solid 2px #1F3766;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #1F3766;
    box-shadow: 0px 2px 23px 1px rgba(31, 55, 102, 0.18);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.hdBut.cols a {
    background-color: #1F3766;
    color: #fff;
}

.hdBut:hover a {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.txiangBox {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.txiangBox dt {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
    box-shadow: 0px 2px 23px 1px rgba(31, 55, 102, 0.18);
    flex-shrink: 0;
}

.txiangBox dt img {
    width: 100%;
}

.txiangBox dd {
    font-size: 18px;
    color: #666666;
}

.txiangBox dd .cols {
    color: #1F3766;
}

.signHead {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.signHead .tit {
    font-size: 20px;
    color: #1F3766;
}

.signHead .rttxt {
    font-size: 18px;
    color: #999999;
    font-style: italic;
}

.footer {
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.footer {
    padding: 40px 0;
}

.footer a {
    color: #1F3766;
}

/*

    

*/

.signBody {
    display: flex;
    display: -webkit-flex;
    box-shadow: 0px 2px 20px 1px rgba(13, 116, 253, 0.08);
}

.signBody .tit {
    font-size: 26px;
    font-weight: bold;
}

.signBylt {
    width: 52.357%;
    background-color: #fff;
    padding: 140px 0;
}

.signBylt .div {
    width: 56.756%;
    margin: auto;
}

.signBylt .tit {
    color: #1F3766;
    margin-bottom: 15px;
}

.lbltit {
    font-size: 18px;
    color: #999999;
    display: block;
    margin-bottom: 5px;
}

.login-div {
    border-bottom: solid 2px #EEEEEE;
    padding: 20px 0;
}

.login-inp {
    font-size: 18px;
    color: #333333;
}

.loginForgot {
    margin-top: 30px;
    font-size: 18px;
    color: #1F3766;
    display: block;
}

.login-but {
    width: 100%;
    display: block;
    margin-top: 50px;
    height: 55px;
    border: 0;
    background-color: #1F3766;
    font-size: 20px;
    color: #fff;
    border-radius: 55px;
    box-shadow: 0px 2px 23px 1px rgba(31, 55, 102, 0.18);
}

.signByrt {
    width: 47.643%;
    height: 680px;
    background: url(../images/signin-bg.jpg) no-repeat center center/cover;
    color: #F9F9F9;
    padding: 140px 0;
}

.signByrt .div {
    width: 70.242%;
    margin: auto;
}

.signByrt .tit {
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 40px;
}

.signByrt .tit:after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.signByrt .smltit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}

.signByrt .txt {
    font-size: 18px;
    line-height: 30px;
    text-align: justify-all;
    text-align: justify;
}

.tit {
    color: #000000;
}

/**/

.conference-Age .title {
    color: #1f3766;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    padding: 40px 0 20px;
}

.conference-Age .title .icon {
    margin-right: 10px;
    font-size: 0;
}
.conference-Age .title .icon img{
    width: 25px;
}

.conference-Age .ageHead {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #EEEEEE;
    margin-bottom: 20px;
}

.conference-Age .ageBut {
    width: 210px;
    height: 46px;
    border: solid 2px #1e3665;
    font-size: 14px;
    color: #1F3766;
    background-color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 46px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.conference-Age .ageBut:hover {
    background-color: #1e3665;
    color: #fff;
}

.conference-body .tit {
    font-size: 20px;
    color: #000000;
    margin-bottom: 15px;
}

.conference-body .npgBody {
    margin-bottom: 35px;
}

.npgBody {
    font-size: 20px;
    line-height: 30px;
    color: #666;
}

.npgBody ul {
    padding-left: 16px;
    line-height: 28px;
    font-size: 18px;
}

.schForm {
    background-color: #1F3766;
    border-radius: 5px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.schForm .list {
    display: flex;
    display: -webkit-flex;
}

.schForm .list li {
    height: 58px;
    padding: 0 30px;
    border: solid 1px rgba(255, 255, 255, .2);
    font-size: 18px;
}

.schForm .list li .icon {
    margin-right: 10px;
}

.schForm .list li a {
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
}

.schFm-inp {
    padding: 0 60px 0 26px;
    width: 100%;
    height: 100%;
}

.schFmDiv {
    width: 240px;
    height: 38px;
    background-color: #fff;
    border-radius: 38px;
    position: relative;
    overflow: hidden;
}

.schFm-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    height: 100%;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
}

.session-over {
    background-color: #fff;
    padding-top: 40px;
}

.session-over .title {
    font-size: 26px;
    color: #1F3766;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

/**/

.session-over {
    padding-bottom: 70px;
}

.bgTable {
    border: solid 1px #EEEEEE;
}

.bgTable:not(:last-child) {
    margin-bottom: 35px;
}

.bgTable-head {
    background-color: #bdd7ee;
    height: 48px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 0 30px;
}

.bgTable-head .tit {
    font-size: 18px;
    color: #1F3766;
    font-weight: bold;
}

.bgTable-tr {
    display: flex;
    display: -webkit-flex;
}

.bgTable-th, .bgTable-td {
    border-top: solid 1px #EEEEEE;
    margin-top: -1px;
}

.bgTable-th {
    width: 115px;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: bold;
    padding: 15px 0;
}

.bgTable-td {
    border-left: solid 1px #EEEEEE;
    width: 100%;
}

.bgTable-td .link-a {
    color: #1f3766;
}

.bgTable-div {
    padding: 15px 20px;
    position: relative;
}

.tbl-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.tbl-list li {
    border-bottom: solid 1px #EEEEEE;
    margin-bottom: -1px;
    width: 25%;
    flex-shrink: 1;
}

.tbl-list li:not(:nth-child(4n)) {
    border-right: solid 1px #EEEEEE;
}

.addorrmv {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 0;
    cursor: pointer;
}

.addorrmv .ico-rmv {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.addorrmv img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.addorrmv.act .ico-add {
    visibility: hidden;
    opacity: 0;
}

.addorrmv.act .ico-rmv {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.addorr {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 0;
    cursor: pointer;
}

/*.bgTable-tr:nth-child(1) {
    background-color: #FFF9F5;
}

.bgTable-tr:nth-child(2) {
    background-color: #F3FCFF;
}

.bgTable-tr:nth-child(3) {
    background-color: #fff;
}*/

.bgTable-div .tit {
    font-size: 18px;
    color: #1F3766;
    font-weight: bold;
    margin-bottom: 5px;
}

.bgTable-div .bJiqi {
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.zoomNpag-lt, .bJiqi {
    text-align: justify;
}

.bgTable-div .bJiqi a {
    color: #1f3766;
}

.tbl-list li .bgTable-div {
    font-size: 18px;
    line-height: 22px;
}

.tbl-list li .cols {
    color: #1f3766;
}

.bgTable-div .tbl-tit {
    color: #1f3766;
    margin-bottom: 5px;
}

/**/

.cols {
    color: #1e3665;
}

.perTable-th {
    width: 185px;
    height: 112px;
    padding: 0;
    background-color: #f9f9f9;
}

.perTable-th li:not(:last-child) {
    border-bottom: solid 1px #eeeeee;
}

.perTable-th li {
    display: flex;
    display: -webkit-flex;
    height: 56px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.perTable-td {
    background-color: #fff;
}

.perTable-td .bgTable-div {
    font-size: 18px;
    color: #333333;
}

.perTable-td .bgTable-div .col {
    color: #1e3665;
}

.per-over {
    padding-top: 60px;
}

/**/

.h4-tit {
    font-size: 18px;
    color: #1f3766;
    font-weight: bold;
    margin-bottom: 5px;
}

.classi-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.npgBody .classi {
    width: 640px;
    max-width: 50%;
    font-size: 18px;
    display: block;
}

.downLi {
    border: solid 1px #eeeeee;
}

.downLi:not(:last-child) {
    margin-bottom: 30px;
}

.downLi .tit {
    font-size: 20px;
    color: #1f3766;
    font-weight: bold;
    margin-bottom: 10px;
}

.downLi ul {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.downLi .uline {
    text-decoration: underline;
}

.downLi .discu-col {
    color: #666;
}

.downLi .txt {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}

.downLi-txt {
    padding: 30px 40px;
}

.downLi-div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background-color: #f9f9f9;
    padding: 0 40px;
}

.fileName {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.clickDown {
    font-size: 18px;
    color: #1f3766;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.fileName .icon, .clickDown .icon {
    margin-right: 20px;
}

.zoomNpag {
    align-items: flex-start;
}

.zoomNpag-lt {
    width: 55.714%;
    padding-right: 70px;
}

.bJiqi {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.zoomNpag-rt {
    width: 44.286%;
    position: relative;
    margin-bottom: 55px;
    margin-top: 10px;
}

.vdo-but {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    background: #1f3766;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    line-height: 65px;
}

.vdo-but:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #1f3766;
    opacity: .25px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-animation: vdobut 2s ease 0s infinite;
    animation: vdobut 2s ease 0s infinite;
}

.vdo-but img {
    width: auto !important;
    display: inline-block;
    vertical-align: middle;
    z-index: 3;
    position: relative;
}

@keyframes vdobut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.signByrt .tit {
    color: #fff;
}

body {
    position: relative;
}

.tanBg, .vdoBg {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.back-over, .wj-password {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    background-color: #fff;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 60px 60px 70px;
    display: none;
}

.back-over .icon {
    width: 150px;
    height: 150px;
    background-color: #f3f7ff;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
}

.back-over .text {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.back-over-but {
    width: 420px;
    max-width: 100%;
    background-color: #1f3766;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #ffffff;
    display: block;
    margin: auto;
    border-radius: 55px;
    margin-top: 50px;
    border: 0;
}

.gb-xico {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.wj-password .text {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
}

.wj-inp {
    width: 420px;
    display: block;
    margin: auto;
    max-width: 100%;
    text-align: center;
    height: 60px;
    border-bottom: solid 2px #eeeeee;
    margin-bottom: 65px;
    font-size: 20px;
    color: #333333;
}

.wj-but {
    width: 420px;
    max-width: 100%;
    background-color: #1f3766;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    color: #ffffff;
    display: block;
    margin: auto;
    border-radius: 55px;
    border: 0;
}

.vdoTan {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    display: none;
}

.vdoTan-xbut {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 40px;
    cursor: pointer;
}

.vdoTan-vdo {
    max-width: 1000px;
    margin: auto;
}

.bgTable-td .link-a {
    word-break: break-all;
}

.bgTable-div {
    padding-right: 30px;
}

.bJiqi img {
    max-width: 100%;
    height: auto !important;
}

.xf-right {
    position: fixed;
    right: 0;
    z-index: 9;
    bottom: 128px;
}

.xf-right a {
    display: block;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #1f3766;
    border-radius: 60px 0 0 60px;
}

.xf-right a .icon {
    margin-right: 7px;
}

a {
    color: #1f3766;
}

.bJiqi a:hover, .link-a:hover, .loginForgot:hover, .footer a:hover {
    color: #1f3766;
    text-decoration: underline;
}

.back-over, .wj-password {
    max-width: 90%;
    padding: 60px 20px 40px;
}



/* 放置全部hover效果 */

@media screen and (min-width: 1200px) {}

/* 2021.3.8 */

.xfleft {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.xfleft_cont ul li {
    margin: 2px 0;
}

.xfleft_cont ul li .icoN-img1 {
    width: 22px;
    height: 20px;
    background: url(../images/lh_1.svg) no-repeat center center/100%;
    transition: all .4s;
    margin: auto;
}

.xfleft_cont ul li.active .icoN-img1, .xfleft_cont ul li:hover .icoN-img1 {
    width: 22px;
    height: 20px;
    background: url(../images/lh_1_b.svg) no-repeat center center/100%;
}

.xfleft_cont ul li .icoN-img2 {
    width: 22px;
    height: 20px;
    background: url(../images/lh_2.svg) no-repeat center center/100%;
    transition: all .4s;
    margin: auto;
}

.xfleft_cont ul li.active .icoN-img2, .xfleft_cont ul li:hover .icoN-img2 {
    width: 22px;
    height: 20px;
    background: url(../images/lh_2_b.png) no-repeat center center/100%;
}

.xfleft_cont ul li .icoN-img3 {
    width: 22px;
    height: 20px;
    background: url(../images/lh_3.svg) no-repeat center center/100%;
    transition: all .4s;    margin: auto;
}

.xfleft_cont ul li.active .icoN-img3, .xfleft_cont ul li:hover .icoN-img3 {
    width: 22px;
    height: 20px;
    background: url(../images/lh_3_b.png) no-repeat center center/100%;
}

.xfleft_cont ul li .icoN-img4 {
    width: 22px;
    height: 20px;
    background: url(../images/lh_4.svg) no-repeat center center/100%;
    transition: all .4s;    margin: auto;
}

.xfleft_cont ul li.active .icoN-img4, .xfleft_cont ul li:hover .icoN-img4 {
    width: 22px;
    height: 20px;
    background: url(../images/lh_4_b.png) no-repeat center center/100%;
}

.xfleft_cont ul li p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    transition: all .4s;
    text-align: center;
    margin-top: 4px;
}

.xfleft_cont ul li.active p, .xfleft_cont ul li:hover p {
    color: #fff;
}

.xfleft_cont ul li {
    width: 120px;
    height: 80px;
    background: #F9F9F9;
    border-radius: 0px 38px 38px 0px;
    transition: all .4s;
    padding: 0 28px 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.xfleft_cont ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.xfleft_cont ul li.active, .xfleft_cont ul li:hover {
    width: 150px;
    height: 80px;
    background: #1F3766;
    border-radius: 0px 40px 40px 0px;
}

/* 21.3.8 */

.conference-Age .ageHead {
    padding: 30px 0;
}

.ageHead .agr_title ul li {
    display: flex;
    align-items: center;
    float: left;
    margin-right: 82px;
    cursor: pointer;
}

.ageHead .agr_title ul li a {
    display: flex;
    align-items: center;
}

.ageHead .agr_title ul li:last-child {
    margin-right: 0;
}

.ageHead .agr_title ul li .icon_tio1 {
    width: 28px;
    height: 27px;
    background: url(../images/zoom-ico1.png) no-repeat center center/100%;
    display: inline-block;
    transition: all .4s;
}

.ageHead .agr_title ul li.active .icon_tio1, .ageHead .agr_title ul li:hover .icon_tio1 {
    width: 28px;
    height: 27px;
    background: url(../images/zoom-ico.png) no-repeat center center/100%;
    display: inline-block;
}

.ageHead .agr_title ul li.active .icon_tio2, .ageHead .agr_title ul li:hover .icon_tio2 {
    width: 28px;
    height: 27px;
    background: url(../images/zoom-ico2.png) no-repeat center center/100%;
    display: inline-block;
}

.ageHead .agr_title ul li.active .icon_tio3, .ageHead .agr_title ul li:hover .icon_tio3 {
    width: 28px;
    height: 27px;
    background: url(../images/zoom-ico3.png) no-repeat center center/100%;
    display: inline-block;
}

.ageHead .agr_title ul li .icon_tio2 {
    width: 28px;
    height: 27px;
    background: url(../images/zoom-ico2_H.png) no-repeat center center/100%;
    display: inline-block;
    transition: all .4s;
}

.ageHead .agr_title ul li .icon_tio3 {
    width: 28px;
    height: 27px;
    background: url(../images/zoom-ico3_H.svg) no-repeat center center/100%;
    display: inline-block;
    transition: all .4s;
}

.ageHead .agr_title ul li p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-left: 10px;
    transition: all .4s;
}

.ageHead .agr_title ul li.active p, .ageHead .agr_title ul li:hover p {
    font-weight: bold;
    color: #1F3766;
}

.sesc_title {
    width: 100%;
    margin-bottom: 49px;
}

.sesc_title h3 {
    font-size: 26px;
    font-weight: bold;
    color: #1F3766;
    line-height: 24px;
    text-align: center;
}

.sec_top {
    width: 100%;
    background: #F9F9F9;
    padding: 70px 0 145px 0;
    overflow: hidden;
}

.sec_top .sec_top_p {
    width: 100%;
}

.sec_top .sec_top_p p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center;
}

.sec_top .sesc_title {
    margin-bottom: 10px;
}

.sec_top .sec_top_a {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.sec_top .sec_top_a a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 580px;
    height: 75px;
    border: 2px solid #1F3766;
    border-radius: 38px;
}

.sec_top .sec_top_a a p {
    font-size: 20px;
    font-weight: 400;
    color: #1F3766;
    line-height: 36px;
}

.sec_top .sec_top_a a img {
    width: 33px;
    margin-left: 15px;
}

.sec_bott {
    width: 100%;
    background: #fff;
    padding-bottom: 70px;
}

.sec_bott .sect_bott_list {
    width: 100%;
}

.sec_bott .sect_bott_list ul li {
    width: 100%;
    position: relative;
}

.sec_bott .sect_bott_list ul li .sec_bot_act {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #EEEEEE;
    padding: 30px 0;
    cursor: pointer;
}

.sec_bott .sect_bott_list ul li .sec_bot_act .adct_ttile {
    display: flex;
    align-items: center;
}

.sec_bott .sect_bott_list ul li .sec_bot_act .adct_ttile img {
    width: 36px;
    margin-right: 19px;
}

.sec_bott .sect_bott_list ul li .sec_bot_act .adct_ttile p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    transition: all .4s;
}

.sec_bott .sect_bott_list ul li.active .sec_bot_act .adct_ttile p, .sec_bott .sect_bott_list ul li:hover .sec_bot_act .adct_ttile p {
    color: #1F3766;
}

.sec_bott .sect_bott_list ul li .sec_bot_act .arrow {
    width: 11px;
    height: 20px;
    background: url(../images/lg_right.png) no-repeat center center/100%;
    display: inline-block;
}

.sec_bott .sect_bott_list ul li .sec_bot_act .arrow.up {
    width: 20px;
    height: 11px;
    background: url(../images/lg_top.png) no-repeat center center/100%;
}

.sec_bott .sect_bott_list ul li .sec_bot_hover {
    width: 100%;
    padding: 30px 0;
    display: none;
}

.sec_bott .sect_bott_list ul li .sec_bot_hover p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    position: relative;
    padding-left: 38px;
}

.sec_bott .sect_bott_list ul li .sec_bot_hover p::before {
    content: "A";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    color: #1F3766;
    line-height: 24px;
}

.sec_bott .sect_bott_list ul li {
    border: 1px solid #fff;
    padding: 0 45px;
    transition: all .4s;
    position: relative;
}

.sec_bott .sect_bott_list ul li.active {
    border: 1px solid #EEEEEE;
}

.sec_bott .sect_bott_list ul li.active::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/lh_top1.png) no-repeat center center/100%;
}

.sec_bott .sect_bott_list ul li.active::after {
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    width: 14px;
    height: 14px;
    background: url(../images/lh_bot1.png) no-repeat center center/100%;
}

.sect_tio_top {
    position: relative;
    margin-top: -76px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 1px rgba(31, 55, 102, 0.07);
    border-radius: 5px;
    padding: 70px 110px 97px 110px;
}

.sec_bott .sect_bott_list ul li.active .sec_bot_act, .sec_bott .sect_bott_list ul li:hover .sec_bot_act {
    border-bottom: 2px solid #1F3766;
}

.sec_bott .sect_bott_list ul li.top .sec_bot_act {
    border-bottom: 2px solid #fff;
}

#ipo1, #ipo2, #ipo3 {
    position: relative;
    top: -70px;
    left: 0;
    height: 0;
    width: 100%;
}

.submenu {
    width: 100%;
    margin: auto;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    position: relative;
    background: #F9F9F9;
    padding: 10px 0 40px 0;
}

.submenu .container {
    position: relative;
    /* width: 100%; */
}

.submenu .swiper-container {
    width: 100%;
}

.submenu .swiper-slide {
    text-align: center;
    cursor: pointer;
}

.submenu .swiper-slide img {
    width: 100%;
}

.submenu .swiper-slide a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 2px solid #FFf;
    transition: all .4s;
}

.submenu .swiper-slide.cur03 a::before, .submenu .swiper-slide:hover a:before {
    border: 2px solid #1F3766;
}

.menu-button-next, .menu-button-prev {
    width: 12px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.menu-button-next {
    background: url(../images/r_hui.png) no-repeat center;
    right: -2%;
    background-size: 100%;
}

.menu-button-prev {
    background: url(../images/l_hui.png) no-repeat center;
    left: -2%;
    background-size: 100%;
}

.menu-button-next:hover {
    background: url(../images/r_h.png) no-repeat center;
    right: -2%;
    background-size: 100%;
}

.menu-button-prev:hover {
    background: url(../images/l_h.png) no-repeat center;
    left: -2%;
    background-size: 100%;
}

.c2_conter {
    width: 100%;
}

.c2_conter .suv_top {
    width: 100%;
    background: #fff;
    padding: 68px 0;
}

.c2_conter .suv_top .c2_conte_title {
    width: 100%;
}

.c2_conter .suv_top .c2_conte_title h3 {
    font-size: 26px;
    font-weight: bold;
    color: #012B6B;
    line-height: 24px;
    text-align: center;
}

.c2_conter .suv_top .c2_text_cont {
    margin-top: 60px;
}

.c2_conter .suv_top .c2_text_cont img {
    max-width: 100%;
    height: auto !important;
}

.c2_conter .suv_top .c2_text_cont, .c2_conter .suv_top .c2_text_cont p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    /* text-align: justify; */
}

.c2_conter .suv_top .container ul li.active {
    display: block;
}

.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}

.c2_text_cont .c2_text_img {
    float: left;
    margin-right: 30px;
    width: 50%;
    margin-bottom: 20px;
}

.c2_text_cont .c2_text_img img {
    width: 100%;
}

/* 20214.2 */
.addorrmv img, .addorr img{
    width: 20px;
}

@media screen and (max-width: 1600px) {
    .c2_conter .suv_top .c2_conte_title h3 {
        font-size: 24px;
    }
    .c2_conter .suv_top .c2_text_cont {
        margin-top: 40px;
    }
    .sesc_title h3 {
        font-size: 24px;
    }
    .sec_top .sec_top_p p {
        font-size: 16px;
        line-height: 34px;
    }
    .sec_top {
        padding: 60px 0 130px 0;
    }
    .sec_top .sec_top_a a p {
        font-size: 18px;
        line-height: 34px;
    }
    .sec_top .sec_top_a a img {
        width: 28px;
    }
    .sec_top .sec_top_a a {
        width: 530px;
        height: 60px;
    }
    .sect_tio_top {
        padding: 60px 100px 80px 100px;
    }
    .sec_bott .sect_bott_list ul li .sec_bot_act .adct_ttile p {
        font-size: 16px;
    }
    .sec_bott .sect_bott_list ul li .sec_bot_act .adct_ttile img {
        width: 32px;
        margin-right: 16px;
    }
    .sec_bott .sect_bott_list ul li .sec_bot_act {
        padding: 26px 0;
    }
    .sec_bott .sect_bott_list ul li .sec_bot_hover p {
        font-size: 16px;
    }
    .sec_bott .sect_bott_list ul li .sec_bot_hover p::before {
        font-size: 16px;
    }
    .sesc_title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .c2_conter .suv_top .c2_conte_title h3 {
        font-size: 20px;
    }
    .c2_conter .suv_top .c2_text_cont, .c2_conter .suv_top .c2_text_cont p {
        font-size: 16px;
        line-height: 32px;
    }
    .sesc_title h3 {
        font-size: 22px;
    }
    .ageHead .agr_title ul li {
        margin-right: 50px;
    }
    .sec_top .sec_top_a a {
        width: 480px;
    }
    .sect_tio_top {
        padding: 50px 80px 60px 80px;
    }
}

@media screen and (max-width: 1200px) {
    .menu-button-next, .menu-button-next:hover {
        right: -1%;
        background-size: 100%;
    }
    .menu-button-prev, .menu-button-prev:hover {
        left: -1%;
        background-size: 100%;
    }
    .c2_conter .suv_top {
        padding: 40px 0;
    }
    .c2_conter .suv_top .c2_text_cont {
        margin-top: 30px;
    }
    .ageHead .agr_title ul li p {
        font-size: 16px;
    }
    .sect_tio_top {
        padding: 40px 40px 50px 40px;
    }
}

@media screen and (max-width: 789px) {
    .menu-button-next, .menu-button-next:hover {
        right: 0%;
        background-size: 100%;
    }
    .menu-button-prev, .menu-button-prev:hover {
        left: 0%;
        background-size: 100%;
    }
}

@media screen and (max-width: 414px) {
    .c2_conter .suv_top .c2_conte_title h3 {
        font-size: 18px;
    }
    .submenu {
        padding-bottom: 30px;
    }
    .c2_conter .suv_top .c2_text_cont {
        margin-top: 20px;
    }
    .c2_conter .suv_top .c2_text_cont, .c2_conter .suv_top .c2_text_cont p {
        font-size: 14px;
        line-height: 22px;
    }
    .submenu .container {
        width: 90%;
    }
    .menu-button-next, .menu-button-next:hover {
        right: -1%;
        background-size: 100%;
    }
    .menu-button-prev, .menu-button-prev:hover {
        left: -1%;
        background-size: 100%;
    }
    .conference-Age .title {
        padding: 0 !important;
    }
    .sesc_title h3 {
        font-size: 18px;
    }
    .ageHead .agr_title ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ageHead .agr_title ul li:last-child {
        margin-bottom: 0;
    }
    .sesc_title {
        margin-bottom: 20px;
    }
    .sec_top .sec_top_p p {
        line-height: 24px;
    }
    .sec_top .sec_top_a a {
        width: 90%;
        height: 48px;
    }
    .sec_top .sec_top_a a p {
        font-size: 14px;
        line-height: 22px;
    }
    .sec_top .sec_top_a a img {
        width: 20px;
    }
    .sec_top {
        padding: 30px 0 100px 0;
    }
    .sec_top .sec_top_a {
        margin-top: 30px;
    }
    .sect_tio_top {
        padding: 20px;
    }
    .sec_bott .sect_bott_list ul li .sec_bot_act .adct_ttile img {
        width: 24px;
    }
    .sec_bott .sect_bott_list ul li {
        padding: 0 24px;
    }
    .sec_bott .sect_bott_list ul li .sec_bot_hover p {
        font-size: 14px;
        line-height: 22px;
        padding-left: 24px;
    }
    .sec_bott .sect_bott_list ul li .sec_bot_hover p::before {
        top: 0px;
        font-size: 14px;
        line-height: 22px;
    }
    .sec_bott .sect_bott_list ul li .sec_bot_act .arrow.up {
        width: 17px;
        height: 9px;
    }
    .sec_bott .sect_bott_list ul li .sec_bot_act .arrow {
        width: 7px;
        height: 17px;
    }
    .c2_text_cont .c2_text_img {
        width: 100%;
    }
}

.guanbi, .guanbi—top {
    display: none;
}

.submenu .swiper-slide a {
    display: block;
    width: 100%;
}

/* IE浏览器版本兼容调试 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {.xfleft_cont ul li a {
  display: block;
    width: 100%;

}
.xfleft_cont ul li{
    /* display: block; */
}
.xfleft_cont ul li a>div{
    margin-top: 10px;
}
}

.fanhui_top{
    width: 40px;
    height: 40px;
    border: 2px;
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 4;
    display: block;
    background: #1F3766;
    border-radius: 40px 0px 0px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fanhui_top img{
    width: 18px;
    color: #fff;
}