@charset "utf-8";

/* CSS Document */
html {
    font-size: 100px;
}

body {
    font-size: medium !important;
    font-family: "微软雅黑";
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

input,
textarea {
    outline: 0;
}

img {
    border: none;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos-rel {
    position: relative;
}

.cls {
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}

@font-face {
    src: url(../font/HelveticaNeueLTPro-ThEx.otf);
    font-family: helv;
}

/*header*/
header {
    background: #000 !important;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

header .logo {
    float: left;
    margin-left: 0.2rem;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

header .logo img {
    height: 0.56rem;
    display: inline-block;
    margin-top: 0.22rem;
}

header .menu_name {
    color: #cc0000;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    text-align: center;
}

header .header_tel {
    position: absolute;
    right: 1.05rem;
    top: 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #fff;
    padding-left: 0.64rem;
    background: url(../img/header_telicon.svg) no-repeat left center;
    background-size: auto 100%;
    font-size: 0.32rem;
    font-weight: bold;
    font-family: Arial;
}

#cd-menu-trigger {
    overflow: hidden;
}

#cd-menu-trigger .menu_name {
    float: left;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.3rem;
    color: #cc0000;
}

#cd-menu-trigger .menu_name i {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.6rem;
    font-style: normal;
    position: relative;
    color: #cc0000;
    padding: 0 0.2rem;
}

#cd-lateral-nav a {
    font-size: 0.28rem;
    font-weight: normal !important;
}

#cd-lateral-nav .cd_nav_btn {
    text-align: center;
    margin: 0.4rem 0 0.6rem;
}

#cd-lateral-nav .cd_nav_btn a {
    padding: 0.14rem 0;
    border-radius: 1rem;
    color: #fff;
    font-size: 0.26rem;
    display: inline-block;
    border: solid 1px #fff;
    line-height: normal;
    width: 70%;
}

#cd-lateral-nav .cd_nav_btn a:active {
    background: #fff;
    color: #cc0000;
}

#cd-lateral-nav .sub-menu li a {
    position: relative;
    font-size: 0.24rem;
}

#cd-lateral-nav .cd-navigation .sub-menu {
    padding-left: 35px;
}

#cd-lateral-nav .sub-menu li a:before {
    content: "";
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    border: solid 1px #fff;
    top: 50%;
    margin-top: -0.06rem;
    left: 0.56rem;
}

/*==========================================首页==========================================*/
/*标题*/
.mjx_tit {
    text-align: center;
    margin-bottom: 0.5rem;
}

.mjx_tit a {
    display: inline-block;
}

.mjx_tit h2 {
    font-size: 0.5rem;
    color: #cc0000;
    padding-bottom: 0.02rem;
    font-weight: normal;
}

.mjx_tit span {
    color: #333;
    font-size: 12px;
    font-family: Arial;
    text-transform: uppercase;
}

.mjx_title {
    text-align: center;
    margin-bottom: 1.8rem;
}

.mjx_title h2 {
    font-size: 0.4rem;
    color: #fff;
    font-weight: normal;
}

.mjx_title p {
    color: #fff;
    font-size: 0.2rem;
    width: 80%;
    margin: 0.15rem auto 0;
    line-height: 1.8;
}









.mjx_tab {
    margin: 0 auto;
    display: table;
    height: 1rem;
}

.mjx_tab a {
    font-size: 0.23rem;
    color: #fff;
    border-radius: 50px;
    padding: 7px 25px;
    border: 1px solid #fff;
    margin: 0 8px;
}




.mjx_tab a.active,
.mjx_tab a:active {
    color: #fff;
    background-color: #cc0000;
    border: 1px solid #cc0000;
}


/*banner*/
.main_box {
    padding: 1rem 0;
}

.banner_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 0;
    border: none;
    border-radius: 50%;
}

.banner_box .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

.banner_box .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #cc0000;
}

.banner_box .swiper-container-horizontal > .swiper-pagination {
    bottom: 0.3rem;
}


