/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family:'Calibri'; color:#333;}
a{ color:#666;}
a:hover{ color:#f60; text-decoration:none;}
/* :hover{ transition:all .3s ease;} */
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto;}
input,textarea,select{outline:none}
input,input:link,input:visited,input:hover,input:active,input:focus{ outline:none;}
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
@media(max-width:768px){
.wapper1{ width:90%; }
}
.gd{height: 95px;width: 100%;}
/*common end*/
.headbg{
	display: flex;
    justify-content: center;
    align-items:center;
    position: fixed;
    z-index: 999;
	background: white;
    left: 50%;
   transform: translateX(-50%);
    top: 0;
    width: 100%;
   
    height: 95px;
    -webkit-backface-visibility: hidden;
    border-bottom: solid 2.5px;
    border-color: #ffc400;
}
.head{
	display: flex;
justify-content: space-between;
padding:0 10%;
align-items:center;
}

img{max-width: 100%;}
/*logo*/
.footbox .logo{margin: 0 auto;}
.logo{width: 15% !important;display: flex;justify-content: center;align-items: center;}
.logo1{margin-left: 85px}
.logo img{ display:block; max-width:100%;height: 55px;}
/*menu*/
.menu{line-height:70px;width: 70%;display: flex;justify-content: center;}
.menu>ul{}
.menu>ul>li{ float:left; position:relative; }
.menu>ul>li:last-child{display:none;}
.menu>ul>li>a{ color:black; display:block; font-size:18px; /* font-weight:bold; */ padding:0 17.5px;position: relative;box-sizing: border-box;}
.menu>ul>li>a:before{position: absolute;bottom: 0px;left: 50%; display: inline-block; width: 0%; margin: 0 auto;background: #FFC400; height: 1px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;-webkit-transform: translateX(-50%);transform: translateX(-50%);content: "";}
.menu>ul>li>a:hover,.menu>ul>li:hover>a{ color:#FFC400;}
.menu>ul>li>a:hover,.menu>ul>li:hover>a:before{width: 100%;}
.menu>ul>li>ul{ width:120px; /* background:#333; */box-shadow:0px 0px 10px rgba(0,0,0,.1); position:absolute; top:50px; left:0; z-index:5; display:none;padding-top: 30px;}
.menu>ul>li:hover>ul{ display:block;}
.menu>ul>li>ul li{ line-height:22px; position:relative;background: #333;}
.menu>ul>li>ul li a{ color:white; display:block; font-size:12px; font-weight:normal; padding:10px 10px;}
.menu>ul>li>ul li a:hover,.menu>ul>li>ul li:hover>a{ color:#FFC400;}
.menu>ul>li>ul li ul{ width:100%; background:#333; box-shadow:0px 0px 10px rgba(0,0,0,.1); position:absolute; top:0; left:100%; display:none;}
.menu>ul>li>ul li:hover>ul{ display:block;}

.h_right{width: 275px;}
.h_right a{padding-right: 5px;line-height: 25px;font-size: 13px;box-sizing: border-box;}
.h_right a:hover{color: #666;}
.h_right i.email_img{background: url(../images/mess.png) no-repeat left;padding-right: 20px;}
.h_right i.phone_img{background: url(../images/phon.png) no-repeat left;padding-right: 20px;}
.h_right i.language_img{background: url(../images/langu.png) no-repeat left;padding-right: 20px;}
.h_right .mobile{padding-left: 20px;}
.h_right  span{color: #666;}
.h_right  span:hover{color: #FFD85C;}
@media(max-width:1300px){
	.menu>ul>li>a {padding: 0 10px;}
}




/*nav*/
.nav_open{ width:40px; height:40px; background:url(../images/ico_nav.png) center no-repeat; cursor:pointer;display:none;filter: brightness(0%) contrast(200%) invert(0%) opacity(100%);}
.nav_box{ display:none;}
.nav_close1{ width:100%; height:100%; position:fixed; left:0; top:0; z-index:998;}
.navbg{ width:100%; height:100%; background: rgba(0,0,0,.83); position:fixed; right:0; top:0; z-index:999;}
.nav{ padding:60px 0px 20px 0px; position:relative;width: 70%;float: right;background: black;}
.nav_close2{ width:20px; height:20px; background:url(../images/ico_close.png) center no-repeat; cursor:pointer; position:absolute; top:15px; right:10px;filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}
.nav_list{ height:calc(100vh - 80px); overflow-y:auto;overflow-x: hidden;}
.nav_list ul{}
.nav_list ul li{}
.nav_list ul li span{transition:0.3s;}
.nav_list ul li:hover>span{background: #FFC400;}
.nav_list ul li span{ display:block; position:relative;padding: 0 20px;}
.nav_list ul li span a{ display:inline-block; font-size:14px; line-height:34px;color: white;}
.nav_list ul li span i{ width:100%; height:100%; background:url(../images/ico_down1.png) right center no-repeat; position:absolute; top:0; right:10px;}
.nav_list ul li ul{ display:none;background: #333;}
.nav_list ul li.active>span>i{ background:url(../images/ico_up1.png) right center no-repeat;}
.nav_list ul li.active .nav_list ul li ul{background: #000;}

@media(max-width:768px){
	.menu{ display:none;}
	.h_right{display: none;}
	.nav_open{display:block;width: 10%;}
	/* .head{display: block;} */
	.headbg{justify-content: center;align-items: center;}
	.logo{width: 90%;display: flex;justify-content: center;align-items: center;}
}

/*banner*/
.banner{width: 100%;margin: 0 auto;}
.swiper-container1 { }
.swiper-container1 .swiper-slide { position:relative; }
.swiper-container1 .swiper-slide img{ display:block; width:100%;}
.swiper-container1 .swiper-slide .txtbg{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:5;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.swiper-container1 .swiper-slide .txt{ text-align:center; color:#fff;}
.swiper-container1 .swiper-slide .txt .h2{ font-size:48px; line-height:58px; font-weight:bold;}
.swiper-container1 .swiper-slide .txt .h3{ font-size:24px; line-height:34px; margin:10px 0 0 0;}
.swiper-container1 .swiper-pagination1{}
.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity:.5;}
.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#007aff; opacity:1;}
.swiper-container1 .swiper-button-prev1,.swiper-container1 .swiper-button-next1{}
.swiper-container1 .swiper-button-prev1{ left:10px;}
.swiper-container1 .swiper-button-next1{ right:10px;}
@media(max-width:768px){
.swiper-container1 .swiper-slide .txt .h2{ font-size:24px; line-height:34px; }
.swiper-container1 .swiper-slide .txt .h3{ font-size:12px; line-height:22px; margin:10px 0 0 0;}
.swiper-container1 .swiper-button-prev1,.swiper-container1 .swiper-button-next1{ display:none;}
}


/*pro1*/
.index_product1{ padding:40px 0; background:#f2f2f2;}
.index_product1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 20px 20px 0; text-align:center; background:#fff;}
.index_product1 ul li:nth-child(3n){ margin-right:0;}
.index_product1 ul li .nr_box{ border:1px solid #f2f2f2;}
.index_product1 ul li .img{ padding-bottom:100%; position:relative;}
.index_product1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.index_product1 ul li .txtbg{}
.index_product1 ul li .txt{ padding:20px 10px;}
.index_product1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.index_product1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:768px){
.index_product1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.index_product1 ul li:nth-child(3n){ margin-right:20px;}
.index_product1 ul li:nth-child(2n){ margin-right:0;}
}


/*news1*/
.index_news1{ padding:40px 0; background:#f2f2f2;}
.index_news1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; background:#fff;}
.index_news1 ul li:nth-child(2n){ margin-right:0;}
.index_news1 ul li .nr_box{ border:1px solid #f2f2f2;}
.index_news1 ul li .imgbg{ float:left; width:25%;}
.index_news1 ul li .img{ position:relative; height:166px;}
.index_news1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.index_news1 ul li .txtbg{ float:right; width:75%;}
.index_news1 ul li .txt{ padding:20px 20px;}
.index_news1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.index_news1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
.index_news1 ul li .txt .time{ font-size:14px; line-height:24px; color:#999; padding-left:24px; position:relative; margin:10px 0 0 0;}
.index_news1 ul li .txt .time i{ width:20px; height:24px; background:url(../images/ico_time.png) center no-repeat; position:absolute; left:0; top:0;}
@media(max-width:768px){
.index_news1 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*news2*/
.footer{color: #aaa;}
.foot1bg{border-bottom: 1px solid #444;}
.foot1{padding: 40px 0;margin: 0 auto;width: 70%;}
/* .index_news2{ padding:40px 0;} */
.index_news2{margin: 5px 0;}
.index_news2 ul li{ float:left; width:100%;  /* border-bottom:1px solid #ccc; */ padding:5px 0;}
.index_news2 ul li:nth-child(2n){ margin-right:0;}
.index_news2 ul li .txt{}
.index_news2 ul li .txt .h2{ font-size:13px; line-height:26px; height:26px; overflow:hidden; /* padding-left:25px; */position:relative;}
/* .index_news2 ul li .txt .h2:before{ content:""; width:6px; height:6px; background:#000; position:absolute; left:0; top:10px;} */
.index_news2 ul li .txt .h2 a{ float:left; width:70%; height:26px; overflow:hidden; color:#999;text-align:left;font-weight: bold;}
.index_news2 ul li .txt .h2 span{ float:right; color:#999;}
.index_news2 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:768px){
.index_news2 ul li{ float:left; width:100%; margin:0 0 0 0; }
}


/*news3*/
.index_news3{ padding:40px 0;}
.index_news3 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.index_news3 ul li:nth-child(2n){ margin-right:0;}
.index_news3 ul li .date{ float:left; width:80px; height:80px; background:#f2f2f2; color:#999; text-align:center;}
.index_news3 ul li .date strong{ display:block; font-size:36px; line-height:36px; padding:15px 0 2px 0;}
.index_news3 ul li .date span{ display:block; font-size:12px; line-height:12px;}
.index_news3 ul li .txt{ float:right; width:calc(100% - 100px); }
.index_news3 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden;}
.index_news3 ul li .txt .h2 a{ color:#333;}
.index_news3 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:768px){
.index_news3 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*footnav*/
.f_nav{ padding:40px 0;}
/* .f_nav>ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap: nowrap;
justify-content: space-between;} */
.f_nav ul li{margin-bottom:10px;width: 100%;border-bottom: 1px dashed #aaa;}
.f_nav ul li p{ display:block; font-size:14px; line-height:24px;}
.f_nav>ul>li>a{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:10px;}
.logo1{width: 100%;}
/*Add------------------------------------------------------------------------------*/

/*inner_news1*/
.inside_news1{ padding:40px 0; background:#ffffff;}
.inside_news1 ul li{  width:100%; /* margin:0 20px 20px 0; */ background:#fff;margin: 0 auto;}
/* .inside_news1 ul li:nth-child(2n){ margin-right:0;} */
.inside_news1 ul li .nr_box{ }
/* .inside_news1 ul li .imgbg{ float:left; width:25%;} */
.inside_news1 ul li .img{ position:relative; /* height:166px; */}
.inside_news1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
/* .inside_news1 ul li .txtbg{ float:right; width:75%;} */
.inside_news1 ul li .txt{ padding:20px 20px;}
.inside_news1 ul li .txt .h2{ font-size:22px; line-height:30px; overflow:hidden;letter-spacing: 1px;}
.inside_news1 ul li .txt .h3{ font-size:14px; line-height:24px; overflow:hidden; margin:10px 0 0 0;letter-spacing: 0.5px;}
.inside_news1 ul li .txt .time{ font-size:14px; line-height:24px; color:#999; padding-left:24px; position:relative; margin:10px 0 0 0;}
.inside_news1 ul li .txt .time i{ width:20px; height:24px; background:url(../images/ico_time.png) center no-repeat; position:absolute; left:0; top:0;}
@media(max-width:768px){
    .inside_news1 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*inner_news2*/
.inside_news2{ padding:40px 0;}
.inside_news2 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 0 0; border-bottom:1px solid #ccc; padding:20px 0;}
.inside_news2 ul li:nth-child(2n){ margin-right:0;}
.inside_news2 ul li .txt{}
.inside_news2 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden; padding-left:25px; position:relative;}
.inside_news2 ul li .txt .h2:before{ content:""; width:6px; height:6px; background:#000; position:absolute; left:0; top:10px;}
.inside_news2 ul li .txt .h2 a{ float:left; width:70%; height:26px; overflow:hidden; color:#333;}
.inside_news2 ul li .txt .h2 span{ float:right; color:#999;}
.inside_news2 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:768px){
    .inside_news2 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*inner_news3*/
.inside_news3{ padding:40px 0;}
.inside_news3 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_news3 ul li:nth-child(2n){ margin-right:0;}
.inside_news3 ul li .date{ float:left; width:80px; height:80px; background:#f2f2f2; color:#999; text-align:center;}
.inside_news3 ul li .date strong{ display:block; font-size:36px; line-height:36px; padding:15px 0 2px 0;}
.inside_news3 ul li .date span{ display:block; font-size:12px; line-height:12px;}
.inside_news3 ul li .txt{ float:right; width:calc(100% - 100px); }
.inside_news3 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden;}
.inside_news3 ul li .txt .h2 a{ color:#333;}
.inside_news3 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:768px){
    .inside_news3 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}

/*inpic1*/
.inside_picList1{ padding:40px 0; margin: 0 auto; width: 60%;}
.inside_picList1 ul li{ width:100%; margin:0 20px 20px 0;  background:#fff; margin-bottom: 20px;border: 1px solid #ccc;padding: 10px;}
.inside_picList1 ul li .nr_box{ border:1px solid #f2f2f2;display: flex;}
.inside_picList1 ul li .imgbg{float: left;width: 20%;padding-right: 20px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;} 
.inside_picList1 ul li .img{position:relative;width: 100%;}
.inside_picList1 ul li .img img{ width:100%;  height:100%;object-fit: cover;}
.inside_picList1 ul li .txtbg{width: 80%;float: right;box-sizing: border-box;}
.inside_picList1 ul li .txt{ padding:20px 10px;}
.inside_picList1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_picList1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:768px){
.inside_picList1 {width: 90%;margin: 0 auto;}
}

/*inphoto1*/
.inside_photo1{ padding:40px 0; }
.inside_photo1 ul li{ float:left; width:calc((100% - 60px)/4); margin:0 20px 20px 0; text-align:center; background:#fff;}
.inside_photo1 ul li:nth-child(4n){ margin-right:0;}
.inside_photo1 ul li .nr_box{ border:1px solid #f2f2f2;}
.inside_photo1 ul li .imgbg{ position:relative;}
.inside_photo1 ul li .img{ padding-bottom:75%; position:relative;}
.inside_photo1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_photo1 ul li i{ width:40px; height:40px; background:url(../images/ico_search1.png) center no-repeat; background-size:contain; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inside_photo1 ul li .txtbg{ background:#eee;}
.inside_photo1 ul li .txt{ padding:20px 10px;}
.inside_photo1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_photo1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:768px){
.inside_photo1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_photo1 ul li:nth-child(4n){ margin-right:20px;}
.inside_photo1 ul li:nth-child(2n){ margin-right:0;}
}

/*inpro1*/
.inside_product1{ padding:40px 0; background:#f2f2f2;}
.inside_product1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 20px 20px 0; text-align:center; background:#fff;}
.inside_product1 ul li:nth-child(3n){ margin-right:0;}
.inside_product1 ul li .nr_box{ border:1px solid #f2f2f2;}
.inside_product1 ul li .img{ padding-bottom:100%; position:relative;}
.inside_product1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_product1 ul li .txtbg{}
.inside_product1 ul li .txt{ padding:20px 10px;}
.inside_product1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_product1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:768px){
.inside_product1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_product1 ul li:nth-child(3n){ margin-right:20px;}
.inside_product1 ul li:nth-child(2n){ margin-right:0;}
}

/*innewsClass1*/
.itit1{}
.itit1 .h2{ height:20px; line-height:20px; font-size:20px;}
.itit1 .h2 strong{ float:left; font-weight:bold; border-left:5px solid #f60; padding-left:5px;}
.itit1 .h2 a{ float:right; font-size:14px; color:#f60;}
.inside_newsClass1{}
.inside_newsClass1_box{ padding:20px 0; border-bottom:1px solid #eee;}
.inside_newsClass1 .ilist{ padding:10px 10px 0 10px;}
.inside_newsClass1 .ilist ul li{ height:40px; line-height:40px; padding-left:15px; position:relative;}
.inside_newsClass1 .ilist ul li:before{ content:""; width:6px; height:6px; border-radius:100%; background:#ccc; position:absolute; left:0; top:17px;}
.inside_newsClass1 .ilist ul li a{ float:left; width:70%; height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-size:16px;}
.inside_newsClass1 .ilist ul li span{ float:right; font-size:14px; color:#999;}

/*inproClass1*/
.imore1{}
.imore1 span{ display:inline-block; vertical-align:top; border:1px solid #fff; height:38px; line-height:38px; padding:0 20px; font-size:14px;}
.imore1 span:hover{ background:#fff; color:#333;}
.inside_proClass1{ padding:40px 0; background:#f2f2f2;}
.inside_proClass1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 20px 20px 0; text-align:center; background:#fff; position:relative;}
.inside_proClass1 ul li:nth-child(3n){ margin-right:0;}
.inside_proClass1 ul li .nr_box{ border:10px solid #eee;}
.inside_proClass1 ul li .img{ padding-bottom:100%; position:relative;}
.inside_proClass1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_proClass1 ul li .txtbg{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.inside_proClass1 ul li .txt{ padding:20px 5%; width:90%; color:#fff;}
.inside_proClass1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_proClass1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:768px){
.inside_proClass1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_proClass1 ul li:nth-child(3n){ margin-right:20px;}
.inside_proClass1 ul li:nth-child(2n){ margin-right:0;}
}


.footer .tit3{text-align: left;}

.bgbg{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 99;background: rgba(0, 0, 0, 0.5);}