@charset "utf-8";
/*---------------- global ----------------*/
.lg {
	display: block;
}

img.lg {
	display: block !important;
}

.xs {
	display: none;
}

img.xs {
	display: none !important;
}

.layout-padding {
	padding-left: 9.2188%; /* 177 */
	padding-right: 9.2188%;
}

.content-padding {
	padding: 0 60px; /* 60 */
}

.container {
	width: 1252px;
	width: 65.2083vw; /* 1252 */
	width: 62.5vw; /* 1200 */
	width: 1200px;
}

#wrapper {
	background: #EBEBEB;
}


/*---------------- header ----------------*/
.header-block {
	width: 100%;
	height: 3.9063vw; /* 75 */
	height: 75px;
}

.header {
	width: 100%;
	height: 3.9063vw; /* 75 */
	height: 75px;
	display: flex;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
	overflow: visible;
	background: linear-gradient(180deg, rgba(7, 63, 140, 1) 0%, rgba(7, 93, 198, 1) 100%);
	
}


.header .logo {
	width: auto;
	height: auto;
	position: relative;
	z-index: 2100;
}


.header .logo img {
	width: auto;
	height: 1.8229vw; /* 35 */
	height: 35px;
	float: left;
	margin-left: 2.8125vw; /* 54 */
	display: block;
	position: relative;
}


.nav {
	width: auto;
	height: 100%;
	margin-left: auto;
	overflow: visible;
}

.nav li {
	height: 100%;
	float: left;
	margin-right: 3.9063vw; /* 75 */
	padding-bottom: 0.5208vw; /* 10 */
	box-sizing: content-box;
	position: relative;
	overflow: visible;
}


.nav li a.top-nav {
	color: #ffffff;
	font-size: 0.8333vw; /* 16 */
	font-size: 16px; /* 16 */
	font-weight: 600;
	line-height: 3.9063vw; /* 75 */
	line-height: 75px; /* 75 */
}

.nav li::after {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0.5208vw; /* 10 */
	background: #ffffff;
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}

.nav li.active::after, .nav li:hover::after {
	opacity: 1;
}

.subnav {
	width: 755px;
	height: 515px;
	padding-top: 7px;
	position: absolute;
	left: -135px;
	left: -200px;
	top: 95px;
	display: none;
	opacity: 0;
	/*
	transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	*/
}

.subnav.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.subnav-info {
	width: 330px;
	height: 100%;
	float: left;
	background: #F9F9F9;
}

.subnav-info .hide {
	display: none;
}

.subnav-info .box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.subnav-info .info-box {
	width: 100%;
	height: auto;
	padding: 40px 34px 0 34px;
}

.subnav-info h2 {
	width: 100%;
	float: left;
	color: #333333;
	font-size: 18px;
	font-weight: 900;
	line-height: 24px;
}

.subnav-info p {
	width: 100%;
	float: left;
	margin-top: 30px;
	color: #8A8A8A;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
}

.subnav-info img {
	width: 275px;
	display: block;
	margin-bottom: 27px;
	border-radius: 10px;
}

.subnav-link {
	width: 425px;
	height: 100%;
	padding: 45px 30px 0 30px;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: #ffffff;
}

.subnav-link p {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}


.subnav-link p i.line {
	width: 224px;
	height: 0;
	display: block;
	margin-bottom: 24px;
	border-top: 1px dashed #979797;
}

.subnav-link a {
	margin-bottom: 24px;
	padding: 0 20px 0 0;
	position: relative;
}

