@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}

.main{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	display: flex;
  flex-direction: column;
  justify-content: center;
	transition: all 0.3s ease-in-out;
	align-items: center;
}
.centre,.footer,.wb {
	float: left;
	width: 100%;
}

/*中间模块*/
.centre{
	width: 100%;
	height: 800px;
	margin-top: -20px;
	background-image: url("../IMG/hezuoye1.png");
	background-size: cover;
	background-size:contain;
	background-repeat:no-repeat; 
}

.lside{
	padding:200px 0px 5px 300px 
}

.lside h2{
	font-size: 40px;
	font-weight:bold;
	margin-bottom: 20px;
	line-height:50px;/*行高*/
}

.lside p{
    font-size: 20px;
	margin-top: 5px;
}

.ul-box{
	padding-top: 30px;
	margin-left: 300px;
}
.ul-box a{
	display: inline-block;/*display转换元素的类型，将块元素转换成行内块元素*/
	width: 200px;
    height: 40px; 
	line-height:40px;/*设置文字上下居中*/
	text-align:center;/*设置文字左右居中*/
	margin:  0px 15px;
	font-size: 20px;
	color: #fff;
	background: #F59160;
	border-radius: 20px;
    text-decoration:none;/*超链接去下划线*/
}

.ul-box a:hover{
	background: #bbb;/*点击背景颜色*/
	color: #000;/*点击字体颜色*/
}


.footer{
	margin-top: 150px;
	
}
.wsm{
	width: 100%;
	text-align:center;/*设置文字左右居中*/
}
.wsm h2{
	font-weight:bold; 
	font-size: 48px;
}

.wsm p{
	 font-size: 28px; 
	 margin-top: 10px; 
}
.div1{
    display: inline-block;
	width: 300px;
	height: 300px; 
	margin:  0px 20px;
	
}
 .div1 img{
	margin:20px;
	width:150px; 
	height:150px;
}

.td1{
	margin-top: 10px;
	font-family: 微软雅黑; 
	font-size: 26px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
	font-weight:bold;
}

.td2{
	margin-top: 20px;
	font-family: 宋体; 
	font-size: 16px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
}

.dl{
	padding-top: 150px;
	width: 100%;
	text-align:center;/*设置文字左右居中*/
}
 .dl h2{
	font-weight: bold; 
	font-size: 35px;
}
.wrap{
	margin-top: 60px;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	
}

.div2{
    display: inline-block;
	width: 350px;
	height: 350px; 
	margin:  0px 50px;
	background: #396df7;
	border-radius: 50px;
	text-decoration:none;/*超链接去下划线*/
	
}

.div2 img{
	margin:20px;
	width:150px; 
	height:150px;
}


.td3{
	font-family: 微软雅黑; 
	font-size: 24px; 
	display:inline-block; 
	text-align: center;
	color: #fff;
	margin: 30px 0;
	font-weight:bold;
	
}

.td4{
	margin: 0 10px;
	font-family: 宋体; 
	font-size: 20px; 
	display:inline-block; 
	color: #fff; 
	line-height:30px;
	text-align: center;
	
}

.div2:hover{
	/*background: #bbb;点击背景颜色*/
	color: #000;/*点击字体颜色*/
	-webkit-box-shadow: 0 0 40px #B1C4FF;
    box-shadow: 0 0 40px #B1C4FF
}

.lxwm{
	margin-bottom: 100px;
	padding-top: 150px;
	width: 100%;
	height: 350px;
	text-align:center;/*设置文字左右居中*/
	background-size:100%  800px
}

.lxwm strong{
	padding-top: 200px;
    margin: 50px;
    font-size: 60px;
    font-weight: bold;
	
}

.lxwm p{
	padding-top: 15px;
	font-size: 30px;
	
}

.maike{
	padding-top: 60px;
	
}
.maike a{
    padding: 20px 48px;
    font-size: 20px;
    background: #0C4DF5;
    border-radius: 40px;
    color: #fff;
	text-decoration:none;/*超链接去下划线*/
	
}

.wb{
	width: 100%;
	text-align:center;
	
}

.wbl{
	margin-top: 20px;
	font-size: 18px; 
	line-height:25px;/*设置文字上下居中*/
	}


.wbl a{
	color:#000000;
	text-decoration:none;/*超链接去下划线*/
}

