/*导航*/
.nav-box{margin-bottom:0.6rem !important;}
.nav-bner-top{margin-top:4rem;}
/* 解决方案 */
.md-conts {text-align: center;margin: 1.25rem 0 1.5rem;}
.md-conts h1{font-size: 0.7142rem;color: #18565d;margin-bottom: 0.4285rem;}
.md-conts p{font-size: 0.2857rem;line-height: 2;color:#3d3d3d;}
/* 产品系列 */
.product {background-color: #F7F7F7;padding: 0.875rem 0 1rem;}
.product .product_lf {width: 35%;padding-left: 1rem;padding-right: 1.5rem;}
.product .product_lf h6 {font-size: .5rem;color: #104D54;}
.product .product_lf p {font-size: 0.2625rem;line-height: 0.45rem;margin: 0.4375rem 0 0.625rem;}
.product .product_lf a {width: 1.925rem;height: 0.625rem;background-color: #18565D;border-radius: 5px;}
.product .product_lf a {font-size: 0.225rem;color: #ffffff;text-align: center;}
.product .product_lf a img {width: 0.0875rem;height: 0.1875rem;margin-top: 0.0375rem;margin-left: 0.125rem;}
.product .product_lr {width: 65%;}
.product .product_lr img {height: auto;}

/*系列切换模块css*/
.titles {width: 100%;height: 2.25rem;/*background-image: url(/uiFramework/commonResource/image/2024022109464074065.jpg);*/background-repeat: no-repeat;background-position: 100% 100%;background-size: 100%;padding-top: 1.25rem;margin-top: 0.5rem;}
.titles h3 {text-align: center;font-size: .6rem;letter-spacing: .125rem;}
.tabBox1 {width: 100%; margin-top: .375rem;}
.tabBox1>.hd ul {display: flex;justify-content: space-between;border-bottom: 2px solid #939294; margin-bottom: 0.125rem; padding:0 7.5%;}
.tabBox1>.hd ul li {padding:0 1.2rem 0.25rem 1.2rem;text-align: center;position: relative;font-size: 0.225rem;color: #265D64;display: block;}
.tabBox1>.hd ul li:last-child{margin-right: 0;}
.tabBox1>.hd ul li  {display: block;font-size: .25rem; letter-spacing: .0125rem;cursor:pointer;}
.tabBox1>.hd ul li.on {color: #265D64;}
.tabBox1>.hd ul li: ahover { color:#265D64;}
.tabBox1>.hd ul li span {position: absolute;bottom: -1px;left: 0;width: 0;height:4px;background: #265D64;content: '';transition: 0.36s;display: block;}
.tabBox1>.hd ul li:hover span {width: 100%;}
.tabBox1>.hd ul li.on span {width: 100%;}

/* 问题咨询 */
.problem_consult {position: relative;margin: 1rem 0;}
.problem_consult>img {}
.problem_consult .consult_tit {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.problem_consult .consult_tit h6 {font-size: 0.475rem;color: #ffffff;margin-bottom: .5rem;}
.problem_consult .consult_tit a {width: 1.925rem;height: 0.625rem;background-color: #18565D;border-radius: 5px;}
.problem_consult .consult_tit a {font-size: 0.225rem;color: #ffffff;text-align: center;}
.problem_consult .consult_tit a img {width: 0.0875rem;height: 0.1875rem;margin-top: 0.0375rem;margin-left: 0.125rem;}


/* 移动端适配 */
@media screen and (max-width:768px) {
.tabBox1 > .hd ul li{ font-size:.6rem;}
.product .product_lf h6{ font-size:.9rem;}
.product .product_lf p{ font-size:.6rem;line-height:1.8;}
.product .product_lf a{ font-size:.6rem;width:5rem;height:2rem;}
.product .product_lf{ width:50%;}
.product .product_lr{ width:50%;}






}