* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Arial;
	transition: 0.5s;
	color: #353538;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	transition: 0.3s;
	display: block;
}

ul,
li {
	list-style: none;
	display: flex;
}

img {
	border: none;
}

.boxshow {
	box-shadow: 0 0 15px rgb(0 0 0 / 80%);
}

.pubCon {
	width: 100%;
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}

.pubTit {
	width: 100%;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.forth {
	width: 25%;
}

/**/
.youtyti a:nth-last-child(1){
			    display: none;
			}
/**/
/* 头部 */
.head {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 8;
}

.hdtop {
	background: #f3982d;
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #fff;
}
.hdtop {
	background: #f3982d;
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #fff;
}



.htc {
	display: flex;
	height: 40px;
	align-items: center;
	color: #fff;
}
 
#app {
	display: flex;
	align-items: center;
}

#app a {
	height: 25px;
	margin: 0 10px;
}

.bba{width: 30px;height: 3px;background: #fff;margin: 6px 0; }
.el-dropdown-link {
	line-height: 40px;
	font-size: 18px;
}

.htlan {
	display: flex;
	flex-direction: column;
}
.htlan a {
	padding: 0 10px;
	color: #000;
	text-align: center;
	line-height: 36px;
}
.htlan2 a {
	padding: 0 10px;
	color: #000;
	text-align: center;
	font-size: 21px;
	line-height: 40px;
	font-weight: 600;
	margin: 10px 0;
}
.htlan2{
    display: none;
}
.htlan2 a:hover {
    color: white;
	width: 100%;
	color: #fff;
	background: #f3982d;
}

/*.hdtop .pubCon {*/
/*	padding: 0 10px;*/
/*	align-items: center;*/
/*	justify-content: space-between;*/
/*}*/

.hdtc {
	display: flex;
	height: 40px;
	align-items: center;
}
.mobMenuSlide {
	position: fixed;
	top: 80px;
	z-index: 8;
	display: flex;
	width: 100%;
	flex-direction: column;
	background: #f0f0f0;
}

.mma {
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	line-height: 35px;
	border-bottom: 1px solid #fff;
}

.abmenu {
	display: flex;
	width: 100%;
	flex-direction: column;
	background: #fff;
}

.abma {
	border-bottom: 1px solid #f0f0f0;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 35px;
	text-align: center;
}
#app {
	display: flex;
	align-items: center;
	height: 40px;
}

#app a {
	height: 25px;
	margin: 0 10px;
}

.el-dropdown-link {
	line-height: 40px;
	font-size: 18px;
	position: relative;
}
.el_over_come:hover .htlan2{
    display: block !important;
}
.el_com_enter:hover .htlan{
    display: block !important;
}
.htlan {
    position: absolute;
	display: flex;
	flex-direction: column;
	line-height: 30px;
}

.htlan a {
	padding: 0 10px;
	height: 100% !important;
	color: #000;
	text-align: center;
	background: white;
}

.htlan a:hover {
	/*width: 100%;*/
color: #fff;
    background: #f3982d;
}
.hdbot {
	width: 100%;
	height: 80px;
	background: rgba(13, 19, 45, 0.5);
}

.hdbot .pubCon {
	height: 80px;
	align-items: center;
	justify-content: space-between;
}

.pcMenu {
	display: flex;
	width: 60%;
	height: 80px;
	align-items: center;
}

.pcMenu li {
	flex: 1;
	display: flex;
	justify-content: center;
}

.pcMenu a {
	font-size: 22px;
	font-weight: 700;
	transition: 0.5s;
	position: relative;
}

.pcMenu a:hover {
	color: #ffffff;
}

.pcMenu a::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s ease-out;
}

.pcMenu a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.hg {
	width: 160px;
	line-height: 35px;
	border-radius: 5px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	background: #f3982d;
	transition: 0.5s;
}

.hg:hover {
	background: #fff;
	color: #111;
}
.mobMenu{ display: none;margin-right: 15px;}
.rightNav {
	position: fixed;
	display: flex;
	flex-direction: column;
	right: 10px;
	bottom: calc(40% - 125px);
	z-index: 10;
}

.svgc {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0e1b8d;
	border: 1px solid #999;
}

.slideCon {
	position: fixed;
	top: 120px;
	z-index: 8;
	margin: 0 auto;
	width: 100%;
	background: transparent;
	display: flex;
	justify-content: center;
	font-size: 21px;
	font-weight: 500;
	text-align: left;
	background: #fff;
	transition: linear;
}
.pric{
    margin-top: 50px;
}
.proLeft:nth-child(1){
    padding-bottom: 150px;
}
.proSlide {
	display: flex;
	padding: 10px;
	width: 100%;
	max-width: 1400px;
	justify-content: center;
	background: #fff;
}

