@charset "utf-8";

/* CSS Document */


/* 导航区域 */

.fixedwrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    z-index: 102;
}

.fixedwrap.scrollactive {
    background: #fff;
}

.logo {
    display: table;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 10px;
    left: 50%;
    text-align: center;
    background: #C00715;
    overflow: hidden;
    margin-left: -600px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}

.logo.logohide {
    opacity: 0;
}

.logo a {
    display: table-cell;
    vertical-align: middle;
}

.logo img {
    max-width: 100%;
    max-height: 100px;
}

.fixedwrap.scrollactive .logo.logohide {
    opacity: 1;
}

.navwarp {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -440px;
    width: 1040px;
    height: 50px;
    z-index: 9;
}

.navwarp.navbg,
.navbg2 {
    background: #C00715;
}

.navwarp .nav {
    float: left;
    padding-left: 27px;
}

.navwarp .navlist>ul>li {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    /*font-weight: bold;*/
}

.navwarp .navlist>ul>li>a {
    padding: 0 10px;
}

.navwarp .navlist>ul>li:hover>a {
    text-decoration: underline;
}

.navwarp .navlist>ul>li a {
    display: block;
}

.navwarp .navlist>ul>li .menu_nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px 30px;
    z-index: 9;
    background: rgba(17, 17, 17, .6);
    overflow: hidden;
}

.navwarp .navlist>ul>li .menu_nav * {
    box-sizing: border-box;
}

.navwarp .navlist>ul>li .menu_nav li {
    float: left;
    width: 25%;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
}

.navwarp .navlist>ul>li .menu_nav li:hover a,
.navwarp .navlist>ul>li.navtwo .menutwo_nav li:hover a {
    text-decoration: underline;
}

.navwarp .navlist>ul>li .menu_nav li a {
    padding: 0 10px;
}

.navwarp .navlist>ul>li.navtwo {
    position: relative;
}

.navwarp .navlist>ul>li.navtwo .menutwo_nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 0;
    width: 115px;
    text-align: center;
    z-index: 9;
    background: rgba(17, 17, 17, .6);
    overflow: hidden;
}

.navwarp .navlist>ul>li.navtwo .menutwo_nav li {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.navwarp .navlist>ul>li.navtwo .menutwo_nav li a {
    padding: 5px;
}

.navwarp .search_btn {
    display: block;
    float: left;
    margin-left: 5px;
    height: 50px;
}

.navwarp .search_btn img {
    margin-top: 17px;
}

.searchwrap {
    z-index: 1;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 140px;
    height: 100%;
    background: #C00715;
}

.searchwrap img {
    float: left;
    margin-top: 17px;
}

.searchwrap input {
    float: left;
    width: 740px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: none;
}

.searchwrap input::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
}

.searchwrap input:-moz-placeholder {
    font-size: 14px;
    color: #fff;
}

.searchwrap input::-moz-placeholder {
    font-size: 14px;
    color: #fff;
}

.searchwrap input:-ms-input-placeholder {
    font-size: 14px;
    color: #fff;
}

.searchwrap .search_close {
    float: right;
    display: block;
    margin-right: 30px;
    width: 17px;
    height: 50px;
    background: url(../images/icon6.png) center center no-repeat;
}


/* banner区域 */

.banner {
    margin: 0 auto;
    position: relative;
    width: 1280px;
    height: 704px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide img.banner_img {
    width: 100%;
    height: 704px;
}

.banner .banner_logo {
    position: absolute;
    background-color: #c00715;
    left: 30px;
    display: block;
    opacity: 0;
    top: -100%;
    transition: all 2.5s ease;
    z-index: 9;
}

.banner .banner_logo img {
    width: 140px;
    height: 140px;
}

.banner .swiper-slide-active .banner_logo {
    opacity: 1;
    top: 10px;
    z-index: 99;
}

.banner .banner_text {
    position: absolute;
    height: auto;
    bottom: -100%;
    left: 60px;
    display: table-cell;
    vertical-align: middle;
    width: 400px;
    height: 130px;
    opacity: 0;
    -webkit-transition-property: opacity, bottom, transform;
    -moz-transition-property: opacity, bottom, transform;
    -ms-transition-property: opacity, bottom, transform;
    -o-transition-property: opacity, bottom, transform;
    transition-property: opacity, bottom, transform;
    -webkit-transition-duration: 6s, 6s, 6s;
    -moz-transition-duration: 6s, 6s, 6s;
    -ms-transition-duration: 6s, 6s, 6s;
    -o-transition-duration: 6s, 6s, 6s;
    transition-duration: 6s, 6s, 6s;
}

.banner .banner_text .bgcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    filter: Alpha(opacity=6)\9;
    background-color: #C00715;
}

