@charset "utf-8";
/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px"Microsoft Yahei", "Arial Narrow", HELVETICA;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #610000;
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
    color: #666;
}

.g-wp p {
    color: #000;
}

/*通用定义*/
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearer {
    clear: both;
    height: 0;
    display: block;
    font-size: 1px;
    overflow: hidden;
}

.layout,
.content {
    width: 1221px;
    margin: 0 auto;
    position: relative;
}

.boxMo {
    min-width: 1200px;
}

.w520 {
    width: 520px;
}

.w720 {
    width: 720px;
}

.w570 {
    width: 570px;
}

.marB60 {
    margin-bottom: 60px;
}

.zt_banner {
    height: 800px;
    background: url(banner.png) no-repeat center top;
}


.tith2 {
    margin: 60px auto;
    font: bold 36px/60px "Microsoft Yahei";
    text-align: center;
}


.tith2 a {
    color: #cf0904;
}

a.tit_more {
    display: inline-block;
    float: right;
    width: 189px;
    height: 30px;
    font: 20px/30px "Microsoft Yahei";
    text-align: center;
    color: #fff;
    background: url(more.png) no-repeat center;
    border-radius: 15px;
    margin-top: 40px;
    transition: all 0.3s ease;
    transform: scale(1);
}

a.tit_more:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

a.tit_more:active {
    transform: scale(0.98);
    transition: all 0.1s ease;
}

.col3 .tit_more,.col4 .tit_more {
    margin-top: 0;
}


.focus_wrap {
    position: relative;
    float: left;
    width: 640px;
    height: 360px;
}

.swiper-container_focus {
    width: 640px;
    height: 360px;
    overflow: hidden;
}

.swiper-container_focus .swiper-wrapper {
    height: auto;
}

.swiper-container_focus .swiper-slide {
    position: relative;
}

.swiper-container_focus .swiper-slide-active,
.swiper-container_focus .swiper-slide-duplicate-active {}

.swiper-container_focus .swiper-slide img {
    width: 640px;
    height: 360px;
}

.swiper-container_focus .swiper-slide h3 {
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 77px;
    font: 20px/77px "Microsoft Yahei";
    text-indent: 1em;
    color: #fff;
    background-color: rgba(173, 96, 50, 0.8);
    box-sizing: border-box;
}

