/*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-family:'Microsoft YaHei';font-size: 12px;color: #666;background: url(../images/body-bg.png);}
body::after{}
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*/
.main{background: url(../images/Top_bg.png) repeat-x;}
/*logo*/
.logo{}
.logo img{ display:block; max-width:100%;}

/*menu*/
.menu{height:40px;line-height:40px;background:#333;}
.menu>ul{}
.menu>ul>li{ float:left; position:relative;background: url(../images/li_bg.gif) right no-repeat;}
.menu>ul>li>a{ color:#fff; display:block; font-size:14px;padding:0 25px;}
.menu>ul>li>a:hover{background: url(../images/li_hover.gif) repeat-x;color: #fff;}
.menu>ul>li:hover>a{}
.menu>ul>li>ul{ width:120px; 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:22px; position:relative;}
.menu>ul>li>ul li a{ color:#666; 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:#f60;}
.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;}
@media(max-width:768px){
.menu{ display:none;}
}


/*nav*/
.nav_open{ width:40px; height:40px; background:url(../images/ico_nav.png) center no-repeat; cursor:pointer;display:none;}
.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;*/}
}


/*swiper*/
.swiper,
.swiper-container{width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;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-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

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

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}


/* ------------------------------- */
.w980{width: 980px;margin: 0 auto;}
.hTop{height: 100px;}
.pclogo{display: flex;height: 100%;align-items: center;}
#search_type{display: none;}
.srarch {width: 200px;height: 24px;position: relative;overflow: hidden;background: transparent;margin-right: 20px;border: 1px solid #ffffff38;}
.srarch #search_keywords{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;background: transparent;}
.srarch #search{position: absolute;top: 0;right: 0;width: 60px;height: 100%;font-size: 12px;color: #fff;background: transparent;border: none;opacity: .8;}
.hLinks{background: url(../images/cang_bg.gif) no-repeat;width: 202px;height: 24px;display: flex;align-items: center;justify-content: center;font-size: 12px;color: #333;}
.hLinks a{color: #333;}
.hLinks a:last-child{color: #c00;}
.hLinks span{display: inline-block;padding: 0 3px;}

.menu{background: url(../images/menu_bg.gif) repeat-x;height: 40px;position: relative;}

.maimFull{width: 100%;}
.mWarp{padding-bottom: 20px;margin-top: 2px;background: #FFF;}
.ml{width: calc(100% - 750px);padding: 10px;box-sizing: border-box;}
.mr{width: 750px;}
.inner_menu{width: 100%;}
.inner_menu h2{font-size: 14px;line-height: 24px;height: 24px;padding-left: 15px;border-left: 3px solid #000;}
.inner_menu ul li{line-height: 24px;}
.inner_menu ul li a{width: 100%;background: url(../images/side2.gif) no-repeat left center;padding-left: 20px;box-sizing: border-box;display: block;}
.ml_addr{ margin-top: 15px;border: #ddd solid 1px;}
.ml_addr .title{height: 27px;line-height: 27px;padding-left: 10px;background: url(../images/inside_01.gif) repeat-x;}
.ml_addr .desc{padding: 10px 8px;line-height: 24px;font-size: 12px;color: #666;}
.maimFull_index{margin-top: 5px;}
.maimFull_index .mWarp{background: transparent;padding-bottom: 0;}
.maimFull_index .inner_menu ul li:first-child{background: url(../images/h2_bg.gif) repeat-x;}
.maimFull_index .inner_menu h2{padding-left: 39px;background: url(../images/h_01.gif) 15px center no-repeat;display: block;color: #1e1e1e;border-left: none;height: 40px;line-height: 40px;}
.maimFull_index .inner_menu ul li a{height: 30px;line-height: 30px;padding-left: 35px;background: url(../images/li_03.jpg);color: #fff;}
.maimFull_index .ml_addr{background: url(../images/lian.jpg) no-repeat;height: 195px;border: none;}
.maimFull_index .ml_addr .title{display: none;}
.maimFull_index .ml_addr .desc{padding-top: 65px;padding-left: 5px;}
.maimFull_index .ml_addr .desc ul li{line-height: 15px;padding-left: 0px;    padding-right: 10px;color: #333;}
.maimFull_index .mr{background: #2a2a2a;}


.mLinks{padding: 2px;line-height: 35px;background: url(../images/menu_bg.gif) repeat-x;    display: none;}
.mLinks dl{display: flex;flex-wrap: wrap;padding: 0 10px;box-sizing: border-box;}
.mLinks dl dt{color: #666;font-size: 12px;margin-right: 10px;}
.mLinks dl dd{margin-right: 5px;}
.mLinks dl dd a{font-size: 12px;color: #fff;}
.mLinks .list img{display: none;}
.footer{background: url(../images/dibu.gif) bottom repeat-x;text-align: center;font-size: 12px;color: #fff;padding: 10px 0;}
.footer p{padding: 0;}

.mrTop{height: 30px;line-height:30px;border-bottom: #ddd solid 1px;background: url(../images/biao10.gif) 5px 8px no-repeat;padding-left: 27px;}
.inside{padding: 10px 0;font-size: 14px;color: #666;}

.ml_prodetail{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;padding-right: 10px;box-sizing: border-box;}
.ml_prodetailleft{width: 45%;position: relative;}
.ml_prodetailleft .swiper-button-prev,
.ml_prodetailleft .swiper-button-next{display:none;}
.ml_prodetailright{width: 55%;padding-left: 20px;box-sizing: border-box;}
.ml_description{width: 100%;margin-top: 30px;    display: none;}
.ml_description_tab{height: 28px;font-size: 12px;line-height: 28px;color: #005895; border-bottom: #ddd solid 2px;margin-bottom: 10px;}
.ml_description_tab strong{display: inline-block;border-bottom: #005895 solid 2px;height: 28px;padding: 0 10px;}
.ml_descriptioncon .desc{font-size: 14px;color: #666;overflow: hidden;}
.ml_descriptioncon .desc table{width: 100%;}
.shuxing{line-height: 1.6;font-size: 12px;color: #666;}
.tab_pro{margin-top: 10px;display: none;justify-content: space-between;}
.tab_pro a{color: #005895;font-size: 14px;font-weight: bold;display: inline-block;max-width: 50%;}
.detailTit{font-size: 16px;font-weight: bold;text-align: center;color: #333;margin: 10px 0;}
.detailInfo{text-align: center;margin: 10px 0;padding-bottom: 10px;border-bottom: 1px solid #ddd;font-size: 12px;color: #999;    display: none;}
.detailDesc{width: 100%;margin: 20px 0;padding-bottom: 20px;border-bottom: 1px solid #ddd;font-size: 14px;color: #666;}
.detailDesc img{width: auto;max-width: 100%;}

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

.message1{width: 100%;}
.message1 ul li{display: flex;flex-wrap: wrap;margin-bottom: 10px;}
.message1 .tit{display: block;font-size: 12px;columns: #666;width: 140px;}
.message1 .input_text{width: 180px;border: #CCCCCC solid 1px;margin: 0;height: 22px;padding: 0 10px;box-sizing: border-box;}
.message1 ul li:nth-child(1) .input_text{width: 400px;}
.message1 ul li textarea{height: 80px;width: 400px;border: #CCCCCC solid 1px;margin: 0;padding: 10px;box-sizing: border-box;}
.message1 .yzm input{width: 150px;border: #CCCCCC solid 1px;margin: 0;padding: 0;height: 22px;padding: 0 10px;box-sizing: border-box;}
.message1 .yzm .met-getcode{border-width: 0px;cursor: pointer;width: 92px;height:30px;border: 0px;vertical-align: middle;}
.message1 .input_button{background-image: url(../images/testdrive_button5_10.gif);border: 0px;height: 22px;width: 64px;cursor: pointer;}
.message1 font{color: #f00;}
.inside_contact1 h2{font-size: 14px;font-weight: bold;}
.inside_contact1 ul li { line-height: 30px; border-bottom: #e3d2c1 dashed 1px; font-size: 12px;}
.mySwiper {display:none;}

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

/*banner*/
.swiper-container1 {width: 100%;}
.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;display:none;}
.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:10px 0;}
.index_product1 ul{display: flex;flex-wrap: wrap;}
.index_product1 ul li{ float:left; width:25%; padding: 0 5px; text-align:center;box-sizing: border-box;margin-bottom: 10px;}
.index_product1 ul li .nr_box{}
.index_product1 ul li .img{border: 1px #000 solid;height: 132px;width: 100%;box-sizing: border-box;display: flex;justify-content: center;align-items: center;}
.index_product1 ul li .img img{ max-width:100%;  max-height:100%;width: auto;height: auto;}
.index_product1 ul li .txtbg{}
.index_product1 ul li .txt{}
.index_product1 ul li .txt .h2{text-align: center;height: 34px;line-height: 34px;background: url(../images/di.gif) repeat-x;color: #492602;}
.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% - 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*/
.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{ 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{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; font-weight:bold; margin-bottom:10px;}

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

/*inner_news1*/
.inside_news1{ padding:40px 0; background:#f2f2f2;}
.inside_news1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; background:#fff;}
.inside_news1 ul li:nth-child(2n){ margin-right:0;}
.inside_news1 ul li .nr_box{ border:1px solid #f2f2f2;}
.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:24px; line-height:34px; height:34px; overflow:hidden;}
.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:#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{width: 100%;}
.inside_picList1 ul{display: flex;flex-wrap: wrap;}
.inside_picList1 ul li{ float:left;width: 33.3%;padding: 8px;box-sizing: border-box;}
.inside_picList1 ul li .nr_box{ border:1px solid #ddd;}
.inside_picList1 ul li .nr_box:hover{background: #ddd;}
.inside_picList1 ul li .img{width: 100%;height: 238px;display: flex;justify-content: center;align-items: center;}
.inside_picList1 ul li .img img{ max-width:100%;  max-height:100%; width: auto;height: auto;}
.inside_picList1 ul li .txtbg{}
.inside_picList1 ul li .txt{ padding:0 10px;}
.inside_picList1 ul li .txt .h2{ font-size:12px; line-height:34px; height:34px; overflow:hidden;color: #333;font-weight: normal;text-align: center;}
.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: 33.3%;padding: 8px;box-sizing: border-box;}
.inside_product1 ul li .nr_box{ border:1px solid #ddd;}
.inside_product1 ul li .nr_box:hover{background: #ddd;}
.inside_product1 ul li .img{width: 100%;height: 238px;display: flex;justify-content: center;align-items: center;}
.inside_product1 ul li .img img{ max-width:100%;  max-height:100%; width: auto;height: auto;}
.inside_product1 ul li .txtbg{}
.inside_product1 ul li .txt{ padding:0 10px;}
.inside_product1 ul li .txt .h2{ font-size:12px; line-height:34px; height:34px; overflow:hidden;color: #333;font-weight: normal;text-align: center;}
.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{ 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;}
}



