* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-family: "微软雅黑";
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol,
ul {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: arial, 'hiragino sans gb', 'microsoft yahei', 'Simsun', sans-serif
}

a {
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 12px;
}

span {
    font-size: 12px
}

img {
    border: 0px;
}

.main {
    width: 80%;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w-clear {
    clear: both;
}

.white-space {
    white-space: pre-line;
}


/*图片放大*/

.jjj {
    overflow: hidden;
}

.jjj img {
    cursor: pointer;
    transition: all 1.2s;
}

.jjj img:hover {
    transform: scale(1.2);
}

.bsd-1 {
    width: 100%;
    height: 100%;
    position: fixed;
}

.bsd-2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.bsd-7 {
    width: 100%;
    height: 100%;
}

.bsd-9 {
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    z-index: 10;
}

.bsd-10 {
    width: 80%;
    margin: 0 auto;
}

.bsd-11 {
    margin-top: 18px;
}

.wrap {
    width: ;
    margin: 0 auto;
}

#nav {
    display: flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    width: auto;
    overflow: hidden;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
    height: 80px;
}

#nav>ul.nav {
    display: inline-flex;
    flex: 1;
    padding-right: 30px;
    justify-content: flex-end;
}

#nav>ul>li.nav-item {
    flex: 0.12;
}

#nav>ul>li.nav-item>a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    line-height: 77px;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    padding: 0;
}

#nav>ul>li.nav-item>a::before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    position: absolute;
}

#nav>ul>li.nav-item:hover>a,
li.nav-item.active>a {
    color: #1c4692;
    background: none;
    box-sizing: border-box;
}

#nav>ul>li.nav-item:hover>a::before,
li.nav-item.active>a::before {
    display: block;
}


/* 二级菜单 */

.subMenu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
}

.subMenu>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.subMenu>ul>li {
    width: 100%;
}

.subMenu>ul>li>a {
    display: block;
    text-align: center;
    line-height: 50px;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.subMenu>ul>li>a:hover {
    color: #fff;
    background: #1c4692;
}

.y_06 {
    margin-top: -6px;
}

.y_07 {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 80px;
    padding-bottom: 30px;
    z-index: 9;
    box-sizing: border-box;
}

.y_08 {
    width: 560px;
    margin: 0 auto;
    background: #fff;
    display: ;
    z-index: 101;
    top: 38px;
    right: 11.3%;
    overflow: hidden;
    margin-top: 20px;
    height: 40px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.y_08 input {
    width: 480px;
    height: 40px;
    border: none;
    font-size: 14px;
    outline: none;
    padding-left: 16px;
    line-height: 40px;
    float: left;
    box-sizing: border-box;
}

.y_08 a {
    float: right;
    width: 80px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background: #1c4692;
    font-size: 14px;
    color: #fff;
}

.y_08 a:hover {
    color: #fff;
}

.bsd-12 {
    width: auto;
    margin-top: -4px;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.bsd-12 select {
    background: none;
    border: none;
    color: #fff;
    outline: none;
    font-size: 16px;
    line-height: 18px;
}

.bsd-12 select option {
    color: #333;
    font-size: 16px;
}


/* // 媒体查询公共样式 */

.container_width {
    width: 75rem;
    margin: 0 auto;
}

@media screen and (max-width: 1500px) {
    .container_width {
        width: 80% !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .container_width {
        width: calc(100% - 2.5rem) !important;
        margin: 0 auto;
    }
}

#bsd-5 {
    top: 60%;
}

.swiper-slide {
    position: relative;
    color: #fff;
    height: 100%;
    width: 100%;
}

.bsd-8 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    left: 10%;
}

.bsd-8 .btn-a a {
    display: block;
}

.bsd-8 .btn-a {
    display: flex;
    align-items: center;
    margin-top: 15%;
}

.bsd-8 .btn-a a:first-child {
    color: #fff;
    width: 140px;
    height: 48px;
    background-color: #1c4692;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
}

.bsd-8 .btn-a a:last-child {
    height: 45px;
    line-height: 45px;
    width: 45px;
    margin-left: 10px;
    display: inline-block;
    background: url(../img/index_icon.png) center center no-repeat;
    background-color: #1c4692;
}

.bsd-8 h3 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 15%;
}

.bsd-8 p {
    line-height: 2.5;
    font-size: 15px;
}

.bsd-1 .swiper-button-next.swiper-button-disabled,
.bsd-1 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.0;
}

