* {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
span,
div {
    font-family: "Microsoft YaHei", 微软雅黑 !important;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

input {
    border: none;
}

.container {
    width: 100%;
    background-color: white;
}

.box {
    width: 1182px;
    margin: 0 auto;
    display: flex;
}

.header {
    height: 150px;
}

.header_content {
    width: 630px;
    display: flex;
    justify-content: space-between;
}

.logo {
    margin-top: 33px;
}

.line {
    width: 2px;
    height: 40px;
    background-color: #753518;
    margin-top: 50px;
}

.header_title {
    font-size: 30px;
    margin-top: 34px;
}

.header_seach {
    margin-top: 65px;
    margin-left: 350px;
    display: flex;
}

.header_seach input {
    width: 153px;
    height: 30px;
    border-top: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
}

.header_seach .seach_btn {
    width: 40px;
    height: 32px;
    background-color: #be5b24;
}

.header_seach .seach_btn img {
    transform: translate(30%, 30%);
    margin-left: 3px;
}

.nav {
    width: 100%;
    height: 58px;
    background-color: #be5b24;
}

.nav ul {
    width: 1182px;
    height: 26px;
    line-height: 26px;
    margin-top: 13px;
    display: flex;
    justify-content: space-around;
}

.nav ul li {
    padding: 0 20px;
}

.nav ul li a {
    color: white;
    font-size: 20px;
    display: block;
}

.nav ul li:hover {
    border-radius: 15px;
    background-color: #f19149;
}

.out_swiper {
    margin: 0 auto;
    width: 1280px;
    position: relative;
}

.swiper1 {
    margin-left: 50px !important;
}

/*轮播图自定义按钮*/
.out_swiper .swiper-wrapper {
    --swiper-navigation-size: 0;
}

.out_swiper .swiper-button-prev {
    /* margin-right: 50px; */
    background-image: url('/images/ykd_jiantou_left.png');
}

.out_swiper .swiper-button-next {
    background-image: url('/images/ykd_jiantou_right.png');
}

/*轮播图自定义分页器*/
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
    background: #fff !important;
}

.swiper-pagination-bullet-active {
    background-color: #b45622 !important;
}

.info {
    margin-top: 20px;
}

.xxgk {
    width: 559px;
}

.xxgk hr {
    margin-top: 10px;
    height: 5px;
    border: none;
    border-radius: 0 0 5px 0;
    background-color: #be5b24;
}

.info_box {
    display: flex;
}

.info_title {
    width: 564px;
    display: flex;
    color: #be5b24;
    justify-content: space-between;
    align-items: center;
}

.info_title img {
    width: 21px;
    height: 24px;
    margin-right: 20px;
}

.info_title h4 a{
    margin-top: 20px;
    color: #be5b24;
}

.info_title div {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.yuan {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #be5b24;
}

.info_content {
    width: 582px;
}

.info_content ul li {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.info_content ul li a {
    width: 400px;
    color: black;
    margin-left: 10px;
    padding-right: 50px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.info_content ul li p {
    color: #a2a2a2;
}

.info_content ul li a:hover {
    color: #ae3131;
    text-decoration: underline;
}

.matter {
    margin-top: 50px;
}

.matter_title {
    display: flex;
    align-items: center;
}

.matter_title p {
    font-size: 20px;
    font-weight: 500;
}

.matter_title img {
    width: 17px;
    height: 17px;
    margin-left: 10px;
}

.matter_content {
    margin-top: 20px;
}

.content_box {
    display: flex;
    margin-top: 10px;
}

.content_box ul li a{
    color: #575758;
    text-decoration: none;
}

.content_box ul li a:hover{
    color: #ae3131;
    text-decoration: underline;
}

.left_content1 {
    width: 160px;
    height: 88px;
    background-color: #ededed;
    text-align: center;
    line-height: 88px;
    color: #575758;
}

.left_content2{
    width: 160px;
    height: 44px;
    background-color: #ededed;
    text-align: center;
    line-height: 44px;
    color: #575758;
}

.right_content ul {
    width: 1022px;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.right_content ul li {
    margin: 0 20px;
    padding-bottom: 20px;
}

.footer_line{
    width: 100%;
    height: 5px;
    background-color:#be5b24 ;
    margin-top: 50px;
}

.footer{
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 170px;
}

.footer_content p{
    margin-top: 10px;
}