@font-face {
	font-family:'Poppins-Black';
	src: url('/tc/asset/home/font/Poppins-Black.ttf');
}
@font-face {
	font-family:'OpenSans';
	src: url('/tc/asset/home/font/OpenSans-Regular.ttf');
}
* {
	margin: 0;
	padding: 0;
	font-family: OpenSans;
	font-weight: bold;
}

html {
	font-size: 62.5%;
	margin: 0 auto;
	max-width: 1920px;
	overflow-x: hidden;
}

.row{
	margin: 0;
}
/* #BG{
	position: absolute;
	width: 100%;
	height: 350%;
	z-index: -0.5;
}
#BG-xs{
	width: 100%;
	position: absolute;
	height: 500%;
	z-index: -1;
} */
.buntop{
	background-color: white;
	height: 60rem;
	width: 100%;
}
body {
	scrollbar-width: 0.1vw;
	scrollbar-arrow-color: #000000;
}

#area {
	display: none;
	border-radius: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	width: 5rem;
	list-style: none;
	border-bottom: 2px solid black;
	color: white;
	background-color: gray;
	position: absolute;
	z-index: 100;
}

#language {
	display: none;
	border-radius:0.0625rem;
	padding-bottom: 1rem;
	padding-left: 0.5rem;
	width: 5rem;
	list-style: none;
	border-bottom: 2px solid black;
	color: white;
	background-color: rgb(81, 81, 81);
	position: absolute;
	z-index: 100;
}

/* 顶部的选择框 */
.Top>div>div>div>ul>li {
	float: left;
	list-style: none;
	line-height: 41px;
	height: 40px;
	padding: 0px 4.5px;
	font-weight: lighter;
	color: rgba(255,255,255,0.8);
	/* font-family: PingFangTC-Regular, PingFangTC; */
}
.Top>div>div>div>ul>li:last-child {
	padding-right: 37px;
}
.TopTxt>li{
	font-size: 14px;
	color: white;
	padding: 2px;
	line-height: 40px;
}
.TopTxt>li>a{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	padding: 3px;
	line-height: 20px;
}
.TopTxt>li>a>img{
	padding-right: 6px;
}
.Top {
	margin-top: 0rem;
	width: 100%;
	height: 40px;
	padding: 0;
	background-color: #3D3D3D;
}

.container-fluid {
	/* width: 100%; */
}

.TopNav {
	border: 0;
	margin-bottom: 0;
	height: 80px;
}

.navbar-brand {
	margin-right: 0rem;
}

/* 标题 */
.navbar-default .navbar-brand {
	color: white;
	font-size: samll;
}
.brand-pic{
	cursor: pointer;
}
/* 导航栏 */
.Menus {
	background-color: #2361AD;
	width: 100%;
	padding-top: 5px;
}
.MenusConcent{
	display: none;
	background-color: rgb(240 240 240);
	position: absolute;
	left: 10%;
	width: 80%;
	z-index: 36;
}
.MBOx>div{
	top: 10%;
	float: left;
	width: 30%;
	height: 40rem;
	padding: 1rem;
	background-color: rgba(203, 203, 203, 0.0);
}
.firBOx,.secBOx{
	border-right: #ccc 1px solid;
}
.MBOx>div>ul{
	list-style-type: none;
	width: 100%;
	display: none;
	line-height: 2vw;
}
.MBOx>div>ul>li{
	display: block;
	padding: 0.1vw;
	font-size: small;
}
.firBOx>ul>li>a,.secBOx>ul>li>a{
	background-image: url(//cdn.xuansiwei.com/flyju5156/tc/asset/home/images/arrow-blue.png);
	background-repeat: no-repeat;
	background-position-x:right ;
	background-position-y: center;
	background-size: 10px auto;
}
.firBOx>ul>li>a,.secBOx>ul>li>a,.thrBOx>ul>li>a{
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px 10px;
	margin: 0 15px;
}
.firBOx>ul>li>a:hover,.secBOx>ul>li>a:hover,.thrBOx>ul>li>a:hover{
	color: #337AB7;
}
/* 导航栏行高*/
.navbar-default .navbar-nav>li{
	padding-right: 0.4%;
}
.navbar-default .navbar-nav>li>a {
	color: rgba(255,255,255,0.7);
	line-height: 14px;
	font-size: 13.2px;
	padding-top: 25px;
	font-weight: 400;
	font-family: Helvetica;
}
.navbar-default .navbar-nav>li:first-child{
	padding-left: 5%;
/* 	padding-right: 0.5%; */
}
.navbar-default .navbar-nav>li>a:hover{
	color:#FFFFFF;
}
/* 导航栏字体颜色*/
/* .navbar-nav>.shorta>a:hover::after{
	color: #FFFFFF;
	display: block;
	content: " ";
	width: 20px;
	position: absolute;
	bottom: 7px;
	left: 70%;
	height: 3px;
	border-radius: 2px;
	background-color: white;
} */
.navbar-brand>img{
	padding-left: 30px;
	width: 228.5px;
	margin-top: -5px;
	height: 200%;
	max-width: 270px;
}
.navbar-default .navbar-nav>li>a:hover{
	font-weight: 500;
}
.navbar-default .navbar-nav>li>a::before{
	  display:block;
	  content:attr(title);
	  font-weight:bold;
	  visibility:hidden;
	  height:1px;
	  color:transparent;
	  margin-bottom:-1px;
	  overflow:hidden
}
.navbar-default .navbar-nav>li>a:hover::after {
	color: #FFFFFF;
	display: block;
	content: " ";
	width: 20px;
	position: absolute;
	bottom: 7px;
	left: 40%;
	height: 3px;
	border-radius: 2px;
	background-color: white;
}
.phone-nav{
	display: none;
}
/* 点击后生成下划线2 */
/* .navbar-nav>.chooseBg{
	background-color: #1150ad;
} */
/* .navbar-nav>.shorta .choose>a::after{
	color: #FFFFFF;
	display: block;
	content: " ";
	width: 20px;
	position: absolute;
	bottom: 7px;
	left: 65%;
	height: 3px;
	border-radius: 2px;
	background-color: white;
} */
.navbar-nav>.choose>a::after {
	display: block;
	content: " ";
	width: 20px;
	position: absolute;
	bottom: 7px;
	left: 40%;
	height: 3px;
	border-radius: 2px;
	background-color: white;
}

/* .navbar-nav>.choose>a:hover::after {
	display: block;
	content: " ";
	width: 20px;
	position: absolute;
	bottom: 1rem;
	left: 60%;
	height: 2px;
	background-color: white;
} */

/* 下拉框内的下划线移除 */
.collapse.in>ul>.choose>a::after {
	display: none;
}

.collapsing>ul>.choose>a::after {
	display: none;
}

/* 搜索 */
.Bsearch {
	color: white;
	padding-top: 20px;
	margin-right: 8px;
}

.Ssearch {
	padding-top: 1vw;
	padding-left: 1vw;
}

.bg {
	width: 100%;
}
.carousel-inner{
	cursor: auto;
}
.pic-txt1 {
	margin-top: 6rem;
	margin-bottom: 10px;
	font-size: 300%;
	font-weight: 1000;
	line-height: 2.3vw;
	font-family: Poppins;
}
.piv-m-txt{
		margin-bottom: 43%;
}
.carousel-control.left,.carousel-control.right{
	background-image: none;
}
.little{
	font-size: 1.4vw;
}
.pic-txt2 {
	font-size: 1.5vw;
	margin-bottom: 38%;
	line-height: 2vw;
	color: rgba(255,255,255,0.9);
}
.carousel-caption{
	left: 10%;
	right: 10%;
}
.pic-button1 {
	width: 15.2%;
	height: 2.6vw;
	font-size: 20px;
	background-color: #2361AD;
	color: white;
	font-weight: 100;
	margin: 2.4vw auto;
	border: 0;
	border-radius: 4px;
	line-height: 24px;
	min-width: 123px;
	min-height: 35px;
	margin: 0px auto 7.4vw auto;
}

.pic-button1-xs{
	width: 11vw;
	height: 4vw;
	font-size: 2vw;
	background-color: #2361AD;
	color: white;
	font-weight: 100;
	margin-left: 30vw;
	border: 0;
	border-radius: 1vw;
}
.carousel-indicators{
	bottom: 120px;
}
.carousel-indicators li{
	width: 14px;
	height: 14px;
	margin-left: 20px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	width: 100%;
}
.carousel-indicators .active{
	width: 14px;
	height: 14px;
	background-color: #FFFFFF;
	margin-left: 20px;
}
#TabProducts{
	width: 400%;
	height: 100%;
	cursor: grab;
	display: flex;
	flex-direction: row;
	margin-left: 0;
}

.tab-one,.tab-two,.tab-three,.tab-four{
	width: 100%;
/* 	pointer-events: none; */
	min-width: 380px;
}
.Tabbox2>a{
	pointer-events: all;
}
#product{
	text-align: center;font-size:40px;font-weight: 800;margin-top: 50px;margin-bottom: 34px;
}
#Products>li{
	/* padding-right: 5%;
	width: 20%; */
	margin: 0 20px;
}
#Products>li>a{
	font-size: 13.5px;
	cursor: pointer;
}
#Products>li>a:hover{
	color: rgb(81,81,81);
}
.TabProBox{
	touch-action: none;
	touch-action: pan-y;
}
.ProductArea{
	height: 708px;
	padding: 0;
}
.Tab1Txt{
	font-size: 18px;
	font-weight: bold;
}
.ETF,.Fund,.Allo{
	font-size: 18px;
}
.TabTxt{
	font-size: 16px;
	font-weight: bold;
}
.Ttilte{
	font-size: 40px;
	line-height: 49px;
}
.TabMidtxt1>p{
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	padding-top: 5px;
}
.pillBox{
	/* margin-left: 31%; */
	text-align: center;
	width: 840px;
/* 	margin-left: 27%; */
	margin: 0 auto;
}
.pic-iconl{
	position: absolute;
	left: 20%;
	top: 47%;
	height: 5%;
}
.pic-iconr{
	position: absolute;
	right: 20%;
	top: 47%;
	height: 5%;
}
.pic-icon-xs{
	margin-top: 20vw;
	padding-left: 20%;
}
.carousel-indicators{
	left:49.5%
}
.Picrows{
	position: relative;
	height: 240px;
	margin-top: 95px;
}
.rowpic1{
	position: absolute;
	left: 1%;
	top: 30%;
	width: 12%;
	height: 48%;
	opacity: 30%;
}
.hr1{
	width: 0px;
	height: 100%;
	border-left:2px dashed #979797;
	position: absolute;
	left: 15%;
}
.rowpic2{
	position: absolute;
	left: 23%;
	width: 27%;
	height: 100%;
}
.hr2{
	position: absolute;
	width: 0px;
	height: 100%;
	border-left:2px dashed #979797;
	position: absolute;
	left: 55%;
}
.rowpic3{
	position: absolute;
	left: 58%;
	top: 30%;
	width: 12%;
	height: 48%;
	opacity: 30%;
}
/* .Row3pic1{
	background-color: yellow;
}
.Row3pic2{
	background-color: green;
}
.Row3pic3{
	background-color: blue;
} */
/* .Rowpic1{
	animation: etfone 12s infinite ;
}
.Rowpic2{
	animation: etftwo 12s infinite;
}
.Rowpic3{
	animation: etfthree 12s infinite;
}
.Row2pic1,.Row3pic1{
	animation: etfone 12s infinite ;
}
.Row2pic2,.Row3pic2{
	animation: etftwo 12s infinite ;
}
.Row2pic3,.Row3pic3{
	animation: etfthree 12s infinite ;
} */

