* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    color: #666;
    font-family: Verdana, Microsoft YaHei, Simsun;
    background: #fff;
    line-height: 24px;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

em {
    font-style: normal;
}

input,
button,
select,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

p {
    text-align: justify;
    text-justify: distribute;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1b2964;
    text-decoration: none;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/* Ã¦Â­Â£Ã¦â€“â€¡ */
.mgl40 {
    margin-left: 40px;
}

.w1400w {
    width: 1400px;
    margin: 0 auto;
}

.w1400 {
    width: 1220px;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.mgt40 {
    margin-top: 40px;
}

.mgt20 {
    margin-top: 20px;
}

.top {
    height: 50px;
    line-height: 50px;
    background-color: #f1f1f1;
    color: #5f5f5f;
    font-size: 18px;
}

.top a {
    margin: 0 10px;
}

.top .linkto {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.top .linkto::after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 5px;
    top: 22px;
    box-sizing: border-box;
    border: solid 5px #5f5f5f;
    border-right: solid 5px #f1f1f1;
    border-left: solid 5px #f1f1f1;
    border-bottom: solid 5px #f1f1f1;
}


.nav1 {
    background-color: #db171c;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
}

.nav1 a {
    color: #fff;
    margin: 0 13px;
}

.search {
    width: 385px;
    margin-left: 60px;
}

.search .tip {
    color: #1b2964;
    font-size: 16px;
    /* display: flex;
    justify-content: space-between; */
}

.search .box {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* background-color: #db171c; */
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border: solid 2px #db171c;
}

.search .box div:first-child {
    width: 52px;
    padding-left: 10px;
    padding-right: 20px;
    height: 100%;
    color: #db171c;
    border-right: solid 1px #db171c;
    position: relative;
}

.search .box div:last-child {
    width: 87px;
}

.search .box div:first-child ul {
    display: none;
    position: absolute;
    width: 82px;
    border: #db171c solid 2px;
    top: 46px;
    left: -2px;
    background-color: #fff;
    text-align: center;
    z-index: 999;
}

.search .box div:first-child:hover ul {
    display: block;
}

.search .box a {
    color: #db171c;
}

.search .box div:first-child::after {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 10px;
    top: 20px;
    box-sizing: border-box;
    border: solid 5px #db171c;
    border-right: solid 5px #fff;
    border-left: solid 5px #fff;
    border-bottom: solid 5px #fff;
}

.search .box div:nth-child(2n) {
    width: 200px;
    padding-left: 10px;
}

.search .box div:nth-child(2n) input {
    background: url(../images/search.html) no-repeat left;
    padding-left: 30px;
}

.search .box div:last-child input {
    background-color: #db171c;
    color: #fff;
    font-size: 16px;
}

.search .box input {
    width: 100%;
    height: 46px;
    border: none;
}

.area {
    margin: 10px auto;
    font-size: 16px;
    color: #1b2964;
    line-height: 30px;
    line-height: 30px;
}

.area a ,.area span{
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 0 5px;
    margin: 0 3px;
    position: relative;
    padding-right: 25px;
}

.area div:first-child a {
    background-color: #db171c;
}

.area a::after,.area span::after{
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 5px;
    top: 13px;
    box-sizing: border-box;
    border: solid 5px #fff;
    border-right: solid 5px #1b2964;
    border-left: solid 5px #1b2964;
    border-bottom: solid 5px #1b2964;
}

.area span::after {
    border-right: solid 5px #db171c;
    border-left: solid 5px #db171c;
    border-bottom: solid 5px #db171c;
}

.area div:last-child a {
    background-color: #1b2964;
}

.sliderimg {
    width: 860px;
    height: 495px;
}

.swiper-slide {
    position: relative;
}

.swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 26px;
    background-color: #00000060;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    top: auto;
    bottom: 10px;
}

.swiper-button-next {
    background-image: url(images/iconprext.html);
}

.todaynews {
    margin-top: 10px;
    width: 480px;
    margin: 0 20px;
    position: relative;
}

.todaynews .title {
    height: 42px;
    background: url(../images/index_12.html) no-repeat center;
    background-size: 100%;
    display: flex;
}

.todaynews .title div:first-child {
    font-size: 26px;
    color: #000;
    margin-top: 11px;
}

.todaynews .title div:first-child em {
    color: #db171c;
}

.todaynews .title div:last-child {
    padding-left: 52px;
    font-size: 16px;
    color: #1b2964;
    margin-top: 5px;
}

.todaynews::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    bottom: 12px;
    height: 28px;
    width: 28px;
    box-sizing: border-box;
    border: solid 15px #e04448;
    border-top: solid 15px #f6f6f6;
    border-left: solid 15px #f6f6f6;
}