#bsd-3 .swiper-button-next:after,
#bsd-3 .swiper-rtl .swiper-button-prev:after {
    content: "";
    width: 22px;
    height: 16px;
}

#bsd-3 .swiper-button-prev:after,
#bsd-3 .swiper-rtl .swiper-button-next:after {
    content: "";
    width: 22px;
    height: 16px;
}


/* .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after */

#bsd-3 .swiper-button-next,
#bsd-3 .swiper-button-prev {
    width: 90px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 45px;
    right: 15% !important;
    left: auto;
    top: auto;
    bottom: 15%;
}

#bsd-3 .swiper-button-next:after {
    background: url(../img/slide_icon.png) center center;
}

#bsd-3 .swiper-button-prev:after {
    background: url(../img/slide_icon2.png) center center;
}

.bsd-13 {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1000;
}

.bsd-13 p {
    font-size: 14px;
    color: #fff;
}

.bsd-14 {
    width: 100%;
    height: 100%;
    position: relative;
}

.bsd-14 ul li {
    height: 100%;
    width: 25%;
    position: absolute;
    text-align: center;
    overflow: hidden;
    transition: 1s;
}

.bsd-14 ul li:nth-child(1) {
    left: 0;
}

.bsd-14 ul li:nth-child(2) {
    left: 25%;
}

.bsd-14 ul li:nth-child(3) {
    left: 50%;
}

.bsd-14 ul li:nth-child(4) {
    right: 0;
}

#bsd-15 {
    height: auto;
}

