@charset "utf-8";

@font-face {
	font-family: "H_CUSTA2";
	src: url(../fonts/H_CUSTA2.TTF);
}

/*bootstrap4 一行五列补充*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-1-5 {
	flex: 0 0 20%;
	max-width: 20%;
	-ms-flex: 0 0 20%;
}

@media (min-width: 576px) {
	.col-sm-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 768px) {
	.col-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 992px) {
	.col-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 1200px) {
	.col-xl-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
 /*bootstrap4 一行五列补充 end*/

/* 一行五列 */
@media (min-width: 992px) {
	.col-lg-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 12px);
		-ms-flex: 0 0 calc(20% - 12px);
		flex: 0 0 calc(20% - 12px);
		max-width: calc(20% - 12px);
		margin-right: 15px;
	}
	.col-lg-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.col-xl-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 24px);
		-ms-flex: 0 0 calc(20% - 24px);
		flex: 0 0 calc(20% - 24px);
		max-width: calc(20% - 24px);
		margin-right: 30px;
	}

	.col-xl-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}
/* 一行五列 end */

body {
	font-family: Arial, "微软雅黑", "microsoft yahei";
	min-width: 320px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
a,
p {
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

li {
	font-size: 14px;
}

p,
a {
	text-decoration: none !important;
	font-size: 14px;
}

.over-img {
	overflow: hidden;
	position: relative;
}

.eli-padd {
	padding-left: 0;
	padding-right: 0;
}

.xysimg {
	height: 0;
	position: relative;
	overflow: hidden;
}

.xysimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
}

.default-align-right {
	text-align: right;
}

.default-padd-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.default-padd-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.default-padd-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.padd-bottom-0 {
	padding-bottom: 0 !important;
}

.default-container {
	max-width: 1200px;
	margin: 0 auto;
}

.default-ny-container {
	max-width: 1440px;
	margin: 0 auto;
}

.default-index-container {
	max-width: 1440px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.default-padd-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*模块上下边距*/
.container-padd-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.container-padd-tb90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.container-padd-tb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.container-padd-tb70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.container-padd-tb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.container-padd-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.container-padd-t100 {
	padding-top: 100px;
}

.container-padd-t90 {
	padding-top: 90px;
}

.container-padd-t80 {
	padding-top: 80px;
}

.container-padd-t70 {
	padding-top: 70px;
}

.container-padd-t60 {
	padding-top: 60px;
}

.container-padd-t50 {
	padding-top: 50px;
}

.container-padd-b100 {
	padding-bottom: 100px;
}

.container-padd-b90 {
	padding-bottom: 90px;
}

.container-padd-b80 {
	padding-bottom: 80px;
}

.container-padd-b70 {
	padding-bottom: 70px;
}

.container-padd-b60 {
	padding-bottom: 60px;
}

.container-padd-b50 {
	padding-bottom: 50px;
}

@media screen and (max-width: 1680px) {
	.container-padd-tb100 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.container-padd-t100 {
		padding-top: 90px;
	}

	.container-padd-b100 {
		padding-bottom: 90px;
	}
}

@media screen and (max-width: 1440px) {

	.container-padd-tb100,
	.container-padd-tb90 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.container-padd-t100,
	.container-padd-t90 {
		padding-top: 80px;
	}

	.container-padd-b100,
	.container-padd-b90 {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1280px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80 {
		padding-top: 70px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80 {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 1199px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70 {
		padding-top: 60px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70 {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 991px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60 {
		padding-top: 50px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 40px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 575px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 30px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 30px;
	}
}

/*模块上下边距 end*/

/*元素边距*/
.model-padd-t10 {
	padding-top: 10px;
}

.model-padd-t20 {
	padding-top: 20px;
}

.model-padd-t30 {
	padding-top: 30px;
}

.model-padd-t40 {
	padding-top: 40px;
}

.model-padd-t50 {
	padding-top: 50px;
}

.model-padd-t60 {
	padding-top: 60px;
}

.model-padd-t70 {
	padding-top: 70px;
}

.model-padd-t80 {
	padding-top: 80px;
}

.model-padd-b10 {
	padding-bottom: 10px;
}

.model-padd-b20 {
	padding-bottom: 20px;
}

.model-padd-b30 {
	padding-bottom: 30px;
}

.model-padd-b40 {
	padding-bottom: 40px;
}

.model-padd-b50 {
	padding-bottom: 50px;
}

.model-padd-b60 {
	padding-bottom: 60px;
}

.model-padd-b70 {
	padding-bottom: 70px;
}

.model-padd-b80 {
	padding-bottom: 80px;
}


.model-padd-l10 {
	padding-left: 10px;
}

.model-padd-l20 {
	padding-left: 20px;
}

.model-padd-l30 {
	padding-left: 30px;
}

.model-padd-l40 {
	padding-left: 40px;
}

.model-padd-l50 {
	padding-left: 50px;
}

.model-padd-l60 {
	padding-left: 60px;
}

.model-padd-l70 {
	padding-left: 70px;
}

.model-padd-r10 {
	padding-right: 10px;
}

.model-padd-r20 {
	padding-right: 20px;
}

.model-padd-r30 {
	padding-right: 30px;
}

.model-padd-r40 {
	padding-right: 40px;
}

.model-padd-r50 {
	padding-right: 50px;
}

.model-padd-r60 {
	padding-right: 60px;
}

.model-padd-r70 {
	padding-right: 70px;
}

.model-margin-l-60{
	margin-left: -60px;
}
.model-margin-r-60{
	margin-right: -60px;
}
@media screen and (max-width: 1680px) {
	.model-padd-t80 {
		padding-top: 70px;
	}

	.model-padd-b80 {
		padding-bottom: 70px;
	}

	.model-padd-l70 {
		padding-left: 55px;
	}

	.model-padd-r70 {
		padding-right: 55px;
	}
}

@media screen and (max-width: 1440px) {
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 60px;
	}

	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 60px;
	}

	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 40px;
	}

	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 40px;
	}
	
	.model-margin-l-60{
		margin-left: -40px;
	}
	
	.model-margin-r-60{
		margin-right: -40px;
	}
}

@media screen and (max-width: 1199px) {

	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 50px;
	}

	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 50px;
	}

	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 25px;
	}

	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 25px;
	}
	
	.model-margin-l-60{
		margin-left: -25px;
	}
	
	.model-margin-r-60{
		margin-right: -25px;
	}
}

