@charset "utf-8";
.head{
	height: 100px;
	background: #fff;
}
.fangda{
    transform:scale(2)!important;
    z-index: 9;
    
}
.tc{
    background: rgba(0,0,0,.5);
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s;
    transform: scale(1.5);
}
@media only screen and (max-width:499px){
    .tc{
           transform: scale(1);
    }
}
.tc1{
    display: none;
}
.logo{
	display: inline-block;
	height: 46px;
}
.hdrsc{
	margin-left: 30px;
}
.hdrsc input{
	width: 300px;
	height: 40px;
	border: 1px solid #E6E6E6;
	padding: 0 12px;
}
.hdrsc button{
	width: 40px;
	height: 40px;
	background: url(../images/scico_03.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.hdrsc button::after{
	width: 1px;
	height: 20px;
	background: #ddd;
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
}
.navbox{
	background: #0082ce;
	color: #fff;
}
.nav li{
	flex: 0;
	flex-grow: 1;
	position: relative;
}
.nava{
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.nav li.active .nava,.nav li:hover .nava{
	background: #fff;
	color: #0082CE;
}
.navhide{
	z-index: 9;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	overflow: hidden;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	padding: 20px 0;
	background: rgba(255,255,255,0.9);
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 38px;
	text-align: center;
	color: #333;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.navhide a:hover{
	color: #0082CE;
}
.navbg{
	position: absolute;
	left: 0;
	top: 100%;
	/*background: rgba(255,255,255,.9);*/
	z-index: 9;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.navbg_active{
	opacity: 1;
	visibility: inherit;
}
.bnbox{
	position: absolute;
	bottom: 3%;
	right: 5%;
	color: #fff;
	z-index: 9;
}
.bnbox .swiper-pagination-bn{
	position: static;
	width: 80px;
	left: inherit;
	top: inherit;
	font-size: 18px;
}
.bnbox .swiper-pagination-bn .swiper-pagination-current{
	font-size: 30px;
}
.bnbtnbox i{
	display: block;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
}
.zindex{
	position: relative;
	z-index: 9;
}
.md{
	padding: 75px 0;
}
.i1{
	padding: 108px 0;
}
.i1l{
	padding-left: 30px;
	padding-top: 20px;
}
.i1l::after{
	background: #cce6f5;
	width: 80%;
	height: 90%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.ititle_40{
	font-size: 40px;
}
.i1rba{
	margin-right: 15%;
}
.i2a{
	width: 25%;
	display: block;
}
.i2aimg{
	height: 600px;
	position: relative;
}
.i2aimg::after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,38,61,.5);
	transition: .5s;
}
.i2ab{
	height: 260px;
	background: #f5f5f5;
	padding: 15px;
	transition: .5s;
	position: relative;
	z-index: 9;
}
.i2abwb i{
	width: 50px;
	height: 1px;
	background: #ddd;
	margin: 0 10px;
}
.i2abwmore{
	background: #0082CE;
	color: #fff;
	line-height: 12px;
	border-radius: 42px;
	display: inline-block;
	padding: 0 30px;
	transform: scale(0);
	transition: .5s;
}
.i2abwmore i{
	margin-left: 40px;
}
.i2a:hover .i2abwmore{
	transform: scale(1);
	margin-top: 30px;
	line-height: 42px;
}
.i2a:hover .i2ab{
	height: 410px;
	margin-top: -150px;
}
.i2a:hover .i2aimg::after{
	opacity: 0;
}
.i3{
	padding: 80px 0 205px 0;
}
.i3a{
	width: 31.7%;
	box-shadow: 0 20px 30px rgba(0,0,0,.1);
}
.i3aw{
	background: rgba(0,94,173,.7);
}
.i3amore{
	width: 46px;
	height: 46px;
	content: "";
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
}
.i3a:hover .i3amore{
	border: 1px solid #0082CE;
	background: #0082CE;
	color: #fff;
}
.foot{
	background: url(../images/ftbg_02.png) no-repeat center;
	background-size: cover;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}
.ft{
	padding: 53px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.ftlw a{
	margin-right: 50px;
}
.ftra{
	margin-left: 60px;
}
.ftra img{
	width: 122px;
}
.fbr a{
	margin-left: 10px;
	opacity: .5;
}
.fbr a:hover{
	opacity: 1;
}
.fb{
	line-height: 30px;
	padding: 20px 0;
}
.right{
	position: fixed;
	right: 15px;
	bottom: 10%;
	z-index: 99;
	border-radius: 4px;
	overflow: hidden;
}
.rta_a{
	width: 68px;
	background: #1455cf;
	display: block;
	text-align: center;
	padding: 12px 0;
	color: #fff;
}
.rta_a p{
	margin-top: 2px;
	font-size: 12px;
}
#gotop {
	display: none;
}
#gotop .rta_a{
	background: #2671fe;
}
.listbn{
	padding: 25px 0;
	position: relative;
}
.lbnline{
	width: 60px;
	height: 3px;
	display: block;
	margin: 15px auto;
}
.listnav{
	border-bottom: 1px solid #d4d4d4;
}
.lnvl a{
	position: relative;
	line-height: 68px;
	display: block;
}
.lnvl a::after{
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	background: #fff;
	border: 1px solid #0082CE;
	border-radius: 100%;
	opacity: 0;
}
.lnvl i{
	background: #ddd;
	height: 18px;
	width: 1px;
	display: block;
	margin: 0 25px;
}
.lnvl i:last-child{
	display: none;
}
.lnvl a:hover,.lnvl a.active{
	color: #0082CE;
}
.lnvl a.active::after{
	opacity: 1;
}
.lnvr{
	line-height: 68px;
}
.infotxt *{
	max-width: 100%;
}
.ab2t{
	display: inline-block;
	min-width: 280px;
	padding: 8px;
	border-radius: 4px;
	position: relative;
}
.ab2t::after{
	width: 1px;
	height: 40px;
	content: "";
	background: #E6E6E6;
	position: absolute;
	left: 50%;
	bottom: -40px;
}
.ab2tbox{
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 20px;
}
.ab2at{
	line-height: 53px;
	background: #c5e6f9;
	border: 1px solid #0082CE;
}
.ab2a{
	min-width: 150px;
	position: relative;
	z-index: 9;
}
.ab2at{
	position: relative;
}
.ab2at::after{
	width: 1px;
	height: 23px;
	content: "";
	background: #E6E6E6;
	position: absolute;
	left: 50%;
	bottom: -25px;
}
.ab2ab{
	padding: 15px 10px;
	background: #f6f6f6;
	border: 1px solid #E6E6E6;
}
.ab2abw{
	display: inline-block;
	text-align: left;
}
.ab2w::after{
	width: 100%;
	height: 1px;
	background: #E6E6E6;
	content: "";
	position: absolute;
	left: 0;
	top: 27px;
}
.ab3a{
	width: 19.33%;
	margin: 0 2%;
	margin-top: 35px;
}
.ab3al,.ab3ar{
	width: 100%;
	background: #f6f7fd;
	padding: 8px;
	position: relative;
	z-index: 2;
	border: 5px solid #eff0f2;
	margin: 0 auto;
}
.ab3al img{
    transition: 0.5s;
}

.ab3ar{
	margin-left: -4%;
	margin-top: 15px;
	padding: 30px 15px;
	padding-left: 6%;
	z-index:1;
}
.ab4a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16.6666%;
	border: 1px solid #E6E6E6;
	height: 145px;
	margin-left: -1px;
	margin-right: -1px;
}
.ab4a img{
	max-width: 70%;
	max-height: 70%;
	transition: .4s;
}
.ab4a:hover{
	border: 1px solid #0082CE;
	position: relative;
	z-index: 9;
}
.ab4a:hover img{
	transform: scale(1.1);
}

.nea{
	width: 49%;
	border: 1px solid #E6E6E6;
	margin-bottom: 35px;
}
.near{
	width: 30%;
}
.neal{
	padding: 20px 5%;
}
.neal i{
	border-radius: 4px;
	line-height: 36px;
	padding: 0 15px;
	border: 1px solid #E6E6E6;
	transition: .25s;
	color: #999;
}
.nea:hover .neal i{
	background: #0082CE;
	border: 1px solid #0082CE;
	color: #fff;
}
.page a,.page span{
	width: 40px;
	height: 40px;
	margin-right: 5px;
	border: 1px solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page span,.page a.pagea{
	border: 0 !important;
	background: none !important;
	color: #333 !important;
}
.page a:hover,.page a.active{
	background: #0082CE;
	border: 1px solid #0082CE;
	color: #fff;
}

.nir{
	width: 30%;
	margin-left: 3%;
}
.nira{
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
}
.nira:first-child{
	padding-top: 0;
}
.nit{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.nib a{
	width: 48%;
}
.nib{
	padding: 50px 25px;
	background: #f4f4f4;
}
.nib i{
	color: #666;
}
.nib a:last-child{
	text-align: right;
}

.page_center{
	justify-content: center;
}
.page_center a,.page_center span{
	margin: 3px;
}
.pdt a{
	display: inline-block;
	line-height: 45px;
	width: 182px;
	text-align: center;
	border: 1px solid #E6E6E6;
	color: #999;
	margin: 0 10px;
	border-radius: 4px;
}
.pdt a.active,.pdt a:hover{
	border: 1px solid #0082CE;
	color: #0082CE;
}
.pdw{
	width: 102%;
}
.pda{
	padding: 15px;
	padding-bottom: 0;
	background: #f1f1f1;
	border-radius: 4px;
	width: 23%;
	margin-right: 2%;
	border-bottom: 1px solid #0082CE;
}
.pdab{
	padding: 15px 0;
}
.pdab i{
	position: absolute;
	right: 0;
	bottom: 0;
}

.pi1b{
	width: 450px;
	margin: 0 auto;
	margin-top: 50px;
}
.pi1lba{
	border: 2px solid #E6E6E6;
}
.swiper-slide-thumb-active .pi1lba{
	border: 2px solid #0082CE;
}
.swiper-button-prev-pi1,.swiper-button-next-pi1{
	width: 48px;
	height: 48px;
	background: #cccccc;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -24px;
	cursor: pointer;
	transition: .25s;
	opacity: .8;
	font-size: 20px;
	border-radius: 100%;
}
.swiper-button-prev-pi1:hover,.swiper-button-next-pi1:hover{
	opacity: 1;
}
.pi2t i{
	width: 5px;
	height: 22px;
}
.pi3 .pi2t{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 12px;
}
.pi3a{
	display: flex;
	width: 48%;
	align-items: center;
	height: 45px;
	border-bottom: 1px solid #E6E6E6;
}

.csa{
	width: 23%;
	margin-right: 2%;
}
.csaimg{
	border-radius: 6px;
}

.fw1{
	width: 33.33%;
	margin-right: 5%;
}
.fwtxtl{
	width: 3px;
	height: 125px;
	margin-right: 30px;
}
.fw3l{
	width: 45%;
	margin-right: -10%;
	background: #fff;
	border-radius: 20px;
	padding: 70px 20px;
}
.fw3r{
	width: 65%;
}

.qat{
	padding: 20px 20px;
	box-shadow: 0 0 10px rgba(39,126,118,.2);
	border-radius: 4px;
}
.qab{
	padding: 15px 20px;
}
.qaw{
	margin-top: 10px;
}

.c1box{
	width: 25%;
	position: relative;
}
.c1box p{
	font-size: 18px;
	color: #222222;
	margin-bottom: 10px;
	margin-top: 20px;
}
.c1box span{
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding: 0 10%;
}
.c1box i{
	display: inline-block;
	width: 2px;
	height: 95px;
	background: #efefef;
	position: absolute;
	right: 0;
	top: 30px;
}
.contactmap{
	height: 470px;
}
.c2{
	background: #f5f5f5;
}
.c2l{
	width: 60%;
}
.c2h4{
	font-size: 30px;
	color: #222;
	font-weight: normal;
}
.c2form{
	width: 102%;
}
.c2ipt{
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.c2ipt input{
	width: 100%;
	height: 60px;
	border: 1px solid #dcdcdc;
	background: #f0f0f0;
	padding-left: 15px;
	font-size: 18px;
	color: #727272;
	border-radius: 4px;
}
.c2ipt p{
	font-size: 18px;
	color: #222;
	margin-bottom: 10px;
}
.c2ipt p span{
	color: #bb0000;
}
.c2ipt textarea{
	width: 100%;
	border: 1px solid #dcdcdc;
	background: #f0f0f0;
	border-radius: 4px;
	padding: 15px;
	font-size: 18px;
	color: #727272;
	height: 210px;
	resize: none;
}
.c2iptcp{
	width: 98%;
}
.c2ipt textarea:focus,.c2ipt input:focus{
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.c2iptcp input{
	width: 100%;
	background: #0082ce;
	border: 1px solid #0082ce;
	color: #fff;
	height: 45px;
	cursor: pointer;
	transition: .25s;
}
.c2rimg img{
	max-width: 100%;
}
.c2r{
	width: 35%;
}
.c2rimg  span{
	text-align: center;
	width: 45%;
	display: block;
	font-size: 18px;
	color: #666;
}
.c2rimg span img{
	width: 100%;
	margin-bottom: 10px;
}

.jbox{
	margin-top: 55px;
}
.jboxa{
	margin-top: 8px;
}
.jba_t{
	background: #f5f5f5;
	cursor: pointer;
	height: 65px;
	color: #222;
}
.jba_tl{
	width: 80%;
	line-height: 65px;
	font-size: 18px;
}
.jba_tl h4{
	font-weight: normal;
	width: 20%;
	height: 65px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.jba_tl h4 i.line{
	display: inline-block;
	width: 15px;
	height: 13px;
	background: url(../images/jico_03.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -13px;
	opacity: 0;
	transition: .25s;
}
.jba_t_active .jba_tl h4 i.line{
	opacity: 1;
	bottom: 0;
}
.jba_tl p{
	width: 55%;
	margin-left: 15%;
	height: 65px;
	overflow: hidden;
}
.jba_tr{
	display: inline-block;
	height: 65px;
	width: 65px;
	background: url(../images/jico_2_03.png) no-repeat center;
}
.jba_t_active .jba_tr{
	background: url(../images/jico_1_03.png) no-repeat center;
}
.jba_b{
	background: #0082CE;
	color: #fff;
	display: none;
}
.jba_b .wrap{
	padding: 25px 0;
	line-height: 28px;
}
.jba_b_txt{
	padding-left: 80px;
}
.jba_b_txt_psb{
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
}
.jo2{
	padding-bottom: 50px;
}


@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_40{
		font-size: 30px;
	}
	.i2aimg{
		height: 400px;
	}
	.i2a:hover .i2ab{
		height: 350px;
		margin-top: -90px;
	}
	.ftra{
		margin-left: 30px;
	}
	.ftra img{
		width: 100px;
	}
	.ab3ar{
		padding: 15px;
		padding-left: 6%;
	}
	.ab3ar .txt{
		margin-top: 10px;
	}
	.ab4a{
		height: 110px;
	}
	.nib{
		padding: 30px 20px;
	}
	
	.pdab i img{
		width: 40px;
	}
	
	.fwtxtl{
		width: 2px;
		height: 80px;
	}
	
	.qat{
		padding: 15px 20px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.i2aimg{
		height: 350px;
	}
	.i2ab{
		height: 200px;
	}
	.i2a:hover .i2ab{
		height: 300px;
		margin-top: -100px;
	}
	.i2abw img{
		height: 45px;
	}
	.bnbox .swiper-pagination-bn .swiper-pagination-current{
		font-size: 24px;
	}
	.ititle_40{
		font-size: 26px;
	}
	.i3amore{
		width: 38px;
		height: 38px;
	}
	.ftra{
		margin-left: 20px;
		font-size: 12px;
	}
	.ftra img{
		width: 80px;
	}
	
	.ab2w {
		flex-wrap: wrap;
	}
	.ab2a{
		margin-top: 20px;
	}
	.lnvl a{
		line-height: 60px;
	}
	.lnvr{
		line-height: 60px;
	}
	.ab3a{
		width: 48%;
	}
	.ab4a{
		width: 20%;
	}
	
	.neal i{
		line-height: 28px;
		padding: 0 12px;
		font-size: 12px;
	}
	
	.pdt a{
		width: 150px;
		line-height: 42px;
		font-size: 14px;
	}
	.pda,.csa{
		width: 31.33%;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 45px 0;
	}
	
	.pda,.csa{
		width: 48%;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.i1l{
		padding-left: 15px;
		padding-top: 15px;
	}
	.ititle_40{
		font-size: 22px;
	}
	.i1rb{
		justify-content: space-between;
	}
	.i1rba{
		margin-right: 0;
	}
	.i1rba img{
		height: 35px;
	}
	.i2a{
		width: 100%;
	}
	.i2ab{
		height: auto !important;
		margin-top: 0 !important;
		padding: 20px 15px;
	}
	.i2abw img{
		height: 40px;
	}
	.i2abwmore i{
		margin-left: 20px;
	}
	.i2abwmore{
		margin-top: 20px !important;
		line-height: 32px !important;
		transform: scale(1) !important;
		padding: 0 20px !important;
	}
	.i3a{
		width: 100%;
		margin: 8px 0;
	}
	.i3amore{
		width: 36px;
		height: 36px;
	}
	.ft{
		padding: 22px 0;
	}
	.ftlw{
		margin-top: 12px;
	}
	.ftlw a{
		margin-right: 20px;
	}
	.ftr{
		justify-content: center;
	}
	.ftra{
		margin: 0 10px;
		font-size: 12px;
	}
	.ftra img{
		width: 80px;
	}
	.fb{
		text-align: center;
		padding: 12px 0;
		line-height: 25px;
		font-size: 12px;
	}
	.fbr{
		justify-content: center;
		font-size: 15px;
	}
	.fbr a{
		margin: 0 8px;
	}
	.right{
		right: -10px;
		transform: scale(.7) !important;
	}
	.bnbox .swiper-pagination-bn{
		font-size: 14px;
	}
	.bnbox .swiper-pagination-bn .swiper-pagination-current{
		font-size: 17px;
	}
	.bnbtnbox {
		display: none;
		margin-right: 0;
	}
	.bnbtnbox i{
		width: 20px;
		height: 20px;
	}
	.bnbox{
		bottom: 15px;
		right: 0;
	}
	
	.listbn .posrabsolute{
		position: static;
	}
	.lbnline{
		width: 40px;
		height: 2px;
		margin: 12px auto;
	}
	.lnvl a{
		flex: 0;
		flex-grow: 1;
		text-align: center;
		line-height: 50px;
	}
	.lnvr{
		line-height: 50px;
	}
	.lnvl a::after{
		width: 8px;
		height: 8px;
		margin-left: -4px;
		bottom: -5px;
	}
	.lnvl i{
		margin: 0;
	}
	.ab2w {
		flex-wrap: wrap;
	}
	.ab2a{
		width: 48%;
	}
	.ab2at::after{
		height: 12px;
		bottom: -15px;
	}
	.ab3a{
		width: 100%;
		display: flex !important;
	}
	.ab4a{
		width: 33.33%;
		height: 80px;
	}
	
	.nea{
		width: 100%;
		margin-bottom: 15px;
	}
	.neal i{
		line-height: 28px;
		padding: 0 12px;
		font-size: 12px;
	}
	.neal{
		padding: 12px;
	}
	.near{
		width: 40%;
	}
	.neal p,.neal i{
		margin-top: 10px;
	}
	.page{
		justify-content: center;
	}
	.page a,.page span{
		width: 28px;
		height: 28px;
		margin: 3px;
		font-size: 12px;
	}
	
	.pdt{
		flex-wrap: wrap;
	}
	
	.pdt a{
		margin: 5px;
		width: 120px;
		line-height: 36px;
		font-size: 13px;
	}
	.pdw{
		width: 100%;
		justify-content: space-between;
	}
	.pda,.csa{
		width: 48%;
		margin-right: 0;
	}
	.pi1b{
		width: 100%;
	}
	.swiper-button-prev-pi1, .swiper-button-next-pi1{
		width: 22px;
		height: 22px;
		font-size: 12px;
		margin-top: -11px;
	}
	.pi2t i{
		width: 3px;
		height: 17px;
	}
	.pi3a{
		height: 40px;
	}
	.pi3a img{
		height: 14px;
	}
	
	.csa p{
		font-size: 13px;
		margin-top: 5px;
	}
	
	.fwtxtl{
		width: 2px;
		height: 50px;
		margin-right: 20px;
	}
	.fw3l{
		padding: 20px 0;
	}
	
	.qat{
		padding: 10px 15px;
		font-size: 16px;
	}
	.qab{
		padding: 10px 0;
		font-size: 14px;
		line-height: 28px;
	}
	
	.c1box{
		width: 50%;
		margin: 5px 0;
	}
	.c1box i{
		display: none;
	}
	.c1box img{
		max-width: 30%;
	}
	.c1box p{
		margin: 10px 0;
	}
	.c1box span{
		font-size: 13px;
		line-height: 22px;
	}
	.contactmap{
		height: 200px;
		margin-top: 30px;
	}
	.c2l{
		width: 100%;
	}
	.c2ipt{
		width: 100%;
		margin-right: 0;
	}
	.c2ipt input{
		height: 40px;
		font-size: 14px;
	}
	.c2ipt textarea{
		height: 150px;
		font-size: 14px;
	}
	.c2r{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.c2rimg {
		margin-top: 20px;
	}
	.c2rimg  img{
		max-width: 50%;
	}
	.ctop h4{
		font-size: 24px;
		color: #222;
	}
	.ctop h4 i{
		display: inline-block;
		width: 30px;
		height: 1px;
		background: #9091c1;
		vertical-align: middle;
		margin: 0 15px;
		margin-top: -3px;
	}
	.ctop p{
		font-size: 14px;
		color: #737373;
		margin-top: 10px;
	}
	.c2form{
		width: 100%;
	}
	.c2ipt p{
		font-size: 16px;
	}
	.c2rimg span{
		width: 45%;
	}
	.c2rimg span img{
		width: 100%;
		max-width: 100%;
	}
	.c2h4{
		font-size: 24px;
	}
	
	.jba_t{
		height: 40px;
	}
	.jba_tl{
		font-size: 14px;
		line-height: 40px;
	}
	.jba_tr{
		width: 40px;
		height: 40px;
		background-size: 40%;
	}
	.jba_t_active .jba_tr{
		background-size: 40%;
	}
	.jba_tl h4 i.line{
		width: 10px;
		height: 8px;
		background-size: 100%;
	}
	.jbox{
		margin-top: 30px;
	}
	.jba_tl h4,.jba_tl p{
		height: 40px;
	}
	.jba_tl h4{
		width: 50%;
	}
	.jba_tl p{
		width: 50%;
		margin-left: 0;
		text-align: center;
	}
	.jba_b .wrap{
		padding: 20px;
	}
	.jo2{
		padding-bottom: 25px;
	}
}