/* CSS Document */
.wow {
	transition-delay: 0.3s;
}
.pc {
	display: block;
}
.mob {
	display: none;
}
.wrap{
	width:94%;
	max-width:1470px;
	padding:0 15px;
	margin:0 auto;
}
.wrap-full{
    width: 100%;
    padding: 0 2.6vw;
}
.header{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	min-width: 320px;
	z-index:10;
	box-shadow: 0 1px 0px rgba(214,220,225, 0.3);
}
.logo{
	float:left;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	height:100px;
	transition:all .3s;
}
.logo a{
	display:block;
}
.logo img{
	height: 40px;
	transition:all .3s;
}
.nav{
	float:right;
}
.navBox{
	margin:0 auto;
	text-align: center;
}
.navList{
	list-style: none;
	margin:0;
    font-size: 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.navList > li {
	display: inline-block;
	vertical-align: top;
}
.navList > li > a{
	display: block;
	line-height: 100px;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
    padding: 0 .2rem;
	transition: all .3s;
}
.navList > li > a > i{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 7px;
	background: url(https://www.iflyjz.com/public/static/home/images/ico2.png) center center no-repeat;
	background-size: cover;
	margin-left: 5px;
	display: none;
}
.navList > li > a::before{
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background-color: #0C3551;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transition:all .5s;
}
.navSub{
	position:absolute;
	left:0;
	top: auto;
	width: 100%;
	text-align:left;
	z-index:2;
	background-color: #FFFFFF;
    box-shadow: .03rem .04rem .04rem 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}
.cur .navSub {
    display: block;
}
.navTit{
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    font-family: PingFangSC-Medium;
    font-weight: normal;
    padding: 15px 0;
    border-bottom: 2px solid #E6E6E6;
    overflow: hidden;
}
.navTit span{
    float: left;
}
.navMore{
    float: right;
    font-size: 14px;
    color: #194B6D;
}
.navMore:hover{
    text-decoration: underline;
}
.navSecond {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
    overflow: hidden;
	margin: 0 auto;
}
.navSecond > li {
    position: relative;
    width: 33.33%;
    padding: 25px 0;
    padding-right: 15px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 25px;
    margin-bottom: -1px;
}
.navSecond > li::after{
    display: block;
    content: "";
    width: 1px;
    height: 80%;
    background-color: #E6E6E6;
    position: absolute;
    right: 0;
    top: 10%;
}
.navSecond > li:nth-child(3n)::after{
    display: none;
}
.navSecond > li > a{
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #000000;
    overflow: hidden;
}
.navImg{
    float: left;
    width: 200px;
    text-align: center;
}
.navImg img{
    display: block;
    max-width: 80%;
    max-height: 192px;
    height: auto;
    margin: 0 auto;
    transition: all .3s;
}
.navText{
    overflow: hidden;
}
.navName{
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin: .1rem 0;
    font-family: PingFangSC-Medium;
}
.navTd{
    font-size: 14px;
    color: #030000;
    line-height: 2;
    margin: .1rem 0;
}
.navDes{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    max-width: 266px;
    font-family: PingFangSC-Light;
}
.navSecond > li > a:hover .navName{
    color: #0C3551;
}
.navSecond > li > a:hover .navImg img{
    transform: translateX(5px);
}
.navList > li.active > a
.navList > li:hover > a{
	color: #00459b;
}
.navList > li.active > a::before,
.navList > li:hover > a::before {
	left: 0;
	width: 100%;
}
.navRig{
    float: right;
    line-height: 100px;
    min-width: 150px;
    text-align: right;
    font-size: 0;
}
.navRig li{
	display: inline-block;
	vertical-align:middle;
	font-size:16px;
	position:relative;
	margin-left: 15px;
}
.navRig a,
.navRig i,
.navRig span{
	display:inline-block;
	vertical-align:middle;
	color:#000000;
	line-height:38px;
}
.navRig li.navSearch span{
	width: 38px;
	height: 38px;
	background: url(../image/nav_search.svg) center center no-repeat;
	background-size: 30px auto;
    cursor: pointer;
}
.navRig li.navBtn{
    cursor:pointer;
    display:none;
}
.navBtn span{
    width:25px;
    height:30px;
    position:relative;
}
.navBtn span b{
    display:block;
    width:100%;
    height:2px;
    background:#303233;
    position:absolute;
    left:0;
    top:calc((100% - 4px) / 2);
    transition:all .3s;
}
.navBtn span b:nth-child(1){
    transform:translateY(8px) rotate(0deg);
}
.navBtn span b:nth-child(3){
    transform:translateY(-8px) rotate(0deg);
}
.navBtn.active b:nth-child(1){
    transform:translateY(0) rotate(45deg);
}
.navBtn.active b:nth-child(3){
    transform:translateY(0) rotate(-45deg);
}
.navBtn.active b:nth-child(2){
    opacity:0;
}

.header.whiteBg,
.header.bg{
    background-color: #FFFFFF;
}
.header.whiteBg .logo img.hides,
.header.bg .logo img.hides{
    display: block;
}
.header.whiteBg .logo img.shows,
.header.bg .logo img.shows{
    display: none;
}
.header.whiteBg .navList > li > a,
.header.bg .navList > li > a{
    color: #303233;
}
.header.whiteBg .navRig li.navSearch span,
.header.bg .navRig li.navSearch span{
    background-image: url(../image/nav_search2.svg);
}

.searchBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 1;
	display: none;
}
.searchBox .wrap{
    height: 100%;
}
.searchBox .logo{
    margin-right: 130px;
}
.searchCon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
    padding-right: 40px;
}
.searchInput{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100%;
	padding: 0 15px;
	padding-left: 40px;
    border: none;
    font-size: 16px;
    color: #4D4D4D;
}
.searchBtn{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: url(../image/nav_search2.svg) center  center no-repeat;
	border: none;
	cursor: pointer;
    background-size: 70% auto;
}
.searchBtn:focus{
	border: none;
	outline: none;
}
.searchClose{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../image/close.svg) center center no-repeat;
	background-size: 24px auto;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	margin-left: 10px;
	cursor: pointer;
	transition: all .3s ease;
}
.searchClose:hover{
	transform: rotate(90deg);
}
.quick{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-width: 647px;
    background-color: #FFFFFF;
    padding: .2rem .3rem .3rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all .3s;
    margin-top: 1px;
}
.quickTit{
    font-size: 14px;
    color: #668092;
    line-height: 36px;
    margin: 0 0 .1rem;
}
.quickList{
    list-style: none;
}
.quickList li{
    margin: .06rem 0;
}
.quickList li a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}
.quickList li a:hover{
    color: #668092;
}
.searchInput:focus ~ .quick{
    opacity: 1;
    visibility: visible;
     transform: translateY(0);
}

