@media (min-width: 1024px) {

	.menu,
	.Subtitle_top_img,
	.menulist{
		display: none;
	}
	.NewsBulletin_item_div div:last-child p:first-child{
		font-size: 15px;
	}
}

@media screen and (min-width: 992px) {
	.index_head_nav {
		width: 50%;
		float: right;
	}

	.container-fluid-mobil {
		display: none;
	}

	.container-fluid-pc .col-md-12 {
		width: 50%;
	}
	
	.menulist{
		width: 30%;
	}
}
@media screen and (min-width: 900px) {
	.footer_common_box .address span:last-child{
		display: block;
	}
	.address_dz{
		display: none;
	}
}
@media screen and (max-width: 768px){
	.newsnotice_list .col-xs-12{
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 993px) {
	.container-fluid-pc {
		display: none;
	}

	.index_middle_Subtitle {
		width: 90%;
	}

	.container-fluid {
		padding: 0;
	}

	.NewsBulletin_item_div div:first-child {
		width: 70px;
		height: 80px;
	}
	
	.menulist{
		width: 40%;
	}
}
@media screen and (max-width: 500px) {
	.ideabox_small{
		height: 300px;
		padding-top: 16%;
		transition: all 1s ease-in;
	}
	.ideabox_small h3{
		margin-bottom: 30px;
	}
	.ideabox_small span,.ideabox_small p{
		font-size: 15px;
	}
	.companyprofile_banner,.productdisplay_banner,
	.newsnotice_banner,.personnelrecruit_banner,
	.contactus_banner{
		height: 250px;
	}
	.gstextbox{
		padding: 0 45px;
		box-sizing: border-box;
	}
	.gstextbox h2{
		font-size: 24px;
	}
	.gstextbox em{
		font-size: 15px;
	}
}

@media screen and (min-width: 1000px){
	.ideabox{
		display: block;
	}
	.ideabox_small{
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.ideabox{
		display: none;
	}
	.ideabox_small{
		display: block;
	}
}
@media screen and (max-width: 1200px){
	.NewsBulletin_item_div div:first-child{
		width: 80px;
		height: 80px;
	}
	.NewsBulletin_item_div div:last-child p:first-child{
		font-size: 14px;
	}
	.NewsBulletin_item_div div:last-child .gostails{
		display: none;
	}
	.newsdetail_content{
		width: 60%;
	}
}

@media screen and (max-width: 900px){
	.NewsBulletin_item_div div:last-child p:first-child{
		font-size: 12px;
	}
	.NewsBulletin_item_div div:first-child{
		width: 70px;
		height: 70px;
	}
	.NewsBulletin_item_div div:last-child p:first-child,
	.NewsBulletin_item_div div:last-child h6{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.footer_common div ul li{
		width: 50%;
		font-size: 16px;
		line-height: 32px;
		margin-right: 0;
	}
	.footer_common div ul li:nth-child(even){
		text-align: center;
	}
	.index_middle_dress p{
		font-size: 18px;
	}
	.index_middle_dress div span{
		font-size: 28px;
	}
	.index_middle_dress p:last-child{
		font-size: 13px;
	}
	.footer_common_box .address span:last-child{
		display: none;
	}
	.address_dz{
		display: block;
	}
	.newsdetail_content{
		width: 85%;
	}
}

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

	.index_head_profile,
	.Subtitle,
	.index_head_nav {
		display: none;
	}

	.NewsBulletin_item_div {
		padding: 8px;
	}

	.NewsBulletin_item_div div:last-child {
		width: 70%;
	}
	.NewsBulletin_item_div div:last-child .gostails{
		display: none;
	}
}

@media only screen and (max-width: 1280px) {
	.index_navbar {
		padding: 0 45px;
	}
}

@media only screen and (max-width: 486px) and (min-width: 100px) {

	.fixedTopMenu .index_head_logo div,
	.index_head_logo div {
		display: none;
	}

	.index_banner {
		height: 300px;
	}
}

@media screen and (max-width: 992px) {
	.bdr {
		border: none;
	}

	#footer {
		margin-top: 30px;
	}
/* 	.footer_common_box div:first-child p span{
		display: block;
		margin-right: 0;
	} */
}

@media screen and (max-width: 768px) {
	.gstextbox {
		top: 16%;
	}
}

@media (min-width: 1200px) {
 	.width970 .container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.recruitinfo .container {
		width: 750px;
	}
}

@media screen and (max-width: 768px) {
	.gstextbox {
		top: 22%;
	}
}

.plitem:hover hr {
	animation: ad_width .5s linear forwards;
	background: #ff8a00;
	cursor: pointer;
}

@keyframes ad_width {
	from {
		width: 50px;
	}

	to {
		width: 165px
	}
}
