@charset "utf-8";

.PD {}

.PD {
	padding-top: 13px;
	padding-bottom: 125px;
}

.PD .main {
	border-top: 1px solid #b4b4b4;
}

.PD_box {
	padding-top: 55px;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}

.PD_left {
	width: 48.2%;
}

.PD_img {
	position: relative;
}

.PD_img img {
	display: block;
	width: 100%;
}

.PD_img div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
}

.PD_right {
	width: 48.2%;
}


.PD_tab {}

.PD_tab ul {
	display: flex;
	justify-content: space-between;
}

.PD_tab ul li {
	width: 245px;
	max-width: 32%;
}

.PD_tab ul li a {
	display: block;

	font-size: 2.4rem;
	color: #1f2824;
	line-height: 1;
	padding: 10px 10px;
	background-color: #e9e9e9;
	text-align: center;
}

.PD_tab ul li a:hover,
.PD_tab ul li a.active {
	color: #ffffff;
	background-color: #1f2824;
}

.PD_rContent {}

.PD_rC {
	display: none;
}

.PD_rC.active {
	display: block;
}

.PD_list {
	margin-top: 40px;
}

.PD_list li {
	display: flex;
	margin-bottom: 10px;
}

.PD_list li div {
	font-size: 2.4rem;
	color: #171717;
}

.PD_list li div:nth-child(1) {
	white-space: nowrap;
}

.download_list {
	margin-top: 40px;
}

.download_list>li {
	margin-bottom: 20px;
}

.download_list>li:last-child {
	margin-bottom: 0px;
}

.download_box {
	border: 1px solid #c5c5c5;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
	display: flex;
	padding: 10px 0 10px 8px;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}


.download_left {
	width: 80px;
	flex: none;
}

.download_img {
	position: relative;
}

.download_img img {
	display: block;
	width: 100%;
}

.download_img div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}


.download_right {
	width: calc(100% - 80px);
	flex: auto;
	padding: 5px 0;
}

