@charset "utf-8";
/* CSS Document */
@keyframes sc1 {
0% {transform: scale(1);}
100% {transform: scale(1.2);}
}


*{padding: 0;margin: 0;}
a{text-decoration: none;}
li{list-style: none;}

.c3{color: var(--c3);}
.c6{color: var(--c6);}
.c9{color: var(--c9);}





*{padding: 0;margin: 0;}
a{text-decoration: none;}
li{list-style: none;}
body{z-index: -99;width: 100%;height:auto; margin:0; padding:0;font-size:12px;}
.clear{clear:both; height:0;}
a{color:#333;text-decoration:none;}
li{list-style:none;}

.headerTabActived{border-bottom:2px solid #FEEFCC; !important;}


#header_box{width:100%;height:60px;left:0;top:0;position:fixed;z-index:999;}

#headercontent{max-width:1200px; font-size:14px;padding: 0px 8px;display: flex;justify-content: space-between;align-items: center;margin: 0px auto;position: absolute;left: 0px;right: 0px;top: 0px;z-index: 10;height:60px;}
.headrbotoomboder{border-bottom:#eee 2px solid;}
#logodiv{display:flex;height:60px;line-height:60px; overflow:hidden;justify-content: space-between;align-items: center;}
#logodiv img{height:30px;}
#nav{display:flex;;height:60px;line-height:60px;justify-content: space-between;align-items: center;}
#nav ul{margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;padding-inline-start: 40px;unicode-bidi: isolate;}
#nav li{line-height:60px;display:inline-block;margin-right:70px;min-width:98px;font: 400 12px / 1 var(--PFR)}
#nav li a{color:#fff; font-size:16px;}
.open_icon3,.close_icon3{text-align:right;position:absolute;right:0;padding-right:5px;}
.mobilenav{width:100%;position:fixed;margin-top:60px;z-index:1500;padding-left:5px;display:none;background-color:#fff;}
.mobilenav li{line-height:50px;border-bottom:#eee 1px solid;display:inline-block;width:100%;}
.mobilenav li a{ font-weight:bold;}

.combanner{margin:0px auto;position:relative;width:100%;max-width:1920px;height:400px;overflow:hidden;display:flex;justify-content:center;align-items: center;}
.banner_txt{color:#fff;}
.banner_txt .DIV{line-height:35px;}

.companyfc{margin:0 auto;display: flex;flex-wrap: wrap;gap:15px;justify-content:center;align-items: center;width:100%;max-width:1400px;}
.companyfcitem{ width: calc(33.33% - 20px);text-align: center;margin-bottom:20px;background-color:#F4F7FA;border-radius: 10px; padding:5px;}
.companyfcitem img{cursor:pointer;width: calc(100% - 2px);transition: transform .2s; /* 动画效果 */ }
.companyfcitem img:hover{transform: scale(1.01);} 
.companyfcitem p {margin:16px 0; font-size:16px; text-align:left;font-weight:bold;}

.content{
	padding: 50px 0 ;
	min-height: 300px;
	font-size: 16px;
	line-height: 30px;
}

.productcat{display:flex;flex-wrap:wrap;gap:16px;justify-content:left;align-items:center;width:100%;max-width:1400px;height:70px;border-bottom: 1px solid #EEEEEE; margin-bottom:50px;overflow:hidden;}
productcatitem a{color:#333;}
.productcatitem{max-width:150px;display:inline-block;height:100%;line-height:65px;padding:5px 5px 0 5px;font-size:16px;}
.activeit{background-color:#333;color:#fff;}

.productinfo{margin:40px auto;display: flex;flex-wrap: wrap;gap:16px;justify-content:center;align-items: center;width:100%;max-width:1400px;}
.productinfo a{display:block;width:calc(25% - 30px);margin-bottom:20px;background-color:#F4F7FA;border-radius:8px; padding:5px;text-align:left;}

.productinfo a  img{width:calc(100%);transition: transform .2s; /* 动画效果 */ }
.productinfo a  img:hover{transform: scale(1.01);} 
.productinfo a .title {margin:16px 0; font-size:16px;font-weight:bold;text-align: center;}
.productinfo a p{font-size:14px;color:#666;}


.mobilebot{background:#212121;overflow: hidden;color:#999;padding:30px 0 0;line-height:32px;display:none}
.mobile-copy-bj{margin-top:30px; text-align:center;}

/*当是大屏的时候小屏菜单收起*/
@media only screen and (min-width: 992.01px) {
	.open_icon3{display: none !important;}
	.close_icon3{display: none !important;}
	.mobilenav{display: none !important;}
	.mobilebot{display: none !important;}
	/*.header .jrjrNav{display: none !important;}*/
}

@media only screen and (max-width: 992px){
	#nav{display:none;}
	#header_box{background-color:#fff;}
	.open_icon3{display: block ;}
	.close_icon3{display: none;}
	.bot{display: none;}
	.mobilebot{display: block !important;}
	.menu_moblie__mei{display: none;}
 
 

	
}




.head{
    padding:20px 0;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:9999;
    transition: all 0.3s ease-out;
}
.mess_a{
    cursor: pointer;
}
.container{
    width: 90%;
    max-width: 1700px;
    margin: 0 auto;
}
.logo{
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
}
.logo a{
    display: flex;
}
.logo .logo_text{
    display: none;
    height: 28px;
}
.logo .logo_text .p1{
    background: #24529b;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding:0 10px;
    /*display: inline-block;*/
    border-radius: 3px;
    max-width: 95px;
    text-align: center;
}
.logo .logo_text .p2{
    font-size: 12px;
    color: #24529b;
    line-height: 1.2;
}
.logo img{
    max-width:350px;
}
.logo img.logo1{
    display: none;
}
a.head_a{
    margin-top:13px;
    display: block;
    float:right;
    width: 120px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background:#24529b;
    border-radius: 10px;
    text-align:center;
    margin-left: 45px;
    overflow: hidden;
    position: relative;
}
a.head_a:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}
.sbtn{
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
	border: none;
	background-color: #3a9cad;
	cursor: pointer;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.mores{
    position: relative;
    overflow: hidden;
}
.mores:before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}
.h_tel{
    float:right;
    font-size: 20px;
    color: #ffffff;
    padding-left: 34px;
    background:url(../images/tel1.png) no-repeat left center;
    line-height: 60px;
}
.h_lang{
    float:right;
	margin-right: 30px;
    font-size: 16px;
    color: #ffffff;
    padding-left: 34px;
    background:url(../images/language1.png) no-repeat left center;
    line-height: 60px;
}
.h_lang a{
    color: #ffffff;
}
.nav{
    display: flex;
    padding: 0 5%;
    /*padding-right:8%;*/
    float:right;
}
.nav li{
    float: left;
    padding:0 32px;
}
.nav li a.a1{
    display: flex;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.nav li a.a1 i{
    display: inline-block;
    width: 9px;
/*    height: 100%;*/
    background:url(../images/down.png) no-repeat center;
    margin-left:5px;
}
.nav li:hover a.a1{
    color: #24529b;
}
.nav li:hover a.a1 i{
    background:url(../images/down_h.png) no-repeat center;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:80px;
    z-index: 999;
    background-color: #fff;
    width: 200px;
	padding: 20px;
}
.nav li .b_nav a{
    display: block;
}
.nav li .b_nav .container{
    display: flex;
    max-width: 1400px;
}
.nav li .b_nav .nav_l{
    width: 100%;
    display: none;
}
.nav li .b_nav .nav_l .img1{
    display: none;

}
.nav li .b_nav .nav_r{
    width: 100%;
}
.nav li .b_nav .nav_r a{  
    width: 100%;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 10px;
}

.nav li .b_nav .nav_r a:last-child{
    border:none;
}
.nav li .b_nav .nav_r a:last-child:after{
    display:none;
}
.nav li .b_nav .nav_r a .img2{
    transition: all 0.3s ease-out;
}
.nav li .b_nav .nav_r a .img2 img{
    max-height: 55px;
}
.nav li .b_nav .nav_r a h3{
    font-size: 14px;
    color: #333; 
/*    font-weight: normal;*/
    padding-top:12px;
}
.nav li .b_nav .nav_r a.cur .img2{
    margin-top:-10px;
}
.nav li .b_nav .nav_r a.cur h3{
    color: #24529b;
}

#c-header.c-head-hide{
    position: fixed;
    top:0;
    background:#fff;
    box-shadow: 0px 0px 5px #ccc;
}
#c-header.c-head-hide .logo .logo2{
    display: none;
}
#c-header.c-head-hide .logo .logo1{
    display: inline-block;
}
#c-header.c-head-hide .h_tel{
    color: #333333;
    background: url(../images/tel1_h.png) no-repeat left center;
}
#c-header.c-head-hide .h_lang{
    color: #333333;
    background: url(../images/language2.png) no-repeat left center;
}
#c-header.c-head-hide .h_lang a{
    color: #333333;
}
#c-header.c-head-hide .nav li a{
    color: #333;
}
#c-header.c-head-hide .nav li a i{
    background:url(../images/down2.png) no-repeat center;
}
#c-header.c-head-hide .nav li:hover a{
    color: #24529b;
}
#c-header.c-head-hide .nav li:hover a i{
    background:url(../images/down_h.png) no-repeat center;
}

#c-header.c-head-hide.c-head-move{
    padding:25px 0;    
}
#c-header.c-head-hide.c-head-move .nav li .b_nav{
    top:80px;
}
#c-header.c-head-hidden{
    display: none;
}