.todaynews li {
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 60px;
}

.news {
    display: block;
    width: 1400px;
    /* column-count: 3;
    column-width: 385px;
    column-gap: 40px; */
}

.news .list {
    margin-top: 40px;
    /* break-inside: avoid; */
    width: 385px;
    padding: 0 34px 20px 20px;
    position: relative;
    line-height: 56px;
    background-color: #f6f6f6;
}

.news .list:first-child {
    margin-top: 0;
}

.news .list::after {
    content: '';
    display: block;
    position: absolute;
    right: 4px;
    bottom: 4px;
    height: 26px;
    width: 26px;
    box-sizing: border-box;
    border: solid 15px #475281;
    border-top: solid 15px #f6f6f6;
    border-left: solid 15px #f6f6f6;
}

.mnue {
    height: 60px;
    line-height: 60px;
    color: #1b2964;
    font-size: 22px;
    border-bottom: solid #db171c 2px;
}

.mnue span {
    line-height: 50px;
    display: inline-block;
    border-bottom: solid #1b2964 7px;
}

.news .list li {
    height: 56px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

.img {
    margin-top: 10px;
    width: 100%;
    height: 264px;
    overflow: hidden;
    position: relative;
}

.img img {
    width: 100%;
}

.img .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 22px;
    background-color: #00000060;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item {
    float: left;
    margin: 0 9px;
    margin-top: 40px;
    vertical-align: middle;
    text-align: center;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    width: 182px;
    height: 162px;
    padding-top: 20px;
    font-size: 30px;
    color: #db171c;
    background-color: #f6f6f6;
}

.item p {
    margin-top: 10px;
    text-align: center;
}

.footer {
    background-color: #626262;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.footer div {
    text-align: center;
}

.footer a {
    color: #fff;
}

.footer p {
    color: #889fff;
    font-size: 22px;
    font-weight: bold;
    height: 62px;
    line-height: 62px;
}

.footer .link {
    color: #889fff;
    font-size: 36px;
}

.footer .link a {
    font-size: 18px;
}

.footer .linka a {
    margin: 0 10px;
}

.footer a:hover {
    color: #889fff
}

.Copyright {
    text-align: center;
    color: #abaaaa;
    background-color: #4a4a4a;
    padding: 10px 0;
}

.Copyright span {
    margin-left: 20px;
}

.Copyright em {
    color: #db171c
}


/* *********************Ã¦â€“Â°Ã¥Â¢Å¾******************** */
.drop-down {
    position: relative;
}

.drop-down .down-box {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 5px 5px #cececea1;
}

.drop-down:hover .down-box {
    display: block;
    font-size: 12px;
    line-height: 28px;
}

.p-oder {
    height: 30px;
    width: 200px;
    text-align: center;
}

.p-oder input {
    display: inline-block;
    padding: 5px;
    background-color: #db171c;
    color: #fff;
    border: none;
    border-radius: 5px;

}
.b-centre{
    width: 280px;
}
.b-centre ul {
    width: 33%;
    line-height: 28px;
    float: left;
    font-size: 12px;
    text-align: center;
}
.b-centre ul li:first-child{
    color: #333;
    font-weight: bold;
}
.site-map{
    width: 260px;
    left: auto !important;
    right: 0px;
}
.site-map dd{
    width: 200px;
}
.site-map .dashedline{
    height: 1px;
    border-top: dashed 1px #e6e6e6
}
.c-center .icon{
 width: 12px;
 height: 12px;
 display: inline-block;
 opacity: 0.5;
}
.c-center .icon01{
    background: url(../images/01.html) no-repeat;
    background-size: 100%;
}
.c-center .icon02{
    background: url(../images/02.html) no-repeat;
    background-size: 100%;
}
.c-center .icon03{
    background: url(../images/03.html) no-repeat;
    background-size: 100%;
}
.c-center .icon04{
    background: url(../images/04.html) no-repeat;
    background-size: 100%;
}
.area .drop-down{
    background-color: #db171c;
    color: #fff;
}
.area .down-box{
    top: 30px;
    left: -3px !important;
    right: auto;
}
.area  .down-box .hangye-category a{
    background-color: #fff;
    color: #666;
    display: inline-block;
    padding: 0;

}
.area .down-box a::after{
    display: none;
}