﻿@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2020-09-25 17:38:00
 * @version $Id$
 */
section.yu{
	background:url(../images/yu_banner.jpg) no-repeat center;
	padding-top: 484px;
	padding-bottom: 64px;
}
div.yuyue{
	background-color:rgba(255, 255, 255, 0.92);
}
div.yuyue h3{
	font-size:36px;
	text-align: center;
	padding-top: 46px;
	margin-bottom: 42px;
}
div.w1320{
	width: 1320px;
	margin: 0 auto;
	position: relative;
}
div.w1320 input{
	width: 630px;
	height: 58px;
	border:1px solid #eeeeee;
	padding-left: 20px;
	color: #333333;
}

div.w1320 .button1
{
display: block;
    width: 100%;
    height: 58px;
    text-align: center;
    background-color: #c7ad8c;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    margin-top: 20px;}

	
div.w1320 input:focus {

outline:none;

    border: 1px solid #c7ad8c;

}
div.w1320 input:nth-of-type(even){
	margin-left: 11px;
}
div.w1320 input:nth-of-type(3),div.w1320 input:last-of-type{
	margin-top: 20px;
}
div.w1320 input#test1{
	position: relative;
}
div.w1320 i.test1{
	display: block;
	width: 12px;
	height: 6px;
	background:url(../images/san.png) no-repeat center;
	position: absolute;
	top:26px;
	right: 22px;
	z-index: 1;
}
div.w1320 .huo{
	display: block;
	width: 180px;
	height: 58px;
	text-align: center;
	color: #333333;
	font-size:15px;
	line-height: 58px;
	position: absolute;
	top:81px;
	right: 0;
	z-index: 1;
}
div.w1320 .huo:after{
	content:'';
	width: 1px;
	height: 24px;
	background-color:#dddddd;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
a.submit{
	display: block;
	width: 100%;
	height: 58px;
	text-align: center;
	background-color:#c7ad8c;
	color: #fff;
	font-size:16px;
	line-height: 58px;
	margin-top: 20px;
}
div.yuyue p{
	text-align: center;
	font-size:16px;
	color: #c7ad8c;
	margin-top: 30px;
	padding-bottom: 49px;
}
div.yuyue p span{
	color: #999999;
}