@charset "utf-8";

span {
    display: inline-block;
}

/*common*/
body {
    font: 12px/1.5 "pingfang sc", "microsoft yahei", 微软雅黑, stheiti, sans-serif;
}

.wrap1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

a {
    display: inline-block;
}

.bdrs {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

html {
    box-sizing: border-box;
    font-family: "\5fae\8f6f\96c5\9ed1", helvetica, sans-serif;
    color: #666;
    background-color: #f8f8f8;
}

*, *:before, *:after {
    box-sizing: inherit;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none
}

body, h1, h2, h3, h4, h5, h6, p, dl, dd {
    margin: 0;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

img {
    width: 100%;
}

img, input {
    vertical-align: middle;
}

input {
    outline: none;
}

a {
    color: #000;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    content: "";
    zoom: 1;
    clear: both;
    display: block;
}

.show {
    display: block;
}

.hide, [v-cloak] {
    display: none;
}

.mt50 {
    margin-top: 145px;
}

.loading {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    padding-top: 80px;
    width: 82px;
    height: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*background:  no-repeat center;*/
}
/*header*/
.header {
    width: 100%;
    height: 72px;
    background: #f9f9f9;
    padding: 10px 10px;
    box-sizing: border-box;
}

.header a:nth-of-type(1) {
    width: 496px;
    height: 52px;
    background:  no-repeat center;
    margin-right: 275px;
}

.header input {
    display: inline-block;
    width: 160px;
    height: 32px;
    padding: 5px 5px;
    background-color: #ffffff;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
    border: solid 1px #c7000b;
    box-sizing: border-box;
    margin-top: 8px;
}

.header span {
    display: inline-block;
    width: 40px;
    height: 32px;
    background-color: #c7000b;
    -webkit-border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
    margin-top: 8px;
}

/*menu*/
.nav {
    width: 100%;
    height: 40px;
    background-color: #df2d32;
    min-width: 1200px;
    line-height: 40px;
    font-weight: bold;
}

.nav a {
    color: #fff;
    display: block
}

.nav li {
    cursor: pointer
}

.nav .nav_con {
    padding: 0;
    *zoom: 1;
    width: 1200px;
    min-width: 1200px;
    font-size: 14px;
    margin: 0 auto;
}

.nav .nav_con:after {
    content: "";
    display: table;
    clear: both;
}

.nav .nav_con .down_list {
    position: absolute;
    z-index: 100;
    display: none;

}

.nav .nav_con .down_list li {
    background: rgba(199, 0, 11, 0.75);
    border-top: 1px solid #fff;
    line-height: 40px;
    width: 118px;
    height: 40px;
}

.nav .nav_con .down_list li:hover > a {
    color: #ffd800;
    background: #c7000b;
    transition: all 250ms ease-out;
}

.nav_con li.liactive {
    background: #c7000b;
}

.nav_con li.liactive .menus {
    color: #edd900;
}

.nav .nav_con > li {
    width: 118px;
    text-align: center;
    float: left;
}

.nav .nav_con > li:hover .down_list {
    display: block;
    transition: all 250ms ease-out;
}

.nav .nav_con > li:hover > a {
    color: #ffd800;
    background: #c7000b;
    transition: all 250ms ease-out;
}

.nav .nav_con li .menuactive {
    color: #ffd800;
    background: #c7000b;
    transition: all 250ms ease-out;
}

/*footer*/
.footer {
    width: 100%;
    background-color: #efefef;
    box-sizing: border-box;
}

.mt20 {
    margin-top: 20px;
}


.footer ul:nth-of-type(1) {
    position: absolute;
    top: 20px;
    left: 34%;
    width: 870px;
}

.footer ul li:nth-of-type(1) a {
    font-family: microsoftyahei-bold;
    font-size: 14px;
    color: #8e8b8b;
}

.footer ul li{
    width: 100%;
}

.footer ul strong{
    display: inline-block;
}

.footer ul a{
    display: inline-block;
    padding-left: 10px;
}

.footer-l {
    margin-left: 40px;
}

.footer ul li:nth-of-type(2) {
    width: 200px;
    text-align: center;
    position: absolute;
    top: -80px;
    left: 50%;
}

.footer ul li:nth-of-type(3) {
    width: 200px;
    position: absolute;
    top: -80px;
    left: 68%;
}

.footer ul li:nth-of-type(2) strong,
.footer ul li:nth-of-type(3) strong {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333333;
}

.footer ul li:nth-of-type(2) span,
.footer ul li:nth-of-type(3) a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 40px;
    color: #999999;
}

/*jd-span*/
.jd-span span{
    font-size: 12px;
    text-align: justify;
    line-height: 1.8;
    color: #999999;
    display: inline-block;
}

.footer-b {
    margin-top: 20px;
    width: 100%;
    height: 300px;
    background: #999999;
    padding-top: 40px;
}

.footer-b a {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

/*title*/
.title {
    width: 980px;
    height: 56px;
    padding: 23px 18px 18px 64px;
    box-sizing: border-box;
    font-size: 16px;
    background:  no-repeat 40px 16px;
    background-color: #c50202;
    color: #fff;

}

/*button*/
.bt {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #8e8b8b;
    border-radius: 20px;
    color: #8e8b8b;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.tc {
    text-align: center;
}

.elli {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.hotmessage ul::-webkit-scrollbar, .jdcontent-four-ul::-webkit-scrollbar {*/
/*width: .4rem;*/
/*background: #898989;*/
/*}*/

/*.hotmessage ul::-webkit-scrollbar-track, .jdcontent-four-ul::-webkit-scrollbar-track {*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
/*border-radius: 10px;*/
/*background-color: #f5f5f5;*/
/*}*/

/*.hotmessage ul::-webkit-scrollbar-thumb, .jdcontent-four-ul::-webkit-scrollbar-thumb {*/
/*border-radius: 10px;*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
/*background-color: #b6b6b6;*/
/*}*/

.biger {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.biger:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pb20 {
    padding-bottom: 20px;
}

/*cms公用样式*/
.title-a {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
}

/*新闻加下载线样式*/
.bb {
    border-bottom: 1px solid #eae7e7;
}

/*新闻正文样式*/
.text {
    padding: 10px 40px;
    font-size: 14px;
    color: #333333;
    text-indent: 29px;
    text-align: justify;
    line-height: 25px;
    letter-spacing: 2px;
}

/*新闻正文样式*/
.news-c {
    padding: 10px 40px;
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
}

/*距离顶部距离*/
.mt20 {
    margin-top: 20px;
}

.posi {
    position:relative;
}
/*后加样式*/
#text div{
   padding: 10px 10px;
   box-sizing: border-box;
}

#text p{
   text-indent: 0em;
   box-sizing: border-box;
}

#text span{
    display: inline-block;
    text-align: justify;
    padding-right: 40px;
    box-sizing: border-box;
}

#text ul{
  width: 100%;
}
.main_p{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
 }
.main_p i {
    color: #898989;
    display: inline-block;
    padding: 10px;
   font-style: normal;
}

#showli li{
       list-style: disc;
}
 #showli ul{
    width: 100%;
    padding-left: 14px;
    box-sizing: border-box;
}

 #pages div{
   text-align: center;
}

