@charset "utf-8";
.head{
	height: 100px;
	background: rgba(0,0,0,.4);
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo{
	display: inline-block;
	height: 30px;
}
.nav li{
	position: relative;
	margin-left: 55px;
}
.nava{
	display: block;
	color: #fff;
	height: 100px;
	line-height: 100px;
	border-bottom: 4px solid rgba(0,0,0,0);
}
.nav li:hover .nava{
	color: #00A2FF;
}
.nav li.active .nava{
	color: #00A2FF;
	border-bottom: 4px solid #00A2FF;
}
.navbg{
	position: absolute;
	left: 0;
	top: 100%;
	background: #000;
	z-index: 9;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.navbg_active{
	opacity: 1;
	visibility: inherit;
}
.navhide{
	z-index: 9;
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	top: 100%;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 38px;
	text-align: center;
	color: #333;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #b4b4b4;
	margin: 0 15px;
}
.navhide a:hover{
	color: #fff;
}
.hdr1,.hdr2{
	margin-left: 30px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.hdr1hide a{
	line-height: 38px;
	color: #B4B4B4;
	display: block;
	text-align: center;
}
.hdr1hide a:hover{
	color: #fff;
}
.hdr1hide{
	position: absolute;
	width: 140px;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	margin-top: -5px;
	padding: 5px 0;
}
.hdr1:hover .hdr1hide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.hdr2{
	margin-left: 20px;
}
.hdr2 button{
	background: none;
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.hdr2 input{
	width: 145px;
	height: 35px;
	border-radius: 35px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
	background: #fff;
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.hdr2:hover input{
	opacity: 1;
	visibility: inherit;
}
.ititle_42{
	font-size: 42px;
}
.md{
	padding: 75px 0;
}
.itop{
	color: #fff;
}
.itiptxt{
	color: #B4B4B4;
}
.i1{
	background: url(../images/i1bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i1 .itoptitle h1{
    display:flex;
    justify-content:center;
    align-items:center;
}
.i1 .itoptitle h1 img{
    height: 45px;
    position: relative;
    left: -10px;
    top: 1px;
     filter: grayscale(100%) brightness(500%);
}

.itopmore a{
	line-height: 42px;
	width: 160px;
	border: 1px solid #00A2FF;
	color: #00A2FF;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}
.itopmore a:hover{
	background: #00A2FF;
	color: #fff;
}
.i1aimg img{
	max-width: 100%;
	max-height: 100%;
}
.i1a{
	background: url(../images/i1abg_03.png) no-repeat center;
	background-size: cover;
	width: 32%;
	color: #fff;
}
.i1atxt{
	line-height: 80px;
}
.i2{
	background: url(../images/i2bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i2box{
	width: 500px;
	cursor: pointer;
}
.i2vdbg{
	background: url(../images/vdico_03.png) no-repeat center rgba(0,0,0,.35);
}
.i3{
	background: #000;
	color: #fff;
}
.i3t li{
	margin-right: 50px;
	cursor: pointer;
	transition: .25s;
	line-height: 38px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.i3t li.active{
	border-bottom: 2px solid #00A2FF;
	color: #00A2FF;
}
.i3ltxt{
	background: #292929;
	padding: 20px;
	color: #fff;
}
.i3ltxt p,.i3ltxt span,
.i3ra p,.i3ra span{
	color: #B4B4B4;
}
.i3ra{
	background: #292929;
	color: #fff;
	margin-bottom: 15px;
}
.i3ra:last-child{
	margin-bottom: 0;
}
.i3raimg{
	width: 41.5%;
}
.i3ratxt{
	padding: 10px 20px;
}
.i4{
	background: #515151;
	padding: 30px 0;
}
.i4a{
	color: #fff;
	margin: 10px 0;
}
.i4a p{
	color: #B4B4B4;
}
.foot{
	background: #292929;
	color: #fff;
	padding: 50px 0 30px 0;
}
.foot a{
	color: #B4B4B4;
}
.foot a:hover{
	color: #fff;
}
.ftl p{
	color: #B4B4B4;
}
.ftra{
	margin-left: 20px;
	color: #B4B4B4;
}
.ftra img{
	width: 100px;
}
.ftm{
	margin: 0 5%;
}
.ftmatxt{
	margin-top: 10px;
}
.fb{
	color: #B4B4B4;
}
.fbl{
	font-size: 12px;
}
.fbl i{
	margin: 0 15px;
	color: #999;
}
.fbl i:last-child{
	display: none;
}
.fbra{
	width: 240px;
	height: 42px;
	background: #212123;
	padding: 0 15px;
	cursor: pointer;
}
.fbrhide{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: #212123;
	height: 120px;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	-webkit-overflow-scrolling: touch;
}
.fbrhide::-webkit-scrollbar{
	width:4px;
	height:4px;
}
.fbrhide::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-radius:2px;
}
.fbrhide::-webkit-scrollbar-thumb{
	background: #aaa;
	border-radius:2px;
}
.fbrhide::-webkit-scrollbar-thumb:hover{
	background: #747474;
}
.fbrhide::-webkit-scrollbar-corner{
	background: #f6f6f6;
}
.fbr:hover .fbrhide{
	opacity: 1;
	visibility: inherit;
}
.fbrhide a{
	color: #B4B4B4;
	line-height: 30px;
	font-size: 12px;
	padding: 0 15px;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.fbrhide a:hover{
	background: #00A2FF;
}

.lbntxt{
	padding-top: 80px;
}
.lbntxt h1{
	font-size: 50px;
	font-weight: normal;
}
.lbntxt i{
	width: 50px;
	height: 1px;
	background: #00A2FF;
	display: block;
	margin: 15px auto;
}
.listnav{
	border-bottom: 1px solid #ececec;
}
.lnvr{
	height: 75px;
}
.lnvr a{
	display: block;
	height: 75px;
	line-height: 75px;
	padding: 0 20px;
}
.lnvr a:hover,.lnvr a.active{
	background: #00A2FF;
	color: #fff;
}
.abtmd{
	padding: 90px 0;
}
.abl{
	width: 40%;
}
.ablt h1{
	font-size: 48px;
	color: #00A2FF;
	opacity: .2;
}
.abrbox{
	position: absolute;
	left: -60px;
	bottom: 0;
	z-index: 9;
}
.abrbox i{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
	background: #cdcdcd;
	color: #fff;
}
.abrbox i.active{
	background: #00A2FF;
}
.js1a{
	width: 20%;
	color: #515151;
}
.js1a img{
	max-width: 90%;
}
.js2{
	background: #f2f5fa;
}
.js3w{
	background: #f6f6f6;
}
.js3txt{
	padding: 20px 5%;
}
.js3w:nth-child(even){
	flex-flow: row-reverse;
	background: #00A2FF;
}
.js3w:nth-child(even) .js3txt *{
	color: #fff;
}
#certify .swiper-slide{
	width: 550px;
}
.js2a{
	background: #fff;
	padding: 20px;
	margin: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.js2aimg img{
	width: 100%;
}
.js2a p{
	margin-top: 10px;
}
.swiper-button-next-py2,.swiper-button-prev-py2{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid #acacac;
	color: #acacac;
	font-size: 22px;
	background: none;
	cursor: pointer;
}
.swiper-button-next-py2{
	right: -5%;
}
.swiper-button-prev-py2{
	left: -5%;
}
.csa{
	width: 48.5%;
}
.csabox{
	background: rgba(0,0,0,.45);
	padding: 20px;
	opacity: 0;
	transition: .5s;
	color: #fff;
}
.csa:hover .csabox{
	opacity: 1;
}
.page a{
	width: 36px;
	height: 36px;
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	color: #666;
}
.page a.page-num-current,.page a:hover{
	background: #00A2FF;
	color: #fff;
}

.qatop a{
	display: inline-block;
	margin: 0 15px;
	line-height: 44px;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.qatop a.active,.qatop a:hover{
	border-bottom: 2px solid #00A2FF;
	color: #00A2FF;
}
.qabox{
	padding: 28px 0;
	border-bottom: 1px dashed #ddd;
}
.qaboxt i,.qaboxb i{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #00a2ff;
	color: #fff;
	margin-right: 15px;
	font-size: 16px;
}
.qaboxb i{
	background: #cdcdcd;
}

.byr{
	width: 38.75%;
	margin-left: 8%;
}
.prdmd{
	background: #f5f5f5;
	padding-top: 50px;
}
.lbntxt i.l{
	margin-left: 0;
}
.pdta{
	background: #fff;
	border: 1px solid #fff;
	padding: 10px 25px;
	display: flex;
	align-items: center;
	width: 32%;
}
.pdtaimg{
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pdtaimg img{
	max-width: 70%;
	display: block;
}
.pdta:hover,.pdta.active{
	border: 1px solid #00A2FF;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}
.pda{
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.05);
	padding: 20px;
	transition: .5s;
	width: 48.5%;
}
.pda:hover{
	transform:translateY(-10px);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.pdaimg{
	width: 40%;
}
.pdaimg img{
	max-width: 80%;
}
.pdb a{
	width: 250px;
	line-height: 44px;
	border: 1px solid #aaaaaa;
	border-radius: 44px;
	text-align: center;
	color: #969696;
	display: inline-block;
}
.pdb a:hover{
	background: #00A2FF;
	color: #fff;
	border: 1px solid #00A2FF;
}

.pit{
	width: 100%;
	position: absolute;
	left: 0;
	top: 100px;
	background: rgba(49,49,49,.8);
	height: 80px;
	color: #fff;
}
.pitr a{
	color: #B4B4B4;
	line-height: 30px;
	border-bottom: 2px solid rgba(0,0,0,0);
	display: inline-block;
	margin-left: 25px;
}
.pitr a.active{
	border-bottom: 2px solid #00A2FF;
	color: #fff;
}
.pimd{
	padding: 180px 0;
	background: #000;
	color: #fff;
}
.pibox *{
	max-width: 100%;
}
.pibox img {
    display: block;
    margin: auto;
}
.lbntxt_new{
	text-align: right;
}
.lbntxt i.r{
	margin-right: 0;
}

.netl{
	width: 64.5%;
	border-bottom: 1px solid #959595;
	position: relative;
}
.netltxt{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	padding: 10px 20px;
	color: #fff;
}
.netr{
	width: 29.5%;
	border-bottom: 1px solid #959595;
	position: relative;
	padding-bottom: 40px;
}
.netl::after,.netr::after{
	width: 0px;
	height: 1px;
	background: #00A2FF;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: .5s;
}
.netl:hover::after,.netr:hover::after{
	width: 100%;
}
.netrtxtb i{
	transform:rotate(45deg);
	color: #000;
}
.new{
	width: 103.83%;
}
.newa{
	width: 29.5%;
	margin-right: 3.83%;
}

.nir{
	width: 25%;
	margin-left: 4%;
	padding-left: 4%;
	border-left: 1px solid #eee;
}
.nit{
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.nitxt p{
	text-indent: 2em;
}
.nitxt *{
	max-width: 100%;
}
.nib{
	margin-top: 35px;
	padding-top: 35px;
	border-top: 1px solid #eee;
}
.nibr a{
	width: 120px;
	line-height: 40px;
	background: #00A2FF;
	color: #fff;
	border-radius: 40px;
	display: inline-block;
}
.nibl a{
	margin-top: 5px;
}
.nibl a:first-child{
	margin: 0;
}
.nir .newa{
	width: 100%;
	margin-right: 0;
	padding-bottom: 30px;
}
.nir .newa:first-child{
	margin-top: 0;
}

.jo1{
	background: #f2f5fa;
}
.jo3{
	background: url(../images/jo3bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.jo4{
	background: url(../images/jo4bg_02.jpg) no-repeat bottom center;
	background-size: 100%;
}
.jotop i{
	width: 25px;
	height: 3px;
	display: block;
	margin: 20px auto;
}
.jo1a{
	margin: 0 5.5%;
}
.jo1a img,.jo3a img{
	transition: .5s;
}
.jo1a:hover img,.jo3a:hover img{
	transform:rotateY(180deg);
}
.jo2r{
	width: 43%;
}
.jotop.textleft i{
	margin-left: 0;
}
.jo2ra i{
	width: 50px;
	height: 50px;
	background: #F2F5FA;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jo3box{
	padding: 50px;
	background: rgba(67,74,78,.65);
}
.jo3a{
	width: 25%;
	padding: 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-right: 1px solid rgba(255,255,255,.2);
}
.jo3a .txt{
	line-height: 22px;
	color: #ddd;
}
.jo3a:nth-child(5),
.jo3a:nth-child(6),
.jo3a:nth-child(7),
.jo3a:nth-child(8){
	border-bottom: 0;
}
.jo3a:nth-child(4),
.jo3a:nth-child(8){
	border-right: 0;
}
.jo4box{
	background: #f0f0f0;
	padding: 40px 40px 65px 40px;
}
.jo4t{
	border-bottom: 1px dashed #ddd;
}
.jo4ta{
	display: flex;
	align-items: center;
	width: 30%;
	margin-bottom: 25px;
}
.jo4span{
	width: 100px;
	line-height: 30px;
}
.jo4tar_ipt input,.jo4tar_ipt select{
	width: 100%;
	height: 30px;
	background: #fff;
	padding: 0 12px;
	border: 1px solid #e2e2e2;
}
.jo4tar_ipt select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.jo4tar_ipt input:focus,.jo4ba textarea:focus{
	border: 1px solid #00A2FF;
}
.jo4tar_slt{
	width: 30%;
}
.slti{
	line-height: 14px;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -7px;
	color: #999;
}
.jo4ba textarea{
	background: #fff;
	padding: 12px;
	border: 1px solid #e2e2e2;
	height: 140px;
	resize: none;
	width: 100%;
}
.jo4sbm button{
	cursor: pointer;
	transition: .25s;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #cccccc;
	border-radius: 36px;
	margin-right: 20px;
	color: #fff;
}
.jo4sbm button:hover,.jo4sbm button.active{
	background: #00A2FF;
	opacity: .85;
}

.cont{
	height: 490px;
}
.conb{
	background: #f2f5fa;
	padding: 50px;
}
.conbr{
	border-left: 1px solid #ddd;
	padding-left: 50px;
	margin-left: 50px;
}

.wap-ban{
    display: none;
}

.i1 .pc-box{
    display: block;
    position: relative;
}
.i1 .wap-box{
    display: none;
    position: relative;
    padding-bottom: 60px;
}



.i1 .wap-box .swiper-button-next, .i1 .wap-box .swiper-button-prev{
    width: 34px;
    height: 34px;
    border-radius: 32px;
    border: 2px solid  #fff;
    top: auto;
    margin-top: 0;
    bottom: 0;
     filter: grayscale(100%) brightness(500%);
     background-size: 10px;
     left: calc(50% - 50px);
}
.i1 .wap-box .swiper-button-next{
    left: auto;
    right: calc(50% - 50px);
}
.mySwiper-wapcp{
    width: 100%;
    overflow: hidden;
}
.mySwiper-wapsp{
    width: 100%;
    overflow: hidden;
}
.i2 .pc-box{
    display: block;
    position: relative;
}
.i2 .wap-box{
    display: none;
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}
.i2 .wap-box video{
    width: 100%;
}

.i2 .wap-box .swiper-button-next, .i2 .wap-box .swiper-button-prev{
    width: 34px;
    height: 34px;
    border-radius: 32px;
    border: 2px solid  #fff;
    top: auto;
    margin-top: 0;
    bottom: 0;
     filter: grayscale(100%) brightness(500%);
     background-size: 10px;
     left: calc(50% - 50px);
}
.i2 .wap-box .swiper-button-next{
    left: auto;
    right: calc(50% - 50px);
}
.zx-btn,.zx-box{
    display: none;
}

@media only screen and (max-width:1399px) {
    .i1 .itoptitle h1 img{
        height: 38px;
        position: relative;
        left: -10px;
        top: 2px;
    }   

    
	.ititle_42{
		font-size: 36px;
	}
	.lbntxt h1{
		font-size: 40px;
	}
	.lnvr,.lnvr a{
		height: 60px;
		line-height: 60px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
    
	.itopmore a{
		width: 120px;
		line-height: 34px;
		font-size: 12px;
	}
	.fbl i{
		margin: 0 8px;
	}
	.fbm{
		font-size: 12px;
	}
	.ititle_42{
		font-size: 32px;
	}
	.md{
		padding: 180px 0;
	}
	.lbntxt h1{
		font-size: 30px;
	}
	.ablt h1{
		font-size: 36px;
	}
	#certify .swiper-slide{
		width: 460px;
	}
	
	.jo4ta{
		width: 48%;
	}
	.jo3a{
		width: 33.33%;
		border: 0 !important;
		border: 1px solid rgba(255,255,255,.2) !important;
	}
	
	.cont{
		height: 400px;
	}
	.conbr {
		line-height: 35px;
	}
}
@media only screen and (max-width:950px) {
    .i1 .itoptitle h1 img{
        height: 30px;
        position: relative;
        left: -10px;
        top: 1px;
    }   

	.ftm{
		display: none;
	}
	.ititle_42{
		font-size: 28px;
	}
	.md{
		padding: 45px 0;
	}
	.lbntxt{
		padding-top: 0;
	}
	.lbntxt h1{
		font-size: 26px;
	}
	.pimd{
		padding-top: 75px !important;
	}
	.pit{
		top: 60px;
		height: 50px;
	}
	
	.cont{
		height: 300px;
	}
	.pc-ban{
        display: none;
    }
    .wap-ban{
        display: block;
        height: 100%;
        
    }
    .i1 .pc-box{
        display: none;
    }
    .i1 .wap-box{
        display: block;
    }
    .hdr1{
        margin-left: 90px;
        height: 60px;
    }
       .i2 .pc-box{
        display: none;
    }
    .i2 .wap-box{
        display: block;
    }
    .zx-btn{
        display:flex;
        justify-content:center;
        align-items:center;
        width: 60px;
        height: 60px;
        background: #ff0000;
        color: #fff;
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 999999;
        color: #fff;
        border-radius: 5px;
        text-align: center;
    }
    .zx-btn img{
            width: 80%;
    }
    .zx-box.show{
        display:flex;
        justify-content:center;
        align-items:center;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 999999;
        color: #fff;
    }
       .zx-box.show img{
            width: 75%;
     }
}
@media only screen and (max-width:768px) {
     .i1 .itoptitle h1 img{
        height: 25px;
        position: relative;
        left: -6px;
        top: 1px;
    }   
	.ititle_42{
		font-size: 22px;
	}
	.itopmore a{
		width: 100px;
		line-height: 30px;
		font-size: 12px;
	}
	.md{
		padding: 25px 0;
	}
	.itiptxt{
		font-size: 13px;
	}
	.i1w{
		margin-top: 10px;
	}
	.i1w .swiper-slide{
	     background: url(../images/i1abg_03.png) no-repeat center;
         background-size: cover;
	}
	.wap-box .i1a{
		margin-top: 15px;
		width: 100%;
	
	}
	
	
	.i2w{
		text-align: center;
	}
	.i2box{
		width: 100%;
	}
	.i2vdbg{
		background-size: 40px;
	}
	.i3t ul{
		justify-content: center;
	}
	.i3t li{
		margin: 0 10px;
	}
	.i3ra p{
		-webkit-line-clamp:1;
	}
	.i4{
		padding: 15px 0;
	}
	.i4a{
		width: 48%;
	}
	.i4atxt{
		flex: 0;
		flex-grow: 1;
	}
	.i4atxt p{
		font-size: 12px;
	}
	.foot{
		padding: 25px 0 15px 0;
	}
	.ftl{
		text-align: center;
	}
	.ftl img{
		height: 40px;
	}
	.ftr{
		justify-content: center;
	}
	.ftra{
		margin: 15px 7px 0 7px;
	}
	.fbl{
		justify-content: center;
	}
	.fbl i{
		margin: 0 6px;
	}
	.fbm{
		font-size: 12px;
		margin: 10px 0;
	}
	.fbra{
		width: 100%;
		margin: 0 auto;
	}
	
	.lbntxt{
		padding-top: 0;
		padding: 0 12px;
	}
	.lbntxt p{
		font-size: 12px;
	}
	.lbntxt i{
		width: 30px;
		margin: 10px auto;
	}
	.lbntxt h1{
		font-size: 20px;
	}
	.listnav{
		padding: 12px 0;
	}
	.lnvr{
		display: none;
	}
	.ablt h1{
		font-size: 24px;
	}
	.abrbox{
		left: 0;
	}
	.abrbox i{
		width: 40px;
		height: 40px;
		font-size: 17px;
	}
	#certify .swiper-slide{
		width: 100%;
	}
	.js2a{
		margin: 0;
	}
	.swiper-button-next-py2{
		right: 25px;
	}
	.swiper-button-prev-py2{
		left: 25px;
	}
	.swiper-button-next-py2, .swiper-button-prev-py2{
		width: 30px;
		height: 30px;
	}
	.js3w{
		display: block;
	}
	
	.csabox{
		opacity: 1;
	}
	.page a{
		width: 26px;
		height: 26px;
		margin: 3px;
		font-size: 12px;
	}
	
	.qabox{
		padding: 15px 0;
	}
	.qaboxt i, .qaboxb i{
		width: 25px;
		height: 25px;
		font-size: 13px;
	}
	
	.pdt{
		display: block;
	}
	.pdta{
		padding: 10px;
		width: 100%;
		margin-bottom: 15px;
	}
	.pdta:last-child{
		margin-bottom: 0;
	}
	.pdtaimg{
		width: 30%;
		margin-right: 5%;
	}
	.pdaimg{
		text-align: center;
	}
	.pdb a{
		width: 150px;
		line-height: 36px;
		font-size: 14px;
	}
	
	.netr{
		width: 100%;
		margin-top: 15px;
		padding-bottom: 15px;
	}
	
	.nit{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.nib{
		padding-top: 15px;
		margin-top: 15px;
	}
	.nibr a{
		width: 100px;
		line-height: 30px;
		font-size: 12px;
	}
	.nir{
		padding-left: 0;
		border-left: 0;
	}
	
	.jo1a{
		margin: 10px;
	}
	.jo1a img{
		width: 60px;
	}
	.jo3box{
		padding: 20px;
	}
	.jo3a{
		width: 100%;
		border-right: 0 !important;
		border-bottom: 1px solid rgba(255,255,255,.2) !important;
	}
	.jo4box{
		padding: 20px;
	}
	.jo4ta{
		width: 100%;
	}
	.jo4sbm button{
		width: 100px;
		margin-right: 15px;
	}
	
	.cont{
		height: 200px;
	}
	.conb{
		padding: 20px;
	}
	.conbl img{
		margin: 0 auto;
		height: 35px;
	}
	.conbr{
		line-height: 30px;
		padding-left: 0;
		margin-left: 0;
		border: 0;
		border-top: 1px solid #E6E6E6;
		padding-top: 15px;
		margin-top: 15px;
	}
	.swiper-container-bn .bnimg{
	        background-size: 100% 100% !important;
	        background-position:  center !important;
	}
}

.ftl img{
     filter: grayscale(100%) brightness(500%);
}