/* 这里是选择语言的选择框样式 */
/* 选择地区 */
.ChooseArea{
	position: absolute;
	z-index: 80;
	top: 40px;
	width: 140px;
	display: none;
}
.AreaLine{
	display: block;
	background-color: rgb(61, 61, 61);
	width: 125px;
	height: 36px;
	padding-left: 40px;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.AreaPic{
	width: 30px;
	height: 18px;
	position: absolute;
	top: 6px;
	left: 3px;
}
.HKArea{
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/pageAll/images/hk.png) 0px 0px no-repeat;
	background-position: left top;
	background-size: 25px auto;
}
.EuArea{
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/pageAll/images/eur.png) 0px 0px no-repeat;
	background-position: left top;
	background-size: 25px auto;
}
.SingArea{
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/pageAll/images/sing.png) 0px 0px no-repeat;
	background-position: left top;
	background-size: 25px auto;
}
.PhLine{
	position: relative;
}
.phGetdown{
	font-size: 30px;
	position: absolute;
	right: 0;
	top: -13px;
	transform: rotate(90deg);
	text-decoration: none;
}
.phGetdown:hover,.phGetdown:active{
	text-decoration: none;
}
.brand-pic{
	cursor: pointer;
}
.MBOx>div{
	height: 50rem;
}
.TopNav{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

/* dhtx */
/* .MenusConcent{
	display: block;
} */


.MBOx>div {
    height: 300px
;
}
.MBOx>.thrBOx{
	width: 40%;
	background-color: rgba(240,240,240,1);
	height: auto;
    border-left: #ccc 1px solid;
}
.firBOx>ul>li>a, .secBOx>ul>li>a, .thrBOx>ul>li>a{
	line-height: 30px;
}
.TopTxtLink>a{
	text-decoration:none 
}
.box1{
	position: relative;
}
.InfoPics>div{
	cursor: pointer;
}
.WxPic{
	display: none;
	width: 200px;
	height: 200px;
	position: absolute;
	left: -10px;
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/pageAll/images/csop_wechat_qr.jpg) 0px 0px no-repeat;
	background-size: 180px 180px;
	background-position: 10px 10px;
	top: 60px;
	z-index: 10;
}
.navbar-default .navbar-nav>li>a{
	font-family: OpenSans;
}
.phMenusConcent>div>ul>li{
	padding-right: 15px;
	display: flex;
	flex-direction: row;
	position: relative;
}
.nextLine{
	position: absolute;
	right: 0px;
	height: 40px;
	width: 40px;
	top: 0px;
	background: url(//cdn.xuansiwei.com/flyju5156/tc/asset/lai/images/arrow-blue.png) 0px 0px no-repeat;
	background-position: 0px 16px;
	background-size: 15px 15px;
}
.phMenusConcent>.firBOx>ul>li>a, .phMenusConcent>.secBOx>ul>li>a{
	background: none;
}
.phMenusConcent>div{
	width: 33.3%;
	float: left;
}
.phMenusConcent{
	width: 300%;
}
.preLine{
	padding-left: 10px;
	width: auto;
	font-size: 16px;
	line-height: 20px;
	color: #0044CC;
	margin-bottom: 10px;
}
.phMenusConcent>.thrBOx{
	width: 33.3%;
}
._globalBoldWord{
	color: rgba(81, 81, 81, 1);
}
.ParticipatLine>div{
	color: rgba(85, 85, 85 ,0.7);
}




@media screen and (max-width: 768px) {
	.MBOx>div>ul>li{
		height: 40px;
		overflow: hidden;
	}
	.MBOx>.thrBOx{
		width: 33%;
	}
}




.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa{}
/* 底部公告按钮 */
.popup_box {
    background-color: #fff;
    width: 50%;
    max-height: 75vh;
    padding: 30px;
    top: 10%;
    position: fixed;
    z-index: 50000;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}
.popup_box .close {
    position: absolute;
    right: -15px;
    top: -15px;
    height: 30px;
    width: 30px;
    background-size: 15px;
    border-radius: 100%;
    background: #f3f3f3 center no-repeat;
    background-size: 20px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}
.popup_box .content {
    overflow-y: auto;
    max-height: calc(75vh - 60px);
    line-height: 1.2;
}
.popup_mask {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 3000;
    color: black;
    top: 0;
    left: 0;
}
.popup_box .content .title-small.blue {
    color: #2361ad !important;
}
.popup_box .content .title-small {
    color: #575e63;
    padding: 4px 0 20px 0 !important;
}
.title-small {
    font-size: 18px;
    padding-bottom: 5px;
    color: #2361ad;
    font-weight: bold;
    display: block;
}
.popup_box .content p {
    padding: 0px 15px 15px 0;
    font-size: 16px;
}

.popup_box_Privacy {
    background-color: #fff;
    width: 50%;
    max-height: 75vh;
    padding: 30px;
    top: 10%;
    position: fixed;
    z-index: 50000;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: none;
}
.popup_box_Privacy .close {
    position: absolute;
    right: -15px;
    top: -15px;
    height: 30px;
    width: 30px;
    background-size: 15px;
    border-radius: 100%;
    background: #f3f3f3 center no-repeat;
    background-size: 20px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}
.popup_box_Privacy .content {
    overflow-y: auto;
    max-height: calc(75vh - 60px);
    line-height: 1.2;
}
.popup_mask_Privacy {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 3000;
    color: black;
    top: 0;
    left: 0;
}
.popup_box_Privacy .content .title-small.blue {
    color: #2361ad !important;
}
.popup_box_Privacy .content .title-small {
    color: #575e63;
    padding: 4px 0 20px 0 !important;
}
.title-small {
    font-size: 18px;
    padding-bottom: 5px;
    color: #2361ad;
    font-weight: bold;
    display: block;
}
.popup_box_Privacy .content p {
    padding: 0px 15px 15px 0;
    font-size: 16px;
}

.BlackText{
	color: rgb(61,61,61);
	font-size: 16px;
}
.blue{
	margin-top: 10px;
}
.headerBox{z-index: -20;}
@media screen and (max-width: 768px){
	.TopTxt{right: -55px;}
}
/* 底部公告按钮 */
.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa{}