/*导航*/
.home_nav {
    padding: 0.3rem 0;
    background: #cc0000;
}

.home_nav ul {
    overflow: hidden;
}

.home_nav ul li {
    float: left;
    width: 25%;
}

.home_nav ul li a {
    display: block;
    text-align: center;
    font-size: 0;
    padding: 0.25rem 0;
    border-top: solid 1px #d73a3a;
    border-right: solid 1px #d73a3a;
}

.home_nav ul li:nth-of-type(1) a,
.home_nav ul li:nth-of-type(2) a,
.home_nav ul li:nth-of-type(3) a,
.home_nav ul li:nth-of-type(4) a {
    padding-top: 0;
    border-top: none;
}

.home_nav ul li:nth-last-of-type(1) a,
.home_nav ul li:nth-last-of-type(2) a,
.home_nav ul li:nth-last-of-type(3) a,
.home_nav ul li:nth-last-of-type(4) a {
    padding-bottom: 0;
}

.home_nav ul li:nth-of-type(4n) {
    border-right: none;
}

.home_nav ul li a i {
    display: inline-block;
    font-style: normal;
    font-size: 0.6rem;
    color: #fff;
}

.home_nav ul li a p {
    font-size: 0.23rem;
    color: #fff;
    margin-top: 0.04rem;
}


/*视频+简介*/
.video_about {
    overflow: hidden;
    padding: .6rem .2rem;
    background-size: 100%;
    background-image: url(../img/about_bj.png);
    background-repeat: no-repeat;
    background-position: 0% bottom;
}

.rongyu_box {
    width: 100%;
}

.rongyu_box .rongyu_l {
    width: 60%;
    float: left;
}

.rongyu_box .rongyu_l p {
    font-size: 0.2rem;
    width: 100%;
    display: block;
    float: left;
    margin: 5px 0;
    line-height: 25px
}

.rongyu_box .rongyu_l p i {
    float: left;
    width: 26px
}

.rongyu_box .rongyu_l p i img {
    width: 90%;
    vertical-align: middle;
}

.rongyu_box .rongyu_r {
    width: 40%;
    float: right;
    margin-top: 30px
}

.rongyu_box .rongyu_r img {
    width: 90%;
    height: auto;
    margin: 10px auto;
    display: table;
}



.about_box {
    font-size: 0.23rem;
    line-height: 1.8;
    color: #333;
    overflow: hidden;
    margin: 0.3rem 0;
    float: left;
    height: 105px;
    overflow: hidden;
}

a.more {
    font-size: 0.23rem;
    color: #fff;
    background-color: #cc0000;
    border-radius: 50px;
    padding: 8px 25px;
}


.char_box {
    background: #cc0000;
    margin-top: 0.3rem;
}

.char_box ul {
    overflow: hidden;
}

.char_box ul li {
    float: left;
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 0;
    padding: 0.25rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #d73a3a;
    border-bottom: solid 1px #d73a3a;
}

.char_box ul li span {
    display: inline-block;
    font-size: 0.5rem;
    font-family: helv;
}

.char_box ul li span em {
    font-style: normal;
    font-size: 0.4rem;
}

.char_box ul li span em sup {
    font-size: 0.2rem;
}

