﻿.row{
    margin:0
}
.common-width{
    width:100%
}
.banner-wrap{
    width:100%;
    position:relative
}
.query-system{
    position:absolute;
    right:20%;
    top:56px;
    width:347px;
    height:405px;
    background:#fff;
    padding:27px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:none
}
.query-system .title-top{
    font-size:18px;
    font-weight:700;
    color:#666;
    margin-bottom:27px
}
.query-system .input-bottom{
    font-size:14px;
    color:#aaa
}
.query-system .input-bottom input[type=submit]{
    font-size:18px;
    color:#fff;
    width:100%;
    height:40px;
    border-radius:3px;
    background:#009e9f;
    border:none;
    letter-spacing:4px
}
.query-system .input-bottom .icon-label{
    display:inline-block;
    width:40px;
    height:40px;
    background:url(../image/sprite.png) no-repeat;
    background-color:#d2d2d2
}
.query-system .input-bottom div{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:20px
}
.query-system .input-bottom div:first-child label{
    background-position:10px 10px
}
.query-system .input-bottom div:nth-child(2) label{
    background-position:10px -50px;
    line-height:40px
}
.query-system .input-bottom div:nth-child(3) label{
    background-position:10px -110px
}
.query-system .input-bottom div:nth-child(4) label{
    background-position:10px -170px
}
.query-system .input-bottom select{
    width:254px;
    height:40px;
    border:1px solid #d2d2d2
}
@media (max-width:500px){
    .query-system{
        right:10%
    }
}
@media (max-width:420px){
    .query-system{
        right:3%
    }
}
.input-bottom>div>div,.input-bottom>div>input{
    width:254px;height:38px;
    border:1px solid #d2d2d2;
    padding-left:10px
}
.input-bottom>div>input::-webkit-input-placeholder{
    color:#aaa;
    font-size:14px
}
.common-p{
    font-size:16px;
    font-weight:700;
    color:#555
}
.ban-img{
    height:510px;
    -o-object-fit:cover;
    object-fit:cover
}
.note-list .notification-wrap{
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.note-list .notification-wrap,.note-list .notification-wrap-l h1{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.note-list .notification-wrap-l h1{
    min-height:100px;
    background:#009e9f;
    font-size:32px;
    color:#fff;
    font-weight:400;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.note-list .notification-wrap-l ul,.note-list .notification-wrap-l ul li{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.note-list .notification-wrap-l ul li{
    min-height: 65px;
    padding:0 20px;
    border:1px solid #e8e8e8;
    font-size:16px;
    color:#555;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.note-list .notification-wrap-l ul li:hover{
    cursor:pointer;
    color:#009e9f;
    border-color:#009e9f
}
.note-list .notification-wrap-r{
    width:900px
}
.note-list .notification-wrap-r h1{
    min-height:100px;
    background:#7fcecf;
    font-size:32px;
    color:#fff;
    font-weight:400;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.note-list .notification-wrap-r .notification-content{
    font-size:16px;
    color:#555;
    line-height:34px
}
.note-list .notification-wrap-r .notification-content h2{
    font-size:18px;
    color:#555;
    line-height:82px
}
.note-list .notification-wrap-r .notification-content span{
    font-size:16px;
    font-weight:700;
    color:#555
}
.note-list .notification-wrap-r .notification-content a{
    font-size:16px;
    font-weight:700;
    color:red;
    text-decoration:underline
}

.query-box-wrap {
	position: absolute;
    width: 324px;
    height: 163px;
    top: 10vw;
    right: 20vw;
	background: #edf7f7;
}
@media (max-width: 1200px) {
	.query-box-wrap {
		top: 14vw; 
	}
}
@media (max-width: 1000px) {
	.query-box-wrap {
		top: 16vw;
	}
}
@media (max-width: 768px) {
	.query-box-wrap {
		top: 24vw;
	}
}
@media (max-width: 500px) {
	.query-box-wrap {
		top: 40vw;
		right: 10vw;
	}
}
@media ( max-width: 400px) {
	.query-box-wrap {
		top: 50vw;
		right: 0;
	}
}
.query-box {
	width: inherit;
	height: inherit;
}
.query-box h2{
	font-size: 20px;
	font-weight: 600;
	color: #3d3d3d;
	line-height: 72px;
	text-align: center;
}
.query-btn {
	display: block;
    width: 270px;
    height: 47px;
    line-height: 47px;
    border-radius: 2px;
    background: #009e9f;
    font-size: 18px;
    color: #3d3d3d;
    text-align: center;
	margin: 0 auto;
}
.query-btn:hover {
	color: #ffffff;
	background: rgba(0,158,159,0.9);
}
.header .nav .menu {
    width: 300px;
	height: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    visibility: hidden;
    z-index: 2;
    background: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: -80px;
    top: 110px;
    
}

.header .nav .menu-item {
    height: 54px;
    width: 100%;
    border-top: 1px solid #ccc;
	margin-left: 0;
}

.header .nav .menu-txt {
    color: #333;
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: block;
    text-align: center;
    font-size: 15px;
    background: #eee
}

.header .nav .menu-txt,
.header .nav .menu-txt:hover {
    -webkit-transition: background 1s;
    transition: background 1s
}

.header .nav .menu-txt:hover {
    background: #009e9f;
    color: #fff
}

.notice-box {
	width: 330px;
	height: 150px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
.notice-box a{
	display: block;
	width: 400px;
	height: 110px;
}
.notice-txt {
	font-size: 16px;
	color: #333;
}
.blk-clr {
	color: #000;
	font-size: 16px;
}
.act-clr {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
