﻿*{
  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: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*显示两行*/
.nLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}
/*隐藏*/
.hide{
  display: none;
}
/*首页*/
.Default
{
 color: #010101 !important;
}
.Default:hover
{
    color:#09199B !important;
    }
.Body
{
    min-width:1200px;
    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;
    background-image: url(../image/bg.jpg);
    height:240px
}
.Header .wrap {
    width: 1200px;
}
.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:auto;
    height:118px;
    margin-top: 20px;
    }
.Header .wrap .header_top .header_top_logo img
{
    height:118px;
    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: #C01920;
    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;
    width: 150px;
}

.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:60px;
    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('../image/toTop1.png') center no-repeat #bfbfbf;
    }
.toTop:hover
{
    cursor:pointer;
    background:url('../image/toTop2.png') center no-repeat #bfbfbf;
    }

.Footer {
    width: 100%;
    background-color: #C01920;
}
.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 {
    height: 104px;
    background-color: #790108;
    padding: 15px 0px;
    text-align: center;
}
.Footer .wrap .main .footer_bottom .bottom_item
{
    display:flex;
    justify-content:center;
    margin-top:24px;
    }
.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: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;
    border-left: 1px solid #FFFFFF;
}
.ssdianji {
    display: none;
}

.zsdianji {
    color: #C40B03 !important;
    border-bottom: 2px solid #C9000B;
    padding-bottom: 21px !important;
}

.bord {
    border: 1px dashed #CACBCC;
    margin-left: 10px;
    margin-top: 10px;
}

.babackgroundImg {
    background-image: url('../image/img2.png');
    height: 46px;
    background-size: 100% 100%;
}
.babackgroundImgx {
    background-image: url('../image/img3.png');
    height: 46px;
    background-size: 100% 100%;
}

.textSize {
    font-size: 16px !important;
    position: relative;
}

.textSize2 {
    font-size: 16px !important;
}

.textSize::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C10401;
    top: calc(50% - 3px);
    left: 12px;
}

.box {
    display: flex;
    padding: 40px 20px 40px;
    justify-content: space-between;
}

.boxdiv {
    text-align: center;
    padding-top: 20px;
    width: 216px;
    height: 100px;
    border-radius: 10px;
}

.zhengshu {
    padding-top: 23px;
    margin: 30px 20px 30px;
    background-image: url('../image/chaxunbj.png');
    height: 169px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border-radius: 0px 10px 10px 0px;
}

.zhengshu a {
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-left: 40px;
    padding-bottom: 23px;
}

.Body {
    background-color: #F7F7F7;
}

.news {
    font-size: 0px;
    height: 330px;
    margin: 40px 20px 0px;
    display: flex;
}

.news img {
    height: 330px;
    width: 560px;
}

.news div {

}

.newdiv2 {
    background: #FFFFFF;
    width: 580px;
    padding: 20px 30px;
}

.newhead {
    width: 1000px;
    text-align: center;
    margin: auto;
}

#kw {
    width: 390px;
    height: 49px;
    padding: 0 5px;
    line-height: 30px;
    font-size: 16px;
    outline: none;
}

#append {
    width: 471px;
    border: solid #e9e9e9 2px;
    border-top: 0;
    display: none;
}

.item {
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;

}

.item2 {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 14px;
}

.item2:hover {
    background: #EDEFF0;
    color: #000000;
}

.fudong {
    display: none !important;
    position: relative;
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;

}
.t1 {
    margin-top:40px;color:#C9000B!important;margin-left:15px;
}
.t1 span {
    color:#C9000B!important;font-size:32px;width: 1000px;font-weight: bold;
}
.t2 {
    margin-top:20px;color:#C9000B!important;
}
.t2 span {
    color:#C9000B!important;font-size:16px;width: 950px;font-weight: 400;
}
.t3 span {
    font-size: 18px;font-weight: bold;
}
.t4 {
    margin:10px 0px 20px;
}
.t4 span {
    color:#979899!important;
}
.t5 {
    width: 100%;font-size: 14px;font-weight: 400;line-height: 26px;
}
.t6 {
    margin-top:25px; display:inline-block;height:40px;border: 1px solid #C9000B;color:#C9000B;line-height:40px;text-align:center;padding: 0 30px;
}
.t7 {
    background: #E6E8EB;height:1px;margin:0px 0px 23px;
}
.t8 {
    margin:10px 0px 34px 40px;
    display: flex;
}
.t9 {
    width:520px;height:160px;padding:30px 30px 0px;display:flex;
}
.t10 {
    width:220px;height:160px;
}
.t11 {
    width:270px;margin-left:30px;
}
.t12 {
    font-size: 18px;font-weight: bold;
}
.t13 {
    font-size: 14px;font-weight: 400;color: #88898A;margin:16px 0px 20px;
}
.t14 {
    font-size: 14px;font-weight: 400;color: #888;
    line-height: 26px;
}
.t15 {
    padding: 20px 20px 0;
}
.t15 .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px dashed #DDD;
}
.t15 .line:last-of-type {
    border-bottom: none;
}
.t15 .line span {
    width: 25%;
    text-align: center;
    padding: 15px 0;
    color: #666;
}
.t15 .line.tit span {
    font-weight: bold;
    color: #333;
}

.t15 .line span:first-of-type {
    text-align: left;
}
.t15 .line span:last-of-type {
    text-align: right;
}

.News .wrap .right .pro_item
{
    width:1220px;
    display:inline-block;
    vertical-align:top;
}
.News .wrap .right .pro_item .news_box_main
{
    margin-left:20px;
    margin-right:0px;
    margin-bottom:30px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius:6px;
    overflow: hidden;
}
.News .wrap .right .pro_item .news_box_main .title
{
    display: flex;
    align-items:center;
    justify-content: space-between;
    line-height:46px;
}
.News .wrap .right .pro_item .news_box_main .title h3
{
    margin-left:30px;
    font-size:21px;
    font-weight:bold;
    color:#FFFFFF;
    display:inline-block;
    vertical-align:middle;
    line-height:1;
}
.News .wrap .right .pro_item .news_box_main .title h3::before
{
    position:absolute;
    content:"";
    width:6px;
    height:6px;
    background:#09199B;
    border-radius:50%;
    left:-20px;
    top:calc(50% - 3px);
}
.News .wrap .right .pro_item .news_box_main .title a
{
    position:relative;
    display:inline-block;
    float:right;
    vertical-align:middle;
    color:#7A7A7A;
    padding-right:24px;
    white-space: nowrap;
}
.News .wrap .right .pro_item .news_box_main .title a span:first-child::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #CB2E0C;
    left: 0;
    top: calc(50% - 3px);
}
.News .wrap .right .pro_item .news_box_main .title a::after
{
}
    
