﻿.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 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 div{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:20px
}
.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 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
}
.note-list-t h2{
    font-size:24px;
    color:#009e9f;
    font-weight:400
}
.note-list-t span{
    display:block;
    width:120px;
    height:1px;
    background:#009e9f;
    margin:53px 0
}
.common-p{
    font-size:16px;
    font-weight:700;
    color:#555
}
.note-list-b>div{
    margin-bottom:50px
}
.note-list-b p{
    font-size:16px;
    color:#555;
    line-height:34px
}
.note-list-b a{
    color:red;
    text-decoration:underline
}
.ban-img{
    height:510px;
    -o-object-fit:cover;
    object-fit:cover
}
.notification-wrap{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.notification-wrap-l h1{
    height:100px;
    line-height:100px;
    text-align:center;
    background:#009e9f;
    font-size:32px;
    color:#fff;
    font-weight:400
}
.notification-wrap-l ul,.notification-wrap-l ul li{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.notification-wrap-l ul li{
    height:65px;
    line-height:65px;
    text-align:left;
    padding-left:20px;
    border:1px solid #e8e8e8;
    font-size:16px;
    color:#555
}
.notification-wrap-l ul li:hover{
    cursor:pointer;
    color:#009e9f;
    border-color:#009e9f
}
.notification-wrap-r{
    width:900px
}
.notification-wrap-r h1{
    height:100px;
    line-height:100px;
    text-align:center;
    background:#7fcecf;
    font-size:32px;
    color:#fff;
    font-weight:400
}
.note-list{
    position:relative
}
.note-list h3{
    font-size:24px;
    font-weight:400;
    color:#009e9f;
    margin-bottom:52px
}
.note-list span{
    display:block;
    width:120px;
    height:1px;
    background:#999;
    margin-bottom:52px
}
.note-list div p{
    font-size:16px;
    color:#555;
    line-height:34px
}
.process{
    width:366px;
    position:absolute;
    right:54px;
    top:440px
}
.process h2{
    font-size:36px;
    color:#1e1916;
    text-align:center;
    line-height:90px
}
@media (max-width: 768px) {
    .process {
        width: 35vw;
        position: absolute;
        right: 2vw;
        top: 440px;
    }
    .process h2 {
        font-size: 16px;
        font-weight: 600;
        color: #1e1916;
        text-align: center;
        line-height: 60px;
    }
}
@media (max-width: 500px) {
    .process {
        width: 35vw;
        position: absolute;
        right: 2vw;
        top: 720px;
    }
}

.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
}