.body-index{
	background: #f4f5f7;
}
.container{
	width: 80%;
}
.header{
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	border-bottom: 1px solid #F1F3F5;
}
.top-right-nav {
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0.125rem 0 0 0;
}
.top-right-nav a{
	display: block;
	color: #000;
	font-size: 16px;
	margin: 0 0.125rem;
}
.top-right-nav a:last-child{
	margin-right: 0;
}
.center-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.125rem 0;
}
.logo img{
	display: block;
	width: 160px;
}
.nav {
	display: flex;
	align-items: center;
	position: relative;
}
.nav .item{
	position: relative;
}
.nav .t1{
	font-size: 16px;
	color: #000;
	margin: 0 0.4rem;
	display: flex;
	align-items: center;
}
.nav .item:hover .t1{
	font-weight: bold;
}
.nav .t1 span img{
	display: block;
	width: 10px;
	margin-left: 0.125rem;
}

.right-language{
	display: flex;
	align-items: center;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}
.right-language .icon-t{
	display: flex;
	width: 30px;
	margin-right: 0.15rem;
}
.right-language .lan-w{
	display: flex;
	align-items: center;
}
.right-language .lan-w img{
	display: block;
	width: 10px;
	margin-left: 0.125rem;
}

.header .right{
	display: flex;
	align-items: center;
}
.header .right .login{
	font-size: 18px;
	font-weight: bold;
	color: #e7000b;
	margin:  0 0.375rem;
	word-spacing: -0.25em;
}
.header .right .register{
	margin-top: 0;
}
.language-li{
	position: absolute;
	left: 50%;
	top: 0.7rem;
	transform: translate(-50%,0);
	background: #fff;
	width: 150%;
	text-align: center;
	border-radius: 0.25rem;
	padding: 0.2rem 0;
	display: none;
}
.language-li a{
	display: block;
	color: #333;
	line-height: 0.5rem;
}
.language-li a:hover{
	color: #e7000b;
}
.btnN {
	font-size: 18px;
	background: #efff04;
	color: #333;
	white-space: nowrap; padding: 0 0.3rem;
	line-height: 0.625rem;
	border-radius: 0.375rem;
	display: inline-block;
	text-align: center;
	margin: 0.2rem auto 0 auto;
}




/* 二级导航 */
.two-nav{
	position: absolute;
	left: 50%;
	top: 0.9rem;
	transform: translate(-50%,0);
	background: #fff;
	width: 120%;
	border-radius: 0.25rem;
	padding: 0.25rem;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
}
.two-nav-w{
	width: 10rem;
	padding: 0.25rem 0.5rem;
}
.two-nav .li {
	font-size: 16px;
	line-height: 2;
	text-align: center;
	width: 100%;
}
.two-nav .li-small{
	font-size: 14px;
}
.two-nav-w .li{
	text-align: left;
	width: auto;
}
.two-nav .li h4{
	color: #000;
	font-weight: bold;
}
.two-nav .li a{
	display: block;
	color: #666;
}
.two-nav .li a:hover{
	color: #e7000b;
}








.banner .item video{
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.banner .item .world{
	color: #fff;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	text-align: center;
	width: 80%;
}
.banner .item .world h4{
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 0.375rem;
}
.banner .item .world h6{
	font-size: 30px;
}


.group1 {
	position: relative;
	top: -1.25rem;
}
.group1 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group1 .item{
	background: #fff;
	width: 49%;
	border-radius: 0.4rem;
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	position: relative;
	overflow: hidden;
	border-top: 1px solid red;
}
.group1 .item .item-img{
	width: 100%;
	display: block;
	border-radius: 0.4rem;
}
.group1 .item .world{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0.5rem;
}
.group1 .item h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 0.25rem;
	line-height: 1.5;
}
.group1 .item p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 0.8rem;
}
.more{
	font-size: 18px;
	color: #000;
	display: flex;
	align-items: center;
}
.more img{
	display: block;
	width: 40px;
	height: 20px;
	border-radius: 10px;
	background: #efff04;
	margin-left: 0.1875rem;
}
.more:hover img{
	width: 50px;
	transition: all linear 0.3s;
	margin-left: 0.3rem;
}