.char_box ul li p {
    font-size: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*产品展示*/
.pro_box {
    padding: 0.6rem 0.2rem;
    background-image: url(../img/63333.jpg);
    background-size: 100%;
    display: table;
    width: 100%;
}

.pro_con {
    width: 100%;
    display: table;
}

.pro_con li {
    width: 50%;
    float: left;
}

.pro_con li a{
    display: block;
    margin: 0.2rem 0.2rem 0 0;
}

.pro_con li .pro_pic {
    /* width: 90%;
    width: 2.8rem; */
    height: 2.17rem;
    background-color: #fff;
    display: block;
    overflow: hidden;
}

.pro_con li .pro_pic img{
    width: 100%;
}

.pro_con li .pro_txt h3 {
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}

/*门店*/
.qg_md {
    width: 100%;
    background-color: #fff;
    padding: 0.6rem 0.2rem;
    display: table;
}

.qg_md .qg_md_top {
    padding: 10px;
    background-color: #cc0000;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.qg_md .qg_md_info {
    padding: 15px 10px;
    background-color: #fff;
    color: #333;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
}

.qg_md .qg_md_info h3 {
    font-size: 0.4rem;
    font-weight: normal;
    color: dimgray
}

.qg_md .qg_md_info p {
    font-size: 0.2rem;
    color: #666;
    line-height: 30px
}

.qg_md .qg_md_top span {
    float: right;
    font-size: 0.23rem;
}

/*数据*/

.shuju_box {
    background-color: #f6f6f6;
    display: table;
    width: 100%;
}

.shuju_box ul {
    margin: 20px;
    overflow: hidden;
}

.shuju_box li {
    width: 50%;
    right: -2px;
    float: left;
    position: relative;
    height: 2rem;
    text-align: center;
}

.shuju_box li h3 {
    font-size: 0.5rem;
    display: table;
    margin: 0 auto;
    position: relative;
    font-weight: normal;
    color: #cc0000;
    font-family: Arial;
}

.shuju_box li h3 span {
    position: absolute;
    top: 0;
    right: -25px;
    font-size: 0.3rem;
}

.shuju_box li p {
    display: table;
    width: 100%;
    text-align: center;
    color: #666;
}

.shuju_box li p img {
    width: 23%;
    margin: 15px auto;
    display: table;
}

.shuju_box li p.miaosu {
    display: table;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 0.2rem;
}


.shuju_box li:before {
    content: "";
    display: inline-block;
    background-color: #dfdfdf;
    right: 0;
    height: 12px;
    width: 1px;
    position: absolute;
    height: 1rem;
    top: 0.5rem;

}





/*服务类别*/
.oem_box {
    padding: 0.8rem 0;
    background-size: 100%;
    background-image: url(../img/jameng.jpg)
}

.oem_box .liuchen {
    width: 100%;
}

.oem_box .liuchen ul {
    padding: 10px;
}

.oem_box .liuchen ul li {
    width: 50%;
    float: left;
}

.oem_box .liuchen ul li .info_box {
    width: 97%;
    border-radius: 5px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.80);
    margin: 0 auto;
    height: 2rem;
}

.oem_box .liuchen ul li .info_box .info_top {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #cc0000;
    color: #fff;
    font-size: 0.3rem;
}

.oem_box .liuchen ul li .info_box p {
    padding: 10px;
    font-size: 0.25rem;
}


.oem_box .oem_con {
    width: 94%;
    margin: 0.3rem auto 0;
    overflow: hidden;
}

.oem_box .oem_con .swiper-slide a {
    display: block;
    position: relative;
    height: 5rem;
    border-radius: 0.28rem;
    overflow: hidden;
    width: 100%;
}

.oem_box .oem_con .swiper-slide .oem_pic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.oem_box .oem_con .swiper-slide .oem_pic img {
    width: 100%;
}

.oem_box .oem_con .swiper-slide .oem_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}

.oem_box .oem_con .swiper-slide .oem_txt i {
    width: 0.3rem;
    height: 3px;
    background: #fff;
    display: inline-block;
    margin: 0.35rem 0 0.4rem;
    margin: 0 auto;
    color: white;
}
.oem_txt img{
    left:0;right:0;margin-left:auto;margin-right:auto;
}

.oem_box .oem_con .swiper-slide .oem_txt h3 {
    font-size: 0.36rem;
    color: #fff;
    margin-top: 15px;
    font-weight: normal;
}

.oem_box .oem_con .swiper-slide .oem_txt p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.5);
    font-family: Arial;
    margin-top: 4px;
}

