﻿@media only screen and (max-width: 959px) {
	.menu_first{background: url(../images/proClassIcon.png) no-repeat 10px 12px;}
	/*新增开始*/
	#menu_first{background:url(../images/proClassIcon2.png) no-repeat 10px 12px;}
	/*新增结束*/
	.list-news .date{background: #cdcdcd;}
}
@media only screen and (max-width: 767px) {
	.nav dd{background: #e13430;}
	.nav li.on .v1{background: #e13430;}
	.nav li dd a{border-bottom: 1px solid #fff;}
	.nav li a:hover,.nav dd a:hover{background:#e13430;}
	.ind-btn1{background: #e13430;border-radius: 15px;}
	.ind-search .sub{width: 20%;float: right;background-position: center center;background-color: #e13430;}
}
@media only screen and (min-width: 767px){
.ind-search .sub {
    float: right;
    width: 40px;
    height: 28px;
    color: rgb(136, 136, 136);
    background: url(../images/ico-03.png) #e13430 10px 8px no-repeat;
}
}
