/*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: rgb(6, 106, 232);
    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: rgb(6, 106, 232);
    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: rgb(6, 106, 232);
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: rgb(6, 106, 232);
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}

@media only screen and (max-width:768px) {
	.wrap {
		width: auto;
	}
	.pc {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.header .bd,
	.header .hd .rt .phone,
	.header .hd .lt h6,
	.header .hd .lt .logo img:nth-child(1) {
		display: none;
	}
	.header .hd .lt .logo img:nth-child(2) {
		display: block;
	}
	.header .hd {
		padding: 0;
	}
	.header .hd .rt,
	.header .hd .lt {
		float: none;
		margin-top: 0;
	}
	.header {
		padding: 0;
		box-shadow: 0 2px 4px 1px rgba(0,0,0,0.1);
	}
	.header .hd .lt .logo {
		z-index: 11;
		float: none;
		width: 180px;
		margin: 0 auto;
	}
	.header .hd .rt .naver {
		display: none;
	}
	
	.header .hd .rt .naver ul {
		margin-top: 0;
		border-top: 1px solid rgba(0,0,0,0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	.header .hd .rt .naver ul li h3 a {
		width: auto;
		padding: 0 15px;
		line-height: 2.6;
		text-align: left;
	}
	.mswbanner {
		height: 200px;
		position: relative;
	}
	.mswbanner .swiper_spot {
		position: absolute;
		z-index: 6;
		bottom: 2px;
		text-align: center;
	}
	.mswbanner .swiper_spot span {
		height: 8px;
		width: 8px;
		opacity: 1;
		background: rgba(255,255,255,0.5);
		margin: 0 4px !important;
	}
	.mswbanner .swiper_spot span.swiper-pagination-bullet-active {
		background: rgba(255,255,255,1);
	}
	.fsearch {
		padding: 10px;
	}
	.fsearch .key {
		float: none;
		width: auto;
	}
	.fsearch .pages {
		float: none;
		width: auto;
		display: none;
	}
	.fsearch .key .text {
		height: 42px;
		width: calc(100% - 47px);
		border-radius: 6px 0 0 6px;
	}
	.fsearch .key form {
		border-radius: 6px;
		overflow: hidden;
	}
	.fsearch .key .btns {
		width: 47px;
		height: 42px;
	}
	.fmnaversw {
		background: #3285ff;
		position: relative;
	}
	.fmnaversw li {
		width: auto;
	}
	.fmnaversw li a {
		display: block;
		font-size: 14px;
		line-height: 58px;
		color: #fff;
		padding: 0 10px;
		min-width: 75px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	.fmnaversw .prev,
	.fmnaversw .next {
		width: 18px;
		cursor: pointer;
		position: absolute;
		z-index: 22;
		left: 0;
		top: 0;
		bottom: 0;
		background: url('../images/jt3.png') no-repeat center rgba(0,0,0,0.2);
		background-size: 12px auto !important;
	}
	.fmnaversw .next {
		transform:rotate(180deg);
		-ms-transform:rotate(180deg);  /* IE 9 */
		-moz-transform:rotate(180deg);     /* Firefox */
		-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
		-o-transform:rotate(180deg);
		left: auto;
		right: 0;
	}
	.fmnaversw li.on a {
		background: #2878ed;
	}
	.fmproduct {
		padding: 15px 10px;
		background: rgba(0, 0, 0, 0.05);
	}
	.ftlte h2 {
		font-size: 20px;
	}
	.ftlte p {
		font-size: 15px;
	}
	.ftltls ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.ftltls ul li {
		width: calc((100% - 17px)/3);
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.ftltls ul li:nth-child(3n) {
		margin-right: 0;
	}
	.ftltls ul li a {
		display: block;
		text-align: center;
		background-color: rgba(6, 106, 232, 1);
		font-size: 14px;
		color: #fff;
		line-height: 46px;
	}
	.fmproduct .list ul {
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.fmproduct .list ul li {
		width: calc((100% - 15px)/2);
		margin-bottom: 15px;
		box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.05);
		background: #ffffff;
	}
	.fmproduct .list ul li a {
		display: block;
	}
	.fmproduct .list ul li .pic {
		height: 45vw;
		overflow: hidden;
	}
	.fmproduct .list ul li .pic img {
		display: block;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.fmproduct .list ul li h6 {
		font-size: 14px;
		line-height: 1.6;
		color: #333;
		word-break:keep-all;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		padding: 5px 5px 15px;
		text-align: center;
	}
	.fm4youshi {
		height: 80px;
		padding-left: 40%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fm4youshi .text {
		position: relative;
		padding-top: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fm4youshi .text h1 {
		position: absolute;
		z-index: 1;
		font-size: 35px;
		line-height: 1;
		color: rgb(251, 140, 0);
		font-style:oblique;
		font-weight: bold;
		left: -30px;
		top: 10px;
	}
	.fm4youshi .text h2 {
		font-size: 20px;
		line-height: 1.2;
		color: #ffffff;
		font-weight: bold;
	}
	.fmhexinys {
		background: rgba(0, 0, 0, 0.05);
	}
	.fmhexinys li {
		height: 115px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		align-items: center;
	}
	.fmhexinys li:nth-child(2n) {
		flex-direction: row;
	}
	.fmhexinys li .pic {
		width: 50%;
		height: 100%;
	}
	.fmhexinys li .text {
		width: 50%;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fmhexinys li .text h3 {
		font-size: 16px;
		line-height: 1.2;
		color: rgba(5, 90, 197, 1);
		font-weight: bold;
	}
	.fmhexinys li .text h6 {
		font-size: 13px;
		line-height: 1.2;
		color: rgba(75, 75, 75, 1);
	}
	.fhfanan h2{
		padding: 0 20px;
		font-size: 20px;
		text-align: left;
	}
	.fhfanan h4{
		display: none;
	}
	.fhfanan{
		height: auto;
		padding: 15px 0;
	}
	.fhabout{
		padding: 20px 0;
	}
	.fhabout .about .pic{
		float: none;width: auto;
	}
	.fhabout .about .text{
		width: auto;
		float: none;
		padding: 15px;
	}
	.fabtlt h2{
		font-size: 20px;
	}
	.fabtlt h5{
		font-size: 14px;
	}
	.fhabout .about .text .del{
		line-height: 1.7;
		margin-top: 10px;
	}
	.fhabout .about .text .fmore{
		margin: 10px auto;
	}
	.fprodsw li{
		width: auto;
		margin: 0 10px;
		font-size: 14px;
		line-height: 40px;
	}
	.fprodsw2 dl dd{
		width: 49%;
		margin: 0 0 5px;
		height: 150px;
	}
	.fprodsw2 dl{
		justify-content: space-between;
	}
	.fhprod{
		padding: 30px 0 0;
	}
	.fhfanan2{
		height: auto;
	}
	.fhfanan2 .text h2{
		font-size: 20px;
	}
	.fhfanan2 .text{
		float: none;
		padding: 20px;
		width: auto;
	}
	.fhfanan2 .text h4{
		display: none;
	}
	.fhfanan3{
		padding: 20px 0;
	}
	.fhfanan3 .tll h5{
		font-size: 14px;
	}
	.fhfanan3 .tll h5 br{
		display: none;
	}
	.fhfanan4{
		display: none;
	}
	.fhcase{
		padding: 30px 20px 0;
		overflow: hidden;
	}
	.fhcase .list ul li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.fhcase .list ul{
		margin: 15px -20px;
	}
	.fhcase .list ul li:nth-child(n+3){
		display: none;
	}
	.fhliuchen .list ul{
		padding:  0;
		background: none;
	}
	.fhliuchen .list ul li .txt p{
		display: none;
	}
	.fhliuchen .list ul li .txt h3{
		font-size: 12px;
		font-weight: 400;
	}
	.fhliuchen .list ul li .icon{
		width: 50px;height: 50px;
	}
	.fhliuchen .list ul li .icon img{
		width: 40%;
	}
	.fhliuchen .list ul li .icon .next{
		display: none;
	}
	.fhliuchen .list ul li .txt{
		margin-top: 5px;
	}
	.fhliuchen{
		padding: 10px 0 20px;
	}
	.fhfanan5 .text{
		padding: 20px;
		text-align: center;
	}
	.fhfanan5 .text h2{
		font-size: 20px;
	}
	.fhfanan5 .text h4{
		display: none;
	}
	.fhfanan5{
		height: auto;
	}
	.fhcpnews .frts{
		display: none;
	}
	.fhcpnews{
		padding: 20px 0;
	}
	.fhcpnews .flts{
		float: none;width: auto;
	}
	.ftit h2{
		font-size: 18px;
	}
	.fhcpnews .flts .list ul li .pic{
		display: none;
	}
	.fhcpnews .flts .list ul li .text{
		width: auto;
		float: none;
		margin-top: 0;
	}
	.fhcpnews .flts .list ul li{
		padding: 10px 0;
		border-bottom: 1px solid #f1f1f1;
	}
	.fhcpnews .flts .list ul li .text h6{
		margin-top: 5px;
	}
	.fhcpnews .flts .list ul li .text h4{
		font-size: 14px;
	}
	.go_top,
	.footer{
		display: none;
	}
	.go_top {
		display: none !important;
	}
	
	.mask{
		position: fixed;
		left: 0;right: 0;
		top: 0;bottom: 0;z-index: 111;
		background: rgba(0,0,0,0.8);
		display: none;
	}
	.mweix{
		position: absolute;
		left: 0;right: 0;
		display: flex;z-index: 112;
		align-items: center;
		justify-content: center;
		top: 0;bottom: 0;
	}
	.mweix .close{
		position: absolute;
		right: 20px;top: 20px;
		width: 30px;display: block;
		z-index: 1;
	}
	.mweix .mcent{
		width: 180px;
		margin: 0 auto;
		text-align: center;
	}
	.mweix .mcent img{
		width: 100%;display: block;
	}
	.mweix .mcent h6{
		font-size:14px ;
		line-height: 1.8;
		color: #fff;
	}
	.webft{
		position: fixed;
		left: 0;right: 0;
		bottom: 0;z-index: 99;
		background: #2878ed;
	}
	.webft ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.webft ul li{
		width: 50%;
		text-align: center;
	}
	.webft ul li a{
		padding: 5px;
		display: block;
	}
	.webft ul li img{
		width: 24px;height: 24px;
		display: block;object-fit: contain;
		margin: 0 auto;
	}
	.webft ul li h4{
		font-size: 12px;
		color: #fff;
		line-height: 1.6;
	}
	.layout{
		padding-bottom: 50px;
	}
	.banner{
		height: 150px;
	}
	.fabout .about{
		display: block;
	}
	.fabout .about .pic{
		width: auto;
	}
	.fabout{
		padding: 30px 15px;
	}
	.fabout .about .text{
		width: auto;padding: 15px;
	}
	.fabtlt.bai h5{
		top: 2px;
	}
	.fabout .about .text .del{
		line-height: 1.6;
		margin-top: 10px;
	}
	.fcontact{
		padding: 30px 0;
	}
	.fxwtlt h3{
		font-size: 20px;
	}
	.fcontact .voss{
		margin-top: 20px;
	}
	.fcontact .voss .map{
		float: none;
		width: auto;
		height: 200px;
	}
	.fcontact .voss .lts{
		float: none;
		width: auto;
		padding: 15px;
		margin-top: 0;
	}
	.fcontact .voss .lts h2{
		font-size: 20px;
	}
	.fcontact .voss .lts dd{
		margin-bottom: 10px;
	}
	.fnews{
		padding: 30px 0;
	}
	.fnews .list ul{
		margin-top:15px;
	}
	.fnews .list ul li .pic{
		width: 80px;
		height: 60px;
	}
	.fnews .list ul li .text{
		width: calc(100% - 100px);
	}
	.fnews .list ul li .text h5{
		font-size: 14px;
	}
	.fnews .list ul li .text h6{
		font-size: 12px;
		margin-top: 4px;
	}
	.fnews .list ul li .text p{
		display: none;
	}
	.fnews .list ul li{
		padding: 0;
	}
	.fnews .list ul li a{
		border-bottom: 1px solid #f1f1f1;
	}
	.banner400{
		height: 150px;
	}
	.fnewsdel{
		padding: 30px 15px;
	}
	.fnewsdel .tlt h1{
		font-size: 16px;
	}
	.fnewsdel .tlt h6{
		margin-top: 10px;
	}
	.fnewsdel .del{
		margin-top: 10px;
	}
	.banner600,
	.fcpbanner{
		height: 150px;
	}
	.fhproduct .fprodlt{
		display: none;
	}
	.fhproduct .fprodrt{
		width: auto;
		float: none;
	}
	.fhproduct{
		padding: 0;
	}
	.fcplist ul li{
		width: 49%;margin: 0 0 10px 0;
	}
	.fcplist ul{
		justify-content: space-between;
	}
	.fcplist ul li a{
		padding: 0;border: none;
	}
	.fcplist ul li .pic{
		height: 45vw;
	}
	.fcplist ul li h5{
		margin-top: 0;
		padding:6px 0;
	}
	.fproductdel .lts{
		display: none;
	}
	.fproductdel .frts{
		width: auto;float: none;
		margin:0 15px;
	}
	.fcpcc-ts-01 .cpcc-ts-01-left{
		float: none;
		width: auto;
	}
	.fcptlt h3{
		font-size: 16px;
	}
	.fcpcc-ts-01 .cpcc-ts-01-left-pic{
		height: 80vw;
	}
	.fcpcc-ts-01 .cpcc-ts-01-left-size{
		height: 75px;
	}
	.fcpcc-ts-01 .cpcc-ts-01-right{
		width: auto;
		float: none;
		height: auto;
		margin: 0;
	}
	.fcpcc-ts-01 .cpcc-ts-01-right-tit{
		height: auto;
		line-height: 40px;
		font-size: 16px;
	}
	.fcpcc-ts-01 .cpcc-ts-01-right-tit span{
		font-size: 16px;
	}
	.fcpcc-ts-01 .cpcc-ts-01-right .cpcc-ts-01-right-con{
		font-size: 14px;
		height: auto;line-height: 1.6;
	}
	.fcpcc-ts-01 .pc-cx-tel-1{
		position: static;
	}
	.fproddels .fdels{
		padding: 10px 0;
		font-size: 14px;line-height: 1.6;
	}
	.fproddels .tlt{
		font-size: 18px;
	}
	.fproddels .tlt i{
		font-size: 14px;
	}
	.mfooter {
		background: #f7f9fc;
		padding: 15px 10px;
		color: rgb(153, 153, 153);
		font-size: 13px;
		line-height: 1.4;
		text-align: center;
	}
	.fhezuohb {
		padding: 20px 0 0;
	}
	.fcasevideo {
		left: 10px;
		right: 10px;
		width: auto;
	}
	
	.fcasevideo .cha {
		top: -35px;
		height: 35px;
		width: 35px;
		background-size: 20px auto !important;
	}
	
	
}
