/**================================================*/
/**
 * Global Home Css
 */
.home__title {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 12px;
}
.home__title .home_h2,
.home_h2 {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	font-size: 32px;
	line-height: 1.4;
	padding: 0px 0 0px;
	display: block;
}
.home__title .home_h2 hr {
	width: 120px;
	margin: 4px auto;
	border: 0;
	border-top: 2px solid var(--color2);
}
/**================================================*/
.home12 {
    background: url(../images/home12_1.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
}
.home12::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.65);
}
.home12 .wrap > div {
    padding: 48px 0 48px;
    position: relative;
    z-index: 9;
    align-items: center;
}
.home12__col1 {
	width: 48%;
}
.home12__col2 {
	width: 40%;
}
.home12__col1 ._h2 {
	color: #fff;
	font-size: 27px;
	line-height: 1.4;
	padding: 0;
}
.home12__col1 p {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 16px;
	color: #fff;
	text-align: justify;
}
i.svg__fa-telephone {
    background-image: url('data:image/svg+xml;utf8,<svg width="15" height="15" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%23fff" d="M585.2 641.872c-8.256 7.648-20.048 20.72-35.04 38.992l-12.96 15.76-17.648-10.24c-84.352-49.008-152.384-121.216-190.832-204.928l-7.2-15.68 12.576-11.84c17.232-16.176 29.824-28.896 37.632-37.952a122.24 122.24 0 0 0 4.08-4.96 340.08 340.08 0 0 1-12.288-98.624 22.56 22.56 0 0 0-1.296-0.72 47.248 47.248 0 0 0-17.936-4.304l-99.424-3.472c-3.952-0.128-4.432 0.32-4.576 4.272-8.864 254 189.264 466.464 443.264 475.328 3.744 0.128 4.432-0.496 4.56-4.256l3.392-96.8c0.256-7.584 0.272-11.36-0.08-15.552-0.704-8.352-0.32-7.792-1.84-7.728-33.968 1.216-66.112-5.36-102.528-18.976a102.768 102.768 0 0 0-1.856 1.68z m-58.688-7.488c10.208-11.84 18.864-21.056 26.08-27.728 17.44-16.16 29.568-23.152 45.312-13.696 33.6 13.12 61.456 19.264 89.76 18.24 33.072-1.44 48.976 20.88 51.584 51.648 0.576 6.672 0.56 11.84 0.224 21.264l-3.376 96.8c-1.072 30.368-24.08 51.616-54.24 50.56-280.48-9.792-499.328-244.48-489.536-524.96 1.056-30.448 23.776-51.632 54.224-50.576l99.408 3.472c33.888 1.184 66.816 17.824 65.648 51.008a292.64 292.64 0 0 0 12.56 95.088c5.792 18.72-5.136 33.76-44.32 71.248 32.32 62.4 83.712 117.248 146.672 157.632z m18.16-312.24a190.08 190.08 0 0 1 107.36 53.952 190.08 190.08 0 0 1 54.672 112.672 10.576 10.576 0 0 1-10.4 11.808l-15.936 0.16a11.552 11.552 0 0 1-11.584-10.032 152.08 152.08 0 0 0-43.44-87.904 152.08 152.08 0 0 0-82.88-42.688 13.936 13.936 0 0 1-11.648-14.112l0.32-12.448a11.84 11.84 0 0 1 13.536-11.408z m2.704-114.08A304.16 304.16 0 0 1 732.144 296a304.16 304.16 0 0 1 88.688 193.312 9.344 9.344 0 0 1-9.216 10.032l-18.672 0.192a9.92 9.92 0 0 1-10-9.136 266.144 266.144 0 0 0-77.504-167.696 266.128 266.128 0 0 0-160.32-76.8 12.8 12.8 0 0 1-11.456-13.072l0.32-12.976a12.16 12.16 0 0 1 13.392-11.792z m-11.728 239.04c27.12 1.312 47.472 21.184 49.392 48.16 0.096 1.376-1.728 4.272-2.4 4.32-8.848 0.672-25.056 1.792-48.56 3.376h-0.112a4.4 4.4 0 0 1-4.688-4.816c1.664-23.808 2.784-40.224 3.392-49.248 0.032-0.496 2.048-1.84 2.976-1.792z"></path></svg>');
    background-repeat: no-repeat;
}
.home12__col1 ._hotline {
	margin-top: 16px;
}
.home12__col1 ._hotline a {
	color: #fff;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 99px;
	background: var(--color2);
	font-weight: 500;
}
.home12__col1 ._hotline a:hover {
	background: #ffc107;
}
.home12__col1 ._hotline a i {
	width: 28px;
	height: 28px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0px;
}
.home12__col1 ._hotline a span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.home12__col2 {
	background: #00000085;
	padding: 24px 32px 8px;
	border-radius: 5px;
}
.home12__col2 ._p1 {
	font-size: 21px;
	line-height: 1.4;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.home12__col2 form ._label {
	width: 100%;
}
.home12__col2 form ._label2 {
	width: 47%;
}
.home12__col2 form ._label ._span_input {
	display: block;
	color: #fff;
	margin: 16px 0 8px;
	font-size: 15px;
}
.home12__col2 form ._label select,
.home12__col2 form ._label input:not([type="submit"]) {
	width: 100%;
	padding: 8px 8px;
	border-radius: 5px;
	font-size: 15px;
}
.home12__col2 form input[type="submit"] {
    background: var(--color2);
    color: #fff;
    border: 2px solid var(--color2);
    border-radius: 5px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 22px;
    padding: 4px 8px;
    font-size: 18px;
    font-weight: bold;
}
.home12__col2 form input[type="submit"]:hover {
	background: #ffc107;
	border-color: #ffc107;
	cursor: pointer;
}

.home12__col2 form span._span_submit {
    text-align: center;
    display: block;
}
.home12__col2 .wpcf7 form .wpcf7-response-output {
    margin: 8px auto 8px;
    color: #fff;
    padding: 4px 4px;
    line-height: 1.4;
    text-align: center;
}
.home12__col2 .wpcf7 form .wpcf7-spinner {
	margin-top: 4px;
	background-color: #ffffff;
    opacity: 1;
}
.home12__col2 .wpcf7 form .wpcf7-spinner::before {
    background-color: #000000;
}
/**================================================*/
.home13 {
}
.home13 .wrap > div {
    padding: 40px 0 0px;
    position: relative;
}
.home13__row2 {
    background: #f9f9f9;
    border-radius: 16px;
    border: 1px solid #ccc;
    padding: 16px 16px;
}
.home13__row2 .item {
	width: calc(100%/4 - 24px);
	align-items: center;
}
.home13__row2 .item ._icon {
	width: 60px;
	height: 60px;
	padding: 12px 12px;
	border-radius: 999px;
	border: 1px solid var(--color1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.home13__row2 .item ._text {
	width: calc(100% - 60px - 8px);
}

.home13__row2 .item ._icon {

}
.home13__row2 .item ._icon img {
	max-width: calc(60px - 2*12px);
	max-height: calc(60px - 2*12px);
}
.home13__row2 .item ._text ._p1 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--color1);
}
.home13__row2 .item ._text ._p2 {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 4px;
	color: #777;
}
/**================================================*/
.home14 {
/* 	background: #eef6fc; */
}
.home14 .wrap > div {
    padding: 40px 0 40px;
    position: relative;
}
.home14__row1 .home_h2 {
	color: var(--color1);
}

.home14__row2 {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 32px;
}
.home14__row2__table {
}
.home14__row2__table table {
	margin: 8px auto 16px;
	width: 100%;
}
.home14__row2__table table thead {
	background: var(--color1);
	color: #fff;
}
.home14__row2__table table thead tr td {
	border: 1px solid #ccc;
	padding: 4px 4px;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.home14__row2__table table thead tr td:nth-child(1) {width: 33%;}
.home14__row2__table table thead tr td:nth-child(2) {width: 17%;}
.home14__row2__table table thead tr td:nth-child(3) {width: 17%;}
.home14__row2__table table thead tr td:nth-child(4) {width: 17%;}
.home14__row2__table table thead tr td:nth-child(5) {width: 17%;}
.home14__row2__table table tbody tr td {
	border: 1px solid #ccc;
	padding: 4px 4px;
	font-size: 16px;
	line-height: 1.3;
	vertical-align: middle;
/* 	text-align: center; */
}
.home14__row2__table table tbody tr td:first-child {
	text-align: left;
}
/**================================================*/
.home15 {
	background: #eef6fc;
}
.home15 .wrap > div {
    padding: 40px 0 20px;
    position: relative;
}
.home15__row1 .home_h2 {
	color: var(--color1);
}
.home15__row1 p {
	font-size: 16px;
	line-height: 1.4;
	max-width: 800px;
	margin: 12px auto 0;
}

.home15__row2 {
	margin-top: 32px;
}
.home15__row2 ul li {
	width: calc(100%/4 - 24px);
	margin-bottom: 28px;
}
.home15__row2 ul li .text {
	text-align: center;
}
.home15__row2 ul li .text__title {
	text-align: center;
	margin-top: 8px;
    font-size: 21px;
    -webkit-line-clamp: 2;
    max-height: calc(2*1.4*21px + 0px);
}
.home15__row2 ul li .text__info ._div1 span {
	padding: 0;
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
	color: var(--color2);
}
.home15__row2 ul li .text__info ._div2 span {
	padding: 0;
	display: block;
	margin-top: 4px;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}
.home15__row2 ul li p a {
	display: inline-block;
	margin-top: 0px;
	border: 2px solid var(--color1);
	border-radius: 5px;
	color: var(--color1);
	padding: 4px 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.2;
}
.home15__row2 ul li p a:hover {
	background: var(--color1);
	color: #fff;
}
/**================================================*/
.home16 {
/* 	background: #eef6fc; */
}
.home16 .wrap > div {
    padding: 40px 0 40px;
    position: relative;
}
/**================================================*/
.home17 {
/* 	background: #eef6fc; */
}
.home17 .wrap > div {
    padding: 40px 0 40px;
    position: relative;
}
.home17__row1 .home_h2 {
	color: var(--color1);
}

.home17__row2 {
	margin-top: 24px;
}
.home17__row2 .item {
	width: calc(100%/3 - 32px);
	text-align: center;
}
.home17__row2 .item ._h3 {
	padding: 0;
	font-size: 21px;
	line-height: 1.3;
	font-weight: bold;
	text-transform: uppercase;
}
.home17__row2 .item p {
	font-size: 16px;
	line-height: 1.3;
	color: #333;
	text-align: left;
    margin: 8px 0;
    padding-left: 18px;
    position: relative;
}
.home17__row2 .item p::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: calc(10px/2 + 2px);
    background-color: #333;
}
/**================================================*/
.home18 {
    background: url(../images/home18_1.jpg) left center no-repeat;
    background-size: cover;
    position: relative;
}
.home18::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(3 65 122 / 85%);
}
.home18 .wrap > div {
    padding: 40px 0 48px;
    position: relative;
}
.home18__row1 .home_h2 {
	color: #fff;
}