.m_nav{
    display: none;
    float:right;
    margin-right: 30px;
}
.m_nav a{
    display: block;
    margin:0 8px;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
}
#c-header.c-head-hide .m_nav a,#c-header.news_head .m_nav a{
    color: #333;
}
.mores2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:40px auto 0;
}
.mores2 a{
    display: inline-block;
/*    max-width: 200px;*/
    line-height: 50px;
    font-size: 15px;
    color: #fff;
    background:#24529b;
    border-radius: 25px;
    margin:0 10px;
    text-align: center;
    padding:0 15px;
    position: relative;
    overflow: hidden;
}
.mores2 a:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}
.mores2 a:hover{
    text-decoration: underline;
}
@media(max-width: 1760px){
    .nav{
        padding:0 4%;
        /*padding-right: 7%;*/
    }
    .nav li{
        padding:0 28px;
    }
    .nav li a.a1{
        font-size: 16px;
    }
}
@media(max-width: 1600px){
    .head{
        padding:15px 0;
    }
    .nav{
        padding: 0px 3%;
        /*padding-right: 6%;*/
    }
    .nav li{
        padding:0 20px;
    }
    .nav li .b_nav{
        top:70px;
    }
    .nav li .b_nav .nav_r a h3{
        font-size:15px;
    }
    .h_tel{
        font-size:18px;
    }
}
@media(max-width: 1440px){
    .nav{
        /*padding-right: 6%;*/
    }
    .nav li{
        padding:0 20px;
    }
    a.head_a{
        width: 110px;
        margin-left: 30px;
    }
    .h_tel{
        font-size: 17px;
    }
}
@media(max-width: 1365px){
    .nav {
        /*padding-right: 4%;*/
    }
    .nav li{
        padding:0 16px;
    }
}
@media(max-width: 1280px){
    /*.container{*/
    /*    width: 94%;*/
    /*}*/
    .nav {
        padding:0 2%;
        /*padding-right: 2%;*/
    }  
    a.head_a{
        display: none;
    }
}
@media(max-width: 1199px){
    a.head_a{
        display: none;
    }
    .h_tel{
        font-size: 16px;
    }    
    /*.nav {*/
    /*    padding-left: 3%;*/
    /*}*/
}
@media(max-width: 1099px){
    .nav{
        float:right;
        padding: 0 0 0 3%;
/*        padding-left: 0;*/
    }
    .h_tel{
        display: none;
    }  
	.h_lang{
	    display: none;
	} 
}
@media(max-width: 1024px){

}
@media(max-width: 990px){
    /*.h_tel{*/
    /*    display: none;*/
    /*}*/
    .logo img{
        max-width: 260px;
    }
    .nav li a.a1{
        font-size:15px;
    }
}
@media(max-width: 820px){
    .head{
        padding:10px 0;
    }
    .nav li .b_nav{
        top:70px;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .m_nav{
        display: flex;
    }

}
@media(max-width: 640px){
    .head{
        padding:0px 0;
    }
    #c-header.c-head-hide.c-head-move {
        padding: 15px 0;
    }
    .logo{
        width: 75%;
    }
    .logo img{
        width:100%;
    }
    .menu-button{
        top:25px;
    }
    .m_nav{
        margin-right: 10px;
    }
    .m_nav a{
        margin:0 5px;
        /*font-size: 15px;*/
    }
}
@media(max-width: 460px){

    .m_nav a{
        line-height:50px;
    }

}
/* 联系我们 */
.contactus{display: flex;justify-content: center;align-items: center;margin: 80px 0;}
.contactus .contactleft{width: 600px;height: 380px;display: block;}
.contactus .contactright{padding-left: 40px;}
.contactus .contactright h2{padding-bottom: 10px;font:500 34px/1 var(--PFM); color: #333333;}
.contactus .contactright p{padding-top: 18px; font:400 16px/1.5 var(--PFR); display: flex;align-items: center;color: #333333;}
.contactus .contactright p span{padding-left: 10px;}

.contactus .contactkf{margin-top: 37px; width: 120px;height: 40px;font:400 14px/1 var(--PFR); color: #000000;border-radius: 10px;background-color: #FEEFCC; display: flex;justify-content: center;align-items: center; }
.map{max-width: 1920px; width: 100%;heght:auto; max-height:500px;margin-top:60px;margin-bottom:60px;}
.map img{width: calc(100% - 2px);display: block;}
@media only screen and (max-width: 992px){
.contactus .contactleft{display:none;}
}

.content-pro{
	padding: 40px 0;
}
.content-pro h3{
	font-size: 18px;
	line-height: 40px;
}
.content-pro .pro-img{
	text-align: center;
}


@media(max-width: 640px){
    .content-pro .pro-img img{
    	width: 100%;
    }
	.productinfo a{display:block;width:calc(50% - 30px);margin-bottom:20px;background-color:#F4F7FA;border-radius:8px; padding:5px;text-align:left;}
}