@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0; }
a{ text-decoration: none; color: black}
html{
    font-size: 62.5%;
    font-family: "Microsoft yahei","tahoma","arial","Hiragino Sans GB","宋体",sans-serif;
}
body{display: flex;flex-direction: column;background-color:#E6E6E6;}
code{
	font-size: 14px;
    line-height: 22px;
	background-color: #f5f5f5;
    border-radius: 2px;
    padding: 4px 8px;
	color: unset;
	-webkit-text-size-adjust: none;
    overflow-x: auto;
    white-space: pre;
	display: block;
}
#navtop{
	width: 100%;
	min-width: 1024px;
	height: 10rem;
	display: flex;
	position: fixed;
	justify-content: space-around;
	align-items: center;
	z-index: 99;
	background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.navtop_logo{
	height: 80%;
}
.navtop_nav{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.navtop_nav>a{
	width: 14.28%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	cursor: pointer;
	transition:0.6s;
}
.navtop_nav_zi1{
	font-size: 1.8rem;
    font-weight: 500;
	color: midnightblue;
}
.navtop_nav_zi2{
	margin-top:0.3rem;
	font-size: 1.3rem;
	color:#8B8B8B;
	text-transform:uppercase;
}
.navtop_nav>a:hover{
	background-color:white;
}

.navtop_icon {
	width: 30%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.navtop_icon_div {
	width: 20%;
	height: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.navtop_icon_div a{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content:space-around;
	align-items: center;
	cursor: pointer;
}
.navtop_icon_div a img{
	height: 40%;
}
.navtop_icon_div img:hover{
	-webkit-filter: drop-shadow(0 0 3px green);
    filter: drop-shadow(0 0 3px green);
}
.navtop_icon_div a span{
	font-size: 1.3rem;
	font-weight: 450;
}

.Nav_tip{
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	height: 4rem;
	margin-top: 10rem;
	background-color: white;
	padding: 1rem 2rem;
	border-radius: 1rem;
	-webkit-box-shadow: 0.2rem 0.2rem 0.3rem #444;
	-moz-box-shadow: 0.2rem 0.2rem 0.3rem #444;
	-o-box-shadow: 0.2rem 0.2rem 0.3rem #444;
	box-shadow: 0.2rem 0.2rem 0.3rem #444;
}
.Nav_tip span{
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	font-size: 2rem;
	color: #666;
}
.Nav_tip a{
	color:#409a75;
	font-size: 2.1rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}


.Copyright{
	box-sizing: border-box;
	margin-top:1rem;
	width: 100%;
	height:15rem;
	padding:1rem 10rem;
	background-color:#2B2B2B;
	display: flex;
	align-items: center;
}
.Copyright span{
	font-size: 1.5rem;
	color: white;
}
.Copyright a{
	color: white;
}
.Copyright a:hover{
	color:skyblue;
}
.Copyright_wx {
	height: 100%;
	width: 15rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.Copyright_right {
	margin-left: 10%;
	height: 100%;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.login{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(130,130,130,0.60);
	display: none;
	z-index: 101;
}
.login_sup {
	margin: calc(50vh - 17rem) auto auto auto;
	width: 35rem;
	height: 37rem;
	display: flex;
	flex-direction: column;
	background-color: white;
	-webkit-box-shadow: 0.5rem 0.5rem 1.5rem hsla(0,2%,28%,0.76);
	-moz-box-shadow: 0.5rem 0.5rem 1.5rem hsla(0,2%,28%,0.76);
	-o-box-shadow: 0.5rem 0.5rem 1.5rem hsla(0,2%,28%,0.76);
	box-shadow: 0.5rem 0.5rem 1.5rem hsla(0,2%,28%,0.76);
}
.login_sup_2{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.login_sup_2 h2{
	margin-left: 4.8rem;
	margin-top: 4rem;
	color:darkblue;
	font-size: 2.2rem;
	font-weight: 500;
}
.login_sup_2 p{
	margin-left: 4.8rem;
	color: dimgray;
	font-size: 1.45rem;
}
.login_sup_user{
	width: 70%;
    height: 3.5rem;
	margin-top: 1.5rem;
	margin-left: 4.8rem;
    border: 1px solid hsla(0,2%,28%,0.15);
	display: flex;
	align-items: center;
}
.login_sup_user img{
	width: 1.5rem;
	margin-left: 0.5rem;
	border:0;
}
.login_sup_user input{
	width: calc( 100% - 2.5rem  );
	height: 95%;
	margin-left: 0.5rem;
	border:0;
}
.login_sup_cookie{
	height: 2.5rem;
	margin-top: 1rem;
	margin-left: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.login_sup_cookie span{
	font-size:1.3rem;
	color: darkgray;
	margin-left: 0.3rem;
}
.login_sup_tishi{
	width: 100%;
	height: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color:red;
	font-size:1.2rem;
}
.login_sup_zhuce{
	margin-left: 4.8rem;
	height: 3rem;
	display: flex;
	color:red;
	align-items: center;
	font-size:1.8rem;
}
.login_sup_but{
	width: 100%;
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
	height: 3.8rem;
}
.login_sup_but>input{
	margin-left: 4.6rem;
	width: 72%;
	height: 95%;
	background-color:darkblue;
	color: white;
	font-size: 2rem;
	cursor: pointer;
}
.login_sup_but>input:hover{
	background-color:blue;
}
.login_sup_but>input:active{
	background-color:dodgerblue;
}
.user_view {
	width: 35rem;
	height: 30rem;
	display:none;
	position: fixed;
	justify-content: center;
	right: 10rem;
	top:7rem;
	background-color: white;
	-webkit-box-shadow: 0.1rem 0.1rem 0.3rem #444;
    -moz-box-shadow: 0.1rem 0.1rem 0.3rem #444;
    -o-box-shadow: 0.1rem 0.1rem 0.3rem #444;
    box-shadow: 0.1rem 0.1rem 0.3rem #444;
	z-index:100;
}

.user_view_sup {
	width: 80%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.user_view_name {
	font-size: 2.3rem;
	display: flex;
	align-items: center;
}
.user_view_name>a{
	color: red;
}
.user_view_company {
	font-size: 1.5rem;
	color: dimgray;
}

.user_view_level {
	padding: 0.5rem;
    border: 0.15rem solid rgba(119,119,119,0.15);
	font-size: 1.9rem;
	font-weight: 550;
	border-radius: 1rem;
}
.user_view_level>span{
	color:red;
	font-size: 1.8rem;
}
.user_view_credits {
	padding: 0.5rem;
    border: 0.15rem solid rgba(119,119,119,0.15);
	font-size: 1.9rem;
	font-weight: 550;
	border-radius: 1rem;
}
.user_view_credits>span{
	margin-right: 3.8rem;
	color:green;
	font-size: 1.8rem;
}
.user_view_sup>input{
	border: 0;
	background-color: aquamarine;
	color: white;
	font-size: 2rem;
	width: 50%;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	cursor: pointer;
}

.top-title {
	width: 100%;
    min-width: 1024px;
	display: flex;
	flex-direction: column;
	background: url("../Images/news/top-beijing.jpg") center/cover no-repeat;
}

.backtop{
    width: 7rem;
    height: 0rem;
    background: url('../Images/top1.png') center/cover no-repeat;
    transition:all 0.3s;
    position: fixed;
    right: 5rem;
    bottom:10%;
}
.backtop:hover{
    background: url('../Images/top2.png') center/cover no-repeat;
}
.n_content_left_t {
	width: 100%;
	height: 14.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.n_content_left_t1 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4rem;
	font-size: 3.5rem;
	color: #3d5998;
	margin-top: 3.1rem;
	text-shadow: 0.2rem 0.2rem 0.4rem hsla(0,0%,24%,1.00);
}
.n_content_left_t2{
	width: 100%;
	margin-top: 0.5rem;
	height: 2.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: #56a333;
	font-size: 2.4rem;
	text-shadow: 0.1rem 0.1rem 0.2rem hsla(0,0%,24%,1.00);
}
.n_content_left_t2 hr{
	width: 5%;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	height: 0.2rem;
	background-color: #3d5998;
	border:none
}
.content_hr{
	width: 100%;
	display: flex;
	align-items: center;
}
.content_hr hr:first-of-type{
	width: 45%;
	height: 0.2rem;
	background-color: #409a75;
	border:none
}
.content_hr hr:nth-of-type(2){
	width: 10%;
	height: 0.5rem;
	background-color: black;
	border:none
}
.content_hr hr:nth-of-type(3){
	width: 45%;
	height: 0.2rem;
	background-color: #409a75;
	border:none
}