.oem_box .oem_con .swiper-slide .oem_bg {
    background: #cc0000;
    padding-bottom: 0.35rem;
}

.oem_box .oem_con .swiper-slide .oem_wave {
    overflow: hidden;
    margin: 0 auto;
}

.oem_box .oem_con .swiper-slide .oem_wave img {
    width: 60%;
}
.oem_box .oem_con .swiper-slide .oem_waves {
    overflow: hidden;
    margin: 0 auto;
}

.oem_box .oem_con .swiper-slide .oem_waves img {
    padding-top: 10px;
    width: 40%;
}

.oem_box .swiper-container {
    width: 100%;
    padding-bottom: 0.6rem;
    padding-top: 0.3rem;
}
.tedian{
    color: white;
    font-size: 14px;
    line-height: px !important;
}
.oem_box .swiper-container-horizontal > .swiper-pagination {
    bottom: 0;
}

.oem_box .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.oem_box .swiper-pagination-bullet {
    background: #fff;
}

.oem_box .swiper-pagination-bullet-active {
    background: #cc0000;
    border-color: #cc0000;
}


/*新闻动态*/
.news_box {
    padding: 0.6rem 0.2rem;
    background: url(../img/news_bg.png) no-repeat center bottom;
    background-size: 100%;
    height: 10rem;
}

.news_box .mjx_tab a {
    font-size: 0.26rem;
    margin: 0 0.2rem;
}

.news_box .news_con {
    margin-top: 0.3rem;
}

.news_box .news_con ul li {
    padding: 0.15rem 0;
    width: 48%;
    margin: 0 1%;
    float: left;
}

.news_box .news_con ul li a {
    display: block;
    overflow: hidden;
}

.news_box .news_con ul li a .news_pic {
    float: left;
    width: 100%;
    height: 2rem;
    margin-bottom: 10px;
    overflow: hidden;
}

.news_box .news_con ul li a .news_pic img {
    width: 100%;
    height: 100%;
}

.news_box .news_con ul li a .news_txt {
    overflow: hidden;
    float: right;
    width: 100%;
}

.news_box .news_con ul li a .news_txt h3 {
    font-size: 0.24rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.news_box .news_con ul li a .news_txt span {
    color: #cc0000;
    font-size: 0.2rem;
    font-family: Arial;
    display: inline-block;
    margin: 0.1rem 0;
}

.news_box .news_con ul li a .news_txt p {
    color: #666;
    font-size: 0.2rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
}


/*留言框*/
.gue_box {
    padding: 0.6rem 0.2rem;
    background-image: url(../img/10101.jpg);
    float: left;
    background-size: cover;
}

.gue_box .mjx_title {
    margin-bottom: 0.5rem;
}

.gue_box .gue_con {
    padding: 0 0.2rem;
    margin-top: 0.2rem;
}

.gue_box .gue_con input,
.gue_box .gue_con textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    padding: 0.2rem;
    font-family: "微软雅黑";
    display: block;
    color: block;
    font-size: 0.24rem;
}

.gue_box .gue_con > div {
    margin-bottom: 0.25rem;
}

.gue_box .gue_con textarea {
    height: 2rem;
    resize: none;
}

.gue_box .gue_con .g_verify {
    overflow: hidden;
}

.gue_box .gue_con .g_verify input {
    float: left;
    width: 50%;
}

.gue_box .gue_con .g_verify img {
    float: left;
    height: 0.7rem;
    margin-left: 0.2rem;
    border-radius: 0.06rem;
    overflow: hidden;
    max-width: 46%;
    margin-top: 0.04rem;
}

.gue_box .gue_con .g_submit {
    padding-top: 0.1rem;
}

.gue_box .gue_con .g_submit a {
    display: block;
    text-align: center;
    background-color: #cc0000;
    color: #fff;
    border-radius: 0.06rem;
    padding: 0.22rem 0;
    font-size: 0.26rem;
}