.subnav-link a::after {
	content: " ";
	width: 6px;
	height: 10px;
	display: block;
	position: absolute;
	right: 10px;
	top: 7px;
	background: url(../images/icon_subnav_link_arrow.png) no-repeat center center / 100%;
	opacity: 0;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.subnav-link a:hover::after {
	right: 0;
	opacity: 1;
}

.subnav-link a span {
	display: block;
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(7, 63, 143, 0);
	color: #818181;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.subnav-link a:hover {
}

.subnav-link a:hover span {
	color: #333333;
	font-weight: 600;
	border-color: rgba(7, 63, 143, 1);
}

.subnav i {
	display: none;
}

/* subnav col-2 */
.subnav.col-2 {
	width: 1080px;
	margin-left: -440px;
	left: 50%;
}

.subnav.col-2 .subnav-link {
	width: 750px;
	flex-direction: row;
	justify-content: space-between;
}

.subnav.col-2 .subnav-link p {
	width: auto;
	height: auto;
} 

.subnav.col-2 .subnav-link p:nth-child(2) {
	width: 290px;
}

/*
.subnav-link a {
	font-size: 16px;
	line-height: 21px;
}

.subnav-link h2 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 26px;
}

.subnav-link h2 a {
	padding-bottom: 10px;
	display: block;
	float: left;
	border-bottom: 2px solid #073F8F;
	color: #333333;
	font-weight: 900;
}

.subnav-link h2 i {
	width: 5px;
	height: 33px;
	display: block;
	float: left;
	margin-left: 15px;
	background: url(../images/icon_subnav_link_arrow.png) no-repeat center center / 100%;
}

.subnav-link p {
	width: 100%;
	height: auto;
	float: left;
}

.subnav-link p a {
	display: block;
	margin-bottom: 34px;
	color: #818181;
	font-weight: 500;
}
*/


.search {
	width: 200px;
	width: 10.4167vw;
	width: calc(7.8125vw + 35px);
	height: 25px;
	background: #ffffff;
	border-radius: 13px;
}

.search input {
	width: 140px;
	width: 7.8125vw;
	height: 100%;
	padding: 0 15px;
	padding: 0 0.7813vw;
	background: none;
	border: 0;
	color: #333333;
}

.search a {
	width: 25px;
	height: 100%;
	display: block;
	float: right;
	margin-right: 10px;
	background: url(../images/icon_search.png) no-repeat center center;
	background-size: 15px;
}

.lan {
	width: 28px;
	height: auto;
	margin-left: 8px;
}

.lan img {
	width: 100%;
	height: auto;
	display: block;
}


/*---------------- footer ----------------*/
.footer {
	padding: 90px 108px 81px 108px;
	padding: 4.6875vw 5.625vw 4.2188vw 5.625vw;
	background: #272727;
	border-top: 10px solid #064092;
	border: 0;
	color: #A7A7A7;
}

.ft-nav {
	padding-right: 4.4792vw; /* 86 */
	display: flex;
	column-gap: 3.75vw; /* 72 */

}

.ft-nav dl dt, .ft-nav dl dd {
	width: 100%;
	height: auto;
	float: left;
}

.ft-nav dl dt {
	margin-bottom: 1.9792vw; /* 38 */
}

.ft-nav dl dt, .ft-nav dl dt a {
	color: #DFDFDF;
	font-weight: 600;
	font-size: 0.8333vw;
	line-height: 1.1458vw;
}

.ft-nav dl dd, .ft-nav dl dd a, .ft-nav dl dd p {
	color: #A7A7A7;
	font-size: 0.7292vw; /* 14 */
	line-height: 150%; /* 24 */
}

.ft-nav dl dd a {
	margin-bottom: 0.8333vw; /* 16 */
	display: block;
}

.ft-content {
	margin-top: 3.4375vw; /* 66 */
	display: flex;
	justify-content: space-between;
	padding-top: 1.875vw; /* 36 */
	border-top: 1px solid #979797;
}

.ft-sns {
	margin-left: 6.25vw; /* 120 */
}

.ft-sns li {
	float: left;
	margin-left: 8px;
	position: relative;
}

.ft-sns li a {
	display: flex;
	align-items: center;
}

.ft-sns li a img {
	width: 26px;
	height: 26px;
	display: block;
	border-radius: 50%;
}

.ft-sns li .qrcode {
	width: 6.25vw; /* 120 */
	height: auto;
	display: block;
	margin-left: -3.125vw; /* 60 */
	padding: 0.3125vw; /* 6 */
	background: #ffffff;
	border-radius: 0.2604vw; /* 5 */
	position: absolute;
	left: 50%;
	top: -7.1875vw; /* 138 */
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	display: none;
}

.ft-sns li:hover .qrcode {
	display: block;
}

.copyright {
	flex: 1;
	color: #A7A7A7;
	font-size: 12px;
	line-height: 25px;
	overflow: visible;
}

.copyright a {
	color: #A7A7A7;
}


/*---------------- home ----------------*/
.home-banner, .home-banner * {
	max-height: 100vh;
}

.home-banner video {
	object-fit: cover;
	object-position: bottom;
}

.home-banner .swiper-slide img {
	transition: 1s linear 2s;
	-webkit-transition: 1s linear 2s;
	-moz-transition: 1s linear 2s;
	-ms-transition: 1s linear 2s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}

.home-banner .swiper-slide.swiper-slide-active img, .home-banner .swiper-slide.swiper-slide-duplicate-active img {
	transition: 6s linear;
	-webkit-transition: 6s linear;
	-moz-transition: 6s linear;
	-ms-transition: 6s linear;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
}

.home-banner-info {
	width: 100%;
	height: auto;
	padding: 0 8.75vw; /* 168 */
	position: absolute;
	left: 0;
	top: 17.1875vw; /* 330 */
}

.home-banner-info.t-white, .home-banner-info.t-white h2 {
	color: #ffffff;
}

.home-banner-info h2 {
	color: #064092;
	font-size: 3.3333vw; /* 64 */
	font-weight: 600;
	line-height: 4.6875vw; /* 90 */
}


.home-banner-info a.btn {
	width: 12.5vw; /* 240 */
	height: 3.125vw; /* 60 */
	margin-top: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #B50000;
	background: #064092;
	border-radius: 1.5625vw; /* 30 */
	color: #ffffff;
	font-size: 1.3021vw; /* 25 */
	font-weight: 600;
}

.home-banner-info a.btn:hover {
	background: #B50000;
}

.home-banner-info h2, .home-banner-info p {
	width: 100%;
	height: auto;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	transition: all .3s ease-out 0.5s;
	-webkit-transition: all .3s ease-out 0.5s;
	-ms-transition: all .3s ease-out 0.5s;
	-moz-transition: all .3s ease-out 0.5s;
}

.home-banner-info p {
	transition-delay: 0.55s;
	-webkit-transition-delay: 0.55s;
	-ms-transition-delay: 0.55s;
	-moz-transition-delay: 0.55s;
}

.home-banner-info.active h2, .home-banner-info.active p {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.home-solution .title h2 {
	font-size: 1.875vw; /* 36 */
	font-size: 2.1875vw; /* 42 */
	font-weight: 600;
	line-height: 2.5vw; /* 48 */
	text-align: center;
}

.home-solution .btn-box a.btn {
	width: 10.625vw; /* 204 */
	height: 2.3438vw; /* 45 */
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #064092;
	font-size: 1.0417vw; /* 20 */
	font-weight: 600;
	border: 1px solid #064092;
	border-radius: 1.25vw; /* 24 */
}

.home-solution .btn-box a.btn:hover {
	background: #064092;
	color: #ffffff;
}

.home-solution .swiper {
	padding-top: 3.75vw; /* 72 */
	overflow: visible;
}

.home-solution .swiper .swiper-slide {
	width: 25.4167vw; /* 488 */
	height: 26.0417vw; /* 500 */
	height: 30.2083vw; /* 500 + 80 = 580 */
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-solution .slide-inner-box {
	width: 100%;
	height: 16.5625vw; /* 318 */
	border-radius: 0.7813vw; /* 15 */
	overflow: hidden;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-solution .slide-inner-box img {
	width: 100%;
	height: 16.5625vw; /* 318 */
	object-fit: cover;
}

.home-solution .slide-inner-box .info {
	width: 100%;
	height: 9.4792vw; /* 182 */
	padding: 1.25vw 4.0625vw; /* 24 78 */
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #ffffff;
	overflow: hidden;
	text-align: center;
}

.home-solution .swiper .swiper-slide.swiper-slide-active .slide-inner-box {
	box-shadow: 0px 40px 30px -20px rgba(0, 0, 0, 0.14);
}

.home-solution .slide-inner-box .info h2 {
	height: 5vw; /* 96 */
}

.home-solution .slide-inner-box .info h2, .home-solution .slide-inner-box .info h2 a {
	color: #494949;
	font-size: 1.25vw; /* 24 */
	font-weight: 600;
	line-height: 1.6667vw; /* 32 */
}

.home-solution .slide-inner-box .info a.learn-more {
	margin-top: 0.9375vw; /* 18 */
	padding-right: 1.6667vw; /* 32 */
	background: url(../images/link_more_arrow_s.png) no-repeat right  0.3646vw / 1.3021vw; /* 7 25 */
	color: #073F8F;
	font-size: 0.7292vw; /* 14 */
	line-height: 0.9375vw; /* 18 */
}

.swiper-solution-prev, .swiper-solution-next {
	width: 1.875vw; /* 36 */
	height: 1.875vw; /* 36 */
	position: absolute;
	top: 23.5938vw; /* 453 */
	z-index: 100;
	background: no-repeat 0 0 / 100%;
	cursor: pointer;
}

.swiper-solution-prev {
	left: 33.0208vw; /* 634 */
	background-image: url(../images/arrow_left.png);
}

.swiper-solution-next {
	right: 33.0208vw; /* 634 */
	background-image: url(../images/arrow_right.png);
}

.home-story .info {
	width: 56.25vw; /* 1080 */
	height: auto;
	position: absolute;
	left: 21.875%;
	top: 14.0625vw; /* 270 */
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
	text-align: center;
}

.home-story .info h2 {
	margin-bottom: 0.4688vw; /* 9 */
	font-size: 2.6042vw; /* 50 */
	font-weight: 600;
	line-height: 3.4375vw; /* 66 */
	text-shadow: rgba(0, 0, 0, 1) 0px 2px 5px;
}

.home-story .info p {
	font-size: 1.0417vw; /* 20 */
	font-weight: 500;
	line-height: 1.3542vw; /* 26 */
	text-shadow: rgba(0, 0, 0, 1) 0px 2px 5px;
}

.home-story .info img {
	width: 6.25vw; /* 120 */
	display: block;
	margin: 2.5vw 0 7.1875vw 0;/* 48 138 */
}

.home-story .info a {
	width: 12.1875vw; /* 234 */
	height: 2.3438vw; /* 45 */
	display: flex;
	justify-content: center;
	align-items: center;
	background: #064092;
	border-radius: 1.25vw; /* 24 */
	color: #ffffff;
	font-size: 1.0417vw; /* 20 */
	font-weight: 600;
	transition: background .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: background .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: background .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: background .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-row-gap {
	margin-bottom: 5.7292vw; /* 110 */
}

.home-product-video {
	margin-top: 5.7292vw; /* 110 */
}

.home-product-video .home-banner-info {
	top: 20vw;
	overflow: visible;
}

.home-product-video .home-banner-info p {
	overflow: visible;
}

.home-product-video .home-banner-info * {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
}

.home-products {
	width: 86.9792vw; /* 1670 */
	margin: 0 auto;
	padding-top: 5.7292vw; /* 110 */
	padding-bottom: 3.5417vw; /* 110-42=68 */
}

.home-products-item {
	width: 18.2292vw; /* 350 */
	height: 15.625vw; /* 300 */
	float: left;
	margin: 0 4.6875vw 1.5625vw 0; /* 90 30 */
	position: relative;
	cursor: pointer;
	overflow: visible;
}

.home-products-item:nth-child(4n) {
	margin-right: 0;
}

.home-products-item::before, .home-products-item::after {
	content: "";
	width: 100%;
	height: 11.875vw; /* 228 */
	height: 11.5625vw; /* 222 */
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -2;
	background: #ffffff;
}

.home-products-item::after {
	z-index: -1;
	opacity: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(6, 64, 146, 1) 100%);
	box-shadow: 0px 18px 10px -10px rgba(0, 0, 0, 0.31);
	transition: all .2s ease-in-out;
}

.home-products-item .thumb, .home-products-item .info {
	position: relative;
	z-index: 1;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-products-item h2 {
	width: 100%;
	height: auto;
	margin: 1.5625vw 0 0.7813vw 0; /* 30 15 */
	padding: 0 0.9375vw; /* 18 */
	text-align: center;
}

.home-products-item h2 a {
	color: #151515;
	font-size: 1.0417vw; /* 20 */
	font-weight: 500;
	line-height: 120%;
}

.home-products-item:hover h2 a {
	color: #ffffff;
}

.home-products-item a.btn {
	width: 1.875vw; /* 36 */
	height: 1.875vw;
	display: block;
	margin: 0 auto;
	background: url(../images/more_info.png) no-repeat center center / 100% 100%;
	background: url(../images/home_white_arrow.png) no-repeat center center / 21px;
	border-radius: 50%;
	opacity: 0;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.home-products-item:hover::after {
	opacity: 1;
}

.home-products-item:hover .thumb {
	transform: translate3d(0, -1.25vw, 0);/* 24 */
	-webkit-transform: translate3d(0, -1.25vw, 0);/* 24 */
	-moz-transform: translate3d(0, -1.25vw, 0);/* 24 */
	-ms-transform: translate3d(0, -1.25vw, 0);/* 24 */
}

.home-products-item:hover .info {
	transform: translate3d(0, -2.1875vw, 0);/* 42 */
	-webkit-transform: translate3d(0, -2.1875vw, 0);/* 42 */
	-moz-transform: translate3d(0, -2.1875vw, 0);/* 42 */
	-ms-transform: translate3d(0, -2.1875vw, 0);/* 42 */
}

.home-products-item:hover a.btn {
	opacity: 1;
	transform: translate3d(0, 0, 0);/* 24 */
	-webkit-transform: translate3d(0, 0, 0);/* 24 */
	-moz-transform: translate3d(0, 0, 0);/* 24 */
	-ms-transform: translate3d(0, 0, 0);/* 24 */
}

.home-counter {
	width: 95.2604vw; /* 1829 */
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.counter-list {
	width: 100%;
	height: auto;
	padding: 0.625vw 7.1875vw; /* 12 138 */
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}

.counter-item:nth-child(1) {
	min-width: 5vw; /* 96 */
}

.counter-item:nth-child(2) {
	min-width: 8.2813vw; /* 159 */
}

.counter-item {
	text-align: center;
}

.counter-item h2, .counter-item h2 * {
	color: #0064A7;
	font-family: "bebasneue";
	font-size: 4.1667vw; /* 80 */
	line-height: 4.1667vw; /* 80 */
}

.counter-item p {
	margin-top: -0.3125vw; /* 6 */
	color: #151515;
	font-size: 0.7813vw; /* 15 */
	font-weight: 500;
	line-height: 1.0417vw; /* 20 */
}

.feedback {

}

.feedback .title {
	text-align: center;
}

.feedback .title h2 {
	color: #252525;
	font-size: 1.875vw; /* 36 */
	font-weight: 600;
	line-height: 2.5vw; /* 48 */

	font-size: 36px; /* 36 */
	line-height: 48px; /* 48 */
}

.feedback .title p {
	margin: 1.4583vw 0 1.9792vw 0; /* 28 38 */
	color: #919191;
	font-size: 1.0417vw; /* 20 */
	font-weight: 500;
	line-height: 1.3542vw; /* 26 */

	margin: 20px 0 30px 0; /* 28 38 */
	font-size: 20px; /* 20 */
	line-height: 26px; /* 26 */
}

.mr-20 {
	margin-right: 1.03125vw; /* 19.8 */
	margin-right: 19.8px; /* 19.8 */
}

.feedback .form input, .feedback .form select, .feedback .form textarea {
	width: 14.84375vw; /* 285 */
	height: 2.34375vw; /* 45 */
	float: left;
	margin-bottom: 0.875vw; /* 16.8 */
	padding: 0 0.8333vw; /* 16 */
	background-color: #FFFFFF;
	border: 1px solid #DBDBDB;
	border-radius: 0.2083vw; /* 4 */
	color: #BFBFBF;
	font-size: 1.0417vw; /* 20 */
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;

	width: 285px;
	height: 45px;
	margin-bottom: 16.8px;
	padding: 0 16px;
	border-radius: 4px; 
	font-size: 20px;
}

.feedback .form textarea {
	width: 46.6146vw; /* 895 */
	height: 5.5625vw; /* 106.8 */
	padding: 0.5208vw 0.8333vw; /* 10 16 */

	width: 895px; /* 895 */
	height: 106.8px; /* 106.8 */
	padding: 10px 16px; /* 10 16 */
}

.feedback .form input::placeholder, .feedback .form textarea::placeholder {
	color: #BFBFBF;
}

.feedback .form a {
	width: 14.84375vw; /* 285 */
	height: 2.3438vw; /* 45 */
	float: left;
	background: #064092;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.2083vw; /* 4 */
	color: #ffffff;
	font-size: 1.0417vw; /* 20 */
	font-weight: 600;
	
	width: 285px; /* 285 */
	height: 45px; /* 45 */
	border-radius: 4px; /* 4 */
	font-size: 20px; /* 20 */
}

.feedback .error {
	border-color: #ff0000 !important;
}

/*---------------- products ----------------*/
.products {
	margin-top: 60px;
}

.products  .product-class-box {
	margin-bottom: 35px;
}

.products  .rec-item-box {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}

.products .list .item {
	width: 390px;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	background: #ffffff;
}

.products .list .item.middle-4 {
	background: url(../images/product_rec_m_1.jpg) no-repeat 0 0 / 100%;
}

.products .list .item.middle-5 {
	background: url(../images/product_rec_m_2.jpg) no-repeat 0 0 / 100%;
}

.products .list .item h2, .products .list .item p {
	width: 100%;
	height: auto;
	float: left;
}

.products .list .item.small {
	height: 370px;
}

.products .list .item.small .info {
	width: 100%;
	height: auto;
	padding: 5px 30px 0 30px;
}

.products .list .item.small .info h2 {
	height: 60px;
	margin-bottom: 15px;
}

.products .list .item.small .info h2 a {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.products .list .small-item-box .item:nth-child(3n) {
	margin-right: 0;
}


.products .list .item.big {
	width: 100%;
	margin-right: 0;
}

.products .list .item.big .info {
	width: 50%;
	height: 100%;
	padding: 0 30px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
}

.products .list .item.big .info h2 {
	height: auto;
	margin-top: 0;
	text-align: center;
}

.products .list .item.big .info h2 a {
	color: #ffffff;
	font-size: 36px;
	font-weight: 500;
	line-height: 50px;
}

.products .list .item.big .info p {
	margin: 15px 0;
	font-size: 16px;
	line-height: 140%;
}

.products .list .item.big .info a.btn-border {
	height: 30px;
	float: left;
	padding: 0 20px;
	border-color: #ffffff;
	border-radius: 15px;
	color: #ffffff;
}

.products .list .item.big-1 {
	background: url(../images/product_rec_b_1.jpg) no-repeat 0 0 / 100%;
}

.products .list .item.big-2 {
	background: url(../images/product_rec_b_2.jpg) no-repeat 0 0 / 100%;
}

.products .list .item.big-3 {
	min-height: 350px;
	background: url(../images/product_rec_b_3.jpg) no-repeat 0 0 / 100%;
}

.products .list .item.big-3 .info {
	width: 100%;
	height: auto;
}

.products .list .item.big-3 .info h2 {
	margin: 25px 0 15px 0;
}

.products .list .item.big-3 .info h2 a {
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}

.products .list .item.big-3 .info a.btn-border {
	border-color: #073F8F;
	color: #073F8F;
	font-size: 16px;
}

.products .list .middle-item-box .item:nth-child(2n) {
	margin-right: 0;
}

.products .list .item.middle {
	width: 595px;
	margin-right: 10px;
	margin-right: 0;
}

.products .list .item.middle .info {
	width: 100%;
	height: auto;
	padding: 0 95px;
	position: absolute;
	left: 0;
	top: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.products .list .item.middle .info h2 {
	margin: 0 0 40px 0;
}

.products .list .item.middle .info h2 a {
	color: #333333;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}

.products .list .item.middle .info p {
	margin: 10px 0 15px 0;
	color: #888888;
	font-size: 12px;
	line-height: 140%;
}

.products .list .item.middle .info a.btn-border {
	height: 30px;
	padding: 0 20px;
	border-color: #073F8F;
	border-radius: 15px;
	color: #073F8F;
}

.products .load-more {
	margin: 35px 0 60px 0;
	display: flex;
	justify-content: center;
}

/*---------------- show product ----------------*/
.product-detail-top {
	margin-bottom: 80px;
	background: #ffffff;
}

.breadcrumb {
	height: 40px;
	background: #FBFBFB;
	border-bottom: 1px solid #D6D6D6;
}

.breadcrumb ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.breadcrumb ul li {
	float: left;
	color: #B6B6B6;
	font-size: 12px;
	line-height: 16px;
}

.breadcrumb ul li a {
	float: left;
	color: #858585;
	font-size: 12px;
}

.breadcrumb ul li i {
	width: 28px;
	height: 16px;
	display: block;
	background: url(../images/icon_link_arrow.png) no-repeat center center / 4px;
}

.product-detail-info {
	padding: 50px 0;
}

.product-detail-info .left {
	width: 650px;
	height: auto;
	border: 1px solid #E7E7E7;
}

.product-detail-info .left .images {
	width: 100%;
	height: auto;
}

.product-detail-info .left .images .swiper-slide {
	width: 100%;
	height: 650px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-detail-info .left .images .swiper-slide img {
	width: 100%;
	height:auto;
}

.product-detail-info .right {
	width: 510px;
	height: auto;
}

.product-detail-info .right .info h1 {
	margin: 45px 0;
	color: #333333;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
}

.product-detail-info .right .info p {
	color: #595959;
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
}

.product-detail-info .right .download {
	width: 100%;
	height: 75px;
	float: left;
	margin-top: 100px;
	display: flex;
	align-items: center;
	background: #F7F8F9;
}

.product-detail-info .right .download img {
	width: 55px;
	margin: 0 15px 0 20px;
}

.product-detail-info .right .download span {
	color: #333333;
	font-size: 16px;
	font-weight: 600;
}

.product-detail-info .right .download a {
	width: auto;
	height: 38px;
	margin: 0 20px 0 auto;
	padding: 0 15px 0 45px;
	display: flex;
	align-items: center;
	background: url(../images/download.png) no-repeat 12px center / 21px;
	border: 1px solid #0D4391;
	border-radius: 4px;
	color: #0D4391;
	font-size: 14px;
	font-weight: 600;
}

.product-detail-content {
	margin-bottom: 45px;
}

.product-detail-scenario {
	margin-bottom: 80px;
}

.product-detail-scenario .swiper-slide {
	position: relative;
}

.product-detail-scenario .swiper-slide h2 {
	width: 900px;
	height: 40px;
	position: absolute;
	left: 30px;
	bottom: 45px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
	line-height: 42px;
}

.product-detail-industry {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

.product-detail-industry .item {
	width: 384px;
	height: auto;
	position: relative;
}

.product-detail-industry .item .thumb::after {
	content: " ";
	width: 100%;
	height: 340px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, rgba(6, 87, 184, 1) 100%);
	pointer-events: none;
}

.product-detail-industry .item .thumb img {
	height: 480px;
	object-fit: cover;
}

.product-detail-industry .item .info {
	width: 100%;
	height: auto;
	padding: 20px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.product-detail-industry .item .info h2 {
	margin-bottom: 25px;
	text-align: center;
}

.product-detail-industry .item .info h2 a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.product-detail-industry .item .info a.btn-arrow {
	opacity: 0;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.product-detail-industry .item:hover .thumb a {
	opacity: 1;
}

.product-detail-industry .item:hover .info {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}


.product-detail-industry .item:hover .info a.btn-arrow {
	opacity: 1;
}

.product-detail-more {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}

.product-detail-more .item {
	width: 590px;
	height: auto;
	padding: 25px 0;
	position: relative;
	background: #ffffff;
}

.product-detail-more .item .thumb {
	width: 260px;
	float: left;
	padding: 0 10px;
}

.product-detail-more .item .info {
	width: 320px;
	float: right;
	padding: 0 20px 0 0;
}

.product-detail-more .item .info h2 {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.product-detail-more .item .info h2 a {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
}

.product-detail-more .item .info h2 a:hover {
	color: #073F8F;
}

.product-detail-more .item .info p {
	width: 100%;
	float: left;
	margin: 15px 0;
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}

/* product-style */
.product-style {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	display: flex;
}

.product-style .thumb img {
	max-width: 100%;
	display: block;
}

.product-style .info {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	overflow: visible;
}

.product-style .info h3 {
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.product-style .info p {
	margin-top: 20px;
	color: #595959;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}

.product-style .thumb.grid {
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}

.product-style .thumb.grid img {
	width: calc(50% - 7.5px);
}

/* ps-up */
.ps-up {
	flex-direction: column;
}

.ps-up .info {
	width: 100%;
	margin-top: 30px;
	background: none;
	text-align: center;
}

.ps-up.first .info {
	margin-top: 0;
}

.ps-up .thumb {
	margin-top: 20px;
}

/* ps-left */
.ps-left {
	justify-content: space-between;
}

.ps-left .info {
	width: 50%;
	height: auto;
	padding: 35px;
	justify-content: center;
}

.ps-left .thumb {
	width: 50%;
	height: auto;
	display: flex;
	justify-content: flex-end;
}

.ps-left .thumb.grid {
	padding-left: 15px;
}

/* ps-right */
.ps-right {
	justify-content: space-between;
}

.ps-right .info {
	width: 50%;
	height: auto;
	padding: 35px;
	display: flex;
	justify-content: center;
	order: 2;
}

.ps-right .thumb {
	width: 50%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	order: 1;
}

.ps-right .thumb.grid {
	padding-right: 15px;
}

/* long pic */
.product-long-pic {
	width: 100%;
}

.product-long-pic img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}


/*---------------- quick contact ----------------*/
.quick-contact {
	width: 740px;
	height: 430px;
	margin: -215px 0 0 -370px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1800;
	background: #ffffff;
	border: 2px solid #0752B1;
	border-radius: 8px;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translate3d(0, 140px, 0);
	-webkit-transform: translate3d(0, 140px, 0);
	-ms-transform: translate3d(0, 140px, 0);
	-moz-transform: translate3d(0, 140px, 0);
	transition: all .5s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .5s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .5s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .5s cubic-bezier(0.54, 0, 0.19, 1.08);
	display: none;
}

.quick-contact.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.quick-contact h3 {
	width: 100%;
	height: 40px;
	position: relative;
	background: #0752B1;
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
}

.btn-close-quick {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 5px;
	background: url(../images/btn_close_form.svg) no-repeat center center;
	background-size: 10px;
	cursor: pointer;
}

.quick-contact ul {
	width: 640px;
	height: auto;
	margin: 27px auto 0 auto;
}

.quick-contact ul li {
	width: 305px;
	height: 36px;
	padding: 0 10px;
	float: left;
	display: flex;
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #6D7278;
	border-radius: 4px;
}

.quick-contact ul li.full {
	width: 100%;
}

.quick-contact ul li.no-border {
	margin-top: 8px;
	background: none;
	border: 0;
}

.quick-contact ul li:nth-child(1), .quick-contact ul li:nth-child(3){
	margin-right: 30px;
}

.quick-contact ul li label {
	width: auto;
	height: 100%;
	margin-right: 8px;
	color: #6D7278;
	font-size: 14px;
	line-height: 32px;
}

.quick-contact ul li input, .quick-contact ul li textarea {
	flex: 1;
	height: 34px;
	background: none;
	border: 0;
	color: #000000;
	font-size: 14px;
	line-height: 32px;
}

.quick-contact ul li input::placeholder, .quick-contact ul li textarea::placeholder {
	color: #000000;
}

.quick-contact ul li textarea {
	height: 140px;
	padding: 7px 0;
	line-height: 20px;
}

.quick-contact ul li.height-auto {
	height: auto;
}

.quick-contact ul li a.btn {
	width: 160px;
	height: 36px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0752B1;
	border-radius: 4px;
	color: #ffffff;
	font-size: 16px;
}

/*---------------- solution ----------------*/
.solution {
	width: 100%;
	height: auto;
	background: linear-gradient(180deg, rgba(28, 122, 255, 0.3) 0%, rgba(7, 82, 179, 0.3) 50%, rgba(255, 255, 255, 0.3) 99%, rgba(191, 182, 182, 0.3) 100%);
	background: linear-gradient(180deg, #bad7ff 0%, #b4ccea 50%, #ffffff 100%);
}

.solution .bg {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../images/solution_bg.png) no-repeat 0 9.0625vw / 100vw auto; /* 174 */
	background: url(../images/solution_bg.png) no-repeat center 174px / 1920px; /* 174 */

}

.solution .title {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 120px 0;
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.solution .title h2 {
	width: 100%;
	float: left;
	font-size: 100px;
	font-weight: 500;
	line-height: 110%;
}

.solution .title p {
	width: 800px;
	float: left;
	margin: 10px 0 0 0;
	font-size: 36px;
	line-height: 130%;
}


.solution .list {
	width: 1200px;
	height: auto;
	margin: 0 auto 150px auto;
	position: relative;
	z-index: 2;
}

.solution .list .col {
	width: 50%;
	height: auto;
	float: left;
	position: relative;
}

.solution .list .col:nth-child(2) {
	margin-top: 160px;
}

.solution .list .item {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.solution .list .item .thumb a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(26, 64, 141, 0) 0%, rgba(26, 64, 141, 1) 100%);
	opacity: 0;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.solution .list .item .info {
	width: 100%;
	height: auto;
	padding: 28px 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	transform: translate3d(0, 38px, 0);
	-webkit-transform: translate3d(0, 38px, 0);
	-moz-transform: translate3d(0, 38px, 0);
	-ms-transform: translate3d(0, 38px, 0);
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.solution .list .item .info h2 {
	font-size: 24px;
	line-height: 33px;
}

.solution .list .item .info p {
	margin: 12px 0 18px 0;
	font-size: 12px;
	line-height: 14px;
}

.solution .list .item .info a {
	height: 20px;
	padding: 0 10px;
	float: left;
	border-radius: 10px;
	color: #ffffff;
	font-size: 12px;
	opacity: 0;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.solution .list .item .info a:hover {
	
}

.solution .list .item:hover .thumb a {
	opacity: 1;
}

.solution .list .item:hover .info {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}


.solution .list .item:hover .info a {
	opacity: 1;
}

/*---------------- show solution ----------------*/
.solution-detail-banner .title {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 4.1667vw; /* 80 */
	line-height: 120%;
	font-weight: 700;

	height: auto;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
}

.solution-detail-banner .title.small {
	font-size: 3.125vw; /* 60 */
}

.solution-detail-banner .title span {
	line-height: 120%;
}

.solution-detail {
	margin-top: 60px;
}

.solution-detail .model-title {
	margin-bottom: 15px;
	color: #333333;
	font-size: 36px;
	font-weight: 500;
	line-height: 48px;
}

.solution-detail-info {
	margin-bottom: 40px;
	padding: 25px 30px 60px 30px;
	background: #F7F8F9;
	text-align: center;
}

.solution-detail-info .title {
	margin-bottom: 35px;
	color: #0752B1;
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
}

.solution-detail-info .info, .solution-detail-info .info * {
	color: #3E3E3E;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-align: left;
}

.solution-detail-advantage .title {
	color: #333333;
	font-size: 45px;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
}

.solution-detail-advantage .list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
}

.solution-detail-advantage .list .item {
	width: 575px;
	height: auto;
	margin-bottom: 60px;
	padding-bottom: 10px;
	background: #F7F8F9;
}

.solution-detail-advantage-title {
	min-width: 490px;
	max-width: 100%;
	height: 60px;
	float: left;
	padding: 0 30px;
	background: #0752B1;
	color: #ffffff;
	font-size: 36px;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
}

.solution-detail-advantage .list .item p {
	padding: 10px 25px 15px 25px;
	color: #3E3E3E;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.solution-detail-advantage .list .item .thumb {
	padding: 0 25px 10px 25px;
}

.solution-detail-advantage .list .item ul {
	padding: 0 25px 10px 25px;
	display: flex;
	justify-content: center;
	column-gap: 60px;
}

.solution-detail-advantage .list .item ul li h3 {
	margin-bottom: 5px;
	color: #0064A7;
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
}

.solution-detail-advantage .list .item ul li h3 * {
	color: #0064A7;
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
}

.solution-detail-advantage .list .item ul li h4 {
	font-size: 10px;
	line-height: 130%;
}

/* item full */
.solution-detail-advantage .list .item.full {
	width: 100%;
	padding: 0;
}

.solution-detail-advantage .list .item.full .content-box {
	padding: 15px 60px 76px 60px;
}

.solution-detail-advantage .list .item.full .info {
	width: 515px;
	float: left;
	padding: 30px 0 0 0;
	overflow: visible;
}

.solution-detail-advantage .list .item.full .info p {
	padding: 0;
}

.solution-detail-advantage .list .item.full .info ul {
	margin-top: 45px;
	padding: 0;
	justify-content: flex-start;
	overflow: visible;
}

.solution-detail-advantage .list .item.full .info ul li  {
	overflow: visible;
}

.solution-detail-advantage .list .item.full .info ul li * {
	text-align: left;
}

.solution-detail-advantage .list .item.full .thumb {
	width: 505px;
	float: right;
	padding: 0;
}

.solution-detail-advantage .list .item.full:nth-child(2n) .content-box {
	padding-top: 45px;
}

.solution-detail-advantage .list .item.full:nth-child(2n) .info {
	float: right;
}

.solution-detail-advantage .list .item.full:nth-child(2n) .thumb {
	float: left;
}

.solution-detail-advantage .images .item {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 40px;
	position: relative;
	background: #F7F8F9;
}

.solution-detail-advantage .images .item::before {
	content: " ";
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 45px;
	background: #F7F8F9;
	z-index: -1;
}

.solution-detail-advantage .images .item .thumb {
	padding: 60px;
}

.solution-detail-advantage .images .item .thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.solution-detail-product .swiper-slide {
	height: 245px;
	height: auto;
}

.solution-detail-product .swiper-slide img {
	padding: 25px 10px;
}


.related-product-item {
	width: 100%;
	padding-bottom: 20px;
}

.related-product-item .thumb {
	display: flex;
	justify-content: center;
	align-items: center;
}

.related-product-item .info {
	padding: 0 20px;
}

.related-product-item .info h2 {
	height: 60px;
	line-height: 20px;
}

.related-product-item .info h2 a {
	color: #3E3E3E;
	font-size: 16px;
	line-height: 20px;
}

.related-product-item:hover .info h2 a {
	color: #0064A7;
}

.solution-detail-product .swiper-ctrl {
	margin-bottom: 50px;
}

.solution-detail-case {
	
}

.solution-detail-case .list {
	margin-bottom: 30px;
	/*
	display: flex;
	column-gap: 40px;
	row-gap: 40px;
	*/
	background: #F7F8F9;
}

.solution-detail-case .list .item {
	width: 580px;
	height: auto;
	background: #ffffff;

	padding-bottom: 15px;
}

.solution-detail-case .list .item .thumb {
	width: 100%;
	height: 400px;
	float: left;
	padding: 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;

	height: auto;
	padding: 0;
}

.solution-detail-case .list .item .thumb a, .solution-detail-case .list .item .thumb img {
	width: 100%;
	display: block;
}

.solution-detail-case .list .item  .info {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 30px 15px 30px;
}

.solution-detail-case .list .item .info h2 {
	height: 72px;
	
	margin-top: 15px;
}

.solution-detail-case .list .item .info h2 a {
	color: #333333;
	font-size: 25px;
	font-weight: 500;
	line-height: 36px;

	font-size: 20px;
	line-height: 30px;
}

.solution-detail-case .swiper-ctrl {
	margin: 0 0 30px 0;
}

.solution-detail-case .load-more {
	margin-bottom: 60px;
	display: flex;
	justify-content: flex-start;
}


/*---------------- sustainbility ----------------*/
.sustainbility-banner {
	margin-bottom: 6.25vw; /* 120 */
}

.sustainbility-banner .content-box {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	text-align: center;
}

.sustainbility-banner .title {
	margin-bottom: 2.1875vw; /* 42 */
	position: relative !important;
	font-size: 2.6042vw; /* 50 */
	font-weight: 600;
	line-height: 150%;
}

.sustainbility-banner .title * {
	font-size: 2.6042vw; /* 50 */
	font-weight: 600;
	line-height: 150%;
}

.sustainbility-banner .info {
	font-size: 1.0417vw; /* 20 */
	font-weight: 500;
	line-height: 150%;
	text-shadow: rgba(0, 0, 0, 0.3) 0 3px 5px;
}

.sustainbility-how {
	padding: 0 60px;
}

.sustainbility-how .info {
	width: 500px;
	height: auto;
	float: left;
	padding-top: 10px;
}

.sustainbility-how .info h2 {
	padding-bottom: 20px;
	position: relative;
	color: #064092;
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
}

.sustainbility-how .info h2::after {
	content: " ";
	width: 110px;
	height: 3px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #073F8F;
}

.sustainbility-how .info p {
	padding-top: 30px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-align: justify;
}

.sustainbility-how .thumb {
	width: 520px;
	height: auto;
	float: right;
}


#policy {
	padding-bottom: 55px;
}

.sustainbility-culture {
	height: 409px;
	margin-bottom: 90px;
	padding: 50px 75px;
	background: url(../images/sustainbility_text_bg.jpg) no-repeat center top;
}

.sustainbility-culture .left {
	width: 470px;
	height: auto;
	float: left;
}

.sustainbility-culture .left h2 {
	width: 100%;
	float: left;
	margin-bottom: 85px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
	line-height: 50px;
}

.sustainbility-culture .right {
	width: 450px;
	height: auto;
	float: right;
}

.sustainbility-culture .right p {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 26px;
	padding-left: 25px;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
}


.sustainbility-culture .right p::before {
	content: " ";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	background: #58f3fa;
	border-radius: 50%;
}

.sustainbility-driven {
	margin-bottom: 80px;
	padding: 0 30px 0 70px;
}

.sustainbility-driven .info {
	width: 420px;
	float: left;
}

.sustainbility-driven .thumb {
	width: 590px;
	height: 520px;
	float: right;
}

.sustainbility-driven .thumb img {
	width: auto;
	position: absolute;
}

.sustainbility-driven .thumb img:nth-child(1) {
	left: 0;
	top: 80px;
}

.sustainbility-driven .thumb img:nth-child(2) {
	right: 0;
	top: 0;
}

.sustainbility-driven .thumb img:nth-child(3) {
	left:200px;
	top: 150px;
}

.sustainbility-society {
	margin-bottom: 80px;
}

.sustainbility-society .thumb {
	width: 490px;
	float: left;
	margin: 25px 0 0 40px;

}

.sustainbility-society .info {
	width: 540px;
	float: right;
	margin-right: 50px;
}

.sustainbility-sbanner {
	height: 50vw;
	overflow: hidden;
}

.sustainbility-governance {
	padding: 90px 0 0 0;
}

.sustainbility-governance .part {
	margin-bottom: 50px;
	padding: 0 135px 0 70px;
}

.sustainbility-governance .left {
	width: 490px;
	height: auto;
}

.sustainbility-governance .right {
	width: 430px;
	height: auto;
}

#environment {
	margin-bottom: 50px;
}

.sustainbility-environment {
	height: 409px;
    margin-bottom: 65px;
    padding: 45px 80px 0 80px;
    background: url(../images/sustainbility_text_bg.jpg) no-repeat center top;
}

.sustainbility-environment .base-title {
	margin-bottom: 25px;
}

.sustainbility-environment .left {
	width: 430px;
}

.sustainbility-environment .right {
	width: 460px;
}

.sustainbility-social {
	width: 100%;
	height: auto;
	min-height: 498px;
	height: 498px;
	background: url(../images/temp/sustainbility_social.jpg) no-repeat center top  / 1920px;
}

.sustainbility-social::before, .sustainbility-social::after {
	content: " ";
	width: 100%;
	height: 85px;
	display: block;
	background: #d4dbe5;
	position: absolute;
	top: 413px;
}

.sustainbility-social::before {
	right: 50%;
	margin-right: 800px;
}

.sustainbility-social::after {
	left: 50%;
	margin-left: 800px;
}

.sustainbility-social .info {
	height: 100%;
	padding: 90px 70px 0 70px;
}

.sustainbility-social .info h2 {
	margin-bottom: 35px;
}

.sustainbility-social .info p {
	width: 430px;
}

#goals {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100px;
}

.sustainbility-goals {
	padding: 20px 0 90px 0;
	background: #d4dbe5;
	border-bottom: 20px solid #073F8F;
}

.sustainbility-goals .title {
	padding: 0 70px;
}

.sustainbility-goals .info {
	padding: 0 115px;
}

.sustainbility-goals .info table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #095dc6;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}

.sustainbility-goals .info table tr:nth-child(2n) {
	background: #becee3;
}

.sustainbility-goals .info table tr th {
	padding: 15px 0;
	border: 1px solid #095dc6;
	color: #064092;
	font-weight: 600;
}

.sustainbility-goals .info table tr td {
	padding: 15px 40px;
	border-right: 1px solid #095dc6;
}

.sustainbility-goals .info table tr td:nth-child(1) {
	width: 37%;
	text-align: left;
}

/*---------------- about ----------------*/
.about-banner {
	position: absolute;
	left: 0;
	top: 3.9063vw; /* 75 */
	z-index: -1;
}

.about-banner .title {
	margin-left: 2.8125vw;
	top: 9vw;
	justify-content: flex-start;
}

.about-banner .title span {
	color: #ffffff;
	font-size: 2.5vw; /* 48 */
	font-weight: 500;
}

.about-part-title {
	margin-bottom: 42px;
	color: #0752B1;
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
}

.about {
	margin-top: 33.5938vw; /* 645 */
	z-index: 1;
}

.about-intro {
	margin-bottom: 30px;
	padding: 25px 42px 110px 42px;
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 235, 235, 1) 100%);
}

.about-intro .title {
	margin-bottom: 58px;
	color: #073F8F;
	font-size: 48px;
	font-weight: 500;
	line-height: 68px;
	text-align: center;
}

.about-intro .info {
	color: #151515;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	text-align: justify;
}

/* about rd */
.rd-box {
	width: calc(50% + 600px);
	height: auto;
	float: left;
	position: relative;
}

.rd-box .thumb {
	width: calc(100% - 260px);
}

.rd-box .thumb video {
	width: 100%;
	height: auto;
	display: block;
}

.rd-box .info {
	width: 700px;
	width: 36.4583vw; /* 700 */
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rd-box .info .content-box {
	width: 100%;
	height: auto;
	padding: 50px 80px 60px 65px;
	padding: 2.6042vw 4.1667vw 3.125vw 3.3854vw;
	background: #0752B1;
	color: #ffffff;
}

.rd-box .info .content-box h2 {
	margin-bottom: 1.25vw; /* 24 */
	padding-left: 0.9375vw; /* 18 */
	font-size: 1.875vw; /* 36 */
	font-weight: 600;
	line-height: 2.8125vw; /* 54 */
}

.rd-box .info .content-box dl dd {
	margin-bottom: 0.7813vw; /* 15 */
	padding-left: 0.9375vw; /* 18 */
	position: relative;
	font-size: 0.8333vw; /* 16 */
	line-height: 1.3542vw; /* 26 */
}

.rd-box .info .content-box dl dd::before {
	content: " ";
	width: 0.4167vw; /* 8 */
	height: 0.4167vw; /* 8 */
	display: block;
	position: absolute;
	left: 0;
	top: 0.5208vw; /* 10 */
	background: #58F3FA;
	border-radius: 50%;
}

.rd-box .info .content-box p {
	margin: 1.0417vw 0 1.25vw 0; /* 20  24 */
	padding-left: 0.9375vw; /* 18 */
	font-size: 0.8333vw; /* 16 */
	line-height: 1.3542vw; /* 26 */
}

.rd-box .info .content-box ul {
	padding-left: 0.9375vw; /* 18 */
	display: flex;
	justify-content: space-between;
	font-size: 0.7813vw; /* 15 */
	line-height: 0.8333vw; /* 16 */
}

.rd-box .info .content-box ul li {
	overflow: visible;
}

.rd-box .info .content-box ul li h3 {
	min-width: 3.75vw; /* 72 */
	margin-bottom: 0.7813vw; /* 15 */
	font-size: 1.5625vw; /* 30 */
	font-weight: 600;
	line-height:  1.875vw; /* 36 */
	text-align: center;
}

.rd-box .info .content-box ul li h3 span {
	font-size: 1.5625vw; /* 30 */
	font-weight: 600;
	line-height:  1.875vw; /* 36 */
}

.rd-images {
	width: 100vw;
	margin: 3.4375vw 0; /* 66 */
	display: flex;
	column-gap: 0.625vw; /* 12 */
}

.rd-images img {
	display: block;
	object-fit: cover;
}

.rd-images .left {
	width: 50.7292vw; /* 974 */
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.625vw; /* 12 */
	row-gap: 0.625vw; /* 12 */
}

.rd-images .left img {
	height: 19.6875vw; /* 378 */
}

.rd-images .left img:nth-child(1) {
	width: 26.1458vw; /* 502 */
}

.rd-images .left img:nth-child(2) {
	width: 23.9583vw; /* 460 */
}

.rd-images .left img:nth-child(3) {
	width: 19.8958vw; /* 382 */
}

.rd-images .left img:nth-child(4) {
	width: 30.2083vw; /* 580 */
}

.rd-images .right {
	width: 48.6458vw; /* 934 */
	height: 40.0521vw; /* 769 */
	display: flex;
	flex-flow: column wrap;
	column-gap: 0.625vw; /* 12 */
	row-gap: 0.625vw; /* 12 */
}

.rd-images .right img:nth-child(1) {
	width: 20.4167vw; /* 392 */
	height: 11.8229vw; /* 227 */
}

.rd-images .right img:nth-child(2) {
	width: 20.4167vw; /* 392 */
	height: 27.6042vw; /* 530 */
}

.rd-images .right img:nth-child(3) {
	width: 27.6042vw; /* 530 */
	height: 19.6875vw; /* 378 */
}

.rd-images .right img:nth-child(4) {
	width: 27.6042vw; /* 530 */
	height: 19.6875vw; /* 378 */
}

/* about-case */
.about-case-title a {
	width: auto;
	height: 60px;
	float: left;
	margin-right: 20px;
	padding: 0 72px;
	display: flex;
	align-items: center;
	background: #D8D8D8;
	color: #0752B1;
	font-size: 14px;
	font-weight: 600;
}

.about-case-title a:hover {
	color: #0752B1;
	color: #ffffff;
}

.about-case-title a.active {
	background: #0752B1;
	color: #ffffff;
}


.about-case .swiper {
	margin: 0;
}

.about-case .swiper-slide .info {
	width: 100%;
	height: 100px;
	padding: 0 40px 0 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
}

.about-case .swiper-slide .info p {
	width: 935px;
	color: #3e3e3e;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.about-case .swiper-slide .info a.btn-border {
	height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	font-size: 16px;
}

/* about business */
.about-business .list {
	margin: 0 0 95px 0;
}

.about-business .list .item {
	width: 400px;
	height: auto;
	float: left;
	position: relative;
}

.about-business .list .item .thumb img {
	width: 100%;
	height: 390px;
	object-fit: cover;
}

.about-business .list .item .thumb a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(26, 64, 141, 0) 0%, rgba(26, 64, 141, 1) 100%);
	opacity: 0;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.about-business .list .item .info {
	width: 100%;
	height: auto;
	padding: 28px 26px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	transform: translate3d(0, 38px, 0);
	-webkit-transform: translate3d(0, 38px, 0);
	-moz-transform: translate3d(0, 38px, 0);
	-ms-transform: translate3d(0, 38px, 0);
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.about-business .list .item .info h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 33px;
}

.about-business .list .item .info p {
	margin: 35px 0 20px 0;
	font-size: 12px;
	line-height: 14px;
}

.about-business .list .item .info a.btn-arrow {
	float: left;
	opacity: 0;
}

.about-business .list .item:hover .thumb a {
	opacity: 1;
}

.about-business .list .item.more .info {
	height: 100%;
	padding: 125px 0 0 55px;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.about-business .list .item.more .info h3 a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
}

.about-business .list .item:hover .info {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}


.about-business .list .item:hover .info a.btn-arrow {
	opacity: 1;
}

/* about-glory */
.about-glory .swiper .swiper-slide {
	height: 200px;
}

.about-glory .swiper .swiper-slide img {
	width: auto;
	height: 142px;
}


/* about-future */
.about-future .info {
	width: 1000px;
	height: auto;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	bottom: 85px;
	color: #ffffff;
	text-align: center;
}

.about-future .info h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
}

.about-future .info p {
	margin-top: 42px;
	font-size: 16px;
	line-height: 26px;
}

/* about-info */
.about-info {
	margin: 50px 0;
}

.about-info .about-part-title {
	margin-bottom: 48px;
}

.about-info .list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}

.about-info .list .item {
	width: 390px;
	height: auto;
	background: #ffffff;
}

.about-info .list .item .info {
	padding: 15px 20px 25px 20px;
}

.about-info .list .item .info p {
	width: 100%;
	height: auto;
	float: left;
	color: #969696;
	font-size: 16px;
	line-height: 22px;
}

.about-info .list .item .info h2 {
	width: 100%;
	height: auto;
	min-height: 84px;
	float: left;
	margin: 5px 0 30px 0;
	color: #333333;
	font-size: 20px;
	line-height: 28px;
}

.about-info .list .item .info h2 a {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.about-info .list .item .info h2 a:hover {
	color: #073F8F;
}


/*---------------- history ----------------*/
.history-banner .title {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 5vw; /* 96 */
	font-weight: 500;
	line-height: 150%;
	text-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
}

.history-banner::after {
	content: " ";
	width: 1200px;
	height: 60px;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	background: #ffffff;
}


/* history list */
.history {
	margin-bottom: 120px;
	background: #ffffff;
}

.history .title {
	padding-bottom: 40px;
	color: #0064A7;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	line-height: 140%;
}

.history .list {
	height: auto;
	margin-bottom: 0;
	padding: 45px 40px 0 40px;
}

.history .list::before {
	content: " ";
	width: 1px;
	height: 100%;
	margin-left: -0.5px;
	background: #D8D8D8;
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
}

.history .list::after {
	content: " ";
	width: 14px;
	height: 14px;
	margin-left: -7px;
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	background: #ffffff;
	border: 1px solid #979797;
	border-radius: 50%;
}

.history .list .col {
	width: 50%;
	height: auto;
	float: left;
	overflow: visible;
}

.history .list .item {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 150px;
	position: relative;
	overflow: visible;
}

.history .list .item i {
	width: 16px;
	height: 16px;
	background: #ffffff;
	display: block;
	position: absolute;
	top: 20px;
	border: 2px solid #0064A7;
	border-radius: 50%;
}

.history .list .item i::after {
	content: " ";
	width: 8px;
	height: 8px;
	margin: 2px 0 0 2px;
	display: block;
	background: #0064A7;
	border-radius: 50%;
}

.history .list .item h2 {
	width: 100%;
	height: auto;
	float: left;
	color: #0064A7;
	font-size: 36px;
	font-weight: 500;
	line-height: 56px;
}

.history .list .item p {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	color: #151515;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.history .list .item img {
	width: 495px;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
	display: block;
	border-radius: 8px;
}

.history .list .col-1 {
	padding-top: 45px;
}

.history .list .col-1 .item {
	padding-right: 46px;
	text-align: right;
}

.history .list .col-1 .item i {
	right: -8px;
}


.history .list .col-1 .item img {
	float: right;
}

.history .list .col-2 {
	padding-top: 185px;
}

.history .list .col-2 .item {
	padding-left: 46px;
	text-align: left;
}

.history .list .col-2 .item i {
	left: -8px;
}

.history .btn-box {
	margin: 40px 0 150px 0;
}

.history .btn-box a {
	margin: 0 auto;
}


/*---------------- cert ----------------*/
.cert-banner {
	background: #ffffff;
}

.cert-banner .title {
	top: 13.8021vw; /* 265 */
	color: #ffffff;
	font-size: 3.3333vw; /* 64 */
	font-weight: 500;
	line-height: 4.6875vw; /* 90 */
}

.cert {
	background: #ffffff;
}

.cert .container {
	display: flex;
	flex-direction: column;
}

.cert .title {
	margin: 100px 0 56px 0;
	color: #1A408D;
	font-size: 40px;
	font-weight: 500;
	line-height: 54px;
}

.cert .info {
	color: rgba(0, 0, 0, 0.85);
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
}

.cert .list {
	margin: 115px 0 90px 0;
	background: url(../images/cert_bg.jpg) no-repeat center center;
}

.cert .list .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 35px;
}

.cert .list .item {
	width: 200px;
	height: auto;
}

.cert .list .item .icon {
	width: 100%;
	height: 200px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/icon_cert.png) no-repeat center center / 100% ;
}

.cert .list .item p {
	width: 100%;
	height: auto;
	min-height: 50px;
	float: left;
	margin-top: 15px;
	color: #3a3a3a;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
}

.glory {
	padding-bottom: 110px;
}

.glory .title {
	margin: 0 0 25px 0;
	color: #1A408D;
	font-size: 40px;
	font-weight: 500;
	line-height: 54px;
}

.glory .pic-info .item {
	background: #ffffff;
}

.glory .pic-info .item .thumb {
	width: 687px;
	height: 475px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/glory_pic_bg.png) no-repeat 0 0 / 100% 100%;
}


.glory .pic-info .item .thumb img {
	width: 640px;
	height: auto;
}

.glory .pic-info .item .info {
	width: 478px;
	height: auto;
	float: left;
	margin: 130px 0 0 10px;
}

.glory .pic-info .item .info h2 {
	width: 100%;
	height: 89px;
	float: left;
	padding: 0 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/icon_cert_title.png) no-repeat 0 0 / 100% 100%;
	color: rgba(0, 0, 0, 0.85);
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	text-align: center;
}

.glory .pic-info .item .info p {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 16px;
	color: #939393;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.glory .thumbs {
	width: 1120px;
	margin: 21px auto 0 auto;
	padding: 35px 0 0 0;
	border-top: 1px dashed #979797;
}

.glory .thumbs .item {
	width: 262px;
	height: 175px;
	padding: 7px;
	background: url(../images/glory_thumb_bg.jpg) no-repeat 0 0 / 100% 100%;
}

.glory .thumbs .item div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.glory .thumbs .item div img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 0.65;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.glory .thumbs .item.swiper-slide-thumb-active div img {
	opacity: 1;
}

.glory .thumbs .item h2, .glory .thumbs .item h3 {
	display: none;
}

.glory  .swiper-ctrl .swiper-pagination {
	margin-top: 35px;
	position: relative;
	bottom: auto !important;
}

/*---------------- service ----------------*/
/*
.service-banner {
	margin-bottom: 40px;
}

.service-feedback {
	padding-bottom: 40px;
}

.service .title {
	color: #333333;
	font-size: 36px;
	font-weight: 900;
	line-height: 56px;
}

.service .list {
	margin: 45px 0 30px 0;
}

.service .list .item {
	width: 390px;
	height: 300px;
	float: left;
	margin: 0 15px 15px 0;
	background: #ffffff;
}

.service .list .item:nth-child(3n) {
	margin-right: 0;
}

.service .list .item .info {
	width: 100%;
	padding: 20px 30px;
}

.service .list .item .info h2 {
	width: 100%;
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
}

.contact-info .item {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	background: #ffffff;
}

.contact-info .item .thumb {
	width: 50%;
}

.contact-info .item .info {
	width: 50%;
	height: 100%;
	padding: 0 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.contact-info .item .info img {
	width: 70px;
	margin-bottom: 10px;
}

.contact-info .item .info h2 {
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.contact-info .item .info p {
	margin: 15px 0 10px 0;
	color: #878787;
	font-size: 16px;
	line-height: 22px;
}

.contact-info .item .info a {
	padding-right: 12px;
	background: url(../images/icon_link_arrow_blue.png) no-repeat right center / 5px;
	color: #073F8F;
	font-size: 12px;
	line-height: 26px;
}
*/


/*---------------- contact ----------------*/
.contact-banner {
	margin-bottom: 40px;
}

.contact-feedback {
	padding-bottom: 40px;
}

.service {
	margin: 60px 0 0 0;
	background: url(../images/contact_service_bg.png) no-repeat center center;
}

.service-box {
	height: 1060px;
	overflow: visible;
}

.service-box .mask {
	width: 1400px;
	height: 1400px;
	margin: -700px 0 0 -700px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: radial-gradient(
		circle,
		rgba(235, 235, 235, 0) 0%, 
		rgba(235, 235, 235, 1) 30%, 
		rgba(235, 235, 235, 0) 45%, 
		rgba(235, 235, 235, 1) 60%, 
		rgba(235, 235, 235, 0) 75%, 
		rgba(235, 235, 235, 0) 100%
	);
	border-radius: 50%;
	display: none;
}


.service-box .light {
	width: 890px;
	height: 890px;
	margin: -445px 0 0 -445px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: radial-gradient(
		circle,
		rgba(53, 141, 231, 0) 0%,
		rgba(53, 141, 231, 0) 65%,
		rgba(53, 141, 231, 0.3) 95%,
		rgba(53, 141, 231, 0.6) 100%
	);
	border-radius: 50%;
}

.service-box .circle {
	width: 891px;
	height: auto;
	margin: -444px 0 0 -445.5px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.service-box .pic {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
}

.contact-info {
	padding: 60px 0 100px 0;
}

.contact-info .title {
	margin-bottom: 30px;
	color: #333333;
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
}

.contact-info .content-box {
	width: 100%;
	height: 148px;
	background: #0752B1;
	position: absolute;
	left: 0;
	bottom: 0;
}

.contact-info .content-box .info {
	width: auto;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
}

.contact-info .content-box .info  img {
	width: 40px;
	height: auto;
	margin: 0 22px 0 66px
}

.contact-info .content-box .info p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}

.contact-info .content-box .icon {
	width: 440px;
	height: auto;
	float: right;
	margin: 20px 66px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 9px;
	row-gap: 16px;
}

.contact-info .content-box .icon .item {
	width: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact-info .content-box .icon .item img {
	width: 32px;
	height: auto;
	display: block;
	margin-bottom: 2px;
}

.contact-info .content-box .icon .item p {
	color: #ffffff;
	font-size: 10px;
	font-weight: 500;
	line-height: 14px;
	text-align: center;
}

/*---------------- news ----------------*/
.news-banner .title {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 11.9792vw; /* 230 */
}

.news-banner .title h2 {
	width: 100%;
	padding-left: 2.8125vw; /* 54 */
	color: #064092;
	font-size: 5.2083vw; /* 100 */
	font-weight: 600;
	line-height: 150%;
}

.news-search-bar {
	height: 75px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, rgba(0, 133, 198, 1) 0%, rgba(7, 62, 141, 1) 100%);
}

.news-search-bar h2 {
	margin-right: 15px;
	color: #FBF7F7;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}

.news-search-box, .news-search-content {
	display: flex;
	align-items: center;
}

.news-search-bar .icon {
	width: 28px;
	margin: 0 15px 0 10px;
}

.news-search-bar p {
	color: #F9F4F4;
	font-size: 12px;
	font-weight: 500;
	line-height: 26px;
}

.news {
	margin-bottom: 40px;
}

.news-swiper {
	margin: 80px 0 70px 0;
	background: #ffffff;
}

.news-swiper .thumb {
	width: 640px;
	height: 500px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D8D8D8;
}

.news-swiper .thumb a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-swiper .thumb img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.news-swiper .info {
	width: 560px;
	height: 500px;
	float: left;
	padding: 69px 50px;
}

.news-swiper .info h2, .news-swiper .info p, .news-swiper .info i {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

.news-swiper .info h2, .news-swiper .info h2 a {
	color: #474747;
	font-size: 22px;
	font-weight: 500;
	line-height: 33px;
}

.news-swiper .info h2 a:hover {
	color: #075BC2;
}

.news-swiper .info p {
	height: 144px;
	margin: 48px 0 45px 0;
	color: #939393;
	font-size: 14px;
	line-height: 24px;
}


.news-swiper .info i {
	padding-left: 16px;
	background: url(../images/icon_date.png) no-repeat 0 center / auto 14px;
	color: #939393;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
}

.news-swiper .swiper-pagination {
	width: 560px;
	left: auto
	;
	right: 0;
}

.news .title {
	margin: 15px 0 20px 0;
	color: #000000;
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
}

.news .list {
	margin-bottom: 20px;
	padding: 40px 40px 0 40px;
	background: #EFF4F9;
}

.news .list .swiper-container {
	width: 100%;
	height: 780px;
}

.news .list .swiper-pagination {
	margin-top: 40px;
	position: relative;
	top: auto !important;
	bottom: auto !important;
}

.news .list .swiper-pagination-bullet {
	width: 36px;
	height: 13px;
	margin: 0 11px !important;
	border-radius: 12.5px;
	background: #D8D8D8;
	opacity: 1;
}

.news .list .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #D91919;
}

.news-item {
	width: 250px;
	height: auto;
	float: left;
	margin: 0 40px 40px 0;
	background: #ffffff;
	box-shadow: 3px 7px 3px -5px rgba(0, 0, 0, 0.5);
}

.news-item:nth-child(4n) {
	margin-right: 0;
}

.news-item .thumb {
	height: 200px;
	background: #F3F7FA;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-item .thumb img {
	width: auto;
	height: auto;
}

.news-item .info {
	width: 100%;
	height: auto;
	float: left;
	padding: 15px 25px 10px 25px;
}

.news-item .info p {
	height: 72px;
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

.news-item .info p a {
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

.news-item .info a.more {
	float: right;
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

.news-item .info a:hover {
	color: #075BC2;
}


/*---------------- show news ----------------*/
.news-detail {
	margin-top: 66px;
	padding: 0 50px 60px 50px;
	background: #ffffff;
}

.news-detail-title h5 {
	padding: 20px 0 15px 0;
	text-align: right;
}

.news-detail-title h5 a {
	color: #797985;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}
.news-detail-title h5 a:hover {
	color: #075BC2;
}

.news-detail-title h1 {
	color: #075BC2;
	font-size: 36px;
	font-weight: 500;
	line-height: 60px;
}

.news-detail-content {
	margin: 40px 0 50px 0;
	color: #77777F;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}

.news-detail-content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}

.news-detail-content img, .news-detail-content video {
	max-width: 100%;
}

.news-rec {
	margin-top: 40px;
}

.news-rec .item {
	width: 350px;
	height: auto;
	float: left;
	margin: 0 75px 45px 0;
	background: #ffffff;
}

.news-rec .item:nth-child(3n) {
	margin-right: 0;
}

.news-rec .item .thumb {
	height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-rec .item .thumb a {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-rec .item .thumb img {
	width: auto;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.news-rec .item .info {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 25px 25px 25px;
}

.news-rec .item .info p {
	height: 84px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 500;
	line-height: 28px;
}

.news-rec .item .info p a {
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	line-height: 28px;
}

.news-rec .item .info p a:hover {
	color: #075BC2;
}

/*---------------- news diy ----------------*/
.news-diy-line {
	margin: 60px 0;
	border-top: 1px dashed #979797;
}

.news-diy-model {
	margin-bottom: 80px;
}

.news-diy-model .info {
	color: #474747;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
}

.news-diy-title {
	margin-bottom: 20px;
}

.news-diy-title span {
	padding-left: 16px;
	position: relative;
	color: #474747;
	font-size: 36px;
	font-weight: 500;
	line-height: 44px;
}

.news-diy-title span::before {
	content: " ";
	width: 6px;
	height: 32px;
	margin-top: -16px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #0752B1;
}

.news-diy-51 {

}

.news-diy-51 .swiper {
	background: #F2F3F5;
}

.news-diy-51 .swiper .swiper-pagination {
	width: 100%;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
	position: relative;
	bottom: auto !important;
}

.news-diy-51 .info {
	padding: 20px 20px 30px 20px;
}

.news-diy-52 .info {
	width: 565px;
	height: auto;
	float: left;
}

.news-diy-52 .thumb {
	width: 505px;
	height: auto;
	float: right;
}

.news-diy-53 .news-diy-title {
	padding-left: 540px;
}

.news-diy-53 .info {
	width: 560px;
	height: auto;
	float: right;
}

.news-diy-53 .thumb {
	width: 510px;
	height: auto;
	float: left;
}

.news-diy-54 .thumb {
	margin-top: 20px;
}

.news-diy-55 {
	margin-top: -30px;
	display: flex;
	justify-content: center;
	column-gap: 150px;
}

.news-diy-55 .item {
	display: flex;
	flex-direction: column;
}

.news-diy-55 .item h3 {
	color: #0064A7;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
}

.news-diy-55 .item h3 span {
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
}

.news-diy-55 .item h4 {
	margin-top: 5px;
	color: #512E2E;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;

}

/*---------------- public ----------------*/
.base-title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 60px;
	color: #064092;
	font-size: 30px;
	font-weight: 500;
	line-height: 36px;
}

.base-info {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 70px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}

.base-info-big {
	width: 100%;
	height: auto;
	float: left;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.base-title.white, .base-info.white, .base-info-big.white {
	color: #ffffff;
}

.base-params {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 40px;
}

.base-params li {
	float: left;
	display: flex;
	flex-direction: column;
}

.base-params li h3{
	height: 40px;
	color: #064092;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
}

.base-params li h3 span {
	color: #064092;
	font-size: 40px;
	font-weight: 500;
	line-height: 40px;
}
.base-params li h3 i {
	color: #064092;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 40px;
}

.base-params li p {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}


.question {
	border-bottom: 26px solid #073F8F;
}

.question .info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.question .info h2 {
	width: 100%;
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	text-align: center;
}

.question .info a {
	width: auto;
	height: 50px;
	margin-top: 45px;
	padding: 0 20px;
	background: #073F8F;
	border-radius: 5px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
}

.question .info a:hover {
	background: #B50000
}

.rec-category {
	margin: 40px auto;
	display: flex;
	column-gap: 75px;
}

.rec-category .item {
	width: 350px;
	height: auto;
	background: #ffffff;
}

.rec-category .item .info {
	padding: 30px 25px 25px 25px;
}

.rec-category .item .info h2 { 
	margin-bottom: 30px;
}

.rec-category .item .info h2 a {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
}

.rec-category .item .info h2 a:hover {
	color: #073F8F;
}







/*---------------- three gorges ----------------*/
.tg-banner .title {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0
}

.tg-banner .title h2 {
	color: #ffffff;
	font-size: 2.0833vw; /* 40 */
	font-weight: 500;
	line-height: 3.125vw; /* 60 */
	text-align: center;
}

.tg-intro {
	padding-top: 80px;
	padding-bottom: 30px;
}

.tg-intro .title h2 {
	width: 560px;
	margin-bottom: 40px;
}

.tg-intro .part {
	margin-bottom: 30px;
}

.tg-intro .part .base-info {
	width: 670px;
	float: left;
	margin-bottom: 0;
	text-align: justify;
}

.tg-intro .part .base-params {
	width: 330px;
	float: right;
}

.tg-glory {
	margin-bottom: 50px;
	padding-top: 85px;
	padding-bottom: 40px;
	border-bottom: 1px solid #064092;
}

.tg-glory .item {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 35px;
}

.tg-glory .item .thumb {
	width: 220px;
	height: auto;
	float: left;
}

.tg-glory .item .info {
	width: 740px;
	height: auto;
	float: right;
}

.tg-glory .item .info h2 {
	width: 100%;
	height: auto;
	float: left;
	color: #064092;
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
}

.tg-glory .item .info p {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	text-align: justify;
}

.tg-achievements {
	padding-bottom: 80px;
}

.tg-achievements .info .base-title {
	margin-bottom: 40px;
}

.tg-achievements .info .base-info {
	width: 620px;
	margin-bottom: 50px;
}

.tg-achievements .thumb {
	background: #ffffff;
}

.tg-achievements .thumb p {
	padding: 25px 60px 40px 60px;
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

.tg-impact {
	margin-bottom: 50px;
}

.tg-impact .info {
	width: 570px;
	float: left;
	margin-left: 60px;
}

.tg-impact .info .base-title {
	margin-bottom: 30px;
}

.tg-impact .info .base-info {
	margin-bottom: 0;
	text-align: justify;
}

.tg-impact .thumb {
	width: 440px;
	height: 340px;
	float: right;
	margin-right: 30px;
}

.tg-impact .thumb img {
	width: auto;
	position: absolute;
}

.tg-impact .thumb img:nth-child(1) {
	width: 170px;
	left: 0;
	top: 55px;
}

.tg-impact .thumb img:nth-child(2) {
	width: 250px;
	left: 188px;
	top: 0;
}

.tg-impact .thumb img:nth-child(3) {
	width: 200px;
	left: 188px;
	top: 192px;
}

.tg-case {
	background: #ffffff;
}

.tg-case .part-title {
	margin-top: 50px;
	margin-bottom: 30px;
}

.tg-case .list {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}

.tg-case .list .item {
	width: 200px;
	height: auto;
	position: relative;
}

.tg-case .list .item .thumb a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, rgba(6, 87, 184, 1) 100%);
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.tg-case .list .item .info {
	width: 100%;
	height: auto;
	padding: 20px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.tg-case .list .item .info h2 {
	margin-bottom: 0;
	text-align: center;
}

.tg-case .list .item .info h2 a {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
}

.tg-case .list .item .info a.btn-arrow {
	opacity: 0;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.tg-case .list .item:hover .thumb a {
	opacity: 1;
}

.tg-case .list .item:hover .info {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}


.tg-case .list .item:hover .info a.btn-arrow {
	opacity: 1;
}


/*---------------- statement ----------------*/
.statement-icon {
	width: 58px;
	height: auto;
	position: fixed;
	right: 5%;
	bottom: 10%;
	z-index: 1500;
	cursor: pointer;
}

.statement-icon img {
	width: 100%;
	display: block;
}

.statement {
	width: 548px;
	height: 520px;
	position: fixed;
	right: 3%;
	bottom: 3%;
	z-index: 1600;
	background: url(../images/statement_bg.png) no-repeat 0 0 / 100%;
	transform: translate3d(0, 150%, 0);
	-webkit-transform: translate3d(0, 150%, 0);
	-moz-transform: translate3d(0, 150%, 0);
	-ms-transform: translate3d(0, 150%, 0);
}

.statement .close {
	width: 22px;
	height: auto;
	display: block;
	position: absolute;
	left: 25px;
	top: 22px;
	cursor: pointer;
}

.statement .info {
	width: 470px;
	height: auto;
	position: absolute;
	left: 36px;
	top: 120px;
}

.statement .info ul li {
	display: flex;
	margin-bottom: 20px;
}

.statement .info ul li h3 {
	width: 42px;
}

.statement .info ul li img {
	width: auto;
	height: 38px;
	display: block;
}

.statement .info ul li p {
	flex: 1;
	color: #474747;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
}

.statement .info h5 {
	margin-top: 20px;
	color: #474747;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}

/*---------------- home ----------------*/









/*---------------- home ----------------*/









/*---------------- home ----------------*/









/*---------------- home ----------------*/









/*---------------- home ----------------*/







