body{
    text-align:center;		/* 文字居中 */
}
ul{ 
    list-style-type:none; /* ul前面的点  */
}
*{
    margin:0px 0px;     /* 到边框的距离 */
}
.menu{
    background:#ffffff; /* 导航条背景的颜色  */ 
    width: 100%;	
    
}
.nav{
    margin:0 auto; 	/* 导航栏文字的位置  */
    width:100%; 	/* 和文字宽度有关，不能小于文字宽度的总和  */
    height:70px; 	/* 导航栏的宽度  */
}
.nav a
{
    float:right;				 /* 导航栏的位置配置 */
    width:10%;			 /* 选中的文字块的长度  */
    line-height:50px; 		         /* 选中的文字块的宽度  */
    text-decoration: none;               /* 去掉连接下划线  */
    font-size:15px;			 /* 字体大小 */
    color: #000;			 /* 字体颜色 */
}
.nav li a:hover
{
                /* 选中的文字块的颜色 */
    text-decoration:none;		/* 选中时去掉连接下划线 */	
    color:#ffc813;
    font-size:20px;

}
.nav li a:link{
    text-decoration:none; /* 连接被点之后没有下划线  */
}

.bg{
    background-color: rgb(119, 201, 255);         
}       
        
.menu2 a{
    display: inline-block;
    background: #ff9800;
    height:140px; 
    width:300px;
    color: rgb(255, 255, 255); 
    text-align: center;
    margin-right:40px;
    margin-left:40px;
    margin-top: 30px;
    border-radius:15px;
    text-decoration: none;
}
.menu2 .on{ 
    background:  rgb(124, 196, 255); 
    color:#ffffff;
}
.menu2 a:hover{ 
    background: rgb(124, 196, 255);
    color: #fff;
}
.mag{
    margin-top: 10px;
}
.bg{
    width: 60%;
    background: rgb(255, 255, 255);
    text-align:center;
    margin:0 auto; 
    margin-top: 10px;
}
.bg5{
    width: 100%;
    background:  rgb(37, 58, 70);
    color: #fff;


}
.bg2{
    width: 100%;

}
.bg3{
    width: 100%;

    background: rgb(255, 255, 255);
}
.p{
    font-size: 20px;
}
.bg4{
    width: 100%;
    height: 100%;
    background: rgb(52, 78, 94);
    margin-top: 20px;

}
.pp{
    
    color: rgb(255, 255, 255);
   
}
.pp1{
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
}
.xkb-box{ padding: 60px 0px 40px 0px;}
.con-title1{ font-size: 24px; text-align: center}
.con-title2{ font-size: 28px; font-weight: bold; text-align: center;}
.xkb-line{border-bottom:dashed 1px #ccc;}

.pos_fixed
{
	position:fixed;
	bottom:100px;
	right:60px;
}


#no{

display: none;
float: left;
}
.hov:hover #no{
    display: block;
}

.parentf {

    display: flex;
    
    flex-direction: row;
    
    justify-content: flex-start;
    
    width: 100%;

    background: rgb(255, 255, 255);
    
    }
    
    .left4 {
    
    height: 70px;
    width: 20%;
    margin-left: 35px;
    }
    
    .right4 {
    
    height: 70px;
    width: 80%;
    margin-right:20%;
    
    }