			*{
				margin: 0;
				padding: 0;
			}
			ul li{
				list-style: none;
			}
			.body{
				background-color: #FFFFFF;
				width:100%;
			}
			.qb{
				width:100%;
				overflow: hidden;
			}
			.top{
				height: 70px;
				border-top: 1px solid #0C5ADB;
				width: 100%;
				display: flex;
			}
			.logo{
				display: flex;
				align-items: center;
				background-color: #0D2EA1;
				/* border-radius: 10px; */
				padding: 10px;
			}
			.logo img{
				height: auto;
				width: 110px;
			}
			.nav{
				width: 60%;
				display: flex;
			}
			.nav a{
				width: 70px;
				height: 30px;
				line-height: 30px;
				font-size: 14px;
				margin-left: 20px;
				margin-top: 20px;
				text-align: center;
				text-decoration: none;
				color: black;
			}
			.nav a:hover{
				background-color: #0C5ADB;
				color: #FFFFFF;
				border-radius: 15px;
			}
			.gk{
				width: 100%;
				display: flex;
				margin: 0 auto;
				min-width:1200px;
			}
			.gk img{width:100%}
			.nr{
				width:1200px;
				height:100%;
				/* justify-content: center;
				align-items: center; */
				display: flex;
				margin: 0 auto;
			}
			.nr_1{
				width:100%;

			}
			.nr_1 h2{
				height: 80px;
				text-align: center;
				line-height: 80px;
				font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
			}
			.nr_1 h3{
				height: 50px;
				text-align: center;
				font-size: 20px;
				font-family:'微软雅黑';
			}	
			.nr_1 p{
				width: 100%;
				line-height: 40px;
				font-size: 18px;
				font-family:'微软雅黑';
				margin-left: 5px;
			}
			.nr_2{
				width:100%;
				border-radius: 15px;
				background-color: #F5F8FD;
				margin-top: 30px;
				display: flex;
				flex-wrap: wrap;
				justify-content: flex-start;
				padding-bottom: 50px;
				padding-top: 20px;
			}
			.nr_2 a img{
				/*width: 190px;*/
				height: 80px;
				margin-top: 40px;
				margin-left: 25px;
				}
			.nr_3{
				width: 100%;
				margin-top: 30px;
				display: flex;
			}
			.nr_3_left{
				width: 600px;
				float: left;
				margin-top: 50px;
				padding-right: 30px;
			
			}
			.nr_3_left h3{
				height: 80px;
				line-height: 80px;
				text-align: right;
				color: #363C45;
				margin-right: 5px;
			}
			.nr_3_left p{
				line-height: 50px;
				font-size: 20px;
				color: #363C45;
				letter-spacing: 3px;
			}
			.nr_3_right{
				float: right;
				margin-right: 30px;
			}
			.nr_3_right img{
				height: 550px;
				width: 460;
			}
			.nr_4{
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				padding: 5%;
			}
			.nr_4 ul{
				width: 360px;
				height: 360px;
			    background-size:360px 360px ;
				margin-top:15px;
				margin-left: 10px;
				
			}
			.bj1{
				background: url(../img/bj6.png);
				margin-left: 10px;
				background-size: 360px 360px;
			}
			.nr_4 ul.bj1 li{
				height:180px;
				line-height:180px;
				color: #ffffff;
				font-size: 1.5rem;
				width: 100%;
				text-align: center;
				
			}
			.nr_4 ul li{
				height: 70%;
				width: 100%;
			}
			.nr_4 ul li img{
				width: 150px;
				height: 150px;
				padding:50px 100px;
			}
			.nr_4 ul h3{
				text-align: center;
				color: #262626;
				font-size: 1rem;
			}
			.bj2{
				background: url(../img/bj1.png);
				
			}
			.bj3{
				background: url(../img/bj2.png);
			
			}
			.bj4{
				background: url(../img/bj3.png);
			
			}
			.bj5{
				background: url(../img/bj4.png);
			
			}
			.bj6{
				background: url(../img/bj5.png);
			
			}
			.nr_5{
				width: 1180px;
				margin-top: 50px;

			}
			.wm{
				width: 100%;
				justify-content: center;
				align-items: center;
				display: flex;
				background-color: #F5F8FD;
				padding-bottom: 50px;
			}
			.nr_5_left{
				float: left;
				margin-right: 30px;
			}
			.nr_5_right{
				float: right;
				width: 550px;
			}
			.nr_5_right h3{
				color: #363C45;
				line-height: 100px;
				
			}
			.nr_5_right p{
				font-size: 20px;
				line-height: 50px;
				letter-spacing: 2px;
			}
			.dibu{
				width: 100%;
				height: 120px;
				background-color: #111A3A;
				line-height: 120px;
				color: #FFFFFF;
				text-align: center;
				font-size: 20px;
				font-weight: 600;
				}