@import url('https://fonts.googleapis.com/css?family=Russo+One');
/*=====================================================
           All Css Here
======================================================*/

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
/* common css */
html{
    overflow-x: hidden;
    height:100%
}
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    background-color: #ffffff;
    color: #3d4853;
    height:100%
}

*{
    outline-color: transparent !important;
}
a:hover,
a {
    color: inherit;
    text-decoration: none;
}
p {
    /* color: #3d4853; */
    /* margin-bottom: 13px;
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500; */
}
section{
    padding-bottom: 50px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

.all-page-background{
	/* width:100%; */
	background:url("../images/background/background.png") 100% 100% no-repeat;
	background-size:100% 100%;

}
/* ��ʾһ�� */
.text-ellipsis{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/*��ʾ2��  */
.text-ellipsis-2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* header */
.logo-container{
	width:80%;
	margin:0 auto
}
.logo-title{
	width:30%;
	/* margin-top:14% */
}
.login-btn{
	width:8%;
	/* margin-top:16% */
}
.logo-text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3D86CA;
}
/* navigation */
.nav-item{
	font-size:16px;
	font-weight:bold;
	color:black	;
	cursor:pointer;
	display: block;
    margin: 0 1rem;
}
.nav-item a{
	padding:5px 0
}
.nav-item a:hover{
	color:#3D86CA;
	border-bottom:3px solid #3D86CA
}
/* banner */
.banner-box{
	width:32%;
	font-size:16px;
    font-family: Microsoft YaHei;
    line-height:26px;
    padding-bottom:20px;
    border-bottom:2px solid #DDDDDD
}

/*  */
.news-box{
	width:32%;
	font-size:14px
}
.news-title{
	height:50px;
	width:100%;
	font-size:16px;
	color:#3D86CA;
    font-weight: bold;
    border-bottom:1px solid #DDDDDD
}
.more-text{
	font-size:12px;
	color:#666666
}
.news-title-line{
	height:37px;
	line-height:37px;
	border-bottom:1px dashed #D2D2D2;
	padding:0 5px
}

.divide-1{
	height:28px;
	width:100%;
	background:#3D86CA;
	position:relative;
	font-size:16px;
	color:#3D86CA;
    font-weight: bold;
}
.divide-text{
	width: 180px;
	height: 40px;
	background: #FFFFFF;
	border: 2px solid #3D86CA;
	border-radius: 6px;
	position:absolute;
	text-align:center;
	line-height:40px;
	top: -7px;
    left: calc((100% - 180px)/2);
}

.pic{
	width:17%;
}

.divide-2{
	height: 10px;
	background: #3D86CA;
}

.about-link{
	/*width:70%;*/
	margin:0 auto;
	text-align:center
}

.qrcode-area:nth-child(n+8){
    display: none;
}
.qrcode-area{
    width:13.6%;
    text-align: left;
}
.qrcode-area img{
    width:75%;
}
.about-link .main-title,.qrcode-area .main-title{
    margin-top:0.6rem!important;
	font-size:12px;
	font-weight:bold
}
.qrcode.d-flex.mt-3.mb-5{
    position: relative;
}
.qrcode-more{
    position: absolute;
    right:0;
}
.qrcode-more a {
    display: block;
    width:30px;
    padding: 5px 0px;
    color: #ffffff!important;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.1);
}
.qrcode-more a p{
    margin: 0px;
    text-align: center;
    margin-top: 6px;
}

.about-link .sub-title{
	font-size:14px;
	margin:10px 20px
}

/* �ֲ�ͼ */
#marquee-box{
	width:100%;
	overflow: hidden;
	height:232px
}
#marquee-con{
	width:500%;
	float:left;
}
#marquee,#marquee-1{
	float:left;
}
.marquee-img{
	float:left;
	height:232px;
	width: 186px;
	margin-left:16px
}
/* footer */
.footer{
	height:90px;
	width:100%;
	border-top:1px solid #E2E2E2;
	text-align:center;
	line-height:25px
}

/*��ҳ�湫����  */
.left-panel{
	width:24%;
	background:white;
	margin:24px 0;
	height: fit-content;
}
.left-panel .box{
	height:64px;
	width:100%;
	background:#424242;
	position:relative;
	color:white
}
.left-panel .box .main-title{
	height:40px;
	width:70%;
	background:#FF7701;
	position:absolute;
	bottom:0;
	left:15%;
	text-align:center;
	line-height:40px;
	font-size:20px

}
.left-panel .profile-box{
	width:100%;
	background:#FFFFFF;
	position:relative;
	color:black;
	min-height:38px;
}

.left-panel .profile-box .main-title-e{
	height:28px;
	width:70%;
	background:#FF9234;
	position:absolute;
	top:0;
	left:15%;
	text-align:center;
	line-height:28px;
	font-size:14px;
	color:white

}
.left-panel .profile-box .title-box{
	width:88%;
	margin:0 auto;
	padding:40px 0 20px 0
}
.left-panel .profile-box .title-box .level-box{
	margin-top:10px
}
.left-panel .profile-box .title-box .first-level{
	font-size: 16px;
	cursor:pointer;
	height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 12px;
}

.left-panel .profile-box .title-box .second-level{
	font-size: 16px;
	padding: 0 24px;
	cursor:pointer;
	height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}
.left-panel .profile-box .title-box .icon-style{
	margin-right: 6px;
    width: 8px;
}
.left-panel .profile-box .title-box .icon-style-active{
	margin-right: 6px;
    width: 12px;
}
.left-panel .profile-box .title-box .active-style{
	color:#FF7701
}
.left-panel .profile-box .title-box .third-level:hover{
	color:#FF7701
}
.left-panel .profile-box .title-box .third-level{
	font-size: 16px;
	padding: 0 35px;
	cursor:pointer;
	height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}
