﻿* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	height: 100%;
	border: none;
	vertical-align: middle;
}

ul {
	list-style: none;
}

.both {
	clear: both;
}

input,
textarea,
video {
	outline: none;
}

body {
	font-family: "宋体";
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.text-indent{
	text-indent: 2em;
}
/*顶部头部*/
.top {
	text-align: center;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.top .logo {
	position: absolute;
	left: 50%;
	transform: translateX(-45%);
	top: 0;
}

.logo_img {
	width: 108px;
}
.header {
	position: fixed;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 20px;
	z-index: 99;
	background: url(../images/header_bg.png) no-repeat center top;
	background-size: 100% 100%;
}

.header-l,
.header-r {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

.header-l {
	margin-left: 40px;
}

.header-r {
	margin-right: 40px;
}

.header_nav {
	height: 50px;
	padding-left: 40px;
}
.header-l li{
	/*padding: 0 35px;*/
}
.header-r li{
	/*padding: 0 25px;*/
}
.header_nav a {
    display: block;
	width: 128px;
	text-align: center;
	line-height: 50px;
	font-size:22px;
	color: #000;
	position: relative;
}
.header_nav .logoBottom{
	width: 102px;
	height: 50px;
}
.header_nav a:hover {
	color: #b61a00;
}
.header_nav .active{
	color: #b61a00;
	background: url(../images/header_activeBgImg.png) no-repeat center 38px;
}
.header_nav a .show{
	display: block;
}
/*顶部红色背景*/
.top_bg{
	width: 100%;
	height: 108px;
    position: fixed;
    z-index: 98;
    top: 0;
	background: url(../images/top_bg.jpg);
	box-shadow: 0px 0px 5px 0px #000;
}

/*footer*/
.footer{
    width: 100%;
    min-width: 1200px;
    background: url(../images/footer_bg.jpg) repeat-y;
    background-size: 100% auto;
}
.footer_content{
	width: 1200px;
	height: 56px;
	margin: 0 auto;
	padding: 75px 0;
	text-align: center;
}
.footer ul{
	width: 482px;
	font-size: 16px;
	color: #fff;
	float: right;
}
.footer ul li{
	float: left;
	margin: 0 13px;
}
.footer ul li p{
	margin-top: 10px;
	color: #c0c0c0;
}
.footer img{
	width: 54px;
	height: 54px;
}
.phone{
	float: left;
	line-height: 82px;
	margin-left: 310px;
	
}
.phone2 {
    display: inline-block;
    margin: -5px 0 0 300px;
    color: #fff;
    font-size: 36px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: bold;
}

.phone img{
	display: inline-block;
}
.phone_num{
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	margin-left: 20px;
	float: right;
}
.phone_num2{
	margin-left: 10px;
}

/*返回顶部*/
.go_top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 1px #888888;
    display: none;
    z-index: 9999;
    cursor: pointer;
}
.go_t {
   	width: 40px;
   	height: 40px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
.go_t img {
    border-radius: 50%;
}