.download_content {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.download_text {
	/* width: 205px; */
	flex: auto;
	height: 100%;
	display: flex;
	align-items: center;
	/* flex-direction: column; */
	padding: 0 10px 0 34px;
	/* justify-content: center; */
}

.download_format {
	width: 125px;
	flex: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 2.4rem;
	color: #a6a6a6;
}

.download_btn {
	width: 100px;
	flex: none;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #c5c5c5;
	box-sizing: border-box;
}

.download_btn a {}

.download_btn a:hover {
	opacity: 0.8;
}

.download_title {
	font-size: 2.4rem;
	color: #171717;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 1620px) {
	.PD_tab ul li a {
		font-size: 2.0rem;
	}

	.PD_list li div {
		font-size: 2.0rem;
	}

	.download_title {
		font-size: 2.0rem;
	}

	.download_format {
		width: 90px;
		font-size: 2.0rem;
	}

	.download_btn {
		width: 80px;
	}

	.download_btn img {
		width: 24px;
	}

}

@media only screen and (max-width: 1200px) {
	.PD {
		padding-bottom: 100px;
	}

	.PD_left {
		width: 42%;
	}

	.PD_right {
		width: 54%;
	}

	.download_text {
		padding: 0 10px 0 20px;
	}

	.download_title {
		font-size: 1.8rem;
	}

	.download_format {
		width: 80px;
		font-size: 1.8rem;
	}

	.download_btn {
		width: 70px;
	}

}

@media only screen and (max-width: 1024px) {
	.PD {
		padding-bottom: 80px;
	}

	.PD_left {
		width: 40%;
	}

	.PD_right {
		width: 56%;
	}

	.PD_tab ul li a {
		font-size: 1.8rem;
	}

	.PD_list li div {
		font-size: 1.8rem;
	}

	.download_text {
		padding: 0 5px 0 15px;
	}

	.download_left {
		width: 70px;
	}

}

@media only screen and (max-width: 980px) {
	.PD_box {
		flex-direction: column;
		align-items: center;
	}

	.PD_left {
		width: 400px;
		max-width: 100%;
	}

	.PD_right {
		width: 100%;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.PD {
		padding-bottom: 60px;
	}

	.PD_left {
		width: 300px;
	}

	.PD_tab ul li a {
		font-size: 1.6rem;
	}

	.PD_list {
		margin-top: 30px;
	}

	.PD_list li div {
		font-size: 1.6rem;
	}

	.download_list {
		margin-top: 30px;
	}

	.download_title {
		font-size: 1.6rem;
	}

	.download_format {
		width: 70px;
		font-size: 1.6rem;
	}

	.download_btn {
		width: 60px;
	}


}

@media only screen and (max-width: 480px) {
	.PD {
		padding-bottom: 50px;
	}

	.PD_box {
		padding-top: 50px;
	}

	.PD_left {
		width: 100%;
	}

	.PD_right {
		margin-top: 40px;
	}

	.PD_tab ul li a {
		font-size: 1.4rem;
	}

	.PD_list li div {
		font-size: 1.4rem;
	}

	.download_left {
		width: 60px;
	}

	.download_text {
		padding: 0 5px 0 10px;
	}

	.download_title {
		font-size: 1.4rem;
	}

	.download_format {
		width: 50px;
		font-size: 1.4rem;
	}

	.download_btn {
		width: 40px;
	}

	.download_btn img {
		width: 20px;
	}

}

/* ----------- content ----------- */

.contact_content {
	margin: 37px auto 0;
	background: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

}

.contact_line {
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 8px 0 8px;
	/* border-bottom: 1px solid #30438c; */
}

.contact_type {
	width: 130px;
	display: table-cell;
	vertical-align: middle;
	font-size: 2.4rem;
	line-height: 1;
	color: #707070;
	text-align: right;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px 0 0;
}

.contact_type p span {
	display: inline-block;
}

.contact_line03 {
	margin-bottom: 0;
}

.contact_line03 .contact_type {
	vertical-align: top;
	padding-top: 20px;

}

.contact_write {
	width: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0px 0 0px;
}

/* input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #afafaf;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #afafaf;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #afafaf;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #afafaf;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
} */

input.input_text,
textarea {
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	background: #FFFFFF;
	font-size: 1.6rem;
	color: #353f40;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
	padding: 0 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border: 1px solid #c5c5c5;
}

textarea {
	height: auto;
	padding: 20px 24px;
	resize: none;
	color: #353f40;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
}

.contact_writeCode {
	display: flex !important;
	align-items: center;
}

input#verificationCode {
	width: 172px;
	height: 50px;
}

.verificationCodeImg {
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.verificationCodeImg img {
	display: block;
	margin-right: 5px;
}

.verificationCodeImg a {
	font-size: 1.8rem;
	color: #050505;
}

.verificationCodeImg a:hover {
	color: #02306e;
}


.contact_lineBtn {
	padding: 40px 0 0;
}

#submit {
	display: block;
	width: 90%;
	max-width: 320px;
	border: 2px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #014099;
	padding: 18px 10px 18px;
	text-align: center;
	font-size: 3.0rem;
	color: #FFFFFF;
	line-height: 1;
	outline: none;
	cursor: pointer;
}

#submit:hover {
	opacity: 0.9;
}