.gue_box .gue_con .g_submit a:active {
    background-color: #000;
    color: #fff;
}

.gue_box .gue_con .g_act {
    padding: 0 0.2rem;
}

.gue_box .gue_con .g_act span {
    display: block;
    color: #fff;
    font-size: 0.26rem;
    padding-bottom: 0.1rem;
}

.gue_box .gue_con .g_act .form_d {
    overflow: hidden;
}

.gue_box .gue_con .g_act .form_d label {
    float: left;
    font-size: 0.24rem;
    color: #fff;
    margin: 0.05rem 0 0.05rem 0;
    width: 33.333%;
    cursor: pointer;
}

.gue_box .gue_con .g_act .form_d label input {
    width: auto;
    vertical-align: middle;
    margin-right: 0.06rem;
    display: inline-block;
}


/*页脚*/
.footer_box {
    float: left;
    width: 100%;
    background-color: #000;
    height: 10rem;
}

.footer_box .footer_box_kuang {
    padding: 10%;
}

.footer_box .footer_box_kuang h3 {
    width: 100%;
}

.footer_box .footer_box_kuang h3 img {
    width: 100%;
    margin: 55px auto;
    display: table;
}

.footer_box .footer_box_kuang p {
    margin: 15px 0;
    font-size: 0.25rem;
    color: #fff;
    text-align: center;
}

.footer_box .footer_box_kuang p.ewm img {
    width: 33%;
    margin-right: 10px;
    display: inline-block;
}

.footer_box .footer_box_kuang p.ewm {
    text-align: center;
}

/*底部固定*/
.main_box {
    position: relative;
    width: 100%;
}

header.lateral-menu-is-open:after,
.m_nav.lateral-menu-is-open:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.m_nav {
    position: fixed;
    width: 100%;
    height: 1rem;
    bottom: 7vh;
    left: 0;
    z-index: 9999;
    background: #cc0000 url(../img/m_nav_border.png) repeat-y center top;
    transition-property: transform;
    transition-duration: 0.4s
}

.m_nav.lateral-menu-is-open {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}

.m_nav ul {
    overflow: hidden;
}

.m_nav ul li {
    float: left;
    width: 50%;
}

.m_nav ul li a {
    display: block;
}

.m_nav ul li .ver_box {
    display: table;
    width: 100%;
    height: 1rem;
}

.m_nav ul li .ver_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.m_nav ul li a i {
    vertical-align: middle;
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
    font-size: 0.6rem;
    color: #fff;
}

.m_nav ul li a span {
    vertical-align: middle;
    font-size: 0.32rem;
    color: #fff;
    display: inline-block;
}


/*==========================================内页==========================================*/
/*二级导航*/
.in_subnav {
    padding: 0.3rem 0.1rem 0;
}

.in_subnav ul {
    overflow: hidden;
    font-size: 0;
    text-align: center;
    margin: -0.16rem -0.08rem 0;
}

.in_subnav ul li {
    display: inline-block;
    padding: 0.15rem 0.45rem;
    background: #333;
    margin: 0.16rem 0.08rem 0;
    border-radius: 0.08rem;
}

.in_subnav ul li.hover {
    background: #cc0000;
}

.in_subnav ul li.hover a {
    color: #fff;
}

.in_subnav ul li:active {
    background: #cc0000;
}

.in_subnav ul li:active a {
    color: #fff;
}

.in_subnav ul li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*翻页*/
.page {
    padding: 0.25rem 0.2rem 0.4rem 0.2rem;
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-top: solid 1px #dfdfdf;
    text-align: center;
}

.page>div{
    position: relative;
}

.page>div:after{
    content: '';
    display: block;
    clear: both;
}

.page>div span.rows{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);

}



.page a {
    padding: 0.15rem 0.2rem;
    background: #cc0000;
    border-radius: 0.05rem;
    color: #fff;
    font-size: 0.24rem;
}

.page a:active {
    background-color: #850000;
}

