@charset "utf-8";
@media (max-width:1200px) {
    .head {
        display: inline-block;
        width: 100%;
        z-index: 99;
        height: 50px;
    }
    .head .logo {
        float: left;
        height: 50px;
    }
    .head .logo a {
        display: inline-block;
        height: 40px;
        margin-top: 5px;
    }
    .head .logo img {
        vertical-align: middle;
        max-height: 40px;
        height: 100%;
    }
    .head .navbar-toggle {
        margin-left: 18px;
        z-index: 1000;
        width: 30px;
        height: 24px;
        float: right;
        background-color: transparent;
        border: 0;
        display: block;
        margin-top: 15px;
        cursor: pointer;
    }
    .head .navbar-toggle span {
        margin-top: 10px
    }
    .head .navbar-toggle span,
    .head .navbar-toggle span:before,
    .head .navbar-toggle span:after {
        position: absolute;
        display: block;
        width: 24px;
        height: 2px;
        cursor: pointer;
        content: '';
        background-color: #000;
        border-radius: 1px;
        -webkit-transition: all .4s cubic-bezier(0.19, 1, .22, 1);
        -o-transition: all .4s cubic-bezier(0.19, 1, .22, 1);
        transition: all .4s cubic-bezier(0.19, 1, .22, 1)
    }
    .head .navbar-toggle span:before {
        top: -7px
    }
    .head .navbar-toggle span:after {
        bottom: -7px
    }
    .head .navbar-toggle.drawer-open span,
    .head .navbar-toggle.drawer-open span::before,
    .head .navbar-toggle.drawer-open span::after {
        background: #000;
    }
    .head .navbar-toggle.drawer-open span {
        background: rgba(0, 0, 0, 0);
    }
    .head .navbar-toggle.drawer-open span:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0px;
        top: 0px;
    }
    .head .navbar-toggle.drawer-open span:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 0px;
        top: 0px;
    }
    .head .nav {
        transition: all 0.5s ease 0s;
        position: fixed;
        width: 100%;
        right: -100%;
        margin-left: 0px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.8);
        top: 0px;
        height: 100%;
        margin-top: 50px;
        padding-top: 30px;
    }
    .head .nav li {
        width: 100%;
        text-align: center;
    }
    .head .nav li a {
        display: inline-block;
        width: 100%;
        padding: 12px 0px 12px 0%;
        color: #fff;
        font-size: 16px;
        font-style: normal;
    }
    .head .nav li i {
        font-size: 12px;
    }
    .head .nav li.hover a,
    .head .nav li.active a {
        color: #ec7276;
    }
    .head .nav .search {
        float: none;
        width: 100%;
        position: static;
        margin-top: 30px;
        cursor: pointer;
        padding: 0px 5%;
    }
    .head .nav .search .sear {
        display: none;
    }
    .head .nav .search form {
        display: block;
        width: 100%;
        height: 40px;
        background: none;
        position: static;
        top: auto;
        right: auto;
    }
    .head .nav .search input {
        float: left;
        width: 80%;
        border: 0px;
        background: rgba(255, 255, 255, 0.8);
        padding: 0px 5px;
        height: 40px;
        margin-top: 10px;
        font-size: 14px;
    }
    .head .nav .search button {
        float: right;
        background: none;
        border: 0px;
        width: 20%;
        height: 40px;
        margin-top: 10px;
        cursor: pointer;
        background: rgba(53, 156, 67, 0.8);
        color: #fff;
    }
    .banner-swiper {
        width: 100%;
        display: inline-block;
        height: 210px;
    }
    .banner-swiper .swiper-slide .ani {
        position: absolute;
        top: 35%;
        left: 5%;
    }
    .banner-swiper .swiper-slide .ani span {
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.6);
    }
    .banner-swiper .swiper-slide .ani p {
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        margin-top: 10px;
    }
    .banner-swiper .banner-pagination {
        bottom: 20px;
    }
    .banner-swiper .banner-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 2px;
        background: rgba(255, 255, 255, 1);
        opacity: 0.6;
        margin: 0 2.5px;
        border-radius: 0px;
    }
    .banner-swiper .banner-pagination .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 1);
        opacity: 1;
    }
    .m_about {
        padding: 25px 0px;
    }
    .m_about .al {
        width: 100%;
    }
    .m_about .al b {
        font-size: 24px;
        line-height: 24px;
    }
    .m_about .al span {
        margin-top: -10PX;
        font-size: 20px;
        line-height: 20px;
    }
    .m_about .al p {
        width: 100%;
        margin-top: 15px;
        font-size: 16px;
        line-height: 30px;
        height: auto;
    }
    .m_about .al .more {
        margin-top: 25px;
    }
    .m_about .al .more a {
        width: 130px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
    .m_about .al .ab {
        width: 100%;
        margin-top: 25px;
        padding: 25px 0px 0px 0px;
    }
    .m_about .al .ab .abk {
        float: left;
        width: 33.33%;
        text-align: center;
        margin: 0px;
    }
    .m_about .al .ab .ab1 {
        display: inline-block;
        width: 100%;
        border-right: 1px solid #ccc;
    }
    .m_about .al .ab .abk:nth-last-child(1) .ab1 {
        border: 0px;
    }
    .m_about .al .ab .ab2 {
        display: none;
    }
    .m_about .al .ab .ab3 {
        display: inline-block;
        margin-left: 0px;
        margin-top: 10px;
    }
    .m_about .al .ab .ab4 {
        font-size: 16px;
        line-height: 16px;
    }
    .m_about .al .ab .ab5 {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .m_about .ar {
        width: 100%;
        margin-top: 20px;
    }
    .m_about .ar img {
        width: 100%;
    }
    .product {
        display: inline-block;
        width: 100%;
        background: #f7f7f7;
        padding: 25px 0px;
    }
    .bt p:nth-child(1) {
        font-size: 24px;
        line-height: 24px;
    }
    .bt p:nth-child(2) {
        font-size: 20px;
        line-height: 20px;
        margin-top: -5px;
    }
    .bt p:nth-child(2) span {
        width: 50px;
        height: 1px;
        margin: 0px 10px;
        vertical-align: middle
    }
    .product .pro {
        margin-top: 15px;
    }
    .product .pro .prod {
        margin-left: -1%;
    }
    .product .pro .pro1 {
        width: 49%;
        margin-top: 10px;
        margin-left: 1%;
    }
    .product .pro .pro1 p {
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
    }
    .more {
        margin-top: 20px;
    }
    .more a {
        width: 130px;
        line-height: 35px;
        height: 35px;
    }
    .case {
        padding: 25px 0px;
    }
    .case .caselb {
        margin-top: 20px;
    }
    .case .caselb .case1 {
        float: left;
        width: 50%;
    }
    .case .caselb .case1 .txt {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px 15px 15px;
    }
    .case .caselb .case1 .txt b a {
        font-style: normal;
        font-size: 16px;
        font-weight: normal;
        line-height: 26px;
        color: #fff;
        height: 50px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .case .caselb .case1 .txt p {
        margin-top: 10px;
        width: 40px;
        height: 2px;
        background-color: #fff;
    }
    .case .caselb .case1 .txt1 {
        display: none;
    }
    .case .caselb .case1:hover .txt {
        display: block;
    }
    .case .caselb .case1:hover .txt1 {
        display: none;
    }
    .news {
        padding: 25px 0px;
    }
    .news .nbt {
        width: 100%;
    }
    .news .nbt b {
        font-size: 24px;
        line-height: 24px;
    }
    .news .nbt p {
        font-size: 20px;
        line-height: 20px;
        margin-top: -10px;
    }
    .news .newslb {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
        float: none;
        text-align: center;
    }
    .news .newslb a {
        float: none;
        display: inline-block;
        font-size: 16px;
        line-height: 40px;
        margin: 0px 10px;
    }
    .news .lb {
        margin-top: 20px;
    }
    .news .lb .lbk {
        margin-left: 0%;
        margin-top: -10px;
    }
    .news .lb .lb1 {
        width: 100%;
        margin-left: 0%;
        border-radius: 5px;
        margin-top: 10px;
    }
    .news .lb .lb1 .lb1_d {
        padding: 10px;
    }
    .news .lb .lb1 .lb1_d .day1 {
        line-height: 26px;
    }
    .news .lb .lb1 .lb1_d .day2 {
        font-size: 16px;
        line-height: 30px;
    }
    .news .lb .lb1 .lb1_d .day3 {
        font-size: 14px;
        line-height: 24px;
        height: 50px;
    }
    .news .lb .lb1 .lb1_d .day4 {
        line-height: 30px;
    }
    .foot {
        padding: 20px 0px 0px 0px;
    }
    .foot .foot1 {
        padding: 0px 0px 20px 0px;
    }
    .foot .foot1 .fl {
        width: 30%;
    }
    .foot .foot1 .fl img {
        width: 100%;
    }
    .foot .foot1 .fn .fnk {
        margin-left: 0px;
        margin-top: -15px;
    }
    .foot .foot1 .fn ul li {
        width: 34%;
        float: left;
        margin-top: 15px;
    }
    .foot .foot1 .fn ul li:nth-child(2n) {
        float: right;
        text-align: right;
    }
    .foot .foot1 .fn ul li a {
        font-size: 14px;
        line-height: 16px;
        margin-left: 0px;
    }
    .foot .foot2 {
        margin-top: 20px;
    }
    .foot .foot2 .ewm {
        width: 35%;
    }
    .foot .foot2 .ewm img {
        width: 100%;
    }
    .foot .foot2 .tel {
        width: 60%;
        margin-left: 5%;
    }
    .foot .foot2 .tel p {
        float: left;
        width: 10%;
        display: none;
    }
    .foot .foot2 .tel p img {
        width: 100%;
        max-width: 60px;
    }
    .foot .foot2 .tel b {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        margin-top: 0px;
    }
    .foot .foot2 .tel i {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        font-size: 16px;
        line-height: 16px;
    }
    .foot .foot2 .add {
        width: 60%;
        margin-left: 5%;
    }
    .foot .foot2 .add p {
        float: left;
        width: 10%;
        display: none;
    }
    .foot .foot2 .add p img {
        width: 100%;
        max-width: 60px;
    }
    .foot .foot2 .add b {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }
    .foot .foot2 .add i {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .foot .foot2 .wlj {
        width: 100%;
        margin-left: 0%;
        margin-top: 15px;
    }
    .foot .foot2 .wlj .up .nm {
        font-size: 14px;
    }
    .foot .foot2 .wlj .up .vx {
        margin-left: 10px;
    }
    .foot .foot2 .wlj .up img {
        width: 30px;
    }
    .foot .foot2 .wlj .down {
        margin-top: 20px;
    }
    .foot .foot3 {
        margin-top: 20px;
        line-height: 20px;
        padding: 10px 0px;
        font-size: 12px;
    }
    .foot .foot3 .foot3_r {
        float: left;
    }
    .foot .foot2 .wlj .down select {
        height: 35px;
        line-height: 35px;
        background: #000 url("../images/select.jpg") no-repeat right center;
        padding: 0px 35px 0px 15px;
        font-size: 14px;
        background-size: auto 100%;
    }
    .zw {
        display: none;
        height: 90px;
    }
    .nav_son {
        padding: 15px 0px;
    }
    .nav_son a {
        font-size: 16px;
        padding: 0px 5px;
        height: 16px;
        line-height: 14px;
    }
    .banner {
        width: 100%;
        height: 160px;
    }
    .banner img {
        display: none;
    }
    .about .about1 {
        padding: 25px 0px;
    }
    .about .a_tit span {
        font-size: 20px;
        line-height: 20px;
    }
    .about .a_tit p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 10px;
    }
    .about .about1 .about1_con {
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .about .about2 {
        padding: 25px 0px 40px;
        background: url('../images/about_bg.jpg')no-repeat center center;
        background-size: auto 100%;
    }
    .about .about2 .about2_con {
        margin-top: 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .about .about3 {
        padding: 25px 0px;
    }
    .about .about3 .about3_con {
        margin-top: 20px;
    }
    .about .about4 {
        padding: 25px 0px 60px;
    }
    .about .about4 .about4_con {
        margin-top: 20px;
    }
    .about .about4 .about4_con .swiper-button-next,
    .about .about4 .about4_con .swiper-button-prev {
        top: auto;
        bottom: -45px;
        width: 30px;
        height: 30px;
        margin-top: auto;
    }
    .about .about4 .about4_con .swiper-button-prev,
    .about .about4 .about4_con .swiper-container-rtl .swiper-button-next {
        left: 35%;
    }
    .about .about4 .about4_con .swiper-button-next,
    .about .about4 .about4_con .swiper-container-rtl .swiper-button-prev {
        right: 35%;
    }
    .business {
        padding: 25px 0px 30px;
    }
    .business .item ul {
        margin: -15px 0px 0px -1%;
    }
    .business .item ul li {
        width: 49%;
        margin: 15px 0px 0px 1%;
    }
    .business .item ul li a p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 14px;
    }
    .business_view {
        padding: 25px 0px 30px;
    }
    .business_view .business_viewup .img {
        width: 100%;
    }
    .business_view .business_viewup .text {
        width: 100%;
        margin-top: 0px;
    }
    .business_view .business_viewup .text .tit {
        font-size: 18px;
        line-height: 22px;
        padding: 15px 0px 15px;
    }
    .business_view .business_viewup .text .con {
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .business_view .business_viewdown {
        width: 100%;
        margin-top: 20px;
    }
    .business_view .business_viewdown .tit span {
        width: 90px;
        font-size: 14px;
    }
    .business_view .business_viewdown .con {
        margin-top: 15px;
        font-size: 14px;
        line-height: 26px;
    }
    .caselist {
        padding: 25px 0px 30px;
    }
    .caselist .caselb {
        margin-top: -10px;
        margin-left: -1%;
    }
    .caselist .caselb .case1 {
        width: 49%;
        margin-left: 1%;
        margin-top: 10px;
    }
    .caselist .caselb .case1 .txt {
        padding: 10px;
    }
    .caselist .caselb .case1 .txt b a {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .caselist .caselb .case1 .txt p {
        margin-top: 15px;
        width: 40px;
        height: 1px;
    }
    .caselist .caselb .case1 .txt1,
    .caselist .caselb .case1:hover .txt1 {
        display: none;
    }
    .caselist .caselb .case1:hover .txt {
        display: block;
    }
    .newlist {
        padding-bottom: 30px;
    }
    .newlist .item .item01 {
        padding: 20px 0px;
    }
    .newlist .item .item01 .img {
        width: 100%;
    }
    .newlist .item .item01 .text {
        width: 100%;
        margin-left: 0%;
        margin-top: 10px;
    }
    .newlist .item .item01 .text a:nth-child(1) {
        font-size: 16px;
        line-height: 20px;
    }
    .newlist .item .item01 .text p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
    .newlist .item .item01 .text a:nth-child(3) {
        margin-top: 10px;
        width: 100px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
    .newlist .item .item01 .text a:nth-child(1) {
        color: #359c43;
    }
    .newlist .item .item01 .text a:nth-child(3) {
        background: #359c43;
        color: #fff;
    }
    .newlist .item .item01 .atime {
        display: none;
    }
    .view {
        padding: 25px 0px 25px;
    }
    .view .view_tit {
        width: 100%;
        padding-bottom: 15px;
    }
    .view .view_tit span {
        font-size: 18px;
        line-height: 28px;
    }
    .view .view_tit p {
        font-size: 14px;
        margin-top: 5px;
    }
    .view .view_con {
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .view .view_prvenext {
        margin-top: 15px;
        font-size: 14px;
        line-height: 26px;
    }
    .view .view_prvenext p:nth-child(1) {
        width: 100%;
        text-align: left;
    }
    .view .view_prvenext p:nth-child(2) {
        width: 100%;
        text-align: left;
    }
    .join {
        padding: 25px 0px 30px;
    }
    .join_tit {
        height: 35px;
    }
    .join_tit span {
        line-height: 35px;
        font-size: 14px;
    }
    .join_tit span:nth-child(1) {
        width: 31%;
    }
    .join_tit span:nth-child(2) {
        width: 23%;
    }
    .join_tit span:nth-child(3) {
        width: 18.5%;
        display: none;
    }
    .join_tit span:nth-child(4) {
        width: 23%;
    }
    .join_tit span:nth-child(5) {
        width: 23%;
    }
    .join .item01 {
        margin-top: 1px;
    }
    .join .item01 .tit {
        height: 35px;
    }
    .join .item01 .tit span {
        line-height: 35px;
        color: #333;
        font-size: 14px;
        padding: 0px 5px;
    }
    .join .item01 .tit span:nth-child(1) {
        width: 31%;
    }
    .join .item01 .tit span:nth-child(2) {
        width: 23%;
    }
    .join .item01 .tit span:nth-child(3) {
        width: 18.5%;
        display: none;
    }
    .join .item01 .tit span:nth-child(4) {
        width: 23%;
    }
    .join .item01 .tit span:nth-child(5) {
        width: 23%;
        font-size: 24px;
    }
    .join .item01 .con {
        width: 100%;
        padding: 10px 5px;
        font-size: 14px;
        line-height: 24px;
    }
    .join .item01 .con .email {
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }
    .contact .contact_up {
        padding: 25px 0px;
    }
    .contact .c_tit span {
        font-size: 20px;
        line-height: 20px;
    }
    .contact .c_tit p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .contact .contact_up .contact_upcon {
        margin-top: 20px;
    }
    .contact .contact_up .contact_upcon ul {
        margin-left: -0%;
        margin-top: -10px;
    }
    .contact .contact_up .contact_upcon ul li {
        width: 100%;
        margin-left: 0%;
        margin-top: 10px;
    }
    .contact .contact_up .contact_upcon ul li p {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
    }
    .contact .contact_up .contact_upcon ul li img {
        max-width: 138px;
        width: 20%;
        float: left;
    }
    .contact .contact_up .contact_upcon ul li span {
        float: right;
        width: 70%;
        text-align: left;
        margin-top: 7px;
    }
    .contact .contact_up .contact_upcon ul li p {
        float: right;
        width: 70%;
        text-align: left;
        margin-top: 5px;
    }
    .contact .contact_up .map {
        width: 100%;
        margin-top: 15px;
        height: 200px;
    }
    .contact .contact_mess {
        padding: 25px 0px 30px;
    }
    .contact .contact_messcon ul {
        margin-top: -10px;
    }
    .contact .contact_messcon ul li {
        width: 100%;
        margin-top: 10px;
    }
    .contact .contact_messcon ul li span {
        font-size: 14px;
        line-height: 14px;
    }
    .contact .contact_messcon ul li input {
        width: 100%;
        height: 35px;
        margin-top: 10px;
        font-size: 14px;
    }
    .contact .contact_messcon ul li textarea {
        height: 100px;
        margin-top: 10px;
        padding: 10px 10px;
        font-size: 14px;
    }
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    input:-moz-placeholder,
    textarea:-moz-placeholder {
        font-size: 14px;
    }
    input::-moz-placeholder,
    textarea::-moz-placeholder {
        font-size: 14px;
    }
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 14px;
    }
    .contact .contact_messcon .btn {
        margin-top: 20px;
    }
    .contact .contact_messcon .btn button {
        width: 150px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
    /* 分页 */
    .page {
        width: 100%;
        display: inline-block;
        font-size: 0;
        text-align: center;
        margin: 20px 0px 0px;
        height: 30px;
        font-family: '宋体';
    }
    .page div {
        height: 40px;
    }
    .page a,
    .page span {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
        border: solid 1px #ccc;
        text-align: center;
        color: #666;
        font-size: 12px;
        margin: 0px 1px;
    }
    .page a:hover,
    .page span.current {
        background: #359c43;
        color: #FFF;
        border: solid 1px #359c43;
    }
    .page a.prev,
    .page a.next {
        width: 50px;
    }
}


/* @media (min-width:320px) and (max-width:374px){
}

@media (min-width:375px) and (max-width:413px){
}

@media (min-width:414px) and (max-width:768px){
} */