@charset "UTF-8";


@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1477px) {}

@media (max-width:1365px) {}

@media (max-width:1199px) {}

@media (max-width:990px) {}

@media (max-width:767px) {}

#page_banner img {
    width: 100%;
}
#crams {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
}
#crams .con1400 {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con1400 {
    width: 1400px;
    margin: 0 auto;
}
.crams_left a {
    font-size: 16px;
	line-height: 20px;
	color: #333333;
    height: 100%;
    position: relative;
    display: inline-block;
    margin-left: 45px;
}
.crams_left a.active {
    color: #134630;
    font-weight: bold;
}
.crams_right {
    font-size: 16px;
	line-height: 20px;
    color: #333333;
}

.q_space {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.crams_right img {
    vertical-align: middle;
    margin-right: 6px;
}
.crams_right a {
    color: inherit;
}
@media (max-width: 1399px){
	.con1400 {
    width: 100%;
    padding: 0 2%;
}
}
@media (max-width: 990px){
	#crams .con1400 {
    display: block;
}
	.crams_right {
    width: 100%;
    justify-content: flex-start;
    padding: 6px 0;
}
.crams_left a {
    margin-left: 0;
    padding-bottom: 10px;
}
.crams_left.crams_left1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#crams {
    height: auto;
}
}
@media (max-width: 767px){
	.crams_right {
    font-size: 12px;
}
.crams_left a {
    font-size: 12px;
}
}
