/* main */
.main {
	min-height: 40vh;
}

.main .wd1600 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	z-index: 0;
}

.list {
width: 100%;
}

.list .title {
	font-family: 'CustomFontBold', sans-serif;
	font-size: 20px;
	color: #2e2e2e;
	
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
	border-bottom: 2px solid var(--BtnBg);
}

.list ul {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
	    border-bottom: 1px solid #d0d0d0;
}

.list ul li {
	display: inline-block;
}

.list ul li a {
	font-size: 16px;
	    display: block;
	    text-align: center;
	    padding: 20px 0px;
	    margin: 0 30px;
	    transition: all .5s ease;
	    line-height: 24px;
}

.list ul li:last-child a {
	border: none;
}

.list ul li:hover a {
	color: var(--BtnBg);
}

.list ul li a.active {
	color: var(--BtnBg);
	border-bottom: 2px solid var(--BtnBg);
	font-weight: bold;
}

.list ul li a.active:hover {
	/* border-bottom: 2px solid var(--Bcolor); */
}

.list ul li a:hover {}

.listBox {
	padding: 3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.listBox .pic {
	width: 48%;
	overflow: hidden;
	margin: 30px 0;
}

.listBox .pic img {
	width: 100%;
	    display: block;
		    margin: 0 auto;
}


#video-container {
	width: 100%;
	height: 0;
	margin-top: 10px;
	max-width: 100%;
	padding-bottom: 30%;
	position: relative;
}

#video-container video,
#video-container iframe {
	position: absolute;
	left: 0;
	top: 0;
}


#videoUrlInput {
	display: none;
	opacity: 0;
}

.listBox .pic video {
	width: 100%;
	border-radius: 12px;
}

.listBox .pic video:focus {
	outline: none;
}

.listBox .info {
	width: 45%;
}


.listBox h3,
.listBox .title,
.titleh3{
	color: var(--FTcolor);
	position: relative;
	width: 100%;
	font-size: 36px;
	margin-bottom: 1rem;
	line-height: 3.2rem;
	text-transform: capitalize;
}
.listBox h4{
	color: var(--Bcolor);
	    position: relative;
	    width: 100%;
	    font-size: 24px;
	    text-transform: capitalize;
	    line-height: 32px;
	    margin: 20px 0;
}

.listBox .txt p,.txt {
	font-size: 1rem;
	line-height: 1.8rem;
}

.subtitle {
	font-size: 24px;
	    /* color: #222; */
	    margin: 40px 0;
	    position: relative;
	    text-transform: capitalize;
	    width: 100%;
	    font-weight: bold;
	    color: var(--Bcolor);
	    text-align: center;
}

.subtitle::after {
	    content: "";
	    width: 48px;
	    height: 2px;
	    background: var(--Bcolor);
	    display: block;
	    margin-top: 8px;
	    left: calc(50% - 14px);
	    position: absolute;
}

.qualitylist .item{
	display: flex;
	    align-items: center;
	    margin: 10px 0;
}
.qualitylist .item svg{
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.qualitylist .item svg path{
	fill:var(--BtnBg)
}
/* certifications */
.cerList {
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}

.cerList .cerBox {
	width: 23%;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #eee;
	box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
	margin-right: 1.5%;
}

.cerList .cerBox:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
}

.cerList .cerBox a {
	display: block;
	overflow: hidden;
}

.cerList .cerBox img {
	display: block;
	width: 100%;
	height: 100%;
}

.cerList .cerBox div {
	text-align: center;
	font-size: 14px;
	margin: 6px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.cerList .cerBox p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cerList .cerBox:hover div {}

.dynamic .cerList .cerBox:nth-child(n+5) {
    display: none;
}

/* culture */
.culList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	gap: 2%;
}

.culList .culBox {
	width: 32%;
	position: relative;
	border-radius: 0;
	overflow: hidden;
	transition: all .5s ease;
	margin-bottom: 24px;
}

.culList .culBox .img {
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 66%;
}

.culList .culBox img {
	width: 100%;
	display: block;
}

.culList .culBox .title {
	    width: 100%;
	    background: #f3f3f3;
	    text-align: center;
	    font-size: 16px;
	    padding: 8px 4px;
	    display: -webkit-box;
	    overflow: hidden;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    text-overflow: ellipsis;
	    margin: 0;
	    line-height: 26px;
}
.cul-4box .culBox{
	width: 23%;
}

/* newslist */
.newsBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.newsBox .newList {
   width: 30%;
       overflow: hidden;
       box-shadow: 0px 0px 15px #00000014;
       background: #fff;
       margin: 0 1.5% 40px;
}

.newsBox .newList:hover {
	
}

.newsBox .newLinkBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	overflow: hidden;
	align-items: flex-start;
}

.newsBox .newPicBox {
	overflow: hidden;
	    width: 100%;
}

.newsBox .newPicBox img {
	    display: block;
	    width: 100%;
}

.newsBox .centerContentBox {
	    padding: 20px;
	    position: relative;
	    width: 100%;
}

.newsBox .newTitle {
	color: var(--Bcolor);
	    font-size: 22px;
	    transition: all .5s 
	ease;
	    font-weight: 500;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    margin-bottom: 10Px;
	    font-weight: bold;
	    margin: 0 0 10px;
	    line-height: 32px;
	    padding-bottom: 0;
	    text-align: left;
}

.newsBox .newData {
    font-size: 14px;
    color: #757575;
    width: 100%;
    padding: 14px 20px;
    border-top: 1px solid #dcdcdc;
}

