
#headerWrap {
	transition:0.2s; height: 186px; border-bottom-color: rgb(232, 232, 232); border-bottom-width: 1px; border-bottom-style: solid; position: relative; z-index: 10; width: 100%;
}
.mainHeader#headerWrap {
	height: 120px; left: 0px; top: 0px; right: 0px; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; position: absolute;background: url("../../image/new/hd_bg1.png"); 
}
/* .mainHeader#headerWrap:hover {
	border-bottom-color: rgb(232, 232, 232); border-bottom-width: 1px; border-bottom-style: solid;
} */
#header {
	margin: 0px auto; width: 100%;; position: relative;
}
#header h1 {
	left: 0px; top: 10px; position: absolute;
}
#header h1 a {
	background: url("../../image/new/logo.png") no-repeat; width: 223px; height: 54px; font-size: 0px; display: block;
}

#header .topLink {
	top: 0px; right: 0px; position: absolute;
}
#header .topLink ul {
	
}

.bg6 { 
   position: relative; 
   width: 100%; 
}

h4 { 
   position: absolute; 
   top: 750px; 
   left: 0; 
   width: 100%; 
}
#header .topLink li {
	margin: 0; float: left; padding: 11px 15px; border-right: 1px solid #d8d8d8;
}
#header .topLink li.img {
	padding: 6px 10px;
}
#header .topLink li img {
	margin: 0 3px;
}
.button1 {
	font-family: SONGTI;
	display: block;
	/*width: 160px;*/
    background-color: #666666;
    border: none;
    color: #D2D2D2;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.button2 {
	font-family: SONGTI;
	display: block;
	width:150px
	border-width: 1px;
	border-color: #D2D2D2;
    background-color: #D2D2D2;
    border: 1px;
    background-color: #F3F3F3;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	transition-duration:0.1s;
}

.button2:hover{
	background-color: #666666;
	color: #D2D2D2;
	opacity:1;
}
.button3 {
	font-family: SONGTI;
	display: inline-block;
	/*width: 200px;*/

    background-color: #666666;
    border: none;
    color: #D2D2D2;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.botongwan {
	font-family: SONGTI;
	display: block;
	width: 250px;

    background-color: #666666;
    border: none;
    color: #D2D2D2;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.zoro {
	font-family: SONGTI;
	display: block;
	width: 250px;

    background-color: #00a2e4;
    border: none;
    color: #ffffff;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.zoro1 {
	font-family: SONGTI;
	display: block;
	width: 250px;
	border:1px solid #00a2e4;
    background-color: #ffffff;
    color: #00a2e4;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

/*--------------dropdown button---------------- */
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd}

.show {display:block;}