/* CSS Document */

body {
    margin: 0;
    padding: 0;
}

* {
    font-family: '微软雅黑', '黑体', '宋体';
}

a {
    color: #111;
    text-decoration: none;
}

a:hover {
    color: red;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#header {
    overflow: hidden;
}

#header>img {
    float: left;
}

#header>ul {
    list-style: none;
    float: right;
    padding-top: 10px;
}

#header>ul li {
    padding: 0 5px;
    text-align: center;
    float: left;
}

#img img {
    width: 100%;
}

h1 {
    text-align: center;
    color: white;
    font-size: 40px;
    background: red;
}

.h {
    font-size: 34px;
    color: #003DC6
}

.tt {
    width: 1100px;
    margin: auto;
}

.tt>p {
    font-weight: bold;
    text-align: center;
    width: 1100px;
    margin: 15px auto;
    background: white
}

.tt>p a {
    color: black;
    font-size: 35px;
}

.tt>p:hover a {
    color: white;
    background: red
}

.tt>p:hover {
    background: red
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.btn2,
.btn3,
.btn4,
.btn5,
.btn6,
.btn7 {
    width: 1100px;
    margin: auto;
    margin-top: 10px;
    overflow: hidden;
}

.btn input {
    width: 50%;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 16px;
    background: #41B6FF;
    color: white
}

.btn .current {
    background-color: #003DC6;
    border: 1px solid #41B6FF;
}

.btn2 input {
    width: 20%;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 16px;
    background: red;
    color: white
}

.btn2 .current {
    background-color: white;
    border: 1px solid red;
    color: #111;
}

.btn3 input {
    width: 50%;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 16px;
    background: #41B6FF;
    color: white
}

.btn3 .current {
    background-color: #003DC6;
    border: 1px solid #41B6FF;
}

.yc {
    width: 1100px;
    margin: auto;
    background: white;
    padding-left: 1%;
    box-sizing: border-box;
}

.yc div {
    padding: 0.5%
}

#hy div {
    display: none;
}

#md div {
    display: none;
    overflow-y: scroll;
    height: 500px;
}

h2 {
    text-align: center;
    font-size: 32px;
    margin: 1% 0;
    line-height: 45px;
    color: #0A7BFA
}

.sj,
.sj2 {
    width: 1100px;
    margin: auto;
    background: white
}

.sj2 h2 {
    font-size: 24px;
    text-align: left;
    margin-left: 2%;
    font-weight: normal;
}

.sj u {
    text-decoration: none;
    font-family: '楷体';
    font-size: 35px;
}

.yc p {
    font-size: 22px;
    line-height: 55px;
    margin: 0;
    margin-left: 2%
}

.yc a {
    color: black
}

.yc a:hover {
    color: red
}

#yc h3 {
    font-size: 32px;
    text-align: center;
    margin: 1% 0;
    color: #0A7BFA
}

#yc div {
    display: none;
}

.swiper-container {
    width: 1100px;
}

.swiper-slide {
    height: 200px;
    overflow: hidden;
}

.swiper-slide img {
    height: 200px;
    width: 100%;
}

.lx {
    width: 1100px;
    margin: 2% auto;
}

.lx img {
    display: block;
    margin: auto;
}

#p {
    text-align: center;
    font-size: 12px;
    color: #111
}

#p a {
    margin-right: 5px;
    font-size: 12px;
    color: #111
}

@media screen and (max-width: 1200px) {
    #img img {
        width: 112%;
    }
    h1 {
        width: 112%;
    }
    .tt>p a {
        font-size: 16px;
    }
    .nr>p:nth-child(2) b {
        font-size: 15px;
    }
    .nr>p:nth-child(3) b {
        font-size: 15px;
    }
}