.quicknav {
        display: flex;
        width: 1200px;
        margin: 20px auto;
        background: #fff;
    }
    .quicknav .itemx {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .quicknav .itemx .advertising {
        background: url(../images/quicknav_member_bg_2.png) no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 270px;
        border-radius: 10px;
    }
    .quicknav .itemx .advertising a {
        /*background: #fff;*/
        height: 70px;
        width: 70px;
        border-radius: 50px;
        line-height: 30px;
        color: #154274;
        text-align: center;
        text-decoration: none;
        padding: 15px 10px 5px 10px;
        /*text-shadow: #f1f7f7 1px 0 0, #a4d6e3 0 1px 0, #209393 -1px 0 0, #a9f0fb 0 -1px 0;*/
        font-size: 25px;
        font-weight: 700;
        border: 2px solid #154274;
    }
    .quicknav .itemx ul {        
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
        width: 930px;
    }
    .quicknav .itemx ul li {
        display: flex;
        width: 290px;
        height: 100px;
        background: url(../images/quicknav_bg_2.png) no-repeat;
        background-size: cover;
        flex-direction: column;
        list-style: none;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }
    .quicknav .itemx ul li:nth-of-type(n+4) {
        margin-top: 20px;
    }
    .quicknav .itemx ul li a {
        /*background: #fff;*/
        text-shadow: #f1f7f7 1px 0 0, #a4d6e3 0 1px 0, #209393 -1px 0 0, #a9f0fb 0 -1px 0;
        width: 150px;
        height: 35px;
        border-radius: 50px;
        line-height: 35px;
        color: #154274;
        text-decoration: none;        
        font-size: 25px;
        font-weight: 700;
        text-align: center;
    }
.news {
    display: flex;
    background: url(../images/index_mstdbg.png) center no-repeat;
    background-size: cover;
    margin: 20px auto;
    width: 1160px;
    padding: 20px 20px;
    border-radius: 10px;
}
.news .div1 {
    width: 100%;
}
.div1 h4 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #f25149;
}
.div1 h4 span {
    color: #454545;
    padding-bottom: 10px;
    font-size: 24px;
}
.div1 h4 a {
    float: right;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    background: #f25149;
    padding: 5px 10px 5px 10px;
    border-radius: 5px 5px 0 0;
}
.wenda {
    width: 100%;
    visibility: visible;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.wenda li {
    width: 30%;
    padding: 10px 0;
    box-sizing: border-box;
}
.wenda li a {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: 14px;
    color: #333;
}
.wenda li a span {
  line-height: 30px;
}
.wenda li a .sp1 {
    overflow: hidden;
    min-height: 60px;
}
.wenda li a .sp2 {
    overflow: hidden;
    color: #888888;
}
.qydt {
    overflow: hidden;
    width: 1200px;
    margin: 50px auto;
}
.qydt_cont {
  overflow: hidden;
}
.qy_sp {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 300px;
    background: url(../images/events.png) no-repeat center;
    background-size: cover;
    margin-right: 20px;
    height: 220px;
    border-radius: 5px;
}
.qy_sp dl {
    padding: 0;
    color: #fff;
}
.qy_sp dl dt {
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
}
.qy_sp dl dd {
    font-size: 20px;
    text-align: center;
}
.qy_xw1 {
    width: 880px;
}
.qy_xw1 ul {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.qy_xw1 ul li {
    margin-bottom: 20px;
    display: block;
    background: #f1f1f1;
    height: 100px;
}
.qy_xw1 ul li.end {
  margin-bottom: 0;
}
.qy_rq {
    background: #f25149;
    width: 115px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.qy_rq span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.qy_rq .line2 {
    width: 75px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 4px auto;
}
.qy_rq em {
    font-style: normal;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
}
.qy_wz {
    margin-left: 20px;
    width: 733px;
}
.qy_wz span {
    font-size: 20px;
    color: #454545;
    margin-top: 25px;
    display: block;
    margin-bottom: 6px;
}
.qy_wz p {
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
}
.fl {
    float: left;
}
.td_bg {
    margin: 20px auto;
    margin-bottom: 0;
    width: 1200px;
    background: #f7f6f6;
    border-radius: 10px 10px 0 0 ;
}
.td_con {
  display: flex;
  justify-content: space-between;
}
.td_con dl dt {
    padding: 50px 0 0 50px;
    width: 550px;
}
.td_con dl dt .td_bt p {
  margin-top: 20px;
  line-height: 25px;
  font-size: 13px;
  color: #454545;
}
.td_con dl dt .td_bt span {
    font-size: 38px;
    color: #454545;
    display: block;
    margin-bottom: 25px;
}
.td_con dl dt .td_bt span b {
    color: #f25149;
    margin-left: 20px;
}
.td_con dl {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}
.td_con dl dt span {
    display: block;
    font-size: 20px;
    color: #fff;
}
.td_con dl dt span em {
    font-size: 14px;
    padding-left: 20px;
}
.td_con dl dt p {
    font-size: 14px;
    color: #fff;
    margin: 5px 0 15px;
}
.td_con dl dt p i img {
    margin-right: 10px;
}
.td_con dl dd {
    display: flex;
    flex-direction: row;
    width: 600px;
    align-content: flex-end;
    align-items: flex-end;
    position: relative;
    justify-content: flex-end;
    height: 370px;
}
.td_con dl dd .td_name {
  z-index: 2;
  position: absolute;
  left: 50px;
  bottom: 63px;
}
.td_con dl dd .td_name span {
    display: block;
    height: 46px;
    border-bottom: solid 1px #737481;
    width: 230px;
    font-size: 24px;
}
.td_con dl dd .td_name span em {
    font-size: 16px;
    color: #c2c2c2;
    padding-left: 20px;
    text-transform: uppercase;
}
.td_con dl dd i {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}
.td_con dl dd i img {
    width: 285px;
}
.td_con dl dd .td_name .td_p01 {
    font-size: 16px;
    color: #454545;
    padding: 10px 0;
}
.td_con dl dd .td_name .td_p02 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.td_con dl dd .td_name .td_p03 {
    margin: 15px 0 0;
}
.td_con dl dd .td_name .td_p03 a {
    width: 230px;
    height: 46px;
    line-height: 46px;
    background: #f25149;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
}
.fw_bg {
    width: 1200px;
    background: #2b435e;
    height: 155px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
}
.content {
    width: 100%;
    margin: 0 auto;
}
.fw_bt {
    width: 260px;
    padding: 25px 0 0;
    margin-left: 50px;
}
.fw_bt b {
    display: block;
    font-size: 36px;
    color: #dbe8f7;
}
.fw_bt em {
    font-style: normal;
    display: block;
    font-size: 15px;
    color: #fff;
    padding: 5px 0 8px;
}
.fw_bt em, i {
    color: #fff;
    font-style: normal;
    font-size: 13px;
}
.fw_bt, img {
  border: 0;
}
.fw_con {
    width: 885px;
    padding: 48px 0 0;
    height: 100px;   
}
.fw_con ul {
    display: flex;
    justify-content: space-between;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fw_con ul li {
    float: left;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
.fw_con ul li i {
    display: block;
    float: left;
}
.fw_con ul li i img {
    width: 60px;
    height: 60px;
}
.fw_con ul li span {
    display: block;
    float: left;
    color: #d7d2d2;
    font-size: 13px;
    line-height: 12px;
    width: 120px;
    height: 60px;
    padding: 15px 0 0 16px;
}
.fw_con ul li span img {
    display: block;
}
.fw_con ul li span em {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 7px 0 0;
    font-style: normal;
}
.fw_con ul .nobor span {
    width: 100px;
}
.Sqlc {
    margin: 20px auto;
    border-radius: 10px;
    width: 1200px;
    background: url(../images/index_mstdbg.png) no-repeat 50%;
    background-size: cover;
    padding: 30px 0 50px 0;
}
.Sqlc .content {
    width: 1120px;
    margin: 0 auto;
}
.Sqlc .sqlc_t ul li {
    font-size: 30px;
    font-weight: 500;
    color: #525252;
}
.content {
    width: 1200px;
    margin: 0 auto;
}
.sqlc_b .sqlc_b_t {
    margin-top: 25px;
    padding: 0;
}
.sqlc_b .sqlc_b_t ul {
    display: flex;
    justify-content: space-between;
}
.sqlc_b .sqlc_b_t ul li {
    cursor: pointer;
    padding: 15px 15px 0 15px;
}
.sqlc_b .sqlc_b_t ul li.cur {
    background: hsla(0,0%,100%,1);
    position:relative;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.sqlc_b .sqlc_b_t ul li.cur em {
    position: absolute;
    width: 0px;
    height: 0px;
    border: 55px solid transparent;
    border-top: 20px solid #fff;
    bottom: -75px;
    left: 0;
}
.sqlc_b .sqlc_b_t ul li i {
    font-size: 80px;
    color: #fff;
}
.sqlc_b .sqlc_b_t ul li i img {
  width: 80px;
}
.sqlc_b .sqlc_b_t ul li p {
    font-size: 14px;
    font-weight: 600;
    color: #202334;
    line-height: 21px;
    text-align: center;
    text-shadow: 0 4px 8px rgb(40 40 40 / 12%);
}
.sqlc_b .sqlc_b_c {
    margin-top: 30px;
    padding: 25px;
    background: hsla(0,0%,100%,1);
    border-radius: 10px;
    display: none;
    flex-direction: column;
}
.sqlc_b .sqlc_b_c .top {
    display: flex;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}
.sqlc_b .sqlc_b_c .top h2 {
    font-size: 22px;
    font-weight: normal;
    color: #2b435e;
}
.sqlc_b .sqlc_b_c .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sqlc_b .sqlc_b_c .item p {
  color: #666;
}
.sqlc_b .sqlc_b_c .top .pg_btn {
    position: absolute;
    right: 0;
    width: 140px;
    height: 44px;
    background: #4f6271;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}
.sqlc_b .sqlc_b_c h5 {
    font-size: 20px;
    font-weight: 400;
    color: #999ca1;
    line-height: 34px;
    margin-top: 10px;
}
.sqlc_b .sqlc_b_c p {
    font-size: 16px;
    font-weight: 400;
    color: #2b384a;
    line-height: 30px;
    margin-top: 10px;
}
.sqlc_b .cur {
    display: block;
}
.section5 {
    padding: 50px 0;
    background: url(../images/index_mstdbg.png) center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border: 0;
    font-size: 100%;
    outline: none;
    margin-top: 20px;
}
.inner1200 {
    margin: 0px auto;
    width: 1200px;
    position: relative;
    zoom: 1;
}
.section5 .title {
    text-align: center;
}
.section5 .title .p1 {
    font-size: 36px;
    color: #2b384a;
    font-weight: bold;
}
.section5 .title .p2 {
    font-size: 14px;
    color: #2b384a;
    margin-top: 15px;
}
.daxueul {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.daxueul li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 20px 0;
    height: 145px;
}
.daxueul li .img {
    float: left;
    width: 30%;
    height: 114px;    
}
.daxueul li .img img {
    display: block;
    width: 113px;
    height: 113px;
    box-shadow: 0 3px 9px 0 rgb(70 70 70 / 20%);
    border-radius: 50%;
}
.daxueul li .text {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding-left: 10px;
}
.daxueul li .text .p1 {
    font-size: 16px;
    color: #2b384a;
}
.daxueul li .text .p2 {
    font-size: 14px;
    color: #2b384a;
    margin-top: 10px;
    margin-bottom: 15px;
}
.daxueul li .text .p3 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}