/*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: #276CDD;
    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: #276CDD;
    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:#276CDD;
}

.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: #276CDD;
}
html{
	font-size: 19.2px;
}

@media only screen and (max-width:1240px) {
	html{
		font-size: 16px;
	}
}
@media only screen and (max-width:1024px) {
	html{
		font-size: 14px;
	}
}
@media only screen and (max-width:900px) {
	html{
		font-size: 16px;
	}
	.layout{
		padding-top: 60px;
	}
	.header{
		padding: 0 ;
		position: fixed;
		left: 0;right: 0;
		top: 0;z-index: 11;
		background: #fff !important;
		box-shadow: 0 0 8px 0 rgba(80,80,80,0.2);
		height: 60px;
	}
	.header .logo img{
		height: 40px;
	}
	.header .wrap{
		height: 100%;
	}
	.wrap{
		width: auto;
		padding: 0 15px;
	}
	.header dl{
		justify-content: center;margin-top: 10px;
		display: none;
	}
	.gh{
		position: absolute;right: 15px;top: 20px;display: block;
	}
	.header dd span, .header dd a{
		font-size: 16px;
	}
	.hnaver{
		position: fixed;
		left: 0;right: 0;
		top: 60px;
	}
	.hnaver ul{
		display: block;
	}
	.hnaver ul li{
		width: auto;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	.hnaver li a{
		font-size: 16px;line-height: 46px;
	}
	.hnaver li.on a, .hnaver li a:hover {
	    color: #fff;
	    font-weight: bold;
	    font-size: 1.0416666666666667rem;
	    background: #276CDD;
	}
	.hnaver dl {
		display:flex;
		justify-content: center;
		align-items:center;
		padding: 15px 0;
	}
	.hnaver dd span,.hnaver dd a {
		font-weight:500;
		font-size: 16px;
		color:#fff;
		line-height:1.6;
		display:block;
	}
	.hnaver dd span {
		margin:0 0.4166666666666667rem;
	}
	.hnaver{
		display: none;
	}
	.hpage1 .wrap{
		display: block;
	}
	.hpage1 .lts{
		width: auto;
	}
	.uflax .nav li{
		margin-right: 10px;
	}
	.uflax .nav li.on a, .uflax .nav li:hover a{
		font-size: 16px;
	}
	.hpage1 .list li h5{
		font-size: 14px;
	}
	.hpage1 .list{
		padding-bottom: 10px;
	}
	.hpage1 .rts{
		width: auto;margin-top: 10px;
	}
	.hpage2 .kec{
		margin: 15px 5px 0;
	}
	.hpage2 .kec ul{
		display: block;
	}
	.hpage2 .kec ul li{
		width: auto;
		margin: 0 0 10px;
	}
	.hpage2 .kec li .img{
		height: auto;
	}
	.hpage2 .kec li h5{
		font-size: 16px;
	}
	.hpage2 .kec li p{
		font-size: 14px;
	}
	.hpage2 .wrap{
		overflow: hidden;
	}
	.hpage4 h3{
		font-size: 18px;
	}
	.hpage4 h3{
		margin: 0;
	}
	.uflax{
		padding: 0 10px;
	}
	.hpage4 .tps h6:nth-child(n+2){
		display: none;
	}
	.hpage4 .list li a{
		display: block;
	}
	.hpage4 .list li .ls{
		width: auto;
	}
	.hpage4 .list li p{
		width: auto;margin-top: 10px;
	}
	.hpage4 .hs{
		margin: 15px 0 0;
	}
	.hpage4 .box{
		margin: 15px 0 0;
	}
	.hpage4{
		padding-bottom: 20px;
	}
	.footer .wxs{
		position: static;
	}
	.footer .ls{
		padding: 20px 0 0;
	}
	.footer h3{
		font-size: 16px;
	}
	.copyright,
	.footer h5{
		font-size: 14px;
	}
	
}





