* {
  word-break: break-all;
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font-size: 16px;
  color: #232323;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑", "microsoft Yahei", "Courier New", Courier,
    monospace;
  line-height: 28px;
  background-color: #fff;
  width: 100%;
  text-align: justify;
  overflow-x: hidden;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #053db0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.blank {
  clear: both;
  height: 20px;
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
}
.img {
  line-height: 0;
}
.imgZoom {
  overflow: hidden;
}
.imgZoom img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
}
.imgFanzhuan {
  overflow: hidden;
}
.imgFanzhuan img {
  display: block;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 480px) {
  .imgZoom:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .imgFanzhuan:hover img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
table {
  width: 100%;
  word-break: break-all;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background: #f4f4f4;
}
table tr {
  height: 33px;
}
@media (min-width: 480px) {
  table tr:hover {
    background: #f43a3b;
    color: #fff;
  }
}
table td,
table th {
  padding: 0 10px;
  text-align: center;
  border: 1px solid #ddd;
}
table td:first-child {
  min-width: 100px;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.titleh2 {
  margin: 50px 0 30px;
  text-align: center;
}
.titleh2 h2 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
}
.titleh2 h2:before,
.titleh2 h2:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  bottom: -10px;
  background-color: #0b43aa;
}
.titleh2 h2:before {
  left: -20px;
}
.titleh2 h2:after {
  right: -20px;
}
.titleh2 span {
  display: block;
  color: #b3b3b3;
  font-size: 15px;
  line-height: 0.8;
}
.head .logo {
  float: left;
  margin: 35px 0;
}
.head .tel {
  float: right;
  height: 70px;
  margin: 36px 0;
  padding-left: 45px;
  background-image: url(../images/telIco.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}
.head .tel span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
.head .tel strong {
  display: block;
  font-size: 24px;
  color: #df1e15;
}
.head .menu {
  line-height: 65px;
  background-color: #0b43aa;
}
.head .menu li {
  float: left;
  width: 16.666%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 480px) {
  .head .menu li:hover {
    background-color: #ec4f02;
  }
}
.head .menu a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.bannerbox {
  position: relative;
}
.bannerbox .bd {
  line-height: 0;
  cursor: pointer;
}
.bannerbox .bd img {
  min-height: 160px;
  object-fit: cover;
}
.bannerbox .hd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  margin: auto;
  width: 90px;
  height: 24px;
  text-align: center;
  line-height: 0;
  font-size: 0;
  background-color: #999999;
  border-radius: 14px;
}
.bannerbox .hd li {
  display: inline-block;
  cursor: pointer;
  margin: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.bannerbox .hd li.on {
  background-color: #0b43aa;
}
.productbox li {
  float: left;
  width: 31.333%;
  margin: 1%;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #eee;
}
.productbox li a {
  display: block;
  color: #232323;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.productbox li p {
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.productbox .more {
  display: block;
  width: 180px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  margin: 30px auto 50px;
  background-color: #0b43aa;
  border-radius: 50px;
}
@media (min-width: 480px) {
  .productbox li:hover a {
    color: #fff;
    background-color: #0b43aa;
  }
  .productbox .more:hover {
    background-color: #ec4f02;
  }
}
.productbox .more i {
  vertical-align: middle;
}
.aboutbox {
  background-image: url(../images/background.jpg);
}
.aboutbox .w1400 {
  padding: 50px 0;
}
.aboutbox .left {
  float: left;
  width: 40%;
  margin-left: 100px;
}
.aboutbox .title {
  text-align: center;
}
.aboutbox .title h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}
.aboutbox .title h2:before,
.aboutbox .title h2:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  bottom: -10px;
  background-color: #0b43aa;
}
.aboutbox .title h2:before {
  left: -20px;
}
.aboutbox .title h2:after {
  right: -20px;
}
.aboutbox .title span {
  display: block;
  color: #b3b3b3;
  font-size: 15px;
  line-height: 0.8;
  letter-spacing: 1px;
}
.aboutbox .left .text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 26px;
  text-indent: 2em;
}
.aboutbox .left .text p {
  margin-bottom: 15px;
}
.aboutbox .left .more {
  display: block;
  width: 160px;
  line-height: 30px;
  border: 1px solid #333;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
}
.aboutbox .left .more i {
  vertical-align: middle;
}
@media (min-width: 480px) {
  .aboutbox .left .more:hover {
    color: #fff;
    border: 1px solid #ec4f02;
    background-color: #ec4f02;
  }
}
.aboutbox .aboutpic {
  position: relative;
  float: right;
  margin-top: 10px;
  margin-right: 100px;
  z-index: 999;
}
.aboutbox .aboutpic:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #2468e3;
  z-index: -1;
}
.ysbox {
  height: 806px;
  background-image: url(../images/ysBg.jpg);
  background-size: cover;
}
.ysbox .title {
  padding-top: 82px;
  text-align: center;
}
.ysbox .titleh2 {
  display: none;
}
.ysbox ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 90px;
  text-align: center;
}
.ysbox li {
  position: relative;
  float: left;
  width: 23%;
  margin: 0 1%;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 999;
  cursor: pointer;
}
.ysbox li .img {
  transition: all 0.5s;
}
@media (min-width: 480px) {
  .ysbox li:hover .img {
    transform: rotateY(360deg);
  }
}
.ysbox li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #2468e3;
  z-index: -1;
}
.ysbox li h3 {
  color: #2468e3;
  font-size: 22px;
  margin-top: 10px;
}
.ysbox li p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 35px;
}
.casebox {
  background-image: url(../images/background.jpg);
}
.casebox .w1400 {
  overflow: hidden;
}
.casebox .caseslide {
  position: relative;
  padding-bottom: 100px;
}
.casebox li {
  margin: 0 10px;
  border: 1px solid #ddd;
  background-color: #eee;
}
.casebox li a {
  display: block;
  color: #232323;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.casebox li .img {
  position: relative;
}
.casebox li .img:before {
  content: "";
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #ec4f02;
  background-color: rgba(236, 79, 2, 0.9);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.casebox li .img:after {
  content: "查看详情";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.casebox li span {
  display: block;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.casebox .prev,
.casebox .next {
  position: absolute;
  width: 48px;
  left: 0;
  right: 0;
  bottom: 26px;
  margin: auto;
  color: #fff;
  font-size: 48px;
  background-color: #2468e3;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .casebox li:hover .img:before,
  .casebox li:hover .img:after {
    opacity: 1;
  }
  .casebox .prev:hover,
  .casebox .next:hover {
    background-color: #ec4f02;
  }
}
.casebox .prev {
  right: 150px;
}
.casebox .next {
  left: 150px;
}
.newbox {
  margin-bottom: 50px;
}
.newbox ul {
  border-top: 2px #cccccc solid;
  padding: 30px 0 0;
}
.newbox li {
  float: left;
  width: 46%;
  margin: 0 2% 2%;
  overflow: hidden;
  border-bottom: 1px solid #e8e9ea;
  margin-bottom: 20px;
}
.newbox li a {
  color: #232323;
}
.newbox li h3 {
  position: relative;
  border-bottom: 1px #e5e5e5 solid;
  overflow: hidden;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newbox li h3:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 20px;
  background-color: #636363;
}
.newbox li .date {
  float: right;
  color: #333;
  font-size: 20px;
  font-weight: normal;
  font-family: "Arial";
}
.newbox li p {
  color: #999999;
  font-size: 14px;
  margin-top: 17px;
  line-height: 24px;
  transition: all ease-in-out 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newbox li .more {
  width: 130px;
  height: 42px;
  line-height: 42px;
  background-color: #f4f4f4;
  text-align: center;
  display: block;
  margin: 20px 0;
}
@media (min-width: 480px) {
  .newbox li:hover h3:before {
    background-color: #ec4f02;
  }
  .newbox li:hover p {
    color: #232323;
  }
  .newbox li:hover .more {
    color: #fff;
    background-color: #ec4f02;
  }
}
.foot {
  padding: 30px 0;
  background-color: #232323;
}
.foot .flogo {
  float: left;
  width: 310px;
  text-align: center;
}
.foot .fmenu {
  width: 680px;
  margin: 0 auto;
  padding-top: 20px;
}
.foot .fmenu ul {
  height: 30px;
}
.foot .fmenu li {
  position: relative;
  float: left;
  width: 16.666%;
  padding-left: 10px;
}
.foot .fmenu li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 10px;
  background-color: #d1d1d1;
}
.foot .fmenu li a {
  display: block;
  color: #fff;
}
.foot .fmenu p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #525252;
}
.foot .fmenu p i {
  color: #ec4f02;
}
.foot .fright {
  float: right;
  width: 310px;
  margin-top: 20px;
}
.foot .fewm {
  float: left;
}
.foot .fright .text {
  float: left;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  margin-left: 20px;
}
.copyright {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 10px 0px;
  background-color: #0b43aa;
}
.copyright p,
.copyright span {
  display: inline-block;
}
.copyright a {
  display: inline-block;
  color: #fff;
}
.fdh {
  position: fixed;
  display: none;
  line-height: 40px;
  height: 40px;
  background-color: #222222;
  width: 100%;
  z-index: 99999;
  bottom: 0px;
}
.fdh li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  border-left: 1px #ddd solid;
  box-sizing: border-box;
}
.fdh li:first-child {
  border: 0;
}
.fdh .li {
  background-color: #0b43aa;
}
.fdh a {
  display: block;
  color: #fff;
}
.dqwz {
  border-bottom: 1px #cccccc solid;
  margin-bottom: 50px;
  background-color: #eeeeee;
  padding: 10px 0;
  font-size: 15px;
}
.dqwz .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dqwz b {
  padding-left: 10px;
  font-weight: normal;
}
.dqwz .p2 {
  display: none;
  color: #fff;
  padding: 10px 0;
}
.page {
  margin: 30px 0 50px;
  text-align: center;
}
.page span {
  display: none;
}
.page a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.page a.current {
  color: #fff;
  border-color: #292e39;
  background: #292e39;
}
@media (min-width: 480px) {
  .page a:hover {
    color: #fff;
    border-color: #292e39;
    background: #292e39;
  }
}
.gy-main {
  margin-bottom: 50px;
}
.gy-main .text {
  margin-top: 60px;
}
.gy-main .text .img {
  float: left;
  padding: 15px;
  margin-right: 20px;
  background-image: url(../images/background.jpg);
}
.gy-main .text p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 20px;
}
.gy-main .honorslide {
  overflow: hidden;
}
.gy-main .honorslide li {
  margin: 0 10px;
  cursor: pointer;
  border: 8px solid #ddd;
}
.gy-main .honorslide .bd img {
  object-fit: cover;
}
.lxwm-main .left {
  float: left;
  width: 40%;
  margin-top: 80px;
}
.lxwm-main .info p {
  line-height: 30px;
  color: #676767;
  font-size: 18px;
  margin-bottom: 10px;
}
.lxwm-main .way-con {
  float: left;
  width: 100%;
  color: #676767;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.lxwm-main .right.img {
    float: right;
    width: 50%;
}
.lxwm-main .right img {
  border: 10px solid #ddd;
  border-radius: 0 0 0 130px;
}
.lxwm-main .service {
  padding: 50px 0;
  background: #fafafa;
  overflow: hidden;
  margin: 50px 0 0;
}
.lxwm-main .service .title {
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.lxwm-main .service .title h2 {
  font-size: 30px;
  display: block;
  overflow: hidden;
  font-weight: normal;
  padding-top: 10px;
  color: #ec4f02;
}
.lxwm-main .service .title span {
  font-size: 48px;
  color: #eaeaea;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.lxwm-main .service .info {
  margin-top: 15px;
}
.lxwm-main .service .info p {
  color: #888;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  margin: 5px auto 0;
}
.lxwm-main .service .text {
  margin-top: 30px;
}
.lxwm-main .service .text .clearfix {
  display: flex;
}
.lxwm-main .service .text dl {
  float: left;
  margin: 1%;
  width: 48%;
  padding: 50px 30px;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
}
@media (min-width: 480px) {
  .lxwm-main .service .text dl:hover {
    box-shadow: 0 5px 15px #ddd;
  }
}
.lxwm-main .service .text dt {
  display: block;
  color: #fb5339;
  font-weight: bold;
  margin-bottom: 10px;
}
.lxwm-main .service .text dd {
  padding-left: 1em;
  line-height: 32px;
}
.lxwm-main .service .text .en dd {
  font-size: 14px;
  word-wrap: break-word;
  word-break: normal;
  line-height: 22px;
}
.list-main .title {
  text-align: center;
}
.list-main h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 30px;
}
.list-main h2:before,
.list-main h2:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  bottom: -5px;
  background-color: #0b43aa;
}
.list-main h2:before {
  left: 10px;
}
.list-main h2:after {
  right: 10px;
}
.list-main li {
  float: left;
  width: 23%;
  margin: 1%;
  text-align: center;
}
.list-main li a {
  display: block;
  color: #232323;
  font-size: 16px;
  background-color: #f8f8f8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list-main li .img {
  position: relative;
}
.list-main li .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b43aa;
  background-color: rgba(11, 67, 170, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.list-main li .img:after {
  content: "查看详情";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
@media (min-width: 480px) {
  .list-main li:hover a {
    color: #fff;
    background-color: #0b43aa;
  }
  .list-main li:hover .img:before,
  .list-main li:hover .img:after {
    opacity: 1;
  }
}
.list-main li span {
  display: block;
  line-height: 50px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-main .title {
  text-align: center;
}
.new-main h2 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 50px;
}
.new-main h2:before,
.new-main h2:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  bottom: -5px;
  background-color: #0b43aa;
}
.new-main h2:before {
  left: 10px;
}
.new-main h2:after {
  right: 10px;
}
.new-main li {
  float: left;
  width: 48%;
  margin: 0 1% 20px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px #ccc dashed;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.new-main li a {
  display: block;
}
.new-main li .date {
  font-size: 14px;
  color: #999;
}
.new-main li h3 {
  position: relative;
  text-align: left;
  font-size: 18px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-main li h3:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid #e22319;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.new-main li p {
  font-size: 16px;
  line-height: 32px;
  margin: 10px 0;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
@media (min-width: 480px) {
  .new-main li:hover {
    transform: translateX(15px);
  }
  .new-main li:hover a {
    color: #e22319;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  .new-main li:hover p {
    color: #232323;
  }
}
.article-main .title {
  text-align: center;
  font-size: 30px;
  line-height: 2;
  font-weight: normal;
}
.article-main .artinfo {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.article-main .content {
  font-size: 16px;
  line-height: 33px;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  margin: 15px 0;
  border-top: 1px #ddd solid;
  padding: 20px 0;
}
.prenext .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenext .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.part-main .info .img{
  width: 45%;
  float: left;
}
.part-main .info .right{
  width: 51%;
  float: left;
  margin-left: 4%;
  display: inline;
  border-bottom: 1px #ddd dashed;
}
.part-main .info .right h1 {
  font-size: 26px;
  margin-bottom: 30px;
}
.part-main .info .right .description {
  margin-top: 20px;
  padding-top: 20px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.part-main .info .right .proonedetailfltel {
  font-size: 20px;
  color: #999;
  border-top: 1px #ddd solid;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.part-main .info .right .proonedetailfltel strong {
  font-size: 30px;
  color: #ec4f02;
  vertical-align: text-bottom;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
}
.part-main .info ul {
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px #ddd solid;
}
.part-main .info ul li {
  float: left;
  width: 25%;
}
.part-main .info ul li img {
  vertical-align: middle;
  padding-right: 5px;
}
.part-main .main {
  padding: 30px 0;
}
.part-main .main .content {
  float: left;
  width: 1040px;
  margin-right: 40px;
}
.part-main .main .mright {
  width: 320px;
  float: left;
}
.part-main .main .cp_txt {
  line-height: 35px;
  color: #333;
  margin-top: 32px;
}
.part-main .main .txt_name {
  line-height: 32px;
  font-size: 26px;
  font-weight: bold;
  background: url(../images/nchtit.png) no-repeat left center;
  margin-bottom: 20px;
  padding-left: 40px;
}
.part-main #xgcp,
.part-main #alzs {
  position: relative;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.part-main #xgcp h2,
.part-main #alzs h2 {
  font-size: 26px;
  background: url(../images/xgt2.png) no-repeat left center;
  width: 206px;
  height: 50px;
  line-height: 50px;
  text-indent: 1em;
  color: #fff;
}
.part-main #xgcp:after,
.part-main #alzs:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
  z-index: -1;
}
.part-main #xgcp ul,
.part-main #alzs ul {
  padding: 15px 10px;
}
.part-main #xgcp ul li a,
.part-main #alzs ul li a {
  display: block;
  color: #232323;
}
.part-main #xgcp ul li p,
.part-main #alzs ul li p {
  line-height: 40px;
  text-align: center;
}
.article-main .prenext {
  margin-bottom: 0;
}
.article-main #xgcp {
  position: relative;
  margin-bottom: 40px;
}
.article-main #xgcp h2 {
  font-size: 26px;
  background: url(../images/xgt2.png) no-repeat left center;
  width: 206px;
  height: 50px;
  line-height: 50px;
  text-indent: 40px;
  color: #fff;
}
.article-main #xgcp:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
  z-index: -1;
}
.article-main #xgcp ul {
  border: 1px #dddddd solid;
  padding: 10px;
  overflow: hidden;
}
.article-main #xgcp li {
  float: left;
  width: 25%;
}
.article-main #xgcp a {
  display: block;
  margin: 2%;
  text-align: center;
  color: #333;
  border: 1px solid #ccc;
}
.article-main #xgcp a p {
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nyban.img img {
  min-height: 230px;
  object-fit: cover;
}
.friendlink {
  line-height: 60px;
  background-color: #F1F1F1;
}
.friendlink a {
  display: inline-block;
  color: #666;
  margin: 0 10px;
}
@media (max-width: 1440px) {
  .w1400 {
    width: 90%;
  }
  .foot .flogo {
    display: none;
  }
  .foot .fmenu {
    margin: 0;
  }
  .ysbox {
    height: 700px;
  }
  .ysbox .title {
    padding-top: 60px;
  }
  .ysbox ul {
    margin-top: 70px;
  }
  .ysbox li h3 {
    font-size: 20px;
  }
  .ysbox li p {
    margin-top: 15px;
    margin-bottom: 11px;
  }
  .lxwm-main .way-con {
    line-height: 32px;
  }
  .part-main .main .content {
    width: 73%;
    margin-right: 2%;
  }
  .part-main .main .mright {
    width: 25%;
  }
}
@media (max-width: 1280px) {
  .head .menu {
    line-height: 55px;
  }
  .productbox li p {
    line-height: 40px;
  }
  .productbox .more {
    width: 160px;
    height: 50px;
    line-height: 50px;
  }
  .aboutbox .left {
    margin-left: 20px;
    width: 45%;
  }
  .aboutbox .aboutpic {
    margin-right: 20px;
  }
  .ysbox li h3 {
    font-size: 18px;
  }
  .ysbox li p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .casebox li span {
    line-height: 40px;
  }
  .gy-main .text .img {
    float: none;
    text-align: center;
    margin-right: 0;
  }
  .lxwm-main .right {
    width: 55%;
  }
  .list-main li span {
    line-height: 40px;
  }
  .part-main .info .right h1 {
    margin-bottom: 20px;
  }
  .part-main .info .right .description {
    margin-top: 0;
    padding-top: 0;
  }
  .part-main .info .right .proonedetailfltel {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .part-main .info ul {
    margin-bottom: 10px;
    padding: 15px 0;
  }
  .part-main .main .content {
    width: 70%;
  }
  .part-main .main .mright {
    width: 28%;
  }
}
@media (max-width: 1140px) {
  .aboutbox .left {
    margin-left: 0;
  }
  .aboutbox .title h2 {
    font-size: 26px;
  }
  .aboutbox .title span {
    font-size: 12px;
  }
  .aboutbox .left .text {
    margin-top: 20px;
  }
  .aboutbox .left .text p {
    margin-bottom: 5px;
  }
  .aboutbox .left .more {
    margin-top: 20px;
  }
  .aboutbox .aboutpic {
    margin-right: 0;
  }
  .ysbox {
    height: 806px;
  }
  .ysbox .title {
    padding-top: 40px;
  }
  .ysbox ul {
    margin-top: 40px;
  }
  .ysbox li {
    width: 48%;
    margin: 1%;
  }
  .casebox .caseslide {
    padding-bottom: 80px;
  }
  .casebox .prev,
  .casebox .next {
    width: 36px;
    font-size: 36px;
    bottom: 22px;
  }
  .foot .fright {
    float: none;
    width: 90%;
    margin: 0 auto 20px;
  }
  .foot .fmenu {
    width: 90%;
    margin: 0 auto 20px;
  }
  .foot .fright .text {
    float: right;
  }
  .list-main li {
    width: 31.333%;
  }
  .part-main .main .content {
    width: 68%;
  }
  .part-main .main .mright {
    width: 30%;
  }
  .lxwm-main .service .text .clearfix {
    display: block;
  }
  .lxwm-main .service .text dl {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
  .lxwm-main .service .text .clearfix:first-child + div {
    margin: 30px 0;
  }
  .lxwm-main .service .text dl.en {
    display: none;
  }
  .lxwm-main .service .text dt {
    margin-bottom: 0;
  }
  .lxwm-main .service .text dd {
    line-height: 28px;
  }
}
@media (max-width: 960px) {
  .titleh2 h2 {
    font-size: 32px;
  }
  .head .tel {
    display: none;
  }
  .head .logo {
    float: none;
    max-width: 450px;
    margin: 15px auto;
  }
  .aboutbox .left {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
  .aboutbox .aboutpic {
    display: none;
  }
  .aboutbox .left .more {
    margin: 20px auto 0;
  }
  .ysbox .title {
    display: none;
  }
  .ysbox .titleh2 {
    display: block;
    color: #fff;
    margin-top: 0;
    padding-top: 50px;
  }
  .ysbox .titleh2 h2 i {
    font-size: 48px;
  }
  .ysbox .titleh2 span {
    color: #fff;
  }
  .ysbox .titleh2 h2:before,
  .ysbox .titleh2 h2:after {
    background-color: #fff;
  }
  .ysbox li {
    width: 46%;
    margin: 2%;
  }
  .lxwm-main .left {
    width: 100%;
    margin-top: 0;
  }
  .lxwm-main .right {
    display: none;
  }
  .part-main .info .img {
    width: 70%;
    margin: 0 auto;
    float: none;
    border: 8px solid #ebebeb;
  }
  .part-main .info .right {
    width: 100%;
    text-align: center;
    border-bottom: none;
    margin-left: 0;
  }
  .part-main .info .right h1 {
    font-size: 22px;
    line-height: 1.6;
    margin: 15px 0;
  }
  .part-main .info .right .description {
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
    padding: 0 10px;
  }
  .part-main .info .right .proonedetailfltel {
    padding-top: 15px;
    margin: 15px 0;
  }
  .part-main .info ul {
    margin-bottom: 0;
    padding: 10px 0;
  }
  .part-main .main {
    padding-top: 0;
  }
  .part-main .main .content {
    width: 100%;
  }
  .part-main .main .mright {
    display: none;
  }
  .part-main .main .cp_txt {
    line-height: 26px;;
    margin-top: 24px;
  }
  .part-main .main .txt_name {
    background-size: contain;
    line-height: 26px;
    font-size: 20px;
    padding-left: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .w1400 {
    width: 96%;
  }
  .titleh2 {
    margin: 30px 0 20px;
  }
  .head .menu li {
    width: 33.333%;
  }
  .head .menu li a {
    display: block;
  }
  .fdh {
    display: block;
  }
  .copyright {
    margin-bottom: 40px;
  }
  .productbox .more {
    margin: 20px auto 30px;
  }
  .aboutbox .w1400 {
    padding: 30px 0;
  }
  .aboutbox .left {
    width: 90%;
  }
  .ysbox {
    height: 760px;
  }
  .ysbox .titleh2 {
    padding-top: 30px;
  }
  .ysbox ul {
    margin-top: 20px;
  }
  .newbox {
    margin-bottom: 30px;
  }
  .newbox li {
    width: 96%;
    border-bottom: 1px dashed #e8e9ea;
  }
  .foot .fright {
    width: 100%;
    margin: 0;
  }
  .foot .fmenu {
    display: none;
  }
  .foot .fewm {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .foot .fright .text {
    float: none;
    text-align: center;
  }
  .dqwz {
    display: block;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #0b43aa;
    height: auto;
    text-align: center;
    padding: 0;
    line-height: 16px;
    margin-bottom: 30px;
  }
  .dqwz .w1400 {
    width: 100%;
  }
  .dqwz .p1 {
    font-size: 14px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
  }
  .dqwz .p1 b {
    padding-left: 0;
  }
  .dqwz .p2 {
    display: block;
  }
  .nyban {
    display: none;
  }
  .gy-main {
    margin-bottom: 30px;
  }
  .gy-main .text {
    width: 96%;
    margin: 30px auto 0;
  }
  .gy-main .text .img {
    margin-bottom: 10px;
  }
  .gy-main .text p {
    line-height: 28px;
    margin-bottom: 10px;
  }
  .lxwm-main .way-con {
    margin-top: 10px;
    padding-top: 20px;
  }
  .lxwm-main .service {
    margin: 30px 0 0;
    padding: 30px 0;
  }
  .lxwm-main .service .title {
    margin-top: 0;
  }
  .lxwm-main .service .title span {
    font-size: 36px;
  }
  .lxwm-main .service .title h2 {
    font-size: 24px;
    margin-top: 0;
  }
  .lxwm-main .service .info {
    margin-top: 10px;
  }
  .lxwm-main .service .text dl {
    padding: 20px;
  }
  .page {
    margin: 20px 0 30px;
  }
  .new-main h2 {
    margin-bottom: 30px;
  }
  .new-main li {
    width: 98%;
  }
  .new-main li p {
    font-size: 15px;
    line-height: 22px;
  }
  .article-main .title {
    font-size: 26px;
    line-height: 1.4;
  }
  .article-main .content {
    width: 96%;
    margin: 0 auto;
  }
  .casebox li .img:after {
    width: 80%;
  }
  .list-main li .img:after {
    width: 80%;
  }
  .part-main .main {
    width: 96%;
    margin: 0 auto;
  }
  .article-main #xgcp {
    margin-bottom: 30px;
  }
  .article-main #xgcp li {
    width: 50%;
  }
  .article-main #xgcp h2 {
    background-size: contain;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    font-size: 20px;
  }
  .article-main #xgcp:after {
    height: 40px;
  }
  .prenext {
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  .head .logo {
    max-width: 350px;
  }
  .head .menu .w1400 {
    width: 100%;
  }
  .head .menu {
    line-height: 45px;
  }
  .productbox li {
    width: 48%;
  }
  .ysbox {
    height: auto;
    padding-bottom: 30px;
  }
  .ysbox li {
    float: none;
    width: 96%;
    margin: 2% auto;
  }
  .list-main li {
    width: 48%;
  }
  .part-main .info ul {
    display: none;
  }
}
@media (max-width: 480px) {
  .head .logo {
    max-width: 280px;
  }
  .titleh2 h2 {
    font-size: 24px;
  }
  .titleh2 span {
    display: none;
  }
  .titleh2 h2:before,
  .titleh2 h2:after {
    bottom: -5px;
  }
  .titleh2 h2:before {
    left: 10px;
  }
  .titleh2 h2:after {
    right: 10px;
  }
  .productbox li p {
    line-height: 35px;
  }
  .productbox .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .ysbox .titleh2 h2 i {
    font-size: 36px;
  }
  .aboutbox .left {
    width: 96%;
  }
  .aboutbox .title h2 {
    font-size: 22px;
  }
  .aboutbox .title span {
    display: none;
  }
  .aboutbox .title h2:before,
  .aboutbox .title h2:after {
    bottom: -5px;
  }
  .aboutbox .title h2:before {
    left: 10px;
  }
  .aboutbox .title h2:after {
    right: 10px;
  }
  .casebox li span {
    line-height: 35px;
  }
  .lxwm-main .service .info p {
    font-size: 12px;
  }
  .lxwm-main .service .text dd {
    font-size: 15px;
    line-height: 24px;
  }
  .list-main li span {
    line-height: 35px;
  }
  .list-main h2 {
    font-size: 24px;
  }
  .part-main .info .img {
    width: 80%;
  }
  .new-main h2 {
    font-size: 24px;
  }
}
@media (max-width: 330px) {
  .aboutbox .title h2 {
    font-size: 20px;
  }
}
