@charset "utf-8";
/* CSS Document */
body {
	FONT-SIZE: 14px;
	margin:0px;
	padding: 0px;
    font-family:"微软雅黑";
	color:#666666;
	margin:0px;
	padding:0px; background-color:#fff;
	overflow-x: hidden;
	box-sizing: border-box;
	
	}
*{font-family:"微软雅黑";}
a{text-decoration:none;}
li{list-style:none}
a{
    cursor: pointer;
    color:#666
}
.center{width:1400px;margin:0 auto}
h1,h2,h3,h4,h5,p{margin:0 0;padding:0 0;font-weight:500}
.ctrl span{ float:left; cursor:pointer;}
input,textarea,select{outline:none;font-family:"微软雅黑";}
img{
    border:none;
    display: block;
}
.cursor_pointer{
	cursor:pointer;
}
button{
width: 65px;
height: 43px;
background: #030268;
border: none;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
.clear{
    clear:both;
}
.sr-bdimgshare .bdimgshare-content{
    display: none;
}
.sr-bdimgshare-black .bdimgshare-bg{
    display: none;
}
select::-ms-expand{ display: none; }
select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/* 电脑站侧边 */
.panel {
    display: none;
}
.phone_none{
    display: none;
}
.top_pc .top{
    height: 50px;
    display: block;
    background: #f6f6f6;
    border-bottom: solid 1px #e5e5e5;
}
.top_pc .top .float_l{
    font-size: 14px;
   
    color: #333333;
    line-height: 50px;
}
.top_pc .top .top_nav .float_l{
    display: block;
    border-left: solid 1px #333333;
    font-size: 14px;
    color: #333333;
    line-height: 50px;
    padding:0 8px;
    line-height: 15px;
    margin-top: 16px;
}
.top_pc .top .top_nav .float_l:nth-child(1){
    border-left: none;
}
/* 添加顶部logo区域的样式 */
.top_pc .logo {
    padding: 20px 0;  /* 增加上下内边距 */
    background: #fff;
}
.top_pc .logo .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_pc .logo .float_l img {
    max-height: 60px;  /* 适当调整logo高度 */
    width: auto;
}
.top_pc .logo .search{
    width: 390px;
    height: 43px;
    background: #030268;
    margin-top: 0px;
    margin-right:0px;
}
.top_pc .logo .search input{
    width: calc(100% - 110px);
    height: 41px;
    margin-top: 1px;
    margin-left: 1px;
    border: none;
    background: #fff;
    padding: 0 22px;
    font-size: 14px;
    color: #999999;
}
.top_pc .logo .search input::-webkit-input-placeholder{
    color:#999999;
}
.top_pc .logo .search input::-moz-placeholder{   
    color:#999999;
}
.top_pc .logo .search input:-moz-placeholder{    
    color:#999999;
}
.top_pc .logo .search input:-ms-input-placeholder{
    color:#999999;
}
.top_pc .logo .search a{
    display: block;
    width: 65px;
    height: 43px;
    background: url("../images/search.png") center center no-repeat;
}
.nav_pc{
    height: 70px;
    background: #030268;
}
.nav_pc a{
    width: 12%;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition:all 0.3s ease-in-out;
    background: url("../images/nav_icon.png") center bottom -10px no-repeat;
    position: relative;
}
.nav_pc .xuanzhong{
    background: url("../images/nav_icon.png") center bottom no-repeat;
}
.nav_pc a:hover{
    background: url("../images/nav_icon.png") center bottom no-repeat;
}
.nav_pc a .dropdown-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 200px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 100;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    transition: all 0.3s ease;
}
.nav_pc a:hover .dropdown-menu {
    display: block;
}
.nav_pc a .dropdown-menu .menu-item {
    display: block;
    padding: 10px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
}
.nav_pc a .dropdown-menu .menu-item:hover {
    background: #f5f5f5;
}
.nav_pc a .dropdown-menu .menu-item img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    object-fit: cover;
}
.nav_pc a .dropdown-menu .menu-item span {
    display: block;
    color: #333;
    line-height: 20px;
    padding-top: 3px;
}
.nav_pc a .dropdown-menu .menu-item .desc {
    font-size: 12px;
    color: #999;
}
.banner_pc .banner_img{
    height: 630px;
}

