﻿#iabout .atab {background-color: var(--tis-color);}
#iabout .atab .wrap {display: flex; height: 130px;}
#iabout .atab a {display: flex; align-items: center; padding: 20px 38px; width: 25%; box-sizing: border-box; border-right: 1px solid #5f95d4;}
#iabout .atab a:last-child {border-right: none;}
#iabout .atab a div {margin-left: 30px; color:#fff; font-size: 24px; font-weight: bold; line-height: 1;}
#iabout .atab a div span {margin-top: 8px; color: rgba(255,255,255,0.66); font-size: 16px; font-weight: normal;}
#iabout .atab a:hover {border-right: none; background-color:#ae5026; background-image:linear-gradient(to right,#ae5026,#c9673b);}

#iabout .intro {padding-bottom: 95px; background: url(../images/iabout_bg.jpg) no-repeat center center/cover;}
#iabout .info {display: flex; align-items: flex-start; padding-top: 10px; padding-bottom: 55px;}
#iabout .info .text {flex: 1 1 auto; margin-right: 155px;}
#iabout .info .text .name {display: flex; align-items: flex-end; padding-bottom: 30px; color:var(--tis-color); font-size: var(--itis-fs); font-weight: bold; line-height: 1; border-bottom: 1px solid #abcced;}
#iabout .info .text .name span {margin-left: 25px; color:var(--text-color); font-size: 22px; font-weight: normal;}
#iabout .info .text .editorc {font-size: 18px; line-height: 2; text-align: justify;}
#iabout .info .text .abtn {display: flex; align-items: center; justify-content: space-between; margin-top: 50px; padding: 4px 4px 4px 28px; width: 225px; height: 50px; color:#fff; font-size: 18px; font-weight: bold; border-radius: 25px; box-sizing: border-box; background-color: var(--blue);}
#iabout .info .text .abtn i {flex: 0 0 auto; width: 42px; height: 42px; line-height: 42px; text-align: center; font-size: 16px; font-weight: normal; border-radius: 50%; background-color:#dc6e39;}
#iabout .info .imgs {flex: 0 0 auto; position: relative; width: 49.8%; font-size: 0; overflow: hidden;}
#iabout .info .imgs img {width: 100%; transition: 800ms ease-out;}
#iabout .info .imgs a {position: absolute; inset: 0; display: block; background: url(../images/play2.png) no-repeat center center;}
#iabout .info .imgs a.sj {display: none;}
#iabout .info .imgs:hover img {transform: scale(1.05);}

#iabout .szys {display: flex; padding-top: 30px; padding-bottom: 30px; background-color: var(--blue);}
#iabout .szys li {width: 20%; color:#fff; text-align: center; box-sizing: border-box; border-right: 1px solid #6e9ace;}
#iabout .szys li:last-child {border-right: none;}
#iabout .szys li h4 {font-family: Arial; font-size: 50px; font-weight: normal; line-height: 1;}
#iabout .szys li p {margin-top: 35px; font-size: 16px; line-height: 1.8;}

#ipros {position: relative;}
#ipros .swiper-slide {height: 657px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
#ipros .swiper-slide > img {display: none;}
#ipros .swiper-slide .wrap {display: flex; align-items: center; height: 100%;}
#ipros .swiper-button {position: absolute; top: 50%; z-index: 10; margin-top: -30px; color:#fff; font-size: 60px; cursor: pointer;}
#ipros .swiper-button-disabled {display: none; opacity: 0.5; cursor: default;}
#ipros .swiper-prev {left: 20px;}
#ipros .swiper-next {right: 20px;}
#ipros .text {padding: 40px; width: 410px; box-sizing: border-box; background-color: rgba(255,255,255,0.8);}
#ipros .text h2 {color:#000; font-size: 30px;}
#ipros .text p {margin-top: 10px; color:#000; font-size: 17px; line-height: 1.8; -webkit-line-clamp:3;}
#ipros .text a {display: block; margin-top: 35px; padding-left: 25px; padding-right: 60px; height: 48px; line-height: 48px; color:#fff; font-size: 18px; font-weight: bold; background: url(../images/icon-arrow.png) no-repeat right 30px center var(--blue);}

