.header-box .header-container {
    cursor: pointer;
    z-index: 99;
}
.header-box .header-container div:nth-child(2) ul li a:active {
    color: red;
}
.header-box {
    width: 100%;
}
.header-box .header-container {
    width: 1190px;
    margin: 0 auto;
    display: flex;
}
.header-box .header-container .logo {
    display: flex;
    align-items: center;
    width: 15%;
    margin-right: 50px;
}
.header-box .header-container .sort {
    display: flex;
    width: 65%;
}
.header-box .header-container .sort ul{
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 18px;
    justify-content: space-between;
    padding-right: 50px;
    font-weight: 400;
    cursor: pointer;
}
.header-box .header-container div:nth-child(2) ul li {
    display: flex;
    align-items: center;
    height: 100px;
    padding-left: 17px;
}
.header-box .header-container div:nth-child(2) ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #343434;
}
.header-box .header-container div:nth-child(2) ul li:hover {
    color: #EC3F02;
}
.header-box .header-container div:nth-child(2) ul .line::after {
    content: "";
    width: 1px;
    height: 18px;
    background: #cccccc;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}
.header-box .header-container div:nth-child(2) ul .show {
    position: relative;
}
.header-box .header-container .contact {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.header-box .header-container .contact .commonimg-box {
    width: 36px;
    height: 36px;
    background-color: #cccccc;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
.header-box .header-container .contact .commonimg-box .commonimg {
    width: 17px;
}
.header-box .header-container .contact .right {
    margin-right: 18px;
}
.header-box .header-container div:nth-child(3) span {
    color: #343434;
    font-weight: 400;
}
.header-box .header-container div:nth-child(2) ul .show .about-show {
    width: 75px;
    background: #ffffff;
    position: absolute;
    top: 80px;
    left: 14px;
    color: #434343;
    flex-wrap: wrap;
    display: none;
    z-index: 99;
}
.header-box .header-container div:nth-child(2) ul .show .about-show div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    margin-top: 5px;
    /* padding: 20px 0; */
}
.header-box .header-container div:nth-child(2) ul .show .about-show div:last-child{
    margin-bottom: 5px;
}
.header-box .header-container div:nth-child(2) ul .show .about-show div:first-child{
    margin-top: 10px;
}
.header-box .header-container div:nth-child(2) ul .show .about-show::after {
    content: "";
    width: 74px;
    height: 4px;
    background: #EC3E02;
    display: inline-block;
    position: absolute;
    top: 0px;
}
.header-box .header-container div:nth-child(2) ul .show .cooperate-show {
    width: 75px;
    background: #ffffff;
    position: absolute;
    top: 80px;
    left: 19px;
    color: #434343;
    flex-wrap: wrap;
    display: none;
    z-index: 99;
}
.header-box .header-container .contact {
    position: relative;
}
.header-box .header-container .contact .show-mode .phone {
	position: absolute;
	left: -95px;
	top: 90px;
	background-color: #ffffff;
    display: none;
    z-index: 99;
}
.header-box .header-container .contact .show-mode .phone .size {
	width: 50%;
	margin-top: 15px;
}
.header-box .header-container .contact .show-mode .phone .size .common {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
    margin-bottom: 19px;
    margin-top: 10px;
}
.header-box .header-container .contact .show-mode .phone .size .common span {
    color: #000000;
}
.header-box .header-container .contact .show-mode .phone .size .common .download {
    margin-bottom: 6px;
}
.header-box .header-container .contact .show-mode .phone .apple-container {
	margin-left: 11px;
}
.header-box .header-container .contact .show-mode .phone .apple-container .apple-img-box {
    width: 104px;
}
.header-box .header-container .contact .show-mode .phone .apple-container .apple-img-box img {
    width: 100%;
}
.header-box .header-container .contact .show-mode .phone .anzhuo-container {
    margin-right: 9px;
    margin-left: 10px;
}
.header-box .header-container .contact .show-mode .phone .anzhuo-container .anzhuo-img-box {
    width: 104px;
}
.header-box .header-container .contact .show-mode .phone .anzhuo-container .anzhuo-img-box img {
    width: 100%;
}
.header-box .header-container .contact .show-mode .weixin {
	position: absolute;
	left: 18px;
	top: 90px;
    display: none;
    z-index: 99;
}
.header-box .header-container .contact .show-mode .weixin .weixin-container {
	display: flex;
	flex-direction: column;
    background-color: #ffffff;
}
.header-box .header-container .contact .show-mode .weixin .weixin-container .img-box {
	width: 104px;
	height: 104px;
	margin: 16px 12px 9px 12px;
}
.header-box .header-container .contact .show-mode .weixin .weixin-container .img-box img {
    width: 100%;
}
.header-box .header-container .contact .show-mode .weixin .weixin-container .title-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 12px;
}
.header-box .header-container .contact .show-mode .weixin .weixin-container .title-box span {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}
.header-box .header-container .contact .show-mode .weixin .weixin-container .title-box span:nth-child(1) {
    margin-bottom: 6px;
}
.word:hover{
    background:#EC3E02 ;
    color: #ffffff;
}
.word{
    font-size: 10px;
}



