@charset "UTF-8";
/* 通用样式 */
* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

/*head*/
.head-index {
  align-items: center;
}

.head-index .logo {
  line-height: 120px;
}

.head-index .headr {
  width: 1030px;
  align-items: center;
}

.head-index .headr .nav {
  width: 770px;
}

/*导航栏样式*/
.nav li {
  line-height: 120px;
  height: 120px;
  text-align: center;
  position: relative;
  z-index: 9999;
}

.nav li.lxff {
  background: none;
}

.nav li a {
  color: #333333;
  height: 120px;
  font-size: 16px;
  display: block;
  font-weight: bold;
}

.nav li a:hover {
  color: #212a67;
  text-decoration: none;
  font-weight: 600;
}

.nav .sec {
  height: 0;
  background: #212a67;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 120px;
  left: 0%;
  width: 280%;
  margin-left: -90%;
}

.nav .sec a {
  background: #212a67;
  color: #fff;
  height: 38px;
  line-height: 38px;
  border: none;
  font-size: 14px;
}

.nav .sec a:hover {
  text-decoration: none;
  color: #fff;
}

/*热门搜索*/
.sou {
  width: 200px;
  border: 1px solid #d6d6d6;
  border-radius: 30px;
  height: 33px;
}

#formsearch1 input {
  height: 33px;
  background: none;
  border: none;
  line-height: 31px;
}

#formsearch1 input#keyword {
  height: 33px;
  line-height: 31px;
  padding-left: 15px;
  color: #888888;
  width: 130px;
}

#formsearch1 input#s_btn {
  width: 50px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  background: url(../images/sou.png) no-repeat center center;
}

/*富晶智造提供*/
.put {
  text-align: center;
}

.put .put1 {
  color: #333333;
  font-size: 45px;
}

.put .put2 {
  color: #999999;
  font-size: 20px;
}

.provide-index {
  margin-top: 65px;
}

.provide-index .provide-list {
  background: #f3f3f3;
  margin-top: 45px;
}

.provide-index .provide-list li {
  width: 33.3333%;
  text-align: center;
  height: 318px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.provide-index .provide-list li .img1 {
  width: 68px;
  margin: 0 auto;
}

.provide-index .provide-list li .img1 img {
  text-align: center;
}

.provide-index .provide-list li .img1 img.im2 {
  display: none;
}

.provide-index .provide-list li .wz1 {
  color: #333333;
  font-size: 26px;
  margin-top: 25px;
}

.provide-index .provide-list li .wz2 {
  color: #999999;
  font-size: 18px;
  line-height: 24px;
  margin-top: 5px;
}

.provide-index .provide-list li:hover {
  background: #212a67;
}

.provide-index .provide-list li:hover .img1 img.im1 {
  display: none;
}

.provide-index .provide-list li:hover .img1 img.im2 {
  display: block;
}

.provide-index .provide-list li:hover .wz1 {
  color: #fff;
}

.provide-index .provide-list li:hover .wz2 {
  color: #fff;
}

/*简介*/
.ab-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  height: 821px;
  overflow: hidden;
  margin-top: 70px;
  padding-top: 65px;
}

.ab-wrap {
  margin-top: 45px;
}

.ab-wrap .abl {
  width: 552px;
}

.ab-wrap .abl h3 {
  color: #333333;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
}

.ab-wrap .abl .aw {
  margin-top: 35px;
}

.ab-wrap .abl .aw p {
  color: #666666;
  font-size: 18px;
  line-height: 26px;
}

.ab-wrap .abl .ablist1 {
  margin-top: 60px;
}

.ab-wrap .abl .ablist1 li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}

.ab-wrap .abl .ablist1 li .wz1 {
  color: #212a67;
  font-size: 90px;
  font-weight: normal;
  font-family: "Impact";
  line-height: 0.9;
  position: relative;
}

.ab-wrap .abl .ablist1 li .wz1 span {
  display: inline-block;
  position: absolute;
  line-height: 0.8;
  font-weight: normal;
  top: -10px;
  margin-left: 10px;
  font-size: 60px;
}

.ab-wrap .abl .ablist1 li .wz2 {
  color: #999999;
  font-size: 16px;
  margin-top: 20px;
}

.ab-wrap .abr {
  width: 650px;
  height: 565px;
}

/*公司图片*/
.company-img {
  margin-top: 50px;
  position: relative;
}

.company-img .tempWrap {
  width: 1300px !important;
  margin: 0 auto;
  margin-left: -17px;
}

.company-img .hd .prev {
  background: url(../images/l1.png) no-repeat top center;
  width: 20px;
  height: 31px;
  position: absolute;
  left: -50px;
  top: 85px;
}

.company-img .hd .prev:hover {
  background: url(../images/l1h.png) no-repeat top center;
}

.company-img .hd .next {
  background: url(../images/r1.png) no-repeat top center;
  width: 20px;
  height: 31px;
  position: absolute;
  right: -50px;
  top: 85px;
}

.company-img .hd .next:hover {
  background: url(../images/r1h.png) no-repeat top center;
}