.wbl a:hover{
	background: #bbb;
	color: #000;
}
@media screen and (max-width: 1600px) {
   
	.logo{
	margin-top: 20px;
    margin-left: 50px;
	width: 230px;
	height: 55px;
}
	.lside{
	padding:100px 0px 5px 120px 
}

.lside h2{
	font-size: 35px;
	font-weight:bold;
	margin-bottom: 20px;
	line-height:40px
}

.lside p{
    font-size: 18px;
	margin-top: 5px;
}
	
	.ul-box{
	padding: 20px;
	margin-left: 150px;
}
.ul-box a{
	width: 150px;
    height: 35px; 
	font-size: 20px;
	border-radius: 15px;
	line-height:35px;/*设置文字上下居中*/
}
	.footer{
	margin-top: 80px;
	
}
	.wsm{
	width: 100%;
	
}
	.wsm h2{
	font-weight:bold; 
	font-size: 40px;
}

	.wsm p{
	 font-size: 25px; 
	 margin-top: 10px; 
}
.div1{
    display: inline-block;
	width: 250px;
	height: 300px; 
	margin:  0px 20px;
	
}
 .div1 img{
	margin:20px;
	width:130px; 
	height:130px;
}
	

.td1{
	margin-top: 5px;
	font-family: 微软雅黑; 
	font-size: 22px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
	font-weight:bold;
}

.td2{
	margin-top: 10px;
	font-family: 宋体; 
	font-size: 16px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
}
	.dl{
	padding-top: 120px;
	width: 100%;
	text-align:center;/*设置文字左右居中*/
}

	.dl h2{
	font-weight: bold; 
	font-size: 40px;
}
.wrap{
	margin-top: 60px;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	
}

.div2{
	width: 350px;
	height: 350px; 
	margin:  0px 20px;
	background: #396df7;
	border-radius: 50px;
	
}

.div2 img{
	margin-top:20px;
	width:150px; 
	height:150px;
}

.td3{
	font-size: 24px;  
	margin-top: 10px;
}

.td4{
	margin-top: 0px;
	font-size: 20px; 
	line-height:30px;
	margin: 0 10px;
	}
	.lxwm{
		margin-bottom: 10px;
	}
.maike{
	padding-top: 40px;
	
}
.maike a{
    padding: 15px 48px;
    font-size: 20px;
    background: #0C4DF5;
    border-radius: 40px;
    color: #fff;
	text-decoration:none;/*超链接去下划线*/
	
}

.wb{
	margin-top: 80px;
	width: 100%;
	height: 100px;
	text-align:center;
	
}

.wbl{
	margin-top: 20px;
	font-size: 18px; 
	line-height: 25px;
	}
}