.mainBg{
	position: relative;
	background-color: #FFFFFF;
	overflow: hidden;
}
.grayBg{
	background-color: #f8f9fa;
}
.whiteBg{
	background-color: #FFFFFF;
}
.text-center{
	text-align: center;
}

/*footBg*/
.footBg {
	background-color: #F5F5F7;;
	line-height: 30px;
	position: relative;
	z-index: 1;
}
.ftTop{
	display: flex;
	justify-content: space-between;
	padding: .58rem 0;
}
.ftNav{
	width: 62.5%;
}
.ftNav > ul{
	display: flex;
	justify-content: space-between;
}
.ftNav > ul > li > a{
	display: block;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}
.ftNav .sub-nav a{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 48px;
    line-height: 38px;
	transition: all .5s;
}
.ftNav .sub-nav a:hover{
	color: #194B6D;
}
.mobile-ftNav{
	width: 100%;
	display: none;
}
.mobile-ftNav ul > li{
	line-height: 60px;
	border-bottom: 1px solid #d2d2d7;
}
.mobile-ftNav ul > li > a{
	display: block;
	font-size: 14px;
	color: #333;
	position: relative;
}
.mobile-ftNav ul > li > a::after{
	display: block;
	content: "\f107";
	position: absolute;
	right: 0;
	top: 0;
	font-family: FontAwesome;
	text-align: center;
	transition: all .3s;
	color: #0C3551;
}
.mobile-ftNav .avtive > a::after{
	transform: rotate(180deg);
}
.mobile-ftNav .sub-nav{
	padding: 10px 20px;
	display: none;
	background: #ddd;
}
.mobile-ftNav .sub-nav a{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.ftCont{
	width: 19.07%;
}
.ftCont h4{
	font-size: 34px;
	color: #0C3551;
	line-height: 42px;
	font-weight: 500;
}
.ftCont .times{
	background: url(../image/dianhua.svg) left center no-repeat;
	padding-left: 23px;
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	margin: 5px 0 26px 0;
    background-size: auto 60%;
}
.ftShops h5{
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
.ftShops .shopAd span{
	font-size: 14px;
	color: #333;
	display: inline-block;
	margin-right: 27px;
}
.ftShops .shopAd span:nth-child(2n){
	margin-right: 0;
}
.ftShops .moreShop{
	display: block;
	width: 100%;
	border: 1px solid #0C3551;
	border-radius: 5px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 20px;
}
.ftShops .moreShop span{
	background: url(../image/mendian-ico.svg) left center no-repeat;
    padding: 5px 0;
	padding-left: 30px;
    background-size: 17px auto;
}
.ftMid{
	display: flex;
	justify-content: space-between;
}
.ftMid .ftLogo {
    max-width: 230px;
}
.ftMid .ftLogo img{
    width: 100%;
    height: auto;
}
.ftMid .midRight{
	display: flex;
	align-items: center;
}
.ftMid .linkBox a{
	display: inline-block;
	font-size: 14px;
	color: #333333;
    margin: 0;
	margin-right: 40px;
    line-height: 34px;
	transition: all .5s;
    background-size: auto 100% !important;
    background-position: left center !important;
}
.ftMid .linkBox a.app{
	background: url(../image/shoujiAPP.png) left center no-repeat;
	padding-left: 40px;
}
.ftMid .linkBox a.jd{
	background: url(https://www.iflyjz.com/public/static/home/images/jingdong.png) left center no-repeat;
	padding-left: 43px;
}
.ftMid .linkBox a.tmall{
	background: url(https://www.iflyjz.com/public/static/home/images/tmall.png) left center no-repeat;
	padding-left: 43px;
}
.ftMid .linkBox a:hover{
	color: #194B6D;
}
.ftMid .lang{
	display: flex;
	align-items: center;
	padding-right: 18px;
    margin-left: 20px;
}
.ftMid .lang .ico{
	background: url(../image/yuyan.svg) center center no-repeat;
	width: 20px;
	height: 20px;
    background-size: contain;
    margin-bottom: 3px;
}
.ftMid .lang .select-box {
	position: relative;
	/* width: 120px; */
	margin-left: 12px;
}
.ftMid .lang .select-box .select-title {
	width: 100%;
	height: 36px;
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	position: relative;
}
.ftMid .lang .select-box .select-title span {
	color: #0C3551;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	display: inline-block;
	text-align: left;
	line-height: 34px;
	cursor: pointer;
	font-size: 16px;
}
.ftMid .lang .select-box .select-title::after{
	display: block;
	content: "\f107";
	position: absolute;
	right: -20px;
	top: 2px;
	font-family: FontAwesome;
	font-size: 20px;
	text-align: center;
	transition: all .3s;
	color: #0C3551;
    transition: all .3s;
}
.ftMid .lang .select-box .select-con {
	display: none;
	position: absolute;
	right: -18px;
	bottom: 100%;
	z-index: 999;
	width: 100%;
	border-top: none;
	background: #fff;
	overflow: auto;
	/* border: 1px solid #333; */
	/*border-top:none;*/
	overflow-x: hidden;
	overflow-y: auto;
	width: 180px;
    width: 140px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.ftMid .lang .select-box .select-con li {
	margin-left: 0;
	line-height: 42px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
	/* padding-right: 11px; */
	font-size: 14px;
	cursor: pointer;
}
.ftMid .lang .select-box .select-con li a{
    display: block;
    color: #000000;
    transition: all .3s linear;
}
.ftMid .lang .select-box .select-con li a:hover{
    box-shadow: 2px 0 0 #0C3551 inset;
    background-color: rgba(0, 0, 0, 0.05);
}
.ftMid .lang .select-box.open .select-title::after {
    transform: rotate(180deg);
}
.ftBtm{
	border-top: 1px solid #D2D2D7;
	margin-top: 30px;
	padding: 18px 0 40px 0;
}
.ftBtm a.xy{
	font-size: 14px;
	color: #0C3551;
}
.ftBtm span{
	font-size: 14px;
	color: #666;
}
.ftBtm span a{
	color: #666;
	background: url(../image/beian.png) left center no-repeat;
	padding-left: 18px;
	margin-left: 6px;
}
.page{
    text-align:center;
    margin:.6rem 0;
    font-size:0;
}
.page a,
.page span{
    display:inline-block;
    vertical-align:middle;
    min-width: .3rem;
    line-height:24px;
    padding: .03rem .1rem;
    border: 1px solid #dadada;
    font-size:14px;
    color:#000000;
    margin:.02rem 0.05rem;
}
.page a.active,
.page span.active{
    background-color:#00459b;
    color: #FFFFFF;
    cursor:no-drop;
}
.page a:not(.active):hover{
    background-color:#00459b;
    color: #FFFFFF;
}

.banIn{
    position: relative;
    padding-top: 100px;
}
.banIn .imgBg{
    height: 400px;
}
.banText{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100px;
}
.pageTit{
    font-size: 46px;
    color: #313233;
    line-height: 2;
    font-family: PingFangSC-Semibold;
}
.banText.aboutText .pageTit{
	color: #FFFFFF;
}
.pageInfo{
    color: #313233;
    font-size: 18px;
    line-height: 1.6;
    max-width: 503px;
}
.banText.aboutText .pageInfo{
	color: #FFFFFF;
}
/* 产品二级导航 */
.pro-nav-fix{
    height: 80px;
}
.pro-nav{
    position: relative;
    width: 100%;
    padding: 17px 0;
    line-height: 46px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #010101;
    background-color: #FFFFFF;
    z-index: 1;
}
.pro-nav-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
.pro-nav-left{
    float: left;
    font-size: 24px;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-nav-left span{
    font-weight: normal;
    font-size: 16px;
    vertical-align: top;
}
.pro-nav-right{
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    margin: 0 -.15rem;
}
.pro-nav-right li{
    position: relative;
    padding: 0 .15rem;
}
.pro-nav-right li a{
    display: block;
    color: #010101;
}
.pro-nav-right li.buyNow{
    padding-left: 0;
}
.pro-nav-right li.buyNow a{
    width: 127px;
    background: #0C3551;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
}
.pro-nav-right li + li::after{
    display: block;
    content: "";
    width: 2px;
    height: 16px;
    background-color: #010101;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -8px;
}
.pro-nav-right li:last-child::after{
    display: none;
}
.pro-nav-Ico{
    display: none;
}
.pro-nav-mobile{
    display: none;
}

.brandNav{
    float: right;
    text-align: right;
    font-size: 0;
    color: #262626;
}
.brandNav li{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.brandNav li a{
    color: #262626;
}
.brandNav li + li + li::before{
    display: inline-block;
    vertical-align: middle;
    content: ">";
    padding: 0 5px;
}
.brandNav li a:hover{
    text-decoration: underline;
}
.play{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 4.58vw;
    height: 4.58vw;
    border-radius: 50%;
    background: url(../image/play.png) center center no-repeat;
    background-size: cover;
}
.videoBox{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}
.videoClose{
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 22px;
    right: 2%;
    z-index: 1000;
    background: url(../image/close2.svg) center center no-repeat;
    background-size: 66% auto;
}
.videos {
    width: 100%;
    height: 100%;
}

/* pages */
.pages {
    text-align: center;
    margin: 155px 0 0;
}

.pages ul {
    display: inline-block;
}

.pages ul.m {
    display: none;
}

.pages ul li {
    float: left;
    margin: 0 5px;
}

.pages ul li a {
    position: relative;
    padding: 0 5px;
    display: block;
    width: 36px;
    min-width: 36px;
    line-height: 36px;
    text-align: center;
    color: #999999;
    font-size: 18px;
}
.pages ul li a::after{
    display: block;
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 32px;
}

.pages ul li.on a,
.pages ul a:hover {
    color: #2F7EB4;
}

.pages ul li.prev a,
.pages ul li.next a {
    font-family: "宋体";
    font-size: 20px;
    border: 1px solid #666666;
    line-height: 34px;
    color: #666;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    font-size: 0;
}
.pages ul li.prev a::after{
    content: "\f104";
}
.pages ul li.next a::after{
    content: "\f105";
}

.pages ul li.prev a:hover,
.pages ul li.next a:hover {
    border-color: #0C3551;
    background: #0C3551;
    color: #fff;
}

.pages ul li span {
    display: inline-block;
    font-weight: bold;
    font-family: "Arial";
    color: #ccc;
    position: relative;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

/* pages end */

#serch_form{
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width:1200px) {
    .navBox{
        display: block !important;
    }
}
@media (max-width:1600px){
	.wrap{
		max-width: 1230px;
	}
    .logo{
        height: 80px;
    }
	.logo img{
		height: 34px;
	}
	.navList > li > a{
		font-size: 15px;
        padding: 0 15px;
        line-height: 80px;
	}
    .navRig{
        line-height: 80px;
        min-width: 50px;
    }
	.navRig li{
		font-size: 14px;
		margin-left: 10px;
	}
	.navRig li.navSearch a{
		width: 32px;
		height: 32px;
		background-size: 18px auto;
	}
    .navTit{
        font-size: 18px;
        padding: .1rem 0;
        line-height: 26px;
    }
    .navSecond > li{
        padding: .2rem 0;
        padding-right: 15px;
        margin-top: 20px;
    }
	.navSecond > li > a{
		font-size: 14px;
		line-height: 1.8;
	}
    .navImg{
        width: 45%;
    }
    .navImg img{
        max-height: 160px;
    }
    .navName{
        font-size: 15px;
    }
    .navTd{
        font-size: 12px;
    }
    .navDes{
        font-size: 12px;
    }
    .searchInput{
        font-size: 14px;
    }
    .quickList li a{
        font-size: 14px;
        line-height: 2;
    }
	.ftNav{
		font-size: 12px;
	}
	.ftTit{
		font-size: 16px;
	}
	.ftCon p.ftTel{
		font-size: 26px;
		background-size: 30px auto;
		padding-left: 35px;
		line-height: 30px;
	}
	.ftBot{
		padding: .15rem 0 .2rem;
	}
	.ftIco{
		width: 32px;
		height: 32px;
	}
	.onLine{
		width: 60px;
	}
	.onLine li a{
		padding: 8px 0;
	}
	.onIco{
		width: 24px;
		height: 24px;
	}
	.onCon img{
		width: 80px;
	}
	.hmTitEn{
		font-size: 70px;
	}
	.hmTitCn{
		font-size: 28px;
	}
	.mainTop li a{
		font-size: 15px;
		line-height: 20px;
	}
	.sortList li a{
		font-size: 15px;
	}
    .banIn{
        padding-top: 80px;
    }
    .banIn .imgBg{
        height: 300px;
    }
    .pageTit{
        font-size: 36px;
    }
    .pageInfo{
        font-size: 16px;
    }
    .pro-nav-fix{
        height: 60px;
    }
    .pro-nav{
        padding: 10px 0;
        line-height: 40px;
        font-size: 14px;
    }
    .pro-nav-left{
        font-size: 20px;
    }
    /* .pro-nav-left span{
        font-size: 14px;
    } */
    .pro-nav-right li.buyNow a{
        width: 100px;
    }

    .pages {
        margin-top: 60px;
    }
}
@media (max-width:1400px){
	.navBtn span b:nth-child(1){ transform:translateY(6px) rotate(0deg);}
	.navBtn span b:nth-child(3){ transform:translateY(-6px) rotate(0deg);}
	.ftCont{width: 25%;}
    .pages ul li a {
        font-size: 16px;
    }
    .pages ul li.prev a,
    .pages ul li.next a {
        font-size: 18px;
    }
}
@media (max-width:1200px){
	.wrap{
		width: 100%;
		max-width: 970px;
	}
    .header{
        position: fixed;
        background-color: #FFFFFF;
    }
    .header.nav-open{
        z-index: 11;
    }
    .logo{
        position: absolute;
        left: 50%;
        top: 0;
        height: 50px;
        transform: translateX(-50%);
    }
    .logo img{
        height: 24px;
    }
    .logo img.hides{
        display: block;
    }
    .logo img.shows{
        display: none;
    }
    .navRig{
        line-height: 50px;
        width: 100%;
    }
    .navRig li{
        display: block;
        margin-left: 0;
    }
    .navRig li.navSearch{
        float: right;
    }
    .navRig li.navSearch span{
        background-image: url(../image/nav_search2.svg);
    }
    .navRig li.navBtn{
        float: left;
    }
	.navRig li.navBtn{
        display: block;
    }
    .searchBox .logo{
        display: none;
    }
    .quick{
        display: none;
    }
	.navBox{
        position:fixed;
        left: 0;
        right:0;
        top:50px;
        bottom: 0;
        width:100%;
        overflow:hidden;
        z-index:2;
        border-top:1px solid #f2f2f2;
        background-color: #FFFFFF;
        display: none;
    }
	.navList{
        text-align:left;
        height:100%;
        overflow-y:auto;
        display: block;
        padding: 0 .3rem;
        margin: 0 auto;
        max-width: 1000px;
        background-color: #FFFFFF;
    }
	.navList > li{
        display:block;
        margin:0;
        text-align:left;
    }
	.navList > li > a{
        color:#333333;
        height:auto;
        line-height:46px;
        padding: 0;
        padding-right: 46px;
        border-bottom:1px solid #f2f2f2;
    }
	.navList > li > a::before{
        display:none;
    }
    .navList > li.dropdown > a::after{
        display: block;
        width: 46px;
        content: "\f107";
        position: absolute;
        right: 0;
        top: 0;
        font-family: FontAwesome;
        text-align: center;
        transition: all .3s;
        font-size: 22px;
    }
    .navList > li.cur > a::after{
        transform: rotate(180deg);
    }
	.navSub{
        position: static;
        box-shadow: none;
        border-top: none;
    }
    .navSub .wrap{
        display: flex;
        flex-direction: column-reverse;
    }
    .navTit{
        border: none;
        padding-top: 0;
    }
    .navTit span{
        display: none;
    }
    .navMore {
        display: block;
        float: none;
    }
	.navSecond{
		display: block;
        width: 100%;
	}
    .navSecond > li{
        width: 100%;
        margin-top: 0;
        padding: 0;
        border: none;
    }
    .navSecond > li::after{
        display: none;
    }
	.navSecond > li > a{
		font-size: 15px;
		line-height: 32px;
		padding: 0;
	}
    .navName{
        font-size: 14px;
        font-weight: normal;
    }
    .navTd,
    .navDes,
    .navImg{
        display: none;
    }
    .banIn{
        padding-top: 50px;
    }
    .banIn .imgBg{
        height: 2.4rem;
    }
    .banText{
        top: 50px;
    }
    .pageTit{
        font-size: .32rem;
    }
    .pageInfo{
        font-size: .14rem;
        max-width: 55%;
    }
    .pro-nav-fix{
        position: relative;
        z-index: 10;
    }
    .pro-nav{
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1),0 1px 0px rgba(214,220,225, 0.3) inset;
    }
    .pages {
        margin-top: 40px;
    }
    .pages ul li a {
        min-width: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .pages ul li.prev a,
    .pages ul li.next a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 16px;
    }
    .pages ul li {
        margin: 0 3px;
    }
}
@media (max-width:991px){
	.navRig a,
	.navRig i,
	.navRig span{
		line-height: 34px;
	}
	.navList > li > a{
		font-size:15px;
	}
	.searchInput{
		height: 32px;
		line-height: 30px;
		padding-left: 32px;
	}
	.searchBtn,
	.searchClose{
		width: 32px;
		height: 32px;
		margin-top: -16px;
		background-size: 16px auto;
	}
	.ftCont h4{
		font-size: 24px;
	}
	.ftCont .times{
		font-size: 14px;
		margin: 5px 0 12px 0;
	}
	.ftNav .sub-nav a{
		font-size: 14px;
		line-height: 30px;
	}
}
@media (max-width:767px){
	.ftTop{
		flex-wrap: wrap;
	}
	.pc-ftNav{
		/* width: 100%; */
		display: none;
	}
	.ftCont{
		width: 100%;
		margin-top: 20px;
	}
	.mobile-ftNav{
		display: block;
	}
	.ftMid{
        display: block;
        text-align: center;
	}
    .ftMid .ftLogo{
        display: block;
        margin: 0 auto;
        width: 60%;
    }
	.ftMid .midRight{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.ftMid .linkBox a{
		margin-right: 15px;
	}
	.ftMid .linkBox{
		width: 100%;
	}
	.ftMid .lang{
		width: 100%;
		margin-top: 20px;
        justify-content: center;
        margin: 0;
	}
    .ftMid .lang .select-box .select-con{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
	.ftMid .linkBox a.jd,
	.ftMid .linkBox a.tmall{
		background-size: 22px 22px !important;
		padding-left: 30px;
	}
	.ftMid .linkBox a.app{
		background-size: 15px 22px;
	}
    .pro-nav-fix{
        height: 50px;
    }
    .pro-nav{
        line-height: 30px;
    }
    .pro-nav-left{
        font-size: 16px;
    }
    .pro-nav-right li.buyNow a{
        width: 80px;
    }
    .pages ul li.prev a,
    .pages ul li.next a {
        padding: 0 5px;
        border: 0;
        line-height: 30px;
    }
    .pages ul.m {
        display: inline-block;
    }
    .pages ul.pc {
        display: none;
    }
}
@media (min-width:641px){
    .pro-nav-mobile{
        display: none !important;
    }
}
@media (max-width:640px){
	.page a, .page span{
		margin: 1px;
	}
    .pageInfo{
        font-size: .18rem;
    }
    .brandNav{
        float: none;
        text-align: left;
    }
    .pro-nav{
        font-size: 12px;
    }
    .pro-nav-left b{
        display: none;
    }
    .pro-nav-left span{
        font-weight: bold;
    }
    .pro-nav-right li{
        display: none;
    }
    .pro-nav-right li.buyNow{
        display: inline-block;
    }
    .pro-nav-right li.buyNow a{
        width: 64px;
    }
    .pro-nav-Ico{
        position: absolute;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        left: 50%;
        top: 0;
        margin-left: -25px;
        font-size: 18px;
        color: #303233;
        cursor: pointer;
        transition: all .3s;
        display: block;
    }
    .open-mobile{
        transform: rotate(180deg);
    }
    .pro-nav-mobile{
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        height: calc(100vh - 50px);
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        display: none;
    }
    .pro-nav-links{
        list-style: none;
        background-color: #FFFFFF;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }
    .pro-nav-links li{
        padding: 0 .3rem;
    }
    .pro-nav-links li a{
        display: block;
        font-size: 14px;
        color: #262626;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        line-height: 34px;
        padding: .1rem 0;
    }
    .pro-nav-links li:last-child a{
        border-bottom: none;
    }
}
@media (max-width:460px){
	.page a, .page span{
		display: none;
		line-height: 20px;
	}
	.page a:nth-child(1),
	.page a:nth-child(2),
	.page a:nth-last-child(1),
	.page a:nth-last-child(2){
		display: inline-block;
		padding: .1rem .2rem;
	}
    .brandNav li{
        font-size: 12px;
    }

}