/*Common For Max 1366*/
@font-face {
  font-family: 'Century_Gothic';
  src: url('../font/Century_Gothic.ttf') format('truetype');
}
* {
  font-family: 'Century_Gothic' !important;
}
.mu_swiper {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}
.pc_index {
  margin-top: 50px;
  width: 100%;
  padding: 10px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 3px #ccc;
}
.pc_index .pc_index_title {
  width: 310px;
  height: 50px;
  font-size: 18px;
  text-align: left;
  text-indent: 20px;
  background-image: url(../images/gzf/jiantou.png);
  background-position: center center;
  /* 背景图不平铺 */
  background-repeat: no-repeat;
  /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
  background-attachment: fixed;
  /* 让背景图基于容器大小伸缩 */
  background-size: cover;
  /* 设置背景颜色，背景图加载过程中会显示背景色 */
}
.pc_index .pc_index_title h3 {
  line-height: 50px;
  color: #fff;
}
.mu_info1 {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
}
.mu_info1 .title {
  font-size: 32px;
  font-weight: bold;
}
.mu_info1 span {
  font-size: 22px;
  font-weight: bold;
}
.video {
  margin-top: 30px;
}
.mu_info2 {
  position: relative;
  background-color: #d5d5d5;
  border-radius: 10px;
  width: 100%;
  height: 140px;
  margin-top: 30px;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}
