
 
 /* Normalize styles */
/* Add more styles based on your needs */
body, h1, h2, h3, p, ul, ol, li, a {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Microsoft yahei', sans-serif;
    background-color: #fff;
    color: #333;
}

/* Define your own styles for specific elements */
li {
    list-style: none;
}

ol {
    list-style-type: decimal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

.mb-6{margin-bottom:5rem;}

@font-face {
  font-family: 'futuralight';
  src: url(../font/futurabt-light-webfont.woff2) format('woff2'),
       url(../font/futurabt-light-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'TiemannLTPro';
  src: url(../font/TiemannLTPro-Roman.woff2) format('woff2'),
       url(../font/TiemannLTPro-Roman.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

.wenhua{ background:#003366}

.mb-10{margin-bottom:6rem;}
.mb-5{margin-bottom:5rem;}
.huanj{background: rgba(0, 51, 102, 0.05);}

.pt-9{padding:8rem 0}.licheng{ background:#eee;}

.about_c{background: url('../images/about_bj.jpg') bottom/cover no-repeat;}
.about-kuai{ background:#fff;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);border: 1px solid rgba(224, 231, 255, 0.6);}
.about-kuai i{font-size:36px; color:#FF6600}
.about-kuai p{ color:#999;}

.about-kuaia{ background:#003366;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);border: 1px solid rgba(224, 231, 255, 0.6);}
.about-kuaia .number-container{color:#fff}
.about-kuaia i{font-size:36px; color:#fff}
.about-kuaia p{ color:#fff;}


.pad01{padding-left:0;}
.pad04{padding-right:0;}

.display-3 span{ display:block}
@media (max-width: 1440px) {
	.display-3 span{font-size:3rem;}
	}
	@media (max-width: 1024px) {
	.display-3 span{font-size:2rem;}
	}
		@media (max-width: 768px) {
	.display-3 span{font-size:1.3rem;}
	}
@media (max-width: 768px) {.pad01{padding-left: calc(var(--bs-gutter-x)* .4); ;}
.pad04{padding-right: calc(var(--bs-gutter-x)* .4); ;}}

	 /* 头部 */

.black{ color:#000 !important;}
.white{ color:#fff !important;}
     /* 基础布局 */


     .navbar-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        background: rgba(255, 255, 255, 0.98) !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }


.page-header {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.pro_bg{ background:rgba(0,0,0,0.05);color:#000;line-height:2.8rem;border-radius:30px; display:block;width:80%;margin:0 auto;}
@media (max-width: 768px) {
.pro_bg{display:none}
}

/* 公司名称样式 */
.company-name {
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
   
}

/* 语言选择器 */
.language-selector select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f8f9fa;
    font-size: 0.9rem;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .header-content {
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .company-name {
        font-size: 0.9rem;
    }
    .language-selector {
        margin-top: 10px;
    }


    .navbar-toggler-icon{  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h22M4 15h22M4 22h22'/%3E%3C/svg%3E");
    }
    .navbar-nav{ background: #f1f1f1;}
}



        :root {
            --primary-blue: #003366;
            --accent-orange: #FF6600;
			--primary-white: #fff;
        }
        
 
.about_con p{ text-indent:2rem;font-size:1.1rem;padding-bottom:1rem;}

.orange{ color:#FF6600 !important; font-size:1.1rem !important}


        .top-header {
            background-color:var(--primary-blue);
            padding: 10px 0;
        }
        
        .navbar-brand img {
            height: 80px; float: left;padding-right:3rem;
        }
        .navbar-brand .zhuyao{ padding-top:0.5rem;padding-left:1.5rem;font-size:1.4rem; color:#FF6600}
        .navbar-brand .ciyao{ padding-top:0.3rem;padding-left:1.5rem;font-size:1rem;}
		@media (max-width: 1440px) { .navbar-brand .zhuyao{ padding-top:0.8rem;padding-left:1.5rem;font-size:1.1rem; color:#FF6600}
        .navbar-brand .ciyao{ padding-top:0.3rem;padding-left:1.5rem;font-size:0.9rem;}}
        
        /* 下拉菜单悬停效果 */
        .dropdown:hover .dropdown-menu {
            display: block; 
            margin-top: 0;
        }
        
        .nav-link {
            padding: 0.5rem 1.2rem !important;
        }
		.nav-linkk:hover,.nav-link:hover{ color:#FF6600}
        
        .dropdown-menu {
            border: none;
            box-shadow: 0 3px 6px rgba(0,0,0,0.1);line-height:2.5rem; text-align: center;
        }
        .dropdown-menu a:hover {background: #003366; color:#fff;}
        
		
	@media (max-width: 768px) {
		
		
		    .navbar-brand .zhuyao{ display:none}
        .navbar-brand .ciyao{ display:none}

		
		
		}	
		
		
		
		
		
		
		
		
		
		 /* 底部 */
    .footer {
        background: var(--primary-blue);
    }

    .contact-info li,
    .quick-links li {
        transition: transform 0.3s ease;
    }

    .contact-info li:hover {
        transform: translateX(10px);
    }

    .quick-links a:hover {
        color: var(--accent-orange) !important;
        letter-spacing: 0.5px;
    }

    .qrcode {
        background: rgba(255, 255, 255, 0.1);
        padding: 15px;
        border-radius: 8px;
    }

    @media (max-width: 768px) {
        .contact-info h3,
        .quick-links h3 {
            font-size: 1.5rem;
        }
        
        .contact-info li span,
        .quick-links a {
            font-size: 0.95rem;
        }

        .qrcode {
            margin-top: 2rem;
        }
    }

    @media (max-width: 576px) {
        .qrcode img {
            max-width: 120px !important;
        }
    }
	
	
	
	
	
	

            /*banner*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

#Content6 .bannerr{ width:100%; float:left; position:relative; min-height:150px;}
#Content6 .bannerr img{ width:100%; float:left;}
#Content6 .bannerr .text{ width:100%; position:absolute; left:0; bottom:0; z-index:4; }
#Content6 .bannerr .text span{ width:100%; color:white; font-size:14px; line-height:48px; letter-spacing:1px;}
.loc-top{background:rgba(0,0,0,0.2);padding-left:10px;}
#Content6 .bannerr .text a{color:white;}
#Content6 .bannerr .text h4{ width:100%; margin-top:8px; color:white; font-size:18px; line-height:24px; letter-spacing:1px; font-family:Arial; text-transform:uppercase;}
.pro-img{width:50%; margin:0 auto;}

	 .yuyan{ background:#ee1d23; color:#fff;padding:0 10px}
	 .yuyan .dropdown-menu{margin-left:-40px;}
	 .btn-outline-secondary{height:46px; background:#FF6600 ; border: 1px solid #FF6600 ; color:#fff;}
	 .btn-outline-secondary:hover{ background:#003366;}

@media screen and  (max-width:1570px){

}
@media screen and  (max-width:1200px){
	#Content6 .bannerr{min-height:120px;}

}
@media screen and  (max-width:992px){
#Content6 .bannerr .text h3{ font-size:26px; line-height:38px; letter-spacing:0px;}
#Content6 .bannerr .text h4{ margin-top:6px; font-size:16px; line-height:22px; letter-spacing:0px;}
}
@media screen and  (max-width:768px){
#Content6 .bannerr .text{ padding:0 10px;background: rgba(0, 0, 0, 0.1);}
#Content6 .bannerr .text h3{ font-size:20px; line-height:30px;}
#Content6 .bannerr .text h4{ margin-top:4px; font-size:14px; line-height:20px;}
.pro-img{width:100%; margin:0 auto;}
}
.article-header h1{font-size:2.2rem;}
.article-header small{ color:#999}
.article-content h3{ font-weight:bold}
.article-content p{ text-indent:2rem}
.card {  
  position: relative; /* 设置为相对定位 */  
  transition: all 0.3s ease;
  overflow: hidden; /* 防止内容溢出 */  
}  
.card:hover{transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 51, 102, 0.1);}
  .card {
            border: none;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .card-title {
            font-size: 1.1rem; 
            font-weight: bold;color:#333;
        }
		.card-text{ color:#999; text-indent:2rem;}
		.number-container{font-size:30px; color:#333}
		
 .card {  
            border-radius: 0;  
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
            margin-bottom: 20px;  
        }  
        .card-header {  
            background-color: #ee1d23;  
            color: white;  
            font-weight: bold;  
            border-radius: 10px 10px 0 0;  
        }  
        .card-body {  
            padding: 20px;  
        }  

.newss img{ float:left; width:25%;height:auto !important}
	 .newss .card-body{ float:right; width:75%;}
	 
  @media (max-width: 768px) {	 
  .newss img{display:none}
	 .newss .card-body{ width:100%;}
  
  }
	 
	 .tit{ text-align:center}
.tit em{display:block; background:#ee1d23; width:300px; margin: 10px auto; font-style:inherit;}
.tit em a{ color:#fff;height:50px; line-height:50px;font-size:18px}



    .timeline {
            --primary-color: #FF6600;
            --secondary-color: #FF6600;
            --timeline-width: 90%;
        }

        .timeline-wrapper {
            position: relative;
            padding: 4rem 0;
        }

        .timeline-progress {
            height: 4px;
            background: #e0e7ff;
            width: var(--timeline-width);
            margin: 0 auto;
            position: relative;
            border-radius: 2px;
        }

        .timeline-progress-bar {
            height: 100%;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            width: 100%;
            border-radius: 2px;
            position: absolute;
            transition: width 0.5s ease;
        }

        .timeline-items {
            display: flex;
            justify-content: space-between;
            width: var(--timeline-width);
            margin: 0 auto;
            position: relative;
        }

        .timeline-item {
            position: relative;
            width: 260px;
            margin-top: 2rem;
        }

        .timeline-icon {
            width: 56px;
            height: 56px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: var(--primary-color);
            box-shadow: 0 4px 20px rgba(99, 102, 241, 0.2);
            position: absolute;
            top: -65px;
            left: 50%;
            transform: translateX(-50%);z-index:1;
            transition: all 0.3s ease;
        }

        .timeline-item:hover .timeline-icon {
            transform: translateX(-50%) scale(1.1);
            box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
        }

        .timeline-card {
            background: white;
            border-radius: 12px;
            padding: 1rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            position: relative;
            border: 1px solid rgba(224, 231, 255, 0.6);
        }

        .timeline-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
        }

        .timeline-date {
            color: var(--primary-color);font-size:1.3rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .timeline-dot {
            width: 16px;
            height: 16px;
            background:#FF6600;
            border-radius: 50%;
            position: absolute;z-index:2;
            top: -45px;
            left: 50%;
            transform: translateX(-50%);
        }

        /* 响应式设计 */
        @media (max-width: 992px) {
            .timeline-items {
                flex-direction: column;
                width: 100%;
                padding: 0 2rem;
            }

            .timeline-item {
                width: 100%;
                margin-bottom: 4rem;
            }

            .timeline-progress {
                display: none;
            }

            .timeline-icon {
                left: 41%;
                transform: translateX(0);
                top: -64px;
            }

            .timeline-item:hover .timeline-icon {
                transform: scale(1.1);
            }
			.pt-9{padding:3rem 0}
        }
		
		
		
		
		.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
.page-item {
  margin: 0 5px;
}
.page-link {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}
.page-link.cur {
  background: #003366;
  color: white;
  border-color: #003366;
}