/* 版心 */

.w {
    width: 1200px;
    margin: 0 auto;
}

.hd1 {
    color: #000;
    font-size: 31px;
    line-height: 51px;
    letter-spacing: 1px;
    font-weight: 500;
}

.hd2 {
    text-transform: uppercase;
    font-size: 17px;
    color: #b6b6b6;
    letter-spacing: 1px;
    line-height: 30px;
}

.hd3 {
    background-color: #4aa457;
    border-radius: 17px;
    font-size: 20px;
    color: #fff;
    line-height: 39px;
    width: 208px;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 1px;
}

.xian {
    width: 1px;
    height: 68px;
    background-color: #999999;
    float: left;
    margin: 5% 0;
    margin-right: 2%;
}

.green_xian {
    background-color: #e43646;
    margin: 2% auto;
    width: 72px;
    height: 3px;
}

.fl {
    display: flex;
    justify-content: space-between;
}

.flwap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.w3 {
    width: 33%;
}

.w4 {
    width: 24%;
}

.w5 {
    width: 19%;
}

.b_double {
    border: 1px double #ff5e6d;
}

.wenzi_pl {
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all;
}

.lianjie {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    /* border: 1px solid #333; */
    width: 160px;
    display: block;
    /* text-align: center; */
    margin-top: 15%;
    padding-left: 6%;
    background-color: #e2b361;
    /* border-radius: 17px; */
    background: url(../image/lj_bg_03.jpg) no-repeat top center;
}


/* .lianjie:hover {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    width: 101px;
    display: block;
    text-align: center;
    margin-top: 2%;
    background-color: #4aa457;
} */

.bg1 {
    text-align: center;
    padding: 4%;
}


/* top */

.top_warp {
    /* background: url(../img/nav_bg.png) no-repeat top center; */
    width: 100%;
    min-width: 1200px;
    /* background-color: rgb(28 30 29); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    /* top: 10px;
    right: 0; */
    /* opacity: 0.6; */
}

.top_warp .top_top {
    height: 29px;
    border-bottom: 1px #bfbfbf solid;
}

.top_t_t {
    background-color: #bb111b;
    height: 40px;
    z-index: 666666;
    position: relative;
}

.top_t_t p {
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #333;
}

.top_t_t .top_right {
    float: right;
}

.top_t_t .top_right01>a {
    display: block;
    float: right;
    line-height: 40px;
    margin-left: 10px;
    color: #333;
}

.top_t_t .top_right01>img {
    margin-top: 8px;
}

.top_t_t .top_right01 {
    float: right;
    margin-left: 20px;
}

.top_warp .top_box {
    height: 120px;
    padding-left: 2%;
}

.top_warp .top_box .logo {
    height: 120px;
    float: left;
    clear: both;
    /* width: 790px; */
}

.top_warp .top_box .logo>img {
    margin-top: 11%;
    padding-right: 2%;
    float: left;
    /*border-right: 1px #e5e5e5 solid;*/
    /* width: 23%; */
}

.top_warp .top_box .logo .wenzi01 {
    font-size: 16px;
    color: #333;
    padding-top: 7%;
    padding-left: 100px;
    font-weight: 500;
    /* margin-left: 4%; */
    line-height: 30px;
}

.top_warp .top_box .logo .wenzi02 {
    font-size: 14px;
    color: #333;
    /* padding-top: 5%; */
    padding-left: 100px;
    font-weight: 400;
}

.top_box .rexian {
    width: 65%;
    /* padding-top: 2%; */
    /* float: right; */
    /* padding-left: 6%; */
}

.top_box .rexian .rx {
    font-size: 18px;
    /* color: #0047ad; */
    font-weight: 700;
}

.top_box .rexian .dian {
    font-size: 18px;
    /* color: #333; */
    font-weight: 700;
}

.top_box .rexian img {
    float: left;
    display: block;
    padding-right: 9%;
    width: 49px;
}

.top_box .rexian .rexian_r {
    margin-top: -6%;
}

.rexian_r p {
    color: #fff;
}

