﻿@charset "utf-8";

/* CSS Document */

.head_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    background: #ededed;
    overflow: hidden;
}

.head_botm {
    width: 100%;
    overflow: hidden;
    padding-top: 18px;
    padding-bottom: 10px;
}

.head_botm .logo {
    float: left;
}

.search_box {
    margin-top: 12px;
    width: 278px;
    height: 38px;
    border: 1px solid #999;
    border-radius: 20px;
    overflow: hidden;
    float: right;
}

.search_box input {
    margin-left: 20px;
    height: 38px;
    border: 0;
    width: 195px;
    float: left;
}

.search_box button {
    float: left;
    background: none;
    border: 0;
    width: 40px;
    height: 38px;
}

.nav {
    width: 100%;
    height: 50px;
    background: #0276ce;
}

.nav>ul>li {
    width: 200px;
    float: left;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.nav>ul>li a {
    display: block;
}

.nav>ul>li:hover,
.nav>ul>li.active,
.nav>ul>li .menu_nav li:hover {
    background: #084fb9;
}

.nav>ul>li .menu_nav {
    background: #0276ce;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999999;
    display: none;
}

.nav>ul>li .menu_nav li {
    font-size: 14px;
    line-height: 35px;
}

.banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    background-size: auto 100%!important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #0276ce;
}

.section_tit {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
}

.section_first {
    margin-top: 35px;
    margin-bottom: 25px;
}

