﻿*{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family:Microsoft YaHei;
  color: #000000;
  /*-moz-user-select:none;
  -webkit-user-select:none;
  user-select:none; */
}
html{
min-width:1200px;
}
img{
  object-fit: cover;
}
a
{
  display:block;
  text-decoration: none;
  overflow:hidden;
 vertical-align:bottom;
}
a:hover{
  cursor: pointer;
}
li
{
    list-style-type: none;
    }
.wrap{
  margin: 0 auto;
}
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: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}
/*隐藏*/
.hide{
  display: none;
}
/*首页*/
.Default
{
 color: #010101 !important;
}
.Default:hover
{
    color:#09199B !important;
    }
.Body
{
    min-width:1200px;
    height:100%;
    }
.MenuActive {
    color: #B30000 !important;
    border-bottom: 3px solid #B30000;
    padding-bottom: 14px !important;
}
.MenuActiveLeft {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #CB0000 !important;
    border-bottom: 1px dashed #E3E4E6;
    margin-bottom: 1px;
}
.MenuActiveLeft::before {
    content: "";
    position: absolute;
    width: 80px!important;
    height: 8px!important;
    background: #CB0000!important;
    top: calc(50% - -39px)!important;
    left: 35px;
}
/*Header*/
.fudong {
    z-index: 2;
    position: relative;
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
}
.inputSubmit2 {
    display: inline-block;
    vertical-align: top;
    background: #FFA200;
    color: #FFFFFF;
    white-space: nowrap;
    font-size: 14px;
    padding: 11.5px 40px;
    border-radius: 0px 6px 6px 0px;
}

.inputSubmit2:hover {
    cursor: pointer;
}
.Header {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.Header .wrap .header_top {
    margin-top:23px;
    display: flex;
    font-size: 0;
}
.Header .wrap .header_top .inputBox #kw2 {
    width: 390px;
    height: 40px;
    padding: 0 5px;
    line-height: 30px;
    font-size: 16px;
    outline: none;
}
.Header .wrap .header_top .inputBox  #append2 {
    padding: 10px 0px;
    width: 471px;
    margin-top: 6px;
    display: none;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}
.Header .wrap .header_top .inputBox {
    display: inline-block;
    vertical-align: top;
    background: rgba(247,248,250,1);
    border: 1px solid rgba(204,204,204,1);
    overflow: hidden;
    padding: 0 20px;
    border-radius: 6px 0px 0px 6px;
}

.Header .wrap .header_top .inputBox i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/Search/inputBoxI.png);
    background-size: cover;
    margin-right: 13px;
}

.Header .wrap .header_top .inputBox input {
    padding: 15px 0;
    width: 400px;
    background-color: transparent;
}
.Header .wrap .header_top .header_top_logo2 {
    display: inline-block;
    vertical-align: top;
    margin-right: 155px;
    }
.Header .wrap .header_top .header_top_logo2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Header .wrap .header_top .header_top_logo2 .p1 {
    font-size: 38px;
    font-family: Songti SC;
    font-weight: 900;
    color: #FFFFFF;
}
.Header .wrap .header_top .header_top_logo2 .p2 {
    font-size: 18px;
    font-family: Songti SC;
    font-weight: 900;
    color: #FFFFFF;
    text-align-last: justify;
    width:360px;
    text-align-last: justify
}
.Header .wrap .header_top .header_top_logo
{
    display:inline-block;
    vertical-align:top;
    width:80px;
    height:80px;
    margin-right:20px;
    }
.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: #FAE9D2;
    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;
}
.header_center ul li:not(:last-child) {
    margin-right: 48px;
}
.header_center ul li a {
    padding: 16px 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    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 {
    background:#FFFFFF;
    width: 220px;
    margin-right:20px;
}

.appNotice .disDiv {
    
}
.appNotice .texthead {
    color:#B30000;
    height:62px;
    line-height:62px;
    padding-left:28px;
    font-size:18px;
    font-weight: 400;
    border-bottom: 1px solid #CACBCC;
}
.appNotice .border:not(:last-child)  {
    border-bottom: 1px dashed #CACBCC;
}
.appNotice .disDiv a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    color: #000000;
    font-size: 18px;
    padding-left: 40px;
    border-bottom: 1px dashed #E3E4E6;
}
.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: 14px;
    font-weight:400;
}
.appNotice .disDivLeft a:hover {
   /* color:#0073E5;*/
}

/*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%;
    background-color: #B30000;
}
.Footer .wrap{}
.Footer .wrap .main
{
    align-items:center;
    display:flex;
    justify-content:center;
    }
.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 {
    height: 114px;
    width:1200px;
    padding: 28px 0px 0px;
}
.Footer .wrap .main .footer_bottom .bottom_item
{
    text-align:center;
    margin-top:12px;
}
.Footer .wrap .main .footer_bottom .bottom_item span{
    color:#FFFFFF;
    font-weight:400;
    }
.Footer .wrap .main .footer_bottom .bottom_item a {
    color: #FFFFFF;
    font-weight: 400;
}  
.Footer .wrap .main .footer_bottom .bottom_item span:first-child
{
    padding-right:15px;
    }
.Footer .wrap .main .footer_bottom .bottom_item span:not(:first-child)
{
    padding: 0 15px;
    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 15px;
    border-left: 1px solid #FFFFFF;
}
    
