/* a:hover */
.pro_item .title a:hover {
	color: #355E40;
}

.web_main {
	background: #fff;
}

.adv_info .title {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wel_pic img,
.pro_class_item .class_pic img,
.home_app_item .pro_pic img,
.home_app_item::before,
.news_inner .news_item {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.wel_pic:hover img,
.pro_class_item:hover .class_pic img,
.home_app_item:hover .pro_pic img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

/* slider_banner */
.slider_banner .swiper-pagination {
	padding-bottom: 15px;
}

.slide-page-box {
	display: none;
}

.slider_banner {
	position: relative;
}

.slider_banner,
.swiper-slide {
	overflow: hidden;
}

.slider_banner .swiper-button-next,
.slider_banner .swiper-button-prev {
	width: 56px;
	height: 56px;
	line-height: 54px;
	margin-top: -28px;
	opacity: 0;
	background-image: none;
	border-radius: 50%;
}

.slider_banner:hover .swiper-button-next,
.slider_banner:hover .swiper-button-prev {
	opacity: 1;
}

.slider_banner .swiper-button-prev {
	left: 0;
}

.slider_banner .swiper-button-next {
	right: 0;
}

.slider_banner:hover .swiper-button-prev {
	left: 20px;
}

.slider_banner:hover .swiper-button-next {
	right: 20px;
}

.slider_banner .swiper-pagination {
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 10px
}

.slider_banner .swiper-pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	margin: 0 8px;
	border-radius: 0;
	padding: 8px 0;
	background: 0;
}

.slider_banner .swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	border-radius: 1em;
	background-color: rgba(0, 0, 0, .9)
}

.slider_banner .swiper-pagination .swiper-pagination-bullet-active:before {
	background-color: hsla(0, 0%, 100%, .9)
}

.slider_banner .swiper-slide img+img {
	position: absolute;
	left: 0;
	top: 0
}

.slider_banner .swiper-slide img {
	width: 100%;
	transition: 3s linear;
	transform: scale(1.08);
}

.slider_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}

.slider_banner .swiper-pagination-bullet {
	margin: 0 8px;
}

.banner_txt {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	padding: 0.78rem 0.6rem;
}

.banner_txt .title {
	font-size: 0.56rem;
	line-height: 0.64rem;
}

.banner_txt ul {
	float: left;
}

.banner_txt ul li {
	line-height: 0.28rem;
	color: #fff;
	font-size: 0.24rem;
	margin-top: 0.25rem;
}

.banner_txt ul li a {
	color: #fff;
}

.slider_banner-phone {
	display: none;
}

@media only screen and (max-width: 950px) {
	.web_main {
		background: #fff;
	}

	.slider_banner-phone {
		display: block;
		margin-top: 35px;
	}

	.slider_banner {
		margin-top: 50px;
		display: none;
	}

	.slider_banner .swiper-button-next,
	.slider_banner .swiper-button-prev {
		display: none;
	}
}

/* home_about */
.home_about {
	padding-bottom: 2.8%;
}

.home_about_pic {
	width: 53.8%;
	position: relative;
	padding-bottom: 5.8%;
	height: 100%;
}

.home_about_info {
	width: 41.5%;
	padding-bottom: 4.8%;
}

.home_about_info .brief {
	/* max-height: 12em; overflow-y: auto; */
}

.home_about_pic .wel_pic {
	border-radius: 2px;
}

.wel_pic_small {
	width: 51.5%;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
}

.wel_pic_small .wel_pic {
	padding-bottom: 98.7%;
	overflow: hidden;
}

.wel_pic_big {
	width: 83%;
	position: relative;
	z-index: 0;
	float: left;
}

.wel_pic_big .wel_pic {
	padding-bottom: 101.4%;
	overflow: hidden;
}

.home_wel_num {
	margin: 4% 0 6%;
	max-width: 520px;
}

.home_wel_num .alignTop {
	font-family: 'Poppins-Bold';
	color: #0D44A8;
	justify-content: center;
}

