/*头部样式*/
.head-bg{
    border-bottom: 1px solid #cdcdcd;
    height: 35px;
    overflow: hidden;
    color: #959595;
    padding-top: 10px;
}

.wel{
    font-size: 14px;
}
 p{
    margin:0 ;
}

.k1{
    font-size: 14px;
}
.k1 a{
    font-size: 14px;color: #959595;
}

.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}



#header{width:1200px;margin:0 auto;}
.top{height: 137px;}
.logo{float:left;margin-top: 9px;}
.ad{margin-left: 26px;margin-top: 25px; line-height: 34px;padding-top: 8px;height: 85px; padding-left: 5px;/*background: url(../image/line1.jpg) no-repeat left top;*/color: #434343;font-size: 19px; margin-left:15px;}

.topLink{float:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(http://www.lgzowo.com/template/default/assets/images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;padding-top:5px;}
.topLink .k2{
    background: url(../image/tel.png) no-repeat left center;
    font-size: 17px;
    color: #404040;
    padding-left: 40px;
    margin-top: 40px;
}
.yw{margin:47px 27px 0 0;}
.yw a{display: block;width: 28px;height: 28px;border-radius: 50%;margin-bottom: 6px; background-color: #ea3d02;color: #ffffff;font-size: 14px;line-height: 28px;text-align: center;}



/*热门搜索*/
.ss{border-bottom: 1px solid #e3e3e3;height: 60px;}
.search{width:1200px;margin: 0 auto;}
#formsearch{float:right;background: url(../image/sou.png) no-repeat top center;height: 35px;width:319px;margin-top: 12px;}
.hotSearch{float:left;height:60px;line-height:60px;font-weight:normal;font-size: 14px;color: #222222;}
.hotSearch a{color: #222222;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}

/*搜索和热门搜索*/
.hotSearch a{margin-right:18px;}
#formsearch input{height:35px;background:none;border:none;line-height:35px;outline: none;}
#formsearch input#keyword{height:35px;line-height:35px;padding-left:16px;color:#686868;font-size: 13px;}
#formsearch input#s_btn{width:46px;height:35px;line-height:35px;text-align:center;color:#fff;border:none;cursor:pointer;float: right;}




.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


/*主体样式*/
#container{width:1270px;margin:0 auto;margin-top:10px;}
.container{width:1200px;margin:0 auto;padding:0;}



.box1{
   /*  background: url(../image/bj1.png) no-repeat top center; */
    height: 224px;
    margin-top: 60px;
}

.fiveadc{
    margin: 0 ;
}
.fiveadc li{
    width: 377px;
    float: left;
    margin-right: 34px;
    border:1px solid #b4b3b3;
    text-align: center;
    height: 224px;
}
.fiveadc li:last-child{
    margin-right: 0
}
.fiveadc li a.img{
    display: block;
    position: relative;
    width: 80px;
    height: 58px;
    margin: 0 auto;
    margin-top: -30px;
    background: #fff;
}
.fiveadc li a.img div{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	line-height: 58px;
    text-align: center;
}
.fiveadc li a.img img{
	max-width: 100%;
}
.fiveadc li a.img .img1{
	opacity: 1;
	transition: all 0.4s;
	}
.fiveadc li a.img .img2{
    opacity: 0;
    transition: all 0.4s;
}
.fiveadc li h3{
    font-size: 25px;
    text-align: center;
    margin-top: 29px;
    color: #2b2b2b;
    font-weight: bold;
}
.fiveadc li h3 a{
	display:block
}
.fiveadc li span{
    display: block;
    width:27px;
    height: 1px;
    background: #484848;
    margin:29px auto 18px auto;
}
.fiveadc li h2{
    font-weight: normal;
    font-size: 16px;
    color: #383838;
}
.fiveadc li p{
    font-size: 12px;
    color: #7d7d7d;
    margin-top: 16px;
    height: 36px;
    overflow: hidden;
}

.fiveadc li:hover a.img .img1{
	opacity: 0;
	transition: all 0.4s;
}
.fiveadc li:hover a.img .img2{
    opacity: 1;
    transition: all 0.4s;
}
.fiveadc li:hover{
    border-color: #ea3d02;
}
.fiveadc li:hover h3{color: #ea3d02;}





.product-bg{
    background: #f6f6f6;
    margin-top: 68px;
    padding: 60px 0;
}

.p-title{
    text-align: center;
    font-size: 50px;
    color: #ffffff;
 
    font-weight: bold;
}
.p-title b{
    display: block;
    font-size: 18px;
    color: #707070;
    font-weight: normal;
    margin:8px 0 12px 0;
}
.p-title span{
    display: block;
    width:56px;
    height: 1px;
    background: #c7c7c7;
    margin: 10px auto;
}

.p-sort{
    background: url(../image/t2.png) no-repeat top center;
    height: 191px;
    overflow: hidden;
    margin-top: 45px;
}

.sort1{
    padding-top: 63px;
    text-align: center;
}

.sort1 li{
    display: inline-block;
    width:142px;
    margin: 0 43px;
    margin-bottom: 25px;
}

.sort1 li a{
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #bebebe;
    text-align: center;
    line-height: 34px;
    color: #0f0f0f;
}

.sort1 li:hover a,.sort1 li.cur a{
    border-color: #ea3d02;
    font-weight: bold;
    color: #ea3d02;
}
.sort1 li:last-child a{
    width: 142px;
    height: 34px;
    background-color: #ea3d02;
    line-height: 34px;
    color: #fff;
    font-weight: normal!important;
}

.tab1{display: none;}






.product_list1{margin-top: 37px;}
.product_list1 li{float:left;_display:inline;}
.product_list1 li a.img{border:1px solid #c8c8c8;border-right: none;}
.product_list1 li:nth-child(4n) a.img{border-right:1px solid #c8c8c8;}
.product_list1 li a.img img{width:297px;height:350px;}
.product_list1 li h3{text-align:center;}
.product_list1 li h3 a{font-weight:normal;font-size: 16px;color: #434343;line-height: 38px;}
.product_list1 li a.img{display:block;}





.box3{
    background: url(../image/bj.jpg) no-repeat top center;
    height: 969px;
    overflow: hidden;
}
.box3 .p-title{margin-top: 52px;}
.ys-index{
    overflow: hidden;
 
}
.box3 .product_list1{margin-top: 20px;}
.box3 .product_list1 li a.img img{width: 350.75px;}
.zixun{
    margin:0 auto;
    margin-top: 45px;
    width: 500px;
}
.zixun .zitel{
    background:url(../image/zxtel.png)left center no-repeat;
    padding-left: 55px;
    margin-left: 19px;
    font:normal 15px/18px MicrosoftYaHei;
    letter-spacing: 1px;
	color: #2b2b2b;
	text-align: left;
}
.zixun .zitel strong{
    font:bold 30px/30px MicrosoftYaHei;
    color: #ea3d02;
}
.zimess a{display: block;width: 160px;line-height: 48px;letter-spacing: 1px;border-radius: 5px;
    color: #ffffff;font-size: 16px;padding-left:65px; height: 48px;background: #ea3d02 url(../image/zq.png) no-repeat 28px center;}


.case-index{
    margin-top: 45px;
}
.c-title{
    background: url(../image/t3.png) no-repeat top center;
}

/*sun_pro_detail_box*/
.pro_detail_toit {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    font-weight: normal;
    padding: 0.5rem 0;
    border-bottom: 1px solid #F0F2F5;
    margin-bottom: 1rem;
}
.sun_pro_detail{margin-top: 50px;}

.sun_pro_detail_box .sun_pro_txtxt {
    width: 100%;
    height: 554px;
    position: relative;
    background: url(../image/bj2.png) no-repeat top center;
}
.sun_pro_detail_box .sun_pro_big_tx {
    width:825px;
    position: relative;
}
.sun_pro_detail_box .sun_pro_big_tx .slick-slide {
    outline: none;
    padding-top: 28px;
    list-style:none;
}
.sun_pro_detail_box .sun_pro_big_tx .slick-slide .img_a {
    text-align: center;
}
.sun_pro_detail_box .sun_pro_big_tx .slick-slide .big {
    max-width: 100%;
}

.sun_pro_detail_box .sun_pro_big_tx span{
    display: inline-block;
    float: left;
    writing-mode: lr-tb;
    width: 32px;
    font-size: 20px;
    color: #1e1d1d;
    line-height: 22px;
    background: url(../image/t4.png) no-repeat left top;
    text-align: right;
}

.sun_pro_detail_box .sun_pro_big_tx a.img{
    float: right;
    margin-right: 25px;
}
.sun_pro_detail_box .sun_pro_small_tx {
    width:294px;
    position: relative;
    height: 554px;
    overflow: hidden;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-list{
    margin: 54px 0;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow {
    position: absolute;
    width: 294px;
    height: 50px;
    outline: none;
    border: none;
    font-size: 0;
    z-index: 999;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-prev {
    top: 0;
    background: url("../image/prev2.png") center no-repeat;
    width:294px;
    height: 50px;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-prev:hover {
    background: url("../image/prev2h.png") center no-repeat;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-next {
    width:294px;
    height: 50px;
    border-top: 5px solid #fff;
    bottom: 0;
    background: url("../image/next22.png") center no-repeat;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-next:hover {
    background: url("../image/next2hh.png") center no-repeat;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-slide {
    outline: none;
    box-sizing: border-box;
    border:none;
    margin: 2px 0;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-slide:hover .small{
    border:2px solid #ea3d02;
    cursor: pointer;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-slide .img_b .pic{
  

}
.sun_pro_detail_box .sun_pro_small_tx .slick-slide .img_b {
   width: 294px; 
}

.sun_pro_detail_box .sun_pro_small_tx .wenzi {
  background: #31a5ef;
  width:90px;
  height: 99px;
  padding: 0 20px;
}

.sun_pro_detail_box .sun_pro_small_tx .wenzi a{
  color:#fff;
  font-size: 18px;
  padding-top:20px;
  display: block;
}

.sun_pro_detail_box .sun_pro_small_tx .wenzi h2{
  color:#fff;
  font-size: 14px;
  font-weight:normal;
}

.sun_pro_detail_box .sun_pro_small_tx .slick-slide .small {
    width: 294px;
    height: 178px;
    display: block;
    /*border:2px solid transparent;*/
    box-sizing: border-box;
}
.sun_pro_big_tx li img{display: block;width:  720px;height: 489px;}

.pic1{
    width:1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-top: 90px;
    background: url(../image/hen.png) center no-repeat;
    height: 272px;
}
.wh{
    width: 1200px;
    margin:0 auto;
}
.pictel{
    width: 228px;
    font:normal 16px/16px MicrosoftYaHei;
    color: #ffffff;
    padding-top: 70px;
}
.pictel strong{
    font:bold 29px/30px MicrosoftYaHei;
    color: #ffffff;
    margin-top: 13px;
}
.pictel dd{line-height: 28px;}
dt{font-weight: normal;}
.pictel dt a{
    margin-top: 26px;width: 225px;display:block;
    height: 50px;line-height: 50px;text-align: center;color: #fff;letter-spacing: 1px;font-size: 21px;padding-left: 88px;background: url(../image/m2.png) no-repeat 53px center;
    background-color: #ea3d02;
}
.hleft{margin-top: 40px;}
.bt1{color: #fff;font-size: 35px;line-height: 74px;}
.bt1 h3{font-size: 47px;letter-spacing: 2px;font-weight: bold;}
.hleft span{display: block;letter-spacing: 5px;font-size: 16px;color: rgba(255,255,255,.32);margin-top: 20px;}






.about-bg{
    background: url(/static/image/bg-2.png)  center;
    height: 533px;
    margin-top: 107px;
}
.about-bg .container{width: 1280px;}
.about-index{
    padding-top: 85px;
    position: relative;
}


.about-img{
    width:504px;
}
.about-img img{display: block;width:504px;height: 370px;}
.about-wen{
    height: 370px;
    width:730px;
}
.ab-title{
    font-size: 37px;
    color: #ea3d02;
    font-weight: bold;
}

.ab-title b{
    color: #000000;
}

.ab-title span{
    color: #5e5e5e;
    font-weight: normal;
}

.ab-con{
    font-size: 15px;
    color: #000000;
    line-height: 28px;
    padding-right: 40px;
    text-align: justify;
    margin-top: 22px;
}

.ab-more{
    width:109px;
    height: 36px;
    background: #ea3d02;
    float: right;
    margin-top: -21px;
    margin-right: 38px;
    position: relative;
    z-index: 9;
	    border-radius: 50px;
}

.ab-more a{
    display: block;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
}

/*tab多页签*/
.nbox{background: url(../image/line3.png) no-repeat 266px center;}
.nmore a{display: block;color: #2b2b2b;font-size:16px;display: block;text-transform: uppercase;line-height: 52px;}
#tabs_box{}
.tabs ul{height:47px;line-height:102px;background:url(http://www.lgzowo.com/template/default/assets/images/left03.png) repeat-x;color:#949599;}
.tabs ul li{float:left;font:400 20px/47px "微软雅黑";text-align: center;color: #fff;}
.tabs ul li:nth-of-type(1){background: url(http://www.lgzowo.com/template/default/assets/images/t6.png) no-repeat 24px center #2b2b2b;}
.tabs ul li:nth-of-type(2){background: url(http://www.lgzowo.com/template/default/assets/images/t7.png) no-repeat 24px center #2b2b2b;margin-left: 15px}
.tab-nav{cursor:pointer;width: 185px;background: #2b2b2b;}
.tab-nav-action{cursor:pointer;color:#fff;width: 185px;background: url(http://www.lgzowo.com/template/default/assets/images/t6.png) no-repeat 24px center #ea3d02 !important;}
.tab-nav-action:nth-of-type(2){cursor:pointer;color:#fff;width: 185px;background: url(http://www.lgzowo.com/template/default/assets/images/t7.png) no-repeat 24px center #ea3d02 !important;}

.tabs-body{}
.tabs-body div{}

.roll1{position:relative;margin-top: 34px;height: 227px;overflow: hidden;}
.l_btn2,.r_btn2{position:absolute;top:30%;cursor:pointer;}
.l_btn2{left:0;}
.r_btn2{right:0;}


.product_list2 li{float:left;margin-left:12px;margin-right:12px;_display:inline;}
.product_list2 li a.img{}
.product_list2 li a.img img{width:302px;height:215px;}
.product_list2 li h3{text-align:center;padding-top:5px;}
.product_list2 li h3 a{font-weight:normal;}
.product_list2 li a.img{display:block;}
.product_list2 li a.img:hover{border-color:#e87518;}
.roll_product{float:left;}



/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


#n_demo{overflow:hidden;width:100%;margin:0 auto;}
#n_indemo {float: left;width:800%}
#n_demo1 {float: left;}
#n_demo2 {float: left;}









.tab_box{
    position: relative;
}

.news-more{
    position: absolute;
    top: 16px;
    right: 0;
}

.tabs{
  

}
.tabs li{
    float: left;
    margin-right: 20px;
}

.tabs li+li{background:url(../image/xian1.png) no-repeat left center;padding-left:33px;}

.tabs li a{
    display: block;
    font: 600 24px/52px "Microsoft Yahei";color: #2b2b2b;
}
.tabs li a.tab_click{
    color: #ea3d02;
   
}

.news_box{
    padding-top: 35px;

}

.news_left{
    width: 598px;
}
.news_right{
    width: 565px;
}
.news_left img{
    width: 100%;
    height: 100%;
}
.news_list2 h3{
    border-top: 1px solid #9f9f9f;
    margin-top: 25px;
}
.news_list2 h3 a{
    display: block;
    font: 400 16px/30px "Microsoft Yahei";
    color: #222222;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news_list2 span{
    display: block;
    font: 400 15px/26px "Microsoft Yahei";
    color: #878484;
}

.news_list2 span a{color:#ea3d02;}

.news_list2 li a.imgs{
    display: block;
    width: 595px;
    height:211px;
    overflow: hidden;
    padding-top: 17px;
    border:1px solid #d6d6d6;
}
.news_list2 li a.imgs img{
    width: 563px;
    height: 177px;
}

.news_list3{

}
.news_list3 li{
    padding-bottom: 17px;
    margin-bottom: 16px;
}
.news_list3 .times{
    text-align: center;
    width: 81px;
    height: 72px;
    border:1px solid #d6d6d6;
}
.news_list3 .times span{
    display: block;
    font: 400 50px/50px "Arial";color: #d5d5d5;
}
.news_list3 .times p{
    font: 400 19px/16px "Arial";color: #d5d5d5;
}
.n_list{
    width: 464px;
    margin-left: 20px;
}
.n_list h3 a{
    font: 400 16px/16px "Microsoft Yahei";color: #2b2b2b;display: block;
}
.n_list span{
  margin-top: 7px;  font: 400 15px/26px "Microsoft Yahei";color: #878484;height:47px;overflow:hidden;display:block;
}

.n_list span a{color:#ea3d02;}




.news_list4 li{
    float: left;
    width: 448px;
    height: 111px;
    margin: 0 39px;
    border:1px solid #8e8e8e;
}
.news_list4 li h3{
    padding-top: 15px;
}
.news_list4 li h3 a{
    display: block;
    padding-left: 55px;
    font: 500 16px/34px "Microsoft Yahei";color: #444444;
    background: url(../image/wen.png) no-repeat 24px center;
    margin-bottom: 8px;
}
.news_list4 li span{
    display: block;
    padding-left: 55px;
    font: 400 14px/20px "Microsoft Yahei";color: #878484;
    background: url(../image/da.png) no-repeat 24px 6px;
    width: 384px;
}
.wenda {
    width: 1200px;
    margin: 0 auto;
    margin-top:10px;
}
.wenda .hd{
    width: 224px;
}



.wenda .bd{
    width: 976px;
    overflow: hidden;
}
.wenda .hd h3{
    font: 600 24px/30px "Microsoft Yahei";color: #ea3d02;
}
.wenda .hd p{
    font: 600 24px/24px "Microsoft Yahei";color: #c0c0c0;
    margin-top:12px;
    margin-bottom: 12px;
}
.wenda .hd{font-size:0;}
.wenda .hd a{
    display: inline-block;
    width: 67px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: #2b2b2b;
}
.wenda .hd a:hover{
    background: #ea3d02;
}







.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(http://www.lgzowo.com/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(http://www.lgzowo.com/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(http://www.lgzowo.com/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{    float: left;
    padding-left: 60px;
    } 
.frr{    
   float: left;
   }
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}



/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(http://www.lgzowo.com/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(http://www.lgzowo.com/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}



/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";background:url(http://www.lgzowo.com/template/default/assets/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}

/*品牌列表*/
.brand-list{margin: 20px 0px;display: flex;display: -webkit-flex;flex-wrap: wrap;}
.brand-list li{margin: 5px 8px;}
.brand-list li:hover{box-shadow: 2px 1px 5px;}
.brand-list li img {width: 150px;height: 120px;}

/*前台多页签*/
/* .tab{position:relative;}
.tab li{float:left;width:100px;height:30px;display:block;line-height:30px;border:1px solid #ccc;margin-right:8px;text-align:center;color:#333;font-size:12px;cursor: pointer;}
.tab li.cur{color:#fff;text-decoration:none;font-size:12px;background:#3a78c1;border-color: #3a78c1;}

.tt{display: none;}
.list1{padding:8px 10px;}
.list1 li{line-height:27px;position:relative;vertical-align: middle;}
.list1 li a{background:url(../images/list_dot1.gif) left center no-repeat;padding-left:12px;line-height:27px;color:#555555;}
.list1 li a:hover{color:#e87518;text-decoration:none;}
.list1 li span{position:absolute;right:0px;line-height:30px;top:0;color:#999;} */




/*友情链接*/
.f_link{width:1280px;margin:0 auto;line-height:30px;font-size:15px;color: #2b2b2b;margin-top: 40px;}

/*页面底部*/
.foot-bg{
    background: url(../image/foot.jpg) no-repeat top center;
    height: 209px;
    margin-top: 30px;
    overflow: hidden;
}
#footer{position:relative;width:1200px;margin:0 auto;color: #fff;}
#footer a{color:#fff;}
.foot1{text-align: center;padding-top: 18px;font-size: 18px;line-height: 36px;}
.xian{margin-left: 40px;margin-right: 30px;padding-top: 38px;}

.foot2{
    font-size: 17px;
    line-height: 40px;
    padding-top: 25px;
}

.foot2 p a{
    width:120px;
    display: inline-block;
}

.foot3{
    font-size: 15px;
    line-height: 40px;
    padding-top: 25px;
    width: 408px;
}
.foot3 p{
    padding-left: 30px;
}
.foot3 p:nth-of-type(1){
    background: url(../image/pp1.png) no-repeat left center;
}

.foot3 p:nth-of-type(2){
    background: url(../image/pp2.png) no-repeat left center;
}
.foot3 p:nth-of-type(3){
    background: url(../image/pp3.png) no-repeat left center;
}
.foot3 p:nth-of-type(4){
    background: url(../image/pp4.png) no-repeat left center;
}
.wei{margin-top: 37px;}


.foot-bg2{background: #ea3d02;}
.copyright{text-align:center;line-height:24px;color: #fff;font-size: 15px;padding: 15px 0;}
.copyright a{color: #fff;}


/*------------内页-------------------*/



.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 60px;
    padding-left: 34px;
    background: #ea3d02;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: relative
}

.left .box h3::after{
    content:"";
    position: absolute;
    width:5px;
    height:20px;
    top:20px;
    left:15px;
    background: #fff
}

.left .box .content {
    padding: 5px 0px;
}
.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:1920px;margin:0 auto;margin-left:-960px;position:relative;left:50%;
}
.n_banner img{width:1920px;margin:0 auto;margin-left:-960px;position:relative;left:50%;}
.left{width:250px;float:left;}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:980px;float:right;padding-bottom:10px;}
.sitemp {
    border-bottom:1px solid #eee;

}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 40px;
    text-align: left;
    font-size: 16px;
    color:#333;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 40px;
}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}






/*导航栏样式*/
#menu{
  background-color: rgb(225, 7, 7);
    height: 59px;
}
.nav{
    width:1200px;
    margin: 0 auto;
}
.nav li{line-height:59px;height:59px;text-align:center;width:150px;float:left;position:relative;z-index:999;}
.nav li a{display:block;line-height:59px;color:#fff;height:59px;font-size: 17px;padding:0;background: url(../image/line2.jpg) no-repeat right center;}
.nav li:hover> a{color:#fff;text-decoration:none;background:#ea3d02;}
.nav>li:focus>a, .nav>li:hover>a {
    text-decoration: none;
    background: #ea3d02;
}
.nav .sec{height:0;background:#ea3d02;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:59px;left:0px;}
.nav .sec a{background:#ea3d02;color:#fff;height:43px;line-height:43px;width:150px;}
.nav .sec a:hover{background:#2b2b2b;text-decoration:none;}

.search-box {
float: right;
    display: flex;
    align-items: center;
    width: 300px;
    border: 1px solid #888;
    border-radius: 25px;
    padding: 5px 10px;
    background-color: #fff;
    margin: 12px auto;
    box-sizing: border-box;
}

.search-box input[type="text"] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 25px;
    background-color: transparent;
}

.search-box button {
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    font-size: 18px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.search-box button:hover {
    color: #333;
};
.col{
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}
.simple-form {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.simple-form input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.simple-form input[type="text"]:focus {
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.2);
  outline: none;
}

.verify-group .code-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.code-wrap img {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s;
}

.code-wrap img:hover {
  transform: scale(1.05);
}

.simple-form button[type="submit"] {
  width: 100%;
  background-color: #e90000;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 58px;
  font-size: 16px;
  transition: background-color 0.3s, transform 0.2s;
}

.simple-form button[type="submit"]:hover {
  background-color: #138496;
  transform: scale(1.02);
}
.simple-form textarea {
  width: 100%;
  height: 150px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  resize: vertical;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.simple-form textarea:focus {
  border-color: #17a2b8;
  box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.2);
  outline: none;
}

/* proDetailsLy */
.proDetailsLy {
    width: 870px;
    margin: 30px auto 0;
}

.proDetailsLy .conBox .box1 {
    width: 100%;
    margin-top: 33px;
}

.proDetailsLy .conBox .box1 .Input {
    width: 427px;
    height: 58px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-bottom: 10px;
    margin-left: 12px;
}

.proDetailsLy .conBox .box1 input {
    width: 354px;
    padding-left: 22px;
    padding-right: 51px;
    font-size: 16px;
    color: #999999;
    line-height: 58px;
    outline: none;
    border: none;
}

.proDetailsLy .conBox .box1 .Input1 {
    margin-left: 0;
}

.proDetailsLy .conBox .box1 .Input1 input {
    background: url(../image/proDetailsLy_icon01.png) no-repeat 386px center;
}

.proDetailsLy .conBox .box1 .Input2 input {
    background: url(../image/proDetailsLy_icon02.png) no-repeat 386px center;
}

.proDetailsLy .conBox .box1 textarea {
    padding-left: 22px;
    width: 795px;
    height: 150px;
    border: 1px solid #e0e0e0;
    padding-top: 18px;
    font-size: 16px;
    color: #999999;
    outline: none;
    resize: none;
    background: url(../image/proDetailsLy_icon03.png) no-repeat 828px 18px;
    padding-right: 51px;
}

.proDetailsLy .conBox .box1 .yzmtj {
    margin-top: 20px;
}

.proDetailsLy .conBox .box1 .yzmtj .sr {
    float: left;
    border: 1px solid #e0e0e0;
}

.proDetailsLy .conBox .box1 .yzmtj .sr span {
    display: block;
    font-size: 16px;
    color: #999999;
    display: block;
    height: 58px;
    line-height: 58px;
    float: left;
    border-right: 1px solid #e0e0e0;
    width: 100px;
    text-align: center;
}

.proDetailsLy .conBox .box1 .yzmtj .sr input {
    padding: 0 10px;
    width: 127px;
    float: left;
    display: block;
    border: none;
    line-height: 58px;
    font-size: 16px;
    color: #999;
    height: 58px;
    outline: none;
}

.proDetailsLy .conBox .box1 .yzmtj #spVerCode img {
    display: block;
    margin-top: 14px;
    margin-left: 10px;
    float: left;
    width: 105px;
    height: 38px;
}

.proDetailsLy .conBox .box1 .yzmtj a.p {
    line-height: 86px;
    margin-left: 10px;
}

.proDetailsLy .conBox .box1 .yzmtj a.tj {
    display: block;
    width: 410px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #df131e;
    float: right;
}

/* proList 产品列表*/
.proList {
    width: 100%;
}

.proListSection {
    width: 910px;
    float: right;
}

.proListSection .mainCon {
    border: 1px solid #e4e4e4;
    padding-top: 28px;
    width: 908px;
}

.proListSection .mainCon .conBox {
    width: 870px;
    margin: 20px auto 0;
    padding-bottom: 30px;
}

.proListSection .mainCon .conBox ul {
    width: 104%;
}

.proListSection .mainCon .conBox li {
    float: left;
    width: 280px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.proListSection .mainCon .conBox li.noMl {
    margin-right: 0px;
}

.proListSection .mainCon .conBox li .Pic {
    width: 278px;
    height: 278px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    display: block;
}

.proListSection .mainCon .conBox li .Pic img {
    display: block;
    width: 278px;
    height: 278px;
    transform: scale(1);
    transition: all 1s ease-out;
}

.proListSection .mainCon .conBox li .intro {
    width: 280px;
    height: 80px;
    text-align: center;
    padding-top: 14px;
    position: relative;
}

.proListSection .mainCon .conBox li .intro h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 16px;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.proListSection .mainCon .conBox li .intro h3 a {
    color: #333333;
    text-decoration: none;
}

.proListSection .mainCon .conBox li .intro p {
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    margin-top: 14px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}

.proListSection .mainCon .conBox li .intro .btn {
    overflow: hidden;
    width: 241px;
    height: 42px;
    background: url(../image/proListBg01.png) no-repeat center;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.proListSection .mainCon .conBox li .intro .btn a {
    display: block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
}

.proListSection .mainCon .conBox li .intro .btn a i {
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../image/mub02_jt03.png) no-repeat center;
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.proListSection .mainCon .conBox li .intro .btn a:first-child {
    border-right: 1px solid #eaeaea;
}

.proListSection .mainCon .conBox li .intro .btn a:hover {
    color: #fff;
}

.proListSection .mainCon .conBox li:hover .intro h3 a {
    color: #df131e;
}

.proListSection .mainCon .conBox li .intro .btn a.more:hover {
    background: url(../image/proListBg02.png) no-repeat center;
}

.proListSection .mainCon .conBox li .intro .btn a.more:hover i {
    background: url(../image/mub02_jt02.png) no-repeat center;
}

.proListSection .mainCon .conBox li .intro .btn a.zx:hover {
    background: url(../image/proListBg03.png) no-repeat center;
}

.proListSection .mainCon .conBox li .intro .btn a.zx:hover i {
    background: url(../image/mub02_jt02.png) no-repeat center;
}

.proListSection .mainCon .conBox li:hover .Pic img {
    transform: scale(1.2);
}
.mub02Title h2 {
    font-size: 20px;
    color: #df131e;
    font-weight: normal;
	    text-align: center;
}

.xypg-product-detail{
border: 1px solid #e4e4e4;
    padding-bottom: 0px;
}
.product-detail-tabli li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
}

.product-detail-tabli li.active {
  background-color: #e90000;
  color: white;
  border-radius: 4px;
}

.box11{
    width: 100%;
    position: absolute;
    bottom: -150px;
    left: 0;
}
.zx1 {
    display: block;
    width: 172px;
    height: 53px;
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 53px;
    background: url(/static/image/proDetailsIntroBg01.png) no-repeat center;
    text-align: center;
    text-decoration: none;
}
.zx1 img {
    position: relative;
    top: 0px;
    margin-left: 12px;
}
.phone11 {
    float: left;
    padding-left: 42px;
    background: url(/static/image/proDetailsIntro_phone.png) no-repeat left center;
    margin-left: 18px;
    margin-top: 6px;
}
.phone11 span {
    display: block;
    font-size: 13px;
    color: #666666;
}
.phone11 em {
    display: block;
    font-size: 24px;
    color: #df131e;
    font-family: arial;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.slider {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.slide {
    min-width: 100%;
    height: 100%;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
    font-size: 18px;
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}
.dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.dot.active {
    background: white;
}
.news-bg {
    background-color: #ffffff;
	}

.news-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.news-section h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-section .sub-title {
  display: block;
  font-size: 14px;
  color: #888;
  font-weight: normal;
}

.news-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.news-card {
  border-radius: 10px;
  width: 100%;
  max-width: 380px;
  flex: 1;
 box-shadow: 0 0 8px 0px rgb(221 221 221);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}

.news-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.news-card h3 {
  font-size: 18px;
  margin: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-card h3 a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* 第一张图片缩放效果 */
.news-card:nth-child(1):hover img {
  transform: scale(1.05);
}
.news-card:nth-child(2):hover img {
  transform: scale(1.05);
}
.news-card:nth-child(3):hover img {
  transform: scale(1.05);
}

.news-card ul {
  list-style: none;
  padding: 0 16px;
  margin: 25px 0 0;
  text-align: left;
}

.news-card ul li {
  margin-bottom: 15px;
}

.news-card ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.news-card ul li a:hover {
  color: #007bff;
}

/* product */
.product{width: 100%;background: #eeeeee;padding-bottom: 52px;}
.product .title{width: 100%;text-align: center;padding-top: 46px;}
.product .title h2{font-size: 32px;color: #333333;font-weight: normal;background: url(/static/image/product_xian01.png) no-repeat center 22px;}
.product .title h2 a{color: #333333;text-decoration: none;}
.product .title h2 em{font-weight: bold;}
.product .mainCon{width: 100%;margin-top: 66px;}
.product .mainCon .sideBar{width: 260px;float: left;}
.product .mainCon .sideBar .top{padding-top: 28px;height: 102px;background: url(../image/product_icon01.png) no-repeat 20px 34px #df131e;padding-left: 60px;}
.product .mainCon .sideBar .top h2{color: #fff;font-size: 22px;}
.product .mainCon .sideBar .top h2 a{color: #fff;text-decoration: none;}
.product .mainCon .sideBar .top p{font-size: 14px;color: #fff;margin-top: 4px;}
.product .mainCon .sideBar .box{width: 100%;    background: #ffffff;}
.product .mainCon .sideBar .box dl{position: relative;background: #fff;}
.product .mainCon .sideBar .box dt{height: 59px;line-height: 59px;text-indent: 22px;font-size: 18px;background: url(../image/product_icon02.png) no-repeat 226px center;border-bottom: 1px solid #ebe9e9;}
.product .mainCon .sideBar .box dt a{display: block;color: #333333;text-decoration: none;}
.product .mainCon .sideBar .box dl:first-child dt{border-top: none;}
.product .mainCon .sideBar .box dt i{display: none;;width: 5px;height: 100%;background: #df131e;position: absolute;left: 0;top: 0;}
.product .mainCon .sideBar .box dd{padding: 25px 0 11px 0;}
.product .mainCon .sideBar .box dd a{display: block;text-indent: 32px;font-size: 14px;color: #666666;margin-bottom: 18px;text-decoration: none;}
.product .mainCon .sideBar .box dl:hover{background: #fcfbfb;}
.product .mainCon .sideBar .box dl:hover dt{font-weight: bold;}
.product .mainCon .sideBar .box dl:hover dt i{display: block;}
.product .mainCon .sideBar .box dd a:hover{color: #df131e;font-weight: bold;}
.product .mainCon .section{width: 930px;float: right;}
.product .mainCon .section .conBox1{border: 1px solid #e1dede;background: #fff;padding: 19px 30px 20px 19px;height: 320px;position: relative;}
.product .mainCon .section .conBox1 .hot{position: absolute;width: 126px;height: 125px;display: block;top: -10px;right: -9px;}
.product .mainCon .section .conBox1 .hot img{display: block;width: 126px;height: 125px;}
.product .mainCon .section .conBox1 dt{float: left;width: 280px;height: 280px;float: left;overflow: hidden;}
.product .mainCon .section .conBox1 dt img{display: block;width: 280px;height: 280px;transition: all 1s ease-out;}
.product .mainCon .section .conBox1 dt:hover img{transform: scale(1.2);}
.product .mainCon .section .conBox1 dd{width: 520px;height: 290px;position: relative;padding-top: 30px;float: right;}
.product .mainCon .section .conBox1 dd h3{font-size: 24px;color: #333333;font-weight: normal;}
.product .mainCon .section .conBox1 dd h3 a{color: #333333;text-decoration: none;}
.product .mainCon .section .conBox1 dd i{display: block;margin: 20px 0 30px 0;width: 50px;height: 1px;background: #aca9a9;}
.product .mainCon .section .conBox1 dd p{line-height: 25px;color: #666666;font-size: 14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.product .mainCon .section .conBox1 dd .btn{position: absolute;bottom: 26px;left: 0;}
.product .mainCon .section .conBox1 dd .btn a{display: block;width: 95px;height: 45px;line-height: 45px;background: url(../image/product_ty.png) no-repeat center bottom;float: left;margin-left: 5px;text-align: center;font-size: 14px;color: #fff;text-decoration: none;}
.product .mainCon .section .conBox1 dd .btn a:first-child{margin-left: 0;background-position: center top;}
.product .mainCon .section .conBox1 .phone{bottom: 26px;right: 0;position: absolute;padding-right: 46px;text-align: right;background: url(../image/product_phone.png) no-repeat right top;}
.product .mainCon .section .conBox1 .phone span{display: block;font-size: 14px;color:#333333;}
.product .mainCon .section .conBox1 .phone em{display: block;font-size: 24px;color: #df131e;}
.product .mainCon .section .conBox2{margin-top: 10px;}
.product .mainCon .section .conBox2 ul{width: 103%;}
.product .mainCon .section .conBox2 li{float: left;margin-right: 15px; width:300px;}
.product .mainCon .section .conBox2 li img{display: block;width: 300px;height: 300px;transition: all 1s ease-out;}
.product .mainCon .section .conBox2 li span{display: block;width: 300px;height: 300px;overflow: hidden;}
.product .mainCon .section .conBox2 li p{font-size: 14px;color: #333333;margin-top: 8px;text-align: center;padding: 0 4px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.product .mainCon .section .conBox2 li{margin-bottom: 22px;}
.product .mainCon .section .conBox2 li a{text-decoration: none;display: block;}
.product .mainCon .section .conBox2 li:hover img{transform: scale(1.2);}
.product .mainCon .section .conBox2 li:hover p{color: #df131e;font-weight: bold;}

/* footer */
.footer{width: 100%;}
.footerTop{width: 100%;background: #313132;padding-top: 48px;padding-bottom: 40px;}
.footerTop dl{float: left;}
.footerTop dt{font-size: 16px;color: #fff;margin-bottom: 18px;}
.footerTop dd a{font-size: 14px;color: #999999;display: block;margin-bottom: 8px;}

.footerTop dl:first-child{border-left: none;}
.footerTop dl.dl1{width: 176px;}
.footerTop dl.dl2{width: 226px;}
.footerTop dl.dl3{width: 164px;}
.footerTop dd p a{display: inline-block;margin-bottom: 0px;}
.footerTop dd p{font-size: 14px;color: #999999;margin-bottom: 14px;}
.footerTop .box{float: right;width: 118px;text-align: center;margin-top: 6px;}
.footerTop .box img{display: block;}
.footerTop .box p{font-size: 14px;color: #fff;margin-top: 6px;}


.ad1{padding:60px 0;overflow:hidden;width:100%}
.ad1-l{float:left;width:355px;height:186px;border-right:#ddd solid 1px;animation:bounceinL 1s ease-out backwards;}
.ad1-l span{display:block;font-size:35px;color:#333;}
.ad1-l p{padding:5px 0;font-size:18px;color:#666;}
.ad1-l em{display:block;font-family:Arial;font-size:18px;font-weight:bold;color:#ddd;text-transform:uppercase;}
.ad1-l dl{margin-top:25px;padding:5px 0 5px 70px;height:60px;line-height:25px;overflow:hidden;background:url(/static/image/tel_icon.png) no-repeat 0 center;}
.ad1-l dl dt{display:block;font-size:18px;color:#666;}
.ad1-l dl dd{display:block;font-family:Arial;font-size:26px;font-weight:bold;color:#df131e;}
.ad1-r{float:right;width:844px;overflow:hidden;animation:bounceinR 1s ease-out backwards;}
.ad1-r .item{float:left;width:33.33%;text-align:center;}
.ad1-r .item img{display:block;margin:0 auto;width:115px;height:115px;}
.ad1-r .item strong{display:block;margin-top:20px;height:30px;line-height:30px;font-size:18px;color:#333;}
.ad1-r .item p{font-size:14px;color:#666;line-height:22px;}
.wrapper {
    margin: 0 auto;
    width: 1200px;
}

.welr{
	float: right;
    color: #ff0000;
}
.welr a{

    color: #ff0000;
	    font-size: 16px;
}



/* --case-- */
.cas{padding:60px 0;overflow:hidden;background:#f8f8f8;}
.case-tab .tab-menu{position:relative;z-index:2;height:85px;line-height:85px;background:#0079d5;}
.case-tab .tab-menu li{position:relative;float:left;width:20%;font-size:16px;}
.case-tab .tab-menu li:last-child a{border-right:none;}
.case-tab .tab-menu li a{display:block;color:#fff;text-align:center;border-right:#fff solid 1px;}
.case-tab .tab-menu li i,.case-tab .tab-menu li span{display:inline-block;margin:0 6px;vertical-align:middle;}
.case-tab .tab-menu li i{position:relative;width:26px;height:26px;overflow:hidden;}
.case-tab .tab-menu li i img{display:block;position:absolute;top:0;left:0;transition: all ease-in-out 0.5s;}
.case-tab .tab-menu li.cur{box-shadow:0 0 10px #e60009;}
.case-tab .tab-menu li.cur a{background:#e60009;}
.case-tab .tab-menu li.cur:after{display:block;content:"";position:absolute;top:100%;width:100%;height:6px;background:url(../images/Index/case_tab_cur.png) no-repeat center;}
.case-tab .tab-main{position:relative;z-index:1;padding:45px;height:452px;background:#fff;box-shadow:0 0 30px #b2cff1}
.case-item{overflow:hidden;}
.case-item .text{position:relative;float:left;padding-left:15px;width:354px;height:352px;}
.case-item .text h3{height:75px;line-height:75px;font-weight:normal;border-bottom:#ddd solid 1px;overflow:hidden;}
.case-item .text h3 a{color:#333;}
.case-item .text .abstr{margin-top:25px;height:150px;line-height:30px;font-size:14px;color:#666;overflow:hidden;}
.case-item .text .btnBox{margin-top:30px;width:290px;height:50px;line-height:50px;text-align:center;overflow:hidden;}
.case-item .text .btnBox a{display:block;width:142px;color:#fff;font-size:14px;border-radius:5px;}
.case-item .text .btnBox a.fl{background:#0079d5;}
.case-item .text .btnBox a.fr{background:#e60009;}
.case-item .text .btnBox a:hover{box-shadow:0 0 10px #333 inset}
.case-slide{position:relative;float:right;width:660px;height:352px;overflow:hidden;}
.case-slide .item{position:relative;width:660px;height:352px;overflow:hidden;}
.case-slide .item img{display:block;width:660px;height:352px;transition: all 1s;}
.case-slide .item a{display:block;}
.case-slide .item a:hover img{transform:scale(1.1);}
.case-slide .item span{position:absolute;left:0;bottom:0;display:block;padding:0 5%;width:90%;height:60px;line-height:60px;font-size:16px;color:#fff;background:rgba(0,0,0,0.8);}
.case-slide .item span:after{content:"";display:block;position:absolute;right:5%;top:24px;width:32px;height:13px;background:url(../images/Index/read.png) no-repeat;}
.case-slide .sPrev,.case-slide .sNext{position:absolute;z-index:333;top:50%;margin-top:-27px;width:57px;height:57px;cursor:pointer;}
.case-slide .sPrev{left:10px;background:url(../images/Index/prev01.png) no-repeat;}
.case-slide .sPrev:hover{background-image:url(../images/Index/prev01_cur.png);}
.case-slide .sNext{right:10px;background:url(../images/Index/next01.png) no-repeat;}
.case-slide .sNext:hover{background-image:url(../images/Index/next01_cur.png);}
.cas .more{margin-top:50px;line-height:45px;text-align: center;font-size: 16px;}
.cas .more a{display: block;margin: 0 auto;width: 160px;color: #fff;background: #0079d5;border-radius: 5px;}
.cas .more a:hover{box-shadow:0 0 10px #333 inset}

.case-tab .tab-menu li.cur a {
    background: #e60009;
}


.case-tab .tab-menu li.cur {
    box-shadow: 0 0 10px #e60009;
}


.tab-main .tabCon {
  display: none;
}
.wrapper {
    margin: 0 auto;
    width: 1200px;
}
.cas h2{
    text-align: center;
	padding: 45px;
	}
.tab-menu li.active {
  box-shadow: 0 0 10px #e60009;
  border-radius: 6px;
  background-color: #ff0000;; /* 可选，让高亮更明显 */
}
/* --end case-- */


  /* newsListCon*/
#newsListCon .mainCon .conBox {
  padding-top: 20px;
}
.newsListCon {
  width: 100%;
}
#newsListCon {
  margin-top:0px;
}
.newsListCon .mainCon {
  width: 1200px;
  margin: 0 auto;
}
.newsListCon .mainCon .conBox {
  width: 1200px;
  margin: 0 auto;
}
.newsListCon .mainCon .con {
  width: 100%;
}
.newsListCon .mainCon dl {
  width: 845px;
  padding: 39px 0;
  height: auto;
  border: 1px solid #dfdfdf;
  background: #fff;
  position: relative;
}
.newsListCon .mainCon dl:first-child {
  border-top: 1px solid #dfdfdf;
}
.newsListCon .mainCon dt {
  width: 220px;
  height: auto;
  float: left;
  margin-left: 40px;
  overflow: hidden;
}
.newsListCon .mainCon dt img {
  display: block;
  transform: scale(1);
  transition: all 2s ease-out;
  width:100%;
  height:auto;
}
.newsListCon .mainCon dl:hover dt img {
  transform: scale(1.2);
}
.newsListCon .mainCon dd {
  width: 500px;
  height: auto;
  min-height: 123px;
  position: relative;
  margin-left: 28px;
  float: left;
}
.newsListCon .mainCon dd h3 {
  font-size: 20px;
  font-weight: normal;
}
.newsListCon .mainCon dd h3 a {
  color: #000000;
  text-decoration: none;
}
.newsListCon .mainCon dd p {
  width: 550px;
  font-size: 13px;
  color: #666666;
  line-height: 24px;
  margin-top: 8px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsListCon .mainCon dd .label {
  font-size: 12px;
  color: #999999;
  display: block;
  padding-left: 26px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/TInpage/newsList_icon03.png) no-repeat left center;
  line-height: 16px;
}
.newsListCon .mainCon dd .zan {
  display: block;
  font-size: 13px;
  font-family: arial;
  height: 16px;
  background: url(../images/TInpage/newsList_icon055.png) no-repeat left top;
  position: absolute;
  top: 5px;
  right: 74px;
  padding-left: 24px;
  padding-top: 2px;
}
.newsListCon .mainCon dd .readNum {
  display: block;
  font-size: 13px;
  font-family: arial;
  height: 16px;
  background: url(/static/image/newsList_icon02.png) no-repeat left center;
  position: absolute;
  top: 5px;
  right: 4px;
  padding-left: 24px;
  padding-top: 2px;
}
.newsListCon .mainCon dd a.more {
  display: block;
  width: 36px;
  height: 36px;
  background: url(/static/image/list_circle.png) no-repeat left top;
  overflow: hidden;
  position: absolute;
  right: 6px;
  bottom: -40px;
border-radius: 50%;
  border: solid 1px  #bcbcbc;
}
.newsListCon .mainCon dl:hover dd a.more {
  background-position: left bottom;
background-color: #0061cf;
  border-color: #0061cf;
}
.newsListCon .mainCon dl:hover dd h3 a {
  color: #df1f29;
}
.newsListCon .mainCon dl:hover {
  box-shadow: 0 0 10px 6px #eeeeee;
  z-index: 99;
}

.picc {
    position: absolute;
    right: 352px;
    bottom: 0;
    animation: bounceinR 1s ease-out backwards;
	}
	
	.picc img {
    display: block;
}
/* 背景层全宽显示 */
.carousel-bg {
  background-color: #f0f6ff; /* 你需要的背景色 */
  width: 100%;
  padding: 40px 0; /* 上下留白，可自定义 */
}

/* 内容限制宽度居中（保留原来的 1200px 内容宽度） */
.container {
  max-width: 1280px;
  margin: 0 auto;
}

/* 原有轮播样式保持不变 */
.carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 10px 40px;
}

.carousel-track-container {
  overflow: hidden;
}

.product_list1 {
  display: flex;
  transition: transform 0.5s ease;
  padding: 0;
  margin: 0;
}

.product_list1 li {
  flex: 0 0 260px;
  margin-right: 20px;
  list-style: none;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.product_list1 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.product_list1 h3 {
  padding: 30px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 28px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}
.carousel-btn.prev {
  left: 0;
}
.carousel-btn.next {
  right: 0;
}
.box3 {
  position: relative;
  background-image: url('/static/image/bj.jpg'); /* 已有的背景图 */
  background-size: cover;
  background-position: center;
  z-index: 1;
  height: 700px;
}

/* 半透明黑色遮罩层 */
.box3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6); /* 黑色 + 60% 透明 */
  z-index: 2;
}

/* 内容层需提到蒙层之上 */
.box3 .container {
  position: relative;
  z-index: 3;
}