.section_tit h6 {
    float: left;
    height: 36px;
    border-bottom: 3px solid #0276ce;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.section_tit .more {
    float: right;
    color: #999;
    font-size: 14px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.img_list {
    width: 100%;
    overflow: hidden;
}

.img_list li {
    float: left;
    margin-top: 30px;
    width: 360px;
    margin-right: 60px;
}

.img_list li:nth-child(3n+3) {
    margin-right: 0;
}

.img_list li .img_box {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.img_list li .img_box img {
    width: 100%;
    height: 220px;
    transition: all 1s ease 0s;
}

.img_list li .img_box .date_item {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}

.img_list li .img_box .date_item span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.img_list li .img_box .ydnum {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #fff;
}

.img_list li .text_item {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.img_list li .text_item h6 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    height: 48px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.img_list li .text_item h6 img {
    position: relative;
    top: -5px;
    margin-left: 8px;
}

.img_list li .text_item p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.section_two {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 35px;
}

.section_three {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 25px;
    background: #fff;
}

.notice_section {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.notice_list {
    margin-top: 15px;
}

.notice_list,
.notice_list li {
    width: 100%;
    overflow: hidden;
}

.notice_list li {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.notice_list li .blue {
    color: #0276ce;
    float: left;
    margin-right: 5px;
}

.notice_list li a {
    display: block;
    float: left;
    max-width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.notice_list li .hot,
.five_list li .hot {
    display: block;
    float: left;
    width: 38px;
    height: 17px;
    background: url(../images/icon3.png) no-repeat;
    margin: 5px;
}

.notice_list li .time {
    float: right;
    color: #999;
}

.section_three_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

.member_section {
    width: 585px;
    overflow: hidden;
}

.member_section .meaber_list {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.member_section .meaber_list li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.member_section .meaber_list li a {
    display: flex;
}

.member_section .meaber_list li .img_box {
    width: 150px;
    height: 90px;
    margin-right: 15px;
    overflow: hidden;
}

.member_section .meaber_list li .img_box img {
    width: 100%;
    height: 90px;
    transition: all 1s ease 0s;
}

.member_section .meaber_list li .img_box,
.member_section .meaber_list li .item_box {
    align-self: center;
}

.member_section .meaber_list li .item_box {
    width: 410px;
}

.member_section .meaber_list li .item_box .item_tit {
    width: 100%;
    margin-bottom: 8px;
}

.member_section .meaber_list li .item_box .item_tit h6 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    float: left;
    max-width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.member_section .meaber_list li .item_box .item_text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.adv_first {
    width: 100%;
    height: 120px;
    margin-bottom: 30px;
    overflow: hidden;
}

.adv_first img {
    width: 100%;
    height: 120px;
}

.member_product {
    width: 100%;
    margin-bottom: 30px;
}

.section_tit_two {
    width: 100%;
    line-height: 39px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
}

.section_tit_two h6 {
    float: left;
    width: 120px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    background: #0276ce;
    border-radius: 2px;
    font-weight: normal;
}

.section_tit_two .more {
    font-size: 14px;
    color: #999;
    float: right;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.member_product_tab {
    display: table;
    overflow: hidden;
    margin: 15px auto;
    font-size: 14px;
    color: #666;
}

.member_product_tab a {
    margin: 0 6px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.product_slide {
    position: relative;
}

.product_list {
    width: 100%;
    margin-top: 30px;
}

.product_list .bd {
    width: 100%;
    overflow: hidden;
}

.product_list li {
    width: 268px;
    height: 358px;
    border: 1px solid #e6e6e6;
    float: left;
    margin-right: 40px;
}

.product_list li:last-child {
    margin-right: 0;
}

.product_list li img.product_img {
    width: 100%;
    height: 270px;
}

.product_list li .item_cont {
    padding: 15px;
    padding-bottom: 20px;
    overflow: hidden;
}

.product_list li .item_cont h6,
.two_list li .item_cont h6 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.product_list li .item_cont p,
.two_list li .item_cont p {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    line-height: 25px;
}

.product_list li .item_cont p img,
.two_list li .item_cont p img {
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.product_list .prev,
.product_list .next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 29px;
    height: 29px;
}

.product_list .prev {
    left: -49px;
    background: url(../images/prev2.png) no-repeat;
}

.product_list .next {
    right: -49px;
    background: url(../images/next2.png) no-repeat;
}

.member_link {
    width: 100%;
    overflow: hidden;
}

.member_link_slide {
    overflow: hidden;
    padding: 0 50px;
    position: relative;
    margin-top: 20px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.member_link_list {
    width: 100%;
    overflow: hidden;
}

.member_link_list li {
    width: 200px;
    height: 110px;
    float: left;
    margin-right: 25px;
    display: table;
    text-align: center;
    margin-bottom: 15px;
}

.member_link_list li a {
    display: table-cell;
    vertical-align: middle;
}

.member_link_list li img {
    max-width: 100%;
    max-height: 110px;
}

.member_link_list li:nth-child(5n+5) {
    margin-right: 0;
}

.member_link_slide .swiper-button-next,
.member_link_slide .swiper-container-rtl .swiper-button-prev {
    background: url(../images/next.png) no-repeat;
    right: 0;
}

.member_link_slide .swiper-button-prev,
.member_link_slide .swiper-container-rtl .swiper-button-next {
    background: url(../images/prev.png) no-repeat;
    left: 0;
}

.member_link_slide .swiper-button-next,
.member_link_slide .swiper-button-prev {
    width: 24px;
    height: 42px;
    outline: none;
}

.link_section {
    width: 100%;
    overflow: hidden;
}

.link_section_box {
    display: table;
    margin: 20px auto;
    margin-bottom: 0;
}

.select_2 {
    width: 270px;
    height: 40px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    background: #fff url(../images/icon4.png) no-repeat 95% center;
    outline: none;
    -webkit-appearance: inherit;
    appearance: inherit;
    -moz-appearance: inherit;
    margin-right: 26px;
    display: block;
    float: left;
    border-radius: 3px;
}

.select_2:last-child {
    margin-right: 0;
}

.select_2::-ms-expand {
    display: none;
    /*清除IE默认下拉按钮，但是测试发现IE10以上有效，IE8，9默认下拉按钮仍旧存在*/
}

.select_2:last-child {
    margin-right: 0;
}

.footer {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background: #0276ce;
    text-align: center;
}

.foot_text {
    display: inline-block;
    text-align: center;
    margin-right: 90px;
}

.foot_text p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.foot_ewm {
    width: 95px;
    display: inline-block;
}

.foot_ewm img {
    width: 100%;
    height: 95px;
}

.foot_ewm p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.floatleft {
    left: 0;
}

.fixedimg {
    position: fixed;
    top: 0;
    width: 100px;
    height: 335px;
    z-index: 999;
}

.fixedimg img {
    width: 100%;
    height: 335px;
}

.fixedimg .close,
.drift_section .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 19px;
    background: url(../images/icon2.png) no-repeat;
}

.fixedimg .close a {
    display: block;
    height: 19px;
}

.floatright {
    right: 0;
}

.drift_section {
    width: 220px;
    height: 220px;
    background: url(../images/img12.jpg) no-repeat;
    z-index: 999;
}

.drift_section .close {
    top: 10px;
    right: 10px;
}

.drift_section_box {
    margin: 40px 10px 0 15px;
    overflow: hidden;
}

.drift_section_box p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    /*要显示的行数*/
    overflow: hidden;
}

.float_list {
    display: none;
    position: fixed;
    bottom: 145px;
    width: 90px;
    height: 165px;
    margin: auto 0;
    z-index: 999;
    right: 0;
}

.float_list li {
    width: 100%;
    height: 65px;
    position: relative;
    display: table;
    text-align: center;
    background: #0276ce;
    margin-bottom: 5px;
}

.float_list li:last-child {
    margin-bottom: 0;
}

.float_list ul>li img {
    height: 20px;
}

.float_list li a {
    display: table-cell;
    vertical-align: middle;
}

.float_list li p {
    font-size: 16px;
    color: #fff;
}

.page_banner {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: auto 100%!important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
}

.page_content {
    width: 100%;
    background: #f2f2f2;
    padding: 30px 0;
}

.sidenav {
    width: 245px;
    float: left;
    overflow: hidden;
    background: #fff;
}

.sidenav_tit {
    padding-left: 40px;
    width: 205px;
    height: 100px;
    background: url(../images/bg2.jpg) no-repeat;
    overflow: hidden;
    font-size: 22px;
    color: #fff;
    line-height: 100px;
}

.sidenav_tit img {
    margin-right: 8px;
}

.sidenav_list {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.sidenav_list>li>a {
    display: block;
    padding: 11px 45px 11px 40px;
    border-bottom: 1px solid #fff;
    font-size: 14x;
    color: #333;
    line-height: 27px;
    background-color: #fff;
    background-image: url(../images/icon9.png);
    background-repeat: no-repeat;
    background-position: 88% center;
    border-bottom: 1px solid #f4f4f4;
}

.sidenav_list>li>a:hover,
.sidenav_list>li.active>a {
    background-image: url(../images/icon9_2.png);
    background-repeat: no-repeat;
    background-position: 88% center;
    color: #0276ce;
}

.sidenav_list>li ul {
    padding: 10px 0;
    overflow: hidden;
    display: none;
    background: #f9f9f9;
}

.sidenav_list>li ul li {
    line-height: 36px;
    font-size: 14px;
}

.sidenav_list>li ul li a {
    display: block;
    padding: 0 10px;
    padding-left: 40px;
    color: #666;
}

.sidenav_list>li ul li:hover a,
.sidenav_list>li ul li.active a,
.sidenav_list>li ul li.on a {
    color: #0276ce;
}

.cont_right {
    width: 925px;
    float: right;
    background: #fff;
    /* min-height: 600px; */
}

.cont_right_box {
    padding: 30px;
}

.subpage_title {
    width: 100%;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.subpage_title h6 {
    float: left;
    font-size: 18px;
    color: #333;
}

.subpage_title .breadNav {
    float: right;
    font-size: 14px;
    color: #999;
}

.subpage_title .breadNav span {
    margin: 0 5px;
}

.introduction_title {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}

.introduction_title h6 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.competition_content {
    padding-top: 20px;
    overflow: hidden;
}

.competition_content img,
.competition_content p img {
    max-width: 100%;
}

.competition_content p {
    font-size: 14px;
    color: #333;
    line-height: 2.2;
}

.cont_right.two {
    width: 100%;
    float: none;
}

.firat_list {
    width: 100%;
    overflow: hidden;
}

.firat_list li {
    width: 100%;
    padding: 29px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.firat_list li:first-child {
    padding-top: 25px;
}

.firat_list li a {
    display: flex;
}

.firat_list li img {
    width: 220px;
    height: 130px;
    margin-right: 20px;
}

.firat_list li img,
.firat_list li .item_cont {
    align-self: center;
}

.firat_list li .item_cont {
    width: 895px;
}

.firat_list li .item_cont .item_tit {
    width: 100%;
}

.firat_list li .item_cont .item_tit h6 {
    float: left;
    max-width: 94%;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    margin-bottom: 8px;
}

.firat_list li .item_cont p {
    font-size: 14px;
    line-height: 26px;
}

.firat_list li .item_cont p.item_info {
    color: #999;
    margin-bottom: 12px;
}

.firat_list li .item_cont p.item_text {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.social-share {
    display: inline-block;
}

.social-share .social-share-icon {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 0 3px;
}

.social-share-icon.icon-tencent,
.social-share-icon.icon-diandian {
    display: none;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-size: 12px;
}

.firat_list.two .item_cont {
    width: 625px;
}

.firat_list.two li .item_cont .item_tit h6 {
    max-width: 91%;
}

.member_product_search {
    width: 1070px;
    margin: 0 auto;
    margin-top: 20px;
}

.member_product_search .hd {
    overflow: hidden;
    margin-left: 22px;
}

.member_product_search .hd li {
    float: left;
    padding: 4px 7px;
    font-size: 12px;
    color: #0276ce;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.member_product_search .hd li.active {
    color: #fff;
    background: #0276ce;
}

.product_search_box {
    overflow: hidden;
    height: 38px;
    border-radius: 40px;
    border: 1px solid #0276ce;
}

.product_search_box input {
    float: left;
    padding-left: 20px;
    width: 983px;
    height: 38px;
    border-radius: 20px 0 0 20px;
    border: 0;
    font-size: 14px;
    color: #666;
}

.product_search_box button {
    float: left;
    width: 65px;
    height: 38px;
    border: 0;
    background: #0276ce;
    font-size: 14px;
    color: #fff;
    border-radius: 0 20px 20px 0;
}

.page_content .member_product_tab {
    font-size: 12px;
}

.two_list {
    width: 100%;
    overflow: hidden;
    margin-top: -15px;
}

.two_list li {
    float: left;
    width: 248px;
    height: 332px;
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    margin-right: 44px;
}

.two_list li:nth-child(4n+4) {
    margin-right: 0;
}

.two_list li img.product_img {
    width: 100%;
    height: 251px;
}

.two_list li .item_cont {
    padding: 15px;
    overflow: hidden;
}

.three_list {
    margin-bottom: -30px;
}

.three_list,
.three_list li {
    width: 100%;
    overflow: hidden;
}

.three_list li {
    padding: 25px 0;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
}

.three_list li:last-child {
    border-bottom: 0;
}

.three_list li:first-child {
    padding-top: 20px;
}

.three_list li img {
    width: 140px;
    height: 170px;
    margin-right: 20px;
}

.three_list li img,
.three_list li .item_cont {
    align-self: center;
}

.three_list li .item_cont {
    width: 680px;
}

.three_list li .item_cont h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.three_list li .item_cont p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.four_list {
    width: 100%;
    margin-top: 25px;
}

.four_list li {
    float: left;
    width: 200px;
    height: 316px;
    margin-bottom: 30px;
    background: #fff;
    -moz-box-shadow: 0 0 13px rgba(2, 118, 206, 0.08);
    -webkit-box-shadow: 0 0 13px rgba(2, 118, 206, 0.08);
    box-shadow: 0 0 13px rgba(2, 118, 206, 0.08);
    margin-right: 21px;
}

.four_list li:nth-child(4n+4) {
    margin-right: 0;
}

.four_list li .item_cont {
    padding: 14px 17.5px 0 17.5px;
    overflow: hidden;
    text-align: center;
}

.four_list li .item_cont img {
    width: 100%;
    height: 207px;
    margin-bottom: 10px;
}

.four_list li .item_cont h6 {
    line-height: 26px;
    font-size: 14px;
    color: #333;
}

.four_list li .item_cont h6 span {
    margin-left: 5px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.four_list li .item_cont p {
    font-size: 12px;
    color: #666;
    line-height: 26px;
}

.five_list {
    width: 100%;
    margin-top: 10px;
}

.five_list li {
    padding-left: 17px;
    background: url(../images/libg.jpg) left center no-repeat;
    line-height: 44px;
    font-size: 14px;
    color: #333;
}

.five_list li a {
    display: block;
    float: left;
    max-width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.five_list li .time {
    color: #666;
    font-size: 14px;
    float: right;
}

.council_section {
    width: 100%;
    margin-top: 20px;
}

.council_section .hd {
    padding: 0 20px;
    overflow: hidden;
    height: 40px;
    background: #0276ce;
    border-radius: 40px;
}

.council_section .hd ul {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.council_section .hd ul li {
    float: left;
    width: 137px;
    text-align: center;
    margin-top: 6px;
    height: 34px;
    line-height: 29px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.council_section .hd ul li.active {
    background: #fff;
    color: #0276ce;
    border-radius: 10px 10px 0 0;
}

.council_section_tab {
    margin-top: 15px;
}

.council_section_tab,
.council_section_box {
    width: 100%;
}

.sign_btn_section {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.sign_btn {
    display: block;
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0276ce;
    font-size: 16px;
    color: #fff;
    float: right;
}

.sign_cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: none;
}

.panel_sign {
    width: 900px;
    height: 600px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    display: none;
}

.panel_sign .panel_sign_head {
    position: relative;
    margin: 0 30px;
    padding: 26px 0;
    border-bottom: 1px solid #dcdfe6;
}

.panel_sign .panel_sign_head h6 {
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.panel_sign .panel_sign_close {
    position: absolute;
    width: 24px;
    height: 25px;
    background: url(../images/close.jpg) no-repeat;
    top: 10px;
    right: -24px;
}

.panel_sign .panel_sign_body {
    width: 730px;
    margin: 30px auto;
    max-height: 455px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 35px;
}

.sign_inp_section {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.sign_inp_section lable {
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: right;
    width: 80px;
    margin-right: 20px;
}

.sign_inp_section lable span {
    color: #f41818;
    margin-right: 5px;
}

.sign_inp_section input {
    height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    width: 590px;
    float: left;
}

.sign_inp_section input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

.sign_inp_section input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 16px;
}

.sign_inp_section input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 16px;
}

.sign_inp_section input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 16px;
}

.sign_inp_section textarea {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    padding: 12px 20px;
    width: 570px;
    height: 124px;
    resize: none;
}

.sign_inp_section textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

.sign_inp_section textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 16px;
}

.sign_inp_section textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 16px;
}

.sign_inp_section textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 16px;
}

.sign_inp_section .inp_yam {
    width: 478px;
}

.sign_inp_section .yam_img {
    width: 98px;
    height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin-left: 11px;
}

.sign_inp_section .yam_img img {
    max-width: 100%;
    max-height: 38px;
}

.panel_sign_footer {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.panel_sign_footer button {
    display: inline-block;
    margin: 0 10px;
}

.panel_sign_footer button[type="reset"] {
    width: 70px;
    height: 40px;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    background: none;
    font-size: 16px;
    color: #999;
}

.panel_sign_footer button[type="submit"] {
    width: 70px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    background: #0276ce;
    font-size: 16px;
    color: #fff;
}

.panel_sign_footer button[type="button"] {
    width: 70px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    background: #0276ce;
    font-size: 16px;
    color: #fff;
}

.TextTitle .title_info {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}

.appeal_section {
    width: 715px;
    margin: 0 auto;
    margin-top: 40px;
}

.web_link {
    color: #0276ce;
    text-decoration: underline;
}

.product_section_slide {
    width: 545px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

.product_section_slide .swiper-slide .big_img {
    width: 448px;
    height: 448px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    display: table;
    text-align: center;
}

.product_section_slide .swiper-slide .big_img span {
    display: table-cell;
    vertical-align: middle;
}

.product_section_slide .swiper-slide .big_img img {
    max-width: 100%;
    max-height: 448px;
}

.product_section_slide .swiper-container {
    width: 450px;
}

.product_section_slide .hd {
    width: 450px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

.product_section_slide .hd li {
    float: left;
    width: 86px;
    height: 86px;
    border: 1px solid #e5e5e5;
    margin-right: 2px;
    cursor: pointer;
    display: table;
    text-align: center;
}

.product_section_slide .hd li span {
    display: table-cell;
    vertical-align: middle;
}

.product_section_slide .hd li:last-child {
    margin-right: 0;
}

.product_section_slide .hd li img {
    max-width: 86px;
    max-height: 86px;
}

.product_section_slide .hd li.on {
    border-color: #0276ce;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.product_section_slide .swiper-button-next,
.product_section_slide .swiper-button-prev {
    width: 29px;
    height: 29px;
}

.product_section_slide .swiper-button-next,
.product_section_slide .swiper-container-rtl .swiper-button-prev {
    background: url(../images/next2.png) no-repeat;
    right: 0;
}

.product_section_slide .swiper-button-prev,
.product_section_slide .swiper-container-rtl .swiper-button-next {
    background: url(../images/prev2.png) no-repeat;
    left: 0;
}

.services_slide {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.admission_top_slide {
    position: relative;
    padding: 0 25px;
    height: 42px;
    overflow: hidden;
}

.admission_top_slide .swiper-container {
    width: 100%;
    height: 42px;
    background: rgba(2, 118, 206, 0.05);
}

.admission_top_slide .swiper-slide {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.admission_top_slide .swiper-slide.swiper-slide-thumb-active {
    background: #0276ce;
    color: #fff;
}

.admission_top_slide .swiper-button-next,
.admission_top_slide .swiper-button-prev {
    width: 17px;
    height: 30px;
    margin-top: -15px;
}

.admission_top_slide .swiper-button-next,
.admission_top_slide .swiper-container-rtl .swiper-button-prev {
    background: url(../images/next3.png) no-repeat;
    right: 0;
}

.admission_top_slide .swiper-button-next:hover,
.admission_top_slide .swiper-container-rtl .swiper-button-prev:hover {
    background: url(../images/next3_2.png) no-repeat;
}

.admission_top_slide .swiper-button-prev,
.admission_top_slide .swiper-container-rtl .swiper-button-next {
    background: url(../images/prev3.png) no-repeat;
    left: 0;
}

.admission_top_slide .swiper-button-prev:hover,
.admission_top_slide .swiper-container-rtl .swiper-button-next:hover {
    background: url(../images/prev3_2.png) no-repeat;
}

.six_list,
.six_list li {
    width: 100%;
    overflow: hidden;
}

.six_list li {
    padding: 30px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.six_list li .item_box {
    display: flex;
}

.six_list li .img_box {
    align-self: center;
    display: table;
    text-align: center;
    width: 228px;
    height: 138px;
    border: 1px solid #e5e5e5;
    margin-right: 20px;
}

.six_list li .img_box a {
    display: table-cell;
    vertical-align: middle;
}

.six_list li .img_box img {
    max-width: 100%;
    max-height: 138px;
}

.six_list li .item_cont {
    align-self: center;
    width: 585px;
}

.six_list li .item_tit {
    width: 100%;
    line-height: 26px;
    margin-bottom: 15px;
}

.six_list li .item_tit h6 {
    font-size: 18px;
    color: #333;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    max-width: 75%;
}

.six_list li .item_tit .thumbs,
.seven_list li .item_cont .item_tit .thumbs {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-left: 20px;
    line-height: 26px;
}

.six_list li .item_tit .thumbs img,
.seven_list li .item_cont .item_tit .thumbs img {
    cursor: pointer;
    margin-right: 10px;
}

.six_list li .item_text,
.seven_list li .item_text {
    font-size: 14px;
    color: #666;
    line-height: 2.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.seven_list,
.seven_list li {
    width: 100%;
    overflow: hidden;
}

.seven_list li {
    padding: 30px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.seven_list li:last-child {
    border-bottom: 0;
}

.seven_list li .item_box {
    display: flex;
}

.seven_list li .img_box,
.seven_list li .item_cont {
    align-self: center;
}

.seven_list li .zjimg {
    width: 140px;
    height: 180px;
    margin-right: 30px;
}

.seven_list li .item_cont {
    width: 665px;
}

.seven_list li .item_cont .item_tit {
    width: 100%;
    line-height: 26px;
    margin-bottom: 15px;
}

.seven_list li .item_cont .item_tit h6 {
    font-size: 18px;
    color: #333;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    float: left;
}

.seven_list li .item_cont .item_info {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}


/************************************************** 滑过样式 *******************************************************/

.member_section .meaber_list li .item_box .item_tit .hot,
.firat_list li .item_cont .item_tit .hot {
    display: block;
    float: left;
    width: 38px;
    height: 17px;
    background: url(../images/icon3.png) no-repeat;
    margin: 0 5px;
    margin-left: 10px;
    position: relative;
    top: -5px;
}

.section_tit .more:hover,
.img_list li a:hover .text_item h6,
.notice_list li a:hover,
.member_section .meaber_list li a:hover .item_box .item_tit h6,
.section_tit_two .more:hover,
.member_product_tab a:hover,
.product_list li a:hover .item_cont h6,
.subpage_title .breadNav a:hover,
.firat_list li a:hover .item_cont .item_tit h6,
.two_list li a:hover .item_cont h6,
.five_list li a:hover,
.six_list li .item_box:hover .item_tit h6,
.seven_list li .item_box:hover .item_cont .item_tit h6 {
    color: #0276ce;
}

.img_list li a:hover .img_box img,
.member_section .meaber_list li a:hover .img_box img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}