/*初始化样式*/
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  color: #333;
  position: relative;
  font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}


input {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei';
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

table,
th,
td {
  vertical-align: middle
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}


hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


@media screen and (min-width:0px) {
  html {
    font-size: 7.8125‬%;
  }
}

@media screen and (min-width:40px) {
  html {
    font-size: 7.8125‬%;
  }
}

@media screen and (min-width:80px) {
  html {
    font-size: 15.625%;
  }
}

@media screen and (min-width:120px) {
  html {
    font-size: 23.4375%;
  }
}

@media screen and (min-width:160px) {
  html {
    font-size: 31.25%;
  }
}

@media screen and (min-width:200px) {
  html {
    font-size: 39.0625%;
  }
}

@media screen and (min-width:240px) {
  html {
    font-size: 46.875%;
  }
}

@media screen and (min-width:280px) {
  html {
    font-size: 54.6875%;
  }
}

@media screen and (min-width:320px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-width:360px) {
  html {
    font-size: 70.3125%;
  }
}

@media screen and (min-width:400px) {
  html {
    font-size: 78.125%;
  }
}

@media screen and (min-width:440px) {
  html {
    font-size: 85.9375%;
  }
}

@media screen and (min-width:480px) {
  html {
    font-size: 93.75%;
  }
}

@media screen and (min-width:520px) {
  html {
    font-size: 101.5625%;
  }
}

@media screen and (min-width:560px) {
  html {
    font-size: 109.375%;
  }
}

@media screen and (min-width:600px) {
  html {
    font-size: 117.1875‬%;
  }
}

@media screen and (min-width:640px) {
  html {
    font-size: 125%;
  }
}



/* 头部 */
.mob-head {
  background: #fff;
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mob-head .logo {
  width: 45%;
  margin-left: 10px;
}

.mob-head .logo img {
  width: 100%;
}

.mtel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 42%;
}
.mtel .mtel1 {
  width: 20%;

}
.mtel .mtel1 img {
  width: 100%;
}
.teltt {
  color: #666666;
  font-size: 14px;
}

.tels {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}



.dao {
  height: 4rem;
  line-height: 4rem;
  overflow-x: scroll;
  white-space: nowrap;
  justify-content: space-between;
  display: flex;
  background: #3a4047;
}

.dao li {
  display: inline-block;
  width: 20%;
  text-align: center;
}



.dao li a {
  font-size: 1.29rem;
	color: #ffffff;
}



.box1 {
  padding: 8% 0;
  background-color: #f7fafc;
}

.bt {
  color: #000000;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.bt2 {
  color: #1648a9;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.ads {
  margin-top: 8%;
}

.ads li {
  width: 25%;
  float: left;
  text-align: center;
}

.ads li .img {
  width: 70%;
  margin: 0 auto;
}

.ads li .img img {
  width: 100%;
  margin: 0 auto;
}

.ads li h3 {
  color: #333333;
  font-size: 16px;
  margin-top: 12px;
}


.box2 {
  padding: 8% 0 0;
}

.bten {
  color: #999999;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  background: url(../images/tt.png) no-repeat center center;
}

.product-list1 {
  width: 92%;
  margin: 0 auto;
  margin-top: 5%;
}

.product-list1 li {
  width: 48%;
  float: left;
  position: relative;
  text-align: center;
}

.product-list1 li:nth-child(2n) {
  float: right;
}

.product-list1 li .img {
  width: 100%;
  margin: 0 auto;
  border: solid 0.07rem #dcdcdc;
}

.product-list1 li .img img {
  width: 100%;
  margin: 0 auto;
}

.product-list1 li h4 {
  background: url(../images/pm.png) no-repeat;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 58px;
  z-index: 9;
}

.product-list1 li h3 {
  color: #444444;
  font-size: 14px;
  line-height: 80px;
}





.box3 {
  margin-top: 8%;
}

.box3 .cont {
  width: 92%;
  margin: 0 auto;
  margin-top: 5%;
}

.slideTxtBox .hd li {
  width: 33%;
  float: left;
  background: #3a4047;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.slideTxtBox .hd li+li {
  margin-left: 1px;
}

.slideTxtBox .hd li.on {
  background: #b60a0a;
}

.slideTxtBox .hd li.on:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #b60a0a;
  border-right: 10px solid transparent;
  top: 35px;
  right: 38%;
}

