* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: "Gotham";
	/* Project id 2871779 */
	src: url('../fonts/GOTHAM-BOOK.OTF');
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

html {
	font-family: "Roboto", Sans-serif;
}

.innerPage {
	padding-top: 103px;
}

.content1400 {
	margin: 0 auto;
	width: 1400px;
	max-width: 94%;
}

.content1600 {
	margin: 0 auto;
	width: 1600px;
	max-width: 94%;
}

.content1140 {
	width: 1140px;
	margin: 0 auto;
	max-width: 94%;
}

.content1200 {
	width: 1200px;
	margin: 0 auto;
	max-width: 94%;
}

.content990 {
	width: 990px;
	margin: 0 auto;
	max-width: 94%;
}

.content1720 {
	margin: 0 auto;
	width: 1720px;
	max-width: 94%;
}

.font36 {
	font-size: 36px;
}

.font30 {
	font-size: 30px;
}

.font48 {
	font-size: 48px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 20px 0 0;
	transition: all .6s;
}

.header.active {
	padding-top: 0;
}

.header .content1720 {
	background: #FFFFFF;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 5px 5px 17px;
}

.header.active .content1720 {
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	transition: all .6s;
}

.header .logo img {
	display: block;
	width: 120px;
}

.header .r {
	display: flex;
	align-items: center;
}

.header .r .list {
	display: flex;
	gap: 10px 40px;
}

.header .r .list li {
	position: relative;
}

.header .r .list li>a {
	font-family: Gotham;
	font-size: 18px;
	color: #000000;
	display: block;
	/* line-height: 50px; */
}

.header .r .list li:hover>a,
.header .r .list li.active>a {
	color: #71D30B
}

.header .r .list li .subNav {
	background: #fff;
	position: absolute;
	left: -20px;
	/* transform: translateX(-50%); */
	padding: 15px 0;
	display: none;
	border-radius: 5px;
}

.header .r .list li:hover .subNav {
	display: block;
}

.header .r .list li .subNav a {
	white-space: nowrap;
	display: block;
	font-size: 16px;
	line-height: 2;
	padding: 0 20px;
	color: #333;
}

.header .r .list li .subNav a:hover {
	color: #71D30B
}

.header .r .aslideBtn .iconfont {
	color: rgba(153, 153, 153, 1);
	font-size: 22px;
	transition: all .6s;
}

.header .r .header-search-box {
	position: relative;
	margin-left: 70px;
}

.header .r .header-search-box .header-searchBtn {
	cursor: pointer;
	font-family: Gotham;
	font-weight: normal;
	font-size: 18px;
	color: #CCCCCC;
	line-height: 24px;
	transition: all .6s;
}

.header .r .header-search-box .header-searchBtn .iconfont {
	color: rgba(111, 203, 46, 1);
}

.header .r .header-search-box .header-searchBtn:hover {
	color: rgba(111, 203, 46, 1);
}

.header .r .header-search-box .header-search-container {
	position: absolute;
	right: -15px;
	top: 70px;
	display: none;
	/* border: 1px solid #999; */
}

.header .r .header-search-box .header-search {
	width: 230px;
	height: 38px;
	background: rgba(255, 255, 255, 1);
	/* background: #F0F0F0; */
	border-radius: 19px;
	display: flex;
	align-items: center;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, .08); */
	border: 1px solid rgba(111, 203, 46, 1);
}

.header .r .header-search-box .header-search input {
	flex: 1;
	padding-left: 17px;
	font-size: 12px;
	font-family: Search;
	font-weight: 400;
	color: #333;
	height: 100%;
	width: 100%;
	border-radius: 19px;
	border: none;
	outline: none;
	background-color: transparent;
}

.header .r .header-search-box .header-search input::placeholder {
	color: #999;
}

.header .r .header-search-box .header-search .iconfont {
	cursor: pointer;
	color: rgba(153, 153, 153, 1);
	padding: 0 15px 0 10px;
	transition: all 1s;
}

.header .r .header-search-box .header-search .iconfont:hover {
	color: rgba(111, 203, 46, 1);
}

.header .r .header-tel {
	display: flex;
	align-items: center;
	margin-left: 35px;
	line-height: 60px;
	padding: 0 20px;
	background: #71D30B;
	border-radius: 30px;
	font-family: Gotham;
	font-size: 18px;
	color: #000000;
}

.header .r .header-tel1 {
	margin-left: 10px;
}

.header .r .header-tel .iconfont {
	font-size: 26px;
	margin-right: 7px;
	margin-top: 3px;
}

.box1 {
	margin-top: 45px;
}

.box1 .title {
	padding: 10px 0;
	text-align: center;
	line-height: 1.4;
	color: #1e293b;
}

.box1 .des {
	font-size: 16px;
	color: #334155;
	padding: 10px 0;
}

.box1 .box-t {
	padding: 30px 0 20px;
}

.box1 .box-t .container {
	border: 1px solid #B3B3B3;
	box-shadow: 6px 6px 9px 2px rgba(0, 0, 0, 0.5);
	padding: 20px 32px 10px;
}