@media screen and (max-width: 1200px) {
	.lside{
	padding:80px 0px 5px 120px 
}

.lside h2{
	font-size: 30px;
	font-weight:bold;
	margin-bottom: 20px;
	line-height:40px
}

.lside p{
    font-size: 15px;
	margin-top: 5px;
}
	
	.ul-box{
	padding: 20px;
	margin-left: 100px;
}
.ul-box a{
	width: 150px;
    height: 35px; 
	font-size: 18px;
	line-height:35px;/*设置文字上下居中*/
	border-radius: 15px;
}
	.footer{
	margin-top: 60px;
	
}
	.wsm{
	width: 100%;
	text-align:center;/*设置文字左右居中*/
	
}
	.wsm h2{
	font-weight:bold; 
	font-size: 35px;
}

	.wsm p{
	 font-size: 20px; 
	 margin-top: 10px; 
		
}
.div1{
    display: inline-block;
	width: 220px;
	height: 300px; 
	margin:  0px 10px;
	
}
 .div1 img{
	margin:20px;
	width:130px; 
	height:130px;
}

.td1{
	margin-top: 5px;
	font-family: 微软雅黑; 
	font-size: 20px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
	font-weight:bold;
}

.td2{
	margin-top: 10px;
	font-family: 宋体; 
	font-size: 14px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
}
	.dl{
	padding-top: 100px;
	width: 100%;
	text-align:center;/*设置文字左右居中*/
}

	.dl h2{
	font-weight: bold; 
	font-size: 35px;
}
.wrap{
	margin-top: 60px;
	display: flex;
    flex-wrap: wrap;
	
	
}

.div2{
	width: 270px;
	height: 270px; 
	margin:  0px 10px;
	background: #396df7;
	border-radius: 50px;
	
}

.div2 img{
	margin-top:10px;
	width:120px; 
	height:120px;
}

.td3{
	font-size: 22px;  
	margin: 5px;
}

.td4{
	margin-top: -20px;
	font-size: 18px; 
	line-height:30px;
	margin: 0 10px;
	}
	
	
	.lxwm{
	margin-bottom: -110px;
	padding-top: 120px;
	width: 100%;
	height: 350px;
	text-align:center;/*设置文字左右居中*/
	background-size:100%  800px
}

.lxwm strong{
	padding-top: 200px;
    margin: 50px;
    font-size: 50px;
    font-weight: bold;
	
}

.lxwm p{
	padding-top: 15px;
	font-size: 30px;
	
}
.maike{
	padding-top: 40px;
	
}
.maike a{
    padding: 15px 48px;
    font-size: 20px;
    background: #0C4DF5;
    border-radius: 40px;
    color: #fff;
	text-decoration:none;/*超链接去下划线*/
	
}

.wb{
	margin-top: 80px;
	width: 100%;
	height: 100px;
	text-align:center;
	
}

.wbl{
	margin-top: 20px;
	font-size: 18px; 
	line-height:25px;/*设置文字上下居中*/
	}
	
}
@media screen and (max-width: 1000px) {
	.div1{
    display: inline-block;
	width: 270px;
	height: 300px; 
	margin:  0px 30px;
	
}
 .div1 img{
	margin:20px;
	width:130px; 
	height:130px;
}
	.div2{
    width: 240px;
	height: 270px; 
	margin: 10px;
	background: #396df7;
	border-radius: 50px;
	
}

.div2 img{
	margin-top:10px;
	width:110px; 
	height:110px;
}

.td3{
	font-size: 22px;  
	margin: 5px;
}

.td4{
	margin-top: -20px;
	font-size: 18px; 
	line-height:30px;
	margin: 0 10px;
	}
	.lxwm{
		margin-bottom: -100px;
	}
	.wb{
	width: 100%;
	height: 100px;
	text-align:center;
	
}

.wbl{
	margin-top: 10px;
	font-size: 16px; 
	line-height:20px;/*设置文字上下居中*/
	color: #575757;
	}
	
}
@media screen and (max-width: 800px) {
    
	.lside{
		padding:60px 0px 5px 50px; 
}

.lside h2{
	font-size: 25px;
	font-weight:bold;
	margin-bottom: 10px;
	line-height:40px
}

.lside p{
    font-size: 15px;
	margin-top: 5px;
}
	.div1{
    display: inline-block;
	width: 230px;
	height: 300px; 
	margin:  0px 30px;
	
}
 .div1 img{
	margin:20px;
	width:120px; 
	height:120px;
}
	.div2{
    width: 250px;
	height: 270px; 
	margin: 20px;
	background: #396df7;
	border-radius: 50px;
	
}

.div2 img{
	margin-top:10px;
	width:110px; 
	height:110px;
}

.td3{
	font-size: 20px;  
	margin: 5px;
}

.td4{
	margin-top: -20px;
	font-size: 16px; 
	line-height:30px;
	margin: 0 10px;
	}
	
	.lxwm{
	margin-bottom: -100px;
	width: 100%;
	height: 350px;
	text-align:center;/*设置文字左右居中*/
	background-size:100%  800px
}

.lxwm strong{
	padding-top: 200px;
    margin: 50px;
    font-size: 36px;
    font-weight: bold;
	
}

.lxwm p{
	padding-top: 15px;
	font-size: 26px;
	
}
.maike{
	padding-top: 40px;
	
}
.maike a{
    padding: 12px 30px;
    font-size: 16px;
    background: #0C4DF5;
    border-radius: 40px;
    color: #fff;
	text-decoration:none;/*超链接去下划线*/
	
}

.wb{
	width: 100%;
	height: 100px;
	text-align:center;
	
}

.wbl{
	margin-top: 10px;
	font-size: 16px; 
	line-height:20px;/*设置文字上下居中*/
	color: #575757;
	}
	
}

