/* 解决页面左右溢出 */
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

* {
	font-family: Open Sans;
}

input:focus {
	border: .2rem #3AACAD solid;
	outline: none;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
	font-family: "OpenSans-l";
	src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
	font-family: "OpenSans-r";
	src: url("../fonts/OpenSans-Regular.ttf");
}

/*.newlunbocontent:hover .s-content{*/
/*    background-color: #3AACAD;*/
/*    color: white;*/
/*}*/
/*.newlunbocontent:hover .btntongyonggeshi{*/
/*    background: #3AACAD;*/
/*    color: white;*/
/*}*/
.newlunbocontent:hover .btntongyonggeshiban .imgbtntongyong1 {
	display: none;
}

.newlunbocontent:hover .btntongyonggeshiban .imgbtntongyong2 {
	display: block;
}

.bannerfenye {
	bottom: 5%;
	width: 100%;
}

.bannerfenye .swiper-pagination-bullet {
	margin: 0px 2px;
	border-radius: 0;
	background: #ffffff;
	border: 1px solid;
	opacity: 1;
}

.bannerfenye .swiper-pagination-bullet-active {
	background: black;
	border-radius: 0;
}

.s-content {
	font-size: 40px;
	font-family: OpenSans-r;
	font-weight: 400;
	color: white;
	/*margin-left: 47px;*/
	margin-bottom: 35px;
	width: fit-content;
	text-align: center;
}

.newlunbocontent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 60%;
	/*padding: 35px;*/
	transform: translate(-50%, -50%);
	align-items: center;
	width: 80%;
}

.newheadertop {
	width: 100%;
	height: 45px;
	background: #3AACAD;
}