/* ----------- contact_check ----------- */
.check {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	color: #000000;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.check_content {
	width: 1200px;
	max-width: 95%;
	max-height: 90%;
	overflow-y: auto;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 60px 60px 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.check_content .contact_line {}

.check_content .contact_line02 {}

.check_content .contact_line:last-of-type .contact_type {
	vertical-align: top;
}

.check_txt {
	font-size: 16px;
	color: #070731;
	background: #e1e1e1;
	padding: 15px 20px 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.check_btn {
	width: 100%;
	margin: 0 auto;
	padding: 45px 0 0;
}

.check_btn a {
	width: 48%;
	display: block;
	float: right;
	font-size: 2.0rem;
	line-height: 1;
	background: #a0a0a0;
	text-align: center;
	color: #FFFFFF;
	padding: 22px 20px 19px;
	padding: 22px 20px 15px\0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

}

.check_btn a.form_next {
	margin-left: 4%;
	color: #FFFFFF;
	background: #014099;
}

.check_btn a:hover {
	/* transform: translateY(-5px); */
	opacity: 0.8;
}

.check_btn::after {
	content: "";
	width: 100%;
	height: 0;
	clear: both;
	display: block;
}

pre {
	font-size: 16px;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: #e1e1e1;
	padding: 15px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: "Microsoft YaHei", 微软雅黑, arial, 黑体, 宋体, "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
	font-weight: 500;
}


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

	.contact_type {
		font-size: 2.0rem;
		width: 130px;
	}

	input.input_text {
		height: 60px;
	}

}


@media only screen and (max-width: 1200px) {
	.contact_write {}


	.contact_type {
		font-size: 1.8rem;
		width: 130px;
	}

	input.input_text {
		height: 56px;
	}

	#submit {
		width: 90%;
		max-width: 280px;
		padding: 18px 10px 18px;
		font-size: 2.6rem;
	}

}


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

	/* ----------- contact ----------- */

	.contact_type {
		width: 110px;
	}

	input.input_text,
	textarea {
		height: 55px;
		padding: 0 15px;
	}

	textarea {
		height: auto;
		padding: 15px;
	}

	.verificationCodeImg img {
		width: 110px;
	}

	.verificationCodeImg a {
		font-size: 1.6rem;
	}

	.contact_lineBtn {
		padding: 30px 0 0;
	}

	#submit {
		max-width: 260px;
		padding: 15px 10px 15px;
		font-size: 2.4rem;
	}

	/* ----------- contact_check ----------- */
	.check_content {
		padding: 40px 30px 60px;
	}

	.check_txt {
		padding: 15px 15px 12px;
	}

}

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

	/* ----------- contact ----------- */
	.contact_content {
		margin-top: 30px;
	}

	.contact_line {
		padding: 10px 0;
	}

	.contact_type {
		width: auto;
		display: block;
		padding-right: 0px;
		text-align: left;
		padding-bottom: 10px;
		font-size: 1.8rem;
	}

	.contact_write {
		display: block;
	}

	.contact_line02 .contact_type {
		width: auto;
	}

	.contact_line02 {
		margin-bottom: 10px;
	}

	input.input_text,
	textarea {
		height: 50px;
		border: 1px solid #e1e1e1;
	}

	textarea {
		height: auto;
	}

	.contact_line03 .contact_type {
		padding-top: 0px;
	}

	.contact_type p {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}

	.verificationCodeImg {
		padding-left: 20px;
	}

	#submit {
		width: 90%;
		font-size: 2.0rem;
		margin: 0 auto;
	}

	input#verificationCode {
		height: 50px;
	}

	/* ----------- contact_check ----------- */
	.check_content {
		padding: 20px 20px 40px;
	}

	.check_btn {
		padding: 20px 0 0;
	}

	.check_btn a {
		width: 49%;
		padding: 18px 10px 15px;
		font-size: 1.8rem;
	}

	.check_btn a.form_next {
		margin-left: 2%;
	}

}

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

	/* ----------- contact ----------- */
	.contact_type {
		padding-bottom: 10px;
		font-size: 1.6rem;
	}

	input.input_text,
	textarea {
		font-size: 1.4rem;
		padding: 0 10px;
		height: 40px;
	}

	textarea {
		height: auto;
		padding: 10px;
	}

	#submit {
		width: 90%;
		padding: 15px 20px 14px;
		font-size: 1.6rem;
	}

	input#verificationCode {
		width: 120px;
		height: 40px;
	}

	.verificationCodeImg {
		padding-left: 10px;
	}

	.verificationCodeImg a {
		font-size: 1.4rem;
	}

	/* ----------- contact_check ----------- */
	.check_content {
		padding: 20px 10px 40px;
	}

	.check_txt {
		font-size: 14px;
		padding: 10px;
	}

	pre {
		font-size: 14px;
		padding: 10px;
	}

	.check_btn {
		padding: 10px 0 0;
	}

	.check_btn a {
		display: block;
		margin: 0 auto;
		width: 90%;
		float: none;
		font-size: 1.6rem;
		padding: 15px 20px 14px;
	}

	.check_btn a.form_next {
		margin: 0 auto 20px;
	}

	.thankspage_pop_content {
		padding: 40px 0 40px;
		font-size: 1.6rem;
	}

	.thankspage_pop_content p {
		padding: 0 10px;
	}

	.btn_top {
		width: 90%;
		padding: 15px 20px 14px;
		font-size: 1.6rem;
		margin-top: 20px;
	}

}