.home_wel_num .world-number {
	font-size: 40px;
	line-height: 1.25;
	padding-top: 5px;
}

.home_wel_num .world-number-l {
	font-size: 36px;
	line-height: 1;
	margin-left: 3px;
}

.home_wel_num .world-tip-b {
	line-height: 1.5;
	color: #000;
	text-align: center;
}


@media only screen and (max-width: 1450px) {
	.home_wel_num .world-number {
		font-size: 38px;
	}

	.home_wel_num .world-number-l {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1350px) {
	.home_wel_num .world-number {
		font-size: 36px;
	}

	.home_wel_num .world-number-l {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1200px) {
	.home_wel_num .world-number {
		font-size: 34px;
	}

	.home_wel_num .world-number-l {
		font-size: 28px;
	}
}

@media only screen and (max-width: 950px) {
	.home_welcome {
		background-size: 38.4% auto;
	}

	.home_wel_num {
		flex-wrap: wrap;
		margin: 18px 0 0;
	}

	.home_wel_num .num_item {
		margin-bottom: 20px;
	}

	.home_wel_num .world-number {
		font-size: 32px;
	}

	.home_wel_num .world-number-l {
		font-size: 24px;
	}

	.home_wel_more {
		margin-top: 0;
	}

	.home_wel_more .more {
		right: 0;
	}

	.home_about {
		padding-bottom: 30px;
	}

	.home_about .layout {
		flex-direction: column;
	}

	.home_about_info .brief {
		max-height: unset;
	}

	.home_about_pic {
		width: 100%;
		padding-bottom: 40px;
		order: 1;
	}

	.home_about_info {
		width: 100%;
		margin-top: 20px;
		padding-bottom: 0;
		order: 2;
	}
}

/* home_pro_class */
.home_pro_class {
	background: #F7F7F7;
}

.home_pro_class .web_th .title {
	color: #333;
}

.home_pro_class .web_th .title a.txt:hover {
	color: #0D44A8;
	text-decoration: none;
}

.pro_class_inner {
	padding-top: 3%;
	position: relative;
	padding-bottom: 50px;
}

.pro_class_inner .swiper-slide {
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
}

.pro_class_item .class_pic {
	padding-bottom: 75%;
}

.pro_class_item .pro_class_info {
	padding: 0 0;
}

.pro_class_left {
	width: 49%;
	height: auto;
	margin-right: 30px;
}

.pro_class_left .pro_class_item {
	height: 100%;
	min-height: 620px;
}

.pro_class_item .class_pic {
	background: #fff;
}

.pro_class_left .pro_class_item .class_pic {
	height: calc(100% - 94px);
}

.pro_class_info .title {
	font-size: 20px;
	font-family: 'MicrosoftPhagsPa-Bold';
	margin: 15px 0 5px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}

.pro_class_info .brief {
	font-family: 'MicrosoftPhagsPa';
	margin-top: 5px;
	height: 72px;
	overflow: hidden;
	color: #666;
}

.pro_class_ul {
	width: 48.6%;
	flex: 1;
	height: 100%;
}

.pro_class_ul li {
	margin-right: 24px;
	width: calc(50% - 12px);
	margin-bottom: 22px;
}

.pro_class_ul li:nth-child(2n) {
	margin-right: 0;
}

.pro_class_ul li:nth-child(n+3) {
	margin-bottom: 0;
}

.pro_class_ul .pro_class_item .class_pic {
	padding-bottom: 75%;
}

.pro_class_ul .pro_class_info {
	padding: 0 12px;
}

.pro_class_item:hover .title a.txt {
	color: #0D44A8;
}

.pro_class_item:hover .title {
	color: #0D44A8;
}

.class-next,
.class-prev {
	display: none;
}

.class-next {
	right: -60px;
}

.class-prev {
	left: -60px;
}

/* @media only screen and (max-width: 1300px) {
	.pro_class_left .pro_class_item{min-height: 560px;}
}
@media only screen and (max-width: 1100px) {
	.pro_class_left .pro_class_item{min-height: 500px;}
} */
@media only screen and (max-width: 950px) {
	.pro_class_inner {
		padding: 20px 0 35px;
		flex-direction: column;
	}

	.pro_class_inner .swiper-slide {
		width: 100%;
		margin-right: 20px;
	}

	.class-pagination {
		display: block;
	}

	.class-next,
	.class-prev {
		display: none;
	}

	.pro_class_left {
		width: 100%;
	}

	.pro_class_left .pro_class_item {
		min-height: unset;
	}

	.pro_class_left .pro_class_item .class_pic {
		height: 0;
		padding-bottom: 75%;
	}

	.pro_class_info .title {
		height: auto;
	}

	.pro_class_info .brief {
		height: 72px;
	}

	.pro_class_ul {
		width: 100%;
	}

	.pro_class_ul li {
		width: 100%;
		margin: 20px 0 0;
	}

	.pro_class_ul .pro_class_info {
		padding: 0;
	}
}


/* home_product */
/* .home_pro_inner{padding: 2% 0 50px; position: relative;}
.home_pro_item{padding: 18px 20px 20px;}
.home_pro_item .pro_pic{padding-bottom: 71%; overflow: hidden; border-radius: 8px;}
.pro_info{padding: 2.5% 4.5%;}
.pro_info .title{position: relative; padding: 4% 44px 4% 0; border-bottom: 1px solid #C8C9CB; line-height: 1.25;}
.pro_info .title, .pro_info .title a{font-size: 22px; font-family: 'Poppins-Medium';}
.pro_info .title .more_circle{position: absolute; right: 0; top: 50%; margin-top: -17px;}
.pro_info .brief{color: #999; line-height: 1.5; padding-top: 4%;}

.home_pro_item:hover{}
.home_pro_item:hover .title a{color: #2C6DF5;}
.home_pro_item:hover .more_circle{background-color: #2C6DF5;}

.home_product .swiper-slide{height: auto; border: 1px solid #C8C9CB; border-left: 0;}
.home_product .swiper-slide::before{position: absolute; left: -1px; top: 0; bottom: 0; width: 1px; content: ''; background: #C8C9CB;}

@media only screen and (max-width: 950px) {
	.home_pro_inner{padding: 0 0 32px;}
	.home_product .swiper-slide{border: none;}
	.home_pro_item{padding-bottom: 10px;}
	.pro_info{padding: 10px 0 0;}
} */

/* home_advantage */
.home_advantage {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #0D44A8;
	background-image: url(../img/bg_adv.png);
	background-attachment: fixed;
	padding: 6% 0;
	margin-top: 3%;
}

.home_advantage .web_th .brief {
	opacity: 0.8;
	font-family: 'MyriadPro-Regular';
	margin-top: 30px;
}

.advantage_ul {
	padding: 5% 0 0;
}

.advantage_ul li {
	width: 23%;
	max-width: 300px;
}

.adv_item .adv_pic {
	overflow: hidden;
	height: 70px;
}

.adv_item .adv_pic img {
	display: block;
	height: 100%;
}

.adv_info {
	font-family: 'MicrosoftPhagsPa-Bold';
}

.adv_info .title {
	display: block;
	color: #fff;
	margin: 25px 0 15px;
}

.adv_info .txt {
	display: block;
	font-family: 'MicrosoftPhagsPa';
	color: #fff;
	line-height: 1.5;
	/* max-height: 9em;
	overflow-y: auto; */
}

.adv_btn {
	margin-top: 4%;
}

.adv_btn .pubMore {
	background: #3256A4;
	border-color: #3256A4;
}

.adv_item:hover .adv_pic img {
	animation: swing 0.5s;
}

.adv_item:hover .adv_info .title {
	margin-left: 5px;
}

@media only screen and (max-width: 950px) {
	.home_advantage {
		padding: 30px 0;
	}

	.adv_info .txt {
		max-height: unset;
	}

	.home_advantage .web_th .brief {
		margin-top: 20px;
	}

	.advantage_ul {
		flex-direction: column;
		padding: 0;
	}

	.advantage_ul li {
		padding: 25px 0 0;
		width: 100%;
		max-width: unset;
	}

	.adv_info .title {
		margin: 15px 0 10px;
	}

	.adv_btn {
		margin-top: 25px;
	}
}

/* home_inquire */
.home_inquire {
	background: #0D44A8;
	padding: 5% 0;
}

.inquire_info {
	width: 80%;
	max-width: 760px;
}

.inquire_info .title {
	color: #fff;
	font-size: 24px;
	font-family: 'MicrosoftPhagsPa-Bold';
}

.inquire_info .brief {
	color: #fff;
	font-family: 'MicrosoftPhagsPa';
	margin-top: 2.6%;
}

@media only screen and (max-width: 950px) {
	.home_inquire {
		padding: 30px 0;
	}

	.home_inquire .layout {
		flex-direction: column;
	}

	.inquire_info {
		width: 100%;
		max-width: unset;
	}

	.inquire_info .title {
		line-height: 1.25;
	}

	.inquire_btn {
		width: 100%;
		margin-top: 20px;
	}
}

/* home_map */
.home_map {
	padding: 3.5% 0 0;
}

.map_left {
	width: 34%;
	position: relative;
	z-index: 1;
}

.map_right {
	width: 66%;
	position: relative;
}

.map_inner .web_th .s_title {
	color: #666;
}

.map_inner .web_th .title {
	color: #333;
	font-family: 'Heebo-ExtraBold';
	font-size: 50px;
	line-height: 1.3;
	overflow: hidden;
}

.map_inner .web_th .title .txt_bg {
	color: #fff;
	background: #0D44A8;
	padding: 0 10px 0 5px;
}

.map_inner .web_th .brief {
	color: #333;
	font-size: 20px;
	font-family: 'MyriadPro-Semibold';
	margin-right: -30px;
	margin-top: 6%;
}

.map_inner .more_btn {
	margin-top: 7%;
}

.point,
.point::before,
.point::after {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: '';
}

@keyframes scale {
	0% {
		transform: scale(1);
		opacity: .9;
	}

	100% {
		transform: scale(5);
		opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(1);
		opacity: .9;
	}

	100% {
		transform: scale(10);
		opacity: 0;
	}
}

.point,
.point::before,
.point::after {
	background: #3256A4;
	cursor: pointer;
}

.point:hover::before {
	animation: scale 2s infinite;
}

.point:hover::after {
	animation: scale2 2s infinite;
}

.point p {
	font-family: 'MyriadPro-Regular';
	font-weight: 400;
	font-size: 20px;
	color: #0D44A8;
	padding-top: 8px;
	line-height: 26px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	cursor: pointer;
	pointer-events: none;
}

.point:hover p {
	opacity: 1;
	pointer-events: auto;
}


@media only screen and (max-width: 1450px) {
	.map_inner .web_th .title {
		font-size: 44px;
	}
}

@media only screen and (max-width: 1350px) {
	.map_inner .web_th .title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 1200px) {
	.map_inner .web_th .title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 950px) {
	.home_map {
		padding: 26px 0 0;
	}

	.home_map .layout {
		padding: 0;
	}

	.map_inner .web_th .title {
		font-size: 26px;
	}

	.map_inner {
		flex-direction: column;
	}

	.map_left {
		width: 100%;
		padding: 0 20px;
	}

	.map_inner .web_th .brief {
		margin: 20px 0 0;
	}

	.map_inner .more_btn {
		margin: 6px 0 0;
	}

	.map_right {
		width: 100%;
		margin-top: 10px;
		overflow: hidden;
	}
}


/* home_service */
/* .home_service{background: url(../img/bg2.png) no-repeat right top/27.8% auto; min-height: 260px;}
.home_service .web_th .brief{width: 80%;}

.service_list{margin-top: 2%;}
.service_item{padding: 1.5% 0; border-bottom: 1px solid #C8C9CB; align-items: center;}
.service_pic{width: 82px; margin-right: 20px;}
.service_pic .ser_pic{padding-bottom: 100%; overflow: hidden;}
.service_pic .ser_pic img{padding: 8px;}
.ser_info{flex: 1; padding-right: 60px; line-height: 1.25; position: relative;}
.ser_info .title{font-family: 'Poppins-Medium'; font-size: 22px; color: #14457B;}
.ser_info .title a{color: #14457B;}
.ser_info .brief{color: #999; margin-top: 5px;}
.ser_info .more_btn{position: absolute; width: 40px; height: 40px; right: 0; top: 50%; margin-top: -20px; background: url(../img/icon_next_d.png) no-repeat center/16px auto;}

.service_item:hover{border-bottom: 1px solid #2C6DF5;}
.service_item:hover .title{color: #2C6DF5;}
.service_item:hover .title a{color: #2C6DF5;}
.service_item:hover .more_btn{background-image: url(../img/icon_next_f.png);}

@media only screen and (max-width: 950px) {
	.home_service{background-size: 38.4% auto; padding-top: 50px;}
	.home_service .web_th .brief{width: 100%;}
	.service_item{flex-direction: column; align-items: flex-start; padding: 15px 0 20px;}
	.service_pic{width: 62px;}
	.service_pic .ser_pic img{padding: 0;}
	.ser_info{padding: 0; margin-top: 15px;}
	.ser_info .more_btn{display: none;}
	.ser_info .brief{display: block;}
} */

/* home_app */
.home_app {
	padding: 4% 0 2.5%;
}

.home_app .web_th .title {
	color: #333;
}

.home_app .web_th .brief {
	color: #143270;
	font-family: 'MyriadPro-Regular';
}

.home_app_inner {
	padding: 2.5% 0 0;
	position: relative;
}

.home_app .swiper-slide {
	height: auto;
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
}

.home_app_item .pro_pic {
	padding-bottom: 133.11%;
	border-radius: 2px;
}

.home_app_item {
	position: relative;
	padding-bottom: 12px;
}

.home_app_item::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #0D44A8;
	content: '';
}

.home_app_item:hover::before {
	width: 40%;
}

.home_app .pro_info .title {
	border-bottom: none;
	font-family: 'MicrosoftPhagsPa-Bold';
	font-size: 18px;
	color: #0D44A8;
	margin: 20px 0 0;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	position: relative;
}

.home_app .pro_info .title a {
	color: inherit;
}

.app-pagination {
	display: none;
}

.app_btns {
	position: relative;
}

.app-next,
.app-prev {
	display: none;
}


@media only screen and (max-width: 950px) {
	.home_app {
		padding: 26px 0;
	}

	.home_app_inner {
		padding: 20px 20px 0;
	}

	.home_app .swiper-slide {
		border: none;
		width: 100%;
		margin-right: 15px;
	}

	.home_app .pro_info .title {
		font-size: 16px;
		text-align: center;
		margin: 12px 0 0;
		height: auto;
	}

	.home_app_item::before {
		height: 0;
	}

	.app_btns {
		height: 34px;
		width: 110px;
		margin: 5px auto 0;
	}

	.app-next,
	.app-prev {
		display: block;
		width: 34px;
		height: 34px;
		border-radius: 0;
		background: #0D44A8;
		line-height: 32px;
		top: 0;
		margin-top: 0;
	}

	.app-next:before {
		content: '\f105';
		display: block;
	}

	.app-prev:before {
		content: '\f104';
		display: block;
	}
}

/* home_news */
.home_news .web_th .title {
	color: #333;
}

.home_news .web_th .brief {
	color: #666;
	font-family: 'MicrosoftPhagsPa';
}

.news_inner {
	padding: 2.6% 0 0;
}

.news_left {
	width: 65.3%;
}

.news_left .news_pic,
.news_left .news_pic .pro_pic {
	height: 460px;
	overflow: hidden;
}

.news_left .pro_pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.news_item {
	font-family: 'MicrosoftPhagsPa';
}

.news_item .news_date {
	color: #666;
}

.news_item .link_title {
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-family: 'MicrosoftPhagsPa-Bold';
	font-size: 20px;
	color: #0D44A8;
	margin: 14px 0;
}

.news_item .link_title a {
	color: inherit;
	transition: color 0s ease-in-out;
}

.news_item .brief {
	color: #666;
	line-height: 1.25;
	height: 2.5em;
	overflow: hidden;
}

.news_item .link_btn {
	margin-top: 30px;
}

.news_item .link_btn a {
	line-height: 30px;
	font-family: 'MicrosoftPhagsPa-Bold';
	color: #0D44A8;
	padding-right: 68px;
	position: relative;
	display: inline-block;
}

.news_item .link_btn a::before {
	position: absolute;
	right: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	width: 50px;
	content: '';
	background: #0D44A8;
}

.news_item:hover {
	background: #F5F5F5;
}

.news_item:hover .link_title a {
	text-decoration: underline;
}

.news_item:hover .link_btn a {
	margin-left: 5px;
}

.news_left .news_item {
	padding: 32px 34px;
	background: #FAFAFA;
}

.news_left .news_item .link_title {
	height: 24px;
}

.news_left:hover .news_item {
	background: #F5F5F5;
}

.news_left:hover .news_item .link_title a {
	text-decoration: underline;
}

.news_left:hover .news_item .link_btn a {
	margin-left: 5px;
}

.news_right {
	width: 32.2%;
	border-radius: 9px 9px 10px 10px;
	background: #0D44A8;
	padding-top: 12px;
}

.news_right .news_ul {
	background: #FAFAFA;
	border-radius: 9px;
	overflow: hidden;
}

.news_ul li {
	position: relative;
}

.news_ul li:first-child::before {
	position: absolute;
	left: 34px;
	right: 34px;
	bottom: 0;
	height: 1px;
	background: #E8E8E8;
	content: '';
}

.news_right .news_pic {
	display: none;
}

.news_right .news_item {
	padding: 72px 34px;
}


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

	.news_left .news_pic,
	.news_left .news_pic .pro_pic {
		height: 368px;
	}

	.news_left .news_item {
		padding: 24px 22px;
	}

	.news_right .news_item {
		padding: 45px 22px;
	}

	.news_right .news_item:first-child::before {
		left: 22px;
		right: 22px;
	}
}

