[v-cloak] {
  display: none
}

/*
 * @Description: 样式重置
 */

body {
  font-family: Microsoft YaHei;
  -webkit-font-smoothing: antialiased;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td,
div {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-hightlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
}

button,
textarea,
input,
label {
  outline: 0 none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
}

body,
button,
input,
textarea {
  color: #333;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input {
  outline: 0 none;
}

img,
input,
button {
  border: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

i {
  font-style: normal;
}

button,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: 0;
}

li {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

::-webkit-scrollbar {
  display: none !important;
  width: 0px;
  height: 0px;
}

html {
  background: #fff;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row-center,
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el-button--primary {
  background-color: #D70018;
  border-color: #D70018;
  color: #fff;
}

.primary {
  color: #D70018;
}

.primarybg {
  background-color: #fa78ac;
}

.c9 {
  color: #999;
}

.c6 {
  color: #666;
}

.c3 {
  color: #333;
}

/* text-align */
.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.w1260 {
  max-width: 1260px;
  margin: 0 auto;
}

.pointer {
  cursor: pointer;
}

.hr210 {
  height: 206px;
}

.header-top {
  height: 144px;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 144px;
  width: 100%;
  z-index: 1000;
  border: 1px solid #DADADA;
  background: #fff;
}

.header-logo {
  position: relative;
  width: 170px;
  height: 77px;
  /* background: #f5f5f5; */
  margin-right: 52px;
}

.header-logo:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  width: 1px;
  height: 46px;
  border-left: 1px solid #979797;
}

.header-logo img {
  width: 100%;
  height: 100%;
}

.header-title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}

.header-title .txt {
  font-weight: 400;
  font-size: 14px;
}

.search-btn {
  width: 109px;
  height: 32px;
  background: #D70018;
  color: #fff;
  font-size: 16px;
  border-radius: 18px;
  cursor: pointer;
}

.phoneNumber {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.phoneNumber .number {
  font-size: 24px;
  color: #B61628;
  font-weight: 600;
}

.search-input {
  position: relative;
  width: 200px;
  height: 32px;
  background: #F5F5F5;
  border-radius: 16px;
  border: 1px solid #DADADA;
}

.search-input input {
  width: 100%;
  height: 100%;
  padding: 0 30px 0 20px;
  font-size: 14px;
  color: #333;
  background: transparent;
  border: none;
  outline: none;
}

.search-input i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

.header-nav {
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #DADADA;
}

.header-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-nav li {
  font-size: 16px;
  color: #333;
}

.header-nav li .link-item {
  color: inherit;
  text-decoration: none;
  width: 150px;
  height: 60px;
  transition: color 0.3s ease;
  font-weight: 600;
  font-size: 18px;
}

.header-nav li .link-item .txt {
  font-size: 10px;
  color: #999999;
  margin-top: 6px;
  text-transform: uppercase;
}

.header-nav li .link-item:hover {
  color: #D70018;
}

.header-nav li .link-item.active,
.header-nav li .link-item.active .txt {
  color: #D70018;
}

.header-nav li .link-item:hover .txt {
  color: #D70018;
}

.all-menu-item:hover .link-item .txt,
.all-menu-item:hover .link-item {
  color: #D70018;
}

.all-menu-item:hover .section-menu-list {
  display: flex;
}

.section-menu-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 1200px;
  background: #fff;
}

.section-menu-list {
  padding: 40px;
}

.section-menu-item {
  border-right: 1px dashed #DADADA;
  height: 100%;
  padding: 0 50px;
  flex: 1;
}

.section-menu-item:last-child {
  border: 0;
}

.section-menu-item h5 {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-bottom: 10px;
}

.section-menu-list .item-link {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 46px;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-left: 15px;
}

.section-menu-list .item-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 56%;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: #000;
}

.section-menu-list .item-link:hover {
  color: #D70018;
}

.section-menu-list .item-link:hover:before {
  background: #D70018;
}