#ipros-fls {background-color: var(--blue);}
#ipros-fls > div {position: relative;}
#ipros-fls .swiper-slide {padding-top: 25px; padding-bottom: 25px; color:#fff; text-align: center; transition: none; cursor: pointer; box-sizing: border-box; border-right: 1px solid #508bd0;}
#ipros-fls .swiper-slide:last-child {border-right: none;}
#ipros-fls .swiper-slide div {height: 60px; font-size: 0; text-align: center;}
#ipros-fls .swiper-slide div img {max-height: 100%;}
#ipros-fls .swiper-slide h2 {margin-top: 10px; font-size: 22px;}
#ipros-fls .swiper-button {display: none;}
#ipros-fls .active {background-color:#ae5026; background-image:linear-gradient(to right,#ae5026,#c9673b);}


#izznl {position: relative; background-color:#0d5bb5;}
#izznl .text {position: absolute; inset: 0; z-index: 1;}
#izznl .text > div {display: flex; flex-direction: column; justify-content: center; height: 100%;}
#izznl .text ul {width: 39.25%;}
#izznl .text ul li {position: relative; padding-left: 30px; color:#fff; font-size: 24px; line-height: 1.6;}
#izznl .text ul li:not(:first-child) {margin-top: 25px;}
#izznl .text ul li span {position: absolute; top: 12px; left: 0; display: block; padding: 2px; width: 14px; height: 14px; border-radius: 50%; box-sizing: border-box; border: 2px solid #fff;}
#izznl .text ul li span::after {display: block; width: 100%; height: 100%; border-radius: 50%; background-color:#fff; content: '';}
#izznl .pics {display: flex; align-items: center; justify-content: flex-end;}
#izznl .pics li {position: relative; z-index: 2; font-size: 0; mix-blend-mode: soft-light;}
#izznl .pics li img {max-width: 100%; max-height: 500px;}
#izznl .pics li:nth-child(1) {right: -377px; z-index: 1;}
#izznl .pics li:nth-child(2) {right: -251px; z-index: 2;}
#izznl .pics li:nth-child(3) {right: -125px; z-index: 3;}
#izznl .pics li:nth-child(4) {right: 0px; z-index: 4;}
#izznl .pics li:hover {mix-blend-mode: normal;}


#icert {height: 786px; background: url(../images/icert_bg.jpg) no-repeat center center/cover;}
#icert .list {position: relative; margin: 0 auto; width: 1259px;}
#icert .list .swiper-slide {transition: none;}
#icert .list .swiper-slide::after {display: block; margin-top: 1px; height: 38px; background: url(../images/icert_bg2.png) repeat-x; content: '';}
#icert .list .swiper-button {position: absolute; top: 50%; z-index: 10; margin-top: -50px; color:#999; font-size: 60px; cursor: pointer;}
#icert .list .swiper-button:hover {color: var(--tis-color);}
#icert .list .swiper-button-disabled {opacity: 0.3; cursor: default; display: none;}
#icert .list .swiper-prev {left: -70px;}
#icert .list .swiper-next {right: -70px;}
#icert .list a {display: block; position: relative; padding-top: 140.8%; background: url(../images/icert_bg1.png) no-repeat #fff; background-size: 100% 100%;}
#icert .list a div {position: absolute; top: 5px; right: 6px; bottom: 10px; left: 5px;}
#icert .list a div img {max-width: 100%; max-height: 100%;}

