body {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
}

body>div {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}
.fr {
    float: right;
}
img{
	max-width: 100%;
	object-fit: fill;
}
.contenB {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 34px;
    background-color: #eeeeee;
}

.header .contenB {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jtbq {
    min-width: 250px;
    height: 34px;
    display: flex;
    justify-content: space-between;
    /* border: 1px solid red; */
}

.jtbq p:nth-child(2n) {
    /* font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333; */
    margin: 0px 30px;
}

.jtbq p a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
}

.seach {
    width: 180px;
    height: 26px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.seach input {
    width: 100%;
    height: 100%;
    border-radius: 13px;
    outline-style: none;
    border: none;
    box-sizing: border-box;
    padding: 0px 20px;
    border: solid 1px #d2d2d2;
}

.seach span {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url(/img/seacrh.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.logH {
    width: 1200px;
    /* height: 113px; */
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 16px 0;
}

.logH a {
    display: block;
    width: 495px;
    height: 107px;
    /* height: 80px; */

}

.logH img {
    width: 100%;
    /* height: 80px; */
    height: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

#xxxf {
    width: 461px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#xxxf p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 2px;
    color: #1a4c91;
}

/* 导航 */

.nav {
    width: 100%;
    height: 50px;
    /* background-color: #3d6fd2; */
    background-color: #5575EC;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.fnav {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fnav>li {
    width: 120px;
    height: 50px;
    position: relative;
}

.fnav>li a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
}

.fnav>li div {
    height: 80px;
    display: none;
    /* bottom: -80px; */
    position: absolute;
    z-index: 9;
}
.fnav>li div {
    height: 80px;
    display: none;
    /* bottom: -80px; */
    position: absolute;
    z-index: 9;
}
.fnav>li:nth-child(8) div,.fnav>li:nth-child(9) div,.fnav>li:last-child div{
	right: 0;
}
.fnav>li:nth-child(6) div{
    left: -192px;
}
.fnav>li dl {
    left: 0px;
    height: 80px;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.fnav>li dd {
    /* width: 120px; */
    padding-right: 24px;
    padding-left: 24px;
    height: 100%;
}

.fnav>li dd a {
    font-size: 16px;
    line-height: 80px;
    color: #333333;
}

.fnav>li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.fnav>li dd:hover,
.fnav>li dd:hover{
    background-color: #f4f4f4;
    /* color: #3d6fd2; */
    color: #0F3A9A;
}
.fnav>li dd:hover,
.fnav>li dd:hover a{
    color: #0F3A9A;
}

.tsfnav {
    width: 480px;
    height: auto;
	display: none!important;
}

.tsfnav dl {
    flex-wrap: wrap;
    height: auto !important;
    justify-content: start !important;
    flex-wrap: wrap;
}

.tsfnav dl dd {
    width: 120px;
    height: 80px;
    display: block;
    display: flex;
    align-items: center;
}

.tsfnav dl dd a {
    display: block;
    width: 120px;
    height: auto;
    line-height: 1.2;
    white-space: normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 36px; */
    letter-spacing: 2px;
}

.on2 {
    background-color: rgba(0, 0, 0, 0.1);
}

.obj2{
    left: 0;
    right: auto!important;
}
.obj2 dl{
    height: auto!important;
}
.obj2>dl>dd{
    background: #eee;
    border-right: 1px solid #ccc;
}
.obj2 dd>a{
    line-height: 50px!important;
}


/* swiper */

.swiper1 {
    height: 600px;
    position: relative;
}

.swiper1 .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper1 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.swiper-pagination span {
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 0px;
    background-color: #ffffff;
}

/* 底部 */

.footer {
    width: 100%;
    height: 190px;
    background-color: #3a5ecc;
    background-image: url(/img/footerB.png);
    box-sizing: border-box;
    padding-top: 50px;
}

.footer .contenB {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
}

.footer .contenB>div:nth-child(1) {
    width: 548px;
    height: 100px;
}

.footer .contenB>div:nth-child(1) p {
    height: 35px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 2px;
    color: #ffffff;
    white-space: nowrap;
}

.footer .contenB>div:nth-child(2) {
    width: 360px;
    height: 140px;
    display: flex;
    justify-content: space-between;
}

.footer .contenB>div:nth-child(2) img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}

.footer .contenB>div:nth-child(2) p {
    width: 100%;
    height: 18px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin-top: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 在线报名 */

.zxbmB {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .2);
    z-index: 99;
    top: 0px;
    display: none;
}

.comt {
    width: 800px;
    height: 500px;
    background-image: url(/img/zxbmB.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
}

.LeftB {
    width: 438px;
    height: 460px;
    float: left;
    margin-top: 19px;
    margin-left: 25px;
    
}

.R {
    width: 320px;
    height: 100%;
    background-image: url(/img/zxbmR.png);
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    position: relative;
    z-index: -1;
}

.close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-image: url(/img/close.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.zxbmT {
    width: 263px;
    height: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zxbmT h3 {
    height: 30px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 6px;
    color: #3b6fd2;
    text-align: center !important;
    padding-left: 7px;
}

.zxbmT span {
    display: block;
    width: 49px;
    height: 7px;
    background-image: url(/img/zxbmT.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.zxbmT span:last-child {
    transform: rotate(180deg);
}

.trxx {
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    margin-top: 19px;
    
}

.trxx li {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #666666;
    margin-bottom: 10px;
    text-align: justify;
}

.trxx li input {
    /* width: 140px; */
    width: 130px;
    height: 32px;
    background-color: #f6f6f6;
    border-radius: 2px;
    border: solid 1px #eeeeee;
    outline: none;
    padding-left: 10px;
}

.LeftB>p {
    width: 189px;
    height: 30px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 2px;
    color: #333333;
    white-space: nowrap;
    margin-top: 20px;
}

.zyB {
    width: 456px;
    /* height: auto; */
    height: 234px;
    margin-top: 2px;
    margin-left: 10px;
    z-index: 999;
}

.sorll {
    overflow-y: scroll;
}

.sorll2 {
    overflow: hidden;
}

.zyB li {
    width: 134px;
    height: 31px;
    background-color: #f6f6f6;
    border-radius: 2px;
    border: solid 1px #eeeeee;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    cursor: pointer;
    margin-right: 9px;
    margin-bottom: 6px;
    float: left;
}

.comt button {
    display: block;
    width: 180px;
    height: 38px;
    margin: 0 auto;
    background-image: linear-gradient(90deg, rgb(106, 151, 242) 0%, #3b6fd2 100%), linear-gradient(#fb605b, #fb605b);
    background-blend-mode: normal, normal;
    border-radius: 19px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 4px;
    color: #ffffff;
    margin-top: 13px;
    outline: none;
    border: none;
    cursor: pointer;
}

@keyframes tijiao {
    0% {
        box-shadow: 0px 5px 20px 0px rgba(106, 151, 242, .6);
    }

    100% {
        box-shadow: 0px 0px 0px 15px rgba(106, 151, 242, 0);
    }
}

.comt button:hover {
    animation: tijiao 0.4s ease-in-out;
}

.zyon {
    background-image: linear-gradient(90deg, #6a97f2 0%, #3b6fd2 100%), linear-gradient(#f6f6f6, #f6f6f6);
    background-blend-mode: normal, normal;
    color: #ffffff !important;
}