.sousuo{
    height: 85px;
    background: #f6f6f6;
}
.sousuo .renmen{
    width: calc(100% - 470px);
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 85px;
    height: 85px;
    overflow: hidden;
}
.sousuo .renmen a{
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #666666;
    padding: 0 13px;
}
.sousuo .right{
    width: 448px;
    height: 43px;
    margin-top: 20px;
    background: #fff;
    border: solid 1px #eaeaea;
}
.sousuo .right a{
    display: block;
    width: 47px;
    height: 43px;
    background: url("../images/sousuo_icon.png") center center no-repeat;
}
.sousuo .right input{
    width: calc(100% - 90px);
    border: none;
    padding: 0;
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    font-size: 15px;
    color: #888888;
}
.sousuo .right input::-webkit-input-placeholder{
    color:#888888;
}
.sousuo .right input::-moz-placeholder{   
    color:#888888;
}
.sousuo .right input:-moz-placeholder{    
    color:#888888;
}
.sousuo .right input:-ms-input-placeholder{
    color:#888888;
}
.foot_img{
    width: 100%;
    height: 284px;
    background: url("../images/foot_img.jpg") center center no-repeat;
}
.foot_bottom{
    height: 75px;
    background: #333333;
}
.foot_bottom .float_l{
    font-size: 16px;
    color: #aaaaaa;
    line-height: 75px;
}
.foot_bottom .float_r{
    font-size: 16px;
    color: #aaaaaa;
    line-height: 75px;
}
.foot_bottom .float_r a{
    color: #aaaaaa;
}
.foot{
    height:488px;
    background: #f6f6f6;
}
.foot .lianxi_liuyan .left{
    width: 651px;
    padding-right: 49px;
    margin-right: 47px;
    background: url("../images/lianxi_xian.png") right center no-repeat;
}
.foot .lianxi_liuyan .left .top {
    padding-top: 78px;
    height: 114px;
    margin-bottom: 15px;

    border-bottom: solid 1px #dfdfdf;
}
.foot .lianxi_liuyan .left .top .float_l{
    width: calc(50% - 66px);
    padding-left: 66px;
}
.foot .lianxi_liuyan .left .top .float_l div{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.foot .lianxi_liuyan .left .top .float_l p{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
}
.foot .lianxi_liuyan .left .top .float_l:nth-child(1){
    background: url("../images/foot_icon1.png") left top 3px no-repeat;
}
.foot .lianxi_liuyan .left .top .float_l:nth-child(2){
    background: url("../images/foot_icon2.png") left top 3px no-repeat;
}
.foot .lianxi_liuyan .left .bottom .erweima{
    width: 172px;
    height: 172px;
    margin-right: 30px;
    border: solid 1px #e4e4e4;
}
.foot .lianxi_liuyan .left .bottom .p1{
    font-size: 24px;
    color: #000033;
    line-height: 53px;
    padding-top: 5px;
}
.foot .lianxi_liuyan .left .bottom .p2{
    font-size: 16px;
    color: #000033;
    line-height: 38px;
}
.foot .lianxi_liuyan .left .bottom .xian{
    width: 46px;
    height: 4px;
    background: #030268;
}
.foot .lianxi_liuyan .left .bottom .qq_zixun{
    display: block;
    width: 183px;
    height: 45px;
    margin-top: 10px;
    background: url("../images/qq_zixun.png") center center no-repeat;
}
.foot .lianxi_liuyan .right{
    width: calc(100% - 747px);
}
.foot .lianxi_liuyan .right .foot_message_bt{
    line-height: 89px;
    color: #000033;
    font-size: 24px;
    padding-top: 50px;
}
.foot .lianxi_liuyan .right .foot_message_bt text{
    font-size: 14px;
    color: #888888;
}
.foot .lianxi_liuyan .right .foot_message .input{
    width: calc(50% - 9px);
    margin-bottom: 20px;
}
.foot .lianxi_liuyan .right .foot_message .input:nth-child(2){
    margin-left: 15px;
}
.foot .lianxi_liuyan .right .foot_message .input div{
    font-size: 16px;
    color: #000033;
    line-height: 48px;
    width: 52px;
}
.foot .lianxi_liuyan .right .foot_message .input input{
    width: calc(100% - 74px);
    height: 46px;
    border: solid 1px #dfdfdf;
    font-size: 16px;
    color: #000033;
    padding: 0 10px;
    background: #fafafa;
}   
.foot .lianxi_liuyan .right .foot_message .textarea{
    width: 100%;
    margin-bottom: 14px;
}
.foot .lianxi_liuyan .right .foot_message .textarea div{
    font-size: 16px;
    color: #000033;
    line-height: 48px;
    width: 52px;
}
.foot .lianxi_liuyan .right .foot_message .textarea textarea{
    width: calc(100% - 74px);
    height: 138px;
    border: solid 1px #dfdfdf;
    font-size: 16px;
    color: #000033;
    padding: 12px 10px;
    background: #fafafa;
}
.foot .lianxi_liuyan .right .reset{
    width: 152px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #030268;
    display: block;
}
.foot .lianxi_liuyan .right .submission{
    width: 152px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #4177b7;
    display: block;
    margin-left: 18px;
}
.foot .biaoti p:nth-child(1){
    font-size: 24px;
    color: #000033;
    text-align: center;
    line-height: 38px;
    padding-top: 66px;
}
.foot .biaoti p:nth-child(2){
    font-size: 14px;
    color: #000033;
    text-align: center;
    text-transform:uppercase; 
    line-height: 26px;
    background:url("../images/link.png") center center no-repeat;
}
.foot .link .lianjie a{
    display: block;
    padding: 0 35px;
    line-height: 16px;
    font-size: 16px;
    color: #333333;
    border-left: solid 1px #dfdfdf;
    margin-top: 18px;
}
.foot .link .lianjie a:nth-child(1){
    padding-left: 0;
    border-left: none;
}
.banner_pc .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
	outline:none;
    background: #CCC center center no-repeat;
    opacity: 1;
}
.banner_pc .swiper-pagination-bullet-active {
    opacity: 1;
	outline:none;
    background: #069 center center no-repeat;
}
.youshi{
    padding: 0 0 102px 0;
}
.biaoti p:nth-child(1){
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    line-height: 62px;
    padding-top: 86px;
    text-align: center;
}
.biaoti p:nth-child(1) text{
    color: #030268;
}
.biaoti p:nth-child(2){
    font-size: 16px;
    color: #aeacac;
    line-height: 28px;
    text-align: center;
    text-transform:uppercase;
    background: url("../images/biaoti1.png") center center no-repeat;
}
.youshi .neigong{
    padding-top: 62px;
}
.youshi .neigong .float_l{
    width: calc(16.666% - 64px);
    padding: 0 27px;
    height: 207px;
    position: relative;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
	background:#f3f3f3;
	margin-right:10px;
	text-align:center;
	border-radius: 5%;
   /* background: url("../images/youshi1.png") center center no-repeat;*/
}
.youshi .neigong .float_l:hover {
    /*background: url("../images/youshi2.png") center center no-repeat;*/
background:#030268;
}
.youshi .neigong .float_l .text{
    font-size: 14px;
    color: #888888;
    line-height: 28px;
    transition:all 0.3s ease-in-out;
	text-transform:uppercase;
}
.youshi .neigong .float_l:hover .text{
    color: #fff;
}
.youshi .neigong .float_l .shu{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    left: 50%;
    background: #030268;
    margin-left: -30px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    transition:all 0.3s ease-in-out;
}
.youshi .neigong .float_l:hover .shu{
    background: #4177b7;
}
.youshi .neigong .float_l .bt{
    font-size: 24px;
    color: #333333;
    line-height: 64px;
    text-align: center;
    padding-top: 52px;
    transition:all 0.3s ease-in-out;
}
.youshi .neigong .float_l:hover .bt{
    color: #fff;
}
.index_product{
    background: #f6f6f6;
}
.index_product .fenlei{
    padding: 40px 0;
}
.index_product .fenlei a{
    display: block;
    width:9.28%;
    height: 60px;
    background: #ffffff;
    font-size: 16px;
    color: #333333;
    margin: 0 5px 10px 5px;
    text-align: center;
    line-height: 60px;
    transition:all 0.3s ease-in-out;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.cur{
    background: #030268 !important;
    color: #fff !important;
}
.index_product .fenlei a:hover{
    color: #fff;
    background: #4177b7;
}
.index_product .swiper-slide a{
    width: calc(25% - 20px);
    margin: 0 10px;
    background: #fff;
    display: block; margin-bottom:20px
}
.index_product .swiper-slide a img{
    width: 100%;
	height:220px;
	
}
.index_product .swiper-slide a .text{
    width: calc(100% - 80px);
    margin: auto;
    padding-bottom: 18px;
}
.index_product .swiper-slide a .text p:nth-child(1){
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    height: 30px;
    padding-top: 14px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index_product .swiper-slide a .text p:nth-child(2){
    font-size: 14px;
    color: #888888;
    text-align: center;
    line-height: 28px;
    height: 28px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index_product .swiper-slide{
    padding-bottom: 60px;
}
.index_product{
    /* padding-bottom: 70px; */
}
.index_product .swiper-pagination-bullet{
    width: 60px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #030268;
    opacity: 1;
    margin: 0 9px;
}
.index_product .swiper-pagination-bullet-active {
    background: #4177b7;
}
.index_product .swiper-button-prev-product{
    width: 35px;
    height: 36px;
    top: auto;
    bottom: 240px;
    margin-left: -19px;
    transition:all 0.3s ease-in-out;
    background: url("../images/product_l1.png") center center no-repeat;
}
.index_product .swiper-button-prev-product:hover{
    background: url("../images/product_l2.png") center center no-repeat;
}
.index_product .swiper-button-next-product{
    width: 35px;
    height: 36px;
    top: auto;
    bottom: 240px;
    margin-right: -19px;
    transition:all 0.3s ease-in-out;
    background: url("../images/product_r1.png") center center no-repeat;
}
.index_product .swiper-button-next-product:hover{
    background: url("../images/product_r2.png") center center no-repeat;
}
.index_product .center{
    position: relative;
}
.page_img1{
    width: 100%;
    height: 284px;
    background: url("../images/page_img1.png") center center no-repeat;
}
.reason{
    height: 929px;
    background: #f3f3f3;
}
.reason .biaoti{
    height: 341px;
    background: url("../images/reason.png") top center no-repeat;
}
.reason .biaoti p:nth-child(1) {
    font-size: 40px;
    color: #fff;
}
.reason .biaoti p:nth-child(1) text{
    font-size: 40px;
    color: #fdde0f;
}
.reason .biaoti p:nth-child(2) {
    color: #fff;
    background: url("../images/biaoti2.png") center center no-repeat;
}
.reason .preview{
    width: 100%;
    height: 234px;
    background: #ffffff;
    position: relative;
    margin-top: -118px;
}
.reason .preview .swiper-slide{
    width: calc(25% - 1px);
    height: 234px;
    cursor: pointer;
    position: relative;
    border-left: solid 1px #eeeeee;
}
.reason .preview .swiper-slide .h6{
    font-size: 24px;
    color: #333333;
    line-height: 47px;
    padding-top: 61px;
    text-align: center;
}
.reason .preview .swiper-slide p{
    font-size: 16px;
    color: #888888;
    line-height: 29px;
    text-align: center;
}
.reason .preview .swiper-slide .xian{
    width: 26px;
    height: 1px;
    background: #c9c9c9;
    margin: auto;
    margin-top: 42px;
    opacity: 1;
    /* transition:all 0.3s ease-in-out; */
}
.reason .preview .swiper-slide:hover .xian{
    opacity: 0;
}
.reason .preview .swiper-slide .img{
    position: absolute;
    top: 162px;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    opacity: 0;
    transition:all 0.3s ease-in-out;
    background: url("../images/reason_icon.png") center center no-repeat;
}
.reason .preview .swiper-slide:hover .img{
    opacity: 1;
}
.reason .preview .active-nav .img{
    opacity: 1;
}
.reason .preview .active-nav .xian{
    opacity: 0;
}
.reason .view .swiper-slide{
    padding: 0 87px;
    width: calc(100% - 174px) !important;
}
.reason .view .right{
    width: 558px;
    height: 234px;
    margin-top: 88px;
    position: relative;
}
.reason .view .right .view_icon{
    position: absolute;
    top: -7px;
    right: 30px;
}
.reason .view .left{
    width: 570px;
    padding-top: 15px;
}
.reason .view .left .shi .zi{
    font-size: 66px;
    color: #4177b7;
    line-height: 116px;
    font-weight: 600;
}
.reason .view .left .shi .xian{
    width: 35px;
    height: 2px;
    margin-top: 68px;
    background: #4177b7;
}
.reason .view .left .bt{
    font-size: 18px;
    color: #888888;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin-bottom: 16px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.reason .view .left .bt text{
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    text-transform:uppercase;
}
.reason .view .left .text{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
}
.reason .swiper-pagination-reason{
    text-align: center;
    margin-top: 64px;
}
.reason .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: url("../images/reason_dian1.png") center center no-repeat;
    opacity: 1;
}
.reason .swiper-pagination-bullet-active {
    opacity: 1;
    background: url("../images/reason_dian2.png") center center no-repeat;
}
.view .arrow-left{
    background: url("../images/reason_l1.png") no-repeat center center;
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 6px;
    height: 11px;
    z-index: 10;
    margin-left: -73px;
    transition:all 0.3s ease-in-out;
}
.view .arrow-left:hover{
    background: url("../images/reason_l2.png") no-repeat center center;
}
.view .arrow-right{
    background: url("../images/reason_r1.png") no-repeat center center;
    position: absolute;
    right: 50%;
    bottom: 4px;
    width: 6px;
    height: 11px;
    z-index: 10;
    margin-right: -73px;
    transition:all 0.3s ease-in-out;
}
.view .arrow-right:hover{
    background: url("../images/reason_r2.png") no-repeat center center;
}
.index_case{
   
}
.index_case .biaoti p:nth-child(2){
    background: none;
}
.index_case .case_nav{
    height: 1px;
    width: 100%;
    background: #dfdfdf;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 93px;
}   
.index_case .case_nav a{
    display: inline-block;
    width: 158px;
    line-height: 25px;
    padding-top: 37px;
    margin-top: -8px;
    font-size: 16px;
    color: #333333;
    transition:all 0.3s ease-in-out;
    background: url("../images/case_nav_icon1.png") center top no-repeat;
}
.index_case .case_nav .xuanzhong{
    font-size: 16px;
    color: #030268;
    font-weight: 600;
    background: url("../images/case_nav_icon2.png") center top no-repeat;
}
.index_case .case_nav a:hover{
    font-size: 16px;
    color: #030268;
    font-weight: 600;
    background: url("../images/case_nav_icon2.png") center top no-repeat;
}
.index_case .swiper-container-case{
    padding-bottom: 60px;
}
.index_case .swiper-container-case .swiper-slide .float_l{
    width: calc(25% - 20px);
    margin: 0 10px;
    cursor: pointer;
    display: block;
}
.index_case .swiper-container-case .swiper-slide .float_l img{
    width: 100%;
}
.index_case .swiper-container-case .swiper-slide .float_l .text{
    height: 82px;
    padding: 0 10%;
    width: 80%;
    text-align: center;
    transition:all 0.3s ease-in-out;
}
.index_case .swiper-container-case .swiper-slide .float_l:hover .text{
    background: #030268;
}
.index_case .swiper-container-case .swiper-slide .float_l .text .name{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    padding-top: 6px;
    transition:all 0.3s ease-in-out;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index_case .swiper-container-case .swiper-slide .float_l:hover .text .name{
    color: #fff;
}
.index_case .swiper-container-case .swiper-slide .float_l .text .p{
    line-height: 22px;
    font-size: 14px;
    color: #888888;
    transition:all 0.3s ease-in-out;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index_case .swiper-container-case .swiper-slide .float_l:hover .text .p{
    color: #fff;
}
.index_case .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #030268;
    opacity: 1;
}
.index_case .swiper-pagination-bullet-active {
    background: #4177b7;
}
.index_about{
    padding-bottom: 100px;
    background: url("../images/index_about.jpg") center center no-repeat;
}
.index_about .label_page{
    position: relative;
}
.index_about .label_page .label_page_each .about_text{
    width: calc(100% - 750px);
}
.index_about .label_page .label_page_each .about_text .bt{
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px;
}
.index_about .label_page .label_page_each .about_text .p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}
.index_about .label_page .label_page_each .about_text .xiangqing{
    display: block;
    width: 185px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 16px;
    color: #333333;
    border: solid 1px #d9dada;
    margin-top: 32px;
    transition:all 0.3s ease-in-out;
}
.index_about .label_page .label_page_each .about_text .xiangqing:hover{
    color: #030268;
    border: solid 1px #030268;
}
.index_about .label_page .label_page_each .about_img{
    position: relative;
    width: 663px;
    height: 419px;
}
.index_about .label_page .label_page_each .about_img .about_icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.index_about .label_page .label_page_each{
    padding-top: 82px;
}
.index_about .biaoti p:nth-child(1){
    padding-top: 70px;
}
.index_about .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: url("../images/index_about1.png") center center no-repeat;
    opacity: 1;
}
.index_about .swiper-pagination-bullet-active {
    opacity: 1;
    background: url("../images/index_about2.png") center center no-repeat;
}
.index_about .swiper-pagination{
    text-align: right;
}
.index_about .label_page .label_nav{
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_about .label_page h4{
    width: 240px;
    height: 69px;
    font-size:20px;
    color: #ffffff;
    text-align: center;
    line-height: 69px;
    background: #030268;
    margin-right: 5px;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
}
.index_about .label_page h4:hover{
    background: #4177b7;
}
.index_about .label_page .on{
    background: #4177b7;
}
.shuzi_gd{
    height: 234px;
    text-align: center;
    background: url("../images/shuzi_gd.jpg") center center no-repeat;
}
.shuzi_gd .float_l{
    width: calc(25% - 1px);
    height: 97px;
    margin-top: 74px;
    border-right: solid 1px #eeeeee;
}
.shuzi_gd .float_l:nth-child(1){
    width: calc(25% - 2px);
    border-left: solid 1px #eeeeee;
}
.shuzi_gd .float_l .counter{
    display: inline-table;
    font-size:60px;
    color: #ffffff;
    line-height: 53px;
    padding: 0 35px;
    margin-bottom: 18px;
}
.shuzi_gd .float_l p{
    font-size: 16px;
    color: #ffffff;
}
.shuzi_gd .float_l:nth-child(1) .counter{
    background: url("../images/counter1.png") right top no-repeat;
}
.shuzi_gd .float_l:nth-child(2) .counter{
    background: url("../images/counter2.png") right top no-repeat;
}
.shuzi_gd .float_l:nth-child(3) .counter{
    background: url("../images/counter3.png") right top no-repeat;
}
.shuzi_gd .float_l:nth-child(4) .counter{
    background: url("../images/counter4.png") right top no-repeat;
}
.index_news{
    padding-bottom: 60px;
	    background: #f6f6f6;
}
.index_news .more{
    display: block;
    width: 185px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    margin: auto;
    font-size: 16px;
    color: #333333;
    border: solid 1px #dfdfdf;
    transition:all 0.3s ease-in-out;
}
.index_news .more:hover{
    color: #030268;
    border: solid 1px #030268;
}
.index_news .news_l{
    width: calc(50% - 36px);
}
.index_news .news_r{
    width: calc(50% - 36px);
}
.index_news .news{
    padding: 58px 0 50px 0;
}
.index_news .news_l .first{
    display: block;
    border-bottom: dashed 1px #bbbbbb;
}
.index_news .news_l .first .img{
    overflow: hidden;
}
.index_news .news_l .first .img img{
    width: 100%;
    height: 262px;
    transition:all 0.3s ease-in-out;
}
.index_news .news_l .first:hover .img img{
    transform: scale(1.1);
}
.index_news .news_l .first .jianjie{
    padding: 18px 0 26px 0;
}
.index_news .news_l .first .jianjie .xian{
    width: 15px;
    height: 2px;
    background: #030268;
    margin-top: 42px;
    margin-left: 6px;
    margin-right: 5px;
}
.index_news .news_l .first .jianjie .text{
    width: calc(100% - 36px);
}
.index_news .news_l .first .jianjie .text .biaoti .bt{
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    width: calc(100% - 130px);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.index_news .news_l .first:hover .jianjie .text .biaoti .bt{
    color: #030268;
}
.index_news .news_l .first .jianjie .text .biaoti .sj{
    font-size: 16px;
    color: #333333;
    line-height: 46px;
}
.index_news .news_l .first .jianjie .text .biaoti .xq{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index_news .news_l .list_news .each .border{
    width: 15px;
    height: 2px;
    background: #030268;
    margin-top: 20px;
    margin-left: 6px;
    margin-right: 8px;
}
.index_news .news_l .list_news .each .p{
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    width: calc(100% - 130px);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.index_news .news_l .list_news .each:hover .p{
    color: #030268;
}
.index_news .news_l .list_news .each .shijian{
    font-size: 16px;
    color: #333333;
    line-height: 38px;
}
.index_news .news_l .list_news{
    padding: 16px 0;
}
.index_news .news_r .each{
    display: block;
    padding: 28px 0;
    border-bottom: dashed 1px #bbbbbb;
}
.index_news .news_r .each:nth-child(1){
    padding-top: 0;
}
.index_news .news_r .each .img{
    overflow: hidden;
}
.index_news .news_r .each img{
    width: 194px;
    transition:all 0.3s ease-in-out;
}
.index_news .news_r .each:hover img{
    transform: scale(1.1);
}
.index_news .news_r .each .text{
    width: calc(100% - 220px);
    margin-left: 25px;
    padding-top: 10px;
}
.index_news .news_r .each .text .bt{
    width: calc(100% - 110px);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    height: 46px;
    transition:all 0.3s ease-in-out;
}
.index_news .news_r .each:hover .text .bt{
    color: #030268;
}
.index_news .news_r .each .text .rq{
    font-size: 16px;
    color: #333333;
    line-height: 46px;
}
.index_news .news_r .each .text .p{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.banner_pc .banner_img_ny{
    height: 350px;
}
.neiye .sousuo{
    position: relative;
    z-index: 2;
    box-shadow: 0px 6px 12.09px 0.91px rgba(0, 0, 0, 0.03);
}
.position{
    background: #f6f6f6;
}
.position .bt{
    padding-top: 44px;
}
.position .bt .float_l{
    font-size: 30px;
    color: #333333;
    line-height: 52px;
    font-weight: 600;
}
.position .bt .float_r{
    font-size: 16px;
    color: #888888;
    line-height: 52px;
    padding-left: 30px;
    background: url("../images/neiye_icon1.png") top 15px left no-repeat;
}
.position .p{
    line-height: 34px;
    font-size: 16px;
    color: #888888;
    background: url("../images/neiye_icon2.png") center left 238px no-repeat;
}
.index_product .fenlei {
    padding-top: 34px;
    margin-bottom: 0;
}
.neiye .index_product .swiper-slide a{
    margin-bottom: 23px;
}
.fanye{
    text-align: center;
}
.fanye .pagebar{
    display: inline-flex;
}
.fanye .pagebar a{
    display: block;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    margin: 0 4px;
    font-size: 16px;
    color: #333333;
    transition:all 0.3s ease-in-out;
}
.fanye .pagebar a:hover{
    color: #fff;
    background: #030268;
}
.fanye .pagebar .xuanzhong{
    color: #fff;
    background: #030268;
}
.neiye .index_product {
    /* padding-bottom: 78px; */
}
.neiye .index_product .swiper-slide {
    padding-bottom: 40px;
}
.white_bj{
    background: #f6f6f6;
}
.white_bj .position {
    background: #f6f6f6;
}
.list_show_html .sousuo{
    box-shadow: none
}
.white_bj .single_html .bt{
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    line-height: 66px;
    padding-top: 56px;
    margin-bottom: 26px;
}
.white_bj .single_html .text{
    padding-bottom: 135px;
}
.white_bj .single_html .text p{
    font-size: 16px;
    color: #333333;
    text-indent: 2rem;
    line-height: 36px;
    text-align: justify;
}
.white_bj .single_html .text img{
    width: 100%;
    display: block;
    margin: 30px 0;
}
.single_html {padding-bottom:80px; }

.single_html .center{
	line-height:42px;
	font-size:16px;
	
	
	}

.list_show_html .left{
    width: calc(100% - 430px);
}
.list_show_html .position .center{
    width: auto;
}
.list_show_html .list_show .bt{
    padding-top: 46px;
    padding-bottom: 10px;
    text-align: center;
}
.list_show_html .list_show .bt .p{
    font-size: 30px;
    color: #333333;
    line-height: 64px;
}
.list_show_html .list_show .bt .pagebar{
    display: inline-flex;
}
.list_show_html .list_show .bt .pagebar div{
    font-size: 14px;
    color: #888888;
    line-height: 44px;
    margin: 0 16px;
}
.list_show_html .list_show .text{
    border-top: dashed 1px #dedfdf;
    border-bottom: solid 1px #dedfdf;
    padding-top: 25px;
    padding-bottom: 50px;
}
.list_show_html .list_show .text p{
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    text-indent: 2rem;
    text-align: justify;
}
.list_show_html .list_show .text img{
    width: 100%;
    display: block;
    margin: 30px 0;
}
.list_show_html .list_show .diehaun{
    padding-bottom: 66px;
}
.list_show_html .list_show .diehaun a{
    display: block;
    width: calc(45% - 75px);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    height: 82px;
    line-height: 82px;
    font-size: 16px;
    color: #333333;
}
.list_show_html .list_show .diehaun .float_l{
    padding-left: 75px;
    background: url("../images/list_l.jpg") left 22px center no-repeat;
}
.list_show_html .list_show .diehaun .float_r{
    padding-right: 75px;
    text-align: right;
    background: url("../images/list_r.jpg") right 22px center no-repeat;
}
.list_show_html .right_nav{
    width: 276px;
    padding-top: 20px;
    padding-bottom: 86px;
}
.list_show_html .right_nav .title_r{
    font-size: 18px;
    color: #333333;
    line-height: 47px;
    padding-top: 26px;
    padding-left: 12px;
}
.list_show_html .right_nav .list_r a{
    display: block;
    width: calc(100% - 42px);
    padding: 0 20px;
    border: solid 1px #dedfdf;
    height: 54px;
    line-height: 54px;
    border-top: none;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background: #fff;
    transition:all 0.3s ease-in-out;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.list_show_html .right_nav .list_r a:hover{
    color: #fff;
    background: #030268;
    border: solid 1px #030268;
    border-top: none;
}
.list_show_html .right_nav .list_r a:nth-child(1){
    border-top: solid 1px #dedfdf;
}
.list_show_html .right_nav .list_r a:nth-child(1):hover{
    border-top: solid 1px #030268;
}
.list_show_html .right_nav .list_p{
    border: solid 1px #dedfdf;
    padding: 20px 0 30px;
	background:#fff;
}
.list_show_html .right_nav .list_p p{
    width: calc(100% - 42px);
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    background: #fff;
}
.list_show_html .right_nav .list_r2 a{
    display: block;
    width: calc(100% - 42px);
    padding: 12px 20px;
    border: solid 1px #dedfdf;
    line-height: 32px;
    border-top: none;
    font-size: 14px;
    color: #333333;
    background: #fff;
    transition:all 0.3s ease-in-out;
}
.list_show_html .right_nav .list_r2 a:hover{
    color: #fff;
    background: #030268;
    border: solid 1px #030268;
    border-top: none;
}
.list_show_html .right_nav .list_r2 a:nth-child(1){
    border-top: solid 1px #dedfdf;
}
.list_show_html .right_nav .list_r2 a:nth-child(1):hover{
    border-top: solid 1px #030268;
}
.show_html .position .center{
    width: 1400px;
}
.product_show{
    padding-bottom: 82px;
    background: #f6f6f6;
    padding-top: 45px;
}

.product_show .pc-slide .view{
    width: 537px;
}
.product_show .view .swiper-container {
    width: 537px;
    height: 537px;
}
.product_show .view .swiper-container img{
    width: 100%;
    height: auto;
}
.product_show .preview{
    width: calc(100% - 624px);
    position: relative;
}
.product_show .preview .product_text .title .name{
    font-size: 30px;
    color: #333333;
    line-height: 66px;
    height: 66px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.product_show .preview .product_text .title .time{
    font-size: 14px;
    color: #888888;
    line-height: 36px;
    height: 36px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eeeeee;
}
.product_show .preview .product_text .title .time span{
    margin: 0 30px;
}
.product_show .preview .product_text .text{
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    padding: 16px 5px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.product_show .preview .bt{
    font-size: 18px;
    color: #333333;
    line-height: 66px;
    margin-top: 35px;
}
.product_show .preview .swiper-container {
    width: calc(100% - 236px);
    margin-left: 0;
}
.product_show .preview .swiper-slide {
    width: 172px;
    height: 172px;
    cursor:pointer;
    margin-right: 8px;
}
.product_show .preview .swiper-slide img{
    width: 172px;
    height: auto;
}
.product_show .preview .arrow-left{
    position: absolute;
    right: 22px;
    bottom: 135px;
    width: 177px;
    height: 35px;
    z-index: 10;
    text-align: center;
    background: #030268;
    font-size: 16px;
    color: #ffffff;
    line-height:35px;
    transition:all 0.3s ease-in-out;
}
.product_show .preview .arrow-left:hover{
    color: #fff;
    background: #4177b7;
}
.product_show .preview .arrow-right{
    position: absolute;
    right: 22px;
    bottom:85px;
    width: 177px;
    height: 35px;
    z-index: 10;
    text-align: center;
    background: #030268;
    font-size: 16px;
    color: #ffffff;
    line-height:35px;
    transition:all 0.3s ease-in-out;
}
.product_show .preview .arrow-right:hover{
    color: #fff;
    background: #4177b7;
}
.show_html .xiangqing{
    width: 276px;
    height: 52px;
    font-size:16px;
    color: #ffffff;
    text-align: center;
    line-height: 52px;
    background: #030268;
    margin-top: 40px;
}
.show_html .text{
    border-top: solid 1px #dedfdf !important;
}
.news_list{
    padding-bottom: 40px;
}
.news_list a{
    display: block;
    width: calc(50% - 79px);
    padding: 0 32px;
    margin-right: 30px;
    background: #fff;
    margin-top: 28px;
}
.news_list a:nth-child(2n){
    margin-right: 0;
}
.news_list a .bt{
    padding-top: 10px;
}
.news_list a .bt .p{
    font-size: 18px;
    color: #333333;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    max-width: calc(100% - 40px);
    height: 48px;
    line-height: 48px;
}
.news_list a .bt .border{
    height: 3px;
    width: 0px;
    background: #e6a001;
    margin-top: 22px;
    margin-right: 0px;
    transition:all 0.3s ease-in-out;
}
.news_list a:hover .bt .border{
    width: 17px;
    margin-right: 12px;
}
.news_list a .text{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: 7px;
}
.news_list a .time .float_l{
    font-size: 14px;
    color: #888888;
    line-height: 36px;
    height: 36px;
    margin-right: 20px;
    padding-left: 26px;
}
.news_list a .time .float_l:nth-child(1){
    background: url("../images/news_icon3.png") center left 3px no-repeat;
}
.news_list a .time .float_l:nth-child(2){
    background: url("../images/news_icon4.png") center left 3px no-repeat;
}
.news_list a .button_xq{
    line-height: 88px;
    height: 88px;
    font-size: 16px;
    color: #333333;
    width: 123px;
    background: url("../images/news_icon1.png") center right no-repeat;
    transition:all 0.4s ease-in-out;
}
.news_list a:hover .button_xq{
    margin-left: calc(100% - 123px);
    color: #00479d;
    background: url("../images/news_icon2.png") center right no-repeat;
}
.box_shadow .sousuo{
    box-shadow: none
}
.contact_html{
    padding-top: 52px;
}
.contact_html .contact_title{
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    line-height: 64px;
    text-align: center;
}
.contact_html .contact_text{
    font-size: 18px;
    color: #333;
    line-height: 40px;
    text-align: center;
    width: 1200px;
    margin: auto;
}
.contact_html .contact_icon{
    width: 1070px;
    margin: auto;
    padding: 62px 0 56px;
}
.contact_html .contact_icon .icon{
    width: 160px;
    margin: 0 27px;
}
.contact_html .contact_icon .icon img{
    display: block;
    margin: auto;
}
.contact_html .contact_icon .icon p:nth-child(2){
    font-size:16px;
    color: #000000;
    text-align: center;
    line-height: 35px;
    padding-top: 15px;
}
.contact_html .contact_icon .icon p:nth-child(3){
    font-size:16px;
    color: #000000;
    text-align: center;
    line-height: 21px;
}
.contact_html .message .bt{
    font-size: 30px;
    color: #333333;
    line-height: 140px;
    font-weight: 600;
    text-align: center;;
}
.contact_html .message .input input{
    width: calc(33.333% - 82px);
    display: block;
    border: solid 1px #d7d7d7;
    padding: 0 30px;
    height: 49px;
    line-height: 59px;
    margin-right: 30px;
    margin-bottom: 29px;
    border-radius: 5px;
    font-size: 16px;
    color: #999999;
}
.contact_html .message .input input:nth-child(3n){
    margin-right: 0px;
}
.contact_html .message .input input::-webkit-input-placeholder{
    color:#999999;
}
.contact_html .message .input input::-moz-placeholder{   
    color:#999999;
}
.contact_html .message .input input:-moz-placeholder{    
    color:#999999;
}
.contact_html .message .input input:-ms-input-placeholder{
    color:#999999;
}
.contact_html .message textarea{
    width: calc(100% - 62px);
    display: block;
    border: solid 1px #d7d7d7;
    padding: 12px 30px;
    height: 200px;
    line-height: 28px;
    margin-right: 30px;
    margin-bottom: 35px;
    border-radius: 5px;
    font-size: 16px;
    color: #999999;
}
.contact_html .message textarea::-webkit-input-placeholder{
    color:#999999;
}
.contact_html .message textarea::-moz-placeholder{ 
    color:#999999;
}
.contact_html .message textarea:-moz-placeholder{ 
    color:#cccccc;
}
.contact_html .message textarea:-ms-input-placeholder{ 
    color:#999999;
}
.contact_html .message .button{
    text-align: center;
    width: 100%;
}
.contact_html .message .button a{
    display: inline-block;
    width: calc(50% - 300px);
    font-size: 18px;
    color: #ffffff;
    line-height: 56px;
    height: 56px;
    background: #030268;
    text-align: center;
    border-radius: 5px;
    margin: 0 15px;
    transition:all 0.3s ease-in-out;
}
.contact_html .message .button a:hover{
    background: #4177b7;
}
.contact_html .message{
    padding-bottom: 76px;
}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

#DetailedSpan img{ max-width:100% !important; height:auto !important}
#imgsy img{ max-width:100% !important; height:auto !important}

#maximg img{ max-width:100%; height:auto !important}
#maximg{ padding-top:20px}

/* 手机端菜单样式 - 全面优化 */
@media screen and (max-width: 768px) {
    body.menu-open {
        overflow: hidden;
    }
    
    .fullwidth-menu {
        display: none !important;
    }
    
    .product-category {
        width: 100%;
    }
    
    .product-row {
        width: 100%;
    }
    
    /* 手机顶部导航栏 */
    .shouji_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        position: sticky;
        top: 0;
        z-index: 999;
        height: 60px;
    }
    
    .shouji_top .logo {
        max-height: 40px;
        max-width: 50%;
        margin-left: 0px;
    }
    
    .shouji_top a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        transition: all 0.3s ease;
        position: relative;
        margin-right: 10px;
    }
    
    .shouji_top a:active {
        background: #f0f0f0;
        transform: scale(0.95);
    }
    
    .shouji_top a img {
        width: 32px;
        height: 32px;
        transition: all 0.3s ease;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .shouji_top a img:nth-child(2) {
        opacity: 0;
    }
    
    
    
    /* 手机端菜单 - 更现代的设计 */
    #mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -85%;
        width: 85%;
        height: 100%;
        background: linear-gradient(to right, #fff, #f9f9f9);
        z-index: 9999;
        overflow-y: auto;
        transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        box-shadow: 0 0 25px rgba(0,0,0,0.15);
        padding: 0 0 80px 0;
    }
    
    #mobile-menu.active {
        left: 0;
    }
    
    #mobile-menu a {
        display: block;
        padding: 15px 20px;
        color: #333;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        transition: all 0.3s ease;
        position: relative;
    }
    
    #mobile-menu a:hover {
        background: #f8f8f8;
        color: #030268;
        padding-left: 25px;
    }
    
    #mobile-menu a:active {
        background: #f0f0f0;
    }
    
    /* 美化滚动条 */
    #mobile-menu::-webkit-scrollbar {
        width: 5px;
    }
    
    #mobile-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    
    #mobile-menu::-webkit-scrollbar-thumb {
        background: #030268;
        border-radius: 10px;
    }
    
    #mobile-menu::-webkit-scrollbar-thumb:hover {
        background: #4177b7;
    }
    
    /* 菜单容器 */
    .menu-container {
        position: relative;
    }
    
    .menu-toggle {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
        color: #666;
        z-index: 10;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    
    .menu-toggle:hover {
        background: #f0f0f0;
        color: #030268;
    }
    
    /* 子菜单样式 */
    .submenu {
        background: #f8f8f8;
        overflow: hidden;
        border-left: 3px solid #030268;
        margin-left: 20px;
        display: none;
    }
    
    .submenu .menu-item a {
        padding-left: 35px;
        font-size: 15px;
        color: #666;
        border-bottom: 1px solid #eee;
    }
    
    .submenu .menu-item a:hover {
        padding-left: 40px;
        background: #f0f0f0;
    }
    
    /* 遮罩层 */
    .mobile-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 9998;
        opacity: 0;
        transition: opacity 0.3s ease;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }
    
    .mobile-overlay.active {
        display: block;
        opacity: 1;
    }
    
    /* 菜单头部 */
    .mobile-menu-header {
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #030268;
    }
    
    .mobile-menu-header img {
        filter: brightness(0) invert(1);
        height: 30px;
    }
    
    .mobile-menu-header .close-menu {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,0.2);
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .mobile-menu-header .close-menu:hover {
        background: rgba(255,255,255,0.3);
    }
    
    /* 菜单底部 */
    .mobile-menu-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 20px;
        background: #f8f8f8;
        border-top: 1px solid #eee;
        text-align: center;
        box-sizing: border-box;
    }
    
    .mobile-menu-footer .social-links {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .mobile-menu-footer .social-links a {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 5px;
        border: 1px solid #eee;
        padding: 0;
        transition: all 0.3s ease;
    }
    
    .mobile-menu-footer .social-links a:hover {
        background: #030268;
        border-color: #030268;
    }
    
    .mobile-menu-footer .social-links a:hover img {
        filter: brightness(0) invert(1);
    }
    
    .mobile-menu-footer .copyright {
        font-size: 12px;
        color: #999;
    }
    
    /* 菜单搜索框 */
    .mobile-search {
        padding: 15px;
        background: #f8f8f8;
        border-bottom: 1px solid #eee;
    }
    
    .mobile-search form {
        display: flex;
        position: relative;
    }
    
    .mobile-search input {
        width: 100%;
        height: 40px;
        border: 1px solid #e5e5e5;
        border-radius: 20px;
        padding: 0 15px;
        font-size: 14px;
        background: #fff;
    }
    
    .mobile-search button {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: #030268;
        border: none;
        border-radius: 0 20px 20px 0;
        color: #fff;
        cursor: pointer;
    }
    
    /* 菜单项动画效果 */
    #mobile-menu > a,
    #mobile-menu .menu-container {
        opacity: 0;
        transform: translateX(-20px);
        animation: slideIn 0.3s forwards;
    }
    
    @keyframes slideIn {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    #mobile-menu > a:nth-child(2),
    #mobile-menu .menu-container:nth-child(2) {
        animation-delay: 0.1s;
    }
    
    #mobile-menu > a:nth-child(3),
    #mobile-menu .menu-container:nth-child(3) {
        animation-delay: 0.15s;
    }
    
    #mobile-menu > a:nth-child(4),
    #mobile-menu .menu-container:nth-child(4) {
        animation-delay: 0.2s;
    }
    
    #mobile-menu > a:nth-child(5),
    #mobile-menu .menu-container:nth-child(5) {
        animation-delay: 0.25s;
    }
    
    #mobile-menu > a:nth-child(6),
    #mobile-menu .menu-container:nth-child(6) {
        animation-delay: 0.3s;
    }
    
    #mobile-menu > a:nth-child(7),
    #mobile-menu .menu-container:nth-child(7) {
        animation-delay: 0.35s;
    }
    
    /* 修复移动端菜单重复问题 */
    .phone_none {
        display: block;
    }
    
    .pc_none {
        display: none !important;
    }
}