@media only screen and (max-width: 950px) {
	.home_news .web_th .brief {
		line-height: 1.25;
	}

	.news_inner {
		padding: 20px 0 0;
		flex-direction: column;
	}

	.news_left,
	.news_right {
		width: 100%;
	}

	.news_left {
		flex-direction: column;
	}

	.news_left .news_pic,
	.news_left .news_pic .pro_pic {
		height: auto;
	}

	.news_left .news_pic .pro_pic,
	.news_right .news_pic .pro_pic {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 60%;
	}

	.news_left .news_pic .pro_pic img,
	.news_right .news_pic .pro_pic img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news_item .link_btn {
		margin-top: 6px;
	}

	.news_item .link_title {
		height: auto;
		margin: 10px 0;
	}

	.news_left .news_item .link_title {
		height: auto;
	}

	.news_item .brief {
		display: none;
	}

	.news_left .news_item {
		padding: 20px 12px;
	}

	.news_right .news_item {
		padding: 20px 12px;
		border-radius: 0;
	}

	.news_right .news_item:first-child {
		border-radius: 0;
	}

	.news_right .news_pic {
		display: block;
	}

	.news_right .news_ul {
		border-radius: 0;
	}

	.news_right {
		padding: 0;
		background: none;
	}

	.news_item:hover .link_btn a {
		margin-left: 0;
	}

	.news_left:hover .news_item .link_btn a {
		margin-left: 0;
	}
}