.slideCon a {
	color: #000;
	display: block;
	line-height: 40px;
}

.proLeft {
    padding: 20px 0;
	margin: 0 10px;
	width: 440px;
	border-right: 1px solid #aaa;
}

.proaa a {
    width: 400px;
    padding-left: 10px;
	color: #222;
	border-radius: 5px;
	margin: 10px 10px;
	background: #eee;
	font-size: 16px;
	line-height: 30px;
}
.pronaa{
    width: 400px;
    padding-left: 10px;
    margin: 25px 10px;
	border-radius: 5px;
    font-weight: 600;
    color: #222;
	background: #f3982d;
}
.proLeft a:hover {
    background: #f3982d;
	color: #fff;
}

.proRight img {
	height: 400px;
}

.proRight {
	width: 350px;
}




.plist {
	width: 280px;
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
.plhr{
    width: 100%;
    height: 2px;
    background: #bbb;
}
.plsn {
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	cursor: pointer;
	width: 280px;
	position: relative;
}

.plsn img{
    position: absolute;
    right: 0;
    top: 8px;
}
.plsn span{
    position: absolute;
    right: 0;
    display: none;
    top: 0;
}
.detplx {
	display: none;
	transition: linear;
}
.detplx a {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	text-indent: 1em;
}
.detplx a:hover{
    color: #f3982d;
}
.containerPro {
	margin-top: 50px;
	width: calc( 100% - 280px);
	display: flex;
	flex-wrap: wrap;
	padding-left: 50px;
}
 




/* 主体 */
.main {
	position: absolute;
	width: 100%; 
}

.banner {
	width: 100%;
	height: calc(100vh);
	background: #ddd;
}

.swiper-slide img {
	width: 100%;
	height: calc(100vh);
	object-fit: cover;
}


.product {
	padding: 50px 0;
	background: #ddd;
}

.proTit {
	margin-top: 30px;
}

.proCard {
	width: 98%;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.proImg {
	width: 95%;
	height: 75.3% !important;
	overflow: hidden;
}
.proIa{
    display: block;
    width: 100%;
    height: auto;
}
hr {
	margin: 10px 0;
}

.proImg img {
	width: 100%;
	object-fit: contain;
	transition: 0.5s;
}

.proCard:hover img {
	transform: scale(1.1);
}

.proName {
	width: 95%;
	height: 50px;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prob {
	margin-top: 10px;
	width: 200px;
	line-height: 30px;
	font-size: 20px;
	background: #f3982d;
	text-align: center;
}



/* 关于 */
.about {
	width: 100%;
	padding: 50px 0;

}

.abl {
	width: 65%;
	padding: 10px 20px;
}

.abr {
	width: 35%;
	display: flex;
	justify-content: center;
}

.abtit {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}

.abtxt {
	font-size: 20px;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 20px;
}

.abb {
	width: 180px;
	line-height: 40px;
	font-size: 24px;
	background: #f3982d;
	text-align: center;
	margin-bottom: 20px;
}

.ablb {
	width: 98%;
	padding: 10px 0;
	background: #fff;
	display: flex;
}

.ablb .forth {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ablb .forth img {
	margin-bottom: 10px;
}

.abnum {
	font-size: 24px;
	color: #f3982d;
}

.abwt {
	font-size: 20px;
}

.abr img {
	width: 95%;
	height: 485px;
	object-fit: cover;
}



/* 优势 */
.advantage {
	padding: 50px 0;
}

.advantage .pubTit {
	color: #fff;
}

.advantage .forth {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.adCard {
	width: 300px;
	height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	overflow: hidden;
	transition: 0.5s;
}

.adt {
	margin: 20px auto;
	width: 90%;
	color: #fff;
}

.adCard:hover svg {
	transform: scale(1.1);
}

.adCard:hover svg path {
	fill: #f3982d;
}




.fuwu {
	padding: 50px 0;
}

.fuwul {
	width: 50%;
	display: flex;
	justify-content: center;

}

.fuwul img {
	width: 70%;
	object-fit: contain;
}

.fuwur {
	width: 50%;
	padding: 20px;
}

.fuwuTit {
	font-size: 30px;
	font-weight: 600;
	margin: 20px;
}

.fuwut {
	margin: 20px 0 50px 10px;
	font-size: 20px;
	text-align: justify;
}

.fuwuc {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.fuwub {
	width: 250px;
	line-height: 40px;
	background: #aaa;
	font-size: 20px;
	margin: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	cursor: default;
}

.fuwub:hover {
	background: #f3982d;
	color: #fff;
}



.application {
	padding: 50px 0;
	background: #f3982d;
}

.application .pubTit {
	color: #fff;
}

.application .forth {
	display: flex;
	justify-content: center;
}

.application .forth img {
	width: 95%;
	object-fit: cover;
}

.pubm {
	width: 100%;
	text-align: right;
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
}



.news {
	padding: 50px 0;
}

.news .pubm {
	color: #000;
}

.news .forth {
	display: flex;
	justify-content: center;
}

.newsCard {
	width: 95%;
	padding: 15px;
	background: #fff;
	box-shadow: 5px 5px 10px #aaa;
}

.nic {
	width: 100%;
	overflow: hidden;
}

.newsCard:hover img {
	transform: scale(1.1);
}

.nic img {
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 0 85%, 100% 100%, 100% 0);
	object-fit: cover;
}

.ntd {
	font-size: 14px;
	color: #000;
}

.ntt {
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	color: #000;
}



.footer {
	position: absolute;
	width: 100%;
	background-color: #353538;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer .forth {
	width: 25%;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer .forth:nth-child(2) {
	padding-left: 80px;
}

.footer .forth:nth-child(3) {
	padding-left: 60px;
}

.svgBox {
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ftTit {
	font-size: 24px;
	color: #f3982d;
	margin-left: 30px;
	font-weight: bold;
}

.ftTxt {
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	margin-left: 30px;
	line-height: 30px;
	font-weight: 500;
}
.ftTxt div{
    color: #fff;
}
.footer a:hover {
	color: #f3982d;
}

.copyright {
	margin-top: 50px;
	width: 100%;
	height: 100px;
	font-size: 12px;
	color: #fff;
	line-height: 100px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.copyright div{
    color: #fff;
}
.pubCon .forth{
        overflow: hidden;
    }
    .pubCon .forth>a{
        /*width: 333%;*/
        overflow: hidden;
    }
@media only screen and (max-width: 992px) {
    .abright{
        text-align: left;
    }
    .pubCon .forth{
        overflow: hidden;
    }
    .pubCon .forth>a{
        /*width:330%;*/
        overflow: hidden;
    }
    .hdbot .pubCon a{
        width: 84px !important;
        overflow: hidden;
    }
    .newtext>p>span{
        text-wrap: wrap !important;
    }
    .newtext>p>span>img{
        width: 335px !important;
        height: 302px !important;
    }
    .newtext>p>img{
         width: 335px !important;
        height: 302px !important;
    }
    .newtext>p>video{
         width: 335px !important;
        height: 305px !important;
    }
    .hdtop{
        display: none;
    }
    .hg{
        display: none;
    }
    .banner {
    	width: 100%;
    	height: auto;
    	background: #ddd;
    }
    
    .swiper-slide img {
    	width: 100%;
    	height: auto;
    	object-fit: contain;
    }
    .hdbot a{
        height: 50px;
    }
    .hdbot a img{margin-left:10px;height:50px !important;}
    .pcMenu {display: none;flex-direction: column;position: absolute;width: 100%; left: 0; top: 80px;text-align: center;}
	.pcMenu li{background-color: white;opacity: 0.95;border-bottom: 0.5px solid #eee;}
	.pcMenu li a{line-height: 30px;width:100%;color:#000;}
    .mobMenu{display: block !important;position:absolute;right:5px;z-index: 12;font-weight: 600;}
    .main{
        top: 80px !important;
    }
    .forth{
        width: 50%;
    }
    .pubTit{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .proCard{
        margin-top: 10px;
    }
    .prob{
        width: 96%;
        font-size: 16px;
    }
    .abtit{
        font-size: 24px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .abtxt{
        font-size: 14px;
        padding: 0 6px;
        text-align: left;
    }
    .abb{
        margin-left: 10px;
    }
    .abl{
        width: 100%;
        padding: 0;
    }
    .abr{
        display: none;
    }
    .ablb{
        width: 100%;
    }
    .ablb img{
        width: 60px;
    }
    .abnum{
        font-size: 20px;
    }
    .abwt{
        font-size: 14px;
        text-align: center;
    }
    .proName{
        font-size: 16px;
    }
    .adCard{
        width: 165px;
        height: 198px;
    }
    .adCard svg{
        width: 30px;
        height: 30px;
    }
    .adt{
        font-size: 16px;
    }
    .fuwul{
        width: 100%;
    }
    .fuwur{
        width: 100%;
        padding: 5px;
    }
    .fuwuc{
        justify-content: center;
    }
    .fuwut{
        font-size: 16px;
    }
    .fuwub{
        font-size: 14px;
        width: 180px;
        margin: 5px;
        line-height: 30px;
    }
    .forth{
        margin-top: 10px;
    }
    .footer .forth{
        width: 100%;
        padding: 0 15px;
    }
    .footer .forth:nth-child(2){
       display: none; 
    }
    .footer .forth:nth-child(3){
       display: none; 
    }
    .copyright{
        margin-top: 10px;
        flex-direction: column;
    }
    .copyright div{
        line-height: 20px;
    }
}