.newsBox .newSummry {
	font-size: 16px;
	    line-height: 25px;
	    margin-bottom: 20px;
	    display: -webkit-box;
	    overflow: hidden;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    text-overflow: ellipsis;
	    color: var(--Fcolor);
}


.newsBox .newList a:hover img {
	transform: scale(1.1);
}


/* newslist */
.listBox .center .centerTit {
	text-align: center;
	margin-bottom: 25px;
}

.listBox .center .centerTit h1 {
	margin-bottom: 20px;
}

.listBox .center.newsContent {
	line-height: 26px;
}

/* articl */
.articl {
	padding: 10px 0 30px;
	    align-items: flex-start;
		    margin-top: 20px;
}
.articlmenu{
	width: 300px;
	position: sticky;
	    top: 100px;
	    height: fit-content;
}
.articlbox {
	background: #fff;
	width: 70%;
	margin: 0 auto;
}

.articlbox .title {
	    font-size: 40px;
	    margin-bottom: 15px;
	    font-weight: 400;
	    text-align: left;
	    line-height: 48px;
	    font-weight: bold;
}
.articlbox .bloginfo{
	display: flex;
	    align-items: center;
	    gap: 20px;
	    padding: 20px 0;
	    border-bottom: 1px solid #cecece;
	    margin-bottom: 30px;
}
.articlbox .bloginfo div{
	display: flex;
	align-items: center;
	gap: 6px;
}
.articlbox .date {
	text-align: left;
	padding-bottom: 1rem;
	font-size: .85rem;
	}

.articlbox .content {
	margin: 10px 0;
	line-height: 28px;
	font-size: 16px;
}

.articlbox .content img {
	max-width: 100%;
}

.menulist-container {
            width: 300px;
           
            max-height: 90vh;
            overflow-y: auto;
            background: #f8f9fa;
            border-radius: 2px;
            padding: 20px;
                box-shadow: 0px 0px 10px #00000030;
        }
        
        .menulist {
            margin: 0;
            padding: 0;
        }
        
        .menulist .item {
            margin-bottom: 8px;
            padding: 0;
        }
        
        .menulist .item a {
            display: block;
            padding: 10px 15px;
                color: var(--Fcolor);
            text-decoration: none;
            background: white;
            border-radius: 4px;
           border-left: 4px solid #fff;
            transition: all 0.3s ease;
        }
        
        .menulist .item a:hover {
            background: #e3f2fd;
            transform: translateX(5px);
            border-left-color: #2980b9;
        }
        
        .menulist .item a.active {
                color: var(--Bcolor);
            font-weight: bold;
			border-left: 4px solid var(--Bcolor);
        }
        
        .menulist-title {
            font-size: 18px;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--Bcolor);
        }
.autor{
	    padding: 20px;
	    background: #fff;
	        box-shadow: 0px 0px 10px #00000030;
	    margin: 30px 0;
}
.autor .photo{
	width: 130px;
	    height: 130px;
	    background: #eee;
	    margin: 0 auto;
	    display: flex;
	    align-items: center;
	    justify-content: center;
}
.autor .photo img{
	width: 80%;
}
.autor .name{
font-weight: bold;
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
    line-height: 30px;
    color: var(--Bcolor);
}
.linkarticle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	margin-top: 20px;
	border-top: 0.5px solid #e3e3e3;
}

.prevarticle,
.nextarticle {
	max-width: 50%;
	    color: #c0c5c8;
	    width: 100%;
}
.prevarticle a{
	text-align: left;
	justify-content: flex-start;
}
.nextarticle a{
	text-align: right;
	justify-content: flex-end;
}
.linkarticle a {
	padding: 10px;
	color: #798497;
	display: flex;
	align-items: center;
	max-width: 100%;
	font-size: 14px;
	line-height: 20px;
}

.linkarticle a div {
	width: calc(100% - 60px);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0 10px;
}


.linkarticle a svg {
	width: 24px;
}

.linkarticle a svg path {
	fill: var(--Bcolor);
}

.linkarticle a:hover {
	color: var(--Hcolor);
	text-decoration: underline;
}

.linkarticle a:hover svg path {
	fill: var(--Hcolor);
}
.newslist .item{
	display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 10px 0;
	    border-bottom: 1px solid #eee;
	    transition: all .2s 
	ease;
	flex-wrap: wrap;
	
}
.newslist .item .news-title{
	    font-size: 16px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	    line-height: 20px;
}
.newslist .item .time{
	    font-size: 13px;
	    color: #888b90;
	    margin-top: 4px;
}
/* faq */
.pos_abs {
	position: absolute;
	text-align: center;
	right: 0;
	top: 0;
}

.faqbox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}

.faqlist {
	    padding: 0 30px;
	        box-sizing: border-box;
	        border-bottom: 1px solid #cfcfcf;
	        margin-top: 16px;
}

.toggle-container {

	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	box-sizing: border-box;
}

.faqlist.active .toggle-container {
	
}

.toggle-title {
	    font-size: 18px;
	    padding: 24px 0;
	    position: relative;
	    font-weight: bold;
	    width: calc(100% - 40px);
	    text-transform: capitalize;
	    color: var(--FTcolor);
}


.toggle-button {
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	display: inline-block;
	margin-left: 8px;
}
.toggle-button svg{
	width: 14px;
}
.toggle-button.expanded svg{
	transform: rotate(180deg);
}
.toggle-button.expanded svg path{
	fill:var(--BtnBg)
}

.toggle-content {
	display: none;
	font-size: 1rem;
	line-height: 1.8rem;
	padding: 15px 0;
	
	position: relative;
}