.bsd-14 ul li a {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bsd-14 ul li p {
    display: block;
    font-size: 22px;
    color: #fff;
}

.bsd-14 ul li span {
    display: block;
    font-size: 15px;
    color: #fff;
    margin: 10px 0;
}

.bsd-14 ul li img {
    margin-top: 6px;
}

.bsd-14 ul li i {
    transition: 1s;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    height: 100%;
}

.bsd-14 ul li:hover {
    transition: 1s;
    transform: scale(1.1);
}

.bsd-14 ul li:hover i {
    background: rgba(0, 0, 0, 0.0);
    transition: 1s;
}

.bsd-14 ul li:hover img {
    transform: rotate(180deg);
    transition: 1s;
}

.jwt_33 {
    width: 100%;
    height: 380px;
    overflow: hidden;
    animation: scale_b 25s linear infinite alternate;
}

.bsd-17 {
    width: 100%;
    height: 68px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.bsd-18 {
    text-align: center;
    margin: 0 auto;
}

.bsd-18 ul {
    text-align: center;
    display: inline-block;
}

.bsd-18 ul li {
    text-align: center;
    float: left;
    margin-top: 26px;
}

.bsd-18 ul li a {
    font-size: 16px;
    color: #333;
    border-left: 1px solid #dcdcdc;
    padding-left: 30px;
    margin-left: 30px;
    line-height: 16px;
    display: block;
}

.bsd-18 ul li:first-child a {
    border-left: none;
}

.bsd-18 ul li:hover a {
    color: #1c4692;
}

.bsd-18 ul li.on a {
    color: #1c4692;
}

.bsd-19 {
    padding: 60px 0;
}

.bsd-20 {
    width: 35%;
}

.bsd-20 img {
    width: 100%;
}

.bsd-21 {
    width: 65%;
    padding-left: 40px;
}

.bsd-21 h3 {
    font-size: 20px;
    color: #1c4692;
    font-weight: 400;
    margin-top: 16px;
}

.bsd-21 i {
    display: block;
    width: 50px;
    height: 2px;
    background: #1c4692;
    margin: 20px 0;
}

.bsd-21 p {
    font-size: 15px;
    color: #444;
    line-height: 34px;
    text-align: justify;
}

.eps-hco {
    width: 90%;
}

.eps-hco h3 {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 400;
}

.eps-hco ul {}

.eps-hco ul li {
    border: 1px solid #efefef;
    border-radius: 8px;
    width: 48.5%;
    float: left;
    margin-bottom: 20px;
}

.eps-hco ul li:nth-child(2n+0) {
    float: right;
}

.eps-hco ul li:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
}

.eps-hco ul li input {
    width: 88%;
    border: none;
    background: none;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    outline: none;
    font-size: 14px;
}

.eps-hco ul li img {
    float: right;
    padding: 0 16px;
    margin-top: 13px;
    border-left: 1px solid #efefef;
}

.eps-hco ul li textarea {
    width: 92%;
    border: none;
    background: none;
    padding: 0 20px;
    height: 50px;
    overflow: hidden;
    padding-bottom: 20px;
    resize: none;
    line-height: 50px;
    outline: none;
    font-size: 14px;
}

.bsd-24 {
    width: 8%;
    height: 120px;
    background: #1c4692;
    border-radius: 8px;
    text-align: center;
    line-height: 120px;
}

.bsd-24 a {
    line-height: 120px;
    font-size: 16px;
    color: #fff;
    display: block;
}

.bsd-22 {
    width: 100%;
    padding: 40px 0;
    background: #f8f8f8;
}

.bsd-24 a:hover {
    color: #fff;
}

.bsd-25 {
    width: 100%;
    background: url(../img/f012.png) no-repeat center center;
    padding: 40px 0;
    background-size: 100% 100%;
}

.bsd-26 {
    width: 25%;
    margin-top: 24px;
}

.bsd-26 img {
    margin-bottom: 30px;
    width: 180px;
}

.bsd-26 p {
    font-size: 14px;
    color: #333;
    padding-left: 30px;
    line-height: 35px;
}

.bsd-26 p:nth-child(1) {
    background: url(../img/f014.png) no-repeat left center;
}

.bsd-26 p:nth-child(2) {
    background: url(../img/f015.png) no-repeat left center;
}

.bsd-26 p:nth-child(3) {
    background: url(../img/f016.png) no-repeat left center;
}

.bsd-27 {
    width: 60%;
}

.bsd-27 ul li {
    float: left;
    padding-left: 1%;
    width: 15%;
}

.bsd-27 ul li h3 {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
}

.bsd-27 ul li a {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.bsd-27 ul li a:hover {
    color: #1c4692;
}

.bsd-28 {
    width: auto;
}

.bsd-28 ul li {
    background: #fff;
    padding: 10px;
    text-align: center;
}

.bsd-28 ul li img {
    width: 110px;
}

.bsd-28 ul li span {
    font-size: 14px;
    color: #333;
    display: block;
    margin-top: 6px;
}

.bsd-29 {
    width: 100%;
    background: #1c4692;
    padding: 16px 0;
    text-align: center;
}

.bsd-29 p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}


/*跳页*/

.page {
    text-align: center;
    margin: 40px 0 0 0;
    position: relative;
    z-index: 1;
}

.page a {
    padding: 0 15px;
    background: #eaeaea;
    font-size: 12px;
    color: #333;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 1px;
    border-radius: 3px;
}

.page a:hover,
.page a.on {
    background: #1c4692;
    color: #fff;
}

.mul-63 {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #efefef;
}


/*面包屑*/

.crumb {
    font-size: 14px;
    color: #666;
    float: left;
}

.crumb>div {
    background: url(../img/x001.png) no-repeat left center;
    padding-left: 25px;
}

.crumb a {
    font-size: 14px;
    color: #666;
    margin: 0 2px;
    line-height: 90px;
}

.crumb a:hover {
    color: #1c4692;
    text-decoration: underline;
}

.crumb span {
    color: #1c4692;
    font-size: 14px;
}

.mul-64 {
    float: right;
}

.mul-64 ul li {
    float: left;
    padding-left: 30px;
}

.mul-64 ul li a {
    line-height: 90px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.mul-64 ul li a.on {
    color: #1c4692;
}

.mul-64 ul li a:hover {
    color: #1c4692;
}

.mul-65 {
    width: 100%;
    padding: 60px 0;
    /*background: url(../img/x002.png);*/
}

.mul-70 {
    width: 100%;
}

.mul-70 h3 {
    font-size: 30px;
    color: #1c4692;
    font-weight: 400;
    text-align: center;
}

.mul-78 {
    width: 100%;
    margin-top: 40px;
}

.mul-78 ul {
    margin-left: -1.5%;
}

.mul-78 ul li {
    width: 31.8333%;
    float: left;
    margin-left: 1.5%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.mul-78 ul li p {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 30px;
    box-sizing: border-box;
    line-height: 48px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.mul-79 {
    width: 100%;
    overflow: hidden;
}

.mul-79 img {
    width: 100%;
    transition: 0.3s;
}

.mul-78 ul li:hover img {
    transition: 0.3s;
    transform: scale(1.1);
}

.mul-78 ul li:hover p {
    background: #1c4692;
}

.mul-80 {
    width: 100%;
}

.mul-81 {
    width: 48%;
}

#mul-82 {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.mul-83 {
    width: 100%;
}

.mul-83 img {
    width: 100%;
}

.mul-84 {
    width: 48%;
}

.mul-85 {
    width: 100%;
}

.mul-85 p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 16px;
}

.mul-85 i {
    display: block;
    width: 50px;
    height: 2px;
    background: #1c4692;
    margin: 16px 0;
}

.mul-85 span {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    line-height: 30px;
    display: block;
}

.mul-86 {
    width: 100%;
    margin-top: 70px;
}

.mul-86 ul li {
    float: left;
}

.mul-86 ul li a {
    width: 160px;
    height: 55px;
    display: block;
    background: #1c4692;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
}

.mul-86 ul li:nth-child(2) {
    background: url(../img/x005.png) no-repeat left center;
    padding-left: 50px;
    margin-top: 5px;
    margin-left: 30px;
}

.mul-86 ul li:nth-child(2) p {
    font-size: 13px;
    color: #555;
}

.mul-86 ul li:nth-child(2) span {
    font-size: 18px;
    color: #1c4692;
}

.mul-86 ul li:nth-child(2) em {
    font-style: normal;
    font-size: 14px;
}

.mul-87 {
    width: 100%;
    margin-top: 40px;
}

.mul-87 h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: 400;
}

.mul-87 p {
    font-size: 14px;
    padding: 30px;
    display: block;
    text-align: justify;
    background: #f8f8f8;
    margin-top: 30px;
    font-size: 15px;
    line-height: 34px;
}

.mul-88 {
    width: 100%;
    margin-top: 40px;
}

.mul-88 h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: 400;
}

