/*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:16px; font-family:'Microsoft YaHei'; 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:1200px; 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%; }
}
/*common end*/
.pchead {
	height: 75px;
	width: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 999;
}

.pcheader {
	max-width: 1450px;
	margin: 0 auto;
	height: 75px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pclogo img {
	height: 60px;
}
        
/*logo*/
.logo{}
.logo img{ display:block; max-width:100%;}

/*menu*/
.menu{height:75px;line-height:75px;margin-left: auto;margin-right: 30px;}
.menu>ul{}
.menu>ul>li{ float:left; position:relative; }
.menu>ul>li>a{ color:#000; display:block; font-size:15px;padding:0 20px;}
.menu>ul>li>a:hover,.menu>ul>li:hover>a{ color:#FFFFFF;}
.menu>ul>li>ul{ width:150px; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,.1); position:absolute; top:100%; left:0; z-index:5; display:none;}
.menu>ul>li:hover>ul{ display:block;}
.menu>ul>li>ul li{ line-height:40px; position:relative;}
.menu>ul>li>ul li a{ color:#333; display:block; font-size:14px; font-weight:normal; padding:0 20px;}
.menu>ul>li>ul li a:hover,.menu>ul>li>ul li:hover>a{ color:#143e6e;}
.menu>ul>li>ul li ul{ width:100%; background:#fff; 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;}
.searchpc{margin-right: 10px;color: #fff;}

@media(max-width:996px){
.logo img{height: 40px;}
.menu>ul>li>a{font-size: 14px;padding: 0 10px;}
.searchpc{display: none !important;}

}

@media(max-width:768px){
.menu{ display:none;}
.tongtu strong{font-size: 20px;}

}



/*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(100%) opacity(100%);background-size: 30px;}
.nav_box{ display:none;}
.nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.9); position:fixed; left:0; top:0; z-index:998;}
.navbg{ width:100%; height:100%; background:#fff; position:fixed; left:0; top:0; z-index:999;}
.nav{ padding:60px 20px 20px 20px; position:relative;}
.nav_close2{ width:40px; height:40px; background:url(../images/ico_close.png) center no-repeat; cursor:pointer; position:absolute; top:10px; right:10px;}
.nav_list{ height:calc(100vh - 80px); overflow-y:auto;}
.nav_list ul{ padding:10px 0 10px 14px;}
.nav_list ul li{}
.nav_list ul li span{ display:block; position:relative;}
.nav_list ul li span a{ display:inline-block; font-size:14px; line-height:34px;}
.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:0;}
.nav_list ul li ul{ display:none;}
.nav_list ul li.active>span>i{ background:url(../images/ico_up1.png) right center no-repeat;}
@media(max-width:768px){
.nav_open{ display:block;filter: none;}
}


/*banner*/
.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;}
}

/*-------------------------------------------*/
/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}


.pcsoucon #search_type{display: none;}
.pcsoucon form{width: 100%;margin: 0 auto;display: flex;align-items: center;height: 60px;}
.i2List{width: 100%;max-width: 1400px;margin: 0 auto;}
.i2List .swiper_index_pc{width: 100%;}
.i4List1{width: 50%;}
.i4List1 .list{display: flex;flex-wrap: wrap;}
.i4List1 .adv_item{width: 50%;}
.i4List2{width: 100%;}
.i4List2 .list{display: flex;flex-wrap: wrap;}
.section4 .nr_box{text-align: center;}
.i5Warp .left{width: 60%;}
.i5Warp .left .new_list{width: 48%;}
.i5Warp .right{width: 38%;}
.md_fy p{padding: 0;}

.t_pro_left i {
    cursor: pointer;
    transition: all ease 0.4s;
}

.arr_angle {
    transform: rotate(90deg);
}

.proarrbox {
    flex: 1;
    text-align: right;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.proarrbox1 {
    flex: 1;
    text-align: right;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.third_drop_active a {
    background-color: var(--main-color) !important;
    color: var(--main-color-white);
}

.third_drop_active {
    display: block;
}


.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.3);display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tanchuang .box{width: 100%;max-width: 500px;height: auto;min-height: 300px;background: #fff;color: #333;padding: 20px;box-sizing: border-box;border-radius: 3px;overflow: hidden;}
.tcTop{display: flex;justify-content: space-between;align-items: center;padding-bottom: 20px;}
.tcTop .t1{font-size: 18px;}
.tcClose{font-size: 20px;cursor: pointer;}
.tcForm{width: 100%;}
.tcForm ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.tcForm ul li{width: 49%;margin-bottom: 35px;position: relative;}
.tcForm ul li:last-child{width: 100%;}
.tcForm ul li:nth-last-child(2){width: 100%;}
.tcForm .tit{color: #111;font-size: 14px;margin-bottom: 5px;}
.tcForm .tit i{color: #f00;font-style: normal;vertical-align: middle;padding-right: 5px;}
.tcForm input,
.tcForm textarea{width: 100%;height: 40px;padding: 0 10px;box-sizing: border-box;border: 1px solid #dcdfe6;border-radius: 5px;outline: none;color: #606266;background: #fff;}
.tcForm input:focus,
.tcForm textarea:focus{border-color: #409eff;}
.tcForm textarea{padding: 10px;height: 120px;}
.tcForm button{width: 160px;height: 40px;border-radius: 40px;text-align: center;background: #49B6B8;font-size: 16px;color: #fff;border: none;margin: 0 auto;display: block;font-weight: bold;}
.tcForm button:hover{background: #379799;}
.tcForm .error{font-size: 12px;color: #f00;position: absolute;bottom: -15px;left: 0;display: none;}

.form_area {
	padding: 20px 0;
	width: 100%;
}

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

.form_area ul li {
	width: 49%;
}

.form_area ul li font {
	display: none;
}

.form_area ul li.text_area {
	width: 100%;
}

.form_area ul li.yzm {
	display: flex;
}

.form_area ul li.yzm input {
	flex: 1;
}

.form_area ul li.yzm .met-getcode {
	margin-left: 20px;
	width: 120px;
	height: 40px;
}

.form_area input {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 20px;
	padding-left: 15px;
	outline: none;
	box-sizing: border-box;
}

.form_area textarea {
	display: block;
	outline: none;
	width: 100%;
	min-height: 150px;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 15px;
}

.message_sub {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: var(--main-color-white);
	background-color: var(--main-color);
	border-radius: 4px;
	margin: 0 auto;
}

 .query {
 	width: 150px;
 	height: 40px;
 	line-height: 40px;
 	display: block;
 	background-color: var(--main-color);
 	font-size: 14px;
 	text-align: center;
 	border-radius: 5px;
 	color: var(--main-color-white);
 	margin-top: 20px;
 }
.ml_prodetailleft,
.mySwiper2 {position: relative;overflow: hidden;}

.tongtu{position: relative;width: 100%;overflow: hidden;}
.tongtuImg img{width: 100%;height: 100%;object-fit: cover;}
.tongtu strong {
	display: block;
	color: var(--main-color-white);
	font-size: 30px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.banner{width: 100%;height: 100%;overflow: hidden;}
.banner .swiper-button-next,.banner .swiper-button-prev{display: none !important;}
.index_banner_pc{width: 100%;height: 100%;overflow: hidden;}
.banner .txtbg{display: none;}
.pro_slide_txt p{padding: 0;height: 70px;line-height: 35px;overflow: hidden;}

.fullLMenu{background-color: #fff;box-shadow: var(--main-shadow);}
.fullLMenu h2{width: 100%;padding: 15px 15px;background-color: var(--main-color);color: var(--main-color-white);font-size: 25px;font-weight: normal;}
.fullLMenu ul li:nth-child(1){margin: 0;padding: 0;border: none;}
.fullLMenu ul li {margin-top: 3px;display: flex;padding: 10px;align-items: center;justify-content: space-between;border-bottom: 1px solid#efefef;}
.fullLMenu ul li span{display: block;line-height: 40px;width: 80%;}
.fullLMenu ul li span a{font-size: 14px;color: #000;}
.ml_prodetailleft .mySwiper2 {width: 100% !important;}
.ml_prodetailleft .mySwiper2 .swiper-wrapper{width: 100% !important;}

.detailTit{font-size: 20px;font-weight: bold;text-align: center;color: #333;margin: 15px 0;}
.detailInfo{text-align: center;margin: 15px 0;padding-bottom: 10px;border-bottom: 1px solid #ddd;font-size: 14px;color: #999;}
.detailDesc{width: 100%;margin: 20px 0;padding-bottom: 20px;border-bottom: 1px solid #ddd;font-size: 16px;color: #333;}
.detailDesc img{width: auto;max-width: 100%;}

.detailBtm{padding: 20px 0;font-size: 14px;color: #333;}
.detailBtm a{display: block;margin: 10px 0;}
.detailBtm a:hover{color: #0061DE;}
.i3List .nr_box{display: block;}

.section1{position:relative;}
.banLogo{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:9;}
.banLogo img{max-height:120px; width:auto;}














@media(max-width:996px){
.i4List1{width: 100%;}
.i5Warp .left{width: 100%;}
.i5Warp .left .new_list{width: 100%;}
.i5Warp .right{width: 100%;}
.ml_prodetail{padding: 30px 0;}
.ml_description{margin-top: 15px;}
.ml_description_tab .strong_1{width: auto;}


}

@media(max-width:768px){
.form_area ul li{width: 100%;}






}


/*-------------------------------------------*/



/*pro1*/
.index_product1{background: #fafafa;}
.index_product1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 20px 20px 0; text-align:center;}
.index_product1 ul li a{display: block; 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;transition: 0.3s;}
.index_product1 ul li .img:hover img{transform: scale(1.1);}
.index_product1 ul li .txtbg{}
.index_product1 ul li .txt{ padding:20px 10px;}
.index_product1 ul li .txt .h2{ font-size:16px; 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;display: none;}
@media(max-width:768px){
.index_product1 ul li{ float:left; width:calc((100% - 10px)/2); margin:0 10px 20px 0; }
.index_product1 ul li:nth-child(3n){ margin-right:10px;}
.index_product1 ul li:nth-child(2n){ margin-right:0;}
.index_product1 ul li .txt .h2{font-size: 16px;}
}


/*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*/
.index_news2{ padding:40px 0;}
.index_news2 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 0 0; border-bottom:1px solid #ccc; padding:20px 0;}
.index_news2 ul li:nth-child(2n){ margin-right:0;}
.index_news2 ul li .txt{}
.index_news2 ul li .txt .h2{ font-size:16px; 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:#333;}
.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 20px 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{flex: 1;padding: 0 20px;border-right: 1px solid #2c2c2c;}
.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{flex-grow:1;flex-shrink:1; margin-bottom:10px;}
.f_nav ul li a{ display:block; font-size:14px; line-height:24px;}
.f_nav>ul>li>a{ font-size:16px; line-height:26px;margin-bottom:10px;color: #fff;}
@media(max-width:768px){
.f_nav{padding: 0;}
.f_nav>ul>li>a{font-size: 14px;}
.f_nav ul li a{font-size: 12px;}

}

/*Add------------------------------------------------------------------------------*/

/*inner_news1*/
.inside_news1{}
.inside_news1 ul{display: flex;flex-wrap: wrap;}
.inside_news1 ul li{ float:left; width:33.3%; margin-bottom:30px;padding: 0 15px;box-sizing: border-box;}
.inside_news1 ul li a{background:#fff;box-sizing: border-box;padding: 15px;box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;display: block;}
.inside_news1 ul li .nr_box{}
.inside_news1 ul li .imgbg{width: 100%;}
.inside_news1 ul li .img{ position:relative; height:230px;display: flex;justify-content: center;align-items: center;}
.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{width: 100%;}
.inside_news1 ul li .txt{ padding:20px 0;}
.inside_news1 ul li .txt .h2{ font-size:20px; line-height:34px; height:34px; overflow:hidden;color: #222;font-weight: normal;    width: 100%;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.inside_news1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
.inside_news1 ul li .txt .time{ font-size:14px; line-height:24px; color:#666; padding-left:24px; position:relative; margin:10px 0 0 0;display: none;}
.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;padding: 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; }
.inside_picList1 ul li{ float:left; width:calc((100% - 60px)/4); margin:0 20px 20px 0; text-align:center; background:#fff;}
.inside_picList1 ul li:nth-child(4n){ margin-right:0;}
.inside_picList1 ul li .nr_box{ border:1px solid #f2f2f2;}
.inside_picList1 ul li .img{ padding-bottom:100%; position:relative;}
.inside_picList1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_picList1 ul li .txtbg{}
.inside_picList1 ul li .txt{ padding:20px 10px;}
.inside_picList1 ul li .txt .h2{ font-size:16px; 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;    display: none;}
@media(max-width:768px){
.inside_picList1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_picList1 ul li:nth-child(4n){ margin-right:20px;}
.inside_picList1 ul li:nth-child(2n){ margin-right:0;}
}

/*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{ }
.inside_product1 ul{display: flex;flex-wrap: wrap;}
.inside_product1 ul li{ float:left; width:25%; margin-bottom:30px; text-align:center; background:#fff;padding: 0 10px;box-sizing: border-box;}
.inside_product1 ul li .img{ padding-bottom:100%; position:relative;overflow: hidden;}
.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;transition: 0.3s;}
.inside_product1 ul li .img:hover img{transform: scale(1.1);}
.inside_product1 ul li .txtbg{}
.inside_product1 ul li .txt{ padding:20px 10px;}
.inside_product1 ul li .txt .h2{ font-size:16px; line-height:34px; height:34px; overflow:hidden;color: #303133;}
.inside_product1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;display: none;}
@media(max-width:768px){
.inside_product1 ul li{ width: 50%; padding:0 5px;margin-bottom: 15px; }
}

/*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;}
}