.page a.left {
    float: left;
}

.page a.right {
    float: right;
}

.page a.prev {
    float: left;
}

.page a.next {
    float: right;
}


.page span {
    display: inline-block;
    padding: 0.15rem 0;
    font-size: 0.24rem;
    color: #88755c;
}


/*内容翻页*/
.in_pn {
    padding: 0.35rem 0.3rem 0.5rem;
    border-top: solid 1px #fad3a2;
    margin-bottom: -0.25rem;
}

.in_pn span {
    display: block;
    overflow: hidden;
    padding-bottom: 0.25rem;
}

.in_pn span em {
    color: #222;
    font-style: normal;
    font-size: 0.26rem;
    float: left;
}

.in_pn span a {
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #cc0000;
    font-size: 0.26rem;
}

.in_pn span a:active {
    text-decoration: underline;
    color: #850000;
}


/*新闻列表*/
.in_news3 {
    padding: 0.4rem 0.2rem;
}

.in_news3 ul {
    margin: -0.2rem 0;
}

.in_news3 ul li {
    padding: 0.2rem 0;
    border-bottom: solid 1px #dfdfdf;
}

.in_news3 ul li:active .in_nr h2 {
    color: #cc0000;
}

.in_news3 ul li:nth-last-of-type(1) {
    border: none;
}

.in_news3 ul li a {
    overflow: hidden;
    display: block;
}

.in_news3 ul li a .in_nl {
    float: left;
    width: 38%;
    height: 1.71rem;
    overflow: hidden;
}

.in_news3 ul li a .in_nl img {
    width: 100%;
}

.in_news3 ul li a .in_nr {
    float: right;
    width: 59%;
    margin-top: 0.06rem;
}

.in_news3 ul li a .in_nr h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 0.26rem;
    font-weight: normal;
}

.in_news3 ul li a .in_nr span {
    display: inline-block;
    font-size: 0.2rem;
    color: #cc0000;
    padding: 0.1rem 0;
}

.in_news3 ul li a .in_nr p {
    color: #666;
    font-size: 0.22rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
    word-break: break-all;
}


/*图片列表*/
.in_pics2 {
    padding: 0.4rem 0.2rem;
}

.in_pics2 ul {
    display: table;
    margin: -0.2rem -0.2rem 0 0;
}

.in_pics2 ul li {
    float: left;
    width: 50%;
}

.in_pics2 ul li a {
    display: block;
    margin: 0.2rem 0.2rem 0 0;
    background: #fff;
    box-shadow: 0 0 0.16rem #dfdfdf;
}

.in_pics2 ul li a span {
    display: block;
    height: 2.17rem;
    overflow: hidden;
}

.in_pics2 ul li a span img {
    width: 100%;
}

.in_pics2 ul li a p {
    padding: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 0.24rem;
    color: #030000;
    background: #fff;
    border-top: none;
}

.in_pics2 ul li a:active p {
    background: #cc0000;
    color: #fff;
}


/*内容页*/
.in_content {
    padding: 0.4rem 0.3rem;
}

.in_content .in_contt {
    text-align: center;
}

.in_content .in_contt h2 {
    color: #cc0000;
    font-size: 0.4rem;
}

.in_content .in_contt span {
    color: #88755c;
    font-size: 0.22rem;
    padding: 0.1rem 0.06rem;
    display: inline-block;
}

.in_content .in_condiv {
    margin-top: 0.05rem;
    color: #333;
    overflow: hidden;
    line-height: 1.7;
    font-size: 0.23rem;
}

.in_content .in_condiv img {
    max-width: 100% !important;
    display: inline-block;
    height: auto !important;
}


/*产品列表*/
.in_body .pro_box {
    padding: 0 0.2rem 0.4rem;
    background: none;
}


/*产品详情*/
.in_dshadow {
    box-shadow: 0 0 0.16rem #fad3a2;
    border: solid 1px #fad3a2;
}

