/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

*:focus {
	outline: none !important;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

@font-face {
	font-family: "Poppins";
	src: url('../font/Poppins-Regular_0.ttf');
}

@font-face {
	font-family: "TechnaSans";
	src: url('../font/technasans-regular.otf');
}

@font-face {
	font-family: "Poppins_Medium";
	src: url('../font/Poppins-Medium_0.ttf');
}

@font-face {
	font-family: "Poppins_Bold";
	src: url('../font/Poppins-Bold_0.ttf');
}

@font-face {
	font-family: "Poppins_SemiBold";
	src: url('../font/Poppins-SemiBold_0.ttf');
}

@font-face {
	font-family: "Montserrat_SemiBold";
	src: url('../font/Montserrat-SemiBold.ttf');
}

@font-face {
	font-family: "Montserrat_Light";
	src: url('../font/Montserrat-Light_0.ttf');
}

@font-face {
	font-family: "Montserrat_Bold";
	src: url('../font/Montserrat-Bold_0.otf');
}

@font-face {
	font-family: "Poppins_Light";
	src: url('../font/Poppins-Light_0.ttf');
}

@font-face {
	font-family: "Anton_SC";
	src: url('../font/AntonSC-Regular.ttf');
}
body {
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
	background-color: #fff;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}

.headdvleft {
	height: 100%;
}

.headdvleft img {
	display: block;
}

.headdvleft img:last-child {
	display: none;
}

.slideUp .headdvleft img {
	display: none;
}

.slideUp .headdvleft img:last-child {
	display: block;
}

.headdvright {
	width: 68%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 82%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	transition: all .3s;
	position: relative;
	line-height: 90px;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 18px;
	color: #fff;
	display: block;
	font-family: "Poppins";
	transition: all 1s;
}

.headdvright ul li::after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}

.headdvright ul li:hover::after {
	background-color: #fff;
}

.headdvright ul li.active::after {
	background-color: #fff;
}

.slideUp .headdvright ul li a span {
	color: #333;
}

.slideUp .ss iconpark-icon,
.slideUp .yyan iconpark-icon {
	color: #f9b931;
}

.slideUp .headdvright ul li:hover a span {
	color: #f9b931;
}

.slideUp .headdvright ul li.active a span {
	color: #f9b931;
}

.slideUp .headdvright ul li:hover::after {
	background-color: #f9b931;
}

.slideUp .headdvright ul li.active::after {
	background-color: #f9b931;
}

.ss {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ss iconpark-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	1 background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}

.yyan {
	display: flex;
	justify-content: center;
	align-items: center;
}

.yyan iconpark-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	1 background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}


.banners img {
	display: block;
	width: 100%;
}

.diff {
	padding: 5.9375rem 0px;
	background: url(../images/bqi_02.jpg) center no-repeat;
	background-size: cover;
}

.diffdv {
	width: 93.75rem;
	margin: 0 auto;
}

.diffdvbt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.75rem;
}

.diffdvbtleft h1 {
	color: #f9b931;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.diffdvbtleft p {
	color: #383838;
	font-size: 40px;
	font-family: "TechnaSans";
}

.diffdvbtright a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	height: 50px;
	padding-left: 35px;
	padding-right: 25px;
	background-color: #f9b931;
	border-radius: 50px;
}

.diffdvbtright a span {
	color: #000000;
	font-size: 14px;
}

.diffdvbtright a iconpark-icon {
	font-size: 20px;
	color: #000000;
}