#iyyly .wrap {padding-bottom: 80px;}
#iyyly .list {display: grid; grid-template-columns: repeat(4,1fr); gap: 20px;}
#iyyly .list .item {position: relative; padding-top: 65.26%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
#iyyly .list .item div {position: absolute; inset: 0; padding: 20px; background-color: rgba(0,0,0,0.5); box-sizing: border-box;}
#iyyly .list .item div::before {flex: 0 0 auto; display: block; margin-right: 20px; width: 40px; height: 1px; background-color:rgba(255,255,255,0.5); content: '';}
#iyyly .list .item div::after {flex: 0 0 auto; display: block; margin-left: 20px; width: 40px; height: 1px; background-color:rgba(255,255,255,0.5); content: '';}
#iyyly .list .item div h2 {color:#fff; font-size: 24px; font-weight: normal;}
#iyyly .list .item div:hover {background-color:rgba(0,118,255,0.6);}

#ikehu {padding-bottom: 80px; background-color: var(--blue);}
#ikehu .itis h2, #ikehu .itis p {color:#fff;}
#ikehu .itis .d::before, #ikehu .itis .d::after {background-color:#6e9fd8;}
#ikehu .list {display: grid; grid-template-columns: repeat(5,1fr); gap: 21.25px;}
#ikehu .list .item {position: relative; padding-top: 42.14%; overflow: hidden;}
#ikehu .list .item div {position: absolute; inset: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: transform 500ms ease-out;}
#ikehu .list .item:hover div {transform: scale(1.05);}

#inews .wrap {padding-bottom: 65px;}
#inews .list {display: grid; grid-template-columns: repeat(4,1fr); gap: 28px;}
#inews .list a .imgs {position: relative; padding-top: 65.625%; overflow: hidden;}
#inews .list a .imgs div {position: absolute; inset: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: 500ms ease-out;}
#inews .list a .text {margin-top: 15px;}
#inews .list a .text h2 {font-size: 16px; line-height: 1.6;}
#inews .list a .text p {margin-top: 15px; color:#999;}
#inews .list a:hover .imgs div {transform: scale(1.06);}

@media only screen and (max-width: 1680px){
	#iabout .info .text {margin-right: 80px;}
	#izznl .text > div {padding-left: 3%; width: 100%;}
	#izznl .text ul {width: 32%;}
	#izznl .text ul li {font-size: 22px;}
}

@media only screen and (max-width: 1500px){
	#izznl .text ul li {font-size: 20px;}
	#iabout .info .imgs a {background-size: 100px auto;}
}