.mu_info2 p {
  text-align: center;
}
.mu_info2 p span {
  font-size: 16px;
  font-weight: bold;
}
.mu_info2 img {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
.serve_box {
  margin: 20px auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.serve_box .serv_item {
  width: 22%;
  border: solid 1px #8597ba;
  border-radius: 14px;
  position: relative;
  transform: scale(1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1);
  -webkit-transform: all 1s ease 0s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
}
.serve_box .serv_item img {
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.serve_box .serv_item span {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-weight: bold;
  transform: translate(-50%, -50%);
  z-index: 1000;
  color: #ffffff;
  text-shadow: 0px 4px 3px rgba(27, 36, 128, 0.2);
  text-transform: uppercase;
}
.serve_box .serv_item:hover {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: all 1s ease 0s;
  -webkit-transform: scale(1.1);
  /*放大1.3倍*/
  transition-duration: 0.5s;
}
@media screen and (min-width: 1200px) {
  .mu_swiper {
    width: 100%;
    height: 500px;
    margin-top: 30px;
  }
  .pc_index {
    margin-top: 50px;
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 3px #ccc;
  }
  .pc_index .pc_index_title {
    width: 310px;
    height: 50px;
    font-size: 18px;
    text-align: left;
    text-indent: 20px;
    background-image: url(../images/gzf/jiantou.png);
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
    /* 设置背景颜色，背景图加载过程中会显示背景色 */
  }
  .pc_index .pc_index_title h3 {
    line-height: 50px;
    color: #fff;
  }
  .mu_info1 {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .mu_info1 .title {
    font-size: 36px;
    font-weight: bold;
  }
  .mu_info1 .title span {
    font-size: 32px;
  }
  .mu_info1 span {
    font-size: 22px;
    font-weight: bold;
  }
  .video {
    margin-top: 30px;
  }
  .mu_info2 {
    position: relative;
    background-color: #d5d5d5;
    border-radius: 10px;
    width: 100%;
    height: 140px;
    margin-top: 30px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .mu_info2 p {
    text-align: center;
  }
  .mu_info2 p span {
    font-size: 16px;
    font-weight: bold;
  }
  .mu_info2 img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
  }
  .serve_box {
    margin: 20px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .serve_box .serv_item {
    width: 22%;
    border: solid 1px #8597ba;
    border-radius: 14px;
    position: relative;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
  }
  .serve_box .serv_item img {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .serve_box .serv_item span {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    z-index: 1000;
    color: #ffffff;
    text-shadow: 0px 4px 3px rgba(27, 36, 128, 0.2);
    text-transform: uppercase;
  }
  .serve_box .serv_item:hover {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    /*放大1.3倍*/
    transition-duration: 0.5s;
  }
}
@media only screen and (max-device-width: 1200px) and (orientation: landscape) {
  .mu_swiper {
    width: 100%;
    height: 500px;
    margin-top: 30px;
  }
  .pc_index {
    margin-top: 50px;
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 3px #ccc;
  }
  .pc_index .pc_index_title {
    width: 310px;
    height: 50px;
    font-size: 18px;
    text-align: left;
    text-indent: 20px;
    background-image: url(../images/gzf/jiantou.png);
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
    /* 设置背景颜色，背景图加载过程中会显示背景色 */
  }
  .pc_index .pc_index_title h3 {
    line-height: 50px;
    color: #fff;
  }
  .mu_info1 {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .mu_info1 .title {
    font-size: 32px;
    font-weight: bold;
  }
  .mu_info1 span {
    font-size: 22px;
    font-weight: bold;
  }
  .video {
    margin-top: 30px;
  }
  .mu_info2 {
    position: relative;
    background-color: #d5d5d5;
    border-radius: 10px;
    width: 100%;
    height: 140px;
    margin-top: 30px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .mu_info2 p {
    text-align: center;
  }
  .mu_info2 p span {
    font-size: 16px;
    font-weight: bold;
  }
  .mu_info2 img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
  }
  .serve_box {
    margin: 20px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .serve_box .serv_item {
    width: 22%;
    border: solid 1px #8597ba;
    border-radius: 14px;
    position: relative;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
  }
  .serve_box .serv_item img {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .serve_box .serv_item span {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-shadow: 2px 2px #f6f6f6;
    text-transform: uppercase;
  }
  .serve_box .serv_item:hover {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    /*放大1.3倍*/
    transition-duration: 0.5s;
  }
}
@media only screen and (min-device-width: 500px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mu_swiper {
    width: 100%;
    height: 500px;
    margin-top: 30px;
  }
  .pc_index {
    margin-top: 50px;
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 3px #ccc;
  }
  .pc_index .pc_index_title {
    width: 310px;
    height: 50px;
    font-size: 18px;
    text-align: left;
    text-indent: 20px;
    background-image: url(../images/gzf/jiantou.png);
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
    background-attachment: fixed;
    /* 让背景图基于容器大小伸缩 */
    background-size: cover;
    /* 设置背景颜色，背景图加载过程中会显示背景色 */
  }
  .pc_index .pc_index_title h3 {
    line-height: 50px;
    color: #fff;
  }
  .mu_info1 {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .mu_info1 .title {
    font-size: 32px;
    font-weight: bold;
  }
  .mu_info1 span {
    font-size: 22px;
    font-weight: bold;
  }
  .video {
    margin-top: 30px;
  }
  .mu_info2 {
    position: relative;
    background-color: #d5d5d5;
    border-radius: 10px;
    width: 100%;
    height: 140px;
    margin-top: 30px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .mu_info2 p {
    text-align: center;
  }
  .mu_info2 p span {
    font-size: 16px;
    font-weight: bold;
  }
  .mu_info2 img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
  }
  .serve_box {
    margin: 20px auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .serve_box .serv_item {
    width: 22%;
    border: solid 1px #8597ba;
    border-radius: 14px;
    position: relative;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: hidden;
  }
  .serve_box .serv_item img {
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .serve_box .serv_item span {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    transform: translate(-50%, -50%);
    z-index: 1000;
    text-shadow: 2px 2px #f6f6f6;
    text-transform: uppercase;
  }
  .serve_box .serv_item:hover {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    /*放大1.3倍*/
    transition-duration: 0.5s;
  }
}
@media only screen and (max-width: 1499px) {
  .wp {
    width: 100%;
  }
  .ul-txt03 li a {
    margin: 0 15px;
  }
}
/*Common For Max 1600*/
@media only screen and (max-width: 1365px) {
  .row-b1 .col-l {
    width: 264px;
  }
  .row-b1 .col-r {
    margin-left: 300px;
  }
  .m-txt1 .txt {
    margin-right: 0;
  }
}
/*Common For Max 960*/
@media only screen and (max-width: 1199px) {
  body {
    padding-top: 80px;
  }
  .wp {
    width: 100%;
  }
  .kf {
    display: none;
  }
  /*头部*/
  .hdr {
    width: 78%;
  }
  .yunu-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    z-index: 999;
  }
  /*首页*/
  .ul-txt03 li a {
    margin: 0 5px;
    padding: 40px 27px;
  }
  .ul-txt03 li .txt h3 {
    font-size: 22px;
  }
  .banner .slick-arrow {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    -o-background-size: auto 15px;
    -ms-background-size: auto 15px;
    -moz-background-size: auto 15px;
    -webkit-background-size: auto 15px;
    background-size: auto 15px;
  }
  .ul-txt01 li .pic {
    margin-top: 14px;
  }
  .ul-txt01 li .box {
    padding: 0 25px;
  }
  .ul-txt01 li .txt h3 {
    font-size: 20px;
  }
  .ul-txt01 li .txt p {
    font-size: 14px;
  }
  .g-tit01 h3 {
    font-size: 32px;
  }
  .m-pic01 .item {
    padding: 50px 0;
  }
  .ul-news01 {
    padding-left: 30px;
  }
  .g-tit02 {
    font-size: 32px;
  }
  .m-txt01 {
    margin: 0 -8px -20px;
  }
  .m-txt01 .item .txt {
    margin: 0 8px;
  }
  .fd-txt p {
    font-size: 12px;
  }
  .fd-nav a.btn {
    font-size: 14px;
    width: 140px;
  }
  .fd-nav ul li a {
    font-size: 14px;
  }
  .ul-news01 li:last-child {
    display: none;
  }
  .g-tit01 p {
    font-size: 15px;
  }
  /*内页*/
  .h50 {
    display: block;
  }
  .yunu-link {
    display: block;
  }
  .m-news1 .box h1 {
    font-size: 22px;
  }
  .m-pic1 {
    width: 350px;
  }
  .view .swiper-slide .imgauto {
    height: 300px;
    line-height: 300px;
  }
}
/*Common For Max 768*/
@media only screen and (max-width: 959px) {
  body {
    padding-top: 50px;
  }
  /*头部*/
  .yunu-header .tel {
    display: none;
  }
  .yunu-header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  }
  .yunu-header .logo {
    height: 50px;
    line-height: 50px;
  }
  .yunu-header .logo img {
    max-height: 35px;
  }
  .menuBtn {
    display: block;
    width: 10%;
    float: right;
    margin-top: 5px;
  }
  .banner {
    margin-top: 0px;
  }
  .yunu-nav {
    float: none;
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #5174cf;
    margin-top: 0;
  }
  .yunu-nav > li {
    float: none;
    width: auto;
    margin: 0px;
  }
  .yunu-nav .yunu-nav1 {
    width: 100% !important;
    margin: 0px !important;
  }
  .yunu-nav > li > a {
    color: #fff;
    width: auto;
    display: block;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #fff;
  }
  .yunu-nav > li > a.v1 {
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(../images/icon7.png);
  }
  .yunu-nav > li.on > a,
  .yunu-nav > li:hover > a {
    color: #fff;
  }
  .yunu-nav > li:hover > a {
    background-color: #28b78d;
  }
  .yunu-nav > li a.v1.on {
    background-image: url(../images/icon7-hover.png);
  }
  .yunu-nav dl {
    padding-top: 0;
    margin: 0;
    position: static;
    background-color: rgba(0, 0, 0, 0);
  }
  .yunu-nav dl:after {
    display: none;
  }
  .yunu-nav dl dd a {
    text-align: left;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #f79646;
    font-size: 14px;
  }
  .yunu-nav dl dd.first a,
  .yunu-nav dl dd.last a {
    border-radius: 0;
  }
  .yunu-nav li:hover dl {
    display: none;
  }
  .yunu-nav dl dd a:hover {
    color: #fff;
    background-color: #ff7908;
  }
  /*友情链接*/
  .m-link1 .item:first-child {
    margin-bottom: 10px;
  }
  /*首页*/
  .ul-txt03 li {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .ul-txt03 li:nth-child(2n) {
    margin-top: 0;
  }
  .ul-txt03 li a {
    max-width: 400px;
    margin: 0 auto;
  }
  .ul-txt03 li .txt h3 {
    font-size: 20px;
  }
  .ul-txt01 li .box {
    padding: 0 12px;
  }
  .ul-txt01 li .pic {
    margin-top: 9px;
  }
  .ul-txt01 li .txt {
    padding-left: 15px;
  }
  .ul-txt01 li .txt h3 {
    font-size: 18px;
  }
  .ul-txt01 li .txt p {
    font-size: 12px;
  }
  .g-tit01 {
    padding: 25px 0 0;
  }
  .g-tit01 h3 {
    font-size: 26px;
  }
  .m-pic01 .item {
    padding: 25px 0;
  }
  .row-a3 {
    margin: 25px 0;
  }
  .m-list03 .g-tit02 {
    float: none;
  }
  .ul-tab01 {
    float: none;
    text-align: center;
    font-size: 0;
    padding-top: 15px;
  }
  .ul-tab01 li {
    float: none;
    display: inline-block;
  }
  .m-news01 img {
    width: 100%;
  }
  .tab_tab01 .col-r {
    float: none;
    width: auto;
  }
  .tab_tab01.show {
    padding: 15px 0;
  }
  .ul-news01 {
    padding-left: 0;
  }
  .row-a4 {
    padding-bottom: 25px;
  }
  .g-tit02 {
    font-size: 30px;
  }
  .m-txt01 {
    margin-bottom: 25px;
  }
  .fd-top {
    display: none;
  }
  .row-a5 {
    margin-top: 25px;
  }
  .ul-news01 li:last-child {
    display: block;
  }
  .ul-txt03 {
    padding: 25px 0;
  }
  /*内页*/
  .ban {
    height: 300px;
  }
  .row-b1 .col-l {
    float: none;
    width: auto;
  }
  .row-b1 .col-r {
    margin-left: 0;
  }
  .g-titIns1 {
    font-size: 18px;
  }
  .snv {
    margin-bottom: 15px;
  }
  .ul-newslist {
    display: none;
  }
  .m-info {
    display: none;
  }
  .dbn {
    display: none;
  }
  .m-news1 .box h1 {
    font-size: 18px;
  }
  .m-txt3 {
    display: none;
  }
  .m-message {
    margin: 20px auto 0;
  }
}
/*Common For Max 480*/
@media only screen and (max-width: 767px) {
  /*首页*/
  .ul-txt03 li .txt h3 {
    font-size: 18px;
  }
  .banner .slick-dots {
    bottom: 5%;
  }
  .m-list01 {
    padding-bottom: 0;
  }
  .ul-txt01 li {
    width: 50%;
    border-right: 0;
    margin-bottom: 20px;
  }
  .ul-txt01 li .pic {
    float: none;
    width: 58px;
    height: 58px;
    margin: 0 auto;
  }
  .ul-txt01 li .txt {
    padding-left: 0;
  }
  .ul-txt01 li .txt h3 {
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .ul-txt01 li .txt p {
    display: none;
  }
  .g-tit01 h3 {
    font-size: 22px;
  }
  .g-tit01 h4 {
    font-size: 18px;
  }
  .row-a4 {
    margin: 5px 0;
    background-color: #fff;
  }
  .ul-pic01 {
    display: none;
  }
  .ul-pic02 {
    margin: 0 -6px;
    display: block !important;
  }
  .ul-pic02 li {
    width: auto;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    margin: 6px;
    border-radius: 5px;
  }
  .ul-pic02 li .pic {
    padding-top: 80%;
  }
  .ul-pic02 li .pic img {
    width: 100%;
    height: 100%;
  }
  .g-tit02 {
    font-size: 28px;
  }
  .m-txt01 {
    margin: 0 0px;
  }
  .m-txt01 .item .txt {
    padding: 0px 0px 30px;
    margin: 0;
  }
  .m-txt01 .item .txt h3 {
    font-size: 16px;
  }
  .m-txt01 .item .txt span {
    margin-bottom: 10px;
  }
  .yunu-footer .copy {
    text-align: center;
  }
  .yunu-footer .copy p {
    float: none;
    font-size: 14px;
  }
  .yunu-footer .copy a {
    display: none;
  }
  .row-a2 {
    display: none;
  }
  .ul-txt03 {
    padding: 10px 0;
  }
  .m-txt01 .item:hover {
    top: 0;
  }
  /*内页*/
  .ban {
    display: none;
    height: 0;
  }
  .g-cur {
    height: 30px;
    line-height: 30px;
  }
  .row-b1 {
    padding: 20px 0 36px;
  }
  .row-b1 .col-l {
    display: none;
  }
  .ul-imgtxt-01 li {
    width: 50%;
  }
  .m-news1 .box h1 {
    font-size: 16px;
  }
  .ul-pages1 {
    margin: 20px 0;
  }
  .ul-news1 li {
    float: none;
    width: auto;
  }
  .ul-news1 li .tit {
    margin: 0 !important;
  }
  .ul-newslist li .txt p {
    font-size: 12px;
    line-height: normal;
  }
  .m-message label span {
    float: none;
    margin-right: 15px;
  }
  .btn-1 {
    padding-left: 90px;
  }
  .m-message label.code input {
    float: none;
  }
  .m-message label.mes span {
    position: relative;
    top: -55px;
    z-index: 3;
  }
  .m-message label.code input {
    width: 30% !important;
    margin-right: 10px;
  }
  .m-pic1 {
    float: none;
    width: auto;
    margin: 10px 0;
    overflow: hidden;
  }
  .m-pic1-for .item {
    height: auto;
  }
  .m-txt1 {
    padding-left: 0;
    margin-top: 20px;
  }
}
.yunu-nav1 {
  margin: 0 2% 0 7% !important;
  width: 12% !important;
}
.yunu-nav2 {
  width: 8% !important;
  margin: 0 !important;
}
/*Common For Max 320*/
@media only screen and (max-width: 479px) {
  /*头部*/
  .yunu-nav1 {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .yunu-nav2 {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .yunu-nav2 a span {
    border: none !important;
    color: #fff !important;
    padding: 0px !important;
  }
  /*友情链接*/
  .m-link1 {
    padding: 10px 0;
  }
  /*首页*/
  .ul-txt03 li .txt h3 {
    padding: 15px 0;
  }
  .ul-txt03 li .txt p {
    margin: 15px 0;
    font-size: 14px;
    line-height: normal;
  }
  .ul-txt03 li a {
    padding: 20px;
    margin: 0;
  }
  .ul-tab01 {
    margin: 0 -5px;
  }
  .ul-tab01 li {
    width: 50%;
  }
  .ul-tab01 li a {
    font-size: 14px;
    margin: 0 5px;
  }
  .ul-news01 li .txt {
    padding-left: 15px;
  }
  .ul-news01 li .time {
    width: 80px;
    height: 80px;
  }
  .ul-news01 li .time span {
    padding-top: 12px;
  }
  /*内页*/
  .row-b1 {
    padding: 10px 0 16px;
  }
  .m-chanpin {
    margin-bottom: 15px;
  }
  .ul-imgtxt-01 {
    margin: 0 -5px;
  }
  .ul-imgtxt-01 li {
    margin-top: 10px;
  }
  .ul-imgtxt-01 li a {
    margin: 0 5px;
  }
  .m-list3 {
    padding: 10px 0;
  }
  .m-content .txt {
    line-height: 24px;
  }
  .m-news1 .txt {
    line-height: 24px;
  }
  .ul-newslist li {
    padding: 15px 0;
  }
  .ul-newslist li .tit {
    margin-bottom: 15px;
  }
  .ul-newslist li .tit .time {
    font-size: 12px;
  }
  .ul-newslist li .tit a {
    font-size: 14px;
  }
  .m-message {
    margin: 10px auto 0;
  }
  .m-message label input.inp,
  .m-message label textarea,
  .m-message label.code input {
    width: 66%;
  }
  .m-message label {
    margin-bottom: 10px;
  }
  .ul-imgtxt-01 li a p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .m-txt1 .txt {
    padding-bottom: 10px;
  }
  .m-txt1 .txt p {
    margin-bottom: 0;
  }
  .m-list02 {
    margin-top: 0px;
  }
  .ul-txt3 li {
    margin: 0;
  }
  .m-list-03 {
    margin-top: 15px;
    padding-top: 13px;
  }
  .m-list-03 .con .pic {
    height: auto;
    line-height: normal;
  }
  .m-list-03 .con .txt h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .preview .swiper-slide {
    width: 33.33%;
  }
  .view .swiper-slide .imgauto {
    height: auto;
    line-height: normal;
  }
  .m-news1 .box .desc span {
    margin: 0;
  }
  .ul-pages1 li {
    float: none !important;
    margin-bottom: 10px;
  }
  .jj {
    padding-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .jjl {
    width: 100% !important;
  }
  .jjr {
    width: 100% !important;
  }
  .jjl1 {
    width: 100% !important;
  }
  .jjr1 {
    width: 100% !important;
  }
  .jjc {
    line-height: 1.5rem;
    font-size: 15px !important;
    margin: 10px auto 20px;
  }
  .jjm {
    line-height: 1.5rem;
    font-size: 15px !important;
    border: #5174cf 1px solid;
    padding: 5px 20px;
    color: #5174cf;
  }
  .jjm:hover {
    background-color: #5174cf;
    color: #fff;
  }
  .yyc {
    line-height: 1.5rem;
    font-size: 15px !important;
    margin: 10px auto 20px;
  }
  .yym {
    line-height: 1.5rem;
    font-size: 15px !important;
    border: #5174cf 1px solid;
    padding: 5px 20px;
    color: #5174cf;
  }
  .yyc br {
    height: 1px;
    display: inline;
    line-height: 1px;
  }
  .jjc br {
    height: 1px;
    display: inline;
    line-height: 1px;
  }
  .yym:hover {
    background-color: #5174cf;
    color: #fff;
  }
  .m-txt01 {
    padding: 0;
  }
  .ab {
    padding-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .abl {
    width: 100% !important;
  }
  .abr {
    width: 100% !important;
  }
  .abwz {
    line-height: 1.5rem;
    font-size: 15px !important;
    margin: 10px auto 0px;
  }
  .yyl {
    width: 100%;
  }
  .yybt {
    font-size: 16px;
    font-weight: bold;
    line-height: 2rem;
    text-align: center;
  }
  .yyr {
    width: 100%;
  }
  .yyl1 {
    width: 100%;
  }
  .yyr1 {
    width: 100%;
  }
  .tb {
    padding: 0px;
  }
}
