.productBanner {
	width: 100%;
}

.hotPart {
	background-color: #ecedef;
	width: 100%;
	padding-bottom: 50px;
}

.hotPartCenter {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.hotPartTitleBox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 28px;
}

.three {
	display: inline-block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid #022644;
	width: 0;
	height: 0;
	vertical-align: middle;
	margin-right: 10px;
}

.hotPartTitle {
	background-color: #022644;
	color: white;
	line-height: 1;
	padding: 6px 12px;
	letter-spacing: 1px;
	border-radius: 5px;
	font-size: 15px;
}

.hotPartCenterMain {
    display: flex;
    /*justify-content: space-around;*/
    justify-content: space-between;
}

.hotPartCenterItem {
	display: flex;
	max-width: 40%;
}

.hotPartCenterItemLeft {
	background-color: white;
	width: 160px;
	height: 160px;
	border: 4px solid #022644;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.hotPartCenterItemLeft img {
	max-width: 85%;
	max-height: 85%;
	transition: 0.8s;
}
.hotPartCenterItemLeft:hover img{
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -transform:scale(1.1);
}

.hotPartCenterItemRight {
	width: 60%;
	margin-left: 20px;
}

.hotPartCenterItemRight h4 {
	font-size: 16px;
	font-weight: bold;
	color: #022644;
	line-height: 1;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 95%;
}

.hotPartCenterItemRight p {
	font-size: 14px;
	color: #777;
	line-height: 1.6;
	margin-top: 12px;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.toDetail {
	color: #0c3b62;
	font-size: 14px;
	line-height: 1;
	margin-top: 38px;
	cursor: pointer;
	display: inline-block;
}
.toDetail:hover{
	color: #010f1d;
	padding-left: 1px;
}
.whichOne{
	visibility: hidden;
}

.theAll {
	background-color: white;
	width: 100%;
	padding-bottom: 50px;
}
.theAllCenter{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.theAllItem{
	border-bottom: 3px solid #ecedef;
	padding-bottom: 30px;
}
.smallTitle{
	color: #022644;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}
.allCenterFather{
	display: flex;
	flex-wrap: wrap;
}
.allCenterSon{
	width: 32%;
	margin-right: 2%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
	margin-top: 10px;
}
.allCenterSon:nth-child(3n+0){
	margin-right: 0;
}
.allCenterSonLeft{
	background-color: white;
	width: 136px;
	height: 136px;
	border: 4px solid #ecedef;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.allCenterSonLeft img{
	max-width: 85%;
	max-height: 85%;
	transition: 0.8s;
}

.allCenterSonLeft:hover img{
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -transform:scale(1.1);
}
.allCenterSonRight{
	width: 58%;
	margin-left: 12px;
}

.allCenterSonRight h4 {
	font-size: 15px;
	font-weight: bold;
	color: #022644;
	line-height: 1;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 98%;
}

.allCenterSonRight p {
	font-size: 13px;
	color: #777;
	line-height: 1.6;
	margin-top: 12px;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.toMore{
	font-size: 15px;
	color: white;
	background-color: #022644;
	line-height: 1;
	letter-spacing: 1px;
	width: 96px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}
.toMore:hover{
	cursor: pointer;
}
.searchFather {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.searchUpForm {
    background-color: red;
    display: flex;
    flex-direction: row;
}

.theInputer {
    height: 36px;
    line-height: 36px;
    outline: none;
    border: 1px solid #008af1;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 5px;
    width: 500px;
}

.theSubmit {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    background-color: #008af1;
    outline: none;
    border: none;
}

    .theSubmit:active {
        background-color: #0072c3;
    }

.searchDown {
    margin-top: 20px;
    display: flex;
}

.searchDownItem {
    background-color: #f5f5f7;
    line-height: 1;
    padding: 10px 15px;
    margin-left: 30px;
    font-size: 14px;
    color: #022644;
    cursor: pointer;
}
.searchDownItem:hover {
    background-color: #f1f1f1;
    color: #000;
}
.add {
    color: #022845;
    font-weight: bold;
}