@media only screen and (max-width: 1280px){
	#iabout .atab .wrap {padding: 0; height: 100px;}
	#iabout .atab a {padding: 20px 30px;}
	#iabout .atab a img {height: 40px;}
	#iabout .atab a div {margin-left: 20px; font-size: 20px;}
	#iabout .atab a div span {font-size: 14px;}
	
	#iabout .intro {padding-bottom: 5%;}
	#iabout .info {padding-bottom: 5%;}
	#iabout .info .text {margin-right: 6%;}
	#iabout .info .text .name {padding-bottom: 25px;}
	#iabout .info .text .name span {margin-left: 20px; font-size: 20px;}
	#iabout .info .text .editorc {font-size: 16px; line-height: 2;}
	#iabout .info .text .abtn {display: flex; align-items: center; justify-content: space-between; margin-top: 50px; padding: 4px 4px 4px 28px; width: 225px; height: 50px; color:#fff; font-size: 18px; font-weight: bold; border-radius: 25px; box-sizing: border-box; background-color: var(--blue);}
	#iabout .info .text .abtn i {flex: 0 0 auto; width: 42px; height: 42px; line-height: 42px; text-align: center; font-size: 16px; font-weight: normal; border-radius: 50%; background-color:#dc6e39;}
	#iabout .info .imgs {flex: 0 0 auto; position: relative; width: 49.8%; font-size: 0; overflow: hidden;}
	#iabout .info .imgs a {background-size: 80px auto;}

	#iabout .szys li h4 {font-size: 40px;}
	#iabout .szys li p {margin-top: 20px; font-size: 14px;}

	#ipros .swiper-slide {height: 520px;}
	#ipros .swiper-prev {left: 0;}
	#ipros .swiper-next {right: 0;}
	#ipros .text {padding: 30px; width: 410px;}
	#ipros .text h2 {font-size: 24px;}
	#ipros .text p {margin-top: 10px; font-size: 16px; }
	#ipros .text a {display: block; margin-top: 35px; padding-left: 25px; padding-right: 60px; height: 48px; line-height: 48px; color:#fff; font-size: 18px; font-weight: bold; background: url(../images/icon-arrow.png) no-repeat right 30px center var(--blue);}
	#ipros-fls .wrap {padding: 0;}
	#ipros-fls .swiper-slide div {height: 40px;}
	#ipros-fls .swiper-slide h2 {margin-top: 10px; font-size: 18px;}

	#izznl .text > div {padding-left: 4%;}
	#izznl .text ul {width: 35%;}
	#izznl .text ul li {margin-top: 15px; padding-left: 22px; font-size: 16px;}
	#izznl .text ul li:not(:first-child) {margin-top: 15px;}
	#izznl .text ul li span {top: 9px; padding: 2px; width: 10px; height: 10px; border-width: 1px;}
	#izznl .pics li img {max-height: 400px;}
	#izznl .pics li:nth-child(1) {right: -302px;}
	#izznl .pics li:nth-child(2) {right: -201px;}
	#izznl .pics li:nth-child(3) {right: -100px;}

	#icert {padding-bottom: 5%; height: auto;}
	#icert .list {width: 100%;}
	#icert .list .swiper-prev {left: -55px;}
	#icert .list .swiper-next {right: -55px;}

	#iyyly .wrap {padding-bottom: 5%;}
	#iyyly .list .item div {padding: 15px;}
	#iyyly .list .item div::before {margin-right: 12px; width: 20px;}
	#iyyly .list .item div::after {margin-left: 12px; width: 20px;}
	#iyyly .list .item div h2 {font-size: 18px;}

	#ikehu {padding-bottom: 5%;}

	#inews .wrap {padding-bottom: 5%;}
	#inews .list { column-gap: 25px;}
	#inews .list a .text {margin-top: 15px;}
	#inews .list a .text h2 {font-size: 14px;}
	#inews .list a .text p {margin-top: 15px;}
}

@media only screen and (max-width: 1024px){
	#iabout .atab .wrap {height: auto;}
	#iabout .atab a {padding: 20px;}
	#iabout .atab a img {height: 30px;}
	#iabout .atab a div {margin-left: 15px; font-size: 16px;}
	#iabout .atab a div span {font-size: 12px;}
	#iabout .info {display: block; padding-top: 0;}
	#iabout .info .text {margin-right: 0;}
	#iabout .info .text .name {padding-bottom: 25px;}
	#iabout .info .text .name span {margin-left: 12px; font-size: 16px;}
	#iabout .info .text .editorc {font-size: 16px; line-height: 1.8;}
	#iabout .info .text .abtn {margin-top: 5%; padding-left: 20px; width: 150px; height: 40px; font-size: 15px; border-radius: 20px;}
	#iabout .info .text .abtn i {width: 32px; height:32px; line-height: 32px; font-size: 12px;}
	#iabout .info .imgs {margin-top: 5%; width: 100%;}
	#iabout .szys {padding-top: 20px; padding-bottom: 20px;}
	#iabout .szys li h4 {font-size: 30px;}
	#iabout .szys li p {margin-top: 10px; font-size: 14px;}

	#ipros .swiper-slide {height: 400px;}
	#ipros .swiper-prev {left: 0;}
	#ipros .swiper-next {right: 0;}
	#ipros .swiper-button {margin-top: -20px; font-size: 40px;}
	#ipros .swiper-prev {left: 5px;}
	#ipros .swiper-next {right: 5px;}
	#ipros .text {padding: 25px; width: 350px;}
	#ipros .text h2 {font-size: 18px;}
	#ipros .text p {margin-top: 10px; font-size: 14px;}
	#ipros .text a {margin-top: 20px; padding-left: 15px; padding-right: 40px; height: 40px; line-height: 40px; font-size: 14px; background-position: right 15px center; background-size: auto 14px;}
	#ipros-fls .swiper-slide {padding-top: 20px; padding-bottom: 20px;}
	#ipros-fls .swiper-slide div {height: 30px;}
	#ipros-fls .swiper-slide h2 {margin-top: 10px; font-size: 14px;}

	#izznl .text ul {width: 40%;}

	#icert .list .swiper-button {margin-top: -20px; font-size: 40px;}
	#icert .list .swiper-prev {left: -40px;}
	#icert .list .swiper-next {right: -40px;}

	#iyyly .list .item div h2 {font-size: 16px;}

	#inews .list a .text p {font-size: 12px;}
}

