public.css 3.5 KB
/*css默认样式*/
body{
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img {
	margin: 0;
	padding: 0
}
fieldset,img {
	border: 0
}
img {
	display: block
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal
}
ul,ol {
	list-style: none }
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun","宋体"
}
input::-moz-focus-inner {
	border: 0;
	padding: 0
}
select,input {
	vertical-align: middle
}
select,input,textarea {

	margin: 0
}
input[type="text"],input[type="password"],textarea {
	outline-style: none;
	-webkit-appearance: none
}
textarea {
	resize: none
}
table {
	border-collapse: collapse
}
/*css默认样式*/


a{
	text-decoration: none;
}
html,body{
	width: 100%;
	min-width: 1200px;
}

/*header*/
.header_bg{
	background: white;
}
.header_bg .logo p{
	color: #141520;
}
.header_bg .logo img{
	width:70px;
	height:68px;
}
.header_bg .nav ul li a{
	color: #141520;
	font-weight:600;
}
.nav_active{
	padding-bottom:8px;
	border-bottom:4px solid #C50101;
}
.header{
	width:100%;
	height:80px;
	background:white;
}
.header_content{
	width:1200px;
	margin:auto;
	display: flex;
	display: -webkit-flex;
}
.logo{
	width:30%;
	height:80px;
	display:flex;
	display: -webkit-flex;
	align-items: center;
}
.header .logo img{
	width:60px;
	height:60px;
	margin-right:14px;
}
.logo p{
	font-size:29px;
	font-family:PingFang SC;
	font-weight:600;
	line-height:52px;
	color:rgba(251,251,251,1);
}
.nav{
	width:100%;
}
.nav ul{
	width:100%;
	height:80px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.nav ul li{
	width:20%;
	text-align: center;
}
.nav ul li a:hover{
	padding-bottom: 8px;
	border-bottom: 4px solid #c30000;
}
.nav ul li a{
	color: white;
}
/*footer*/
.footer{
	width:100%;
	padding-bottom:56px;
	background: #292E34;
}
.footer_content{
	width:1200px;
	margin: auto;
	display: flex;
	display: -webkit-flex
}
.footer_left{
	margin-top: 38px;
}
.footer_logo{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.footer_logo img{
	width:60px;
	height:60px;
}
.footer_logo h2{
	cursor: pointer;
	font-size:29px;
	font-family:PingFang SC;
	font-weight:600;
	line-height:52px;
	color:rgba(251,251,251,1);
}
.footer_leftTxt{
	margin-top:30px;
}
.footer_leftTxt p{
	cursor: pointer;
	font-size:14px;
	color: #7E8185;
	font-family:PingFang SC;
	font-weight:400;
	line-height:28px;
}
.footer_leftTxt p:hover{
	color: white;
}
.footer_code{
	cursor: pointer;
	margin-top:64px;
}
.footer_code img{
	width:118px;
	height:120px;
}
.footer_code p{
	color: #A9ABAD;
	font-size:14px;
	font-family:PingFang SC;
	line-height:20px;
	margin-top:9px;
}
.footer_code p:hover{
	color: white;
}
.footer_right{
	display: flex;
	margin-left:auto;
	padding-top: 116px;
	display: -webkit-flex;
}
.footer_right dl{
	margin-left:38px;
}
.footer_right dl dt{
	cursor: pointer;
	font-size:16px;
	font-family:PingFang SC;
	font-weight:400;
	line-height:30px;
}
.footer_right dl dt a{
	color:rgba(255,255,255,1);
}
.footer_right dl dd{
	color:rgba(255,255,255,0.4);
	cursor: pointer;
	font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	line-height:32px;
}
.footer_right dl dd a{
	color: #7E8185;
}
.footer_right dl dd:hover{
	color: white;
}
.footer2{
	width:100%;
	height:44px;
	background:#000000;
}
.footer2 p{
	cursor: pointer;
	text-align: center;
	line-height:44px;
	font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.anchorBL{
	display: none !important;
}