﻿@charset "utf-8";

/* CSS Document */


/*2025.7.16*/

.box {
	overflow: hidden;
	max-width: 1200px;
	margin: auto;
}

body {}

.container {
	max-width: 1200px;
	/*width: 96%;*/
	margin: auto;
	padding: 0;
}

/*浮动框*/
.floatbox {
  position: fixed;
  top: 15%;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 999;
  right: 0px;
}


.countdown{
	background: #332e7b;	
	text-align: center;
}
.countdown h2{
	color: #fff;
	font-size: 24px;
}
.other-time{

	padding: 20px 10px;
}
.floatbox .countdown {
    width: 100%;    
    /*background-color: #3c4469;*/
   background: linear-gradient(120deg, #ad00b1, #0b0dc2, #1ec8d5);
    text-align: center;
    color: #fff;
   /* padding-bottom: 12px;
    font-size: 63px;
    line-height: 75px;
    margin-top: -6px;*/
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.floatbox ul{
	padding: 10px 15px 0;
	margin: 0;
}

.l-float{
	
	
}
.floatbox .l-float .box {
  -webkit-box-shadow: 1px 1px 10px 0 hsla(219,79%,83%,0.35);
  -moz-box-shadow: 1px 1px 10px 0 hsla(219,79%,83%,0.35);
  box-shadow: 1px 1px 10px 0 hsla(219,79%,83%,0.35);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.floatbox .l-float .shou {
  position: absolute;
  top: -24px;
  right: 0px;
}

.floatbox .l-float .shou span {
  font-size: 12px;
  color: #384352;
  cursor: pointer;
}

.floatbox .l-float .shou span .iconfont {
  font-size: 11px;
  margin-left: 3px;
  font-weight: 700;
}

.floatbox .l-float .shou span:hover {
  color: #3f4c88;
}

.floatbox .l-float li {
  height: 39px;
  line-height: 41px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 15px;
  width: auto;
  display: flex;
  align-items: center;

}

.lbox ul li a {
  color: #fff;
  font-size: 15px;
  position: relative;
  padding: 5px 10px;
  box-sizing: border-box;
  min-width: 140px;
  line-height: 1.4;
  white-space: nowrap;
  display: flex!important;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
 background: #3c8ff9;
 border-radius: 15px;
 text-decoration: none;
}
.lbox ul li a:hover {
	opacity: 0.85;
}


.lbox ul li a  img{
	padding-right: 10px;
}
.lbox ul li:first-child a{
	background: #6a72df;
}
.lbox ul li:last-child a{
	background: #f3aa34;
}



.ewm{
	text-align: center;
}
.ewm p{
	margin-top: 10px;
	font-size: 14px;
	color: #5e6798;
}




/**/

.top-link{
	margin: 25px 0 25px;
	
}
.top-link ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
	padding-bottom: 10px;
}
.top-link ul li{
	background: #f3f4f8;
	min-height: 123px;
	float: left;
	width: 270px;
	margin-right: 39px;
	text-align: center;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding-top: 26px;
	box-shadow: 0px 4px 8px 0px #dfdfdf;
	
}
.top-link ul li:nth-child(4){
	margin-right: 0px;
	
}
.top-link ul li span{
	display: block;
	font-size: 22px;
	color: #66676b;
	
}
.top-link ul li p{
	font-size: 22px;
	color: #332e7b;
	font-family: 'AlibabaPuHuiTi-3-85-Bold';
	
}


.wc-menu {
	background: #f3f4f8;
	/*padding:13px 0;*/
	width: 180px;
position: absolute;
left: 0px;
top: 0px;
height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-bottom: 150px;	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	width: 100%;
	margin: 0;
	padding: 0;
}

.wc-menu ul li {
	line-height: 40px;
	list-style: none;	
	margin-bottom: 2px;
	
}
.wc-menu ul li:first-child a{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
} 
.wc-menu ul li a {
	font-size: 20px;
	color: #66676b;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	padding: 5px 18px;
	text-decoration: none;
	
}
.wc-menu ul li a:hover,.wc-menu ul li a.active{
	color: #fff;
	/*background: #332e7b;*/
               background: linear-gradient(113deg, #ad00b1, #0b0dc2, #1ec8d5);
}

.wc-menu ul li a.active
.wc-menu ul li a.move
.wc-menu ul li a.selected
.wc-menu ul li a.parent
.wc-menu ul li a:hover{
	color: #fff;
	background: #332e7b;
}



    
/*menu End*/

.in-rightcon{
	width: 1000px;
	float: right;
}
.banner {
	margin-bottom:30px;
}

.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
}
.banner .swiper-pagination {
	width: 100%;
	bottom: 8px;
	text-align: center;
	left: 0px;
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	background:#fff;
	width: 15px;
	height: 15px;
	border: 1px solid #332e7b;
	cursor: pointer;
	opacity: 0.55;
	border-radius: 100%;
	margin-right: 12px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}


/*banner end*/

img {
	max-width: 100%;
}

.in-con{
	
	
}
.in-con .in-title{
	margin-bottom: 20px;
}
.in-con .in-title h4{
	font-size: 30px;
	color: #66676b;
	padding-bottom: 10px;
	border-bottom: 2px solid #d4d4d4;
	font-family: 'AlibabaPuHuiTi-3-85-Bold';
}

.in-cont{
   padding-top: 30px;
}
.in-cont p{
	margin-bottom: 20px;
}




/*footer*/
.footer{
	text-align: center;
	background: #0c1b38;
	padding: 15px 0;
}
.footer p{
	color: #fff;
	margin-bottom: 0;
}

.d-pc-block { display: block; }
.d-pc-none { display: none; }

/*.wc-copyEnd*/