*{
	margin: 0;
	padding: 0;
}

ul li{
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #000;
}
h6 {
    font-size: 12px;
}
h5 {
    font-size: 14px;
}
h3 {
    font-size: 18px;
}
/*导航css*/
#yysj_Dh{
	width: 1200px;
	margin: 0 auto;
	height: 52px;
	line-height: 52px;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #c83a50;
}
#yysj_Dh a{
	cursor: pointer;	
	color: #000000;
	text-decoration: none;
}


/*内容css*/
#yysj_Nr{
	width: 1200px;
	height: 670px;
	margin: 30px auto;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
}

#yysj_Nr .yysn_Lf{
	width: 549px;
	height: 619px;
	padding: 28px 35px 23px;
	text-align: center;
	float: left;
}
.yysn_Lf > h2 {
    font-size: 28px;
}
.yysn_Lf > h6 {
    color: #8d8d8d;
}
#yysj_Nr .yysn_Lf .yysn_Lf_img_box{
	width: 244px;
	height: 244px;
    margin: 0px auto;
}
.yysn_Lf .yysn_Lf_img_box img{
	width: 244px;
	height: 244px;
	border-radius: 8px;
}
.yysn_Lf > h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yysn_Lf > h3 {
    margin: 15px 0 10px;
}
.yysn_Lf .yysn_Lf_img2_box{
	width: 549px;
	height: 168px;
}
.yysn_Lf .yysn_Lf_img2_box a{
	width: 163px;
	height: 168px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.yysn_Lf .yysn_Lf_img2_box a img{
	width: 163px;
	height: 140px;
	border-radius: 12px;
}

.yysn_Lf .yysn_Lf_go {
    color: #8c8c8c;
    margin-top: 20px;
    font-size: 14px;
	margin-top: 20px;
	display: block;
}
/*一根线*/
.yysn_Lf_content_line{
	width: 1px;
	height: 520px;
	float: left;
	background: #e1e1e1;
	margin-top: 76px;
}

#yysj_Nr .yysn_Ri{
	width: 479px;
	height: 619px;
	padding: 28px 35px 23px;
	text-align: center;
	float: left;
}
.yysn_Ri > h2 {
    font-size: 28px;
}
.yysn_Ri > h6 {
    color: #8d8d8d;
}
.yysn_Ri .yysn_Ri_yuyue_form{
	width: 100%;
	height: auto;
}
.yysn_Ri .yysn_Ri_yuyue_form .yysn_Ri_yuyue_input{
	width: 100%;
	height: 47px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 30px;
}
.yysn_Ri_yuyue_form .yysn_Ri_yuyue_input label{
	font-size: 16px;
	line-height: 47px;
	width: 80px !important;
}

.yysn_Ri_yuyue_form .yysn_Ri_yuyue_input select, .yysn_Ri_yuyue_form .yysn_Ri_yuyue_input input {
    width:81.5%;
    height: 47px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-indent: 10px;
    font-size: 14px;
    outline: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.yysn_Ri_yuyue_form .yysn_Ri_yuyue_input select:focus, .yysn_Ri_yuyue_form .yysn_Ri_yuyue_input input:focus{
	border-color: #e11020 !important;
}
.yysn_Ri_yuyue_form_type select{
	/* width: 120px !important; */
	margin-right: 15px;
}
.yysn_Ri_yuyue_form_type select:last-child{
	margin-right: 0px;
}


.yysn_Ri .yysn_Ri_yuyue_form button{
	width: 350px;
    height: 50px;
    color: #fff;
    border-radius: 6px;
    background: #e11020;
    margin: 30px 0 10px;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}