.slideTxtBox .bd {
  margin-top: 8%;
}

.slideTxtBox .bd li {}

.slideTxtBox .bd li .img {
  margin-bottom: 6%;
}

.slideTxtBox .bd li .img img {
  width: 100%;
  margin: 0 auto;
}

.slideTxtBox .bd li .img2 {
  width: 10%;
  float: left;
}

.slideTxtBox .bd li .img2 img {
  width: 100%;
  margin: 0 auto;
}

.slideTxtBox .bd li .det {
  width: 96%;
  float: right;
}

.slideTxtBox .bd li h3 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

.slideTxtBox .bd li h3 span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 12px;
}

.slideTxtBox .bd li h4 {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  line-height: 20px;
}




.box4 {
  margin-top: 10%;
  background: #f7fafc;
  padding: 8% 0;
}

.slideTxtBox2 {
  width: 92%;
  margin: 0 auto;
  margin-top: 5%;
}

.slideTxtBox2 .hd {
  border-radius: 5px;
  font-size: 0;
}

.slideTxtBox2 .hd li {
  background: #000000;
  width: 50%;
  display: inline-block;
	color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  position: relative;
  cursor: pointer;
}

.slideTxtBox2 .hd li.on {
  background: #b60a0a;
  color: #fff;
}

.slideTxtBox2 .bd {
  margin-top: 5%;
}

.xlist1 {}

.xlist1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xlist1 li .img {
  width: 45%;

}

.xlist1 li .img img {
  width: 100%;
}

.xlist1 li .det {
  width: 50%;
  margin-top: 6px;
}

.xlist1 li h3 a {
  color: #000338;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.xlist1 li span {
  display: block;
  color: #666;
  font-size: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 6px;
}


.xlist2 {
  margin-top: 10px;
}

.xlist2 li {
  border-bottom: 1px dashed #c3c3c3;
  line-height: 40px;
  background: url(../images/nt.png) no-repeat left center;
}

.xlist2 li a {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding-left: 20px;
  text-align: left;
  display: block;
}

a.nm {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  background: #b60a0a;
  border-radius: 25px;
  width: 40%;
  margin-top: 8%;
}





.box5 {
  margin-top: 10%;
}

.abpic {
  width: 92%;
  margin: 0 auto;
  margin-top: 8%;
}

.abpic img {
  width: 100%;
  margin: 0 auto;
}

.abtt {
  color: #333333;
  font-size: 20px;
  text-align: center;
  margin: 5% 0;
}

.about {
  width: 90%;
  margin: 0 auto;
  color: #666666;
  font-size: 15px;
  text-align: center;
  line-height: 22px;
}

a.am {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  background: #b60a0a;
  border-radius: 25px;
  width: 30%;
  margin-top: 8%;
}


.box6 {
  margin-top: 8%;
  background: #f2f2f2;
  padding: 5% 0;
}

.ads2 {
  width: 92%;
  margin: 0 auto;
}

.ads2 li {
  width: 100%;
  float: left;
}

.ads2 li:nth-child(2) {
  float: right;
}

.ads2 li .img {
  width: 20%;
  margin-top: 5px;
}

.ads2 li .img img {
  width: 100%;
}

.ads2 li .det {
  width: 78%;
  margin-top: 2%;
}

.ads2 li h3 {
  color: #666666;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.ads2 li span {
  display: block;
  color: #333333;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: bold;
}










.foots {
  height: 10px;
}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #242d34;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
  font-size: 0;
  padding: 5px 0;
}

.footer ul li+li {
  border-left: 1px solid #000;
}

.footer ul li.active {
  background: #b60a0a;
}



.footer ul li a {
  display: block;
}

.footer ul li .iconfont {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}

.footer ul li span {
  display: block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}



.icon-home:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/f1.png)no-repeat;
  background-size: 100% 100%;
}

.icon-phone:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/f2.png)no-repeat;
  background-size: 100% 100%;
}

.icon-fang:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/f3.png)no-repeat;
  background-size: 100% 100%;
}

.icon-contact:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/f4.png)no-repeat;
  background-size: 100% 100%;
}