@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:myFont_R;
}
body{
	font-family: "微软雅黑";
}
*{
    font-family:myFont_R;
}
li{
    list-style: none;
}
@font-face{
    font-family:myFont_L;
    src:url('/Public/Wap/Module1019/font/Alibaba-PuHuiTi-Light.ttf'),url('/Public/Wap/Module1019/font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont_R;
    src:url('/Public/Wap/Module1019/font/Alibaba-PuHuiTi-Regular.ttf'),url('/Public/Wap/Module1019/font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont_B;
    src:url('/Public/Wap/Module1019/font/Alibaba-PuHuiTi-B.ttf'),url('/Public/Wap/Module1019/font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont_H;
    src:url('/Public/Wap/Module1019/font/Alibaba-PuHuiTi-H.ttf'),url('/Public/Wap/Module1019/font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont_M;
    src:url('/Public/Wap/Module1019/font/Alibaba-PuHuiTi-Medium.ttf'),url('/Public/Wap/Module1019/font/Alibaba-PuHuiTi-Medium.woff');
}
.web-myFont_L{font-family:myFont_L;}
.web-myFont_R{font-family:myFont_R;}
.web-myFont_B{font-family:myFont_B;}
.web-myFont_H{font-family:myFont_H;}
.web-myFont_M{font-family:myFont_M;}
header{
    height: 53px;
}
/* banner */
.index_banner .swiper-container {
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide {
    background-position: center;
    background-size: cover;
}
.index_banner img{
    width: 100%;
    display: block;
}
.index_banner .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
    opacity: 0.95;
}
.index_banner .swiper-pagination-white .swiper-pagination-bullet-active{
    background: #683c19;
    border-radius: 10px;
    width: 10px;
    opacity: 1;
    border:0;
}
/* 。。。 */
.c_pro_l .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #ddd;
    border-radius: 100%;
    opacity: 0.95;
}
.c_pro_l .swiper-pagination-bullet-active{
    background: #683c19 !important;
    opacity: 1;
}

/* 首页关于我们 */
/* .title h4{
	font-size: 1.2rem;
	text-transform: uppercase;
}
.title h4 img{
	margin-right: 0.4rem;
} */
.cont1 .w1200{
    background: #fff;
    margin-top: 1.5rem;
    border-radius: 10px;
    padding: 1.2rem 0.3rem 1.0rem;
}
.cont1 .cont1_box{
    align-items: center;
    /* margin-bottom: 1.5rem; */
    background: #fff;
    padding-bottom: 1rem;
    border-radius: 0 0 15px 15px;
}
.cont1 .cont1_box>div{
	display: none;
}
.cont1 .cont1_box>div:first-child{
	display: block;
}
.cont-list{
	padding: 1rem 0 1.2rem;
}
.cont-list a{
	float: left;
	width: 33.333%;
	opacity: 0.6;
}
.cont-list a img{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.cont-list a h4{
	font-size: 1.0rem;
	color: #333;
	text-align: center;
	margin-top: 0.3rem;
}
/* .cont1_list_box a{
	display: block;
	width: 80%;
	text-align: center;
	margin: 1rem auto 0;
	line-height: 2.5rem;
	border: 1px solid #683c19;
	border-radius: 50px;
	color: #683c19;
	font-size: 1.0rem;
} */
.cont-list a.active{
	opacity: 1;
}
.cont1 .about_l{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.cont1 .about_l img{
    width: 100%;
}
.cont1 .about_r{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.cont1 .about_r h3{
    font-size: 1.5rem;
    font-family: 'myFont_M';
    margin-bottom: .5rem;
    margin-top: .5rem;
}
.cont1 .about_r p{
    color: #666666;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.8rem;
    /* margin-bottom: 2rem; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-indent: 2em;
}
.cont1 .about_r a{
    font-size: 1rem;
    color: #5d5d5d;
    display: block;
    width: 5.5rem;
    height: 1.8rem;
    border-radius: 50px;
    background: #f7f7f7;
    text-align: center;
    line-height: 1.8rem;
    float: right;
}
/* 合作伙伴 */
.cont1_hezuo{
    background-color: #fff;
    /* padding: 10px 0 0 0; */
    /* border-radius: 15px; */
}
.cont1_hezuo ul li img{
    width: 100%;
}
.hz_title{
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
}
.hz_title h5::after{
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background: #333;
    top: 10px;
    right: 86px;
}
.hz_title h5::before{
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background: #333;
    top: 10px;
    left: 86px;
}
.hz_title h5{
    color: #333333;
    font-size: 1.2rem;
}
/* 药品中心 */
.cont2{
    margin-top: 1.5rem;
}
.cont2_bg {
    background-color: #fff;
    border-radius: 15px;
    padding: 0 10px;
    box-sizing: border-box;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5em;
}
.cont2 .cont2_box{
    
}
.cont2_box ul{
    flex-wrap: wrap;
}
.cont2_box ul li{
    width: 49%;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
}
.cont2_box ul li a{
    display: block;
    height: 13rem;
    background: #f4f4f4;
    padding: 1rem 0;
    /* position: relative; */
    box-sizing: border-box;
}
.cont2_box ul li img{
    width: 100%;
    transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    /* position: absolute; 
    bottom: 0; */
    height: 9rem;
    object-fit: cover;
    padding-bottom: .5rem;
}
.cont2_box ul li p{
    text-align: center;
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    /* position: absolute;
    width: 100%;
    top: 10%;
    font-family: 'myFont_M';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 12px;
    box-sizing: border-box; */
}
.pro_more{
    display: block;
    width: 80%;
    text-align: center;
    margin: 1rem auto 0;
    line-height: 2.5rem;
    border: 1px solid #e62129;
    border-radius: 50px;
    color: #e62129;
    font-size: 1.0rem;
}
/* 合作优势 */
.cont3 {
	width: 95%;
	margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5em;
}
.cont3-c{
	padding-bottom: 0.6rem;
}
.cont3-list a{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
}
.cont3-list a:nth-child(2n){
	margin-right: 0;
}
.cont3-list a i{
	display: block;
	border: 1px solid #f8f8f8;
}
.cont3-list a i img{
	display: block;
	width: 100%;
	height: auto;
}
.cont3-list a div{
	background-color: #f8f8f8;
	padding: 0.4rem;
}
.cont3-list a div h4{
	font-size: 15px;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont3-list a div p{
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	color: #666;
	height: 36px;
}
/* 案例中心 */
.cont4-pro {
	width: 95%;
	margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5em;
}
.cont4-pro-list {
    flex-wrap: wrap;
}
.cont4-pro-list a {
	display: block;
    width: 49%;
    margin-bottom: 1.5rem;
	position: relative;
    box-sizing: border-box;
}
.cont4-pro-list a img{
    width: 100%;
	display: block;
    transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    height: auto;
}
.cont4-pro-list a p{
    text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
    font-size: 1rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    box-sizing: border-box;
    padding: 10px 10px;
}
/* 新闻中心 */
.cont4{

}
.cont4 .cont4_box{
    padding-bottom: 1.5rem;
}
.cont4_bg{
    background-color: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
.cont4 .cont4_box .cont4_news_l{
    width: 100%;
}
.cont4 .cont4_box .cont4_news_l .cont4_news_l_img{
    width: 100%;
    height: 15rem;
    object-fit: cover;
    margin-bottom: 1rem;
    position: relative;
}
.cont4 .cont4_box .cont4_news_l img{
    width: 100%;
    display: block;
    height: 100%;
}
.cont4 .cont4_box .cont4_news_l .cont4_news_l_img div{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #2d6c5b;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 .5rem;
    color: #fff;
}
.cont4 .cont4_box .cont4_news_l ul li{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.cont4 .cont4_box .cont4_news_l ul li:last-child{
    padding-bottom: 1.5rem;
}
.cont4 .cont4_box .cont4_news_l ul li .cont4_news_img{
    width: 20%;
    /* height: 4rem; */
    background: #666;
    color: #fff;
    text-align: center;
    padding: .5rem 0;
    font-size: .9rem;
    box-sizing: border-box;
}
.cont4_news_img .cont4_news_d{

}
.cont4_news_img .cont4_news_y{
    
}
/* .cont4 .cont4_box .cont4_news_l ul li .cont4_news_img img{
    width: 100%;
    object-fit: cover;
} */
.cont4 .cont4_box .cont4_news_l ul li .cont4_news_txt{
    width: 76%;
}
.cont4 .cont4_box .cont4_news_l ul li a{
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont4 .cont4_box .cont4_news_l ul li h5,.cont4 .cont4_news_r ul li h5{
    color: #333;
    font-size: 1rem;
    font-family: 'myFont_M';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.cont4 .cont4_box .cont4_news_l ul li p,.cont4 .cont4_news_r ul li p{
    font-size: .9rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: 'myFont_R';
}
.cont4_news_l_data{
    align-items: center;
    font-size: 14px;
    color: #888888;
    margin-top: 10px;
}
.cont4_news_l_data div:last-child{
    border-bottom: 1px solid #888888;
}
.cont4_news_l_more{
    width: 118px;
    height: 36px;
    line-height: 36px;
    background: #683c19;
    display: block;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
}
.cont4 .cont4_box .cont4_news_r{
    width: 100%;
}
.cont4 .cont4_news_r ul{
    flex-wrap: wrap;
}
.cont4 .cont4_news_r ul li{
    width: 48%;
    margin-bottom: 20px;
}
.cont4 .cont4_news_r ul li img{
    width: 100%;
    margin-bottom: 20px;
    height: 193px;
    object-fit: cover;
}
.cont4 .cont4_news_r ul li .cont4_news_l_data{
    margin-top: 35px;
}
/* 线下门店 */
.cont5{
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.cont5_bg{
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 10px 1rem 10px;
    box-sizing: border-box;
}
.cont5 ul li{
    margin-bottom: 2%;
}
.cont5 ul li img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
	border: 1px solid #ddd;
}
.md_txt{
    align-items: center;
    background: #f7f7f7;
    padding: 0.5rem 0.3rem;
}
.md_txt h3{
    font-size: 1rem;
    color: #333;
}
.md_txt p{

}
/* icon */
.icon_type{
    margin-top: 1.5rem;
    background: #fff;
    padding: 10px 15px 15px 15px;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center;
}
.icon_type ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* grid-gap: 10px 10px; */
}
.icon_type ul li{
    /* width: 24%; */
    text-align: center;
}
.icon_type ul li img{
    width: 50%;
    margin: 0 auto;
}
.icon_type ul li p{
    text-align: center;
    font-size: .9rem;
    color: #333;
}
/* 分类列表 */
.type-box{
    line-height: 55px;
    box-shadow: 1px 1px 20px #ececec;
	background-color: #fff;
}
.type-box .type-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.type-list a{
    display: block;
    width: 22%;
    text-align: center;
    font-size: .95rem;
    color: #333333;
    position: relative;
    transition: .4s;
    padding: 0 1.3%;
    white-space: nowrap;
}
.type-list a.cur,
.type-list a:hover{
    color:#e62129;
    font-weight: bold;
}
.type-list a::after{
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #dcdcdc;
    position: absolute;
    top: 21px;
    right: 0;
}
.type-list a:last-child:after,.type-list a.ab_nav:nth-child(3):after{
    display: none;
}
/* 公司资讯 */
.column-news-box dl{
    margin-right: 4%;
    width: 48%;
    float: left;
    background:#fff;
    border-radius: 5px;
    margin-bottom: 4%;
}
.column-news-box dl:nth-child(2n){
    margin-right: 0;
}
.column-news-box dl dt{
    position: relative;
}
.column-news-box dl dt .date{
    position: absolute;
    left: 0;
    bottom: 0;
    /* width: 100px; */
    background: rgba(0,0,0,.4);
    font-size: 1rem;
    color: #fff;
    text-align: center;
    padding: 3% 4%;
    /* line-height: 35px; */
    transition: .4s;
}
.column-news-box dl dt .date p{
    font-size: .80rem;
}
.column-news-box dl dt,
.column-news-box dl dt .news-item-img{
    width: 100%;
    height: 7rem;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.column-news-box dl dt .news-item-img img{
    width: 100%;
    height: 7rem;
    object-fit: cover;
    transition: .4s;
}
.column-news-box dl:hover dt .news-item-img img{
    transform: scale(1.04);
}
.column-news-box dl dd{
    padding:10% 7%;
    transition: .4s;
}
.column-news-box dl dd h5{
    font-size: 1rem;
    color:#333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column-news-box dl dd p{
    color: #989898;
    font-size: .85rem;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.column-news-box dl:hover .date{
    background:rgba(44,104,255,.6)
}
.column-news-box dl:hover dd h5{
    color:#1b88e3;
}
/* 详情页 */
.flex{
    display: flex;
    justify-content: space-between;
}
.detail_box{
    padding:1.5rem 0;
    min-height: 24rem;
}
.detail_box .detail_l{
    padding: 1rem;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    background: #fff;
    margin: 1rem auto;
}
.detail_l .detail-img{
    width: 100%;
    margin: 5px 0 25px 0;
}
.detail_box .detail_l h4{
    font-size: 1.3rem;
    padding: 10px 0;
    color: #222;
}
.detail_l h5{
    font-size: 15px;
    color: #bdbdbd;
    font-family: "myFont1";
    border-top: 1px solid #efefef;
    padding-top: 14px;
    margin-bottom: 30px;
}
.detail_l h5 span{
    font-family: "myFont1";
    position: relative;
}
.detail_l h5 span:first-child{
    margin-right: 12px;
    padding-right: 13px;
}
.detail_l h5 span:first-child::after{
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background:#dedbdb;
    position: absolute;
    top: 4px;
    right: 0;
}
.detail_box .detail_l iframe{
    width: 100%;
    height: 500px;
}
.detail_box .detail_l .detail-text{
    line-height: 32px;
    font-size: .95rem;
    text-align: justify;
    color: #3e3e3e;
}
.detail_box .detail_l img{
    width: 100%;
    margin:10px 0;
}
.detail_box .detail_r{
    background: #fff;
    margin-top: 1rem;
}
.detail_box .detail_r .detail_r_logo{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
.detail_box .detail_r .detail_r_list{
    background: #fff;
    padding: 30px;
    text-align: center;
    margin-top: 20px;
    /* min-height: 600px; */
}
.detail_box .detail_r .detail_r_list h5{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.detail_box .detail_r .detail_r_list ul li{
    border-bottom: 1px solid #f5f5f5;
    line-height: 50px;
    text-align: left;
    height: 50px;
}
.detail_box .detail_r .detail_r_list ul li a{
    display: block;
    font-size: 16px;
    color: #222222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.detail_box .detail_r .detail_r_list ul li a:hover,
.detail-page .page-text a:hover{
    color: #1b88e3;
}
.detail_box .detail_r .detail_r_logo img{
    width: auto;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
}
.xz_more{
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}
.xz_more a{
    display: block;
    text-transform: uppercase;
}
.detail_box .detail_r .detail_r_logo p{
    font-size: 20px;
    color: #333;
    /* font-weight: bold; */
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.detail_box .detail_r .detail_r_logo>div{
    text-align: center;
    background: #0473c5;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

/* 分页 */
.detail-page{
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #f5f5f5;
}
.detail-page .page-text{
    /* width: 45%; */
}
.detail-page .page-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#828282;
    margin-top: .5rem;
}
.detail-page .page-text a{
    color:#828282;
    font-size: 15px;
}
/* 团队展示 */
.td_list a {
    display: block;
    float: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    width: 48.5%;
    margin-right: 10px;
}
.td_list a p{
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.td_list a:nth-child(2n){
    margin-right: 0;
}
.td_list a i {
    display: block;
    overflow: hidden;
    height: 10rem;
}

.td_list a img {
    width: 100%;
    height: 100%;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    object-fit: cover;
}
.td_list a div {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 10px 10px;
    background-color: #fff;
}
.td_list a div h4 {
    font-size: 1rem;
    line-height: 2rem;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.td_list a:hover div h4{
    color: #fff;
    border-color: #fff;
}
.td_list a div p {
    font-size: .9rem;
    color: #999;
    margin: 15px 0 0;
    /* height: 48px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.td_list a div em {
    float: right;
    color: #999;
}
.td-img{
    float: left;
    width: 100%;
}
.td-img i{
    display: block;
}
.td-img i img{
    width: 100%;
    height: auto;
}
.td-img div{
    margin-top: 20px;
}
.td-img h4 {
    font-size: 20px;
    line-height: 32px;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-weight: bold;
    background: #093f3f;
    color: #fff;
}
.td-img h4 em{
    font-size: 16px;
    margin-left: 10px;
    font-weight: normal;
}
.td-img div {
    padding-bottom: 10px;
    overflow: hidden;
    background: #fff;
    border-bottom: 2px solid #683c19;
}
.td-img div p {
    line-height: 36px;
    font-size: 14px;
    text-align: left;
    word-break: break-all;
    padding: 0 10px;
}
.td-txt{
    float: right;
    width: 100%;
}
.td-txt h4{
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 20px 0;
    line-height: 26px;
    color: #333;
}
.td-txt h4 em{
    color: #093f3f;
    margin-right: 10px;
}
.td-txt p{
    font-size: 15px;
    color: #333;
    line-height: 30px;
}
/* 联系我们 */
.kList02{
    overflow: hidden;
    border-top: 1px solid #ddd;
}
.kList02a{
    margin-top: 24px;
}
.kList02a dl{
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.kList02a dl dt{
    margin-bottom: 1rem;
}
.kList02a dl dt h2{
    font-size: 1.3rem;
    margin: .2rem 0 .6rem;
    line-height: 60px;
    position: relative; 
    color:#333;
}
.kList02a dl dt h2 em{
    width: 53px;
    height: 3px;
    background-color: #e6e6e6;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.kList02a dl dt p{
    line-height: 35px;
    font-size: .9rem;
    color: #585858;
}
/* .kList02a dl dd{
    float: right; 
    width: 50%;
}
.kList02a dl dd img{
    display: block;
} */
.re {
    position: relative;
}
#container {
    position: relative;
}
/* 获取解决方案 */
.solute .titlea{
    font-size: 1.3rem;
    color:#333;
    font-weight: normal;
    font-family: "myFont_M";
}
.solute .titlea em{
    color:#737373;
    margin-left: 5px;
}
.solute .titlea span{
    font-size: .85rem;
    color:#737373;
    font-family: "myFont_M";
}
.solute-form form{
    /* display: flex;
    justify-content: space-between; */
}
.solute-form form .inform-l{
    width: 100%;
}
.solute-form form .inform-r{
    width: 100%;
    text-align: center;
    background: #e62129;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 20px;
    transition: .4s;
    padding: .5rem 0;
    margin: 1.5rem 0 3rem 0;
    border: none;
    background: -moz-linear-gradient(top, #e62129 0%, #683c19 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e62129), color-stop(100%,#e62129));
    background: -webkit-linear-gradient(top, #e62129 0%, #e62129 100%);
    background: -o-linear-gradient(top, #e62129 0%, #e62129 100%);
    background: -ms-linear-gradient(top, #e62129 0%, #e62129 100%);
    background: linear-gradient(to bottom, #e62129 0%, #e62129 100%);
}
.solute-form .inform-l .inform-des input{
    width: 100%;
    line-height: 45px;
    background:#fff;
    border: none;
    padding-left: 10px;
	border-radius: 5px;
    box-sizing: border-box;
}
.solute-form .inform-l input::placeholder,
.inform-area textarea::placeholder{
    font-size:14px;
    color:#c0c0c0;
}
.solute-form .inform-area{
    background:#fff;
    width: 100%;
    height: 4rem;
    font-size:15px;
    color:#333;
    position: relative;
    margin-top: 1rem;
    overflow: hidden;
}
.solute-form .inform-area textarea{
    width: 75%;
    background: #fff;
    padding: 14px 40px 14px 10px;
    height: 100%;
    border: none;
    border-radius: 5px;
	box-sizing: border-box;
}
/* 企业简介 */
.ab_bg{
    background: #f7f7f7;
    padding-bottom: 50px;
}
.ab_box{
    background: #fff;
    padding: 2rem 10px;
    box-sizing: border-box;
    margin-top: 2rem;
}
.ab_box p{
    font-size: 14px;
    text-align: justify;
    color: #525251;
    line-height: 26px;
	margin-bottom: 5px;
}
.ab_num{
    margin: 1rem 0;
}
.ab_num ul li{
    text-align: center;
    font-size: 1rem;
}
.ab_num ul li h2{
    font-size: 1.5rem;
    color: #333;
    font-family: 'myFont_B';
}
.ab_num ul li p{
    font-size: 1rem;
}
.ab_img{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 10px;
    margin-top: 6px;
}
.ab_box img{
    width: 100%;
}
.ab_img>img{
    width: 100%;
    object-fit: cover;
}
/*发展历程*/
.company3_main {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 0.5rem 0 2rem;
    margin-top: 2rem;
}

.company3_main ul {
    overflow: hidden;
    width: 100%;
    background: url(/Public/Wap/Module1019/images/company3_linkx.jpg) 12% repeat-y
}

.company3_main li {
    position: relative;
    float: right;
    width: 78%;
    text-align: left;
    padding-left: 22%;
    padding-bottom: 1rem;
}

.company3_main li h1 {
    text-align: left;
    color: #683c19;
    font-size: 1.3rem;
}

.company3_main li p {
    color: #8a8787;
    font-size: 0.9rem;

}

.company3_main .special {
    background: #fff
}

.company3_main p {
    float: left;
    width: 91%;
    text-align: justify;
}

.company3_main i {
    width: 12%;
    position: absolute;
    top: 0;
    left: 6%
}

.btn-ajax,
.company3_main a {
    width: 6rem;
    height: 6rem;
    background: url(/Public/Wap/Module1019/images/dnow.png) no-repeat center;
    background-size: 60% auto;
    color: #003894;
    text-align: center;
    line-height: 6rem;
    margin: 0 auto;
    display: none
}

.company3_main .company3_main_a {
    margin-left: 6%;
    line-height: 1.8rem;
    display: inline-block;
    width: 12%;
    overflow: hidden;
    background: #f3f3f3 url(/Public/Wap/Module1019/images/dnow.png) no-repeat center;
    background-size: 60% auto;
    height: auto
}

/* 董事长 */
.ab_dong,.ab_zhizi{
    padding: 2rem 10px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 1rem;
}
.ab_dong .ab_dong_img{
    width: 100%;
}
.ab_dong .ab_dong_img img{
    width: 100%;
}
.ab_dong  .ab_dong_txt{
    width: 100%;
}
.ab_dong  .ab_dong_txt b{
    padding-bottom: 50px;
    display: block;
}
.ab_dong  .ab_dong_txt p,.ab_dong  .ab_dong_txt b{
    font-size: .95rem;
    line-height: 1.5rem;
    text-align: justify;
}
.ab_dong  .ab_dong_txt strong{
    font-size: 1rem;
    margin-top: 1rem;
    display: block;
}
/* 资质荣誉 */
.ab_zhizi ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 20px;
}
.ab_zhizi ul li{
    text-align: center;
}
.ab_zhizi ul li img{
    width: 100%;
}
.ab_zhizi ul li p{
    font-size: 0.8rem;
	line-height: 2.0rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 产品详情页 */
.c_pro_b{
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
    margin: 1rem auto auto auto;
}
.c_pro{
    align-items: center;
}
.c_pro .c_pro_l_a{
    width: 100%;
    background: #fff;
    height: 20rem;
    margin-bottom: 1rem;
}
.c_pro .c_pro_l_a img{
    height: 20rem;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
}
.c_pro .c_pro_r{
    width: 100%;
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
    margin: 0 0 1rem 0;
}
.c_pro_r a{
    font-size: 1rem;
    color: #666666;
    display: block;
    width: 10rem;
    height: 36px;
    border-radius: 50px;
    border: 1px solid #666666;
    text-align: center;
    line-height: 36px;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_pro_r a i{
    font-size: 1.3rem;
    margin-right: .5rem;
}
.c_pro .c_pro_r h4{
    color: #252525;
    font-size: 1.6rem;
    font-weight: 100;
    margin: 20px 0;
}
.c_pro .c_pro_r span{
    font-size: 1.3rem;
    margin-bottom: 20px;
    display: block;
}
.c_pro .c_pro_r p{
    font-size: 1rem;
    line-height: 30px;
    text-align: justify;
    border-bottom: 1px solid #f7f7f7;
    border-top: 1px solid #f7f7f7;
    padding: 1rem 0;
}
.c_pro_b_title span {
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 0;
    margin: auto;
}
.c_pro_b_title{
    position: relative;
    margin: 1rem 0;
}
.c_pro_b_title h3{
    font-size: 1.6rem;
}
.c_pro_b_title span:before,.c_pro_b_title span:after{
    background: #683c19;
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 0.125rem;
    top: 0;
}
.c_pro_b_title span:before {
    width: 3px;
    right: 0;
}
.c_pro_b_title span:after {
    width: 15px;
}
.c_pro_b_box ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 10px;
}
.c_pro_b_box ul li{
    background: #fff;
    padding: 1rem;
    height: 8rem;
    border-radius: 5px;
}
.c_pro_b_box ul li h3{
    font-size: 1.6rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.c_pro_b_box ul li p{
    font-size: 1rem;
}
.ew_box{
    margin-bottom: 1rem;
    justify-content: center;
}
.ew_box div{
    width: 27%;
    padding: 0 .3rem;
}
.ew_box img{
    width: 100%;
}
/* 产品分类 */
.pro_xx{
    /* margin-top: 1rem; */
}
.pro_xx ul li .pro_xx_list{
    align-items: center;
    border-bottom: 1px solid #dedede;
    height: 3rem;
    line-height: 3rem;
}
.pro_xx ul li a,.pro_xx ul li i{
    font-size: 1rem;
    font-family: 'myFont_M';
}
.er_pro_type{
    width: 100%;
    display: none;
    margin-top: 1rem;
}
.er_pro_type a{
    display: block;
    line-height: 3rem;
    color: #666;
    border-bottom: 1px dashed #ddd;
}
.pro_xx ul li .er_pro_type a.active{
    /* background: url(/Public/Wap/Module1019/images/jj.png) no-repeat right;
    background-size: 18px auto; */
    font-weight: bold;
    color: #093f3f;
}
/* 首页产品分类 */
.index_protype{
    margin-bottom: 1.5rem;
}
.index_protype ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 5px;
}
.index_protype ul li{
    background: #007474;
    text-align: center;
    line-height: 2rem;
    height: 2rem;
    border-radius: 20px;
}
.index_protype ul li a{
    color: #fff;
    display: block;
    font-size: .9rem;
}
.seach_box{
    background: #fff;
    padding: 1rem 0;
    position: relative;
}
.seach_box input[type="text"]{
    border: 1px solid #ddd;
    width: 100%;
    line-height: 2rem;
    border-radius: 22px;
    color: #333;
    padding-left: 12px;
    box-sizing: border-box;
    font-size: 1rem;
}
.seach_box input[type="submit"]{
    position: absolute;
    right: 20px;
    top: 19px;
    background: url(/Public/Wap/Module1019/images/sss.png) no-repeat right;
    width: 21px;
    border: none;
    height: 28px;
    background-size: 100%;
    
}
/* 弹窗 */
.hxtc-box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 92%);
    z-index: 999;
    display: none;
}
  
.hxtc-box .hxclose{
    position: absolute;
    font-size: 1.5rem;
    top: 4.3rem;
    color: white;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    background: #195e4c;
    border-radius: 100%;
    z-index: 100;
}
.hxtc-box-d1{
    justify-content: center;align-items: center;display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    }
.hxtc-box-d2{}
.hxtc-box-d2 .lzj{
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
  }
.hxtc-box-d2 .lzj img{width: 100%;    border-radius: 0px;height: auto;}
.hxtc-box-d2 .hu_box{    
    color: white;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
}
.hxtc-box-d2 .hu_box span{}

/*page*/
.kPage {
    margin-bottom: 30px;
    margin-top: 40px;
}
.kPage div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.kPage a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.kPage strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #e62129;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
/* 当前位置 */
.about-top {
    font-size: .9rem;
    color: #333;
    line-height: 2.75rem;
    /* border-bottom: 1px solid #eeeeee; */
    padding-top: 0.234375rem;
    padding-bottom: 0.234375rem;
    width: 95%;
    margin: 0 auto;
}

.about-top a:nth-child(2) {
    color: #185d4b;
}

/* 修改 */
.about-title{
	margin-bottom: 0.8rem;
}
.about-title h4{
	font-weight: normal;
	text-align: left;
	font-weight: bold;
	font-size: 1.5rem;
	color: #333;
}
.about-title i{
	display: block;
	width: 3.0rem;
	height: 2px;
	background-color: #e62129;
	margin: 0.4rem 0;
}
.about-title span{
	display: block;
	font-size: 0.8rem;
	color: #666;
	margin-top: 4px;
}
.ab_box1{
	margin-bottom: 1.0rem;
}
.ab_team_box{
	margin-bottom: 1.0rem;
}
.ab_team_box h4 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    line-height: 2.4rem;
    padding-left: 1.0rem;
    margin-bottom: 1.0rem;
    position: relative;
    background-color: #f4f4f4;
}
.ab_team_box h4::after{
	content: "";
	display: block;
	position: absolute;
	height: 1.0rem;
	width: 3px;
	background-color: #683c19;
	left: 0.5rem;
	top: 0.7rem;
}
.ab_team_box img{
	width: 100%;
	height: auto;
}
.ab_team{
	width: 95%;
	margin: 0 auto;
	padding: 2rem 10px;
	background: #fff;
	box-sizing: border-box;
	margin-top: 1rem;
}
/* 发展历程 */
.ab_dong_list{
	position: relative;
	overflow: hidden;
	padding-top: 3.0rem;
}
.ab_dong_list::after{
	content: "";
	height: 100%;
	display: block;
	width: 1px;
	background-color: #ddd;
	position: absolute;
	top: 0;
	left: 50%;
}
.ab_dong_list::before{
	content: "";
	z-index: 3;
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
	left: 50%;
	margin-left: -7.5px;
	top: 0px;
}
.ab_dong_list li{
	float: left;
	width: 51%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 4.0rem;
}
.ab_dong_list li img{
	/* float: left; */
	display: block;
	width: 90%;
	margin: 0 auto;
	height: auto;
	background-color: #ddd;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 1.0rem;
}
.ab_dong_list li div{
	float: c;
	/* width: 340px; */
	width: 100%;
}
.ab_dong_list li:nth-child(2n+1){
	padding-right: 1.4rem;
}
.ab_dong_list li:nth-child(2n){
	float: right;
	padding-left: 1.4rem;
}
.ab_dong_list li:nth-child(2n) img{
	/* float: right; */
}
.ab_dong_list li:nth-child(2n) div{
	/* float: left; */
}
.ab_dong_list li div{
	text-align: center;
}
.ab_dong_list li:nth-child(2n) div{
	text-align: center;
}
.ab_dong_list li div h4{
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #333;
	margin-bottom: 0.8rem;
	margin-top: 1.0rem;
}
.ab_dong_list li div p{
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 25px;
}
.ab_dong_list li::after{
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	background-color: #683c19;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 3px rgba(104,60,25,.7);
	top: 4.5rem;
	z-index: 3;
}
.ab_dong_list li:nth-child(2n+1)::after{
	right: -6px;
}
.ab_dong_list li:nth-child(2n)::after{
	left: -5px;
}
/* 首页资质 */
.cont5s{
	width: 95%;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	border-radius: 15px;
	margin-bottom: 1.5rem;
}
.cont5s-box{
	position: relative;
}
#certify {
	width: 100%;
	position: relative;
}
@font-face {
  font-family: "iconfont"; /* Project id 3453254 */
  src: url('http://at.alicdn.com/t/font_3453254_roxmy6eyp4.woff2?t=1654513683967') format('woff2'),
       url('http://at.alicdn.com/t/font_3453254_roxmy6eyp4.woff?t=1654513683967') format('woff'),
       url('http://at.alicdn.com/t/font_3453254_roxmy6eyp4.ttf?t=1654513683967') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-baoan:before {
  content: "\e7c3";
}

.icon-wuyeguanli:before {
  content: "\e6dd";
}

.icon-jituanqiye:before {
  content: "\e656";
}

.icon-a-ziyuan539:before {
  content: "\e78e";
}

#certify .swiper-slide img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 5px solid #ededed;
}

#certify .swiper-slide {
	height: auto;
	width: 15.0rem;
}

#certify .swiper-container {
	padding-bottom: 30px;
}
/* 手机修改 */
.cont1-txt-r{
	margin-top: 10px;
	margin-bottom: 20px;
}
.cont1-txt-r a{
	width: 30%;
	line-height: 2.5rem;
	margin: 0 1.6%;
	float: left;
	font-size: 14px;
	color: #333;
	border-radius: 5px;
	background-color: #eee;
	box-sizing: border-box;
	text-align: center;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1-txt-r .active{
	background-color: #e62129;
	color: #fff;
}
.ab_box2 i{
	display: block;
}
.ab_box2 i img{
	width: 100%;
	height: auto;
}
/* .ab_box2 ul li:nth-child(2){
	background-color: #adadad;
}
.ab_box2 ul li:nth-child(3){
	background-color: #f4f4dc;
	color: #c5a665;
}
.ab_box2 ul li:nth-child(4){
	background-color: #dddddd;
	color: #666;
} */
.ab_box1_list ul{
	display: flex;
	justify-content:center;
	margin-top: 26px;
}
.ab_box1_list li{
	margin: 0px 1.5%;
	width: 30%;
}
.ab_box1_list li span{
	width: 100%;
	display: block;
	height: 111px;
	background: url(/Public/Wap/Module1019/images/quan.png) no-repeat center center;
	background-size: 100% auto;
	text-align: center;
	line-height: 111px;
	color: #e62129;
	font-size: 30px;
	font-weight: bold;
}
.ab_box1_list li h6{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-align: center;
}
/* 服务项目 */
.xm-box img{
	display: block;
	width: 100%;
	height: auto;
}
.xm-box li>div{
	background-color: #f8f8f8;
	margin-bottom: 20px;
	padding: 15px 15px;
}
.xm-box li .fw_r h4{
	font-size: 22px;
	color: #e62129;
	margin-bottom: 10px;
}
.xm-box li .fw_r p{
	font-size: 13px;
	color: #666;
	line-height: 20px;
}
.ab_box_txt{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

/* 合作客户 */
.customers{
	padding: 0 0.8rem;
	margin-top: 0.8rem;
}
.customers li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
}
.customers li a{
	display: block;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.customers li img{
	width: 100%;
	height: auto;
}
.customers li:nth-child(2n){
	margin-right: 0;
}
.customers li span{
	font-size: 12px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 30px;
	color: #666;
}
/* 客户服务 */
.service{
	padding: 0 0.8rem;
	margin-top: 1.0rem;
}
.service-title h2{
	font-size: 20px;
    color: #333;
	text-align: center;
}
.service-title p{
	font-size: 12px;
    color: #999;
    text-transform: uppercase;
	text-align: center;
}
.service-text{
	margin-top: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
	color: #666;
	margin-bottom: 20px;
}
.service-lsit li{
	width: 100%;
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 0.8rem;
}
.service-lsit li img{
	margin: 0 auto;
}
.service-lsit li em{
	display: block;
	font-size: 16px;
    margin-top: 20px;
	font-weight: bold;
	color: #333;
}
.service-lsit li span{
	display: block;
	font-size: 14px;
    color: #999;
	margin-top: 10px;
}
/* 加入我们 */
.join-box{
	padding: 1.0rem 0.8rem 0;
}
.join-box h3{
	font-size: 26px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
}
.join-title{
	margin-bottom: 20px;
}
.join-title div{
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	color: #666;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.invite-box{
	margin-top:20px;
}
.invite{
	border: 1px solid #eae9e9;
	border-bottom: none;
}
.invite:last-child{
	border-bottom: 1px solid #eae9e9;
}
.invite-tab{
	padding: 0 20px;
	background-color: #e62129;
}
.invite-tab li{
	float: left;
	width: 33.333%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
}
.invite h4{
	color: #666;
	font-size: 14px;
	box-sizing: border-box;
	cursor: pointer;
	background: url(/Public/Wap/Module1019/images/bottom.jpg) no-repeat 97% center;
	padding: 0 20px;
}
.fn-hide{
	display: none;
}
.invite h4.active{
	background-image: url(/Public/Wap/Module1019/images/top.png);
	border-bottom: 1px solid #eae9e9;
	color: #e62129;
}
.invite h4:hover{
	color: #e62129;
}
.invite h4 span{
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	width: 33.33%;
}
.invite div{
	background-color: #f9f9f9;
	box-sizing: border-box;
	padding: 20px;
}
.invite div div{
	padding: 0;
}
.invite div h5{
	font-size: 18px;
	color: #333;
}
.invite div p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.talents-zp h2{
	font-size: 24px;
	color: #454545;
	text-align: center;
}
.talents-zp{
	margin-bottom: 80px;
}<!--0.00022196769714355-->