.header_box {
    max-width: 1920px;
    margin: 0 auto;
}
.content_box {
    max-width: 1920px;
    margin: 0 auto;
}
.top_content {
    background-color: #F2F2F2;
    padding: 5px 0;
}
.top {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
@media screen and (max-width: 768px){
	.top {
	    max-width: 900px;
	    margin: 0 auto;
	    display: flex;
	    justify-content: space-between;
	    font-size: 2px;
	}
	.top .left_right p {
	    display: none;
	}
}
.top .left {
    display: flex;
    justify-content: space-between;
    color: #666666;
}
.top .right {
    display: flex;
    justify-content: space-between;
}
.top .left .left_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
}
.top .left .left_right .icon_phone {
    width: 16px;
    height: 16px;
    background: url("../images/top_phone.png") no-repeat center;
    margin-right: 15px;
}
.top .right .login_righter .blue_clor{
    color: #2190F7;
}
.top .right .usercenter {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
}
.top .right .usercenter .center_icon {
    width: 16px;
    height: 16px;
    background: url("../images/center_icon.png") no-repeat center;
    margin-right: 5px;
}

.top .right .order .order_icon {
    width: 16px;
    height: 16px;
    background: url("../images/shopping_icon.png"); no-repeat center;
    margin-right: 5px;
}
.header_box .bottom {
    width:1130px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    /* padding:  5px 0; */
    color: #666;
    font-size: 14px;
}
/* .header_box .bottom .logo{
    font-size: 36px;
	font-weight: bold;
	margin-top: 1%;
	margin-left: -1%;
} */
.header_box .bottom .logo img{
    /* font-size: 36px;
	font-weight: bold; */
	margin-top: 3%;
	/* margin-left: -5%; */
}
.header_box .bottom .right_list ul {
    align-items: center;
    height: 60px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}
.header_box .bottom .right_list ul li {
    width: 120px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}
.header_box .bottom .right_list ul li:hover {
    background: #2D6FBB;
    color: #fff;
}
.header_box .bottom .right_list ul .index_page{
    background: #2D6FBB;
    color: #fff;
}
@media screen and (max-width: 768px) {
	.header_box .bottom {
	    /* max-width: 1000px;
	    margin: 0 auto; */
	    width: 100%;
	    display: block;
	    justify-content:flex-start;
	    /* padding:  5px 0;
	    color: #666;
	    font-size: 14px; */
	}
	.top .right .usercenter {
	    margin-left: 10px;
	}
	.header_box .content_box .top .left{
	    /* font-size: 12px; */
		/* background: url(../images/Login.png) no-repeat;
		background-size:contain; */
		width: 40%;
		height: 20px;
	}
	.header_box .content_box .top .left .left_right{
		/* background: url(../images/Login.png)left no-repeat;
		background-size:contain;
		width: 100%; */
		margin-left: 10px;
	}
	.header_box .content_box .top .left .left_left {
		/* background: url(../images/log_off.png)left no-repeat;
		background-size:contain;
		width: 100%;
		margin-left: 0px; */
		background: url(../images/Login.png)left no-repeat;
		background-size:contain;
		width: 100%;
		margin-left: 0px;
	}
	.header_box .content_box .top .left p{
		display: none;
	}
	.header_box .content_box .top .right p{
		display: none;
	}
	.header_box .content_box .top .right{
		/* background: url(../images/Login.png)right no-repeat;
		background-size:contain; */
		width: 100%;
	}
	.header_box .content_box .top .right .login_righter1{
		background: url(../images/personal.png)right no-repeat;
		background-size:contain;
		width: 100%;
	}
	.header_box .content_box .top .right .order{
		background: url(../images/Shopping_cart.png)right no-repeat;
		background-size:contain;
		width: 100%;
		margin-right: 10px;
	}
	.header_box .content_box .top .right .login_righter{
		display: none;
	}
	
	.header_box .content_box .top .right .login_righter span{
		display: none;
	}
	.bottom .logo{
		display: flex;
		justify-content: center;
	}
	.bottom .logo img{
		width: 90%;
		height: 90%;
		/* margin-left: 10% */
		display: flex;
		justify-content:center;
		/* display: none; */
	}
	/* .header_box .bottom .right_list ul {
	    align-items: center;
	    height: 40px;
	    display: flex;
	    justify-content:flex-start;
		justify-content:space-around;
	} */
	.header_box .bottom .right_list ul {
	    display: flex;
	    justify-content:space-around;
	    flex-wrap: wrap;
		height: 60px;
		margin-left: 0px;
	}
	.header_box .bottom .right_list ul li {
	    width: 110px;
	    height: 36px;
		display: flex;
		justify-content:space-around;
	    text-align: center;
	    line-height: 36px;
	    margin-left: 0px;
	    cursor: pointer;
	    font-size: 16px;
	}
}