.neirongbtn {
	width: 1600px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

.headerleft {
	display: flex;
	align-items: center;
}

.headercolor {
	font-size: 15px;
	font-family: OpenSans;
	font-weight: 400;
	color: #FFFFFF;
	color: white;
}

.headerxian {
	width: 1px;
	height: 17px;
	background: #FFFFFF;
	opacity: 0.3;
	margin-right: 27px;
}

.dissnone {
	display: none !important;
}

.dissblock {
	display: block !important;
}

.twochild {
	left: 9.2vw !important;
	top: 0px !important;
}

.threechild {
	left: 9.3vw !important;
	top: 0px !important;
}

/*首页结束*/
.layou {
	width: 1140px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

/*首页结束*/
.layou2 {
	width: 750px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.newfooter {
	width: 100%;
	height: 100%;
	background: #000000;
}

.bgfooterimg {
	background: black;
	/*border: 1px solid #EBFCFC;*/
}

.bottomfooter {
	font-size: 23px;
	font-family: OpenSans-r;
	font-weight: bold;
	color: white;
	margin-bottom: 29px;
}

.bottomfooterofa {
	font-family: OpenSans-r;
	margin-bottom: 15px;
	color: white;
	font-size: 16px;
	width: fit-content;
	transition: all 0.2s;
}

.newfooterofimg {
	position: absolute;
	width: 86px;
	height: 86px;
	bottom: 30%;
	right: 0%;
}

.bottomfooterofa:hover {
	background: #3AACAD;
	color: white;
}

.hah {
	transition: all 0.5s;
}

.hah:hover {
	background: #3AACAD;
	color: white;
}

.bottomdaohang {
	margin-top: 80px;
	margin-bottom: 106px;
	display: flex;
	justify-content: space-between;
}

.keyword2 {
	width: 350px;
	height: 35px;
	border: 1px solid #A3A3A3;
	border-radius: 5px;
	color: white;
	background-color: #f0f8ff00;
	padding-left: 21px;
}

.ofsearch {
	margin-right: 32px;
}

.ofFollow {
	margin-right: 46px;
}

.shemeiimg1 {
	display: block;
	width: 40px;
	height: 40px;
}

.shemeiimg2 {
	display: none;
	width: 40px;
	height: 40px;
}

.footershemei {
	margin-right: 27px;
}

.shemeigeshi_box {
	display: flex;
}

.bottom_foot_copyright {
	font-family: OpenSans-l;
	color: white;
	font-size: 16px;
}

.dis_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: white;
}

.bottom_border_box {
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#gudingbox {
	position: fixed;
	bottom: 25px;
	right: 20px;
	display: flex;
	z-index: 9999;
}

.gudingleft_box {
	display: block;
	width: 105px;
	height: 42px;
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	border-radius: 5px;
	font-size: 16px;
	font-family: OpenSans-l;
	font-weight: 300;
	color: #3B3B3B;
	text-align: center;
	line-height: 42px;
}

.gudingleft_box2 {
	display: block;
	width: 42px;
	height: 42px;
	background: #E51B24;
	border-radius: 5px;
	margin-left: 12px;
	padding: 10px;
}

.newfooterbottomxian {
	border-bottom: 1px solid #a3a3a333;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

/*底部结束*/
/*主页以及通用格式*/
.biaotigeshitongyong {
	margin-top: 60px;
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 500;
	color: #222222;
	display: flex;
	flex-direction: column;
}

.tongyongbiaotiimg {
	display: block;
	margin-top: 36px;
	width: 145px;
	height: 1px;
	margin-bottom: 60px;
}

.indexyingyonggeshi {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.indexyingyonggeshi div {
	width: 32%;
	height: 380px;
	background: #EBFCFC;
	display: flex;
	flex-direction: column;
	padding: 25px;
}

.indexyingyonggeshi div span {
	font-size: 26px;
	font-family: Open Sans;
	font-weight: 400;
	color: #222222;
}

.indexyingyonggeshi div a {
	padding: 2px;
	width: fit-content;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: OpenSans-r;
	font-size: 18px;
}

.indexyingyonggeshi div a:hover {
	background: #3AACAD;
	color: white;
}

.indexsolutcont {
	display: flex;
	margin-bottom: 38px;
}

.neirongsolubox {
	height: 320px;
	background: #EBFCFC;
	width: 100%;
}

.indexsolutcont:nth-child(2n) {
	flex-direction: row-reverse;
}

.indexsolutcont:last-child {
	margin-bottom: 0px;
}

.nrslbfrtext {
	margin-top: 78px;
	margin-left: 27px;
	font-size: 26px;
	font-family: Open Sans;
	font-weight: 400;
	color: #222222;
}

.nrslbtwtext {
	margin-top: 37px;
	margin-left: 27px;
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #595757;
}

.btntongyonggeshi {
	margin-top: 40px;
	margin-left: 27px;
	position: relative;
	border: 1px solid #3AACAD;
	text-align: center;
	line-height: 40px;
	padding: 0px 20px;
	color: #3AACAD;
	display: flex;
	align-items: center;
	width: 28%;
	justify-content: space-around;
	transition: all 0.5s;
}

.btntongyonggeshi:hover {
	background: #3AACAD !important;
	color: white !important;
}

.btntongyonggeshi:hover .imgbtntongyong2 {
	transform: translate(5px, 0px);
}

.imgbtntongyong1 {
	width: 15px !important;
	height: 13px !important;
	display: block;
	margin-top: 2px;
	transition: all 0.5s;
}

.newlunbocontent .btntongyonggeshiban {
	margin-top: 47px !important;
}

.btntongyonggeshiban {
	width: 30% !important;
	margin-left: 47px !important;
}

.imgbtntongyong2 {
	width: 15px !important;
	height: 13px !important;
	display: none;
	margin-top: 2px;
	transition: all 0.5s;
}

.btntongyonggeshi:hover {
	background: #3AACAD;
	color: white;
}

.btntongyonggeshi:hover .imgbtntongyong1 {
	display: none;
}

.btntongyonggeshi:hover .imgbtntongyong2 {
	display: block;
}

.newxinwengeshi {
	margin-top: 112px;
	margin-bottom: 112px;
	width: 100%;
	height: 750px;
	background: #EBFCFC;
}

.newxinwencontent {
	width: 27%;
	height: 526px;
	background: #FFFFFF;
}

.newxinwenbox {
	margin-top: 112px;
}

.newxinwenfenyebox {
	bottom: 140px !important;
}

.newxinwenfenyebox .swiper-pagination-bullet {
	border-radius: 0;
	opacity: 1;
	background: #ffffff;
	border: 1px solid;
}

.newxinwenfenyebox .swiper-pagination-bullet-active {
	background: black !important;
}

.newxinwenjiantouleft {
	--swiper-navigation-size: 30px;
	/* 设置按钮大小 */
	left: -60px !important;
	opacity: 1;
	background-color: rgba(255, 255, 255, .15);
}

.newxinwenjiantouleft:hover {
	color: white;
	background-color: #3AACAD;
}

.newxinwenjiantouright {
	--swiper-navigation-size: 30px;
	/* 设置按钮大小 */
	right: -60px !important;
	opacity: 1;
	background-color: rgba(255, 255, 255, .15);
}

.newxinwenjiantouright:hover {
	color: white;
	background-color: #3AACAD;
}

.newxinwentitle {
	width: 320px;
	font-size: 24px;
	font-family: Open Sans;
	font-weight: 400;
	color: #222222;
	line-height: 30px;
	margin-left: 27px;
	margin-top: 37px;
	overflow: hidden;
	height: 63px;
	display: inline-block;
}

/*.newxinwentitle:hover{*/
/*    background: #3AACAD;*/
/*    color: white;*/
/*}*/
.newxinwendiecontent {
	width: 310px;
	height: 100px;
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #595757;
	line-height: 24px;
	margin-left: 27px;
	margin-top: 21px;
	overflow: hidden;
}

.btntongyonggeshi2 {
	margin-top: 33px !important;
	width: 45% !important;
}

.indexnewindex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.indexnewindexbox {
	position: relative;
	width: 48%;
	height: 525px;
	background: #3AACAD;
	margin-top: 15px;
}

.newnewbox {
	position: absolute;
	width: 70px;
	height: 30px;
	background: #595757;
	color: white;
	text-align: center;
	line-height: 30px;
	top: 20px;
	left: 27px;
}

.newnewtitle {
	font-size: 26px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 21px;
	margin-left: 27px;
}

.newnewcontent {
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 37px;
	margin-left: 27px;
}

.btntongyonggeshi3 {
	margin-top: 38px;
	border: 1px solid white;
	color: white !important;
}

.btntongyonggeshi3 .imgbtntongyong1 {
	display: none;
}

.btntongyonggeshi3 .imgbtntongyong2 {
	display: block;
}

.btntongyonggeshi3:hover {
	background: #FFFFFF;
	border: 1px solid white;
	color: #3AACAD !important;
}

.btntongyonggeshi3:hover .imgbtntongyong2 {
	display: none;
}

.btntongyonggeshi3:hover .imgbtntongyong1 {
	display: block;
	transform: translate(5px, 0px);
}

.tiaozhuandanyi {
	display: flex;
	margin-top: 112px;
	height: 264px;
	background: #3AACAD;
	margin-bottom: 112px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.tiaozhuandanyititle {
	font-size: 40px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
}

.btntongyonggeshi4 {
	width: 10%;
	background-color: white;
	color: #3AACAD !important;
}

.btntongyonggeshi4:hover {
	width: 10%;
	background-color: #595757;
	color: white !important;
	border: 1px solid white;
}

.btntongyonggeshi5 {
	width: 15%;
	margin-top: 20px;
	margin-left: 77px;
	border: 1px solid #3AACAD;
	color: #3AACAD !important;
}

.btntongyonggeshi5:hover {
	border: 1px solid #3AACAD;
	background-color: #3AACAD;
	color: white !important;
}

.indeximgbottombox {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 360px;
	width: 100%;
	overflow: hidden;
}

.indeximgbottomboxtitle {
	width: 440px;
	height: 190px;
	font-size: 32px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	margin-left: 60px;
	margin-top: 64px;
	padding-left: 13px;
}

.newaifgeshi {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.newaifgeshibox {
	background: #EBFCFC;
	margin-top: 15px;
	padding-bottom: 35px;
	margin: 10px;
}

.newaifgeshibox img {
	width: 360px;
	height: 200px;
}

.newaifgeshititle {
	font-size: 26px;
	font-family: Open Sans;
	font-weight: 400;
	color: #222222;
	margin-top: 35px;
	margin-left: 25px;
	width: 300px;
}

.btntongyonggeshi6 {
	width: 49%;
	margin-top: 32px;
}

.blogsgeshi {
	width: 100%;
	height: 965px;
	background: #EBFCFC;
	margin-top: 112px;
}

.blogsboxgeshi {
	width: 30%;
	height: 610px;
	background-color: white;
}

.blogsctitle {
	padding: 2px 10px;
	background: #3AACAD;
	color: white;
	text-align: center;
	line-height: 22px;
	margin-left: 27px;
	margin-top: 11px;
	width: fit-content;
}

.blogstime {
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 400;
	color: #000000;
	margin-left: 27px;
	margin-top: 14px;
}

.blogtitle {
	width: 320px;
	height: 56px;
	font-size: 26px;
	font-family: Open Sans;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	margin-left: 27px;
	margin-top: 36px;
}

.blogtitle:hover {
	background: #3AACAD;
	color: white;
}

.blogcontent {
	width: 320px;
	height: 114px;
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	margin-left: 27px;
	margin-top: 32px;
}

.btntongyonggeshi7 {
	position: absolute;
	width: 14%;
	top: -3px;
	right: 0px;
}

.aesgtboxgeshi {
	width: 100%;
	height: 570px;
	display: flex;
}

.aesgtboxgeshifrt {
	width: 50%;
	height: 100%;
}

.aesgtboxgeshititle {
	width: 425px;
	height: 120px;
	font-size: 32px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	position: absolute;
	bottom: 60px;
	padding-left: 12px;
	left: 27px;
}

.aesgtboxgeshirighttop {
	display: flex;
	flex-direction: row-reverse;
}

.aesgtboxgeshirighttopbox {
	width: 218px;
	height: 285px;
	background: #595757;
	text-align: center;
	font-size: 20px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
	padding: 109px 20px;
}

.aesgtboxgeshiright {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.aesgtboxgeshirightbottom {
	height: 285px;
	display: flex;
}

.aesgtboxgeshirighttopbox2 {
	padding: 109px 20px;
	width: 218px;
	height: 285px;
	text-align: center;
	font-size: 20px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
	width: 222px !important;
	background: #3AACAD !important;
}

.aesgtboxgeshirighttopbox2:hover {
	background-color: #595757 !important;
}

.aesgtboxgeshirighttopbox:hover {
	background-color: #3AACAD !important;
}

.aesgtboxgeshititle:hover {
	background-color: #595757;
}

.videoboxgeshi {
	display: flex;
	justify-content: space-between;
	margin-bottom: 127px;
}

.videoindexgeshi {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.videoboxtitle {
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #595757;
}

.btntongyonggeshi8 {
	margin-left: 0px;
}

/* 主页结束*/
/*about页面*/
.aboutmaodian {
	height: 75px;
	background: #3AACAD;
}

.aboutdianjitiaozhuan {
	font-family: Open Sans;
	width: 166px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	color: white;
	display: block;
	float: left;
	font-size: 25px;
}

.aboutdianjitiaozhuan:hover {
	background: #595757;
	color: white;
}

.aboutmianbaoxiu a {
	font-family: Open Sans;
	font-size: 16px;
}

.aboutcontenttextbox {
	/*width: 752px;*/
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #595757;
	line-height: 28px;
}

.abouttitlegeshi {
	margin-top: 50px;
}

.aboutvideogeshi {
	margin-top: 77px;
	display: flex;
	justify-content: center;
}

.abouttitlegeshi2 {

	margin-top: 0px;
}

.aboutrfgeshi {
	margin-top: 38px;
	display: flex;
	justify-content: space-between;
}

.aboutrfgeshibox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.aboutrfgeshiboxtitle {
	font-size: 26px;
	font-family: Open Sans;
	font-weight: 400;
	color: #222222;
	margin-top: 35px;
	width: fit-content;
}

.aboutrfgeshibox:hover .aboutrfgeshiboxtitle {
	background: #3AACAD;
	color: white;
}

.mySwiper3 {
	margin-top: 38px;
	position: relative;
}

.newxinwenfenyebox2 {
	bottom: -60px !important;
}

.newchose {
	display: flex;
	width: 100%;
	height: 40px;
	background: #3AACAD;
}

.newchose div {
	width: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
}

.newchose div:hover {
	background: #595757;
}

.newchoseactive {
	background: #595757 !important;
}

.newchosebox {
	margin-top: 38px;
	display: none;
}

.newchoseboxactive {
	display: flex !important;
	flex-direction: column;
}

.newxinwengeshibox {
	display: flex;
	width: 100%;
	background: #EBFCFC;
	height: 136px;
	margin-bottom: 15px;
}

.newxinwengeshibox img {
	width: 241px;
	height: 136px;
	object-fit: cover;
}

.btntongyonggeshi9 {
	position: absolute;
	width: 19% !important;
	right: 29px;
	top: 19px;
}

.newxinwengeshiboxcontent {
	position: relative;
	width: 100%;
}

.newxinwentime {
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 400;
	color: #000000;
	margin-top: 26px;
	margin-left: 27px;
}

.newxinwentitle2 {
	font-size: 24px;
	font-family: Open Sans;
	font-weight: 400;
	color: #000000;
	width: 70%;
	margin-top: 5px;
	margin-left: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lingdaoboxgeshi {
	display: flex;
	margin-top: 37px;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.lingdaobox {
	display: flex;
	height: 230px;
	width: 30%;
}

.lingdaoname {
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #222222;
	margin-left: 27px;
}

.lingdaozhiwei {
	width: 142px;
	height: 63px;
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #595757;
	line-height: 24px;
	margin-left: 27px;
	margin-top: 31px;
}

.lingdaodianhua {
	font-size: 16px;
	font-family: Open Sans;
	font-weight: 400;
	color: #595757;
	margin-left: 27px;
	margin-top: 26px;
}

.lingdaoyouxiang {
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #595757;
	margin-left: 27px;
	margin-top: 9px;
	display: block;
}

.lingdaoyouxiang:hover {
	color: #3AACAD;
}

.threeboxgeshi {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.threeboxgeshicont {
	width: 360px;
	height: 283px;
	background: #3AACAD;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	font-size: 26px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
}

.btntongyonggeshi10 {
	margin-top: 9px !important;
	width: 48% !important;
	font-size: 18px;
	margin-left: 0px !important;
}

.newchosebox2 {
	margin-top: 0px;
}

.newaifgeshibox2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.newaifgeshititle2 {
	margin-left: 0px !important;
}

.btntongyonggeshi62 {
	margin-left: 0px !important;
}

#Webinar {
	margin-bottom: 50px;
}

.formtablebox {
	width: 100%;
	background: #F2F2F2;
	margin-top: 80px;
	padding-bottom: 100px;
	padding-top: 1px;
}

.formtablebox input {
	margin-top: 8px;
	width: 555px;
	height: 41px;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	padding-left: 15px;
	font-family: Open Sans;
}

.formtablebox textarea {
	margin-top: 8px;
	max-width: 555px;
	max-height: 130px;
	min-width: 555px;
	min-height: 130px;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	padding: 15px;
	font-family: Open Sans;
}

.checkboxofinp {
	width: auto !important;
	height: auto !important;
}

.formtableboxtitle {
	margin-top: 28px;
	font-size: 16px;
	font-family: Open Sans;
	font-weight: 400;
	color: #595757;
}

.submitoffrom {
	font-family: Open Sans;
	width: 150px;
	height: 37px;
	border: 1px solid #3AACAD;
	margin-top: 25px;
	color: #3AACAD;
	cursor: pointer;
}

.submitoffrom:hover {
	color: white;
	border: 1px solid #3AACAD;
	background-color: #3AACAD;
}

.formtableboxcontent {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.formtableboxcontent div {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Open Sans;
	color: #595757;
	width: 49%;
}

.formtableboxcontent input {
	margin-right: 10px;
}

.downloadboxgeshi span {
	font-family: Open Sans;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.chanpintitlebox33 {
	font-size: 36px;
	font-family: Open Sans;
	font-weight: 400;
	color: #222222;
	margin-bottom: 67px;
	margin-top: 145px;
}

.readmoreboxge {
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	color: #010001;
}

.readmoreboxge {
	text-align: center;
	margin-left: 56px;
	margin-top: 15px;
	cursor: pointer;
	font-family: Open Sans;
}

.readmoreboxge:hover span {
	background-color: #3AACAD;
	color: white;
}

.dianjilianxiwomen {
	width: 554px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-right: 45px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-family: Open Sans;
	font-size: 18px;
	transition: all 0.5s;
}

.dianjilianxiwomen:hover {
	background: #3AACAD;
	color: white;
	border: 1px solid #3AACAD;
}

.tishiwomende {
	margin-right: 77px;
	font-size: 17px;
}

.liulangeshi {
	width: 100%;
	height: 80px;
	background: #595757;
}

.liulanggeshititle {
	font-size: 30px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 80px;
}

.liulanggeshibtn {
	width: 207px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-family: Open Sans;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;
	background: #3AACAD;
	cursor: pointer;
	transition: all 0.5s;
}

.liulanggeshibtn:hover {
	border-radius: 15px;
}

.liulanggeshibtn img {
	transition: all 0.5s;
}

.liulanggeshibtn:hover img {
	transform: translate(5px, 0px);
}

.cpxuanzebox {
	width: 100%;
	height: 100px;
	background: #3AACAD;
}

.cpxuanzeboxtitle {
	width: 560px;
	height: 71px;
	text-align: center;
	line-height: 71px;
	font-size: 26px;
	font-family: Open Sans;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
}

.cpxunanzeboxgeshi2 {
	padding-top: 29px;
}

.cpxuanzeboxtitle:hover {
	background: #595757;
}

.activexiayunl {
	background-color: white !important;
	color: black !important;
}

.cpxiangqingbox {
	display: none;
	margin-top: 21px;
	font-family: Open Sans;
	color: #595757;
}

.cpxiangqingtable {
	display: none;
	margin-top: 21px;
	font-family: Open Sans;
	color: #595757;
}

.avtivecpbox {
	display: block;
}

.tuijianchanpinbx {
	width: 100%;
	height: 100%;
	background: #EBFCFC;
	margin-top: 106px;
}

#wrap {
	border: 1px solid white;
	padding: 1px;
}

#wrap:hover {
	border: 1px solid #3AACAD;
	padding: 1px;
}

.xiugaishouyeimg1 {
	height: 320px;
}

.cpfilebox {
	height: auto;
	font-size: 22px;
	line-height: 50px;
	padding: 5px;
	display: flex;
	align-items: center;
}

.cpfilebox:hover {
	background-color: #93dfe029;
}

.xiayunlonggai3333 {
	width: 45% !important;
}

.newindexlikeacromk1 {
	display: flex;
	justify-content: space-between;
}

.newindexlikeacromk1 .left {
	width: 20%;
}

.newindexlikeacromk1 .right {
	width: 79%;
}

.newindexlikeacromk1 .titlebox {
	background: #3AACAD;
	font-size: 20px;
	width: 100%;
	margin: 5px 0;
	color: #fff;
	line-height: 25px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 82px;
	cursor: pointer;
	transition: all 0.5s;
}

.newindexlikeacromk1 .titlebox:hover {
	background-color: white;
	border: 1px solid #3AACAD;
	color: #3AACAD;
}

.newindexlikeacromk1 .titlebox.active {
	background-color: #303030;
}

.newindexlikeacromk1 .titleofty {
	background: #303030 !important;
	font-size: 20px;
	width: 100%;
	margin: 5px 0;
	color: #fff !important;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1) !important;
	font-weight: bold;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newindexlikeacromk1 .right .topbox {
	display: flex;
	justify-content: space-between;
}

.newindexlikeacromk1 .right .titlebox {
	width: 24%;
}

.newindexlikeacromk1 .titleofcontent {
	width: 100%;
	border: 1px solid #3AACAD;
	padding: 15px;
	margin-top: 5px;
	height: auto;
	border-radius: 5px;
	display: none;
}

.newindexlikeacromk1 .titleofcontent.active {
	display: block;
}

.newindexlikeacromk1 .titleofcontentthreebox {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.newindexlikeacromk1 .titleofcontentthree {
	width: 32%;
	margin: 15px 5px;
}

.newindexlikeacromk1 .titleofcontentthree .title {
	font-size: 22px;
	font-family: "Open Sans";
	font-weight: 800;
	margin-bottom: 7.5px;
	display: block;
}

.newindexlikeacromk1 .titleofcontentthree a {
	font-size: 15px;
	font-family: "Open Sans";
	font-weight: 400;
	margin: 2.5px;
	transition: all 0.5s;
	display: inline-block;
	line-height: 22px;
}

.newindexlikeacromk1 .titleofcontentthree a:hover {
	text-decoration: underline;
	color: #3AACAD;
}

@media screen and (max-width: 1650px) {
	html {
		zoom: 0.9;
	}
}

@media screen and (max-width: 1600px) {
	html {
		zoom: 0.85;
	}

	.newlunbocontent .btntongyonggeshiban {
		width: 30% !important;
	}
}

@media screen and (max-width: 1400px) {
	html {
		zoom: 0.8;
	}
}

@media screen and (max-width: 1350px) {
	html {
		zoom: 0.75;
	}
}

@media screen and (max-width: 1250px) {
	html {
		zoom: 0.7;
	}
}

.disbloc {
	display: content;
}

.formgeshi {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 960px) {
	.newindexlikeacromk1 {
		padding: 0px 2%;
	}

	.header .inner .flex {
		width: 100%;
	}

	.searchbox {
		display: none;
	}

	.newxinwentitle2 {
		margin-bottom: 15px;
		width: 90%;
	}

	/*.newxinwengeshibox img{*/
	/*    height: 220px;*/
	/*}*/
	.newxinwengeshibox {
		height: auto;
		width: 90%;
	}

	.newchoseboxactive {
		align-items: center;
	}

	.videoboxgeshi {
		padding: 15px;
	}

	.videoboxgeshi p {
		width: 100% !important;
	}

	.videoboxgeshi p img {
		width: 100%;
	}

	.newxinwendiecontent {
		word-break: break-all;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		padding-right: 15px;
	}

	.newxinwencontent img {
		width: 100%
	}

	.yidongdibugeshi66 {
		align-items: flex-start;
	}

	.yidongyincangqilai {
		display: none;
	}

	/*.downloadbox img{*/
	/*    height: 240px !important;*/
	/*}*/
	.nrslbtwtext {
		margin-top: 20px !important;
	}

	.mySwiper6 {
		width: 100% !important;
	}

	.mySwiper6 .swiper-slide {
		width: 100% !important;
	}

	.mySwiper5 {
		width: 100% !important;
	}

	.mySwipernews {
		width: 100% !important;
	}

	.mySwiper5 .swiper-slide {
		width: 100% !important;
	}

	.formgeshi {
		flex-direction: column;
	}

	.disbloc {
		display: none;
	}

	.btntongyonggeshi {
		width: 41%;
		min-width: 200px;
	}

	.layou {
		width: 100%;
	}

	.newheadertop {
		padding-left: 15px;
	}

	.newlunbocontent {
		margin-top: 15px;
	}

	#header a.mm_btn {
		top: 57px;
	}

	.header .inner .logo {
		padding-left: 10px;
	}

	.container222 {
		flex-direction: column;
	}

	.container222 div {
		width: 100% !important;
	}

	.newlunbocontent .btntongyonggeshiban {
		width: 42% !important;
		margin-left: 15px !important;
		margin-top: 47px !important;
	}

	.s-content {
		font-size: 12px;
	}

	.biaotigeshitongyong {
		padding-left: 15px;
	}

	.indexyingyonggeshi {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.indexyingyonggeshi div {
		width: 83%;
		margin-bottom: 15px;
	}

	.indexsolutcont {
		flex-direction: column;
	}

	.indexsolutcont:nth-child(2n) {
		flex-direction: column;
	}

	.mySwiper {
		width: 100%;
		padding-left: 10%;
	}

	.indexnewindex {
		flex-direction: column;
	}

	.indexnewindexbox {
		width: 100%;
		margin-bottom: 15px;
	}

	.btntongyonggeshi4 {
		margin-left: 0px;
	}

	.indeximgbottomboxtitle {
		margin-left: 14px;
	}

	.btntongyonggeshi5 {
		margin-left: 27px;
	}

	.newaifgeshi {
		flex-direction: column;
		align-items: center;
	}

	.newaifgeshibox {
		margin-bottom: 25px;
	}

	.mySwiper2 {
		width: 1140px;
		margin-left: 11%;
	}

	.blogsboxgeshi {
		width: 31.5% !important;
	}

	.btntongyonggeshi7 {
		display: none;
	}

	.xiayunlongydbxs {
		display: none;
	}

	.videoboxgeshi {
		flex-direction: column;
	}

	.videoindexgeshi {
		width: 100%;
		padding: 15px;
	}

	.bottomdaohang {
		margin-top: 112px;
		margin-bottom: 106px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.dis_flex {
		flex-direction: column !important;
		align-items: center !important;
	}

	.newfooterbottomxian {
		border-bottom: 1px solid #a3a3a333;
		display: flex;
		justify-content: center;
		padding-bottom: 6px;
		flex-direction: column;
		align-items: center;
	}

	.pcbottombanquan {
		margin-left: 0px;
		text-align: center;
		margin-bottom: 15px;
	}

	.newfooterofimg {
		position: absolute;
		width: 86px;
		height: 86px;
		bottom: 16%;
		right: 41%;
		display: none;
	}

	.xiayunlongdivgeshi {
		width: 40%;
		text-align: left;
		margin-bottom: 15px;
	}

	.aboutdianjitiaozhuan {
		width: 147px;
	}

	.aboutmianbaoxiu {
		padding-left: 15px;
	}

	.aboutcontenttextbox {
		width: 100%;
		padding: 10px;
	}

	.joblistbox {
		width: 95% !important;
		margin: 0 auto;
	}

	.layou2 {
		width: 100%;
	}

	.tiaozhuandanyititle {
		padding: 0 15px;
		text-align: center;
		font-size: 30px;
	}

	.aboutrfgeshi {
		overflow: auto;
		padding-bottom: 10px;
	}

	.mySwiper3 {
		width: 1140px;
	}

	.newxinwengeshibox {
		flex-direction: column;
		margin-bottom: 60px;
	}

	.newxinwengeshibox img {
		width: 100%;
	}

	.lingdaoboxgeshi {
		flex-direction: column;
		padding-left: 15px;
	}

	.lingdaobox {
		margin-bottom: 15px;
	}

	.threeboxgeshi {
		flex-direction: column;
		align-items: center;
	}

	.threeboxgeshicont {
		margin-bottom: 15px;
	}

	.container {
		width: 100% !important;
	}

	.blog_list {
		flex-direction: column;
		align-items: center;
	}

	.downloadbox {
		width: 91% !important;
	}

	.formtablebox input {
		width: 100%;
	}

	.formtablebox {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mySwiper4 {
		margin-left: 28px;
	}

	.cpxiangqingbox {
		padding: 10px;
	}

	.cpxiangqingtable {
		width: 100%;
		padding-left: 10px;
		padding-bottom: 10px;
		overflow-y: auto;
	}

	.cpxiangqingtable table {
		width: 1140px !important;
	}

	.cpxiangqingtable hr {
		width: 1140px !important;
	}

	.liulangeshi {
		height: 240px;
	}

	.xiayunlongflexyd {
		flex-direction: column;
		align-items: center;
	}

	.liulanggeshititle {
		padding-left: 15px;
	}

	.product-view .product-image {
		display: block;
	}

	.product-view {
		margin: 0 0px 30px;
	}

	.product-summary .product-meta {
		padding: 10px;
	}

	.product-meta {
		height: fit-content !important;
		width: 100%;
	}

	.dianjilianxiwomen {
		margin-left: 10%;
	}

	.readmoreboxge {
		text-align: left;
	}

	.yidongimggeshi {
		height: 35vh !important;
		background-size: 100% 100%;
		margin-top: 133px;
	}

	.s-content {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.newgeshi5556 {
		text-align: right;
	}

	.newgeshi55566 {
		align-items: flex-end;
	}
}

@media screen and (max-width: 960px) {
	.xiugaishouyeimg1 {
		height: auto;
	}

	.yidongimggeshi {
		height: 55vh !important;
	}

	.videoboxgeshi p {
		height: auto !important;
	}

	.videoboxgeshi p img {
		height: auto !important;
	}

	select {
		width: 100% !important;
	}

	.formtablebox textarea {
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.submitoffrom {
		width: 100%;
	}

	#col-index-banner,
	#col-banner {
		margin-top: 132px;
	}
}

@media screen and (max-width: 890px) {
	.items_list .product_item {
		width: 100% !important;
	}
}

@media screen and (max-width: 550px) {
	.downloadbox img {
		height: 200px !important;
	}

	.yidongimggeshi {
		height: 35vh !important;
	}
}

.newfooter .tagesxiayunlong {
	margin-bottom: 10px;
}

.newfooterbottombk {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newfooterboxgs {
	background: #69696980;
}

.newfooterbottombk .newfooterboxgsbox {
	padding: 35px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.newfooterbottombk .newfooterboxgsbox {
	font-family: OpenSans-r;
	color: white;
	font-size: 18px;
	width: fit-content;
	text-align: center;
}

.newfooterbottombk .newfooterboxgsbox:hover .title {
	text-decoration: underline;
}

.newfooterbottombk .newfooterboxgsbox img {
	margin-bottom: 15px;
}

.indexwindows {
	width: 330px;
	height: 400px;
	background: white;
	position: fixed;
	right: 15px;
	bottom: 0px;
	z-index: 9999;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 7px solid #3AACAD;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
	overflow: hidden;
}

.indexwindows .imgboxtop {
	width: 100%;
	height: 130px;
}

.indexwindows .imgboxtop img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexwindows .contentbox {
	padding: 25px;
}

.indexwindows .contentbox p {
	color: #3AACAD;
}

.indexwindows .contentbox p span {
	font-size: 18px;
}

.indexwindows .contentbox p span strong {
	font-weight: bold;
}

.indexwindows .hideindexwindows {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #ffffff52;
	border-radius: 50%;
	top: 5px;
	right: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.5s;
}

.indexwindows .hideindexwindows:hover {
	background: #3AACAD;
}

.multi-order {
	border-collapse: collapse;
	vertical-align: top;
	margin-top: 35px;
	border: none;
}

.multi-order td,
.multi-order th {
	padding: 5px 15px;
	text-align: left;
	border: none;
}

.multi-order .textInput {
	width: 95px;
	margin: 0;
}

.multi-order tfoot td {
	text-align: right;
	border: none;
}

.multi-order-add-line-td {
	vertical-align: bottom;
}

.multi-order-add-line {
	padding-bottom: 6px;
	float: right;
	vertical-align: bottom;
	line-height: 20px;
	line-height: 16px;
}

.multi-order {
	border-collapse: collapse;
	vertical-align: top;
	border: solid;
	background-color: #F1F1F1;
	max-width: 600px;
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 35px;
}

.multi-order th {
	background: #e9e9e9;
	padding: 8px 12px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

.multi-order-add-line {
	padding-bottom: 6px;
	float: left !important;
	vertical-align: bottom;
	line-height: 0px !important;
	font-size: 16px;
	width: 250px;
}

.multi-order input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: .665rem;
	border: 1px solid #b9b9b9;
	border-radius: .375em;
	color: #333;
	font-family: inherit;
	font-size: 1em;
	box-sizing: border-box;
	background-position: right .665rem center;
	background-size: 1.33rem 1.33rem;
	background-repeat: no-repeat;
}

.ordernow_atype a{
    font-size: 16px !important;
    font-weight: 400;
    margin-top: 0;
    line-height: 26px !important;
    transition: all 0.5s;
}

.ordernow_atype a:hover{
    color: #3AACAD;
    text-decoration: underline;
}

.ordernow_atype a:first-child{
    display: inline-block;
    margin-right: 25px;
}

.ordernow_atype_btn{
    padding: 8px 15px;
    font-size: 16px !important;
    font-weight: 400;
    background: #3AACAD;
    border-radius: 8px;
    color: white;
    width: fit-content;
    margin-top: 50px;
    margin-bottom: 100px;
    transition: all 0.5s;
    cursor: pointer;
}

.ordernow_atype_btn:hover{
    text-decoration: underline;
}