@keyframes etfone{
	0% {
		left: 1%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	30% {
		left: 1%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	/* 3.6 */
	33% {
		left: 58%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	63%{
		left: 58%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	66%{
		left: 23%;
		top: 0%;
		width: 27%;
		height: 100%;
		opacity: 100%;
	}
	/* 7.92 */
	96%{
		left: 23%;
		top: 0%;
		width: 27%;
		height: 100%;
		opacity: 100%;
	}
	99% {
		left: 1%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	/* 11.8 */
}
@keyframes etftwo{
	0% {
		left: 23%;
		top: 0%;
		width: 27%;
		height: 100%;
		opacity: 100%;
	}
	30% {
		left: 23%;
		top: 0%;
		width: 27%;
		height: 100%;
		opacity: 100%;
	}
	33% {
		left: 1%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	63% {
		left: 1%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	66%{
		left: 58%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	96% {
		left: 58%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	99%{
		left: 23%;
		top: 0%;
		width: 27%;
		height: 100%;
		opacity: 100%;
	}
}
@keyframes etfthree{
	0% {
		left: 58%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	30% {
		left: 58%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	33%{
		left: 23%;
		top: 0%;
		width: 27%;
		height: 100%;
		opacity: 100%;
	}
	63% {
		left: 23%;
		top: 0%;
		width: 27%;
		height: 100%;
		opacity: 100%;
	}
	66%{
		left: 1%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	96% {
		left: 1%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
	99%{
		left: 58%;
		top: 30%;
		width: 12%;
		height: 48%;
		opacity: 30%;
	}
}


@keyframes etfoneph{
	0% {
		left: 4%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	30% {
		left: 4%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	/* 3.6 */
	33% {
		left: 83%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	63%{
		left: 83%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	66%{
		left: 35%;
		top: 0%;
		width: 35%;
		height: 100%;
		opacity: 100%;
	}
	/* 7.92 */
	96%{
		left: 35%;
		top: 0%;
		width: 35%;
		height: 100%;
		opacity: 100%;
	}
	99% {
		left: 4%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	/* 11.8 */
}
@keyframes etftwoph{
	0% {
		left: 35%;
		top: 0%;
		width: 35%;
		height: 100%;
		opacity: 100%;
	}
	30% {
		left: 35%;
		top: 0%;
		width: 35%;
		height: 100%;
		opacity: 100%;
	}
	33% {
		left: 4%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	63% {
		left: 4%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	66%{
		left: 83%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	96% {
		left: 83%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	99%{
		left: 35%;
		top: 0%;
		width: 35%;
		height: 100%;
		opacity: 100%;
	}
}
@keyframes etfthreeph{
	0% {
		left: 83%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	30% {
		left: 83%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	33%{
		left: 35%;
		top: 0%;
		width: 35%;
		height: 100%;
		opacity: 100%;
	}
	63% {
		left: 35%;
		top: 0%;
		width: 35%;
		height: 100%;
		opacity: 100%;
	}
	66%{
		left: 4%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	96% {
		left: 4%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
	99%{
		left: 83%;
		top: 30%;
		width: 16%;
		height: 46%;
		opacity: 30%;
	}
}

.Pictxt{
	/* position: absolute; */
	display: flex;
	flex-direction: row;
	width: 40%;
	height: 70px;
	margin-left: 15%;
	margin-top: 5%;
}
.turnL,.turnR{
	font-size: 30px;
	line-height: 50px;
	margin: 0 auto;
	text-align: right;
	pointer-events: all;
	cursor: pointer;
}
.turnN{
	font-size: 30px;
	line-height: 50px;
	font-weight: bolder;
	color: #2361AD;
	margin: 0 auto;
}
.turnN>span{
	font-family:Poppins;
	font-weight: bold;
}
.pic1,
.pic2,
.pic3 {
	margin-top: 4vw;
	height: 22rem;
	text-align: center;
}
.pic1{
	/* margin-right: 14px; */
}
.pic2{
	width: 358px;
}
.pic3{
	border-left: 0.2rem dashed #979797;
}
.pic1{
	border-right: 0.2rem dashed #979797;
}
.pic3,.pic1{
	padding-top: 8%;
	margin-top: 12%;
}
.Pic1,.Pic3,.Pic2{
	position: absolute;
}
.rePic1,.rePic3{
	width: 80%;
	max-height: 150px;
	max-width: 150px;
}
.rePic1{
	right: 10%;
}
.rePic3{
	right: 10%;
}
.rePic2{
	width: 95%;
	right: 4%;
/* 	padding-top: 3vw;
	padding-left: 2vw; */
}
/* .pic1,.pic3{
	padding-top: 5vw;
} */
/* 对中间导航条设置 */

element.style {}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #337AB7;
	background-color: white;
}

.nav-pills>li>a {
	color: #000000;
	font-size: 100%;
}

.nav-pills>li.active>a {
	color: #337AB7;
	background-color: white;
	font-weight: bolder;
}

.nav-pills>li.active>a::after {
	content: " ";
	width: 15px;
	position: absolute;
	left: 47%;
	height: 3px;
	background-color: #337AB7;
	bottom: 0.5px;
}

.TabMidtxt1 {
	margin-top: 9.5rem;
	margin-left: 15.5%;
}
.TabMidtxt1>div>h2{
	font-weight: 800;
	color: #2361AD;
}
.Tabbox1{
/* 	height: 200px; */
}
.TabMidtxt1>div>a{
	font-size: 12px;
	font-weight: 800;
	line-height: 50px;
}
.Fund,.Allo{
	display: none;
}
.productbox{
	width: 100%;
	margin-top: 100px;
	height: auto;
	min-height: 250px;
	border-left: 1px rgb(81,81,81) dashed;
}
.productTxtLine{
	width: 100%;
	height: auto;
	margin: 0px 20px;
	position: relative;
	display: flex;
	flex-direction: row;
	font-size: 20px;
	line-height: 40px;
	padding-left: 50px;
	cursor: pointer;
	margin: 15px 20px;
}
.productTxtPot{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgb(81,81,81);
	position: absolute;
	left: 20px;
	top: 15px;
}
.productTxtActive>.productTxtPot{
	
	background-color: #2361AD;
	
}
.productTxtActive{
	line-height: 40px;
	color: #2361AD;
	margin: 10px 20px;
}


/* 废弃 */
/* 			.nav-item{
				display: block;
			} */
.BG-box{
	background-image: url(/tc/asset/home/images/BG@3x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
@media  screen and (max-width:768px) {
	.BG-box{
		background-image: url(/tc/asset/home/images/BG@3x.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
}
.excelTop {
	height: 33.2rem;
	font-size: 4rem;
	background-color: rgba(255,255,255,0);
	text-align: center;
	color: white;
	font-weight: bolder;
	margin-right: 0;
}
.DATch-one,.DATch-two,.DATch-thr{
	cursor: pointer;
}
/* 表格的字体和背景 */
.excelTop>div>p {
	margin-top: 21rem;
	
}

.excels {
	height: 50%;
	background-color:rgba(255,255,255,0);
	margin-top: -1px;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

.excelBox {
	height: 660px;
	padding: 0;
	/* background-color: red; */
	overflow: hidden;
	font-size: 14px;
}
.Coltxt{
	padding-left: 6%;
	font-size: 14px;
}
/* com */
.excelCBox{
	background-color: rgb(236, 236, 236);
	min-height: 600px;
	height: 100%;
	width: 100%;
}
.excelCBox>div>.excel-a, 
.excelCBox>div>.excel-b, 
.excelCBox>div>.excel-c{
	padding: 2%;
}
.excelCBox>div>.line{
	margin-top: 3%;
	height: 250px;
}






















/* 对所有栏的四个列队设置 */
.excelBox>div {
	font-size: small;
	float: left;
	color: white;
	line-height: 4rem;
}
.alink{
	cursor: pointer;
}
/* 四个队列的通用设置 */
.col-one,
.col-two,
.col-three,
.col-four {
	margin-left: 2%;
	height: 250px;
	width: 29%;
}
.col-one{
	padding-left: 2%;
	margin-left: 5%;
}
.col-one>div>ul>li,.col-two>div>ul>li,.col-three>div>ul>li,.col-four>div>ul>li{
	font-size: 14px;
	display: flex;
	flex-direction: row;
}
.col-name{
	width: 50%;
	overflow: hidden;
	height: 40px;
}
.col-num{
	margin-left: 5%;
	margin-right: 1%;
	overflow: hidden;
	height: 40px;
}

.excel-2>.col-two>div>ul>li>.col-per,.excel-2>.col-one>div>ul>li>.col-per,.excel-2>.col-three>div>ul>li>.col-per{
	width: 17%;
	margin-left: 2%;
	overflow: hidden;
}
.col-two>div>ul>li>span,.col-three>div>ul>li>span,.col-four>div>ul>li>span{
	font-size: 14px;
	width: 30%;
	display: block;
	float: left;
}
.col-one>p,
.col-two>p,
.col-three>p,
.col-four>p{
	font-size: 12px;
	text-indent: 0.5em;
	margin-bottom: 0;
}

.col-one>div,
.col-two>div{
	width: 100%;
	border-right: 1px dashed white;
	font-size: 14px;
}
.col-one>div>ul,
.col-two>div>ul,
.col-three>div>ul,
.col-four>div>ul {
	list-style-type: none;
	font-size: auto;
}

/* 通用设置到此 */
.excel-1 {
	width: 86%;
	height:660px;
	background-color: #E15927;
}

.excel-1>div {
	float: left;
}
.ColTxt{
	width: 100%;
}

.excel-1>p {
	margin-top: 3rem;
	margin-left: 53px;
	font-size: 30px;
	font-weight: bold;
}

.excel-1>p::after {
	position: absolute;
	display: block;
	content: " ";
	width: 17px;
	height: 4px;
	left: 6.2%;
	/* bottom: 325px; */
	border-radius: 30px;
	background-color: white;
}

.excel-1-btn {
	clear: both;
	display: block;
	margin-left: 6%;
	background-color: #E15927;
	border: white 2px solid;
	margin-bottom: 1rem;
}
.col-txt-five{
	font-size: 1vw;
}
/* 按钮点击后 */
.btn.focus, .btn:focus, .btn:hover{
	color: #d9d9d9;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none
}
/* 第一栏排列到此 */
/* 第一栏消失样式 */
.excel-1-dis {
	width: 6.5%;
	height: 660px;
	background-color: #E15927;
}

.excel-1-dis>* {
	display: none;
}

/* 第一栏设置结束 */
/* 第二栏设置 */
.excel-2 {
	width: 86%;
	height: 660px;
	background-color: #00B4D8;
}

.excel-2>div {
	float: left;
}
.excel-2>div:last-child {
	width: 70%;
}

.excel-2>p {
	margin-top: 3rem;
	margin-left: 53px;
	font-size: 30px;
	font-weight: bold;
}

.excel-2>p::after {
	position: absolute;
	display: block;
	content: " ";
	width: 17px;
	height: 4px;
	left: 12.6%;
	/* bottom: 325px; */
	border-radius: 30px;
	background-color: white;
}

.excel-2-btn {
	clear: both;
	display: block;
	margin-left: 6%;
	background-color: #00B4D8;
	border: white 2px solid;
	margin-bottom: 1rem;
}

.excel-2-dis {
	width: 6.5%;
	height: 660px;
	background-color: #00B4D8;
}

.excel-2-dis>p,.excel-2-dis>div,.excel-2-dis>button{
	display: none;
}
.LanTxt{
	font-size: 24px;
	top: 70px;
	width: 460px;
	height: 430px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);  
	display: block;
	font-weight: bolder;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.LanTxt>img{
	margin-right: 200px;
}
.LanTxt2{
	display: none;
	font-size: 1.8vw;
	top: 1vw;
	width: 33rem;
	height: 25rem;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);  
	display: block;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.LanTxt3{
	display: none;
	font-size: 1.8vw;
	top: 1vw;
	width: 33rem;
	height: 25rem;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);  
	display: block;
	position: absolute;
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

/* 第二栏设置到此 */
/* 第三栏设置 */
.excel-3 {
	width: 86%;
	height: 660px;
	background-color: #C325F2;
}

.excel-3>div {
	float: left;
}
.excel-3>div:last-child {
	width: 70%;
}

.excel-3>p {
	margin-top: 3rem;
	margin-left: 53px;
	font-size: 30px;
	font-weight: bold;
}

.excel-3>p::after {
	position: absolute;
	display: block;
	content: " ";
	width: 17px;
	height: 4px;
	left: 19%;
	/* bottom: 325px; */
	border-radius: 30px;
	background-color: white;
}

.excel-3-btn {
	clear: both;
	display: block;
	margin-left: 6%;
	background-color: #C325F2;
	border: white 2px solid;
	margin-bottom: 1rem;
}

.excel-3-dis {
	width: 6.5%;
	height: 660px;
	background-color: #C325F2;
}

.excel-3-dis>p,.excel-3-dis>div,.excel-3-dis>button {
	display: none;
}

/* 平板端样式 */
.excel-1-small,
.excel-2-small,
.excel-3-small {
	width: 100%;
	height: 35rem;
	color: white;
	font-size: 1rem;
}

.excel-1-small>div,
.excel-2-small>div,
.excel-3-small>div {
	float: left;
	line-height: 2rem;
}

.excel-1-small>p,
.excel-2-small>p,
.excel-3-small>p {
	margin-top: 3rem;
	margin-left: 3rem;
	font-size: 2.5rem;
	font-weight: bold;
}

.excel-1-small>p::after,
.excel-2-small>p::after,
.excel-3-small>p::after {
	position: absolute;
	display: block;
	content: " ";
	width: 17px;
	height: 4px;
	left: 8%;
	/* bottom: 325px; */
	border-radius: 30px;
	background-color: white;
}

.excel-1-small>button,
.excel-2-small>button,
.excel-3-small>button {
	width: 14%;
	height: 13%;
	font-size: 15px;
	margin-bottom: 0;
}

.excel-1-small {
	background-color: #E15927;
}

.excel-2-small {
	background-color: #00B4D8;
}

.excel-3-small {
	background-color: #C325F2;
}

/* 平板端样式到此 */
/* 日历新闻大区域 */
.NewsArea {
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
}

/* 日历新闻区 */
.NewsBox {
	margin-top: 28.7rem;
	height: 100%;
	background-color: rgba(255,255,255,0);
}

/* 新闻 */
.News {
	background-color: white;
	height: 740px;
	border: 2px solid white;
}
/* 新闻区开始*/
.NewsHeader>ul {
	height: 40rem;
	padding-left: 2vw;
}

#Newheader {
	font-size: 40px;
	font-weight: bolder;
	margin-left: 47px;
	margin-top: 83px;
	margin-bottom: 36px;
	color: #2361AD;
}

/* 内容 */
.NewsBody {
	margin-top: 33px;
	margin-left: 44px;
	font-size: 0.1vw;
	max-height: 450px;
	overflow-y: scroll;
	margin-right: 42px;
}

.NewsBody::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

.NewsBody::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #979797;
}

.NewsBody::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 10px;
	background: #EDEDED;
}

/* 时间区 */
.DateTime {
	padding-left: 0;
	margin-top: 1vw;
	border-radius: 50%;
	width: 7.3rem;
	height: 7.3rem;
	background-color: #979797;
}

.DateActive {
	background-color: #2361AD;
}

/* 日期 */
.DateTime>p {
	overflow: hidden;
	font-weight: normal;
}

/* 日 */
.day {
	font-size: 30px;
	color: white;
	margin-top: 10%;
	width: 6vw;
	padding-left: 2rem;
}

/* 月年 */
.YM {
	font-size: 12px;
	margin-top: -20%;
	color: white;
	padding-left: 0.5rem;
}
/* 事件描述 */
.NewBox {
	padding-left: 1vw;
}

.Newtitle {
	font-size: 20px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: -10px;
	margin-top: 25px;
}

.Newbody {
	margin-top: 0;
	width: 90%;
	height: 30px;
}

.Newbody>p {
	font-size: 14px;
	line-height: 26.3px;
}
.meida-a{
	margin-top: 1rem;
	margin-left: 44px;
/* 	padding: 2rem; */
}
.media{
	margin-top: 13px;
}
.meida-a>a{
	font-size: 12px;
	padding: 1rem;
	font-family: helvetica;
	font-weight: bold;
	text-decoration: underline;
/* 	font-size: 1.5rem; */
}
/* 日历区 */
.Daily {
	background-color: white;
	height: 740px;
	border: 1px white solid;
}
.DailyArea{
	margin-top: 18rem;
	width: 62%;
	height: 30vw;
}
.dailyHeader{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}
.Hleft{
	width: 5vw;
	float: left;
	text-align: center;
	font-size: 2rem;
	line-height: 5rem;
	height: 5rem;
	display: flex;
	flex-direction: row;
}
.Hleft>span{
	font-size: 14px;
	margin-left: 2vw;
	font-weight: bold;
	color: rgba(0,0,0,0.5);
}
.DailyTime{
	width: 20vw;
	text-align: center;
	display: flex;
	flex-direction: column;
	font-size: 1.8rem;
	font-weight: bolder;

}
.DailyTime>span{
	/* font-family: PingFangSC-Medium, PingFang SC; */
}
.DailyTime>p{
	font-size: 18px;
	line-height: 22px;
}
.Hright>span{
	font-size: 14px;
	margin-right: 1vw;
	font-weight: bold;
	color: rgba(0,0,0,0.5);
}
.Hright{
	display: flex;
	flex-direction: row;
	width: 5vw;
	float: right;
	text-align: center;
	font-size: 2rem;
	line-height: 5rem;
	height: 5rem;
}
.DailyBody{
	width: 100%;
	height: 48rem;
	padding: 3%;
}
.DailyBody>.Dailydate{
	display: flex;
	flex-direction: row;
}
.DailyBody>.Dailydate>.date-th{
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
	height: 30px;
	width: 2.1vw;
	margin: 1.3rem auto;
	text-align: center;
	font-family: PingFangSC-Medium, PingFang SC;
}
.DailyBody>.Dailydate>.date-td{
	line-height: 1.85vw;
	font-size: 14px;
	height: 2.1vw;
	width: 2.1vw;
	max-width: 50px;
	max-height:50px ;
	margin: 0.6rem auto;
	text-align: center;
	border-radius: 50%;
	font-family: PingFangSC-Regular, PingFang SC;
}
.DailyBody>.Dailydate>.event{
	background-color: #979797;
	color: white;
}
.DailyBody>.Dailydate>.Smallevent{
	background-color: #979797;
	color: white;
	cursor: pointer;
}
.DailyBody>.Dailydate>.outDate{
	color: rgba(0,0,0,0.25);
}
.DailyBody>.Dailydate>.Getevent{
	background-color: #2361AD;
}
.DailyBody>.Dailydate>.SmallGetevent{
	background-color: #2361AD;
}
.Daily-tds{
	width: 100%;
}
.Daily-tds ul{
	width: 490px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.Bcontent li{
	list-style-type: none;
	line-height: 50px;
	font-size: 14px;
	height: 50px;
	width: 50px;
	max-width: 50px;
	max-height:50px ;
	margin: 0.3rem 0.8rem;
	text-align: center;
	border-radius: 50%;
	font-family: PingFangSC-Regular, PingFang SC;
}

/* MC */


.MCArea{
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	padding-bottom: 10%;
}
.MarketArea{
	margin-top: 8rem;
	background-color: rgba(255,255,255,0);
}
.MCHead{
	width: 100%;
	color: white;
	text-align: center;
}
.MCHead>p{
	font-size: 40px;
	font-weight: bolder;
	line-height: 48px;
	margin-bottom: 75px;
}
.MCMidel{
overflow: hidden;
	margin-left: 2%;
}
.MCML,.MCMR{
	margin-top: 15%;
	width: 4vw;
	height: 4vw;
}
.CMCBOX{
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.MCMkind{
	height: 6%;
}
.MCMbox>.MCMkind>p{
	color: #337ab7;
	font-size: 14px;
	font-weight: 800;
}
.MCMbox1,.MCMbox2,.MCMbox3{
	width:450px;
	height: 630px;
	padding:25px 25px;
	background-color: white;
	position: relative;
	float: left;
	box-shadow: 0px 0px 4px #d7d7d7;
	margin: 0 90px;
	
}
.MCMbox>img{
	height: 300px;
	width: 400px;
}
.MCMbox1,.MCMbox2{
	/* margin-right: 20px; */
}
.MCMbox1{
	/* margin-left: 4vw; */
}
.MCMbox3{
	/* margin-right: 1vw; */
}
.MCMbox1{
	/* margin: 0px 79px 0px 0px; */
}
.MCMidel>div>img{
	height: 15%;
	width: 50%;
	position: absolute;
	top: 37%;
	cursor: pointer;
	min-width: 50px;
}
.MCMBtitleBox{
	margin-top: 5%;
}
.MCMBtitleBox{
	max-height: 160px;
	height: auto;
	overflow: hidden;
}
.MCMBtxtBox{
	display: none;
	height: auto;
	max-height: 60px;
	overflow: hidden;
}
.MCMBtitle{
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
}
.MCMBtime{
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
}
.MCMBtxt{
	line-height: 20px;
	font-size: 14px;
	color: #333333;
}
.MCMBa{
	line-height: 14px;
	font-size: 12px;
	font-weight: 800;
	position: absolute;
	bottom: 50px;
}
.MCMBchoose{
	position: absolute;
	bottom: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.MCMBchoose>a,.MCMBchoose>span{
	margin: 0 3px;
	color: #000000;
}
.MCMBchoose>a{
	cursor: pointer;
}
.MCBotton{
	height: 15vw;
}
.MCBpot{
	height: 5vw;
	text-align: center;
}
.potbox{
	display: inline-block;
	border-radius: 7px;
	font-size: 0;
	margin-top: 15px;
}
.potbox li{
	display: inline-block;
	width: 1vw;
	height: 1vw;
	border-radius: 50%;
	background-color: rgba(255,255,255,0);
	border: 0.2vw solid white;
	cursor: pointer;
	margin: 1.3vw;
}
.potbox .active{
	background-color: white;
}
.MCBbnt{
	height: 100px;
	text-align: center;
}
.MCBbnt>button{
	width: 8.5%;
	height: 3vw;
	font-size: 14px;
	color: white;
	border: 0.2vw white solid;
	border-radius: 4px;
	background-color: rgba(255,255,255,0);
}
.MCArea-small{
	display: none;
}
/* email */
.OuterBox{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: rgba(236, 236, 236,0);
	padding: 1px;
}
.InnerBox{
	width: 1110px;
	height: auto;
	margin: 50px auto;
	border: 1px solid rgba(220,220,200,1);
	border-radius: 4px;
	background-color: rgba(230,230,230,0.8);
}
.EmailFir{
	width: 100%;
	height: auto;
	margin: 30px 0;
	display: block;
}
.EmailSec{
	margin: 30px 0;
	display: none;
}
.BoxHeader{
	width: 700px;
	margin: 0 auto;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.BoxEmail{
	width: 700px;
	margin: 40px auto;
}
.EmailTxt{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: rgba(81,81,81,0.7);
	margin-bottom: 10px;
}
.EmailIput{
	width: 500px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	border-radius: 10px;
	border-color: rgb(24, 122, 186);
	padding: 0px 10px;
	outline: none;
}
.EmailButton{
	width: 150px;
	margin: 0 20px;
	height: 40px;
	color: #FFFFFF;
	border: none;
	background-color: rgb(24, 122, 186);
	border-radius: 4px;
}
.EmailButton:active{
	background-color: rgb(1, 102, 152);
}
.ErrorEmail,.NoNameTxt{
	display: none;
	width: 100%;
	font: 16px;
	line-height: 20px;
	margin: 10px 0;
	color: red;
}

.BoxTxt{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin: 10px auto;
	color: rgba(81,81,81,0.7);
}
.ChooseBox{
	width: 700px;
	margin: 10px auto;
	overflow: hidden;
}
.ChooseItemBox{
	width: 350px;
	float: left;
	margin: 10px 0px;
	height: auto;
}
.ChooseItemHeader{
	font-size: 18px;
	line-height: 30px;
	color: rgba(81,81,81,1);
}
.ChooseItemLine{
	width: 350px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: rgba(81,81,81,1);
	font-weight: lighter;
}
.ChooseItemCheck[type=checkbox]{
	width: 15px;
	height: 15px;
	margin: 3px 10px 3px 3px;
}
.EmailNameLine{
	width: 700px;
	margin: 10px auto;
}
.EmailName{
	outline: none;
	border-color:rgb(24, 122, 186);
	width: 300px;
	padding: 0 10px;
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.EmailNameInput{
	width: 100px;
	background-color:rgb(24, 122, 186) ;
	height: 40px;
	margin: 0 20px;
	color: #FFFFFF;
	border-radius: 4px;
	border: none;
}
.EmailNameInput:active{background-color: rgb(1, 102, 152);}
.EmailThr{
	margin: 60px 0;
	display: none;
}
/* IE */
.IEArea{
	height: 100%;
	background-color: rgb(236, 236, 236);
}
.Back{
	width: 100%;
	height: 100%;
	margin-top: 2%;
	background-color: rgb(236, 236, 236);
}
.InvestorHeader{
	margin-top: -1.3rem;
	background-color: rgb(236, 236, 236);
	font-family: poppins – black;
}
.InvestorHeader>p{
	font-size: 40px;
	text-align: center;
	color: #2361AD;
	font-weight: bolder;
}
.followUs{
	height: auto;
	/* overflow: hidden; */
	width: 1300px;
	margin: 40px auto 0px auto;
}
.followLine{
	width: 100%;
	height: auto;
	width: 730px;
	margin: 0 auto;
	/* overflow: hidden; */
}
.followLine::after{
	content: ' ';
	clear: both;
	display: block;
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.follow-1{
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/home/images/box-1.png) 0px 0px no-repeat;
	background-size: auto 100%;
	position: relative;
}
.WxFollow{
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 10;
	top: 60px;
	left: -10px;
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/home/images/csop_wechat_qr.jpg) 0px 0px no-repeat;
	background-size: 180px 180px;
	background-position: 10px 10px;
	display: none;
}
.follow-2{
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/home/images/box-2.png) 0px 0px no-repeat;
	background-size: auto 100%;
}
.follow-3{
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/home/images/box-3.png) 0px 0px no-repeat;
	background-size: auto 100%;
}
.follow-4{
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/home/images/box-4.png) 0px 0px no-repeat;
	background-size: auto 100%;
}
.follow-5{
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/home/images/box-5.png) 0px 0px no-repeat;
	background-size: auto 100%;
}
.follow-6{
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/home/images/box6%20.png) 0px 0px no-repeat;
	background-size: auto 100%;
}
.follow-7{
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/home/images/box7.png) 0px 0px no-repeat;
	background-size: auto 100%;
}
.followTxt{
	float: left;
	font-size: 20px;
	line-height: 50px;
	color: rgba(81,81,81,1);
}
.followPic{
	width: 50px;
	height: 50px;
	margin: 0 20px;
	background-color: #000000;
	float: left;
	border-radius: 4px;
	cursor: pointer;
}
.IEBox{
	width: 66%;
	margin: 0 17%;
	padding: 0;
}
.IEContent{
	margin-top: 5rem;
	height: 100%;
	background-color: rgb(236, 236, 236);
	padding-bottom: 3.75%;
}
.IecleftBox{
	padding: 0;
	width: 48.5%;
}
.Iecmiddle{
	opacity: 0;
	width: 3%;
	height: 520px;
	float: left;
}
.Iecleft{
	padding: 3% 6%;
	background-color: white;
	border-bottom: 1px solid #eaeaea;
/* 	-webkit-box-shadow: #666 0px 0px 10px; 
	-moz-box-shadow: #666 0px 0px 10px; 
	box-shadow: #666 0px 0px 5px; */
	height: 520px;
	width: 100%;
	min-height: 310px;
	float: left;
}
.IecleftPic{
	width: 100%;
	background-color: #0081C2;
	position: relative;
}
.IecleftImg{
	width: 100%;
	max-height: 330px;
	background-color: #000000;
}
.playImg{
	position: absolute;
	width: 8%;
	top: 42%;
	left: 42%;
}
.IecleftTitle{
	margin-top: 3%;
	font-weight: bolder;
	height: 13%;
	overflow: hidden;
}
.IecleftTitle>p{
	font-size: 20px;
	line-height: 24px;
}
.IecleftTxt{
	font-size: small;
	height: 15%;
	overflow: hidden;
}
.IecleftTxt>p{
	font-size: 14px;
	line-height: 20px;
}
.IecleftButtom{
	position: absolute;
	width: 90%;
	top: 91%;
	padding-left: 5px;
}
.IecleftButtomL{
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	float: left;
	position: absolute;
	top: 90%;
	left: 0%;
}
.IecleftButtomL>a{
	color: #000000;
}
.IecleftButtomR{
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 90%;
	right: 3%;
}
.IecleftButtomR>a{
	font-size: 12px;
	line-height: 14px;
}
.Iecright{
	padding: 3% 6%;
	margin-right: 5%;
	height: 520px;
	width: 100%;
	background-color: white;
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #eaeaea;
/* 	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px; 
	box-shadow: #666 0px 0px 5px; */
	min-height: 310px;
	float: left;
}
.Iecleft-daily>.DailyArea>.dailyHeader{
	width: 90%;
	height: 1vw;
	padding-top: 0;
	margin: 0 auto;
}
.Iecleft-daily>.DailyArea{
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	height: 16vw;
}
.Iecleft-daily>.DailyArea>.dailyHeader>.Hleft,.Iecleft-daily>.DailyArea>.dailyHeader>.Hright{
	width: 20%;
	line-height: 3rem;
}
.Iecleft-daily>.DailyArea>.dailyHeader>.Hleft>span,.Iecleft-daily>.DailyArea>.dailyHeader>.Hright>span{
	line-height: 2rem;
	font-size: 14px;
	font-weight: lighter;
	margin-left: 0.5vw;
	margin-right: 0.5vw;
}
.Iecleft-daily>.DailyArea>.dailyHeader>.Hright>span{
	margin-left: 2;
}
.Iecleft-daily>.DailyArea>.dailyHeader>.DailyTime{
	font-size: 14px;
	width: 60%;
	display:block;
	padding-left: 0.5vw;
}
.Iecleft-daily>.DailyArea>.DailyBody{
	height: 28rem;
}
.Iecleft-daily>.DailyArea>.DailyBody>.Dailydate>.date-th{
	height: 0.5vw;
	margin: 1.3rem auto;
	line-height: 0.5vw;
	font-size: 14px;
}
.Iecleft-daily>.DailyArea>.DailyBody>.Dailydate>.date-td{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width: 30px;
	margin: 0.3rem auto;
}
.IecrightBox{
	padding: 0;width: 48.5%;
}
.Iecleft-event{
	width: 40%;
	overflow-y: auto;
}
.eventHead{
	font-weight: bold;
	color: #2361AD;
	font-size: 16px;
	line-height: 26px;
	/* font-size: 1vw; */
}
.MCML{
	right: -10%;
}
.MCMR{
	left: -10%;
}
.eventTime{
/* 	font-size: 0.9vw; */
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}
.eventContent{
	/* font-size: 0.8vw; */
	font-size: 14px;
	line-height: 20px;
	/* font-weight: normal; */
	height: auto;
	overflow: hidden;
}
.Iecleft-daily{
	margin-top: 30px;
	width: 60%;
}
.IecrightButtom{
	position: absolute;
	width: 92%;
	top: 91%;
	padding-left: 35px;
}
.eventTheme,.eventInfo,.eventParic,.evebtLink{
	word-break: break-word;
	padding-left: 5px;
}
.eventChoose{
	display: none;
}
.event-left,.event-right,.video-left,.video-right{
	cursor: pointer;
}
.jiantou{
	margin-top: 10px;
	height: 10px;
}
.ShowArea{
	background-color: white;
	height: 100%;
}
.show{
	background-color: white;
	padding-top: 3%;
	padding-bottom: 3%;
	height: 100%;
	padding-left: 20%;
}
.show>*{
	display: inline;
}

.show>img{
	width:10% ;
}
.HK{
	margin-right: 5%;
	font-size: 20px;
	font-weight: bolder;
	color: #2361AD;
}
.name{
	font-size: 17px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.65);
}
/* 手机底部 */
.show-xs{
	background-color: white;
	padding-top: 3%;
	padding-bottom: 3%;
	height: 100%;
	padding-left: 20%;
}
.show-xs>*{
	display: inline;
}
.show-xs>img{
	width: 3rem;
}
.show-xs>.HK{
	font-size: 20px;
}
.show-xs>.name{
	font-size: 14px;
}
.ShowUls{
	width: 100%;
	overflow: hidden;
	height: 163px;
}
.ShowUls>ul{
	width: auto;
	display: flex;
	flex-direction: row;
	position: relative;
	font-family: poppins – black;
}
.ShowUls>ul>li{
	width: auto;
	height: 150px;
	display: flex;
	flex-direction: row;
	padding-top: 56px;
	margin: 0 20px;
}
.ShowUls>ul>li>img{
	padding-top: 8px;
	width: 30px;
	height: 45px;
}
.ShowUls>ul>li>p{
	padding-top: 14px;
	padding-left: 10px;
	white-space: nowrap;
}
/* 底部信息 */
.BottomBox{
	background-color: #3D3D3D;
	height: 100%;
}
.BottomBoxH{
	height: 87px;
}
.InfoPics{
	margin-top: 2%;
	display: flex;
	flex-direction: row;
}
.InfoPics>div{
	background-color: #2361AD; 
	margin: 8px;
	border-radius: 10%;
	text-align: center;
}
.InfoTxt>div p{
	color: white;
	font-size: 16px;
	height: 22px;
	line-height: 19px;
}
.InfoTxt>div a{
	color: rgba(255,255,255,0.8);
	display: block;
	font-size: 14px;
	padding-top: 12px;
	line-height: 17px;
	font-weight: lighter;
}
.InfoTxt{
	margin-top: 2%;
}
.Iecleft-eventPh{
	display: none;
}
.InfoTxt-1,.InfoTxt-2,.InfoTxt-3,.InfoTxt-4,.InfoTxt-5{
	margin-bottom: 3.5%;
}
.InfoTxtHead{
	font-weight: bolder;
}
.LastTxt{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.Lastleft{

	width: 50%;
}
.Lastleft>p{
	font-size: 14px;
	line-height: 17px;
	float: left;
	margin-left: 1rem;
}
.Lastright{
	width: 50%;
}
.Lastright>p{
	font-size: 14px;
	line-height: 17px;
	float:right;
	padding-right: 5em;
}
.Lastleft-xs>p,.Lastright-xs>p{
	font-size: 14px;
	line-height: 17px;
}
.News-Area{
	margin-top: 13%;
	width: 83%;
	margin-left: 17%;
	height: 100%;
	min-height: 600px;
	background-color: #FFFFFF;
}
.News-Top{
	width: 100%;
	margin-top: 50px;
	margin-left: 60px;
	height: 40px;
}
.News-header{
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	color: rgb(33, 98, 173);
	font-family: Poppins;
}
.News-Con{
	width: 100%;
	margin-top: 3%;
	min-height: 380px;
	height: 100%;
}
.News-video{
	float: left;
	/* height: 380px; */
	height: auto;
	width: 45.3%;
	margin-left: 3.8%;
	padding-right: 2%;
	padding-left: 0;
	border-right: 2px dashed rgb(183, 183, 183);
}
.News-video-face-bg{
	width: 100%;
	height: inherit;
	padding-bottom: 10px;
}
.News-videoBox{
	display: none;
	width: 98%;
	height: 100%;
	background-color: #000000;
}
.staticPics{
	width: auto;
	height: 490px;
	margin: 0 auto;
}
.News-video-face{
	width: 98%;
	height: 100%;
	position: relative;
	/* background: url(https://sandbox-newwebsite-uat-pdf.s3.ap-east-1.amazonaws.com/upload/picture/42d40929-14d1-416d-915d-104525cef9eb.GIF) 0px 0px no-repeat; */
	background-size: 100% 100%;
	display: flex;
}
.New-video-face-play{
	position: absolute;
	left: 45%;
	top: 42%;
	width: 10%;
	height: 16%;
	z-index: 1;
}
.News-video-face-title{
	width: 94%;
	min-height: 30px;
	bottom: 15%;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.News-video-face-txt{
	position: absolute;
	width: 94%;
	margin-left: 3%;
	line-height: 20px;
	bottom: 5%;
	color: rgb(212, 219, 225);
	font-size: 14px;
}
.NewsOuterBox{
	width: 100%;
	height: 300px;
	padding-right:30px ;
}
.NewsBoxTitle{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: rgb(81,81,81);
	height: auto;
	max-height: 130px;
	overflow-y: hidden;
	margin-bottom: 20px;
	text-overflow: ellipsis;
}
.NewsBoxTxt{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: rgba(81,81,81,0.7);
	height: auto;
	margin-bottom: 20px;
	max-height: 180px;
	overflow-y: auto;
	text-overflow: ellipsis;
}
.NewsBoxTxt::-webkit-scrollbar{
	background: #E6E6E6;
	width: 10px;
	height: 10px;
	border:none;
	border-radius: 10px;

}
.NewsBoxTxt::-webkit-scrollbar-thumb{
	background-color: #d8d8d8;
}
.NewsBoxShow{
	font-size: 12px;
	width: 100%;
	line-height: 20px;
	text-align: right;
	color: rgb(70, 109, 149);
	
}
.NewsBoxShow>a{cursor: pointer;}
.News-txt{
	float: left;
	width: 40%;
	height: 380px;
}
.News-txt-col{
	width: 93%;
	margin-left: 7%;
	border-bottom: 2px solid rgb(183, 183, 183);
	min-height: 150px;
}
.News-txt-col-sec{
	margin-top: 20px;
}
.News-txt-col-title{
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;

}
.News-txt-col-time{
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	font-weight: bold;
	color: rgb(70, 109, 149);
}
.News-txt-col-Txt{
	line-height: 20px;
	font-size: 14px;
	color: #333333;
}
.News-txt-link{
	width: 90%;
	height: 17px;
	margin-top: 10%;
	margin-left: 6%;
}
.News-txt-link>div{
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	float: left;
	margin: 0 5px;
}
.News-txt-link>div>a{
	color: #000000;
	cursor: pointer;
}
.News-txt-link>div>.NumLighter{
	color: #00b8ff;
}
.excelBBox{
	background-color:rgb(236, 236, 236);
	min-height: 600px;
	height: 100%;
	width: 100%;
}
.ExcelTitle{
	margin: 60px auto;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
}
.ExeclInBox{
	display: flex;
	flex-direction: row;
	min-height: 315px;
	height: 100%;
}
.excelBBox>.ExeclInBox>.excel-a, 
.excelBBox>.ExeclInBox>.excel-b, 
.excelBBox>.ExeclInBox>.excel-c{
	padding: 1%;
	padding-top: 4%;
}
.excel-a,.excel-b,.excel-c{
	width: 33.5%;
	padding:4%;
	height: 520px;
/* 	height: 500px; */
	margin: 20px auto;
}
.a-box..c-box{
	height: 33px;
	height: 33px;
}
.excel-a>div>.a-box,.excel-c>div>.a-box{
	width:70%;
	margin-right: 0;
}
.excel-a>div>.c-box,.excel-c>div>.c-box{
	display: block;
	width: 30%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
}
.excel-a>div>.b-box,.excel-c>div>.b-box{
	width: 0%;
	margin-left: 0;
}
.line-1{
	margin-bottom: 20px;
}
.line-1,.line-2,.line-3,.line-4,.line-5,.line-6{
	height: 75px;
	font-size: 14px;
	line-height: 33px;
	display: flex;
	flex-direction: row;
}
.fir-box{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	width:80%;
	margin: auto auto;
	color:rgb(54, 100, 150);
	font-weight: bold;
	overflow: hidden;
}
.sec-box{
	display: none;
	font-size: 14px;
	line-height: 25px;
	margin-left: 4%;
	width: 15%;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	font-weight: bold;
}
.thr-box{
	display: none;
	font-size: 14px;
	line-height: 25px;
	width: 17%;
	margin: auto;
	text-align: center;
	font-weight: bold;
}
.for-box{
	font-size: 14px;
	line-height: 25px;
	width: 30%;
	margin: auto;
	text-align: center;
	font-weight:bold;
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/home/images/down.png) 0px 0px no-repeat;
	background-position: 90% 18px;
	background-size: 16px 8px;
	cursor: pointer;
	position: relative;
}
.selectList{
	position: absolute;
	display: none;
	top: 40px;
	flex: 0px;
	width: 100%;
	height: auto;
	background-color:rgb(230, 230, 230);
	border-radius: 4px;
}
.selectItem{
	color: rgba(81,81,81,1);
	border-top: 1px solid rgb(200, 200, 200);
	cursor: pointer;
}
.selected-box{
	color: rgb(101, 133, 220);
	border: 1px solid rgb(180,180,180);
	border-radius: 10px;
	padding-top: 10px;
	width: 150px;
}
.a-box{
	padding-left: 2%;
	width: 70%;
/* 	margin-right: 20%; */
	height: 70px;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: auto;
	overflow: hidden;
	/* text-align: center; */
}
.b-box{
	width: 30%;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	/* margin-left: 6%;
	margin-right: 4%; */
	margin-top: 3px;
	margin-bottom: auto;
	color: rgb(81, 192, 152);
		overflow: hidden;
}
.bred{
	color: rgb(81, 192, 152);
}
.c-box{
	display: none;
	width:30%;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	margin-top: 3px;
	height: 50px;
	margin-bottom: auto;
	text-align: left;
	overflow: hidden;
	padding-left: calc( 30% - 95px);
}
.line{
	width: 1px;
	border-left: 2px dashed rgb(186, 186, 186);
	margin-top: 6%;
	margin-bottom: 3%;
}
.ColTxt-c{
	
}
.Coltxt-c{
	padding-left: 4%;
	font-size: 16px;
	line-height: 24px;
}
.Col-bottom{
	width: 100%;
	height: 80px;
	margin: 0 auto;
}
.col-bnt{
	width: 12%;
	height: 50px;
	margin-top: 10px;
	margin-left: 44%;
	background-color: rgb(35, 97, 172);
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 5%;
	min-width: 100px;
}

/* COM */
.excelB-Box{
	background-color: rgb(255, 255, 255);
	min-height: 600px;
	height: 100%;
	width: 100%;
}

.comp{
	height: 500px;
}
.comp>.line-1, 
.comp>.line-2,
 .comp>.line-3,
  .comp>.line-4,
   .comp>.line-5,
	.comp>.line-6{
		height: 65px;
	} 
.com-bnt{
	background-color:#2361AD;
	border: 0;
}
.title{
	font-family:'Poppins-Black';
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
}
.boxinner{
	width: 2px;
	height: 26.6px;
	color: rgba(0,0,0,0);
	font-size: 19.8px;
	pointer-events: none;
}

















.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa{}
.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa{}
/* ..................................................... */
@media screen and (min-width:1921px) {
	body{
		width: 1920px;
		margin: 0 auto;
	}
	.MenusConcent{
		width: 1536px;
	}
	.MBOx>div{
		width: 460px;
	}
	.MBOx>div>ul{
		line-height: 40px;
	}
	.MBOx>div>ul>li{
		padding: 2px;
	}
	.carousel-indicators{
		bottom: 30px;
	}
	.container-fluid{
		/* width: 1920px; */
	}
	.navbar-brand>img{
		width: 230px;
	}
	.TopNav{
		margin: 0 auto;
		width: 1920px;
	}
	.TopNav>.container-fluid{
		width: 1920px;
	}
	.navbar-brand>img{
		width: 230px;
	}
	.pic-txt1{
		font-size: 40px;
		line-height: 50px;
	}
	.pic-txt2{
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 530px;
	}
	.pic-button1{
		width: 180px;
		height: 60px;
		margin: 46px auto;
	}
	.pic1, .pic2, .pic3{
		margin-top: 76px;
	}
	.DateTime{
		margin-top: 19px;
	}
	.Iecleft{
		height: 520px;
	}
	.Iecright{
		height: 520px;
	}
	.MCArea{
		height: 1400px;
	}
	.MCMBtxtBox{
		max-height: 80px;
	}
	.MCMbox1{
		/* margin-left: 76px; */
	}
	.MCMbox1, .MCMbox2, .MCMbox3{
		height: 680px;
		padding: 24px 26px;
	}
	.MCBotton{
		height: 288px;
	}
	.MCBpot{
		height: 100px;
	}
	.potbox li{
		height: 19px;
		width: 19px;
		border: 4px solid white;
		margin: 26px;
	}
	.MCBbnt>button{
		height: 57px;
		border: 4px solid white;
	}
	.InfoPics>div{
		padding: 1.6px;
		margin: 6.6px;
	}
	.BottomBox{
		padding: 0;
	}
	.Iecleft-daily>.DailyArea>.dailyHeader>.Hleft>span, .Iecleft-daily>.DailyArea>.dailyHeader>.Hright>span{
		margin: 0 10px;
	}
	.Iecleft-daily>.DailyArea>.dailyHeader>.DailyTime{padding-left: 0px;}
}
@media screen and (max-width: 1600px){
	.excelBBox{
		width: 100%;
		margin-left: 0;
	}
	
	.excelBBox{
		width: 100%;
		margin-left: 0;
	}
	.col-bnt{
		width: 10%;
		margin-left: 40%;
	}
} 
.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa{}
@media screen and (max-width: 1488px){
	.pic-txt1{font-size: 30px;line-height: 35px;}
	.pic-txt2{font-size: 20px;}
}

@media screen and (max-width: 1400px) {.carousel-indicators{bottom: 10px;}
	.pic-button1{margin: 2.4vh auto;}
	.pic-txt2{margin-bottom: 35%;}
}
@media screen and (max-width: 1300px) {
	.pic-button1{
		font-size: 14px;
	}
	.MenusConcent{
		display: none;
	}
	.phMenusConcent{
		display: none;
		background-color: rgb(240 240 240);
		position: absolute;
		left: 0;
		width: 100%;
	}
	
	.MBOx>div{
		height:100%;
	}
	.firBOx>ul>li>a, .secBOx>ul>li>a, .thrBOx>ul>li>a{
		line-height: 20px;
		padding: 10px 10px;
		margin: 0;
	}
		.TopNav{
			display: none;
		}
		.phone-nav{
			display: block;
			position: relative;
			height: 80px;
			background-color: #2361AD;
		}
		.memu{
			width: 100%;
			height: 100%;
			display: flex;
			flex-direction: row;
		}
		.rowBox{
			height: 440px;
			margin-left: 3%;
		}
		.Pictxt{
			width: 50%;
			margin-left: 70%;
		}
		.downMenu{
			display: none;
			background-color:#2361AD ;
			position: absolute;
			z-index: 20;
			width: 100%;
			top: 80px;
		}
		.downMenu>ul>li{
			margin: 20px;
			list-style-type: none;
		}
		.downMenu>ul>li>a{
			color: white;
		}
		.logo{
			margin: 10px 10px;
		}
		.Mbtn{
			position: absolute;
			right: 20px;
			width: 80px;
			height: 100%;
		}
		.rowLine{
			margin: 10px auto;
			width: 60%;
			height: 5px;
			background-color: white;
			border-radius: 10px;
		}
		.Top>div>div>div>ul>li{
			padding: 0;
		}
		.pic-txt1{
			font-size: 200%;
			line-height: 3.3vw;
		}
		.pic-txt2{
			margin-bottom: 34%;
		}
		.pillBox{
			width: 768px;
		}
		#Products>li{
			margin: 0 5px;
		}
		.ProductArea{
			height: 100%;
		}
		.TabMidtxt1{
			width: 88%;
			margin-right: 30px;
		}
		.pic2{
			width: 250px;
			margin-bottom: 100px;
		}
		.Picrows{
			width: 100%;
			margin-left: 50%;
		}
		.MCArea{
			
		}
		.MCMbox1, .MCMbox2, .MCMbox3{
			width: 76%;
			margin-left: 12%;
			margin-top: 30px;
			height: 100%;
		}
		.MCBbnt>button{
			width: 20%;
			margin-top: 30px;
		}
		.IecleftBox{
			width: 100%;
			height: 100%;
			margin: 50px auto;
		}
		.Iecleft{
			height: 100%;
		}
		.IecleftTxt{
			margin-bottom: 10%;
		}
		.IecrightBox{
			width: 100%;
			height: 520px;
		}
		.Iecright{
			height: 520px;
			margin-bottom: 100px;
		}
		
		
		.ExeclInBox{
			display: flex;
			flex-direction: row;
			height: auto;
			/* 1500 */
		}
		.News-Area{
			width: 100%;
			margin-left: 0;
			background-color: rgb(255,255,255);
		}
		.News-video,.News-txt{
			margin-top: 30px;
			width: 100%;
			/* height: 45vw; */
			margin-left: 2%;
		}
		.News-txt{
			height: 100%;
		}
		.News-txt-col{
			min-height: 100px;
		}
		.News-txt-link{
			margin-top: 5%;
			margin-bottom: 3%;
		}
		.CMCBOX{
			margin-left: 0;
			width: 100%;
		}
		.Iecmiddle{
			display: none;
		}
		.TabMidtxt1{
			margin: 0;
			width: 95%;
		}
		.Picrows{
			width: 200%;
			margin-left: 30%;
		}
		.nav>li>a:focus, .nav>li>a:hover{
			color: #FFFFFF;
		}
		.MCMBa{
			display: block;
			position: inherit;
			margin-bottom: 30px;
			bottom: 0;
		}
		.MCMBchoose{
			display: block;
			position: inherit;
		}
		.MCMbox>img{
			width: 100%;
			height: 85%;
		}
		.a-box{
			width: 60%;
		}
		.InnerBox{
			width: 100%;
		}
		.followUs{
			width: 100%;
		}
		.followLine{
			margin-bottom: 20px;
		}
}
.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa{}







@media screen and (max-width: 1200px){
	.ExeclInBox{
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.excels{
		width: 90%;
		margin: 0 5%;
	}
	.excel-a,.excel-b,.excel-c{
		width: 100%;
		padding:4%;
		height: 100%;
		margin: 20px auto;
	}
	.excelBBox{
		height: 100%;
	}
	
}
@media screen and (min-width: 769px){
	.Iecleft-eventPc{
		display: block;
	}
	.Iecleft-eventPh{
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.pic-txt2{
		margin-bottom: 25%;
	}
	.col-bnt{
	 	width: 20%;
	 	margin-left: 40%;
	 }
	 /* 轮播图内文字 */
	
	/* 新闻事件 */
	.Picrows{
		width: 100%;
		margin-left: 13%;
	}
	.col-one, .col-two, .col-three, .col-four{
		width: 18%;
		height: 160px;
	}
	.excel-1-small>button, .excel-2-small>button, .excel-3-small>button{
		height: 9%;
	}
	.News {
		background-color: white;
		height: 150vw;
	}
	/* 新闻区开始*/
	.NewsHeader>ul {
		height: 40rem;
		padding-left: 2vw;
	}
	
	#Newheader {
		font-size: 40px;
		font-weight: bolder;
		margin-left: 1vw;
		margin-top: 3vw;
		color: #2361AD;
	}
	
	/* 内容 */
	.NewsBody {
		font-size: 0.1vw;
		max-height: 100vw;
		overflow-y: scroll;
	}
	
	.NewsBody::-webkit-scrollbar {
		/*滚动条整体样式*/
		width: 10px;
		/*高宽分别对应横竖滚动条的尺寸*/
		height: 2px;
	}
	
	.NewsBody::-webkit-scrollbar-thumb {
		/*滚动条里面小方块*/
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: #535353;
	}
	
	.NewsBody::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		background: #EDEDED;
	}
	
	/* 时间区 */
	.DateTime {
		padding-left: 0;
		margin-top: 1vw;
		border-radius: 50%;
		width: 3rem;
		height: 3rem;
		background-color: gray;
		overflow: hidden;
	}
	
	.DateActive {
		background-color: #0044CC;
	}
	
	/* 日期 */
	.DateTime>p {
		overflow: hidden;
		font-weight: normal;
	}
	
	/* 日 */
	.day {
		font-size: 1.9rem;
		padding-left: 0.3rem;
		color: white;
		font-weight: bold;
	}
	
	/* 月年 */
	.YM {
		font-size: 12px;
		margin-top: -20%;
		color: white;
		padding-left: 0.5rem;
	}
	/* 事件描述 */
	.NewBox {
		padding-left: 2vw;
	}
	
	.Newtitle {
		font-size: 20px;
		margin-top: 1vw;
		font-weight: bold;
		margin-bottom: 1vw;
	}
	
	.Newbody {
		margin-top: 0;
	}
	
	.Newbody>p {
		font-size: 14px;
	}
	.meida-a{
		padding: 2rem;
	}
	.meida-a>a{
		font-size: 1.5rem;
	}
	/* 事件日历 */
	.Daily{
		height: 115vw;
		background-color: white;
	}
	.Daily>.DailyArea{
		margin: 0 auto;
		width: 100%;
	}
	.Daily>.DailyArea>.dailyHeader>.Hleft{
		width: 15vw;
	}
	.Daily>.DailyArea>.dailyHeader>.Hleft>span{
		margin-left: 3vw;
	}
	.Daily>.DailyArea>.dailyHeader>.DailyTime{
		width: 50vw;
		margin: 0 auto;
		font-size: 18px;
	}
	.Daily>.DailyArea>.dailyHeader>.Hright{
		width: 15vw;
	}
	.Daily>.DailyArea>.dailyHeader>.Hright>span{
		margin-right: 3vw;
	}
	.Daily>.DailyArea>.dailyHeader{
		width: 90vw;
		height: 7rem;
	}
	.Daily>.DailyArea>.DailyBody>.Dailydate>.date-th{
		height: 5.5vw;
		width: 5.5vw;
		line-height: 5.5vw;
		text-align: center;
		font-size: 14px;
		margin: 2vw auto;
	}
	.Daily>.DailyArea>.DailyBody>.Dailydate>.date-td{
		height: 6.5vw;
		width: 6.5vw;
		line-height: 6.5vw;
		text-align: center;
		font-size: 14px;
		margin: 3vw auto;
	}
	.MCSmallBox{
		display: block;
	}
	/* IC */
	.IecleftBox{
		padding: 0;
		margin: 0 auto;
	}
	.Iecleft{
		height: 520px;
		width: auto;
		margin-left: 0;
	}
	.Iecright{
		padding: 5%;
		margin: 2rem auto;
		height: 520px;
		width: auto;
	}
	.Iecleft-event{
		margin-bottom: 2rem;
	}
	.Iecleft-daily{
		width: 60%;
	}
	.Iecleft-daily>.DailyArea>.dailyHeader{
		width: 100%;
		height: auto;
		padding-top: 0;
		margin: 0 auto;
	}
	.Iecleft-daily>.DailyArea{
		height: auto;
	}
	.Iecleft-daily>.DailyArea>.dailyHeader>.Hleft,.Iecleft-daily>.DailyArea>.dailyHeader>.Hright{
		width: 20%;
		line-height: 3rem;
	}
	.Iecleft-daily>.DailyArea>.dailyHeader>.Hleft>span,.Iecleft-daily-xs>.DailyArea>.dailyHeader>.Hright>span{
		line-height: 2rem;
		font-size: 14px;
		font-weight: lighter;
		margin-left: 0.5vw;
		margin-right: 0.5vw;
	}
	.Iecleft-daily>.DailyArea>.dailyHeader>.DailyTime{
		width: 60%;
		display:block;
		padding-left: 0.5vw;
		font-size: 14px;
	}
	.Iecleft-daily>.DailyArea>.DailyBody{
		height: auto;
	}
	.Iecleft-daily>.DailyArea>.DailyBody>.Dailydate>.date-th{
		height: 2.5vw;
		margin: 2.3rem auto;
		line-height: 0.5vw;
		font-size: 14px;
	}
	.Iecleft-daily>.DailyArea>.DailyBody>.Dailydate>.date-td{
		height: 25px;
		line-height: 25px;
		font-size: 10px;
		width: 25px;
		margin: 0.5rem auto;
	}
	.IecleftButtom{
		top: 93%;
	}
	.IecrightButtom{
		top: 91%;
	}
}
@media screen and (max-width: 1119px){
	.excelCBox>div>.line,.line{
		display: none;
	}
}
@media screen and (max-width: 1000px){
	.IecleftButtomRSec{right: 8%;}
	.carousel-caption{
		right: 0%;
		left: 0%;
	}
	.titleBr{
		display: none;
	}
}
@media screen and (max-width: 769px) {
	/* 手机选择框 */
	.Top{
		height: 40px;
	}
	.TopTxt{
		/* -webkit-transform:scale(0.5,0.5); */
		width: auto;
		float: left;
		right: -75px;
		margin: 10px 0px;
	}
	.Top>div>div>div>ul>li{
		height: 20px;
		line-height: 20px;
	}
	/* 导航条 */
	.phone-nav{
		height: 40px;
	}
	.logo>img{
		height: 20px;
	}
	.Mbtn{
		width: 20px;
		height: 20px;
		padding-top: 10px;
	}
	.rowLine{
		margin: 3px auto;
		width: 100%;
		height: 2.5px;
		background-color: rgba(255,255,255,0.8);
	}
	.downMenu{
		top: 40px;
	}
	/* 轮播图 */
	.carousel-caption{
		top: 0;
		width: 100%;
		left:0;
		right: 0;
		padding: 0 4%;
	}
	.pic-txt1{
		width: 92%;
		position: absolute;
		bottom: 80%;
		line-height: 27px;
		font-size: 20px;
	}
	.little{
		font-size: 10px;
	}
	.pic-txt2{
		width: 92%;
		position: absolute;
		top: 20%;
		color: rgba(255,255,255,0.7);
		font-size: 10px;
	}
	.pic-button1{
		width: 34%;
		left: 33%;
		bottom: 6%;
		position: absolute;
		color: rgba(255,255,255,0.7);
	}
	.carousel-indicators li{
		width: 7px;
		height: 7px;
		margin-left: 7px;
	}
	.carousel-indicators .active{
		width: 7px;
		height: 7px;
		margin-left: 7px;
		margin-right: 1px;
		margin-top: 1px;
		margin-bottom: 1px;
	}
	#product{
		font-size: 25px;
		margin-top: 30px;
	}
	#Products>li>a{
		padding: 0;
		font-size: 12px;
	}
	.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
		background-color: rgb(255,255,255);
	}
	#Products>li{
		margin: 10px 5px;
		padding-right: 0;
	}
	.nav-pills>li.active>a::after{
		left: 40%;
		bottom: -3.5px;
	}
	.pillBox{
		margin: 0 auto;
		padding: 0 5px;
		width: 100%;
	}
	.Tab1Txt{
		font-size: 12px;
	}
	.TabMidtxt1>div>h2{
		margin-top: 0;
		font-size: 20px;
		line-height: 20px;
	}
	.TabMidtxt1>div>p{
		font-size: 12px;
	}
	.rowpic1{
		left: 4%;
		width: 16%;
		height: 46%;
	}
/* 	.Rowpic1{
		animation: etfoneph 12s infinite ;
	}
	.Rowpic2{
		animation: etftwoph 12s infinite;
	}
	.Rowpic3{
		animation: etfthreeph 12s infinite;
	}
	.Row2pic1,.Row3pic1{
		animation: etfoneph 12s infinite ;
	}
	.Row2pic2,.Row3pic2{
		animation: etftwoph 12s infinite ;
	}
	.Row2pic3,.Row3pic3{
		animation: etfthreeph 12s infinite ;
	} */
	.hr1{
		left: 25%;
	}
	.rowpic2{
		left: 35%;
		width: 33%;
	}
	.hr2{
		left: 79%;
	}
	.rowpic3{
		left: 83%;
		width: 16%;
		height: 46%;
	}
	#TabProducts{
		margin-top: 20px;
	}
	.excelTop>div>p{
		margin-top: 3rem;
		font-size: 22px;
	}
	.excelTop{
		height: 8.3rem;
	}
	.line-1{
		display: block;
	}
	.fir-box{
		width: 100%;
		text-align: center;
		font-size: 17px;
	}
	.DATch-one, .DATch-two, .DATch-thr{
		font-size: 12px;
	}
	.line-1{
		height: 110px;
	}
	.Bline-1{
		height: 70px;
	}
	.line-2, .line-3, .line-4, .line-5, .line-6{
		height: 65px;;
	}
	.excelBBox>.ExeclInBox>.excel-a, .excelBBox>.ExeclInBox>.excel-b, .excelBBox>.ExeclInBox>.excel-c{
		padding-top: 0;
	}
	.a-box,.b-box,.c-box{
		font-size: 12px;
		line-height: 20px;
	}
	.excel-a>div>.c-box, .excel-c>div>.c-box{
		width: 35%;
		
		margin-left: 0px;
	}
	.a-box{
		text-align: left;
		height: 60px;
	}
	.Coltxt-c{
		font-size: 12px;
		line-height: 20px;
	}
	.col-bnt{
		height: 30px;
		font-weight: lighter;
	}
	.News-Top{
		margin-top: 6.5%;
		margin-left: 0;
		width: 100%;
	}
	.News-header{
		font-size: 25px;
		text-align: center;
	}
	.News-txt-col-title{
		font-size: 15px;
	}
	.News-txt-col-time{
		font-size: 12px;
	}
	.News-txt-col-Txt{
		font-size: 12px;
		margin-bottom: 12px;
	}
	.News-txt-link>div{
		margin: 0 2px;
	}
	.MCHead>p{
		font-size: 24px;
		color: rgb(33, 98, 173);
		margin-bottom: 0;
	}
	.BoxHeader,.BoxEmail,.ChooseBox,.EmailNameLine{
		width: 100%;
	}
	.EmailIput{
		width: 300px;
	}
	.EmailButton{
		margin: 20px auto;
	}
	.followPic{
		width: 30px;
		height: 30px;
		margin: 0 5px;
	}
	.followTxt{
		font-size: 16px;
		line-height: 30px;
	}
	.followLine{
		width: 360px;
	}
	.productbox{
		margin-top: 30px;
		border-left: 0px;
	}

	

	
	.pic-button1-xs{
			 background-color: rgba(0,0,0,0);
	}
	.Picrows{
		width: 100%;
		margin-left: 1%;
	}

	.pic1, .pic2, .pic3{
		height: 12rem;
	}
	.pic2{
		width: 50%;
	}
	.carousel-indicators{bottom: 0;}
	/* tab页设置 */
	.excel-1-small,
	.excel-2-small,
	.excel-3-small{
		width: 100%;
		height: 60rem;
		color: white;
		font-size: 1rem;
	}
	
	.excel-1-small>div:not(.ColWidth),
	.excel-2-small>div:not(.ColWidth),
	.excel-3-small>div:not(.ColWidth){
		float: left;
		line-height: 2rem;
		width: 43%;
		height: 27%;
	}
	
	.excel-1-small>p,
	.excel-2-small>p,
	.excel-3-small>p {
		margin-top: 3rem;
		margin-left: 3rem;
		font-size: 30px;
		font-weight: bold;
	}
	
	.excel-1-small>p::after,
	.excel-2-small>p::after,
	.excel-3-small>p::after {
		position: absolute;
		display: block;
		content: " ";
		width: 17px;
		height: 4px;
		left: 14%;
		/* bottom: 325px; */
		border-radius: 30px;
		background-color: white;
	}
	
	.excel-1-small>button,
	.excel-2-small>button,
	.excel-3-small>button {
		width: 100px;
		height: 5%;
		font-size: 14px;
		margin-left: 2rem;
		line-height: 14px;
	}
	.ColWidth{
		width: 100%;
	}
	.excel-1-small{
		background-color: #E15927;
	}
	
	.excel-2-small{
		background-color: #00B4D8;
	}
	
	.excel-3-small{
		background-color: #C325F2;
	}
	.MCMbox1, .MCMbox2, .MCMbox3{
		width: 90%;
		height: 100%;
		margin: 3% 5%;
		padding: 15px 20px;
	}
	.MCMbox>.MCMkind>p{
		font-size: 12px;
	}
	.MCMBtitle{
		font-size: 13px;
		line-height: 23px;
	}
	.MCMBtime{
		font-size: 12px;
		line-height: 12px;
	} 
	.Iecleft-daily>.DailyArea>.dailyHeader>.Hright>span{
		margin-left: 4.5vw;
	}
	.ProductArea{
		background-color: rgb(255,255,255);
	}
	.excelBBox{
		background-color: rgba(255,255,255,0.8);
	}
	

	.News-videoBox{width: 100%;}
	.MCArea{
		height: 100%;
		padding: 0;
		background-color: rgb(255,255,255);
	}
	.MCArea>div>div{
		padding: 0;
	}
	.MarketArea>div{
		padding: 0;
	}
	.MCMidel{
		margin: 0;
	}
	.CMCBOX{
		padding: 0;
	}
	.MCBotton{
		margin-top: 5px;
	}
	.potbox li{
		margin: 1.3rem 2rem;
		width: 3vw;
		height: 3vw;
	}
	.MCBbnt{
		margin-top: 60px;
	}
	.MCBbnt>button{
		width: 45%;
		height: 8vw;
	}
	.InvestorHeader{
		margin-top: 18px;
	}
	.InvestorHeader>p{
		font-size: 25px;
		color: #000000;
	}
	.IEContent{
		margin-top: 0;
		padding-bottom: 2%;
	}
	.Iecleft{
		min-width:0;
	}
	.IecleftButtomR,.IecleftButtomRSec{
		margin-left: 70%;
		right: 3%;
	}
	.IecleftButtomR{
		margin-left: 70%;
	}
	.IecleftBox{
		width: 90%;
		height: 100%;
		margin-top: 0px;
		margin-left: 5%;
		margin-right: 5%;
	}
	.Iecleft{
		height: 100%;
		min-height: 530px;
		width: 100%;
	}
	.IecrightBox{
		width: 90%;
		margin: 0 5%;
		height: 100%;
		margin-bottom: 2px;
	}
	.Iecright{
		height: 100%;
		width: 100%;
		flex-direction: column;
	}
	.Iecleft-daily{
		height: auto;
		min-height: 250px;
		width: 100%;
	}
	.Iecleft-event{
		width: 90%;
		padding-left: 5%;
	}
	.Iecleft-eventPc{
		display: none;
	}
	.Iecleft-eventPh{
		display: block;
	}
	.eventHead{
		font-size: 13px;
		line-height: 13px;
	}
	.eventTime{
		font-size: 12px;
		line-height: 12px;
	}
	.eventContent{
		font-size: 12px;
	}
	.carousel-indicators{
		left: 50.5%;
		margin-bottom: 5%;
	}
	.IEBox{
		margin: 0;
		width: 100%;
	}
	.IecleftTitle>p{
		font-size: 15px;
	}
	.IecleftTxt>p{
		font-size: 12px;
	}
	.playImg{
		width: 16%;
	}

	.TabMidtxt1{
		margin-left: 0;
		width: 85%;
	/* 	padding-right: 0; */
		height: auto;
	}
	.productTxtLine{
		width: 85%;
		margin: 5px 0px;
		padding-left: 20px;
		font-size: 16px;
	}
	.productTxtPot{
		left: 0px;
	}
	.productTxtActive{
		font-size: 16px;
		padding-left: 20px;
	}
	.productTxtActive>.productTxtPot{
		width: 10px;
		height: 10px;
		left: 0px;
		top: 15px;
	}
	.Picrows{
		margin: auto;
		height: 120px;
		width: 350px;
	}
	.Pictxt{
		margin-left: 15%;
		width: 70%;
	}
	.rowBox{
		height: 230px;
		padding-left:0 ;
		padding-right: 0;
		margin-left: 2%;
	}
	
	.eventContent{
		height: auto;
	}
	.IecleftTitle{
		height: 15%;
	}
	.col-bnt{
		margin-left: 35%;
	}
	.show-xs>img{
		width: 2rem;
	}
	.show-xs>.HK{
		font-size: 15px;
		display: inline-block;
		width: auto;
	}
	.show-xs>.name{
		font-size: 12px;
	}
	.show-xs,.ShowArea{
		
	}
	.excel-a>div>.a-box, .excel-c>div>.a-box{
		width: 62%;
		margin-right: 3%;
	}
	.for-box{
		width: 50%;
	}
	/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
	.BottomBoxH {
		height: 44px;
	}
	.InfoPics>div{
		margin: 5px;
	}
	.InfoPics>div>img{
		width: 30px;
	}
	.Lastleft-xs{
		margin-top: 40px;
	}
	.Lastright-xs{
		margin-top: 15px;
	}
	.InfoTxt>div a{
		font-size: 12px;
		line-height: 12px;
		padding-top: 6px;
	}
	.InfoTxt>div p{
		margin-bottom: 0;
		margin-top: 6px;
		font-weight: normal;
		font-size: 14px;
		line-height: 20px;
		height: 20px;
	}
	.News-txt-col{
		margin-left: 2%;
	}
}
 .aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa{}
 @media screen and (max-width: 447px){
	 .EmailNameInput{
		 margin: 10px 20px;
	 }
 }
@media screen and (max-width: 446px){
 	.InfoPics>div{
 		float: left;
 	}
	.Picrows{
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
 	.InfoPics{
 		margin-top: 2%;
 		height: 100%;
 		display: block;
 		flex-direction: column;
 	}
	.followLine{
		width: 100%;
	}
	.followPic{margin: 5px 5px;}
	.followTxt{margin: 5px 0;}
/* 	.Picrows{
		margin: 20px 13% 0;
		height: 100px;
	} */
	.Pictxt{
		width: 350px;
		margin-left: 10px;
	}
	.Iecleft{
		min-height: 440px;
		padding: 0 5%;
	}
 }
 @media screen and (max-width: 379px){
	 .Lastright-xs {
	     margin-top: 36px;
	 }
 }
 
 
 @media screen and (max-width: 311px){
	 .BottomBoxH{
		 height: 88px;
	 }
 }
