﻿/* 响应式 */
@media screen and (max-width:1200px) {
    .app {
        width: 100%;
        background: url("../images/bg1.png") no-repeat center top;
        background-size: cover;
    }

    .warp {
        width: 1200px;
        margin: 0 auto;
    }

    .header {
        position: relative;
        width: 100%;
        height: 610px;
        padding-top: 20px;
    }

    .header_nav {
        width: 100%;
    }

    .header_nav ul li a {
        color: #B72713;
    }

    .header_nav ul li {
        color: #B72713;
        font-size: 13px;
    }


    .header_warp {
        position: relative;
    }

    .header_bottom_logo {
        text-align: center;
        margin-top: 55px;
    }
/* 
    .header_nav_left ul>li {
        float: left;
        margin-right: 5px;
        cursor: pointer;
        height: 20px;
        align-items: center;
        line-height: 20px;
    }

    .header_nav_left ul li span {
        float: left;
        width: 4px;
        height: 9px;
        background: #B72713;
        margin-right: 9px;
        margin-top: 7px;
    } */

    .header_nav_right ul {}


    .header_search_warp {
        margin: 0 auto;
        border-radius: 10px;
        height: 74px;
        width: 703px;
        background-color: #FFF;
        overflow: hidden;
    }

    .search_left {
        position: relative;
        padding-left: 18px;
        box-sizing: border-box;
        width: 176px;
        height: 60px;
        float: left;
    }

    #com_srh_form {
        height: 100%;
        width: 80%;
        float: left;
    }

    /* .select {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: space-around;
        border-right: 2px solid #CCC;
        padding: 0 25px;
        box-sizing: border-box;
    } */

    .search_center {
        width: 414px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #srh_in {
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        width: 80%;
        float: left;
        box-sizing: border-box;
    }

    .search_right {
        height: 100%;
        width: 20%;
        background: #B72713;
        float: left;
        font-size: 18px;
        color: #fff;
        line-height: 60px;
        text-align: center;
        padding: 0px;
    }

    input::-webkit-input-placeholder {
        color: #656565;
    }

    .search_left img {
        position: absolute;
        top: 50%;
        margin-top: -8px;
    }

    .com_srh_form {
        width: 100%;
    }



    .select select {
        color: #8b8888;
        font-size: 18px;
    }

    .select span {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #8b8888;
    }

    .weather {
        width: 235px;
        justify-content: space-between;
        margin-right: 30px;
    }

    .ipv6 {
        border: 1px solid #FFF;
        border-radius: 10px;
        padding: 0 12px;
    }


    .header_title {
        margin: 35px;
        text-align: center;
    }

    .main {
        margin-top: -14px;
        padding-bottom: 48px;
    }

    .main_nav {
        height: 80px;
        background: url(../images/main_nav_bg.png) no-repeat center;
        background-size: cover;
        margin-bottom: 40px;
        margin-top: -15px;
    }

    .main_nav ul {
        height: 100%;

    }

    .main_nav ul>li {
        position: relative;
        width: 14%;
        float: left;
        text-align: center;
        padding: 25px 0;
        /* margin-right: 12px; */
    }

    .main_nav img {
        margin-right: 16px;
        height: 30px;
        vertical-align: middle;
    }

    .main_nav ul>li a {
        color: #fff;
    }

    .underline {
        display: none;
        position: absolute;
        bottom: -20px;
        transform: translate(-50%, 0);
        left: 50%;
        width: 54px;
        height: 5px;
        background: #c32871;
        border-radius: 10px;
    }

    .underline.active {
        display: block;
    }


    .main_nav ul>li {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

    .main_nav ul>li>p>a {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    .main_nav ul>li a>img {
        margin-right: 12px;
    }

    .content_title {
        height: 56px;
        margin-bottom: 30px;
    }

    .title_toutiao {
        width: 34px;
        height: 100%;
        font-size: 16px;
        text-align: center;
        padding: 10px 10px;
        box-sizing: border-box;
        color: #fff;
        background: url(../images/toutiao.png) no-repeat;
    }

    .content_title_warp {
        height: 56px;
        line-height: 56px;
        margin-left: 30px;
        font-size: 40px;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .content_main {
        margin-bottom: 46px;
    }



    .swiper_item {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 1s linear;
    }

    .swiper_item.active {
        opacity: 1;
    }

    .swiper_item>img {
        width: 100%;
        height: 100%;
    }

    .swiper_nav {
        position: absolute;
        bottom: 0px;
        height: 48px;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        font-size: 18px;
        color: #fff;
        justify-content: space-between;
        padding: 0 28px 0 18px;
        box-sizing: border-box;
    }

    .swiper_nav_warp {
        display: flex;
        width: 70%;
    }

    .swiper_nav_warp>ul {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 48px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .swiper_nav_warp>ul>li {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translate(0, -50%);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        opacity: 0;
        /* transition: all 0.3s linear; */
    }

    .swiper_nav_warp>ul>li.active {
        opacity: 1;
    }

    .lunbo_p a {
        color: #FFF;
    }

    .swiper_nav_btns {}

    .swiper_nav_btns ul {
        display: flex;
        align-items: center;
    }

    .swiper_nav_btns ul>li {
        width: 12px;
        height: 12px;
        background: #fff;
        border-radius: 50%;
        margin-left: 5px;
    }

    .swiper_nav_btns ul>li.active {
        background: #3573b5;
    }

    .swiper_items {
        width: 100%;
        height: 100%;
    }

    .content_main_right {
        width: 580px;
    }

    .art_list_tab {
        height: 40px;
        border-bottom: 1px solid #DDD;
    }

    .art_list_tab ul {
        height: 100%;
        float: left;
    }

    .art_list_tab ul>li {
        float: left;
        font-size: 18px;
        color: #333333;
        height: 100%;
        margin-right: 60px;
    }

    .art_list_tab ul>li a {
        display: block;
        height: 100%;
        font-size: 14px;
    }

    .art_list_tab ul>li.active a {
        font-size: 16px;
        font-weight: bold;
        color: #b72730;
        border-bottom: 4px solid #b72730;
    }

    .more {
        float: right;
    }

    .more a {
        font-size: 14px;
        color: #BD192C;
    }

    .art_list_content {
        display: none;
        height: 362px;
        overflow: hidden;
    }

    .main_bottom_list .art_list_content {
        height: 243px;
        overflow: hidden;
    }

    .art_list_content.active {
        display: block;
    }

    .art_list_content ul {
        height: 100%;
    }

    .art_list_content ul li {
        width: 100%;
        line-height: 42px;
    }

    .art_list_content ul li a {
        font-size: 17px;
        width: 80%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        float: left;
    }

    .art_list_content ul li span {
        float: right;
        color: #b0b0b0
    }

    .main_center_nav {
        margin-bottom: 30px;
    }

    .main_center_nav ul {}

    .main_center_nav ul li {
        float: left;
        width: 226px;
        height: 100px;
        background: #EEE;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        line-height: 100px;
    }

    .main_center_nav ul li div {
        line-height: 65px;
        height: 100%;
        display: block;
        float: left;
        margin-right: 16px;
        margin-left: 20px;
    }

    .main_center_nav ul li img {
        line-height: 100px;
        margin-right: 16px;
    }

    .main_center_nav ul li a {
        display: block;
        text-align: center;
        height: 100%;
        /* padding: 20px 20px; */
    }

    .main_center_nav ul li a p {
        float: left;
        font-weight: bold;
    }


    .main_bottom_list>ul {
        /* margin-bottom: 45px; */
    }

    .main_bottom_list>ul>li {
        float: left;
        width: 48%;
        margin-right: 2%;
        margin-bottom: 45px;
    }

    .flooter_nav {
        margin-top: 35px;
        height: 226px;
    }

    .zxly {
        float: left;
        position: relative;
        width: 159px;
        height: 100%;
        background: #efefef;
        padding-top: 28px;
        box-sizing: border-box;
        margin-right: 5px;
    }

    .zxly img {
        /* position: absolute;
        right: 0;
        top: 28px; */
        float: right;
    }

    .zxly p {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 28px;
        font-size: 20px;
    }

    .flooter_nav_right {}

    .flooter_nav_right ul {
        height: 100%;
    }

    .flooter_nav_right ul>li {
        float: left;
        width: 202px;
        height: 110px;
        margin-bottom: 5px;
        background: #efefef;
        margin: 0;
    }

    .flooter_nav_right ul>li a {
        display: block;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        padding: 32px 0;
    }

    .flooter_nav_right ul>li img {
        width: 45px;
        height: 40px;
        margin-right: 20px;
        vertical-align: -16px;
    }



    .flooter_nav_right ul>li a span {
        font-size: 18px;
        vertical-align: middle;
    }

    .flooter_nav_right ul>li:nth-child(2) {
        background: #fafafa;
    }

    .flooter_nav_right ul>li:nth-child(5) {
        background: #fafafa;
    }

    .flooter_nav_right ul>li:nth-child(6) {
        background: #fafafa;
    }

    .flooter_nav_right ul>li:nth-child(9) {
        background: #fafafa;
    }

    .flooter {
        background: #8595A7;
        height: 190px;
        box-sizing: border-box;
        padding: 50px 0;
    }

    .flooter_warp {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .flooter_list {
        margin-bottom: 20px;
    }

    .flooter_list ul {
        display: flex;
    }

    .flooter_list li {
        width: 106px;
        border-right: 1px solid #fff;
        text-align: center;
    }

    .flooter_list ul>li:nth-child(5) {
        border: none;
    }

    .flooter_list a {
        font-size: 16px;
        color: #fff;
    }

    .flooter_content p {
        display: flex;
        align-items: center;
        color: fff;
        font-size: 16px;
        line-height: 32px;
        font-size: 16px;
        color: #fff;
        padding-left: 20px;
    }

    .flooter_content a {
        color: #fff;
    }

    .flooter_content>p>img {
        width: 20px;
        height: 20px;

    }

    .main_banner {
        position: relative;
        height: 102px;
    }

    .main_banner_imgs img {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .main_banner_imgs .main_banner_img.active img {
        transition: all 1s ease-in-out;
        opacity: 1;
    }

    .main_banner_btns {
        display: flex;
        position: absolute;
        z-index: 1000;
        right: 0;
        bottom: 0;
    }

    .main_banner_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 15px;
        background: #000;
        color: #FFF;
        font-size: 12px;
        border-right: 1px solid #fff;
        cursor: pointer
    }

    .main_banner_btn.active {
        background: #ff0000;
    }

    #main_nav_li1 a {
        width: auto;
        /* align-items: center; */
    }

    #main_nav_li1 p {
        color: #fff;
    }

    /* hover 效果*/
    .art_list_content>ul>li a:hover {
        color: #b72730;
    }

    .main_nav_li img {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }



    .main_nav_li:hover img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    .main_center_nav li:hover p {
        color: #b72730;
    }

    .main_center_nav li:hover img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    .main_center_nav li img {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .flooter_nav_right li:hover img {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    .flooter_nav_right li:hover p {
        color: #b72730;
    }

    .flooter_nav_right li img {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

    .app {
        width: 100%;
    }


    .warp {
        width: 100%;
    }

    .header {
        width: 100%;
    }

    .header_warp {
        width: 100%;
    }

    .header_nav {
        width: 100%;
    }

    .main_warp {
        width: 100%;
    }

    .main_banner {
        width: 100%;
    }

    .main_banner>img {
        width: 100%;
    }

    .flooter_warp {
        width: 100%;
    }

    .search_right {
        font-size: 13px;
    }

    .header_search_warp {
        width: 80%;
        height: 100%;
    }

    .header {
        height: 330px;
    }

    .header_nav {
        flex-direction: column;
    }

    .header_nav_left>ul {
        padding: 0 10px;
        justify-content: space-around;

    }

    .header_nav_left>ul>li {
        margin-right: 5px;
    }

    .weather {
        width: auto;
    }

    .header_title>img {
        width: 100%;
    }

    .header_nav_right>ul {}

    .search_left {
        width: 20%;
    }

    .search_left>img {
        width: 16px;
        height: 16px;
    }

    .header_search {
        height: 60px;
    }

    .select {
        padding: 0px 10px;
    }

    .select select {
        color: #8b8888;
        font-size: 14px;
    }

    select {
        padding-right: 5px;
    }

    .select span {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #8b8888;
    }

    .search_center {
        width: auto;
    }

    .search_center input {
        padding-left: 15px;
        width: 100%;
    }

    .search_center input::-webkit-input-placeholder {
        color: #656565;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
    }

    .header_bottom_logo {
        width: 100%;
    }

    .header_bottom_logo>img {
        width: 100%;
    }



    .main_nav {
        height: auto;
        background: none;
    }

    .main_nav ul {
        flex-wrap: wrap;
        padding: 0;
    }

    #main_nav_li1 img {
        margin-right: 0;
    }

    #main_nav_li1 a p {
        font-size: 17px;
    }

    .main_nav ul>li {
        display: flex;
        width: 33.3%;
        height: 48px;
        background: #B72713;
        box-sizing: border-box;
        border-right: 1px solid #fff;
        justify-content: space-around;
        align-items: center;
    }

    .main_nav ul>li>p>a {
        font-size: 17px;
    }

    .main_nav ul>li img {
        width: 22px;
        height: auto;
        margin: 0 10px;
    }

    .main_nav ul>li p {
        font-size: 14px;
    }


    .main_content {
        width: 100%;
    }

    .content_main {
        flex-direction: column;
    }

    .content_title {
        display: flex;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .content_title_warp {
        font-size: 20px;
    }

    .content_main_left {
        width: 100%;
        height: auto;
        margin-bottom: 15px;

    }

    .art_list {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .art_list_content {
        height: 372px;
    }

    .content_main_right {
        width: 100%;
    }

    .art_list_content ul li a {
        font-size: 15px;
    }

    .content_main {
        margin-bottom: 10px
    }

    .main_center_nav ul {
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }

    .main_center_nav ul>li {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .main_center_nav ul>li a {
        display: flex;
        justify-content: space-around;
    }

    .main_center_nav ul li div {
        margin: 0;
    }

    .main_bottom_list>ul {
        flex-direction: column;
    }

    .main_center_nav {
        margin-bottom: 10px;
    }


    .main_bottom_list>ul>li {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .art_list_tab ul>li {
        margin-right: 20px;
    }

    .main_banner {
        height: 60px;
    }

    .main_banner>img {
        height: 100%;
    }

    .flooter_nav {
        margin-top: 15px;
    }

    .flooter_nav {
        flex-direction: column;
        height: auto;
    }

    .flooter_nav_right>ul>li {
        width: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        margin-bottom: 0;
        box-sizing: border-box;
        padding: 0px 10px;
    }

    .flooter_nav_right ul>li:nth-child(2) {
        background: #efefef;
    }

    .flooter_nav_right ul>li:nth-child(5) {
        background: #efefef;
    }

    .flooter_nav_right ul>li:nth-child(6) {
        background: #efefef;
    }

    .flooter_nav_right ul>li:nth-child(9) {
        background: #efefef;
    }

    .zxly {
        width: 100%;
        margin-right: 0px;
    }

    .zxly p {
        width: 60%;
        font-size: 26px;
        /* font-weight: bold; */
    }

    .zxly a img {
        margin-right: 20%;
    }

    .main {
        width: 100%;
        padding: 0;
    }

    .flooter {
        height: auto;
        padding: 20px 0;
    }

    .flooter_logo {
        margin-bottom: 15px;
    }

    .flooter_warp {
        position: relative;
        width: 100%;
        flex-direction: column;
        flex-direction: column-reverse; padding-left:0;
    }

    .flooter_warp>div {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .flooter_content p {
        padding: 0;
        line-height: 20px;
        margin: 10px;
    }

    .flooter_logo {
        text-align: center;
    }

    .flooter_logo img {
        margin-top: 15px;
    }

    .search_center {
        width: 50%;
    }

    .header {
        height: 530px;
    }

    .header_title {
        width: 70%;
        margin: 30px auto;
    }



    .flooter_nav_right p {
        font-size: 24px;
    }

    .main_banner {
        height: 120px;
    }

    .flooter_list ul {
        display: flex;
        justify-content: center;
    }

    .flooter_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flooter_content p {
        text-align: center;
    }

    .header_title a {
        width: 100%;
    }

    .header_title img {
        width: 100%;
    }

    .main_nav {
        height: auto;
        background: none;
        width: 100% !important;
    }

    .wx_qrcode {
        position: absolute;
        right: 15px;
    }
}