@import url(pc-reset.css);
strong {
  font-weight: bold;
  color: #333;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hidden {
  display: none;
}
body {
  background-color: #f3f3f3;
  background-image: url(../imgs/bgtimecases.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-attachment: fixed;
}
.top {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(107, 66, 66, 0.08);
}
.top::before {
  position: absolute;
  content: " ";
  width: 50%;
  height: 40px;
  left: 0;
  top: 0;
  background-color: #004da0;
}
.top .flex-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top .flex-end {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
.top h1 {
  font-size: 16px;
  z-index: 99;
  color: #fff;
  font-weight: bold;
}
.top .center {
  width: 1240px;
  height: 40px;
  position: relative;
  background-color: #fff;
}
.top .center::before {
  content: " ";
  background-color: #004da0;
  width: 250px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.top .center::after {
  content: " ";
  position: absolute;
  left: 250px;
  top: 0;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #004da0 transparent transparent transparent;
}
header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
}
header .center {
  width: 1240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bohao {
  display: none;
}
header .topTool {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .topTool span {
  font-size: 28px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #004da0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
header .topTool span img {
  width: 30px;
  margin-right: 5px;
}
header .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
  font-size: 18px;
  color: #666;
  font-weight: 300;
}
header a img {
  width: 480px;
  display: block;
}
header .telBox {
  flex: 1;
}
#mob {
  display: none;
}
.menu {
  background-color: #D9001B;
  min-height: 55px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 6px 0 rgba(107, 66, 66, 0.08);
}
.menu::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  background-color: #004da0;
  width: 50%;
}
.menu .center {
  width: 1240px;
  background-color: #004da0;
  height: 55px;
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu .center .link {
  flex: auto;
  position: relative;
  transition: all 600ms;
}
.menu .center .link:hover {
  background-color: #D9001B;
}
.menu .center .link:hover ul {
  max-height: 315px;
  display: block;
  top: 100%;
  z-index: 2;
}
.menu .center .link > a {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}
.menu .center .link .right-icon {
  position: relative;
}
.menu .center .link .right-icon::after {
  position: absolute;
  right: 20px;
  top: 27px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
}
.menu .center .link ul {
  position: absolute;
  top: 90%;
  z-index: -999;
  left: 0;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: all 500ms;
}
.menu .center .link ul li a {
  background-color: #004da0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 600ms;
  color: #fff;
}
.menu .center .link ul li a:hover {
  background-color: #D9001B;
}
.menu .center .link.active {
  background-color: #D9001B;
}
.menu .center .tao {
  width: 250px;
  background-color: #D9001B;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu .center .tao a {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.menu .center .tao a img {
  margin-right: 10px;
}
.menu .center .tao a:hover {
  color: #999;
}
.menu .center .tao::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 0;
  border-color: #004da0 transparent transparent transparent;
}
.swiperBanner {
  height: 550px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.swiperBanner img {
  height: 550px;
}
.swiperBanner .swiper-wrapper-banner {
  height: 550px;
}
.swiperBanner .swiper-pagination-banner {
  bottom: 55px !important;
}
.swiperBanner .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  background-color: #fff;
  border-radius: 0 !important;
}
.gonggao {
  width: 1240px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 55px;
  box-shadow: 5px 5px 7px #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  border-left: 5px solid #D9001B;
  border-right: 5px solid #004da0;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
}
.gonggao .icon {
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gonggao img {
  margin-right: 15px;
}
.gonggao .scroll {
  flex: 1;
  padding-right: 20px;
  display: flex;
  height: 25px;
  flex-wrap: wrap;
  overflow: hidden;
}
.gonggao .scroll a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666;
  height: 25px;
  font-size: 14px;
  width: 100%;
}
.gonggao .scroll a:hover {
  color: #D9001B;
}
.gonggao .scroll a em {
  flex: 2;
}
.gonggao .scroll a span {
  margin-left: 20px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.titleTool {
  width: 1240px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.titleTool .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.titleTool .left strong,
.titleTool .left p {
  font-size: 32px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-right: 10px;
}
.titleTool .left p {
  color: #D9001B;
}
.titleTool .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.titleTool .right a {
  background-color: #D9001B;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 7px #aaaaaa;
  justify-content: space-between;
  transition: all 300ms;
}
.titleTool .right a:hover {
  box-shadow: 0 0 10px #333;
}
.titleTool .right a:hover span {
  background-color: #000;
}
.titleTool .right a:hover em {
  background-color: #D9001B;
}
.titleTool .right a span,
.titleTool .right a em {
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  transition: all 300ms;
}
.titleTool .right a span {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.titleTool .right a em {
  background-color: #004da0;
}
.toolBar {
  width: 1240px;
  margin: 0 auto 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 5px 5px 7px #aaaaaa;
  background-color: #fff;
  position: relative;
}
.toolBar .liLinks {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.toolBar .liLinks a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  height: 65px;
  color: #333;
  transition: 300ms;
  border-bottom: 3px solid transparent;
}
.toolBar .liLinks a:hover {
  background-color: #D9001B;
  color: #fff;
  border-bottom: 3px solid #004da0;
}
.toolBar .liLinks .active {
  background-color: #D9001B;
  border-bottom: 3px solid #004da0;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
.toolBar form {
  width: 180px;
  right: 20px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
}
.toolBar form button {
  border: 1px solid #ddd;
  border-left: none;
  background-color: #fff;
  box-sizing: border-box;
  height: 35px;
  cursor: pointer;
}
.toolBar form button img {
  height: 20px;
}
.toolBar form input {
  flex: 1;
  box-sizing: border-box;
  border: 1px solid #ddd;
  height: 35px;
  outline: none;
  padding: 0 7px;
  border-right: 0;
}
.toolBar form input::placeholder {
  color: #ccc;
}
.productsList {
  width: 1264px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.productsList .productsLi {
  width: 292px;
  margin: 0 12px 24px;
  background-color: #fff;
  box-shadow: 5px 5px 7px #aaaaaa;
}
.productsList .productsLi:hover {
  background-color: #f9f9f9;
}
.productsList .productsLi:hover a img {
  transform: scale(1.1);
  filter: brightness(75%);
}
.productsList .productsLi:hover dt a {
  color: #D9001B;
}
.productsList .productsLi > a {
  width: 292px;
  height: 292px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.productsList .productsLi > a img {
  width: inherit;
  height: inherit;
  transition: all 300ms;
  filter: brightness(100%);
}
.productsList .productsLi > dl {
  padding: 20px;
}
.productsList .productsLi > dl dt a {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 300ms;
}
.productsList .productsLi > dl dd {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
}
.productsList .productsLi > dl dd a {
  color: #333;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}
.productsList .productsLi > dl dd a:hover {
  color: #D9001B;
}
.aboutBox {
  min-height: 800px;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  width: 1240px;
  justify-content: space-between;
}
.aboutBox .left {
  width: 50%;
  height: 800px;
  background-color: #004da0;
  box-sizing: border-box;
  padding: 40px;
}
.aboutBox .left dl {
  margin-bottom: 40px;
}
.aboutBox .left dt {
  font-size: 32px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
  display: flex;
  margin-bottom: 20px;
}
.aboutBox .left dd {
  font-size: 16px;
}
.aboutBox .left dd p {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.8;
  text-align: justify;
  font-weight: 300;
}
.aboutBox .left .formLi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.aboutBox .left .formLi input {
  border: none;
  height: 40px;
  flex: 1;
  outline: none;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 5px 5px 0 #ccc;
}
.aboutBox .left .formLi textarea {
  outline: none;
  width: 100%;
  border: none;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 5px 5px 0 #ccc;
  min-height: 125px;
}
.aboutBox .left .formLi button {
  background-color: #D9001B;
  font-size: 18px;
  padding: 15px 45px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border: none;
}
.aboutBox .left .formLi .mr20px {
  margin-right: 20px;
}
.aboutBox .right {
  width: 50%;
  height: 800px;
  background-color: #D9001B;
  background-image: url(../imgs/logof.png);
  background-size: auto auto;
  background-position: bottom 40px right 40px;
  background-repeat: no-repeat;
  position: relative;
}
.aboutBox .right .aboutImg {
  position: absolute;
  left: 40px;
  top: 40px;
  border: 4px solid #fff;
  z-index: 9;
  width: 250px;
}
.aboutBox .right .proImg {
  position: absolute;
  left: 80px;
  top: 200px;
  border: 4px solid #fff;
  width: 290px;
  filter: brightness(75%);
}
.aboutBox .right .linksLists {
  position: absolute;
  right: 40px;
  bottom: 220px;
  width: 170px;
}
.aboutBox .right .linksLists strong {
  font-size: 42px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  margin-bottom: 40px;
}
.aboutBox .right .linksLists a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 15px 0;
  flex: 1;
  margin-bottom: 1px;
  background-color: #004da0;
  transition: all 300ms;
  height: 35px;
}
.aboutBox .right .linksLists a:hover {
  box-shadow: 7px 8px 10px #333;
  transform: scale(1.1);
}
.aboutBox .right .linksLists a:nth-child(odd) {
  background-color: #333;
}
.swiper-advantage {
  width: 1240px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin: 0 auto;
}
.swiper-advantage .swiper-slide {
  min-height: 550px;
  background-color: #fff;
  box-shadow: 5px 5px 7px #aaaaaa;
}
.swiper-advantage .swiper-slide a {
  width: 100%;
}
.swiper-advantage .swiper-slide a img {
  width: 100%;
  height: 295px;
  filter: brightness(100%);
}
.swiper-advantage .swiper-slide a:hover img {
  filter: brightness(75%);
}
.swiper-advantage .swiper-slide dl {
  padding: 40px;
}
.swiper-advantage .swiper-slide dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #004da0;
  margin-bottom: 20px;
  font-weight: bold;
}
.swiper-advantage .swiper-slide dd {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 1.8;
}
.videoBox {
  width: 1264px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.videoBox .videoLi {
  width: 397px;
  margin: 0 12px 24px;
  background-color: #fff;
  box-shadow: 5px 5px 7px #aaaaaa;
}
.videoBox .videoLi a {
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.videoBox .videoLi a img {
  width: inherit;
  height: 223px;
  display: block;
}
.videoBox .videoLi a div {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
  font-size: 14px;
  padding: 20px;
  color: #333;
}
.swiper-honner {
  width: 1326px;
  margin-bottom: 40px;
  padding-bottom: 40px !important;
}
.swiper-honner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  box-shadow: 7px 8px 9px #ccc;
  flex-wrap: wrap;
}
.swiper-honner .swiper-slide img {
  width: 100%;
  height: 100%;
  filter: brightness(100%);
  transition: all 300ms;
}
.swiper-honner .swiper-slide img:hover {
  filter: brightness(75%);
}
.swiper-honner .swiper-slide .name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #fff;
  padding: 20px 0;
  color: #333;
}
.swiper-honner .swiper-slide-active,
.swiper-honner .swiper-slide-duplicate-active {
  transform: scale(1);
}
.newsBox {
  width: 1264px;
  display: flex;
  align-items: center;
  margin: 0 auto 35px;
  justify-content: space-between;
}
.newsBox .newsLi {
  width: 397px;
  margin: 0 12px 24px;
  background-color: #fff;
  box-shadow: 5px 5px 7px #aaaaaa;
}
.newsBox .newsLi:hover img {
  filter: brightness(75%);
}
.newsBox .newsLi > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 310px;
}
.newsBox .newsLi > a img {
  width: 100%;
  height: 310px;
  filter: brightness(100%);
  transition: all 300ms;
}
.newsBox .newsLi dl {
  padding: 20px;
}
.newsBox .newsLi dl dt a {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.newsBox .newsLi dl dt a:hover {
  color: #D9001B;
}
.newsBox .newsLi dl dd {
  line-height: 1.5;
  font-size: 16px;
  color: #666;
  padding-bottom: 10px;
}
footer .footerTop {
  background-color: #D9001B;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer .footerTop::after {
  content: " ";
  position: absolute;
  width: 40%;
  left: 0;
  top: 0;
  height: 55px;
  background-color: #000;
}
footer .footerTop .tel {
  font-size: 32px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footerTop .tel img {
  margin-right: 10px;
}
footer .footerTop .company {
  flex: 1;
  margin-left: 250px;
  font-size: 20px;
  font-weight: bold;
}
footer .footerTop .drop {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 45px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  height: 55px;
  font-weight: bold;
}
footer .footerTop .drop ul {
  position: absolute;
  bottom: 55px;
  width: 150px;
  z-index: 9999;
  right: 0;
  display: none;
  background-color: #D9001B;
}
footer .footerTop .drop ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footerTop .drop ul li a:hover {
  background-color: #ff0029;
}
footer .footerTop .drop:hover ul {
  display: block;
}
footer .footerTop .drop::after {
  position: absolute;
  right: 20px;
  top: 25px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ffffff transparent;
}
footer .footerTop .center {
  width: 1240px;
  height: 55px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  z-index: 2;
}
footer .footerTop .center::before {
  position: absolute;
  content: " ";
  right: 810px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 55px;
  border-color: transparent transparent #D9001B transparent;
  z-index: 2;
}
footer .footerTop .center::after {
  position: absolute;
  content: " ";
  right: 830px;
  width: 0;
  z-index: 1;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 55px;
  border-color: transparent transparent #ff0029 transparent;
}
footer .footerBody {
  background-color: #004da0;
  background-image: url(../imgs/footer-bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  color: #fff;
  z-index: 919;
  padding-bottom: 40px;
}
footer .footerBody .center {
  width: 1240px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .footerBody .link {
  padding-top: 40px;
  padding-right: 50px;
}
footer .footerBody .link > a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
footer .footerBody .link ul li a {
  font-size: 14px;
  display: flex;
  margin-bottom: 20px;
  font-weight: 300;
  color: #fff;
}
footer .footerBody .link ul li a:hover {
  color: #D9001B;
}
footer .footerBody dl {
  flex: auto;
  margin-right: 40px;
  padding-top: 40px;
}
footer .footerBody dl:last-child {
  margin-right: 0;
}
footer .footerBody dl img {
  width: 150px;
  display: block;
  border: 2px solid #fff;
}
footer .footerBody dl dt {
  font-weight: bold;
  font-size: 18px;
}
footer .footerBody dl dd {
  padding-top: 20px;
}
footer .footerBody dl dd strong {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
footer .footerBottom {
  background-color: #333;
  display: flex;
  align-items: center;
}
footer .footerBottom .center {
  padding: 20px 0;
  width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 14px;
}
footer .footerBottom .center a {
  color: #fff;
}
.bannerInner {
  height: 450px;
  overflow: hidden;
  background-color: #fff;
  background-size: auto 100% ;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerInner dl {
  width: 1240px;
}
.bannerInner dl dt {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
.bannerInner dl dd {
  font-size: 28px;
  color: #fff;
  padding-top: 25px;
  font-weight: 300;
}
.verticalText {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  /* 另一种写法 */
  text-orientation: mixed;
  /* 确保字符不换行 */
  white-space: nowrap;
  /* 防止换行 */
}
.container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 0;
}
.container .row {
  width: 1240px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.container .row .left {
  width: 300px;
  position: sticky;
  top: 100px;
  left: 0;
}
.container .row .left .secondMenu > dl {
  padding: 30px 10px 30px 15px;
  background-color: #fff;
  border-left: #D9001B solid 5px;
}
.container .row .left .secondMenu > dl dt,
.container .row .left .secondMenu > dl dd {
  color: #333;
  font-size: 14px;
}
.container .row .left .secondMenu > dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.container .row .left .secondMenu > dl dd {
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 2;
  color: #666;
}
.container .row .left .secondMenu > dl dd:last-child {
  padding-bottom: 0;
}
.container .row .left .secondMenu ul {
  color: #fff;
  margin-bottom: 20px;
  flex: 1;
}
.container .row .left .secondMenu ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  justify-content: space-between;
}
.container .row .left .secondMenu ul li strong {
  background-color: #004da0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 3;
}
.container .row .left .secondMenu ul li strong small {
  margin-left: 15px;
  font-weight: 300;
}
.container .row .left .secondMenu ul li a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  color: #333;
  padding: 0 20px;
  height: 50px;
  font-size: 16px;
  background-image: url(../imgs/righticon.png);
  background-position: right 20px center;
  background-size: 18px auto;
  background-repeat: no-repeat;
  position: relative;
}
.container .row .left .secondMenu ul li a:hover {
  color: #D9001B;
}
.container .row .left .secondMenu ul .active a {
  color: #D9001B;
  padding: 0 15px;
  border-left: 5px solid #D9001B;
}
.container .row .right {
  flex: 1;
  margin-left: 30px;
  max-width: 910px;
}
.container .row .right .breadNav {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 5px solid #004da0;
  font-size: 16px;
}
.container .row .right .breadNav a {
  font-size: 16px;
  color: #004da0;
  margin: 0 5px;
}
.container .row .right .listArtilcle {
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.container .row .right .listArtilcleLi {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  padding: 20px 20px 0 20px;
  justify-content: space-between;
}
.container .row .right .listArtilcleLi:hover img {
  filter: brightness(75%);
}
.container .row .right .listArtilcleLi > a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.container .row .right .listArtilcleLi > a img {
  width: 190px;
  height: 190px;
  border-radius: 0 15px 0 15px;
  filter: brightness(100%);
  object-fit: cover;
}
.container .row .right .listArtilcleLi dl {
  flex: 1;
}
.container .row .right .listArtilcleLi dt a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}
.container .row .right .listArtilcleLi dt a:hover {
  color: #D9001B;
}
.container .row .right .listArtilcleLi dd p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
.container .row .right .listArtilcleLi dd small {
  padding: 10px 0;
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
  display: inline-flex;
  margin-right: 15px;
}
.container .row .right .listArtilcleLi dd a {
  background-color: #D9001B;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: all 300ms;
}
.container .row .right .listArtilcleLi dd a:hover {
  box-shadow: 0 0 10px #333;
}
.container .row .right .listArtilcleLi dd a:hover span {
  background-color: #000;
}
.container .row .right .listArtilcleLi dd a:hover em {
  background-color: #D9001B;
}
.container .row .right .listArtilcleLi dd a span,
.container .row .right .listArtilcleLi dd a em {
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  transition: all 300ms;
}
.container .row .right .listArtilcleLi dd a span {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.container .row .right .listArtilcleLi dd a em {
  background-color: #004da0;
}
.fenye {
  background-color: #fff;
  padding: 20px;
}
.fenye .pagination {
  display: flex;
}
.fenye .pagination .page-item:not(:last-child) {
  margin-right: 5px;
}
.fenye .pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0.8rem 1.15rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #004da0;
  background-color: #f2f2f2;
}
.fenye .pagination .page-item .page-link:hover {
  z-index: 2;
  color: #0074f0;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}
.fenye .pagination .page-item.disabled .page-link {
  background-color: #f2f2f2;
  color: #777;
  pointer-events: none;
  border-color: #ddd;
}
.fenye .pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #004da0;
  border-color: #004da0;
}
.fenye .pagination .prev .page-link,
.fenye .pagination .next .page-link {
  white-space: nowrap;
}
.fenye .pagination .prev .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.fenye .pagination .next .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page {
  min-height: 700px;
  background-color: #fff;
}
.page h2 {
  font-size: 28px;
  color: #333;
  padding: 40px 0 10px 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}
.page .pageContent {
  padding: 20px 40px 40px;
  line-height: 2;
  font-size: 16px;
  color: #666;
}
.page .pageContent div,
.page .pageContent p {
  margin-bottom: 10px;
  text-align: justify;
}
.page .pageContent * {
  max-width: 100%;
}
.listImages {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.listImages .listVideoLi2 > a {
  height: 162px!important;
}
.listImages .listVideoLi2 > a img {
  width: inherit;
  height: inherit;
  transition: all 300ms;
  filter: brightness(100%);
}
.listImages .listImagesLi {
  width: 290px;
  margin: 0 20px 20px 0;
  background-color: #fff;
}
.listImages .listImagesLi:nth-child(3n) {
  margin-right: 0;
}
.listImages .listImagesLi:hover {
  background-color: #f9f9f9;
}
.listImages .listImagesLi:hover a img {
  transform: scale(1.1);
  filter: brightness(75%);
}
.listImages .listImagesLi:hover dt a {
  color: #D9001B;
}
.listImages .listImagesLi > a {
  width: 290px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.listImages .listImagesLi > a img {
  width: inherit;
  height: inherit;
  transition: all 300ms;
  filter: brightness(100%);
}
.listImages .listImagesLi > dl {
  padding: 20px;
}
.listImages .listImagesLi > dl dt a {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 300ms;
}
.listImages .listImagesLi > dl dd {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
}
.listImages .listImagesLi > dl dd a {
  color: #333;
  font-weight: 300;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}
.listImages .listImagesLi > dl dd a:hover {
  color: #D9001B;
}
.articleArticle {
  min-height: 300px;
  background-color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
}
.articleArticle h3 {
  font-size: 28px;
  color: #333;
  padding: 40px 40px 10px 40px;
  display: flex;
  line-height: 1.8;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}
.articleArticle .info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 20px 0;
  color: #999;
}
.articleArticle .info small {
  padding: 0 20px;
  color: #333;
  cursor: pointer;
}
.articleArticle .desc {
  margin: 0 40px 0 40px;
  font-size: 14px;
  color: #999;
  line-height: 1.8;
}
.articleArticle article {
  padding: 20px 40px 20px 40px;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.articleArticle article * {
  max-width: 100%;
}
.articleArticle article img {
  max-width: 100%;
  height: auto;
}
.articleArticle article video {
  width: 100%!important;
  height: auto;
}
.articleArticle article div,
.articleArticle article p {
  margin-bottom: 10px;
}
.articleArticle .wraing {
  padding: 20px 40px;
  font-size: 14px;
  color: #666;
}
.articleArticle .zxLink {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  background-image: url(../imgs/bgtimecases.jpg);
  background-size: 200% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin: 0 40px 40px 40px;
  padding: 40px;
  overflow: hidden;
}
.articleArticle .zxLink a {
  display: inline-flex;
  padding: 15px 30px;
  background-color: #D9001B;
  color: #fff;
}
.articleArticle .zxLink a:hover {
  background-color: #004da0;
}
.articleArticle .zxLink p {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 22px;
  font-weight: 300;
  color: #333;
}
.prevNext {
  padding: 20px 40px;
  background-color: #ffff;
  border-left: 3px solid #004da0;
}
.prevNext li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
}
.prevNext li a {
  display: inline-flex;
  color: #333;
}
.prevNext li a:hover {
  color: #D9001B;
}
.h169 {
  height: auto !important;
}
.h169 > a {
  height: 425px !important;
}
.h169 > a img {
  height: 425px !important;
}
.fenyeMob {
  display: none;
}
.toolfooter {
  display: none;
}
.atoptitle {
  margin: 40px 40px 0 40px;
  border-top: 4px solid #004da0;
}
.atoptitle strong {
  padding: 15px 45px;
  background-color: #004da0;
  display: inline-flex;
  font-size: 14px;
  color: #fff;
}
.articleSwiper {
  flex: 1;
  padding: 40px 40px 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.articleSwiper .leftMain {
  width: 350px;
}
.articleSwiper .leftMain .swiper-container {
  width: 100%;
  height: 100%;
}
.articleSwiper .leftMain .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: 100% auto;
  background-position: center center;
}
.articleSwiper .rightInfo {
  flex: 1;
  margin-left: 40px;
}
.articleSwiper .rightInfo ul li {
  font-size: 15px;
  margin-bottom: 20px;
  color: #666;
  font-weight: 350;
}
.articleSwiper .rightInfo ul li small {
  color: #333;
}
.articleSwiper .rightInfo ul li a {
  padding: 12px 25px;
  display: inline-flex;
  color: #fff;
  background-color: #D9001B;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}
.articleSwiper .rightInfo ul li a:hover {
  opacity: 0.75;
}
.pageForm {
  padding: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.pageForm .formLi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pageForm input {
  border: none;
  height: 40px;
  flex: 1;
  outline: none;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
}
.pageForm textarea {
  outline: none;
  width: 100%;
  border: none;
  resize: none;
  padding: 10px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 125px;
}
.pageForm button {
  background-color: #D9001B;
  font-size: 18px;
  padding: 15px 45px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border: none;
}
.pageForm .mr20px {
  margin-right: 20px;
}
.articlePro p {
  margin: 0!important;
}
.articlePro img {
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