/* 全宽菜单样式 */
.fullwidth-menu {
    display: none;
    position: absolute;
    width: 100%;
    background: rgba(240, 248, 255, 0.97);
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    padding: 30px 0;
    left: 0;
    z-index: 1000;
    top: 165px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}

.fullwidth-menu.active {
    display: block;
    animation: fadeInDown 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.submenu-container {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

/* 产品菜单样式 */
.product-grid {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-row {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

.product-category {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.product-category a {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 10px 0 10px 15px;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-category a:hover {
    color: #030268;
    transform: translateX(5px);
}

.product-category a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #030268;
    opacity: 0;
    transition: all 0.3s ease;
}

.product-category a:hover:before {
    opacity: 1;
}

.product-image {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    max-width: 100%;
    border-radius: 5px;
    
    transition: all 0.3s ease;
}

.product-image img:hover {
    transform: scale(1.05);
}

/* 响应式调整 */
@media screen and (max-width: 1400px) {
    .submenu-container {
        width: 95%;
    }
    
    .product-category {
        width: 33.33%;
    }
    
    .product-row {
        width: 70%;
    }
    
    .product-image {
        width: 25%;
    }
}

@media screen and (max-width: 992px) {
    .product-category {
        width: 50%;
    }
    
    .product-row {
        width: 65%;
    }
    
    .product-image {
        width: 30%;
    }
}

/* 移动端菜单样式 - 添加到文件末尾 */
@media screen and (max-width: 768px) {
    .pc_none {
        display: none !important;
    }
    
    .phone_none {
        display: block;
    }
    
    /* 手机端菜单 */
    #mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -85%;
        width: 85%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        box-shadow: 0 0 25px rgba(0,0,0,0.15);
        padding: 15px 0 80px 0;
    }
    
    #mobile-menu.active {
        left: 0;
    }
    
    #mobile-menu a {
        display: block;
        padding: 15px 20px;
        color: #333;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        transition: all 0.3s ease;
        position: relative;
    }
    
    #mobile-menu a:hover {
        background: #f8f8f8;
        color: #030268;
        padding-left: 25px;
    }
    
    .menu-container {
        position: relative;
    }
    
    .menu-toggle {
        position: absolute;
        right: 15px;
        top: 12px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
        color: #666;
        z-index: 10;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    
    .menu-toggle:hover {
        background: #f0f0f0;
        color: #030268;
    }
    
    /* 手机顶部样式 */
    .shouji_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        background: #fff;
        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
        position: sticky;
        top: 0;
        z-index: 999;
    }
    
    .shouji_top .logo {
        max-height: 40px;
    }
    
    .shouji_top a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    
    .shouji_top a:active {
        background: #f0f0f0;
    }
    
    .shouji_top a img {
        width: 24px;
        height: 24px;
        transition: all 0.3s ease;
    }
    
    .shouji_top a img:nth-child(2) {
        opacity: 0;
    }
    
    /* 遮罩层 */
    .mobile-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 9998;
        opacity: 0;
        transition: opacity 0.3s ease;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }
    
    .mobile-overlay.active {
        display: block;
        opacity: 1;
    }
}

