﻿*{
  margin: 0;
  padding: 0;
  color: #000000;
  /*-moz-user-select:none;
  -webkit-user-select:none;
  user-select:none; */
}
html{
min-width:1200px;
}
img{
  object-fit: cover;
}
.layui-laypage .layui-laypage-curr {
    /* height: 42px !important; */
    /* line-height: 39px !important; */
    padding: 6px 14px !important;
    margin: 0 !important;
    /* position: relative !important; */
    overflow: hidden !important;
    border-radius: 5px !important;
}
a
{
  display:block;
  text-decoration: none;
  overflow:hidden;
 vertical-align:bottom;
}
a:hover{
  cursor: pointer;
}
li
{
    list-style-type: none;
    }
.wrap{
  margin: 0 auto;
}
.ArchiveCategory .wrap .location {
    border-radius: 10px 10px 10px 10px;
    width:calc(100% - 160px) !important;
    margin:20px auto 0;
}

input, textarea, button {
    outline: none;
    border: none;
}
/*引入字体
@font-face
{
    font-family: "SourceHanSerifSC-Heavy";
    src:url("../font/SC-Heavy.otf");
    }
*/

/*显示一行*/
.oneLine{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*显示两行*/
.twoLine{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*显示两行*/
.threeLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*显示两行*/
.nLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
/*隐藏*/
.hide{
  display: none;
}
/*首页*/
.Default
{
 color: #010101 !important;
}
.Default:hover
{
    color:#09199B !important;
    }
.Body
{
    min-width:1300px;
    height:100%;
    }
.MenuActive
{
  
    }
.MenuActiveLeft {
    background-image: linear-gradient(to right, #D70000 0%, #FF8236 100%);
    color:azure !important;
}
/*Header*/
.Header {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.Header .wrap .header_top {
    padding-left:40px;
    margin-top:40px;
    display: flex;
    align-items:center;
    font-size: 0;
}
.Header .wrap .header_top .header_top_logo2 {
    display: inline-block;
    vertical-align: top;
    width: 671px;
    height: 86px;
    }
.Header .wrap .header_top .header_top_logo2 img {
    width: 100%;
    object-fit: cover;
}
.Header .wrap .header_top .header_top_logo
{
    display:inline-block;
    vertical-align:top;
    width:120px;
    height:120px;
    margin-right:15px;
    }
.Header .wrap .header_top .header_top_logo img
{
    width:100%;
    height:100%;
    object-fit:cover;
    }
.Header .wrap .header_top .header_top_span
{
    display:inline-block;
    vertical-align:top;
    }
.Header .wrap .header_top .header_top_span span
{
    color:#FFFFFF;
    font-weight:bold;
    line-height:1;
    display:block;
    }
.Header .wrap .header_top .header_top_span span:first-child
{
    font-size:40px;
    }
.Header .wrap .header_top .header_top_span span:last-child
{
    font-size:17px;
    margin-top:10px;
}
.header_center {
    background: #F13920;
    padding: 0 30px;
    box-sizing: border-box;
}
.header_center ul {
    border-radius: 24px;
    font-size: 0;
    white-space: nowrap;
    overflow-x: hidden;
    text-align: center;
}
.header_center ul li {
    display: inline-block;
    padding: 16px 0;
}
.header_center ul li:not(:last-child) {
    margin-right: 38px;
}
.header_center ul li a {
    color: #FFFFFF;
    line-height: 1;
                }
.Header .wrap .header_bottom{}
.Header .wrap .header_bottom .header_bottom_img
{
    width:645px;
    height:152px;
    margin:143px auto 207px;
    }
.Header .wrap .header_bottom .header_bottom_img img
{
    width:100%;
    height:100%;
    object-fit:cover;
    }
/*appNotice*/
.appNotice
{
    width:270px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius:8px;
    }

.appNotice .disDiv {
}
.appNotice .texthead {
    height:60px;
    line-height:60px;
    text-align:center;
    font-size:21px;
    color:#FFFFFF;
    background:#BF000A;
}
.appNotice .border {
    margin: 0px 10px;
    border: 1px dashed #CACBCC;
}
.appNotice .disDiv a {
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:80px;
    color: #000000;
    font-size:20px;
    padding-left:20px;
}
.appNotice .disDiv img{
    width:13px;
    height:13px;
    margin-right:30px;
}

.appNotice .disDivLeft {
    padding:0px 20px;
}
.appNotice .disDivLeft a {
    display: flex;
    align-items: center;
    height: 60px;
    color: #000000;
    font-size: 16px;
}
/*
.appNotice ul li a::after
{
    position: absolute;
    content: "";
    background: url(../img/Default/right_icon.png);
    right: 0;
    top: calc(50% - 13px);
    width: 25px;
    height: 25px;
    background-size: cover;
    }

/*Footer*/
.returnTop
{
    width:100%;
    position:fixed;
    bottom:10%;
    z-index:3; 
    }
.goTop
{
    width:1450px;
    margin:auto;
    }
.toTop
{
    width:50px;
    height:50px;
    background:#F0F0F0;
    position:relative;
    float:right;
    border-radius:4px;
    background:url('../img/Default/toTop1.png') center no-repeat #bfbfbf;
    }
.toTop:hover
{
    cursor:pointer;
    background:url('../img/Default/toTop2.png') center no-repeat #bfbfbf;
    }

.Footer {
    width: 100%;
   
}
.Footer .wrap{}
.Footer .wrap .main
{
    }
.Footer .wrap .main .footer_top
{
    font-size:0;
    }
.Footer .wrap .main .footer_top .footer_top_left
{
    display:inline-block;
    vertical-align:top;
    font-size:0;
    margin-right:40px;
    }
.Footer .wrap .main .footer_top .footer_top_left .footer_logo
{
    width:50px;
    height:50px;
    display:inline-block;
    margin-right:15px;
    }
.Footer .wrap .main .footer_top .footer_top_left .footer_logo img
{
    width:100%;
    height:100%;
    object-fit:cover;
    }
.Footer .wrap .main .footer_top .footer_top_left .footer_name
{
    display:inline-block;
    vertical-align:top;
    }
.Footer .wrap .main .footer_top .footer_top_left .footer_name span
{
    display:block;
    color:#FFFFFF;
    line-height:1;
    }
.Footer .wrap .main .footer_top .footer_top_left .footer_name span:first-child
{
    font-size:26px;
    font-weight:bold;
    }
.Footer .wrap .main .footer_top .footer_top_left .footer_name span:last-child
{
    font-size:11px;
    font-weight:bold;
    margin-top:10px;
    }
.Footer .wrap .main .footer_top .footer_top_right
{
    display:inline-block;
    }
.Footer .wrap .main .footer_top .footer_top_right span
{
    display:block;
    color:#FFFFFF;
    line-height:1;
    }
.Footer .wrap .main .footer_top .footer_top_right span:first-child
{
    font-size:16px;
    font-weight:300;
    }
.Footer .wrap .main .footer_top .footer_top_right span:last-child
{
    font-size:24px;
    font-weight:800;
    margin-top:13px;
    }
.Footer .wrap .main .footer_center{
    text-align:center;
    margin-top:40px;
    }
.Footer .wrap .main .footer_center .footer_center_item {
    margin: auto;
    width: 1280px;
}
.Footer .wrap .main .footer_center .footer_center_item h3
{
    color:#FFFFFF;
    font-size:15px;
    }
.Footer .wrap .main .footer_center .footer_center_item .center_li
{
    height:256px;
    font-size:0;
    padding:10px 0px;
    }
.Footer .wrap .main .footer_center .footer_center_item .center_li:last-child
{

    }
.Footer .wrap .main .footer_center .footer_center_item .center_li a
{
    color:#FFFFFF;
    display:inline-block;
    margin: 15px 35px;
    }
Footer .wrap .main .footer_center .footer_center_item .center_li a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #09199B;
    border-radius: 50%;
    top: calc(50% - 3px);
    left: -20px;
}
.Footer .wrap .main .footer_center .footer_center_item:last-child .center_li a
{
    width:14.28%;
    }
.Footer .wrap .main .footer_bottom {
    background-color: #FFEBE5;
    padding: 15px 0px;
   overflow:hidden;
}
.Footer .wrap .main .footer_bottom .bottom_item
{
    display:flex;
    justify-content:center;
    margin-top:24px;
   margin-bottom:24px;
    }
    .Footer .wrap .main .footer_bottom .bottom_item span {
        color: #FFFFFF;
        font-weight: 400;
    }
.Footer .wrap .main .footer_bottom .bottom_item a {
    color: #AD7A7A;
    font-weight: 400;
    border-right:none;
    padding-right:20px;
    font-size:16px;
}  
.Footer .wrap .main .footer_bottom .bottom_item span:first-child
{
    padding-right:30px;
    }
.Footer .wrap .main .footer_bottom .bottom_item span:not(:first-child)
{
    padding: 0 30px;
    border-left:1px solid #FFFFFF;
    }
.Footer .wrap .main .footer_bottom .bottom_item a:first-child {
    padding-right: 30px;
}

.Footer .wrap .main .footer_bottom .bottom_item a:not(:first-child) {
    padding: 0 30px;
    
}
    