.home18__row2 {
	margin-top: 32px;
}
.home18__row2 .item {
	width: calc(100%/4 - 32px);
	border-radius: 12px;
	padding: 24px 16px;
	margin-bottom: 0px;
	text-align: center;
	background: #fff;
	box-shadow: 0 4px 7px 1px rgba(0, 0, 0, .2);
}

.home18__row2 .item span {
	width: 100%;
	max-width: 80%;
	display: block;
	margin: 0 auto;
	border-radius: 999px;
	overflow: hidden;
}
.home18__row2 .item ._text {
	margin-top: 12px;
}
.home18__row2 .item ._p1 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	color: var(--color1);
}
.home18__row2 .item ._p2 {
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	color: var(--color1);
}
.home18__row2 .item ._p3 {
	font-size: 14px;
	line-height: 1.3;
	color: #333;
	text-align: justify;
	margin-top: 8px;
}
/**================================================*/
.home19 {
    background-color: #fff;
}
.home19 .wrap > div {
    padding: 32px 0 32px;
}
.home19__row1 .home_h2 {
	color: var(--color1);
}

.home19__row2 {
	align-items: flex-start;
	margin-top: 32px;
}
.home19__row2__col--v1 {
	width: calc(50% + 0% - 16px);
}
.home19__row2__col--v2 {
	width: calc(50% - 0% - 16px);
}
/* --- */
.home19__row2__col--v2 ul li {
	width: calc(50% - 16px);
}
.home19__row2__col--v2 ul li {
	margin-bottom: 16px;
}
@media screen and (min-width: 1170px) {
	.home19__row2__col--v2 ul li:nth-last-child(1),
	.home19__row2__col--v2 ul li:nth-last-child(2) {
		margin-bottom: 0;
	}
}
.home19__row2__col--v2 ul li .thumb {
}