.diffdv ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.diffdv ul li {
	width: 32.33%;
	margin: 1% 0;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.diffdv ul li .diffimg img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.diffdv ul li:hover .diffimg img {
	transform: scale(1.05);
}

.diffdv ul li .difftext {
	position: absolute;
	bottom: 0;
	width: 90%;
	left: 5%;
	bottom: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.diffdv ul li .difftext section {
	width: 80%;
}

.diffdv ul li .difftext section h1 {
	color: #fefefe;
	font-size: 20px;
	font-family: "Poppins_Medium";
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.diffdv ul li .difftext section p {
	line-height: 30px;
	font-size: 14px;
	color: #fefefe;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 60px;
}

.diffdv ul li .difftext i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 26px;
	transition: all 1s;

}

.diffdv ul li:hover .difftext i {
	background-color: #f9b931;
	color: #fff;
}

.itoo {
	padding: 6.25rem 0rem;
	background: url(../images/trw_03.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.itoodv {
	width: 93.75rem;
	margin: 0 auto;
}

.itoodvbt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.75rem;
}

.itoodvbt h1 {
	color: #f9b931;
	font-size: 18px;
	margin-bottom: 15px;
}

.itoodvbt p {
	color: #ffffff;
	font-size: 40px;
	font-family: "TechnaSans";
}

.itoodvbt a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	height: 50px;
	padding-left: 35px;
	padding-right: 25px;
	background-color: #f9b931;
	border-radius: 50px;
}

.itoodvbt a span {
	color: #000000;
	font-size: 14px;
}

.itoodvbt a iconpark-icon {
	font-size: 20px;
	color: #000000;
}

.pres {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pres>div {
	display: block;
	width: 24%;
	border-radius: 15px;
}

.pres>div img {
	width: 100%;
	display: block;
	transition: all 1s;
}

.pres ul {
	width: 74%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pres ul li {
	width: calc(49% - 70px);
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	padding: 35px;
}

.pres ul li:nth-child(3),
.pres ul li:nth-child(4) {
	margin-top: 2%;
}

.pres ul li div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pres ul li div section {
	width: 80%;
}

.pres ul li div section h1 {
	color: #ffffff;
	font-size: 22px;
	font-family: "Poppins_Medium";
	margin-bottom: 5px;
}

.pres ul li div section p {
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins_Medium";
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
}

.pres ul li div i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #000000;
	border-radius: 50%;
	color: #f9b931;
	font-size: 32px;
	transition: all 1s;
}

.pres ul li h3 {
	color: #ffffff;
	font-size: 14px;
	margin-top: 13px;
	line-height: 30px;
}

.pres ul li:hover div iconpark-icon {
	background-color: #f9b931;
	color: #000;
}

.synews {
	width: 93.75rem;
	margin: 6.25rem auto;
}

.synewslist ul {
	display: flex;
	justify-content: space-between;
}

.synewslist ul li {
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 15px #ececec;
}

.synewslist ul li div {
	overflow: hidden;
}

.synewslist ul li div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.synewslist ul li:hover div img {
	transform: scale(1.05);
}

.synewslist ul li section {
	padding: 40px;
	width: calc(100% - 80px);
}

.synewslist ul li section h1 {
	color: #4d4d4d;
	font-size: 18px;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
}

.synewslist ul li section p {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.synewslist ul li section h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.synewslist ul li section h3 span {
	font-size: 14px;
	color: #f9b931;
	transition: all 1s;
}

.synewslist ul li section h3 iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #f9b931;
	margin-left: 10px;
	font-size: 24px;
	transition: all 1s;
	color: #f9b931;
}

.synewslist ul li:hover section h3 iconpark-icon {
	color: #333;
	background-color: #f9b931;
}

.synewslist ul li:hover section h3 span {
	color: #333;
}


.questions {
	background: url(../images/ytre_02.jpg) center no-repeat;
	background-size: cover;
	padding: 6.25rem 0;
	background-attachment: fixed;
}

.questionslist {
	width: 93.75rem;
	margin: 0 auto;
}

.questionslist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.questionslist ul li {
	width: calc(49% - 60px);
	padding: 25px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 15px #efefef;
	margin-bottom: 2%;
	position: relative;
	transition: all 1s;
	border-radius: 20px;
	background-color: #fff;
	padding-bottom: 0;
}

.questionslist ul li .quetop {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}

.questionslist ul li .quetop i {
	display: flex;
	color: #e27532;
	font-size: 30px;
	margin-right: 20px;
	cursor: pointer;
	transition: all 1s;
	width: 60px;
	height: 60px;
	background-color: #000000;
	border-radius: 50%;
	color: #fff;
	justify-content: center;
    align-items: center;
}

.questionslist ul li .quetop span {
	color: #333333;
	font-size: 18px;
	width: 80%;
	cursor: pointer;
	transition: all 1s;
}

.questionslist ul li .quedown {
	opacity: 0;
	position: absolute;
	background-color: #fff;
	left: 0;
	padding: 25px 30px;
	width: calc(100% - 60px);
	transform: translateY(0px);
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 1s;
}

.questionslist ul li:hover .quedown {
	opacity: 1;
	transform: translateY(0px);
	z-index: 999;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.questionslist ul li:hover .quetop i {
	background-color: #f9b931;
	color: #333;
}

.quote {
	padding: 6.25rem 0px;
	padding-bottom: 11.25rem;
	background-color: #f7f7f7;
}

.quotedv {
	display: flex;
	width: 93.75rem;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.quotedvleft {
	width: calc(50% - 60px);
	background-color: #fff;
	border-radius: 20px;
	padding: 45px 30px;
}

.quotedvright {
	width: 45%;
}

.quotedvleft h1 {
	color: #333333;
	font-size: 30px;
	font-family: "Poppins_Medium";
	text-align: center;
}

.quotedvleft form h2 {
	color: #e27532;
	font-size: 16px;
	height: 45px;
	border-bottom: 1px solid #f9e3d6;
	line-height: 40px;
	margin-bottom: 10px;
}

.quotedvleft form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.quotedvleft form div input {
	width: calc(48.5% - 40px);
	line-height: 50px;
	height: 50px;
	margin: 1% 0px;
	border: none;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 0 20px;
	outline: none;
	font-size: 14px;
	font-family: "Poppins";
}

.quotedvleft form h3 {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 35px;
}

.quotedvleft form select {
	width: 100%;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 0 20px;
	height: 50px;
	font-size: 14px;
	font-family: "Poppins";
	outline: none;
	border: none;
}

.quotedvleft form>input {
	width: calc(100% - 40px);
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 0 20px;
	height: 50px;
	font-size: 14px;
	font-family: "Poppins";
	outline: none;
	border: none;
}

.quotedvleft form textarea {
	width: calc(100% - 40px);
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 20px;
	line-height: 30px;
	font-size: 14px;
	font-family: "Poppins";
	outline: none;
	border: none;
}

.quotedvleft form button {
	width: 180px;
	height: 45px;
	background-color: #e27532;
	text-align: center;
	line-height: 45px;
	border-radius: 45px;
	color: #ffffff;
	font-size: 14px;
	border: none;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	margin-top: 20px;
}

.quotedvright h1 {
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_Medium";
	margin-bottom: 1.25rem;
}

.quotedvright p {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}

.quotedvright img {
	display: block;
	width: 100%;
	margin-top: 1.25rem;
}

.bringbt {
	margin-bottom: 3.125rem;
}

.bringbt h1 {
	color: #f9b931;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

.bringbt p {
	color: #4c4c4c;
	font-family: "TechnaSans";
	text-align: center;
	font-size: 40px;
}

.questionslist ul li:hover .quetop {
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.questionslist ul li:hover {
	border-bottom-left-radius: 0;
	    z-index: 6;
	border-bottom-right-radius: 0;
}

.questionslist ul li .quedown {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.questionslist ul li .quedown i {
	display: flex;
	color: #e27532;
	font-size: 30px;
	margin-right: 20px;
	cursor: pointer;
	transition: all 1s;
	width: 60px;
	height: 60px;
	background-color: #f9b931;
	color: #333;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.questionslist ul li .quedown span {
	display: block;
	width: 80%;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all 1s;
}

.measure {
	margin: 0 auto;
	width: 93.75rem;
	margin-top: 6.25rem;
}

.foot {
	background-color: #1a1a1a;
	padding-top: 6rem;
}

.footdv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footdvleft>img {
	display: block;
	width: auto;
	margin-bottom: 35px;
}

.footdvleft h3 {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
	align-items: flex-start;
}

.footdvleft h3 img {
	display: block;
	width: auto;
	margin-top: 2px;
}

.footdvleft h3 span {
	font-size: 14px;
	color: #ffffff;
	width: 80%;
	line-height: 30px;
}

.footdvleft h3 img {
	display: block;
	margin-right: 10px;
}

.footdvleft ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 2.5rem;
}

.footdvleft ul li {
	margin-right: 25px;
}

.footdv dl dt a {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}

.footdv dl dt {
	margin-bottom: 25px;
}

.footdv dl dd a {
	color: #ffffff;
	font-size: 14px;
}

.footdv dl dd {
	margin-bottom: 15px;
}

.footdv dl dd a {
	display: block;
	transform: translateX(0px);
	transition: all 1s;
}

.footdv dl dd a:hover {
	transform: translateX(10px);
}

.footdv dl img {
	display: block;
	width: 120px;
}

.footdv dl h1 {
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	margin-top: 5px;
}

.wdl {
	border-top: 1px solid #313131;
	height: 60px;
	margin-top: 4.375rem;
}

.wdldv {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.wdldv p {
	color: #d6d6d6;
	font-size: 14px;
}

.wdldv p a {
	color: #d6d6d6;
	font-size: 14px;
}

.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	height: 75px;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shownav ul li {
	width: 15%;
	position: relative;
}

.shownav ul li a {
	display: block;
	width: 100%;
	line-height: 75px;
	color: #333333;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
}

.shownav ul li a:hover {
	background-color: #f9b931;
}

.shownav ul li.active a {
	background-color: #f9b931;
}

.paall {
	padding: 4.375rem 0rem;
}

.newsall {
	width: 93.75rem;
	margin: 0 auto;
}

.newsall .synewslist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.newsall .synewslist ul li {
	margin: 1%;
	width: 31.33%;
}

.lxwm {
	padding: 5.625rem 0px;
	width: 93.75rem;
	margin: 0 auto;
}

.lxwmbt {
	margin-bottom: 3.125rem;
}

.lxwmbt h1 {
	color: #333333;
	font-size: 40px;
	font-family: "TechnaSans";
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.lxwmbt p {
	color: #808080;
	font-size: 16px;
	text-align: center;
}

.lxwm ul {
	display: flex;
	justify-content: space-between;
}

.lxwm ul li {
	width: 19%;
	padding: 2.5%;
	border-radius: 15px;
	padding-top: 50px;
	background-color: #f7f7f7;
	transition: all 1s;
}

.lxwm ul li iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #f9b931;
	margin-bottom: 20px;
	font-size: 32px;
	transition: all 1s;
}

.lxwm ul li h1 {
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom: 5px;
}

.lxwm ul li p {
	text-align: center;
	color: #666666;
	font-size: 15px;
	line-height: 30px;
}

.lxwm ul li:hover {
	background-color: #f9b931;
}

.lxwm ul li:hover iconpark-icon {
	background-color: #030201;
	color: #f9b931;
}

.message {
	width: 100%;
	margin: 0 auto;
	padding: 6.25rem 0;
	background: url(../images/ly_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.messagebt {
	margin-bottom: 3.75rem;
}

.messagebt h1 {
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}

.messagebt p {
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.message form {
	width: 81.25rem;
	padding: 3.125rem;
	margin-top: 4.375rem;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0 auto;
	border-radius: 20px;
}

.message form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.message form div input {
	width: 46.5%;
	padding: 0 1.5%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #808080;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	border: 1px solid #e5e8ec;
	background-color: transparent;
}

.message form div input::placeholder,
.message form textarea::placeholder {
	color: #808080;
	font-size: 14px;
}

.message form textarea {
	width: 97%;
	padding: 1% 1.5%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #808080;
	line-height: 30px;
	outline: none;
	font-family: 'Poppins';
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #e5e8ec;
}

.message form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: #f9b931;
	transition: all 1s;
	color: #000000;
}

.dvall {
	background-color: #fff;
}

.mbx {
	margin: 0 auto;
	padding: 2.75rem 0;
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mbxleft {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.mbxleft iconpark-icon {
	color: #838383;
	font-size: 20px;
}

.mbxleft a {
	color: #838383;
	font-size: 14px;
	margin: 0 0.625rem;
}

.mbxleft {
	color: #838383;
	font-size: 14px;
}

.mbxleft a:hover {
	color: #f9b931;
}

.mbxleft a:last-child {
	color: #f9b931;
}

.mbxright a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.mbxright a iconpark-icon {
	color: #f9b931;
	font-size: 20px;
	margin-right: 10px;
}

.mbxright a span {
	font-size: 16px;
	color: #f9b931;
}

.dvall {
	padding-bottom: 3.75rem;
}

.dvalls {
	padding: 0;
}

.shownews {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 93.75rem;
	margin: 0 auto;
}

.shownewsleft {
	width: 62%;
}

.shownewsright {
	width: calc(35% - 60px);
	border-radius: 15px;
}

.shownewsleftdv {
	padding: 40px 45px;
	background-color: #f7f7f7;
	border-radius: 15px;
}

.shownewsleftdvbt {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.shownewsleftdvbt h1 {
	color: #333333;
	font-size: 26px;
	margin-bottom: 15px;
}

.shownewsleftdvbt h2 {
	color: #808080;
	font-size: 14px;
}

.fy {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.fy p a {
	color: #808080;
	font-size: 15px;
	transition: all 1s;
}

.fy p a:hover {
	color: #f9b931;
}

.shownewsright {
	padding: 30px;
	background-color: #f7f7f7;
}

.shownewsright form {
	display: flex;
	justify-content: space-between;
	border: 1px solid #e6e6e6;
	border-radius: 50px;
	height: 40px;
	overflow: hidden;
	background-color: #fff;
	padding-left: 20px;
}

.shownewsright form input {
	border: none;
	outline: none;
	font-size: 14px;
	font-family: "Poppins";
	width: 100%;
	text-align: center;
}

.shownewsright form button {
	border: none;
	background-color: transparent;
	width: 40px;
	margin-right: 10px;
}

.shownewsright form button iconpark-icon {
	font-size: 20px;
	color: #333333;
}

.hewgr {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.875rem;
}

.hewgr i {
	display: block;
	width: 3px;
	height: 25px;
	background-color: #f9b931;
	margin-right: 10px;
}

.hewgr span {
	display: block;
	color: #4d4d4d;
	font-size: 18px;
	font-family: "Poppins_Medium";
	line-height: 25px;
}

.tjianlist ul li {
	padding: 25px 0px;
	border-bottom: 1px solid #e5e5e5;
	transition: all 1s;
}

.tjianlist ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tjianlist ul li a .tjianlistleft {
	width: 30%;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 10px;
}

.tjianlist ul li a .tjianlistleft img {
	display: block;
	transition: all 1s;
	width: 100%;
}

.tjianlist ul li:hover a .tjianlistleft img {
	transform: scale(1.05);
}

.tjianlist ul li a .tjianlistright {
	width: 65%;
}

.tjianlist ul li a .tjianlistright h1 {
	color: #333333;
	font-size: 16px;
	font-family: "Poppins_Medium";
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
	transition: all 1s;
}

.tjianlist ul li a .tjianlistright p {
	color: #808080;
	font-size: 14px;
	white-space: nowrap;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
}

.tjianlist ul li:hover {
	border-bottom: 1px solid #f9b931;
}

.tjianlist ul li:hover a .tjianlistright h1 {
	color: #f9b931;
}

.hire ul li {
	padding: 4.375rem 0px;
	background-color: #f7f7f7;
}

.hire ul li:nth-child(2n) {
	background-color: #fff;
}

.hire ul li:nth-child(2n) a {
	flex-direction: row-reverse;
}

.hire ul li a {
	display: flex;
	width: 93.75rem;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.hire ul li .hiredvleft {
	width: 45%;
	border-radius: 15px;
	overflow: hidden;
}

.hire ul li .hiredvleft img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.hire ul li:hover .hiredvleft img {
	transform: scale(1.05);
}

.hire ul li .hiredvright {
	width: 50%;
}

.hire ul li .hiredvright h1 {
	color: #333333;
	font-size: 30px;
	font-family: "Inter";
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}

.hire ul li .hiredvright i {
	display: block;
	width: 100px;
	height: 2px;
	background-color: #f9b931;
	margin-top: -2px;
	margin-bottom: 1.875rem;
}

.hire ul li .hiredvright p {
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 15px;
	transition: all 1s;
}

.hire ul li .hiredvright h3 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
}

.hire ul li .hiredvright h3 iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	background-color: #f9b931;
	margin-right: 10px;
	margin-top: 5px;
}

.hire ul li .hiredvright h3 span {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.hire ul li h4 {
	width: 130px;
	padding-left: 30px;
	padding-right: 20px;
	height: 50px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	margin-top: 2.5rem;
	border: 1px solid #f9b931;
}

.hire ul li h4 span {
	font-size: 14px;
	text-transform: uppercase;
	color: #f9b931;
	transition: all 1s;
}

.hire ul li h4 iconpark-icon {
	font-size: 20px;
	color: #f9b931;
	transition: all 1s;
}

.hire ul li:hover h4 {
	background-color: #f9b931;
}

.hire ul li:hover h4 iconpark-icon,
.hire ul li:hover h4 span {
	color: #000000;
}

.xiqnag {
	display: flex;
	width: 93.75rem;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.xiqnagleft {
	width: 46%;
	border-radius: 15px;
	overflow: hidden;
}

.xiqnagleft img {
	display: block;
	width: 100%;
}

.xiqnagright {
	width: 50%;
}

.xiqnagright h1 {
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	color: #333333;
	font-size: 30px;
	font-family: "Inter";
	font-weight: bold;
}

.xiqnagright i {
	display: block;
	width: 120px;
	height: 2px;
	background-color: #f9b931;
	margin-top: -2px;
	margin-bottom: 30px;
}

.xiqnagright P {
	color: #808080;
	font-size: 16px;
	line-height: 35px;
}

.xiqnagright section {
	margin-top: 35px;
	display: flex;
	justify-content: flex-start;
}

.xiqnagright section a {
	width: 180px;
	height: 50px;
	display: block;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	color: #f9b931;
	font-size: 14px;
	background-color: #000000;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all 1s;
}

.xiqnagright section a:hover {
	background-color: #f9b931;
	color: #000000;
}

.dvall {
	
}
.dvall1{
	background-color: #f7f7f7;
}

.detail {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 4.375rem;
}

.detailbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.detailbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #f9b931;
	border-radius: 10px;
	margin-right: 15px;
	margin-top: -2px;
}

.detailbt span {
	color: #333333;
	font-size: 24px;
	font-family: "Poppins_Medium";
}

.detailtext {
	background-color: #fff;
	padding: 30px;
	margin-top: 30px;
}

.fying {
	margin-top: 3.125rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fying p a {
	color: #333333;
	font-size: 15px;
	transition: all 1s;
}

.fying p a:hover {
	color: #f9b931;
}

.agent {
	padding-top: 6.25rem;
	padding-bottom: 5.625rem;
	background-color: #f7f7f7;
}

.agentbt {
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 3.125rem;
}

.agentbt h1 {
	text-align: center;
	color: #333333;
	font-family: "TechnaSans";
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.agentbt p {
	color: #808080;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
}

.agentlist {
	width: 93.75rem;
	margin: 0 auto;
}

.agentlist ul {
	display: flex;
	justify-content: space-between;
}

.agentlist ul li {
	background: url(../images/agebg_03.jpg) center no-repeat;
	background-size: cover;
	border-radius: 15px;
	overflow: hidden;
	padding: 0 35px;
	width: calc(23% - 70px);
	padding-top: 65px;
	transition: all 1s;
}

.agentlist ul li h1 {
	position: relative;
	margin-bottom: 2.5rem;
}

.agentlist ul li h1 i {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #f9b931;
	font-size: 56px;
}

.agentlist ul li h1::after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/rwe_03.png) center no-repeat;
	background-size: cover;
	position: absolute;
	left: 30px;
	top: 0;
}

.agentlist ul li h2 {
	color: #333333;
	font-size: 22px;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	margin-bottom: 15px;
	overflow: hidden;
	transition: all 1s;
	text-overflow: ellipsis;
}

.agentlist ul li p {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
	transition: all 1s;
	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 5;
}

.agentlist ul li h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 70px;
	margin-top: 50px;
	border-top: 1px solid #e6e6e6;
	color: #f9b931;
	font-size: 34px;
	transition: all 1s;
}

.agentlist ul li h3 iconpark-icon svg {
	color: #f9b931;
}

.agentlist ul li:nth-child(1):hover {
	background: url(../images/trewq_031.jpg) center no-repeat;
	background-size: cover;
}
.agentlist ul li:nth-child(2):hover {
	background: url(../images/trewq_032.jpg) center no-repeat;
	background-size: cover;
}
.agentlist ul li:nth-child(3):hover {
	background: url(../images/trewq_033.jpg) center no-repeat;
	background-size: cover;
}
.agentlist ul li:nth-child(4):hover {
	background: url(../images/trewq_034.jpg) center no-repeat;
	background-size: cover;
}
.agentlist ul li:hover h2 {
	color: #ffffff;
}

.agentlist ul li:hover p {
	color: #ffffff;
}

.agentlist ul li:hover h3 {
	border-top: 1px solid #393939;
	color: #fff;
}

.agentlist ul li:hover h3 iconpark-icon svg {
	color: #fff;
	fill: #fff;
}


.compass {
	padding: 6.25rem 0rem;
	background: url(../images/co_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.compassbt {
	width: 93.75rem;
	margin: 0 auto;
}

.compassbt h1 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: "TechnaSans";
}

.compassbt p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.compassbt {
	margin-bottom: 3.125rem;
}

.compasslist {
	width: 93.75rem;
	margin: 0 auto;
}

.compasslist ul {
	display: flex;
	justify-content: space-between;
}

.compasslist ul li {
	width: calc(32% - 60px);
	background-color: rgba(255, 255, 255, 0.16);
	padding: 30px;
	border-radius: 10px;
	transition: all 1s;
}

.compasslist ul li .exce {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.25rem;
}

.compasslist ul li .exce section h1 {
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
	transition: all 1s;
	margin-bottom: 5px;
}

.compasslist ul li .exce section p {
	color: #ffffff;
	font-size: 22px;
	font-family: "Poppins_Medium";
	transition: all 1s;
}

.compasslist ul li .exce iconpark-icon {
	border: 2px solid #72716f;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #72716f;
	font-size: 32px;
	transition: all 1s;
}

.compasslist ul li:hover .exce section h1 {
	color: #000000;
}

.compasslist ul li:hover .exce section p {
	color: #000000;
}

.compasslist ul li:hover .exce iconpark-icon {
	border: 2px solid #000000;
	color: #000000;
	transform: rotate(180deg);
}

.compasslist ul li .eximg {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.compasslist ul li .eximg img {
	display: block;
	transition: all 1s;
	width: 100%;
}

.compasslist ul li .eximg p {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	overflow: hidden;
	padding: 15px 25px;
	width: calc(100% - 50px);
	background-color: rgba(0, 0, 0, 0.1);
	color: #000000;
	font-size: 14px;
	line-height: 30px;
	opacity: 0;
	transition: all 1s;
}

.compasslist ul li:hover {
	background-color: #f9b931;
}

.compasslist ul li:hover .eximg img {
	opacity: 0;
}

.compasslist ul li:hover p {
	opacity: 1;
}

.questions1 .bringbt h1 {
	color: #4c4c4c;
	font-size: 40px;
	font-family: "TechnaSans";
	margin-bottom: 10px;
}

.questions1 .bringbt p {
	color: #808080;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	font-family: "Poppins";
}

.questions1 {
	background: none;
	background-color: #f5f5f5;
}

.culpora {
	padding-top: 90px;
	padding-bottom: 6.25rem;
	background: url(../images/culaw_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.culporabt h1 {
	color: #fff;
	font-size: 40px;
	font-family: "TechnaSans";
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.culporabt {
	margin-bottom: 3.75rem;
}

.culporabt p {
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
}

.lingroup {
	width: 93.75rem;
	margin: 5.625rem auto;
}

.lingroupdv {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lingroupdvleft {
	width: 46%;
}

.lingroupdvleft h1 {
	color: #f9b931;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-bottom: 10px;
}

.lingroupdvleft h2 {
	font-size: 40px;
	font-family: "TechnaSans";
	line-height: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
}

.lingroupdvleft i {
	display: block;
	width: 80px;
	height: 5px;
	margin-top: -3px;
	background-color: #f9b931;
	margin-bottom: 20px;
}

.lingroupdvleft p {
	color: #666666;
	font-size: 16px;
	line-height: 35px;
	margin-top: 10px;
}

.lingroupdvright {
	width: 50%;
}

.lingroupdvright img {
	display: block;
	width: 100%;
}

.hezhb {
	padding: 5.625rem 0rem;
	background-color: #f7f7f7;
}

.hezhblist {
	width: 93.75rem;
	margin: 0 auto;
}

.hezhblist ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hezhblist ul li {
	width: 15.6%;
	margin: .5%;
}

.hezhblist ul li img {
	display: block;
	width: 100%;
}

.measure {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 6.25rem;
}

.measuredv {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.measuredvleft h1 {
	color: #f9b931;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}

.measuredvleft h2 {
	color: #383838;
	font-size: 35px;
	line-height: 60px;
	margin-top: 15px;
	font-family: "TechnaSans";
	margin-bottom: 3.125rem;
}

.measuredvleft img {
	display: block;
	width: auto;
	margin-bottom: 3.125rem;
}

.measuredvleft p {
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	width: 50%;
}

.measuredvleft {
	width: 35%;
}

.measuredvleft a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	height: 50px;
	padding-left: 35px;
	padding-right: 25px;
	background-color: #f9b931;
	border-radius: 50px;
	margin-top: 3.75rem;
	font-size: 14px;
}

.measuredvleft a span {
	color: #000000;
}

.measuredvleft a iconpark-icon {
	font-size: 20px;
	color: #000000;
}

.measuredvright {
	width: 67%;
}


/* 外层滚动容器 */
.scroll-wrap {
	height: 650px;
	overflow-y: auto;
	scroll-behavior: smooth;
	/* 隐藏滚动条 */
	scrollbar-width: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.scroll-wrap::-webkit-scrollbar {
	display: none;
}

/* 单张卡片样式，和原图一致 */
.test-card {
	width: calc(48% - 62px);
	background: #fff;
	margin: 1%;
	border: 1px solid #e2e4e8;
	border-radius: 12px;
	padding: 30px 30px;
}

.test-card h2 {
	color: #333333;
	font-size: 22px;
	margin-bottom: 6px;
	transition: all 1s;
	font-family: "Poppins_Medium";
}

.test-card .sub {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.test-card .quote1 {
	font-size: 16px;
	line-height: 35px;
	color: #808080;
	margin-bottom: 24px;
}

.divider {
	width: 100%;
	height: 1px;
	background: #e2e4e8;
	margin-bottom: 18px;
}

.author-box {
	display: flex;
	align-items: center;
	gap: 12px;
}

.avatar img {
	display: block;
}

.author-info h4 {
	font-size: 16px;
	color: #111;
}

.author-info p {
	font-size: 13px;
	color: #666;
	margin-top: 3px;
}

.test-card:nth-child(2n) {
	transform: translateY(3.75rem);
}

.test-card:hover h2 {
	color: #f9b931;
}

.mfoot {
	height: 45px;
	display: none;
}

.mfootdv {
	display: none;
}

.ssdv {
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
	z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}

.ssdv form {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.ssdv form input {
	height: 35px;
	line-height: 35px;
	border: none;
	border: 1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}

.ssdv form button {
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	margin: 0 auto;
	width: 93.75rem;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 60px;
	color: #ffffff;
	font-family: "Anton_SC";
	text-transform: uppercase;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 17px;
}

.bannersasg .swiper-slide img {
	display: block;
	width: 100%;
}

.bannersasg .swiper-slide {
	position: relative;
}

.bannersasg .swiper-slide img {
	display: block;
	width: 100%;
}

.bannersasg .swiper-slide div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 00%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sgahhrj section {
	width: 93.75rem;
}

.bannersasg .swiper-slide section h1 {
	color: #ffffff;
	font-size: 54px;
	font-family: "Anton_SC";
	margin: 0 auto;
}

.bannersasg .swiper-slide section p {
	color: #ffffff;
	font-size: 24px;
	margin-top: 15px;
	line-height: 35px;
	width: 50%;
}

.bannersasg .swiper-slide section a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 6.875rem;
	transition: all 1s;
	background-color: #f9b931;
	background-size: cover;
	border-radius: 50px;
	padding-right: 20px;
}

.bannersasg .swiper-slide section a iconpark-icon {
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;

}

.bannersasg .swiper-slide section a span {
	color: #333;
	font-size: 14px;
}

.bannersasg .swiper-slide section a:hover {
	background-color: #f9b931;
}

.bannersasg .swiper-slide section a:hover iconpark-icon {
	color: #fff;
}

.bannersasg .swiper-slide section a:hover span {
	color: #fff;
}

.bannersasg .swiper-slide .ghej {
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}

.bannersasg .swiper-slide .ghej {
	display: block;
	height: auto;
	animation-name: beat;
	/*动画名称*/
	animation-duration: .5s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}

.bannersasg .swiper-slide .ghej img {
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}

.bannersasg .swiper-slide .ghej span {
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}

.bannersasg .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}

.bannersasg .swiper-pagination-bullet-active {
	width: 35px;
	height: 8px;
	border-radius: 15px;
}

.syabout{
	margin: 6.25rem auto;
    display: flex;
    justify-content: space-between;
    width: 93.75rem;
	align-items: center;
}
.syaboutleft{
	width: 47%;
}
.syaboutleft h1{
	color: #f9b931;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.syaboutleft h2{
	color: #383838;
	font-size: 40px;
	font-family: "TechnaSans";
	line-height: 60px;
	margin-top: 10px;
}
.syaboutleft  p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
	margin-top: 25px;
}
.syaboutleft ul{
	margin-top: 1.25rem;
}
.syaboutleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
}
.syaboutleft ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #f9b931;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.syaboutleft ul li span{
	display: block;
	width: 80%;
}
.syaboutleft ul li span{
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.syaboutleft a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	height: 50px;
	padding-left: 35px;
	padding-right: 25px;
	background-color: #f9b931;
	border-radius: 50px;
	margin-top: 3.125rem;
}

.syaboutleft a span {
	color: #000000;
	font-size: 14px;
}

.syaboutleft a iconpark-icon {
	font-size: 20px;
	color: #000000;
}
.syaboutrigjt{
	width: 49%;
}
.syaboutrigjt img{
	display: block;
	width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}
	
	.diffdv{
		width: 95%;
	}
	.diffdv .diffdv{
		width: 100%;
	}
	.itoodv{
		width: 95%;
	}
	.measure{
		width: 95%;
	}
	.measuredvleft p{
		width: 75%;
	}
	.questionslist{
		width: 95%;
	}
	.questionslist ul li .quetop span{
		width: 82%;
	}
	.synews{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.nrbanner .btext section{
		margin: 0 auto;
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.xiqnag{
		width: 95%;
	}
	.detail{
		width: 95%;
	}
	.hire ul li a{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.message form{
		width: 90%;
	}
	.shownews{
		width: 95%;
	}
	.agentbt{
		width: 95%;
	}
	.agentlist{
		width: 95%;
	}
	.agentlist ul li{
		padding-top: 50px;
	}
	.compassbt{
		width: 95%;
	}
	.compasslist{
		width: 95%;
	}
	.exce section{
		width: 75%;
	}
	.compasslist ul li .exce section p{
		font-size: 18px;
	}
	.compasslist ul li .exce iconpark-icon{
		width: 50px;
		height: 50px;
	}
	.newsall{
		width: 95%;
	}
	.lingroup{
		width: 95%;
	}
	.hezhblist{
		width: 95%;
	}
	.syabout{
		width: 95%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {

	.headtopdv,
	.headdv {
		width: 95%;
	}
	.nrbanner .btext section{
		margin: 0 auto;
		width: 95%;
	}
	.diffdv{
		width: 95%;
	}
	.diffdv .diffdv{
		width: 100%;
	}
	.itoodv{
		width: 95%;
	}
	.measure{
		width: 95%;
	}
	.measuredvleft p{
		width: 75%;
	}
	.questionslist{
		width: 95%;
	}
	.questionslist ul li .quetop span{
		width: 82%;
	}
	.synews{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.syabout{
		width: 95%;
	}
	.xiqnag{
		width: 95%;
	}
	.detail{
		width: 95%;
	}
	.hire ul li a{
		width: 95%;
	}
	.lxwm{
		width: 95%;
	}
	.message form{
		width: 90%;
	}
	.shownews{
		width: 95%;
	}
	.agentbt{
		width: 95%;
	}
	.agentlist{
		width: 95%;
	}
	.agentlist ul li{
		padding-top: 50px;
	}
	.compassbt{
		width: 95%;
	}
	.compasslist{
		width: 95%;
	}
	.exce section{
		width: 75%;
	}
	.compasslist ul li .exce section p{
		font-size: 18px;
	}
	.compasslist ul li .exce iconpark-icon{
		width: 50px;
		height: 50px;
	}
	.newsall{
		width: 95%;
	}
	.lingroup{
		width: 95%;
	}
	.hezhblist{
		width: 95%;
	}
	

}

@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}

	.htmleaf-container {
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}

	.htmleaf-containers {
		display: block;
		height: 50px;
	}
	
	.diffdv{
		width: 95%;
	}
	.diffdvbtright{
		display: none;
	}
	.diffdvbtleft{
		text-align: center;
		width: 100%;
	}
	.diffdvbtleft h1{
		font-size: 14px;
		margin-bottom: 8px;
	}
	.diffdvbtleft p{
		font-size: 20px;
	}
	.diffdv .diffdv{
		width: 100%;
	}
	.diffdv ul li{
		width: 48%;
		margin: 1%;
	}
	.diffdv ul li .difftext i{
		display: none;
	}
	.diffdv ul li .difftext section{
		width: 100%;
	}
	.diffdv ul li .difftext section h1{
		font-size: 16px;
	}
	.diffdv ul li .difftext section p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.itoodv{
		width: 95%;
	}
	.itoodvbtright{
		display: none;
	}
	.itoodvbtleft{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.itoodvbt h1{
		text-align: center;
		margin-bottom: 8px;
	}
	.itoodvbt h1{
		font-size: 14px;
	}
	.itoodvbt p{
		font-size: 20px;
	}
	.pres{
		display: block;
	}
	.pres>div{
		width: 100%;
	}
	.pres ul{
		width: 100%;
		margin-top: 10px;
	}
	.pres ul li{
		padding: 4%;
		width: 92%;
		margin: 1% 0;
	}
	.pres ul li div section h1{
		font-size: 18px;
	}
	.pres ul li div section p{
		font-size: 16px;
	}
	.pres ul li h3 {
	    color: #ffffff;
	    font-size: 12px;
	    margin-top: 10px;
	    line-height: 25px;
	}
	.measure{
		display: block;
		width: 95%;
	}
	.measuredv{
		display: block;
	}
	.measuredvleft h1{
		font-size: 14px;
	}
	.measuredvleft{
		width: 100%;
	}
	.measuredvleft h2{
		font-size: 20px;
		margin-top: 5px;
		line-height: 40px;
	}
	.measuredvleft p{
		width: 100%;
		font-size: 12px;
		line-height: 25px;
	}
	.measuredvleft a{
		width: 110px;
		height: 40px;
	}
	.measuredvright{
		margin-top: 15px;
		width: 100%;
	}
	.test-card{
		width: 90%;
		padding: 5%;
	}
	.test-card h2{
		font-size: 18px;
	}
	.test-card .sub{
		margin-bottom: 10px;
	}
	.test-card .quote1{
		font-size: 14px;
		line-height: 25px;
	}
	.test-card .quote1{
		margin-bottom: 20px;
	}
	.measuredvright{
		padding-bottom: 20px;
	}
	.bringbt p{
		text-align: center;
	}
	.bringbt h1{
		font-size: 14px;
		margin-bottom: 7px;
	}
	.bringbt p{
		text-align: center;
		font-size: 20px;
	}
	.bringbt {
	    margin-bottom: 5.125rem;
	}
	.questionslist{
		width: 95%;
	}
	.questionslist ul li{
		padding: 4%;
		width: 92%;
		padding-bottom: 0;
	}
	.questionslist ul li .quetop i{
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	.questionslist ul li .quetop span{
		width: 75%;
		font-size: 12px;
		line-height: 25px;
	}
	.questionslist ul li:hover .quedown{
		padding: 5%;
		width: 90%;
		height: auto;
	}
	.questionslist ul li .quedown i{
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	.questionslist ul li .quedown span{
		width: 75%;
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.synews{
		width: 95%;
	}
	.synewslist ul {
		display: block;
	}
	.synewslist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.synewslist ul li section{
		padding: 5%;
		width: 90%;
	}
	.synewslist ul li section h3 iconpark-icon{
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
	.synewslist ul li section p{
		margin-bottom: 10px;
	}
	.synewslist ul li section h1{
		margin-bottom: 5px;
		font-size: 16px;
	}
	.synewslist ul li section p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.foot{
		display: none;
	}
	.test-card .quote1{
		font-size: 12px;
	}
	.mbx{
		display: none;
	}
	.xiqnag{
		width: 95%;
		padding-top: 20px;
		display: block;
	}
	.xiqnagleft{
		width: 100%;
	}
	.xiqnagright {
		width: 100%;
		margin-top: 15px;
	}
	.xiqnagright h1{
		font-size: 17px;
		line-height: 40px;
		height: auto;
	}
	.xiqnagright i{
		margin-bottom: 15px;
	}
	.xiqnagright P{
		font-size: 12px;
		line-height: 25px;
	}
	.xiqnagright section{
		margin-top: 15px;
	}
	.xiqnagright section a{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.detail{
		width: 95%;
	}
	.detailbt span{
		font-size: 18px;
	}
	.detailtext{
		margin-top: 15px;
		padding: 5%;
	}
	.fying{
		display: block;
		margin-top: 15px;
	}
	.fying p a{
		font-size: 12px;
		line-height: 25px;
	}
	.fying p{
		margin: 10px 0px;
	}
	.hire ul li a{
		width: 95%;
		display: block;
	}
	.hire ul li .hiredvleft{
		width: 100%;
	}
	.hire ul li .hiredvright{
		width: 100%;
	}
	.hire ul li .hiredvright h1{
		font-size: 17px;
		margin-top: 10px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.hire ul li .hiredvright p {
	    line-height: 28px;
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.pres ul li div iconpark-icon{
		width: 50px;
		height: 50px;
		font-size: 28px;
	}
	.hire ul li .hiredvright h3 span{
		font-size: 12px;
	}
	.hire ul li .hiredvright h3{
		margin-bottom: 5px;
	}
	.hire ul li h4{
		height: 40px;
		width: 100px;
		padding-left: 25px;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.lxwmbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.lxwm ul{
		display: block;
	}
	.lxwm ul li{
		width: 90%;
		margin-top: 10px;
		padding: 5%;
	}
	.lxwm ul li iconpark-icon {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 45px;
	    height: 45px;
	    border-radius: 50%;
	    margin: 0 auto;
	    background-color: #f9b931;
	    margin-bottom: 20px;
	    font-size: 22px;
	    transition: all 1s;
	}
	.lxwm ul li iconpark-icon{
		margin-bottom: 10px;
	}
	.lxwm ul li h1{
		font-size: 16px;
	}
	.lxwm ul li p{
		font-size: 12px;
	}
	.message form{
		width: 85%;
		padding: 5%;
	}
	.message form div input{
		width: 92%;
		padding: 0 4%;
		height: 40px;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.message form textarea{
		width: 92%;
		padding: 4%;
	}
	.message form button{
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}
	.shownav ul li{
		width: 50%;
	}
	.shownav ul li a{
		line-height: 45px;
		font-size: 16px;
	}
	.shownav{
		height: auto;
	}
	.shownews{
		margin-top: 15px;
		width: 95%;
		display: block;
	}
	.shownewsleft{
		width: 100%;
	}
	.shownewsleftdv{
		display: block;
		padding: 5%;
	}
	.shownewsleftdvbt h1 {
	    color: #333333;
	    font-size: 17px;
	    margin-bottom: 15px;
	}
	.shownewsleftdvbt h2 {
	    color: #808080;
	    font-size: 12px;
	}
	.fy{
		display: block;
		margin-top: 15px;
	}
	.fy p{
		margin: 10px 0px;
	}
	.fy p a{
		font-size: 12px;
		line-height: 25px;
	}
	.shownewsright{
		width: 90%;
		padding: 5%;
	}
	.hewgr{
		margin-top: 15px;
	}
	.hewgr span{
		font-size: 16px;
	}
	.tjianlist ul li{
		padding: 15px 0px;
	}
	.questionslist ul li .quedown{
		display: none;
	}
	.questionslist ul li:hover .quedown{
		display: flex;
	}
	.agentbt{
		width: 95%;
		margin: 0 auto;
	}
	.agentbt h1{
		font-size: 20px;
	}
	.agentbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.agentlist{
		width: 95%;
	}
	.agentlist ul{
		flex-wrap: wrap;
	}
	.agentlist ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
		padding-bottom: 0;
	}
	.agentlist ul li h1 i{
		font-size: 32px;
	}
	.agentlist ul li h1::after{
		width: 18px;
		height: 18px;
	}
	.agentlist ul li h1::after{
		left: 20px;
	}
	.agentlist ul li h2{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.agentlist ul li p{
		font-size: 12px;
		line-height: 25px;
	}
	.agentlist ul li h3{
		margin-top: 20px;
	}
	.agentlist ul li h3{
		height: 40px;
	}
	.compassbt{
		width: 95%;
	}
	.compassbt h1{
		font-size: 20px;
	}
	.compassbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.compasslist{
		width: 95%;
	}
	.compasslist ul{
		display: block;
	}
	.compasslist ul li{
		margin-bottom: 10px;
		width: 90%;
		padding: 5%;
	}
	.compasslist ul li .exce{
		margin-bottom: 15px;
	}
	.compasslist ul li .exce section p{
		font-size: 16px;
	}
	.compasslist ul li .exce iconpark-icon{
		width: 40px;
		height: 40px;
		font-size: 26px;
	}
	.compasslist ul li .eximg p{
		font-size: 12px;
		line-height: 25px;
	}
	.bringbt{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.questions1 .bringbt h1{
		font-size: 20px;
	}
	.questions1 .bringbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.newsall{
		width: 95%;
	}
	.newsall .synewslist ul li{
		width: 48%;
	}
	.synewslist ul li section h3 span{
		font-size: 12px;
	}
	.lingroup{
		width: 95%;
	}
	.lingroupdv{
		display: block;
	}
	.lingroupdvleft{
		width: 100%;
	}
	.lingroupdvleft h1{
		font-size: 14px;
	}
	.lingroupdvleft h2{
		font-size: 18px;
		line-height: 30px;
	}
	.lingroupdvleft p {
	    color: #666666;
	    font-size: 12px;
	    line-height: 30px;
	    margin-top: 10px;
	}
	.lingroupdvright{
		width: 100%;
	}
	.lingroupdvright img{
		display: block;
		width: 100%;
	}
	
	.culpora{
		padding-top: 30px;
	}
	.culporabt h1{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.culporabt p{
		font-size: 12px;
		line-height: 25px;
	}
	.lxwmbt{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.hezhblist{
		width: 95%;
	}
	.hezhblist ul li{
		width: 31.33%;
		margin:  1%;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#f9bb38;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #dfa72f;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
		text-transform: uppercase;
	}
	.nrbanner .btext{
		width: 95%;
		margin-left: 0;
		left:2.5%;

	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext section h2{
		text-align: center;
		font-size: 26px;
	}
	.nrbanner .btext section p{
		text-align: center;
		font-size: 14px;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}

	.bannersasg .swiper-slide section h1 {
		color: #fefefe;
		font-size: 22px;
		text-align: center;
	}

	.bannersasg .swiper-slide section p {
		color: #ffffff;
		font-size: 14px;
		margin-top: 10px;
		line-height: 25px;
		text-align: center;
		width: 100%;
	}

	.bannersasg .swiper-slide section a {
		display: none;
	}

	.bannersasg .swiper-slide section h1 {
		width: 100%;
	}
		.syabout{
		width: 95%;
		display: block;
	}
	.syaboutleft{
		width: 100%;
	}
	.syaboutleft h2 {
		color: #383838;
		font-size: 20px;
		font-family: "TechnaSans";
		line-height: 40px;
		margin-top: 10px;
	}
	.syaboutleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.syaboutrigjt{
		width: 100%;
		margin-top: 20px;
	}
	.syaboutleft ul li iconpark-icon{
		font-size: 16px;
	}
	.syaboutleft ul li span {
	    display: block;
	    color: #666666;
	    font-size: 12px;
	    line-height: 30px;
	}
	.syaboutleft a{
		width: 110px;
		height: 40px;
	}
}