* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* 背景图片 */
.bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    left: 0px;
    top: 0px;
}

#maxbox {
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffffcc;
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
}

.clear {
    clear: both;
}

/* 轮播图样式 */
#banner {
    position: relative;
    height: 405px;
    border-radius: 20px;
    overflow: hidden;
}

.slideshow-container {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

.slide {
    display: none;
    width: 100%;
}

.slide img {
    width: 100%;
    height: 405px;
}

/* 轮播指示器样式 */
.dot-container {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #717171;
}

/* 切换按钮样式 */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* 导航栏 */
#index_main {
    width: 100%;
    margin-top: 30px;
}

nav {
    width: 240px;
    float: left;
}

nav ul li {
    display: block;
    margin: 0 auto;
    background-color: #c9392f77;
    width: 120px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}

nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

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

#main_right {
    float: right;
    width: 760px;
}

h1 {
    text-align: center;
    color: #630100;
    letter-spacing: 4px;
}


footer {
    color: #545353;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
}

#nav_little {
    font-size: 14px;
    line-height: 40px;
}

#nav_little a {
    color: #545353;
}

h2 {
    font-size: 20px;
    border-left: 10px solid #630100;
    margin: 10px 0px;
    padding-left: 10px;
    line-height: 30px;
    letter-spacing: 4px;
}

.about_text {
    line-height: 26px;
    text-indent: 2rem;
}

.about_text p {
    margin: 10px 0px;
}

.index_text hr {
    margin: 20px 0px;
}

.index_text p {
    line-height: 30px;
    margin-bottom: 20px;
}

.right_imglist {
    font-size: 0px;
}

.right_imglist img {
    width: 100%;
    height: 234px;
}

.right_imglist ul li {
    position: relative;
    float: left;
    width: 370px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
}

.right_imglist ul li:nth-child(2n) {
    margin-left: 20px;
}

.right_imglist ul li a {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.368);
    text-align: center;
    line-height: 234px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 4px;
}

.right_imglist ul li a:hover {
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0.61);
}

.chuantong {
    width: 300px;
    float: right;
    margin: 10px 0px 10px 10px;
    border-radius: 20px;
}

.chauntong_img {
    margin: 10px 0px;
    margin-top: 20px;
}

.chauntong_img li {
    width: 182px;
    float: left;
    margin-bottom: 10px;
}

.chauntong_img li:not(:nth-child(4n-3)) {
    margin-left: 10px;
}

.chauntong_img li img {
    width: 100%;
    border-radius: 20px;
    height: 120px;
}

.chauntong_img li p {
    font-size: 14px;
    text-align: center;
}

.map {
    float: right;
    width: 300px;
    border-radius: 20px;
}

.junshi {
    width: 100%;
    border-radius: 20px;
    margin: 10px 0px;
}





.about_text table {
    border-color: #545353;
    margin: 20px 0px;
}

.about_text table tr td {
    padding: 10px;
}

.landscape_box li {
    margin-bottom: 20px;
}

.landscape_box li img {
    float: left;
    width: 200px;
    height: 130px;
    border-radius: 10px;
}

.landscape_box_txt {
    float: right;
    width: 550px;
}

.landscape_box h4 {
    margin-bottom: 10px;
}

.virtue_ul p {
    margin-bottom: 20px;
}

.word_box li {
    float: left;
    width: 246px;
    height: 360px;
}

.word_box li img {
    width: 100%;
    height: 158px;
    border-radius: 10px;
}

.word_box li:not(:nth-child(3n-2)) {
    margin-left: 10px;
}

.word_box li P:nth-child(2) {
    font-weight: bolder;
    margin: 10px 0px;
}

.word_box li P:nth-child(3) {
    font-size: 14px;
    line-height: 24px;
}

#main_right video {
    width: 100%;
    border-radius: 20px;
    margin: 10px 0px;
}

.contactus_box img {
    float: right;
    width: 200px;
    margin-right: 100px;
}

.contactus_box form {
    float: left;
}

.contactus_box form ul li {
    margin-bottom: 10px;
}

.contactus_box form ul li input {
    width: 220px;
    line-height: 24px;
    border: 1px solid #ccc;
}

.contactus_box form ul li select {
    width: 220px;
    height: 24px;
    border: 1px solid #ccc;
}

.contactus_box form ul li textarea {
    width: 220px;
    border: 1px solid #ccc;
}

.contactus_box form ul li span {
    float: left;
    width: 100px;
    text-align: right;
    letter-spacing: 5px;
}

.contactus_box form ul li button {
    margin-left: 100px;
    width: 60px;
    height: 30px;
    border: 1px solid #ccc;
}