html,
body,
div,
span,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 16px;
}
em,
i {
  font-style: normal;
}
article,
hgroup,
menu,
nav,
section,
aside,
details,
figcaption,
figure,
footer,
header {
  display: block;
}
a {
  text-decoration: none;
  color: #666;
}
nav ul,
ul,
li {
  list-style: none;
}
input,
select,
img {
  vertical-align: middle;
}
img {
  max-width: 100%;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../images/iconfont.svg#iconfont') format('svg');
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
.banner {
  position: relative;
}
.nav-public {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 10px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.nav-public .logo {
  width: 145px;
  height: 56.7px;
}
.nav-public .nav {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-public .nav .nav-item {
  cursor: pointer;
  padding: 15px 0;
  color: #fff;
}
.nav-public .nav .nav-active {
  border-bottom: 3px solid #fff;
}
.menu {
  display: none;
}
.s-nav {
  display: none;
  opacity: 0;
}
@keyframes aboutTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.public-header {
  height: 300px;
  background: no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-header .lodlc {
  animation: aboutTop 1s ease;
  text-align: center;
}
.public-header .lodlc p {
  display: block;
  color: #fff;
}
.public-header .lodlc .p1 {
  font-size: 36px;
}
.public-header .lodlc .p2 {
  font-size: 20px;
}
.footer-public {
  background: #1b2229;
  padding: 3% 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.footer-public .fTop {
  display: flex;
  justify-content: space-between;
}
.footer-public .fTop .left {
  display: flex;
  color: #bbbdbf;
  font-size: 14px;
}
.footer-public .fTop .left .item {
  margin-right: 50px;
}
.footer-public .fTop .left .tit {
  cursor: pointer;
  font-size: 16px;
  color: #ff5d1b;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff5d1b;
  margin-bottom: 15px;
}
.footer-public .fTop .left .text {
  cursor: pointer;
  margin-bottom: 10px;
}
.footer-public .fTop .rig {
  text-align: center;
}
.footer-public .fTop .rig img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.footer-public .fbtm {
  margin-top: 50px;
}
.footer-public .fbtm img {
  width: 161px;
  height: 63px;
}
.footer-public .fbtm .tel {
  font-size: 18px;
  font-weight: 600;
}
.footer-public .fbtm .f-item {
  font-size: 12px;
  color: #cececf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-public .fbtm .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin: 20px 0;
}
.hei100vh {
  height: 100vh;
}
.colfff {
  color: #fff;
}
.col000 {
  color: #000;
}
.public {
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.public h1 {
  font-size: 36px;
  font-weight: bold;
}
.public .line {
  margin: 10px 0;
  width: 24px;
  height: 5px;
  background: #ff5d1b;
  border-radius: 10px;
}
.public .text {
  font-size: 14px;
}
.public20 {
  height: 20%;
}
.pub1200 {
  width: 1200px;
  margin: 0 auto;
}
.wrap2 {
  width: 1200px;
  margin: 0 auto;
}
.wrap4 {
  width: 1400px;
  margin: 0 auto;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.aboutAnimation .item:first-child {
  animation: about 1s linear;
}
.aboutAnimation .item:nth-child(2) {
  animation: about 1.4s linear;
}
.aboutAnimation .item:nth-child(3) {
  animation: about 1.6s linear;
}
.aboutAnimation .item:nth-child(4) {
  animation: about 2s linear;
}
.threeAnimation .item:first-child {
  animation: three 1s linear;
}
.threeAnimation .item:nth-child(2) {
  animation: three 1.4s linear;
}
.threeAnimation .item:nth-child(3) {
  animation: three 1.6s linear;
}
.threeAnimation .item:nth-child(4) {
  animation: three 2s linear;
}
.fourLAnimation {
  animation: fL 1s linear;
}
.fourRAnimation {
  animation: fR 1s linear;
}
@keyframes about {
  0% {
    opacity: 0;
    -webkit-transform: translateY(800px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes three {
  0% {
    opacity: 0;
    -webkit-transform: translateX(800px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-800px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(800px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes product {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.header .top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 10px 70px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .top .logo {
  width: 145px;
  height: 56.7px;
}
.header .top .nav {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .top .nav .nav-item {
  cursor: pointer;
  padding: 15px 0;
  color: #fff;
}
.header .top .nav .nav-active {
  border-bottom: 3px solid #fff;
}
.header .banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.about {
  background: url(../images/about.png) no-repeat;
  background-size: cover;
}
.about .box {
  height: 70%;
  display: flex;
}
.about .box .item {
  cursor: pointer;
  color: #fff;
  width: 25%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about .box .item .title {
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.about .box .item .text {
  margin-top: 50px;
  color: #eeeeee;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about .box .item:hover {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.product .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product .box .p-swiper {
  width: 1200px;
}
.product .box .img-box {
  overflow: hidden;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .box .img-box .img-item {
  width: 33%;
  margin-bottom: 10px;
}
.product .box .img-box .img-item img {
  vertical-align: bottom;
  width: 100%;
  height: 300px;
}
.product .p-swiper {
  position: relative;
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #00ff33;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.product .p-swiper .swiper-button-prev {
  left: -50px;
}
.product .p-swiper .swiper-button-next {
  right: -50px;
}
.news {
  background: url(../images/news.png) no-repeat;
  background-size: cover;
}
.news .box {
  height: 70%;
}
.news .box .list {
  display: flex;
  justify-content: flex-end;
}
.news .box .list .tit {
  border: 1px solid #fff;
  color: #fff;
  padding: 3px 10px;
  border-radius: 50px;
  margin-right: 20px;
  cursor: pointer;
}
.news .box .list .active {
  color: #ff6b37;
  background: #fff;
}
.news .box .content {
  height: 400px;
  width: 1200px;
  margin: 5% auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news .box .content .item {
  cursor: pointer;
  width: 24%;
  background: #fff;
  border-radius: 0 10px 0 10px;
}
.news .box .content .item .top {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
}
.news .box .content .item .top .title {
  padding: 20px 0 ;
  border-bottom: 1px solid #bdbcbc;
}
.news .box .content .item .bottom {
  padding: 20px;
}
.news .box .content .item .bottom .date {
  color: #595757;
}
.news .box .content .item .bottom .text {
  margin: 10px 0 20px;
  color: #595757;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .box .content .hovers {
  display: flex;
  align-items: flex-end;
  color: #fff;
  height: 160px;
  background: url(../images/newtop1.png) no-repeat;
  background-size: cover;
}
.news .box .content .hovers .title {
  border: none;
}
.contact .box {
  height: 70%;
  width: 1200px;
  margin: 0 auto 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .box .left {
  width: 35%;
}
.contact .box .left .tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact .box .left .text {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.contact .box .left .text img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact .box .left .ewm {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .box .left .ewm .ewmitem {
  text-align: center;
}
.contact .box .left .ewm img {
  width: 70px;
  height: 70px;
}
.contact .box .rig {
  width: 50%;
}
.contact .box .rig .mapbox {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.contact .box .rig #map {
  width: 100%;
  height: 100%;
}
.footer {
  background: #1b2229;
  padding-bottom: 100px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: flex-end;
}
.footer .fTop {
  display: flex;
  justify-content: space-between;
}
.footer .fTop .left {
  display: flex;
  color: #bbbdbf;
  font-size: 14px;
}
.footer .fTop .left .item {
  margin-right: 50px;
}
.footer .fTop .left .tit {
  cursor: pointer;
  font-size: 16px;
  color: #ee622a;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff5d1b;
  margin-bottom: 15px;
}
.footer .fTop .left .text {
  cursor: pointer;
  margin-bottom: 10px;
}
.footer .fTop .rig {
  text-align: center;
}
.footer .fTop .rig img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.footer .fbtm {
  margin-top: 120px;
}
.footer .fbtm img {
  width: 161px;
  height: 63px;
}
.footer .fbtm .tel {
  font-size: 18px;
  font-weight: 600;
}
.footer .fbtm .f-item {
  font-size: 12px;
  color: #cececf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .fbtm .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin: 40px 0;
}
.about-public {
  margin-top: 5%;
}
.about-public h1 {
  color: #00479d;
  font-weight: bold;
  font-size: 30px;
}
.about-public p {
  color: #e8e8e8;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
}
.about-main {
  animation: aboutTop 1.5s ease;
}
.about-main .baolct {
  margin-top: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-main .baolct .left {
  width: 52%;
  line-height: 2;
  color: #666;
}
.about-main .baolct .left p {
  text-indent: 2em;
  padding-top: 10px;
}
.about-main .baolct .rig {
  width: 45%;
  border: 1px solid #eee;
  padding: 10px;
  box-sizing: border-box;
}
.about-main .weare-serv-ul {
  display: flex;
  padding: 4% 0;
}
.about-main .weare-serv-ul li {
  width: 25%;
  text-align: center;
  color: #464646;
}
.about-main .weare-serv-ul li .weare-serv-li-num {
  text-align: center;
  color: #00479d;
}
.about-main .weare-serv-ul li .weare-serv-li-num p {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
}
.about-main .weare-serv-ul li .weare-serv-li-num span {
  vertical-align: bottom;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
}
.about-main .weare-serv-ul li .weare-serv-li-p {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.about-main .weare-serv-ul li .weare-eng {
  text-transform: uppercase;
  font-weight: bold;
  color: #f0f0f0;
  font-size: 16px;
}
.about-main .kolaoc {
  background: #f2f6fa;
  padding: 6% 0;
}
.about-main .swiper {
  background: #f2f6fa;
  margin-top: 3%;
  position: relative;
  --swiper-theme-color: #ff6600;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #00ff33;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.about-main .swiper .swiper-button-prev {
  left: -50px;
}
.about-main .swiper .swiper-button-next {
  right: -50px;
}
.about-main .swiper .swiper-slide {
  text-align: center;
}
.news-main .box {
  animation: aboutTop 1.5s ease;
  margin: 3% 0;
}
.news-main .box .item {
  margin-bottom: 20px;
  cursor: pointer;
}
.news-main .box a {
  display: block;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-main .box a .left img {
  width: 364px;
  height: 150px;
}
.news-main .box a .rig {
  width: 750px;
}
.news-main .box a .rig .p1 {
  font-size: 18px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}
.news-main .box a .rig .p2 {
  color: #666;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.news-main .box a .rig .p3 {
  margin-top: 15px;
  padding-top: 20px;
  color: #666;
  position: relative;
}
.news-main .box a .rig .p3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 25px;
  background: #f8b62b;
}
.news-main .box .item:hover {
  box-shadow: 0 0 10px #9e9e9e;
}
.news-main .pagecsl {
  padding: 15px 0;
  text-align: center;
}
.news-main .pagecsl a {
  display: inline-block;
  line-height: 30px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 3px;
}
.alcsou {
  height: 300px;
}
.shzr-main {
  animation: aboutTop 1.5s ease;
}
.shzr-main .lacco {
  font-size: 36px;
  color: #00479d;
  margin-top: 40px;
  text-align: center;
}
.shzr-main .box {
  margin: 3% 0;
}
.shzr-main .box .item {
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shzr-main .box .item .left img {
  width: 600px;
  height: 416px;
}
.shzr-main .box .item .rig {
  width: 50%;
  height: 416px;
  display: table;
  padding: 0 30px;
}
.shzr-main .box .item .rig .tab-cell {
  display: table-cell;
  vertical-align: middle;
}
.shzr-main .box .item .rig .p1 {
  font-size: 30px;
  text-align: center;
}
.shzr-main .box .item .rig .p2 {
  margin-top: 30px;
  line-height: 2;
  color: #666;
}
.shzr-main .box .item .rig .p3 {
  margin-top: 25px;
  text-align: center;
}
.shzr-main .box .item .rig .p3 a {
  color: #333;
  display: inline-block;
  line-height: 40px;
  border-bottom: 1px solid #ec5a02;
}
.serve-main {
  animation: aboutTop 1.5s ease;
}
.serve-main .tolsa {
  margin-top: -30px;
  position: relative;
}
.serve-main .elboua {
  text-align: center;
}
.serve-main .elboua a {
  background: #fff;
  background-size: cover;
  color: #000;
  display: inline-block;
  font-size: 20px;
  margin: 0 10px 15px;
  width: 215px;
  text-align: center;
  line-height: 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.serve-main .elboua a span {
  width: 29px;
  height: 29px;
  vertical-align: middle;
  background: no-repeat center center;
  display: inline-block;
  margin-right: 10px;
}
.serve-main .elboua .cur {
  background: url(../images/t5.jpg) no-repeat center center;
  color: #fff;
}
.serve-main .acbola {
  padding: 100px 0 30px;
}
.serve-main .acbola .p2 {
  font-size: 24px;
}
.serve-main .acbola .p3 {
  color: #666;
  line-height: 2;
  margin-top: 10px;
  font-size: 16px;
}
.serve-main .acbola .tblmat {
  margin-top: 6%;
  background: url(../images/mie.png) no-repeat center top;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serve-main .acbola .tblmat .li01 {
  color: #f0a543;
}
.serve-main .acbola .tblmat .li02 {
  color: #00aeef;
}
.serve-main .acbola .tblmat .li03 {
  color: #6e8abc;
}
.serve-main .acbola .tblmat .li04 {
  color: #00b072;
}
.serve-main .acbola .tblmat .item {
  width: 505px;
  margin-bottom: 40px;
}
.serve-main .acbola .tblmat .item .tit {
  font-size: 18px;
  font-weight: bold;
}
.serve-main .acbola .tblmat .item .con {
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  margin-top: 10px;
}
.serve-main .acbola .tblmat .item .pic {
  margin-top: 15px;
}
.serve-main .pchlc {
  padding: 4% 0 0;
}
.serve-main .pchlc .p1 {
  color: #00479d;
  font-size: 30px;
  font-weight: bold;
}
.serve-main .pchlc .p2 {
  color: #e8e8e8;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
.serve-public {
  height: 20%;
}
.F_fwzxtop {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.F_fwzxtopIndex {
  height: 75%;
}
.F_fwzxtopl {
  width: 50%;
  height: auto;
  overflow: hidden;
}
.F_fwzxtopr {
  width: 48.75%;
  height: 100%;
  overflow: hidden;
}
.F_fwzxtopr ul {
  width: 100%;
  height: 100%;
}
.F_fwzxtopr ul li {
  width: 100%;
  height: 33.1%;
  border-bottom: 1px solid #0084D5;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.F_fwzxtopr ul li i {
  width: 12.57%;
  height: auto;
  overflow: hidden;
  margin-left: 10%;
  margin-top: 8%;
  display: block;
}
.F_fwzxtopr ul li .F_fwzxtxt,
.F_fwzxtopr ul li .F_fwzxbotrtxt {
  width: 70%;
  margin-left: 0%;
  margin-top: 7%;
  text-align: center;
}
.F_fwzxtopr ul li .F_fwzxtxt p,
.F_fwzxtopr ul li .F_fwzxbotrtxt p {
  margin: 0 0 10px;
  font-size: 14px;
}
.F_fwzxtopr ul li .F_fwzxtxt span,
.F_fwzxtopr ul li .F_fwzxbotrtxt span {
  display: block;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #0084D5;
  margin-bottom: 20px;
}
.F_fwzxtopr ul li .F_fwzxtxt a,
.F_fwzxtopr ul li .F_fwzxbotrtxt a {
  display: inline-block;
  width: 160px;
  height: 30px;
  line-height: 30px;
  color: #0084D5;
  border: 1px solid #0084D5;
  margin-right: 20px;
}
.n-f-item {
  width: 100%;
  display: flex;
  padding: 10px 5%;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  box-sizing: border-box;
}
.rel {
  position: relative;
}
.map-ol {
  margin-top: 3%;
}
.map-ol .abulma {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 50%;
  margin-right: -600px;
  width: 570px;
  background: #fff;
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #666;
  padding: 10% 5% 0;
  box-sizing: border-box;
}
.map-ol .abulma a::after {
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #276ac3;
  content: '';
}
.map-ol .abulma .p1 {
  color: #276ac3;
  padding-bottom: 10px;
  font-size: 26px;
}
.map-ol .abulma .p2 {
  font-size: 16px;
  margin-top: 20px;
}
.product-header {
  animation: aboutTop 1s ease;
  padding-top: 69px;
  background: #0075cf;
  overflow: hidden;
}
.product-header .wrap {
  width: 1400px;
  margin: 0 auto;
}
.product-header .wrap .aoacf {
  color: #fff;
  padding: 25px 0;
  display: flex;
  align-items: center;
}
.product-header .wrap .aoacf span {
  font-size: 36px;
  padding-top: 15px;
}
.product-header .wrap .aoacf .box {
  display: flex;
  align-items: center;
}
.product-header .wrap .aoacf .box a {
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 50px;
}
.product-header .wrap .aoacf .box a i {
  display: block;
  font-size: 14px;
}
.product-main {
  animation: aboutTop 1.5s ease;
}
.product-main .pchlc {
  padding: 4% 0 0;
}
.product-main .pchlc .p1 {
  color: #00479d;
  font-size: 30px;
  font-weight: bold;
}
.product-main .pchlc .p2 {
  color: #e8e8e8;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
.product-main .pchlc .p3 {
  font-size: 24px;
  margin-top: 25px;
}
.product-main .pchlc .p4 {
  color: #666;
  line-height: 2;
  margin-top: 15px;
  font-size: 14px;
}
.product-main .domlca {
  height: 700px;
  background: url(../images/t39.jpg) no-repeat center bottom;
  position: relative;
  margin-top: 45px;
}
.product-main .domlca p {
  position: absolute;
}
.product-main .domlca p a {
  display: block;
}
.product-main .domlca p:nth-child(1) {
  animation: product 1s ease;
}
.product-main .domlca p:nth-child(2) {
  animation: product 1.4s ease;
}
.product-main .domlca p:nth-child(3) {
  animation: product 1.8s ease;
}
.product-main .domlca p:nth-child(4) {
  animation: product 2.2s ease;
}
.product-main .domlca p:nth-child(5) {
  animation: product 2.6s ease;
}
.product-main .domlca p:nth-child(6) {
  animation: product 3s ease;
}
.product-main .domlca p:nth-child(7) {
  animation: product 3.4s ease;
}
.product-main .domlca p:nth-child(8) {
  animation: product 3.8s ease;
}
.product-main .domlca .p1 {
  left: 100px;
  top: 390px;
}
.product-main .domlca .p2 {
  left: 175px;
  top: 255px;
}
.product-main .domlca .p3 {
  left: 157px;
  top: 137px;
}
.product-main .domlca .p4 {
  left: 346px;
  top: -30px;
}
.product-main .domlca .p5 {
  left: 597px;
  top: -7px;
}
.product-main .domlca .p6 {
  left: 820px;
  top: 80px;
}
.product-main .domlca .p7 {
  left: 865px;
  top: 230px;
}
.product-main .domlca .p8 {
  left: 955px;
  top: 398px;
}
.product-main .bw-list .poacl {
  margin-top: 3%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.product-main .bw-list .poacl .pic-sr {
  width: 67%;
  float: right;
}
.product-main .bw-list .poacl .cont {
  width: 33%;
  height: 600px;
  float: left;
  display: table;
  padding: 0 30px;
}
.product-main .bw-list .poacl .cont .tab-cell {
  display: table-cell;
  vertical-align: middle;
}
.product-main .bw-list .poacl .cont .p2 {
  font-size: 24px;
  margin: 20px 0;
}
.product-main .bw-list .poacl .cont .p3 {
  line-height: 2;
}
.product-main .bw-list .poacl .cont .p4 {
  margin-top: 35px;
}
.product-main .bw-list .poacl .cont .p4 span {
  display: inline-block;
  border: 1px solid #ccc;
}
.product-main .bw-list .poacl .cont .p4 span a {
  display: inline-block;
  line-height: 45px;
  padding: 0 35px;
  border: 1px solid #666;
  transition: all 0.5s ease;
  position: relative;
  left: -5px;
  top: -5px;
}
.product-main .bw-list .clear::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.product-main .bw-list .poacl:nth-child(2n) .pic-sr {
  float: left;
}
.product-main .bw-list .cont .p4:hover a {
  color: #00479d;
}
.product-main .lcoual {
  padding: 0 0 3%;
}
.product-main .lcoual .clear {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
}
.product-main .lcoual .pic {
  width: 45%;
  float: left;
  overflow: hidden;
}
.product-main .lcoual .pic img {
  width: 100%;
  height: 455px;
}
.product-main .lcoual .cont {
  float: right;
  width: 55%;
  height: 455px;
  display: table;
  background: #fff;
  padding: 0 5%;
  transition: all 0.5s ease;
}
.product-main .lcoual .cont .tab-cell {
  display: table-cell;
  vertical-align: middle;
}
.product-main .lcoual .cont .tab-cell .p1 {
  font-size: 30px;
  background: url(../images/d1.png) repeat-x left center;
}
.product-main .lcoual .cont .tab-cell .p1 span {
  display: inline-block;
  padding-right: 20px;
  background: #fff;
  color: #333;
  transition: all 0.5s ease;
}
.product-main .lcoual .cont .tab-cell .p2 {
  opacity: 0.6;
  margin-top: 5px;
  text-transform: uppercase;
}
.product-main .lcoual .cont .tab-cell .p3 {
  margin-top: 20px;
  padding-top: 25px;
  position: relative;
  line-height: 25px;
  height: 150px;
  overflow: hidden;
}
.product-main .lcoual .cont .tab-cell .p4 {
  margin-top: 20px;
}
.product-main .lcoual .cont .tab-cell .p4 span {
  display: inline-block;
  border: 1px solid #ccc;
}
.product-main .lcoual .cont .tab-cell .p4 span a {
  display: inline-block;
  line-height: 45px;
  padding: 0 35px;
  border: 1px solid #666;
  transition: all 0.5s ease;
  position: relative;
  left: -5px;
  top: -5px;
  overflow: hidden;
}
.product-main .lcoual .cont .tab-cell .p4 span a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #01479d;
  transition: all 0.5s ease;
  z-index: 1;
}
.product-main .lcoual .cont .tab-cell .p4 span:hover a::after {
  width: 100%;
  content: '查看详细';
}
.product-main .lcoual .clear::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.product-main .lcoual .clear:nth-child(2n) .pic {
  float: right;
}
.product-main .lcoual .clear:nth-child(2n) .cont {
  float: left;
  background: #1467bd;
  color: #fff;
}
.product-main .lcoual .clear:nth-child(2n) .cont .p1 span {
  background: #1467bd;
  color: #fff;
}
.product-main .lcoual .clear:nth-child(2n) .cont .tab-cell .p4 span a {
  color: #fff;
  border-color: #fff;
}
.product-main .lcoual .cont .p4:hover a {
  color: #fff;
}
.nlca-wact {
  animation: aboutTop 1.5s ease;
  padding-bottom: 30px;
}
.nlca-wact .p2 {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-top: 15px;
}
.nlca-wact .aclml {
  padding: 4% 0;
}
.nlca-wact .aclml .p1 {
  color: #ec5a02;
  font-size: 24px;
}
.nlca-wact .aclml .p2 {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-top: 15px;
}
.nlca-wact .lbcaoa {
  font-size: 0;
  text-align: center;
}
.nlca-wact .lbcaoa .box {
  display: flex;
  justify-content: center;
}
.nlca-wact .lbcaoa .box .item {
  width: 25%;
}
.nlca-wact .lbcaoa .box .item a {
  border: 1px solid #fff;
  overflow: hidden;
  display: block;
}
.nlca-wact .lbcaoa .box .item a img {
  transition: all 0.5s ease;
}
.nlca-wact .lbcaoa .box .item:hover img {
  transform: scale(1.1);
}
.rlzb-main {
  animation: aboutTop 1.5s ease;
  padding: 0 0 3%;
}
.rlzb-main .pchlc {
  padding: 4% 0 0;
}
.rlzb-main .pchlc .p1 {
  color: #00479d;
  font-size: 30px;
  font-weight: bold;
}
.rlzb-main .pchlc .p2 {
  color: #e8e8e8;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
.info-main .lnmsdt {
  font-size: 28px;
  font-weight: bold;
  margin-top: 5%;
}
.info-main .abouca {
  margin-top: 10px;
  color: #999;
}
.info-main .edit-cont {
  padding: 3% 8%;
  margin-top: 2%;
  border-top: 1px solid #eee;
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.info-main .edit-cont p {
  text-indent: 2em;
}
.lcalt {
  padding: 4% 0;
  display: flex;
  align-items: center;
}
.lcalt .con {
  width: 62%;
  line-height: 2.5;
  font-size: 16px;
  color: #666;
}
.lcalt .pic {
  width: 33.33%;
}
.lcalt .pic .telal .p1 {
  font-size: 30px;
  text-align: center;
  padding: 10px 0;
}
.lcalt .pic .telal .p2 {
  color: #666;
  line-height: 2;
  font-size: 16px;
}
.tbs-title {
  margin-top: 5%;
}
.tbs-title .p1 {
  color: #00479d;
  font-weight: bold;
  font-size: 30px;
}
.tbs-title .p2 {
  color: #e8e8e8;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
}
.fhoanc {
  margin-top: 40px;
  background: url(../images/hc.jpg) repeat-y center top;
}
.fhoanc .year-scl {
  font-size: 32px;
  font-weight: bold;
  color: #595959;
  background: url(../images/yq.png) no-repeat center center;
  text-align: center;
  padding: 35px 0 10px 340px;
}
.fhoanc .lmenl {
  padding-top: 40px;
}
.fhoanc .lmenl li {
  width: 601px;
  padding-left: 100px;
  float: right;
}
.fhoanc .lmenl li .date {
  color: #276ac3;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.fhoanc .lmenl li .date::after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: -106px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/e1.png);
}
.fhoanc .lmenl li .con .lbec-con {
  margin: 10px 0;
  color: #666;
  line-height: 2;
}
.fhoanc .lmenl li:nth-child(2n) {
  float: left;
  text-align: right;
  padding: 0 100px 0 0;
}
.fhoanc .lmenl li:nth-child(n+2) {
  margin-top: -60px;
}
.fhoanc .lmenl li:nth-child(2n) .date:after {
  left: auto;
  right: -106px;
}
.fhoanc .clear:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.Acbola {
  padding: 100px 0 30px;
}
.Acbola .aewlm .p1 {
  color: #276ac3;
  font-size: 60px;
}
.Acbola .aewlm .p2 {
  font-size: 24px;
  margin-top: 20px;
}
.Acbola .aewlm .p3 {
  color: #666;
  line-height: 2;
  margin-top: 10px;
  font-size: 16px;
}
.Acbola .lbcanl {
  height: 720px;
  position: relative;
}
.Acbola .lbcanl .lmoml {
  width: 340px;
  position: absolute;
}
.Acbola .lbcanl .lmoml .tit {
  line-height: 45px;
  border-bottom: 1px solid #ccd6e3;
  font-weight: bold;
  text-transform: uppercase;
  color: #e8e8e8;
}
.Acbola .lbcanl .lmoml .tit strong {
  color: #00479d;
  font-size: 28px;
  margin-right: 10px;
}
.Acbola .lbcanl .lmoml .pic {
  margin-top: 10px;
  overflow: hidden;
}
.Acbola .lbcanl .lmoml .olac {
  color: #666;
  line-height: 2;
  margin-top: 10px;
  font-size: 14px;
}
.Acbola .lbcanl .lmoml.ab01 {
  left: 0;
  top: 0;
}
.Acbola .lbcanl .lmoml.ab02 {
  right: 0;
  top: 0;
}
.Acbola .lbcanl .lmoml.ab03 {
  left: 0;
  bottom: 0;
}
.Acbola .lbcanl .lmoml.ab04 {
  right: 0;
  bottom: 0;
}
.Acbola .lbcanl .mid-scol {
  width: 424px;
  height: 424px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Acbola .lbcanl .scol01 {
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.Acbola .lbcanl .scol02 {
  position: absolute;
  left: 0;
  top: 0;
}
.Acbola .clear:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
    width: 100%;
    margin-top: 50px;
  }
  .nav-public {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding: 0 10px;
  }
  .nav-public .logo {
    transform: scale(0.5);
  }
  .nav-public .nav {
    display: none;
  }
  .menu {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
  }
  .s-nav {
    height: 100%;
    padding: 0;
    position: fixed;
    z-index: 10;
    margin: 0;
    width: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 50px;
    background: #ffffff;
    opacity: 0;
  }
  .s-nav .item {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .s-nav .item a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 2%;
    line-height: 45px;
    height: 45px;
    color: #666;
    transition: all 0.5s ease 0.2s;
  }
  .on {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
  }
  .public-header {
    width: 100%;
    height: 200px;
  }
  .public-header .lodlc .p1 {
    font-size: 24px;
  }
  .public-header .lodlc .p2 {
    font-size: 18px;
  }
  .footer-public {
    width: 100%;
  }
  .footer-public .pub1200 {
    width: 100%;
  }
  .footer-public .pub1200 .fTop {
    flex-direction: column;
  }
  .footer-public .pub1200 .fTop .left {
    font-size: 12px;
    justify-content: space-between;
  }
  .footer-public .pub1200 .fTop .left .item {
    margin-right: 0;
  }
  .footer-public .pub1200 .fTop .left .tit {
    font-size: 14px;
  }
  .footer-public .pub1200 .fTop .left .text {
    font-size: 12px;
  }
  .footer-public .pub1200 .fTop .rig img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .footer-public .pub1200 .fbtm {
    margin-top: 10px;
  }
  .footer-public .pub1200 .fbtm .f-item img {
    transform: scale(0.5);
  }
  .footer-public .pub1200 .fbtm .f-item .tel {
    font-size: 14px;
  }
  .footer-public .pub1200 .fbtm .line {
    margin: 5px 0;
  }
  .footer-public .pub1200 .fbtm .f-item {
    flex-direction: column;
  }
  .header .top {
    display: none;
  }
  .header img {
    max-width: inherit;
  }
  .public {
    height: 20%;
  }
  .public h1 {
    font-size: 20px;
  }
  .about .box {
    flex-wrap: wrap;
  }
  .about .box .item {
    width: 50%;
    padding: 0 5px;
  }
  .about .box .item .title {
    font-size: 16px;
  }
  .about .box .item .text {
    margin-top: 20px;
  }
  .product .public20 {
    height: 30%;
  }
  .product .box {
    padding: 0 20px;
  }
  .product .box .p-swiper {
    width: 100%;
  }
  .product .box .p-swiper .swiper-button-next {
    top: 30%;
    right: 10px;
  }
  .product .box .p-swiper .swiper-button-prev {
    top: 30%;
    left: 10px;
  }
  .product .box .img-box {
    width: 100%;
  }
  .product .box .img-box .img-item {
    width: 30%;
  }
  .news .box .content {
    padding: 0 10px;
    width: 100%;
    flex-wrap: wrap;
  }
  .news .box .content .item {
    margin-top: 20px;
    width: 49%;
  }
  .news .box .content .item .top {
    padding: 0 10px;
    font-size: 14px;
  }
  .news .box .content .item .bottom {
    padding: 10px;
  }
  .news .box .content .item .bottom .text {
    font-size: 12px;
    margin: 5px 0 10px;
  }
  .news .box .content .hovers {
    height: auto;
  }
  .contact {
    overflow: hidden;
  }
  .contact .box {
    padding: 0 10px;
    width: 100%;
    display: block;
  }
  .contact .box .left {
    width: 100%;
  }
  .contact .box .rig {
    width: 100%;
  }
  .contact .box .rig .mapbox {
    height: 300px;
  }
  .footer {
    width: 100%;
    align-items: center;
  }
  .footer .pub1200 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 80%;
  }
  .footer .pub1200 .fTop {
    flex-direction: column;
  }
  .footer .pub1200 .fTop .left {
    font-size: 12px;
    justify-content: space-between;
  }
  .footer .pub1200 .fTop .left .item {
    margin-right: 0;
  }
  .footer .pub1200 .fTop .left .tit {
    font-size: 14px;
  }
  .footer .pub1200 .fTop .left .text {
    font-size: 12px;
  }
  .footer .pub1200 .fTop .rig img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .footer .pub1200 .fbtm {
    margin-top: 80px;
  }
  .footer .pub1200 .fbtm .f-item img {
    transform: scale(0.5);
  }
  .footer .pub1200 .fbtm .f-item .tel {
    font-size: 14px;
  }
  .footer .pub1200 .fbtm .line {
    margin: 5px 0;
  }
  .footer .pub1200 .fbtm .f-item {
    flex-direction: column;
  }
  .wrap2 {
    width: 100%;
  }
  .about-public h1 {
    font-size: 20px;
  }
  .about-public p {
    font-size: 14px;
  }
  .about-main {
    padding: 0 10px;
  }
  .about-main .baolct {
    flex-direction: column;
  }
  .about-main .baolct .left {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .about-main .baolct .rig {
    width: 100%;
  }
  .about-main .weare-serv-ul li .weare-serv-li-num p {
    font-size: 20px;
  }
  .about-main .weare-serv-ul li .weare-eng {
    font-size: 12px;
  }
  .about-main .swiper {
    background: #f2f6fa;
    margin-top: 3%;
    position: relative;
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
  }
  .about-main .swiper .swiper-button-prev {
    left: 10px;
    height: 22px;
  }
  .about-main .swiper .swiper-button-next {
    right: 10px;
    height: 22px;
  }
  .about-main .swiper .swiper-slide {
    text-align: center;
  }
  .product-header {
    background: #0075cf;
  }
  .product-header .wrap {
    width: 100%;
    padding: 0 2%;
  }
  .product-header .wrap .aoacf {
    padding: 0;
    display: block;
  }
  .product-header .wrap .aoacf span {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    background: url(../images/z2.png) no-repeat right center;
  }
  .product-header .wrap .aoacf .box {
    display: none;
  }
  .product-header .wrap .aoacf .box a {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 40px;
    text-align: left;
    padding: 0 4%;
  }
  .product-header .wrap .aoacf .box a img {
    display: none;
  }
  .product-header .wrap .aoacf .show {
    display: block;
  }
  .product-main .wrap2 {
    width: 100%;
    padding: 0 2%;
    max-width: 768px;
    margin: 0 auto;
  }
  .product-main .wrap2 .p1 {
    font-size: 20px;
  }
  .product-main .wrap2 .p2 {
    font-size: 18px;
    font-weight: bold;
  }
  .product-main .wrap2 .p3 {
    font-size: 18px;
  }
  .product-main .wrap2 .domlca {
    background: none;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .product-main .wrap2 .domlca p {
    width: 25%;
    height: 80px;
    display: table;
    position: relative;
    left: 0 !important;
    top: 0 !important;
  }
  .product-main .wrap2 .domlca p a {
    display: table-cell;
    vertical-align: middle;
  }
  .product-main .wrap2 .domlca p a img {
    max-width: 80%;
    max-height: 75px;
  }
  .product-main .wrap4 {
    width: 100%;
    padding: 0 2%;
  }
  .product-main .nlca-wact .p2 {
    font-size: 14px;
    line-height: 1.8;
  }
  .product-main .nlca-wact .aclml .p1 {
    font-size: 20px;
    font-weight: bold;
  }
  .product-main .bw-list .poacl .pic-sr {
    width: 100%;
  }
  .product-main .bw-list .poacl .cont {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .product-main .bw-list .poacl .cont .p2 {
    font-size: 20px;
  }
  .product-main .wrap4 .lcoual .clear {
    margin-top: 4%;
  }
  .product-main .wrap4 .lcoual .clear .pic {
    width: 100%;
  }
  .product-main .wrap4 .lcoual .clear .pic img {
    height: 260px;
  }
  .product-main .wrap4 .lcoual .clear .cont {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .product-main .wrap4 .lcoual .clear .cont .p1 span {
    font-size: 20px;
    font-weight: bold;
  }
  .product-main .wrap4 .lcoual .clear .cont .p2 {
    font-size: 12px;
  }
  .product-main .wrap4 .lcoual .clear .cont .p3 {
    margin-top: 15px;
    padding-top: 15px;
    height: 140px;
  }
  .product-main .wrap4 .lcoual .clear .cont .p3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    background: #ec5a02;
  }
  .news-main .wrap2 {
    width: 100%;
    padding: 0 2%;
    max-width: 768px;
    margin: 0 auto;
  }
  .news-main .box a {
    padding: 10px;
  }
  .news-main .box a .left img {
    width: 120px;
    height: 100px;
  }
  .news-main .box a .rig {
    width: calc(100% - 130px);
  }
  .news-main .box a .rig .p1 {
    font-size: 16px;
  }
  .news-main .box a .rig .p3 {
    display: none;
  }
  .rlzb-main .wrap2 {
    padding: 0 2%;
    max-width: 768px;
  }
  .rlzb-main .pchlc .p1 {
    font-size: 20px;
  }
  .rlzb-main .pchlc .p2 {
    font-size: 18px;
  }
  .shzr-main .lacco {
    font-size: 20px;
  }
  .shzr-main .box {
    padding: 0 10px;
  }
  .shzr-main .box .item {
    flex-direction: column;
  }
  .shzr-main .box .item .left img {
    width: 100%;
    height: auto;
  }
  .shzr-main .box .item .rig {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .shzr-main .box .item .rig .tab-cell .p1 {
    font-size: 18px;
  }
  .shzr-main .box .item .rig .tab-cell p img {
    width: 50%;
    margin: 0 auto;
  }
  .serve-main .wrap4 {
    width: 100%;
    padding: 0 2%;
  }
  .serve-main .acbola {
    padding: 30px 0 0;
  }
  .serve-main .acbola .p2 {
    font-size: 18px;
  }
  .serve-main .acbola .p3 {
    font-size: 14px;
  }
  .serve-main .acbola .tblmat {
    background: none;
  }
  .serve-main .acbola .tblmat .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .serve-main .elboua {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .serve-main .elboua a {
    width: 48%;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 65px;
  }
  .serve-main .elboua a span {
    width: 20px;
    height: 20px;
    margin-right: 0;
    background-size: cover;
  }
  .serve-main .pchlc .p1 {
    font-size: 20px;
  }
  .serve-main .pchlc .p2 {
    font-size: 18px;
  }
  .serve-main .map-ol .abulma {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    margin-right: 0;
    padding: 2% 2%;
  }
  .serve-main .map-ol .abulma .p1 {
    font-size: 16px;
  }
  .serve-main .map-ol .abulma .p2 {
    margin-top: 5px;
    font-size: 14px;
  }
  .F_fwzxtop {
    flex-direction: column;
  }
  .F_fwzxtopIndex {
    height: 100%;
  }
  .F_fwzxtopl {
    width: 50%;
  }
  .F_fwzxtopr {
    width: 100%;
  }
  .F_fwzxtopr ul {
    width: 100%;
    height: 100%;
  }
  .F_fwzxtopr ul li {
    width: 100%;
    height: 25%;
    border-bottom: 1px solid #0084D5;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }
  .F_fwzxtopr ul li i {
    width: 12.57%;
    height: auto;
    overflow: hidden;
    margin-left: 10%;
    margin-top: 3%;
    display: block;
  }
  .F_fwzxtopr ul li .F_fwzxtxt,
  .F_fwzxtopr ul li .F_fwzxbotrtxt {
    width: 70%;
    margin-left: 0%;
    margin-top: 7%;
    text-align: center;
  }
  .F_fwzxtopr ul li .F_fwzxtxt p,
  .F_fwzxtopr ul li .F_fwzxbotrtxt p {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .F_fwzxtopr ul li .F_fwzxtxt span,
  .F_fwzxtopr ul li .F_fwzxbotrtxt span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #0084D5;
    margin-bottom: 10px;
  }
  .F_fwzxtopr ul li .F_fwzxtxt a,
  .F_fwzxtopr ul li .F_fwzxbotrtxt a {
    display: inline-block;
    width: 160px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #0084D5;
    border: 1px solid #0084D5;
    margin-right: 20px;
  }
  .info-main .lnmsdt {
    font-size: 16px;
  }
  .lcalt {
    flex-direction: column;
  }
  .lcalt .con {
    width: 100%;
    font-size: 14px;
  }
  .lcalt .pic {
    width: 100%;
  }
  .fhoanc {
    background: url(../images/d.png) repeat-y 11px top;
  }
  .fhoanc .year-scl {
    padding: 0 0 0 35px;
    background-position: left center;
    background-size: auto 90%;
    text-align: left;
    font-size: 20px;
  }
  .fhoanc .lmenl {
    margin-top: 20px;
    padding: 0;
  }
  .fhoanc .lmenl li {
    width: 100%;
    padding-left: 40px;
    margin-bottom: 15px;
  }
  .fhoanc .lmenl li .date {
    font-size: 18px;
  }
  .fhoanc .lmenl li .date:after {
    left: -36px;
  }
  .fhoanc .lmenl li:nth-child(2n) {
    text-align: left;
    padding: 0 0 0 40px;
  }
  .fhoanc .lmenl li:nth-child(n+2) {
    margin-top: 0;
  }
  .fhoanc .lmenl li:nth-child(2n) .date:after {
    right: auto;
    left: -36px;
  }
  .Acbola .aewlm .p1 {
    font-size: 30px;
  }
  .Acbola .aewlm .p2 {
    font-size: 18px;
  }
  .Acbola .aewlm .p3 {
    font-size: 14px;
  }
  .Acbola .lbcanl {
    height: auto;
  }
  .Acbola .lbcanl .lmoml {
    width: 100%;
    margin-right: 0;
    position: relative;
  }
  .Acbola .lbcanl .lmoml .tit strong {
    font-size: 20px;
  }
  .Acbola .lbcanl .lmoml:nth-child(2n) {
    margin-right: 0;
  }
  .Acbola .mid-scol {
    display: none;
  }
  .product .box .img-box .img-item img {
    height: auto;
  }
}