.box1 .box-t-t {
	display: flex;
	align-items: flex-start;
	padding: 0 10px;
}

.box1 .box-t-t .avatar {
	width: 143px;
	display: block;
	border-radius: 50%;
}

.box1 .box-t-t-r {
	flex: 1;
	margin-left: 40px;
	padding: 10px 0;
}

.box1 .box-t-t-r .text-title {
	font-size: 25px;
	text-decoration: underline;
	font-family: "Times New Roman", Sans-serif;
	color: #1e293b;
	padding-left: 12px;
	margin-bottom: 15px;
}

.box1 .box-t-t-r .text-des {
	font-family: "Lato", Sans-serif;

	padding: 10px 0;
	display: flex;
	align-items: center;
}

.box1 .box-t-t-r .text-des .elementor-icon {
	font-size: 35px;
}

.box1 .box-t-t-r .text-des svg {
	height: 35px;
	width: 35px;
}

.box1 .box-t-t-r .text-des h5 {
	font-size: 18px;
	font-weight: 500;
	color: #393BE7;
	padding-left: 10px;
}

.box1 .box-t-b {
	font-size: 15px;
	color: #7a7a7a;
	line-height: 25px;
	margin-top: 15px;
}

.box1 .box-c {
	margin-top: 10px;
}

.box1 .box-c img {
	display: block;
	width: 100%;
}

.box1 .box-b {
	margin-top: 20px;
	font-size: 18px;
	color: rgba(131, 131, 131, 1);
	line-height: 26px;
}

.box2 {
	margin-top: 20px;
}

.box2 .pic {
	margin-top: 20px;
}

.box2 .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;

}

.box2 .pic img:not(:last-child) {
	margin-bottom: 20px;
}

.faqBox {
	border: 4px solid #dedede;
	padding: 10px;
}

.faqBox .title {
	color: #626262;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.faqBox .list {
	margin-top: 20px;
}

.faqBox .list .li-t {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #f4f4f4;
}

.faqBox .list .li-t-l {
	font-size: 16px;
	font-family: "Suez One", Sans-serif;
	/* text-decoration: underline; */
	line-height: 26px;
	color: #acacac;
	flex: 1;
	margin-right: 30px;
}

.faqBox .list .icon {
	line-height: 26px;
}

.faqBox .list .icon svg {
	fill: #acacac;
	height: 15px;
}

.faqBox .list .icon .opened {
	display: none;
}

.faqBox .list li.active .icon .opened {
	display: block;
}

.faqBox .list li.active .icon .closed {
	display: none;
}

.faqBox .list .li-c {
	font-size: 16px;
	color: #334155;
	padding: 10px;
	line-height: 20px;
	font-family: "Suez One", Sans-serif;
	font-weight: 500;
	display: none;
}

.box2 .text {
	font-size: 18px;
	color: rgba(131, 131, 131, 1);
	padding: 20px 0 10px;
	line-height: 26px;
	/* text-align: center; */
	font-weight: 500;
}

.box3 {
	margin-top: 20px;
}

.box3 .title {
	margin: 0 auto;
	max-width: 86%;
	padding: 10px;
	line-height: 1.66;
	color: #fff;
	background: #064614;
	text-align: center;
	font-weight: 600;
}

.box3 .box-c {
	margin-top: 20px;
}

.productIntroduce {
	border: 1px solid #333;
	padding: 10px;
}

.productIntroduce:not(:last-child) {
	margin-bottom: 20px;
}

.productIntroduce-t a {
	font-size: 40px;
	font-weight: 800;
	color: #1e293b;
}