.banner .swiper-slide-active .banner_text {
    bottom: 142px;
    opacity: 1;
    filter: Alpha(opacity=1)\9;
}

.banner .banner_text .text_box {
    display: table-cell;
    padding-left: 29px;
    height: 123px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

.banner .banner_text .text_box h5 {
    padding-bottom: 13px;
    max-height: 70px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner .banner_text .text_box h6 {
    max-height: 70px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner .tagswrap {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 9;
    overflow: hidden;
}

.banner .tagswrap .white {
    position: absolute;
    top: 5%;
    margin-left: -100%;
    left: 50%;
    height: 300%;
    width: 300%;
    border-radius: 100%;
    background: #fff;
    -webkit-transform: rotateY(20deg);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 75px;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    outline: none;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.banner .swiper-pagination-bullet-active {
    background: #C00715;
}

.news_slide {
    position: relative;
    padding: 0 27px;
    overflow: hidden;
}

.news_slide_wrap {
    width: 100%;
    overflow: hidden;
}

.news_slide li {
    float: left;
    margin: 0 auto;
    position: relative;
    margin-right: 10px;
    width: 210px;
    height: 135px;
    overflow: hidden;
}

.news_slide ul {
    width: 999em;
}

.news_slide li.active {
    width: 706px;
}

.news_slide li .img_box {
    float: left;
    width: 210px;
    height: 135px;
}

.news_slide li .img_box img {
    width: 100%;
    height: 135px;
}

.news_slide li .item_cont {
    float: left;
    box-sizing: border-box;
    padding: 12px 17px;
    padding-right: 20px;
    width: 496px;
    height: 135px;
    background: #f7f7f7;
}

.news_slide li .item_cont h6 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_slide li .item_cont p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*要显示的行数*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_slide li .item_cont a {
    margin-top: 15px;
    display: block;
    font-size: 12px;
    color: #C00715;
}

.news_slide .btn-prev,
.news_slide .btn-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    width: 12px;
    height: 22px;
}

.news_slide .btn-prev {
    left: 0;
    background: url(../images/prev.png) no-repeat;
}

.news_slide .btn-next {
    right: 0;
    background: url(../images/next.png) no-repeat;
}


/* 资讯中心 */

.information_section .hd {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E8E8E8;
    overflow: hidden;
}

.information_section .hd h6 {
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #333;
}

.information_section .hd ul {
    position: relative;
    margin-left: 74px;
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 50px;
    height: 25px;
    line-height: 25px;
    border-left: 1px solid #e8e8e8;
    overflow: hidden;
}

.information_section .hd ul li {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.information_section .hd ul li a {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

.information_section .hd ul li.on {
    color: #C00715;
}

.information_section .hd ul li.on a {
    display: block;
}

.information_section .information_items {
    margin-top: 20px;
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.adve_slide {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.adve_slide .bd li img {
    width: 100%;
    height: 110px;
}

.adve_slide .hd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.adve_slide .hd ul {
    display: inline-block;
}

.adve_slide .hd li {
    float: left;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 100%;
    background: rgba(255, 255, 255, .6);
}

.adve_slide .hd li.on {
    background: #fff;
}

.news_section {
    float: left;
    width: 600px;
}

.news_tab .hd {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 42px;
    background: linear-gradient(180deg, #F9F9F9, #EDEDED);
}

.news_tab .hd li {
    float: left;
    width: 100px;
    height: 39px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 39px;
    font-weight: bold;
    border-top: 3px solid transparent;
    cursor: pointer;
}

.news_tab .hd li a {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    color: #999;
    line-height: 42px;
}

.news_tab .hd li.on {
    background: #fff;
    border-color: #E60213;
}

.news_tab .hd li.on a {
    display: block;
}

.news_tab .bd {
    width: 100%;
    overflow: hidden;
}

.news_tab .bd .news_items {
    width: 100%;
    min-height: 20px;
    overflow: hidden;
}

.news_tab .bd .img_box {
    float: left;
    width: 275px;
    height: 200px;
}

.news_tab .bd .img_box img {
    width: 100%;
    height: 200px;
}

.news_tab .news_list {
    float: right;
    width: 305px;
}

.news_list {
    margin-top: -10px;
}

.news_list li {
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    background: url(../images/libg.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsright_section {
    float: right;
    width: 570px;
}

.section_title {
    position: relative;
    margin-bottom: 20px;
    padding-right: 10px;
    height: 42px;
    background: linear-gradient(180deg, #F9F9F9, #EDEDED);
}

.section_title h6 {
    float: left;
    width: 100px;
    height: 39px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 39px;
    background: #fff;
    border-top: 3px solid #E60213;
}

.section_title .more {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 42px;
}

.news_list.two li {
    padding-left: 0;
    background: none;
}

.news_list.two li img {
    margin-right: 10px;
}

.link_section {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.link_list {
    width: 100%;
    overflow: hidden;
}

.link_list li {
    float: left;
    margin: 0 10px 10px 10px;
    width: 178px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.link_list li img {
    max-width: 275px;
    max-height: 55px;
}

.footer {
    padding-top: 43px;
    background: #C00715;
    overflow: hidden;
}

.foot_top {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
}

.foot_top .foot_logo {
    float: left;
    margin-top: 9px;
}

.foot_top .foot_text {
    float: left;
    margin-left: 60px;
    margin-top: 5px;
}

.foot_top .foot_text p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.foot_top .foot_text p img {
    margin-right: 10px;
}

.foot_top .foot_right {
    float: right;
    width: 105px;
}

.foot_top .foot_right img {
    width: 100%;
    height: 105px;
}

.foot_top .foot_right p {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.foot_btm {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
}

.foot_btm p {
    font-size: 14px;
    color: #fff;
}

.index_fixed {
    position: fixed;
    top: 45%;
    right: 30px;
    width: 80px;
    z-index: 100;
}

.index_fixed li {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    height: 80px;
    text-align: center;
    background: #C00715;
}

.index_fixed li a {
    display: table-cell;
    vertical-align: middle;
}

.index_fixed li img {
    height: 30px;
}

.index_fixed li p {
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.page_content {
    padding-top: 130px;
    width: 100%;
    min-height: 700px;
    padding-bottom: 30px;
    overflow: hidden;
}

.subpage_title {
    margin-top: 30px;
    padding-bottom: 12px;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.sidenav_list {
    width: 100%;
    height: 39px;
    line-height: 37px;
    border-bottom: 1px solid #ddd;
}

.sidenav_list h6 {
    float: left;
    margin-right: 49px;
    font-size: 16px;
    color: #C00715;
    font-weight: normal;
}

.sidenav_list ul {
    float: left;
}

.sidenav_list ul li {
    float: left;
    margin-right: 48px;
    font-size: 16px;
    color: #333;
    line-height: 37px;
    border-bottom: 2px solid transparent;
}

.sidenav_list ul li.active {
    color: #C00715;
    border-color: #C00715;
}

.introduction_section {
    margin: 0 44px;
    margin-top: 25px;
    /*overflow: hidden;*/
}

.introduction_title {
    margin-bottom: 25px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.introduction_text {
    width: 100%;
    overflow: hidden;
}

.introduction_text,
.introduction_text p,
.introduction_text p span {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.introduction_text img,
.introduction_text p img {
    max-width: 100%;
}

.first_list,
.first_list li {
    width: 100%;
    overflow: hidden;
}

.first_list li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
}

.first_list li a {
    display: flex;
}

.first_list li .img_box {
    float: left;
    width: 210px;
    height: 135px;
}

.first_list li .img_box img {
    width: 100%;
    height: 135px;
}

.first_list li .item_cont {
    align-self: center;
    margin-left: 20px;
    width: 825px;
}

.first_list li .item_cont h6 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_list li .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.first_list li .item_cont .item_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.first_list li .item_cont .item_time {
    margin-top: 10px;
}

.two_list {
    width: 100%;
    overflow: hidden;
}

.two_list li {
    float: left;
    margin-top: 20px;
    margin-right: 25px;
    width: 338px;
    height: 93px;
    border: 1px solid rgba(192, 7, 21, .5);
}

.two_list li:nth-child(3n) {
    margin-right: 0;
}

.two_list li a {
    display: block;
    padding: 0 21px;
    overflow: hidden;
}

.two_list li h6 {
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li p {
    margin-left: -4px;
    margin-top: 10px;
    font-size: 14px;
    color: #B7060A;
    line-height: 24px;
}

.three_list {
    width: 100%;
    overflow: hidden;
}

.three_list li {
    padding: 16px 0;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    background: url(../images/libg.png) left center no-repeat;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.three_list li a {
    display: block;
    float: left;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.three_list li .time {
    float: right;
    color: #999;
}

.member_nav {
    padding-top: 15px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.member_nav a {
    display: inline-block;
    margin: 0 5px;
    width: 100px;
    height: 32px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 32px;
    background: #E8E8E8;
    border-radius: 5px;
}

.member_nav a:hover,
.member_nav a.active {
    color: #fff;
    background: #C00715;
}

.member_search {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.company_section {
    width: 100%;
    overflow: hidden;
}

.company_section label {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.company_section input {
    float: left;
    width: 248px;
    height: 32px;
    font-size: 14px;
    color: #666;
    border: 1px solid #C00715;
}

.company_section button {
    float: left;
    width: 60px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    background: #C00715;
    border: 0;
}

.member_result {
    margin: 0 auto;
    margin-top: 20px;
    width: 800px;
}

.member_result table {
    width: 100%;
}

.member_result table thead th {
    padding: 8px 10px;
    width: 50%;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #F0F0F0;
}

.member_result table tbody td {
    padding: 8px 10px;
    width: 50%;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #fff;
}

.member_result table tbody tr:nth-child(even) td {
    background: #FCF5F1;
}

.retrieval_section {
    margin-top: 17px;
    width: 100%;
    overflow: hidden;
}

.retrieval_section p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.retrieval_btn {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.retrieval_btn a {
    display: block;
    float: left;
    margin-right: 9px;
    width: 28px;
    height: 32px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 32px;
    background: #F2F2F2;
}

.retrieval_btn a:hover,
.retrieval_btn a.active {
    color: #fff;
    background: #C00715;
}

.retrieval_btn button {
    float: right;
    width: 92px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #C00715;
}

.four_list {
    width: 100%;
    overflow: hidden;
}

.four_list li {
    margin-top: 20px;
    display: flex;
    border: 1px solid #E5E5E5;
    overflow: hidden;
}

.four_list li .img_box {
    float: left;
    width: 120px;
    height: 182px;
    overflow: hidden;
}

.four_list li .img_box img {
    width: 100%;
    height: 182px;
}

.four_list li .item_cont {
    margin-left: 29px;
    align-self: center;
    width: 900px;
}

.four_list li .item_cont .item_title {
    margin-bottom: 20px;
    width: 100%;
    line-height: 31px;
    overflow: hidden;
}

.four_list li .item_cont .item_title h6 {
    float: left;
    margin-right: 20px;
    max-width: 730px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list li .item_cont .item_title span {
    font-size: 14px;
    color: #333;
}

.four_list li .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /*要显示的行数*/
    overflow: hidden;
}

.five_list {
    overflow: hidden;
}

.five_list * {
    box-sizing: border-box;
}

.five_list ul {
    margin: 0 -9px;
}

.five_list li {
    float: left;
    padding: 20px 9px;
    padding-bottom: 13px;
    width: 25%;
    height: 285px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.five_list li .item_cont {
    margin: 0 auto;
    width: 250px;
}

.five_list li img {
    width: 100%;
    height: 160px;
}

.five_list li h6 {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.five_list li p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.six_list {
    width: 100%;
    overflow: hidden;
}

.six_list li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.six_list li a {
    display: flex;
}

.six_list li .item_time {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    border: 1px solid #C00715;
}

.six_list li .item_time h6 {
    margin-top: 7px;
    font-size: 30px;
    color: #C00715;
    font-weight: normal;
}

.six_list li .item_time p {
    font-size: 14px;
    color: #C00715;
    line-height: 20px;
}

.six_list li .item_cont {
    align-self: center;
    margin-left: 20px;
    width: 910px;
}

.six_list li .item_cont h6 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.six_list li .item_cont p {
    margin-top: 24px;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.works_list {
    margin: 20px 30px;
    margin-bottom: -20px;
    overflow: hidden;
}

.works_list li {
    position: relative;
    float: left;
    margin-right: 55px;
    margin-bottom: 20px;
    width: 300px;
    height: 190px;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
}

.works_list li img {
    width: 100%;
    height: 190px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.works_list li .item_tit {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    padding: 0 27px;
    height: 140px;
    overflow: hidden;
    display: table;
    font-family: Microsoft YaHei;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease 0s;
}

.works_list li:hover .item_tit {
    top: 0;
}

.works_list li .item_tit span {
    display: table-cell;
    vertical-align: middle;
}

.works_list li .item_tit span p {
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /*要显示的行数*/
    overflow: hidden;
}

.works_list li .btn_section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    height: 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.works_list li:hover .btn_section {
    bottom: 0;
}

.works_list li .btn_section a {
    display: inline-block;
    margin: 0 20px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    transition: all 0.3s;
}

.works_list li .btn_section a:hover {
    background: #C00715;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.5) inset;
}

.works_list li .btn_section a i {
    display: block;
    height: 30px;
}

.works_list li .btn_section a.search_icon img {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    width: 100%;
    height: 100%;
}

.works_list li .btn_section a.search_icon i {
    background: url(../images/icon10.png) center center no-repeat;
}

.works_list li .btn_section a.search_icon:hover i {
    background: url(../images/icon10_2.png) center center no-repeat;
}

.works_list li .btn_section a.link_icon i {
    background: url(../images/icon11.png) center center no-repeat;
}

.works_list li .btn_section a.link_icon:hover i {
    background: url(../images/icon11_2.png) center center no-repeat;
}

.works_list li:nth-child(3n) {
    margin-right: 0;
}

.bigimg {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 99999;
    border: 10px solid #fff;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 9999;
}

.atlas_section_slide {
    width: 900px;
    height: 575px;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
}

.gallery-top {
    position: relative;
}

.gallery-top .swiper-slide img {
    height: 575px;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #CE0D12;
}

.atlas_section_slide .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active,
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    height: 66px;
}

.gallery-thumbs .swiper-slide,
.gallery-thumbs .swiper-slide img {
    height: 70px;
}

.atlas_section_slide .swiper-pagination-fraction {
    width: auto;
    color: #fff;
    font-size: 16px;
    z-index: 99999;
    left: 20px;
    bottom: 15px;
}

.atlas_section_slide .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 24px;
}

.atlas_section_slide .swiper-pagination-fraction .swiper-pagination-current:before {
    content: "0";
}

.gallery-thumbs {
    position: absolute;
    left: 100px;
    right: 5px;
    bottom: 5px;
    width: auto;
    height: 70px;
}

.atlas_section_slide .slide_black {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    z-index: 9;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.6);
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.atlas_section_slide .swiper-button-next.swiper-button-white,
.atlas_section_slide .swiper-button-prev.swiper-button-white {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999;
    cursor: pointer;
}

.atlas_section_slide .swiper-button-prev.swiper-button-white {
    background: url(../images/prev.jpg) no-repeat;
    left: 0;
}

.atlas_section_slide .swiper-button-prev.swiper-button-white:hover {
    background: url(../images/prev_2.jpg) no-repeat;
}

.atlas_section_slide .swiper-button-next.swiper-button-disabled,
.atlas_section_slide .swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit;
}

.atlas_section_slide .swiper-button-next.swiper-button-white {
    right: 0;
    background: url(../images/next.jpg) no-repeat;
}

.atlas_section_slide .swiper-button-next.swiper-button-white:hover {
    background: url(../images/next_2.jpg) no-repeat;
}


/* 滑过样式 */

.information_section .hd ul li a:hover,
.news_tab .hd li a:hover,
.news_list li a:hover,
.section_title .more:hover,
.first_list li a:hover h6,
.two_list li a:hover h6,
.three_list li a:hover,
.five_list li a:hover h6,
.six_list li a:hover .item_cont h6,
.NewsPages a:hover {
    color: #C00715;
}

