@charset "utf-8";
@font-face{
    font-family:myFont_L;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont_R;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont_B;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont_H;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont_M;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-myFont_L{font-family:myFont_L;}
.web-myFont_R{font-family:myFont_R;}
.web-myFont_B{font-family:myFont_B;}
.web-myFont_H{font-family:myFont_H;}
.web-myFont_M{font-family:myFont_M;}
body {
    font-family: myFont_R;
    color: #333;
}
.banner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	position: relative;
	background-position: center;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; /*Safari and Chrome*/
	animation-direction:alternate;/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 8s infinite;
	-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
@keyframes mymove

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}

}
@-webkit-keyframes mymove /*Safari and Chrome*/

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}

}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.banner .swiper-pagination-bullet {
	width: 21px;
	height: 6px;
	background-color: #ffffff;
	opacity: 1;
	box-sizing: border-box;
	border-radius: 50px;
}

.banner .swiper-pagination-bullet-active {
	border-radius: 10px;
	width: 55px;
	background-color: #fece03;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 30px;
}

.banners img {
	width: 100%;
	height: auto;
}
/* banner上面的文案 */
.banner .ba_box{
	position: absolute;
    vertical-align: middle;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
	opacity: 0;
}
.banner .ba_txt{
	margin: 0 auto;
	text-align: left;
}
.banner .ba_txt h3{
	font-size: 75px;
	color: #fff;
	line-height: 1.6;
	font-family: 'myFont_M';
	text-transform: capitalize;
}
.banner .ba_txt h5{
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
}
.banner .ba_txt p{
    color: #ffc000;
    font-size: 30px;
    margin-bottom: 30px;
}
.banner .ba_txt h4{
	font-size: 31px;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: 'myFont_M';
	text-transform: uppercase;
	font-style: italic;
}
.banner .ba_txt h4 i:first-child{
	width: 216px;
	margin-right: 30px;
}
.banner .ba_txt h4 i{
	width: 70px;
	height: 4px;
	background-color: #fff;
	display: block;
	position: relative;
	margin-left: 30px;
}
.banner .ba_txt a{
	display: block;
	width: 155px;
	height: 60px;
	line-height: 60px;
	font-size: 21px;
	text-align: center;
    transition: transform 2s;
    box-sizing: border-box;
	border-radius: 10px;
	margin-right: 20px;
	transition: all 0.6s ease;
	background-color: #fff;
	color: #333;
}
.banner .swiper-slide-active .ba_box{
	-webkit-animation: fadeInLeft 1.4s ease-in-out;
	animation: fadeInLeft 1.4s ease-in-out;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

/* 智能发电机 */
.c1,.c4{
	margin: 30px 0;
	position: relative;
}
.c1 .c1-bg,.c4 .c1-bg{
	background-size: cover;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0px;
	height: 100%;
	justify-content: center;
	align-items:center;
	display:flex;
}
.c1-img{
    width: 100%;
}
.c4 .c1-bg{
	
}
.c1 .c1-bg div,.c4 .c1-bg div{
	text-align: center;
}
.c1 .c1-bg div h5,.c4 .c1-bg div h5{
	font-size: 35px;
	font-family: 'myFont_M';
	color: #fff;
}
.c1 .c1-bg div p,.c4 .c1-bg div p{
	font-size: 25px;
	color: #fff;
}
.c1 .c1-bg div a,.c4 .c1-bg div a{
	font-size: 18px;
	margin-top: 2rem;
	display: block;
	color: #b1b1b1;
	transition: all .36s ease;
}
.c1 .c1-bg div a:hover{color:#fece03}
.c4 .c1-bg div a:hover{color:#fece03}
/* 产品中心 */
.c2{
	width: 100%;
}
.c2 .c2-box ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 20px;
}
.c2 .c2-box ul li{
	position: relative;
	text-align: center;
}
.c2 .c2-box ul li a{
    display: block;
    overflow: hidden;
}
.c2 .c2-box ul li img{
	width: 100%;
    height: 480px;
    object-fit: cover;
    transition: transform .4s ease;
}
.c2 .c2-box ul li a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.c2 .c2-box ul li a:hover h5{
    color: #ffc000;
}
.c2 .c2-box ul li .c2-title{
	position: absolute;
	left: 0;
	top: 10%;
	width: 100%;
	text-align: center;
}
.c2 .c2-box ul li .c2-title h5{
	color: #000;
	font-size: 35px;
	font-family: 'myFont_M';
}
.c2 .c2-box ul li .c2-title p{
	color: #000;
	font-size: 25px;
}

.c3{}
.c3 .swiper-container {
    width: 100%;
    margin: 30px auto;
}
.c3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;

    /* Center slide text vertically */
    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;
}
.c3 .swiper-slide img{width:100%}
.c3 .swiper-slide:nth-child(2n) {
        width: 40%;
    }
.c3 .swiper-slide:nth-child(3n) {
        width: 20%;
    }
.c3 .swiper-slide .slide_div{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    color: white;
    z-index: 2;
    padding: 0px 80px;
    box-sizing: border-box;
    justify-content: center;
    align-items:center;
    display:flex;
}
.c3 .swiper-slide .slide_div div{
    width: 100%;
    /* display: none;
    transition: all .36s ease; */
}
/* .c3 .swiper-wrapper>.swiper-slide-active a div{display:block} */
.c3 .swiper-slide .slide_div a{
    width: 100%;
    color: white;
}
.c3 .swiper-slide .slide_div a div span{
    text-transform: uppercase;
    font-size: 22px;
}
.c3 .swiper-slide .slide_div a div h3{
    font-size: 35px;
    font-family: 'myFont_M';
    margin-bottom: 10px;
}
.c3 .swiper-slide .slide_div a div i{
    height: 3px;
    background-color: #fece03;
    width: 150px;
    display: block;
}
.c3 .swiper-slide .slide_div a div p{
    font-size: 25px;
    margin-top: 30px;
}
.c3 .swiper-button-prev{
    left: 26%;
    background-image: url('../images/sleft.png');
}
.c3 .swiper-button-next{
    right: 26%;
    background-image: url('../images/sright.png');
}
.c4{margin-bottom: 0px;}
.c5{
    background-color: #1B242B;
    padding: 30px 0px;
}
.c5 .w75{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    color: white;
}
.c5 .w75 div{
    height: 45px;
    background-color: white;
    /* padding-right: 7px; */
    box-sizing: border-box;
    line-height: 45px;
}
.c5 .w75 div span{
    font-size: 14px;
    color: #616c73;
    margin-left: 10px;
}
.c5_d1{
    height: auto !important;
    background-color: #1b242b !important;
    width: 15%;
}
.c5_d1 p{
    font-size: 30px;
}
.c5_d1 span{
    color: white !important;
}
.c5_d2{
    width: 18%;
    margin-top: 25px;
}
.c5_d2 span{
}
.c5_d2 input{
    
}
.c5_d3{
    width: 24%;
    margin-top: 25px;
}
.c5_d3 span{}
.c5_d3 input{}
.c5_d4{
    width: 32%;
    margin-top: 25px;
}
.c5_d4 span{}
.c5_d4 input{
    width: calc( 100% - 100px ) !important;
}
.c5 .w75>button{
    width: 110px;
    height: 45px;
    background-color: #10603e;
    color: white;
    margin-top: 25px;
}
.c5 .w75 div input{
    width: calc( 100% - 60px );
    background-color: white !important;
    font-size: 14px;
    color: #616c73 !important;
}
.c5 input[type='text']:-webkit-autofill {
 -webkit-text-fill-color: #616c73;
 box-shadow: 0 0 0px 50px #ffffff inset !important;
}
/*  start1 */
.footer{
    background-color: #000000;
}
.footer .w75{
    padding-top: 60px;
}
.footer .footer_d1{
    border-bottom: 1px solid #939393;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding-bottom: 30px;
}
.footer .footer_d1 img{}
.footer .footer_d1 div{}
.footer .footer_d1 div a{}
.footer .footer_d1 div a i{
    margin-left: 12px;
    color: #fff;
    font-size: 26px;
}
.footer .footer_d1 div a:hover i{
    color: #fcc304;
}
.footer .footer_d1 div a img{    
    position: absolute;
    width: 110px;
    transition: all .5s ease;
    opacity: 0;
    top: 35px;
    left: -28px;
    z-index:1
}
.footer .footer_d1 div a:first-child:hover img{opacity:1}
.footer .footer_d1 div a:last-child:hover img{opacity:1}
.footer_d2{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding: 30px 0px;
    border-bottom: 1px solid #939393;
}
.footer_d2_d1{
    width: 70%;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.footer_d2_d1 dl{
    width: 30%;
}
.footer_d2_d1 dl dt{
    margin-bottom: 20px;
}
.footer_d2_d1 dl dt a{
    color: white;
    font-size: 18px;
    font-family: 'myFont_M';
}
.footer_d2_d1 dl dd{
    margin-bottom: 20px;
}
.footer_d2_d1 dl dd a{
    font-size: 16px;
}
.footer_d2_d1 dl:nth-child(2){display:flex;justify-content: revert;flex-wrap:wrap;}
.footer_d2_d1 dl:nth-child(2) dt{width:100%}
.footer_d2_d1 dl:nth-child(2) dd{
    width: 35%;
}
.footer_d2_d1 dl a:hover{}
.footer_d2_d2{
    align-items:center;
    display:flex;
    position: relative;
}
.footer_d2_d2::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -98px;
	background-color: rgba(255, 255, 255, 0.5);
	height: 80%;
	width: 1px;
}
.footer_d2_d2 div{
    color: #ababab;
    line-height: 2;
    text-align: justify;
    font-size: 16px;
}
.footer_d3{
    padding: 20px 0px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.footer_d3 span{
    color: #ababab;
    font-size: 16px;
}
/*  start2 */
/* 单页开始 */
.ny_banner{text-align:center}
.ny_banner img{width:100%;display:block;}
.ny_content{
    /* padding: 80px 0; */
}
.ny_content .news_list{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.flex_c{
    display: flex;
    justify-content:center;
    flex-wrap:wrap;
}
.ny_left{
    width: 18%;
}
.ny_left .ny_left_nav{
    background-color: #f3f3f3;
}
.ny_left .ny_left_nav .yijinaaz{ 
   /* border-bottom: 1px solid #cdcdbb; */
}
.ny_left .ny_left_nav .erjinav{
padding-left: 30px;
}
.nyleftt{
    text-align: center;
    font-size: 24px;
    background-color: #222222;
    color: #fff;
    line-height: 60px;
}
.ny_left .ny_left_nav a{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    line-height: 55px;
    padding-left: 10px;
}
.ny_left .ny_left_nav a.on{
    color: #f9c600;
    background-color: #efefef;
    border-left: 3px solid;
}
.ny_left .ny_left_nav a:hover{ 
    color: #f9c600;
    background-color: #efefef;
    border-left: 3px solid;
}
.ny_left_hot{margin-top:20px;background-color: #fbfbfb;}
.nlg_li{
    margin-top: 10px;
}
.nlg_li:hover img{transform:scale(1.1);}
.nlg_li a{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.nlg_li a div:first-child{
    width: 100px;
    height: 65px;
    overflow: hidden;
}
.nlg_li a div:first-child img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .36s ease;
}
.nlg_li a div:last-child{
    width: calc( 100% - 100px );
    padding: 5px;
    box-sizing: border-box;
}
.nlg_li a div:last-child h3{
    color: #2f2f2f;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 7px;
}
.nlg_li a div:last-child p{
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ny_left_cont{
    margin-top: 20px;
    background-color: #f3f3f3;
    padding-bottom: 12px;
}
.ny_left_cont p{
    padding: 2px 10px;
    line-height: 2;
    font-size: 16px;
}
.ny_right{
    width: 80%;
}
.ny_right p{
    text-align: justify;
    line-height: 2;
    font-size: 18px;
}
.ny_right img{max-width: 100% !important;}
.ny_about_d2{
    margin-top: 20px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.ny_about_d2_li{
    width: 48%;
}
.ny_about_d2_li_top{
    background-color: #f3f3f3;
    padding: 30px;
    height: 150px;
}
.ny_about_d2_li_top h2{
    color: #2f2f2f;
    font-size: 30px;
    font-weight: bold;
}
.ny_about_d2_li_top div{
    margin-top: 20px;
    font-size: 18px;
}
.ny_about_d2_li>img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
/* 面包屑导航 */
.crumb-box{
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
}
.crumb-box .crumb-list a{
    display: block;
    color: #333;
    font-size: 22px;
    margin-right: 100px;
    position: relative;
}
.crumb-box .crumb-list a:last-child{
    margin-right: 0;
}
.crumb-box .crumb-list a::after{
    width: 3px;
    height: 25px;
    background-color: #cccccc;
    content: "";
    position: absolute;
    top: 33px;
    right: -50px;
}
.crumb-box .crumb-list a:last-child::after{
    display: none;
}
.crumb-box .crumb-list a:hover,
.crumb-box .crumb-list a.active{
    color:#ffc000;
}
.news_list{
    width: 100%;
}
.news_li{
    margin-top: 10px;
    margin-bottom: 35px;transition: all .36s ease;
}
.news_li a{
    display: block;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.news_li_left{
    width: 200px;
    height: 140px;
    overflow: hidden;
}
.news_li_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .36s ease;
}
.news_li_right{
    width: calc( 100% - 200px );
    padding: 0px 20px;
    box-sizing: border-box;
    background-color: #efefef59;
}
.news_li_right h2{
    font-size: 24px;
    color: #000000;
    transition: all .36s ease;
    margin-top: 10px;
}
.news_li_right p{
    margin-top: 5px;
}
.news_li_right div{
    margin-top: 5px;
}
.news_li:hover h2{
    color: #fdc500;
}
.news_li:hover img{
    transform: scale(1.1);
}
.news_li:hover{
    box-shadow: 4px 4px 6px #fec2003b;
}
.detail{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.detail_r{
    width: 70%;
    background: #fff;
    padding: 8% 6%;
    box-sizing: border-box;
}
.detail_l{
    width: 28%;
}
.detail_l .arr_box{
    background: #fff;
    padding: 8%;
    margin-bottom: 14px;
    color: #666;
    display: block;
}
.detail_l .arr_box .arr_title{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.detail_l .arr_news_title {
    font-size: 16px;
    font-weight: normal;
}
.detail_l .arr_time {
    font-size: 14px;
    padding-top: 6px;
    display: block;
}
.detail-box{
    background: #f6f7f9;
    padding: 60px 0px 130px;
}
.detail_l .black_list {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #10603e;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
}
.share_box {
    background: #fff;
    padding: 8%;
}
.share_title{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.fix{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* 新闻列表重做 */
.news_list02{margin-top:40px;}
.news_list02 .rect-5922{}
.news_list02 .rect-5922 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-list{
    /* display: flex;
    justify-content: space-between;
    align-items: flex-start; */
}
*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.news_list02 ul{position:relative;}
.news_list02 ul:after{content:''; background:#eeeeee; position:absolute; top:0; left:11%; height:100%; width:1px; z-index:-1}
.news_list02 ul .item{height:288px; margin-bottom:15px; transition:all .5s ease; -webkit-transition:all .5s ease;}
.news_list02 ul .item_l{width:17.5%; float:left; position:relative; height:100%;}
.news_list02 ul .item_l:after{content:''; position:absolute; top:0; right:90px; width:0; height:275px; background:url(../images/news_list02_2.jpg) no-repeat center; transition:all .5s ease; -webkit-transition:all .5s ease;}
.news_list02 ul .item_r{

    width: 80.5%;
    float: left;
    /* height: 100%; */
    background: #f7f7f7;
    position: relative;
    padding: 50px 0;
}
.news_list02 ul .item_r:after{content:''; position:absolute; top:0; right:0; background:#f7f7f7; height:100%; width:0; transition:all .5s ease; -webkit-transition:all .5s ease;}
.news_list02 ul .item_l .time{width:65%; float:left; line-height:1; text-align:center; position:absolute; height:64px; top:50%; margin-top:-32px; color:#3e9fa8; z-index:5; font-size:14px}
.news_list02 ul .item_l .time .d{font-size:80px; line-height:80px; font-weight:bold; color:#242d38;transition:all .5s ease;}
.news_list02 ul .item_l .time .t{font-size:24px;color:#242d38;transition:all .5s ease;}
.news_list02 ul .item_l .time:after{content:''; background:#eeeeee; position:absolute; width:55px; height:1px; top:50%; right:-51px; transition:all .5s ease; -webkit-transition:all .5s ease;}
.news_list02 ul .item_r .box{padding:0 30px;}
.news_list02 ul .item_r .intro_box .tit{font-size:26px; font-weight:lighter; color:#333f48; line-height:26px; margin-bottom:20px;}
.news_list02 ul .item_r .intro_box .tit a{display:block;color: #333;font-size: 22px;}
.news_list02 ul .item_r .intro_box .list_tool{margin-bottom:10px; color:#c9c9c9; font-size:14px;}
.news_list02 ul .item_r .intro_box .list_tool .share_more{margin-left:10px; vertical-align:middle;}
.news_list02 ul .item_r .intro_box .list_tool .time{margin-left:10px;}
.news_list02 ul .item_r .intro_box .con{font-size:16px; color:#676767; height:48px; line-height:24px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.news_list02 ul .item_r .intro_box{width:75%; float:left;}
.news_list02 ul .item_r .intro_box .con a{
    color: #666;
}
.news_list02 ul .item_r .intro_box .tit a:hover{
    color: #ffc000;
}
.news_list02 ul .item_r .img_box{float:right; width:24%;}
.news_list02 ul .item.hover{background:#f7f7f7; transition:all .5s ease; -webkit-transition:all .5s ease}
.news_list02 ul .item.hover .item_l .time{color:#fff;}
.news_list02 ul .item.hover .item_l .time:before{content:''; position:absolute; border-top:15px solid transparent; border-bottom:15px solid transparent; border-left:15px solid #cf0b19; right:-11px; top:50%; margin-top:-15px; z-index:3;}
.news_list02 ul .item.hover .item_l .time:after{background:#cf0b19;}
.news_list02 ul .item.hover .tit{color:#cf0b19;}
.news_list02 ul .item.hover .item_l:after{width:404px}
.news_list02 ul .item.hover .item_r:after{width:330px;right:-330px;}
.news_list02 ul .item:last-child{margin-bottom:0;}
.news_list02 ul .item.hover .item_l .time .d{color:#fff;}
.news_list02 ul .item.hover .item_l .time .t{color:#fff;}
.news_list02 ul .no_img .item_r .intro_box{width:100%;}
.news_list02 ul .no_img .item_r .img_box{display:none}
.pro_detail06 .content .item .intro .box .c .num{font-size:18px;}









.news_title{
    font-size: 28px;
}
.news_des{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    font-size: 16px;
}
.news_cont{
    padding: 15px 0px;
}
.news_cont p{
    text-align: justify;
    font-size: 18px;
    line-height: 2;
}
.list_fy{
    margin-top: 15px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.list_fy a{
    color: black;
}
/*  start3 */

.lx_content{
    padding-bottom: 50px;
}
.biaot{
    font-size: 30px;
    padding-left: 20px;
    line-height: 1.1;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: 'myFont_M';
    border-left: 3px solid #ffc000;
}
.lx_d1{}
.lx_d1 .nr-con{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.lx_d1 .nr-con li{
    width: 22%;
    box-shadow: 0 0 8px #e0e0e0;
    height: 310px;
    padding: 30px 22px;
    box-sizing: border-box;
    position: relative;
}
.lx_d1 .nr-con li p:nth-child(1){
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 2px #ffc000 solid;
    margin: auto;
    position: relative;
}
.lx_d1 .nr-con li p:nth-child(1) img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.lx_d1 .nr-con li p:nth-child(2){
    font-size: 22px;
    margin: 15px 0;
    text-align: center;
}
.lx_d1 .nr-con li p:nth-child(3){
    line-height: 1.8;
    text-align: center;
    font-size: 16px;
}
.lx_d1 .nr-con li p i{
    font-size: 40px;
    line-height: 78px;
    text-align: center;
    display: block;
    color: #ffc000;
}
.lx_d1 .nr-con li:last-child p:nth-child(1) img{width:100%}
.lx_d2{}


.pro_list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}
.pro_li{
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    margin-bottom: 2%;
    position: relative;
}

.pro_li a{}
.pro_li a h2{
    font-size: 22px;
    line-height: 45px;
    color: #000;
    text-align: center;
}
.pro_li a .pro_li_d1{
    width: 100%;
    overflow: hidden;
}
.pro_li a .pro_li_d1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
}
.pro_li a .pro_li_d2{
    padding: 0px 20px 20px;
    font-size: 18px;
    text-align: center;
    color: #333;
}
.pro_li a .pro_li_d2 div{
    border: 1px solid #c1c5c7;
    font-size: 14px;
    padding: 5px 40px;
}
.pro_li:hover img{transform:scale(1.2);}
.pro_li:hover{box-shadow: 0 0 15px rgba(0,0,0,.2);}
.pro_li:after {
    content: '';
    width: 0%;
    height: 3px;
    background: #f9c600;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.pro_li:hover:hover:after {
    width: 100%;
}

.pro_xq{
    width: 100%;
}
.pro_xq_top{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.pro_xq_top .pro_xq_top_l{
    width: 430px;
} 
.pro_xq_bot_li p{
    font-size: 18px;
    line-height: 2;
    text-align: justify;
}
.pro_xq_bot_li iframe{
    width: 700px;
    height: 480px;
    margin: 0 auto;
}
.pro_xq_top_r{
       width: calc( 100% - 460px );
}
.pro_xq_top_r h3{
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
.pro_xq_top_r p{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    opacity: 0.8;
    padding: 10px 0px;
    border-top: 1px solid #dadada;
    margin-top: 10px;
}
.pro_xq_top_r div{
    line-height: 2rem;
    font-size: 18px;
    border-bottom: 1px solid #e1e1e1;
}
.pro_xq_top_r a{
    border: 1px solid #ababab;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 3px;
    color: #676767;
    transition: all .36s ease;
}
.pro_xq_top_r a:hover{background-color:#f9c600;border-color: #f9c600; color:white}
.pro_xq_bot{
    margin-top: 15px;
}
.pro_xq_bot img{max-width:100% !important}

.pro_xq_bot table{
    border-right:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    border-spacing: 0;    
    max-width: 100%;
}
.pro_xq_bot table td{
    padding: 5px 20px;
    border-left:1px solid #eaeaea !important;
    border-top:1px solid #eaeaea !important
}
.pro_xq_bot table{
    word-break: break-all;
    overflow: auto;
    width: 100%;
}
.pro_xq_bot table tr{
    cursor: pointer;
    line-height: 2rem;
    color: #333;
    font-size: 16px;
}
.pro_xq_bot table tr:nth-child(2n+2){
    background: #f7f7f7;
}
/* .pro_xq_bot table tr:hover{
    background-color: #333;
    color: white;
} */
.proxqtypebtn{    
    margin-top: 30px;
    background-color: #f7f7f7;
}
.proxqtypebtn a{
    transition: all .36s ease;
    color: #2f2f2f;
    font-size: 20px;
    padding: 15px 70px;
    display: inline-block;
}
.proxqtypebtn a.proxqtypebtn-on{background-color: #fbca01;
    color: white;}
.proxqtypebtn a:hover{background-color: #fbca01;
    color: white;}

/* 产品详情的产品轮播 */
.spec-on{border: 2px solid #FF6600 !important;padding: 1px !important;}
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:100%;height:400px;border:1px solid #DFDFDF;}
.spec-preview img{}
.spec-scroll{clear:both;margin-top:5px;width:100%;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;text-align:center;width:20px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:88%;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:60px;margin-right: 12px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:100%;height:50px;object-fit: cover;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}

/*#showbox img{max-height: 400px;max-width: 400px;}*/
.list_page{width:100%}
.in_news+.list_page{border-top:none;}
.list_page {text-align: center;padding: 20px 0;}
.list_page a, .list_page span {padding:6px 12px;display: inline-block;font-size: 14px;margin: 0 4px ; border-radius: 2px;}
.list_page a {background:#f5f3ed;color: #000000;}
.list_page span, .list_page a:hover{background: #000000;color:#fff;}

.title1 {
    text-align: center;
    margin: 0 0 50px 0;
    display: block;
    overflow: hidden;
}
.title1 h3 {
    font-size: 35px;
    color: #333333;
    font-weight: bold;
}
.title1 h4 {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
    padding-top: 5px;
}
.type-pro{
    margin-bottom: 50px;
}
.type-pro ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.type-pro ul li{
    line-height: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 20px;
    margin: 0 10px;
    cursor: pointer;
}
.type-pro ul li a{
    color: #333;
}
.type-pro ul li:hover{
    background-color: #ffc000;
}
.type-pro ul li:hover a{
    color: #fff;
}
.pro_display_t1{
    margin-bottom: 50px;
    background: url(../images/icon26.png) 0 13px no-repeat;
    padding-left: 25px;
    margin-top: 35px;
    font-size: 30px;
    color: #444444;
}
.hover-img:hover  p img{
    width: 170px !important;
    position: absolute;
    left: 50%;
    margin-left: -85px !important;
    top: 37%;
    margin-top: -85px !important;
}