<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.white {
  color: #fff;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.bgw {
  background: #fff;
}
.content {
  width: 16rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f58 {
  font-size: 0.58rem;
}
.f54 {
  font-size: 0.58rem;
}
.f52 {
  font-size: 0.52rem;
}
.f46 {
  font-size: 0.46rem;
}
.f42 {
  font-size: 0.42rem;
}
.f38 {
  font-size: 0.38rem;
}
.f30 {
  font-size: 0.3rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.blue {
  color: #284ac5;
}
.phone {
  display: none;
}
/*banner*/
.header_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 1rem;
  z-index: 9;
}
.header_bg.on {
  background: #fff;
}
.header_bg.on .logo img:first-child,
.header_bg.on .ss_btn img:first-child {
  opacity: 0;
}
.header_bg.on .logo img:last-child,
.header_bg.on .ss_btn img:last-child {
  opacity: 1;
}
.header_bg.on .nav {
  color: #333;
}
.header_bg.on .lau{
  color: #333;
}
.header_bg.on .nav li &gt; a {
  color: #333;
}
.header_bg.on .nav li &gt; a::after {
  background: #284ac5;
  color: #284ac5;
}
.logo {
  width: 4.66rem;
  height: 0.84rem;
}
.logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.logo img:last-child {
  opacity: 0;
}
.ss_btn {
  width: 0.26rem;
  height: 0.28rem;
  cursor: pointer;
}
.ss_btn img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ss_btn img:last-child {
  opacity: 0;
}
.nav {
  width: 9.6rem;
  color: #fff;
  text-transform: capitalize;
}
.nav li &gt; a {
  font-size: 0.2rem;
  line-height: 0.62rem;
  position: relative;
  display: block;
}
.nav li &gt; a::after {
  width: 0.34rem;
  height: 3px;
  display: block;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.nav li.active &gt; a::after {
  transform: scale(1, 1);
}
.nav li:hover &gt; a::after {
  transform: scale(1, 1);
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #284ac5;
  z-index: 11;
  transition: 0.5s;
  padding: 15% 0 0 15%;
  color: #fff;
}
.search_con {
  width: 770px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  padding: 0 30px;
  margin: 2% 0;
}
.ss_txt {
  width: 680px;
  height: 56px ;
  border: none;
}
.search_tit {
  font-size: 72px;
  line-height: 1.3;
}
.key b {
  font-size: 18px;
}
.key a {
  margin-left: 2%;
}
.search_close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.search_logo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 6.25%;
}
.search_logo img {
  width: 100%;
}
.search_bg {
  background: #284ac5;
  height: 1rem;
}
.top_search {
  width: 7.25rem;
  border-radius: 0.25rem;
  background: #fff;
  height: 0.5rem;
  overflow: hidden;
  margin-right: 0.1rem;
}
.top_ss_txt {
  padding: 0 0.2rem;
  width: 5.95rem;
  border: none;
  background: none;
}
.top_ss_btn {
  width: 1.26rem;
  height: 0.5rem;
  background: url(../images/top_ss.png) no-repeat 0.2rem center #fbce05;
  background-size: 0.26rem 0.26rem;
  border-radius: 0.25rem;
  border: none;
  padding-left: 0.4rem;
}
.hot_key a {
  padding: 0 0.05rem;
}
.pro_bg {
  background: #f6f6f6;
  padding: 0.8rem 0 0.65rem;
}
.pro_bg .swiper-button-next,
.pro_bg .swiper-button-prev {
  border-radius: 100%;
}
.pro_bg .swiper-button-next::after,
.pro_bg .swiper-button-prev::after {
  display: none;
}
.tit {
  line-height: 1.1;
}
.tit h3 {
  font-family: Arial;
  text-transform: uppercase;
}
.pro_tit p::after {
  width: 0.32rem;
  height: 0.03rem;
  background: #e56303;
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 0.1rem;
}
.pro_type {
  width: 12.22rem;
}
.pro_type .swiper {
  width: 11.48rem;
  margin: 0;
  padding: .1rem 0;
}
.pro_type li {
  width: auto !important;
  background: #284ac5;
  color: #fff;
  border-radius: .3rem;
  line-height: .5rem;
}
.pro_type li a{
  padding: 0 .2rem;
}
/* .pro_type li::after {
  width: 1px;
  height: 0.2rem;
  background: #cecece;
  display: inline-block;
  content: "";
  margin-left: 0.2rem;
} */
.pro_type .swiper-button-next {
  width: 0.49rem;
  height: 0.49rem;
  right: 0;
  background: url(../images/next.png) no-repeat center center #284ac5;
  background-size: 0.2rem 0.14rem;
  outline: none;
}
.pro_list {
  margin-top: 0.9rem;
}
.pro_list li {
  text-align: center;
}
.pro_list li p {
  margin: 0.4rem 0 0;
  display: none;
}
.pro_list li.swiper-slide-active p {
  display: block;
}
.pro_list .swiper-button-next,
.pro_list .swiper-button-prev {
  width: 0.75rem;
  height: 0.75rem;
  top: 42%;
  outline: none;
}
.pro_list .swiper-button-prev {
  background: url(../images/prev.png) no-repeat center center #284ac5;
  background-size: 0.26rem 0.16rem;
  left: 3.7rem;
}
.pro_list .swiper-button-next {
  background: url(../images/next.png) no-repeat center center #284ac5;
  background-size: 0.26rem 0.16rem;
  right: 3.7rem;
}
.pro_list_pic {
  height: 5.8rem;
  border-radius: 0.4rem;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 1.25rem 0 0.78rem;
}
.about_num {
  padding: 0.85rem 0;
}
.about_num li {
  width: 25%;
  line-height: 1.3;
  padding-left: 0.9rem;
}
.about_num li img {
  width: 0.62rem;
  height: 0.52rem;
  vertical-align: top;
  margin: 0.15rem 0.1rem 0;
}
.about_num li p span {
  color: #284ac5;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 0.58rem;
}
.about_num li p {
  text-transform: capitalize;
}
.about_num li p:last-child {
  margin-left: 0.62rem;
  text-transform: capitalize;
}
.about_box {
  box-shadow: 0 0 0.3rem rgba(228, 228, 228, 0.35);
}
.about_pic {
  width: 8rem;
}
.about_con {
  width: 7.1rem;
  background: #fff;
  padding-right: 0.4rem;
  text-align: justify;
}
.about_txt {
  line-height: 0.34rem;
  height: 1.36rem;
  margin: 0.3rem 0 0.5rem;
}
.more {
  width: 1.7rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: #284ac5;
  color: #fff;
}
.more img {
  width: 0.26rem;
  height: 0.16rem;
  margin-left: 0.18rem;
  transition: all 0.6s;
}
.more:hover img {
  transform: translateX(0.1rem);
}
.solution_bg {
  padding: 0.8rem 0 0;
}
.more2 {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background: #284ac5;
  transition: all 0.6s;
}
.more2 img {
  width: 0.26rem;
  height: 0.16rem;
}
.more2:hover {
  transform: translateY(-0.1rem);
}
.solution {
  margin-top: 0.65rem;
  color: #fff;
}
.solution li &gt; a &gt; img {
  height:6.5rem;
  object-fit: cover;
}
.solution li:hover .jia {
  opacity: 0;
}
.solution li:hover .solution_txt {
  opacity: 1;
  transform: translateY(-0.1rem);
}
.solution_con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.95rem 0.4rem 0 0.7rem;
}
.solution_num {
  font-family: Impact;
  font-size: 0.78rem;
  opacity: 0.1;
}
.solution_tit {
  margin-bottom: 0.95rem;
}
.solution_tit h3 {
  font-size: 0.4rem;
  text-transform: capitalize;
}
.solution_tit p {
  font-size: 0.22rem;
  text-transform: uppercase;
}
.jia {
  width: 0.32rem;
  height: 0.32rem;
}
.solution_more {
  width: 0.75rem;
  height: 0.75rem;
  border: solid 1px #fff;
  border-radius: 100%;
  margin: 2.3rem 0 0;
}
.solution_more img {
  width: 0.26rem;
  height: 0.16rem;
}
.solution_txt {
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.news_bg {
  padding: 1.3rem 0 1.1rem;
}
.news {
  margin-top: 0.95rem;
}
.news li {
  height: 7.31rem;
}
.news li:hover a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.news li:hover .news_pic {
  height: 100%;
  top: 0;
}
.news li:hover .news_con {
  padding: 0 0.3rem;
  color: #fff;
}
.news li:hover .news_con h3 {
  opacity: 1;
}
.news li:hover .news_txt {
  color: #fff;
  text-transform: capitalize;
}
.news_pic {
  height: 3.4rem;
  transition: all 0.6s;
  width: 100%;
  top: 1rem;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.news_pic img {
  object-fit: cover;
  border-radius: 0.2rem;
}
.mews_date1 {
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
}
.mews_date1 span {
  font-size: 0.43rem;
}
.news_con {
  width: 100%;
  left: 0;
  bottom: 1.2rem;
  z-index: 5;
}
.news_con h3 {
  margin-bottom: 0.25rem;
  opacity: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.news_txt {
  line-height: 0.38rem;
  height: 0.76rem;
  margin: 0.2rem 0 0;
  color: #666;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.footer {
  padding: 0.62rem 0 0.2rem;
  color: #fff;
}
.contact {
  width: 4.46rem;
}
.footer_logo img {
  width: 4.46rem;
}
.contact_list {
  margin: 0.35rem 0 0;
}
.contact_list li {
  margin-bottom: 0.2rem;
}
.contact_list li img {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.contact_list li b{
  width: .9rem;
  flex-shrink: 0;
  text-transform: capitalize;
}
.footer_nav {
  /* width: 7.45rem; */
  width: 8.6rem;
}
.footer_nav li {
  text-align: center;
}
.footer_nav li h3 {
  opacity: 0.9;
  line-height: 0.26rem;
  text-transform: capitalize;
}
.footer_nav li h3::after {
  width: 0.4rem;
  height: 1px;
  background: #939393;
  display: block;
  margin: 0.15rem auto;
  content: "";
}
.footer_nav li p {
  text-align: center;
  font-size: 0.14rem;
  opacity: 0.6;
}
.footer_nav li p a {
  display: block;
}
.share {
  width: 2.4rem;
}
.share h3 {
  line-height: 0.26rem;
  margin-bottom: 0.2rem;
}
.share li {
  position: relative;
  cursor: pointer;
}
.share li &gt; img {
  width: 0.48rem;
  height: 0.48rem;
}
.share li:hover .code_list {
  display: block;
}
.code_list {
  top: 0.6rem;
  left: -0.35rem;
  display: none;
}
.code_list img {
  width: 1.2rem;
  height: 1.2rem;
}
.copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  color: rgba(238, 238, 238, 0.7);
  padding: 0.15rem 0;
}
.m_banner {
  margin: 1rem 0 0;
}
.m_tit {
  left: 0;
  right: 0;
  top: 35%;
  color: #fff;
  line-height: 1.5;
}
.m_tit h2 {
  font-size: 0.54rem;
}
.m_tit p {
  font-family: Arial;
  font-size: 0.28rem;
  text-transform: uppercase;
}
.m_about_bg {
  background: url(../images/m_about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.path_bg {
  height: 0.76rem;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
.path img {
  width: 0.18rem;
  height: 0.23rem;
  margin-right: 0.15rem;
}
.type a {
  margin-left: 0.8rem;
}
.type a.on {
  color: #284ac5;
}
.type a:hover {
  color: #284ac5;
}
.m_about_box {
  padding: 1.14rem 0 0;
}
.m_about_con {
  width: 7.65rem;
}
.m_about_txt {
  line-height: 0.34rem;
  margin: 0.7rem 0 0.25rem;
}
.m_about_pic {
  width: 7.73rem;
  border-radius: 0.1rem;
}
.m_about_num li p span {
  font-size: 0.63rem;
}
.m_about_num li p:last-child {
  margin: 0;
}
.culture_list {
  margin-bottom: 1.75rem;
}
.culture_list li {
  width: 5.1rem;
  height: 1.8rem;
  position: relative;
}
.culture_list_con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 0.35rem;
  flex-direction: column;
}
.culture_list_con h2 {
  font-size: 0.33rem;
}
.culture_list_con p {
  color: #666;
  font-size: 0.17rem;
}
.develop_bg {
  background: url(../images/develop_bg.jpg) no-repeat center bottom;
  background-size: 100%;
  height: 9.92rem;
}
.develop {
  width: 14.15rem;
  margin-top: 0.9rem;
}
.develop li:nth-child(even) {
  margin-top: 0.9rem;
}
.develop_list {
  background: url(../images/develop.png) no-repeat left 0.15rem;
  background-size: 0.22rem 2.54rem;
  padding-left: 0.4rem;
  min-height: 2.54rem;
}
.develop_year {
  line-height: 0.46rem;
}
.develop_year b {
  font-family: Arial;
}
.main {
  padding: 1.1rem 0 0.7rem;
}
.m_pro_type {
  padding: 0.6rem 0 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.m_pro_type a {
  width: 4.5rem;
  position: relative;
  display: inline-block;
  padding: 0 0 0 0.3rem;
  line-height: 0.6rem;
}
.m_pro_type a::after {
  width: 1px;
  height: 0.2rem;
  background: #cecece;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  position: absolute;
}
.m_pro_type a.on {
  color: #284ac5;
  font-weight: bold;
}
.m_pro {
  padding: 0.6rem 0 0;
}
.m_pro li {
  width: 3.82rem;
  margin: 0 0.24rem 0.6rem 0;
}
.m_pro li:nth-child(4n+4) {
  margin-right: 0;
}
.m_pro li:hover .m_pro_pic {
  border-radius: 0.1rem 0.1rem 0 0;
}
.m_pro li:hover .m_pro_tit {
  background: #284ac5;
  color: #fff;
}
.m_pro_pic {
  height: 3.82rem;
  border-radius: 0.1rem;
}
.m_pro_tit {
  height: 0.76rem;
  line-height: 0.76rem;
  border-radius: 0 0 0.1rem 0.1rem;
  padding: 0 0.2rem;
}
.page a {
  width: 0.45rem;
  height: 0.45rem;
  border: solid 1px #ebebeb;
  line-height: 0.43rem;
  display: inline-block;
  text-align: center;
  margin: 0 3px;
}
.page a.active {
  background: #284ac5;
  color: #fff;
}
.pro_xx_box {
  padding-bottom: 0.7rem;
}
.pro_xx_pic {
  width: 6.5rem;
}
.pro_xx_right {
  width: 8.85rem;
}
.pro_xx_tit {
  border-bottom: solid 1px #e5e5e5;
  width: 8.87rem;
  font-size: 0.28rem;
  padding-bottom: 0.2rem;
}
.pro_xx img {
  max-width: 100%;
}
.pro_xx table {
  width: 100%;
}
.nextpage {
  border-top: solid 1px #e4e4e4;
  margin: 0.7rem 0 0;
  padding: 0.4rem 0 0;
}
.nextpage img {
  width: 0.39rem;
  height: 0.15rem;
}
.xx_txt {
  margin: 0.5rem 0 0;
  line-height: 2;
}
.xx_txt img {
  max-width: 100%;
}
.m_contact_box {
  padding: 0.75rem 0 1.2rem;
}
.m_contact {
  width: 4.9rem;
  height: 7rem;
  background: #f9f9f9;
  padding: 0 0.3rem;
}
.m_contact li {
  padding: 0.05rem 0;
}
.m_contact li img {
  width: 0.26rem;
  height: 0.29rem;
  margin-right: 0.15rem;
  margin-top: 0.1rem;
}
.m_contact li h3 {
  color: #121212;
  text-transform: capitalize;
}
.m_contact li:first-child {
  width: 3.65rem;
  border-bottom: solid 1px #ececec;
  padding-top: 0.5rem;
}
.m_contact li h2 {
  font-style: italic;
  font-size: 0.3rem;
  white-space: pre-line;
  line-height: 0.46rem;
}
.m_map {
  width: 10.35rem;
  height: 7rem;
}
.message_box {
  padding: 0.55rem 0 0;
}
.message_list li {
  width: 7.78rem;
  height: 0.6rem;
  margin-bottom: 0.2rem;
}
.message_list li input,
.message_list li textarea {
  background: #f9f9f9;
  border: solid 1px #ebebeb;
  border-radius: 0.05rem;
  padding: 0 0.15rem;
}
.message_list li:last-child {
  width: 100%;
  height: 2rem;
}
.message_list li:last-child textarea {
  padding: 0.2rem 0.15rem;
}
.yzm_txt {
  width: 5.9rem;
}
.yzm {
  width: 1.7rem !important;
}
.mes_btn {
  width: 1.7rem;
  height: 0.54rem;
  border-radius: 0.27rem;
  background: linear-gradient(to right, #0072e5, #284ac5);
  border: none;
  margin: 0.5rem auto 0;
  display: block;
}
.kong {
  display: block;
  height: 1rem;
  margin-top: -1rem;
  visibility: hidden;
}
.model_ss_box {
  margin: 0.6rem 0 0;
}
.model_ss_box .top_ss_btn {
  width: 1.7rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: url(../images/top_ss.png) no-repeat 0.45rem center #fbce05;
  background-size: 0.26rem 0.26rem;
}
.model_ss {
  width: 14.1rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: #f3f3f3;
  border: none;
  padding: 0 0.3rem;
}
.model_list {
  margin: 0.25rem 0 0.65rem;
}
.model_list dt {
  background: #284ac5;
}
.model_list ul {
  height: 0.6rem;
}
.model_list li {
  width: 10%;
  text-align: center;
  line-height: 1.3;
  text-transform: capitalize;
}
.model_list li:first-child,
.model_list li:last-child {
  width: 20%;
}
.model_list dd {
  background: #f3f3f3;
}
.model_list dd a {
  display: block;
}
.model_list dd:nth-child(odd) {
  background: #dddddd;
}
.model_list dd:hover {
  background: #284ac5;
  color: #fff;
}
.m_news li {
  width: 5.06rem;
  position: relative;
  margin: 0 0.41rem 0.55rem 0;
}
.m_news li:nth-child(3n+3) {
  margin-right: 0;
}
.xx_tit {
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 0.4rem;
}
.xx_tit h2 {
  font-size: 0.4rem;
  line-height: 1.5;
}
.xx_tit p {
  margin: 0.25rem 0 0;
}
.xx_tit p span {
  width: 0.3rem;
  height: 0.26rem;
  margin-right: 0.6rem;
}
.xx_tit p span img {
  width: 0.3rem;
  height: 0.26rem;
  margin-right: 0.14rem;
}
.news_nextpage {
  border-top: dashed 1px #dadada;
  margin: 0.4rem 0 0;
  padding: 0.3rem 0 0;
}
.news_nextpage &gt; div {
  max-width: 40%;
}
.m_solution_list {
  padding: 0.75rem 0 0.4rem;
}
.m_solution_list li {
  width: 5.1rem;
  margin: 0 0.35rem 0.3rem 0;
}
.m_solution_list li img {
  object-fit: cover;
}
.m_solution_list li:nth-child(3n+3) {
  margin-right: 0;
}
.m_solution_list li:hover .m_solution_tit {
  background: #284ac5 url(../images/nar2.png) no-repeat right 0.36rem center;
  background-size: 0.21rem 0.14rem;
  color: #fff;
  border: solid 1px #284ac5;
}
.m_solution_list li:hover .m_solution_con {
  transform: scale(1, 1);
}
.m_solution_pic {
  height: 3.71rem;
}
.m_solution_con {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  top: 0;
  left: 0;
  flex-direction: column;
  padding: 0 0.4rem;
  transition: all 0.6s;
  transform: scale(0, 0);
}
.m_solution_con h2 {
  font-size: 0.38rem;
}
.m_solution_con p {
  line-height: 0.3rem;
  height: 0.6rem;
}
.m_solution_tit {
  height: 0.85rem;
  border: solid 1px #e6e6e6;
  background: #fff url(../images/nar1.png) no-repeat right 0.36rem center;
  background-size: 0.21rem 0.14rem;
  padding: 0 0.8rem 0 0.3rem;
  line-height: 0.85rem;
  font-size: 0.28rem;
  transition: all 0.6s;
  box-shadow: 0 0.3rem 0.3rem rgba(228, 228, 228, 0.6);
  text-transform: capitalize;
}
.model_table {
  border-top: 1px solid #F3F3F3;
  border-right: 1px solid #F3F3F3;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.model_table li {
	width: 50%;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	height: .75rem;
	border-bottom: 1px solid #F3F3F3;
	align-items: center;
  }
.model_table li h3 {
	width: 40%;
	background: #ddd;
	font-size: .16rem;
	font-weight: 400;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
  }
.model_table li p {
	width: 55%;
	text-align: left;
	padding-left: 5%;
  }
.model_table li:first-child {
	width: 100%;
  }
.model_table li:first-child h3 {
	width: 20%;
  }
.model_table li:first-child p {
	width: 77%;
	padding-left: 3%;
  }
  .news_nextpage b{
    text-transform: capitalize;
  }</pre></body></html>