.container {
	height: 70px;
	z-index: 9;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, .21);
}

.headwbc {
	height: 100%;
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	align-items: center;
}
.headwbw img{
	height: 45px;
}
.headwbc .right {
	display: flex;
	align-items: center;
}

.header .img {
	margin-top: 15px;
}

.headwbw .logo2 {
	display: none;
}

.sidemenu_wrap {
	flex: 1;
	line-height: normal;
}

.sidemenu .sidemenulist {
	text-align: right;
	position: relative;
}

.sidemenu .sidemenulist li {
	/*position: relative;*/
	flex: 1;
}

.sidemenu .sidemenulist li:first-child {
	margin-left: 0;
}

.sidemenu .sidemenulist li a {
	color: #000000;
	text-align: center;
	font-size: 1rem;
	position: relative;
	z-index: 9999;
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 35px;
}
.sidemenu .sidemenulist li .a1{
	padding: 0 15px;
}

.sidemenu .sidemenulist li a.active  {
	background-color: #F0832B;
	color: #FFFFFF;
}

.sidemenu .sidemenulist li:hover .a  {
	background-color: #F0832B;
	color: #FFFFFF;
}

.sidemenu .sidemenulist li a:hover {
	background-color: #F0832B;
	color: #FFFFFF;
}

.index-container {
	position: relative;
	height: 100%;
}

.swiper {
	width: 100%;
	height: 100%;
}

.container {
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, .24);
}

.container select {
	width: 80px;
	height: 30px;
	border-radius: 30px;
	background-color: transparent;
	text-align: center;
	box-sizing: border-box;
	padding-left: 10px;
	margin-left: 35px;
}

.swiper .swiper-slide {
	background-size: cover !important;
	position: relative;
}

.index-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	height: 100%;
	width: 100%;
}

.index-box .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.all-swiper video{
	width: 100%;
	height: 100%;
	/*height: auto;*/
	object-fit: cover;
}
.index-box .top span {
	color: #FFFFFF;
	font-size: 1.5rem;
	display: inline-block;
	padding: 8px 35px;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	position: relative;
}

.index-box .top span::before {
	content: "";
	position: absolute;
	width: 130px;
	height: 1px;
	background-color: #FFFFFF;
	top: 50%;
	transform: translateY(-50%);
	left: -130px;
}

.index-box .top span::after {
	content: "";
	position: absolute;
	width: 130px;
	height: 1px;
	background-color: #FFFFFF;
	top: 50%;
	transform: translateY(-50%);
	right: -130px;
}

.index-box .title {
	color: #FFFFFF;
	font-size: 4rem;
	font-weight: bold;
	margin: 15px 0;
}

.index-box .t {
	color: #FFFFFF;
	opacity: .7;
	margin-bottom: 48px;
}

.index-box .input {
	width: 520px;
	height: 64px;
	display: inline-block;
	position: relative;
}

.index-box .input .text {
	width: 100%;
	height: 100%;
	border-radius: 32px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .5);
	box-sizing: border-box;
	padding: 0 60px 0 32px;
	color: #FFFFFF;
	font-size: 1.125rem;
}
.index-box .left-h .input .text {
	border: rgba(102, 102, 102, 0.44) 1px solid;
}

.index-box .input .text::-webkit-input-placeholder {
	color: #FFFFFF;
	opacity: .5;
}
.index-box .left-h .input .text::-webkit-input-placeholder {
	color: #666;
	opacity: .5;
}

.index-box .left {
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 100px;
}

.index-box .input .btn {
	position: absolute;
	background: url(../img/search.png) center no-repeat;
	background-size: 24px;
	width: 80px;
	height: 50px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.index-box .left-h  .input .btn {
	background: url(../img/search2.png) center no-repeat;
}
.index-box .icon2 {
	position: absolute;
	bottom: 48px;
	left: 50%;
	transform: translateX(-50%);
}

.index-box2 {
	height: 100%;
	width: 100%;
	/*height: calc(100vh - 150px);*/
	margin: 0 auto;
	margin-top: 0px;
	background-size: cover !important;
	position: relative;
}

.index-box2 .text {
	position: absolute;
	width: 50%;
	right: 10%;
	top: 100px;
	background-color: rgba(0, 0, 0, .7);
	height: 80%;
	box-sizing: border-box;
	padding: 70px 100px;
}

.index-box2 .text .t {
	color: #F0832B;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 30px 0;
}

.index-box2 .text .txt {
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 36px;
}

.index-box2 .text .txt span {
	color: #2388E8;
}

.index-box2 .number {
	position: absolute;
	background-color: #FFFFFF;
	right: 10%;
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	bottom: 40px;
	white-space: nowrap;
	width: 70%;
}

.index-box2 .number ul {
	display: flex;
	justify-content: space-between;
	width: 100%;

}

.index-box2 .number ul li {
	padding: 30px 20px;
	text-align: center;
	width: 20%;
	box-sizing: border-box;
}

.index-box2 .number ul li .t {
	color: #F0832B;
	font-size: 3rem;
}

.index-box2 .number ul li span {
	font-size: 1.5rem;
}

.index-box2 .number ul li p {
	color: #666666;
	font-size: 1.125rem;
}

.index-box2 .number ul li em {
	vertical-align: 20px;
}

.index-box3 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	height: 100%;
}

