@charset "utf-8";

@font-face {
	font-family: 'Roboto';
	/* 自定义字体名称 */
	src: url('../font/Roboto-Regular.ttf'),
		font-weight: normal;
	font-style: normal;
}

.centent1 {
	margin-top: 84px;
	width: 100%;
	display: flex;
	overflow: hidden;
	position: relative;
}



.centent1 .left {
	width: 826px;
	height: 894px;
	height: 100vh;
	flex-shrink: 0;
	background: #D80C18;
	position: relative;
	padding: 184px 0 0 240px;
	/* 	position: fixed;
	top: 0;
	left: 0; */

}




.centent1 .left .p1 {
	width: 460px;
	color: #FFF;
	font-family: Roboto;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.centent1 .left .p2 {
	width: 488px;
	color: #FFF;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	margin-top: 54px;
	line-height: 32px;
	/* 160% */
}

.centent1 .left .p3 {
	color: #FFF;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	margin-top: 27px;
	line-height: 32px;
	/* 100% */
}

.centent1 .left .logo {
	width: 784px;
	height: 111px;
	flex-shrink: 0;
	fill:  #FFF;
	/* opacity: 0.2; */
	position: absolute;
	bottom: 47px;
	right: 97px;
}

.centent1 .left .jiao3 {
	width: 160.283px;
	height: 160.283px;
	flex-shrink: 0;
	display: block;
	position: absolute;
	top: 397px;
	right: -41px;
}

.centent1 .right {
	/* flex: 1; */
	margin-left: 826px;
	width: calc(100% - 826px);
	height: 1299px;
	padding: 100px 0 0 77px;
}

.centent1 .right .p1 {
	width: 652px;
	color: #333;
	font-family: Roboto;
	font-size: 32px;
	font-style: normal;
	
	font-weight: 700;
	line-height: 42px;
	/* 131.25% */
}

.centent1 .right .tijiao {}

.centent1 .right .tijiao .input_ {
	display: flex;
	flex-wrap: wrap;
}

.centent1 .right .tijiao .input_>div {
	width: 340px;
	width: calc(50% - 94px);
	padding-bottom: 12px;
	padding-top: 70px;
	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
	margin-right: 94px;
	position: relative;
}

.centent1 .right .tijiao .input_>div>input {
	height: 36px;
	width: 100%;
	font-size: 20px;
}

.centent1 .right .tijiao .input_>div>input::placeholder {
	color: #666;
	opacity: .8;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	/* 180% */
}

.centent1 .right .tijiao .input_>div:nth-child(5) {
	width: 774px;
	width: calc(100% - 94px);
	margin-bottom: 60px;
}

.centent1 .right .tijiao .input_>div:nth-child(1) {
	position: relative;
}

.centent1 .right .tijiao .input_>div:nth-child(1) .downjt {
	position: absolute;
	bottom: 14px;
	right: 0;
}

.centent1 .right .tijiao .input_>div>p {
	display: none;
	color: #D80C18;
	position: absolute;
	top: 120px;
	left: 0px;
}

.centent1 .right .p2 {
	color:  #333;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 160px;
	padding-bottom: 40px;
}

.centent1 .right .p3 {
	color:  #666;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 28px;
}

.centent1 .right .p4 {
	color: #333;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 12px;
}

.centent1 .right .img7 {
	width: 42px;
	height: 42px;
	margin-top: 28px;
}


.Honorific:hover+.drop_down_ {

	overflow-y: auto;
	height: 200px;
	padding: 1px 20px 0;
}

.drop_down_:hover {

	overflow-y: auto;
	height: 200px;
	padding: 1px 20px 0;
}

.drop_down_ {
	position: absolute;
	left: 0;
	top: 122px;
	width: 100%;
	background: #FAFAFA;
	border: 1px solid rgba(255, 255, 255, 0.30);
	border-top: none;
	z-index: 9;
	border-radius: 12px;
	overflow-y: hidden;
	height: 0;
	transition: all 1s ease;
	padding: 0 20px;
}

.drop_down_ p {
	font-size: 16px;
	color: #333;
	cursor: pointer;
	line-height: 44px;
}

.drop_down_ p:hover {

	color: #D80C18;
}

@media screen and (max-width: 767px) {

	.centent1 {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
		margin-top: 0px;
	}

	.centent1 .left {
		width: 100%;
		height: 400px;
		flex-shrink: 0;
		background: #D80C18;
		position: relative;
		padding: 40px 10px 0px 10px;
	}

	.centent1 .left .p1 {
		width: 100%;
		color: #FFF;
		font-family: Roboto;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.centent1 .left .p2 {
		width: 100%;
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		margin-top: 24px;
		line-height: 32px;
		/* 160% */
	}

	.centent1 .left .p3 {
		color: #FFF;
		font-family: Roboto;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		margin-top: 20px;
		line-height: 32px;
		/* 100% */
	}

	.centent1 .left .logo {
		width: 400px;
		height: auto;
		flex-shrink: 0;
		fill:  #FFF;
		/* opacity: 0.2; */
		position: absolute;
		bottom: 27px;
		left: -33px;
	}

	.centent1 .left .jiao3 {
		display: none;
		width: 160.283px;
		height: 160.283px;
		flex-shrink: 0;
		display: block;
		position: absolute;
		top: 397px;
		right: -41px;
		display: none;
	}

	.centent1 .right {
		flex: none;
		width: 100%;
		height: auto;
		padding: 20px 10px;
		background-color: #fff;
	}

	.centent1 .right .p1 {
		width: 100%;
		color: #333;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		/*font-weight: 500;*/
		line-height: 28px;
		/* 131.25% */
	}

	.centent1 .right .tijiao {}

	.centent1 .right .tijiao .input_ {
		display: block;
		flex-wrap: wrap;
	}

	.centent1 .right .tijiao .input_>div {
		width: 100%;
		padding-bottom: 12px;
		padding-top: 40px;
		border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
		margin-right: 94px;
		position: relative;
	}

	.centent1 .right .tijiao .input_>div>p {
		position: absolute;
		top: 90px;
		left: 0px;
	}

	.centent1 .right .tijiao .input_>div>input {
		height: 28px;
		width: 100%;
		font-size: 18px;
	}

	.centent1 .right .tijiao .input_>div>input::placeholder {
		color: #666;
		opacity: .8;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 180% */
	}

	.centent1 .right .tijiao .input_>div:nth-child(5) {
		width: 774px;
		margin-bottom: 60px;
	}

	.centent1 .right .tijiao .input_>div:nth-child(1) {
		position: relative;
	}

	.centent1 .right .tijiao .input_>div:nth-child(1) .downjt {
		position: absolute;
		bottom: 14px;
		right: 0;
	}

	.centent1 .right .p2 {
		color:  #333;
		font-family: Roboto;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 60px;
		padding-bottom: 10px;
	}

	.centent1 .right .p3 {
		color:  #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 28px;
	}

	.centent1 .right .p4 {
		color: #333;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 12px;
	}

	.centent1 .right .img7 {
		width: 42px;
		height: 42px;
		margin-top: 28px;
	}


	.Honorific:hover+.drop_down_ {

		overflow-y: auto;
		height: 200px;
		padding: 1px 20px 0;
	}

	.drop_down_:hover {

		overflow-y: auto;
		height: 200px;
		padding: 1px 20px 0;
	}

	.drop_down_ {
		position: absolute;
		left: 0;
		top: 90px;
		width: 100%;
		background: #FAFAFA;
		border: 1px solid rgba(255, 255, 255, 0.30);
		border-top: none;
		z-index: 9;
		border-radius: 12px;
		overflow-y: hidden;
		height: 0;
		transition: all 1s ease;
		padding: 0 20px;
	}

	.drop_down_ p {
		font-size: 16px;
		color: #333;
		cursor: pointer;
		line-height: 44px;
	}

	.drop_down_ p:hover {

		color: #D80C18;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {


	.centent1 {
		width: 100%;
		display: block;
		height: auto;
		overflow: hidden;
		margin-top: 0px;
	}

	.centent1 .left {
		width: 100%;
		height: 400px;
		flex-shrink: 0;
		background: #D80C18;
		position: relative;
		padding: 60px 10px 0px 10px;
	}

	.centent1 .left .p1 {
		width: 100%;
		color: #FFF;
		font-family: Roboto;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.centent1 .left .p2 {
		width: 100%;
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		margin-top: 24px;
		line-height: 32px;
		/* 160% */
	}

	.centent1 .left .p3 {
		color: #FFF;
		font-family: Roboto;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		margin-top: 20px;
		line-height: 32px;
		/* 100% */
	}

	.centent1 .left .logo {
		width: 400px;
		height: auto;
		flex-shrink: 0;
		fill:  #FFF;
		/* opacity: 0.2; */
		position: absolute;
		bottom: 27px;
		left: -33px;
	}

	.centent1 .left .jiao3 {
		display: none;
		width: 160.283px;
		height: 160.283px;
		flex-shrink: 0;
		display: block;
		position: absolute;
		top: 397px;
		right: -41px;
		display: none;
	}

	.centent1 .right {
		flex: none;
		width: 100%;
		height: auto;
		padding: 20px 10px;
		background-color: #fff;
	}

	.centent1 .right .p1 {
		width: 100%;
		color: #333;
		font-family: Roboto;
		font-size: 32px;
		font-style: normal;
		/*font-weight: 500;*/
		line-height: 42px;
		/* 131.25% */
	}

	.centent1 .right .tijiao {}

	.centent1 .right .tijiao .input_ {
		display: flex;
		flex-wrap: wrap;
	}

	.centent1 .right .tijiao .input_>div {
		width: calc(50% - 34px);
		padding-bottom: 12px;
		padding-top: 40px;
		border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
		margin-right: 34px;
		position: relative;
	}

	.centent1 .right .tijiao .input_>div>p {
		position: absolute;
		top: 90px;
		left: 0px;
	}


	.centent1 .right .tijiao .input_>div>input {
		height: 28px;
		width: 100%;
		font-size: 18px;
	}

	.centent1 .right .tijiao .input_>div>input::placeholder {
		color: #666;
		opacity: .8;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 180% */
	}

	.centent1 .right .tijiao .input_>div:nth-child(5) {
		width: 100%;
		margin-bottom: 60px;
	}

	.centent1 .right .tijiao .input_>div:nth-child(1) {
		position: relative;
	}

	.centent1 .right .tijiao .input_>div:nth-child(1) .downjt {
		position: absolute;
		bottom: 14px;
		right: 0;
	}

	.centent1 .right .p2 {
		color:  #333;
		font-family: Roboto;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 60px;
		padding-bottom: 10px;
	}

	.centent1 .right .p3 {
		color:  #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 28px;
	}

	.centent1 .right .p4 {
		color: #333;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 12px;
	}

	.centent1 .right .img7 {
		width: 42px;
		height: 42px;
		margin-top: 28px;
	}


	.Honorific:hover+.drop_down_ {

		overflow-y: auto;
		height: 200px;
		padding: 1px 20px 0;
	}

	.drop_down_:hover {

		overflow-y: auto;
		height: 200px;
		padding: 1px 20px 0;
	}

	.drop_down_ {
		position: absolute;
		left: 0;
		top: 90px;
		width: 100%;
		background: #FAFAFA;
		border: 1px solid rgba(255, 255, 255, 0.30);
		border-top: none;
		z-index: 9;
		border-radius: 12px;
		overflow-y: hidden;
		height: 0;
		transition: all 1s ease;
		padding: 0 20px;
	}

	.drop_down_ p {
		font-size: 16px;
		color: #333;
		cursor: pointer;
		line-height: 44px;
	}

	.drop_down_ p:hover {

		color: #D80C18;
	}
}



@media screen and (min-width: 1025px) and (max-width: 1440px) {
	.centent1 {
		width: 100%;
		display: flex;
		height: auto;
		overflow: hidden;
	}


	.centent1 .left {
		width: 606px;
		height: 100vh;
		flex-shrink: 0;
		background: #D80C18;
		position: relative;
		padding: 180px 0 0 100px;
	}

	.centent1 .left .p1 {
		width: 280px;
		color: #FFF;
		font-family: Roboto;
		font-size: 44px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.centent1 .left .p2 {
		width: 320px;
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		margin-top: 34px;
		line-height: 28px;
		/* 160% */
	}

	.centent1 .left .p3 {
		color: #FFF;
		font-family: Roboto;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		margin-top: 27px;
		line-height: 32px;
		/* 100% */
	}

	.centent1 .left .logo {
		width: 384px;
		height: auto;
		flex-shrink: 0;
		fill:  #FFF;
		/* opacity: 0.2; */
		position: absolute;
		bottom: 47px;
		left: 0px;
	}

	.centent1 .left .jiao3 {
		width: 120.283px;
		height: 120.283px;
		flex-shrink: 0;
		display: block;
		position: absolute;
		top: 310px;
		right: -41px;
	}

	.centent1 .right {
		width: calc(100% - 606px);
		height: 1000px;
		padding: 0px;
		padding-left: 60px;
		padding-bottom: 40px;
		overflow: hidden;
		margin-left: 606px
	}

	.centent1 .right .p1 {
		width: 500px;
		color: #333;
		font-family: Roboto;
		font-size: 28px;
		font-style: normal;
		/*font-weight: 500;*/
		line-height: 32px;
		/* 131.25% */
		margin-top: 80px;
	}

	.centent1 .right .tijiao {}

	.centent1 .right .tijiao .input_ {
		display: flex;
		flex-wrap: wrap;
	}

	.centent1 .right .tijiao .input_>div {
		width: calc(40% - 32px);
		padding-bottom: 12px;
		padding-top: 40px;
		border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
		margin-right: 32px;
	}

.centent1 .right .tijiao .input_>div>p {
	display: none;
	color: #D80C18;
	position: absolute;
	top: 90px;
	left: 0px;
}
	.centent1 .right .tijiao .input_>div>input {
		height: 36px;
		width: 100%;
		font-size: 18px;
	}

	.centent1 .right .tijiao .input_>div>input::placeholder {
		color: #666;
		opacity: .8;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 180% */
	}

	.centent1 .right .tijiao .input_>div:nth-child(5) {
		width: calc(80% - 32px);
		margin-bottom: 60px;
		padding-bottom: 30px;
	}

	.centent1 .right .tijiao .input_>div:nth-child(1) {
		position: relative;
	}

	.centent1 .right .tijiao .input_>div:nth-child(1) .downjt {
		position: absolute;
		bottom: 14px;
		right: 0;
	}

	.centent1 .right .p2 {
		color: #333;
		font-family: Roboto;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 80px;
		padding-bottom: 30px;
	}

	.centent1 .right .p3 {
		color:  #666;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 20px;
	}

	.centent1 .right .p4 {
		color: #333;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 12px;
	}

	.centent1 .right .img7 {
		width: 42px;
		height: 42px;
		margin-top: 28px;
	}


	.Honorific:hover+.drop_down_ {

		overflow-y: auto;
		height: 200px;
		padding: 1px 20px 0;
	}

	.drop_down_:hover {

		overflow-y: auto;
		height: 200px;
		padding: 1px 20px 0;
	}

	.drop_down_ {
		position: absolute;
		left: 0;
		top: 90px;
		width: 100%;
		background: #FAFAFA;
		border: 1px solid rgba(255, 255, 255, 0.30);
		border-top: none;
		z-index: 9;
		border-radius: 12px;
		overflow-y: hidden;
		height: 0;
		transition: all 1s ease;
		padding: 0 20px;
	}

	.drop_down_ p {
		font-size: 16px;
		color: #333;
		cursor: pointer;
		line-height: 44px;
	}

	.drop_down_ p:hover {

		color: #D80C18;
	}
}