﻿* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family:Franklin Gothic; */
    font-size:16px;
    font-family:Arial,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
body{
	padding-top: 110px;
}
/****scroll css str **************/
::-webkit-scrollbar {
    width: 10px; 
  }
   
  /* 滚动条滑块样式 */
  ::-webkit-scrollbar-thumb {
    background-color: #4BDED4; 
    border-radius: 4px; 
  }
   
  ::-webkit-scrollbar-track:hover {
    background-color: #f1f1f1; 
  }
   

  ::-webkit-scrollbar-thumb:hover {
    background-color: #4BDED4;
  }
/****scroll css end **************/
/*-----------------[inside banner]--------------*/
.ban{
    height: 359px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
/***************-------[=head]-------************/
.udede-header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.05);
	z-index: 999;
}
.udede-header>.tophead{
	float:left;width:100%;min-height:20px;padding:5px 0;background:#00998f;color:#F1FFF8;
}
.tophead .hdhcmstopl{float:left;width:50%;height:auto;}
.tophead .hdhcmstopl>a{font-size:12px;color:#eee;}
.tophead .hdhcmstopr{
	float:right;
	width:50%;
	height:auto;
	font-size:12px;
	text-align: right;
}
.tophead .hdhcmstopr>i{color:#E8C204;margin: 5px 20px;}
.tophead .hdhcmstopr>span{font-size:12px;}
.udede-header .logo{
	float: left;
	height: 80px;
	line-height: 80px;
}
.udede-header .logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height:60%;

}
.udede-header .ch{
	float: right;
	margin-top: 30px;
	font-size: 14px;
	color: #1c5b99;
}
.udede-header .ch .pic{
	float: left;
	width: 32px;
	height: 20px;
}
.udede-header .ch .pic img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.udede-header .ch span{
	margin-left: 10px;
	display: block;
	float: right;
}

/*-----------------[location]--------------*/
.menuBtn{	display: none;position: relative;float: right;	margin-top: 5px;width: 40px;height: 40px;padding: 5px;cursor: pointer;}
.menuBtn b{display: block;width: 100%;height: 2px;border-radius: 2px;background-color: #1c5b99;margin: 5px 0 7px;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.menuBtn.open b{position: absolute;left: 5px;top: 35%;display: none;width: 30px;}
.menuBtn.open b:first-child{display: block;	transform: rotate(45deg);	-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.menuBtn.open b:last-child{display: block;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
.udede-nav{float: right;}
.udede-nav li{float: left;position: relative;}
.udede-nav li a.v1{display: block;height: 80px;line-height: 80px;font-size: 16px;color: #181818;text-align: center;}
.udede-nav li a.v1 span{
    position: relative;top: 0;display: block;padding: 0 25px;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
    font-weight:600;
}

.udede-nav li.on a.v1 span,
.udede-nav li:hover a.v1 span{
	top: 0px;color: #40dcd1;
	font-weight: 600;
}
.udede-nav li.on a.v1 span:after,
.udede-nav li:hover a.v1 span:after{
	display: block;
}
.udede-nav li >ul{display:none;}
.udede-nav li:hover >ul{
    display: block;
    width: 200px;
    height: auto;
    position: absolute;
    background: #fff;
    padding: 15px 0 15px 20px;
    box-shadow: 0 0 5px black;
}
.udede-nav li >ul>li{
display:block;
float:left;
width:100%;
height:auto;
list-style-type:none;
padding: 0px 0px 10px 0px;
}
.udede-nav dl{
	display: none;position: absolute;top: 100%;left: 0;right: 0;width: 300px;
	height:auto;background-color: rgba(255,255,255,.5);z-index: 99;
}

.udede-nav dl:after{
	content: '';position: absolute;right: 100%;top: 0;
	height: 60px;width: 100%;background-color: rgba(255,255,255,.5);
}

.udede-nav li:hover dl{display: block;}
.udede-nav dl dd{float: left;}
.udede-nav dl dd a{
	display: block;padding: 0 25px;text-align: center;height: 60px;
	line-height: 60px;color: #505050;font-size: 14px;
}
.udede-nav dl dd a:hover{color: #1c5b99;}
/*******************************	-------[Page Share str]-------********************************/
.contentarea{position:relative;max-width:1400px;margin:0 auto;}
.marginup30px{margin-top:30px !important;}
.marginbottom30px{margin-bottom:30px;}
.marginup70px{margin-top:70px !important;}
.marginbottom70px{margin-bottom:70px !important;}
.indexpublictitle{
    float: left; FONT-VARIANT: JIS90; width: 100%; padding: 10px 0;
    margin-bottom: 5px;border-radius: 10px;overflow: hidden;text-align: center;
}
.indexpublictitle>h2{font-size: 30px;color: #37AC64;}
.indexpublicdetail{float:left;width:100%;height:auto;}
.indexpublicdetail>.detail{display: block;line-height:200%;color:#444444;padding:15px;}
.publicdescript{
	float: left;
    width: 98%;
    margin: 20px auto;
    font-size: 18px;
    line-height: 150%;
    color: #7A7A7A;
    text-align: left;
}
.publicdescript>.detail{
    font-size:14px;margin:20px auto;color:#111;line-height:200%;
}
.newpublictitle{
    float:left;width:100%;height:35px;background:url(202406/IndexTitleBg.png) repeat-x;
    margin:20px auto;
}
.newpublictitle>.title{
    float:left;width:auto;height:auto;background:#fff;font-size:30px;
    margin: 0px 30px;padding: 0px 30px;
}
.indexmorehref{
    display: block;float: right;width: auto;padding: 10px 40px;background: #4BDED4;
    color: #fff;margin-right: 30px;border-radius: 10px;font-size: 14px;
}
.indexmorehref:hover{color:#13dfd2;background:#a6f5f0;}
.allcenter{text-align:center;}

.publicsinglebanner{
    float:left;width:100%;height:400px;background-position: center;text-align: center;
}

.publicquality{float:left;width:100%;text-align:center;}
.publicquality>h2{
    text-align: center;font-size: 48px;text-shadow: 0 3px 3px #c9c9c9;color: #000;
    margin: 20px 0 40px 0;
}
.publicquality>.content{float:left;width:100%;height:auto;}
.publicquality>.content>a{
    display:block;float:left;width:27%;height:245px;background:#4BDED4;
    margin:20px 6% 20px 0%;border-radius: 20px;box-shadow:0 2px 5px #ccc;
}
.publicquality>.content>a>i{
    font-size:100px;color:#A9FFF9;text-shadow:0 3px 5px #62FFF5;margin-top:30px;
}
.publicquality>.content>a>span{
    font-size:28px;color:#fff;margin-top:40px;display: block;
}
.publicquality>.content>a:hover{background:#D8FFFC;}
.publicquality>.content>a:hover>i{text-shadow:0 3px 5px #efefef;color:#4BDED4;}
.publicquality>.content>a:hover>span{color:#78E7DE;}

.publicchose{
    float:left;width:100%;height:361px;background:url(202402/btmCity.png) no-repeat center;
}
.publicchose>h2{font-size:30px;}
.publicchose>span{
    font-size:18px;line-height:40px;display:block;text-align:left;color:#000;
    padding: 60px 100px 0 100px;
    
}
/*******************************	-------[Page Share end]-------********************************/

/****************page button menu ************************/
.publicmenubtn{float:left;width:100%;height:auto;text-align:center;}
.publicmenubtn>div{
    display: inline-block;width: auto;
    height: auto;margin: 0px auto;padding: 0px;text-align: center;
}
.publicmenubtn>div>a{
	width: 200px;height: auto;padding: 10px 25px;color: #019D91;
    border-radius: 5px;margin: auto;font-weight: 600;display: block;position: relative;
}
.publicmenubtn>div>a:hover{background: #019B42;color: #fff;}
.publicmenubtn>div>a.checked{background: #019B42; color: #fff;}

#HdhcmsRollRtoL{position: relative;border:0px solid #0ff;width:100%; height: 400px;margin:50px auto 0;overflow: hidden;}
#HdhcmsRollRtoL ul{position: absolute;margin-top:40px;}
#HdhcmsRollRtoL ul li{list-style: none;width:480px;float: left;padding: 10px;height: auto;margin:30px 0px;text-align:center;}
#HdhcmsRollRtoL ul li img{
	max-width:300px;max-height:300px;border-radius:5px;
	box-shadow:-5px 10px 15px #ccc;
}
/****    background-image: linear-gradient(to bottom, #ffffff, #f4fdff);***/
.pagemenu{
    float:left;width:100%;height:45px;
    background-image:linear-gradient(to bottom,#ffffff,#efefef)
}
.pagemenu>.content{
    position:relative;max-width:1400px;margin:0 auto;
}
.pagemenu>.content>.r{
    float:right;width:auto;height:auto;padding:15px 0;color:#000;font-size:16px;font-weight:600;
}
.pagemenu>.content>.r>a{padding:8px 15px;}
.pagemenu>.content>.r>a.checked{background:#57e0d7;color:#fff;}
.pagemenu>.content>.r>a:hover{background:#57e0d7;color:#fff;}
.pagemenu>.content>.r>span{padding:10px}
/*******************************	-------[=Index]-------********************************/
.indexwelcomeUp{position: relative;top: -50px;z-index: 10;margin:0px auto !important;}
.indexwelcome{
    position:relative;width:98%;height:auto;border-radius:100px;margin:5px 1%;
    background-image: linear-gradient(to bottom, #ffffff, #f4fdff);
    box-shadow: 0px 2px 5px #afafaf;text-align:center;padding:40px 0;
    text-align:center;
}
.indexwelcome>h2{
    font-size:60px;font-weight:600;color:#4BDED4;font-family: Arial, Helvetica, sans-serif;
}
.indexwelcome>span{
    display:block;font-size:30px;font-family: Arial, Helvetica, sans-serif;color:#787878;
    font-style: italic;margin-top:24px;
}

.indexexplorelesha{
    position:relative;width:100%;height:auto;
}
.indexexplorelesha>.content{display: flex;width:100%;height:auto;}
.indexexplorelesha>.content>.l{
    display: block;overflow: hidden;flex-grow: 1;
}
.indexexplorelesha>.content>.l>.c{
    float:left;width:96%;margin:0px 2%;line-height: 30px;padding: 30px;text-align: left;
}

.indexexplorelesha>.content>.r{width:676px;height:333px;flex: 0 0 auto;}
.indexexplorelesha>.content>.r>img{width:676px;height:333px;border:0px;}
.indexexplorelesha>.titleone{
    float:left;width:100%;height:auto;color:#181818;font-size:30px;text-align:center;
    padding:40px 0 30px 0;
}
.indexexplorelesha>.company{float:left;width:100%;height:auto;}
.indexexplorelesha>.company>.single{
    display: block;float:left;width:25%;min-height:100px;border:5px solid #faf6f6;
    background:#f9ffff;margin:10px 0px;border-radius:20px;cursor: pointer;
}
.indexexplorelesha>.company>.single>h2{color:#7a8a89;font-size:24px;padding:20px 0;}
.indexexplorelesha>.company>.single>img{width:335px;height:161px;}
.indexexplorelesha>.company>.single>span{
   display: block; font-size:14px;color:#333;line-height:30px;text-align:left;
   padding:20px 10px;height:300px;
}
.indexexplorelesha>.company>.single:hover{
    background:#4BDED4;color:#fff;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;
}
.indexexplorelesha>.company>.single:hover>h2{
    color:#fff;
}
.indexexplorelesha>.company>.single:hover>span{
    color:#fff;
}

.indexproductarea{
    float: left;position:relative;width:100%;min-height:300px;background:url(202406/IndexProductAreaBg.png);
    border-top:5px solid #00b8ab;border-bottom:5px solid #00b8ab;
    padding-bottom:20px;
}
.indexproductarea>h2{
    font-size: 30px;color: #ffffff;padding: 20px 20px;
    width: 500px;margin: 0px auto 20px auto;border-bottom: 5px solid #fff;
}
.indexproductareaall{float:left;width:100%;height:auto;}
.indexproductarea50{
    display:block;position:relative;float:left;width:50%;height:auto;overflow:hidden;
    cursor:pointer;
}
.indexproductarea50>span{
    display: block;width: auto;height: 20px;color: #00cbd7;
    position: absolute;top: 20px;left: 20px;z-index: 5;
    font-size: 30px;-webkit-text-stroke: 0px #4bded4;font-weight: 600;
}
.indexproductarea50>img{float:left;width:100%;height:auto;}
.indexproductarea50:hover>img{transform: scale(1.05);}
.indexproductarea30{
    display:block;position:relative;float:left;width:33.333%;height:auto;overflow:hidden;
    cursor:pointer;
}
.indexproductarea30>span{
    display: block;width: auto;height: 20px;color: #aefaff;position: absolute;
    top: 20px;left: 20px;z-index: 5; font-size: 30px;font-weight: 600;
}
.indexproductarea30>img{float:left;width:100%;height:auto;}
.indexproductarea30:hover>img{transform: scale(1.05);}


.indexengineering{
    position:relative;width:100%;height:auto;
}
.indexengineering>.indexengcontent{
    position:relative;float:left;width:100%;height:auto;display: flex;
}
.indexengineering>.indexengcontent>.l{float:left;width:555px;height:430px;flex: 0 0 auto;}
.indexengineering>.indexengcontent>.l>img{float:left;width:555px;height:430px;}
.indexengineering>.indexengcontent>.r{
    display:block;overflow:hidden;background:url(202406/IndexEngineeringBg.png);
    flex-grow: 1;
}
.indexengineering>.indexengcontent>.r>.lr{
    float:left;width:96%;min-height:200px;font-size:16px;line-height:36px;margin:20px 2%;
    text-align:left;
}

.indexbusinessbg{background:#E9FFFD;min-height:300px;}
.indexbusinesstitle{font-size:40px;color:#000;margin:20px auto;}
.indexbuscontent{
    display:block;background:#DDFFFC;color:#1f363c;font-size:16px;line-height:30px;
    margin:10px 20px;padding:20px 30px;text-align: left;border-radius:20px;
}
.indexnewsmedia{
    position:relative;width:100%;height:auto;
}
.indexnewsmedia>.indexnewscontent{
    position:relative;float:left;width:100%;height:auto;display: flex;text-align:left;
}
.indexnewsmedia>.indexnewscontent>.l{
    display: block;float:left;width:442px;height:550px;flex: 0 0 auto;cursor:pointer;
}
.indexnewsmedia>.indexnewscontent>.l:hover{background:#f4f4f4;}
.indexnewsmedia>.indexnewscontent>.l>img{float:left;width:442px;height:331px;}
.indexnewsmedia>.indexnewscontent>.l>b{
    display:block;float:left;padding:10px 0px;line-height:100%;height:70px;
    line-height:150%;width:98%;margin:0px 1%;
}
.indexnewsmedia>.indexnewscontent>.l>.ms{
    display:block;color:#666666;font-size:14px;float:left;width:98%;margin:0px 1%;
    height:170px;line-height:200%;overflow:hidden;
}
.indexnewsmedia>.indexnewscontent>.l>.tz{
    display:block;float:left;width:98%;margin:0px 1%;height:auto;padding:5px;
}
.indexnewsmedia>.indexnewscontent>.l>.tz>.l{
    display:block;float:left;width:auto;height:auto;font-size:12px;
}
.indexnewsmedia>.indexnewscontent>.l>.tz>.r{
    display:block;float:right;width:auto;height:auto;font-size:12px;
}
.indexnewsmedia>.indexnewscontent>.r{
    display: block;overflow:hidden;height:auto;flex-grow: 1;
    margin-left:20px;
}
.indexnewsmedia>.indexnewscontent>.r>a{
    display: flex;height:118px;width:100%;cursor:pointer;border-bottom:1px dotted #999;
}
.indexnewsmedia>.indexnewscontent>.r>a:hover{background:#f4f4f4;}
.indexnewsmedia>.indexnewscontent>.r>a>img{float:left;width:157px;height:118px;flex:0 0 auto;}

.indexnewsmedia>.indexnewscontent>.r>a>.rq{
    display: block;float:left;width:100px;height:118px;flex:0 0 auto;
}
.indexnewsmedia>.indexnewscontent>.r>a>.rq>b{
    display:block;font-size:70px;text-align: center;color:#63C1BF;
}
.indexnewsmedia>.indexnewscontent>.r>a>.rq>span{
    display:block;font-size:20px;text-align: center;
}
.indexnewsmedia>.indexnewscontent>.r>a>.nr{
    display: block;overflow:hidden;height:118px;flex-grow:1;margin:0px 10px;
}
.indexnewsmedia>.indexnewscontent>.r>a>.nr>b{
    display: block;font-size:18px;padding-top:7px;
}
.indexnewsmedia>.indexnewscontent>.r>a>.nr>span{
    display: block;font-size:14px;line-height:150%;
}

.indexnewsmedia>.indexnewscontent>.r>a>.gd{
    display: block;float:left;width:53px;height:50px;flex:0 0 auto;
    background:#63C1BF;border-radius:10px;font-size:12px;margin:20px 10px 0 0px;
}
.indexnewsmedia>.indexnewscontent>.r>a>.gd>span{
    display: block;width:auto;height:auto;padding:5px;margin:5px;border-radius:10px;
    border:1px solid #84CCCC;font-size:12px;color:#FEFEFE;
}

.indexhealth{
    position:relative;width:100%;height:auto;
}
.indexhealth>.indexheacontent{
    position:relative;float:left;width:100%;height:auto;display: flex;
}
.indexhealth>.indexheacontent>.l>img{float:left;width:527px;height:314px;}
.indexhealth>.indexheacontent>.l{
    display:block;overflow:hidden;background:url(202406/indexhealthBg.png);
    flex-grow: 1;
}
.indexhealth>.indexheacontent>.l>.lr{
    float:left;width:96%;min-height:200px;font-size:16px;line-height:36px;margin:20px 2%;
    text-align:left;
}
.indexhealth>.indexheacontent>.r{float:right;width:555px;height:auto;flex: 0 0 auto;}
/*****indexprofile end*******/
  .piclist{float:left;width:440px;height:400px;text-align: left;}
  .piclist>#slider {
	overflow: hidden;
	position: relative;
	width: 440px; /* set width that you want */
  }
  .piclist>#slider>.slide {
	width: 440px; /* set width width silder */
	float: left;
    transition: all 0.5s ease;
  }
  .piclist>#slider>.slide>img{float:left;width:440px;height:400px;}
  .piclist>#slider>.slide>.upbg{
    position:absolute;width:100%;height:400px;background:rgba(0,0,0,0.3);
  }
  .piclist>#slider>.slide>.upword{
    position: relative;
    bottom: 200px;
    color: #fff;
    width: 60%;
    height: auto;
    line-height: 200%;
    font-weight: 600;
    margin: 0px 20%;
    /**background:rgba(0,0,0,0.5);**/
  }
  #prev{
  position: sticky;
	  bottom: 220px;
	  right: 0px;
	  z-index: 50;
	  left: 0px;
	  background:url(pres1.gif) no-repeat center rgba(0,0,0,0.5);
	  width:25px;height:40px;border:0px;
  }
  #next{
	  position: sticky;
	  bottom: 220px;
	  z-index: 50;
	  margin-left: 415px;
	  background: url(nexts1.gif) no-repeat center rgba(0,0,0,0.5);
	  width: 25px;
	  height: 40px;
	  border: 0px;
  }
/*****indextechnology end*******/
/*******************************	-------[=Manufacturing]-------********************************/
.manuchose{float:left;width:100%;height:auto;text-align: center;}
.manuchose>h2{text-align:center;font-size:48px;text-shadow: 0 3px 3px #c9c9c9;color:#000;}
.manuchose>.listframe{
    /*
    float:left;width:419px;height:166px;background-repeat:no-repeat;
    border-radius: 10px;margin:60px 20px 10px auto;box-shadow: 0 2px 5px #666;
    */
    float: left;width: 31%;height: 166px;background-size: cover !important;
    background-repeat: no-repeat;border-radius: 10px;margin: 60px 1% 10px 1%;
    box-shadow: 0 2px 5px #666;
}
.manuchose>.listframe>a{
    display: block;padding:20px;color:#fff;font-size:18px;line-height:30px;text-align:left;
    cursor:pointer;
}
.manuchose>.listframe>a:hover{display:block;height:100%;background:rgba(75,222,212,0.15);}
.mauprofile{float:left;width:100%;height:auto;text-align: center;padding:20px 0 0 0;}
.mauprofile>.word{
    float: left;max-width: 855px;height: 415px;margin: 20px 80px 30px 0px;
}
.mauprofile>.word>h2{
    text-align: center;font-size:30px;line-height:40px;color:#000;
    text-shadow:0 2px 5px #666;margin:30px 0 20px 0;
}
.mauprofile>.word>div{
    font-size:18px;line-height:36px;color:#000;text-align: left;
    width:855px;height:324px;overflow:hidden;
}
.mauprofile>.profile{
float:left;width:358px;height:430px;background:#E3E3E3;margin: 20px 107px 20px 0px;
display: block; box-shadow: 0 2px 5px #888;
}
.mauprofile>.profile:hover{background:#4BDED4;color:#DBFFFC;box-shadow: 0 2px 3px #333;}
.mauprofile>.profile>img{float:left;width:358px;height:263px;}
.mauprofile>.profile>h3{
    float:left;width:100%;height:auto;font-size:16px;color:#fff;padding:10px 0;
    background:#1bcdc1;
}
.mauprofile>.profile>span{
    display:block;font-size:14px;line-height:25px;color:#454545;padding:5px 10px;
    text-align: left;
}
.mauprofile>.profile:hover>span{color:#fff;}

.maunonwoven{
    float:left;width:100%;height:auto;text-align: center;margin:20px 0 0 0;
    background: url(202401/nonwovenline.png) center no-repeat;
    width: 1291px;
    height: 526px;
    background-position-y: 50px;
}
.maunonwoven>h2{
    font-size:30px;color:#000;text-shadow:2px 0 7px #a0a0a0;
}
.maunonwoven>span{
    display: block;width: 750px;height: auto;background: #E7FFFE;border-radius: 20px;
    margin: 40px 0 0 20px;box-shadow: 0px 2px 5px #72b0b3;
}
.maunonwoven>span:hover{
    box-shadow: 0 0 0 #eee;
}
.maunonwoven>span>span{
    display:block;font-size:16px;line-height:25px;padding:20px;text-align:left;
    color:#333;
}
.nonwovenlinemobile{display: none;}
.manuequipment{float:left;width:100%;height:auto;text-align: center;}
.manuequipment>h2{
    text-align:center;font-size:48px;text-shadow: 0 3px 3px #c9c9c9;color:#000;
    margin:30px 0;
}
.manuequipment>.content{display: flex;position:relative;}
.manuequipment>.content>.l{width:810px;height:540px;flex:0 0 auto;}
.manuequipment>.content>.l>.img{
   display:block;float:left;width:392px;height:260px;margin:5px 10px 5px 0;
   border-radius:5px;overflow:hidden;box-shadow: 0 2px 5px #888;
}
.manuequipment>.content>.l>.img:hover{box-shadow:0 2px 5px #000;}
.manuequipment>.content>.l>.img>img{float:left;width:100%;height:100%;border:0px;}
.manuequipment>.content>.l>.img:hover>img{transform: scale(1.05);}

.manuequipment>.content>.r{display: block;text-align:left;overflow:hidden;flex-grow:1;height:540px;}
.manuequipment>.content>.r>a{
    display: block; font-size:16px;line-height:39px;padding:0px;color:#000;
}

.mauproduct{float:left;width:100%;height:auto;text-align: center;}
.mauproduct>a{
    display:block;float:left;width:25%;height:auto;margin:0px;padding:0px;
    background:#EEEEEE;
}
.mauproduct>a>b{display:block;float:left;width:100%;height:auto;padding:20px 0;background:#40dcd1;color:#FFF;}
.mauproduct>a:hover>b{background:#E3FFFF;color:#40dcd1;}
.mauproduct>a>span{
    display:block;float:left;width:100%;height:auto;text-align:center;
}
.mauproduct>a>span>img{max-width:100%;height:auto;text-align:center;}
.mauproduct>a:hover>span>img{transform:scale(1.1);}
/*******************************	-------[=QualityQssurance]-------********************************/
.qualitythreecert{float:left;width:100%;height:auto;}
.qualitythreecert>a{
    display:block;float:left;width:342px;height:533px;background:#40DCD1;
    border-radius: 30px;margin: 10px 60px;
}
.qualitythreecert>a:hover{background:#2368A6;}
.qualitythreecert>a>img{float:left;width:100%;height:auto;}
.qualitythreecert>a>span{
 display: block;float: left;font-size: 22px;color: #fff;padding: 30px 0;width: 100%;
}

.qualitytwomember{
    display: block;position:relative;width:1333px;height:244px;background:url(202401/qualitymemberbg.png) no-repeat;
    overflow:hidden;margin:10px auto;
}
.qualitytwomember>.word{
    float:left;width:470px;height:150px;margin:40px auto auto 30px;font-size:18px;
    line-height:30px;color:#373737;text-shadow: 0 2px 5px #999;
}
.qualitytwomember>img{box-shadow: 0 2px 5px #777;}
.qualitytwomember>img:hover{box-shadow: 0 2px 5px #333;}
.qualitytwomember>.imgtapma{
    float:left;width:auto;height:auto;margin:50px 0 0 70px;
}
.qualitytwomember>.imgditp{float:left;width:auto;height:auto;margin:50px 0 0 40px;}
.qualitycpkbg{height:697px;background:url(202402/qualitycpkbg.png) no-repeat center;}
.qualitycpk{float:left;width:100%;height:auto;}
.qualitycpk>h2{font-size:40px;color:#000;margin:40px auto auto auto;}
.qualitycpk>span{display: block;font-size:16px;color:#7f7f7f;margin:20px 0;}
.qualitycpk>div{float:left;width:100%;height:auto;}
.qualitycpk>div>a{
    display:block;float:left;margin:20px 2.33% 20px 1%;width:30%;height:auto;
    background:#fff;box-shadow:0 2px 5px #d6d6d6;border-radius:10px;
    overflow:hidden;cursor:pointer;
}
.qualitycpk>div>a:hover{box-shadow:0 2px 5px #28cef7;}
.qualitycpk>div>a>img{float:left;width:90%;height:auto;margin:20px 5% 20px 5%;}
.qualitycpk>div>a>span{
    display:none;position:absolute;float:left;width:420px;height:495px;
    background:rgba(0, 0, 0, 0.14);z-index:2;border-radius:10px;
}
.qualitycpk>div>a:hover>span{display: block;}
.qualitycpk>div>a>span>span{
    display: block;
    position: absolute;
    width: 66px;
    height: 66px;
    background: #fff;
    border: 1px solid #49DED4;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -33px;
}
.qualitycpk>div>a>span>span>i{
    font-size: 30px;margin-top: 15px;color:#49DED4;
}

#qualitylistbig{
    position:fixed;width:100%;height:100%;top:0px;z-index:999;
    background:rgba(0,0,0,0.8);text-align:center;
}
#qualitylistbig>a{
    display: block;position:absolute;right:10px;top:10px;color:#fff;
    font-size:40px;
}
#qualitylistbig>div{display: block;width:90%;height:90%;overflow:auto;margin:5%;}

.qualitypyd{float:left;width:100%;height:auto;}
.qualitypyd>h2{font-size:40px;text-align: center;color:#000;margin:40px auto 20px auto;}
.qualitypyd>span{display:block;width:90%;margin:10px 5%;font-size:16px;line-height:22px;}
.qualitypyd>div{float:left;width:100%;height:auto;}
.qualitypyd>div>a{
    float:left;width:415px;height:520px;background:#F4F4F4;margin:25px;box-shadow:2px 2px 3px #cdcdcd;
}
.qualitypyd>div>a:hover{background:#CBFFFB;}
.qualitypyd>div>a>img{width:415px;height:420px;}
.qualitypyd>div>a>span{
    display:block;width:100%;height:100px;overflow:hidden;color:#4BDED6;
    font-size:24px;line-height:120%;padding-top:20px;
}
/*******************************	-------[=ABOUT US]-------********************************/
.aboutusprofile{
    float:left;width:100%;height:auto;display: flex;
}
.aboutusprofile>.l{display: block;overflow:hidden; flex-grow:1;min-height:100px;}
.aboutusprofile>.l>div{font-size:16px;line-height:36px;color:#000;text-align:left;}
.aboutusprofile>.r{
    float:right;width:358px;min-height:100px;margin:0 30px 0px 30px;
    flex:0 0 auto;
}
.aboutusprofile>.r>a{
    display:block;width:100%;height:331px;margin-bottom:30px;overflow:hidden;
    box-shadow: 0 2px 5px #888;padding:0px;
}
.aboutusprofile>.r>a>img{width:100%;height:auto;margin:0px;padding:0px;}
.aboutusprofile>.r>a:hover>img{transform: scale(1.1);animation: loadLeftToRight 0.5s;}

/***time line str ****/
.timelinebg{
	background-attachment: fixed;
    background-image: url(lesha-timeline-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;min-height:600px;
}
.timelinebg>.timelineup{
	overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;box-sizing: border-box;
}
.elementor-shape-fill{
	fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.be-title{color:#61CE70;}
.be-content{color:#019B42;}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.timelinebg>.timelinedn{
	text-align:center;
}
.timelinedn>ul{
	width: 600px;
    margin: 10px auto;top:40px;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline::before {
    background-color: var(--e-global-color-secondary);
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.timeline:before {
    top: 10px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #FEF100;
    left: 50%;
    margin-left: -1.5px;
}
.timeline li {
    margin-bottom: 25px;
    position: relative;
}
.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}
.timeline li:after {
    clear: both;
}
 .timeline li .tl-circ {
    background: #FEF100;
    border: 5px solid #e6e6e6 !important;
}
.timeline li .tl-circ {
    background: var(--e-global-color-secondary);
    border: var(--e-global-color-secondary);
}

.timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    background: #FEF100;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-left: -13px;
    border: 5px solid #d2e3f9;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
}
 .be-pack .timeline-panel {
    font-family: "Helvetica", tahoma;
    font-weight: 400;
    background-color: #FFFFFF;
}
.be-pack .timeline-panel, .be-pack .timeline-panel p {
    color: #019B42;
}
 .timeline-panel {
    box-shadow: 0px 0px 10px 0px rgba(254, 241, 0, 0.3);
}
.timeline li.timeline-inverted .timeline-panel {
    float: right;
}
.be-pack .timeline-panel {
    font-family: var(--e-global-typography-primary-font-family), tahoma;
    font-weight: var(--e-global-typography-primary-font-weight);
    background-color: var(--e-global-color-secondary);
}
.be-pack .timeline-panel, .be-pack .timeline-panel p {
    color: var(--e-global-color-secondary);
}
.timeline li .timeline-panel {
	position: relative;
    width: 45%;
    float: left;
    background: #fff;
    border: 5px solid #FEF100;
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #FEF100;
    border-right: 0 solid #fff;
    border-bottom: 15px solid transparent;
    content: " ";
}

.be-pack .timeline-panel {
    font-family: var(--e-global-typography-primary-font-family), tahoma;
    font-weight: var(--e-global-typography-primary-font-weight);
    background-color: var(--e-global-color-secondary);
}
.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape {
    overflow: hidden;
    position: relative;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.aboutprofile>.content>.RdTwo{
    float:left;width:100%;height:auto;
}
.aboutprofile>.content>.RdTwo>.half{
    float:left;width:48%;height:420px;margin:10px 1%;
}
.aboutprofile>.content>.RdTwo>.half>p{
     margin-top:200px;color:#7A7A7A;
}
/***time line end ****/
/**************new Product str ***************/
.productbanner{background:url(202406/PageBannerProduct.png);}
.productbanner h2{
    text-align: left;
    font-size: 48px;
    color: #dbfffd;
    margin: 60px auto 20px auto;
    text-shadow: 2px 3px #000;
}
.productbanner span{
    display: block;
    width: 590px;
    height: auto;
    -webkit-text-stroke: 0.1px #fff;
    color: #000;
    font-weight: 900;
    text-align: left;
    font-size: 20px;
    text-shadow: 1px 1px 2px #fff;
}

.producttitleframe{
    float:left;width:96%;height:auto;margin:10px 2%;border-radius:20px;
    background:url(202406/ProductTitleBg.png);padding-bottom:50px;
    background-size:cover;
}
.producttitleframe>h2{
    color:#fff;font-size:40px;padding:40px 0 20px 0;
}
.producttitleframe>span{
   display: block; color:#fff;font-size:18px;padding:0px 40px;line-height:40px;text-align:left;
}
/**************new Product end ***************/

/*******************************	-------[Product Profile]-------********************************/
.producttitle{float:left;width:100%;height:auto;text-align: center;}
.producttitle>h2{
	color: #000000;
    font-family: "Montserrat", tahoma;
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    width: 300px;
    margin: 50px auto 0 auto;
}
.producttitle>h3{
	color: #000000;
    font-family: "Montserrat", tahoma;
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    width: 500px;
    margin: 50px auto 0 auto;float:left;text-align: left;
}
.producttitle>p{
	width:90%;margin:20px auto;font-size:18px;line-height:150%;
	color:#7A7A7A;
}

.productprofile{width:100%;max-width:1400px;min-height:100px;margin:0 auto;padding:0px;text-align:left;}
.productprofile>.content{float:left;width:94%;min-height:auto;margin:0px 3%;line-height: 200%;}

.thrimg{float:left;width:100%;min-height:auto;}
.thrimg>a{
	float:left;width:20%;height:auto;margin:10px 6%;overflow:hidden;transform: all 0.5s;
	cursor: pointer;border:1px solid #F0F0F0;box-shadow:0px 2px 5px #999;
}
.thrimg>a>img{
	float:left;width:100%;height:auto;
}
.thrimg>a:hover{color:#019B42;border:1px solid #40DCD1;box-shadow:0px 2px 5px #40DCD1;}
.thrimg>a:hover>img{
	transform: scale(1.5);
}
.thrimg>a>.pic{
	float:left;width:100%;height:auto;border:0px solid #7fbd91;overflow:hidden;
    padding:20px 0;
}
.thrimg>a>.pic>img{
	float:left;width:100%;height:auto;
}
.thrimg>a:hover>.pic>img{
	transform: scale(1.05);
}
.thrimg>a>.tit{
	float:left;width:100%;height:48px;overflow:hidden;color:#666666;
	text-align: center;font-size:14px;padding: 10px 0;line-height:100%;
    background:linear-gradient(to bottom,#efefef,#fff,#efefef);
}
.thrimg>a:hover>.tit{background:#40DCD1;color:#fff;}
.thrimg>a>.des{
	float:left;width:100%;height:auto;overflow:hidden;
	line-height:150%;font-size:15px;
}



.hdhcmsListImg{
    position: fixed;width: 100%;
    top: 0px;height: 100%;
    background: rgb(0 0 0 / 50%);
    left: 0px;z-index: 1000;display: none;
}
.hdhcmsListImg>.tit{
    float:left;width:100%;height:auto;padding:10px 0px;font-weight:600;
    color:#fff;background:#000;
}
.hdhcmsListImg>.tit>span{display:block;float:left;text-indent:10px;}
.hdhcmsListImg>.tit>i{float:right;cursor:pointer;margin-right:10px;}
.hdhcmsListImg>.img{float:left;width:100%;text-align:center;}
.hdhcmsListImg>.img>img{margin:0px auto;}
#hdhcmsImg {
    border: 1px solid #000;
    position: relative;
    height:100%;
  }
  .hdhcmsListImg>#imageprev{
    position: absolute;
    z-index: 50;
    left: 0px;
    background: url(pres1.gif) no-repeat center rgba(0,0,0,0.5);
    width: 25px;
    height: 40px;
    border: 0px;
    top: 50%;
    cursor: pointer;
  }
  .hdhcmsListImg>#imagenext{
    position: absolute;
    margin-left: 415px;
    background: url(nexts1.gif) no-repeat center rgba(0,0,0,0.5);
    width: 25px;
    height: 40px;
    border: 0px;
    cursor: pointer;
    right: 0px;
    top: 50%;
  }
/*******************************-------[=Clients&Partnership]-------********************************/
.partnership{float:left;width:100%;height:auto;text-align: center;}
.partnership>h2{
    text-align:center;font-size:48px;text-shadow: 0 3px 3px #c9c9c9;
    color:#000;margin:20px auto 40px auto;
}
.partnership>.profile{
    width:100%;height:auto;border-radius:20px;
    background:url(202402/partnershiptitlebg.png);
}

.partnership>.profile>span{
   display:block;font-size:16px;line-height:25px;color:#d5fffc;
   padding:20px 50px;text-align:left;
}
.partnership>.map{
    float:left;width:100%;height:auto;text-align:center;margin:20px 0;
    padding:20px 0;border-radius:20px;
}
.partnershipbgcolor{background:#E0FEF5;padding:10px 0 30px;}
.partnershipbgcolor h2{
    font-size:48px;color:#000;text-shadow:0 2px 5px #888;
    margin:20px auto 30px auto;
}
.partnershipimagebj{
	height: 400px;background:url(map-gray.gif) center no-repeat;
    width:100%;background-size: contain;
}

.partnershiparea{
	height: auto;
    top: -60px;
    position: relative;
	background:none;
}

/**********Mission And Vision start**********/
.messionlist{
	float:left;width:100%;min-height:100px;padding:0px 0;margin-top:50px;
}
.messionlist>.left{float:left;}
.messionlist>.right{float:right;}
.messionlist>.mession{display:block;width:48%;margin:10px 1%;overflow:hidden;}
.messionlist>.wrd{
	background:#F0FFFE;height:305px;
}
.messionlist>.wrd>h3{
	font-size:48px;background:#57E0D7;padding:20px 0;color:#fff;font-style:italic;
}
.messionlist>.wrd>p{
	font-size:16px;color:#666;padding:20px 100px 0 100px;line-height:30px;
    text-align:left;
}
/**********Mission And Vision end**********/

/*******************************	-------[=Contact US]-------********************************/
.contactuslist{
	float: left;
    width: 100%;
    margin: 20px auto;
    font-size: 18px;
    line-height: 150%;
    color: #7A7A7A;
    text-align: left;
}
.contactuslist>.l{
    float:left;width:46%;height:auto;padding:10px 0;
}
.contactuslist>.l>h2{font-size:30px;color:#444;}
.contactuslist>.l>.content{float:left;width:100%;height:auto;display: flex;margin:30px 0 0px 0;}
.contactuslist>.l>.content>.l{display: block;overflow: hidden;flex-grow:1;}
.contactuslist>.l>.content>.l>h3{display:block;font-size:26px;}
.contactuslist>.l>.content>.l>span{
    display:block;font-size:16px;line-height:30px;color:#444;padding:10px 0;
}
.contactuslist>.l>.content>.r{float:right;width:260px;height:auto;flex:0 0 auto;}
.contactuslist>.l>.content>.r>img{max-width:100%;margin: 10px 0 0 0;}
.contactuslist>.r{
    float:right;width:46%;height:auto;padding:10px 0;
}
.contactuslist>.r>form{margin:0px;padding:0px;}
.contactuslist>.r>form>.content{
    float: left;display:block;margin:10px;padding:20px;background:#F8FFFF;height:auto;
    box-shadow:0 1px 6px #d6d6d6;
}
.contactuslist>.r>form>.content>h2{font-size:30px;color:#444;margin:10px 10px;}
.contactuslist>.r>form>.content>div{float:left;width:100%;height:auto;margin:10px auto;}
.contactuslist>.r>form>.content>div>.srk{float:left;width:98%;height:auto;margin:5px 1%;border:1px solid #cbcbcb;padding:5px 2px;font-size:16px;}
.contactuslist>.r>form>.content>div>.dwb{float:left;width:98%;height:50px;margin:5px 1%;border:1px solid #cbcbcb;padding:5px 2px;font-size:16px;}
.contactuslist>.r>form>.content>div>.xlk{float:left;width:98%;height:auto;margin:5px 1%;border:1px solid #cbcbcb;padding:5px 2px;font-size:16px;}
.contactuslist>.r>form>.content>div>.tjk{
    float:left;width:98%;height:auto;margin:5px 1%;box-shadow:0 2px 7px #ddd;
    padding:5px 2px;font-size:16px;background:#57E0D7;color:#fff;border:0px;
}
.contactuslist>.r>form>.content>div>.row{float:left;width:98%;height:auto;margin:5px 1%;font-size:16px;}
.contactuslist>.r>form>.content>div>.row>.l{float:left;width:50%;height:auto;}
.contactuslist>.r>form>.content>div>.row>.l>input{float:left;width:98%;height:auto;margin:5px 1%;border:1px solid #cbcbcb;padding:5px 2px;font-size:16px;}
/*******************************	-------[=Engineering]-------********************************/
.engineeringdesign{float:left;width:100%;height:auto;text-align:left;}
.engineeringdesign>h2{font-size:48px;color:#000;text-shadow:0 2px 7px #a0a0a0;}
.engineeringdesign>.content{float:left;width:100%;display: flex;}
.engineeringdesign>.content>.l{
    float:left;width:440px;height:1101px;flex:0 0 auto;text-align:left;
}
.engineeringdesign>.content>.l>img{
    margin: 30px auto;border-radius: 20px;box-shadow: 0 3px 10px #eeee;
}
.engineeringdesign>.content>.r{
    display:block;overflow:hidden;flex-grow:1;margin-left:60px;
}
.engineeringdesign>.content>.r>.demo{
    width:100%;font-size:16px;line-height:40px;color:#333;margin-top: 25px;
}
.engineeringdesign>.content>.r>.list{
    float:right;width:96%;display: flex;height:auto;margin-top:50px;
}
.engineeringdesign>.content>.r>.list>.l{float:left;width:83px;height:auto;flex:0 0 auto;}
.engineeringdesign>.content>.r>.list>.l>span{
    display:block;width:83px;height:78px;background:url(202403/engineeringnumbg.png);
    text-align:center;
}
.engineeringdesign>.content>.r>.list>.l>span>i{
    font-size:72px;font-weight:600;color:#fff;    line-height: 100%;
}
.engineeringdesign>.content>.r>.list>.r{
    display: block;height:auto; overflow: hidden;flex-grow:1;margin-left:30px;
}
.engineeringdesign>.content>.r>.list>.r>b{
    display: block;padding:10px 0;font-size:30px;color:#010101;font-style:italic;
}
.engineeringdesign>.content>.r>.list>.r>span{
    font-size:16px;line-height:30px;color:#000;font-weight:600;
}

.engineeringrdbg{height:1329PX;background:url(202403/engineeringrdbg.png) center no-repeat;}
.engineeringrd{width:100%;display:block;}
.engineeringrd>h2{
    text-align: left;color:#fefefe;font-size:48px;text-shadow: 0 2px 7px #a0a0a0;
    margin:20px 0 0 0;
}
.engineeringrd>.rdlayer{float:left;width:100%;display:flex;height:auto;}
.rdlayer>.l{display: block;overflow: hidden;flex-grow:1;}
.rdlayer>.l>div{
    display: block;font-size:16px;line-height:30px;color:#515151;
    margin:20px 20px 0 0;padding:20px;background:rgba(199,255,251,0.6);
    /**background:url(202406/IndexProductAreaBg.png);***/
    border-radius:20px;text-align:left;box-shadow: 3px 3px 10px rgba(31,31,31,0.6);
}
.rdlayer>.r{float:right;width:1034px;height:auto;flex:0 0 auto;}
.rdlayer>.r>img{
    width:100%;height:auto;animation: moveDownUp 2s infinite alternate; /* 应用动画 */
}
.engineeringrd>.rddatabase{float:left;width:100%;display:flex;height:auto;padding-top:20px;}
.rddatabase>.l{display: block;overflow:hidden;flex-grow:1;}
.rddatabase>.l>a{
    display:block;float:left;width:451px;height:267px;overflow:hidden;
    margin:0 50px 47px 0px;border-radius:20px;box-shadow:0 2px 7px rgba(4,0,0,0.5);
}
.rddatabase>.l>a>img{float:left;width:100%;height:auto;}
.rddatabase>.l>a:hover>img{transform:scale(1.1);}
.rddatabase>.r{float:right;width:374px;height:auto;flex:0 0 auto;}
.rddatabase>.r>.content{
    float:left;width:100%;min-height:171px;background:#E8FFFD;margin:0 0 20px 0;
    padding-bottom:10px;
}
.rddatabase>.r>.content>b{
    display: block;padding:10px;background:#003632;color:#e8fffd;font-size:18px;
}
.rddatabase>.r>.content>span{
    display: block;margin:10px 20px;font-size:14px;color:#272727;line-height:25px;
    text-align:left;
}
.rddatabase>.r>.content>span>p{
    display: block;margin:0px;font-size:14px;color:#272727;line-height:25px;
    text-align:left;
}
.engineeringtest{float:left;width:100%;height:auto;}
.engineeringtest>h2{font-size: 48px;color: #000;text-shadow: 0 2px 7px #a0a0a0;}
.engineeringtest>.demo{
    float:left;width:100%;margin:20px 0;border-radius:10px;line-height:20px;
    background:#FAFFFF;box-shadow:0 2px 5px rgba(0,0,0,0.6);
}
.engineeringtest>.demo>span{margin: 10px 200px;display: block;line-height: 30px;color: #8A9085;}
.engineeringtest>.testflex{display: flex;width:100%;height:auto;float:left;}
.engineeringtest>.testflex>.l{
    float:left;width:197px;min-height:100px;background:url(202403/TestFacilitiesLeftimg.png);
    flex:0 0 auto;
}
.engineeringtest>.testflex>.r{display: block;overflow:hidden;flex-grow: 1;}
.engineeringtest>.testflex>.r>.content{
    display:block;float:right;width:1145px;height:auto;background:#EDEDED;
}
.engtestfix{overflow:hidden;flex:0 0 auto;}
.engtextgrow{flex-grow:1;}
.engtestl{float:left;}
.engtestr{float:right;}
.engineeringtest>.testflex>.r>.content>.img{display:block;width:453px;height:369px;overflow:hidden;}
.engineeringtest>.testflex>.r>.content>.img>img{width:453px;height:auto;}
.engineeringtest>.testflex>.r>.content>.img:hover>img{transform:scale(1.05);}
.engineeringtest>.testflex>.r>.content>.wrd{display:block;width:692px;}
.engineeringtest>.testflex>.r>.content>.wrd>h2{
    background:#40dcd1;color:#f2fff7;margin:0px;padding:20px 0;font-size:21px;
    text-align:left;text-indent: 20px;
}
.engineeringtest>.testflex>.r>.content>.wrd>span{
    display: block;font-size:14px;line-height:30px;color:#292929;text-align:left;
    padding:20px 0 0 100px;
}

.EngineerMediaprocessbg{background:url(202403/EngineerMediaprocessbg.png);}
.EngineerMediaprocess{
    display: block;width:100%;min-height:300px;
}
.EngineerMediaprocess>h2{
    font-size:48px;color:#fefefe;text-shadow:0 2px 7px rgba(0,0,0,0.3);
    margin-top:30px;
}
.EngineerMediaprocess>.content{float:left;width:100%;height:auto;}
.EngineerMediaprocess>.content>a{
    display:block;float:left;width:248px;height:240px;background:url(202403/Mediaproflowbg.png);
    margin:20px 20px 60px 80px;
}
.EngineerMediaprocess>.content>a>.t{
    width:154px;height:154px;float:left;
    position:absolute;border:0px;z-index:3;top:10px;left:0px;
    border-radius:50%;overflow:hidden;border:5px solid #B0FFFA;box-shadow:0 2px 7px rgba(0,0,0,0.3);
    animation: moveDownUp 2s infinite alternate; /* 应用动画 */
}
.EngineerMediaprocess>.content>a>.s{
    display:block;float:right;width:57px;height:57px;color:#fff;font-size:48px;
    font-weight:600;margin: 65px 3px 0 0;
}
.EngineerMediaprocess>.content>a>.b{
   position:absolute;bottom:10px;left:0px; float:left;width:172px;height:26px;margin: 40px 0 0 9px;font-size:15px;color:#fff;
}

.EngineerHeightQuality{float:left;width:100%;height:auto;}
.EngineerHeightQuality>h2{
    font-size:30px;text-shadow:0px 2px 7px rgba(0,0,0,0.3);margin:50px 0 30px 0;
}
.EngineerHeightQuality>a{display: flex;width:100%;height:auto;background:#F6F6F6;}
.EngineerHeightQuality>a:hover{background:#E0E0E0;}
.EngineerHeightQuality>a>.l{display:block;overflow:hidden;flex-grow: 1;}
.EngineerHeightQuality>a>.l>span{
  display:block;font-size:16px;line-height:30px;text-align:left;padding:30px 60px;
}
.EngineerHeightQuality>a>.r{display:block;float:right;width:747px;height:330px;flex:0 0 auto;overflow:hidden;}
.EngineerHeightQuality>a>.r>img{float:left;width:100%;height:auto;border:0px;}
.EngineerHeightQuality>a:hover>.r>img{transform:scale(1.1);}
/*-------------news list-----------*/
.newslist{float:left;width:100%;height:auto;}
.newslist>a{float:left;width:100%;height:auto;display: flex;margin:20px 0;}
.newslist>a>.img{
    display:block;float:left;width:349px;height:262px;flex:0 0 auto;overflow:hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.newslist>a:hover>.img{box-shadow: 3px 2px 3px rgba(0,0,0,0.2);}
.newslist>a>.img>img{float:left;width:100%;}
.newslist>a>.wrd{
    display: block;overflow: hidden;flex-grow:1;margin-left:50px;border-left:10px solid #F7F7F7;
    padding-left:40px;text-align:left;
}
.newslist>a>.wrd>h2{
    text-align: left;font-size: 20px;margin: 10px 0 20px 0;border-bottom: 1px dotted #666;
    padding-bottom: 10px;height: 34px;overflow: hidden;
}
.newslist>a:hover>.wrd>h2{color:#30c9bf;}
.newslist>a>.wrd>h3{
    font-size:14px;line-height:26px;color:#666666;font-weight:100;height:135px;
    overflow:hidden;text-overflow: ellipsis;width:100%;
}
.newslist>a>.wrd>span{
    display: block; float:left;width:100%;background:#F7F7F7;height:auto;padding:10px 0;
}
.newslist>a>.wrd>span>.l{display: block;float: left;width: auto;height: auto;margin: 10px 0 0 50px;font-size: 14px;color: #aaa;}

.nonews{
    font-size: 30px;color: #333;margin: 100px 0;display: block;
}
.nonews>i{color:#00fff3;font-size:50px;margin-right:30px;}
.nonews>span{font-size:30px;}
.newspage{float:left;width:100%;height:auto;text-align:center;margin-top:20px;}
.newspage>a{display:inline;padding:5px 8px;font-size:20px;color:#333;cursor:pointer;}
.newspage>a:hover{color:#30c9bf;}
.newspage>a.checked{color:#30c9bf;}

/*----------News detail----------*/
.newsdetail{float:left;width:100%;height:auto;padding:20px 0;color:#000;}
.newsdetail>h2{font-size:25px;line-height:30px;text-align:center;font-weight:100;}
.newsdetail>.z{display:block;width:100%;padding:30px 0 20px 0;font-size:14px;color:#6f8597;}
.newsdetail>.t{display:block;max-width:800px;height:auto;margin:10px auto;}
.newsdetail>.t>img{max-width:800px;}
.newsdetail>div{
    float:left;width:100%;height:auto;font-size:16px;line-height:250%;
    text-align:left;font-weight:100;color:#000;
}
.newsdetailfot{
float:left;width:100%;height:auto;background-image:linear-gradient(to bottom,#f7f7f7,#efefef);
font-style:italic;display: flex;border-radius:5px;
}
.newsdetailfot>a{display:block;float:left;padding:15px 0;margin:0px;}
.newsdetailfot>.l{width:40%;color:#4BDED4;text-align:left;}
.newsdetailfot>.c{width:20%;background:#4BDED4;color:#fff;}
.newsdetailfot>.r{width:40%;color:#4BDED4;text-align:right;}
/*-----------------[share]--------------*/
.g-tit01{font-size: 28px;color: #333;margin-bottom: 80px;}
.g-tit01 span{color: #4393BD;}
.g-more01{display: block;width: 160px;color: #1c5b99;border: 1px solid #1c5b99;border-radius: 30px;text-align: center;margin: 20px auto 0; line-height:40px;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.g-more01:hover{color: #1c5b99;}
.g-txt01{margin-bottom: 50px;color: #fff;}
.g-txt01 h3{margin-bottom: 25px;font-size: 34px;}
.g-txt01 h3 span{display: block;font-size: 32px;font-weight: 400;}
.g-txt01 p{	font-size: 16px;}
.g-more02{display: none;width: 160px;color: #1c5b99;	border: 1px solid #1c5b99;border-radius: 30px;text-align: center;margin: 20px auto 0;}
.g-more02:hover{color: #fff;background-color: #1c5b99;}
.left{float:left !important;}
.right{float:right !important;}
/*-----------------[banner]--------------*/
/*-----202406 str-----*/
.new202406Banner{
    position: relative;width:100%;height:auto;overflow:hidden;box-shadow: 0 2px 3px #bbb;
    /*
    background:url(202406/BannerIndexBg.png);
    background-size:cover;height:870px;
    */
}
.new202406Banner>#bg{
    float:left;width:100%;height:auto;border:0px;
    
}
.new202406Banner>#tp{
    position:absolute;width:100%;height:auto;border:0px;z-index:2;bottom:0px;
    animation: loadDownToTop 1s ease-out forwards;
}

.new202406Banner>#cp{
    position:absolute;max-width:90%;height:auto;border:0px;z-index:3;bottom:0px;
    right:0px;animation: moveLeftRight 2s infinite alternate; /* 应用动画 */
    margin-right:5%;
}
.new202406Banner>#wzk{
    position:absolute;width:741px;height:auto;background:rgba(174,174,174,0.6);
    padding:40px;color:#f00;top:10%;left:20px;z-index:4;
    /*   background:url(202406/bannerIndex/BannerIndexTmd.png);   */
    font-family: Arial;border-radius: 10px;animation: loadLeftToRight 2s ease-out forwards;
}
.new202406Banner>#wzk>h2{
    font-size: 42px;color: #a2fff9;-webkit-text-stroke: 0px #432b1a;
    font-weight: 600;line-height: 48px;text-shadow: 3px 2px 5px rgba(160,160,160,0.9);
    
}
.new202406Banner>#wzk>span{
    font-size:30px;color:#f4ffe5;font-family: Arial;
    margin-top:20px;display: block;font-style: italic;
}
/*-----202406 end-----*/


/***   202406 新风格去除首页BANNER ****/
.banner{ width:100%;height:auto;overflow:hidden;}
.banner .item .con{
	padding-top: 44%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    overflow: hidden;
    cursor: pointer;
    width: 82px;
    height: 82px;
    font-size: 0;
    line-height: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center center;
	-o-background-size: auto 30px;
	-ms-background-size: auto 30px;
	-moz-background-size: auto 30px;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
	background-color: rgba(0,0,0,.1);
    border: 0;
    outline: 0;
    padding: 0;
}
.banner .slick-arrow:hover{
	background-color: rgba(0,0,0,.2);
}
.banner .slick-prev{left: 0;background-image: url(../images/pres1.gif);}
.banner .slick-next{right: 0;background-image: url(../images/nexts1.gif);}
.banner .slick-dots{
	position: absolute;
	left: 0;
	bottom: 3%;
	width: 100%;
	text-align: center;
	z-index: 99;
	font-size: 0;
}
.banner .slick-dots li{
	display: inline-block;
	margin: 0 10px;
}
.banner .slick-dots button{
	background-color: #fff;
	cursor: pointer;
	border-radius: 50%;
	border: 0;
	width: 10px;
	height: 10px;
	outline: 0;
	font-size: 0;
	padding: 0;
}
.banner .slick-dots li.slick-active button{background: #56ff7c;}


/*****page banner start*****/
.pagebanner{
	width:100%;height:700px;background-size:contain;
	text-align:center;
}
.pagebanner>.pagebannerupbg{
    /* display:none;  */
	width:100%;height:700px;
	background-color: transparent;
    background-image: linear-gradient(290deg, rgba(97, 206, 112, 0) 50%, #019B42 80%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.pagebanner>.bannercontent{
	position: absolute;
    width: 100%;
    height: 700px;
    top: 0px;
}
.pagebanner>.bannercontent>.content{
	position: relative;
    width: 1400px;
    height: 700px;
    margin: 0px auto;
    text-align: left;
	}
.pagebanner>.bannercontent>.content>h1{
	color: #ffffff;
    font-family: "Helvetica", tahoma;
    font-size: 40px;
    font-weight: 600;
    height: auto;
    text-transform: capitalize;
    line-height: 1.2em;
    padding-top: 300px;
}
.pagebanner>.bannercontent>.content>p{
	color: #ffffff;font-size:16px;max-width:580px;
}
/*****page banner end*****/
/*-----------------[分栏数据]--------------*/
.row-a1{
	margin: 20px 0;
	overflow: hidden;
}
.row-a1 .col-l{width: 27%;}
.row-a1 .col-r{width: 67%;}
.row-a1 .g-tit01{
	padding-top: 30px;
}
/*******************************
	-------[=footer]-------
********************************/

/**footer LOGO、menu、address start**/
.fd-top{overflow: hidden;padding: 20px 0;}
.fd-top>.content{float:left;width:100%;min-height:50px;}
.fd-top>.content>.l{float:left;width:248px;min-height:100px;text-align:left;}
.fd-top>.content>.l>img{float:left;width:171px;height:auto;}
.fd-top>.content>.l>h2{
	margin: 0px;
    font-family: Roboto, tahoma;
    line-height: 1;
    color: #000000;
    font-size: 17px;
    padding: 0px;
    text-transform: uppercase;
}
.fd-top>.content>.l>span{
    font-size:14px;line-height:24px;color:#444444;
}
.fd-top>.content>.r{
	float:right;width:940px;
    overflow:hidden;min-height:100px;
}
.fd-top>.content>.r>ul{float:left;width:100%;min-height:100px;list-style-type: none;text-align:left;}
.fd-top>.content>.r>ul>li{float:left;width:235px;min-height:100px;list-style-type: none;line-height: 150%;}
.fd-top>.content>.r>ul>li>h4{font-size:16px;padding: 10px 0;}
.fd-top>.content>.r>ul>li>span{font-size:14px;}
/**footer LOGO、menu、address end**/
.udede-footer{
	background-color: #fff;color:#000000;border-top:5px solid #4BDED4;
    background: #E8FAFF;
}
.udede-footer .copy{
	padding: 10px 0;
    overflow: hidden;
    border-top: 0px solid #4e5288;
    font-size: 14px;
    text-align: right;
    color: #fff;
    background: #4BDED4;
}
.udede-footer .copy>.wp{font-size:12px;}
.udede-footer .copy p{color: #9c9db7;}
.udede-footer .copy a{ display:inline-block;	color: #9c9db7;}
.udede-footer .copy a:hover{color: #fff;}
/*-----------------[float menu]--------------*/
.h50{display: none;}

.udede-link{display: none;	overflow: hidden;position: fixed;	bottom: 0;	left: 0;right: 0;z-index: 9;background-color: #fff;padding: 4px 0;box-shadow: 5px 0 10px rgba(0,0,0,.05);}
.udede-link li{float: left;width: 25%;font-weight:600;}
.udede-link li a{display: block;text-align: center;font-size: 13px;color: #000;}
.udede-link li.on a,
.udede-link li:hover a{color: #40dcd1;}
.udede-link li a i{display: block;width: 25px;margin: 0 auto;height: 25px;
    display: block;width: 20px;margin: 5px auto 0 auto;height: 20px;
    background-repeat: no-repeat;background-position: center center;
    -o-background-size: auto 18px;-ms-background-size: auto 18px;
    -moz-background-size: auto 18px;-webkit-background-size: auto 18px;
    background-size: auto 18px;font-size: 18px;
}