@media only screen and (max-width: 800px){
	#iabout .szys {display: grid; grid-template-columns: repeat(3,1fr); row-gap: 30px; padding: 30px 20px;}
	#iabout .szys li {width: auto;}
	#iabout .szys li:nth-child(3) {border-right: none;}
	#iabout .szys li h4 {font-size: 30px;}
	#iabout .szys li p {margin-top: 10px; font-size: 14px;}

	#ipros .swiper-button {margin-top: -15px; font-size: 30px;}
	#ipros-fls .swiper-button {position: absolute; top: 50%; z-index: 10; display: block; margin-top: -15px; width: 30px; height: 30px; line-height: 30px; color:#fff; font-size: 30px; text-align: center;}
	#ipros-fls .swiper-button-disabled {display: none; opacity: 0.5; cursor: default;}
	#ipros-fls .swiper-prev {left: 12px;}
	#ipros-fls .swiper-next {right: 12px;}

	#izznl .text ul {width: 50%;}
	#izznl .text ul li {margin-top: 10px; padding-left: 18px; font-size: 14px;}
	#izznl .text ul li:not(:first-child) {margin-top: 10px;}
	#izznl .text ul li span {top: 6px; padding: 1px; width: 8px; height: 8px;}
	#izznl .pics li:nth-child(1) {right: -392px;}
	#izznl .pics li:nth-child(2) {right: -255px;}
	#izznl .pics li:nth-child(3) {right: -120px;}

	#iyyly .list {grid-template-columns: 1fr 1fr;}
	#ikehu .list {gap: 15px;}
	#inews .list {grid-template-columns: 1fr 1fr; gap: 30px 20px;}
}

@media only screen and (max-width: 640px){
	#iabout .atab .wrap {flex-flow: row wrap;}
	#iabout .atab a {padding: 15px 20px; width: 50%;}
	#iabout .atab a:nth-child(even) {border-right: none;}
	#iabout .atab a:nth-child(n+3) {border-top: 1px solid #5f95d4;}
	#iabout .atab a img {width: 20px; height: auto;}
	#iabout .atab a div {margin-left: 15px; font-size: 14px;}
	#iabout .atab a div span {font-size: 10px;}
	#iabout .info .text .name {padding-bottom: 20px;}
	#iabout .info .text .name span {margin-left: 12px; font-size: 14px;}
	#iabout .info .text .editorc {font-size: 14px; line-height: 1.7;}
	#iabout .info .text .abtn {margin-top: 5%; padding-left: 20px; width: 130px; height: 36px; font-size: 14px; border-radius: 18px;}
	#iabout .info .text .abtn i {width: 28px; height:28px; line-height: 28px; font-size: 10px;}
	#iabout .szys li h4 {font-size: 26px;}
	#iabout .szys li p {margin-top: 10px; font-size: 12px;}

	#ipros .swiper-slide {height: auto; background-size: 0 0; background-color: #fff;}
	#ipros .swiper-slide > img {display: block; width: 100%;}
	#ipros .swiper-slide .wrap {display: block; padding: 4%; height: auto;}
	#ipros .swiper-button {display: none;}
	#ipros .text {padding: 0; width: auto;}
	#ipros .text h2 {font-size: 18px; text-align: center;}
	#ipros .text p {margin-top: 10px; font-size: 14px; line-height: 1.7; -webkit-line-clamp:99;}

	#izznl .text {position: static;}
	#izznl .text ul {padding-top: 5%; padding-bottom: 5%; width: 100%;}
	#izznl .text ul li {margin-top: 0;}
	#izznl .text ul li:not(:first-child) {margin-top: 10px;}
	#izznl .pics li:nth-child(1) {right: -180px;}
	#izznl .pics li:nth-child(2) {right: -130px;}
	#izznl .pics li:nth-child(3) {right: -80px;}
	#izznl .pics li img {width: 100%; max-width: 100%; max-height: initial;}
}

