@charset "utf-8";
/* CSS Document */
.m-btn {
	height: 55px;
	width: 45px;
	margin-top: -27px;
	display: none;
	position: fixed;
	right: 10px;
	margin-top: 30px;
	z-index: 99999;
}
.m-btn span {
	width: 20px;
	height: 2px;
	background: #053f90;
	position: absolute;
	left: 17.5px;
	top: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.m-btn .line1 {
	-webkit-transform-origin: 2px center;
	-moz-transform-origin: 2px center;
	transform-origin: 2px center
}
.m-btn .line2 {
	top: 26px;
}
.m-btn .line3 {
	top: 32px;
	-webkit-transform-origin: 1px center;
	-moz-transform-origin: 1px center;
	-ms-transform-origin: 1px center;
	-o-transform-origin: 1px center;
	transform-origin: 1px center
}
.m-btn.open-menu span {
	background: #fff
}
.m-btn.open-menu .line2 {
	opacity: 0;
	filter: alpha(opacity=0);
}
.m-btn.open-menu .line1 {
	webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.m-btn.open-menu .line3 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-menu {
	width: 270px;
	position: fixed;
	top: 0;
	height: 100%;
	overflow: hidden;
	background-color: #0C0C0C;
	z-index: 9999;
	left: 0;
	transform: translate3d(-270px, 0, 0);
	-webkit-transform: translate3d(-270px, 0, 0);
	-ms-transform: translate3d(-270px, 0, 0);
	-sand-transform: translate3d(-270px, 0, 0);
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}
.mobile-menu .closed {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/guanbi.png) no-repeat center #f8f8f8;
	position: absolute;
	right: 15px;
	top: 15px
}
.mobile-menu ul {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.mobile-menu a {
	display: block
}
.mobile-menu li {
	position: relative
}
.mobile-menu li>a {
	display: block;
	padding: 12px 15px;
	font-size: 16px;
	line-height: 26px;
	overflow-x: hidden;
	text-transform: uppercase;
	color: rgba(255,255,255,.8);
	border-bottom: 1px solid rgba(92,92,92,.23);
}
.mobile-menu .menua i {
	width: 17px;
	height: 17px;
	background: url(../images/ico_03.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 3%;
	top: 15px
}
.mobile-menu li .sub {
	padding: 0 3%;
	line-height: 30px;
	margin: 5px 0 15px 0;
	font-size: 14px;
	display: none
}
.mobile-menu .m-search {
	padding: 12px 15px;
	font-size: 16px;
	border-bottom: 1px solid rgba(92,92,92,.23);
	position: relative
}
.mobile-menu .m-search form {
	position: relative
}
.mobile-menu .m-search .input {
	background-color: rgba(255,255,255,.1);
	border: none;
	padding: 14px 50px 14px 18px;
	font-size: 14px;
	color: #fff;
	height: 48px;
	width: 100%;
	color: rgba(255,255,255,.8)
}
.mobile-menu .m-search .btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	border: none;
	background: url(../images/search-btn01.png) no-repeat center;
	width: 50px;
}
.mobile-menu.show {
	left: 0;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-sand-transform: translate3d(0, 0, 0);
}
.mobile-menu-bg, .sidebar-left-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	background-color: rgba(0,0,0,.7);
}
.mobile-sidebar-btn {
	font-weight: bold;
	color: #333;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	font-size: 16px
}
.mobile-sidebar-btn .line {
	margin-right: 10px;
	position: relative
}
.mobile-sidebar-btn .line, .mobile-sidebar-btn .line:before, .mobile-sidebar-btn .line:after {
	display: inline-block;
	width: 18px;
	height: 2px;
	background: #333;
}
.mobile-sidebar-btn .line:before, .mobile-sidebar-btn .line:after {
	position: absolute;
	content: "";
	left: 0;
}
.mobile-sidebar-btn .line:before {
	top: -6px;
}
.mobile-sidebar-btn .line:after {
	top: 6px;
}
.sidebar-left-close {
	display: none;
	padding: 16px 20px;
	background-color: #000;
	text-align: right;
	color: #fff
}
.sidebar-left-close span {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 35px;
	position: relative;
	cursor: pointer;
	padding-right: 21px;
}
.sidebar-left-close span:after {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 15px;
	height: 2px;
	display: inline-block;
	background-color: #fff;
}
.m-foot {
	position: fixed;
	width: 100%;
	height: 58px;
	left: 0;
	bottom: 0;
	background: #053f90;
	color: #fff;
	display: none;
	z-index: 99
}
.m-foot li {
	float: left;
	width: 33.3%;
	text-align: center;
}
.m-foot li a {
	color: #fff;
	font-size: 12px;
	display: block;
}
.m-foot li.li2 a {
	background: url(../images/kf-emails.png) no-repeat center 5px;
	padding-top: 27px
}
.m-foot li.li3 a {
	background: url(../images/fltel.png) no-repeat center 5px;
	padding-top: 27px
}
.m-foot li.li4 a {
	background: url(../images/right_pic6.png) no-repeat center 3px;
	padding-top: 27px
}
.phshow {
	display: none
}
.pcshow {
	display: block
}
 @media screen and (max-width: 1600px) {
.banner {
	width: 120%;
	margin-left: -10%
}
}
@media screen and (max-width: 1366px) {
.banner {
	width: 130%;
	margin-left: -15%
}
.title h3 {
	font-size: 32px;
}
.titleabout h3 {
	font-size: 32px;
}
.iproducts .gallery-thumbs .swiper-slide span {
	font-size: 32px;
}
.iad .adleft h2 {
	font-size: 32px;
}
.nabout01 .wenzi h3 {
	font-size: 32px;
}
.nabout01 .wenzi h4 {
	font-size: 20px;
}
.solution04 .adleft h3 {
	font-size: 32px;
}
.section02 {
	padding: 40px 0
}
.section {
	padding: 60px 0
}
.sectionnext {
	padding-bottom: 60px;
}
.iproducts .gallery-thumbs .swiper-slide {
	font-size: 20px;
}
.iproducts .gallery-thumbs .swiper-slide span {
	font-size: 30px;
	margin-right: 12px;
}
.iliucheng .lctitle h3 {
	line-height: 55px;
	font-size: 26px;
}
.nbanner {
	width: 120%;
	margin-left: -10%
}
.header .menu li .menu_a {
	padding: 0 21px
}
.iproducts .npguide .kuai .intro {
	padding: 5px 20px 17px 20px;
}
.icase .gallery-thumbs .swiper-slide .kuai {
	padding: 21px 0 34px 0;
}
}
 @media screen and (max-width: 1240px) {
.iproducts .npguide .kuai .prtitle a {
	line-height: 45px;
}
.iproducts .npguide .kuai .intro {
	padding: 8px 20px 15px 20px;
}
.icase .gallery-thumbs .swiper-slide .kuai {
	padding: 20px 0 28px 0
}
.protile02 {
	margin-bottom: 20px;
}
.protile02 h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	color: #053f90
}
.protile02 h3 .en {
	font-size: 22px;
}
.protile02 a {
	font-size: 17px;
}
.wrap {
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}
.header .menu li .menu_a {
	padding: 0 13px
}
}
 @media screen and (max-width: 1024px) {
.header {
	position: fixed !important
}
.header .menu {
	display: none
}
.space {
	height: 123px;
	display: block
}
.header .top .tel {
	margin-right: 50px;
}
.m-btn {
	display: block
}
.banner {
	width: 140%;
	margin-left: -20%
}
.header .top .tel {
	display: none
}
.header .top .toperweima {
	display: none
}
.search {
	display: none
}
.iyoushi .item .ipic img {
	width: auto;
	max-width: 180px;
}
.iyoushi .item .wenzi h3 {
	font-size: 18px;
}
.iyoushi .item .wenzi h3 span {
	font-size: 25px;
}
.title h3 {
	font-size: 30px;
}
.titleabout h3 {
	font-size: 30px;
}
.iproducts .gallery-thumbs .swiper-slide span {
	font-size: 30px;
}
.iad .adleft h2 {
	font-size: 30px;
}
.nabout01 .wenzi h3 {
	font-size: 30px;
}
.nabout01 .wenzi h4 {
	font-size: 18px;
}
.solution04 .adleft h3 {
	font-size: 30px;
}
.iliucheng .others .ysconn li {
	margin: 0 10px
}
.iliucheng .others .zixun, .iliucheng .others .dingzhi {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -22px;
}
.iliucheng .others .dingzhi {
	left: auto;
	right: 30px
}
.icase .gallery-thumbs {
	float: none;
	width: 100%
}
.icase .gallery-thumbs .swiper-slide .kuai {
	padding: 20px 0 24px 0;
	font-size: 17px;
}
.icase .swiper-slide .text h3 {
	font-size: 20px;
}
.footer .fnav {
	display: none
}
.footer .fcontent .ewm, .footer .fcontent .ewm img {
	width: 100px;
	height: 100px
}
.footer .fcontent .flianxi {
	border: none;
	padding-left: 0
}
.footer .fcontent .erweima02 .wenzi {
	padding-top: 8px;
	height: 100px;
}
.float_kf {
	display: none
}
.m-foot {
	display: block
}
.footer .copyright {
	margin-bottom: 55px
}
}
@media screen and (max-width: 920px) {
.header .top .logo img {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.header .top .logo .ad {
	display: none
}
.header .top .wrap {
	height: 100px
}
.space {
	height: 100px;
}
.m-btn {
	margin-top: 25px;
}
.banner .swiper-pagination {
	bottom: 20px !important;
}
.iliucheng .lctitle h3 {
	line-height: 50px;
	font-size: 24px;
}
.iliucheng .tabmenu li {
	font-size: 16px;
}
.footer .fcontent .erweima02 {
	clear: both
}
.footer .fcontent .flianxi {
	margin-bottom: 25px
}
.nmenus li {
	width: 25%;
	line-height: 50px
}
.ncontact li {
	float: left;
	width: 33.33%;
	font-size: 17px;
	padding: 0 0 20px 0
}
.ncontact li:nth-child(4) {
	margin-left: 16.66%;
	clear: both
}
.partner li, .partner02 li {
	float: left;
	width: 24%;
	margin: 0 0.5%;
	position: relative;
	line-height: 0;
}
.partner li:nth-child(7), .partner02 li:nth-child(7) {
	margin-left: 0.5%;
}
.partner li:nth-child(5), .partner02 li:nth-child(5) {
	margin-left: 12.5%;
}
.nbanner {
	width: 130%;
	margin-left: -15%
}
.solution02 .item .wenzi h3 {
	font-size: 20px;
}
.nmain .pleft {
	float: none;
	width: 100%;
	margin-bottom: 35px
}
.nmain .pright {
	float: none;
	width: 100%
}
.nmain .pleft .pnav .biaoti {
	display: none
}
.nmain .pleft .pnav .kuai h3 {
	line-height: 42px;
	font-size: 18px;
}
.nmain .pleft .pnav .kuai .conn p {
	line-height: 30px;
}
.nmain .pleft .pnav02 .kuai .conn p {
	float: left !important;
	width: 50% !important
}
.phshow {
	display: block
}
.pcshow {
	display: none
}
.newslist .kuai .text h3 {
	font-size: 18px;
}
.newslist .kuai {
	padding: 14px;
}
.shangxia .kuai span:nth-child(2) {
	width: calc(100% - 180px);
}
.shangxia .kuai span:nth-child(1) {
	width: 76px;
}
.protile02 {
	margin-bottom: 20px;
}
.protile02 h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: #053f90
}
.protile02 h3 .en {
	font-size: 20px;
}
.protile02 a {
	font-size: 16px;
}
.pxyskuai03 .item .wenzi {
	font-size: 18px;
}
}
 @media screen and (max-width: 768px) {
.header .top .wrap {
	height: 80px
}
.space {
	height: 80px;
}
.header .top .logo {
	margin-top: -27.5px;
}
.header .top .logo img {
	height: 55px;
}
.m-btn {
	margin-top: 15px;
}
.iyoushi .item {
	width: 50%;
}
.iyoushi .item .ipic img {
	max-width: 150px;
}
.iyoushi .item:nth-child(2n+1) {
	clear: both
}
.iyoushi .item:nth-child(1), .iyoushi .item:nth-child(2) {
	margin-bottom: 35px;
}
.iyoushi .item .wenzi h3 {
	font-size: 16px;
}
.title h3 {
	font-size: 26px;
}
.titleabout h3 {
	font-size: 26px;
}
.iproducts .gallery-thumbs .swiper-slide span {
	font-size: 20px;
}
.iproducts .gallery-thumbs .swiper-slide {
	font-size: 18px;
	line-height: 22px;
	padding: 12px 2%
}
.iad .adleft h2 {
	font-size: 26px;
}
.nabout01 .wenzi h3 {
	font-size: 26px;
}
.nabout01 .wenzi h4 {
	font-size: 17px;
}
.solution04 .adleft h3 {
	font-size: 26px;
}
.iproducts .swiper-slide .text .intro h3 {
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 10px;
}
.iproducts .swiper-pagination {
	bottom: 4% !important;
	width: 100% !important
}
.iproducts .npguide {
	display: none;
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.iproducts .rolls {
	float: none;
	width: 100%
}
.iliucheng .lc01 {
	float: none;
	width: 100%;
	margin-bottom: 30px
}
.iliucheng .lc02 {
	float: none
}
.iliucheng .tabmenu li {
	padding: 15px 0;
	line-height: 22px;
}
.iliucheng .tabmenu li span {
	display: block
}
.iliucheng .lctitle h3 {
	line-height: 50px;
	font-size: 20px;
}
.iliucheng .others .zixun, .iliucheng .others .dingzhi {
	position: relative;
	display: inline-block;
	margin: 20px 0;
	left: auto;
	top: auto;
	right: auto
}
.iliucheng .others .ysconn {
	display: block
}
.iliucheng .others .ysconn li:nth-child(1), .iliucheng .others .ysconn li:nth-child(2) {
	margin-bottom: 20px;
}
.icase .swiper-slide .text {
	padding: 30px 25px;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%
}
.icase .swiper-slide .text h3 {
	font-size: 20px;
}
.iad .adright {
	float: none;
	display: block;
	margin: 0 auto;
	clear: both;
	padding-top: 10px;
}
.iyoushi02 li .wenzi h3 {
	font-size: 20px;
}
.inews .inewsleft {
	float: none;
	width: 100%;
	margin-bottom: 30px
}
.inews .inewsright {
	float: none;
	width: 100%
}
.inews .newstitle h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.inews .inewsleft .othernews .kuai {
	float: none;
	width: 100%;
}
.iabout .pic {
	float: none;
	width: 100%;
}
.iabout .wenzi {
	float: none;
	width: 100%;
}
.iabout .wenzi h3 {
	font-size: 24px;
}
.message .item {
	width: 100%;
	float: none
}
.message .item:nth-child(even) {
	float: none
}
.nabout01 .pic {
	float: none;
	width: 100%;
	margin-bottom: 30px
}
.nabout01 .wenzi {
	float: none;
	width: 100%;
	position: relative;
	padding: 30px 0
}
.nabout02 .kuai .wenzi h3 {
	font-size: 24px;
}
.nabout02 .kuai img {
	width: 100%;
	height: 200px
}
.nabout02 .kuai .pic {
	width: 50%;
	height: 200px
}
.nabout02 .kuai .pic02 {
	width: 100%;
	height: auto !important
}
.nabout02 .kuai .wenzi {
	float: left;
	width: 50%;
	padding: 20px;
	height: 200px;
}
.nabout02 .kuai .wenzi02 {
	width: 100%;
	background: #eee
}
.nabout02 .kuai .wenzi .line {
	margin-top: 20px;
}
.tupianzhan li {
	float: left;
	width: 48.5%;
	margin-right: 0%;
	margin-bottom: 2%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0%,0%,0%,0.2);
	border: solid 1px #ddd;
	padding: 10px;
	text-align: center
}
.tupianzhan li:nth-child(4n+1) {
	clear: none;
}
.tupianzhan li:nth-child(2n) {
	float: right
}
.tupianzhan li:nth-child(2n+1) {
	clear: both;
}
.solution05 .item {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.solution05 .item:nth-child(3n) {
	margin-right: 0
}
.shuzih .item h3 span {
	font-size: 35px
}
.shuzih .item {
	float: left;
	width: 33.33%;
}
.shuzih .item:nth-child(4) {
	margin-left: 16.66%
}
.shuzih .item:nth-child(1), .shuzih .item:nth-child(2), .shuzih .item:nth-child(3) {
	margin-bottom: 20px
}
.shuzih {
	margin-top: -20px;
}
.prolist .item {
	float: left;
	width: 48.5%;
	margin-right: 0%;
}
.prolist .item:nth-child(2n) {
	float: right
}
.prolist .item:nth-child(3n+1) {
	clear: none
}
.prolist .item:nth-child(2n+1) {
	clear: both
}
.prolist .wenzi h3 {
	font-size: 17px
}
.pxyskuai01 .kuai {
	float: left;
	width: 50%;
}
.pxyskuai01 .kuai:nth-child(3n+1) {
	clear: none
}
.pxyskuai01 .kuai:nth-child(2n+1) {
	clear: both
}
.pxyskuai02 .shuzih02 .item h3 span {
	font-size: 35px;
}
.pxyskuai02 .shuzih02 .item {
	float: left;
	width: 33.33%;
}
.pxyskuai02 .shuzih02 .item:nth-child(4) {
	margin-left: 16.66%
}
.pxyskuai03 .item {
	width: 33.33%;
}
.pxyskuai03 .item:nth-child(1), .pxyskuai03 .item:nth-child(2), .pxyskuai03 .item:nth-child(3) {
	margin-bottom: 20px;
}
.pxyskuai03 .item:nth-child(4) {
	margin-left: 16.66%;
}
.pxyskuai03 .item .wenzi {
	font-size: 16px;
}
.zhaiyao .zyleft {
	float: none;
	width: 100%;
}
.zhaiyao .zyright {
	width: 100%;
	float: none
}
}
 @media screen and (max-width: 640px) {
.iproducts .npguide .kuai .intro p {
	float: left;
	width: 50%
}
.iproducts .swiper-slide .text {
	width: 100%;
	height: 100%;
	padding: 40px 25px;
	color: #fff;
	background-color: rgba(1,83,167,1);
	position: relative;
	top: auto;
	right: auto
}
.iproducts .swiper-slide .text .ptitle {
	font-size: 20px;
	font-weight: bold;
}
.iyoushi02 li {
	float: none;
	width: 100%;
	margin-bottom: 25px;
}
.iyoushi02 li:nth-child(2n) {
	float: none;
}
.shilizhen .tabmenu li:nth-child(1) {
	margin-bottom: 20px;
}
.shilizhen #tatabcontent ul .item {
	float: left;
	width: 48.5%;
	margin-right: 0%;
	margin-bottom: 15px;
	position: relative
}
.shilizhen #tatabcontent ul .item:nth-child(2n) {
	float: right
}
.shilizhen #tatabcontent ul .item:nth-child(2n+1) {
	clear: both
}
.ncontact li {
	float: none;
	clear: both;
	width: 100%;
}
.ncontact li:nth-child(4) {
	margin-left: 0%;
	clear: both
}
.ncontact li .icon {
	width: 28%;
	float: left
}
.ncontact li .text {
	width: 72%;
	float: right;
	text-align: left
}
.nabout02 .kuai .wenzi h3 {
	font-size: 20px;
	margin-bottom: 15px
}
.nabout02 .kuai img {
	width: 100%;
	height: 180px
}
.nabout02 .kuai .pic {
	width: 50%;
	height: 180px
}
.nabout02 .kuai .pic02 {
	width: 100%;
	height: auto !important
}
.nabout02 .kuai .wenzi {
	float: left;
	width: 50%;
	padding: 20px;
	height: 180px;
}
.nabout02 .kuai .wenzi02 {
	width: 100%;
	background: #eee
}
.nabout02 .kuai .wenzi .line {
	margin-top: 20px;
}
.partner li, .partner02 li {
	float: left;
	width: 32.33%;
	margin: 0 0.5%;
	position: relative;
	line-height: 0;
}
.partner li:nth-child(5), .partner02 li:nth-child(5) {
	margin-left: 0.5%;
}
.partner li:nth-child(4), .partner02 li:nth-child(4) {
	margin-left: 16.66%;
}
.solution01 .silie li, .solution06 .silie li {
	float: left;
	width: 48.5%;
	margin-right: 0%;
	margin-bottom: 2%
}
.solution01 .silie li:nth-child(2n), .solution06 .silie li:nth-child(2n) {
	float: right
}
.solution01 .silie li:nth-child(2n+1), .solution06 .silie li:nth-child(2n+1) {
	clear: both
}
.nbanner {
	width: 140%;
	margin-left: -20%
}
.solution02 .item {
	float: none;
	width: 100%;
	margin-bottom: 10px
}
.solution02 .item:after {
	display: none
}
.solution04 .adleft {
	float: none;
	text-align: center
}
.solution04 .adright {
	float: none;
	clear: both;
	padding-top: 25px;
	text-align: center
}
.solution04 .adright .erweima01 {
	margin: 20px auto;
	display: inline-block;
	float: none
}
.solution04 .adright .zixun {
	float: none;
	display: inline-block
}
.solution05 .item .wenzi {
	font-size: 16px
}
.shuzih .item h3 span {
	font-size: 30px
}
.newslist .kuai .pic {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.newslist .kuai .text {
	float: none;
	width: 100%;
}
.nmain .pleft {
	float: none;
	width: 100%;
	margin-bottom: 25px
}
.nmain .pright {
	float: none;
	width: 100%
}
.pright .toppro .wenzi h3 {
	font-size: 22px;
}
.pright .toppro .picrolls {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.pright .toppro .wenzi {
	width: 100%;
	float: none
}
.pright .toppro .wenzi .use .ptel {
	float: none;
	margin-bottom: 20px
}
.pright .toppro .wenzi .use .zixun {
	float: none
}
.pxyskuai02 .cpic .kuai {
	float: left;
	width: calc(50% - 5px);
	margin-right: 0px;
	margin-bottom: 10px;
	position: relative
}
.pxyskuai02 .cpic .kuai:nth-child(1) {
	width: 100%;
	margin-right: 0;
}
.pxyskuai02 .cpic .kuai:nth-child(3), .pxyskuai02 .cpic .kuai:nth-child(5) {
	float: right
}
.iad .adleft .liuc .kuai {
	width: 76px;
	height: 120px;
	font-size: 16px;
}
.shilizhen .tabmenu li h3 {
	font-size: 20px;
}
}
 @media screen and (max-width: 420px) {
.iyoushi .item .wenzi h3 span {
	font-size: 18px;
}
.iyoushi .item .wenzi h3 {
	font-size: 14px;
}
.iyoushi .item .wenzi p {
	font-size: 14px;
	line-height: 20px;
	height: 80px;
}
.iproducts .swiper-slide .text .intro h3 {
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 5px;
}
.iproducts .swiper-slide .text .intro p {
	line-height: 20px;
	font-size: 14px;
}
.location {
	line-height: 20px;
	padding: 18px 0
}
.location .wrap p {
	font-size: 14px;
	position: relative;
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nmain .pright .prolist li {
	float: none;
	width: calc(100% - 2px);
	border: solid 1px #ddd;
	margin-right: 0%;
	margin-bottom: 2%;
}
.prolist .item {
	float: none;
	width: 100%;
	margin-right: 0%;
}
.prolist .item:nth-child(2n) {
	float: none
}
.pxyskuai01 .kuai {
	float: none;
	width: 100%;
}
.footer .fcontent .ewm, .footer .fcontent .ewm img {
	width: 95px;
	height: 95px
}
.footer .fcontent .erweima02 .wenzi {
	padding-top: 5px;
	height: 95px;
}
.footer .fcontent .saoyisao {
	padding-top: 60px;
}
.title h3 {
	font-size: 24px
}
.title h3 span {
	font-size: 24px
}
.title p {
	font-size: 16px
}
.shilizhen .tabmenu li {
	margin-right: 5px;
	padding-left: 34px;
	padding-bottom: 15px;
}
.shilizhen .tabmenu li:nth-child(1) {
	background: url(../images/pics01.png) no-repeat left top;
	background-size: 30px auto
}
.shilizhen .tabmenu li:nth-child(2) {
	background: url(../images/pics02.png) no-repeat left top;
	background-size: 30px auto
}
.shilizhen .tabmenu li:nth-child(3) {
	background: url(../images/pics03.png) no-repeat left top;
	background-size: 30px auto
}
.shilizhen .tabmenu li h3 {
	font-size: 18px;
}
.shilizhen .tabmenu li p {
	display: none
}
}
/*2023-2-22翻页*/
#page {
	height: 40px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center
}
#page a {
	display: inline-block;
	margin-right: 10px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	padding-right: 12px;
	padding-left: 12px;
}
#page a:hover {
	color: #000000;
	border: 1px solid #0153a7;
}
#page a.cur {
	border: none;
	color: #fff;
	background-color: #0153a7;
}
#page p {
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
	padding-right: 12px;
	padding-left: 12px;
}
#page p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	color: #666;
	padding-right: 0px;
	padding-left: 0px;
}
#page p.pageRemark b {
	color: #0153a7;
}
#page p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
.dates li {
	font-size: 14px;
	margin: 20px 0
}
.dates li span {
	float: right
}
/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }