@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input,
textarea,
select {
    font: inherit;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

h3 {
    font-weight: normal;
}

em {
    font-style: normal;
}

.f14 {
    font-size: 14px;
}

.f18 {
    font-size: 18px;
}

.hidden {
    overflow: hidden;
}

.wrap_box {
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
    font-family: "微软雅黑";
    line-height: 28px;
    font-size: 16px;
    background: #fff;
    color: #333;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.content {
    width: 1280px;
    margin: 0 auto;
}

.bigimg img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bigimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


/*header*/

.header {
    width: 94.16666667%;
    margin: 0 auto;
    height: 100px;
}

.nav {
    width: 61.94690265%;
    margin-left: 5%;
    font-size: 18px;
}

.nav>ul>li {
    float: left;
    width: 12.5%;
    text-align: center;
    line-height: 100px;
    position: relative;
}

.nav>ul>li::after {
    width: 76px;
    height: 6px;
    background: #c9161e;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    position: absolute;
    content: "";
    transform: scale(0, 0);
    transition: all 0.6s;
}

.nav>ul>li:hover::after {
    transform: scale(1, 1);
}

.nav>ul>li:hover .sub_nav {
    display: block;
}

.nav>ul>li.active::after {
    width: 76px;
    height: 6px;
    background: #c9161e;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    position: absolute;
    content: "";
    transform: scale(1, 1);
}

.sub_nav {
    width: 170%;
    top: 100px;
    left: -35%;
    padding: 10px 0 0;
    z-index: 9;
    display: none;
}

.sub_nav li {
    line-height: 60px;
    background: #fff;
    border-bottom: solid 1px #e6e6e6;
    font-size: 14px;
}

.sub_nav li:hover {
    background: #c9161e;
    color: #fff;
}

.search_btn {
    right: 0;
    top: 35px;
}

.searchBox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 116px;
    width: 100%;
    align-items: center;
    align-content: center;
    opacity: 0;
}

.searchBoxContent {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ss_txt {
    width: 400px;
    height: 60px;
    margin: 0 20px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    font-size: 18px;
}

@media only screen and (max-width: 1400px) {
    .nav {
        font-size: 16px;
    }
}


/*banner*/

.banner {
    position: relative;
    overflow: hidden;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides img {
    width: 100%;
}

.banner .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.banner .flex-control-nav li {
    display: inline-block;
    *display: inline;
    width: 14px;
    height: 14px;
    margin: 0 5px;
}

.banner .flex-control-nav li a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: #ccc;
    border-radius: 100%;
    cursor: pointer;
}

.banner .flex-control-nav .flex-active {
    background: #c9161e;
}

.banner .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.banner .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.banner .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.banner .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

.index {
    width: 625px;
    padding: 50px 0 40px;
}

.index_tit {
    margin-bottom: 30px;
}

.index_tit h2 {
    font-size: 36px;
    line-height: 52px;
}

.index_tit p {
    color: #666;
    font-size: 24px;
    line-height: 44px;
}

.more {
    width: 140px;
    height: 40px;
    background: #c9151e;
    line-height: 40px;
    color: #fff;
    display: block;
}

.video {
    width: 625px;
    height: 360px;
}

.video_pic {
    width: 625px;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.video_btn {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.brand {
    height: 318px;
}

.brand img {
    height: 318px;
}

.brand li {
    height: 40px;
}

.brand_list {
    width: 100px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

.brand_list:nth-child(6n+6) {
    margin-right: 0;
}

.news_banner {
    position: relative;
    overflow: hidden;
}

.news_banner li {
    position: relative;
}

.news_banner .slides {
    position: relative;
    z-index: 1;
}

.news_banner .slides img {
    width: 100%;
}

.news_banner .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: right;
    padding-right: 15px;
}

.news_banner .flex-control-nav li {
    display: inline-block;
    *display: inline;
    width: 8px;
    height: 8px;
    margin: 0 3px;
}

.news_banner .flex-control-nav li a {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.news_banner .flex-control-nav .flex-active {
    background: #c9161e;
}

.news_banner .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.news_banner .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.news_banner .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.news_banner .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

.news_banner_con {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0 100px 0 20px;
    line-height: 42px;
}

.news_banner_tit {
    width: 280px;
}

.news_list li {
    margin-top: 30px;
}

.news_list_pic img {
    width: 240px;
    height: 130px;
}

.news_list_con {
    width: 360px;
}

.news_list_time {
    font-size: 12px;
    color: #999;
    line-height: 34px;
}

.news_list_txt {
    color: #505050;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.bg1 {
    background: url(../images/bg1.jpg) no-repeat center top;
    height: 425px;
}

.tit {
    padding: 55px 0 0;
}

.tit h2 {
    font-size: 36px;
    line-height: 56px;
}

.tit p {
    font-size: 24px;
    color: #666;
    line-height: 42px;
}

.care_list {
    margin: 50px 0 0;
}

.care_list img {
    width: 240px;
    height: 160px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 34px;
    height: 68px;
    margin-top: -34px;
}

.swiper-button-next {
    right: 0;
    background: url(../images/next.png) no-repeat;
}

.swiper-button-prev {
    left: 0;
    background: url(../images/prev.png) no-repeat;
}

.video_list {
    margin: 40px 0 0;
}

.video_list li {
    width: 305px;
    position: relative;
    height: 220px;
    margin-right: 20px;
    float: left;
    cursor: pointer;
}

.video_list li:nth-child(4n+4) {
    margin-right: 0;
}

.video_list li img {
    height: 100%;
    width: 100%;
}

.video_list li::after {
    width: 68px;
    height: 68px;
    background: url(../images/video.png) no-repeat center center;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.party_box {
    margin: 20px 0 0;
}

.party_list {
    width: 940px;
}

.party_list img {
    width: 300px;
    height: 220px;
}

.friendlink {
    font-size: 18px;
    padding: 30px 0;
}

.friendlink a {
    color: #666;
    margin-left: 35px;
}

.footer_bg {
    background: url(../images/footer.jpg) no-repeat center top;
    height: 594px;
    padding: 160px 0 0;
}

.code {
    margin-right: 30px;
}

.code>img {
    width: 209px;
    height: 209px;
}

.code p {
    color: #c9161e;
    font-size: 16px;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
    line-height: 58px;
}

.copyright {
    background: #696969;
    line-height: 36px;
    padding: 30px 0;
    color: #fff;
}

.m_banner img {
    width: 100%;
}

.path {
    height: 80px;
    background: #f7f7f7;
    line-height: 80px;
}

.path img {
    margin-right: 25px;
}

.type {
    padding: 26px 0 0;
}

.type a {
    color: #666;
    font-size: 20px;
    margin: 0 25px;
    line-height: 28px;
}

.type a.active {
    color: #c9161e;
}

.type1 {
    margin: 0 auto;
    border-bottom: dotted 1px #cccccc;
    padding: 15px 0;
}

.type1 a {
    margin: 10px 25px;
    display: inline-block;
}

.type1 a:first-child {
    padding-left: 200px;
}

.type1 a:nth-child(4) {
    padding-right: 252px;
}

.xx_txt {
    font-size: 18px;
    color: #666;
    line-height: 34px;
    padding: 35px 0 60px;
    min-height: 300px;
}

.m_contact {
    line-height: 40px;
    font-size: 20px;
    padding: 40px 0;
}

.bus {
    width: 560px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    line-height: 36px;
    padding: 15px 10px;
    color: #fff;
    font-size: 18px;
}

.main {
    padding-bottom: 60px;
}

.m_news {
    padding-bottom: 60px;
}

.m_news li {
    background: #f7f7f7;
    padding: 20px 0;
    margin: 40px 0 0;
}

.m_news li:nth-child(even) .m_news_pic {
    float: right;
}

.m_news li:nth-child(even) .m_news_con {
    float: left;
}

.m_news li:hover {
    background: #c9161e;
}

.m_news li:hover .m_news_con {
    color: #fff;
}

.m_news_pic img {
    width: 460px;
    height: 280px;
}

.m_news_con {
    width: 770px;
    color: #666;
}

.m_news_tit {
    font-size: 26px;
    line-height: 44px;
}

.m_news_list_time {
    font-size: 18px;
    line-height: 2;
}

.m_news_list_txt {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin: 15px 0 44px;
}

.m_news_more {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    line-height: 38px;
    display: block;
    text-align: center;
    border: solid 1px #cccccc;
    font-size: 18px;
}

.page {
    color: #666;
}

.page a {
    padding: 0 15px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    line-height: 38px;
    display: inline-block;
    margin: 0 20px;
}

.page a.on {
    background: #c9161e;
    color: #fff;
}

.news_xx_tit {
    font-size: 26px;
    padding: 30px 0 0;
    line-height: 44px;
}

.news_xx_time {
    color: #999;
    font-size: 18px;
    line-height: 46px;
}

.back {
    width: 100px;
    height: 40px;
    border: solid 1px #cccccc;
    border-radius: 20px;
    display: block;
    line-height: 38px;
}

.nextpage a {
    width: 100px;
    height: 40px;
    border: solid 1px #cccccc;
    line-height: 38px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 30px;
    text-align: center;
}

.nextpage a.on {
    background: #c9161e;
    color: #fff;
}

.zhici {
    padding: 30px 0;
}

.leader>li {
    padding: 55px 0;
    background: #f7f7f7;
}

.leader>li:nth-child(even) {
    background: #fff;
}

.leader>li:nth-child(even) .leader_list {
    flex-direction: row-reverse;
}

.leader_pic {
    width: 320px;
}

.leader_pic img {
    height: 400px;
    width: 100%;
}

.leader_con {
    width: 900px;
}

.leader_name {
    font-size: 36px;
    width: 140px;
    line-height: 50px;
}

.leader_honor {
    width: 720px;
}

.leader_honor li {
    width: 320px;
    line-height: 30px;
    float: left;
}

.leader_txt {
    margin: 30px 0 0;
}

.history {
    background: url(../images/bg2.jpg) no-repeat center bottom;
    padding: 25px 0 50px;
}

.history_tit {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 50px;
}

.honor_bg {
    background: url(../images/honor_bg.jpg) no-repeat center top;
    padding-bottom: 40px;
}

.m_honor {
    margin: 50px 0 25px;
}

.m_honor li {
    width: 410px;
    float: left;
    margin: 0 25px 25px 0;
}

.m_honor li:nth-child(3n+3) {
    margin-right: 0;
}

.m_honor li img {
    width: 100%;
    height: 270px;
}

.culture_list {
    margin: 45px 0 0;
}

.culture_list li {
    width: 426px;
    height: 200px;
    background: #fcf5f5;
    padding: 48px 0 0 34px;
    float: left;
    cursor: pointer;
}

.culture_list li:nth-child(even) {
    background: #f7f7f7;
}

.culture_list li h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.culture_list li p {
    margin: 40px 0 0;
}

.culture_list li:hover {
    background: #c9161e;
    color: #fff;
}

.bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99;
    display: none;
}

.video_xx {
    width: 700px;
    height: 500px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.close {
    width: 30px;
    height: 30px;
    border: solid 2px #fff;
    border-radius: 100%;
    right: 50px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 24px;
    cursor: pointer;
}