.in_dtl {
    padding: 0.4rem 0.2rem;
}

.in_dtl .in_dimg {
    display: block;
    background: #fafafa;
    padding: 0.25rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.in_dtl .in_dimg img {
    width: 100% !important;
    border-radius: 0.08rem;
}

.in_dtl .in_dw {
    padding: 0.25rem;
    background: #fafafa;
    border-radius: 0.1rem;
    margin-top: 0.2rem;
}

.in_dtl .in_dw h4 {
    font-size: 0.28rem;
    color: #cc0000;
    font-weight: normal;
    padding: 0.12rem 0;
    border-bottom: solid 1px #eaeaea;
}

.in_dtl .in_dw p {
    color: #888;
    font-size: 0.24rem;
    border-bottom: solid 1px #eaeaea;
    padding: 0.15rem 0;
}

.in_dtl .in_dw p:nth-last-of-type(1) {
    border-bottom: none;
}

.in_dtl .in_dw p em {
    font-style: normal;
    color: #333;
}

.in_dtl .in_dbtn {
    margin-top: 0.2rem;
}

.in_dtl .in_dbtn span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0.22rem 0;
    font-size: 0.26rem;
    color: #fff;
    background: #cc0000;
    border-radius: 0.1rem;
    cursor: pointer;
    text-align: center;
}

.in_dtl .in_dbtn input:active {
    background-color: #a6120a;
}

.in_dtl .in_dg {
    margin-top: 0.2rem;
    padding: 0.25rem;
    background: #fafafa;
    border-radius: 0.1rem;
}

.in_dtl .in_dg .guest form > textarea {
    height: 2rem !important;
}

.in_dtl .in_dg .guest form input,
.in_dtl .in_dg .guest form textarea {
    background: none;
    padding: 0.18rem 0.2rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fffcf1;
    border: solid 1px #d4c7b1;
    font-size: 0.24rem;
    color: #333;
    border-radius: 0.06rem;
    margin-bottom: 0.2rem;
    font-family: "微软雅黑";
    resize: none;
}

.in_dtl .in_dg .guest form p {
    overflow: hidden;
}

.in_dtl .in_dg .guest form img {
    float: left;
    height: 0.69rem;
    margin-left: 0.2rem;
}

.in_dtl .in_dg .guest form p input[name="auth_code"] {
    width: 50%;
    float: left;
}

.in_dtl .in_dg .guest form .in_dgbtn {
    display: block;
    text-align: center;
    padding: 0.18rem 0;
    background: #cc0000;
    font-size: 0.26rem;
    border-radius: 0.08rem;
    color: #fff;
}

.in_dtl .in_detail {
    margin-top: 0.2rem;
    background: #fafafa;
    padding: 0.25rem;
    border-radius: 0.1rem;
}

.in_dtl .in_dtab {
    overflow: hidden;
}

.in_dtl .in_dtab a {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 0.28rem;
    color: #333;
    padding: 0.14rem 0;
    font-weight: bold;
}

.in_dtl .in_dtab a.active {
    color: #d9170d;
    border-bottom: solid 2px #d9170d;
}

.in_dtl .in_dcon .in_dp {
    color: #444;
    font-size: 0.24rem;
    line-height: 1.7;
    padding: 0.3rem 0;
    text-align: justify;
}

.in_dtl .in_dcon .in_dp img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
    vertical-align: top;
}

.in_dtl .in_dcon .pro_list {
    padding: 0.3rem 0;
}

.in_dtl .in_dcon .pro_list ul {
    overflow: hidden;
    margin: -0.2rem -0.2rem 0 0;
}

.in_dtl .in_dcon .pro_list ul li {
    float: left;
    width: 50%;
}

.in_dtl .in_dcon .pro_list ul li a {
    margin: 0.2rem 0.2rem 0 0;
}

.in_dtl ::-webkit-input-placeholder {
    color: #999;
}

.in_dtl :-moz-placeholder {
    color: #999;
}

