body{
	background-color: #d4d5e0;
}

.main-top{
	position: relative;
    width: 1000px;
    height: 400px;
    margin: auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.main-top .picbox img{
	min-width: auto;
    height: auto;
    width: 1000px;
    min-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}  
.main-content{
	background-color: #fff;
	width: 1000px;
	margin: auto;
}
.main-editor{
	padding: 95px;
}
.title {
    margin: 0 0 12px;
    font-size: 30px;
    word-wrap: break-word;
    color: #000;
}
.WB_editor_iframe_new {
    background: #fff;
    font-size: 16px;
    line-height: 1.75em;
    word-wrap: break-word;
}
.WB_editor_iframe_new  .picbox {
    position: relative;
    text-align: center;
    line-height: 1;
}
.WB_editor_iframe_new img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.WB_editor_iframe_new h2 {
    line-height: 1.55em;
    font-size: 20px;
    font-weight: bold;
}
.fixed-right{
    position: fixed;
    bottom: 100px;
    right: 0px;
    width: fit-content;
    background-color: #203864;
    border-color: #203864;
    padding-top: 10px;
    padding-bottom: 20px;
}
.fixed-right-txt{
    color: #fff;
    font-size: 18px;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
}
/*清除浮动代码*/
.clearfloat:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
}
.clearfloat{
	zoom: 1;
}
.flex-image{
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.foot{
	width: 100%;
	height: 200px;
	background-color: rgb(32, 56, 100);
	display: flex;
    align-items: center;
}
.foot-box{
    width: 80%;
    height: 180px;
    margin: auto;
   /* border: 1px solid cyan;*/
}
.foot-box1{
    float: left;
    width: 15%;
    height: 180px;
    /*display: flex;
    align-items: center;*/
    /*border: 1px solid green;*/
}
.foot-box2{
    float: left;
    width: 40%;
    height: 180px;
    display: flex;
    align-items: center;
   /* border: 1px solid pink;*/
}
.foot-title{
    font-size: 18px;
    color: #fff;
}
.foot-txt{
    color: rgb(101, 102, 110);
}
