﻿@charset "utf-8";
/* CSS Document */
#form1 {
	width: 300px;
	height: 366px;
	margin: auto;
	margin-top: 25px;
	font-size: 18px; position:relative;
}

#form1>.ch {
	width: 298px;
	height: 52px;
	border: 1px solid #ddd;
	font-size: 18px;
}

#form1>.fw {
	/*width: 138px;*/
    width: 110px;
	height: 52px;
	border: 1px solid #ddd;
	font-size: 18px; color:#999999;
}


#form1 select{
    border: solid 1px #ddd;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    padding-right: 14px;
    width:138px;
	height: 52px;

    background: url("../images/arrow.png") no-repeat scroll right center transparent;
}
#form1 select::-ms-expand { display: none; }
#form1 select option{ line-height:25px; }
#form1>.mj {
	/*width: 108px;*/ /*width:155px;*/width:182px;
	height: 52px;
	border: 1px solid #ddd;
	font-size: 18px; position:relative;
}

#form1>span {
	display: inline-block;
}

#form1 .span_ys,#form1 .span_mj {
    color: #777777;
    font-size: 18px;
    line-height: 52px;
    position: absolute;
    right: 10px;
}

#form1>.bm {
	color: #fff;
	background: #666;
	border-radius: 5px;
	width: 298px;
	height: 54px;
	font-size: 24px;
	border: 0px;
}

#form1>.bm:hover{ background:#000000; cursor:pointer;}

#main .btn_left,#main .btn_right{
    position: relative;
    left: 50%;
    top: -315px;
    padding: 13px;
    background: #fff;
    z-index: 5;
    margin-left: -540px;  
}
#main .btn_right{
    margin-left: 1040px;
    background: url("../images/r.png") no-repeat;
}
#main .btn_left:hover,#main .btn_left span:hover,#main .btn_right:hover,#main .btn_right span:hover{
    cursor: pointer;
}
#main .btn_left{
    background: url("../images/l.png") no-repeat;
}


@media screen and (max-width: 980px) {
	/* pagewrap */
	#wrapper{ width:1220px;}
	#wrapper2{ width:1220px;}
	#wrapper3{ width:1220px;}
}