/*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: #d80014;
    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: #d80014;
    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;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    background: #d80014;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #d80014;
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}
@media only screen and (max-width:1240px) {
	html{
		font-size: 16px;
	}
	.header .hd ul li h3 .icon img {
		max-width: 55%;
		max-height: 55%;
	}
	
}
@media only screen and (max-width:1040px) {
	html{
		font-size: 14px;
	}
	.wrap {
		width: auto;
		padding: 0 1rem;
	}
	.header .hd .wrap {
		padding: 0;
	}
	.fhpage2 .voss .text .hd .lt li a {
		padding: 0 0.4rem;
		font-size: 1rem;
	}
	.fhpage2 .voss .text .hd .more {
		margin: 0.4rem 0.6rem 0 0;
	}
	.fhpage2 .voss .text .hd .lt li {
		margin-right: 0.8rem;
	}
	.header .bd .logo {
		width: 30rem;
	}
	.header .bd .keyword {
		margin: 0.8rem 1rem 0 0;
	}
	.fpages ul li a {
		font-size: 12px;
		line-height: 25px;
		min-width: 27px;
	}
	.fpages ul li .text {
		height: 27px;
		width: 32px;
	}
	.fpages ul li h5 {
		font-size: 12px;
		line-height: 27px;
	}
	.fjituan .list ul li .pic {
		height: 21vw;
	}
	
	
}
@media only screen and (max-width:768px) {
	h2{
		font-size: 18px;
	}
	h1 {
		font-size: 20px;
	}
	h3,
	h4 {
		font-size: 16px;
	}
	h5,
	h6,
	p {
		font-size: 14px;
	}
	.wrap {
		padding: 0;
	}
	.layout {
		padding-top: 50px;
	}
	.header {
		height: 50px;
		position: fixed;
		z-index: 111;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header .bd .keyword {
		display: none;
	}
	.gh {
		position: absolute;
		display: block;
		right: 15px;
		top: 15px;
	}
	.header .bd {
		padding: 0;
	}
	.header .bd .logo {
		width: 280px;
		top: 5px;
		position: absolute;
		float: none;
		left: 15px;
	}
	.header .hd {
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: none;
	}
	.header .hd ul li {
		float: none;
		width: auto;
	}
	.header .hd ul li h3 a {
		text-align: left;
		padding: 0 15px;
	}
	.header .hd ul li h3 h5 {
		font-size: 16px;
		line-height: 40px;
	}
	.header .hd ul li h3 .icon {
		height: 40px;
		width: 40px;
	}
	.header .hd ul li h3 {
		position: relative;
	}
	.header .hd ul li h3 i {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 40px;
		width: 40px;
		background: url(../images2023/fn16.png) no-repeat center;
		transition:all 0.3s;
		-ms-transition:all 0.3s;  /* IE 9 */
		-moz-transition:all 0.3s;     /* Firefox */
		-webkit-transition:all 0.3s; /* Safari 和 Chrome */
		-o-transition:all 0.3s;
	}
	.header .hd ul li.on h3 i {
		transform:rotate(90deg);
		-ms-transform:rotate(90deg);  /* IE 9 */
		-moz-transform:rotate(90deg);     /* Firefox */
		-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
		-o-transform:rotate(90deg);
	}
	.header .hd ul li .nali {
		position: initial;
	}
	.header .hd ul li .nali dl {
		padding: 5px 0 10px;
	}
	.header .hd ul li .nali dd a {
		font-size: 14px;
		line-height: 2;
		text-align: left;
		padding: 0 55px;
	}
	.banner {
		height: 100px;
	}
	.banner img {
		display: block;
		height: 100%;
		object-fit: cover;
	}
	.fhpage1 {
		padding: 20px 15px 30px;
	}
	.fhpage1 .totiao {
		height: auto;
		right: -15px;
	}
	.fhpage1 .text {
		margin-top: 0;
	}
	.fhpage1 .text h3 {
		padding: 0 30px;
		font-size: 18px;
		line-height: 2;
	}
	.fhpage1 .text h3 img {
		left: -5px;
		top: 11px;
		height:
		 20px;
	}
	.fhpage1 .text p {
		margin-top: 5px;
		font-size: 14px;
		line-height: 1.6;
	}
	.fhpage2 {
		padding: 30px 15px;
	}
	.fhpage2 .voss .pic {
		float: none;
		width: auto;
		margin-top: 0;
	}
	.fhpage2 .voss .text {
		float: none;
		width: auto;
		margin-top: 20px;
	}
	
	.fhpage2 .voss .text .hd .lt li a {
		font-size: 16px;
		line-height: 2.6;
	}
	.fhpage2 .voss .list li dd h6 {
		font-size: 14px;
		line-height: 30px;
	}
	.fhpage2 .voss .list li dd p {
		padding-right: 5px;
		font-size: 12px;
		line-height: 30px;
	}
	.fhpage2 .voss .text .hd .more {
	    margin: 10px 5px 0 0;
	}
	.fpicswiper li a{
		height: 50px;
	}
	.fhpage3 {
		padding-top: 30px;
	}
	.fhpage3 .voss .text,
	.fhpage3 .voss .list {
		float: none;
		width: auto;
	}
	.fhpage3 .voss .text p {
		font-size: 12px;
		margin-top: 15px;
	}
	.fhpage3 .voss .list ul li {
		margin-bottom: 10px;
		width: 25%;
	}
	.fhpage3 .voss .list ul li .icon {
		height: 50px;
	}
	.fhpage3 .flist ul{
		padding:0 10px;
	}
	.fhpage3 .flist ul li {
		width: 49% !important;
		float: left;
		height: 150px;
		margin-right: 0 !important;
		margin-bottom: 8px;
		box-shadow: none !important;
	}
	.fhpage3{
		background: none !important;
	}
	.fhpage3 .flist ul li:nth-child(2n){
		float: right;
	}
	.fhpage3 .flist ul li i {
		display: none;
	}
	.fhpage3 .flist ul li h4 {
		left: auto;
		right: 15px;
	}
	.fhpage4 {
		padding: 30px 15px;
	}
	.fhpage4 ul li {
		float: none;
		margin-right: 0;
		width: auto;
		margin-bottom: 15px;
	}
	.fhpage4 ul li dd a {
		font-size: 14px;
		line-height: 30px;
	}
	.fhpage4 ul li dl {
		margin-top: 10px;
	}
	.fhpage4 ul li .pic {
		margin: 15px 0 5px;
		height: 220px;
	}
	.footer .hd {
		padding: 20px 15px;
	}
	.footer .hd .lianj h2 {
		font-size: 18px;
		line-height: 2;
		float: none;
		width: auto;
		
	}
	.footer .hd .lianj ul {
		float: none;
		width: auto;
		margin-top: 5px;
	}
	.footer .hd .lianj ul li {
		width: calc((100% - 10px)/2);
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footer .hd .lianj ul li:nth-child(2n) {
		float: right;
	}
	.footer .hd .voss {
		margin-top: 0;
	}
	.footer .hd .voss .adderss {
		float: none;
		width: auto;
		padding: 10px;
		font-size: 12px;
		line-height: 1.8;
	}
	
	.footer .hd .voss .wxls {
		float: none;
	}
	.footer .hd .voss .wxls li {
		margin-right: 15px;
	}
	.footer .hd .voss .wxls li .wx {
		width: 70px;
		height: 70px;
	}
	.footer .hd .voss .wxls li h6 {
		font-size: 12px;
		line-height: 1.6;
	}
	.footer .copyright {
		padding: 20px 15px;
		font-size: 12px;
		line-height: 1.6;
	}
	.ftitle .lt h2 {
		font-size: 18px;
		line-height: 2;
		padding-left: 12px;
	}
	.ftitle .lt h2::before {
		width: 2px;
		height: 15px;
	}
	.ftitle {
		padding: 5px 10px;
	}
	.ftitle .lt {
		float: none;
		padding-left: 0;
	}
	.ftitle .rt {
		float: none;
		margin: 10px auto 0;
	}
	.ftitle .rt ul {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.ftitle .rt ul li {
		float: none;
		display: inline-block;
	}
	.ftitle .rt li a {
		padding: 0 10px;
	}
	.fjituan {
		padding: 40px 15px;
	}
	.fjituan .list ul li {
		width: calc((100% - 10px)/2);
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
	.fjituan .list ul li:nth-child(2n) {
		float: right;
	}
	.fjituan .list ul li .pic {
	    height: 30vw;
	}
	.fjituan .list ul li .pic .next i {
		height: 30px;
		width: 30px;
	}
	.fjituan .list ul li h5 {
		margin-top: 8px;
		font-size: 14px;
		line-height: 1.6;
	}
	.fjituan .fpages ul {
		margin: 20px auto 0;
	}
	.fpages ul li {
		margin: 0 2px 5px;
	}
	.fjtdetail {
		padding: 30px 15px;
	}
	.fjtdetail .detail {
		padding: 0;
		font-size: 14px;
		line-height: 1.8;
	}
	.fproduct {
		padding: 40px 15px;
	}
	.fproduct .list li a {
		padding: 15px;
	}
	.fproduct .list li {
		margin-bottom: 15px;
	}
	.fproduct .list li .pic {
		float: none;
		width: auto;
		height: auto;
	}
	.fproduct .list li .text {
		float: none;
		width: auto;
		margin-top: 10px;
	}
	.fproduct .list li .text h3 {
		font-size: 16px;
		line-height: 1.6;
	}
	.fproduct .list li .text p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.6;
		height: auto;
	}
	.fproduct .list li h6 {
		position: initial;
		margin-top: 10px;
	}
	.fproduct .list li h6 i {
		padding-right: 20px;
		font-size: 14px;
		line-height: 1.6;
		background-size: 15px auto !important;
		padding-right: 20px;
	}
	.fnews {
		padding: 30px 0;
	}
	.fnews .list li a {
		padding: 15px;
	}
	.fnews .list li .rt,
	.fnews .list li .lt {
		float: none;
		width: auto;
	}
	.fnews .list li .rt {
		border-left: none;
		padding: 0;
		margin-top: 10px;
	}
	.fnews .list li .lt h4 {
		font-size: 16px;
		line-height: 1.6;
	}
	.fnews .list li .lt p {
		font-size: 14px;
		margin-top: 5px;
		height: auto;
	}
	.fnews .list li .rt .next {
		display: none;
	}
	.fnews .list li .rt h6 {
		font-size: 14px;
		line-height: 1.2;
	}
	.fnews .list li .rt h2 {
		font-size: 22px;
		line-height: 1.3;
	}
	.fnewsdetail {
		padding: 30px 15px;
	}
	.fnewsdetail .tlt h1 {
		font-size: 18px;
		line-height: 1.6;
	}
	.fnewsdetail .tlt ul {
		margin-top: 10px;
	}
	.fnewsdetail .tlt ul li {
		font-size: 13px;
	}
	.fnewsdetail .tlt ul li:nth-child(1) {
		background-size: 13px auto !important;
		padding-left: 18px;
	}
	.fnewsdetail .tlt ul li:nth-child(2) {
		background-size: 16px auto !important;
		padding-left: 20px;
	}
	.fnewsdetail .tlt ul li:nth-child(3) {
		background-size: 15px auto !important;
		padding-left: 18px;
	}
	.fnewsdetail .tlt {
		padding-bottom: 15px;
	}
	.fnewsdetail .detail {
		font-size: 14px;
		margin-top: 15px;
	}
	
	
	
	
	
}