.mul-88 ul {
    margin-left: -1.5%;
    margin-top: 30px;
}

.mul-88 ul li {
    margin-left: 1.5%;
    width: 23.5%;
    float: left;
}

.mul-89 {
    width: 100%;
    overflow: hidden;
}

.mul-89 img {
    width: 100%;
    transition: 0.3s;
}

.mul-90 {
    width: 100%;
    background: #f8f8f8;
    text-align: center;
}

.mul-90 p {
    line-height: 50px;
    font-size: 14px;
    color: #333;
}

.mul-88 ul li:hover img {
    transition: 0.3s;
    transform: scale(1.1);
}

.mul-88 ul li:hover p {
    color: #1c4692;
}

.mul-91 {
    width: 100%;
    margin-top: 40px;
}

.mul-91 h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: 400;
}

.mul-91 table {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
}

.mul-91 table td {
    padding: 14px;
}

.jwt_85 {
    margin-top: 40px;
    border-top: 1px solid #efefef;
    padding-top: 40px;
}

.jwt_86 {
    width: 50%;
}

.jwt_86 a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.jwt_86 a:hover {
    color: #1c4692;
}

.jwt_87 {
    width: 140px;
    height: 50px;
    background: #1c4692;
    text-align: center;
    border-radius: 25px;
}

.jwt_87 a {
    line-height: 50px;
    color: #fff;
    font-size: 14px;
}

.jwt_87:hover a {
    font-weight: bold;
    color: #fff;
}

.mul-69 {
    width: 100%;
    magin-top: 16px;
}

.mul-69 img {
    width: 100%;
}

.mul-66 {
    width: 100%;
}

.mul-66 h3 {
    font-size: 26px;
    font-weight: 200;
    color: #333;
}

.mul-66 i {
    display: block;
    width: 25%;
    height: 10px;
    background: #1c4692;
    margin-top: 1px;
}

.mul-66 h3 {
    border-bottom: #0b6cbc solid;
    font-size: 20px;
    font-weight: 200;
    color: #000000;
    margin-top: 20px;
    display: block;
    padding-bottom: 9px;
}

.mul-66 span {
    font-size: 20px;
    font-weight: 200;
    color: #000000;
    margin-top: 20px;
    display: block;
}

.mul-66 p {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: justify;
    /*float: left;*/
}

.ss_38 {
    width: 100%;
    margin-top: 50px;
}

.ss_38 ul {
    margin: 0 50px;
    margin-bottom: 35px;
    /* padding: 0 50px; */
    /* display: table; */
    position: relative;
}