@media only screen and (max-width: 480px){
	#iabout .atab a {padding: 12px 15px;}
	#iabout .atab a img {width: 20px;}
	#iabout .atab a div {margin-left: 10px; font-size: 14px;}
	#iabout .atab a div span {margin-top: 5px; font-size: 10px;}
	#iabout .atab a:last-child img {margin-left: 3px; margin-right: 3px; width: 14px;}

	#iabout .info .text .name {padding-bottom: 10px;}
	#iabout .info .text .name span {margin-left: 10px; font-size: 12px;}
	#iabout .info .text .editorc {text-align: left;}
	#iabout .info .text .abtn {padding-left: 15px; width: 120px; height: 30px; font-size: 12px; border-radius: 15px;}
	#iabout .info .text .abtn i {width: 22px; height:22px; line-height: 22px; font-size: 10px;}
	#iabout .info .imgs a {background-size: 50px auto;}
	#iabout .info .imgs a.pc {display: none;}
	#iabout .info .imgs a.sj {display: block;}

	#iabout .szys {grid-template-columns: 1fr 1fr; gap: 20px 0; padding: 15px;}
	#iabout .szys li:nth-child(odd) {border-right: 1px solid #6e9ace;}
	#iabout .szys li:nth-child(even) {border-right: none;}
	#iabout .szys li h4 {font-size: 18px; font-weight: bold;}
	#iabout .szys li p {margin-top: 5px; font-size: 12px; line-height: 1.6;}

	#ipros .swiper-slide .wrap {padding: 5%;}
	#ipros .text h2 {font-size: 16px;}
	#ipros-fls .swiper-slide {padding-top: 12px; padding-bottom: 12px;}
	#ipros-fls .swiper-slide div {height: 24px;}
	#ipros-fls .swiper-slide h2 {font-size: 12px;}
	#ipros-fls .swiper-button {margin-top: -12px; width: 24px; height: 24px; line-height: 24px; font-size: 24px;}
	#ipros-fls .swiper-prev {left: 5px;}
	#ipros-fls .swiper-next {right: 5px;}

	#izznl .text > div {padding-left: 5%;}
	#izznl .pics li:nth-child(1) {right: 0;}
	#izznl .pics li:nth-child(2) {right: 0;}
	#izznl .pics li:nth-child(3) {right: 0;}

	#icert .list {padding-left: 25px; padding-right: 25px; box-sizing: border-box;}
	#icert .list .swiper-slide::after {height: 20px;}
	#icert .list .swiper-button {margin-top: -20px; color:#666; font-size: 30px;}
	#icert .list .swiper-prev {left: -5px}
	#icert .list .swiper-next {right: -5px;}

	#iyyly .list {gap: 12px;}
	#iyyly .list .item div::before {display: none;}
	#iyyly .list .item div::after {display: none;}
	#iyyly .list .item div h2 {font-size: 14px;}

	#ikehu .list {gap: 12px; grid-template-columns: repeat(3,1fr);}
	#inews .list {gap: 15px 12px;}
	#inews .list a .text {margin-top: 8px;}
	#inews .list a .text h2 {font-size: 12px; font-weight: normal; line-height: 1.5;}
	#inews .list a .text p {margin-top: 5px; font-size: 10px;}
}