html{
	font-size: 20px;
}
*{margin: 0;padding: 0;}
ul,a{
	list-style: none;
	text-decoration: none;
}


.tab_tou{
	width: 100%;
	height: 5.8rem;
	background-color: #181818;
}
.tab_tou .left{
	width: 55%;
	float: left;
}
.tab_tou .left .tu{
	width: 9.3rem;
	height: 2.4rem;
	float: left;
	padding: 2rem 0 0 4rem;
}
.tab_tou .left .tu img{
	width: 100%;
	height: 100%;
}
.tab_tou .left .zi{
	float: left;
	padding: 2.4rem 0 0 1.7rem;
}
.tab_tou .left .zi .dian{
	font-size: 1rem;
	border-left:none;
	padding: 0 0rem 0 0.8rem;
}
.tab_tou .left .zi p{
	float: left;
	color: #d0d0d0;
	font-size: 0.9rem;
	border-left: 0.05rem solid #ccc;
	padding: 0 0 0 1.5rem;
}



.tab_tou .right{
	width:27%;
	height: 5.8rem;
	line-height: 5.8rem;
	float: right;
}
.tab_tou .right li{
	float: left;
	color: #fff;
	height: 5.8rem;
    width: 22%;
    text-align: center;
	font-size: 0.8rem;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}
.tab_tou .right li:hover{
	position: relative;
	z-index: 1111;
	border-bottom: 0.2rem solid #aad03d;
}


/*
.menu,.tab_tou .right input[type=checkbox]{
    display: none;
    position: absolute;
    top:3%;
    right:2%;
}

*/


.menu,.tab_tou .right input[type=checkbox]{
    display: none;
    position: absolute;
    top:1rem;
    right: 2rem;
}
/*@media screen and (max-width: 1100px) {

.mission-div{
    width: 100%;
    float: left;
}
    
}*/
/*@media screen and (max-width: 996px) {

    .tab_tou .right ul{
        display: none;
    }

    .menu{
        display: block;
    }

   .tab_tou .right input[type=checkbox]:checked ~ul{
        display: block;
    }

    .tab_tou .right ul li{
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
    
}
*/



@media screen and (max-width: 996px) {

    .tab_tou .right ul{
        display: none;

        background-color: #fff;
    }
   .tab_tou .right ul li{width: 100%;
     height: 3rem;
     line-height: 3rem;
     margin-right: 0;
     margin-left: -0.8rem;
}
    .menu{
        display: block;
        width: 40px;
        height: 31px;
    }
     .menu img{
      width: 100%;
      height: 100%;
     }

   .tab_tou .right input[type=checkbox]:checked ~ul{
        display: block;
   width: 100%;
   position: absolute;
    z-index: 111;
    background-color: #000;
    opacity: 0.5;
    left: 0;
    height: 12.5rem;
    }
    .tab_tou .right a{color: #fff;}
    .tab_tou .right ul{
      margin-top: 5.8rem;
        /*margin-left: -4rem;*/
    }

/*    header .zong .logo{width: 63%;}*/
}

  @media(max-width:414px){
   .tab_tou .left .tu{padding: 1.2rem 0 0 2rem;}
   .tab_tou .left .zi{padding: 0.5rem 0 0 0;}
   .tab_tou .left{width: 64%;}
.tab_tou .left .zi p{border-left: none;}
.tab_tou .right{height: 0;}

}