.in_dtl ::-moz-placeholder {
    color: #999;
}

.in_dtl :-ms-input-placeholder {
    color: #999;
}

.in_dtl .pro_list {
    padding: 0.4rem 0.2rem;
}

.in_dtl .pro_list ul {
    margin-bottom: -0.3rem;
}

.in_dtl .pro_list ul li {
    margin-bottom: 0.3rem;
}

.in_dtl .pro_list ul li a {
    display: block;
    background: #fff;
    border: solid 1px #FDE2CF;
    padding: 0.2rem;
    border-radius: 0.1rem;
}

.in_dtl .pro_list ul li a span {
    display: block;
    overflow: hidden;
    border-radius: 0.08rem;
    height: 3.25rem;
}

.in_dtl .pro_list ul li a span img {
    width: 100% !important;
}

.in_dtl .pro_list .pro_w {
    overflow: hidden;
}

.in_dtl .pro_list .pro_w h4 {
    float: left;
    width: 100%;
    color: #222;
    font-size: 0.26rem;
    font-weight: normal;
    line-height: 1.7;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
    padding: 0.15rem 0 0.08rem;
}

.in_dtl .pro_list .pro_w p {
    color: #888;
    float: left;
    clear: left;
    font-size: 0.2rem;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in_dtl .pro_list .pro_w i {
    float: right;
    font-size: 0.24rem;
    color: #ea3532;
    font-style: normal;
}

.nodata {
    text-align: center;
    margin: 5px;
}


/* 店铺查询列表 */

.store-list {
    width: 93.75%;
    margin: 0 auto;
    min-height: 3rem;
  }
  
  .store-list .provice .provice-box {
    font-size: 14px;
    color: #333;
    background: #efeff1;
    height: 47px;
    position: relative;
    width: 100%;
    margin: .2rem 0;
  }
  
  .store-list .provice .provice-title {
    padding-left: .25rem;
    width: 70%;
    line-height: 47px;
    font-size: .25rem;
  }
  
  .store-list .provice .provice-arrow {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 14%;
    height: 100%;
    cursor: pointer;
    background-color: #cc0000;
  }
  
  .store-list .provice .provice-arrow i {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    font-size: .5rem;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -0.25rem;
    margin-left: -0.25rem;
    color: #fff;
  }
  
  .store-list .provice .option {
    overflow: scroll;
    height: 2rem;
    position: absolute;
    top: 100%;
    border: solid 1px #dfdfdf;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-top: none;
  }
  
  .store-list .provice .option a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 5px .2rem;
  }
  
  .store-list ul li {
    background-color: #f0f0f0;
    padding: .2rem .3rem;
    margin: .2rem 0;
  }
  
  .store-list ul li a {
    display: block;
  }
  
  .store-list ul li a h4 {
    font-size: .23rem;
    line-height: 1.5;
    letter-spacing: 1px;
    color: black;
  }
  
  .store-list ul li a p {
    font-size: 13px;
    color: #666;
    letter-spacing: 1px;
    margin-top: 10px;
  }


  .shuju_box ul:after{
      content: '';
      display: block;
      clear: both;
  }

  .shuju_box ul li:last-child{
    width: 50%;
    position: relative;
    left:25%;
  }

  .shuju_box ul li:last-child:before{
    background-color:white;
  }

  .shuju_box ul li:last-child h3 span{
    position: absolute;
    top: 0;
    right: -100%;
    font-size: 0.3rem;
  }


  


@media screen and (min-width:640px) {

    .in_body .pro_box,
    .pro_box {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .pro_box .pro_con ul {
        margin: -5vw -5vw 0 0
    }

    .pro_box .pro_con ul li a {
        margin: 5vw 5vw 0 0
    }

    .pro_box .pro_con ul li a .pro_pic {
        height: 61vw;
    }

    .in_dtl .pro_list ul li a span {
        height: 51vw;
    }
}
