﻿* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #252525;
}
.top {
    width: 100%;
    height: 264px;
    background-color:#bd0001;
}
.logo {
    width: 795px;
    height: 141px;
}
.logo img{
    position: absolute;
    top: 60px;
    width: 716px;
}
.top_content {
    width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header_main_search {
    position: relative;
    overflow: visible;
    width: 485px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin: 16px auto 12px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    margin-top: 110px;
}
.xl {
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    height: 52px;
    width: 100px;
}
#jcScope {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 18px;
}
.header_main_search_content {
    width: 300px;
    height: 52px;
}
.header_main_search_submit {
    position: absolute;
    width: 67px;
    height: 50px;
    background: url('./images/server.png');
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    right: 0;
    cursor: pointer;
    border: none;
    outline: none;
}
#searchWord {
    width: 380px;
    outline: none;
    border: none;
    padding-left: 130px;
    font-size: 18px;
}
.seaction {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top:80px;
}
.warp {
    width: 1200px;
    height: 80px;
    margin:0 auto;
}
.warp_list {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.warp_list > li {
    
}
.warp_list > li > a{
    text-decoration: none;
    color: #000;
}
.warp_line {
    width: 100%;
    height: 20px;
    background: url('./images/warp.png') no-repeat;
}
.sec_container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.top_banner {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.banner {
    width: 520px;
    height: auto;
}
.djyw {
    width: 520px;
}
.swiper-slide {
    width: 480px;
    height: 305px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.djyw_title {
    font-size: 26px;
    color: #bd0001;
}
.djyw_title img {
    vertical-align: text-bottom;
}
.djyw_title span{
    margin-left: 20px;
}
.djyw_content ul {
    width: 90%;
    margin: 20px auto;
    color: #252525;
    font-size: 18px;
    margin-bottom: 0;
}
.djyw_content ul > li {
    margin-top: 8px;
    line-height: 30px;
}
.zthc_content{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.zthc_list {
    display: flex;
    justify-content: space-around;
}
.zthc_list li {
    list-style: none;
    width: 30%;
    height: 110px;
    background-color: #bd0001;
}
.xglj {
    width: 100%;
    margin-bottom: 30px;
}
.lj_content {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.lj_content img {
    width: 234px;
    height: 64px;
    margin-top: 30px;
}
.gg_lm {
    width: 1200px;

}
.gg_lm img {
    width: 100%;
}
.buttom {
    width: 100%;
    height: 184px;
    background-color: #bd0001;
    color: #fff;
}
.buttom_content {
    display: flex;
    justify-content: space-around;
}
.buttom_left{
    width: 500px;
    margin-top: 60px;
}
.buttom_middle{
    width: 500px;
    margin-top: 60px;
}
.buttom_right{
    width: 300px;
    margin-top: 60px;
}