/* 新的底部样式 */
.footer {
  background-color: #f5f5f5;
  padding: 40px 0;
  color: #333;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-left, .footer-center, .footer-right {
  padding: 0 15px;
}

.footer-left {
  flex: 1;
  min-width: 250px;
}

.footer-center {
  flex: 1;
  min-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-right {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-contact {
  line-height: 1.8;
}

.contact-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.contact-item i {
  margin-right: 10px;
  color: #015BAA; /* 使用logo蓝色 */
}

.icon-phone:before {
  content: "📞";
}

.icon-location:before {
  content: "📍";
}

.qrcode-container {
  display: flex;
  align-items: center;
}

.qrcode {
  width: 120px;
  height: 120px;
  margin-right: 15px;
}

.qrcode-text {
  line-height: 1.6;
}

.qrcode-text p:first-child {
  font-weight: bold;
  color: #015BAA; /* 使用logo蓝色 */
}

.footer-nav {
  margin-bottom: 20px;
}

.nav-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #015BAA; /* 使用logo蓝色 */
  position: relative;
  padding-bottom: 10px;
}

.nav-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #015BAA; /* 使用logo蓝色 */
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
}

.nav-links a {
  color: #333;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #015BAA;
}

.copyright {
  background: #015BAA; /* 使用logo蓝色 */
  color: white;
  padding: 15px 0;
  text-align: center;
}

