@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    border: none;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
    background-color: #fff;
    border-top: solid 10px #12669b;
}

.indexNav {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.logo {
    float: left;
    display: block;
    height: 46px;
    margin: 8px 0;
}

.nav {
    float: right;
    overflow: hidden;
    display: block;
}

.nav a {
    font-size: 12px;
    line-height: 62px;
    color: #484848;
    padding: 0 12px;
    margin: 0 21px;
    display: block;
    float: left;
    text-align: center;
}

.nav a:hover {
    line-height: 58px;
    padding: 2px 12px 0 12px;
    border-bottom: solid 2px #00528f;
    color: #276ca2;
}

.nav a.nav_cur {
    line-height: 58px;
    padding: 2px 12px 0 12px;
    border-bottom: solid 2px #00528f;
    color: #276ca2;
}

.banner {
    width: 100%;
    height: 26vw;
}

.banner .swiper-wrapper .swiper-slide {
    width: 100vw;
    height: 26vw;
}

.banner .swiper-wrapper .swiper-slide img {
    width: 100vw;
    height: 26vw;
}

.banner .swiper-wrapper .swiper-slide a {
    width: 100vw;
    height: 26vw;
    overflow: hidden;
}

.banner .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    margin: 5px;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #75b436;
}

.policy_Information {
    width: 1200px;
    margin: 18px auto 0 auto;
    overflow: hidden;
    display: block;
}

.Information {
    width: 720px;
    margin-right: 80px;
    float: left;
    overflow: hidden;
}

.indexTitle {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 15px auto;
}

.indexTitle p {
    width: 40%;
    float: left;
    overflow: hidden;
    display: block;
    margin-left: 14px;
}

.indexTitle p span {
    color: #19689b;
    font-size: 18px;
    line-height: 26px;
    display: block;
}

.indexTitle p m {
    font-size: 12px;
    line-height: 18px;
    color: #bebebe;
}

.indexMore {
    float: right;
    margin-right: 14px;
    color: #19689b;
    font-size: 12px;
    line-height: 18px;
    margin-top: 27px;
}

.InformationList {
    width: 100%;
    overflow: hidden;
    display: block;
}

.InformationList img {
    width: 340px;
    height: 190px;
    float: left;
    margin-right: 20px;
}

.InformationList li {
    float: left;
    width: 360px;
    overflow: hidden;
    border-bottom: dashed 1px #dbdbdb;
}

.InformationList li:hover {
    background-color: #eef9fe;
}

.policyList li:hover {
    background-color: #eef9fe;
}

.indexMenuAList li:hover {
    background-color: #eef9fe;
}

.indexMenuBList li:hover {
    background-color: #eef9fe;
}

.InformationList li:nth-child(2) p {
    width: 240px;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #19689b;
    float: none;
    display: block;
}

.InformationList li:nth-child(2) span {
    font-size: 12px;
    line-height: 16px;
    color: #bebebe;
    float: none;
    display: block;
}

.InformationList li:nth-child(2) m {
    font-size: 12px;
    line-height: 18px;
    color: #656565;
    display: block;
    width: 350px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.InformationList li i {
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    margin-right: 6px;
    background: url(../images/san_icon.png) center center no-repeat;
    background-size: 10px 10px;
    margin-top: 7px;
}

.InformationList li p {
    width: 220px;
    font-size: 12px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    line-height: 24px;
}

.InformationList li span {
    float: right;
    font-size: 12px;
    color: #bebebe;
    margin-right: 14px;
    line-height: 24px;
}

.policy {
    float: left;
    width: 400px;
    overflow: hidden;
    display: block;
}

.policyList {
    width: 400px;
    overflow: hidden;
    display: block;
}

.policyList li {
    width: 100%;
    overflow: hidden;
    display: block;
}

.policyList li img {
    width: 170px;
    height: 86px;
    float: left;
    margin-right: 20px;
}

.policyList li span {
    float: left;
    font-size: 12px;
    line-height: 18px;
    width: 36px;
    text-align: center;
    display: block;
    background-color: #62d1f9;
    color: #fff;
    margin: 5px 0;
}

.policyList li p {
    -webkit-line-clamp: 12;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #656565;
}

.policyList li:nth-child(1) {
    margin-bottom: 20px;
}

.industry {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto 0 auto;
    background-color: #f8f8f8;
}

.industryList {
    width: 100%;
    overflow: hidden;
    display: block;
    padding-bottom: 20px;
}

.industryList li {
    width: 350px;
    overflow: hidden;
    display: block;
    background-color: #fff;
    margin: 0 25px 10px 25px;
    float: left;
}

.industryList li:hover {
    background-color: #eef9fe;
}

.industryList li img {
    width: 150px;
    height: 100px;
    float: left;
    margin: 14px 7px;
    display: block;
}

.industryList li p {
    width: 179px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #19689b;
    margin-top: 14px;
}

.industryList li span {
    font-size: 12px;
    line-height: 16px;
    color: #bebebe;
}

.industryList li m {
    font-size: 12px;
    line-height: 16px;
    color: #656565;
    display: block;
    width: 179px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.industryList li m a {
    color: #19689b;
}

.industryList li m a:hover {
    color: #095b96;
}

.indexMenu {
    width: 1200px;
    overflow: hidden;
    margin: 20px auto;
    display: block;
}

.indexMenuA {
    width: 730px;
    float: left;
    margin-right: 60px;
    overflow: hidden;
    display: block;
}

.indexMenuB {
    width: 410px;
    overflow: hidden;
    float: left;
    display: block;
}

.indexMenuAList {
    width: 100%;
    overflow: hidden;
    display: block;
}

.menuBanner {
    width: 136px;
    height: 86px;
    float: left;
    margin-right: 14px;
}

.menuBanner .swiper-wrapper .swiper-slide {
    width: 136px;
    height: 86px;
}

.menuBanner .swiper-wrapper .swiper-slide img {
    width: 136px;
    height: 86px;
}

.menuBanner .swiper-wrapper .swiper-slide a {
    width: 136px;
    height: 86px;
    overflow: hidden;
}

.menuBanner .swiper-pagination {
    text-align: right;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.3);
}

.menuBanner .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    margin: 6px 4px !important;
    opacity: 1;
}