.index-box3 .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.index-box3 .box .title {
	color: #F0832B;
	font-size: 2.5rem;
	font-weight: bold;
}

.index-box3 .box .txt {
	color: #FFFFFF;
	font-size: 1rem;
	margin: 30px auto 60px auto;
	line-height: 36px;
	box-sizing: border-box;
	max-width: 700px;
}

.index-box3 .box .swiper-wrapper .swiper-slide {
	/*background-color: #FFFFFF;*/
	background-color: rgba(0, 0, 0, .5);
	border-bottom: 4px solid #FF8A2C;
	box-sizing: border-box;
	padding: 24px;
	text-align: left;
}

.index-box3 .box .swiper-wrapper .swiper-slide:last-child {
	height: auto;
}
.index-box3 .box .swiper-wrapper .swiper-slide .img{
	text-align: center;
}
.index-box3 .box .swiper-wrapper .swiper-slide .img img{
	height: 64px;
}
.index-box3 .box .swiper-wrapper .swiper-slide .t {
	/*color: #181716;*/
	color: #fff;
	font-size: 1.5rem;
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
}

.index-container .swiper-pagination-bullet {
	border: 2px solid #181716;
	opacity: 1;
	background-color: transparent;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
}

.index-container .swiper-pagination-bullet-active {
	background-color: #181716;
	border: none;
}

.index-box3 .box .swiper-wrapper .swiper-slide .t2 {
	/*color: #181716;*/
	color: #fff;
	font-size: 1rem;
	margin-bottom: 30px;
	line-height: 24px;
	height: 250px;
	overflow: auto;
}

.index-box3 .box .swiper-wrapper .swiper-slide .t2:last-child {
	margin-bottom: 0;
}

.index-box3 .swiper {
	padding-bottom: 50px;
}

.index-box3 .swiper-pagination-progressbar {
	background-color: rgba(255, 255, 255, .3);
}

.index-box3 .swiper {
	--swiper-pagination-color: #ffffff;
	/* 两种都可以 */
}

.index-box3 .swiper-pagination {
	bottom: 0px;
	top: auto;
	width: 72px;
	left: 50%;
	transform: translate(-50%);
}

.index-box3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	left: 0%;
	transform: translate(-50%);
}

.index-box3 .box .swiper-wrapper .swiper-slide:hover {
	/*background-color: rgba(0, 0, 0, .5);*/
	background-color: #FFFFFF
}

.index-box3 .box .swiper-wrapper .swiper-slide:hover .t,
.index-box3 .box .swiper-wrapper .swiper-slide:hover .t2 {
	color: #181716;
}

.index-box3 .box .swiper-wrapper .swiper-slide:hover .t2 {
	opacity: .8;
}

