html,
body {
    width: 100%;
    min-width: 1300px;
}

.header {
    position: relative;
    width: 100%;
    height: 599px;
}

.header .banner {
    position: absolute;
    width: 100%;
    height: 599px;
    object-fit: cover;
}

.header_top {
    width: 1200px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.header_top .line {
    display: inline-block;
    width: 2px;
    height: 64px;
    background: #466CBB;
    margin: 10px 20px;
}

.header_top .text {
    display: inline-block;
    font-size: 55px;
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    vertical-align: top;
}

.header .title {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    font-size: 79px;
    font-family: HarmonyOS Sans SC;
    font-weight: 900;
    color: #fff;
    line-height: 107px;
}

.header .tit {
    width: 1200px;
    position: absolute;
    top: 306px;
    left:  50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #fff;
    line-height: 45px;
}
.header .titbox {
    width: 500px;
	border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .1);
}
.header .tit p{
    text-indent: 2em;
}

.h2_title {
    text-align: center;
    margin: 50px auto;
    position: relative;
    color: #000000;
}

.h2_title h2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;

}

.h2_title::after {
    content: "";
    display: block;
    position: absolute;
    right: -200px;
    top: 30px;
    width: 155px;
    height: 1px;
    background: #595959;
}

.h2_title p {
    text-transform: uppercase;
}

.h2_title::before {
    content: "";
    display: block;
    position: absolute;
    left: -200px;
    top: 30px;
    width: 155px;
    height: 1px;
    background: #595959;
}

.Guest_introduction{
    padding-top: 5px;
}
.bj_box{
    background: url(../images/img_BG1.png) no-repeat;
    background-size: 100%;
    width: 1200px;
    height:527px;
    margin: 0 auto;
    position: relative;
}
.bj_box p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #777777;
    line-height: 30px;
}
.bj_box p span{ 
    color: #4a59dd;
	font-weight: bold;
}
.li1{
    position: absolute;
    top: 13px;
    left: 132px;
	width:430px;
}
.li2{
    position: absolute;
    top: 310px;
    left: 132px;
	width:430px;
}
.li3{
    position: absolute;
    top: 13px;
    left:740px;
	width:400px;
}
.li4{
    position: absolute;
	top: 310px;
    left: 740px;
	width:400px;
}

.Guest_main1{
    background:#e7eefe;
    padding-top: 5px;
}
.bj_box1{
    background: url(../images/img_BG.png) no-repeat;
    background-size: 100%;
    width: 1200px;
    height:394px;
    margin: 0 auto;
    position: relative;
}
.bj_box1 p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #777777;
    line-height: 30px;
}
.bj_box1 p span{ 
    color: #282828;
	font-weight: bold;
}
.li5{
    position: absolute;
    top: 33px;
    left: 179px;
	width:430px;
}
.li6{
    position: absolute;
    top: 210px;
    left: 179px;
	width:430px;
}
.li7{
    position: absolute;
    top: 33px;
    left:770px;
	width:400px;
}
.li8{
    position: absolute;
	top: 210px;
    left: 770px;
	width:400px;
}

.Guest_main2{
    padding-top: 5px;
}
.bj_box2{
    background: url(../images/img_BG2.png) no-repeat;
    background-size: 100%;
    width: 1200px;
    height:237px;
    margin: 0 auto;
    position: relative;
}
.bj_box2 p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    color: #777777;
    line-height: 30px;
}
.bj_box2 p span{ 
    color: #282828;
	font-weight: bold;
}
.li9{
    position: absolute;
    top: 63px;
    left: 90px;
	width:280px;
}
.li10{
    position: absolute;
    top: 62px;
	right:410px;
	width:280px;
}
.li11{
    position: absolute;
    top: 63px;
    left:910px;
	width:280px;
}





















.item_box{margin:0 auto; 
     padding:0; 
	 width:1000px;    
	font-size: 16px;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    color: #595959;
    line-height: 35px}
.item_box p{
	font-size: 20px;
	font-weight: 700;
	padding-top:20px;
}



 .foort{
    padding-top: 40px;
    text-align: center;
 }
 .foort img{
    border: 1px dashed #0f48be;
 }
