body,
html {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
	line-height: 1;
	background-color: #FFFFFF;
	min-width: 1300px;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clearfix::after,
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

img {
	max-width: 100%;
}

p {
	margin: 0;
	padding: 0;
}


textarea {
	resize: none
}

/*************************清除默认样式****************************/
.dede_pages {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.dede_pages ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
}

.dede_pages div {
    display: inline-block;
    margin: 5px;
    width: 100%;
}

.dede_pages div a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #666;
    margin: 0 5px;
    *zoom:1;
    *display: inline;
}
.dede_pages div a:hover,
.dede_pages div span:hover {
    background-color: #E70014;
    color: #fff;
    border-color: #E70014;
}

.dede_pages div span em{
    font-size: 14px;
    color: #666;
    font-style: normal;
}

.dede_pages span.layui-laypage-curr{
    background-color: #E70014;
    border: 1px solid #E70014;
}

.dede_pages span.layui-laypage-curr em{
    color: #fff;
    display: inline-block;
    *zoom:1;
    *display: inline;
}

.dede_pages span{
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 5px 10px;
    *zoom:1;
    *display: inline;
    height: 14px;
}
/********************分页***************************/
.wrap {
	width: 100%;
	/* background: url(../img/image01.jpg) no-repeat top center; */
	position: relative;
}

.header-image{
	position: relative;
}

.header-image .content .logo-picture{
	position: absolute;
	bottom: 65px;
	right: 100px;
	width: 279px;
	text-align: right;
}

.home-search-box form{
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
            position: absolute;
            bottom: 19px;
            right: 28px;
            z-index: 999999;
        }

        .home-search-box .search-input {
            width: 196px;
            height: 34px;
            padding: 0 15px;
            border-right: none;
            font-size: 14px;
            color: #333;
            border: 1px solid #E7080A;
            outline: none;
            box-sizing: border-box;
             border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .home-search-box .search-input::placeholder {
            color: #999;
        }

        .home-search-box .search-btn {
            width: 41px;
            height: 34px;
            background-color: #E7080A;
            border: none;
            outline: none;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }

        .home-search-box .search-btn img {
            width: 20px;
            height: 20px;
        }




.content {
	width: 1281px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

.container {
	padding: 20px 28px;
	background-color: #fff;
}

.nav {
	background-color: #E7080A;
	width: 100%;
	height: 65px;
	border-radius: 2px;
}

.nav li {
	width: 136px;
	float: left;
	position: relative;
	text-align: center;
	background-image: url(../img/icon03.png);
	background-repeat: no-repeat;
	background-position: left -1px center;
}

.nav li:first-child {
	width: auto;
	position: relative;
}

.nav .drop:first-child a {
	padding: 0 38px 0 54px;
}

.nav li>a {
	display: block;
	font-size: 20px;
	line-height: 65px;
	color: #fff;
}

.nav li>a>i {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	background-image: url(../img/icon02.png);
	background-position: center center;
	background-repeat: repeat;
	margin-left: 30px;
	margin-top: -10px;
	background-size: contain;
}

.nav .drop.cur,
.nav .drop:hover {
   background-color: #BB0407;
}

.nav .drop.active{
	background-color: #BB0407;
}

.nav .drop.active a {
    background-position: 0 -60px;
    text-decoration: none;
}

.nav li.active ul {
    display: block;
}

.nav li ul {
    background: #fff;
    position: absolute;
    top: 65px;
	width: 100%;
    left: 0;
    content: '';
    z-index: 99999;
	box-shadow: 0px 4px 8px 0px #00000026;
    min-width: 125px;
}

.nav li ul li {
	width: auto;
    float: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(183, 25, 23, 0.2);
}

.nav li ul li a {
	padding: 15px 10px;
	line-height: 1.6;
    background: none;
    font-size: 18px;
    width: 100%;
    color: #333;
    display: block;
}

.nav li ul li a:hover {
    color: #fff;
	background-color: #B71917;
}

/*************************************************/
.wrap .wrap-bottom {
	position: absolute;
	bottom: 0;
	background-image: url(../img/image03.jpg);
	background-position: bottom;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

.footer{
	margin-top: 40px;
	background-color: #BB0407;
	padding: 31px 0;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 9999;
}

.footer span{
	font-size: 16px;
	line-height: 19px;
}

.footer span a{
    color: #fff;
    display: inline-block;
}

.footer p{
	font-size: 18px;
	line-height: 22px;
	margin-top: 16px;
}

.footer p a{
	color: #fff;
}

/*****************************************/
.position{
    margin: 20px 0;
   color: #999D9E;
}
.position a{
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    color: #999D9E;
}