.swiper-container_focus .swiper-slide h3 a {
    display: block;
    max-width: 100%;
    height: 77px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.focus_pagination {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 20px;
    width: auto;
    font: lighter 30px/62px "Microsoft Yahei";
    color: #fff;
}

.focus_pagination span {
    font: bold 20px/62px "Microsoft Yahei";
    color: #fff;
}

.focus_pagination span.swiper-pagination-current {
    font: bold 30px/62px "Microsoft Yahei";
    color: #ffc455
}


.focus_control {}

.focus_control>div {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-image: url(arr.png);
    z-index: 10;
    cursor: pointer;
    outline: none;
}

.focus_prev {
    left: 0;
    background-position: 0 0;
}

.focus_next {
    right: 0;
    background-position: -30px 0;
}

.col2_control {}

.col2_control>div {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -30px;
    background-image: url(arr2.png);
    z-index: 10;
    cursor: pointer;
    outline: none;
}

.col2-siwper_prev {
    left: 0;
    background-position: 0 0;
}

.col2-siwper_next {
    right: 0;
    background-position: -50px 0;
}

.news_list.sty2 {
    margin-bottom: 10px;
}

.news_list.sty2 li:last-child {
    border-bottom: 0;
}

.news_list li {
    position: relative;
    height: 60px;
    padding-left: 20px;
    font: 20px/36px "Microsoft Yahei";
    border-bottom: 2px solid #d0bb9b;
    display: flex;
    align-items: center;
    box-sizing: border-box;

}

.news_list li:hover {
    font-weight: bold;
    color: #c61512;
}


.news_list li:before {
    position: absolute;
    top: 50%;
    left: 0;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(li1.png) no-repeat center center;
    background-size: contain;
    content: ""

}

.news_list li:hover:before {
    background: url(li2.png) no-repeat center center;
    background-size: contain;
}

.news_list li a {
    max-height: 60px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.news_list li:hover a {
    color: #c61512;
}

.col {
    overflow: hidden;
}

.col .bd {
    margin-top: 40px;
}

.col1 {
    margin-top: 0;
}


.col1bg {
    background: url(col1_bg.png) no-repeat center top;
    height: 602px;
    overflow: hidden;
}

.col2bg {
    background: url(col2_bg.png) no-repeat center top;
    height: 880px;
}

.col3bg {
    background: url(col3_bg.png) no-repeat center top;
    height: 950px;
}

.col4bg {
    background: url(col4_bg.png) no-repeat center top;
    height: 840px;
}

.col5bg {
    background: url(col5_bg.png) no-repeat center top;
    height: 950px;
}

.col6bg {
    background: url(col6_bg.png) no-repeat center top;
    height: 950px;
}

.col7bg {
    background: url(col7_bg.png) no-repeat center top;
    height: 1040px;
}

.col1 {
    margin-top: 90px;
}

.col .hd {
    margin-top: 80px;
}

.col2 .hd {
    height: 172px;
    background: url(col2-hd.png) no-repeat center top;
}

.col3 .hd {
    height: 172px;
    background: url(col3-hd.png) no-repeat center top;
}

.col4 .hd {
    height: 132px;
    background: url(col4-hd.png) no-repeat center top;
}

.col5 .hd {
    height: 172px;
    background: url(col5-hd.png) no-repeat center top;
}

.col6 .hd {
    height: 132px;
    background: url(col6-hd.png) no-repeat center top;
}

.col7 .hd {
    height: 131px;
    background: url(col7-hd.png) no-repeat center top;
}

.col2 .bd {
    position: relative;
}

.col2-siwper .swiper-slide {
    width: 360px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.col2-siwper .swiper-slide:hover {
    transform: translateY(-5px);
}

.col2box {
    width: 360px;
}

.col2box img {
    width: 360px;
    height: 214px;
    border-radius: 10px 10px 0 0;
}

.col2box .text {
    position: relative;
    width: 360px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #d0bb9b;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.col2box .text i {
    display: block;
    height: 1px;
    margin: 15px 0;
    background-color: #d0bb9b;

}

.news_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_item .box {
    width: 581px;
    height: 241px;
    padding: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: url(col3_item.png) no-repeat center top;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news_item .box:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news_item .box h3 {
    font: bold 24px/32px "Microsoft YaHei";
}

.news_item .box p {
    margin-top: 25px;
    font: 16px/28px "Microsoft YaHei";
    color: #666;
}

#slider_rotate {
    position: relative;
    width: 1200px;
    height: 485px;
    margin: 60px auto 0;
}

.d_img {
    position: absolute;
    width: 1500px;
    height: 485px;
    overflow: hidden;
}

.d_img li {
    display: none;
    position: absolute;
}

.d_img li img {
    width: 100%;
}

.d_img li.d_pos1 {
    display: block;
    width: 184px;
    left: 0px;
    top: 80px;
    z-index: 2;
}

.d_img li.d_pos2 {
    display: block;
    width: 228px;
    left: 210px;
    top: 40px;
    z-index: 3;
}

.d_img li.d_pos3 {
    display: block;
    width: 274px;
    left: 462px;
    top: 0;
    z-index: 4;
}

.d_img li.d_pos4 {
    display: block;
    width: 228px;
    left: 762px;
    top: 40px;
    z-index: 3;
}

.d_img li.d_pos5 {
    display: block;
    width: 184px;
    left: 1016px;
    top: 80px;
    z-index: 2;
}

#slider_rotate .d_menu {
    display: none;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center
}

.d_prev,
.d_next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100px;
    height: 50px;
    background: url(arr3.png) no-repeat center top;
    z-index: 10;
    cursor: pointer;
}

.d_prev {
    background-position: 0 0;
    left: -120px;
}

.d_next {
    background-position: -100px 0;
    right: -120px;
}

.col6 .bd {
    position: relative;
    height: 550px;
    background: url(col6_item.png) no-repeat center top;
}

.col6 .left_item {
    position: absolute;
    top: 73px;
    left: 85px;
    width: 430px;
    height: 310px;
}

.col6 .left_item h3 {
    font: bold 30px/40px "Microsoft YaHei";
}

.col6 .left_item h3 a {
    color: #fff;
}

.col6 .left_item i {
    display: block;
    height: 1px;
    width: 100%;
    margin: 40px auto;
    background-color: #e6b98f;
}

.col6 .left_item p {
    font: 18px/36px "Microsoft YaHei";
    color: #ffdd99;
}

.col6 .left_item p a {
    color: #ffdd99;
}

.col6 .right_item {
    position: absolute;
    top: 46px;
    right: 30px;
    width: 486px;
    height: 484px;
}

.col6 .right_item li {
    position: relative;
    padding: 30px 0 30px 25px;
    border-bottom: 1px solid #e6b98f;
    list-style-type: none;
    transition: all 0.3s ease;
}

.col6 .right_item li:hover {
    padding-left: 35px;
    background-color: rgba(230, 185, 143, 0.1);
}

.col6 .right_item li:last-child{
    border: none;
}

.col6 .right_item li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(li3.png) no-repeat center center;
    background-size: contain;
}


.col6 .right_item li a {
    margin-left: 1em;
    color: #333;
    font: 18px/24px "Microsoft Yahei";
    display: block;
}

.col7 .bd{
    position: relative;
    height: 640px;
    background: url(col7_item.png) no-repeat center top;
    padding: 45px;
}

.col7 .imgitem{
    width: 550px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}



.col7 .imgitem img{
    display: block;
    width: 240px;
    height: 340px;
    margin: 35px auto;
}

.col7 .imgitem h3{
    font: bold 24px/36px "Microsoft YaHei";

}

.col7 .imgitem p{
    margin-top: 10px;
}

.col7 .tit_more{
    margin-top: 0;
}


.footer{ position: relative; height: 187px; margin-top: 0px; background-color: #b03927; border-top:3px solid #6b1110;}
.footer .footer_i{ position: absolute; top: 36px; left: 125px;}
.footer .footer_des{ position: absolute; top: 24px; left: 225px; font-size: 14px; line-height: 30px; color: #fff;}

.mobile_banner, .mobile_footer{ display: none;}

@media screen and (max-width: 1300px) {
    .zt_banner{    background: url(banner-m.png) no-repeat center top;height: 600px;}
}