.section-wechat-dialog {
  position: fixed;
  left: 0px;
  bottom: 30%;
  z-index: 100;
}
.section-wechat-dialog .item .img{
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.section-wechat-dialog .img2{
  display: none;
}

.section-wechat-dialog .item:hover .img1{
  display: none;
}
.section-wechat-dialog .item:hover .img2{
  display: block;
}

.section-wechat-dialog .item:hover .detail-text{
  display: block;
}

.section-wechat-dialog .backtop {
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background: #DADADA;
  color: #fff;
  transform: rotate(180deg);
  cursor: pointer;
  margin-top:8px;
}
.section-wechat-dialog .backtop:hover{
  background: #D70018;
}

.section-wechat-dialog .detail-text{
  position: absolute;
  top:0;
  display: none;
  left: 49px;
  width: 185px;
  height: 206px;
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
}
.section-wechat-dialog .detail-text .icon{
  max-width: 151px;
}
.section-wechat-dialog .detail-text .txt{
  font-size: 16px;
color: #D70018;
text-align: center;
  margin-top:8px;
}


.section-title {
  padding-top: 50px;
  text-align: center;
}

.section-title h2 {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 50px;
}

.section-title .txt {
  font-size: 12px;
  margin-top: 12px;
  color: #666666;
  line-height: 17px;
}

.footer {
  background-color: #000;
  /* background-image: url('https://pro651f33-pic16.websiteonline.cn/upload/b24.png'); */
  margin-top: 200px;
}

.footer-content {
  position: relative;
}

.footer .concat {
  left: 0px;
  top: 124px;
  position: absolute;
  z-index: 102;
  width: 191px;
  height: 32px;
  background: #fff;
  text-align: center;
  line-height: 32px;
}

.footer .concat-txt {
  left: 0px;
  top: 22px;
  position: absolute;
  z-index: 101;
  width: 592px;
  height: 97px;
}

.footer .concat-txt span {
  font-size: 18px;
  line-height: 200%;
  font-family: 'Microsoft YaHei';
  color: rgb(255, 255, 255);
}

.footer .online {
  left: 608px;
  top: 22px;
  position: absolute;
  z-index: 103;
  width: 592px;
  height: 46px;
}

.footer .online span {
  line-height: 200%;
  font-family: 'Microsoft YaHei';
  color: #fff;
  font-size: 18px;
}

.footer .mfields {
  display: flex;
}

.footer .mfields li {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  margin-right: 5px;
}

.footer .mfields li input {
  height: 35px;
  padding-left: 3px;
}

.footer .form {
  left: 611px;
  top: 81px;
  position: absolute;
  z-index: 104;
  width: 589px;
  height: 61px;
}

.footer .form .btnsubmit {
  width: 80px;
  height: 35px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 35px;
  ;
}

.footer .share {
  left: 1039px;
  top: 234px;
  position: absolute;
  z-index: 100;
  width: 160px;
  height: 28px;
  display: flex;
}

.footer .share li {
  width: 28px;
  margin-left: 5px;
}

.footer .share li img {
  width: 100%;
  height: 100%;
}

.footer .footer-nav {
  position: relative;
  padding: 20px 0;
}

.footer .footer-nav .footer-nav-position {
  left: 72px;
  top: 220px;
  /* position: absolute; */
  z-index: 108;
  width: 680px;
  /* height: 67px; */
}

.footer .footer-nav .footer-nav-position ul {
  display: flex;
}

.footer .footer-nav .footer-nav-position li {
  padding-right: 20px;
}

.footer .footer-nav .footer-nav-position li a {
  color: rgb(255, 255, 255);
  line-height: 200%;
  font-family: 'Microsoft YaHei';
}

/* 联系目录 */
.crumbs .concat {
  width: 267px;
  height: 400px;
  border-radius: 50px 50px 0px 0px;
  border: 1px solid #DADADA;
}

.crumbs .concat .title {
  background: url("../images/crumbs.png") no-repeat;
  background-size: 100% 100%;
  height: 58px;

  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 58px;
  text-align: center;
}

.crumbs .concat .subtitle {
  margin-top: 18px;
  margin-bottom: 10px;
  height: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}

.crumbs .concat .phone {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 17px;
  text-align: center;
  font-style: normal;
}

.crumbs .concat .phone em {
  display: block;
  height: 33px;
  font-weight: 600;
  font-size: 24px;
  color: #B61628;
  line-height: 33px;
  font-style: normal;
  margin-bottom: 22px;
}

.crumbs .concat li {
  margin-left: 68px;
  width: 130px;
  height: 29px;
  line-height: 29px;
  border-radius: 15px;
  border: 1px solid #D70018;
  margin-bottom: 14px;
  text-align: center;
}

.crumbs .concat li:hover {
  background: #D70018;
  color: #fff;
  cursor: pointer;
}

.crumbs .concat .email {
  height: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;

}

.crumbs .concat .email em {
  color: #D70018;
  font-style: normal;
}

/* 热门认证 */
.crumbs .hot {
  width: 267px;
  border-radius: 50px 50px 0px 0px;
  border: 1px solid #DADADA;
  margin-bottom: 40px;
}

.crumbs .hot .title {
  background: url("../images/crumbs.png") no-repeat;
  background-size: 100% 100%;
  height: 58px;

  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 58px;
  text-align: center;
}

.hot-list {}

.hot-list li {
  width: 267px;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #DADADA;
  text-align: center;

  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

.hot-list li:last-child {
  border: none;
}

.hot-list li:hover {
  color: #D70018;
  cursor: pointer;
}

/* 面包屑 */
.el-breadcrumb .el-breadcrumb__inner {
  height: 17px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}

.el-breadcrumb .el-breadcrumb__inner a {
  color: #D70018 !important;
}

.fcc {
    margin-left: 45px;
}

.fcc h3 {
    width: 892px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #DADADA;
    margin-bottom: 40px;
}

.fcc .imgTxt {
    display: flex;
    justify-content: center;
}

 .imgTxtimg {
    width: 160px;
    height: 160px;
    margin-right: 20px;
}

.fcc .imgTxt p {
    width: 683px;
    /* height: 107px; */
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}

.fcc .imgTxtp p {
  
	height：auto;
   
}

  .el-collapse-item__header{
      /* width: 267px; */
      height: 58px;
      line-height: 58px;
      border-bottom: 1px solid #DADADA;
      font-family: PingFangSC, PingFang SC;
      font-weight: 400;
      font-size: 18px;
      color: #D70018;
      text-align: left;
	  padding-left:20px;
	  background-color: #fdf3f3;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	 .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 0;
        }
        
        .main-content {
            display: flex;
            flex-wrap: wrap;
            gap: 30px; /* 减少间隙 */
            margin-top: 20px;
        }
        
        .contact-info {
            flex: 0 0 480px; /* 固定宽度280px，不伸缩 */
            <!-- background-color: #fff; -->
            padding: 25px; /* 减少内边距 */
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
			text-align:left;
        }
		
		
        .contact-info h2 {
            
            margin-bottom: 25px;
            padding-bottom: 10px;
            <!-- border-bottom: 2px solid #3498db; -->
        }
        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        .contact-icon {
            font-size: 20px;
            color: #3498db;
            margin-right: 15px;
            margin-top: 1px;
            min-width: 20px;
        }
        .contact-text {
            flex: 1;
			font-size: 16px;
			text-align:left;
        }
        .contact-text strong {
            display: block;
            margin-bottom: 5px;
			font-size: 36px;
            color: rgba(215, 0, 24, 1);
        }
        .qrcode-area {
            margin-top: 15px;
            text-align: center;
			<!-- padding: 0 80px 80px; -->
        }
        .qrcode-title {
            font-size: 16px;
            color: #7f8c8d;
            margin-bottom: 15px;
        }
        .qrcodes {
            display: inline-flex;
            justify-content: space-around;
            flex-wrap: wrap;
			margin-left: -160px;
			 
        }
        .qrcode {
            text-align: center;
			
        }
        .qrcode img {
           width: 160px; /* 缩小二维码尺寸 */
            
            background: #eee;
            
            border-radius: 5px;
            margin-bottom: 8px;
			margin-left: 15px;
        }
        .qrcode p {
            font-size: 14px;
            color: #7f8c8d;
        }
           .sections-container {
            flex: 1; /* 剩余空间全部给右侧 */
            min-width: 300px;
        }
        .sections {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 15px;
        }
        .section {
            flex: 1;
            min-width: 70px;
            <!-- background-color: #fff; -->
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        .section h3 {
           
            border-bottom: 2px solid rgba(215, 0, 24, 1);
            padding-bottom: 10px;
            margin-bottom: 15px;
        }
        .section ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .section li {
            margin-bottom: 12px;
        }
        .section a {
            text-decoration: none;
           
            transition: color 0.3s;
            display: block;
            padding: 5px 0;
        }
        .section a:hover {
            color: #D70018;
            transform: translateX(5px);
        }
        .footer {
            background-color: #000;
            color: #ecf0f1;
            padding: 25px 0;
            text-align: center;
            margin-top: 50px;
        }
        .footer p {
            margin: 0;
            font-size: 14px;
        }
        @media (max-width: 768px) {
            .main-content {
                flex-direction: column;
            }
            .contact-info, .sections-container {
                width: 100%;
            }
            .sections {
                flex-direction: column;
            }
        }
		
		.div-fadein {
    animation: fadeIn 1s ease-in-out forwards;
		}

		@keyframes fadeIn {
			from { opacity: 0; }
			to { opacity: 1; }
		}