.left-panel .profile-box .title-box .nav-item{
	font-weight:500 !important
}
.left-panel .profile-box .title-box .nav-item .nav-link{


	height:24px;
}

.left-panel .profile-box .title-box .nav-item  a:hover{
	border-bottom:0 !important
}

 .left-panel .profile-box .title-box .dropdown-item{
  padding:0 10px
 }
.left-panel .profile-box .profile-title{
	height:49px;
	line-height:49px;
	text-align:center;
	border-bottom:1px solid #EEEEEE;
	cursor:pointer
}
.left-panel .profile-box .profile-title-active{
	color:#FF7701
}
.right-panel{
	width:74%;
	background:white;
	margin:24px 0;
	padding:10px 22px
}
.right-panel .page-nav{
	height:43px;
	line-height:43px;
	width:100%;
	border-bottom:1px solid #EEEEEE;
	font-size:14px;
	color:#999999
}
.right-panel .page-nav .current-position{
	height:21px;
	font-size:14px;
	padding:0 10px;
	border-left:3px solid #FF7701;
	text-align:center;
	line-height:21px
}
.right-panel .page-nav .active-text{
	color:#3D86CA
}
/* ���Ÿſ� */
.article-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.article-content{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height:25px
}
.list-box{
	padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
}

.list-box .photo{
	width:122px;
	height:168px
}

.list-box .username{
	font-size:18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.list-box .position{
	font-size:14px;
	font-family: Microsoft YaHei;
	color: #666666;
}
.list-box .introduce{
	text-indent:40px
}

.develop-box{
	font-size:16px;
	color:#333;
	position:relative;
	padding:10px 30px 10px 30px;
	border-left:1px solid #EEEEEE;
	line-height:25px
}
.dot-pic{
	height:11px;
	width:11px;
	position: absolute;
    top: 15px;
    left: -6px;
}
.develop-box .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #3D86CA;
}
.develop-box .pic{
	width:186px;
	height:264px
}
.dynamic-pic{
	width:160px;
	height:108px
}
.dynamic-title{
	font-size:18px;
	color:#333333
}
.view-icon{
	width:14px;
	height:10px
}
.article-content p{
	/* line-height:1.8;
	color:#333;
	font-size:16px */
}
.dynamic-introduce p{
	/* line-height:1.8;
	color:#333;
	font-size:16px */
}
.dynamic-introduce p img{
	/*width:100% !important;*/
	/*height:100% !important*/
}
.dynamic-introduce p video{
    width:90%;
    height:500px;
    margin-right: 20px;
}
.dynamic-date{
	color:#A3AFB7;
	font-size:13px
}
.honor-pic{
	width:240px;
	height:146px
}
/* ְ�ܹ��� */
.functional-btn{
	width: 140px;
	height: 32px;
	background: #F2F1F7;
	font-size:13px;
	color:#333333;
	text-align:center;
	line-height:32px;
	margin-right:10px;
	cursor: pointer;
}
.functional-btn-active{
	color:#FFFFFF;
	background:#FF7701
}

.functional-content{
	font-size:14px;
	color:#333333;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height:25px
}

.functional-content table{
	width:100%;
	text-align:center;
	border-left: 1px solid;
    border-bottom: 1px solid;
}
.functional-content table tr td{
	border-right: 1px solid;
    border-top: 1px solid;
    height: 40px;
    font-size: 16px;
    font-weight: 550;
}
.marketing-box-title{
	font-size:16px;
	color:#3D86CA;
	font-weight:bold
}
.marketing-box-indent{
	text-indent:30px
}
.marketing-box-content{
	color:#333333;
	font-size:14px
}
.star-five{
	color:#FF7701;
}
/*��ҳ��ʽ  */
.dreamer-pagination ul{
	list-style: none;
    display: flex;
    margin-top: 25px;
    justify-content: center;
}
.dreamer-pagination ul .active{
	background:#3D86CA;
	color:white
}
.dreamer-pagination ul li{
	padding: 10px 20px;
    border: 1px solid #EEEEEE;
    color: #333333;
    margin-left:20px
}
.party-activity-title-active{
	padding-left: 10px;
    border-left: 3px solid #3D86CA;
    height: 20px;
    color: #3D86CA;
}
.party-activity-title{
	padding-left: 10px;
    border-left: 3px solid #DDDDDD;
    height: 20px;
    color: #333333;
}

.article-content p img{
	/*width:100%*/
}
.about-link-a{
	height:70px
}
.about-link-a a{
	float:left !important
}

.flex-layout{
	display:flex;
	flex-wrap: wrap;
    align-items: center;
    height: calc(100% - 48px)
}

.article-box{
	width: 100px;
    height: 42px;
    border: 1px solid #3D86CA;
    border-radius: 10px;
    margin-left: 15px;
    line-height: 42px;
    background: white;
    text-align: center;
    color: #3D86CA;
    font-size: 14px;
}


.last-child-style{
	width: 100%;
    display: flex;
    height: 38px;
    line-height: 38px;
    justify-content: space-between;
    border-bottom: 2px dotted #DDDDDD;
    color:#333333;
    font-size:13px
}

.last-child-desc{
	color:#BBBBBB;
	margin-left:8px
}

.image-modal{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.3);
	display:none;
	z-index:9999

}
.image-modal-box{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.image-box{
	position:relative;
}

.modal-close{
	width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    line-height: 23px;
    color: #c1c1c1;
    font-size: 20px;
    border: 2px solid;
    border-radius: 30px;
    cursor:pointer
}