/* home_form */
/* .home_form{position: relative; margin-top: -2%; z-index: 10;}
.home_form_div{background: #fff; padding: 2.4% 1.8%; align-items: center;}

.home_input{flex-wrap: wrap; justify-content: space-between; flex: 1;}
.home_input .input_item{width: 22%; margin-bottom: 0; display: flex; flex-direction: column; justify-content: space-between;}
.input_item p{text-transform: uppercase; font-family: 'CHAPARRALPRO-BOLD'; font-size: 18px; color: #355E40;}
.input_item p span{color: #ED2736; padding-right: 5px; margin-left: -11px;}
.input_item input, .input_item textarea{border-radius: 0; border: none; border-bottom: 2px solid #040000; width: 100%; font-size: 16px; height: 36px; line-height: 36px; margin-top: 8px; padding: 4px 0 8px;}
.input_item textarea{line-height: 28px; height: 112px; margin-top: 10px;}

.form_btn{margin-left: 10px;}
.form_btn .submit_btn{background: #355E40; color: #fff; line-height: 48px; padding: 0 50px; height: 48px; width: auto; border: none; font-size: 16px; transition: all 0.3s ease; font-size: 24px; font-family: 'CHAPARRALPRO-BOLD'; border-radius: 6px; margin: 0;}
.form_btn .submit_btn:hover{background: #1a4525;}

@media only screen and (max-width: 950px) {
	.home_form{display: none;}
	.home_form_div{flex-wrap: wrap; padding: 20px 15px;}
	.home_input{width: 100%;}
	.home_input .input_item{width: 100%; margin-bottom: 15px;}
	.input_item input, .input_item textarea{border-bottom-width: 1px; margin-top: 2px;}
	.form_btn{width: 100%; margin: 0; text-align: center;}
	.form_btn .submit_btn{margin-top: 5px; font-size: 20px; height: 42px; line-height: 42px;}
} */