/* .ss_38 ul::before, .ss_38 ul::after{ position: absolute; content: ''; width: 50px; height: 75px; bottom: 0; background: url(../img/f040.png) no-repeat left top;} */

.ss_38 ul::after {
    right: 0;
    background-image: url(../img/f041.png);
}

.ss_38 ul::before {
    left: 0;
}

.ss_38 ul :nth-child(4n).li {
    position: relative;
}

.ss_38 ul :nth-child(4n).li::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 75px;
    bottom: 0;
    background: url(../img/f046.png) no-repeat left top;
    right: -50px;
    /* padding-right: 50px; */
}

.ss_38 ul :nth-child(4n+1).li::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 75px;
    bottom: 0;
    background: url(../img/f044.png) no-repeat left top;
    left: -50px;
    /* padding-right: 50px; */
}

.ss_38 li {
    float: left;
    width: 25%;
    text-align: center;
    background: url(../img/f045.png) repeat-x left bottom;
    position: relative;
}

.ss_38 li img {
    display: block;
}

.ss_38 li dl {
    display: table;
    width: 100%;
    height: 188px;
}

.ss_38 li dl dt {
    display: table-cell;
    vertical-align: bottom;
}

.ss_38 li aside {
    display: inline-block;
    position: relative;
}

.ss_38 li img {
    max-width: 160px;
    max-height: 160px;
}

.ss_38 li p {
    height: 75px;
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 75px;
    overflow: hidden;
}

.ss_38 li:hover p {
    color: #1c4692;
}

.bsd-31 {
    width: 100%;
    text-align: center;
    transition: all 1s;
}

.bsd-31:hover img {
    transform: scale(1.02, 1.02);
    transition: transform 1s;
}

.bsd-31 h3 {
    font-size: 24px;
    color: #1c4692;
    font-weight: 400;
}

.bsd-31 i {
    display: block;
    width: 60px;
    height: 3px;
    background: #1c4692;
    margin: 0 auto;
    margin-top: 30px;
}

