@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;
}
.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;
}
.three {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.four {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  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;
}
.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;
}
.f50 {
  font-size: 0.5rem;
}
.f26 {
  font-size: 0.26rem;
}
.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: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.phone {
  display: none;
}
.blue {
  color: #0c95f1;
}
/*banner*/
.index_header_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  height: 1rem;
  z-index: 2;
}
.logo img {
  width: 1.13rem;
}
.nav {
  width: 11rem;
  color: #fff;
}
.nav li {
  font-size: 0.18rem;
  line-height: 1rem;
  position: relative;
}
.nav li::after {
  width: 100%;
  height: 3px;
  display: block;
  background: #ff7e1e;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  position: absolute;
  transform: scale(0, 0);
  transition: all 0.6s;
}
.nav li.active::after {
  transform: scale(1, 1);
}
.nav li:hover::after {
  transform: scale(1, 1);
}
.nav li:hover .subnav {
  display: block;
}
.subnav {
  width: 1.3rem;
  background: #ffffff;
  top: 1rem;
  left: -40%;
  text-align: center;
  padding: 0.2rem 0;
  color: #333;
  display: none;
}
.subnav a {
  display: block;
  line-height: 1.8;
}
.subnav a:hover {
  color: #ff7e1e;
}
.nav1 {
  color: #222222;
}
.nav1 li:hover > a {
  color: #0c95f1;
}
.nav1 li.active > a {
  color: #0c95f1;
}
.nav1 .subnav {
  background: #fff;
}
.nav1 .subnav a:hover {
  color: #0c95f1;
}
.ss_btn {
  margin-left: 0.7rem;
}
.ss_btn img {
  width: 0.2rem;
  height: 0.2rem;
}
.ss_btn {
  cursor: pointer;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: #0c95f1;
  z-index: 999;
  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%;
}
.banner .swiper-pagination {
  text-align: right;
  padding-right: 2rem;
}
.banner .swiper-pagination-bullet {
  background: #fff;
}
.pagination {
  text-align: center;
}
.pagination a {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  display: inline-block;
  text-align: center;
  background: #e4e4e4;
  padding: 0 17px;
  margin: 0 5px;
}
.pagination a.active {
  background: #0c95f1;
  color: #fff;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.about_pic {
  width: 9.8rem;
  right: 0;
  top: 0;
}
.about_con {
  width: 7rem;
  padding: 0.7rem 0 0;
}
.about_tit p {
  opacity: 0.5;
  font-size: 0.15rem;
  text-transform: uppercase;
}
.about_tit h2 {
  font-size: 0.44rem;
}
.about_tit h2::after {
  width: 0.5rem;
  height: 0.06rem;
  background: #0c95f1;
  display: block;
  content: "";
  margin: 0.5rem 0 0;
}
.about_txt {
  color: #444;
  line-height: 0.36rem;
  margin: 0.55rem 0 0.38rem;
  height: 1.8rem;
  overflow: hidden;
}
.more {
  width: 2rem;
  height: 0.6rem;
  background: #0c95f1;
  border-radius: 0.05rem;
  color: #fff;
}
.more::after {
  width: 0.07rem;
  height: 0.07rem;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
}
.video_btn {
  width: 1.68rem;
  height: 1.67rem;
  bottom: 0;
  left: 7.87rem;
  z-index: 3;
  cursor: pointer;
}
.video_btn::after {
  width: 0.88rem;
  height: 0.88rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: url(../images/video_btn.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.cicle {
  animation: cicle infinite 5s linear;
}
@keyframes cicle {
  0% {
    transform: rotate(360deg);
  }
}
.video_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 100;
  background: #000;
}
.video_close {
  position: absolute;
  font-size: 0.4rem;
  right: calc(50% - 10rem / 2 - 1rem);
  top: calc(10rem/16*2);
  cursor: pointer;
  color: #fff;
}
.video_con {
  width: 10rem;
  height: calc(10rem/16*9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about_num_box {
  padding: 0.7rem 0 0.8rem;
}
.about_logo {
  width: 1.92rem;
}
.about_num {
  width: 12.65rem;
}
.about_num li {
  width: 3.4rem;
  padding-left: 0.9rem;
  line-height: 1.5;
  position: relative;
}
.about_num li:nth-child(even) {
  width: 2.74rem;
}
.about_num li p b {
  font-size: 0.6rem;
  font-weight: normal;
}
.about_num li p span {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.about_num li h3 {
  color: #555;
}
.about_num li em {
  vertical-align: top;
  margin-left: 0.2rem;
}
.about_num li::before {
  width: 1px;
  height: 0.5rem;
  background: #1853ab;
  display: block;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}
.news_box {
  padding-bottom: 0.85rem;
}
.tit {
  padding: 0.65rem 0 0;
}
.tit h2 {
  font-size: 0.45rem;
}
.news {
  margin: 0.5rem 0 0.8rem;
}
.news li {
  height: 4.8rem;
  background: #f8f8f8;
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
}
.news li:hover .news_bg {
  transform: scale(1, 1);
}
.news_pic {
  width: 3.8rem;
  height: 2.8rem;
}
.news_con {
  padding: 0.3rem 0.3rem 0;
}
.news_con h3 {
  line-height: 0.36rem;
  height: 0.72rem;
}
.news_date {
  background: url(../images/nar1.png) no-repeat right center;
  background-size: 0.2rem 0.12rem;
}
.news_bg {
  width: 100%;
  height: 100%;
  background: url(../images/news_bg.jpg) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  padding: 0.35rem 0.28rem 0;
  color: #fff;
  transition: all 0.6s;
  transform: scale(0, 1);
}
.news_bg_type {
  border-bottom: solid 1px #319fe8;
  padding-bottom: 0.3rem;
  margin-bottom: 0.25rem;
}
.news_txt {
  line-height: 0.34rem;
  height: 1.36rem;
  margin: 0.3rem 0 0.5rem;
  overflow: hidden;
}
.news_date1 {
  background: url(../images/nar2.png) no-repeat right center;
  background-size: 0.2rem 0.12rem;
}
.pro_bg {
  background: url(../images/pro_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 0.8rem;
}
.tit1 {
  color: #fff;
}
.tit1 p {
  color: #fff !important;
}
.pro {
  margin-top: 0.85rem;
}
.pro_box {
  margin: 0.8rem 0 0;
}
.pro_pic {
  width: 10.1rem;
  right: 0;
  top: 0;
}
.pro_pic li {
  transform: scale(0.8);
  overflow: hidden;
}
.pro_pic li.swiper-slide-active {
  transform: scale(1);
}
.pro_pic li img {
  border-radius: 0.5rem;
}
.pro_pic .swiper-button-next {
  width: 1rem;
  height: 1rem;
  background: url(../images/nar3.png) no-repeat;
  background-size: 100% 100%;
  right: 1rem;
}
.pro_pic .swiper-button-next::after {
  display: none;
}
.pro_con {
  width: 6.5rem;
  color: #fff;
  padding: 0.28rem 0 0;
}
.pro_con h4 {
  font-size: 0.3rem;
}
.pro_con h4::after {
  width: 0.5rem;
  height: 0.06rem;
  display: block;
  background: #fff;
  content: "";
  margin: 0.35rem 0;
}
.pro_txt {
  line-height: 0.36rem;
  height: 1.44rem;
  margin-bottom: 0.6rem;
}
.pro_type {
  margin: 1.1rem 0 0;
}
.pro_type::after {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  top: 0.76rem;
  left: 0;
}
.pro_type li {
  width: 1.1rem;
  text-align: center;
  color: #d4e2ed;
  cursor: pointer;
}
.pro_type li span {
  width: 0.6rem;
  height: 0.6rem;
  background: none;
  border-radius: 100%;
  position: relative;
  display: block;
  margin: 0 auto 0.13rem;
  transition: all 0.6s;
}
.pro_type li span img {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.6s;
}
.pro_type li span img:last-child {
  opacity: 0;
}
.pro_type li p {
  background: url(../images/dot.png) no-repeat center top;
  background-size: 0.08rem 0.08rem;
  padding: 0.2rem 0 0;
  line-height: 0.24rem;
}
.pro_type li:hover span {
  background: #fff;
}
.pro_type li:hover span img:last-child {
  opacity: 1;
}
.pro_type li:hover span img:first-child {
  opacity: 0;
}
.pro_type li.on span {
  background: #fff;
}
.pro_type li.on span img:last-child {
  opacity: 1;
}
.pro_type li.on span img:first-child {
  opacity: 0;
}
.honor_bg {
  background: url(../images/honor_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 2.1rem;
}
.honor_con {
  width: 6.26rem;
}
.honor_box {
  margin-top: 0.45rem;
}
.honor_txt::before {
  width: 0.5rem;
  height: 0.06rem;
  background: #0c95f1;
  display: block;
  content: "";
  margin: 0.48rem 0 0.3rem;
}
.honor_list {
  align-items: flex-end;
  height: 4rem;
}
.honor_list li {
  width: 3.1rem;
  height: 2.1rem;
  background: url(../images/honor_bg1.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0.2rem;
  margin-right: 0.13rem;
}
.honor_list li:nth-child(4),
.honor_list li:nth-child(5) {
  height: 4rem;
  background: url(../images/honor_bg2.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0.15rem;
}
.honor_list li:last-child {
  margin-right: 0;
}
.honor_num {
  width: 6.26rem;
  top: 0.5rem;
  left: -0.4rem;
}
.honor_num li {
  width: 2.05rem;
  position: relative;
  padding-left: 0.4rem;
  line-height: 1.5;
}
.honor_num li::after {
  width: 1px;
  height: 0.6rem;
  background: #bfbfbf;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  position: absolute;
}
.honor_num li h4 {
  font-size: 0.4rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.honor_num li:last-child::after {
  display: none;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.footer_top {
  border-bottom: solid 1px #477bac;
  height: 1.04rem;
}
.footer_logo img {
  width: 1.06rem;
}
.footer_nav {
  color: #e4e7ea;
}
.footer_nav li {
  margin-left: 0.5rem;
}
.footer {
  padding: 0.4rem 0 0.35rem;
  color: #b8c2cc;
}
.contact {
  width: 7rem;
}
.contact h2 {
  color: #fff;
}
.contact_txt {
  line-height: 0.4rem;
}
.code {
  width: 1.1rem;
  color: #fff;
  margin-left: 0.24rem;
}
.code img {
  height: 1.1rem;
}
.code p {
  margin: 0.1rem 0 0;
}
.m_banner {
  margin: 1rem 0 0;
}
.m_tit {
  left: 0;
  right: 0;
  top: 1.75rem;
  z-index: 1;
  color: #fff;
}
.m_tit h2 {
  font-size: 0.52rem;
}
.m_tit h2::after {
  width: 0.8rem;
  height: 2px;
  background: #fff;
  display: block;
  content: "";
  margin: 0.15rem 0;
}
.m_tit h3 {
  font-size: 0.3rem;
  text-transform: uppercase;
}
.path_bg {
  background: #f8f8f8;
  height: 0.74rem;
}
.path img {
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.16rem;
}
.type a {
  color: #666;
  margin-left: 0.65rem;
  position: relative;
}
.type a:hover {
  color: #0c95f1;
}
.type a:hover::before {
  width: 0.16rem;
  height: 0.03rem;
  background: #0c95f1;
  display: block;
  content: "";
  position: absolute;
  left: -0.3rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.type a.on {
  color: #0c95f1;
}
.type a.on::before {
  width: 0.16rem;
  height: 0.03rem;
  background: #0c95f1;
  display: block;
  content: "";
  position: absolute;
  left: -0.3rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.main {
  padding: 0.8rem 0;
}
.main_tit h2 {
  font-size: 0.5rem;
}
.main_tit h4 {
  font-size: 0.45rem;
}
.xx_txt img {
  max-width: 100%;
}
.develop_list {
  margin: 0.8rem 0 0;
  background: url(../images/develop_bg.jpg) repeat-y center top;
}
.develop_list li {
  width: 8rem;
  height: 1.2rem;
  position: relative;
}
.develop_list li::after {
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/year1.png) no-repeat right center;
  background-size: 100% 100%;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: -0.07rem;
  margin: auto 0;
  position: absolute;
}
.develop_list li:hover::after {
  background: url(../images/year2.png) no-repeat right center;
  background-size: 100% 100%;
}
.develop_list li:hover .develop_list_con {
  background: #e5f3fc;
}
.develop_list li:hover .develop_list_year {
  background: #0188e2;
  color: #fff;
}
.develop_list li:nth-child(even) {
  margin-top: 1.36rem;
  flex-direction: row-reverse;
}
.develop_list li:nth-child(even)::after {
  left: -0.07rem;
  right: auto;
}
.develop_list_con {
  width: 6.2rem;
  padding: 0.2rem 0.3rem;
  font-size: 0.22rem;
}
.develop_list_year {
  width: 1.8rem;
  font-size: 0.26rem;
}
.m_honor {
  padding: 0.6rem 0;
}
.m_honor li {
  width: 3.74rem;
  height: 2.54rem;
  background: url(../images/m_honor_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0.25rem;
  margin: 0 0.33rem 0.4rem 0;
}
.m_honor li:nth-child(4n+4) {
  margin-right: 0;
}
.m_cltule_pic img {
  width: 7.8rem;
  height: 5.01rem;
}
.m_pro_type {
  padding: 0.4rem 0 0;
  margin-left: -0.4rem;
}
.m_pro_type a {
  background: url(../images/line1.png) no-repeat right center;
  padding: 0 0.4rem;
}
.m_pro_type a:last-child {
  background: none;
}
.m_pro_type a:hover {
  color: #0c95f1;
  font-weight: bold;
}
.m_pro_type a.on {
  color: #0c95f1;
  font-weight: bold;
}
.m_pro {
  padding: 0.5rem 0;
}
.m_pro li {
  width: 3.6rem;
  margin: 0 0.53rem 0.4rem 0;
}
.m_pro li:nth-child(4n+4) {
  margin-right: 0;
}
.m_pro li:hover .m_pro_tit {
  background: url(../images/nar4.png) no-repeat right 0.2rem center #0c95f1;
  background-size: 0.32rem 0.15rem;
  padding-left: 0.3rem;
  justify-content: flex-start;
  color: #fff;
}
.m_pro_pic {
  height: 2.8rem;
}
.m_pro_tit {
  height: 0.7rem;
  background: #f9f9f9;
}
.m_news {
  margin: 0.4rem 0;
}
.m_news li {
  width: 3.8rem;
  margin: 0 0.26rem 0.36rem 0;
  position: relative;
}
.m_news li:nth-child(4n+4) {
  margin-right: 0;
}
.m_service {
  padding: 0.4rem 0;
}
.m_service li {
  width: 5rem;
  height: 4.5rem;
  border: solid 1px #e5e5e5;
  padding: 0.3rem;
  text-align: center;
  margin: 0 0.45rem 0.45rem 0;
}
.m_service li:nth-child(3n+3) {
  margin-right: 0 ;
}
.m_service li:hover .m_service_more {
  transform: scale(1, 1);
}
.m_service li:hover .m_service_tit {
  color: #0051a4;
  font-weight: bold;
}
.m_service_pic img {
  height: 2.6rem;
}
.m_service_more {
  background: rgba(0, 101, 169, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.6s;
  transform: scale(0, 0);
}
.m_service_more span {
  width: 1.4rem;
  height: 0.4rem;
  border: solid 1px #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_contact_box {
  align-items: flex-end;
}
.m_contact_left {
  width: 9rem;
}
.m_contact_left_tit {
  margin-left: 0.65rem;
}
.map {
  height: 4rem;
  margin: 0.75rem 0 0;
}
.m_contact_right {
  width: 6.1rem;
}
.c1 {
  width: 0.3rem;
  height: 0.34rem;
  margin-right: 0.15rem;
}
.c2 {
  width: 0.32rem;
  height: 0.3rem;
}
.m_contact_list {
  padding: 0.75rem 0 0;
}
.m_contact_list li {
  border-bottom: solid 1px #e5e5e5;
  height: 1.1rem;
}
.m_contact_list_txt::before {
  width: 0.08rem;
  height: 0.08rem;
  background: #7d7d7d;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.2rem;
  content: "";
  display: inline-block;
}
.m_contact_bg {
  background: #f8f8f8;
  padding: 0.65rem 0 0.9rem;
}
.company_tit h2 {
  font-size: 0.4rem;
}
.company_tit h2::after {
  width: 1.5rem;
  height: 0.02rem;
  background: #bfbfbf;
  content: "";
  display: block;
  margin: 0.2rem auto;
}
.company_tit p {
  padding: 0 1.75rem;
}
.company_list {
  background: #fff;
  margin: 0.4rem 0 0;
  padding: 0.6rem 0 0;
}
.company_list li {
  width: 4.6rem;
  height: 2.8rem;
  border: solid 1px #e5e5e5;
  margin: 0 0.23rem 0.65rem;
  padding: 0.3rem 0.35rem 0;
}
.company_list li h4::after {
  width: 3.6rem;
  height: 1px;
  background: #e5e5e5;
  display: block;
  content: "";
  margin: 0.15rem auto;
}
.company_list li:hover {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  border: none;
}
.company_list li:hover .company_list_tit {
  font-weight: bold;
  color: #0c95f1;
}
.company_list_txt {
  height: 1.65rem;
  line-height: 0.4rem;
}
.mes_box {
  padding: 0.6rem 0 1.45rem;
}
.mes_box .company_tit h2::after {
  width: 0.8rem;
}
.m_mes {
  margin: 0.5rem 0 0;
}
.m_mes_con {
  width: 7.5rem;
}
.mes_tit {
  background: url(../images/line2.png) no-repeat left center;
  background-size: 0.08rem 0.22rem;
  padding-left: 0.2rem;
  margin-bottom: 0.15rem;
}
.mes_txt {
  background: #f8f8f8;
  border-radius: 0.03rem;
  border: solid 1px #e5e5e5;
  padding: 0.2rem 0.25rem;
  height: 6.45rem;
}
.mes_input {
  background: #f8f8f8;
  border-radius: 0.03rem;
  border: solid 1px #e5e5e5;
  height: 0.8rem;
  width: 100%;
  padding: 0 0.25rem;
}
.button {
  height: 0.8rem;
  background: #0c95f1;
  color: #fff;
  border-radius: 0.1rem;
}
.xx_tit {
  padding: 0.45rem 0 0.35rem;
  border-bottom: solid 1px #e5e5e5;
  line-height: 1.5;
}
.xx_tit h2 {
  font-size: 0.28rem;
}
.xx_time {
  color: #999;
  border-bottom: solid 1px #e6e6e6;
  padding: 25px 0;
}
.nextpage {
  border-top: dashed 1px #dadada;
  padding: 30px 0;
  margin: 0.6rem 0 0;
}
.nextpage > div {
  max-width: 40%;
}
.nextpage_pic {
  width: 1.4rem;
  height: 0.9rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.nextpage_con {
  max-width: 5rem;
}
.tupian {
  margin: 0.1rem 0 0.1rem 0.3rem;
  width: 6.8rem;
}
.jiagou img {
  width: 100%;
}
[v-cloak] {
  display: none;
}
