﻿.module {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.topline {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.topline h1 {
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    font-weight: 600;
    color: #666;
}

.topline p {
    margin-top: 15px;
    text-indent: 2em;
    color: #666;
    font-size: 18px;
}

.topline h1:hover+p {
    color: #0c7cd9;
}

.topline h1:hover {
    color: #0c7cd9;
}

.banner-wrap {
    width: 640px;
    height: 390px;
    float: left;
}

/* 轮播图样式 */
.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner * {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.banner .list {
    width: 1000%;
    height: 100%;
    position: absolute;
    left: -100%;
    overflow: hidden;
}

.banner .list.active {
    transition: 1s;
}

.banner .list li {
    width: 10%;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.banner .list li img {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: 1s;
}

.banner .list li img:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

.banner .list li p {
    position: absolute;
    transition: 1s all;
    bottom: 0;
    line-height: 40px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    box-sizing: border-box;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    text-indent: 10px;
}

.banner .list li:hover p {
    background: rgba(0, 85, 193, 0.4);
    transition: 1s all;
}

.banner .listIndex {
    position: absolute;
    right: 10px;
    bottom: 13px;
    height: 7px;
    z-index: 10;
}

.banner .listIndex li {
    width: 15px;
    height: 100%;
    background: #999;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
}

.banner .listIndex li.active {
    background: #FFF;
}

/* 轮播图样式end*/
.news {
    width: 540px;
    height: 390px;
    float: right;
    padding-left: 15px;
}

.main-tab {
    margin-bottom: 10px;
}

.main-tab ul {
    display: flex;
    background-color: transparent;
    border-bottom: 1px #EEEEEE solid;
    box-sizing: border-box;
    line-height: 45px;
}

.main-tab ul li {
    flex: 1;
}

.main-tab ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.main-tab ul li>a::after {
    content: '';
    position: absolute;
    background-color: #eee;
    height: 12px;
    width: 1.2px;
    right: 0px;
    top: 16px;
}

.active {
    color: #0c7cd9;
}

.main-tab ul>.active a::before {
    content: '';
    position: absolute;
    background-color: #0c7cd9;
    height: 2px;
    width: 78px;
    left: 28%;
    bottom: 0px;
}

.block {
    display: block;
}

.no {
    display: none;
}

.tab-content li {
    height: 45px;
    background: url(../images/10.gif) 6px 18px no-repeat;
    margin-top: 3px;

}

.tab-content li a {
    display: block;
    width: 85%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
    font-size: 17px;
    transition: all .6s;
}

.tab-content li span {
    float: right;
    height: 45px;
    line-height: 45px;
    font-style: normal;
    color: #999;
}

.tab-content li a:hover {
    border-left: 2px solid #2297fe;
    transition: all .6s;
    color: #0c7cd9;
}

.picimg{
    width: 1180px;
    height: 110px;
    margin:  20px 0;
    overflow: hidden;
}
.picimg a{
    display: block;
    width: 1180px;
    height: 110px;
    float: left;
}
.picimg img{
    width: 100%;
    height: 100%;
}

.zfnews {
    width: 560px;
    float: left;
}

.zfnews-tab {
    margin-bottom: 10px;
}

.zfnews-tab ul {
    display: flex;
    background-color: transparent;
    border-bottom: 1px #EEEEEE solid;
    box-sizing: border-box;
    line-height: 45px;
}

.zfnews-tab ul li {
    flex: 1;
}

.zfnews-tab ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.zfnews-tab ul li>a::after {
    content: '';
    position: absolute;
    background-color: #eee;
    height: 12px;
    width: 1.2px;
    right: 0px;
    top: 16px;
}

.zfnews-tab ul>.active a::before {
    content: '';
    position: absolute;
    background-color: #0c7cd9;
    height: 2px;
    width: 78px;
    left: 22%;
    bottom: 0px;
}

.zfnews-content li {
    height: 45px;
    background: url(../images/10.gif) 6px 18px no-repeat;
    margin-top: 3px;
    padding: 0 2px;

}

.zfnews-content li a {
    display: block;
    width: 85%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
    font-size: 17px;
    transition: all .6s;
}

.zfnews-content li span {
    float: right;
    height: 45px;
    line-height: 45px;
    font-style: normal;
    color: #999;
}

.zfnews-content li a:hover {
    border-left: 2px solid #2297fe;
    transition: all .6s;
    color: #0c7cd9;
}

.flnews {
    width: 560px;
    float: right;
}

.flnews-tab {
    margin-bottom: 10px;
}

.flnews-tab ul {
    display: flex;
    background-color: transparent;
    border-bottom: 1px #EEEEEE solid;
    box-sizing: border-box;
    line-height: 45px;
}

.flnews-tab ul li {
    flex: 1;
}

.flnews-tab ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.flnews-tab ul li>a::after {
    content: '';
    position: absolute;
    background-color: #eee;
    height: 12px;
    width: 1.2px;
    right: 0px;
    top: 16px;
}

.flnews-tab ul>.active a::before {
    content: '';
    position: absolute;
    background-color: #0c7cd9;
    height: 2px;
    width: 78px;
    left: 28%;
    bottom: 0px;
}

.flnews-content li {
    height: 45px;
    background: url(../images/site2021/10.gif) 6px 18px no-repeat;
    margin-top: 3px;
    padding: 0 2px;

}

.flnews-content li a {
    display: block;
    width: 85%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    float: left;
    box-sizing: border-box;
    font-size: 17px;
    transition: all .6s;
}

.flnews-content li span {
    float: right;
    height: 45px;
    line-height: 45px;
    font-style: normal;
    color: #999;
}

.flnews-content li a:hover {
    border-left: 2px solid #2297fe;
    transition: all .6s;
    color: #0c7cd9;
}

.section {
    margin: 20px 0;
    width: 708px;
height:248px;
    overflow: hidden;
    float: right;
    margin-top: 39px;
}

.section>ul>li {
    float: left;
    margin-bottom: 0px;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 0 5px;
}

.section ul>li:hover {
    transition: all 0.3s ease-in-out;
}

.section ul>li:nth-child(1)>.dropdown {
    background: linear-gradient(#ff000a, #bd0000);
    background: linear-gradient(#ff000a, #f37062);
}

.section ul>li:nth-child(2)>.dropdown {
    background: linear-gradient(90deg, #5BD8E0, #67A8FF);

}

.section ul>li:nth-child(3)>.dropdown {
    background: linear-gradient(#1c7bf2, #00cbff);
}

.dropdown {
    color: #fff;
    border: none !important;
    padding: 57px 0px 57px !important;
    line-height: 2;
    text-align: center;
    border-radius: 5px;
    position: relative;
    height: 248px;
}

.dropdown .ion {
    text-align: center;
    color: #fff;
    transition: all 0.3s ease-in-out;

}

.dropdown .ion i {
    font-size: 44px !important;
    padding: 8px 20px;
    border-radius: 34px;
    font-weight: 500;
}

.dropdown .ion p {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.dropdown-part {
    width: 100%;
    float: left;
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.section ul>li:hover .dropdown-part {
    width: 50%;
    display: block;
    right: 0px;
    top: 18px;
}

.dropdown-part li {
    list-style-type: none;
    padding: 0 2.5px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 2;
}

.dropdown-part li a {
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    color: #fff;
    opacity: 0;
}

.section ul>li:hover a {
    opacity: 1;
    transition: all 0.3s ease-in-out;

}

.section>ul>li:hover .ion {
    width: 50%;
    float: left;
    transition: all 0.3s ease-in-out;
}

.section>ul>.active {
    width: 66.6%;
}

.survey {
    width: 38%;
    margin: 20px 0;
    float: right;

}

.survey-top {
    position: relative;
}

.survey h1 {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.survey h1::before {
    content: '';
    position: absolute;
    background-color: #1483DF;
    height: 17px;
    width: 3px;
    border-radius: 5px;
    left: 0px;
    top: 10px;
}

.survey ul {
    display: flex;
    flex-wrap: wrap;
}

.survey ul li {
    width: 33.3%;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    transition: ease-in-out 1s;
}

.survey ul li i {
    font-size: 18px;
    padding: 7px;
    border: 1px #ccc solid;
    border-radius: 50%;
    color: #c6c6c6;
}

.survey ul li p {
    margin-top: 8px;
}

.survey ul li:hover {
    transition: ease-in-out .3s;
    transform: rotate(-4deg);
    color: #1c7bf2;
    box-shadow: 0 0 1.5rem 0 rgba(9, 41, 77, .12);
}

.links_scroll {
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}

.links_scroll .prev,
.links_scroll .next {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transform: translateY(-50%);

}

.links_scroll .prev {
    left: -35px;
    transition: all .5s;

    background: url("../images/site2021/prev.png") no-repeat;
}

.links_scroll .next {
    right: -35px;
    transition: all .5s;
    background: url("../images/site2021/next.png") no-repeat;
}

.links_scroll:hover .prev {
    transition: all .5s;

    left: 10px;
}

.links_scroll:hover .next {
    transition: all .5s;

    right: 10px;
}

.links_scroll ul {
    width: 100%;
    left: 0;
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

.links_scroll ul.active {
    transition: left 1s;
}

.links_scroll ul li {
    width: 228px;
    padding: 0 4px;
    display: inline-block;
    box-sizing: content-box;
}

.links_scroll ul li:hover p {
    background: #f6f6f6;

}

.links_scroll ul li img {
    display: block;
    width: 100%;
    height: 140px;
}