.home19__row2__col--v2 ul li .text {
}
.home19__row2__col--v1 ul li .text__title {
	font-size: 21px;
    max-height: calc(2*1.4*21px + 0px);
}
/* --- */
.home19__row2__col ul li .thumb a {
	padding-bottom: 65%;
}

.home19__row2__col--v2 ul li .text__title {
	font-size: 16px;
    height: calc(2*1.4*16px + 0px);
}

/**================================================*/
/**================================================*/
/* .page-home_m.css */
/**================================================*/
/**================================================*/
@media screen and (max-width: 1170px) {
/* ========= */
.home__title {
    margin-bottom: 8px;
}
.home__title .home_h2,
.home_h2 {
	font-size: 21px;
	padding: 0;
}
.home__title .home_h2 hr {
    width: 60px;
}
/* ========= */
.home12 .wrap > div {
    padding: 40px 8px 40px;
}

.home12__col1 {
	width: 100%;
}
.home12__col2{
	width: 100%;
}

.home12__col1 ._h2 {
	font-size: 21px;
	text-align: center;
}
.home12__col1 p {
	font-size: 14px;
}
.home12__col1 ._hotline {
	text-align: center;
}
.home12__col2 {
	padding: 24px 8px;
	margin-top: 24px;
}
.home12__col2 ._label ._span_input {
	font-size: 14px;
	margin: 12px 0 8px;
}

/* ========= */
.home13 .wrap > div {
	padding: 32px 4px 0;
}
.home13__row2 .item {
	width: 100%;
	margin: 8px 0;
}
.home13__row2 {
	padding: 12px 12px;
}
/* ========= */
.home14 .wrap > div {
	padding: 24px 4px 0;
}
.home14__row1 .home_h2 {
	font-size: 18px;
}
.home14__row2 {
	margin-top: 16px;
}
.home14__row2__table {
    overflow: scroll;
}
.home14__row2__table table thead tr td {
	font-size: 12px;
}
.home14__row2__table table tbody tr td {
	font-size: 12px;
}

.home14__row2 > p {
	font-size: 14px;
}
/* ========= */
.home15 .wrap > div {
	padding: 24px 8px 8px;
}
.home15__row1 p {
	font-size: 14px;
	text-align: justify;
}
.home15__row2 {
	margin-top: 16px;
}
.home15__row2 ul li {
    width: calc(100%/2 - 4px);
    margin-bottom: 24px;
}
.home15__row2 ul li .text__title {
    font-size: 15px;
    -webkit-line-clamp: 2;
    max-height: calc(2*1.4*15px + 0px);
    margin: 4px 0 4px;
}
.home15__row2 ul li .text__info ._div1 span {
	font-size: 14px;
}
.home15__row2 ul li .text__info ._div2 span {
	font-size: 13px;
}
.home15__row2 ul li p a {
	font-size: 14px;
}

/* ========= */
.home17 .wrap > div {
	padding: 24px 8px 8px;
}

.home17__row2 .item {
	width: 100%;
	margin-bottom: 8px;
}
.home17__row2 .item ._h3 {
	font-size: 18px;
}
.home17__row2 .item p {
	font-size: 15px;
}
/* ========= */
.home18 .wrap > div {
	padding: 24px 8px 8px;
}
.home18__row1 .home_h2 {
	font-size: 18px;
}

.home18__row2 {
	margin-top: 24px;
}
.home18__row2 .item {
    width: calc(100%/2 - 4px);
    border-radius: 12px;
    padding: 16px 8px;
    margin-bottom: 16px;
}
.home18__row2 .item span {
	max-width: 70%;
}
.home18__row2 .item ._p1 {
	font-size: 15px;
}
.home18__row2 .item ._p2 {
	font-size: 14px;
}
.home18__row2 .item ._p3 {
	font-size: 13px;
	line-height: 1.3;
}
/* ========= */
.home19 .wrap > div {
	padding: 24px 8px 0px;
}

.home19__row2 {
	align-items: flex-start;
	margin-top: 24px;
}
.home19__row2__col--v1 {
	width: calc(100%);
}
.home19__row2__col--v2 {
	width: calc(100%);
}
.home19__row2__col--v1 ul li .text__title {
	font-size: 17px;
    max-height: calc(2*1.4*17px + 0px);
}
.home19__row2__col--v1 ul li .text p {
	font-size: 14px;
}


.home19__row2__col--v2 {
	margin-top: 12px;
}
.home19__row2__col--v2 ul li {
    width: calc(50% - 6px);
    margin-bottom: 8px;
}

.home19__row2__col--v2 ul li .text__title {
    -webkit-line-clamp: 3;
    font-size: 15px;
    height: calc(3*1.4*15px + 0px);
}















}




/* section:not(.home19) {display: none;} */



