.mobile_header {
    display: none;
}

.inside-roof {
    height: 1.3rem;
}

.main_middle {
    width: 1350px;
    margin: 0 auto;
}


/* 头部 */

.header_wrapper {
    position: relative;
    width: 100%;
    height: 1080px;
}

.page_top_wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 0;
}

.page_top {
    width: 1480px;
    height: 50px;
    margin: 0 auto;
}

.page_logo {
    width: 306px;
    height: 49px;
}

.page_logo img{
    width: 100%;
}

.page_nav {
    height: 50px;
    flex: 1;
}

.page_nav .nav_ul {
    justify-content: flex-end;
}

.page_nav .nav_ul>li {
    position: relative;
    width: 115px;
    height: auto;
    line-height: 50px;
}

.page_nav .nav_ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    transition: background-color 0.3s linear;
    transition: color 0.3s linear;
}

.page_nav .nav_ul li:hover a {
    color: #e8380d!important;
}
.page_nav .nav_ul li:hover ol a {
    color: #fff!important;
}


.page_nav .nav_ul>li>img {
    margin-left: 12px;
    transition: transform 0.3s linear;
}

.page_nav .nav_ul>li:hover>img {
    transform: rotateZ(180deg);
}

.page_nav .nav_ul>li ol {
    width: 110%;
    position: absolute;
    top: 70px;
    right: 0;
    background-color: rgba(221,221,221,0.7);
    opacity: 0;
    transform: rotateY(90deg);
    transition: opacity 0.3s linear, transform 0.3s linear;
}

.page_nav .nav_ul>li:hover ol {
    opacity: 1;
    transform: rotateY(0);
}

.page_nav .nav_ul>li ol li {
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #fff;
    transition: background-color 0.3s linear;
}

.page_nav .nav_ul>li ol li:last-of-type {
    border-bottom: none;
}

.page_nav .nav_ul>li ol li:hover {
    background-color: #e8380d;
}

.page_nav .nav_ul>li ol li a {
    color: #fff;
}

.page_search {
    cursor: pointer;
}


