@charset "utf-8";

/* CSS Document */

body {
    background: #f5f5f5;
}

.header {
    padding: 29px 0;
    background: #fff;
}

.header .logo {
    float: left;
    /*margin-top: 20px;*/
}

.header .head_right {
    float: right;
    width: 270px;
}

.header .head_right .sign_btn {
    width: 100%;
    overflow: hidden;
}

.header .head_right .sign_btn a {
    display: block;
    float: right;
    width: 90px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    background: #D9251E;
    border-radius: 17px;
}

.header .head_right .sign_btn a img {
    margin-right: 3px;
}

.header .head_right .search_box {
    margin-top: 10px;
    width: 100%;
    height: 34px;
}

.header .head_right .search_box input {
    float: left;
    width: 214px;
    height: 32px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e5e5e5;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

.header .head_right .search_box button {
    float: right;
    width: 45px;
    height: 34px;
    border-radius: 0 3px 3px 0;
    background: #D9251E;
    border: 0;
}

.nav {
    width: 100%;
    background: #BE141E;
}

.nav ul>li {
    position: relative;
    float: left;
    width: 109px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.nav ul>li a {
    display: block;
}

.nav ul>li .menu_nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #BE141E;
    z-index: 999;
}

.nav ul>li .menu_nav li {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.nav ul>li .menu_nav li:last-child {
    border-bottom: 0;
}

.nav ul>li .menu_nav li a {
    padding: 5px;
}

.nav ul>li:hover,
.nav ul>li.active,
.nav ul>li .menu_nav li:hover {
    background: #AE111A;
}

.banner {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: top center !important;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 380px;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .6;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.index_content {
    margin: 10px 0;
    padding: 0 20px;
    background: #fff;
    overflow: hidden;
}

.notice_section {
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}

.notice_first {
    margin-bottom: 30px;
    font-size: 29px;
    color: #333;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice_list {
    width: 100%;
    overflow: hidden;
}

.notice_list li {
    float: left;
    margin-right: 20px;
    width: 373px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice_list li:last-child {
    margin-right: 0;
}

.section {
    width: 100%;
    overflow: hidden;
}

.news_slide {
    float: left;
    position: relative;
    width: 640px;
    height: 370px;
    overflow: hidden;
}

.news_slide .bd li {
    position: relative;
    width: 640px;
    height: 370px;
}

.news_slide .bd li img {
    width: 100%;
    height: 370px;
}

.news_slide .bd li .cover_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 11px;
    padding-right: 180px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_slide .hd {
    position: absolute;
    right: 16px;
    bottom: 15px;
}

.news_slide .hd li {
    float: left;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 100%;
    background: #fff;
}

.news_slide .hd li.on {
    background: #BE141E;
}

.dynamics_section {
    float: right;
    width: 495px;
}

.section_title {
    width: 100%;
    height: 31px;
    border-bottom: 1px solid #E3E3E3;
}

.section_title h6 {
    float: left;
    height: 29px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    border-bottom: 2px solid #BE141E;
}

.section_title .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.news_list {
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
}

.news_list li {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    overflow: hidden;
}

.news_list li a {
    display: block;
    float: left;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li .time {
    float: right;
    color: #999;
}

.affairs_section {
    float: left;
    width: 565px;
}

.news_tab {
    float: right;
    width: 565px;
}

.news_tab .hd {
    width: 100%;
}

.news_tab .hd ul {
    position: relative;
    padding-right: 45px;
    font-size: 18px;
    color: #333;
}

.news_tab .hd ul li {
    display: inline-block;
    height: 29px;
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.news_tab .hd ul li a {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    font-size: 14px;
    color: #999;
}

.news_tab .hd ul li.on {
    color: #BE141E;
    border-bottom: 2px solid #BE141E;
}

.news_tab .hd ul li.on a {
    display: block;
}

.news_tab .news_items {
    min-height: 20px;
}

.adve_section {
    margin-bottom: 30px;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.adve_section img {
    width: 100%;
    height: 130px;
}

.newsimg_section {
    width: 565px;
}

.section_title2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 9px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    border-bottom: 4px solid #EBEBEB;
}

.section_title2 h6 {
    float: left;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.section_title2 h6::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 72px;
    height: 4px;
    background: #D9251E;
}

.section_title2 .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.newsimg_section .news_img {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 295px;
    overflow: hidden;
}

.newsimg_section .news_img img {
    width: 100%;
    height: 295px;
}

.newsimg_section .news_img .cover_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 11px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list2 {
    width: 100%;
    overflow: hidden;
}

.news_list2 li {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list2 li span {
    margin-right: 5px;
    color: #EBEBEB;
}

.adve_section2 {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

.adve_section2 .adve_item {
    float: left;
    width: 400px;
    height: 183px;
    overflow: hidden;
}

.adve_section2 .adve_item img {
    width: 100%;
    height: 183px;
}

.adve_section2 .adve_list {
    float: right;
    width: 740px;
}

.adve_section2 .adve_list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 11px;
    width: 360px;
    height: 86px;
    overflow: hidden;
}

.adve_section2 .adve_list li img {
    width: 100%;
    height: 86px;
}

.adve_section2 .adve_list li:nth-child(2n) {
    margin-right: 0;
}

.adve_section2 .adve_list li:nth-child(3),
.adve_section2 .adve_list li:nth-child(4) {
    margin-bottom: 0;
}

.link_section {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.section_title3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
}

.section_title3 h6 {
    float: left;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.link_list {
    width: 100%;
    overflow: hidden;
}

.link_list li {
    float: left;
    margin-bottom: 5px;
    margin-right: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.footer {
    padding: 30px 0;
    background: #323234;
    overflow: hidden;
}

.footer_left {
    float: left;
}

.footer_left p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.footer_right {
    float: left;
    margin-left: 300px;
    width: 100px;
    text-align: center;
}

.footer_right img {
    margin-bottom: 10px;
    width: 100%;
    height: 100px;
}

.footer_right p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.page_content {
    margin-top: 10px;
    padding: 20px;
    padding-bottom: 30px;
    background: #fff;
    min-height: 750px;
}

.sidenav {
    float: left;
    width: 162px;
}

.sidenav .sidenav_tit {
    margin-bottom: 18px;
    width: 100%;
    height: 43px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    background: url(../images/titbg.png) no-repeat;
    background-size: cover;
}

.sidenav .sidenav_list {
    width: 100%;
    overflow: hidden;
}

.sidenav .sidenav_list>li {
    margin-bottom: 10px;
    width: 100%;
    /*height: 41px;*/
    font-size: 15px;
    color: #666;
    text-align: center;
    line-height: 41px;
    background: #EBEBEB;
    position: relative;
}

.sidenav .sidenav_list li a {
    display: block;
}

.sidenav .sidenav_list>li:hover>a,
.sidenav .sidenav_list>li.active>a {
    color: #fff;
    background: #BE141E;
}
.sidenav .sidenav_list>li.active.moreactive ul{
    display: block;
}

.sidenav .sidenav_list>li>ul {
    display: none;
    background: #fff;
}

.sidenav .sidenav_list>li>ul>.active {
    color: #BE141E;
}

.cont_right {
    float: right;
    width: 970px;
    min-height: 600px;
}

.breadnav {
    margin-bottom: 25px;
    width: 100%;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}

.breadnav span {
    margin: 0 5px;
}

.first_list {
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}

.first_list li {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 42px;
    overflow: hidden;
}

.first_list li a {
    display: block;
    float: left;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_list li .time {
    float: right;
    color: #999;
}

.cont_right_box {
    padding: 0 20px;
    min-height: 600px;
    border: 1px solid #e3e3e3;
}

.introduction_section {
    width: 100%;
    overflow: hidden;
}

.introduction_section .introduction_title {
    padding: 17px 0;
    font-size: 20px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
}

.introduction_section .introduction_title p {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.introduction_section .introduction_text {
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
}

.introduction_section .introduction_text,
.introduction_section .introduction_text p,
.introduction_section .introduction_text p span {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.introduction_section .introduction_text img,
.introduction_section .introduction_text p img {
    max-width: 100%;
}

.leader_section {
    padding-top: 15px;
    width: 100%;
    overflow: hidden;
}

.leader_section .leader_items {
    padding: 15px 0;
    overflow: hidden;
}

.leader_section .leader_items:last-child {
    padding-bottom: 0;
}

.leader_title {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.leader_first {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.leader_first img {
    width: 170px;
    /* height: 168px; */
}

.leader_first h6 {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.leader_first p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.leader_list {
    margin: 0 30px;
    overflow: hidden;
}

.leader_list li {
    float: left;
    margin-right: 67px;
    margin-bottom: 30px;
    width: 120px;
    height: 310px;
    text-align: center;
}

.leader_list li img {
    width: 100%;
    height: 168px;
}

.leader_list li:nth-child(5n) {
    margin-right: 0;
}

.leader_list li h6 {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}

.leader_list li p {
    font-size: 13px;
    color: #666;
    line-height: 20px;
}

.down_section {
    margin: 10px 0;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.down_section a {
    font-size: 14px;
    color: #D9251E;
}

.down_section a img {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.company_nav {
    display: table;
    margin: 20px auto;
    overflow: hidden;
}

.company_nav a {
    display: block;
    float: left;
    margin: 0 20px;
    width: 142px;
    height: 34px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 34px;
    border: 1px solid #DCDCDC;
    border-radius: 18px;
}

.company_nav a:hover,
.company_nav a.active {
    color: #BE141E;
    border-color: #BE141E;
}

.two_list {
    margin: 0 10px;
    margin-top: 40px;
    overflow: hidden;
}

.two_list li {
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-right: 10px;
    width: 33.33%;
}

.two_list li .img_box {
    display: table;
    width: 260px;
    height: 50px;
    text-align: center;
    border: 1px solid #eee;
}

.two_list li .img_box span {
    display: table-cell;
    vertical-align: middle;
}

.two_list li .img_box img {
    max-width: 90%;
    max-height: 55px;
}

.two_list li p {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    margin-right: 30px;
}

.service_section {
    margin: 0 auto;
    margin-top: 40px;
    width: 490px;
    overflow: hidden;
}

.service_section li {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.service_section li label {
    display: block;
    float: left;
    width: 57px;
    font-size: 14px;
    color: #666;
    text-align: right;
    line-height: 34px;
}

.service_section li .inp_box {
    float: right;
    width: 418px;
    border: 1px solid #E3E3E3;
    overflow: hidden;
}

.service_section li .inp_box input {
    padding-left: 20px;
    width: 398px;
    height: 32px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.service_section li .inp_box textarea {
    padding: 10px 0;
    padding-left: 20px;
    width: 398px;
    height: 68px;
    font-size: 14px;
    color: #666;
    border: 0;
    resize: none;
}

.service_section li .inp_box input.yzm_inp {
    float: left;
    width: 341px;
}

.service_section li .inp_box .yzm_img {
    float: right;
    width: 57px;
    height: 32px;
}

.service_section li .inp_box .yzm_img img {
    width: 100%;
    height: 32px;
}

.service_section li.btn_section {
    text-align: center;
}

.service_section li.btn_section button {
    display: inline-block;
    margin: 0 20px;
    width: 95px;
    height: 34px;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
}

.service_section li.btn_section button[type="reset"] {
    color: #666;
    background: #eee;
}

.service_section li.btn_section button[type="submit"] {
    color: #fff;
    background: #BE141E;
}

.three_list {
    margin: 0 19px;
    margin-top: 19px;
    margin-bottom: -20px;
    overflow: hidden;
}

.three_list li {
    margin-bottom: 20px;
    border: 1px solid #eee;
    overflow: hidden;
}

.three_list li a {
    display: flex;
}

.three_list li .img_box {
    float: left;
    width: 178px;
    height: 162px;
}

.three_list li .img_box img {
    width: 100%;
    height: 162px;
}

.three_list li .item_cont {
    align-self: center;
    margin-left: 20px;
    width: 700px;
}

.three_list li .item_cont h6 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.three_list li .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    color: #666;
}

.three_list li .item_cont .item_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.three_list li .item_cont .item_more {
    color: #999;
    text-align: right;
}

.partyimg_box {
    padding-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    height: 120px;
    border-top: 1px solid #E3E3E3;
    overflow: hidden;
}

.partyimg_box img {
    width: 100%;
    height: 120px;
}

.partycont_section {
    width: 100%;
    overflow: hidden;
}

.partycont_section .party_btn {
    padding-top: 30px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.partycont_section .party_btn * {
    box-sizing: border-box;
}

.partycont_section .party_btn a {
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 33.33%;
    font-size: 16px;
    color: #333;
}

.partycont_section .partycont_title {
    padding: 15px 0;
    font-size: 20px;
    color: #333;
    text-align: center;
    overflow: hidden;
}

.partycont_section .party_text {
    padding-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.partycont_section .party_text,
.partycont_section .party_text p,
.partycont_section .party_text p span {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
}

.partycont_section .party_text img,
.partycont_section .party_text p img {
    max-width: 100%;
}


/* 滑过样式 */

.notice_first a:hover,
.notice_list li a:hover,
.section_title .more:hover,
.news_list li a:hover,
.news_tab .hd ul li a:hover,
.section_title2 .more:hover,
.news_list2 li a:hover,
.link_list li a:hover,
.breadnav a:hover,
.breadnav a.active,
.first_list li a:hover,
.three_list li a:hover h6,
.partycont_section .party_btn a:hover {
    color: #BE141E;
}
