@font-face {
    font-family: 'MyFont1'; /* 自定义字体名称 */
    src: url(../images/BOLD_5b6413e1fb2b73b83c8d.OTF) format('truetype');
}

@font-face {
    font-family: 'MyFont2';
    src: url(../images/REGULAR_be37d606385ec5a4ff63.OTF) format('truetype');
}
@font-face {
    font-family: 'CrimsonTextBold';
    src: url(../images/CrimsonText-Bold-2_0c84cd7afa57be425dad.ttf) format('truetype');
}
@font-face {
    font-family: 'DINBOLD';
    src: url(../images/din-bold_00c44241dec33412ab32.ttf) format('truetype');
}
@font-face {
    font-family: 'SemiBold';
    src: url(../images/CrimsonText-SemiBold-6_502315992f68ca072a8b.ttf) format('truetype');
}
@font-face {
    font-family: 'DIN-Medium';
    src: url(../images/DIN-Medium-2_279e6598c29f318e8807.otf) format('truetype');
}
@font-face {
  font-family: "iconfont"; /* Project id 4790103 */
  src: url(../images/iconfont_2b7161e11d6ad34d64fa.woff2?t=1735227852987) format('woff2'),
       url(../images/iconfont_802cd3804de7aa3edcf5.woff?t=1735227852987) format('woff'),
       url(../images/iconfont_ff91df6e8dbd88bc58a4.ttf?t=1735227852987) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youjian:before {
  content: "\e804";
}

.icon-dianhua:before {
  content: "\e67b";
}

.icon-right:before {
  content: "\e708";
}

.icon-left:before {
  content: "\e709";
}

.icon-arrow-right:before {
  content: "\e601";
}

.icon-weixin:before {
  content: "\e707";
}

.icon-jiantou:before {
  content: "\e63a";
}

.icon-guanbi:before {
  content: "\e676";
}

.icon-xiazai:before {
  content: "\e62e";
}

.icon-xiala:before {
  content: "\e60d";
}

.icon-search:before {
  content: "\e602";
}


/* -----------------------------共公部分：包括有元素的共公样式以及页头、页脚 ------------------- */
/* 说明：
pc端：
设计稿1440*900 所有尺寸基本按px来即可;
正文 16px;


移动端：
设计稿宽800px，按逻辑尺寸的两倍制作。因此真实尺寸需要除2；
如设计稿字体大小28px,则实真字体大小为28px/2=14px;
或使用vw 字体大小：28/800*10 = 3.5vw 
正文 14px 或 3.5vw


*/
html,
body,
h1,
h2,
h3,
div,
span,
header,
footer,
nav,
section,
input {
  margin: 0;
  padding: 0;
}
input:focus {
  outline: none;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #231f20;
  font-family: 'MyFont2';
}
a {
  text-decoration: none;
  color: #231f20;
}
img {
  width: 100%;
}
/* 没图片是不显示 */
img[src=""],
img:not([src]) {
  opacity: 0;
}
.btn {
  position: relative;
  min-width: 200px;
  height: 50px;
  margin: 0px auto;
  background: #B81C25;
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 8px;
}
.btn > span {
  position: relative;
  top: 0px;
  transition: all 0.3s ease-in-out;
}
.btn:hover > span {
  top: -1px;
}
.btnBlack {
  color: #000;
  border: 1px solid #000;
}
.btnBlack:hover {
  color: #ffffff;
}
.btn2 {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn2:hover {
  color: #48A038;
}
.btn3 {
  position: relative;
  width: 240px;
  height: 60px;
  color: #000;
  display: flex;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.btn3::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #B81C25;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btn3 > span {
  transform: rotate(90deg);
  font-size: 30px;
  margin-left: 8px;
}
.btn3:hover {
  color: #fff;
  border: 1px solid #B81C25;
}
.btn3:hover::before {
  transform: translateX(-50%) scale(30);
}
.btnW {
  color: #fff;
}
.btnW:hover {
  color: #48A038;
}
.title {
  font-size: 56px;
  font-family: 'MyFont1', sans-serif;
  font-weight: bold;
}
.text {
  font-size: 20px;
  line-height: 44px;
}
.goTop {
  position: absolute;
  bottom: 360px;
  right: 140px;
  transform: rotate(-90deg);
  display: none;
}
.goTop .goTopBtn {
  width: 84px;
  height: 84px;
  background: #B2B5B7;
  border-radius: 42px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.goTop .goTopBtn a {
  padding: 0px;
  width: 100%;
  height: 100%;
}
.goTop .goTopBtn .btnShow .btnIcon {
  background-color: #fff;
}
.goTop .goTopBtn:hover {
  background: #48A038;
}
.aniTxtUp > div {
  display: inline-block;
}
header {
  width: 100%;
  position: fixed;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
header .headCon {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  background: #ffffff;
  box-shadow: 6px 8px 10px 0px rgba(159, 176, 191, 0.13);
}
header .menuType {
  background: #ffffff12;
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  box-shadow: none;
}
header .menuType .headerPC .menu > div > a {
  color: #ffffff;
}
header .menuType .headerPC .menu .menuClicked::before {
  background: #fff;
}
header .menuType .headerPC .logo {
  background: url(../images/logoW_93b1a2900f48c861122d.png) no-repeat;
  background-size: 180px 40px;
}
header .menuType .headerPC .logos {
  background: url(../images/logoW_93b1a2900f48c861122d.png) no-repeat;
  background-size: 180px 40px;
}
header .menuType .headerPC .language .btn2 {
  color: #ffffff;
}
header .menuType .headerPC .language .btn2:hover {
  color: #B81C25;
}
header .menuType .headerPC .language .btn2:hover.aborder {
  border: 1px solid #B81C25;
  background: #B81C25;
  color: #ffffff;
}
header .menuType .headerPC .language .aborder {
  border: 1px solid #ffffff;
}
header .menuType .headerPC .language .line {
  background: #ffffff;
}
header .menuType .headerMobile .logo {
  background: url(../images/logoW_93b1a2900f48c861122d.png) no-repeat;
  background-size: contain;
}
header .menuType .headerMobile .logos {
  background: url(../images/logoW_93b1a2900f48c861122d.png) no-repeat;
  background-size: contain;
}
.hideHeader {
  transform: translateY(-100%);
}
.headerPC {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 100px;
  height: 70px;
  display: flex;
  color: #000;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.headerPC .logo {
  width: 180px;
  height: 40px;
  background: url(../images/logoB_503bb731f5c6e452bdfe.png) no-repeat;
  background-size: 180px 40px;
  cursor: pointer;
  position: absolute;
  left: 100px;
}
.headerPC .logos {
  width: 180px;
  height: 40px;
  background: url(../images/logoB_503bb731f5c6e452bdfe.png) no-repeat;
  background-size: 180px 40px;
  cursor: pointer;
  position: absolute;
  left: 100px;
}
.headerPC .menu {
  display: flex;
  position: relative;
  height: 70px;
  align-items: center;
  margin: 0 auto;
}
.headerPC .menu > div {
  display: inline-block;
  padding: 0 30px;
  position: relative;
  height: 70px;
  cursor: pointer;
}
.headerPC .menu > div > a {
  line-height: 70px;
  z-index: 11;
  transition: all 0.3s ease;
  font-size: 18px;
}
.headerPC .menu > div:hover > a {
  color: #B81C25;
}
.headerPC .menu .menuClicked::before {
  content: '';
  width: calc(100% - 40px);
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  background: #B81C25;
}
.headerPC .menu .menuClicked > a {
  color: #B81C25;
}
.headerPC .menuSon {
  position: absolute;
  top: 70px;
  padding: 15px 0px 15px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(183, 183, 183, 0.43);
  z-index: 10;
  width: auto;
  width: 260px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  box-sizing: border-box;
  display: none;
  text-align: center;
  font-size: 18px;
}
.headerPC .menuSon .menuUp {
  width: 100%;
  height: 2px;
  background: #00000000;
  position: absolute;
  left: 0;
  top: -2px;
}
.headerPC .menuSon .menuUp::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.headerPC .menuSon a {
  display: block;
  padding: 9px 0;
  transition: all 0.3s ease;
}
.headerPC .menuSon a span {
  transition: all 0.3s ease;
  display: inline-block;
}
.headerPC .menuSon a:hover {
  background: #B81C25;
}
.headerPC .menuSon a:hover span {
  color: #fff;
  transform: translateY(-3px);
}
.headerPC .menuSon a:last-child {
  margin-bottom: 0;
}
.headerPC .open {
  display: block;
}
.headerPC .language {
  height: 70px;
  display: flex;
  align-items: center;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  position: absolute;
  right: 100px;
}
.headerPC .language .btn2 {
  display: inline-block;
  color: #000000;
  transition: all 0.3s ease;
}
.headerPC .language .btn2:hover {
  color: #B81C25;
}
.headerPC .language .btn2:hover.aborder {
  border: 1px solid #B81C25;
  background: #B81C25;
  color: #fff;
}
.headerPC .language .aborder {
  border: 1px solid #000000;
  text-align: center;
  width: 100px;
  height: 30px;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerPC .language .line {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.5;
  margin: 0px 20px;
}
.headerMobile {
  display: none;
  width: 100%;
  height: 60px;
  padding: 14px 15px 0px;
  box-sizing: border-box;
  position: relative;
}
.headerMobile .logo {
  width: 136px;
  height: 30px;
  position: relative;
  z-index: 6;
  background: url(../images/logoB_503bb731f5c6e452bdfe.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  top: 2px;
}
.headerMobile .logos {
  width: 136px;
  height: 30px;
  position: relative;
  z-index: 6;
  background: url(../images/logoB_503bb731f5c6e452bdfe.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  top: 2px;
}
.headerMobile .navFlagBtn {
  position: absolute;
  top: 12px;
  right: 6px;
  width: 40px;
  height: 40px;
  z-index: 8;
}
.headerMobile .navFlagBtn .lineCenter {
  top: 50%;
  margin-top: -1px;
}
.headerMobile .navFlagBtn .nav_btn_small {
  width: 20px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 12px;
}
.headerMobile .navFlagBtn .lineTop {
  top: 0;
}
.headerMobile .navFlagBtn .lineBottom {
  bottom: 0;
}
.headerMobile .navFlagBtn .nav_btn_small > div {
  border-radius: 1px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
}
.headerMobile .navFlagBtn .arrowDirBase {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.headerMobile .navFlagBtn .arrowDirectionDown {
  transform: rotate(45deg) translate(5px, 5px);
  -webkit-transform: rotate(45deg) translate(5px, 5px);
}
.headerMobile .navFlagBtn .arrowDirectionUp {
  transform: rotate(-45deg) translate(5px, -5px);
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
}
.headerMobile .navFlagBtn .arrowDirectionCenter {
  opacity: 0;
}
.headerMobile .navFlag {
  width: 100%;
  height: calc(100vh - 60px);
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #ffffff;
  display: none;
  z-index: 6;
}
.headerMobile .navFlag .navBg {
  width: 100%;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 0px;
  display: none;
  background-color: #ffffff;
  background-image: url(../images/logoB_503bb731f5c6e452bdfe.png);
  background-size: 89px 22px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.headerMobile .navFlag .navMenu {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.headerMobile .navFlag .navMenu > div {
  width: 100%;
  padding: 25px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ACACAC80;
}
.headerMobile .navFlag .navMenu > div .title {
  font-size: 18px;
  line-height: 18px;
  color: #231F20;
  padding-left: 13px;
  padding-right: 6px;
  font-weight: 100;
  font-family: 'MyFont2';
}
.headerMobile .navFlag .navMenu > div .title span {
  float: right;
  font-size: 14px;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.headerMobile .navFlag .navMenu > div .menuSon {
  width: 100%;
  overflow: hidden;
  height: 0px;
  clip-path: inset(0 0 100% 0);
  transition: all 0.3s ease;
}
.headerMobile .navFlag .navMenu > div .menuSon a {
  font-size: 16px;
  display: block;
  color: #666666;
  padding: 20px 14px;
  border-bottom: 1px solid #ACACAC80;
}
.headerMobile .navFlag .navMenu > div .menuSon a:first-child {
  margin-top: 10px;
}
.headerMobile .navFlag .navMenu > div .menuSon a:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.headerMobile .navFlag .navMenu .menuShow .title .iconfont {
  transform: rotate(0deg);
}
.headerMobile .navFlag .navMenu .menuShow .menuSon {
  height: 100%;
  clip-path: inset(0 0 0% 0);
}
.headerMobile .navFlag .language {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.headerMobile .navFlag .language a {
  font-size: 16px;
  display: inline-block;
}
.headerMobile .navFlag .language .light {
  color: #48A038;
}
.headerMobile .navFlag .language div {
  width: 1px;
  height: 14px;
  background: #000000;
  display: inline-block;
  margin: 0 20px;
}
.headerMobile .FlagOpen {
  display: block;
}
footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f8f8f8;
  padding-top: 80px;
  position: relative;
}
footer .footer {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
footer .footer .footerLeft {
  width: 340px;
  text-align: left;
  color: #333333;
}
footer .footer .footerLeft .footerLogo {
  width: 291px;
  height: 64px;
  background: url(../images/logoB2_73f4ca43cc890c589142.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 50px;
}
footer .footer .footerLeft .footerLCon1 {
  width: 100%;
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
footer .footer .footerLeft .footerLCon1 > div {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
footer .footer .footerLeft .footerLCon1 > div span {
  opacity: 0.7;
  font-size: 16px;
  font-weight: 100;
}
footer .footer .footerLeft .footerLCon2 {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
}
footer .footer .footerLeft .footerLCon2 span {
  font-weight: 100;
}
footer .footer .footerLeft .footerLCon2 .txt16 {
  font-size: 16px;
}
footer .footer .footerRight {
  width: 176px;
}
footer .footer .footerRight .btnDown {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  position: relative;
}
footer .footer .footerRight .btnDown .btnDownTitle {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0px 20px;
  color: #fff;
  cursor: pointer;
}
footer .footer .footerRight .btnDown .btnDownTitle .tit {
  opacity: 0.5;
}
footer .footer .footerRight .btnDown .btnDownTitle .iconfont {
  font-size: 14px;
  float: right;
  transition: all 0.3s ease;
}
footer .footer .footerRight .btnDown .btnDownMenu {
  position: absolute;
  top: 42px;
  left: 0px;
  width: 100%;
  min-height: 120px;
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  color: #000;
  border-radius: 8px;
  clip-path: inset(0% 0% 100% 0%);
  transition: all 0.3s ease-in-out;
}
footer .footer .footerRight .btnDown .btnDownMenu a {
  width: 100%;
  line-height: 20px;
  padding: 10px 20px;
  display: block;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
footer .footer .footerRight .btnDown .btnDownMenu a:hover {
  color: #B81C25;
}
footer .footer .footerRight .imgWx {
  text-align: center;
}
footer .footer .footerRight .imgWx span {
  margin-top: 10px;
  display: block;
}
footer .footer .footerRight .btnShow .btnDownTitle .iconfont {
  transform: rotate(-180deg);
}
footer .footer .footerRight .btnShow .btnDownMenu {
  clip-path: inset(0% 0% 0% 0%);
}
footer .footer .footerRight .btnUp,
footer .footer .footerRight .footerLConM {
  display: none;
}
footer .footer .footerCenter {
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  color: #333333;
  justify-content: flex-start;
  font-size: 16px;
}
footer .footer .footerCenter .h4 {
  margin-bottom: 20px;
}
footer .footer .footerCenter .h5R {
  margin-top: 15px;
}
footer .footer .footerCenter > div {
  margin-right: 58px;
}
footer .footer .footerCenter > div a {
  color: #333;
  display: block;
}
footer .footer .footerCenter > div a span {
  display: inline-block;
  position: relative;
}
footer .footer .footerCenter > div a span::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #333;
  transition: all 0.3s ease-in-out;
}
footer .footer .footerCenter > div a:hover span::before {
  width: 100%;
}
footer .footer .footerCenter > div > .h7 {
  font-size: 18px;
}
footer .footer .footerCenter > div .h7 {
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'MyFont1';
}
footer .footer .footerCenter > div .h7R {
  margin-bottom: 20px;
  opacity: 0.7;
}
footer .footer .footerCenter > div > span {
  display: none;
}
footer .footer .footerCenter > div .footerShow {
  display: flex;
  flex-direction: column;
}
footer .footer .footerCenter > div .footerShow a:hover {
  color: #000;
}
footer .footer .footerCenterM {
  display: none;
}
footer .footerIcon {
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff21;
  color: #fff;
}
footer .footerIcon > div {
  margin-left: 40px;
  cursor: pointer;
  position: relative;
}
footer .footerIcon > div > div {
  width: 187px;
  height: 186px;
  position: absolute;
  bottom: 40px;
  right: -82px;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: opacity 0.3s ease-in-out;
}
footer .footerIcon > div > div img {
  width: 100%;
  display: block;
}
footer .footerIcon > div:hover > div {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
footer .footerIcon .wxShow div {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
footer .footerIcon .iconfont {
  font-size: 24px;
  transition: all 0.3s ease;
}
footer .footerText {
  width: 100%;
  max-width: 1300px;
  margin: 30px auto 0px;
  border-top: 1px solid #dfdfdf;
  text-align: center;
  color: #605f5f;
  font-size: 12px;
  box-sizing: border-box;
  padding: 20px 15px;
  opacity: 0.7;
}
footer .footerText a {
  color: #605f5f;
}
footer .footerText br,
footer .footerText > span {
  display: none;
}
.searchCon {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  top: 0px;
  left: 0px;
  z-index: -1;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  transform: translateY(-100%);
}
.searchCon .searchConIn {
  width: 70%;
  max-width: 1300px;
  max-height: 80%;
  background: #fff;
}
.searchCon .searchConIn .searchUp {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  height: 60px;
  line-height: 60px;
  text-align: left;
  box-sizing: border-box;
  padding: 0px 30px;
}
.searchCon .searchConIn .searchUp .searchInput {
  padding-left: 20px;
  border: 0px;
  width: calc(100% - 60px);
  font-size: 20px;
  font-family: 'MyFont2';
}
.searchCon .searchConIn .searchUp .icon-search {
  color: #B81C25;
}
.searchCon .searchConIn .searchUp .searchClose {
  float: right;
  cursor: pointer;
}
.searchCon .searchConIn .searchUp .searchClose .iconfont {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.searchCon .searchConIn .searchUp .searchClose:hover .iconfont {
  transform: rotate(180deg);
  color: #B81C25;
}
.searchCon .searchConIn .searchDw {
  width: 100%;
  height: calc(80vh - 60px);
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px 30px 20px;
  display: none;
}
.searchCon .searchConIn .searchDw::-webkit-scrollbar {
  width: 3px;
}
.searchCon .searchConIn .searchDw::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}
.searchCon .searchConIn .searchShow {
  display: block;
}
.searchCon .newsType {
  width: 100%;
  height: 100%;
}
.searchCon .newsType .newsLi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #acacac5e;
  box-sizing: border-box;
  padding: 30px 15px;
  transition: all 0.3s ease-in-out;
}
.searchCon .newsType .newsLi:last-child {
  border-bottom: 0px solid #ACACAC;
}
.searchCon .newsType .newsLi .newsLiCon {
  width: 100%;
  font-size: 18px;
  text-align: left;
}
.searchCon .newsType .newsLi .newsLiCon > div {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 24px;
  text-overflow: ellipsis;
}
.searchCon .newsType .newsLi .newsLiCon .liTitle {
  color: #231F20;
  font-weight: 500;
}
.searchCon .newsType .newsLi .newsLiCon .liTitle span {
  color: #B81C25;
}
.searchCon .newsType .newsLi:hover {
  background: rgba(184, 28, 37, 0.05);
}
.searchCon .newsType .newsLi:hover .newsLiCon .liTitle {
  color: #B81C25;
}
.searchConShow {
  opacity: 1;
  z-index: 33;
  transform: translateY(0%);
}
.chooseM {
  display: none;
}
@media screen and (min-width: 1080px) and (max-width: 1480px) {
  footer .footerIcon .weixin div {
    right: 0px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1390px) {
  .headerPC {
    padding: 0px 50px;
  }
  .headerPC .logo {
    position: relative;
    left: 0px;
  }
  .headerPC .logos {
    position: relative;
    left: 0px;
  }
  .headerPC .language {
    position: relative;
    right: 0px;
  }
  footer {
    padding: 60px 30px 0px;
    box-sizing: border-box;
  }
  footer .footer {
    justify-content: space-between;
  }
  footer .footer > div {
    margin-right: 10px;
  }
  footer .footerIcon > div > div {
    right: 0px;
  }
}
/* 移动端样式 */
@media screen and (max-width: 1080px) {
  .title {
    font-size: 32px;
    line-height: 48px;
  }
  .text {
    font-size: 16px;
    line-height: 32px;
  }
  .btn {
    width: 175px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    min-width: 175px;
  }
  .btn2 {
    transform: scale(1);
  }
  .btn2 .btnCon {
    font-size: 12px;
    line-height: 42px;
  }
  .btn2 .btnBg {
    -webkit-clip-path: inset(10px 10px 10px calc(100% - 46px) round 18px);
    clip-path: inset(10px 10px 10px calc(100% - 46px) round 18px);
  }
  .btn2 .btnShow {
    width: 20px;
    height: 42px;
    right: 17px;
    top: 6px;
  }
  .btn2 .btnShow .btnMove {
    width: 40px;
    height: 42px;
    transform: translateX(-20px);
  }
  .btn2 .btnShow .btnIcon {
    width: 20px;
    height: 42px;
  }
  .btn2 .btnShow .btnIcon > span {
    margin-right: 2px;
  }
  .btn2 .btnShow .btnIcon .dot {
    width: 2px;
    height: 2px;
    border-radius: 2px;
  }
  .btn2 .btnShow .btnIcon .arrow {
    width: 8px;
    height: 8px;
  }
  .btn2 .btnShow .btnIcon .arrow > span {
    width: 8px;
    height: 2px;
    border-radius: 2px;
  }
  .btn2 .btnShow .btnIcon .arrow .arrowR {
    width: 2px;
    height: 8px;
    top: 0px;
    right: 0px;
  }
  .btn2 .btnShow .btnIcon .arrow .arrowL {
    width: 10px;
    top: 4px;
    left: -2px;
  }
  .btn2 > a {
    border-radius: 27px;
    padding: 6px 80px 6px 25px;
    box-sizing: border-box;
  }
  .btn2 > a:hover .btnCon > div {
    color: #ffffff;
  }
  .btn2 > a:hover .btnMove {
    transform: translateX(0px);
  }
  .btn3 {
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 50px;
  }
  .btn3 > span {
    font-size: 20px;
  }
  .headerPC {
    display: none;
  }
  .headerMobile {
    width: 100%;
    display: block;
  }
  .headerMobile .navFlagBtn .nav_btn_small > div {
    background-color: #000000;
  }
  .menuType .headerMobile .navFlagBtn .nav_btn_small > div {
    background-color: #ffffff;
  }
  .menuType .headerMobile .btnOpen .nav_btn_small > div {
    background-color: #000000;
  }
  footer {
    width: 100%;
    box-sizing: border-box;
    padding: 45px 15px 0px 15px;
    position: relative;
  }
  footer .footer {
    margin-bottom: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px;
  }
  footer .footer .footerLeft {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  footer .footer .footerLeft .footerLogo {
    width: 190px;
    height: 40px;
    margin: 0px auto;
    background-size: auto 100%;
  }
  footer .footer .footerLeft .footerLCon1,
  footer .footer .footerLeft .footerLCon2 {
    display: none;
  }
  footer .footer .footerCenter {
    width: 100%;
    margin-top: 55px;
    margin-bottom: 30px;
    margin-right: 0px;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: none;
  }
  footer .footer .footerCenter > div {
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 55px;
    margin-bottom: 0px;
    padding: 15px 0px;
  }
  footer .footer .footerCenter > div .h7 {
    margin-bottom: 0px;
    line-height: 17px;
    font-weight: normal;
  }
  footer .footer .footerCenter > div .h7R {
    margin-bottom: 0px;
  }
  footer .footer .footerCenter > div > a {
    width: 50%;
  }
  footer .footer .footerCenter > div > a span::before {
    display: none;
  }
  footer .footer .footerCenter > div > span {
    font-size: 17px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
  }
  footer .footer .footerCenter > div > span::before {
    transform: rotate(90deg);
    display: inline-block;
    transition: all 0.5s ease-in-out;
  }
  footer .footer .footerCenter > div .footerShow {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    padding-top: 0px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
  }
  footer .footer .footerCenter > div .footerShow a {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
  }
  footer .footer .footerCenterM {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
  }
  footer .footer .footerCenterM a {
    width: 60px;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    padding: 15px 0px;
  }
  footer .footer .footerCenterM div {
    width: 1px;
    height: 8px;
    background: #fff;
    opacity: 0.2;
    display: inline-block;
    margin: 0px 13px;
  }
  footer .footer .footerRight {
    width: 100%;
    color: #333333;
  }
  footer .footer .footerRight .btnUp {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  footer .footer .footerRight .footerLConM {
    display: block;
    font-size: 14px;
    margin-bottom: 60px;
  }
  footer .footer .footerRight .footerLConM a {
    color: #333333;
    display: block;
    width: 100%;
  }
  footer .footer .footerRight .footerLConM .footerLCon2 {
    margin-top: 30px;
  }
  footer .footer .footerRight .footerLConM div {
    color: #333333;
  }
  footer .footer .footerRight .imgWx {
    padding-bottom: 30px;
  }
  footer .footer .footerRight .imgWx img {
    width: 90px;
    display: inline-block;
  }
  footer .footer .footerRight .imgWx span {
    margin-top: 5px;
  }
  footer .footer .ckShow > span::before {
    transform: rotate(-90deg);
  }
  footer .footer .ckShow .footerShow {
    padding-top: 10px;
  }
  footer .footer .ckShow .show1 {
    height: 172px;
  }
  footer .footer .ckShow .show2 {
    height: 172px;
  }
  footer .footer .ckShow .show3 {
    height: 210px;
  }
  footer .footer .ckShow .show4 {
    height: 90px;
  }
  footer .footer .ckShow .show5 {
    height: 172px;
  }
  footer .footerIcon {
    width: 100%;
    justify-content: space-evenly;
    padding-bottom: 45px;
    padding-top: 60px;
  }
  footer .footerIcon > div {
    margin-left: 0px;
  }
  footer .footerText {
    font-size: 12px;
    padding: 18px 0px 25px 0px;
    line-height: 22px;
    margin: 10px auto 0px;
  }
  footer .footerText > span {
    width: 30px;
    display: inline-block;
  }
  footer .footerText br {
    display: block;
  }
  .chooseM {
    display: flex;
    font-size: 14px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ffffffe0;
    z-index: 2;
    align-items: center;
    justify-content: space-evenly;
  }
  .chooseM a {
    display: inline-block;
    color: #000000;
    width: 30%;
    text-align: center;
  }
  .chooseM span {
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #000;
  }
  .searchCon .newsType .newsLi {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .searchCon .newsType .newsLi .newsLiCon {
    font-size: 16px;
    padding-top: 4px;
  }
  .searchCon .newsType .newsLi .newsLiCon > div {
    height: 20px;
  }
  .searchCon .newsType .newsLi .newsLiCon .liTitle {
    margin-bottom: 8px;
  }
}