.datalist {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.datalist .item{
	width: 23%;
	    margin: 20px 0;
		margin-right: 2%;
		    word-break: break-word;
}
.datalist .item .title{
	font-weight: bold;
	    color: var(--Bcolor);
	    font-size: 34px;
	    margin-bottom: 10px;
}
.mission{
	 padding: 60px 0;
	     text-align: center;
	     color: #fff;
	     font-size: 16px;
	     line-height: 26px;
		 position: relative;
		     overflow: hidden;
}
.mission .titleh3{
	color: #fff;
	text-align: center;
}
.mission-bgimg{
	    position: absolute;
	    z-index: 0;
	    top: 0;
	    z-index: -1;
		    width: 100%;
		    height: 100%;
}
.mission-bgimg::before{
	content: "";
	    display: block;
	    width: 100%;
	    height: 100%;
	    background: var(--Maskcolor);
	    position: absolute;
	    top: 0;
	    left: 0;
}
.mission-bgimg img{
	    display: block;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	
}
.section-box{
	padding: 40px 0;
}
.section-box .wd1600{
	display: flex;
	align-items: center;
}
.section-box .info{
	    width: 48%;
}
.section-box .pic{
	    width: 44%;
}
.section-box .pic img{
	display: block;
	width: 100%;
}

.section-box .item{
	display: flex;
	    justify-content: space-between;
	    align-items: center;
	
}
.section-box .item .btn{
	    margin: 30px 0;
}
.section-box .item:nth-child(even){
	    flex-flow: row-reverse;
}
.section-box .item h3{
	color: var(--Bcolor);
}
.tit.center{
	        padding: 0 20px 40px;
	    text-align: center;
}
/* .faqbox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.faqlist {
	    margin-bottom: .65rem;
	    border-radius: 0px;
	    border: 1px solid #f3f3f3;
	    overflow: hidden;
	    transition: all .5s ease;
}

.faqlist.active {
	border-color: #000;
}

.toggle-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	background: #fff;
	padding: 1.1rem;
}

.toggle-title {
	font-size: 1rem;
	font-weight: bold;
	color: #151515;
}

.toggle-button {
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
	display: inline-block;
	margin-right: 10px;
}

.toggle-button::before,
.toggle-button::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.toggle-button::after {
	transform: translateY(-50%) rotate(90deg);
}

.toggle-content {
	display: none;
	padding: .9rem;
	font-size: 1rem;
	line-height: 1.8rem;
}

.expanded.toggle-button::after {
	transform: translateY(-50%) rotate(0deg);
} */

/* download */
.downloadbox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 30px 0;
}

.downloadbox .item {
	    width: 30%;
	    margin: 0 1.5%;
	    background: #fff;
	    padding: 40px 30px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    position: relative;
	    margin-bottom: 20px;
	    border-radius: 4px;
	    overflow: hidden;
	    background: #ffffff;
	        box-shadow: 0px 0px 10px #ccc;
}
.downloadbox .item:hover{
	box-shadow: 0px 0px 15px #ccc;
}
.downloadbox .item:after {
	/* content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 3px;
	background: var(--Hcolor);
	transition: all 0.3s;
	left: 0;
	transform: translateX(0%); */
}

.downloadbox .name {
	font-size: 22px;
	text-align: center;
	width: 100%;
	text-transform: capitalize;
	font-weight: bold;
	    color: #222;
}

.downloadbox .introduction {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	color: #9d9d9d;
	width: 100%;
	word-break: break-word;
}

.downloadbox .downloadbtn {
	    display: flex;
	    align-items: center;
	    margin-top: 30px;
	    width: 80%;
	    height: 50px;
	    justify-content: center;
	    border-width: 1px;
	    border-style: solid;
	    border-color: rgb(237, 237, 237);
	    border-image: initial;
	    background: var(--BtnBg);
	    color: #fff;
	    border-radius: 4px;
}

.downloadbox .downloadbtn svg {
	margin-right: 12px;
}
.downloadbox .downloadbtn svg path{
	fill:#fff;
}
.downloadbox .downloadbtn:hover {
	background: var(--Hcolor);
	color: #fff;
	border-color: var(--Hcolor);
}

.downloadbox .downloadbtn:hover svg path {
	fill: #fff;
}





.tb_pc {
	display: block;
}

.tb_mobile {
	display: none;
}

.downloadbox table {
	width: 100%;
	text-align: left;
	border-radius: 0px;
	overflow: hidden;
	font-size: 18px;
	border: 1px solid #e3e3e3;
	font-size: 1rem;
}

.downloadbox table tr {}

.downloadbox table th {
	background: #efefef;
	padding: 15px;
	font-weight: 400;
	border-bottom: 1px solid #e3e3e3;
}