@media screen and (max-width: 991px) {

	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 40px;
	}

	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 40px;
	}

	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: -10px;
	}
	
	.model-margin-r-60{
		margin-right: -10px;
	}
}

@media screen and (max-width: 767px) {

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 30px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 30px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left:15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: 0;
	}
	
	.model-margin-r-60{
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.model-padd-t30 {
		padding-top: 15px;
	}

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 25px;
	}

	.model-padd-b30 {
		padding-bottom: 15px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 25px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
}

/*元素边距 end*/

/*编辑版开始*/
.bjb {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb.padd0{
	padding-top: 0;
	padding-bottom: 0;
}

.bjb img {
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p {
	color: #666666;
}

.bjb p {
	line-height: 2em;
	font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1366px) {
	.bjb {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.bjb {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*编辑版结束*/
@media screen and (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 575px) {
	.hidden-xs {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

.bgcolor1{
	background-color: #f0f0f0;
}
.bgcolor2{
	background-color: #9b161c;
}
.bgcolor3{
	background-color: #d20111;
}



/*分页开始*/
.paging {
	margin: 0 auto;
}
.paging-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.paging-list li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.paging-list li a {
	padding: 7px 15px;
	border: 1px solid #cccccc;
	background-color: #fff;
	color: #333333;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}

.paging-list li a:hover {
	border: 1px solid #c70025;
	background-color: #c70025;
	color: #fff;
}

.paging-list li.active a {
	border: 1px solid #c70025;
	background-color: #c70025;
	color: #fff;
}

.paging-list .input-box {
	margin-left: 20px;
}

.paging-list .input-box input {
	padding: 6px 10px 8px;
	width: 60px;
	border: 1px solid #dfdfdf;
	text-align: center;
	outline: none;
	font-size: 14px;
	vertical-align: top;
}

.paging-list .input-box span {
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 991px) {
	.paging-list li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.paging-list li a {
		padding: 5px 10px;
	}
	.paging-list .input-box input {
		padding: 5px 10px;
	}
	.paging-list .input-box {
		margin-left: 10px;
	}
	.paging {
		margin: 15px auto;
	}
}
@media screen and (max-width: 767px) {
	.paging-list li {
		margin-left: 0;
		margin-right: 0;
	}
}
/*分页结束*/


/*侧边锚链接*/
.cbmaolink{
	position: fixed;
	left: 120px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.cbmaolink ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.cbmaolink ul>li{
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: left;
}
.cbmaolink ul>li>a{
	text-decoration: none;
	text-align: left;
}
.cbmaolink ul>li>a>span{
	float: right;
	color: #666666;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	font-size: 14px;
}
.cbmaolink .icon{
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgba(240,240,240,0);
	position: relative;
	margin-right: 15px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.cbmaolink .icon:after{
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 4px solid rgba(255,255,255,1);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.cbmaolink ul>li>a:hover .icon{
	background-color: #666666;
}
.cbmaolink ul>li>a:hover .icon:after{
	border: 1px solid #666666;
}
.cbmaolink ul>li>a:hover>span{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	opacity: 1;
}
@media screen and (max-width: 1680px) {
	.cbmaolink{
		left: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.cbmaolink{
		display: none !important;
	}
}
/*侧边锚链接 end*/


/* pc导航1 */
.pc-header-height{
	height: 99px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	transition: all .5s;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.pc-header.ny-pc-header {
	position: inherit;
	background-color: rgba(26, 86, 166, 1);
}

.pc-header .box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	max-width: 1720px;
	margin: 0 auto;
	transition: all .5s;
}

.pc-header .right .nav-box {
	display: inline-block;
}

.pc-header .right .nav-box>ul {
	font-size: 0;
}

.pc-header .right .nav-box>ul>li {
	display: inline-block;
	margin-right: 50px;
	position: relative;
}

.pc-header .right .nav-box>ul>li>a {
	color: #000000;
	font-size: 14px;
	padding-top: 39px;
	padding-bottom: 39px;
	display: inline-block;
}
.pc-header.bgcolor .right .nav-box>ul>li>a {
	padding-top: 29px;
	padding-bottom: 29px;
}

.pc-header .right .nav-box .level2 {
	position: absolute;
	top: 99px;
	left: 30px;
	background-color: #fff;
	padding: 10px;
	min-width: 150px;
	z-index: 99;
	display: none;
	opacity: 0;
	border-radius: 10px;
	box-shadow: 0 0 10px 1px rgba(221, 221, 221, 0.5);
}

.pc-header.bgcolor .right .nav-box .level2 {
	top: 79px;
}

.pc-header .right .nav-box .level2>li>a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #333333;
	position: relative;
	text-align: center;
	border-radius: 5px;

	transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
}

.pc-header .right .nav-box .level2>li>a:hover {
	background-color: #eaeaea;
}

.pc-header .right .nav-box>ul>li:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	width: 0;
	height: 8px;
	background-color: #c30d23;
	display: inline-block;
	transition: all .5s;
}

.pc-header .right .nav-box>ul>li:hover:after,
.pc-header .right .nav-box>ul>li.active:after{
	width: 100%;
}
.pc-header .right .more-box {
	display: inline-block;
}
.pc-header .right .more-box ul>li{
	display: inline-block;
}
.pc-header .right .more-box ul>li::after{
	content: "|";
	color: #d6d6d6;
	margin-right: 13px;
	margin-left: 13px;
}
.pc-header .right .more-box ul>li:nth-last-of-type(1)::after{
	display: none;
}
.pc-header .right .more-box ul>li>a{
	color: #000;
}
.pc-header .right .more-box ul>li>a:hover{
	color: #c30d23;
}
@media screen and (max-width: 1440px) {
	.pc-header .right .nav-box>ul>li {
		margin-right: 40px;
	}
	.pc-header .box .left a img{
	    width: 190px;
	}
	.pc-header .right .nav-box>ul>li>a {
	    padding-top: 34px;
	    padding-bottom: 34px;
	}
	.pc-header.bgcolor .right .nav-box>ul>li>a {
		padding-top: 29px;
		padding-bottom: 29px;
	}
	.pc-header-height {
	    height: 89px;
	}
	.pc-header .right .nav-box>ul>li:after {
	    height: 6px;
	}
	.pc-header .right .nav-box .level2{
		top: 89px;
	}
}

@media screen and (max-width: 1280px) {
	.pc-header .right .nav-box>ul>li {
		margin-right: 30px;
	}
	.pc-header .box .left a img{
	    width: 180px;
	}
	.pc-header .right .nav-box>ul>li>a {
	    padding-top: 29px;
	    padding-bottom: 29px;
	}
	.pc-header.bgcolor .right .nav-box>ul>li>a {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.pc-header-height {
	    height: 79px;
	}
	.pc-header .right .nav-box>ul>li:after {
	    height: 5px;
	}
	.pc-header .right .nav-box .level2{
		top: 79px;
	}
	.pc-header.bgcolor .right .nav-box .level2 {
	    top: 69px;
	}
}

@media screen and (max-width: 1199px) {
	.pc-header .right .nav-box>ul>li {
		margin-right: 25px;
	}
	.pc-header .box .left a img{
	    width: 170px;
	}
	.pc-header .right .nav-box>ul>li>a {
	    padding-top: 24px;
	    padding-bottom: 24px;
	}
	.pc-header.bgcolor .right .nav-box>ul>li>a {
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.pc-header-height {
	    height: 69px;
	}
	.pc-header .right .nav-box>ul>li:after {
	    height: 4px;
	}
	.pc-header .right .nav-box .level2{
		top: 69px;
	}
	.pc-header.bgcolor .right .nav-box .level2 {
	    top: 59px;
	}
}

/* pc导航1 end */

/* pc导航2 */
.ny-pc-header {
	transition: all .5s;
	background-color: #fff;
}
.ny-pc-header .box {
	padding: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	max-width: 1720px;
	margin: 0 auto;
	transition: all .5s;
}

.ny-pc-header.bgcolor .box {
	padding: 15px;
}

.ny-pc-header .right .nav-box {
	display: inline-block;
}

.ny-pc-header .right .nav-box>ul {
	font-size: 0;
}

.ny-pc-header .right .nav-box>ul>li {
	display: inline-block;
	margin-right: 50px;
	position: relative;
}

.ny-pc-header .right .nav-box>ul>li>a {
	color: #333333;
	font-size: 14px;
	padding-top: 18px;
	padding-bottom: 18px;
	display: inline-block;
}
.ny-pc-header .right .nav-box>ul>li.active>a,
.ny-pc-header .right .nav-box>ul>li>a:hover {
	color: #1a56a6;
}

.ny-pc-header .right .nav-box .level2 {
	position: absolute;
	top: 78px;
	left: 30px;
	background-color: #fff;
	padding: 10px;
	min-width: 150px;
	z-index: 99;
	display: none;
	opacity: 0;
	border-radius: 10px;
	box-shadow: 0 0 10px 1px rgba(221, 221, 221, 0.5);
}

.ny-pc-header.bgcolor .right .nav-box .level2 {
	top: 72px;
}

.ny-pc-header .right .nav-box .level2>li>a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #333333;
	position: relative;
	text-align: center;
	border-radius: 5px;

	transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
}

.ny-pc-header .right .nav-box .level2>li>a:hover {
	background-color: #eaeaea;
}

.ny-pc-header .right .nav-box>ul>li:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	width: 0;
	height: 1px;
	background-color: #1a56a6;
	display: inline-block;
	transition: all .5s;
}

.ny-pc-header.bgcolor .right .nav-box>ul>li:after {
	bottom: 0;
}

.ny-pc-header .right .nav-box>ul>li:hover:after {
	width: 30px;
}

.ny-pc-header .right .nav-box>ul>li.active:after {
	width: 30px;
}

.ny-pc-header .right .more-box {
	display: inline-block;
	border-left: 1px solid #cccccc;
	padding-left: 30px;
}

.ny-pc-header .right .more-box a {
	display: inline-block;
	margin-right: 20px;
	color: #1a56a6;
}

.ny-pc-header .right .more-box a:nth-last-of-type(1) {
	margin-right: 0;
}

@media screen and (max-width: 1440px) {
	.ny-pc-header .right .nav-box>ul>li {
		margin-right: 40px;
	}
}

@media screen and (max-width: 1280px) {
	.ny-pc-header .right .nav-box>ul>li {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1199px) {
	.ny-pc-header .right .nav-box>ul>li {
		margin-right: 25px;
	}
}

/* pc导航2 end */

/*wap端导航*/
.wap-nav {
	padding: 10px 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.wap-nav .logo {
	float: left;
}
.wap-nav>div:nth-of-type(1) {
	position: relative;
}

.wap-search-box{
	position: absolute;
	top: 50%;
	right: 105px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wap-search-box .icon-btn_search{
	font-size: 34px;
	color: #333333;
}
.nav-button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
}

.wap-nav-listbox {
	display: none;
	border-top: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1,
.wap-nav-listbox .level2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wap-nav-listbox .level2 {
	display: none;
	background-color: #1E4FDB;
}

.wap-nav-listbox .level1>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 36px;
	display: block;
	color: #6b6b6b;
	border-bottom: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1>li>a>span {
	float: right;
	transition: all 0.3s;
}

.wap-nav-listbox .level1>li>a.active {
	color: #fff;
	background-color: #1E4FDB;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level1>li>a.active span {
	transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 60px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level2>li>a:hover {
	color: #fff;
	background-color: #e9ba2c;
}

@media screen and (max-width: 767px) {
	.wap-nav .logo img{
		width: 90%;
	}
	.wap-search-box{
		right: 100px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 32px;
	}
}

@media screen and (max-width: 575px) {
	.wap-nav .logo img{
		width: 80%;
	}
	.wap-search-box{
		right: 95px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 28px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 78px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	z-index: 1;
	overflow-y: auto;
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: .65s;
    transition-delay: .65s;
}
.wap-burger_menu.active{
	height: calc(100% - 82px);
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu>.level1>li{
	display: block;
	padding: 15px 20px;
	width: 100%;
	
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	
	opacity: 0;
	
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
}
.wap-burger_menu.active>.level1>li{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	
	opacity: 1;
	
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.wap-burger_menu>.level1>li:nth-child(1){
	transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
}
.wap-burger_menu>.level1>li:nth-child(2){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}
.wap-burger_menu>.level1>li:nth-child(3){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}
.wap-burger_menu>.level1>li:nth-child(n+4){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}


.wap-burger_menu.active>.level1>li:nth-child(1){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}

.wap-burger_menu.active>.level1>li:nth-child(2){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.wap-burger_menu.active>.level1>li:nth-child(3){
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}
.wap-burger_menu.active>.level1>li:nth-child(n+4){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}


.wap-burger_menu .level1>li>a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
.wap-burger_menu .level1>li>a span{
	float: right;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level1>li.active{
	background-color: #fafafa;
}
.wap-burger_menu .level1>li.active>a span{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wap-burger_menu .level1>li>a .icon-jiantou{
	color: #cccccc;
}
.wap-burger_menu .level2{
	padding: 0;
	overflow: hidden;
	display: none;
	margin-top: 15px;
}
.wap-burger_menu .level2>li{
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 20px;
}
.wap-burger_menu .level2>li>a{
	color: #8d8d8d;
	display: inline-block;
    text-decoration: none;
    position: relative;
}
.wap-burger_menu .level2>li>a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #8d8d8d;
    -webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
    transition: width .5s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level2>li>a:hover:after {
    width: 100%;
}
@media screen and (max-width: 991px) {
	.header-height-div{
		height: 67px;
	}
	.wap-burger_menu{
		top:67px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 67px);
	}
}
@media screen and (max-width: 767px) {
	.header-height-div{
		height: 62px;
	}
	.wap-burger_menu{
		top:62px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 62px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 58px;
	}
	.wap-burger_menu{
		top: 58px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 58px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 78px;
}
@media screen and (max-width: 991px) {
	.wap-header-height-div{
		height: 67px;
	}
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 62px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 58px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 end*/



.module-001{
	text-align: center;
	margin-bottom: 50px;
}
.module-001 .title{
	font-size: 32px;
	color: #343535;
	font-weight: bold;
}
@media screen and (max-width: 1680px) {
	.module-001{
		margin-bottom: 45px;
	}
	.module-001 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-001{
		margin-bottom: 40px;
	}
	.module-001 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-001{
		margin-bottom: 35px;
	}
	.module-001 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-001{
		margin-bottom: 30px;
	}
	.module-001 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-001{
		margin-bottom: 25px;
	}
	.module-001 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-001{
		margin-bottom: 20px;
	}
	.module-001 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-001{
		margin-bottom: 15px;
	}
	.module-001 .title{
		font-size: 18px;
	}
}


.module-002 .box1,
.module-002 .box2{
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px dashed #adadad;
}
.module-002>div>div:nth-last-of-type(1) .box2{
	border-right: none;
}
.module-002 .box1 .title,
.module-002 .box2 .title{
	font-size: 16px;
	color: #333333;
}
.module-002 .box1 .date,
.module-002 .box2 .date{
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 15px;
}
.module-002 .box1 .note,
.module-002 .box2 .note{
	color: #666666;
	font-size: 12px;
	line-height: 2em;
}
.module-002 .box1 .tp,
.module-002 .box2 .tp{
	padding-bottom: 70%;
	transition: all .5s;
}
.module-002 .box1 a:hover .tp,
.module-002 .box2 a:hover .tp{
	transform: scale(1.07);
}
.module-002 .box1 .tp{
	margin-top: 15px;
	transition: all .5s;
}
.module-002 .box2 .tp{
	margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
	.module-002 .box1 .tp,
	.module-002 .box2 .tp{
		margin-bottom: 30px;
	}
	.module-002 .box2{
		border-right: none;
	}
}
@media screen and (max-width: 767px) {
	.module-002 .box1,
	.module-002 .box2{
		padding-left: 0px;
		padding-right: 0px;
		border-right: none;
	}
	.module-002 .box1 .tp, .module-002 .box2 .tp {
	    margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-002 .box1 .date,
	.module-002 .box2 .date{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.module-002 .box1 .tp, .module-002 .box2 .tp {
	    margin-bottom: 20px;
	}
}


.module-003{
	text-align: center;
	margin-top: 30px;
}
.module-003 a{
	padding: 15px 40px;
	position: relative;
	color: #e3312a;
	display: inline-block;
}
.module-003 a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e3312a;
}
@media screen and (max-width: 767px) {
	.module-003{
		margin-top: 10px;
	}
	.module-003 a{
		padding: 13px 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-003{
		margin-top: 0;
	}
	.module-003 a{
		padding: 12px 20px;
	}
}



.module-004 {
	box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);
	transition: all .5s;
	margin-bottom: 30px;
}
.module-004:hover{
	box-shadow: 0 2px 20px 5px rgba(0,0,0,0.1);
}
.module-004 .tp{
	padding-bottom: 100%;
	transition: all .5s;
}
.module-004:hover .tp{
	transform: scale(1.05);
}
.module-004 .title-box{
	text-align: center;
	padding: 20px;
	background-color: #fff;
}
.module-004 .title-box .title{
	color: #000000;
	font-size: 18px;
}
.module-004 .title-box .note{
	color: #000000;
	font-size: 14px;
}
.module-004 .title-box .hx{
	border-top: 3px solid #d54e54;
	max-width: 30px;
	margin-bottom: 0;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.module-004 .title-box .title {
	    font-size: 16px;
	}
}

.module-005 .tp{
	padding-bottom: 76.666%;
	transition: all .5s;
}
.module-005 a:hover .tp{
	transform: scale(1.05);
}
.module-005 .text-box{
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	background-color: rgba(255,255,255,0.85);
	padding: 15px;
}
.module-005 .text-box .title{
	font-size: 16px;
	color: #595757;
	margin-bottom: 10px;
}
.module-005 .text-box .note{
	font-size: 12px;
	color: #595757;
	line-height: 2em;
}
@media screen and (max-width: 991px) {
	.module-005{
		margin-bottom: 30px;
	}
}

.module-006{
	margin-bottom: 30px;
}
.module-006 a{
	display: block;
	font-size: 0;
}
.module-006 .tp{
	padding-bottom: 76.666%;
	transition: all .5s;
}
.module-006 a:hover .tp{
	transform: scale(1.05);
}
.module-006 .left{
	width: 46%;
	display: inline-block;
	vertical-align: top;
}
.module-006 .right{
	width: 54%;
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}
.module-006 .right .title{
	margin-bottom: 10px;
	font-size: 16px;
	color: #595757;
}
.module-006 .right .note{
	margin-bottom: 30px;
	font-size: 12px;
	color: #595757;
	line-height: 2em;
}
.module-006 .right .more{
	color: #666666;
	font-size: 12px;
	display: inline-block;
}
@media screen and (max-width: 575px) {
	.module-006 .left{
		width: 100%;
		display: block;
	}
	.module-006 .right{
		width: 100%;
		display: block;
		padding: 15px 0 0;
	}
	.module-006 .right .note {
	    margin-bottom: 15px;
	}
}




.module-007 ul>li{
	display: inline-block;
	margin-right: 30px;
}
.module-007 ul>li:nth-last-of-type(1){
	margin-right: 0px;
}
.module-007 ul>li>a>img{
	vertical-align: middle;
}
.module-007 ul>li>a>span{
	display: inline-block;
	margin-left: 10px;
	color: #666666;
	font-size: 14px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.module-007 {
		text-align: center;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-007 {
		margin-bottom: 15px;
	}
	.module-007 ul>li {
	    margin-right: 20px;
	}
}


.module-008 img{
	vertical-align: bottom;
}
.module-008 .text{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
	color: #666666;
}
.module-008 .text p{
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.module-008 {
		text-align: center;
	}
	.module-008 .text p{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-008 img{
		vertical-align: middle;
	}
	.module-008 .text{
		vertical-align: middle;
	}
}


.module-009{
	padding: 15px 0;
}
.module-009 p{
	color: #fff;
	font-size: 14px;
}
.module-009 p a{
	color: #fff;
	font-size: 14px;
}
@media screen and (max-width: 575px) {
	.module-009 p{
		font-size: 12px;
	}
	.module-009 p a{
		font-size: 12px;
	}
}




.module-010 {
	border-bottom: 2px solid #d6d6d6;
}
.module-010 ul>li{
	display: inline-block;
	margin-right: 45px;
}
.module-010 ul>li>a{
	display: inline-block;
	padding: 15px 5px;
	position: relative;
	color: #000000;
	font-size: 16px;
}
.module-010 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 7px;
	background-color: #c30d23;
	transition: all .5s;
}
.module-010 ul>li>a:hover::after,
.module-010 ul>li.active>a::after{
	width: 100%;
}
@media screen and (max-width: 1280px) {
	.module-010 ul>li{
		margin-right: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-010 ul>li{
		margin-right: 30px;
	}
	.module-010 ul>li>a::after{
		height: 5px;
	}
}
@media screen and (max-width: 991px) {
	.module-010 ul>li{
		margin-right: 25px;
	}
	.module-010 ul>li>a{
		padding: 12px 5px;
		font-size: 12px;
	}
	.module-010 ul>li>a::after{
		height: 4px;
	}
}


.module-011 {
	font-size: 0;
}
.module-011 .top-title>li{
	padding: 15px;
	background-color: #cc0000;
	color: #fff;
}
.module-011 .top-title>li>span{
	float: right;
}
.module-011 .top-title>li>span>a{
	color: #fff;
	text-decoration: none;
}
.module-011 .wap-nav-listbox{
	display: none;
}
.module-011 .wap-nav-listbox .level1>li{
	border-bottom: 1px solid #eeeeee;
}
.module-011 .wap-nav-listbox .level1>li>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 15px 15px;	
	color: #222222;
	font-size: 14px;
}
.module-011 .wap-nav-listbox .level1>li.active>a,
.module-011 .wap-nav-listbox .level1>li>a:hover{
	background-color: #de4c4c;
	color: #fff;
}
.module-011 .wap-nav-listbox .level1>li>a>.icon{
	transition: all .5s;
}
.module-011 .wap-nav-listbox .level1>li.active>a>.icon{
	transform: rotate(90deg);
}
.module-011 .wap-nav-listbox .level2{
	margin: 0;
	list-style: none;
	display: none;
}
.module-011 .wap-nav-listbox .level2>li>a{
	display: block;
	text-decoration: none;
	color: #666666;
	position: relative;
	z-index: 1;
	padding: 10px 15px;
	font-size: 12px;
	border-bottom: 1px solid #eeeeee;
}
.module-011 .wap-nav-listbox .level2>li:nth-last-of-type(1)>a{
	border-bottom: none;
}
.module-011 .wap-nav-listbox .level2>li.active>a,
.module-011 .wap-nav-listbox .level2>li>a:hover{
	background-color: #e26363;
	color: #fff;
}


.module-012{
	position: relative;
}
.module-012 .cpls-swiper-container2{
	padding: 30px 0px;
	margin-left: 75px;
	margin-right: 75px;
	overflow: hidden;
}
.module-012 .swiper-slide-visible .box {
	position: relative;
	cursor: pointer;
}
.module-012 .swiper-slide-visible .box .title{
	color: #333333;
	font-size: 16px;
	text-align: center;
}
.module-012 .swiper-slide-visible .box::after{
	content: "";
	position: absolute;
	background-image: url(../img/jjfsdt_016.png);
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	height: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all .5s;
}
.module-012 .swiper-slide-visible .box::before{
	content: "";
	position: absolute;
	background-image: url(../img/jjfsdt_019.png);
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 15px;
	height: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all .5s;
}
.module-012 .swiper-slide-thumb-active .box::after,
.module-012 .swiper-slide-thumb-active .box::before{
	opacity: 1;
}
.module-012 .swiper-slide-thumb-active .box .title{
	color: #c1171e;
}
.module-012 .swiper-slide-visible .box:hover .title{
	color: #c1171e;
}
.module-012 .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 30px 30px;
	outline: none;
}
.module-012 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/jjfsdt_018.png);
    right: 10px;
    left: auto;
}
.module-012 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/jjfsdt_017.png);
	left: 10px;
    right: auto;
}
@media screen and (max-width: 575px) {
	.module-012 .cpls-swiper-container2{
		margin-left: 55px;
		margin-right: 55px;
	}
	.module-012 .swiper-slide-visible .box .title{
		font-size: 14px;
	}
}

.module-013{
	overflow: hidden;
	font-size: 0;
}
.module-013 .left {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	overflow: hidden;
}
.module-013 .left .bjb{
	padding: 10px 0;
}
.module-013 .left .text-box{
	padding-left: 100px;
	padding-right: 15px;
}
.module-013 .left .text-box .title{
	font-size: 160px;
	font-weight: bold;
	color: #b60005;
	line-height: 1em;
}
.module-013 .right {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	overflow: hidden;
}
.module-013 .right .over-img{
	padding-right: 100px;
	padding-left: 15px;
}
.module-013 .right .tp{
	padding-bottom: 76.19%;
}
@media screen and (max-width: 1440px) {
	.module-013 .left .text-box .title{
		font-size: 140px;
	}
	.module-013 .left .text-box {
	    padding-left: 80px;
	}
	.module-013 .right .over-img{
		padding-right: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-013 .left .text-box .title{
		font-size: 120px;
	}
	.module-013 .left .text-box {
	    padding-left: 60px;
	}
	.module-013 .right .over-img{
		padding-right: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-013 .left .text-box .title{
		font-size: 100px;
	}
	.module-013 .left .text-box {
	    padding-left: 40px;
	}
	.module-013 .right .over-img{
		padding-right: 40px;
	}
}
@media screen and (max-width: 991px) {
	.module-013 .left .text-box .title{
		font-size: 80px;
	}
	.module-013 .left .text-box {
	    padding-left: 20px;
	}
	.module-013 .right .over-img{
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-013 .left .text-box .title{
		font-size: 60px;
	}
	.module-013 .left .text-box {
	    padding-left: 0px;
		padding-right: 10px;
	}
	.module-013 .right .over-img{
		padding-right: 0px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-013 .left{
		display: block;
		width: 100%;
	}
	.module-013 .right{
		display: block;
		width: 100%;
	}
	.module-013 .left .text-box .title{
		font-size: 40px;
	}
	.module-013 .left .text-box {
	    padding-left: 0px;
		padding-right: 0px;
	}
	.module-013 .right .over-img{
		padding-right: 0px;
		padding-left: 0px;
	}
}


.module-014{
	margin-bottom: 30px;
}
.module-014 a{
	display: block;
	padding: 20px;
}
.module-014 .img-box{
	padding: 40px;
	background-color: #fff;
}
.module-014 .tp{
	padding-bottom: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-014 a:hover .tp{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.module-014 .title{
	margin-top: 20px;
	color: #4d4d4d;
	text-align: center;
}
@media screen and (max-width: 1199px) {
	.module-014 .img-box{
		padding: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-014 a{
		padding: 15px;
	}
	.module-014 .img-box{
		padding: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-014 a{
		padding: 10px;
	}
	.module-014 .img-box{
		padding: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-014 a{
		padding: 0px;
	}
	.module-014 .img-box{
		padding: 20px;
	}
	.module-014 .title {
	    margin-top: 15px;
		font-size: 12px;
	}
}



.module-015{
	padding: 0 20px;
	margin-bottom: 50px;
}
.module-015 .tp{
	padding-bottom: 75%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-015 a:hover .tp{
	transform: scale(1.05);
}
.module-015 .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.module-015 .title{
	font-size: 14px;
	color: #4d4d4d;
	text-align: center;
	margin-top: 15px;
}
@media screen and (max-width: 1199px) {
	.module-015{
		padding: 0 15px;
	}
	.module-015 .icon img{
		width: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-015{
		padding: 0 10px;
		margin-bottom: 40px;
	}
	.module-015 .icon img{
		width: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-015{
		padding: 0 5px;
		margin-bottom: 30px;
	}
	.module-015 .icon img{
		width: 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-015{
		padding: 0 0px;
		margin-bottom: 20px;
	}
	.module-015 .icon img{
		width: 30px;
	}
	.module-015 .title{
		font-size: 12px;
		margin-top: 10px;
	}
}


.module-016{
	text-align: center;
}
.module-016 ul>li{
	display: inline-block;
}
.module-016 ul>li>a{
	display: inline-block;
	padding: 15px 20px;
	border-bottom: 1px solid #b7b7b7;
	position: relative;
	color: #231815;
	font-size: 18px;
}
.module-016 ul>li>a:hover{
	color: #d61518;
}
.module-016 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #d61518;
	transition: all .5s;
}
.module-016 ul>li>a:hover,
.module-016 ul>li.active>a{
	color: #d61518;
}
.module-016 ul>li>a:hover::after,
.module-016 ul>li.active>a::after{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.module-016 ul>li>a{
		padding: 10px 15px;
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-016 ul>li>a{
		padding: 5px 10px;
		font-size: 14px;
	}
}



.module-017 .title{
	color: #4d4d4d;
	font-size: 14px;
	text-align: center;
}


.module-018{
	margin-top: 40px;
}
.module-018 p{
	margin-bottom: 15px;
}
.module-018 p a{
	color: #4d4d4d;
}
.module-018 p a:hover{
	color: #c30d23;
}
.module-018 p a .s1{
	margin-right: 20px;
}
@media screen and (max-width: 1199px) {
	.module-018 {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-018 {
	    margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-018 {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-018 {
	    margin-top: 20px;
	}
	.module-018 p{
		margin-bottom: 10px;
	}
	.module-018 p a{
		font-size: 12px;
	}
}


.module-019 {
	margin-top: 30px;
}
.module-019 video{
	outline: none;
	cursor: pointer;
}
@media screen and (max-width: 575px) {
	.module-019 {
		margin-top: 15px;
	}
}


.module-020 {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.module-020 a{
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-020 .tp{
	padding-bottom: 61.2%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-020 a:hover .tp{
	transform: scale(1.05);
}
.module-020 .text .title{
	font-size: 22px;
	color: #353741;
}
.module-020 .text .note{
	color: #999999;
	line-height: 1.75em;
	margin-top: 10px;
	font-size: 12px;
}
.module-020 .text .date{
	color: #999999;
	font-size: 12px;
	margin-top: 15px;
}
@media screen and (max-width: 991px) {
	.module-020 {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.module-020 .text .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-020 .text .date{
		margin-top: 10px;
	}
	.module-020 {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.module-020 .text .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-020 .text {
		margin-top: 15px;
	}
	.module-020 {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.module-020 .text .title{
		font-size: 16px;
	}
}



.module-021 hr{
	margin: 0;
}
.module-021 .title-box{
	margin-bottom: 30px;
}
.module-021 .title-box .title{
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
}
.module-021 .title-box .note{
	color: #cccccc;
	font-size: 18px;
	text-align: center;
}
.module-021 .note span{
	margin-left: 15px;
	margin-right: 15px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.module-021 .over-img{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.module-021 .tp{
	padding-bottom: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.module-021 .related-title{
	font-size: 30px;
	margin-bottom: 60px;
	margin-top: 60px;
}
.module-021 a{
	text-decoration: none;
	margin-bottom: 30px;
	display: block;
}
.module-021 .text{
	margin-top: 15px;
}
.module-021 .text .title{
	font-size: 18px;
	color: #222222;
	margin-bottom: 5px;
}
.module-021 .text .series{
	color: #999999;
}
.module-021 a:hover .over-img{
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}
.module-021 a:hover .tp{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width: 1199px){
	.module-021 .title-box .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.module-021 .title-box .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.module-021 .title-box .title{
		font-size: 20px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px){
	.module-021 .title-box .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.module-021 .note span {
	    font-size: 12px;
	}
}



.module-022 select{
	padding: 10px;
	border: 1px solid #ffffff;
	color: #424242;
	width: 100%;
	font-size: 14px;
	outline: none;
}
.module-022 .input-box {
	font-size: 0;
	background-color: #fff;
	padding: 9px 15px;
}
.module-022 .input-box input{
	border: 1px solid #ffffff;
	color: #424242;
	width: calc(100% - 23px);
	font-size: 14px;
	outline: none;
	vertical-align: middle;
}
.module-022 .input-box a{
	vertical-align: middle;
}
@media screen and (max-width: 767px){
	.module-022 select{
		margin-bottom: 15px;
	}
}


.module-023{
	margin-bottom: 50px;
}
.module-023 .tp{
	padding-bottom: 75%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-023 a:hover .tp{
	transform: scale(1.05);
}
.module-023 .title{
	font-size: 14px;
	color: #4d4d4d;
	text-align: center;
	margin-top: 15px;
}
.module-023 .title span{
	margin-left: 5px;
	margin-right: 5px;
}
.module-023 .note{
	text-align: center;
	margin-top: 10px;
	color: #4d4d4d;
}
@media screen and (max-width: 1199px) {
	
}
@media screen and (max-width: 991px) {
	.module-023{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-023{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-023{
		margin-bottom: 20px;
	}
	.module-023 .title{
		font-size: 12px;
		margin-top: 10px;
	}
}



.module-024{
	margin-bottom: 40px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 40px;
}
.module-024 .box .tp{
	padding-bottom: 70%;
}
.module-024 .box .text-box .title{
	color: #231815;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
.module-024 .box .text-box .note{
	color: #8d8a89;
	margin-top: 10px;
}
@media screen and (max-width: 1280px) {
	.module-024{
		margin-bottom: 35px;
		padding-bottom: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-024{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.module-024 .box .text-box .title{
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.module-024{
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.module-024 .box .text-box{
		padding-top: 15px;
	}
	.module-024 .box .text-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-024{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-024{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.module-024 .box .text-box{
		padding-top: 10px;
	}
	.module-024 .box .text-box .title{
		margin-bottom: 0;
		font-size: 14px;
	}
	.module-024 .box .text-box .note {
	    margin-top: 5px;
		font-size: 12px;
	}
}



.module-025{
	padding: 30px 90px;
	background-color: #c8c1b9;
	margin-top: 50px;
}
.module-025 .box .top-title{
	font-size: 30px;
	font-weight: bold;
	color: #231815;
	line-height: 1me;
}
.module-025 .box{
	font-size: 0;
	margin-bottom: 30px;
}
.module-025 .box .left{
	display: inline-block;
	width: 100px;
}
.module-025 .box .right{
	display: inline-block;
	width: calc(100% - 100px);
}
.module-025 .box .left .title{
	font-size: 18px;
	color: #231815;
}
.module-025 .box .right .text-input{
	font-size: 14px;
	padding: 10px;
	width: 100%;
	outline: none;
	border: 1px solid #fff;
}
.module-025 .box .right .submit-btn{
	font-size: 14px;
	color: #fff;
	background-color: #c30d23;
	padding: 10px 50px;
	border: 1px solid #c30d23;
	outline: none;
	cursor: pointer;
}
@media screen and (max-width: 1440px) {
	.module-025 .box .top-title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-025 {
	    padding: 30px 75px;
	}
	.module-025 .box .top-title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-025 {
	    padding: 30px 60px;
	}
	.module-025 .box .top-title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-025 {
	    padding: 25px 45px;
	    margin-top: 40px;
	}
	.module-025 .box{
		margin-bottom: 25px;
	}
	.module-025 .box .top-title{
		font-size: 22px;
	}
	.module-025 .box .left {
	    width: 90px;
	}
	.module-025 .box .right {
	    width: calc(100% - 90px);
	}
}
@media screen and (max-width: 767px) {
	.module-025 {
	    padding: 20px 30px;
	    margin-top: 30px;
	}
	.module-025 .box{
		margin-bottom: 20px;
	}
	.module-025 .box .top-title{
		font-size: 20px;
	}
	.module-025 .box .left .title {
	    font-size: 16px;
	}
	.module-025 .box .left {
	    width: 80px;
	}
	.module-025 .box .right {
	    width: calc(100% - 80px);
	}
	.module-025 .box .right .submit-btn{
		padding: 8px 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-025 {
	    padding: 15px 15px;
	    margin-top: 20px;
	}
	.module-025 .box{
		margin-bottom: 15px;
	}
	.module-025 .box .top-title{
		font-size: 18px;
	}
	.module-025 .box .left .title {
	    font-size: 14px;
	}
	.module-025 .box .left {
	    width: 70px;
	}
	.module-025 .box .right {
	    width: calc(100% - 70px);
	}
	.module-025 .box .right .submit-btn{
		padding: 7px 30px;
	}
}


.module-026 {
	border-top: 2px solid #e2404d;
}
.module-026 .box{
	padding: 15px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.module-026 .box:nth-child(2n){
	background-color: #fff;
}
.module-026 .box:nth-child(2n-1){
	background-color: #e2e2e2;
}
.module-026 .box p {
	color: #333333;
}
.module-026 .box p span{
	margin-right: 20px;
}
.module-026 .box .right a {
	color: #333333;
}


.module-027{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background-color: #c8c1b9;
	padding: 60px 45px;
	border: 1px solid #858585;
	border-radius: 10px;
	max-width: 420px;
}
.module-027 .close-btn{
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}
.module-027 .title{
	font-size: 30px;
	color: #231815;
	margin-bottom: 20px;
	line-height: 1em;
}
.module-027 .input-box{
	margin-bottom: 30px;
}
.module-027 .input-box input[type="submit"]{
	font-size: 16px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #c30d23;
	border: 1px solid #c30d23;
	color: #fff;
	outline: none;
	cursor: pointer;
	transition: all .5s;
}
.module-027 .input-box input[type="submit"]:hover{
	background-color: #ff0033;
	border: 1px solid #ff0033;
}
.module-027 .input-box input[type="text"],
.module-027 .input-box input[type="password"]{
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #f0eeec;
	font-size: 14px;
	outline: none;
}

.module-027 .text .note{
	font-size: 12px;
}
@media screen and (max-width: 1440px) {
	.module-027{
		padding: 55px 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-027{
		padding: 50px 35px;
	}
	.module-027 .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-027{
		padding: 45px 30px;
	}
	.module-027 .title {
	    font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-027{
		padding: 40px 25px;
	}
	.module-027 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-027{
		max-width: auto;
		width: 80%;
		padding: 35px 20px;
	}
	.module-027 .title {
	    font-size: 22px;
	}
	.module-027 .input-box input[type="text"],
	.module-027 .input-box input[type="password"] {
	    padding: 12px;
	}
	.module-027 .input-box input[type="submit"] {
		width: 100%;
	}
	.module-027 .input-box{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-027{
		padding: 30px 15px;
	}
	.module-027 .title {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	.module-027 .input-box input[type="text"],
	.module-027 .input-box input[type="password"] {
	    margin-bottom: 15px;
	    padding: 10px;
	}
	.module-027 .input-box input[type="submit"] {
	    font-size: 14px;
	    padding: 10px 10px;
	}
	.module-027 .input-box{
		margin-bottom: 20px;
	}
	.module-027 .close-btn{
		top: -12px;
		right: -12px;
	}
	.module-027 .close-btn img{
		width: 28px;
		height: 28px;
	}
}


.module-028 {
	text-align: right;
	margin-top: 60px;
	margin-bottom: 20px;
}
.module-028 span{
	color: #000000;
	font-size: 16px;
	vertical-align: middle;
}
.module-028 a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 20px;
	background-color: #c30d23;
	color: #fff;
	padding: 5px 10px;
}
@media screen and (max-width: 1440px) {
	.module-028 {
		margin-top: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-028 {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-028 {
		margin-top: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-028 {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-028 {
		margin-top: 35px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-028 {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.module-028 span{
		font-size: 14px;
	}
	.module-028 a{
		font-size: 12px;
		margin-left: 20px;
		padding: 5px 10px;
	}
}



.module-029{
	text-align: center;
	padding: 100px 0;
}
.module-029 .box{
	display: inline-block;
}
.module-029 .box .input-box{
	background-color: #fff;
	border-radius: 50px;
	font-size: 0;
	padding: 5px 10px;
	margin-top: 25px;
}
.module-029 .box .input-box input{
	border: none;
	font-size: 16px;
	outline: none;
	width: calc(100% - 67px);
	padding: 0 15px;
	vertical-align: middle;
}
.module-029 .box .input-box a{
	vertical-align: middle;
	display: inline-block;
}
@media screen and (max-width: 1280px) {
	.module-029{
		padding: 90px 0;
	}
	.module-029 .box .input-box input{
		width: calc(100% - 60px);
	}
	.module-029 .box .input-box a{
		width: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-029{
		padding: 80px 0;
	}
	.module-029 .box .img-box{
		max-width: 400px;
	}
	.module-029 .box .input-box{
		max-width: 400px;
	}
	.module-029 .box .input-box input{
		width: calc(100% - 55px);
	}
	.module-029 .box .input-box a{
		width: 55px;
	}
}
@media screen and (max-width: 991px) {
	.module-029{
		padding: 70px 0;
	}
	.module-029 .box .img-box{
		max-width: 350px;
	}
	.module-029 .box .input-box{
		max-width: 350px;
	}
	.module-029 .box .input-box input{
		width: calc(100% - 50px);
		padding: 0 15px;
	}
	.module-029 .box .input-box a{
		width: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-029{
		padding: 60px 0;
	}
	.module-029 .box .img-box{
		max-width: 320px;
	}
	.module-029 .box .input-box{
		max-width: 320px;
		margin: 20px auto 0;
	}
	.module-029 .box .input-box input{
		font-size: 14px;
		width: calc(100% - 45px);
		padding: 0 15px;
	}
	.module-029 .box .input-box a{
		width: 45px;
	}
}
@media screen and (max-width: 575px) {
	.module-029{
		padding: 40px 0;
	}
	.module-029 .box .img-box{
		max-width: 280px;
	}
	.module-029 .box .input-box{
		padding: 5px 10px;
		margin-top: 25px;
		max-width: 280px;
		margin: 20px auto 0;
	}
	.module-029 .box .input-box input{
		width: calc(100% - 40px);
		padding: 0 15px;
	}
	.module-029 .box .input-box a{
		width: 40px;
	}
}



.module-030{
	border-bottom: 2px solid #d6d6d6;
	padding-bottom: 15px;
}
.module-030 p{
	color: #000;
	font-size: 18px;
}
.module-030 p span{
	color: #d20111;
}
@media screen and (max-width: 575px) {
	.module-030 p{
		font-size: 16px;
	}
}