.copyright .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.copyright-info, .footer-links {
  padding: 5px 0;
}

.footer-links a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
  }
  
  .footer-left, .footer-center, .footer-right {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .footer-nav .nav-links {
    flex-direction: column;
  }
  
  .footer-nav .nav-links a {
    display: block;
    margin-right: 0;
    padding: 5px 0;
  }
  
  .copyright .center {
    flex-direction: column;
  }
}

/* 美化关于我们页面样式 */
.about-page {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.about-header {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.about-title {
  font-size: 36px;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.about-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #015BAA;
}

.about-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.about-content {
  flex: 1;
  min-width: 300px;
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #444;
  text-align: justify;
}

.about-image {
  flex: 1;
  min-width: 400px;
  position: relative;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-image:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  
  z-index: -1;
  opacity: 0.3;
}

.about-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  gap: 30px;
}

.feature-item {
  flex: 1;
  min-width: 250px;
  background: #fff;
  padding: 30px 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: #015BAA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

.feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.feature-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.about-counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #015BAA;
  padding: 50px 30px;
  border-radius: 8px;
  margin: 60px 0 40px;
  color: #fff;
  box-shadow: 0 10px 30px rgba(1, 91, 170, 0.3);
}

.counter-item {
  text-align: center;
  padding: 0 20px;
}

.counter-value {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}

.counter-title {
  font-size: 18px;
  opacity: 0.9;
}

.about-team {
  margin-top: 60px;
}

.team-header {
  text-align: center;
  margin-bottom: 40px;
}

.team-title {
  font-size: 30px;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.team-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #015BAA;
}

.team-subtitle {
  font-size: 16px;
  color: #666;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.team-member {
  width: calc(25% - 30px);
  min-width: 220px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.team-member:hover {
  transform: translateY(-10px);
}

.member-image {
  position: relative;
  overflow: hidden;
}

.member-image img {
  width: 100%;
  transition: transform 0.5s;
}

.team-member:hover .member-image img {
  transform: scale(1.1);
}

.member-info {
  padding: 20px;
  text-align: center;
}

.member-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.member-position {
  font-size: 14px;
  color: #015BAA;
  margin-bottom: 12px;
}

.member-bio {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
  .about-page {
    padding: 40px 0;
  }
  
  .about-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .about-image {
    order: -1;
  }
  
  .about-image:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  
  .about-title {
    font-size: 28px;
  }
  
  .about-subtitle {
    font-size: 16px;
  }
  
  .counter-value {
    font-size: 32px;
  }
  
  .counter-title {
    font-size: 16px;
  }
  
  .feature-item {
    min-width: 100%;
  }
  
  .team-member {
    width: calc(50% - 15px);
  }
}

/* 回到顶部按钮样式 */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #015BAA;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.back-to-top:hover {
  background: #0069cc;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    bottom: 20px;
    right: 20px;
  }
}