.menuBanner .swiper-pagination-bullet-active {
    background-color: #82f7fd;
}

.indexMenuAList li:nth-child(2) {
    float: left;
    width: 566px;
    overflow: hidden;
    display: block;
    margin-left: 14px;
}

.indexMenuAList li:nth-child(2) p {
    width: 300px;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #19689b;
    float: left;
    display: block;
}

.indexMenuAList li:nth-child(2) span {
    font-size: 12px;
    line-height: 16px;
    color: #bebebe;
    float: right;
    display: block;
}

.indexMenuAList li:nth-child(2) m {
    font-size: 12px;
    line-height: 18px;
    color: #656565;
    display: block;
    width: 566px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.indexMenuAList li:nth-child(3) {
    border-top: solid 1px #f5f5f5;
    margin-top: 15px;
}

.indexMenuAList li {
    width: 100%;
    float: left;
}

.indexMenuAList li i {
    font-size: 16px;
    color: #32c3fb;
    float: left;
    margin-right: 6px;
    line-height: 30px;
}

.indexMenuAList li p {
    width: 620px;
    font-size: 12px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    line-height: 30px;
}

.indexMenuAList li span {
    float: right;
    font-size: 12px;
    color: #bebebe;
    margin-right: 14px;
    line-height: 30px;
}

.indexMenuBList {
    width: 410px;
    overflow: hidden;
    display: block;
}

.indexMenuBList li {
    width: 100%;
    overflow: hidden;
}

.indexMenuBList li p {
    width: 290px;
    font-size: 12px;
    color: #656565;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    line-height: 32px;
}

.indexMenuBList li span {
    float: right;
    font-size: 12px;
    color: #bebebe;
    margin-right: 14px;
    line-height: 32px;
}

.footer {
    width: 100%;
    overflow: hidden;
    display: block;
}

.friendship {
    width: 100%;
    overflow: hidden;
    background-color: #505050;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    padding: 18px 0;
}

.friendship span {
    display: inline-block;
    vertical-align: middle;
}

.friendship a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.friendship a:hover {
    color: #eef9fe;
}

.record {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    background-color: #333;
    color: #b9b9b9;
    font-size: 12px;
    line-height: 22px;
    padding: 10px 0;
}

.record a {
    color: #b9b9b9;
}

.list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fbfbfb;
}

.listCont {
    width: 850px;
    margin: 20px auto;
    overflow: hidden;
}

.listLeft {
    width: 150px;
    margin-right: 40px;
    float: left;
    overflow: hidden;
    display: block;
}

.listLeftBtn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #f0f4fa;
    color: #595c5e;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 14px;
}

.listLeftBtn:hover {
    color: #fff;
    background-color: #12669b;
}

.listLeftBtn.listLeftBtn_cur {
    color: #fff;
    background-color: #12669b;
}

.listLeftCont {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}

.listLeftCont a {
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a;
    display: block;
    margin-bottom: 14px;
    width: 100%;
}

/* .listLeftCont a:hover {
    color: #12669b;
    background-color: #f0f4fa;
}

.listLeftCont a.listLeftCont_cur {
    color: #12669b;
    background-color: #f0f4fa;
} */
.listLeftCont a:hover {
    color: #fff;
    background-color: #12669b;
}

.listLeftCont a.listLeftCont_cur {
    color: #fff;
    background-color: #12669b;
}
.listRight {
    width: 660px;
    overflow: hidden;
    display: block;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
}

.listRightTitle {
    width: 620px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    font-size: 12px;
    line-height: 22px;
    padding: 10px 0;
    border-bottom: solid 1px #f7f7f7;
    color: #575757;
}

.listRightCont {
    width: 100%;
    overflow: hidden;
    display: block;
}

.listRightCont li {
    width: 620px;
    padding: 0 20px;
    overflow: hidden;
    display: block;
}

.listRightCont li a {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px #f7f7f7;
}

.listRightCont li:hover {
    background-color: #eef9fe;
}

.listRightCont li a img {
    width: 114px;
    height: 78px;
    float: left;
    display: block;
    margin-right: 14px;
}

.listRightCont li a p {
    font-size: 16px;
    line-height: 26px;
    color: #0d0d0d;
    width: 392px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.listRightCont li a m {
    font-size: 12px;
    line-height: 18px;
    color: #b4b4b4;
    width: 492px;
    display: block;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.listRightCont li a span {
    font-size: 12px;
    line-height: 18px;
    color: #b2c0c4;
    width: 492px;
}
.pageList{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #6a6a6a;
    cursor: pointer;
}
.pageList:hover{
    background-color: #eef9fe;
}
.noData{
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #222;
}