/* home_latter */
.home_latter {
	background: url(../img/bg3.jpg) no-repeat center top/100% auto;
	overflow: hidden;
	background-color: #14457B;
}

.home_latter .home_latter_inner {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home_latter .web_th .title,
.home_latter .web_th .brief {
	color: #fff;
}

.home_latter .web_th .brief {
	font-size: 20px;
}


.home_latter_form {
	max-width: 810px;
	margin: 3% auto 3.5%;
}

.home_latter_form input {
	height: 54px;
	line-height: 54px;
	margin: 0;
	color: #14457B;
	border-radius: 27px;
	border: none;
	background: rgba(255, 255, 255, 0.8);
}

.home_latter_form input.txt {
	padding: 0 20px 0 20px;
	font-size: 16px;
	float: left;
	width: 75%;
}

.home_latter_form input.sub {
	width: 22%;
	margin-left: 3%;
	color: #14457B;
	font-family: 'Poppins-Medium';
}

.home_latter_form input.txt:focus {
	border-color: #fff;
}

.home_latter_form input.sub:hover {
	background: rgba(255, 255, 255, 1);
}


@media only screen and (max-width: 950px) {
	.home_latter .home_latter_inner {
		border-bottom: none;
	}

	.home_latter .web_th .brief {
		font-size: 16px;
		line-height: 1.35;
		margin-top: 5px;
	}

	.home_latter_form {
		text-align: center;
		margin: 20px auto 10px;
	}

	.home_latter_form input.txt {
		width: 100%;
		margin-bottom: 30px;
	}

	.home_latter_form input.sub {
		margin: 0 auto;
		width: 200px;
		padding: 0;
	}
}

.home_advantage {
	position: relative;
}

.home_advantage::before {
	position: absolute;
	content: '';
	top: 0;
	background-color: #0d43a899;
	width: 100%;
	height: 100%;
}