#pages div a:first-child{
    display: inline-block;
    width: 108px;
    height: 34px;
    line-height: 34px;
    margin-left: 5px;
    text-align: center;
}
#pages div a{
    display: inline-block;
    width: 55px;
    height: 34px;
    line-height: 34px;
    margin-left: 5px;
    text-align: center;
}
/*footer*/
@charset "utf-8";
body,p,input{margin:0;padding:0;}
a{text-decoration:none;}
img{border:none;vertical-align:top;height: 100%;width: 100%;border-radius: 3px;}
input{outline:none;}
body{font-size:14px;font-family:"微软雅黑";}

body{ position:relative;}
/*小标签*/
@font-face {
    font-family: 'fontello';
    src: ;
    src:  format('embedded-opentype'),
     format('woff'),
     format('truetype'),
     format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon
{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    --margin-right: .2em;
    text-align: center;

    font-variant: normal;
    text-transform: none;
    line-height: 2em;
    --margin-left: .2em;
    color:#eb8a33;
    font-size:20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*小标签结束*/

.clear:after { content:""; display:block; clear:both; }
.fl { float:left; }
.fr { float:right; }

/*县停*/
#contact_way_wra{position:fixed; right:100px; top:300px;}
.contact_way_hover,.sidebox,.sidebox .icon_i,.hover{ width:48px; height:48px;}
.contact_way_wra {  width:48px; height:100%; z-index:30;}
.contact_way_hover,.sidebox .icon_i {border:1px solid #e5e5e5;}
.contact_way_hover { background:#ffffff; margin-top:-1px; text-align:center; line-height:48px;}
.contact_way_wra a { width:40px; height:40px; display:inline-block;}
.sidebox { position:absolute;}
.sidebox .icon_i { display:inline-block; position:absolute; right:0; overflow:hidden;
    border-radius:5px 0 0 5px; -moz-border-radius:5px 0 0 5px; -webkit-border-radius:5px 0 0 5px;
    background:#ffffff;-webkit-transition:1s; margin-top:-1px; margin-right:-1px;}
.side_red:hover { color:#eb2100; cursor:pointer; }
.hover{ line-height:48px;}
.sidebox .icon_i:hover{--width:120px;}
.sidebox .icon_i:hover .hover{ color:#eb2100;}
.contact_way_wra a{width:70px;}
.side_content{ font-size:14px; color:#686868; line-height:48px; text-align:center; }


.nav_left { height:60px;}
.nav_right input,.contact_way_hover { border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
    border:1px solid #e5e5e5; }
.sub_wrap { position:absolute; left:170px; top:0; background:#898989;}


/*登陆*/
.register {margin-top: 10px; width:158px; height:36px; background:#fff; border-radius:5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px; border:1px solid #e5e5e5; text-align:center; position:absolute; right:10px;z-index: 9999999999; }
.register a{ display:inline-block; line-height:36px; font-size:14px; color:#898989; }
.register span{ display:inline-block; margin:0 5px; position:relative; padding:0px 12px;}
.register a:hover{ color:#eb2100;}
/* .nav_left a:hover { background-color:#eb2100; color:#fff;} */
.nav_right { padding-top:11px;}
.sub_wrap a:hover{color:#444444;}

.nav_right { padding-top:8px;}
/*.nav_right input { width:197px; height:38px; font-size:14px; color:#888888; padding-left:11px; background:#f2f2f2;} */
.nav_right input { width:197px; height:38px; font-size:14px; color:#e57c1f; padding-left:11px; background:#f7c69a;}
.nav_submit { position:relative;}
.sub_wrap { background:#f4f4f4; display:inline-block; width:38px; height:38px; z-index:3;}


.footer{ width:100%; background:#dddddd; text-align:center; padding-top:18px;}
.contact_information{  }
.footer a{ font-size:12px; line-height:24px; color:#898989;}
.footer span{ color:#898989; }


/*悬停调整 尺寸 */
#icon_i_a:hover{ width:200px;}
#icon_i_b:hover{ width:160px;}
#icon_i_c:hover{ width:175px;}
#icon_i_e:hover{ width:120px;}

.contact_way_er {
    display: none;
    position: absolute;
    left: -133px;
    top: 182px;
    width: 120px;
    height: 120px;

}

.activex {
    color: #4596e5;
    border-bottom: 2px solid #4596e5;
}
.seach-new {
    height: 106px;
    padding-top: 72px;
}
.seach-new .hot-word{

    font-size: 14px;
    line-height: 20px;
    color: #807b6a;

}
.hot-fa,.hot-jiang,.hot-qu{
    font-size: 14px;
    line-height: 20px;
    color: #807b6a;
    padding: 0px 5px;
}
.hot-fa:hover,.hot-jiang:hover,.hot-qu:hover{
    color: #003876;
    cursor: pointer;
}
.hot-word {
    padding-top: 10px;
}
/*个人中心退出样式*/
.person-cen-wrap {
    position: relative;
    width: 120px;
    height: 60px;
}
.wrap-i{
    height: 30px;
    padding-top: 15px;
}
.person-cir {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #898989;
    border-radius: 50%;
}


.person-cir {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #898989;
    border-radius: 50%;
}

img {
    border: none;
    vertical-align: top;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}
#person-r #tuichu{
 display:inline-block;
 width:55px;
 background:  no-repeat;
 border-radius:5px;
 line-height:38px;
 color:#fff;
 position:absolute;
 left:76px;
 top:39px;
 text-align:center;
 display:none;

}
.nav a {
    display: inline-block;
    width: 90px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    color: #686868;
    font-size: 14px;
    font-weight: bold;
}
#person-r #person-center {
  width: 77px;
  height: 40px;
  font-size: 14px;
  color: #898989;
  line-height: 30px;
  background:  no-repeat 67px 13px;
  cursor: pointer;
  padding-left: 5px;
  text-align:left;
}


/*样式抽离*/
.hide{display:none!important;}
.one_text_hide{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.two_text_hide{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.thr_text_hide{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.flex{display:-webkit-flex;display:flex;}
.flex_wrap{display:-webkit-flex;display:flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.flex_just{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;}
.flex_align{display:-webkit-flex!important;display:flex!important;-webkit-align-items:center;align-items:center;}
.flex_between{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
.flex_end_align{display:-webkit-flex;display:flex;-webkit-justify-content:end;justify-content:end;-webkit-align-items:center;align-items:center;}
.flex_just_align{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.flex_between_align{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}
.flex_col{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;}
.flex_col_just{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;}
.flex_col_align{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;}
.flex_col_just_align{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.flex_1{-webkit-flex:1;flex:1;}
.w_full {width: 100% !important;}
.container {padding: 0;min-width: 1200px;}
.center_box {width: 1200px;margin: 0 auto;}
.btn {font-size: 14px;padding: 0;margin: 0;}
.mt_0 {margin-top: 0px;}
.mt_5 {margin-top: 5px;}
.ml_5 {margin-left: 5px;}
.mt_10 {margin-top: 10px;}
.mt_40 {margin-top: 40px;}
.mt_90 {margin-top: 90px;}
.mr_10 {margin-right: 10px;}
.mr_20 {margin-right: 20px;}
.mr_50 {margin-right: 50px;}
.mx_10 {margin-left: 10px;margin-right: 10px;}
.t_idx {text-indent: 34px;}
.main_bg {min-width: 1200px;}
.bg_main_img {width: 1920px;margin: 0 auto;}
.banner_footer {
	position: relative;
	height: 160px;
	background: rgba(212, 48, 48, 1);
}
.footer_box {
	min-width: 1200px;
	width: 1200px;
	position: absolute;
    padding-bottom: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.footer_box_t div {
	font-size: 16px;
	font-family: pingfang sc;
	font-weight: 500;
	color: #ffffff;
}
.footer_box_t .link-item {
	margin: 0 15px;
}
.footer_box_t .line {
	margin: 0 15px;
}
.footer_box_b {
	margin-top: 20px;
	text-align: center;
}
.footer_box_b .t1{
	font-size: 16px;
	font-family: pingfang sc;
	font-weight: 400;
	color: #eaf0f3;
}