.bsd-31 p {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.mul-23 {
    width: 100%;
    margin-top: 45px;
}

.mul-23 ul {
    margin-left: -1.5%;
}

.mul-23 ul li {
    width: 31.8333%;
    margin-left: 1.5%;
    background: #f4f4f4;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    padding: 50px 25px;
}

.mul-23 ul li p {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.mul-23 ul li span {
    font-size: 14px;
    color: #555;
    display: block;
    margin-top: 10px;
}

.mul-23 ul li:hover .mul-24 {
    background: #1c4692;
}

.mul-23 ul li:hover .mul-25 img {
    transform: translateY(0px);
}

.mul-23 ul li:hover p {
    color: #1c4692;
}

.y_118 {
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    background: url(../img/f067.png) center center;
    background-size: auto 100%;
    margin-top: 40px;
    overflow: hidden;
}

.y_119 {
    top: 0;
    width: 100%;
    height: 100%;
}

.y_119 img {
    height: 100%;
}

.y_120 {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px;
}

.y_121 p {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

.y_121 span {
    font-size: 14px;
    display: block;
    line-height: 30px;
}

.y_122 ul {
    float: right;
}

.y_122 ul li {
    float: left;
    text-align: center;
    margin-left: 26px;
}

.y_122 ul li p {
    font-size: 13px;
}

.y_122 img {
    width: 120px;
}

.y_123 {
    width: 100%;
}

.y_123 img {
    width: 100%;
}

.bit-1 {
    width: 100%;
    margin-top: 50px;
}

.bit-1 ul {
    margin-left: -1%;
}

.bit-1 ul li {
    border-bottom: 3px solid #fff;
    margin-bottom: 30px;
    margin-left: 1%;
    width: 32.3333%;
    float: left;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.bit-2 {
    width: 100%;
}

.bit-2 img {
    width: 100%;
}

.bit-3 {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 10px 25px 25px 25px;
    transition: 0.5s;
}

.bit-3 p {
    font-size: 18px;
    line-height: 50px;
    color: #333;
}

.bit-3 span {
    font-size: 14px;
    color: #666;
    display: ;
    transition: 0.5s;
    line-height: 30px;
}

.bit-1 ul li:hover p {
    color: #1c4692;
}

.bit-1 ul li:hover {
    border-bottom: 3px solid #1c4692;
}

.mul-103 {
    width: 100%;
    margin-top: 45px;
}

.mul-103 ul {
    margin-left: -2%;
}

.mul-103 ul li {
    margin-left: 2%;
    width: 31.3333%;
    float: left;
    margin-bottom: 20px;
}

.mul-104 {
    width: 100%;
    overflow: hidden;
}

.mul-104 img {
    width: 100%;
    transition: 0.3s;
}

.mul-105 {
    width: 100%;
    padding: 25px 0;
    background: #f8f8f8;
}

.mul-105 span {
    font-size: 14px;
    color: #1c4692;
    border-left: 3px solid #1c4692;
    line-height: 16px;
    display: block;
    padding: 0 25px;
}

.mul-105 p {
    font-size: 18px;
    color: #333;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.mul-105 em {
    font-size: 15px;
    color: #555;
    line-height: 26px;
    text-align: justify;
    font-style: normal;
    padding: 0 25px;
    display: block;
    height: 52px;
    overflow: hidden;
}

.mul-103 ul li:hover img {
    transition: 0.3s;
    transform: scale(1.1);
}

.mul-103 ul li:hover p {
    color: #1c4692;
}

.mul-95 {
    text-align: center;
    width: 100%;
}

.mul-95 p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    padding-bottom: 14px;
}

.mul-95 span {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin: 0 15px;
}

.mul-106 {
    width: 100%;
    margin-top: 30px;
}

.mul-106 p {
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
}

.mul-106 img {
    margin: 18px 0;
}

.mul-110 {
    width: 100%;
    background: #f8f8f8;
    text-align: center;
}

.mul-110 p {
    font-size: 15px;
    color: #333;
    line-height: 56px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.mul-111 {
    width: 100%;
    margin-top: 30px;
}

.mul-111 p {
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
}

.mul-111 img {
    margin: 18px 0;
    width: 100%;
}

@media (max-width: 1400px) {
    #yearList {
        width: 800%;
    }
    .jwt_58 {
        width: 110px;
    }
    .jwt_59 {
        padding-top: 25px;
    }
}

@media (max-width: 1025px) {
    .main {
        width: 96%;
    }
    #nav>ul>li.nav-item {
        flex: 0.15;
    }
    .bsd-10 {
        width: 90%;
    }
    .bsd-8 {
        left: 5%;
        top: 44%;
    }
    #bsd-3 .swiper-button-next,
    #bsd-3 .swiper-button-prev {
        bottom: 20%;
    }
    .bsd-14 ul li a {
        top: 40%;
    }
    /*banner*/
    #container {
        width: 100%;
        margin: 0 auto;
    }
    .am-slider {
        z-index: 1 !important;
    }
    .am-header .am-header-right a {
        color: #1c4692;
        font-size: 1.6rem;
        padding-right: 0.5rem;
    }
    .am-header .am-header-right a:link {
        color: #1c4692;
    }
    .mynav .am-list>li {
        background: none;
    }
    .mynav .am-list>li>a {
        color: #FFFFFF;
    }
    .mybanner.am-slider-default {
        margin: 0 0 0 0;
    }
    .mybanner.am-slider-default .am-control-nav {
        bottom: 8px;
    }
    .mybanner.am-slider-default .am-control-nav li {
        margin: 0 3px;
    }
    .mybanner.am-slider-default .am-control-nav li a.am-active {
        background-color: #1c4692;
    }
    .mybanner.am-slider-default .am-control-nav li a {
        background-color: #FFFFFF;
        box-shadow: none;
        -webkit-box-shadow: none
    }
    .hot_course.am-gallery-default .am-gallery-item {
        font-size: 12px;
        text-align: center;
    }
    .hot_course.am-gallery-default .am-gallery-item img {
        width: 60%;
        max-width: auto;
    }
    .hot_course.am-gallery-default .am-gallery-title {
        font-size: 1.2rem;
        margin-top: 0.7rem;
    }
    .index_box {
        margin: 0.5rem 0;
        background: #ffffff;
        overflow: hidden;
        width: 100%;
    }
    .am-slider-default .am-direction-nav a:before {
        color: #666;
    }
    .eps-hco ul li input {
        width: 80%;
    }
    .mul-101 ul li {
        width: 48%;
        margin-top: 16px;
    }
    .mul-102 ul li {
        height: auto;
    }
    .bsd-47 img {
        width: 40px;
    }
    .bsd-31 p {
        font-size: 16px;
    }
    .mul-86 {
        margin-top: 13px;
    }
    .bsd-31 p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .top_dh {
        width: 100%;
        height: 6.5rem;
        position: fixed;
        top: 0;
        margin-top: 0;
        background: rgba(0, 0, 0, 0.2);
        padding: 0 2%;
        z-index: 2000;
    }
    .dh_ch {
        position: fixed;
        right: 0;
        top: 0;
        height: 6.5rem;
        width: 6.5rem;
        outline: none;
    }
    .btn {
        width: 100%;
        height: 100%;
        border: none;
        background: #1c4692;
        padding: 1.5rem;
        border-radius: 0 !important;
    }
    .btn img {
        width: 78%;
    }
    .dh_logo {
        width: 60%;
    }
    .dh_logo img {
        height: 6.5rem;
    }
    .leftMenu a:hover {
        color: #fff;
    }
    .dw_02 {
        right: 36% !important;
    }
    .dw_03 {
        left: 36% !important;
    }
    .top-ny {
        background: #1c4692;
    }
    #container {
        margin-top: 6.5rem;
    }
    .bsd-14 {
        width: 100%;
        position: static;
        margin: 0 auto;
        padding: 0 5%;
        padding-top: 15%;
    }
    .bsd-14 ul li {
        width: 50%;
        position: static;
        float: left;
        background-size: 100%;
    }
    .bsd-14 ul li a {
        position: static;
        padding: 70px 0;
        display: block;
    }
    .eps-hco {
        width: 100%;
    }
    .bsd-24 {
        width: 100%;
        height: 55px;
        margin-top: 20px;
        line-height: 55px;
    }
    .bsd-24 a {
        line-height: 55px;
    }
    .bsd-26 {
        width: 50%;
    }
    .bsd-18 ul li a {
        padding-left: 20px;
        margin-left: 20px;
    }
    .eps-hco ul li textarea {
        width: 80%;
    }
    .bsd-30 {
        background-size: auto 100%;
    }
    .bsd-32 p {
        width: 100%;
    }
    .bsd-32 img {
        width: 100%;
    }
    #mul-61 {
        overflow: hidden;
        position: relative;
        margin-top: 40px;
    }
    .mul-62 {
        padding: 35px;
        background-size: 100% !important;
    }
    .content h1 {
        font-size: 36px;
        color: #fff;
        text-align: right;
    }
    .main-head {
        font-size: 22px;
        color: #fff;
        margin-top: 50px;
    }
    .main-tip {
        color: rgba(255, 255, 255, 0.7);
        margin-top: 10px;
        font-size: 14px;
        text-align: justify;
    }
    .main-btn {
        cursor: pointer;
        width: 160px;
        color: #fff;
        height: 38px;
        font-size: 14px !important;
        border: none;
        margin-top: 22px;
        margin-bottom: 33px;
        border-radius: 4px;
        background: #2b57d3;
    }
    .bsd-42,
    .bsd-43 {
        width: 100%;
    }
    .bsd-43 {
        margin-top: 25px;
        padding: 0;
    }
    .jwt_55 ul li {
        height: 350px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .jwt_56 {
        height: 350px;
    }
    .jwt_56 img {
        height: 100%;
        width: auto;
    }
    .jwt_58 {
        float: none;
        margin: 0 auto;
    }
    .jwt_57 {
        padding-left: 0;
        margin-top: 10%;
    }
    .jwt_59 {
        text-align: center;
        width: 100%;
        padding: 10px 25px;
    }
    .mul-101 ul li {
        width: 100%;
    }
    .mul-102 ul li {
        width: 100%;
    }
    .bsd-44 img {
        width: 100%;
    }
    .c-li-left {
        width: 100%;
    }
    .c-li-right {
        width: 100%;
    }
    #cUl {
        min-height: 900px;
    }
    #cUl1 {
        height: 400px;
    }
    .bsd-45 ul li {
        width: 33.3333%;
    }
    .bsd-48 ul li {
        width: 49%;
        margin-bottom: 10px;
    }
    .crumb {
        border-bottom: 1px solid #efefef;
        width: 100%;
    }
    .mul-63 {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: none;
    }
    .mul-64 {
        width: 100%;
        overflow: hidden;
    }
    .mul-64 ul {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        width: 100%;
        height: 68px;
        background: #f8f8f8;
    }
    .mul-64 ul li {
        flex-grow: 1;
        white-space: normal;
        flex-shrink: 0;
        padding-left: 0;
    }
    .mul-64 ul li a {
        padding: 0 30px;
        margin: 0;
        line-height: 68px;
    }
    .mul-78 ul li {
        width: 48.5%;
    }
    .mul-70 h3 {
        font-size: 22px;
    }
    .mul-81 {
        width: 100%;
    }
    .mul-84 {
        width: 100%;
    }
    .mul-88 ul li {
        width: 48.5%;
        margin-bottom: 10px;
    }
    .ss_38 li {
        width: 33.3333%;
        background: none;
    }
    .ss_38 ul :nth-child(4n).li::before {
        background: none;
    }
    .ss_38 ul :nth-child(4n+1).li::after {
        background: none;
    }
    .ss_38 ul {
        margin: 0;
    }
    .mul-23 ul li {
        margin-bottom: 6px;
        width: 48.5%;
    }
    .bit-1 ul li {
        width: 49%;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .bsd-13 {
        width: 96%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .bsd-13 p {
        font-size: 12px;
    }
    #bsd-3 .swiper-button-next,
    #bsd-3 .swiper-button-prev {
        bottom: 30%;
        right: 5% !important;
    }
    .bsd-14 {
        padding-top: 9.5rem;
    }
    .bsd-14 ul li p {
        font-size: 16px;
    }
    .bsd-14 ul li img {
        width: 35px;
    }
    .bsd-14 ul li span {
        font-size: 12px;
    }
    .bsd-8 {
        top: 38%;
    }
    .bsd-26 {
        width: 66%;
    }
    .bsd-28 {
        width: 30%;
    }
    .bsd-28 ul li img {
        width: 100%;
    }
    .bsd-29 {
        padding: 15px;
    }
    .bsd-29 p {
        font-size: 12px;
        line-height: 22px;
    }
    .eps-hco ul li {
        width: 100%;
    }
    .bsd-20 {
        width: 100%;
    }
    .bsd-21 {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .mul-65 {
        padding: 40px 0;
    }
    .mul-78 ul li p {
        font-size: 13px;
        line-height: 38px;
    }
    .crumb a {
        line-height: 68px;
    }
    .jwt_86 {
        width: 100%;
    }
    .jwt_87 {
        width: 100%;
        margin-top: 25px;
    }
    .mul-86 ul li {
        width: 100%;
    }
    .mul-86 ul li a {
        width: 100%;
    }
    .mul-86 ul li:nth-child(2) {
        margin-left: 0;
        margin-top: 25px;
    }
    .bsd-31 p {
        font-size: 14px;
    }
    .y_122,
    .y_121 {
        margin-top: 25px;
        float: none;
    }
    .y_122 ul {
        float: none;
    }
    .bit-1 ul li {
        width: 100%;
        margin-bottom: 6px;
        box-shadow: none;
    }
    .mul-103 ul li {
        width: 48%;
    }
    .mul-105 p {
        font-size: 15px;
    }
    .mul-105 em {
        font-size: 14px;
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mul-105 span {
        padding: 0 15px;
    }
    .mul-105 p {
        padding: 0 15px;
        margin: 5px 0;
    }
    .mul-105 em {
        padding: 0 15px;
    }
    .mul-106 p {
        font-size: 14px;
    }
    .mul-106 img {
        width: 100%;
    }
    .mul-111 p {
        font-size: 14px;
    }
    .mul-111 img {
        width: 100%;
    }
}

@media (max-width: 375px) {}

#bsd-4 .bsd-7 {
    position: relative;
    width: 100%;
}

.swiper {
    position: fixed;
    width: 100%;
    height: 100%;
}

#bsd-4 .bsd-7 .img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.shouj {
    display: none;
}

@media (max-width: 768px) {
    .shouj {
        display: block;
    }
}

.mul-71 {
    display: inline-block;
    padding-top: 20px;
}

@-webkit-keyframes scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-moz-keyframes scale_b {
    00% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-o-keyframes scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.phoneShow {
    display: none;
}

@media (max-width: 767px) {
    .phoneShow {
        display: block;
    }
    .pcShow {
        display: none;
    }
    .mul-63 {
        margin-top: 6.8rem;
    }
}