* {
    padding: 0;
    margin: 0;
    outline: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.w12 {
    max-width: 1200px;
    margin: 0 auto;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}

.ny-nav {
    height: 60px;
    box-shadow: 0 5px 5px #eee;
}

.ny-nav p {
    display: none;
}

.ny-nav>ul>li {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-right: 65px;
    border-bottom: 2px solid transparent;
}

.ny-nav>ul>li>a {
    font-size: 18px;
    color: #333;
}

.ny-nav>ul>li.on {
    border-bottom: 2px solid #084295;
}

.ny-nav>ul>li.on>a {
    font-size: 18px;
    color: #084295;
    font-weight: bold;
}

.ny {
    padding-top: 40px;
}

.ny .topic {
    padding-bottom: 25px;
    border-bottom: 1px solid #084295;
    overflow: hidden;
}

.ny .topic h2 {
    float: left;
    font-size: 24px;
    color: #084295;
    font-weight: normal;
}

.ny .topic h2 img {
    vertical-align: middle;
    padding-right: 15px;
}

.ny .topic .position {
    float: right;
}

.ny .topic .position span {
    font-size: 14px;
    color: #333;
}

.ny .topic .position a {
    font-size: 14px;
    color: #808080;
}

.ny .topic .position a:hover {
    color: #084295;
}

.shijian {
    background: url(../images/xx.png) no-repeat center center;
    background-size: 100% auto;
}

.shijian ul li {
    position: relative;
    display: block;
    margin: 0 70px;
    text-align: center;
    background: url(../images/date-icon.png) no-repeat center 60%;
    padding: 80px 0;
}

.shijian ul li p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15px;
    font-size: 17px;
    color: #666666;
}

.shijian .slick-prev {
    left: 0;
    width: 20px;
    height: 20px;
    background: #cccccc url(../images/r-l.png) no-repeat center center;
    border-radius: 50%;
}

.shijian .slick-next {
    right: 0;
    width: 20px;
    height: 20px;
    background: #cccccc url(../images/r-r.png) no-repeat center center;
    border-radius: 50%;
}

.shijian .slick-prev:hover {
    background: #084295 url(../images/r-l-other.png) no-repeat center center;
}

.shijian .slick-next:hover {
    background: #084295 url(../images/r-r-other.png) no-repeat center center;
}

.shijian ul li.on {
    background: url(../images/date-icon-other.png) no-repeat center 60%;
}

.shijian ul li.on p {
    color: #084295;
}

.tp>ul>li {
    float: left;
    width: 32%;
    margin-left: 2%;
    box-sizing: border-box;
}

.tp>ul>li:nth-child(3n-2) {
    margin-left: 0;
}

.tp>ul>li a {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
    background: url(../images/jt.png) no-repeat right 95%;
}

.tp>ul>li a .pic {
    position: relative;
    border: 8px solid #646267;
    padding-top: 63%;
    overflow: hidden;
}

.tp>ul>li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.tp>ul>li a .pic:hover img {
    transform: scale(1.2);
}

.tp>ul>li a .text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d6d6d6;
}

.tp>ul>li a .text p {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp>ul>li:hover a .text p {
    color: #084295;
}

@media screen and (max-width: 1200px) {
    .w12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1020px) {
    .ny-nav>ul>li {
        margin-right: 20px;
    }
}

@media screen and (max-width:750px) {
    .ny-nav {
        height: auto;
    }
    .ny-nav>ul>li {
        display: block;
    }
    .ny {
        padding-top: 20px;
    }
    .ny .topic h2 {
        float: none;
    }
    .ny .topic .position {
        float: none;
    }
    .ny .topic {
        padding-bottom: 10px;
    }
    .shijian ul li a {
        margin: 0 10px;
    }
    .shijian ul li a {
        padding: 60px 0;
    }
    .tp>ul>li {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .tp>ul>li a {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .tp>ul>li a .text {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .tp>ul>li a .text p {
        font-size: 14px;
    }
    .banner a p {
        font-size: 16px;
    }
    .ny-nav p {
        position: relative;
        display: block;
        line-height: 50px;
        background-color: #084295;
        padding-left: 15px;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }
    .ny-nav p span {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        background: url(../images/sub_left_down2.png) no-repeat center center;
    }
    .ny-nav p span.on {
        background: url(../images/sub_left_up2.png) no-repeat center center;
    }
    .ny-nav ul {
        display: none;
    }
    .shijian ul li a p {
        font-size: 14px;
    }
}