@charset "utf-8";

/* CSS Document */
.index { position: relative; }


.mover {width:100%; z-index: 999; display: flex;flex-flow: row;flex-wrap: nowrap; justify-content: center;align-items: stretch; background: rgba(0,0,0,0.8);}


.mover .mover_left { height: 45px; width:15%}
.mover .mover_left h1 { line-height: 100%; color: #dcc142; font-size: 16px; font-weight: 700; padding-top: 5px; text-align: center;}

.mover .swiper-container { width: 85% ; height: 45px;}
.mover .swiper-container .swiper-slide { border-right: 1px solid #5c5c5c }
.mover .swiper-container .swiper-slide a {font-size: 14px; color: #fff; font-weight: 700; line-height: 120%; display: flex;text-align: center;justify-content: center;align-items: center;flex-wrap: nowrap; height: 45px;}

/**/

/* viewPorts 320px*/
@media screen and (min-width:1px) and (max-width:375px){
	.head_menu .aa img,.head_menu .cc img{width:30px;height:30px;}
	.head_menu .bb img{width:90%;}
	.mover li a{font-size:14px; line-height: 120%}
	.head_menu ul,.head_menu .ins{width:100%;}
}
@media screen and (min-width:376px) and (max-width:425px){
	.head_menu .aa img,.head_menu .cc img{width:30px;height:30px;}
	.head_menu .bb img{width:90%;}
	.mover li a{font-size:14px; line-height: 120%}
	.head_menu ul,.head_menu .ins{width:100%;}
}
@media screen and (min-width:426px) and (max-width:480px){
	.head_menu .aa img,.head_menu .cc img{width:30px;height:30px;}
	.head_menu .bb img{width:80%;}
	.mover li a{font-size:14px; line-height: 120%}
	.head_menu ul,.head_menu .ins{width:100%;}
}
@media screen and (min-width:481px) and (max-width:640px){
	.head_menu .aa img,.head_menu .cc img{width:30px;height:30px;}
	.head_menu .bb img{width:80%;}
	.mover li a{font-size:14px; line-height: 120%}
	.head_menu ul,.head_menu .ins{width:100%;}
}
@media screen and (min-width:641px) and (max-width:99999px){
	.head_menu .aa img,.head_menu .cc img{width:30px;height:30px;}
	.head_menu .bb img{width:60%;}
	.mover li a{font-size:14px; line-height: 120%}
	.head_menu ul,.head_menu .ins{width:100%;}
}