.productIntroduce-c {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.productIntroduce-c-l {
	width: 33.98%;
	padding: 10px;
}

.productIntroduce-c-l,
.productIntroduce-c-c {
	align-self: center
}

.productIntroduce-c-l img {
	display: block;
	width: 100%;
}

.productIntroduce-c-c,
.productIntroduce-c-r {
	width: 31.27%;
	padding: 10px;
}

.productIntroduce-c-c li:not(:last-child) {
	margin-bottom: 20px;
}

.productIntroduce-c-c .li-title {
	font-family: "Oswald", Sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.productIntroduce-c-c .progress-wrapper {
	position: relative;
	background-color: #eee;
	border-radius: 2px;
	color: #fff;
	height: auto;
	margin-top: 5px;
}

.productIntroduce-c-c .progressbar {
	height: 20px;
	line-height: 20px;
	font-family: "Arial", Sans-serif;
	font-size: 13px;
	background-color: #3DB667;
	border-radius: 2px;
	transition: all .6s;
	display: flex;
	width: 0;
}

.productIntroduce-c-c .progressbar .progress-text {
	flex: 1;
	width: 100%;
	height: 100%;
}

.productIntroduce-c-c .progressbar .progress-percentage {
	padding-right: 15px;
	color: #fff;
}

.productIntroduce-c-r {
	text-align: center;
}

.productIntroduce-c-r .icon img {
	display: block;
	margin: 0 auto;
	width: 69px;
}

.productIntroduce-c-r h2 {
	margin-top: 20px;
	font-family: "Times New Roman", Sans-serif;
	font-size: 70px;
	line-height: 1.3em;
	color: #1e293b;
}

.productIntroduce-c-r .price {
	font-family: "Roboto", Sans-serif;
	font-size: 30px;
	font-weight: 800;
	margin-top: 16px;
	color: #334155;
	line-height: 1;
}

.productIntroduce-c-r .stars {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 15px;
}

.productIntroduce-c-r .stars svg {
	fill: #f0ad4e;
	height: 30px;
}

.productIntroduce-c-r .des {
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	margin-top: 15px;
	line-height: 1;
	color: #334155;
}

.productIntroduce-c-r .readMore {
	display: inline-flex;
	margin: 20px auto 0;
	background-color: #4E97DB;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	font-weight: 900;
	fill: #FFFFFF;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	line-height: 1;
	border-radius: 3px;
	gap: 5px;
}

.productIntroduce-c-r .readMore svg {
	width: 1em;
	height: 1em;
}

.productIntroduce-b {
	margin-top: 50px;
	display: flex;
	grid-template-columns: repeat(2, 1fr);
}

.productIntroduce-b .item {
	padding: 10px 10px 50px;
	flex: 1;
}

.productIntroduce-b .vs {
	align-self: center;
	width: 15%;
	margin: 20px 2%;
	min-width: 100px;
}

.productIntroduce-b .item:not(:last-child) {
	/* border-right: 2px solid #333; */
}

.productIntroduce-b .item-title {
	display: inline-block;
	background-color: #064614;
	font-family: "Arial", Sans-serif;
	font-size: 25px;
	font-weight: 800;
	line-height: 33px;
	letter-spacing: 0px;
	word-spacing: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-radius: 3px;
	color: #fff;
}

.productIntroduce-b .item-title1 {
	transition: all .6s;
	background-color: #d9534f;
}

.productIntroduce-b .item-title1:hover {
	background-color: #045cb4;
}

.productIntroduce-b .item .list {
	margin-top: 20px;
}

.productIntroduce-b .item .list li {
	display: flex;
	margin: 3px 0;
}

.productIntroduce-b .item .list li .icon {
	width: 19px;
	fill: #064614;
	margin-right: 5px;
}

.productIntroduce-b .item .list li .icon+span {
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	flex: 1;
	padding-left: 5px;
	color: #54595F;
}

.productIntroduce-b .item .list li .icon1 {
	fill: #CB4C4C;

}

.productIntroduce-comments {
	padding: 10px 10px 65px;
}

.productIntroduce-comments .comments-title {
	line-height: 1;
	font-size: 30px;
	color: #334155;
	font-family: "Arial", Sans-serif;
	font-weight: 700;
}

.productIntroduce-comments .text {
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #54595F;
	margin-top: 50px;
	line-height: 25px;
}

.box4 {
	margin-top: 100px;
}

.box4 .faqBox:not(:last-child) {
	margin-bottom: 20px;
}

.faqBox1 {
	border-color: #FF4343;
}

.faqBox1 .list .li-t-l {
	color: #FF4343;
}

.faqBox1 .list .icon svg {
	fill: #FF4343;
}

.faqBox2 {
	border-color: #15D1FF;
}

.faqBox2 .title {
	font-size: 26px;
}

.faqBox .items {
	width: 780px;
	margin: 5px auto 0;
	margin-top: 20px;
	max-width: 100%;
}

.faqBox .items .item {
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.faqBox .items .item .icon {
	height: 31px;
}

.faqBox .items .item .icon svg {
	fill: #61CE70;
	width: 31px;
	height: 31px;
}

.faqBox .items .item .text {
	flex: 1;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
	padding-left: 10px;
	color: #334155;
	font-size: 16px;
}

.box4 .box-b {
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #334155;
	margin-top: 20px;
}

.box5 {
	margin-top: 30px;
}

.box5 .box-c {
	width: 990px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #FCFCFC;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	padding: 10px 30px 30px;
}

.box5 .box-c .title {
	font-family: "Roboto", Sans-serif;
	font-size: 40px;
	color: #074A97;
	line-height: 1.3;
	text-align: center;
}

.box5 .box-c .container {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box5 .box-c .container .pic {
	width: 41.72%;
}

.box5 .box-c .container .pic img {
	display: block;
	width: 100%;
}

.box5 .box-c .container .text-box {
	width: 55.92%;
	text-align: center;
}

.box5 .box-c .container .text-box .text-title a {
	font-family: "Poppins", Sans-serif;
	line-height: 1.3;
	color: #1e293b;
	font-weight: 600;
}

.box5 .box-c .container .text-box .text-des {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	color: #9F158E;
	line-height: 1.3;
}

.box5 .box-c .container .text-box .more {
	display: inline-block;
	font-family: "Poppins", Sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	background-color: #f0ad4e;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-radius: 6px;
	transition: all .6s;
	color: #fff;
	margin-top: 15px;
}

.box5 .box-c .container .text-box .more:hover {
	background-color: #045cb4;
}

.box5 .box-b {
	padding: 15px 0 10px;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #334155;
}

.box5 .box-b a {
	color: #046bd2;
}

.box6 {
	padding: 70px 0;
}

.box6 .box-c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.box6 .box-c .l {
	width: 50.62%;
}

.box6 .box-c .r .title,
.box6 .box-c .l .title {
	color: #2a2a2a;
	font-family: Gotham;
	font-weight: bold;
	line-height: 1.3;
}

.box6 .box-c .l .des {
	font-size: 20px;
	line-height: 1.25;
	margin-top: 30px;
	color: #525252;
}

.box6 .box-c .l .list {
	margin-top: 25px;
}

.box6 .box-c .l .list li {
	font-size: 20px;
	line-height: 1.25;
	font-weight: bold;
}

.box6 .box-c .l .list li:not(:last-child) {
	margin-bottom: 18px;
}

.box6 .box-c .l .list li .icon svg {
	width: 20px;
	fill: #71d30b;
}

.box6 .box-c .l .list li .icon {
	padding-right: 17px;
}

.box6 .box-c .l .list li .iconfont {
	font-size: 20px;
	color: #71d30b;
	padding-right: 17px;
}

.box6 .box-c .l .btns {
	margin-top: 44px;
	display: flex;
	gap: 24px;
}

.box6 .box-c .l .btns a {
	font-size: 18px;
	line-height: 55px;
	border: 1px solid #71d30b;
	padding: 0 35px;
	border-radius: 10px;
	color: #71d30b;
	transition: all .6s;
}

.box6 .box-c .l .btns a:hover {
	background-color: #71d30b;
	color: #fff;
}

.box6 .box-c .r {
	width: 46.68%;
	box-shadow: 0 0 18px 5px rgba(0, 0, 0, .15);
	padding: 24px;
	text-align: center;
}

.box6 .box-c .r .title span {
	color: #71d30b;
}

.box6 .box-c .r .des {
	font-size: 24px;
	font-weight: bold;
	color: #2a2a2a;
	margin-top: 5px;
}

.box6 .box-c .r .list {
	margin-top: 20px;
	display: flex;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 13px;
}

.box6 .box-c .r .list li {
	background: linear-gradient(320deg, #BFD9B2, #FFFFFF);
	border-radius: 10px;
	padding: 20px 20px;
}

.box6 .box-c .r .list li .icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box6 .box-c .r .list li .icon img {
	max-width: 100%;
	max-height: 100%;
}

.box6 .box-c .r .list li .text {
	margin-top: 20px;
}

.box6 .box-c .r form {
	margin-top: 20px;
}

.box6 .box-c .r form .inputs {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}

.box6 .box-c .r form .input {
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	/* overflow: hidden; */
	display: flex;
	align-items: center;
	padding: 0 20px;
	border: 1px solid rgba(0, 0, 0, .1);
}

.box6 .box-c .r form label {
	padding-right: 14px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	border-right: 1px solid rgba(222, 222, 222, 1);
	margin-right: 14px;
}

.box6 .box-c .r form .input select,
.box6 .box-c .r form .input textarea,
.box6 .box-c .r form .input input {
	flex: 1;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333;
	border: none;
	outline: none;
	resize: none;
	min-height: 50px;
	background-color: transparent;
}

.box6 .box-c .r form .input input::placeholder,
.box6 .box-c .r form .input textarea::placeholder {
	color: rgba(204, 204, 204, 1);
	font-family: "Roboto", Sans-serif;
}

.box6 .box-c .r form .input.textarea {
	grid-column: 1/3;
	height: 336px;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 28px;
	padding-bottom: 28px;
}

.box6 .box-c .r form .input.textarea label::before {
	display: none;
}

.box6 .box-c .r form .input.textarea label {
	margin-bottom: 10px;
}

.box6 .box-c .r form .submit {
	margin: 20px auto 0;
	width: 250px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #71d30b;
	border-radius: 10px;
	cursor: pointer;
}

.box7 {
	padding-bottom: 120px;
}

.box7 .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 49px;
}

.box7 .list li {
	padding: 40px 40px 30px;
	box-shadow: 0 0 18px 5px rgba(0, 0, 0, .08);
}

.box7 .list li .title {
	font-family: Gotham;
	font-weight: bold;
	text-align: center;
}

.box7 .list li .img {
	position: relative;
	padding-top: 80%;
	margin: 20px 0;
}

.box7 .list li .img .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box7 .list li .img .pic img {
	width: auto;
	max-width: 90%;
	max-height: 90%;
}

.box7 .list li .btns a {
	display: block;
	line-height: 40px;
	font-size: 18px;
	font-family: Gotham;
	color: #71d30b;
	width: 229px;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	transition: all .6s;
}

.box7 .list li .btns a:hover,
.box7 .list li .btns a:first-child {
	background-color: #71d30b;
	color: #fff;
}

.box7 .list li .btns a:first-child {
	margin-bottom: 10px;
}

.box8 {
	margin-top: 70px;
}

.box8 .box-c {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 50px 25px;
}

.box8 .box-c .product-item {
	text-align: center;
}

.box8 .box-c .product-item .pic {
	display: block;
}

.box8 .box-c .product-item .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.box8 .box-c .product-item .des {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 14px;
	color: #71D30B;
	line-height: 24px;
	margin-top: 29px;
}

.box8 .box-c .product-item .title {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 24px;
	color: #1E293B;
	line-height: 34px;
	margin-top: 10px;
	display: block;
}

.box8 .box-c .product-item .price {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 14px;
	color: #1E293B;
	line-height: 24px;
	margin-top: 17px;
}

.box8 .box-c .product-item .buyBtn {
	display: inline-block;
	width: 90px;
	line-height: 34px;
	background: #71D30B;
	border-radius: 17px;
	font-family: GothamBook;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 20px;
}

.box8 .box-c .product-item .more {
	display: block;
	font-family: GothamBook;
	font-weight: 400;
	font-size: 14px;
	color: #71D30B;
	line-height: 24px;
	margin-top: 10px;
}

.box8 .box-c .product-item .item-content {
	margin-top: 21px;
	border-top: 1px solid rgba(244, 244, 244, 1);
	padding-top: 26px;
	font-family: GothamBook;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.box8 .box-c .product-item .li-title {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 36px;
	color: #222222;
	line-height: 1;
	margin-bottom: 3px;
}

.box8 .box-c .product-item li:not(:last-child) {
	margin-bottom: 40px;
}

.box8 .box-c .product-item .icon {
	margin-bottom: 5px;
}

.box8 .box-c .product-item .icon img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.box8 .box-c .product-item .li-des {
	color: rgba(34, 34, 34, 1);
}

.footer {
	padding: 121px 0 102px;
	background: #71D30B;
	background-size: cover;
	text-align: center;
}

.footer * {
	font-family: "Microsoft YaHei" !important;
}

.footer-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 28px;
	margin-bottom: 55px;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.footer-c-l .logo {
	font-family: GothamBook;
	font-weight: 400;
	color: #F5F5F5;
	line-height: 1;
}

.footer-c-r {
	display: flex;
	align-items: center;
	font-family: GothamBook;
	font-weight: 400;
	font-size: 24px;
	color: #F5F5F5;
	line-height: 1.5;
	gap: 28px;
}

.footer-c-r a {
	position: relative;
	color: #fff;
	line-height: 1;
}

.footer-c-r a .iconfont {
	font-size: 28px;
	font-family: iconfont !important;
}

.footer-c-r a img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 120px;
	transform: translate(-50%, -105%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.footer-c-r a:hover img {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

.footer-t {
	display: flex;
	justify-content: space-between;
}

.footer-t-l {
	width: 65.71%;
}

.footer-t-l .list {
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: 637px;
	max-width: 100%;
}

.footer-t-l .list li .li-title {
	font-family: GothamBook;
	font-weight: 400;
	font-size: 18px;
	color: #F5F5F5;
	line-height: 1.5rem;
}

.footer-t-l .list li .li-des {
	font-size: 14px;
	line-height: 24px;
	color: rgba(245, 245, 245, 1);
	margin-top: 60px;
}

.footer-t-l .list li .li-des a {
	display: block;
	color: rgba(245, 245, 245, 1);
	transition: all .6s;
}

.footer-t-l .list li .li-des a:not(:last-child),
.footer-t-l .list li .li-des p:not(:last-child) {
	margin-bottom: 27px;
}

.footer-t-l .list li .li-des a:hover {
	opacity: .8;
}

.footer-t-r {
	width: 25.71%;
}

.footer-t-r .inputs .input textarea,
.footer-t-r .inputs .input input {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	resize: none;
	border: 1px solid rgba(255, 255, 255, 1);
	padding: 8px 16px;
	background-color: transparent;
	color: rgba(245, 245, 245, 1);
	font-size: 14px;
	line-height: 30px;
}

.footer-t-r .inputs .input textarea {
	height: 120px;
}

.footer-t-r .inputs .input textarea::placeholder,
.footer-t-r .inputs .input input::placeholder {
	color: #fff;
}

.footer-t-r .inputs .input:not(:last-child) {
	margin-bottom: 10px;
}

.footer-t-r .submit {
	font-family: GothamBook;
	line-height: 50px;
	background: #FFFFFF;
	text-align: center;
	font-family: GothamBook;
	font-weight: 400;
	font-size: 14px;
	color: #61C01D;
	cursor: pointer;
	text-transform: uppercase;
	margin-top: 20px;
}

@media (max-width: 1600px) {
	.header .r .list {
		gap: 30px;
	}

	.header .r .header-tel {
		font-size: 20px;
	}

	.header .r .header-search-box {
		margin-left: 40px;
	}
}

@media (max-width:1440px) {
	.header .r .list li>a {
		font-size: 16px;
	}

	.header .r .list {
		gap: 0 30px;
	}

	.header .r .header-search-box {
		margin-left: 40px;
	}

	.header .r .header-tel {
		font-size: 20px;
	}

	.box7 .list {
		gap: 49px;
	}
}

@media (max-width:1440px) {

	.box5 .box-c .title,
	.productIntroduce-t a {
		font-size: 36px;
	}

	.productIntroduce-c-r h2 {
		font-size: 60px;
	}

	.font48 {
		font-size: 36px;
	}
}

@media (max-width:1330px) {
	.header .r .list {
		gap: 25px;

	}

	.header .r .header-tel,
	.header .r .header-search-box {
		margin-left: 30px;
	}

	.header .r .header-tel {
		font-size: 18px
	}
}

@media (max-width:1280px) {
	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}

	.innerPage {
		padding-top: 83px;
	}

	.header .r .header-tel {
		line-height: 50px;
		font-size: 18px;
		padding: 0 15px;
		margin-left: 25px;
	}

	.header .r .header-search-box {
		margin-left: 25px;
	}

	.header .r .list {
		gap: 0 20px;
	}

	.header .r .list li>a {
		font-size: 16px;
		line-height: 50px;
	}

	.box5 .box-c .title,
	.productIntroduce-t a,
	.font36 {
		font-size: 30px;
	}

	.productIntroduce-c-r .price,
	.faqBox .title {
		font-size: 28px;
	}

	.productIntroduce-c-r h2 {
		font-size: 48px;
	}
}

@media (max-width:1199px) {
	.box8 .box-c .product-item .title {
		font-size: 22px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}

	.box7 {
		padding-bottom: 70px;
	}

	.box7 .list {
		gap: 27px;
	}

	.box7 .list li {
		padding: 31px;
	}

	.header.active .m-right-buttom span,
	.header.active .m-right-buttom span:after,
	.header.active .m-right-buttom span:before {
		background: #71D30B;
	}

	.header.active .m-right-buttom.active span {
		transition: all .2s 0s ease;
		background: 0 0
	}

	.header .r .list {
		display: none;
	}

	.header .r .list {
		gap: 0 25px;
	}

	.header .r .header-search-box .header-search-container {
		top: 60px;
	}

	.header .r .header-search-box {
		margin-left: 40px;
	}

	.header .r .header-tel {
		font-size: 18px;
		padding: 0 15px;
	}

	.header .r .header-tel .iconfont {
		font-size: 18px;
	}

	.header .r .list li>a,
	.header .r .header-tel {
		line-height: 50px;
	}

	.footer {
		padding: 70px 0;
	}

	.footer-c {
		padding-bottom: 18px;
		margin-bottom: 45px;
	}

	.box6 .box-c .l .des {
		margin-top: 15px;
		font-size: 18px;
	}

	.box6 .box-c .l .list li .iconfont,
	.box6 .box-c .l .list li {
		font-size: 18px;
	}

	.box6 .box-c .l .list li:not(:last-child) {
		margin-bottom: 10px;
	}

	.box6 .box-c .l .list {
		margin-top: 20px;
	}

	.box6 .box-c .l .btns a {
		line-height: 60px;
		padding: 0 24px;
		font-size: 18px;
	}

	.box6 .box-c .l .btns {
		margin-top: 25px;
	}

	.box6 .box-c .l {
		width: 45%;
	}

	.box6 .box-c .l .list li .iconfont {
		padding-right: 10px;
	}

	.box6 .box-c .r {
		width: 51.68%;
	}

	.box6 .box-c .r .des {
		font-size: 20px;
	}

	.box6 .box-c .r .list li {
		padding: 27px 14px;
	}

	.box6 .box-c .r .list li .icon {
		width: 49px;
		height: 49px;
	}

	.box6 .box-c .r .list li .text {
		margin-top: 20px;
	}

	.box6 .box-c .r form label {
		font-size: 16px;
	}

	.box6 .box-c .r form .submit {
		line-height: 49px;
		font-size: 18px;
	}

	.productIntroduce-c-r h2 {
		font-size: 36px;
	}

	.box5 .box-c .title,
	.productIntroduce-t a,
	.font36 {
		font-size: 28px;
	}

	.productIntroduce-comments .comments-title,
	.productIntroduce-c-r .price,
	.faqBox .title {
		font-size: 26px;
	}

	.innerPage {
		padding-top: 83px;
	}

	.box8 .box-c .product-item .li-title {
		font-size: 30px;
	}
	.box8 .box-c{
		grid-template-columns: repeat(3,1fr);
		
	}
}

@media (max-width:1024px) {
	.box8 .box-c .product-item .title {
		font-size: 20px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}

	.box7 {
		padding-bottom: 70px;
	}

	.box7 .list {
		gap: 14px;
	}

	.box7 .list li .btns a {
		width: 100%;
		font-size: 16px;
	}

	.box7 .list li {
		padding: 23px 19px;
	}

	.footer-c-r {
		font-size: 20px;
		gap: 18px;
	}

	.footer-c {
		margin-bottom: 40px;
	}

	.footer-t-r {
		margin-top: 40px;
	}

	.footer-t-l,
	.footer-t-r {
		width: 100%;
	}

	.footer-t-l .list li .li-des {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		gap: 5px 10px;
	}

	.footer-t-l .list li .li-des p {
		width: 100%;
	}

	.footer-t-l .list li .li-des p:not(:last-child),
	.footer-t-l .list li .li-des a:not(:last-child) {
		margin-bottom: 0;
	}

	.footer-t-l .list li:not(:last-child) {
		margin-bottom: 20px;
	}

	.footer-t {
		flex-direction: column;
	}

	.footer-t-l .list {
		display: block;
	}

	.footer {
		padding: 60px 0;
	}

	.box6 .box-c {
		flex-direction: column;
	}

	.box6 .box-c .l {
		width: 100%;
	}

	.box6 .box-c .r {
		width: 100%;
		margin-top: 40px;
	}

	.box6 {
		padding: 60px 0;
	}

	.box6 .box-c .l .btns a {
		line-height: 45px;
	}

	.productIntroduce-c-r h2 {
		font-size: 30px;
	}

	.productIntroduce-comments .comments-title,
	.productIntroduce-c-r .price,
	.faqBox .title {
		font-size: 24px;
	}

	.box5 .box-c .title,
	.productIntroduce-t a,
	.font36 {
		font-size: 26px;
	}

	.header {
		padding: 15px 20px;
	}

	.box3 .title {
		max-width: 100%;
		line-height: 1.4;
	}

	.productIntroduce-c-r .stars svg {
		height: 24px;
	}

	.faqBox .items .item .icon {
		height: 26px;
	}

	.faqBox .items .item .icon svg {
		height: 26px;
		width: 26px;
	}

}

@media (max-width: 768px) {
	.box8 .box-c .product-item .li-title{
		font-size: 26px;
	}
	.box8 .box-c{
		grid-template-columns: repeat(2,1fr);
		
	}
	.font30 {
		font-size: 22px;
	}

	.font48 {
		font-size: 24px;
	}

	.box7 {
		padding-bottom: 60px;
	}

	.innerPage {
		padding-top: 68px;
	}

	.header .r .header-tel1 {
		display: none;
	}

	.header .content1720 {
		padding: 5px;
	}

	.header .r .header-tel,
	.header .r .header-search-box {
		margin-left: 25px;
	}

	.header .logo img {
		width: auto;
		height: 36px;
	}

	.header .r .list li>a,
	.header .r .header-tel {
		line-height: 35px;
	}

	.header .r .header-tel {
		font-size: 16px;
	}

	.header .r .header-tel .iconfont {
		margin-right: 4px;
	}

	.header .r .header-search-box .header-searchBtn {
		font-size: 16px;
	}

	.footer {
		padding: 50px 0;
	}

	.footer-c {
		margin-bottom: 30px;
	}

	.footer-t-r {
		margin-top: 30px;
	}

	.footer-c-r {
		font-size: 18px;
		gap: 10px;
	}

	.box6 .box-c .l .btns {
		margin-top: 20px;
		gap: 20px;
	}

	.box6 .box-c .l .btns a {
		font-size: 16px;
		padding: 0 20px;
		line-height: 39px;
	}

	.box6 {
		padding: 50px 0;
	}

	.box6 .box-c .l .des,
	.box6 .box-c .l .list li .iconfont,
	.box6 .box-c .l .list li {
		font-size: 16px;
	}

	.box6 .box-c .l .des {
		margin-top: 10px;
	}

	.box6 .box-c .l .list {
		margin-top: 15px;
	}

	.faqBox .items .item .icon {
		height: 20px;
	}

	.faqBox .items .item .icon svg {
		height: 20px;
		width: 20px;
	}

	.productIntroduce-comments {
		padding-bottom: 40px;
	}

	.productIntroduce-c-r .readMore {
		font-size: 16px;
		padding: 10px 20px;
	}

	.productIntroduce-b .item-title {
		font-size: 18px;
		padding: 10px 20px;
		line-height: 1;
	}

	.productIntroduce-b .item {
		padding-bottom: 20px;
	}

	.productIntroduce-b,
	.productIntroduce-c {
		flex-direction: column;
		margin-top: 30px;
	}

	.productIntroduce-comments .text {
		margin-top: 30px;
	}

	.productIntroduce-b {
		grid-template-columns: repeat(1, 1fr);
	}

	.productIntroduce-b .item:not(:last-child) {
		border-right: none;
	}

	.productIntroduce-c-c,
	.productIntroduce-c-r,
	.productIntroduce-c-l {
		width: 100%;
	}

	.productIntroduce-c-r h2 {
		font-size: 24px;
	}

	.productIntroduce-comments .comments-title,
	.productIntroduce-c-r .price,
	.faqBox .title {
		font-size: 22px;
	}

	.header {
		padding: 10px 15px;
	}

	.box5 .box-c .title,
	.productIntroduce-t a,
	.font36 {
		font-size: 24px;
	}

	.box1 .box-t .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.box1 .box-t-t-r {
		margin-left: 20px;
	}

	.box1 .box-t-t-r .text-title {
		font-size: 22px;
		margin-bottom: 5px;
		padding-left: 6px;
	}

	.box1 .box-t-t-r .text-des .elementor-icon {
		font-size: 28px;
	}

	.box1 .box-t-t-r .text-des svg {
		width: 28px;
		height: 28px;
	}

	.box1 .box-t-t-r .text-des h5 {
		font-size: 14px;
	}

	.box1 .box-t-t .avatar {
		width: 90px;
		height: 90px;
	}

	.box1 .box-t-b {
		margin-top: 5px;
	}

	.box1 .box-b {
		font-size: 15px;
		line-height: 1.5;
	}

	.faqBox .list .li-c,
	.faqBox .list .li-t-l {
		font-size: 15px;
		margin-right: 20px;
	}

	.faqBox .items .item .text {
		font-size: 15px;
		line-height: 1.5;
	}

	.box5 .box-c .container {
		margin-top: 30px;
		flex-direction: column;
	}

	.box5 .box-c .container .pic,
	.box5 .box-c .container .text-box {
		width: 100%;
	}

	.box5 .box-c .container .text-box {
		margin-top: 30px;
	}

	.box7 .list li {
		padding: 23px 19px;
	}
}

@media (max-width: 500px) {
	.box8 .box-c .product-item .li-title{
		font-size: 22px;
	}
	.box8 .box-c{
		grid-template-columns: repeat(1,1fr);
		
	}
	.font30 {
		font-size: 20px;
	}

	.font48 {
		font-size: 22px;
	}

	.box7 {
		padding-bottom: 50px;
	}

	.innerPage {
		padding-top: 60px;
	}

	.box7 .list {
		grid-template-columns: repeat(1, 1fr);
	}

	.header .r .header-tel,
	.header .r .header-search-box {
		margin-left: 20px;
	}

	.header .logo img {
		height: 30px;
		width: auto;
	}

	.header .r .header-search-box .header-searchBtn {
		font-size: 14px;
	}

	.header .r .header-tel {
		padding: 0 10px;
	}

	.header .r .header-tel .iconfont {
		margin-top: 0;
	}

	.header .r .list li>a,
	.header .r .header-tel {
		line-height: 30px;
	}

	.header .r .header-tel .iconfont,
	.header .r .header-tel {
		font-size: 12px;
	}

	.footer-c-r a .iconfont {
		font-size: 20px;
	}

	.footer-c-r {
		font-size: 14px;
	}

	.footer-c {
		margin-bottom: 25px;
	}

	.footer-t-l .list li .li-des {
		margin-top: 5px;
	}

	.footer-t-r .submit {
		line-height: 42px;
	}

	.footer-t-r .inputs .input textarea,
	.footer-t-r .inputs .input input {
		line-height: 24px;
	}

	.footer-t-r {
		margin-top: 25px;
	}

	.footer {
		padding: 40px 0 30px;
	}

	.box6 .box-c .r .des {
		font-size: 16px;
	}

	.box6 {
		padding: 40px 0;
	}

	.box6 .box-c .r .list li {
		padding: 19px 10px;
	}

	.box6 .box-c .r .list li .icon {
		width: 31px;
		height: 31px;
	}

	.box6 .box-c .r .list li .text {
		font-size: 12px;
		margin-top: 10px;
	}

	.box6 .box-c .r form label {
		font-size: 14px;
		padding-right: 5px;
		margin-right: 5px;
	}

	.box6 .box-c .r form .input select,
	.box6 .box-c .r form .input textarea,
	.box6 .box-c .r form .input input {
		min-height: 39px;
		font-size: 14px;
	}

	.box6 .box-c .r form .input {
		padding: 0 10px;
	}

	.box6 .box-c .r form .submit {
		line-height: 39px;
		font-size: 16px;
	}

	.box5 .box-c .container .text-box .more {
		font-size: 18px;
		padding: 10px 20px;
	}

	.box5 .box-c {
		padding: 20px;
	}

	.box5 .box-c .container,
	.box4 .box-b,
	.faqBox .items,
	.faqBox .list {
		margin-top: 10px;
	}

	.box5 .box-c .container .text-box {
		margin-top: 10px;
	}

	.faqBox .items .item .icon {
		height: 16px;
	}

	.faqBox .items .item .icon svg {
		height: 16px;
		width: 16px;
	}

	.productIntroduce-b .item-title {
		font-size: 16px;
	}

	.productIntroduce-comments {
		padding-bottom: 30px;
	}

	.productIntroduce-b,
	.productIntroduce-c,
	.productIntroduce-comments .text {
		margin-top: 20px;
	}

	.productIntroduce-comments .comments-title,
	.productIntroduce-c-r .price,
	.faqBox .title {
		font-size: 20px;
	}

	.box1 .box-t-t-r .text-des h5 {
		font-size: 12px;
		padding-left: 5px;
	}

	.box1 .box-t-t-r .text-title {
		font-size: 18px;
		margin-bottom: 0;
	}

	.box1 .box-t-t-r {
		margin-left: 8px;
		padding-top: 0;
	}

	.box1 .box-t-t-r .text-des .elementor-icon {
		font-size: 20px;
	}

	.box1 .box-t-t-r .text-des svg {
		width: 20px;
		height: 20px;
	}

	.box1 .box-t-t .avatar {
		width: 70px;
		height: 70px;
	}

	.box1 .box-t-t {
		padding: 0;
	}

	.header {
		padding: 10px;
	}

	.box5 .box-c .title,
	.productIntroduce-t a,
	.font36 {
		font-size: 22px;
	}

}