.title h4{
	font-size: 50px;
	color: #000;
	line-height: 1.5;
	margin-bottom: 0.25rem;
}
.title h4 span{
	background: #efff04;
}
.title  p{
	font-size: 18px;
	color: #555;
	line-height: 1.5;
}
.title-center{
	text-align: center;
}
.group2 .container{
	position: relative;
}
.group2 .center-img{
	width: 50%;
	margin: 0.625rem auto 0 auto;
	position: relative;
}
.group2 .center-img .g2-01{
	display: block;
	width: 100%;
}
.group2 .center-img .g2-02{
	display: block;
	width: 100%;
	position: absolute;
	left: 53%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.group2 .left{
	position: absolute;
	left: 0;
	top: 25%;
	width: 35%;
}
.group2 .item{
	background: #fff;
	padding: 0.375rem;
	margin-bottom: 0.65rem;
	border-radius: 0.375rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0.1rem 0.15rem 0 #ddd;
	border-top: 1px solid red;
}
.group2 .item>img{
	width: 35%;
}
.group2 .item:hover>img{
	transform: scale(1.1);
	transition: all linear 0.2s;
}
.group2 .item .world{
	width: 60%;
}
.group2 .item h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 0.125rem;
	line-height: 1.5;
}
.group2 .item p{
	font-size: 18px;
	color: #555;
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.group2 .right{
	position: absolute;
	right: 0;
	top: 45%;
	width: 35%;
}


.group3{
	background: #fff;
	padding: 2rem 0 0.35rem 0;
}
.group3 .container{
	display: flex;
	justify-content: space-between;
}
.group3 .left{
	width: 49%;
}
.group3 .left img{
	display: block;
	width: 100%;
}
.group3 .right{
	width: 49%;
	background: #f7f7f7;
	border-radius: 0.5rem;
	padding: 0.75rem;
	position: relative;
}
.group3 .number-box{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.group3 .item{
	width: 50%;
	margin: 0.25rem 0;
}
.group3 .item h4{
	font-size: 50px;
	line-height: 1.5;
	color: #000;
}
.group3 .item p{
	font-size: 18px;
	color: #555;
}
.group3 .right img{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.group4{
	background-color: #fff;
}
.group4 .container{
	background: url(../images/g4-1.webp) no-repeat center;
	background-size: 100% 100%;
	border-radius: 0.5rem;
	padding: 0.625rem 0;
}
.group4 .cont{
	width: 90%;
	margin: 0 auto;
	margin-top: 0.5rem;
}
.group4 .cont img{
	display: block;
	width: 100%;
}


.group5{
	background: #fff;
	padding: 2rem 0;
}
.group5 .item{
	display: flex;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.group5 .item .list{
	display: block;
	width: calc(100% / 3 - 30px);
	margin: 0 15px;
	padding: 0.375rem;
	border-radius: 0.375rem;
	border: 1px solid #eee;
	box-shadow: 0 0.1rem 0.15rem 0 #ddd;
	color: #000;
}
.group5 .item .list>img{
	display: block;
	width: 100%;
}
.group5 .item .list h4{
	font-size: 24px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0.1875rem 0;
}
.group5 .item .list p{
	font-size: 16px;
	color: #555;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	margin-bottom: 0.375rem;
}
.tab-til{
	display: flex;
	justify-content: center;
	margin: 0.3rem 0 0.5rem 0;
}
.tab-til>div{
	font-size: 16px;
	color: #333;
	background: #f7f7f7;
	margin: 0 0.125rem;
	padding: 0 0.375rem;
	line-height: 60px;
	border-radius: 30px;
	border: 1px solid #f7f7f7;
	cursor: pointer;
}
.tab-til>div.current{
	background: #fff;
	color: red;
	border: 1px solid #ddd;
}

.group6{
	padding: 2rem 0;
	background: url(../images/g6-1.webp) no-repeat left top,url(../images/g6-2.webp) no-repeat right bottom;
	min-height: 7rem;
}
.group6 .swiper-slide{
	display: flex;
	align-items: center;
}
.group6 .swiper-slide .world{
	font-size: 16px;
	text-align: center;
	border-left: 1px solid #aaa;
	padding-left: 0.25rem;
	margin-left: 0.25rem;
}

.footer{
	background: #191919;
	padding: 0.8rem 0 0 0;
}
.f1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.f1 .left{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
}
.f1 .left>div{
	margin-right: 0.4rem;
	opacity: 0.6;
	display: flex;
	align-items: center;
}
.f1 .left>div img{
	display: block;
	margin-right: 0.075rem;
}
.f1 .left>div:nth-child(1){
	margin-right: 0.625rem;
	opacity: 1;
}
.f1 .center{
	display: flex;
	align-items: center;
}
.f1 .center a{
	display: block;
}
.f1 .center a img{
	display: block;
	width: 30px;
	margin: 0 0.125rem;
}
.f1 .right{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
}
.f1 .right>div{
	margin-right: 0.4rem;
}
.f1 .right>img{
	display: block;
	margin-left: 2px;
}
.f2{
	display: flex;
	justify-content: space-between;
}
.f2 .logo{
	display: block;
	width: 280px;
}
.f2 .left>img:nth-child(2){
	display: block;
	width: 280px;
}
.f2 .right-nav{
	display: flex;
	justify-content: space-between;
	width: calc(100% - 400px);
}
.f2 .right-nav .item{
	line-height: 2.2;
}
.f2 .right-nav .item h4{
	color: #fff;
	font-size: 16px;
}
.f2 .right-nav .item h4>a{
	color: rgba(255,255,255,1);
}
.f2 .right-nav .item a{
	color: rgba(255,255,255,0.5);
	display: block;
	font-size: 15px;
}
.f3{
	padding-top: 0.5rem;
	border-top: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 0.5rem;
	margin-bottom: 0.25rem;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	font-size: 16px;
	color: #fff;
}
.f3 .detail{
	font-size: 15px;
	color: rgba(255,255,255,0.5);
}
.f4{
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-bottom: 0.25rem;
}


/* 交易-账户比较 */
.banner-common{
	position: relative;
	padding-top: 1rem;
	min-height: 1.5rem;
}
.banner-common img{
	display: block;
	width: 100%;
}
.banner-common .world{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	text-align: center;
}
.banner-common h4{
	font-size: 70px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}
.banner-common h6{
	font-size: 24px;
	color: #333;
	line-height: 1.5;
	margin: 0.2rem 0 0.3rem 0;
}
.banner-common p{
	font-size: 18px;
	color: #555;
	line-height: 1.5;
}
.banner-contact .world{
	top: 60%;
}
.banner-contact .world p{
	margin-top: 0.125rem;
}


.group-account1{
	padding: 1.5rem 0;
}
.group-account1 .cont{
	display: flex;
	justify-content: space-between;
}
.group-account1 .item{
	width: 30%;
}
.group-account1 .item .img-box{
	position: relative;
}
.group-account1 .item img{
	display: block;
	width: 100%;
}
.group-account1 .item .world-c1{
	position: absolute;
	left: 10%;
	top: 62%;
	transform: translate(0,-50%);
	width: 40%;
}
.group-account1 .item .world-c1 h4{
	font-size: 24px;
	color: #000;
	line-height: 1.2;
}
.group-account1 .item .world-c1 p{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

.group-account1  .world-c2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
	padding: 0 0.25rem;
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.group-account1  .world-c2 .wc{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333;
	margin: 0.1875rem 0;
}
.group-account1  .world-c2 .wc span{
	display: inline-block;
	margin-left: 0.125rem;
}
.group-account1  .world-c2 .more1{
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding-top: 0.375rem;
	margin-bottom: 0.375rem;
	text-decoration: underline;
	cursor: pointer;
	border-top: 1px solid #ddd;
}
.group-account1 .tog-detail {
	display: block;
}
.group-account1 .tog-detail .list{
	display: flex;
	line-height: 2;
}
.group-account1 .tog-detail .list>div:nth-child(1){
	width: 2.5rem;
	font-size: 16px;
	color: #888;
}
.group-account1 .tog-detail .list>div:nth-child(2){
	width: calc(100% - 2.5rem);
	font-size: 18px;
	color: #333;
}
.group-account1 .tog-detail .list-bom{
	font-size: 16px;
	color: #888;
	line-height: 1.4;
	margin-top: 0.25rem;
	padding-bottom: 0.25rem;
}


.group-account2 .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.group-account2 .left{
	width: 48%;
}
.group-account2 .left img{
	display: block;
	width: 100%;
}
.group-account2 .right{
	width: 48%;
	padding: 0 0.5rem;
}

.group-account3 {
	padding-top: 1rem;
}
.group-account3 .cont{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 0.5rem;
}
.group-account3 .item{
	padding: 0.375rem;
	background: #f7f7f7;
	border-radius: 0.375rem;
}
.group-account3 .item p{
	font-size: 16px;
	color: #555;
}
.group-account3 .item h4{
	font-size: 50px;
	color: #000;
	line-height: 1.2;
	margin-top: 0.125rem;
}
.group-account3 .left{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 40%;
}
.group-account3 .left .item{
	width: 48%;
	margin-bottom: 0.375rem;
}
.group-account3 .left .item:nth-child(2){
	background: url(../images/ac-05.webp) no-repeat right bottom,#f7f7f7;
	background-size: 72%;
}
.group-account3 .left .item:nth-child(3){
	width: 100%;
	margin-bottom: 0;
	background: url(../images/ac-06.webp) no-repeat right bottom,#f7f7f7;
	background-size: 72%;
}

.group-account3 .center {
	width: 38%;
}
.group-account3 .center img{
	display: block;
	width: 100%;
}
.group-account3 .right{
	width: 18%;
	display: flex;
	flex-flow: wrap;
}
.group-account3 .right .item{
	margin-bottom: 0.375rem;
	width: 100%;
}
.group-account3 .right .item:last-child{
	margin-bottom: 0;
	background: url(../images/ac-07.webp) no-repeat right bottom,#f7f7f7;
	background-size: 100%;
}

.group-account4 .container {
	background: url(../images/ac-09.webp) no-repeat center;
	background-size: cover;
	padding: 1rem 0;
	border-radius: 0.5rem;
	margin-top: 1.5rem;
		}
.group-account4 .cont{
	display: flex;
	justify-content: space-around;
	padding: 0 20%;
	margin-top: 0.375rem;
}
.group-account4 .item{
	text-align: center;
}
.group-account4 .item .num{
	font-size: 50px;
	line-height: 1.2;
	color: #000;
}
.group-account4 .item p{
	font-size: 18px;
	color: #555;
}
.footer-top{
	padding-top: 2.5rem !important;
}


.group-account1-1{
	padding: 1.5rem 0;
}
.group-account1-1 .cont{
	display: flex;
	justify-content: space-between;
	margin-top: 0.8rem;
}
.group-account1-1 .item{
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.375rem;
	border-radius: 0.375rem;
	background: #f7f7f7;
}

.group-account1-1 .item img{
	display: block;
	width: 30%;
}
.group-account1-1 .item .right{
	width: 60%;
}
.group-account1-1 .item h4{
	font-size: 50px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 0.1875rem;
}
.group-account1-1 .item p{
	font-size: 18px;
	color: #333;
}

.group-account1-2{
	padding: 1.5rem 0;
	background: #191919;
}
.group-account1-2 .title h4{
	color: #fff;
}
.group-account1-2 .title h4 span{
	color: #191919;
}
.group-account1-2 .cont{
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.group-account1-2 .item{
	background: #fff;
	padding: 0.375rem;
	border-radius: 0.375rem;
	width: 32%;
}
.group-account1-2 .item img{
	display: block;
	width: 100%;
}
.group-account1-2 .item h4{
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 0.125rem;
	color: #000;
	margin-top: 0.375rem;
}
.group-account1-2 .item p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
}
.group-account1-3{
	padding: 1.5rem 0 0.3rem 0;
}
.group-account1-3 .tab-cont{
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	border-radius: 0.375rem;
}
.group-account1-3 .ct{
	font-size: 18px;
	text-align: center;
}
.group-account1-3 .ct .top{
	display: flex;
	justify-content: space-around;
	background: #e7000b;
	color: #fff;
	padding: 0.35rem 0.375rem;
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}
.group-account1-3 .ct .bom{
	padding: 0 0.375rem;
}
.group-account1-3 .ct .li{
	display: flex;
	justify-content: space-around;
	color: #333;
	padding: 0.35rem 0;
	border-bottom: 1px solid #ddd;
}
.group-account1-3 .ct .li:last-child{
	border-bottom: 0;
}
.group-account1-3 .ct .top>div,
.group-account1-3 .ct .li>div{
	width: 25%;
}
.group-account1-3 .tab-til{
	margin: 0.5rem 0;
}
.group-account1-3 .tab-til>div{
	padding: 0 0.8rem;
}
.group-account1-3 .tab-til .current{
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	border-color: transparent;
}



/* 关于我们 */
.group-about-1{
	padding: 1.5rem 0;
}
.group-about-1 .cont{
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.group-about-1 .item{
	width: 23%;
	box-shadow: 0 0.05rem 0.075rem 0 #eee;
	padding: 0.5rem 0.5rem 0 0.5rem;
	border-radius: 0.375rem;
	border-top: 1px solid #f1f3f5;
}
.group-about-1 .item h4{
	font-size: 30px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 0.125rem;
}
.group-about-1 .item p{
	font-size: 20px;
	color: #555;
}
.group-about-1 .item img{
	display: block;
	width: 80%;
	margin-left: 20%;
	margin-top: 0.5rem;
}


.group-about-2 .cont{
	position: relative;
}
.group-about-2 .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
}
.group-about-2 .item:nth-child(1){
	margin-top: 1rem;
}
.group-about-2 .item img{
	display: block;
	width: 47%;
	border-radius: 0.375rem;
}
.group-about-2 .item .world{
	width: 47%;
}
.group-about-2 .item h4{
	font-size: 30px;
	margin-bottom: 0.1875rem;
	color: #000;
}
.group-about-2 .item p{
	font-size: 18px;
	line-height: 1.5;
	color: #666;
}
.group-about-2 .item:nth-child(2n){
	flex-direction: row-reverse;
}
.group-about-2 .cont::before{
	content: '';
	width: 0.05rem;
	height: 100%;
	background: #eee;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.group-about-2 .cont::after{
	content: '';
	width: 0.05rem;
	height: 1.25rem;
	background: red;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0)
}
.group-about-3{
	padding: 1.5rem 0;
}
.group-about-3 .cont{
	position: relative;
	margin-top: 0.5rem;
}
.group-about-3 .cont img{
	display: block;
	width: 100%;
	border-radius: 0.5rem;
}
.group-about-3 .cont .world{
	position: absolute;
	left: 19%;
	top: 20%;
	display: flex;
	flex-flow: wrap;
	width: 6.5rem;
}
.group-about-3 .item {
	width: 50%;
	margin-bottom: 0.5rem;
}
.group-about-3 .item h4{
	font-size: 50px;
	line-height: 1.5;
	color: #000;
}
.group-about-3 .item p{
	font-size: 18px;
	color: #555;
}
.group-about-4{
	padding-bottom: 1.5rem;
}
.group-about-4 .cont{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-top: 0.5rem;
}
.group-about-4 .item{
	background: #f7f7f7;
	border-radius: 0.375rem;
	padding: 0.375rem;
	width: calc(25% - 0.375rem);
	margin: 0.1875rem;
}
.group-about-4 .item img{
	display: block;
	width: 70%;
	margin: 0 auto 0.375rem auto;
}
.group-about-4 .item .world{
	text-align: center;
}
.group-about-4 .item h4{
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.group-about-4 .item p{
	color: #555;
	font-size: 0.2rem;
}

/* 监管合规 */
.group-compliance1{
	padding: 1.5rem 0;
}
.group-compliance1 .title p{
	color: red;
}
.group-compliance1 .cont{
	margin-top: 0.5rem;
}
.group-compliance1 .item{
	border-bottom: 1px solid #eee;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.group-compliance1 .item:last-child{
	margin-bottom: 0;
}
.group-compliance1 .item>div:nth-child(1){
	font-size: 24px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0.25rem;
}
.group-compliance1 .item>div:nth-child(2){
	font-size: 18px;
	line-height: 2;
	color: #555;
}
.group-compliance2 .cont{
	margin-top: 0.5rem;
	display: flex;
	flex-flow: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.group-compliance2 .item{
	width: calc(25% - 30px);
	margin: 15px;
	font-size: 20px;
	background: #f7f7f7;
	border-radius: 0.125rem;
}
.group-compliance2 .item a{
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.25rem 0.5rem;
}
.group-compliance2 .item .left{
	display: flex;
	align-items: center;
}
.group-compliance2 .item .icon{
	display: block;
	width: 0.5rem;
	margin-right: 0.125rem;
}
.group-compliance2 .item .jt{
	display: block;
	width: 40px;
	height: 20px;
	border-radius: 10px;
	background: #efff04;
	margin-left: 0.1875rem;
}
.group-compliance2 .item .jt:hover{
	width: 50px;
	transition: all linear 0.3s;
	margin-left: 0.3rem;
}

.group-compliance3{
	padding: 1.5rem 0 0 0;
}
.group-compliance3 .cont{
	margin-top: 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group-compliance3 .left{
	width: 48%;
	background: #f7f7f7;
	border-radius: 0.5rem;
	padding: 1rem 0;
}
.group-compliance3 .left img{
	display: block;
	width: 70%;
	margin: 0 auto;
}
.group-compliance3 .right{
	width: 45%;
}
.group-compliance3 .right .list:nth-child(1){
	border-bottom: 1px solid #eee;
	padding-bottom: 0.375rem;
	margin-bottom: 0.375rem;
}
.group-compliance3 .right h4{
	font-size: 30px;
	color: #000;
	line-height: 1.5;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 0.25rem;
}
.group-compliance3 .right .current h4{
	color: #e7000b;
}
.group-compliance3 .right p{
	font-size: 18px;
	color: #000;
	line-height: 1.5;
}

.group-csr1{
	padding: 1.5rem 0 0.5rem 0;
}
.group-csr1 .cont{
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #fff;
	box-shadow: 0 0.05rem 0.075rem 0 #eee;
	border-radius: 0.5rem;
	padding: 1rem 0.5rem;
}
.group-csr1 .item{
	display: flex;
	justify-content: center;
	width: calc(100% / 3);
}
.group-csr1 .item img{
	display: block;
	width: 0.75rem;
	margin-right: 0.1875rem;
}
.group-csr1 .item p{
	font-size: 18px;
	color: #666;
}
.group-csr1 .item h4{
	font-size: 50px;
	color: #000;
	line-height: 1.2;
}
.group-csr1 .time{
	font-size: 16px;
	color: #666;
	text-align: right;
	margin-top: 0.375rem;
}
.group-csr2{
	padding-bottom: 1.5rem;
}
.group-csr2 .cont{
	display: flex;
	justify-content: space-between;
}
.group-csr2 .cont .left{
	width: 48%;
	background: #f7f7f7;
	padding: 1rem;
	font-size: 24px;
	border-radius: 40px;
	position: relative;
	overflow: hidden;
}
.group-csr2 .cont .left img{
	position: absolute;
	left: 0.4rem;
	top: 0.4rem;
	width: 1rem;
}
.group-csr2 .cont .right{
	width: 48%;
	background: #f7f7f7;
	padding: 1rem;
	border-radius: 40px;
	font-size: 50px;
	color: #000;
	position: relative;
	overflow: hidden;
}
.group-csr2 .cont .right img{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.group-csr2 .cont .left>div,
.group-csr2 .cont .right>div{
	position: relative;
	z-index: 2;
}

.group-csr3{
	background: #191919;
	padding: 1.5rem 0;
}
.group-csr3 .title h4{
	color: #fff;
}
.group-csr3 .title h4 span{
	color: #191919;
}
.group-csr3 .container{
	display: flex;
	justify-content: space-between;
}
.group-csr3 .left{
	width: 46%;
}
.group-csr3 .left .cont{
	margin-top: 0.5rem;
}
.group-csr3 .left .item {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	opacity: 0.5;
}
.group-csr3 .left .item:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}
.group-csr3 .left .item h4{
	font-size: 30px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 0.25rem;
	cursor: pointer;
}
.group-csr3 .left .item p{
	font-size: 20px;
	color: #eee;
	line-height: 1.5;
}
.group-csr3 .left .item.current{
	opacity: 1;
}
.group-csr3 .right{
	width: 46%;
}
.group-csr3 .right img{
	display: block;
	width: 100%;
	border-radius: 40px;
}
.group-csr4{
	padding-top: 1.5rem;
}
.group-csr4 .cont{
	margin-top: 0.5rem;
}
.group-csr4 .swiper-slide{
	padding: 0.25rem;
	border-radius: 0.25rem;
	border: 1px solid #eee;
}
.group-csr4 .swiper-slide .img{
	display: block;
	width: 100%;
	border-radius: 0.25rem;
}
.group-csr4 .swiper-slide h4{
	font-size: 20px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0.25rem 0 0.125rem 0;
}
.group-csr4 .swiper-slide p{
	font-size: 15px;
	color: #666;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.group-csr4 .swiper-slide .more{
	font-size: 16px;
	margin-top: 0.25rem;
}
.group-csr4 .swiper,
.group-dvi2 .swiper{
	padding-bottom: 0.8rem;
}
.group-csr4 .swiper .swiper-pagination-bullet-active,
.group-dvi2 .swiper .swiper-pagination-bullet-active,
.group-product1-1 .swiper .swiper-pagination-bullet-active{
	background: #e7000b;
	width: 0.5rem;
	border-radius: 0.0625rem;
	transition: all linear 0.3s;
}


.group-contact1{
	padding: 1.5rem 0;
}
.group-contact1 .cont{
	display: flex;
	justify-content: space-around;
	background: #f7f7f7;
	border-radius: 0.5rem;
	padding: 0.5rem 1rem;
}
.group-contact1 .item{
	width: 33.33%;
	display: flex;
	flex-flow: column;
	align-items: center;
	border-right: 1px solid #aaa;
}
.group-contact1 .item:last-child{
	border: 0;
}
.group-contact1 .item .icon-c{
	display: block;
	width: 0.5rem;
}
.group-contact1 .item h4{
	font-size: 20px;
	color: #000;
	margin: 0.125rem 0;
}

.group-contact2 .container{
	display: flex;
	justify-content: space-between;
}
.group-contact2 .left{
	width: 32%;
}
.group-contact2 .left img{
	display: block;
	width: 100%;
}
.group-contact2 .right{
	width: 62%;
}

.group-contact2 .cont{
	margin-top: 0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.group-contact2 .item{
	width: 48%;
	margin-bottom: 0.5rem;
}
.group-contact2 label{
	display: block;
	font-size: 20px;
	color: #000;
	margin-bottom: 0.1rem;

}
.group-contact2 input{
	display: block;
	font-size: 20px;
	color: #333;
	width: 100%;
	border-radius: 0.1rem;
	border: 1px solid #ddd;
	line-height: 60px;
	height: 60px;
	padding: 0 20px;
}

.group-contact2 .item-bom{
	width: 100%;
}
.group-contact2 textarea{
	display: block;
	font-size: 20px;
	color: #333;
	width: 100%;
	border-radius: 0.1rem;
	padding: 0 20px;
	width: 100%;
	height: 2.5rem;
	border: 1px solid #ddd;
}
.group-contact2 button{
	padding: 0 0.75rem;
	line-height: 0.75rem;
	font-size: 20px;
	color: #000;
	background: #efff04;
	border-radius: 0.5rem;
	margin: 0 auto;
}
.group-contact2 button:hover{
	background: #d08700;
}


/* 洞察市场 */

.group-central1{
	padding: 1.5rem 0;
}
.group-central1 .cont{
	margin-top: 0.5rem;
}
.group-central1 .cont video{
	display: block;
	width: 70%;
	border-radius: 0.375rem;
	margin: 0 auto;
}
.group-central2{
	padding-bottom: 1rem;
}
.group-central2 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group-central2 .left{
	width: 48%;
}
.group-central2 .left img{
	display: block;
	width: 100%;
}
.group-central2 .right{
	width: 40%;
}
.group-calendar2{
	padding: 1.5rem 0 0.5rem 0;
}
.group-calendar2 .ct{
	margin-top: 0.5rem;
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	text-align: left;
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	font-size: 16px;
}
.group-calendar2 .ct .bom .li{
	align-items: center;
}

/* 新闻 */
.title1 h4{
	font-size: 30px;
	color: #000;
}
.title1 img{
	display: block;
	width: 5rem;
}
.news{
	padding-bottom: 1.5rem;
}
.news .cont{
	margin-top: 0.5rem;
}
.news .item{
	padding-bottom: 30px;
	margin-bottom: 0.375rem;
	border-bottom: 1px solid #eee;
}
.news .item a{
	display: flex;
	justify-content: space-between;
}
.news .item a>img{
	display: block;
	width: 30%;
	border-radius: 0.125rem;
}
.news .item .world{
	width: 70%;
	padding-left: 0.625rem;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.news .item h4{
	font-size: 20px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .item p{
	font-size: 16px;
	color: #666;
	margin: 0.125rem 0 0.8rem 0;
}
.news .item .time{
	font-size: 16px;
	color: #666;
}
.news .item:hover h4{
	color: #e7000b;
}

.page-number .cont{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.page-number .cont>div{
	border: 1px solid #ddd;
	line-height: 50px;
	border-radius: 0.0625rem;
	padding: 0 0.25rem;
	margin: 0 0.125rem;
	cursor: pointer;
}
.page-number .cont>div.current,
.page-number .cont>div:hover{
	background: #d08700;
	border-color: #d08700;
	color: #fff;
}


.index{
	margin-bottom: 0.625rem;
}
.index .container{
	display: flex;
	align-items: center;
}
.index a{
	display: block;
	font-size: 16px;
	color: #888;
}
.index a:hover{
	color: #e7000b;
}
.index a:last-child{
	color: #e7000b;
}
.index img{
	display: block;
	width: 0.25rem;
	margin: 0 0.125rem;
}
.news-detail{
	padding-bottom: 1.5rem;
}
.news-detail .top {
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.375rem;
	margin-bottom: 0.375rem;
}
.news-detail .top h4{
	font-size: 40px;
	color: #000;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 0.375rem;
}
.news-detail .top .time{
	font-size: 16px;
	color: #888;
}
.news-detail .top .time span{
	color: steelblue;
}
.news-detail  .center{
	font-size: 18px;
	line-height: 1.6;
	color: #000;
}
.news-detail .center img{
	max-width: 100%;
	display: block;
	margin: 0.1875rem auto;
}
.news-detail .bottom{
	border-top: 1px solid #ddd;
	padding-top: 0.375rem;
	margin-top: 0.375rem;
	font-size: 18px;
	position: relative;
	color: #333;
	line-height: 2;
}
.news-detail .bottom a{
	color: #333;
}
.news-detail .bottom a:hover{
	color: #e7000b;
}
.news-detail .bottom .btn{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: #d08700;
	color: #fff;
	padding: 0 0.5rem;
	border-radius: 0.375rem;
	line-height: 0.75rem;
}
.news-detail .bottom .btn:hover{
	opacity: 0.6;
	color: #fff;
}

.group-dvi1{
	padding: 1.5rem 0;
}
.group-dvi1 .tips{
	font-size: 16px;
	color: #888;
	margin-top: 0.375rem;
}
.group-dvi1 .bottom{
	padding-top: 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group-dvi1 .left{
	width: 45%;
}
.group-dvi1 .left img{
	display: block;
	width: 100%;
}
.group-dvi1 .right{
	width: 45%;
}
.group-dvi1 .right .item{
	margin-top: 0.5rem;
}
.group-dvi1 .right .item>div{
	display: flex;
	font-size: 24px;
	color: #000;
	margin-bottom: 0.1875rem;
}
.group-dvi1 .right .item img{
	width: 0.375rem;
	margin-right: 0.125rem;
}
.group-dvi1 .right .item p{
	font-size: 18px;
	color: #888;
}

.group-dvi2{
	padding-top: 0;
}

.group-social1{
	padding: 1.5rem 0;
}
.group-social1 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}
.group-social1 .left{
	width: 35%;
}
.group-social1 .left img{
	display: block;
	width: 100%;
}
.group-social1 .right{
	width: 60%;
}
.group-social1 .right img{
	width: 2.5rem;
	margin: 0.5rem 0 0.3rem 0;
}
.group-social1 .right>div{
	font-size: 18px;
	color: #000;
}
.group-social1 .bottom{
	width: 100%;
	padding: 0.5rem;
	border-radius: 0.5rem;
	display: flex;
	justify-content: space-around;
	border-top: 1px solid #eee;
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
}
.group-social1 .item h4{
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #000;
	margin-bottom: 0.375rem;
}
.group-social1 .item h4 img{
	display: block;
	width: 0.75rem;
	margin-right: 0.1875rem;
}
.group-social1 .item>div{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #666;
	padding: 0.05rem 0;
}
.group-social1 .item>div img{
	display: block;
	width: 0.3rem;
	margin-right: 0.125rem;
}

.group-social2{
	padding: 1.5rem 0;
	background: #191919;
}
.group-social2 .title h4{
	color: #fff;
}
.group-social2 .title h4 span{
	color: #191919;
}
.group-social2 .cont {
	margin-top: 0.5rem;
	position: relative;
}
.group-social2 .cont .img-main{
	width: 100%;
	display: block;
}
.group-social2 .item-2{
	background: rgba(255,255,255,1);
	padding:  0.375rem;
	border-radius: 0.25rem;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	max-width: 4.375rem;
}
.group-social2 .item-2 p{
	font-size: 16px;
	color: #000;
	display: none;
	margin-top: 0.2rem;
}
.group-social2 .item-2 .img-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.group-social2 .item-2 .img-box img:nth-child(1){
	width: 1.75rem;
	margin-right: 0.1875rem;
}
.group-social2 .item-2 .img-box .icon-jt{
	width: 0.1875rem;
	transform: rotate(-90deg);
}
.group-social2 .item-2 .img-box .icon-jt.current{
	transform: rotate(0deg);
}
.group-social2 .item1{
	left: 18%;
	top: 30%;
}
.group-social2 .item2{
	left: 60%;
	top: 10%;
}
.group-social2 .item3{
	left: 75%;
	top: 52%;
}
.group-social2 .item4{
	left: 45%;
	top: 70%;
}


.group-model1{
	padding: 1.5rem 0;
}
.group-model1 .item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}
.group-model1 .item:last-child{
	margin-bottom: 0;
}
.group-model1 .item:nth-child(2n){
	flex-flow: row-reverse;
}
.group-model1 .item .left,
.group-model1 .item .right{
	width: 50%;
}
.group-model1 .item .left img{
	display: block;
	width: 90%;
}
.group-model1 .item .right{
	padding: 0 0.5rem;
}
.group-model1 .item .right h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 0.375rem;
}
.group-model1 .item .right>div{
	font-size: 18px;
	color: #555;
	display: flex;
	align-items: flex-start;
	line-height: 1.4;
	padding: 0.125rem 0;
}
.group-model1 .item .right>div img{
	width: 0.3rem;
	margin-right: 0.125rem;
	margin-top: 0.125rem;
}


.group-technology2{
	background: #191919;
	padding: 1.5rem 0;
}
.group-technology2 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group-technology2 .left{
	width: 50%;
	color: #ffff;
}
.group-technology2 .left .title{
	margin-bottom: 0.8rem;
}
.group-technology2 .left .title h4{
	color: #fff;
}
.group-technology2 .left .item{
	display: flex;
	align-items: center;
	font-size: 24px;
	margin: 0.5rem 0;
}
.group-technology2 .left .item img{
	display: block;
	width: 1rem;
	margin-right: 0.1875rem;
}
.group-technology2 .right{
	width: 50%;
}
.group-technology2 .right img{
	width: 100%;
	display: block;
}

.banner-common1 .world{
	text-align: left;
	width: 30%;
	left: 25%;
	top: 50%;
}
.banner-common1 .world h4{
	margin-bottom: 0.3rem;
}
.banner-common1 .down-box{
	margin-top: 0.3rem;
	display: flex;
	flex-flow: wrap;
}
.banner-common1 .down-box .item-down{
	width: 38%;
	margin-right: 2%;
	margin-top: 2%;
}



.group-mt5-1{
	padding: 1.5rem 0;
}
.group-mt5-1 .cont{
	margin-top: 1.2rem;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
}
.group-mt5-1 .item{
	position: relative;
	border-radius: 0.375rem;
	padding: 0.375rem;
	background: #f3f4f7;
	width: calc(25% - 30px);
	margin: 0 15px;
	padding-top: 2rem;
}
.group-mt5-1 .item img{
	display: block;
	width: 80%;
	position: absolute;
	right: 0;
	top: -0.8rem;
}
.group-mt5-1 .item h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 0.2rem;
}
.group-mt5-1 .item p{
	font-size: 18px;
	color: #666;
	line-height: 1.5;
}


.group-mt5-2{
	padding: 1.5rem 0;
	background: #191919;
}
.group-mt5-2 .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.group-mt5-2 .left{
	width: 46%;
}
.group-mt5-2 .left img{
	width: 100%;
	display: block;
}

.group-mt5-2 .right{
	width: 46%;
}
.group-mt5-2 .right .title h4{
	color: #fff;
}
.group-mt5-2 .right .title h4 span{
	color: #191919;
}
.group-mt5-2 .tab-til{
	justify-content: flex-start;
}
.group-mt5-2 .cont .item{
	margin-top: 0.4rem;
}
.group-mt5-2 .cont h4{
	font-size: 24px;
	margin-bottom: 0.125rem;
	color: rgba(255,255,255,1);
}
.group-mt5-2 .cont p{
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255,255,255,0.6);
}

.group-mt5-3{
	padding: 1.5rem 0 0.5rem 0;
}
.group-mt5-3 .cont{
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.group-mt5-3 .group{
	text-align: center;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.group-mt5-3 .group h4{
	font-size: 30px;
	color: #000;
	margin-bottom: 0.1875rem;
	width: 100%;
}
.group-mt5-3 .item-down{
	width: 40%;
	margin: 0 0.125rem;
}
.item-down a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 0.125rem;
	padding: 0.1rem 0.25rem;
	font-size: 20px;
	color: #000;
}
.item-down .left{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.item-down a>img:nth-child(1){
	width: 0.45rem;
	margin-right: 0.125rem;
}
.item-down a>img:nth-child(2){
	width: 0.25rem;
}
.group-mt5-3 .group .img-bom{
	display: block;
	width: 100%;
}

.group-mt4-2 {
	padding-bottom: 0.5rem;
}
.group-mt4-2 .cont{
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.group-mt4-2 .cont .group{
	width: 32%;
	background: #f7f7f7;
	background-size: 100% auto;
	padding: 0.5rem 0.375rem;
	border-radius: 0.375rem;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.group-mt4-2 .cont .group h4{
	font-size: 24px;
	color: #000;
	width: 100%;
	text-align: center;
	margin-bottom: 0.1875rem;
}
.group-mt4-2 .cont .group .item-down{
	width: 49%;
}
.group-mt4-2 .cont .group .img-bom{
	display: block;
	width: 100%;
	margin-top: 0.5rem;
}
.group-mt4-2 .cont .group:nth-child(3){
	justify-content: center;
}

.group-dprime1{
	padding: 1.5rem 0;
}

.group-dprime1 .cont{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	padding: 0.6rem 0.5rem;
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	margin-top: 0.5rem;
	border-top: 1px solid #eee;
}
.group-dprime1 .cont>img{
	display: block;
	width: 4rem;
	margin-right: 0.5rem;
}
.group-dprime1 .cont .world{
	font-size: 20px;
	line-height: 2;
	width: 40%;
}
.group-fix2{
	padding-top: 0;
}
.group-fix3{
	background: #191919;
	padding: 1.5rem 0;
}
.group-fix3 .title h4{
	color: #fff;
}
.group-fix3 .title span{
	color: #191919;
}
.group-fix3 .cont{
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
	position: relative;
}
.group-fix3 .list .img-box{
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0.2rem auto;
}
.group-fix3 .list{
	font-size: 20px;
	color: #fff;
	width: 30%;
	text-align: center;
}
.group-fix3 .list img{
	width: 70%;
	margin: 0 auto;
	display: block;
}
.group-fix3 .line-box{
	position: absolute;
	left: 50%;
	top: 0.7rem;
	transform: translate(-50%,0);
	display: flex;
	justify-content: center;
}
.group-fix3 .line-box div{
	width: 2.5rem;
	height: 1px;
	background: rgba(255,255,255,0.6);
	margin: 0 1.5rem;
}
.group-fix3 .bottom{
	margin-top: 0.5rem;
	position: relative;
}
.group-fix3 .bottom img{
	display: block;
	width: 100%;
	border-radius: 0.5rem;
}
.group-fix3 .bottom .world{
	padding: 0.375rem;
	border-radius: 0.375rem;
	background: #f7f7f7;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0,-50%);
}
.group-fix3 .bottom .world{
	font-size: 20px;
	color: #000;
}
.group-fix3 .bottom .world>div{
	display: flex;
	align-items: center;
	padding: 0.1875rem 0;
}
.group-fix3 .bottom .world>div span{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	background: #efff04;
	border-radius: 50%;
	margin-right: 0.125rem;
}
.group-vps2 .item{
	width: calc(100% / 3 - 30px);
	padding-top: 2.5rem;
}
.group-vps2 .item img{
	width: 70%;
}

.group-app1{
	padding: 1.5rem 0;
}
.group-app1 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.group-app1 .left{
	width: 46%;
}
.group-app1 .left img{
	width: 100%;
	display: block;
}

.group-app1 .right{
	width: 46%;
}
.group-app1 .right .btn{
	background: #efff04;
	color: #000;
	line-height: 0.75rem;
	border-radius: 30px;
	width: 2rem;
	font-size: 20px;
	text-align: center;
	margin: 0.5rem 0 0.15rem 0;
}
.group-app1 .right .tips{
	font-size: 16px;
	color: #888;
}


.group-app2{
	background: #191919;
	padding: 2.5rem 0;
}
.group-app2 .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.group-app2 .left{
	width: 38%;
}
.group-app2 .left .title h4{
	color: #fff;
}
.group-app2 .left .title h4 span{
	color: #191919;
}
.group-app2 .left .title p{
	color: #aaa;
}

.group-app2 .right img{
	display: block;
	width: 50%;
	position: absolute;
	right: 0;
	top: -4rem;
}

.group-app2 .down-box{
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
	width: 70%;
}
.group-app2 .down-box .item-down {
	width: 48%;
}
.group-app2 .down-box .item-down a{
	color: #fff;
}

/* 产品 */
.group-product1-1{
	padding: 1.5rem 0;
}
.group-product1-1 .cont{
	display: flex;
	justify-content: center;
	margin-top: 1.2rem;
}
.group-product1-1 .item{
	border: 1px solid #eee;
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	padding: 2.2rem 0.5rem 0.5rem 0.5rem;
	border-radius: 0.5rem;
	font-size: 18px;
	color: #555;
	text-align: center;
	width: 35%;
	position: relative;
	margin: 0 0.1875rem;
}
.group-product1-1 .item img{
	display: block;
	position: absolute;
	left: 50%;
	top: -1rem;
	transform: translate(-50%,0);
	width: 3rem;
}
.group-product1-1 .item h4{
	font-size: 24px;
	color: #000;
}
.group-product1-2{
	background: #191919;
	padding: 1.5rem;
	position: relative;
}
.group-product1-2 .img-bg{
	display: block;
	width: 58%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.group-product1-2 .title{
	margin-bottom: 1rem;
}
.group-product1-2 .title h4{
	color: #fff;
}
.group-product1-2 .title h4 span{
	color: #191919;
}
.group-product1-2 .cont{
	width: 50%;
}
.group-product1-2 .item{
	display: flex;
	align-items: flex-start;
	margin-top: 0.5rem;
}
.group-product1-2 .item img{
	display: block;
	width: 1rem;
	margin-right: 0.25rem;
}
.group-product1-2 .item h4{
	font-size: 30px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 0.05rem;
}
.group-product1-2 .item p{
	font-size: 18px;
	color: #ddd;
}
.group-product1-3{
	padding: 1.5rem 0 0 0;
}
.group-product1-3 .cont{
	margin-top: 0.8rem;
}
.group-product1-3 .top{
	display: flex;
	justify-content: space-between;
}
.group-product1-3 .list{
	width: 19%;
	position: relative;
}
.group-product1-3 .list>div{
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 0.15rem;
}
.group-product1-3 .list select,
.group-product1-3 .list input{
	display: block;
	border: 1px solid #d1d3d5;
	border-radius: 0.1rem;
	padding: 0 0.1875rem;
	width: 100%;
	line-height: 0.7rem;
	height: 0.7rem;
	font-size: 18px;
	color: #000;
}
.group-product1-3 .list .dis{
	background: #f1f3f5;
}
.group-product1-3 .list .dw{
	position: absolute;
	right: 0.375rem;
	bottom: 0.02rem;
	font-size: 18px;
	color: #000;
}
.group-product1-3 .btn{
	width: 2rem;
	line-height: 0.625rem;
	border-radius: 0.375rem;
	font-size: 18px;
	color: #000;
	background: #efff04;
	margin: 0.6rem auto;
	text-align: center;
}

.group-product1-3 .bom{
	border: 1px solid #eee;
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 0.5rem;
	border-radius: 0.5rem;
	font-size: 16px;
	text-align: center;
}
.group-product1-3 .bom h4,
.group-product1-3 .bom span{
	font-size: 20px;
}
.group-product1-3 .bom .item{
	width: 50%;
}
.group-product1-3 .bom .item:nth-child(1){
	border-right: 1px solid #ddd;
}
.group-product1-3 .tips{
	width: 60%;
	margin: 0 auto;
	font-size: 16px;
	color: #888;
	line-height: 2;
	margin-top: 0.2rem;
}


.two-nav-pro{
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.two-nav-pro a{
	display: block;
	padding: 0 0.5rem;
	line-height: 0.75rem;
	font-size: 18px;
	margin: 0 0.1rem;
	background: #f7f7f7;
	color: #666;
	border-radius: 0.375rem;
	border: 1px solid #f7f7f7;
}
.two-nav-pro a.current{
	background: #fff;
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	color: #e7000b;
}

.tab-til1 {
	display: flex;
	justify-content: center;
	font-size: 18px;
	color: #000;
}
.tab-til1 div{
	margin: 0 0.375rem;
	border-bottom: 4px solid #fff;
	line-height: 0.625rem;
	cursor: pointer;
}
.tab-til1 div.current{
	color: #e7000b;
	border-bottom: 4px solid #e7000b;
}
.tab-form{
	box-shadow: 0 0.05rem 0.075rem 0 #ddd;
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.title-f{
	background: #e7000b;
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
	padding: 0.35rem 0.375rem;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0.5rem;
}
.tab-cont1{
	padding: 0.375rem;
}
.tab-cont1 .swiper-slide .item1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #555;
}
.title-f>div,
.tab-cont1 .swiper-slide .item1>div{
	width: calc(88% / 9);
}
.title-f>div:nth-child(1),
.tab-cont1 .swiper-slide .item1>div:nth-child(1){
	width: 12%;
}
.tab-cont1 .swiper-slide .item1{
	border-bottom: 1px solid #eeee;
	padding-bottom: 0.25rem;
	margin-bottom: 0.25rem;
}
/* .tab-cont1 .swiper-slide .item1:last-child{
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
} */
.mySwiper1,.mySwiper2{
	padding-bottom: 0.5rem;
}

.group-product2-1{
	padding-bottom: 0;
}
.group-product2-1 .cont{
	padding: 0 0.25rem;
}
.group-product2-1 .world h4{
	font-size: 24px;
	color: #000;
}
.group-product2-2{
	padding-top: 0;
}
.group-product7-1 .item{
	width: 25%;
}

/* 手机端 */
.wap-line{
	display: none;
}




















/* ------1580px------ */
@media (max-width: 1580px){
	.group1 .item p{
		margin-bottom: 0.4rem;
	}
	.group2 .left,.group2 .right{
		width: 40%;
	}
	.group2 .right{
		top: 40%;
	}
	/* 内页 */
	.banner-common h4{
		font-size: 60px;
	}
}
/* ------1440px------ */
@media (max-width: 1440px){
	.title h4,
	.group3 .item h4{
		font-size: 40px;
	}
	.group1 .item h4,
	.group2 .item h4,
	.group5 .item .list h4{
		font-size: 20px;
	}
	.group1 .item p,
	.more,
	.group2 .item p,
	.title p,
	.group3 .item p,
	.group5 .item .list p{
		font-size: 16px;
	}
	.tab-til>div{
		font-size: 14px;
		line-height: 40px;
	}
	.group6{
		min-height: 8rem;
	}
	.group6 .swiper-slide .world{
		font-size: 14px;
		padding-left: 0.125rem;
		margin-left: 0.125rem;
	}
	.group6 .swiper-slide img{
		width: 40%;
	}
	.f1 .left,
	.f1 .right,
	.f2 .right-nav .item h4,
	.f3,.f4{
		font-size: 14px;
	}
	.f2 .right-nav .item a{
		font-size: 13px;
	}
	.f2 .logo,.f2 .left>img:nth-child(2){
		width: 220px;
	}
	
	/* 内页  */
	.banner-common h4{
		font-size: 50px;
	}
	.group-account4 .item .num,
	.group-csr1 .item h4,
	.group-about-3 .item h4,
	.group-account1-1 .item h4,
	.group-account3 .item h4{
		font-size: 40px;
	}
	.group-csr2 .cont .right,
	.news-detail .top h4{
		font-size: 32px;
	}
	.banner-common h6,
	.group-compliance3 .right h4,
	.group-compliance1 .item>div:nth-child(1),
	.group-csr2 .cont .left,
	.group-csr3 .left .item h4,
	.group-about-1 .item h4,
	.group-about-2 .item h4,
	.group-account1-2 .item h4,
	.group-product1-1 .item h4,
	.group-product1-2 .item h4,
	.group-product2-1 .world h4,
	.group-dvi1 .right .item>div,
	.group-mt5-2 .cont h4,
	.group-mt5-1 .item h4,
	.group-model1 .item .right h4,
	.group-mt4-2 .cont .group h4,
	.group-mt5-3 .group h4,
	.group-social1 .item h4,
	.group-technology2 .left .item,
	.group-account1 .item .world-c1 h4{
		font-size: 20px;
	}
	.group-compliance1 .item>div:nth-child(2),
	.group-compliance2 .item,
	.group-compliance3 .right p,
	.group-account4 .item p,
	.banner-common p,
	.group-contact2 label,
	.group-contact2 input,
	.group-contact2 textarea,
	.group-contact2 button,
	.group-csr1 .item p,
	.group-csr3 .left .item p,
	.group-csr4 .swiper-slide h4,
	.group-about-1 .item p,
	.group-about-2 .item p,
	.group-about-3 .item p,
	.group-about-4 .item h4,
	.news-detail .center,
	.news-detail .bottom,
	.group-account1-2 .item p,
	.tab-til1,
	.group-product1-3 .list>div,
	.group-product1-3 .list select, 
	.group-product1-3 .list input,
	.group-product1-3 .bom h4, 
	.group-product1-3 .bom span,
	.group-dprime1 .cont .world,
	.group-dvi1 .right .item p,
	.group-fix3 .list,
	.group-fix3 .bottom .world,
	.group-account1-1 .item p,
	.group-account1-3 .ct,
	.group-model1 .item .right>div,
	.group-social1 .right>div,
	.group-social1 .item>div,
	.group-account1 .world-c2 .wc,
	.group-account1 .world-c2 .more1,
	.group-contact1 .item h4{
		font-size: 16px;
	}
	.group-csr1 .time,
	.group-csr4 .swiper-slide p,
	.group-csr4 .swiper-slide .more,
	.news .item .time,
	.page-number .cont,
	.news-detail .top .time,
	.group-calendar2 .ct,
	.group-product1-1 .item,
	.two-nav-pro a,
	.title-f,
	.group-product1-2 .item p,
	.group-product1-3 .bom,
	.group-product1-3 .tips,
	.two-nav .li,
	.group-app1 .right .tips,
	.item-down a,
	.group-mt5-2 .cont p,
	.group-mt5-1 .item p,
	.group-social2 .item-2 p,
	.group-account1 .item .world-c1 p,
	.group-account1 .tog-detail .list>div:nth-child(1),
	.group-account1 .tog-detail .list>div:nth-child(2),
	.group-account1 .tog-detail .list-bom{
		font-size: 14px;
	}
	
	.group-compliance2 .item a{
		padding: 0.25rem;
	}
	.two-nav{
		width: 130%;
	}
	.two-nav-w{
		width: 10rem;
	}
	.group-app2 .left{
		width: 42%;
	}
	.group-app2 .left>img:nth-child(1),
	.banner-common .left>img:nth-child(1),
	.item-down .left>img:nth-child(1){
		width: 0.375rem;
	}
	
}


/* 1200px */

@media (max-width: 1200px){
	.container{
		width: calc(100% - 30px);
	}
	.header .container{
		width: 100%;
	}
	.wap-line{
		display: block;
	}
	.wap-line .icon-menu{
		display: block;
		width: 0.8rem;
		cursor: pointer;
	}
	.center-nav{
		padding: 0;
	}
	.wap-head{
		width: 100%;
		display: flex;
		position: relative;
		z-index: 2;
		background: #fff;
		justify-content: space-between;
		align-items: center;
		padding: 10px 15px;
	}
	.nav{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #eee;
		display: block;
		padding-top: 2rem;
	}
	.nav .item{
		width: 80%;
		margin: 0 auto;
		padding: 0.25rem 0;
	}
	.nav .t1{
		width: 100%;
		justify-content: space-between;
		margin: 0;
		font-weight: 600;
	}
	.nav .t1 span img{
		margin: 0;
		width: 0.3rem;
		transform: rotate(-90deg);
	}
	.two-nav{
		width: 100%;
		position: initial;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		transform: translate(0,0);
		display: block;
	}
	.two-nav .li{
		text-align: left;
	}
	
	
	
	
	
	
	
	
}