.banner-inner {
	background: url("/static/images/banner/banner-cyperus.webp") no-repeat;
	background-size: 100% 100%
}
.top ul {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.top ul li {
	width: calc(50% - 10px)
}
.top li:first-child img {
	border-radius: 50px 0 0 50px
}
.top li:last-child img {
	border-top-right-radius: 50px
}
.top .txt {
	width: 80%;
	padding: 50px 80px 60px;
	max-width: 1280px;
	background: linear-gradient(150deg, var(--white), #e3f0ff);
	border-radius: 30px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	margin: 60px auto 0;
}
.top .txt span {
	display: inline-block;
	width: 40%;
	max-width: 560px;
	height: 50px;
	background: var(--bgsshadowcolor);
	border-radius: 25px;
	font-size: 24px;
	color: var(--white);
	line-height: 50px;
	
	text-align: center;
	margin: 0 auto
}
.top .txt p {
	    width: 100%;
    font-size: 20px;
    color: var(--fttcolor);
    line-height: 32px;
    margin-top: 30px;
}
.item h2 {
	width: 56%
}
.item ul {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.item ul li {
	width: calc(33.33% - 10px);
	text-align: right
}
.item li p {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 28px;
	margin-top: 15px
}
.item li p.title {
	display: inline-block;
	width: 60%;
	max-width: 265px;
	height: 60px;
	background: var(--bgshadowcolor);
	border-radius: 7px;
	
	font-size: 24px;
	color: var(--white);
	line-height: 60px;
	text-align: center;
	margin-top: 0
}
.item li .line {
	width: 100%;
	height: 2px;
	background: var(--bgcolor);
	position: relative;
	z-index: 1;
	margin-top: 20px
}
.item li .line::before {
	content: '';
	position: absolute;
	right: 96px;
	top: -7px;
	width: 16px;
	height: 16px;
	background: var(--bgcolor);
	border-radius: 50%;
	z-index: 2
}
.item li span {
	
	font-size: 160px;
	color: rgba(34,34,34,0);
	line-height: 125px;
	text-stroke: 6px var(--bgcolor);
	opacity: .5;
	-webkit-text-stroke: 6px var(--bgcolor);
	display: inline-block;
	margin-top: 30px
}
.item li:last-child {
	text-align: left
}
.item li:last-child .line::before {
	right: unset;
	left: 96px
}
.item li:last-child p.title {
	width: 75%;
	max-width: 340px;
	margin-top: 30px
}
.item li:last-child span {
	display: block;
	margin-top: 0
}
.item2 h2 {
	width: 50%
}
.item2 ul li {
	border-radius: 20px;
	overflow: hidden
}
.item2 ul li img {
	border-radius: 20px;
	transition: all linear .5s
}
.httech table {
	width: 100%;
	position: relative;
	font-size: 18px;
	color: var(--fttcolor);
	
	height: auto;
	overflow: hidden;
	background: #f9f9f9;
	border: 2px solid #d4d4d4
}
.httech table thead {
	text-align: center
}
.httech table .tabTh th {
	font-size: 20px;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	border: 2px solid #d4d4d4;
	font-weight: normal;
	
}
.httech table tr.tabTh.th-last td {
	line-height: 2.5
}
.httech table td {
	vertical-align: middle;
	border: 2px solid #d4d4d4
}
.httech table tr td {
	text-align: center;
	padding: 15px 10px
}
.httech table tbody tr:first-child, .httech table tbody tr:nth-child(3) {
	background: #e3f0ff
}
.httech table tr td p {
	margin-bottom: 30px
}
.httech table tr td p:last-child {
	margin-bottom: 0
}

@media(any-hover:hover) {
.item2 ul li:hover img {
	transform: scale(1.1)
}
}

@media screen and (max-width:1680px) {
.solution-main {
	padding: 70px 0 50px
}
.related-solutions ul li a {
	align-items: center
}
.top ul li img {
	height: auto
}
}

@media screen and (max-width:1440px) {
.top .txt span {
	font-size: 19px
}
.top .txt p {
	font-size: 18px;
	line-height: 28px
}
.top .txt {
	bottom: 60px
}
.item li span {
	font-size: 120px;
	line-height: 120px
}
.item li p.title {
	height: 50px;
	font-size: 22px;
	line-height: 50px
}
}

@media screen and (max-width:1280px) {
.top .txt {
	padding: 25px 40px 30px
}
.top .txt span {
	width: 80%
}
.top .txt p {
	font-size: 17px;
	line-height: 24px;
	margin-top: 20px
}
.top .txt {
	bottom: 120px
}
.item li span {
	font-size: 90px;
	line-height: 90px
}
.item li p.title {
	height: 45px;
	font-size: 18px;
	line-height: 45px
}
.item li:last-child p.title {
	margin-top: 15px
}
.item li p {
	font-size: 15px;
	line-height: 21px
}
}

@media screen and (max-width:768px) {
h1::before {
	left: 12px
}
.top ul {
	flex-wrap: wrap
}
.top ul li {
	width: 100%
}
.top li img {
	border-radius: 10px!important
}
.top ul li:first-child {
	margin-bottom: 20px
}
.top .txt {
	position: unset;
	width: 100%;
	padding: 30px 15px;
	max-width: unset;
	border-radius: 10px;
	margin-top: 25px
}
.top .txt span {
	display: inline-block;
	width: 75%;
	max-width: unset;
	height: 40px;
	background: var(--bgsshadowcolor);
	border-radius: 20px;
	font-size: 18px;
	color: var(--white);
	line-height: 40px;
	
	text-align: center;
	margin: 0 auto
}
.top .txt p {
	width: 100% !important;
    font-size: 16px;
    color: var(--fttcolor);
    line-height: 24px;
    margin-top: 20px;
    text-indent: 32px;
    text-align: left;
}
.top {
	padding-bottom: 0
}
.item h2 {
	width: 92%
}
.item ul {
	flex-wrap: wrap
}
.item ul li {
	width: 100%;
	order: 2;
	text-align: left
}
.item ul li:nth-child(2) {
	order: 1
}
.item li p {
        font-size: 16px;
        line-height: 24px;
        text-indent: 32px;
    }
.item li p.title {
	        width: 35%;
        max-width: unset;
        height: 36px;
        border-radius: 7px;
        font-size: 18px;
        line-height: 36px;
        text-indent: 0;
}
    
.item li .line {
	margin-top: 15px
}
.item li span {
	display: none!important
}
.item li .line::before {
	right: unset;
	left: 50px!important
}
.item li:first-child {
	margin-top: 30px
}
.item li:last-child p.title {
	width: 35%;
	max-width: unset;
	margin-top: 20px
}
.item2 h2 {
	width: 100%
}
.item2 ul li, .item2 ul li img {
	border-radius: 10px
}
.item2 ul li:nth-child(2) {
	order: 2
}
.item2 li {
	margin-top: 20px
}
.item2 li:first-child {
	margin-top: 0
}
.httech {
	overflow-x: auto
}
.httech table {
    width:300%;
	font-size: 16px;
	border-radius: 6px;
	position: relative
}
.httech table .tabTh th {
	font-size: 16px;
	border-width: 1px;
	padding: 10px
}
.httech table .tabTh th br {
	display: none
}
.httech table td {
	border-width: 1px;
	line-height: 1.5
}
.httech table tr td p {
	line-height: 1.5;
	padding: 15px;
}
}