@media screen and (max-width: 600px) {
    .centre{
	background-image: url("");
	
}
	.lside{
	padding:60px 0px 5px 50px 
}

.lside h2{
	font-size: 25px;
	font-weight:bold;
	margin-bottom: 10px;
	line-height:40px
}

.lside p{
    font-size: 15px;
	margin-top: 5px;
}
	
	.ul-box{
	padding: 20px;
	margin-left: 80px;
}
.ul-box a{
	width: 150px;
    height: 35px; 
	font-size: 15px;
	line-height:35px;/*设置文字上下居中*/
	border-radius: 15px;
}
	
	.wsm h2{
	font-weight:bold; 
	font-size: 30px;
}

	.wsm p{
	 font-size: 18px; 
	 margin: 10px; 
		
}
	 .div1{
    display: inline-block;
	width: 180px;
	height: 300px; 
	margin:  0px 20px;
	
}
 .div1 img{
	margin:20px;
	width:130px; 
	height:130px;
}
	.td1{
	margin-top: 5px;
	font-family: 微软雅黑; 
	font-size: 20px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
	font-weight:bold;
}

.td2{
	margin-top: 10px;
	font-family: 宋体; 
	font-size: 14px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
}
	.dl{
	padding-top: 100px;
	width: 100%;
	text-align:center;/*设置文字左右居中*/
}

	.dl h2{
	font-weight: bold; 
	font-size: 35px;
}
	.div2{
    width: 250px;
	height: 270px; 
	margin: 20px;
	background: #396df7;
	border-radius: 50px;
	
}

.div2 img{
	margin-top:10px;
	width:110px; 
	height:110px;
}

.td3{
	font-size: 20px;  
	margin: 5px;
}

.td4{
	margin-top: -20px;
	font-size: 16px; 
	line-height:30px;
	margin: 0 10px;
	}
	
	.lxwm{
	margin-bottom: -80px;
	width: 100%;
	height: 350px;
	text-align:center;/*设置文字左右居中*/
	background-size:100%  800px
}

.lxwm strong{
	padding-top: 200px;
    margin: 50px;
    font-size: 26px;
    font-weight: bold;
	
}

.lxwm p{
	padding-top: 15px;
	font-size: 20px;
	
}
.maike{
	padding-top: 40px;
	
}
.maike a{
    padding: 12px 30px;
    font-size: 16px;
    background: #0C4DF5;
    border-radius: 40px;
    color: #fff;
	text-decoration:none;/*超链接去下划线*/
	
}

.wb{
	width: 100%;
	height: 100px;
	text-align:center;
}

.wbl{
	margin-top: 10px;
	font-size: 14px; 
	line-height:20px;/*设置文字上下居中*/
	color: #575757;
	}
}
@media screen and (max-width: 460px) {
    .centre{
	background-image: url("");
}
	.lside{
	padding:40px 0px 5px 50px 
}

.lside h2{
	font-size: 22px;
	font-weight:bold;
	margin-bottom: 10px;
	line-height:30px
}

.lside p{
    font-size: 13px;
	margin-top: 5px;
}
	.ul-box{
	padding: 20px;
	margin-left: 60px;
}
.ul-box a{
	width: 150px;
    height: 35px; 
	font-size: 15px;
	line-height:35px;/*设置文字上下居中*/
	border-radius: 15px;
}
	.wsm h2{
	font-weight:bold; 
	font-size: 28px;
}

	.wsm p{
	 font-size: 16px; 
	 margin: 10px; 
		
}
	 .div1{
    display: inline-block;
	width: 150px;
	height: 300px; 
	margin:  0px 10px;
	
}
 .div1 img{
	margin:20px;
	width:120px; 
	height:120px;
}
	.td1{
	margin-top: 5px;
	font-family: 微软雅黑; 
	font-size: 20px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
	font-weight:bold;
}

.td2{
	margin-top: 10px;
	font-family: 宋体; 
	font-size: 14px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
}
	.dl{
	padding-top: 80px;
	width: 100%;
	text-align:center;/*设置文字左右居中*/
}

	.dl h2{
	font-weight: bold; 
	font-size: 28px;
	margin-bottom: -40px;
}
	.div2{
    width: 250px;
	height: 270px; 
	margin: 20px;
	background: #396df7;
	border-radius: 50px;
	
}

.div2 img{
	margin-top:10px;
	width:110px; 
	height:110px;
}

.td3{
	font-size: 20px;  
	margin: 5px;
}

.td4{
	margin-top: -20px;
	font-size: 16px; 
	line-height:30px;
	margin: 0 10px;
	}
	
	.lxwm{
	margin-bottom: -100px;
	width: 100%;
	height: 350px;
	text-align:center;/*设置文字左右居中*/
	background-size:100%  800px
}

.lxwm strong{
	padding-top: 200px;
    margin: 20px;
    font-size: 23px;
    font-weight: bold;
	
}

.lxwm p{
	padding-top: 15px;
	font-size: 18px;
	
}
.maike{
	padding-top: 40px;
	
}
.maike a{
    padding: 10px 30px;
    font-size: 15px;
    background: #0C4DF5;
    border-radius: 40px;
    color: #fff;
	text-decoration:none;/*超链接去下划线*/
	
}

.wb{
	width: 100%;
	height: 100px;
	text-align:center;
}

.wbl{
	margin-top: -10px;
	font-size: 14px; 
	line-height:20px;/*设置文字上下居中*/
	color: #575757;
	}
}