.legend {}

.legend img {
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -46px;
}


/* 导航 */

.nav {
    /* background-color: #f19149; */
    height: 52px;
}

.nav_content {
    display: flex;
    /* float: left; */
    justify-content: space-between;
}

.nav_item {
    /* padding: 0 2%; */
    /* border-left: 1px solid #fff; */
    height: 120px;
    width: 24.5%;
}

.nav_content li:last-child {
    /* border-right: 1px solid #fff; */
}

.nav_item a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 153px;
    text-align: center;
}

.nav_item:hover a {
    font-weight: 700;
}


/* swiper */

.banner .swiper-slide img {
    width: 100%!important;
}

.banner .swiper-pagination-bullet {
    width: 50px!important;
    height: 13px!important;
    background-color: #fff!important;
    border-radius: 0!important;
    opacity: 1!important;
}

.banner .swiper-pagination-bullet-active {
    background-color: #e2b361!important;
}


/* about */

.about {
    background: url(http://www.qingxichuanqi.com/template/default/index/img/about_bg.jpg) no-repeat top center;
    padding: 2% 0;
}

.ab_con1 h1 {
    color: #333;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
}

.ab_con2 h1 {
    color: #333;
    font-size: 22px;
    line-height: 110px;
    text-align: center;
}

.ab_con1 p {
    color: #333;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    text-justify: newspaper;
    word-break: break-all;
}

.about_con {
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}

.about_con .about_img {
    width: 45%;
}

.about_con img {
    width: 100%;
}

.about_txt {
    width: 49%;
}

.about_txt h1 {
    color: #333;
    font-size: 22px;
    line-height: 45px;
}

.about_txt h2 {
    color: #333;
    font-size: 20px;
    line-height: 37px;
}

.about_txt .p1 {
    color: #333;
    font-size: 16px;
    line-height: 38px;
    text-align: justify;
    text-justify: newspaper;
    word-break: break-all;
    text-indent: 2em;
}


/* cp */

.cp {
    padding: 2% 0;
}

.cp img {
    width: 100%;
}


/* zixun */

.zixun {
    position: relative;
    height: 298px;
    overflow: hidden;
}

.zixun a img {
    display: block;
    position: absolute;
    width: 1903px;
    left: 50%;
    margin-left: -954px;
}


/* fangan */

.fangan {
    padding-top: 5%;
}

.fangan img {
    /* width: 100%; */
}

.fangan ul>li h1 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 2%;
}

.fangan ul>li p {
    font-size: 17px;
    color: #333;
    /* text-align: center; */
    line-height: 35px;
    text-align: justify;
}

.td_header {
    margin-bottom: 5%;
}

.fa_lf {
    width: 20.5%;
}

.fa_lf img {
    width: 100%;
}

.fa_rt {
    width: 78%;
}

.fa_rt img {
    width: 100%;
}

.zhichi_item {
    display: flex;
    flex-wrap: wrap;
}

.zhichi_item li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4%;
}

.zhichi_item li .zhichi_img {
    width: 48%;
}

.zhichi_item li .zhichi_img img {
    width: 100%;
}

.td_header img {
    width: 73%;
}

.zhichi_item li .zhichi_txt {
    width: 48%;
    padding: 5% 0;
}

.zhichi_txt_con p {
    line-height: 30px;
    font-size: 16px;
    color: #000;
}


/* tixi */

.tixi_item {
    background: url(../image/ys_bg.jpg) no-repeat top center;
    height: 692px;
    padding: 2% 0;
}

.tixi_item {
    /* background-color: #fff; */
    padding: 2% 4%;
}

.tixi_item li {
    width: 32%;
}

.tixi_item li img {
    width: 100%;
}

.tuandui_img {
    margin-top: -4%;
}

.tuandui_img img {
    width: 100%;
}


/* liucheng */

.lc_con img {
    width: 100%;
}


/* zhichi */

.zhichi {
    padding: 3% 0;
    background-color: #f5f5f5;
}

.zhichi_con1 li {
    width: 32%;
    margin-bottom: 2%;
}