.downloadbox table td {
	padding: 15px;
	font-weight: 400;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.downloadbox table tr:last-child td {
	border: none;
}

.downloadbox table td a {
	transition: all 0.3s ease;
}

.downloadbox table td a:hover {
	color: var(--Bcolor);
}

.downloadbox .icon-download svg {
	width: 16px;
	vertical-align: bottom;
	margin-right: 5px;
}

.downloadbox .icon-download svg path {
	fill: #222;
}

.downloadbox table td a:hover .icon-download svg path {
	fill: var(--Bcolor);
}

/* contactus */
.contactUs {
	display: flex;
	justify-content: space-between;
	padding: 44px 0;
	align-items: center;
}

.contactUs .factoryinfo {
	width: 40%;
	margin-bottom: 30px;
}

.contactUs div h3 {
	   margin-bottom: 40px;
	       text-align: center;
	       color: #000;
	       font-size: 30px;
}


.contactUs .infoList svg{
	width: 20px;
	height: 29px;
	margin-right: 10px;
}
.contactUs .infoList svg path{
	fill: var(--BtnBg);
}

.contactUs .inquiryForm .formList{font-size:.8rem;}

.contactUs .inquiryForm .formList .red{
	    color: #dd0a0a;
	    margin-left: 3px;
}

.contactUs .inquiryForm {
	      width: 55%;
	      background: #ffffff;
	      padding: 40px; 
	     box-shadow: 0px 0px 10px 0px rgb(54 93 128 / 20%);
}

.contactUs div p{
	text-align: left;
}
.contactUs .factoryinfo .tips {
	font-size: 1rem;
	line-height: 1.8rem;
	    margin: 20px 0;
}
.contactUs .factoryinfo h4{
	font-size: 24px;
	    color: var(--Bcolor);
	    line-height: 32px;
		margin-bottom: 10px;
}
.contactUs .infoList {
	font-size: 16px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border-bottom: 1px solid #ffffff47;
	width: 100%;
color: var(--FTcolor);
}


.contactUs .infoList p {
	width: 100%;
	padding: 10px 0;

}

.contactUs .inquiryForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactUs .inquiryForm .formList {
	font-size: 16px;
	    color: var(--FTcolor);
	    width: 48%;
	    margin-bottom: 24px;	
}

.contactUs .inquiryForm input {
	padding: 14px 10px;
	    padding-left: 20px;
	    color: #212121;
	    font-size: 16px;
	    border-radius: 0;
	    display: flex;
	    line-height: 20px;
	    background: #eeeeee;
	    margin-top: 6px;
	    width: 100%;
}

.contactUs .inquiryForm textarea {
	padding: 14px 10px;
	padding-left: 20px;
	color: #212121;
	font-size: 16px;
	border-radius: 0;
	display: flex;
	line-height: 20px;
	background: #eeeeee;
	margin-top: 6px;
	width: 100%;
	resize: vertical;
}

.contactUs .inquiryForm input:focus {
	border-color: #000;
}

.contactUs .inquiryForm textarea:focus-visible {
	outline: none;
	border-color: #000;
}

.contactUs .inquiryForm textarea:focus {
	border-color: #000;
}

.contactUs .inquiryForm .btn {
	    padding: 16px;
	    width: 200px;
	    margin: 0 auto;
	    font-size: 16px;
	

}

.contactUs .inquiryForm .btn::after {
	border-color: #fff;
}

/*advantages*/
.advantages-list {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-radius: 32px;
	/* padding: 1rem; */
	text-align: center;
	height: auto;
	min-height: 260px;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.advantages-list-item .title {
	font-size: 18px;
	text-align: left;
}

.advantages-list-item {
	background: #f6f8fa;
	width: 48%;
	padding: 30px;
	border-radius: 16px;
	text-align: left;
}

.advantages-list-item .img-box {
	width: 50%;
	max-width: 200px;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 10px;
}

.advantages-list img {
	max-width: 200px;
	width: 100%;
	display: block;
}

.advantages-list p {
	font-size: 1rem;
}


.page-contant {
	       padding: 40px 0;
	       position: relative;
	       background: var(--Bcolor);
	       color: #ffffff;

}
.page-contant .wd1600{
	display: flex;
	    justify-content: space-between;
	    align-items: center;
}
.page-contant .tit{
	    width: 70%;
	    padding: 0;
	    text-align: left;
	    color: #fff;
	    font-size: 20px;
	    font-weight: bold;
	    line-height: 32px;
	
}
.page-contant .wd1600 .btn{
	    padding: 20px 40px;
	    font-size: 18px;
}
.page-contant * {
	z-index: 1;
}

.page-contant h2,.page-contant p {
        text-align: left;
		    line-height: 28px;
			color: #fff;
}
.page-contant p{
	font-size: 1rem;
	    margin-top: 1rem;
}
.page-contant h2{
	font-size: 28px;
	    margin: 10px 0 20px;
}

/* newslist */
.hisBox {
	width: 100%;
	margin-top: 2rem;
}

.hisBox .hisList {
	overflow: hidden;
	width: 100%;
	margin-bottom: 90px;
	transition: all .5s ease;
}

.hisBox .hisLinkBox {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hisBox .hisPicBox {
	width: 35%;
	float: left;
	position: relative;
	padding-bottom: 23%;
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	display: flex;
	justify-content: center;
}

.hisBox .hisPicBox img {
	width: 100%;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.hisBox .centerContentBox {
	width: 67%;
	padding-left: 5.5%;
	float: left;
	position: relative;
}

.hisBox .Title {
	font-size: 32px;
	color: #151515;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .5s ease;
	font-weight: 500;
}

.hisBox .Summry {
	width: 100%;
	font-size: 1rem;
	line-height: 1.8rem;
	color: #4b4b4b;
	margin-top: 15px;
	text-align: justify;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.hisBox .hisList a:hover .Title {
	color: var(--Bcolor);
}

.hisBox .hisList a:hover img {
	transform: scale(1.1);
}

/* site map */
.siteBox {
	width: 100%;
	padding: 3rem 0;
	border-bottom: 1px solid #e3e3e3;
}

.siteBox .Title {
	font-size: 2rem;
	color: #151515;
	font-weight: bold;
	margin-bottom: 20px;
}

.siteul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.site_top {
	width: auto;
	margin-bottom: 20px;
	margin-right: 40px;
}

.site_top .top_link {
	font-size: 1rem;
	color: #252525;
	font-weight: bold;
}

.site_top .top_link:hover {
	color: var(--Bcolor);
	border-bottom: 1px solid var(--Bcolor);
}

.site_second_ul {}

.site_second a {
	font-size: .85rem;
	color: #4C4C4C;
	margin-top: 1.2rem;
	display: block;
}

.site_second a:hover {
	color: var(--Bcolor);
}

.keywordsBox span {
	display: inline-block;
	margin-right: 2rem;
	margin-top: 2rem;
	text-transform: capitalize;
}

.keywordsBox {
	margin-top: 20px;
}

.keywordsBox .tag-c-main {
	margin-bottom: 20px;
}

.keywordsBox .tag-c-main a {
	display: inline-block;
	margin-right: 1%;
	margin-top: 8px;
	text-transform: capitalize;
	background: #fff;
	padding: 4px 8px;
	font-size: 14px;
	width: 32%;
}

.site_second a:hover,
.keywordsBox a:hover {
	color: var(--Bcolor);
}

/* thank */
.thank {
	font-family: "Sansation1";
	font-size: 2rem;
	color: var(--Bcolor);
}

.tksBox {
	padding: 3rem 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.tksBox div {
	width: 100%;
	display: flex;
	justify-content: center
}

.tks-img {
	width: 4.2rem;
	height: 4.2rem;
	background: url("../images/icon-small.svg")no-repeat center;
	background-size: 100%;
}

.tksBox .Title {
	font-size: 2rem;
	color: #151515;
	text-align: center;
	width: 100%;
	margin: 1rem 0 2rem;
}

.tksBox div a {
	margin: 0 auto
}
.section-center{
	text-align: center;
	    background: var(--BgLight);
}
.cardlist{
	display: flex;
	    overflow: hidden;
		justify-content: space-between;
		margin: 30px 0;
}
.cardlist .item{
	width: 30%;
}
.cardlist .item .title{
	    font-size: 28px;
	    font-weight: bold;
	    color: var(--Bcolor);
	    margin: 15px 0;
	    text-align: center;
}
.cardlist .item img{
	display: block;
	    width: 80%;
	    margin: 0 auto;
}

.madelist{
	display: flex;
	    overflow: hidden;
	    justify-content: space-between;
	    margin: 30px 0;
	    width: 100%;
	    flex-wrap: wrap;
}
.madelist .item{
	width: 22%;
	margin-bottom: 30px;
}
.madelist .item img{
	display: block;
	width: 100%;
}


.chooselist{
	display: flex;
	    overflow: hidden;
		justify-content: space-between;
		margin: 30px 0;
		    gap: 24px;
}
.chooselist .item{
	    width: 30%;
	    background: #fff;
	    overflow: hidden;
	    padding: 20px;
		transition: all 0.3s ease;
}
.chooselist .item .title{
	    font-size: 24px;
	    font-weight: bold;
	    margin: 20px 0 15px;
	    text-align: center;
	    line-height: 34px;
	    color: var(--Bcolor);
}
.chooselist .item .txt{
	line-height: 26px;
}
.chooselist .item img{
	display: block;
	width: 100%;
}
.chooselist .item:hover{
	color: #fff;
	background: var(--Bcolor);
	/* transform: scale(1.02); */
}
.chooselist .item:hover .title{
	color: #fff;
}
.worklist{
	display: flex;
	    overflow: hidden;
		justify-content: center;
		margin: 30px 0;
			    flex-wrap: wrap;
}
.worklist .item{
	    width: 90%;
	    background: #fff;
	    overflow: hidden;
	    padding: 10px 20px;
	    display: flex;
	    align-items: center;
	    max-width: 800px;
	    border-left: 4px solid var(--BtnBg);
	        box-shadow: 0px 2px 10px -2px #00000024;
	    border-radius: 10px;
	    margin: 8px 0;
	
}
.worklist .item:hover{
	    box-shadow: 0px 2px 15px -2px #00000054;
}
.worklist .item .title{
	width: 100%;
	    font-size: 18px;
	    font-weight: bold;
	    margin-bottom: 5px;
	    text-align: left;
	    line-height: 26px;
}
.worklist .item .txt{
	line-height: 22px;
	text-align: left;
}
.worklist .item .img{
	    display: block;
	    width: 80px;
	    height: 80px;
	    background: #eee;
	    border-radius: 50px;
	    margin-right: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
}
.worklist .item .img img,
.worklist .item .img svg{
	display: block;
	    width: 44px;
		height: 44px;
}
.worklist .item .content{
	    width: calc(100% - 100px);
}
.adv_list{
	margin: 20px 0 40px;
}
.adv_list .item{
    display: flex;
        align-items: center;
        font-weight: bold;
        margin: 16px 0;
        color: #222;
}
.adv_list svg,
.adv_list img{
	    width: 30px;
		height: 30px;
		    margin-right: 6px;
}
/*factoryinfo*/
.factoryinfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	text-align: center;
}
.factoryinfo .item{
	margin-bottom: 40px;
}
/* 
.factoryinfo .item {
	width: 30%;
	padding: 60px 20px;
	color: #222;
	transition: all 0.3s ease;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.factoryinfo .item svg {
	width: 40px;
	height: 30px;
}

.factoryinfo .item svg path {
	fill: var(--Bcolor);
	transition: all 0.3s ease;
} */

.factoryinfo .title {
	font-family: 'CustomFontBold';
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 20px;

}

/* .factoryinfo .item:hover {
	background: var(--Bcolor);
	color: #fff;
}

.factoryinfo .item:hover svg path {
	fill: #fff;
}

.factoryinfo .item:hover .title {
	color: #fff;
} */

.map {
	width: 100%;
	margin: 40px 0 0;
	border-radius: 20px;
	overflow: hidden;
}


.products_list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	justify-content: flex-start;
}

.products_item {
	width: 30%;
	    position: relative;
	    bottom: 0px;
	    transform: scale(0.98);
	    transition: all .3s ease;
	    margin-bottom: 20px;
	    background: #fff;
}

.products_item a {
	width: 100%;
}

.products_item:hover .btn {
	background: var(--BtnBg);
	color: #fff;
}


.products .pro-content{
	margin: 20px;
}
.products_item .txtBox {
font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--Bcolor);
}
.products_item .proSummry { width: 100%;
    text-align: left;
    font-size: 15px;
    color: #666;
    line-height: 130%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* min-height: 2rem; */
    line-height: 23px;
	margin-bottom: 20px;
}
.products_item .btn{
	    display: flex;
	    align-items: center;
	    justify-content: center;
}
.products_item .btn svg{
	width: 18px;
	    height: 18px;
		margin-left: 10px;
}
.products_item .btn svg path{
	fill:#fff
}
.ImgBox {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin: 0 auto;
	    border-radius: 4px;
}

.ImgBox picture {
	    justify-content: center;
	    overflow: hidden;
	    position: relative;
	    width: 100%;
	    height: 0;
	    padding-bottom:100%;
	   border-radius: 8px 8px 0 0;
	    border: 2px solid #fff;
}

.ImgBox picture img {
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    object-fit: cover;
}

/*Video*/
.videos {
	padding-bottom: 2rem;
}

.VideoBox {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 2rem;
	width: 100%;
}

.VideoList {
	width: 31%;
	overflow: hidden;
	    margin: 0px 1% 24px;
}

.VideoList .img-box {
	width: 100%;
	height: 0;
	padding-bottom: 68%;
}

.VideoList .img-box picture {
	position: absolute;
	width: 100%;
	height: 100%;
}

.VideoList .img-box picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.VideoList .groups-video{
	border-radius: 8px;
}
.VideoList .groups-video .video-intro-play {
	width: 64px;
}

.VideoList .groups-video .img-box .video-cover-mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.07);
}

.video-intro-text {
	width: 100%;
	color: #222;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}

/*contactUsbox*/
.contactUsbox {
	background: url(../images/contactbg.jpg)no-repeat center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
}

.contactUsbox .title {
	font-size: 320%;
	color: #222222;
	position: relative;
	font-family: 'CustomFontBold';
	width: 100%;
}

.contactUsbox p {
	margin-bottom: 20px;
	font-size: 15px;
}

.keywordsBox .tag-c-main {
	margin-bottom: 20px;
}

.keywordsBox .tag-c-main a {
	display: inline-block;
	margin-right: 1%;
	margin-top: 8px;
	text-transform: capitalize;
	background: #fff;
	padding: 4px 8px;
	font-size: 14px;
	width: 32%;
}

/*dynamicBox*/
.dynamic .listBox {
	width: 94%;
	margin: 0 auto;
	max-width: 1440px;
}

.dynamicBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.dynamicBox .imgBox {
	overflow: hidden;
	max-width: 600px;
	width: 45%;
}

.dynamicBox .txtBox {
	width: 50%;
	line-height: 30px;
}

.dynamicBox .txtBox .date {
	color: #999;
	margin-bottom: 20px;
}

.dynamicBox .btn {
	margin-top: 30px;
	padding: 15px 20px;
	width: auto;
	padding-right: 40px;
}

.inquiryForm2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inquiryForm2 input {
	/*  display: block;
	        color: #151515;
	        background: #fafafa;
	        border: 2px solid #e9e9e9;
	        padding-left: 15px;
	        width: 32%;
	        height: 50px;
	        line-height: 50px;
	        margin-bottom: 24px;
	        border-radius: 12px;
	        transition: all .5s ease;
	        margin-top: 10px; */
	width: 32%;
	height: 3.2rem;
	padding-left: 20px;
	border: 0.5px solid #dddddd;
	margin-bottom: 16px;
	color: #212121;
	font-size: 14px;
	border-radius: 0;
	margin-top: 6px;
}

.inquiryForm2 textarea {
	display: block;
	color: #212121;
	border: 0.5px solid #dddddd;
	padding-left: 15px;
	width: 100%;
	height: 200px;
	line-height: 50px;
	margin-bottom: 24px;
	transition: all .5s ease;
	margin-top: 10px;
}

.inquiryForm2 input:hover,
.inquiryForm2 input:focus,
.inquiryForm2 textarea:hover,
.inquiryForm2 textarea:focus-visible,
.inquiryForm2 textarea:focus {
	border-color: var(--Bcolor);
	outline: none;
}

.inquiryForm2 .btn {
	margin: 0 auto;
	min-width: 200px;
	border: none;
	padding: 16px;
}

.products_list_left {
	display: flex;
	flex-wrap: wrap;
}

.products_list_left .item {
	width: 100%;
	overflow: hidden;
	transition: all .5s ease;
}

.products_list_left .item img {
	width: 100%;
	height: auto;
	    display: block;
	    object-fit: cover;
}

.products_list_left .item a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	transition: all .2s ease;
}

.products_list_left .item .ImgBox {
	width: 30%;
}

.products_list_left .item .txtBox {
	width: 60%;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 20px;
}

.products_list_left .item:hover {
	color: var(--Bcolor);
	background: var(--BgLight);

}

.contactUs-info {
	background: #fff;
}

.contactUs-info .wd1600 {
	justify-content: center;

}

.contactUs-info .wd1600 .listBox {
	width: 100%;
}

.privacybox{
	    padding: 30px 0;
	    font-size: 16px;
	    line-height: 28px;
	    color: #333;
}
.privacybox .date{
	color: #666;
	    margin: 20px 0;
}
@media only screen and (max-width: 1200px) {


	.listBox h3 {
		font-size: 45px;
	}

	.list ul li a {
		font-size: 1rem;
		line-height: 60px;
		min-width: auto;
	}

	.cerList {
		justify-content: normal;
	}

	.cerList .cerBox {
		width: 20%;
		margin-right: 5%;
		margin-bottom: 60px;
	}

	.newsBox .newLinkBox {
		align-items: flex-start;
	}



	.newsBox .newData {
		position: relative;
		padding: 12px 15px;
	}

	.contactUs .factoryinfo .tips {
		margin-bottom: 10px;
	}

	.hisBox .hisLinkBox {
		align-items: flex-start;
	}

	.hisBox .centerContentBox {
		width: 57%;
	}

	.hisBox .Summry {
		line-height: 30px;
		text-align: left;
	}
	.list {
		margin: 0 auto;
		width: 100%;
		        padding: 0;
				position: relative;
				        top: 0;
	}
	.list ul {
		        align-items: flex-end;
		        margin: 0;
	}
	.list .title {
	    display: none;
	}
	.list ul li {
		display: block;
		width: 50%;
		padding-bottom: 0px;
		margin: 0;s
	}
	
	.list ul li a {
		display: flex;
		font-size: 14px;
		line-height: 20px;
		width: 100%;
		white-space: initial;
		word-break: keep-all;
		align-items: center;
		justify-content: center;
		padding: 8px;
		text-align: center;
		margin:0;
	}
	.listBox h3,.titleh3 {
		font-size: 24px;
		line-height: 34px;
		margin: 10px 0;
	}
	

	
	.listBox {
		padding: 10px 0 20px;
		width: 100%;
		margin: 0;
	}
	.section-box {
	    padding: 10px 0;
	}
	.section-box .info {
	    width: 100%;
	}
	.section-box .pic{
		width: 100%;
		margin: 10px 0;
	}
	.contactUs{
		flex-flow: column-reverse;
	}
	.contactUs .factoryinfo {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.contactUs .inquiryForm{
		        width: 100%;
		        padding: 20px;
		        margin-bottom: 20px;
	}
	.page-contant .wd1600 {
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 20px;
	}
	.page-contant .tit {
	    width: 100%;
	}
}

@media only screen and (max-width: 769px) {
	
	
	
	

	.products_list_left {
		display: none;
	}

	

	.contactUs {
		padding: 0 0 30px;
	}

	.contactUs .inquiryForm .btn {
		width: 100%;
	}

	.contactUs .inquiryForm .formList {
		width: 100%;
	}

	.contactUs div h3 {
		        font-size: 26px;
		        margin: 10px 0 30px;
	}
	

	.listBox .info {
		flex-wrap: wrap;
		gap: 10px;
	}

	.data_list .item .title {
		flex-wrap: wrap;
		font-size: 30px;
	}

	.data_list .item p {
		width: 100%;
		line-height: initial;
		margin: 0;
	}

	.data_list .item {
		width: 45%;
		border-bottom: 1px solid var(--Bcolor);
	}

	.listBox .info .left {
		width: 100%;
	}

	.listBox .info .txt {
		width: 100%;
	}

	.data_list {
		flex-wrap: wrap;
		border-bottom: none;
	}

	.cerList {
		justify-content: space-between;
		padding-top: 0;
	}

	.cerList .cerBox {
		width: 48%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.culList .cerBox {
		width: 45%;
	}

	.culList .culBox {
		width: 100%;
		margin: 0 0 20px;
	}

	.culList .culBox h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.culList .culBox.hover h4 {
		font-size: 28px;
	}

	.culList .culBox p {
		font-size: 16px;
	}

	.culList .culBox .picT .picT-txt {
		margin: 15px;
	}

	.leftTimeBox {
		display: none;
	}

	.titleh2 {
		font-size: 30px;
		line-height: 38px;
	}
	.listBox .title{
		font-size: 24px;
	}
	.newsBox {
		margin-top: 0;
	}

	.newsBox .newList {
		margin-bottom: 0px;
	}

	.newsBox .centerContentBox {
		width: 100%;
		padding: 15px;
	}


	.newsBox .newTitle {
		font-size: 18px;
		line-height: 23px;
	}

	.newsBox .newSummry {
		line-height: 18px;
		margin: 10px 0;
	}

	.newsBox .newLinkBox {
		padding-right: 0;
		width: 100%;
		overflow: hidden;
		flex-wrap: wrap;
	}

	.newsBox .newPicBox {
		width: 100%;
	}
	.articl{
		    display: flex;
		    flex-flow: column-reverse;
	}
	.articlbox {
		width: 100%;
		padding: 10px 0;
	}
.articlbox .date {
    padding-bottom: 0;
    font-size: 13px;
}
.articlbox .bloginfo {
    gap: 15px;
    padding: 12px 0;
	font-size: 13px;
}
.articlmenu{
	width: 100%;
}
.menulist-container{
	width: 100%;
}
	.articlbox .title {
		        font-size: 18px;
		        line-height: 24px;
		        margin-bottom: 5px;
		        text-align: left;
	}

	.articlbox .content {
		font-size: 14px;
		margin: 15px 0;
	}

	.tb_pc {
		display: none;
	}

	.tb_mobile {
		display: block;
	}

	.downloadbox table {
		margin-bottom: 15px;
		border: 1px solid #f3f3f3;
		font-size: 16px;
	}

	.downloadbox table th {
		background: #fff;
		color: #8e8e8e;
	}

	.downloadbox table td,
	.downloadbox table th {
		padding: 15px;
		border-bottom: 1px solid #f3f3f3;
	}

	.hisBox {
		margin-top: 20px;
	}

	.hisBox .hisList {
		margin-bottom: 30px;
	}

	.hisBox .centerContentBox {
		width: 100%;
		padding: 15px 0;
	}

	.hisBox .Title {
		font-size: 1rem;
	}

	.hisBox .Summry {
		font-size: 16px;
		margin-top: 10px;
		line-height: 24px;
	}

	.hisBox .hisLinkBox {
		padding-right: 0;
		width: 100%;
		overflow: hidden;
		flex-wrap: wrap;
	}

	.hisBox .hisPicBox {
		width: 100%;
		padding-bottom: 66%;
	}

	.site_top {
		width: 48%;
		margin: 0 0 20px;
	}

	.factoryinfo .item {
		width: 100%;
		margin-bottom: 20px;
	}

	.VideoList {
		width: 100%;
		margin: 20px 0 0;
	}

	.keywordsBox .tag-c-main {
		display: flex;
		flex-wrap: wrap;
	}

	.keywordsBox .tag-c-main a {
		display: flex;
		align-items: center;
		width: 48%;
	}

	.dynamicBox .imgBox,
	.dynamicBox .txtBox {
		width: 100%;
	}

	.advantages-list-item {
		width: 100%;
	}

	.news-list-item .title {
		font-size: 20px;
		height: initial;
		text-align: left;
	}

	.inquiryForm2 input {
		width: 100%;
	}

	.contactUs .tit {
		width: 100%;
	}

	.contactUs .inquiryForm {
		        width: 100%;
		        box-shadow: none;
		        padding: 10px;
	}
	 .dynamicBox .txtBox{
		 padding: 10px 0;
	 }
	.dynamic .listBox {
		width: 94%;
		padding: 20px 0;
	}
	

	.page-contant .wd1600 {
	    flex-wrap: wrap;
	}
	.page-contant .tit {
	    width: 100%;
	}
	.page-contant h2,.page-contant p {
	             margin: 0;
	             text-align: center;
	}
	.newsBox .newList {
		margin-bottom: 20px;
	}
	
}

@media only screen and (max-width: 640px) {
	.listBox .pic {
		width: 100%;
		margin: 20px 0;
	}
	
	.listBox .info {
		width: 100%;
	}
	
	.newsBox .newList {
		width: 100%;
		padding-bottom: 0;
	}

	.downloadbox .item {
	        width: 100%;
	        padding: 15px;
	        box-shadow: 0px 0px 10px #cccccc61;
	    }
		.downloadbox .name {
		    font-size: 16px;
		}
		.downloadbox .introduction {
		    font-size: 14px;
		    margin-top: 10px;
		}
		.downloadbox .downloadbtn{
			margin-top: 10px;
			        width: max-content;
			        padding: 10px 15px;
			        font-size: 15px;
		}

	.faqbox {
	padding: 0;
	        margin-bottom: 20px;
	}

	#video-container {
		padding-bottom: 60%;
	}
	.linkarticle {
		flex-wrap: wrap;
	}
	
	.linkarticle a {
		width: 100%;
		max-width: 100%;
		background: #f6f6f6;
		margin: 4px 0;
		padding: 6px;
	}
	
	.linkarticle a.nextarticle {
		justify-content: flex-end;
	}
	.prevarticle, .nextarticle{
		max-width: 100%;
	}
	.subtitle {
	    font-size: 20px;
	}
	.faqlist {
	    padding: 0 15px;
	}
	.toggle-title {
	    font-size: 15px;
	    padding: 10px 0;
	}
		
	.toggle-content{
		padding: 10px 0;
	}
	.privacybox {
	    padding: 0 0 30px;
	}
	.cardlist {
	    flex-wrap: wrap;
		        margin-bottom: 0;
	}
	.cardlist .item {
	    width: 100%;
		margin-bottom: 20px;
	}
	.cardlist .item img {
	    display: block;
	    width: 60%;
	    margin: 0 auto;
	}
	.cardlist .item .title {
	    font-size: 22px;
	            margin: 10px 0 0;
	            line-height: 30px;
	}
	.madelist .item {
	    width: 32%;
	    margin-bottom: 10px;
	}
	.chooselist {
	    flex-wrap: wrap;
		gap: 0;
		margin: 10px 0;
	}
	.chooselist .item {
	    width: 100%;
	    padding:20px;
	    margin-bottom: 10px;
	}
	.chooselist .item .title {
	    font-size: 20px;
	   margin: 0 0 5px;
	}
	.worklist .item .img{
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}
	.worklist .item .img img, .worklist .item .img svg{
		    width: 32px;
		    height: 32x;
	}
	.worklist .item {
	    width: 95%;
	    padding: 10px;
	}
	.worklist .item .content {
		    padding: 10px 0;
	    width: calc(100% - 70px);
	}
	.datalist .item .title {
	    font-size: 20px;
		line-height: 30px;
	    margin-bottom: 4px;
		        
	}
	.datalist .item {
	    margin-top: 10px;
		margin-bottom: 10px;
	    font-size: 13px;
		width: 48%;
	}
	.mission {
	    padding: 30px 0;
	}
	.page-contant .wd1600 .btn {
	    margin: 0 auto;
	}
	
}