html{
	font-size: 100px;
}

[v-cloak]{
    display: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei", arial;
	background-color: #f5f5f5;
}

ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
}

a {
	color: #000;
}

/* img{width: 100%; height: 100%;} */

.wback{
	background-color: #fff;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexcc{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.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;
}

.flexcol{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

/*  文字超出隐藏 */
.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: 1200px !important; */
    /* margin-right: 15px; */
}

.layui-tab-title{
	border: none;
}

/* 公共头部 */

.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 .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;
}

.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 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;
}

.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;
}