/* Write your styles */
ul,li,dl,dt,dd,h1,h2,h3,p,em{ font-style:normal; list-style:none; margin:0; padding:0;}
a{text-decoration: none;transition: all .1s linear; color:#444;}
a:hover{color:#1c9e44;}
img,video{ max-width:100%;}
body {
    font-family: "Noto Sans SC","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}
.am-container{max-width: 1430px;}
.am-alert-danger{ width:100%; position:fixed; left:0; top:0; margin:0;}

.arccontent .selectTdClass{background-color:#edf5fa !important}
.arccontent table.noBorderTable td,.arccontent table.noBorderTable th,.arccontent table.noBorderTable caption{border:1px dashed #ddd !important}
.arccontent table{margin-bottom:10px;border-collapse:collapse;display:table; width:100% !important;}
.arccontent td,.arccontent th{padding: 5px 10px !important;border: 1px solid #DDD;line-height:1.4;}
.arccontent caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.arccontent th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.arccontent table tr.firstRow th{border-top-width:2px;}
.arccontent .ue-table-interlace-color-single{ background-color: #fcfcfc; } 
.arccontent .ue-table-interlace-color-double{ background-color: #f7faff; }

/* 全局 css 变量 */
:root{
	--themeColor: #1c9e44;
}

/* 全局样式 */
.tt-container{
	min-width: 1300px;
}
.all-padd{
	padding: 90px 0;
}

.themeColor{
	color: var(--themeColor);
}
.colorWhite{
	color: #fff!important;
}
.all-title-box{}
.all-title-box .line{
	width: 60px;height: 7px;background: var(--themeColor);transition: all 1s ease;
}

.all-title-box .title{
	font-size: 30px;font-weight: bold;color: #333;line-height: 1;
}
.all-title-box .entitle{
	font-family: "Bahnschrift"; font-size: 72px;font-weight: bold;color: #afafaf;
	line-height: 1;margin-top:15px;margin-bottom: 20px;
}

.c5{
	transition: all .5s;
}
.c1{
	transition: all 1s;
}
.position-re{
	position: relative!important;
}
.line-clamp-1,.line-clamp-2,.line-clamp-3,.line-clamp-4,.line-clamp-5{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.line-clamp-1{-webkit-line-clamp: 1;}
.line-clamp-2{-webkit-line-clamp: 2;}
.line-clamp-3{-webkit-line-clamp: 3;}
.line-clamp-4{-webkit-line-clamp: 4;}
.line-clamp-5{-webkit-line-clamp: 5;}


/* 头部 */
header{}
.header{
	position: fixed;width: 100%;top: 0;left: 0;z-index: 100;transition: all .5s;
}
.header .switch-language{
	display: flex;justify-content: flex-end;
}
.header .switch-language .item{
	display: flex;align-items: center;line-height: 30px;font-size: 14px;color: #333;
}
.header .switch-language .en{padding-right: 15px;position: relative;}
.header .switch-language .en::after{
	content: ""; width: 1px;height: 14px;background: #333;position: absolute;top: 50%;right: 0;
	transform: translateY(-50%);
}
.header .switch-language .cn{padding-left: 16px;}
.header .switch-language .item img{}
.header .switch-language .item span{
	padding-left: 5px;
}
.header .main{
	display: flex;justify-content: space-between;align-items: center;
}
.header .main .top-logo{
	display: block;flex: 1;
}
.header .main .top-logo img{}
.header .main .top-menu{}
.header .main .top-menu ul{
	display: flex;
}
.header .main .top-menu ul li{
	position: relative;
}
.header .main .top-menu ul li .a{
	font-size: 18px;color: #333;display: block;	line-height: 100px;padding: 0 30px;
	white-space: nowrap;
}
.header .main .top-menu ul li .a:hover{color: var(--themeColor);}
.header .main .top-menu ul .on .a{color: var(--themeColor);}
.header .main .top-search{
	padding-left: 30px;display: flex;
}
.header .main .top-search .img-box{}
.header .main .top-search .img-box img{}

.subnav{
	position: absolute;width: 100%;background-color: #FFF;margin: 0;box-shadow: 0 2px 38px rgb(0 0 0 / 15%);height: auto;z-index: 199;top: 68px;left: 0;opacity: 0;visibility: hidden;transition: all .36s ease;border-left: 1px solid #f5f5f5;border-right: 1px solid #f5f5f5;border-radius: 5px;
}
.header .main .top-menu ul li:hover .subnav {
    opacity: 1;visibility: visible;top: 90px;
}
.subnav::before{
	content: "";display: block;position: absolute;left: 50%;top: -8px;margin-left: -5px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 8px solid #fff;
}

.subnav .item{border-bottom: 1px solid #f5f5f5;}
.subnav .item:first-child{border-radius: 5px 5px 0 0;}
.subnav .item a{
	font-weight: 400;color: #666;padding: 8px 5px;line-height: 22px;text-align: center;display: block;transition: all .2s ease-in-out;font-size: 14px;
}
.subnav .item a:hover{color: var(--themeColor);}

/* sm menu */
.sm-menubg{width: 100%;height: 100%;background-color: #333333;opacity: .5;position: fixed;top: 0;left: 0;z-index: 1000;display: none;}
.sm-menu{width: 70%;height: 100%;background-color: #FFFFFF;position: fixed;top: 0;left: -70%;z-index: 1001;transition: all .5s;overflow-y: auto;overflow-x: hidden;box-shadow: 1px 1px 1px #9f9f9f80;}
.sm-menu nav{}
.sm-menu nav ul{overflow: hidden;padding-bottom: 70px;}
.sm-menu nav ul li{border-bottom: 1px solid #EEEEEE;position: relative;background-color: #FFFFFF;}
.sm-menu nav ul li:first-child{border-top: 1px solid #EEEEEE;}
.sm-menu nav ul li a{display: flex;margin: 0 40px;padding: 15px 0;font-size: 16px;align-items: center;}
.sm-menu nav ul li a img{margin-right: 5px;display: none;}
.sm-menu nav ul .on a img{display: block;}
.sm-menu nav ul li .down{position: absolute;top: 0;right: 0;width: 40px;height: 100%;padding-top: 13px;text-align: center;cursor: pointer;}
.sm-menu nav ul li .down i{transition: all .3s;transform: rotate(-90deg);}
.sm-menu nav ul li .rotate i{transition: all .3s;transform: rotate(0deg);}
.sm-menu nav ul .on a{color: var(--themeColor);}
.sm-menu nav ul li .sub{position: relative;display: none;transition: all .5s;}
.height-o{height: 0;}
.height-auto{height: auto;}
.sm-menu nav ul li .sub a{font-size: 14px;margin: 0;padding: 10px 0 10px 55px;}
.sm-menu nav ul .on .sub a{color: #666666;}
.sm-menu nav ul .on .sub a:hover{color: var(--themeColor);}
.top-search{padding-left: 30px;position: relative;}
.search-icon{position: relative;}
.search-icon:hover .search-formbox{top: 120px;opacity: 1;visibility: visible;}
.search-formbox{/* width: 240px; */height: 42px;position: absolute;top: 150px;right: -30px;opacity: 0;visibility: hidden;background-color: #FFFFFF;transition: all 1s ease; -moz-transition: all 1s ease; -webkit-transition: all .8s ease; -o-transition: all 1s ease;}
.search-formbox form{border: 1px solid #ddd; /* width: 240px; */ overflow: hidden;display: flex;}
.search-formbox button{line-height: initial;}
.search-formbox form input{border: none; color: #333; line-height: 30px; padding: 0 0px 0 10px; width: 170px; height: 40px;outline: 0;}
.search-formbox form button{width: 40px; height: 40px;background: transparent; padding: 0; border: none; margin: 0 auto;}
.sm-menubar{cursor: pointer;display: none;}
.bar-line{width: 26px;height: 2px;background-color: #76838f;margin: 6px;}
.bar-line-top{transition: all .5s;}
.bar-line-center{opacity: 1;}
.bar-line-bottom{transition: all .5s;}
.on .bar-line-top{
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}
.on .bar-line-center{
	opacity: 0;
}
.on .bar-line-bottom{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}


/* 搜索 */
.search-form{
	width: 100%;height: 130px;position: fixed;background-color: #00a55c;top: 0;left: 0;z-index: 1002;display: flex;align-items: center;opacity: 0;visibility: hidden;transition: all .5s;
}
.search-form form{
	width: 75%;max-width: 830px;margin: 0 auto;
}
.form-group{
	position: relative;
}
.search-form form input{
	width: 100%;height: 38px;color: #fff;padding: 0;background-color: transparent;border: none;border-bottom: 1px solid rgba(255,255,255,0.6);outline: none;
}
.search-form form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color : #fff;
}

.search-form form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color : #fff;
}
.search-form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color : #fff;

}
.search-form form input::-ms-input-placeholder { /* Microsoft Edge */
   color : #fff;
}

.search-form form button{
	border: none;background-color: initial;position: absolute;font-size: 18px;right: 0;color: #fff;top: 50%;transform: translateY(-50%);
}
input, textarea {
    border: none;outline: none;padding: 0;
}
.serach-close{
	position: absolute;right: 15px;color: #FFFFFF;font-size: 24px;top: 50%;transform: translateY(-50%);cursor: pointer;
}


@media screen and (max-width:1024px) {
	header {min-height: 70px!important;}
	.header .main {
		min-height: 50px;
	}
	.header .main .top-menu{display: none;}
	.header .main .top-logo .title {
	    font-size: 16px;margin-left: 10px;
	}
	.header .main .top-logo .img-box img {max-width: 55px;}
	.sm-menubar {
	    display: block;
	}
	.search-form.search-form{height: 90px;}
}


/* banner */
.banner{}
.banner-box{
	position: relative;
}
.banner-box .bimg{width: 100%;}
.banner-box .banner-content{
	width: 100%;height: 100%;display: flex;align-items: center;position: absolute;
	top: 0;left: 50%;transform: translateX(-50%);
}
.banner-box .banner-content .main{}
.banner-box .banner-content .main h1{
	font-size: 48px;color: var(--themeColor);font-weight: lighter;
}
.banner-box .banner-content .main h2{
	font-size: 60px;color: var(--themeColor);font-weight: bold;
}
.banner-box .banner-content .main .btn{
	display: block;	width: 164px;height: 60px;background: #e68620;display: flex;justify-content: center;
	align-items: center;font-size: 18px;font-weight: normal;color: #fff;line-height: 1;margin-top:50px;
}
.banner-box .banner-content .main .btn:hover{
	background: #d37b1d;
}


.banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px;left: 0;width: 100%;
}
.banner-swiper .swiper-pagination-bullet {
    width: 48px;height: 6px;display: inline-block;border-radius: 3px;background: #fff;opacity: 1;
	cursor: pointer;
}
.banner-swiper .swiper-pagination-bullet-active {
    opacity: 1;background: var(--themeColor);
}
.banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

/* qy */
.qy{}
.qy-main{
	display: flex;
}
.qy-main .item{
	width: 33.33333%;position: relative;
}
.qy-main .item .img-box{
	overflow: hidden;
}
.qy-main .item .img-box img{
	width: 100%;transition: all .7s;
}
.qy-main .item .cont-box{
	position: absolute;width: 100%;height: auto;left: 0;bottom: 0;padding: 0 40px 35px 40px;
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3));/* 默认渐变位置从上往下 */
}
.qy-main .item .cont-box .date{
	display: flex;align-items: center;
}
.qy-main .item .cont-box .date i{
	width: 9px;height: 9px;background: #e68620;margin-right: 12px;
}
.qy-main .item .cont-box .date p{
	font-family: "Bahnschrift"; font-size: 16px;font-weight: lighter;color: #fff;
}
.qy-main .item .cont-box .title{
	font-size: 28px;font-weight: normal;color: #fff;
}
.qy-main .item:hover .img-box img{
	transform: scale(1.1);
} 

/* why */
.why{
	background-image: url(../images/why-bg.jpg);background-repeat: no-repeat;
	background-size: cover;
}
.why-main{
	display: flex;margin: 0 -2px;margin-top: 75px;
}
.why-main .item-box{
	padding: 2px;width: 25%;
}
.why-main .item{
	padding: 30px;background: var(--themeColor);height: 480px;position: relative;overflow: hidden;
	transition: all .5s;position: relative;top: 0;cursor: pointer;
}
.why-main .item:hover{
	top: -10px;
}
.why-main .item .title{
	font-size: 42px;color: #fff;font-weight: initial;
}
.why-main .item .note{
	margin-top: 110px;
	font-size: 16px;color: #fff;line-height: 30px;
}
.why-main .item .entitle{
	width: 100%;height: auto;font-family: "Bahnschrift";font-size: 60px;font-weight: bold;line-height: 1;
	color: #fff;text-align: center;position: absolute;bottom: -20px;left: 0;opacity: 0.08;
}


/* 最新案例 */
.case{
	background: #f5f5f5;
}
.case-swiper{
	margin-top: 70px;position: relative;
}
.case-swiper .swiper-slide{
	width: calc(56.25%);margin: 0 25px;
}
.case-swiper .swiper-slide a{
	width: 100%;position: relative;display: block;
}
.case-swiper .swiper-slide a::after{
	content: ""; width: 100%;height: 100%;background: #000;opacity: .53;
	position: absolute;top: 0;left: 0;z-index: 1;transition: all .5s;
}
.case-swiper .swiper-slide-active a::after{
	opacity: 0;
}
.case-swiper .swiper-slide a .img-box{
	overflow: hidden;
}
.case-swiper .swiper-slide a .img-box img{	
	width: 100%;transition: all 1s;
}
.case-swiper .swiper-slide a .cont-box{
	width: 100%;height: auto;padding: 40px 30px;position: absolute;left: 0;bottom: 0;
	display: flex;align-items: center;
}
.case-swiper .swiper-slide a .cont-box .line{
	padding-left: 15px;border-left: 6px solid #e68620;line-height: 1;
}
.case-swiper .swiper-slide a .cont-box .title{
	font-size: 42px;color: #fff;margin-bottom: 25px;font-weight: initial;
}
.case-swiper .swiper-slide a .cont-box .date{
	display: flex;align-items: center;
}
.case-swiper .swiper-slide a .cont-box .date img{
	margin-right: 10px;
}
.case-swiper .swiper-slide a .cont-box .date span{
	font-family: "Bahnschrift"; font-size: 24px;color: #fff;
}
.case-swiper .swiper-slide a:hover .img-box img{
	transform: scale(1.1);
}
.case-btn{
	width: 72px;height: 72px;border-radius: 100%;background: var(--themeColor);display: flex;justify-content: center;
	align-items: center;overflow: hidden;cursor: pointer;
}
.case-btn img{width: 100%;}
.case-prev{
	position: absolute;top: 50%;left: 15%;transform: translateY(-50%);z-index: 99;
}
.case-next{
	position: absolute;top: 50%;right: 15%;transform: translateY(-50%);z-index: 99;
}

@media screen and (max-width:1024px) {
	.case-btn{width: 32px;height: 32px;}
	.case-prev{left: 5%;}
	.case-next{right: 5%;}
}

/* 解决方案 */
.solu{}
.solu-main{}
.solu-main .item{
	display: flex;justify-content: space-between;margin: 0 -4px;
}
.solu-main .item .left{
	margin: 4px;width: 33.333333%;
}
.solu-main .item .left .more{
	display: flex;justify-content: center;align-items: center;background: var(--themeColor);
	width: 100%;height: 100%;
}
.solu-main .item .left .more span{
	font-size: 30px;color: #fff;padding-right: 22px;transition: all .5s linear;
}
.solu-main .item .left .more:hover span{
	padding-right: 40px;
}
.solu-main .item .img-box{
	overflow: hidden;position: relative;margin: 4px;
}
.solu-main .item .img-box .solu-img{
	width: 100%;transition: all 1s;
}
.solu-main .item .img-box .cont-box{
	width: 100%;height: auto;padding: 45px 40px;position: absolute;left: 0;bottom: 0;
}
.solu-main .item .img-box .cont-box .solu-title{
	font-size: 36px;color: #fff;font-weight: initial;
}
.solu-main .item .img-box .cont-box .btn{
	width: 172px;height: 54px;height: 54px;border: 1px solid #fff;display: flex;
	justify-content: center;align-items: center;margin-top: 30px;
}
.solu-main .item .img-box .cont-box .btn span{
	margin-right: 10px;font-size: 16px;color: #fff;transition: all .5s linear;
}
.solu-main .item .img-box:hover .solu-img{
	transform: scale(1.1);
}
.solu-main .item .img-box .cont-box .btn:hover span{
	margin-right: 30px;
}

/* 产品中心 */
.inline-title{
	display: flex;justify-content: space-between;align-items: center;
}
.inline-title .more{
	display: flex;align-items: center;font-size: 16px;color: #333;
}
.inline-title .more span{
	padding-right: 15px;
}
.inline-title .more img{}
.inline-title .more:hover{
	color: var(--themeColor);
}
.pro{
	padding: 0 0 70px;
}
.pro-main{}
.pro-main .pro-cla{
	padding: 40px 0;
}
.pro-main .pro-cla ul{
	display: flex;border-top: 1px solid #adadad;border-bottom: 1px solid #adadad;justify-content: space-between;
}
.pro-main .pro-cla ul li{}
.pro-main .pro-cla ul li a{
	display: block;padding: 20px;font-size: 16px;color: #333;line-height: 1;
}
.pro-main .pro-cla ul .on a{color: var(--themeColor);}
.pro-main .pro-cla ul li a:hover{color: var(--themeColor);}
.pro-main .pro-list{
	margin: 0 -5px;display: flex;flex-wrap: wrap;
}
.pro-main .pro-list .first{
	width: 100%!important;
}
.pro-main .pro-list .item{
	position: relative;padding: 5px;width: 33.33333%;
}
.pro-main .pro-list .item .img-box{
	overflow: hidden;
}
.pro-main .pro-list .item .img-box img{
	width: 100%;transition: all 1s;
}
.pro-main .pro-list .item .title-box{
	font-size: 24px;color: #fff;background: var(--themeColor);position: absolute;
	left: 30px;bottom: 45px;line-height: 1;
}
.pro-main .pro-list .item .title-box::before,.pro-main .pro-list .item .title-box::after{
	content: '';position: absolute;right: 0;top: 0;background: var(--themeColor);transition: all 0.3s ease;
}
.pro-main .pro-list .item .title-box:hover{
	background: transparent;color: var(--themeColor);
}

.pro-main .pro-list .item .title-box::before{
	height: 0%;width: 2px;
}
.pro-main .pro-list .item .title-box::after{
	 width: 0%;height: 2px;
}

.pro-main .pro-list .item .title-box:hover::before{height: 100%;}
.pro-main .pro-list .item .title-box:hover::after{width: 100%;}

.pro-main .pro-list .item .title-box span{
	display: block;width: 100%;padding: 20px 26px;height: 100%;position: relative;
}
.pro-main .pro-list .item .title-box span::before,.pro-main .pro-list .item .title-box span::after{
	content: '';position: absolute;left: 0;bottom: 0;background: var(--themeColor);transition: all 0.3s ease;
}

.pro-main .pro-list .item .title-box span::before{
	width: 2px;height: 0%;
}
.pro-main .pro-list .item .title-box span::after{
	width: 0%;height: 2px;
}
.pro-main .pro-list .item .title-box:hover span::before{
	height: 100%;
}
.pro-main .pro-list .item .title-box:hover span::after{
	width: 100%;
}
.pro-main .pro-list .item:hover .img-box img{
	transform: scale(1.1);
}

/* 关于我们 */
.ab{
	background-image: url(../images/ab-bg.jpg);background-repeat: no-repeat;background-size: cover;
}
.ab-note{
	margin: 70px 0 40px;font-size: 16px;color: #fefefe;line-height: 24px;width: 100%;max-width: 700px;
}
.ab-ys{
	display: flex;margin-bottom: 70px;
}
.ab-ys .item{
	display: flex;flex-direction: column;align-items: center;padding: 35px 60px;background: #fff;
	cursor: pointer;
}
.ab-ys .item img{
	height: 60px;position: relative;top: 0;transition: all .3s linear;
}
.ab-ys .item:hover img{
	top: -10px;transform: scale(1.02);
}
.ab-ys .item p{
	line-height: 1;font-size: 18px;color: #333;margin-top: 20px;justify-content: space-between;
}
.ab-ys .item:hover p{
	color: var(--themeColor);
}
.ab-ys .more{
	display: flex;width: 250px;background: var(--themeColor);justify-content: center;align-items: center;
}
.ab-ys .more span{
	margin-right: 24px;line-height: 1;transition: all .3s linear;font-size: 18px;color: #fff;
}
.ab-ys .more:hover span{
	margin-right: 40px;
}

/* 新闻中心 */
.news{}
.news-main{
	display: flex;flex-wrap: wrap;margin: 0 -25px;padding: 30px 0;
}
.news-main .list-item{
	width: 33.33333%;padding: 0 25px;
}
.news-main .list-item .title-box{
	display: flex;justify-content: space-between;align-items: center;padding: 20px 0;
}
.news-main .list-item .title-box .list-title{
	font-size: 24px;font-weight: bold;color: #333;
}
.news-main .list-item .title-box .more{
	font-size: 16px;color: #333;
}
.news-main .list-item .title-box .more:hover{
	color: var(--themeColor);
}
.news-main .list-item ul{}
.news-main .list-item ul li{
	border-bottom: 1px solid #eaeaea;
}
.news-main .list-item ul li a{
	display: block;
}
.news-main .list-item ul li a .img-box{
	overflow: hidden;
}
.news-main .list-item ul li a .img-box img{
	width: 100%;transition: all .5s;height: 100%;max-height: 195px;object-fit: cover;
}
.news-main .list-item ul li a:hover .img-box img{
	transform: scale(1.1);
}
.news-main .list-item ul li a .date-box{
	display: flex;align-items: center;padding: 20px 0;line-height: 1;
}
.news-main .list-item ul li a .date-box .news{
	width: 50px;height: 24px;border-radius: 12px;text-align: center;line-height: 22px;
	font-size: 14px;color: #fff;background: var(--themeColor);margin-right: 10px;
}
.news-main .list-item ul li a .date-box .date{
	font-size: 16px;color: #666;
}
.news-main .list-item ul li a .title{
	font-size: 20px;color: #222;font-weight: normal;line-height: 36px;margin-bottom: 20px;height: 3.6em;
}
.news-main .list-item ul li a:hover .title{color: var(--themeColor);}

.news-main .que{}
.news-main .que .que-main{
	padding: 25px 20px;background: #f5f5f5;
}
.news-main .que .que-main a{
	display: flex;align-items: flex-start;
}
.news-main .que .que-main a .icon{
	width:30px;height: 30px;font-size: 18px;color: #fff;display: flex;justify-content: center;align-items: center;
	border-radius: 100%;background: var(--themeColor);margin-right: 10px;flex-shrink: 0;
}
.news-main .que .que-main a .cont{}
.news-main .que .que-main a .cont .title{
	font-size: 18px;color: #333;
}
.news-main .que .que-main a .cont .note{
	font-size: 14px;color: #666;line-height: 24px;margin: 25px 0;height: 5.142857em;
}
.news-main .que .que-main a:hover .cont .title{
	color: var(--themeColor);
}

/* 底部 */
footer{
	background: #101112;
}
.foot{}
.foot-top{
	display: flex;align-items: center;padding: 50px 0 40px;border-bottom: 1px solid #333536;
}
.foot-top .foot-logo{
	display: block;position: relative;padding-right: 25px;margin-right: 25px;border-right: 1px solid #bcc6d2;
}
.foot-top .foot-logo img{}
.foot-top .slogan{
	font-size: 30px;font-weight: lighter;color: #fff;
}
.foot-top .link-box{
	flex: 1;display: flex;justify-content: flex-end;
}
.foot-top .link-box a{
	width: 37px;height: 37px;display: flex;background: #1d1e20;border-radius: 100%;justify-content: center;align-items: center;
	margin-left: 23px;color: #363739;
}
.foot-top .link-box a i{
	font-size: 22px;line-height: 1;margin-top: -4px;
}
.foot-top .link-box a:hover{color: var(--themeColor);}

.foot-main{
	padding: 80px 0;display: flex;justify-content: space-between;
}
.foot-main .foot-contact{
	width: 215px;
}
.foot-main .list-box{}
.foot-main .list-box .title{
	font-size: 20px;color: #fff;line-height: 1;margin-bottom: 30px;font-weight: bold;display: block;
}
.foot-main .foot-contact .title{
	font-family: "Bahnschrift";font-size: 30px;font-weight: initial;
}
.foot-main .list-box .item{
	font-size: 14px;color: #fff;font-weight: normal;margin-bottom: 15px;display: block;
}
.foot-main .foot-menu .item:hover{color: var(--themeColor);}

/* copyright */
.copyright{
	
}
.copyright .main{
	font-size: 14px;color: #fff;font-weight: normal;padding: 40px 0;display: flex;justify-content: center;align-items: center;
	border-top: 1px solid #333536;
}
.copyright .main .left{margin-right: 15px;}
.copyright .main .right{margin-left: 15px;}
.copyright .main a{color: #fff;}
.copyright .main a:hover{color: var(--themeColor);}

/* ny-banner */
.ny-banner{padding-top:130px;}
.ny-banner-main{
	position: relative;
}
.ny-banner-main .img-box{
	position: relative;overflow: hidden;
}
.ny-banner-main .img-box img{
	width: 100%;
}
.ny-banner-main .img-box::after{
	content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .1);position: absolute;top: 0;left: 0;z-index: 1;
}
.ny-banner-main .cont-box{
	position: absolute;height: 100%;width: 100%;top: 0;left: 50%;transform: translateX(-50%);
	display: flex;align-items: center;z-index: 2;
}

.ny-solu{}
.ny-solu-main{}
.ny-solu-main .item{
	display: flex;margin: 60px 0;
}
.ny-solu-main .item .cont-box{
	padding: 50px 60px 40px;background: #f4f4f4;flex: 1;
}
.ny-solu-main .item .cont-box .title{
	font-size: 36px;font-weight: bold;color: #333;line-height: 1;
}
.ny-solu-main .item:hover .cont-box .title{color: var(--themeColor);}
.ny-solu-main .item .cont-box .note{
	margin: 50px 0;font-size: 16px;color: #444444;font-weight: normal;line-height: 30px;
}
.ny-solu-main .item .cont-box .btn{
	display: flex;padding-top: 40px;align-items: center;font-size: 16px;color: #333;border-top: 1px solid #b1b1b1;
	position: relative;overflow: hidden;
}
.ny-solu-main .item .cont-box .btn:hover{color: var(--themeColor);}
.ny-solu-main .item .cont-box .btn::before{
	content: "";width: 0%;height: 1px;background: var(--themeColor);top: 0;left: 0;
	transition: all 1s;position: absolute;
}
.ny-solu-main .item:hover .cont-box .btn::before{
	width: 100%;
}
.ny-solu-main .item .cont-box .btn img{
	margin-left: 10px;transition: all 1s;
}
.ny-solu-main .item .cont-box .btn:hover img{
	margin-left: 20px;
}
.ny-solu-main .item .img-box{
	overflow: hidden;width: 39.571428%;max-width: 554px;
}
.ny-solu-main .item .img-box img{
	width: 100%;height: 100%;object-fit: cover;transition: all 1s;
}
.ny-solu-main .item:hover .img-box img{
	transform: scale(1.1);
}

/* 服务流程 */
.lc{
	padding: 60px 0;background: #f4f4f4;
}
.lc-title{
	font-size: 30px;font-weight: bold;color: #333;position: relative;line-height: 1;padding-bottom: 15px;
	margin-bottom: 40px;
}
.lc-title::after{
	content: "";width: 116px;height: 3px;background: var(--themeColor);position: absolute;bottom: 0;left: 0;
}
.lc-main{
	display: flex;
}
.lc-main .left{
	width: 50%;
}
.lc-main .left .list-box{
	display: flex;justify-content: space-between;padding: 50px 0;
}
.lc-main .left .item{
	cursor: pointer;
}
.lc-main .left .item img{
	position: relative;top: 0;transition: all .5s;
}
.lc-main .left .item:hover img{
	top: -10px;
}
.lc-main .left .item p{
	text-align: center;margin-top: 33px;font-size: 18px;color: #333;font-weight: normal;line-height: 1;
}
.lc-main .left .jt{
	margin: 0 10px;line-height: 112px;
}
.lc-main .left .jt img{}
.lc-main .right{
	flex: 1; position: relative;margin-left: 60px;
}
.lc-main .right img{
	position: absolute;bottom: 0;left: 0;max-width: 200%;
}


/* ny-nav */
.ny-nav{
	border-bottom: 1px solid #e2e2e2;
}
.ny-nav-main{
	padding: 22.5px 0;font-size: 16px;color: #666;font-weight: normal;
}
.ny-nav-main a{
	padding: 0 2px;color: #666;
}
.ny-nav-main a:hover{color: var(--themeColor);}

/* ny-pro */
.ny-pro{}
.ny-pro-cla{
	display: flex;padding: 20px 0;border-bottom: 1px solid #e0e0e0;
}
.ny-pro-cla .cla-title{
	font-size: 16px;font-weight: normal;color: #333;padding: 14px 0;flex-shrink: 0;margin: 2px 0;
}
.ny-pro-cla .list{
	display: flex;font-size: 16px;color: #333;font-weight: normal;flex-wrap: wrap;
}
.ny-pro-cla .list a{
	padding: 14px;margin: 2px 15px;
}
.ny-pro-cla .list a:hover{
	background: var(--themeColor);color: #fff;
}
.ny-pro-cla .list .on{
	background: var(--themeColor);color: #fff;
}

.ny-pro-list{
	display: flex;flex-wrap: wrap;margin: 0 -12.5px;padding: 35px 0;
}
.ny-pro-list .item{
	width: 33.3333333%;padding: 12.5px;
}
.ny-pro-list .item .img-box{
	overflow: hidden;
}
.ny-pro-list .item .img-box img{
	width: 100%;transition: all .7s;
}
.ny-pro-list .item:hover .img-box img{
	transform: scale(1.1);
}
.ny-pro-list .item .cont-box{
	padding: 0 30px;background: #f0f0f0;
}
.ny-pro-list .item .cont-box .title{
	padding: 30px 0;font-size: 24px;color: #333;font-weight: normal;line-height: 1;border-bottom: 1px solid #c8c8c8;
	position: relative;overflow: hidden;
}
.ny-pro-list .item .cont-box .title::after{
	content: "";width: 0%;height: 1px;background: var(--themeColor);position: absolute;
	left: 0;bottom: 0;transition: all .7s;
}
.ny-pro-list .item:hover .cont-box .title::after{
	width: 100%;
}
.ny-pro-list .item:hover .cont-box .title{
	color: var(--themeColor);
}
.ny-pro-list .item .cont-box .btn{
	padding: 35px 0;font-size: 14px;color: #696969;
}
.ny-pro-list .item .cont-box .btn:hover{color: var(--themeColor);}

.ny-case-cla{
	display: flex;justify-content: center;padding: 60px 0 25px;
}
.ny-case-cla .item{
	font-size: 18px;color: #333;font-weight: normal;line-height: 1;background: none;border: 1px solid #a8a8a8;
	margin: 10px;min-width: 220px;height: 63px;display: flex;justify-content: center;align-items: center;
	padding: 0 15px;
}
.ny-case-cla .on{
	border-color: var(--themeColor);color: #fff;background: var(--themeColor);
}
.ny-case-cla .item:hover{
	border-color: var(--themeColor);color: #fff;background: var(--themeColor);
}


/* 产品详情 */
.pro-detail{}
.pro-detail-main{
	padding: 40px 0;
}
.pro-detail-main .top{
	display: flex;
}
.pro-detail-main .top .img-box{
	overflow: hidden;width: 100%;max-width:585px;
}
.pro-detail-main .top .img-box img{
	width: 100%;height: 100%;object-fit: cover;transition: all .7s;
}
.pro-detail-main .top:hover .img-box img{
	transform: scale(1.1);
}
.pro-detail-main .top .cont-box{
	background: #f0f0f0;padding: 30px 70px;flex: 1;
}
.pro-detail-main .top .cont-box .entitle{
	font-size: 16px;color: #333;font-weight: normal;
}
.pro-detail-main .top .cont-box .title{
	font-size: 36px;color: #333;border-bottom: 1px solid #c8c8c8;padding: 25px 0;font-weight: initial;
}
.pro-detail-main .top .cont-box .note{
	font-size: 16px;color: #333;margin: 30px 0;
}
.pro-detail-main .bottom{
	
}
.pro-detail-main .bottom .title{
	padding: 70px 0 40px;border-bottom: 1px solid #b1b1b1;margin-bottom: 40px;
}
.pro-detail-main .bottom .title p{
	font-size: 30px;line-height: 36px;padding-left: 15px;border-left: 5px solid var(--themeColor);
	
}
.pro-detail-main .bottom .arccontent{
	padding: 0 15px;min-height: 300px;
}

/* ny-ab */
.ny-ab{}
.ny-ab .main{
	display: flex;
}
.ny-ab .main .cont-box{
	flex: 1;padding-right: 100px;
}
.ab-title{
	display: flex;
}
.ab-title p{
	font-size: 30px;font-weight: bold;color: #333;line-height: 1;padding-bottom: 15px;border-bottom: 3px solid var(--themeColor);
}
.ny-ab .main .cont-box .content{
	margin: 40px 0;font-size: 16px;color: #333;
}
.ny-ab .main .img-box{}
.ny-ab .main .img-box img{}


/* 企业文化 */
.qywh{
	background-image: url(../images/qywh-bg.jpg);background-repeat: no-repeat;background-size: cover;
}
.qywh-main{
	display: flex;margin-top: 50px;
}
.qywh-main .list-box{
	display: flex;justify-content: space-around;background: rgb(34 145 65 / 77%);padding: 70px 0;flex: 1;
}
.qywh-main .list-box .item{
	padding: 0 7.5%;
}
.qywh-main .list-box .item .title{
	font-size: 30px;color: #fff;font-weight: initial;line-height: 1;margin-bottom: 60px;
}
.qywh-main .list-box .item .note{
	font-size: 16px;color: #fff;line-height: 30px;
}
.qywh-main .list-box .line{
	width: 1px;background: #fff;
}
.qywh-main .img-box {overflow: hidden;}
.qywh-main .img-box img{
	width: 100%;height: 100%;object-fit: cover;transition: all .7s;
}
.qywh-main:hover .img-box img{transform: scale(1.1);}
.ju-center{justify-content: center;}

/* 社会责任 */
.shzr{}
.shzr-main{
	margin-top: 45px;display: flex;
}
.shzr-main .img-box{
	overflow: hidden;position: relative;width: 50%;
}
.shzr-main .img-box img{
	width: 100%;transition: all .7s;
}
.shzr-main .img-box:hover img{
	transform: scale(1.1);
}
.shzr-main .img-box .cont-box{
	width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;align-items: center;
	padding-left: 80px;
}
.shzr-main .img-box .cont-box .cont{
	font-size: 30px;color: #fff;line-height: 40px;position: relative;padding-bottom: 15px;
	position: relative;
}
.shzr-main .img-box .cont-box .cont::after{
	content: "";width: 90px;height: 3px;background: #fff;transition: all .7s;position: absolute;
	left: 0;bottom: 0;
} 
.shzr-main .img-box .cont-box:hover .cont::after{width: 100%;}


/* 工厂参观 */
/**公共样式**/
.ny-warp{ padding:60px 0; background:#f3f3f3;}
.ny-nav1{ text-align:center; margin-bottom:30px;}
.ny-nav1 a{ display:inline-block; padding:10px 30px; background:#fff; border-radius:40px; border: 1px solid #ebe8e4;margin:0 10px;}
.ny-nav1 a.on,.ny-nav1 a:hover{ background:#4CAF50; color:#fff; border-color:#4CAF50;}
/**图片列表样式**/
.ny-pic-list ul{ margin:0 -15px;}
.ny-pic-list ul li{ padding:15px;}
.ny-pic-list ul li a{ display:block; background:#fff;position: relative;top: 0;transition: all .5s;}
.ny-pic-list ul li a:hover{ top: -10px;}
.ny-pic-list ul li a i{ display:block; position:relative; overflow:hidden;margin: 15px;border: 10px solid #eee;}
.ny-pic-list ul li a i img{  width:100%;}
.ny-pic-list ul li a .txt{ padding:0 15px 15px 15px; text-align:center; color:#333;}


@media screen and (max-width:1024px){
/**公共样式**/
.ny-warp{ padding:30px 0;}
.ny-nav1{ margin-bottom:8px; margin:-30px -1rem 5px -1rem; background:#fff; padding-top:10px;white-space: nowrap;overflow-y: hidden;overflow-x: auto;}
.ny-nav1 a{ font-size:14px; font-weight:bold; padding:4px 10px; margin-bottom:10px; border:none; margin-left:5px; margin-right:5px;}
/**图片列表样式**/
.ny-pic-list ul{ margin:0 -5px;}
.ny-pic-list ul li{ width:50%; padding:5px;}
.ny-pic-list ul li a i{  border-width:5px; margin:5px;}
.ny-pic-list ul li a .txt{ font-size:12px; padding:0 5px 5px 5px;}

}

/* 联系我们 */
/**公共样式**/
.ctmap{ background:#fff; padding:15px; margin-top:0;}
#allmap{ height:480px;}
#allmap img{ max-width:inherit;}

/*  */
.contact{}
.contact-main{
	display: flex;justify-content: space-between;
}
.contact-main .left{
	max-width: 500px;
}
.contact-main .left .title{
	font-size: 24px;color: var(--themeColor);line-height: 1;
}
.contact-main .left .note{
	font-size: 16px;color: #666;line-height: 2;margin: 20px 0;
}
.contact-main .left .contact-item{
	display: flex;align-items: baseline;padding: 5px 0;
}
.contact-main .left .contact-item i{
	margin-right: 10px;
}
.contact-main .left .contact-item p{
	font-size: 16px;color: #999;line-height: 2;
}
.contact-main .right{
	flex: 1;margin-left: 40px;
}
.contact-main .right .title{
	font-size: 24px;color: var(--themeColor);line-height: 1;
}
.contact-main .right .ly-form{
	padding: 20px 0;display: flex;flex-wrap: wrap;justify-content: space-between;
}
.contact-main .right .ly-form .input-item{
	width: 48%;
}
.contact-main .right .ly-form .input-item input{
	width: 100%;height: 50px;padding: 0 20px;border: 1px solid #b6b6b6;font-size: 16px;
	border-radius: 5px;
}
.contact-main .right .ly-form .textarea{
	width: 100%;margin-top: 20px;
}
.contact-main .right .ly-form .textarea textarea{
	width: 100%;padding:20px;border: 1px solid #b6b6b6;font-size: 16px;
	border-radius: 5px;
}
.contact-main .right .ly-form button{
	width: 200px;height: 50px;background: var(--themeColor);margin: 0 auto;
	color: #fff;margin-top: 20px;border: none;
}
.contact-main .right .ly-form button:hover{
	background: #198b3c;
}

textarea:focus-visible, input:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: var(--themeColor);
    outline-style: auto;
    outline-width: 1px;
}


@media screen and (max-width:1024px){
	#allmap{ height:280px; font-size:12px;}
	.ctmap {
	    background: #fff;padding: 10px;margin-top: 0;
	}
	.contact-main {
		flex-wrap: wrap;
	}
	.contact-main .left {
	    max-width: 100%;width: 100%;
	}
	.contact-main .left .title {
	    font-size: 18px;
	}
	.contact-main .left .note {
	    font-size: 14px; line-height: 1.8;margin: 15px 0;
	}
	.contact-main .left .contact-item p {
	    font-size: 14px;
	    line-height: 1.8;
	}
	.contact-main .right {
	    flex: 1;margin-left: 0;width: 100%;margin-top: 15px;
	}
	.contact-main .right .title {
	    font-size: 18px;
	}
	.contact-main .right .ly-form .input-item input {
	    height: 40px;padding: 0 10px;font-size: 14px;color: #666;
	}
	.contact-main .right .ly-form .textarea textarea {
	    padding: 10px;font-size: 14px;color: #666;
	}
	.contact-main .right .ly-form button {
	    width: 170px;
	    height: 40px;font-size: 14px;
	}
}


/* 解决方案详情 */
/**公共样式**/
.ny-warp{ padding:60px 0; background:#f3f3f3;}

/**新闻内容样式**/
.newbleft{width: 68.75%;float: left;margin-right: 1.25%;}
.newarc{background: #fff;padding: 34px 30px 40px;}
.nearch .ht1{ margin-bottom:6px;}
.nearch .t2{ font-size:1.4rem; color:#999;}
.editor {line-height: 2.5;text-align: left;font-size: 1.6rem;min-height: 200px;}
.editor img{ max-width:100%; height:auto !important;}

.clickbox{width:100%;border-top:1px solid #eee;color:#999;line-height:30px;font-size:14px;position:relative;margin-top:34px;padding-top:20px}
.clickbox a {color: #666;}

/* 分页 */
.pages{text-align:center; font-size:14px; margin:15px 0;}
.pages a{display: inline-block;padding: 5px 14px;border: 1px solid #ddd;margin-left: 4px; background:#fff;}
.pages a.on ,.page a:hover{background: var(--themeColor);color: #FFF;}
	
@media screen and (max-width:1024px) {
	.pages {
	    text-align: center;font-size: 10px;margin: 5px 0;
	}
	.pages a {
	    display: inline-block;
	    padding: 5px 10px;
	    border: 1px solid #ddd;
	    margin-left: 4px;
	    background: #fff;
	}
	.editor{font-size:1.4rem;}
}


.rightbox{width:30%;float:right}
.rightbox .news-tj{width:100%;background:#fff;padding:37px 30px 10px}
.rightbox .news-tj .title{font-size:18px;line-height:24px;color:#c3c3c3}
.rightbox .news-tj .list{margin-top:10px}
.rightbox .news-tj .list li{border-bottom:1px dashed #ccc;padding-bottom:25px;margin-bottom:13px}
.rightbox .news-tj .list li:last-child{margin-bottom:0;border-bottom:none}
.rightbox .news-tj .list li a{width:100%;display:block}
.rightbox .news-tj .list li .t1{font-size:16px;line-height:50px;color:#222;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.rightbox .news-tj .list li:hover .t1{color: var(--themeColor);}
.rightbox .news-tj .list li .t2{font-size:14px;line-height:24px;color:#666;margin-top:8px}
.rightbox .news-tj .list li .t3{font-size:14px;line-height:24px;color:#999;margin-top:7px}


.case-sj{width:100%;padding:24px 30px;background:#fff;margin-top:10px}
.case-sj .title{font-size:18px;color:#999;line-height:30px}
.case-sj .list{width:100%;margin-top:23px}
.case-sj .list li{float:left;width:31.7%;margin-right:2.45%;transition:all .5s linear}
.case-sj .list li:hover{box-shadow:0 0 10px 0 rgba(0,0,0,.15)}
.case-sj .list li:nth-child(3n){margin-right:0}
.case-sj .list li a{width:100%;display:block}
.case-sj .list li .img{width:100%;overflow:hidden}
.case-sj .list li .img img{width:100%;transition:all .5s linear}
.case-sj .list li:hover .img img{transform:scale(1.05)}
.case-sj .list li .title{font-size:14px;line-height:30px;color:#222;padding:12px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}


@media screen and (max-width:1024px){
/**公共样式**/
.ny-warp{ padding:30px 0;}

/**新闻内容样式**/
.newbleft{ width:100%; float: none;}
.newarc{ padding:10px;}
.rightbox{ display:none;}	
.nearch .ht1{font-size:18px}
.nearch .t2{font-size:12px;}
.case-sj{padding:15px}
.case-sj .list li .title{font-size:12px;padding:2px 5px;background:#f3f3f3;text-align:center;}
.case-sj .list{margin-top:10px}
.clickbox{font-size:12px}	
}

/**公共样式**/
.ny-warp{ padding:60px 0; background:#f3f3f3;}
.ny-right{ width:78%; float:right;}
.ny-left{ width:20%; float:left;}
/**左侧栏目导航**/
.side-nav .lanmu-tit{background:var(--themeColor);text-indent: 42px; position:relative; padding:20px 0;}
.side-nav .lanmu-tit span{color: #fff;font-size: 26px;font-weight: normal;overflow: hidden; display:block;}
.side-nav .lanmu-tit em{ color:rgba(255,255,255,.5); font-size:14px; display:block;}
.side-nav .lanmu-nav{overflow: hidden;width: 100%;background-color: #fff;border-left: 1px solid #ececec;border-right: 1px solid #ececec;}
.side-nav .lanmu-nav>ul>li{position: relative;line-height: 60px;text-indent: 45px;font-size: 16px;border-bottom: 1px solid #ececec;}
.side-nav .lanmu-nav>ul>li>a{color: #333;text-decoration: none;display: block; position:relative;}
.side-nav .lanmu-nav>ul>li>a:before{content: "\f105"; text-indent:1px; text-align:center; display:block; width:18px; height:18px; line-height:15px; overflow:hidden; border-radius:50%; color:#999; border:1px solid #eee; position:absolute; right:40px; top:50%; margin-top:-9px;transition: all .3s linear;}
.side-nav .lanmu-nav>ul>li>a:hover:before,.side-nav .lanmu-nav>ul>li.on>a:before{background:var(--themeColor);color:#fff;}
.side-nav .lanmu-nav>ul>li>a:hover,.side-nav .lanmu-nav>ul>li.on>a{ color:var(--themeColor)}
/**左侧联系方式**/
.sidecon{background: #fff;margin-top:20px;}
.sidecon .tit{ height:70px; background:var(--themeColor); color:#fff; text-align:center; font-size:24px; line-height:70px;}
.sidecon img{ width:100%;}
.sidecon .txt{ padding:20px 20px 10px 20px; font-size:1.4rem;border: 1px solid #eee;}
.sidecon .txt p{ margin-bottom:10px;}
.sidecon .txt p.stit{ font-weight:bold;}

/**新闻列表样式**/
.ny-news-list1 ul li{ background:#fff; padding:20px; position:relative;box-shadow: 0 2px 4px 4px rgba(0,0,0,.02); margin-bottom:20px;}
.ny-news-list1 ul li a{ display:block;}
.ny-news-list1 ul li a i{ display:block; width:25%; float:left; overflow:hidden;}
.ny-news-list1 ul li a i img{transition: all .7s;}
.ny-news-list1 ul li:hover img{transform: scale(1.06);}
.ny-news-list1 ul li a .txt{ width:75%; padding-left:20px; float:left;}
.ny-news-list1 ul li a .txt.w100{ width:100%; padding-left:0;}
.ny-news-list1 ul li a .txt .tit{overflow: hidden;text-overflow:ellipsis;white-space: nowrap; font-size:18px; font-weight:bold;}
.ny-news-list1 ul li a .txt .line{ width:100%; height:1px; background:#eee; margin:15px 0;}
.ny-news-list1 ul li a .txt .note{ font-size:14px; color:#666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;
overflow: hidden;}
.ny-news-list1 ul li a .txt .info{ font-size:14px; margin-top:15px; color:#666;}
.ny-news-list1 ul li a .txt .info span{ display:inline-block; margin-right:25px;}
.ny-news-list1 ul li a .tou{ position:absolute; right:40px; top:0; background:#ee2d32; color:#fff; display:inline-block; padding:4px 10px;}
.ny-news-list1 ul li a .txt.w10{ width:100%; padding-left:0;}
.ny-news-list1.w10 i{ width:25%;}
@media screen and (max-width:1024px){
/**公共样式**/
.ny-warp{ padding:20px 0;}
.ny-left{ width:100%; float:none;}
.ny-right{ width:100%; float:none;}

/**左侧栏目导航**/
.sidecon{ display:none;}
.side-nav{ margin-bottom:15px;}
.side-nav .lanmu-tit{text-indent:1em; padding:10px 0;}
.lanmu-tit:before {content: "\f0d7";position: absolute;right: 15px;top:50%; transform:translateY(-50%); color:#fff;}
.side-nav .lanmu-tit span{ font-size:18px;}
.side-nav .lanmu-tit em{ display:none;}
.side-nav .lanmu-nav{ display:none;}
.side-nav .lanmu-nav.on{ display:block;}
.side-nav .lanmu-nav>ul>li{ line-height:50px; font-size:14px;}

.ny-news-list1 ul li{ padding:10px; margin-bottom:10px;}
.ny-news-list1 ul li a i{border-radius:4px;overflow: hidden;}
.ny-news-list1 ul li a .txt .tit{ font-size:14px;}
.ny-news-list1 ul li a .txt .note{ -webkit-line-clamp: 2; font-size:12px;}
.ny-news-list1 ul li a .txt .info{ display:none;}
.ny-news-list1 ul li a .txt .line{ margin:4px 0;}
.ny-news-list1 ul li a i img{height:68px;width:100%;max-width:inherit;object-fit: cover;}
}

/* 产品详情 */
/**公共样式**/
.ny-warp{ padding:60px 0; background:#f3f3f3;}
.ny-right{ width:78%; float:right;}
.ny-left{ width:20%; float:left;}
/**左侧栏目导航**/
.side-nav .lanmu-tit{background:var(--themeColor);text-indent: 42px; position:relative; padding:20px 0;}
.side-nav .lanmu-tit span{color: #fff;font-size: 26px;font-weight: normal;overflow: hidden; display:block;}
.side-nav .lanmu-tit em{ color:rgba(255,255,255,.5); font-size:14px; display:block;}
.side-nav .lanmu-nav{overflow: hidden;width: 100%;background-color: #fff;border-left: 1px solid #ececec;border-right: 1px solid #ececec;}
.side-nav .lanmu-nav>ul>li{position: relative;line-height: 60px;text-indent: 45px;font-size: 16px;border-bottom: 1px solid #ececec;}
.side-nav .lanmu-nav>ul>li>a{color: #333;text-decoration: none;display: block; position:relative;}
.side-nav .lanmu-nav>ul>li>a:before{content: "\f105"; text-indent:1px; text-align:center; display:block; width:18px; height:18px; line-height:15px; overflow:hidden; border-radius:50%; color:#999; border:1px solid #eee; position:absolute; right:40px; top:50%; margin-top:-9px;transition: all .3s linear;}
.side-nav .lanmu-nav>ul>li>a:hover:before,.side-nav .lanmu-nav>ul>li.on>a:before{background:var(--themeColor);color:#fff;}
.side-nav .lanmu-nav>ul>li>a:hover,.side-nav .lanmu-nav>ul>li.on>a{ color:var(--themeColor)}
/**左侧联系方式**/
.sidecon{background: #fff;margin-top:20px;}
.sidecon .tit{ height:70px; background:var(--themeColor); color:#fff; text-align:center; font-size:24px; line-height:70px;}
.sidecon img{ width:100%;}
.sidecon .txt{ padding:20px 20px 10px 20px; font-size:1.4rem;border: 1px solid #eee;}
.sidecon .txt p{ margin-bottom:10px;}
.sidecon .txt p.stit{ font-weight:bold;}

/**产品内容样式**/
.pro-head{ background:#fff; padding:30px; }
.pro-head .pro-head-l{ width:40%; float:left;}
#magnifier{position:relative;}
.small-box{position:relative;margin-bottom:20px;border:1px solid #eee; border-radius:2px; overflow:hidden;}
.small-box img{display:block; width:100%;height: 100%;object-fit: cover;}
.small-box .hover{display:none;position:absolute;left:0;top:0;width:200px;height:200px;border:1px solid #aaa;background:#fff;opacity:.5;cursor:move}
.thumbnail-box{position:relative;width:100%}
.thumbnail-box .btn{position:absolute;top:0;width:22px;height:100%; border-radius:2px;cursor: pointer;}
.thumbnail-box .btn:hover{color: var(--themeColor);}
.thumbnail-box .swiper-button-disabled{color: #333!important;cursor: initial;}
.thumbnail-box .btn-prev{left:0;background:#eee; font-size:18px; color:#333; text-align:center;}
.thumbnail-box .btn-prev:before{content: "\f104"; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.thumbnail-box .btn-next:before{content: "\f105";position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.thumbnail-box .btn-next{right:0;background:#eee;}
.thumbnail-box .list{overflow:hidden;width:90%;margin:0 auto}
.thumbnail-box .wrapper{width:100000px}
.thumbnail-box .list .item{float:left;padding:0 5px;width: 20%;cursor: pointer;}
.thumbnail-box .list .item img{border:2px solid #fff; width:100%;}
.thumbnail-box .list .item-cur img{border:2px solid var(--themeColor)}
.big-box{
	display:none;overflow:hidden;position:absolute;left:101%;top:0;
	width:100%;height:100%;border:1px solid #8d8d8d; z-index: 1920;
}
.big-box img{display:block; width:900px; max-width:1200px;}

.pro-head-r{ width:57%; float:right;}
.pro-head-r .note{ /*background:#f5f5f5; padding:15px;*/ min-height:150px;margin-top:15px;font-size: 16px;color: #666;line-height: 2;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}
.lianxitel{overflow:hidden;margin-top:25px;background: #f5f5f5;}
.lianxitel .zxkk{width:150px;display:block;height:50px;line-height:50px;text-align:center;background:#47af33;color:#fff;font-size:15px;float:left}
.lianxitel .zxkk img{padding-right:7px}
.lianxitel p{display:block;height:50px;line-height:50px;background:#f5f5f5;color:#444;font-size:15px;float:left;text-align:center; padding-left:15px;}
.lianxitel p span{color:var(--themeColor);font-size:22px;font-weight:700}

.toy-tit{ padding:12px 0; font-size:20px; position:relative; padding-left:30px; background:#fff; color:#fff; overflow:hidden; z-index:99;border-bottom: 1px solid #eee;}
.toy-tit:after{ content:""; width:8em; height:100%; position:absolute; left:-22px; top:0; background:#47af33; z-index:-1;transform: skewX(22deg);}
.toy-tit:before{ content:""; display:block; width:6px; height:14px; background:#fff; position:absolute; left:15px; top:50%; margin-top:-7px;}
.pro-indof{ background:#fff; padding:30px; font-size:16px; line-height:2;}
.pro-indof img{ height:auto !important;}


.xgcp{ margin-top:20px;}
.zixunbox_title{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-moz-justify-content:space-between;-webkit-justify-content:space-between;justify-content:space-between}
.zixunbox_title_l{font-size:22px;font-weight:600;color:#111}
.zixunbox_title_l em{color:var(--themeColor)}
.zixunbox_title_l b{font-size:13px;color:#999;margin-left:10px; font-weight:normal;}
.zixunbox_title_r a{font-size:14px;color:#777}
.mySwiper-xg{ margin-top:15px;}
.mySwiper-xg .swiper-slide{ width:33.333%; padding:0 5px;}
.mySwiper-xg .swiper-slide a{ display:block; overflow:hidden; background:#fff; padding:20px; padding-bottom:0;border: 1px solid #eee;}
.mySwiper-xg .swiper-slide a .tit{ border-top:1px solid #f1f1f1; padding:15px 0; text-align:center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mySwiper-xg .swiper-pagination{ position:relative; bottom:0;}
.tjyt-list{ margin-top:10px; overflow:hidden;}
.tjyt-list ul{ margin:0 -10px;}
.tjyt-list ul li{ padding:0 15px; font-size:14px; line-height:3.6; }
.tjyt-list ul li a{ display:block;border-bottom:1px solid #e8e8e8;}
.tjyt-list ul li a p{ width:75%; float:left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.tjyt-list ul li a span{ float:right; color:#999;}


@media screen and (max-width:1024px){
/**公共样式**/
.ny-warp{ padding:20px 0;}
.ny-left{ width:100%; float:none;}
.ny-right{ width:100%; float:none;}

/**左侧栏目导航**/
.sidecon{ display:none;}
.side-nav{ margin-bottom:15px;}
.side-nav .lanmu-tit{text-indent:1em; padding:10px 0;}
.lanmu-tit:before {content: "\f0d7";position: absolute;right: 15px;top:50%; transform:translateY(-50%); color:#fff;}
.side-nav .lanmu-tit span{ font-size:18px;}
.side-nav .lanmu-tit em{ display:none;}
.side-nav .lanmu-nav{ display:none;}
.side-nav .lanmu-nav.on{ display:block;}
.side-nav .lanmu-nav>ul>li{ line-height:50px; font-size:14px;}

.pro-head{ padding:0;}
.pro-head-r{ width:100%; float:none; padding:20px;}
.pro-head-r h1{ font-size:18px;}
.pro-head-r hr{ margin:5px 0;}
.pro-head-r .note{ font-size:12px; margin-top:10px;}
.lianxitel{ margin-top:15px;}
.lianxitel .zxkk{ width:110px; font-size:12px;}
.lianxitel p{ font-size:12px;}
.lianxitel p span{ font-size:18px;}
.toy-tit{ font-size:18px; padding:8px 0; padding-left:30px;}
.pro-indof{ padding:20px;}
.zixunbox_title_l{ font-size:18px;}
.zixunbox_title_l b{ font-size:1rem;}
.zixunbox_title_r a{ font-size:1rem;}
.mySwiper-xg .swiper-slide a{ padding:5px;}
.mySwiper-xg .swiper-slide a .tit{ font-size:12px; padding:5px 0;}
.mySwiper-xg .swiper-slide{ width:50%;}
.tjyt-list ul li{ line-height:3;}

}



.wechat-ses{ width: 70%; padding: 30px;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); z-index: 1404; display: none;}
.wechat-ses .icon{width: 44px;height: 44px;display: block;margin: 0 auto;}
.wechat-ses .tit{font-size: 18px;font-weight: bold;text-align: center; margin-top: 10px; margin-bottom: 15px;}
.wechat-ses .note{font-size: 14px;color: #777;text-align: center; margin-bottom: 15px;}
.wechat-ses .wxbtn{text-align: center;}
.wechat-ses .wxbtn a{font-size: 14px; display: inline-block; padding: 8px 30px;background-color: #1aad17;color: #fff;border-radius: 6px;}
.wechat-wrap{background: rgba(0, 0, 0, .6);width: 100%;height: 100%;position: fixed;left: 0;top: 0; z-index: 1400; display: none;}

.wechat-dialog{width:90%; background:#fff; border-radius:10px; padding:18px; position:fixed; left:5%; top:50%; transform:translate(0,-50%); z-index:1211; display:none;box-sizing:border-box;}
.wechat-dialog .tit{ text-align:center; font-size:20px;}
.wechat-dialog .copy-wx{ background:#f5f5f5; border-radius:10px; padding:20px; text-align:center; margin:15px 0; color:#666;}
.wechat-dialog .copy-wx .info{ font-size:12px; color:#999;}
.wechat-dialog .copy-wx p span{ color:#25ba45;}
.wechat-dialog .wx-close{ position:absolute; right:5px; top:5px; font-size:20px; padding:0 10px; cursor:pointer;}
.wechat-mask{ position:fixed; display:none; width:100%; height:100%; background:rgba(0,0,0,.5); left:0; top:0;z-index:1210;}

.wechat-ses{ width:400px; max-width: 70%; padding: 30px;background: #fff;border-radius: 10px;position: fixed;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%); z-index: 1404; display: none;box-shadow: 0 2px 20px 2px rgba(0,0,0,.5);}
.wechat-ses .icon{width: 44px;height: 44px;display: block;margin: 0 auto;}
.wechat-ses .tit{font-size: 18px;font-weight: bold;text-align: center; margin-top: 10px; margin-bottom: 15px;}
.wechat-ses .note{font-size: 14px;color: #777;text-align: center; margin-bottom: 15px;}
.wechat-ses .wxbtn{text-align: center;}
.wechat-ses .wxbtn a{font-size: 14px; display: inline-block; padding: 8px 30px;background-color: #1aad17;color: #fff;border-radius: 6px;}

.foot-bar{ position:fixed; width:100%; height:54px; background:var(--themeColor); left:0; bottom:0; z-index:999;}
.foot-bar ul li{ padding-top:8px;}
.foot-bar ul li a{ color:#fff; font-size:12px; display:block; text-align:center;}
.foot-bar ul li a img{ width:18px;}
.foot-bar ul li a span{ display:block; font-size:1rem;}



@media screen and (max-width: 1680px){
.am-container{max-width: 1300px;}
}
@media screen and (max-width: 1440px){
.am-container{max-width: 1200px;}
}


@media screen and (max-width:1024px){
html {background: #fafafa;}
	body{ max-width:768px; margin:0 auto; background:#fff; zoom:1; padding-bottom:54px;}	
	.arccontent img{ height:auto !important;}
	
	.header .switch-language .item{line-height: 20px;}
	.header .main .top-menu{display: none;}
	.header .main .top-logo img{width: 130px;}
	.header {
	    position: relative;padding: 10px 0;background: #fff;
	}
	.banner-box .banner-content .main h1{font-size: 16px;}
	.banner-box .banner-content .main h2{font-size: 20px;}
	.banner-box .banner-content .main .btn {width: 90px;height: 30px;font-size: 12px;margin-top: 8px;}
	.qy-main .item .cont-box{padding:5px;}
	.qy-main .item .cont-box .date i {
	    width: 8px;height: 8px;margin-right: 4px;
	}
	.qy-main .item .cont-box .date p {
	    font-size: 10px;
	}
	.qy-main .item .cont-box .title {
	    font-size: 12px;
	}
	.all-padd {
	    padding: 30px 0;
	}
	.all-title-box .line {
	    width: 57px;height: 4px;
	}
	.all-title-box .entitle {
	    font-size: 30px;margin-top: 10px;margin-bottom: 5px;
	}
	.all-title-box .title {
	    font-size: 16px;
	}
	.why-main {
	    margin: 0 -2px;margin-top: 25px;flex-wrap: wrap;
	}
	.why-main .item-box {
	    padding: 2px;width: 50%;
	}
	.why-main .item {
	    padding: 15px 10px;height: 300px;
	}
	.why-main .item .title {
	    font-size: 28px;
	}
	.why-main .item .note {
	    margin-top: 25px;font-size: 14px;
	}
	.why-main .item .entitle {
		white-space: normal;font-size: 40px;bottom: -15px;
	}
	.inline-title .more {
	    font-size: 16px;
	}
	.inline-title .more span {
	    padding-right: 10px;
	}
	.banner-swiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 4px;
	}
	.banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 4px;
	}
	.banner-swiper .swiper-pagination-bullet {
	    width: 25px;height: 3px;
	}
	.case-swiper {
	    margin-top: 30px;
	}
	.case-swiper .swiper-slide {
	    width: calc(56.25%);margin: 0 7.5px;
	}
	.case-swiper .swiper-slide a .cont-box {
	    padding: 5px;
	}
	.case-swiper .swiper-slide a .cont-box .line {
	    padding-left: 5px;border-left: 3px solid #e68620;
	}
	.case-swiper .swiper-slide a .cont-box .title {
	    font-size: 16px;margin-bottom: 10px;
	}
	.case-swiper .swiper-slide a .cont-box .date img {
	    margin-right: 5px;width: 13px;
	}
	.case-swiper .swiper-slide a .cont-box .date span {
	    font-size: 12px;
	}
	.solu-main .item{
		flex-wrap: wrap;
	}
	.solu-main .item .img-box .cont-box{
		padding: 10px;
	}
	.solu-main .item .img-box .cont-box .solu-title {
	    font-size: 22px;
	}
	.solu-main .item .img-box .cont-box .btn {
	    width: 122px;height: 35px;margin-top: 15px;
	}
	.solu-main .item .img-box .cont-box .btn span {
	    font-size: 14px;
	}
	.solu-main .item .img-box .cont-box .btn img {
		width: 30px;
	}
	.solu-main .item .left .more{
		padding: 10px;
	}
	.solu-main .item .left .more span {
	    font-size: 18px;line-height: 1.2;
	}
	.solu-main .item .left .more img{}
	.solu-main .item .left {
	    margin: 4px;
	    width: 100%;
	}
	.pro-main .pro-cla {
	    padding: 20px 0;
	}
	.pro-main .pro-cla ul{
		overflow-x: scroll;
	}
	.pro-main .pro-cla ul li a{
		white-space: nowrap;padding: 15px;font-size: 14px;
	}
	.pro-main .pro-list .item .title-box {
	    font-size: 14px;width: 100%;color: #fff;position: relative;left: 0;bottom: 0;line-height: 1.5;
	}
	.pro-main .pro-list .item .title-box span{
		padding: 5px;
	}
	.ab-note {
	    margin: 25px 0 25px;font-size: 14px;
	}
	.pro {
	    padding: 0 0 30px;
	}
	.ab-ys {
	    display: flex;flex-wrap: wrap;
	    margin-bottom: 30px;
	}
	.ab-ys .item {
	    display: flex;width: 25%;padding: 10px;
	}
	.ab-ys .item img {
	    height: 40px;
	}
	.ab-ys .item p {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.ab-ys .more {
	    width: 100%;padding: 10px;margin-top: 15px;
	}
	.ab{background-position: center;}
	.news-main .list-item {
	    width: 100%;padding: 0;
	}
	.news-main {
	    padding: 10px 0;margin: 0;
	}
	.news-main .list-item .title-box {
	    padding: 10px 0;
	}
	.news-main .list-item .title-box .list-title {
	    font-size: 18px;
	}
	.news-main .list-item ul li a .date-box {
	    padding: 10px 0;
	}
	.news-main .list-item ul li a .title {
	    font-size: 16px;font-weight: normal;line-height: initial;margin-bottom: 10px;height: 3.6em;
	}
	.news-main .que .que-main {
	    padding: 15px 10px;
	}
	.foot-top {
	    padding: 25px 0;
	}
	.foot-top .slogan {
		flex: 1;font-size: 18px;white-space: nowrap;
	}
	.foot-top .link-box{display: none;}
	.foot-top .foot-logo {
	    padding-right: 1rem;
	    margin-right: 1rem;
	}
	.foot-top .foot-logo img{
		height: 40px;
	}
	.foot-main {
	    padding: 25px 0;flex-wrap: wrap;
	}
	.foot-main .list-box {}
	.foot-main .foot-menu {display: none;}
	.foot-main .foot-contact .title{
		font-size: 26px;
	}
	.foot-main .list-box .title{margin-bottom: 20px;}
	.copyright .main {
	    font-size: 12px;padding: 10px 0;
	}
	.ny-ab .main {
	    display: flex;flex-wrap: wrap;
	}
	.ab-title p {
	    font-size: 20px;padding-bottom: 10px;
	}
	.ny-ab .main .cont-box .content {
	    margin: 25px 0;font-size: 14px;width: 100%;
	}
	.ny-ab .main .cont-box {
	    padding-right: 0;
	}
	.ny-ab .main .img-box {width: 100%;}
	.qywh{
		background-position: center;
	}
	.qywh-main {
	    margin-top: 25px;
	}
	.qywh-main .list-box {
	    padding: 25px 0;
	}
	.qywh-main .list-box .item {
	    padding: 0px 2.5%;
	}
	.qywh-main .list-box .item .title {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.qywh-main .list-box .item .note {
	    font-size: 14px;
	    color: #fff;
	    line-height: 26px;
	}
	.qywh-main .img-box{display: none;}
	.shzr-main {
	    margin-top: 25px;
	}
	.shzr-main .img-box .cont-box {
	    padding-left: 10px;
	}
	.shzr-main .img-box .cont-box .cont {
	    font-size: 14px;line-height: initial;
	    padding-bottom: 10px;
	}
	.shzr-main .img-box .cont-box .cont::after{
		height: 2px;
	}
	.ny-nav-main {
	    padding: 10px 0;font-size: 13px;
	}
	.ny-case-cla {
	    padding: 20px 0 0;overflow-x: scroll;justify-content: flex-start;
	}
	.ny-case-cla .item {
	    font-size: 12px;margin: 0 5px;min-width: 100px;height: 34px;padding: 0 5px;
	}
	.ny-case-cla .on {
	    border-color: var(--themeColor);
	    color: #fff;
	    background: var(--themeColor);
	}
	.ny-pro-list {
	    margin: 0 -7.5px;padding: 20px 0;
	}
	.ny-pro-list .item {
	    width: 50%;padding: 7.5px;
	}
	.ny-pro-list .item .cont-box {
	    padding: 0 10px;
	}
	.ny-pro-list .item .cont-box .title {
	    padding: 15px 0;font-size: 14px;
	}
	.ny-pro-list .item .cont-box .btn {
	    padding: 10px 0;font-size: 12px;
	}
	.ny-pro-cla {
	    padding: 10px 0;
	}
	.ny-pro-cla .cla-title {
	    font-size: 14px;
	    padding: 10px 0;
	}
	.ny-pro-cla .list {
	    font-size: 14px;
	    flex-wrap: nowrap;
	    align-items: center;overflow-x: scroll;
	}
	.ny-pro-cla .list a {
	    padding: 10px;margin: 2px 7px;white-space: nowrap;display: block;
	}
	.pro-detail-main {
	    padding: 25px 0;
	}
	.pro-detail-main .top {
	   flex-wrap: wrap;
	}
	.pro-detail-main .top .img-box {
	    overflow: hidden;
	    width: 100%;
	    max-width: 100%;
	}
	.pro-detail-main .top .cont-box {
	    padding: 15px;
	}
	.pro-detail-main .top .cont-box .title {
	    font-size: 22px;padding: 10px 0;
	}
	.pro-detail-main .top .cont-box .note {
	    font-size: 14px;
	    color: #333;
	    margin: 10px 0;
	}
	.pro-detail-main .bottom .title {
	    padding: 15px 0;
	    margin-bottom: 15px;
	}
	.pro-detail-main .bottom .arccontent {
	    padding: 0;
	    min-height: 150px;
	}
	.pro-detail-main .bottom .title p {
	    font-size: 18px;line-height: 1;
	    line-height: initial;
	    padding-left: 10px;
	    border-left: 4px solid var(--themeColor);
	}
	.ny-solu-main .item {
	    display: flex;flex-wrap: wrap;margin: 30px 0;
	}
	.ny-solu-main .item .cont-box {
		width: 100%;
	    padding: 15px;order: 2;
	    flex: auto;
	}
	.ny-solu-main .item .cont-box .title {
	    font-size: 18px;
	}
	.ny-solu-main .item .cont-box .note {
	    margin: 10px 0;font-size: 14px;line-height: 30px;height: auto;
	}
	.ny-solu-main .item .img-box {
	    overflow: hidden;width: 100%;max-width: 100%;
	}
	.ny-solu-main .item .cont-box .btn {
	    padding-top: 10px;font-size: 14px;
	}
	.lc {
	    padding: 30px 0;
	}
	.lc-title {
	    font-size: 20px;padding-bottom: 15px;margin-bottom: 0;
	}
	.lc-title::after {
	    width: 80px;
	}
	.lc-main .right {
		display: none;
	}
	.lc-main .left .list-box {
	    padding: 30px 0;
	}
	.lc-main .left {
	    width: 100%;
	}
	.lc-main .left .item img {
		width: 70px;
	}
	.lc-main .left .jt {
	    margin: 0 10px;line-height: 70px;
	}
	.ny-banner {
	    padding-top: 0;
	}
	.cndns-right{display: none;}
	.news-main .que .que-main a .cont .title {font-size: 16px;}
	.header .main .top-search .img-box {
		margin-right: 8px;margin-top: 1px;
	}
}