.box-last {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-last .left {
	flex: 1;
	margin-right: 48px;
}

.box-last .left .title {
	color: #F0832B;
	font-size: 2.5rem;
	font-weight: bold;
}

.box-last .left .t {
	color: #181716;
	font-size: 1rem;
	margin: 30px 0 60px 0;
}

.box-last .left ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box-last .left ul li {
	width: 32%;
}

.box-last .left ul li .img {
	position: relative;
	padding-bottom: 75.159%;
	height: 0;
	overflow: hidden;
}

.box-last .left ul li .img span {
	position: absolute;
	left: 0;
	top: 0;
	color: #FFFFFF;
	font-size: 0.875rem;
	background-color: #2388E8;
	width: 60px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	z-index: 9;
}

.box-last .left ul li .img img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.box-last .left ul li .text2 {
	background-color: #FFFFFF;
	padding: 24px;
}

.box-last .left ul li .text2 .t2 {
	color: #181716;
	font-size: 1.125rem;
	margin-bottom: 15px;
	line-height: 2.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.box-last .left ul li .text2 .more {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-last .left ul li .text2 .more span {
	color: #181716;
	font-size: 0.875rem;
	display: inline-block;
	width: 96px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #181716;
	border-radius: 24px;
	text-align: center;
}

.box-last .left ul li .text2 .more .date {
	color: #B7B7B7;
	font-size: 1.125rem;
}

.box-last .left ul li .text2 .more .date em {
	font-size: 0.875rem;
}

.box-last .left ul li:hover .more span {
	background-color: #FF8A2C;
	border: 1px solid #FF8A2C;
	color: #FFFFFF;
}

.box-last .right {
	background-color: #FFFFFF;
	width: 314px;
	box-sizing: border-box;
	padding: 35px;
}

.box-last .right ul li {
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.box-last .right ul li .date {
	color: #B7B7B7;
	font-size: 1.125rem;
}

.box-last .right ul li .date em {
	font-size: 0.875rem;
}

.box-last .right ul li .t {
	color: #181716;
	font-size: 1.125rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 2.25rem;
	margin-top: 15px;
}

.box-last .right .more {
	text-align: center;
}

.box-last .right .more a {
	color: #FF8A2C;
	font-size: 1.125rem;
}

.footer .content {
	background-color: #181716;
}

.footer .content .width {
	max-width: 1520px;
	width: 95%;
	margin: 0 auto;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .content .width .link .title {
	color: #FFFFFF;
	font-size: 0.875rem;
}

.footer .content .width .link a {
	color: #FFFFFF;
	font-size: 0.75rem;
	opacity: .8;
	margin-top: 10px;
	display: inline-block;
}

.footer .content .width .link img {
	margin-right: 4px;
}

.footer .content .width .ewm {
	font-size: 0.875rem;
	color: #FFFFFF;
	text-align: center;
}

.footer .content .width .ewm p {
	opacity: .4;
	margin-top: 5px;
}

.footer .bottom {
	background-color: #0D0C0B;
	text-align: center;
	color: rgba(255, 255, 255, .8);
	line-height: 1.5rem;
	padding: 16px 0;
	font-size: 0.75rem;
	line-height: 1.5rem;
}
.footer .bottom a{
	color: rgba(255, 255, 255, .8);
}
.footer .bottom a:hover{
	color: #FF8A2C;
}
.index-container .swiper-slide:last-child {
	height: 322px;
}

/* .container2 {
	background-color: transparent;
}

.container2 .logo2 {
	display: inline-block;
}

.container2 .headlogo {
	display: none;
} */

.container3 .sidemenu .sidemenulist li a {
	color: #ffffff;
}

.banner {
	padding-bottom: 40.625%;
	background-size: cover !important;
	position: relative;
}

.banner-text {
	position: absolute;
	bottom: 33%;
}

.banner-text .t {
	color: #FFFFFF;
	font-size: 3.75rem;
}

.banner-text .t2 {
	color: #FFFFFF;
	font-size: 1.25rem;
	opacity: .7;
	margin-top: 10px;
}

.link-all {
	border-bottom: 1px solid #EDF0F6;
	padding: 30px 0;
}

.link-all ul {
	display: flex;
	justify-content: space-between;
}

.link-all ul li a {
	color: #666666;
	font-size: 1.25rem;
	position: relative;
}

.link-all ul li.active a {
	color: #F0832B;
}

.link-all ul li a:hover {
	color: #F0832B;
}

.link-all ul li a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	bottom: -33px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	background-color: #F0832B;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.link-all ul li.active a::before {
	width: 100%;
}

.link-all ul li a:hover::before {
	width: 100%;
}

.logistics-services ul {
	margin-top: 50px;
}

.logistics-services ul li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	box-shadow: 0px 10px 25px 1px #F4F6FB;
	margin-bottom: 50px;
}

.logistics-services ul li .img,
.logistics-services ul li .text {
	width: 50%;
}

.logistics-services ul li .img .swiper-slide {
	padding-bottom: 72.368%;
	position: relative;
	height: 0;
}

.logistics-services ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.logistics-services ul li .text .number {
	position: relative;
}

.logistics-services ul li .text .number span {
	color: #000000;
	font-size: 2rem;
	position: absolute;
	left: 0;
	bottom: 30px;
}

.logistics-services ul li .text {
	box-sizing: border-box;
	padding: 0 50px;
}

.logistics-services ul li .text .txt {
	color: #666666;
	font-size: 1rem;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.logistics-services .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.logistics-services .swiper-pagination-bullet-active {
	background-color: #F0832B;
}

.logistics-services .more {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 140px;
}

.logistics-services .more a {
	display: inline-block;
	width: 180px;
	height: 60px;
	color: #666666;
	font-size: 1rem;
	line-height: 60px;
	border: 1px solid #EDF0F6;
	box-sizing: border-box;
}

.logistics-services .more a:hover {
	background-color: #F0832B;
	color: #ffffff;
	border: 1px solid #F0832B;
}

.logistics-services ul li:hover .text .number span {
	color: #F0832B;
}

.group-business ul li {
	text-align: right;
	padding: 120px 0;
}

.group-business ul li .w {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.group-business ul li .img,
.group-business ul li .text {
	width: 50%;
}

.group-business ul li .text {
	box-sizing: border-box;
	padding-right: 60px;
}

.group-business ul li .text .t {
	color: #000000;
	font-size: 2rem;
	margin-bottom: 30px;
}

.group-business ul li .text .t2 {
	color: #666666;
	font-size: 1rem;
	margin-bottom: 20px;
	text-align: left;
}

.group-business ul li .text .cle {
	margin-top: 40px;
}

.group-business ul li .text .cle .fl {
	width: 180px;
	height: 84px;
	border: 1px solid #EDF0F6;
	float: none;
	display: inline-block;
	margin-left: 20px;
}

.group-business ul li .text .cle .fl:first-child {
	margin-left: 0;
}

.group-business ul li .text .cle .fl .box {
	text-align: center;
}

.group-business ul li .text .cle .fl .t3 {
	color: #000000;
	font-size: 0.8125rem;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.group-business ul li .text .cle .fl .t4 {
	color: #F0832B;
	font-size: 1.25rem;
	width: 100%;
}

.group-business ul li .text a {
	color: #000000;
	font-size: 1rem;
	display: inline-block;
	width: 180px;
	height: 60px;
	border: 1px solid #EDF0F6;
	line-height: 60px;
	text-align: center;
	margin-top: 50px;
}

.group-business ul li .text a:hover {
	background-color: #F0832B;
	color: #ffffff;
}

.group-business ul li:nth-child(2n) {
	text-align: left;
	background-color: #F9FAFC;
}

.group-business ul li:nth-child(2n) .text {
	padding-right: 0;
	padding-left: 60px;
}


.group-business ul li:nth-child(2n) .text .cle .fl {
	margin-left: 0;
	margin-right: 20px;
}

.group-business ul li:nth-child(2n) .text .cle .fl:last-child {
	margin-right: 0;
}

.news-center .top {
	padding: 120px 0;
	background-color: #F9FAFC;
}

.news-center .top .w {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color: #FFFFFF;
}

.news-center .top .img {
	width: 40.789%;
}

.news-center .top .img .image {
	padding-bottom: 74.193%;
	height: 0;
	position: relative;
}

.news-center .top .img .image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-center .top .text {
	flex: 1;
	padding: 20px 40px;
	display: flex;
	align-items: center;
}

.news-center .top .text .t {
	color: #000000;
	font-size: 1.5rem;
}

.news-center .top .text .date {
	color: #CCCCCC;
	font-size: 1rem;
	margin: 20px 0 30px 0;
}

.news-center .top .text .txt {
	color: #666666;
	font-size: 0.875rem;
}

.news-center .top .text a {
	display: inline-block;
	color: #000000;
	font-size: 1rem;
	border: 1px solid #EDF0F6;
	height: 3.75rem;
	width: 180px;
	text-align: center;
	line-height: 3.75rem;
	box-sizing: border-box;
	margin-top: 50px;
}

.news-center .top .text a:hover {
	background-color: #F0832B;
	color: #ffffff;
}

.news-center ul {
	margin-top: 100px;
}

.news-center ul li {
	border-bottom: 1px dashed #EDF0F6;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.news-center ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.news-center ul li .date {
	width: 160px;
	height: 160px;
	background-color: #EDF0F6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-center ul li .date .box {
	align-items: center;
	text-align: center;
}


.news-center ul li .date .box .t {
	color: #000000;
	font-size: 3rem;
}

.news-center ul li .date .box .t2 {
	color: #666666;
	font-size: 1.125rem;
}

.news-center ul li .img {
	width: 260px;
}

.news-center ul li .img .image {
	padding-bottom: 61.538%;
	position: relative;
	overflow: hidden;
}

.news-center ul li .img .image img {
	position: absolute;
	object-fit: cover;
}

.news-center ul li .text {
	flex: 1;
	margin: 0 50px 0 30px;
}

.news-center ul li .text .t {
	color: #000000;
	font-size: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-center ul li .text .t2 {
	color: #666666;
	font-size: 0.875rem;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
}

.news-center ul li:hover .date {
	background-color: #F0832B;
}

.news-center ul li:hover .date .t,
.news-center ul li:hover .date .t2 {
	color: #ffffff;
}

.news-center ul li:hover .text .t {
	color: #F0832B;
}

.page {
	margin: 100px 0;
	text-align: center;
}

.page a {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #E4E8F1;
	padding: 5px 20px;
	color: #333333;
	font-size: 1rem;
	margin-right: 15px;
	white-space: nowrap;
}

.page a:last-child {
	margin-right: 0;
}

.page span {
	color: #333333;
	font-size: 1rem;
	margin-right: 15px;
}

.page input {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #E4E8F1;
	color: #333333;
	font-size: 1rem;
	margin-right: 15px;
	width: 54px;
	height: 38px;
	box-sizing: border-box;
	text-align: center;
}

.page a.active {
	background-color: #F0832B;
	color: #ffffff;
}

.page a:hover {
	background-color: #F0832B;
	color: #ffffff;
}

.news-content {
	margin: 120px auto;
	margin-bottom: 40px;
}

.news-content .box {
	
}

.news-content .box .title {
	color: #000000;
	font-size: 1.75rem;
	font-weight: bold;
text-align: center;
}

.news-content .box .date {
	color: #CBCBCB;
	font-size: 1rem;
	margin: 20px 0 50px 0;
text-align: center;
}

.news-content .box .date span {
	color: #F0832B;
	font-size: 1rem;
	margin-right: 30px;
}

.news-content .box .txt {
	color: #666666;
	font-size: 1rem;
	line-height: 25px;
}

.news-content .box2 {
	background-color: #F9FAFC;
	padding: 50px 0;
	margin-top: 100px;
}

.news-content .box2 .title {
	color: #000000;
	font-size: 2rem;
	text-align: left;
}

.news-content .box2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.news-content .box2 ul li {
	width: 32%;
}

.news-content .box2 ul li .img {
	padding-bottom: 66.3%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.news-content .box2 ul li .img img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.news-content .box2 ul li .text {
	margin-top: 20px;
}

.news-content .box2 ul li .text .t {
	color: #000000;
	font-size: 1.25rem;
}

.news-content .box2 ul li .text .date {
	color: #B7B7B7;
	font-size: 0.875rem;
	margin: 12px 0;
}

.news-content .box2 ul li .text .txt {
	color: #666666;
	font-size: 1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.common-problem .search {
	text-align: right;
	position: relative;
	margin-top: 30px;
}

.common-problem .search .text {
	width: 560px;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #EDF0F6;
	height: 60px;
	box-sizing: border-box;
	padding-left: 30px;
}

.common-problem .search .btn {
	background: url(../img/search2.png) center no-repeat;
	width: 19px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	margin-top: 0;
}

.common-problem ul {
	margin-top: 50px;
}

.common-problem ul li {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #E2E5EC;
}

.common-problem ul li .t {
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 1.75rem;
}

.common-problem ul li .t img {
	margin-right: 20px;
}

.common-problem ul li .t2 {
	margin-top: 20px;
	color: #9C9C9C;
	font-size: 1rem;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 2; */
	overflow: hidden;
}

.common-problem ul li .btn {
	text-align: center;
	color: #F0832B;
	font-size: 1rem;
	margin-top: 30px;
	display: none;
}

.common-problem ul li .btn span {
	cursor: pointer;
}

.common-problem ul li .btn span img {
	margin-left: 15px;
}

.video-center .box {
	margin: 100px auto;
	text-align: center;
}

.video-center .box .img {
	position: relative;
}

.video-center .box .img .i2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-center .box .t {
	color: #000000;
	font-size: 1.75rem;
	margin: 20px 0;
}

.video-center .box .t2 {
	color: #666666;
	font-size: 1rem;
}

.video-center ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.video-center ul li {
	width: 32%;
	margin-bottom: 50px;
}

.video-center ul li .t {
	color: #000000;
	font-size: 2.5rem;
}

.video-center ul li .t2 {
	color: #666666;
	font-size: 1.5rem;
	margin: 50px 0 40px 0;
	text-align: left;
}

.video-center ul li:first-child a {
	color: #F0832B;
	font-size: 1.125rem;
}

.video-center ul li:first-child {
	display: flex;
	align-items: center;
}

.video-center ul li .img .image {
	padding-bottom: 66.666%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.video-center ul li .img .image .i2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-center ul li .img .enlarge {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.video-center ul li p {
	color: #666666;
	font-size: 1.25rem;
	text-align: center;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-content2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 100px auto;
}

.news-content2 .left {
	flex: 1;
}

.news-content2 .left .box {
	position: relative;
}

.news-content2 .left p {
	color: #000000;
	font-size: 1.75rem;
	text-align: center;
	margin-top: 30px;
}

.news-content2 .left .i2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.news-content2 .right {
	width: 380px;
	margin-left: 40px;
}

.news-content2 .right ul li .image {
	position: relative;
	padding-bottom: 65.789%;
	height: 0;
}

.news-content2 .right ul li .image .i1 {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

.news-content2 .right ul li .image .i2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.news-content2 .right ul li p {
	color: #666666;
	font-size: 1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-align: center;
	margin: 10px 0 30px 0;
}

.join-us .title {
	color: #000000;
	font-size: 2rem;
	margin: 50px 0 20px 0;
}

.join-us .input {
	margin-bottom: 50px;
}

.join-us .input input {
	width: 800px;
	height: 50px;
	border: 1px solid #EDF0F6;
	box-sizing: border-box;
	padding: 0 20px;
}

.join-us .input select {
	width: 150px;
	height: 50px;
	border: 1px solid #EDF0F6;
	box-sizing: border-box;
	padding-left: 20px;
	margin: 0 10px;
}

.join-us .input .btn {
	display: inline-block;
	background-color: #F0832B;
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.sideMenu .titles {
	background-color: #F9FAFC;
	line-height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	margin-bottom: 30px;
	cursor: pointer;
}
.common-problem{
	min-height: 400px;
}
.common-problem .wsj-tet{
   font-size: 16px;
	color: #333;
	padding-top: 40px;
}
.common-problem .wsj-tet a{
	color: #F0832B;
	padding-left: 10px;
}
.common-problem .wsj-tet span{
	color: #ff0024;
}
.sideMenu .titles .bt{
	font-size: 20px;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sideMenu .titles .bt span{
	display: inline-block;
	vertical-align: middle;
}

.sideMenu .titles.on .jia {
	display: none;
}

.sideMenu .titles .jian {
	display: none;
}

.sideMenu .titles.on .jian {
	display: inline-block;
}

.sideMenu .titles.on {
	background-color: #F0832B;
	color: #FFFFFF;
}

.sideMenu .box {
	padding: 30px 40px;
	padding-top: 0;
}

.sideMenu .box .name {
	color: #000000;
	font-size: 1.25rem;
	margin: 20px 0 10px 0;
}

.sideMenu .box .txt {
	color: #9C9C9C;
	font-size: 1rem;
}

.sideMenu .box a {
	color: #F0832B;
	border: 1px solid #F0832B;
	display: inline-block;
	text-align: center;
	width: 160px;
	height: 46px;
	line-height: 46px;
	box-sizing: border-box;
	border-radius: 50px;
	margin-top: 50px;
}

.about-us .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-top: 50px;
}

.about-us .box .left,
.about-us .box .right {
	width: 50%;
}

.about-us .box .left .img {
	padding-bottom: 121%;
	position: relative;
}

.about-us .box .left .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-us .box .right {
	box-sizing: border-box;
	padding-left: 60px;
}

.about-us .box .right .title {
	color: #000000;
	font-size: 2rem;
}

.about-us .box .right .i {
	width: 4px;
	height: 30px;
	background-color: #F0832B;
	margin: 10px 0 30px 0;
}

.about-us .box .right .text {
	background: url(../img/bg6.png) center no-repeat;
	color: #666666;
	font-size: 1rem;
	line-height: 24px;
	min-height: 280px;
	background-size: cover;
}

.about-us .box .right .text .t {
	color: #F0832B;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 30px 0;
}

.about-us .box .number {
	position: absolute;
	background-color: #FFFFFF;
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
	width: 80%;
	right: 10%;
	bottom: -1px;
	white-space: nowrap;
	box-sizing: border-box;
	border: 1px solid #EDF0F6;
	height: 179px;
}

.about-us .box .number ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.about-us .box .number ul li {
	padding: 30px 30px;
	text-align: center;
	border-right: 1px solid #EDF0F6;
	width: 20%;
	box-sizing: border-box;
}

.about-us .box .number ul li:last-child {
	border-right: none;
}

.about-us .box .number ul li .t {
	color: #F0832B;
	font-size: 3rem;
}

.about-us .box .number ul li span {
	font-size: 1.5rem;
}

.about-us .box .number ul li p {
	color: #666666;
	font-size: 1.125rem;
}

.about-us .box .number ul li em {
	vertical-align: 20px;
}

.about-title {
	color: #000000;
	font-size: 2rem;
	text-align: center;
}

.about-us .box2 {
	margin: 150px auto;
}

.about-us .box2 .about-title {
	margin-bottom: 80px;
}

.about-us .box2 .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}

.about-us .box2 .swiper-slide-active,
.about-us .box2 .swiper-slide-duplicate-active {
	transform: scale(1);
}

.about-us .box2 .swiper-pagination-bullet {
	background-color: #888888;
	opacity: .2;
	border-radius: 0;
	width: 50px;
	height: 4px;
}

.about-us .box2 .swiper-pagination-bullet-active {
	background-color: #FFAF26;
	opacity: 1;
}

.about-us .box2 .swiper-container {
	padding-bottom: 50px;
}

.about-us .box3 {
	position: relative;
	max-width: 1200px;
}

.about-us .box3 .swiper {
	max-width: 812px;
	width: 95%;
	margin: 0 auto;
}

.about-us .box3 .swiper .text {
	background-size: 100% 100%;
	height: 440px;
}

.about-us .box3 .text {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 50px;
	background-size: 100% 100% !important;
}

.about-us .box3 .text .center {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.about-us .box3 .text .center .img {
	width: 240px;
}

.about-us .box3 .text .center .img .image {
	padding-bottom: 75%;
	height: 0;
	position: relative;
}

.about-us .box3 .text .center .img .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.about-us .box3 .text .center .txt {
	width: calc(100% - 240px);
	flex: 1;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 30px;
	box-sizing: border-box;
}
.about-us .box3 .text .center .txt textarea{
   height: 150px;
	background: none;
	overflow: auto;
	width: 100%;
	color: #959595;
}
.about-us .box3 .text .center .txt p {
	color: #959595;
	font-size: 1rem;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.about-us .box3 .swiper-button-next {
	background: url(../img/next.png) center no-repeat;
	width: 40px;
	height: 40px;
}

.about-us .box3 .swiper-button-prev {
	background: url(../img/prev.png) center no-repeat;
	width: 40px;
	height: 40px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: '';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: '';
}

.times .mySwiper2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-top: 50px;
}

.times .mySwiper2::before {
	content: "";
	height: 2px;
	background-color: #D5DBE5;
	width: 100%;
	left: 0;
	position: absolute;
	top: 65px;
}

.times .mySwiper2 .swiper-slide {
	flex: 1;
	text-align: center;
	color: #000100;
	font-size: 1.5rem;
	position: relative;
}

.times .mySwiper2 .swiper-slide i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px solid #D5DBE5;
	background-color: #FFFFFF;
	z-index: 1;
}

.times .mySwiper2 .swiper-slide span {
	display: block;
}

.times .mySwiper2 .swiper-slide-thumb-active i {
	background: url(../img/icon5.png) center no-repeat;
	border: none;
}

.times .mySwiper2 .swiper-slide-thumb-active span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	color: #F0832B;
	font-size: 2rem;
	font-weight: bold;
	white-space: nowrap;
}

.times .mySwiper2 .swiper-slide span:hover {
	color: #F0832B;
	cursor: pointer;
}

.about-us .box4 {
	background: url(../img/bg5.png) center no-repeat;
	padding: 150px 0;
	margin-top: 150px;
	background-size: cover;
}

.about-us .box4 .w {
	position: relative;
	margin-top: 60px;
}

.about-us .box4 .swiper-slide {
	text-align: center;
}
.about-us .box4 .swiper-slide .img{
	margin-bottom: 20px;
}
.about-us .box4 .swiper-slide  .tet-p{
	font-size: 16px;
	color: #666;
	line-height: 25px;
}

.about-us .box4 .swiper-slide .text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 40px 40px 60px 40px;
}

.about-us .box4 .swiper {
	width: 80%;
	margin: 0 auto;
}

.about-us .box4 .swiper-slide .text .txt {
	flex: 1;
	color: #9C9C9C;
	font-size: 1.25rem;
	line-height: 32px;
	margin: 20px 0;
}

.about-us .box4 .swiper-slide .text .i1 {
	position: absolute;
	left: 0;
	top: 0;
}

.about-us .box4 .swiper-slide .text .i2 {
	position: absolute;
	right: 0;
	bottom: 0px;
}

.about-us .box4 .swiper-button-next {
	background: url(../img/next2.png) center no-repeat;
	width: 86px;
	height: 96px;
}

.about-us .box4 .swiper-button-prev {
	background: url(../img/prev2.png) center no-repeat;
	width: 86px;
	height: 96px;
}

.about-us .box4 .swiper-pagination {
	top: auto;
	bottom: 0;
	width: 30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #EBE9E9;
}

.about-us .box4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #F0832B;
}

.about-us .box4 .swiper-slide .image {
	position: relative;
	top: -40px;
	/*position: absolute;*/
	/*bottom: 50px;*/
	/*left: 50%;*/
	/*transform: translateX(-50%);*/
}

.about-us .box5 {
	margin: 150px auto;
}

.about-us .box5 .mySwiper2 {
	margin-top: 50px;
	position: relative;
	padding-bottom: 20px;
}

.about-us .box5 .mySwiper2:before {
	content: "";
	background-color: #F0832B;
	height: 20px;
	width: 95%;
	left: 2.5%;
	bottom: 0px;
	position: absolute;
}

.about-us .box5 .mySwiper2 .swiper-slide {
	padding-bottom: 27.63%;
	position: relative;
}

.about-us .box5 .mySwiper2 .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-us .box5 .mySwiper {
	margin-top: 30px;
}

.about-us .box5 .mySwiper .swiper-slide {
	border: none;
	box-sizing: border-box;
	/*padding-bottom: 20px;*/
}

.about-us .box5 .mySwiper .swiper-slide img {
	width: 100%;
	/*margin-bottom: 20px;*/
}

.about-us .box5 .mySwiper .swiper-slide-thumb-active {
	border: 2px solid #F0832B;
}


.about-us .box5 .mySwiper .swiper-slide p {
	text-align: center;
}

.about-us .box6 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}

.about-us .box6 ul li {
	width: 49.9%;
	background-color: #F9FAFC;
	box-sizing: border-box;
	padding: 40px 140px 30px 95px;
	margin-bottom: 2px;
}

.about-us .box6 ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.about-us .box6 ul li .text {
	flex: 1;
	margin-right: 35px;
}

.about-us .box6 ul li .text .t {
	color: #000000;
	font-size: 1.25rem;
	font-weight: bold;
}

.about-us .box6 ul li .text .t2 {
	color: #000000;
	font-size: 1rem;
	opacity: .8;
}

.about-us .box6 ul li .img {
	width: 180px;
	height: 180px;
}

.about-us .box6 ul li .img img {
	width: 100%;
	height: 100%;
}

.map {
	margin: 150px auto;
}

.map .map-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

.map .map-box .left {
	width: 56.57%;
}

.map .map-box .text {
	flex: 1;
	margin-left: 40px;
}

.map .map-box .text .title {
	color: #F0832B;
	font-size: 1.5rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #E2E5EC;
}

.map .map-box .text .txt {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #E2E5EC;
}

.map .map-box .text .txt .t {
	color: #000000;
	font-size: 1.25rem;
}

.map .map-box .text .txt .t2 {
	color: #9C9C9C;
	font-size: 1rem;
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 9;
	display: none;
}

.popup .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	padding: 30px 50px;
	white-space: nowrap;
}

.popup .box .title {
	color: #000000;
	font-size: 1.25rem;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.popup .box .item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.popup .box .item .left {
	display: flex;
	width: 48%;
	align-items: center;
}

.popup .box .item .left span {
	display: inline-block;
	color: #000000;
	font-size: 1rem;
	min-width: 70px;
	text-align: right;
}

.popup .box .item .left input {
	flex: 1;
	border: 1px solid #EDF0F6;
	height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
}

.popup .box .item .left2 input {
	border: none;
	height: auto;
	padding: 0;
}

.popup .box .tip {
	color: #F0832B;
	font-size: 1rem;
	margin-bottom: 15px;
}

.popup .box .tip label {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.popup .box .tip input {
	margin-right: 10px;
	border-radius: 50%;
}

.popup .box .tip2 p {
	color: #9C9C9C;
	font-size: 1rem;
	margin-bottom: 10px;
}

.popup .box .tip2 label {
	cursor: pointer;
	margin-right: 40px;
	color: #9C9C9C;
	display: inline-block;
}

.popup .box .tip2 label .center {
	display: flex;
	align-items: center;
}

.popup .box .tip2 label input {
	margin-right: 10px;
}

.popup .box a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 1rem;
	background-color: #F0832B;
	height: 50px;
	width: 150px;
	line-height: 50px;
	text-align: center;
	margin-top: 30px;
}

.popup .box #close {
	cursor: pointer;
}

.index-box .input .add {
	display: none;
}

.index-box .input .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	border-radius: 32px;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .5);
	box-sizing: border-box;
	padding: 20px 60px 0 32px;
	color: #FFFFFF;
	font-size: 1.125rem;
	background-color: rgba(0,0,0,.3);
}
.index-box .left-h .input .txt {

	border: rgba(102, 102, 102, 0.44) 1px solid;
	color: #666;

}
.index-box .input .txt::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.index-box .input .add .btn {
	cursor: pointer;
}

.sidemenu .sidemenulist li dl {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.74);
}
.sidemenu .sidemenulist li dl dd{
	width: 25%;
	float: left;
}

.sidemenu .sidemenulist li dl dd a{

}
.sidemenu .sidemenulist li dl dd a {
	background-color: transparent;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 0.875rem;
}

/*.sidemenu .sidemenulist li dl dd a:hover {*/
	/*background-color: ;*/
/*}*/

.index-box2 .number .swiper{
	height: 200px;
}

.group-business .mySwiper{
	padding-right: 1px;
}

.about-us .number .swiper{
	height: 179px;
}

.about-us .box3 .swiper-slide{
	position: relative;
	background-color: transparent;
}

.about-us .box3 .swiper-slide .bg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 330px;
	color: #F4F6FB;
	font-weight: bold;
	z-index: -1;
}

.about-us .box3 .swiper-slide .text{
	z-index: 10;
	background-color: transparent;
}

.news-content .box2 ul li:hover .text .t{
	color: #F0832B;
}


/*    自定义css    */

.popupts {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 9;
	display: none;
}

.popupts .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	padding: 30px 50px;
	white-space: nowrap;
}

.popupts .box .title {
	color: #000000;
	font-size: 1.25rem;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.popupts .box .item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.popupts .box .item .left {
	display: flex;
	width: 48%;
	align-items: center;
}

.popupts .box .item .left span {
	display: inline-block;
	color: #000000;
	font-size: 1rem;
	min-width: 70px;
	text-align: right;
}

.popupts .box .item .left input {
	flex: 1;
	border: 1px solid #EDF0F6;
	height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
}

.popupts .box .item .left2 input {
	border: none;
	height: auto;
	padding: 0;
}

.popupts .box .tip {
	color: #F0832B;
	font-size: 1rem;
	margin-bottom: 15px;
}

.popupts .box .tip label {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.popupts .box .tip input {
	margin-right: 10px;
	border-radius: 50%;
}

.popupts .box .tip2 p {
	color: #9C9C9C;
	font-size: 1rem;
	margin-bottom: 10px;
}

.popupts .box .tip2 label {
	cursor: pointer;
	margin-right: 40px;
	color: #9C9C9C;
	display: inline-block;
}

.popupts .box .tip2 label .center {
	display: flex;
	align-items: center;
}

.popupts .box .tip2 label input {
	margin-right: 10px;
}

.popupts .box a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 1rem;
	background-color: #F0832B;
	height: 50px;
	width: 150px;
	line-height: 50px;
	text-align: center;
	margin-top: 30px;
}

.popupts .box #close {
	cursor: pointer;
}