.company-img .bd ul li {
  width: 300px;
  margin: 0 17px;
}

.company-img .bd ul li .img1 img {
  width: 300px;
  height: 200px;
}

.company-img .bd ul li .wz {
  text-align: center;
  color: #999999;
  font-size: 18px;
  padding: 20px 0;
}

/*product*/
.tab-con {
  position: relative;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.pro-index {
  margin-top: 40px;
}

.pro-index .pro-wrap {
  margin-top: 35px;
}

.pro-index .pro-wrap .psort {
  justify-content: center;
  margin-bottom: 50px;
}

.pro-index .pro-wrap .psort li {
  margin: 0 35px;
}

.pro-index .pro-wrap .psort li a {
  display: block;
  color: #666666;
  font-size: 20px;
  position: relative;
}

.pro-index .pro-wrap .psort li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.pro-index .pro-wrap .psort li.active a {
  color: #212a67;
}

.pro-index .pro-wrap .psort li.active a::before {
  background: #212a67;
}

.pro-index .pro-wrap .mySwiper {
  overflow: hidden;
}

.pro-index .pro-wrap .mySwiper .swiper-slide .img1 img {
  border: 1px solid #d6d6d6;
  width: 299px;
  height: 334px;
}

.pro-index .pro-wrap .mySwiper .swiper-slide .wz {
  text-align: center;
  color: #999999;
  font-size: 20px;
  padding-top: 16px;
}

.pro-index .pro-wrap .mySwiper .swiper-slide:hover .wz {
  color: #212a67;
}

.pro-index .pro-wrap .mySwiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}

.pro-index .pro-wrap .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
  border-radius: 50%;
  opacity: 1;
  margin: 0 20px;
}

.pro-index .pro-wrap .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #212a67;
}

/*验厂资料*/
.ziliao-bg {
  background: url(../images/bj2.jpg) no-repeat top center;
  height: 878px;
  overflow: hidden;
  margin-top: 70px;
  padding-top: 45px;
}

.ziliao-bg .ziliao-index .z1 {
  text-align: center;
  color: #212a67;
  font-size: 26px;
  margin-top: 45px;
}