/* banner */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.swiper-container .swiper-slide .banner_info {
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.swiper-container .swiper-slide .banner_info div.big_txt {
    margin-bottom: 5px;
    font-size:55px;
    color: #fff;
    font-weight: bold;
}

.swiper-container .swiper-slide .banner_info div.small_txt {
    margin-bottom: 70px;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.swiper-container .swiper-pagination {
    bottom: 200px !important;
}

.swiper-container .swiper-pagination .my-bullet {
    margin: 0 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.swiper-container .swiper-pagination .my-bullet-active {
    background-color: #e8380d;
}


/* index_search_wrapper */

.index_search_wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.7);
}

.close_ser {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.index_search {
    position: absolute;
    width: 761px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -380px;
}

.index_search input {
    border: none;
    width: 700px;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    background-color: #fff;
}

.index_search button {
    border: none;
    width: 60px;
    height: 50px;
    margin-left: 1px;
    background-color: #fff;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: center;
}


/* about_wrapper */

.about_wrapper {
    margin-top: 65px;
    margin-bottom: 90px;
}

.about_img {
    width: 560px;
    margin-right: 50px;
}

.about_img img {
    width: 100%;
}

.about_right {
    width: 730px;
    padding-top: 15px;
}

.about_right .ab_t_en {
    font-size: 66px;
    line-height: 66px;
    color: #030303;
    text-transform: uppercase;
    font-weight: bold;
}

.about_right .ab_t_cn {
    font-size: 24px;
    line-height: 60px;
    color: #1f1a1b;
}

.about_right .ab_info {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}


/* advantage_wrapper */

.advantage_wrapper {
    position: relative;
    width: 100%;
    height: 945px;
    background-image: url("../images/pro_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.adv_middle {
    position: relative;
    width: 1200px;
    height: 716px;
}

.adv_middle .num1,
.adv_middle .num2,
.adv_middle .num3,
.adv_middle .num4 {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #e8380d;
}

.adv_middle .num1 {
    top: 110px;
    right: 660px;
}

.adv_middle .num2 {
    top: 110px;
    left: 660px;
}

.adv_middle .num3 {
    bottom: 110px;
    right: 660px;
}

.adv_middle .num4 {
    bottom: 110px;
    left: 660px;
}

.xian_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotateZ(180deg);
}

.xian_right {
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotateZ(180deg);
}

.xian_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.xian_left {
    position: absolute;
    top: 50%;
    right: 0;
}

.adv_four {
    flex-wrap: wrap;
}

.four_item {
    width: 402px;
    height: 358px;
    padding-top: 90px;
    text-align: center;
    color: #0d0c0c;
}

.four_item p {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    padding: 10px 0;
}

.four_item span {
        font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.adv_circle {
    flex-direction: column;
    position: absolute;
    width: 314px;
    height: 314px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: rgba(232, 56, 13, 1);
}

.adv_circle h4 {
    font-size: 30px;
}

.adv_circle p {
    padding: 10px 0 20px;
    line-height: 32px;
}

.adv_circle a {
    display: inline-block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #e8380d;
    background-color: #fff;
}

.adv_circle::before,
.adv_circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    text-align: center;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.adv_circle::before {
    width: 346px;
    height: 346px;
    background-color: rgba(232, 56, 13, 0.57);
    animation: middleZoom 2s infinite linear;
    -webkit-animation: middleZoom 2s infinite linear;
}

@-webkit-keyframes middleZoom {
    0% {
        width: 346px;
        height: 346px;
    }
    50% {
        width: 314px;
        height: 314px;
    }
    100% {
        width: 346px;
        height: 346px;
    }
}

.adv_circle::after {
    width: 400px;
    height: 400px;
    background-color: rgba(232, 56, 13, 0.24);
    animation: outerZoom 2s infinite linear;
    -webkit-animation: outerZoom 2s infinite linear;
}

@-webkit-keyframes outerZoom {
    0% {
        width: 400px;
        height: 400px;
    }
    50% {
        width: 346px;
        height: 346px;
    }
    100% {
        width: 400px;
        height: 400px;
    }
}


/* case_wrapper */

.case_wrapper {
    margin-bottom: 100px;
}

.case_title {
    flex-direction: column;
    height: 200px;
    padding-left: 5%;
}

.case_title .case_t_en {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 41px;
    color: #e8380d;
    font-weight: bold;
}

.case_title .case_t_cn {
    font-size: 30px;
    color: #1f1a1b;
}

.case_main {
    width: 100%;
    height: 724px;
}

.case_item {
    position: relative;
    width: 25%;
    height: 100%;
    overflow: hidden;
    transition: width 1s ease-in-out;
}

.case_item:hover {
    width: 40%;
}

.case_item .case_pop {
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -520px;
    width: 478px;
    height: 344px;
    padding-right: 90px;
    text-align: right;
    background-color: #ffffff;
    transition: left 1s ease-in-out;
}

.case_item:hover .case_pop {
    left: 0;
}

.case_item .case_pop h4.cp_t {
    margin-bottom: 20px;
    font-size: 26px;
    color: #151212;
}

.case_item .case_pop img.cp_line {
    margin-bottom: 20px;
}

.case_item .case_pop p.cp_txt {
    margin-bottom: 20px;
    padding-left: 80px;
    font-size: 14px;
    color: #858484;
    line-height: 28px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.case_item .case_pop a.cp_more {
    display: block;
    width: 162px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #e8380d;
    border-radius: 10px;
    margin-left: 60%;

}

.case_item .case_pop a.cp_more i {
    display: inline-block;
    width: 21px;
    height: 4px;
    margin: 0 10px 4px;
    background-color: #e8380d;
}

.case_item .case_pop img.cp_gear {
    position: absolute;
    top: 50%;
    right: 0;
    width: 84px;
    height: 88px;
    margin-top: -44px;
    margin-right: -42px;
    animation: gear 2s infinite linear;
    -webkit-animation: gear 2s infinite linear;
}

@-webkit-keyframes gear {
    100% {
        transform: rotateZ(360deg);
    }
}

.case_item .case_txt {
    position: absolute;
    bottom: 150px;
    left: 35px;
    font-size: 22px;
    color: #ffffff;
    transition: opacity 1s ease-in-out, left 1s ease-in-out;
}

.case_item:hover .case_txt {
    opacity: 0;
    left: -100%;
}

.case_item .case_base {
    width: 100%;
    height: 100%;
}


/* solve_wrapper */

.solve_wrapper {
    position: relative;
    width: 100%;
    padding: 120px 3% 0;
    background-image: url("../images/jiej_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.swiper-container-solve {
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.solve_item {
    width: 100%;
    padding: 0;
}

.solve_item img.solve_img {
    width: 960px;
    margin-right: 85px;
}

.solve_item .solve_right {
    padding-top: 50px;
}

.solve_item .solve_caption {
    margin-bottom: 25px;
}

.solve_item .solve_caption h6 {
    font-size: 48px;
    font-weight: bold;
    color: #242526;
    line-height: 50px;
}

.solve_item .solve_caption h3 {
    font-size: 31px;
    color: #110f0f;
    line-height: 64px;
}

.solve_item .solve_caption i {
    display: block;
    width: 80px;
    height: 4px;
    background: #101010;
}

.solve_item .solve_right .solve_t {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: bold;
    color: #e8380d;
}

.solve_item .solve_right .solve_info {
    margin-bottom: 25px;
        font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.solve_item .solve_right a.solve_more,.proones a.promore {
    display: block;
    width: 162px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #f2f3f3;
    background-color: #e8380d;
}

.swiper-container-solve .swiper-button-prev,
.swiper-container-solve .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    background-size: 100% !important;
}

.swiper-container-solve .swiper-button-prev {
    left: 900px !important;
    background-image: url("../images/solve_left.jpg") !important;
}

.swiper-container-solve .swiper-button-next {
    left: 960px !important;
    background-image: url("../images/solve_right.jpg") !important;
}


/* news_wrapper */

.news_wrapper {
    margin-bottom: 50px;
}

.news_title1 {
    margin: 90px 0 60px;
    height: 106px;
    position: relative;
    text-align: center;
}

.news_title1 .news_t_en {
    font-size: 130px;
    font-weight: bold;
    line-height: 90px;
    color: #f0f0f0;
}

.news_title1 .news_t_cn {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    line-height: 90px;
    font-weight: bold;
    color: #343434;
}

.news_title1 .news_t_p {
    font-size: 16px;
    color: #171616;
    line-height: 1em;
}

.news_main {
    padding: 0;
}

.news_item {
    width: 429px;
    border: 1px solid #e5e5e5;
}

.news_item .news_img {
    width: 429px;
    height: 296px;
    overflow: hidden;
    cursor: pointer;
}

.news_item .news_img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s linear;
}

.news_item:hover .news_img img {
    transform: scale(1.1);
}

.news_item .news_content {
    padding: 15px 15px 0;
}

.news_item .news_content .news_top {
    margin-bottom: 15px;
}

.news_item .news_content .news_top .news_time {
    width: 100px;
    height: 92px;
    flex-direction: column;
    border-right: 1px solid #e5e5e5;
}

.news_item .news_content .news_top .news_time p {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #676767;
}

.news_item .news_content .news_top .news_time span {
    font-size: 16px;
}

.news_item .news_content .news_top .news_topic {
    flex: 1;
    font-size: 16px;
    line-height: 92px;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_item .news_content .news_more {
    height: 52px;
    line-height: 52px;
    border-top: 1px solid #e5e5e5;
}


/* picture_wrapper */

.picture_wrapper {
    width: 100%;
    height: 795px;
    background: url(../images/culbg.jpg) center no-repeat;
    background-size: cover;
}

.picture_title {
    margin-bottom: 70px;
    color: #fff;
}

.picture_title .pict_en {
    font-size: 40px;
    line-height: 1em;
    text-shadow: 4px 6px 11px #c7b2b2;
}

.picture_title .pict_cn {
    margin-top: 20px;
    font-size: 28px;
    line-height: 1em;
    text-shadow: 4px 6px 11px #c7b2b2;
}

.staff_wrapper {
    width: 50%;
    padding: 270px 5.885% 0 13.4375%;
}

.swiper-container-staff {
    width: 588px;
    height: 350px;
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-staff img {
    width: 100%;
}

.swiper-container-staff .swiper-pagination {
    left: 0 !important;
    bottom: 0 !important;
}

.swiper-container-staff .swiper-pagination .staff_btn {
    cursor: pointer;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
}

.swiper-container-staff .swiper-pagination .staff_btn_active {
    background-color: #e8380d;
}

.culture_wrapper {
    width: 50%;
    padding: 320px 0 0 3.6458%;
}

.culture_info {
    padding: 0;
}

.culture_info dl {
    margin-bottom: 55px;
    color: #fff;
}

.culture_info dl dt {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1em;
}

.culture_info dl dd {
    font-size: 16px;
    line-height: 1.5em;
}


/* map_wrapper */

.map_wrapper {
    position: relative;
    width: 100%;
    height: 829px;
}

.map_main {
    width: 100%;
    height: 100%;
}

.index_map {
    width: 100%;
    height: 100%;
}

.map_layer {
    position: absolute;
    right: 0;
    top: 0;
    flex-direction: column;
    width: 866px;
    height: 100%;
    padding-right: 7.1875%;
    text-align: right;
    background-image: url("../images/map.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.map_contact_t {
    margin-bottom: 90px;
}

.map_contact_t h4 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1em;
    color: #464747;
}

.map_contact_t i {
    display: inline-block;
    width: 100px;
    height: 2px;
    margin-bottom: 30px;
    background-color: rgba(132, 125, 125, 0.9);
}

.map_contact_t h6 {
    font-size: 18px;
    line-height: 1em;
    color: #555555;
}

.map_contact_info {
    padding: 0;
}

.map_contact_info .mci_top {
    font-size: 16px;
    color: #080707;
    line-height: 37px;
}

.map_contact_info .mci_line {
    display: inline-block;
    width: 496px;
    height: 1px;
    margin: 20px 0;
    background-color: rgba(132, 125, 125, 0.9);
}

.map_contact_info .mci_bottom {
    font-size: 16px;
    color: #080707;
    line-height: 37px;
}


/* footer_wrapper */

.footer_wrapper {
    width: 100%;
    height: 200px;
    background-color: #e8380d;
}

.foot_middle {
    height: 100%;
    color: #fff;
}

.foot_middle a {
    color: #ddd;
}

.foot_middle a:hover {
    color: #a1a1a1;
}

.foot_left {
    text-align: left;
    width: 30%;
}

.foot_left img {
    margin-bottom: 30px;
    width: 60%;
}

.foot_left .foot_left_info {
    font-size: 12px;
    line-height: 2em;
    color: #ddd;
}

.foot_right {
    text-align: right;
}

.foot_right .foot_right_link {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1em;
}

.foot_right .foot_right_contact {
        font-size: 16px;
    line-height: 1em;
    text-align: left;
    margin-left: 10px;
}


/* inside header */

.inside_top_wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    z-index: 99;
}
.inside_top_wrapper_forphone{
	display:none;
}

/* inside_main */

.inside_main {
    margin-bottom: 50px;
}


/* page_position */

.inside_main .page_position {
    font-size: 14px;
    color: #707070;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}


/* inside_title */

.inside_main .inside_title {
    margin: 40px 0;
    text-align: center;
}

.inside_main .inside_title .it_info {
    font-size: 28px;
    line-height: 50px;
    color: #333333;
}

.inside_main .inside_title .ico {
    width: 20px;
    height: 2px;
    background: #e8380d;
    display: inline-block;
}


/* inside_single */

.inside_single {
    font-size: 14px;
    color: #474747;
    line-height: 1.8em;
}


/* .inside_single img {
  display: block;
  width: 100%;
} */


/* inside_contact_wrapper */

.inside_contact_wrapper {
    padding: 0;
}

.inc_tit {
    margin-bottom: 50px;
    font-size: 14px;
}

.inside_contact {
    margin-bottom: 95px;
}

.inside_contact .inc_item {
    padding: 0 20px 0 0;
    width: 22%;
    margin-right: 4%;
    border-right: 1px solid #dbdbdb;
}

.inside_contact .inc_item:last-of-type {
    margin-right: 0;
    border-right: 1px solid transparent;
}

.inside_contact .inc_item .c_icon {
    padding: 0;
}

.inside_contact .inc_item .c_icon img {
    padding: 0;
}

.inside_contact .inc_item .fg_line {
    margin: 30px 0;
    border: solid #e8380d 1px;
    display: block;
    width: 40px;
}

.inside_contact .inc_item .inc_info {
    padding: 0;
}

.inside_contact .inc_item .inc_info h6 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
}

.inside_contact .inc_item .inc_info p {
    font-size: 14px;
    line-height: 26px;
}

.inside_map {
    padding-bottom: 70px;
}

.ineide_map_main {
    width: 100%;
    height: 500px;
}

.inside_message {
    padding: 0;
}

.inside_message .inside_form_input {
    margin-bottom: 35px;
    color: #fff;
    width: 48%;
    transition: box-shadow 0.3s linear;
}

.inside_message .inside_form_input:hover {
    box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}

.inside_message .inside_form_input .inside_ipt {
    padding: 17px;
    color: #808080;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    width: 100%;
}

.inside_message .inside_form_textarea {
    margin-bottom: 55px;
    display: inline-block;
    width: 100%;
    transition: box-shadow 0.3s linear;
}

.inside_message .inside_form_textarea:hover {
    box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}

.inside_message .inside_form_textarea .inside_tarea {
    padding: 17px;
    height: 210px;
    border: 1px solid #dbdbdb;
    color: #6d6d6d;
    font-size: 14px;
    width: 100%;
}

.inside_message .inside_form_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.inside_message .inside_form_btn .inside_btn {
    padding: 15px 70px;
    background-color: #e8380d;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    border-bottom: solid #e8380d 2px;
    transition: box-shadow 0.3s linear;
    border-radius: 5px;
}

.inside_message .inside_form_btn .inside_btn:hover {
    box-shadow: 0 0 10px -7px rgba(129, 129, 129, 1);
}


/* inside_list */

.inside_list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.inside_list a {
    margin-right: 10px;
    padding: 10px 25px;
    background: #f5f5f5;
    font-size: 16px;
    color: #555555;
    display: block;
    transition: background-color 0.3s linear;
}

.inside_list a:hover {
    color: #fff;
    background-color: #e8380d;
}

.inside_list a.on {
    color: #fff;
    background: #e8380d;
}


/* inside_picture */

.inside_picture {
    width: 100%;
}

.inside_pro_item {
    width: 23.5%;
    padding-bottom: 20px;
    margin: 0 2% 30px 0;
    box-shadow: 0 0 10px -7px rgba(0, 0, 0, 1);
    background-color: #fff;
    transition: box-shadow 0.3s linear, background-color 0.3s linear;
}

.inside_pro_item:nth-of-type(4n) {
    margin-right: 0;
}

.inside_pro_item:hover {
    background-color: rgba(129, 129, 129, 0.1);
    box-shadow: 0 0 20px -7px rgba(129, 129, 129, 1);
}

.inside_pro_item .pro_img {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.inside_pro_item .pro_img img {
    width: 100%;
    transition: transform 0.3s linear;
}

.inside_pro_item:hover .pro_img img {
    transform: scale(1.05);
}

.inside_pro_item .pro_text {
    height: 60px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 60px;
    transition: color 0.3s linear;
    border-bottom: 1px solid #dadada;
}

.inside_pro_item:hover .pro_text {
    color: #e8380d;
}

.inside_pro_item .pro_info {
    height: 5.4em;
    font-size: 14px;
    line-height: 1.8em;
    padding: 0 20px;
    transition: color 0.3s linear;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.inside_pro_item:hover .pro_info {
    color: #666;
}


/* inside_picture_detail */

.inside_picture_detail {
    width: 100%;
    padding: 0;
}

.inside_picture_detail .ipd_title {
    padding: 50px 0 25px 0;
    border-bottom: 1px solid #dbdbdb;
    font-size: 28px;
    color: #444;
}

.inside_picture_detail .ipd_main {
    padding-top: 40px;
    font-size: 16px;
    line-height: 2em;
}


/* inside_news */

.inside_news {
    width: 100%;
}

.inside_news_item {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s linear;
}

.inside_news_item:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 20px -7px rgba(129, 129, 129, 1);
}

.inside_news_item .inside_news_item_img {
    width: 240px;
    height: 170px;
    border-radius: 5px;
    margin-right: 30px;
    overflow: hidden;
}

.inside_news_item .inside_news_item_img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s linear;
}

.inside_news_item:hover .inside_news_item_img img {
    transform: scale(1.1);
}

.inside_news_item .inside_news_item_info {
    flex-direction: column;
    flex: 1;
}

.inside_news_item .inside_news_item_info h3 {
    font-size: 22px;
    line-height: 44px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inside_news_item .inside_news_item_info h3 a {
    color: #000;
    transition: color 0.3s linear;
}

.inside_news_item:hover .inside_news_item_info h3 a {
    color: #e8380d;
}

.inside_news_item .inside_news_item_info span {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.inside_news_item .inside_news_item_info p {
    line-height: 22px;
    width: 100%;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.inside_news_item .inside_news_item_info>a {
    display: block;
    text-align: center;
    width: 100px;
    color: #777;
    border: 1px solid #e0e0e0;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 5px;
    transition: border 0.3s linear, color 0.3s linear;
}

.inside_news_item .inside_news_item_info:hover>a {
    border: 1px solid #e8380d;
    color: #e8380d;
}


/* inside_news_detail */

.inside_news_detail {
    width: 100%;
    padding: 0;
}

.inside_news_detail .ind_title_wrapper {
    margin-bottom: 50px;
    padding-bottom: 25px;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

.inside_news_detail .ind_title_wrapper .ind_title {
    text-align: center;
    margin-bottom: 35px;
    font-size: 28px;
    color: #333333;
}

.inside_news_detail .ind_title_wrapper .ind_info {
    font-size: 12px;
    color: #888888;
}

.inside_news_detail .ind_title_wrapper .ind_info span {
    margin: 0 5px;
}

.inside_news_detail .ind_main {
    font-size: 16px;
    line-height: 2em;
}


/* inside_down */

.inside_down {}

.inside_down ul li {
    height: 75px;
    overflow: hidden;
    border-bottom: 1px dashed #a1a1a1;
}

.inside_down ul li .down_left {
    width: calc(100% - 60px);
    height: 75px;
    font-size: 14px;
    line-height: 75px;
}

.inside_down ul li .down_left img {
    margin-right: 10px;
}

.inside_down ul li .down_left p {
    width: 90px;
    margin-bottom: 0;
}

.inside_down ul li .down_left a {
    display: block;
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}
.inside_down ul li .down_left a:hover{
    color: #e8380d;
}
.down_right a{
    color: #333;
}

.inside_down ul li .down_right {
    width: 60px;
    height: 75px;
    font-size: 14px;
    line-height: 75px;
}

.inside_down ul li .down_right a img {
    margin-right: 10px;
}

.pz_menu {
    width: 100%;
    position: relative;
    z-index: 9;
}

.listbanner {
    width: 100%;
    float: left;
    position: relative;
    height: 440px;
    overflow: hidden;
}

.listbanner.on {
    margin-top: 88px;
}

.listbanner img {
    width: 1920px;
    height: 440px;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 -960px;
}

.nynav {
    width: 100%;
    float: left;
    position: relative;
    background-size: 100% 100%;
    height: 126px;
}

.nynav .headline {
    width: 423px;
    height: 126px;
    position: relative;
    z-index: 5;
    background: url(../images/nygy1.png) no-repeat right center;
    float: left;
}

.nynav .headline:before {
    content: '';
    width: 500px;
    top: 0;
    height: 100%;
    background: #e8380d;
    position: absolute;
    left: -500px;
}

.nynav .headline h4 {
    margin-bottom: 0;
    width: 100%;
    margin-top: 28px;
    font-size: 36px;
    color: white;
    line-height: 35px;
    font-family: Arial;
    text-transform: uppercase;
    font-style: oblique;
    font-weight: bold;
}

.nynav .headline h3 {
    margin: 0;
    width: 100%;
    padding-left: 166px;
    position: relative;
    font-size: 30px;
    color: white;
    line-height: 36px;
}

.nynav .headline h3:before {
    content: '';
    width: 500px;
    height: 1px;
    background: white;
    position: absolute;
    left: -350px;
    top: 50%;
}

.nynav .subhead {
    float: right;
    font-size: 12px;
    color: white;
    line-height: 41px;
}

.nynav .subhead a {
    color: white;
}

.nynav .subhead a:hover {
    color: #e8380d;
}

.nynav .subhead span {
    margin: 0 9px;
}

.nynav .subhead img {
    vertical-align: middle;
    margin: -2px 4px 0 0;
    height: 13px;
}

.pz_SideLayer_box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pz_SideLayer {
    /*width:100%;*/
    float: right;
    height: 85px;
    /*padding-left:475px;*/
}

.pz_SideLayer li {
    list-style: none;
    float: left;
    margin-right: 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pz_SideLayer li a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    line-height: 85px;
    background: #e8380d;
}

.pz_SideLayer li.l2,
.pz_SideLayer li.l3 {
    display: none;
}

.pz_SideLayer li.on,
.pz_SideLayer li:hover {
    margin-top: -4px;
}

.pz_SideLayer li.on a,
.pz_SideLayer li:hover a {
    color: #fff;
    background: #e8380d;
    padding-top: 4px;
    height: 89px;
}

@media screen and (max-width:1380px) {
    .nynav .headline {
        width: 323px;
    }
    .nynav .headline h4 {
        font-size: 30px;
    }
    .nynav .headline h3 {
        padding-left: 70px;
        font-size: 24px;
    }
    .nynav .headline h3:before {
        left: -450px;
    }
    .nynav .subhead span {
        margin: 0 5px;
    }
    /*.pz_SideLayer{ padding-left:350px;}*/
    .pz_SideLayer li a {
        padding: 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width:1023px) {
    .nynav {
        height: 86px;
        margin-top: -29px;
    }
    .nynav .headline {
        display: none;
    }
    .nynav .subhead {
        line-height: 29px;
    }
    .nynav .subhead span {
        margin: 0 4px;
    }
    .nynav .subhead img {
        height: 12px;
    }
    .pz_SideLayer {
        height: 57px;
        padding-left: 0px;
    }
    .pz_SideLayer li a {
        padding: 0 10px;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 57px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .pz_SideLayer li.on,
    .pz_SideLayer li:hover {
        margin-top: -2px;
    }
    .pz_SideLayer li.on a,
    .pz_SideLayer li:hover a {
        padding-top: 2px;
        height: 59px;
    }
}

@media screen and (max-width:767px) {
    .nynav {
        height: auto;
        background-position: top center;
        margin-top: -29px;
        background-size: 100% auto;
    }
    .pz_SideLayer_box {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto;
        margin: 0 0;
    }
    .pz_SideLayer_box .c_1570 {
        padding: 0;
    }
    .pz_SideLayer {
        background: #3d4047;
        height: auto;
        float: left;
        width: 100%;
    }
    .pz_SideLayer li {
        margin-right: 0px;
        width: 50%;
    }
    .pz_SideLayer li a {
        color: #fff;
        line-height: 37px;
    }
    .pz_SideLayer li.on,
    .pz_SideLayer li:hover {
        margin-top: 0px;
    }
    .pz_SideLayer li.on a,
    .pz_SideLayer li:hover a {
        height: 37px;
        padding-top: 0;
    }
    .listc_1570 {
        padding: 0 0;
    }
}

.listc_1570 {
    max-width: 1620px;
    padding: 0 10px;
    margin: auto;
}

.brand-cat {
    padding: 100px 0 60px;
    overflow: hidden;
    width: 100%;
}

.brand-cats {
    position: relative;
    margin: 0 auto;
    max-width: 1620px;
    padding: 30px 10px;
}

.brand-cat .brand-cat-left {
    width: 50%;
    float: left;
    padding: 0 45px;
}

.brand-cat .brand-cat-left .brand-cat-l-t {
    padding: 60px 30px 50px;
    border-bottom: 1px solid #e0e0e0;
}

.brand-cat .brand-cat-left .brand-cat-l-t:before {
    left: 0;
    top: -40px;
}

.brand-cat .brand-cat-left .brand-cat-l-t:after,
.brand-cat .brand-cat-left .brand-cat-l-t:before {
    content: '"';
    display: block;
    font-size: 120px;
    color: #eaeaea;
    font-style: italic;
    position: absolute;
}

.brand-cat .brand-cat-left .brand-cat-l-t p {
    color: #6f6f6f;
    text-indent: 2em;
}

.brand-cat .brand-cat-left .brand-cat-l-t:after {
    right: 0;
    bottom: -60px;
}

.brand-cat .brand-cat-left .brand-cat-l-b {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 30px;
}

.brand-cat .brand-cat-left .brand-cat-l-b li {
    width: 25%;
    float: left;
    text-align: center;
}

.brand-cat .brand-cat-left .brand-cat-l-b li span {
    color: #e8380d;
    font-size: 36px;
}

.brand-cat .brand-cat-left .brand-cat-l-b li p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.brand-cat .brand-cat-right {
    width: 50%;
    float: left;
    padding: 0 35px;
}

.brand-cat .brand-cat-right div.jy {
    margin: 15px 0;
}

.brand-cat .brand-cat-right p {
    text-align: right;
    font-size: 14px;
    color: #999;
}

.brand-three .brand-three-t {
    padding: 30px 0;
    text-align: center;
}

.brand-three .brand-three-t li {
    font-size: 28px;
    color: #555;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
    list-style: none;
}

.brand-three .brand-three-t li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background: #e8380d;
    margin-left: -50px;
}

.brand-threecenter {
    position: relative;
    margin: 0 auto;
    max-width: 1620px;
    padding: 30px 10px;
}

.brand-three .brand-three-box {
    overflow: hidden;
}

.brand-three .brand-three-box .brand-three-item {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 40px 0;
    text-align: center;
}

.brand-three .brand-three-box .brand-three-item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    transition: all 1s;
}

.brand-three .brand-three-box .brand-three-item li {
    margin: 25px auto;
    font-size: 24px;
    color: #5e5e5e;
}

.brand-three .brand-three-box .brand-three-item p {
    color: #6f6f6f;
}

.brand-three .brand-three-box .brand-three-item:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 100px;
    margin-top: -50px;
    background: #e1e1e1;
}

.brand-three .brand-three-box .brand-three-item:nth-last-child(1):after {
    width: 0;
}

.brand-three .brand-three-box .brand-three-item img:hover {
    transform: rotateY(360deg);
}

.brand-goodnesscenter {
    position: relative;
    margin: 0 auto;
    max-width: 1620px;
    padding: 30px 10px;
}

.brand-goodness {
    margin: 30px 0;
    padding: 85px 0;
    background: #e8380d;
    text-align: center;
}

.brand-goodness .brand-goodness-box {
    overflow: hidden;
}

.brand-goodness .brand-goodness-box .brand-goodness-list {
    position: relative;
    padding: 60px 0 30px;
    width: 25%;
    float: left;
}

.brand-goodness .brand-goodness-box .brand-goodness-list li {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

.brand-goodness .brand-goodness-box .brand-goodness-list p {
    color: #fff;
}

.brand-goodness .brand-goodness-box .brand-goodness-list:after {
    content: '...';
    color: #fff;
    font-size: 50px;
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -40px;
}

.brand-goodness .brand-goodness-t .brand-three-t li {
    border-color: #fff;
}

.brand-goodness .brand-goodness-box .brand-goodness-list:last-child:after {
    content: '...';
    color: #ccc;
    font-size: 50px;
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -40px;
    display: none;
}

.brand-goodnesscentertext {
    position: relative;
    margin: 0 auto;
    max-width: 1620px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-ten {
    margin-bottom: 20px;
}

.brand-cat .brand-cat-left {
    width: 50%;
    float: left;
    padding: 0 45px;
}

.brand-ten .brand-goodnesscentertext .brand-cat-left {
    padding: 0;
}

.brand-cat .brand-cat-right {
    width: 50%;
    float: left;
    padding: 0 35px;
}

.brand-ten .brand-goodnesscentertext .brand-cat-right {
    padding: 20px 0 0 80px;
}

.brand-ten .brand-goodnesscentertext li {
    position: relative;
    color: #888;
    padding: 5px 0 10px 15px;
    transition: all .5s;
    cursor: pointer;
    font-size: 16px;
}

.brand-ten .brand-goodnesscentertext li:before {
    content: '.';
    display: block;
    color: #e8380d;
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 20px;
}

.brand-ten .brand-goodnesscentertext li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 1px;
    background: #e8380d;
    font-size: 20px;
    transition: all .5s;
}

.brand-ten .brand-goodnesscentertext li:hover:after {
    width: 100%;
}

.brand-honor .brand-honor-box {
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.brand-honorswiper {
    position: relative;
    margin: 0 auto;
    max-width: 1620px;
    padding: 30px 10px;
    overflow: hidden;
}

.brand-honor .brand-honor-box .brand-honor-item {
    padding: 30px 15px;
    float: left;
    text-align: center;
    transition: all .5s;
}

.brand-honor .brand-honor-box .brand-honor-item li {
    margin: 20px auto;
    color: #666;
}

.mingye_e {
    width: 100%;
    background: url(../images/2_02.jpg)center 0 no-repeat;
    height: 418px;
    overflow: hidden;
    /*margin-top: 68px;*/
    text-align: center;
    color: #fff;
}

.mingye_e span {
    display: block;
    font-size: 30px;
    margin-top: 90px;
}

.mingye_e div {
    font-size: 16px;
    line-height: 31px;
    margin-top: 30px;
    margin-bottom: 36px;
}

.mingye_e a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    padding: 13px 51px;
    border-radius: 8px;
}

.mingye_e a img {
    margin-left: 45px;
}

.proone {
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.proones {
    max-width: 1326px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proones a {
    display: block;
    background: #fff;
    width: 47%;
    margin-bottom: 53px;
    padding: 42px;
    overflow: hidden;
}

.proones a .proonesImg {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.proones a .proonesImg img {
    transition: all 0.3s;
}

.proones a:hover .proonesImg img {
    transform: scale(1.1);
}

.proones a label {
    font-size: 21px;
    color: #e8380d;
}

.proones a p {
    color: #110f0f;
    margin: 0;
    line-height: 28px;
    margin-top: 15px;
}

.proones a .proonestext {
    overflow: hidden;
    font-size: 0;
    margin-top: 18px;
}

.proones a .proonestext div {
    display: inline-block;
    font-size: 14px;
    color: #110f0f;
    padding: 17px 26px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    margin-bottom: 10px;
}

.listproduct {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.listproduct a {
    display: block;
    overflow: hidden;
    width: 23.5%;
    margin-bottom: 2%;
    margin-right: 2%;
}

.listproduct a:nth-child(4n) {
    margin-right: 0;
}

.listproduct a div {
    width: 100%;
    overflow: hidden;
}

.listproduct a div img {
    width: 100%;
    transition: all 0.3s;
}

.listproduct a span {
    line-height: 43px;
    display: block;
    padding-left: 21px;
    color: #333;
    font-size: 15px;
    background: #f2f1ed;
}

.listproduct a:hover div img {
    transform: scale(1.1);
}

.listWrapper {
    padding: 40px 0 60px 0;
    overflow: hidden;
    background: #f4f4f4;
    width: 100%;
}

.grWidth {
    max-width: 1220px;
    padding: 0 10px;
    margin: auto;
}

.pTitle {
    font-size: 30px;
    font-weight: normal;
    color: #e8380d;
    margin: 0;
    margin-bottom: 20px;
}

.proIndex {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex ul {
    width: 100%;
    overflow: hidden;
}

.proIndex li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex li .font p {
    text-align: left;
}

.proIndex li:nth-child(1) {
    width: 49.5%;
}

.proIndex li:nth-child(1) img,
.proIndex li:nth-child(1) .pImg {
    width: 100%;
}

.proIndex li:nth-child(1) .font {
    padding: 10px 35px 5px 35px;
    font-size: 14px;
}

.proIndex li:nth-child(1) .font h4 {
    font-size: 18px;
    height: 35px;
}

.proIndex li:nth-child(1) .font h4 a {
    color: #333;
}

.proIndex li:nth-child(1) .font h4 a:hover {
    color: #e8380d;
}

.proIndex li:nth-child(1) .box {
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
}

.proIndex li:nth-child(1) .btns a,
.proList li .btns a {
    display: inline-block;
    width: 90px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #999;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s;
    border-radius: 3px;
    font-size: 12px;
}

.proIndex li:nth-child(1) .btns a:hover,
.proList li .btns a:hover {
    background: #e8380d;
}

.proIndex li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex li h4:hover {
    color: #e8380d;
}

.pTitle a {
    float: right;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.proIndex1 {
    margin-bottom: 40px;
    overflow: hidden;
}

.proIndex1 ul {
    width: 100%;
    overflow: hidden;
}

.proIndex1 li {
    float: left;
    width: 24.5%;
    background: #fff;
    margin: 0 0.5% 8px 0;
}

.proIndex1 li .pImg {
    width: 100%;
    display: block;
    overflow: hidden;
}

.proIndex1 li img {
    width: 100%;
    transition: all 0.5s;
}

.proIndex1 li .font {
    padding: 10px 15px 0 15px;
    color: #999;
    text-align: center;
    line-height: 22px;
}

.proIndex1 li h4 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.proIndex1 li .font p {
    text-align: left;
}

.proIndex1 li:hover {
    box-shadow: 0 0 5px #ccc;
}

.proIndex1 li h4:hover {
    color: #e8380d;
}

.sWrapper .sMain {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    max-width: 1200px;
    margin-bottom: 20px;
}

.proShwo_right {
    width: 45%;
    overflow: hidden;
    font-size: 14px;
}

.proShwo_right .title {
    font-size: 30px;
    color: #e8380d;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .p1 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .font {
    height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 20px;
}

.proShwo_right .font strong {
    font-size: 18px;
    color: #333;
}

.proShwo_right .phone {
    background: url('../img/picon2.jpg') no-repeat left center;
    padding-left: 25px;
    margin-bottom: 25px;
    color: #e8380d;
}

.proShwo_right .phone span {
    font-size: 22px;
    font-family: Arial;
}

.proShwo_right .btn {
    padding: 0;
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #e8380d;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    transition: all .3s;
}

.proShwo_right .btn2 {
    background: #e8380d;
}

.proShwo_right .btn:hover {
    opacity: .8;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.about_right a {
    display: block;
    width: 162px;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #f2f3f3;
    background-color: #e8380d;
    margin-top: 40px;
}

.cw_fl .cw_fl_title{
    font-weight: bolder;
    color: #666;
    font-size: 26px;
    margin-bottom: 40px;
}

.cw_fl div{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.cw_fl div:nth-child(3){
    margin-bottom: 40px;
}

.contact_way{
    overflow: hidden;
    margin-bottom: 40px;
}

.cw_fl{
    width: 30%;
    float: left;
}

.cw_fr{
    float: right;
    width: 39%;
}

.cw_fr .saoma{
    width: 48%;
    float: left;
    margin-right: 2%; 
    text-align: center;
}

.cw_fr .saoma:last-child{
    margin-right: 0;
}
.cw_fr .saoma img{
    width: 60%;
    margin-bottom: 15px;
}
.cw_fr .saoma p{
    font-size: 18px;
    color: #666;
}

.promore{
    display: block;
    width: 162px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #e8380d;
    margin-top: 10px;
    border-radius: 10px;
}


.foot_right_link span{
    float: left;
    margin-right: 40px;
    text-align: left;
}

.foot_right_link ul{
    margin-top: 20px;
}
.foot_right_link ul li{
    margin-bottom: 5px;
    
}
.foot_right .foot_right_link ul li a{
    font-size: 12px;
    color: #ddd;
}
.foot_right .foot_right_link span a{
    color: #fff;
}
.htel a{
    display: block;
}
.htel{
        text-align: right;
    position: absolute;
    top: 15px;
    right: 15px;
}

.htel a:first-child{
    font-size: 12px;
    color: #fff;
}
.htel a:nth-child(2){
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.brand-threes{
    text-align: center;
}
.brand-threes .brand-honorswiper img{
    
    margin:0 9px;
}
.brand-three{
    margin-bottom: 40px;
}
.brand-honorswiper .brand-honor-item a{
    display: inline-block;
    width: 50%;
    float: none;
    margin:auto;
}
.brand-honorswiper .brand-honor-item a:nth-child(2n){
    margin-right: 0;
}
#art_content,
#art_content p,
.miaoshu p,
.bd p{
    line-height:28px !important;
    font-size:14px !important;
    color: #666666 !important;
}
.brand-honorswiper1{
    display: none;
}