
.top-top{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.top-top p{
    margin-left: 3px;
	font-family: MicrosoftYaHei;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fe6339;
}
.top-top img{
    width: 7px;
	height: 26px;
    color: #fe6339;
}
.top-middle{
    display: flex;
    width: 100%;
    justify-content: center;
}   
.top-middle-content{
    width: 18%;
	height: 10%;
	background-color: #ffffff;
    padding-bottom: 40px;
	
}
.top-middle-content:hover{
    box-shadow: 0px 1px 9px 0px 
    rgba(65, 106, 190, 0.15);
}
.top-middle-content img{
    display: block;
    margin: 0 auto;
	width: 100%;
	height: auto;
    margin-bottom: 37px;
    margin-top: 20px;
}
.text-top{
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}
.text-top-1{
    font-family: DIN-Bold;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #bfd1f3;
	opacity: 0.85;   
}
.text-top-2{
    margin-left: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid  #497add;
    display: block;
    font-family: MicrosoftYaHei;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #333333;
}
.top-middle-text span{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
    display: block;
    text-align: center;
}
/* 表格 */
table{
 
  border-collapse:collapse;
padding: 0;
    border-top: solid 1px #eeeeee;
    /* border-left: solid 1px #eeeeee; */
}
th{
    border-left: solid 1px #eeeeee;
    background-color: #f7f8f9;
    width: 224px;
    height:89px;
     border-right: solid 1px #eeeeee;
     /* border-bottom: solid 1px #eeeeee; */
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 69px;
	letter-spacing: 0px;
	color: #fe6339;
}
.b-color{
    border-right: solid 1px #eeeeee;
   
    width: 275px;
	height: 353px;
	background-color: #fea427;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fefefe;
}
.a{
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 69px;
	letter-spacing: 0px;
	color: #333333;
    width: 316px;
    height: 70px;
    padding-left: 68px;
}
.b{
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    text-align: center;
    width: 224px;
    height: 72px;
}
.c{
    background-color: #f7f8f9;
}
.only{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 69px;
	letter-spacing: 0px;
	color: #cccccc;
}
@media screen and (max-width: 1400px)and (min-width:1360px){
    .text-top-2{
        font-size: 22px;

    }
    .text-top-1{
font-size: 40px;
    }
    .top-middle-text span{
        font-size: 14px;
    }
    .a{
        font-size: 16px;
    }
    .b-color{
        font-size: 16px;
    }
    th{
        font-size: 16px;
    }
    }