@import url("../font/bootstrap-icons.css");

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0px;
	padding: 0px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0px;
	padding-bottom: 0px;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0px;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

* {
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none !important;
}

.clearfix::after {
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
	clear: both;
}

.clear {
	zoom: 1;
	clear: both;
}

.width-1000 {
	width: 1000px;
	margin: 0px auto;
}

.width-1100 {
	width: 1100px;
	margin: 0px auto;
}

.width-1200 {
	width: 1200px;
	margin: 0px auto;
}

.width-1300 {
	width: 1300px;
	margin: 0px auto;
}

.width-1420 {
	width: 1420px;
	margin: 0px auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block-center {
	display: block;
	margin: 0px auto;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-24 {
	font-size: 24px;
}

.font-28 {
	font-size: 28px;
}

.font-36 {
	font-size: 36px;
}

.font-48 {
	font-size: 48px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.clear {
	clear: both;
}

/* 头部底部公共样式 */

.header{
	background-color: #000;
	height: 91px;
}

.logo{
	margin-right: 100px;
}
.logo img {
	height: 79px;
	display: block;
	margin: 10px 0;
}

.nav li {
    float: left;
}

.nav li a {
    color: #fff;
    padding: 0 17px;
    display: block;
    line-height: 90px;
    transition: .4s;
}
.nav li a:hover{
	background-color: darkred;
}
.lang img{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin-top: 25px;
}

.pronav {
    margin-bottom: 20px;
}
.pronav ul li {
    line-height: 50px;
    background:#990000;
}

.pronav ul li a {
	font-size: 11px;
	padding: 0 15px;
	display: block;
	transition: .3s;
	color: #fff;
	text-align: center;
}
.pronav ul li a:hover{
	background-color: #666;
}
.pronav ul {
    background:#990000;
    display: flex;
    justify-content: space-around;
}


.title {
    text-align: center;
}

.title span {
    display: block;
    width: 66px;
    height: 5px;
    background: #990000;
    margin: 20px auto;
}

.title h2 {
    font-size: 38px;
}



.foot a,.foot {
    color: #fff;
}

.foot {
    background: #000;
}

.footcon.left img {
    height: 65px;
    margin-top: 60px;
}

.footcon.left p {
    line-height: 36px;
    color: #fff;
}

.footcon.left p i {
    color: #fff;
}

.fontinfo.right dl {
    width: 250px;
    float: left;
    text-align: center;
}

.fontinfo.right dt {
    color: #fff;
}

.fontinfo.right {
    padding-top: 20px;
    line-height: 2;
}
.footbot {
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.footbot p {
    color: #fff;
    text-align: center;
    line-height: 40px;
}