@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
    background-color: #ECF0FD;
}
.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 {
	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;
}

.wrap{
	margin-top: 60px;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	
}
.div1{
    display: inline-block;
	width: 250px;
	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: 48px; 
}
.dl p{
	font-size: 28px; 
	margin-top: 10px;
}


	.div2{
    display: inline-block;
	width: 250px;
	height: 300px; 
	margin:  0px 20px;
	
}
 .div2 img{
	margin:20px;
	width:150px; 
	height:150px;
}

.td3{
	margin-top: 10px;
	font-family: 微软雅黑; 
	font-size: 26px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
	font-weight:bold;
}

.td4{
	margin-top: 20px;
	font-family: 宋体; 
	font-size: 16px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
}


.lxwm{
	padding-top: 120px;
	width: 100%;
	height: 350px;
	text-align:center;/*设置文字左右居中*/
	background-size:100%  800px;
	margin-bottom: 100px;
}

.lxwm strong{
    margin: 50px;
    font-size: 60px;
    font-weight: bold;
	
}

.lxwm p{
	padding-top: 15px;
	font-size: 30px;
	
}

.maike{
	padding-top: 40px;
	
}
.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 150px 
}

.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: 170px;
}
.ul-box a{
	width: 120px;
    height: 35px; 
	line-height:35px;/*设置文字上下居中*/
	margin:  0px 12px;
	font-size: 20px;
	border-radius: 15px;
}

	.footer{
	margin-top: 100px;
	
}
	.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: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 h2{
	font-weight:bold; 
	font-size: 40px; 
}
	.dl p{
	font-size: 25px; 
	margin-top: 10px;
}
	.div2{
    display: inline-block;
	width: 250px;
	height: 300px; 
	margin:  0px 20px;
	
}
 .div2 img{
	margin:20px;
	width:150px; 
	height:150px;
}

.td3{
	margin-top: 10px;
	font-family: 微软雅黑; 
	font-size: 26px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
	font-weight:bold;
}

.td4{
	margin-top: 20px;
	font-family: 宋体; 
	font-size: 16px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
}


}

@media screen and (max-width: 1400px) {
.logo{
	margin-top: 20px;
    margin-left: 50px;
	width: 230px;
	height: 55px;
}
	.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; 
	line-height:35px;/*设置文字上下居中*/
	margin:  0px 12px;
	font-size: 18px;
	border-radius: 15px;
}

	.footer{
	margin-top: 60px;
	
}
	.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:150px; 
	height:150px;
}

.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 h2{
	font-weight:bold; 
	font-size: 40px; 
}
	.dl p{
	font-size: 25px; 
	margin-top: 10px;
}
	.div2{
    display: inline-block;
	width: 220px;
	height: 300px; 
	margin:  0px 5px;
	
}
 .div2 img{
	margin:20px;
	width:150px; 
	height:150px;
}

.td3{
	margin-top: 5px;
	font-family: 微软雅黑; 
	font-size: 20px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
	font-weight:bold;
}

.td4{
	margin-top: 10px;
	font-family: 宋体; 
	font-size: 14px; 
	display:inline-block; 
	color: rgb(51, 51, 51); 
	line-height:30px;
}
	.lxwm{
	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{
    display: inline-block;
	width: 300px;
	height: 300px; 
	margin:  0px 30px;
	
}

.div2 img{
	margin:20px;
	width:130px; 
	height:130px;
}
	.wbl{
	margin-top: 20px;
	font-size: 16px; 
	line-height:25px;/*设置文字上下居中*/
	}

}
@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;
}
	.dl{
	padding-top: 100px;
	width: 100%;
}
	.dl h2{
	font-weight:bold; 
	font-size: 35px; 
}
	.dl p{
	font-size: 20px; 
	margin-top: 10px;
	margin: 0 100px;
}
	.div2{
    display: inline-block;
	width: 230px;
	height: 300px; 
	margin:  0px 20px;
	
}

.div2 img{
	margin-top:10px;
	width:130px; 
	height:130px;
}

	.lxwm{
	padding-top: 80px;
	width: 100%;
	height: 350px;
	text-align:center;/*设置文字左右居中*/
	background-size:100%  800px;
	margin-bottom: 20px;
}

.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{
	margin-top: -20px;
	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: 150px;
	height: 300px; 
	margin:  0px 30px;
	
}
 .div1 img{
	margin:20px;
	width:100px; 
	height:100px;
}
	.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{
    display: inline-block;
	width: 150px;
	height: 300px; 
	margin:  0px 30px;
	}
	.div2 img{
	margin:10px;
	width:130px; 
	height:130px;
}
	.lxwm{
	padding-top: 60px;
	width: 100%;
	height: 350px;
	text-align:center;/*设置文字左右居中*/
	background-size:100%  800px;
	margin-bottom: -50px;
}

.lxwm strong{
    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) {
    .lside{
	padding:40px 0px 5px 50px 
}

.lside h2{
	font-size: 22px;
	font-weight:bold;
	margin-bottom: 10px;
	line-height:30px
}

.lside p{
    font-size: 12px;
	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:10px;
	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: 40px;
	width: 100%;
	text-align:center;/*设置文字左右居中*/
}

	.dl h2{
	font-weight: bold; 
	font-size: 28px;
}
	.dl p{
	font-size: 18px; 
	margin-top: 10px;
	margin: 0 20px;
}
	.div2{
    display: inline-block;
	width: 150px;
	height: 300px; 
	margin:  -10px 5px;
	
}
 .div2 img{
	margin:10px;
	width:130px; 
	height:130px;
}
	.lxwm{
	padding-top: 70px;
	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{
	margin-top: 10px;
	width: 100%;
	height: 100px;
	line-height:100px;/*设置文字上下居中*/
	text-align:center;
}

.wbl{
	margin-top: 10px;
	font-size: 14px; 
	line-height:25px;/*设置文字上下居中*/
	color: #575757;
	}
}