@charset "utf-8";

/* CSS Document */
:root {
	--primary-color: #282a4e;
	--primary-color-rgb: 40, 42, 78;
	--secondary-color: #005aa0;
	--secondary-color-rgb: 117, 143, 255;
}

/*=============================*/
p {
	padding: 0;
	margin: 0;
	line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #151a33;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

/*----- color -------*/
.bg-zc {
	background-color: #005AA0 !important;
}

.text-gray {
	color: #A7A8B4 !important;
}

.text-cheng {
	color: #FFAE00 !important;
}

.mb-6 {
	margin-top: 6rem !important
}

.mt-6 {
	margin-top: 6rem !important
}

.mt-7 {
	margin-top: 7.5rem !important
}

.py-6 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

/*----- 阴影 ----*/
.bg-shadow {
	border-radius: 4px;
	box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.04);
	-moz-transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
	transition: all 300ms ease-out 0s;
}

/*--------------------banner-------------------*/
.section-banner {
	background: url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.section-banner .text-box {
	padding: 60px 0;
}

.section-banner .text-box h1 {
	font-size: 72px;
}

.section-banner .text-box h2 {
	font-size: 54px;
}
@media (min-width: 576px) and (max-width: 768px){
	.section-banner .text-box h1 {
		font-size: 55px;
	
	}
	
	.section-banner .text-box h2 {
		font-size: 45px;
	}
}
@media (max-width: 575.99px) {
	.section-banner .text-box {
		padding: 70px 30px;
	}

	.section-banner .text-box h1 {
		font-size: 40px;

	}

	.section-banner .text-box h2 {
		font-size: 30px;
	}
}

/*=============================================*/
/*------------ MAIN ----------*/
.bg-bg {
	background-color: #104497;
}

.border-radius {
	border-radius: 15px;
}

.border-radius-top {
	border-radius: 15px 15px 0 0;
}

.border-radius-bottom {
	border-radius: 0 0 15px 15px;
}

/*---------------------------------------*/
.main-section {
	background-color: #113A8A;
}

.main-section .box p {
	text-align: justify;
	font-size: 18px;
	padding: 10px 0px;
}

@media (max-width: 576px) {
	.main-section .box p {
		padding: 10px 0px;
	}
}

/*--------------  --------------*/
.box2 .title-item:before {
	content: "|";
	float: left;
	color: #F99700;
	padding-right: 10px;
}

.box2 .bg-gradients {
	width: auto;
	height: 3px;
	background: -webkit-linear-gradient(right, #3D7CE2, #1C4DC6);
	background: -o-linear-gradient(right, #3D7CE2, #1C4DC6);
	background: -moz-linear-gradient(right, #3D7CE2, #1C4DC6);
	background: -mos-linear-gradient(right, #3D7CE2, #1C4DC6);
	background: linear-gradient(right, #3D7CE2, #1C4DC6);
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: rgb(255, 255, 255, .5)
}


.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}











/*---------------- 留言板 ---------------*/
.contact-box input {
	height: 50px;
	border: 1px solid #f7f6f5;
	font-size: 15px;
	background-color: #f7f6f5;
	font-weight: 500
}

.contact-box textarea {
	border: 1px solid #f7f6f5;
	padding-top: 10px;
	background-color: #f7f6f5;
	font-size: 15px;
	font-weight: 500
}

.contact-box button {
	background-color: #325eff;
	border: 0;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	cursor: pointer;
	outline: 0;
	font-weight: 500;
	font-size: 15px
}

.contact-box button:hover {
	background-color: #f99700;
}

@media (max-width: 991.99px) {
	.form-group .text-spacing {
		margin-bottom: 15px;
	}
