html{
	font-size: 100px;
}

[v-cloak]{
    display: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei", arial;
}

ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* img{width: 100%; height: 100%;} */

.wback{
	background-color: #fff;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flextop{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flexcc{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}
.flexStretch{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.flexstart{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flexs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flexss{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.flexend{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.flexcenter{
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexcol{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

/*主轴对齐*/
.jc_flexc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.jc_flexe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.jc_flexj {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.jc_flexs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.jc_flexa {
    -webkit-box-pack: around;
    -ms-flex-pack: around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

/*侧轴对齐*/
.ai_flexs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.ai_flexe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.ai_flexc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ai_baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

/*伸缩性*/
.flex_auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
}

.flex_wrap{
    flex-wrap: wrap;
}

.flex_1 {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

/*显示顺序*/
.order_2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.order_3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

/*  文字超出隐藏 */
.ellipsis {
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    word-wrap: break-word;
  }

.themeColor{
    /* background-color: #1C7CDF; */
    background-color: #16468d;
}

.wfc{
    color: #fff;
}

.h100{
    height: 100%;
}

.pad20{
	padding: 0.2rem;
}

.martop40{
	margin-top: 0.4rem;
}

.moretext{
    font-size: 0.14rem;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.f16c3{
	font-size: 0.16rem !important;
	color: #333 !important;
}
.f16c6{
	font-size: 0.16rem !important;
	color: #666 !important;
    width: 265px;
}

.bluetit{
	font-size: 0.2rem !important;
	font-weight: bold;
	color: #16468d !important;
}

.layui-container,
.layui-carousel{
    min-width: 1400px !important;
    /* min-width: 1200px !important; */
    /* margin-right: 15px; */
}

.layui-tab-title{
	border: none;
}
.layui-border-red {
    border-color: #2d95e1!important;
    color: #2d95e1!important;
}
.layui-border-gray {
    border-color: #999!important;
    color: #999!important;
}
/* 公共头部 */

.toprow{
    height: 0.36rem;
    min-width: 1200px;
}

.toprow a{
    color: #fff;
    line-height: 0.36rem;
}

.toprow span{
    margin: 0 0.2rem;
}
/*  大标题及搜索  */
.tsearch{
    height: 1.24rem;
    background: #FEFEFE;
}

.tsearch h1{
    font-size: 0.36rem;
    font-weight: bold;
    color: #0054A3;
}
.tsearch h1 img{
    width: 257px;
    margin-right: 10px;
}
.tsearch h1 p{
    font-size: .24rem;
    color: #901519;
}

.tsearch .searchbox input{
    width: 3.7rem;
    height: 0.36rem;
    border: 1px solid #DCDCDC;
    border-radius: 0.04rem 0 0 0.04rem;
    padding-left: 0.05rem;
}

.tsearch .searchbox .sicon{
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 0 0.04rem 0.04rem 0;
    text-align: center;
    cursor: pointer;
}

.tsearch .searchbox .sicon i{
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.36rem;
}

/* 导航菜单 */
.navbox{
    height: 0.6rem;
    min-width: 1200px;
}

.navbox a{
    width: 1.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 400;
    color: #F5F5F5;
}

.navbox .nav-once {
    width: 1.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 400;
    color: #F5F5F5;
    position: relative;
    display: inline-block;
}
.navbox .nav-once .nav-link:hover {
    background-color: #811519;
}

.navbox .nav-once .active {
    font-size: 0.18rem;
    width: 1.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #811519;
    text-align: center;
}

.navbox .nav-once .nav-link {
    color: #F5F5F5;
    display: block;
}

.navbox .nav-once .center-list {
    position: absolute;
    z-index: 9999;
    background-color: #B01F24;
    display: none;
    width: 80%;
}

.navbox .nav-once .center-list li a {
    height: 0.48rem;
    line-height: 0.48rem;
    color: #F5F5F5;
    font-size: 0.15rem;
    text-align: center;
    padding: 0 0.2rem;
    display: block;
}

.navbox .nav-once .center-list li a:hover,
.navbox .nav-once .center-list li .check {
    background-color: #811519;
}

.navbox .nav-once .center-list li{
    position: relative;
}

.navbox .nav-once .center-list .child_list{
    display: none;
    position: absolute;
    top: 0;
    left: 119px;
    width: 800px;
    background: #fff;
    border: 2px solid #B01F24;
    font-size: 14px;
}
.navbox .nav-once .center-list .child_list a{
    color: #333;
    font-size: 15px;
    flex-shrink: 0;
    height: 44px;
    line-height: 44px;
}
.navbox .nav-once .center-list .child_list a:hover{
    color: #B01F24;
    background-color: #fff;
}

.navbox a:hover{
    /* background-color: #08b1f7; */
    background-color: #1a67b7;
}

.navbox .active {
    font-size: 0.18rem;
    width: 1.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #1a67b7;
    text-align: center;
}

/* 轮播 */
.lunbowrap{
    position: relative;
    display: flex;
}
.lunbowrap .textwrap{
    /* position: absolute;
    top: 0;
    right: 0; */
    height: 380px;
    /* background-color: #16468d42; */
    background-color: #fff;
    /* height: 100%; */
    /* border: 1px solid #eee; */
    width: 300px;
    padding: 0 20px;
    margin-left: 15px;
}
.lunbowrap .textwrap li{
    margin: 0.2rem 0;
    cursor: pointer;
}

.lunbowrap .textwrap li .inform{
    font-size: 0.14rem;
    /* color: #ffffff; */
}

.lunbowrap .textwrap li .date{
    font-size: 0.12rem;
    color: #666666;
}
.lunbowrap .textwrap .texttitle{
    /* font-size: 0.12rem; */
    /* color: #ffffff; */
}
.lunbowrap .textwrap .texttitle a{
    /* color: #fff; */
    font-size: 0.14rem;
}
#banbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 页脚 */
footer{
    height: 3.1rem;
    background: #16468d;
    min-width: 1200px;
}

footer .flexstart{
    padding-top: 0.4rem;
}

footer h3{
    font-size: 0.16rem;
    font-weight: bold;
    color: #FEFEFE;
    margin-bottom: 0.2rem;
}
footer p, footer a{
    
    font-size: 0.14rem;
    color: #fafafa;
    margin-bottom: 0.1rem;
}

footer a{
    display: block;
    cursor: pointer;
}

footer a:hover{
    color: ivory;
}

footer .flexstart form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .flexstart form input,
footer .flexstart form textarea{
    border: none;
    outline: none;
    margin-bottom: 0.14rem;
    padding: 0.1rem;
}

footer .flexstart form select{
    border: none;
    outline: none;
    margin-bottom: 0.14rem;
    padding: 0 0.05rem;
}

footer .flexstart form .intit{
    width: 3rem;
    height: 0.32rem;
    background: #FEFEFE;
    border-radius: 0.04rem;
}

footer .flexstart form .incon{
    width: 3rem;
    height: 0.64rem;
    background: #FEFEFE;
    border-radius: 0.04rem;
    resize: none;
}

footer .flexstart form .inbtn{
    width: 0.64rem;
    height: 0.32rem;
    line-height: 0;
    background: #FEFEFE;
    border-radius: 0.04rem;
    font-size: 0.16rem;
    color: #16468d;
}

#message_form {
    display: flex;
    flex-direction: column;
    padding: 20px 25px 10px 25px;
    align-items: center;
}
#message_form input,
#message_form textarea{
    border: 1px solid #e5e5e5;
    outline: none;
    margin-bottom: 0.18rem;
    padding: 0.1rem;
}
#message_form .intit{
    width: 3rem;
    height: 0.32rem;
    background: #FEFEFE;
    border-radius: 0.04rem;
}
#message_form .incon{
    width: 3rem;
    height: 0.64rem;
    background: #FEFEFE;
    border-radius: 0.04rem;
    resize: none;
}
#message_form .inbtn{
    width: 0.76rem;
    height: 0.32rem;
    line-height: 0;
    background: #B01F24;
    border-radius: 0.04rem;
    font-size: 0.16rem;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
}

.toptext{
    padding-bottom: 0.08rem;
    border-bottom: 1px solid #16468d;
}

.toptext .ltit{
    padding-left: 0.05rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}

.fc-axis {
    width: 0.35rem !important;
}

/* 最新底部样式 */
.footer_box .copy_box{
    width: 1000px;
}
.footer_box .copy_box p{
    font-size: 16px;
}
.footer_box .code_box{
    flex: 1;
}
.footer_box .code_box img{
    width: 150px;
}
.footer_box .code_box p{
    text-align: center;
    margin-top: .1rem;
    font-size: 16px;
}

.h_btn{
    border-radius: 5px;
    text-align: center;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 16px;
    padding: 0 10px;
}
.h_btn a{
    color: #fff;
}
.h_search_btn{
    margin-left: 15px;
}
.h_login_btn{
    margin-left: 15px;
}