/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 24px;
    width: 24px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.selected .gh {
    transform: rotate(90deg);
}

.gh a {
    background-color: #fff;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.selected .gh a:after,
.selected .gh a:before {
    top: 0;background: #fff;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    width: 100%;
}

.selected .gh a {
    /* background-color: transparent !important; */
	background: #fff;
}
html{
	font-size: 1vw;
}

@media only screen and (max-width:1320px) {
	.wrap {
		width: 90%;
	}
}
@media only screen and (max-width:1080px) {
	.wrap {
		width: 92%;
	}
	.header .naver ul {
		gap: 0 1.5rem;
	}
	.header .lsele {
		margin: 0 1.5rem 0 2rem;
	}
	.hnews li {
		width: calc((100% - 3rem)/3);
	}
	.hnews li:nth-child(n+3) {
		display: none;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 3vw;
	}
	.header .lsele{
	    margin: 0;
	}
	.wrap {
		width: 92%;
	}
	.header {
		padding: 1rem 0;
	}
	.header .wrap {
		background: rgba(55,64,82,0.3);
		border-radius: 0;
		padding: 0.8rem 1rem;
		backdrop-filter: blur(1rem);
	}
	.header .logo img {
		height: 1.8rem;
	}
	.header .rt {
		display: none;
	}
	.header .naver {
		display: none;
	}
	.header .hamburger {
		display: block;
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
		width: 2rem;
		height: 2rem;
		cursor: pointer;
		z-index: 100;
	}
	.header .hamburger span {
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		margin: 5px 0;
		transition: all 0.3s;
	}
	.header .hamburger.active span:nth-child(1) {
		transform: rotate(45deg) translateY(6px);
	}
	.header .hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	.header .hamburger.active span:nth-child(3) {
		transform: rotate(-45deg) translateY(-6px);
	}
	.mobile-nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,5,11,0.95);
		z-index: 98;
		padding-top: 6rem;
	}
	.mobile-nav.active {
		display: block;
	}
	.mobile-nav ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
	.mobile-nav li a {
		font-size: 1.5rem;
		color: #C8D7FF;
	}
	.mobile-nav .lsele {
		margin: 2rem 0;
		background: none;
		border: 1px solid #C8D7FF;
		padding: 0.5rem 1rem;
		border-radius: 0.5rem;
	}
	.mobile-nav .hbtn {
		display: block;
		width: 10rem;
		height: 3rem;
		line-height: 3rem;
		text-align: center;
		background: linear-gradient(90deg, #2D50FF, #00FFC2);
		border-radius: 0.5rem;
		color: #fff;
		font-size: 1rem;
		margin-top: 2rem;
	}
	.hsection .text {
		padding-top: 8rem;
	}
	.htit h3 {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.htit p {
		font-size: 0.8rem;
		line-height: 1.8;
		margin: 1rem 0 0;
	}
	.nbtn {
		width: 12rem;
		height: 2.5rem;
		font-size: 0.8rem;
		padding: 0 1rem;
		margin: 1.5rem auto 0;
	}
	.nbtn i {
		font-size: 0.8rem;
	}
	.culist {
		margin: 11rem auto;
		height: auto;
		width: 100%;
		padding:0.2rem 1rem;
	}
	.hitem1 ul {
		flex-wrap: wrap;
		padding: 1rem 2rem;
		gap: 1rem;
	}
	.hitem1 li {
		width: calc(50% - 0.5rem);
	}
	.hitem1 li h4 {
		font-size: 1.8rem;
	}
	.hitem1 li p {
		font-size:12px;
		line-height: 1.2;
	}
	.hnews {
		padding: 3rem 0;
	}
	.hnews .gico {
		display: none;
	}
	.hnews ul {
		justify-content: space-between;
		gap: 1.5rem 0;
	}
	.hnews li {
		width: calc((100% - 15px)/2);
		margin: 0;
	}
	.hnews li a .pic {
		height: 12rem;
	}
	.hnews li a .txt {
		padding: 1rem;
	}
	.hnews li a .txt p {
		font-size: 12px;
		height: auto;
		line-height: 1.5;
	}
	.newsmore {
		margin: 3rem 0;
	}
	.newsmore a {
		width: 12rem;
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 12px;
	}
	.htit h6 {
		font-size: 0.9rem;
		line-height: 2rem;
		margin: 0 auto 1.5rem;
	}
	.htable {
		margin-top: 2rem;
		overflow-x: auto;
	}
	.htable table {
		width: 100%;
	}
	.htable table th,
	.htable table td {
		padding-left: 1rem;
		font-size: 0.6rem;
		height: auto;
		padding: 0.5rem;
	}
	.hworkow {
		height: 30rem;
		margin-top: -2rem;
	}
	.hrongyu {
		padding: 2rem 0;
	}
	.hrongyu:before {
		height: 8rem;
	}
	.hrongyu ul {
		gap: 0;flex-wrap: inherit;
	}
	.hrongyu li {
		width: inherit;
	}
	.hrongyu li .pic {
		transform: scale(0.95);
	}
	.hrongyu li.swiper-slide-active{
		z-index: 3;
	}
	.hrongyu li.swiper-slide-active .pic {
		transform: scale(1);
	}
	.hrongyu li.swiper-slide-active p{
		opacity: 1;
	}
	.hrongyu li p {
		font-size: 12px;
		line-height: 1.5;
		opacity: 0;
	}
	.hicontxtlist {
		padding: 5rem 0 3rem;
	}
	.hicontxtlist li {
		width: auto;
		height: auto;
		padding: 1rem;
		margin-bottom: 15px;
	}
	.hicontxtlist li img {
		width: 6rem;
		height: 6rem;
	}
	.hicontxtlist li .txt{
		width: calc(100% - 6.4rem);
	}
	.hicontxtlist li .txt h4 {
		font-size: 16px;
		line-height: 1.5;
	}
	.hicontxtlist li .txt p {
		font-size: 12px;
		line-height: 1.5;
	}
	.hagent {
		padding: 2rem 0;
	}
	.swiperpmd {
		margin-top: 2rem;
		padding: 0.5rem 0;
	}
	.hcore {
		padding: 3rem 0 0;
	}
	.hcore .gico {
		display: none;
	}
	.hcore .htit.lt {
		width: 100%;
		text-align: center;
	}
	.hcore .flex {
		flex-direction: column;
		gap: 1.5rem;
	}
	.hcore .flex ul {
		width: 100%;
	}
	.hcore .flex li {
		padding: 0 2rem;
	}
	.hcore .flex li .th {
		height: 4rem;
	}
	.hcore .flex li .th img {
		width: 2rem;
		height: 2rem;
	}
	.hcore .flex li .th h4 {
		font-size:16px;
		width: calc(100% - 4rem);
	}
	.hcore .flex li p {
		font-size:12px;
		padding-bottom: 1rem;
		line-height: 1.6;
	}
	.hcore .flex .cpic {
		width: 150px;margin: 0 auto;
	}
	.hcore {
		padding-bottom: 20px;
	}
	.hfinance {
		padding: 3rem 0 2rem;background-size: 100% 105% !important;
	}
	.hfinance .htit h6 {
		margin-top: 2rem;
	}
	.hexper {
		padding: 0 0 3rem;
	}
	.hexper li {
		width: 100%;
		height: auto;
		padding: 1.5rem;
	}
	.hexper li h4 {
		font-size: 16px;
		line-height: 1.4;
	}
	.hexper li p {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 0.5rem;
	}
	.footer {
		padding-top: 2rem;
	}
	.footer .flex {
		flex-direction: column;
		gap: 2rem;
	}
	.footer .lt {
		max-width: 100%;
	}
	.footer .lt p {
		font-size: 12px;
	}
	.footer dt {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.footer dd {
		margin-top: 0.5rem;
	}
	.footer dd a {
		font-size: 12px;
	}
	.footer .copyright .wrap {
		justify-content: center;
		padding: 2rem 0 1rem;
	}
	.footer .copyright .wrap a {
		font-size:12px;
	}
	.hotnews {
		padding: 6rem 0 3rem;
	}
	.newslist li a {
		height: auto;
		padding: 1rem 0;
	}
	.newslist li a h4 {
		font-size: 14px;
		width: calc(100% - 100px);
	}
	.newslist li a .time {
		font-size: 12px;
	}
	.pages ul {
		gap: 0.5rem;
		margin-top: 2rem;
	}
	.pages li a {
		width:2.8rem;
		height: 2.8rem;
		line-height: 2.8rem;
		font-size: 12px;
	}
	.header{
		padding: 0;
	}
	.header .wrap{
		margin: 0;width: auto;
	}
	.gh{
		display: block;position: static;margin-left: 15px;
	}
	.header .rt{
		display: flex;
	}
	.header .wrap{
		height: 52px !important;
	}
	.header .naver{
		display: block;
		position: absolute;
		display: none;
		inset: 100% 0  auto;
		height: calc(100vh - 52px);
		background: #000;
	}
	.header .naver ul{
		display: block;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		padding-bottom: 80px;
	}
	.header .naver li a{
		font-size: 16px;
		text-align: center;
		line-height:86px;
	}
	.header .naver li i{
		display: none;
	}
	.header .lsele{
		font-size: 16px;
	}
	.htit p br{
		display: none;
	}
	.htit p{
		font-size: 12px;
	}
	.culist h4,
	.culist .cuswiper a{
		font-size: 12px;
	}
	.nbtn i{
		font-size: 12px;
	}
	.hsection{
		padding-bottom: 30px;
	}
	.hnews li a .txt h6{
		font-size: 12px;
	}
	.hautonomous{
		padding: 30px 0;
		background: url(../images/wbg1.jpg) no-repeat center/cover !important;
	}
	.htable table td{
		vertical-align: center;
	}
	.htable table td img{
		margin-right: 0.2rem;
	}
	.swiperpmd img{
		height: 50px;
		max-width: inherit;
	}
	.footer dd.icodl a{
		width: 40px;height: 40px;
	}
	.footer dd.icodl{
		justify-content: space-between;
	}
	.footer{
		padding: 30px 20px 10px;
	}
	.header{
	    padding: 0;
	    background: #111 !important;
	    backdrop-filter: blur(1.5625rem);
	}
	.header .wrap{
		background: none !important;
	}
	.newslist{
		margin-top: 10px;
	}
	.hotnews .next a{
		width: 40px;height: 40px;background-size: 30px auto !important;
	}
	.newsdel .th .time,
	.detail{
		font-size: 12px;
	}
	.detail span{
	   
	}
	.htable table th{
		color: #fff;
	}
	.header .hbtn,
	.header .rbtn{
		margin: 0;width: auto;
		padding: 0 12px;margin: 0 3px;
	}
	.header .lsele{
		font-size: 12px;
	}
	.header .logo{
		display: flex;
		align-items: center;
	}
	.lang-list li{
	    padding: 8px 0;
	}
	.lang-select-btn{
	    margin: 0 0 0 10px;
	}
	.lang-list{
	    left: auto;right: 0;padding: 6px 15px;min-width: 130px;
	}
	.culist{
	    margin-top:9rem ;
	}
}
