/* 基础样式 */
body {
  margin: 0;
  background-color: #ffffff;
  min-width: 1200px;
  font-family: "Microsoft YaHei", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei",
    sans-serif;
  padding-top: 100px;
}
a {
  text-decoration: none;
  color: #333;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  /* display: block; */
  /* font-size: 1.5em; */
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  /* font-weight: bold; */
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  margin: 0;
  color: #333;
  border: 0;
  outline: none;
  background: none;
}

/* 超出隐藏 */
.of-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 多行文本超出隐藏 */
.of-ellipsis-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.of-ellipsis-3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.of-ellipsis-4 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.of-ellipsis-5 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.of-ellipsis-6 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.max-box {
  width: 100%;
  height: auto;
}
.min-box {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.wrap-title {
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
  animation: fadeinT 1s;
}
.wrap-title i {
  display: block;
  margin: 0 auto 20px;
  width: 40px;
  height: 5px;
  background: url(../img/index/title_line.png) no-repeat;
}
.wrap-title h2 {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 42px;
  font-weight: normal;
  color: #000;
}
.wrap-title h2 a {
  color: #000;
}
.wrap-title h2 a:hover {
  color: #225f8e;
  transition: all 0.5s;
}
.wrap-title p {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #666;
}
.wrap-title.white * {
  color: #fff;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 99;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
}
.top-bar .min-box {
  width: 1600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar .min-box .logo {
  width: 14%;
  display: flex;
  align-items: flex-start;
}
.top-bar .min-box .logo img {
  width: 100%;
  height: auto;
}

.top-bar .min-box .nav-bar {
  display: flex;
  height: 100%;
  align-items: center;
}
.top-bar .min-box .nav-bar .links {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 30px;
  position: relative;
  font-size: 18px;
  line-height: 98px;
  color: #333;
}
.top-bar .min-box .nav-bar .act {
  color: #1e4a9e;
  border-bottom: 2px #1e4a9e solid;
}

.top-bar .min-box .tel {
  width: 200px;
  height: 38px;
  background-color: #1e4a9e;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  margin-left: 30px;
}
.top-bar .min-box .tel img {
  width: 22px;
  height: 22px;
}
.top-bar .min-box .tel a {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

/*--footer--*/
.footer {
  padding-top: 80px;
  overflow: hidden;
  background: #333;
}
.ft-inner {
  overflow: hidden;
}
.ft-menu {
  float: left;
  width: 675px;
  overflow: hidden;
  border-right: #484848 solid 1px;
}
.ft-menu dl {
  float: left;
  width: 33.33%;
}
.ft-menu dt {
  height: 30px;
  line-height: 30px;
  font-size: 26px;
  color: #fff;
  overflow: hidden;
}
.ft-menu dt a {
  color: #fff;
  transition: all 0.5s;
}
.ft-menu dt a:hover {
  letter-spacing: 2px;
}
.ft-menu dd {
  padding-top: 40px;
  overflow: hidden;
}
.ft-menu dd a {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #999;
}
.ft-menu dd a:hover {
  color: #fff;
}
.ft-info {
  float: right;
  overflow: hidden;
}
.ft-info .tel {
  /* padding-left: 25px; */
  text-align: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: url(../images/ft_tel.png) no-repeat 0 center;
}
.ft-info .tel span {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.ft-info .tel em {
  font-size: 26px;
  color: #e89316;
  vertical-align: middle;
  font-style: normal;
}
.ft-info .QRcode {
  margin-top: 26px;
  overflow: hidden;
}
.ft-info .QRcode .item {
  float: left;
  margin-left: 20px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
}
.ft-info .QRcode .pic {
  float: left;
  padding-right: 18px;
  width: 120px;
  height: auto;
  border-right: #eee solid 1px;
}
.ft-info .QRcode .pic img {
  width: 100%;
  height: auto;
}
.ft-info .QRcode .text {
  padding-left: 16px;
  line-height: 1.3;
  overflow: hidden;
}
.ft-info .QRcode .text span {
  display: block;
  font-size: 20px;
  color: #000;
}
.ft-info .QRcode .text small {
  display: block;
  font-size: 16px;
  color: #666;
}
.ft-info .QRcode .text i {
  display: block;
  margin-top: 8px;
  width: 22px;
  height: 22px;
}
.ft-info .QRcode .item-1 {
  margin-left: 0;
}
.ft-info .QRcode .item-1 .text i {
  background: url(../img/index/code_icon01.png) no-repeat 0 center;
}
.ft-info .QRcode .item-2 .text i {
  background: url(../img/index/code_icon02.png) no-repeat 0 center;
}
.ft-info .address {
  padding-top: 30px;
  padding-bottom: 15px;
  overflow: hidden;
}
.ft-info .address p {
  padding-right: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.ft-info .ft-logo {
  margin: 36px auto 0;
  width: 154px;
}
.ft-info .ft-logo img {
  display: block;
  width: 100%;
}
.copyright {
  margin-top: 50px;
  padding: 22px 0;
  line-height: 25px;
  font-size: 14px;
  overflow: hidden;
  border-top: #484848 solid 1px;
}
.copyright .fl {
  color: #999;
}
.copyright .fl span {
  display: inline-block;
}
.copyright .fl a {
  color: #999;
}
.copyright .fl a:hover {
  color: #fff;
}
.copyright .fr .backTop {
  display: block;
  padding-right: 12px;
  font-size: 14px;
  font-family: "DIN Medium";
  color: #666;
  background: url(../images/backtop.png) no-repeat right center;
}
.copyright .fr .backTop:hover {
  color: #fff;
}
.flinks {
  padding: 22px 0;
  line-height: 25px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  border-top: #484848 solid 1px;
}
.flinks dt {
  float: left;
}
.flinks dt a {
  color: #666;
}
.flinks dd {
  padding-left: 15px;
  overflow: hidden;
}
.flinks dd a {
  color: #666;
}
.flinks dd a:after {
  margin: 0 15px;
  content: "|";
}
.flinks dd a:last-child:after {
  display: none;
}
.flinks dt a:hover,
.flinks dd a:hover {
  color: #fff;
}
.flinks dd a:hover:after {
  color: #666;
}
/*--end footer--*/

.ListMenu {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background-color: #f0f0f0;
}
.ListMenu .min-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ListMenu .min-box a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  margin-left: 8px;
  width: 141px;
  text-align: center;
}
.ListMenu .min-box a:first-child {
  margin-left: 0;
}

.ListMenu .min-box a.left-act {
  background-color: #1e4a9e;
  border-color: #1e4a9e;
  color: #fff;
  border-radius: 30px;
}

.o_big_con {
  overflow: hidden;
  position: relative;
}
.o_big {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 70% center;
  background-size: cover;
  position: relative;
  width: 100%;
  -webkit-animation: scaleAnim 5s ease forwards;
  animation: scaleAnim 5s ease forwards;
}
.o_big img {
  width: 100%;
  filter: Alpha(Opacity=0);
  opacity: 0;
}
.o_big_con .cons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o_big_con .cons .wrap {
  width: 96%;
  height: 100%;
  display: table;
  max-width: 1400px;
  margin: 0 auto;
}
.o_big_con .h2 {
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
}
.o_big_con .h2 label {
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 1);
  font-weight: normal;
  margin-bottom: 1%;
  font-size: 48px;
}
.o_big_con .h2 span {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.breadcrumbs {
  width: 100%;
  height: 50px;
  background-color: #f0f0f0;
}

.breadcrumbs .min-box {
  height: 50px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 30px;
}

.min-box ol {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
  color: #fff;
  background: url(../img/address.png) no-repeat left center;
}

.crumb {
  display: inline-block;
  color: #fff;
}
.crumb a {
  color: #fff;
}

.crumb a::after {
  display: inline-block;
  color: #fff;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.pages {
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  justify-content: center;
  margin: 40px 0;
}
.pages .pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #999;
  margin: 0 5px;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #d1d1d1;
  border-radius: 50%;
  text-align: center;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.pages .pagination a.active {
  background-color: #1e4a9e;
  border-color: #1e4a9e;
  color: #fff;
}
.pages .pagination a:hover {
  background-color: #1e4a9e;
  border-color: #1e4a9e;
  color: #fff;
}

.main .left-item .left-list:last-child .left-box-item .left-box-item-a::after {
  content: "";
}

/*浮动*/
.y-kefu-box {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 9999;
  font-size: 13px;
}
.y-kefu-box img {
  display: block;
  width: 100%;
  height: auto;
}
.y-kefu-box01 .icon {
  display: block;
  background: url(../img/icons01.png) no-repeat;
  margin: 0 auto 6px;
}
.y-kefu-box01 {
  width: 54px;
  color: #666;
  text-align: center;
}
.y-kefu-box01 .kf-close-btn {
  width: 27px;
  height: 27px;
  background-position: -5px -115px;
  position: relative;
  cursor: pointer;
}
.y-kefu-box01 .kf-close-btn:before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #e89316;
  position: absolute;
  bottom: -12px;
  left: 13px;
  z-index: 1;
}
.y-kefu-box01 .show-status > a,
.y-kefu-box01 .show-status > div {
  display: block;
  width: 52px;
  padding: 8px 0 12px;
  background-color: #fff;
  border-left: solid 1px #efefef;
  border-top: solid 1px #efefef;
  border-right: solid 1px #efefef;
  position: relative;
}
.y-kefu-box01 .show-status {
  position: relative;
}
.y-kefu-box01 .show-status .kf-zixun {
  background-color: #e89316;
  border-color: #e89316;
  color: #fff;
  margin: 10px 0 7px;
}
.y-kefu-box01 .kf-zixun {
  border-radius: 2px;
}
.y-kefu-box01 .kf-zixun i {
  width: 21px;
  height: 22px;
  background-position: -5px -5px;
}
.y-kefu-box01 .kf-mobile {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.y-kefu-box01 .kf-mobile > i {
  width: 18px;
  height: 18px;
  background-position: -5px -32px;
}
.y-kefu-box01 .kf-mobile:hover > i {
  background-position: -30px -32px;
}
.y-kefu-box01 .kf-weChat > i {
  width: 22px;
  height: 19px;
  background-position: -5px -55px;
}
.y-kefu-box01 .kf-weChat:hover > i {
  background-position: -30px -55px;
}
.y-kefu-box01 .kf-email {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.y-kefu-box01 .kf-email > i {
  width: 18px;
  height: 14px;
  background-position: -5px -80px;
}
.y-kefu-box01 .kf-email:hover > i {
  background-position: -30px -80px;
}
.y-kefu-box01 .back-top i {
  width: 13px;
  height: 11px;
  background-position: -5px -98px;
}
.y-kefu-box01 .back-top:hover i {
  background-position: -30px -98px;
}
.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
  border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .back-top {
  margin-top: 20px;
  border-radius: 2px;
  left: 55px;
}
.y-kefu-box01 .hver:hover {
  background-color: #e89316;
  border-color: #e89316;
}
.y-kefu-box01 .hver:hover > p {
  color: #fff;
}
.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
  background-color: #fff;
  border: solid 1px #efefef;
  position: absolute;
  right: 90px;
  z-index: 2;
  border-radius: 2px;
  display: none;
}
/*咨询热线*/
.y-kefu-box01 .mobile-infos {
  width: 215px;
  text-align: left;
  top: 0;
}
.y-kefu-box01 .mobile-infos > div {
  padding: 20px 0 20px 45px;
  position: relative;
}
.y-kefu-box01 .mobile-infos > div i {
  width: 15px;
  height: 15px;
  background-position: -52px -32px;
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 2;
}
.y-kefu-box01 .mobile-infos .online1 {
  border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .mobile-infos span {
  color: #999;
}
.y-kefu-box01 .mobile-infos p {
  color: #333;
  font-size: 18px;
}
.right {
  width: 12px;
  height: 12px;
  position: absolute;
  right: -12px;
  top: 24px;
}
.right-arrow1,
.right-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-bottom: 6px transparent dashed;
  border-left: 6px white solid;
  overflow: hidden;
}
.right-arrow1 {
  left: 1px;
  border-left: 6px #efefef solid;
}
.right-arrow2 {
  border-left: 6px #fff solid;
}
/*二维码*/
.y-kefu-box01 .y-ewm-box {
  width: 150px;
  height: 178px;
  top: -60px;
}
.y-kefu-box01 .y-ewm-box img {
  width: 94px;
  height: 94px;
  margin: 30px auto 10px;
}
.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
  width: 150px;
}
.y-kefu-box01 .y-ewm-box .right {
  top: 84px;
}
/*email*/
.y-kefu-box01 .y-email-infos {
  padding: 28px 20px 28px 45px;
  color: #999;
  text-align: left;
  bottom: 0;
}
.y-kefu-box01 .y-email-infos p {
  color: #333;
  font-size: 16px;
}
.y-kefu-box01 .y-email-infos > i {
  width: 18px;
  height: 13px;
  background-position: -52px -80px;
  position: absolute;
  left: 15px;
  top: 30px;
}
.y-kefu-box01 .y-email-infos .right {
  top: 55px;
}

.y-kefu-box01 .hide-status {
  width: 54px;
  height: 65px;
  background-color: #225f8e;
  position: absolute;
  top: 37px;
  left: 55px;
  z-index: 9;
}
.y-kefu-box01 .hide-status .kf-zixun {
  padding: 10px 0 7px;
  color: #fff;
  cursor: pointer;
}

<!--翻页-- > .prevcon {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  height: 60px;
}
.prevcon p {
  width: 50%;
  float: left;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #e7e7e7;
}

.prevcon p a {
  font-size: 13px;
  color: #666;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.prevcon p.prevNews a:after,
.prevcon p.prevNews a:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 5;
  border-top: 8px transparent dashed;
  border-left: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-right: 8px #ccc solid;
  overflow: hidden;
  margin-left: -5px;
}

.prevcon p.prevNews a:after,
.prevcon p.prevNews a:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
  z-index: 5;
  border-top: 8px transparent dashed;
  border-left: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-right: 8px #ccc solid;
  overflow: hidden;
  margin-left: -5px;
}
.prevcon p.prevNews a:after {
  left: 3px;
  border-right-color: #fff;
}
.prevcon p.NextNews a:after,
.prevcon p.NextNews a:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 22px;
  z-index: 5;
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
  margin-right: -5px;
}
.prevcon p.NextNews a:after,
.prevcon p.NextNews a:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 22px;
  z-index: 5;
  border-top: 8px transparent dashed;
  border-right: 8px transparent dashed;
  border-bottom: 8px transparent dashed;
  border-left: 8px #ccc solid;
  overflow: hidden;
  margin-right: -5px;
}

.prevcon p.NextNews a {
  margin-right: 20px;
  padding-right: 20px;
  text-align: right;
  position: relative;
}

.prevcon p.NextNews a:after {
  right: 3px;
  border-left-color: #fff;
}
.prevcon p.NextNews {
  border-left: 1px solid #e7e7e7;
}

.prevcon p.prevNews a:hover:before {
  border-right-color: #1e4a9e;
}

.prevcon p.prevNews a:hover {
  color: #1e4a9e;
}
.prevcon p.NextNews a:hover:before {
  border-left-color: #1e4a9e;
}
.prevcon p.NextNews a:hover {
  color: #1e4a9e;
}