.ziliao-bg .ziliao-index .ziliao-wrap {
  margin-top: 35px;
  align-items: center;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-left {
  background: url(../images/tt1.png) no-repeat top center;
  width: 310px;
  height: 310px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-right {
  width: 800px;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-right ul li {
  margin-bottom: 65px;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-right ul li:last-child {
  margin-bottom: 0;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-right ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-right ul li a .img1 {
  width: 86px;
  height: 86px;
  border-radius: 5px;
  background: #999999;
  text-align: center;
  line-height: 86px;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-right ul li a .wz {
  width: 685px;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-right ul li a .wz .wz1 {
  color: #333333;
  font-size: 26px;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-right ul li a .wz .wz2 {
  color: #666666;
  font-size: 18px;
  line-height: 22px;
  margin-top: 5px;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-right ul li:hover a .img1 {
  background: #212a67;
}

.ziliao-bg .ziliao-index .ziliao-wrap .ziliao-right ul li:hover a .wz .wz1 {
  color: #212a67;
}

/*合作*/
.hezuo-index {
  margin-top: 70px;
}

.hezuo-index .hezuolist {
  flex-wrap: wrap;
  margin-top: 50px;
}

.hezuo-index .hezuolist li {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-width: 1px;
  border-color: #f3f3f3;
  border-style: solid;
  background-color: white;
  margin-bottom: 40px;
}

.hezuo-index .hezuolist li .img1 img {
  width: 240px;
  height: 86px;
}

.hezuo-index .hmore {
  text-align: center;
}

.hezuo-index .hmore a {
  display: inline-block;
  color: #212a67;
  font-size: 18px;
  position: relative;
}

.hezuo-index .hmore a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #212a67;
}

.hezuo-index .hw {
  margin-top: 15px;
}

.hezuo-index .hw p {
  text-align: center;
  color: #d6d6d6;
  font-size: 12px;
  letter-spacing: 1px;
}

/**/
.tt22 {
  display: none;
}

.news-index {
  margin-top: 60px;
}

.news-index .nsort {
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 50px;
}

.news-index .nsort li {
  width: 180px;
  height: 48px;
  line-height: 48px;
  border-radius: 30px;
  margin: 0 50px;
  background: #fff url(../images/n11.png) no-repeat 32px center;
}

.news-index .nsort li:nth-of-type(2) {
  background: #fff url(../images/n22.png) no-repeat 32px center;
}

.news-index .nsort li a {
  display: block;
  color: #999999;
  font-size: 20px;
  text-indent: 68px;
}

.news-index .nsort li.cur {
  background: #212a67 url(../images/n11h.png) no-repeat 32px center;
}

.news-index .nsort li.cur:nth-of-type(2) {
  background: #212a67 url(../images/n22h.png) no-repeat 32px center;
}

.news-index .nsort li.cur a {
  color: #fff;
}

.news-index .nlist1 li {
  width: 410px;
}

.news-index .nlist1 li a {
  display: block;
}

.news-index .nlist1 li a .img1 {
  width: 410px;
  text-align: center;
  height: auto;
}

.news-index .nlist1 li a .img1 img {
  max-width: 100%;
  margin: 0 auto;

  height: auto;
  border-radius: 5px;
}

.news-index .nlist1 li a .wz1 {
  color: #333333;
  font-size: 20px;
  margin-top: 30px;
}

.news-index .nlist1 li a .wz2 {
  margin-top: 26px;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  
  padding-bottom:0px;
     text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
text-indent: 0em;
}

.news-index .nlist1 li a .wz3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
border-top: 1px solid #d6d6d6;
}

.news-index .nlist1 li a .wz3 .date {
  color: #999999;
  font-size: 16px;
}

.news-index .nlist1 li a .wz3 .more {
  width: 128px;
  height: 34px;
  line-height: 34px;
  border-radius: 30px;
  background: #fff url(../images/san.png) no-repeat 95px center;
  text-indent: 24px;
  color: #999999;
  font-size: 14px;
}

.news-index .nlist1 li:hover a .wz3 .more {
  background: #212a67 url(../images/sanh.png) no-repeat 95px center;
  color: #fff;
}

/*联系*/
.ad-bg {
  background: url(../images/bj3.jpg) no-repeat top center;
  height: 296px;
  overflow: hidden;
  margin-top: 70px;
  padding-top: 65px;
  margin-bottom: 50px;
}

.ad-bg .ad-index .adw p {
  text-align: center;
  color: #333333;
  font-size: 30px;
  line-height: 45px;
}

.ad-bg .ad-index .adtel {
  width: 162px;
  height: 46px;
  border-radius: 8px;
  margin: 0 auto;
  background: #212a67 url(../images/tt2.png) no-repeat 30px center;
  text-indent: 68px;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  margin-top: 45px;
}
.ad-bg .ad-index .adtel a{
  color: #fff;
}

.f_link {
  margin-bottom: 50px;
  color: #333;
  font-size: 14px;
}

/*foot*/
.foot-bg {
  background: #212a67;
  padding-top: 40px;
  padding-bottom: 40px;
}

.foot-bg .foot-index .flogo {
  width: 214px;
}

.foot-bg .foot-index .footr {
  width: 950px;
}

.foot-bg .foot-index .footr .fnav {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 50px;
}

.foot-bg .foot-index .footr .fnav p {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .footr .fnav p a {
  color: #fff;
  font-size: 18px;
}

.foot-bg .foot-index .footr .flx .flx1 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 32px;
  width: 630px;
}

.foot-bg .foot-index .footr .flx .flx1 a {
  color: rgba(255, 255, 255, 0.8);
}

.foot-bg .foot-index .footr .flx .flx2 img {
  width: 196px;
  height: 196px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .footr .flx .flx2 p {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

/*左侧工具条*/
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 10%;
}

#toolbar li {
  margin-bottom: 1px;
  font-size: 0;
  width: 77px;
  height: 65px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 77px;
  height: 65px;
  overflow: hidden;
  background: #212a67;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 77px;
  height: 65px;
  background-color: #212a67;
}

#toolbar li .icon-phone {
  background: url(../images/x1.png) no-repeat 50% 30%;
  width: 77px;
  height: 65px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 102px;
}

#toolbar li .icon-tel {
  background: url(../images/x2.png) no-repeat 50% 30%;
  width: 77px;
  height: 65px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 102px;
}

#toolbar li .icon-email {
  background: url(../images/x3.png) no-repeat 50% 30%;
  width: 77px;
  height: 65px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 102px;
}

#toolbar li .icon-qq {
  background: url(../images/x4.png) no-repeat 50% 30%;
  width: 77px;
  height: 65px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 102px;
}

#toolbar li .icon-top {
  background: #212a67 url(../images/x5.png) no-repeat center center;
  width: 77px;
  height: 65px;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #212a67;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #212a67;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #212a67;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #212a67;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}


/* 内页新闻列表 */

.xypg-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xypg-news-list li a{
    display: flex;
    justify-content: space-between;
}
.xypg-news-list1 li a{
    display: block;
}


.xypg-news-list li .nn_leftimg{
    width: 200px;
}
.xypg-news-list li .nn_leftimg img{
    width: 100%;
    height: auto;
}

.xypg-news-list li .nn_rightxs{
    width: calc(100% - 220px);
}

.xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.xypg-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.xypg-news-list li .more {
    margin-top: 15px;
}

.xypg-news-list li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
    color: #0069c2;
}

.xypg-news-list li:hover .more span {
    color: #fff;
    background-color: #0069c2;
}

@media (max-width: 990px) {
    .xypg-news-list li .tit {
        border-bottom: none;
    }
    .xypg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }
    .xypg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}
@media (max-width: 1500px) {
  .foot-bg .foot-index .footr .flx .flx2{
    margin-right: 100px;
  }
  .foot-bg .foot-index .footr .flx .flx2 img{
    width: 150px;
    height: 150px;
  }
}

.page-message-img {
  margin-top: 20px;
}
.page-message-img img{
  width: 100%;
}