/* CSS Reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}


address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:couriernew,courier,monospace;}
small{font-size:12px;}
ul,ol{list-style:none;margin: 0 !important;}
a{text-decoration:none;color:#333 !important;}
a:hover{text-decoration:none;color:#c00;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
fieldset,img{border:0;}
button,input, select, textarea {font-size:100%;vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0;}
/* 基础样式 */
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfix{height:1%;}
.clearfix{display:inline-block;}
.clearfix{display:block;}
.hidden{display:none;}
.fl{float:left;}
.fr{float:right;}
.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;}
input[type="text"],input[type="password"],textarea{outline:none;border:1px solid #ccc;padding:3px 5px;}
input[type="submit"],button{cursor:pointer;}
fieldset,legend{border:0;}
select{outline:none;border:none;}
a:active,a:hover,ul li.current a{color:#c00;text-decoration: none !important}


body{
	background: #F7F7F7 !important;
	font-family: "Source Code Pro" !important;
}
.header_mune ul a li{
	display: inline-block;
	padding: 5px;
	margin-right: 20px;
}
.header_mune .active{
	color: #ED7700 !important;
}

.search{
	background: #14244C;
	border-radius: 5px 5px 5px 5px;
}

.index_more{
	background-color: #1572EB;
	border-radius:8px;
	display: inline-flex;
}

.index_banner_text{
	top: 150px;
	left: 220px;
}
.index_banner_btn{
	display: inline-flex;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #FFFFFF;
}
.publicize{
	height:300px;

	padding: 0 160px;
}
.publicize_t{
	padding: 20px 160px 0;
}
.publicize_padding{

	display: flex;
    align-items: center;
}
.publicize_back{
	background-color: #D8E9FF;
}
.index_play{
	position: absolute;
	top: 45%;
	left: 50%;
}
.menu_list_href{
	width: 11.5%;
	border-right: 1px solid #ccc;
}
.menu_list{

	width: 100%;
}

.menu_list_href:last-child{
	border:none !important;
}
.menu_list:hover{
	background-color: #1572EB;
	color: #fff !important;

}
.menu_list:hover .menu_single{
	transform: translateY(-20px);
	transition-duration: 0.3s;
}
.menu_list:hover .menu_btn{
	opacity: 1 !important;

}
.menu_btn{
	width: 36px;
	height: 36px;
	background: #FFFFFF;
	opacity: 0;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_tab{
	width: 130px;
	height: 42px;
	background: #DEDEDE;
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
}

.index_tab.active{
	background-color:#1572EB;
	color:#FFFFFF;
}
.news{
	width: 23%;
}
.index_hen{
	width: 36px;
	height: 4px;
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}
.index_new_more{
	font-size: 20px;
	font-weight: bold;
	color: #1572EB;
}
.footer{
	background-color:#14244C;
	width: 100%;
}
.footer_menu{
	border-left:1px solid #393E51;
	width: 165px;
	padding-top: 40px;
	min-height:300px
}
.footer_menu ul li{
	padding-bottom: 5px;
	/* padding-left: 18px; */
	font-size: 13px;
	text-align: center;
}
.footer_menu:last-child{
	border-right:1px solid #393E51
}
.footer_icp{
	border-top:1px solid #393E51
}
.company{
	width: 874px;
}
.company_content{
	height: 390px;
	overflow-y: auto;
}
.hidden{
	display: none;
}
.show{
	display: inline-flex !important;
}
.owned_btn{
	background: #1572EB;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
}
.aptitude{
	text-align: center;
}
.aptitude li{
	width: 200px;
	height: 75px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #1572EB;
	color: #333333;
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.aptitude li.aptitude_active{
	background: #1572EB;
	color: #fff;
}

.aptitude_title{
	width: 200px;
	height: 150px;
	background: rgba(0,0,0,.5);
	border-radius: 6px 6px 6px 6px;
	/* opacity: 0.5; */
	position: absolute;
	left: 50%;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 20px;
	padding: 20px;
	line-height: 40px;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.aptitude_hidden{
	display: none;
}
.aptitude_show{
	display: block;
}
.honor{
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
	border-radius: 12px;
	min-height:400px
}

.honor_img{
	background-color:#F7F7F7;
	min-height:300px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Notes_color{
	color: #1572EB;
}
.Notes_hidden{
	display: none !important;
}
.Notes_show{
	display: inline-flex !important;
}
.Notes{
	min-height: 400px;
}
.round{
	width: 16px;
	height: 16px;
	background: #CBCBCB;
	border-radius: 100%;
	margin:0 3px;
}
.round_active{
	background: #1572EB !important;
}
.business_hidden{
	display: none ;
}
.business_show{
	display: block !important;
}
.business_title{
	border-left: 5px solid #fff;
}
.business_content{
	top: 50px;
	left: 50px;
	width: 800px;
}
.business_round .round{
	background: #FFFFFF;
}

.business_round .round_active{
	background: #1572EB !important;
}
.business_round{
	bottom: 20px;
	right: 50px;
}

.time{
	background-color: #1572EB;
	color: #fff;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	width: 74px;
	height: 74px;
	text-align: center;
}
.new_title{
	color: #1572EB;
	font-size: 26px;
	margin-left: 20px;
}
.text-666{
	color: #666;
}

.object_cover{
	object-fit: cover;
}
.other_news{
	border-bottom: 2px solid #1572EB;
	width: 40%;
}
.color-D1D1D1{
	color: #D1D1D1;
}
.other_news_list:hover{
	color:#1572EB
}
.other_news_list{
	position: relative;
	color: #999999;
	min-height: 52px;
}
.other_news_list_time{
	position: absolute;
	right: 0;
	bottom: 0;
}
.bg-F7F7F7{
	background-color:#F7F7F7;
}
.more{
	color: #1572EB;
}


.new_d{

	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.12);
	border-radius: 12px 12px 12px 12px;
}
.new_excerpt{
	padding-right:5%
}
.color-999{
	color: #999;
}
.new_duo{

	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.12);
}
.lead_h{
	width: 101px;
	height: 2px;
	background: #999999;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}
.m-height{
	min-height:206px;
	margin-bottom: 30px;
}
.mh-260{
	min-height:260px;
}
.culture_detail{
	color: #5183E1;
}
.culture_btn{
	width: 18px;
	height: 18px;
	background: #5183E1;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
}

.nature_content{
	border-right: 12px solid #284C9A;
}

.nature_title{
	color:#1572EB;
	font-size: 22px;
	padding-bottom:10px
}
.nature_hen{
	width: 55px;
	height: 5px;
	background: #1572EB;
	border-radius: 0px 0px 0px 0px;
}
.nature_desc{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.people .people_li{
	border-top: 1px solid #E9E9E9;
}
.people .people_li:last-child{
	border-bottom: 1px solid #E9E9E9;
}

.people_show{
	display: block !important;
}