.zhichi_con1 li img {
    width: 100%;
}

.zhichi_con1 li:hover img {
    border: 1px solid #c3921e;
}


/* tuandui */

.zhidu {
    /* padding: 4% 0; */
}

.zhidu img {
    width: 100%;
}


/* xiezuo */

.xiezuo {
    padding: 2% 0;
}

.xiezuo_item li {
    width: 24%;
    margin-bottom: 2%;
}

.xiezuo_item img {
    width: 100%;
}


/* dingzhi */

.dingzhi {
    /* background-color: #f2f2f2; */
    padding: 2% 0;
}

.dingzhi_item img {
    width: 100%;
}


/* zm */

.zm {
    background: url(http://www.qingxichuanqi.com/template/default/index/img/zm_bgc.jpg) no-repeat top center;
    padding: 2% 0;
}

.zm_item ul li {
    width: 24%;
}

.zm_item ul li img {
    width: 100%;
}

.zm_item ul li p {
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    text-align: center;
}

.jiaru {
    text-align: center;
    margin-top: 6%;
}


/* news */

.news_content {
    padding-top: 50px;
    padding-bottom: 45px;
}

.news_header {
    text-align: center;
}

.news_header img {
    width: 22%;
}

.new_con {
    display: flex;
    justify-content: space-between;
}

.news_item_header {
    width: 605px;
    display: flex;
    justify-content: space-between;
}

.news_footer_left {
    margin-top: 30px;
}

.news_item_header {
    border-bottom: 2px solid #dedede;
    padding-bottom: 10px;
}

.news_item_header_lf span {
    border-left: 2px solid #dedede;
    color: #000;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
}

.news_item_header_rt span {
    color: #b8b8b8;
}

.news_item_con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_item_con a {
    width: 48%;
    border-bottom: 1px solid #bfbfbf;
}


/* .news_item .news_item_con {
    display: block;
} */

.news_date {
    display: flex;
    justify-content: space-between;
    margin: 35px 0 10px;
}

.news_date_lf {
    width: 100px;
    height: 100px;
    background-color: #7d7d7d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news_date_lf .date1 {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}

.news_date_lf .date2 {
    font-size: 14px;
    color: #ffff;
}

.news_date_rt {
    width: 476px;
    /* border-bottom: 1px solid #ededed; */
    padding: 1% 2%;
}

.news_date_rt h3 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #333;
}

.news_date_rt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.news_footer_right {
    width: 530px;
    margin-top: 30px;
}

.news_item1_header {
    border-bottom: 2px solid #dedede;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.news_item1_header_lf span {
    border-left: 2px solid #dedede;
    color: #000;
    padding: 0 20px;
    font-size: 16px;
}

.news_item_con a:hover li .news_date_lf {
    background-color: #c3921e;
}

.news_item_con a:hover li .news_date_rt h3 {
    color: #c3921e;
}


/* footer */

.footer {
    background-color: #0a0b0c;
    width: 100%;
    height: 302px;
    padding-top: 40px;
}

.footer_con {
    padding-bottom: 10px;
}

.footer_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #b9b9b9 dotted;
    padding-bottom: 20px;
}

.footer_header .footer_item a {
    color: #fff;
    font-size: 16px;
}

.footer_content {
    display: flex;
    justify-content: space-between;
    padding-top: 2%;
}

.footer_content_lf {
    width: 40%;
}

.footer_content_lf p {
    color: #fff;
    margin: 10px 0 10px;
    font-size: 15px;
}

.footer_content_lf p img {
    width: 5%;
    margin-right: 2%;
}

.footer_content_lf .footer_content_lf p:first-child {
    margin-top: 20px;
}

.footer_content_rt {
    display: flex;
    justify-content: space-between;
    width: 335px;
    align-items: center;
}

.footer_content_rt img {
    width: 115px;
    /* height: 115px; */
}

.footer_content_rt p {
    color: #fff;
}

.copyright {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 15px;
}

.copyright span {
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
}

.footer_item a:hover {
    font-weight: 700;
}