body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: ”;
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  *font-size: 100%;
}
legend {
  color: #000;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('../fonts/SourceHanSansCN-Medium.otf');
}
/* header */
header {
  width: 100%;
  height: 0px;
  background: rgba(255, 255, 255, 0.55);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.15);
  transition: height 0.5s linear;
  overflow: hidden;
}
header .logo {
  width: 30%;
  float: left;
  margin-top: 15px;
  margin-left: 5%;
  display: none;
}
header .logo img {
  height: 50px;
  width: auto;
  margin: 5px 0;
  ;
  transition: 0.5s;
}
nav {
  width: 50%;
  float: right;
}
nav ul li {
  width: 20%;
  float: left;
  text-align: center;
  line-height: 60px;
  display: none;
}
nav ul li b {
  font-weight: 500;
}
nav ul li .yiji {
  color: #212121;
}
nav ul li:hover .yiji {
  color: #8f1d22;
}
nav ul li dl {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: none;
  position: relative;
  z-index: 9999;
}
nav ul li:hover dl {
  display: block;
}
nav ul li dl dd {
  transition: 0.5s;
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
}
nav ul li dl dd:hover {
  background: rgba(255, 255, 255, 0.5);
}
nav ul li dl dd a {
  color: #fff;
}
nav ul li dl dd:hover a {
  color: #212121;
}
/* header ul{ float:right; width:45%; margin-right:1%; }
header ul li{ float:left;width:20%;text-align: center; line-height: 60px;}
header nav ul li a{ width:100%; line-height:60px; text-align:center;display:block; color:#212121; font-size:18px;} 
header nav ul li b{ font-weight: 500; display: block;}
header ul li dl{ width:100%; background:rgba(0,0,0,0.35); display: none;}
header ul li dl dd{ width:100%; line-height: 35px;display: block;}
header ul li dl dd a{color:#fff; }

header ul li:hover a{ color:#8f1d22;}
header ul li:hover dl{ display: block;}
.ttel{ float:right; margin-top:40px;} */
/* header ul li i{ width:100%; height: 3px; background: #8f1d22; display: block; transform: scale(0); transition:0.3s; }
header ul li:hover i{ transform: scale(1);} */
/* nav ul li a{  line-height:130px; text-align:center;display:block; color:#212121; font-size:18px;} 
nav ul li b{ font-weight:100; display:block;}
nav ul li span{ font-style:normal;}
nav ul li:hover a{ background:#666;} */
.header1 {
  display: none;
}
.fixedTop {
  height: 60px;
  position: fixed;
  z-index: 99999;
}
.fixedTop .logo {
  margin-top: 2px;
  transition: 0.5s;
  display: block;
}
.fixedTop .logo img {
 height: 50px;
width: auto;
margin: 5px 0;
}
.fixedTop ul li {
  line-height: 60px;
  display: block;
}
/* banner */
.banner {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100vh;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide .bannerimg {
  width: 100%;
  height: 100%;
}
.bannerbj {
  width: 100%;
  height: 100%;
  margin-bottom: -10px;
}
.bannertu {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
.bannertu h5 {
  font-size: 90px;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 25%;
  line-height: 66px;
}
.bannertu h5 span {
  font-size: 35px;
  line-height: 66px;
}
.bannertu1 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bannertu1 img {
  position: absolute;
  top: 37%;
  left: 10%;
}
/* .bannertu1 h5{  font-size:56px; color:#fff;position: absolute; top:50%; left:16%; }
.bannertu1 h4{ font-size:56px; color:#000;position: absolute; top:50.1%; left:16.1%; }
.bannertu1 i{ width:300px; height: 2px; background:#fff; display: block; position: absolute;top:58%; left:16%;} */
.bannertu2 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bannertu2 img {
  position: absolute;
  top: 25%;
  left: 43%;
}
/* .bannertu2 h5{  font-size:64px; color:#fff;position: absolute; top:30%; left:50%; }
.bannertu2 h4{  font-size:64px; color:#000;position: absolute; top:30.1%; left:50.1%; }
.bannertu2 i{ width:300px; height: 2px; background:#fff; display: block; position: absolute;top:38%; left:50%;} */
.swiper-button-next {
  width: 50px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  color: #8f1d22;
}
.swiper-button-prev {
  width: 50px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  color: #8f1d22;
}
.swiper-pagination {
  font-size: 15px;
  color: #fff;
}
.bannerbj .bannerimg {
  width: 100%;
  height: 100%;
  ;
  transition: 0.5s;
}
.swiper-slide:hover .bannerbj .bannerimg {
  transition: scale(1.1);
}
/* product */
.product {
  width: 100%;
  height: auto;
}
.product .pubCon {
  position: relative;
  width: 1400px;
  margin: 60px auto;
  overflow: hidden;
}
.prozhe {
  width: 100%;
  height: 320px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 4.5s;
}
.prozheactive {
  position: absolute;
  left: 1400px;
}
.pubTit {
  width: 100%;
  float: left;
  overflow: hidden;
}
.pubTit p {
  font-size: 40px;
  color: #212121;
  font-family: 'SourceHanSansCN-Medium';
}
.proxian {
  width: 100%;
  height: 320px;
  background: url(../images/proquxian.png) no-repeat center;
  padding: 30px 0px;
}
.proxian ul li {
  position: relative;
}
.proxian ul li:nth-child(1) .proicon {
  position: absolute;
  top: 0px;
  left: 130px;
}
.proxian ul li .proicon img {
  width: 130px;
  height: auto;
}
.proLwen {
  width: 213px;
  height: 137px;
  text-align: center;
}
.proLwen h2 {
  font-size: 26px;
  color: #212121;
  margin-top: 40px;
}
.proLwen p {
  font-size: 16px;
  color: #444;
  margin-top: 10px;
  width: 96%;
  margin-left: 2%;
}
.proxian ul li:nth-child(1) .proicon {
  position: absolute;
  top: -20px;
  left: 100px;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.3s;
}
.proxian ul li:nth-child(1) .proLwen {
  position: absolute;
  top: 130px;
  left: 40px;
  background: url(../images/prokuang.png) no-repeat center;
  background-size: 100%;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.6s;
}
.proxian ul li:nth-child(2) .proicon {
  position: absolute;
  top: 160px;
  left: 310px;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.9s;
}
.proxian ul li:nth-child(2) .proLwen {
  position: absolute;
  top: 0px;
  left: 270px;
  background: url(../images/prokuang1.png) no-repeat center;
  background-size: 100%;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 1.2s;
}
.proxian ul li:nth-child(2) .proLwen h2 {
  margin-top: 10px;
}
.proxian ul li:nth-child(3) .proicon {
  position: absolute;
  top: -20px;
  left: 540px;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 1.5s;
}
.proxian ul li:nth-child(3) .proLwen {
  position: absolute;
  top: 140px;
  left: 480px;
  background: url(../images/prokuang.png) no-repeat center;
  background-size: 100%;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 1.8s;
}
.proxian ul li:nth-child(4) .proicon {
  position: absolute;
  top: 160px;
  left: 750px;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 2.1s;
}
.proxian ul li:nth-child(4) .proLwen {
  position: absolute;
  top: -10px;
  left: 700px;
  background: url(../images/prokuang1.png) no-repeat center;
  background-size: 100%;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 2.4s;
}
.proxian ul li:nth-child(4) .proLwen h2 {
  margin-top: 10px;
}
.proxian ul li:nth-child(5) .proicon {
  position: absolute;
  top: -20px;
  left: 945px;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 2.7s;
}
.proxian ul li:nth-child(5) .proLwen {
  position: absolute;
  top: 150px;
  left: 910px;
  background: url(../images/prokuang.png) no-repeat center;
  background-size: 100%;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 3.0s;
}
.proxian ul li:nth-child(6) .proicon {
  position: absolute;
  top: 160px;
  left: 1160px;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 3.3s;
}
.proxian ul li:nth-child(6) .proLwen {
  position: absolute;
  top: -10px;
  left: 1085px;
  background: url(../images/prokuang1.png) no-repeat center;
  background-size: 100%;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 3.6s;
}
.proxian ul li:nth-child(6) .proLwen h2 {
  margin-top: 10px;
}
.protixi {
  display: none;
}
/* case */
.case {
  width: 100%;
  overflow: hidden;
}
.case .pubCon {
  margin: 30px auto;
  width: 1400px;
  overflow: hidden;
}
.case .pubTit {
  margin-bottom: 20px;
}
.case_swiper {
  width: 100%;
  height: auto;
}
.case_swiper .swiper-slide {
  width: 33%;
  height: 296px;
  margin-right: 0.3%;
  position: relative;
  overflow: hidden;
}
.case_swiper .swiper-slide a {
  width: 100%;
}
.case_swiper .swiper-slide .casepic {
  width: 100%;
  height: 300px;
  overflow: hidden;
  ;
}
.case_swiper .swiper-slide .casepic img {
  width: 100%;
  min-height: 300px;
}
.casezhe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 82%;
  left: 0px;
  background: rgba(0, 0, 0, 0.65);
  transition: 0.5s;
}
.casezhe .casewen h2 {
  font-size: 18px;
  color: #fff;
  margin-left: 5px;
  margin-top: 5px;
}
.casezhe .casewen span {
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
  margin-bottom: 30px;
  display: block;
}
.case_swiper .swiper-slide:hover .casezhe {
  top: 0px;
}
.case_swiper .swiper-slide:hover .casezhe h2 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 20px;
  margin-left: 15%
}
.case_swiper .swiper-slide:hover .casezhe span {
  font-size: 18px;
  margin-bottom: 30px;
  margin-left: 15%;
}
.case_swiper .swiper-slide .casezhe .casemore {
  width: 35%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 30px;
  transition: 0.5s;
  margin-left: 20%;
}
.case_swiper .swiper-slide .casezhe .casemore a {
  font-size: 14px;
  color: #fff;
  width: 100%;
  display: block;
}
.case_swiper .swiper-slide .casezhe .casemore:hover {
  background: #8f1d22;
  border: 1px solid #8f1d22;
}
.m_caseswiper {
  display: none;
}
.case_swiper {
  display: block;
}
/* about */
.about .pubCon {
  width: 1400px;
  margin: 60px auto;
  overflow: hidden;
}
.about {
  width: 100%;
  height: 100vh;
  background: url(https://aision-sp.oss-cn-qingdao.aliyuncs.com/zyfl/abbj.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.aboutzhe {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
.about .pubTit {
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
  margin-top: 15%;
  text-align: center;
}
.about .pubTit p {
  color: #fff;
  font-size: 60px;
}
.about .pubTit i {
  width: 5%;
  height: 1px;
  display: block;
  background: #fff;
  margin: 15px auto;
}
.abtext {
  position: relative;
  z-index: 99;
  margin-top: 5%;
  margin-bottom: 5%;
}
.abtext p {
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  text-align: justify;
  text-align: center;
  fo nt-weight: 100;
}
.abmore {
  width: 50%;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  position: relative;
  z-index: 999;
  margin: 70px 25% 0px;
  border-radius: 5px;
  transition: 0.5s;
  margin-bottom: 18%;
}
.abmore a {
  color: #fff;
  width: 100%;
  display: block;
  font-weight: 100;
}
.abmore:hover {
  background: #fff;
}
.abmore:hover a {
  color: #8f1d22;
}
/* daoshi */
.daoshi {
  width: 100%;
}
.daoshi .pubCon {
  width: 1400px;
  margin: 60px auto 0px;
  overflow: hidden;
}
.daoshi ul {
  width: 100%;
}
.daoshi ul li {
  width: 28%;
  height: auto;
  float: left;
  margin-right: 8%;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  margin-top: 20px;
}
.daoshi ul li:nth-child(3n) {
  margin-right: 0px;
}
.daoshi ul li .dsimg {
  width: 100%;
  height: 534px;
}
.daoshi ul li .dsimg img {
  width: 100%;
}
.daoshi ul li .daoshitext {
  width: 100%;
  height: 534px;
  position: absolute;
  left: 0px;
  top: 490px;
  background: rgba(0, 0, 0, 0.65);
  transition: 0.5s;
}
.daoshi ul li .daoshitext h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  padding: 2%
}
.daoshi ul li .daoshitext p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  padding: 2%;
}
.daoshi ul li:hover .daoshitext {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.45);
}
/* bangong */
.bangong {
  width: 100%;
  overflow: hidden;
}
.bangong .pubCon {
  width: 1400px;
  margin: 60px auto;
  overflow: hidden;
}
.bangong .pubTit {
  margin-bottom: 40px;
}
.bgLeft {
  width: 760px;
  height: auto;
  float: left;
}
.bfLeftimg {
  width: 760px;
  height: 475px;
  overflow: hidden;
}
.bfLeftimg img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.bgLeft:hover img {
  transform: scale(1.1);
}
.bgLeft p {
  font-size: 20px;
  color: #333;
  line-height: 50px;
  font-family: 'SourceHanSansCN-Medium';
}
.bgLeft p span {
  font-size: 20px;
}
.bgRight {
  width: 554px;
  height: auto;
  float: right;
}
.bfRigimg {
  width: 554px;
  height: 475px;
  float: right;
  overflow: hidden
}
.bfRigimg img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.bgRight:hover img {
  transform: scale(1.1);
}
.bgRight p {
  font-size: 20px;
  color: #333;
  line-height: 50px;
  font-family: 'SourceHanSansCN-Medium';
}
.bgRight p span {
  font-size: 20px;
}
.tabbtn {
  width: 100%;
  height: 60px;
  margin-top: 60px;
}
.tabbtn li {
  width: 25%;
  float: left;
}
.tabbtn li a {
  display: block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  width: 100%x;
  text-align: left;
  font-size: 26px;
  color: #666;
}
.tabbtn li.current a {
  color: #333;
  font-weight: 600;
}
.tabcon {
  position: relative;
  height: 550px;
  overflow: hidden;
  width: 100%;
  float: left;
}
.tabcon .subbox {
  position: absolute;
  left: 0;
  top: 0;
}
.tabcon .sublist {
  float: left;
}
#leftcon .subbox {
  width: 9999em;
}
#leftcon .subbox .sublist {
  width: 1400px;
  float: left;
}
.sublist {
  width: 100%;
  float: left;
  height: 5550px;
  margin-top: 15px;
}
.sublist li {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.sublist li span {
  margin: 0 5px 0 0;
  font-family: "宋体";
  font-size: 12px;
  font-weight: 400;
  color: #ddd;
}
/* jigou */
.jigou {
  width: 100%;
  height: 800px !important;
  position: relative;
  overflow: hidden;
}
.jigou .pubCon {
  width: 1400px;
  margin: 60px auto;
  overflow: hidden;
}
.jigou #particles-js {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}
.jigou_swiper {
  width: 1400px;
  height: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -700px;
  margin-top: -350px;
  z-index: 999;
}
.jigou_swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
/* footer */
footer {
  width: 100%;
  height: 45px;
  background: #212121;
  text-align: center;
}
footer .pubCon {
  margin: 0 auto;
  width: 1400px;
}
.f_lianxi {
  text-align: center;
}
.f_lianxi p {
  font-size: 15px;
  color: #fff;
  line-height: 45px;
  float: left;
  width: 25%;
}
.copyright {
  width: 100%;
  height: 40px;
  background: #111;
  line-height: 40px;
  overflow: hidden;
}
.copyright .pubCon {
  margin: 0 auto;
}
.copyright p {
  font-size: 14px;
  color: #fff;
  float: left;
  margin-left: 30%;
}
.copyright p a {
  color: #fff;
}
.copyright img {
  margin-top: 5px;
  margin-left: 10px;
}
/* *************************************内页样式 ***********************************************/
.bannernei {
  width: 100%;
  height: auto;
  position: relative;
}
.bannertu3 img {
  position: absolute;
  top: 38%;
  left: 43%;
}
.abweizhi {
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-top: -80px;
  position: relative;
  z-index: 9;
}
.abweizhi .pubCon {
  width: 1400px;
  margin: 0 auto;
  height: 80px;
  background: rgba(255, 255, 255, 0.75);
}
.abweizhi .pubCon p {
  font-size: 36px;
  font-family: 'SourceHanSansCN-Medium';
  color: #212121;
  text-align: center;
}
.chuangshi .abweizhi .pubCon {
  width: 1400px;
  margin: 0 auto;
  height: 80px;
  background: rgba(0, 0, 0, 0.55);
}
.chuangshi .abweizhi .pubCon p {
  font-size: 36px;
  font-family: 'SourceHanSansCN-Medium';
  color: #fff;
  text-align: center;
}
/* 
.weizhi{ width:100%; height: 60px; border-bottom:1px solid #ddd; background:#f8f8f8;}
.weizhi i img{ display: block; float:left; margin-right:5px; width:40px; height: 40px; margin-top:10px; }
.weizhi h3{ font-size:26px; color:#333;float:left; margin-right:15px; line-height: 60px;}
.weizhi ul li{ float:left;padding:0px 2%; line-height: 60px;}
.weizhi ul li a{ font-size:17px; color:#333; width:100%; height: 60px; display: block; }
.weizhi ul li:hover a{ color:#ff9000;}
.weizhi ul li i{ width:100%; height: 3px; background: #ff9000; display: block; transform: scale(0); transition:0.3s; }
.weizhi ul li:hover i{ transform: scale(1);} */
.position {
  float: right;
  line-height: 60px;
  font-size: 15px;
  color: #666;
}
.position a {
  color: #666;
  font-size: 15px;
}
.position a:hover {
  color: #ff9000;
}
/* .abLeft{ width:25%; margin-top:50px; float:left;}
.abLeft h3{ font-size:26px; color:#333; text-align: center; line-height: 80px; width:100%; background:rgba(255,255,255,0.9);}
.abLeft ul li{ width:100%; height: 70px; background:rgba(255,255,255,0.55); text-align: center; line-height: 70px;transition:0.75s; border-bottom:1px solid #666;}
.abLeft ul li a{ color:#212121; display: block;}
.abLeft ul li:hover{ background:rgba( 255,255,255,0.75);}

.abRight{ width:73%; float:right; margin-bottom:50px; } */
.abCon {
  width: 100%;
  height: 100vh;
  background: url(../images/abbj.jpg) no-repeat center bottom;
  background-size: 100% 100%;
  padding-top: -5px;
  position: relative;
}
.abCon2{
  height: auto; 
}
.abconzhe {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0px;
}
.abCon .pubCon {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.abCon .pubCon h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
.abCon .pubCon .jianjie {
  padding-bottom: 50px;
}
.abCon .pubCon .jianjie p {
  font-size: 18px;
  color: #fff;
  text-align: justify;
  line-height: 45px;
  text-indent: 2em;
}
.abCon .pubCon .jiyu p {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 40px;
}
.chuangshi {
  width: 100%;
  height: auto; /**/ background: url(../images/abneibj.jpg) no-repeat center;
  background-size: 100% 100%;
  padding-top: -5px;
  position: relative;
}
.chuangshi .pubCon {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.chuangshi .pubCon h2 {
  font-size: 40px;
  color: #212121;
  ma rgin: 100px 0px 50px;
  text-align: center;
}
.chuangshi .pubCon .jiyu {
  overflow: hidden;
  padd ing-bottom: 30px;
}
.chuangshi .pubCon .jiyu p {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 50px;
  width: 60%;
  float: left;
}
.chuangshi .pubCon .jiyu img {
  width: 30%;
  float: right;
  margin-top: 20px;
}
.abmNav {
  display: none;
}
.wenhua {
  width: 100%;
  height: 100vh;
  background: url(../images/abneibj1.jpg) no-repeat center;
  background-size: 100% 100%;
}
/* .wenhua .pubCon{ width:1400px; margin:0 auto ; position: relative; z-index: 999;}
.wenhua .pubCon h2{ font-size: 34px; color:#212121; margin:100px 0px 50px; text-align: center; }
.wenhua .pubCon p{ font-size:20px; color:#333;text-align: left; line-height: 50px; margin-left:35%}
.wenhua .pubCon span{font-size:24px; font-weight: 600;} */
.Cul_left {
  width: 25%;
  float: left;
  margin-top: 30px;
}
.Cul_left img {
  width: 100%
}
.Cul_right {
  width: 70%;
  float: right;
  margin-top: 50px;
}
.Cul_right .abcyj {
  margin-top: 50px;
}
.Cul_right .abcyj li {
  width: 32%;
  float: left;
  text-align: center;
  margin-right: 1%
}
.Cul_right .abcyj li .abcicon {
  width: 100%;
}
.Cul_right .abcyj li .abcicon img {
  width: 20%;
}
.Cul_right .abcyj li h4 {
  font-size: 20px;
  color: #212121;
  margin: 15px 0px 8px;
}
.Cul_right .abcyj li p {
  font-size: 16px;
  color: #666;
}
.jiangexian {
  width: 60%;
  height: 10px;
  border-bottom: 1px dashed #999;
  margin-left: 20%;
  margin-top: 30px;
}
.Cul_right h3 {
  font-size: 36px;
  color: #333;
  float: left;
  margin: 30px 0px 20px;
  width: 100%;
  text-align: center;
}
.Cul_right .jzg {
  margin-top: 30px;
  text-align: center;
}
.Cul_right .jzg li {
  width: 100%;
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.Cul_right .jzg li b {
  font-size: 18px;
  color: #212121;
}
.Cul_right .jzg li p {
  font-size: 16px;
  margin-top: 5px;
}
/*.Cul_right .yuanjing li{ width:100%; background:url(../images/cululbj.png) no-repeat center; height: 125px; margin-top:80px;}
.Cul_right .yuanjing li .culliy{ width:12%; float:left; font-size:26px; color:#212121; margin-left:8.5%; line-height: 125px; font-weight: 600;}
.Cul_right .yuanjing li  p{ font-size:30px; color:#212121; line-height: 125px;}

 .jzg h3{ font-size:28px; color:#212121; text-align: center; width:100%; line-height: 80px; margin-top:60px; font-weight: 600;}
.jzg .jzgbj li{ width:23%; height: 235px; background: url(../images/jiazhiguanbj.png) no-repeat center; background-size:100%; text-align: center; float:left; margin-right:2%;}
.jzg .jzgbj li h4{ font-size:20px; color:#212121;  font-weight: 600;  padding-top:60px;}
.jzg .jzgbj li p{ width:78%; padding-left:22%; font-size:16px; margin-top:10px; text-align: justify;} */
/*shuzi*/
.csshuju {
  width: 100%;
  min-height: 460px;
  margin-top: 60px;
}
.csshuju h2 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 30px;
  font-family: 'SourceHanSansCN-Medium';
}
.abshuzi {
  width: 100%;
  background: url(../images/abshubj.jpg) no-repeat center;
  position: relative;
}
.shuzi {
  position: relative;
}
.fl_listbox {
  width: 100%;
}
.fl_list {
  position: relative;
  z-index: 10;
  height: 120px;
  width: 1200px;
  margin: 0 auto;
}
.fl_list .fl_item {
  position: relative;
  font-size: 18px;
  display: block;
  height: 100%;
  float: left;
  width: 33.3%;
  text-align: center;
}
.fl_list .fl_item .li_box {
  border-bottom: 1px #ddd dashed;
  margin-top: 10px;
  border-right: 1px dashed #ddd;
}
.fl_list .fl_item:nth-child(3n) .li_box {
  border-right: none;
}
.fl_list .fl_item:nth-of-type(2n) p {
  color: #333;
}
.fl_list .fl_item:after {
  content: '';
  display: block;
  margin-top: 100%;
}
.fl_list .fl_tit a {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10%;
}
.fl_list .fl_item:hover .fl_tit a p {
  opacity: 0;
  color: #333;
}
.fl_list .fl_item .img {
  width: 210px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.fl_list .fl_item .img img {
  width: 200px;
  display: block;
  height: 160px;
  transition: 0.3s all;
  padding: 3px;
}
/*数字*/
.fl_tit {
  margin: 8px 0;
}
.fl_tit ul li:nth-child(4) {
  border-right-style: none;
}
.fl_titx .li_box {
  padding-top: 20px;
}
.sjiconk {
  float: left;
  width: 10%;
  text-align: right;
  margin-top: 10px;
  margin-left: 30%;
}
.sjtext {
  float: left;
  width: 60%;
  text-align: left;
  padding-left: 3%;
}
.sjtext p {
  font-size: 16px;
}
.fl_tit .div1 .span1 {
  font-size: 36px;
  color: #ff9000;
  font-family: "Arial";
  font-weight: 600;
}
.fl_tit .div1 .span3 {
  font-size: 16px;
  color: #333;
  font-family: "Arial";
}
.fl_tit .div2 p .span2 {
  font-size: 16px;
  color: #333;
}
.newsCon {
  width: 100%;
  margin-bottom: 40px;
}
.newsCon .pubCon {
  width: 1400px;
  margin: 0 auto;
}
.newsNav {
  display: none;
}
.newsCon ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.newsCon ul li {
  width: 440px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.newsCon ul li:nth-child(3n) {
  margin-right: 0px;
}
.newsCon ul li .newimg {
  width: 440px;
  height: 293px;
  overflow: hidden;
}
.newsCon ul li .newimg img {
  width: 100%;
  height: auto;
  min-height: 293px;
  transition: 0.5s;
}
.newsCon ul li:hover .newimg img {
  transform: scale(1.1);
}
.newsCon ul li h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  line-height: 35px;
}
.newsCon ul li p {
  font-size: 15px;
  color: #666;
}
.fadate {
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #999;
  line-height: 45px;
}
.fadate p {
  color: #888 !important;
}
/*pages*/
.pagination-wrapper {
  margin: 20px 0;
}
.pagination {
  text-align: center;
}
.pagination a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  border: 1px solid #dddddd;
  padding: 0 12px;
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  margin-bottom: 5px;
}
.pagination .page-num-current, .pagination a:hover {
  background: #2b6fa7;
  color: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 16px;
  text-decoration: none;
}
.pagination .page-status {
  margin-right: 5px;
}
.pagination .page-numbar span.page-num {
  display: none;
}
.cityCon {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.cityCon .pubCon {
  width: 1400px;
  margin: 0 auto;
}
.cityCon ul {
  margin-top: 50px;
}
.cityCon ul li {
  width: 25%;
  /* width: 14.28%; */
  float: left;
  position: relative;
  margin-bottom: 3%;
}
.cityCon ul li:nth-child(2n) {
  margin-right: 0px;
}
.cityCon ul li .cityimg {
  width: 100%;
}
.cityCon ul li .cityimg img {
  width: 100%;
}
.cityCon ul li .cityzhe {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.55);
  transform: scale(0);
  transition: 0.5s;
}
.cityCon ul li .cityzhe h3 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 15%;
}
.cityCon ul li .cityzhe p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.cityCon ul li:hover .cityzhe {
  transform: scale(1);
}
.mcity {
  display: none;
}
.proCon {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.proCon .pubCon {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.proCon .pubCon .proxian {
  margin-top: 50px;
  margin-bottom: 50px;
}
.protaocan {
  margin-top: 60px;
  position: relative;
}
.protaocan h2 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 30px;
  font-family: 'SourceHanSansCN-Medium';
  margin-top: 80px;
}
.taocanimg {
  width: 100%;
  text-align: center;
}
.protaocan ul {
  position: absolute;
  top: 160px;
  width: 100%;
}
.protaocan ul li {
  width: 25%;
  height: auto;
  padding: 1.5%;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.protaocan ul li h4 {
  font-size: 18px;
  color: #212121;
  width: 100%;
  height: 40px;
  background: #ddd;
  line-height: 40px;
  font-weight: 600;
  border-radius: 20px;
  text-align: center;
}
.protaocan ul li span {
  font-size: 16px;
  color: #ff9000;
  display: block;
  margin: 10px 0px;
}
.protaocan ul li p {
  font-size: 16px;
  color: #333;
}
.protaocan ul li:nth-child(2) {
  position: absolute;
  top: 340px;
  left: 0px;
}
.protaocan ul li:nth-child(3) {
  position: absolute;
  top: 0px;
  right: 0px;
}
.protaocan ul li:nth-child(4) {
  position: absolute;
  top: 340px;
  right: 0px;
}
.otherpro {
  margin-top: 60px;
  position: relative;
  min-height: 900px;
}
.otherpro h2 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 30px;
  font-family: 'SourceHanSansCN-Medium';
  margin-top: 80px;
}
.otherimg {
  width: 100%;
  text-align: center;
}
.otherimg img {
  width: 45%;
}
.qitapro ul {
  position: absolute;
  top: 100px;
  width: 100%;
}
.qitapro ul li {
  width: 25%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.qitapro ul li h4 {
  font-size: 18px;
  color: #212121;
  width: 100%;
  height: 40px;
  background: #ddd;
  line-height: 40px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
}
.qitapro ul li span {
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  display: block;
  width: 100%;
  text-align: center;
  color: #ff9000
}
.qitapro ul li p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 26px;
  padding: 0px 10px 10px;
}
.qitapro ul li:nth-child(2) {
  margin-top: 20px;
}
.qitapro ul li:nth-child(3) {
  position: absolute;
  left: 27%;
  top: 550px;
  width: 45%;
}
.qitapro ul li:nth-child(4) {
  position: absolute;
  right: 0px;
  top: 230px;
}
.qitapro ul li:nth-child(5) {
  position: absolute;
  right: 0px;
  top: 0px;
}
/* .proNav{ width:100%; margin-top:50px; overflow: hidden; }
.proNav ul li{ width:24%; height: 60px; border:1px solid #ddd; border-radius:30px; float: left; margin-right:1.25%; margin-bottom:20px; transition:0.75s;}
.proNav ul li:nth-child(4n){ margin-right:0px;}
.proNav ul li .proNicon{ width:60px; height: 60px; float:left; transition:0.5s;}
.proNav ul li .proNicon img{ width:100%; height: auto;}
.proNav ul li h3{ font-size:20px; color:#333; line-height: 60px; text-align: center; font-weight:600;}
.proNav ul li:hover{ background:#eee;}
.proNav ul li:hover .proNicon{ margin-left:5%;} */
/* .proliebiao{ width:100%; overflow: hidden; margin-top:30px;}
.proliebiao ul li{ width:335px; float:left;margin-right:20px; margin-bottom: 30px;}
.proliebiao ul li:nth-child(4n){ margin-right:0px;}
.proliebiao ul li .proimg{ width:335px; height: 240px;overflow: hidden;}
.proliebiao ul li .proimg img{ width:100%; height: auto; min-height: 240px; transition:0.5s;}
.proliebiao ul li:hover .proimg img{ transform: scale(1.1);}
.proliebiao ul li h3{ font-size:18px; color:#212121;  line-height: 35px; text-align: center;}
.proliebiao ul li:hover h3{ font-weight: 600;} */
.page {
  margin-left: 30%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page a {
  padding: 1% 2%;
  border: 1px solid #ddd;
  margin-right: 10px;
  color: #333;
  border-radius: 5px;
  transition: 0.5s;
}
.page a:hover {
  background: #666;
  color: #fff;
}
.proxiangqing {
  margin-top: 50px;
}
.proxiangqing h3 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.proxiangqing p {
  font-size: 16px;
  color: #333;
  line-height: 35px;
}
.proxqimg {
  max-width: 100%;
  text-align: left;
}
.proxqimg p {
  text-align: justify;
}
.proxqimg img {
  max-width: 100%;
  margin: 15px auto;
  width: 800px !important;
  height: auto !important;
}
/* 针对笔记本 */
@media (max-width:1450px) {
  header {
    width: 100%;
    height: 0px;
  }
  header .logo {
    width: 20%;
    float: left;
    margin-top: 5px;
    margin-left: 5%;
  }
  header .logo img {
    width: 90px;
    transition: 0.5s;
  }
  /* header ul{ float:right; width:50%; margin-right:2%; }
  header ul li{ float:left;width:16%;text-align: center; line-height: 60px;}
  header nav ul li a{  line-height:60px; text-align:center;display:block; color:#212121; font-size:18px;} 
  header nav ul li b{ font-weight: 500; display: block;} */
  /* header ul li i{ width:100%; height: 3px; background: #8f1d22; display: block; transform: scale(0); transition:0.3s; }
  header ul li:hover i{ transform: scale(1);} 
  header ul li:hover a{ color:#8f1d22;}*/
  nav {
    width: 70%;
    float: right;
  }
  nav ul li {
    width: 20%;
    float: left;
    text-align: center;
    line-height: 60px;
    display: none;
  }
  nav ul li b {
    font-weight: 500;
  }
  nav ul li .yiji {
    color: #212121;
  }
  nav ul li:hover .yiji {
    color: #8f1d22;
  }
  nav ul li dl {
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: none;
    position: relative;
    z-index: 9999;
  }
  nav ul li:hover dl {
    display: block;
  }
  nav ul li dl dd {
    transition: 0.5s;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
  }
  nav ul li dl dd:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  nav ul li dl dd a {
    color: #fff;
  }
  nav ul li dl dd:hover a {
    color: #212121;
  }
  .fixedTop {
    height: 60px;
  }
  .fixedTop .logo {
    margin-top: 2px;
    transition: 0.5s;
  }
  .fixedTop .logo img {
    width: 90px;
    height: auto;
  }
  .fixedTop ul li {
    line-height: 60px;
  }
  .bannertu {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
  }
  .bannertu h5 {
    font-size: 76px;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 17%;
    line-height: 66px;
  }
  .bannertu h5 span {
    font-size: 35px;
    line-height: 66px;
  }
  .bannertu1 {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .bannertu1 img {
    position: absolute;
    top: 37%;
    left: 7%;
    width: 60%;
  }
  /* .bannertu1 h5{  font-size:56px; color:#fff;position: absolute; top:50%; left:16%; }
  .bannertu1 h4{ font-size:56px; color:#000;position: absolute; top:50.1%; left:16.1%; }
  .bannertu1 i{ width:300px; height: 2px; background:#fff; display: block; position: absolute;top:58%; left:16%;} */
  .bannertu2 {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .bannertu2 img {
    position: absolute;
    top: 25%;
    left: 42%;
    width: 50%;
  }
  .product .pubCon {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
  }
  .product {
    width: 100%;
    height: auto;
  }
  .product .pubCon {
    position: relative;
    width: 1200px;
  }
  .product .prozhe {
    width: 100%;
    height: 320px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 4.5s;
  }
  .prozheactive {
    position: absolute;
    left: 1200px;
  }
  .pubTit {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .pubTit p {
    font-size: 36px;
  }
  .proxian {
    width: 100%;
    height: 320px;
    background: url(../images/proquxian.png) no-repeat center;
    background-size: 100%;
    padding: 30px 0px;
  }
  .proxian ul li {
    position: relative;
  }
  .proxian ul li:nth-child(1) .proicon {
    position: absolute;
    top: 0px;
    left: 130px;
  }
  .proxian ul li .proicon img {
    width: 100px;
    height: auto;
  }
  .proLwen {
    width: 190px;
    height: 122px;
    text-align: center;
  }
  .proLwen h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  .proLwen p {
    font-size: 14px;
    margin-top: 5px;
    width: 96%;
    margin-left: 2%;
  }
  .proxian ul li:nth-child(1) .proicon {
    position: absolute;
    top: -20px;
    left: 100px;
  }
  .proxian ul li:nth-child(1) .proLwen {
    position: absolute;
    top: 130px;
    left: 40px;
  }
  .proxian ul li:nth-child(2) .proicon {
    position: absolute;
    top: 160px;
    left: 280px;
  }
  .proxian ul li:nth-child(2) .proLwen {
    position: absolute;
    top: 0px;
    left: 240px;
  }
  .proxian ul li:nth-child(3) .proicon {
    position: absolute;
    top: -20px;
    left: 460px;
  }
  .proxian ul li:nth-child(3) .proLwen {
    position: absolute;
    top: 140px;
    left: 410px;
  }
  .proxian ul li:nth-child(4) .proicon {
    position: absolute;
    top: 160px;
    left: 650px;
    ;
  }
  .proxian ul li:nth-child(4) .proLwen {
    position: absolute;
    top: -10px;
    left: 600px;
  }
  .proxian ul li:nth-child(5) .proicon {
    position: absolute;
    top: -20px;
    left: 815px;
    ;
  }
  .proxian ul li:nth-child(5) .proLwen {
    position: absolute;
    top: 150px;
    left: 780px;
  }
  .proxian ul li:nth-child(6) .proicon {
    position: absolute;
    top: 160px;
    left: 980px;
  }
  .proxian ul li:nth-child(6) .proLwen {
    position: absolute;
    top: -10px;
    left: 925px;
  }
  .protixi {
    display: none;
  }
  .swiper-button-next {
    width: 35px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    color: #8f1d22;
  }
  .swiper-button-prev {
    width: 35px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    color: #8f1d22;
  }
  .swiper-pagination {
    font-size: 15px;
    color: #fff;
  }
  .case .pubCon {
    width: 1200px;
  }
  .case_swiper .swiper-slide {
    height: 250px;
  }
  .casezhe {
    top: 80%;
  }
  .m_caseswiper {
    display: none;
  }
  .case_swiper {
    display: block;
  }
  .case_swiper .swiper-slide .casepic {
    width: 100%;
    height: 285px;
    overflow: hidden;
    ;
  }
  .case_swiper .swiper-slide .casepic img {
    width: 100%;
    min-height: 285px;
  }
  .about .pubCon {
    width: 1200px;
    margin: 50px auto;
  }
  .about .pubTit p {
    color: #fff;
    font-size: 56px;
  }
  /* daoshi */
  .daoshi .pubCon {
    width: 1000px;
  }
  .daoshi ul {
    width: 100%;
  }
  .daoshi ul li {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 20px;
  }
  .daoshi ul li:nth-child(3n) {
    margin-right: 0px;
  }
  .daoshi ul li .dsimg {
    width: 100%;
    height: 400px;
  }
  .daoshi ul li .dsimg img {
    width: 100%;
  }
  .daoshi ul li .daoshitext {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0px;
    top: 360px;
    background: rgba(0, 0, 0, 0.65);
    transition: 0.5s;
  }
  .daoshi ul li .daoshitext h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    padding: 2%;
  }
  .daoshi ul li .daoshitext p {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    padding: 0% 2%;
  }
  .bangong .pubCon {
    width: 1000px;
    margin: 50px auto 0px;
    overflow: hidden;
  }
  .bgLeft {
    width: 550px;
    height: auto;
    float: left;
    ;
  }
  .bfLeftimg {
    width: 550px;
    height: 425px;
    overflow: hidden;
  }
  .bfLeftimg img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
  }
  .bgLeft p {
    font-size: 18px;
  }
  .bgLeft p span {
    font-size: 22px;
  }
  .bgRight {
    width: 400px;
    height: auto;
    float: left;
    margin-left: 50px;
  }
  .bfRigimg {
    width: 400px;
    height: 425px;
    float: left;
    overflow: hidden
  }
  .bfRigimg img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
  }
  .bgRight p {
    font-size: 22px;
  }
  .bgRight p span {
    font-size: 22px;
  }
  #leftcon .subbox .sublist {
    width: 1200px;
  }
  /* jigou */
  .jigou {
    width: 100%;
    height: 700px !important;
    position: relative;
    overflow: hidden;
  }
  .jigou .pubCon {
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
  }
  .jigou #particles-js {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.35;
  }
  .jigou_swiper {
    width: 1200px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -300px;
    z-index: 999;
  }
  footer {
    width: 100%;
    height: 45px;
    background: #212121;
    text-align: center;
  }
  footer .pubCon {
    margin: 0 auto;
    width: 1000px;
  }
  .f_lianxi p {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    float: left;
    width: auto;
    height: 45px;
    margin-right: 5%;
  }
  .copyright p {
    font-size: 14px;
    color: #fff;
    float: left;
    margin-left: 30%;
  }
  /* *************************************内页样式 ***********************************************/
  .bannernei {
    width: 100%;
    height: auto;
    position: relative;
  }
  .bannertu3 img {
    position: absolute;
    top: 38%;
    left: 43%;
    width: 16%;
  }
  .abCon .pubCon {
    width: 1100px !important;
  }
  .abCon .pubCon h2 {
    font-size: 32px;
  }
  .chuangshi .pubCon .jiyu img {
    width: 40%;
  }
  /* .wenhua{ width:100%; height: 100%;} */
  .Cul_left {
    width: 25%;
    float: left;
    margin-top: 80px;
  }
  .Cul_right .abcyj li p {
    font-size: 15px;
    color: #666;
  }
  .Cul_right h3 {
    font-size: 30px;
    color: #333;
    float: left;
    margin: 30px 0px 20px;
    width: 100%;
    text-align: center;
  }
  .proCon .pubCon {
    width: 1100px !important;
  }
  .proliebiao ul li {
    width: 255px;
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
  }
  .proliebiao ul li:nth-child(4n) {
    margin-right: 0px;
  }
  .proliebiao ul li .proimg {
    width: 255px;
    height: 183px;
    overflow: hidden;
  }
  .proliebiao ul li .proimg img {
    width: 100%;
    height: auto;
    min-height: 183px;
    transition: 0.5s;
  }
  .proNav ul li h3 {
    font-size: 18px;
  }
  .proliebiao ul li h3 {
    font-size: 16px;
  }
  .newsCon .pubCon {
    width: 1100px;
    margin: 0 auto;
  }
  .newsCon ul li {
    width: 340px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .newsCon ul li .newimg {
    width: 100%;
    height: 226px;
    overflow: hidden;
  }
  .newsCon ul li .newimg img {
    width: 100%;
    height: auto;
    min-height: 226px;
    transition: 0.5s;
  }
  .newsCon ul li h3 {
    font-size: 18px;
    ;
  }
  .cityCon .pubCon {
    width: 1100px;
    margin: 0 auto;
  }
  .sjtext {
    padding-left: 5%;
  }
}
/* 针对移动端 */
@media (max-width:992px) {
  /* .cityCon ul li {
    width: 33.33%;
  } */
  .pubCon {
    width: 96%;
    margin: 0px auto;
  }
  header {
    display: block;
  }
  .fixedTop {
    display: none;
  }
  .header1 {
    display: block;
    overflow: visible;
  }
  .top1 {
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.75);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.15);
    display: block;
    overflow: visible;
  }
  .top1 .logo {
    float: left;
    width: 30%;
    margin-top: 0px;
    margin-top: 3px;
    margin-left: 5%;
  }
  .top1 .logo img {
    width: 70%;
    float: left;
    margin-top: 5px;
  }
  .top1nav {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 60px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: visible !important;
  }
  .top1nav ul {
    width: 100%;
    margin-left: 0px;
    float: none;
    display: block;
  }
  .top1nav ul li {
    float: none;
    width: 100%;
    text-align: center;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block !important;
  }
  .top1 nav ul li a {
    line-height: 45px;
    color: #fff !important;
  }
  .top1nav ul li dl {
    display: none;
  }
  /*.top1 nav ul li b{ font-weight: 500; display: block;}
  .top1 nav ul li span{ display: none;}
  .btn{ display:block;} */
  .top1 .btn {
    width: 40px;
    height: 40px;
    border: 1px solid #888;
    position: absolute;
    right: 10px;
    top: 13px;
    border-radius: 3px;
    overflow: hidden;
  }
  .top1 .btn i {
    width: 34px;
    height: 34px;
    display: block;
    margin: 4px auto;
  }
  .top1 .btn i img {
    width: 100%;
    height: auto;
  }
  .banner {
    position: relative;
    top: 60px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
  }
  .bannertu {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
  }
  .bannertu h5 {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 10%;
    line-height: 66px;
  }
  .bannertu h5 span {
    font-size: 18px;
    line-height: 66px;
  }
  .bannertu1 {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .bannertu1 img {
    position: absolute;
    top: 30%;
    left: 7%;
    width: 60%;
  }
  /* .bannertu1 h5{  font-size:56px; color:#fff;position: absolute; top:50%; left:16%; }
   .bannertu1 h4{ font-size:56px; color:#000;position: absolute; top:50.1%; left:16.1%; }
   .bannertu1 i{ width:300px; height: 2px; background:#fff; display: block; position: absolute;top:58%; left:16%;} */
  .bannertu2 {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .bannertu2 img {
    position: absolute;
    top: 22%;
    left: 46%;
    width: 50%;
  }
  .swiper-button-next {
    width: 20px;
    height: 30px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.3);
    color: #8f1d22;
    overflow: hidden;
  }
  .swiper-button-prev {
    width: 20px;
    height: 30px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.3);
    color: #8f1d22;
    overflow: hidden;
  }
  /* .fixedTop{ height: 70px; }
.fixedTop .logo{ margin-top:11px;}
.fixedTop .logo img{ width:80%; height: auto;}
.fixedTop ul li{ line-height: 35px;}
.fixedTop .ttel{ margin-top:23px;} */
  .abCon .pubCon {
    width: 96%;
  }
  .abmNav {
    width: 100%;
    overflow: hidden;
    height: 40px;
    display: block;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .abmNav ul li {
    width: 32%;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ff9000;
    margin-right: 1%;
    text-align: center;
  }
  .abmNav ul li a {
    color: #ff9000;
    display: block;
    width: 100%;
  }
  /* product */
  .product {
    width: 100%;
    margin-top: 60px;
  }
  .product .pubCon {
    width: 96%;
    margin: 0px auto;
  }
  .prozhe {
    display: none;
  }
  .proxian {
    display: none;
  }
  .protixi {
    display: block;
  }
  .protixi img {
    width: 100%;
  }
  .pubTit p {
    font-size: 20px;
  }
  .case {
    width: 100%;
    overflow: hidden;
  }
  .case .pubCon {
    margin: 0px auto;
    width: 96%;
    overflow: hidden;
  }
  .case .pubTit {
    margin-bottom: 20px;
  }
  .case_swiper {
    width: 100%;
    height: auto;
  }
  .case_swiper .swiper-slide {
    width: 49%;
    height: auto;
    margin-right: 1%;
    position: relative;
    overflow: hidden;
  }
  .case_swiper .swiper-slide a {
    width: 100%;
  }
  .case_swiper .swiper-slide .casepic {
    width: 100%;
    height: 75px;
    overflow: hidden;
    ;
  }
  .case_swiper .swiper-slide .casepic img {
    width: 100%;
    min-height: 75px;
  }
  .casezhe {
    display: none;
  }
  .casezhe .casewen h2 {
    font-size: 14px;
    margin-top: 5px;
  }
  .casezhe .casewen span {
    display: none;
  }
  .case_swiper .swiper-slide .casezhe .casemore {
    display: none;
  }
  .m_caseswiper {
    display: block;
  }
  .about {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
  }
  .about .pubCon {
    width: 96%;
    margin: 30px auto;
  }
  .aboutzhe {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
  }
  .about .pubTit {
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
    margin-top: 20px;
    text-align: center;
  }
  .about .pubTit p {
    color: #fff;
    font-size: 24px;
  }
  .about .pubTit i {
    width: 15%;
    height: 1px;
    display: block;
    background: #fff;
    margin: 10px auto;
  }
  .abtext p {
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 99;
    line-height: 30px;
    text-align: justify;
    text-align: center;
  }
  .abmore {
    width: 50%;
    height: 35px;
    border: 1px solid #fff;
    line-height: 35px;
    text-align: center;
    position: relative;
    z-index: 999;
    margin: 30px 25% 0px;
    border-radius: 5px;
    transition: 0.5s;
  }
  .abmore a {
    color: #fff;
    width: 100%;
    display: block;
  }
  .tabbtn li a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #666;
  }
  .tabbtn li.current a {
    color: #333;
    font-weight: 600;
  }
  /* daoshi */
  .daoshi .pubCon {
    width: 96%;
    margin: 30px auto 0px;
    overflow: hidden;
  }
  .daoshi ul {
    width: 100%;
  }
  .daoshi ul li {
    width: 48%;
    height: auto;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 20px;
  }
  .daoshi ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .daoshi ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .daoshi ul li .dsimg {
    width: 100%;
    height: 235px;
  }
  .daoshi ul li .dsimg img {
    width: 100%;
  }
  .daoshi ul li .daoshitext {
    width: 100%;
    height: 235px;
    position: absolute;
    left: 0px;
    top: 200px;
    background: rgba(0, 0, 0, 0.65);
    transition: 0.5s;
  }
  .daoshi ul li .daoshitext h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding: 0% 2%;
    line-height: 35px;
  }
  .daoshi ul li .daoshitext p {
    display: none;
  }
  .daoshi ul li:hover .daoshitext {
    width: 100%;
    height: 235px;
    position: absolute;
    left: 0px;
    top: 200px;
  }
  .bangong {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .bangong .pubCon {
    width: 96%;
    margin: 30px auto 0px;
    overflow: hidden;
  }
  .tabcon {
    position: relative;
    height: 400px;
    overflow: hidden;
    width: 100%;
    float: left;
  }
  #leftcon .subbox .sublist {
    width: 100%;
    float: left;
  }
  .bgLeft {
    width: 100%;
    float: none;
  }
  .bfLeftimg {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .bfLeftimg img {
    width: 100%;
    height: 100%;
  }
  .bgLeft p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 6px;
  }
  .bgLeft p span {
    font-size: 18px;
    font-weight: 600;
  }
 
  /*.bgLeft p:nth-child(2){position: absolute; top:350px; left:0px}
 .bgLeft p:nth-child(3){position: absolute; top:380px;left:0px}
.bgLeft p:nth-child(4){position: absolute; top:410px;left:0px} */
  .bgRight {
    width: 100%;
    height: 50px !important;
    float: none;
    margin: 0px;
    display: none;
  }
  .bfRigimg {
    display: none;
  }
  .bgRight p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
  }
  .bgRight p span {
    font-size: 18px;
    font-weight: 600;
  }
  /* jigou */
  .jigou {
    width: 100%;
    height: 300px !important;
    position: relative;
    overflow: hidden;
    to p: -120px;
  }
  .jigou .pubCon {
    width: 96%;
    margin: 30px auto;
    overflow: hidden;
  }
  .jigou #particles-js {
    display: none;
  }
  .jigou_swiper {
    width: 100%;
    height: 240px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    margin-top: -120px;
    z-index: 999;
  }
  /* footer */
  footer {
    width: 100%;
    height: 120px;
    background: #212121;
    margin-top: -30px;
  }
  footer .pubCon {
    width: 96%;
    margin: 30px auto;
    overflow: hidden;
  }
  .f_lianxi {
    width: 100%;
    float: none;
    margin-top: 0px;
    text-align: left;
  }
  .f_lianxi p {
    font-size: 14px;
    float: none;
    color: #fff;
    line-height: 30px;
    height: 30px;
  }
  .copyright {
    width: 100%;
    height: 80px;
    background: #111;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
  }
  .copyright .pubCon {
    margin: 0 auto;
    width: 100%;
  }
  .copyright p {
    font-size: 14px;
    color: #fff;
    float: none;
    margin-left: 0%;
  }
  .copyright p b {
    display: block
  }
  .copyright img {
    display: none;
  }
  /* 内页 */
  .abweizhi {
    width: 100%;
    height: 0px;
    line-height: 0px;
    margin-top: 60px;
    position: relative;
    z-index: 9;
  }
  .abweizhi .pubCon {
    width: 96%;
    margin: 0 auto;
    height: 40px;
    background: rgba(255, 255, 255, 0.75);
  }
  .abweizhi .pubCon p {
    font-size: 18px;
    font-family: 'SourceHanSansCN-Medium';
    color: #212121;
    text-align: center;
  }
  .chuangshi .abweizhi .pubCon {
    width: 96%;
    margin: 0 auto;
    height: 0px;
    background: rgba(0, 0, 0, 0.55);
  }
  .chuangshi .abweizhi .pubCon p {
    font-size: 18px;
    font-family: 'SourceHanSansCN-Medium';
    color: #fff;
    text-align: center;
  }
  .abCon {
    width: 100%;
    height: 100%;
    background: url(../images/abbj.jpg) no-repeat center bottom;
    background-size: 100% 100%;
    padding-top: -5px;
    position: relative;
  }
  .abmNav {
    position: relative;
    z-index: 9;
  }
  .abconzhe {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 0px;
  }
  .abCon .pubCon {
    width: 96% !important;
    height: auto;
    margin-bottom: 30px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding-top: 15px;
  }
  .abCon .pubCon h2 {
    font-size: 30px;
    color: #fff;
    margin: 30px 0px 15px;
    text-align: center;
  }
  .abCon .pubCon .jianjie {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .abCon .pubCon .jianjie p {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    line-height: 35px;
    text-indent: 2em;
  }
  .chuangshi {
    width: 100%;
    height: auto;
    background: url(../images/abneibj.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-top: -5px;
    position: relative
  }
  .chuangshi .pubCon {
    width: 96%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
  }
  .chuangshi .pubCon h2 {
    font-size: 30px;
    color: #212121;
    margin: 40px 0px 20px;
    text-align: center;
  }
  .chuangshi .pubCon .jiyu {
    overflow: hidden;
  }
  .chuangshi .pubCon .jiyu p {
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 40px;
    width: 100%;
    float: none;
  }
  .chuangshi .pubCon .jiyu img {
    width: 80%;
    float: none;
    margin-left: 10%;
    margin-bottom: -5px;
  }
  .wenhua {
    width: 100%;
    height: 100%;
    background: url(../images/abneibj1.jpg) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 20px;
  }
  .Cul_left {
    display: none;
  }
  .Cul_right {
    width: 100%;
    float: none;
    margin-top: 0px;
  }
  .Cul_right .abcyj {
    margin-top: 0px;
  }
  .Cul_right .abcyj li {
    width: 32%;
    float: left;
    text-align: center;
    margin-right: 1%
  }
  .Cul_right .abcyj li .abcicon {
    width: 100%;
  }
  .Cul_right .abcyj li .abcicon img {
    width: 50%;
  }
  .Cul_right .abcyj li h4 {
    font-size: 17px;
    color: #212121;
    margin: 15px 0px 8px;
  }
  .Cul_right .abcyj li p {
    font-size: 15px;
    color: #666;
  }
  .jiangexian {
    width: 60%;
    height: 10px;
    border-bottom: 1px dashed #999;
    margin-left: 20%;
    margin-top: 30px;
  }
  .Cul_right h3 {
    font-size: 36px;
    color: #333;
    float: left;
    margin: 30px 0px 20px;
    width: 100%;
    text-align: center;
  }
  .Cul_right .jzg {
    margin-top: 30px;
    text-align: center;
  }
  .Cul_right .jzg li {
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
  }
  .Cul_right .jzg li b {
    font-size: 16px;
    color: #212121;
  }
  .Cul_right .jzg li p {
    font-size: 14px;
    margin-top: 5px;
  }
  .protaocan {
    margin-top: 40px;
    position: relative;
    height: 400px;
  }
  .protaocan h2 {
    font-size: 20px;
    color: #212121;
    margin-bottom: 15px;
    font-family: 'SourceHanSansCN-Medium';
    margin-top: 30px;
  }
  .taocanimg {
    width: 100%;
    text-align: center;
    margin-top: 150px;
    display: none;
  }
  .taocanimg img {
    width: 40%;
  }
  .protaocan ul {
    position: absolute;
    top: 40px;
    width: 100%;
  }
  .protaocan ul li {
    width: 48%;
    height: auto;
    padding: 1.5%;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .protaocan ul li h4 {
    font-size: 16px;
    color: #212121;
    width: 100%;
    height: 40px;
    background: #ddd;
    line-height: 40px;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
  }
  .protaocan ul li span {
    font-size: 14px;
    color: #ff9000;
    display: block;
    margin: 10px 0px;
  }
  .protaocan ul li p {
    font-size: 15px;
    color: #333;
  }
  .protaocan ul li:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 52%;
  }
  .protaocan ul li:nth-child(3) {
    position: absolute;
    top: 160px;
    left: 0px;
  }
  .protaocan ul li:nth-child(4) {
    position: absolute;
    top: 160px;
    right: 0px;
  }
  /*shuzi*/
  .csshuju {
    width: 100%;
    min-height: 420px;
    margin-top: 30px;
  }
  .csshuju h2 {
    font-size: 20px;
    color: #212121;
    margin-bottom: 30px;
    font-family: 'SourceHanSansCN-Medium';
  }
  .abshuzi {
    width: 100%;
    background: url(../images/abshubj.jpg) no-repeat center;
    position: relative;
  }
  .shuzi {
    position: relative;
  }
  .fl_listbox {
    width: 100%;
  }
  .fl_list {
    position: relative;
    z-index: 10;
    height: 100px;
    width: 1200px;
    margin: 0 auto;
  }
  .fl_list .fl_item {
    position: relative;
    font-size: 18px;
    display: block;
    height: 100%;
    float: left;
    width: 33.3%;
    text-align: center;
  }
  /*数字*/
  .sjiconk {
    float: left;
    width: 20%;
    text-align: right;
    margin-top: 10px;
    margin-left: 0%;
  }
  .sjiconk img {
    width: 100%;
  }
  .sjtext {
    float: left;
    width: 80%;
    text-align: left;
    padding-left: 0%;
  }
  .sjtext p {
    font-size: 14px;
  }
  .fl_tit .div1 .span1 {
    font-size: 18px;
    color: #ff9000;
    font-family: "Arial";
    font-weight: 600;
  }
  .fl_tit .div1 .span3 {
    font-size: 14px;
    color: #333;
    font-family: "Arial";
  }
  .fl_tit .div2 p .span2 {
    font-size: 14px;
    color: #333;
  }
  .otherpro {
    margin-top: 0px;
    height: 1500px !important;
    margin-bottom: 20px;
  }
  .otherimg {
    width: 100%;
    text-align: center;
    display: none;
  }
  .otherimg img {
    width: 45%;
  }
  .otherpro h2 {
    font-size: 20px;
    color: #212121;
    margin-bottom: 30px;
    font-family: 'SourceHanSansCN-Medium';
    margin-top: 30px;
  }
  .qitapro ul {
    position: absolute;
    top: 0px;
    width: 100%;
  }
  .qitapro ul li {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 60px;
  }
  .qitapro ul li h4 {
    font-size: 18px;
    color: #212121;
    width: 100%;
    height: 40px;
    background: #ddd;
    line-height: 40px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
  }
  .qitapro ul li span {
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    color: #ff9000
  }
  .qitapro ul li p {
    font-size: 16px;
    color: #666;
    text-align: justify;
    line-height: 26px;
    padding: 0px 10px 10px;
  }
  .qitapro ul li:nth-child(2) {
    margin-top: 220px;
  }
  .qitapro ul li:nth-child(3) {
    position: none;
    left: 0px;
    top: 1065px;
    width: 100%;
  }
  .qitapro ul li:nth-child(4) {
    position: none;
    right: 0px;
    top: 780px;
  }
  .qitapro ul li:nth-child(5) {
    position: none;
    right: 0px;
    top: 260px;
  }
  .newsCon {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 90px;
  }
  .newsCon .pubCon {
    width: 96%;
    margin: 0 auto;
  }
  .newsNav {
    display: block;
  }
  .newsCon ul {
    margin-top: 30px;
  }
  .newsCon ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .newsCon ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .newsCon ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .newsCon ul li .newimg {
    width: 100%;
    height: 115px;
    overflow: hidden;
  }
  .newsCon ul li .newimg img {
    width: 100%;
    min-height: 115px;
    transition: 0.5s;
  }
  .newsCon ul li h3 {
    font-size: 15px;
    color: #212121;
    font-weight: 600;
    line-height: 20px;
  }
  .newsCon ul li p {
    font-size: 14px;
    color: #666;
  }
  .newsNav {
    width: 100%;
  }
  .newsNav ul li {
    width: 48%;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .newsNav ul li a {
    display: block;
    color: #212121;
  }
  .page {
    margin-left: 0%;
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .page a {
    padding: 2% 2%;
    border: 1px solid #ddd;
    margin-right: 10px;
    color: #333;
    border-radius: 5px;
    transition: 0.5s;
    margin-bottom: 15px;
    width: 20%;
    display: block;
    float: left;
    text-align: center;
  }
  .page a:hover {
    background: #666;
    color: #fff;
  }
  .pagination {
    height: 34px;
    text-align: center;
    min-height: 60px;
    ;
  }
  .cityCon {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .cityCon .pubCon {
    width: 96%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .tabcon1 {
    position: relative;
    /* height: 560px; */
    height: 720px;
    overflow: hidden;
    width: 100%;
    float: left;
  }
  .mcity {
    display: block;
    margin-top: 35px;
  }
  .mcity p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
  }
  .mcity p span {
    font-size: 16px;
    font-weight: 600;
  }
  .tabbtn li a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #666;
  }
  .tabbtn li.current a {
    color: #333;
    font-weight: 600;
  }
  .proCon .pubCon {
    width: 96% !important;
  }
  .proxiangqing {
    margin-top: 90px;
    width: 100%;
  }
  .proxiangqing h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  .proxiangqing p {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    te xt-indent: 2em;
    text-align: justify;
  }
  .proxqimg {
    max-width: 100%;
    text-align: center;
  }
  .proxqimg img {
    max-width: 100%;
    margin: 15px auto;
    width: 100% !important
  }
}